@font-face {
  font-family: "Calvino-Grande";
  src: local("Calvino-Grande"), local("Calvino-Grande"), url("../fonts/CalvinoGrande.woff2") format("woff2"), url("../fonts/CalvinoGrande.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
}

.body {
  overflow-x: hidden;
}

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

img,
video {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1200px;
  position: relative;
}
.container_shrink {
  max-width: 925px;
}

.map iframe {
  width: 100%;
  height: 350px;
  filter: grayscale(100%);
}

.stop-scroll {
  overflow-y: hidden;
}

.nav {
  font-weight: 500;
}

.burger {
  background-color: transparent;
  border: none;
  width: 52px;
  height: 20px;
}

.body {
  font-weight: 400;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  line-height: 1.2rem;
  color: #e5e5e5;
  background-color: #161614;
  padding-top: 90px;
  overflow-x: hidden;
}

.round-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #a3da75;
  border-radius: 50%;
  color: #e5e5e5;
  font-size: 14px;
  line-height: 1.7em;
  background-color: transparent;
}

.big-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 145px;
  height: 145px;
  padding: 20px 15px;
  border: 1px solid #a3da75;
  border-radius: 50%;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2em;
  background-color: transparent;
  color: #fff;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.sticky-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  width: 145px;
  height: 145px;
  border: 1px solid #a3da75;
  border-radius: 50%;
  background-color: #161614;
  font-family: "Jost", sans-serif;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2em;
  color: #fff;
  z-index: 1;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  cursor: pointer;
}

.long-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 280px;
  border: none;
  border-radius: 10px;
  background-color: #a3da75;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2em;
  color: #161614;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

.section-title {
  color: #fff;
  font-family: "Calvino-Grande", sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 1.1em;
}

.contacts-title {
  position: relative;
  margin-bottom: 37px;
  text-align: center;
}

.contacts-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 40%;
  width: 57px;
  height: 57px;
  background-color: #a3da75;
  filter: blur(60px);
}

.hero {
  background-image: url(../img/hero-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.logo {
  width: 76px;
  height: 76px;
}

.ticker-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 49px;
  border-top: 1px solid #a3da75;
  border-bottom: 1px solid #a3da75;
}

.ticker {
  display: flex;
  padding: 1px 0;
  margin: 0;
  white-space: nowrap;
  animation: marquee 80s linear infinite;
  animation-timing-function: linear;
}
.ticker__item {
  position: relative;
  margin-right: 50px;
  font-family: "Calvino-Grande", sans-serif;
  font-size: 15px;
  line-height: 2.8em;
  color: #a3da75;
}
.ticker__circle {
  position: absolute;
  top: 45%;
  right: -28px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #a3da75;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}
.services__pagination .swiper-pagination-bullet,
.services__pagination_massage .swiper-pagination-bullet {
  background-color: transparent;
  border: 2px solid #a3da75;
}

.services__pagination .swiper-pagination-bullet-active,
.services__pagination_massage .swiper-pagination-bullet-active {
  background-color: #a3da75;
}

.long-btn:focus-visible {
  outline: 1px solid #a3da75;
}

.long-btn:hover {
  background-color: #beea9b;
}

.long-btn:active {
  background-color: #81a762;
}

.big-btn:focus-visible {
  outline: 1px solid #a3da75;
}

.big-btn:hover {
  background-color: #beea9b;
  color: #000;
}

.big-btn:active {
  background-color: #81a762;
}

.sticky-btn:focus-visible {
  outline: 1px solid #a3da75;
}

.sticky-btn:hover {
  background-color: #beea9b;
  color: #000;
}

.sticky-btn:active {
  background-color: #81a762;
}

.link {
  transition: color 0.3s ease-in-out;
  cursor: pointer;
}

.link:focus-visible {
  outline: 1px solid #a3da75;
}

.link:hover {
  color: #a3da75;
}

.link:active {
  color: #81a762;
}

.link-green {
  transition: color 0.3s ease-in-out;
  cursor: pointer;
}

.link-green:focus-visible {
  outline: 1px solid #a3da75;
}

.link-green:hover {
  color: #ecffdc;
  text-decoration: underline;
}

.link-green:active {
  color: #81a762;
}

.text-center {
  text-align: center;
}

.page {
  padding-top: 60px;
}
.page > .container > .section-title {
  margin-bottom: 2em;
}

.rounded-button {
  display: inline-flex;
  padding: 14px 26px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #a3da75;
  font-family: "Jost", sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: 0.2s ease;
  box-sizing: border-box;
  color: #161614;
}
.rounded-button_wide {
  width: 100%;
}
.rounded-button:hover {
  background-color: #81a762;
}

.anti-container {
  margin-left: calc((100% - 100vw + 20px) / 2);
  margin-right: calc((100% - 100vw + 20px) / 2);
}

.show-img {
  animation: slideInFromBottom 0.5s ease forwards;
}

@keyframes slideInFromBottom {
  0% {
    transform: translateY(10%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.line-active.services__right::before {
  transform: scale(1);
  transition: transform 0.5s ease-in-out;
}

.line-active.services__right::after {
  transform: scale(1);
  transition: transform 0.5s ease-in-out;
}

.line-active.customers__item::after {
  transform: scale(1);
  transition: transform 0.5s ease-in-out;
}

.line-active.customers__item::before {
  transform: scale(1) !important;
  transition: transform 0.5s ease-in-out;
}

.city-sel {
  padding: 0 20px;
  display: none;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100000;
  height: auto;
  border-radius: 20px;
  border: 1px solid #a3da75;
  background-color: #323232;
  overflow: hidden;
}
.city-sel__top {
  padding-top: 50px;
  position: relative;
  z-index: 1;
  width: 500px;
  background-color: #323232;
}
.city-sel__title {
  margin-bottom: 15px;
  text-align: center;
  font-family: "Calvino-Grande", sans-serif;
  font-weight: 300;
  font-size: 35px;
  line-height: 1.1em;
  color: #FFF;
}
.city-sel__sub-title {
  margin-bottom: 30px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2em;
}
.city-sel__select, .city-sel__local-select {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 280px;
  height: 40px;
  border: 1px solid #a3da75;
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4em;
  color: #fff;
  background-color: #323232;
  cursor: pointer;
  transition: border-radius 1s ease-in-out;
}
.city-sel__local-select {
  padding: 7px 32px;
  margin-top: 10px;
  height: auto;
  min-height: 40px;
  min-width: 280px;
  width: auto;
}
.city-sel__current-local {
  margin-right: 10px;
}
.city-sel__select_active, .city-sel__local-select_active {
  border-radius: 10px 10px 0 0;
}
.city-sel__local-arrow {
  position: relative;
  z-index: -1;
}
.city-sel__arrow, .city-sel__local-arrow {
  transform: rotateX(180deg);
  transition: transform 0.7s ease-in-out;
}
.city-sel__select_active .city-sel__arrow {
  transform: rotateX(0deg);
}
.city-sel__local-select_active .city-sel__local-arrow {
  transform: rotateX(0deg);
}
.city-sel__list, .city-sel__local-list {
  display: flex;
  flex-direction: column;
  position: relative;
  top: -20px;
  padding-left: 22px;
  height: 0;
  width: 280px;
  border: 1px solid #a3da75;
  border-radius: 10px;
  transition: height 0.7s ease-in-out, transform 0.7s ease-in-out;
  overflow: hidden;
}
.city-sel__list {
  left: 50%;
  transform: translateX(-50%);
}
.city-sel__local-list {
  width: auto;
  min-width: 280px;
}
.city-sel__item, .city-sel__local-item {
  display: inline-block;
  margin-bottom: 15px;
  color: #fff;
}
.city-sel__item:first-child, .city-sel__local-item:first-child {
  margin-top: 35px;
}
.city-sel__radio-wrapper, .city-sel__radio-loc-wrapper {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.city-sel__native-radio, .city-sel__native-loc-radio {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  z-index: -1000;
}
.city-sel__native-radio:checked ~ .city-sel__point {
  opacity: 1;
}
.city-sel__native-loc-radio:checked ~ .city-sel__loc-point {
  opacity: 1;
}
.city-sel__radio-name, .city-sel__radio-loc-name {
  position: relative;
}
.city-sel__custom-radio, .city-sel__custom-loc-radio {
  margin-right: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  border: 1px solid #a0a0a0;
}
.city-sel__point, .city-sel__loc-point {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.city-sel__btn {
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 50px;
}

.active {
  display: flex;
}

.burger-menu {
  display: none;
}

.header {
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 10000;
  height: 90px;
  font-weight: 500;
}
.header__mob-right {
  display: none;
}
.header__burger {
  display: none;
  cursor: pointer;
}
.header__container {
  height: 100%;
}
.header__content {
  display: grid;
  grid-template-columns: 40% auto 40%;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
.header__logo {
  padding-top: 14px;
}
.header__list {
  display: flex;
  animation: topDown 1.2s ease-in-out;
  transform: translateY(-100px);
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}
.header__list > li {
  display: flex;
  align-items: flex-start;
}
.header__list > li:not(:last-child) {
  margin-right: 30px;
}
.header__list > li button {
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
}
.header__list > li button:focus-visible {
  outline: 1px solid #a3da75;
}
.header__list > li button:hover {
  background-color: #beea9b;
}
.header__list > li button:active {
  background-color: #81a762;
}
.header__list > li.menu-item-has-children::after {
  display: block;
  height: 1em;
  width: 12px;
  content: "";
  background-image: url(../img/arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.5em;
  transition: 0.2s ease;
}
.header__list > li.menu-item-has-children::before {
  display: none;
  content: "";
  position: absolute;
  top: 100%;
  width: 160%;
  left: 0;
  height: 20px;
}
.header__list > li:focus > a, .header__list > li:hover > a {
  color: #beea9b;
}
.header__list > li:focus.menu-item-has-children::after, .header__list > li:hover.menu-item-has-children::after {
  transform: scaleY(-1);
}
.header__list > li:focus.menu-item-has-children::before, .header__list > li:hover.menu-item-has-children::before {
  display: block;
}
.header__list li {
  position: relative;
}
.header__list li ul {
  position: absolute;
  top: calc(100% + 20px);
  padding: 22px 0;
  background-color: #161614;
  border-radius: 10px;
  border: 1px solid #a3da75;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
}
.header__list li ul li {
  line-height: 1.8;
  margin-left: -1px;
  margin-right: -1px;
}
.header__list li ul li a {
  display: block;
  padding: 0 20px;
}
.header__list li ul li a:hover, .header__list li ul li a:focus {
  color: #beea9b;
}
.header__list li:hover > ul, .header__list li:focus > ul {
  visibility: visible;
  opacity: 1;
}
.header__right {
  display: flex;
  justify-content: flex-end;
}
.header__list_right {
  animation: topDown 1.2s ease-in-out;
  transform: translateY(-100px);
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.header__lang {
  margin-right: 25px;
  padding: 8px 9px;
}
.header__shop {
  position: relative;
  padding: 8px 10px;
  animation: topDown 1.2s ease-in-out;
  transform: translateY(-100px);
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  cursor: pointer;
}
.header__num-shop {
  position: absolute;
  bottom: -3px;
  right: -1px;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #a3da75;
  font-size: 12px;
  line-height: 1;
  color: #0c0c0c;
  display: none;
}
.header__num-shop.active {
  display: flex;
}
.header__svg {
  margin-right: 5px;
}

@keyframes downUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes leftRight {
  from {
    opacity: 0;
    transform: translateX(-60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes leftRightShort {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes rightLeft {
  from {
    opacity: 0;
    transform: translateX(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scale {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes topDown {
  from {
    transform: translateY(-100px);
  }
  to {
    transform: translateY(0px);
  }
}
@keyframes topDownOpacity {
  from {
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes downUpTwo {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes downUpTwo {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero {
  margin-top: -90px;
  padding-top: 257px;
  padding-bottom: 78px;
  position: relative;
  overflow: hidden;
}
.hero__video-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hero__video-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero__titles {
  margin-bottom: 77px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero__title {
  font-weight: 300;
  font-family: "Calvino-Grande";
  font-size: 60px;
  line-height: 1em;
}
.hero__mob-title {
  margin-left: 12px;
}
.hero__title_top {
  animation: downUp 0.7s ease-in-out;
  opacity: 0;
  animation-fill-mode: forwards;
}
.hero__title-mid {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.hero__img {
  display: inline-block;
  margin-right: 20px;
  width: 183px;
  height: 96px;
  animation: scale 0.9s ease-in-out;
  transform: scale(0);
  opacity: 0;
  animation-fill-mode: forwards;
}
.hero__img-mob {
  display: none;
  animation: scale 0.9s ease-in-out;
  transform: scale(0);
  opacity: 0;
  animation-fill-mode: forwards;
}
.hero__title_mid {
  margin-bottom: 14px;
  animation: leftRight 0.7s ease-in-out;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-delay: 0.8s;
}
.hero__title_bot {
  margin-right: 17px;
  animation: rightLeft 0.7s ease-in-out;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-delay: 1.2s;
}
.hero__title-desc {
  max-width: 351px;
  color: #e6e6e6;
  animation: leftRightShort 0.7s ease-in-out;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-delay: 1.4s;
}
.hero__titles-bottom {
  padding-left: 86px;
  display: flex;
  align-items: center;
}
.hero__big-btn {
  display: flex;
  margin: 0 auto;
  animation: downUpTwo 1.2s ease-in-out;
  opacity: 0;
  transform: translateY(100px);
  animation-fill-mode: forwards;
  animation-delay: 1.5s;
}
.hero__video-wrap {
  z-index: -1;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.hero::after {
  content: "";
  position: absolute;
  top: 31%;
  left: 22%;
  width: 139px;
  height: 139px;
  background-color: #a3da75;
  filter: blur(100px);
  z-index: 1;
}

.about-us {
  background-color: #161614;
  position: relative;
  overflow: hidden;
}
.about-us__title {
  margin-bottom: 55px;
  padding-left: 66px;
  max-width: 700px;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.5s ease, transform 1s ease;
}
.about-us__title_show {
  transform: translateY(0px);
  opacity: 1;
}
.about-us__text {
  margin-bottom: 69px;
  display: flex;
  justify-content: flex-end;
}
.about-us__left-text {
  margin-right: 63px;
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 0.5s ease, transform 1s ease;
  animation-delay: 1s;
}
.about-us__text_show {
  transform: translateX(0px);
  opacity: 1;
  animation-delay: 1s;
}
.about-us__desc {
  margin-bottom: 20px;
  max-width: 427px;
  line-height: 1.2em;
}
.about-us__desc_green {
  color: #a3da75;
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.5s ease, transform 1s ease;
  animation-delay: 1s;
}
.about-us__desc_green_show {
  opacity: 1;
  transform: translateX(0px);
}
.about-us__right-text {
  max-width: 427px;
}
.about-us__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.about-us__item {
  padding: 3px 0;
  padding-left: 34px;
  background-size: 0 0;
  background-position: left;
  background-repeat: no-repeat;
}
.about-us__item_show {
  background-size: 24px 24px;
  transition: background-size 1s ease;
  animation-delay: 1s;
}
.about-us__item_specialists {
  background-image: url(../img/about-us__specialists.png);
}
.about-us__item_promotions {
  background-image: url(../img/about-us__promotions.png);
}
.about-us__item_prices {
  background-image: url(../img/about-us__prices.png);
}
.about-us__item_location {
  background-image: url(../img/about-us__location.png);
}
.about-us__item_comfort {
  background-image: url(../img/about-us__comfort.png);
}
.about-us__item_services {
  background-image: url(../img/about-us__services.png);
}
.about-us__images {
  display: flex;
}
.about-us__image.swiper-slide {
  width: 25%;
}
.about-us__image {
  position: relative;
  min-height: 477px;
  flex-grow: 1;
  border: 1px solid #a3da75;
  border-bottom: none;
}
.about-us__image:first-child {
  border-left: none;
}
.about-us__image:last-child {
  border-right: none;
}
.about-us__image::before {
  content: "";
  display: block;
  padding-top: 137.54%;
}
.about-us__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  filter: grayscale(100%);
}

.about-us::after {
  content: "";
  position: absolute;
  top: 18%;
  left: 28%;
  width: 108px;
  height: 108px;
  background-color: #a3da75;
  filter: blur(100px);
  z-index: 1;
}

.about-us .ticker-wrapper:first-child {
  margin-bottom: 124px;
}

.services {
  background-color: #161614;
}
.services__sticky-btn {
  padding: 10px;
  display: flex;
  top: 300px;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 4;
}
.services__top-wrap {
  padding-top: 476px;
  padding-bottom: 50px;
}
.services__top {
  margin-top: -621px;
  margin-bottom: -50px;
}
.services__top li {
  display: flex;
}
.services__left {
  position: relative;
  padding-top: 207px;
  padding-left: calc((100% - 1200px) / 2);
  width: 50%;
  top: 0;
}
.services__right {
  position: relative;
  padding-top: 124px;
  padding-bottom: 120px;
  width: 50%;
  border-left: 1px solid #a3da75;
}
.services__right::after {
  content: "";
  position: absolute;
  bottom: 126px;
  left: 0;
  width: 100%;
  transform: scale(0);
  height: 2px;
  background-color: #a3da75;
  z-index: 2;
}
.services__right::before {
  content: "";
  position: absolute;
  top: 123px;
  left: 0;
  width: 100%;
  transform: scale(0);
  height: 1.5px;
  background-color: #a3da75;
  z-index: 2;
}
.services__img {
  width: 100%;
  transform: translateY(10%);
  opacity: 0;
}
.services__number {
  display: flex;
  align-items: center;
  margin-bottom: 34px;
  font-weight: 300;
  font-family: "Calvino-Grande", sans-serif;
  font-size: 25px;
  line-height: 1em;
  color: #a3da75;
}
.services__line {
  margin: 0 20px;
  background-color: #a3da75;
  height: 1px;
  width: 52px;
}
.services__title {
  position: relative;
  margin-bottom: 18px;
  opacity: 1;
}
.services__title::after {
  content: "";
  position: absolute;
  top: -224%;
  left: -4%;
  width: 123px;
  height: 123px;
  background-color: #a3da75;
  filter: blur(100px);
  z-index: 1;
}
.services__title_2::after {
  top: -435%;
  left: 30%;
}
.services__title_3::after {
  top: -485%;
  left: 16%;
}
.services__title_4::after {
  top: -122%;
  left: -9%;
}
.services__title_5::after {
  top: -270%;
  left: 13%;
}
.services__desc {
  max-width: 467px;
  transition: opacity 0.5s ease;
  background-color: #161614;
}
.services__bottom {
  display: flex;
  flex-wrap: wrap;
}
.services__voucher {
  padding-top: 89px;
  display: flex;
  flex-direction: column;
  min-height: 512px;
  width: 50%;
  border: 1px solid #a3da75;
  border-right: none;
  align-items: center;
  font-size: 18px;
  text-align: center;
  overflow: hidden;
}
.services__voucher:nth-child(odd) {
  border-left: none;
}
.services__voucher:nth-child(-n+2) {
  border-bottom: none;
}
.services__swiper-wrapper_massage.swiper-wrapper {
  box-sizing: border-box;
}
.services__voucher_gray {
  position: relative;
  background-color: #3f3f3f;
}
.services__swiper-slide_gray {
  background-color: #3f3f3f;
}
.services__voucher_img {
  padding-top: 0;
  position: relative;
}
.services__voucher_img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: grayscale(100%);
}
.services__main-voucher {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.services__swiper-slide_massage {
  padding: 0 15px;
  padding-top: 55px;
}
.services__sub-title {
  display: inline-block;
  margin-bottom: 26px;
  padding: 7px 16px;
  border: 1px solid #a3da75;
  border-radius: 5px;
  font-weight: 500;
  color: #a3da75;
}
.services__title_voucher {
  position: relative;
  margin-bottom: 51px;
  max-width: 355px;
}
.services__title_voucher::after {
  top: -34%;
  left: 29%;
}
.services__swiper-slide_massage .services__title_voucher {
  margin: 0 auto;
  margin-bottom: 33px;
  max-width: 524px;
}
.services__voucher-desc {
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 514px;
  text-align: center;
}
.services__swiper-slide_massage .services__discount {
  display: block;
}
.services__discount {
  margin-bottom: 47px;
  font-weight: 300;
  font-size: 25px;
  line-height: 1em;
  font-family: "Calvino-Grande", sans-serif;
  color: #a3da75;
}
.services__small-discount {
  font-size: 16px;
  color: #e5e5e5;
  text-decoration: line-through;
}
.services__btn {
  margin-bottom: 40px;
}

.team {
  padding-top: 120px;
  background-color: #161614;
  overflow: hidden;
}
.team__container {
  text-align: center;
}
.team__title {
  position: relative;
  margin-bottom: 15px;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.5s ease, transform 1s ease;
}
.team__title_show {
  transform: translateY(0px);
  opacity: 1;
  animation-delay: 1s;
}
.team__title::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 45%;
  width: 78px;
  height: 78px;
  background-color: #a3da75;
  filter: blur(90px);
}
.team__sub-title {
  margin: 0 auto;
  margin-bottom: 50px;
  max-width: 400px;
  font-weight: 400;
  font-size: 14px;
  transform: translateX(-100px);
  opacity: 0;
  transition: opacity 0.5s ease, transform 1s ease;
}
.team__sub-title_actice {
  transform: translateX(0px);
  opacity: 1;
}
.team__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  max-width: 353px;
  min-height: 493px;
  transition: transform 0.5s ease-in-out;
}
.team__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.team__img {
  position: relative;
  width: 353px;
  height: 324px;
  -webkit-mask-image: url(../img/team__mask.svg);
  mask-image: url(../img/team__mask.svg);
  background-color: #3f3f3f;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.team__img img {
  position: absolute;
  top: -4px;
  right: 0;
  bottom: 0;
  left: -3px;
}
.team__card_active {
  transform: scaleX(0);
}
.team__desc-card {
  padding: 49px 39px 40px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 100;
  border: 1px solid #a3da75;
  border-radius: 10px;
  background-color: #222;
  opacity: 0.97;
  transform: scaleX(0);
  transition: transform 0.5s ease-in-out;
}
.team__card_active + .team__desc-card {
  transform: scale(1);
}
.team__desc-name {
  margin-bottom: 40px;
}
.team__desc-people {
  margin-bottom: 43px;
  text-align: left;
}
.team__btn {
  width: 110px;
  height: 100px;
  flex-shrink: 0;
}
.team__close {
  position: absolute;
  right: 24px;
  top: 23px;
  cursor: pointer;
}
.team__svg-path {
  stroke: #a3da75;
  transition: stroke 0.3s ease-in-out;
}
.team__close:hover .team__svg-path {
  stroke: #81a762;
}
.team__img {
  margin-bottom: 24px;
}
.team__name {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
  color: #fff;
}
.team__desc {
  margin-bottom: 20px;
  max-width: 300px;
  text-align: center;
  color: #8a8a89;
}
.team__more {
  font-size: 14px;
  text-decoration: underline;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  color: #a3da75;
  text-decoration: none;
}
.team__svg {
  margin-left: 7px;
}
.team__swiper.swiper {
  overflow: visible;
}
.team__swiper-wrapper {
  margin-bottom: 43px;
}
.team__swiper-slide {
  position: relative;
  /*max-width: 353px;*/
  transform: translateY(10%);
  opacity: 0;
}
.team__swiper-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 40px;
  border: 1px solid #a3da75;
  border-radius: 50%;
}
.team__nav {
  margin-bottom: 120px;
  display: flex;
  justify-content: center;
}
.team__swiper-button-prev {
  margin-right: 15px;
}
.team__swiper-button-next {
  transform: rotate(180deg);
}
.team__swiper-button-next, .team__swiper-button-prev {
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
}
.team__swiper-button-next:focus-visible {
  outline: 1px solid #a3da75;
}
.team__swiper-button-prev:focus-visible {
  outline: 1px solid #a3da75;
}
.team__swiper-button-next:hover {
  background-color: #81a762;
}
.team__swiper-button-prev:hover {
  background-color: #81a762;
}
.team__swiper-button-next:active {
  background-color: #a3da75;
}
.team__swiper-button-prev:active {
  background-color: #a3da75;
}

.customers {
  padding-top: 100px;
  background-color: #161614;
}
.customers__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 100px;
}
.customers__sticky-btn {
  margin-bottom: 152px;
  position: sticky;
  top: 250px;
  left: 50%;
  transform: translateX(-50%);
}
.customers__left {
  margin-left: -145px;
  width: 50%;
  padding-left: calc((100% - 1200px) / 2);
}
.customers__right {
  margin-top: -100px;
  margin-bottom: -100px;
  width: 50%;
  border-left: 1px solid #a3da75;
}
.customers__left-text {
  position: sticky;
  top: 250px;
  margin-bottom: 152px;
}
.customers__title {
  position: relative;
  margin-bottom: 15px;
}
.customers__title::before {
  content: "";
  position: absolute;
  top: -45%;
  left: -8%;
  width: 109px;
  height: 109px;
  background-color: #a3da75;
  filter: blur(100px);
}
.customers__desc {
  max-width: 267px;
}
.customers__item {
  padding: 50px 20px 50px 99px;
  position: relative;
}
.customers__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #a3da75;
  transform: scale(0);
}
.customers__name {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 6px 0;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  line-height: 1.4em;
}
.customers__name img {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #a3da75;
}
.customers__item_img {
  padding: 0;
  margin-bottom: -4px;
}
.customers__item_img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.customers__name_no-img {
  padding: 0;
  background-image: none;
}
.customers__desc_no-img {
  max-width: 90%;
}
.customers__mob-btn {
  display: none;
}

.contacts {
  padding-top: 104px;
  background-color: #161614;
}
.contacts__video-wrap {
  margin-top: -60px;
}
.contacts__top {
  margin-bottom: 55px;
}
.contacts__title {
  margin-bottom: 37px;
  text-align: center;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.5s ease, transform 1s ease;
}
.contacts__title_active {
  transform: translateY(0px);
  opacity: 1;
}
.contacts__title::before {
  content: "";
  position: absolute;
  top: -4%;
  left: 37%;
  width: 57px;
  height: 57px;
  background-color: #a3da75;
  filter: blur(60px);
}
.contacts__list {
  display: flex;
  justify-content: space-between;
}
.contacts__item {
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 60px;
}
.contacts__item_first {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 100px;
  grid-column: span 2;
}
.contacts__item_other-first {
  display: inline-block;
}
.contacts__item_last {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 50px;
}
.contacts__desc_addr {
  grid-column: span 2;
}
.contacts__desc {
  display: flex;
  align-items: center;
  margin-bottom: auto;
}
.contacts__desc svg {
  width: 15px;
  margin-right: 10px;
}
.contacts__desc_weekend {
  padding-left: 25px;
}
.contacts__maps {
  height: 255px;
  display: flex;
  overflow: hidden;
}
.contacts__maps iframe {
  flex-grow: 1;
  max-height: 255px;
  filter: grayscale(100%);
}
.contacts__maps iframe:not(:last-child) {
  margin-right: 2px;
}

.contacts_warszawa {
  padding-top: 60px;
}

.footer {
  padding-top: 32px;
  padding-bottom: 15px;
  background-color: #161614;
}
.footer__content {
  margin-bottom: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__list {
  display: flex;
  opacity: 0;
  transform: translateY(-100px);
}
.footer__list li {
  margin-right: 35px;
  transition: color 0.3s ease-in-out;
  cursor: pointer;
}
.footer__list li:focus-visible {
  outline: 1px solid #a3da75;
}
.footer__list li:hover {
  color: #beea9b;
}
.footer__list li:active {
  color: #81a762;
}
.footer__list_active {
  animation: topDownOpacity 1.2s ease-in-out;
  animation-fill-mode: forwards;
}
.footer__svg-services {
  margin-left: 5px;
}
.footer__right {
  display: flex;
  font-weight: 500;
  opacity: 0;
  transform: translateY(-100px);
}
.footer__right li:not(:last-child) {
  margin-right: 55px;
}
.footer__right li {
  transition: color 0.3s ease-in-out;
  cursor: pointer;
}
.footer__right li:focus-visible {
  outline: 1px solid #a3da75;
}
.footer__right li:hover {
  color: #beea9b;
}
.footer__right li:active {
  color: #81a762;
}
.footer__right_active {
  animation: topDownOpacity 1.2s ease-in-out;
  animation-fill-mode: forwards;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__developed {
  opacity: 0.5;
}

.link:hover .footer__svg-services {
  color: red;
}

.services-page {
  background-color: #161614;
  position: relative;
}
.services-page__container {
  padding-top: 152px;
}
.services-page__title {
  margin: 0 auto;
  margin-bottom: 63px;
  max-width: 703px;
  font-weight: 300;
  font-family: "Calvino-Grande", sans-serif;
  font-size: 35px;
  line-height: 1.1em;
  color: #fff;
  text-align: center;
}
.services-page__top {
  margin-bottom: 53px;
}
.services-page__targets {
  position: relative;
  width: auto;
  height: 70px;
}
.services-page__radio-wrapper {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.services-page__custom-radio {
  margin-right: 12px;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  border: 1px solid #a0a0a0;
  font-size: 16px;
}
.services-page__native-radio {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.services-page__native-radio:checked ~ .services-page__point {
  opacity: 1;
}
.services-page__select {
  position: relative;
  padding: 7px 27px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  border: 1px solid #a3da75;
  border-radius: 10px;
  background-color: #222222;
  z-index: 5;
  cursor: pointer;
  transition: border-radius 1s ease-in-out;
}
.services-page__select_mas {
  position: absolute;
}
.services-page__select_zone {
  position: absolute;
  z-index: 3;
}
.services-page__select_active {
  border-radius: 10px 10px 0 0;
}
.services-page__arrow {
  position: absolute;
  right: 7px;
  transform: rotateX(0deg);
  transition: transform 0.7s ease-in-out;
}
.services-page__select_active .services-page__arrow {
  transform: rotateX(180deg);
}
.services-page__radio-list {
  display: flex;
  flex-direction: column;
  position: absolute;
  padding: 0 27px;
  top: 8px;
  padding-top: 0;
  height: 0;
  width: auto;
  border: 1px solid #beea9b;
  border-radius: 10px;
  background-color: #222222;
  transition: height 1s ease-in-out 0.1s;
  overflow: hidden;
  z-index: 2;
  opacity: 0;
  font-size: 16px;
}
.services-page__mas-list {
  z-index: 4;
}
.services-page__radio-item {
  margin-bottom: 10px;
  color: #fff;
}
.services-page__radio-item:first-child {
  margin-top: 40px;
}
.services-page__radio-name {
  position: relative;
}
.services-page__point {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.services-page__select_zone {
  display: none;
}
.services-page__target {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4em;
  color: #fff;
}
.services-page__services-list:target {
  display: block;
}
.services-page__services-list {
  overflow: hidden;
}
.services-page__choices {
  display: flex;
  justify-content: center;
}
.services-page__choice {
  position: relative;
  text-align: center;
}
.services-page__choice {
  position: relative;
  padding-right: 40px;
  padding-left: 40px;
}
.services-page__choice:first-child {
  padding-left: 33px;
}
.services-page__choice:last-child {
  padding-right: 33px;
}
.services-page__choice_active::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #a3da75;
}
.services-page__choice::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.28);
}
.services-page__btn {
  border: none;
  padding: none;
  background-color: transparent;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  color: #fff;
  transition: color 0.3s ease-in-out;
}
.services-page__btn_active {
  color: #a3da75;
}
.services-page__service {
  position: relative;
}
.services-page__service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #a3da75;
  transform: scale(0);
  transition: transform 0.3s ease-in-out;
  z-index: 3;
}
.services-page__service_active::before {
  transform: scale(1);
}
.services-page__service:last-child::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #a3da75;
  transform: scale(0);
  transition: transform 0.3s ease-in-out;
  z-index: 3;
}
.services-page__service_active:last-child::after {
  transform: scale(1);
}
.services-page__list {
  display: flex;
}
.services-page__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  min-height: 176px;
  flex-grow: 1;
}
.services-page__item img,
.services-page__item video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  filter: grayscale(100%);
}
.services-page__item_img {
  width: 258px;
}
.services-page__item_img::before {
  display: none;
}
.services-page__item_img:after {
  display: none;
}
.services-page__name {
  margin-bottom: 10px;
  width: 214px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2em;
  color: #fff;
}
.services-page__price {
  font-weight: 600;
  font-size: 18px;
  color: #a3da75;
  line-height: 1.3em;
}
.services-page__price-old {
  text-decoration: line-through;
  opacity: 0.4;
}
.services-page__small-price {
  font-size: 14px;
}
.services-page__desc {
  margin-bottom: 17px;
  width: 384px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2em;
}
.services-page__body-part {
  padding: 2px 11px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6em;
  color: #a3da75;
  border: 1px solid #a3da75;
  border-radius: 5px;
  background-color: rgba(190, 234, 155, 0.1);
}
.services-page__body-part:last-child {
  margin-right: auto;
}
.services-page__body-part:first-child {
  margin-right: 10px;
}
.services-page__big-btn {
  width: 130px;
  height: 130px;
}

.contacts-page__title {
  margin-bottom: 63px;
}
.contacts-page__title::before {
  top: 157%;
  left: 24%;
}
.contacts-page__container {
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contacts-page__wrap {
  margin-right: 10px;
  padding-left: 20px;
}
.contacts-page__wrap p:nth-child(2n) {
  margin-bottom: 20px;
}
.contacts-page__wrap h2:first-child {
  margin-bottom: 20px;
}
.contacts-page__form-list {
  margin-bottom: 20px;
  padding-left: 20px;
}
.contacts-page__form-list li {
  list-style: number;
}
.contacts-page__input {
  margin-top: 15px;
  padding: 16px;
  width: 278px;
  height: 49px;
  border-radius: 5px;
  border: 1px solid #beea9b;
  background-color: transparent;
}
.contacts-page__textarea {
  margin-right: 0;
  margin-bottom: 22px;
  width: 100%;
  min-height: 103px;
  color: rgb(230, 230, 230);
  font-size: 14px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
.contacts-page__aster {
  color: rgb(255, 0, 0);
}

#wpcf7-f981-o1,
#wpcf7-f2218-o1,
#wpcf7-f2219-o1,
#wpcf7-f2220-o1 {
  max-width: 581px;
}

.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
}
.wpcf7-form p:nth-child(even) {
  margin-right: 25px;
}
.wpcf7-form p:nth-child(6) {
  margin-right: 0;
  width: 100%;
}
.wpcf7-form p {
  margin-bottom: 25px;
}
/*.wpcf7-form P:nth-child(8) {
  margin: 0;
  width: 100%;
}*/
.wpcf7-form input {
  color: rgb(230, 230, 230);
  font-size: 14px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
}

.wpcf7-list-item label input {
  border-color: rgb(160, 160, 160);
  margin-right: 15px;
  width: 15px;
  height: 15px;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-list-item label span a {
  text-decoration: underline;
}

.wpcf7-submit {
  padding: 10px 40px;
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid #a3da75;
  line-height: 1.2em;
  background: #a3da75;
  cursor: pointer;
}

.wpcf7-submit:hover {
  background-color: #beea9b;
}

.wpcf7-submit:active {
  background-color: #81a762;
}

.wpcf7-submit:focus-visible {
  outline: 1px solid #a3da75;
}

.wpcf7-form-control.wpcf7-submit.has-spinner {
  color: #161614;
}

#contacts-page-main-container .contacts:first-child {
  padding-top: 81px;
}

.contacts-page .ticker-wrapper {
  background-color: #161614;
}

.contacts-page .contacts {
  padding-bottom: 120px;
}

.article-card {
  position: relative;
}

.article-card::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #a3da75;
}

.blog {
  background-color: #161614;
}
.blog__container {
  padding-top: 120px;
}
.blog__title {
  position: relative;
  margin-bottom: 70px;
  text-align: center;
}
.blog__title::before {
  content: "";
  position: absolute;
  top: 0;
  width: 85px;
  height: 85px;
  filter: blur(90px);
  background-color: #a3da75;
}
.blog__top-list {
  display: flex;
  margin-bottom: 70px;
}
.blog__top-list :first-child .blog__item-img {
  height: 350px;
}
.blog__top-list :first-child .blog__item-img::before {
  content: "";
  display: block;
  padding-top: 55%;
}
.blog__item_top {
  flex-grow: 1;
}
.blog__item_top:first-child {
  margin-right: 78px;
  flex-grow: 2;
  max-width: 608px;
}
.blog__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 75px;
  grid-column-gap: 50px;
}
.blog__item img {
  width: 100%;
  height: 185px;
}
.blog__item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog__item-right svg {
  fill: transparent;
  transition: fill 0.3s ease-in-out;
}
.blog__item-right:hover {
  cursor: pointer;
}
.blog__item-right:hover svg {
  fill: #81a762;
}
.blog__date {
  margin-bottom: 10px;
  line-height: 1.3em;
}
.blog__article-top {
  margin-bottom: 31px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2em;
  color: #fff;
}
.blog__item-img {
  position: relative;
  display: flex;
  height: 225px;
}
.blog__item-img::before {
  content: "";
  display: block;
  padding-top: 49%;
}
.blog__item-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-article {
  padding-top: 152px;
  background-color: #161614;
}
.blog-article__title {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}
.blog-article__title::before {
  content: "";
  position: absolute;
  left: 241px;
  width: 85px;
  height: 85px;
  filter: blur(90px);
  background-color: #a3da75;
}
.blog-article__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blog-article__date {
  margin-bottom: 50px;
  line-height: 1.3em;
}
.blog-article__article {
  margin-bottom: 35px;
  width: 820px;
}
.blog-article__image {
  position: relative;
  height: 443px;
}
.blog-article__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.blog-article__bottom {
  padding: 36px;
  color: #000;
  background-color: #f4f4f4;
}
.blog-article__bottom p {
  margin-bottom: 1em;
}
.blog-article__sub-title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2em;
}
.blog-article__text:not(:last-child) {
  margin-bottom: 20px;
}
.blog-article__social {
  margin-bottom: 61px;
  display: flex;
  align-items: center;
}
.blog-article__link {
  margin-right: 15px;
}
.blog-article__link:first-child {
  margin-right: 25px;
}
.blog-article__bot-title {
  margin-bottom: 35px;
  text-align: center;
  font-weight: 300;
  font-family: "Calvino-Grande", sans-serif;
  font-size: 35px;
  color: #fff;
  line-height: 1.1em;
}
.blog-article__interesting {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 75px;
  grid-column-gap: 50px;
}
.blog-article__item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-article__item-date {
  margin-bottom: 10px;
  line-height: 1.3em;
}
.blog-article__article-top {
  margin-bottom: 31px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2em;
  color: #fff;
}
.blog-article__item-right svg {
  fill: transparent;
  transition: fill 0.3s ease-in-out;
}
.blog-article__item-img {
  position: relative;
  height: 180px;
}
.blog-article__item-img ::before {
  content: "";
  display: block;
  padding-top: 49%;
}
.blog-article__item-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-article__item-right:hover {
  cursor: pointer;
}
.blog-article__item-right:hover svg {
  fill: #81a762;
}

.faq {
  padding-top: 152px;
  background-color: #161614;
}
.faq__title {
  position: relative;
  margin-bottom: 70px;
  text-align: center;
}
.faq__title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 85px;
  height: 85px;
  filter: blur(90px);
  background-color: #a3da75;
}
.faq__wrapper {
  display: flex;
  justify-content: center;
}
.faq__list {
  width: 748px;
}
.faq__item {
  position: relative;
  padding-top: 31px;
  padding-bottom: 15px;
}
.faq__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #a3da75;
}
.faq__item:last-child::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #a3da75;
}
.faq__accordion {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  font-family: "Jost", sans-serif;
  color: #fff;
  border: none;
  background-color: transparent;
  text-align: left;
}
.faq__accordion::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.faq__content {
  max-height: 0;
  max-width: 644px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  position: relative;
  z-index: 1;
}
.faq__link {
  color: #beea9b;
}
.faq__svg {
  margin-left: 10px;
  flex-shrink: 0;
  transform: rotate(45deg);
  transition: transform 0.3s ease-in-out;
}
.faq__svg_active {
  transform: rotate(0deg);
}

.about-vouchers,
.ivroxe-images,
.vouchers,
.questions {
  background-color: #161614;
}

.about-vouchers {
  padding-top: 152px;
  padding-bottom: 60px;
}
.about-vouchers__title {
  position: relative;
  margin: 0 auto;
  margin-bottom: 46px;
  width: 665px;
  text-align: center;
}
.about-vouchers__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 85px;
  height: 85px;
  background-color: #a3da75;
  filter: blur(90px);
}
.about-vouchers__sub-title {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3em;
  color: #fff;
  text-align: center;
}
.about-vouchers__advantages {
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.about-vouchers__advantage {
  position: relative;
  padding-right: 40px;
  padding-left: 40px;
}
.about-vouchers__advantage:first-child {
  padding-left: 0;
}
.about-vouchers__advantage:last-child {
  padding-right: 0;
}
.about-vouchers__advantage:not(:first-child):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #a3da75;
}
.about-vouchers__adv-name {
  margin-bottom: 10px;
  font-weight: 600;
  color: #a3da75;
}
.about-vouchers__advantage-desc {
  color: #fff;
}

.ivroxe-images__images {
  display: flex;
}
.ivroxe-images__images-item {
  padding-top: 35%;
  position: relative;
  flex-grow: 1;
  border: 1px solid #a3da75;
  border-right: none;
}
.ivroxe-images__images-item:first-child {
  border-left: none;
}
.ivroxe-images__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  filter: grayscale(100%);
}
.ivroxe-images__img::before {
  content: "";
  display: block;
  padding-top: 120%;
}

.vouchers {
  padding-top: 60px;
}
.vouchers__options {
  margin: 0 auto;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 770px;
}
.vouchers__sub-title {
  margin-bottom: 32px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3em;
}
.vouchers__opt-list {
  margin-bottom: 42px;
  display: flex;
}
.vouchers__num {
  margin-right: 20px;
  font-weight: 300;
  font-size: 35px;
  font-family: "Calvino-Grande", sans-serif;
  color: #a3da75;
}
.vouchers__opt-item {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.vouchers__opt-item:not(:last-child) {
  margin-right: 80px;
}
.vouchers__opt-desc {
  max-width: 656px;
  text-align: center;
}
.vouchers__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}
.vouchers__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.vouchers__top-card {
  width: 100%;
  height: 351px;
  max-width: 332px;
  max-height: 351px;
  margin-bottom: 20px;
  position: relative;
}
.vouchers__card-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.vouchers__card-img::after {
  content: "";
  display: block;
  padding-top: 105%;
}
.vouchers__name {
  margin-bottom: 15px;
  position: relative;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.vouchers__name_radio {
  margin-bottom: 0;
}
.vouchers__price {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4em;
  color: #a3da75;
}
.vouchers__form {
  position: relative;
}
.vouchers__price-select {
  margin-bottom: 20px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 165px;
  height: 35px;
  position: relative;
  z-index: 3;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  line-height: 1.3em;
  border: 1px solid #a3da75;
  border-radius: 5px;
  background-color: rgba(34, 34, 34, 0.97);
  cursor: pointer;
}
.vouchers__arrow {
  position: absolute;
  right: 10px;
  transform: rotateX(180deg);
  transition: transform 0.7s ease-in-out;
}
.vouchers__price-select_active .vouchers__arrow {
  transform: rotateX(0deg);
}
.vouchers__price-list {
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 2;
  top: 15px;
  padding-left: 22px;
  height: 0;
  min-width: 165px;
  border: 1px solid #a3da75;
  border-radius: 10px;
  transition: height 0.7s ease-in-out, transform 0.7s ease-in-out;
  overflow: hidden;
  background-color: rgba(34, 34, 34, 0.97);
}
.vouchers__radio-wrapper {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.vouchers__price-item {
  display: inline-block;
  margin-bottom: 15px;
  color: #fff;
}
.vouchers__price-item:first-child {
  margin-top: 35px;
}
.vouchers__custom-radio {
  padding: 3px;
  margin-right: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  border: 1px solid #a0a0a0;
}
.vouchers__native-radio {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  z-index: -1000;
}
.vouchers__point {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.vouchers__native-radio:checked ~ .vouchers__point {
  opacity: 1;
}
.vouchers__btn {
  padding: 20px;
  width: 330px;
  border: 1px solid #a3da75;
  font-weight: 400;
  color: #fff;
  background-color: transparent;
}
.vouchers__btn.added {
  display: none;
}
.vouchers__btn + a {
  display: none;
}
.vouchers__btn.added + a + .vouchers__btn_view {
  display: flex;
}
.vouchers__btn_view {
  display: none;
}
.vouchers__btn:hover {
  background-color: #beea9b;
}
.vouchers__btn:active {
  background-color: #81a762;
}
.vouchers__price-buttons {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.vouchers__price-buttons.hidden {
  display: none;
}
.vouchers__price-buttons input {
  cursor: default;
  text-align: center;
  background-color: transparent;
  border: none;
  font-family: "Jost", sans-serif;
  color: white;
  font-size: 1rem;
  width: 30px;
  -moz-appearance: textfield;
}
.vouchers__price-buttons input::-webkit-outer-spin-button, .vouchers__price-buttons input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.vouchers__price-buttons input:hover, .vouchers__price-buttons input:focus {
  background-color: transparent;
  border: none;
  outline: none;
}
.vouchers__minus {
  margin-right: 10px;
}
.vouchers__plus {
  margin-left: 10px;
}

.questions {
  padding-top: 100px;
}
.questions__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.questions__title {
  margin-bottom: 35px;
}
.questions__list {
  margin-bottom: 60px;
  width: 748px;
}
.questions__item {
  position: relative;
  padding-top: 31px;
  padding-bottom: 25px;
}
.questions__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #a3da75;
}
.questions__item:last-child::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #a3da75;
}
.questions__accordion {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  color: #fff;
  border: none;
  background-color: transparent;
  text-align: left;
}
.questions__accordion::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.questions__content {
  max-height: 0;
  max-width: 644px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.questions__svg {
  margin-left: 10px;
  flex-shrink: 0;
  transform: rotate(45deg);
  transition: transform 0.3s ease-in-out;
}
.questions__svg_active {
  transform: rotate(0deg);
}
.questions__btn {
  padding: 20px;
  width: 100%;
  max-width: 382px;
}

.successful-purchase {
  padding-top: 110px;
  padding-bottom: 113px;
  background-color: #161614;
}
.successful-purchase__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.successful-purchase__title {
  position: relative;
  margin-bottom: 35px;
  font-weight: 300;
  font-family: "Calvino-Grande", sans-serif;
  font-size: 60px;
  line-height: 1em;
  text-align: center;
  color: #fff;
}
.successful-purchase__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 17px;
  width: 139px;
  height: 139px;
  filter: blur(100px);
  background-color: #a3da75;
}
.successful-purchase__desc {
  margin: 0 auto;
  margin-bottom: 60px;
  max-width: 508px;
  text-align: center;
}
.successful-purchase__btn {
  min-height: 145px;
}

.successful-visit {
  padding-top: 110px;
  padding-bottom: 113px;
  background-color: #161614;
}
.successful-visit__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.successful-visit__title {
  position: relative;
  margin-bottom: 35px;
  font-weight: 300;
  font-family: "Calvino-Grande", sans-serif;
  font-size: 60px;
  line-height: 1em;
  text-align: center;
  color: #fff;
}
.successful-visit__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 17px;
  width: 139px;
  height: 139px;
  filter: blur(100px);
  background-color: #a3da75;
}
.successful-visit__desc {
  margin: 0 auto;
  margin-bottom: 60px;
  max-width: 508px;
  text-align: center;
}

.privacy {
  padding-top: 152px;
}
.privacy__title {
  margin-bottom: 45px;
  text-align: center;
}
.privacy__num {
  margin-bottom: 20px;
  font-family: "Calvino-Grande", sans-serif;
  font-weight: 300;
  text-align: center;
  line-height: 1.1em;
  color: #fff;
}
.privacy__sub-title {
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 600px;
  color: #fff;
  font-family: "Calvino-Grande", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.1em;
  text-align: center;
}
.privacy__list {
  padding-left: 20px;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 823px;
}
.privacy__item {
  list-style: circle;
}
.privacy__item:not(:last-child) {
  margin-bottom: 20px;
}
.privacy__item-num {
  list-style-type: decimal;
}
.privacy__item-num:not(:last-child) {
  margin-bottom: 20px;
}
.privacy__text_first {
  display: inline-block;
  margin-bottom: 20px;
}
.privacy__docs {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 823px;
}
.privacy__doc-item {
  margin-right: 40px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #a3da75;
}

.error {
  padding-top: 125px;
  padding-bottom: 92px;
  position: relative;
}
.error__container {
  position: relative;
}
.error__container::before, .error__container::after {
  content: "";
  position: absolute;
  width: 104.019px;
  height: 104.019px;
  background-color: #a3da75;
  filter: blur(100px);
}
.error__container::before {
  top: -4%;
  left: -10%;
}
.error__container::after {
  bottom: 16%;
  right: -17%;
}
.error__title {
  position: relative;
  margin-bottom: 22px;
  font-weight: 600;
  font-size: 200px;
  line-height: 1.1em;
  text-align: center;
  font-family: "Calvino-Grande", sans-serif;
  color: #a3da75;
}
.error__title::before {
  content: "";
  position: absolute;
  width: 104.019px;
  top: 25%;
  right: 50%;
  transform: translateX(50%);
  height: 104.019px;
  background-color: #a3da75;
  filter: blur(100px);
}
.error__desc {
  margin: 0 auto;
  margin-bottom: 50px;
  max-width: 391px;
  text-align: center;
}
.error__btn {
  display: flex;
  margin: 0 auto;
}

.booking__calendar-navigation {
  position: absolute;
  top: calc(50% - 14px);
  height: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  left: 0;
}
.booking__calendar-next, .booking__calendar-prev {
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.booking__calendar-next.swiper-button-disabled, .booking__calendar-prev.swiper-button-disabled {
  opacity: 0.2;
}
.booking-calendar-swiper-wrapper {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}
.booking-calendar__time input {
  display: none;
}
.booking-calendar__time-card {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-align: center;
  padding: 17px;
  cursor: pointer;
  transition: 0.2s ease;
  background-color: #222;
  display: block;
  border-radius: 10px;
  font-weight: 500;
}
.booking-calendar__time-card:hover, .booking-calendar__time-card:focus {
  background-color: #333;
}
input:checked + .booking-calendar__time-card {
  background-color: #a3da75;
  color: #161614;
}
input:disabled + .booking-calendar__time-card {
  background-color: #222 !important;
  color: gray;
  cursor: default;
}
.booking-calendar__days {
  margin-bottom: 25px;
}
.booking-calendar__days input {
  display: none;
}
.booking-calendar__days-card {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-align: center;
  padding: 15px;
  padding-top: 25px;
  cursor: pointer;
  transition: 0.2s ease;
  background-color: #222;
  display: block;
  border-radius: 10px;
}
.booking-calendar__days-card:hover, .booking-calendar__days-card:focus {
  background-color: #333;
}
input:checked + .booking-calendar__days-card {
  background-color: #a3da75;
  color: #161614;
}
input:disabled + .booking-calendar__days-card {
  background-color: #222 !important;
  color: gray;
  cursor: default;
}
.booking-calendar__days-card-title {
  font-weight: 500;
}
.booking-calendar__days-card-number {
  font-family: serif;
  font-size: 35px;
  line-height: 1.6;
  flex-flow: 700;
}
.booking-avatars-swiper-wrapper {
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}
.booking__section {
  padding: 35px 0;
  border-top: 1px solid #beea9b;
}
.booking__section-title {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 1.4em;
}
.booking__avatars-navigation {
  position: absolute;
  top: 30%;
  height: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  left: 0;
}
.booking__avatars-next, .booking__avatars-prev {
  z-index: 1;
}
.booking__avatars-next.swiper-button-disabled, .booking__avatars-prev.swiper-button-disabled {
  opacity: 0.2;
}
.booking__avatars-loop {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.booking__avatars-loop-item {
  flex-basis: 14.28%;
}
.booking__avatars input {
  display: none;
}
.booking__avatars-avatar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  cursor: pointer;
  padding: 1px;
}
.booking__avatars-avatar:hover .booking__avatars-avatar-image-wrapper, .booking__avatars-avatar:focus .booking__avatars-avatar-image-wrapper {
  outline-color: rgba(255, 255, 255, 0.5);
}
input:checked + .booking__avatars-avatar {
  color: #a3da75;
}
input:checked + .booking__avatars-avatar .booking__avatars-avatar-image-wrapper {
  outline-color: #a3da75;
}
input:disabled + .booking__avatars-avatar {
  opacity: 0.2;
  cursor: default;
}
input:disabled + .booking__avatars-avatar .booking__avatars-avatar-image-wrapper {
  outline-color: transparent;
}
.booking__avatars-avatar-image {
  background-size: cover;
  background-position: center;
  filter: grayscale(1);
  width: 100%;
  height: 100%;
}
.booking__avatars-avatar-image-wrapper {
  overflow: hidden;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transition: 0.2s ease;
  outline-width: 1px;
  outline-style: solid;
  outline-color: transparent;
}
.booking__totals {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px 85px;
}
.booking__totals-picture {
  margin-bottom: 20px;
}
.booking__totals-faq-link {
  text-align: center;
}
.booking__totals-prices {
  display: flex;
  align-items: center;
}
.booking__totals-price {
  color: #a3da75;
  font-weight: 600;
  font-size: 1.2em;
  display: inline-flex;
  align-items: center;
}
.booking__totals-price_sale {
  margin-right: 7px;
}
.booking__totals-price_sale + .booking__totals-price {
  opacity: 0.4;
  text-decoration: line-through;
}
.booking__totals-price svg {
  margin-right: 5px;
  margin-bottom: 1px;
}
.booking__totals-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.booking__totals-title-wrapper .booking__section-title {
  margin-bottom: 0;
  text-align: left;
}
.booking__totals-chooseneds {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
  align-items: flex-start;
}
.booking__totals-chooseneds-right {
  text-align: right;
  line-height: 2;
}
.booking__totals-location {
  display: inline-flex;
  align-items: center;
}
.booking__totals-location svg {
  margin-right: 5px;
}
.booking__totals-specialist {
  display: flex;
  align-items: center;
}
.booking__totals-specialist-photo {
  background-size: cover;
  width: 100%;
  height: 100%;
  filter: grayscale(1);
}
.booking__totals-specialist-photo-wrapper {
  margin-right: 10px;
  position: relative;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  outline: 1px solid #a3da75;
  overflow: hidden;
}
.booking__totals-total {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-top: 1px solid #a3da75;
  border-bottom: 1px solid #a3da75;
  margin-bottom: 35px;
}
.booking__totals-total-caption {
  font-size: 1.2em;
  font-weight: 500;
}
.booking__totals-back-link {
  margin-top: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}
.booking__totals-back-link svg {
  margin-right: 5px;
}
.booking__totals a {
  text-decoration: underline;
  transition: 0.2s ease;
}
.booking__totals a:hover {
  color: #beea9b;
}

@media (max-width: 1300px) {
  .customers__left {
    padding-left: calc((100% - 1000px) / 2);
  }
  .services__left {
    padding-left: calc((100% - 1000px) / 2);
  }
  .services__desc {
    max-width: 350px;
  }
}
@media (max-width: 1200px) {
  .booking__avatars-loop-item {
    flex-basis: 20%;
  }
  .hero__video-wrap {
    padding-top: 0;
  }
  .services__img-voucher {
    width: 400px;
    height: 280px;
  }
  .services__img-voucher_green {
    min-height: 320px;
  }
  .vouchers__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 55px;
  }
}
@media (max-width: 1133px) {
  .header__content {
    grid-template-columns: 45% auto 40%;
  }
  .header__list > li:not(:last-child) {
    margin-right: 15px;
  }
  .services__left {
    padding-left: calc((100% - 800px) / 2);
  }
  .services__desc {
    max-width: 300px;
  }
  .customers__left {
    padding-left: calc((100% - 800px) / 2);
  }
  .footer__list li {
    margin-right: 20px;
  }
  .footer__right li:not(:last-child) {
    margin-right: 20px;
  }
  .services-page__desc {
    width: 300px;
  }
  .contacts__item_first {
    grid-column-gap: 35px;
  }
  .contacts__item_last {
    grid-column-gap: 35px;
  }
  .contacts-page__container {
    flex-direction: column;
    align-items: center;
  }
  .contacts-page__wrap {
    margin: 0;
    padding: 0;
    margin-bottom: 35px;
  }
  .contacts-page__wrap h2:first-child {
    font-size: 30px;
    text-align: center;
  }
}
@media (max-width: 944px) {
  .burger-menu {
    padding-top: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(34, 34, 34, 0.97);
    z-index: 10002;
    visibility: hidden;
    transform: translateX(120%);
    transition: visibility 0.6s ease-in-out, transform 0.5s ease-in-out;
  }
  .burger-menu__logo {
    position: absolute;
    left: 30px;
    top: 30px;
  }
  .burger-menu__close {
    position: absolute;
    top: 50px;
    right: 30px;
    cursor: pointer;
  }
  .burger-menu__nav {
    margin-bottom: 80px;
  }
  .burger-menu__list, .burger-menu__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .burger-menu__list li, .burger-menu__bottom li {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 14px;
    color: #e5e5e5;
  }
  .burger-menu__list li {
    transition: color 0.3s ease-in-out;
    cursor: pointer;
  }
  .burger-menu__list li:focus-visible {
    outline: 1px solid #a3da75;
  }
  .burger-menu__list li:hover {
    color: #a3da75;
  }
  .burger-menu__list li:active {
    color: #81a762;
  }
  .burger-menu__list li a[aria-current=page] {
    color: #a3da75;
    text-decoration: underline;
  }
  .burger-menu_active {
    visibility: visible;
    transform: translateX(0);
    overflow-y: auto;
    overflow-x: hidden;
  }
  .ticker__item {
    font-size: 14px;
  }
  .section-title {
    font-size: 30px;
  }
  .sticky-btn {
    font-size: 14px;
    width: 120px;
    height: 120px;
  }
  .big-btn {
    width: 125px;
    height: 125px;
    font-size: 14px;
  }
  .header {
    margin-bottom: 45px;
    padding: 18px 0;
  }
  .header__content {
    align-items: center;
    display: flex;
    align-items: center;
  }
  .header__list {
    height: 100vh;
    width: 100%;
    flex-direction: column;
    position: absolute;
    top: -18px;
    left: 0;
    justify-content: center;
    align-items: center;
    background: rgba(34, 34, 34, 0.97);
  }
  .header__logo {
    margin: 0;
  }
  .header__shop {
    display: none;
  }
  .header__shop_mob {
    margin-right: 15px;
    display: block;
  }
  .header__nav {
    display: none;
  }
  .header__list_right {
    display: none;
  }
  .header__burger {
    order: 1;
    display: inline-block;
  }
  .header__right {
    width: auto;
  }
  .header__mob-right {
    display: flex;
    align-items: center;
  }
  .hero {
    padding-top: 150px;
    padding-bottom: 60px;
  }
  .hero__title {
    font-size: 40px;
  }
  .hero__img {
    margin-right: 10px;
    width: 139px;
    height: 72px;
  }
  .hero__title::before {
    top: 33px;
    left: 9px;
    width: 108px;
    height: 62px;
  }
  .hero__titles {
    margin-bottom: 57px;
  }
  .hero__titles-bottom {
    padding-left: 0;
  }
  .hero__big-btn {
    width: 130px;
    height: 130px;
    font-size: 14px;
  }
  .about-us__title {
    margin-bottom: 40px;
  }
  .about-us__left-text {
    padding-left: 40px;
    font-size: 13px;
  }
  .about-us__right-text {
    font-size: 13px;
  }
  .about-us__image {
    min-height: 253px;
  }
  .about-us::after {
    left: 9%;
  }
  .about-us .ticker-wrapper:first-child {
    margin-bottom: 80px;
  }
  .services__top-wrap {
    padding-top: 190px;
  }
  .services__top {
    margin-top: -313px;
  }
  .services__left {
    padding-top: 90px;
    padding-left: calc((100% - 700px) / 2);
  }
  .services__number {
    font-size: 21px;
  }
  .services__desc {
    font-size: 13px;
    max-width: 260px;
  }
  .services__right {
    padding-top: 80px;
  }
  .services__right img {
    max-height: 189px;
    min-height: 189px;
  }
  .services__right::before {
    top: 78px;
  }
  .services__right::after {
    bottom: 124px;
  }
  .services__bottom {
    flex-direction: column;
  }
  .services__voucher {
    padding-top: 60px;
    width: 100%;
    min-height: auto;
    border-left: none;
    order: 1;
  }
  .services__voucher_img {
    order: 4;
    padding-top: 0;
    max-height: 455px;
  }
  .services__voucher_gray {
    order: 2;
  }
  .services__voucher_massage {
    order: 3;
  }
  .services__img-voucher {
    position: absolute;
    width: 551px;
    height: 343px;
  }
  .services__img-voucher_green {
    min-height: 388px;
    left: 70%;
    transform: translateX(-50%);
  }
  .services__img-voucher_black {
    left: 50%;
    transform: translateX(-50%);
  }
  .services__title_voucher {
    margin-bottom: auto;
  }
  .services__swiper-slide_massage .services__title_voucher {
    margin-bottom: 15px;
  }
  .services__btn {
    margin-bottom: 60px;
  }
  .services__btn_massage {
    margin-bottom: 80px;
  }
  .services__sub-title {
    margin-bottom: 10px;
  }
  .services__voucher-desc {
    margin-bottom: 20px;
    max-width: 340px;
    font-size: 13px;
  }
  .services__discount {
    margin-bottom: 25px;
    font-size: 20px;
  }
  .team {
    padding-top: 80px;
  }
  .team__sub-title {
    margin-bottom: 44px;
    font-size: 13px;
  }
  .team__nav {
    margin-bottom: 45px;
  }
  .customers {
    padding-top: 80px;
  }
  .customers__left {
    padding-left: calc((100% - 700px) / 2);
  }
  .customers__right {
    margin-top: -81px;
  }
  .customers__desc {
    font-size: 13px;
    max-width: 245px;
  }
  .customers__item {
    padding: 30px 70px;
  }
  .customers__item_img {
    padding: 0;
  }
  .customers__name {
    font-size: 14px;
  }
  .customers__people-desc {
    font-size: 13px;
  }
  .contacts {
    padding-top: 60px;
  }
  .contacts__list {
    gap: 20px;
    flex-wrap: wrap;
  }
  .contacts__list_width-two-addr {
    justify-content: center;
  }
  .contacts__item_other-first {
    max-width: 47%;
  }
  .contacts__desc {
    font-size: 13px;
  }
  .contacts__desc svg {
    margin-right: 11px;
  }
  .contacts__maps {
    height: 200px;
  }
  .contacts__maps iframe {
    max-height: 210px;
  }
  .map iframe {
    max-height: 200px;
  }
  .footer__content {
    margin-bottom: 27px;
    flex-wrap: wrap;
  }
  .footer__list, .footer__right {
    font-size: 13px;
  }
  .footer__list li {
    margin-right: 25px;
  }
  .footer__right {
    margin-left: auto;
  }
  .footer__bottom {
    font-size: 13px;
  }
  .about-vouchers {
    padding-top: 52px;
    padding-bottom: 45px;
  }
  .about-vouchers__title {
    margin-bottom: 35px;
  }
  .about-vouchers__sub-title {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .about-vouchers__advantages {
    margin-bottom: 0;
  }
  .about-vouchers__advantage {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }
  .vouchers {
    padding-top: 45px;
  }
  .vouchers__sub-title {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .vouchers__opt-list {
    margin-bottom: 30px;
  }
  .vouchers__opt-item {
    font-size: 13px;
  }
  .vouchers__opt-item:not(:last-child) {
    margin-right: 10px;
  }
  .vouchers__opt-desc {
    font-size: 13px;
  }
  .vouchers__options {
    margin-bottom: 60px;
  }
  .vouchers__btn {
    width: 100%;
    font-size: 14px;
  }
  .vouchers__name, .vouchers__price {
    font-size: 14px;
  }
  .questions {
    padding-top: 80px;
  }
  .questions__list {
    width: 100%;
  }
  .questions__item {
    padding: 20px 0;
  }
  .questions__accordion {
    width: 100%;
  }
  .services-page .container {
    padding-top: 50px;
  }
  .services-page__top {
    display: none;
  }
  .services-page__list {
    padding-top: 30px;
    flex-direction: column;
  }
  .services-page__item {
    justify-content: flex-start;
    flex-direction: row;
    min-height: auto;
  }
  .services-page__item:first-child {
    width: 100%;
  }
  .services-page__price {
    margin-left: auto;
  }
  .services-page__item:nth-child(2n) {
    flex-direction: column;
  }
  .services-page__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .services-page__item_img {
    width: auto;
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    height: 279px;
  }
  .services-page__big-btn {
    /*margin-top: -70px;*/
    margin-left: auto;
    margin-bottom: 20px;
  }
  .services-page__service:last-child::after {
    display: none;
  }
  .services-page__service:last-child::before {
    display: none;
  }
  .services-page__service::before {
    display: none;
  }
  .services-page__item_img::before {
    content: "";
    width: 120%;
    height: 1px;
    position: absolute;
    top: 0;
    left: -10px;
    background-color: #a3da75;
    display: block;
    transform: scale(0);
    transition: transform 0.3s ease-in-out;
    z-index: 3;
  }
  .services-page__item_img:after {
    content: "";
    width: 120%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: -10px;
    background-color: #a3da75;
    display: block;
    transform: scale(0);
    transition: transform 0.3s ease-in-out;
    z-index: 3;
  }
  .services-page__item_img:after {
    content: "";
    width: 120%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: -10px;
    background-color: #a3da75;
    display: block;
    transform: scale(0);
    transition: transform 0.3s ease-in-out;
  }
  .services-page .services-page__item_img_active::before {
    transform: scale(1);
  }
  .services-page .services-page__item_img_active::after {
    transform: scale(1);
  }
  .services-page__select {
    margin: 0 auto;
    margin-bottom: 15px;
    width: auto;
  }
  .services-page__radio-list {
    font-size: 13px;
  }
  .services-page__mas-list {
    top: 7px;
    left: 0;
    z-index: 4;
  }
  .services-page__zone-list {
    position: absolute;
    top: 22px;
    left: 300px;
  }
  .services-page__radio-item_mas:first-child {
    margin-top: 50px;
  }
  .services-page__radio-item_zone:first-child {
    margin-top: 30px;
  }
  .services-page__select_zone {
    margin-bottom: 15px;
    display: flex;
    top: 0;
    left: 300px;
  }
  .services-page__targets {
    margin: 0 auto;
    height: 140px;
    width: 100%;
  }
  .services-page__target {
    font-size: 13px;
  }
  .services-page__name {
    margin-right: 5px;
    width: 178px;
    font-size: 16px;
  }
  .services-page__price {
    font-size: 16px;
  }
  .services-page__small-price {
    font-size: 13px;
  }
  .services-page__desc {
    font-size: 13px;
    width: 389px;
  }
  .blog__container {
    padding-top: 30px;
  }
  .blog__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 75px;
    grid-column-gap: 50px;
  }
  .blog__item_top {
    flex-grow: 1;
  }
  .blog__item_top:first-child {
    margin-right: 50px;
    flex-grow: 1;
  }
  .blog__item_top:first-child .blog__item-img {
    height: 200px;
  }
  .blog__item_top:first-child img {
    height: 200px;
  }
  .blog__item_top:nth-child(2n) img {
    height: 200px;
  }
  .blog__date {
    display: inline-block;
    margin-bottom: 10px;
  }
  .blog__item-img {
    height: 200px;
  }
  .blog__item-img img {
    height: 100%;
  }
  .blog__sub-title {
    font-size: 16px;
  }
  .blog__text {
    font-size: 14px;
  }
  .blog__bot-title {
    font-size: 23px;
  }
  .blog-article {
    padding-top: 20px;
  }
  .blog-article__interesting {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog-article__article {
    width: 100%;
  }
  .blog-article__sub-title {
    font-size: 14px;
  }
  .blog-article__text {
    font-size: 13px;
  }
  .blog-article__text:not(:last-child) {
    margin-bottom: 10px;
  }
  .contacts-page__title {
    font-size: 35px;
  }
  .faq {
    padding-top: 20px;
  }
  .faq__item {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .faq__accordion {
    margin-bottom: 10px;
    font-size: 14px;
    text-align: left;
  }
  .faq__content {
    font-size: 13px;
  }
  .successful-purchase {
    padding-top: 60px;
  }
  .successful-purchase__title {
    font-size: 44px;
  }
  .successful-purchase__desc {
    font-size: 13px;
  }
  .successful-visit {
    padding-top: 50px;
  }
  .successful-visit__desc {
    font-size: 13px;
  }
  .successful-visit__btn {
    font-size: 13px;
    padding: 22px 17px;
    height: 120px;
  }
  .privacy {
    padding-top: 50px;
  }
  .privacy__item {
    font-size: 13px;
  }
  .privacy__doc-item {
    margin-right: 20px;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .error {
    padding-top: 50px;
  }
  .error__container::before, .error__container::after {
    width: 75px;
    height: 75px;
  }
  .error__container::before {
    top: 72%;
    left: 3%;
  }
  .error__title::before {
    width: 75px;
    height: 75px;
  }
  .error__desc {
    font-size: 13px;
  }
}
@media (max-width: 770px) {
  .booking__avatars-loop-item {
    flex-basis: 25%;
  }
  .booking__totals {
    display: flex;
    flex-direction: column-reverse;
  }
  .hero__titles-bottom {
    padding-left: 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  .services__left {
    padding-left: calc((100% - 700px) / 2);
  }
  .services__title {
    margin-bottom: 15px;
    font-size: 23px;
  }
  .services__desc {
    font-size: 13px;
  }
  .customers__left {
    padding-left: calc((100% - 600px) / 2);
  }
}
@media (max-width: 650px) {
  .contacts-page__input {
    width: 100%;
  }
  .contacts-page__wrap {
    font-size: 13px;
  }
  .wpcf7-form {
    display: flex;
    flex-wrap: wrap;
  }
  .wpcf7-form p:nth-child(even) {
    margin-right: 0;
  }
  .wpcf7-form p {
    margin-bottom: 15px;
    width: 100%;
  }
  .wpcf7-form label {
    font-size: 13px;
  }
  .wpcf7-list-item-label {
    font-size: 13px;
  }
  .container.contacts-page__container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 580px) {
  .anti-container {
    margin-left: calc((100% - 100vw) / 2);
    margin-right: calc((100% - 100vw) / 2);
  }
  .burger-menu__logo {
    left: 18px;
    top: 18px;
  }
  .burger-menu__close {
    top: 30px;
    right: 11px;
  }
  .booking__calendar-navigation {
    position: absolute;
    top: calc(50% - 11px);
    height: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    left: 0;
  }
  .booking__calendar-next svg, .booking__calendar-prev svg {
    height: 22px;
  }
  .booking-calendar-swiper-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .booking-calendar__days {
    margin-bottom: 15px;
  }
  .booking-calendar__days-card {
    padding-top: 18px;
    padding-bottom: 6px;
  }
  .booking__avatars-loop-item {
    flex-basis: 33.33%;
  }
  .booking__totals {
    font-size: 0.85em;
  }
  .map iframe {
    max-height: 140px;
  }
  .city-sel__top {
    width: 299px;
  }
  .city-sel__title {
    font-size: 23px;
  }
  .city-sel__sub-title {
    font-size: 13px;
  }
  .city-sel__select {
    width: 259px;
  }
  .city-sel__local-select {
    min-width: 259px;
  }
  .city-sel__current-city, .city-sel__current-local {
    font-size: 14px;
  }
  .city-sel__list {
    width: 259px;
    font-size: 14px;
  }
  .city-sel__local-list {
    min-width: 259px;
    font-size: 14px;
  }
  .city-sel__btn {
    width: 259px;
    font-size: 14px;
  }
  .container {
    max-width: 480px;
    padding: 0 10px;
  }
  .logo {
    width: 65px;
    height: 65px;
  }
  .section-title {
    font-size: 23px;
  }
  .services__desc {
    font-size: 13px;
  }
  .big-btn {
    padding-top: 46px;
    padding-bottom: 46px;
    width: 120px;
    height: 120px;
    font-size: 14px;
  }
  .ticker-wrapper {
    height: 40px;
  }
  .ticker__item {
    font-size: 13px;
  }
  .hero {
    padding-top: 146px;
    padding-bottom: 47px;
    background-position: center;
  }
  .hero__titles {
    margin-bottom: 35px;
  }
  .hero__title {
    font-size: 28px;
    line-height: 1.2em;
    font-weight: 400;
  }
  .hero__title_top {
    text-align: center;
  }
  .hero__mob-title_top {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero__title_mid {
    margin: 0;
    min-width: auto;
  }
  .hero__titles-bottom {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hero__title_bot {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .hero__title-desc {
    font-size: 13px;
    max-width: 240px;
    text-align: center;
    line-height: 1.2em;
  }
  .hero__title::before {
    top: 27px;
    left: -16px;
    width: 97px;
    height: 50px;
    transform: rotate(6deg);
  }
  .hero__img {
    display: none;
  }
  .hero__img-mob {
    margin-right: 10px;
    display: inline-block;
    width: 105px;
    height: 50px;
  }
  .hero::after {
    top: 27%;
    left: 6%;
    width: 81px;
    height: 81px;
    background-image: url(../img/hero-ellips.png);
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(20px);
    opacity: 0.3;
    border-radius: 100%;
  }
  .about-us .ticker-wrapper:first-child {
    margin-bottom: 60px;
  }
  .about-us__title {
    margin-bottom: 32px;
    font-size: 23px;
    line-height: 1.3em;
    padding-left: 0;
  }
  .about-us__text {
    padding-left: 50px;
    margin-bottom: 26px;
    display: flex;
    flex-direction: column;
    font-size: 13px;
  }
  .about-us__left-text {
    margin-right: 0;
    padding-left: 0;
  }
  .about-us__desc {
    max-width: 260px;
  }
  .about-us__desc:last-child {
    margin-bottom: 35px;
  }
  .about-us__right-text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .about-us__right-text {
    align-items: flex-start;
  }
  .about-us__list {
    grid-template-columns: 1fr;
  }
  .about-us__item_services {
    order: 3;
  }
  .about-us__item_location {
    order: 2;
  }
  .about-us__item_promotions {
    order: 1;
  }
  .about-us__image {
    min-height: 159px;
  }
  .about-us__img {
    height: 100% !important;
  }
  .about-us__image_4 {
    display: none;
  }
  .about-us::after {
    top: 6%;
    left: -23%;
    width: 104px;
    height: 104px;
    filter: blur(70px);
  }
  .services {
    padding-top: 84px;
  }
  .services__top-wrap {
    padding: 0;
  }
  .services__sticky-btn {
    display: none;
  }
  .services__top {
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  .services__right, .services__left {
    width: 100%;
  }
  .services__left {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .services__right {
    border: none;
    padding: 0;
  }
  .services__right::before {
    top: -1px;
  }
  .services__right::after {
    bottom: 2px;
  }
  .services__item {
    flex-direction: column;
  }
  .services__item:last-child {
    margin-bottom: -5px;
  }
  .services__item:last-child .services__right::after {
    display: none;
  }
  .services__item:not(:last-child) {
    margin-bottom: 45px;
  }
  .services__number {
    margin-bottom: 17px;
    font-size: 17px;
  }
  .services__desc {
    margin-bottom: 40px;
    text-align: center;
  }
  .services__bottom {
    flex-direction: column;
  }
  .services__swiper-wrapper .services__swiper-slide {
    height: auto;
  }
  .services__voucher {
    width: 100%;
    height: auto;
    border-left: none;
  }
  .services__voucher-desc {
    max-width: 300px;
    font-size: 13px;
  }
  .services__img-voucher {
    width: 250px;
    height: 150px;
  }
  .services__img-voucher_green {
    top: 80px;
    min-height: 180px;
  }
  .services__sub-title {
    margin-bottom: 28px;
    font-size: 14px;
  }
  .services__title_voucher {
    margin-bottom: 45px;
  }
  .team {
    padding-top: 60px;
  }
  .team__sub-title {
    margin-bottom: 45px;
    font-size: 13px;
  }
  .team__card {
    margin-right: auto;
    margin-left: auto;
    max-width: 300px;
  }
  .team__desc-card {
    padding: 37px;
  }
  .team__desc-people {
    margin-bottom: 35px;
    font-size: 13px;
  }
  .team__name {
    font-size: 16px;
  }
  .team__desc {
    font-size: 13px;
  }
  .team__nav {
    margin-bottom: 46px;
  }
  .team__swiper-wrapper.swiper-wrapper {
    box-sizing: border-box;
  }
  .customers {
    padding-top: 60px;
  }
  .customers__wrap {
    padding: 0;
  }
  .customers__sticky-btn {
    display: none;
  }
  .customers__left {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  .customers__left-text {
    margin-bottom: 45px;
    position: static;
  }
  .customers__right {
    margin-top: 0;
    margin-bottom: 45px;
    width: 100%;
    border: none;
  }
  .customers__item {
    padding: 30px 10px;
  }
  .customers__item:last-child::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scale(0);
    background-color: #beea9b;
  }
  .customers__item_img {
    padding: 0;
  }
  .customers__name {
    margin-bottom: 13px;
    font-size: 13px;
  }
  .customers__people-desc {
    font-size: 13px;
  }
  .customers__name_no-img {
    font-size: 14px;
  }
  .customers__desc {
    margin: 0 auto;
    min-width: 278px;
  }
  .customers__desc_no-img {
    max-width: 100%;
    font-size: 13px;
  }
  .customers__mob-btn {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
    margin-bottom: 61px;
    display: flex;
  }
  .contacts-page .contacts {
    padding-bottom: 80px;
  }
  .contacts {
    padding-top: 60px;
  }
  .contacts__title {
    margin-bottom: 20px;
  }
  .contacts__top {
    display: flex;
    justify-content: center;
  }
  .contacts__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    gap: 0;
  }
  .contacts__item_last {
    display: flex;
  }
  .contacts__item_first {
    display: flex;
  }
  .contacts__item {
    font-size: 13px;
    margin-right: 0;
  }
  .contacts__item:nth-child(4) {
    order: 2;
  }
  .contacts__desc {
    max-width: 180px;
  }
  .contacts__desc_no-img {
    padding-left: 25px;
  }
  .contacts__desc_weekend {
    padding-left: 28px;
    order: 2;
  }
  .contacts__desc_workday {
    order: 2;
  }
  .contacts__desc {
    margin-bottom: 7px;
  }
  .contacts__desc svg {
    width: 15px;
    flex-shrink: 0;
  }
  .contacts__maps {
    flex-direction: column;
    align-items: center;
    height: 285.5px;
  }
  .contacts__maps iframe {
    max-height: 140px;
  }
  .contacts__maps iframe:first-child {
    margin-bottom: 5px;
  }
  .contacts__phone {
    margin-bottom: 15px;
  }
  .contacts__desc_faceb {
    order: 3;
  }
  .contacts__desc_inst {
    order: 3;
  }
  .contacts__item_last .contacts__desc_weekend {
    margin-bottom: 15px;
  }
  .contacts__item_other-first {
    max-width: 100%;
  }
  .wpcf7-list-item label input {
    border-color: rgb(160, 160, 160);
    margin-right: 15px;
    width: 35px;
    height: 35px;
  }
  .footer__content {
    margin-bottom: 25px;
  }
  .footer__container {
    display: flex;
    flex-direction: column;
  }
  .footer__content {
    flex-direction: column;
  }
  .footer__content .header__logo {
    margin-bottom: 30px;
    padding: 0;
  }
  .footer__logo {
    margin-bottom: 50px;
  }
  .footer__list {
    margin-left: 30px;
    margin-bottom: 25px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer__list li {
    margin-right: 30px;
    margin-bottom: 10px;
  }
  .footer__svg-services {
    display: none;
  }
  .footer__right {
    margin-left: 0;
    flex-direction: column;
    align-items: center;
  }
  .footer__right li:not(:last-child) {
    margin-right: 0;
  }
  .footer__rules:not(:last-child) {
    margin: 0;
    margin-bottom: 10px;
  }
  .footer__bottom {
    flex-direction: column;
    align-items: center;
  }
  .footer__developed {
    margin-bottom: 10px;
  }
  .footer__vroxe {
    order: 1;
  }
  .services-page__title {
    font-size: 28px;
  }
  .services-page__item:not(:last-child) {
    margin-bottom: 16px;
  }
  .services-page__desc {
    width: 100%;
  }
  .services-page__item_img {
    height: 218px;
  }
  .services-page__big-btn {
    margin: 0 auto;
    margin-bottom: 14px;
  }
  .services-page__select_zone {
    left: 0;
    top: 70px;
  }
  .services-page__zone-list {
    top: 92px;
    left: 0;
  }
  .blog__list {
    grid-row-gap: 45px;
  }
  .blog__top-list {
    margin-bottom: 0;
    flex-wrap: wrap;
  }
  .blog__item_top {
    margin-right: 0;
    margin-bottom: 50px;
    flex-grow: 1;
  }
  .blog__item_top:first-child {
    margin-right: 0;
  }
  .blog__item img {
    height: 200px;
  }
  .blog__list {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
  .blog-article__interesting {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
  .blog-article__image {
    height: 225px;
  }
  .blog-article__bottom {
    padding: 15px;
  }
  .blog-article__sub-title {
    margin-bottom: 15px;
  }
  #contacts-page-main-container .contacts:first-child {
    padding-top: 58px;
  }
  .contacts-title {
    margin-bottom: 25px;
  }
  .contacts-page__title {
    margin: 0 auto;
    margin-bottom: 35px;
    font-size: 28px;
    max-width: 80%;
  }
  .faq__content {
    max-width: 85%;
  }
  .about-vouchers {
    padding-top: 32px;
  }
  .about-vouchers__title {
    width: 100%;
    text-align: center;
  }
  .about-vouchers__sub-title {
    text-align: left;
    padding-left: 50px;
  }
  .about-vouchers__advantages {
    display: flex;
    flex-direction: column;
  }
  .about-vouchers__advantage::before {
    display: none;
  }
  .about-vouchers__advantage::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #beea9b;
  }
  .about-vouchers__advantage {
    margin-left: 50px;
    margin-right: 50px;
    padding: 15px;
    padding-left: 0;
    padding-right: 0;
  }
  .about-vouchers__advantage:first-child {
    padding-left: 0;
  }
  .ivroxe-images__images-item {
    height: 200px;
  }
  .ivroxe-images__images-item:last-child {
    display: none;
  }
  .ivroxe-images__sub-title {
    text-align: center;
  }
  .vouchers {
    padding-top: 60px;
  }
  .vouchers__sub-title {
    margin-bottom: 30px;
    text-align: center;
  }
  .vouchers__options {
    margin-bottom: 45px;
  }
  .vouchers__opt-list {
    margin-bottom: 25px;
    flex-direction: column;
  }
  .vouchers__opt-item {
    font-size: 13px;
  }
  .vouchers__opt-item:not(:last-child) {
    margin-bottom: 15px;
  }
  .vouchers__opt-desc {
    font-size: 13px;
  }
  .vouchers__cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .vouchers__name {
    font-size: 16px;
  }
  .vouchers__price {
    font-size: 16px;
  }
  .vouchers__btn {
    width: 100%;
    max-width: 300px;
  }
  .questions__accordion {
    font-size: 16px;
    text-align: left;
  }
  .questions__content {
    font-size: 14px;
  }
  .questions__btn {
    max-width: 300px;
  }
  .successful-purchase__title {
    font-size: 30px;
  }
  .successful-purchase__btn {
    font-size: 13px;
    padding: 22px 17px;
    min-height: 120px;
  }
  .successful-visit__title {
    font-size: 30px;
  }
  .error__title {
    font-size: 150px;
  }
}
@media (max-width: 400px) {
  .services-page__radio-list {
    width: 100%;
  }
  .services-page__mas-list {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */
