
div.b_block.b_256078.page.b_head {
	background: #222;
}

div.header {
	padding-top: 10px !important;
}

/*.container {
	width: 100% !important;
	max-width: 100% !important;
}*/

.studio_item {
	margin-bottom: 40px;
}

.p_address a{
	color: #AF71BE;
	font-size: inherit;
	text-decoration: none !important;
	border-bottom: 1px dashed #AF71BE;
	padding: 1px 2px;
}

.studio_item p {
	margin-bottom: 5px;
}

.page_prices table, .page_schedule table{
	color: #000 !important;
	/*border: 1px solid #ccc;*/
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	table-layout: fixed;
	width: 98%;
	margin-bottom: 10px;
}
.page_prices table tr, .page_schedule table tr {
	background: #f8f8f8;
	/*border: 1px solid #ddd;*/
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: .35em;
}
.page_prices table th, .page_prices table td, .page_schedule th, .page_schedule td {
	padding: .625em;
	text-align: center;
}
.page_prices caption, .page_schedule caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: center;
	caption-side: top;
}

.page_about img.img_blog_single {
	height: 400px;
	width: 100%;
	object-fit: cover;
	object-position: 50% 10%;
	border-radius: 20px;
	margin-bottom: 20px;
	background-size: cover;
}

.days_title {
	color: #000 !important;
	text-align: center;
	font-weight: 700;
	margin-top: 20px;
}

.page_schedule {
	color: #000 !important;
}

.page_schedule .title {
	font-weight: 700;
	text-align: center;
	/*margin-top: 20px;*/
}

.perelinkovka {
	list-style: none;
	text-align: left;
	column-count: 3;
}

.perelinkovka li {
	display: inline-block;
}

.perelinkovka li a {
	font-size: 16px;
	padding: 5px 0px;
}

.top50 {
	padding: 50px 30px 0 30px;
}

.phone-holder * {
	display: inline-block;
	/*margin-bottom: 10px;*/
	text-transform: none !important;
	font-size:16px;
	color: inherit;
}
.phone-holder .phone-wrap {
	position: relative;
	padding-bottom: 5px;
}
.phone-holder .phone-wrap a {

}
.phone-holder span.description {
	position: absolute;
	display: block;
	bottom: -5px;
	font-size: 12px;
	margin-left: 24px;
}

.callback_button.component-button .btn-content {
	margin-right: 10px;
	border: 1px solid #2bb0d4;
	border-radius: 5px;
	background-color: #2bb0d4;
	padding: 6px 12px;
	color: #fff;
}

.row {
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.col-md-6 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}

.col-md-9 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}

.col-md-10 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}

.col-md-4 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.header .phone-holder {
	width: 100%;
	text-align: right;
}

.subdomain .header .phone-holder {
	text-align: left;
}

.more {
	color: #6DA3BD;
	cursor: pointer;
	display: block;
}

[data-b-id="89"] .card-item .text span {
	display: inline-block;
}
/*
.pr {
	height: 100px;
	overflow: hidden;
	position: relative;
	background: #ffffff;
}
.pr.opener {
	height: auto;
}
.pr:after {
	content: "";
	width: 100%;
	left: 0;
	position: absolute;
	height: 50px;
	bottom: 0;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.pr.opener:after {
	opacity: 0;
}*/

.b_block .seo_text {
	text-align: justify;
}

.our-features {
	max-width: 1140px;
	margin: 0 auto;
	text-align: center
}

.our-features__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
	padding: 0;
	list-style-type: none
}

.our-features__item {
	-ms-flex-preferred-size: calc(33.3333% - 10px);
	flex-basis: calc(33.3333% - 10px);
	min-width: 200px;
	margin: 5px 5px 15px
}

.our-features-item:hover .our-features-item__icon {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}

.our-features-item__icon {
	position: relative;
	width: 80px;
	height: 80px;
	margin: 0 auto 10px;
	background-color: #333333;
	border-radius: 50%;
	-webkit-transition: -webkit-box-shadow 0.3s ease-in;
	transition: -webkit-box-shadow 0.3s ease-in;
	transition: box-shadow 0.3s ease-in;
	transition: box-shadow 0.3s ease-in, -webkit-box-shadow 0.3s ease-in
}

.our-features-item__icon::before, .our-features-item__icon::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: inherit;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.our-features-item__icon::before {
	width: 90%;
	height: 90%;
	background-color: #fff
}

.our-features-item__icon::after {
	z-index: 99;
	width: 85%;
	height: 85%;
	background-color: #333333;
	background-image: url("../images/feat_icons.svg");
	background-repeat: no-repeat
}

.our-features-item__icon--price::after {
	background-position: 9px 9px
}

.our-features-item__icon--teacher::after {
	background-position: -50px 9px
}

.our-features-item__icon--direction::after {
	background-position: -110px 9px
}

.our-features-item__icon--geo::after {
	background-position: -170px 9px
}

.our-features-item__icon--level::after {
	background-position: -230px 9px
}

.our-features-item__title {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold
}

.our-features-item__text {
	margin: 0;
	font-size: 16px
}

.perelinkovka-zagolovok {
	text-align: center;
}

.perelinkovka {
	/* display: flex; */
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	flex-wrap: wrap;
	justify-content: center;
}

.perelinkovka .page_item {
	position: relative;
	margin-bottom: 10px;
	text-align: center;
	line-height: 18px;
	font-size: 16px;
	padding: 12px 4px;
}

.perelinkovka .page_item a {
	display: block;
	max-width: 300px;
	text-decoration: none;
}

.perelinkovka p {
	position: absolute;
	top: 50%;
	left: 50%;
	color: white;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 0px 0px 5px black, 0px 0px 5px black, 0px 0px 5px black, 0px 0px 5px black;
	transform: translate3d(-50%, -50%, 0px);
}

.perelinkovka .page_item_img {
	height: 300px;
	width: 300px;
	-o-object-fit: cover;
	object-fit: cover;
	object-position: 50% 10%;
	border-radius: 20px;
	margin-bottom: 5px;
}

.perelinkovka .page_item:nth-child(n+4) {
	/* display: none; */
}

.perelinkovka .page_item:nth-child(n+6) {
	display: none;
}

.perelinkovka-wrap .toggle {
	margin-top: 20px;
	text-align: center;
	color: #2bb0d4;
	bottom: -15px;
	position: absolute;
	transform: translate(-50%,0);
	left: 50%;
	border-bottom: 1px dashed;
	cursor: pointer;
	transition: all .3s;
}

.studio_item_img {
	width: 100%;
}

.h2 {
	font-weight: bold;
	margin-top: 0.83em;
	margin-bottom: 0.83em;
}

.comments {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}

.comments .comment {
	margin-bottom: 35px;
}

.comments .comment .fio {
	font-weight: bold;
	color: #444;
}
blockquote {
	position: relative;
	background-color: #e6e6e6;
	padding: 20px 40px;
	margin: 5px 0px;
}
blockquote:before {
	content: "\201C";
	color: #444;
	font-size: 65px;
	position: absolute;
	z-index: 1;
}
blockquote:before {
	top: -25px;
	left: 10px;
}
/*blockquote:before, blockquote:after {
	content: "\201C";
	font-size: 60px;
	font-family: georgia;
	position: absolute;
	z-index: 1;
	color: #444;
}

blockquote:after {
	content: "\201D";
	bottom: -55px;
	right: -30px;
}*/
.reviews_button.component-button .btn-content {
	margin-right: 10px;
	border: 1px solid #2bb0d4;
	border-radius: 5px;
	background-color: #2bb0d4;
	padding: 6px 12px;
	color: #fff;
}

[data-m-id="2"][data-id="reviews_form"] .component-button.filled .btn-content {
	border: 1px solid #2bb0d4;
	background-color: #2bb0d4;
	color: #fff;
}

[data-m-id="2"][data-id="reviews_form"] .component-button.filled:not(.shadow):not(.zoom) .btn-content:hover {
  background-color: #279ebf;
}

.desktop_hidden {
	display: none;
}

.backtop {
	display: none;
	position: fixed;
	padding: 10px 10px 10px 12px;
	text-align: center;
	z-index: 100;
	/* bottom: 90px; */
	bottom: 50px;
	width: 80px;
	height: 52px;
	right: 50px;
	font-weight: normal;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 28px;
}

.backtop:hover {
	background: rgba(0, 0, 0, 0.85);
	color: #fff;
	text-decoration: none;
}

.backtop i {
	display: block;
}
/*
.backtop svg {
	fill: #01a7e0;
}

.backtop:hover svg {
	fill: #017ca7;
}*/

.page-tags {
	display: flex;
	flex-wrap: wrap;
}
.page-tags li {
	display: flex;
	list-style: none;
}
.page-tags li a {
	text-decoration: none;
	color: #CC0099;
	padding: 2px 10px;
	margin: 5px;
	border: 1px solid #CC0099;
	border-radius: 20px;
	font-size: 12px;
}
.page-tags li a:hover {
	color: #990066;
	border-color: #990066;
	background-color: #ebebeb;
}

.main-tags {
	display: flex;
	flex-wrap: wrap;
	max-width: 900px;
}
.main-tags li {
	display: flex;
	list-style: none;
}
.main-tags li a {
	text-decoration: none;
	color: #fff;
	padding: 2px 10px;
	margin: 5px;
	border: 1px solid #fff;
	border-radius: 20px;
	font-size: 12px;
}
.main-tags li a:hover {
	color: #fff;
	border-color: #2bb0d4;
	background-color: #2bb0d4;
}
.btn-hidden a:hover {
	color: #fff;
	border-color: transparent !important;
	background-color: transparent !important;
}
.faq .content ol {
	margin-bottom: 40px;
}
.faq .content ol li {
	margin-bottom: 20px;
}
.faq .content ol li p:first-child{
	font-weight: bold;
}

.dancedistrict .content {
	padding-bottom: 100px;
}
.dancedistrict .content ul {
	list-style: none;
}

.header .component-menu ul .root-item {
	position: relative;
	opacity: 1;
}

.root-item .submenu {
	display: none;
	position: absolute;
	background: #273037;
	left: 0;
	opacity: 0;
	z-index: 5;
	width: fit-content;
	text-transform: none;
	text-align: left;
	font-weight: 400;
	padding: 0 !important;
}

.root-item:hover .submenu{
	display: block;
	opacity: 1;
}

.root-item:hover .submenu li {
	display: block;
}

.header .component-menu ul .root-item li {
	opacity: 0.85 !important;
}
.header .component-menu ul .root-item li:hover {
	opacity: 1!important;
}

.submenu a {
	color: white;
	text-align: left;
	padding: 12px 15px;
	font-size: 13px;
	border-bottom: 1px solid rgba(255,255,255,.1);
}

.root-item .down:after {
	content: "\f107";
	margin-left: 8px;
	font-family: FontAwesome;
}

.block_website_footer {
	position: relative;
	text-align: center;
}

.block_website_footer .copyright {
	display: inline-block;
	padding-left: 100px;
	color: #fff;
}
.block_website_footer .logo {
	display: inline-block;
	padding-left: 100px;
}
.block_website_footer .logo a {
	display: inline-block;
	width: 125px;
}

.news_list .h2 {
	color: #fff;
}
.news_list .indent {
	padding-top: 70px;
	padding-bottom: 80px;
}
.news_list .component-bg .overlay {
	background: #0e1428;
	border-color: #0e1428;
	opacity: 1;
}
.news_list .news_wrapper {
	display: flex;
	flex-wrap: wrap;
}
.news_list .news_item_wrap {
	padding: 0 15px;
	-ms-flex: 0 0 33%;
	flex: 0 0 33%;
	max-width: 33%;
	margin-bottom: 20px;
}
.news_list .news_item {
	/* background-color: #fff; */
	background: transparent;
	height: 100%;
}
.news_list .news_item .news_item_bottom {
	position: relative;
	/* border: 1px solid #eee; */
	border: 1px solid transparent;
	/* height: 130px; */
	height: auto;
	padding: 0 10px;
	text-align: center;
}
.news_list .news_item .news_item_title {
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;
	/* color: #08c; */
	color: white;
}
.news_list .news_item .news_item_more {
	/* position: absolute; */
	/* bottom: 15px; */
	/* left: 10px; */
	margin-top: 20px;
	padding: 4px 8px;
	/* border: 1px solid #08c; */
	border: 1px solid white;
	border-radius: 2px;
	display: inline-block;
	/* display: block; */
	color: white;
}
.news_list .news_item .news_item_more:hover {
	text-decoration: none;
	border-color: #0056cc;
}
.news_all_btn_wrap {
	text-align: center;
	margin-top: 20px;
}
.news_all_btn {
	display: inline-block;
	padding: 10px 15px;
	/* background-color: #fff; */
	background: transparent;
	border: 1px solid white;
	border-radius: 2px;
	color: white;
}
.news_all_btn:hover {
	text-decoration: none;
	border-color: #0056cc;
	color: white;
}

.component-menu .component-menu-dropdown-list {
	background-color: #262c3f;
	margin-left: -13px;
	padding-left: 13px;
}
.component-menu .component-menu-dropdown-list .menu-item {
	font-size: 0.9rem;
}
.mobile-menu.show .component-menu {
	width: 100%;
}
.mobile-menu.show .down {
	margin-left: 8px;
}
.mobile-menu.show .active .down {
	transform: rotate(180deg);
}
.mobile-menu.show .down:after {
	margin-left: 0;
}


/* Блок для агрегатора */
.adults .studios_list .studio_item:first-child {
	border-top: 2px solid #eee;
}
.studio_item {
	padding: 10px;
	border-bottom: 2px solid #eee;
}
.studios_list .studio_item .img-wrap {
	display: inline-flex;
	max-width: 240px;
}
.studios_list .studio_item .desc-wrap {
	display: inline-block;
	width: calc(100% - 250px);
	height: 100%;
	padding-left: 10px;
	vertical-align: top;
}
.studios_list .studio_item .title {
	font-size: 16px;
}
.studios_list .studio_item .title a {
	text-decoration: underline;
}
.studios_list .studio_item .desc_list {
	font-size: 12px;
}
.studios_list .studio_item .desc_title {
	color: #999;
}
.studios_list .studio_item .desc_list a {
	opacity: 1;
}
.studios_list .studio_item .desc_list .directions {
	list-style: none;
	display: initial;
	padding-left: 0;
}
.studios_list .studio_item .desc_list .directions li {
	display: inline-block;
	background-color: #f0f0f0;
	padding: 0 5px;
	border-radius: 2px;
	margin-bottom: 3px;
}
.studios_list .studio_item .desc_list .directions li:hover {
	background-color: #d9d9d9;
}
.studios_list .studio_item .desc_list .directions li a {
	color: #5f5f5f;
}
.studios_list .studio_item .desc_list .directions li a:hover {
	text-decoration: none;
}
.studios_list .reviews_btn {
	margin-top: 10px;
}
.studios_list .reviews_btn a {
	padding: 5px 10px;
	border: 1px solid #2bb0d4;
	background-color: #2bb0d4;
	color: #fff;
	border-radius: 5px;
}
.studios_list .reviews_btn a:hover {
	background-color: #279ebf;
	text-decoration: none;
}
.show_on_map {
	text-align: center;
	display: block;
	width: 100%;
	margin-top: 40px;
}
.map_btn a {
	padding: 5px 10px;
	border: 1px solid #2bb0d4;
	background-color: #2bb0d4;
	color: #fff;
	border-radius: 5px;
}
.map_btn a:hover {
	background-color: #279ebf;
	text-decoration: none;
	color: #fff;
}

.rating {
	display: inline-block;
	vertical-align: top;
}
.rating-mini {
	display: inline-block;
	font-size: 0;
}
.rating-mini span {
	position: relative;
	padding: 0;
	font-size: 20px;
	line-height: 1;
	color: lightgrey;
}
.rating-mini > span:before {
	content: '★';
}
.rating-mini > span.active {
	color: gold;
}
.rating-mini > span.active.half:before {
	position: absolute;
	color: gold;
	width: 8px;
	overflow: hidden;
}
.rating-mini > span.half:after {
	content: '★';
	position: absolute;
	left: 0;
	color: lightgrey;
	z-index: -1;
}

@media (max-width: 767px) {
	.studios_list .studio_item .img-wrap {
		max-width: 100%;
		width: 100%;
	}
	.studios_list .studio_item .img-wrap img {
		width: 100%;
	}
	.studios_list .studio_item .desc-wrap {
		width: 100%;
	}
}
/* Блок для агрегатора */


@media (max-width: 1025px) and (min-width: 768px) {
	.adaptive {
		min-width: unset;
	}
	.adaptive .container {
		width: 100%;
	}
}

@media screen and (max-width: 800px) {
	img.img_blog_single {
		height: 300px;
		border-radius: 0;
	}
	div.container.top {
		padding-top: 40% !important;
		padding: 0px 30px;
	}
	.title_studio {
		margin-top: 20px;
	}
	.studio_item {
		margin-bottom: 25px;
	}

	.perelinkovka {
		list-style: none;
		text-align: left;
		column-count: unset;
	}

	.perelinkovka li {
		display: block;
	}

	.perelinkovka li a {
		font-size: 16px;
		padding: 2px;
	}

	.header .phone-holder {
		order: 100;
		text-align: center;
	}

	.desktop_hidden {
		display: block;
	}

	.backtop {
		left: 10px;
		bottom: 20px;
	}

	.block_website_footer > a {
		display: none;
	}

	.block_website_footer .copyright {
		display: block;
		padding-left: 0;
		margin-top: 15px;
	}

	.block_website_footer .logo {
		display: block;
		margin-top: 15px;
		padding-left: 0;
		padding-bottom: 15px;
	}
}

@media (min-width: 768px) {
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
		margin: 0 auto;
	}

	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin: 0 auto;
	}

	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}


@media screen and (max-width: 600px) {
	.page_prices table thead {
		display: none;
	}
	.page_prices table  {
		font-size: 0.85rem;
	}
	.page_prices table tr {
		/*border-bottom: 3px solid #ddd;*/
		display: block;
	}
	.page_prices table td {
		border-bottom: 1px solid #ddd;
		display: block;
		text-align: right;
	}
	.page_prices table td:before {
		content: attr(aria-label);
		float: left;
	}
	.page_prices .mobile_hidden {
		display: none;
	}

	.news_list .news_item_wrap {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}











@media only screen and (min-width: 1500px) {
.page_about {
	width: 1410px !important;
}
}


@media only screen and (max-width: 1024px) {
.perelinkovka {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
}
