@font-face {
  font-family: "Bounded";
  src:
    url("/static/fonts/Bounded.woff2") format("woff2"),
    url("/static/fonts/Bounded.woff") format("woff");
}

:root {
  font-size: 20px;
  font-size: clamp(13px, 1vw, 30px);
}
body {
  font-family: "Bounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.2;
  background-color: #957df5;
  scroll-behavior: smooth;
}
main {
  overflow: hidden;
}
a {
  text-decoration: none;
  color: #ffffff;
}
.screen {
  min-height: 100vh;
  background-color: #957df5;
}
h2 {
  margin-top: 10vh;
  margin-bottom: 3vh;
  color: #ffffff;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: uppercase;
}
input:not([type]),
input[type="text"],
input[type="date"],
input[type="number"],
input[type="email"],
textarea,
select {
  border: none;
  background: #957df533;
  padding: 0.7rem;
  height: 2.5rem;
  font-family: Inter;
  font-weight: 400;
  font-size: 0.9rem;
  letter-spacing: 0;
}
form label,
form legend {
  font-family: Inter;
  line-height: 1.3;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0;
}
textarea {
  height: auto;
}
select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23222' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 12px 8px;
  background-position: right 0.7rem center;
  padding-right: 2.2rem;
}
input[type="checkbox"] {
  border: none;
  background: #957df533;
  width: 1rem;
  height: 1rem;
  padding: 0;
  transform: translateY(0.2rem);
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  min-inline-size: 0;
}
input:not([type]):focus,
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #a08af6;
  outline: none;
}
.badge-green {
  color: #ffffff;
  background: #3be3b1;
}
.badge-orange {
  color: #ffffff;
  background: #e97755;
}
.white {
  color: #ffffff !important;
}
.invert {
  filter: brightness(0) invert(1);
}
.desktop-only {
  display: flex !important;
}
.mobile-only {
  display: none !important;
}

/* ************ */
/* general */
/* ************ */
.general {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  background-image: url(/static/img/general-bg.svg);
  background-position: center 13vh;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.general .ticker {
  z-index: 5;
}
.general .cat {
  position: absolute;
  bottom: 2.3rem;
  right: 0;
}
.general .cat img {
  height: 32vh;
}
.general .dog {
  position: absolute;
  bottom: 1.9rem;
  left: 0;
}
.general .dog img {
  height: 33vh;
}
.general .content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.general .content img {
  height: 29vh;
  width: auto;
}
.general .subtitle {
  margin-top: 2vh;
  color: #ffffff;
  text-align: center;
}
.general .buttons {
  margin-top: 3vh;
  gap: 0.5vw;
}

/* ************ */
/* buttons */
/* ************ */
.btn {
  font-family: Inter;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.3;
  text-align: center;
  letter-spacing: -0.02em;
  padding: 1rem 2rem;
  cursor: pointer;
  color: #ffffff;
  background: transparent;
  border: none;
  transition: background 0.2s ease-in-out;
}
.btn-outline-white {
  border: 1px solid #ffffff;
}
.btn-outline-white:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.btn-green {
  background: #3be3b1;
}
.btn-green:hover {
  background: #27e294;
}
.btn-orange {
  background: #e97755;
}
.btn-orange:hover {
  background: #f6592a;
}
.btn-outline-orange {
  border: 1px solid #e97755;
  color: #e97755;
}
.btn-outline-orange:hover {
  background: #ffe4dc;
}
.btn.disabled,
.btn:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

/* ************ */
/* header */
/* ************ */
.header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #ffffff;
  font-size: 0.8rem;
}
.header .inner {
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0 0.8vw;
}
.header .inner > * {
  display: flex;
  margin-bottom: 0.5vw;
  align-items: center;
}
.header .inner-left,
.header .inner-right {
  flex: 1;
}
.header .logo-container {
  display: flex;
  align-items: center;
}
.header .logo {
  height: 3.2rem;
  width: auto;
  margin: 0 !important;
}
.icon-geo {
  height: 1.25rem;
  width: auto;
}
.icon-caret {
  height: 0.3vw;
  width: auto;
  transition: transform 0.2s ease;
}
.header .tenant-dropdown {
  position: relative;
  margin-left: 3vw;
  display: flex;
}
.header .tenant-container {
  display: flex;
  color: #ffffff;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  user-select: none;
  background: transparent;
  border: 0;
  padding: 0;
  font: inherit;
}
.header .tenant-container:focus-visible {
  outline: 2px solid #f07a55;
  outline-offset: 0.2rem;
  border-radius: 999px;
}
.header .tenant-dropdown.is-open .icon-caret {
  transform: rotate(180deg);
}
.header .tenant-menu {
  position: absolute;
  top: calc(100% + 0.7vw);
  left: -0.4vw;
  min-width: clamp(12rem, 18vw, 18rem);
  max-width: 80vw;
  max-height: clamp(14rem, 30vh, 22rem);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.6rem;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.4rem);
  pointer-events: none;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    visibility 0s linear 0.2s;
  z-index: 20;
}
.header .tenant-dropdown.is-open .tenant-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition-delay: 0s;
}
.header .tenant-option {
  display: block;
  padding: 0.55rem 0.8rem;
  border-radius: 10px;
  color: #2c1b45;
  font-size: 0.8rem;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}
.header .tenant-option:hover,
.header .tenant-option:focus-visible {
  background: #eef1ff;
  color: #2c1b45;
}
.header .tenant-option.is-current {
  background: #eef1ff;
}
.header .left {
  background-image: url(/static/img/menu-bg-1.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto;
  width: 4vw;
  height: 4vw;
}
.header .right {
  background-image: url(/static/img/menu-bg-3.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: auto;
  width: 4vw;
  height: 4vw;
}
.menu-top {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  flex: 2;
}
.menu-top ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 1.6vw;
}
.menu-top li,
.header .phone a {
  transition: transform 0.2s ease-in-out;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
}
.menu-top li:hover,
.header .phone a:hover {
  transform: scale(1.1);
}
.bg-header {
  background-image: url(/static/img/menu-bg-2.png);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: auto;
  height: 4vw;
}
.header .phone {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.header .phone img {
  height: 1.25rem;
  width: auto;
}
/* Убираем субпиксельное сглаживание */
.header .left {
  margin-right: -1px;
}
.header .right {
  margin-left: -1px;
}

/* ************* */
/* header mobile */
/* ************* */
.header-mobile {
  display: none;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #ffffff;
  font-size: 1rem;
  position: relative;
  z-index: 60;
}
.header-mobile .inner {
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.header-mobile .inner > * {
  display: flex;
  margin-bottom: 0.5rem;
  align-items: center;
}
.header-mobile .inner-left,
.header-mobile .inner-right {
  flex: 1;
}
.header-mobile .logo-container {
  display: flex;
  align-items: center;
}
.header-mobile .logo {
  height: 4rem;
  width: auto;
  margin: 0 !important;
}
.header-mobile .icon-geo {
  height: 1rem;
  width: auto;
}
.header-mobile .icon-caret {
  height: 0.3rem;
  width: auto;
  transition: transform 0.2s ease;
}
.header-mobile .tenant-dropdown {
  position: relative;
  margin-left: 1rem;
  display: flex;
}
.header-mobile .tenant-container {
  display: flex;
  color: #ffffff;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  user-select: none;
  background: transparent;
  border: 0;
  padding: 0;
}
.header-mobile .tenant-container:focus-visible {
  outline: 2px solid #f07a55;
  outline-offset: 0.2rem;
  border-radius: 999px;
}
.header-mobile .tenant-dropdown.is-open .icon-caret {
  transform: rotate(180deg);
}
.header-mobile .tenant-menu {
  position: absolute;
  top: calc(100% + 0.7rem);
  left: -0.4rem;
  min-width: clamp(12rem, 18vw, 18rem);
  max-width: 80vw;
  max-height: clamp(14rem, 30vh, 22rem);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.6rem;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.4rem);
  pointer-events: none;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    visibility 0s linear 0.2s;
  z-index: 20;
}
.header-mobile .tenant-dropdown.is-open .tenant-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition-delay: 0s;
}
.header-mobile .tenant-option {
  display: block;
  padding: 0.55rem 0.8rem;
  border-radius: 10px;
  color: #2c1b45;
  font-size: 0.8rem;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}
.header-mobile .tenant-option:hover,
.header-mobile .tenant-option:focus-visible {
  background: #eef1ff;
  color: #2c1b45;
}
.header-mobile .tenant-option.is-current {
  background: #eef1ff;
}
.header-mobile .left {
  background-image: url(/static/img/menu-bg-1.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto;
  width: 2rem;
  height: 5rem;
}
.header-mobile .right {
  background-image: url(/static/img/menu-bg-3.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: auto;
  width: 2rem;
  height: 5rem;
}
.header-mobile .bg-header {
  background-image: url(/static/img/menu-bg-2.png);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: auto;
  height: 5rem;
}
/* Убираем субпиксельное сглаживание */
.header-mobile .left {
  margin-right: -1px;
}
.header-mobile .right {
  margin-left: -1px;
}
.header-mobile .inner-right {
  justify-content: flex-end;
}
.header-mobile .mobile-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  margin-right: 1px;
}
.header-mobile .mobile-menu-toggle img {
  width: 2.5rem;
  height: 2.5rem;
}
.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: #ea7758;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.2s ease,
    visibility 0s linear 0.2s;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
}
.mobile-menu-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}
.mobile-menu-close {
  position: absolute;
  top: 1rem;
  right: 2rem;
  width: 2rem;
  height: 2rem;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 4rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}
.mobile-menu-overlay .logo {
  width: 13rem;
  margin-bottom: 2rem;
}
.mobile-menu-overlay .menu-container {
  margin-bottom: 4rem;
}
.mobile-menu-overlay .menu-container li {
  margin-bottom: 1.5rem;
  text-align: center;
}
.mobile-menu-overlay .contacts-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1.5rem;
}
.mobile-menu-overlay .contacts-container .icons {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}
.mobile-menu-overlay .contacts-container .icons img {
  width: 3rem;
}

/* ************ */
/* games */
/* ************ */
.games {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  background-image: url(/static/img/games-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 10rem;
  min-height: auto;
}
.games-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex: 0 0 auto;
}
.games-list-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.games-list-empty p {
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
  margin-bottom: 4rem;
}
.games-list-empty .no-games {
  width: 18rem;
  height: auto;
  margin-bottom: 5rem;
}
.template-games {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.games h2 {
  margin: 0;
  margin-bottom: 3rem;
}
.games-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  width: 100%;
  padding: 0 2rem;
  margin-bottom: 2rem;
  align-items: end;
}
.games .card-head {
  border-radius: 10px 10px 0 0;
  padding: 1rem 2rem;
  background: linear-gradient(90.61deg, #3be3b1 61.06%, #d5fff3 100%);
  color: #ffffff;
}
.games-list .card.no-head .card-body {
  border-radius: 10px;
}
.games .card-head.waitlist {
  background: linear-gradient(90.61deg, #ea7758 0%, #fdc855 100%);
}
.games .card-head.closed {
  background: linear-gradient(90deg, #858585 0%, #ffffff 100%);
}
.games .card-body {
  border-radius: 0 0 10px 10px;
  background-color: #ffffff;
  color: #262423;
  padding: 2.5rem 2rem;
}
.games .card-body > * {
  margin-bottom: 0.5vw;
}
.game {
  height: auto;
}
.game .card-body h3 {
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.game .card-body h3.game-category {
  margin-bottom: 0;
}
.game .card-body h3.game-name {
  font-weight: 300;
}
.game-date {
  display: flex;
  gap: 0.5rem;
  font-family: Inter;
  line-height: 1.3;
  font-size: 0.9rem;
}
.game-date .icon-clock {
  height: 1.5rem;
}
.game-date .dt {
  display: flex;
  align-items: center;
  line-height: 1;
}
.game-image img {
  width: 100%;
  border-radius: 10px;
}
.game .game-venue {
  display: flex;
  gap: 0.5rem;
  font-family: Inter;
  line-height: 1.3;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}
.game .game-price {
  display: flex;
  gap: 0.5rem;
  font-family: Inter;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
.game-price > * {
  flex: 1 1 0;
}
.reserve-only {
  font-family: Inter;
  font-size: 0.9rem;
  line-height: 1.3;
  font-weight: 400;
}
.reserve-only .image {
  position: absolute;
  height: 1.2rem;
  width: auto;
  display: inline;
  padding-left: 0.5rem;
}
.reserve-only .hint--bottom {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  margin-left: 0.3rem;
}
.reserve-only .hint--bottom .image {
  position: static;
  width: 100%;
  height: 100%;
  padding-left: 0;
}
.game-buttons {
  display: flex;
  gap: 0.5rem;
}
.game-buttons > * {
  flex: 1 1 0;
  padding: 0.5vw 1vw;
}
.show-all-games {
  margin-bottom: 10rem;
  margin-top: 3rem;
}

/* ************ */
/* photos */
/* ************ */
.photos {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.photos h2 {
  margin-top: 0;
}
.photos-list {
  margin-bottom: 2rem;
}

/* ************ */
/* Photos  */
/* ************ */
.photos-dialog {
  width: auto !important;
  max-width: 90% !important;
}
.photos-dialog h2 {
  text-align: left;
}
.photos-dialog p {
  font-size: 1rem;
  text-align: left;
  margin-bottom: 2.5rem;
}
.photos-dialog .photos-list-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
}
.photos-dialog .photos-list-container a {
  text-decoration: underline;
}
.photos-dialog .link-container {
  display: flex;
  font-weight: 400;
  font-size: 1rem;
  color: #ffffff;
  gap: 0.5rem;
  align-items: center;
}
.photos-dialog .link-container img {
  height: 1.3rem;
  width: auto;
}

/* ************ */
/* about */
/* ************ */
.about {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.about-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  background: #e97755;
  border-radius: 50px;
  height: 100%;
  width: 100%;
  flex: 1;
  justify-content: center;
  padding: 10rem 2rem;
}
.about h2 {
  margin-top: 0;
}

.about-selected {
  background: #3be3b1;
}
.about-subtitle {
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  text-align: center;
  width: 50%;
  color: #ffffff;
  margin-bottom: 4vh;
}
.about .mini-cards {
  gap: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 3rem;
}
.about .mini-card {
  flex: 1 1 0;
  background: #ffffff;
  border-radius: 10px;
  padding: 1rem;
  color: #262423 !important;
}
.about .mini-card .title {
  display: flex;
  gap: 0.5rem;
  font-weight: 500;
  font-size: 1.5rem;
  align-items: center;
  justify-content: center;
}
.about .mini-card img {
  height: 1.75rem;
}
.about .mini-card .subtitle {
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  text-align: center;
}
.about .cards {
  gap: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 3rem;
}
.about .card {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 2rem;
  background: #ffffff;
}
.about .card img {
  margin-bottom: 1rem;
}
.about .card .title {
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.about .card .text {
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
}

/* ************ */
/* Examples */
/* ************ */
.examples {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 7vh 0;
}
.examples .buttons {
  margin-bottom: 3vh;
}
.examples .nextPrev.top {
  display: block;
}
.examples .nextPrev.bottom {
  display: none;
}
.topTabs {
  display: none;
}
.examples .tasks {
  display: flex;
  gap: 10px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  width: 96%;
}
.examples .tasks > * {
  flex: 1 1 0;
}
.examples .tasks .left {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 12px;
  height: 31vw;
}
.examples .tasks .right {
  height: 31vw;
}

.example-image {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #ffffff;
  max-height: 24vw;
}
.examples .tasks .right .example-image {
  max-height: none;
  object-fit: contain;
}
.example-answer-image {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #ffffff;
  max-height: 24vw;
}
.examples .tasks .right .example-answer-image {
  max-height: none;
  object-fit: contain;
}
.example-text {
  display: flex;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  font-family: Inter;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.3;
}
.question-container {
  display: flex;
  flex-direction: column;
  gap: 0;
  background: #ffffff;
  border-radius: 10px 10px 0 0;
  padding: 2rem;
  flex: 1;
}
.question-container .tabs {
  margin-bottom: 0;
}
.examples .tabs {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  margin-bottom: 40px;
}
.examples .tab {
  border-bottom: #e9775538;
  border-bottom-style: solid;
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0.5rem 0;
  color: #e97755;
  font-family: Inter;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.3;
  cursor: pointer;
}
.examples .tab.active {
  border-bottom: #e97755;
  border-bottom-style: solid;
  background-color: #e97755;
  color: #ffffff;
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0.5rem 0;
}
.examples .question .title {
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.examples .question .diff-mark {
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  color: #26242380;
  margin-bottom: 10px;
}
.examples .question .diff-image img {
  height: 0.75rem;
  margin-bottom: 40px;
}

.examples .question .text {
  font-family: Inter;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.3;
  flex: 1;
}
.examples .question .answer-result {
  font-family: Inter;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.3;
  width: max-content;
}
.examples .question {
  flex: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.examples figure.question-right {
  display: flex;
  border-radius: 10px;
  width: 100%;
  background: #ffffff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.examples figure figcaption {
  font-family: Inter;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
.examples .example-audio-button {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.examples .example-audio-button:hover {
  transform: scale(1.1);
}
.examples .example-audio-button img {
  width: 4rem;
  height: 4rem;
  display: block;
}
.examples .example-audio-button:focus-visible {
  outline: 2px solid #e97755;
  outline-offset: 4px;
  border-radius: 999px;
}
.examples .example-audio-player {
  display: none;
}
.examples .answer-pulse {
  animation: examplesAnswerPulse 0.5s ease;
  transform-origin: center;
}
@keyframes examplesAnswerPulse {
  0% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .examples .answer-pulse {
    animation: none;
  }
}
.input-container {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
}
.examples .answer-input {
  height: 3rem;
  padding: 0.8rem;
  border-radius: 0 0 0 10px;
  flex: 1;
  background: #ffffff !important;
}
.answer-button {
  height: 3rem;
  border-radius: 0 0 10px 0;
  padding: 15px 60px;
}
/* ************ */
/* Orange tickers */
/* ************ */
.tickers {
  min-height: 50vh;
  transform: scale(1.05);
  /* padding: 10vh 0; */
}
.tickers .ticker {
  background: #e97755;
  position: absolute;
}
.tickers .ticker-1 {
  transform: rotateZ(7deg) translateY(23vh);
  opacity: 0.7;
}
.tickers .ticker-2 {
  transform: rotateZ(-7deg) translateY(23vh);
}
.ticker-orange {
  background: #e97755 !important;
}

/* ************ */
/* Benefits */
/* ************ */
.benefits {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}
.benefits-selected {
  background: #3be3b1;
}
.benefits h2 {
  background-image: url(/static/img/benefits-stars.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 91%;
  margin-top: 0;
  padding-top: 10vh;
  width: 100%;
}
.benefits-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.benefits .cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 3vh;
  padding: 40px;
}
.benefits .card {
  background: #ffffff;
  border-radius: 10px;
  padding: 2rem;
  color: #262423;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
}
.benefits .card-icon {
  margin-bottom: 1rem;
  flex: 1;
}
.benefits .card-icon img {
  width: 4vw;
  height: auto;
}
.benefits .title {
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.benefits .text {
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
}
.benefits .cats {
  height: 100%;
  width: 100%;
  background-image: url(/static/img/benefits-cat-1.jpg), url(/static/img/benefits-cat-2.jpg);
  background-position:
    bottom left,
    top right -17px;
  background-repeat: no-repeat, no-repeat;
  background-size: 50%, 57%;
}

/* ************ */
/* Reviews */
/* ************ */
.reviews {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: auto;
  flex-direction: column;
  position: relative;
}
.reviews .bg {
  position: relative;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  object-fit: cover;
}
.reviews .cat {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 62vh;
  margin-bottom: -31vh;
  z-index: 2;
}
.reviews-mobile {
  display: none;
}

/* ************ */
/* Corporate */
/* ************ */
.corporate {
  min-height: auto;
  display: flex;
  flex-direction: column;
}
.corporate-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1.5rem;
  background: #e97755;
  border-radius: 0;
  height: 100%;
  width: 100%;
  justify-content: center;
  padding: 10rem 5rem;
  background-image: url(/static/img/corporate-nlo.png), url(/static/img/corporate-bg-new.jpg);
  background-position:
    calc(50% - -23vw) calc(50% - 1vw),
    center;
  background-repeat: no-repeat, no-repeat;
  background-size:
    auto 67%,
    cover;
  flex: 1;
}
.corporate h2 {
  margin: 0;
}
.corporate-subtitle {
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
}

/* ************ */
/* FAQ */
/* ************ */
.faq {
  padding: 40px;
}
.faq-selected {
  background: #3be3b1;
}
.faq .cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 20px;
  row-gap: 10px;
  align-items: start;
}
.faq .card {
  border-radius: 10px;
  background-color: #ffffff;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
.faq .head {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  font-family: Inter;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
}
.faq .body {
  margin-top: 0;
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition:
    max-height 0.3s ease,
    opacity 0.3s ease;
}
.faq .card.is-open .body {
  margin-top: 10px;
  opacity: 1;
}
.faq .body a {
  color: #e97755;
}
.faq .body a:hover {
  text-decoration: underline;
}

/* ************ */
/* Cool */
/* ************ */
.cool {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.cool > * {
  width: 100vw;
  max-width: none;
}

/* ************ */
/* other screen */
/* ************ */
.other {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  min-height: 64vh;
}
.other .cards {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  padding: 40px;
  margin-bottom: 4vh;
}
.other .card {
  padding: 2rem;
  border-radius: 10px;
  background-color: #ffffff;
  flex: 1;
  transition: transform 0.2s ease;
}
.other .card:hover {
  transform: scale(1.03);
}
.other .card-image {
  margin-bottom: 1rem;
}

.other .card .title {
  font-weight: 500;
  font-size: 1.5rem;
  color: #262423 !important;
}
.other .card-image img {
  width: 100%;
}

/* ************ */
/* Footer */
/* ************ */
.footer {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  min-height: auto;
  padding: 40px;
  font-size: 0.8rem;
  padding-bottom: 20px;
}
.footer-container {
  width: 100%;
}
.footer-general {
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-bottom: 25px;
}
.footer-general .top,
.footer-general .bottom {
  display: flex;
}
/* Убираем субпиксельное сглаживание */
.footer-general .top {
  margin-bottom: -1px;
}
.footer-general .bottom {
  margin-top: -1px;
}
.footer-general .top .left,
.footer-general .bottom .left {
  margin-right: -1px;
}
.footer-general .top .right,
.footer-general .bottom .right {
  margin-left: -1px;
}
/* Конец хака */
.footer-general .top > *,
.footer-general .bottom > * {
  height: 36px;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.footer-general .top .left {
  width: 39px;
  background-image: url(/static/img/footer-1.png);
  background-position: right bottom;
}
.footer-general .top .center {
  flex: 1;
  background-repeat: repeat-x;
  background-position: left bottom;
  background-image: url(/static/img/footer-2.png);
}
.footer-general .top .right {
  width: 39px;
  background-image: url(/static/img/footer-3.png);
  background-position: left bottom;
}
.footer-general .bottom .left {
  width: 39px;
  background-image: url(/static/img/footer-4.png);
  background-position: right top;
}
.footer-general .bottom .center {
  flex: 1;
  background-repeat: repeat-x;
  background-position: left top;
  background-image: url(/static/img/footer-5.png);
}
.footer-general .bottom .right {
  width: 39px;
  background-image: url(/static/img/footer-6.png);
  background-position: left top;
}
.footer-general .middle {
  background-color: #ea7758;
  display: flex;
  padding: 1rem 4vw;
}
.footer .menu ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.footer .central-logo {
  display: flex;
  width: 27vw;
  justify-content: center;
}
.footer .central-logo img {
  height: 60px;
  transform: scale(3.5) translateY(-18px);
}
.footer .menu,
.footer .contacts {
  flex: 1;
}
.footer .contacts {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.footer .contacts .text {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
}
.footer .contacts .icons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
}
.footer .contacts .icons img {
  height: 50px;
}
.footer .phone,
.footer .email {
  display: flex;
  gap: 0.5rem;
}
.footer .phone img,
.footer .email img {
  height: 1.25rem;
  width: auto;
}
.footer-links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.footer-links .designed-by {
  transition: transform 0.2s ease;
}
.footer-links .designed-by:hover {
  transform: scale(1.05);
}
.white-footer .footer {
  background-color: #957df5;
  padding: 95px 40px 40px 40px;
}
.footer .middle a {
  transition: transform 0.2s ease;
  display: flex;
  align-items: center;
}
.footer .middle a:hover {
  transform: scale(1.05);
}

/* ************ */
/* schedule */
/* ************ */
.schedule {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  background-image: url(/static/img/schedule-bg.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 12vh;
}
.schedule h1 {
  font-weight: 700;
  font-size: 5rem;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 6vw;
}
.schedule .content {
  display: flex;
  flex-direction: column;
  flex: 1;
  color: #ffffff;
  margin-top: 23vh;
}
.schedule h2.r {
  display: none;
}
.schedule .games {
  background: none;
  padding-top: 0;
}
.schedule .show-all-games {
  display: none;
}

/* ************ */
/* Privacy */
/* ************ */
.privacy {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  background: #957df5;
  color: #ffffff;
  margin-bottom: 12vh;
}
.privacy .text {
  padding: 0 20vw;
}
.privacy h1 {
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: uppercase;
  padding: 6vh;
  padding-top: 10vw;
}
.privacy .footer-links {
  color: #262423;
}

/* ************ */
/* game-desc */
/* ************ */
.game-desc {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  color: #262423;
  background-image: url(/static/img/game-desc-bg.svg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 50%;
}
.game-desc .content {
  display: flex;
  flex: 1;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2vw;
}
.game-desc .left {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.game-desc .btn-back {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
  padding: 10px 20px;
  margin-bottom: 6vh;
}
.game-desc h1 {
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 3vh;
}
.game-desc .subtitle {
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 5vh;
  width: 42vw;
}
.card-game-desc {
  width: 30vw;
  height: auto;
}
.game-desc .card.no-head .card-body {
  border-radius: 10px;
}
.game-desc .card-head {
  border-radius: 10px 10px 0 0;
  padding: 20px 40px;
  background: linear-gradient(90.61deg, #3be3b1 61.06%, #d5fff3 100%);
  color: #ffffff;
}
.game-desc .card-head.waitlist {
  background: linear-gradient(90.61deg, #ea7758 0%, #fdc855 100%);
}
.game-desc .card-head.closed {
  background: linear-gradient(90deg, #858585 0%, #ffffff 100%);
}

.game-desc .card-body {
  border-radius: 0 0 10px 10px;
  background-color: #ffffff;
  color: #262423;
  padding: 50px 40px;
}
.game-desc .price-container {
  display: flex;
  margin-bottom: 2.5rem;
  gap: 1rem;
}
.game-desc .price-container .price {
  font-weight: 700;
  font-size: 2rem;
}
.game-desc .price-container .desc {
  font-family: Inter;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.3;
}
.game-desc .game-date {
  margin-bottom: 1rem;
}
.game-desc .game-venue {
  display: flex;
  gap: 0.5rem;
  font-family: Inter;
  font-size: 0.9rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}

/* ************ */
/* Registration */
/* ************ */
.registration {
  min-height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  position: relative;
  overflow: hidden;
  color: #262423;
  background-image: url(/static/img/games-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  padding: 10vh 0;
}

.registration .card {
  padding: 4.5rem;
  max-width: 80%;
  background-color: #ffffff;
  border-radius: 10px;
  font-family: Inter;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.3;
}
.registration-form .tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
.registration-form .tab {
  font-family: Inter;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.02em;
  line-height: 1.3;
  padding: 0.5rem 2rem;
  min-height: 2.5rem;
  cursor: pointer;
  background: transparent;
  border: none;
  border-bottom: 1px solid #e97755;
  color: #f3baa9;
  flex: 1;
}
.registration-form .tab.active {
  background: #e97755;
  color: #ffffff;
}
.registration-form .for-single {
  font-family: Inter;
  line-height: 1;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
}
.registration-form .for-single img {
  height: 2.2rem;
}
.registration-form .grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem 1rem;
  margin-bottom: 1.5rem;
}
.registration-form .form-field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.registration-form .form-field > span,
.registration-form label,
.registration-form legend,
.registration-form .agree-container {
  text-align: left;
}
.registration-form .grid {
  align-items: end;
}
.registration-form .membersButtons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
.registration-form .members-count {
  margin-bottom: 1.5rem;
}
.registration-form .collapse-triggers {
  display: flex;
  flex-direction: column;
  gap: 0.7em;
  margin-bottom: 1.5rem;
  align-items: flex-start;
}
.registration-form .comment-container {
  margin-bottom: 1.5rem;
}
.registration-form .agree-container {
  margin-bottom: 1.5rem;
}
.agree-container a {
  color: #b85f46;
  text-decoration: underline;
}
.reg-dialog {
  width: max(450px, 46vw);
  background: #ffffff;
  color: #262423;
}

/* ************ */
/* Modals */
/* ************ */
dialog {
  border: 0;
  border-radius: 16px;
  padding: 4.5rem;
  background: #8f7cf7;
  color: #fff;
  width: max(450px, 41vw);
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  /* Центрирование */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-overflow-style: none; /* IE */
  scrollbar-width: none; /* Firefox */
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(6px);
  overflow: hidden;
}

.reg-success-dialog {
  background-image: url(/static/img/modal-cat.png);
  background-position: bottom 2rem right 2rem;
  background-repeat: no-repeat;
  background-size: 18% auto;
}

dialog h2 {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 1.5rem 0 !important;
}

dialog p {
  font-family: Inter;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 1.5rem;
}

dialog button {
  background: #f07a55;
  border: 0;
  color: #fff;
  padding: 0.6rem 1.8rem;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
}
dialog .dialog-close {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  width: 24px;
  height: 24px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  line-height: 0;
}
dialog .dialog-close img {
  display: block;
  width: 100%;
  height: 100%;
  /* filter: brightness(0) invert(1); */
}
dialog.white .dialog-close img {
  filter: none;
}
.dialog::-webkit-scrollbar {
  width: 0;
}
.fran-dialog {
  width: max(500px, 36vw);
  padding: 3rem 3rem 2.5rem;
}
.city-dialog {
  padding: 3.5rem 4rem;
}
.city-dialog .cities-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin: 1.5rem 0 2rem;
}
.city-dialog .btn {
  white-space: nowrap;
}
.city-dialog .cities-list > * {
  flex: 1;
}
dialog.small {
  padding: 2rem;
  width: fit-content;
}
dialog.rules-dialog p {
  text-align: left;
}
dialog.rules-dialog h2 {
  font-size: 2rem;
}

/* ************ */
/* any-questions */
/* ************ */
.any {
  min-height: 58vh;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  background-image: url(/static/img/monkey.png);
  background-position: left 90%;
  background-repeat: no-repeat;
  background-size: 36% auto;
  gap: 1.5rem;
  margin-bottom: 12vh;
}
.any h2 {
  margin: 0;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: uppercase;
}
.any p {
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  text-align: center;
  color: #ffffff;
}
.any .monkey {
  display: none;
}

/* ************ */
/* 404 error */
/* ************ */
.err404 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  background: #ffffff;
}
.err404 .content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex: 1;
}
.err404 .hearts {
  height: 2rem;
  width: auto;
}
.err404 h1 {
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: uppercase;
}
.err404 p {
  font-family: Inter;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.3;
  text-align: center;
}

/* ************ */
/* franchise */
/* ************ */
.fran {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  background-image: url(/static/img/fran-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fran .facts {
  color: #ffffff;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 2.5rem;
  margin-bottom: 16vh;
}
.fran .fact {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}
.fran .fact .title {
  font-weight: 500;
  font-size: 1.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.fran .fact img {
  height: 1.5rem;
  width: auto;
}
.fran .fact .text {
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  text-align: center;
}
.fran .cat {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(7%) translateX(-13%);
}
.fran .cat img {
  height: 28vh;
}
.fran .dog {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(9%) translateX(11%);
}
.fran .dog img {
  height: 30vh;
}
.fran .content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.fran .subtitle {
  margin-top: 2vh;
  color: #ffffff;
  text-align: center;
}
.fran h1 {
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.fran .buttons {
  margin-top: 3vh;
  gap: 0.5vw;
}

/* ************** */
/* franchise form*/
/* ************** */
.fran-dialog textarea {
  flex: 1;
}
.fran-dialog form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.5rem;
}
.fran-dialog .field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 0;
}
.fran-dialog .field-wide,
.fran-dialog .agree-container,
.fran-dialog button {
  grid-column: 1 / -1;
}
.fran-dialog button {
  justify-self: center;
}
.fran-dialog .field label {
  text-align: left;
}
.fran-dialog label,
.fran-dialog .form-label {
  text-align: left;
}
.fran-dialog .agree-container {
  margin-bottom: 1.5rem;
}
.fran-dialog .form-agreement {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  text-align: left;
}
.fran-dialog .form-agreement input[type="checkbox"] {
  margin: 0.2rem 0 0;
}

.fran-dialog input,
.fran-dialog textarea,
.fran-dialog select {
  background: #eae5fd;
}
.fran-dialog select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23222' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 12px 8px;
  background-position: right 0.7rem center;
  padding-right: 2.2rem;
}

/* ************ */
/* Franchise about */
/* ************ */
.fran-about .sub-container {
  background-image: url(/static/img/modal-cat.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-size: auto 90%;
}

/* ************ */
/* diff */
/* ************ */
.diff {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  background-image: url(/static/img/diff-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 92%;
  padding: 9vh 0;
}
.diff-selected {
  background: #3be3b1;
}
.diff h2 {
  margin-top: 0;
  padding-top: 10vh;
}
.diff-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.diff .cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 20px;
  margin-bottom: 3vh;
  padding: 40px;
}
.diff .card {
  background: #ffffff;
  border-radius: 10px;
  padding: 2rem;
  color: #262423;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 18rem;
}
.diff .card-icon {
  padding-bottom: 2rem;
}
.diff .card-icon img {
  width: 4vw;
  height: auto;
}
.diff .title {
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.diff .text {
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  flex: 1;
}

/* ************ */
/* open */
/* ************ */
.open {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  margin-bottom: 9vh;
}
.open-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  gap: 30px;
  background: #e97755;
  border-radius: 50px;
  height: 100%;
  width: 100%;
  justify-content: center;
  background-image: url(/static/img/pantera.png), url(/static/img/open-bg.svg);
  background-position:
    left 9% bottom 8%,
    center;
  background-repeat: no-repeat, no-repeat;
  background-size:
    12% auto,
    cover;
  flex: 1;
}
.open h2 {
  margin: 0;
}
.open-subtitle {
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
}

/* ************ */
/* findout-price */
/* ************ */
.findout-price {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
}
.findout-price-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  gap: 30px;
  background: #e97755;
  border-radius: 50px;
  height: 100%;
  width: 100%;
  justify-content: center;
  background-image: url(/static/img/tomas.png), url(/static/img/open-bg.svg);
  background-position:
    right bottom,
    center;
  background-repeat: no-repeat, no-repeat;
  background-size:
    28% auto,
    cover;
  flex: 1;
  padding: 19vh 0;
}
.findout-price h2 {
  margin: 0;
}
.findout-price-subtitle {
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
}

/* ************ */
/* fran-more */
/* ************ */
.fran-more {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  min-height: auto;
}
.fran-more-selected {
  background: #3be3b1;
}
.fran-more h2 {
  margin-top: 0;
  padding-top: 10vh;
}
.fran-more-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fran-more .cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 3vh;
  padding: 2rem;
  width: 100%;
}
.fran-more .card {
  background: #ffffff;
  border-radius: 10px;
  padding: 1.5rem;
  color: #262423;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.fran-more .card-icon {
  flex: 1;
}
.fran-more .card-icon img {
  width: 3.5rem;
  height: auto;
}
.fran-more .title {
  font-weight: 500;
  font-size: 1.5rem;
}
.fran-more .text {
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  flex: 1;
  text-align: center;
}

/* ************ */
/* fran-pavlov */
/* ************ */
.fran-pavlov {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  min-height: auto;
  /* background-image: url(/static/img/franchise-pavlov.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% auto; */
  padding-top: 5vh;
}
.fran-pavlov-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.pavlov-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.fran-pavlov .cards {
  display: flex;
  gap: 1.5rem;
  width: 53%;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 10vh;
  position: relative;
  z-index: 1;
}
.fran-pavlov .card {
  background: #ffffff;
  border-radius: 10px;
  padding: 2rem;
  color: #262423;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  gap: 0.5rem;
  flex: 1 1 0;
  box-shadow: 0px 4px 4px 0px rgba(149, 125, 245, 1);
}
.fran-pavlov img {
  width: 100%;
}
.fran-pavlov .title {
  font-weight: 500;
  font-size: 1.5rem;
}
.fran-pavlov .text {
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
}
.fran-pavlov .desc {
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0.8rem;
}
.fran-pavlov .card-1 {
  transform: rotateZ(-6deg) translateX(3vh);
  z-index: 1;
}
.fran-pavlov .card-2 {
  transform: rotateZ(6deg) translateX(-3vh);
  z-index: 2;
}

/* ************ */
/* numbers */
/* ************ */
.numbers {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  background-image: url(/static/img/games-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.numbers-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  height: 100%;
  width: 100%;
  flex: 1;
  justify-content: center;
  padding: 15vh 2vw;
}
.numbers-selected {
  background: #3be3b1;
}
.numbers-subtitle {
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  text-align: center;
  width: 50%;
  color: #ffffff;
  margin-bottom: 4vh;
}
.numbers .mini-cards {
  gap: 0.5rem 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  margin-bottom: 2rem;
}
.numbers .mini-card {
  display: flex;
  background: #ffffff;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  color: #262423;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.numbers .mini-card .title {
  font-family: Inter;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.3;
}
.numbers .mini-card .badge {
  font-family: Inter;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.3;
  letter-spacing: 0%;
  padding: 0.5rem;
  border-radius: 5px;
  white-space: nowrap;
}
.numbers .cards {
  gap: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 3rem;
}
.numbers .card {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 10px;
  padding: 2rem;
  background: #ffffff;
  align-items: center;
}
.numbers .card .title {
  font-weight: 500;
  font-size: 1.5rem;
}
.numbers .card .text {
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
}
.numbers .profit {
  margin-bottom: 3rem;
}
.numbers .profit .card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-radius: 10px;
  padding: 1rem;
  background: #ffffff;
  align-items: center;
}
.numbers .profit .title {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-size: 1.5rem;
}
.numbers .profit .desc {
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  text-align: center;
}
.numbers .plus {
  display: flex;
}
.numbers .plus .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 500;
  font-size: 15rem;
  text-align: center;
  padding: 1rem;
}
.numbers .plus img {
  height: 6rem;
  width: auto;
}

/* ************ */
/* more-profit */
/* ************ */
.more-profit {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  background-image: url(/static/img/games-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.more-profit-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  height: 100%;
  width: 100%;
  flex: 1;
  justify-content: center;
  padding: 15vh 2vw;
}
.more-profit-selected {
  background: #3be3b1;
}
.more-profit .cards {
  gap: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  margin-bottom: 2rem;
}
.more-profit .card {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  border-radius: 10px;
  padding: 2rem;
  background: #ffffff;
  align-items: center;
}
.more-profit .card .title {
  font-weight: 500;
  font-size: 1.5rem;
}
.more-profit .card .text {
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
}
.more-profit .right {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.more-profit h2 {
  margin-bottom: 4rem;
}

/* ************ */
/* partner */
/* ************ */
.partner {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  background-image: url(/static/img/partner-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 90% auto;
}
.partner-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  height: 100%;
  width: 100%;
  flex: 1;
  justify-content: center;
  padding: 15vh 2vw;
}
.partner .subtitle {
  color: #ffffff;
}
.partner .card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 10px;
  padding: 2rem;
  background: #e97755;
  color: #ffffff;
  align-items: center;
  width: 24vw;
  height: 14vw;
  flex-wrap: nowrap;
  justify-content: center;
}
.partner .card-white {
  background: #ffffff;
  color: #262423;
}
.partner .card .text {
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  text-align: center;
}
.partner img {
  height: 4rem;
  width: auto;
}
.partner h2 {
  margin-bottom: 4rem;
}

/* ************ */
/* franchise-benefits */
/* ************ */
.franchise-benefits {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}
.franchise-benefits-selected {
  background: #3be3b1;
}
.franchise-benefits h2 {
  margin-top: 0;
  padding-top: 10vh;
}
.franchise-benefits-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.franchise-benefits .cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 3vh;
  padding: 40px;
}
.franchise-benefits .card {
  background: #ffffff;
  border-radius: 10px;
  padding: 2rem;
  color: #262423;
  display: flex;
  flex-direction: column;
  min-height: 20vw;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
}
.franchise-benefits .card > img {
  margin-bottom: 1rem;
  width: 100%;
  height: auto;
}
.franchise-benefits .title {
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.franchise-benefits .text {
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  flex: 1;
}
.franchise-benefits .card-dog-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.franchise-benefits .card-dog-1 img {
  width: 60%;
  height: auto;
  transform: scale(1.3) translateY(calc(19% + 1rem)) translateX(17%);
}
.franchise-benefits .card-dog-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.franchise-benefits .card-dog-2 img {
  width: 35%;
  height: auto;
  transform: translateX(1rem) translateY(calc(25%));
}

/* ************ */
/* contact-founder */
/* ************ */
.contact-founder {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}
.contact-founder-selected {
  background: #3be3b1;
}
.contact-founder-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  gap: 3rem;
}
.contact-founder h2 {
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}
.contact-founder .socials {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 2rem;
}
.contact-founder .mockup {
  width: 34vw;
}
.fr .footer {
  padding-top: 0;
}

/* ************ */
/* Beginners */
/* ************ */
.beginners {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  background-image: url(/static/img/general-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.beginners .in-fire {
  position: absolute;
  bottom: 0;
  left: 5vw;
  transform: scale(1.3) translateX(1rem);
}
.beginners .in-fire img {
  height: 23vh;
}
.beginners .content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.beginners h1 {
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.beginners .buttons {
  display: flex;
  margin-top: 3rem;
  gap: 0.5vw;
}

/* ************ */
/* Beginners about */
/* ************ */
.beginners-about .sub-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  position: relative;
  background-color: transparent;
}
.beginners-about .sub-container .about-subtitle {
  flex: 2;
  min-height: 4rem;
  margin-bottom: 0;
}
.beginners-about .sub-container .sub {
  flex: 1;
}
.beginners-about .sub-container .sub-img {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.beginners-about .sub-container .bear {
  position: absolute;
  height: 7rem;
  top: -3rem;
}
.beginners-about .cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  width: 100%;
  margin-bottom: 3rem;
}
.beginners-about .card {
  display: flex;
  gap: 1rem;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.beginners-about .card img {
  margin-bottom: 0;
  max-width: 50%;
}
.beginners-about .title {
  font-family: "Bounded", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
}
.beginners-about .desc {
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
}

/* ***************** */
/* beginners-about-2 */
/* ***************** */
.beginners-about-2 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin-top: -50px;
}
.beginners-about-2-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  height: 100%;
  width: 100%;
  flex: 1;
  justify-content: center;
  padding: 15vh 2vw;
  background-image: url(/static/img/games-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.beginners-about-2-selected {
  background: #3be3b1;
}
.beginners-about-2-subtitle {
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  text-align: center;
  width: 50%;
  color: #ffffff;
  margin-bottom: 4vh;
}
.beginners-about-2 .mini-cards {
  gap: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 3rem;
}
.beginners-about-2 .mini-card {
  flex: 1 1 0;
  background: #ffffff;
  border-radius: 5px;
  padding: 1rem;
  color: #262423 !important;
}
.beginners-about-2 .mini-card .title {
  display: flex;
  gap: 0.5rem;
  font-weight: 500;
  font-size: 1.5rem;
  align-items: center;
  justify-content: center;
}
.beginners-about-2 .mini-card img {
  height: 1.75rem;
}
.beginners-about-2 .mini-card .subtitle {
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  text-align: center;
}
.beginners-about-2 .cards {
  gap: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 3rem;
}
.beginners-about-2 .card {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 10px;
  padding: 2rem;
  background: #ffffff;
}
.beginners-about-2 .card .title {
  font-weight: 500;
  font-size: 1.5rem;
}
.beginners-about-2 .card .text {
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
}
.beginners-about-2 .two-cards {
  gap: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 3rem;
}
.beginners-about-2 .card-one {
  flex: 1;
  display: flex;
  flex-direction: row;
  gap: 20px;
  border-radius: 10px;
  padding: 40px;
  background: #ffffff;
  align-items: center;
}
.beginners-about-2 .card-one > img {
  max-width: 50%;
}
.beginners-about-2 .two-cards .title {
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.beginners-about-2 .two-cards .desc {
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}

/* ************ */
/* video */
/* ************ */
.video {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.video .screen-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  background: #e97755;
  border-radius: 50px;
  height: 100%;
  width: 100%;
  flex: 1;
  justify-content: center;
  padding: 15vh 2vw;
}
.video-selected {
  background: #3be3b1;
}
.video .video-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
}
.video h2 {
  margin-bottom: 3rem;
}
.video .video-container .left {
  flex: 1;
  background-image: url(/static/img/video-dog-1.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto 59%;
}
.video .video-container .right {
  flex: 1;
  background-image: url(/static/img/video-dog-2.png);
  background-position: bottom 22px left;
  background-repeat: no-repeat;
  background-size: auto 48%;
}
.video video {
  width: 62vw;
  height: auto;
  background: #ffffff;
}
.video .vid {
  display: grid;
  grid-template-columns: 22px auto 22px;
}
.video .border-2,
.video .border-4,
.video .border-6,
.video .border-8 {
  background-color: #b85f46;
}
.video .border-1 {
  background-image: url(/static/img/video-border-1.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 22px;
  height: 22px;
  width: 22px;
  margin-bottom: -1px;
  margin-right: -1px;
}
.video .border-2 {
  margin-bottom: -1px;
}
.video .border-3 {
  background-image: url(/static/img/video-border-3.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 22px;
  height: 22px;
  width: 22px;
  margin-bottom: -1px;
  margin-left: -1px;
}
.video .border-4 {
  margin-right: -1px;
}
.video .border-6 {
  margin-left: -1px;
}
.video .border-7 {
  background-image: url(/static/img/video-border-7.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 22px;
  height: 22px;
  width: 22px;
  margin-top: -1px;
  margin-right: -1px;
}
.video .border-8 {
  margin-top: -1px;
}
.video .border-9 {
  background-image: url(/static/img/video-border-9.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 22px;
  height: 22px;
  width: 22px;
  margin-top: -1px;
  margin-left: -1px;
}

/* ************** */
/* beginners-more */
/* ************** */
.beginners-more {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 10vh;
}
.beginners-more-selected {
  background: #3be3b1;
}
.beginners-more h2 {
  padding-top: 31vh;
  width: 100%;
  background-image: url(/static/img/beginners-more-bg.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: 0;
  padding-bottom: 6vh;
}
.beginners-more-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.beginners-more .cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 3vh;
  padding: 0 40px;
}
.beginners-more .card {
  background: #ffffff;
  border-radius: 10px;
  padding: 2rem;
  color: #262423;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
.beginners-more .card-icon {
  flex: 1;
}
.beginners-more .card-icon img {
  width: 4vw;
  height: auto;
}
.beginners-more .text {
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
}

/* ************ */
/* beginners-cool */
/* ************ */
.beginners-cool {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.beginners-cool > * {
  width: 95%;
}
.beginners-cool .cool-1 {
  margin-left: -10vw;
}
.beginners-cool .cool-2 {
  margin-right: -10vw;
}

/* ************ */
/* advice */
/* ************ */
.advice {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 0;
  padding-bottom: 5rem;
  min-height: auto;
  background-image: url(/static/img/advice-bg.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.advice-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  height: 100%;
  width: 100%;
  flex: 1;
  justify-content: center;
  padding: 15vh 2vw;
}
.advice h2 {
  margin: 0;
  width: 100%;
  background-image: url(/static/img/advice-superman.png);
  background-position: right 6rem bottom 1rem;
  background-repeat: no-repeat;
  background-size: auto 5rem;
  padding-bottom: 3rem;
}
.advice-selected {
  background: #3be3b1;
}
.advice .cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 1rem;
  row-gap: 0.5rem;
  width: 100%;
  margin-bottom: 3vh;
}
.advice .card {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  border-radius: 10px;
  padding: 2rem;
  background: #ffffff;
  align-items: center;
}
.advice .card .title {
  font-weight: 500;
  font-size: 1.5rem;
}
.advice .card .text {
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
}

/* ************ */
/*    how-to    */
/* ************ */
.how-to {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin-top: -50px;
  margin-bottom: 50px;
}
.how-to-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  background: #e97755;
  border-radius: 50px;
  height: 100%;
  width: 100%;
  flex: 1;
  justify-content: center;
  padding: 18vh 2vw;
}
.how-to-selected {
  background: #3be3b1;
}
.how-to .cards {
  gap: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 3vh;
}
.how-to .card {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 2rem;
  background: #ffffff;
}
.how-to .card img {
  margin-bottom: 1rem;
}
.how-to .card .title {
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.how-to .card .text {
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
}
.how-to h2 {
  margin: 0;
  margin-bottom: 3rem;
}

/* *************** */
/* beginners-games */
/* *************** */
.beginners-games {
  background: none;
}

/* *************** */
/* beginners-sleep */
/* *************** */
.sleep {
  background-color: transparent;
  margin-bottom: -9.1vw;
  z-index: 3;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
}
.sleep img {
  width: 100%;
  height: auto;
}
.sleep-mobile {
  display: none;
}

/* *************** */
/* beginners-feedback */
/* *************** */
.beginners-feedback {
  background-image: url(/static/img/beginners-feedback-bg.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  min-height: auto;
  margin-bottom: 9vw;
  margin-top: 11vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
}
.beginners-selected {
  background: #3be3b1;
}
.beginners-feedback h2 {
  margin-bottom: 3rem;
  margin-top: 1rem;
}
.beginners-feedback .form-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  font-family: Inter;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.3;
}
.beginners-feedback .feedback-form {
  flex: 2;
}
.beginners-feedback .left {
  flex: 1;
}
.beginners-feedback .center {
  flex: 1.5;
}
.beginners-feedback .right {
  flex: 1;
  background-image: url(/static/img/beginners-parrot.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
.beginners-feedback .form-lr {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}
.beginners-feedback .form-lr > * {
  display: flex;
  flex-direction: row;
  flex: 1;
  margin-bottom: 1.5rem;
}
.beginners-feedback .form-left {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1.5rem;
}
.beginners-feedback .form-right {
  display: flex;
  flex-direction: column;
}
.beginners-feedback textarea {
  flex: 1;
}
.beginners-feedback .field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.beginners-feedback .agree-container {
  margin-bottom: 3rem;
}

.beginners-feedback input,
.beginners-feedback textarea {
  background: #eae5fd;
}

/* ************ */
/* Corp general */
/* ************ */
.corp-general {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  background-image: url(/static/img/general-bg.svg);
  background-position: center 14vh;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.corp-general .logo {
  max-width: 12vw;
  margin-bottom: 2.5rem;
}
.corp-general .cat {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(16%);
}
.corp-general .cat img {
  height: 27vh;
  width: auto;
  max-height: 355px;
}
.corp-general .content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.corp-general .subtitle {
  color: #ffffff;
  text-align: center;
  max-width: 55%;
  margin-bottom: 2rem;
}
.corp-general h1 {
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 2rem;
}
.corp-general .buttons {
  margin-top: 3vh;
  gap: 0.5vw;
}

/* ************ */
/* Corporate about */
/* ************ */
.corp-about .sub-container {
  background-image: url(/static/img/modal-cat.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-size: auto 90%;
}
.corp-about .sub-container {
  background: none;
}
.corp-about .mini-cards {
  gap: 1rem;
  margin-bottom: 3rem;
}
.corp-about .cards {
  gap: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 3vh;
}
.corp-about .card {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 2rem;
  background: #ffffff;
}
.corp-about .card img {
  margin-bottom: 1rem;
}
.corp-about .card .title {
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.corp-about .card .text {
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
}

/* ***************** */
/* corp any event */
/* ***************** */
.corporate-any-event {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  min-height: auto;
}
.any-event-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  height: 100%;
  width: 100%;
  flex: 1;
  justify-content: center;
  padding: 10rem 2rem;
  background-image: url(/static/img/games-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.corporate-any-event .cards {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 3rem;
  gap: 1rem;
}
.corporate-any-event .card {
  flex: 1 1 0;
  min-width: 0;
  max-width: 100%;
  height: auto;
}
.corporate-any-event h2 {
  margin: 0 0 3rem 0;
}

/* ************** */
/* Corporate care */
/* ************** */
.care {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0 0 9vh 0;
}
.care-selected {
  background: #3be3b1;
}
.care h2 {
  background-image: url(/static/img/corporate-care-cat.png);
  background-position: left calc(40px + 3vw) bottom;
  background-repeat: no-repeat;
  background-size: auto 90%;
  margin: 0;
  padding-top: 19vh;
  padding-bottom: 7vh;
  width: 100%;
}
.care-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.care .cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 3vh;
  padding: 0 40px 40px 40px;
}
.care .card {
  background: #ffffff;
  border-radius: 10px;
  padding: 2rem;
  color: #262423;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
}
.care .card-icon {
  margin-bottom: 2rem;
  flex: 1;
}
.care .card-icon img {
  height: 4vw;
  width: auto;
}
.care .title {
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.care .text {
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
}

/* **************** */
/* corporate-photos */
/* **************** */
.corporate-photos {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  background-image: url(/static/img/corporate-duck.png), url(/static/img/corporate-photos-bg.svg);
  background-position:
    right 12vw bottom,
    bottom;
  background-repeat: no-repeat, no-repeat;
  background-size:
    4% auto,
    100% auto;
  padding: 0 2rem 10rem 2rem;
}

/* ************ */
/* cases */
/* ************ */
.cases {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.cases-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  background: #e97755;
  border-radius: 50px;
  height: 100%;
  width: 100%;
  flex: 1;
  justify-content: center;
  padding: 15vh 2vw;
  position: relative;
}
.cases h2 {
  margin-top: 7vh;
  margin-bottom: 10vh;
}
.cases .cards {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 6vh;
  width: 100%;
}
.cases .card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 10px;
  padding: 2rem;
  background: #ffffff;
  width: 100%;
}
.cases .card .title {
  font-weight: 500;
  font-size: 1.5rem;
}
.cases .card .text {
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
}
.cases .cat {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 42vh;
}

/* *************** */
/* coprorate book  */
/* *************** */
.book {
  background-image: url(/static/img/zhdun.png), url(/static/img/beginners-feedback-bg.svg);
  background-position:
    calc(96%) bottom,
    bottom;
  background-repeat: no-repeat, no-repeat;
  background-size:
    auto 69%,
    100% auto;
  min-height: auto;
  margin-bottom: 7vw;
  margin-top: 11vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
}
.book-selected {
  background: #3be3b1;
}
.book h2 {
  margin-bottom: 3rem;
  margin-top: 0;
}
.book .form-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  font-family: Inter;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.3;
}
.book .left {
  flex: 1;
  /* background-image: url(/static/img/corporate-book-ducks-2.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 80% auto; */
}
.book .center {
  flex: 2.5;
}
.book .right {
  flex: 1;
  /* background-image: url(/static/img/corporate-book-ducks-1.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 80% auto; */
}
.book .fields-group {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem 1.5rem;
}
.book .field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.book .agree-container {
  margin-bottom: 2rem;
}
.book input {
  background: #eae5fd;
}
.book select {
  background: #eae5fd;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23222' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 12px 8px;
  background-position: right 0.7rem center;
  padding-right: 2.2rem;
}
.book .btn-center {
  display: flex;
  justify-content: center;
}

/* ************** */
/* Feedback float */
/* ************** */
.feedback-float {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  display: flex;
  gap: 0.8rem;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.2s ease,
    visibility 0s linear 0.2s;
}
.feedback-float.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.2s ease;
}
.feedback-float-action {
  position: relative;
  display: flex;
  align-items: center;
}
.feedback-float-icon {
  width: 3.5rem;
  height: 3.5rem;
  z-index: 50;
  cursor: pointer;
}
.feedback-float-popup {
  position: absolute;
  right: 0.5rem;
  bottom: calc(100% + 0.6rem);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    visibility 0s linear 0.2s;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0.7rem;
}
.feedback-float-popup .social {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}
.feedback-float-popup .social-link {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  cursor: pointer;
}
.feedback-float-popup .social img {
  width: 100%;
  height: 100%;
}
.feedback-float-popup .social-name {
  font-family: Inter;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.3;
  color: #957df5;
  background-color: #ffffff;
  padding: 0.7rem 1.3rem;
  border-radius: 10px;
  box-shadow: 1px 2px 4px 0px rgba(38, 36, 35, 0.5);
}
.feedback-float-popup img {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  flex-shrink: 0;
}
.feedback-float.is-open .feedback-float-popup {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}
.feedback-float-text {
  background-color: #ffffff;
  font-family: Inter;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.3;
  padding: 0.7rem 1.3rem;
  border-radius: 10px;
  color: #957df5;
  box-shadow: 1px 2px 4px 0px rgba(38, 36, 35, 0.5);
  cursor: default;
}
.feedback-float.is-open .feedback-float-text {
  display: none;
}

/* ************ */
/* Team confirm */
/* ************ */
.team-confirm {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  color: #262423;
  background: url(/static/img/pixelate-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.team-confirm h2 {
  margin-top: 0;
  font-size: 3rem;
  color: #262423;
  margin-bottom: 1rem;
  text-align: left;
}
.team-confirm .card {
  background-color: #ffffff;
  padding: 4.5rem;
  border-radius: 10px;
  max-width: 90%;
  position: relative;
}
.team-confirm .form-field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.team-confirm .form-error-general {
  display: none;
}
.team-confirm .decline-form {
  margin-top: 10px;
}
.team-confirm .buttons {
  display: flex;
  gap: 0.5rem;
}
.team-confirm .cat {
  position: absolute;
  bottom: 3rem;
  right: 4.5rem;
  height: 6rem;
}
.team-confirm .members-count {
  margin-bottom: 3rem;
}

/* ************ */
/* button group */
/* ************ */
.members-count-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.members-count-buttons .members-count-button {
  cursor: pointer;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 0;
  border: 1px solid #f1eeff;
  background: #f1eeff;
  color: #26242380;
  font-size: 1.1rem;
  font-weight: 600;
  transition:
    background 0.15s ease,
    color 0.15s ease,
    border-color 0.15s ease;
  padding: 0;
  font-family: Inter;
}
.members-count-buttons .members-count-button.is-active {
  background: #957df5;
  border-color: transparent;
  color: #ffffff;
}
.members-count-buttons .members-count-button:hover {
  border-color: #a08af6;
}

/* ************ */
/* Modal */
/* ************ */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
}
.modal-content {
  background: #ffffff;
  padding: 2em;
  border-radius: 10px;
  max-width: 90vw;
  max-height: 90vh;
  position: relative;
}
.modal-text {
  padding: 2rem;
}
.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 1.5em;
}

/* ************ */
/* Utils */
/* ************ */
.invalid-feedback {
  color: rgb(255, 39, 39);
}
.hidden {
  display: none !important;
}

/* ************ */
/* ticker */
/* ************ */
@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.333333%);
  }
}

.ticker {
  background: #b9a9ff;
  color: #ffffff;
  font-weight: 400;
  font-size: 1.4rem;
  width: 100%;
  overflow: hidden;
  text-transform: lowercase;
}
.ticker img {
  height: 0.7rem;
  width: auto;
}

.ticker__in {
  display: flex;
  width: fit-content;
  animation: ticker 50s linear infinite;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  align-items: center;
}

.ticker__item {
  padding: 0.6rem 0.8rem;
  white-space: nowrap;
  -webkit-backface-visibility: hidden;
}
.slow .ticker__in {
  animation: ticker 100s linear infinite;
}
.tickers-index {
  margin-bottom: 1vh;
}

/* ************ */
/*              */
/*   Адаптивы   */
/*              */
/* ************ */
@media (max-width: 1023px) {
  :root {
    font-size: clamp(15px, 3vw, 40px);
  }
  h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
  .header {
    display: none;
  }
  .header-mobile {
    display: flex;
  }
  /* index-general */
  .general {
    background-image: url(/static/img/general-bg-mobile.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  .general .content {
    padding: 0 3vw;
    margin-top: -6rem;
  }
  .general .subtitle {
    margin-top: 1rem;
    font-size: 1.2rem;
  }
  .general .content img {
    height: auto;
    width: 84%;
  }
  .general .buttons {
    width: 100%;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    gap: 0.5rem;
  }
  .general .buttons > * {
    width: 100%;
  }
  .general .dog img {
    width: 48vw;
    height: auto;
  }
  .general .cat img {
    width: 38vw;
    height: auto;
  }
  /* index-games */
  .games-list {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .games {
    padding: 0;
  }
  .template-games {
    padding: 7rem 3vw 4rem 3vw;
  }
  .games h2 {
    margin-bottom: 2.5rem;
  }
  .games .card-head {
    border-radius: 5px 5px 0 0;
    padding: 0.8rem 1.5rem;
    font-size: 0.8rem;
    line-height: 1;
  }
  .games-list .card.no-head .card-body {
    border-radius: 5px;
  }
  .card.game.no-head .card-head {
    display: none;
  }
  .games .card-body {
    border-radius: 0 0 5px 5px;
    padding: 2rem 1.2rem;
  }
  .game .card-body h3 {
    font-size: 0.9rem;
    margin-bottom: 0.8rem;
    line-height: 1;
  }
  .game .card-body .dt {
    font-size: 0.8rem;
  }
  .game .game-date .icon-clock {
    height: 1rem;
  }
  .game-image img {
    border-radius: 5px;
  }
  .game .game-venue .icon-geo {
    height: 1rem;
  }
  .game .game-venue {
    font-size: 0.8rem;
    align-items: center;
    margin-bottom: 0.7rem;
  }
  .game .game-price {
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }
  .game .reserve-only.empty {
    display: none;
  }
  .game .reserve-only .image {
    height: 1rem;
  }
  .game-buttons > * {
    padding: 0.6rem 0.5rem;
  }
  /* dialogs */
  dialog {
    width: 100%;
    padding: 4.5rem 2.5rem;
    border-radius: 10px;
  }
  dialog button {
    padding: 0.6rem 1.8rem;
    font-size: 1rem;
  }
  .reg-dialog {
    width: 100%;
  }
  /* index-photos */
  .photos {
    min-height: auto;
    padding: 6rem 3vw;
  }
  /* index-about */
  .about-container {
    border-radius: 20px;
    padding: 6rem 3vw;
  }
  /* index-examples */
  .examples .tasks {
    flex-direction: column;
    width: 100%;
  }
  .examples .tasks .left {
    height: auto;
  }
  /* index-benefits */
  .benefits .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .benefits h2 {
    background-size: 91% auto;
  }
  /* index-reviews */
  .reviews-desktop {
    display: none;
  }
  .reviews-mobile {
    display: block;
    padding: 0 3vw;
  }
  .reviews h2 {
    margin-bottom: 0;
  }
  .reviews .cat {
    width: 60vw;
    height: auto;
    transform: translateX(-50%) translateY(-39vw);
  }
  .reviews .img-container {
    margin-bottom: 45vw;
    display: flex;
    justify-content: center;
  }
  /* index-corporate */
  .corporate-container {
    padding: 6.5rem 3vw;
    background-image: none;
    gap: 0;
  }
  .corporate h2 {
    margin-bottom: 1rem;
  }
  .corporate .nlo {
    width: 45%;
    margin-bottom: 1rem;
  }
  .corporate-subtitle {
    font-size: 0.9rem;
  }
  .corporate-container .btn {
    width: 100%;
  }
  /* index-faq */
  .faq {
    padding: 1rem 3vw;
  }
  /* index-cool */
  .cool {
    padding: 5rem 3vw;
    min-height: auto;
  }
  .cool > * {
    width: 140vw;
    max-width: none;
  }
  .cool .cool-img-1 {
    align-self: flex-end;
  }
  .cool .cool-img-2 {
    align-self: flex-start;
  }
  /* index-other */
  .other {
    padding: 1rem 3vw;
  }

  /* tickers */
  .tickers {
    transform: scale(1.07);
  }
  .ticker {
    font-size: 1.1rem;
  }
  .ticker__item {
    padding: 1.3rem 0.8rem;
  }
  .tickers-index {
    min-height: 20vh;
  }
  .tickers .ticker-1 {
    transform: rotateZ(7deg) translateY(6vh);
  }
  .tickers .ticker-2 {
    transform: rotateZ(-7deg) translateY(6vh);
  }
  /* footer */
  .footer {
    width: 100%;
    padding: 0;
    margin-top: 3rem;
    font-size: 0.9rem;
  }
  .footer-links {
    background: #ea7758 !important;
    padding: 0 3vw 2rem 3vw;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    line-height: 1;
  }
  .footer-general {
    margin-bottom: -1px;
  }
  .footer-general .bottom > * {
    background: #ea7758 !important;
  }
  .footer .central-logo {
    width: auto;
    order: 0;
  }
  .footer .menu {
    order: 1;
  }
  .footer .contacts {
    order: 2;
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
  }
  .footer .contacts .text {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 1.5rem;
    line-height: 1;
  }
  .footer .central-logo img {
    height: 2rem;
    transform: scale(4) translateY(-1rem);
  }
  .footer-general .middle {
    flex-direction: column;
    align-items: center;
  }
  .footer .menu ul {
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 1rem;
    line-height: 1;
  }
  .footer .phone img,
  .footer .email img {
    display: none;
  }
  .footer .contacts .icons {
    margin-top: 3rem;
  }
  /* beginners-general */
  .beginners {
    background-image: url(/static/img/general-bg-mobile.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 81%;
  }
  .beginners .content {
    padding: 2rem 3vw;
  }
  .beginners h1 {
    font-size: 1.7rem;
  }
  .beginners .buttons {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 0.5rem;
  }
  .beginners .buttons > * {
    width: 100%;
  }
  /* beginners about */
  .beginners-about .about-container {
    border-radius: 0;
  }
  .beginners-about .sub-container {
    flex-direction: column;
    align-items: center;
  }
  .beginners-about .sub-container .sub {
    flex: auto;
  }
  .beginners-about .sub-container .sub-img {
    height: 11rem;
    justify-content: center;
    align-items: center;
  }
  .beginners-about .sub-container .bear {
    position: static;
    width: auto;
    height: 80%;
    align-self: center;
    transform: translateY(1rem);
  }
  .beginners-about .cards {
    grid-template-columns: 1fr;
  }
  /* beginners-how-to  */
  .how-to .cards {
    flex-wrap: wrap;
  }
  /* beginners sleep */
  .sleep-desktop {
    display: none;
  }
  .sleep-mobile {
    display: block;
  }
  .sleep-cat {
    position: absolute;
    bottom: -63vw;
    max-width: none;
    width: 110vw;
    z-index: 5;
  }
  /* corp-general */
  .corp-general {
    background-size: 327% auto;
  }
  .corp-general .content {
    padding: 6rem 3vw 17rem 3vw;
    gap: 1rem;
  }
  .corp-general .logo {
    max-width: 26vw;
    margin: 0;
  }
  .corp-general h1 {
    font-size: 1.65rem;
    margin: 0;
  }
  .corp-general .subtitle {
    max-width: 100%;
    margin: 0;
    font-size: 0.75rem;
  }
  .corp-general .cat img {
    height: 60vw;
    width: auto;
  }
  .corp-general .buttons {
    margin: 0;
    gap: 0.5rem;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .corp-general .buttons .btn {
    width: 100%;
  }
  /* corp-about */
  .corp-about .about-subtitle {
    font-size: 0.9rem;
  }
  .corp-about .mini-cards {
    flex-direction: column;
    gap: 0.5rem;
  }
  .corp-about .cards {
    gap: 0.5rem;
  }
  .corp-about .card {
    padding: 1rem;
  }
  .corp-about .card .title {
    font-size: 0.9rem;
  }
  .corp-about .card .text {
    font-size: 0.9rem;
  }
  .corp-about .btn {
    width: 100%;
  }
  /* corp-any-event */
  .any-event-container {
    padding: 6rem 3vw;
    gap: 2.5rem;
  }
  .corporate-any-event h2 {
    margin: 0;
    padding: 0;
  }
  .corporate-any-event .cards {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
  }
  .corporate-any-event .card {
    flex: 0 0 calc(50% - 0.25rem);
    max-width: calc(50% - 0.25rem);
  }
  .corporate-any-event .btn {
    width: 100%;
  }
  /* corp-care */
  .care {
    min-height: auto;
    padding: 0;
  }
  .care-container {
    padding: 6rem 3vw;
  }
  .care h2 {
    padding-top: 0;
    padding-bottom: 35vw;
    background-position: left bottom;
    background-size: auto 80%;
  }
  .care .cards {
    grid-template-columns: 1fr;
    padding: 0;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .care .card {
    padding: 1rem;
    gap: 0.5rem;
  }
  .care .card-icon {
    margin: 0;
  }
  .care .card-icon img {
    height: 2.5rem;
    width: auto;
  }
  .care .title {
    font-size: 0.9rem;
    margin: 0;
  }
  .care .text {
    font-size: 0.9rem;
  }
  .care .btn {
    width: 100%;
  }
  /* corporate-photos */
  .corporate-photos {
    padding: 0rem 3vw 6rem 3vw;
    background-image: url(/static/img/corporate-duck.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 15% auto;
    min-height: auto;
  }
  .corporate-photos h2 {
    margin: 0;
  }
  /* corp-cases */
  .cases {
    min-height: auto;
  }
  .cases-container {
    border-radius: 20px;
    padding: 6rem 3vw;
  }
  .cases h2 {
    margin-top: 0;
    margin-bottom: 2.5rem;
  }
  .cases .cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }
  .cases .card {
    padding: 0;
    border-radius: 5px;
  }
  .cases .btn {
    width: 100%;
  }
  .cases .cat {
    width: auto;
    height: 7rem;
    transform: translateX(1rem);
  }
  /* corp-book */
  .book {
    padding: 6rem 3vw;
    margin-top: 0;
    background-image: none;
  }
  .book .left,
  .book .right {
    display: none;
  }
  .book .fields-group {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .book .btn-center {
    width: 100%;
  }
  .book .btn-center button {
    width: 100%;
  }
  /* schedule */
  .schedule {
    min-height: auto;
    background-image: url(/static/img/general-bg-mobile.svg);
    background-position: top -93vw center;
    background-repeat: no-repeat;
    background-size: auto 92%;
  }
  .schedule .template-games {
    padding-top: 0;
  }
  .schedule .content {
    padding: 3rem 3vw 1rem 3vw;
    margin-top: 0;
  }
  .schedule h1 {
    margin-top: 0;
    font-size: 1.7rem;
  }
  /* game-desc */
  .game-desc .content {
    padding: 3rem 3vw 1rem 3vw;
    flex-direction: column;
  }
  .game-desc h1 {
    font-size: 2rem;
  }
  .game-desc .left {
    align-items: center;
    margin-bottom: 2rem;
  }
  .game-desc h1 {
    text-align: center;
    margin-bottom: 1rem;
  }
  .game-desc .subtitle {
    font-size: 0.9rem;
    margin-bottom: 1rem;
    text-align: center;
    width: 100%;
  }
  .game-desc .buttons {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
  }
  .game-desc .buttons > * {
    width: 100%;
  }
  .game-desc .content .left {
    width: 100%;
  }
  .card-game-desc {
    width: 100%;
  }
  .game-desc .card-head {
    border-radius: 5px 5px 0 0;
    padding: 0.8rem 1rem;
    font-size: 0.8rem;
    line-height: 1;
  }
  .game-desc .card-body {
    border-radius: 0 0 5px 5px;
    padding: 1.7rem 1rem;
  }
  .game-desc .card.no-head .card-body {
    border-radius: 5px;
  }
  .game-desc .price-container {
    margin-bottom: 0.5rem;
  }
  .game-desc .price-container .desc {
    font-size: 0.8rem;
  }
  .game-desc .price-container .price {
    font-size: 1.5rem;
  }
  .game-date .icon-clock {
    width: 1rem;
    height: auto;
  }
  .game-desc .game-venue img {
    width: 1rem;
    height: auto;
  }
  .game-desc .game-date {
    margin-bottom: 0;
  }
  .game-desc .game-venue {
    margin-bottom: 0.5rem;
  }
  /* game-registration */
  .registration {
    padding: 6rem 0;
  }
  .registration h2 {
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .registration .card {
    width: 100%;
    max-width: 100%;
    padding: 4rem 1rem;
  }
  .registration-form .submit {
    width: 100%;
  }
  .registration-form .agree-container {
    margin-bottom: 2.5rem;
  }
  .registration-form .for-single {
    font-size: 0.9rem;
  }
  .registration-form .for-single img {
    height: 1.5rem;
  }
  /* game-about */
  .game-about h2 {
    margin-bottom: 2rem;
  }
  .game-about.about .mini-cards {
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .game-about.about .mini-card {
    border-radius: 5px;
  }
  .game-about.about .card {
    padding: 2rem 1rem;
  }
  .game-about.about .card .text {
    font-size: 0.9rem;
  }
  .game-about.about .btn {
    width: 100%;
  }
  /* game-any */
  .any {
    min-height: auto;
    padding: 6rem 3vw;
    background-image: none;
  }
  .any h2 {
    font-size: 1.7rem;
  }
  .any p {
    font-size: 0.9rem;
  }
  .any .btn {
    width: 100%;
  }
  .any .monkey {
    display: block;
    margin-top: 1rem;
    transform: scale(1.1);
  }
  dialog h2 {
    font-size: 1.6rem;
  }
  /* index-about */
  .about .about-subtitle {
    width: 100%;
  }
  .about .mini-cards {
    flex-wrap: wrap;
  }
  .about .mini-card {
    min-width: 40%;
    padding: 1rem 0.5rem;
    border-radius: 5px;
  }
  .about .mini-card img {
    height: 1rem;
  }
  .about .mini-card .title {
    font-size: 1rem;
  }
  .about .cards {
    flex-direction: column;
  }
  .about .card .title {
    font-size: 0.9rem;
  }
  .about .card .text {
    font-size: 0.9rem;
  }
  .about .mini-card .subtitle {
    font-size: 0.9rem;
  }
  .about .card {
    padding: 1rem;
  }
  .about button {
    width: 100%;
  }
  /* index-benefits */
  .benefits {
    padding: 6rem 3vw 2rem 3vw;
    background-image: url(/static/img/benefits-stars.png);
    background-position: top 2.5rem center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .benefits .cards {
    grid-template-columns: 1fr;
    padding: 0;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .benefits h2 {
    margin-top: 0;
    padding-top: 0;
    background: none;
    margin-bottom: 2rem;
  }
  .benefits .card {
    padding: 1.4rem;
  }
  .benefits .card-icon img {
    width: 2.8rem;
    height: auto;
  }
  .benefits .title {
    font-size: 0.9rem;
  }
  .benefits .text {
    font-size: 0.9rem;
  }
  .benefits .card.cats {
    display: none;
  }
  .benefits .btn {
    width: 100%;
  }
  /* index-faq */
  .faq .cards {
    grid-template-columns: 1fr;
  }
  /* index-other */
  .other {
    padding-top: 0;
    min-height: auto;
  }
  .other .cards {
    padding: 0;
    flex-direction: column;
    gap: 0.5rem;
  }
  .other .card {
    padding: 1rem;
  }
  .other .card .title {
    font-size: 0.9rem;
  }
  /* privacy */
  .privacy h1 {
    font-size: 1.2rem;
    padding: 3rem 3vw;
  }
  .privacy .text {
    padding: 0 3vw;
    font-size: 0.9rem;
    line-height: 1.5;
    font-weight: 300;
  }
  /* beginners-about-2 */
  .beginners-about-2-container {
    padding: 6rem 3vw;
  }
  .beginners-about-2 h2 {
    margin-top: 0;
    line-height: 1;
    margin-bottom: 2.6rem;
  }
  .beginners-about-2 .btn {
    width: 100%;
  }
  .beginners-about-2 .mini-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }
  .beginners-about-2 .mini-card {
    flex: auto;
  }
  .beginners-about-2 .mini-card .title,
  .beginners-about-2 .mini-card .subtitle {
    font-size: 0.9rem;
  }
  .beginners-about-2 .mini-card img {
    height: 1rem;
  }
  .beginners-about-2 .cards {
    gap: 0.5rem;
    flex-direction: column;
  }
  .beginners-about-2 .card {
    padding: 1rem;
  }
  .beginners-about-2 .card .text {
    font-size: 0.9rem;
  }
  .beginners-about-2 .two-cards {
    flex-direction: column;
  }
  .beginners-about-2 .card-one {
    flex-direction: column;
    padding: 1rem;
    gap: 1rem;
  }
  .beginners-about-2 .card-one > img {
    max-width: 100%;
    width: 100%;
  }
  .beginners-about-2 .two-cards .title {
    font-size: 0.9rem;
    line-height: 1;
  }
  .beginners-about-2 .two-cards .desc {
    font-size: 0.9rem;
  }
  /* beginners-more */
  .beginners-more {
    margin-bottom: 0;
  }
  .beginners-more-container {
    padding: 6rem 3vw;
    background-image: url(/static/img/beginners-more-bg-mobile.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  .beginners-more h2 {
    padding-top: 0;
    padding-bottom: 2rem;
    background-image: url(/static/img/beginners-more-bg-mobile-2.png);
    background-position: 100% 88%;
  }
  .beginners-more .cards {
    grid-template-columns: 1fr;
    padding: 0;
    gap: 0.5rem;
    margin-bottom: 3rem;
  }
  .beginners-more .card {
    padding: 1rem;
    gap: 0.5rem;
  }
  .beginners-more .text {
    font-size: 0.9rem;
  }
  .beginners-more .card-icon img {
    width: 2.7rem;
  }
  .beginners-more .btn {
    width: 100%;
  }
  /* beginners-advice  */
  .advice {
    background: none;
    padding: 0;
  }
  .advice h2 {
    background: none;
  }
  .advice .cards {
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
  }
  .advice .card {
    padding: 1rem;
    gap: 0.5rem;
    font-size: 0.9rem;
    flex-direction: column;
  }
  .advice .card img {
    width: 100%;
  }
  .advice .btn {
    width: 100%;
  }
  /* fran-general */
  .fran {
    background-image: url(/static/img/general-bg-mobile.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  .fran .content {
    padding: 3rem 3vw 73vw 3vw;
  }
  .fran .facts {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
    order: 0;
  }
  .fran h1 {
    order: 1;
    font-size: 1.5rem;
  }
  .fran .fact .title {
    font-size: 0.9rem;
    display: flex;
    align-items: flex-end;
    line-height: 1;
  }
  .fran .fact .text {
    font-weight: 400;
  }
  .fran .fact img {
    height: 1rem;
  }
  .fran .subtitle {
    order: 2;
    font-size: 0.7rem;
  }
  .fran .buttons {
    width: 100%;
    order: 3;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .fran .buttons .btn {
    width: 100%;
  }
  .fran .dog {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(1vw) translateX(0vw);
  }
  .fran .dog img {
    height: 50vw;
  }
  .fran .cat {
    transform: translateY(1vw) translateX(1vw);
  }
  .fran .cat img {
    height: 47vw;
  }
  /* fran-about */
  .fran-about .about-container {
    border-radius: 0;
  }
  .fran-about .sub-container {
    background: none;
  }
  .fran-about .mini-cards {
    gap: 0.5rem;
    margin-bottom: 0;
  }
  .fran-about .swiper-pagination {
    display: none;
  }
  .fran-about .swiper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .fran-about .photos-list {
    margin: 0;
  }
  .fran-about .btn {
    width: 100%;
  }
  /* fran-diff */
  .diff {
    padding: 6rem 3vw;
  }
  .diff h2 {
    padding-top: 0;
  }
  .diff .cards {
    grid-template-columns: 1fr;
    margin: 0;
    padding: 0;
    margin-top: 1rem;
    gap: 1rem;
  }
  .diff .card {
    padding: 1rem;
    min-height: auto;
  }
  .diff .card-icon {
    padding-bottom: 0.5rem;
  }
  .diff .card-icon img {
    width: 2.5rem;
    height: auto;
  }
  .diff .title {
    font-size: 0.9rem;
  }
  .diff .text {
    font-size: 0.9rem;
  }
  /* fran-open */
  .open {
    min-height: auto;
    margin-bottom: 0;
  }
  .open-container {
    border-radius: 10px;
    padding: 6rem 3vw;
    background-image: none;
    gap: 0;
  }
  .open h2 {
    margin-bottom: 1rem;
  }
  .open .pantera {
    transform: scale(1.1);
    padding: 2rem 0;
  }
  .open .btn {
    width: 100%;
  }
  /* fran-more */
  .fran-more {
    padding: 6rem 3vw;
  }
  .fran-more h2 {
    padding-top: 0;
    margin-bottom: 2rem;
  }
  .fran-more .cards {
    grid-template-columns: 1fr;
    padding: 0;
    margin: 0;
    gap: 0.5rem;
  }
  .fran-more .card {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1rem;
  }
  .fran-more .card .text {
    font-size: 0.9rem;
    min-width: 75vw;
  }
  .fran-more .card-icon {
    flex: none;
    padding-left: 20vw;
  }
  .fran-more .card-icon img {
    width: 1rem;
    height: auto;
  }
  .fran-more .title {
    font-size: 0.9rem;
    padding-right: 20vw;
  }
  /* fran-pavlov  */
  .fran-pavlov {
    padding: 0 3vw 6rem 3vw;
  }
  .fran-pavlov .cards {
    flex-direction: column-reverse;
    width: 100%;
    gap: 0.5rem;
    margin: 0;
  }
  .fran-pavlov .card {
    box-shadow: none;
    padding: 1rem;
  }
  .fran-pavlov .card p {
    font-size: 0.9rem;
  }
  .fran-pavlov .card-1,
  .fran-pavlov .card-2 {
    transform: none;
  }
  .pavlov-bg {
    display: none;
  }
  .fran-pavlov .title {
    font-size: 0.9rem;
  }
  .fran-pavlov .text {
    font-size: 0.9rem;
  }
  /* fran-numbers */
  .numbers-container {
    padding: 6rem 3vw;
  }
  .numbers h2 {
    margin-top: 0;
  }
  .numbers-subtitle {
    font-size: 0.9rem;
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .numbers .mini-cards {
    grid-template-columns: 1fr;
  }
  .numbers .mini-card {
    padding: 0.5rem;
    padding-left: 1rem;
  }
  .numbers .mini-card .title {
    font-size: 0.8rem;
  }
  .numbers .mini-card .text {
    font-size: 0.8rem;
  }
  .numbers .mini-card .badge {
    line-height: 1;
  }
  .numbers .profit {
    width: 100%;
  }
  .numbers .profit .title {
    font-size: 0.9rem;
  }
  .numbers .profit .desc {
    font-size: 0.9rem;
  }
  .numbers .cards {
    flex-direction: column;
  }
  .numbers .card {
    padding: 1rem;
    gap: 0.5rem;
  }
  .numbers .card .title {
    font-size: 0.9rem;
    text-align: left;
  }
  .numbers .card .text {
    font-size: 0.9rem;
  }
  .numbers .plus img {
    height: 3rem;
    width: auto;
  }
  /* fran-more-profit  */
  .more-profit {
    min-height: auto;
    background-image: url(/static/img/more-profit-bg.png), url(/static/img/games-bg.svg);
    background-position:
      top 5rem center,
      center;
    background-repeat: no-repeat, no-repeat;
    background-size: 100%, cover;
  }
  .more-profit-container {
    padding: 6rem 3vw;
  }
  .more-profit h2 {
    margin-top: 0;
    margin-bottom: 3rem;
  }
  .more-profit .cards {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .more-profit .card {
    flex-direction: column;
    padding: 1rem;
  }
  .more-profit .card img {
    width: 100%;
  }
  .more-profit .card .title,
  .more-profit .card .text {
    font-size: 0.9rem;
  }
  /* fran-findout-price */
  .findout-price {
    min-height: auto;
  }
  .findout-price-container {
    border-radius: 0;
    padding: 6rem 3vw;
    gap: 1rem;
    background-image: none;
  }
  .findout-price-subtitle {
    font-size: 0.9rem;
  }
  .findout-price button {
    width: 100%;
  }
  /* fran-partner */
  .partner {
    background-image: url(/static/img/partner-bg-mobile.png), url(/static/img/partner-bg-mobile-2.svg);
    background-size:
      39% auto,
      cover;
    background-position:
      center top,
      center bottom;
    background-repeat: no-repeat, no-repeat;
    min-height: auto;
  }
  .partner-container {
    padding: 7rem 3vw 6rem 3vw;
  }
  .partner h2 {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .partner .subtitle {
    font-size: 0.75rem;
    font-weight: 400;
  }
  .partner .swiper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .partner .card {
    width: 83vw;
    height: 49vw;
    gap: 0.5rem;
  }
  .partner img {
    height: 3rem;
    width: auto;
  }
  .partner .card .text {
    font-size: 0.8rem;
  }
  /* fran-benefits */
  .franchise-benefits {
    min-height: auto;
    padding: 6rem 3vw 4rem 3vw;
  }
  .franchise-benefits h2 {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 2rem;
    /* font-size: 2.5rem; */
  }
  .franchise-benefits .cards {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    margin-bottom: 3rem;
    padding: 0;
  }
  .franchise-benefits .card {
    padding: 1rem;
  }
  .franchise-benefits .title,
  .franchise-benefits .text {
    font-size: 0.9rem;
  }
  .franchise-benefits .card-dog-1,
  .franchise-benefits .card-dog-2 {
    display: none;
  }
  /* fran-founder */
  .contact-founder {
    min-height: auto;
    margin-bottom: -3.1rem;
  }
  .contact-founder-container {
    padding: 0 3vw 0 3vw;
  }
  .contact-founder h2 {
    font-size: 1.7rem;
    margin-top: 0;
  }
  .contact-founder .socials {
    gap: 1.5rem;
  }
  .contact-founder .socials img {
    height: 2.5rem;
    width: auto;
  }
  .contact-founder .mockup {
    width: 83vw;
  }
  /* fran-dialog */
  .fran-dialog {
    padding: 4rem 2vw 2.5rem;
  }
  .fran-dialog form {
    grid-template-columns: 1fr;
  }
  /* error404 */
  .err404 h1 {
    font-size: 1.7rem;
  }
}
@media (max-width: 480px) {
  :root {
    font-size: clamp(13px, 4.3vw, 25px);
  }
  h2 {
    font-size: 1.6rem;
  }
  .desktop-only {
    display: none !important;
  }
  .mobile-only {
    display: flex !important;
  }
  /* header */
  .header-mobile .left,
  .header-mobile .right {
    width: 2.5rem;
  }
  .header-mobile .inner-left,
  .header-mobile .inner-right {
    flex: auto;
  }
  .header-mobile .inner-left {
    transform: translateX(-1rem);
  }
  .header-mobile .inner-right {
    transform: translateX(0.5rem);
  }
  .header-mobile .logo {
    transform: scale(1.1);
  }
  .header-mobile .tenant-dropdown {
    margin-left: 0;
    font-size: 0.8rem;
  }
  .header-mobile .icon-geo {
    display: none;
  }
  /* index-photos */
  .photos .show-all-photos,
  .photos .show-all-photos .btn {
    width: 100%;
    display: block;
  }
  .photos h2 {
    margin-bottom: 0;
  }

  /* index-examples */
  .examples {
    padding: 6rem 3vw;
  }
  .examples h2 {
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .examples .tabs {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 1rem;
  }
  .examples .tab {
    border: 1px solid #ffffff;
    min-width: 40%;
    color: #ffffff;
  }
  .examples .tab.active {
    border: 1px solid #e97755;
  }
  .examples .nextPrev.top {
    display: none;
  }
  .examples .nextPrev.bottom {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
    margin-bottom: 0;
  }
  .examples .nextPrev.bottom > * {
    width: 100%;
  }
  .question-container {
    background: none;
    padding: 0;
  }
  .examples .question {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 1.3rem 1rem;
  }
  .examples .input-container {
    gap: 0;
    border-radius: 0;
    margin-bottom: 1rem;
  }
  .examples .question .title {
    font-size: 0.8rem;
    font-weight: 700;
  }
  .examples .question .diff-mark {
    font-size: 0.7rem;
  }
  .examples .question .diff-image img {
    height: 1rem;
    margin-bottom: 1.5rem;
  }
  .examples .question .text {
    font-size: 0.9rem;
  }
  .examples .answer-input {
    border-radius: 0;
  }
  .examples .answer-button {
    border-radius: 0;
    padding: 0 1rem;
  }
  .examples .tasks .left {
    gap: 0;
  }
  .examples .tasks .right {
    height: 53vw;
    flex: auto;
  }
  .examples .question .answer-result {
    font-size: 1rem;
  }

  /* ********** */
  /*  dialogs   */
  /* ********** */
  dialog {
    max-width: 100%;
    padding: 4.5rem 3vw;
  }
  dialog textarea {
    width: 100%;
  }
  .registration-form .grid {
    grid-template-columns: 1fr;
  }
  .registration-form .tabs {
    gap: 0.5rem;
  }
  .registration-form .tab {
    padding: 0.5rem 0.5rem;
    font-size: 0.9rem;
  }
  .registration-form .for-newbie,
  .registration-form .for-birthday,
  .registration-form .for-certificate,
  .registration-form .for-promo {
    width: 100%;
  }
  .registration-form .comment {
    min-height: 8rem;
    resize: vertical;
  }
  /* index-faq */
  .faq .cards {
    grid-template-columns: 1fr;
  }
  .faq .card {
    padding: 0.8rem;
  }
  .faq h2 {
    margin-bottom: 2rem;
  }
  /* beginners-about */
  .beginners-about .card {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    gap: 0.7rem;
  }
  .beginnerss-about .card .desc {
    font-size: 0.9rem;
  }
  .beginners-about .card .title {
    font-size: 0.9rem;
  }
  .beginners-about .card img {
    max-width: 100%;
  }
  .beginners-about button {
    width: 100%;
  }
  .beginners-about-2 {
    margin: 0;
  }
  /* beginners-video */
  .video {
    min-height: auto;
  }
  .video .screen-container {
    padding: 6rem 3vw;
    border-radius: 10px;
    background-color: #e97755;
    background-image: url(/static/img/video-dog-1.png), url(/static/img/video-dog-2.png);
    background-position:
      100% 31%,
      0 100%;
    background-repeat: no-repeat, no-repeat;
    background-size:
      auto 22%,
      auto 16%;
  }
  .video h2 {
    margin-top: 0;
  }
  .video .video-container .left,
  .video .video-container .right {
    display: none;
  }
  .video .vid {
    width: 100%;
  }
  .video video {
    width: 100%;
  }
  /* beginners-cool */
  .beginners-cool {
    min-height: 0;
    padding: 0;
    min-height: auto;
  }
  .beginners-cool > * {
    width: 140vw;
    max-width: none;
  }
  .beginners-cool .cool-1 {
    margin: 0;
    margin-right: -18vw;
    align-self: flex-end;
  }
  .beginners-cool .cool-2 {
    margin: 0;
    align-self: flex-start;
  }
  /* beginners-how-to  */
  .how-to {
    margin: 0;
  }
  .how-to-container {
    border-radius: 10px;
    padding: 6rem 3vw;
  }
  .how-to .cards {
    flex-direction: column;
    gap: 0.5rem;
  }
  .how-to .card {
    padding: 1rem;
  }
  .how-to .card .title {
    font-size: 0.9rem;
  }
  .how-to .card .text {
    font-size: 0.9rem;
  }
  /* beginners sleep */
  .sleep {
    min-height: auto;
  }
  /* beginners feedback */
  .beginners-feedback {
    padding: 6rem 3vw;
    background-image: none;
    margin-bottom: 4rem;
    margin-top: 0;
  }
  .beginners-feedback h2 {
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .beginners-feedback .form-left {
    gap: 1rem;
  }
  .beginners-feedback .form-lr {
    flex-direction: column;
    margin-bottom: 1rem;
    gap: 1rem;
  }
  .beginners-feedback .form-lr > * {
    margin-bottom: 0;
  }
  .beginners-feedback .left,
  .beginners-feedback .right {
    display: none;
  }
  .beginners-feedback .btn {
    width: 100%;
  }
  .beginners-feedback .agree-container {
    margin-bottom: 2rem;
  }
  .beginners-feedback textarea {
    min-height: 5rem;
  }
}
