@import url("https://static.tildacdn.pub/css/fonts-tildasans.css");

:root {
  --black: #000000;
  --text: #000000;
  --muted: #333333;
  --grey: #eeeeee;
  --light-grey: #f5f5f5;
  --white: #ffffff;
  --line: rgba(0, 0, 0, 0.45);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background: var(--white);
  font-family: "TildaSans", Arial, sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

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

button,
input,
textarea {
  font: inherit;
}

img,
svg {
  display: block;
}

.skip-link {
  position: fixed;
  left: 12px;
  top: 12px;
  z-index: 1000;
  transform: translateY(-150%);
  padding: 10px 14px;
  color: var(--white);
  background: var(--black);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 990;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto;
  align-items: center;
  height: 100px;
  padding: 0 20px;
  color: var(--white);
  background: var(--black);
}

.brand {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.17;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-header .brand {
  color: var(--white);
}

.main-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  list-style: none;
}

.main-nav-left {
  justify-content: flex-start;
  padding-right: 160px;
}

.main-nav-right {
  justify-content: flex-end;
  padding-left: 160px;
}

.main-nav a {
  padding: 0 15px;
  color: var(--white);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  text-transform: uppercase;
}

.main-nav a:first-child {
  padding-left: 0;
}

.main-nav a:last-child {
  padding-right: 0;
}

.main-nav a:hover {
  opacity: 0.75;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin-left: 24px;
  padding: 0 18px;
  border: 1px solid var(--white);
  border-radius: 30px;
  color: var(--white);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  text-transform: uppercase;
  white-space: nowrap;
}

.header-cta:hover {
  color: var(--black);
  background: var(--white);
}

.t-rec {
  position: relative;
}

.t-rec_pt_0 {
  padding-top: 0;
}

.t-rec_pb_0 {
  padding-bottom: 0;
}

.t-rec_pt_15 {
  padding-top: 15px;
}

.t-rec_pt_30 {
  padding-top: 30px;
}

.t-rec_pt_45 {
  padding-top: 45px;
}

.t-rec_pt_75 {
  padding-top: 75px;
}

.t-rec_pt_90 {
  padding-top: 90px;
}

.t-rec_pt_105 {
  padding-top: 105px;
}

.t-rec_pt_135 {
  padding-top: 135px;
}

.t-rec_pt_195 {
  padding-top: 195px;
}

.t-rec_pb_45 {
  padding-bottom: 45px;
}

.t-rec_pb_60 {
  padding-bottom: 60px;
}

.t-rec_pb_75 {
  padding-bottom: 75px;
}

.t-rec_pb_90 {
  padding-bottom: 90px;
}

.t-rec_pb_105 {
  padding-bottom: 105px;
}

.t-rec_pb_120 {
  padding-bottom: 120px;
}

.t-grey {
  background: var(--grey);
}

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

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

.t-margin_auto {
  margin-left: auto;
  margin-right: auto;
}

.t-title,
.t-heading,
.t-name {
  margin: 0;
  color: var(--text);
  font-family: "TildaSans", Arial, sans-serif;
  font-weight: 600;
}

.t-title_xxl {
  font-size: 32px;
  line-height: 1.23;
}

.t-title_xl {
  font-size: 62px;
  line-height: 1.17;
}

.t-title_md {
  font-size: 52px;
  line-height: 1.23;
}

.t-title_xs {
  font-size: 42px;
  line-height: 1.23;
}

.t-heading_md {
  font-size: 26px;
  line-height: 1.25;
}

.t-heading_sm {
  font-size: 24px;
  line-height: 1.35;
}

.t-name_xl {
  font-size: 24px;
  line-height: 1.35;
}

.t-name_md {
  font-size: 20px;
  line-height: 1.35;
}

.t-name_sm {
  font-size: 20px;
  line-height: 1.35;
}

.t-descr,
.t-text,
.t-text-impact {
  color: var(--text);
  font-family: "TildaSans", Arial, sans-serif;
  font-weight: 300;
}

.t-descr_xxxl {
  font-size: 30px;
  line-height: 1.45;
}

.t-descr_xxl {
  font-size: 22px;
  line-height: 1.45;
}

.t-descr_xl {
  font-size: 24px;
  line-height: 1.5;
}

.t-descr_md,
.t-text_md {
  font-size: 18px;
  line-height: 1.55;
}

.t-descr_sm {
  font-size: 18px;
  line-height: 1.55;
}

.t-descr_xs {
  font-size: 14px;
  line-height: 1.55;
}

.t-uptitle {
  color: var(--text);
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.t-uptitle_sm {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1.35;
}

.t-uptitle_md {
  font-size: 14px;
  line-height: 1.35;
}

.t-cover {
  position: relative;
  min-height: 700px;
  color: var(--white);
  background-image: var(--hero-image);
  background-position: center;
  background-size: cover;
}

.t-cover__filter {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.70));
}

.t-cover .t-container,
.t-cover__wrapper {
  position: relative;
  min-height: 700px;
}

.t-cover__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.t001 {
  width: 100%;
  padding-top: 200px;
}

.hero-brand {
  margin-bottom: 28px;
  color: var(--white);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
}

.t001__title {
  max-width: 980px;
  margin: 0 auto;
  color: var(--white);
  text-transform: uppercase;
}

.t001__descr {
  max-width: 760px;
  margin: 34px auto 0;
  color: var(--white);
}

.hero-actions {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.hero-cta {
  min-width: 260px;
  color: var(--black);
  background: var(--white);
}

.hero-cta:hover {
  opacity: 0.9;
}

.two-col,
.t489-grid,
.t477-grid,
.booking-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 40px;
}

.about-image-col {
  grid-column: 2 / span 4;
}

.about-text-col {
  grid-column: 6 / span 7;
  align-self: center;
}

.t165__img {
  width: 100%;
  height: auto;
}

.t165__title p {
  margin: 0 0 22px;
}

.t165__btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 34px;
}

.t-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 30px;
  border: 0;
  border-radius: 30px;
  cursor: pointer;
  color: var(--white);
  background: var(--black);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
  transition: opacity 0.2s ease-in-out;
}

.t-btn:hover {
  opacity: 0.82;
}

.t-section__title {
  margin-bottom: 105px;
  text-align: center;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}

.t490__col {
  min-height: 220px;
}

.t490__bgimg {
  width: 70px;
  height: 70px;
  margin: 0 auto 34px;
  object-fit: contain;
}

.t-card__title span,
.t-card__title strong {
  display: block;
}

.t-card__title strong {
  margin: 4px 0;
  font-size: 40px;
  line-height: 1.25;
}

.t006__line_top {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 42px;
}

.t-divider {
  height: 1px;
  background: var(--line);
}

.t-divider_top,
.t006__line_bottom {
  flex: 1;
}

.t006__line_bottom {
  margin-top: 44px;
}

.t006__text-impact {
  font-size: 20px;
  line-height: 1.35;
  text-align: center;
}

.t006__text-impact p {
  margin: 0 0 24px;
}

.t489__top {
  grid-column: 1 / span 4;
}

.t489__descr {
  grid-column: 5 / span 8;
}

.t489__descr p {
  margin: 0 0 10px;
}

.t477-grid {
  gap: 0;
}

.t477__top {
  grid-column: 1 / span 6;
}

.t477__blockimg {
  min-height: 560px;
  background-position: center;
  background-size: cover;
}

.t477__textwrapper {
  grid-column: 7 / span 6;
  display: flex;
  align-items: center;
  min-height: 560px;
  padding: 58px 60px;
  background: var(--white);
}

.t477__title {
  margin-bottom: 28px;
}

.t477__line {
  width: 0;
  margin: 0;
  opacity: 0;
}

.t477__descr {
  margin: 0 0 18px;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

.t812__pricelist-item__row_1 {
  display: flex;
  gap: 24px;
  align-items: baseline;
  justify-content: space-between;
}

.t812__pricelist-item__title {
  font-size: 22px;
}

.t812__pricelist-item__price {
  white-space: nowrap;
}

.t812__pricelist-item__line {
  height: 2px;
  margin: 18px 0 20px;
  background: var(--black);
  opacity: 0.5;
}

.t812__pricelist-item__descr {
  margin: 0;
}

.price-note {
  margin: -8px 0 14px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.t-section__bottomwrapper {
  margin-top: 58px;
}

.t142 {
  text-align: center;
}

.link-record .t-btn {
  min-width: 560px;
  min-height: 60px;
  border: 3px solid var(--black);
  white-space: normal;
}

.t795__title {
  text-align: center;
}

.t668__accordion {
  width: min(960px, 100%);
  margin: 0 auto 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.t668__trigger-button {
  display: flex;
  width: 100%;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 0;
  list-style: none;
  cursor: pointer;
}

.t668__trigger-button::-webkit-details-marker {
  display: none;
}

.t668__icon {
  flex: 0 0 auto;
  width: 28px;
  color: var(--black);
  font-size: 32px;
  line-height: 1;
  text-align: center;
}

.t668__accordion[open] .t668__icon {
  transform: rotate(45deg);
}

.t668__content {
  padding: 0 48px 26px 0;
}

.t668__text {
  margin: 0;
}

.contact-section {
  background: var(--grey);
}

.t471__descr {
  max-width: 760px;
  margin: 0 auto;
}

.t471__descr strong {
  font-size: 28px;
}

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

.t-sociallinks__wrapper {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
}

.social-circle {
  display: flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--black);
}

.social-circle svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.site-footer {
  color: var(--white);
  background: var(--black);
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 22px;
}

.footer-nav a {
  color: var(--white);
  font-size: 14px;
}

.footer-logo {
  margin-top: 30px;
  color: var(--white);
  font-size: 20px;
  text-transform: uppercase;
}

.footer-copy {
  margin-top: 22px;
  color: var(--white);
  font-size: 14px;
  line-height: 1.55;
}

.page-title-record {
  padding-top: 145px;
}

.t050 {
  text-align: center;
}

.t050__title {
  max-width: 980px;
  margin: 0 auto 26px;
  text-transform: uppercase;
}

.t050__descr {
  max-width: 820px;
  margin: 0 auto;
}

.t220-record .t-container {
  max-width: 840px;
}

.t220__textwrapper {
  padding: 44px 52px;
  background: var(--grey);
  text-align: center;
}

.t220__title {
  margin-bottom: 24px;
}

.t512__container {
  display: grid;
  gap: 46px;
  margin: 0 auto;
  padding: 0 20px;
  list-style: none;
}

.t512__item {
  max-width: 1000px;
  margin: 0 auto;
}

.t512__item h3 {
  margin-bottom: 16px;
}

.t512__item p {
  margin: 0 0 18px;
}

.memo-hero-record .t-cover {
  min-height: 620px;
}

.memo-hero-record .t-cover .t-container,
.memo-hero-record .t-cover__wrapper {
  min-height: 620px;
}

.memo-stack {
  display: grid;
  gap: 68px;
}

.memo-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 56px;
  align-items: center;
}

.memo-row-reverse .memo-image {
  order: 2;
}

.memo-image {
  min-height: 430px;
  background-position: center;
  background-size: cover;
}

.memo-text p {
  margin: 0 0 18px;
}

.booking-grid {
  align-items: start;
}

.booking-slots {
  grid-column: 1 / span 7;
}

.booking-form {
  grid-column: 8 / span 5;
  position: sticky;
  top: 125px;
  display: grid;
  gap: 16px;
  padding: 34px;
  background: var(--white);
}

.booking-form h2 {
  margin-bottom: 8px;
}

.booking-form label {
  display: grid;
  gap: 7px;
  font-size: 16px;
  font-weight: 600;
}

.booking-form input,
.booking-form textarea {
  width: 100%;
  border: 1px solid #cfcfcf;
  padding: 13px 14px;
  background: var(--white);
}

.booking-form .t-btn {
  width: 100%;
}

.booking-telegram {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 54px;
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
}

.booking-telegram svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.timezone-line {
  margin: 20px 0 28px;
}

.slot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.slot-card {
  min-height: 116px;
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.35);
  color: var(--black);
  background: var(--white);
  text-align: left;
  cursor: pointer;
}

.slot-card.is-selected {
  color: var(--white);
  background: var(--black);
}

.slot-date,
.slot-weekday,
.slot-card strong {
  display: block;
}

.slot-date {
  font-size: 22px;
  font-weight: 600;
}

.slot-weekday {
  margin: 3px 0 8px;
  font-size: 14px;
}

.selected-slot {
  margin: 0;
  padding: 14px;
  border-left: 4px solid var(--black);
  background: var(--grey);
  font-size: 15px;
  line-height: 1.45;
}

.form-errors {
  padding: 12px 14px;
  border: 1px solid #a33;
  color: #7d1d1d;
  background: #fff3f3;
  font-size: 15px;
}

.form-errors p {
  margin: 0;
}

@media (max-width: 1180px) {
  .main-nav-left {
    padding-right: 40px;
  }

  .main-nav-right {
    padding-left: 40px;
  }
}

@media (max-width: 980px) {
  .site-header {
    position: fixed;
    grid-template-columns: 1fr;
    height: auto;
    min-height: 64px;
    padding: 18px 20px;
  }

  .brand {
    order: -1;
    margin-bottom: 12px;
    white-space: normal;
  }

  .main-nav,
  .main-nav-left,
  .main-nav-right {
    justify-content: center;
    padding: 0;
  }

  .main-nav a {
    padding: 4px 8px;
    font-size: 13px;
  }

  .header-cta {
    margin: 12px auto 0;
  }

  .t001 {
    padding-top: 150px;
  }

  .t-title_xl {
    font-size: 44px;
  }

  .t-title_md,
  .t-title_xs {
    font-size: 34px;
  }

  .about-image-col,
  .about-text-col,
  .t489__top,
  .t489__descr,
  .t477__top,
  .t477__textwrapper,
  .booking-slots,
  .booking-form {
    grid-column: 1 / -1;
  }

  .about-grid,
  .t489-grid,
  .t477-grid,
  .booking-grid {
    grid-template-columns: 1fr;
  }

  .stats-grid,
  .price-grid,
  .memo-row,
  .slot-grid {
    grid-template-columns: 1fr;
  }

  .t-section__title {
    margin-bottom: 45px;
  }

  .memo-row-reverse .memo-image {
    order: 0;
  }

  .booking-form {
    position: static;
  }
}

@media (max-width: 640px) {
  .t-container {
    padding: 0 20px;
  }

  .t-cover,
  .t-cover .t-container,
  .t-cover__wrapper {
    min-height: 620px;
  }

  .t001 {
    padding-top: 120px;
  }

  .t-title_xl {
    font-size: 34px;
  }

  .t-title_xxl,
  .t-title_xs,
  .t-title_md {
    font-size: 28px;
  }

  .t-heading_md {
    font-size: 22px;
  }

  .t-descr_xl,
  .t-descr_xxl,
  .t-descr_xxxl {
    font-size: 20px;
  }

  .link-record .t-btn {
    width: calc(100% - 40px);
    min-width: 0;
  }

  .t220__textwrapper,
  .booking-form {
    padding: 28px 22px;
  }
}
