@import url('base.css');
.button2.mobile {
	display: none;
}

.form_error {	
	border: 1px solid #e52525!important; 
	padding:11px!important; 
}

.text-after-order {
	font-size: 1.25rem;
	color: #000;
}

.page_contacts .text-after-order {
	padding-left: 70px;
}

#map_canvas1 {
	position: fixed;
	width: 	100%;
	top: 20px;
	left: 0;

}


.nbs-flexisel-item img {
	max-width: 100%;
}

.first_bg {
	width: 100%;
	min-height: 100vh;
	background: url(../images/bg.jpg) no-repeat center;
	background-size: cover;
	z-index: -1;
}


.top_line {		
	min-height:75px;
	padding-top: 10px;
	background: #000;
}

.page_home .top_line {
	min-height:50px;
	padding-top: 10px;
	background:transparent;
}

.memu_btn {
	display: block;
	position: absolute;
	top:15px;
	left: 30px;
	color: #fff;
	font-size: 1.25rem;
	text-transform: uppercase;
	line-height: 1;
}

.memu_btn svg {
	float: left;
	margin-right: 10px;
}

 .memu_btn:hover #menu {
    fill: #e52525;
}

.memu_btn:hover {
	color: #e52525;
	text-decoration: none;
	cursor: pointer;
}


.top_contacts p {
	margin: 0;
	padding: 0;
	color: #fff;
}

.page_home .top_contacts {
	float: right;	
}

.top_adress {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 30px 0 40px;	
	line-height: 40px;	
	padding-top: 3px;
}

.top_adress a {
	position: relative;
	padding-right: 	60px;
}

.top_adress img {
	position: absolute;	
	top:0;
	right: 0;
	width: 40px;	
}


body:not(.page_home) .top_adress {
	float: right;
}




.nets {
	display: inline-block;
	vertical-align: middle;
	margin: 10px 0px 0 0;
	text-transform: uppercase;
	line-height: 40px;	
}


.top_phones {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 30px 0 0;
	line-height: 40px;	
}

.top_adress a{
	display: block;
	margin-bottom: 5px;
	line-height: 40px;
}


.top_phones a {
	display: block;
	margin-bottom: 5px;
	line-height: 18px;
}

.page_home  .top_phones {
	margin: 0px 30px 0 0;
}

.page_home .top_phones a {
	display: inline-block;
	margin-bottom: 5px;
	margin-left: 10px;
	line-height: 18px;
}




	
.top_phones a:hover,
.top_adress a:hover {
	text-decoration: none;
	color: #e52525;
	cursor: pointer;
}

.top_contacts a {
	color: #fff;
}

body:not(.page_home) .top_phones {
	margin-left: 200px;
}



.logo {
	display: block;
	width: 300px;
	margin: 40vh auto 0px;
}

.logo_no_home {
	display: block;
	width: 380px;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -190px;
}




.to_bottom {
	display: block;
	width: 12px;
	margin: 100px auto 0;
}









.top_menu {
	margin:0 0 10px 0;
	padding: 0;
	height: inherit;
	line-height: 50px;	
	text-align: center;
}

.top_menu li {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	padding: 0 40px;
}



.top_menu a {
	display: inline-block;
	height: 50px;
	color: #e52525;
	font:700 normal 1rem/50px Akrobat, sans-serif;
	text-transform: uppercase;
	padding: 0px;	
	position: relative;
}

.foot_menu a:after,
 .top_menu a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    -webkit-transition: height .2s, opacity .2s, -webkit-transform .2s;
    -moz-transition: height .2s, opacity .2s, -moz-transform .2s;
    transition: height .2s, opacity .2s, transform .2s;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: 0;
    background: #e52525;

}

.foot_menu li.focus > a,
.foot_menu li  a:hover,
.foot_menu li.active > a,
.top_menu li.focus > a,
.top_menu li  a:hover,
.top_menu li.active > a {
	text-decoration: none;
    color: #e52525
}


.top_menu li.focus  a:after,
.top_menu li > a:hover:after,
.top_menu li.active > a:after {
    height: 3px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1
}




.foot_menu li.focus a:after,
.foot_menu li > a:hover:after,
.foot_menu li.active > a:after {
    height: 2px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1
}













.btn {
	display: block;	
	height: 40px;
	text-align: center;
	line-height: 40px;	
	color: #030303;
	font-family: Akrobat,sans-serif;
	font-weight: bold;
	background:linear-gradient(to top, #ffae15 0%,  #ffd820 100%);
	border-radius: 2px;
}






.section-name {
	margin: 0;
	padding: 60px 0 60px 0;
	line-height: 1;
	font-size: 3.5rem;
	color: #333030;	
	text-align: center;
	font-weight: 900;
}



/*========section-2=========*/

.section-2 {	
	padding-bottom: 40px;
}

.wrapp-obj {
	margin-right: -25px;
	margin-left: -25px;
}



.obj-one-4 {
	width: -webkit-calc(25% - 50px);
  width: -moz-calc(25% - 50px);
  width: calc(25% - 50px);
	float: left;
	margin: 20px 25px 50px 25px;
}

.obj-one-4 img {
	display: block;
	width: 40px;
	margin: 40px auto 20px;
}

.obj-one-4 p {
	margin: 0;
	padding: 10px 0 0 0;
	font-weight: 300;	
	color: #333030;
	font-size: .875rem;
	line-height: 1.5rem;

}
.obj-one-4 h5 {
	margin: 0;
	padding: 0;
	color: #e52525;
	font-size: 1.8rem;
	line-height: 2rem;
	text-align: center;	
	font-weight: 700;
}

.news_rows a {
	text-decoration: none;
}

.news_data {
	display: block;
	width: 100px;
	height: 25px;
	line-height: 25px;
	margin: 0 auto;
	position: relative;
	top: 25px;
	color: #fff;
	font-size: 1rem;
	text-align: center;
	background:#e52525; 
	z-index: 2;
}


/*=======section-3========*/

.product-one a:not(.btn) {
	font-size: 1rem;
}
.section-3,
.section-4,
.section-6 {
	margin-left: -30px;
	margin-right: -30px;
}

.span_2 {
	width: -webkit-calc(50% - 60px);
  width: -moz-calc(50% - 60px);
  width: calc(50% - 60px);
  margin: 0 30px;
	float: left;
}



.car_slide img {
	display: block;
	max-width:100%;	
	margin: 0;
	padding: 0;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; 
}

.page_groups .car_slide img,
#carousel-2 .car_slide img  {
	width: 100%;
}

.car_slide h3 {
	position: absolute;
	top: 40%;
	left:0;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 3rem;	
	color: #fff;
	width: 	100%;
	text-align: center;
	font-weight: 900;
}


.car_slide:hover img {
	webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none;
}

.car_slide:hover h3 {
	text-shadow: 0 1px 10px rgba(0,0,0,.8);
}





.car_slide a:hover {
	text-decoration: none;
}

.car_slide a span {
	position: relative;
	top:8px;
}


/*тренеры*/
.trainer_small {
	margin: 0;
	padding: 0;
	list-style: none;
}


.trainer_small li {
	display: inline-block;
	vertical-align: top;
	/*width: 100px;*/
	width: -webkit-calc(25% - 18px);
    width: -moz-calc(25% - 18px);
    width: calc(25% - 18px);
	margin-right: 15px;
}

.trainer_small li:last-of-type() {
	margin-right: 0!important;
}

.trainer_small li img {
	max-width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; 
}

.trainer_small li.active img {
	-webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none; 
}

.redish {
	color: #e52525;
}

.trainer_big h3 {
	padding: 20px 0 0 0;
	margin: 0;
	font-size: 1.5rem;
	font-weight: 700;
}

.trainer_big p {
	margin: 0;
	padding: 0 0 20px 0;
	line-height: 1.6;
}

.pure_text p {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 1rem;
	line-height: 1.6;
	text-align: justify;
}







/*===anime===*/

.abs-img { 
    -webkit-backface-visibility:hidden;
    -webkit-animation:imageAnimation .8s linear  0s;
    -moz-animation:imageAnimation .8s linear  0s;
    -o-animation:imageAnimation .8s linear  0s;
    -ms-animation:imageAnimation .8s linear  0s;
    animation:imageAnimation .8s linear  0s;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}


@-webkit-keyframes imageAnimation{0%{opacity:1;-webkit-animation-timing-function:ease-in;}
8%{opacity:1;-webkit-transform:scale(1.02);-webkit-animation-timing-function:ease-out;}
17%{opacity:1;-webkit-transform:scale(1.02)}
25%{opacity:1;-webkit-transform:scale(1.02) }
100%{opacity:1}
}
@-moz-keyframes imageAnimation{0%{opacity:1;-moz-animation-timing-function:ease-in;}
8%{opacity:1;-moz-transform:scale(1.02);-moz-animation-timing-function:ease-out;}
17%{opacity:1;-moz-transform:scale(1.02) }
25%{opacity:1;-moz-transform:scale(1.02) }
100%{opacity:1}
}

@keyframes imageAnimation{0%{opacity:1;animation-timing-function:ease-in;}
8%{opacity:1;transform:scale(1.02);animation-timing-function:ease-out;}
17%{opacity:1;transform:scale(1.02) }
25%{opacity:1;transform:scale(1.02) }
100%{opacity:1}
}


/* отзывы*/

#carousel-3  {
	=background: #000;
	background: url(../images/backrep.jpg) no-repeat;
	background-size: cover;

}
#carousel-3 .car_slide {
	max-width: 800px;
	margin: 0 auto;
}

#carousel-3 .car_slide img {
	float: left;
	margin-right: 50px;
	margin-left: 30px;
}

#carousel-3 .car_slide p {
	margin: 0;
	padding: 50px 30px 0 0;
	font-size: 1rem;
	line-height: 1.6;
	color: #fff;	
}


#carousel-3 .car_slide h6 {
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 1rem;
	color: #fff;
}


.on_train {
	display: block;
	margin: 80px auto 30px;
	width: 300px;
	line-height: 70px;
	text-align: center;
	background: #17191d;
	color: #e52525;
	font-size: 1.8rem;
	font-weight: 900;
}

.on_train:hover	{
	text-decoration: none;
	cursor: pointer;
}

.order_trainer.on_train {
	width: 270px;
	line-height: 1;
	margin: 0;
	font-size: 1.5rem;
	padding: 5px 10px;
	margin-top: 50px;
}


.box_right .on_train {
	width: 100%;
	height: 70px;
	line-height: 70px;
	margin: 0;
	font-size: 1.5rem;
	padding: 0px 10px;
	margin-top: 30px;
	margin-bottom: 30px;
}


.button2 {
    color: #e52525;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    border: 1px solid rgba(0,0,0,0.5);
    overflow: hidden;
}


.button2 span {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.button2::after {
    content: attr(data-text);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: translate(0, 30%);
    transform: translate(0, 30%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


.button2:hover {
    background-color: rgba(255,255,255,0.2);
}

.button2:hover > span {
    opacity: 0;
    -webkit-transform: translate(0px,-40px);
    transform: translate(0px,-40px);
}
.button2 span {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.button2:hover::after {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}


.section-6 {
	margin-top: 100px;
}

.section-6 .pure_text img {
	display: block;
	float: left;
	margin-right: 30px;
}

.section-6 h4,
.section-6 h3 {
	margin: 0;
	padding: 0 0 10px;
	font-size: 1.5rem;
	font-weight: 700;
}

.section-6 h4 {
	margin-top: 10px;
}

.section-6 h6 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 1.25rem;	
}

#carousel-4 p {
	margin: 0;
	padding: 0;
	font-size: 1.25rem;
}

/*вопросы есть*/

.boxing {
	display: block;
	width: 173px;
	margin: 0px auto 30px;
}




/*остались вопросы*/
.section-8 {
	max-width: 1000px;
	margin: 0 auto 60px;
}

.vpered {
	display: block;	
	width: 100%;
	height: 250px;	
	background: #fff url(../images/vpered.png) no-repeat center; 
	position: relative;
	color: #fff;
	font-size: 2.125rem;
	font-weight: 900;
	text-align: center;
}


.or_vpered {
	margin: 0;
	padding: 30px 0 20px 0;
	text-align: center;
	font-size: 3rem;
	font-weight: 900;
	color: #ccc;

}

.vpered:hover {
	text-decoration: none;
}

.vpered:hover span {
	color: #e52525;
	   -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.form_home {
	margin: 0;
	padding: 0;
}


.form_home input,
.form_home textarea {
	display: block;
	width: 100%;
	height: 60px;
	font-size: 1.2rem; 
	border:none;
	border-bottom: 1px solid #b8b8b8;
	margin-bottom: 20px;
}

.form_home textarea {
	height: 310px;
	border: 1px solid #b8b8b8;
	padding: 10px 0 0 10px;
	color: #333030;
    font-family: "Akrobat";
    font-weight: 300;
    font-size: 1.75rem;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    margin-bottom: 0
}


body:not(.page_contacts) .form_home button {
	display: inline-block;
	vertical-align: middle;
	width: 300px;
	height: 60px;
	line-height: 60px;
	font-size:1.5rem;
	color: #e52525;
	border:none;
	background: none;
	background: #fff url(../images/ico/callback.png) no-repeat 0px center; 
	padding-left: 30px;
	border-right:15px solid #fff;
	 -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}



.form_home button img {
	margin-right: 20px;
}

button:focus {
	outline: none;
}

body:not(.page_contacts) .form_home button:hover {
	cursor: pointer;
	outline:none;
	border-right:15px solid #e52525;
	padding-left: 50px;
	 -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    color: #333030;

}

.page_contacts .on_train {
	margin: 0 0 60px 0;
}

/*gruppovie zanyatiya*/
.wrapp-box .car_slide {
	position: relative;
	width: -webkit-calc(33.3333% - 0px);
  width: -moz-calc(33.3333% - 0px);
  width: calc(33.3333% - 0px);
  float: left;
}

.inner_pages {
	margin-top: 30px;
}

.wrapp_map {
	overflow:hidden;
	width:100%;
	height:0;
	transition:height .5s; 
	box-sizing:border-box; 
	/*box-shadow: 0 0 1px rgba(0,0,0,.8);*/
	position:fixed; 
	top:60px;
	left:0;
	z-index: 3;
}



body:not(.page_home)  .wrapp_map {
	top:55px;
}

.photo_catalog {
	width: 100%;
	position: relative;
	margin-bottom: 60px;
}

.photo_catalog>a>p {
    position: absolute;
  /*  top: 80px;*/
     top: 60px;
    left: 0;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 3rem;
    line-height: 3rem;
    color: #fff;
    width: 100%;
    text-align: center;
    font-weight: 900;    
}

.photo_catalog>a:hover p {
	/*color: #e52525;*/
	text-shadow: 0 1px 10px rgba(0,0,0,.8);
}
.photo_catalog img {
	width: 100%;
	margin-bottom: 20px;
	max-width: 100%;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; 
}

.photo_catalog:hover img {
	webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none;
}



.photo_catalog_info {
	font-size: 1rem;
	line-height: 1.6;
	text-align: justify;
}

.wrapp_mygallery {
	margin-left: -15px;
	margin-right: -15px;
}



.wrapp_mygallery .items-grid {
width: -webkit-calc(25% - 30px);
  width: -moz-calc(25% - 30px);
  width: calc(25% - 30px);
  float: left;
 margin: 0 15px 30px;
}

.page_sport .wrapp_mygallery .items-grid {
width: -webkit-calc(33.3333% - 30px);
  width: -moz-calc(33.3333% - 30px);
  width: calc(33.3333% - 30px);
  float: left;
 margin: 0 15px 30px;
}

.wrapp_mygallery .items-grid img {
	max-width: 100%;
}

.crumbs {
    margin: 100px 0 -30px 0px;
    padding: 0;
    list-style: none;
    text-align: center;
     color: rgba(131,131,131,.7);
 }

.crumbs li {
    display: inline-block;
    margin: 0 5px;
    color: rgba(131,131,131,.7);
    font-size: .875rem;
}

.crumbs a {
    color: rgba(131,131,131,.7);
    text-decoration: underline;
     font-size: .875rem;
}

.crumbs a:hover {
    text-decoration: none;
}


/*Видео*/
#play1,
#play3 {
	fill:#fff;
	fill-rule: evenodd;
		-webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}


#play2 {
	fill: #e52525;
	fill-rule: evenodd;
		-webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}


.video_blk a:hover #play2{
	fill:#fff;
		-webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.video_blk a:hover #play1,
.video_blk a:hover #play3{
	fill: #e52525;
	-webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.video_blk {
	margin-left: -15px;
	margin-right: -15px;
	font-size: 0;
}

.video_blk>div {
width: -webkit-calc(25% - 30px);
  width: -moz-calc(25% - 30px);
  width: calc(25% - 30px);
 display: inline-block;
 vertical-align: top;
 margin: 0 15px 30px;
 font-size: 1rem;
 text-align: center;

}

.video_blk a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;

}

.video_blk div svg {
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top:50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}

.video_blk a {
	color: #333030;
	text-decoration: none;
}

.video_blk h3 {
	margin: 0;
	padding: 10px 0 0 0;
}



.video_blk a:focus {
	outline: none;
}

.tiny_text {
	margin-bottom: 100px;
}

.page_trainer .tiny_text {
	margin-bottom: 30px;
}

.pupil_text p,
.tiny_text p {
	font-size: 1rem;
	line-height: 1.6rem;
	text-align: justify;
}

.tiny_text a {
	color: #333030;
}
.hyper {
	max-width: 700px;
	width: 100%;
	margin: 0 auto 30px;
}

.pupil {
	margin-bottom: 60px;
}


.pupil img {
	display: block;
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}

.pupil h4 {
	margin: 0;
	padding: 0;
	color: #e52525;
	font-size: 1.25rem;
	line-height: 1;
}



.partners_wrapp {
	margin: 0 -15px 80px -15px;
	padding: 0;
	list-style: none;
	font-size: 0;
}

.partners_wrapp li { 	
    display: inline-block;
    vertical-align: middle;
    width: -webkit-calc(33.33333% - 30px);
	  width: -moz-calc(33.33333% - 30px);
	  width: calc(33.33333% - 30px);
	  margin: 0 15px 30px 15px;
	  text-align: center;

  }


.partners_wrapp li  img {
	max-width: 100%;
}


.wrapp_form_home {
	margin-left: -30px;
	margin-right: -30px;
	padding-bottom: 60px;
}

.before_form_contacts {
	width: 100%;
	margin: 0px 0 30px 0;
}


.before_form_contacts .phones a,
.before_form_contacts .adress p{
	color: #333030;
	font-size: 1.25rem;
}


.before_form_contacts .phones a {
	display: block;
	margin-bottom: 5px;
}

.before_form_contacts .phones a:hover {
	text-decoration: none;
	color:  #e52525;
}


/*ТРЕНЕРЫ*/

.trainer_one {
	margin-bottom: 80px;
}

.trainer_one h3 {
	padding: 0px 0 0 0;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
}


.trainer_one a img {
	display: block;	
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

.trainer_one a:hover {
	text-decoration: none;
}



.trainer_one .to_right {
	float: right;
width: -webkit-calc(100% - 300px);
  width: -moz-calc(100% - 300px);
  width: calc(100% - 300px);
}

.short_descr {
	width: -webkit-calc(100% - 300px);
  width: -moz-calc(100% - 300px);
  width: calc(100% - 300px);
  float: left;
  line-height: 1.6;
  margin: 10px 0 20px 0;
  padding: 0;
}

.trainer_one_price {
	color: #e52525;
	font-size: 2.6rem;
	font-weight: 900;
	margin-top: 20px;
	padding-left: 135px;
}

.trainer_one_price span {
	font-size:1.6rem;
	font-weight: 300;
}

.trainer_grups {
	color: #e52525;
}

.trainer_grups span {
	color: #333030;
}	

.qoute_blk {
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

.qoute_blk img {
	display: block;
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}


.trainer_facebook {
	fill: #333030;
	fill-rule: evenodd;
}

a:hover .trainer_facebook {
	fill:  #e52525;
}


.sizer1 {
	height: 20px;
}
.wrapp_span_2 {
	margin-left: -30px;
	margin-right: -30px;
}

.page_trainer .span_2  img {
	float: left;
	margin-right: 20px;
}

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

/*box*/
.fio_calendar {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 70px;
	line-height: 70px;
	background: #17191d;
	background: #17191d url(../images/ico/calendar.png) no-repeat 20px center; 
	color: #fff;
	font-size: 1.3rem;
	text-align: center;
	font-weight: 100;

}



/*=================================*\
								accord
/*=================================*/



.page_box .accord {
  position: relative;
  font-size: 14px;
  width: 100%;
  margin: 0px auto 20px; 
  transition:height 2s;
}


.page_box .outer {
   position: relative;
}


.page_box .accord h3 {   
	margin: 0 0 0px 0;
	padding: 0 0 0 20px;
  cursor: pointer;
  color: #333333;  
  background: #f9f9f9;
  font-size: 1rem;
  border-bottom: 1px solid #e2e2e2;
  height: 50px;
  line-height: 50px;
}

.page_box .accord h3.active {
	color: #e52525; 
	background: #f9f9f9;
}

.page_box .accord h3 span {
	float: right;
	font-size: .875rem;
	margin-right: 20px;
}

.page_box .inner {
	padding: 0 0 15px 20px;
	background: #f0f0f0;
	border-bottom: 1px solid #e2e2e2;
}

.page_box .accord p {
	font-size: 16px;
	line-height: 24px;
	color: #464646;
}

.page_box .inner {
  display: none;
  width: 100%;
  overflow: hidden;
  margin: 0;
}









/*=================================*\
								accord
/*=================================*/


.page_home .accord {
  position: relative;
  font-size: 14px;
  width: 100%;
  max-width: 720px;
  margin: 30px auto 20px; 
  transition:height 2s;
}


.page_home .outer {
   position: relative;
}


.page_home .accord h3 {   
	margin: 0 0 0px 0;
	padding: 0 0 0 20px;
  cursor: pointer;
  color: #333030;   
  font-size: 1.8rem; 
  height: 80px;
  line-height: 50px;
  font-weight: 700;
}



.page_home .accord h3 span {
	float: left;
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;	
	background: url(../images/ico/question_on.png);
	margin-right: 20px;	
}

.page_home .accord h3.active span {
	background: url(../images/ico/question.png);	
}

.page_home .inner {
	padding: 0 0 15px 40px;	
}

.page_home .accord p {
	font-size: 16px;
	line-height: 24px;
	color: #333030;   
}


.page_home .inner {
  display: none;
  width: 100%;
  overflow: hidden;
  margin: 0;
}


/* eof accord*/












/* eof accord*/

.box_left {
  float: left;
  width: -webkit-calc(100% - 360px);
  width: -moz-calc(100% - 360px);
  width: calc(100% - 360px);
}

.box_right {
	width: 320px;
	float: right;
	margin-left: 40px;
}




.box_left .tiny_text {
	margin-bottom: 40px;
}

.box_left .tiny_text p {
	padding-top: 0;
	margin-top: 0;
}


.box_left .tiny_text a {
	color: #333030;
	text-decoration: underline;
}

.box_left .tiny_text a:hover {
	text-decoration: none;
}


.trainer_small_box {
	margin-bottom: 10px;
}

.trainer_small_box img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}


.trainer_small_box p {
	margin: 0;
	padding: 0;
	margin: 0 0 0 120px;
}

.trainer_small_box a p {
	margin: 0 0 5px 0;
	color: #e52525;
	font-size: 1.25rem;
}


.trainer_small_box a:hover {
	text-decoration: none;
}



.section_box .section-name {
	padding-top: 20px;
}




/*---------group--------------*/

.tab_content p.cubes {
	text-indent: 0;
	padding: 0;
	margin: 20px 0 0 0;
}

.tab_content p.cubes {
	color: #ccc;
}

.cubes i span {
	box-sizing:border-box;
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 20px;	
	box-shadow: 0 0 1px rgba(0,0,0,.6);
	text-align: center;
	line-height: 20px;
	font-size: 10px;
	margin-right: 3px;
	background: #fff;
}

.cubes i span:last-of-type{
	margin-right: 0;
}

.cubes .gray {
	background: #cccccc;
}

/*#count_10 {
	display: block;

}
*/
.status_5  i span {
    background: #e7e7e7!important;
}
.status_5 i span {
	opacity: .2;
}



.status_2 .cubes i{
	border-bottom: 4px solid #66dd99; 
	display: inline-block;	
	padding: 0 1px 0 1px;
	height: 25px;

}

.status_4 .cubes i{
	border-bottom: 4px solid #ffa500; 
	display: inline-block;	
	padding: 0 1px 0 1px;
	height: 25px;
	
}


.status_5 .cubes i{
	border-bottom: 4px solid #de4c43; 
	display: inline-block;	
	padding: 0 1px 0 1px;
	height: 25px;
	
}


.go {
	margin:0px auto 10px;
	color: #a4a4a4;
	font-size: 12px;
	line-height: 14px;	
}

.tab_content .go p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
	color: #ccc;
}



.page-kurses .go p span {
	box-sizing:border-box;
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 20px;	
	margin-right: 5px;	
}


.go p:first-of-type span {	
	background: #66dd99;	
}

.go p:nth-of-type(2) span {	
	background: #ffa500;	
}

.go p:nth-of-type(3) span {	
	background: #de4c43;	

}


 .go p {
	display: inline-block;
	vertical-align: middle;	
	line-height: 20px;
	font-size: 16px;
	margin-right: 20px;
}


.status_2 + .go p:nth-of-type(2),
.status_2 + .go p:nth-of-type(3) {
	display: none;
}

.status_4 + .go p:first-of-type,
.status_4 + .go p:nth-of-type(3) {
	display: none;
}

.status_5 + .go p:first-of-type,
.status_5 + .go p:nth-of-type(2) {
	display: none;
}

.page_box .accord p.b-price {
	color: #e52525;
    font-size: 1.75rem;
    padding: 0;
    margin: 20px 0 10px 0;
}

.page_box .accord p.b-price span {
	font-size: 1rem;
}


.bottom_info .b-price sup {
    font-size: 16px;
    color: #a4a4a4;
    text-decoration: line-through;
    font-style: normal;
    padding-left: 3px;
}

.tab_content a:hover {
	text-decoration: none;
}

.tab_content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.timing_list li {
	font-size: 1rem;
	padding-bottom: 5px;
	color: #3f3f3f;
}

.close_modal {
	float: right;
	cursor: pointer;
	color: red;
}

/*-----------eof group------------*/



.field select {
	display: block;
	width: 100%;
	padding: 10px 10px;
    font-size: 16px;
    margin-bottom: 20px;
}

.form .on_train {
	width: 100%;
	height: auto;
	margin: 0;
	line-height: 50px;
	font-size: 1.25rem;
}

















































/*footer*/

.footer {
	width: 100%;
	min-height: 230px;
	background: #f9f9f9;
	background: #000 url(../images/footer.jpg) no-repeat center right;
	background-size: cover;
	padding: 40px 0 20px 0;
	font-size: 0.875rem;
	position:relative;
}




.footer a {
	color:#585551;
}

.logo-footer {
	display: block;
	width: -webkit-calc(100% - 880px);
  width: -moz-calc(100% - 880px);
  width: calc(100% - 880px);
	float: left;
}

.logo-footer img {
	max-width:100%;
}


.copy {
	margin: 0;
	padding: 0;
	font-size: 1rem;
	position:absolute;
	left:20px;
	bottom:-20px;
	color: #ccc;
}

.foot_menu {
	float: left;
	margin: 0;	
	padding: 0px 100px 15px 100px;
}

.foot_menu li {
	list-style: none;
	margin-bottom: 15px;
	color: #ccc;
	text-transform: uppercase;
	font-size: 	1rem;
}

 .foot_menu a { 
	color: #fff;
	font-size: 1rem;
	text-transform: none;
	position: relative;
	padding-bottom: 5px;
}


.foot_contacts li {
	list-style: none;
	margin-bottom: 12px;
	color: #fff;
	text-transform: uppercase;
	font-size: 	.875rem;
}

.foot_contacts li:first-child{
	color: #ccc;
}

.foot_contacts a { 
	color: #fff;
	font-size: .875rem;
	text-transform: none;
	position: relative;
	padding-bottom: 5px;
}

.foot_contacts a:hover {
	text-decoration: none;
	color: #e52525;
}


.nets a {
	display: inline-block;
	width: 30px;
	height: 30px;
}

.nets a:last-of-type {
	margin-left: 10px;
}


 a.fb:hover #fb {
    fill: #e52525;;
}

 a.insta:hover #insta {
    fill: #e52525;;
}


/*
.foot_contacts {
	width: 400px;
	float: right;
}
*/


.contacts_blk p {
	height: 30px;
	line-height: 30px;	

}


.develop {
    width: 180px;
    height: 40px; 
    position: absolute;
    bottom: -15px;
    right: 0;
}
.develop a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 44px;
    text-align: left;    
    font-size: 14px;
    position: relative;
}
.develop span {
    display: block;
    width: 100%;
    height: 30px;
    background: url(../images/logoDev.png) no-repeat 100% -31px;  
}

.develop a:hover span {
	background: url(../images/logoDev.png) no-repeat 100% 0px;  
	text-decoration: none;
}

.develop a:hover {	
	text-decoration: none;
}





#scrollUp {
    right: 20px;
    bottom: 50px;
    background-color: transparent;
    width: 52px;
    height: 52px;
    position: fixed;
}




#scrollUp:after, 
#scrollUp:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    -ms-background-size: cover;
    background-size: cover;
}

#scrollUp:before {
    background-image: url(../images/up.svg);
}


#scrollUp:after {
    background-image: url(../images/up_act.svg);
}

#scrollUp:after, 
#scrollUp:before {
    content: '';
    transition: opacity 100ms ease-in-out;
}


#scrollUp:after {
    opacity: 0;
}

#scrollUp:before {
    opacity: 1;
}

#scrollUp:hover:after {
    opacity: 1;
}





.footer .container {
	position: relative;
}



.navBar .navBarTop .navBarText > p {
	color: #e52525!important;
}

.trainer_big a{
	display: block;
	width: 100%;
	text-align: center;
}