input.error {
	border: solid 1px #f00 !important;
	background: #94706d !important;
}
.rews .about__image{
	margin-top:0px !important;
}
.rews .bigbanner-slider__dots .dot2:nth-child(2){
	display:none !important;
}
.sliderfotos .bigbanner-slider__dots .dot2:nth-child(3){
	display:none !important;
}
.sliderfotos .bigbanner-slider__dots .dot2:nth-child(4),.rews .bigbanner-slider__dots .dot2:nth-child(4){
		display:none !important;
	}
.about__right.rews{
	padding-top:70px;
}
@media (max-width: 767px) {
	.bigbanner-slider__bottom.mobilerews .dot2{
		display:none !important;
	}
	.about__mobile-img.sliderfotosmob .bigbanner-slider__dots>.dot2:nth-child(1){
		display:flex !important;
	}
	.about__mobile-img.sliderfotosmob .bigbanner-slider__dots>.dot2{
		display:none !important;
	}
	.bigbanner-slider__bottom.mobilerews .dot2:nth-last-child(1){
		display:block !important;
		display: flex !important;
	}
	.sliderrewssmob .bigbanner-item__info{
		padding:0px;
	}
	.sliderrewssmob .bigbanner-item__inner{
		padding-bottom:0px !important;
		height:auto;
	}
	.rews .sliderfotos .bigbanner-item__info{
		margin-top:0px;
	}
	.rews .about__mobile-img.sliderfotosmob .sliderfotos .bigbanner-item__info{
		padding:0px;
	}
	.rews .about__mobile-img .about__image{
		margin:0px;
	}
	.tour__inner {
		height: 680px;
	}

	.tour__block {
		height: 680px;
	}

	.about .about-item__text {
		padding: 5px 0 0 0;
	}

	.about .about-item.about-item-fw {
		width: 210px;
		margin-left: auto;
		margin-right: auto;
	}

	.hidden-sm {
		display: none;
	}
}

@media (min-width: 767px) {
	.hidden-lg {
		display: none;
	}
}

.trainers__inner.trainers_list {
	display: flex;
	flex-wrap: wrap;
}

.trainers__inner.trainers_list .trainer__item {
	margin-top: 20px;
}

.traners-places {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/*-ms-flex-wrap: wrap;
      flex-wrap: wrap;
  */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 30px 0 5px 0;
	justify-content: space-between;
}

.trainer-place {
	border-radius: 5px;
	height: 32px;
	padding: 10px 15px;
	margin: 5px 2.5px;
	font-size: 12px;
	line-height: 14px;
	color: #FFF4DF;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Benzin";
	font-weight: 500;
	white-space: nowrap;
}

.trainer-place a {
	text-decoration: none;
	color: #FFF4DF;
}

.trainer-place:hover {
	padding-top: 3px;
}

.trainer-place.active {
	border: 1px solid #FFF4DF;
}

.trainers .place {
	margin-bottom: 50px;
	padding-top: 50px;
}

.trainers .place.odd {
	background: #3D3D3D;
}

.trainers .place .trainer__item {
	position: relative;
}

.trainers .place .trainer__item .trainer__title {
	position: absolute;
	bottom: 0;
	width: 100%;
	/*background: url('../img/trainer_title_bg.png') no-repeat;
	background-position-y: -50px;*/
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	border-radius: 0px 0px 5px 5px;
	display: flex;
	justify-content: space-between;
}

.trainers .place .trainer__item .trainer__title {
	text-align: left;
}

.trainers .place .trainer__item .trainer__title a {
	background: none;
	padding: 0;
	display: inline-block;
	text-align: left;
	font-family: 'Benzin';
	font-weight: 600;
}

.trainers .place .trainer__item .trainer__title span.fn {
	color: #fff;
}

.trainers .place h3 {
	font-family: "Benzin";
	font-size: 38px;
	font-weight: 600;
	text-transform: uppercase;
	color: #FFF4DF;
}

#modal-trainer-info.box-modal {
	width: 1160px;
	padding: 0;
}

.modal-content .trainer_info {
	display: flex;
	justify-content: space-between;
}

.modal-content .trainer_info .left {
	text-align: left;
	padding: 50px 100px 40px 55px;
}

.modal-content .trainer_info .right {
	text-align: right;
}

.modal-content .trainer_info .left .title {
	font-size: 38px;
	line-height: 45px;
	margin-bottom: 20px;
	text-align: left;
	font-family: "Benzin";
	text-transform: uppercase;
	font-weight: 600;
}

.modal-content .trainer_info .left .title .ln {
	color: #FFF4DF;
}

.modal-content .trainer_info .left .title .fn {
	color: #FFF;
}

.modal-content .trainer_info .left .title span {
	display: block;
}

.modal-content .trainer_info .left .position {
	margin-bottom: 20px;
	border: 1px solid #FFF4DF;
	border-radius: 5px;
	display: inline-block;
	color: #fff;
	height: 36px;
	padding: 10px 15px;
	text-transform: uppercase;
	font-family: 'Benzin';
	font-weight: 500;
	font-size: 12px;
	color: #FFF4DF;
}

.modal-content .trainer_info .left .preview {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 500;
	line-height: 27px;
	font-family: 'Roboto';
}

.modal-content .trainer_info .left .detail {
	font-size: 14px;
	font-weight: 400;
	font-family: 'Roboto';
	line-height: 19px;
}


@media (min-width: 1023px) {
	body.trainers {
		background: url('../images/uMPuxAg9X1vr.png') no-repeat #393939;
		background-position-x: 250px;
	}

	body.trainers.place_1 {
		background: url('../images/MbuR32VIMltB.png') no-repeat #393939;
		background-position-x: 250px;
	}

	body.trainers.place_2 {
		background: url('../images/ObD7KlFybi2X.png') no-repeat #393939;
		background-position-x: 250px;
	}

	body.trainers.place_3 {
		background: url('../images/GaEV05SXcjcK.png') no-repeat #393939;
		background-position-x: 250px;
	}

	body.trainers.place_4 {
		background: url('../images/kneEe34PCsb0.png') no-repeat #393939;
		background-position-x: 250px;
	}

	body.trainers.baum {
		background: url('../images/f0dr5o5m8PJv.png') no-repeat #393939;
		background-position-x: 250px;
	}

	body.trainers.baum.place_1 {
		background: url('../images/KVU4JChYFsqi.png') no-repeat #393939;
		background-position-x: 250px;
	}

	body.trainers.baum.place_2 {
		background: url('../images/sQxnmDeAfFJ7.png') no-repeat #393939;
		background-position-x: 250px;
	}

	body.trainers.baum.place_3 {
		background: url('../images/hoRX2p5Ua3ov.png') no-repeat #393939;
		background-position-x: 250px;
	}

	body.trainers.baum.place_4 {
		background: url('../images/SqMC0yZeXnpr.png') no-repeat #393939;
		background-position-x: 250px;
	}

	/*body.trainers.place_5{background: url('/upload/trainers_bg_img/skvosh.png') no-repeat #393939; background-position-x: 250px;}*/
	body.trainers .trainers h2 {
		margin: 0;
		font-size: 52px;
	}

	h2.mobile_header {
		display: none;
	}

	.trainers-page {
		padding-top: 100px;
	}

	.trainers-page.new {
		padding-top: 150px;
	}
}

@media (max-width: 767px) {
	.trainers-page .traners-places {
		overflow-x: auto;
		display: flex;
		min-width: 100%;
	}

	.trainers-page .traners-places::-webkit-scrollbar {
		display: none;
	}

	.trainers-page .trainer-place {
		font-size: 8px;
		line-height: 9px;
	}

	.trainers-page .trainers .place h3 {
		font-size: 20px;
		text-align: center;
		max-width: 100%;
		margin-bottom: 10px;
	}

	.trainers-page .trainers .place {
		margin-bottom: 10px;
		padding-top: 20px;
	}

	.trainers-page .trainers .place .trainers__inner {
		overflow-x: auto;
		min-width: 100%;
		display: flex;
		flex-wrap: nowrap;
	}

	.trainers-page .trainers .place .trainers__inner::-webkit-scrollbar {
		display: none;
	}

	.trainers-page .trainers .place .trainers__inner .trainer__item {
		min-width: 220px;
		margin-right: 10px;
	}

	.trainers-page .trainer__title {
		font-size: 12px;
		line-height: 14px;
		padding: 10px 10px 0px !important;
	}

	#modal-trainer-info.box-modal {
		width: 100%;
	}

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

	.trainer_info .left {
		width: 100%;
		order: 2;
	}

	.trainer_info .right {
		width: 100%;
		order: 1;
	}

	.trainer_info .right img {
		max-width: 100%;
	}

	.modal-content .trainer_info .left .title {
		font-size: 20px;
		line-height: 23px;
	}

	.modal-content .trainer_info .left {
		padding: 10px 20px 10px 20px;
	}

	.modal-content .trainer_info .left .position {
		font-size: 9px;
		line-height: 10px;
	}

	.modal-content .trainer_info .left .title span {
		display: inline;
	}

	body.trainers {
		background: url('../images/pRbN99Aj27i9.png') no-repeat #393939;
	}

	.trainers h2 {
		display: none;
	}

	h2.mobile_header {
		display: block;
		margin: 0 auto;
		width: 180px;
		padding-top: 120px;
		font-size: 28px;
		text-align: center;
	}

	.trainers-page {
		padding-top: 120px;
	}

	.traners_yet_slider .slick-nav {
		display: none;
	}

	/*.traners_yet_slider .traner__slider__js{overflow-x: auto; min-width: 100%; display: flex; flex-wrap: nowrap;}
	.traners_yet_slider .traner__slider__js .trainer__item{min-width: 220px; margin-right: 10px;}*/

	.traners_yet_slider .traner__slider__js {
		max-width: 300px;
		margin-bottom: 30px;
	}

	.traners_yet_slider .traner__slider__js {
		overflow-x: auto;
		display: flex;
		flex-wrap: nowrap;
		min-width: 100%;
	}

	.traners_yet_slider .trainer__item {
		min-width: 220px;
		margin-right: 10px;
	}

	main.main {
		padding-top: 27px;
	}

	.trainers main.main {
		padding-top: 0;
	}

}

.traners_yet_slider {
	margin-top: 20px;
	position: relative;
	padding: 0 30px;
}

.traners_yet_slider .f-cards__slider__nav {
	position: absolute;
	left: 50%;
	top: 120px;
	max-width: 1160px;
	width: 100%;
	transform: translate(-50%, 0);
}

.traner__slider__js .slick-arrow {
	position: absolute;
	padding: 0;
	margin: 0;
}

.traner__slider__js .slick-slide {
	margin: 0 15px;
}

.traners_yet_slider .f-cards__slider__nav .f-cards__slider__prev {
	position: absolute;
	left: 0px;
}

.traners_yet_slider .f-cards__slider__nav .f-cards__slider__next {
	position: absolute;
	right: 0px;
}


.traner__slider__js .trainer__item {
	position: relative;
}

.traner__slider__js .trainer__item .trainer__title {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	border-radius: 0px 0px 5px 5px;
	display: flex;
	justify-content: space-between;
}

.traner__slider__js .trainer__item .trainer__title {
	text-align: left;
}

.traner__slider__js .trainer__item .trainer__title a {
	background: none;
	padding: 0;
	display: inline-block;
	text-align: left;
	font-family: 'Benzin';
	font-weight: 600;
}

.traner__slider__js .trainer__item .trainer__title span.fn {
	color: #fff;
}

.footer__title a {
	text-decoration: none;
	color: #FFF4DF;
}

.footer__title a:hover {
	color: #FFF;
}

.bigbanner-item__subtitle {
	padding-right: 40px;
}

@media (max-width: 767px) {
	.bigbanner-item__inner {
		padding-bottom: 30vw !important;
		/* height: calc(100vh - 156px); */
	}

	.bigbanner-item__subtitle {
		display: block;
		font-size: 13px;
	}
}

/*
@media (max-width: 767px){
	.bigbanner-item__inner{padding-bottom: 60vw !important; height: calc(100vh - 166px);}
	.bigbanner-item__subtitle{display: block; font-size: 13px;}
	.bigbanner-slider__bottom{bottom: 80px;}
}
*/

.call {
	position: fixed;
	z-index: 4;
	bottom: 30px;
	right: 30px;
	width: 44px;
	display: none;
}

@media only screen and (max-width: 1169px) {
	.call {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.call {
		right: 20px;
		bottom: 20px;
		width: 40px;
	}

	.call_bid {
		width: 40px;
		height: 40px;
		border-radius: 20px;
	}
}

@media only screen and (max-width: 479px) {
	.call {
		right: 10px;
		bottom: 10px;
	}

	.call_bid {
		margin-top: 7px;
	}

	.bigbanner-item__subtitle {
		padding-right: 0px;
	}
}

.call_container {
	display: none;
	overflow: hidden;
}

.call_bid,
.call_bid_icon,
.call_item {
	display: block;
	border-radius: 22px;
}

.call_bid {
	background-color: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
	margin-top: 10px;
	width: 44px;
	height: 44px;
}

.pay_metod {
	display: flex;
	justify-items: center;
	height: 15px;
}

.bigbanner-item__info {
	background: url(../images/PwC7fi5qIbwm.png) no-repeat;
	padding: 40px;
	border-radius: 12px;
	background-size: cover;
}

.bigbanner-item__info .bigbanner-item__title {
	text-align: left;
	font-size: 18px;
    line-height: 25px;
}

.bigbanner-item__btns {
	margin-bottom: 40px;
}

.bigbanner-item__more-text {
	margin-bottom: 8px;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Benzin';
	font-weight: 400;
}

.bigbanner-item__phone a {
	font-size: 24px;
	font-family: 'Benzin';
	font-weight: 600;
	color: #FFF4DF;
	text-decoration: none;
}

.rating-club {
	margin: 0 auto;
	width: 150px;
}

.rating-club.mt20 {
	margin-top: 20px;
}

@media (max-width:768px) {
	.bigbanner-item__info {
		background: none;
		padding: 50px 10px 50px 10px;
		border-radius: 0px;
	}

	.bigbanner-item__title del {
		text-decoration-color: black;
		text-decoration-thickness: 2px;
	}

	.bigbanner-item__info .bigbanner-item__title {
		text-align: center;
		font-size: 24px;
		line-height: 32px;
	}

	.bigbanner-item__more-text {
		font-size: 8px;
	}

	.bigbanner-item__phone a {
		font-size: 16px;
	}

	.news-articles__info {
		min-height: 80px;
	}
}

@media (max-width: 575px) {
	.news-articles__info {
		min-height: 80px !important;
	}

	.article__img .bigbanner-item__info {
		display: none;
	}

	.article__img .bigbanner-item__info {
		display: none;
	}

	.article__wrap {
		flex-direction: column;
	}

	.article__wrap .feedback-blog .form {
		padding: 22px;
	}

	/*.bigbanner-item__btns.mobile-btn{
		margin-bottom: 0px;
	}*/
	.bigbanner-item__btns.mobile-btn a {
		padding: 0 10px;
	}

	.article__img {
		position: relative;
	}

	.article__img .mobile-btn {
		position: absolute;
		bottom: 15px;
		left: 50%;
		margin-left: -25%;
	}

	.desktop-hide {
		display: none;
	}
}

@media (min-width: 576px) {
	.bigbanner-item__btns.mobile-btn {
		display: none;
	}

	.mobile-hide {
		display: none;
	}
}


.feedback-blog .form {
	max-width: 100% !important;
}

.feedback-blog .form .form__title {
	text-align: left;
}

.feedback-blog .form .form__caption {
	text-align: left;
	font-weight: 400;
}

.feedback-blog .form .form__label {
	font-weight: 400;
}

.article .article__img {
	position: relative;
}

.article .article__img .bigbanner-item__info {
	position: absolute;
	top: 50%;
	z-index: 100;
	left: 45px;
	margin-top: -150px;
}

.news-articles__row:first-of-type .news-articles__item a.modal-btn,
.news-articles__row:first-of-type .news-articles__item a.link-phone {
	min-height: 10px !important;
	width: auto !important;
}

.article .article__img .bigbanner-item__info .bigbanner-item__title {
	font-size: 24px !important;
	line-height: 29px;
}

.article .article__img .bigbanner-item__info .bigbanner-item__btns {
	margin-bottom: 20px;
	margin-top: 32px;
}

.article__post-inner .mobile-btn {
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.article__post .bigbanner-item__btns.mobile-btn {
		align-items: flex-start;
	}

	.about.polyanka p {
		font-size: 16px !important;
		text-align: left;
	}
}

.f-card__list ul li span,
.box-modal.modal-card .f-card__list ul li span {
	display: block;
	font-size: 12px;
}

.about p {
	    font-size: 15px;
    line-height: 21px;
}

.about-item__text {
	font-size: 16px;
	line-height: 19px;
}

.about.polyanka .about__left {
	width: 642px;
}

.about.polyanka .about__image {
	margin-left: -35px;
}

.about.polyanka .about-item {
	width: 260px;
}

.video-article {
	width: 100%;
	margin-top: 20px;
	max-width: 100%;
}

.video-article iframe {
	width: 100%;
	max-width: 100%;
}


.trainer-promo-slider {
	height: 610px;
	margin-top: 105px;
	position: relative;
}

.trainer-promo-slider .item {
	height: 100%;
	background-position: center;
}

.trainer-promo-slider .item .left-block {
	padding-top: 152px;
}

.trainer-promo-slider .item .left-block .top_text {
	font-size: 13px;
	font-family: 'Benzin';
	line-height: 15px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.trainer-promo-slider .item .left-block .name {
	font-size: 52px;
	line-height: 64px;
	font-family: 'Benzin';
	margin-bottom: 16px;
	color: #FFF4DF;
	text-transform: uppercase;
	font-weight: 600;
}

.trainer-promo-slider .item .left-block .name span {
	color: #fff;
}

.trainer-promo-slider .item .left-block .prices {
	margin-bottom: 60px;
}

.trainer-promo-slider .item .left-block .prices .new_price {
	font-size: 32px;
	line-height: 26px;
	font-family: 'Benzin';
	margin-bottom: 5px;
	color: #FFF4DF;
	font-weight: 600;
}

.trainer-promo-slider .item .left-block .prices .old_price {
	font-family: 'Benzin';
	font-size: 20px;
	line-height: 22px;
	color: #6D6D6D;
	text-decoration: line-through;
	font-weight: 600;
}

.trainer-promo-slider .item .left-block .link {
	font-size: 12px;
	line-height: 14px;
	font-family: 'Benzin';
	margin-bottom: 65px;
}

.trainer-promo-slider .item .left-block .link a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	background: url("../fonts/e7R3ss93sy3K.svg") center right no-repeat;
	padding-right: 25px;
	padding-top: 3px;
}

.trainer-promo-slider .item .left-block .link a:hover {
	color: #FFF4DF;
}

.trainer-promo-slider .item .left-block .bottom_text {
	font-size: 14px;
	line-height: 16px;
	font-family: 'Roboto';
	padding-bottom: 54px;
}

@media (min-width: 768px) {
	.trainer-promo-slider .item-mobile {
		display: none;
	}
}

@media (max-width: 767px) {
	.trainer-promo-slider {
		height: calc(100vh - 150px);
		margin-top: 0;
	}

	.trainer-promo-slider .slider-item {
		height: calc(100vh - 150px);
	}

	.trainer-promo-slider .item {
		display: none;
	}

	.trainer-promo-slider .item-mobile {
		/*padding: 450px 0 0 0;*/
		background-size: cover;
		height: 100%;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		padding: 0 0 100px 0;
	}

	.trainer-promo-slider .item-mobile .top_text {
		font-family: 'Benzin';
		font-weight: 600;
		font-size: 8px;
		line-height: 9px;
		text-align: center;
		margin-bottom: 15px;
		text-transform: uppercase;
		padding: 0 45px;
	}

	.trainer-promo-slider .item-mobile .name {
		font-family: 'Benzin';
		font-weight: 600;
		font-size: 20px;
		line-height: 22px;
		text-align: center;
		color: #FFF4DF;
		text-transform: uppercase;
	}

	.trainer-promo-slider .item-mobile .name span {
		color: #fff;
	}

	.trainer-promo-slider .item-mobile .prices {
		margin-bottom: 25px;
	}

	.trainer-promo-slider .item-mobile .prices .new_price {
		font-family: 'Benzin';
		font-weight: 600;
		font-size: 20px;
		line-height: 22px;
		text-align: center;
		margin-bottom: 3px;
		color: #FFF4DF;
	}

	.trainer-promo-slider .item-mobile .prices .old_price {
		font-family: 'Benzin';
		font-weight: 600;
		font-size: 14px;
		line-height: 16px;
		text-align: center;
		color: #6D6D6D;
		text-decoration: line-through;
	}

	.trainer-promo-slider .item-mobile .link {
		font-family: 'Benzin';
		font-weight: 600;
		font-size: 9px;
		line-height: 10px;
		text-align: center;
		margin-bottom: 27px;
	}

	.trainer-promo-slider .item-mobile .link a {
		text-decoration: none;
		text-transform: uppercase;
		background: url("../fonts/e7R3ss93sy3K.svg") center right no-repeat;
		padding-right: 25px;
		padding-top: 2px;
	}

	.trainer-promo-slider .item-mobile .bottom_text {
		font-size: 12px;
		line-height: 14px;
		text-align: center;

	}

	.trainer-promo-slider .item-mobile .name {
		margin-bottom: 17px;
	}

	.trainers .trainer-promo-slider .slick-arrow {
		width: auto;
		height: auto;
		background: none;
	}

}

@media (max-width:430px) {
	.bigbanner-item__title {
		font-size: 20px !important;
		font-weight: 700;
	}

}

/* NEW COMPONENT */
/* TODO: НОВАЯ ВЕРСТКА --------------------------------------------------------------*/
.wrap--u-slider {
	max-width: 1210px;
	padding: 0 20px;
}

.wrap--u-schedule {
	padding: 0 20px;
}

.u-schedule {
	margin-top: 180px;
	margin-bottom: 104px;
}

/*----------------------------------- header -----------------------------------------*/

.u-schedule-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 52px;
}

.u-schedule-header__title {
	font-size: 38px;
	line-height: 45px;
	text-transform: uppercase;
	text-align: start;
	margin: unset;
}

.u-schedule-header__title-colored {
	color: #ffffff;
}

.u-schedule-header__info {
	display: flex;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	align-items: center;
}

.u-schedule-header__qr-code {
	width: 78px;
	height: 78px;
	margin-right: 23px;
}

.u-schedule-header__info-wrapper {
	width: 220px;
}

.u-schedule-header__info-descr {
	font-size: 12px;
	line-height: 14px;
	margin-top: 12px;
}

/*----------------------------------- filter -----------------------------------------*/
.u-schedule-filter {
	margin-bottom: 20px;
}

.u-schedule-filter__mobil {
	display: none;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	line-height: 19px;
	padding: 13px 20px;
	background-color: #404040;
	border-radius: 4px;
	margin-bottom: 20px;
	cursor: pointer;
	transition: all 0.2s linear;
	border: 1px solid transparent;
}

.u-schedule-filter__mobil:hover {
	color: #FFF4DF;
	border-color: #FFF4DF;
}

.u-schedule-filter__mobil-header {
	display: none;
}

.u-schedule-filter__inner {
	display: flex;
	align-items: center;
}

.u-schedule-filter__custom-select {
	position: relative;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.u-schedule-filter__custom-select:not(:last-child) {
	margin-right: 23px;
}

.u-schedule-filter__wrapper-field {
	position: relative;
	background-color: #404040;
	height: 53px;
	overflow: hidden;
}

.u-schedule-filter__result {
	padding-right: 33px;
	padding-left: 20px;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	color: #818181;
	font-size: 15px;
	line-height: 18px;
	transition: all 0.2s linear;
	user-select: none;
	pointer-events: none;
	touch-action: none;
}

.u-schedule-filter__label {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.2s linear;
	user-select: none;
	pointer-events: none;
	overflow: hidden;
	display: block;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.u-schedule-filter__selected {
	position: relative;
	color: #ffffff;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.2s linear;
}

.u-schedule-filter__custom-select--is-label-top .u-schedule-filter__label,
.u-schedule-filter__custom-select--is-opened .u-schedule-filter__label {
	top: 15px;
}

.u-schedule-filter__custom-select--with-text .u-schedule-filter__selected {
	bottom: -10px;
}

.u-schedule-filter__custom-select--search.u-schedule-filter__custom-select--is-opened .u-schedule-filter__selected {
	display: none;
}

.u-schedule-filter__field {
	background-color: #404040 !important;
	height: 100% !important;
	width: 100% !important;
	font-size: 15px !important;
	line-height: 18px !important;
	color: #ffffff !important;
	padding: 18px 20px !important;
	cursor: pointer;
	opacity: 0;
}

.u-schedule-filter__custom-select--search.u-schedule-filter__custom-select--is-opened .u-schedule-filter__field {
	padding-top: 35px !important;
	opacity: 1;
}

.u-schedule-filter__custom-select--search.u-schedule-filter__custom-select--is-opened .u-schedule-filter__field::-webkit-input-placeholder {
	color: #ffffff;
	opacity: 1;
	font-size: 14px;
	font-weight: 400;
}

.u-schedule-filter__field:focus::-moz-placeholder {
	color: #ffffff;
	opacity: 1;
	font-size: 14px;
	font-weight: 400;
}

.u-schedule-filter__field:focus:-moz-placeholder {
	color: #ffffff;
	opacity: 1;
	font-size: 14px;
	font-weight: 400;
}

.u-schedule-filter__field:focus:-ms-input-placeholder {
	color: #ffffff;
	opacity: 1;
	font-size: 14px;
	font-weight: 400;
}

.u-schedule-filter__icon-top,
.u-schedule-filter__icon-bottom {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	height: 7px;
	width: 13px;
	color: #FFF4DF;
	user-select: none;
	pointer-events: none;
	display: none;

}

.u-schedule-filter__list {
	position: absolute;
	z-index: 55;
	top: 100%;
	left: 0;
	width: 100%;
	margin-top: 9px;
	border-radius: 4px;
	background-color: #404040;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-box-shadow: 0px 6px 25px -15px rgba(255, 244, 223, 0.42);
	-moz-box-shadow: 0px 6px 25px -15px rgba(255, 244, 223, 0.42);
	box-shadow: 0px 6px 25px -15px rgba(255, 244, 223, 0.42);
	max-height: 0;
	padding: 0;
	scrollbar-width: thin;
	pointer-events: none;
	touch-action: none;
}

.u-schedule-filter__custom-select--is-opened .u-schedule-filter__list {
	max-height: 291px;
	padding-top: 16px;
	padding-bottom: 16px;
	pointer-events: unset;
	touch-action: unset;
}

.u-schedule-filter__custom-select .u-schedule-filter__icon-bottom {
	display: block;
}

.u-schedule-filter__custom-select--is-opened .u-schedule-filter__icon-top {
	display: block;
}

.u-schedule-filter__custom-select--is-opened .u-schedule-filter__icon-bottom {
	display: none;
}

.u-schedule-filter__item {
	list-style-type: none;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
}

.u-schedule-filter__item:hover {
	background-color: #313131;
}

/* -----------------------------SCROLL--------------------- */
.u-schedule-filter__list.u-schedule-filter__list::-webkit-scrollbar-thumb {
	background-color: #656565;
}

.u-schedule-filter__list::-webkit-scrollbar {
	background-color: #404040;
	width: 4px;
	margin-right: 8px;
}

/* SCROLL-------------------------------------------------- */
/*-----------------------------------STAR filter__action -----------------------------------------*/

.u-schedule-filter__action {
	margin-top: 40px;
}

.u-schedule-filter__action-wrapper {
	display: flex;
	justify-content: space-between;
}

/* Очистка фильтра START*/
.u-schedule-filter__cleaning {
	position: relative;
	display: none;
	color: #5C5C5C;
	cursor: pointer;
	transition: all 0.2s linear;
}

.u-schedule-filter__cleaning-icon {
	color: inherit;
}

.u-schedule-filter__cleaning div {
	display: flex;
	align-items: center;
	margin-left: 16px;
	color: inherit;
}

.u-schedule-filter__cleaning--is-active {
	display: flex;
	align-items: center;
}

.u-schedule-filter__cleaning:hover {
	color: #FFF4DF;
}

/* Очистка фильтра  END*/
.u-schedule-filter__hiding .u-schedule-filter__checkbox-label {
	padding-left: 0;
}

.u-schedule-filter__tags {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

.u-schedule-filter__tag {
	position: relative;
	display: flex;
	align-items: center;
	padding: 10px 15px;
	background-color: #404040;
	border-radius: 4px;
	margin-bottom: 10px;
	margin-left: 10px;
	cursor: pointer;
	color: #ffffff;
}

.u-schedule-filter__tag-icon {
	height: 12px;
	width: 12px;
	margin-left: 8px;
	color: #ffffff;
}

.u-schedule-filter__tag:hover .u-schedule-filter__tag-content {
	color: #FFF4DF;
}

.u-schedule-filter__tag:hover .u-schedule-filter__tag-icon {
	color: #FFF4DF;
}

/* --------------------------------END filter__action--------------------------- */

.u-schedule-filter__checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: none;
}

.u-schedule-filter__checkbox+label {
	display: inline-flex;
	align-items: center;
	user-select: none;
}

.u-schedule-filter__checkbox+label::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #343434;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #9D9D9D;
	border-radius: 4px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

.u-schedule-filter__checkbox:checked+label::before {
	border-color: transparent;
	background-color: #FFF4DF;
	background-image: url("../fonts/3L72lCSNJA8U.svg");
}

.u-schedule-filter__checkbox-label {
	font-size: 15px;
	line-height: 18px;
	cursor: pointer;
	width: 100%;
	header: 100%;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 16px;
	padding-left: 20px;
}

.u-schedule-filter__icon {
	height: 12px;
	width: 12px;
	margin-right: 16px;
}

/* -------------------u-schedule-table----------- */

.u-schedule-table {
	position: relative;
}

.u-schedule-table__header {
	display: flex;
	align-items: center;
	width: 222px;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	padding-top: 17px;
	padding-bottom: 17px;
	padding-left: 16px;
	padding-right: 16px;
	border-radius: 4px;
	background-color: #5E5E5E;
	border: 1px solid #5E5E5E;
	color: #ffffff;
}

.u-schedule-table__header--active {
	background-color: #FFF4DF;
	border: 1px solid #FFF4DF;
	color: #313131;
}

.u-schedule-table__header.u-schedule-table__header--active .u-schedule-table__today {
	display: block;
}

.u-schedule-table__cards {
	margin-top: 12px;
}

/*------------ schedule-days------ ФИКСИРОВАННЫЕ ДНИ НЕДЕЛИ*/
.schedule-days {
	position: fixed;
	opacity: 0;
	user-select: none;
	pointer-events: none;
	touch-action: none;
	transform: translateY(-100%);
}

.schedule-days--is-pinned {
	z-index: 5;
	top: 167px;
	left: 0;
	width: 100%;
	transition: all .4s ease;
	opacity: 1;
	pointer-events: unset;
	touch-action: unset;
	transform: unset;
}

.schedule-days__wrapper {
	position: relative;
	max-width: 1210px;
	padding: 0 20px;
}

.schedule-days__scroll {
	display: flex;
	overflow: hidden;
	overflow-x: auto;
	user-select: none;
	scrollbar-width: none;
}


.schedule-days__scroll::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.schedule-days__scroll .u-schedule-table__header {
	margin: 0;
	display: flex;
	justify-content: center;
	padding: 9px 16px;
	border-radius: 0;
}

.u-schedule-table__date {
	font-weight: 400;
	font-size: 14px;
}

.u-schedule-table__today {
	display: none;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	margin-left: auto;
	color: #AFA084;
	text-transform: lowercase;
}

.u-schedule-table__inner {
	position: relative;
	overflow: hidden;
	overflow-x: auto;
	user-select: none;
	scrollbar-width: none;
}

.u-preloader {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #393939;
	opacity: 0.7;
	z-index: 1001;
}

.u-preloader__row {
	position: relative;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	margin-top: -35px;
	margin-left: -35px;
	text-align: center;
	background-image: url('../images/FohF1SbWaN6K.gif');
	background-repeat: no-repeat;
	background-size: contain;
}

.u-schedule-table__inner::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.u-schedule-table__wrapper {
	display: flex;
	user-select: none;
}

.u-schedule-table__btn-prev,
.u-schedule-table__btn-next {
	position: absolute;
	top: 0;
	width: 50px;
	height: 52px;
	background-color: transparent;
	border: 1px solid #5E5E5E;
	border-radius: 0px 0px 4px 4px;
	z-index: 2;
	cursor: pointer;
}

.u-schedule-table__btn-prev {
	left: -21px;
	transform: translateX(-100%);
}

.u-schedule-table__btn-next {
	right: -21px;
	transform: translateX(100%);
}

.u-schedule-table__btn-next--disabled,
.u-schedule-table__btn-prev--disabled {
	user-select: none;
	pointer-events: none;
	opacity: 0.5;
}

.schedule-days__btns {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 50%;
	display: flex;
	justify-content: space-between;
	width: 1190px;
	height: 100%;
	transform: translateX(-50%);
}

.schedule-days__btn-prev-tablet,
.schedule-days__btn-next-tablet {
	position: unset !important;
	height: 34px;
	min-width: auto;
	background-color: transparent;
	border: 1px solid #5E5E5E;
	transform: unset !important;
	color: #ffffff;
}

.schedule-days__btn-prev-tablet {
	display: block !important;
	margin-left: -54px;
}

.schedule-days__btn-next-tablet {
	display: block !important;
	margin-right: -54px;
}

.u-schedule-table__column {
	padding: 0 6px;
}

.u-schedule-table__card {
	display: block;
	position: relative;
	padding: 16px;
	width: 222px;
	min-height: 192px;
	border: 1px solid transparent;
	/* background-color: #3B4D34; */
	transition: all 0.2s linear;
	text-decoration: none;
	user-select: none !important;
}

.u-schedule-table__card:hover {
	-webkit-box-shadow: 0px 0px 50px -19px rgba(255, 244, 223, 0.2);
	-moz-box-shadow: 0px 0px 50px -19px rgba(255, 244, 223, 0.2);
	box-shadow: 0px 0px 50px -19px rgba(255, 244, 223, 0.2);
}

.u-schedule-table__card:not(:last-child) {
	margin-bottom: 12px;
}

.u-schedule-table__card-rub {
	position: absolute;
	/* top: 16px; */
	bottom: 16px;
	right: 16px;
	display: none;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	padding: 8px;
	border-radius: 50%;
	font-weight: 700;
	background-color: #FFF4DF;
	color: #313131;
}

.u-schedule-table__card[u-data-paid] .u-schedule-table__card-rub {
	display: flex;
}

.u-schedule-table__card-time {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 20px;
}

.u-schedule-table__card-name {
	display: block;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 8px;
	color: #FFF4DF;
	text-decoration: none;
	user-select: none;
	outline: none;
}

.u-schedule-table__card-trainer {
	font-size: 12px;
	line-height: 14px;
	color: #989898;
	padding-bottom: 40px;
}

.wrap-custom {
	padding: 0 20px;
}

/*------------------------------ u-schedule-detail ------------------------------*/
.u-schedule-detail {
	margin-top: 185px;
	padding-bottom: 148px;
}

.u-schedule-detail .u-schedule-table {
	margin-bottom: 60px;
}

.u-schedule-info {
	margin-bottom: 143px;
}

.u-schedule-info__back {
	display: flex;
	align-items: center;
	margin-bottom: 36px;
	text-decoration: none;
	outline: none;
}

.u-schedule-info__icon {
	margin-right: 6px;
}

.u-schedule-info__inner {
	display: grid;
	/* grid-template-columns: 1fr 1fr; */
	/* gap: 72px; */
	grid-template-columns: repeat(2, calc((100% - 112px) / 2));
	gap: 112px;
	align-items: center;
}

.u-schedule-info__title {
	font-weight: 600;
	font-size: 28px;
	line-height: 33px;
	margin-bottom: 24px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.u-schedule-info__description {
	margin-bottom: 48px;
	font-size: 14px;
	line-height: 157%;
	letter-spacing: 0.2px;
}

.u-schedule-info__labels {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 8px;
	margin-bottom: 48px;
}

.u-schedule-info__label {
	padding: 6px 12px;
	border-radius: 4px;
	background-color: #3E3E3E;
}

.u-schedule-info__hint {
	font-size: 12px;
	line-height: 200%;
	letter-spacing: 0.2px;
	color: #6A6A6A;
}

.u-schedule-info__value {
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0.2px;
	color: #FFF4DF;
}

.u-schedule-info__btn {
	display: inline-block;
	padding: 20px 50px;
	border: 1px solid transparent;
	font-family: "Benzin";
	font-size: 11px;
	line-height: 13px;
	letter-spacing: 0.06em;
	border-radius: 5px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	color: #545454;
	background-color: #FFF4DF;
	cursor: pointer;
	transition: all 0.2s linear;
}

.u-schedule-info__btn:hover {
	background-color: #343434;
	border: 1px solid #FFF4DF;
	color: #FFF4DF;
}

.u-schedule-info__preview {
	/* max-height: 490px; */
	/* aspect-ratio: 560/490; */
	aspect-ratio: 280/220;
	/* height: 100%; */
	width: 100%;
}

.u-schedule-info__preview-mobil {
	display: none;
}

.u-schedule-info__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.u-schedule-table__title {
	font-size: 24px;
	line-height: 116%;
	margin-bottom: 36px;
	text-transform: uppercase;
	color: #FFFFFF;
}

/*------------------------- u-related-program ---------------------- */
.u-related-program__title {
	font-size: 24px;
	line-height: 116%;
	margin-bottom: 36px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.u-related-program__inner {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-bottom: 67px;
}

.program-card {
	text-decoration: none;
	outline: none;
}

.program-card__inner {
	position: relative;
	height: 100%;
	background-color: #444444;
}

.program-card__img {
	width: 100%;
	height: 213px;
	object-fit: cover;
	object-position: center;
}

.program-card__wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px;
}

.program-card__body {
	margin-bottom: 40px;
}

.program-card__title {
	font-weight: 600;
	font-size: 20px;
	line-height: 115%;
	letter-spacing: 0.16124px;
	margin-bottom: 20px;
	color: #FFF4DF;
}

.program-card__description {
	font-size: 14px;
	line-height: 114%;
	letter-spacing: 0.16124px;
	color: #ABABAB;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.program-card__footer {
	position: absolute;
	left: 20px;
	bottom: 20px;
	display: flex;
	align-items: center;
}

.program-card__icon {
	margin-right: 10px;
}

.program-card__time {
	font-size: 14px;
	line-height: 164%;
	letter-spacing: 0.16124px;
	color: #787878;
}

.u-related-program__btn {
	display: inline-block;
	margin: 0 auto;
	padding: 20px 63px;
	border: 1px solid transparent;
	border-radius: 5px;
	text-align: center;
	font-family: "Benzin";
	font-size: 11px;
	line-height: 118%;
	letter-spacing: 0.06em;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #FFF4DF;
	color: #545454;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.2s linear;
}

.u-related-program__btn:hover {
	background-color: #343434;
	border: 1px solid #FFF4DF;
	color: #FFF4DF;
}

.u-related-program__wrapper {
	display: flex;
}

.u-modal {
	width: 540px;
}

.u-modal.fancybox-content {
	padding: 0;
}

.u-modal__inner {
	width: 100%;
	padding: 40px;
	background-color: #717171;
}

.u-modal__title {
	font-family: "Benzin";
	font-weight: 600;
	font-size: 23px;
	line-height: 32px;
	text-transform: uppercase;
	color: #FFF4DF;
	text-shadow: 0px 0px 30px rgba(255, 244, 223, 0.5);
	margin-bottom: 27px;
}

.u-modal__form {
	display: flex;
	flex-direction: column;
}

.u-modal__item {
	margin-bottom: 28px;
}

.u-modal__label {
	display: block;
	text-align: left;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 10px;
}

.u-modal__field {
	width: 100%;
	height: 59px;
	border-radius: 5px;
	background: #fff;
	padding: 0 20px;
	border: 0;
	font-family: "Roboto" !important;
	font-weight: 500;
	font-size: 16px;
	color: #343434;
	outline: none !important;
}

.u-modal__field--error {
	border: solid 1px #f00 !important;
	background: #94706d !important;
}

.u-modal__btn {
	height: 55px;
	background: #FFF4DF;
	border: 1px solid #FFF4DF;
	border-radius: 5px;
	font-family: "Roboto";
	text-align: center;
	width: 100%;
	padding: 0 20px;
	cursor: pointer;
	font-family: "Benzin";
	font-weight: 600;
	font-size: 11px;
	line-height: 15px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #545454;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.u-modal__policy {
	margin-top: 20px;
	color: #818181;
	text-decoration: none;
	outline: none;
	transition: all 0.3s linear;
}

.u-modal__policy:hover {
	color: #FFF4DF;
}

.u-modal-success {
	display: none;
}

.u-modal-success.fancybox-content {
	padding: 0;
	background-color: transparent;
}

.u-modal-success__content {
	position: relative;
	width: 515px;
	max-width: 100%;
	padding: 50px;
	background: #5A5A5A;
	border-radius: 5px;
	overflow: hidden;
	color: #fff;
	text-align: center;
}

.u-modal-success__title {
	font-family: 'Benzin';
	font-style: normal;
	font-weight: 600;
	font-size: 23px;
	line-height: 32px;
	color: #FFFFFF;
}

.u-modal-success__caption {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	padding-top: 15px;
}

.u-modal__btn:hover {
	background: #343434;
	color: #FFF4DF;
	border: 1px solid #FFF4DF;
}

.u-modal__hidding {
	display: none;
	user-select: none;
	pointer-events: none;
	touch-action: none;
}

.fancybox-button svg {
	transition: all 0.2s linear;
	color: #8A8A8A;
	height: 25px !important;
	width: 25px !important;
}

.fancybox-button:hover.fancybox-close-small svg {
	transform: rotate(90deg) !important;
	color: #8A8A8A;
}

@media (max-width:1440px) {

	.u-schedule-table__btn-prev,
	.u-schedule-table__btn-next {
		background-color: rgb(102, 102, 102);
		width: 50px;
		border-radius: 0;
	}

	.u-schedule-table__btn-prev {
		left: 9px;
	}

	.u-schedule-table__btn-next {
		right: 9px;
	}

	.schedule-days__btn-prev-tablet,
	.schedule-days__btn-next-tablet {
		background-color: transparent;
		border: 1px solid #9D9D9D;
		width: 45px;
		height: 36px;
	}

	.schedule-days__btn-prev-tablet {
		margin-left: -30px;
	}

	.schedule-days__btn-next-tablet {
		margin-right: -30px;
	}

	.u-schedule-table__btn-next--disabled,
	.u-schedule-table__btn-prev--disabled {
		background-color: #5E5E5E;
		opacity: 1;
	}
}

@media (max-width:1260px) {

	.u-schedule-table__btn-prev {
		display: none;
		pointer-events: none;
		touch-action: none;
	}

	.u-schedule-table__btn-next {
		display: none;
		pointer-events: none;
		touch-action: none;
	}

	.schedule-days__btns {
		width: 100%;
	}

	.schedule-days__btn-prev-tablet,
	.schedule-days__btn-next-tablet {
		pointer-events: unset;
		touch-action: unset;
		width: 30px;
		background-color: #b7b7b7;
		margin: 0;
	}

	.schedule-days__btn-next-tablet.u-schedule-table__btn-next--disabled {
		background-color: #5E5E5E;
	}

	.schedule-days__btn-prev-tablet.u-schedule-table__btn-prev--disabled {
		background-color: #5E5E5E;
	}

	.u-schedule-info__inner {
		gap: 72px;
	}
}

@media (max-width:1024px) {
	.u-schedule-header__info {
		display: none;
	}

	.u-schedule-filter__inner {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 16px;
	}

	.u-related-program__inner {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width:767px) {
	.u-schedule-detail {
		margin-top: 110px;
	}

	.u-schedule {
		margin-top: 80px;
	}

	.u-schedule-info__inner {
		display: block;
	}

	.u-schedule-info__intro {
		margin-top: 99px;
	}

	.u-schedule-info__title {
		text-align: start;
		font-size: 20px;
		line-height: 115%;
		margin-bottom: 22px;
	}

	.u-schedule-info__intro {
		margin: 0;
	}

	.u-schedule-info__description {
		font-size: 12px;
		line-height: 167%;
		letter-spacing: 0.2px;
		margin-bottom: 22px;
	}

	.u-schedule-info__preview {
		display: none;
	}

	.u-schedule-info__preview-mobil {
		display: block;
		overflow: hidden;
		/* aspect-ratio: 560/490; */
		width: 100%;
		aspect-ratio: 280/220;
		/* width: 100%; */
		margin-bottom: 22px;
	}

	.u-schedule-info__labels {
		display: block;
		margin-bottom: 22px;
	}

	.u-schedule-info__label {
		width: 100%;
	}

	.u-schedule-info__label:not(:last-child) {
		margin-bottom: 8px;
	}

	.u-schedule-info__btn {
		width: 100%;
	}

	.u-schedule-info {
		margin-bottom: 60px;
	}

	/* МОБИЛЬНЫЙ ФИЛЬТР */
	.u-schedule-filter__mobil-menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		overflow: hidden !important;
		background-color: rgb(0%, 0%, 0%, 0.5);
		opacity: 0;
		transition: all 0.2s linear;
		pointer-events: none;
		touch-action: none;
	}

	.u-schedule-filter__mobil-menu--is-visible {
		z-index: 999;
		opacity: 1;
		pointer-events: unset;
		touch-action: unset;
	}

	.u-schedule-filter__mobil-wrapper {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		width: 350px;
		height: 100%;
		transform: translateX(-100%);
		background-color: #343434;
		transition: all 0.2s linear;
		overflow-y: auto;
	}

	.u-schedule-filter__mobil-wrapper::-webkit-scrollbar-thumb {
		background-color: #656565;
	}

	.u-schedule-filter__mobil-wrapper::-webkit-scrollbar {
		background-color: #404040;
		width: 4px;
		margin-right: 8px;
	}

	.u-schedule-filter__mobil-menu--is-visible .u-schedule-filter__mobil-wrapper {
		transform: translateX(0);
	}

	.u-schedule-filter__mobil-header {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		background-color: #404040;
		padding: 17px 20px;
		margin-bottom: 20px;
	}

	.u-schedule-filter__mobil-title {
		font-size: 16px;
		line-height: 120%;
	}

	.u-schedule-filter__mobil-btn {
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		right: 0;
		height: 100%;
		width: 60px;
		cursor: pointer;
	}

	.u-schedule-filter__mobil-inner {
		padding: 0 20px;
	}

	.u-schedule-filter__inner {
		display: block;
		width: 100%;

	}

	.u-schedule-filter__custom-select:not(:last-child) {
		margin-bottom: 8px;
	}

	.u-related-program__cards {
		overflow: hidden;
	}

	.u-related-program__cards:not(.swiper-initialized) .program-card:not(:first-child) {
		display: none;
	}

	.program-card:not(:last-child) {
		margin-right: 10px;
	}

	.program-card.swiper-slide {
		height: auto;
	}

	.u-related-program__inner {
		gap: unset;
		display: flex;
	}

	/* АДАПТИВ МОБИЛЬНОГО ФИЛЬТРА */
	.u-schedule-filter__mobil {
		display: flex;
		justify-content: center;
		margin-bottom: 45px;
	}

	.u-schedule-filter__mobil-icon {
		margin-left: 20px;
	}

	.u-schedule-filter__action-wrapper {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.u-schedule-filter__hiding {
		margin-bottom: 10px;
	}

	.u-schedule-filter__action-wrapper .u-schedule-filter__checkbox-label {
		padding: 0;
		margin-bottom: 10px;
	}

	.u-schedule-detail {
		padding-bottom: 80px;
	}

	.wrap-u-schedule-table {
		padding: 0;
		padding-left: 20px;
	}

	.wrap-custom {
		padding-left: 20px;
		padding-right: 0;
	}
}

@media (max-width:576px) {
	.u-related-program__btn {
		width: 100%;
		justify-content: center;
	}

	.wrap--u-schedule {
		padding: 0 20px;
	}

	.u-schedule-header__title {
		font-size: 20px;
		line-height: 115%;
	}

	.u-schedule-filter__mobil-wrapper {
		width: 100%;
	}

	.u-schedule-filter__action {
		margin: 0;
	}

	.u-schedule-filter__mobil {
		margin-bottom: 22px;
		justify-content: space-between;
	}

	.u-schedule-filter {
		margin-bottom: 47px;
	}

	.u-schedule-filter__action-wrapper {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.u-related-program {
		padding-right: 0;
	}

	.u-related-program__inner {
		margin-bottom: 30px;
	}

	.u-related-program__wrapper {
		padding-right: 20px;
	}

	.u-modal__inner {
		padding: 20px;
	}

	.call {
		bottom: 40px;
	}

	/* .u-schedule-info__preview-mobil {
		aspect-ratio: 280/220;
	} */

	.schedule-days__wrapper {
		padding-right: 0;
		padding-left: 20px;
	}

	.wrap--u-slider {
		margin-left: auto;
		padding-right: 0;
		padding-left: 20px;
	}
}