.addon .social a{height:10px}

.container .filter_ul{
	list-style: none;
	padding: 0;
	display: -ms-flex;
	display: flex;
	-ms-flex-direction: row;
	flex-flow: row wrap;
}

.container .filter_ul li{
	margin-right: 10px;
	padding: 7px 10px;
	transform: skewX(-20deg);
	border: 2px solid #c0c0c0;
}

.container .filter_ul li a{
	color: #c0c0c0;
	font-size: 18px;
	display: inline-block;
	transform: skewX(20deg);
}

.container .filter_ul li.active{
	background: #ef7e1a;
	border: 2px solid #ef7e1a;
}

.container .filter_ul li.active a{
	color: #fff;
}

.container .filter_ul li a:hover{
	text-decoration: none;
}

.title-bar .main {
    margin-bottom: 20px;
}


/*** Park page ***/

.park-page h2{
	font-size: 40px;
	color: #ef7e1a;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	margin-top: 55px;
	margin-bottom: 25px;
}

.park-page .slider-container{
	padding-bottom: 50px;
	padding-top: 60px;
}

.park-page p{
	font-size: 15px;
	line-height: 1.5em;
	padding-left: 20px;
	padding-right: 20px;
}

.park-page ul{
	font-size: 15px;
	line-height: 1.5em;
	margin-left: 15px;
}

/* Contents */

.park-page  .contents{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
	.park-page  .contents li{
		text-align: center;
		line-height: 1.5em;
		margin-bottom: 10px;
	}
	.park-page  .contents li a{
		font-size: 15px;
		border-bottom: 1px dashed #1186f3;
		color: #1186f3;
		text-transform: uppercase;
	}
	.park-page  .contents li a:hover{
		text-decoration: none;
		color: #ef7e1a;
		border-bottom: 1px dashed #ef7e1a;
	}



/* Price Table */

.park-page table{
	width: 100%;
	margin-bottom: 30px;
}

.park-page table tr td{
	padding-top: 20px;
	padding-bottom: 20px;
}

.park-page table tr th{
	padding-top: 22px;
	padding-bottom: 22px;
	font-size: 15px;
	color: #585858;
	font-weight: 400;
}

.park-page table tr th:first-child{
	padding-left: 30px;
}

.park-page table.price-table tr td:first-child{
	font-size: 23px;
	color: #902493;
	font-weight: 800;
	text-transform: uppercase;
	width: 260px;
	padding-left: 30px;
	padding-right: 10px;
	line-height: 1.4em;
}

.park-page table.price-table tr td:nth-child(2){
	font-size: 15px;
	color: #585858;
	font-weight: 500;
	line-height: 1.4em;
	padding-left: 15px;
}

.park-page table.price-table tr td:nth-child(3){
	text-align: center;
	font-size: 22px;
	color: #902493;
	font-weight: 800;
}
.park-page table.price-table tr th:nth-child(3){
	text-align: center;
}

.park-page table.price-table tr td:nth-child(4){
	text-align: center;
	font-size: 22px;
	color: #902493;
	font-weight: 800;
}
.park-page table.price-table tr th:nth-child(4){
	text-align: center;
}

.park-page table.price-table tr td[colspan="2"]{
	font-size: 28px;
	padding-right: 90px;
}

.park-page table.price-table tr td[colspan="2"] .p1{
	display: block;
	font-size: 18px;
	font-weight: 700;
	margin-top: 14px;
}

.park-page table.price-table tr td[colspan="2"] .p2{
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #ef7e1a;
	line-height: 1.3em;
}


.park-page table .pink-bg td{
	background: #f5eef5;
}

.park-page table .light-gray-bg td{
	background: #fafafa;
}

.table-space{
	height: 20px;
	width: 100%;
}

.exp_text{
	padding-top: 10px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ef7e1a;
}

/* Gallery */

.park-page .container .popup-gallery{
	margin-top: 30px;
}

/* Group */

.group-lead{
	height: 495px;
	background: url(img/group_img.jpg) no-repeat;
	position: relative;
	background-size: cover;
}

.group-text{
	width: 420px;
	height: 420px;
	border-radius: 400px;
	background: #902493;
	color: #fff;
	position: relative;
	top: 40px;
	left: 60px;
	padding-top: 80px;
}

.group-text p{
	margin: 0 0 10px 0;
	padding: 0 40px;
	text-align: center;
	font-size: 18px;
}

.group-text p.group-phone{
	font-size: 26px;
	font-weight: 700;
}

.park-page .info_block, .park-page .warning{
	font-size: 18px;
	line-height: 1.4em;
}

.group-text-block{
	display: flex;
	display: -ms-flex;
	-ms-flex-direction: row;
	flex-flow: row wrap;
	margin-bottom: 10px;
}

.group-text-block .gtl{
	width: 5%;
	font-size: 80px;
	font-weight: 700;
	color: #ef7e1a;
	padding-top: 32px;
}

.group-text-block:nth-child(2n) .gtl, .group-text-block:nth-child(2n) p.grt-bt{
	color: #902493;
}

.group-text-block .gtr{
	width: 95%;
}

.group-text-block p{
	line-height: 1.6em;
}

.group-text-block p.grt-bt{
	font-size: 22px;
	font-weight: 700;
	color: #ef7e1a;
}

/* Trainers */

.park-page .trainers{
	padding-top: 15px;
	padding-bottom: 0;
}

/* Req */

.park-page .contents.req li {
    margin-bottom: 2px;
}

.park-page .contents.req li a {
    border-bottom: 1px solid hsl(209, 90%, 51%);
}

.park-page .contents.req li a:hover {
    border-bottom: 1px solid hsl(28, 87%, 52%);
}

.park-page .contents.req{
	margin-bottom: 60px;
}

/* Contacts */

.park-page .map-container {
    height: 510px;
}

.park-page .map-container .info-container .contacts .title {
	margin-top: -10px;
    margin-bottom: 10px;
}

.address2{
	font-size: 18px;
	line-height: 1.5em;
}

.phone2{
	font-size: 36px;
	font-weight: 400;	
	margin-top: 30px;
	margin-bottom: 20px;
}

.mail2{
	font-size: 18px;	
}

.how-to-p{
	margin: 15px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #e6e6e6;
}

.how-to-p p{
	font-size: 15px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

.how-to-p .ht-title{
	font-size: 18px;
	color: #ef7e1a;
	font-weight: 600;
	margin-bottom: 10px;
}

.group-text-wrap img {
	max-width: 100%;
}


/*** 404 ***/

.block_404{
	background: url(https://maygli-jump.ru/upload/imgs/bg_404.png) no-repeat;
	background-position: 50% 50%;
	height: 548px;
	margin: 40px 0 100px 0;
}

.text_404{
	text-align: center;
	padding-top: 320px;
}

.text_404 div{
	font-size: 18px;
	color: #101010;
	margin-bottom: 60px;
	font-weight: 300;
}
.text_404 div.title_404{
	font-size: 46px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 110px;
}
.text_404 a{
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: underline;
}


/* Schelude table */

.schelude-table tr th{
	background: hsl(289, 56%, 36%) none repeat scroll 0 0;
    line-height: 20px;
    text-align: center;
}

.schelude-table tr th p{
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0;
}

.schelude-table tr td:first-child {
    width: auto !important;
}

.schelude-table tr td {
    border-bottom: 1px solid #cfcfcf;
}

.schelude-table tr:last-child td {
    border-bottom: none;
}

.magenta{
	color: #902493;
}

.news-detail{
	font-size: 16px;
	line-height: 1.4em;
}

.news-detail ol{
	margin-bottom: 25px;
}

.news-detail ol li{
	margin-bottom: 8px;
}


/* Vacancy */

.career h2{
	margin-bottom: 30px;
}

.vacancy{
	font-size: 16px;
	margin-bottom: 30px;
}

.vacancy-title{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	background: #7c288e;
	color: #fff;
}

.vacancy-subtitle{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	background: #ef7e1a;
	color: #fff;
}

.vacancy-table{
	min-width: 800px;
}

.vacancy-table tr td{
	padding: 10px 15px;
	border-bottom: 1px solid #dcdcdc;
	line-height: 1.3em;
}

.vacancy-table tr:last-child td{
	border-bottom: none;
}

.vacancy-table ul{
	padding-left: 15px;
}

.vacancy-table ul li{
	margin-bottom: 8px;
}

.info .types {
    margin-top: 22px;
}

/* Modal */

.modal-body.md1{
	width: 100%;
	padding: 30px 30px 40px;
	color: #fff;
	font-size: 18px;
	line-height: 1.3em;
}

.modal-body.md1 p{
	margin-bottom: 20px;
}

.modal-body.md1 img{
	max-width: 100%;
	margin-bottom: 20px;
}

.slider-container{
	margin-top: 30px;
}

.header .phone.park-list .park .park1 a , .header .phone.park-list .park .park2 a{
	transition: 0.2s all ease;
}

.header .phone.park-list .park .park1 a:hover, .header .phone.park-list .park .park1 a:focus, .header .phone.park-list .park .park1 a:active {
    background: #ff983c;
}

.header .phone.park-list .park .park2 a:hover, .header .phone.park-list .park .park2 a:focus, .header .phone.park-list .park .park2 a:active {
    background: #a42fbd;
}

.with-ul{
	display: flex;
	display: -ms-flex;
	-ms-flex-direction: row;
	flex-flow: row wrap;
}

.with-ul .img{
	width: 20%;
}

.with-ul img{
	max-width: 100%;
	margin: 0;
}

.with-ul ul{
	width: 76%;
}

.block-purple{
	background: #7c288e;
	color: #fff !important;
	padding: 30px 0;
}


/* New Year 

.title-bar .main {
    background: url(img/ny_bg.jpg);
}

*/

/* PARK ADAPTIVE */

@media (max-width: 1200px) {
	
	.slider-container {
		background-position: center top -35px;
	}
	
	.park-page .popup-gallery.ph-container img{
		width: 30%;
	}
	
}

@media (max-width: 1000px) {

	.park-page table tr td:first-child {
		font-size: 16px;
		padding-left: 30px;
		padding-right: 10px;
		width: 210px;
	}
	
	.park-page table tr td:nth-child(2) {
		font-size: 13px;
	}
	
	.park-page table.price-table tr td[colspan="2"] {
		font-size: 20px;
		padding-right: 20px;
	}
	
	.park-page table.price-table tr td[colspan="2"] .p1 {
		font-size: 16px;
	}
	
	.park-page table.price-table tr td[colspan="2"] .p2 {
		font-weight: 400;
	}
	
	.park-page .popup-gallery.ph-container img {
		width: 29%;
	}
	
	.group-text-block .grt-bt {
		line-height: 1.4em;
	}
	
	.group-text-block .gtl {
		padding-top: 22px;
		width: 8%;
	}
	
	.group-text-block .gtr {
		width: 92%;
	}
	
	.map-container .info-container .contacts {
		width: 70%;
	}
	
	.park-page .map-container {
		height: 550px;
	}

}

@media (max-width: 768px) {
	.vacancy-table {
		min-width: 100%;
	}
	.vacancy-table tr td {
		display: block;
		width: 100%;
		border-bottom: none;
	}
	.vacancy-table tr td:first-child {
		background: #ef7e1a;
		color: #fff;
		width: 100% !important;
	}
	.vacancy-title{
		background: #7c288e !important;
	}
	
	.header .phone {
		margin-top: 0;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.header .phone.park-list .park a {
		font-size: 22px;
		padding: 10px 20px;
	}
	.header .phone.park-list .park .park1 a {
		margin-bottom: 10px;
	}
	.header .phone {
		text-align: center;
	}
	.header .phone .c_anketa {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.header .phone a {
		padding: 0;
	}
	.header .navbar-collapse {
		margin: 0 !important;
		width: 100%;
	}
	.header .city-selector-container {
		margin-top: 15px;
		margin-bottom: 15px;
		text-align: center;
	}
	.header .navbar-collapse .city-selector-container .city-selector {
		right: 0;
		left: 0;
	}
	.header .navbar-collapse .city-selector-container{
		display: none;
	}
	.header .navbar-nav > li > a {
		font-size: 16px;
	}
	.slider-container {
		margin-top: 10px;
	}
	.park-page .slider-container {
		padding-bottom: 10px;
		padding-top: 20px;
	}
	.park-page h2 {
		margin-top: 35px;
		margin-bottom: 10px;
	}
	.info .types {
		margin-top: 0;
	}
	.slider-container .indicators-container {
		display: none;
	}
	.info h1 {
		margin: 15px 0 30px;
	}
	.photos .csc {
		margin: 20px 0 0 0;
	}
	.photos {
		padding: 40px 0 0;
	}
	.photos figure.foto_small {
		margin-bottom: 20px;
	}
	.photos .foto_grid_fix {
		margin-top: 0;
	}
	.photos figure.foto_big {
		margin-bottom: 20px;
	}
	.photos .col-md-2.col-sm-4.col-xs-12 .foto_small{
		display: none;
	}
	.photos .addon .social {
		margin-top: 20px;
	}
	.photos .addon {
		margin: 10px 0 0;
	}
	.photos .social {
		margin: 20px 0 40px;
	}
	.footer .navbar-nav > li > a {
		margin-bottom: 15px;
	}
	.facts .fact .f-name {
		line-height: 1.3em;
	}
	.title-bar .main .n-title {
		height: auto;
	}
	.title-bar .main .n-title {
		padding-right: 0;
	}
	.title-bar .main .n-date {
		margin-top: 15px;
	}
	.new-content ul {
		margin-left: 10px;
	}
}

@media (max-width: 670px) {
	
	.map-container .info-container .contacts {
		width: 100%;
	}
	
	.park-page .map-container {
		height: auto;
	}
	
	.park-page table tr td {
		display: block;
		width: 100%;
	}
	
	.park-page table tr th{
		display: none;
	}
	
	.park-page table tr td:first-child {
		font-size: 36px;
		padding-left: 30px;
		padding-right: 30px;
		width: 100% !important;
		text-align: center;
	}
	
	.park-page table.price-table tr td:nth-child(2) {
		text-align: center;
		font-size: 18px;
	}
	
	.park-page table.price-table tr td:nth-child(3):before{
		content: "Цена в будни, руб.  ";
		font-size: 16px;
		font-weight: 400;
		display: block;
		margin-bottom: 15px;
	}
	
	.park-page table.price-table tr td:nth-child(4):before{
		content: "Цена в выходные и праздники, руб.  ";
		font-size: 16px;
		font-weight: 400;
		display: block;
		margin-bottom: 15px;
	}
	
	.park-page table.price-table tr td:nth-child(3), .park-page table.price-table tr td:nth-child(4) {
		font-size: 30px;
	}
	
	.park-page table.price-table tr td:nth-child(4){
		padding-bottom: 30px;
	}
	
	.park-page table.price-table tr td[colspan="2"] {
		padding-bottom: 30px;
		padding-right: 0;
	}
	
	.park-page table.price-table tr td[colspan="2"]:before {
		display: none;
	}
	
	.park-page table tr td {
		padding-bottom: 5px;
		padding-top: 20px;
	}
	
	.park-page .slider-container{
		display: none;
	}
	
	.park-page .contents{
		margin-top: 30px;
	}
	
	.park-page .popup-gallery.ph-container img {
		width: 49%;
	}
	
	.group-text-block .gtl {
		width: 12%;
	}
	
	.group-text-block .gtr {
		width: 88%;
	}
	
	.schelude-table tr td p{
		text-align: center;
	}
	
	.schelude-table tr td:nth-child(2):before{
		content: "Понедельник";
		font-size: 15px;
		line-height: 1.5em;
		font-weight: bold;
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
	.schelude-table tr td:nth-child(3):before{
		content: "Вторник";
		font-size: 15px;
		line-height: 1.5em;
		font-weight: bold;
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
	.schelude-table tr td:nth-child(4):before{
		content: "Среда";
		font-size: 15px;
		line-height: 1.5em;
		font-weight: bold;
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
	.schelude-table tr td:nth-child(5):before{
		content: "Четверг";
		font-size: 15px;
		line-height: 1.5em;
		font-weight: bold;
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
	.schelude-table tr td:nth-child(6):before{
		content: "Пятница";
		font-size: 15px;
		line-height: 1.5em;
		font-weight: bold;
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
	.schelude-table tr:last-child td{
		border-bottom: 1px solid #cfcfcf;
	}
	.map-container .info-container .contacts {
		padding: 0 10px 0 10px;
	}
	.park-page .map-container .info-container .contacts .title {
		margin-top: 30px;
	}
	.how-to-p {
		margin: 25px 0 0 0;
	}
	.map-container .info-container {
		padding-bottom: 0;
	}
}

@media (max-width: 580px) {
	
	.park-page .popup-gallery.ph-container img {
		width: 42%;
	}
	
	.group-text {
		background: hsl(298, 61%, 36%) none repeat scroll 0 0;
		border-radius: 0;
		color: hsl(0, 0%, 100%);
		height: auto;
		left: 0;
		padding-bottom: 20px;
		padding-top: 20px;
		position: relative;
		top: 420px;
		width: 100%;
	}
	
	.group-lead {
		margin-bottom: 260px;
	}
	
	.block_404{
		background: url(https://maygli-jump.ru/upload/imgs/bg_404.png) no-repeat;
		background-position: 50% 20%;
		background-size: 150%;
		height: 400px;
		margin: 40px 0 100px 0;
	}
	.text_404 div.title_404 {
		font-size: 30px;
		text-transform: uppercase;
		color: #101010;
		margin-bottom: 40px;
	}
	.text_404 {
		text-align: center;
		padding-top: 230px;
	}
	.text_404 div {
		line-height: 1.3em;
		padding: 0 20px;
		margin-bottom: 40px;
	}
	
}

@media (max-width: 540px) {
	
	.group-lead {
		margin-bottom: 300px;
	}
	
}

@media (max-width: 480px) {
	
	.title-bar .main .container {
		height: auto;
		padding: 25px 0 25px 0;
	}
	
	.title-bar .main .container h1{
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	.with-ul .img{
		width: 100%;
		text-align: center;
	}

	.with-ul ul{
		width: 100%;
	}

}

@media (max-width: 400px) {
	
	.park-page table tr td:first-child {
		font-size: 26px;
	}
	
	.park-page table.price-table tr td:nth-child(3), .park-page table.price-table tr td:nth-child(4) {
		font-size: 20px;
	}
	
	.park-page .popup-gallery.ph-container img {
		width: 100%;
	}
	
	.group-text-block .gtl {
		width: 18%;
	}
	
	.group-text-block .gtr {
		width: 82%;
	}
	
	.phone2 {
		font-size: 28px;
	}
	
	.group-lead {
		margin-bottom: 360px;
	}
	
	.park-page .info_block, .park-page .warning {
		font-size: 16px;
	}
	
	.group-text p.group-phone {
		font-size: 24px;
	}
	
	.text_404 div.title_404 {
		font-size: 24px;
		margin-bottom: 30px;
	}
	.text_404 div {
		font-size: 16px;
		margin-bottom: 30px;
	}

	
}

@media (max-width: 320px) {
	
	.group-lead {
		margin-bottom: 420px;
	}

}
.testimonials-photo {width: 25%; min-width:120px; display: block; float: left;}
.testimonials-text {width: 75%; display: block; float: left; border-left: 3px solid #7c288f;}

.price th,.price td{padding:15px; border: solid 1px #d7d7d7;}
/*.price th{background-color: #f1f1f1;}*/
.price th{background-color: #ef7e1a; color: #ffffff;}