html,
applet,
object,
iframe,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
  font-family: "Matahari Regular", sans-serif;
}

body.overflow {
  overflow: hidden;
}

a {
  text-decoration: none;
}

ul {
	list-style-position: inside;
}

.services-item.services-item-main ol,
.services-item.services-item-main ul,
header ul,
.corporate-trainings-cost-left ul,
.corporate-trainings-cost-right ul{
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.black-layout {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.62);
}

.container {
  margin: 0 auto;
  max-width: 1260px;
}

.btn {
  display: block;
  width: max-content;
  padding: 13px 33px;
  font-family: "Matahari ExtraBold", sans-serif;
  text-transform: uppercase;
  color: #000;
  background-color: #FFD400;
  border: 2px solid #FFD400;
  font-size: 13px;
  line-height: 12px;
  transition: 0.3s;
}

.btn:hover {
  border-color: #000;
  background-color: #000;
  color: #FFD400;
}

.btn.btn-black-transparent {
  border-color: #000;
}

.btn.btn-white {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}

.btn.btn-white:hover {
  background-color: #FFD400;
  border-color: #FFD400;
  color: #000;
}

.btn.btn-fullblack {
  border-color: #000;
  background-color: #000;
  color: #FFD400;
}

.btn.btn-fullblack:hover {
  background-color: #FFD400;
  color: #000;
}

.language-switcher,
.lang {
  color: #fff;
  position: relative;
}

.lang-current {
  position: relative;
  cursor: pointer;
}

.lang-current::after {
  content: '';
  display: block;
  width: 9px;
  height: 5px;
  position: absolute;
  right: -15px;
  top: 4px;
  background: url('../img/dropdown.svg') no-repeat right center;
  -webkit-transition: all .27s ease-in-out;
  -o-transition: all .27s ease-in-out;
  transition: all .27s ease-in-out;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.lang-current.click::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.langs-list {
  display: none;
  position: absolute;
  top: 20px;
  left: -3px;
  background: #FFFFFF;
  box-shadow: 0px 2px 13px rgb(221 221 221);
  padding: 10px;
  width: 100%;
  z-index: 9;
}

.langs-list-item {
  margin-bottom: 10px;
}

.langs-list-item a,
.langs-list-item span {
  color: #1D1D1D;
	cursor: pointer;
}

.langs-list-item:last-child {
  margin-bottom: 0;
}

@font-face {
  font-family: "Helvetica Medium";
  src: url("../fonts/HelveticaNeueCyr-Medium.ttf");
}

@font-face {
  font-family: "Matahari Regular";
  src: url("../fonts/Matahari-400Regular.ttf");
}

@font-face {
  font-family: "Matahari SemiBold";
  src: url("../fonts/Matahari-600SemiBold.ttf");
}

@font-face {
  font-family: "Matahari Bold";
  src: url("../fonts/Matahari-700Bold.ttf");
}

@font-face {
  font-family: "Matahari ExtraBold";
  src: url("../fonts/Matahari-800ExtraBold.ttf");
}

@font-face {
  font-family: "Matahari Black";
  src: url("../fonts/Matahari-900Black.ttf");
}

.modal-feedback form {
  width: 100%;
  gap: 20px;
  display: flex;
  flex-direction: row;
}

.modal-feedback .modal-form-wrapper {
  display: flex;
  flex-direction: column;
}

.modal-feedback textarea {
  background-color: #FFD400;
  font-size: 14px;
  resize: none;
  color: #1D1D1D;
  margin-bottom: 10px;
  border: 1px solid #1D1D1D;
  padding: 10px;
  height: 110px;
}

.modal-feedback textarea::placeholder {
  color: #1D1D1D;
}

.modal-feedback textarea:focus {
  outline: none;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.modal.active {
  opacity: 1;
  visibility: visible;
  z-index: 11;
}

.modal-wrapper {
  position: relative;
  z-index: 22;
  background-color: #FFD400;
  padding: 36px 30px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal-title {
  font-size: 24px;
  font-family: "Matahari ExtraBold", sans-serif;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.modal-form {
  display: flex;
  flex-direction: column;
  width: 210px;
}

.modal-want .modal-form {
	width: 500px;
}

.modal-want .modal-accept-wrapper .modal-label {
	margin-top: 25px;
}

.want-form-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px 5%;
	align-items: center;
}

.want-form-wrapper .btn {
	    width: auto !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.want-form-wrapper a {
	color: #000;
	display: block;
	margin-bottom: 5px;
}

.want-form-wrapper a:last-child {
	margin-bottom: 0;
}

.modal-form .btn {
  width: 100%;
  cursor: pointer;
}

.modal-input {
  border: 1px solid #1D1D1D;
  padding: 5px 14px;
  line-height: 28px;
  font-size: 14px;
  background-color: transparent;
  margin-bottom: 6px;
}

textarea.modal-input {
  resize: none;
  min-height: 75px;
}

.modal-input::placeholder {
  color: #1D1D1D;
}

.modal-input:focus {
  outline: none;
}

.modal-input-accept {
  width: 0;
  height: 0;
}

/*.modal-input-accept::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}*/

input[type="checkbox"] {
   appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
   position: relative;
   width: 22px;
    height: 22px;
   display: inline-block !important;
	margin-right: 15px;
}
 input[type="checkbox"]::before {
   content: '';
   display: block;
   width: 22px;
    height: 22px;
   border: 1px solid #1D1D1D;
   cursor: pointer;
}
 input[type="checkbox"]:checked::before {
   content: '';
   display: block;
   width: 22px;
    height: 22px;
   border: 1px solid #1D1D1D;
}

 input[type="checkbox"]:checked::after {
   content: '';
   display: block;
   width: 18px;
    height: 18px;
   background-color: #1D1D1D;
	 position: absolute;
top: 3px;
    left: 3px;
}

.modal-close {
  width: 28px;
  height: 28px;
  position: absolute;
  top: -29px;
  right: -29px;
  cursor: pointer;
}

.modal-close::before {
  content: "";
  width: 28px;
  height: 3px;
  background-color: #FFD400;
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 12;
  transform: rotate(45deg);
}

.modal-close::after {
  content: "";
  width: 28px;
  height: 3px;
  background-color: #FFD400;
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 12;
  transform: rotate(-45deg);
}

.modal-label {
  display: flex;
  align-items: center;
  margin: 10px 0 20px;
  cursor: pointer;
	position: relative;
	flex-direction: row-reverse;
    justify-content: flex-end;
}

/*.modal-checkbox-wrapper {
  width: 22px;
  height: 22px;
  background-color: transparent;
  border: 1px solid #1D1D1D;
  margin-right: 10px;
  order: -1;
  position: relative;
	z-index: -1;
}

.modal-checkbox-wrapper::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 18px;
  height: 18px;
  background-color: #1D1D1D;
  display: none;
	
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}*/

.modal-accept-text {
  font-size: 9px;
  line-height: 13px;
}

.modal .modal-input-accept:checked~.modal-checkbox-wrapper::before {
  display: block;
}

.modal-questions .modal-wrapper {
	padding: 36px 43px 48px;
}

header {
	padding-bottom: 104px;
}

.header-cont {
	min-height: 70px;
}

.header {
  padding: 17px 0;
  background: #1D1D1D;
	z-index: 9;
    position: fixed;
    width: 100%;
}

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

.header-inner {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.header-inner>a>img,
.header-inner>span>img{
  width: 29px;
  height: 29px;
}

.header-inner>span {
	cursor: pointer;
}

.header-inner a:not(:last-child),
.header-inner span:not(:last-child){
  margin-right: 15px;
}

.header-phone-link {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: "Helvetica Medium", sans-serif;
}

.header-wrapper>ul {
  display: flex;
  align-items: center;
  margin: 0 70px 0 50px;
  gap: 40px;
}

.header-wrapper ul li a {
  font-family: "Matahari Bold", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 5px;
}

/*.header-wrapper ul .sub-menu {
  display: none;
  background: #1D1D1D;
  border: 1px solid #FAFAFA;
  border-radius: 3px;
  position: absolute;
  top: 30px;
  left: 0;
  margin: 0;
  z-index: 999;
  width: 200%;
  padding: 8px 15px;
}*/

.header-wrapper ul .sub-menu {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
  transition: ease-in-out all 0.5s;
  -webkit-transition: ease-in-out all 0.5s;
  border-radius: 3px;
  background: #1D1D1D;
}

/*.header-wrapper ul .sub-menu::before {
  content: '';
  display: block;
  width: 50%;
  height: 200%;
  position: absolute;
  top: -100%;
  left: 0;
  z-index: -1;
}*/

.header-wrapper ul .sub-menu li {
  min-width: 260px;
}

.header-wrapper>ul>li.menu-item-has-children:hover ul {
  opacity: 1;
  top: 375%;
  visibility: visible;
  z-index: 999999;
}

.header-wrapper ul .sub-menu li a {
  display: block;
  padding: 10px;
}

.header-wrapper>ul>li.menu-item-has-children {
  position: relative;
  padding-right: 20px;
}

.header-wrapper>ul>li.menu-item-has-children::after,
.header-mobile-menu>ul>li.menu-item-has-children>a::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 5px;
  top: 3px;
  background: url('../img/dropdown.svg') no-repeat right center;
  -webkit-transition: all .27s ease-in-out;
  -o-transition: all .27s ease-in-out;
  transition: all .27s ease-in-out;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.header-mobile-menu>ul>li.menu-item-has-children>a::after {
  right: -15px;
  top: 3px;
}

.header-wrapper>ul>li,
.header-mobile-menu>ul>li>a {
  position: relative;
}

.header-wrapper ul li:hover>a,
.header-wrapper ul li.current-menu-item > a{
  color: #FFD400;
  border-bottom: 2px solid #FFD400;
}

.header-wrapper ul li .sub-menu li:hover>a {
  color: #000000;
  background: #FFD400;
  border-bottom: 0;
}

.header-wrapper>ul>li:hover::after,
.header-mobile-menu>ul>li.menu-item-has-children>a.click::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

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

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

.home section,
.home .main-bottom
{
	overflow-x: hidden;
}

.section-main,
.section-workout-main {
  min-height: 81vh;
  position: relative;
  overflow: hidden;
}

.section-workout-main {
  background-image: url("../img/main-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.main-left.mobile-block,
.main-left.tablet-block{
	display: none;
}

.main-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 2.1fr 1.15fr;
  height: 81vh;
}

.section-main .main-left.desk {
	display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.section-main .main-left-wrapper {
	width: calc(64.7vw - ((100vw - 1260px) / 2));
    margin-left: auto;
    margin-right: 0px;
}

.section-main .main-left-wrapper h1 {
	padding-right: 50px;
}

.section-workout-main .main-wrapper {
  width: 100%;
  margin: 0;
  align-items: flex-end;
}

.main-left {
  padding: 0 0 50px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.section-workout-main .main-wrapper .main-left {
  padding: 0 0 70px 0;
}

.main-right {
  display: flex;
  flex-direction: column;
}

.section-workout-main .main-wrapper .main-right {
  text-align: right;
  padding-bottom: 140px;
}

.main-right .main-content {
  padding: 0 0 50px 45px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-basis: 50%;
}

.main-right .main-content:first-child {
  background-color: rgba(29, 29, 29, 0.95);
}

.main-right .main-content:last-child {
  background-color: rgba(255, 212, 0, 0.95);
}

.main-subtitle {
  font-size: 16px;
  font-family: "Matahari SemiBold", sans-serif;
  margin-bottom: 20px;
  color: #fff;
}

.main-left .main-subtitle {
  -webkit-animation: slide-in-blurred-left 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
  animation: slide-in-blurred-left 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}

.single-clubs .main-left .main-subtitle {
	font-size: 24px;
}

.main-subtitle.main-subtitle-black {
  color: #1D1D1D;
}

.main-subtitle.main-subtitle-gray {
  color: #A8A8A8;
}

.main-title {
  font-size: 36px;
  color: #fff;
  font-family: "Matahari ExtraBold", sans-serif;
  margin-bottom: 30px;
  text-transform: uppercase;
  -webkit-animation: swing-in-top-bck 3.6s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
  animation: swing-in-top-bck 3.6s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
  animation-delay: 1.5s;
}

.section-workout-main .main-title {
  font-size: 48px;
  line-height: 48px;
}

.main-title--small {
  font-size: 21px;
  color: #fff;
  font-family: "Matahari ExtraBold", sans-serif;
  margin-bottom: 20px;
}

.main-title--small.main-title--small-black {
  color: #000;
}

.main-btns-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.main-left .main-btns-wrapper {
  -webkit-animation: fade-in-top 1.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: fade-in-top 1.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation-delay: 2.5s;
}

.main-bottom {
  position: relative;
  z-index: 1;
  background-color: #1D1D1D;
  padding: 24px 0;
}

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

.main-bottom-scroll {
  color: #fff;
  font-size: 12px;
  font-family: "Matahari SemiBold", sans-serif;
}

.main-bottom-scroll span img {
  transform: rotate(180deg);
  margin-left: 4px;
  margin-bottom: 1px;
}

.main-bottom-social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-bottom-social img {
  max-width: 31px;
}

.section-about,
.section-workout-about {
  background: #FFD400;
}

#about-dark {
	background: #1D1D1D !important;
}

#about-dark .about-title,
#about-dark .about-text p {
	color: #fff !important;
}

.about-wrapper {
  display: grid;
  grid-template-columns: 2fr 1.56fr;
  grid-gap: 50px;
  padding: 60px 0;
}

.about-wrapper.pro-nas {
  display: block;
}

.about-left-pro-nas .about-text h1,
.about-left-pro-nas .about-text h2,
.about-left-pro-nas .about-text h3,
.about-left-pro-nas .about-text h4,
.about-left-pro-nas .about-text h5,
.about-left-pro-nas .about-text h6 {
  font-family: "Matahari Black", sans-serif;
  font-size: 48px;
  line-height: 43px;
  text-transform: uppercase;
  color: #1D1D1D;
  margin-bottom: 15px;
}

.about-left-pro-nas .about-text .alignright {
  float: right;
  padding-left: 40px;
}

.about-left-pro-nas .about-text .alignleft {
  float: left;
  padding-right: 40px;
}

.about-left {
  opacity: 0;
}

.about-left.animate {
  -webkit-animation: scale-in-left 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: scale-in-left 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  opacity: 1;
}

.about-bottom {
  background: #1D1D1D;
  padding: 60px 0 40px;
}

.about-bottom-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
}

.about-bottom-title {
  color: #FFD400;
  font-size: 18px;
  font-family: "Matahari Bold", sans-serif;
  margin-bottom: 15px;
}

.about-bottom-text {
  color: #D8D8D8;
  font-size: 14px;
  line-height: 23px;
  max-width: 345px;
}

.about-title {
  font-size: 48px;
  font-family: "Matahari ExtraBold", sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.single-about-title {
  font-size: 36px;
  line-height: 43px;
}

.about-text {
  color: #2D2D2D;
  font-size: 14px;
  line-height: 26px;
  font-family: "Matahari Regular", sans-serif;
  margin-bottom: 30px;
}

.about-text p {
  margin-bottom: 25px;
}

.about-text p:last-child {
  margin-bottom: 0;
}

.about-right {
  position: relative;
  opacity: 0;
	min-height: 320px;
	height: min-content;
}

.about-right.animate {
  -webkit-animation: scale-in-right .9s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: scale-in-right .9s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  opacity: 1;
}

.about-img-1 {
  width: 440px;
  height: 270px;
  position: absolute;
  right: 0;
}

.about-img-2 {
  width: 280px;
  height: 172px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.section-services {
  padding: 60px 0;
}

.section-services.dark {
  background: #151515;
}

.services-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 22px;
  margin-bottom: 22px;
}

.services-item {
  position: relative;
  height: 255px;
  padding: 45px 60px 45px 61px;
  background-image: url("../img/service-front.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}


.clubs .services-item {
	justify-content: flex-end;
    align-items: flex-start;
}

.services-item.zoom {
  background-size: 100% 100%;
  overflow: hidden;
  transition: background-size .8s ease-in;
  -moz-transition: background-size .8s ease-in;
  -web-kit-transition: background-size .8s ease-in
}

.services-item.zoom:hover {
  background-size: 110% 110%
}

.services-item.animate {
  -webkit-animation: flip-in-diag-2-tl 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: flip-in-diag-2-tl 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation-delay: .5s;
  opacity: 1;
}

.services-item-title {
  font-size: 32px;
  font-family: "Matahari ExtraBold", sans-serif;
  margin-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
	text-align: center;
}

.services-item-bg {
  position: absolute;
  bottom: 15px;
  left: 0;
  z-index: 0;
}

.services-item.services-item-main ul {
  position: relative;
  z-index: 1;
  padding-left: 5px;
}

.services-item.services-item-main p {
  z-index: 1;
  line-height: 130%;
}

.services-item.services-item-main ul li {
  font-size: 14px;
  color: #1D1D1D;
  position: relative;
padding-left: 1.5em;
}

.services-item.services-item-main ul li:not(:last-child) {
  margin-bottom: 25px;
}

.services-item.services-item-main ul li::before {
  content: " ";
  position: absolute;
  top: 1px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #000;
}

.services-item .btn {
  position: relative;
  z-index: 2;
}

.services-item-main {
  background-color: #FFD400;
  background-image: none;
  padding: 45px 40px 45px 60px;
  align-items: unset;
	
}

.services-item-main .services-item-title {
  color: #000;
  margin-bottom: 15px;
	text-align: left;
}

.section-test-traine {
  padding: 45px 0;
  background-color: #FFD400;
}

.test-traine-content {
  opacity: 0;
}

.test-traine-content.animate {
  -webkit-animation: tilt-in-top-2 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: tilt-in-top-2 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation-delay: .5s;
  opacity: 1;
}

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

.test-traine-wrapper a {
  opacity: 0;
}

.test-traine-wrapper a.animate {
  opacity: 1;
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  animation: heartbeat 1.5s ease-in-out infinite both;
}

.test-traine-title {
  text-transform: uppercase;
  font-size: 40px;
  font-family: "Matahari ExtraBold", sans-serif;
  margin-bottom: 20px;
}

.test-traine-text {
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Matahari SemiBold", sans-serif;
}

.section-trainers,
#front-individual-block {
  background: #1D1D1D;
  padding: 50px 0;
  overflow: hidden;
}

#front-individual-block h2 {
	color: #FFD400;
	font-size: 25px;
    font-weight: 600;
}

.trainers-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

.trainers-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
  font-family: "Matahari ExtraBold", sans-serif;
}

.trainers-slider .slick-dots {
  bottom: -40px;
}

.single-workout-pass-item {
  opacity: 0;
}

.single-workout-pass-item.animate:nth-child(even) {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  opacity: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.single-workout-pass-item.animate:nth-child(odd) {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  opacity: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.trainers-slider .slick-dots li,
.single-workout-pass-item-pics .slick-dots li {
  width: 43px;
  height: 8px;
}

.trainers-slider .slick-dots li button,
.single-workout-pass-item-pics .slick-dots li button {
  width: 43px;
  height: 8px;
  position: relative;
  top: -20px;
}

.trainers-slider .slick-dots li button:before,
.single-workout-pass-item-pics .slick-dots li button::before {
  font-family: unset;
  content: "";
  width: 43px;
  height: 8px;
  background-color: #595959;
}

.trainers-slider .slick-dots li.slick-active,
.single-workout-pass-item-pics .slick-dots li.slick-active {
  background-color: #FFD400;
}

.trainers-slider .slick-dots li.slick-active button:before,
.single-workout-pass-item-pics .slick-dots li.slick-active button::before {
  background-color: #FFD400;
}

.trainers-slider .slick-next {
  right: 0px;
  z-index: 999;
}

.trainers-slider .slick-next:before {
  content: url('../img/arrow-next.svg') !important;
  font-family: monospace;
  color: #FFD400;
}

.trainers-slider .slick-prev {
  left: 0px;
  z-index: 999;
}

.trainers-slider .slick-prev:before {
  content: url('../img/arrow-prev.svg') !important;
  font-family: monospace;
  color: #FFD400;
}

.trainers-slider-item {
  display: flex;
  flex-direction: column;
  position: relative;
}

.trainers-slider-item-wrapper {
  width: 270px;
  position: relative;
  margin: 0 auto;
}

.trainers-slider-item-img {
  position: relative;
  z-index: 2;
}

.trainers-slider-item-yellow-bg {
  position: absolute;
  right: 4px;
  bottom: 28px;
  background-color: #FFD400;
  width: 105px;
  height: 289px;
  z-index: 1;
}

.trainers-slider-item-play {
  margin: 0;
  position: absolute;
  bottom: 70px;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0);
  z-index: 9999;
}

.trainers-slider-item-play::before {
  content: '';
  width: 72px;
  height: 72px;
  display: block;
  background: #1D1D1D;
  border-radius: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.trainers-slider-item-play::after {
  content: '';
  width: 80px;
  height: 80px;
  display: block;
  background: rgba(36, 36, 36, 0.58);
  border-radius: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  animation-duration: 2s;
  animation-name: expand;
  animation-iteration-count: infinite;
}

@keyframes expand {
  from {
    width: 100px;
    height: 100px;
  }

  50% {
    width: 115px;
    height: 115px;
  }

  to {
    width: 100px;
    height: 100px;
  }
}

.trainers-slider-item-play img {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  width: 22px;
}

.trainers-slider-item-title {
  margin-top: 16px;
  color: #fff;
  font-size: 16px;
  font-family: "Matahari SemiBold", sans-serif;
  text-align: center;
	text-transform: uppercase;
}

.section-events {
  padding: 50px 0;
  background-color: #FFD400;
}

.events-header {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  justify-content: space-between;
}

.events-title {
  color: #000;
  font-size: 40px;
  font-family: "Matahari ExtraBold", sans-serif;
  text-transform: uppercase;
}

.events-all-events a {
  text-decoration: underline;
  font-size: 12px;
  color: #000;
  font-family: "Matahari SemiBold", sans-serif;
}

.events-slider .slick-dots {
  bottom: -40px;
}

.events-slider .slick-dots li {
  width: 43px;
  height: 8px;
}

.events-slider .slick-dots li button {
  width: 43px;
  height: 8px;
  position: relative;
  top: -20px;
}

.events-slider .slick-dots li button:before {
  font-family: unset;
  content: "";
  width: 43px;
  height: 8px;
  background-color: #595959;
}

.events-slider .slick-dots li.slick-active {
  background-color: #1D1D1D;
}

.events-slider .slick-dots li.slick-active button:before {
  background-color: #1D1D1D;
}

.events-slider-item {
  position: relative;
  margin: 0 13px;
}

.events-slider-item img {
  margin: 0 auto;
  width: 100%;
	height: 400px;
}

.events-slider-item-text {
  padding: 20px 40px;
  background: #1D1D1D;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 20px;
  font-family: "Matahari Bold", sans-serif;
}

.section-reviews {
  padding: 50px 0;
  position: relative;
  background-color: #1D1D1D;
}

.section-reviews .reviews-wrapper-bg-img {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  right: 0;
  max-width: 55%;
}

.reviews-slider {
  position: relative;
  z-index: 2;
  max-width: 607px;
}

.reviews-slider .slick-next {
  width: max-content;
  z-index: 55;
  right: 24px;
  top: -40px;
}

.reviews-slider .slick-next:before {
  content: url('../img/arrow-next.svg');
  font-family: monospace;
  color: #FFD400;
  padding: 0px 15px 5px 16px;
  border: 1px solid #FFD400;
  font-size: 24px;
}

.reviews-slider .slick-prev {
  width: max-content;
  left: unset;
  z-index: 55;
  right: 73px;
  top: -40px;
}

.reviews-slider .slick-prev:before {
  content: url('../img/arrow-prev.svg');
  font-family: monospace;
  color: #FFD400;
  font-size: 24px;
  padding: 0px 15px 5px 16px;
  border: 1px solid #FFD400;
}

.reviews-slider .slick-dots {
  bottom: -40px;
}

.reviews-slider .slick-dots li {
  width: 43px;
  height: 8px;
}

.reviews-slider .slick-dots li button {
  width: 43px;
  height: 8px;
  position: relative;
  top: -20px;
}

.reviews-slider .slick-dots li button:before {
  font-family: unset;
  content: "";
  width: 43px;
  height: 8px;
  background-color: #595959;
}

.reviews-slider .slick-dots li.slick-active {
  background-color: #FFD400;
}

.reviews-slider .slick-dots li.slick-active button:before {
  background-color: #FFD400;
}

.reviews-title {
  color: #fff;
  font-size: 40px;
  font-family: "Matahari ExtraBold", sans-serif;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.reviews-content-wrapper {
  display: flex;
  align-items: center;
}

.reviews-item-right {
  max-width: 607px;
}

.reviews-item-right .btn {
	margin-left: 10px;
}

.reviews-item-left {
  margin-right: 140px;
  position: relative;
}

.reviews-item-left iframe {
  width: 366px;
  height: 427px;
}

.reviews-item-left .trainers-slider-item-play {
  bottom: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}

.reviews-item-left>img {
  width: 100%;
}

.reviews-item-content {
  border: 1px solid #FFD400;
  padding: 40px 50px;
  display: flex;
  align-items: center;
  margin: 0 10px;
  margin-bottom: 35px;
	height: min-content;
}

.reviews-item-content-user {
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.reviews-item-content-user img {
	width: 80px;
	height: 80px;
}

.reviews-item-content-user-name {
  font-size: 14px;
  color: #fff;
  font-family: "Matahari Regular", sans-serif;
  margin: 5px 0;
	text-align: center;
}

.reviews-item-content-user-proff {
  color: #FFD400;
  font-size: 12px;
  font-family: "Matahari Regular", sans-serif;
	display: none;
}

.reviews-item-content-text {
  max-width: 330px;
  color: #fff;
  line-height: 28px;
}

.section-news {
  padding: 50px 0;
  background-color: #FFD400;
}

.news-title {
  color: #000;
  font-size: 40px;
  font-family: "Matahari ExtraBold", sans-serif;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.news-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 22px;
  position: relative;
  z-index: 3;
}

.news-container-item {
  position: relative;
  z-index: 2;
  opacity: 0;
}

.news-container-item.animate {
  -webkit-animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  opacity: 1;
}

.slick-slide.news-container-item.animate {
  -webkit-animation: none;
  animation: none;
}

.news-container-item-img-wrapper img {
  width: 100%;
}

.news-container-item-layout {
  background: linear-gradient(9.35deg, rgba(0, 0, 0, 0.6) 27.65%, rgba(0, 0, 0, 0) 83.11%);
  width: 100%;
  height: 98.5%;
  position: absolute;
}

.news-container-item-tag {
  font-family: "Matahari Bold", sans-serif;
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 20px;
  color: #000;
  font-size: 12px;
  padding: 15px 25px;
  background-color: #FFD400;
}

.news-container-item-title {
  font-family: "Matahari Bold", sans-serif;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 20px;
  color: #fff;
  font-size: 18px;
}

.news-container-item-date {
  font-family: "Matahari Regular", sans-serif;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 20px;
  color: #D8D8D8;
  font-size: 10px;
}

.news-container-item-date,
.single-master-classes .single-blog-page-content-info time{
	display: none;
}

.section-seo-block {
  padding: 50px 0;
}

.seo-block-title {
  color: #000;
  font-size: 40px;
  font-family: "Matahari ExtraBold", sans-serif;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.seo-block-content {
  display: grid;
  grid-template-columns: 2fr 1.25fr;
  grid-gap: 35px;
}

.seo-block-img {
  opacity: 0;
}

.seo-block-img.animate {
  -webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  opacity: 1;
}

.seo-block-text {
  max-height: 251px;
  padding-right: 10px;
  color: #5f5f5f;
  font-size: 14px;
  line-height: 30px;
  overflow-y: scroll;
  overflow-x: hidden;
  opacity: 0;
  padding-top: 5px;
}

.seo-block-text.animate {
  -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  opacity: 1;
}

.seo-block-text::-webkit-scrollbar {
  width: 6px;
}

.seo-block-text::-webkit-scrollbar-track {
  background-color: #EBF2F9;
}

.seo-block-text::-webkit-scrollbar-thumb {
  background-color: #8498A1;
  border-radius: 6px;
}

.seo-block-img img {
  max-width: 100%;
  width: 100%;
}

.seo-block-text table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.seo-block-text .table-responsive {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

.seo-block-text table td {
  border: 1px solid #7C919B;
  padding: 5px 10px;
}

.seo-block-text p {
  margin-bottom: 15px;
}

.seo-block-text h1,
.seo-block-text h2,
.seo-block-text h3,
.seo-block-text h4,
.seo-block-text h5,
.seo-block-text h6 {
  margin-bottom: 15px;
  font-family: "Matahari ExtraBold", sans-serif;
  text-transform: uppercase;
}

.seo-block-text h1 {
  font-size: 27px;
}

.seo-block-text h2 {
  font-size: 23px;
}

.seo-block-text h3 {
  font-size: 20px;
}

.seo-block-text h4 {
  font-size: 18px;
}

.seo-block-text h5 {
  font-size: 14px;
}

.seo-block-text h6 {
  font-size: 10px;
}

.seo-block-text .alignleft {
  float: left;
  padding-right: 15px;
}

.seo-block-text .alignright {
  float: right;
  padding-left: 15px;
}

.seo-block-text a {
  color: #5f5f5f;
}

.seo-block-text ul {
  list-style: disc;
  padding-left: 15px;
  margin-bottom: 15px;
}

.seo-block-text ol {
  list-style: decimal;
  padding-left: 15px;
  margin-bottom: 15px;
}

.seo-block-text strong {
  font-family: "Matahari SemiBold", sans-serif;
}

.seo-block-text em {
  font-style: italic;
}

.section-faq {
  background-color: #1D1D1D;
  padding: 50px 0 70px 0;
}

.faq {
  padding: 20px;
  border: 1px solid #FFD400;
  height: max-content;
}

.faq-title {
  color: #fff;
  font-size: 40px;
  font-family: "Matahari ExtraBold", sans-serif;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.faq-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px 17px;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
  cursor: pointer;
}

.faq-question p {
  font-family: "Matahari SemiBold", sans-serif;
  color: #fff;
  line-height: 28px;
}

.faq-question img {
  transform: rotate(180deg);
}

.faq-question.active img {
  transform: rotate(0);
}

.faq-answer {
  display: none;
  color: #D8D8D8;
  line-height: 21px;
  font-size: 13px;
  margin-top: 15px;
}

footer {
	position: relative;
}

.footer {
  padding-top: 50px;
  background-color: #1D1D1D;
}

.footer ul {
	list-style: none;
}

.footer-wrapper {
  display: grid;
  grid-template-columns: 2.1fr 1fr 1fr 1fr 1.5fr;
  gap: 0 80px;
  margin-bottom: 45px;
}

.footer-title {
  font-family: "Helvetica Medium", sans-serif;
  font-size: 18px;
  margin-bottom: 30px;
  color: #fff;
  letter-spacing: 0.06em;
}

.footer-item ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.footer-item ul li a {
  color: #D8D8D8;
  font-size: 14px;
  transition: 0.3s;
}

.footer-item ul li a:hover {
  color: #FFD400;
}

.footer-item.f-contact .footer-social {
	margin-bottom: 15px;
}

.footer-text {
  margin: 20px 0;
  color: #D8D8D8;
  font-size: 14px;
  line-height: 27px;
  max-width: 300px;
}

.footer-address {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px;
}

.footer-phone {
  margin-bottom: 10px;
}

.footer-phone a {
  font-family: "Helvetica Medium", sans-serif;
  font-size: 22px;
  margin-bottom: 10px;
  color: #fff;
}

.footer-email {
  margin-bottom: 20px;
}

.footer-email a {
  font-family: "Matahari Bold", sans-serif;
  font-size: 14px;
  color: #FFD400;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-social a img,
.footer-social span img{
  width: 29px;
  height: 29px;
}

.footer-privacy {
  padding: 10px 0;
  border-top: 1px solid #6f6f6f;
}

.footer-privacy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.footer-privacy-wrapper a {
	text-align: center;
}

.footer-privacy-wrapper p,
.footer-privacy-wrapper a {
  color: #D8D8D8;
  font-size: 14px;
}

.single-workout-pass-item-duration.duration-mob {
  display: none;
}

.single-workout-pass-item-duration.duration-mob span {
  font-family: "Matahari Black", sans-serif;
  font-size: 21px;
  color: #000000;
}






/** ARK **/

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

.services-item {
  min-height: 255px;
  height: auto;
	background-position: center;
}

.trainers-arrow-prev,
.trainers-arrow-next {
  padding: 11px 16px;
  border: 1px solid #FFD400;
  cursor: pointer;
}

.trainers-arrow-prev {
  margin-right: 5px;
}

.breadcrumb-wrapper {
  position: relative;
}

#breadcrumbs {
  position: absolute;
  left: 0;
  top: 35px;
  z-index: 5;
  color: #fff;
  font-size: 12px;
  line-height: 43px;
  text-transform: uppercase;
}

#breadcrumb-black #breadcrumbs,
#breadcrumb-black #breadcrumbs a {
  color: #000000;
}

#breadcrumbs a {
  color: #fff;
}

.breadcrumb_last,
#breadcrumbs strong,
.breadcrumbs__current{
  font-weight: 600;
}

.breadcrumbs__current br {
	display: none;
}

#breadcrumb-black,
#breadcrumb {
	overflow: visible;
}

.yellow-pulse-play {
  position: relative;
  width: min-content;
  margin: 0 70px auto auto;
  cursor: pointer;
}

.yellow-pulse-play img {
  position: relative;
  z-index: 9;
  margin-left: 5px;
}

.yellow-pulse-play span {
  width: 72px;
  height: 72px;
  display: block;
  background: #1D1D1D;
  border-radius: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.yellow-pulse-play::before {
  content: '';
  width: 110px;
  height: 110px;
  background: rgba(255, 212, 0, 0.8);
  display: block;
  border-radius: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  animation-duration: 1.8s;
  animation-name: pulse;
  animation-iteration-count: infinite;
}

.yellow-pulse-play::after {
  content: '';
  width: 160px;
  height: 160px;
  background: rgba(255, 212, 0, 0.4);
  display: block;
  border-radius: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  animation-duration: 1.8s;
  animation-delay: .19s;
  animation-name: pulse;
  animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1, 1);
  }

  50% {
    opacity: 0.3;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

.section-instogrom {
  background-color: #1D1D1D;
  padding-bottom: 10px;
  overflow-x: scroll;
  overflow-y: hidden;
}

.section-instogrom::-webkit-scrollbar {
  width: 0;
}

.instogrom-wrapper,
#sbi_images {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

#sb_instagram.sbi_col_1 #sbi_images .sbi_item,
#sb_instagram .sbi_photo_wrap,
#sb_instagram .sbi_photo {
  height: 290px !important;
  cursor: pointer;
}

#sb_instagram .sbi_photo {
  opacity: 1 !important;
}

.sbi_item.sbi_type_image {
  overflow: hidden;
  position: relative;
}

.sbi_item.sbi_type_image:hover .sbi_photo_wrap a {
  position: relative;
}

.sbi_item.sbi_type_image:hover .sbi_photo_wrap a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
  cursor: default;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.64);
  cursor: pointer;
}

.sbi_item.sbi_type_image:hover .sbi_photo_wrap a::before {
  content: 'Мы в Instagram';
  font-weight: 600;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  color: #FFD400;
  margin: 0;
  position: absolute;
  top: 60%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  cursor: pointer;
}

.ru-1nst .sbi_item.sbi_type_image:hover .sbi_photo_wrap a::before {
  content: 'Мы в Instagram';
}

.ua-1nst .sbi_item.sbi_type_image:hover .sbi_photo_wrap a::before {
  content: 'Ми в Instagram';
}

.sbi-screenreader {
  text-indent: 0 !important;
}

.sbi_item.sbi_type_image:hover .sbi_photo_wrap a span::after {
  content: url('../img/1nst.svg');
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  color: #FFD400;
  margin: 0;
  position: absolute;
  top: 47%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  cursor: pointer;
}



.single-about-btns-wrapper {
  display: flex;
  align-items: center;
}

.single-about-btns-wrapper .btn-fullblack {
  margin-right: 10px;
}

.section-single-workout-pass {
  margin-top: 75px;
  position: relative;
}

.ark-section-title-36 {
  font-family: "Matahari Black", sans-serif;
  font-size: 36px;
  line-height: 43px;
  text-transform: uppercase;
  color: #1D1D1D;
  margin-bottom: 20px;
}

.ark-section-title-36.white {
  color: #FFFFFF;
}

.single-workout-pass>p {
  font-size: 14px;
  line-height: 26px;
  color: #2D2D2D;
  margin-bottom: 50px;
}

.single-workout-pass-item {
  display: flex;
  background: #1D1D1D;
  position: relative;
  margin-bottom: 20px;
}

.single-workout-pass-item-duration {
  background: #FFD400;
  text-transform: uppercase;
  width: 42px;
}

.single-workout-pass-item-duration span {
  font-family: "Matahari Black", sans-serif;
  color: #000000;
  font-size: 21px;
  line-height: 0px;
  display: block;

  margin: 0;
  position: absolute;
  top: 50%;
  left: 22px;
  margin-right: 0;
  transform: translate(-50%, -50%) rotate(-90deg);
}

.single-workout-pass-item-wrapper {
  display: grid;
  grid-template-columns: 30% 69%;
  gap: 0 1%;
  width: calc(100% - 42px);
  padding: 20px 20px 20px 30px;
}

.single-workout-pass-item-pics {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 1%;
}

.single-workout-pass-item-pics img {
	width: 100%;
	height: auto !important;
}

.single-workout-pass-item-timing-wrapper>span {
  display: block;
  font-family: "Matahari Black", sans-serif !important;
  font-size: 24px !important;
  text-transform: uppercase;
  color: #FFFFFF !important;
  margin-bottom: 15px;
}

.single-workout-pass-item-timing-wrapper div {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
	display: grid;
	grid-template-columns: 12% 15% 73%;
}

.single-workout-pass-item-timing div img {
  margin-right: 10px;
}

.single-workout-pass-item-timing div span {
  font-family: "Matahari Bold", sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  margin-right: 15px;
  flex-shrink: 0;
}

.single-workout-pass-item-timing div p {
  font-family: "Matahari ExtraBold", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #FFD400;
}

.section-single-workout-how-signup h2 {
  margin-bottom: 45px;
}

.single-workout-how-signup-item.want-modal-btn {
	cursor: pointer;
}

.single-workout-how-signup-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 3%;
}

.single-workout-how-signup-item>div {
  display: flex;
	align-items: center;
}

.single-workout-how-signup-item-txt span a,
.single-workout-how-signup-item-txt p a{
	color: #000;
}

.single-workout-how-signup-item-pic {
  margin-right: 20px;
  width: 101px;
  height: 101px;
  position: relative;
  background: #FFD400;
  flex-shrink: 0;
}

.single-workout-how-signup-item-pic img {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.single-workout-how-signup-item-txt span {
  font-family: "Matahari Bold", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #1D1D1D;
  display: block;
  margin-bottom: 10px;
  line-height: 18px;
}

.single-workout-how-signup-item-txt p {
  font-size: 14px;
  line-height: 21px;
  color: #2D2D2D;
}

.section-single-workout-how-signup {
  margin-bottom: 90px;
  margin-top: 100px;
}

.section-single-workout-cost {
  margin-bottom: 80px;
}

.section-single-workout-cost h2 {
  margin-bottom: 45px;
}

.single-workout-cost-grid {
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: 70% 29%;
  gap: 0 10px;
}

.single-workout-cost-wrapper {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px 10px;
  grid-template-areas:
    "stb-1 stb-2 stb-2"
    "stb-3 stb-4 stb-5";
}

.stb-1 {
  grid-area: stb-1;
}

.stb-2 {
  grid-area: stb-2;
}

.stb-3 {
  grid-area: stb-3;
}

.stb-4 {
  grid-area: stb-4;
}

.stb-5 {
  grid-area: stb-5;
}

.single-workout-cost-wrapper>div.st {
  background: #1D1D1D;
  padding: 20px 25px 15px 25px;
}

.st-rules-mob {
  display: none;
}

.st-rules {
  background: #1D1D1D;
  padding: 35px 20px 15px 20px;
}

.st-rules ul {
	list-style: none;
}

.single-workout-cost-wrapper>div.stb-1 {
  padding: 45px 25px 15px 25px;
}

.st-title {
  text-align: center;
  margin-bottom: 20px;
}

.st em {
  font-family: "Matahari ExtraBold", sans-serif;
  font-size: 9px;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  padding: 10px 20px;
  background: #1D1D1D;
  border: 1px solid #FFD400;
  display: inline-block;
}

.st span {
  font-family: "Matahari Bold", sans-serif;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 25px;
}

.st b {
  font-family: "Matahari ExtraBold", sans-serif;
  display: block;
  font-size: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #FFD400;
  margin-bottom: 30px;
}

.st p {
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  color: #A8A8A8;
}

.st-buy {
  margin-bottom: 15px;
}

.st-buy a {
  margin: 0 auto;
}

.stb-1 p {
  font-family: "Matahari SemiBold", sans-serif;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  color: #FFD400;
}

.st-1-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.st-rules span {
  font-family: "Matahari ExtraBold", sans-serif;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.st-rules p {
  font-family: "Matahari SemiBold", sans-serif;
  font-size: 13px;
  line-height: 21px;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.st-rules li {
  position: relative;
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF;
  margin-bottom: 20px;
  padding-left: 2em;
}

.st-rules li::before {
  content: " ";
  position: absolute;
  top: 4px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #FFD400;
}

.single-workout-cost-info {
  padding: 28px 42px;
  background: #FFD400;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 10px;
  margin-bottom: 10px;
}

.single-workout-cost-info-mob {
  display: none;
}

.single-workout-cost-info p {
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}

.single-workout-cost-info p span {
  font-family: "Matahari Black", sans-serif;
}

.single-workout-cost-individual {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 10px;
}

.single-workout-cost-individual>div {
  background: #1D1D1D;
  padding: 30px 42px 25px 42px;
}

.single-workout-cost-individual>div span {
  font-family: "Matahari Bold", sans-serif;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

.single-workout-cost-individual>div.gift span {
  margin-bottom: 25px;
}

.single-workout-cost-individual>div ul {
  margin-bottom: 25px;
}

.single-workout-cost-individual>div li {
  display: grid;
  grid-template-columns: 70% 25%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.single-workout-cost-individual>div li p {
  font-size: 14px;
  color: #FFFFFF;
}

.single-workout-cost-individual>div li b {
  font-family: "Matahari ExtraBold", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #FFD400;
  text-align: right;
}

.single-workout-cost-individual-buy a {
  margin: 0 auto;
}

.single-workout-cost-individual>div>p {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #D5D5D5;
  margin-bottom: 42px;
}

.single-workout-cost-individual>div>small {
  display: block;
  font-size: 10px;
  text-align: center;
  color: #A8A8A8;
  margin-top: 20px;
}

.section-single-workout-dont-forget {
  margin-bottom: 80px;
}

.section-single-workout-dont-forget h2 {
  margin-bottom: 80px;
}

.single-workout-dont-forget-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.single-workout-dont-forget-wrapper div {
  text-align: center;
}

.single-workout-dont-forget-wrapper div div {
  width: 101px;
  height: 101px;
  margin: 0 auto;
  background: #FFD400;
  position: relative;
  margin-bottom: 20px;
}

.single-workout-dont-forget-wrapper div div img {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.single-workout-dont-forget-wrapper div span {
  font-family: "Matahari Bold", sans-serif;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #1D1D1D;
}

.section-yellow-trainers {
  background: #FFD400;
}

.section-yellow-trainers .trainers-title {
  color: #000000;
}

.section-yellow-trainers .trainers-arrow-prev,
.section-yellow-trainers .trainers-arrow-next {
  filter: grayscale(100%) brightness(0%);
  -webkit-filter: grayscale(100%) brightness(0%);
  -moz-filter: grayscale(100%) brightness(0%);
}

.section-yellow-trainers .trainers-slider-item-title {
  color: #1D1D1D;
}

.section-yellow-trainers .trainers-slider .slick-dots li.slick-active button:before,
.trainers-slider-item-yellow-bg {
  background-color: #1D1D1D;
}

.section-events-dark {
  background-color: #1D1D1D;
}

.section-events-dark .events-title,
.section-events-dark .events-all-events a {
  color: #FFFFFF;
}

.section-events-dark .events-slider .slick-dots li.slick-active button:before {
  background-color: #ffffff;
}

.section-news-white {
  background-color: #fff;
  position: relative;
}

.jump-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.section-all-events-org {
  padding-top: 80px;
  padding-bottom: 95px;
  background: #FFD400;
}

.ark-section-title-40 {
  font-family: "Matahari ExtraBold", sans-serif;
  font-size: 40px;
  line-height: 43px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 40px;
}

.all-events-org-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.all-events-org-wrapper div {
  position: relative;
  opacity: 0;
}

.all-events-org-wrapper div.animate {
  opacity: 1;
  -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.all-events-org-wrapper div img {
  max-width: 100%;
  height: auto;
  display: block;
}

.all-events-org-wrapper div span {
  font-family: "Matahari Bold", sans-serif;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
  padding: 10px 35px;
  background: #1D1D1D;
  text-transform: uppercase;
}

.section-all-events-spend {
  background: #1D1D1D;
  padding: 65px 0 60px 0;
}

.section-all-events-spend h2 {
  margin-bottom: 35px;
}

.all-events-spend-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.all-events-spend-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
  opacity: 0;
}

.all-events-spend-wrapper img.animate {
  -webkit-animation: roll-in-blurred-left 0.65s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
  animation: roll-in-blurred-left 0.65s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
  opacity: 1;
}

.section-corporate-trainings-cost {
  margin-bottom: 80px;
}

.corporate-trainings-cost-wrapper {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
}

.corporate-trainings-cost-left {
  background: #1D1D1D;
  padding: 50px;
  opacity: 0;
}

.single-blog-page-content .corporate-trainings-cost-left.animate {
  -webkit-animation: none;
  animation: none;
}

.corporate-trainings-cost-left.animate {
  -webkit-animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  opacity: 1;
  animation-delay: .5s;
}

.corporate-trainings-cost-left h4 {
  font-family: "Matahari Bold", sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 45px;
}

.corporate-trainings-cost-left ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 40px;
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 40px;
}

.corporate-trainings-cost-left ul li b {
  color: #FFD400;
  font-family: "Matahari Bold", sans-serif;
}

.corporate-trainings-cost-right {
  background: #FFD400;
  display: flex;
  align-items: center;
  padding: 20px 80px;
  opacity: 0;
}

.corporate-trainings-cost-right.animate {
  -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  opacity: 1;
  animation-delay: .5s;
}

.corporate-trainings-cost-right li {
  font-family: "Matahari SemiBold", sans-serif;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 22px;
  color: #1D1D1D;
  position: relative;
  padding-left: 3em;
}

.corporate-trainings-cost-right li small {
  display: block;
  font-size: 10px;
  color: #656565;
}

.corporate-trainings-cost-right li::before {
  content: '!';
  font-family: "Matahari ExtraBold", sans-serif;
  font-size: 16px;
  color: #FFD400;
  background: #1D1D1D;
  padding: 4px 13px;
  display: inline-block;
  position: absolute;
  top: -3px;
  left: 0;
}

.section-master-classes {
  margin: 50px 0 70px 0;
}

.wp-pagenavi {
  margin-top: 80px;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #000000;
  padding: 13px 16px;
  margin: 0 3px;
  display: inline-block;
}

.wp-pagenavi span.current {
  background: #FFD400;
  font-family: "Matahari Bold", sans-serif;
}

.prev-no-active,
.next {
  font-family: "Matahari Bold", sans-serif;
}

.single-blog-page-wrapper {
  max-width: 760px;
  margin: 0 auto;
}

.section-single-blog-title {
  position: relative;
  background-color: #FFD400;
  padding: 110px 30px 90px 30px;
}

.single-blog-title img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.single-blog-title b,
.single-blog-title h1 {
  font-family: "Matahari ExtraBold", sans-serif;
  display: block;
  font-size: 40px;
  line-height: 43px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  position: relative;
  z-index: 2;
}

.section-single-blog-page {
  position: relative;
  margin-bottom: 40px;
}

.single-blog-page-img>img {
  position: absolute;
  top: 50px;
  margin: 0;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0);
  max-width: 100%;
  height: auto;
  display: block;
}

.single-blog-page-content {
  margin-top: 460px;
  background: #FFFFFF;
  position: relative;
  z-index: 2;
  padding: 25px 40px 0 40px;
}

.help-txt {
  font-size: 1px;
  line-height: 0;
  height: 1px;
  display: block;
  opacity: 0;
}

.single-blog-page-content-info {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 23px;
  color: #676767;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.single-blog-page-content-info time {
  margin-right: 40px;
}

.single-blog-page-content-info address {
  display: flex;
  align-items: center;
}

.single-blog-page-content-info address::before {
  content: url('../img//address.svg');
  margin-right: 10px;
  padding-top: 5px;
}

.single-blog-page-content>h1,
.single-blog-page-content-txt h1,
.single-blog-page-content-txt h2,
.single-blog-page-content-txt h3,
.single-blog-page-content-txt h4,
.single-blog-page-content-txt h5,
.single-blog-page-content-txt h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 28px;
  letter-spacing: 0.04em;
  color: #000000;
  margin-bottom: 15px;
  max-width: 85%;
}

.single-blog-page-content-txt p,
.single-blog-page-content-txt ul {
  font-size: 16px;
  line-height: 32px;
  color: #5F5F5F;
  margin-bottom: 30px;
}

.corporate-trainings-cost-wrapper.single-blog {
  grid-template-columns: 2fr 1fr;
}

.corporate-trainings-cost-right-logo {
  background: #1D1D1D;
  position: relative;
}

.corporate-trainings-cost-right-logo img {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 109px;
  height: 125px;
}

.corporate-trainings-cost-wrapper.single-blog .corporate-trainings-cost-left ul {
  grid-template-columns: 1fr;
}

.section-master-classes.blog-page {
  margin: 70px 0 30px 0;
}

.section-master-classes.blog-page .wp-pagenavi {
  margin-top: 30px;
}

.single-blog-author {
  display: grid;
  grid-template-columns: 13% 84%;
  gap: 0 3%;
  align-items: center;
  padding: 30px 15px;
  border: 1px solid #D3DAE0;
}

.single-blog-author span {
  display: block;
  font-family: "Matahari SemiBold", sans-serif;
  font-size: 14px;
  color: #000000;
  margin-bottom: 10px;
}

.single-blog-author p {
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}

.section-contacts-page {
  margin: 70px 0 110px 0;
}

.contacts-page {
  display: grid;
  grid-template-columns: 23% 72%;
  gap: 0 5%;
  align-items: center;
  margin-bottom: 40px;
}

.contacts-page:last-of-type {
	margin-bottom: 0;
}

.contacts-page-left-right {
  display: grid;
  grid-template-columns: 71% 28%;
  gap: 0 1%;
  height: 100%;
}

.contacts-page-left-right .mapboxgl-map {
	height: 100%;
}

.contacts-page-left-right.no-img {
	display: block;
	width: 100%;
}

.contacts-page-left-right iframe {
  width: 100%;
  filter: grayscale(100%) invert(92%) contrast(83%);
}

.contacts-page-left-right img {
  max-width: 100%;
  height: auto;
  height: 100%;
}

.contacts-page-left p {
  font-size: 16px;
  line-height: 26px;
  color: #1D1D1D;
  margin-bottom: 25px;
}

.contacts-page-left-tels {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}

.contacts-page-left-tels a {
  font-size: 18px;
  color: #1D1D1D;
  font-family: "Matahari Bold", sans-serif;
  line-height: 26px;
}

.contacts-page-left .header-inner {
  margin-right: 0;
  margin-bottom: 20px;
  display: flex !important;
}

.contacts-page-left>a {
  font-size: 16px;
  color: #1D1D1D;
  display: block;
  margin-bottom: 30px;
}

.post-popup-overlay {
  position: fixed;
  display: none;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 3;
  backdrop-filter: blur(4px);
}

.supernova .entry-content p {
  font-size: 16px;
  line-height: 150%;
  text-align: left;
  color: #323232;
}

#ajax-response {
  text-align: center;
  color: #307CC0;
}

.post-popup-preload {
  background: #F8F8F8;
  border-radius: 16px;
  padding: 40px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.video-popup-content {
  border-radius: 16px;
  padding: 40px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.form-thank,
.header-mobile-language-switcher {
  display: none;
}

.form-thank p {
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #1D1D1D;
  margin-bottom: 70px;
}

.form-thank span {
  margin: 0 auto;
  cursor: pointer;
}

.main-left.wp-mobile {
		position: relative;
	}
	
	.main-left.wp-mobile::after {
		content: "";
		position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.62);
	}

.main-content {
	z-index: 99;
	position: relative;
}

#mobile-app {
	background: #000;
    padding: 50px 0;
}

.mobile-app h2 {
	color: #fff;
    font-size: 30px;
    font-weight: 700;
	line-height: 150%;
}

.mobile-app p {
	padding: 20px 0;
	color: #8f8f8f;
	font-size: 18px;
	font-weight: 600;
	line-height: 150%;
}


/* ANIMATIONS */

@-webkit-keyframes slide-in-blurred-left {
  0% {
    -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

@keyframes slide-in-blurred-left {
  0% {
    -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

@-webkit-keyframes swing-in-top-bck {
  0% {
    -webkit-transform: rotateX(70deg);
    transform: rotateX(70deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1;
  }
}

@keyframes swing-in-top-bck {
  0% {
    -webkit-transform: rotateX(70deg);
    transform: rotateX(70deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes flip-in-diag-2-tl {
  0% {
    -webkit-transform: rotate3d(-1, 1, 0, 80deg);
    transform: rotate3d(-1, 1, 0, 80deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotate3d(1, 1, 0, 0deg);
    transform: rotate3d(1, 1, 0, 0deg);
    opacity: 1;
  }
}

@keyframes flip-in-diag-2-tl {
  0% {
    -webkit-transform: rotate3d(-1, 1, 0, 80deg);
    transform: rotate3d(-1, 1, 0, 80deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotate3d(1, 1, 0, 0deg);
    transform: rotate3d(1, 1, 0, 0deg);
    opacity: 1;
  }
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@-webkit-keyframes tilt-in-top-2 {
  0% {
    -webkit-transform: rotateY(-30deg) translateY(-300px) skewY(30deg);
    transform: rotateY(-30deg) translateY(-300px) skewY(30deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateY(0deg) translateY(0) skewY(0deg);
    transform: rotateY(0deg) translateY(0) skewY(0deg);
    opacity: 1;
  }
}

@keyframes tilt-in-top-2 {
  0% {
    -webkit-transform: rotateY(-30deg) translateY(-300px) skewY(30deg);
    transform: rotateY(-30deg) translateY(-300px) skewY(30deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateY(0deg) translateY(0) skewY(0deg);
    transform: rotateY(0deg) translateY(0) skewY(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes roll-in-blurred-left {
  0% {
    -webkit-transform: translateX(-1000px) rotate(-720deg);
    transform: translateX(-1000px) rotate(-720deg);
    -webkit-filter: blur(50px);
    filter: blur(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

@keyframes roll-in-blurred-left {
  0% {
    -webkit-transform: translateX(-1000px) rotate(-720deg);
    transform: translateX(-1000px) rotate(-720deg);
    -webkit-filter: blur(50px);
    filter: blur(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes scale-in-left {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    opacity: 1;
  }
}

@keyframes scale-in-left {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    opacity: 1;
  }
}

@-webkit-keyframes scale-in-right {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    opacity: 1;
  }
}

@keyframes scale-in-right {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    opacity: 1;
  }
}

@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1
}


/* MEDIA */
@media (max-width: 1740px) {
  .instogrom-wrapper {
    width: 1740px;
  }
}

@media (max-width: 1330px) {
  .ark-container {
    max-width: 942px;
  }

  .single-workout-pass-item-pics {
    display: block;
  }

  .single-workout-pass-item-pics img {
    margin: 0 5px;
  }

  .single-workout-pass-item-wrapper {
    width: calc(100% - 92px);
    grid-template-columns: 29% 69%;
  }

  .single-workout-pass-item-pics-arrow-next::before,
  .events-dark-next::before {
    content: url('../img/arrow-next.svg') !important;
    font-family: monospace;
    color: #FFD400;
  }

  .single-workout-pass-item-pics-arrow-prev::before,
  .events-dark-prev::before {
    content: url('../img/arrow-prev.svg') !important;
    font-family: monospace;
    color: #FFD400;
  }

  .events-dark-next {
    right: 0;
  }

  .events-dark-prev {
    left: 0;
  }

  .single-workout-pass-item-pics .slick-dots {
    bottom: -30px;
    left: 0;
  }

  .single-workout-cost-individual>div {
    padding: 20px;
  }
}

@media (max-width: 1300px) {
  .modal-feedback form {
    flex-direction: column;
    gap: 5px;
  }

  .modal-close {
    top: -35px;
    right: 5px;
  }
	
	header {
		padding-bottom: 84px;
	}

  .header {
    padding: 7px 0;
  }

  .header-logo img {
    width: 41px;
  }

  .header-wrapper {
    padding: 0 18px;
  }

  .header-inner {
    display: none;
  }

  .header-cont {
    display: flex;
    align-items: center;
	  min-height: 70px;
  }

  .header-mobile-language-switcher select {
    font-size: 24px;
    font-family: "Matahari SemiBold", sans-serif;
    color: #fff;
    border: none;
    background-color: transparent;
    outline: none;
    width: 62px;
  }

  .header-mobile-language-switcher select option {
    font-size: 24px;
    font-family: "Matahari SemiBold", sans-serif;
    color: #000;
    border: none;
    background-color: transparent;
    outline: none;
  }

  .header-mobile-open {
    width: 37px;
    height: 37px;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
  }

  .header-mobile-open.active span:first-child {
    transform: rotate(45deg);
    top: 13px;
  }

  .header-mobile-open.active span:last-child {
    transform: rotate(-45deg);
    top: 13px;
  }

  .header-mobile-open.active span:nth-child(2) {
    display: none;
  }

  .header-mobile-open span {
    width: 37px;
    height: 6px;
    transition: 0.3s;
    border-radius: 4px;
    background-color: #FFD400;
    position: absolute;
    top: 3px;
    left: 0;
  }

  .header-mobile-open span:nth-child(2) {
    top: 14px;
  }

  .header-mobile-open span:last-child {
    top: 25px;
  }

  .header-mobile-menu {
    position: absolute;
    left: 0;
    top: -250vh;
    z-index: 9999;
    transition: 0.3s;
    background-color: #1D1D1D;
    width: 100%;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .header-mobile-menu .sub-menu {
    display: none;
    margin-top: 20px;
  }

  .header-mobile-menu .sub-menu li {
    margin-bottom: 15px;
  }

  .header-mobile-menu .sub-menu li:last-child {
    margin-bottom: 0;
  }

  .header-mobile-menu.active {
    top: 65px;
  }
	
	.admin-bar .header-mobile-menu.active {
    top: 95px;
}

  .header-mobile-menu .btn {
    margin: 60px auto 25px;
  }

  .header-mobile-menu ul {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
	 list-style: none;
  }

  .header-mobile-menu ul li a {
    color: #fff;
    text-transform: uppercase;
    font-family: "Matahari Bold", sans-serif;
    letter-spacing: 1px;
  }

  .section-main,
  .section-workout-main {
    background-image: url("../img/main-mob-bg.jpg");
    background-size: cover;
    min-height: auto;
  }

  .main-wrapper {
    width: 100%;
  }

  .main-left {
    padding: 140px 30px 90px;
  }

	.section-main .main-left-wrapper {
		width: calc(45vw - ((100vw - 1260px) / 2));
	}

  .main-right .main-content {
    align-items: center;
    padding: 30px 0;
  }

  .main-subtitle {
    display: none;
  }

  .main-title,
  .section-workout-main .main-title {
    font-size: 24px;
    line-height: 32px;
  }

  .main-title--small {
    text-transform: uppercase;
  }

  .main-bottom {
    padding: 24px;
  }

  .section-about,
  .section-workout-about {
    padding-top: 20px;
	 margin-bottom: 20px;
  }

  .about-wrapper {
    grid-template-columns: 1fr;
    padding: 0;
    grid-gap: 35px;
  }

  .about-left {
    order: 1;
    padding-bottom: 40px;
  }

  .about-right {
    order: 0;
    min-height: 240px;
  }

  .about-img-1 {
    width: 80vw;
    height: auto;
    max-height: 600px;
    top: 0;
    right: 0;
    left: unset;
    bottom: unset;
  }

  .about-img-2 {
    width: 56vw;
    height: auto;
    max-height: 200px;
    left: 0;
    bottom: 0;
  }

  .about-bottom-wrapper .slick-dots {
    bottom: -40px;
  }

  .about-bottom-wrapper .slick-dots li {
    width: 43px;
    height: 8px;
  }

  .about-bottom-wrapper .slick-dots li button {
    width: 43px;
    height: 8px;
    position: relative;
    top: -20px;
  }

  .about-bottom-wrapper .slick-dots li button:before {
    font-family: unset;
    content: "";
    width: 43px;
    height: 8px;
    background-color: #595959;
  }

  .about-bottom-wrapper .slick-dots li.slick-active {
    background-color: #FFD400;
  }

  .about-bottom-wrapper .slick-dots li.slick-active button:before {
    background-color: #FFD400;
  }

  .about-bottom-wrapper .slick-next {
    right: -15px;
  }

  .about-bottom-wrapper .slick-next:before {
    content: url('../img/arrow-next.svg');
    font-family: monospace;
    color: #FFD400;
    position: absolute;
    right: 10px;
  }

  .about-bottom-wrapper .slick-prev {
    left: -17px;
  }

  .about-bottom-wrapper .slick-prev:before {
    content: url('../img/arrow-prev.svg');
    font-family: monospace;
    color: #FFD400;
    position: absolute;
    left: 10px;
  }

  .section-services {
    padding: 0;
  }

  .section-services .container {
    padding: 0;
  }

  .services-wrapper {
    grid-gap: 10px;
    margin-bottom: 10px;
  }

  .services-item {
    margin-bottom: 10px;
  }

  .services-item-title {
    font-size: 24px;
    text-align: center;
    line-height: 31px;
  }

  .services-item-main {
    padding: 20px 15px;
  }

  .services-item-main .services-item-title {
    font-size: 20px;
    margin-bottom: 25px;
    margin-left: 13px;
    text-align: left;
  }

  .services-item-bg {
    max-width: 100%;
  }

  .section-test-traine {
    margin-bottom: 10px;
  }

  .test-traine-wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .test-traine-content {
    text-align: center;
  }

  .test-traine-text {
    margin-bottom: 35px;
  }

  .trainers-slider .slick-dots {
    bottom: -40px;
  }

  .trainers-slider .slick-dots li {
    width: 43px;
    height: 8px;
  }

  .trainers-slider .slick-dots li button {
    width: 43px;
    height: 8px;
    position: relative;
    top: -20px;
  }

  .trainers-slider .slick-dots li button:before {
    font-family: unset;
    content: "";
    width: 43px;
    height: 8px;
    background-color: #595959;
  }

  .trainers-slider .slick-dots li.slick-active {
    background-color: #FFD400;
  }

  .trainers-slider .slick-dots li.slick-active button:before {
    background-color: #FFD400;
  }

  .trainers-slider .slick-next {
    right: 20px;
  }

  .trainers-slider .slick-next:before {
    content: ">";
    font-family: monospace;
    color: #FFD400;
  }

  .trainers-slider .slick-prev {
    left: 20px;
  }

  .trainers-slider .slick-prev:before {
    content: "<";
    font-family: monospace;
    color: #FFD400;
  }

  .trainers-slider-item {
    max-width: 100%;
  }

  .trainers-slider-item-img {
    width: 301px;
    height: 430px;
    margin: 0 auto;
  }

  .events-header {
    margin-bottom: 35px;
  }

  .events-title {
    font-size: 24px;
    line-height: 31px;
  }

  .events-all-events {
    display: none;
  }

  .events-slider .slick-dots {
    bottom: -40px;
  }

  .events-slider .slick-dots li {
    width: 43px;
    height: 8px;
  }

  .events-slider .slick-dots li button {
    width: 43px;
    height: 8px;
    position: relative;
    top: -20px;
  }

  .events-slider .slick-dots li button:before {
    font-family: unset;
    content: "";
    width: 43px;
    height: 8px;
    background-color: #595959;
  }

  .events-slider .slick-dots li.slick-active {
    background-color: #1D1D1D;
  }

  .events-slider .slick-dots li.slick-active button:before {
    background-color: #1D1D1D;
  }

  .section-reviews .reviews-wrapper-bg-img {
    max-width: 100%;
  }

  .reviews-title {
    font-size: 24px;
  }

  .reviews-content-wrapper {
    flex-direction: column;
  }

  .reviews-item-right {
    max-width: 100%;
  }

  .reviews-item-right .btn {
    margin: 0 auto;
  }

  .reviews-slider {
    max-width: 100%;
  }

  .reviews-slider .slick-next {
    z-index: 55;
    right: 30px;
    top: 50px;
  }

  .reviews-slider .slick-prev {
    left: unset;
    z-index: 55;
    right: 77px;
    top: 50px;
  }

  .reviews-slider .slick-dots {
    bottom: -40px;
  }

  .reviews-slider .slick-dots li {
    width: 43px;
    height: 8px;
  }

  .reviews-slider .slick-dots li button {
    width: 43px;
    height: 8px;
    position: relative;
    top: -20px;
  }

  .reviews-slider .slick-dots li button:before {
    font-family: unset;
    content: "";
    width: 43px;
    height: 8px;
    background-color: #595959;
  }

  .reviews-slider .slick-dots li.slick-active {
    background-color: #FFD400;
  }

  .reviews-slider .slick-dots li.slick-active button:before {
    background-color: #FFD400;
  }

  .reviews-item {
    flex-direction: column;
  }

  .reviews-item-left {
    margin-right: 0;
  }

  .reviews-item-content {
    padding: 20px 25px;
    flex-direction: column;
    margin-top: 90px;
  }

  .reviews-item-content-user {
    margin-right: 0;
    margin-bottom: 15px;
    margin-top: 35px;
    order: 2;
  }

  .reviews-item-content-text {
    order: 0;
    text-align: center;
  }

  .reviews-item .btn {
    margin: 0 auto;
  }

  .section-news .container {
    padding: 0 25px;
  }

  .news-container-item-layout {
    height: 100%;
  }

  .news-container .slick-dots {
    bottom: -40px;
  }

  .news-container .slick-dots li {
    width: 43px;
    height: 8px;
  }

  .news-container .slick-dots li button {
    width: 43px;
    height: 8px;
    position: relative;
    top: -20px;
  }

  .news-container .slick-dots li button:before {
    font-family: unset;
    content: "";
    width: 43px;
    height: 8px;
    background-color: #595959;
  }

  .news-container .slick-dots li.slick-active {
    background-color: #1D1D1D;
  }

  .news-container .slick-dots li.slick-active button:before {
    background-color: #1D1D1D;
  }

  .news-container .slick-next {
    right: -22px;
  }

  .news-container .slick-next:before {
    content: url('../img/black-arrow-next.svg');
    font-family: monospace;
    color: #000;
  }

  .news-container .slick-prev {
    left: -21px;
  }

  .news-container .slick-prev:before {
    content: url('../img/black-arrow-prev.svg');
    font-family: monospace;
    color: #000;
  }

  .faq-container {
    grid-template-columns: 1fr;
  }

  .footer-wrapper {
    display: flex;
    flex-wrap: wrap;
	  gap: 50px 80px;
  }

  .footer-privacy-wrapper {
    flex-direction: column;
    gap: 10px;
  }
	
	.container,
.section-services .container,
.section-news .container{
    padding: 0 50px;
}
	
	.main-left {
    padding: 140px 50px 90px;
}


  /****/

  .about-img-1,
  .about-img-2 {
    position: static;
    width: 100%;
    max-height: none;
  }

  .about-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 2%;
    min-height: 0;
  }

  .section-workout-main .main-wrapper {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding-top: 210px;
  }

  .section-workout-main .main-wrapper .main-left .main-btns-wrapper {
    display: flex;
    justify-content: space-around;
  }

  .yellow-pulse-play {
    width: 100% !important;
    margin: 0 !important;
  }

  .corporate-trainings-cost-left ul {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }

  .corporate-trainings-cost-right {
    padding: 20px;
    justify-content: center;
  }

  .contacts-page {
    display: grid;
    grid-template-columns: 30% 69%;
    gap: 0 1%;
    align-items: center;
  }
	
		.single-workout-pass-item-timing-wrapper div {
    grid-template-columns: 15% 25% 60%;
}
}

@media (max-width: 1024px) {
	.section-main .main-left.desk {
		display: none;
	}
	
	.section-main .main-left.tablet-block {
		display: block;
	}
	
	.section-main .main-left.tablet-block h1 {
		position: relative;
		z-index: 99;
	}
	
	.main-wrapper {
    width: 100%;
    height: auto;
    grid-template-columns: 1fr;
  }
	
		  .main-left .main-btns-wrapper {
    display: none;
  }
	
	.main-title, .section-workout-main .main-title {
    font-size: 24px;
    text-align: center;
    line-height: 32px;
}
}

@media (max-width: 992px) {
  .ark-container {
    max-width: 718px;
  }

  .header-wrapper ul {
    display: none;
  }
	
	  .header .language-switcher,
  .header .lang {
    display: none;
  }

  .header-mobile-language-switcher.active {
    display: block;
  }

  .header-mobile-language-switcher {
    display: block;
    margin-left: 30px;
  }

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

	header {
		padding-bottom: 0;
	}

	.header {
		position: static;
	}
	
	  .services-wrapper {
    grid-template-columns: 1fr;
    grid-gap: 10px;
    margin-bottom: 10px;
    display: block;
  }

  .events-slider-item {
    margin-bottom: 25px;
  }

  .news-container {
    display: block;
  }

  .seo-block-content {
    grid-template-columns: 1fr;
  }

  .single-workout-pass-item-pics .slick-list,
  .single-workout-pass-item-pics .slick-track {
    height: 100%;
  }

  .single-workout-pass-item-pics img {
    margin: 0;
  }

  .single-workout-pass-item-wrapper {
    gap: 5%;
    grid-template-columns: 29% 65%;
  }

  .single-workout-how-signup-wrapper {
    display: block;
  }

  .single-workout-how-signup-item>div {
    justify-content: center;
  }

  .single-workout-how-signup-arrow-next {
    right: 0;
  }

  .single-workout-how-signup-arrow-prev {
    left: 0;
  }

  .single-workout-how-signup-arrow-next::before {
    content: url('../img/black-arrow-next.svg') !important;
  }

  .single-workout-how-signup-arrow-prev::before {
    content: url('../img/black-arrow-prev.svg') !important;
  }

  .single-workout-cost-grid>div.st-rules,
  .single-workout-cost-info {
    display: none;
  }

  .st-rules.st-rules-mob {
    display: block;
    margin-top: 10px;
  }

  .single-workout-cost-info-mob {
    display: grid;
    margin-top: 10px;
  }

  .single-workout-cost-grid {
    grid-template-columns: 1fr;
  }

  .single-workout-cost-individual {
    grid-template-columns: 1fr;
    gap: 10px 0;
  }

  .single-workout-cost-wrapper>div.stb-1,
  .single-workout-cost-wrapper>div.st {
    padding: 30px 10px;
  }

  .section-events-dark .events-slider-item {
    margin: 0 35px;
  }

  .all-events-org-wrapper {
    grid-template-columns: 1fr;
    gap: 10px 0;
  }

  .all-events-org-wrapper div img {
    width: 100%;
  }

  .all-events-org-wrapper div span {
    font-size: 16px;
    padding: 10px 25px
  }

  .all-events-spend-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .corporate-trainings-cost-wrapper {
    display: block;
  }

  .corporate-trainings-cost-left {
    text-align: center;
    padding: 30px;
  }

  .corporate-trainings-cost-left .btn {
    margin: 0 auto;
  }

  .corporate-trainings-cost-right {
    padding: 30px 20px;
  }

  .section-news-white .jump-bg {
    display: none;
  }

  .section-news-white .news-container,
  .section-master-classes .news-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }

  .single-blog-page-img>img {
    position: static;
    transform: none;
    margin-top: 20px;
  }

  .single-blog-page-content {
    margin-top: 0;
  }

  .corporate-trainings-cost-right-logo {
    display: none;
  }

  .contacts-page {
    grid-template-columns: 1fr;
  }

  .about-left-pro-nas .about-text .alignright,
  .about-left-pro-nas .about-text .alignleft {
    float: none;
    padding: 0;
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
	
	.container {
    padding: 0 15px;
}
	
	.main-left {
    padding: 140px 30px 90px;
}
	
	.section-services .container {
    padding: 0;
}
	
	.section-news .container {
    padding: 0 25px;
}
	
	.single-workout-pass-item-timing-wrapper div {
    grid-template-columns: 20% 30% 50%;
}
	
	.footer-privacy-wrapper {
		display: flex;
	}
	
}

@media (max-width: 768px) {
  .ark-container {
    max-width: 526px;
  }

  .trainers-slider-item-wrapper {
    width: 310px;
    margin: 0 auto;
  }

  .about-bottom-wrapper {
    display: block;
  }

  .about-bottom-text {
    max-width: 100%;
    padding: 0 10px;
  }

  .about-bottom-title {
    padding: 0 10px;
  }

  .single-workout-pass-item-duration.duration-mob {
    display: block;
    position: relative;
    width: 42px;
	flex-shrink: 0;
  }

  .single-workout-pass-item-duration.duration-mob span {
    margin: 0;
    width: max-content;
  }

  .single-workout-pass-item-duration {
    display: none;
  }

  .single-workout-pass-item {
    display: block;
  }

  .single-workout-pass-item-wrapper {
    display: block;
    width: 100%;
    padding: 0;
  }

  .single-workout-pass-item-duration span {
    line-height: 150%;
  }

  .single-workout-pass-item-timing {
    position: relative;
    display: flex;
  }

  .single-workout-pass-item-pics {
    padding: 20px 15px 60px 15px;
  }

  .single-workout-pass-item-timing-wrapper {
    padding: 15px 30px;
	  width: 100%;
  }
	
	.single-workout-pass-item-timing-wrapper div {
    grid-template-columns: 10% 15% 75%;
}

  .single-workout-pass-item-pics-arrow-prev {
    left: -5px;
  }

  .single-workout-pass-item-pics-arrow-next {
    right: -5px;
  }

  .single-workout-pass-item-pics .slick-dots {
    bottom: 25px;
    left: 0;
  }

  .single-workout-cost-wrapper {
    display: block;
  }

  .single-workout-cost-wrapper>div {
    margin-bottom: 10px;
  }

  .single-workout-cost-wrapper>div:last-child {
    margin-bottom: 0;
  }

  .single-workout-dont-forget-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }

  .section-single-workout-dont-forget h2 {
    text-align: center;
  }

  .single-blog-author {
    display: flex;
    align-items: center;
  }

  .contacts-page-left-right {
    grid-template-columns: 1fr;
    gap: 10px 0;
  }

  .contacts-page-left-right img {
    width: 100%;
  }

  .video-popup-content,
  .video-popup-content iframe,
  .modal-wrapper iframe {
    width: 100%;
  }

  .modal-video .modal-wrapper {
    padding: 5px;
  }
	
.admin-bar .header-mobile-menu.active {
    top: 110px;
}
}

@media (max-width: 576px) {
	section,
.main-bottom
{
	overflow-x: hidden;
}
	
  .ark-container {
    padding: 0 15px;
  }

  .about-right {
    min-height: 240px;
  }

  .about-img-1 {
    position: absolute;
    width: 80vw;
    max-height: 180px;
	  object-fit: cover;
  }

  .about-img-2 {
    position: absolute;
    width: 56vw;
    max-height: 130px;
	  object-fit: cover;
  }

  .main-title--small {
    font-size: 16px;
  }

  .about-title {
    font-size: 40px;
  }

  .single-about-title {
    font-size: 24px;
  }

  .services-item-main .services-item-title {
    margin-left: 0;
  }

  .services-item.services-item-main ul li {
    font-size: 12px;
  }

  .test-traine-title {
    font-size: 26px;
  }

  .test-traine-text {
    font-size: 14px;
    line-height: 43px;
  }

  .trainers-title {
    font-size: 26px;
    line-height: 43px;
    text-align: center;
  }

  .events-slider-item-text {
    font-size: 16px;
    padding: 8px 31px;
  }

  .reviews-title {
    line-height: 32px;
  }

  .services-item-title {
    line-height: 24px;
  }

  .news-title {
    font-size: 26px;
    line-height: 43px;
    margin-bottom: 25px;
  }

  .news-container-item-title {
    line-height: 22px;
  }

  .news-container-item-tag {
    padding: 6px 16px;
  }

  .seo-block-title {
    font-size: 26px;
    line-height: 43px;
    margin-bottom: 15px;
  }

  .faq-title {
    font-size: 26px;
    line-height: 43px;
    margin-bottom: 30px;
  }

  .trainers-title-wrapper {
    margin-bottom: 30px;
    justify-content: center;
  }

  .trainers-arrows {
    display: none;
  }

  .trainers-slider-item-yellow-bg {
    right: 30px;
  }

  .events-slider-item {
    margin-bottom: 10px;
  }

  .section-events {
    padding-bottom: 30px;
  }

  .seo-block-content {
    grid-gap: 10px;
  }

  .section-seo-block {
    padding: 40px 0 30px 0;
  }

  .section-faq {
    padding: 30px 0;
  }
	
	.section-faq,
	.faq-wrapper,
	.faq-title,
	.faq-container,
	.faq,
	.faq-question{
		width: 100%;
	}
	
	.faq-container {
		display: flex;
		flex-direction: column;
		gap: 0px;
	}
	
	.faq {
		width: auto !important;
		margin-bottom: 15px;
	}

  .our-object-item {
    width: 188px;
    height: 186px;
  }

  .instogrom-wrapper {
    width: 1135px;
  }

  #breadcrumbs {
    font-size: 10px;
    top: 20px;
  }

  .yellow-pulse-play::after {
    width: 70px;
    height: 70px;
  }

  .yellow-pulse-play::before {
    width: 90px;
    height: 90px;
  }

  .section-workout-main .main-wrapper .main-left .main-btns-wrapper {
    justify-content: center;
  }

  .section-workout-main .main-wrapper .main-left {
    padding: 0 0 35px 0;
  }

  .section-workout-about .about-title {
    font-size: 24px;
    line-height: 43px;
  }

  .section-workout-about {
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .section-workout-about .about-text {
    margin-bottom: 0;
  }

  .single-about-btns-wrapper {
    flex-direction: column;
  }

  .single-about-btns-wrapper a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }

  .single-about-btns-wrapper .btn-fullblack {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .section-yellow-trainers .trainers-slider .slick-next,
  .section-yellow-trainers .trainers-slider .slick-prev {
    filter: grayscale(100%) brightness(0%);
    -webkit-filter: grayscale(100%) brightness(0%);
    -moz-filter: grayscale(100%) brightness(0%);
  }

  .single-workout-pass-item {
    margin-bottom: 10px;
  }

  .ark-section-title-36 {
    font-size: 24px;
    line-height: 32px;
  }

  .section-single-workout-pass {
    margin-top: 50px;
  }

  .single-workout-pass-item-pics {
    margin-bottom: 0 !important;
  }

  .single-workout-how-signup-item-pic {
    margin-right: 10px;
  }

  .single-workout-how-signup-item>div {
    max-width: 320px;
    margin: 0 auto;
  }

  .section-single-workout-how-signup {
    margin: 60px 0;
  }

  .section-single-workout-how-signup h2 {
    margin-bottom: 20px;
  }

  .single-workout-how-signup-item-txt span {
    line-height: 18px;
  }

  .st-1-wrapper {
    display: block;
  }

  .st-1-wrapper>div:first-child {
    margin-bottom: 45px;
  }

  .single-workout-cost-individual>div {
    padding: 25px 20px;
  }

  .single-workout-cost-info-mob {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .st-rules {
    padding: 30px 15px 25px 15px;
  }

  .section-single-workout-cost h2 {
    margin-bottom: 25px;
  }

  .section-single-workout-cost {
    margin-bottom: 45px;
  }

  .section-single-workout-dont-forget h2 {
    margin-bottom: 45px;
  }

  .section-single-workout-dont-forget {
    margin-bottom: 45px;
  }

  .single-workout-dont-forget-wrapper div div {
    margin-bottom: 15px;
  }

  .test-traine-title {
    margin-bottom: 5px;
  }

  .test-traine-text {
    margin-bottom: 30px;
  }

  .events-dark-prev {
    left: 15px;
  }

  .events-dark-next {
    right: 15px;
  }

  .section-events-dark {
    padding: 40px 0;
  }

  .section-all-events-org {
    padding: 50px 0 25px 0;
  }

  .ark-section-title-40 {
    font-size: 24px;
    line-height: 32px;
  }

  .section-all-events-org h2 {
    margin-bottom: 30px;
  }

  .section-all-events-spend {
    padding: 30px 0 20px 0;
  }

  .section-all-events-spend h2 {
    margin-bottom: 30px;
  }

  .all-events-spend-wrapper {
    gap: 5px;
  }

  .corporate-trainings-cost-left h4 {
    margin-bottom: 30px;
  }

  .section-corporate-trainings-cost h2 {
    margin-bottom: 25px;
  }

  .corporate-trainings-cost-left,
  .corporate-trainings-cost-right {
    position: relative;
  }

  .corporate-trainings-cost-left {
    padding: 30px 15px;
  }

  .corporate-trainings-cost-right {
    padding: 30px 0;
  }

  .section-corporate-trainings-cost {
    overflow: hidden;
    margin-bottom: 20px;
  }

  .corporate-trainings-cost-left::after {
    content: '';
    display: block;
    background: #1D1D1D;
    width: 1000%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: -1;
  }

  .corporate-trainings-cost-right::after {
    content: '';
    display: block;
    background: #FFD400;
    width: 1000%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: -1;
  }

  .corporate-trainings-cost-right li {
    font-size: 13px;
  }

  .section-master-classes {
    margin: 20px 0 50px 0;
  }

  .wp-pagenavi {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .section-single-blog-page {
    overflow: hidden;
    margin-bottom: 30px;
  }

  .single-blog-page-content {
    padding: 15px 0 0 0;
  }

  .single-blog-page-content-info {
    justify-content: space-between;
    margin-bottom: 15px;
  }

  .single-blog-page-content>h1,
  .single-blog-page-content-txt h1,
  .single-blog-page-content-txt h2,
  .single-blog-page-content-txt h3,
  .single-blog-page-content-txt h4,
  .single-blog-page-content-txt h5,
  .single-blog-page-content-txt h6 {
    font-size: 18px;
    line-height: 24px;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .single-blog-page-content-txt img {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }

  .section-news-single-blog {
    padding: 0 0 30px 0;
  }

  .section-single-blog-title {
    padding: 45px 0 25px 0;
    overflow: hidden;
  }

  .single-blog-title b,
  .single-blog-title h1 {
    font-size: 24px;
    line-height: 43px;
  }

  #breadcrumb-black #breadcrumbs {
    font-size: 6px;
    top: 5px;
  }

  .single-blog-title img {
    top: auto;
    bottom: -25px;
  }

  .section-master-classes.blog-page {
    margin: 20px 0 50px 0;
  }

  .single-blog-author {
    padding: 20px 15px;
  }

  .section-contacts-page {
    margin: 20px 0 50px 0;
  }

  #sb_instagram.sbi_col_1 #sbi_images .sbi_item,
  #sb_instagram .sbi_photo_wrap,
  #sb_instagram .sbi_photo {
    height: 186px !important;
  }

  .sbi_item.sbi_type_image:hover .sbi_photo_wrap a span::after {
    top: 40%;
  }

  .seo-block-text .alignleft,
  .seo-block-text .alignright {
    float: none;
    padding: 0 !important;
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }

	.events-slider-item img {
		height: 200px;
		object-fit: cover;
		display: block;
	}

	.modal-want .modal-form {
    width: 100%;
}
	
	.want-form-wrapper {
		grid-template-columns: 1fr;
		margin-bottom: 20px;
	}
	
	.want-form-wrapper > a,
	.want-form-wrapper > input {
		width: auto;
	}
	
	.want-form-wrapper .btn {
		order: 4;
	}
	
		.section-main, .section-workout-main {
		background-position: center;
	}
	
	.footer-wrapper {
display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px 50px;
    grid-template-areas:
        "f-logo f-logo"
        "f-item-1 f-item-1"
        "f-item-2 f-item-3"
        "f-contact f-contact";
}
	
	.f-logo { grid-area: f-logo; }
.f-item-1 { grid-area: f-item-1; }
.f-item-2 { grid-area: f-item-2; }
.f-item-3 { grid-area: f-item-3; }
.f-contact { grid-area: f-contact; }

	
	.footer-wrapper > div {
	height: min-content;
}

.footer-text {
	max-width: 100%;
}
	
	header {
		overflow: hidden;
	}
	
	.section-main .main-left.mobile-block {
	display: flex;
	min-height: calc(100vh - 315px);
}
	
	.admin-bar .section-main .main-left.mobile-block {
	display: flex;
	min-height: calc(100vh - 361px);
}
	
	.section-main .main-left.tablet-block {
	display: none;
}
	
	.about-left,
.about-right,
.test-traine-content,
.test-traine-wrapper a,
.single-workout-pass-item,
.news-container-item,
.seo-block-img,
.seo-block-text,
.all-events-org-wrapper div,
.all-events-spend-wrapper img,
.corporate-trainings-cost-left,
	.corporate-trainings-cost-right {
		opacity: 1;
	}
	
	.single-workout-pass-item-timing-wrapper div {
    grid-template-columns: 15% 25% 60%;
}
	
	.admin-bar .events-main {
		min-height: calc(100vh - 130px);
	}
	
	.events-main {
		min-height: calc(100vh - 100px);
	}
	
	.mobile-app h2 {
		font-size: 24px;
	}
	
	.mobile-app p {
		font-size: 14px;
	}
}




@media (max-width: 400px) {

  .single-workout-how-signup-arrow-next {
    right: -15px;
  }

  .single-workout-how-signup-arrow-prev {
    left: -15px;
  }

  .reviews-item-left iframe {
    width: 100%;
  }
	
	.single-workout-pass-item-timing-wrapper div {
    grid-template-columns: 20% 25% 60%;
}
	

}

@media (max-width: 350px) {
  .trainers-slider-item-yellow-bg {
    display: none;
  }

  .section-workout-main .main-wrapper .main-left .main-btns-wrapper {
    flex-direction: column;
  }

  .section-workout-main .main-wrapper .main-left .main-btns-wrapper a {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }

  .single-workout-how-signup-item>div {
    max-width: 100%;
  }

  .prev-no-active,
  .next {
    display: none !important;
  }

  .single-blog-page-content-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
	
	.single-workout-pass-item-timing-wrapper div {
    grid-template-columns: 20% 30% 50%;
}
}

@media (max-width: 315px) {

  .trainers-slider-item-wrapper,
  .trainers-slider-item-img {
    width: 250px;
  }
}