@charset "UTF-8";

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter_Medium.woff2") format("woff2"), url("../fonts/Inter_Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: SangBleu Sunrise;
  font-display: swap;
  src: url("../fonts/sangbleu-sunrise.woff2") format("woff2"), url("../fonts/sangbleu-sunrise.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Tilda Sans;
  font-display: swap;
  src: url("../fonts/TildaSans-Medium.woff2") format("woff2"), url("../fonts/TildaSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter_Regular.woff2") format("woff2"), url("../fonts/Inter_Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Futura PT;
  font-display: swap;
  src: url("../fonts/Futura PT.woff2") format("woff2"), url("../fonts/Futura PT.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Tilda Sans;
  font-display: swap;
  src: url("../fonts/TildaSans-Regular.woff2") format("woff2"), url("../fonts/TildaSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Tilda Sans;
  font-display: swap;
  src: url("../fonts/TildaSans-Semibold.woff2") format("woff2"), url("../fonts/TildaSans-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

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

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

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: var(--color_main);
  line-height: 1;
  font-family: "Tilda Sans";
  font-size: 1.125rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Tilda Sans";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

body {
  background: #fafafa;
  line-height: 1.333;
}

.lg-on body,
body.lock,
body.lock-filter {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

.lg-on body .wrapper::before,
body.lock .wrapper::before,
body.lock-filter .wrapper::before {
  content: "";
  width: 100%;
  min-height: 100vh;
  background: rgba(19, 19, 22, 0.32);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
}

.lock-filter .header {
  z-index: 1;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}

/*
(i) Стили будут применяться ко 
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/

[class*=__container] {
  max-width: 75rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding: 0 1.25rem;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}

:root {
  --color_main: #3f3f46;
  --light_grey: #e4e4e7;
  --color_black: #131316;
  --color_white: #ffffff;
  --color_green: #29a399;
  --light_green: #ebfaf9;
}

.event-hall-main ol {
  padding-left: 1.6875rem;
}

.event-hall-main ol li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.event-hall-main ul li {
  position: relative;
  padding-left: 1.6875rem;
}

.event-hall-main ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.event-hall-main ul li::before {
  content: "";
  width: 0.1875rem;
  height: 0.1875rem;
  background: var(--color_main);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0.875rem;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.list-check b {
  display: block;
  font-size: clamp(1.125rem, -122.75rem + 200vw, 1.25rem);
  margin-bottom: clamp(1.25rem, -246.5rem + 400vw, 1.5rem);
}

.list-check ul li {
  padding-left: 2.25rem;
  position: relative;
}

.list-check ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.list-check ul li::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/icon/marker.svg") 0 0/contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

/*внутренние отступы у блоков и секций*/

.padding96-120 {
  padding: clamp(3rem, 0.091rem + 7.27vw, 6rem) 0 clamp(3.75rem, 0.114rem + 9.09vw, 7.5rem);
}

.padding144-120 {
  padding: clamp(5rem, 0.429rem + 11.43vw, 9rem) 0 clamp(3.75rem, 0.114rem + 9.09vw, 7.5rem);
}

.padding160-120 {
  padding: clamp(5rem, -3959rem + 6400vw, 9rem) 0 clamp(3.75rem, 0.114rem + 9.09vw, 7.5rem);
}

.padding132-72 {
  padding: clamp(4.25rem, -3959.75rem + 6400vw, 8.25rem) 0 clamp(3.75rem, -739.5rem + 1200vw, 4.5rem);
}
.padding-0-72 {
  padding: 0 0 clamp(3.75rem, -739.5rem + 1200vw, 4.5rem);
}

.padding-0-120 {
	padding: 0 0 clamp(3.75rem, 0.114rem + 9.09vw, 7.5rem);
 }
/*для подвала енсли есть фикс кнопка снизу окна*/

.footer.padding-footer-fix-btn {
  padding-bottom: 7.5rem;
}

/*внутренние отступы у блоков и секций - end*/

/*хлебные крошки*/

.crumbs {
  padding:clamp(5rem, -4578.375rem + 7400vw, 9.625rem) 0 clamp(1rem, 0.144rem + 1.79vw, 1.25rem);
}

.crumbs a,
.crumbs span {
  font-size: 1rem;
  line-height: 1.25;
  color: #70707b;
}

.crumbs a:not(:first-child),
.crumbs span:not(:first-child) {
  padding-left: 0.75rem;
  position: relative;
}

.crumbs a:not(:first-child)::before,
.crumbs span:not(:first-child)::before {
  content: "";
  width: 0.125rem;
  height: 0.125rem;
  border-radius: 50%;
  background-color: #70707b;
  position: absolute;
  top: 0.5625rem;
  left: 0.25rem;
}

.crumbs a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.crumbs__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
}

.crumbs__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

a.crumbs__link {
  font-size: 1rem;
  line-height: 1.25;
  color: var(--color_main);
  padding-left: 1.125rem;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.crumbs__link::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url("../img/icon/share.svg") 0 0/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*скрыть на мобиле*/

/*скрыть на мобиле - end*/

/*хлебные крошки - end*/

/*logo*/

.logo {
  display: inline-block;
  width: clamp(11.25rem, 7.167rem + 13.33vw, 12.5rem);
  height: clamp(2.25rem, 1.433rem + 2.67vw, 2.5rem);
}

.logo img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/*logo - end*/

/*заголовки*/

/*h1*/

.title {
  font-family: "SangBleu Sunrise", sans-serif;
  font-size: clamp(2.25rem, 1.821rem + 1.71vw, 3rem);
  letter-spacing: -0.04em;
  line-height: 1.16667;
  color: var(--color_black);
}

.title_white {
  font-size: clamp(2.5rem, 1.348rem + 2.4vw, 3rem);
  max-width: 37.5rem;
  color: var(--color_white);
  text-align: center;
  margin: 0 auto;
}

/*h2*/

.title-h2 {
  font-size: clamp(2.25rem, 1.047rem + 1.94vw, 2.625rem);
  font-family: "SangBleu Sunrise", sans-serif;
  letter-spacing: -0.04em;
}

.title-h2_white {
  color: var(--color_white);
}

/*h3*/

.title-h3 {
  font-size: clamp(1.75rem, 1.157rem + 0.96vw, 1.875rem);
  font-family: "SangBleu Sunrise", sans-serif;
  letter-spacing: -0.04em;
}

.title-h4 {
  font-size: clamp(1.375rem, 1.198rem + 0.75vw, 1.5rem);
  font-family: "SangBleu Sunrise", sans-serif;
  letter-spacing: -0.04em;
}

/*заголовки -end*/

/*кнопки*/

a.button,
button.button {
  font-size: clamp(0.875rem, 0.429rem + 1.43vw, 1rem);
  display: inline-block;
  padding: clamp(0.688rem, -0.652rem + 4.29vw, 1.063rem) clamp(0.938rem, -2.634rem + 11.43vw, 1.938rem);
  font-weight: 600;
  background-color: var(--color_green);
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  color: var(--color_white);
  border-radius: 22.5rem;
  border: 1px solid var(--color_green);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.button_padding-fz,
button.button_padding-fz {
  font-size: 0.875rem;
  padding: 0.625rem 1rem;
}

a.button_white,
button.button_white {
  border: 1px solid #e4e4e7;
  background-color: var(--color_white);
  color: var(--color_main);
}

a.button_white.active,
a.button_white.active-faq,
a.button_white.active-rules,
a.button_white.active-equipment,
button.button_white.active,
button.button_white.active-faq,
button.button_white.active-rules,
button.button_white.active-equipment {
  background-color: var(--color_black);
  color: var(--color_white);
}

a.button_white-green,
button.button_white-green {
  border: 1px solid transparent;
  background-color: var(--color_white);
  color: var(--color_green);
}

a.button_transparent,
button.button_transparent {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background-color: transparent;
}

a.button_transparent:hover,
button.button_transparent:hover {
  border: 1px solid #d6f5f2;
  background-color: #d6f5f2;
  color: #1f7a73;
}

a.button_transparent:hover::before,
button.button_transparent:hover::before {
  -webkit-filter: brightness(0) saturate(100%) invert(40%) sepia(7%) saturate(6451%) hue-rotate(132deg) brightness(85%) contrast(76%);
          filter: brightness(0) saturate(100%) invert(40%) sepia(7%) saturate(6451%) hue-rotate(132deg) brightness(85%) contrast(76%);
}

a.button_icon,
button.button_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
}

a.button_icon::before,
button.button_icon::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: url("../img/icon/ticket.svg") center center/contain no-repeat;
  display: inline-block;
}

/*кнопки -end*/

/*круглая кнопка поделиться, назад...*/

.btn-circle {
  display: inline-block;
  border-radius: 50%;
  padding: 0.75rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.5rem;
          flex: 0 0 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--color_white);
  position: relative;
}

.btn-circle img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
}

/*круглая кнопка поделиться, назад... -end*/

/*круглая кнопка закрыть*/

.btn-close {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid #e4e4e7;
  position: relative;
}

.btn-close::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url("../img/icon/plus.svg") 0 0/cover no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-filter: brightness(0) saturate(100%) invert(22%) sepia(1%) saturate(4201%) hue-rotate(202deg) brightness(93%) contrast(84%);
          filter: brightness(0) saturate(100%) invert(22%) sepia(1%) saturate(4201%) hue-rotate(202deg) brightness(93%) contrast(84%);
}

/*круглая кнопка закрыть -end*/

/*Календарь бронирования кнопка в шапке*/

.booking-header {
  color: #33ccbf;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.14286;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding-left: 1.75rem;
  position: relative;
}

.booking-header::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url("../img/icon/calendar.svg") 0 0/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.booking-header_border {
  padding: 0.75rem 1rem 0.75rem 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 22.5rem;
}

.booking-header_border::before {
  left: 1rem;
}

/*Календарь бронирования кнопка в шапке -end*/

/*заголовок и выпадающие списки*/

.title-btns-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
}

/*заголовок и выпадающие списки -end*/

/*выпадающий список*/

.dropdowns-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.75rem, -0.143rem + 2.86vw, 1rem);
}

.dropdown {
  position: relative;
}

.dropdown__button {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem 1rem;
  background-color: var(--color_white);
  border-radius: 22.5rem;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.dropdown__button::after {
  content: "";
  width: 1.3125rem;
  height: 1rem;
  background: url("../img/icon/arrow_black.svg") 6px 0/contain no-repeat;
  display: inline-block;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.dropdown__button.active {
  color: var(--color_green);
}

.dropdown__button.active::after {
  -webkit-filter: brightness(0) saturate(100%) invert(47%) sepia(100%) saturate(280%) hue-rotate(126deg) brightness(93%) contrast(100%);
          filter: brightness(0) saturate(100%) invert(47%) sepia(100%) saturate(280%) hue-rotate(126deg) brightness(93%) contrast(100%);
}

.dropdown__button-active {
  -webkit-box-shadow: 0 0 0.1875rem rgba(63, 63, 70, 0.15);
          box-shadow: 0 0 0.1875rem rgba(63, 63, 70, 0.15);
  color: var(--color_green);
}

.dropdown__button-active::after {
  -webkit-filter: brightness(0) saturate(100%) invert(46%) sepia(90%) saturate(335%) hue-rotate(126deg) brightness(99%) contrast(90%);
          filter: brightness(0) saturate(100%) invert(46%) sepia(90%) saturate(335%) hue-rotate(126deg) brightness(99%) contrast(90%);
  -webkit-transform: scale(-1, -1);
      -ms-transform: scale(-1, -1);
          transform: scale(-1, -1);
  background: url("../img/icon/arrow_black.svg") 0 0/contain no-repeat;
}

.dropdown__list {
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: var(--color_white);
  /* overflow: hidden; */
  position: absolute;
  top: 110%;
  left: 0;
  /* visibility: hidden; */
  border-radius: 0.9375rem;
  width: 17.8125rem;
  -webkit-box-shadow: 0 0 0.1875rem rgba(63, 63, 70, 0.15);
          box-shadow: 0 0 0.1875rem rgba(63, 63, 70, 0.15);
  /* opacity: 0; */
  z-index: 100;
  /* -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; */
}

.dropdown__list-active {
  visibility: visible;
  opacity: 1;

}

.dropdown__list-item {
  padding: 0.375rem 1rem;
  cursor: pointer;
}

.dropdown__list-item:first-child {
  padding: 0.75rem 1rem 0.375rem;
}

.dropdown__list-item:last-child {
  padding: 0.375rem 1rem 0.75rem;
}

/*выпадающий список -end*/

/*Видео*/

.video-wrapper {
  position: relative;
}

.video-wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(19, 19, 22, 0.16);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.video-wrapper.video-active::before {
  display: none;
}

.video-content,
.video-wrapper video,
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn-play {
  pointer-events: none;
  font-size: 0;
  background-color: var(--color_white);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 2;
}

.btn-play::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url("../img/icon/play.svg") center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.btn-play.btn-play_active {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.btn-play_black {
  width: 3.5rem;
  height: 3.5rem;
  background: rgba(12, 17, 29, 0.72);
}

.btn-play_black::before {
  width: 1.25rem;
  height: 1.25rem;
  -webkit-filter: brightness(0) saturate(100%) invert(92%) sepia(100%) saturate(0%) hue-rotate(202deg) brightness(106%) contrast(106%);
          filter: brightness(0) saturate(100%) invert(92%) sepia(100%) saturate(0%) hue-rotate(202deg) brightness(106%) contrast(106%);
}

/*Видео -end*/

/*Элементы управления слайдер*/

.control-slider {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}

.control-slider__button {
  white-space: nowrap;
}

.navigation-btns-slider {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7.75rem;
          flex: 0 0 7.75rem;
  width: 7.75rem;
  height: 3.5rem;
}

.swiper-button-prev.swiper-button-prev_transparent,
.swiper-button-next.swiper-button-next_transparent {
  background: transparent;
}

.swiper-button-prev,
.swiper-button-next {
  position: relative;
  margin: 0;
  top: 0;
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid #e4e4e7;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #fff;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: url("../img/icon/arrow_black.svg") 0 0/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.swiper-button-prev {
  left: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.swiper-button-next {
  right: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: relative;
  left: 0;
  bottom: 0;
  top: 0;
  height: 1px;
}

.swiper-scrollbar-drag {
  background: var(--color_black);
  height: 2px;
  top: unset;
  bottom: 1px;
}

/*Элементы управления слайдер -end*/

/*еще текст*/

.cards-info .more-text .more-text__content {
  max-height: 4.5rem;
}

.more-text .more-text__content {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.more-text .more-text__content::before {
  content: "";
  width: 100%;
  height: 1.375rem;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(13%, rgb(250, 250, 250)), color-stop(57%, rgba(250, 250, 250, 0.6)), to(rgba(250, 250, 250, 0.2)));
  background: -o-linear-gradient(bottom, rgb(250, 250, 250) 13%, rgba(250, 250, 250, 0.6) 57%, rgba(250, 250, 250, 0.2) 100%);
  background: linear-gradient(0deg, rgb(250, 250, 250) 13%, rgba(250, 250, 250, 0.6) 57%, rgba(250, 250, 250, 0.2) 100%);
  -webkit-filter: blur(6px);
          filter: blur(6px);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.6s ease-in-out 0.2s;
  -o-transition: all 0.6s ease-in-out 0.2s;
  transition: all 0.6s ease-in-out 0.2s;
}

.more-text .more-text__content b {
  font-size: clamp(1.25rem, 1.123rem + 0.41vw, 1.375rem);
  line-height: 1.4;
  display: inline-block;
}

.more-text .more-text__content b:not(:last-child) {
  margin-bottom: 1rem;
}

.more-text .more-text__content ul:not(:last-child),
.more-text .more-text__content ol:not(:last-child) {
  margin-bottom: 0.75rem;
}

.more-text.more-active .more-text__content::before {
  opacity: 0;
}

.all-btn {
  display: inline-block;
  padding-right: 1.5rem;
  color: var(--color_green);
  position: relative;
}

.all-btn::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: url("../img/icon/arrow_black.svg") 0 1px/contain no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-filter: brightness(0) saturate(100%) invert(47%) sepia(100%) saturate(280%) hue-rotate(126deg) brightness(93%) contrast(100%);
          filter: brightness(0) saturate(100%) invert(47%) sepia(100%) saturate(280%) hue-rotate(126deg) brightness(93%) contrast(100%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.all-btn.active::before {
  -webkit-transform: rotate(540deg);
      -ms-transform: rotate(540deg);
          transform: rotate(540deg);
  background: url("../img/icon/arrow_black.svg") 0 -1px/contain no-repeat;
}

/*еще текст -end*/

/*========================блоки=================================*/

/* pdf-file 4 вряд*/

.pdf-files__bg {
  padding: 2.25rem clamp(1.5rem, 0.792rem + 3.02vw, 2rem);
  background-color: var(--color_white);
  border-radius: 2.75rem;
}

.pdf-files__title {
  margin-bottom: clamp(1.5rem, 0.792rem + 3.02vw, 2rem);
}

.pdf-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, 0.292rem + 3.02vw, 1.5rem);
}

.pdf-card {
  font-family: "Futura PT", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}

.pdf-card__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.5rem;
          flex: 0 0 2.5rem;
  height: 2.5rem;
}

.pdf-card__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.pdf-card__text b {
  font-size: clamp(1rem, 0.823rem + 0.75vw, 1.125rem);
  font-weight: 400;
  line-height: 1.11111;
}

.pdf-card__text span {
  display: block;
  font-size: 0.875rem;
  line-height: 1.42857;
  color: #a0a0ab;
}

/* pdf-file 4 вряд - end*/

/* карточки с описанием*/

.cards-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.cards-info__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  border-radius: 2.75rem;
  padding: 0.75rem;
  background-color: var(--color_white);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.cards-info__photo {
  border-radius: 2.25rem;
  overflow: hidden;
  width: 100%;
  height: clamp(12.5rem, 1.887rem + 45.28vw, 20rem);
}

.cards-info__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.cards-info__text {
  padding: 1.5rem clamp(0.75rem, 0.042rem + 3.02vw, 1.25rem);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cards-info__content-text :not(:last-child) {
  margin-bottom: 0.5rem;
}

.cards-info__content-text:not(:last-child) {
  margin-bottom: 1.25rem;
}

.cards-info address {
  font-size: clamp(1rem, 0.823rem + 0.75vw, 1.125rem);
  font-style: normal;
  color: #a0a0ab;
}

.cards-info__paragraph-more {
  font-size: clamp(1rem, 0.554rem + 1.43vw, 1.125rem);
}

.cards-info__button {
  width: 100%;
}

.cards-info__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0.75rem, -0.143rem + 2.86vw, 1rem);
}

.cards-info__buttons .cards-info__button.button.button_white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}

.cards-info__buttons .cards-info__button.button.button_white img {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 1.25rem;
  height: 1.25rem;
}

/* карточки с описанием - end*/

/* карточка услуга*/

.card-services {
  background-color: var(--color_white);
  padding: 0.75rem;
  border-radius: 2.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.card-services__photo {
  border-radius: 2.25rem;
  overflow: hidden;
  padding-bottom: 55.55%;
}

.card-services__photo img {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.card-services__body {
  padding: 1.5rem clamp(0.75rem, -1.036rem + 5.71vw, 1.25rem) clamp(1rem, -0.786rem + 5.71vw, 1.5rem);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-services__body .description {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.card-services__title {
  margin-bottom: 1.25rem;
}

.card-services__button {
  width: 100%;
}

/* карточка услуга - end*/

/* описание _ _ _*/

.description {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.description:not(:last-child) {
  margin-bottom: 1.75rem;
}

.description div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.description div:not(:last-child) {
  margin-bottom: 0.5rem;
}

.description div i {
  width: 100%;
  border-bottom: 1px dashed var(--light_grey);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.description div span,
.description div p {
  font-size: clamp(1rem, 0.823rem + 0.75vw, 1.125rem);
  position: relative;
  z-index: 2;
  display: inline-block;
  background-color: var(--color_white);
}

.description div span:nth-child(3) {
  text-align: right;
  font-family: "SangBleu Sunrise", sans-serif;
  font-size: clamp(1rem, 0.823rem + 0.75vw, 1.125rem);
  color: var(--color_green);
  padding-left: 5px;
}

.description_gray:not(:last-child) {
  margin-bottom: 2rem;
}

.description_gray div span,
.description_gray div p {
  background-color: #fafafa;
}

/* описание _ _ _ - end*/

/* карточки Календарь событий*/

.events__title:not(:last-child) {
  margin-bottom: clamp(2rem, 1.292rem + 3.02vw, 2.5rem);
}

.events__slider {
  overflow: visible;
}

.card {
  border-radius: 2.75rem;
  padding: 0.75rem;
  background: var(--color_white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  height: unset;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.card__image {
  border-radius: 2.25rem;
  overflow: hidden;
  padding-bottom: 100%;
}

.card__image img {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.card__video-wrapper {
  padding-bottom: 100%;
  border-radius: 2.25rem;
  overflow: hidden;
}

.card__video-wrapper .video-content,
.card__video-wrapper video,
.card__video-wrapper iframe,
.card__video-wrapper object,
.card__video-wrapper embed {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.5rem clamp(0.75rem, 0.042rem + 3.02vw, 1.25rem);
}

.card__body b {
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.23077;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color_green);
  display: inline-block;
}

.card__body b:not(:last-child) {
  margin-bottom: 0.5rem;
}

.card__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.card__text:not(:last-child) {
  margin-bottom: clamp(1.25rem, -3.296rem + 7.34vw, 1.75rem);
}

.card__text span {
  color: #a0a0ab;
  font-size: clamp(1rem, 0.592rem + 1.33vw, 1.125rem);
}

.card__title:not(:last-child) {
  margin-bottom: 0.5rem;
}

.card__button {
  width: 100%;
}

.card__sticker span {
  display: inline-block;
  font-size: clamp(1rem, 0.554rem + 1.43vw, 1.125rem);
  padding: 0.375rem 1rem;
  border: 1px solid var(--light_grey);
  border-radius: 2rem;
}

/* карточки Календарь событий - end*/

/* accordion*/

.accordion__card {
  padding: 1.625rem 0rem;
  border-bottom: 1px solid var(--light_grey);
  font-weight: 300;
  font-size: 1.6875rem;
  line-height: 1.37037;
  cursor: pointer;
}

.accordion__question {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  font-weight: 600;
  font-size: clamp(1.125rem, 0.679rem + 1.43vw, 1.25rem);
  line-height: 1.4;
}

.accordion__question p {
  padding-top: 0.375rem;
}

.accordion__close {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.5rem;
          flex: 0 0 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--light_grey);
  border-radius: 50%;
  padding: 0.6875rem;
}

.accordion__close img {
  width: 1rem;
  height: 1rem;
  -webkit-filter: brightness(0) saturate(100%) invert(23%) sepia(5%) saturate(911%) hue-rotate(202deg) brightness(94%) contrast(88%);
          filter: brightness(0) saturate(100%) invert(23%) sepia(5%) saturate(911%) hue-rotate(202deg) brightness(94%) contrast(88%);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.accordion__answet {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  max-height: 0;
  font-size: 1.125rem;
  color: #51525c;
  max-width: 88%;
}

.accordion .accordion__card-active .accordion__question {
  margin-bottom: 0.5rem;
}

.accordion .accordion__card-active .accordion__question .accordion__close img {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* accordion - end*/

/*нумерованные и маркерованные карточки в ряд 3шт*/

.num-marker-cards {
  background-color: var(--light_green);
}

.num-marker-cards_bg-white {
  background-color: #fafafa;
}

.num-marker-cards__title {
  margin-bottom: clamp(2rem, 0.214rem + 5.71vw, 2.5rem);
}

.num-marker-cards__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.num-marker-card {
  border-radius: 2.75rem;
  background-color: var(--color_white);
  padding: clamp(1.75rem, -0.036rem + 5.71vw, 2.25rem) clamp(1.5rem, -0.286rem + 5.71vw, 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1rem, 0.107rem + 2.86vw, 1.25rem);
}

.num-marker-card.num-marker-card_marker__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.5rem;
          flex: 0 0 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
}

.num-marker-card.num-marker-card_marker__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.num-marker-card__icon {
  border: 1px solid #e4e4e7;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.25rem;
          flex: 0 0 2.25rem;
  width: 2.25rem;
  height: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--color_green);
  line-height: 1.14286;
  letter-spacing: 0.04em;
  font-weight: 600;
  font-size: 0.875rem;
}

.num-marker-card__body :not(:last-child) {
  margin-bottom: 0.5rem;
}

.num-marker-card__body b {
  display: inline-block;
  font-size: clamp(1.25rem, 0.804rem + 1.43vw, 1.375rem);
}

/*нумерованные и маркерованные карточки в ряд 3шт - end*/

/*фома*/

.form {
  background-color: var(--color_white);
  border-radius: 2.75rem;
  padding: clamp(1.75rem, -0.036rem + 5.71vw, 2.25rem) clamp(1.5rem, -0.286rem + 5.71vw, 2rem);
}

.form b {
  font-size: clamp(1.25rem, 0.804rem + 1.43vw, 1.375rem);
  display: block;
}

.form b:not(:last-child) {
  margin-bottom: 1.25rem;
}

.form__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.form__row:not(:last-child) {
  margin-bottom: 1.5rem;
}

.form-input,
.form-input-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.375rem;
  color: #51525c;
}

.form-input input,
.form-input-date input {
  font-size: 1.25rem;
  line-height: 1.4;
  color: #a0a0ab;
  outline: 1px solid #e4e4e7;
  border-radius: 0.5rem;
  height: 3.25rem;
  padding: 0.75rem 1rem;
}

.form-input input:focus,
.form-input-date input:focus {
  outline: 1px solid #85e0d9;
  background-color: var(--light_green);
}

.form-input input[type=date],
.form-input-date input[type=date] {
  overflow: hidden;
  padding-left: 3rem;
}

/* .form-input::before, */
.form-input-date::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: url("../img/icon/calendar.svg") 0 0/contain no-repeat;
  -webkit-filter: brightness(0) saturate(100%) invert(21%) sepia(8%) saturate(642%) hue-rotate(202deg) brightness(94%) contrast(84%);
          filter: brightness(0) saturate(100%) invert(21%) sepia(8%) saturate(642%) hue-rotate(202deg) brightness(94%) contrast(84%);
  position: absolute;
  top: 50%;
  left: 1rem;
  z-index: 3;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

/* .form-input::after, */
.form-input-date::after {
  content: "Выбрать дату";
  width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 3rem;
  pointer-events: none;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  background-color: var(--color_white);
}

.form-input input[type=date]::-webkit-calendar-picker-indicator,
.form-input-date input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.form-input.date-active,
.form-input-date.date-active {
  outline: 1px solid #85e0d9;
  background-color: var(--light_green);
}

.form-input.date-active::after,
.form-input.active::after,
.form-input-date.date-active::after,
.form-input-date.active::after {
  content: none;
}

.events-all input[type=date] {
  width: 7.5rem;
  position: relative;
  overflow: hidden;
  padding: 0.75rem 0.0625rem 0.75rem 2.5rem;
  background-color: var(--color_white);
  border-radius: 22.5rem;
  font-size: 1.125rem;
  outline: none;
  height: 2.8125rem;
  color: var(--color_main);
}
.form-input-date {
	position: relative;
	overflow: hidden;
	border-radius: 22.5rem;
}
.form-input-date::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url("../img/icon/calendar.svg") 0 0/contain no-repeat;
  -webkit-filter: brightness(0) saturate(100%) invert(21%) sepia(8%) saturate(642%) hue-rotate(202deg) brightness(94%) contrast(84%);
          filter: brightness(0) saturate(100%) invert(21%) sepia(8%) saturate(642%) hue-rotate(202deg) brightness(94%) contrast(84%);
  position: absolute;
  top: 50%;
  left: 1rem;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.form-input-date::after {
  content: "Дата";
  width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 2.5rem;
  background: url("../img/icon/arrow_black.svg") 45px center/16px no-repeat;
  pointer-events: none;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  background-color: var(--color_white);
}

.events-all input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.events-all input.date-active {
  -webkit-box-shadow: 0 0 0.1875rem rgba(63, 63, 70, 0.15);
          box-shadow: 0 0 0.1875rem rgba(63, 63, 70, 0.15);
  color: var(--color_green);
}

.events-all .date-active::before {
  -webkit-filter: brightness(0) saturate(100%) invert(55%) sepia(57%) saturate(486%) hue-rotate(126deg) brightness(88%) contrast(92%);
          filter: brightness(0) saturate(100%) invert(55%) sepia(57%) saturate(486%) hue-rotate(126deg) brightness(88%) contrast(92%);
}

.events-all input.active {
  width: 100%;
  max-width: 100%;
}

.events-all.date-active::after,
.events-all input.active::after {
  content: none;
}
.form .form-input-date {
	position: relative;
	overflow: hidden;
	border-radius: 0;
}
.form .form-input-date input {
    font-size: 1.25rem;
    line-height: 1.4;
    color: #a0a0ab;
    border: 1px solid #e4e4e7;
	 outline: none;
    border-radius: 0.5rem;
    height: 3.25rem;
    padding: 0.75rem 1rem;
	 padding-left: 3rem;
}
.form .form-input-date::before {
	content: "";
	width: 1.25rem;
	height: 1.25rem;
	-webkit-filter: brightness(0) saturate(100%) invert(21%) sepia(8%) saturate(642%) hue-rotate(202deg) brightness(94%) contrast(84%);
	filter: brightness(0) saturate(100%) invert(21%) sepia(8%) saturate(642%) hue-rotate(202deg) brightness(94%) contrast(84%);
	position: absolute;
	top: 68%;
	left: 1rem;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.form .form-input-date::after {
	content: "Выбрать дату";
	font-size: 1.25rem;
	width: 79%;
	max-height: 95%;
	position: absolute;
	top: 68%;
	left: 3rem;
	pointer-events: none;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	background: #ffffff;
}
.form .form-input-date.date-active {
	outline: 1px solid rgba(145, 145, 145, 0);
	background-color: transparent;
}
.form .form-input-date.date-active input {
   border: 1px solid #85e0d9;
    background-color: var(--light_green);
}
.form .form-input-date.date-active::after {
	content: none;
 }
/*фома - end*/

/*заявка принята*/

.submitted {
  display: none;
  max-width: 17.125rem;
  padding: 2.9375rem 0;
  margin: 0 auto;
  text-align: center;
}

.submitted__icon {
  width: 4.5rem;
  height: 4.5rem;
  margin-bottom: 2rem;
}

.submitted__title {
  font-family: "SangBleu Sunrise", sans-serif;
  font-size: clamp(1.875rem, 0.536rem + 4.29vw, 2.25rem);
  line-height: 1.22222;
  letter-spacing: -0.04em;
  margin-bottom: 1rem;
}

.submitted__subtitle {
  color: #70707b;
}

/*заявка принята - end*/

/*слайдер описание*/

.info-content__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(2rem, -1484.5rem + 2400vw, 3.5rem);
}

.info-content__left,
.info-content__business-card {
  max-width: 47.5rem;
}

.info-content__title {
  margin-bottom: 2rem;
}

.info-content__more-text:not(:last-child) {
  margin-bottom: 2rem;
}

.info-content__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 24rem;
          flex: 0 1 24rem;
}

.info-content__business-card .business-card {
  position: sticky;
  top: 0.3125rem;
  right: 0;
  -webkit-box-shadow: 0 3px 6px -2px rgba(20, 21, 26, 0.05), 0 10px 16px -3px rgba(20, 21, 26, 0.08);
          box-shadow: 0 3px 6px -2px rgba(20, 21, 26, 0.05), 0 10px 16px -3px rgba(20, 21, 26, 0.08);
  background: var(--color_white);
  border: 1px solid #e4e4e7;
  border-radius: 2.75rem;
  padding: clamp(1.75rem, 1.241rem + 1.63vw, 2.25rem) clamp(1.5rem, 0.991rem + 1.63vw, 2rem);
  width: 24rem;
  display: block;
}

.info-content__business-card .business-card .business-card__text:not(:last-child) {
  margin-bottom: clamp(1.25rem, 0.995rem + 0.81vw, 1.5rem);
}

.info-content__business-card .business-card__button:not(:last-child) {
  margin-bottom: clamp(0.75rem, 0.495rem + 0.81vw, 1rem);
}

.button.button_text-green {
  color: var(--color_green);
}

.business-card {
  gap: 1.25rem;
}

.business-card.business-card__mobile {
  display: none;
}

.business-card__logo {
  max-width: 10.25rem;
  max-height: 5.5rem;
}

.business-card__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

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

.business-card__text b {
  font-size: clamp(1.25rem, 1.123rem + 0.41vw, 1.375rem);
  font-weight: 600;
  display: block;
  line-height: 1.4;
}

.business-card__text b:not(:last-child) {
  margin-bottom: 0.25rem;
}

.business-card__text p {
  font-size: clamp(1rem, 0.873rem + 0.41vw, 1.125rem);
  color: #70707b;
}

.business-card__body {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.business-card__item-info {
  position: relative;
  padding-left: 2rem;
}

.business-card__item-info:not(:last-child) {
  margin-bottom: 0.5rem;
}

.business-card__item-info::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.business-card__item-info:nth-child(2)::before {
  background: url("../img/icon/time.svg") 0 0/contain no-repeat;
}

.business-card address.business-card__item-info {
  font-style: normal;
}

.business-card address.business-card__item-info::before {
  background: url("../img/icon/location.svg") 0 0/contain no-repeat;
}

.business-card a.business-card__item-info {
  font-weight: 600;
  color: var(--color_green);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.business-card a.business-card__item-info::before {
  background: url("../img/icon/phone_black.svg") 0 0/contain no-repeat;
}

.business-card__button {
  width: 100%;
}

.info-content__button.button.button_white {
  color: var(--color_green);
  position: relative;
  padding: clamp(0.75rem, 0.368rem + 1.22vw, 1.125rem) clamp(2.5rem, 0.973rem + 4.89vw, 4rem) clamp(0.75rem, 0.368rem + 1.22vw, 1.125rem) clamp(1rem, -0.018rem + 3.26vw, 2rem);
}

.info-content__button.button.button_white::before {
  content: "";
  width: clamp(1rem, 0.745rem + 0.81vw, 1.25rem);
  height: clamp(1rem, 0.745rem + 0.81vw, 1.25rem);
  background: url("../img/icon/arrow_full.svg") 0 0/contain no-repeat;
  position: absolute;
  top: 50%;
  right: clamp(1rem, -0.018rem + 3.26vw, 2rem);
  -webkit-transform: translate(0%, -50%) rotate(-90deg);
      -ms-transform: translate(0%, -50%) rotate(-90deg);
          transform: translate(0%, -50%) rotate(-90deg);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-filter: brightness(0) saturate(100%) invert(52%) sepia(54%) saturate(517%) hue-rotate(126deg) brightness(92%) contrast(92%);
          filter: brightness(0) saturate(100%) invert(52%) sepia(54%) saturate(517%) hue-rotate(126deg) brightness(92%) contrast(92%);
}

.more-text__paragraph:not(:last-child) {
  margin-bottom: 2rem;
}

.paragraph p:not(:last-child) {
  margin-bottom: 1.25rem;
}

/*изменения для отдельных страниц контента мобила*/

.info-content__more-text.more-text .more-text__content::before {
  display: none;
}

.main-portfolio .info-content__more-text.more-text .more-text__content::before,
.page-event .info-content__more-text.more-text .more-text__content::before {
  display: none;
}

.main-portfolio .info-content__more-text.more-text .more-text__content,
.page-event .info-content__more-text.more-text .more-text__content {
  max-height: unset;
}

/*изменения для отдельных страниц мобила -end*/

.info-content__more-text.more-active .more-text__content {
  margin-bottom: 1.25rem;
}

.info-content__more-text.more-active .more-text__content::before {
  display: none;
}

.info-content__more-text .all-btn {
  display: none;
}

.fixed-btn,
.fixed-btns {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  padding: clamp(0.75rem, -0.143rem + 2.86vw, 1rem) 1.25rem;
  -webkit-box-shadow: 0 3px 6px -2px rgba(20, 21, 26, 0.05), 0 10px 16px -3px rgba(20, 21, 26, 0.08);
          box-shadow: 0 3px 6px -2px rgba(20, 21, 26, 0.05), 0 10px 16px -3px rgba(20, 21, 26, 0.08);
  background: var(--color_white);
  border-top: 1px solid var(--light_green);
}

.fixed-btn .fixed-btn__button,
.fixed-btns .fixed-btn__button {
  width: 100%;
}

.fixed-btns {
  display: none;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.75rem, 0.495rem + 0.81vw, 1rem);
}

/*слайдер описание - end*/

/*====================блоки - end============================*/

/*галерея для фото и видео*/

/*галерея ОТЗЫВЫ*/

.reviews-gellery .lg-video-cont.lg-has-html5 {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.reviews-gellery.lg-show-in .lg-video-cont.lg-has-html5 {
  opacity: 1;
}

.reviews-gellery .lg-item {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 50%;
  bottom: unset;
  -webkit-transform: translate3d(0, -50%, 0) !important;
          transform: translate3d(0, -50%, 0) !important;
}

.reviews-gellery .lg-item .lg-sub-html {
  display: block;
  white-space: wrap;
  position: absolute;
  top: 0;
  right: clamp(0.625rem, -29.771rem + 49.08vw, 48.75rem);
  left: unset;
  bottom: unset;
  padding: 2.25rem 2rem;
  border-radius: clamp(0.000000001rem, -2725.25rem + 4400vw, 2.75rem);
  background: #3f3f46;
  width: 17.625rem;
  text-align: left;
}

.reviews-gellery .lg-item .lg-sub-html .reviews-card__top:not(:last-child) {
  margin-bottom: 0.5rem;
}

.reviews-gellery .lg-item .lg-sub-html b {
  color: #fff;
  margin: 0;
}

.reviews-gellery .lg-item .lg-sub-html .reviews-card__review {
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.reviews-gellery .lg-item .lg-sub-html .reviews-card__review p {
  font-size: 1rem;
  line-height: 1.25;
  color: #e4e4e7;
}

.reviews-gellery .lg-thumb-item {
  position: relative;
}

.reviews-gellery .lg-thumb-item::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  -webkit-box-shadow: 0 1px 2px 0 rgba(20, 21, 26, 0.05);
          box-shadow: 0 1px 2px 0 rgba(20, 21, 26, 0.05);
  background: url("../img/icon/play_white.svg") center/10px 10px no-repeat, -webkit-gradient(linear, left top, left bottom, from(rgba(12, 17, 29, 0.66)), to(rgba(12, 17, 29, 0.66)));
  background: url("../img/icon/play_white.svg") center/10px 10px no-repeat, -o-linear-gradient(top, rgba(12, 17, 29, 0.66) 0%, rgba(12, 17, 29, 0.66) 100%);
  background: url("../img/icon/play_white.svg") center/10px 10px no-repeat, linear-gradient(180deg, rgba(12, 17, 29, 0.66) 0%, rgba(12, 17, 29, 0.66) 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}

.reviews-card__title-mobile,
.reviews-card__more,
.reviews-card__close {
  display: none;
}

.reviews-gellery .lg-item .lg-sub-html .reviews-card__more {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  color: #33ccbf;
}

/*отзыв полность мобила*/

/*отзыв полность мобила - end*/

/*галерея ОТЗЫВЫ и видео*/

/*остальные*/

.lg-backdrop {
  background: rgba(12, 17, 29, 0.72);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

.lg-outer .lg-thumb-outer {
  background-color: transparent;
}

.reviews__comment {
  display: none;
}

.lg-content-1 {
  max-width: 75rem;
  max-height: 37.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.lg-inner .lg-item .lg-video-cont .lg-object.lg-video-poster {
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
}

.lg-close.lg-icon {
  margin-right: clamp(0.938rem, -1.845rem + 5.8vw, 1.75rem);
  margin-top: clamp(0.938rem, -1.845rem + 5.8vw, 1.75rem);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: clamp(2.5rem, 1.482rem + 3.26vw, 3.5rem);
  height: clamp(2.5rem, 1.482rem + 3.26vw, 3.5rem);
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  background: rgba(12, 17, 29, 0.32);
}

.lg-toolbar .lg-icon {
  color: var(--color_white);
  font-size: 1.125rem;
}

.lg-next,
.lg-prev {
  background-color: transparent;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  width: clamp(2.5rem, 1.482rem + 3.26vw, 3.5rem);
  height: clamp(2.5rem, 1.482rem + 3.26vw, 3.5rem);
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  font-size: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.lg-next::before,
.lg-prev::before {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: url("../img/icon/arrow_right_card.svg") 0 0 no-repeat;
  display: inline-block;
}

.lg-next {
  right: clamp(1.25rem, 0.486rem + 2.44vw, 2rem);
}

.lg-prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  left: clamp(1.25rem, 0.486rem + 2.44vw, 2rem);
}

.lg-outer .lg-thumb-item {
  border: clamp(0.125rem, -0.002rem + 0.41vw, 0.25rem) solid transparent;
  -webkit-box-shadow: 0 1px 2px 0 rgba(20, 21, 26, 0.05);
          box-shadow: 0 1px 2px 0 rgba(20, 21, 26, 0.05);
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: var(--color_white);
}

.lg-video-play-button {
  background: rgba(12, 17, 29, 0.72);
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
}

.lg-video-play-icon {
  opacity: 1;
  width: 1rem;
  height: 1.125rem;
  left: 53%;
}

.lg-video-play-icon-bg {
  display: none;
}

.lg-outer .lg-has-video .lg-video-object {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.lg-outer .lg-thumb-item img {
  border-radius: 0.25rem;
}

.lg-video-object.lg-html5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*галерея для фото и видео -end*/

/*Главный слайдер на страницах*/

/*одинаковые слайды*/

.standard__container,
.odd-even__container,
.even-odd__container,
.two-slides__container,
.mini-slides__container,
.first-big__container {
  padding: 0rem 1.25rem clamp(1.25rem, 0.486rem + 2.44vw, 2rem);
}

.standard__slider,
.odd-even__slider,
.even-odd__slider,
.two-slides__slider,
.mini-slides__slider,
.first-big__slider {
  border-radius: clamp(0rem, -1757.25rem + 4400vw, 2.75rem);
  height: clamp(20rem, 18.918rem + 3.46vw, 21.063rem);
}

.standard__slide img,
.odd-even__slide img,
.even-odd__slide img,
.two-slides__slide img,
.mini-slides__slide img,
.first-big__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/*одинаковые слайды - end*/

/*even-odd слайды*/

.even-odd__slide:nth-child(odd) {
  width: 15.8125rem;
}

.even-odd__slide:nth-child(even) {
  width: 28.0625rem;
}

/*even-odd слайды -end*/

/*odd-even слайды*/

.odd-even__slide:nth-child(odd) {
  width: 28.0625rem;
}

.odd-even__slide:nth-child(even) {
  width: 15.8125rem;
}

/*odd-even слайды -end*/

/*two-slides слайды*/

.two-slides__slide:nth-child(1),
.two-slides__slide:nth-child(2),
.two-slides__slide:nth-child(2n),
.two-slides__slide:nth-child(1n) {
  width: 15.8125rem;
}

.two-slides__slide:nth-child(3),
.two-slides__slide:nth-child(4),
.two-slides__slide:nth-child(3n),
.two-slides__slide:nth-child(4n) {
  width: 28.0625rem;
}

/*odd-even слайды -end*/

/*first-big слайды*/

.first-big__slide:nth-child(1) {
  width: 28.0625rem;
}

.first-big__slide {
  width: 15.8125rem;
}

/*first-big слайды -end*/

/*Кнопки*/

.main-slider-button-prev,
.main-slider-button-next {
  position: absolute;
  top: 44%;
  width: 2.5rem;
  height: 2.5rem;
}

.main-slider-button-prev {
  left: 0;
  -webkit-transform: rotate(90deg) translate(0, -50%);
      -ms-transform: rotate(90deg) translate(0, -50%);
          transform: rotate(90deg) translate(0, -50%);
}

.main-slider-button-next {
  right: 0;
  -webkit-transform: rotate(-90deg) translate(0%, -50%);
      -ms-transform: rotate(-90deg) translate(0%, -50%);
          transform: rotate(-90deg) translate(0%, -50%);
}

.main-slider-button-prev.swiper-button-prev.swiper-button-disabled,
.main-slider-button-next.swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

/*Кнопки - end*/

/*кнопки фото виде*/

.buttons-photo-video {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}

.buttons-photo-video__video,
.buttons-photo-video__photo {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.14286;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem 1rem;
  background: var(--color_white);
  border-radius: 22.5rem;
}

.buttons-photo-video__video span,
.buttons-photo-video__photo span {
  margin-right: 0.1875rem;
}

.buttons-photo-video__video::before,
.buttons-photo-video__photo::before {
  content: "";
  width: 1rem;
  height: 1rem;
  display: inline-block;
  margin-right: 0.5rem;
}

.buttons-photo-video__video::before {
  background: url("../img/icon/play_circle.svg") 0 0/cover no-repeat;
}

.buttons-photo-video__photo {
  color: var(--color_green);
}

.buttons-photo-video__photo::before {
  background: url("../img/icon/dotted.svg") 0 0/cover no-repeat;
}

/*кнопки фото виде - end*/

/*Главный слайдер на страницах - end*/

/*popup галерея изображения */

.popup.popup-gallery {
  background: rgba(12, 17, 29, 0.72);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.popup-gallery {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.popup-gallery.popup-open {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 1;
  visibility: visible;
}

.popup-gallery__content {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 5.675rem clamp(0.000001rem, -46.749rem + 53.81vw, 7.5rem) 0.675rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
}

.popup-gallery__close.btn-close {
  position: absolute;
  top: clamp(1.25rem, -742rem + 1200vw, 2rem);
  right: clamp(1.25rem, -742rem + 1200vw, 2rem);
  width: clamp(2.5rem, -988.5rem + 1600vw, 3.5rem);
  height: clamp(2.5rem, -988.5rem + 1600vw, 3.5rem);
  border-radius: 50%;
  border: 1px solid #e4e4e7;
}

.popup-gallery__close.btn-close::before {
  content: "";
  width: 1.375rem;
  height: 1.375rem;
  background: url("../img/icon/close_white.svg") 0 0/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: none;
          filter: none;
}

.popup-gallery__slider,
.popup-gallery__slider-video {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-gallery__slide {

}

.popup-gallery__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  /* -o-object-fit: cover;
     object-fit: cover; */
}

.popup-gallery.popup-gallery_video .popup-gallery__slide {
  padding-bottom: 0;
}

.popup-gallery__video-wrapper {
  cursor: pointer;
  max-width: 20.9375rem;
  margin: 0 auto;
}

.popup-gallery.popup-gallery_video .video-wrapper {
  margin: 0 auto;
  max-width: 100%;
  padding-bottom: 177.86%;
}

.popup-gallery-prev.swiper-button-prev,
.popup-gallery-next.swiper-button-next,
.popup-gallery-video-prev.swiper-button-prev,
.popup-gallery-video-next.swiper-button-next {
  position: absolute;
  top: 50%;
  background: transparent;
}

.popup-gallery-prev.swiper-button-prev::after,
.popup-gallery-next.swiper-button-next::after,
.popup-gallery-video-prev.swiper-button-prev::after,
.popup-gallery-video-next.swiper-button-next::after {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(254deg) brightness(103%) contrast(98%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(254deg) brightness(103%) contrast(98%);
}

.popup-gallery-prev.swiper-button-prev,
.popup-gallery-video-prev.swiper-button-prev {
  left: 2rem;
  -webkit-transform: translate(0%, -50%) rotate(90deg);
      -ms-transform: translate(0%, -50%) rotate(90deg);
          transform: translate(0%, -50%) rotate(90deg);
}

.popup-gallery-next.swiper-button-next,
.popup-gallery-video-next.swiper-button-next {
  right: 2rem;
  -webkit-transform: translate(0%, -50%) rotate(-90deg);
      -ms-transform: translate(0%, -50%) rotate(-90deg);
          transform: translate(0%, -50%) rotate(-90deg);
}

/*thumbs*/

.popup-gallery-thumbs {
  max-width: 100vw;
  margin-top: 1rem;
}

.popup-gallery-thumbs__slide {
  cursor: pointer;
  padding: clamp(0.125rem, -0.303rem + 0.89vw, 0.25rem);
  /* width: clamp(4rem, -2.848rem + 14.29vw, 6rem);
  height: clamp(2.5rem, -1.78rem + 8.93vw, 3.75rem); */
  width: 68px;
  height: 68px;
}
@media (max-width: 639px) {
	.popup-gallery-thumbs__slide {
		width: 72px;
		height: 48px;
	}
}
.popup-gallery-thumbs__slide img {
  border-radius: 0.25rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.popup-gallery-thumbs__slide::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: clamp(0.375rem, -0.053rem + 0.89vw, 0.5rem);
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.popup-gallery-thumbs__slide.swiper-slide-thumb-active::before {
  background: rgb(255, 255, 255);
}

.gallery-thumbs-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gallery-thumbs-icon::before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background: url("../img/icon/play.svg") center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(289deg) brightness(108%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(289deg) brightness(108%) contrast(101%);
}

.gallery-thumbs-icon::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: rgba(12, 17, 29, 0.72);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}

/*thumbs - end*/

/*popup галерея изображения - end*/

/*карты и календарь бронирования*/

.tabs-left {
  position: relative;
  padding: 2.25rem 2rem;
  background-color: var(--color_white);
  border-radius: 2.75rem;
}

.tabs-left:not(:last-child) {
  margin-bottom: 1.5rem;
}

.tabs-left__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1rem, -2.571rem + 11.43vw, 2rem);
}

.tabs-left__navigation {
  position: relative;
}

.tabs-left__dropdown-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  gap: 0.5rem;
  width: calc(100% - clamp(1.5rem, -318rem + 800vw, 2rem));
}

.tabs-left .tabs-left__dropdown-list.tabs-left__dropdown-list-active {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  visibility: visible;
  opacity: 1;
}

.tabs-left__dropdown-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.tabs-left__dropdown-button {
  display: none;
  position: relative;
  padding: 1rem 3.25rem 1rem 1.25rem;
  background: #d6f5f2;
  border-radius: 1rem;
  width: 100%;
  text-align: left;
}

.tabs-left__dropdown-button::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/icon/arrow_black.svg") 0 0/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.tabs-left__dropdown-button {
  font-weight: 600;
  color: var(--color_black);
}

.tabs-left__tab {
  display: block;
  position: relative;
  padding: 1rem 3.25rem 1rem 1.25rem;
  background: #fafafa;
  border-radius: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.tabs-left__tab * {
  pointer-events: none;
}

.tabs-left__tab h2 {
  pointer-events: none;
  font-weight: 600;
  color: var(--color_black);
}

.tabs-left__tab h3 {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25;
  color: #667085;
}

.tabs-left__tab address {
  pointer-events: none;
  font-size: 1rem;
  line-height: 1.25;
  font-style: normal;
}

.tabs-left__tab.active-tabs-left {
  background: #d6f5f2;
}

.tabs-left__tab.active-tabs-left::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/icon/arrow_black.svg") 0 0/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: rotate(-90deg) translate(50%, 0%);
      -ms-transform: rotate(-90deg) translate(50%, 0%);
          transform: rotate(-90deg) translate(50%, 0%);
}

.tabs-left__cards {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 48.0625rem;
          flex: 1 1 48.0625rem;
}

.tabs-left__card {
  min-height: 100%;
  overflow: hidden;
  border-radius: 1rem;
  max-width: 48.0625rem;
  height: 21.5rem;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.tabs-left__card iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tabs-left__card.active-tabs-left {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  opacity: 1;
  z-index: 1;
}

/*карты и календарь бронирования - end*/

/*календарь бронирования слайды*/

.calendar-form .tabs-left__navigation {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20rem;
          flex: 0 0 20rem;
}

.calendar-form .tabs-left__dropdown-list {
  width: calc(100% - clamp(1.5rem, -318rem + 800vw, 2rem));
}

.tabs-left__slider {
  padding-right: 0.0625rem;
}

.tabs-left__slide.swiper-slide {
  width: 17.5rem;
}

.calendar-form .tabs-left__card {
  max-width: clamp(37.188rem, -30.781rem + 108.75vw, 48.063rem);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.calendar-form .tabs-left {
  overflow: hidden;
  padding: clamp(1.5rem, -318rem + 800vw, 2rem) 0 clamp(1.5rem, -318rem + 800vw, 2rem) clamp(1.5rem, -318rem + 800vw, 2rem);
}

.calendar-form .tabs-left__content {
  gap: 4.5rem;
}

.calendar-form .tabs-left .tabs-left__content .tabs-left__card {
  height: unset;
  overflow: visible;
}

.calendar-form .tabs-left__cards {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 100%;
  position: relative;
}

.calendar-form .tabs-left__cards::before {
  content: "";
  width: 0.0625rem;
  height: 230%;
  background: #e4e4e7;
  position: absolute;
  top: 50%;
  left: -2rem;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.calendar-form .tabs-left__tab {
  padding: 0.75rem 1.625rem 0.75rem 1rem;
}

.calendar-form .tabs-left__tab.active-tabs-left h3 {
  text-shadow: 0 0 0.03125rem var(--color_main);
  font-size: 16px;
  color: var(--color_main);
}

.calendar-form .tabs-left__tab.active-tabs-left::before {
  right: 0.5rem;
}

.calendar-form .tabs-left__dropdown-button {
  font-size: 1rem;
}

.calendar {
  /*месяц год*/
  /*дни недели*/
  /*дни*/
  /*нет предоплаты*/
  /*день занят*/
}

.calendar__header {
  padding-top: 0.375rem;
  margin-bottom: 0.75rem;
}

.calendar__month {
  font-family: "SangBleu Sunrise", sans-serif;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3125rem;
}

.calendar .calendar-day-names {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
  margin-bottom: 0.25rem;
  font-family: "Inter", sans-serif;
}

.calendar .calendar-day-names li {
  width: 2.5rem;
  height: 2.5rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.42857;
  text-align: center;
  color: #70707b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.calendar__days {
  font-family: "Inter", sans-serif;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
  row-gap: 0.25rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.42857;
  text-align: center;
  color: #18181b;
}

.calendar__days li {
  position: relative;
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.calendar__days li label {
  text-align: center;
  padding: 0.625rem 0rem;
  cursor: pointer;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}

.calendar__days li input {
  cursor: pointer;
  position: absolute;
  top: 0%;
  left: 0%;
  opacity: 0;
}

.calendar input:checked + label {
  color: #1f7a73;
  background: #d6f5f2;
}

.calendar .no-prepayment {
  position: relative;
}

.calendar .no-prepayment:before {
  content: "";
  width: 0.3125rem;
  height: 0.3125rem;
  background: var(--color_green);
  border-radius: 50%;
  position: absolute;
  bottom: 0.25rem;
  left: 51%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

.calendar .busy-day {
  pointer-events: none;
  font-weight: 400;
  text-decoration: line-through;
  color: #a0a0ab;
}

.calendar .today {
  border-radius: 50%;
  background: #29a399;
  color: #fff;
}

.calendar__days-hidden {
  overflow: hidden;
}

/*кнопки, текст*/

.tabs-left__slider:not(:last-child) {
  margin-bottom: clamp(1.5rem, -318rem + 800vw, 2rem);
}

.tabs-left__hint {
  position: relative;
}

.tabs-left__hint:not(:last-child) {
  padding-bottom: clamp(3rem, -0.571rem + 11.43vw, 4rem);
}

.tabs-left__hint::after {
  content: "";
  width: 100vw;
  height: 0.0625rem;
  background: var(--light_grey);
  position: absolute;
  bottom: clamp(1.5rem, -0.286rem + 5.71vw, 2rem);
  left: -2rem;
}

.tabs-left__hint p {
  padding-left: 1.5rem;
  position: relative;
  font-size: 0.9375rem;
  color: #51525c;
  padding-right: clamp(1.5rem, -0.286rem + 5.71vw, 2rem);
}

.tabs-left__hint p::before {
  content: "";
  width: 0.3125rem;
  height: 0.3125rem;
  background: var(--color_green);
  border-radius: 50%;
  position: absolute;
  top: 0.375rem;
  left: 0.5rem;
}

.tabs-left__bottom-btn {
  padding-right: clamp(1.5rem, -0.286rem + 5.71vw, 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*календарь бронирования слайды - end*/

/*div class="wrapper wrapper_header-scroll" - скролл вниз шапка скрылась, скролл вверх появилась*/

/*header_transparent прозрачная шапка с блюром*/

/*шапка*/

.header {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: var(--color_black);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  color: var(--color_white);
}

.header.header_transparent {
  background: rgba(19, 19, 22, 0.32);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

/*шапка PC*/

.header-pc__top {
  padding: 1rem 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}

.header-pc__memu-first ul {
  font-size: 1rem;
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: clamp(0.938rem, -5.25rem + 9vw, 1.5rem);
     -moz-column-gap: clamp(0.938rem, -5.25rem + 9vw, 1.5rem);
          column-gap: clamp(0.938rem, -5.25rem + 9vw, 1.5rem);
  row-gap: 0.4375rem;
}

.header-pc__logo-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: clamp(4.375rem, -25.278rem + 47.88vw, 12.125rem);
     -moz-column-gap: clamp(4.375rem, -25.278rem + 47.88vw, 12.125rem);
          column-gap: clamp(4.375rem, -25.278rem + 47.88vw, 12.125rem);
}

.header-pc__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: clamp(1rem, -1.625rem + 4vw, 1.5rem);
     -moz-column-gap: clamp(1rem, -1.625rem + 4vw, 1.5rem);
          column-gap: clamp(1rem, -1.625rem + 4vw, 1.5rem);
}

.header-pc__phone {
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-pc__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: clamp(0.5rem, -0.813rem + 2vw, 0.75rem);
     -moz-column-gap: clamp(0.5rem, -0.813rem + 2vw, 0.75rem);
          column-gap: clamp(0.5rem, -0.813rem + 2vw, 0.75rem);
}

.header-pc__item-social {
  width: clamp(1.875rem, -1.406rem + 5vw, 2.5rem);
  height: clamp(1.875rem, -1.406rem + 5vw, 2.5rem);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  padding: clamp(0.438rem, -0.547rem + 1.5vw, 0.625rem);
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-pc__item-social img {
  width: clamp(0.938rem, -0.703rem + 2.5vw, 1.25rem);
  height: clamp(0.938rem, -0.703rem + 2.5vw, 1.25rem);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header-pc__bottom {
  padding: 1.25rem 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  position: relative;
}

.header-pc__bottom::before {
  content: "";
  width: 100vw;
  height: 0.0625rem;
  background: rgba(255, 255, 255, 0.16);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

.header-pc__memu-second ul {
  font-size: clamp(0.813rem, 0.484rem + 0.5vw, 0.875rem);
  line-height: 1.14286;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: clamp(0.938rem, -10.75rem + 17vw, 2rem);
     -moz-column-gap: clamp(0.938rem, -10.75rem + 17vw, 2rem);
          column-gap: clamp(0.938rem, -10.75rem + 17vw, 2rem);
  row-gap: 0.4375rem;
}

.header-pc .header-pc__memu-first ul li a,
.header-pc .header-pc__memu-second ul li a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.header-pc .header-pc__memu-first ul li a::before,
.header-pc .header-pc__memu-second ul li a::before {
  content: "";
  width: 0;
  height: 0.0625rem;
  background: #33ccbf;
  position: absolute;
  bottom: -0.0625rem;
  left: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*шапка PC - end*/

/*шапка mobile*/

/*шапка с выпадающей плашкой*/

.header-scroll-active .header-scroll .header-mobile__bottom {
  display: block;
}

/*шапка с выпадающей плашкой - end*/

.header-mobile {
  display: none;
}

.header-mobile__header {
  padding: clamp(0.5rem, -119.25rem + 400vw, 0.75rem) 0;
  position: relative;
  z-index: 99;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto auto;
  grid-template-columns: 1fr auto auto;
  gap: 1rem;
}

.header-mobile__phone {
  display: inline-block;
  font-weight: 600;
  font-size: 1.5rem;
}

.header-mobile__phone:not(:last-child) {
  margin-bottom: 1.25rem;
}

.header-mobile__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: clamp(0.5rem, -0.813rem + 2vw, 0.75rem);
     -moz-column-gap: clamp(0.5rem, -0.813rem + 2vw, 0.75rem);
          column-gap: clamp(0.5rem, -0.813rem + 2vw, 0.75rem);
}

.header-mobile__item-social {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  padding: clamp(0.438rem, -0.547rem + 1.5vw, 0.625rem);
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-mobile__item-social img {
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header-mobile__bottom {
  -webkit-box-shadow: 0 3px 6px -2px rgba(20, 21, 26, 0.05), 0 10px 16px -3px rgba(20, 21, 26, 0.08);
          box-shadow: 0 3px 6px -2px rgba(20, 21, 26, 0.05), 0 10px 16px -3px rgba(20, 21, 26, 0.08);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none;
  padding: clamp(0.5rem, -0.317rem + 2.67vw, 0.75rem) 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background-color: var(--color_white);
}

.header-mobile__bottom .btn-circle {
  border: 1px solid var(--light_grey);
}

.header-mobile__bottom .header-mobile__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.75rem;
}

.header-mobile__caption-bottom {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25;
  text-align: center;
  color: var(--color_black);
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.menu__body {
  position: fixed;
  top: 100%;
  right: -100%;
  z-index: 98;
  width: 100%;
  height: 100vh;
  opacity: 0;
  padding: 2.5rem 1.875rem 8.75rem;
  overflow: auto;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.menu__body.body-active {
  right: 0;
  opacity: 1;
}

.menu__nav:not(:last-child) {
  margin-bottom: 2.5rem;
}

.menu__list {
  font-size: 1.375rem;
  text-transform: uppercase;
}

.menu__item:not(:last-child) {
  margin-bottom: 0.625rem;
}

.icon-menu {
  display: none;
}

.header .menu__body {
  background: rgba(12, 17, 29, 0.72);
}

.header.header_transparent .menu__body {
  background: rgba(19, 19, 22, 0.32);
}

body.lock .header.header_transparent {
  background: rgba(19, 19, 22, 0.32);
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
}

body.lock .header {
  background-color: var(--color_black);
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
}

body.lock .back-share {
  -webkit-filter: blur(8px);
          filter: blur(8px);
}

/*шапка  кнопками назад поделиться */

.back-share {
  width: 100%;
  position: absolute;
  bottom: -3.75rem;
  left: 0;
  visibility: visible;
  opacity: 1;
  display: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.back-share__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-scroll-active .back-share {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 0;
  visibility: hidden;
}

/*шапка  кнопками назад поделиться -end*/

/*шапка mobile - end*/

/*шапка - end*/

/*подвал*/

.footer {
  padding: clamp(2.5rem, 1.587rem + 3.9vw, 4rem) 0rem 2rem;
  background-color: var(--color_black);
  color: var(--color_white);
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
  padding-bottom: clamp(2rem, -1.647rem + 9.12vw, 4rem);
  border-bottom: 1px solid #26272b;
}

.footer__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 21.75rem;
          flex: 0 1 21.75rem;
}

.footer__logo {
  width: 13.375rem;
  height: 2.8125rem;
  display: inline-block;
}

.footer__logo:not(:last-child) {
  margin-bottom: 1rem;
}

.footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__subtitle {
  color: var(--light_grey);
}

.footer__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49.5rem;
          flex: 0 1 49.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.875rem;
     -moz-column-gap: 2.875rem;
          column-gap: 2.875rem;
  row-gap: 1.5rem;
}

.footer__menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30.375rem;
          flex: 0 1 30.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1rem, -0.5rem + 5vw, 1.5rem);
}

.footer__list:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 11.25rem;
          flex: 0 0 11.25rem;
}

.footer__list:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 17.5rem;
          flex: 0 1 17.5rem;
}

.footer__item:not(:last-child) {
  margin-bottom: 0.75rem;
}

.footer__item a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.25rem;
          flex: 0 0 16.25rem;
}

.footer__phone {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.36364;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.footer__button {
  width: 100%;
}

.footer__bottom {
  padding-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__copyright-policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(0.5rem, -0.412rem + 2.28vw, 1rem);
}

.footer__copyright {
  color: var(--light_grey);
}

.footer__policy {
  color: var(--color_green);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer__btn-social {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  display: inline-block;
  padding: 0.5625rem;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer__btn-social:not(:last-child) {
  margin-right: 0.75rem;
}

.footer__btn-social img {
  width: 1.25rem;
  height: 1.25rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*подвал - end*/

/* главный*/

.main {
  position: relative;
  padding: clamp(6.5rem, 2.851rem + 15.57vw, 15.5rem) 0rem clamp(8rem, 6.074rem + 8.22vw, 12.75rem);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(19, 19, 22, 0.32)), to(rgba(19, 19, 22, 0.32)));
  background: -o-linear-gradient(bottom, rgba(19, 19, 22, 0.32) 0%, rgba(19, 19, 22, 0.32) 100%);
  background: linear-gradient(0deg, rgba(19, 19, 22, 0.32) 0%, rgba(19, 19, 22, 0.32) 100%);
}

.main__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.main__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main__content {
  text-align: center;
}

.main__title {
  margin-bottom: 1.5rem;
}

.main__subtitle {
  line-height: 1.4;
  color: var(--light_grey);
  font-size: 1.25rem;
}

.main__subtitle:not(:last-child) {
  margin-bottom: clamp(2rem, -1.207rem + 5.18vw, 3rem);
}

/* главный - end*/

/* кейтеринг и меню*/

.catering {
  background-color: var(--light_green);
}

/* Услуги и форматы кейтеринга*/

.services-formats:not(:last-child) {
  margin-bottom: 1.25rem;
}

.services-formats__title {
  margin-bottom: clamp(1.5rem, -989.5rem + 1600vw, 2.5rem);
}

.services-formats__navigation {
  display: none;
  margin-bottom: 2rem;
}

.services-formats__tab {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.services-formats__cards {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1.25rem, 0.964rem + 0.71vw, 1.5rem);
}

.services-formats__card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding: 0.75rem;
  background-color: var(--color_white);
  border-radius: 2.75rem;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.services-formats__photo {
  overflow: hidden;
  border-radius: 2.25rem;
  padding-bottom: 42.553%;
  margin-bottom: 1.5rem;
  height: clamp(12.5rem, 8.962rem + 15.09vw, 15rem);
}

.services-formats__photo img {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.services-formats__card-body {
  padding: 1.5rem clamp(0.75rem, 0.042rem + 3.02vw, 1.25rem) clamp(1rem, 0.292rem + 3.02vw, 1.5rem);
}

.services-formats__card-body ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}

.services-formats__card-body ul li {
  -ms-flex-line-pack: center;
      align-content: center;
  padding: clamp(0.625rem, 0.271rem + 1.51vw, 0.875rem) 2rem clamp(0.625rem, 0.271rem + 1.51vw, 0.875rem) 0;
  position: relative;
  border-bottom: 1px solid var(--light_grey);
}

.services-formats__card-body ul li::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: url("../img/icon/arrow_right_card.svg") 0 0/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.services-formats__capton {
  margin-bottom: 1.25rem;
}

/* Услуги и форматы кейтеринга - end*/

/* кейтеринг и меню - end*/

/* Наши площадки*/

.our-platforms__title {
  margin-bottom: clamp(2rem, 1.319rem + 1.7vw, 2.5rem);
}

/* Наши площадки - end*/

/* Портфолио*/

.portfolio {
  background-color: var(--light_green);
}

.portfolio__title-btns-row {
  margin-bottom: clamp(2rem, 1.292rem + 3.02vw, 2.5rem);
}

.portfolio__slider {
  overflow: visible;
}

.portfolio .card__image,
.portfolio .card__video-wrapper {
  padding-bottom: 55.55%;
}

/* Портфолио - end*/

/* Отзывы */

.reviews {
  background: #14524c;
}

.reviews__title {
  margin-bottom: clamp(2rem, 0.288rem + 3.57vw, 2.5rem);
}

.reviews__slider {
  cursor: pointer;
}

.reviews__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reviews-card {
  border-radius: 2.75rem;
  padding: 0.75rem;
  background: #fff;
}

.reviews-card__text {
  padding: 1.5rem clamp(0.75rem, -318.75rem + 800vw, 1.25rem);
}

.reviews-card__top:not(:last-child) {
  margin-bottom: 1.25rem;
}

.reviews-card__top b {
  color: var(--color_black);
  display: block;
  margin-bottom: 0.5rem;
}

.reviews-card__top span {
  font-size: 1rem;
  line-height: 1.25;
  color: #a0a0ab;
}

.reviews-card__review {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}

.reviews-card {
  cursor: pointer;
}

.reviews__slider .reviews__wrapper .reviews-card {
  height: unset;
}

.reviews__slider .reviews-card .reviews-card__img {
  width: 100%;
}

.reviews-card .reviews-card__img {
  overflow: hidden;
  width: 258px;
  height: 258px;
  border-radius: 2.25rem;
  background: rgba(19, 19, 22, 0.16);
  position: relative;
}

.reviews-card .reviews-card__img::before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  z-index: 32;
  background: url("../img/icon/play.svg") center/16px no-repeat, -o-linear-gradient(268deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
  background: url("../img/icon/play.svg") center/16px no-repeat, linear-gradient(182deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}

.reviews-card .reviews-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.reviews-card:nth-child(odd) .reviews-card__img {
  height: 258px;
  border-radius: 2.25rem;
}

.reviews-card:nth-child(even) .reviews-card__img {
  height: 398px;
  border-radius: 2.25rem;
}

.reviews-button-prev.swiper-button-prev,
.reviews-button-next.swiper-button-next {
  background: transparent;
}

.reviews-button-prev.swiper-button-prev::after,
.reviews-button-next.swiper-button-next::after {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7491%) hue-rotate(328deg) brightness(98%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7491%) hue-rotate(328deg) brightness(98%) contrast(101%);
}

.reviews-scrollbar.swiper-scrollbar {
  background: #1f7a73;
}

.reviews-scrollbar.swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--color_white);
}

/*галерея отзывы*/

/*галерея отзывы - end*/

/* Отзывы - end*/

/*Календарь бронирования */

.book {
  background: #14524c;
}

.book__title {
  margin-bottom: clamp(2rem, 1.292rem + 3.02vw, 2.5rem);
}

/*Календарь бронирования -end*/

/*страница Наши площадки*/

.page-platforms .our-platforms__title {
  margin-bottom: 2rem;
}

/*страница Наши площадки -end*/

.events-all .events__col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.events-all .events .title-btns-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

.portfolio__btn-filter.button {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.14286;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.portfolio__btn-filter.button::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url("../img/icon/filter.svg") 0 0/contain no-repeat;
  display: inline-block;
}

.portfolio__btn-filter.button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--color_green);
  color: var(--color_white);
  line-height: 1.33333;
  font-size: 0.75rem;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.25rem;
          flex: 0 0 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
}

/*мобила фильры*/

.filter-mobile {
  -webkit-box-shadow: 0 4px 8px 0 rgba(12, 17, 29, 0.08), 0 8px 24px -2px rgba(12, 17, 29, 0.16);
          box-shadow: 0 4px 8px 0 rgba(12, 17, 29, 0.08), 0 8px 24px -2px rgba(12, 17, 29, 0.16);
  border-radius: 2rem 2rem 0 0;
  background-color: var(--color_white);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 111;
  width: 100%;
  padding: 1.5rem 1.5rem 2.25rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.filter-mobile.filter-mobile-active {
  visibility: visible;
  opacity: 1;
}

.filter-mobile__content:not(:last-child) {
  margin-bottom: 2rem;
}

.filter-mobile__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter-mobile__top:not(:last-child) {
  margin-bottom: 1rem;
}

.filter-mobile__title {
  font-family: "SangBleu Sunrise", sans-serif;
  font-size: 1.5rem;
  letter-spacing: -0.04em;
}

.filter-mobile__close {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: var(--color_white);
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 111;
}

.filter-mobile__close.active {
  visibility: visible;
  opacity: 1;
}

.filter-mobile__select:not(:last-child) {
  margin-bottom: 1rem;
}

.filter-mobile__select select {
  font-weight: 400;
  border: 1px solid #e4e4e7;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  width: 100%;
  font-size: 20px;
  color: #a0a0ab;
  background: url("../img/icon/arrow_black.svg") 97% center/20px no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-height: 200px;
  overflow-y: scroll;
}

.filter-mobile__select option {
  width: 100%;
  padding: 0.8125rem 0rem;
}

.filter-mobile__name {
  display: block;
  margin-bottom: 0.375rem;
}

.events-all .filter-mobile__select input[type=date] {
  text-transform: uppercase;
  text-align: left;
  border: 1px solid #e4e4e7;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  width: 100%;
  font-size: 20px;
  color: #a0a0ab;
}

.events-all .filter-mobile__select input[type=date]::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url("../img/icon/calendar.svg") 0 0/contain no-repeat;
  -webkit-filter: brightness(0) saturate(100%) invert(21%) sepia(8%) saturate(642%) hue-rotate(202deg) brightness(94%) contrast(84%);
          filter: brightness(0) saturate(100%) invert(21%) sepia(8%) saturate(642%) hue-rotate(202deg) brightness(94%) contrast(84%);
  position: absolute;
  top: 50%;
  right: 1rem;
  left: unset;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.events-all .filter-mobile__select input[type=date]::after {
  display: none;
}

.filter-mobile__btn-apply.button {
  display: none;
}

/*мобила фильры -end*/

.portfolio-all .portfolio {
  background: #fafafa;
}

.portfolio-all .portfolio .title-btns-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

.portfolio-all .portfolio .portfolio__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

/*Варианты меню*/

.menu-options {
  background-color: var(--light_green);
}

.menu-options_white-bg {
  background-color: #fafafa;
}

.menu-options__title {
  margin-bottom: clamp(2rem, 1.292rem + 3.02vw, 2.5rem);
}

.menu-options__slider {
  overflow: visible;
}

.menu-options__card {
  padding: 0.75rem 0.75rem 0;
  border-radius: 2.75rem;
  background-color: var(--color_white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  height: unset;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.menu-options__image {
  border-radius: 2.25rem;
  overflow: hidden;
  padding-bottom: 62.5%;
}

.menu-options__image img {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.menu-options__body {
  padding: clamp(1.5rem, 0.012rem + 4.97vw, 2rem) clamp(0.75rem, -0.738rem + 4.97vw, 1.25rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.menu-options__body h4 {
  display: inline-block;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.menu-options__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.menu-options__text:not(:last-child) {
  margin-bottom: clamp(1.5rem, 0.012rem + 4.97vw, 2rem);
}

.menu-options__price:not(:last-child) {
  margin-bottom: 1rem;
}

.menu-options__price span {
  display: inline-block;
}

.menu-options__price span:not(:last-child) {
  margin-right: 0.5rem;
}

.menu-options__price span:nth-child(1) {
  font-family: "SangBleu Sunrise", sans-serif;
  font-weight: 400;
  font-size: clamp(2.25rem, 0.472rem + 2.87vw, 2.625rem);
  line-height: 1.19048;
  letter-spacing: -0.04em;
  color: var(--color_green);
}

.menu-options__price span:nth-child(2) {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25;
}

.menu-options__paragraph {
  font-size: 1rem;
  line-height: 1.25;
}

.menu-options__button {
  width: 100%;
}

/*Варианты меню - end*/

/*Схемы расстановки столов*/

.placement__title {
  margin-bottom: clamp(2rem, 1.292rem + 3.02vw, 2.5rem);
}

.placement__slider {
  overflow: visible;
}

.placement__card {
  border-radius: 2.75rem;
  padding: 0.75rem;
  background-color: var(--color_white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  height: unset;
}

.placement__image {
  border-radius: 2.25rem;
  overflow: hidden;
  padding-bottom: 100%;
}

.placement__text {
  padding: 1.5rem 1.25rem;
}

.placement__text b {
  font-weight: 600;
  color: var(--color_black);
}

.placement .control-slider__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.placement .control-slider__button::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: url("../img/icon/plus.svg") 0 -1px/contain no-repeat;
  display: inline-block;
  margin-left: 0.75rem;
  line-height: 1.22;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*Схемы расстановки столов - end*/

/*Особенности площадки*/

.features {
  padding: clamp(3rem, 0.091rem + 7.27vw, 6rem) 0 clamp(1.5rem, -12.138rem + 22.02vw, 3rem);
}

.features__title {
  margin-bottom: clamp(2rem, 1.292rem + 3.02vw, 2.5rem);
}

.features__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.features__card {
  border-radius: 2.75rem;
  background-color: var(--color_white);
  padding: 0.75rem;
}

.features__photo {
  border-radius: 2.25rem;
  overflow: hidden;
  padding-bottom: 100%;
}

.features__body {
  padding: 1.5rem clamp(0.75rem, -0.738rem + 4.97vw, 1.25rem);
}

.features__body b {
  font-weight: 600;
  color: var(--color_black);
}

.features__body b:not(:last-child) {
  margin-bottom: 0.5rem;
}

.features__body p {
  color: #70707b;
  font-size: 1rem;
  line-height: 1.25;
}

/*Особенности площадки - end*/

/* FAQ Правила Тех. оснащение*/

.about-info {
  padding: clamp(1.5rem, -12.138rem + 22.02vw, 3rem) 0 clamp(3rem, 0.091rem + 7.27vw, 6rem);
}

.about-info__content {
  position: relative;
  border-radius: 2.75rem;
  padding: 2.25rem clamp(1.5rem, -0.286rem + 5.71vw, 2rem);
  background-color: var(--color_white);
}

.about-info__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.9375rem;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  white-space: nowrap;
  overflow-x: scroll;
  position: relative;
}

.about-info__navigation::before {
  content: "";
  width: 100%;
  height: 0.0625rem;
  background: var(--light_grey);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.about-info__navigation::-webkit-scrollbar {
  display: none;
}

.about-info__tab {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.14286;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  position: relative;
}

.about-info__tab::before {
  content: "";
  width: 0;
  height: 0.15625rem;
  background: var(--color_green);
  position: absolute;
  bottom: -1.0625rem;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
  cursor: default;
}

.about-info__tab.active::before {
  content: "";
  width: 100%;
}

.about-info__card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

.about-info__card.active {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  opacity: 1;
  visibility: visible;
}

.faq-tabs,
.rules-tabs,
.equipment-tabs {
  position: relative;
}

.faq-tabs__tab.button,
.rules-tabs__tab.button,
.equipment-tabs__tab.button {
  text-transform: none;
  padding: 0.75rem 1rem;
}

.faq-tabs__navigation,
.rules-tabs__navigation,
.equipment-tabs__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  overflow-x: scroll;
}

.faq-tabs__navigation::-webkit-scrollbar,
.rules-tabs__navigation::-webkit-scrollbar,
.equipment-tabs__navigation::-webkit-scrollbar {
  display: none;
}

.faq-tabs__card,
.rules-tabs__card,
.equipment-tabs__card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.faq-tabs__card.active-faq,
.faq-tabs__card.active-equipment,
.faq-tabs__card.active-rules,
.rules-tabs__card.active-faq,
.rules-tabs__card.active-equipment,
.rules-tabs__card.active-rules,
.equipment-tabs__card.active-faq,
.equipment-tabs__card.active-equipment,
.equipment-tabs__card.active-rules {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  opacity: 1;
  z-index: 1;
}

/* FAQ Правила Тех. оснащение - end*/

.page-event-hall .events,
.page-event-hall .our-platforms {
  background-color: var(--light_green);
}

.page-event-hall .our-platforms {
  padding: clamp(3rem, 0.091rem + 7.27vw, 6rem) 0 clamp(1.25rem, -0.532rem + 5.7vw, 3rem);
}

.page-event-hall .menu-options {
  padding: clamp(1.25rem, -0.532rem + 5.7vw, 3rem) 0 clamp(3.75rem, 0.114rem + 9.09vw, 7.5rem);
}

.page-event-hall .info-content__row:not(:last-child) {
  margin-bottom: 2rem;
}

/*страница Вопросы и ответы*/

.faq {
  padding: 0 0 clamp(1.5rem, 0.804rem + 1.74vw, 2rem);
}

.faq__title {
  margin-bottom: 2rem;
}

.faq__accordion {
  padding: clamp(0.75rem, -1.036rem + 5.71vw, 1.25rem) clamp(1.5rem, -0.286rem + 5.71vw, 2rem) clamp(1.75rem, -0.036rem + 5.71vw, 2.25rem);
  border-radius: 2.75rem;
  background-color: var(--color_white);
}

/*Остались вопросы?*/

.ask-question {
  padding: clamp(1.5rem, 0.804rem + 1.74vw, 2rem) 0 clamp(3.75rem, 0.114rem + 9.09vw, 7.5rem);
}

.ask-question__row {
  border-radius: 2.75rem;
  background-color: var(--color_white);
  padding: clamp(1.75rem, -0.036rem + 5.71vw, 2.25rem) clamp(1.5rem, -0.286rem + 5.71vw, 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}

.ask-question__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/*страница Вопросы и ответы - end*/

/*Услуги*/

.our-services {
  padding: 0 0 3rem;
}

.our-services__title:not(:last-child) {
  margin-bottom: clamp(1.25rem, 0.357rem + 2.86vw, 1.5rem);
}

.our-services__paragraph {
  max-width: 36.75rem;
}

.cards-rows {
  padding: clamp(2.5rem, 0.714rem + 5.71vw, 3rem) 0rem clamp(3rem, -0.571rem + 11.43vw, 4rem);
}

.cards-rows.cards-rows_green-bg {
  background-color: var(--light_green);
  padding: clamp(2.5rem, 0.714rem + 5.71vw, 3rem) 0rem clamp(3rem, -0.571rem + 11.43vw, 4rem);
}

.cards-rows__title {
  margin-bottom: clamp(2rem, 1.292rem + 3.02vw, 2.5rem);
}

.cards-rows__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

/*Услуги - end*/

/*Услуги для корпоративных проектов*/

.services-slider {
  background-color: var(--light_green);
}

.services-slider__title {
  margin-bottom: clamp(2rem, -2.546rem + 7.34vw, 2.5rem);
}

.services-slider__slider {
  overflow: visible;
}

.services-slider .card-services {
  height: unset;
  min-height: 100%;
}

.services-slider .card-services__photo {
  padding-bottom: 55.55%;
}

/*Услуги для корпоративных проектов -end*/

/*О компании*/

/*главный о нас*/

.about-main {
  padding: 0 0 clamp(3.75rem, -3.069rem + 11.01vw, 4.5rem);
}

.about-main__title {
  margin-bottom: clamp(2rem, 1.292rem + 3.02vw, 2.5rem);
}

.about-main__video-wrapper {
  overflow: hidden;
  border-radius: 2.75rem;
  padding-bottom: 40%;
  margin-bottom: 2rem;
}

.about-main__video-wrapper .btn-play {
  width: 3.5rem;
  height: 3.5rem;
}

.about-main__video-wrapper .btn-play::before {
  width: 1.25rem;
  height: 1.25rem;
}

.about-main__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0.25rem, -4.214rem + 14.29vw, 1.5rem);
}

.about-main__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 36.75rem;
          flex: 0 1 36.75rem;
  font-size: clamp(1.25rem, 0.804rem + 1.43vw, 1.375rem);
  font-weight: 600;
}

.about-main__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 36.75rem;
          flex: 0 1 36.75rem;
}

.about-main__right .more-text__content {
  max-height: 100%;
}

.about-main__right .more-text__content :not(:last-child) {
  margin-bottom: 0.75rem;
}

.about-main__right .all-btn {
  display: none;
}

.about-main__right.more-text .more-text__content::before {
  display: none;
}

/*главный о нас - end*/

/*команда*/

.team {
  background-color: var(--light_green);
}

.team__slider {
  overflow: visible;
}

.team__photo {
  padding-bottom: 100%;
}

.team__body span {
  color: var(--color_green);
  margin-bottom: 1rem;
}

.team__name {
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  font-weight: 600;
}

/*команда - end*/

/*Грамоты и дипломы*/

.diploma__photo {
  padding-bottom: 141.47%;
}

.diploma__body b {
  margin-bottom: 0.375rem;
}

.diploma__body span {
  font-size: 1rem;
  line-height: 1.25;
  color: #a0a0ab;
}

.team__title,
.diploma__title {
  margin-bottom: clamp(2rem, 0.214rem + 5.71vw, 2.5rem);
}

.team__card,
.diploma__card {
  background-color: var(--color_white);
  border-radius: 2.75rem;
  padding: 0.75rem;
  min-height: 100%;
  height: unset;
}

.team__photo,
.diploma__photo {
  overflow: hidden;
  border-radius: 2.25rem;
}

.team__body,
.diploma__body {
  padding: 1.5rem clamp(0.75rem, -1.036rem + 5.71vw, 1.25rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/*Отзывы - end*/

/*О компании - end*/

/*Контакты*/

.contacts__title {
  margin-bottom: 2rem;
}

.contacts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}

.contacts__row:not(:last-child) {
  margin-bottom: 1.5rem;
}

.contacts__card {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.333%;
          flex: 1 1 33.333%;
  padding: clamp(1.75rem, -0.036rem + 5.71vw, 2.25rem) clamp(1.5rem, -0.286rem + 5.71vw, 2rem);
  background-color: var(--color_white);
  border-radius: 2.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1rem, 0.107rem + 2.86vw, 1.25rem);
}

.contacts__icon {
  width: 2.5rem;
  height: 2.5rem;
}

.contacts__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.contacts__text b {
  display: block;
  font-size: clamp(1.25rem, 0.804rem + 1.43vw, 1.375rem);
  margin-bottom: 0.5rem;
}

.contacts__text span {
  display: block;
  margin-bottom: 1.25rem;
}

.contacts__text a {
  display: block;
  font-weight: 600;
  color: var(--color_green);
}

.contacts__text a:not(:last-child) {
  margin-bottom: 0.25rem;
}

/*Контакты - end*/

/*Организация*/

.organization {
  padding: clamp(1.75rem, -0.036rem + 5.71vw, 2.25rem) clamp(1.5rem, -0.286rem + 5.71vw, 2rem);
  background-color: var(--color_white);
  border-radius: 2.75rem;
}

.organization__title {
  font-size: clamp(1.25rem, 0.804rem + 1.43vw, 1.375rem);
  line-height: 1.4;
  color: var(--color_black);
  margin-bottom: 1rem;
}

.organization__paragraphs:not(:last-child) {
  margin-bottom: 1.5rem;
}

.organization__adderess:not(:last-child) {
  margin-bottom: 1.5rem;
}

.organization__adderess address {
  font-style: normal;
}

/*Организация - end*/

/* отзывы страница */

.reviews-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.reviews-row .reviews-card:nth-child(even) .reviews-card__img,
.reviews-row .reviews-card:nth-child(odd) .reviews-card__img {
  height: auto;
}

.reviews-row .reviews-card {
  max-width: 17.625rem;
  height: 32.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.reviews-row .reviews-card .reviews-card__img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-height: 24.875rem;
  max-width: 16.125rem;
  width: unset;
}

.reviews-row .reviews-card .reviews-card__img img {
  position: absolute;
  top: 0;
  left: 0;
}

/* отзывы страница - end */

/*popup Покупка билетов тура*/

.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(12, 17, 29, 0.72);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
}

.popup.popup-open {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  visibility: visible;
}

.popup__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100%;
}

.popup__content {
  margin: clamp(0rem, -2.8rem + 8.96vw, 2.75rem) 0rem;
  width: 31.25rem;
  position: relative;
  padding: clamp(1.5rem, 0.482rem + 3.26vw, 2.5rem);
  background-color: var(--color_white);
  -webkit-box-shadow: 0 4px 8px 0 rgba(12, 17, 29, 0.08), 0 8px 24px -2px rgba(12, 17, 29, 0.16);
          box-shadow: 0 4px 8px 0 rgba(12, 17, 29, 0.08), 0 8px 24px -2px rgba(12, 17, 29, 0.16);
  border-radius: 2.75rem;
}

.form-popup__title {
  font-family: "SangBleu Sunrise", sans-serif;
  font-size: clamp(1.5rem, 0.736rem + 2.44vw, 2.25rem);
  line-height: 1.22222;
  letter-spacing: -0.04em;
  padding-right: 1.875rem;
  margin-bottom: clamp(1.5rem, 0.991rem + 1.63vw, 2rem);
}

.form-popup__close {
  position: absolute;
  top: clamp(1.25rem, 0.741rem + 1.63vw, 1.75rem);
  right: clamp(1.25rem, 0.741rem + 1.63vw, 1.75rem);
}

.form-popup__top:not(:last-child) {
  margin-bottom: clamp(0.75rem, 0.241rem + 1.63vw, 1.25rem);
}

.form-popup__item:not(:last-child) {
  margin-bottom: 1.25rem;
}

.form-popup__item label {
  margin-bottom: 0.375rem;
}

.form-popup__button {
  width: 100%;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0.04em;
}

.form-popup__button:not(:last-child) {
  margin-bottom: 0.75rem;
}

.form-popup__assent {
  font-size: 1rem;
  line-height: 1.25;
  color: #70707b;
}

.form-popup__assent a {
  color: var(--color_green);
}

.quantity-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid var(--light_grey);
  padding-bottom: 0.75rem;
}

.quantity-form__item:not(:last-child) {
  margin-bottom: 0.75rem;
}

.quantity-form__item:last-child {
  margin-bottom: 1rem;
}

.quantity-form__left b,
.quantity-form__left span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--color_black);
}

.quantity-form__left span {
  font-weight: 400;
}

.quantity-form__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.quantity-form__right input.quantity-down,
.quantity-form__right input.quantity-up {
  font-size: 0rem;
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--color_white);
  border: 1px solid #e4e4e7;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.quantity-form__right input.quantity-up {
  background: url("../img/icon/plus_black.svg") center/16px no-repeat;
}

.quantity-form__right input.quantity-down {
  background: url("../img/icon/minus.svg") center/16px no-repeat;
}

.quantity-form__right .quantity-number {
  text-align: center;
  border: 1px solid #e4e4e7;
  border-radius: 0.5rem;
  max-width: 4rem;
  height: 2.5rem;
}

.quantity-form__right input[type=number]::-webkit-inner-spin-button,
.quantity-form__right input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity-form__right input[type=number] {
  -moz-appearance: textfield;
}

.quantity-form__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
  font-weight: 600;
  color: var(--color_black);
}

.info-form-popup {
  padding: 0.75rem 1rem;
  border: 1px solid #e4e4e7;
  border-radius: 0.5rem;
  background: #fafafa;
}

.info-form-popup:not(:last-child) {
  margin-bottom: 1.25rem;
}

.info-form-popup b {
  display: block;
  font-size: 18px;
  color: var(--color_black);
}

.info-form-popup span {
  display: block;
  color: #70707b;
}

.info-form-popup span:not(:last-child) {
  margin-bottom: 0.75rem;
}

.info-form-popup p {
  color: var(--color_black);
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.info-form-popup p::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: url("../img/icon/ticket.svg") 0 0/cover no-repeat;
  display: inline-block;
  -webkit-filter: brightness(0) saturate(100%) invert(22%) sepia(1%) saturate(4201%) hue-rotate(202deg) brightness(93%) contrast(84%);
          filter: brightness(0) saturate(100%) invert(22%) sepia(1%) saturate(4201%) hue-rotate(202deg) brightness(93%) contrast(84%);
}

/*opup Покупка билетов  [Форма отправлена]*/

.form-popup__title-sent {
  text-align: center;
  margin-bottom: 1rem;
}

.form-popup__title-sent :not(:last-child) {
  margin-bottom: clamp(1.5rem, 0.991rem + 1.63vw, 2rem);
}

.form-popup__title-sent img {
  width: 4.5rem;
  height: 4.5rem;
}

.form-popup__title-sent span {
  display: block;
  font-family: "SangBleu Sunrise", sans-serif;
  font-size: clamp(1.625rem, 0.989rem + 2.04vw, 2.25rem);
  line-height: 1.30769;
  letter-spacing: -0.04em;
}

.form-popup__subtitle {
  text-align: center;
  margin-bottom: 1rem;
  color: #70707b;
}

.form-popup__subtitle span {
  color: var(--color_green);
}

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

.form-popup__pay:not(:last-child) {
  margin-bottom: clamp(1.5rem, 0.991rem + 1.63vw, 2rem);
}

.form-popup__pay p {
  color: #70707b;
}

.form-popup__pay b {
  font-size: clamp(1.25rem, 1.123rem + 0.41vw, 1.375rem);
  color: var(--color_black);
  line-height: 1.4;
  font-weight: 600;
}

/*opup Покупка билетов  [Форма отправлена] - end*/

/*popup Покупка билетов тура - end*/

.portfolio_white-bg {
  background-color: #fafafa;
}

/*главный*/

.page-ordering-cakes .fixed-btns .fixed-btns__button.button.button_white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.5rem, -0.393rem + 2.86vw, 0.75rem);
}

.page-ordering-cakes .fixed-btns .fixed-btns__button.button.button_white::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(1rem, 0.107rem + 2.86vw, 1.25rem);
          flex: 0 0 clamp(1rem, 0.107rem + 2.86vw, 1.25rem);
  width: clamp(1rem, 0.107rem + 2.86vw, 1.25rem);
  height: clamp(1rem, 0.107rem + 2.86vw, 1.25rem);
  background: url("../img/icon/vk.svg") 0 0/contain no-repeat;
  display: inline-block;
  -webkit-filter: brightness(0) saturate(100%) invert(19%) sepia(2%) saturate(3767%) hue-rotate(202deg) brightness(93%) contrast(78%);
          filter: brightness(0) saturate(100%) invert(19%) sepia(2%) saturate(3767%) hue-rotate(202deg) brightness(93%) contrast(78%);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.page-ordering-cakes .fixed-btns .fixed-btns__button.button.button_ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.5rem, -0.393rem + 2.86vw, 0.75rem);
}

.page-ordering-cakes .fixed-btns .fixed-btns__button.button.button_ico::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(1rem, 0.107rem + 2.86vw, 1.25rem);
          flex: 0 0 clamp(1rem, 0.107rem + 2.86vw, 1.25rem);
  width: clamp(1rem, 0.107rem + 2.86vw, 1.25rem);
  height: clamp(1rem, 0.107rem + 2.86vw, 1.25rem);
  background: url("../img/icon/arrow_full.svg") 0 0/contain no-repeat;
  display: inline-block;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-filter: brightness(0) saturate(100%) invert(90%) sepia(100%) saturate(35%) hue-rotate(194deg) brightness(109%) contrast(99%);
          filter: brightness(0) saturate(100%) invert(90%) sepia(100%) saturate(35%) hue-rotate(194deg) brightness(109%) contrast(99%);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.page-ordering-cakes .info-content__more-text.more-text .more-text__content::before {
  display: none;
}

.page-ordering-cakes .more-text .more-text__content {
  max-height: 100%;
}

.page-ordering-cakes .info-content__right .business-card .business-card__button.button_white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(0.5rem, -0.393rem + 2.86vw, 0.75rem);
}

.page-ordering-cakes .info-content__right .business-card .business-card__button.button_white::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(1rem, 0.107rem + 2.86vw, 1.25rem);
          flex: 0 0 clamp(1rem, 0.107rem + 2.86vw, 1.25rem);
  width: clamp(1rem, 0.107rem + 2.86vw, 1.25rem);
  height: clamp(1rem, 0.107rem + 2.86vw, 1.25rem);
  background: url("../img/icon/vk.svg") 0 0/contain no-repeat;
  display: inline-block;
  -webkit-filter: brightness(0) saturate(100%) invert(19%) sepia(2%) saturate(3767%) hue-rotate(202deg) brightness(93%) contrast(78%);
          filter: brightness(0) saturate(100%) invert(19%) sepia(2%) saturate(3767%) hue-rotate(202deg) brightness(93%) contrast(78%);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.page-ordering-cakes .info-content__right .business-card .business-card__button.button.button_ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(0.5rem, -0.393rem + 2.86vw, 0.75rem);
}

.page-ordering-cakes .info-content__right .business-card .business-card__button.button.button_ico::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(1rem, 0.107rem + 2.86vw, 1.25rem);
          flex: 0 0 clamp(1rem, 0.107rem + 2.86vw, 1.25rem);
  width: clamp(1rem, 0.107rem + 2.86vw, 1.25rem);
  height: clamp(1rem, 0.107rem + 2.86vw, 1.25rem);
  background: url("../img/icon/arrow_full.svg") 0 0/contain no-repeat;
  display: inline-block;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-filter: brightness(0) saturate(100%) invert(90%) sepia(100%) saturate(35%) hue-rotate(194deg) brightness(109%) contrast(99%);
          filter: brightness(0) saturate(100%) invert(90%) sepia(100%) saturate(35%) hue-rotate(194deg) brightness(109%) contrast(99%);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/*главный - end*/

/*Заказ тортов*/

/*У нас вы можете заказать*/

.products-cakes {
  background-color: var(--light_green);
}

.products-cakes__title {
  margin-bottom: clamp(2rem, 0.214rem + 5.71vw, 2.5rem);
}

.products-cakes__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.products-cakes__card {
  border-radius: 2.75rem;
  padding: 0.75rem;
  background-color: var(--color_white);
}

.products-cakes__image {
  overflow: hidden;
  border-radius: 2.25rem;
  padding-bottom: 100%;
}

.products-cakes__body {
  padding: 1.5rem clamp(0.75rem, -1.036rem + 5.71vw, 1.25rem) clamp(1rem, -0.786rem + 5.71vw, 1.5rem);
}

.products-cakes__body :not(:last-child) {
  margin-bottom: 0.5rem;
}

.products-cakes__body h3 {
  font-weight: 600;
}

.products-cakes__body span {
  line-height: 1.25;
  color: #70707b;
}

/*У нас вы можете заказать - end*/

/*Заказ тортов - end*/

/*страницы на подобии текстом типа политики и т.д.*/

.text-section {
  /*карточки Документы ряд*/
  /*карточки Документы ряд - end*/
}

.text-section__title h1 {
  margin-bottom: clamp(2rem, 1.292rem + 3.02vw, 2.5rem);
  margin-bottom: 2rem;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}

.text-section__content {
  background-color: var(--color_white);
  border-radius: 2.75rem;
  padding: clamp(1.75rem, -0.036rem + 5.71vw, 2.25rem) clamp(1.5rem, -0.286rem + 5.71vw, 2rem);
}

.text-section__content:not(:last-child) {
  margin-bottom: 1.5rem;
}

.text-section__content h2 {
  color: var(--color_black);
  font-size: clamp(1.375rem, 0.929rem + 1.43vw, 1.5rem);
  font-family: "SangBleu Sunrise", sans-serif;
  letter-spacing: -0.04em;
}

.text-section__content h2:not(:last-child) {
  margin-bottom: 1rem;
}

.text-section__content b {
  color: var(--color_black);
  display: block;
}

.text-section__content b:not(:last-child) {
  margin-bottom: 1rem;
}

.text-section__content span {
  display: block;
  font-weight: 600;
}

.text-section__content ol,
.text-section__content ul {
  padding-left: 1.6875rem;
}

.text-section__content ul li {
  list-style: disc;
}

.text-section__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.text-section__card {
  padding: clamp(1.75rem, -0.036rem + 5.71vw, 2.25rem) clamp(1.5rem, -0.286rem + 5.71vw, 2rem);
  border-radius: 2.75rem;
  background-color: var(--color_white);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.text-section__card h2 {
  font-size: clamp(1.25rem, 0.804rem + 1.43vw, 1.375rem);
  font-weight: 600;
}

.text-section__card h2:not(:last-child) {
  margin-bottom: 0.5rem;
}

.text-section__card p:not(:last-child) {
  margin-bottom: 1.25rem;
}

.text-section__card span {
  color: var(--color_green);
  font-weight: 600;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.offer-page .text-section__content ol li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.text-section .text-section__content .pdf-card b {
  margin: 0;
}

.text-section .text-section__content .pdf-card span {
  font-weight: 400;
}

/*страницы с текстом на подобии политики и т.д. - end*/

/* ошибка 404*/

.error-404 {
  padding: clamp(5rem, -4.165rem + 29.33vw, 14rem) 0 clamp(3.75rem, 0.114rem + 9.09vw, 7.5rem);
}

.error-404__container {
  max-width: 49.5rem;
}

.error-404__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
}

.error-404__left {
  max-width: 20.9375rem;
}

.error-404__text:not(:last-child) {
  margin-bottom: 2rem;
}

.error-404__text :not(:last-child) {
  margin-bottom: 0.75rem;
}

.error-404__title {
  font-family: "SangBleu Sunrise", sans-serif;
  color: var(--color_black);
  font-size: clamp(2.25rem, 1.486rem + 2.44vw, 3rem);
  line-height: 1.16667;
  letter-spacing: -0.04em;
}

.error-404__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 24rem;
          flex: 0 1 24rem;
}

.error-404__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ошибка 404*/

/*бриф*/

.equipment-tabs__tabs {
  overflow: hidden;
}

.equipment-tabs__tab.completion-decor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5625rem;
}

.equipment-tabs__tab.completion-decor::before {
  content: "";
  width: clamp(1rem, 0.107rem + 2.86vw, 1.25rem);
  height: clamp(1rem, 0.107rem + 2.86vw, 1.25rem);
  background: url("../img/icon/decor_list.svg") 0 0/contain no-repeat;
  display: inline-block;
}

.equipment-tabs__navigation.equipment-tabs__navigation_margin-top {
  margin-bottom: clamp(2rem, 0.288rem + 3.57vw, 2.5rem);
}

.form__btn-brief {
  padding-top: clamp(1.5rem, -0.286rem + 5.71vw, 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.1875rem;
  position: relative;
}

.form__btn-brief::before {
  content: "";
  width: 100vw;
  height: 0.0625rem;
  background: var(--light_grey);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.form__btn-brief .form__button,
.btn-date-next {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 13.25rem;
          flex: 0 1 13.25rem;
}

.form__info-brief {
  padding-bottom: clamp(3rem, -0.571rem + 11.43vw, 4rem);
  position: relative;
}

.form__info-brief::before {
  content: "";
  width: 100vw;
  height: 0.0625rem;
  background: var(--light_grey);
  position: absolute;
  bottom: clamp(1.5rem, -0.286rem + 5.71vw, 2rem);
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.form__info-brief b:not(:last-child) {
  margin-bottom: 0.5rem;
}

.form__info-brief span {
  color: #51525c;
}

.form__row select {
  height: 52px;
  border: 1px solid #e4e4e7;
}

.title-dropdown-brief__title {
  margin-bottom: 0.375rem;
  color: #51525c;
}

.dropdown-brief.dropdown {
  color: #a0a0ab;
}

.dropdown-brief.dropdown .dropdown__button {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0.5rem;
  border: 1px solid #e4e4e7;
}

.dropdown-brief.dropdown .dropdown__button.dropdown__button-active {
  color: var(--color_main);
  border: 1px solid #85e0d9;
  background: #ebfaf9;
}

.dropdown-brief.dropdown .dropdown__list {
  color: var(--color_main);
  width: 100%;
}

.form__brief-policy {
  font-size: 1rem;
  line-height: 1.25;
  color: #51525c;
}

.form__brief-policy:not(:last-child) {
  margin-bottom: clamp(1.5rem, -0.286rem + 5.71vw, 2rem);
}

.form__brief-policy input {
  display: none;
}

.form__brief-policy input:checked + label::before {
  background: url("../img/icon/decor_list.svg") center/contain no-repeat;
  -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(99%) saturate(0%) hue-rotate(266deg) brightness(108%) contrast(100%);
          filter: brightness(0) saturate(100%) invert(99%) sepia(99%) saturate(0%) hue-rotate(266deg) brightness(108%) contrast(100%);
}

.form__brief-policy input:checked + label::after {
  border: 1px solid transparent;
  background: var(--color_green);
}

.form__brief-policy label {
  display: inline-block;
  padding-left: 2rem;
  cursor: pointer;
  position: relative;
}

.form__brief-policy label::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: -0.0625rem;
  left: 0;
  z-index: 1;
}

.form__brief-policy label::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: -0.0625rem;
  left: 0;
  border-radius: 0.25rem;
  border: 1px solid #e4e4e7;
}

.form__brief-policy label a {
  color: var(--color_green);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*готово*/

.completed-brief {
  padding: clamp(2.5rem, 0.973rem + 4.89vw, 4rem) 1.5rem;
  text-align: center;
  background: #fff;
  border-radius: 2.75rem;
}

.completed-brief__wrapper {
  max-width: 12.5rem;
  margin: 0 auto;
}

.completed-brief__img {
  width: 4.5rem;
  height: 4.5rem;
  margin-bottom: 2rem;
}

.completed-brief__title {
  font-family: "SangBleu Sunrise", sans-serif;
  font-size: clamp(1.5rem, 1.118rem + 1.22vw, 1.875rem);
  margin-bottom: 1rem;
}

.completed-brief__subtitle {
  color: #70707b;
}

/*готово -end*/

/*бриф - end*/

@media (min-width: 61.99875em) {
  .business-card {
    position: sticky;
    top: 0.3125rem;
    right: 0;
    -webkit-box-shadow: 0 3px 6px -2px rgba(20, 21, 26, 0.05), 0 10px 16px -3px rgba(20, 21, 26, 0.08);
            box-shadow: 0 3px 6px -2px rgba(20, 21, 26, 0.05), 0 10px 16px -3px rgba(20, 21, 26, 0.08);
    background: var(--color_white);
    border: 1px solid #e4e4e7;
    border-radius: 2.75rem;
    padding: 2.25rem 2rem;
    width: 24rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 90em) {
  .main {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(19, 19, 22, 0.32)), to(rgba(19, 19, 22, 0.32)));
    background: -o-linear-gradient(bottom, rgba(19, 19, 22, 0.32) 0%, rgba(19, 19, 22, 0.32) 100%);
    background: linear-gradient(0deg, rgba(19, 19, 22, 0.32) 0%, rgba(19, 19, 22, 0.32) 100%);
  }

  .main__bg {
    top: -12%;
    left: 0;
    -webkit-transform: scale(1.33) translate(0%, 0%);
        -ms-transform: scale(1.33) translate(0%, 0%);
            transform: scale(1.33) translate(0%, 0%);
  }
}

@media (max-width: 75em) {
  .pdf-cards {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .reviews__slider {
    overflow: visible;
  }
}

@media (max-width: 40em) {
  .padding96-120 {
    padding: clamp(2.5rem, 1.792rem + 3.02vw, 3rem) 0 clamp(3rem, 1.939rem + 4.53vw, 3.75rem);
  }

  .padding144-120 {
    padding: clamp(4.25rem, 3.393rem + 2.14vw, 5rem) 0 clamp(3rem, 1.939rem + 4.53vw, 3.75rem);
  }

  .padding160-120 {
    padding: clamp(4.25rem, -355rem + 1200vw, 5rem) 0 clamp(3rem, 1.939rem + 4.53vw, 3.75rem);
  }

  .padding132-72 {
    padding: clamp(3.5rem, -355.75rem + 1200vw, 4.25rem) 0 clamp(3rem, -356.25rem + 1200vw, 3.75rem);
  }

  .title-h2 {
    font-size: clamp(1.75rem, 1.045rem + 3.01vw, 2.25rem);
  }

  .title-h3 {
    font-size: clamp(1.5rem, 1.146rem + 1.51vw, 1.75rem);
  }

  .features {
    padding: clamp(2.5rem, 1.792rem + 3.02vw, 3rem) 0 clamp(1.25rem, 0.506rem + 2.48vw, 1.5rem);
  }

  .about-info {
    padding: clamp(1.25rem, 0.506rem + 2.48vw, 1.5rem) 0 clamp(2.5rem, 1.792rem + 3.02vw, 3rem);
  }

  .faq {
    padding: 0 0 clamp(1.25rem, 0.357rem + 2.86vw, 1.5rem);
  }

  .ask-question {
    padding: clamp(1.25rem, 0.357rem + 2.86vw, 1.5rem) 0 clamp(3rem, 1.939rem + 4.53vw, 3.75rem);
  }

  .about-main {
    padding: 0 0 clamp(3rem, 0.321rem + 8.57vw, 3.75rem);
  }
}

@media (max-width: 25em) {
  .tabs-left__slide.swiper-slide {
    padding-right: 1.5rem;
  }

  .text-section__title h1 {
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
}

@media (max-width: 93.75em) {
  .dropdown__list {
    right: 0;
    left: unset;
  }

  .events-all .events .dropdown .dropdown__list {
    left: 0;
    right: unset;
  }

  .portfolio-all .portfolio .dropdown .dropdown__list {
    left: 0;
    right: unset;
  }
}

@media (max-width: 78.125em) {
  .calendar-form .tabs-left__navigation {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 20rem;
            flex: 0 1 20rem;
    min-width: 15.625rem;
  }
}

@media (max-width: 68.75em) {
  .features__cards {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 65.625em) {
  .reviews-row {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .products-cakes__row {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 62.5em) {
  .events-all .events__col {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 61.99875em) {
  .title {
    line-height: 1.2;
  }

  .title-btns-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .dropdown {
    width: 100%;
  }

  .dropdown__button {
    width: 100%;
  }

  .dropdown__list {
    width: 100%;
  }

  .control-slider__button {
    width: 100%;
  }

  .navigation-btns-slider {
    display: none;
  }

  .swiper-scrollbar.swiper-scrollbar-horizontal {
    display: none;
  }

  .cards-info {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .num-marker-cards__row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .events-all input[type=date] {
    width: 100%;
    padding: 0.75rem 1rem 0.75rem 1rem;
    text-align: right;
  }

  .events-all input[type=date]::before {
    left: 40%;
  }

  .events-all input[type=date]::after {
    text-align: left;
    left: 46.5%;
    background: url("../img/icon/arrow_black.svg") 45px center/16px no-repeat;
    background-color: var(--color_white);
  }

  .events-all input.active {
    text-align: center;
  }

  .events-all input.active::before {
    left: clamp(5rem, -4.117rem + 22.79vw, 10rem);
  }

  .info-content__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .info-content__left,
  .info-content__business-card {
    max-width: 100%;
    width: 100%;
  }

  .info-content__right {
    display: none;
  }

  .info-content__business-card .business-card {
    width: 100%;
    text-align: center;
  }

  .business-card.business-card__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }

  .business-card.business-card__mobile:not(:last-child) {
    margin-bottom: 2rem;
  }

  .fixed-btn,
  .fixed-btns {
    display: block;
  }

  .fixed-btns {
    display: -ms-grid;
    display: grid;
  }

  .reviews-gellery .lg-item.lg-video-loaded .lg-sub-html {
    display: none;
  }

  .reviews-gellery .lg-item .lg-sub-html {
    padding: 0 0.75rem 0.625rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(53%, rgba(14, 14, 14, 0.41)), to(rgba(56, 56, 56, 0.8)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(14, 14, 14, 0.41) 53%, rgba(56, 56, 56, 0.8) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(14, 14, 14, 0.41) 53%, rgba(56, 56, 56, 0.8) 100%);
    width: 100%;
    max-width: 23.4375rem;
    top: unset;
    right: unset;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }

  .reviews-gellery .lg-item .lg-sub-html b {
    font-size: 16px;
  }

  .reviews-gellery .lg-item .lg-sub-html .reviews-card__more {
    display: block;
  }

  .reviews-gellery .lg-item .lg-sub-html.active {
    position: fixed;
    top: unset;
    bottom: 0;
    z-index: 665000;
    padding: 1.5rem 1.5rem 2.25rem;
    border-radius: 2rem 2rem 0 0;
    -webkit-box-shadow: 0 4px 8px 0 rgba(12, 17, 29, 0.08), 0 8px 24px -2px rgba(12, 17, 29, 0.16);
            box-shadow: 0 4px 8px 0 rgba(12, 17, 29, 0.08), 0 8px 24px -2px rgba(12, 17, 29, 0.16);
    background: #fff;
  }

  .reviews-gellery .lg-item .lg-sub-html.active .reviews-card__title-mobile {
    display: block;
    font-family: "SangBleu Sunrise", sans-serif;
    font-size: 1.5rem;
    letter-spacing: -0.04em;
    margin-bottom: 1rem;
    color: var(--color_main);
  }

  .reviews-gellery .lg-item .lg-sub-html.active .reviews-card__top:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .reviews-gellery .lg-item .lg-sub-html.active .reviews-card__top b {
    color: var(--color_black);
  }

  .reviews-gellery .lg-item .lg-sub-html.active .reviews-card__review {
    overflow: visible;
    display: block;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    -webkit-box-orient: vertical;
  }

  .reviews-gellery .lg-item .lg-sub-html.active .reviews-card__review p {
    font-size: 1.125rem;
    color: var(--color_main);
    margin: 0;
  }

  .reviews-gellery .lg-item .lg-sub-html.active .reviews-card__review p:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .reviews-gellery .lg-item .lg-sub-html.active .reviews-card__more {
    display: none;
  }

  .reviews-gellery .lg-item .lg-sub-html.active .reviews-card__close {
    display: block;
    border: 1px solid #e4e4e7;
    border-radius: 360px;
    padding: 12px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
  }

  .reviews-gellery .lg-item .lg-sub-html.active .reviews-card__close::before {
    content: "";
    width: 1rem;
    height: 1rem;
    background: url("../img/icon/close_white.svg") 0 0/contain no-repeat;
    -webkit-filter: brightness(0) saturate(100%) invert(22%) sepia(5%) saturate(849%) hue-rotate(202deg) brightness(96%) contrast(87%);
            filter: brightness(0) saturate(100%) invert(22%) sepia(5%) saturate(849%) hue-rotate(202deg) brightness(96%) contrast(87%);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .lg-next,
  .lg-prev {
    display: none;
  }

  .main-slider-button-prev,
  .main-slider-button-next {
    display: none;
  }

  .popup-gallery__content {
    padding: 4.0625rem 0 4.5625rem;
  }

  .popup-gallery-prev.swiper-button-prev,
  .popup-gallery-next.swiper-button-next,
  .popup-gallery-video-prev.swiper-button-prev,
  .popup-gallery-video-next.swiper-button-next {
    display: none;
  }

  .popup-gallery-thumbs {
    position: absolute;
    bottom: 0.875rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }

  .tabs-left__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .tabs-left__dropdown-list {
    width: 100%;
    position: absolute;
    top: 5rem;
    left: 0;
    visibility: hidden;
    opacity: 0;
    gap: 0;
    border-radius: 1rem;
    overflow: hidden;
  }

  .tabs-left__dropdown-list {
    -webkit-box-shadow: 0 0 14px rgba(19, 19, 22, 0.274);
            box-shadow: 0 0 14px rgba(19, 19, 22, 0.274);
  }

  .tabs-left__dropdown-button {
    display: block;
  }

  .tabs-left__tab {
    border-radius: 0;
  }

  .tabs-left__tab.active-tabs-left {
    background: #fafafa;
  }

  .tabs-left__cards {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .tabs-left__card.active-tabs-left {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    width: 100%;
    height: 20rem;
  }

  .calendar-form .tabs-left__navigation {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
    padding-right: clamp(1.5rem, -318rem + 800vw, 2rem);
  }

  .calendar-form .tabs-left .tabs-left__content .tabs-left__card {
    max-width: 100%;
  }

  .calendar-form .tabs-left__cards::before {
    width: 230%;
    height: 0.0625rem;
    top: -2rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }

  .calendar-form .tabs-left__button.button {
    width: 100%;
  }

  .header {
    overflow: visible;
    position: fixed;
  }

  .header-pc {
    display: none;
  }

  .wrapper_header-scroll .remove-header {
    top: -4.125rem;
  }

  .header.header-scroll {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .header-mobile {
    display: block;
  }

  .icon-menu {
    padding: 0.75rem 0.8125rem;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.24);
    display: block;
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    cursor: pointer;
    z-index: 5;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    left: 50%;
    position: absolute;
    width: 1rem;
    height: 0.125rem;
    background-color: var(--color_white);
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }

  .icon-menu::before {
    top: 0.8125rem;
  }

  .icon-menu::after {
    bottom: 0.8125rem;
  }

  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }

  .icon-menu.menu-open span {
    width: 0;
  }

  .icon-menu.menu-open::before {
    left: calc(50% - 0.125rem);
    top: calc(0.8125rem - 0.0625rem);
    -webkit-transform: rotate(-45deg) translate(-50%, 0%);
        -ms-transform: rotate(-45deg) translate(-50%, 0%);
            transform: rotate(-45deg) translate(-50%, 0%);
  }

  .icon-menu.menu-open::after {
    left: calc(50% - 0.125rem);
    -webkit-transform: rotate(45deg) translate(-50%, 0%);
        -ms-transform: rotate(45deg) translate(-50%, 0%);
            transform: rotate(45deg) translate(-50%, 0%);
  }

  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .main {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(19, 19, 22, 0.32)), to(rgba(19, 19, 22, 0.32)));
    background: -o-linear-gradient(bottom, rgba(19, 19, 22, 0.32) 0%, rgba(19, 19, 22, 0.32) 100%);
    background: linear-gradient(0deg, rgba(19, 19, 22, 0.32) 0%, rgba(19, 19, 22, 0.32) 100%);
  }

  .main__bg {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.003);
        -ms-transform: translate(-50%, -50%) scale(1.003);
            transform: translate(-50%, -50%) scale(1.003);
  }

  .main__title br {
    display: none;
  }

  .services-formats__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }

  .services-formats__card {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .services-formats__card.active {
    position: relative;
    opacity: 1;
  }

  .events-all .events .dropdowns-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .events-all .events .dropdown {
    width: 100%;
  }

  .portfolio-all .portfolio .portfolio__row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .portfolio-all .portfolio .dropdown {
    width: unset;
  }

  .portfolio-all .portfolio .dropdown .dropdown__list {
    width: 17.8125rem;
  }

  .menu-options .control-slider {
    margin: 0;
  }

  .menu-options__price span:nth-child(1) {
    font-size: clamp(1.75rem, -237.75rem + 800vw, 2.25rem);
  }

  .placement .control-slider__button {
    justify-content: center;
  }

  .cards-rows__row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .about-main__video-wrapper {
    padding-bottom: 61.224%;
  }

  .about-main__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .about-main__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .about-main__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .contacts__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .text-section__cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .btn-date-next {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

@media (max-width: 61.9988em) {
  .page-ordering-cakes .business-card__mobile {
    display: block;
  }

  .page-ordering-cakes .info-content__right {
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .page-ordering-cakes .info-content__right .business-card__body {
    display: none;
  }

  .page-ordering-cakes .info-content__right .business-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (max-width: 60.625em) {
  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: clamp(1.5rem, -0.323rem + 4.56vw, 2.5rem);
  }

  .footer__left {
    max-width: 37.5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .footer__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer__menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .footer__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .footer__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 58.75em) {
  .pdf-cards {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 54.375em) {
  .features__cards {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 53.125em) {
  .reviews-row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-column-align: center;
        justify-self: center;
  }

  .products-cakes__row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 47.99875em) {
  .error-404__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 13rem;
            flex: 0 0 13rem;
    width: 13rem;
    height: 17.75rem;
  }

  .error-404__right img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 46.875em) {
  .pdf-cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .form__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .form__button {
    width: 100%;
  }
}

@media (max-width: 40.0625em) {
  .dropdowns-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .portfolio-all .portfolio .dropdowns-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 39.9375em) {
  .page-vyatka .crumbs,
  .page-event-hall .crumbs,
  .page-catering .crumbs,
  .page-portfolio .crumbs,
  .page-ordering-cakes .crumbs,
  .page-event .crumbs,
  .page-service-format .crumbs,
  .page-service .crumbs,
  .crumbs.crumbs__mobile,
  .wrapper.wrapper_header-scroll .crumbs {
    display: none;
  }

  a.button,
  button.button {
    line-height: 1.14286;
  }

  .cards-info__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .card-services__photo {
    padding-bottom: 51.447%;
  }

  .num-marker-cards__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .num-marker-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .num-marker-card.num-marker-card_marker {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .business-card.business-card__mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2rem;
  }

  .business-card__logo {
    text-align: center;
    max-width: 100%;
    width: 100%;
    border: 1px solid #e4e4e7;
    border-radius: 1.375rem;
    padding: 1rem 0;
  }

  .business-card__logo img {
    max-width: 7.6875rem;
    max-height: 3rem;
  }

  .platform-main .info-content__more-text.more-text .more-text__content {
    max-height: 7.5rem;
  }

  .event-hall-main .info-content__more-text.more-text .more-text__content {
    max-height: 6.5625rem;
  }

  .service-format-main .info-content__more-text.more-text .more-text__content {
    max-height: 8.75rem;
  }

  .page-service .info-content__more-text.more-text .more-text__content {
    max-height: 8.75rem;
  }

  .page-catering .info-content__more-text.more-text .more-text__content {
    max-height: 8.75rem;
  }

  .info-content__more-text.more-text .more-text__content::before {
    display: block;
  }

  .info-content__more-text .all-btn {
    display: block;
  }

  .standard__container,
  .odd-even__container,
  .even-odd__container,
  .two-slides__container,
  .mini-slides__container,
  .first-big__container {
    padding: 0 0 clamp(1.25rem, 0.486rem + 2.44vw, 2rem);
  }

  .even-odd__slide:nth-child(odd) {
    width: 100%;
  }

  .even-odd__slide:nth-child(even) {
    width: 100%;
  }

  .odd-even__slide:nth-child(odd) {
    width: 100%;
  }

  .odd-even__slide:nth-child(even) {
    width: 100%;
  }

  .two-slides__slide:nth-child(1),
  .two-slides__slide:nth-child(2),
  .two-slides__slide:nth-child(2n),
  .two-slides__slide:nth-child(1n) {
    width: 100%;
  }

  .two-slides__slide:nth-child(3),
  .two-slides__slide:nth-child(4),
  .two-slides__slide:nth-child(3n),
  .two-slides__slide:nth-child(4n) {
    width: 100%;
  }

  .first-big__slide:nth-child(1) {
    width: 100%;
  }

  .first-big__slide {
    width: 100%;
  }

  .back-share {
    display: block;
  }

  .events-all .events__col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .events-all .events .dropdowns-row {
    display: none;
  }

  .portfolio__btn-filter.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .filter-mobile__btn-apply.button {
    display: block;
    width: 100%;
    line-height: 1.25;
    font-size: 1rem;
    padding: 1rem;
  }

  .cards-rows__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .services-slider .card-services__photo {
    padding-bottom: 64.516%;
  }

  .about-main__right .more-text__content {
    max-height: 0;
  }

  .about-main__right .all-btn {
    display: block;
  }

  .about-main__right.more-text .more-text__content::before {
    display: block;
  }

  .contacts__card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 37.5em) {
  .portfolio-all .portfolio .portfolio__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 35.625em) {
  .reviews-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .reviews-row .reviews-card {
    max-width: 19.4375rem;
    height: unset;
  }

  .reviews-row .reviews-card .reviews-card__img {
    max-height: 19.4375rem;
    max-width: 19.4375rem;
    padding-bottom: 100%;
  }
}

@media (max-width: 34.375em) {
  .services-formats__card-body ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .ask-question__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .ask-question__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .ask-question__button {
    width: 100%;
  }

  .products-cakes__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 33.125em) {
  .features__container {
    padding: 0;
  }

  .features__title {
    padding: 0rem 1.25rem;
  }

  .features__cards {
    padding-left: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: scroll;
  }

  .features__cards::-webkit-scrollbar {
    width: 0;
  }

  .features__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17rem;
            flex: 0 0 17rem;
  }
}

@media (max-width: 32.5em) {
  .popup {
    background: var(--color_white);
  }

  .popup__content {
    max-width: 31.25rem;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: unset;
  }
}

@media (max-width: 29.99875em) {
  .booking-header_border {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.625rem;
    border-radius: 50%;
  }

  .booking-header_border::before {
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    background: url("../img/icon/calendar.svg") 0 0/contain no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .booking-header_border span {
    display: none;
  }

  .more-text .more-text__content {
    max-height: 60px;
  }

  .pdf-card__text b {
    line-height: 1.25;
  }

  .cards-info address {
    line-height: 1.25;
  }

  .business-card__text p {
    line-height: 1.25;
  }

  .fixed-btns {
    -ms-grid-columns: (auto)[2];
    grid-template-columns: repeat(2, auto);
  }

  .popup-gallery.popup-gallery_video .popup-gallery__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .popup-gallery__video-wrapper {
    max-width: 100%;
  }

  .popup-gallery.popup-gallery_video .video-wrapper {
    padding-bottom: 177.86%;
  }

  .tabs-left {
    padding: 0;
    background-color: transparent;
  }

  .calendar-form .tabs-left {
    background-color: var(--color_white);
  }

  .tabs-left__slider {
    padding-right: 1.5rem;
  }

  .calendar-form .navigation-btns-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    position: absolute;
    top: -0.5rem;
    left: 0;
    padding-right: 1.5rem;
  }

  .calendar-form .swiper-button-prev,
  .calendar-form .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
  }

  .wrapper_header-scroll .remove-header {
    top: -3.5rem;
  }

  .header-mobile__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .header-mobile .logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .header-mobile .booking-header {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .icon-menu {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer__list:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .footer__list:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .footer__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .portfolio .card__image,
  .portfolio .card__video-wrapper {
    height: 10rem;
  }

  .portfolio-all .portfolio .dropdown:nth-child(even) .dropdown__list {
    left: unset;
    right: 0;
  }

  .menu-options__image {
    height: 10rem;
  }

  .about-main__video-wrapper {
    padding-bottom: 71.64%;
  }

  .about-main__video-wrapper .btn-play {
    width: 2.5rem;
    height: 2.5rem;
  }

  .about-main__video-wrapper .btn-play::before {
    width: 1rem;
    height: 1rem;
  }

  .page-ordering-cakes .fixed-btns__button.button.button_white span {
    display: none;
  }

  .page-ordering-cakes .info-content__right .business-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0.75rem;
  }

  .error-404__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
  }

  .error-404__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .form__button.button.button_white.button_circle {
    border-radius: 50%;
    font-size: 0;
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3.5rem;
            flex: 0 0 3.5rem;
    height: 3.5rem;
  }

  .form__button.button.button_white.button_circle::before {
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    background: url("../img/icon/arrow_black.svg") center/contain no-repeat;
    display: inline-block;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@media (max-width: 26.875em) {
  .event-hall-main .info-content__more-text.more-text .more-text__content {
    max-height: 7.1875rem;
  }
}

@media (max-width: 23.375em) {
  .portfolio-all .portfolio .dropdowns-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .portfolio-all .portfolio .dropdown {
    width: 100%;
  }

  .portfolio-all .portfolio .dropdown .dropdown__list {
    width: 100%;
  }
}

@media (hover: hover) and (pointer: fine) {
  .crumbs a:hover {
    color: var(--color_main);
    text-decoration: underline;
  }

  a.crumbs__link:hover {
    color: var(--color_green);
    text-decoration: none;
  }

  a.crumbs__link:hover::before {
    -webkit-filter: brightness(0) saturate(100%) invert(49%) sepia(79%) saturate(383%) hue-rotate(126deg) brightness(94%) contrast(88%);
            filter: brightness(0) saturate(100%) invert(49%) sepia(79%) saturate(383%) hue-rotate(126deg) brightness(94%) contrast(88%);
  }

  a.button:hover,
  button.button:hover {
    border: 1px solid #1f7a73;
    background-color: #1f7a73;
  }

  a.button_white-green:hover,
  button.button_white-green:hover {
    border: 1px solid #d6f5f2;
    background-color: #d6f5f2;
    color: #1f7a73;
  }

  a.button_white-green:hover::before,
  button.button_white-green:hover::before {
    -webkit-filter: brightness(0) saturate(100%) invert(40%) sepia(7%) saturate(6451%) hue-rotate(132deg) brightness(85%) contrast(76%);
            filter: brightness(0) saturate(100%) invert(40%) sepia(7%) saturate(6451%) hue-rotate(132deg) brightness(85%) contrast(76%);
  }

  .btn-close:hover {
    border: 1px solid #d6f5f2;
    background-color: #d6f5f2;
  }

  .btn-close:hover::before {
    -webkit-filter: brightness(0) saturate(100%) invert(38%) sepia(40%) saturate(690%) hue-rotate(126deg) brightness(96%) contrast(92%);
            filter: brightness(0) saturate(100%) invert(38%) sepia(40%) saturate(690%) hue-rotate(126deg) brightness(96%) contrast(92%);
  }

  .booking-header:hover {
    color: var(--color_white);
  }

  .booking-header:hover::before {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
            filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
  }

  .dropdown__button:hover {
    background-color: #d6f5f2;
    color: #1f7a73;
  }

  .dropdown__button:hover::after {
    -webkit-filter: brightness(0) saturate(100%) invert(42%) sepia(15%) saturate(1911%) hue-rotate(126deg) brightness(88%) contrast(85%);
            filter: brightness(0) saturate(100%) invert(42%) sepia(15%) saturate(1911%) hue-rotate(126deg) brightness(88%) contrast(85%);
  }

  .dropdown__list-item:hover {
    background-color: var(--light_green);
  }

  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    border: 1px solid #d6f5f2;
    background-color: #d6f5f2;
    color: #1f7a73;
  }

  .swiper-button-prev:hover::after,
  .swiper-button-next:hover::after {
    -webkit-filter: brightness(0) saturate(100%) invert(40%) sepia(7%) saturate(6451%) hue-rotate(132deg) brightness(85%) contrast(76%);
            filter: brightness(0) saturate(100%) invert(40%) sepia(7%) saturate(6451%) hue-rotate(132deg) brightness(85%) contrast(76%);
  }

  .cards-info__card:hover {
    -webkit-box-shadow: 0 8px 8px -5px rgba(20, 21, 26, 0.05), 0 18px 24px -5px rgba(20, 21, 26, 0.1);
            box-shadow: 0 8px 8px -5px rgba(20, 21, 26, 0.05), 0 18px 24px -5px rgba(20, 21, 26, 0.1);
  }

  .cards-info__card:hover .cards-info__photo img {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
    will-change: transform;
  }

  .cards-info__buttons .cards-info__button.button.button_white:hover img {
    -webkit-filter: brightness(0) saturate(100%) invert(42%) sepia(15%) saturate(1911%) hue-rotate(126deg) brightness(88%) contrast(85%);
            filter: brightness(0) saturate(100%) invert(42%) sepia(15%) saturate(1911%) hue-rotate(126deg) brightness(88%) contrast(85%);
  }

  .card-services:hover {
    -webkit-box-shadow: 0 8px 8px -5px rgba(20, 21, 26, 0.05), 0 18px 24px -5px rgba(20, 21, 26, 0.1);
            box-shadow: 0 8px 8px -5px rgba(20, 21, 26, 0.05), 0 18px 24px -5px rgba(20, 21, 26, 0.1);
  }

  .card-services:hover .card-services__photo img {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
    will-change: transform;
  }

  .card:hover {
    -webkit-box-shadow: 0 8px 8px -5px rgba(20, 21, 26, 0.05), 0 18px 24px -5px rgba(20, 21, 26, 0.1);
            box-shadow: 0 8px 8px -5px rgba(20, 21, 26, 0.05), 0 18px 24px -5px rgba(20, 21, 26, 0.1);
  }

  .card:hover .card__image img,
  .card:hover .card__video-wrapper video {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
    will-change: transform;
  }

  .business-card a.business-card__item-info:hover {
    color: #1f7a73;
  }

  .info-content__button.button.button_white:hover {
    border: 1px solid #d6f5f2;
    background-color: #d6f5f2;
    color: #1f7a73;
  }

  .info-content__button.button.button_white:hover::before {
    -webkit-filter: brightness(0) saturate(100%) invert(40%) sepia(7%) saturate(6451%) hue-rotate(132deg) brightness(85%) contrast(76%);
            filter: brightness(0) saturate(100%) invert(40%) sepia(7%) saturate(6451%) hue-rotate(132deg) brightness(85%) contrast(76%);
  }

  .lg-close.lg-icon:hover {
    border: 1px solid #d6f5f2;
    background-color: #d6f5f2;
    color: #1f7a73;
  }

  .lg-next:hover,
  .lg-prev:hover {
    border: 1px solid #d6f5f2;
    background-color: #d6f5f2;
  }

  .lg-next:hover::before,
  .lg-prev:hover::before {
    -webkit-filter: brightness(0) saturate(100%) invert(22%) sepia(76%) saturate(3426%) hue-rotate(164deg) brightness(87%) contrast(76%);
            filter: brightness(0) saturate(100%) invert(22%) sepia(76%) saturate(3426%) hue-rotate(164deg) brightness(87%) contrast(76%);
  }

  .buttons-photo-video__video:hover,
  .buttons-photo-video__photo:hover {
    background-color: #d6f5f2;
    color: #1f7a73;
  }

  .buttons-photo-video__video:hover::before,
  .buttons-photo-video__photo:hover::before {
    -webkit-filter: brightness(0) saturate(100%) invert(19%) sepia(91%) saturate(4623%) hue-rotate(169deg) brightness(93%) contrast(76%);
            filter: brightness(0) saturate(100%) invert(19%) sepia(91%) saturate(4623%) hue-rotate(169deg) brightness(93%) contrast(76%);
  }

  .popup-gallery__close.btn-close:hover {
    border: 1px solid #d6f5f2;
    background-color: #d6f5f2;
  }

  .popup-gallery__close.btn-close:hover::before {
    -webkit-filter: brightness(0) saturate(100%) invert(22%) sepia(76%) saturate(3426%) hue-rotate(164deg) brightness(87%) contrast(76%);
            filter: brightness(0) saturate(100%) invert(22%) sepia(76%) saturate(3426%) hue-rotate(164deg) brightness(87%) contrast(76%);
  }

  .popup-gallery-prev.swiper-button-prev:hover,
  .popup-gallery-next.swiper-button-next:hover,
  .popup-gallery-video-prev.swiper-button-prev:hover,
  .popup-gallery-video-next.swiper-button-next:hover {
    border: 1px solid #d6f5f2;
    background-color: #d6f5f2;
  }

  .popup-gallery-prev.swiper-button-prev:hover::after,
  .popup-gallery-next.swiper-button-next:hover::after,
  .popup-gallery-video-prev.swiper-button-prev:hover::after,
  .popup-gallery-video-next.swiper-button-next:hover::after {
    -webkit-filter: brightness(0) saturate(100%) invert(22%) sepia(76%) saturate(3426%) hue-rotate(164deg) brightness(87%) contrast(76%);
            filter: brightness(0) saturate(100%) invert(22%) sepia(76%) saturate(3426%) hue-rotate(164deg) brightness(87%) contrast(76%);
  }

  .calendar__days li:hover {
    color: #4f9690;
  }

  .header-pc__phone:hover {
    color: #33ccbf;
  }

  .header-pc__item-social:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    background-color: #d6f5f2;
  }

  .header-pc__item-social:hover img {
    -webkit-filter: brightness(0) saturate(100%) invert(38%) sepia(40%) saturate(690%) hue-rotate(126deg) brightness(96%) contrast(92%);
            filter: brightness(0) saturate(100%) invert(38%) sepia(40%) saturate(690%) hue-rotate(126deg) brightness(96%) contrast(92%);
  }

  .header-pc .header-pc__memu-first ul li:hover:hover a,
  .header-pc .header-pc__memu-second ul li:hover:hover a {
    color: #33ccbf;
  }

  .header-pc .header-pc__memu-first ul li:hover:hover a::before,
  .header-pc .header-pc__memu-second ul li:hover:hover a::before {
    width: 100%;
    left: 0;
  }

  .footer__item a:hover {
    color: var(--color_green);
  }

  .footer__phone:hover {
    color: var(--color_green);
  }

  .footer__policy:hover {
    color: #1f7a73;
  }

  .footer__btn-social:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    background-color: #d6f5f2;
  }

  .footer__btn-social:hover img {
    -webkit-filter: brightness(0) saturate(100%) invert(38%) sepia(40%) saturate(690%) hue-rotate(126deg) brightness(96%) contrast(92%);
            filter: brightness(0) saturate(100%) invert(38%) sepia(40%) saturate(690%) hue-rotate(126deg) brightness(96%) contrast(92%);
  }

  .services-formats__card:hover {
    -webkit-box-shadow: 0 8px 8px -5px rgba(20, 21, 26, 0.05), 0 18px 24px -5px rgba(20, 21, 26, 0.1);
            box-shadow: 0 8px 8px -5px rgba(20, 21, 26, 0.05), 0 18px 24px -5px rgba(20, 21, 26, 0.1);
  }

  .services-formats__card:hover .services-formats__photo img {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
    will-change: transform;
  }

  .reviews-card:hover .reviews-card__img img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }

  .reviews-button-prev.swiper-button-prev:hover,
  .reviews-button-next.swiper-button-next:hover {
    background-color: #d6f5f2;
  }

  .reviews-button-prev.swiper-button-prev:hover::after,
  .reviews-button-next.swiper-button-next:hover::after {
    -webkit-filter: brightness(0) saturate(100%) invert(32%) sepia(100%) saturate(333%) hue-rotate(126deg) brightness(99%) contrast(87%);
            filter: brightness(0) saturate(100%) invert(32%) sepia(100%) saturate(333%) hue-rotate(126deg) brightness(99%) contrast(87%);
  }

  .menu-options__card:hover {
    -webkit-box-shadow: 0 8px 8px -5px rgba(20, 21, 26, 0.05), 0 18px 24px -5px rgba(20, 21, 26, 0.1);
            box-shadow: 0 8px 8px -5px rgba(20, 21, 26, 0.05), 0 18px 24px -5px rgba(20, 21, 26, 0.1);
  }

  .menu-options__card:hover .menu-options__image img {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
    will-change: transform;
  }

  .placement .control-slider__button:hover::after {
    -webkit-filter: brightness(0) saturate(100%) invert(32%) sepia(98%) saturate(305%) hue-rotate(126deg) brightness(100%) contrast(94%);
            filter: brightness(0) saturate(100%) invert(32%) sepia(98%) saturate(305%) hue-rotate(126deg) brightness(100%) contrast(94%);
  }

  .services-slider .card-services:hover .card-services__photo img {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    will-change: transform;
  }

  .quantity-form__right input.quantity-down:hover,
  .quantity-form__right input.quantity-up:hover {
    border: 1px solid #d6f5f2;
    background-color: #d6f5f2;
  }

  .page-ordering-cakes .info-content__right .business-card .business-card__button.button_white:hover::before {
    -webkit-filter: brightness(0) saturate(100%) invert(40%) sepia(7%) saturate(6451%) hue-rotate(132deg) brightness(85%) contrast(76%);
            filter: brightness(0) saturate(100%) invert(40%) sepia(7%) saturate(6451%) hue-rotate(132deg) brightness(85%) contrast(76%);
  }

  .text-section__card:hover {
    -webkit-box-shadow: 0 8px 8px -5px rgba(20, 21, 26, 0.05), 0 18px 24px -5px rgba(20, 21, 26, 0.1);
            box-shadow: 0 8px 8px -5px rgba(20, 21, 26, 0.05), 0 18px 24px -5px rgba(20, 21, 26, 0.1);
  }

  .text-section__card:hover span {
    color: #1f7a73;
  }

  .form__brief-policy label a:hover {
    color: #1f7a73;
  }
}

@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
  a.button_white:hover,
  button.button_white:hover {
    border: 1px solid #d6f5f2;
    background-color: #d6f5f2;
    color: #1f7a73;
  }

  a.button_white:hover::before,
  a.button_white:hover::after,
  button.button_white:hover::before,
  button.button_white:hover::after {
    -webkit-filter: brightness(0) saturate(100%) invert(42%) sepia(15%) saturate(1911%) hue-rotate(126deg) brightness(88%) contrast(85%);
            filter: brightness(0) saturate(100%) invert(42%) sepia(15%) saturate(1911%) hue-rotate(126deg) brightness(88%) contrast(85%);
  }
}

/* 25.05.25 */
/*Схемы расстановки столов слайды показать еще*/
.placement__card.swiper-slide.slide-placement-hidden {
	display: none;
}
/*Схемы расстановки столов слайды показать еще - end*/
/* 25.05.25 -end */

/* 07.06.25 */
#brief-submit.form__button.button[disabled] {
	pointer-events: none;
	opacity: 0.6;
}
#brief-submit.form__button.button:not(:disabled):hover {
	background-color: #1f7a73;
	pointer-events: auto;
}

/* 07.06.25 -end */