/* Reset and base styles  */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Unbounded:wght@200..900&display=swap");

* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

/* Links */
a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
  display: block;
}

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

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

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

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

/* RESET END */
html {
  font-size: 0.5208333333vw;
  scroll-behavior: smooth;
}

body {
  font-family: Unbounded, sans-serif;
  color: #ffffff;
  background: #0d0e0d;
  max-width: 100vw;
  overflow-x: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position-y: 75rem;
  background-size: cover;
}

.contact {
  text-decoration: none;
  color: inherit;
}

.contact:hover {
  text-decoration: underline;
}

.container {
  max-width: 2428px;
  padding: 0 25.4rem;
  margin: 0 auto;
  overflow-y: hidden;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 99;
  background-color: transparent;
  transition: background-color 0.3s ease;
}

.header.scrolled {
  background-color: #0d0e0d;
}

.header__container {
  height: 100%;
  padding: 0 2.1rem;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.7rem 2rem;
}

.header__left {
  display: flex;
  align-items: center;
}

.header__left h1 {
  font-size: 2.5rem;
  line-height: 3.1rem;
  font-weight: 600;
  margin-left: 3.4rem;
}

.header__logo {
  width: 6rem;
}

.header__logo-wrapper {
  display: flex;
  align-items: center;
  color: #ffffff;
}

.header__phone {
  display: flex;
  gap: 1.1rem;
  align-items: center;
  margin-left: 2rem;
}

.header__phone span {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
}

.header__phone span:nth-child(2) {
  color: rgba(255, 255, 255, 0.5019607843);
  font-size: 1rem;
  margin-top: 0.2rem;
}

.header__phone img {
  width: 1.6rem;
}

.header__right {
  display: flex;
  align-items: center;
}

.header__right a {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 500;
  margin-right: 2.1rem;
}

.header__right a:nth-child(5) {
  margin-right: 0;
  background: #ffffff;
  padding: 1rem 4.6rem;
  border-radius: 5rem;
  color: #000;
}

.header__burger {
  display: none;
}

.burger {
  display: none;
}

.preview {
  background: url("../assets/bg_1.png");
  width: 100vw;
  height: 100vh;
  background-size: cover;
  padding-top: 10rem;
  position: relative;
}

.preview__container {
  height: 100%;
  padding: 0 2.6rem;
}

.preview__inner {
  height: 100%;
}

.preview__content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.preview__content a {
  margin-top: 13.1rem;
  background: #fff;
  color: #000;
  padding: 1.5rem 7rem;
  border-radius: 5rem;
  font-size: 1.5rem;
  font-weight: 500;
}

.preview__content h2 {
  font-size: 3.5rem;
  font-weight: 600;
}

.preview__content span {
  margin-top: 5.4rem;
  display: block;
  max-width: 77.4rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.48rem;
}

.preview__content h4 {
  margin-top: 3rem;
  display: block;
  max-width: 77.4rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.48rem;
}

.preview__content a {
  margin-top: 4rem;
  display: block;
  max-width: 77.4rem;
  font-size: 3rem;
  font-weight: 500;
  line-height: 2.48rem;
  text-decoration: underline;
}

.number a {
  margin-top: 4rem;
  display: block;
  max-width: 77.4rem;
  font-size: 3rem;
  font-weight: 500;
  line-height: 2.48rem;
  text-decoration: underline;
}

.preview__contacts {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  top: 50%;
  transform: translate(0, -50%);
}

.preview__contacts a {
  color: #fff;
}

section h3 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 4.33rem;
}

section .section__subtitle {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.48rem;
  margin-top: 2.5rem;
}

.benefits {
  padding-top: 9.9rem;
}

.benefits__items {
  display: flex;
  justify-content: space-between;
  margin-top: 8.7rem;
  gap: 2.5rem;
}

.benefits__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3.6rem 3.1rem 9rem 3.1rem;
  background: #222222;
  max-width: 29.5rem;
  position: relative;
  border-radius: 1.2rem;
  text-align: center;
}

.benefits__item h4 {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 2.5rem;
}

.benefits__item span {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 8rem;
}

.benefits__item img {
  height: 4.2rem;
}

.benefits__item:before {
  content: "";
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
  z-index: -1;
  background: linear-gradient(135.37deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.05) 49.98%);
  border-radius: 15px;
}

.spaces {
  max-width: 100%;
  overflow: hidden;
  margin-top: 13.7rem;
}

.spaces__list {
  display: none;
}

.spaces__inner {
  position: relative;
}

.spaces .spaces__carousel {
  margin-top: 7.6rem;
  display: flex;
  overflow: hidden;
}

.spaces .spaces__carousel-wrapper {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  padding-left: calc((100vw - 242.8rem) / 2 + 52rem);
  z-index: 1;
  display: flex;
}

.space {
  display: flex !important;
  gap: 4.8rem;
  position: relative;
  max-width: 100.8rem;
  width: 100.8rem;
}

.space h4 {
  position: relative;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 4.34rem;
}

.space div {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.space img {
  width: 52.1rem;
  height: 37.6rem;
}

.space span {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.48rem;
}

.space span::before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 0.25rem;
  background: #fff;
  margin-right: 1.1rem;
  margin-bottom: 0.4rem;
}

.space::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #222222;
}

.space--bootcamp h4::after {
  position: absolute;
  content: "PRIVATE ROOM";
  font-size: 1.5rem;
  bottom: -3rem;
  right: -2rem;
}

.shop {
  margin-top: 12.4rem;
}

.shop h3,
.shop .section__subtitle {
  text-align: center;
}

.shop__inner {
  text-align: center;
}

.shop__list {
  margin-top: 6rem;
  display: flex;
  gap: 3.2rem;
  flex-wrap: wrap;
}

.shop__item {
  width: 17.1rem;
  text-align: right;
}

.shop__item img {
  width: 100%;
  height: 15.8rem;
  border-radius: 1rem;
}

.shop__item h5 {
  margin-top: 0.8rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.48rem;
}

.shop__item span {
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.86rem;
  color: rgba(255, 255, 255, 0.5019607843);
}

.shop__link {
  display: inline-block;
  margin-top: 5.8rem;
  padding: 1.7rem 8.4rem;
  background: #fff;
  border-radius: 1.5rem;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3.1rem;
  color: #000;
}

.news {
  margin-top: 12.9rem;
}

.news h3,
.news .section__subtitle {
  text-align: right;
}

.news__list {
  margin-top: 5.8rem;
  display: flex;
  gap: 5rem;
}

.news__item {
  width: 33%;
}

.news__item img {
  width: 100%;
  height: 30.5rem;
  border-radius: 1.5rem;
}

.news__item div {
  margin-top: 1.9rem;
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}

.news__item h5 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3.1rem;
}

.news__item span {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  color: rgba(255, 255, 255, 0.5019607843);
}

.find-us {
  margin-top: 15rem;
}

.find-us h3,
.find-us .section__subtitle {
  text-align: right;
}

.map {
  margin-top: 5.8rem;
  width: 100%;
}

.map img {
  width: 100%;
}

.contacts {
  margin-top: 13.7rem;
}

.contacts h3,
.contacts .section__subtitle {
  text-align: center;
}

.contacts__content {
  margin-top: 3.4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.contacts__contacts img {
  width: 36.9rem;
}

.contacts__contacts h5 {
  margin-top: 5.5rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.48rem;
}

.contacts__contacts span {
  display: block;
  margin-top: 2.1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.86rem;
}

.contacts__links h5 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.48rem;
}

.contacts__links .links__list {
  margin-top: 3.4rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 7rem;
  column-gap: 7rem;
  row-gap: 3.4rem;
}

.contacts__links a {
  color: rgba(255, 255, 255, 0.5019607843);
  font-size: 1.5rem;
  font-weight: 500;
}

.contacts__subscribe h5 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.48rem;
}

.contacts__subscribe .subscribe__input {
  display: flex;
  margin-top: 3.4rem;
  background: #222222;
  border-radius: 1rem;
  overflow: hidden;
}

.contacts__subscribe .subscribe__input button {
  width: 7.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3c3c3c;
}

.contacts__subscribe .subscribe__input img {
  width: 2.5rem;
}

.contacts__subscribe .subscribe__input input {
  padding: 2.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5019607843);
}

.contacts__subscribe .subscribe__input input::-moz-placeholder {
  font-size: 1.5rem;
  font-weight: 500;
}

.contacts__subscribe .subscribe__input input::placeholder {
  font-size: 1.5rem;
  font-weight: 500;
}

.contacts__social {
  display: none;
}

.footer {
  margin-top: 9.1rem;
}

.footer__inner {
  padding: 1.1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.footer__inner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #222;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.footer__social {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.footer__social a {
  width: 5rem;
  height: 5rem;
  padding: 1.3rem;
  background: rgba(217, 217, 217, 0.05);
  border-radius: 100%;
}

.footer__middle,
.footer__copyright {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.984rem;
  color: #fff;
}

.burger__wrapper {
  display: none;
  width: 0;
  height: 0;
  overflow: hidden;
}

.not-found {
  width: 41.1rem;
}

.not-found__container {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../assets/bg-2.png") no-repeat;
  background-size: cover;
}

.not-found h1 {
  font-size: 4rem;
  font-weight: 600;
}

.not-found span {
  display: block;
  text-align: right;
  font-size: 2rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
}

.coming-soon {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../assets/bg-2.png") no-repeat;
  background-size: cover;
}

.coming-soon h1 {
  font-size: 4rem;
  font-weight: 600;
}

.low-price {
  padding-top: 16.8rem;
}

.low-price-body {
  background-image: none;
}

.low-price__wrapper {
  background: url("../assets/bg-low-price.png") no-repeat;
  background-size: cover;
}

.low-price__wrapper .container {
  width: 100%;
}

.low-price h3 {
  font-size: 3.5rem;
  font-weight: 600;
}

.low-price span {
  font-size: 2rem;
  font-weight: 500;
}

.low-price__list {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8.2rem;
}

.low-price__item {
  position: relative;
}

.low-price__item-wrapper {
  position: relative;
  overflow: hidden;
}

.low-price__item-wrapper div {
  position: absolute;
  bottom: 1.4rem;
  left: 1.8rem;
  font-size: 1.8rem;
  font-weight: 600;
}

.low-price__item img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.low-price__item span {
  padding-left: 1rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
}

.low-price__item--coming-soon {
  border: 3px solid rgb(34, 34, 34);
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
}

.low-price__arrow {
  display: block;
  margin: 4.3rem auto 0 auto;
}

.prices {
  margin-top: 3.5rem;
  text-align: center;
}

.prices__table {
  margin-top: 5rem;
  width: 100%;
  border-collapse: collapse;
}

.prices__table th,
.prices__table td {
  text-align: center;
  border: 1px solid rgb(255, 255, 255);
  background-color: rgb(34, 34, 34);
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1rem;
}

.prices__table th {
  padding: 2rem 0;
  background-color: rgb(59, 59, 59);
  font-size: 2rem;
  font-weight: 500;
}

.prices__table td:first-child {
  background: rgb(60, 60, 60);
}

.prices-mobile__list {
  display: none;
}

.products {
  padding-top: 16.8rem;
  flex-grow: 1;
}

.products__wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.products__list {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(auto, 1fr);
  -moz-column-gap: 3.65rem;
  column-gap: 3.65rem;
  row-gap: 5.3rem;
}

.products__item {
  color: #fff;
}

.products__item img {
  border-radius: 1rem;
  width: 100%;
  height: 15.842rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.products__item h4 {
  margin-top: 1.6rem;
  font-size: 2rem;
  font-weight: 500;
}

.products__item-bottom {
  margin-top: 0.8rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.products__item button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.8rem;
  width: 2rem;
  background: #fff;
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0.3rem;
}

.products__item svg {
  height: 1rem;
  width: 1rem;
}

.products__item span {
  font-size: 1.5rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}

.products__item-mobile-btns {
  display: flex;
  gap: 0.5rem;
}

.products__item-quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.8rem;
  font-size: 1rem !important;
  font-weight: 500 !important;
  color: #000 !important;
  background: #fff !important;
  padding: 0.3rem 1.1rem !important;
  border-radius: 0.3rem;
  order: -1;
}



.basket {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: fixed;
  bottom: 1.5rem;
  right: 2.5rem;
  z-index: 2;
}

.basket__inner {
  height: 0;
  overflow: hidden;
  padding: 0;
  transition: height 0.2s ease;
}

.basket__ico {
  border-radius: 50%;
  background: #222222;
  padding: 1.5rem;
  display: block;
}

.basket__ico img {
  width: 5rem;
  height: 5rem;
}

.basket__ico-mobile {
  display: none;
}

.basket.active .basket__ico {
  display: none;
}

.basket.active .basket__inner {
  padding: 2rem 0.6rem 1rem 1.6rem;
  height: 77.8rem;
  transition: height 0.2s ease;
}

.basket__inner {
  display: flex;
  flex-direction: column;
  width: 45.4rem;
  background: #222222;
  border-radius: 2rem;
  transition: height 0.2s ease;
}

.basket__top {
  padding-right: 1rem;
}

.basket__top-wrapper {
  padding-top: 1rem;
  padding-bottom: 2rem;
  position: relative;
  border-bottom: 2px solid #ffffff;
}

.basket__top h3 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3.1rem;
}

.basket__top button {
  position: absolute;
  top: 0rem;
  right: 0rem;
  width: 2rem;
  height: 2rem;
  font-size: 1.5rem;
  font-weight: 500;
  background: #0d0e0d;
  border-radius: 0.3rem;
  padding-bottom: 0.5rem;
}

.basket__list {
  padding-right: 1rem;
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  height: 59.5rem;
  max-height: 59.5rem;
  overflow-y: auto;
}

.basket__list::-webkit-scrollbar {
  width: 0.3rem;
  border-radius: 11px;
}

.basket__list::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 11px;
}

.basket__list::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 0.6rem #000;
  border-radius: 11px;
}

.basket__item {
  padding: 1.3rem 1rem 1.3rem 1.2rem;
  background: #ffffff;
  border-radius: 1rem;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.basket__item-left h4 {
  display: inline;
  font-size: 1.5rem;
  font-weight: 500;
}

.basket__item-left span {
  margin-left: 1rem;
  font-size: 1rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5019607843);
}

.basket__item-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.basket__item-right span {
  font-size: 1.3rem;
  font-weight: 500;
}

.basket__item-right button {
  width: 2rem;
  height: 2rem;
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  background: #0d0e0d;
  color: #fff;
  border-radius: 0.3rem;
}

.basket__bottom {
  padding-top: 1.5rem;
  padding-right: 1rem;
}

.basket__bottom button {
  padding: 1.3rem 0;
  width: 100%;
  background: #fff;
  border-radius: 1rem;
  font-size: 2rem;
  font-weight: 500;
  color: #000;
}

.product {
  padding-top: 16.8rem;
  flex-grow: 1;
}

.product__return-link {
  display: inline-flex;
  align-items: center;
  gap: 1.1rem;
  padding: 0.8rem 1.4rem;
  background: #ffffff;
  color: #000;
  font-size: 2rem;
  font-weight: 500;
  border-radius: 1rem;
  transform: translateX(-50%);
}

.product__info {
  margin-top: 5.5rem;
  display: flex;
  gap: 5rem;
}

.product__info-left {
  position: relative;
  width: 45rem;
  height: 45rem;
}

.product__info-left img {
  min-width: 45rem;
  max-width: 45rem;
  min-height: 45rem;
  max-height: 45rem;
}

.product__info-left .swiper-button-prev,
.product__info-left .swiper-button-next {
  margin-top: 0;
  top: 21rem;
  width: 2.5rem;
  height: 5rem;
  color: #000;
  background: url("../assets/slider-arrow.svg") no-repeat;
  background-size: contain;
}

.product__info-left .swiper-button-prev::after,
.product__info-left .swiper-button-next::after {
  display: none;
}

.product__info-left .swiper-button-prev {
  transform: rotate(180deg);
}

.product__info-left .swiper-button-disabled {
  display: none;
}

.product__info-left .swiper-slide {
  height: 45rem;
}

.product__info-right {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.product__info-right h2 {
  font-size: 3.5rem;
  font-weight: 600;
  color: #fff;
}

.product__info-right span {
  display: block;
  margin-top: 3.6rem;
  font-size: 2.5rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
}

.product__info__card-panel {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
}

.product__info__card-panel-left {
  display: flex;
}

.product__info__card-panel-left span {
  margin-top: 0;
  display: block;
  padding: 0.3rem 2.1rem;
  font-size: 2rem;
  font-weight: 600;
  background: #fff;
  color: #000;
  border-radius: 0.5rem;
  margin-right: 1rem;
}

.product__info__card-panel-left button {
  height: 3rem;
  font-size: 2.5rem;
  font-weight: 600;
  padding: 0 1.3rem;
  background: #fff;
  color: #000;
  border-radius: 0.5rem;
  margin-left: 1rem;
}

.product__info__card-panel-right button {
  height: 3rem;
  font-size: 2rem;
  font-weight: 600;
  background: #fff;
  color: #000;
  border-radius: 0.5rem;
  padding: 0 1.5rem;
}

@media (max-width: 480px) {
  html {
    font-size: 2.3255813953vw;
  }

  body {}

  .container {
    max-width: 398px;
    padding: 0 2rem;
  }

  .header {
    height: 8.8rem;
  }

  .header__container {
    max-width: 427px;
    padding: 0 1.3rem;
  }

  .header__inner {
    padding: 1.8rem 0;
  }

  .header__left h1 {
    font-size: 1rem;
    line-height: 1.24rem;
    margin-left: 1.6rem;
  }

  .header__logo {
    width: 4.7rem;
  }

  .header__phone {
    display: none;
  }

  .header__right a {
    display: none;
  }

  .header__right a:nth-child(5) {
    display: block;
    font-size: 0.9rem;
    padding: 0.6rem 3rem;
  }

  .header__burger {
    display: block;
    margin-left: 1.6rem;
  }

  .burger {
    position: fixed;
    z-index: 3;
    right: -24.6rem;
    transition: right 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 3.9rem 2.3rem 3.5rem 2.3rem;
    width: 24.6rem;
    background: #0d0e0d;
    top: 8.8rem;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .burger.active {
    right: 0;
    transition: right 0.3s ease-in-out;
  }

  .burger__links {
    display: flex;
    flex-direction: column;
    gap: 2.3rem;
    text-align: right;
  }

  .burger__links a {
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.42rem;
    color: #fff;
  }

  .burger__contacts {
    display: flex;
    align-items: center;
    gap: 1.1rem;
  }

  .burger__contacts div {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
  }

  .burger__contacts span:nth-child(1) {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.488rem;
  }

  .burger__contacts span:nth-child(2) {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.24rem;
    color: rgba(255, 255, 255, 0.5019607843);
  }

  .burger__book {
    display: block;
    margin-top: 3rem;
    background: #fff;
    color: #000;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.86rem;
    padding: 1rem 0;
    text-align: center;
    border-radius: 5rem;
  }

  .preview {
    background-position: 58%;
    padding-top: 20rem;
    position: relative;
  }

  .preview__container {
    padding: 0 1.5rem;
  }

  .preview__inner {
    height: 100%;
  }

  .preview__content a {
    margin-top: 16rem;
    padding: 1.1rem 5.2rem;
  }

  .preview__content h2 {
    font-size: 2rem;
  }

  .preview__content span {
    margin-top: 6rem;
    max-width: 39rem;
    font-size: 1.5rem;
    line-height: 1.86rem;
  }

  .preview__content h4 {
    margin-top: 3rem;
    display: block;
    max-width: 77.4rem;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.48rem;
  }

  .preview__content a {
    margin-top: 2rem;
    display: block;
    max-width: 77.4rem;
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.48rem;
    text-decoration: underline;
  }

  .preview__contacts {
    display: none;
  }

  section h3 {
    font-size: 2rem;
    line-height: 2.48rem;
  }

  section .section__subtitle {
    font-size: 1.5rem;
    line-height: 1.86rem;
  }

  .benefits {
    padding-top: 3.9rem;
  }

  .benefits__items {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-top: 5rem;
    gap: 2.5rem;
  }

  .benefits__item {
    max-width: 31.4rem;
    width: 31.4rem;
    padding: 3.9rem 5rem 5.9rem 5rem;
    border-radius: 1.2rem;
  }

  .benefits__item span {
    margin-top: 1.5rem;
  }

  .spaces {
    margin-top: 5.1rem;
  }

  .spaces__list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .spaces__carousel {
    margin-top: 5rem !important;
  }

  .space {
    width: 31.6rem;
    flex-direction: column;
    padding-bottom: 2.9rem;
    position: relative;
    align-items: center;
  }

  .space img {
    width: 31.4rem;
    height: 27rem;
  }

  .space div {
    height: 100%;
    width: 31.4rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .space h4 {
    position: relative;
    margin-top: 2.3rem;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.48rem;
    -moz-text-align-last: left;
    text-align-last: left;
  }

  .space span {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.86rem;
  }

  .space span::before {
    content: "";
    display: inline-block;
    width: 1.5rem;
    height: 0.25rem;
    background: #fff;
    margin-right: 2rem;
    margin-bottom: 0.4rem;
  }

  .space span:last-child {
    display: block;
    width: 100%;
    position: relative;
    height: 100%;
  }

  .space span:last-child::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    background: #222222;
    bottom: -2.9rem;
    left: 0;
    right: 0;
  }

  .space::after {
    display: none;
  }

  .space--bootcamp h4::after {
    position: absolute;
    content: "PRIVATE ROOM";
    font-size: 1rem;
    bottom: -2rem;
    right: 0.5rem;
  }

  .shop {
    margin-top: 4.6rem;
  }

  .shop h3,
  .shop .section__subtitle {
    text-align: left;
  }

  .shop__inner {
    text-align: center;
  }

  .shop__list {
    margin-top: 2.5rem;
    gap: 2.6rem;
    justify-content: center;
  }

  .shop__item {
    width: 14.5rem;
    text-align: right;
  }

  .shop__item h5 {
    font-size: 1.5rem;
    line-height: 1.86rem;
  }

  .shop__item span {
    margin-top: 0.8rem;
    font-size: 1rem;
    line-height: 1.24rem;
  }

  .shop__link {
    display: inline-block;
    margin-top: 3.1rem;
    padding: 1rem 4.3rem;
    border-radius: 1rem;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.86rem;
  }

  .news {
    margin-top: 4.6rem;
  }

  .news h3,
  .news .section__subtitle {
    text-align: left;
  }

  .news__list {
    margin-top: 5rem;
    gap: 2.4rem;
    flex-direction: column;
    align-items: center;
  }

  .news__item {
    width: 100%;
    min-height: 202.5px;
    max-height: 202.5px;
  }

  .news__item img {
    width: 100%;
    min-height: 202.5px;
    max-height: 202.5px;
  }

  .news__item div {
    margin-top: 1.8rem;
  }

  .news__item h5 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.86rem;
  }

  .find-us {
    margin-top: 5.2rem;
  }

  .find-us h3,
  .find-us .section__subtitle {
    text-align: left;
  }

  .map {
    margin-top: 4.3rem;
    display: flex;
    justify-content: center;
  }

  .map img {
    width: 31.6rem;
    height: 30.3rem;
  }

  .contacts {
    margin-top: 5rem;
  }

  .contacts h3,
  .contacts .section__subtitle {
    text-align: left;
  }

  .contacts__content {
    margin-top: 3.9rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .contacts__contacts img {
    width: 11.7rem;
  }

  .contacts__contacts h5 {
    margin-top: 2.1rem;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.86rem;
  }

  .contacts__links {
    display: none;
  }

  .contacts__subscribe {
    display: none;
  }

  .contacts__social {
    gap: 1rem;
    display: flex;
    flex-direction: column;
  }

  .contacts__social a {
    width: 2.65rem;
    height: 2.65rem;
    padding: 0.68rem;
    background: rgba(217, 217, 217, 0.05);
    border-radius: 100%;
  }

  .footer {
    margin-top: 2.2rem;
    position: relative;
    padding-bottom: 1.5rem;
  }

  .footer__inner {
    border: none;
    padding: 1.1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer__inner::after {
    width: 31.6rem;
  }

  .footer__social {
    position: absolute;
    bottom: 4.7rem;
    right: 3rem;
    gap: 0.6rem;
  }

  .footer__social img {
    width: 3.1rem;
    height: 3.1rem;
  }

  .footer__middle,
  .footer__copyright {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 0.992rem;
  }

  .not-found h3 {
    font-size: 2.5rem;
  }

  .not-found span {
    font-size: 1.5rem;
  }

  .low-price {
    padding-top: 13.4rem;
  }

  .low-price h3 {
    font-size: 2rem;
  }

  .low-price span {
    max-width: 31rem;
    font-size: 1.5rem;
  }

  .low-price__list {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }

  .low-price__item {
    width: 31.4rem;
    height: 26.4rem;
  }

  .low-price__item-wrapper {
    height: 100%;
    overflow: hidden;
    position: relative;
    border: 3px solid rgb(34, 34, 34);
    border-radius: 1.5rem;
  }

  .low-price__item-wrapper div {
    bottom: 1.7rem;
    font-size: 1.5rem;
  }

  .low-price__item img {
    width: 100%;
    height: 27rem;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .low-price__item span {
    padding-left: 0.7rem;
    font-size: 1rem;
  }

  .low-price__item::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 0.3rem;
    bottom: -2rem;
    background: rgb(34, 34, 34);
    border-radius: 0.3rem;
  }

  .low-price__item:last-child::after {
    display: none;
  }

  .low-price__arrow {
    display: none;
  }

  .prices {
    margin-top: 5.3rem;
    text-align: left;
  }

  .prices__table {
    display: none;
  }

  .prices-mobile__list {
    width: 32rem;
    margin: 0 auto;
    margin-top: 2.5rem;
    padding: 2.5rem;
    display: block;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    background: rgb(34, 34, 34);
    border-radius: 1.5rem;
  }

  .prices-mobile__item {
    border-radius: 0.5rem;
    background: rgb(60, 60, 60);
  }

  .prices-mobile__item h4 {
    padding: 1.5rem 0;
    display: block;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #fff;
  }

  .prices-mobile__item-list {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .prices-mobile__item-list div {
    border-radius: 0.5rem;
    padding: 1rem;
    background: rgb(34, 34, 34);
    display: flex;
    justify-content: space-between;
    font-size: 1.5rem;
    font-weight: 500;
  }

  .products {
    padding-top: 13.4rem;
  }

  .products span {
    max-width: 31rem;
  }

  .products__list {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 2.6rem;
    column-gap: 2.6rem;
    row-gap: 2.5rem;
    padding: 0 1.1rem;
  }

  .products__item h4 {
    margin-top: 0.8rem;
    font-size: 1.5rem;
  }

  .products__item-bottom {
    margin-top: 0.5rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .products__item-comp-btn {
    display: none;
  }

  .products__item-mobile-btns {
    align-items: center;
    gap: 0;
  }

  .products__item-mobile-btns button {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
    font-weight: 500;
    color: #000;
    background: #fff;
  }

  .products__item-quantity {
    order: 1;
  }

  .products__item-mobile-btns button:nth-child(2) {
    margin-left: 0.7rem;
  }

  .products__item-mobile-btns span {
    padding: 0.2rem 1.3rem 0.1rem 1.3rem;
    border-radius: 0.3rem;
    display: block;
    margin-left: 0.9rem;
    color: #000 !important;
    background: #fff;
  }

  .products__item span {
    font-size: 1rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5019607843);
  }

  .basket {
    flex-direction: column-reverse;
    bottom: 1.5rem;
    left: 3rem;
    right: 3rem;
    gap: 1.5rem;
  }

  .basket .basket__inner {
    height: 0;
    overflow: hidden;
    padding: 0;
    transition: height 0.2s ease;
  }

  .basket__ico {
    width: 100%;
    display: block;
    border-radius: 1rem;
    background: #ffffff;
    padding: 1.5rem;
  }

  .basket__ico-mobile {
    display: block;
    color: #000;
    font-size: 1.5rem;
    font-weight: 500;
  }

  .basket__ico-comp {
    display: none;
  }

  .basket.active .basket__ico {
    display: block;
  }

  .basket.active .basket__inner {
    padding: 0;
    height: 49.1rem;
    transition: height 0.2s ease;
  }

  .basket__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 1.5rem;
  }

  .basket__top {
    border-bottom: 2px solid #ffffff;
  }

  .basket__top-wrapper {
    padding-top: 2.6rem;
    padding-bottom: 3.5rem;
    position: relative;
    border: none;
  }

  .basket__top h3 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 3.1rem;
  }

  .basket__top button {
    top: 3.3rem;
    right: 0.9rem;
    width: 2rem;
    height: 2rem;
    font-size: 1.1rem;
    font-weight: 500;
    background: #0d0e0d;
    border-radius: 0.3rem;
    padding-bottom: 0.2rem;
  }

  .basket__list {
    padding: 0 1.6rem;
    margin-top: 1.3rem;
    gap: 1rem;
    height: 31.5rem;
    max-height: 31.5rem;
  }

  .basket__item {
    padding: 1.3rem 1.7rem 1.2rem 1rem;
  }

  .basket__item-left h4 {
    font-size: 1.5rem;
  }

  .basket__item-left span {
    margin-left: 0.4rem;
  }

  .basket__item-right button {
    width: 1.7rem;
    height: 1.7rem;
    padding-bottom: 0.2rem;
    font-size: 1.1rem;
  }

  .basket__bottom {
    margin-top: 0rem;
    padding: 1.5rem;
  }

  .basket__bottom button {
    padding: 1.3rem 0;
    font-size: 1.5rem;
  }

  .product {
    padding-top: 10.5rem;
    flex-grow: 1;
  }

  .product__return-link {
    gap: 1.4rem;
    font-size: 1rem;
    border-radius: 0.5rem;
    transform: translateX(-5%);
  }

  .product__info {
    margin-top: 3.6rem;
    flex-direction: column;
    gap: 3.6rem;
  }

  .product__info-left {
    position: relative;
    width: 23rem;
    height: 23rem;
    margin: 0 auto;
  }

  .product__info-left .swiper-slide {
    width: 23rem;
    height: 23rem;
  }

  .product__info-left img {
    min-width: 23rem;
    max-width: 23rem;
    min-height: 23rem;
    max-height: 23rem;
  }

  .product__info-left .swiper-button-prev,
  .product__info-left .swiper-button-next {
    margin-top: 0;
    top: 10rem;
    width: 2.5rem;
    height: 3rem;
    color: #000;
    background: url("../assets/slider-arrow-mob.svg") no-repeat;
    background-size: contain;
  }

  .product__info-left .swiper-button-prev::after,
  .product__info-left .swiper-button-next::after {
    display: none;
  }

  .product__info-left .swiper-button-prev {
    left: -5rem;
    transform: rotate(180deg);
  }

  .product__info-left .swiper-button-next {
    right: -5rem;
  }

  .product__info-left .swiper-button-disabled {
    display: none;
  }

  .product__info-right {
    margin: 0 auto;
    max-width: 22.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .product__info-right h2 {
    font-size: 2.5rem;
  }

  .product__info-right span {
    font-size: 1.5rem;
    max-width: 22.5rem;
  }

  .product__info__card-panel {
    margin-left: auto;
    margin-top: 4.8rem;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }

  .product__info__card-panel-left {
    display: flex;
  }

  .product__info__card-panel-left span {
    height: 2rem;
    padding: 0rem 2.5rem;
    font-size: 1.5rem;
    border-radius: 0.3rem;
    margin-right: 0.5rem;
  }

  .product__info__card-panel-left button {
    padding: 0;
    width: 2rem;
    height: 2rem;
    font-size: 1.5rem;
    background: #fff;
    color: #000;
    border-radius: 0.3rem;
    margin-left: 0.5rem;
  }

  .product__info__card-panel-right button {
    width: 100%;
    height: 2rem;
    font-size: 1rem;
    border-radius: 0.3rem;
  }
}
