@media (min-width: 769px) {
  body {
    background: #f7f7f5;
    font-family: 'Inter', sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #0e0e0e;
  }

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

  header {
    background: #f7f7f5;
    border-bottom: none;
  }

  .header_left {
    display: flex;
    align-items: center;
    gap: 100px;
  }

  .header_nav > a {
    font-weight: 500;
    font-size: 17.7px;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #7e7e88;
    padding: 8px 16px;
  }

  .header_nav > a:hover {
    color: #000;
  }

  .header_nav > a.active {
    color: #000;
  }

  .logo_top {
    font-weight: 600;
    font-size: 38px;
    line-height: 45px;
    letter-spacing: -1.84px;
  }

  .logo_bottom {
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 1.89px;
    text-transform: uppercase;
  }

  .header_button {
    background: #0e0e0e;
  }

  .header_button:hover {
    background: #ea5212;
  }

  .orange {
    background: #ea5212;
  }

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

  .pre_title {
    font-weight: 600;
    font-size: 88px;
    line-height: 92px;
    letter-spacing: -2.2px;
    text-align: center;
  }

  h1 {
    font-weight: 800;
    font-size: 88px;
    line-height: 92px;
    letter-spacing: -2.2px;
    text-align: center;
    text-transform: uppercase;
  }

  h2 {
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -1.24px;
    text-align: center;
    color: #0e0e0e;
  }

  h2.desktop_only {
    white-space: nowrap;
  }

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

  .card_desc {
    font-size: 16px;
  }

  .welcome {
    padding-top: 100px;
  }

  .header_after_button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }

  .welcome_top_desc_wrap .header_button {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .welcome_bottom {
    max-width: 655px;
    width: 100%;
    margin: 0 auto;
  }

  .welcome_list {
    display: flex;
    align-items: center;
    flex-direction: row;
  }

  .why_choose_us,
  .passion_for_sports,
  .ready_to_start {
    padding-block: 96px;
  }

  .strong_community,
  .why_sports_club {
    padding-block: 56px;
  }

  .why_choose_us_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 20px;
    max-width: 954px;
    width: 100%;
    margin: 0 auto;
  }

  .why_choose_us_list .why_choose_us_item {
    margin: 0;
  }

  .why_choose_us_bottom,
  .cards {
    max-width: 904px;
    width: 100%;
    margin: 0 auto;
  }

  .section_bottom {
    max-width: 954px;
    width: 100%;
    margin: 0 auto;
  }

  .description_list {
    max-width: 512px;
    width: 100%;
    margin: 0 auto;
  }

  .cards {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: stretch;
  }

  .cards .card {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 0;
    min-width: 0;
  }

  .cards .card .card_mid {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 0;
  }

  .cards .card .card_mid > p,
  .cards .card .card_mid .card_desc {
    flex: 1 1 auto !important;
    min-height: 0;
  }

  .cards .card .card_bottom {
    margin-top: auto;
  }

  .ready_to_start .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }

  .ready_to_start .container > .section_top_block {
    width: 100%;
    flex-basis: 100%;
  }

  .ready_to_start .container > .header_button,
  .ready_to_start .container > .card_bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    flex: 0 0 auto;
  }

  .welcome_top_mob_wrap {
    display: none;
  }

  .welcome_top_desc_wrap {
    display: block;
  }

  .welcome_top_desc_wrap > .header_button {
    margin-bottom: 24px;
  }

  footer {
    padding-top: 80px;
    padding-bottom: 40px;
    background: #f7f7f5;
  }

  footer .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
    row-gap: 48px;
    max-width: 1128px;
    width: 100%;
    margin: 0 auto;
  }

  footer .header_logo {
    flex: 1 1 246px;
    max-width: 246px;
    display: flex;
    flex-direction: column;
  }

  footer .header_logo .footer_desc {
    max-width: 100%;
    margin-top: 16px;
  }

  footer .header_logo .footer_desc br.desktop_only {
    display: none;
  }

  footer .header_logo + .footer_desc {
    display: none;
  }

  footer .footer_links {
    flex: 1 1 246px;
    max-width: 246px;
  }

  footer .footer_bottom {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    border-top: 1px solid #0000000f;
    text-align: left;
  }

  footer .footer_bottom_text {
    text-align: left;
  }

  footer .footer_bottom span {
    display: flex;
    align-items: center;
    gap: 8px;
    text-align: right;
  }

  footer .footer_bottom span::before {
    background: #ea5212;
  }

  .passion_for_sports .container {
    padding-block: 96px;
  }

  .passion_for_sports .section_bottom {
    min-width: 954px;
    width: 100%;
    margin: 0 auto;
  }

  .our_mission {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
    max-width: 954px;
    width: 100%;
    margin: 0 auto;
  }

  .our_mission .section_bottom:nth-child(3),
  .our_mission .section_bottom:nth-child(4) {
    width: 467px;
    flex: 0 0 467px;
    margin-inline: 0;
  }

  .our_mission .section_bottom:nth-child(5) {
    flex: 1 1 100%;
    max-width: 100%;
    margin-inline: 0;
  }

  .our_mission_desktop {
    margin-top: 40px;
    width: 100%;
  }

  .our_facilities {
    padding-block: 96px;
  }

  .feat_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 16px;
    min-width: 954px;
    max-width: 954px;
    width: 100%;
    margin: 0 auto;
  }

  .feat_list .feat_item {
    margin: 0;
  }

  .community_involvement {
    max-width: 954px;
    width: 100%;
    margin: 0 auto;
  }

  .benefits,
  .our_membership,
  .form,
  .questions,
  .our_facilities,
  .buy_your_ticket_now,
  .important_info,
  .contact_details,
  .contact_map {
    padding-block: 96px;
  }

  .benefits_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 8px;
    max-width: 904px;
    width: 100%;
    margin: 0 auto;
  }

  .benefits_list .benefits_item {
    margin: 0;
  }

  .tarifs_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 954px;
    width: 100%;
    margin: 0 auto;
  }

  .tarifs_list .tarifs_item {
    flex: 1 1 calc(33.333% - 14px);
    min-width: 0;
    margin: 0;
  }

  .tarifs_list_text {
    width: 100%;
    flex-basis: 100%;
    text-align: center;
  }

  .form .section_top_block,
  form {
    max-width: 782px;
    width: 100%;
    margin: 0 auto;
  }

  form {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 24px;
  }

  form .input_block:nth-child(1),
  form .input_block:nth-child(2),
  form .input_block:nth-child(3),
  form .input_block:nth-child(4) {
    flex: 1 1 calc(50% - 12px);
    min-width: 0;
  }

  form .input_block:nth-child(5),
  form .input_block:nth-child(6),
  form .form_button {
    flex: 1 1 100%;
    width: 100%;
  }

  form {
    padding: 40px;
  }

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

  .questions_cards {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
  }

  footer .footer_links_item img {
    filter: brightness(0) saturate(100%) invert(48%) sepia(79%) saturate(2476%)
      hue-rotate(1deg) brightness(102%) contrast(91%);
  }

  .before_timer {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.49px;
    text-align: center;
    text-transform: uppercase;
    color: #6f6f6f;
  }

  .timer_block {
    max-width: 896px;
    width: 100%;
    margin: 0 auto;
  }

  .timer_item {
    width: 212px;
    height: 146px;
    padding: 24px;
    border-radius: 16px;

    background: #ffffff;
    border-top: 1px solid #0000000f;
    box-shadow: 0px 4px 12px 0px #0000000a;
  }

  .timer_item_num {
    font-weight: 600;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0.35px;
    text-align: center;
  }

  .timer_item_title {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.3px;
    text-align: center;
    text-transform: uppercase;
  }

  .our_facilities_cards {
    display: flex;
    flex-direction: row;
    gap: 8px;
    max-width: 904px;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
  }

  .our_facilities_cards .our_facilities_card {
    flex: 1 1 calc(33.333% - 6px);
    min-width: 0;
    margin: 0;
  }


  .important_info_list {
    max-width: 942px;
    width: 100%;
    margin: 0 auto;
  }

  .desc_orange {
    font-weight: 600;
    font-size: 88px;
    line-height: 92px;
    letter-spacing: -2.2px;
    text-align: center;
    color: #ea5212;
  }

  .contact_map_block {
    max-width: 1128px;
    width: 100%;
    margin: 0 auto;
  }

  .opening_hours .container {
    display: flex;
    flex-direction: row;
    gap: 32px;
    justify-content: center;
    align-items: stretch;
    max-width: 1128px;
    width: 100%;
    margin: 0 auto;
  }

  .opening_hours_block,
  .emergencies_block {
    width: 548px;
    max-width: 548px;
    flex: 0 0 548px;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    min-height: 100%;
  }

  .opening_hours_block.vertical-stack,
  .emergencies_block.vertical-stack {
    display: flex;
    flex-direction: column;
  }
}
