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

.main__box {
	min-height: 30.52083vw;
	padding: 0 5vw;
	border-radius: 1.04167vw;
	background: #040404 url(../img/@workout/main/bg_desk.jpg) no-repeat 100% 100%/100% auto;
	margin: 0 -5vw;
}

.main__box-inner {
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}

.main__box-video {
	display: flex;
	justify-content: space-between;
	gap: 1.04167vw;
	width: 21.5625vw;
	height: 9.84375vw;
	padding: 0.41667vw 1.25vw 0.41667vw 0.41667vw;
	border-radius: 0.52083vw;
	background: #fff;
}

.main__box-video-photo {
	display: block;
	flex: 0 0 13.54167vw;
}

.main__box-video-photo IMG {
	border-radius: 0.3125vw;
}

.main__box-video-head {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
	gap: 0;
}

.main__box-video-title {
	order: -1;
	display: block;
	font-family: "HeadingNowVar", "Arial", sans-serif;
	font-variation-settings: "wght" 650, "wdth" 275;
	font-size: 1.5625vw;
	line-height: 80%;
	text-transform: uppercase;
	color: #040404;
	text-align: right;
}

.main__box-video-icon {
	width: 2.91667vw;
	height: 2.91667vw;
}

.main__content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 0 0 50%;
	padding: 3.07292vw 0 3.125vw 0;
}

.main__block {
	gap: 3.80208vw;
}

.main__title {
	font-size: 5.72917vw;
	letter-spacing: -0.03em;
	margin-bottom: 0.78125vw;
}

.main__address {
	font-variation-settings: "wght" 650, "wdth" 260;
	font-size: 3.125vw;
}

.main__address-metro {
	display: flex;
	align-items: flex-end;
	gap: 0.20833vw;
}

.main__address-metro:before {
	width: 1.875vw;
	height: 1.875vw;
}

.main__buttonbox.mob {
	display: none;
}

.main__buttonbox.desk {
    display: flex;
    flex-direction: row;
    gap: 0.625vw;
}

.main__buttonbox .button {
	height: 3.64583vw;
	font-size: 1.25vw;
	margin: 0;
	/*
            &:after {
                top: -22px;
                right: -14px;
                transform: rotate(6.59deg);
                width: 107px;
                height: 34px;
                border-radius: 100px;
                font-size: 14px;
            }
            */
}

.main__buttonbox .button_1 {
    width: 23.38542vw;
}

.main__buttonbox .button_5 {
    width: 11.09375vw;
}

.main__right {
	display: flex;
	align-items: flex-end;
	padding-bottom: 1.04167vw;
}

.about__box {
	flex-direction: row;
	gap: 1.25vw;
	margin-bottom: 4.375vw;
}

.about__box > DIV {
	flex: 1 0;
}

.about__head {
	flex-direction: row;
	gap: 0;
}

.about__left {
	flex: 0 0 22.65625vw;
	align-items: flex-start;
	gap: 2.60417vw;
}

.about__left .button {
	display: inline-flex;
	width: 16.66667vw;
	height: 2.5vw;
	padding: 0 1.04167vw;
}

.about__title {
	font-size: 4.47917vw;
}

.about__text {
	display: flex;
	align-items: center;
	font-size: 1.77083vw;
	line-height: 90%;
}

.about__list {
	flex-direction: row;
	gap: 1.25vw;
}

.about__item {
	flex: 1 0;
	border-radius: 0.52083vw;
}

.about__item:not(:last-child):after {
	top: 50%;
	left: auto;
	right: -2.29167vw;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 3.38542vw;
	height: 3.38542vw;
}

.about__item-inner {
	height: 17.5vw;
	padding: 1.04167vw 1.5625vw 0 1.5625vw;
}

.about__item:nth-child(1) .about__item-inner:before {
	top: 3.95833vw;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	width: 4.73958vw;
	height: 9.47917vw;
}

.about__item:nth-child(1) .about__item-inner:after {
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	width: 8.22917vw;
	height: 11.5625vw;
}

.about__item:nth-child(2) .about__item-inner:before {
	top: 6.92708vw;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	width: 4.63542vw;
	height: 9.16667vw;
}

.about__item:nth-child(2) .about__item-inner:after {
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	width: 13.4375vw;
	height: 12.1875vw;
}

.about__item:nth-child(3) .about__item-inner {
	padding: 1.04167vw 3.64583vw 0 1.71875vw;
}

.about__item:nth-child(3) .about__item-inner:before {
	top: 0.78125vw;
	right: 0;
	width: 6.14583vw;
	height: 12.08333vw;
}

.about__item:nth-child(3) .about__item-inner:after {
	right: -1.5625vw;
	width: 10.83333vw;
	height: 16.25vw;
}

.about__item-text {
	font-size: 3.64583vw;
}

.about__info {
	flex-direction: row;
	gap: 1.25vw;
}

.about__info-item {
	flex-direction: row;
	justify-content: inherit;
	align-items: inherit;
	flex: 1 0;
	min-height: 13.33333vw;
	gap: 0.46875vw;
	padding: 1.25vw;
	border-radius: 0.83333vw 0 0.83333vw 0.83333vw;
	background: #f1f1f7;
}

.about__info-top {
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 1.09375vw;
	flex: 0 0 13.54167vw;
}

.about__info .number {
	order: -1;
}

.about__info-title {
	font-size: 2.8125vw;
}

.about__info-title IMG {
	height: 2.1875vw;
	margin-top: -0.36458vw;
}

.about__info-bottom {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.about__info-text {
	display: block;
	padding-top: 2.39583vw;
	font-size: 0.83333vw;
	line-height: 90%;
	letter-spacing: -0.03em;
}

.about__info .button {
	height: 1.77083vw;
	padding: 0 0.78125vw;
	font-size: 0.72917vw;
}

.about {
	padding: 2.60417vw 0 5.20833vw 0;
}

.qualities {
	padding: 5.52083vw 0;
	border-radius: 1.04167vw;
}

.qualities__box {
	flex-direction: row;
	gap: 1.25vw;
}

.qualities__title {
	font-size: 3.75vw;
}

.qualities__list {
	flex: 0 0 72.29167vw;
	flex-direction: row;
	gap: 1.25vw;
}

.qualities__item {
	flex: 1 0;
	border-radius: 0.52083vw;
}

.qualities__item:nth-child(1) {
	background-image: url(../img/@workout/qualities/bg1_desk.png);
}

.qualities__item:nth-child(2) {
	background-image: url(../img/@workout/qualities/bg2_desk.png);
}

.qualities__item:nth-child(3) {
	background-image: url(../img/@workout/qualities/bg3_desk.png);
}

.qualities__item:nth-child(4) {
	background-image: url(../img/@workout/qualities/bg4_desk.png);
}

.qualities__item:nth-child(5) {
	background-image: url(../img/@workout/qualities/bg5_desk.png);
}

.qualities__item:not(:last-child):after {
	top: 50%;
	left: auto;
	right: -2.29167vw;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 3.38542vw;
	height: 3.38542vw;
}

.qualities__item-inner {
	height: 18.125vw;
	padding: 1.25vw;
}

.qualities__item-number:before {
	left: 0.625vw;
	width: 1.30208vw;
	height: 1.30208vw;
}

.qualities__item-number DIV {
	width: 1.30208vw;
	height: 1.30208vw;
}

.qualities__item-text {
	font-size: 3.125vw;
}

.services {
	padding: 5.20833vw 0 2.60417vw 0;
}

.services__box {
	padding-bottom: 0;
	margin-bottom: 0;
}

.services__title {
	font-size: 4.47917vw;
	margin-bottom: 2.60417vw;
}

.services__head {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2.60417vw;
}

.services__filter {
	display: inline-flex;
	padding: 0;
	height: 3.17708vw;
	margin: 0;
}

.services__filter-inner {
	gap: 0.52083vw;
	padding: 0.41667vw;
	border-radius: 1.5625vw;
}

.services__filter-item {
	height: 2.34375vw;
	padding: 0 1.5625vw;
	border-radius: 10.41667vw;
	font-size: 0.9375vw;
}

.services .slick-list {
	overflow: hidden;
}

.services .slick-arrows {
	position: static;
}

.services__list {
	margin-bottom: 0;
}

.services__item-inner {
	gap: 1.5625vw;
	width: 29.16667vw;
	padding: 1.25vw 2.60417vw 1.25vw 1.25vw;
	border-radius: 1.04167vw 0 1.04167vw 1.04167vw;
}

.services__item-head {
	display: flex;
	justify-content: space-between;
	gap: 2.08333vw;
	width: 100%;
	margin-bottom: 0.52083vw;
}

.services__item-subtitle {
	height: 1.77083vw;
	padding: 0 0.9375vw;
	border-radius: 10.41667vw;
	font-size: 0.83333vw;
	line-height: 90%;
	margin-bottom: 0;
}

.services__item-title {
	order: -1;
	font-variation-settings: "wght" 650, "wdth" 260;
	font-size: 3.125vw;
	line-height: 80%;
	letter-spacing: inherit;
	margin-bottom: 0;
}

.services__item-info {
	max-width: 15.625vw;
	font-size: 0.83333vw;
	line-height: 90%;
	letter-spacing: -0.03em;
	color: #a6b0bf;
	margin-bottom: 1.25vw;
}

.services__item-list {
	gap: 0.41667vw;
}

.services__item-list LI {
	padding-left: 0.83333vw;
	font-size: 1.09375vw;
}

.services__item-list LI:before {
	top: 0.26042vw;
	width: 0.3125vw;
	height: 0.3125vw;
}

.services__item-pricebox {
	gap: 0.52083vw 0;
	margin-bottom: 1.5625vw;
}

.services__item-price {
	gap: 0;
	flex: 0 0 33.333%;
}

.services__item-price-old:after {
	height: 1px;
}

.services__item-price-old DIV {
	font-size: 1.09375vw;
}

.services__item-price-old DIV SPAN {
	font-size: 0.625vw;
}

.services__item-price-new {
	font-size: 2.1875vw;
	line-height: 80%;
}

.services__item-price-new SPAN {
	font-size: 1.04167vw;
}

.services__item-price-text {
	font-size: 0.83333vw;
}

.services__item .button {
	width: 8.85417vw;
}

.club {
	padding: 2.60417vw 0;
	border-radius: 1.04167vw;
}

.club__box {
	flex-direction: row;
	justify-content: space-between;
	gap: 0.20833vw;
	margin: 0 -5vw;
}

.club__content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 0 0 41.71875vw;
	gap: 1.5625vw;
	padding: 2.60417vw 7.29167vw 2.34375vw 5vw;
	border-radius: 1.04167vw;
	background: #040404;
	color: #fff;
}

.club__title {
	font-size: 8.125vw;
	margin-bottom: 0.52083vw;
}

.club__tags {
	gap: 0.20833vw;
}

.club__tags DIV {
	height: 1.77083vw;
	padding: 0 1.04167vw;
	border-radius: 5.20833vw;
	font-size: 0.83333vw;
}

.club__text {
	font-size: 1.25vw;
}

.club__list {
	flex-grow: 1;
	flex-direction: row;
	gap: 0.20833vw;
}

.club__item {
	display: flex;
	flex: 1 0;
	border-radius: 1.04167vw;
	background-color: #323234;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}

.club__item:nth-child(1) {
	background-image: url(../img/@workout/club/bg1_desk.jpg);
}

.club__item:nth-child(2) {
	background-image: url(../img/@workout/club/bg2_desk.jpg);
}

.club__item:nth-child(3) {
	background-image: url(../img/@workout/club/bg3_desk.jpg);
}

.club__item-inner {
	display: flex;
	height: 29.16667vw;
	padding: 2.34375vw 1.25vw;
}

.club__item-text {
	max-width: 11.66667vw;
	font-variation-settings: "wght" 650, "wdth" 250;
	font-size: 3.64583vw;
}

.trainer {
	padding: 2.60417vw 0;
}

.trainer__box {
	padding-bottom: 0;
	margin-bottom: 0;
}

.trainer__head {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.82292vw;
}

.trainer__title {
	font-size: 4.47917vw;
}

.trainer .slick-arrows {
	position: static;
}

.trainer__list {
	margin-bottom: 5.20833vw;
}

.trainer__item-inner {
	position: relative;
	display: flex;
	width: 43.75vw;
	height: 23.85417vw;
	border-radius: 1.04167vw 0 1.04167vw 1.04167vw;
}

.trainer__item-photo {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	justify-content: flex-end;
	width: 26.04167vw;
	height: 23.85417vw;
}

.trainer__item-photo:before {
	position: absolute;
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	-webkit-transform: none;
	        transform: none;
	content: '';
	display: block;
	width: 22.91667vw;
	height: 19.79167vw;
	background: url(../img/@workout/trainer/figure_desk.png) no-repeat 100% 100%/100% 100%;
}

.trainer__item-photo:after {
	display: none;
}

.trainer__item-photo IMG {
	width: 23.95833vw;
	height: 32.70833vw;
}

.trainer__item-info {
	position: static;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 0 0 21.875vw;
	padding: 1.25vw;
}

.trainer__item-name {
	font-variation-settings: "wght" 650, "wdth" 260;
	font-size: 5.20833vw;
	margin-bottom: 1.09375vw;
}

.trainer__item-list {
	gap: 0.41667vw;
}

.trainer__item-list LI {
	padding-left: 0.83333vw;
	font-size: 1.09375vw;
}

.trainer__item-list LI:before {
	top: 0.26042vw;
	width: 0.3125vw;
	height: 0.3125vw;
}

.trainer .bigbuttonbox {
	margin: 0;
}

.contacts {
	padding: 2.60417vw 0 5.20833vw 0;
}

.contacts__box {
	flex-direction: row;
	justify-content: space-between;
	gap: 1.25vw;
	margin-bottom: 5.20833vw;
}

.contacts__title {
	flex: 0 0 22.65625vw;
	font-size: 4.47917vw;
	margin-bottom: 1.71875vw;
}

.contacts__title BR {
	display: none;
}

.contacts__content {
	flex: 0 0 29.53125vw;
	padding: 1.35417vw 1.25vw 1.35417vw 1.25vw;
	border-radius: 1.04167vw 0 1.04167vw 1.04167vw;
	background: #f1f1f7;
}

.contacts__metro {
	font-size: 3.64583vw;
	margin-bottom: 1.14583vw;
}

.contacts__metro:before {
	width: 1.875vw;
	height: 1.875vw;
	margin-bottom: 0.26042vw;
}

.contacts__list {
	display: flex;
	flex-direction: column;
	gap: 1.25vw;
}

.contacts__item-title {
	font-size: 0.9375vw;
	margin-bottom: 0.20833vw;
}

.contacts__item-list {
	gap: 0.20833vw;
}

.contacts__item-text {
	font-size: 1.25vw;
}

.contacts__map {
	order: -1;
	flex-grow: 1;
	border-radius: 1.04167vw;
	margin: 0;
}

.contacts .bigbuttonbox {
	margin: 0;
}


.schedule {
    padding: 5.20833vw 0 2.60417vw 0;
}

.schedule__box {
    padding-bottom: 0;
    margin-bottom: 0;
}

.schedule__title {
    font-size: 4.47917vw;
    margin-bottom: 2.60417vw;
}
