html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0 auto;
  overflow-x: hidden;
}

main {
  padding: 0 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
}

p {
  margin: 0;
}

section {
  margin-bottom: 136px;
}

button,
a {
  font-family: var(--main-font);
}

::marker {
  color: var(--spn-primary) !important;
  font-size: 30px;
}

@font-face {
  font-family: 'Cormorant';
  src: url("../fonts/cormorant_regular.eot");
  src: url("../fonts/cormorant_regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/cormorant_regular.woff2") format("woff2"),
    url("../fonts/cormorant_regular.woff") format("woff"),
    url("../fonts/cormorant_regular.ttf") format("truetype"),
    url("../fonts/cormorant_regular.svg#cormorant_regular") format("svg");
}

@font-face {
  font-family: "Cygre";
  src: url("../fonts/cygre-light.woff2") format("woff2"),
    url("../fonts/cygre-light.woff") format("woff"),
    url("../fonts/cygre-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cygre';
  src: url('../fonts/cygre-medium.eot');
  src: url('../fonts/cygre-medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/cygre-medium.woff2') format('woff2'),
    url('../fonts/cygre-medium.woff') format('woff'),
    url('../fonts/cygre-medium.ttf') format('truetype'),
    url('../fonts/cygre-medium.svg#cygre-medium') format('svg');
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: 'Cormorant';
  src: url('../fonts/cormorant_medium.eot');
  src: url('../fonts/cormorant_medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/cormorant_medium.woff2') format('woff2'),
    url('../fonts/cormorant_medium.woff') format('woff'),
    url('../fonts/cormorant_medium.ttf') format('truetype'),
    url('../fonts/cormorant_medium.svg#cormorant_medium') format('svg');
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}

:root {
  --spn-primary: #b55379;
  --spn-bg: #ffecef;
  --spn-dark: #303030;
  --container-max: 1216px;
  --main-font: "Cygre";
  --alt-font: "Cormorant";
}

body {
  margin: 0;
  font-family: "Cygre", "Helvetica Neue", Arial, sans-serif;
  color: var(--spn-dark);
  background-color: var(--spn-bg);
  -webkit-font-smoothing: antialiased;
  font-family: var(--main-font), sans-serif;
}

.spn-container {
  max-width: var(--container-max);
  margin: 0 auto;
  box-sizing: border-box;
}

.spn-header {
  background: transparent;
  padding: 0 16px;
}

.spn-header .spn-container {
  display: flex;
  gap: 54px;
  align-items: center;
  justify-content: space-between;
}

.spn-header .spn-contact-row {
  margin-bottom: 0 !important;
}

.spn-header .spn-socials {
  margin-top: 0px !important;
}

.spn-footer__badges .spn-socials {
  margin-top: 0px !important;
  justify-content: flex-end;
}

.spn-header .spn-btn--primary::before {
  display: none;
}

.spn-header__left {
  float: left;
}

.spn-header__center {
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
  border-radius: 100px;
  padding: 16px 40px;
}

.spn-header__right {
  float: right;
  display: flex;
  align-items: center;
  gap: 12px;
}

.spn-logo img {
  height: 100px;
  display: block;
}

.spn-main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 32px;
}

.spn-main-menu li {
  display: inline-block;
}

.spn-main-menu a {
  color: var(--spn-dark);
  text-decoration: none;
  font-weight: 300;
  font-size: 18px;
}

.spn-main-menu a:hover {
  color: var(--spn-primary);
  transition: all 0.3s ease;
}

.spn-main-menu a:active {
  font-weight: 500;
}

.spn-btn {
  display: inline-block;
  padding: 25px 39px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 18px;
  line-height: 110%;
}

.spn-btn--primary {
  border: none;
  background: var(--spn-primary);
  color: #fff;
}

.spn-phone:hover {
  transition: all 0.3s ease;
  background-color: #FFFFFF;
  color: var(--spn-primary);
  font-weight: 500;
}

.spn-phone:active {
  background-color: #FFFFFF;
  color: var(--spn-dark);
}

.spn-header .spn-btn {
  padding: 18px 39px;
}

.spn-header__socicons .spn-socials {
  flex-direction: column;
}

.spn-hero__title {
  font-size: 123px;
  font-weight: 400;
  line-height: 115%;
  text-transform: uppercase;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  font-family: var(--alt-font);
}

.spn-hero__title span {
  font-size: 30px;
  font-weight: 300;
  line-height: 110%;
  background-color: var(--spn-primary);
  border-radius: 96px;
  padding: 15px 141px;
  text-transform: none;
  color: #fff;
  font-family: var(--main-font);
  margin-top: 8px;
}

.spn-hero__inner {
  display: flex;
  gap: 20px;
  padding: 25px;
  border-radius: 25px;
  background-color: #ffffff;
  margin-top: 36px;
}

.spn-hero__left {
  flex: 0 0 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.spn-btn--primary {
  position: relative;
  box-sizing: border-box;
}

.spn-hero__left .spn-btn--primary {
  width: 100%;
  text-align: center;
}

/* .spn-btn--primary::after {
  content: "";
  position: absolute;
  left: 99%;
  top: 0;
  display: block;
  width: 69px;
  height: 69px;
  background-color: var(--spn-primary);
  border-radius: 51px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 13px;
} */

/* .spn-btn--primary::before {
  content: "";
  position: absolute;
  left: 99%;
  top: 0;
  width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15' fill='none'><path d='M1 1L14 14M14 14H1M14 14V1' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 13px;
  pointer-events: none;
  z-index: 2;

  transform: translate(28px, 28px);
  opacity: 1;
  will-change: transform, opacity;
} */

/* keyframes: вниз (исчезание) -> резкий перенос вверх -> въезд сверху */
/* @keyframes spn-arrow-hover-cycle {
  0% {
    transform: translate(28px, 28px);
    opacity: 1;
  }

  40% {
    transform: translate(46px, 46px);
    opacity: 0;
  }

  41% {
    transform: translate(10px, 10px);
    opacity: 0;
  }

  42% {
    opacity: 1;
  }

  100% {
    transform: translate(28px, 28px);
    opacity: 1;
  }
} */

/* при наведении запускаем цикл один раз */
/* .spn-btn--primary:hover::before,
.spn-btn--primary:focus::before,
.spn-btn--primary:active::before {
  animation: spn-arrow-hover-cycle .52s linear 1 both;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15' fill='none'><path d='M1 1L14 14M14 14H1M14 14V1' stroke='%23B55379' stroke-width='2'/></svg>");
} */


.spn-btn--primary:hover {
  background-color: #FFECEF;
  color: var(--spn-primary);
  border: 2px solid var(--spn-primary);
  transition: all 0.3s ease;
}

.spn-btn--primary:active {
  background-color: #fff;
  color: #303030;
  border: 2px solid var(--spn-primary);
}

.spn-btn--primary:disabled {
  background-color: rgba(181, 83, 121, 0.5);
  color: #ffffff;
  border: 0 solid var(--spn-primary);
}

/* .spn-btn--primary:hover::after {
  background-color: #FFECEF;
  color: var(--spn-primary);
  border: 2px solid var(--spn-primary);
  transition: all 0.3s ease;
} */

/* .spn-btn--primary:active::after {
  background-color: #fff;
  color: var(--spn-dark);
  border: 2px solid var(--spn-primary);
  transition: all 0.3s ease;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15' fill='none'><path d='M1 14L14 1M14 1V14M14 1H1' stroke='%23303030' stroke-width='2'/></svg>");
} */

/* .spn-btn--primary:disabled::after {
  background-color: rgba(181, 83, 121, 0.5);
  color: #FFFFFF;
  border: 0 solid var(--spn-primary);
  transition: all 0.3s ease;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15' fill='none'><path d='M1 1L14 14M14 14H1M14 14V1' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
} */

.spn-phone.spn-btn--primary::after {
  display: none;
}

.spn-hero__text {
  font-size: 18px;
  font-weight: 300;
  line-height: 115%;
}

.spn-hero__gallery {
  flex: 0 0 68%;
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: flex-end;
}

.spn-hero__img img {
  width: 100%;
  height: 289px;
  display: block;
  border-radius: 25px;
  min-width: 100%;
  object-fit: cover;
}

.spn-hero__img--1 {
  width: 186px;
}

.spn-hero__img--2 {
  width: 241px;
}

.spn-hero__img--3 {
  width: 310px;
}

.spn-section__title {
  font-family: var(--alt-font);
  font-weight: 500;
  font-size: 50px;
  line-height: 111%;
  text-transform: uppercase;
}

.spn-owl--life {
  margin-top: 36px;
}

.spn-owl .owl-carousel .spn-life__item {
  display: flex;
  gap: 10px;
  align-items: center;
}

#spn-life .owl-carousel .owl-item img {
  height: 377px;
  object-fit: cover;
}

#spn-life .owl-carousel .owl-item .spn-life__img--2 img {
  height: 397px;
}

.spn-life__content {
  display: flex;
  gap: 16px;
  align-items: center;
  flex: 1;
  background-color: #ffffff;
  border-radius: 25px;
  padding: 10px;
  max-width: 890px;
  box-sizing: border-box;
}

.spn-life__content.is-reverse {
  flex-direction: row-reverse;
  background-color: var(--spn-primary);
  color: #ffffff;
}

.spn-life__content.is-reverse ::marker {
  color: #ffffff !important;
}

.spn-life__text {
  flex: 1;
  padding: 15px;
}

.spn-life__text h3 {
  font-size: 30px;
  line-height: 110%;
  font-weight: 300;
  margin-bottom: 16px;
}

.spn-life__text p {
  font-size: 18px;
  line-height: 120%;
  font-weight: 300;
  margin-bottom: 18px;
}

.spn-life__text li {
  font-size: 18px;
  line-height: 115%;
  font-weight: 300;
  margin-top: 18px;
}

.spn-life__img img {
  width: 100%;
  border-radius: 25px;
}

.spn-life__img--1 {
  max-width: 425px;
  object-fit: cover;
  width: 50%;
}

.spn-life__img--2 {
  max-width: 316px;
  object-fit: cover;
  position: relative;
}

.spn-life__img--2 .plus-btn {
  position: absolute;
  right: 25px;
  top: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 60;
  display: inline-block;
  transition: transform 0.16s ease, opacity 0.12s;

  background-image: url("../images/plus-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px 50px;
}

.spn-tabs__main {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
  margin-top: 36px;
}

.spn-tab-btn:first-child {
  background: var(--spn-primary);
}

.spn-tab-btn:nth-child(2) {
  background: var(--spn-dark);
}

.spn-tab-btn {
  border: none;
  border-radius: 30px;
  padding: 12px 32px;
  cursor: pointer;
  font-size: 22px;
  color: #ffffff;
  line-height: 150%;
  font-weight: 300;
  white-space: nowrap;
}

.spn-tab-btn--active {
  width: 80%;
}

@media (max-width: 768px) {
  .spn-tab-btn::after {
    content: '';
    background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%227%22%20viewBox%3D%220%200%2012%207%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1%201L6%206L11%201%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    width: 12px;
    height: 7px;
    display: block;
  }
}

.spn-subtab-btn {
  padding: 25px;
  border-radius: 25px;
  cursor: pointer;
}

.spn-subtab-btn.is-active {}

.spn-subtab-panel {
  display: none;
  margin-top: 12px;
}

.spn-subtab-panel.is-active {
  display: block;
}

.spn-subtab__title-suffix {
  background-color: var(--spn-primary);
  color: #FFFFFF;
  border-radius: 100px;
  padding: 4px 21px;
  margin-left: 8px;
  font-size: 22px;
  font-weight: 500;
}

#spn-advantages {
  background-image: url(../images/about-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}

.spn-advantages_wrapper .owl-nav,
.spn-gallery-carousel .owl-nav {
  position: absolute;
  top: -65px;
  right: 0;
  display: flex;
  gap: 16px;
}

.spn-advantages_wrapper {
  display: flex;
  gap: 36px;
  justify-content: space-between;
  margin-top: 36px;
}

.spn-advantages__left {
  max-width: 576px;
}

.spn-advantages__left p:first-child {
  font-size: 30px;
  line-height: 110%;
  text-align: right;
  max-width: 340px;
  padding-left: 99px;
  font-weight: 300;
}

.spn-advantages__left p:nth-child(2) {
  font-size: 30px;
  line-height: 110%;
  text-align: right;
  max-width: 410px;
  font-weight: 300;
}

.spn-advantages__left p:nth-child(3) {
  font-size: 18px;
  line-height: 115%;
  margin-top: 36px;
  font-weight: 300;
}

.spn-advantages__left p:nth-child(4) {
  font-size: 18px;
  line-height: 115%;
  margin-top: 18px;
  font-weight: 300;
}

.spn-advantages__right {
  max-width: 508px;
}

.spn-adv-card {
  padding: 25px;
  background: #fff;
  height: 244px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  border-radius: 25px;
}

.spn-adv-card img {
  max-width: 100%;
  height: auto;
  display: block;
  width: 36px !important;
}

.spn-adv-card_title {
  color: var(--spn-primary);
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 10px;
}

.spn-adv-card_text p {
  font-size: 18px;
  font-weight: 300;
  line-height: 115%;
  margin-top: 10px;
}

.spn-gallery-carousel {
  max-height: 304px;
  margin-top: 36px;
}

.spn-gallery__item img {
  width: 100%;
  height: 304px;
  display: block;
  border-radius: 25px;
  object-fit: cover;
}

.spn-faq__cols {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.spn-faq__col {
  flex: 1;
}

.spn-faq-item {
  margin-bottom: 10px;
}

.spn-faq-q {
  display: block;
  width: 100%;
  text-align: left;
  padding: 12px;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
}

.spn-faq-a {
  display: none;
  background: #fff;
  margin-bottom: 10px;
}

.spn-contact-row--email {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='31' viewBox='0 0 30 31' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 5.25049H25C26.3808 5.25049 27.5 6.36978 27.5 7.75049V22.7505C27.5 24.1312 26.3808 25.2505 25 25.2505H5C3.61929 25.2505 2.5 24.1312 2.5 22.7505V7.75049C2.5 6.36978 3.61929 5.25049 5 5.25049ZM17.0625 19.563L25 14.0005V11.3755L15.8125 17.813C15.3239 18.1521 14.6761 18.1521 14.1875 17.813L5 11.3755V14.0005L12.9375 19.563C14.1763 20.4289 15.8237 20.4289 17.0625 19.563Z' fill='%23B55379'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 32px;
}

.spn-map {
  min-height: 260px;
  border-radius: 12px;
  overflow: hidden;
  background: #e6d7dc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spn-map__placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.spn-owl .owl-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: -60px;
  right: 0;
  z-index: 40;
  gap: 16px;
  width: max-content;
}

.owl-nav button {
  background: transparent;
  border: none;
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.owl-nav .owl-prev {
  background-image: url("../images/arrow-left.svg") !important;
  transition: all 0.3s ease;
}

.owl-nav .owl-next {
  background-image: url("../images/arrow-right.svg") !important;
  transition: all 0.3s ease;
}

.owl-nav .owl-prev:hover {
  background-image: url("../images/arrow-left-hov.svg") !important;
}

.owl-nav .owl-next:hover {
  background-image: url("../images/arrow-right-hov.svg") !important;
}

.owl-nav .owl-prev:active {
  background-image: url("../images/arrow-left-act.svg") !important;
}

.owl-nav .owl-next:active {
  background-image: url("../images/arrow-right-act.svg") !important;
}

.owl-nav .owl-prev:disabled {
  background-image: url("../images/arrow-left-dis.svg") !important;
}

.owl-nav .owl-next:disabled {
  background-image: url("../images/arrow-right-dis.svg") !important;
}

@media (max-width: 860px) {
  .spn-hero__inner {
    flex-direction: column;
  }

  .spn-header__center {
    display: none;
  }

  .spn-faq__cols {
    flex-direction: column;
  }
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.spn-directions__inner {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.spn-directions__left {
  width: 380px;
}

.spn-subtabs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.spn-subtab-btn {
  display: block;
  text-align: left;
  padding: 25px;
  border: none;
  border-radius: 25px;
  background: #fff;
  color: var(--spn-dark, #303030);
  cursor: pointer;
  font-size: 18px;
  line-height: 115%;
  font-weight: 300;
}

.spn-subtab-btn.is-active {
  border-radius: 25px 0 0 25px;
  box-shadow: none;
  width: 115%;
  color: var(--spn-primary) !important;
}

.spn-directions__right {
  flex: 1;
  background: #fff;
  border-radius: 25px;
  padding: 25px;
}

.spn-subtab-panel {
  display: none;
}

.spn-subtab-panel.is-active {
  display: block;
}

.spn-subtab__title {
  font-family: var(--main-font), sans-serif;
  font-size: 30px;
  margin-bottom: 36px;
  font-weight: 300;
}

.spn-subtab__text p {
  line-height: 115%;
  margin-bottom: 36px;
  font-size: 18px;
  font-weight: 300;
}

.spn-subtab__meta {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.spn-subtab__groups {
  flex: 1 1 60%;
  display: flex;
  gap: 10px;
  padding-left: 25px;
}

.spn-subtab__groups_wrapper {
  display: flex;
  gap: 10px;
  flex-direction: column;
  max-width: 338px;
}

.spn-subtab__groups .spn-icon {
  width: 36px;
  height: 36px;
}

.spn-subtab__groups-title {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
}

.spn-subtab__groups-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.spn-age {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 20px;
  background: transparent;
  font-weight: 300;
  color: #ffffff;
}

.black .spn-age {
  padding-left: 0;
}

.spn-age.is-highlight {
  background: #ffecef;
  color: var(--spn-primary, #b55379);
  font-weight: 500;
}

.spn-subtab__image {
  max-width: 287px;
  height: 231px;
  flex: 0 0 300px;
}

.spn-subtab__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}

.spn-subtab__price-row {
  margin-top: 36px;
  display: flex;
  gap: 20px;
  align-items: center;
  background-color: #ffecef;
  justify-content: space-between;
  border-radius: 25px;
  padding: 10px;
}

.price_wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.spn-price {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 14px 18px;
  border-radius: 24px;
}

.spn-price__label {
  font-weight: 500;
  margin-right: 6px;
  font-size: 18px;
  line-height: 115%;
}

.spn-price__value {
  font-size: 18px;
  font-weight: 300;
}

.spn-subtab__price-row .spn-cta {
  min-width: 355px;
}

.spn-subtab__price-row .spn-btn {
  width: 100%;
}

.black.spn-directions__right,
.black .spn-subtab-btn {
  background-color: #303030;
  color: #fff;
}

.black .spn-subtab__price-row {
  background-color: #ffffff;
  color: var(--spn-dark);
}

@media (max-width: 1024px) {
  .spn-directions__inner {
    flex-direction: column;
  }

  .spn-directions__left {
    width: 100%;
    order: 2;
  }

  .spn-directions__right {
    order: 1;
  }

  .spn-subtab__image {
    width: 100%;
    flex: 0 0 auto;
  }
}

section#spn-gallery {
  margin-bottom: 36px;
}

.spn-video-section {}

.spn-video-wrap {
  max-width: 1216px;
  margin: 0 auto;
}

.spn-video__item {
  box-sizing: border-box;
}

.spn-video__content {
  display: flex;
  gap: 35px;
  align-items: stretch;
  background: var(--spn-dark);
  color: #fff;
  border-radius: 25px;
  padding: 10px;
}

.spn-video__text {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  padding-right: 0;
}

.spn-video__title p:first-child {
  /* padding-left: 100px; */
  font-size: 30px;
  color: #fff;
  line-height: 110%;
  font-weight: 300;
}

.spn-video__title p:nth-child(2) {
  font-size: 30px;
  color: #ffecef;
  line-height: 110%;
  font-weight: 500;
  padding-top: 30px;
}

.spn-video__title p:nth-child(3) {
  font-size: 30px;
  color: #ffecef;
  line-height: 110%;
  font-weight: 500;
}

.spn-video__desc {
  color: #ffecef;
  font-size: 18px;
  line-height: 115%;
  font-weight: 500;
  text-align: right;
}

.spn-video__cta.spn-btn--primary {
  width: 100%;
  text-align: center;
}

.spn-video__meta {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.spn-video__media-wrap {
  width: 64%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 30px;
}

.spn-video__media {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  background: #111;
  height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spn-video__mask {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
  transition: opacity 0.25s;
}

.spn-video__play {
  position: absolute;
  z-index: 10;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  transform: translateY(-4px);
}

.spn-video__media.playing .spn-video__mask {
  opacity: 0;
  pointer-events: none;
}

.spn-video__media.playing .spn-video__play {
  display: none;
}

.spn-video__media iframe {
  width: 100%;
  height: 100%;
  min-height: 280px;
  border: 0;
  display: block;
}

.spn-video__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 6px;
}

.spn-video__city {
  color: #ffecef;
  font-size: 18px;
  font-weight: 500;
  padding-left: 36px;
  padding-bottom: 15px;
}

.spn-video-carousel .owl-nav {
  display: flex;
  gap: 16px;
  position: absolute;
  bottom: -15px;
  right: 10px;
}

@media (max-width: 900px) {
  .spn-video__content {
    flex-direction: column;
  }

  .spn-video__text,
  .spn-video__media-wrap {
    width: 100%;
  }

}

#spn-faq {
  position: relative;
  background-image: url("../images/faq-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  padding-bottom: 136px;
  margin-bottom: 0;
}

.spn-faq__cols {
  display: grid;
  grid-template-columns: 1fr 400px 1fr;
  gap: 10px;
  align-items: start;
  margin-top: 36px;
}

.spn-faq__col--center img {
  width: 100%;
  display: block;
  border-radius: 25px;
  object-fit: cover;
}

.spn-faq-item {
  margin-bottom: 10px;
  position: relative;
}

.spn-faq-item button {
  color: var(--spn-dark);
}

.spn-faq-q {
  display: block;
  width: 100%;
  text-align: left;
  background: #fff;
  border: none;
  padding: 25px 60px 25px 25px;
  border-radius: 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 115%;
  cursor: pointer;
  position: relative;
  transition: box-shadow 0.18s ease, transform 0.12s ease;
  overflow: visible;
}

.spn-faq-q {
  background-image: url("../images/plus-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 25px center;
  background-size: 32px 32px;
}

.spn-faq-q:focus,
.spn-faq-q:hover {
  outline: none;
  transform: translateY(-1px);
}

.spn-faq-item.is-open .spn-faq-q {
  background-image: url("../images/minus-arrow.svg");
}

.spn-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s cubic-bezier(0.2, 0.9, 0.3, 1);
  background: transparent;
  font-size: 18px;
  font-weight: 300;
  line-height: 115%;
  padding: 0 25px;
  border-radius: 0 0 25px 25px;
}

.spn-faq-item.is-open .spn-faq-a {
  background: #fff;
  padding: 25px 25px;
  max-height: min-content;
  top: -15px;
  padding-top: 0;
  position: relative;
}

.spn-faq-item.is-open {
  margin-bottom: 0;
}

.spn-faq-item.is-open .spn-faq-q {
  border-radius: 25px 25px 0 0;
}

@media (max-width: 1100px) {
  .spn-faq__cols {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .spn-faq__col--center img {
    max-width: 480px;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {

  .spn-faq-q {
    padding: 16px 64px 16px 18px;
    font-size: 16px;
  }

  .spn-faq-a {
    font-size: 16px;
  }
}

.spn-contacts__grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 18px;
  align-items: start;
  margin-top: 36px;
}

.spn-contacts__info {
  background: #ffffff;
  border-radius: 25px;
  padding: 25px;
  min-height: 360px;
}

.spn-contact-row {
  margin-bottom: 25px;
  display: block;
}

.spn-contact-label {
  font-weight: 500;
  color: var(--spn-dark);
  margin-bottom: 8px;
}

.spn-contact-value {
  display: inline-block;
  font-size: 18px;
  color: var(--spn-dark);
  text-decoration: none;
}

.spn-phone-link,
.spn-email-link {
  color: var(--spn-dark);
  text-decoration: none;
  font-weight: 300;
}

.spn-branches-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.spn-branch-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0 6px;
  border-bottom: 1px solid var(--spn-primary);
}

.spn-branch-address {
  flex: 1 1 auto;
  color: var(--spn-dark);
  font-weight: 300;
}

.spn-branch-map {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-left: 18px;
  padding: 5px 10px;
  background: #ffecef;
  color: var(--spn-primary);
  border-radius: 46px;
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
}

.spn-branch-map__icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("../images/icon-map.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.spn-socials {
  display: flex;
  gap: 10px;
  margin-top: 6px;
}

.spn-social img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: block;
}

.spn-social--placeholder {
  display: inline-block;
  background: #ede6e8;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  font-weight: 700;
  color: #b55379;
}

.spn-contact-row--cta {
  margin-bottom: 0;
}

.spn-contact-row--cta .spn-btn--primary {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.spn-map {
  border-radius: 25px;
  overflow: hidden;
  min-height: 360px;
}

@media (max-width: 980px) {
  .spn-contacts__grid {
    grid-template-columns: 1fr;
  }

  .spn-map {
    order: 2;
  }

  .spn-contacts__info {
    order: 1;
  }
}

.spn-footer {
  background: var(--spn-dark);
  color: #fff;
  padding: 36px 0;
  border-radius: 25px 25px 0 0;
}

.spn-footer .spn-container {
  max-width: 1216px;
  margin: 0 auto;
  padding: 0 16px;
}

.spn-footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 64px;
}

.spn-footer__brand {
  display: flex;
  align-items: center;
  gap: 60px;
}

.spn-footer .spn-logo img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}

.spn-rating iframe {
  display: block;
  border: 0;
}

.spn-footer-nav__list {
  display: flex;
  gap: 18px;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}

.spn-footer-nav__list li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 115%;
  padding: 10px 10px;
  font-weight: 300;
}

.spn-footer-nav__list li a:hover {
  color: var(--spn-primary);
  background-color: #fff;
  border-radius: 100px;
  transition: all 0.3s ease;
}

.spn-footer-nav__list li a:active {
  color: var(--spn-dark);
  background-color: #FFECEF;
  border-radius: 100px;
}

.spn-footer__middle {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 36px;
}

.spn-footer__branch-city {
  color: var(--spn-primary);
}

.spn-footer__col h4 {
  color: var(--spn-primary);
  margin: 0 0 8px;
  font-weight: 500;
  font-size: 18px;
}

.spn-footer__branch-address,
.spn-footer__inn,
.spn-footer__ogrn,
.spn-footer__company-name {
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.15;
  font-size: 18px;
  font-weight: 300;
}

.spn-footer__inn,
.spn-footer__ogrn,
.spn-footer__company-name {
  margin-bottom: 4px;
  font-size: 17px;
}

.spn-footer__branch-reviews {
  color: #fff;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.spn-footer__branch-reviews:hover {
  color: var(--spn-primary);
  text-decoration: none;
  transition: all 0.3s ease;
}

.spn-footer__phone a,
.spn-footer__email a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin-bottom: 8px;
  font-weight: 300;
  font-size: 18px;
}

.spn-footer__email a:hover,
.spn-footer__phone a:hover {
  color: var(--spn-accent);
}

.spn-footer__socials {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.spn-footer__social img {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.spn-footer__badges {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: right;
}

.spn-footer__badge {
  background-image: url("../images/license.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 32px;

  color: #fff;
  padding: 5px 0 0;
  padding-left: 35px;
  text-decoration: underline;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.spn-footer__bottom {
  border-top: 1px solid #FFFFFF;
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px 20px;
  flex-wrap: wrap;
}

.spn-footer__copyright {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.spn-footer-legal__list {
  display: flex;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.spn-footer-legal__list li a {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
  line-height: 150%;
  font-weight: 300;
}

.spn-footer__dev {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.spn-footer__dev p {
  max-width: 300px;
  font-size: 14px;
  font-weight: 300;
}

.spn-footer__dev a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}

@media (max-width: 900px) {
  .spn-footer__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .spn-footer__middle {
    grid-template-columns: 1fr;
  }

  .spn-footer__bottom {
    text-align: left;
    gap: 12px;
  }
}

.spn-scroll-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 50px;
  height: 50px;
  background-image: url('../images/arrow-up.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  border-radius: 50%;
  cursor: pointer;
}

.spn-scroll-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.spn-scroll-top:hover {
  transform: scale(1.05);
}

.spn-popup-overlay {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(18, 18, 18, 0.55);
  z-index: 1200;
  padding: 24px;
}

.spn-popup-overlay.is-open {
  display: flex;
}

.spn-popup {
  background: #fde6ea;
  max-width: 600px;
  border-radius: 25px;
  padding: 25px;
  position: relative;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .25);
  max-height: calc(100vh - 48px);
  overflow: auto;
}

@media (max-width: 640px) {
  .spn-popup {
    width: calc(100% - 32px);
    padding: 20px;
    border-radius: 12px;
  }

  .spn-popup-overlay {
    padding: 0 16px;
  }
}

.spn-popup__close {
  position: absolute;
  right: 18px;
  top: 14px;
  background: transparent;
  border: none;
  font-size: 56px;
  font-weight: 300;
  line-height: 1;
  color: #b55379;
  cursor: pointer;
}

.spn-popup__title {
  font-size: 30px;
  margin: 0 0 36px;
  color: var(--spn-dark);
  font-weight: 300;
}

.spn-row {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
  align-items: center;
}

.spn-row--gutter {
  gap: 12px;
}

.spn-col {
  flex: 1;
}

.spn-col-full {
  flex: 1 1 100%;
}

.spn-input {
  width: 100%;
  height: 46px;
  border-radius: 34px;
  border: none;
  padding: 0 18px;
  font-size: 15px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
}

.spn-select {
  position: relative;
}

.spn-select__toggle {
  width: 100%;
  height: 46px;
  border-radius: 34px;
  border: none;
  background: #fff;
  padding: 0 18px;
  text-align: left;
  cursor: pointer;
  font-size: 15px;
}

.spn-select__list {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 10px);
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
  max-height: 220px;
  overflow: auto;
  display: none;
  list-style: none;
  margin: 0;
  padding: 8px 0;
  z-index: 10;
}

.spn-select__list li {
  padding: 8px 18px;
  cursor: pointer;
  font-size: 15px;
}

.spn-select__list li:hover {
  background: rgba(181, 83, 121, 0.06);
}

.spn-select__group {
  font-weight: 600;
  padding: 10px 18px;
  color: #82485a;
}

.spn-select.open .spn-select__list {
  display: block;
}

.spn-row--radio {
  gap: 18px;
  margin-top: 6px;
  margin-bottom: 16px;
}

.spn-radio {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.spn-radio input {
  width: 18px;
  height: 18px;
}

.spn-checkbox {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 13px;
  color: #6b4150;
  margin-top: 6px;
}

.spn-checkbox input {
  width: 18px;
  height: 18px;
}

.spn-popup__form a {
  color: #b55379;
  text-decoration: underline;
}

.wpcf7-form .spn-input,
.wpcf7-form .wpcf7-select,
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="text"],
.wpcf7-form textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border: none;
  background: #FFFFFF;
  border-radius: 30px;
  font-size: 18px;
  color: #3B4755;
  line-height: 1.15;
  transition: box-shadow .18s ease, border-color .12s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wpcf7-form .spn-input:focus,
.wpcf7-form .wpcf7-select:focus,
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form textarea:focus {
  outline: none;
  border-color: var(--spn-primary);
  box-shadow: var(--spn-focus);
}

.wpcf7-not-valid-tip {
  display: inline-block;
  margin-top: 6px;
  color: #b00020;
  font-size: 13px;
}

.wpcf7-form .wpcf7-select {
  padding-right: 44px;
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23303030' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  border-radius: 30px;
  cursor: pointer;
}

.wpcf7-form .wpcf7-select:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M1 6L6 1L11 6' stroke='%23303030' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.wpcf7-form .wpcf7-select[aria-invalid="true"] {
  border-color: #b00020;
}

.wpcf7-form .wpcf7-radio .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  user-select: none;
  margin-right: 18px;
  position: relative;
  font-size: 15px;
  color: var(--spn-text);
}

.wpcf7-form .wpcf7-radio input[type="radio"],
.wpcf7-form .wpcf7-acceptance input[type="checkbox"],
.wpcf7-form .wpcf7-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  pointer-events: none;
}

.wpcf7-form .wpcf7-radio .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  transition: all .16s ease;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Crect x='0.5' y='1' width='19' height='19' rx='9.5' stroke='%23303030'/%3E%3C/svg%3E");
}

.wpcf7-form .wpcf7-radio input[type="radio"]+.wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: transparent;
  transform: scale(0);
  transition: transform .12s ease, background .12s ease;
  position: absolute;
  top: 40%;
  transform-origin: center;
  transform: translateY(-50%) scale(0);
}

/* checked state */
.wpcf7-form .wpcf7-radio input[type="radio"]:checked+.wpcf7-list-item-label::before {
  border-color: var(--spn-primary);
  box-shadow: 0 2px 8px rgba(181, 83, 121, 0.08);
}

.wpcf7-form .wpcf7-radio input[type="radio"]:checked+.wpcf7-list-item-label::after {
  transform: translateY(-50%) scale(1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Crect x='0.5' y='1' width='19' height='19' rx='9.5' fill='%23B55379'/%3E%3Crect x='0.5' y='1' width='19' height='19' rx='9.5' stroke='%23B55379'/%3E%3Cpath d='M14.7408 6.86055L14.7396 6.86159L8.18952 12.8497L5.26067 10.1721C5.26061 10.1721 5.26055 10.172 5.26048 10.172C5.17561 10.0938 5.06013 10.0499 4.93968 10.0499C4.81919 10.0499 4.7037 10.0939 4.61882 10.172C4.61878 10.1721 4.61874 10.1721 4.61869 10.1721L4.13373 10.6155C4.13367 10.6156 4.1336 10.6156 4.13354 10.6157C4.04807 10.6933 4 10.7988 4 10.9089C4 11.0191 4.04809 11.1247 4.1336 11.2023C4.13364 11.2023 4.13368 11.2024 4.13373 11.2024L7.872 14.6199C7.87207 14.62 7.87214 14.62 7.87221 14.6201C7.95708 14.6982 8.07255 14.7422 8.19299 14.7422C8.31344 14.7422 8.4289 14.6982 8.51377 14.6201C8.51384 14.62 8.51391 14.62 8.51398 14.6199L15.8663 7.89845C15.8663 7.89843 15.8664 7.89841 15.8664 7.89839C15.9519 7.82079 16 7.71518 16 7.60501C16 7.49498 15.952 7.3895 15.8667 7.31193C15.8665 7.31181 15.8664 7.31169 15.8663 7.31156L15.3816 6.86207V6.86206L15.3799 6.86055C15.2018 6.70273 14.9188 6.70273 14.7408 6.86055Z' fill='white' stroke='white' stroke-width='0.25'/%3E%3Cpath d='M15.5309 5.87534L15.5296 5.87652L7.88778 12.6132L4.47078 9.60089C4.47071 9.60083 4.47064 9.60077 4.47056 9.6007C4.37155 9.5128 4.23682 9.46335 4.09629 9.46335C3.95572 9.46335 3.82098 9.51282 3.72196 9.60075C3.72191 9.6008 3.72186 9.60084 3.7218 9.60089L3.15601 10.0997C3.15595 10.0997 3.15587 10.0998 3.1558 10.0999C3.05608 10.1871 3 10.3059 3 10.4298C3 10.5537 3.05611 10.6725 3.15587 10.7598C3.15592 10.7598 3.15596 10.7599 3.15601 10.7599L7.51733 14.6047C7.51741 14.6047 7.5175 14.6047 7.51758 14.6048C7.61659 14.6927 7.75131 14.7422 7.89183 14.7422C8.03235 14.7422 8.16705 14.6927 8.26606 14.6048C8.26614 14.6047 8.26623 14.6047 8.26631 14.6047L16.844 7.04299C16.844 7.04296 16.8441 7.04294 16.8441 7.04292C16.9439 6.95562 17 6.83681 17 6.71286C17 6.58908 16.944 6.47042 16.8445 6.38315C16.8443 6.38301 16.8442 6.38288 16.844 6.38273L16.2785 5.87706V5.87704L16.2765 5.87534C16.0687 5.6978 15.7386 5.6978 15.5309 5.87534Z' fill='white' stroke='white' stroke-width='0.25'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.wpcf7-form .wpcf7-radio .wpcf7-list-item label:hover .wpcf7-list-item-label::before {
  border-color: var(--spn-primary);
}

.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label::before,
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid var(--spn-border);
  border-radius: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Crect x='0.5' y='0.5' width='17' height='17' rx='3.5' stroke='%23303030'/%3E%3C/svg%3E");
  box-sizing: border-box;
  margin-right: 10px;
}


.wpcf7-form .wpcf7-acceptance input[type="checkbox"]:checked+.wpcf7-list-item-label::before,
.wpcf7-form .wpcf7-checkbox input[type="checkbox"]:checked+.wpcf7-list-item-label::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Crect width='18' height='18' rx='4' fill='%23B55379'/%3E%3Cpath d='M14.5309 4.37534L14.5296 4.37652L6.88778 11.1132L3.47078 8.10089C3.47071 8.10083 3.47064 8.10077 3.47056 8.1007C3.37155 8.0128 3.23682 7.96335 3.09629 7.96335C2.95572 7.96335 2.82098 8.01282 2.72196 8.10075C2.72191 8.1008 2.72186 8.10084 2.7218 8.10089L2.15601 8.59966C2.15595 8.59973 2.15587 8.59979 2.1558 8.59986C2.05608 8.68714 2 8.80591 2 8.92979C2 9.0537 2.05611 9.17249 2.15587 9.25979C2.15592 9.25983 2.15596 9.25987 2.15601 9.25992L6.51733 13.1047C6.51741 13.1047 6.5175 13.1047 6.51758 13.1048C6.61659 13.1927 6.75131 13.2422 6.89183 13.2422C7.03235 13.2422 7.16705 13.1927 7.26606 13.1048C7.26614 13.1047 7.26623 13.1047 7.26631 13.1047L15.844 5.54299C15.844 5.54296 15.8441 5.54294 15.8441 5.54292C15.9439 5.45562 16 5.33681 16 5.21286C16 5.08908 15.944 4.97042 15.8445 4.88315C15.8443 4.88301 15.8442 4.88288 15.844 4.88273L15.2785 4.37706V4.37704L15.2765 4.37534C15.0687 4.1978 14.7386 4.1978 14.5309 4.37534Z' fill='white' stroke='white' stroke-width='0.25'/%3E%3C/svg%3E");
}

.wpcf7-form .wpcf7-radio,
.wpcf7-form .wpcf7-checkbox {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}

@media (max-width: 520px) {

  .wpcf7-form .spn-input,
  .wpcf7-form .wpcf7-select {
    padding: 10px;
    font-size: 15px;
  }

  .wpcf7-form .wpcf7-radio .wpcf7-list-item label {
    margin-right: 12px;
    gap: 10px;
  }
}

.wpcf7-list-item-label,
.wpcf7-list-item-label a {
  font-size: 12px;
  line-height: 150%;
  color: var(--spn-dark);
  font-weight: 300;
}

.form-el-wrap {
  margin-bottom: 18px;
}

.form-el-wrap p {
  display: flex;
  gap: 8px;
}

.form-el-wrap .wpcf7-form-control-wrap {
  width: 50%;
}

.wpcf7-form-control.wpcf7-radio {
  margin: 16px 0 19px;
}

.form-policy-wrap span {
  margin-top: 6px;
  margin-bottom: 6px;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
  font-size: 18px;
  line-height: 115%;
  display: flex;
  gap: 5px;
}

input .wpcf7-text {
  width: 50%;
}

.form-policy-wrap {
  margin-top: 16px;
}

.wpcf7-form-control.spn-btn {
  padding: 25px 78px;
}

@media (max-width: 1240px) {
  .spn-header__right {
    display: none;
  }

  .spn-hero__img--3 {
    display: none;
  }
}

@media (max-width: 768px) {
  .form-el-wrap p {
    flex-direction: column;
    gap: 0;
  }

  .form-el-wrap .wpcf7-form-control-wrap {
    width: 100%;
  }

  .spn-header {
    padding-bottom: 16px;
    padding-top: 5px;
  }

  .spn-header__left {
    display: flex;
    justify-content: space-between;
  }

  .spn-header__center {
    background-color: transparent;
  }

  .spn-header__right,
  .spn-header__socicons {
    display: none;
  }

  section {
    margin-bottom: 68px;
  }

  .spn-section__title {
    font-size: 32px;
    line-height: 111%;
  }

  .spn-hero__title {
    font-size: 60px;
  }

  .spn-hero__title span {
    padding: 15px 25px;
    font-size: 22px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }

  .spn-hero__text {
    padding: 10px;
    padding-bottom: 0;
  }

  .spn-hero__inner {
    padding: 10px;
  }

  .spn-hero__gallery {
    flex-wrap: wrap;
    gap: 10px;
  }

  .spn-hero__left .spn-btn--primary {
    width: 100%;
    margin-top: 64px;
  }

  .spn-hero__img--1 {
    width: 36%;
  }

  .spn-hero__img--2 {
    width: 60%;
  }

  .spn-hero__img--3 {
    width: 100%;
  }

  .spn-life__img--2 {
    display: none;
  }

  #spn-life .spn-section__title {
    max-width: 52%;
  }

  .spn-life__content {
    flex-direction: column;
    gap: 0;
  }

  .spn-life__content.is-reverse {
    flex-direction: column;
  }

  .spn-life__text h3 {
    font-size: 22px;
  }

  .spn-life__text p,
  .spn-life__text li {
    font-size: 16px;
  }

  .spn-life__img--1 {
    max-width: 100%;
    width: 100%;
  }

  .spn-hero__img--3 {
    display: block;
  }

  .spn-tabs__main {
    flex-direction: column;
  }

  .spn-subtab-btn.is-active {
    border-radius: 0;
    width: 100%;
  }

  .spn-tab-btn {
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .spn-tab-btn::after {
    transition: transform 0.3s ease;
  }

   .spn-tab-btn--rotated::after {
     transform: translateY(-50%) rotate(180deg);
   }

  .spn-subtabs {
    gap: 0;
  }

  .spn-subtab__meta {
    flex-direction: column;
  }

  .spn-subtab__title-suffix {
    font-size: 20px;
    position: absolute;
    white-space: nowrap;
    top: 0;
    right: -68%;
  }

  .spn-subtab-btn {
    padding: 12px 16px;
    border-radius: 0;
    border-bottom: 1px solid var(--spn-primary);
  }

  .black .spn-subtab-btn {
    border-bottom: 1px solid #FFFFFF;
  }

  .spn-subtab-btn:first-child {
    border-radius: 25px 25px 0 0;
  }

  .spn-subtab-btn:last-child {
    border: none;
    border-radius: 0 0 25px 25px;
  }

  .spn-directions__right {
    padding: 10px;
  }

  .spn-subtab__title {
    font-size: 22px;
    margin-bottom: 24px;
    max-width: 60%;
    position: relative;
  }

  .black .spn-subtab__title {
    max-width: 100%;
  }

  .spn-subtab__text p {
    font-size: 16px;
  }

  .spn-subtab__groups {
    padding-left: 0;
  }

  .spn-subtab__image {
    max-width: 100%;
  }

  .spn-subtab__price-row {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 18px;
    gap: 0;
  }

  .spn-subtab__price-row .spn-cta {
    min-width: min-content;
    width: 100%;
  }

  #spn-advantages {
    background-image: none;
  }

  .spn-advantages_wrapper {
    flex-direction: column;
    gap: 102px;
  }

  .spn-advantages__left {
    max-width: 100%;
  }

  .spn-advantages__right {
    max-width: 100%;
  }

  .spn-advantages__left p:first-child {
    padding-left: 61px;
  }

  .spn-advantages__left p:first-child,
  .spn-advantages__left p:nth-child(2) {
    font-size: 22px;
  }

  .spn-advantages__left p:nth-child(3),
  .spn-advantages__left p:nth-child(4) {
    font-size: 16px;
  }

  /* .spn-advantages__left p:nth-child(4) {
    padding-left: 61px;
  } */

  .spn-advantages__left p:nth-child(3) {
    margin-top: 24px;
  }

  #spn-gallery .spn-section__title {
    max-width: 60%;
  }

  .spn-video__text,
  .spn-video__media-wrap {
    box-sizing: border-box;
  }

  .spn-video__media-wrap {
    gap: 20px;
  }

  .spn-video__text {
    padding: 0;
  }

  .spn-video__title p {
    font-size: 22px !important;
  }

  .spn-video__desc {
    display: none;
  }

  .spn-video__meta {
    margin-top: 64px;
  }

  .spn-video__cta.spn-btn--primary {
    width: 100%;
  }

  .spn-video__media {
    height: 173px;
  }

  .spn-video__player {
    max-height: 173px !important;
  }

  .spn-video__title p:first-child {
    padding-top: 10px;
  }

  .spn-video__city {
    font-size: 16px;
    padding-left: 0;
  }

  #spn-faq {
    background-image: url(../images/faq-bg-mob.png);
  }

  .spn-faq__cols {
    gap: 0;
  }

  .spn-faq__col--center {
    display: none;
  }

  .spn-faq-item.is-open .spn-faq-a {
    padding: 16px;
  }

  .spn-contacts__info {
    padding: 10px;
  }

  .spn-contact-row--cta .spn-btn--primary::after {
    display: none;
  }

  .spn-contact-row--cta .spn-btn--primary {
    width: 100%;
  }

  .spn-contact-row--cta .spn-btn {
    padding: 28px 22px;
  }

  .spn-contact-row--cta .spn-btn--primary::before {
    display: none;
  }

  .spn-footer__top {
    gap: 32px;
  }

  .spn-footer__brand {
    justify-content: space-between;
    width: 100%;
  }

  .spn-footer-nav__list {
    flex-wrap: wrap;
    gap: 38px 0;
  }

  .spn-footer__middle {
    flex-direction: column;
  }

  .spn-footer__badges {
    flex-direction: row;
    justify-content: space-between;
  }

  .spn-footer__badges .spn-contact-row {
    margin-bottom: 0;
  }

  .spn-footer__bottom {
    padding-top: 32px;
  }

  .spn-footer__copyright {
    padding-bottom: 24px;
  }

  .spn-footer-legal__list {
    flex-direction: column;
  }

  .spn-footer__dev {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }

  .spn-footer__dev p {
    padding-top: 24px;
  }
}

.spn-hamburger {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='45' viewBox='0 0 44 45' fill='none'%3E%3Cline x1='12' y1='16.5' x2='31' y2='16.5' stroke='%23B55379' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='19' y1='23.0625' x2='31' y2='23.0625' stroke='%23B55379' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='12' y1='29.625' x2='31' y2='29.625' stroke='%23B55379' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 44px;
  height: 44px;
  background-color: transparent;
  border: none;
}

.spn-header-overlay {
  position: fixed;
  inset: 0;
  z-index: 1300;
  display: none;
  background: rgba(0, 0, 0, 0.28);
  -webkit-overflow-scrolling: touch;
}

.spn-header-overlay.is-open {
  display: block;
}

.spn-header-overlay__inner {
  background: #fdeef1;
  width: 100%;
  height: 100%;
  padding: 28px;
  box-sizing: border-box;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.spn-header-overlay__inner .spn-main-menu {
  flex-direction: column;
}


/* close button */
.spn-header-overlay__close {
  background: transparent;
  border: 0;
  font-size: 32px;
  color: #b55379;
  cursor: pointer;
  width: 44px;
  height: 44px;
  line-height: 1;
  font-weight: 300;
  font-size: 69px;
}

.spn-header-overlay__inner .spn-header__center,
.spn-header-overlay__inner .spn-header__right,
.spn-header-overlay__inner .spn-header__socicons {
  display: block;
}

.spn-header-overlay__inner .spn-header__center {
  padding: 48px 16px;
}

.spn-header-overlay__inner .spn-header__right {
  margin-left: auto;
}

.spn-header-overlay__inner .spn-btn {
  padding: 21px 39px;
}


.spn-header-overlay__inner .spn-header__socicons .spn-socials {
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 16px;
}

@media (min-width: 768px) {
  .spn-header-overlay {
    display: none !important;
  }

  .spn-hamburger {
    display: none;
  }
}

.spn-tab-btn--adults {
  background-color: #303030 !important;
}

.text-page {
  max-width: 1216px;
  margin: 0 auto;
  padding: 64px 16px;
}

.text-page ul,
.text-page ol {
  padding-bottom: 16px;
}

.text-page li {
  font-size: 18px;
}

.text-page a {
  color: inherit;
}

.text-page h2,
.text-page h3,
.text-page h4,
.text-page h5 {
  padding-bottom: 16px;
}

.text-page p {
  padding-bottom: 10px;
  font-size: 18px;
}

.spn-video__media {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spn-video__player {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  max-height: 440px;
  background: transparent;
}

.spn-video__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  transition: opacity 200ms ease, visibility 200ms ease;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.45) 100%);
  z-index: 5;
  opacity: 1;
  visibility: visible;
}

.spn-video__media.is-playing .spn-video__overlay {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.spn-video__playbtn {
  border: 0;
  background: transparent;
  padding: 0;
  width: 76px;
  height: 76px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 150ms ease;
  -webkit-tap-highlight-color: transparent;
}

.spn-video__playbtn:active {
  transform: scale(.98);
}

@media (max-width: 480px) {
  .spn-video__playbtn {
    width: 56px;
    height: 56px;
  }
}

.spn-video__media-empty {
  color: #fff;
  padding: 12px;
  text-align: center;
}