body input:focus:required:invalid,
body textarea:focus:required:invalid {
	font-family: 'OpenSans Regular';
}
body input:required:valid,
body textarea:required:valid {
	font-family: 'OpenSans Regular';
}
body {
	font-family: "GothamPro Black", sans-serif;
	font-size: 16px;
	min-width: 320px;
	position: relative;
	color: #fff;
}
.hidden {
	display: none;
}
.carousel img {
	width: 100%;
	height: auto;
}
.parallax {
	background-attachment: fixed;
	background-position: 50% 0;
	position: relative;
}
.topblock {
	background: url(../img/bg1.jpg) top no-repeat;
	background-size: cover;
}
.top_menu {
	padding: 20px 0px;
}
.toplogo {
	width: 180px;
	margin-top: 5px;
}
.toplogo img {
	width: 100%;
}
.toptitle {
	font-size: 80px;
	line-height: 86px;
	text-transform: uppercase;
	padding-top: 15px;
	letter-spacing: 4px;
}
.topdesctitle {
	font-size: 30px;
	color: #fff;
	font-family: 'GothamPro Bold';
	text-transform: uppercase;
	padding-top: 20px;
}
.topdesctitle span {
	color: #ffb400;
}
.tm_desc {
	text-transform: uppercase;
	opacity: .5;
	letter-spacing: .5px;
	font-family: 'GothamPro BoldItalic';
	font-size: 12px;
	font-weight: 100;
	margin-top: 18px;
	margin-left: 30px;
}
.topline {
	border: 2px #FFB400 solid;
	width: 130px;
	margin: 30px 0px;
}
.topdesc {
	font-family: 'GothamPro BoldItalic';
	font-size: 16px;
	margin-top: 20px;
}
.toptext {
	margin-top: 70px;
	font-size: 20px;
	font-family: 'GothamPro BoldItalic';
}
.topbtn	{
	padding-top: 50px;
	padding-bottom: 270px;
}
.btn {
	font-size: 15px;
	text-transform: uppercase;
	background-color: #ffb400;
	border-radius: 23px;
	padding: 15px 25px;
	color: #fff;
	transition: .2s;
}
.btn:hover {
	background-color: #FFBE1F;
	box-shadow: 0 0 15px rgba(255,190,31,.5);
}
.btn:active {background-color: #F7B000; box-shadow: 0 0 15px rgba(247,176,0,.5);}
.topnumber {
	text-align: center;
	font-family: 'GothamPro Bold';
	padding-top: 220px;
	padding-bottom: 25px;
}
.ipad {
	position: relative;
	background-image: url(../img/ipad.png);
	width: 100%;
	height: 700px;
	-webkit-background-size: cover;
	background-size: cover;
	box-shadow: 0 0 20px rgba(0,0,0,.5);
	border-radius: 70px;
}
.playbtn {
	background-image: url(../img/playbtn.png);
	width: 92px;
	height: 92px;
	position: absolute;
	top: calc(50% - 46px);
	left: calc(50% - 40px);
	transition: .2s;
}
.playbtn:hover {
	transform: scale(1.05);
}
.playbtn:active { transform: scale(0.97); }
.playbtntext {
	position: absolute;
	top: calc(58%);
	left: calc(50% - 65px);
	text-transform: uppercase;
	font-size: 15px;
	color: #fff;
}
.aboutblock {
	background: url(../img/bg2.jpg) top no-repeat;
}
.a_line {
	border: 2px #8d8d8d solid;
	text-align: center;
	width: 100px;
	margin: 20px 10px auto auto;
}
.a_title {
	color: #cc1c1c;
	text-transform: uppercase;
	font-size: 18px;
	padding-top: 80px;
	font-family: 'GothamPro Bold';
}
.a_desctitle {
	color: #000;
	text-transform: uppercase;
	line-height: 36px;
	font-size: 30px;
}
.a_centerline {
	border: 2px #cc1c1c solid;
	width: 50px;
	margin: 60px auto 40px;
}
.a_centertitle {
	color: #cc1c1c;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
}
.a_centerdesc {
	padding-top: 30px;
	font-size: 14px;
	color: #000;
	line-height: 34px;
	text-align: center;
	font-family: 'OpenSans Regular';
}
.a_ach {
	padding-top: 60px;
}
.a_box {text-align: center; padding: 0px 10px;}
.ab_title {
	font-size:29px;
	color: #CC1C1C;
	line-height: 34px;
	text-transform: uppercase;
}
.ab_title span {
	font-size: 90px;
	font-family: 'OpenSans Bold';
}
.ab_desc {
	font-size: 14px;
	font-family: 'OpenSans Regular';
	line-height: 24px;
	color: #000;
	padding-top: 25px;
}
.a_centerblock {
	color: #fff;
	text-align: center;
	width: 700px;
	margin: 100px auto 40px;
	border-radius: 50px;
	background: linear-gradient(to right, #d19400, #ffc10e);
}
.acb_left {text-align: center;}
.acb_right {text-align: left;}
.acb_numberleft {
	font-size: 90px;
	font-family: 'OpenSans Regular';
	display: inline-block;
	vertical-align: middle;
	margin: 25px 15px 30px 30px;
}
.acb_textleft {
	font-size: 34px;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
}
.acb_numberright {
	font-size: 74px;
	display: inline-block;
	vertical-align: middle;
	margin-top: 40px;
	font-family: 'OpenSans Regular';
}
.acb_textright {
	font-size: 34px;
	margin-top: 35px;
	line-height: 24px;
	margin-left: 20px;
	text-transform: uppercase;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
}
.coachblock {
	background: url(../img/bg3.jpg) top no-repeat;
	background-size: cover;
}
.c_line {
	border: 1px #FFB400 solid;
	width: 130px;
	float: left;
	margin-top: 230px;
	margin-right: 15px;
}
.c_title {
	font-size: 45px;
	float: left;
	color: #fff;
	text-transform: uppercase;
	padding-top: 200px;
}
.c_citata span {
	font-size: 75px;
	color: #fff;
	font-family: 'GothamPro Black';
	float: left;
	margin: 6px 30px 6px 55px;
}
.c_citata {
	font-size: 22px;
	font-family: 'GothamPro BoldItalic';
	line-height: 37px;
	float: left;
	padding-top: 40px;
}
.c_desc {
	font-size: 12px;
	line-height: 24px;
	margin: 30px 0px 0px 30px;
	font-family: 'GothamPro BoldItalic';
}
.coachphoto {
	margin-top: 30px;
	text-align: center;
	margin-bottom: 15px;
}
.coachphoto img {
	border-radius: 50px;
	max-height: 300px;
}
.coachname {
	font-size: 18px;
	text-align: center;
}
.c_form {
	border: 5px #fff solid;
	border-radius: 50px;
	text-align: center;
	margin: 20px auto 125px;
	width: 635px;
}
.cf_title {
	font-size: 18px;
	padding-top: 16px;
}
.cf_desc {
	font-size: 12px;
	font-family: 'OpenSans Regular';
	padding-top: 10px;
}
form {
	padding-top: 30px;
	padding-bottom: 40px;
}
form input[type="phone"] {
	font-family: 'OpenSans Regular';
	}
::-webkit-input-placeholder { /* WebKit browsers */
   color:     #e5e5e5;
   font-size: 12px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:     #e5e5e5;
   font-size: 12px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:     #e5e5e5;
   font-size: 12px;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:     #e5e5e5;
   font-size: 12px;
}
.wInp {
	border: 2px #fff solid;
	border-radius: 23px;
	background: none;
	padding: 5px 35px 8px;
	margin-left: 90px;
	font-family: 'OpenSans Regular';
}
.button {
	font-size: 15px;
	background-color: #ffb400;
	border: none;
	text-transform: uppercase;
	padding: 15px 60px;
	border-radius: 23px;
	margin-left: -90px;	
}
.button:hover {
	background-color: #FFBE1F;
	box-shadow: 0 0 15px rgba(255,190,31,.5);
}
.button:active {background-color: #F7B000; box-shadow: 0 0 15px rgba(247,176,0,.5);}
.coachdesc {
	font-family: 'GothamPro BoldItalic';
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	padding-top: 15px;
	margin-left: -70px;
}
.lastblock {position: relative;}
.long {
	color: #ffb400;
	font-size: 42px;
	border: 4px #ffb400 solid;
	text-align: center;
	padding: 60px 0px;
	border-radius: 50px;
	text-transform: uppercase;
	width: 870px;
	margin: 95px auto 200px;
	position: relative;
}
.bb_text {
	font-size: 12px;
	font-family: 'GothamPro BoldItalic';
	color: #000;
	position: absolute;
	top: calc(50% - 9px);
	left: calc(-14%)
}


.pform {
	padding-top: 10px;
	padding-bottom: 10px;
}
.pform .fbtn {
	padding: 10px 45px;
	width: 89%;
	margin: 14px 14px 0px 14px;
	border-radius: 25px;
	border: 0px;
	color: #fff;
	background-color: #ffb400;
}
.fbtn:hover {
	background-color: #FFBE1F;
	box-shadow: 0 0 15px rgba(255,190,31,.5);
}
.fbtn:active {background-color: #F7B000; box-shadow: 0 0 15px rgba(247,176,0,.5);}


footer {
	padding: 50px 0px;
}
.f_title {
	color: #000;
	font-size: 30px;
	font-family: 'GothamPro Bold';
}
.f_desc {
	color: #000;
	font-size: 18px;
	font-family: 'OpenSans Regular';
}
.map_place {
	margin: 40px 0px;
}
.f_maptext {
	font-size: 22px;
	color: #CC1C1C;
	font-family: 'GothamPro Bold';
}
.f_podtext {
	font-family: 'GothamPro Black';
	font-size: 25px;
	margin-top: 20px;
	color: #494949;
}


.tm_phoneicon, .tm_phone { display: inline-block;vertical-align: middle; }
.tm_phone a {
	color: #fff;
	font-family: 'RobotoRegular';
	margin-left: 10px;
	font-size: 14px;
}
.tm_mail {
	margin-top: 10px;
}
.tm_mail a {
	font-size: 14px;
	position: relative;
	color: #fff;
	font-family: 'Lato Regular';
}
.tm_mail a::before {
	content: '';
	width: 30px;
	height: 1px;
	position: absolute;
	background: #fff;
	left: 0;
	top: 50%;
	transform: translateX(-120%) translateY(-50%);
}
.tm_contacts {
	text-align: right;
}