.vertical-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.vertical-gap-4 {
  gap: 4px;
}
.vertical-gap-8 {
  gap: 8px;
}
.vertical-gap-10 {
  gap: 10px;
}
.vertical-gap-12 {
  gap: 12px;
}
.vertical-gap-14 {
  gap: 14px;
}
.vertical-gap-16 {
  gap: 16px;
}
.vertical-gap-20 {
  gap: 20px;
}
.vertical-gap-22 {
  gap: 22px;
}
.vertical-gap-24 {
  gap: 24px;
}
.vertical-gap-30 {
  gap: 30px;
}
.vertical-gap-32 {
  gap: 32px;
}
.vertical-gap-33 {
  gap: 33px;
}
.vertical-gap-40 {
  gap: 40px;
}
.vertical-gap-44 {
  gap: 44px;
}
.vertical-gap-48 {
  gap: 48px;
}
.vertical-gap-53 {
  gap: 53px;
}
.vertical-gap-64 {
  gap: 64px;
}

body {
  background: #f7f7f5;
  font-family: 'Inter', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #0e0e0e;
}

.desktop_only {
  display: none;
}

.mobile_only {
  display: block;
}

@media (min-width: 769px) {
  .desktop_only {
    display: block;
  }

  .mobile_only {
    display: none;
  }

  header {
    padding-inline: 40px;
  }
}

.container {
  width: 100%;
  max-width: 342px;
  margin: 0 auto;
}

header {
  padding-block: 18px;
  background: #ffffffcc;
  border-bottom: 0.57px solid #0000000f;
}

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

.logo_top {
  font-weight: 600;
  font-size: 21.34px;
  line-height: 25.27px;
  letter-spacing: -1.03px;
}

.logo_bottom {
  font-weight: 500;
  font-size: 12.36px;
  line-height: 18.53px;
  letter-spacing: 1.06px;
  text-transform: uppercase;
  color: #6f6f6f;
}
.pre_title {
  font-weight: 600;
  font-size: 45px;
  line-height: 48px;
  letter-spacing: -2.2px;
  text-align: center;
}

.welcome {
  margin-top: 32px;
}

h1 {
  font-weight: 800;
  font-size: 45px;
  line-height: 48px;
  letter-spacing: -2.2px;
  text-align: center;
  text-transform: uppercase;
  color: #ea5212;
}

.welcome_top_disc {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.2px;
  text-align: center;
  vertical-align: middle;
  color: #000000;
}

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

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

.welcome_top_avas {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.welcome_top_avas img {
  width: 80px;
}

.welcome_top_avas_text {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.15px;
  text-align: center;
  color: #6f6f6f;
}

.header_button {
  padding: 16px 32px;
  border-radius: 4px;
  background: #ea5212;

  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.15px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  width: fit-content;
  margin: 0 auto;
  transition: background-color 0.3s ease;
}

.header_button:hover {
  background: #0e0e0e;
}

.welcome_top_bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.welcome_top_bottom_left {
  display: flex;
  align-items: center;
  gap: 6px;
}

.welcome_top_bottom_left img {
  width: 20px;
  height: 20px;
}

.top_bottom_left_text {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.15px;
  text-align: center;
}

.welcome_top_bottom_right {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.15px;
  color: #6f6f6f;
}

.welcome_top_bottom_right::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00a63e;
  margin-right: 16px;
  flex-shrink: 0;
}

.welcome_bottom {
  padding-bottom: 24px;
}

.welcome_item {
  padding: 25px 55px;
  border-radius: 12px;
  background: #ffffff;
  border-top: 1px solid #0000000f;
  box-shadow: 0px 8px 24px 0px #0000000f;
  width: 214px;
  margin: 0 auto;
}

.welcome_item_title {
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.37px;
  text-align: center;
}

.welcome_item_desc {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.15px;
  text-align: center;
  color: #6f6f6f;
}

.card_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: #0e0e0e0d;
}

.card_img img {
  width: 28px;
  height: 28px;
}

.why_choose_us .container,
.passion_for_sports .container {
  padding-block: 24px;
}

.why_choose_us_item {
  margin: 0 auto;
  width: 296px;
  padding: 40px;
  border-radius: 12px;
  background: #ffffff;
  border-top: 1px solid #0000000f;
  box-shadow: 0px 8px 24px 0px #0000000f;
}

.section_label {
  border-radius: 16777200px;
  border-top: 1px solid #0000000f;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 8px 18px;

  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.15px;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}

h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -0.85px;
  text-align: center;
}

p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.44px;
  text-align: center;
  vertical-align: middle;
  color: #6f6f6f;
}

.card_title {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.07px;
}

.card_desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.31px;
  color: #6f6f6f;
}

.passion_for_sports {
  padding-top: 24px;
  padding-bottom: 24px;
  background: #ffffff;
}

.section_bottom {
  margin-inline: 7px;
  padding: 24px;
  border-radius: 12px;
  background: #f7f7f5;
  border: 1px solid #0000000f;
  box-shadow: 0px 8px 24px 0px #0000000f;
}

.section_bottom > p {
  text-align: left;
}

.section_bottom_top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.section_bottom_top_img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #0e0e0e0d;
}

.section_bottom_top_img img {
  width: 24px;
  height: 24px;
}

.section_bottom_top span {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.4px;
}

.strong_community .container {
  padding-block: 24px;
}

.cards {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cards .card {
  width: 100%;
}

.card {
  padding: 24px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0px 8px 24px 0px #0000000f;
}

.card_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.card_image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #0e0e0e0d;
}

.card_image img {
  width: 20px;
  height: 20px;
}

.card_label {
  border-radius: 16777200px;
  padding: 4px 12px;
  background: #0e0e0e;
  border-top: 1px solid #000000;

  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #ffffff;
}

.card_mid > p {
  text-align: left;
}

.card_bottom {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 12px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.card_bottom:hover {
  color: #ea5212;
  filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(1deg)
    brightness(102%) contrast(91%);
}

.card_bottom span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.15px;
  text-align: center;
}

.card_bottom img {
  width: 16px;
  height: 16px;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  object-fit: contain;
}

.gray {
  background: #f3f3f3;
  color: #0e0e0e;
  border: none;
}

.description_item {
  display: flex;
  align-items: flex-start;
  gap: 16px;

  padding: 20px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #0000000f;
}

.description_item_img {
  display: flex;
  align-items: center;
  justify-content: center;

  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #0e0e0e0d;
}

.description_item_img img {
  width: 16px;
  height: 16px;
}

.description_item_text {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.31px;
}

.ready_to_start {
  background: #ffffff;
}

.ready_to_start .container {
  padding-block: 24px;
}

.ready_to_start .container > .card_bottom {
  justify-content: center;
  cursor: pointer;
}

footer {
  margin-top: 40px;
  padding-top: 55px;
  padding-bottom: 24px;
  background: #ffffff;
}

.footer_desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 22.75px;
  letter-spacing: -0.15px;
  color: #6f6f6f;
}

.footer_links_title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.31px;
}

.footer_links_item {
  display: flex;
  align-items: flex-start;
  gap: 14px;

  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.15px;
  color: #6f6f6f;
  cursor: pointer;
}

.footer_bottom {
  padding-top: 32.57px;
  border-top: 0.57px solid #0000000f;
  text-align: center;
}

.footer_bottom_text {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
  color: #6f6f6f;
}

.footer_bottom span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #6f6f6f;
  text-align: center;
}

.footer_bottom span::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #6f6f6f;
  flex-shrink: 0;
}

h2 span {
  color: #ea5212;
  display: inline-block;
  margin-top: 8px;
}

.our_mission {
  max-width: 286px;
  margin: 0 auto;
}

.our_mission .section_bottom_top span {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.07px;
}

.page-about-us .passion_for_sports {
  padding-block: 0;
}

.page-about-us .why_choose_us {
  margin-top: 40px;
  background: #ffffff;
}

.page-about-us .why_choose_us_item {
  border-radius: 20px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
  background: #f7f7f5;
  border: 1px solid #0000000f;
  box-shadow: 0px 8px 24px 0px #0000000f;
}

.page-about-us .card_title,
.benefits_item_title {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.45px;
}

.our_facilities {
  margin-top: 40px;
  padding-block: 24px;
}

.feat_item {
  display: flex;
  align-items: flex-start;
  gap: 16px;

  border-radius: 16px;
  padding: 24px 0 24px 24px;
  background: #ffffff;
  border-top: 1px solid #0000000f;
  width: 307px;
  margin: 0 auto;
}

.feat_item_img {
  display: flex;
  align-items: center;
  justify-content: center;

  min-width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #0e0e0e0d;
}

.feat_item_img img {
  width: 20px;
  height: 20px;
}

.community_involvement {
  border-radius: 20px;
  padding-top: 34px;
  padding-right: 34px;
  padding-bottom: 48px;
  padding-left: 34px;
  background: #ffffff;
  border: 1px solid #0000000f;
  box-shadow: 0px 8px 24px 0px #0000000f;
}

.com_inv_top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.com_inv_top_img {
  display: flex;
  align-items: center;
  justify-content: center;

  min-width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #0e0e0e0d;
}

.com_inv_top_img img {
  width: 24px;
  height: 24px;
}

.com_inv_top_title {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.4px;
}

.com_inv_mid {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.44px;
  color: #6f6f6f;
}

.com_inv_p1 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.45px;
}

.com_inv_p2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.31px;
  color: #6f6f6f;
}

.com_inv_bottom {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}

.com_inv_bottom .header_button {
  margin: 0;
}

.benefits {
  background: #ffffff;
  padding-block: 24px;
}

.benefits_item {
  width: 296px;
  padding: 41px;
  border-radius: 12px;
  background: #f7f7f5;
  margin: 0 auto;
}

.benefits_item_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #0e0e0e0d;
}

.benefits_item_img img {
  width: 24px;
  height: 24px;
}

.benefits_item_desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 22.75px;
  letter-spacing: -0.15px;
  color: #6f6f6f;
}

.tarifs_item_item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tarifs_item {
  padding: 41px;
  border-radius: 20px;
  background: #f7f7f5;
  border: 1px solid #0000000f;
  box-shadow: 0px 8px 24px 0px #0000000f;
  transition: background 0.3s ease, border-top 0.3s ease, box-shadow 0.3s ease;
}

.tarifs_item:hover,
.tarifs_item:nth-child(2) {
  background: #0e0e0e;
  border-top: 1px solid #0e0e0e33;
  box-shadow: 0px 16px 48px 0px #0000001f;
}

.tarifs_item:nth-child(1):hover ~ .tarifs_item:nth-child(2) {
  background: #f7f7f5;
  border-top: 1px solid #0000000f;
  box-shadow: 0px 8px 24px 0px #0000000f;
}

.tarifs_list:hover .tarifs_item:nth-child(2):not(:hover) {
  background: #f7f7f5;
  border-top: 1px solid #0000000f;
  box-shadow: 0px 8px 24px 0px #0000000f;
}

.tarifs_item_title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.07px;
  transition: color 0.3s ease;
}

.tarifs_item:hover .tarifs_item_title,
.tarifs_item:nth-child(2) .tarifs_item_title {
  color: #ffffff;
}

.tarifs_item:nth-child(1):hover ~ .tarifs_item:nth-child(2) .tarifs_item_title {
  color: #0e0e0e;
}

.tarifs_list:hover .tarifs_item:nth-child(2):not(:hover) .tarifs_item_title {
  color: #0e0e0e;
}

.tarifs_item_desc,
.tarifs_item_mid {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.15px;
  color: #6f6f6f;
  transition: color 0.3s ease;
}

.tarifs_item:hover .tarifs_item_desc,
.tarifs_item:hover .tarifs_item_mid,
.tarifs_item:nth-child(2) .tarifs_item_desc,
.tarifs_item:nth-child(2) .tarifs_item_mid {
  color: #ffffffb2;
}

.tarifs_item:nth-child(1):hover ~ .tarifs_item:nth-child(2) .tarifs_item_desc,
.tarifs_item:nth-child(1):hover ~ .tarifs_item:nth-child(2) .tarifs_item_mid {
  color: #6f6f6f;
}

.tarifs_list:hover .tarifs_item:nth-child(2):not(:hover) .tarifs_item_desc,
.tarifs_list:hover .tarifs_item:nth-child(2):not(:hover) .tarifs_item_mid {
  color: #6f6f6f;
}

.tarifs_item_mid span {
  font-weight: 600;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -1.24px;
  color: #0e0e0e;
  transition: color 0.3s ease;
}

.tarifs_item:hover .tarifs_item_mid span,
.tarifs_item:nth-child(2) .tarifs_item_mid span {
  color: #ffffff;
}

.tarifs_item:nth-child(1):hover
  ~ .tarifs_item:nth-child(2)
  .tarifs_item_mid
  span {
  color: #0e0e0e;
}

.tarifs_list:hover .tarifs_item:nth-child(2):not(:hover) .tarifs_item_mid span {
  color: #0e0e0e;
}

.tarifs_item_item {
  position: relative;
}

.tarifs_item_item img {
  width: 20px;
  height: 20px;
  transition: filter 0.3s ease;
}

.tarifs_item:hover .tarifs_item_item img,
.tarifs_item:nth-child(2) .tarifs_item_item img {
  filter: brightness(0) invert(1);
}

.tarifs_item:nth-child(1):hover
  ~ .tarifs_item:nth-child(2)
  .tarifs_item_item
  img {
  filter: none;
}

.tarifs_list:hover .tarifs_item:nth-child(2):not(:hover) .tarifs_item_item img {
  filter: none;
}

.tarifs_item_item span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.15px;
  color: #0e0e0e;
  transition: color 0.3s ease;
}

.tarifs_item:hover .tarifs_item_item span,
.tarifs_item:nth-child(2) .tarifs_item_item span {
  color: #ffffffe5;
}

.tarifs_item:nth-child(1):hover
  ~ .tarifs_item:nth-child(2)
  .tarifs_item_item
  span {
  color: #0e0e0e;
}

.tarifs_list:hover
  .tarifs_item:nth-child(2):not(:hover)
  .tarifs_item_item
  span {
  color: #0e0e0e;
}

.tarifs_item_button {
  border-radius: 4px;
  padding: 16px 32px;
  background: #0e0e0e;

  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.15px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  transition: background 0.3s ease;
}

.tarifs_item:hover .tarifs_item_button,
.tarifs_item:nth-child(2) .tarifs_item_button {
  background: #ea5212;
}

.tarifs_item:nth-child(1):hover
  ~ .tarifs_item:nth-child(2)
  .tarifs_item_button {
  background: #0e0e0e;
}

.tarifs_list:hover .tarifs_item:nth-child(2):not(:hover) .tarifs_item_button {
  background: #0e0e0e;
}

.tarifs_list_text {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
  color: #6f6f6f;
}

form {
  border-radius: 20px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #0000000f;
  box-shadow: 0px 8px 24px 0px #0000000f;
}

.input_title {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.15px;
}

input {
  padding-block: 10px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #0000000f;
  outline: none;
  padding-left: 15px;
}

textarea {
  padding-block: 10px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #0000000f;
  outline: none;
  padding-left: 15px;
  resize: none;
}

.input_block {
  position: relative;
}

.input_block:has(select) {
  position: relative;
}

.input_block:has(select)::after {
  content: '';
  position: absolute;
  right: 15px;
  bottom: 13px;
  width: 16px;
  height: 16px;
  background-image: url('../assets/images/arrow_down.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  display: block;
  cursor: pointer;
}

select {
  padding-block: 10px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #0000000f;
  outline: none;
  padding-left: 15px;
  padding-right: 40px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #0e0e0e;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
}

select:invalid {
  color: #6f6f6f;
}

select option {
  color: #0e0e0e;
}

select option:disabled {
  color: #6f6f6f;
}

.form_button {
  padding-block: 16px;
  border-radius: 4px;
  background: #0e0e0e;

  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.15px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  transition: background 0.3s ease;
}

.form_button:hover {
  background: #ea5212;
}

.questions {
  background: #fff;
  padding-block: 24px;
}

.questions_title {
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.37px;
  text-align: center;
}

.questions_card {
  padding: 25px;
  border-radius: 16px;
  background: #f7f7f5;
  border: 1px solid #0000000f;
  box-shadow: 0px 4px 12px 0px #0000000a;
}

.questions_card_title {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.44px;
}

.questions_card_desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.44px;
}

.our_facilities {
  margin-top: 0;
}

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

.timer_item {
  width: 80px;
  height: 68px;
  gap: 12px;
  border-radius: 7.2px;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #0000000f;
  box-shadow: 0px 1.8px 5.4px 0px #0000000a;
}

.timer_item_num {
  font-weight: 600;
  font-size: 21.61px;
  line-height: 21.61px;
  letter-spacing: 0.16px;
  text-align: center;
  color: #ea5212;
}
.timer_item_title {
  font-weight: 500;
  font-style: Medium;
  font-size: 5.4px;
  line-height: 7.2px;
  letter-spacing: 0.14px;
  text-align: center;
  text-transform: uppercase;
  color: #6f6f6f;
}

.our_facilities_card {
  background: #ffffff;
  border-radius: 12px;
  padding: 41px;
}

.our_facilities_card_title {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.45px;
}
.our_facilities_card_desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 22.75px;
  letter-spacing: -0.15px;
  color: #6f6f6f;
}

.buy_your_ticket_now {
  background: #fff;
  padding: 24px;
}

.buy_your_ticket_now_disc {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.44px;
  text-align: center;
  color: #6f6f6f;
}

.important_info_title {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.4px;
  text-align: center;
}
.important_info_list {
  padding: 32px;
  border-radius: 16px;
  background: #ffffff;
  border: 0.57px solid #0000000f;
  box-shadow: 0px 4px 12px 0px #0000000a;
}
.important_info_item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 16px;
  border-bottom: 1px solid #0000000f;
  gap: 16px;
}

.important_info_item_title {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.15px;
  flex-shrink: 0;
  text-align: left;
  min-width: 140px;
  width: 140px;
}

.important_info_desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.15px;
  color: #6f6f6f;
  text-align: left;
  flex: 1;
}

.important_info_bottom {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
  color: #6f6f6f;
  padding-top: 20px;
}

.contact_details_card_top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact_details_card_title {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.44px;
}

.contact_details_card_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #0e0e0e0d;
}

.contact_details_card_img img {
  width: 20px;
  height: 20px;
}

.contact_details_item {
  padding: 32px;
  border-radius: 16px;
  background: #ffffff;
  border-top: 1px solid #0000000f;
  box-shadow: 0px 4px 12px 0px #0000000a;
}

.card_desc_top {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #6f6f6f;
}

.card_desc_bot {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.15px;
  color: #0e0e0e;
}

.contact_map {
  background: #fff;
  padding-block: 24px;
}

.contact_map_block {
  width: 100%;
  height: 298px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #0000000f;
  box-shadow: 0px 8px 24px 0px #0000000f;
  overflow: hidden;
}

.contact_map_block #map {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.opening_hours_block {
  width: 328px;
  margin: 0 auto;
  padding: 32px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #0000000f;
  box-shadow: 0px 4px 12px 0px #0000000a;
}

.opening_hours_title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.opening_hours_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding-left: 0px;
  border-radius: 14px;
  background: #0e0e0e0d;
}

.opening_hours_img img {
  width: 24px;
  height: 24px;
}
.opening_hours_text {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.07px;
  color: #0e0e0e;
}

.opening_hours_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 16px;
}
.opening_hours_item_left {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.15px;
  color: #0e0e0e;
}
.opening_hours_item_right {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.15px;
  color: #6f6f6f;
}

.opening_hours_bottom {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #6f6f6f;
}

.emergencies_block {
  width: 328px;
  margin: 0 auto;
  padding: 32px;
  border-radius: 20px;
  background: #0e0e0e;
  border: 1px solid #0000000f;
  box-shadow: 0px 8px 24px 0px #0000001f;
}

.emergencies_top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.emergencies_top_img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  width: 48px;
  height: 48px;
  background: #ffffff1a;
}
.emergencies_top_img img {
  width: 24px;
  height: 24px;
}
.emergencies_top_img_text {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.07px;
  color: #ffffffcc;
}
.emergencies_mid {
  font-weight: 400;
  font-size: 14px;
  line-height: 22.75px;
  letter-spacing: -0.15px;
  color: #ffffffcc;
}

.emergencies_bot_banner {
  border-radius: 12px;
  background: #ffffff0d;
  border: 1px solid #ffffff1a;
  padding: 20px;
}
.bot_banner_top {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #ffffff99;
}
.bot_banner_mid {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.44px;
  color: #ffffff;
  padding-top: 10px;
}
.bot_banner_bot,
.emergencies_bot_item_desc {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #ffffff99;
}

.emergencies_bot_list {
  list-style: none;
  padding-left: 0;
}

.emergencies_bot_item {
  position: relative;
  padding-left: 20px;
}

.emergencies_bot_item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff66;
}
.emergencies_bot_item_title {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.15px;
  color: #fff;
}
.emergencies_bot_item_desc {
  color: #ffffffb2;
}

.welcome_top_desc_wrap {
  display: none;
}

.burger_menu_icon {
  cursor: pointer;
}

.mobile_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  visibility: hidden;
}

.mobile_menu.active {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.mobile_menu_nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 280px;
  height: 100%;
  background: #ffffff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  transition: right 0.3s ease;
  z-index: 10001;
  overflow-y: auto;
}

.mobile_menu.active .mobile_menu_nav {
  right: 0 !important;
}

.mobile_menu_close {
  align-self: flex-end;
  background: none;
  border: none;
  font-size: 32px;
  color: #0e0e0e;
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.mobile_menu_link {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0%;
  color: #0e0e0e;
  text-decoration: none;
  padding: 12px 0;
  border-bottom: 1px solid #0000000f;
  transition: color 0.3s ease;
}

.mobile_menu_link:hover {
  color: #ea5212;
}

.mobile_menu_button {
  margin-top: 24px;
  width: 100%;
}
