/* [project]/src/css/style.css [app-client] (css) */
@font-face {
  font-family: Square721;
  src: url("/font/square721bdexbtrusbyme_bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

* {
  -webkit-tap-highlight-color: #fff0;
  scroll-behavior: smooth;
  border: none;
  margin: 0;
  padding: 0;
  font-size: .0520833vw;
}

@media (max-width: 1920px) {
  * {
    font-size: .0520833vw;
  }
}

@media (max-width: 1200px) {
  * {
    font-size: .130208vw;
  }
}

@media (max-width: 768px) {
  * {
    font-size: .266667vw;
  }
}

html {
  overflow-y: scroll;
}

body {
  display: -ms-grid;
  -ms-grid-rows: auto 1fr;
  box-sizing: border-box;
  color: #111;
  background: #fff;
  grid-template-rows: auto 1fr;
  max-width: 100vw;
  min-height: fit-content;
  max-height: 100vh;
  font-family: Onest, sans-serif;
  display: grid;
  position: relative;
}

main {
  box-sizing: border-box;
  width: 100%;
  max-width: 100vw;
  height: fit-content;
  min-height: 100dvh;
  position: relative;
}

.wrapper {
  z-index: 10;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 64px;
  position: relative;
}

@media (max-width: 1440px) {
  .wrapper {
    padding: 0 64px;
  }
}

@media (max-width: 1200px) {
  .wrapper {
    padding: 0 48px;
  }
}

@media (max-width: 768px) {
  .wrapper {
    padding: 0 16px;
  }
}

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

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

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

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

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

img {
  vertical-align: top;
}

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

address {
  font-style: normal;
}

form {
  flex-direction: column;
  gap: 16rem;
  width: 100%;
  display: flex;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: #0000;
}

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

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

input[type="search"]::-webkit-search-results-button {
  display: none;
}

input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

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

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

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

label {
  cursor: pointer;
}

legend {
  display: block;
}

span {
  font-size: inherit;
  font-weight: inherit;
}

table {
  background-color: #fff;
  border-radius: 28rem;
  width: 100%;
  padding: 24rem;
}

thead td {
  color: #666c75;
}

tbody td {
  color: #111;
}

tr {
  position: relative;
}

tr:after {
  content: "";
  background-color: #cccfde;
  width: 100%;
  height: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

tr .edit-button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

td {
  padding: 16rem;
  font-size: 16rem;
  font-weight: 400;
  line-height: 130%;
}

.add-event-page {
  width: 100%;
  padding: 40rem 120rem;
}

@media (max-width: 1920px) {
  .add-event-page {
    padding: 40rem 60rem;
  }
}

@media (max-width: 1200px) {
  .add-event-page {
    padding: 24rem 16rem;
  }
}

.category-page {
  padding-top: 104rem;
}

.client-auth-page, .client-registration-page, .client-verify-page {
  background-image: url("/img/auth/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.event-page {
  padding-top: 104rem;
}

.hall-page {
  width: 100%;
  padding: 40rem 120rem;
}

@media (max-width: 1920px) {
  .hall-page {
    padding: 40rem 60rem;
  }
}

@media (max-width: 1200px) {
  .hall-page {
    padding: 24rem 16rem;
  }
}

.main-page {
  max-width: 100%;
  padding-top: 104rem;
  overflow-x: hidden;
}

.organization-analytics-page {
  width: 100%;
  padding: 40rem 120rem;
}

@media (max-width: 1920px) {
  .organization-analytics-page {
    padding: 40rem 60rem;
  }
}

@media (max-width: 1200px) {
  .organization-analytics-page {
    padding: 24rem 16rem;
  }
}

.organization-auth-page {
  background-color: #f5f7ff;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.organization-events-page {
  width: 100%;
  padding: 40rem 120rem;
}

@media (max-width: 1920px) {
  .organization-events-page {
    padding: 40rem 60rem;
  }
}

@media (max-width: 1200px) {
  .organization-events-page {
    padding: 24rem 16rem;
  }
}

.organization-halls-page {
  width: 100%;
  max-width: 100vw;
  padding: 40rem 120rem;
  overflow-y: hidden;
}

@media (max-width: 1920px) {
  .organization-halls-page {
    padding: 40rem 60rem;
  }
}

@media (max-width: 1200px) {
  .organization-halls-page {
    padding: 24rem 16rem;
  }
}

.organization-main-page {
  width: 100%;
  padding: 40rem 120rem;
}

@media (max-width: 1920px) {
  .organization-main-page {
    padding: 40rem 60rem;
  }
}

@media (max-width: 1200px) {
  .organization-main-page {
    padding: 24rem 16rem;
  }
}

.organization-page {
  background-color: #f5f7ff;
  justify-content: space-between;
  display: flex;
}

.organization-registration-page {
  background-color: #f5f7ff;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.organization-settings-page {
  width: 100%;
  padding: 40rem 120rem;
}

@media (max-width: 1920px) {
  .organization-settings-page {
    padding: 40rem 60rem;
  }
}

@media (max-width: 1200px) {
  .organization-settings-page {
    padding: 24rem 16rem;
  }
}

.organization-verify-page {
  background-color: #f5f7ff;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.profile-page, .search-page {
  padding-top: 104rem;
}

.ui-kit-page {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: reverse;
  flex-direction: reverse;
  justify-content: space-between;
  gap: 32rem;
  padding-top: 110rem;
  display: flex;
}

.ui-kit-page__aside {
  width: calc(30% - 32rem);
}

@media (max-width: 1200px) {
  .ui-kit-page__aside {
    display: none;
  }
}

.ui-kit-page__navigation {
  border-radius: 16rem;
  height: fit-content;
  padding: 24rem;
  position: sticky;
  top: 110rem;
  right: 0;
  overflow: hidden;
}

.ui-kit-page__container {
  flex-direction: column;
  gap: 32rem;
  max-width: 70%;
  margin: 0 0 64rem;
  display: flex;
}

@media (max-width: 1200px) {
  .ui-kit-page__container {
    max-width: 100%;
  }
}

.ui-kit-page__section {
  border-radius: 16rem;
  padding: 32rem;
  position: relative;
}

@media (max-width: 1200px) {
  .ui-kit-page__section {
    padding: 24rem;
  }
}

@media (max-width: 768px) {
  .ui-kit-page__section {
    padding: 16rem;
  }
}

.ui-kit-page__section__wrapper {
  display: -ms-grid;
  -ms-grid-columns: (1fr) [2];
  -ms-grid-rows: (1fr) [1];
  grid-template-rows: repeat(1, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 32rem;
  display: grid;
}

@media (max-width: 768px) {
  .ui-kit-page__section__wrapper {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.ui-kit-page__section__column {
  flex-direction: column;
  gap: 16rem;
  display: flex;
}

.ui-kit-page__section__column ul {
  flex-direction: column;
  gap: 8rem;
  display: flex;
}

.ui-kit-page__section__row {
  flex-direction: row;
  justify-content: space-between;
  gap: 16rem;
  display: flex;
}

.ui-kit-page__section__row ul {
  flex-direction: row;
  justify-content: space-between;
  gap: 8rem;
  display: flex;
}

.ui-kit-page__section__title {
  margin: 0 0 24rem;
}

.ui-kit-page__section__list {
  flex-direction: column;
  gap: 12rem;
  display: flex;
}

.ui-kit-page .button {
  width: 100%;
}

.update-hall-page {
  width: 100%;
  padding: 40rem 120rem;
}

@media (max-width: 1920px) {
  .update-hall-page {
    padding: 40rem 60rem;
  }
}

@media (max-width: 1200px) {
  .update-hall-page {
    padding: 24rem 16rem;
  }
}

.add-event .add-event__top {
  flex-direction: column;
  gap: 24rem;
  margin: 0 0 24rem;
  display: flex;
}

.add-event .add-event__top__wrapper {
  align-items: center;
  gap: 20rem;
  display: flex;
}

.add-event .add-event__title {
  margin: 0;
  font-size: 28rem;
  font-weight: 500;
  line-height: 118%;
}

.add-event .add-event__middle {
  gap: 24rem;
  display: flex;
}

.add-event .add-event__left {
  width: calc(100% - 430rem);
}

.add-event .add-event__form {
  margin: 0 0 24rem;
}

.add-event .add-event__images {
  background-color: #fff;
  border-radius: 28rem;
  padding: 24rem;
}

.add-event .add-event__images-title {
  margin: 0 0 20rem;
  font-size: 24rem;
  font-weight: 500;
}

.add-event .add-event__images-list {
  gap: 16rem;
  display: flex;
}

.add-event .add-event__images-item {
  flex-direction: column;
  width: calc(50% - 8rem);
  display: flex;
}

.add-event .add-event__images-subtitle {
  color: #111;
  margin: 0 0 12rem;
  font-size: 16rem;
  font-weight: 400;
  line-height: 130%;
}

.add-event .add-event__content {
  background-color: #fff;
  border-radius: 28rem;
  padding: 24rem;
}

.add-event .add-event__right {
  background-color: #fff;
  border-radius: 28rem;
  flex-wrap: wrap;
  gap: 12rem;
  width: 406rem;
  height: fit-content;
  padding: 24rem;
  display: flex;
}

.add-event .add-event__preview {
  width: 289rem;
}

.add-event .add-event__trash {
  width: 56rem;
}

.add-event .add-event__send-moderation, .add-event .add-event__send-drafts {
  width: 100%;
}

.analytics .analytics__tabs-list {
  gap: 24rem;
  margin: 0 0 32rem;
  display: flex;
}

@media (max-width: 768px) {
  .analytics .analytics__tabs-list {
    gap: 12rem;
    margin: 0 0 24rem;
  }
}

.analytics .analytics__tabs__item {
  background-color: #fff;
  border-radius: 20rem;
  width: fit-content;
  padding: 12rem;
}

@media (max-width: 768px) {
  .analytics .analytics__tabs__item {
    padding: 8rem 12rem;
  }
}

.analytics .analytics__tabs__item a {
  color: #666c75;
  font-size: 18rem;
  font-weight: 400;
  line-height: 145%;
  display: flex;
}

@media (max-width: 768px) {
  .analytics .analytics__tabs__item a {
    font-size: 16rem;
  }
}

.analytics .analytics__tabs__item--active {
  background-color: #111;
}

.analytics .analytics__tabs__item--active a {
  color: #fff;
}

.analytics .analytics__charts {
  background-color: #fff;
  border-radius: 28rem;
  padding: 20rem 24rem 32rem;
}

.analytics .analytics__charts__title {
  margin: 0 0 20rem;
}

.analytics .recharts-default-tooltip, .analytics .recharts-tooltip-item, .analytics .recharts-tooltip-item-list, .analytics tspan {
  font-size: 14rem;
}

.aside {
  background-color: #fff;
  width: 337rem;
  min-width: 337rem;
  height: 100%;
  min-height: 100dvh;
}

@media (max-width: 1200px) {
  .aside {
    width: fit-content;
    min-width: fit-content;
  }
}

.aside .aside__company {
  flex-direction: column;
  gap: 8rem;
  margin: 0 0 24rem;
  padding: 44rem 32rem 0;
  display: flex;
}

@media (max-width: 1200px) {
  .aside .aside__company {
    padding: 16rem;
  }
}

.aside .aside__company__info {
  align-items: center;
  gap: 8rem;
  display: flex;
}

.aside .aside__company__logo {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12rem;
  width: 32rem;
  height: 32rem;
}

.aside .aside__company__initials {
  color: #fff;
  background: #cccfde;
  border-radius: 12rem;
  justify-content: center;
  align-items: center;
  width: 32rem;
  height: 32rem;
  font-size: 20rem;
  font-weight: 500;
  line-height: 120%;
  display: flex;
}

.aside .aside__company__name {
  color: #111;
  font-size: 24rem;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .aside .aside__company__name {
    display: none;
  }
}

.aside .aside__company__subtitle {
  color: #666c75;
  font-size: 14rem;
  font-weight: 400;
  line-height: 130%;
}

@media (max-width: 1200px) {
  .aside .aside__company__subtitle {
    display: none;
  }
}

.aside .aside__navigation__links {
  padding: 0 8rem;
}

.aside .aside__navigation__link {
  padding: 16rem 20rem;
}

@media (max-width: 1200px) {
  .aside .aside__navigation__link {
    -webkit-padding-after: 16rem;
    padding-block-end: 16rem;
  }
}

.aside .aside__navigation__link a {
  gap: 8rem;
  width: fit-content;
  display: flex;
}

.aside .aside__navigation__link span {
  color: #111;
  font-size: 16rem;
  font-weight: 400;
  line-height: 130%;
}

@media (max-width: 1200px) {
  .aside .aside__navigation__link span {
    display: none;
  }
}

.aside .aside__navigation__link svg {
  width: 24rem;
  min-width: 24rem;
  height: 24rem;
  min-height: 24rem;
}

.aside .aside__navigation__link--active {
  background-color: #f5f7ff;
  border-radius: 16rem;
}

.categories-tabs {
  margin: 0 0 40rem;
}

@media (max-width: 768px) {
  .categories-tabs {
    margin: 0 0 16rem;
  }
}

.categories-tabs .categories-tabs__list {
  gap: 24rem;
  display: flex;
}

@media (max-width: 768px) {
  .categories-tabs .categories-tabs__list {
    gap: 8rem;
    padding: 0 0 8rem;
    overflow-x: scroll;
  }
}

.categories-tabs .categories-tabs__item {
  background-color: #f5f7ff;
  border-radius: 20rem;
  padding: 12rem;
}

@media (max-width: 768px) {
  .categories-tabs .categories-tabs__item {
    padding: 8rem 12rem;
  }
}

.categories-tabs .categories-tabs__item a {
  color: #666c75;
  font-size: 18rem;
  font-weight: 400;
  line-height: 145%;
  display: flex;
}

@media (max-width: 768px) {
  .categories-tabs .categories-tabs__item a {
    font-size: 16rem;
  }
}

.client-auth__wrapper {
  background-color: #fff;
  border-radius: 28rem;
  width: 464rem;
  padding: 48px;
}

.client-auth .client-auth__title {
  color: #111;
  margin: 0 0 16rem;
  font-size: 40rem;
  font-weight: 500;
  line-height: 120%;
}

.client-auth .client-auth__form {
  flex-direction: column;
  gap: 24rem;
  margin: 0 0 20rem;
  display: flex;
}

.client-auth .client-auth__send {
  width: 100%;
  padding: 16rem;
}

.client-auth .client-auth__link {
  text-align: center;
  color: #111;
  justify-content: center;
  width: 100%;
  margin: 0;
  font-size: 20rem;
  font-weight: 500;
  display: flex;
}

.client-registration__wrapper {
  background-color: #fff;
  border-radius: 28rem;
  width: 464rem;
  padding: 48px;
}

.client-registration .client-registration__title {
  color: #111;
  margin: 0 0 16rem;
  font-size: 40rem;
  font-weight: 500;
  line-height: 120%;
}

.client-registration .client-registration__form {
  flex-direction: column;
  gap: 24rem;
  margin: 0 0 20rem;
  display: flex;
}

.client-registration .client-registration__send {
  width: 100%;
  padding: 16rem;
}

.client-registration .client-registration__link {
  text-align: center;
  color: #111;
  justify-content: center;
  width: 100%;
  margin: 0;
  font-size: 20rem;
  font-weight: 500;
  display: flex;
}

.client-verify__wrapper {
  background-color: #fff;
  border-radius: 28rem;
  width: 464rem;
  padding: 48rem;
}

.client-verify .client-verify__title {
  color: #111;
  margin: 0 0 16rem;
  font-size: 40rem;
  font-weight: 500;
  line-height: 120%;
}

.client-verify .client-verify__form {
  flex-direction: column;
  gap: 24rem;
  margin: 0 0 20rem;
  display: flex;
}

.client-verify .client-verify__send {
  width: 100%;
  padding: 16rem;
}

.client-verify .client-verify__email {
  color: #111;
  margin: 0 0 16rem;
  font-size: 14rem;
  font-weight: 400;
  line-height: 130%;
}

.client-verify .client-verify__time {
  color: #666c75;
  font-size: 14rem;
  font-weight: 400;
  line-height: 130%;
}

.client-verify .client-verify__link {
  text-align: center;
  color: #111;
  justify-content: center;
  width: 100%;
  margin: 0;
  font-size: 20rem;
  font-weight: 500;
  display: flex;
}

.country-modal {
  z-index: 1015;
  background-color: #fff;
  border-radius: 32rem;
  min-width: 464rem;
  padding: 40rem 8rem 32rem 24rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .country-modal {
    min-width: calc(100% - 32rem);
    max-width: calc(100% - 32rem);
    padding: 32rem 8rem 24rem 24rem;
  }
}

.country-modal .country-modal__wrapper {
  z-index: 11;
  height: 300rem;
  padding: 0 24rem 0 0;
  position: relative;
  overflow-y: scroll;
}

@media (max-width: 768px) {
  .country-modal .country-modal__wrapper {
    padding: 0 16rem 0 0;
  }
}

.country-modal .country-modal__wrapper::-webkit-scrollbar {
  width: 5rem;
}

.country-modal .country-modal__wrapper::-webkit-scrollbar-track {
  background: #fff;
}

.country-modal .country-modal__wrapper::-webkit-scrollbar-thumb {
  background-color: #7a7a7a80;
  border-radius: 20rem;
  height: 5rem;
}

.country-modal .country-modal__search {
  color: #111;
  border-bottom: 1rem solid #dcdfec66;
  align-items: center;
  padding: 16rem;
  font-size: 18rem;
  font-weight: 400;
  display: flex;
}

.country-modal .country-modal__search svg {
  width: 16rem;
  height: 16rem;
  margin: 0 8rem 0 0;
}

.country-modal .country-modal__item {
  color: #111;
  cursor: pointer;
  border-bottom: 1rem solid #dcdfec66;
  align-items: center;
  gap: 4rem;
  padding: 16rem;
  font-size: 20rem;
  font-weight: 500;
  display: flex;
}

.country-modal .country-modal__item:last-child {
  border: none;
}

.country-modal__flag {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 2rem;
  width: 24rem;
  min-width: 24rem;
  height: 16rem;
}

.country-modal .country-modal__no-results {
  color: #111;
  gap: 4rem;
  padding: 16rem;
  font-size: 20rem;
  font-weight: 500;
}

.country-modal .country-modal__close {
  width: 24rem;
  height: 24rem;
  position: absolute;
  top: 24rem;
  right: 24rem;
}

.country-modal__overlay {
  z-index: 1014;
  background: #111111b3;
  position: fixed;
  inset: 0;
}

.event-about {
  margin: 0 0 62rem;
}

.event-about__wrapper {
  gap: 20rem;
  display: flex;
}

@media (max-width: 1200px) {
  .event-about__wrapper {
    flex-direction: column;
  }
}

.event-about .event-about__left {
  width: 57.6%;
}

@media (max-width: 1200px) {
  .event-about .event-about__left {
    width: 100%;
  }
}

.event-about .event-about__left p {
  margin: 0 0 32rem;
  font-size: 18rem;
  font-weight: 400;
  line-height: 145%;
}

.event-about .event-about__left table {
  margin: 0 0 44rem;
}

.event-about .event-about__left thead {
  margin: 0 0 8rem;
}

.event-about .event-about__left thead td {
  color: #666c75;
  font-size: 16rem;
  font-weight: 400;
  line-height: 130%;
}

.event-about .event-about__left tbody td {
  color: #111;
  white-space: wrap;
  word-break: break-all;
  font-size: 18rem;
  font-weight: 400;
  line-height: 130%;
}

.event-about .event-about__left td:first-child {
  width: 41%;
}

.event-about .event-about__left td:nth-child(2), .event-about .event-about__left td:nth-child(3), .event-about .event-about__left td:nth-child(4) {
  width: 16%;
}

.event-about .event-about__list {
  flex-direction: column;
  gap: 16rem;
  display: flex;
}

.event-about .event-about__item {
  background-color: #f5f7ff;
  border-radius: 20rem;
  justify-content: space-between;
  align-items: center;
  padding: 16rem;
  display: flex;
}

@media (max-width: 768px) {
  .event-about .event-about__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 16rem;
  }
}

.event-about .event-about__item__info {
  align-items: center;
  gap: 24rem;
  display: flex;
}

@media (max-width: 768px) {
  .event-about .event-about__item__info {
    gap: 16rem;
  }
}

.event-about .event-about__item__date {
  border-right: 2rem solid #cccfde;
  flex-direction: column;
  align-items: center;
  padding: 0 24rem 0 0;
  display: flex;
}

@media (max-width: 768px) {
  .event-about .event-about__item__date {
    padding: 0 16rem 0 0;
  }
}

.event-about .event-about__item__date b {
  color: #111;
  font-size: 48rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  .event-about .event-about__item__date b {
    font-size: 32rem;
  }
}

.event-about .event-about__item__date span {
  color: #111;
  font-size: 16rem;
  font-weight: 400;
  line-height: 130%;
}

@media (max-width: 768px) {
  .event-about .event-about__item__date span {
    font-size: 14rem;
  }
}

.event-about .event-about__item__location {
  flex-direction: column;
  gap: 12rem;
  display: flex;
}

@media (max-width: 768px) {
  .event-about .event-about__item__location {
    gap: 8rem;
  }
}

.event-about .event-about__item__time {
  color: #111;
  font-size: 24rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  .event-about .event-about__item__time {
    font-size: 16rem;
  }
}

.event-about .event-about__item__place {
  color: #111;
  font-size: 16rem;
  font-weight: 400;
  line-height: 130%;
}

@media (max-width: 768px) {
  .event-about .event-about__item__place {
    font-size: 14rem;
  }
}

.event-about .event-about__item__buy {
  padding: 16rem 45rem;
}

@media (max-width: 768px) {
  .event-about .event-about__item__buy {
    width: 100%;
    padding: 12rem;
  }
}

.event-about .event-about__item__buy span {
  letter-spacing: .01em;
  font-size: 16rem;
  font-weight: 400;
  line-height: 150%;
}

.event-about .event-about__right {
  width: 40.9%;
  position: relative;
}

@media (max-width: 1200px) {
  .event-about .event-about__right {
    display: none;
  }
}

@media (max-width: 768px) {
  .event-about .event-about__right {
    width: 100%;
    display: flex;
  }
}

.event-about .event-about__poster {
  border-radius: 28rem;
  width: 100%;
  height: auto;
  position: sticky;
  top: 200rem;
}

@media (max-width: 768px) {
  .event-about .event-about__poster {
    position: relative;
    top: auto;
  }
}

.event-banner {
  margin: 0 0 62rem;
}

.event-banner .event-banner__image {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 40rem;
  width: 100%;
  height: 600rem;
}

@media (max-width: 768px) {
  .event-banner .event-banner__image {
    border-radius: 28rem;
    height: 400rem;
  }
}

.event-banner .event-banner__container {
  position: relative;
}

.event-banner .event-banner__info {
  flex-direction: column;
  display: flex;
  position: absolute;
  bottom: 49rem;
  left: 52rem;
}

@media (max-width: 768px) {
  .event-banner .event-banner__info {
    max-width: 299rem;
    bottom: 12rem;
    left: 16rem;
  }
}

.event-banner .event-banner__tag {
  color: #666c75;
  background-color: #f5f7ff;
  border-radius: 20rem;
  width: fit-content;
  margin: 0 0 20rem;
  padding: 8rem;
  font-size: 16rem;
  font-weight: 400;
  line-height: 130%;
  display: flex;
}

@media (max-width: 768px) {
  .event-banner .event-banner__tag {
    margin: 0 0 12rem;
    font-size: 14rem;
  }
}

.event-banner .event-banner__title {
  color: #fff;
  margin: 0 0 16rem;
}

@media (max-width: 768px) {
  .event-banner .event-banner__title {
    margin: 0 0 8rem;
  }
}

.event-banner .event-banner__description {
  color: #fff;
  margin: 0 0 24rem;
  font-size: 18rem;
  font-weight: 400;
  line-height: 145%;
}

@media (max-width: 768px) {
  .event-banner .event-banner__description {
    margin: 0 0 12rem;
    font-size: 16rem;
    line-height: 142%;
  }
}

.event-banner .event-banner__buy {
  padding: 16rem 92rem;
}

@media (max-width: 768px) {
  .event-banner .event-banner__buy {
    padding: 12rem 24rem;
  }
}

.event-banner .event-banner__buy span {
  letter-spacing: .01em;
  font-size: 16rem;
  font-weight: 400;
  line-height: 150%;
}

.event-statistics .event-statistics__statuses {
  margin: 0 0 24rem;
  display: flex;
}

.event-statistics .event-statistics__status {
  color: #666c75;
  border-bottom: 1rem solid #cccfde;
  padding: 4rem 16rem 12rem;
  font-size: 16rem;
  font-weight: 400;
  line-height: 142%;
}

.event-statistics .event-statistics__status--active {
  color: #ef1a2d;
  border-color: #ef1a2d;
}

.event-statistics .event-statistics__list {
  flex-direction: column;
  gap: 16rem;
  display: flex;
}

.event-statistics .event-statistics__item {
  background-color: #fff;
  border-radius: 28rem;
  padding: 20rem;
}

.event-statistics .event-statistics__item__top {
  gap: 20rem;
  margin: 0 0 24rem;
  display: flex;
}

.event-statistics .event-statistics__item__poster {
  width: 100rem;
  height: 120rem;
}

.event-statistics .event-statistics__item__info {
  flex-direction: column;
  display: flex;
}

.event-statistics .event-statistics__item__title {
  color: #111;
  margin: 0 0 12rem;
  font-size: 24rem;
  font-weight: 500;
}

.event-statistics .event-statistics__item__location {
  color: #666c75;
  margin: 0 0 8rem;
  font-size: 16rem;
  font-weight: 400;
  line-height: 130%;
}

.event-statistics .event-statistics__item__time {
  color: #666c75;
  font-size: 16rem;
  font-weight: 400;
  line-height: 130%;
}

.event-statistics .event-statistics__item__middle {
  padding: 0;
}

.events-preview {
  margin: 0 0 64rem;
}

.events-preview .events-preview__top {
  align-items: center;
  gap: 20rem;
  margin: 0 0 32rem;
  display: flex;
}

@media (max-width: 1200px) {
  .events-preview .events-preview__top {
    margin: 0 0 24rem;
  }
}

@media (max-width: 768px) {
  .events-preview .events-preview__top {
    justify-content: space-between;
    margin: 0 0 20rem;
  }
}

.events-preview .events-preview__title {
  margin: 0;
}

.events-preview .events-preview__link {
  border: 1rem solid #cccfde;
  border-radius: 12rem;
  align-items: center;
  padding: 12rem;
  display: flex;
}

@media (max-width: 1200px) {
  .events-preview .events-preview__link {
    padding: 8rem 8rem 8rem 12rem;
  }
}

@media (max-width: 768px) {
  .events-preview .events-preview__link {
    padding: 8rem;
  }
}

.events-preview .events-preview__link span {
  color: #111;
  font-size: 16rem;
  font-weight: 400;
}

@media (max-width: 768px) {
  .events-preview .events-preview__link span {
    display: none;
  }
}

.events-preview .events-preview__link svg {
  width: 24rem;
  min-width: 24rem;
  height: 24rem;
  min-height: 24rem;
}

.events-preview--row .events-preview__middle {
  width: calc(100% + 24rem);
  margin: 0 -12rem;
}

.events-preview--row .events-preview__items {
  display: flex;
}

.events-preview--row .events-preview__item {
  width: calc(33.33% - 24rem);
  margin: 0 12rem;
}

@media (max-width: 993px) {
  .events-preview--row .events-preview__item {
    width: calc(50% - 24rem);
  }
}

@media (max-width: 768px) {
  .events-preview--row .events-preview__item {
    width: 264rem;
    margin: 0 6rem;
  }
}

.events-preview--column .events-preview__items {
  display: -ms-grid;
  -ms-grid-columns: (1fr) [3];
  -ms-grid-rows: (1fr) [1];
  -webkit-column-gap: 24rem;
  -moz-column-gap: 24rem;
  grid-template-rows: repeat(1, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 62rem 24rem;
  display: grid;
  transform: translate3d(0, 0, 0) !important;
}

@media (max-width: 1200px) {
  .events-preview--column .events-preview__items {
    -ms-grid-columns: (1fr) [2];
    -webkit-column-gap: 16rem;
    -moz-column-gap: 16rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 32rem 16rem;
  }
}

@media (max-width: 768px) {
  .events-preview--column .events-preview__items {
    -webkit-column-gap: 8rem;
    -moz-column-gap: 8rem;
    gap: 20rem 8rem;
  }
}

.events-preview .events-preview__item__link {
  flex-direction: column;
  display: flex;
}

.events-preview--row .events-preview__item__poster {
  border-radius: 28rem;
  width: 100%;
  height: 280rem;
  margin: 0 0 16rem;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .events-preview--row .events-preview__item__poster {
    height: 230rem;
  }
}

.events-preview--row .events-preview__item__poster:before {
  content: "";
  background: linear-gradient(#1110 0, #111111e6 100%);
  width: 100%;
  height: 61rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.events-preview--column .events-preview__item__poster {
  border-radius: 28rem;
  width: 100%;
  height: 280rem;
  margin: 0 0 16rem;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .events-preview--column .events-preview__item__poster {
    height: 168rem;
  }
}

.events-preview--column .events-preview__item__poster:before {
  content: "";
  background: linear-gradient(#1110 0, #111111e6 100%);
  width: 100%;
  height: 61rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.events-preview .events-preview__item__image {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.events-preview .events-preview__item__price {
  color: #fff;
  background-color: #ef1a2d;
  border-radius: 20rem;
  padding: 8rem;
  font-size: 16rem;
  font-weight: 400;
  line-height: 130%;
  display: flex;
  position: absolute;
  bottom: 24rem;
  right: 24rem;
}

@media (max-width: 768px) {
  .events-preview .events-preview__item__price {
    font-size: 14rem;
    bottom: 12rem;
    right: 12rem;
  }
}

.events-preview--row .events-preview__item__title, .events-preview--column .events-preview__item__title {
  color: #111;
  margin: 0 0 12rem;
}

@media (max-width: 768px) {
  .events-preview--column .events-preview__item__title {
    margin: 0 0 8rem;
    font-size: 16rem;
  }
}

.events-preview .events-preview__item__date {
  color: #666c75;
  font-size: 16rem;
  font-weight: 400;
  line-height: 130%;
}

@media (max-width: 768px) {
  .events-preview .events-preview__item__date {
    font-size: 14rem;
  }
}

.films-preview {
  margin: 0 0 64rem;
}

.films-preview .films-preview__top {
  align-items: center;
  gap: 20rem;
  margin: 0 0 32rem;
  display: flex;
}

@media (max-width: 1200px) {
  .films-preview .films-preview__top {
    margin: 0 0 24rem;
  }
}

@media (max-width: 768px) {
  .films-preview .films-preview__top {
    justify-content: space-between;
    margin: 0 0 20rem;
  }
}

.films-preview .films-preview__title {
  margin: 0;
}

.films-preview .films-preview__link {
  border: 1rem solid #cccfde;
  border-radius: 12rem;
  align-items: center;
  padding: 12rem;
  display: flex;
}

@media (max-width: 1200px) {
  .films-preview .films-preview__link {
    padding: 8rem 8rem 8rem 12rem;
  }
}

@media (max-width: 768px) {
  .films-preview .films-preview__link {
    padding: 8rem;
  }
}

.films-preview .films-preview__link span {
  color: #111;
  font-size: 16rem;
  font-weight: 400;
}

@media (max-width: 768px) {
  .films-preview .films-preview__link span {
    display: none;
  }
}

.films-preview .films-preview__link svg {
  width: 24rem;
  min-width: 24rem;
  height: 24rem;
  min-height: 24rem;
}

.films-preview--row .films-preview__middle {
  width: calc(100% + 24rem);
  margin: 0 -12rem;
}

.films-preview--row .films-preview__items {
  display: flex;
}

.films-preview--row .films-preview__item {
  width: calc(25% - 24rem);
  margin: 0 12rem;
}

@media (max-width: 1200px) {
  .films-preview--row .films-preview__item {
    width: calc(33.33% - 24rem);
  }
}

@media (max-width: 768px) {
  .films-preview--row .films-preview__item {
    width: 264rem;
    margin: 0 6rem;
  }
}

.films-preview--column .films-preview__items {
  display: -ms-grid;
  -ms-grid-columns: (1fr) [4];
  -ms-grid-rows: (1fr) [1];
  -webkit-column-gap: 24rem;
  -moz-column-gap: 24rem;
  grid-template-rows: repeat(1, 1fr);
  grid-template-columns: repeat(4, 1fr);
  gap: 62rem 24rem;
  display: grid;
  transform: translate3d(0, 0, 0) !important;
}

@media (max-width: 1200px) {
  .films-preview--column .films-preview__items {
    -ms-grid-columns: (1fr) [3];
    -webkit-column-gap: 16rem;
    -moz-column-gap: 16rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 32rem 16rem;
  }
}

@media (max-width: 993px) {
  .films-preview--column .films-preview__items {
    -ms-grid-columns: (1fr) [2];
    -webkit-column-gap: 8rem;
    -moz-column-gap: 8rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 20rem 8rem;
  }
}

.films-preview .films-preview__item__link {
  flex-direction: column;
  display: flex;
}

.films-preview--row .films-preview__item__poster {
  border-radius: 28rem;
  width: 100%;
  height: 400rem;
  margin: 0 0 16rem;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .films-preview--row .films-preview__item__poster {
    height: 326rem;
  }
}

.films-preview--row .films-preview__item__poster:before {
  content: "";
  background: linear-gradient(#1110 0, #111111e6 100%);
  width: 100%;
  height: 147rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.films-preview--column .films-preview__item__poster {
  border-radius: 28rem;
  width: 100%;
  height: 400rem;
  margin: 0 0 16rem;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .films-preview--column .films-preview__item__poster {
    height: 210rem;
  }
}

.films-preview--column .films-preview__item__poster:before {
  content: "";
  background: linear-gradient(#1110 0, #111111e6 100%);
  width: 100%;
  height: 147rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.films-preview .films-preview__item__image {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  width: 100%;
  height: 100%;
}

.films-preview .films-preview__item__price {
  color: #fff;
  background-color: #ef1a2d;
  border-radius: 20rem;
  padding: 8rem;
  font-size: 16rem;
  font-weight: 400;
  line-height: 130%;
  display: flex;
  position: absolute;
  bottom: 24rem;
  right: 24rem;
}

@media (max-width: 768px) {
  .films-preview .films-preview__item__price {
    font-size: 14rem;
    bottom: 12rem;
    right: 12rem;
  }
}

.films-preview--row .films-preview__item__title, .films-preview--column .films-preview__item__title {
  color: #111;
  margin: 0 0 12rem;
}

@media (max-width: 768px) {
  .films-preview--column .films-preview__item__title {
    margin: 0 0 8rem;
    font-size: 16rem;
  }
}

.films-preview .films-preview__item__date {
  color: #666c75;
  font-size: 16rem;
  font-weight: 400;
  line-height: 130%;
}

@media (max-width: 768px) {
  .films-preview .films-preview__item__date {
    font-size: 14rem;
  }
}

.footer {
  border-top: 1rem solid #cccfde;
  padding: 44rem 0 60rem;
}

.footer__wrapper {
  justify-content: space-between;
  display: flex;
}

@media (max-width: 1200px) {
  .footer__wrapper {
    flex-direction: column;
    gap: 32rem;
  }
}

.footer .footer__left {
  flex-direction: column;
  gap: 75rem;
  max-width: 580rem;
  display: flex;
}

@media (max-width: 1200px) {
  .footer .footer__left {
    flex-direction: column-reverse;
    gap: 32rem;
  }
}

@media (max-width: 768px) {
  .footer .footer__left {
    max-width: 100%;
  }
}

.footer .footer__right {
  align-items: flex-end;
  max-width: 50%;
  height: auto;
  display: flex;
}

@media (max-width: 1200px) {
  .footer .footer__right {
    max-width: 100%;
  }
}

.footer .footer__subscribe {
  flex-direction: column;
  display: flex;
}

.footer .footer__subscribe__title {
  color: #111;
  font-size: 28rem;
  font-weight: 500;
  line-height: 118%;
}

@media (max-width: 1920px) {
  .footer .footer__subscribe__title {
    font-size: 26rem;
  }
}

@media (max-width: 1200px) {
  .footer .footer__subscribe__title {
    font-size: 24rem;
  }
}

@media (max-width: 768px) {
  .footer .footer__subscribe__title {
    font-size: 20rem;
  }
}

.footer .footer__subscribe__container {
  gap: 20rem;
  display: flex;
}

@media (max-width: 768px) {
  .footer .footer__subscribe__container {
    flex-direction: column;
    gap: 16rem;
  }
}

.footer .footer__subscribe__policy {
  color: #666c75;
  font-size: 14rem;
  font-weight: 400;
}

.footer .footer__subscribe__policy a {
  color: #666c75;
  width: fit-content;
  font-size: 14rem;
  font-weight: 400;
  transition: all .15s ease-in-out;
  display: flex;
  position: relative;
}

.footer .footer__subscribe__policy a:after {
  content: "";
  background-color: #ef1a2d;
  width: 0%;
  height: 1rem;
  transition: all .15s ease-in-out;
  display: flex;
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
}

.footer .footer__subscribe__policy a:hover {
  color: #ef1a2d;
}

.footer .footer__subscribe__policy a:hover:after {
  width: 100%;
}

.footer .footer__subscribe__send {
  padding: 15rem 38rem;
}

@media (max-width: 768px) {
  .footer .footer__subscribe__send {
    width: 100%;
    padding: 16rem;
  }
}

.footer .footer__subscribe__send span {
  letter-spacing: .01em;
  font-size: 16rem;
  font-weight: 400;
  line-height: 150%;
}

.footer .footer__documents {
  justify-content: flex-end;
  gap: 20rem;
  display: flex;
}

@media (max-width: 1920px) {
  .footer .footer__documents {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .footer .footer__documents {
    flex-direction: column;
    justify-content: flex-start;
  }
}

.footer .footer__document a {
  color: #666c75;
  white-space: nowrap;
  font-size: 18rem;
  font-weight: 400;
  line-height: 145%;
}

.general-statistics {
  margin: 0 0 32rem;
}

.general-statistics .general-statistics__title {
  color: #111;
  margin: 0 0 32rem;
  font-size: 28rem;
  font-weight: 500;
  line-height: 118%;
}

.general-statistics .general-statistics__list {
  display: -ms-grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24rem;
  display: grid;
}

.general-statistics .general-statistics__item {
  background-color: #fff;
  border-radius: 28rem;
  padding: 20rem 80rem 20rem 20rem;
  position: relative;
}

.general-statistics .general-statistics__item__subtitle {
  color: #666c75;
  max-width: 205rem;
  margin: 0 0 8rem;
  font-size: 14rem;
  font-weight: 400;
  line-height: 130%;
}

.general-statistics .general-statistics__item__value {
  color: #111;
  font-size: 28rem;
  font-weight: 500;
  line-height: 118%;
}

.general-statistics .general-statistics__item__button {
  border-radius: 12rem;
  width: fit-content;
  margin: 12rem 0 0;
  padding: 10rem 37rem;
}

.general-statistics .general-statistics__item__button span {
  font-size: 14rem;
  font-weight: 400;
  line-height: 130%;
}

.general-statistics .general-statistics__item__link {
  border-radius: 12rem;
  justify-content: center;
  align-items: center;
  width: 40rem;
  height: 40rem;
  padding: 0;
  display: flex;
  position: absolute;
  top: 20rem;
  right: 20rem;
}

.general-statistics .general-statistics__item__link svg {
  width: 24rem;
  height: 24rem;
}

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

.hall__wrapper {
  width: fit-content;
}

.hall .hall__top {
  flex-direction: column;
  align-items: center;
  gap: 16rem;
  margin: 0 0 70rem;
  display: flex;
}

.hall .hall__title {
  text-align: center;
  color: #111;
  margin: 0;
  font-size: 28rem;
  font-weight: 500;
  line-height: 118%;
}

.hall .hall__description {
  color: #666c75;
  font-size: 16rem;
  font-weight: 400;
  line-height: 130%;
}

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

.hall .hall__scene {
  text-align: center;
  color: #111;
  background-color: #cccfde;
  border-radius: 6rem;
  width: 50%;
  margin: 0 0 60rem;
  padding: 16rem;
  font-size: 14rem;
  font-weight: 400;
  line-height: 130%;
}

.hall .hall__markup {
  flex-direction: column;
  align-items: center;
  gap: 10rem;
  display: flex;
}

.hall .hall__row {
  justify-content: center;
  min-height: 30rem;
  display: flex;
}

.hall .hall__row span {
  text-align: center;
  border-radius: 6rem;
  width: 30rem;
  height: 30rem;
  padding: 6rem 4rem;
  font-size: 14rem;
  font-weight: 600;
  line-height: 130%;
}

.hall .hall__seats {
  justify-content: center;
  gap: 6rem;
  display: flex;
}

.hall .hall__seat {
  text-align: center;
  color: #111;
  cursor: pointer;
  background-color: #cccfde;
  border-radius: 6rem;
  width: 30rem;
  height: 30rem;
  padding: 6rem 4rem;
  font-size: 14rem;
  font-weight: 400;
  line-height: 130%;
}

.header {
  width: 100%;
  height: fit-content;
  margin: 0 0 24rem;
  padding: 16rem 0;
  position: absolute;
  top: 0;
  left: 0;
}

.header__wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.holl-aside {
  background-color: #fff;
  width: 337rem;
  min-width: 337rem;
  height: 100%;
  padding: 36rem 26rem;
  position: absolute;
  top: 0;
  left: 0;
}

.holl-aside .holl-aside__wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.holl-aside .holl-aside__title {
  color: #111;
  margin: 28rem 0 24rem;
  font-size: 24rem;
  font-weight: 500;
}

.holl-aside .holl-aside__add-category {
  width: 100%;
  margin: 0 0 24rem;
  padding: 10rem;
}

.holl-aside .holl-aside__add-category path {
  stroke: #ef1a2d;
}

.holl-aside .holl-aside__add-category span {
  font-size: 14rem;
  font-weight: 400;
  line-height: 130%;
}

.holl-aside .holl-aside__categories {
  flex-direction: column;
  gap: 16rem;
  display: flex;
}

.holl-aside .holl-aside__category {
  background-color: #f5f7ff;
  border-radius: 20rem;
  flex-direction: column;
  gap: 12rem;
  padding: 12rem;
  display: flex;
}

.holl-aside .holl-aside__category__top {
  justify-content: space-between;
  display: flex;
}

.holl-aside .holl-aside__category__title {
  white-space: nowrap;
  color: #111;
  margin: 0;
  font-size: 16rem;
  font-weight: 400;
  line-height: 130%;
}

.holl-aside .holl-aside__category__edit-button, .holl-aside .holl-aside__category__delete-button {
  width: 24rem;
  min-width: 24rem;
  height: 24rem;
  min-height: 24rem;
  padding: 0;
}

.holl-aside .holl-aside__category__bottom {
  justify-content: space-between;
  display: flex;
}

.holl-aside .holl-aside__category__color {
  width: 24rem;
  min-width: 24rem;
  height: 24rem;
  min-height: 24rem;
}

.holl-aside .holl-aside__category__seats, .holl-aside .holl-aside__category__price {
  color: #111;
  font-size: 16rem;
  font-weight: 500;
  line-height: 130%;
}

.holl-aside .holl-aside__category__left, .holl-aside .holl-aside__category__right {
  align-items: center;
  gap: 8rem;
  width: fit-content;
  display: flex;
}

.holl-aside .holl-aside__preview-button {
  width: 100%;
  padding: 17rem;
}

.holl-schema-aside {
  background-color: #fff;
  width: 337rem;
  min-width: 337rem;
  height: 100%;
  padding: 36rem 26rem;
  position: absolute;
  top: 0;
  left: 0;
}

.holl-schema-aside .holl-schema-aside__wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.holl-schema-aside .holl-schema-aside__title {
  color: #111;
  margin: 28rem 0 24rem;
  font-size: 24rem;
  font-weight: 500;
}

.holl-schema-aside .holl-schema-aside__add-row {
  width: 100%;
  margin: 0 0 16rem;
  padding: 10rem;
}

.holl-schema-aside .holl-schema-aside__add-row path {
  stroke: #ef1a2d;
}

.holl-schema-aside .holl-schema-aside__add-row span {
  font-size: 14rem;
  font-weight: 400;
  line-height: 130%;
}

.holl-schema-aside .holl-schema-aside__remove-row {
  width: 100%;
  margin: 0;
  padding: 10rem;
}

.holl-schema-aside .holl-schema-aside__remove-row path {
  stroke: #ef1a2d;
}

.holl-schema-aside .holl-schema-aside__remove-row span {
  font-size: 14rem;
  font-weight: 400;
  line-height: 130%;
}

.holl-schema-aside .holl-schema-aside__rows {
  flex-direction: column;
  gap: 16rem;
  width: calc(100% + 16rem);
  max-height: 60vh;
  margin: 0 -16rem 0 0;
  padding: 0 24rem 0 0;
  display: flex;
  overflow-y: scroll;
}

.holl-schema-aside .holl-schema-aside__rows::-webkit-scrollbar {
  width: 6rem;
}

.holl-schema-aside .holl-schema-aside__rows::-webkit-scrollbar-track {
  background: none;
}

.holl-schema-aside .holl-schema-aside__rows::-webkit-scrollbar-thumb {
  background-color: #cccfde;
  border-radius: 12rem;
  height: 6rem;
}

.holl-schema-aside .holl-schema-aside__row {
  background-color: #f5f7ff;
  border-radius: 20rem;
  justify-content: space-between;
  gap: 12rem;
  padding: 12rem;
  display: flex;
}

.holl-schema-aside .holl-schema-aside__row__top {
  justify-content: space-between;
  display: flex;
}

.holl-schema-aside .holl-schema-aside__row__title {
  white-space: nowrap;
  color: #111;
  margin: 0;
  font-size: 16rem;
  font-weight: 400;
  line-height: 130%;
}

.holl-schema-aside .holl-schema-aside__row__edit-button, .holl-schema-aside .holl-schema-aside__row__delete-button {
  width: 24rem;
  min-width: 24rem;
  height: 24rem;
  min-height: 24rem;
  padding: 0;
}

.holl-schema-aside .holl-schema-aside__row__bottom {
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
  display: flex;
}

.holl-schema-aside .holl-schema-aside__row__color {
  width: 24rem;
  min-width: 24rem;
  height: 24rem;
  min-height: 24rem;
}

.holl-schema-aside .holl-schema-aside__row__add-seat {
  border-radius: 12rem;
  padding: 8rem;
}

.holl-schema-aside .holl-schema-aside__row__add-seat svg {
  width: 16rem;
  min-width: 16rem;
  height: 16rem;
  min-height: 16rem;
}

.holl-schema-aside .holl-schema-aside__row__remove-seat {
  border-radius: 12rem;
  padding: 8rem;
}

.holl-schema-aside .holl-schema-aside__row__remove-seat svg {
  width: 16rem;
  min-width: 16rem;
  height: 16rem;
  min-height: 16rem;
}

.holl-schema-aside .holl-schema-aside__row__seats {
  color: #111;
  background-color: #fff;
  border: 1rem solid #cccfde;
  border-radius: 12rem;
  justify-content: center;
  padding: 7rem 12rem;
  font-size: 14rem;
  font-weight: 500;
  line-height: 130%;
  display: flex;
}

.holl-schema-aside .holl-schema-aside__row__price {
  color: #111;
  font-size: 16rem;
  font-weight: 500;
  line-height: 130%;
}

.holl-schema-aside .holl-schema-aside__row__left, .holl-schema-aside .holl-schema-aside__row__right {
  align-items: center;
  gap: 4rem;
  width: fit-content;
  display: flex;
}

.holl-schema-aside .holl-schema-aside__preview-button {
  width: 100%;
  padding: 17rem;
}

.horizontal-calendar {
  margin: 0 0 44rem;
}

@media (max-width: 768px) {
  .horizontal-calendar {
    margin: 0 0 20rem;
  }
}

.horizontal-calendar .horizontal-calendar__container {
  position: relative;
}

.horizontal-calendar__header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32rem;
  display: flex;
}

@media (max-width: 768px) {
  .horizontal-calendar__header {
    margin-bottom: 20rem;
  }
}

.horizontal-calendar .horizontal-calendar__title {
  color: #111;
  margin: 0;
}

.horizontal-calendar__navigation {
  gap: 8rem;
  display: flex;
}

@media (max-width: 768px) {
  .horizontal-calendar__navigation {
    display: none;
  }
}

.horizontal-calendar__nav-button {
  cursor: pointer;
  color: #111;
  background: #fff;
  border: 1rem solid #e0e0e0;
  border-radius: 12rem;
  justify-content: center;
  align-items: center;
  width: 40rem;
  height: 48rem;
  margin: 0;
  font-size: 16rem;
  transition: all .2s;
  display: flex;
  position: absolute;
  bottom: 11rem;
}

.horizontal-calendar__nav-button--prev {
  left: 0;
}

.horizontal-calendar__nav-button--next {
  right: 0;
}

.horizontal-calendar__nav-button svg {
  width: 24rem;
  height: 24rem;
}

.horizontal-calendar .swiper-button-disabled {
  opacity: .7;
  cursor: not-allowed;
}

.horizontal-calendar .swiper-button-disabled svg {
  opacity: .7;
}

.horizontal-calendar .horizontal-calendar__swiper {
  width: calc(100% - 130rem);
  margin: 0 65rem;
}

@media (max-width: 768px) {
  .horizontal-calendar .horizontal-calendar__swiper {
    width: calc(100% + 32rem);
    margin: 0 -16rem;
    padding: 0 16rem;
  }
}

.horizontal-calendar .horizontal-calendar__swiper .swiper-wrapper {
  gap: 12rem;
  transition-timing-function: linear;
  display: flex;
}

@media (max-width: 768px) {
  .horizontal-calendar .horizontal-calendar__swiper .swiper-wrapper {
    gap: 4rem;
  }
}

.horizontal-calendar .horizontal-calendar__slide {
  width: fit-content;
  height: fit-content;
}

.horizontal-calendar .horizontal-calendar__item {
  cursor: pointer;
  border-radius: 12rem;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  padding: 7rem 10rem;
  transition: all .2s;
  display: flex;
}

@media (max-width: 768px) {
  .horizontal-calendar .horizontal-calendar__item {
    border-radius: 12rem;
    padding: 7rem 14rem;
  }
}

.horizontal-calendar .horizontal-calendar__item_selected {
  background-color: #dcdfec;
}

.horizontal-calendar__day {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 4rem;
  font-size: 14rem;
  font-weight: 400;
}

.horizontal-calendar__day_weekday {
  color: #666c75;
}

.horizontal-calendar__day_weekend {
  color: #ef1a2d;
}

.horizontal-calendar__number {
  text-align: center;
  color: #111;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32rem;
  height: 32rem;
  font-size: 28rem;
  font-weight: 500;
  line-height: 118%;
  transition: all .2s;
  display: flex;
}

@media (max-width: 768px) {
  .horizontal-calendar__number {
    width: auto;
    height: auto;
    font-size: 20rem;
  }
}

.modal-provider {
  position: relative;
}

.organization-auth__wrapper {
  background-color: #fff;
  border-radius: 28rem;
  width: 464rem;
  padding: 48px;
}

.organization-auth .organization-auth__title {
  color: #111;
  margin: 0 0 16rem;
  font-size: 40rem;
  font-weight: 500;
  line-height: 120%;
}

.organization-auth .organization-auth__form {
  flex-direction: column;
  gap: 24rem;
  margin: 0 0 20rem;
  display: flex;
}

.organization-auth .organization-auth__send {
  width: 100%;
  padding: 16rem;
}

.organization-auth .organization-auth__link {
  text-align: center;
  color: #111;
  justify-content: center;
  width: 100%;
  margin: 0;
  font-size: 20rem;
  font-weight: 500;
  display: flex;
}

.organization-events .organization-events__top {
  justify-content: space-between;
  align-items: center;
  margin: 0 0 32rem;
  display: flex;
}

.organization-events .organization-events__title {
  color: #111;
  margin: 0;
  font-size: 28rem;
  font-weight: 500;
  line-height: 118%;
}

.organization-events .organization-events__add-button {
  cursor: pointer;
  padding: 12rem 18rem;
}

.organization-events .organization-events__add-button span {
  font-size: 16rem;
}

.organization-events .organization-events__add-button svg {
  width: 24rem;
  min-width: 24rem;
  height: 24rem;
  min-height: 24rem;
}

.organization-halls .organization-halls__top {
  justify-content: space-between;
  align-items: center;
  margin: 0 0 32rem;
  display: flex;
}

.organization-halls .organization-halls__title {
  color: #111;
  margin: 0;
  font-size: 28rem;
  font-weight: 500;
  line-height: 118%;
}

.organization-halls .organization-halls__add-button {
  cursor: pointer;
  padding: 12rem 18rem;
}

.organization-halls .organization-halls__add-button span {
  font-size: 16rem;
}

.organization-halls .organization-halls__items__last-cell {
  text-align: end;
}

.organization-halls .organization-halls__item__buttons {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.organization-registration__wrapper {
  background-color: #fff;
  border-radius: 28rem;
  width: 464rem;
  padding: 32px;
}

.organization-registration .organization-registration__title {
  color: #111;
  margin: 0 0 16rem;
  font-size: 40rem;
  font-weight: 500;
  line-height: 120%;
}

.organization-registration .organization-registration__form {
  flex-direction: column;
  gap: 24rem;
  margin: 0 0 20rem;
  display: flex;
}

.organization-registration .organization-registration__send {
  width: 100%;
  padding: 16rem;
}

.organization-registration .organization-registration__link {
  text-align: center;
  color: #111;
  justify-content: center;
  width: 100%;
  margin: 0;
  font-size: 20rem;
  font-weight: 500;
  display: flex;
}

.organization-verify__wrapper {
  background-color: #fff;
  border-radius: 28rem;
  width: 464rem;
  padding: 48rem;
}

.organization-verify .organization-verify__title {
  color: #111;
  margin: 0 0 16rem;
  font-size: 40rem;
  font-weight: 500;
  line-height: 120%;
}

.organization-verify .organization-verify__form {
  flex-direction: column;
  gap: 24rem;
  margin: 0 0 20rem;
  display: flex;
}

.organization-verify .organization-verify__send {
  width: 100%;
  padding: 16rem;
}

.organization-verify .organization-verify__email {
  color: #111;
  margin: 0 0 16rem;
  font-size: 14rem;
  font-weight: 400;
  line-height: 130%;
}

.organization-verify .organization-verify__time {
  color: #666c75;
  font-size: 14rem;
  font-weight: 400;
  line-height: 130%;
}

.organization-verify .organization-verify__link {
  text-align: center;
  color: #111;
  justify-content: center;
  width: 100%;
  margin: 0;
  font-size: 20rem;
  font-weight: 500;
  display: flex;
}

.profile .profile__container {
  flex-direction: column;
  gap: 16rem;
  max-width: 708rem;
  margin: 0 auto;
  display: flex;
}

.profile .profile__top {
  background-color: #f5f7ff;
  border-radius: 28rem;
  padding: 24rem;
  position: relative;
}

@media (max-width: 768px) {
  .profile .profile__top {
    border-radius: 20rem;
    padding: 16rem;
  }
}

.profile .profile__info {
  align-items: center;
  gap: 20rem;
  margin: 0 0 24rem;
  display: flex;
}

@media (max-width: 768px) {
  .profile .profile__info {
    gap: 12rem;
    margin: 0 0 16rem;
  }
}

.profile .profile__photo {
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  width: 86rem;
  height: 86rem;
  display: flex;
  overflow: hidden;
}

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

.profile .profile__initials {
  color: #fff;
  background: #cccfde;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  width: 86rem;
  height: 86rem;
  font-size: 40rem;
  font-weight: 500;
  line-height: 120%;
  display: flex;
}

@media (max-width: 768px) {
  .profile .profile__initials {
    border-radius: 16rem;
    width: 56rem;
    height: 56rem;
    font-size: 28rem;
    font-weight: 500;
    line-height: 120%;
  }
}

.profile .profile__name {
  color: #111;
  font-size: 28rem;
  font-weight: 500;
  line-height: 118%;
}

@media (max-width: 768px) {
  .profile .profile__name {
    font-size: 20rem;
    font-weight: 500;
  }
}

.profile .profile__edit {
  gap: 8rem;
  padding: 4rem 0;
  position: absolute;
  top: 16rem;
  right: 24rem;
}

.profile .profile__edit span {
  color: #111;
  font-size: 16rem;
  font-weight: 400;
  line-height: 130%;
}

@media (max-width: 768px) {
  .profile .profile__edit span {
    display: none;
  }
}

.profile .profile__edit svg {
  width: 24rem;
  height: 24rem;
}

.profile .profile__data {
  flex-direction: column;
  gap: 16rem;
  display: flex;
}

.profile .profile__data__item {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.profile .profile__data__item__label {
  color: #666c75;
  font-size: 18rem;
  font-weight: 400;
  line-height: 145%;
}

@media (max-width: 768px) {
  .profile .profile__data__item__label {
    font-size: 16rem;
    font-weight: 400;
    line-height: 142%;
  }
}

.profile .profile__data__item__value {
  color: #111;
  font-size: 24rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  .profile .profile__data__item__value {
    font-size: 16rem;
    font-weight: 500;
    line-height: 142%;
  }
}

.profile .profile__bottom {
  display: -ms-grid;
  -ms-grid-columns: (1fr) [2];
  -ms-grid-rows: (1fr) [1];
  background-color: #f5f7ff;
  border-radius: 28rem;
  grid-template-rows: repeat(1, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 16rem;
  padding: 24rem;
  display: grid;
}

@media (max-width: 768px) {
  .profile .profile__bottom {
    -ms-grid-columns: (1fr) [1];
    border-radius: 20rem;
    grid-template-columns: repeat(1, 1fr);
    padding: 16rem;
  }
}

.profile .profile__button {
  width: 100%;
  padding: 12rem;
}

.profile .profile__button span {
  letter-spacing: .01em;
  font-size: 16rem;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 768px) {
  .profile .profile__button span {
    line-height: 130%;
  }
}

.promo-banners {
  margin: 0 0 64rem;
}

.promo-banners__wrapper {
  width: 100%;
  position: relative;
}

.promo-banners .promo-banners__top {
  align-items: center;
  gap: 20rem;
  margin: 0 0 32rem;
  display: flex;
}

.promo-banners .promo-banners__title {
  margin: 0;
}

.promo-banners .promo-banners__link {
  border: 1rem solid #cccfde;
  border-radius: 12rem;
  align-items: center;
  padding: 12rem;
  display: flex;
}

.promo-banners .promo-banners__link span {
  color: #111;
  font-size: 16rem;
  font-weight: 400;
}

.promo-banners .promo-banners__middle {
  padding: 0 calc(50vw - 720px + 64rem);
}

@media (max-width: 993px) {
  .promo-banners .promo-banners__middle {
    padding: 0 16px;
  }
}

.promo-banners .promo-banners__items {
  display: flex;
}

@media (max-width: 993px) {
  .promo-banners .promo-banners__items {
    width: calc(100% + 8rem);
    margin: 0 -4rem;
  }
}

.promo-banners .promo-banners__item {
  width: calc(50% - 24rem);
  margin: 0 12rem;
}

@media (max-width: 993px) {
  .promo-banners .promo-banners__item {
    width: calc(100% - 8rem);
    margin: 0 4rem;
  }
}

.promo-banners .promo-banners__item__link {
  flex-direction: column;
  display: flex;
}

.promo-banners .promo-banners__item__poster {
  border-radius: 28rem;
  width: 100%;
  height: 400rem;
  margin: 0 0 16rem;
  position: relative;
  overflow: hidden;
}

@media (max-width: 993px) {
  .promo-banners .promo-banners__item__poster {
    border-radius: 28rem;
    height: 360rem;
  }
}

.promo-banners .promo-banners__item__poster:before {
  content: "";
  background: linear-gradient(#1110 0, #111111e6 100%);
  width: 100%;
  height: 147rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.promo-banners .promo-banners__item__image {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  width: 100%;
  height: 100%;
}

.promo-banners .promo-banners__item__price {
  color: #fff;
  background-color: #ef1a2d;
  border-radius: 20rem;
  padding: 8rem;
  font-size: 16rem;
  font-weight: 400;
  line-height: 130%;
  display: flex;
  position: absolute;
  bottom: 24rem;
  right: 24rem;
}

.promo-banners .promo-banners__item__title {
  color: #fff;
  max-width: calc(100% - 24rem);
}

.promo-banners .promo-banners__item__subtitle {
  color: #fff;
  font-size: 18rem;
  font-weight: 400;
  line-height: 145%;
}

.promo-banners .promo-banners__item__date {
  color: #666c75;
  font-size: 16rem;
  font-weight: 400;
  line-height: 130%;
}

.promo-banners .promo-banners__item__tag {
  color: #666c75;
  background-color: #f5f7ff;
  border-radius: 20rem;
  padding: 8rem;
  font-size: 16rem;
  font-weight: 400;
  line-height: 130%;
  position: absolute;
  top: 24rem;
  left: 24rem;
}

@media (max-width: 993px) {
  .promo-banners .promo-banners__item__tag {
    font-size: 14rem;
  }
}

.promo-banners .promo-banners__item__info {
  flex-direction: column;
  gap: 12rem;
  display: flex;
  position: absolute;
  bottom: 24rem;
  left: 24rem;
}

.promo-banners .promo-banners__navigation {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 993px) {
  .promo-banners .promo-banners__navigation {
    display: none;
  }
}

.promo-banners__nav-button {
  -webkit-backdrop-filter: blur(4rem);
  backdrop-filter: blur(4rem);
  cursor: pointer;
  color: #111;
  background: #cccfde99;
  border-radius: 12rem;
  justify-content: center;
  align-items: center;
  width: 48rem;
  height: 48rem;
  margin: 0;
  padding: 12rem;
  font-size: 16rem;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.promo-banners__nav-button--prev {
  left: 92rem;
}

@media (max-width: 1200px) {
  .promo-banners__nav-button--prev {
    left: 32rem;
  }
}

.promo-banners__nav-button--next {
  right: 92rem;
}

@media (max-width: 1200px) {
  .promo-banners__nav-button--next {
    right: 32rem;
  }
}

.promo-banners__nav-button svg {
  width: 24rem;
  height: 24rem;
}

.promo-banners .swiper-button-disabled {
  opacity: .7;
  cursor: not-allowed;
}

.promo-banners .swiper-button-disabled svg {
  opacity: .7;
}

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

.schedule__wrapper {
  width: fit-content;
}

.schedule .schedule__top {
  flex-direction: column;
  align-items: center;
  gap: 16rem;
  margin: 0 0 70rem;
  display: flex;
}

.schedule .schedule__title {
  text-align: center;
  color: #111;
  margin: 0;
  font-size: 28rem;
  font-weight: 500;
  line-height: 118%;
}

.schedule .schedule__description {
  color: #666c75;
  font-size: 16rem;
  font-weight: 400;
  line-height: 130%;
}

.schedule .schedule__categories {
  gap: 20rem;
  display: flex;
}

.schedule .schedule__category {
  align-items: center;
  gap: 8rem;
  padding: 8rem;
  display: flex;
}

.schedule .schedule__category__icon {
  width: 16rem;
  min-width: 16rem;
  height: 16rem;
  min-height: 16rem;
}

.schedule .schedule__category__text {
  color: #111;
  font-size: 16rem;
  font-weight: 400;
  line-height: 142%;
}

.schedule .schedule__middle {
  flex-direction: column;
  align-items: center;
  padding: 0 0 155rem;
  display: flex;
}

.schedule .schedule__scene {
  text-align: center;
  color: #111;
  background-color: #cccfde;
  border-radius: 6rem;
  width: 50%;
  margin: 0 0 60rem;
  padding: 16rem;
  font-size: 14rem;
  font-weight: 400;
  line-height: 130%;
}

.schedule .schedule__markup {
  flex-direction: column;
  align-items: center;
  gap: 10rem;
  display: flex;
}

.schedule .schedule__row {
  justify-content: center;
  min-height: 30rem;
  display: flex;
}

.schedule .schedule__row span {
  text-align: center;
  border-radius: 6rem;
  width: 30rem;
  height: 30rem;
  padding: 6rem 4rem;
  font-size: 14rem;
  font-weight: 600;
  line-height: 130%;
}

.schedule .schedule__seats {
  justify-content: center;
  gap: 6rem;
  display: flex;
}

.schedule .schedule__seat {
  text-align: center;
  color: #111;
  cursor: pointer;
  background-color: #cccfde;
  border-radius: 6rem;
  width: 30rem;
  height: 30rem;
  padding: 6rem 4rem;
  font-size: 14rem;
  font-weight: 400;
  line-height: 130%;
}

.schedule .schedule__bottom {
  background-color: #fff;
  border-top: 1rem solid #cccfde;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
}

.schedule .schedule__bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.schedule .schedule__slider {
  width: 100%;
  display: flex;
}

.schedule .schedule__slider__wrapper {
  width: 100%;
}

.schedule .schedule__slide {
  background-color: #f5f7ff;
  border-radius: 20rem;
  flex-direction: column;
  gap: 4rem;
  width: fit-content;
  max-width: fit-content;
  margin: 0 6rem;
  padding: 12rem 44rem 12rem 12rem;
  display: flex;
  position: relative;
}

.schedule .schedule__slide__seat {
  color: #111;
  font-size: 16rem;
  font-weight: 400;
  line-height: 130%;
}

.schedule .schedule__slide__category {
  color: #666c75;
  font-size: 14rem;
  font-weight: 400;
  line-height: 130%;
}

.schedule .schedule__slide__price {
  color: #111;
  font-size: 16rem;
  font-weight: 400;
  line-height: 130%;
}

.schedule .schedule__slide__delete {
  width: 24rem;
  min-width: 24rem;
  height: 24rem;
  min-height: 24rem;
  position: absolute;
  top: 12rem;
  right: 12rem;
}

.schedule .schedule__total {
  flex-direction: column;
  gap: 12rem;
  width: 338rem;
  padding: 28rem;
  display: flex;
}

.schedule .schedule__total__info {
  color: #111;
  font-size: 16rem;
  font-weight: 500;
  line-height: 130%;
}

.schedule .schedule__total__send {
  width: 100%;
  padding: 13rem;
}

.schedule .schedule__total__send span {
  font-size: 16rem;
  font-weight: 400;
  line-height: 130%;
}

.settings__wrapper {
  justify-content: space-between;
  gap: 24rem;
  display: flex;
}

.settings .settings__left {
  width: calc(100% - 430rem);
}

.settings .settings__right {
  background-color: #fff;
  border-radius: 28rem;
  flex-direction: column;
  gap: 10rem;
  width: 406rem;
  height: fit-content;
  padding: 24rem;
  display: flex;
}

.settings .settings__container {
  flex-direction: column;
  gap: 16rem;
  display: flex;
}

.settings .settings__top {
  background-color: #fff;
  border-radius: 28rem;
  padding: 24rem;
  position: relative;
}

@media (max-width: 768px) {
  .settings .settings__top {
    border-radius: 20rem;
    padding: 16rem;
  }
}

.settings .settings__info {
  align-items: center;
  gap: 20rem;
  margin: 0 0 24rem;
  display: flex;
}

@media (max-width: 768px) {
  .settings .settings__info {
    gap: 12rem;
    margin: 0 0 16rem;
  }
}

.settings .settings__initials {
  color: #fff;
  background: #cccfde;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  width: 86rem;
  height: 86rem;
  font-size: 40rem;
  font-weight: 500;
  line-height: 120%;
  display: flex;
}

@media (max-width: 768px) {
  .settings .settings__initials {
    border-radius: 16rem;
    width: 56rem;
    height: 56rem;
    font-size: 28rem;
    font-weight: 500;
    line-height: 120%;
  }
}

.settings .settings__logo {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  width: 86rem;
  height: 86rem;
  display: flex;
}

@media (max-width: 768px) {
  .settings .settings__logo {
    border-radius: 16rem;
    width: 56rem;
    height: 56rem;
  }
}

.settings .settings__name {
  color: #111;
  font-size: 28rem;
  font-weight: 500;
  line-height: 118%;
}

@media (max-width: 768px) {
  .settings .settings__name {
    font-size: 20rem;
    font-weight: 500;
  }
}

.settings .settings__edit {
  gap: 8rem;
  padding: 4rem 0;
  position: absolute;
  top: 16rem;
  right: 24rem;
}

.settings .settings__edit span {
  color: #111;
  font-size: 16rem;
  font-weight: 400;
  line-height: 130%;
}

@media (max-width: 768px) {
  .settings .settings__edit span {
    display: none;
  }
}

.settings .settings__edit svg {
  width: 24rem;
  height: 24rem;
}

.settings .settings__data {
  flex-direction: column;
  gap: 16rem;
  display: flex;
}

.settings .settings__data__item {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.settings .settings__data__item__label {
  color: #666c75;
  font-size: 18rem;
  font-weight: 400;
  line-height: 145%;
}

@media (max-width: 768px) {
  .settings .settings__data__item__label {
    font-size: 16rem;
    font-weight: 400;
    line-height: 142%;
  }
}

.settings .settings__data__item__value {
  color: #111;
  font-size: 24rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  .settings .settings__data__item__value {
    font-size: 16rem;
    font-weight: 500;
    line-height: 142%;
  }
}

.settings .settings__bottom {
  display: -ms-grid;
  -ms-grid-columns: (1fr) [2];
  -ms-grid-rows: (1fr) [1];
  background-color: #fff;
  border-radius: 28rem;
  grid-template-rows: repeat(1, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 16rem;
  padding: 24rem;
  display: grid;
}

@media (max-width: 768px) {
  .settings .settings__bottom {
    -ms-grid-columns: (1fr) [1];
    border-radius: 20rem;
    grid-template-columns: repeat(1, 1fr);
    padding: 16rem;
  }
}

.settings .settings__button {
  width: 100%;
  padding: 12rem;
}

.settings .settings__button span {
  letter-spacing: .01em;
  font-size: 16rem;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 768px) {
  .settings .settings__button span {
    line-height: 130%;
  }

  .tikets__title {
    margin: 0 0 20rem;
    font-size: 28rem;
  }
}

.tikets .tikets-tabs__list {
  gap: 24rem;
  margin: 0 0 32rem;
  display: flex;
}

@media (max-width: 768px) {
  .tikets .tikets-tabs__list {
    gap: 12rem;
    margin: 0 0 24rem;
  }
}

.tikets .tikets-tabs__item {
  background-color: #f5f7ff;
  border-radius: 20rem;
  padding: 12rem;
}

@media (max-width: 768px) {
  .tikets .tikets-tabs__item {
    padding: 8rem 12rem;
  }
}

.tikets .tikets-tabs__item a {
  color: #666c75;
  font-size: 18rem;
  font-weight: 400;
  line-height: 145%;
  display: flex;
}

@media (max-width: 768px) {
  .tikets .tikets-tabs__item a {
    font-size: 16rem;
  }
}

.tikets .tikets-tabs__item--active {
  background-color: #ffe1e5;
}

.tikets .tikets-tabs__item--active a {
  color: #fff;
}

.tikets .tikets__list {
  flex-wrap: wrap;
  gap: 24rem;
  display: flex;
}

.tikets .tikets__item {
  background-color: #f5f7ff;
  border-radius: 28rem;
  flex-flow: column wrap;
  gap: 24rem;
  width: calc(50% - 12rem);
  padding: 24rem;
  display: flex;
}

@media (max-width: 1200px) {
  .tikets .tikets__item {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .tikets .tikets__item {
    border-radius: 28rem;
    order: 1;
    gap: 16rem;
    padding: 16rem;
  }
}

.tikets .tikets__item__top {
  justify-content: space-between;
  display: flex;
}

@media (max-width: 768px) {
  .tikets .tikets__item__top {
    border-bottom: 1rem solid #cccfde;
    flex-direction: column;
    padding-bottom: 16rem;
  }
}

.tikets .tikets__item__top__left {
  flex-direction: column;
  align-items: flex-start;
  max-width: 350rem;
  display: flex;
}

.tikets .tikets__item__top__right {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

@media (max-width: 768px) {
  .tikets .tikets__item__top__right {
    align-items: flex-start;
  }
}

.tikets .tikets__item__id {
  color: #666c75;
  margin: 0 0 12rem;
  font-size: 16rem;
  font-weight: 400;
  line-height: 130%;
}

.tikets .tikets__item__title {
  margin: 0;
  font-size: 24rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  .tikets .tikets__item__title {
    margin: 0 0 16rem;
    font-size: 20rem;
  }
}

.tikets .tikets__item__quantity {
  color: #666c75;
  margin: 0 0 12rem;
  font-size: 16rem;
  font-weight: 400;
  line-height: 130%;
}

@media (max-width: 768px) {
  .tikets .tikets__item__quantity {
    margin: 0 0 8rem;
    font-size: 14rem;
  }
}

.tikets .tikets__item__sum {
  text-align: right;
  color: #111;
  font-size: 24rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  .tikets .tikets__item__sum {
    font-size: 20rem;
  }
}

.tikets .tikets__item__middle {
  flex-direction: column;
  gap: 16rem;
  display: flex;
}

@media (max-width: 768px) {
  .tikets .tikets__item__middle {
    order: 2;
  }
}

.tikets .tikets__item__time, .tikets .tikets__item__place {
  color: #666c75;
  font-size: 16rem;
  font-weight: 400;
  line-height: 130%;
}

.tikets .tikets__item__bottom {
  display: -ms-grid;
  -ms-grid-columns: (1fr) [3];
  -ms-grid-rows: (1fr) [1];
  grid-template-rows: repeat(1, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 16rem;
  display: grid;
}

@media (max-width: 768px) {
  .tikets .tikets__item__bottom {
    flex-direction: column;
    order: 2;
    gap: 12rem;
    display: flex;
  }
}

.tikets .tikets__item__button {
  width: 100%;
  padding: 12rem;
}

.tikets .tikets__item__button span {
  letter-spacing: .01em;
  white-space: nowrap;
  font-size: 16rem;
  font-weight: 400;
  line-height: 150%;
}

.top-events {
  margin: 0 0 64rem;
}

@media (max-width: 768px) {
  .top-events {
    margin: 0 0 44rem;
  }
}

.top-events .top-events__top {
  align-items: center;
  margin: 0 0 32rem;
  display: flex;
}

.top-events .top-events__title {
  margin: 0 20rem 0 0;
}

.top-events .top-events__link {
  border: 1rem solid #cccfde;
  border-radius: 12rem;
  align-items: center;
  padding: 12rem;
  display: flex;
}

.top-events .top-events__link span {
  color: #111;
  font-size: 16rem;
  font-weight: 400;
  line-height: 130%;
}

.top-events .top-events__middle {
  padding: 0 calc(50vw - 720px + 64rem);
}

@media (max-width: 768px) {
  .top-events .top-events__middle {
    padding: 0 16rem;
  }
}

.top-events .top-events__items {
  width: 100%;
  display: flex;
}

.top-events .top-events__item {
  counter-increment: top-event-item;
  width: calc(33.33% - 12rem);
  display: flex;
  position: relative;
}

@media (max-width: 1920px) {
  .top-events .top-events__item {
    width: 564rem;
  }
}

@media (max-width: 768px) {
  .top-events .top-events__item {
    width: fit-content;
  }
}

.top-events .top-events__item:before {
  content: counter(top-event-item);
  color: #fff;
  z-index: 2;
  -webkit-text-stroke: 10rem #ef1a2d;
  text-stroke: 10rem #ef1a2d;
  paint-order: stroke;
  font-family: Square721;
  font-size: 100rem;
  font-weight: 400;
  line-height: 130%;
  position: absolute;
  top: 0;
  left: 24rem;
}

@media (max-width: 768px) {
  .top-events .top-events__item:before {
    font-size: 60rem;
    left: 0;
  }
}

@supports not (text-stroke: 10rem #ef1a2d) {
  .top-events .top-events__item:before {
    text-shadow: -1rem -1rem #ef1a2d, 1rem -1rem #ef1a2d, -1rem 1rem #ef1a2d, 1rem 1rem #ef1a2d;
  }
}

.top-events .top-events__item__link {
  flex-direction: column;
  width: 100%;
  padding-left: 122rem;
  display: flex;
}

@media (max-width: 768px) {
  .top-events .top-events__item__link {
    max-width: 271rem;
    padding-left: 60rem;
  }
}

.top-events .top-events__item__poster {
  border-radius: 28rem;
  width: 100%;
  height: 341rem;
  margin: 0 0 16rem;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .top-events .top-events__item__poster {
    height: 241rem;
    margin: 0 0 12rem;
  }
}

.top-events .top-events__item__poster:before {
  content: "";
  background: linear-gradient(#1110 0, #111111e6 100%);
  width: 100%;
  height: 147rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.top-events .top-events__item__image {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  width: 100%;
  height: 100%;
}

.top-events .top-events__item__price {
  color: #fff;
  background-color: #ef1a2d;
  border-radius: 20rem;
  padding: 8rem;
  font-size: 16rem;
  font-weight: 400;
  line-height: 130%;
  display: flex;
  position: absolute;
  bottom: 24rem;
  right: 24rem;
}

.top-events .top-events__item__title {
  color: #111;
  margin: 0 0 12rem;
  font-size: 24rem;
}

@media (max-width: 768px) {
  .top-events .top-events__item__title {
    margin: 0 0 8rem;
    font-size: 16rem;
  }
}

.top-events .top-events__item__description {
  color: #666c75;
  font-size: 16rem;
  font-weight: 400;
  line-height: 130%;
}

@media (max-width: 768px) {
  .top-events .top-events__item__description {
    font-size: 14rem;
  }
}

.update-schema-hall {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.update-schema-hall__wrapper {
  width: fit-content;
}

.update-schema-hall .update-schema-hall__top {
  flex-direction: column;
  align-items: center;
  gap: 16rem;
  margin: 0 0 70rem;
  display: flex;
}

.update-schema-hall .update-schema-hall__title {
  text-align: center;
  color: #111;
  margin: 0;
  font-size: 28rem;
  font-weight: 500;
  line-height: 118%;
}

.update-schema-hall .update-schema-hall__description {
  color: #666c75;
  font-size: 16rem;
  font-weight: 400;
  line-height: 130%;
}

.update-schema-hall .update-schema-hall__middle {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.update-schema-hall .update-schema-hall__scene {
  text-align: center;
  white-space: nowrap;
  color: #111;
  background-color: #cccfde;
  border-radius: 6rem;
  width: 50%;
  margin: 0 0 60rem;
  padding: 16rem;
  font-size: 14rem;
  font-weight: 400;
  line-height: 130%;
}

.update-schema-hall .update-schema-hall__markup {
  flex-direction: column;
  align-items: center;
  gap: 10rem;
  display: flex;
}

.update-schema-hall .update-schema-hall__row {
  justify-content: center;
  min-height: 30rem;
  display: flex;
}

.update-schema-hall .update-schema-hall__row span {
  text-align: center;
  border-radius: 6rem;
  width: 30rem;
  height: 30rem;
  padding: 6rem 4rem;
  font-size: 14rem;
  font-weight: 600;
  line-height: 130%;
}

.update-schema-hall .update-schema-hall__seats {
  justify-content: center;
  gap: 6rem;
  display: flex;
}

.update-schema-hall .update-schema-hall__seat {
  text-align: center;
  color: #111;
  cursor: pointer;
  background-color: #cccfde;
  border-radius: 6rem;
  width: 30rem;
  height: 30rem;
  padding: 6rem 4rem;
  font-size: 14rem;
  font-weight: 400;
  line-height: 130%;
}

.update-schema-hall .update-schema-hall__seat--empty {
  background-color: #0000;
  border: 1px solid #dcdfec;
}

.create-hall .create-hall__wrapper {
  z-index: 1004;
  background-color: #fff;
  border-radius: 32rem;
  min-width: 594rem;
  padding: 40rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1200px) {
  .create-hall .create-hall__wrapper {
    min-width: calc(100% - 64rem);
  }
}

@media (max-width: 768px) {
  .create-hall .create-hall__wrapper {
    border-radius: 0;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 16rem;
  }

  .create-hall .create-hall__title {
    text-align: center;
    font-size: 16rem;
    font-weight: 400;
    line-height: 142%;
  }
}

.create-hall .create-hall__form {
  gap: 24rem;
}

.create-hall .create-hall__form__image {
  width: 86rem;
  height: 86rem;
}

.create-hall .create-hall__form__middle {
  display: -ms-grid;
  -ms-grid-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  gap: 20rem;
  display: grid;
}

.create-hall .create-hall__form__bottom {
  justify-content: flex-end;
  gap: 16rem;
  display: flex;
}

@media (max-width: 768px) {
  .create-hall .create-hall__form__bottom {
    flex-direction: column;
    gap: 12rem;
  }
}

.create-hall .create-hall__form__close {
  width: 180rem;
  padding: 14rem;
}

@media (max-width: 768px) {
  .create-hall .create-hall__form__close {
    width: 100%;
  }
}

.create-hall .create-hall__form__send {
  width: 180rem;
  padding: 14rem;
}

@media (max-width: 768px) {
  .create-hall .create-hall__form__send {
    width: 100%;
  }
}

.create-hall .create-hall__close {
  width: 24rem;
  height: 24rem;
  position: absolute;
  top: 44rem;
  right: 40rem;
}

@media (max-width: 768px) {
  .create-hall .create-hall__close {
    top: 18rem;
    right: 8rem;
  }
}

.create-hall .create-hall__overlay {
  z-index: 10;
  background: #111111b3;
  width: 100%;
  height: 100dvh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.delete-hall .delete-hall__wrapper {
  z-index: 1004;
  background-color: #fff;
  border-radius: 32rem;
  min-width: 594rem;
  padding: 40rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1200px) {
  .delete-hall .delete-hall__wrapper {
    min-width: calc(100% - 64rem);
  }
}

@media (max-width: 768px) {
  .delete-hall .delete-hall__wrapper {
    border-radius: 0;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 16rem;
  }

  .delete-hall .delete-hall__title {
    text-align: center;
    font-size: 16rem;
    font-weight: 400;
    line-height: 142%;
  }
}

.delete-hall .delete-hall__description {
  color: #111;
  margin: 0 0 16rem;
  font-size: 16rem;
  font-weight: 400;
  line-height: 142%;
}

.delete-hall .delete-hall__bottom {
  display: -ms-grid;
  -ms-grid-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 16rem;
  display: grid;
}

@media (max-width: 768px) {
  .delete-hall .delete-hall__bottom {
    flex-direction: column;
    gap: 12rem;
  }
}

.delete-hall .delete-hall__cancel {
  width: 100%;
  padding: 14rem;
}

@media (max-width: 768px) {
  .delete-hall .delete-hall__cancel {
    width: 100%;
  }
}

.delete-hall .delete-hall__send {
  width: 100%;
  padding: 14rem;
}

@media (max-width: 768px) {
  .delete-hall .delete-hall__send {
    width: 100%;
  }
}

.delete-hall .delete-hall__close {
  width: 24rem;
  height: 24rem;
  position: absolute;
  top: 44rem;
  right: 40rem;
}

@media (max-width: 768px) {
  .delete-hall .delete-hall__close {
    top: 18rem;
    right: 8rem;
  }
}

.delete-hall .delete-hall__overlay {
  z-index: 10;
  background: #111111b3;
  width: 100%;
  height: 100dvh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.update-hall .update-hall__wrapper {
  z-index: 1004;
  background-color: #fff;
  border-radius: 32rem;
  min-width: 594rem;
  padding: 40rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1200px) {
  .update-hall .update-hall__wrapper {
    min-width: calc(100% - 64rem);
  }
}

@media (max-width: 768px) {
  .update-hall .update-hall__wrapper {
    border-radius: 0;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 16rem;
  }

  .update-hall .update-hall__title {
    text-align: center;
    font-size: 16rem;
    font-weight: 400;
    line-height: 142%;
  }
}

.update-hall .update-hall__form {
  gap: 24rem;
}

.update-hall .update-hall__form__image {
  width: 86rem;
  height: 86rem;
}

.update-hall .update-hall__form__middle {
  display: -ms-grid;
  -ms-grid-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  gap: 20rem;
  display: grid;
}

.update-hall .update-hall__form__bottom {
  justify-content: flex-end;
  gap: 16rem;
  display: flex;
}

@media (max-width: 768px) {
  .update-hall .update-hall__form__bottom {
    flex-direction: column;
    gap: 12rem;
  }
}

.update-hall .update-hall__form__close {
  width: 180rem;
  padding: 14rem;
}

@media (max-width: 768px) {
  .update-hall .update-hall__form__close {
    width: 100%;
  }
}

.update-hall .update-hall__form__send {
  width: 180rem;
  padding: 14rem;
}

@media (max-width: 768px) {
  .update-hall .update-hall__form__send {
    width: 100%;
  }
}

.update-hall .update-hall__close {
  width: 24rem;
  height: 24rem;
  position: absolute;
  top: 44rem;
  right: 40rem;
}

@media (max-width: 768px) {
  .update-hall .update-hall__close {
    top: 18rem;
    right: 8rem;
  }
}

.update-hall .update-hall__overlay {
  z-index: 10;
  background: #111111b3;
  width: 100%;
  max-width: 100vw;
  height: 100dvh;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow-y: hidden;
  transform: translate(-50%, -50%);
}

.update-profile {
  z-index: 1004;
  display: -ms-grid;
  place-items: center;
  display: grid;
  position: fixed;
  inset: 0;
}

.update-profile .update-profile__wrapper {
  z-index: 2;
  background-color: #fff;
  border-radius: 32rem;
  min-width: 794rem;
  padding: 40rem;
  position: relative;
}

@media (max-width: 1200px) {
  .update-profile .update-profile__wrapper {
    min-width: calc(100% - 64rem);
  }
}

@media (max-width: 768px) {
  .update-profile .update-profile__wrapper {
    -ms-grid-row-align: stretch;
    -ms-grid-column-align: stretch;
    border-radius: 0;
    place-self: stretch stretch;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 16rem;
  }

  .update-profile .update-profile__title {
    text-align: center;
    font-size: 16rem;
    font-weight: 400;
    line-height: 142%;
  }
}

.update-profile .update-profile__form {
  gap: 24rem;
}

.update-profile .update-profile__form__image {
  width: 86rem;
  height: 86rem;
}

.update-profile .update-profile__form__middle {
  display: -ms-grid;
  -ms-grid-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20rem;
  display: grid;
}

@media (max-width: 768px) {
  .update-profile .update-profile__form__middle {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.update-profile .update-profile__form__bottom {
  justify-content: flex-end;
  gap: 16rem;
  display: flex;
}

@media (max-width: 768px) {
  .update-profile .update-profile__form__bottom {
    flex-direction: column;
    gap: 12rem;
  }
}

.update-profile .update-profile__form__close {
  width: 180rem;
  padding: 14rem;
}

@media (max-width: 768px) {
  .update-profile .update-profile__form__close {
    width: 100%;
  }
}

.update-profile .update-profile__form__send {
  width: 180rem;
  padding: 14rem;
}

@media (max-width: 768px) {
  .update-profile .update-profile__form__send {
    width: 100%;
  }
}

.update-profile .update-profile__close {
  width: 24rem;
  height: 24rem;
  position: absolute;
  top: 44rem;
  right: 40rem;
}

@media (max-width: 768px) {
  .update-profile .update-profile__close {
    top: 18rem;
    right: 8rem;
  }
}

.update-profile .update-profile__overlay {
  z-index: 1;
  background: #111111b3;
  position: absolute;
  inset: 0;
}

.update-settings {
  z-index: 1004;
  display: -ms-grid;
  place-items: center;
  display: grid;
  position: fixed;
  inset: 0;
}

.update-settings .update-settings__wrapper {
  z-index: 2;
  background-color: #fff;
  border-radius: 32rem;
  min-width: 794rem;
  padding: 40rem;
  position: relative;
}

@media (max-width: 1200px) {
  .update-settings .update-settings__wrapper {
    min-width: calc(100% - 64rem);
  }
}

@media (max-width: 768px) {
  .update-settings .update-settings__wrapper {
    -ms-grid-row-align: stretch;
    -ms-grid-column-align: stretch;
    border-radius: 0;
    place-self: stretch stretch;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 16rem;
  }

  .update-settings .update-settings__title {
    text-align: center;
    font-size: 16rem;
    font-weight: 400;
    line-height: 142%;
  }
}

.update-settings .update-settings__form {
  gap: 24rem;
}

.update-settings .update-settings__form__image {
  width: 86rem;
  height: 86rem;
}

.update-settings .update-settings__form__middle {
  display: -ms-grid;
  -ms-grid-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20rem;
  display: grid;
}

@media (max-width: 768px) {
  .update-settings .update-settings__form__middle {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.update-settings .update-settings__form__bottom {
  justify-content: flex-end;
  gap: 16rem;
  display: flex;
}

@media (max-width: 768px) {
  .update-settings .update-settings__form__bottom {
    flex-direction: column;
    gap: 12rem;
  }
}

.update-settings .update-settings__form__close {
  width: 180rem;
  padding: 14rem;
}

@media (max-width: 768px) {
  .update-settings .update-settings__form__close {
    width: 100%;
  }
}

.update-settings .update-settings__form__send {
  width: 180rem;
  padding: 14rem;
}

@media (max-width: 768px) {
  .update-settings .update-settings__form__send {
    width: 100%;
  }
}

.update-settings .update-settings__close {
  width: 24rem;
  height: 24rem;
  position: absolute;
  top: 44rem;
  right: 40rem;
}

@media (max-width: 768px) {
  .update-settings .update-settings__close {
    top: 18rem;
    right: 8rem;
  }
}

.update-settings .update-settings__overlay {
  z-index: 1;
  background: #111111b3;
  position: absolute;
  inset: 0;
}

.alert {
  background: #111;
  border: 1rem solid #dcdfec;
  border-radius: 16rem;
  align-items: flex-start;
  padding: 16rem 24rem 16rem 16rem;
  display: flex;
  position: relative;
  box-shadow: 0 2rem 8rem #ffffff1a;
}

@media (max-width: 1440px) {
  .alert {
    padding: 10rem 16rem 8rem;
  }
}

.alert--info .alert__icon path {
  fill: #3974f2;
}

.alert--success .alert__icon path {
  fill: #18972b;
}

.alert--warning .alert__icon path {
  fill: #ffdd1d;
}

.alert--error .alert__icon path {
  fill: #b40717;
}

.alert .alert__icon {
  width: 24rem;
  min-width: 24rem;
  height: 24rem;
  min-height: 24rem;
  margin: 4rem 8rem 0 0;
  display: flex;
}

.alert .alert__info {
  flex-direction: column;
  display: flex;
}

.alert .alert__title {
  margin: 0 0 8rem;
  font-size: 14rem;
}

.alert .alert__description {
  font-size: 12rem;
}

.alert__close {
  width: 18rem;
  min-width: 18rem;
  height: 18rem;
  min-height: 18rem;
  position: absolute;
  top: 8rem;
  right: 12rem;
}

.anchor {
  color: #111;
  font-size: 18rem;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 1440px) {
  .anchor {
    font-size: 16rem;
  }
}

@media (max-width: 1200px) {
  .anchor {
    font-size: 16rem;
  }
}

@media (max-width: 768px) {
  .anchor {
    font-size: 14rem;
  }
}

.button {
  cursor: pointer;
  border: 1rem solid #0000;
  border-radius: 16rem;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  width: fit-content;
  padding: 16rem 24rem;
  display: flex;
}

@media (max-width: 1440px) {
  .button {
    padding: 14rem 20rem;
  }
}

@media (max-width: 1200px) {
  .button {
    padding: 14rem 20rem;
  }
}

@media (max-width: 768px) {
  .button {
    padding: 12rem 16rem;
  }
}

.button:disabled {
  opacity: .8;
  pointer-events: none;
  cursor: default;
}

.button:has(.loader) {
  pointer-events: none;
  cursor: default;
}

.button span {
  font-size: 18rem;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 1440px) {
  .button span {
    font-size: 14rem;
  }
}

@media (max-width: 1200px) {
  .button span {
    font-size: 14rem;
  }
}

@media (max-width: 768px) {
  .button span {
    font-size: 14rem;
  }
}

.button .icon, .button .loader {
  width: 24rem;
  min-width: 24rem;
  height: 24rem;
  min-height: 24rem;
}

.button-white {
  background-color: #fff;
  border-color: #cccfde;
}

.button-white span {
  color: #111;
}

.button-white .icon path, .button-white .loader {
  stroke: #111;
}

.button-black {
  background-color: #111;
  border-color: #111;
}

.button-black span {
  color: #fff;
}

.button-black .icon path, .button-black .loader {
  stroke: #fff;
}

.button-primary {
  background-color: #ef1a2d;
  border-color: #ef1a2d;
}

.button-primary span {
  color: #fff;
}

.button-primary .icon path, .button-primary .loader {
  stroke: #fff;
}

.button-secondary {
  background-color: #ffe1e5;
  border-color: #ffe1e5;
}

.button-secondary span {
  color: #ef1a2d;
}

.button-secondary .icon path, .button-secondary .loader {
  stroke: #ef1a2d;
}

.button-tertiary {
  background-color: #0000;
  border-color: #cccfde;
}

.button-tertiary span {
  color: #111;
}

.button-tertiary .icon path, .button-tertiary .loader {
  stroke: #111;
}

.button-back {
  align-items: center;
  gap: 8rem;
  padding: 4rem 0;
  display: flex;
}

.button-back svg {
  width: 24rem;
  min-width: 24rem;
  height: 24rem;
  min-height: 24rem;
}

.button-back span {
  color: #111;
  font-size: 16rem;
  font-weight: 400;
  line-height: 130%;
}

.disclaimer {
  background: #e0e3f1;
  border-radius: 20rem;
  gap: 12rem;
  padding: 16rem;
  display: flex;
}

.disclaimer .disclaimer__icon {
  width: 24rem;
  min-width: 24rem;
  height: 24rem;
  min-height: 24rem;
}

.disclaimer .disclaimer__description {
  color: #111;
  font-size: 16rem;
  font-weight: 400;
  line-height: 142%;
}

.input-checkbox {
  flex-direction: column;
  align-items: flex-start;
  gap: 8rem;
  width: 100%;
  display: flex;
}

.input-checkbox__control {
  cursor: pointer;
  align-items: center;
  gap: 8rem;
  width: 100%;
  display: flex;
}

.input-checkbox.filled input:after {
  opacity: 1;
}

.input-checkbox.error input:before {
  border-color: #b40717;
}

.input-checkbox input {
  appearance: none;
  cursor: pointer;
  width: 24rem;
  min-width: 24rem;
  height: 24rem;
  min-height: 24rem;
  margin: 0;
  position: relative;
}

.input-checkbox input:after {
  content: "";
  opacity: 0;
  background-image: url("/icons/check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24rem;
  height: 24rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.input-checkbox input:before {
  content: "";
  border: 2rem solid #dcdfec;
  border-radius: 4rem;
  width: 20rem;
  height: 20rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.input-checkbox__description {
  color: #111;
  font-size: 16rem;
  font-weight: 400;
  line-height: 142%;
}

.input-checkbox__error {
  align-items: center;
  width: 100%;
  margin: 0;
  display: flex;
}

.input-checkbox__error span {
  letter-spacing: .01em;
  color: #b40717;
  font-size: 13rem;
  font-weight: 500;
  line-height: 120%;
}

.input-city-dadata {
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.input-city-dadata:has(input:focus) .input-city-dadata__label {
  font-size: 12rem;
  top: 12rem;
  left: 12rem;
}

.input-city-dadata.filled .input-city-dadata__label {
  font-size: 12rem;
  top: 12rem;
  left: 12rem;
}

.input-city-dadata.error input {
  color: #b40717;
  border-color: #b40717;
}

.input-city-dadata.error .input-city-dadata__label {
  color: #b40717;
}

.input-city-dadata input {
  color: #111;
  border: 1rem solid #dcdfec;
  border-radius: 16rem;
  width: 100%;
  padding: 24rem 12rem 8rem;
  font-size: 16rem;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 768px) {
  .input-city-dadata input {
    font-size: 16rem;
    line-height: 120%;
  }
}

.input-city-dadata__label {
  color: #666c75;
  pointer-events: none;
  opacity: .7;
  margin: 0 0 4rem;
  font-size: 16rem;
  font-weight: 400;
  line-height: 150%;
  transition: all .15s ease-in-out;
  display: flex;
  position: absolute;
  top: 50%;
  left: 12rem;
  transform: translateY(-50%);
}

.input-city-dadata__error {
  align-items: center;
  display: flex;
  position: absolute;
  bottom: -8rem;
  left: 0;
  transform: translateY(100%);
}

.input-city-dadata__error span {
  letter-spacing: .01em;
  color: #b40717;
  font-size: 13rem;
  font-weight: 500;
  line-height: 120%;
}

.input-city-dadata__error figure {
  width: 16rem;
  height: 16rem;
  margin: 0 4rem 0 0;
}

.input-city-dadata__error svg {
  width: 16rem;
  height: 16rem;
}

.input-city-dadata__length {
  color: #666c75;
  font-size: 12rem;
  position: absolute;
  bottom: 8rem;
  right: 12rem;
}

.input-city-dadata__dropdown {
  z-index: 20;
  background: #fff;
  border-radius: 12rem;
  max-height: 260rem;
  margin-top: 4rem;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow-y: auto;
  box-shadow: 0 8rem 24rem #00000014;
}

.input-city-dadata__dropdown-item {
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  padding: 8rem 12rem;
  display: flex;
}

.input-city-dadata__dropdown-item:hover {
  background: #f5f7ff;
}

.input-city-dadata__dropdown-item--empty, .input-city-dadata__dropdown-item--loading {
  cursor: default;
}

.input-city-dadata__dropdown-city {
  color: #111;
  font-size: 14rem;
  line-height: 130%;
}

.input-city-dadata__dropdown-country {
  color: #666c75;
  font-size: 12rem;
  line-height: 120%;
}

.input-country-phone {
  border: 1rem solid #dcdfec;
  border-radius: 16rem;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 8rem 0 0 8rem;
  display: flex;
  position: relative;
}

.input-country-phone:has(input:focus) .input-country-phone__label {
  font-size: 12rem;
  top: 12rem;
  left: 12rem;
}

.input-country-phone.filled .input-country-phone__label {
  font-size: 12rem;
  top: 12rem;
  left: 12rem;
}

.input-country-phone.error {
  margin-bottom: 22rem;
}

.input-country-phone.error input {
  color: #b40717;
  border-color: #b40717;
}

.input-country-phone.error .input-country-phone__label {
  color: #b40717;
}

.input-country-phone input {
  color: #111;
  width: 100%;
  padding: 8rem 0;
  font-size: 16rem;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 768px) {
  .input-country-phone input {
    padding: 12rem 0;
    font-size: 16rem;
    line-height: 120%;
  }
}

.input-country-phone input::-webkit-input-placeholder {
  color: #111;
  opacity: .7;
  font-size: 16rem;
  font-weight: 400;
  line-height: 145%;
}

.input-country-phone input::placeholder {
  color: #111;
  opacity: .7;
  font-size: 16rem;
  font-weight: 400;
  line-height: 145%;
}

.input-country-phone input:-ms-placeholder-shown {
  color: #111;
  opacity: .7;
  font-size: 16rem;
  font-weight: 400;
  line-height: 145%;
}

.input-country-phone input::placeholder {
  color: #111;
  opacity: .7;
  font-size: 16rem;
  font-weight: 400;
  line-height: 145%;
}

.input-country-phone__label {
  color: #666c75;
  pointer-events: none;
  opacity: .7;
  margin: 0 0 4rem;
  font-size: 12rem;
  font-weight: 400;
  line-height: 150%;
  transition: all .15s ease-in-out;
  display: flex;
  position: absolute;
  top: 12rem;
  left: 12rem;
  transform: translateY(-50%);
}

.input-country-phone__placeholder {
  color: #111;
  pointer-events: none;
  font-size: 16rem;
  font-weight: 400;
  line-height: 135%;
  transition: all .15s ease-in-out;
  position: absolute;
  top: 50%;
  left: 15rem;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .input-country-phone__placeholder {
    font-size: 16rem;
    line-height: 120%;
    top: 13rem;
  }
}

.input-country-phone__error {
  align-items: center;
  display: flex;
  position: absolute;
  top: calc(100% + 8rem);
  left: 0;
  transform: none;
}

.input-country-phone__error span {
  letter-spacing: .01em;
  color: #b40717;
  font-size: 13rem;
  font-weight: 500;
  line-height: 120%;
}

.input-country-phone__error figure {
  width: 16rem;
  height: 16rem;
  margin: 0 4rem 0 0;
}

.input-country-phone__error svg {
  width: 16rem;
  height: 16rem;
}

.input-country-phone .input-country-phone__button {
  color: #111;
  align-items: center;
  gap: 3rem;
  margin: 0 6rem 0 0;
  font-size: 16rem;
  font-weight: 400;
  line-height: 145%;
  display: flex;
}

.input-country-phone .input-country-phone__button--active svg {
  transform: rotate(180deg);
}

.input-country-phone .input-country-phone__button svg {
  width: 12rem;
  min-width: 12rem;
  height: 8rem;
  min-height: 8rem;
  margin: 0 8rem 0 0;
}

.input-country-phone__flag {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 2rem;
  width: 20rem;
  min-width: 20rem;
  height: 14rem;
}

.input-date {
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.input-date:has(input:focus) .input-date__label {
  font-size: 12rem;
  top: 12rem;
  left: 12rem;
}

.input-date.filled .input-date__label {
  font-size: 12rem;
  top: 12rem;
  left: 12rem;
}

.input-date.error input {
  color: #b40717;
  border-color: #b40717;
}

.input-date.error .input-date__label {
  color: #b40717;
}

.input-date input {
  color: #111;
  border: 1rem solid #dcdfec;
  border-radius: 16rem;
  width: 100%;
  padding: 24rem 12rem 8rem;
  font-size: 16rem;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 768px) {
  .input-date input {
    font-size: 16rem;
    line-height: 120%;
  }
}

.input-date__label {
  color: #666c75;
  pointer-events: none;
  opacity: .7;
  margin: 0 0 4rem;
  font-size: 16rem;
  font-weight: 400;
  line-height: 150%;
  transition: all .15s ease-in-out;
  display: flex;
  position: absolute;
  top: 50%;
  left: 12rem;
  transform: translateY(-50%);
}

.input-date__placeholder {
  color: #666c75;
  pointer-events: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
  transition: all .15s ease-in-out;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .input-date__placeholder {
    font-size: 16px;
    line-height: 120%;
    top: 13px;
  }
}

.input-date__error {
  align-items: center;
  display: flex;
  position: absolute;
  bottom: -8px;
  left: 0;
  transform: translateY(100%);
}

.input-date__error span {
  letter-spacing: .01em;
  color: #b40717;
  font-size: 13px;
  font-weight: 500;
  line-height: 120%;
}

.input-date__error figure {
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
}

.input-date__error svg {
  width: 16px;
  height: 16px;
}

.input-datepicker {
  z-index: 11;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.input-datepicker:has(input:focus) .input-datepicker__label {
  font-size: 12rem;
  top: 12rem;
  left: 12rem;
}

.input-datepicker.filled .input-datepicker__label {
  font-size: 12rem;
  top: 12rem;
  left: 12rem;
}

.input-datepicker.error input {
  color: #b40717;
  border-color: #b40717;
}

.input-datepicker.error .input-datepicker__label {
  color: #b40717;
}

.input-datepicker input {
  color: #111;
  cursor: pointer;
  background-color: #0000;
  border: 1rem solid #dcdfec;
  border-radius: 12rem;
  width: 100%;
  padding: 24rem 12rem 8rem;
  font-size: 16rem;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 768px) {
  .input-datepicker input {
    font-size: 16rem;
    line-height: 120%;
  }
}

.input-datepicker__label {
  color: #666c75;
  pointer-events: none;
  opacity: .7;
  z-index: 1;
  margin: 0 0 4rem;
  font-size: 16rem;
  font-weight: 400;
  line-height: 150%;
  transition: all .15s ease-in-out;
  display: flex;
  position: absolute;
  top: 50%;
  left: 12rem;
  transform: translateY(-50%);
}

.input-datepicker__error {
  align-items: center;
  display: flex;
  position: absolute;
  bottom: -8rem;
  left: 0;
  transform: translateY(100%);
}

.input-datepicker__error span {
  letter-spacing: .01em;
  color: #b40717;
  font-size: 13rem;
  font-weight: 500;
  line-height: 120%;
}

.input-datepicker__error figure {
  width: 16rem;
  height: 16rem;
  margin: 0 4rem 0 0;
}

.input-datepicker__error svg {
  width: 16rem;
  height: 16rem;
}

.input-datepicker__button {
  fill: #dcdfec;
  pointer-events: none;
  width: 24rem;
  height: 24rem;
  position: absolute;
  top: 50%;
  right: 24rem;
  transform: translateY(-50%);
}

.input-datepicker__dropdown {
  z-index: 10;
  z-index: -1;
  background: #fff;
  border: 1rem solid #dcdfec;
  border-radius: 12rem;
  width: 100%;
  max-width: 100%;
  padding: 16rem;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  box-shadow: 0 4rem 20rem #00000040;
}

.input-datepicker__header {
  color: #111;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16rem;
  display: flex;
}

.input-datepicker__header button {
  color: #111;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 4rem;
  padding: 8rem;
  font-size: 16rem;
  transition: all .15s ease-in-out;
}

.input-datepicker__header button:hover {
  background: #1111111a;
}

.input-datepicker__header span {
  font-size: 16rem;
  font-weight: 500;
}

.input-datepicker__grid {
  flex-direction: column;
  gap: 8rem;
  display: flex;
}

.input-datepicker__weekdays {
  display: -ms-grid;
  -ms-grid-columns: (1fr) [7];
  text-align: center;
  border-bottom: 2rem solid #dcdfec;
  grid-template-columns: repeat(7, 1fr);
  padding-bottom: 8rem;
  display: grid;
}

.input-datepicker__weekday {
  color: #111;
  font-size: 12rem;
}

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

.input-datepicker__day {
  color: #111;
  cursor: pointer;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  height: 32rem;
  font-size: 14rem;
  transition: all .15s ease-in-out;
  display: flex;
}

.input-datepicker__day:hover {
  background: #ffffff1a;
}

.input-datepicker__day.selected {
  border: 1rem solid #111;
  border-radius: 4rem;
}

.input-datepicker__day.empty {
  visibility: hidden;
}

.input-default {
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.input-default:has(input:focus) .input-default__label {
  font-size: 12rem;
  top: 12rem;
  left: 12rem;
}

.input-default.filled .input-default__label {
  font-size: 12rem;
  top: 12rem;
  left: 12rem;
}

.input-default.error input {
  color: #b40717;
  border-color: #b40717;
}

.input-default.error .input-default__label {
  color: #b40717;
}

.input-default input {
  color: #111;
  border: 1rem solid #dcdfec;
  border-radius: 16rem;
  width: 100%;
  padding: 24rem 12rem 8rem;
  font-size: 16rem;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 768px) {
  .input-default input {
    font-size: 16rem;
    line-height: 120%;
  }
}

.input-default__label {
  color: #666c75;
  pointer-events: none;
  opacity: .7;
  margin: 0 0 4rem;
  font-size: 16rem;
  font-weight: 400;
  line-height: 150%;
  transition: all .15s ease-in-out;
  display: flex;
  position: absolute;
  top: 50%;
  left: 12rem;
  transform: translateY(-50%);
}

.input-default__error {
  align-items: center;
  display: flex;
  position: absolute;
  bottom: -8rem;
  left: 0;
  transform: translateY(100%);
}

.input-default__error span {
  letter-spacing: .01em;
  color: #b40717;
  font-size: 13rem;
  font-weight: 500;
  line-height: 120%;
}

.input-default__error figure {
  width: 16rem;
  height: 16rem;
  margin: 0 4rem 0 0;
}

.input-default__error svg {
  width: 16rem;
  height: 16rem;
}

.input-image {
  background-color: #f5f7ff;
  border-radius: 20rem;
  width: 100%;
  height: 140rem;
  position: relative;
  overflow: hidden;
}

.input-image.filled {
  border-color: #0000;
}

.input-image.no-edit {
  pointer-events: none;
}

.input-image:has(.input-image__name) {
  border-color: #0000;
}

.input-image:has(.input-image__photo) {
  border-color: #0000;
}

.input-image:has(.input-image__empty) {
  pointer-events: none;
  border: 2rem solid #fff;
}

.input-image:after {
  content: "";
  pointer-events: none;
  z-index: 1;
  background-image: url("/static/img/photo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 64rem;
  height: 64rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.input-image:hover .input-image__photo__remove {
  opacity: 1;
  pointer-events: all;
}

.input-image input[type="file"] {
  appearance: none;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.input-image .input-image__hint {
  z-index: 5;
  pointer-events: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8rem;
  width: 100%;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.input-image .input-image__hint span {
  color: #111;
  font-size: 24rem;
}

.input-image .input-image__hint svg {
  width: 24rem;
  height: 24rem;
}

.input-image .input-image__hint p {
  color: #666c75;
  text-align: center;
  min-width: fit-content;
  font-size: 14rem;
  font-weight: 400;
  line-height: 130%;
}

.input-image .input-image__photo {
  z-index: 5;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.input-image .input-image__photo img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.input-image .input-image__photo__remove {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  background: #cccfde99;
  border-radius: 12rem;
  justify-content: center;
  align-items: center;
  width: 48rem;
  height: 48rem;
  transition: all .15s ease-in-out;
  display: flex;
  position: absolute;
  top: 16rem;
  right: 16rem;
}

@media (max-width: 768px) {
  .input-image .input-image__photo__remove {
    opacity: 1;
    pointer-events: all;
    border-radius: 8rem;
    width: 24rem;
    height: 24rem;
    top: 8rem;
    right: 8rem;
  }
}

.input-image .input-image__photo__remove svg {
  width: 24rem;
  height: 24rem;
}

@media (max-width: 768px) {
  .input-image .input-image__photo__remove svg {
    width: 16rem;
    height: 16rem;
  }
}

.input-multi-select {
  cursor: pointer;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.input-multi-select--active {
  z-index: 20;
}

.input-multi-select:has(input:focus) .input-multi-select__label {
  font-size: 12rem;
  font-weight: 400;
  line-height: 145%;
  top: 0;
}

.input-multi-select.filled .input-multi-select__label {
  font-size: 12rem;
  font-weight: 400;
  line-height: 145%;
  top: 0;
}

.input-multi-select.error input {
  color: #b40717;
  border-color: #b40717;
}

.input-multi-select.error .input-multi-select__label {
  color: #b40717;
}

.input-multi-select input {
  color: #fff;
  cursor: pointer;
  width: 100%;
  white-space: wrap;
  border: 1rem solid #dcdfec;
  border-radius: 12rem;
  padding: 14rem 64rem 14rem 24rem;
  font-size: 16rem;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 768px) {
  .input-multi-select input {
    padding: 12rem 0;
    font-size: 16rem;
    line-height: 120%;
  }
}

.input-multi-select__label {
  color: #fff;
  pointer-events: none;
  opacity: .7;
  margin: 0 0 4rem;
  font-size: 16rem;
  font-weight: 400;
  line-height: 150%;
  transition: all .15s ease-in-out;
  display: flex;
  position: absolute;
  top: 50%;
  left: 24rem;
  transform: translateY(-50%);
}

.input-multi-select__error {
  align-items: center;
  display: flex;
  position: absolute;
  bottom: -8rem;
  left: 0;
  transform: translateY(100%);
}

.input-multi-select__error span {
  letter-spacing: .01em;
  color: #b40717;
  font-size: 13rem;
  font-weight: 500;
  line-height: 120%;
}

.input-multi-select__error figure {
  width: 16rem;
  height: 16rem;
  margin: 0 4rem 0 0;
}

.input-multi-select__error svg {
  width: 16rem;
  height: 16rem;
}

.input-multi-select__arrow {
  fill: #dcdfec;
  width: 24rem;
  height: 24rem;
  position: absolute;
  top: 50%;
  right: 24rem;
  transform: translateY(-50%);
}

.input-multi-select__arrow--active {
  transform: translateY(-50%)rotate(180deg);
}

.input-multi-select__list {
  z-index: 10;
  background: linear-gradient(0deg, #1a1a1a 0, #1a1a1a00 100%), #111;
  border: 1rem solid #dcdfec;
  border-radius: 16rem;
  width: 100%;
  padding: 8rem 4rem 8rem 8rem;
  position: absolute;
  bottom: -1rem;
  left: 0;
  overflow: hidden;
  transform: translateY(100%);
}

.input-multi-select__list__wrapper {
  max-height: 150rem;
  overflow-y: scroll;
}

.input-multi-select__list__wrapper::-webkit-scrollbar {
  width: 6rem;
}

.input-multi-select__list__wrapper::-webkit-scrollbar-track {
  background: none;
}

.input-multi-select__list__wrapper::-webkit-scrollbar-thumb {
  background-color: #111;
  border-radius: 12rem;
  height: 6rem;
}

.input-multi-select__list__item {
  cursor: pointer;
  color: #fff;
  align-items: center;
  gap: 8rem;
  padding: 10rem 12rem;
  font-size: 16rem;
  font-weight: 400;
  line-height: 145%;
  display: flex;
}

.input-multi-select__list__item__icon {
  border: 1rem solid #fff;
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 16rem;
  display: flex;
  position: relative;
}

.input-multi-select__list__item__icon--active:after {
  content: "";
  background-image: url("/icons/check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 14rem;
  height: 14rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.input-otp {
  flex-direction: row;
  width: 100%;
  display: flex;
  position: relative;
}

.input-otp:has(input:focus) .input-otp__label {
  font-size: 12rem;
  top: 12rem;
  left: 12rem;
}

.input-otp.filled .input-otp__label {
  font-size: 12rem;
  top: 12rem;
  left: 12rem;
}

.input-otp.error input {
  color: #b40717;
  border-color: #b40717;
}

.input-otp.error .input-otp__label {
  color: #b40717;
}

.input-otp input {
  text-align: center;
  color: #111;
  border: 1rem solid #dcdfec;
  border-radius: 16rem;
  width: 100%;
  padding: 18rem 10rem;
  font-size: 16rem;
  font-weight: 400;
  line-height: 142%;
}

@media (max-width: 768px) {
  .input-otp input {
    padding: 16rem 12rem;
    font-size: 16rem;
    line-height: 120%;
  }
}

.input-otp__container {
  flex-direction: row;
  gap: 8rem;
  display: flex;
}

.input-otp__label {
  color: #666c75;
  pointer-events: none;
  opacity: .7;
  margin: 0 0 4rem;
  font-size: 16rem;
  font-weight: 400;
  line-height: 150%;
  transition: all .15s ease-in-out;
  display: flex;
  position: absolute;
  top: 50%;
  left: 12rem;
  transform: translateY(-50%);
}

.input-otp__error {
  align-items: center;
  display: flex;
  position: absolute;
  bottom: -8rem;
  left: 0;
  transform: translateY(100%);
}

.input-otp__error span {
  letter-spacing: .01em;
  color: #b40717;
  font-size: 13rem;
  font-weight: 500;
  line-height: 120%;
}

.input-otp__error figure {
  width: 16rem;
  height: 16rem;
  margin: 0 4rem 0 0;
}

.input-otp__error svg {
  width: 16rem;
  height: 16rem;
}

.input-search {
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.input-search:has(input:focus) .input-search__label {
  font-size: 12rem;
  font-weight: 400;
  line-height: 145%;
  top: 0;
  left: 24rem;
}

.input-search.filled .input-search__label {
  font-size: 12rem;
  font-weight: 400;
  line-height: 145%;
  top: 0;
  left: 24rem;
}

.input-search.error input {
  color: #b40717;
  border-color: #b40717;
}

.input-search.error .input-search__label {
  color: #b40717;
}

.input-search.error .input-search__button path {
  fill: #b40717;
}

.input-search input {
  color: #fff;
  border: 1rem solid #dcdfec;
  border-radius: 12rem;
  width: 100%;
  padding: 14rem 24rem 14rem 56rem;
  font-size: 16rem;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 768px) {
  .input-search input {
    padding: 12rem 0;
    font-size: 16rem;
    line-height: 120%;
  }
}

.input-search__label {
  color: #fff;
  pointer-events: none;
  opacity: .7;
  margin: 0 0 4rem;
  font-size: 16rem;
  font-weight: 400;
  line-height: 145%;
  transition: all .15s ease-in-out;
  display: flex;
  position: absolute;
  top: 50%;
  left: 48rem;
  transform: translateY(-50%);
}

.input-search__button {
  width: 24rem;
  height: 24rem;
  position: absolute;
  top: 50%;
  left: 16rem;
  transform: translateY(-50%);
}

.input-search__error {
  align-items: center;
  display: flex;
  position: absolute;
  bottom: -8rem;
  left: 0;
  transform: translateY(100%);
}

.input-search__error span {
  letter-spacing: .01em;
  color: #b40717;
  font-size: 13rem;
  font-weight: 500;
  line-height: 120%;
}

.input-search__error figure {
  width: 16rem;
  height: 16rem;
  margin: 0 4rem 0 0;
}

.input-search__error svg {
  width: 16rem;
  height: 16rem;
}

.input-select {
  cursor: pointer;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.input-select--active {
  z-index: 20;
}

.input-select:has(input:focus) .input-select__label {
  font-size: 12rem;
  font-weight: 400;
  line-height: 145%;
  top: 0;
}

.input-select.filled .input-select__label {
  font-size: 12rem;
  font-weight: 400;
  line-height: 145%;
  top: 0;
}

.input-select.error input {
  color: #b40717;
  border-color: #b40717;
}

.input-select.error .input-select__label {
  color: #b40717;
}

.input-select input {
  color: #fff;
  cursor: pointer;
  border: 1rem solid #dcdfec;
  border-radius: 12rem;
  width: 100%;
  padding: 14rem 24rem;
  font-size: 16rem;
  font-weight: 400;
  line-height: 150%;
}

.input-select__label {
  color: #fff;
  pointer-events: none;
  opacity: .7;
  margin: 0 0 4rem;
  font-size: 16rem;
  font-weight: 400;
  line-height: 150%;
  transition: all .15s ease-in-out;
  display: flex;
  position: absolute;
  top: 50%;
  left: 24rem;
  transform: translateY(-50%);
}

.input-select__error {
  align-items: center;
  display: flex;
  position: absolute;
  bottom: -8rem;
  left: 0;
  transform: translateY(100%);
}

.input-select__error span {
  letter-spacing: .01em;
  color: #b40717;
  font-size: 13rem;
  font-weight: 500;
  line-height: 120%;
}

.input-select__error figure {
  width: 16rem;
  height: 16rem;
  margin: 0 4rem 0 0;
}

.input-select__error svg {
  width: 16rem;
  height: 16rem;
}

.input-select__arrow {
  fill: #dcdfec;
  width: 24rem;
  height: 24rem;
  position: absolute;
  top: 50%;
  right: 24rem;
  transform: translateY(-50%);
}

.input-select__arrow--active {
  transform: translateY(-50%)rotate(180deg);
}

.input-select__list {
  z-index: 10;
  background: linear-gradient(0deg, #1a1a1a 0, #1a1a1a00 100%), #111;
  border: 1rem solid #dcdfec;
  border-radius: 16rem;
  width: 100%;
  padding: 8rem 4rem 8rem 8rem;
  position: absolute;
  bottom: -1rem;
  left: 0;
  overflow: hidden;
  transform: translateY(100%);
}

.input-select__list__wrapper {
  max-height: 150rem;
  overflow-y: scroll;
}

.input-select__list__wrapper::-webkit-scrollbar {
  width: 6rem;
}

.input-select__list__wrapper::-webkit-scrollbar-track {
  background: none;
}

.input-select__list__wrapper::-webkit-scrollbar-thumb {
  background-color: #111;
  border-radius: 12rem;
  height: 6rem;
}

.input-select__list__item {
  cursor: pointer;
  color: #fff;
  align-items: center;
  gap: 8rem;
  padding: 10rem 12rem;
  font-size: 16rem;
  font-weight: 400;
  line-height: 145%;
  display: flex;
}

.input-select__list__item__icon {
  border: 1rem solid #fff;
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 16rem;
  display: flex;
  position: relative;
}

.input-select__list__item__icon--active:after {
  content: "";
  background-image: url("/icons/check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 14rem;
  height: 14rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

a.link {
  color: #111;
  font-size: 18rem;
  font-weight: 500;
  line-height: 150%;
  text-decoration: underline;
}

@media (max-width: 1440px) {
  a.link {
    font-size: 16rem;
  }
}

@media (max-width: 1200px) {
  a.link {
    font-size: 16rem;
  }
}

@media (max-width: 768px) {
  a.link {
    font-size: 14rem;
  }
}

ol.list {
  counter-reset: list-counter;
  padding-left: 4rem;
  list-style-type: decimal;
}

ol.list li {
  counter-increment: list-counter;
  list-style: none;
}

ol.list li:before {
  content: counter(list-counter) ". ";
  color: #111;
  font-size: 18rem;
  font-weight: 500;
  line-height: 150%;
}

ul.list li {
  padding: 0 0 0 16rem;
  position: relative;
}

ul.list li:after {
  content: "";
  background-color: #111;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 8rem;
  left: 4rem;
}

ol.list, ul.list {
  margin: 0 0 16rem;
}

ol.list:last-child, ul.list:last-child {
  margin: 0;
}

ol.list li, ul.list li {
  color: #111;
  margin: 0 0 8rem;
  font-size: 18rem;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 1440px) {
  ol.list li, ul.list li {
    font-size: 16rem;
  }
}

@media (max-width: 1200px) {
  ol.list li, ul.list li {
    font-size: 16rem;
  }
}

@media (max-width: 768px) {
  ol.list li, ul.list li {
    font-size: 14rem;
  }
}

ol.list li:last-child, ul.list li:last-child {
  margin: 0;
}

p.paragraph {
  color: #111;
  font-size: 18rem;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 1440px) {
  p.paragraph {
    font-size: 16rem;
  }
}

@media (max-width: 1200px) {
  p.paragraph {
    font-size: 16rem;
  }
}

@media (max-width: 768px) {
  p.paragraph {
    font-size: 14rem;
  }
}

blockquote.quote {
  color: #111;
  padding: 24rem 32rem;
  font-size: 18rem;
  font-weight: 400;
  line-height: 150%;
  position: relative;
}

blockquote.quote:before {
  content: "";
  background-color: #111;
  width: 2rem;
  height: 100%;
  position: absolute;
  top: 0;
}

blockquote.quote:nth-child(2n):before {
  left: 0;
}

blockquote.quote:nth-child(odd) {
  text-align: right;
}

blockquote.quote:nth-child(odd):before {
  right: 0;
}

@media (max-width: 1440px) {
  blockquote.quote {
    font-size: 16rem;
  }
}

@media (max-width: 1200px) {
  blockquote.quote {
    font-size: 16rem;
  }
}

@media (max-width: 768px) {
  blockquote.quote {
    font-size: 14rem;
  }
}

.status {
  white-space: nowrap;
  border-radius: 20rem;
  padding: 8rem;
  font-size: 14rem;
  font-weight: 400;
}

.status--active {
  color: #fff;
  background-color: #4885ff;
}

.status--archive {
  color: #666c75;
  background-color: #dcdfec;
}

.status--draft {
  color: #111;
  background-color: #dcdfec;
}

.status--moderation {
  color: #111;
  background-color: #ffdd1d;
}

b.bold {
  font-weight: 500;
  font-size: inherit;
  color: #111;
}

.textarea-default {
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.textarea-default:has(textarea:focus) .textarea-default__label {
  font-size: 12rem;
  font-weight: 400;
  line-height: 145%;
  top: 0;
  transform: translateY(-50%);
}

.textarea-default.filled .textarea-default__label {
  font-size: 12rem;
  font-weight: 400;
  line-height: 145%;
  top: 0;
  transform: translateY(-50%);
}

.textarea-default.error textarea {
  color: #b40717;
  border-color: #b40717;
}

.textarea-default.error .textarea-default__label {
  color: #b40717;
}

.textarea-default textarea {
  color: #fff;
  resize: none;
  border: 1rem solid #dcdfec;
  border-radius: 12rem;
  outline: 0;
  width: 100%;
  min-height: 100rem;
  padding: 14rem 24rem;
  font-size: 16rem;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 768px) {
  .textarea-default textarea {
    padding: 12rem 0;
    font-size: 16rem;
    line-height: 120%;
  }
}

.textarea-default__label {
  color: #fff;
  pointer-events: none;
  opacity: .7;
  margin: 0 0 4rem;
  font-size: 16rem;
  font-weight: 400;
  line-height: 150%;
  transition: all .15s ease-in-out;
  display: flex;
  position: absolute;
  top: 16rem;
  left: 24rem;
}

.textarea-default__error {
  align-items: center;
  display: flex;
  position: absolute;
  bottom: -8rem;
  left: 0;
  transform: translateY(100%);
}

.textarea-default__error span {
  letter-spacing: .01em;
  color: #b40717;
  font-size: 13rem;
  font-weight: 500;
  line-height: 120%;
}

.textarea-default__error figure {
  width: 16rem;
  height: 16rem;
  margin: 0 4rem 0 0;
}

.textarea-default__error svg {
  width: 16rem;
  height: 16rem;
}

h1.title {
  margin: 0 0 32rem;
  font-size: 58rem;
  font-weight: 600;
  line-height: 130%;
}

@media (max-width: 1440px) {
  h1.title {
    margin: 0 0 24rem;
    font-size: 48rem;
  }
}

@media (max-width: 768px) {
  h1.title {
    margin: 0 0 24rem;
    font-size: 34rem;
  }
}

h2.title {
  margin: 0 0 24rem;
  font-size: 40rem;
  font-weight: 500;
  line-height: 120%;
}

@media (max-width: 1440px) {
  h2.title {
    margin: 0 0 16rem;
    font-size: 38rem;
  }
}

@media (max-width: 1200px) {
  h2.title {
    margin: 0 0 12rem;
    font-size: 34rem;
  }
}

@media (max-width: 768px) {
  h2.title {
    margin: 0 0 12rem;
    font-size: 28rem;
  }
}

h3.title {
  margin: 0 0 24rem;
  font-size: 28rem;
  font-weight: 500;
  line-height: 118%;
}

@media (max-width: 1440px) {
  h3.title {
    margin: 0 0 16rem;
    font-size: 26rem;
  }
}

@media (max-width: 1200px) {
  h3.title {
    margin: 0 0 12rem;
    font-size: 22rem;
  }
}

@media (max-width: 768px) {
  h3.title {
    margin: 0 0 12rem;
    font-size: 20rem;
  }
}

h4.title {
  margin: 0 0 24rem;
  font-size: 22rem;
  font-weight: 600;
  line-height: 140%;
}

@media (max-width: 1440px) {
  h4.title {
    margin: 0 0 16rem;
    font-size: 18rem;
  }
}

@media (max-width: 1200px) {
  h4.title {
    margin: 0 0 12rem;
    font-size: 16rem;
  }
}

@media (max-width: 768px) {
  h4.title {
    margin: 0 0 12rem;
    font-size: 16rem;
  }
}

h5.title {
  margin: 0 0 24rem;
  font-size: 22rem;
  font-weight: 600;
  line-height: 120%;
}

@media (max-width: 1440px) {
  h5.title {
    margin: 0 0 24rem;
    font-size: 18rem;
  }
}

@media (max-width: 1200px) {
  h5.title {
    margin: 0 0 12rem;
    font-size: 16rem;
  }
}

@media (max-width: 768px) {
  h5.title {
    margin: 0 0 12rem;
    font-size: 16rem;
  }
}

h6.title {
  margin: 0 0 24rem;
  font-size: 20rem;
  font-weight: 600;
  line-height: 120%;
}

@media (max-width: 1440px) {
  h6.title {
    margin: 0 0 24rem;
    font-size: 18rem;
  }
}

@media (max-width: 1200px) {
  h6.title {
    margin: 0 0 12rem;
    font-size: 16rem;
  }
}

@media (max-width: 768px) {
  h6.title {
    margin: 0 0 12rem;
    font-size: 14rem;
  }
}

/* [next]/internal/font/google/onest_baac4ca1.module.css [app-client] (css) */
@font-face {
  font-family: Onest;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../media/4084ce120da2621a-s.a1b3e919.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Onest;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../media/16d91c780434f2ce-s.p.f22a44f6.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Onest;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../media/ef79401ea952b7f0-s.7264fe40.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Onest;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../media/8800dfc60902df36-s.p.e22d03ab.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Onest;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/4084ce120da2621a-s.a1b3e919.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Onest;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/16d91c780434f2ce-s.p.f22a44f6.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Onest;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/ef79401ea952b7f0-s.7264fe40.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Onest;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/8800dfc60902df36-s.p.e22d03ab.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Onest;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/4084ce120da2621a-s.a1b3e919.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Onest;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/16d91c780434f2ce-s.p.f22a44f6.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Onest;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/ef79401ea952b7f0-s.7264fe40.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Onest;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/8800dfc60902df36-s.p.e22d03ab.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Onest;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/4084ce120da2621a-s.a1b3e919.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Onest;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/16d91c780434f2ce-s.p.f22a44f6.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Onest;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/ef79401ea952b7f0-s.7264fe40.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Onest;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/8800dfc60902df36-s.p.e22d03ab.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Onest;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/4084ce120da2621a-s.a1b3e919.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Onest;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/16d91c780434f2ce-s.p.f22a44f6.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Onest;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/ef79401ea952b7f0-s.7264fe40.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Onest;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/8800dfc60902df36-s.p.e22d03ab.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Onest Fallback;
  src: local(Arial);
  ascent-override: 92.2%;
  descent-override: 28.99%;
  line-gap-override: 0.0%;
  size-adjust: 105.2%;
}

.onest_baac4ca1-module__SbnK7a__className {
  font-family: Onest, Onest Fallback;
  font-style: normal;
}

.onest_baac4ca1-module__SbnK7a__variable {
  --font-onest: "Onest", "Onest Fallback";
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__591f9f03._.css.map*/