:root {
	--margin: clamp(3.75rem, 2.1569rem + 6.5359vw, 10rem);
}

.site-info {
	padding: calc(2.625rem - clamp(1.125rem, 1.0061rem + 0.4878vw, 1.5rem)) 0;
	text-align: center;
	background-color: #1A1917;
	color: #fff;
	font-size: 16px;
	line-height: 150%;
}
.site-info .container {
	display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-footer-main {
	background-color: #000;
	padding: clamp(2.5rem, 2.3018rem + 0.8130vw, 3.125rem) 0 clamp(2.5rem, 1.7073rem + 3.2520vw, 5rem);
}

.site-footer-main .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 10%;
}

.site-footer-main .site-branding a {
	display: inline-flex;
}

.site-footer-main .site-branding img {
	max-height: clamp(3.75rem, 3.5518rem + 0.8130vw, 4.375rem);
}

.footer-right-item {
	display: flex;
	flex-direction: column;
	row-gap: clamp(1.5rem, 1.1829rem + 1.3008vw, 2.5rem);
}

.footer-right {
	display: flex;
	align-items: center;
	flex: 1;
	justify-content: space-between;
}

.footer-right-item span {
	font-size: 20px;
	font-weight: 400;
	display: block;
	line-height: normal;
	font-family: 'Algeria', sans-serif;
	color: #fff;
}

.footer-right-item a {
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
	color: #717171;
}

/* /////// header /////// */
.site-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background: rgba(0, 0, 0, 0.70);
	padding: 10px 0;
	transition: 0.3s ease;
}

.site-header.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #E3E3CC;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	transition: 0.3s ease;
}

.site-header.sticky ul#primary-menu {
	color: #000;
}

.site-header .site-branding.black {
	display: none;
}

.site-header.sticky .site-branding.black {
	display: block;
}

.site-header.sticky .site-branding.white {
	display: none;
}

.site-header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.menu-toggle {
	display: none;
	flex-direction: column;
	justify-content: space-around;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.menu-toggle span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 5px;
}

.menu-toggle span:nth-child(2) {
	width: 74%;
}

.site-header.sticky .menu-toggle span {
	background-color: #000;
}

ul#primary-menu {
	justify-content: center;
	column-gap: clamp(1.875rem, -3.1250rem + 5.5556vw, 2.5rem);
}

ul#primary-menu li {
	color: #fff;
	font-size: clamp(1rem, 0.0000rem + 1.1111vw, 1.125rem);
	font-weight: 500;
	line-height: normal;
	transition: 0.3s ease;
}

.site-header.sticky ul#primary-menu li {
	color: #000;
}

ul#primary-menu li:hover,
.site-header.sticky ul#primary-menu li:hover {
	color: #B42109;
	transition: 0.3s ease;
}

.site-header .site-branding img {
	min-width: clamp(10.187rem, 7.7509rem + 9.9941vw, 17.87rem);
}

.site-branding a {
	display: flex;
}

/* ////////first section ////////// */
section.section.first {
	background-image: url(/wp-content/uploads/2024/07/first.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: clamp(7.375rem, 4.4024rem + 12.1951vw, 16.75rem) 0 clamp(3.75rem, 2.9573rem + 3.2520vw, 6.25rem);
	color: #fff;
}
button.openPopupBtn.firstt {
	margin-top: clamp(1.875rem, 0.1707rem + 6.9919vw, 7.25rem);
  }

section.section.first .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

h1.title {
	font-size: clamp(2rem, 1.4451rem + 2.2764vw, 3.75rem);
	font-family: 'Algeria';
	line-height: normal;
	margin-bottom: clamp(1.25rem, 1.0518rem + 0.8130vw, 1.875rem);
}

h2.subtitle {
	font-size: clamp(1.25rem, 1.0518rem + 0.8130vw, 1.875rem);
	font-family: 'Algeria';
	font-weight: 400;
	margin-bottom: 40px;
	line-height: normal;
}

.first-inner {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.10) 100%), rgba(0, 0, 0, 0.80);
	border-radius: clamp(0.937rem, 0.6396rem + 1.2202vw, 1.875rem);
	padding: clamp(1.25rem, 0.8537rem + 1.6260vw, 2.5rem);
	display: flex;
	flex-direction: column;
	row-gap: clamp(1.25rem, 1.0518rem + 0.8130vw, 1.875rem);
}

.first-inner p {
	margin: 0;
	font-size: clamp(1rem, 0.9207rem + 0.3252vw, 1.25rem);
	font-weight: 500;
	line-height: 130%;
	color: #fff;
}

.first-inner span {
	display: block;
	color: #D2D2AF;
	font-family: 'Algeria';
	font-size: clamp(1.25rem, 1.1707rem + 0.3252vw, 1.5rem);
	line-height: 130%;
	text-transform: uppercase;
}

/* /////// second //// */
section.second {
	background-color: #B7B58B;
	padding: 30px 0;
	margin-bottom: var(--margin);
}

section.second .container {
	display: flex;
	align-items: center;
	gap: clamp(1.875rem, 1.0823rem + 3.2520vw, 4.375rem);
	text-align: center;
	padding: 0 clamp(1rem, -5.5793rem + 26.9919vw, 21.75rem);
}

p.sec-p {
	margin: 0;
	font-size: clamp(1rem, 0.9207rem + 0.3252vw, 1.25rem);
	font-weight: 500;
	line-height: 150%;
	color: #000;
}

/* ////// about ////// */
section.about {
	margin: 0 0 var(--margin);
}

section.about .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: clamp(1rem, 0.1280rem + 3.5772vw, 3.75rem);
}

h2.block-title {
	color: #000;
	font-family: "Algeria";
	font-size: clamp(2rem, 1.7622rem + 0.9756vw, 2.75rem);
	font-weight: 400;
	line-height: normal;
}

.about-inner {
	display: flex;
	flex-direction: column;
	row-gap: clamp(1.25rem, 1.0518rem + 0.8130vw, 1.875rem);
	flex: 1;
}

p.about-desc {
	margin: 0;
	font-size: clamp(1rem, 0.9604rem + 0.1626vw, 1.125rem);
	line-height: 160%;
}

p.about-subtitle {
	color: #000;
	font-family: "Algeria";
	font-size: 20px;
	font-weight: 400;
	line-height: 140%;
}

.about-inner img {
	border-radius: clamp(0.625rem, 0.0305rem + 2.4390vw, 2.5rem);
}

/* /////// list ////// */
section.list {
	margin-bottom: var(--margin);
}

section.list .container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

h2.block-title.list-title {
	margin-bottom: clamp(1.25rem, 1.0518rem + 0.8130vw, 1.875rem);
}

span.list-subtitle {
	display: block;
	margin-bottom: clamp(1.25rem, 0.6555rem + 2.4390vw, 3.125rem);
	font-family: 'Algeria';
	font-size: clamp(1.5rem, 1.3811rem + 0.4878vw, 1.875rem);
	line-height: normal;
	font-weight: 400;
	color: #96170D;
}

.list-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(1.25rem, 1.0518rem + 0.8130vw, 1.875rem);
	margin-bottom: 40px;
}

.list-grid-inner {
	border-radius: 12px;
	border: 1px solid #CBCBAC;
	background: #E0E0C7;
	padding: 10px 40px 10px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 20px;
}

p.grid-p {
	margin: 0;
	font-size: clamp(1rem, 0.9207rem + 0.3252vw, 1.25rem);
	font-weight: 600;
	line-height: 160%;
	color: #484848;
}

span.num {
	display: block;
	font-size: clamp(2.5rem, 1.9055rem + 2.4390vw, 4.375rem);
	color: rgba(0, 0, 0, 0.10);
	font-weight: 700;
	line-height: 160%;
}

/* ///// button /// */
button.openPopupBtn {
	font-size: clamp(1.125rem, 1.0854rem + 0.1626vw, 1.25rem);
	color: #fff;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	font-family: 'Algeria';
	padding: clamp(1rem, 0.9207rem + 0.3252vw, 1.25rem) 63px;
	border-radius: 15px;
	background-color: #96170D;
	border: 1px solid #96170D;
	cursor: pointer;
	transition: 0.3s ease;
}

button.openPopupBtn:hover {
	transition: 0.3s ease;
	color: #96170D;
	background-color: transparent;
	transition: 0.3s ease;
}

.list-group {
	display: flex;
	align-items: center;
	max-width: 1080px;
	margin-top: clamp(2.5rem, 2.1037rem + 1.6260vw, 3.75rem);
	gap: clamp(1.875rem, 1.0823rem + 3.2520vw, 4.375rem);
	text-align: center;
}

span.list-span {
	margin-top: clamp(1.25rem, 1.0518rem + 0.8130vw, 1.875rem);
	display: block;
	font-family: 'Algeria';
	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 140%;
}

span.list-span span {
	color: #96170D;
}

/* //// why /// */
h2.block-title.mb,
span.list-subtitle.mb {
	margin-bottom: clamp(1.25rem, 1.0518rem + 0.8130vw, 1.875rem);
}

section.why {
	background-color: #B7B58B;
	margin-bottom: var(--margin);
	padding-top: clamp(3.125rem, 1.7378rem + 5.6911vw, 7.5rem);
}

section.why .container {
	display: flex;
	align-items: flex-end;
}

.why-inner img {
	width: clamp(22.5rem, 17.7439rem + 19.5122vw, 37.5rem);
	max-width: clamp(22.5rem, 17.7439rem + 19.5122vw, 37.5rem);
	display: flex;
}

.why p.about-desc {
	color: #000;
	margin-bottom: clamp(0.875rem, 0.5579rem + 1.3008vw, 1.875rem);
}

.why li:not(:last-child) {
	margin-bottom: clamp(0.875rem, 0.7561rem + 0.4878vw, 1.25rem);
}
.why li {
	color: #000;
}

img.logo-icon {
	max-height: clamp(4.375rem, 3.7805rem + 2.4390vw, 6.25rem);
}

.why-inner:first-child {
	margin-bottom: clamp(1.875rem, 1.4787rem + 1.6260vw, 3.125rem);
}

/* ////// what //// */
section.what {
	margin-bottom: clamp(1.875rem, -0.3049rem + 8.9431vw, 8.75rem);
}

section.what .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: clamp(1.875rem, -0.3049rem + 8.9431vw, 8.75rem);
}

p.why-desc {
	max-width: 660px;
	margin-bottom: clamp(1.875rem, 1.6768rem + 0.8130vw, 2.5rem);
	font-size: clamp(1rem, 0.9207rem + 0.3252vw, 1.25rem);
	font-weight: 400;
	line-height: 160%;
}

.what-inner.bg {
	border-radius: 12px;
	border: 1px solid #CBCBAC;
	background: #E0E0C7;
	padding: 30px;
}

span.what-span-title {
	display: block;
	font-size: 24px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 20px;
	font-family: 'Algeria';
}

.what-inner.bg li {
	color: #717171;
	font-size: clamp(1rem, 0.9604rem + 0.1626vw, 1.125rem);
	font-weight: 400;
	line-height: 160%;
	margin-bottom: clamp(1rem, 0.9604rem + 0.1626vw, 1.125rem);
}

.what-inner.bg li:last-child {
	margin-bottom: 0;
}

/* ////// video //// */
section.video {
	padding: clamp(3.125rem, 1.7378rem + 5.6911vw, 7.5rem) 0;
	background-color: #B7B58B;
	display: flex;
	justify-content: center;
	text-align: center;
	margin-bottom: var(--margin);
	position: relative;
	overflow: hidden;
}

.videogrid {
	padding-left: clamp(1rem, -1.1348rem + 8.7582vw, 9.375rem);
	padding-right: clamp(1rem, -1.1348rem + 8.7582vw, 9.375rem);
	max-width: 1920px;
  }

.videogrid .video-item {
	position: relative;
	overflow: hidden;
	max-height: 533px;
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	height: fit-content;
}

.videogrid .video-item video {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 12px;
}

.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	background: url('/wp-content/uploads/2024/07/play.svg') no-repeat center center;
	background-size: contain;
	cursor: pointer;
	z-index: 10;
}

/* //// rulles //// */
section.rulles {
	display: flex;
	justify-content: center;
	margin-bottom: var(--margin);
}

section.rulles h2.block-title.list-title,
section.rulles span.list-subtitle {
	text-align: center;
}

.list-grid.rulles {
	grid-template-columns: repeat(4, 1fr);
	margin-bottom: 30px;
}

p.rulles-desc {
	max-width: 770px;
	margin: 0 auto;
	text-align: center;
	line-height: 160%;
}

/* ///// program /// */
section.program {
	margin-bottom: var(--margin);
	text-align: center;
}

.program-list {
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	row-gap: clamp(1.25rem, 1.0518rem + 0.8130vw, 1.875rem);
}

.program-list-inner {
	border-radius: 12px;
	border: 1px solid #CBCBAC;
	background: #E0E0C7;
	padding: 30px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

span.prog-list-title {
	margin-bottom: clamp(1.125rem, 1.0854rem + 0.1626vw, 1.25rem);
	display: block;
	font-family: 'Algeria';
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
	color: #B42109;
}

span.prog-list-title span {
	color: #000;
}

p.prog-list-desc {
	max-width: 662px;
	font-size: 16px;
	line-height: 160%;
}
/* ///// photo ///// */ 
section.photo,
section.trainer {
	text-align: center;
	margin-bottom: var(--margin);
  }
  .grid-photo {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
	margin: 0 auto;
  max-width: 1280px;
  position: relative;
  overflow: hidden;
  }
  .grid-photo img {
	border-radius: 15px;
  }
  /* //// trainers /// */

  .trainers {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 30px;
  }
  img.trainer-img {
	max-width: 44.5%;
	border-radius: 12px 0 0 12px;
  }
  .trainer-inner {
	display: flex;
	flex: 1;
	border-radius: 12px;
  border: 1px solid #CBCBAC;
  background: #E0E0C7;
  }
  .trainer-content {
	padding: 24px;
	text-align: left;
  }
  span.firm {
	color: #B42109;
	font-family: 'Algeria';
	font-size: clamp(0.938rem, 0.8993rem + 0.1587vw, 1.06rem);
	line-height: normal;
	margin-bottom: clamp(1.25rem, 1.0518rem + 0.8130vw, 1.875rem);
	display: block;
  }
  h3.trainer-title {
	color: #000;
	font-size: clamp(1.06rem, 0.9998rem + 0.2472vw, 1.25rem);
	font-family: 'Algeria';
	margin-bottom: clamp(1.125rem, 1.0854rem + 0.1626vw, 1.25rem);
  }
  p.trainer-desc {
	font-size: 16px;
	line-height: 160%;
  }
  .viva .trainer-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
  }
  .viva span.firm {
	position: absolute;
	top: 24px;
	left: 24px;
  }
  a.tr-a {
	font-size: clamp(1rem, 0.9207rem + 0.3252vw, 1.25rem);
	font-family: 'Algeria';
	color: #000;
	display: inline-block;
	line-height: normal;
  }
  a.tr-a.posts {
	color: #96170D;
  }
  .trainer-footer {
	display: flex;
	align-items: center;
	column-gap: 38px;
	margin-top: clamp(1.625rem, 1.4268rem + 0.8130vw, 2.25rem); 
  }
  /* ////// accordion //// */
  section.faq {
	text-align: center;
	margin-bottom: var(--margin);
  }
  .accordion {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
	text-align: left;
}

.accordion-item {
    border: 1px solid #CBCBAC;
	background: #E0E0C7;
    margin-bottom: 10px;
    border-radius: 12px;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    background-color: #E0E0C7;
    border-radius: 12px;
	column-gap: 20px;
}

.accordion-header h3 {
	margin: 0;
	font-size: clamp(1.125rem, 1.0854rem + 0.1626vw, 1.25rem);
	color: #000;
}

.accordion-content {
    padding: 0 20px 20px;
    display: none;
}

.chevron {
	display: flex;
	align-items: center; 
}

.chevron.rotate {
    transform: rotate(180deg);
}
/* ////////// slider ///// */
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
border-radius: 15px;
    /* Центрирование изображений */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
section.photo .container {
	position: relative;
  }
  section.photo .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: -35px;
  }
  span.swiper-pagination-bullet {
	background-color: #fff;
	width: 10px;
	height: 10px;
	opacity: 1;
  }
  span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #B42109;
	width: 25px;
	border-radius: 7px;
  }
  .video-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
	position: absolute;
	bottom: 12px;
  } 
  .popup-menu {
    display: none; /* Скрываем попап по умолчанию */
}

.popup-menu.open {
    display: block; /* Показываем попап, когда добавлен класс 'open' */
}

/* //////// */
.language-switcher {
    position: relative;
    display: inline-block;
}

.current-language {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.current-language span {
    margin-right: 7px;
    color: #D9D9BF;
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
	transition: 0.3s ease;
}
.current-language svg.lang path {
	transition: 0.3s ease;
}
.site-header.sticky .current-language span {
	color: #000;
	transition: 0.3s ease;
}
.current-language:hover span,
.site-header.sticky .current-language:hover span {
	color: #96170D;
	transition: 0.3s ease; 
}
.site-header.sticky .current-language svg.lang path {
	fill: #000;
	transition: 0.3s ease;
}
.current-language:hover svg.lang path, 
.site-header.sticky .current-language:hover svg.lang path {
	fill: #96170D;
	transition: 0.3s ease;
}

.language-menu {
    display: none;
    position: absolute;
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
    background: #B7B58B;
    box-shadow: 0px 4px 21px 0px rgba(191, 184, 130, 0.40);
    padding: 30px;
    border-radius: 4px;
    z-index: 1000;
    transition: all 0.3s ease;
    white-space: nowrap; /* Добавлено, чтобы предотвратить перенос текста */
}

.language-menu a,
.language-menu .active {
    display: block;
  color: #000;
  text-decoration: none;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 30px;
}
.language-menu :last-child {
	margin-bottom: 0;
}

.language-menu a:hover,
.language-menu .active {
    color: #96170D;
}
.swiper-wrapper {
	align-items: baseline!important;
}

.mobile-language-switcher {
	display: flex;
	justify-content: flex-end;
	margin-top: 150px;
	column-gap: 24px;
  }

  .mobile-language-switcher a, .mobile-language-switcher .active {
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 120%;
  }

.mobile-language-switcher .active {
    color: #B42109;
} 
.page-id-122 main#primary,
.page-id-213 main#primary,
.page-id-215 main#primary,
.page-id-214 main#primary {
	padding-top: clamp(5.625rem, 4.2378rem + 5.6911vw, 10rem);
	margin-bottom: var(--margin);
  }
  h1.entry-title {
	margin-bottom: clamp(1.25rem, 0.6555rem + 2.4390vw, 3.125rem);
	font-family: 'Algeria';
	color: #000;
	font-size: clamp(1.5rem, 1.1037rem + 1.6260vw, 2.75rem);
	line-height: 140%;
  }
  article h2 {
font-size: clamp(1.25rem, 1.0518rem + 0.8130vw, 1.875rem);
font-family: 'Algeria';
  line-height: normal;
  color: #000;
  margin-bottom: 20px;
  }
  article p:nth-child(10) {
	margin-bottom: 14px;
  }
  article p,
  article li {
	color: #717171 !important;
	font-size: clamp(1rem, 0.9604rem + 0.1626vw, 1.125rem);
	line-height: 160%;
  }
  article p, article ul {
	margin-bottom: clamp(2.5rem, 2.3018rem + 0.8130vw, 3.125rem);
  }


/* ////////// */

@media (1440px <= width <= 1520px) {
	.videogrid .video-item {
		max-height: 413px;
	}
	.videogrid {
		max-width: 1512px;
	}
	section.trainer .container {
		padding-left: 114px;
		padding-right: 114px;
	  }
	  span.firm {
		margin-bottom: 13px;
	  }
	  h3.trainer-title {
		font-size: 16px;
		margin-bottom: 12px;
	  }
	  p.trainer-desc {
		font-size: 14px;
		line-height: 140%;
	  }
	  a.tr-a {
		font-size: 16px;
	  }
	  .trainer-content {
		padding: 20px;
	  }
}

@media screen and (max-width: 1281px) {
	.language-switcher {
		display: none;
	}

	.menu-toggle {
		display: flex;
		align-items: flex-end;
	}

	nav#site-navigation {
		display: flex;
		justify-content: flex-end;
	}

	.switcher {
		display: none;
	}

	.main-navigation.toggled {
		display: block;
	}
}
.language-switcher-mob {
	display: none;
}

@media screen and (max-width:780px) {
	.language-switcher-mob .current-language:hover svg.lang path, 
	.language-switcher-mob .site-header.sticky .current-language:hover svg.lang path {
		fill: #D9D9BF;
		transition: 0.3s ease;
	  }
	.language-switcher-mob .current-language:hover span, 
	.language-switcher-mob .site-header.sticky .current-language:hover span {
		color: #D9D9BF; 
		transition: 0.3s ease;
	  }
	.language-switcher-mob .language-menu a, .language-menu .active {
		font-size: 20px;
		margin-bottom: 20px;
		color: #fff;
	}
	.language-switcher-mob .language-menu a:hover, .language-switcher-mob .language-menu .active {
		color: #D9D9BF;
	  }
	.language-switcher-mob .language-menu {
		padding: 14px;
		transform: translateX(-51%);
		left: 76%;
		top: 50px;
		background: #060606;
		box-shadow: none;
	  }
	.language-switcher-mob {
		display: block;
		margin-right: 30px;
	}
	.videogrid {
		padding: 0;
	}
	section.video .container {
		overflow-x: hidden;
		position: relative;
	}
	.videogrid .video-item {
		width: 100% !important;
		max-height: 640px;
	  }
	.popup-content img {
		display: none;
	}
	#thankYouPopup .popup-content img {
		display: block; 
	}
	h2.p-t {
		max-width: 80%;
	  }
	.popup-content {
		flex-direction: column;
	  }
	.site-info .container {
		flex-direction: column;
		row-gap: 24px;
	  }
	.trainer-footer {
		justify-content: space-between;
	}
	.viva span.firm {
		position: static;
	  }
	.trainer-content {
		padding: 0 20px 30px;
	  }
	img.trainer-img {
		max-width: 100%;
		border-radius: 12px 12px 0 0;
	  }
	.trainers,
	.trainer-inner {
		flex-direction: column;
		row-gap: 20px;
	  }
	.what-inner.bg {
		padding: 30px 16px;
	}

	.why-inner img {
		width: 100%;
	}

	button.openPopupBtn {
		width: 100%;
	}

	span.list-span {
		margin: clamp(1.25rem, 1.0518rem + 0.8130vw, 1.875rem) auto 0;
		max-width: 300px;
	}
	section#rev {
		margin-top: 0 !important;
	  }

	h2.block-title.list-title {
		text-align: center;
		max-width: 343px;
		margin: 0 auto clamp(1.25rem, 1.0518rem + 0.8130vw, 1.875rem);
	}

	.list-grid,
	.list-grid.rulles { 
		grid-template-columns: repeat(1, 1fr);
	}

	span.num {
		line-height: 100%;
	}

	.list-grid-inner {
		padding: 20px;
		flex-direction: column-reverse;
		align-items: flex-start;
		row-gap: 14px;
	}

	p.about-subtitle {
		max-width: 254px;
	}

	section.about .container {
		flex-direction: column;
		row-gap: 20px;
	}

	section.second .container,
	.list-group,
	section.why .container,
	section.what .container {
		flex-direction: column;
	}

	h1.title {
		max-width: 343px;

	}

	span.copyright {
		max-width: 326px;
		display: block;
		margin: 0 auto;
	}

	.footer-right,
	.site-footer-main .container {
		flex-direction: column;
		align-items: flex-start;
		row-gap: 40px;
	}
}