

/* Start:/local/templates/ecofit/components/bitrix/menu/top_menu/style.min.css?1772643942490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/ecofit/components/bitrix/menu/top_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/ecofit/components/nirvana/form/call_me/style.css?1772643942506*/
input {
    outline:none;
}

.invalid {
    background: rgba(255, 0, 0, 0.4);
}

input, textarea{
    width: 200px;
}

.error{
    position: absolute;
    width: 200px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
    background: #ebf5ff;
    border: 1px solid #b1d3f5;
}

.error::before{
    content: url(/local/templates/ecofit/components/nirvana/form/call_me/./corner.gif);
    width: 13px;
    height: 6px;
    position: absolute;
    top: 8px;
    left: -10px;
}
/* End */


/* Start:/local/templates/ecofit/components/nirvana/form/registration/style.css?1772643942506*/
input {
    outline:none;
}

.invalid {
    background: rgba(255, 0, 0, 0.4);
}

input, textarea{
    width: 200px;
}

.error{
    position: absolute;
    width: 200px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
    background: #ebf5ff;
    border: 1px solid #b1d3f5;
}

.error::before{
    content: url(/local/templates/ecofit/components/nirvana/form/registration/./corner.gif);
    width: 13px;
    height: 6px;
    position: absolute;
    top: 8px;
    left: -10px;
}
/* End */


/* Start:/local/templates/ecofit/components/nirvana/form/default_modal/style.css?1772643942506*/
input {
    outline:none;
}

.invalid {
    background: rgba(255, 0, 0, 0.4);
}

input, textarea{
    width: 200px;
}

.error{
    position: absolute;
    width: 200px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
    background: #ebf5ff;
    border: 1px solid #b1d3f5;
}

.error::before{
    content: url(/local/templates/ecofit/components/nirvana/form/default_modal/./corner.gif);
    width: 13px;
    height: 6px;
    position: absolute;
    top: 8px;
    left: -10px;
}
/* End */


/* Start:/local/templates/ecofit/template_styles.css?1772643942134573*/
@charset "UTF-8";

#result_show {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 25;
	background: rgba(10, 10, 10, 0.5);
	overflow: hidden;
}

.article {
	width: 100%;
}

.article_wrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.article_left {
	display: flex;
	flex-direction: column;
	flex-basis: calc(72% - 15px);
	background-color: white;
	height: max-content;
}

.article_right {
	display: flex;
	flex-direction: column;
	flex-basis: calc(28% - 15px);
}

.article_top {
	display: flex;
	flex-direction: column;
}

.article_bottom {
	display: flex;
	flex-direction: column;
}

.article_container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: white;
	width: 100%;
	padding: 60px 40px 75px;
	/*min-height: 100%;*/
}

.article_up {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.article_marker {
	color: #ffffff;
	font-size: 12px;
	padding: 8px 20px;
}

.article_marker.articles {
	background-color: #a77e42;
}

.article_marker.news {
	background-color: #494992;
}

.article_marker.stock {
	background-color: #bd0e37;
}

.article_title {
	color: black;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.3;
	margin-top: 20px;
}

.article_img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
	height: 377px;
	margin: 40px 0 30px;
}

.article_description {
	color: black;
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 30px;
}

.article_subtitle {
	color: black;
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 20px;
}

.article_exit {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-top: 30px;
}

.article_exit_icon {
	background: url("/local/templates/ecofit/./img/angle-arrow-right-white.png") no-repeat 0px;
	background-position: center;
	background-color: #222224;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	width: 8px;
	height: 12px;
	padding: 18px;
	margin-right: 20px;
}

.article_exit_text {
	color: black;
	font-weight: 700;
	font-size: 14px;
}

.article_exit:hover .article_exit_icon {
	cursor: pointer;
	background-color: #a77e42;
}

.article_exit:hover .article_exit_text {
	cursor: pointer;
	color: #a77e42;
}

.article_caption {
	position: relative;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 20px;
}

.article_caption:after {
	position: absolute;
	content: "";
	width: 220px;
	height: 1px;
	background-color: #a77e42;
	right: 0;
	top: 15px;
}

.article_popular_wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}

.article_popular_link {
	text-decoration: none;
	display: flex;
	flex-direction: row;
}

.article_popular_img {
	min-width: 161px;
	width: 161px;
	object-fit: cover;
	height: 150px;
}

.article_popular_info {
	display: flex;
	flex-direction: column;
	padding: 20px 30px 20px 20px;
}

.article_popular_date {
	color: #7a7a7b;
	font-size: 12px;
}

.article_popular_text {
	font-size: 14px;
	margin-top: 5px;
}

.article_block {
	display: flex;
	flex-direction: row;
	background-color: #222224;
	margin-bottom: 15px;
}

.article_block:hover {
	background-color: #2c2c2c;
	cursor: pointer;
}

.article_form {
	background: url("/local/templates/ecofit/./img/paper-plane-2.jpg") no-repeat 0px;
	background-position-x: right;
	background-position-y: bottom;
	background-size: cover;
	padding: 30px;
	position: relative;
}

.article_form_text {
	text-align: center;
}

.article_form_text span {
	font-weight: 700;
}

.article_form .label {
	color: #7a7a7b;
	position: absolute;
	bottom: calc(50% + 7px);
	left: 0;
	pointer-events: none;
	transition-duration: 0.2s;
}

.article_form .mail-icon {
	position: absolute;
	background: url("/local/templates/ecofit/./img/icon_mail.png") no-repeat 0px;
	background-position: center;
	background-size: cover;
	width: 17px;
	height: 13px;
	right: 0;
	top: 6px;
}

.article_input {
	position: relative;
	margin-top: 30px;
	margin-bottom: -10px;
}

.article_request {
	outline: none;
	border: none;
	width: 100%;
}

.atmosphere {
	padding-top: 80px;
}

.atmosphere_bg {
	background: url("/local/templates/ecofit/./img/logo-bg.png");
	background-position: center;
	background-size: cover;
	width: 510px;
	height: 583px;
	position: absolute;
	top: -45px;
	left: -30px;
}

.atmosphere_wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 60px;
}

.atmosphere_info {
	display: flex;
	flex-direction: column;
	width: calc(30% - 30px);
}

.atmosphere_description {
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}

.atmosphere_text {
	font-size: 14px;
	color: #7a7a7b;
	margin-bottom: 25px;
	z-index: 10;
}

.atmosphere_request {
	width: 260px;
	z-index: 10;
}

.atmosphere_slider {
	position: relative;
	width: calc(70% - 30px);
	height: 100%;
}

.atmosphere_slider .slider-counter {
	position: absolute;
	bottom: -55px;
	right: 0;
	color: white;
}

.atmosphere_slider .slider-counter__total {
	font-size: 14px;
	color: #7a7a7b;
}

.atmosphere_slider .slider-counter__total:before {
	content: " / ";
	font-size: 14px;
}

.atmosphere_slider .slider-counter___change {
	font-size: 14px;
	position: relative;
	text-align: right;
	top: 16px;
	left: -35px;
}

.atmosphere_slider .swiper-container {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.atmosphere_slider .swiper-slide {
	position: relative;
}

.atmosphere_slider .swiper-slide img {
	width: 100%;
	height: 100%;
}

.atmosphere_slider .swiper-pagination-bullets {
	position: absolute;
	bottom: -60px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}

.atmosphere_slider .swiper-pagination {
	display: block;
	position: absolute;
	text-align: center;
	transition: 0.3s opacity;
	z-index: 10;
	width: 100%;
	transform: none;
}

.atmosphere_slider .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 20px;
}

.atmosphere_slider .swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.article_description p {
	color: black;
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 30px;
}

.article_description ol {
	padding-left: 20px;
}

.article_description ul {
	padding-left: 20px;
}

.article_description li {
	position: relative;
}

.atmosphere_slider .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	border: 2px solid white;
	display: inline-block;
	border-radius: 100%;
	background: #1e1d1f;
	opacity: 0.5;
	margin: 0 10px;
	outline: none;
}

.atmosphere_slider .swiper-pagination-bullet-active {
	opacity: 1;
	border: none;
	background-color: #a77e42;
}

.atmosphere_slider .swiper-button-next {
	background: url("/local/templates/ecofit/./img/angle-arrow-right-black.png") no-repeat 0px;
	background-position-x: 60%;
	background-position-y: 50%;
	background-color: white;
	border-radius: 25px 0 0 25px;
	width: 8px;
	height: 12px;
	right: 0;
	top: 50%;
	padding: 25px;
	opacity: 0.5;
	outline: none;
	position: absolute;
	z-index: 10;
	cursor: pointer;
}

.atmosphere_slider .swiper-button-next:hover {
	opacity: 1;
}

.atmosphere_slider .swiper-button-prev {
	background: url("/local/templates/ecofit/./img/angle-arrow-left-black.png") no-repeat 0px;
	background-position-x: 40%;
	background-position-y: 50%;
	background-color: white;
	border-radius: 0 25px 25px 0;
	width: 8px;
	height: 12px;
	left: 0;
	top: 50%;
	padding: 25px;
	opacity: 0.5;
	outline: none;
	position: absolute;
	z-index: 10;
	cursor: pointer;
}

.atmosphere_slider .swiper-button-prev:hover {
	opacity: 1;
}

.swiper-button-next::after,
.swiper-button-prev::after {
	display: none;
}

.blog {
	position: relative;
	width: 100%;
	min-height: calc(100vh - 200px);
	margin: 0 auto 90px;
}

.blog_bg {
	position: absolute;
	background: url("/local/templates/ecofit/./img/blog_bg.jpg");
	background-position: right;
	background-size: cover;
	width: 100%;
	min-height: 780px;
	height: calc(100vh - 200px);
	max-height: 900px;
	top: 0;
	left: 0;
}

.blog_nav_wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.blog_nav_filter {
	list-style-type: none;
	display: flex;
	flex-direction: row;
}

.blog_nav_item {
	color: #ffffff;
	background-color: #2c2c2c;
	font-size: 14px;
	padding: 8px 20px;
	margin-right: 15px;
}

.blog_nav_item:hover {
	cursor: pointer;
}

.blog_nav_item.active {
	background-color: #a77e42;
}

.blog_nav_page {
	list-style-type: none;
	display: flex;
	flex-direction: row;
}

.blog_nav_number {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-size: 18px;
	width: 35px;
	height: 35px;
	margin-right: 7px;
}

.blog_nav_number:hover {
	cursor: pointer;
}

.blog_nav_number.active {
	background-color: #a77e42;
}

.blog_nav_next {
	background: url("/local/templates/ecofit/./img/angle-arrow-right-white.png") no-repeat 0px;
	background-position: center;
	background-color: #222224;
	width: 8px;
	height: 12px;
	padding: 18px;
	margin-left: 20px;
}

.blog_nav_next:hover {
	cursor: pointer;
	background-color: #a77e42;
}

.blog_nav_prev {
	background: url("/local/templates/ecofit/./img/angle-arrow-right-white.png") no-repeat 0px;
	background-position: center;
	background-color: #222224;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	width: 8px;
	height: 12px;
	padding: 18px;
	margin-right: 20px;
}

.blog_nav_prev:hover {
	cursor: pointer;
	background-color: #a77e42;
}

.blog_nav_down {
	margin-top: 60px;
}

.blog_nav_down .blog_nav_wrapper {
	justify-content: flex-end;
	position: relative;
}

.blog_more {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 14px;
	color: #ffffff;
	border: 2px solid #a77e42;
	border-radius: 30px;
	padding: 10px 40px;
	z-index: 10;
}

.blog_more:hover {
	cursor: pointer;
	border: 2px solid #bd8f4b;
	background-color: #bd8f4b;
	transition: all 0.2s;
}

.blog_box {
	margin-top: 60px;
}

.blog_marker {
	position: absolute;
	color: #ffffff;
	font-size: 14px;
	top: 25px;
	left: 30px;
	padding: 8px 20px;
	z-index: 1000;
}

.blog_marker.articles {
	background-color: #a77e42;
}

.blog_marker.news {
	background-color: #494992;
}

.blog_marker.stock {
	background-color: #bd0e37;
}

.blog_img {
	transition: all 0.5s ease-out;
	-o-object-fit: cover;
	object-fit: cover;
	height: 292px;
	width: 100%;
}

.blog_info {
	padding: 10px 30px 40px !important;
}

.blog_extra {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.blog_date {
	color: #7a7a7b;
	font-size: 14px;
	margin-right: 30px;
}

.blog_date.black {
	color: black;
}

.blog_hashtag {
	color: #7a7a7b;
	font-size: 14px;
}

.blog_hashtag span {
	color: #a77e42;
}

.blog_caption {
	font-size: 18px;
	margin-top: 5px;
}

.blog_description {
	padding-top: 15px !important;
}

.card-section_bg {
	background: url("/local/templates/ecofit/./img/boxing_bg.jpg") no-repeat 0px;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.card-section_img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}

.card-section_gradient {
	position: absolute;
	background: radial-gradient(circle closest-corner at 65% 25%, transparent, #1e1d1f);
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 1;
}

.card-section_request {
	width: 370px;
}

.result {
	margin-top: 80px;
	width: 100%;
}

.result_bg {
	position: absolute;
	background: url("/local/templates/ecofit/./img/logo-bg-2.png") no-repeat 0px;
	background-position: center;
	background-size: cover;
	width: 1174px;
	height: 908px;
	top: -150px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.result_wrapper {
	position: relative;
	width: 100%;
	margin-top: 80px;
}

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

.video_wrap {
	height: max-content !important;
}

.vjs-big-play-button {
	width: 290px !important;
	outline: none;
}

.vjs-big-play-button:after {
	font-family: "Montserrat" !important;
	font-size: 16px !important;
}

.videoModal_btn {
	font-size: 14px;
	text-transform: uppercase;
	color: white;
	outline: none;
	border: none;
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s;
	padding-left: 40px;
	height: 32px;
	z-index: 999999999999999;
}

.videoModal_btn:hover {
	cursor: pointer;
	color: #bd8f4b;
	transition: all 0.3s;
}

.videoModal_btn:before {
	content: "";
	position: absolute;
	background: url("/local/templates/ecofit/./img/icon-play.png") no-repeat 0px;
	background-position: center;
	background-size: cover;
	width: 32px;
	height: 32px;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
}

.result_video, .video-js {
	position: relative;
	display: flex;
	flex-basis: calc(60% - 70px);
	width: inherit;
}

.result_video_bg {
	background: url("/local/templates/ecofit/./img/boxing-video.jpg") no-repeat 0px;
	background-position: center;
	background-size: cover;
	width: 100%;
	/*height: 527px;*/
}

.bx_videojs_player_2c1c13b8927b4d952490f7CodW2j-dimensions {
	height: 483px;
}

.result_play-video {
	display: flex;
	flex-direction: row;
	align-items: center;
	position: absolute;
	text-decoration: none;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 320px;
	z-index: 100;
}

.result_play-video:hover {
	cursor: pointer;
}

.result_play-video:hover .result_play-video_icon {
	cursor: pointer;
}

.result_play-video:hover .result_play-video_text {
	color: #bd8f4b;
}

.result_play-video_icon {
	background: url("/local/templates/ecofit/./img/icon-play.png") no-repeat 0px;
	background-position: center;
	background-size: cover;
	width: 40px;
	height: 40px;
	z-index: 10;
}

.result_play-video_text {
	font-size: 18px;
	text-transform: uppercase;
	padding-left: 20px;
}

.result_use {
	display: flex;
	flex-direction: column;
	flex-basis: calc(40% - 70px);
}

.result_description {
	font-size: 15px;
	width: 430px;
	margin: 15px 0;
	line-height: 22px;
}

.result_advantages {
	margin-top: 30px;
}

.result_advantages_item {
	display: flex;
	flex-direction: row;
	width: 270px;
	margin-bottom: 40px;
}

.result_advantages_icon_wrapper {
	position: relative;
}

.result_advantages_icon.heart {
	background: url("/local/templates/ecofit/./img/cardiogram.png") no-repeat 0px;
	background-position: center;
	border: 1px solid #39383a;
	border-radius: 50%;
	width: 42px;
	height: 33px;
	padding: 38px;
}

.result_advantages_icon.muscles {
	background: url("/local/templates/ecofit/./img/muscles.png") no-repeat 0px;
	background-position: center;
	border: 1px solid #39383a;
	border-radius: 50%;
	width: 36px;
	height: 33px;
	padding: 38px;
}

.result_advantages_icon.weight-loss {
	background: url("/local/templates/ecofit/./img/weight-loss.png") no-repeat 0px;
	background-position: center;
	border: 1px solid #39383a;
	border-radius: 50%;
	width: 44px;
	height: 37px;
	padding: 38px;
}

.result_advantages_icon.scale {
	background: url("/local/templates/ecofit/./img/scale.png") no-repeat 0px;
	background-position: center;
	border: 1px solid #39383a;
	border-radius: 50%;
	width: 33px;
	height: 33px;
	padding: 38px;
}

.result_advantages_icon.barbell {
	background: url("/local/templates/ecofit/./img/barbell.png") no-repeat 0px;
	background-position: center;
	border: 1px solid #39383a;
	border-radius: 50%;
	width: 38px;
	height: 38px;
	padding: 38px;
}

.result_advantages_ellipse {
	position: absolute;
	background: url("/local/templates/ecofit/./img/icon-ellipse.png") no-repeat 0px;
	background-position: center;
	background-color: #1e1d1f;
	border: 1px solid #39383a;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	top: 31px;
	left: 31px;
}

.result_advantages_ellipse.one {
	-webkit-transform: rotate(45deg) translateX(38px);
	transform: rotate(45deg) translateX(38px);
	-webkit-animation: orbit1 5s linear infinite;
	animation: orbit1 5s linear infinite;
}

@-webkit-keyframes orbit1 {
	from {
		-webkit-transform: rotate(45deg) translateX(38px) rotate(0deg);
	}

	to {
		-webkit-transform: rotate(405deg) translateX(38px) rotate(-360deg);
	}
}

@keyframes orbit1 {
	from {
		-webkit-transform: rotate(45deg) translateX(38px) rotate(0deg);
		transform: rotate(45deg) translateX(38px) rotate(0deg);
	}

	to {
		-webkit-transform: rotate(405deg) translateX(38px) rotate(-360deg);
		transform: rotate(405deg) translateX(38px) rotate(-360deg);
	}
}

.result_advantages_ellipse.two {
	-webkit-transform: rotate(45deg) translateX(-38px);
	transform: rotate(45deg) translateX(-38px);
	-webkit-animation: orbit2 5s linear infinite;
	animation: orbit2 5s linear infinite;
}

@-webkit-keyframes orbit2 {
	from {
		-webkit-transform: rotate(45deg) translateX(-38px) rotate(0deg);
	}

	to {
		-webkit-transform: rotate(405deg) translateX(-38px) rotate(-360deg);
	}
}

@keyframes orbit2 {
	from {
		-webkit-transform: rotate(45deg) translateX(-38px) rotate(0deg);
		transform: rotate(45deg) translateX(-38px) rotate(0deg);
	}

	to {
		-webkit-transform: rotate(405deg) translateX(-38px) rotate(-360deg);
		transform: rotate(405deg) translateX(-38px) rotate(-360deg);
	}
}

.result_advantages_text {
	font-size: 14px;
	margin-left: 30px;
	margin-top: 10px;
	width: 160px;
}

.result_advantages_text span {
	font-weight: 700;
}

.card-trainer {
	position: relative;
	width: 100%;
	height: 720px;
	overflow: hidden;
}

.card-trainer_wrapper {
	width: 390px;
	margin-left: 115px;
}

.card-trainer_description {
	font-size: 14px;
	color: #fff;
	line-height: 1.5em;
	margin: 20px 0 60px;
}

.card-trainer_gradient {
	position: absolute;
	background: radial-gradient(circle closest-corner at 70% 60%, #3f3f44, #2c2c2f, #1e1d1f);
	width: 100%;
	height: 720px;
	top: 0;
}

.card-trainer_photo {
	position: absolute;
	background: url("/local/templates/ecofit/./img/Katushenko-2.png") no-repeat 0px;
	background-position: top;
	background-size: cover;
	width: 650px;
	height: 630px;
	bottom: 0;
	left: 47.5%;
}

.card-trainer_circle {
	position: relative;
	width: 580px;
	height: 580px;
	bottom: 0;
	left: 50%;
}

.card-trainer_circle_one {
	position: absolute;
	width: 580px;
	height: 580px;
	border: 1px solid #414144;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.card-trainer_circle_two {
	position: absolute;
	width: 480px;
	height: 480px;
	border: 1px solid #414144;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.card-trainer_ellipse {
	position: absolute;
	background: url("/local/templates/ecofit/./img/icon-ellipse-2.png") no-repeat 0px;
	background-position: center;
	background-color: #1e1d1f;
	border: 1px solid #414144;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	top: 283px;
	left: 283px;
}

.card-trainer_ellipse.one {
	-webkit-transform: rotate(30deg) translateX(-290px);
	transform: rotate(30deg) translateX(-290px);
	-webkit-animation: orbit3 10s linear infinite;
	animation: orbit3 10s linear infinite;
}

@-webkit-keyframes orbit3 {
	from {
		-webkit-transform: rotate(30deg) translateX(-290px) rotate(0deg);
	}

	to {
		-webkit-transform: rotate(390deg) translateX(-290px) rotate(-360deg);
	}
}

@keyframes orbit3 {
	from {
		-webkit-transform: rotate(30deg) translateX(-290px) rotate(0deg);
		transform: rotate(30deg) translateX(-290px) rotate(0deg);
	}

	to {
		-webkit-transform: rotate(390deg) translateX(-290px) rotate(-360deg);
		transform: rotate(390deg) translateX(-290px) rotate(-360deg);
	}
}

.card-trainer_ellipse.two {
	-webkit-transform: rotate(-20deg) translateX(-240px);
	transform: rotate(-20deg) translateX(-240px);
	-webkit-animation: orbit4 8s linear infinite;
	animation: orbit4 8s linear infinite;
}

@-webkit-keyframes orbit4 {
	from {
		-webkit-transform: rotate(-20deg) translateX(-240px) rotate(0deg);
	}

	to {
		-webkit-transform: rotate(340deg) translateX(-240px) rotate(-360deg);
	}
}

@keyframes orbit4 {
	from {
		-webkit-transform: rotate(-20deg) translateX(-240px) rotate(0deg);
		transform: rotate(-20deg) translateX(-240px) rotate(0deg);
	}

	to {
		-webkit-transform: rotate(340deg) translateX(-240px) rotate(-360deg);
		transform: rotate(340deg) translateX(-240px) rotate(-360deg);
	}
}

.card-trainer_ellipse.three {
	-webkit-transform: rotate(-5deg) translateX(240px);
	transform: rotate(-5deg) translateX(240px);
	-webkit-animation: orbit5 8s linear infinite;
	animation: orbit5 8s linear infinite;
}

@-webkit-keyframes orbit5 {
	from {
		-webkit-transform: rotate(-5deg) translateX(240px) rotate(0deg);
	}

	to {
		-webkit-transform: rotate(355deg) translateX(240px) rotate(-360deg);
	}
}

@keyframes orbit5 {
	from {
		-webkit-transform: rotate(-5deg) translateX(240px) rotate(0deg);
		transform: rotate(-5deg) translateX(240px) rotate(0deg);
	}

	to {
		-webkit-transform: rotate(355deg) translateX(240px) rotate(-360deg);
		transform: rotate(355deg) translateX(240px) rotate(-360deg);
	}
}

.specialization {
	margin-top: 80px;
}

.specialization_wrapper {
	display: flex;
	flex-direction: row;
	justify-content: left;
	width: 100%;
	margin-top: 70px;
}

.specialization_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-basis: 16.6666%;
	margin-right: 90px;
}

.specialization_item:last-child {
	margin-right: 0;
}

.specialization_text {
	font-size: 14px;
	text-align: center;
	margin-top: 20px;
}

.specialization_text span {
	font-weight: 700;
}

.club_box {
	position: relative;
	height: 665px;
	width: 100%;
	margin-top: -132px;
}

.about-page {
	margin-top: 0;
	height: auto;
}

.about-page .club_info {
	position: relative;
}

.about-page .club_wrapper {
	margin-left: 0;
}

.club_video {
	background: url("/local/templates/ecofit/./img/club_bg.jpg") no-repeat 0px;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.club_video_bg {
	position: absolute;
	background: radial-gradient(circle closest-corner at 60% 50%, transparent, #1e1d1f);
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 1;
}

.club_play-video {
	display: flex;
	flex-direction: row;
	align-items: center;
	position: absolute;
	text-decoration: none;
	top: 50%;
	left: 60%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 320px;
	z-index: 100;
}

.club_play-video:hover {
	cursor: pointer;
}

.club_play-video:hover .club_play-video_icon {
	cursor: pointer;
}

.club_play-video:hover .club_play-video_text {
	color: #bd8f4b;
}

.club_play-video_icon {
	background: url("/local/templates/ecofit/./img/icon-play.png") no-repeat 0px;
	background-position: center;
	background-size: cover;
	width: 40px;
	height: 40px;
	z-index: 10;
}

.club_play-video_text {
	font-size: 18px;
	text-transform: uppercase;
	padding-left: 20px;
}

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

.club_info {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.club_wrapper {
	width: 450px;
	margin-left: 115px;
}

.club_description {
	font-size: 14px;
	line-height: 1.8em;
	color: #fff;
	margin: 40px 0;
}

.contacts {
	margin-top: 130px;
	width: 100%;
	position: relative;
}

.contacts_container {
	position: relative;
	height: 630px;
	margin-top: 60px;
}

.contacts_img {
	position: absolute;
	width: 100%;
	height: 630px;
	z-index: 1;
}

.contacts_wrapper {
	position: absolute;
	top: 123px;
	margin: 0 auto;
	z-index: 100;
}

.contacts_block {
	background-color: #1e1d1f;
	padding: 50px;
}

.contacts_box {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.contacts_phone {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 25px;
}

.contacts_address {
	font-size: 16px;
	color: #7a7a7b;
	width: 270px;
	margin-bottom: 25px;
}

.contacts_address.white {
	color: white;
}

.contacts_mail {
	font-size: 16px;
	color: #a77e42;
	text-decoration: none;
	margin-bottom: 30px;
}

.contacts_mail:hover {
	color: #bd8f4b;
}

.contacts_station {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 15px;
}

.contacts_station_icon {
	background: url("/local/templates/ecofit/./img/icon_yellow.png") no-repeat 0px;
	background-position: center;
	background-size: center;
	width: 12px;
	height: 20px;
}

.contacts_station_icon.red {
	background: url("/local/templates/ecofit/./img/icon_red.png") no-repeat 0px;
	background-position: center;
	background-size: center;
	width: 12px;
	height: 20px;
}

.contacts_station_text {
	font-size: 16px;
	margin-left: 10px;
}

.contacts_request {
	width: 240px;
	outline: none;
	border: none;
}

.contacts_page {
	width: 100%;
	/*
    height: 872px;*/
	height: 980px;
	position: relative;
}

.contacts_page_img {
	position: absolute;
	width: calc(100% - 440px);
	left: 440px;
	/*
    min-height: 773px;
    height: 872px;
     */
	height: 980px;
}

/*
.contacts_page_wrapper {
    position: absolute;
    top: 280px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}*/

.contacts_page_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	height: 100%;
}

.club_wrapper h1 {
	margin-bottom: -20px;
}

.club_wrapper h1.title.big span p {
	font-size: 40px;
	line-height: 1.2em;
}

.club_wrapper p {
	font-size: 13px;
	line-height: 1.6em;
}

.club_wrapper .btn_action.atmosphere_request {
	margin-top: 25px;
}

.contacts_page_block_big {
	/*display: flex;*/
	/*flex-direction: row;*/
	background-color: #222224;
	width: 440px;
	padding: 50px;
	height: 100%;
	/*margin: 0 auto;*/
}

/*.contacts_page_block_small {*/
/*    display: flex;*/
/*    flex-basis: 50%;*/
/*}*/

/*
.contacts_page_block_small:first-child {
    border-right: 1px solid #555456;
    padding-right: 50px;
}

.contacts_page_block_small:last-child {
    padding-left: 50px;
}*/

.contacts_page .title {
	margin-bottom: 25px;
}

.contacts_page_caption {
	color: #7a7a7b;
	margin-bottom: 5px;
}

.contacts_page_form {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-top: 15px;
}

.contacts_page_form.center {
	align-items: center;
}

.contacts_page_form .input {
	position: relative;
	width: 100%;
}

.contacts_page_form_input {
	background-color: transparent;
	font-size: 16px;
	border: none;
	border-bottom: 1px solid #555456;
	outline: none;
	width: 100%;
	padding: 5px 0;
	margin-bottom: 35px;
}

.contacts_page_form_input:focus {
	border-bottom: 1px solid #a77e42;
}

.contacts_page_form_input:focus + div .label {
	font-size: 12px;
	color: #a77e42;
	bottom: calc(50% + 35px);
}

.contacts_page_form_input:focus + div .user-icon {
	background: url("/local/templates/ecofit/./img/icon_user-hover.png") no-repeat 0px;
}

.contacts_page_form_input:focus + div .phone-icon {
	background: url("/local/templates/ecofit/./img/icon_phone-hover.png") no-repeat 0px;
}

.contacts_page_form_input:focus + div .mail-icon {
	background: url("/local/templates/ecofit/./img/icon_mail-hover.png") no-repeat 0px;
}

.contacts_page_form_input:valid + div .label {
	font-size: 12px;
	color: #a77e42;
	bottom: calc(50% + 35px);
}

.contacts_page_form_input:nth-child(3) {
	margin-bottom: 45px;
}

.contacts_page_form .label {
	color: #7a7a7b;
	position: absolute;
	bottom: calc(50% + 7px);
	left: 0;
	pointer-events: none;
	transition-duration: 0.2s;
}

.contacts_page_form .user-icon {
	position: absolute;
	background: url("/local/templates/ecofit/./img/icon_user.png") no-repeat 0px;
	background-position: center;
	background-size: cover;
	width: 13px;
	height: 16px;
	right: 0;
	top: 6px;
}

.contacts_page_form .phone-icon {
	position: absolute;
	background: url("/local/templates/ecofit/./img/icon_phone.png") no-repeat 0px;
	background-position: center;
	background-size: cover;
	width: 16px;
	height: 16px;
	right: 0;
	top: 6px;
}

.contacts_page_form .mail-icon {
	position: absolute;
	background: url("/local/templates/ecofit/./img/icon_mail.png") no-repeat 0px;
	background-position: center;
	background-size: cover;
	width: 17px;
	height: 13px;
	right: 0;
	top: 6px;
}


.filter-check {
	display: block;
	margin-bottom: 14px;
}

.checkbox input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 2px 0 0 2px;
}

.checkbox__text {
	position: relative;
	padding: 0 0 0 37px;
	cursor: pointer;
	font-size: 13px;
	color: #7a7a7b;
	line-height: 1.5;
	margin-top: 20px;
}

.checkbox__text:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	min-width: 18px;
	width: 18px;
	height: 18px;
	background-color: #3e3e3e;
	transition: .2s;
}

.checkbox input:checked + .checkbox__text:after {
	content: '';
	background: url("/local/templates/ecofit/./img/icon-checked.png") no-repeat 0px #fecd6c;
	color: #fff;
	border: 1px solid #fecd6c;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-size: contain;
	width: 18px;
	height: 18px;
	top: 0;
	left: 0;
}


.footer {
	background-color: #222224;
	z-index: 20;
	margin-top: 1px;
}

.footer_wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100px;
	z-index: 10;
}

.footer_logo {
	margin-right: 40px;
	z-index: 10;
}

.footer_address {
	display: flex;
	flex-direction: row;
	align-items: center;
	z-index: 10;
}

.footer_address_marker {
	background: url("/local/templates/ecofit/./img/map-marker.png") no-repeat 0px;
	background-position: center;
	background-size: center;
	width: 10px;
	height: 14px;
}

.footer_address_text {
	font-size: 14px;
	color: #7a7a7b;
	margin-left: 10px;
}

.footer_mail {
	display: flex;
	font-size: 14px;
	color: #a77e42;
	text-decoration: none;
	border-bottom: 1px solid #4c3723;
	padding-bottom: 2px;
	z-index: 10;
}

.footer_mail:hover {
	color: #bd8f4b;
	border-bottom: 1px solid #a77e42;
	transition: all 0.2s;
}

.footer_call {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	border: 2px solid #a77e42;
	border-radius: 30px;
	padding: 10px 40px;
	z-index: 10;
}

.footer_call:hover {
	border: 2px solid #bd8f4b;
	background-color: #bd8f4b;
	transition: all 0.2s;
}

.footer_phone {
	font-size: 14px;
	border-bottom: 1px solid #555456;
	text-decoration: none;
	z-index: 10;
	padding-bottom: 2px;
}

.footer_phone:hover {
	color: #bd8f4b;
	border-bottom: 1px solid #a77e42;
	transition: all 0.2s;
}

.header {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	position: relative;
	z-index: 50;
	/*overflow: hidden;*/
}

.header-bg {
	background-color: #222224;
}

.header_logo {
	margin-right: 40px;
	z-index: 10;
}

.header_circle_wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
}

.header_orbit {
	position: absolute;
	border: 1px solid #303033;
	border-radius: 50%;
}

.header_orbit.one {
	width: 480px;
	height: 480px;
	top: -240px;
	right: -120px;
	background-color: #252528;
	border: none;
}

.header_orbit.two {
	width: 900px;
	height: 900px;
	top: -450px;
	right: -330px;
}

.header_orbit.three {
	width: 1360px;
	height: 1360px;
	top: -680px;
	right: -560px;
}

.header_orbit.four {
	width: 1900px;
	height: 1900px;
	top: -950px;
	right: -830px;
}

.header_orbit.five {
	width: 2540px;
	height: 2540px;
	top: -1270px;
	right: -1150px;
}

.header_orbit.six {
	width: 3300px;
	height: 3300px;
	top: -1650px;
	right: -1530px;
}

.header_ellipse {
	position: absolute;
	background: url("/local/templates/ecofit/./img/icon-ellipse-2.png") no-repeat 0px;
	background-size: 10px 10px;
	background-position: center;
	background-color: #1e1d1f;
	border: 1px solid #303033;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	top: -17px;
	right: 103px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.header_ellipse.one {
	-webkit-transform: rotate(-10deg) translateX(-450px);
	transform: rotate(-10deg) translateX(-450px);
	-webkit-animation: orbit_menu1 15s linear infinite;
	animation: orbit_menu1 15s linear infinite;
}

@-webkit-keyframes orbit_menu1 {
	from {
		-webkit-transform: rotate(-10deg) translateX(-450px) rotate(0deg);
	}

	to {
		-webkit-transform: rotate(350deg) translateX(-450px) rotate(-360deg);
	}
}

@keyframes orbit_menu1 {
	from {
		-webkit-transform: rotate(-10deg) translateX(-450px) rotate(0deg);
		transform: rotate(-10deg) translateX(-450px) rotate(0deg);
	}

	to {
		-webkit-transform: rotate(350deg) translateX(-450px) rotate(-360deg);
		transform: rotate(350deg) translateX(-450px) rotate(-360deg);
	}
}

.header_ellipse.one.clone {
	-webkit-transform: rotate(-10deg) translateX(450px);
	transform: rotate(-10deg) translateX(450px);
	-webkit-animation: orbit_menu1_clone 15s linear infinite;
	animation: orbit_menu1_clone 15s linear infinite;
}

@-webkit-keyframes orbit_menu1_clone {
	from {
		-webkit-transform: rotate(-10deg) translateX(450px) rotate(0deg);
	}

	to {
		-webkit-transform: rotate(350deg) translateX(450px) rotate(-360deg);
	}
}

@keyframes orbit_menu1_clone {
	from {
		-webkit-transform: rotate(-10deg) translateX(450px) rotate(0deg);
		transform: rotate(-10deg) translateX(450px) rotate(0deg);
	}

	to {
		-webkit-transform: rotate(350deg) translateX(450px) rotate(-360deg);
		transform: rotate(350deg) translateX(450px) rotate(-360deg);
	}
}

.header_ellipse.two {
	-webkit-transform: rotate(88deg) translateX(679px);
	transform: rotate(88deg) translateX(679px);
	-webkit-animation: orbit_menu2 20s linear infinite;
	animation: orbit_menu2 20s linear infinite;
}

@-webkit-keyframes orbit_menu2 {
	from {
		-webkit-transform: rotate(88deg) translateX(679px) rotate(0deg);
	}

	to {
		-webkit-transform: rotate(448deg) translateX(679px) rotate(-360deg);
	}
}

@keyframes orbit_menu2 {
	from {
		-webkit-transform: rotate(88deg) translateX(679px) rotate(0deg);
		transform: rotate(88deg) translateX(679px) rotate(0deg);
	}

	to {
		-webkit-transform: rotate(448deg) translateX(679px) rotate(-360deg);
		transform: rotate(448deg) translateX(679px) rotate(-360deg);
	}
}

.header_ellipse.two.clone {
	-webkit-transform: rotate(88deg) translateX(679px);
	transform: rotate(88deg) translateX(679px);
	-webkit-animation: orbit_menu2_clone 20s linear infinite;
	animation: orbit_menu2_clone 20s linear infinite;
}

@-webkit-keyframes orbit_menu2_clone {
	from {
		-webkit-transform: rotate(88deg) translateX(-679px) rotate(0deg);
	}

	to {
		-webkit-transform: rotate(448deg) translateX(-679px) rotate(-360deg);
	}
}

@keyframes orbit_menu2_clone {
	from {
		-webkit-transform: rotate(88deg) translateX(-679px) rotate(0deg);
		transform: rotate(88deg) translateX(-679px) rotate(0deg);
	}

	to {
		-webkit-transform: rotate(448deg) translateX(-679px) rotate(-360deg);
		transform: rotate(448deg) translateX(-679px) rotate(-360deg);
	}
}

.header_ellipse.three {
	-webkit-transform: rotate(-45deg) translateX(-948px);
	transform: rotate(-45deg) translateX(-948px);
	-webkit-animation: orbit_menu3 30s linear infinite;
	animation: orbit_menu3 30s linear infinite;
}

@-webkit-keyframes orbit_menu3 {
	from {
		-webkit-transform: rotate(-45deg) translateX(-948px) rotate(0deg);
	}

	to {
		-webkit-transform: rotate(315deg) translateX(-948px) rotate(-360deg);
	}
}

@keyframes orbit_menu3 {
	from {
		-webkit-transform: rotate(-45deg) translateX(-948px) rotate(0deg);
		transform: rotate(-45deg) translateX(-948px) rotate(0deg);
	}

	to {
		-webkit-transform: rotate(315deg) translateX(-948px) rotate(-360deg);
		transform: rotate(315deg) translateX(-948px) rotate(-360deg);
	}
}

.header_ellipse.three.clone {
	-webkit-transform: rotate(-45deg) translateX(948px);
	transform: rotate(-45deg) translateX(948px);
	-webkit-animation: orbit_menu3_clone 30s linear infinite;
	animation: orbit_menu3_clone 30s linear infinite;
}

@-webkit-keyframes orbit_menu3_clone {
	from {
		-webkit-transform: rotate(-45deg) translateX(948px) rotate(0deg);
	}

	to {
		-webkit-transform: rotate(315deg) translateX(948px) rotate(-360deg);
	}
}

@keyframes orbit_menu3_clone {
	from {
		-webkit-transform: rotate(-45deg) translateX(948px) rotate(0deg);
		transform: rotate(-45deg) translateX(948px) rotate(0deg);
	}

	to {
		-webkit-transform: rotate(315deg) translateX(948px) rotate(-360deg);
		transform: rotate(315deg) translateX(948px) rotate(-360deg);
	}
}

.header_ellipse.four {
	-webkit-transform: rotate(-45deg) translateX(-1269px);
	transform: rotate(-45deg) translateX(-1269px);
	-webkit-animation: orbit_menu4 40s linear infinite;
	animation: orbit_menu4 40s linear infinite;
}

@-webkit-keyframes orbit_menu4 {
	from {
		-webkit-transform: rotate(-45deg) translateX(-1269px) rotate(0deg);
	}

	to {
		-webkit-transform: rotate(315deg) translateX(-1269px) rotate(-360deg);
	}
}

@keyframes orbit_menu4 {
	from {
		-webkit-transform: rotate(-45deg) translateX(-1269px) rotate(0deg);
		transform: rotate(-45deg) translateX(-1269px) rotate(0deg);
	}

	to {
		-webkit-transform: rotate(315deg) translateX(-1269px) rotate(-360deg);
		transform: rotate(315deg) translateX(-1269px) rotate(-360deg);
	}
}

.header_ellipse.four.clone {
	-webkit-transform: rotate(-45deg) translateX(1269px);
	transform: rotate(-45deg) translateX(1269px);
	-webkit-animation: orbit_menu4_clone 40s linear infinite;
	animation: orbit_menu4_clone 40s linear infinite;
}

@-webkit-keyframes orbit_menu4_clone {
	from {
		-webkit-transform: rotate(-45deg) translateX(1269px) rotate(0deg);
	}

	to {
		-webkit-transform: rotate(315deg) translateX(1269px) rotate(-360deg);
	}
}

@keyframes orbit_menu4_clone {
	from {
		-webkit-transform: rotate(-45deg) translateX(1269px) rotate(0deg);
		transform: rotate(-45deg) translateX(1269px) rotate(0deg);
	}

	to {
		-webkit-transform: rotate(315deg) translateX(1269px) rotate(-360deg);
		transform: rotate(315deg) translateX(1269px) rotate(-360deg);
	}
}

.header_ellipse.five {
	-webkit-transform: rotate(-25deg) translateX(-1269px);
	transform: rotate(-25deg) translateX(-1269px);
	-webkit-animation: orbit_menu5 50s linear infinite;
	animation: orbit_menu5 50s linear infinite;
}

@-webkit-keyframes orbit_menu5 {
	from {
		-webkit-transform: rotate(-25deg) translateX(-1650px) rotate(0deg);
	}

	to {
		-webkit-transform: rotate(335deg) translateX(-1650px) rotate(-360deg);
	}
}

@keyframes orbit_menu5 {
	from {
		-webkit-transform: rotate(-25deg) translateX(-1650px) rotate(0deg);
		transform: rotate(-25deg) translateX(-1650px) rotate(0deg);
	}

	to {
		-webkit-transform: rotate(335deg) translateX(-1650px) rotate(-360deg);
		transform: rotate(335deg) translateX(-1650px) rotate(-360deg);
	}
}

.header_ellipse.five.clone {
	-webkit-transform: rotate(-25deg) translateX(1269px);
	transform: rotate(-25deg) translateX(1269px);
	-webkit-animation: orbit_menu5_clone 50s linear infinite;
	animation: orbit_menu5_clone 50s linear infinite;
}

@-webkit-keyframes orbit_menu5_clone {
	from {
		-webkit-transform: rotate(-25deg) translateX(1650px) rotate(0deg);
	}

	to {
		-webkit-transform: rotate(335deg) translateX(1650px) rotate(-360deg);
	}
}

@keyframes orbit_menu5_clone {
	from {
		-webkit-transform: rotate(-25deg) translateX(1650px) rotate(0deg);
		transform: rotate(-25deg) translateX(1650px) rotate(0deg);
	}

	to {
		-webkit-transform: rotate(335deg) translateX(1650px) rotate(-360deg);
		transform: rotate(335deg) translateX(1650px) rotate(-360deg);
	}
}

.header_menu_drop-down {
	display: none;
	position: fixed;
	top: 0;
	background-color: #1e1d1f;
	width: 100%;
	height: 100vh;
	z-index: 20;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	margin-bottom: 100px;
}

.header_menu_drop-down.active {
	display: flex;
	z-index: 20;
}

.header_menu_drop-down_wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	min-height: 100vh;
	height: 100%;
	z-index: 20;
}

.header_menu_up {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100px;
}

.header_menu_down {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 115px;
	z-index: 20;
}

.header_menu_main {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100px;
	z-index: 10;
}

.header_menu_main.passive {
	display: none;
}

.header_menu_main_wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	z-index: 10;
}

.header_menu_address {
	display: flex;
	flex-direction: row;
	align-items: center;
	z-index: 10;
}

.header_menu_column {
	display: flex;
	flex-direction: column;
}

.header_menu_time {
	font-size: 14px;
	color: #7a7a7b;
	margin-left: 20px;
	margin-top: 5px;
}

.header_menu_address_marker {
	background: url("/local/templates/ecofit/./img/map-marker.png") no-repeat 0px;
	background-position: center;
	background-size: center;
	width: 10px;
	height: 14px;
}

.header_menu_address_text {
	font-size: 14px;
	color: #7a7a7b;
	margin-left: 10px;
}

.header_menu_mail {
	display: flex;
	font-size: 14px;
	color: #a77e42;
	text-decoration: none;
	border-bottom: 1px solid #4c3723;
	padding-bottom: 2px;
	z-index: 10;
}

.header_menu_mail:hover {
	color: #bd8f4b;
	border-bottom: 1px solid #a77e42;
	transition: all 0.2s;
}

.header_menu_call {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	border: 2px solid #a77e42;
	border-radius: 30px;
	padding: 10px 40px;
	z-index: 10;
}

.header_menu_call:hover {
	border: 2px solid #bd8f4b;
	background-color: #bd8f4b;
	transition: all 0.2s;
}

.header_menu_phone {
	font-size: 14px;
	border-bottom: 1px solid #555456;
	text-decoration: none;
	z-index: 10;
	padding-bottom: 2px;
}

.header_menu_phone:hover {
	color: #bd8f4b;
	border-bottom: 1px solid #a77e42;
	transition: all 0.2s;
}

.header_menu_burger {
	display: flex;
	flex-direction: row;
	align-items: center;
	z-index: 10;
}

.header_menu_burger:hover {
	cursor: pointer;
}

.header_menu_burger:hover .header_menu_burger_text {
	color: #bd8f4b;
	transition: all 0.2s;
}

.header_menu_burger:hover .header_menu_burger_icon {
	background: url("/local/templates/ecofit/./img/icon-menu-burger-hover.png") no-repeat 0px;
	transition: all 0.2s;
}

.header_menu_burger_text {
	font-size: 14px;
	text-transform: uppercase;
	padding-right: 15px;
	position: relative;
	top: 1px;
}

.header_menu_burger_icon {
	background: url("/local/templates/ecofit/./img/icon-menu-burger.png") no-repeat 0px;
	background-position: center;
	background-size: center;
	width: 16px;
	height: 14px;
}

.header_menu_burger_icon.active {
	background: url("/local/templates/ecofit/./img/icon-menu-cross.png") no-repeat 0px;
	background-position: center;
	background-size: center;
	width: 14px;
	height: 14px;
}

.header_nav {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
}

.header_nav_item {
	color: #ffffff;
	font-size: 26px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px 0;
	margin: 10px 0;
}

.header_nav_item:hover {
	color: #bd8f4b;
	transition: all 0.2s;
}

.header_nav_item.active {
	color: #a77e42;
}

.header_cross {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.header_cross:hover {
	cursor: pointer;
}

.header_cross:hover .header_cross_text {
	color: #bd8f4b;
	transition: all 0.2s;
}

.header_cross:hover .header_cross_icon {
	background: url("/local/templates/ecofit/./img/icon-menu-cross-hover.png") no-repeat 0px;
	transition: all 0.2s;
}

.header_cross_text {
	font-size: 14px;
	text-transform: uppercase;
	padding-right: 15px;
}

.header_cross_icon {
	background: url("/local/templates/ecofit/./img/icon-menu-cross.png") no-repeat 0px;
	background-position: center;
	background-size: center;
	width: 14px;
	height: 14px;
}

.header_social {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 150px;
	height: 100px;
}

.header_social-mobile {
	display: none;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 240px;
	height: 100px;
	margin: 0 auto;
}

.header_social_item {
	display: flex;
}

.header_social-instagram {
	background: url("/local/templates/ecofit/./img/icon-instagram.png") no-repeat 0px;
	background-position: center;
	background-size: center;
	width: 22px;
	height: 22px;
}

.header_social-instagram:hover {
	background: url("/local/templates/ecofit/./img/icon-instagram-hover.png") no-repeat 0px;
	transition: all 0.2s;
	cursor: pointer;
}

.header_social-vk {
	background: url("/local/templates/ecofit/./img/icon-vk.png") no-repeat 0px;
	background-position: center;
	background-size: center;
	width: 22px;
	height: 14px;
}

.header_social-vk:hover {
	background: url("/local/templates/ecofit/./img/icon-vk-hover.png") no-repeat 0px;
	transition: all 0.2s;
	cursor: pointer;
}

.header_social-facebook {
	background: url("/local/templates/ecofit/./img/icon-facebook.png") no-repeat 0px;
	background-position: center;
	background-size: center;
	width: 12px;
	height: 24px;
}

.header_social-facebook:hover {
	background: url("/local/templates/ecofit/./img/icon-facebook-hover.png") no-repeat 0px;
	transition: all 0.2s;
	cursor: pointer;
}

.menu {
	box-sizing: border-box;
	width: 100vw;
	height: 100vh;
	max-height: 100vh;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	opacity: 0;
	display: flex;
	position: fixed;
	top: 0;
	left: 500%;
	background-color: #1e1d1f;
}


/* hamburger */

.hamburger {
	position: relative;
	line-height: 1;
}

.hamburger:before {
	content: "";
	width: 100px;
	height: 100px;
	background-color: #1e1d1f;
	border-radius: 50%;
	position: absolute;
	top: -70px;
	left: -25px;
}

.hamburger__button {
	font-size: 20px;
	position: relative;
	z-index: 2;
	border: none;
	background-color: transparent;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	width: 95px;
}

.hamburger__button:hover .header_menu_burger_text {
	color: #bd8f4b;
	transition: all 0.2s;
	cursor: pointer;
}

.hamburger__button:hover .header_menu_burger_icon {
	background: url("/local/templates/ecofit/./img/icon-menu-burger-hover.png") no-repeat 0px;
	transition: all 0.2s;
	cursor: pointer;
}

.hamburger__button:before,
.hamburger__button:after,
.hamburger__label {
	width: 100%;
	height: 20%;
	border-radius: 5px;
	background-color: #ffffff;
	position: absolute;
	left: 0;
}

.hamburger__button:focus {
	outline: none;
}

.hamburger__label {
	margin-top: -.1em;
	top: 50%;
	color: #ffffff;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	position: absolute;
	right: 10px;
	width: 200px;
}

/* activated state */

.js-menu_activated {
	overflow: hidden;
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
}

.js-menu_activated .header_menu_burger_icon {
	background: url("/local/templates/ecofit/./img/icon-menu-cross.png") no-repeat 0px;
	background-position: center;
	background-size: center;
	width: 14px;
	height: 14px;
}

.js-menu_activated .header_menu_burger_text {
	top: 1px;
}

.js-menu_activated .menu {
	height: 100%;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.js-menu_activated .hamburger:before {
	width: 250vh;
	height: 250vh;
	-webkit-transform: translate3d(-50vh, -50vh, 0) scale(5);
	transform: translate3d(-50vh, -50vh, 0) scale(5);
}

.js-menu_activated .menu__list {
	display: block;
}

.js-menu_activated .hamburger__button {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 120px;
	height: 18px;
	margin-right: 15px;
	margin-top: -2px;
}

.js-menu_activated .hamburger__button:hover .header_menu_burger_text {
	color: #bd8f4b;
	transition: all 0.2s;
}

.js-menu_activated .hamburger__button:hover .header_menu_burger_icon {
	background: url("/local/templates/ecofit/./img/icon-menu-cross-hover.png") no-repeat 0px;
	transition: all 0.2s;
}

.menu {
	transition: opacity .2s ease-out;
}

.js-menu_activated .menu {
	will-change: opacity;
	transition-duration: .2s;
	transition-delay: .3s;
	left: 0;
}

.js-menu_activated .open-hidden {
	display: none;
}

.js-menu_activated .hamburger {
	position: absolute;
	right: 0px;
	top: 0;
}

.hamburger:before {
	will-change: width, height;
	transition: width 0.3s cubic-bezier(0.04, -0.1, 0.29, 0.98), height 0.3s cubic-bezier(0.04, -0.1, 0.29, 0.98), -webkit-transform 0.3s cubic-bezier(0.04, -0.1, 0.29, 0.98);
	transition: transform 0.3s cubic-bezier(0.04, -0.1, 0.29, 0.98), width 0.3s cubic-bezier(0.04, -0.1, 0.29, 0.98), height 0.3s cubic-bezier(0.04, -0.1, 0.29, 0.98);
	transition: transform 0.3s cubic-bezier(0.04, -0.1, 0.29, 0.98), width 0.3s cubic-bezier(0.04, -0.1, 0.29, 0.98), height 0.3s cubic-bezier(0.04, -0.1, 0.29, 0.98), -webkit-transform 0.3s cubic-bezier(0.04, -0.1, 0.29, 0.98);
}

.js-menu_activated .hamburger:before {
	transition-duration: 1.5s;
}

.hamburger__label {
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}

.intro {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.intro_gradient {
	position: absolute;
	background: radial-gradient(circle closest-corner at 50% 50%, #3f3f44, #2c2c2f, #1e1d1f);
	top: 0;
	width: 100%;
	height: 100vh;
}

.intro_eclub {
	position: absolute;
	background: url("/local/templates/ecofit/./img/eclub-text.png") no-repeat 0px;
	background-position: center;
	background-size: cover;
	width: 1260px;
	height: 261px;
	top: 60%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.intro_circle {
	position: absolute;
	width: 600px;
	height: 600px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.intro_orbit {
	position: relative;
	width: 600px;
	height: 600px;
	border: 1px solid #414144;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.intro_ellipse {
	position: absolute;
	background: url("/local/templates/ecofit/./img/icon-ellipse-2.png") no-repeat 0px;
	background-position: center;
	background-color: #2c2c2c;
	border: 1px solid #414144;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	top: 292px;
	left: 292px;
}

.intro_ellipse.one {
	-webkit-transform: rotate(-90deg) translateX(300px);
	transform: rotate(-90deg) translateX(300px);
	-webkit-animation: orbit_main1 12s linear infinite;
	animation: orbit_main1 12s linear infinite;
}

@-webkit-keyframes orbit_main1 {
	from {
		-webkit-transform: rotate(-90deg) translateX(300px) rotate(0deg);
	}

	to {
		-webkit-transform: rotate(270deg) translateX(300px) rotate(-360deg);
	}
}

@keyframes orbit_main1 {
	from {
		-webkit-transform: rotate(-90deg) translateX(-300px) rotate(0deg);
		transform: rotate(-90deg) translateX(-300px) rotate(0deg);
	}

	to {
		-webkit-transform: rotate(270deg) translateX(-300px) rotate(-360deg);
		transform: rotate(270deg) translateX(-300px) rotate(-360deg);
	}
}

.intro_ellipse.two {
	-webkit-transform: rotate(30deg) translateX(300px);
	transform: rotate(30deg) translateX(300px);
	-webkit-animation: orbit_main2 12s linear infinite;
	animation: orbit_main2 12s linear infinite;
}

@-webkit-keyframes orbit_main2 {
	from {
		-webkit-transform: rotate(30deg) translateX(300px) rotate(0deg);
	}

	to {
		-webkit-transform: rotate(390deg) translateX(300px) rotate(-360deg);
	}
}

@keyframes orbit_main2 {
	from {
		-webkit-transform: rotate(30deg) translateX(-300px) rotate(0deg);
		transform: rotate(30deg) translateX(-300px) rotate(0deg);
	}

	to {
		-webkit-transform: rotate(390deg) translateX(-300px) rotate(-360deg);
		transform: rotate(390deg) translateX(-300px) rotate(-360deg);
	}
}

.intro_ellipse.three {
	-webkit-transform: rotate(150deg) translateX(300px);
	transform: rotate(150deg) translateX(300px);
	-webkit-animation: orbit_main3 12s linear infinite;
	animation: orbit_main3 12s linear infinite;
}

@-webkit-keyframes orbit_main3 {
	from {
		-webkit-transform: rotate(150deg) translateX(300px) rotate(0deg);
	}

	to {
		-webkit-transform: rotate(510deg) translateX(300px) rotate(-360deg);
	}
}

@keyframes orbit_main3 {
	from {
		-webkit-transform: rotate(150deg) translateX(-300px) rotate(0deg);
		transform: rotate(150deg) translateX(-300px) rotate(0deg);
	}

	to {
		-webkit-transform: rotate(510deg) translateX(-300px) rotate(-360deg);
		transform: rotate(510deg) translateX(-300px) rotate(-360deg);
	}
}

.intro_lorem_one {
	position: absolute;
	background: url("/local/templates/ecofit/./img/lorem-1.png") no-repeat 0px;
	background-position: center;
	background-size: cover;
	width: 214px;
	height: 118px;
	bottom: 170px;
	right: calc(30.5% - 100px);
}

.intro_lorem_two {
	position: absolute;
	background: url("/local/templates/ecofit/./img/lorem-2.png") no-repeat 0px;
	background-position: center;
	background-size: cover;
	width: 214px;
	height: 118px;
	bottom: 210px;
	left: calc(31% + 100px);
}

.intro_info_wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.intro_info_wrapper > .container {
	height: 100%;
}

.intro .swiper-container {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}


.intro .swiper-bg {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	object-fit: cover;
}

.intro .swiper-slide::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 100%;
	width: 100vw;
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.05));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.05));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.05));
	background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.05));
	background-image: linear-gradient(left, rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.05));
}

.swiper-slide__information {
	position: relative;
	z-index: 100;
	margin-top: 200px;
	max-width: 460px;
}

.intro .swiper-pagination-bullets {
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.intro .swiper-pagination {
	right: 0;
	width: 24px !important;
	left: auto !important;
	display: flex;
	flex-direction: column;
	position: absolute;
	text-align: center;
	transition: 0.3s opacity;
	z-index: 10;
}

.intro .swiper-pagination-bullets,
.swiper-pagination-bullet {
	margin: 10px 0;
	display: block;
}

.intro .swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.intro .swiper-pagination-bullet {
	position: relative;
	width: 15px;
	height: 15px;
	border: 2px solid white;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.5;
}

.intro .swiper-pagination-bullet:first-child:before {
	content: "01.";
}

.intro .swiper-pagination-bullet:nth-child(2):before {
	content: "02.";
}

.intro .swiper-pagination-bullet:nth-child(3):before {
	content: "03.";
}

.intro .swiper-pagination-bullet:nth-child(4):before {
	content: "04.";
}

.intro .swiper-pagination-bullet::before {
	display: none;
	position: absolute;
	left: -57px;
	top: 0;
	color: white;
	font-size: 14px;
}

.intro .swiper-pagination-bullet::after {
	display: none;
	position: absolute;
	content: "";
	left: -30px;
	top: 6px;
	width: 20px;
	height: 1px;
	background-color: #999999;
}

.intro .swiper-pagination-bullet-active {
	opacity: 1;
	border: none;
	background-color: #a77e42;
}

.intro .swiper-pagination-bullet-active::before {
	display: block;
}

.intro .swiper-pagination-bullet-active::after {
	display: block;
}

.intro .swiper-button-next,
.intro .swiper-button-prev {
	position: absolute;
	top: 750px;
	width: 40px;
	height: 40px;
	z-index: 10;
	cursor: pointer;
	background-color: #a77e42;
	background-size: 40px 40px;
	background-position: center;
	background-repeat: no-repeat;
}

.intro .swiper-button-next::after,
.intro .swiper-button-prev::after {
	display: none;
}

.intro .swiper-button-next {
	background: url("/local/templates/ecofit/./img/angle-arrow-left.png") no-repeat 0px;
	background-position: center;
	background-color: #111;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	width: 8px;
	height: 12px;
	left: calc(100% - 55px);
	padding: 20px;
	opacity: 0.5;
}

.intro .swiper-button-next:hover {
	background: url("/local/templates/ecofit/./img/angle-arrow-right-black.png") no-repeat 0px;
	background-position: center;
	background-color: #a77e42;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1;
}

.intro .swiper-button-prev {
	background: url("/local/templates/ecofit/./img/angle-arrow-left.png") no-repeat 0px;
	background-position: center;
	background-color: #111;
	width: 8px;
	height: 12px;
	left: calc(100% - 95px);
	padding: 20px;
	opacity: 0.5;
}

.intro .swiper-button-prev:hover {
	background: url("/local/templates/ecofit/./img/angle-arrow-right-black.png") no-repeat 0px;
	background-position: center;
	background-color: #a77e42;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	opacity: 1;
}

.intro_play-video {
	display: flex;
	flex-direction: row;
	align-items: center;
	position: absolute;
	text-decoration: none;
	top: 280px;
	left: 225px;
	width: 300px;
	z-index: 100;
}

.intro_play-video:hover {
	cursor: pointer;
}

.intro_play-video:hover .intro_play-video_icon {
	cursor: pointer;
}

.intro_play-video:hover .intro_play-video_text {
	color: #bd8f4b;
}

.intro_play-video_icon {
	background: url("/local/templates/ecofit/./img/icon-play.png") no-repeat 0px;
	background-position: center;
	background-size: cover;
	width: 32px;
	height: 32px;
	z-index: 10;
}

.intro_play-video_text {
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 10px;
}

.intro_description {
	font-size: 14px;
	color: #7a7a7b;
	width: 160px;
	position: absolute;
	top: 600px;
	left: 225px;
}

.place-video {
	position: absolute;
	width: 100%;
	height: inherit;
}

.place-video:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(0, 0, 0, .42), rgba(0, 0, 0, .10));
}

.place-video video {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
}

.index-title {
	font-size: 72px;
	line-height: 64px;
	font-weight: bold;
	max-width: 700px;
	margin-bottom: 24px;
	color: white;
}

.index-title__anons {
	color: #e8e8e8;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 40px;
}

.martial-arts {
	position: relative;
	width: 100%;
	min-height: calc(100vh - 200px);
	margin: 0 auto 60px;
}

.martial-arts_bg {
	position: absolute;
	width: 100%;
	min-height: 780px;
	height: calc(100vh - 200px);
	max-height: 900px;
	top: 0;
	left: 0;
}

.martial-arts_bg.combats {
	background: url("/local/templates/ecofit/./img/martial-arts-bg.jpg");
	background-position: right;
	background-size: cover;
}

.programs {
	padding-top: 150px;
}

.programs_wrapper {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: calc(100% + 30px);
	margin-top: 90px;
	margin-right: -30px;
}

.programs_item {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-basis: calc(50% - 30px);
	background-color: #222224;
	margin-bottom: 30px;
	margin-right: 30px;
}

.programs_item:hover {
	background-color: #2c2c2c;
	cursor: pointer;
}

.programs_item:hover .programs_info {
	border-top: 10px solid #a77e42;
}

.programs_item:hover .programs_img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: all 0.5s ease-out;
}

.programs_item:hover .blog_img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: all 0.5s ease-out;
}

.programs_item.middle {
	flex-basis: calc(33.3333% - 30px);
	margin-right: 30px;
}

.programs_item.small {
	flex-basis: calc(25% - 30px);
	margin-right: 30px;
}

.programs_link_img {
	display: flex;
	overflow: hidden;
}

.programs_img {
	display: flex;
	width: 100%;
	height: 361px;
	-o-object-fit: cover;
	object-fit: cover;
	background-position: center;
	transition: all 0.5s ease-out;
}

.programs_img.middle,
.programs_img.small {
	-o-object-fit: cover;
	object-fit: cover;
	height: 361px;
	width: 100%;
}

.programs_img.middle {
	-o-object-position: left;
	object-position: left;
}

.programs_img.small {
	-o-object-position: center;
	object-position: center;
}

.programs_info {
	display: flex;
	flex-direction: column;
	border-top: 10px solid #2c2c2c;
	width: 100%;
	padding: 35px 30px 30px;
}

.programs_info.small {
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	padding: 35px 27px 30px;
}

.programs_caption {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	min-width: 233px;
}

.programs_caption span {
	font-weight: 400;
}

.programs_description {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	padding-top: 20px;
}

.programs_description.small {
	padding: 0;
}

.programs_description_text {
	font-size: 14px;
	color: #7a7a7b;
}

.programs_description_text.small {
	display: none;
}

.programs_description_more {
	display: flex;
	background: url("/local/templates/ecofit/./img/angle-arrow-right-white.png") no-repeat 0px;
	background-position: center;
	border: 5px solid #a77e42;
	width: 8px;
	height: 12px;
	padding: 22px;
	margin-left: 20px;
}

.programs_description_more:hover {
	background: url("/local/templates/ecofit/./img/angle-arrow-right-black.png") no-repeat 0px;
	background-position: center;
	background-color: #a77e42;
	transition: all 0.2s;
	cursor: pointer;
}

.programs_description_more.small {
	justify-content: flex-end;
}

.programs_request_item {
	background: url("/local/templates/ecofit/./img/programs-4.jpg") no-repeat 0px;
	background-position: center;
	background-size: cover;
	min-height: 546px;
	margin-bottom: 30px;
	margin-right: 30px;
}

.programs_request_item:hover {
	cursor: default;
}

.programs_request {
	width: 220px;
}

.programs_request_wrapper {
	padding-left: 60px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.programs_request_text {
	width: 300px;
	margin: 30px 0 45px;
}

.schedule {
	margin-top: 90px;
	margin-bottom: 90px;
}

.schedule_table {
	max-width: 1460px;
	margin: 50px auto 0;
}

.schedule_table_caption {
	display: flex;
	flex-direction: row;
}

.schedule_table_day {
	width: 200px;
	font-size: 18px;
	color: #7a7a7b;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 25px;
}

.schedule_table_day:last-child {
	margin-right: 0;
}

.schedule_table_container {
	display: flex;
	flex-direction: row;
}

.schedule_table_block {
	display: flex;
	flex-direction: column;
	margin-right: 10px;
}

.schedule_table_block:last-child {
	margin-right: 0;
}

.schedule_table_box {
	position: relative;
	display: block;
	text-decoration: none;
	background-color: #ffffff;
	width: 200px;
	height: 127px;
	border-radius: 5px;
	padding: 20px 15px 20px 15px;
	margin-bottom: 10px;
	z-index: 5;
}

.schedule_table_box.hidden {
	background-color: transparent;
}

.schedule_table_box.hidden:hover {
	background-color: transparent;
	cursor: -webkit-grab;
	cursor: grab;
}

.schedule_table_box:hover {
	background-color: #393939;
	transition: all 0.2s;
	cursor: pointer;
}

.schedule_table_box:hover .schedule_table_class {
	color: #ffffff;
}

.schedule_table_time {
	font-size: 13px;
	color: #b0b0b0;
	margin-bottom: 5px;
	z-index: 1;
}

.schedule_table_class {
	font-size: 13px;
	font-weight: 700;
	color: #121212;
	margin-bottom: 5px;
	z-index: 1;
}

.schedule_table_name {
	font-size: 13px;
	color: #bd8f4b;
	z-index: 1;
}

.schedule_table_marker {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	color: #ffffff;
	background-color: #a77e42;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	top: 15px;
	right: 15px;
}

.schedule_slider {
	position: relative;
	width: 100%;
	padding: 90px 0 0;
	z-index: 20;
}

.schedule_slider .swiper-container {
	width: 1460px;
	position: relative;
	overflow: hidden;
	list-style: none;
	margin: 0 auto;
	z-index: 20;
	cursor: pointer;
}

.schedule_slider .swiper-wrapper {
	z-index: 20;
}

.schedule_slider .swiper-slide {
	z-index: 21;
	cursor: pointer;
	display: block;
}

.schedule_slider .swiper-pagination {
	display: block;
	position: absolute;
	text-align: center;
	transition: 0.3s opacity;
	left: 50%;
	top: 50px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 19;
}

.schedule_slider .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 20px;
}

.schedule_slider .swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.schedule_slider .swiper-pagination-bullets-dynamic {
	overflow: hidden;
	white-space: nowrap;
	font-size: 25px;
}

.schedule_slider .swiper-pagination-bullet {
	width: 140px;
	height: 30px;
	display: inline-block;
	background: #1e1d1f;
	border-radius: 0;
	opacity: 0.2;
	margin: 0 10px;
	outline: none;
}

.schedule_slider .swiper-pagination-bullet:before {
	display: none;
	color: white;
	text-transform: uppercase;
}

.schedule_slider .swiper-pagination-bullet:nth-child(1):before {
	content: "Январь";
}

.schedule_slider .swiper-pagination-bullet:nth-child(2):before {
	content: "Февраль";
}

.schedule_slider .swiper-pagination-bullet:nth-child(3):before {
	content: "Март";
}

.schedule_slider .swiper-pagination-bullet:nth-child(4):before {
	content: "Апрель";
}

.schedule_slider .swiper-pagination-bullet:nth-child(5):before {
	content: "Май";
}

.schedule_slider .swiper-pagination-bullet:nth-child(6):before {
	content: "Июнь";
}

.schedule_slider .swiper-pagination-bullet:nth-child(7):before {
	content: "Июль";
}

.schedule_slider .swiper-pagination-bullet:nth-child(8):before {
	content: "Август";
}

.schedule_slider .swiper-pagination-bullet:nth-child(9):before {
	content: "Сентябрь";
}

.schedule_slider .swiper-pagination-bullet:nth-child(10):before {
	content: "Октябрь";
}

.schedule_slider .swiper-pagination-bullet:nth-child(11):before {
	content: "Ноябрь";
}

.schedule_slider .swiper-pagination-bullet:nth-child(12):before {
	content: "Декабрь";
}

.schedule_slider .swiper-pagination-bullet-active {
	opacity: 1;
	border: none;
}

.schedule_slider .swiper-pagination-bullet-active:before {
	display: inline-block;
}

.schedule_slider .swiper-pagination-bullet-active-prev:before {
	display: inline-block;
}

.schedule_slider .swiper-pagination-bullet-active-next:before {
	display: inline-block;
}

.schedule_slider .swiper-button-next,
.schedule_slider .swiper-button-prev {
	position: absolute;
	width: 50px;
	height: 50px;
	z-index: 10;
	cursor: pointer;
	background-color: white;
	background-size: 50px 50px;
	background-position: center;
	background-repeat: no-repeat;
}

.schedule_slider .swiper-button-next {
	background: url("/local/templates/ecofit/./img/angle-arrow-right-white.png") no-repeat 0px;
	background-position-x: 50%;
	background-position-y: 50%;
	background-color: #222224;
	width: 8px;
	height: 12px;
	right: 30%;
	top: 77px;
	padding: 16px;
	outline: none;
	z-index: 9999;
}

.schedule_slider .swiper-button-next:hover {
	background-color: #a77e42;
	transition: all 0.2s;
}

.schedule_slider .swiper-button-prev {
	background: url("/local/templates/ecofit/./img/angle-arrow-right-white.png") no-repeat 0px;
	background-position-x: 50%;
	background-position-y: 50%;
	background-color: #222224;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	width: 8px;
	height: 12px;
	left: 30%;
	top: 77px;
	padding: 16px;
	outline: none;
	z-index: 9999;
}

.schedule_slider .swiper-button-prev:hover {
	background-color: #a77e42;
	transition: all 0.2s;
}

.schedule_more {
	display: flex;
}

.schedule_save {
	position: absolute;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	text-decoration: none;
	top: 24px;
	right: 60px;
	margin-top: 30px;
}

.schedule_save_icon {
	background: url("/local/templates/ecofit/./img/icon-save.png") no-repeat 0px;
	background-position: center;
	background-color: #303030;
	border-radius: 50%;
	width: 18px;
	height: 16px;
	padding: 18px;
	margin-left: 20px;
}

.schedule_save_text {
	color: #7a7a7b;
	font-size: 14px;
}

.schedule_save:hover .schedule_save_icon {
	cursor: pointer;
	background-color: #a77e42;
	transition: all 0.2s;
}

.schedule_save:hover .schedule_save_text {
	cursor: pointer;
	color: #a77e42;
	transition: all 0.2s;
}

.schedule_select {
	position: absolute;
	/*width: 100%;*/
	top: 20px;
	left: 60px;
	margin-top: 30px;
	border-radius: 5px 5px 0 0;
	z-index: 200;
}

.schedule_select_main {
	color: #7a7a7b;
	font-size: 14px;
	line-height: 1em;
	padding: 15px;
	position: relative;
	z-index: 200;
}

.schedule_select_main:hover {
	cursor: pointer;
}

.schedule_select_main:before {
	position: absolute;
	content: "";
	background: url("/local/templates/ecofit/./img/angle-arrow-down.png") no-repeat 0px;
	background-size: cover;
	width: 9px;
	height: 7px;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.schedule_select_main.active {
	color: #ffffff;
}

.schedule_select_main.active:before {
	position: absolute;
	content: "";
	background: url("/local/templates/ecofit/./img/angle-arrow-up.png") no-repeat 0px;
	background-size: cover;
	width: 9px;
	height: 7px;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.schedule_select_list {
	color: #fff;
	width: 100%;
	padding: 10px 0;
}

.schedule_select_list::-webkit-scrollbar {
	width: 4px;
}

.schedule_select_list::-webkit-scrollbar-thumb {
	height: 40px;
	background-color: #bd8f4b;
	border-radius: 2px;
}

.schedule_select_list.active {
	display: block;
}

.schedule_select_item {
	font-size: 14px;
	padding: 10px 15px;
	display: inline-block;
	z-index: 200;
}

.schedule_select_item:hover {
	color: #bd8f4b;
	cursor: pointer;
}

html {
	box-sizing: border-box;
}

*,
*:after,
*:before {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	background-color: #1e1d1f;
	font-family: "Montserrat", sans-serif;
	width: 100%;
	z-index: 1;
	margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-weight: 400;
	line-height: 1.5em;
	color: #ffffff;
}

input,
a {
	font-family: "Montserrat", sans-serif;
	color: #ffffff;
}

a {
	text-decoration: none;
}

.main {
	width: 100%;
	position: relative;
	z-index: 0;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
	position: relative;
}

.row-sb {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.row-sb.callMe {
	justify-content: center;
	text-align: center;
}

.row-sb.openModal {
	align-items: center;
	justify-content: center;
	text-align: center;
}

.row-sb.registration {
	justify-content: center;
	text-align: center
}

.margin-clear {
	margin: 0;
}

.margin-top {
	margin-top: 0;
}

.margin-top-70 {
	margin-top: 70px !important;
}

.margin-top-40 {
	margin-top: 40px;
}

.margin-top-100 {
	margin-top: 100px !important;
}

.margin-bottom-100 {
	margin-bottom: 100px !important;
}

.padding-bottom-30 {
	padding-bottom: 30px !important;
}

.padding-bottom-50 {
	padding-bottom: 50px !important;
}

.padding-top-30 {
	padding-top: 30px !important;
}

.padding-left {
	padding-left: 30px;
}

.title {
	font-size: 30px;
	line-height: 1.5em;
	text-transform: uppercase;
	z-index: 10;
}

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

.title.white {
	color: #fff;
}

.title span {
	font-weight: 700;
}

.title_intro {
	font-size: 16px;
	text-transform: uppercase;
	margin-right: 180px;
}

.title_intro span {
	color: #a77e42;
}

.atmosphere_description h3 {
	font-size: 16px;
	color: #fff;
}

.btn_action {
	display: flex;
	justify-content: center;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	background-color: #a77e42;
	border-radius: 30px;
	padding: 15px 50px;
	z-index: 10;
}

.btn_action:hover {
	background-color: #bd8f4b;
	transition: all 0.3s;
	cursor: pointer;
}

.page_title {
	position: relative;
}

.page_title:before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	background: #a77e42;
	border-radius: 50%;
	top: 18px;
	left: -30px;
}

.page_title_box {
	padding: 70px 0;
}

.page_title_wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding-left: 30px;
}

.page_way {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 5px;
}

.page_way_link {
	display: flex;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	z-index: 100;
}

.page_way_link:hover {
	color: #bd8f4b;
	transition: all 0.2s;
}

.page_way_link:last-child {
	color: #7a7a7b;
}

.page_way span {
	position: relative;
	top: -2px;
	font-size: 24px;
	color: #ffffff;
	padding: 0 7px;
	z-index: 100;
}

.popular {
	margin-top: 100px;
	margin-bottom: 60px;
}

.ov-hid {
	overflow: hidden;
}

.modalDialog {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999998;
	transition: opacity 0.3s ease-in;
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
}

.modalDialog.show {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 500px;
	position: relative;
	margin: 0 auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 50px 40px 40px;
	background-color: #1e1d1f;
	z-index: 99999998;
}

.modalDialog#modalVideo > div {
	width: 500px;
	min-height: 50px;
	position: relative;
	padding: 0 !important;
}

.result_modal {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 99999999;
}

.result_modal > div {
	width: 100%;
	max-width: 500px;
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #1e1d1f;
	padding: 40px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-height: 170px;
}

.result_modal > div > div:nth-child(3) {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
	position: relative;
	display: block;
	margin-top: 30px;
}

.result_modal > div > div:last-child {
	color: #fff;
	text-align: center;
	line-height: 1.5em;
}

.result_modal > div > div:last-child p {
	color: #7a7a7a;
}

.close {
	display: flex;
	align-items: center;
	color: #ffffff;
	position: absolute;
	right: 12px;
	top: 12px;
	background: url("/local/templates/ecofit/./img/icon-menu-cross.png") no-repeat 0px;
	background-position: center;
	background-size: cover;
	width: 18px;
	height: 18px;
	opacity: 0.5;
}

.close:hover {
	background: url("/local/templates/ecofit/./img/icon-menu-cross-hover.png") no-repeat 0px;
	background-position: center;
	background-size: cover;
	width: 18px;
	height: 18px;
	transition: all 0.2s;
	opacity: 1;
	cursor: pointer;
}

.team {
	width: 100%;
}

.team_box {
	margin-top: 60px;
}

.team_wrapper {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: calc(100% + 30px);
}

.team_item {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-basis: calc(50% - 30px);
	background: radial-gradient(circle closest-corner at 70% 80%, #3e3f44, #222224);
	text-decoration: none;
	overflow: hidden;
	height: 360px;
	margin-bottom: 30px;
	margin-right: 30px;
}

.team_item.middle {
	flex-basis: calc(33.3333% - 30px);
}

.team_item.small {
	flex-basis: calc(25% - 30px);
}

.team_item:hover {
	background: radial-gradient(circle closest-corner at 70% 80%, #3e3f44, #2c2c2c);
}

.team_item.bg {
	position: relative;
	background: url("/local/templates/ecofit/./img/paper-plane.png") no-repeat 0px;
	background-position: center;
	background-size: cover;
	height: 360px;
	padding: 80px 0 0 50px;
	margin-bottom: 30px;
	margin-right: 30px;
}

.team_item.bg:hover {
	cursor: default;
}

.team_item_img {
	position: absolute;
	background: url("/local/templates/ecofit/./img/ellipse.png") no-repeat 0px;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.team_item_img_trainer {
	position: absolute;
	-o-object-fit: cover;
	object-fit: cover;
	width: 360px;
	height: 360px;
	right: 6px;
	bottom: 0;
}

.team_item_img_trainer.middle {
	right: -120px;
}

.team_item_img_trainer.small {
	right: -120px;
}

.team_item_wrapper {
	z-index: 100;
	padding: 80px 0 0 50px;
}

.team_item_position {
	color: #a77e42;
	font-size: 13px;
	width: 330px;
	margin-bottom: 15px;
}

.team_item_position.middle {
	width: 260px;
}

.team_item_position.small {
	width: 180px;
}

.team_item_caption {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2;
	width: 330px;
	margin-bottom: 10px;
}

.team_item_caption.middle {
	width: 260px;
}

.team_item_caption.small {
	width: 180px;
	margin-bottom: 30px;
}

.team_item_description {
	font-size: 13px;
	color: #7a7a7b;
	width: 260px;
	margin-bottom: 15px;
	line-height: 1.5em;
}

.team_item_description.middle {
	width: 252px;
}

.team_item_description.small {
	display: none;
}

.team_item_hashtag {
	color: #a77e42;
	font-size: 13px;
	line-height: 1.5em;
	width: 230px;
	margin-bottom: 10px;
}

.team_item_hashtag.small {
	display: flex;
	flex-direction: column;
}

.team_item_request {
	width: 200px;
}

.team_item_request_text {
	font-size: 20px;
	text-transform: uppercase;
	line-height: 1.7em;
	width: 200px;
	margin-bottom: 30px;
}

.trainers {
	margin-top: 70px;
}

.trainers_descriptions {
	font-size: 14px;
	color: #7a7a7b;
	width: 50%;
	margin-top: 25px;
}

.trainers_bg {
	display: block;
	background: url("/local/templates/ecofit/./img/trainers-bg.png");
	background-position: center;
	background-size: cover;
	width: 570px;
	height: 570px;
	position: absolute;
	top: 60px;
	left: 50%;
	z-index: -1;
}

.trainers_request {
	width: 370px;
	margin: 20px auto 0;
	z-index: 10;
}

.trainers_img {
	width: 100%;
	height: 282px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.trainers_info {
	display: block;
	position: absolute;
	bottom: 0;
	min-height: 192px;
	width: 100%;
	background-color: #2c2c2c;
	padding: 25px 30px 40px 30px;
	z-index: 21;
}

.trainers_link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 30;
}

.trainers_name {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

.trainers_description {
	font-size: 12px;
	color: #7a7a7b;
	line-height: 1.5em;
	margin-top: 10px;
}

.trainers_slider {
	position: relative;
	width: 100%;
	padding: 65px 50px 0;
	z-index: 20;
}

.trainers_slider .swiper-container {
	width: 100%;
	position: relative;
	overflow: hidden;
	list-style: none;
	z-index: 20;
}

.trainers_slider .swiper-wrapper {
	padding-bottom: 192px;
	z-index: 20;
}

.trainers_slider .swiper-slide {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 21;
	cursor: pointer;
}

.trainers_slider .swiper-slide:hover .trainers_info {
	-webkit-transform: translateY(192px);
	transform: translateY(192px);
	transition: all 0.7s;
}

.trainers_slider .swiper-slide img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 30%;
	object-position: 50% 30%;
	width: 100%;
	height: 340px;
	border-radius: 4px 4px 0 0;
	z-index: 22;
}

.trainers_slider .swiper-pagination {
	display: block;
	position: absolute;
	text-align: center;
	transition: 0.3s opacity;
	left: 50%;
	bottom: 70px;
	/*-webkit-transform: translateX(-50%);*/
	/*transform: translateX(-50%);*/
	z-index: 19;
}

.trainers_slider .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 20px;
}

.trainers_slider .swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.trainers_slider .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	border: 2px solid white;
	display: inline-block;
	border-radius: 100%;
	background: #1e1d1f;
	opacity: 0.5;
	margin: 0 10px;
	outline: none;
}

.trainers_slider .swiper-pagination-bullet-active {
	opacity: 1;
	border: none;
	background-color: #a77e42;
}

.trainers_slider .swiper-button-next,
.trainers_slider .swiper-button-prev {
	position: absolute;
	width: 50px;
	height: 50px;
	z-index: 10;
	cursor: pointer;
	background-color: white;
	background-size: 50px 50px;
	background-position: center;
	background-repeat: no-repeat;
}

.trainers_slider .swiper-button-next {
	background: url("/local/templates/ecofit/./img/angle-arrow-right-black.png") no-repeat 0px;
	background-position-x: 40%;
	background-position-y: 50%;
	background-color: white;
	border-radius: 0 25px 25px 0;
	width: 8px;
	height: 12px;
	right: 0;
	top: 210px;
	padding: 25px;
	opacity: 0.5;
	outline: none;
}

.trainers_slider .swiper-button-next:hover {
	opacity: 1;
}

.trainers_slider .swiper-button-prev {
	background: url("/local/templates/ecofit/./img/angle-arrow-left-black.png") no-repeat 0px;
	background-position-x: 60%;
	background-position-y: 50%;
	background-color: white;
	border-radius: 25px 0 0 25px;
	width: 8px;
	height: 12px;
	left: 0px;
	top: 210px;
	padding: 25px;
	opacity: 0.5;
	outline: none;
}

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

.trainers_slider .swiper-button-prev:hover {
	opacity: 1;
}

.video-js {
	height: 435px;
}

@media screen and (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media screen and (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media screen and (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media screen and (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

@media screen and (min-width: 1630px) {
	.container {
		max-width: 1580px;
	}
}

@media screen and (max-width: 1630px) {
	.article_left {
		flex-basis: calc(65% - 10px);
	}

	.article_right {
		flex-basis: calc(35% - 10px);
	}

	.article_title {
		font-size: 24px;
	}

	.article_description {
		font-size: 15px;
		line-height: 1.5em;
	}

	.article_subtitle {
		font-size: 20px;
	}

	.article_img {
		height: 240px;
	}

	.article_caption:after {
		width: 190px;
	}

	.article_popular_img {
		width: 130px;
		height: 120px;
		object-fit: cover;
		min-width: 130px;
	}

	.article_popular_info {
		padding: 15px;
	}

	.article_exit_icon {
		padding: 15px;
	}

	.atmosphere_info {
		width: calc(35% - 20px);
	}

	.atmosphere_slider {
		width: calc(65% - 20px);
	}

	.blog_marker {
		font-size: 12px;
		top: 15px;
		left: 20px;
		padding: 8px 15px;
	}

	.blog_img {
		height: 208px;
	}

	.blog_info {
		padding: 10px 20px 25px !important;
	}

	.blog_date {
		font-size: 13px;
		margin-right: 30px;
	}

	.blog_hashtag {
		color: #7a7a7b;
		font-size: 13px;
	}

	.blog_hashtag span {
		padding: 0;
		margin: 0;
		box-sizing: border-box;
		color: #a77e42;
	}

	.blog_caption {
		font-size: 15px;
		margin-top: 8px;
	}

	.blog_description_text {
		font-size: 12px !important;
	}

	.result_video, .video-js {
		flex-basis: calc(70% - 30px);
		/*height: 470px;*/
	}

	.bx_videojs_player_2c1c13b8927b4d952490f7CodW2j-dimensions {
		height: 432px;
	}

	.result_video_bg {
		background: url("/local/templates/ecofit/./img/boxing-video.jpg") no-repeat 0px;
		background-position: center;
		background-size: cover;
		width: 100%;
		height: 470px;
	}

	.result_use {
		flex-basis: calc(30% - 30px);
	}

	.result_description {
		width: 100%;
	}

	.card-trainer_wrapper {
		margin-left: 30px;
	}

	.card-trainer_gradient {
		background: radial-gradient(circle closest-corner at 65% 60%, #3f3f44, #2c2c2f, #1e1d1f);
	}

	.card-trainer_photo {
		left: 45%;
	}

	.card-trainer_circle {
		bottom: 0;
		left: 47%;
	}

	.specialization {
		margin-top: 70px;
	}

	.specialization_wrapper {
		margin-top: 60px;
	}

	.specialization_item {
		margin-right: 30px;
	}

	.specialization_text {
		font-size: 13px;
	}

	.club_wrapper {
		margin-left: 0px;
	}

	.contacts_img {
		background-position-x: 35%;
	}

	.footer_address_text {
		font-size: 13px;
	}

	.footer_mail {
		display: none;
	}

	.header_menu_address_text,
	.header_menu_time {
		font-size: 13px;
	}

	/*    .header_social {
        left: 15px;
    }*/
	.intro_eclub {
		width: 1170px;
		height: 249px;
	}

	.intro_lorem_one {
		right: 17%;
	}

	.intro_lorem_two {
		left: 32%;
	}

	.intro_play-video {
		left: 15px;
	}

	.intro_description {
		left: 15px;
	}

	.programs {
		padding-top: 120px;
	}

	.programs_request_item {
		min-height: 448px;
	}

	.programs_item.small {
		flex-basis: calc(25% - 30px);
		margin-right: 30px;
	}

	.programs_img {
		height: 263px;
	}

	.programs_img.middle,
	.programs_img.small {
		-o-object-fit: cover;
		object-fit: cover;
		height: 263px;
		width: 100%;
	}

	.programs_img.middle {
		-o-object-position: left;
		object-position: left;
	}

	/*.trainers_slider .swiper-slide img {*/
	/*    height: 203px;*/
	/*}*/
	.programs_info.small {
		padding: 35px 10px 30px;
	}

	.programs_caption.small {
		font-size: 19px;
		min-width: 165px;
	}

	.programs_description_text.middle {
		font-size: 12px;
	}

	.programs_description_more.small {
		border: 4px solid #a77e42;
		padding: 18px;
		margin-left: 15px;
	}

	.schedule_slider {
		overflow: hidden;
		padding-top: 110px;
	}

	.schedule_slider:after {
		content: "";
		position: absolute;
		right: 0;
		top: 210px;
		width: 100px;
		height: 91%;
		background: linear-gradient(to right, transparent, #1e1d1f);
		z-index: 199;
	}

	.schedule_slider .swiper-button-next {
		right: 24%;
	}

	.schedule_slider .swiper-button-prev {
		left: 24%;
	}

	.schedule_more {
		/*top: 20px;*/
		z-index: 200;
	}

	.schedule_save {
		right: 0;
	}

	.schedule_select {
		left: 0;
	}

	.title_intro {
		font-size: 14px;
		margin-right: 0;
	}

	.team_wrapper {
		width: calc(100% + 20px);
		margin-right: 20px;
	}

	.team_item {
		flex-basis: calc(50% - 20px);
		margin-bottom: 20px;
		margin-right: 20px;
	}

	.team_item.middle {
		flex-basis: calc(50% - 20px);
	}

	.team_item.small {
		flex-basis: calc(50% - 20px);
	}

	.team_item.bg {
		margin-right: 20px;
	}

	.team_item_img {
		padding: 0;
		margin: 0;
		box-sizing: border-box;
		position: absolute;
		background: url("/local/templates/ecofit/./img/ellipse.png") no-repeat 0px;
		background-position: center;
		background-size: cover;
		width: 100%;
		height: 100%;
	}

	.team_item_img_trainer {
		width: 360px;
		height: 360px;
		right: -80px;
	}

	.team_item_img_trainer.middle {
		right: -80px;
	}

	.team_item_img_trainer.small {
		right: -80px;
	}

	.team_item_position {
		width: 260px;
	}

	.team_item_position.small {
		width: 260px;
	}

	.team_item_caption.small {
		width: 260px;
		margin-bottom: 10px;
	}

	.team_item_description.small {
		display: block;
	}

	.team_item_hashtag.small {
		display: block;
	}

	.trainers_descriptions {
		width: 75%;
	}

	.trainers_bg {
		width: 500px;
		height: 500px;
		top: 60px;
		left: 50%;
	}

	.trainers_info {
		min-height: 220px;
		bottom: 0;
		padding: 25px 20px 20px 20px;
	}

	.trainers_name {
		font-size: 14px;
	}

	.trainers_slider .swiper-wrapper {
		padding-bottom: 220px;
	}

	.trainers_slider .swiper-slide:hover .trainers_info {
		-webkit-transform: translateY(220px);
		transform: translateY(220px);
		transition: all 0.7s;
	}

	.trainers_slider .swiper-pagination {
		bottom: 90px;
	}

	.trainers_slider .swiper-button-next {
		top: 165px;
	}

	.trainers_slider .swiper-button-prev {
		top: 165px;
	}
}

@media screen and (max-width: 1460px) {
	.schedule_slider {
		overflow-x: hidden;
	}

	.schedule_table {
		overflow-x: scroll;
		width: auto;

	}

	.schedule_table::-webkit-scrollbar {
		background-color: #ccc;
		height: 7px;
	}

	.schedule_table::-moz-scrollbar {
		background-color: #ccc;
		height: 7px;
	}

	.schedule_table::-ms-scrollbar {
		background-color: #ccc;
		height: 7px;
	}

	.schedule_table::-webkit-scrollbar-thumb {
		width: auto;
		background-color: #bd8f4b;
		border-radius: 7px;
	}

	.schedule_table::-moz-scrollbar-thumb {
		width: auto;
		background-color: #bd8f4b;
		border-radius: 7px;
	}

	.schedule_table::-ms-scrollbar-thumb {
		width: auto;
		background-color: #bd8f4b;
		border-radius: 7px;
	}

	.schedule_table_caption {
		width: 1460px;
	}

	.schedule_table_container {
		width: 1460px;
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 1199px) {
	.index-title {
		margin-top: 200px;
	}

	.article_wrapper {
		flex-direction: column;
	}

	.article_left {
		flex-basis: 100%;
	}

	.trainers_slider .swiper-slide img {
		height: 220px;
	}

	.article_right {
		flex-basis: 100%;
	}

	.article_top {
		margin-top: 70px;
	}

	.article_bottom {
		margin-top: 40px;
	}

	.article_img {
		height: 314px;
	}

	.article_caption {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.article_caption:after {
		width: 730px;
		top: 15px;
	}

	.article_popular_wrapper {
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: wrap;
		width: calc(100% + 20px);
		margin-top: 10px;
		margin-bottom: 20px;
		margin-right: -20px;
	}

	.article_popular_img {
		min-width: 143px;
		width: 143px;
		object-fit: cover;
		height: 130px;
	}

	.article_popular_date {
		font-size: 12px;
	}

	.article_popular_text {
		font-size: 14px;
		margin-top: 5px;
	}

	.article_block {
		flex-basis: calc(50% - 20px);
		margin-bottom: 20px;
		margin-right: 20px;
	}

	.article_request {
		width: 300px;
		margin: 0 auto !important;
	}

	.atmosphere_bg {
		width: 480px;
		height: 550px;
		position: absolute;
		top: -45px;
		left: -30px;
	}

	.atmosphere_info {
		width: calc(45% - 20px);
	}

	.atmosphere_slider {
		width: calc(55% - 20px);
	}

	.atmosphere_slider .slider-counter {
		bottom: -60px;
	}

	.atmosphere_slider .swiper-pagination.swiper-pagination-bullets-dynamic {
		white-space: nowrap;
	}

	.blog_nav_item {
		font-size: 12px;
		padding: 8px 15px;
		margin-right: 15px;
	}

	.blog_nav_number {
		font-size: 16px;
		width: 27px;
		height: 27px;
		margin-right: 5px;
	}

	.blog_nav_next {
		width: 8px;
		height: 12px;
		padding: 15px;
		margin-left: 15px;
	}

	.blog_nav_prev {
		width: 8px;
		height: 12px;
		padding: 15px;
		margin-right: 15px;
	}

	.blog_nav_down {
		margin-top: 140px;
	}

	.blog_more {
		font-size: 14px;
		top: -80px;
	}

	.blog_img {
		height: 270px;
	}

	.blog_description {
		display: none !important;
	}

	.card-section_gradient {
		background: radial-gradient(circle closest-corner at 65% 40%, transparent, #1e1d1f);
	}

	.result_bg {
		width: 940px;
		height: 700px;
	}

	.result_wrapper {
		margin-top: 60px;
	}

	.result_box {
		flex-direction: column;
		width: 100%;
	}

	.result_video, .video-js {
		flex-basis: 100%;
		/*height: 600px;*/
	}

	.bx_videojs_player_2c1c13b8927b4d952490f7CodW2j-dimensions {
		height: 523px;
	}

	.result_video_bg {
		background: url("/local/templates/ecofit/./img/boxing-video.jpg") no-repeat 0px;
		background-position: center;
		background-size: cover;
		width: 100%;
		height: 600px;
	}

	.result_use {
		flex-basis: 100%;
		order: -1;
	}

	.result_description {
		width: 100%;
		margin: 10px 0;
	}

	.result_advantages {
		display: flex;
		flex-direction: row;
	}

	.result_advantages_item {
		margin-right: 50px;
	}

	.card-trainer {
		height: 620px;
	}

	.card-trainer_gradient {
		background: radial-gradient(circle closest-corner at 65% 60%, #3f3f44, #2c2c2f, #1e1d1f);
		height: 620px;
	}

	.card-trainer_photo {
		width: 530px;
		height: 510px;
		bottom: 0;
		left: 47.5%;
	}

	.card-trainer_circle {
		width: 480px;
		height: 480px;
		bottom: 0;
		left: 50%;
	}

	.card-trainer_circle_one {
		width: 480px;
		height: 480px;
	}

	.card-trainer_circle_two {
		width: 380px;
		height: 380px;
	}

	.card-trainer_ellipse {
		top: 233px;
		left: 233px;
	}

	.card-trainer_ellipse.one {
		-webkit-transform: rotate(30deg) translateX(-240px);
		transform: rotate(30deg) translateX(-240px);
		-webkit-animation: orbit3 10s linear infinite;
		animation: orbit3 10s linear infinite;
	}

	@-webkit-keyframes orbit3 {
		from {
			-webkit-transform: rotate(30deg) translateX(-240px) rotate(0deg);
		}

		to {
			-webkit-transform: rotate(390deg) translateX(-240px) rotate(-360deg);
		}
	}

	@keyframes orbit3 {
		from {
			-webkit-transform: rotate(30deg) translateX(-240px) rotate(0deg);
			transform: rotate(30deg) translateX(-240px) rotate(0deg);
		}

		to {
			-webkit-transform: rotate(390deg) translateX(-240px) rotate(-360deg);
			transform: rotate(390deg) translateX(-240px) rotate(-360deg);
		}
	}

	.card-trainer_ellipse.two {
		-webkit-transform: rotate(-20deg) translateX(-190px);
		transform: rotate(-20deg) translateX(-190px);
		-webkit-animation: orbit4 8s linear infinite;
		animation: orbit4 8s linear infinite;
	}

	@-webkit-keyframes orbit4 {
		from {
			-webkit-transform: rotate(-20deg) translateX(-190px) rotate(0deg);
		}

		to {
			-webkit-transform: rotate(340deg) translateX(-190px) rotate(-360deg);
		}
	}

	@keyframes orbit4 {
		from {
			-webkit-transform: rotate(-20deg) translateX(-190px) rotate(0deg);
			transform: rotate(-20deg) translateX(-190px) rotate(0deg);
		}

		to {
			-webkit-transform: rotate(340deg) translateX(-190px) rotate(-360deg);
			transform: rotate(340deg) translateX(-190px) rotate(-360deg);
		}
	}

	.card-trainer_ellipse.three {
		-webkit-transform: rotate(-5deg) translateX(190px);
		transform: rotate(-5deg) translateX(190px);
		-webkit-animation: orbit5 8s linear infinite;
		animation: orbit5 8s linear infinite;
	}

	@-webkit-keyframes orbit5 {
		from {
			-webkit-transform: rotate(-5deg) translateX(190px) rotate(0deg);
		}

		to {
			-webkit-transform: rotate(355deg) translateX(190px) rotate(-360deg);
		}
	}

	@keyframes orbit5 {
		from {
			-webkit-transform: rotate(-5deg) translateX(190px) rotate(0deg);
			transform: rotate(-5deg) translateX(190px) rotate(0deg);
		}

		to {
			-webkit-transform: rotate(355deg) translateX(190px) rotate(-360deg);
			transform: rotate(355deg) translateX(190px) rotate(-360deg);
		}
	}

	.specialization {
		margin-top: 70px;
	}

	.specialization_wrapper {
		margin-top: 30px;
		flex-wrap: wrap;
	}

	.specialization_item {
		flex-basis: calc(33.3333% - 50px);
		margin-right: 0;
		margin-top: 30px;
	}

	.specialization_text {
		font-size: 13px;
	}

	.club_wrapper {
		width: 100%;
		/*margin-bottom: 30px;*/
	}

	.club_info {
		margin-bottom: 50px;
	}

	.club_play-video {
		left: 63%;
		width: 250px;
	}

	.club_play-video_icon {
		width: 32px;
		height: 32px;
	}

	.club_play-video_text {
		font-size: 14px;
		padding-left: 15px;
	}

	.contacts {
		margin-top: 90px;
	}

	.footer_address_text {
		width: 230px;
	}

	.header_menu_mail {
		display: none;
	}

	.header_menu_main .header_menu_column {
		display: none;
	}

	.header_menu_main .header_logo {
		order: -1;
	}

	.header_menu_main .header_menu_phone {
		order: -1;
	}

	/*    .header_social {
        left: 15px;
    }*/
	.intro_eclub {
		width: 960px;
		height: 204px;
	}

	.intro_lorem_one {
		display: none;
	}

	.intro_lorem_two {
		display: none;
	}

	.intro .swiper-slide {
		justify-content: flex-start;
	}

	/*    .intro .swiper-slide .image {
        width: 1027px;
        height: 760px;
        left: calc( 50% + 100px);
    }

    .intro .swiper-slide .shadow {
        left: calc( 50% + 120px);
        bottom: 10px;
    }*/
	.intro_play-video {
		left: 15px;
	}

	.intro_description {
		left: 15px;
	}

	.programs_wrapper {
		margin-top: 70px;
		width: calc(100% + 20px);
		margin-right: -20px;
	}

	.programs_request_item {
		min-height: 372px;
	}

	.programs_request {
		width: 220px;
	}

	.programs_request_wrapper {
		padding-left: 50px;
	}

	.programs_request_text {
		color: white;
		opacity: 0.7;
		width: 300px;
		margin: 30px 0 45px;
	}

	.programs_item {
		flex-basis: calc(50% - 20px);
		margin-bottom: 20px;
		margin-right: 20px;
	}

	.programs_item.middle {
		flex-basis: calc(50% - 20px);
		margin-right: 20px;
	}

	.programs_item.small {
		flex-basis: calc(50% - 20px);
		margin-right: 20px;
	}

	.programs_img {
		height: 216px;
	}

	.programs_img.middle,
	.programs_img.small {
		-o-object-fit: cover;
		object-fit: cover;
		height: 216px;
		width: 100%;
	}

	.programs_caption {
		font-size: 22px;
		width: 350px;
	}

	.programs_caption.small {
		font-size: 22px;
	}

	.programs_info {
		padding: 25px 20px 20px;
	}

	.programs_info.small {
		flex-direction: column;
		width: 100%;
		padding: 25px 20px 20px;
	}

	.programs_description.small {
		padding-top: 20px;
		justify-content: flex-end;
	}

	.programs_description_text {
		font-size: 12px;
	}

	.programs_description_text.small {
		display: flex;
	}

	.programs_description_more {
		border: 4px solid #a77e42;
		padding: 18px;
		margin-left: 20px;
	}

	.programs_description_more.small {
		margin-left: 20px;
	}

	.schedule_slider .swiper-button-next {
		right: 20%;
	}

	.schedule_slider .swiper-button-prev {
		left: 20%;
	}

	.title {
		font-size: 26px;
	}

	.title.big {
		font-size: 30px;
	}

	.title_intro {
		font-size: 12px;
		margin-right: 0;
	}

	.modalDialog > div {
		width: 400px;
		padding: 40px 30px 30px;
	}

	.team_box {
		margin-top: 40px;
	}

	.team_item {
		height: 300px;
	}

	.team_item.bg {
		padding: 0;
		margin: 0;
		box-sizing: border-box;
		position: relative;
		background: url("/local/templates/ecofit/./img/paper-plane.png") no-repeat 0px;
		background-position: center;
		background-size: cover;
		height: 300px;
		padding: 50px 0 0 50px;
	}

	.team_item_img_trainer {
		width: 300px;
		height: 300px;
		right: -80px;
		bottom: 0;
	}

	.team_item_img_trainer.middle {
		right: -80px;
	}

	.team_item_img_trainer.small {
		right: -80px;
	}

	.team_item_wrapper {
		padding: 60px 0 0 50px;
	}

	.team_item_position {
		width: 220px;
	}

	.team_item_position.small {
		width: 220px;
	}

	.team_item_caption {
		width: 180px;
		margin-bottom: 30px;
	}

	.team_item_caption.middle {
		width: 180px;
		margin-bottom: 30px;
	}

	.team_item_caption.small {
		width: 180px;
		margin-bottom: 30px;
	}

	.team_item_description {
		display: none;
	}

	.team_item_description.small {
		display: none;
	}

	.team_item_hashtag {
		display: flex;
		flex-direction: column;
	}

	.team_item_hashtag.small {
		display: flex;
		flex-direction: column;
	}

	.team_item_request_text {
		font-size: 18px;
	}

	.trainers_descriptions {
		width: 100%;
	}

	.trainers_bg {
		width: 500px;
		height: 500px;
		top: 60px;
		left: 40%;
	}

	.trainers_info {
		min-height: 205px;
		bottom: 0;
		padding: 25px 20px 20px 20px;
	}

	.trainers_name {
		font-size: 16px;
	}

	.trainers_slider .swiper-wrapper {
		padding-bottom: 205px;
	}

	.trainers_slider .swiper-slide:hover .trainers_info {
		-webkit-transform: translateY(205px);
		transform: translateY(205px);
	}

	.trainers_slider .swiper-pagination {
		bottom: 80px;
	}

	.trainers_slider .swiper-button-next {
		top: 175px;
	}

	.trainers_slider .swiper-button-prev {
		top: 175px;
	}

	.trainers_slider .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 15px;
	}

	.club_box-grid {
		grid-template-columns: 100%;
	}

}

@media screen and (max-width: 991px) {
	.index-title {
		font-size: 58px;
	}

	.article_description {
		font-size: 14px;
		line-height: 1.5em;
	}

	.article_img {
		height: 225px;
	}

	.article_caption:after {
		width: 480px;
	}

	.article_popular_img {
		min-width: 127px;
		width: 127px;
		object-fit: cover;
		height: 118px;
	}

	.article_popular_text {
		font-size: 12px;
	}

	.atmosphere_bg {
		width: 400px;
		height: 450px;
	}

	.atmosphere_wrapper {
		flex-direction: column;
		margin-top: 40px;
	}

	.atmosphere_info {
		width: 100%;
		margin-bottom: 80px;
	}

	.atmosphere_slider {
		width: 100%;
	}

	.atmosphere_slider .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 20px;
	}

	.blog_bg {
		background-position-x: 95%;
		background-position-y: center;
		min-height: 600px;
		height: 600px;
	}

	.blog_more {
		font-size: 14px;
		top: -90px;
	}

	.blog_img {
		-o-object-position: 50% 10%;
		object-position: 50% 10%;
		height: 280px;
	}

	.blog_caption {
		font-size: 18px;
		margin-top: 8px;
	}

	.blog_description {
		display: flex !important;
	}

	.card-section_bg {
		background-position-x: 60%;
		background-position-y: 50%;
	}

	.card-section_img {
		background-position-x: 60%;
		background-position-y: 50%;
	}

	.result_bg {
		width: 720px;
		height: 500px;
		top: -80px;
	}

	.result_video, .video-js {
		height: 450px;
	}

	.bx_videojs_player_2c1c13b8927b4d952490f7CodW2j-dimensions {
		height: 388px;
	}

	.result_video_bg {
		height: 450px;
	}

	.result_advantages {
		display: flex;
		flex-direction: column;
	}

	.result_advantages_item {
		margin-right: 0px;
	}

	.card-trainer {
		height: 470px;
	}

	.card-trainer_box {
		margin-top: -40px;
	}

	.card-trainer_wrapper {
		margin-top: 40px;
	}

	.card-trainer_gradient {
		background: radial-gradient(circle closest-corner at 75% 60%, #3f3f44, #2c2c2f, #1e1d1f);
		height: 470px;
	}

	.card-trainer_photo {
		width: 400px;
		height: 380px;
		bottom: 0;
		left: 57%;
	}

	.card-trainer_circle {
		width: 380px;
		height: 380px;
		bottom: 0;
		left: 58%;
	}

	.card-trainer_circle_one {
		width: 380px;
		height: 380px;
	}

	.card-trainer_circle_two {
		width: 300px;
		height: 300px;
	}

	.card-trainer_ellipse {
		top: 183px;
		left: 183px;
	}

	.card-trainer_ellipse.one {
		-webkit-transform: rotate(30deg) translateX(-190px);
		transform: rotate(30deg) translateX(-190px);
		-webkit-animation: orbit3 10s linear infinite;
		animation: orbit3 10s linear infinite;
	}

	@-webkit-keyframes orbit3 {
		from {
			-webkit-transform: rotate(30deg) translateX(-190px) rotate(0deg);
		}

		to {
			-webkit-transform: rotate(390deg) translateX(-190px) rotate(-360deg);
		}
	}

	@keyframes orbit3 {
		from {
			-webkit-transform: rotate(30deg) translateX(-190px) rotate(0deg);
			transform: rotate(30deg) translateX(-190px) rotate(0deg);
		}

		to {
			-webkit-transform: rotate(390deg) translateX(-190px) rotate(-360deg);
			transform: rotate(390deg) translateX(-190px) rotate(-360deg);
		}
	}

	.card-trainer_ellipse.two {
		-webkit-transform: rotate(-20deg) translateX(-150px);
		transform: rotate(-20deg) translateX(-150px);
		-webkit-animation: orbit4 8s linear infinite;
		animation: orbit4 8s linear infinite;
	}

	@-webkit-keyframes orbit4 {
		from {
			-webkit-transform: rotate(-20deg) translateX(-150px) rotate(0deg);
		}

		to {
			-webkit-transform: rotate(340deg) translateX(-150px) rotate(-360deg);
		}
	}

	@keyframes orbit4 {
		from {
			-webkit-transform: rotate(-20deg) translateX(-150px) rotate(0deg);
			transform: rotate(-20deg) translateX(-150px) rotate(0deg);
		}

		to {
			-webkit-transform: rotate(340deg) translateX(-150px) rotate(-360deg);
			transform: rotate(340deg) translateX(-150px) rotate(-360deg);
		}
	}

	.card-trainer_ellipse.three {
		-webkit-transform: rotate(-5deg) translateX(150px);
		transform: rotate(-5deg) translateX(150px);
		-webkit-animation: orbit5 8s linear infinite;
		animation: orbit5 8s linear infinite;
	}

	@-webkit-keyframes orbit5 {
		from {
			-webkit-transform: rotate(-5deg) translateX(150px) rotate(0deg);
		}

		to {
			-webkit-transform: rotate(355deg) translateX(150px) rotate(-360deg);
		}
	}

	@keyframes orbit5 {
		from {
			-webkit-transform: rotate(-5deg) translateX(150px) rotate(0deg);
			transform: rotate(-5deg) translateX(150px) rotate(0deg);
		}

		to {
			-webkit-transform: rotate(355deg) translateX(150px) rotate(-360deg);
			transform: rotate(355deg) translateX(150px) rotate(-360deg);
		}
	}

	.club_play-video {
		top: 20%;
		left: 50%;
		width: 690px;
		padding-left: 30px;
	}

	.club_play-video_icon {
		width: 32px;
		height: 32px;
	}

	.club_play-video_text {
		font-size: 14px;
		padding-left: 15px;
	}

	.club_wrapper {
		/*margin-left: 30px;
        width: 50%;*/
	}

	.contacts_container {
		height: 570px;
	}

	.contacts_img {
		background-position-x: 30%;
		height: 570px;
	}

	.contacts_phone {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.contacts_address {
		font-size: 14px;
		width: 230px;
		margin-bottom: 20px;
	}

	.contacts_mail {
		font-size: 14px;
		margin-bottom: 25px;
	}

	.contacts_station {
		margin-bottom: 30px;
	}

	.contacts_station_text {
		font-size: 14px;
		margin-left: 10px;
	}

	.contacts_page {
		height: 1440px;
	}

	.contacts_page .container {
		position: relative;
		top: 430px;
	}

	.contacts_page_img {
		position: relative;
		height: 320px;
		width: 100%;
		left: 0;
	}

	.contacts_page_wrapper {
		position: relative;
		top: 0;
	}

	.contacts_page_block_big {
		flex-direction: column;
		width: 100%;
		padding: 50px;
	}

	.contacts_page_block_small {
		flex-basis: 100%;
	}

	.contacts_page_block_small:first-child {
		border-right: none;
		border-bottom: 1px solid #555456;
		padding-right: 0;
		padding-bottom: 50px;
	}

	.contacts_page_block_small:nth-child(2) {
		padding-left: 0;
		padding-top: 50px;
	}

	.footer_logo {
		margin-right: 20px;
	}

	.footer_logo_img {
		width: 120px;
	}

	.footer_call {
		display: none;
	}

	.footer_phone {
		font-size: 12px;
	}

	.header_logo {
		margin-right: 20px;
	}

	.header_logo_img {
		width: 120px;
	}

	.header_menu_address {
		display: none;
	}

	.header_menu_call {
		font-size: 12px;
		padding: 10px 35px;
	}

	.header_menu_phone {
		font-size: 12px;
	}

	.header_menu_burger_text {
		font-size: 13px;
	}

	.header_menu_main .header_menu_address {
		display: none;
	}

	.header_menu_main .header_logo {
		order: -1;
	}

	.header_menu_main .header_menu_phone {
		order: -1;
	}

	.header_cross_text {
		font-size: 13px;
	}

	.intro_eclub {
		width: 720px;
		height: 149px;
	}

	.intro_circle {
		top: 55%;
		left: 55%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.intro .swiper-slide {
		overflow: hidden;
		width: 100%;
	}

	/*    .intro .swiper-slide .image {
        -o-object-position: left;
        object-position: left;
        width: 1027px;
        height: 760px;
        left: calc( 50% + 170px);
    }

    .intro .swiper-slide .shadow {
        left: calc( 50% + 190px);
        bottom: 10px;
    }*/
	.intro .swiper-pagination-bullets {
		left: 15px;
		top: 880px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.intro .swiper-pagination {
		flex-direction: row;
		text-align: left;
	}

	.intro .swiper-pagination-bullet-active {
		opacity: 1;
		border: none;
		background-color: #a77e42;
	}

	.intro .swiper-pagination-bullet-active::before {
		display: none;
	}

	.intro .swiper-pagination-bullet-active::after {
		display: none;
	}

	.intro .swiper-pagination-bullets
	.swiper-pagination-bullet {
		margin: 0 40px 30px 0;
		left: 0px;
	}

	.intro .swiper-button-next,
	.intro .swiper-button-prev {
		top: 870px;
	}

	.martial-arts_bg {
		background-position-x: 95%;
		background-position-y: center;
		min-height: 600px;
		height: 600px;
	}

	.programs {
		padding-top: 120px;
	}

	.programs_wrapper {
		width: 100%;
		margin-right: 0;
	}

	.programs_request_item {
		min-height: 479px;
	}

	.programs_item {
		flex-basis: 100%;
		margin-bottom: 30px;
		margin-right: 0;
	}

	.programs_item.blog_item {
		margin-bottom: 20px;
	}

	.programs_item.middle {
		flex-basis: 100%;
		margin-right: 0;
	}

	.programs_item.small {
		flex-basis: 100%;
		margin-right: 0;
	}

	.programs_item.small.blog_item {
		flex-basis: calc(50% - 10px);
		margin-bottom: 20px;
		margin-right: 20px;
	}

	.programs_item.small.blog_item:nth-child(2n-1) {
		margin-right: 0;
	}

	.programs_img {
		height: 327px;
	}

	.programs_img.middle,
	.programs_img.small {
		-o-object-fit: cover;
		object-fit: cover;
		height: 327px;
		width: 100%;
	}

	.programs_caption {
		font-size: 24px;
		width: 350px;
	}

	.programs_info {
		padding: 35px 30px 30px;
	}

	.programs_description_text {
		font-size: 14px;
	}

	.programs_description_more {
		border: 5px solid #a77e42;
		padding: 22px;
	}

	.programs_description_more.small {
		border: 5px solid #a77e42;
		padding: 22px;
	}

	.schedule_slider .swiper-button-next {
		right: 50px;
	}

	.schedule_slider .swiper-button-prev {
		left: 50px;
	}

	.title_intro {
		display: none;
	}

	.team_box {
		margin-top: 20px;
	}

	.team_item {
		height: 280px;
	}

	.team_item.bg {
		padding: 0;
		margin: 0;
		box-sizing: border-box;
		position: relative;
		background: url("/local/templates/ecofit/./img/paper-plane.png") no-repeat 0px;
		background-position: center;
		background-size: cover;
		height: 280px;
		padding: 50px 0 0 50px;
	}

	.team_item_img_trainer {
		width: 250px;
		height: 250px;
		right: -70px;
		bottom: 0;
	}

	.team_item_img_trainer.middle {
		right: -70px;
	}

	.team_item_img_trainer.small {
		right: -70px;
	}

	.team_item_wrapper {
		padding: 50px 0 0 30px;
	}

	.team_item_position {
		width: 220px;
	}

	.team_item_position.small {
		width: 220px;
	}

	.team_item_caption {
		font-size: 22px;
		width: 160px;
		margin-bottom: 30px;
	}

	.team_item_caption.middle {
		width: 160px;
		margin-bottom: 30px;
	}

	.team_item_caption.small {
		width: 160px;
		margin-bottom: 30px;
	}

	.team_item_hashtag {
		width: 180px;
		margin-bottom: 10px;
	}

	.team_item_request_text {
		font-size: 16px;
	}

	.trainers_bg {
		width: 540px;
		height: 540px;
		top: 60px;
		left: 13%;
	}

	.trainers_info {
		min-height: 187px;
	}

	.trainers_slider .swiper-wrapper {
		padding-bottom: 187px;
	}

	.trainers_slider .swiper-slide:hover .trainers_info {
		-webkit-transform: translateY(187px);
		transform: translateY(187px);
	}

	.trainers_slider .swiper-pagination {
		bottom: 80px;
	}

	.trainers_slider .swiper-button-next {
		top: 185px;
	}

	.trainers_slider .swiper-button-prev {
		top: 185px;
	}

	.trainers_slider .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 10px;
	}
}

@media screen and (max-width: 767px) {
	.article_top {
		margin-top: 50px;
	}

	.article_bottom {
		margin-top: 20px;
	}

	.article_container {
		padding: 35px;
	}

	.article_title {
		font-size: 20px;
	}

	.article_img {
		height: 163px;
		margin: 20px 0 20px;
	}

	.article_description {
		font-size: 13px;
	}

	.article_subtitle {
		font-size: 16px;
	}

	.article_caption:after {
		width: 300px;
	}

	.article_popular_wrapper {
		width: 100%;
		margin-right: 0;
	}

	.article_popular_img {
		min-width: 120px;
		width: 120px;
		object-fit: cover;
		height: 112px;
	}

	.article_popular_text {
		font-size: 14px;
		margin-top: 5px;
	}

	.article_block {
		flex-basis: 100%;
		margin-right: 0;
	}

	.atmosphere_bg {
		width: 440px;
		height: 500px;
		left: 0;
	}

	.atmosphere_wrapper {
		flex-direction: column;
		margin-top: 40px;
	}

	.atmosphere_info {
		flex-basis: 100%;
		margin-bottom: 80px;
	}

	.atmosphere_slider .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 8px;
	}

	.blog_bg {
		background-position-x: 90%;
		min-height: 500px;
		height: 500px;
	}

	.blog_nav_wrapper {
		flex-wrap: wrap;
	}

	.blog_nav_filter {
		width: 100%;
	}

	.blog_nav_page {
		width: 100%;
		justify-content: flex-end;
		margin-top: 50px;
	}

	.blog_more {
		top: -70px;
	}

	.blog_img {
		-o-object-position: 50% 0%;
		object-position: 50% 0%;
		height: 240px;
	}

	.blog_description {
		display: none !important;
	}

	.result_bg {
		width: 540px;
		height: 300px;
		top: 0px;
	}

	.result_video, .video-js {
		height: 350px;
	}

	.bx_videojs_player_2c1c13b8927b4d952490f7CodW2j-dimensions {
		height: 286px;
	}

	.result_video_bg {
		height: 350px;
	}

	.result_play-video {
		width: 250px;
	}

	.result_play-video_icon {
		width: 28px;
		height: 28px;
	}

	.result_play-video_text {
		font-size: 14px;
		padding-left: 15px;
	}

	.card-trainer_wrapper {
		width: 330px;
	}

	.card-trainer_description {
		font-size: 12px;
		margin-top: 20px;
		margin-bottom: 40px;
	}

	.card-trainer_photo {
		left: 52%;
	}

	.card-trainer_circle {
		width: 380px;
		height: 380px;
		bottom: 0;
		left: 54%;
	}

	.specialization {
		margin-top: 60px;
	}

	.specialization_wrapper {
		margin-top: 20px;
	}

	.specialization_item {
		flex-basis: calc(50% - 30px);
	}

	.specialization_text {
		font-size: 13px;
	}

	.club_box {
		/*height: 600px;*/
	}

	.club_play-video {
		width: 510px;
	}

	.club_play-video_icon {
		width: 28px;
		height: 28px;
	}

	.club_play-video_text {
		font-size: 14px;
		padding-left: 15px;
	}

	.club_wrapper {
		/*margin-left: 30px;
        width: 70%;*/
	}

	.club_info {
		top: 50%;
	}

	.club_description {
		font-size: 14px;
		margin: 25px 0;
	}

	.contacts {
		margin-top: 100px;
	}

	.contacts_container {
		height: 500px;
		margin-bottom: 480px;
	}

	.contacts_img {
		background-position-x: 40%;
		height: 500px;
		margin-bottom: 480px;
	}

	.contacts_wrapper {
		position: relative;
		top: 550px;
	}

	.contacts_block {
		background: url("/local/templates/ecofit/./img/paper-plane.png") no-repeat 0px;
		background-position: center;
		background-size: cover;
		padding: 50px;
	}

	.footer_phone {
		display: none;
	}

	.header_menu_down {
		display: none;
	}

	.header_menu_call {
		display: none;
	}

	.header_social-mobile {
		display: flex;
	}

	.header_nav_item {
		font-size: 24px;
		padding: 15px 0;
		margin: 5px 0;
	}

	/*    .header_social {
        display: none;
    }*/
	.hamburger:before {
		width: 130px;
		height: 130px;
	}

	.intro {
		height: 840px;
	}

	.intro_gradient {
		background: radial-gradient(circle closest-corner at 65% 55%, #3f3f44, #2c2c2f, #1e1d1f);
		height: 840px;
	}

	.intro_eclub {
		width: 540px;
		height: 112px;
	}

	.intro_circle {
		top: 60%;
		left: 60%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.intro_info_wrapper {
		height: 840px;
	}

	.intro .swiper-slide {
		width: 100%;
	}

	/*    .intro .swiper-slide .image {
        width: 900px;
        height: 690px;
        left: calc( 50% + 200px);
    }

    .intro .swiper-slide .shadow {
        width: 900px;
        height: 690px;
        left: calc( 50% + 215px);
    }*/
	.intro .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
		text-align: left;
		margin-left: 0;
	}

	.intro .swiper-pagination-bullets {
		left: 15px;
		top: 800px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.intro .swiper-button-next {
		display: none;
	}

	.intro .swiper-button-prev {
		display: none;
	}

	.intro_play-video {
		top: 140px;
	}

	.intro_play-video_icon {
		width: 24px;
		height: 24px;
	}

	.intro_play-video_text {
		font-size: 12px;
	}

	.intro_description {
		top: 200px;
	}

	.martial-arts_bg {
		background-position-x: 90%;
		min-height: 500px;
		height: 500px;
	}

	.programs_request_item {
		min-height: 398px;
	}

	.programs_request_wrapper {
		padding-left: 40px;
	}

	.programs_item {
		flex-basis: 100%;
		margin-bottom: 30px;
	}

	.programs_item.small.blog_item {
		flex-basis: 100%;
		margin-bottom: 20px;
		margin-right: 0;
	}

	.programs_img {
		height: 242px;
	}

	.programs_img.middle,
	.programs_img.small {
		-o-object-fit: cover;
		object-fit: cover;
		height: 242px;
		width: 100%;
	}

	.programs_caption {
		font-size: 22px;
		width: 350px;
	}

	.programs_info {
		padding: 25px 20px 20px;
	}

	.programs_info.small {
		padding: 25px 20px 20px;
	}

	.programs_description_text {
		font-size: 12px;
	}

	.programs_description_more {
		border: 4px solid #a77e42;
		padding: 18px;
	}

	.programs_description_more.small {
		border: 4px solid #a77e42;
		padding: 18px;
	}

	.schedule_slider .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 5px;
	}

	.schedule_slider .swiper-pagination-bullet {
		width: 140px;
		margin: 0 5px;
	}

	.schedule_slider .swiper-button-next {
		right: 30px;
	}

	.schedule_slider .swiper-button-prev {
		left: 30px;
	}

	.team_wrapper {
		width: 100%;
		margin-right: 0;
	}

	.team_item {
		flex-basis: 100%;
		margin-right: 0;
	}

	.team_item.middle {
		flex-basis: 100%;
	}

	.team_item.small {
		flex-basis: 100%;
	}

	.team_item_img_trainer {
		width: 250px;
		height: 250px;
		right: -10px;
		bottom: 0;
	}

	.team_item_img_trainer.middle {
		right: -10px;
	}

	.team_item_img_trainer.small {
		right: -10px;
	}

	.trainers {
		overflow: hidden;
	}

	.trainers_bg {
		display: none;
	}

	.trainers_info {
		position: relative;
		min-height: 187px;
		background-color: #222224;
		bottom: 0;
	}

	.trainers_slider {
		padding: 65px 0 0;
		overflow: hidden;
		width: calc(100% + 48%);
		margin: 0 -24%;
	}

	.trainers_slider:before {
		content: "";
		position: absolute;
		left: 0;
		top: 55px;
		width: 90px;
		height: 70%;
		background: linear-gradient(to left, rgba(30, 29, 31, 0.4) 30%, rgba(30, 29, 31, 0.7) 70%);
		z-index: 9999999;
	}

	.trainers_slider:after {
		content: "";
		position: absolute;
		right: 0;
		top: 55px;
		width: 90px;
		height: 70%;
		background: linear-gradient(to right, rgba(30, 29, 31, 0.4) 30%, rgba(30, 29, 31, 0.7) 70%);
		z-index: 9999999;
	}

	.trainers_slider .swiper-container {
		width: calc(100% + 48%);
		margin: 0 -24%;
		overflow: hidden;
	}

	.trainers_slider .swiper-wrapper {
		padding-bottom: 140px;
	}

	.trainers_slider .swiper-slide:hover .trainers_info {
		-webkit-transform: none;
		transform: none;
	}

	.trainers_slider .swiper-pagination {
		bottom: 60px;
	}

	.trainers_slider .swiper-button-next {
		display: none;
	}

	.trainers_slider .swiper-button-prev {
		display: none;
	}

	.trainers_slider .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 10px;
	}
}

@media screen and (max-width: 575px) {
	.article_container {
		padding: 25px;
	}

	.article_img {
		height: 30vw;
	}

	.article_caption:after {
		width: calc(100% - 200px);
	}

	.article_request {
		width: 290px;
	}

	.atmosphere_bg {
		width: 100%;
		height: 110vw;
	}

	.blog_bg {
		background-position-x: 90%;
		min-height: 320px;
		height: 320px;
	}

	.result {
		margin-top: 20px;
	}

	.result_bg {
		width: 100%;
		height: 60vw;
		top: 0px;
	}

	.result_video, .video-js {
		/*height: 60vw;*/
	}

	.bx_videojs_player_2c1c13b8927b4d952490f7CodW2j-dimensions {
		height: 50vw;
	}

	.result_video_bg {
		height: 60vw;
	}

	.card-trainer_wrapper {
		width: 330px;
		margin-left: 0;
	}

	.card-trainer_photo {
		left: 45%;
	}

	.card-trainer_circle {
		left: 48%;
	}

	.club_play-video {
		width: calc(100% - 30px);
	}

	.club_wrapper {
		/*width: 70%;*/
	}

	.contacts_img {
		background-position-x: 50%;
		height: 500px;
		margin-bottom: 480px;
	}

	.contacts_phone {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.contacts_page .container {
		top: 465px;
	}

	.contacts_page_img {
		position: relative;
		height: 320px;
		width: 100%;
		left: 0;
	}

	.contacts_page_block_big {
		padding: 30px;
	}

	.header_orbit.one {
		width: 240px;
		height: 240px;
		top: -120px;
		right: -60px;
	}

	.header_orbit.two {
		width: 450px;
		height: 450px;
		top: -225px;
		right: -165px;
	}

	.header_orbit.three {
		width: 700px;
		height: 700px;
		top: -350px;
		right: -290px;
	}

	.header_orbit.four {
		width: 1000px;
		height: 1000px;
		top: -500px;
		right: -440px;
	}

	.header_orbit.five {
		width: 1350px;
		height: 1350px;
		top: -675px;
		right: -615px;
	}

	.header_orbit.six {
		width: 1700px;
		height: 1700px;
		top: -850px;
		right: -790px;
	}

	.header_ellipse {
		background: url("/local/templates/ecofit/./img/icon-ellipse-2.png") no-repeat 0px;
		background-size: 9px 9px;
		background-position: center;
		width: 23px;
		height: 23px;
		top: -11px;
		right: 49px;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.header_ellipse.one {
		-webkit-transform: rotate(-10deg) translateX(-225px);
		transform: rotate(-10deg) translateX(-225px);
		-webkit-animation: orbit_menu1 7s linear infinite;
		animation: orbit_menu1 7s linear infinite;
	}

	@-webkit-keyframes orbit_menu1 {
		from {
			-webkit-transform: rotate(-10deg) translateX(-225px) rotate(0deg);
		}

		to {
			-webkit-transform: rotate(350deg) translateX(-225px) rotate(-360deg);
		}
	}

	@keyframes orbit_menu1 {
		from {
			-webkit-transform: rotate(-10deg) translateX(-225px) rotate(0deg);
			transform: rotate(-10deg) translateX(-225px) rotate(0deg);
		}

		to {
			-webkit-transform: rotate(350deg) translateX(-225px) rotate(-360deg);
			transform: rotate(350deg) translateX(-225px) rotate(-360deg);
		}
	}

	.header_ellipse.one.clone {
		-webkit-transform: rotate(-10deg) translateX(225px);
		transform: rotate(-10deg) translateX(225px);
		-webkit-animation: orbit_menu1_clone 7s linear infinite;
		animation: orbit_menu1_clone 7s linear infinite;
	}

	@-webkit-keyframes orbit_menu1_clone {
		from {
			-webkit-transform: rotate(-10deg) translateX(225px) rotate(0deg);
		}

		to {
			-webkit-transform: rotate(350deg) translateX(225px) rotate(-360deg);
		}
	}

	@keyframes orbit_menu1_clone {
		from {
			-webkit-transform: rotate(-10deg) translateX(225px) rotate(0deg);
			transform: rotate(-10deg) translateX(225px) rotate(0deg);
		}

		to {
			-webkit-transform: rotate(350deg) translateX(225px) rotate(-360deg);
			transform: rotate(350deg) translateX(225px) rotate(-360deg);
		}
	}

	.header_ellipse.two {
		-webkit-transform: rotate(88deg) translateX(350px);
		transform: rotate(88deg) translateX(350px);
		-webkit-animation: orbit_menu2 10s linear infinite;
		animation: orbit_menu2 10s linear infinite;
	}

	@-webkit-keyframes orbit_menu2 {
		from {
			-webkit-transform: rotate(88deg) translateX(350px) rotate(0deg);
		}

		to {
			-webkit-transform: rotate(448deg) translateX(350px) rotate(-360deg);
		}
	}

	@keyframes orbit_menu2 {
		from {
			-webkit-transform: rotate(88deg) translateX(350px) rotate(0deg);
			transform: rotate(88deg) translateX(350px) rotate(0deg);
		}

		to {
			-webkit-transform: rotate(448deg) translateX(350px) rotate(-360deg);
			transform: rotate(448deg) translateX(350px) rotate(-360deg);
		}
	}

	.header_ellipse.two.clone {
		-webkit-transform: rotate(88deg) translateX(-350px);
		transform: rotate(88deg) translateX(-350px);
		-webkit-animation: orbit_menu2_clone 10s linear infinite;
		animation: orbit_menu2_clone 10s linear infinite;
	}

	@-webkit-keyframes orbit_menu2_clone {
		from {
			-webkit-transform: rotate(88deg) translateX(-350px) rotate(0deg);
		}

		to {
			-webkit-transform: rotate(448deg) translateX(-350px) rotate(-360deg);
		}
	}

	@keyframes orbit_menu2_clone {
		from {
			-webkit-transform: rotate(88deg) translateX(-350px) rotate(0deg);
			transform: rotate(88deg) translateX(-350px) rotate(0deg);
		}

		to {
			-webkit-transform: rotate(448deg) translateX(-350px) rotate(-360deg);
			transform: rotate(448deg) translateX(-350px) rotate(-360deg);
		}
	}

	.header_ellipse.three {
		-webkit-transform: rotate(-45deg) translateX(-500px);
		transform: rotate(-45deg) translateX(-500px);
		-webkit-animation: orbit_menu3 15s linear infinite;
		animation: orbit_menu3 15s linear infinite;
	}

	@-webkit-keyframes orbit_menu3 {
		from {
			-webkit-transform: rotate(-45deg) translateX(-500px) rotate(0deg);
		}

		to {
			-webkit-transform: rotate(315deg) translateX(-500px) rotate(-360deg);
		}
	}

	@keyframes orbit_menu3 {
		from {
			-webkit-transform: rotate(-45deg) translateX(-500px) rotate(0deg);
			transform: rotate(-45deg) translateX(-500px) rotate(0deg);
		}

		to {
			-webkit-transform: rotate(315deg) translateX(-500px) rotate(-360deg);
			transform: rotate(315deg) translateX(-500px) rotate(-360deg);
		}
	}

	.header_ellipse.three.clone {
		-webkit-transform: rotate(-45deg) translateX(500px);
		transform: rotate(-45deg) translateX(500px);
		-webkit-animation: orbit_menu3_clone 15s linear infinite;
		animation: orbit_menu3_clone 15s linear infinite;
	}

	@-webkit-keyframes orbit_menu3_clone {
		from {
			-webkit-transform: rotate(-45deg) translateX(500px) rotate(0deg);
		}

		to {
			-webkit-transform: rotate(315deg) translateX(500px) rotate(-360deg);
		}
	}

	@keyframes orbit_menu3_clone {
		from {
			-webkit-transform: rotate(-45deg) translateX(500px) rotate(0deg);
			transform: rotate(-45deg) translateX(500px) rotate(0deg);
		}

		to {
			-webkit-transform: rotate(315deg) translateX(500px) rotate(-360deg);
			transform: rotate(315deg) translateX(500px) rotate(-360deg);
		}
	}

	.header_ellipse.four {
		-webkit-transform: rotate(-45deg) translateX(-675px);
		transform: rotate(-45deg) translateX(-675px);
		-webkit-animation: orbit_menu4 20s linear infinite;
		animation: orbit_menu4 20s linear infinite;
	}

	@-webkit-keyframes orbit_menu4 {
		from {
			-webkit-transform: rotate(-45deg) translateX(-675px) rotate(0deg);
		}

		to {
			-webkit-transform: rotate(315deg) translateX(-675px) rotate(-360deg);
		}
	}

	@keyframes orbit_menu4 {
		from {
			-webkit-transform: rotate(-45deg) translateX(-675px) rotate(0deg);
			transform: rotate(-45deg) translateX(-675px) rotate(0deg);
		}

		to {
			-webkit-transform: rotate(315deg) translateX(-675px) rotate(-360deg);
			transform: rotate(315deg) translateX(-675px) rotate(-360deg);
		}
	}

	.header_ellipse.four.clone {
		-webkit-transform: rotate(-45deg) translateX(675px);
		transform: rotate(-45deg) translateX(675px);
		-webkit-animation: orbit_menu4_clone 20s linear infinite;
		animation: orbit_menu4_clone 20s linear infinite;
	}

	@-webkit-keyframes orbit_menu4_clone {
		from {
			-webkit-transform: rotate(-45deg) translateX(675px) rotate(0deg);
		}

		to {
			-webkit-transform: rotate(315deg) translateX(675px) rotate(-360deg);
		}
	}

	@keyframes orbit_menu4_clone {
		from {
			-webkit-transform: rotate(-45deg) translateX(675px) rotate(0deg);
			transform: rotate(-45deg) translateX(675px) rotate(0deg);
		}

		to {
			-webkit-transform: rotate(315deg) translateX(675px) rotate(-360deg);
			transform: rotate(315deg) translateX(675px) rotate(-360deg);
		}
	}

	.header_ellipse.five {
		-webkit-transform: rotate(-25deg) translateX(-850px);
		transform: rotate(-25deg) translateX(-850px);
		-webkit-animation: orbit_menu5 25s linear infinite;
		animation: orbit_menu5 25s linear infinite;
	}

	@-webkit-keyframes orbit_menu5 {
		from {
			-webkit-transform: rotate(-25deg) translateX(-850px) rotate(0deg);
		}

		to {
			-webkit-transform: rotate(335deg) translateX(-850px) rotate(-360deg);
		}
	}

	@keyframes orbit_menu5 {
		from {
			-webkit-transform: rotate(-25deg) translateX(-850px) rotate(0deg);
			transform: rotate(-25deg) translateX(-850px) rotate(0deg);
		}

		to {
			-webkit-transform: rotate(335deg) translateX(-850px) rotate(-360deg);
			transform: rotate(335deg) translateX(-850px) rotate(-360deg);
		}
	}

	.header_ellipse.five.clone {
		-webkit-transform: rotate(-25deg) translateX(850px);
		transform: rotate(-25deg) translateX(850px);
		-webkit-animation: orbit_menu5_clone 25s linear infinite;
		animation: orbit_menu5_clone 25s linear infinite;
	}

	@-webkit-keyframes orbit_menu5_clone {
		from {
			-webkit-transform: rotate(-25deg) translateX(850px) rotate(0deg);
		}

		to {
			-webkit-transform: rotate(335deg) translateX(850px) rotate(-360deg);
		}
	}

	@keyframes orbit_menu5_clone {
		from {
			-webkit-transform: rotate(-25deg) translateX(850px) rotate(0deg);
			transform: rotate(-25deg) translateX(850px) rotate(0deg);
		}

		to {
			-webkit-transform: rotate(335deg) translateX(850px) rotate(-360deg);
			transform: rotate(335deg) translateX(850px) rotate(-360deg);
		}
	}

	.hamburger:before {
		width: 110px;
		height: 110px;
	}

	.intro {
		height: 300px;
	}

	.intro_gradient {
		background: radial-gradient(circle closest-corner at 65% 55%, #3f3f44, #2c2c2f, #1e1d1f);
		height: 300px;
	}

	.intro_info_wrapper {
		height: 300px;
	}

	.intro .swiper-slide {
		justify-content: flex-start;
	}

	.swiper-slide__information {
		margin-top: 32px;
		width: 75%;
		padding-left: 15px;
	}

	.header_social {
		height: 64px;
	}

	.index-title {
		margin-top: 0;
		line-height: 1;
	}

	.index-title__anons {
		margin-bottom: 20px;
		font-size: 14px;
		line-height: normal;
	}

	.intro_eclub {
		width: 100%;
		height: 20vw;
	}

	.intro_circle {
		width: 500px;
		height: 500px;
		top: 60%;
		left: 70%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.intro_orbit {
		width: 500px;
		height: 500px;
	}

	.intro_ellipse {
		top: 242px;
		left: 242px;
	}

	.intro_ellipse.one {
		-webkit-transform: rotate(-90deg) translateX(250px);
		transform: rotate(-90deg) translateX(250px);
	}

	@-webkit-keyframes orbit_main1 {
		from {
			-webkit-transform: rotate(-90deg) translateX(250px) rotate(0deg);
		}

		to {
			-webkit-transform: rotate(270deg) translateX(250px) rotate(-360deg);
		}
	}

	@keyframes orbit_main1 {
		from {
			-webkit-transform: rotate(-90deg) translateX(-250px) rotate(0deg);
			transform: rotate(-90deg) translateX(-250px) rotate(0deg);
		}

		to {
			-webkit-transform: rotate(270deg) translateX(-250px) rotate(-360deg);
			transform: rotate(270deg) translateX(-250px) rotate(-360deg);
		}
	}

	.intro_ellipse.two {
		-webkit-transform: rotate(30deg) translateX(250px);
		transform: rotate(30deg) translateX(250px);
	}

	@-webkit-keyframes orbit_main2 {
		from {
			-webkit-transform: rotate(30deg) translateX(250px) rotate(0deg);
		}

		to {
			-webkit-transform: rotate(390deg) translateX(250px) rotate(-360deg);
		}
	}

	@keyframes orbit_main2 {
		from {
			-webkit-transform: rotate(30deg) translateX(-250px) rotate(0deg);
			transform: rotate(30deg) translateX(-250px) rotate(0deg);
		}

		to {
			-webkit-transform: rotate(390deg) translateX(-250px) rotate(-360deg);
			transform: rotate(390deg) translateX(-250px) rotate(-360deg);
		}
	}

	.intro_ellipse.three {
		-webkit-transform: rotate(150deg) translateX(250px);
		transform: rotate(150deg) translateX(250px);
	}

	@-webkit-keyframes orbit_main3 {
		from {
			-webkit-transform: rotate(150deg) translateX(250px) rotate(0deg);
		}

		to {
			-webkit-transform: rotate(510deg) translateX(250px) rotate(-360deg);
		}
	}

	@keyframes orbit_main3 {
		from {
			-webkit-transform: rotate(150deg) translateX(-250px) rotate(0deg);
			transform: rotate(150deg) translateX(-250px) rotate(0deg);
		}

		to {
			-webkit-transform: rotate(510deg) translateX(-250px) rotate(-360deg);
			transform: rotate(510deg) translateX(-250px) rotate(-360deg);
		}
	}

	.intro .swiper-pagination-bullets {
		left: 15px;
		top: 760px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.intro .swiper-pagination {
		margin-left: 0;
	}

	.intro_play-video {
		top: 220px;
	}

	.intro_description {
		top: 300px;
	}

	.martial-arts_bg {
		background-position-x: 90%;
		min-height: 320px;
		height: 320px;
	}

	.programs_img {
		height: 45vw;
	}

	.programs_img.middle,
	.programs_img.small {
		-o-object-fit: cover;
		object-fit: cover;
		height: 45vw;
		width: 100%;
	}

	.programs_request_item {
		background-size: cover;
		min-height: 380px;
	}

	.programs_request_wrapper {
		padding: 20px;
	}

	.schedule_slider {
		overflow: hidden;
	}

	.schedule_slider .swiper-container {
		overflow: hidden;
	}

	.schedule_slider .swiper-pagination-bullets-dynamic {
		font-size: 22px;
	}

	.schedule_slider .swiper-pagination {
		top: 100px;
	}

	.schedule_slider .swiper-pagination-bullet {
		width: 120px;
		margin: 0 5px;
	}

	.schedule_slider .swiper-button-next {
		right: 15px;
		top: 127px;
	}

	.schedule_slider .swiper-button-prev {
		left: 15px;
		top: 127px;
	}

	.schedule_save {
		top: -80px;
		left: 15px;
	}

	.schedule_save_icon {
		order: -1;
		margin-left: 0;
		margin-right: 15px;
	}

	.schedule_select {
		left: 15px;
		/*top: 40px;*/
	}

	.title {
		font-size: 24px;
	}

	.title.big {
		font-size: 26px;
	}

	.team_item_img_trainer {
		right: -30px;
	}

	.team_item_img_trainer.middle {
		right: -30px;
	}

	.team_item_img_trainer.small {
		right: -30px;
	}

	.trainers_slider {
		padding: 65px 0 0;
		width: calc(100% + 30px);
		margin: 0 -15px;
	}

	.trainers_slider:before {
		width: 16.5%;
	}

	.trainers_slider:after {
		width: 16.5%;
	}

	.trainers_slider .swiper-container {
		width: calc(100% + 30px);
		margin: 0 -15px;
		overflow: hidden;
	}
}

@media screen and (max-width: 480px) {
	.index-title {
		font-size: 32px;
	}

	.article_title {
		font-size: 18px;
	}

	.article_subtitle {
		font-size: 15px;
	}

	.article_request {
		width: 250px;
	}

	.article_popular_img {
		min-width: 110px;
		width: 110px;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.article_popular_text {
		font-size: 13px;
	}

	.article_form {
		padding: 30px 20px;
	}

	.atmosphere_bg {
		width: 100%;
		height: 100%;
		max-height: 500px;
	}

	.atmosphere_request {
		width: 220px;
	}

	.blog_more {
		font-size: 12px;
		text-align: center;
		width: 180px;
	}

	.blog_hashtag {
		display: none;
	}

	.blog_nav_item {
		padding: 8px 12px;
		margin-right: 10px;
	}

	.card-section_request {
		width: 280px;
		padding: 12px 20px !important;
	}

	.result_description {
		font-size: 12px;
	}

	.result_advantages_item {
		width: 100%;
	}

	.result_advantages_text {
		font-size: 12px;
		width: 140px;
	}

	.card-trainer_wrapper {
		width: 280px;
	}

	.specialization_text {
		font-size: 12px;
	}

	.club_box {
		/*height: 520px;*/
	}

	.club_play-video {
		padding-left: 0;
	}

	.club_play-video_text {
		font-size: 12px;
	}


	.club_description {
		font-size: 13px;
		margin: 25px 0;
	}

	.contacts_request {
		width: 200px;
	}

	.contacts_page_confirm_label {
		font-size: 12px;
	}

	.footer_address {
		width: 60%;
	}

	.footer_address_text {
		width: 100%;
	}

	.programs_request_item {
		background-size: cover;
		min-height: 360px;
	}

	.programs_request {
		width: 200px;
	}

	.programs_request_text {
		margin: 20px 0 35px;
	}

	.programs_caption {
		font-size: 20px;
		width: 233px;
	}

	.schedule_slider .swiper-pagination-bullets-dynamic {
		font-size: 22px;
	}

	.schedule_slider .swiper-pagination-bullet {
		width: 120px;
		margin: 0 5px;
	}

	.schedule_slider .swiper-pagination-bullet-active-prev:before {
		display: none;
	}

	.schedule_slider .swiper-pagination-bullet-active-next:before {
		display: none;
	}

	.schedule_save {
		width: 220px;
	}

	.title {
		font-size: 22px;
	}

	.btn_action {
		font-size: 12px;
		padding: 12px 30px;
	}

	.modalDialog > div {
		width: 100%;
		padding: 50px 30px 30px;
	}

	.team_item_img_trainer {
		right: -50px;
	}

	.team_item_img_trainer.middle {
		right: -50px;
	}

	.team_item_img_trainer.small {
		right: -50px;
	}

	.trainers_request {
		width: 310px;
	}
}

@media screen and (max-width: 440px) {
	.card-trainer {
		height: 680px;
	}

	.card-trainer_gradient {
		background: radial-gradient(circle closest-corner at 50% 70%, #3f3f44, #2c2c2f, #1e1d1f);
		height: 680px;
	}

	.card-trainer_photo {
		left: 20px;
		width: 380px;
		height: 360px;
	}

	.card-trainer_circle {
		position: relative;
		width: 380px;
		height: 380px;
		bottom: -210px;
		left: 25px;
	}

	.card-trainer_info {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
		top: 0%;
	}

	.card-trainer_wrapper {
		margin-top: -250px;
		width: 100%;
	}

	.card-trainer_description {
		margin-bottom: 30px;
	}

	.specialization {
		margin-top: 50px;
	}

	.specialization_wrapper {
		margin-top: 20px;
	}

	.specialization_item {
		flex-direction: row;
		flex-basis: 100%;
	}

	.specialization_text {
		text-align: left;
		margin-top: 10px;
		margin-left: 30px;
	}

	.header_nav_item {
		padding: 10px 0;
		margin: 5px 0;
	}


	.programs_request_item {
		background-size: cover;
		min-height: 340px;
	}

	.programs_request_text {
		width: 100%;
		margin: 20px 0 35px;
	}

	.programs_caption {
		width: 100%;
	}

	.trainers_name {
		font-size: 14px;
	}

	.trainers_slider:before {
		width: 13%;
	}

	.trainers_slider:after {
		width: 13%;
	}
}

@media screen and (max-width: 420px) {
	.team_item_img_trainer {
		right: -70px;
	}

	.team_item_img_trainer.middle {
		right: -70px;
	}

	.team_item_img_trainer.small {
		right: -70px;
	}
}

@media screen and (max-width: 380px) {
	.card-trainer_photo {
		left: -20px;
	}

	.card-trainer_circle {
		left: -20px;
	}

	.header_menu_phone {
		display: none;
	}

	.header_nav_item {
		font-size: 22px;
		padding: 12px 0;
		margin: 0;
	}

	.intro_circle {
		top: 60%;
		left: 80%;
	}

	.team_item_wrapper {
		padding: 50px 0 0 20px;
		width: 100%;
	}

	.team_item_img_trainer {
		right: -90px;
	}

	.team_item_img_trainer.middle {
		right: -90px;
	}

	.team_item_img_trainer.small {
		right: -90px;
	}
}

/* End */
/* /local/templates/ecofit/components/bitrix/menu/top_menu/style.min.css?1772643942490 */
/* /local/templates/ecofit/components/nirvana/form/call_me/style.css?1772643942506 */
/* /local/templates/ecofit/components/nirvana/form/registration/style.css?1772643942506 */
/* /local/templates/ecofit/components/nirvana/form/default_modal/style.css?1772643942506 */
/* /local/templates/ecofit/template_styles.css?1772643942134573 */
