@font-face {
  font-family: "Optima nova LT Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(vendor/fonts/OptimaNovaLTPro-Light.woff2) format("woff2"), url(vendor/fonts/OptimaNovaLTPro-Light.woff) format("woff");
}
@font-face {
  font-family: "Optima nova LT Pro";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(vendor/fonts/OptimaNovaLTPro-Demi.woff2) format("woff2"), url(vendor/fonts/OptimaNovaLTPro-Demi.woff) format("woff");
}
@font-face {
  font-family: "Graphik Trial";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(vendor/fonts/Graphik-Light.woff2) format("woff2"), url(vendor/fonts/Graphik-Light.woff) format("woff");
}
@font-face {
  font-family: "Graphik Trial";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(vendor/fonts/Graphik-Regular.woff2) format("woff2"), url(vendor/fonts/Graphik-Regular.woff) format("woff");
}
@font-face {
  font-family: "Graphik Trial";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(vendor/fonts/Graphik-Medium.woff2) format("woff2"), url(vendor/fonts/Graphik-Medium.woff) format("woff");
}
html {
  -webkit-text-size-adjust: 100%;
  font-family: monospace, monospace;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

p {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

img,
picture {
  transition: width 0.5s, height 0.5s;
  display: block;
  max-width: 100%;
  max-height: 100%;
  border-style: none;
}

a,
button {
  cursor: pointer;
  font-family: "Graphik Trial", "Arial", "Helvetica", sans-serif;
  transition: all 0.3s ease-in-out;
}

button:focus,
input:focus,
textarea:focus {
  outline: none;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Optima nova LT Pro", "Arial", "Helvetica", sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
}

h1 {
  font-weight: 600;
  font-size: clamp(40px, 5vw, 86px);
}

h2 {
  font-weight: 300;
  font-size: clamp(32px, 5vw, 72px);
}

h3 {
  font-weight: 300;
}

.is-flex {
  display: flex;
}

.a-i-c {
  align-items: center;
}

.a-i-bl {
  align-items: baseline;
}

.a-i-s {
  align-items: start;
}

.a-i-e {
  align-items: end;
}

.j-c-sb {
  justify-content: space-between;
}

.j-c-s {
  justify-content: start;
}

.j-c-c {
  justify-content: center;
}

.gap4 {
  gap: 4px;
}

.gap8 {
  gap: 8px;
}

.gap10 {
  gap: 10px;
}

.gap12 {
  gap: 12px;
}

.gap16 {
  gap: 16px;
}

.gap20 {
  gap: 20px;
}

.gap24 {
  gap: 24px;
}

.gap32 {
  gap: 32px;
}

.gap40 {
  gap: 40px;
}

.gap50 {
  gap: 50px;
}

.gap56 {
  gap: 56px;
}

.gap64 {
  gap: 64px;
}

.flex1 {
  flex: 1;
}

.f-d-c {
  flex-direction: column;
}

.w100 {
  width: 100%;
  max-width: 100%;
}

.w90 {
  width: 90%;
  max-width: 90%;
}

.w70 {
  width: 70%;
  max-width: 70%;
}

.w60 {
  width: 60%;
  max-width: 60%;
}

.w50 {
  width: 50%;
  max-width: 50%;
}

.w40 {
  width: 40%;
  max-width: 40%;
}

.w30 {
  width: 30%;
  max-width: 30%;
}

.border {
  border-bottom: 1px #786478 solid;
}

.border-dashed {
  border-bottom: 1px #786478 dashed;
}

.upper-text {
  text-transform: uppercase;
}

.grey {
  background: #f2f1f0;
}

.page {
  background: #ffffff;
  font-family: "Graphik Trial", "Arial", "Helvetica", sans-serif;
  color: #786478;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  margin: 0;
  min-height: 100vh;
  position: relative;
}

.main {
  flex-grow: 1;
  position: relative;
}

.container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.btn {
  padding: 16px 24px;
  color: #ffffff;
  background: #786478;
  font-size: 18px;
  font-weight: 400;
  border: none;
  text-decoration: none;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.btn:hover {
  background: #655364;
}
.btn:active {
  background: #5c4a5b;
}
.btn-light {
  background: #ffffff;
  color: #05122d;
}
.btn-light:hover {
  background: #e0dfdb;
}
.btn-light:active {
  background: #d5c4af;
}
.btn svg {
  margin-top: 2px;
}
.btn-no-bg {
  background: transparent;
  padding: 0;
}
.btn-no-bg:hover {
  background: transparent;
}
.btn-mob {
  display: none;
}

.section-pad {
  padding: 120px 0;
}

.section-title {
  font-family: "Optima nova LT Pro", "Arial", "Helvetica", sans-serif;
  font-weight: 300;
  font-size: clamp(32px, 5vw, 40px);
  text-align: center;
}

.card {
  position: relative;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300;
  transition: background 0.3s ease-in-out;
  background: transparent;
}
.header .container {
  width: -moz-fit-content;
  width: fit-content;
}
.header .logo {
  height: 85px;
}
.header-nav a,
.header-nav .btn-no-bg {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  position: relative;
}
.header-nav a:after,
.header-nav .btn-no-bg:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #ffffff;
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  transition: width 0.3s ease-in-out;
}
.header-nav a:hover:after,
.header-nav .btn-no-bg:hover:after {
  width: 100%;
}
.header-mob {
  display: none;
}

.burger-btn {
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 301;
  padding: 5px 4px;
  transition: opacity 0.3s ease-in-out;
}
.burger-btn:hover {
  opacity: 0.7;
}
.burger-btn span {
  display: block;
  height: 2.5px;
  width: 24px;
  background: #ffffff;
  transition: 0.6s all;
}
.burger-btn span:nth-child(2) {
  width: 16px;
}
.burger-btn_active span {
  height: 2px;
  background: #000000;
}
.burger-btn_active span:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
}
.burger-btn_active span:nth-child(2) {
  display: none;
}
.burger-btn_active span:nth-child(3) {
  transform: translateY(-10px) rotate(45deg);
}

.fixed {
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0px 0.500862062px 10.017241478px rgba(0, 0, 0, 0.04);
}

.banner {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: url(./imgs/1-screen.webp);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 180px;
}
.banner .container {
  position: relative;
  z-index: 5;
  max-width: 670px;
  text-align: center;
}
.banner h1 {
  color: #ffffff;
}
.banner .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.banner .video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 0;
}
.banner .video::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 33%;
  -webkit-backdrop-filter: blur(12.5px);
          backdrop-filter: blur(12.5px);
  box-shadow: 25px 25px 25px;
  -webkit-mask: linear-gradient(to top, #000 50%, transparent 100%);
          mask: linear-gradient(to top, #000 50%, transparent 100%);
  z-index: 3;
}
.banner .video video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .btn-no-bg {
  font-weight: 300;
  margin-left: 24px;
}
.banner .btn-no-bg span {
  transition: transform 0.3s ease-in-out;
}
.banner .btn-no-bg svg {
  transform: translate(-24px, 0);
  transition: transform 0.3s ease-in-out;
}
.banner .btn-no-bg:hover svg {
  transform: translate(-27px, 0);
}
.banner .btn-no-bg:hover span {
  transform: translate(13px, 0);
}

.descr h3 {
  font-size: clamp(24px, 3vw, 32px);
}
.descr .border {
  padding-bottom: 40px;
}
.descr-wrap {
  max-width: 520px;
}

.offers .container {
  margin-bottom: 32px;
}
.offers .container p {
  font-size: 26px;
  font-weight: 300;
  font-family: "Optima nova LT Pro", "Arial", "Helvetica", sans-serif;
}
.offers .container svg {
  margin-top: 7px;
}
.offers img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.offers-descr {
  padding: 120px 95px 120px 122px;
}
.offers-wrap {
  max-height: 680px;
}
.offers-wrap_rev .offers-descr {
  padding: 120px 122px 120px 95px;
}
.offers h3 {
  font-size: clamp(32px, 5vw, 48px);
}
.offers .upper-text {
  font-size: clamp(16px, 3vw, 20px);
  font-family: "Optima nova LT Pro", "Arial", "Helvetica", sans-serif;
}
.offers .dashed-wrap {
  padding: 24px 0;
  border-top: 1px dashed #786478;
  border-bottom: 1px dashed #786478;
}
.offers .dashed-wrap p {
  font-size: clamp(16px, 3vw, 20px);
  max-width: 326px;
}

.gold {
  background: linear-gradient(0deg, rgba(175, 135, 97, 0.42) 0%, rgba(234, 211, 176, 0.42) 50%, rgba(175, 135, 97, 0.42) 100%), url(./imgs/bg.webp) no-repeat;
  background-size: cover;
  padding: 97px 0;
  text-align: center;
  margin-top: -1px;
  position: relative;
  z-index: 1;
}
.gold .container {
  max-width: 1220px;
  position: relative;
  z-index: 5;
}
.gold h3 {
  color: #ffffff;
  font-size: clamp(32px, 5vw, 48px);
}
.gold::before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.props-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  gap: 16px 32px;
}
.props-wrap h3 {
  font-size: clamp(20px, 3vw, 32px);
}
.props-wrap .upper-text {
  font-size: clamp(10px, 3vw, 16px);
}
.props-list {
  min-width: 400px;
}
.props-list .upper-text {
  font-size: clamp(10px, 3vw, 14px);
}
.props-list li p:last-of-type {
  text-align: end;
}
.props .btn {
  min-width: 400px;
}
.props .card:not(:nth-child(3n))::after {
  content: "";
  position: absolute;
  right: -17px;
  top: 0%;
  bottom: 0%;
  width: 1px;
  background: #786478;
}

.provide {
  padding: 90px 0;
}
.provide .section-title {
  text-align: start;
}
.provide-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.provide-wrap h3 {
  font-size: clamp(20px, 3vw, 24px);
}
.provide-wrap p {
  font-size: 14px;
}
.provide-wrap .btn {
  width: 100%;
}
.provide .card:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -31px;
  top: 0%;
  bottom: 0%;
  height: 100%;
  width: 1px;
  background: #786478;
}

.photo .container {
  margin-top: 29px;
  display: grid;
  grid-template-columns: 1fr 66px;
  justify-items: end;
}
.photo-slider {
  height: 70vh;
}
.photo-slider img {
  -o-object-position: 50% 70%;
     object-position: 50% 70%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.swiper-scrollbar {
  position: static !important;
  width: 51% !important;
  height: 3px !important;
  background: rgba(0, 0, 0, 0.1) !important;
  justify-self: center;
}
.swiper-scrollbar-drag {
  background: #786478 !important;
}

.swiper-btns {
  height: 28px;
  width: -moz-fit-content;
  width: fit-content;
  position: static !important;
}

.swiper-button-next,
.swiper-button-prev {
  position: static !important;
  width: 28px;
  height: 28px;
  background: transparent;
  margin-top: 0;
  transition: all 0.3s ease-in-out;
}

.swiper-button-next {
  right: 8px;
}
.swiper-button-next:after {
  content: "";
  background: url("./imgs/arrow-right-long-line.svg") center no-repeat !important;
  display: block;
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}
.swiper-button-next:hover::after {
  filter: opacity(0.7);
}

.swiper-button-prev {
  left: 8px;
}
.swiper-button-prev:after {
  content: "";
  background: url("./imgs/arrow-left-long-line.svg") center no-repeat !important;
  display: block;
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}
.swiper-button-prev:hover::after {
  filter: opacity(0.7);
}

.location {
  padding-top: 120px;
}
.location p {
  font-size: 16px;
}
.location .map {
  width: 100%;
  height: 523px;
}

[class*=ymaps-2][class*=-ground-pane] {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.footer {
  padding: 62px 0 49px;
  font-size: 16px;
  text-align: center;
}
.footer .btn {
  color: #786478;
  font-size: 16px;
  text-decoration: underline;
}
.footer .btn:hover {
  opacity: 0.7;
}
.footer a {
  font-size: 16px;
  text-decoration: underline;
  color: #786478;
}
.footer a:hover {
  opacity: 0.7;
}

.form-field {
  position: relative;
}
.form-input {
  padding: 0 0 15px;
  min-height: 33px;
  color: #000000;
  margin: 0;
  font-size: 20px;
  font-family: "Graphik Trial", "Arial", "Helvetica", sans-serif !important;
  border: none;
  outline: none;
  border-bottom: 1px solid #000000;
}
.form-input::-webkit-input-placeholder {
  color: #786478;
  font-size: 20px;
  font-family: "Graphik Trial", "Arial", "Helvetica", sans-serif !important;
  font-weight: 400;
}
.form-input::-moz-placeholder {
  color: #786478;
  font-size: 20px;
  font-family: "Graphik Trial", "Arial", "Helvetica", sans-serif !important;
  font-weight: 400;
}
.form-input::-ms-input-placeholder {
  color: #786478;
  font-size: 20px;
  font-family: "Graphik Trial", "Arial", "Helvetica", sans-serif !important;
  font-weight: 400;
}
.form .btn {
  width: 100%;
}
.form-text, .form-link {
  color: #786478;
  font-size: 14px;
  text-align: center;
}
.form-link:hover {
  opacity: 0.7;
}
.form label {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: 0.5s;
  color: #786478;
  font-size: 20px;
  font-family: "Graphik Trial", "Arial", "Helvetica", sans-serif !important;
  font-weight: 400;
}
.form-field input:focus ~ label, .form-field label.label-fixed {
  top: -20px;
  left: 0;
  font-size: 14px;
}
.form .radio-wrap p {
  font-family: "Optima nova LT Pro", "Arial", "Helvetica", sans-serif;
  font-size: 26px;
  font-weight: 300;
}

.radio-item {
  position: relative !important;
  cursor: pointer;
  display: inline-block;
  pointer-events: all !important;
  width: 24px;
  height: 24px;
}

.radio {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  margin: 0;
  width: 24px;
  height: 24px;
}

.radio-custom {
  width: 24px;
  height: 24px;
  background: #ffffff;
  border-radius: 50%;
  border: 1.33px solid rgba(9, 21, 46, 0.5);
  display: inline-block;
  position: relative;
  transition: border-color 0.2s ease-in-out;
}

.radio-span {
  font-size: 20px;
}

.radio:checked + .radio-custom {
  background: #ffffff;
  border: none;
}

.radio-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='12' cy='12' r='8.66667' fill='white' stroke='%23786478' stroke-width='6.66667'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.radio:checked + .radio-custom::after {
  opacity: 1;
}

.radio:hover + .radio-custom {
  border-color: rgba(9, 21, 46, 0.7);
}

.ui-widget-header {
  background: transparent !important;
  border: none !important;
}

.ui-datepicker td {
  padding: 0 !important;
}

.ui-widget.ui-widget-content {
  background: #f2f1f0;
  box-shadow: 0px 3px 12px rgba(11, 20, 38, 0.05);
  border: 1px solid #000000;
  margin-top: 8px !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: transparent !important;
  color: #000000 !important;
  font-size: 15px !important;
  border: none !important;
  padding: 8px 0 !important;
  text-align: center;
  border-radius: 8px !important;
}
.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover,
.ui-widget-header .ui-state-default:hover,
.ui-button:hover,
html .ui-button.ui-state-disabled:hover:hover,
html .ui-button.ui-state-disabled:active:hover {
  background: #ffffff !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #786478 !important;
  color: #ffffff !important;
}
.ui-state-highlight:hover,
.ui-widget-content .ui-state-highlight:hover,
.ui-widget-header .ui-state-highlight:hover {
  background: #786478 !important;
  color: #ffffff !important;
}

.ui-timepicker-container {
  z-index: 350 !important;
}

.ui-timepicker-standard a {
  border: none !important;
  padding: 12px !important;
  color: #000000 !important;
  text-align: start !important;
  font-size: 18px !important;
}
.ui-timepicker-standard a:hover {
  background: #ffffff !important;
}

.ui-timepicker-standard {
  margin-top: 0 !important;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 310;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.popup_open {
  visibility: visible;
  opacity: 1;
}
.popup::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.37) 0%, rgba(0, 0, 0, 0.37) 100%);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.popup_open::before {
  opacity: 1;
}
.popup .container {
  position: absolute;
  right: -100%;
  top: 0;
  height: 100vh;
  background: #ffffff;
  width: 50%;
  max-width: 720px;
  padding: 56px;
  transition: right 0.4s ease-in-out;
  overflow-x: auto;
}
.popup .container_success {
  justify-content: center;
  text-align: center;
  display: none;
}
.popup .container_success .btn {
  width: 100%;
}
.popup .container_success .section-title {
  text-align: center;
}
.popup .container_error h2 {
  color: #F03C3C;
}
.popup_open .container {
  right: 0;
}
.popup .section-title {
  font-size: clamp(32px, 5vw, 40px);
  text-align: start;
  width: 85%;
}
.popup .close-btn {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  z-index: 350;
}
.popup .close-btn:hover {
  opacity: 0.7;
}
.popup .close-btn svg {
  margin: 0;
}
.popup_policy .container {
  width: 80%;
  max-width: none;
}
.popup_video .container {
  padding: 40px;
  width: calc(100% - 40px);
  max-width: 1240px;
  position: relative;
  height: auto;
}
.popup_video .video-wrap {
  height: 650px;
}
.popup_video .video-wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.success {
  text-align: center;
}
.success h2 {
  text-align: center !important;
}
.success p {
  font-size: clamp(16px, 3vw, 24px);
}
.success .btn {
  width: 100%;
}

.text-content div {
  padding-bottom: 40px;
}
.text-content p {
  font-size: clamp(14px, 3vw, 18px);
}
.text-content strong {
  font-weight: 500;
  color: #000000;
}
.text-content a {
  text-decoration: underline;
  color: #786478;
}
.text-content a:hover {
  opacity: 0.7;
}
.text-content ul {
  list-style: disc;
  padding-left: 30px;
}

@media screen and (max-width: 1024px) {
  .offers-descr,
  .offers .offers-wrap_rev .offers-descr {
    padding: 60px;
  }
  .popup .container {
    padding: 24px 20px;
  }
  .popup .close-btn {
    top: 24px;
  }
}
@media screen and (max-width: 990px) {
  .header .container {
    padding: 0 15px;
    width: 100%;
  }
  .header-mob {
    display: grid;
    grid-template-columns: 1fr 32px;
  }
  .header-mob .logo {
    justify-self: center;
    padding-left: 32px;
  }
  .header-links {
    position: fixed;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    transition: all 0.4s ease-in-out;
    margin: 0;
    padding: 100px 20px 20px;
    background: #ffffff;
    z-index: 300;
    gap: 40px;
  }
  .header-links_active {
    top: 0;
    right: 0;
    overflow-x: auto;
    margin: 0;
    transition: all 0.4s ease-in-out;
  }
  .header-links a,
  .header-links .btn-no-bg {
    color: #786478;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
  }
  .header-links .logo {
    display: none;
  }
  .header-nav {
    flex-direction: column;
    gap: 40px;
    width: 100%;
    justify-content: center;
  }
  .header .btn-mob {
    display: flex;
    margin-top: 35px;
  }
}
@media screen and (max-width: 960px) {
  .provide-wrap {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .provide .card {
    padding-bottom: 32px;
    border-bottom: 1px dashed #786478;
  }
  .provide .card::after {
    display: none;
  }
  .provide .card:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
  }
  .form .input-wrap {
    flex-direction: column;
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .page {
    font-size: 16px;
  }
  .btn {
    width: 100%;
  }
  .section-pad {
    padding: 56px 0;
  }
  .section-title {
    text-align: start;
  }
  .card::after {
    display: none;
  }
  .banner {
    height: 70vh;
    max-height: 568px;
    padding-top: 160px;
  }
  .descr .container {
    flex-direction: column;
    gap: 32px;
  }
  .descr .border {
    padding-bottom: 32px;
  }
  .descr-wrap {
    gap: 32px;
    max-width: 100%;
  }
  .descr .upper-text {
    font-size: 14px;
  }
  .offers .container {
    margin-bottom: 16px;
  }
  .offers-wrap {
    flex-direction: column;
    max-height: none;
  }
  .offers-wrap div {
    width: 100%;
    max-width: 100%;
  }
  .offers-wrap .gap40 {
    gap: 24px;
  }
  .offers-wrap .gap16 {
    gap: 8px;
  }
  .offers-wrap_rev {
    flex-direction: column-reverse;
  }
  .offers-descr,
  .offers .offers-wrap_rev .offers-descr {
    padding: 20px 20px 40px;
  }
  .offers .dashed-wrap p {
    max-width: 100%;
  }
  .gold {
    padding: 56px 0;
  }
  .props .container {
    align-items: flex-start;
  }
  .props-wrap {
    grid-template-columns: repeat(2, 1fr);
    text-align: start;
  }
  .props-wrap div {
    align-items: flex-start;
  }
  .props-list {
    width: 100%;
    min-width: 100%;
  }
  .props .btn {
    min-width: 100%;
  }
  .props .card:nth-of-type(2n)::before {
    content: "";
    position: absolute;
    left: -16px;
    top: 0%;
    bottom: 0%;
    width: 1px;
    background: #786478;
  }
  .provide {
    padding: 92px 0 40px;
  }
  .provide .gap8 {
    gap: 4px;
  }
  .provide .card {
    gap: 24px;
  }
  .photo .container {
    margin-top: 8px;
  }
  .photo-slider {
    height: 50vh;
  }
  .swiper-scrollbar {
    height: 6px !important;
    justify-self: start;
  }
  .location {
    padding-top: 56px;
    gap: 24px;
  }
  .footer {
    padding: 28px 0;
    text-align: start;
  }
  .footer .container {
    flex-direction: column;
    align-items: start;
    gap: 24px;
  }
  .footer .btn {
    text-align: start;
  }
  .popup .container {
    width: 100%;
    max-width: none;
  }
  .popup_video .container {
    height: 100vh;
    gap: 24px;
  }
  .popup_video .video-wrap {
    height: 100%;
  }
}
@media screen and (max-width: 425px) {
  .photo-slider {
    height: 30vh;
  }
}
.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 4px solid #786478;
  border-right: 4px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  margin: 20px auto;
}

.loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border-bottom: 4px solid #5c4a5b;
  border-left: 4px solid transparent;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=style.css.map */