/* Common */
/* Blocks */
.main {
	padding: 20.55556vw 0 0 0;
}

.main__title {
	font-family: "HeadingNowVar", "Arial", sans-serif;
	font-variation-settings: "wght" 650, "wdth" 245;
	font-size: 18.88889vw;
	line-height: 80%;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 4.16667vw;
}

.main__title_tab {
	display: none;
}

.main__box {
	position: relative;
	padding: 3.05556vw 0 5.27778vw 0;
	border-radius: 1.66667vw;
	background: #323234 url(../img/@index/main/bg.jpg) no-repeat 50% 0/auto 100%;
	color: #fff;
	overflow: hidden;
}

.main__box-bg {
	display: none;
}

.main__box .container {
	position: relative;
	z-index: 1;
}

.main__box-inner {
	min-height: 124.16667vw;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.main__box-title {
	font-family: "HeadingNowVar", "Arial", sans-serif;
	font-variation-settings: "wght" 650, "wdth" 235;
	font-size: 11.11111vw;
	line-height: 80%;
	text-transform: uppercase;
}

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

.main__box-video-photo, .main__box-video-title {
	display: none;
}

.main__box-video-icon {
	display: block;
	width: 15.55556vw;
	height: 15.55556vw;
	background: url(../img/common/play.svg) no-repeat 50% 50%/100% 100%;
}

.main__box-video-text {
	font-size: 3.61111vw;
	line-height: 76%;
	letter-spacing: -0.03em;
	text-align: center;
}

.main__box-info {
	display: flex;
	gap: 1.38889vw;
}

.main__box-number {
	font-family: "HeadingNowVar", "Arial", sans-serif;
	font-variation-settings: "wght" 650, "wdth" 250;
	font-size: 21.38889vw;
	line-height: 75%;
	text-transform: uppercase;
}

.main__box-text {
	font-family: "HeadingNowVar", "Arial", sans-serif;
	font-variation-settings: "wght" 650, "wdth" 265;
	font-size: 6.66667vw;
	line-height: 80%;
	text-transform: uppercase;
}

.main__buttonbox {
	padding-top: 4.16667vw;
}

.main__buttonbox .button {
	height: 13.88889vw;
}

.about__box {
	display: flex;
	flex-direction: column;
	gap: 6.66667vw;
	margin-bottom: 13.88889vw;
}

.about__head {
	display: flex;
	flex-direction: column;
	gap: 5.55556vw;
}

.about__left {
	display: flex;
	flex-direction: column;
	gap: 5.55556vw;
}

.about__left .button {
	display: none;
}

.about__title {
	font-size: 24.72222vw;
}

.about__text {
	font-size: 6.66667vw;
	line-height: 110%;
	letter-spacing: -0.03em;
}

.about__list {
	display: flex;
	flex-direction: column;
	gap: 6.66667vw;
}

.about__item {
	position: relative;
	border-radius: 2.77778vw;
	background: #040404;
	text-align: center;
}

.about__item:not(:last-child):after {
	position: absolute;
	bottom: -12.22222vw;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	z-index: 1;
	content: '';
	width: 17.77778vw;
	height: 17.77778vw;
	background: url(../img/about/icon-cross.svg) no-repeat 50% 50%/100% 100%;
}

.about__item-inner {
	position: relative;
	height: 93.33333vw;
	padding: 8.05556vw 19.44444vw 0 19.44444vw;
	overflow: hidden;
}

.about__item-inner:before {
	position: absolute;
	content: '';
}

.about__item-inner:after {
	position: absolute;
	bottom: 0;
	z-index: 1;
	content: '';
}

.about__item:nth-child(1) .about__item-inner:before {
	top: 21.11111vw;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	width: 25.27778vw;
	height: 50.55556vw;
	background: url(../img/about/rhomb1.svg) no-repeat 50% 50%/100% 100%;
}

.about__item:nth-child(1) .about__item-inner:after {
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	width: 43.88889vw;
	height: 61.66667vw;
	background: url(../img/about/photo1.png) no-repeat 50% 100%/100% auto;
}

.about__item:nth-child(2) .about__item-inner:before {
	top: 36.94444vw;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	width: 24.72222vw;
	height: 48.88889vw;
	background: url(../img/about/rhomb2.svg) no-repeat 50% 50%/100% 100%;
}

.about__item:nth-child(2) .about__item-inner:after {
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	width: 71.66667vw;
	height: 65vw;
	background: url(../img/about/photo2.png) no-repeat 50% 100%/100% auto;
}

.about__item:nth-child(3) .about__item-inner {
	padding: 8.05556vw 34.72222vw 0 15.27778vw;
}

.about__item:nth-child(3) .about__item-inner:before {
	top: 4.16667vw;
	right: 7.77778vw;
	width: 32.77778vw;
	height: 64.44444vw;
	background: url(../img/about/rhomb3.svg) no-repeat 50% 50%/100% 100%;
}

.about__item:nth-child(3) .about__item-inner:after {
	right: 0;
	width: 57.77778vw;
	height: 86.66667vw;
	background: url(../img/about/photo3.png) no-repeat 100% 100%/100% auto;
}

.about__item-text {
	position: relative;
	z-index: 1;
	font-family: "HeadingNowVar", "Arial", sans-serif;
	font-variation-settings: "wght" 650, "wdth" 238;
	font-size: 19.44444vw;
	line-height: 80%;
	text-transform: uppercase;
	color: #fff;
}

.about__info {
	display: flex;
	flex-direction: column;
	gap: 5.55556vw;
}

.about__info-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	min-height: 39.16667vw;
	gap: 3.33333vw;
	padding: 5.55556vw 11.11111vw 5.55556vw 5.55556vw;
	border-radius: 4.44444vw 0 4.44444vw 4.44444vw;
	background: #f1f1f7;
}

.about__info-top {
	display: flex;
	justify-content: space-between;
	gap: 5.83333vw;
	width: 100%;
}

.about__info-title {
	order: -1;
	font-family: "HeadingNowVar", "Arial", sans-serif;
	font-variation-settings: "wght" 650, "wdth" 260;
	font-size: 8.88889vw;
	line-height: 80%;
	text-transform: uppercase;
}

.about__info-title IMG {
	height: 6.38889vw;
	margin-top: -1.11111vw;
}

.about__info-text {
	display: none;
}

.about__info .button {
	display: inline-flex;
	height: 9.44444vw;
	padding: 0 4.16667vw;
	font-size: 3.88889vw;
}

.about {
	padding: 31.94444vw 0 13.88889vw 0;
}

.founder {
	padding: 23.88889vw 0 13.88889vw 0;
	border-radius: 5.55556vw;
	background: #040404 url(../img/@index/founder/bg.jpg) no-repeat 50% 100%/100% auto;
	color: #fff;
}

.founder__box {
	display: flex;
	flex-direction: column;
	gap: 6.94444vw;
}

.founder__top {
	display: flex;
	flex-direction: column;
	gap: 5.55556vw;
}

.founder__title {
	font-size: 12.77778vw;
	line-height: 80%;
	letter-spacing: -0.03em;
}

.founder__trefoil {
	margin: 0 -5.55556vw;
}

.founder__trefoil > DIV {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 25vw 0;
	width: 100vw;
	height: 95.55556vw;
	padding: 5.55556vw;
	background: url(../img/@index/founder/trefoil.png) no-repeat 50% 50%/100% 100%;
}

.founder__trefoil-text {
	font-size: 4.16667vw;
	line-height: 90%;
	letter-spacing: -0.03em;
	text-align: center;
}

.founder__trefoil-text:first-child {
	flex: 0 0 100%;
}

.founder__person {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 102.77778vw;
}

.founder__person-cite:before, .founder__person-cite:after {
	content: '';
	display: block;
	width: 11.38889vw;
	height: 8.33333vw;
	background: url(../img/@index/founder/quote.svg) no-repeat 0 0/100% 100%;
}

.founder__person-cite:before {
	margin-bottom: 2.22222vw;
}

.founder__person-cite:after {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
	margin-top: 3.33333vw;
}

.founder__person-cite P {
	font-size: 6.66667vw;
	line-height: 110%;
	letter-spacing: -0.03em;
	margin: 0;
}

.founder__person-block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2.77778vw;
}

.founder__person-title {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 9.44444vw;
	padding: 0 5vw;
	border-radius: 55.55556vw;
	background: #323234;
	font-size: 4.44444vw;
	line-height: 90%;
	letter-spacing: -0.03em;
	color: rgba(255, 255, 255, 0.5);
}

.founder__person-info {
	display: flex;
	flex-direction: column;
	gap: 2.77778vw;
}

.founder__person-name {
	font-family: "HeadingNowVar", "Arial", sans-serif;
	font-variation-settings: "wght" 650, "wdth" 260;
	font-size: 16.11111vw;
	line-height: 80%;
	text-transform: uppercase;
}

.founder__person-name BR {
	display: none;
}

.founder__person-text {
	font-size: 4.44444vw;
	line-height: 90%;
	letter-spacing: -0.03em;
}

.banner__more {
	text-align: right;
	font-size: 4.44444vw;
	line-height: 90%;
	letter-spacing: -0.03em;
	margin-bottom: 11.94444vw;
}

.banner__title {
	font-weight: 650;
	font-size: 23.88889vw;
	line-height: 80%;
	letter-spacing: -0.03em;
	margin-bottom: 2.77778vw;
}

.banner__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 1.11111vw;
	margin-bottom: 4.16667vw;
}

.banner__tags DIV {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 9.44444vw;
	padding: 0 2.77778vw;
	border-radius: 27.77778vw;
	font-size: 4.44444vw;
	line-height: 90%;
	letter-spacing: -0.03em;
}

.dark .banner__tags DIV {
	background: #323234;
	color: rgba(224, 226, 234, 0.5);
}

.light .banner__tags DIV {
	background: #fff;
	color: #a6b0bf;
}

.banner__text {
	font-size: 6.66667vw;
	line-height: 110%;
	letter-spacing: -0.03em;
	margin-bottom: 6.94444vw;
}

.banner__bottom .button.desk {
	display: none;
}

.trainer {
	padding: 13.88889vw 0;
}

.trainer__box {
	display: flex;
	flex-direction: column;
	gap: 3.33333vw;
}

.trainer .banner {
	padding: 11.11111vw 5.55556vw 14.72222vw 5.55556vw;
	border-radius: 5.55556vw;
	background: #f1f1f7;
}

.trainer .banner__bottom {
	padding: 102.77778vw 5.55556vw 0 5.55556vw;
	background: url(../img/@index/trainer/bg.jpg) no-repeat 50% 0/100% auto;
	margin: 0 -5.55556vw;
}

.trainer__info {
	display: flex;
	flex-direction: column;
	gap: 3.33333vw;
}

.trainer__info-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 39.16667vw;
	padding: 5.55556vw;
	border-radius: 4.44444vw 0 4.44444vw 4.44444vw;
	background: #f1f1f7;
}

.trainer__info-top {
	display: flex;
	align-items: center;
	gap: 5.83333vw;
}

.trainer__info .number:before {
	left: 2.77778vw;
	width: 5.27778vw;
	height: 5.27778vw;
}

.trainer__info .number DIV {
	width: 5.27778vw;
	height: 5.27778vw;
}

.trainer__info-text {
	font-size: 4.44444vw;
	line-height: 90%;
	letter-spacing: -0.03em;
	color: #a6b0bf;
}

.trainer__info-title {
	font-family: "HeadingNowVar", "Arial", sans-serif;
	font-variation-settings: "wght" 650, "wdth" 260;
	font-size: 7.22222vw;
	line-height: 80%;
	text-transform: uppercase;
}

.trainer__info-title BR {
	display: none;
}

.inventory {
	padding: 11.11111vw 0 14.72222vw 0;
	border-radius: 5.55556vw;
	background: #040404;
	color: #fff;
}

.inventory .banner__bottom {
	padding: 94.44444vw 5.55556vw 0 5.55556vw;
	background: url(../img/@index/inventory/bg.jpg) no-repeat 50% 0/100% auto;
	margin: 0 -5.55556vw;
}

.product {
	padding: 2.77778vw;
	border-radius: 4.44444vw;
	background: #f1f1f7;
}

.product:before {
	width: 6.11111vw;
	height: 6.11111vw;
}

.product__item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	text-align: center;
}

.product__item-photo {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 36.11111vw;
	height: 36.11111vw;
	margin-bottom: 4.16667vw;
}

.product__item-photo:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	content: '';
	width: 28.33333vw;
	height: 28.33333vw;
	border-radius: 50%;
	background: #e0e2ea;
}

.product__item-photo IMG {
	position: relative;
	max-width: 100%;
	max-height: 100%;
}

.product__item-name {
	font-size: 4.44444vw;
	line-height: 90%;
	letter-spacing: -0.03em;
}

.product__item-price {
	font-size: 3.88889vw;
	line-height: 120%;
}

.products {
	padding: 5.55556vw 0 15.27778vw 0;
}

.products__gallery {
	position: relative;
}

.products__gallery IMG {
	border-radius: 2.77778vw;
}

.products__carousel {
	display: flex;
	flex-wrap: wrap;
	gap: 5.55556vw;
	margin-bottom: 6.66667vw;
}

.products .product {
	flex: 0 0 calc(50% - 2.77778vw);
	display: none;
}

.products .product:nth-child(1), .products .product:nth-child(2), .products .product:nth-child(3), .products .product:nth-child(4) {
	display: block;
}

.training {
	padding: 11.11111vw 0 14.72222vw 0;
	border-radius: 5.55556vw;
	background: #040404;
	color: #fff;
}

.training .banner__bottom {
	padding: 94.44444vw 5.55556vw 0 5.55556vw;
	background: url(../img/@index/training/bg.jpg) no-repeat 50% 0/100% auto;
	margin: 0 -5.55556vw;
}

.cooperation {
	padding: 13.88889vw 0 5.83333vw 0;
}

.cooperation__box {
	display: flex;
	flex-direction: column;
	gap: 5.55556vw;
}

.cooperation .banner {
	padding: 11.11111vw 5.55556vw 14.72222vw 5.55556vw;
	border-radius: 5.55556vw;
	background: #f1f1f7;
}

.cooperation .banner__top {
	padding: 0 5.55556vw 108.33333vw 5.55556vw;
	background: url(../img/@index/cooperation/bg.jpg) no-repeat 50% 100%/100% auto;
	margin: 0 -5.55556vw;
}

.cooperation .banner__bottom {
	padding: 11.11111vw 0 0 0;
}

.cooperation__info {
	display: flex;
	flex-direction: column;
	gap: 5.55556vw;
}

.cooperation__info-item {
	display: flex;
	align-items: center;
	gap: 1.11111vw;
	min-height: 39.16667vw;
	padding: 5.55556vw;
	border-radius: 4.44444vw 0 4.44444vw 4.44444vw;
	background: #f1f1f7;
}

.cooperation__info-item_full {
	height: 39.16667vw;
	padding: 0;
	overflow: hidden;
}

.cooperation__info-item_full IMG {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.cooperation__info-number {
	font-family: "HeadingNowVar", "Arial", sans-serif;
	font-variation-settings: "wght" 650, "wdth" 260;
	font-size: 27.77778vw;
	line-height: 80%;
}

.cooperation__info-title {
	font-family: "HeadingNowVar", "Arial", sans-serif;
	font-variation-settings: "wght" 650, "wdth" 260;
	font-size: 7.22222vw;
	line-height: 80%;
	text-transform: uppercase;
}

.news__box {
	display: flex;
	flex-direction: column;
	gap: 6.66667vw;
	margin-bottom: 5.55556vw;
}

.news__head {
	display: flex;
	flex-direction: column;
	gap: 5.55556vw;
	margin-bottom: 5.55556vw;
}

.news__title {
	font-size: 23.88889vw;
}

.news .more.desk {
	display: none;
}

.news .more.mob {
	display: inline-flex;
}

.news__list {
	display: flex;
	flex-direction: column;
	gap: 4.44444vw;
	margin-bottom: 4.44444vw;
}

.news__item {
	display: flex !important;
	flex-direction: column;
	width: inherit;
	border-radius: 4.44444vw;
	background: #f1f1f7;
}

.news__item-inner {
	display: flex;
	flex-direction: column;
	gap: 3.05556vw;
	width: 88.88889vw;
}

.news__item-photo {
	height: 55vw;
	border-radius: 4.44444vw 0 4.44444vw 4.44444vw;
	overflow: hidden;
}

.news__item-photo IMG {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.news__item-content {
	display: flex;
	flex-direction: column;
	gap: 12.5vw;
	padding: 0 2.77778vw 2.77778vw 2.77778vw;
}

.news__item-text {
	font-size: 4.44444vw;
	line-height: 110%;
	letter-spacing: -0.03em;
	-webkit-line-clamp: 5;
	display: -webkit-box;
	-Webkit-box-orient: vertical;
	overflow: hidden;
}

.news__item-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 2.77778vw;
}

.news__item-date {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 7.22222vw;
	padding: 0 2.5vw;
	border-radius: 55.55556vw;
	background: #fff;
	font-size: 4.44444vw;
	line-height: 90%;
	letter-spacing: -0.03em;
}

.news__item-more {
	font-size: 4.44444vw;
	line-height: 90%;
	letter-spacing: -0.03em;
	color: #ff0000;
}

.pages {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5.55556vw;
}

.pages DIV {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5.55556vw;
}

.pages A {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 7.77778vw;
	height: 7.77778vw;
	border-radius: 50%;
	font-size: 4.44444vw;
	letter-spacing: -0.03em;
}

.pages A:hover {
	color: #d90000;
}

.pages A.current {
	border: 1px solid #ff0000;
	color: #ff0000;
	pointer-events: none;
	cursor: default;
}

.pages-prev, .pages-next {
	flex: 0 0 7.77778vw;
	background: #ff0000;
}

.pages-prev:hover, .pages-next:hover {
	background: #d90000;
}

.pages-prev.disabled, .pages-next.disabled {
	background: #a6b0bf;
	pointer-events: none;
	cursor: default;
}

.pages-prev:after, .pages-next:after {
	content: '';
	width: 100%;
	height: 100%;
	background: url(../img/@shop/catalogue/arrow.svg) no-repeat 50% 50%/90% 90%;
}

.pages-prev:after {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.pages SPAN {
	font-size: 4.44444vw;
	letter-spacing: -0.03em;
}

.news {
	padding: 5.83333vw 0 6.94444vw 0;
}

.faq__title {
	margin-bottom: 5.55556vw;
}

.faq__feedback.desk {
	display: none;
}

.faq__feedback-text {
	font-size: 5.55556vw;
	line-height: 110%;
	letter-spacing: -0.03em;
	margin-bottom: 2.77778vw;
}

.faq__feedback .button {
	width: 45.55556vw;
}

.faq .accordion {
	margin-bottom: 5.55556vw;
}

.faq .accordion__hide {
	padding-top: 6.94444vw;
}

.faq .accordion__item {
	min-height: 26.38889vw;
	padding: 5.55556vw;
	border-radius: 2.77778vw 0 2.77778vw 2.77778vw;
	background: #f1f1f7;
	margin-bottom: 5.55556vw;
	transition: 0.3s;
}

.faq .accordion__item:last-child {
	margin: 0;
}

.faq .accordion__item.open .accordion__item-head:after {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.faq .accordion__item-head {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	gap: 2.77778vw;
	min-height: 15.27778vw;
	cursor: pointer;
}

.faq .accordion__item-head:after {
	position: absolute;
	top: 0;
	right: 0.55556vw;
	content: '';
	display: block;
	width: 9.44444vw;
	height: 9.44444vw;
	background: url(../img/faq/icon_accordion.svg) no-repeat 0 0/cover;
	transition: .3s;
}

.faq .accordion__item .number:before {
	left: 4.44444vw;
	width: 9.44444vw;
	height: 9.44444vw;
}

.faq .accordion__item .number DIV {
	width: 9.44444vw;
	height: 9.44444vw;
}

.faq .accordion__item-title {
	position: relative;
	flex-grow: 1;
	padding-right: 10.55556vw;
	font-size: 5.55556vw;
	line-height: 110%;
	letter-spacing: -0.03em;
}

.faq .accordion__item-text {
	font-size: 5.55556vw;
	line-height: 90%;
	letter-spacing: -0.05em;
	color: #a6a6a6;
}

.faq .accordion__item UL {
	padding: 2.77778vw 0 0 0;
}

.faq .accordion__item UL LI {
	position: relative;
	padding-left: 6.11111vw;
	font-size: 5.55556vw;
	line-height: 90%;
	letter-spacing: -0.03em;
}

.faq .accordion__item UL LI:before {
	position: absolute;
	top: 2.5vw;
	left: 0;
	content: '';
	display: block;
	width: 4.44444vw;
	height: 0.55556vw;
	background: #a6a6a6;
}

.faq .accordion__item OL {
	padding: 2.77778vw 0 0 6.11111vw;
}

.faq .accordion__item OL LI {
	font-size: 5.55556vw;
	line-height: 90%;
	letter-spacing: -0.03em;
}

.faq {
	padding: 6.94444vw 0 5.55556vw 0;
}

.reviews {
	padding: 5.83333vw 0 27.77778vw 0;
}

.reviews__title {
	font-size: 23.88889vw;
	margin-bottom: 6.38889vw;
}

.reviews__carousel {
	margin-right: -5.55556vw;
}

.reviews .slick-slide {
	margin-right: 5.55556vw;
}

.reviews__item {
	display: flex !important;
	width: inherit;
}

.reviews__item-inner {
	position: relative;
	width: 74.44444vw;
}

.reviews__item-photo {
	border-radius: 4.44444vw 0 4.44444vw 4.44444vw;
	overflow: hidden;
}

.reviews__item-name {
	position: absolute;
	bottom: 5.55556vw;
	left: 6.66667vw;
	right: 6.66667vw;
	display: flex;
	gap: 3.33333vw;
	font-family: "HeadingNowVar", "Arial", sans-serif;
	font-variation-settings: "wght" 650, "wdth" 260;
	font-size: 8.88889vw;
	line-height: 80%;
	text-transform: uppercase;
	color: #fff;
}

.reviews__item-name:before {
	content: '';
	display: block;
	width: 15.55556vw;
	height: 15.55556vw;
	background: url(../img/common/play.svg) no-repeat 50% 50%/100% 100%;
}
