/*!
Theme Name: go-gym
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: go-gym
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

go-gym is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background-color: #f5f5f5;
  font-family: "Arimo", sans-serif;
}

body.admin-bar header {
  top: 32px; /* Отступ вниз, чтобы не перекрывал админ-бар */
}

.caption {
  font-family: Arimo;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;
  letter-spacing: -0.02em;
  text-align: left;
}

.h0 {
  font-family: Arimo;
  font-size: 135px;
  font-weight: 700;
  line-height: 162px;
  letter-spacing: -0.02em;
  text-align: center;
}

.h1 {
  font-family: Arimo;
  font-size: 72px;
  font-weight: 600;
  line-height: 86.4px;
  letter-spacing: -0.02em;
  text-align: center;
}

.h2 {
  font-family: Arimo;
  font-size: 48px;
  font-weight: 600;
  line-height: 57.6px;
  letter-spacing: -0.02em;
  text-align: center;
}

.h3 {
  font-family: Arimo;
  font-size: 32px;
  font-weight: 500;
  line-height: 38.4px;
  letter-spacing: -0.02em;
  text-align: center;
}

.h4 {
  font-family: Arimo;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: left;
}

.t1-med {
  font-family: Arimo;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.8px;
  text-align: left;
}

.t1-reg {
  font-family: Arimo;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: -0.02em;
  text-align: left;
}

.t2-semi {
  font-family: Arimo;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-align: center;
}

.main {
  display: flex;
  flex-flow: column;
  gap: 164px;
  background: #f5f5f5;
  width: 100%;
  height: auto;
  /* padding: 16px 0; */
  box-sizing: border-box;
}

.first-section {
  height: 200vh;
  /* background: #000; */
  border-radius: 40px;
  position: relative;
  /* overflow: visible; */
  flex: none;
  display: flex;
  flex-flow: column;
  z-index: 0;
  gap: 24px;
}

.section-title {
  height: 100vh;
  display: flex;
  flex-flow: column;
  justify-content: center;
  z-index: 1;
  flex: none;

  align-content: center;
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  /* height: 100vh; */
  justify-content: center;
  /* overflow: visible; */
  padding: 0;
  top: 0;
  transform: perspective(1200px);
  width: 100%;
  will-change: transform;
  z-index: 1;
  transition: 0.5s ease;
}

.gradient-text.h0 {
  background: linear-gradient(270deg, #cefb5b 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.section-mockup {
  align-content: center;
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  height: 100vh;
  justify-content: center;
  overflow: visible;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 1;
  height: 100vh;
}

.mockup-image {
  width: 860px;
  height: auto;
  object-fit: contain;
  margin-bottom: -120px;
}

.bottom-overlay {
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: 4%;
  /* background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); */
}

.section-swaping-button {
  height: 100vh;
}

.font-gray {
  color: #6e6e6e;
}

.font-white {
  color: #ffffff;
}

.section-swaping-button {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.swaping-button-container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 24px;
}

.changing-button {
  padding: 12px 24px;
  border: 2px solid var(--Brand-Yellow-400, #b8f229);
  border-radius: 24px;
  transition: 0.5s ease;
  width: fit-content;
  box-sizing: border-box;
}

.changing-button .h3 {
  width: fit-content;
}

#changing-button-text {
  opacity: 1;
  transition: opacity 0.5s ease;
}

header {
  position: fixed;
  /* padding: 16px 0; */
  z-index: 9999;
  width: 100%;
  top: 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e0e0e2;
}

header.black {
  background-color: #080809;
  color: #fff;
  border-bottom: #1b1b1d;
}

.header-spacing {
  height: 76px;
}

.header-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  padding: 12px 24px;
  align-items: center;
  /* backdrop-filter: blur(72px); */
  /* background: #F9F9F905; */
  border-radius: 40px;
}

.explore.header-container {
  justify-content: space-between;
}

.header-container {
  justify-content: space-between;
}

.header-container .main-menu {
  margin-right: 0;
}

.header-logo-container {
  margin-right: 48px;
}
/* .explore .header-logo-container {
  margin-right: 0px;
} */

.header-logo-container svg {
  height: 48px;
}

.main-menu {
  margin-right: auto;
}

.explore .main-menu {
  margin-right: 0;
}

.menu-list {
  display: flex;
  flex-flow: row;
  gap: 8px;
  list-style: none;
}

.main-menu,
.header-links-container {
  /* width: 40%; */
}

.menu-item {
  border-radius: 16px;
}
.menu-item a {
  display: block;
  padding: 8px 12px;
  font-family: Arimo;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.8px;
  text-align: left;
  text-decoration: none;
  color: #131313;
  transition: 0.2s ease;
}

.menu-item a:hover {
  opacity: 0.7;
}

header.black .menu-item a {
  color: #fff;
}

.menu-item-link {
  color: #fff;
  text-decoration: none;
  /* padding: 8px 16px; */
  width: fit-content;
}

.header-links-container {
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  gap: 12px;
}

.header-link-item a {
  text-decoration: none;
  display: flex;
  flex-flow: row nowrap;
  gap: 6px;
  background: #d6d6d9;
  border-radius: 16px;
  padding: 10px 12px;
  align-items: center;
  line-height: 100%;
  overflow: hidden;
}

.header-link-item a.bg-dark {
  background: #080809;
}

header.black .header-link-item a {
  background: #1b1b1d;
  color: #fff;
}

.current-menu-item,
.current-page-ancestor {
  background: #d6d6d9;
}

header.black .current-menu-item,
header.black .current-page-ancestor {
  background: #1b1b1d;
}

header.black .header-link-item {
  /* background: #252527; */
}

.second-section {
  /* height: 100vh; */
  position: relative;
  overflow: visible;
  flex: none;
  display: flex;
  flex-flow: column;
  z-index: 0;
  gap: 24px;
}

.second-section-content {
  /* padding: 120px 0 72px 0; */
  display: flex;
  flex-flow: row;
  justify-content: center;
  gap: 72px;
}

.second-section-image-container {
  background: #e5e5e5;
  border-radius: 48px;
  width: 45%;
  display: flex;
  justify-content: center;
}

.texting-list-item {
  display: flex;
  flex-flow: row nowrap;
  gap: 8px;
}

.align-left {
  text-align: left;
}

.line-div {
  border: 1px solid #000;
  height: 100%;
  border-radius: 2000px;
  width: 2px;
  background: #000;
}

.dot-line {
  display: flex;
  flex-flow: column;
  gap: 2px;
  align-items: center;
}

.second-section-texting-list {
  display: flex;
  flex-flow: column;
  gap: 2px;
}

.texting-item-text {
  margin-bottom: 32px;
}

.second-section-texting-container {
  width: 28%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
}

.texting-item-title {
  font-family: Arimo;
  font-size: 24px;
  font-weight: 500;
  line-height: 28.8px;
  letter-spacing: -0.02em;
  text-align: left;
}

.texting {
  display: flex;
  flex-flow: column;
  gap: 12px;
}

.line-div {
  opacity: 0.2;
}

.second-section-image {
  position: absolute;
  bottom: 0;
  height: 100%;
}

.second-section-image-container {
  position: relative;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
  background: white;
}

[data-item] {
  transition: opacity 0.5s ease-in-out;
}

/* Make sections snap to the top of the viewport */
.first-section,
.second-section,
.third-section {
  scroll-snap-align: start; /* Each section will snap to the top when scrolling */
}

/* Add smooth scrolling behavior */
html {
  scroll-behavior: smooth;
}

/* For the data-item elements */
[data-item] {
  opacity: 0.2;
  transition: opacity 0.5s ease-in-out;
}

/* style.css */

.second-section {
  position: relative; /* Initial relative position */
  top: auto;
  width: 100%; /* Ensure it retains full width when fixed */
}

/* Initially hide all items */
[data-item] {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.second-section {
  /* position: -webkit-sticky; 
	position: sticky; */
  top: 0; /* Start sticking at the top */
  z-index: 3; /* Bring it above other content */
  /* background: white; Background to avoid transparency issues */
  width: 100%; /* Ensure it retains full width */
}

.gradient-text.h1 {
  background: linear-gradient(90deg, #ffffff 11.82%, #a4c2de 83.29%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.comments-sections {
}
.comments-sections-content {
  display: flex;
  flex-flow: column;
  gap: 48px;
}
.comments-sections-title {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.comments-tabs {
  display: flex;
  align-items: center;
  gap: 16px;
  list-style: none;
}
.comments-tab {
  background-color: #fff;
  border-radius: 8px;

  transition: all 0.3s ease;
}
.comments-tab-link {
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 8px;
  text-decoration: none;
  color: #080809;
}

.comments-tab:hover {
  filter: brightness(0.9);
}

.comments-tab-icon {
  width: 16px;
  height: 16px;
}
.comments-list {
  /* display: flex;
  flex-flow: column;
  gap: 24px;
  width: 100vw; */
}

.comments-list.only-pc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 148px;
  height: 100%;
  background: linear-gradient(270deg, rgba(245, 245, 245, 0) 0%, #f5f5f5 100%);
  z-index: 1;
}

.comments-list.only-pc::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 148px;
  height: 100%;
  background: linear-gradient(270deg, #f5f5f5 0%, rgba(245, 245, 245, 0) 100%);
  z-index: 1;
}
/*  */
.comments-list {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0 16px;
}

.comments-list.only-pc {
  height: 310px;
}

.comments-list.only-mobile {
  padding-bottom: 38px;
}

.swiper-pagination-bullet-active {
  background: #080809;
}

.comments-row {
  display: flex;
  /* gap: 20px; */
  will-change: transform;
  white-space: nowrap;
  overflow: visible;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
}

.first-row {
  top: 0;
  left: 0;
}

.second-row {
  bottom: 0;
  right: 0;
}

.comment-item {
  display: inline-flex;
  flex-direction: column;
  background: #fff;
  padding: 15px;
  width: 25%;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-right: 20px;
  width: 510px;
  height: 143px;
}

.comment-item-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.comment-avatar-container img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.comment-header-text p {
  margin: 0;
}

.comment-name {
  font-weight: 600;
  font-size: 16px;
  color: #080809;
}

.comment-nickname {
  font-weight: 500;
  font-size: 12px;
  color: #9999a0;
}

.social-icon {
  padding: 8px;
  border-radius: 8px;
  background-color: #1b1b1d;
  margin-left: auto;
}

.social-icon img {
  width: 16px;
  height: 16px;
  display: block;
}

.comment-text {
  width: 100%;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400px;
  color: #9999a0;
  text-wrap: wrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;

  display: -webkit-box;
}

/*  */

.third-section {
  /* height: 300vh; */
  border-radius: 40px;
  position: relative;
  overflow: visible;
  flex: none;
  display: flex;
  flex-flow: column;
  z-index: 0;
  gap: 24px;
}

.font-white {
  color: #fff;
}

.third-top-part {
  display: flex;
  flex-flow: column;
  justify-content: center;
  z-index: 1;
  flex: none;
  /* height: 100vh; */

  align-content: center;
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  overflow: visible;
  padding: 0;
  top: 0;
  /* transform: perspective(1200px) translateY(30%); */
  width: 100%;
  will-change: transform;
  z-index: 1;
  transition: 0.5s ease;
  gap: 200px;
}

.third-top-part h1 {
  background: linear-gradient(92.36deg, #c9c9f0 1.48%, #080809 99.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;

  margin-bottom: 56px;
}

.third-images-container {
  position: relative;
}

.functions-image {
  position: absolute;
  /* left: 0; */
  top: 50%;
  /* transform: translateX(-50%); */
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
  /*   scale: 0.5; */
  /*   width: 100%; */
}

.first-section {
  /* height: calc(100vh - 32px);
	overflow-y: scroll; */
}

.first-section::-webkit-scrollbar {
  display: none;
}

.second-section-content {
  z-index: 3;
  /* background: blue; */
  /* height: 100vh; */
}

.second-section-content {
  display: flex;
  flex-flow: row wrap;
  max-width: 1500px;
}

.second-section-item {
  display: flex;
  flex-flow: row;
  justify-content: center;
}

.second-section-item > div {
  width: calc((100% - 144px) / 3);
  min-width: 375px;
}

.third-section {
  z-index: 4;
}

.second-section {
  /* height: 300vh; */
  display: flex;
  justify-content: center;
  flex-flow: row;
}

.first-section-content {
  background: #080809;
  border-radius: 0 0 40px 40px;
  height: 100vh;
  overflow: hidden;
}

.third-section-content {
  background: #080809;
  border-radius: 40px;
  overflow: hidden;
  /* height: calc(100vh - 32px); */
  display: flex;
  flex-flow: column;
  gap: 120px;
  padding: 96px 0;
  align-items: center;
}

.padding-24 {
  padding: 24px;
}

.third-section-mid {
  position: relative;
  z-index: 8;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
}

.third-images-big {
  width: 90%;
  display: flex;
  flex-flow: column;
  gap: 8px;
}

.top-line,
.bot-line {
  position: relative;
  display: flex;
  flex-flow: row;
  gap: 8px;
}

.cell {
  background: #1b1b1d;
  border-radius: 24px;
  height: 40vh;
  position: relative;
}

.cell .text-part {
  position: relative;
  z-index: 8;
}

.half-cell {
  width: 50%;
}

@media (max-width: 1023px) {
  .half-cell {
    width: 100%;
  }
}

.short-cell {
  width: 50%;
}

.long-cell {
  width: 100%;
}

.long-img {
  position: absolute;
}

.brand-purple {
  color: #bf80ff;
}

.brand-orange {
  color: #ff8033;
}

.brand-yellow {
  color: #cefb5b;
}

.bg-brand-yellow {
  background: #cefb5b;
}

.img-style {
  position: absolute;
  bottom: 0;
  width: 100%;
  object-fit: contain;
}

.pb-40 {
  padding-bottom: 40px;
}

.font-white {
  color: #fff;
}

.text-part {
  display: flex;
  flex-flow: column;
  gap: 16px;
}

.vertical-img {
  height: 100%;
  width: auto;
  right: 0;
}

.vertical-img.only-mobile {
  transform: translateX(7.5%);
}

.top-line .cell:first-child {
  background: linear-gradient(180deg, rgba(87, 58, 136, 0) 30%, #8e55ec 95%),
    linear-gradient(0deg, #573a88, #573a88),
    linear-gradient(0deg, #382c4d, #382c4d);
}

.top-line .cell:nth-child(2)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  z-index: 1;
  background: linear-gradient(
      270.28deg,
      #1b1b1d 0.24%,
      rgba(27, 27, 29, 0) 18.5%
    ),
    linear-gradient(90deg, #1b1b1d 0%, rgba(27, 27, 29, 0) 15.56%);
}

@media (max-width: 1023px) {
  .top-line .cell:nth-child(2)::before {
    height: 50%;
  }
}

.bot-line .cell:nth-child(2) {
  background: linear-gradient(180deg, #6a2a1b 30%, #dd5a3c 95%),
    linear-gradient(0deg, #4a1f16, #4a1f16);
}

.cell {
  overflow: hidden;
}

.bot-line .cell:nth-child(2)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, rgba(220, 90, 60, 0) 0%, #dc5a3c 100%);
}

.texting-1-1 {
  width: 70%;
}

.texting-2-2 {
  width: 55%;
}

.short-img-1-2 {
  left: 0;
}

.short-img-2-1 {
  left: 50%;
  transform: translateX(-50%);
}

.long-img-1-1 {
  max-height: 244px;
}

.third-map {
  width: 100%;
  /* height: 100vh; */
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
}

.third-map-content {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 56px;
  width: 100%;
}

.third-map-content h2 {
  width: 40%;
}

.gradient-text {
  background: linear-gradient(270deg, #cefb5b 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-text-blue {
  background: linear-gradient(90deg, #ffffff 11.82%, #a4c2de 83.29%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.font-lightgray {
  color: #a9a9a9;
}

.map-locations {
  display: flex;
  flex-flow: column;
  gap: 16px;
}

.locations-list-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.locations-list-container ul {
  width: 40%;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  height: auto;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.locations-list-container ul li {
  list-style: inside;
}

.locations-list-container ul li:first-child {
  list-style: none;
}

.faq {
  width: 100%;
  max-width: 1140px;
}

.faq-list {
  width: 80%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  border-radius: 24px;
}

.faq-item {
  padding: 24px 12px;
  /* gap: 16px; */
  display: flex;
  flex-flow: column;
}

.item-heading {
  display: flex;
  flex-flow: row;
  gap: 24px;
}

.item-body {
  padding-left: 44px;
}

.faq-content {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 56px;
  z-index: 9;
  position: relative;
  /* padding-bottom: 80px; */
}

.p-0-12 {
  padding: 0 12px;
}

.faq-list {
  background: #1b1b1d;
}

.faq-item.active img {
  transform: rotate(45deg);
}

.faq-item.active .item-body {
  height: fit-content;
  max-height: 150px;
}

.faq.item .item-body {
  height: 0;
}

.faq-item {
  border-bottom: 1px solid #333333;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-list {
  background: #1b1b1d; /* Dark background for the FAQ list */
}

.faq-item {
  border-bottom: 1px solid #333333; /* Bottom border for separation */
  overflow: hidden; /* Hide overflow to ensure smooth transition */
  transition: max-height 0.3s ease; /* Smooth transition for height */
}

.faq-item.active img {
  transform: rotate(45deg); /* Rotate icon when active */
  transition: transform 0.3s ease; /* Smooth transition for icon rotation */
}

.faq-item.active .item-body {
  /* height: fit-content; /* Ensure content fits within the body */
  max-height: 150px; /* Limit max height for visible items */
  transition: max-height 0.3s ease; /* Smooth transition for max-height */
}

.faq-item .item-body {
  /* height: 0;  Collapsed state */
  max-height: 0; /* Ensures it is hidden */
  opacity: 0; /* Initially hidden */
  transition: max-height 0.3s ease, opacity 0.3s ease; /* Smooth transition for height and opacity */
}

.faq-item.active .item-body {
  opacity: 1; /* Fade in the content */
}

/* Ensure text color is consistent */
.font-white {
  color: #ffffff; /* White font color */
}

.font-lightgray {
  color: #cccccc; /* Light gray font color for secondary text */
}

.latest-news-content {
  display: flex;
  flex-flow: column;
  gap: 56px;
  align-items: center;
  /* padding-bottom: 96px; */
}

.news-list {
  display: flex;
  flex-flow: row wrap;
  gap: 24px;
  justify-content: flex-start;
  max-width: 1140px;
  width: 100%;
}

.news-list-row-gap {
  row-gap: 56px;
}

.news-item {
  width: calc((100% - 24px) / 2);
  /* max-width: 560px; */
  display: flex;
  flex-flow: column;
  gap: 16px;
}

.news-link {
  text-decoration: none;
  color: inherit;
}

.news-link img {
  transition: 0.3s ease;
}

.news-link:hover img {
  transform: scale(1.02);
}

.texting-title-container {
  display: flex;
  flex-flow: column;
  gap: 8px;
}

.t2-reg {
  font-family: Arimo;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: -0.02em;
  text-align: left;
}

.see-all-news {
  padding: 16px 24px;
  border-radius: 16px;
  width: fit-content;
  color: #fff;
  background: #080809;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.cta-content {
  padding-top: 96px;
  padding-bottom: 72px;
  display: flex;
  flex-flow: column;
  gap: 32px;
  align-items: center;
}

.button-container {
  display: flex;
  flex-flow: row;
  gap: 12px;
}

.cta-text {
  font-family: Arimo;
  font-size: 95px;
  font-weight: 600;
  line-height: 114px;
  letter-spacing: -0.02em;
  text-align: center;
  width: 80%;
}

.flex {
  display: flex;
}

.flex-row {
  flex-flow: row;
}

.gap-8px {
  gap: 8px;
}

.footer-bottom-link {
  font-family: Arimo;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
  letter-spacing: -0.02em;
  text-align: left;

  color: #131313;
  text-decoration: none;
}

.footer-bottom {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 12px;
  padding: 16px 0;
}

.footer-body {
  padding: 12px 40px;
}

.footer-content {
  display: flex;
  flex-flow: column;
  background-color: #f5f5f5;
}

.footer-logo-container {
  max-width: 124px;
  height: auto;
}

.footer-logo-img {
  width: 100%;
}

.footer-body {
  display: flex;
  justify-content: space-between;
  align-items: top;
}

.footer-body-left {
  display: flex;
  flex-flow: row;
  gap: 96px;
}

.footer-body-links-container {
  display: flex;
  flex-flow: row;
  gap: 48px;
}

.footer-body-links-list {
  display: flex;
  flex-flow: column;
  gap: 8px;
  align-items: flex-start;
}

.mb-4 {
  margin-bottom: 4px;
}

.decoration-none {
  text-decoration: none;
}

.font-dark {
  color: #131313;
}

.footer-body-right {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
}

.subscribe-button {
  padding: 16px 24px;
  background: #080809;
  border-radius: 20px;
  font-family: Arimo;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-align: left;
}

.subscribe-form {
  display: flex;
  flex-flow: row;
  gap: 12px;
}

.footer-input {
  padding: 16px 20px;
  color: #6e6e6e;
  border-radius: 20px;
  border: none;
  font-family: "Arimo";
  font-family: Arimo;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-align: left;
}

.cta-content,
.footer-content {
  position: relative;
  z-index: 9;
}

.cta-bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 80%;
  z-index: 3;
  background: linear-gradient(180deg, #f9f9f9 0%, rgba(255, 255, 255, 0) 50%),
    url("./images/cta-bg.png");
  filter: blur(20px);
  background-size: cover;
}

.third-top-part h1 {
  width: 80%;
}

.third-images-container {
  display: flex;
  justify-content: center;
}

/* POPUP */

.modal-popup {
  position: absolute;
  z-index: 99999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(4px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
}

.modal-container {
  width: fit-content;
  background: #fff;
  border-radius: 24px;
  padding: 32px;
  max-width: 570px;
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 48px;
}

.text-left {
  text-align: left;
}

.modal-head {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

.modal-close-container {
  width: 44px;
  height: 44px;
  background: rgba(238, 238, 238, 1);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
}

.modal-header-texting {
  display: flex;
  flex-flow: column;
  gap: 8px;
  max-width: 350px;
  width: 100%;
}

.modal-switcher {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  background: rgba(238, 238, 238, 1);
  border-radius: 16px;
}

.modal-switcher-option {
  width: 100%;
  padding: 14px 4px;
  color: #a9a9a9;
}

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

.modal-switcher-option.active {
  background: #080809;
  color: #fff;
  border-radius: 12px;
}

.form-row {
  display: flex;
  flex-flow: row;
  gap: 8px;
  width: 100%;
}

.form-container {
  display: flex;
  flex-flow: column;
  gap: 48px;
}

.form-row .wpcf7-form-control-wrap input {
  width: 100%;
}

.form-inputs-container {
  display: flex;
  flex-flow: column;
  gap: 12px;
}

.modal-body {
  display: flex;
  flex-flow: column;
  gap: 16px;
}

.popup-input {
  border: none;
  padding: 16px 20px;
  background: #eeeeee;
  border-radius: 20px;
  font-family: Arimo;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-align: left;
}

.form-fullwidth {
  display: flex;
  width: 100%;
}

.form-fullwidth .wpcf7-form-control-wrap {
  width: 100%;
}

.popup-textarea {
  width: 100%;
  height: 75px;
}

.bottom-inputs {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

.wpcf7-spinner {
  display: none;
}

.bottom-inputs input[type="checkbox"] {
  height: 24px;
  width: 24px;
  border-radius: 8px;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-list-item-label {
  font-family: Arimo;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.6px;
  text-align: left;
}

.t2-med {
  font-family: Arimo;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.6px;
  text-align: left;
}

.checkbox-input {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #080809;
  border-radius: 8px;
}

.checkbox-container {
  display: flex;
  flex-flow: row;
  gap: 8px;
  align-items: center;
}

.checkbox-input.active {
  background: #080809;
}

.wpcf7-submit {
  border: none;
  background: #cbcbcb;
  padding: 16px 24px;
  color: #fff;
  border-radius: 20px;
  pointer-events: none;

  transition: 0.3s ease;
}

.wpcf7-submit.active {
  background: #080809;
  pointer-events: all;
}

.popup-form-item {
  display: none;
}

.popup-form-item.active {
  display: flex;
}

.modal-popup {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
}

.modal-popup.opened {
  opacity: 1;
  pointer-events: all;
  position: fixed;
}

.hidden-input {
  display: none;
}

.bg-dark {
  background: #080809;
}

.menu-item.t1-med .menu-item-link,
.header-logo-container path,
.header-link-item path,
.header-link-item .header-link-text.t2-semi,
.header-link-item {
  transition: 0.3s ease;
}

.news-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.faq-item .item-body {
  /* display: none; */
}

.texting-container {
  display: flex;
  flex-flow: column;
  gap: 16px;
}

.fit-content {
  width: fit-content;
}

.cta-subtext {
  font-family: Arimo;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.8px;
  letter-spacing: -0.02em;
  text-align: center;
}

.cta-texting {
  display: flex;
  flex-flow: column;
  gap: 12px;
  align-items: center;
}

.cta-text {
  display: flex;
  justify-content: center;
  justify-self: center;
}

.p-0-40 {
  padding: 0 40px;
}

.cta-content {
  border-radius: 48px;
  background: url("./images/cta-background.png") center center,
    url("./images/cta-background-2.png") center center;
  background-size: cover, cover;
  background-blend-mode: screen;
  background-repeat: no-repeat;
  display: flex;
  flex-flow: column;
  gap: 48px;
  padding: 88px 0;
  align-items: center;
}

.cta-subtitle {
  width: 65%;
}

.bg-white {
  background: #f5f5f5;
}

.cta-section {
  display: flex;
  flex-flow: column;
  gap: 120px;
}

.faq-texting {
  display: flex;
  flex-flow: column;
  padding-top: 16px;
  gap: 8px;
  align-items: center;
}

.faq-texting a {
  color: #4985be;
  text-decoration: none;
  transition: 0.3s ease;
}

.faq-texting a:hover {
  opacity: 0.8;
}

.font-darkgrey {
  color: #5f5f64;
}

.font-location-item {
  color: #9999a0;
}

.second-mockup-img {
  width: 100%;
  width: 485px;
  transform: translateX(9%);
  /* height: 650px; */
  background: #f5f5f5;
}

.second-section-text-block {
  z-index: 1;
  display: flex;
  flex-flow: column;
  align-self: center;
  padding: 24px;
  border-radius: 16px;
  gap: 16px;
  background: linear-gradient(270deg, #ebebec 0%, rgba(235, 235, 236, 0) 100%);
}

.second-mockup {
  display: flex;
  justify-content: center;
}

.text-block-texting {
  display: flex;
  flex-flow: column;
  gap: 8px;
}

.text-block-texting h4 {
  font-family: Arimo;
  font-size: 24px;
  font-weight: 500;
  line-height: 28.8px;
  letter-spacing: -0.02em;
  text-align: left;

  color: #080809;
}

.text-block-texting p {
  font-family: Arimo;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: -0.01em;
  text-align: left;

  color: #5f5f64;
}

.second-mockup {
  display: flex;
  flex-flow: row;
  justify-content: center;
}

.facetwp-load-more {
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

.img-container {
  width: 100%;
  height: 365px;
  background: #e0e0e2;
  border-radius: 24px;
  margin-bottom: 16px;
}

.reversed-gradient {
  background: linear-gradient(90deg, #ebebec 0%, rgba(235, 235, 236, 0) 100%);
}

.footer-logo-main-container {
  display: flex;
  flex-flow: column;
  gap: 24px;
}

.social-link-container {
  display: flex;
  flex-flow: row;
  gap: 8px;
}

.social-link-item {
  padding: 8px;
  background: #ebebec;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

.social-link-img {
}

.width-80 {
  width: 80%;
}

.scroll-to-explore-container {
  display: flex;
  flex-flow: column;
  gap: 12px;
  align-items: center;
  position: absolute;
  bottom: 56px;
}

.arrow-container {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;

  padding: 16px;
  border-radius: 16px;
  background: #fff;
}

.scroll-to-explore-text {
  font-family: Arimo;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  color: #fff;
}

.pt-200 {
  padding-top: 200px;
}

.pt-120 {
  padding-top: 120px;
}

.latest-news-head {
  display: flex;
  flex-flow: column;
  gap: 12px;
  align-items: center;
  text-align: center;
  width: 700px;
}

.post-content {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
  gap: 72px;
}

.post-content .latest-news-head {
  width: 40%;
}

.post-container {
  max-width: 952px;
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 24px;
  font-family: Arimo;
}

.post-featured-image-container {
  width: 100%;
  height: 480px;
}

.post-featured-image-container img {
  width: 100%;
  height: 100%;
  border-radius: 32px;
  object-fit: cover;
}

.post-texting-content p {
  font-family: Arimo;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.8px;
  text-align: left;
  color: #5f5f64;
}

.post-texting-content h3 {
  font-family: Arimo;
  font-size: 32px;
  font-weight: 500;
  line-height: 38.4px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #080809;
}

.post-texting-content h4 {
  font-family: Arimo;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #080809;
}

.post-texting-content {
  padding: 0 96px;
  text-align: left;
}

textarea {
  resize: none;
}

textarea {
  transform: none;
}

.only-mobile {
  display: none;
}

@media (max-width: 1024px) {
  .only-mobile {
    display: flex;
  }

  .only-pc {
    display: none;
  }
}

a {
  cursor: pointer;
}

.menu-modal {
  display: none;
}

.opened-icon,
.closed-icon {
  display: none;
}

/* editor styles */
.editor-content a {
  color: #4985be;
  text-decoration: none;
}

.editor-content a:hover {
  color: #0f71cc;
}

.editor-content h1 {
  margin-bottom: 32px;
}

.editor-content h2 {
  margin-top: 48px;
  margin-bottom: 32px;
}

.editor-content h3 {
  margin-top: 48px;
  margin-bottom: 32px;
}

.editor-content h4 {
  margin-top: 32px;
  margin-bottom: 16px;
}

.editor-content p {
  margin-bottom: 12px;
}

.editor-content ul,
.editor-content ol {
  margin-bottom: 12px;
  margin-top: 12px;
  padding-left: 14px;
}

.editor-content ul li,
.editor-content ol li {
  margin-bottom: 12px;
}

.editor-content table {
  width: 100%;
  border-radius: 12px;
  outline: 1px solid #e0e0e2;
  overflow: hidden;
  box-sizing: border-box;
}

.editor-content table thead {
  border: none;
}
.editor-content table th,
.editor-content table td {
  padding: 16px;
  border: 1px solid #e0e0e2;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-align: left;
}

.editor-content table th {
  background: #ebebec;
}

.editor-content table td {
  background: #ffffff;
}

/* explore page styles */

.explore-page {
  padding-top: 48px;
  position: relative;
}

.overlay {
  position: absolute;
  bottom: -164px;
  left: 0;
  width: 100%;
  height: 65px;
  z-index: 9;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #f5f5f5 100%);
  pointer-events: none;
}

.explore-page-container {
  display: grid;
  grid-template-columns: 276px 1fr;
  gap: 32px;
  margin: 0 56px;
  justify-items: center;
}

.explore-page-sidebar {
}

.explore-page-content {
  width: 100%;
  min-height: 50vh;
  max-width: 1020px;
}

.explore-page-title.h2 {
  text-align: left;
  margin-bottom: 12px;
  line-height: 120%;
}

.explore-page-title.h2 + p.subtitle {
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
}

.hidden {
  display: none !important;
}

/* sidebar styles */
.explore-sidebar {
  position: fixed;
  top: 0;
  left: 56px;
  width: 100%;
  max-width: 276px;
  z-index: 8;
  height: 100vh;
  overflow-y: auto;

  /* off scrolbar */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

body.admin-bar .explore-sidebar {
  top: 32px;
}

.mobile-sidebar-header {
  display: none;
}

.sidebar-nav {
  padding-top: 128px;
  padding-bottom: 240px;
}

.sidebar-nav__content > ul {
  list-style: none;
  padding: 0;
  padding-top: 24px;
  display: flex;
  flex-flow: column;
  gap: 16px;
}

.sidebar-nav__content ul li .nav-item {
  border-radius: 8px;
  position: relative;
}

.sidebar-nav__content .nav-item a,
.sidebar-nav__content .sub-items a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 26px 6px 8px;
  color: #5f5f64;
  font-weight: 500;
  text-decoration: none;
}

.sidebar-nav__content .nav-item a img {
  width: 24px;
  height: 24px;
}

.sidebar-nav__content .nav-item a svg {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  display: none;
  transition: transform 0.3s ease;
}

.sidebar-nav__content .nav-item a:hover,
.sidebar-nav__content .sub-items a:hover {
  filter: brightness(0.1);
}

.sidebar-nav__content .nav-item.active {
  background-color: #ebebec;
}

.sidebar-nav__content .nav-item.open svg {
  transform: translateY(-50%) rotate(0deg);
}
.sidebar-nav__content .nav-item.has-children svg {
  display: block;
}

.sidebar-nav__content .nav-item.active a,
.sidebar-nav__content .sub-items a.active {
  filter: brightness(0.1);
}

.sidebar-nav__content .sub-items {
  list-style: none;
  padding-left: 36px;
  max-height: 0;
  overflow: hidden;

  transition: max-height 0.3s ease;
}

.sidebar-nav__content .sub-items li a {
  padding: 8px 8px;
}

/* contact us page */
.contact-content {
  max-width: 1144px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.social-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
  list-style: none;
  gap: 8px;
}

.social-list li {
}

.social-list a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  padding: 12px;
  border-radius: 16px;
  background-color: #fff;
  width: 280px;
  min-height: 168px;
}

.icon-wrapper {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-list .icon-wrapper {
  margin-bottom: 32px;
}

.social-list img {
  object-fit: cover;
}

.social-list .h4 {
  color: #080809;
  margin-bottom: 6px;
}

.social-list .subtitle {
  font-size: 14px;
  line-height: 120%;
  color: #9999a0;
}

.contact-block {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  margin-top: 96px;
  border-radius: 32px;
  background-color: #fff;
  padding: 32px;
}

.contact-block-text {
  max-width: 376px;
}

.contact-block-text h3 {
  margin-bottom: 12px;
  text-align: left;
}

.contact-block-text p {
  color: #9999a0;
}

.contact-form-wrapper .form-container {
  gap: 32px;
}

.contact-form-wrapper .popup-input {
  background-color: #f5f5f5;
  border-radius: 16px;
}

.contact-form-wrapper .popup-textarea {
  height: auto;
}

.contact-form-wrapper .bottom-inputs {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-form-wrapper span[data-name="trainer-hidden"] {
  display: none;
}

/* Pricing Page */

.pricing-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-top: 32px;
  margin-bottom: 96px;
}

.pricing-block .modal-switcher {
  width: max-content;
  padding: 4px;
}

.pricing-block .modal-switcher-option {
  padding: 10px 16px;
  cursor: pointer;
}

.pricing-block .popup-form-item {
  width: 100%;
}

.pricing-list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 16px;
  width: 100%;
}

.pricing-list .pricing-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 32px;
  padding: 16px;
  border: 1px solid #ebebec;
  border-radius: 24px;
  width: 100%;
  max-width: 564px;
  background-color: #fff;
}

.pricing-list .pricing-item-header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  padding: 16px;
  padding-bottom: 0;
}

.pricing-list .pricing-item-header .price {
  font-size: 48px;
  font-weight: 600;
  color: #080808;
}

.pricing-list .pricing-item-header .price .t1-med {
  color: #9999a0;
}

.pricing-list .pricing-item-header > .t1-med {
  color: #5f5f64;
}

.pricing-list .pricing-item-header .bage {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #f5f5f5;
  padding: 6px 8px;
  border-radius: 8px;
  color: #5f5f64;
  font-size: 14px;
  font-weight: 500;
}

.btn {
  display: inline-block;
  padding: 16px 20px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn:hover {
  opacity: 0.8;
}

.btn-primary {
  background-color: #080809;
  color: #fff;
}

.pricing-list .btn {
  width: 100%;
}

.pricing-list .pricing-item .pricing-item-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border: 1px solid #ebebec;
  border-radius: 12px;
  gap: 12px;
  padding: 16px;
  height: 100%;
}

.pricing-list .pricing-item-features {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  /* gap: 12px; */
  width: 100%;
}

.pricing-list .pricing-item-features li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
}

.pricing-list .pricing-item-features li .icon-wrapper {
  width: 32px;
  height: 32px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing-list .pricing-item-features li .texting-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
  width: 100%;
  padding: 8px 0;
}

.pricing-list .pricing-item-features li:not(:last-child) .texting-wrapper {
  border-bottom: 1px solid #ebebec;
}

.pricing-list .pricing-item-features li .texting-wrapper .caption {
  color: #9999a0;
}

.pricing-list .pricing-item-features li .texting-wrapper .badge-new {
  background-color: #f5f5f5;
  padding: 4px;
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  background-color: #4985be;
}

.pricing .faq-list {
  background-color: #fff;
  padding: 0 12px;
}

.pricing .faq-item {
  gap: 0;
  border-color: #ebebec;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.pricing .faq-item .item-heading {
  display: flex;
  align-items: center;
}

.pricing .faq-item .item-body .faq-texting {
  align-items: flex-start;
}

.pricing .faq-content .faq-texting a {
  color: #4985be;
  text-decoration: none;
}

/* default page */

.default-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.default-content {
  max-width: 1144px;
  padding: 0 96px;
  margin: 0 auto;
}

.default-head {
  margin-bottom: 56px;
}

.desk-image {
  display: block;
}

.mobile-image {
  display: none;
}

@media (max-width: 1023px) {
  .desk-image {
    display: none;
  }

  .mobile-image {
    display: block;
  }
}

/* update footer */
.footer-body-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.footer-body-list .t2-semi {
  margin-bottom: 8px;
  padding: 0 12px;
}

.footer-body-links-list {
  list-style: none;
  gap: 0;
}

.footer-body-links-list .menu-item {
  background-color: transparent;
}

.footer-body-links-list .menu-item a {
  font-weight: 400;
  padding-top: 4px;
  padding-bottom: 4px;
}

.footer-body-links-list .menu-item a:hover {
  opacity: 0.8;
}

/* LANG SELECT */
.header-lang-select-container {
  display: flex;
  flex-flow: row;
  align-items: center;
  margin-right: 12px;
  position: relative;
}

.header-lang-current {
  display: flex;
  flex-flow: row;
  gap: 4px;
  align-items: center;
  cursor: pointer;
}

.header-lang-current .current-lang {
  font-family: Arimo;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -2%;
  text-align: center;
  color: #9999A0;
  transition: 0.3s ease;
}

.header-lang-current:hover .current-lang {
  color: #fff;
}

.header-lang-current svg path {
  transition: 0.3s ease;
}

.header-lang-current:hover svg path {
  fill: #fff;
}

.header-lang-list::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 21px;
  height: 6px;
  background: white;
  clip-path: path("M10.4712 0C6.05386 0 6.60603 6 0.532173 6H20.4102C14.3364 6 14.8886 0 10.4712 0Z");
}

.header-lang-list {
  position: absolute;
  top: 100%;
  width: fit-content;
  background: #fff;
  border-radius: 12px;
  padding: 6px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
}

.header-lang-list.opened {
  opacity: 1;
  pointer-events: all;
}

.header-lang-list-item {
  display: flex;
  flex-flow: row;
  gap: 6px;
  align-items: center;
  padding: 6px;
  transition: 0.3s ease;
  border-radius: 8px;
  text-decoration: none;
}

.header-lang-list-item:hover {
  background: #EBEBEC;
}

.header-lang-list-item-title {
  font-family: Arimo;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  color: #424245;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

#trp-floater-ls {
  display: none;
}

.header-lang-list-item-flag, .header-flag-image {
  width: 26.67px;
  height: 20px;
  border-radius: 4px;
}

.banking-info {
  width: 100%;
}

.banking-info-body {
  display: flex;
  flex-flow: column;
  gap: 24px;
}

.banking-info-container {
  background: #fff;
  border-radius: 24px;
  display: flex;
  flex-flow: column;
  gap: 32px;
  padding: 20px;
}

.banking-info-badge {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  border-radius: 12px;
  width: fit-content;
  background: #f5f5f5;
}

.banking-info-badge-title {
  font-family: Arimo;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #000;
}

.banking-info-badge-image {
  width: 24px;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
}

.banking-info-text-item {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  width: calc((100% - 16px)/2);
  cursor: pointer;
}

.banking-info-text-block {
  display: flex;
  gap: 16px;
  flex-flow: row;
  flex-wrap: wrap;
}

.banking-info-text-item-text-part {
  display: flex;
  flex-flow: row;
  gap: 4px;
}

.banking-info-text-item-title {
  font-family: Arimo;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #424245;
}

.banking-info-text-item-text {
  font-family: Arimo;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #424245;
}

.banking-content {
  max-width: 1144px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banking-block {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  margin-top: 96px;
  padding: 32px;
  width: 100%;
}

.banking-info-title {
  font-family: Arimo;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #000;
  margin-bottom: 24px;
}

.banking-info-text-item-copy {
  width: 22px;
  height: 22px;
  aspect-ratio: 1;
  display: none;
}

.several-banks {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px;
}

.several-banks .banking-info-badge-title {
  font-family: Arimo;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #7C7C82;
}

.several-banks .banking-info-text-block {
  margin-top: 16px;
}

.banking-several-blocks {
  width: calc((100% - 40px)/2);
  display: flex;
  flex-flow: column;
  gap: 16px;
}

.bank-title {
  font-family: Arimo;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #000;
  width: 75%;
}

@media (max-width: 1024px) {
  .banking-info-text-item-copy {
    display: block;
  }

  .banking-info-text-block {
    display: flex;
    flex-flow: column;
  }

  .banking-info-container {
    gap: 24px;
  }

  .banking-info-text-item {
    width: 100%;
  }

  .several-banks {
    flex-flow: column;
  }

  .banking-several-blocks {
    width: 100%;
  }

  .several-banks .banking-info-text-block {
    margin-top: 8px;
  }
}

.copy-notification {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #1e1e1e;
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 14px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 9999;
}

.tumbler-switcher__block {
  width: 62px;
  height: 32px;
  border-radius: 100px;
  background: #C7C7CC;
  position: relative;
  transition: 0.3s ease;
}

.tumbler-switcher__circle {
  width: auto;
  height: 80%;
  aspect-ratio: 1;
  background: #fff;
  box-shadow: 0px 2.58px 10.33px 0px #00000029;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
  transition: 0.5s ease;
}

.tumbler-switcher__block.active {
  background: #12B28C;
}

.tumbler-switcher__block.active .tumbler-switcher__circle {
  left: 54%;
}

.tumbler-switcher__container {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 24px;
}

.tumbler-switcher p {
  color: #9999A0;
  transition: 0.3s ease;
}

.tumbler-switcher p.active {
  color: #000;
}

.help-support {
  color: #ccc;
  margin-top: -24px;
}

.help-support a, .help-support strong {
  color: #000;
  text-decoration: underline;
}

.explore-page h5 { 
	font-family: Arimo;
	font-weight: 700;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: 0%;
	margin-bottom: 12px;
}

@media (max-width: 1024px) {
  .default-content {
    padding: 0 16px;
  }
}