﻿/*
@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Extra+Condensed:300,400,500,600,700,800,900&subset=cyrillic');
*/
@import url('https://fonts.googleapis.com/css?family=Rubik:400,500,700&subset=cyrillic');
* {
	font-family: 'Rubik', sans-serif;
}
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: 'Rubik', sans-serif;
}
h1, h2{
	font-family: 'Rubik', sans-serif;
}
.logo_fsh {
	width: 85px;
	height: 70px;
	margin: 10px 20px 10px 30px;
	background: url('../images/logo.png') no-repeat;
	background-size: cover;
	cursor: pointer;
	transition: -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s, -ms-transform 0.3s, transform 0.3s;
}
.logo_fsh:hover {
	transform: scale(1.07, 1.07);
}
.wrapper .dropdown-toggle:after{
	transition:all .2s ease-out;
}

.wrapper .dropdown-menu{
	transition:all .2s ease-out;
}

.wrapper .dropdown-menu.show{
	transition:all .2s ease-out;
}

.wrapper nav {
	position: fixed;
	width: 100%;
	z-index: 99;
	background-color: white;
	box-shadow: 0 0 30px -3px rgba(0,0,0,.6);
}
.wrapper .navbar{
	padding: 0;
}
.wrapper nav ul {
	text-align: right;
	transition: 0.3s;
}
.wrapper-right{
	text-align: right;
}
.wrapper nav ul li {
	display: inline-block;
    text-align: center;
}
.wrapper nav ul li a{
	font-weight: 400;
	color: #313639;
	text-decoration: none;
	display: block;
	padding: 30px 15px;
	font-family: 'Rubik', sans-serif;
	transition:all .2s ease-out;
}
.wrapper nav ul li a:hover{
	background-color:#e7e9ec;
}
.wrapper .dropdown-menu a{
	padding: 15px 15px;
}
.wrapper button{
	outline: 0;
	transition: -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s, -ms-transform 0.3s, transform 0.3s;
}
.wrapper button:focus{
	outline: 0;
}


/*block-1*/

.block-1{
	background-image: url(../images/block-1-fon.jpg);
	height: 700px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	padding: 180px 0 0 0;
}
.block-1 a{
	font-weight: 400;
	font-size: 30px;
	color: #313639;
	text-align: center;
	padding: 20px 15px;
	background: #fbcb2a;
	border-radius: 10px;
	transition: all 0.4s ease;
}

.block-1 a:hover {
	color: white;
	text-decoration: none;
	background: #e2af04;
	box-shadow: -2px 2px 16px rgba(0, 0, 0, 0.6);
}
.child {
	margin: 15% 14%;
}
.block-1 h1{
	font-size: 2rem;
	text-align: center;
	color: white;
}
.block-1 h2{
	font-size: 1.5rem;
	text-align: center;
	color: white;
}
.block-1-text{
	padding: 15px;
	background-color: rgba(0, 0, 0, 0.19);
	border-radius: 10px;
}
.photo_shoot {
	position: absolute;
	background-color: #1a4463;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #e4e2e2;
	width: 6px;
	height: 6px;
	-webkit-animation: glowing 1.3s infinite;
	-moz-animation: glowing 1.3s infinite;
	animation: glowing 1.3s infinite;
}
@-webkit-keyframes glowing{
	0% { background-color: white; box-shadow: 0 0 100px white; }
	50% { background-color: transparent; box-shadow: 0 0 100px transparent; }
	100% { background-color: transparent; box-shadow: 0 0 10px transparent; }
}
@-moz-keyframes glowing{
	0% { background-color: white; box-shadow: 0 0 100px white; }
	50% { background-color: transparent; box-shadow: 0 0 100px transparent; }
	100% { background-color: transparent; box-shadow: 0 0 10px transparent; }
}
@keyframes glowing {
	0% { background-color: white; box-shadow: 0 0 100px white; }
	50% { background-color: transparent; box-shadow: 0 0 100px transparent; }
	100% { background-color: transparent; box-shadow: 0 0 10px transparent; }
}

/*block-2*/
.block-2{
	padding: 50px 0 130px 0px;
	background: linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.9)), url('../images/background-congratulations.jpeg');
	background-size: cover;
}

.round-img{
	height: 70px;
	width: 70px;
	border-radius: 50%;
	background-color: #fff;
	border: 2px solid #fbcb2a;
	position: relative;
	transition: -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s, -ms-transform 0.3s, transform 0.3s;
}
.round-img img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 70%;
	height: 70%;
	margin: auto;
}

#block-2-img-pad .col-md-4{
	padding: 0;
}
#block-2-img-pad .row{
	padding: 0 0 15px 0;
}
.block-2 h4{
	font-size: 1.2rem;
	font-weight: 400;
	text-align: center;
}
.block-2 .img-kid{
	position: absolute;
	height: 400px;
	right: 0;
	left: 0;
	top: -60px;
}
.caption h1{
	text-align: center;
	font-size: 70px;
	font-weight: 500;
	padding: 0 5%;
}
.block-2 .caption{
	margin: 0 0 90px 0;
}
#block-2-img-pad .row{
	cursor: pointer;
	transition: -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s, -ms-transform 0.3s, transform 0.3s;
}
#block-2-img-pad .row:hover{
	transform: scale(1.04, 1.04);
}
/*block-3*/
.block-3{
	padding: 50px 0 50px 0px;
	background: url('../images/block-3-fon.jpg');
	background-size: cover;
	background-position: bottom;
}
.block-3 .back_dark{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding: 30px;
	border-radius: 7px;
}
.back_dark h3{
	padding: 0 0 15px 0;
	font-size: 30px;
}
.back_dark h4{
	font-weight: 400;
	font-size: 21px;
	text-align: justify;
	padding: 0 0 15px 0;
}
.back_dark h5{
	font-weight: 400;
	font-size: 18px;
}
.block-3 a{
	position: absolute;
	bottom: 20px;
	left: 10%;
	right: 10%;
	font-weight: 400;
	font-size: 22px;
	color: #313639;
	text-align: center;
	padding: 10px;
	background: #fbcb2a;
	border-radius: 10px;
	transition: all 0.4s ease;
}

.block-3 a:hover {
	color: white;
	text-decoration: none;
	background: #e2af04;
	box-shadow: -2px 2px 16px rgba(0, 0, 0, 0.6);
}
.block-3 .round-img{
	background-color: transparent;
}
#row-pad{
	padding: 10px 0 0 0;
}
/* block-4 */
.block-4{
	padding: 60px 0;
}
.block-4 .plansh{
	z-index: 2;
}
.block-4 .ball-fon{
	z-index: -3;
	position: absolute;
	top: 22%;
	width: 70%;
	right: 40%;
}
.block-video {
	position: absolute;
	width: 93%;
	z-index: -1;
	border-radius: 50px;
	opacity: 1;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.block-color {
	position: absolute;
	width: 90%;
	height: 97%;
	left: 50%;
	top: 50%;
	border-radius: 20px;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: -2;
	background-color: black;
}
.block-4 ul{
	padding: 0;
}
.block-4 ul li{
	margin: 0;
	padding: 0 0 0 45px;
	list-style: none;
	background-image: url("/images/check.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px;
}
.block-4 h4{
	text-align: left;
	font-size: 25px;
	font-weight: 400;
}
.block-4 .caption{
	padding: 0 0 40px 0;
}
.block-5{
	padding: 50px 0;
	background: url('../images/texture-sport1.png');
	background-position: bottom;
}
.block-5 .caption {
	margin: 0 0 40px;
}
.block_coach{
	width: 80%;
	height: 325px;
	background-color: rgba(255,255,255,0.85);
	border-radius: 15px;
}
.owl-prev i, .owl-next i {
	color: #fbcb2a;
}
.owl-carousel .owl-nav button.owl-next:hover, 
.owl-carousel .owl-nav button.owl-prev:hover, 
.owl-carousel button.owl-dot:hover {
	background-color: transparent;
}
.owl-prev, .owl-next {
	position: absolute;
	top: 35%;
}
.owl-prev {
	left: -5px;
}
.owl-next {
	right: -5px;
}
.coach-photo{
	width: 120px;
	height: 120px;
	overflow: hidden;
	margin: 15px auto;
}
.block-5 .coach-photo .photo{
	border-radius: 50%;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
}
#slider_coach h4{
	font-weight: 400;
	font-size: 23px;
	margin: 0 auto 15px;
	text-align: center;
}
#slider_coach a{
	margin: 0 auto;
	font-weight: 400;
	font-size: 22px;
	color: #313639;
	text-align: center;
	padding: 10px;
	background: #fbcb2a;
	border-radius: 10px;
	transition: all 0.4s ease;
}

#slider_coach a:hover {
	color: white;
	text-decoration: none;
	background: #e2af04;
	box-shadow: -2px 2px 16px rgba(0, 0, 0, 0.6);
}
.block-6{
	background: url('../images/fon-communication.png');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.block-6 .caption {
	margin: 0 0 40px;
}
.block-6-back-color{
	padding: 50px 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
}
.block-6 .container{
	max-width: 95%;
}
.communicate-rect{
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	border-radius: 15px;
	padding: 10%;
}
.communicate-rect h2{
	font-size: 25px;
	font-weight: 500;
	margin: 0px auto 20px;
	text-align: center;
}
.communicate-rect input {
	border: 2px solid orange;
	margin: 0 0 20px;
	background: #fff;
	height: 44px;
	font-size: 16px;
	color: #212529;
	border-radius: 7px;
	box-shadow: 0px 5px 9px 1px rgba(0, 1, 1, 0.4);
}
.communicate-rect input:focus {
	border: 2px solid orange;
	box-shadow: 0px 5px 9px 4px rgba(0, 1, 1, 0.4);
}
.communicate-rect .btn{
	display: block;
	border: none;
	margin: 15px 0 20px 0;
	width: 180px;
	font-weight: 500;
	border-radius: 10px;
	color: #212529;
	background-color: orange;
}
.communicate-rect .btn:hover{
	background: #ffb630;
}
.communicate-rect .btn:focus{
	border: none;
	box-shadow: none;
}

.communicate-rect h3 {
	font-weight: 400;
	font-size: 18px;
	color: #212529;
	margin: 0 0 10px 0;
}
a:not([href]):not([tabindex]){
	cursor: pointer;
}
.communicate-rect h3 a:not([href]):not([tabindex]){
	color: orange;
	cursor: pointer;
}
.block-7{
	background: url('../images/feedback-fon.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.back-feeds{
	width: 90%;
	margin: 0 auto;
	padding: 20px;
	background-color: rgba(255,255,255,0.85);
	border-radius: 15px;
}
.back-feeds h1{
	font-weight: 500;
	font-size: 23px;
	color: #212529;
	margin: 0 0 15px;
}
.back-feeds h3{
	font-weight: 400;
	font-size: 18px;
	color: #212529;
}
.block-7 .owl-prev i, .block-7 .owl-next i {
	color: #5aad11;
}
.block-7 .caption{
	margin: 0 0 30px;
}
.block-7 a{
	display: block;
	margin: 30px auto 0;
	width: 40%;
	font-weight: 400;
	font-size: 22px;
	color: #313639;
	text-align: center;
	padding: 10px;
	background: #fbcb2a;
	border-radius: 10px;
	transition: all 0.4s ease;
}
.block-7 a:hover {
	color: white;
	text-decoration: none;
	background: #ffc400;
	box-shadow: -2px 2px 16px rgba(0, 0, 0, 0.6);
}
#btn-yellow a{
	display: block;
	margin: 30px auto 0;
	width: 40%;
	font-weight: 400;
	font-size: 22px;
	color: #313639;
	text-align: center;
	padding: 10px;
	background: #fbcb2a;
	border-radius: 10px;
	transition: all 0.4s ease;
}
#btn-yellow a:hover {
	color: white;
	text-decoration: none;
	background: #ffc400;
	box-shadow: -2px 2px 16px rgba(0, 0, 0, 0.6);
}
.block-8{
	padding: 50px 0;
}
.footer_map {
	width: 100%;
	height: 350px;
	z-index: -1;
	margin: 30px 0 130px 0;
}
#map {
	width: 100%; 
	height: 100%; 
	padding: 0; 
	margin: 0;
}
.block-8 h3, .block-8 h2{
	text-align: center;
}
.block-8 h2{
	font-size: 60px;
}
.block-8 h3{
	font-size: 35px;
	margin: 0 0 10px;
}
.block-8 a {
	color: #068ca2;
}
.block-8 a:hover{
	color: #1ea3b9;
	text-decoration: none;
}
.block-8 .ball-fon {
	z-index: -1;
	position: absolute;
	width: 20%;
	bottom: -85px;
}
footer {
	width: 100%;
	padding: 15px 0 5px 0;
	background-color: rgb(187, 187, 187);
}
footer h3{
	color: #212529;
	font-weight: 400;
	font-size: 20px;
}
footer h3 a{
	color: #fff;
}
footer h3 a:hover{
	color: #212529;
	text-decoration: none;
}
footer a{
	color: #068ca2;
}
footer .col-md-6 a{
	margin: 0 auto;
}
#confidentiality .modal-text h2{
	margin: 20px 15px 0 15px;
}
#confidentiality .modal-content h1{
	font-size: 30px;
	margin: 15px 0 0 15px;
}
.modal-content h1{
	position: absolute;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 40px;
	color: orange;
	margin: 15px 0 0 30px;
}
.modal-header {
	border-bottom: 0px;
	display: block;
	float: right;
}
.modal-footer{
	border: 0;
}
.modal-header .close {
	padding: 0;
	margin: 0;
	font-size: 35px;
}
.modal-text h2{
	font-weight: 400;
	font-size: 22px;
	color: #212529;
	margin: 0px 0 20px 15px;
}
/*звонок*/
#uptocall-mini {
	display: none;
	position: fixed;
	bottom: 20px;
	left: 20px;
	cursor: pointer;
	z-index: 99;
}

#uptocall-mini .uptocall-mini-phone {
	-moz-border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	border-radius: 50% !important;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: rgb(26, 162, 47);
	width: 60px;
	height: 60px;
	-webkit-animation: uptocallmini 1.5s 0s ease-out infinite;
	-moz-animation: uptocallmini 1.5s 0s ease-out infinite;
	animation: uptocallmini 1.5s 0s ease-out infinite;
}

#uptocall-mini .uptocall-mini-phone:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url('../images/phone.png') no-repeat center center;
	-webkit-animation: uptocallphone 1.5s linear infinite;
	-moz-animation: uptocallphone 1.5s linear infinite;
	animation: uptocallphone 1.5s linear infinite;
}
@-webkit-keyframes uptocallphone {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	25% {
		-ms-transform: rotate(10deg);
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
	50% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	75% {
		-ms-transform: rotate(-10deg);
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	100% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
@-moz-keyframes uptocallphone {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	25% {
		-ms-transform: rotate(10deg);
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
	50% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	75% {
		-ms-transform: rotate(-10deg);
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	100% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
@keyframes uptocallphone {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	25% {
		-ms-transform: rotate(10deg);
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
	50% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	75% {
		-ms-transform: rotate(-10deg);
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	100% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-webkit-keyframes uptocallmini {
	0% {
		box-shadow: 0 0 4px 3px rgba(26, 162, 47, 0.6), 0 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px 0px rgba(26, 162, 47, 0.6);
	}
	10% {
		box-shadow: 0 0 4px 3px rgba(26, 162, 47, 0.7), 0 0 6px 5px rgba(0, 0, 0, 0), 0 0 6px 7px rgba(26, 162, 47, 0.7);
	}
	100% {
		box-shadow: 0 0 4px 3px rgba(26, 162, 47, 0.72), 0 0 0px 20px rgba(0, 0, 0, 0), 0 0 0px 20px rgba(26, 162, 47, 0.48);
	}
}
@-moz-keyframes uptocallmini {
	0% {
		box-shadow: 0 0 4px 3px rgba(26, 162, 47, 0.6), 0 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px 0px rgba(26, 162, 47, 0.6);
	}
	10% {
		box-shadow: 0 0 4px 3px rgba(26, 162, 47, 0.7), 0 0 6px 5px rgba(0, 0, 0, 0), 0 0 6px 7px rgba(26, 162, 47, 0.7);
	}
	100% {
		box-shadow: 0 0 4px 3px rgba(26, 162, 47, 0.72), 0 0 0px 20px rgba(0, 0, 0, 0), 0 0 0px 20px rgba(26, 162, 47, 0.48);
	}
}
@keyframes uptocallmini {
	0% {
		box-shadow: 0 0 4px 3px rgba(26, 162, 47, 0.6), 0 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px 0px rgba(26, 162, 47, 0.6);
	}
	10% {
		box-shadow: 0 0 4px 3px rgba(26, 162, 47, 0.7), 0 0 6px 5px rgba(0, 0, 0, 0), 0 0 6px 7px rgba(26, 162, 47, 0.7);
	}
	100% {
		box-shadow: 0 0 4px 3px rgba(26, 162, 47, 0.72), 0 0 0px 20px rgba(0, 0, 0, 0), 0 0 0px 20px rgba(26, 162, 47, 0.48);
	}
}
.scrollup {
	z-index: 98;
	position: fixed;
	right: 19px;
	color: #1aa22f;
	bottom: 10px;
	font-size: 40px;
	cursor: pointer;
	text-align: center;
	display: none;
}
.scrollup:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-ms-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	color: rgba(26, 162, 47, 0.7);
}