   /* ========================================================================== 
   General
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

html {
	font-size:0.9375em;
}
@media (min-width:768px) {
	html {
		font-size:0.9em;
	}
}
@media (min-width:992px) {
	html {
		font-size:0.95em;
	}
}
@media (min-width:1280px) {
	html {
		font-size:1em;
	}
}
@media (min-width:1600px) {
	html {
		font-size:1em;
	}
}
h2 {
	font-weight:700;
	}
img {
	display:block; 
	max-width:100%;
	}
a, button {
	cursor:pointer;
	}
a {
	color:#455BCF;
	text-decoration:none;
	}
a:hover {
	border-bottom:none;
	text-decoration:none;
	}
*, *:after, *:before {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.row-flex {
	display:flex;
	flex-flow:row wrap;
	}
.row-flex, .row-flex > div[class*='col-'] { 
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex:1 1 auto;
}
.row-flex-wrap {
	-webkit-flex-flow:row wrap;
	align-content:flex-start;
	flex:0;
}
.row-flex > div[class*='col-'] {
	margin:-.2px; 
}
.height-100 {
	height:100%;
}
@media (min-width:1134px) {

}
@media screen and (min-width:959px) and (max-width:1133px) {

}
@media screen and (min-width:768px) and (max-width:959px) {

}
@media screen and (min-width:320px) and (max-width:767px) {

}

/* ========================================================================== 
   Font sizes
   ========================================================================== */
@media (max-width:1023px) {
	.main {
		font-size:1.05em;
	}
}
@media (min-width:1024px) {
	.main {
		font-size:1.15em;
	}
}
.uppercase {
	text-transform:uppercase;
}
.fs-08 {
	font-size:0.8em;
}
.fs-085 {
	font-size:0.85em;
}
.fs-09 {
	font-size:0.9em;
}
.fs-095 {
	font-size:0.95em;
}
.fs-1 {
	font-size:1em;
}
.fs-1-1 {
	font-size:1.1em;
}
.fs-1-2 {
	font-size:1.2em;
}
.fs-1-3 {
	font-size:1.3em;
}
.fs-1-4 {
	font-size:1.4em;
}
.fs-1-5 {
	font-size:1.5em;
}
.fs-1-6 {
	font-size:1.6em;
}
.fs-1-7 {
	font-size:1.7em;
}
.fs-1-8 {
	font-size:1.8em;
}
.fs-1-9 {
	font-size:1.9em;
}
.fs-2 {
	font-size:2em;
}
.fs-2-2 {
	font-size:2.2em;
}
.fs-2-4 {
	font-size:2.4em;
}
.fs-2-6 {
	font-size:2.6em;
}
.fs-2-8 {
	font-size:2.8em;
}
.fs-3 {
	font-size:3em;
}
.fw-300 {
	font-weight:300;
}
.fw-400 {
	font-weight:400;
}
.fw-500 {
	font-weight:500;
}
.fw-700 {
	font-weight:700;
}
.relative {
	position: relative;
}

/* ========================================================================== 
   Paddings & Margins
   ========================================================================== */
.pt-10 {
	padding-top:10px;
}
.pt-20 {
	padding-top:20px;
}
.pt-30 {
	padding-top:30px;
}
.pt-40 {
	padding-top:40px;
}
.pt-50 {
	padding-top:50px;
}
.pt-60 {
	padding-top:60px;
}
.pt-70 {
	padding-top:70px;
}
.pt-80 {
	padding-top:80px;
}
.pt-90 {
	padding-top:90px;
}
.pt-100 {
	padding-top:100px;
}
.pb-10 {
	padding-bottom:10px;
}
.pb-20 {
	padding-bottom:20px;
}
.pb-30 {
	padding-bottom:30px;
}
.pb-40 {
	padding-bottom:40px;
}
.pb-50 {
	padding-bottom:50px;
}
.pb-60 {
	padding-bottom:60px;
}
.pb-70 {
	padding-bottom:70px;
}
.pb-80 {
	padding-bottom:80px;
}
.pb-90 {
	padding-bottom:90px;
}
.pb-100 {
	padding-bottom:100px;
}
.pr-10 {
	padding-right:10px;
}
.pr-20 {
	padding-right:20px;
}
.pr-30 {
	padding-right:30px;
}
.pr-40 {
	padding-right:40px;
}
.pr-50 {
	padding-right:50px;
}
.pr-60 {
	padding-right:60px;
}
.pr-70 {
	padding-right:70px;
}
.pr-80 {
	padding-right:80px;
}
.pr-90 {
	padding-right:90px;
}
.pr-100 {
	padding-right:100px;
}
.pl-10 {
	padding-left:10px;
}
.pl-20 {
	padding-left:20px;
}
.pl-30 {
	padding-left:30px;
}
.pl-40 {
	padding-left:40px;
}
.pl-50 {
	padding-left:50px;
}
.pl-60 {
	padding-left:60px;
}
.pl-70 {
	padding-left:70px;
}
.pl-80 {
	padding-left:80px;
}
.pl-90 {
	padding-left:90px;
}
.pl-100 {
	padding-left:100px;
}
.mt-0 {
	margin-top:0;
}
.mt-10 {
	margin-top:10px;
}
.mt-20 {
	margin-top:20px;
}
.mt-30 {
	margin-top:30px;
}
.mt-40 {
	margin-top:40px;
}
.mt-50 {
	margin-top:50px;
}
.mt-60 {
	margin-top:60px;
}
.mt-70 {
	margin-top:70px;
}
.mt-80 {
	margin-top:80px;
}
.mt-90 {
	margin-top:90px;
}
.mt-100 {
	margin-top:100px;
}
.mb-10 {
	margin-bottom:10px;
}
.mb-20 {
	margin-bottom:20px;
}
.mb-30 {
	margin-bottom:30px;
}
.mb-40 {
	margin-bottom:40px;
}
.mb-50 {
	margin-bottom:50px;
}
.mb-60 {
	margin-bottom:60px;
}
.mb-70 {
	margin-bottom:70px;
}
.mb-80 {
	margin-bottom:80px;
}
.mb-90 {
	margin-bottom:90px;
}
.mb-100 {
	margin-bottom:100px;
}
.ml-10 {
	margin-left:10px;
}
.ml-20 {
	margin-left:20px;
}
.ml-30 {
	margin-left:30px;
}
.ml-40 {
	margin-left:40px;
}
.ml-50 {
	margin-left:50px;
}
.ml-60 {
	margin-left:60px;
}
.ml-70 {
	margin-left:70px;
}
.ml-80 {
	margin-left:80px;
}
.ml-90 {
	margin-left:90px;
}
.ml-100 {
	margin-left:100px;
}
.mr-10 {
	margin-right:10px;
}
.mr-20 {
	margin-right:20px;
}
.mr-30 {
	margin-right:30px;
}
.mr-40 {
	margin-right:40px;
}
.mr-50 {
	margin-right:50px;
}
.mr-60 {
	margin-right:60px;
}
.mr-70 {
	margin-right:70px;
}
.mr-80 {
	margin-right:80px;
}
.mr-90 {
	margin-right:90px;
}
.mr-100 {
	margin-right:100px;
}
.z-0 {
	z-index:0;
}
.z-1 {
	z-index:1;
}
.z-10 {
	z-index:10;
}

/* ========================================================================== 
   All
   ========================================================================== */
/* Block Titles  */
.block-title {
	font-size:3.2em;
	font-weight:500;
	margin-bottom:30px;
}
.title-black {
	color:#333;
}
@media (min-width:960px) {
	.block-title {
		font-size:3em;
		}
	}
@media screen and (min-width:768px) and (max-width:959px) {
	.block-title {
		font-size:2.6em;
		}
	}
@media screen and (min-width:320px) and (max-width:767px) {
	.block-title {
		font-size:2.4em;
		}
	}
.container-fluid {
	max-width:1380px;
}

/* Block Padding  */
@media (min-width:1440px) {
	.program-cost, .about, .advantages, .process, .practicies, .science, .practisies-list, .teachers, .career, .balls_places_wrapper {
		padding-left:0;
		padding-right:0;
	}
}
@media (max-width:1439px) {
	.program-cost, .about, .advantages, .process, .practicies, .science, .practisies-list, .teachers, .career, .balls_places_wrapper {
		padding-left:5px;
		padding-right:5px;
	}
}

/* ========================================================================== 
   Navigation
   ========================================================================== */
body.overflow-hidden {
	overflow:hidden;
}
.collapse {
	display:block; 
	clear:both;
	}
.menu-block {
	z-index:10000;
	position:absolute;
	font-size:1.2em;
	-webkit-transition:all 0.7s ease-in-out;
	transition:all 0.7s ease-in-out;
}
@media (min-width:960px) {
	.menu-block {
		top:10px; 
		right:80px;
	}
}
@media (max-width:959px) {
	.menu-block {
		top:10px; right:60px;
	}
}
.cd-container {
	width:90%; 
	max-width:768px; 
	margin:0 auto;
}
.cd-container:after {
	content:""; 
	display:table; 
	clear:both;
}
.cd-header {
	-webkit-transition:background-color 0.3s; 
	-moz-transition:background-color 0.3s; 
	transition:background-color 0.3s; 
	-webkit-transform:translate3d(0, 0, 0); 
	-moz-transform:translate3d(0, 0, 0); 
	-ms-transform:translate3d(0, 0, 0); 
	-o-transform:translate3d(0, 0, 0); 
	transform:translate3d(0, 0, 0); 
	-webkit-backface-visibility:hidden; 
	backface-visibility:hidden; 
	box-shadow:none;
}
.cd-header.menu-is-open {
	left:-14px;
}
.cd-primary-nav-trigger {
	width:56px; 
	height:56px; 
	border-radius:50%;
	padding-left:0; 
	padding-right:0; 
	background-color:rgba(74,150,36,1); 
	z-index:10000;
	position:absolute; 
	right:0; 
	top:0;
	text-decoration:none;
	border-bottom:none;
}
.cd-primary-nav-trigger .cd-menu-icon {
	display:inline-block; 
	position:absolute; 
	left:auto; 
	right:0; 
	top:50%; 
	-webkit-transform:translateX(-50%) translateY(-50%); 
	-moz-transform:translateX(-50%) translateY(-50%); 
	-ms-transform:translateX(-50%) translateY(-50%); 
	-o-transform:translateX(-50%) translateY(-50%); 
	transform:translateX(-50%) translateY(-50%); 
	width:28px; 
	height:2px; 
	-webkit-transition:background-color 0.3s; 
	-moz-transition:background-color 0.3s; 
	transition:background-color 0.3s;
}
.cd-primary-nav-trigger .cd-menu-icon::before, .cd-primary-nav-trigger .cd-menu-icon::after {
	content:''; 
	width:100%; 
	height:100%; 
	position:absolute; 
	right:0; 
	-webkit-transition:-webkit-transform .3s, top .3s, background-color 0s; 
	-moz-transition:-moz-transform .3s, top .3s, background-color 0s; 
	transition:transform .3s, top .3s, background-color 0s;
}
.cd-primary-nav-trigger .cd-menu-icon::before {
	top:-8px;
}
.cd-primary-nav-trigger .cd-menu-icon::after {
	top:8px;
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
	top:0;
	-webkit-transform:rotate(135deg);
	-moz-transform:rotate(135deg);
	-ms-transform:rotate(135deg);
	-o-transform:rotate(135deg);
	transform:rotate(135deg);
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
	top:0;
	-webkit-transform:rotate(225deg);
	-moz-transform:rotate(225deg);
	-ms-transform:rotate(225deg);
	-o-transform:rotate(225deg);
	transform:rotate(225deg);
}
.cd-primary-nav {
	position:fixed; 
	left:0; 
	top:0; 
	height:100%; 
	width:100%; 
	z-index:4000; 
	text-align:center; 
	-webkit-backface-visibility:hidden; 
	backface-visibility:hidden; 
	overflow:auto; -webkit-overflow-scrolling:touch; 
	opacity:0; 
	visibility:hidden; 
	-moz-transition:opacity 10ms linear, visibility 0s linear 10ms; -o-transition:opacity 10ms linear, visibility 0s linear 10ms; 
	-webkit-transition:opacity 10ms linear, visibility 0s linear; 
	-webkit-transition-delay:0s, 10ms; 
	transition:opacity 10ms linear, visibility 0s linear 10ms;
}
@media (min-width:960px) {
	.cd-primary-nav {
		margin:0; 
		padding:0;
	}
	.cd-header {
		position:absolute; 
		top:20px; 
		left:0px; 
		height:48px; 
		width:54px; 
		z-index:30000; 
		-webkit-font-smoothing:antialiased; 
		-moz-osx-font-smoothing:grayscale;
	}
}
@media screen and (min-width:320px) and (max-width:959px) {
	.cd-primary-nav {
		margin:0; 
		padding:0 50px 0 50px;
	}
	.cd-header {
		position:absolute; 
		top:20px; 
		left:-10px; 
		height:48px; 
		width:54px; 
		z-index:30000; 
		-webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;
	}
}
.cd-primary-nav ul {
	list-style:none;
	margin-left:0;
	padding-left:0;
}
.cd-primary-nav li {
	font-weight:300;
	padding-left:0;
	text-align:center;
}
@media (min-width:1134px) {
	.cd-primary-nav li {
		font-size:1.5em;
		margin:0 auto 1em auto;
	}
}
@media screen and (min-width:959px) and (max-width:1133px) {
	.cd-primary-nav li {
		font-size:1.4em;
		margin:0 auto 0.95em auto;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.cd-primary-nav li {
		font-size:1.2em;
		margin:0 auto 0.9em auto;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.cd-primary-nav li {
		font-size:1.05em;
		margin:0 auto 0.75em auto;
	}
}
.cd-primary-nav a {
	color:#fff;
}
.no-touch .cd-primary-nav a:hover, .cd-primary-nav a:hover  {
	text-decoration:none;
	border-bottom:0;
}
.cd-primary-nav.is-visible {
	opacity:0.96; 
	visibility:visible; 
	-moz-transition:opacity 15ms linear, visibility 0s linear; 
	-o-transition:opacity 15ms linear, visibility 0s linear; 
	-webkit-transition:opacity 15ms linear, visibility 0s linear; 
	transition:opacity 15ms linear, visibility 0s linear;
}
.sf-menu-wrapper {
	margin-bottom:20px;
}
.sf-menu-wrapper li {
	color:#fff;
}
.sf-menu-wrapper i {
	margin-left:5px;
	font-size:0.8em;
}
.sf-menu-wrapper h3 {
	color:#fff;
	font-size:1.2em;
	font-weight:400;
	text-transform:uppercase;
	margin-bottom:20px;
}
.cd-header {
	background:rgba(255,255,255,0);
}
.cd-header.menu-is-open {
	background-color:rgba(255,255,255,0);
}
.cd-primary-nav-trigger .cd-menu-icon {
	background-color:rgb(255,255,255);
}
.cd-primary-nav-trigger .cd-menu-icon::before, 
.cd-primary-nav-trigger .cd-menu-icon::after {
	background-color:rgb(255,255,255);
}
.cd-primary-nav-trigger:hover .cd-menu-icon.is-clicked::before, 
.cd-primary-nav-trigger:hover .cd-menu-icon.is-clicked::after,  
.cd-primary-nav-trigger:hover .cd-menu-icon,  
.cd-primary-nav-trigger:hover .cd-menu-icon::before.cd-primary-nav-trigger:hover .cd-menu-icon::after {
	background-color:rgb(74,150,36);
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before, 
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
	background-color:rgb(255,255,255);
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked {
	background-color:transparent;
}
.cd-primary-nav {
	background-color:rgba(74,150,36,0.95);
}
.cd-primary-nav.is-visible {
	background-color:rgba(69,91,207,1);
}

/* ==========================================================================
 Header. Screen 1
   ========================================================================== */
.lang-wrap {
	position:absolute;
	right:100px; 
	top:45px;
	font-weight:500;
	color:#4A9624;
	z-index:1;
}
.logo-wrap {
	position:absolute;
	left:30px; 
	top:30px;
}
.logo-wrap .logo-color {
	fill-rule:evenodd;
	clip-rule:evenodd;
	fill:#0079c1;
}
.logo-wrap .logosvg {
	padding:0; 
	margin:0; 
	height:auto; 
	-moz-transition:all 0.25s ease-out;
	-o-transition:all 0.25s ease-out;
	-webkit-transition:all 0.25s ease-out;
}
@media (min-width:960px) {
	.logo-wrap {
		left:30px; 
		top:30px;
	}
	.logo-wrap .logosvg {
		width:180px; 
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.logo-wrap {
		left:20px; 
		top:30px;
	}
	.logo-wrap .logosvg {
		width:160px; 
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.logo-wrap {
		left:20px; 
		top:30px;
}
.logo-wrap .logosvg {
		width:150px; 
	}
}
.header-over {
	position:relative;
	background:linear-gradient(45deg, rgba(217,234,254,0.75) 0%, rgba(200,228,182,0.25) 50%, rgba(255,255,255,1) 100%);
	z-index:0;
}
.header-left-back {
	width:50%;
	height:100%;
	max-width:240px;
	position:absolute;
	left:0;
	top:0;
}
.header-left-back img {
	width:100%;
	max-width:240px;
	position:absolute;
	left:0;
	top:40%;
	margin-top:-90px;
}
.header-wrapper {
	position:relative;
	z-index:0;
}
.header-wrapper-second {
	width:100%;
	height:auto; 
	min-height:100px;
	position:relative;
	z-index:0;
}
.program-title-wrapper	{
	height:auto;
	position:relative;
	z-index:10;
}
.program-title {
	margin-bottom:0;
	padding-bottom:0;
}
.program-title label {
	font-weight:300;
	text-transform:uppercase;
	color:#808080;
}
.program-title h1 {
	font-weight:700;
	text-transform:uppercase;
	color:#4F951A;
}
.program-title p {
	font-weight:300;
	color:#666;
}
.program-title p span {
	font-size:0.8em;

}
.program-info-wrapper {
	width:100%;
	height:auto;
	z-index:10;
}
.program_info_header .icon-1, .program_info_header .icon-2 {
	height:48px;
	margin-bottom:10px;
}
.program_info_header .icon-3, .program_info_header .icon-4 {
	height:40px;
	margin-bottom:10px;
}
.program_info_header label {
		color:#666;
		text-transform:uppercase;
	}
	.program_info_header p {
		font-weight:400;
		text-transform:uppercase;
	}
	.program_info_header a {
		color:#666;
	}
@media (min-width:1480px) {
	.header-over {
		width:100%;
		height:100vh; 
	}
	.header-wrapper {
		width:100%;
		height:100vh; 
	}
	.landscape-wrapper {
		width:100%; 
		max-width:800px;
		position:absolute; 
		right:5%;
		top:5%;
		z-index:0;
		overflow:hidden;
	}
	.program-title {
		padding-top:250px;
	}
	.program-title label {
		font-size:2em;
		line-height:1.4;
	}
	.program-title h1 {
		font-size:4.2em;
		line-height:1.2;
	}
	.program-title p {
		font-size:1.3em;
		line-height:1.4;
	}
	.program-title p span {
		font-size:0.8em;
	}
	.program-info-wrapper {
		position:absolute;
		bottom:0;
		left:0;
	}
	.program-info-row {
		margin-top:0;
		padding-top:0;
		padding-bottom:100px;
	}
	.program_info_header label {
		font-size:0.8em;
	}
	.program_info_header p {
		font-size:1.3em;
	}
}
@media screen and (min-width:1134px) and (max-width:1459px) {
	.header-over {
		width:100%;
		height:100vh; 
	}
	.header-wrapper {
		width:100%;
		height:100vh; 
	}
	.landscape-wrapper {
		width:100%; 
		max-width:640px;
		position:absolute; 
		right:1%;
		top:5%;
		z-index:0;
		overflow:hidden;
	}
	.program-title {
		padding-top:180px;
	}
	.program-title label {
		font-size:2em;
		line-height:1.4;
	}
	.program-title h1 {
		font-size:4em;
		line-height:1.2;
	}
	.program-title p {
		font-size:1.3em;
		line-height:1.4;
	}
	.program-title p span {
		font-size:0.8em;
	}
	.program-info-wrapper {
		position:absolute;
		bottom:0;
		left:0;
	}
	.program-info-row {
		margin-top:0;
		padding-top:0;
		padding-bottom:50px;
	}
	.program_info_header label {
		font-size:0.8em;
	}
	.program_info_header p {
		font-size:1.3em;
	}
}
@media screen and (min-width:959px) and (max-width:1133px) {
	.header-over {
		width:100%;
		height:auto; 
	}
	.header-wrapper {
		width:100%;
		height:auto; 
		padding-left:10px;
		padding-right:10px;
	}
	.landscape-wrapper {
		width:100%;
		max-width:680px;
		margin:0 auto;
		padding:0 20px;
		position:relative; 
		z-index:0;
	}
	.landscape-img {
		position:relative;
		z-index:1;
		margin-top:20px;
		width:100%;
		height:auto;
		max-width:640px;
	}
	.program-title {
		padding-top:150px;
	}
	.program-title label {
		font-size:1.6em;
		line-height:1.4;
	}
	.program-title h1 {
		font-size:3.8em;
		line-height:1.2;
	}
	.program-title p {
		font-size:1.1em;
		line-height:1.4;
	}
	.program-title p span {
		font-size:0.8em;
	}
	.program-info-wrapper {
		position:relative;
	}
	.program-info-row {
		margin-top:0;
		padding-top:0;
		padding-bottom:70px;
	}
	.program_info_header label {
		font-size:0.8em;
	}
	.program_info_header p {
		font-size:1.25em;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.header-over {
		width:100%;
		height:auto; 
	}
	.header-wrapper {
		width:100%;
		height:auto; 
		padding-left:10px;
		padding-right:10px;
	}
	.landscape-wrapper {
		width:100%;
		max-width:800px;
		margin:0 auto;
		padding:0 20px;
		position:relative; 
		z-index:0;
	}
	.landscape-img {
		position:relative;
		z-index:1;
		margin-top:20px;
		width:100%;
		height:auto;
		max-width:800px;
	}
	.program-title {
		padding-top:150px;
	}
	.program-title label {
		font-size:1.6em;
		line-height:1.4;
	}
	.program-title h1 {
		font-size:3.8em;
		line-height:1.2;
	}
	.program-title p {
		font-size:1.1em;
		line-height:1.4;
	}
	.program-title p span {
		font-size:0.8em;
	}
	.program-info-wrapper {
		position:relative;
	}
	.program-info-row {
		margin-top:0;
		padding-top:0;
		padding-bottom:70px;
	}
	.program_info_header label {
		font-size:0.75em;
	}
	.program_info_header p {
		font-size:1.2em;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.header-over {
		width:100%;
		height:auto; 
	}
	.header-wrapper {
		width:100%;
		height:auto; 
		padding-left:10px;
		padding-right:10px;
	}
	.landscape-wrapper {
		width:100%;
		max-width:600px;
		margin:0 auto;
		padding:0 20px;
		position:relative; 
		z-index:0;
	}
	.landscape-img {
		position:relative;
		z-index:1;
		margin-top:20px;
		width:100%;
		height:auto;
		max-width:600px;
	}
	.program-title {
		padding-top:140px;
	}
	.program-title label {
		font-size:1.6em;
		line-height:1.3;
	}
	.program-title h1 {
		font-size:2.6em;
		line-height:1.3;
	}
	.program-title p {
		font-size:1.1em;
		line-height:1.3;
	}
	.program-title p span {
		font-size:0.8em;
	}
	.program-info-wrapper {
		position:relative;
	}
	.program-info-row {
		margin-top:0;
		padding-top:0;
		padding-bottom:60px;
	}
	.program_info_header label {
		font-size:0.75em;
	}
	.program_info_header p {
		font-size:1em;
	}
}

/* ========================================================================== 
   Cost Info. Screen 2
   ========================================================================== */
.program-cost {
	background:linear-gradient(45deg, #4070F4 0%, #38B885 100%);
}
.program-cost .container-fluid {
	max-width:1380px;
}
.cost_wrap {
	margin-right:10px;
	margin-bottom:20px;
}
.cost-title {
	font-size:2em;
	margin-bottom:10px;
	color:#fff;
}
.cost-info {
	font-size:0.9em;
	color:#fff;
}
.region-price {
	font-weight:500;
	line-height:1.25;
	color:#fff;
}
.cost-region {
	margin-bottom:0;
	color:#fff;
}
.cost-region span {
	margin-bottom:0;
	padding-bottom:0;
}
.cost-info {
	font-size:0.9em;
	color:#fff;
	margin-top:10px;
}
@media (min-width:1134px) {
	.program-cost {
		padding:120px 0 100px 0;
	}
	.region-price {
		margin-top:0;
		padding-top:0;
		font-size:2em;
	}
}
@media screen and (min-width:959px) and (max-width:1133px) {
	.program-cost {
		padding:100px 0 90px 0;
	}
	.region-price {
		margin-top:0;
		padding-top:0;
		font-size:2em;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.program-cost {
		padding:80px 10px 80px 10px;
	}
	.region-price {
		margin-top:20px;
		margin-bottom:0;
		padding-top:0;
		font-size:2em;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.program-cost {
		padding:60px 10px 60px 10px;
	}
	.region-price {
		margin-top:20px;
		margin-bottom:0;
		padding-top:0;
		font-size:2em;
	}
}


/* ========================================================================== 
   About. Screen 3
   ========================================================================== */
.about-subtitle {
	font-size:1.8em;
	font-weight:300;
}
.about-img {
	width:100%;
	height:auto;
	max-width:400px;
	margin-bottom:40px;
}
.about-text {
	font-weight:300;
}
@media (min-width:1134px) {
	.about {
		padding-top:120px;
		padding-bottom:60px;
	}
	.about-text {
		font-size:1.3em;
	}
}
@media screen and (min-width:959px) and (max-width:1133px) {
	.about {
		padding-top:100px;
		padding-bottom:50px;
	}
	.about-text {
		font-size:1.2em;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.about {
		padding-top:80px;
		padding-bottom:40px;
	}
	.about-text {
		font-size:1.15em;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.about {
		padding-top:60px;
		padding-bottom:20px;
	}
	.about-text {
		font-size:1.15em;
	}
}

/* ========================================================================== 
   Advantages. Screen 4
   ========================================================================== */
@media (min-width:1134px) {
	.advantages {
		padding-top:80px;
		padding-bottom:120px;
	}
}
@media screen and (min-width:959px) and (max-width:1133px) {
	.advantages {
		padding-top:60px;
		padding-bottom:100px;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.advantages {
		padding-top:40px;
		padding-bottom:80px;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.advantages {
		padding-top:30px;
		padding-bottom:80px;
	}
}
/* Advantages Scroll  */
.sticky_block .container {
	width:100%;
	max-width:1380px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start;
}
.sticky_block__title {
	margin:0 45px 0 0;
	width:100%;
	position:-webkit-sticky;
	position:sticky;
	top:96px;
}
.sticky_block__cards {
	max-width:900px;
	width:100%;
}
@media (min-width:1381px) {
	.sticky_block__title {
		top:170px;
		max-width:400px;
	}
	.sticky_block__title h2 {
		font:500 3.2em "Roboto", sans-serif;
	}
}
@media screen and (min-width:1024px) and (max-width:1380px) {
	.sticky_block__title h2 {
		font:500 2.8em "Roboto", sans-serif;
	}
	.sticky_block__title {
		top:170px;
		max-width:400px;
	}
}
@media screen and (min-width:959px) and (max-width:1023px) {
	.sticky_block .container {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
	}
	.sticky_block__title {
		margin:0 0 48px 0;
		position:relative;
		top:unset;
		width:100%;
	}
	.sticky_block__title p {
		margin:0 0 44px 0;
	}
	.sticky_block__title h2 {
		font:500 2.4em "Roboto", sans-serif;
		margin-bottom:24px;
	}
	.sticky_block__cards {
		max-width:100%;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.sticky_block .container {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
	}
	.sticky_block__title {
		margin:0 0 48px 0;
		position:relative;
		top:unset;
		width:100%;
	}
	.sticky_block__title p {
		margin:0 0 30px 0;
	}
	.sticky_block__title h2 {
		font:500 1.8em "Roboto", sans-serif;
		margin-bottom:24px;
	}
	.sticky_block__cards {
		max-width:100%;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.sticky_block .container {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
	}
	.sticky_block__title {
		margin:0 0 18px 0;
		position:relative;
		top:unset;
		width:100%;
	}
	.sticky_block__title p {
		margin:0 0 20px 0;
	}
	.sticky_block__title h2 {
		font:500 2em "Roboto", sans-serif;
		margin-bottom:24px;
	}
	.sticky_block__cards {
		max-width:100%;
	}
}

.sticky_block__title h3 {
	font:400 1.2em "Roboto", sans-serif;
	text-transform:uppercase;
}
.sticky_block__title h4 {
	font:300 1.2em "Roboto", sans-serif;
	text-transform:uppercase;
}
.sticky_block__title h5 {
	color:#93939F;
	font:300 0.9em "Roboto", sans-serif;
	text-transform:uppercase;
}
.sticky_block__title p {
	font:300 1.1em "Roboto", sans-serif;
	line-height:1.5;
	width:100%;
}
.sticky_block__cards__card {
	min-height:360px;
	width:100%;
	border-radius:10px;
	padding:46px 46px;
	position:-webkit-sticky;
	position:sticky;
	margin:0 0 40px 0;
	color:#FFFFFF;
}
@media (min-width:1134px) {
	.sticky_block__cards__card h3 {
		padding-left:70px;
		padding-top:5px;
		padding-bottom:20px;
	}
	.sticky_block__cards__card img {
		width:100%;
		max-width:48px;
		height:auto;
		margin-bottom:10px;
		position:absolute;
		top:45px;
		left:45px;
	}
}
@media screen and (min-width:959px) and (max-width:1133px) {
	.sticky_block__cards__card h3 {
		padding-left:70px;
		padding-top:5px;
		padding-bottom:20px;
	}
	.sticky_block__cards__card img {
		width:100%;
		max-width:48px;
		height:auto;
		margin-bottom:10px;
		position:absolute;
		top:45px;
		left:45px;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.sticky_block__cards__card h3 {
		padding-left:0;
		padding-top:5px;
		padding-bottom:20px;
	}
	.sticky_block__cards__card img {
		width:100%;
		max-width:48px;
		height:auto;
		margin-bottom:10px;
		position:relative;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.sticky_block__cards__card h3 {
		padding-left:0;
		padding-top:5px;
		padding-bottom:20px;
	}
	.sticky_block__cards__card img {
		width:100%;
		max-width:48px;
		height:auto;
		margin-bottom:10px;
		position:relative;
	}
}
@media screen and (max-width:1023px) {
  .sticky_block__cards__card {
		padding:35px 25px 50px 25px;
		margin:0;
		min-height:auto;
		position:relative;
		top:unset !important;
	}
	.sticky_block__cards__card:not(:last-of-type) {
		margin:0 0 30px 0;
	}
}
.sticky_block__cards__card:nth-of-type(1) {
	background:linear-gradient(45deg, #3156BA 0%, #4071F4 100%);
}
.sticky_block__cards__card:nth-of-type(2) {
	background:linear-gradient(45deg, #355DC8 0%, #4C82FF 100%);
}
.sticky_block__cards__card:nth-of-type(3) {
	background:linear-gradient(45deg, #3D73DE 0%, #47AAFF 100%);
}
.sticky_block__cards__card:nth-of-type(4) {
	background:linear-gradient(45deg, #4070F4 0%, #2BD67B 100%);
}
.sticky_block__cards__card:nth-of-type(5) {
	background:linear-gradient(45deg, #32A877 0%, #3BCC99 100%);
}
.sticky_block__cards__card:nth-of-type(6) {
	background:linear-gradient(45deg, #2F9E75 0%, #38B885 100%);
}
.sticky_block__cards__card:nth-of-type(7) {
	background:linear-gradient(45deg, #2C966F 0%, #2FA177 100%);
}
.sticky_block__cards__card:nth-of-type(8) {
	background:linear-gradient(45deg, #2C966F 0%, #288563 100%);
}
.sticky_block__cards__card:nth-of-type(9) {
	background:#adadad;
}
@media (min-width:1000px) and (max-width:1400px) {
	.sticky_block__cards__card {
		top:96px !important;
	}
}
@media screen and (min-width:1590px) {
	.sticky_block__cards__card:nth-of-type(1) {
		top:170px;
	}
	.sticky_block__cards__card:nth-of-type(2) {
		top:186px;
	}
	.sticky_block__cards__card:nth-of-type(3) {
		top:202px;
	}
	.sticky_block__cards__card:nth-of-type(4) {
		top:218px;
	}
	.sticky_block__cards__card:nth-of-type(5) {
		top:234px;
	}
	.sticky_block__cards__card:nth-of-type(6) {
		top:250px;
	}
	.sticky_block__cards__card:nth-of-type(7) {
		top:266px;
	}
	.sticky_block__cards__card:nth-of-type(8) {
		top:282px;
	}
	.sticky_block__cards__card:nth-of-type(9) {
		top:298px;
	}
}
.sticky_block__cards__card:nth-of-type(1) {
	top:96px;
}
.sticky_block__cards__card:nth-of-type(2) {
	top:112px;
}
.sticky_block__cards__card:nth-of-type(3) {
	top:128px;
}
.sticky_block__cards__card:nth-of-type(4) {
	top:144px;
}
.sticky_block__cards__card:nth-of-type(5) {
	top:160px;
}
.sticky_block__cards__card:nth-of-type(6) {
	top:176px;
}
.sticky_block__cards__card:nth-of-type(7) {
	top:192px;
}
.sticky_block__cards__card:nth-of-type(8) {
	top:208px;
}
.sticky_block__cards__card:nth-of-type(9) {
	top:224px;
}
.sticky_block__cards__card:last-of-type {
	height:370px;
}
@media screen and (min-width:320px) and (max-width:767px) {
	.sticky_block__cards__card:last-of-type {
		height:auto;
	}
}
.sticky_block__cards__card:last-of-type header h6 {
	background:rgba(255, 255, 255, 0.2);
}
.sticky_block__cards__card:last-of-type p {
	color:#fff;
}
.sticky_block__cards__card header {
	margin:40px 0 18px 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.sticky_block__cards__card header h6 {
	font:400 14px/22px "Epilogue", sans-serif;
	padding:5px 20px;
	border-radius:1000px;
	margin:0 10px 0 0;
	background:rgba(114, 114, 126, 0.2);
}
.sticky_block__cards__card h3 {
	font:400 1.6em "Roboto", sans-serif;
}
@media screen and (max-width:460px) {
	.sticky_block__cards__card h3 {
		font-size:1.4em;
	}
}
.sticky_block__cards__card p {
	font:1.1em "Roboto", sans-serif;
	font-weight:300;
	line-height:1.5;
	margin:16px 0 0 0;
	color:#fff;
	opacity:1;
}
.sticky_block__cards__card a {
	color:#fff;
}
.sticky_block__cards__card p:not(:last-of-type) {
	margin-bottom:24px;
}
.sticky_block__cards__card p strong {
	font-weight:500;
}
/* Slider Controls */
.controls {
	margin:46px 0 0 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	width:100%;
}
@media screen and (max-width:460px) {
	.controls {
		margin:38px 0 0 0;
		-webkit-box-pack:center;
		-ms-flex-pack:center;
	justify-content:center;
	}
}
.controls .container {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}
@media screen and (max-width:960px) {
	.controls .container {
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
	}
}
.controls--center {
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
}
.controls__prev {
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
	margin:0 20px 0 0;
}
.controls__prev, .controls__next {
	cursor:pointer;
	width:56px;
	height:56px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	border-radius:1000px;
	border:1px solid rgba(255, 255, 255, 0.35);
	-webkit-transition:300ms ease;
	transition:300ms ease;
	background:transparent;
}
.controls__prev:hover, .controls__next:hover {
	border-color:#FFFFFF;
}

/* ==========================================================================
 Process. Screen 5
   ========================================================================== */
.slide-bg-process {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:0;
	overflow:hidden;
	width:100%;
	height:100%;
}
.slide-bg-process .top-left-bg-process {
	width:100%;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	z-index:1;
}
.slide-bg-process .top-left-bg-process img {
	width:100%;
	max-width:1000px;
	height:auto;
	position:absolute;
	left:0%;
	bottom:15%;
}
.process-title {
	font-size:2.6em;
	font-weight:500;
	color:#333;
	padding-top:25px;
	margin-bottom:10px;
	line-height:1.25;
}
.credit {
	
}
.credit {
	font-size:0.9em;
	font-weight:400;
	color:#299671;
	background:transparent;
	padding:5px 10px;
	border-radius:5px;
	border:1px solid #299671;
	margin-bottom:10px;
}
.credit p {
	font-size:0.95em;
}
.process {
	position:relative;
}
.process-credit {
	font-weight:200;
	color:#299671
}

@media (min-width:960px) {
	.process {
		padding-top:120px;
		padding-bottom:60px;
		background:linear-gradient(180deg, #E0EEFF 0%, #FFFFFF 100%);
	}
	.process-credit {
		font-size:2.8em;margin-bottom:60px;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.process {
		background:#E7E7F8;
		padding-top:60px;
		padding-bottom:60px;
	}
	.process-credit {
		font-size:2.4em;margin-bottom:40px;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.process {
		background:#E7E7F8;
		padding-top:40px;
		padding-bottom:40px;
	}
	.process-credit {
		font-size:2em;margin-bottom:20px;
	}
}
/* Process Accordeon */
.panel-default>.panel-heading {
	-webkit-user-select:none; 
	-moz-user-select:none; 
	-ms-user-select:none; 
	user-select:none;
}
.panel-default>.panel-heading {
	position:relative;
}
.panel-default>.panel-heading a {
	font-weight:400;font-size:1em;
	color:#455BCF;
	}
.panel-default>.panel-heading a span {
	padding-top:22px;
	padding-bottom:22px;
	}
.panel-default>.panel-heading a:after {
	content:"";
	top:1px;
	display:inline-block;
	font-style:normal;
	font-weight:300;
	font-size:1.6em;
	color:#455BCF;
	line-height:1; 
	-webkit-font-smoothing:antialiased; 
	-moz-osx-font-smoothing:grayscale; 
	float:right; 
	transition:transform .25s linear; 
	-webkit-transition:-webkit-transform .25s linear; 
	position:absolute; 
	top:24px; 
	right:20px;
	background: url(../img/arrow.svg) top center no-repeat;
	-webkit-transform:rotate(360deg); 
	transform:rotate(360deg);
	width:24px;
	height:24px;
}
.panel-default>.panel-heading a[aria-expanded="true"] {
	background-color:#eee;
}
.panel-default>.panel-heading a[aria-expanded="true"]:after {
	background: url(../img/arrow.svg) top center no-repeat;
	-webkit-transform:rotate(180deg); 
	transform:rotate(180deg);
}
.panel-default>.panel-heading a[aria-expanded="false"]:after {
	background: url(../img/arrow.svg) top center no-repeat;
	-webkit-transform:rotate(360deg); 
	transform:rotate(360deg);
}
.panel-group {
	margin:15px 0 15px 0;
}
@media (max-width:959px) {
	.panel-title {
		margin:0;
		padding:0 35px 0 0;
		font-size:1.05em;
		line-height:1.35;
	}
}
@media (min-width:960px) {
	.panel-title {
		margin:0 0 0 10px;
		padding:0 40px 0 0;
		font-size:1.15em;
		line-height:1.4;
	}
}
.panel-title a:hover {
	text-decoration:none;
}
.panel-title h4 {
	border:0;
}
.panel.panel-default {
	margin-bottom:10px;
	background:#fff;
	border-radius:10px;
	}
.panel.panel-default:hover {
	border-radius:10px;
}
.panel-default>.panel-heading:hover {
	background:#fff;
	border-radius:10px;
}
.panel-default>.panel-heading:hover a:after {
	color:#CFD4E6;
}
.panel-default>.panel-heading:hover a {
	color:#333;
}
.accordion-toggle span {
	display:block;
	width:100%;
	padding:10px 20px 10px 20px;
	margin-bottom:0;
}
.panel-body {
	display:block;
	width:100%;
	padding:20px 40px 20px 40px;
	font-size:1.1em;
}
.panel-collapse {
	transition:all 0.3s ease-in-out;
}
.programs-list {
	margin-left:20px;
	padding-left:0;
	list-style-type:none;
}
.programs-list li::before {
    color:#455BCF;
    content:"\2022";
	font-size:1.3em;
	display:inline-block; 
	width:1em;
	margin-left:-1em;
}
/* Process Timeline */
.timeline {
	line-height:1.4em; 
	list-style:none; 
	margin:0; 
	padding:0; 
	width:100%;
}
.timeline h1, 
.timeline h2, 
.timeline h3, 
.timeline h4, 
.timeline h5, 
.timeline h6 {
	line-height:inherit;
}
.timeline-item {
	padding-left:40px; 
	position:relative;
}
.timeline-item:last-child {
	padding-bottom:0;
}
.timeline-info {
	font-size:0.8em; 
	font-weight:500; 
	letter-spacing:2px; 
	margin:0 0 .5em 0; 
	text-transform:uppercase; 
	color:#A053B0;
}
.timeline-centered .timeline-info {
	font-size:0.8em; 
	font-weight:500; 
	letter-spacing:2px; 
	margin:0 0 .5em 0; 
	text-transform:uppercase; 
	color:#333;
}
.timeline-marker {
	position:absolute; 
	top:0; 
	bottom:0; 
	left:0; 
	width:14px;
}
.timeline-marker:before {
	background:#299671; 
	border:2px solid transparent; 
	border-radius:100%; 
	content:""; 
	display:block; 
	height:14px; 
	position:absolute; 
	top:4px; 
	left:0; 
	width:14px; 
	transition:background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.timeline-marker:after {
	content:""; 
	width:2px; 
	background:#CCD5DB; 
	display:block; 
	position:absolute; 
	top:24px; 
	bottom:0; 
	left:6px;
}
.timeline-marker.blue-marker:before {
	background:#A053B0; 
	border:2px solid transparent; 
	border-radius:100%; 
	content:""; 
	display:block; 
	height:14px; 
	position:absolute; 
	top:4px; 
	left:0; 
	width:14px; 
	transition:background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.timeline-marker.blue-marker:after {
	content:""; 
	width:2px; 
	background:#CCD5DB; 
	display:block; 
	position:absolute; 
	top:24px; 
	bottom:0; 
	left:6px;
}
.timeline-item:last-child .timeline-marker:after {
	content:none;
}
.timeline-item:not(.period):hover .timeline-marker:before {
	background:transparent; 
	border:2px solid #299671;
}
.timeline-item:not(.period):hover .timeline-marker.blue-marker:before {
	background:#007AC6; 
	border:2px solid #A053B0;
}
.timeline-content {
	padding-bottom:20px;
}
.timeline-content p {
	margin-bottom:10px;
	font-weight:400;
	font-size:1.1em;
}
.timeline-content p:last-child {
	margin-bottom:0;
}
.timeline-centered .timeline-content {
	font-size:0.9em;
}
.period {
	padding:0;
}
.period .timeline-info {
	display:none;
}
.period .timeline-marker:before {
	background:transparent; 
	content:""; 
	width:14px; 
	height:auto; 
	border:none; 
	border-radius:0; 
	top:0; 
	bottom:30px; 
	position:absolute; 
	border-top:2px solid #CCD5DB; 
	border-bottom:2px solid #CCD5DB;
}
.period .timeline-marker:after {
	content:""; 
	height:32px; 
	top:auto;
}
.period .timeline-content {
	padding:40px 0 40px;
}
.period .timeline-title {
	margin:0;
}
@media (min-width:768px) {
	.timeline-split .timeline, .timeline-centered .timeline {
		display:table;
	}
	.timeline-split .timeline-item, 
	.timeline-centered .timeline-item {
		display:table-row;  padding:0;
	}
	.timeline-split .timeline-info, 
	.timeline-centered .timeline-info,  
	.timeline-split .timeline-marker,  
	.timeline-centered .timeline-marker,  
	.timeline-split .timeline-content,  
	.timeline-centered .timeline-content,  
	.timeline-split .period .timeline-info,  
	.timeline-centered .period .timeline-info {
		display:table-cell;
		vertical-align:top;
	}
	.timeline-split .timeline-marker, 
	.timeline-centered .timeline-marker {
		position:relative;
	}
	.timeline-split .timeline-content, 
	.timeline-centered .timeline-content {
		padding-left:30px;
	}
	.timeline-split .timeline-info, 
	.timeline-centered .timeline-info {
		padding-right:30px;
	}
	.timeline-split .period .timeline-title, 
	.timeline-centered .period .timeline-title {
		position:relative;
		left:-45px;
	}
}
@media (min-width:992px) {
	.timeline-centered,  
	.timeline-centered .timeline-item,  
	.timeline-centered .timeline-info,  
	.timeline-centered .timeline-marker,  
	.timeline-centered .timeline-content {
		display:block;
		margin:0;
		padding:0;
	}
	.timeline-centered .timeline-item {
		padding-bottom:40px; 
		overflow:hidden;
	}
	.timeline-centered .timeline-marker {
		position:absolute; 
		left:50%; 
		margin-left:-7.5px;
	}
	.timeline-centered .timeline-info,
	.timeline-centered .timeline-content {
		width:50%;
	}
	.timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
		float:left;  
		text-align:right; 
		padding-right:30px;
	}
	.timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
		float:right; 
		text-align:left; 
		padding-left:30px;
	}
	.timeline-centered > .timeline-item:nth-child(even) .timeline-info {
		float:right; 
		text-align:left; 
		padding-left:30px;
	}
	.timeline-centered > .timeline-item:nth-child(even) .timeline-content {
		float:left; 
		text-align:right; 
		padding-right:30px;
	}
	.timeline-centered > .timeline-item.period .timeline-content {
		float:none; 
		padding:0; 
		width:100%; 
		text-align:center;
	}
	.timeline-centered .timeline-item.period {
		padding:50px 0 90px;
		}
	.timeline-centered .period .timeline-marker:after {
		height:30px;
		bottom:0;
		top:auto;
	}
	.timeline-centered .period .timeline-title {
		left:auto;
	}
}

/* ========================================================================== 
 Practicies. Screen 6
   ========================================================================== */
.practic {
	list-style:none;
	margin:0;
	padding:0;
}
.practic li {
	position:relative;
	font-size:1.2em;
	line-height:1.4;
	font-weight:300;
	min-height:40px;
	margin-bottom:20px;
	padding-left:30px;
}
.practic li:before {
	position:absolute;
	top:4px;
	left:0;
	width:25px;
	height:35px;
	content:'';
	background-image:url(../img/marker.svg);
	background-repeat:no-repeat;
	background-size:16px auto;
}
.practicies-bg-color {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:0;
	overflow:hidden;
	width:100%;
	height:100%;
}
.practicies-bg-color .practicies-left-bg {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.practicies-bg-color .practicies-left-bg img {
	width:100%;
	max-width:700px;
	height:auto;
	position:absolute;
	left:0;
	top:35%;
}
@media (min-width:860px) {
	.practicies-left-bg img {
		visibility:visible;
	}
}
@media screen and (min-width:320px) and (max-width:859px) {
	.practicies-left-bg img {
		visibility:hidden;
	}
}
.practicies {
	/*border-bottom:1px dashed #ccc;*/
	position:relative;
	background:linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(200,228,182,0.25) 50%, rgba(217,234,254,0.75) 100%);
}
.science {
	/*border-bottom:1px dashed #ccc;*/
	background:linear-gradient(180deg, rgba(217,234,254,0.75) 0%, rgba(200,228,182,0.25) 50%, rgba(160,208,233,0.5) 100%);
}
.science-subtitle {
		font-weight:300;
		font-size:0.95em;
	}
@media (min-width:960px) {
	.practicies {
		padding-top:60px;
		padding-bottom:40px;
	}
	.science {
		padding-top:40px;
		padding-bottom:70px;
	}
	.practics-header {
		padding-top:0;
		padding-bottom:50px;
	}
	.science-subtitle {
		font-weight:300;
		font-size:0.95em;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.practicies {
		padding-left:15px;
		padding-right:15px; 
		padding-top:90px;
		padding-bottom:80px;
	}
	.science {
		padding-left:15px;
		padding-right:15px; 
		padding-top:60px;
		padding-bottom:40px;
	}
	.practics-header {
		padding-top:0;
		padding-bottom:40px;
	}
	.science-subtitle {
		font-weight:300;
		font-size:0.95em;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.practicies {
		padding-left:5px;
		padding-right:5px; 
		padding-top:50px;
		padding-bottom:50px;
	}
	.science {
		padding-left:5px;
		padding-right:5px; 
		padding-top:0;
		padding-bottom:30px;
	}
	.practics-header {
		padding-top:0;
		padding-bottom:0;
	}
	.science-subtitle {
		font-weight:300;
		font-size:0.55em;
		margin-bottom:0;
		padding-bottom:0;
	}
}
.sub-panel {
	margin-bottom:20px;
	background:#fff;
	border-radius:10px;
	font-size:1.1em;
}
@media (min-width:960px) {
	.sub-panel {
		padding:30px 30px 20px 30px;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.sub-panel {
		padding:30px 30px 20px 30px;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.sub-panel {
		padding:25px 25px 20px 25px;
	}
}
.sub-panel.green-border {
	/*border:2px solid rgba(41,150,113,0.25);*/
	background:#fff;
	/*border-left: 4px solid #299671;*/
}
.sub-panel.blue-border {
	/*border:2px solid rgba(69,91,207,0.25);*/
	background:#fff;
}

.sticky_block__title .practic_title_green {
	font-size:2em;
	text-transform:uppercase;
	font-weight:300;
	color:#299671;
}
.sticky_block__title .practic_title_blue {
	font-size:2em;
	text-transform:uppercase;
	font-weight:300;
	color: #808080; /*#455BCF*/
}
@media (min-width:960px) {
	.sticky_block__title .practic_title_green {
		font-size:2em;
	}
	.sticky_block__title .practic_title_blue {
		font-size:2em;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.sticky_block__title .practic_title_green {
		font-size:1.8em;
	}
	.sticky_block__title .practic_title_blue {
		font-size:1.8em;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.sticky_block__title .practic_title_green {
		font-size:1.6em;
	}
	.sticky_block__title .practic_title_blue {
		font-size:1.6em;
	}
}
.practisies-list {
	background:linear-gradient(0deg, rgba(160,208,233,1) 0%, rgba(160,208,233,0.5) 100%);
	padding-bottom:70px;
}
.practics-wrapper {
	border-radius:10px;
	background:linear-gradient(45deg, rgba(56,184,133,0.25) 0%, rgba(122,162,255,0.5) 100%);
}
@media (min-width:960px) {
	.practics-wrapper {
		padding:40px 50px;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.practics-wrapper {
		padding:40px 50px;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.practics-wrapper {
		padding:30px 25px;
	}
}
.practics-list {
	margin-left:20px;
	padding-left:0;
	list-style-type:none;
	color:#333;
	font-size:1.1em;
	font-weight:300;
}
.practics-list li::before {
    color:#fff;
    content:"\2022";
	font-size:1.3em;
	display:inline-block; 
	width:1em;
	margin-left:-1em;
}
.practics-list-title {
	font-size:1.2em;
	font-weight:500;
	color:#000;
}
.practic_title_black {
	font-size:2em;
	text-transform:uppercase;
	font-weight:300;
	margin-bottom:30px;
	color:#000;
}

/* ==========================================================================
   Best VKR. Screen 7
   ========================================================================== */
.best-vkr {
	position:relative;
	background:linear-gradient(180deg, rgba(160,208,233,1)  0%, #4070F4 100% );
	overflow:hidden;
	color:#fff;
}
@media (min-width:960px) {
	.best-vkr {
		padding-top:50px;
		padding-bottom:120px;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.best-vkr {
		padding-top:10px;
		padding-bottom:70px;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.best-vkr {
		padding-top:30px;
		padding-bottom:70px;
	}
}
.best-vkr-bg-color {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:0;
	overflow:hidden;
	width:100%;
	height:100%;
}
.best-vkr-bg-color .best-vkr-top-left-bg {
	width:100%;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	z-index:0;
}
.best-vkr-bg-color .best-vkr-top-left-bg img {
	width:100%;
	height:auto;
	position:absolute;
	left:0%;
	top:5%;
	z-index:0;
}
@media (min-width:960px) {
	.best-vkr-bg-color .best-vkr-top-left-bg img {
		visibility:visible;
	}
}
@media screen and (min-width:320px) and (max-width:959px) {
	.best-vkr-bg-color .best-vkr-top-left-bg img {
		visibility:hidden;
	}
}
.best-vkr__carousel {
	z-index:10;
	position:relative;
}
.best-vkr__carousel header {
	padding-bottom: 30px;
}
.best-vkr__carousel .swiper-container {
	overflow:initial;
}
.best-vkr__carousel .swiper-container .swiper-wrapper .swiper-slide {
	background:transparent;
	border:1px solid rgba(255,255,255,1);
	color:rgba(0,0,0,0.5);
	border-radius:10px;
	padding:36px 36px 46px 36px;
	min-height:400px;
	max-width:1020px;
	transition: opacity 500ms ease, color 500ms ease;
}
@media (min-width:1134px) {
	.best-vkr__carousel .swiper-container .swiper-wrapper .swiper-slide {
		padding:36px 36px 46px 36px;
	}
}
@media screen and (min-width:768px) and (max-width:1133px) {
	.best-vkr__carousel .swiper-container .swiper-wrapper .swiper-slide {
		padding:36px 36px 46px 36px;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.best-vkr__carousel .swiper-container .swiper-wrapper .swiper-slide {
		padding:30px 25px 35px 25px;
	}
}
.best-vkr__carousel .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
	border:1px solid rgba(255,255,255,0.9);
	background:rgba(255,255,255,0.9);
	transition: opacity 500ms ease, color 500ms ease;
	color:rgba(0,0,0,1);
}
.best-vkr__carousel .swiper-container .swiper-wrapper .swiper-slide h6 {
	color:rgba(255,255,255,1);
}
@media screen and (max-width:640px) {
	.best-vkr__carousel .swiper-container .swiper-wrapper .swiper-slide {
		width:100%;
		min-height:unset;
		color:rgba(255,255,255,1);
	}
}
.best-vkr__carousel .swiper-container .swiper-wrapper .swiper-slide h6 {
	font:200 2.4em "Roboto", sans-serif;
	text-transform:uppercase;
	color:rgba(49,181,133,1);
}
.best-vkr__carousel .swiper-container .swiper-wrapper .swiper-slide h3 {
	margin:0 0 15px 0;
	font:400 1.4em/1.35 "Roboto", sans-serif;
}
.best-vkr__carousel .swiper-container .swiper-wrapper .swiper-slide label {
	font:400 1.2em/1.4 "Roboto", sans-serif;
}
.best-vkr__carousel .swiper-container .swiper-wrapper .swiper-slide p {
	font:300 0.95em/1.4 "Roboto", sans-serif;
	margin-top:20px;
}
.best-vkr__carousel .swiper-container .swiper-wrapper .swiper-slide label span {
	font:300 0.8em/1.3 "Roboto", sans-serif;
	text-transform:uppercase;
}
.best-vkr__carousel .swiper-container .swiper-wrapper .swiper-slide a {
	color:#fff;
}
.best-vkr .controls {
	margin:20px 0 0 0;
}

/* ========================================================================== 
   Leaders & Teachers. Screen 8
   ========================================================================== */
.teachers {
	padding-top:100px;
	padding-bottom:110px;
	background:linear-gradient(180deg, rgba(217,234,254,0.75) 0%, rgba(200,228,182,0.25) 50%, rgba(217,234,254,0.75) 100%);
}
.leader {
	position:relative;
	padding-bottom:50px;
	min-height:200px;
}
.leader img {
	position:absolute;
	top:0;
	left:0;
}
.leader .leader-info {
	padding-left:250px;
}
@media (min-width:1134px) {
	.teachers {
		padding-top:100px;
		padding-bottom:110px;
	}
	.leader {
		position:relative;
		padding-bottom:50px;
		min-height:200px;
	}
	.leader img {
		position:absolute;
		top:0;
		left:0;
	}
	.leader .leader-info {
		padding-left:250px;
	}
	.leader-info h3 {
		font-size:1.8em;
	}
	.leader-info label {
		font-size:1.1em;
		color:#333;
	}
	.curator-title {
		font-size:2em;
	}
}
@media screen and (min-width:959px) and (max-width:1133px) {
	.teachers {
		padding-top:80px;
		padding-bottom:90px;
		background:#fff;
	}
	.leader {
		position:relative;
		padding-bottom:50px;
		min-height:200px;
	}
	.leader img {
		position:absolute;
		top:0;
		left:0;
	}
	.leader .leader-info {
		padding-left:250px;
	}
	.leader-info h3 {
		font-size:1.6em;
	}
	.leader-info label {
		font-size:1.1em;
		color:#333;
	}
	.curator-title {
		font-size:2em;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.teachers {
		padding-top:70px;
		padding-bottom:80px;
	}
	.leader {
		position:relative;
		padding-bottom:50px;
		min-height:200px;
	}
	.leader img {
		position:absolute;
		top:0;
		left:0;
	}
	.leader .leader-info {
		padding-left:250px;
	}
	.leader-info h3 {
		font-size:1.6em;
	}
	.leader-info label {
		font-size:1.1em;
		color:#333;
	}
	.curator-title {
		font-size:1.8em;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.teachers {
		padding-top:60px;
		padding-bottom:70px;
	}
	.leader {
		position:relative;
		padding-bottom:50px;
		min-height:200px;
	}
	.leader img {
		position:relative;
	}
	.leader .leader-info {
		padding-left:0;
	}
	.leader-info h3 {
		font-size:1.4em;
	}
	.leader-info label {
		font-size:1em;
		color:#333;
	}
	.curator-title {
		font-size:1.6em;
	}
}
.people {
	margin:0;
	padding:0 20px 0 0;
}
.people dt {
	font-size:0.7em;
	font-weight:300;
	text-transform:uppercase;
	margin:5px 0 10px 0;
	color:#333;
}
.people dd.fio {
	width:100%;
	font-weight:400;
	margin:0 0 5px 0;
}
.people dd.dep_dir {
	font-weight:400;
	margin-bottom:5px;
	font-size:0.9em;
	line-height:1.35;
}
.people-wrapper {
	min-height:190px;
	position:relative;
	margin-bottom:20px; 
	background:#fff; 
	border-radius:10px;
	/* box-shadow:7px 14px 38px 0px rgba(0, 0, 0, 0.11); */
}
.people-wrapper:hover {
	/* box-shadow:7px 14px 38px 0px rgba(0, 0, 0, 0.25); */
}
/*.people-wrapper img {
	content:'';
}*/
@media (min-width:1134px) {
	.people-wrapper {
		padding:20px 20px 30px 150px;
	}
	.people-wrapper img {
		position:absolute;
		left:25px;
		top:25px;
		width:100px;
		height:100px;
	}
	.people dd.fio {
		font-size:1.3em;
		line-height:1.4;
	}
}
@media screen and (min-width:959px) and (max-width:1133px) {
	.people-wrapper {
		padding:20px 20px 30px 150px;
	}
	.people-wrapper img {
		position:absolute;
		left:25px;
		top:25px;
		width:100px;
		height:100px;
	}
	.people dd.fio {
		font-size:1.3em;
		line-height:1.4;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.people-wrapper {
		padding:30px 20px 30px 20px;
	}
	.people-wrapper img {
		position:relative;
		width:150px;
		height:150px;
		margin:0 auto 30px auto;
	}
	.people dd.fio {
		font-size:1.2em;
		line-height:1.35;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.people-wrapper {
		padding:30px 25px 30px 25px;
	}
	.people-wrapper img {
		position:relative;
		width:150px;
		height:150px;
		margin:0 auto 30px auto;
	}
	.people dd.fio {
		font-size:1.15em;
		line-height:1.35;
	}
}


/* ========================================================================== 
 Career. Screen 9
   ========================================================================== */
.career {
	background:linear-gradient(45deg, rgba(217,234,254,0.75) 0%, rgba(200,228,182,0.25) 50%, rgba(255,255,255,1) 100%);
	position:relative;
}
@media (min-width:1134px) {
	.career {
		padding-top:100px;
		padding-bottom:120px;
	}
}
@media screen and (min-width:959px) and (max-width:1133px) {
.career {
		padding-top:80px;
		padding-bottom:100px;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.career {
		padding-top:70px;
		padding-bottom:90px;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.career {
		padding-top:60px;
		padding-bottom:80px;
	}
}
.slide-bg-career {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:0;
	overflow:hidden;
	width:100%;
	height:100%;
}
.slide-bg-career .top-right-bg-career {
	width:100%;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	z-index:1;
}
.slide-bg-career .top-right-bg-career img {
	width:auto;
	height:90%;
	position:absolute;
	right:-1%;
	bottom:-5%;
}
@media (min-width:960px) {
	.top-right-bg-career img {
		visibility:visible;
	}
}
@media screen and (min-width:320px) and (max-width:959px) {
	.top-right-bg-career img {
		visibility:hidden;
	}
}
.rules-wrapper {
	min-height:100px;
	position:relative;
	margin-bottom:20px;
}
.rules-wrapper:before {
	position:absolute; 
	left:0px; 
	top:10px; 
	content:''; 
	background-repeat:no-repeat;
	}
.rules-wrapper.number-1:before {
	background-image:url(../img/1.svg);
	}
.rules-wrapper.number-2:before {
	background-image:url(../img/2.svg);
	}
.rules-wrapper.number-3:before {
	background-image:url(../img/3.svg);
	}
.rules dd {
	font-weight:300;
	margin-bottom:0;
	max-width:800px;
	}
@media (max-width:479px) {
	.rules dd {
		font-size:1.15em;
	}
	.rules-wrapper:before {
		width:36px;
		height:36px;
	}
	.rules-wrapper {
		padding:0 10px 0 56px;
	}
}
@media screen and (min-width:480px) and (max-width:767px) {
	.rules dd {
		font-size:1.2em;
	}
	.rules-wrapper:before {
		width:40px;
		height:40px;
	}
	.rules-wrapper {
		padding:0 10px 0 60px;
	}
}
@media screen and (min-width:768px) and (max-width:1279px) {
	.rules dd {
		font-size:1.3em;
	}
	.rules-wrapper:before {
		width:48px;
		height:48px;
	}
	.rules-wrapper {
		padding:0 10px 0 70px;
	}
	.accreditation {
		padding:30px 40px; 
	}
}
@media (min-width:1280px) {
	.rules dd {
		font-size:1.25em;
	}
	.rules-wrapper:before {
		width:48px;
		height:48px;
	}
	.rules-wrapper {
		padding:0 10px 0 70px;
	}
}

/* ========================================================================== 
 Comments. Screen 10
   ========================================================================== */
.comments_wrap {
	background:linear-gradient(0deg, #4C2FC9 0%, #4070F4 100%);
	overflow:hidden;
	position:relative;
}
@media (min-width:1134px) {
	.comments_wrap {
		padding-top:100px;
		padding-bottom:30px;
	}
}
@media screen and (min-width:959px) and (max-width:1133px) {
	.comments_wrap {
		padding-top:90px;
		padding-bottom:20px;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.comments_wrap {
		padding-top:80px;
		padding-bottom:20px;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.comments_wrap {
		padding-top:30px;
		padding-bottom:20px;
	}
}
.comments-bg_ribbon {
	width:100%;
	position:absolute;
	left:0;
	top:20%;
	opacity:0.5;
	z-index:0;
}
@media (min-width:960px) {
	.comments-bg_ribbon {
		visibility:visible;
	}
}
@media screen and (min-width:320px) and (max-width:959px) {
	.comments-bg_ribbon {
		visibility:hidden;
	}
}
/*
.comments__carousel {
	z-index:10;
	padding-top:40px;
}
.comments__carousel .swiper-container {
	overflow:initial;
} 
.comments__carousel .swiper-slide {
	width:100%;
	background:#090918;
	border-radius:10px;
	padding:50px 48px 34px 58px;
	-webkit-transition:400ms ease;
	transition:400ms ease;
	max-width:1020px;
}
@media screen and (max-width:640px) {
	.comments__carousel .swiper-container .swiper-wrapper .swiper-slide {
		width:100%;
		min-height:unset;
		color:rgba(255,255,255,1);
	}
}
.comments__carousel .swiper-slide {
	background:#fff;
	opacity:0.35;
	font-size:1.15em;
}
.comments__carousel .swiper-slide.swiper-slide-active {
	background:#fff;
	opacity:1;
}
.comments__carousel .swiper-slide.swiper-slide-active p {
	color:#333;
}
.comments__carousel .swiper-slide p {
	min-height:250px;
	-webkit-transition:400ms ease;
	transition:400ms ease;
}
@media screen and (max-width:960px) {
	.comments__carousel .swiper-slide p {
		min-height:auto;
		font:300 1em/1.4 "Roboto", sans-serif;
  }
}
.comments__carousel .swiper-slide p::before {
	content:url("../img/quote.svg");
	margin:0 0 20px 0;
	display:block;
	width:32px;height:auto;
}
.comments__carousel .swiper-slide footer {
	margin:0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}
.comments__carousel .swiper-slide footer aside h4 {
	font:500 1.1em/1.35 "Roboto", sans-serif;
	margin:0 0 2px 0;
	color:#35A38D;
}
@media screen and (max-width:960px) {
	.comments__carousel .swiper-slide footer aside h4 {
		font-size:1.1em;
  }
}
.comments__carousel .swiper-slide footer aside h5 {
	font:400 0.75em/1.35 "Roboto", sans-serif;
	opacity:.6;
	min-height:40px;
}

.comments__carousel .swiper-slide footer figure {
  position:relative;
}
.comments__carousel .swiper-slide footer figure::before {
	content:"";
	width:100%;
	height:100%;
	background:transparent;
	opacity:.2;
	border-radius:1000px;
	top:0;
	left:0;
	position:absolute;
}
.comments__carousel .swiper-slide footer figure img {
	-o-object-fit:cover;
	object-fit:cover;
	border-radius:1000px;
	width:64px;
	height:64px;
}
.comments_wrap .controls {
  margin:20px 0 0 0;
}
*/

.comments__carousel {
	z-index:10;
	padding-top:30px;
}
.comments__carousel .swiper-container {
	overflow:initial;
}
.comments__carousel .swiper-container .swiper-wrapper .swiper-slide {
	border-radius:10px;
	min-height:380px;
	max-width:1020px;
	background:#fff;
	opacity:0.35;
	transition: opacity 400ms ease;
}
@media (min-width:1134px) {
	.comments__carousel .swiper-container .swiper-wrapper .swiper-slide {
		padding:40px 48px 34px 58px;
		font-size:1.15em;
	}
}
@media screen and (min-width:959px) and (max-width:1133px) {
	.comments__carousel .swiper-container .swiper-wrapper .swiper-slide {
		padding:40px 48px 34px 58px;
		font-size:1.15em;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.comments__carousel .swiper-container .swiper-wrapper .swiper-slide {
		padding:35px 40px 30px 45px;
		font-size:1.15em;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.comments__carousel .swiper-container .swiper-wrapper .swiper-slide {
		padding:25px 25px 25px 25px;
		font-size:1.15em;
	}
}
.comments__carousel .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
	background:#fff;
	opacity:1;
}
.comments__carousel .swiper-slide.swiper-slide-active p {
	color:#333;
}
@media screen and (max-width:960px) {
	.comments__carousel .swiper-slide p {
		min-height:auto;
		font:300 1em/1.2 "Roboto", sans-serif;
  }
}
.comments__carousel .swiper-slide p::before {
	content:url("../img/quote.svg");
	margin:0 0 20px 0;
	display:block;
	width:32px;height:auto;
}
.comments__carousel .swiper-slide footer {
	margin:0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}
.comments__carousel .swiper-slide footer aside h4 {
	font:500 1.1em/1.35 "Roboto", sans-serif;
	margin:0 0 2px 0;
	color:#000;
}
@media screen and (max-width:960px) {
	.comments__carousel .swiper-slide footer aside h4 {
		font-size:1.1em;
	}
}
.comments__carousel .swiper-slide footer aside h5 {
	font:400 0.75em/1.35 "Roboto", sans-serif;
	opacity:.6;
	color: #000;
	min-height:40px;
}
.comments__carousel .swiper-container .swiper-wrapper .swiper-slide h6 {
	color:rgba(255,255,255,1);
}
@media screen and (max-width:640px) {
	.comments__carousel .swiper-container .swiper-wrapper .swiper-slide {
		width:100%;
		min-height:unset;
		color:rgba(255,255,255,1);
	}
}
.comments__carousel .swiper-container .swiper-wrapper .swiper-slide h6 {
	font:200 2.4em "Roboto", sans-serif;
	text-transform:uppercase;
	color:rgba(49,181,133,1);
}
.comments__carousel .swiper-container .swiper-wrapper .swiper-slide h3 {
	margin:0 0 15px 0;
	font:400 1.4em/1.35 "Roboto", sans-serif;
}
.comments__carousel .swiper-container .swiper-wrapper .swiper-slide label {
	font:400 1.2em/1.4 "Roboto", sans-serif;
}
.comments__carousel .swiper-container .swiper-wrapper .swiper-slide p {
	font:300 0.95em/1.4 "Roboto", sans-serif;
	margin-top:20px;
}
.comments__carousel .swiper-container .swiper-wrapper .swiper-slide label span {
	font:300 0.8em/1.3 "Roboto", sans-serif;
	text-transform:uppercase;
}
.comments__carousel .swiper-container .swiper-wrapper .swiper-slide a {
	color:#fff;
}
.comments_wrap .controls {
	margin:20px 0 0 0;
	position:relative;
	z-index:10;
}


/* ==========================================================================
   Icon Scroll
   ========================================================================== */
.icon-scroll {
	position:absolute;
	top:50%;
	left:50%;
	width:1em;
	height:3.125em;
	transform:translateX(-50%) scale(2);
	z-index:99999;
}
.icon-arrows::after,
.icon-arrows::before {
	content:'';
}
.icon-arrows span,
.icon-arrows::after,
.icon-arrows::before {
	display:block;
	width:0.315em;
	height:0.315em;
	border-right:1px solid rgba(255,255,255,.8);
	border-bottom:1px solid rgba(255,255,255,.8);
	margin:0 0 0.125em 0.315em;
	transform:rotate(45deg);
	animation:mouse-scroll 1s infinite;
	animation-direction:alternate;
}
.icon-arrows::before {
	margin-top:0.315em;
	animation-delay:.1s;
}
.icon-scroll span {
	animation-delay:.2s;
}
.icon-arrows::after {
	animation-delay:.3s;
}
.icon-scroll .mouse {
	height:1.375em;
	width:.875em;
	border:1px solid rgba(255,255,255,.8);
	border-radius:2em;
}
.icon-scroll .wheel {
	position:relative;
	display:block;
	height:0.1875em;
	width:0.1875em;
	margin:0.1875em auto 0;
	background:rgba(255,255,255,.8);
	animation:mouse-wheel 1.2s ease infinite;
	border-radius:50%;
}
@keyframes mouse-wheel {
	0% {
		opacity:1;
		transform:translateY(0);
	}
	100% {
		opacity:0;
		transform:translateY(.375em);
	}
}
@keyframes mouse-scroll {
	0%   { opacity:0; }
	50%  { opacity:.5; }
	100% { opacity:1; }
}

/* ========================================================================== 
 Balls. Screen 11
   ========================================================================== */
.balls_places_wrapper {
	padding-bottom:0;
	background: linear-gradient(0deg, #411DAD 0%, #4C2FC9 70%)/*linear-gradient(180deg, #2F34C4 0%, #1D207A 100%)*/;
	
	color:#fff;
}
@media (min-width:768px) {
	.balls_places_wrapper {
		padding-top:120px;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.balls_places_wrapper {
		padding-top:70px;
	}
}
.map-number-green, 
.map-number-blue, 
.map-number-white {
	list-style-type:none;  
	counter-reset:num; 
	margin:0; 
	margin:0;
	padding:0; 
	font-size:1.1em;
}
.map-number-white li {
	position:relative; 
	font-size:1.15em; 
	font-weight:300; 
	margin:0 20px 10px 0; 
	padding:0 0 10px 50px; 
	line-height:1.35; 
	min-width:200px;
	color:#42C9AC;
}
.map-number-white li:before {
	content:counter(num); 
	counter-increment:num; 
	display:inline-block; 
	position:absolute; 
	top:0; 
	left:0; 
	width:36px; 
	height:36px; 
	text-align:center; 
	line-height:36px; 
	font-size:18px; 
	font-weight:500; 
	border-radius:50%; 
	background:#42C9AC; 
	color:#311F9A;
}
.pk-button {
	margin-top:40px;
}
@media screen and (min-width:320px) and (max-width:767px) {
	.pk-button {
		margin-top:40px auto 0 auto;
		text-align:center;
	}
}
/* ========================================================================== 
 Copyright. Screen 12
   ========================================================================== */
.copyright {
	padding:90px 30px 50px 30px;
}
.copyright .social-media a {
	width:40px; 
	height:40px; 
	border-radius:99%; 
	background:transparent; 
	transition:.4s ease;
	text-decoration:none;
	border-bottom:none;
}
.copyright .social-media a i {
	color:#fff; 
	font-size:1.2rem; 
	line-height:40px;
}
.copyright .social-media a:hover {
	background:#fff;
	color:#455BCF;
}
.copyright .social-media a:hover i {
	color:#455BCF;
}
@media screen and (min-width:320px) and (max-width:767px) {
	.text-sm-center {
		text-align:center;
	}
}
/* ==========================================================================
 Buttons
   ========================================================================== */
.btn {
	padding:15px 30px;
	border-radius:30px;
	font-weight:400;
	line-height:1.35;
	font-size:1.15em;
	text-transform:uppercase;
	background-color:rgba(71,61,222,1);
	border:0;
	color:#fff;
}
.btn-success,
.btn-success:hover,
.btn-success.focus,
.btn-success:focus,
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
	background-color:#455BCF/*#5ca595*/;
}
.btn-success {
	transition:box-shadow .3s ease-in-out;
	transition-delay:0.1s;
}
.slide-btn.slide-btn-projects .btn.btn-success:active, 
.slide-btn.slide-btn-projects .btn.btn-success.active {
  color:#fff;
  background-color:#455BCF;
}
.btn-success:hover,
.btn-success.focus,
.btn-success:focus {
	background-color:rgba(58,175,149,1);
	border:none;
}

/* ==========================================================================
 Video
   ========================================================================== */
.video {
	background:#455BCF;
	padding-top:100px;
	padding-bottom:30px;
	}
.thumb-wrap {
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
}
.thumb-wrap iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-width:0;
	outline-width:0;
}

/* ==========================================================================
 Tabs
   ========================================================================== */
.nav-pills .nav-link {
	border-radius:0; 
	border:2px solid #455BCF;
	color:#455BCF;
	font-weight:400;
	text-align:center;
}
@media (min-width:1134px) {
	.nav-pills .nav-link {
		font-size:1.25em;
	}
	#tab1 {
		border-radius:5px 0 0 5px; 
		border:2px solid #455BCF; 
	}
	#tab2 {
		border-radius:0 5px 5px 0; 
		border:2px solid #455BCF; 
	}
	#tab3 {
		border-radius:5px 0 0 5px; 
		border:2px solid #455BCF; 
	}
	#tab4 {
		border-radius:0 5px 5px 0; 
		border:2px solid #455BCF; 
	}
}
@media screen and (min-width:959px) and (max-width:1133px) {
	.nav-pills .nav-link {
		font-size:1.2em;
	}
	#tab1 {
		border-radius:5px 0 0 5px; 
		border:2px solid #455BCF; 
	}
	#tab2 {
		border-radius:0 5px 5px 0; 
		border:2px solid #455BCF; 
	}
	#tab3 {
		border-radius:5px 0 0 5px; 
		border:2px solid #455BCF; 
	}
	#tab4 {
		border-radius:0 5px 5px 0; 
		border:2px solid #455BCF; 
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.nav-pills .nav-link {
		font-size:1.1em;
	}
	#tab1 {
		border-radius:5px 0 0 5px; 
		border:2px solid #455BCF; 
	}
	#tab2 {
		border-radius:0 5px 5px 0; 
		border:2px solid #455BCF; 
	}
	#tab3 {
		border-radius:5px 0 0 5px; 
		border:2px solid #455BCF; 
	}
	#tab4 {
		border-radius:0 5px 5px 0; 
		border:2px solid #455BCF; 
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.nav-item {
		width:100%;
		display:block;
	}
	.nav-pills .nav-link {
		font-size:1.1em;
		width:100%;
		display:block;
	}
	#tab1 {
		border-radius:5px 5px 0 0; 
		border:2px solid #455BCF; 
	}
	#tab2 {
		border-radius:0 0 5px 5px; 
		border:2px solid #455BCF; 
	}
	#tab3 {
		border-radius:5px 5px 0 0; 
		border:2px solid #455BCF; 
	}
	#tab4 {
		border-radius:0 0 5px 5px; 
		border:2px solid #455BCF; 
	}
}

.nav-link {
	border-bottom:0;
	text-decoration:0;
	margin-left:0;
	margin-right:0;
	}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color:#fff;
    background-color:#455BCF;
}
.tab-content {
	padding-top:40px;
}

/* ========================================================================== 
 Modal
   ========================================================================== */
.modal.fade .modal-dialog.modal-dialog-zoom {
	-webkit-transform:translate(0,0)scale(.5);
	transform:translate(0,0)scale(.5);
}
.modal.show .modal-dialog.modal-dialog-zoom {
	-webkit-transform:translate(0,0)scale(1);
	transform:translate(0,0)scale(1);
}
.a-modal {
	text-decoration:none;
	border-bottom:0;
	display:block;
}
.a-modal {
	text-decoration:none;
	border-bottom:0;
}
.modal-open {
	overflow:hidden;
}
.modal-open .modal {
	overflow-x:hidden;
	overflow-y:auto;
}
.modal {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1050;
	display:none;
	overflow:hidden;
	outline:0;
}
.modal-dialog {
	position:relative;
	width:auto;
	margin:0.5rem;
	pointer-events:none;
}
.modal.fade .modal-dialog {
	transition:-webkit-transform 0.3s ease-out;
	transition:transform 0.3s ease-out;
	transition:transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform:translate(0, -25%);
	transform:translate(0, -25%);
}
@media screen and (prefers-reduced-motion:reduce) {
 /* .modal.fade .modal-dialog {
    transition:none;
  }*/
}
.modal.show .modal-dialog {
	-webkit-transform:translate(0, 0);
	transform:translate(0, 0);
}
.modal-dialog-centered {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	min-height:calc(100% - (0.5rem * 2));
}
.modal-dialog-centered::before {
	display:block;
	height:calc(100vh - (0.5rem * 2));
	content:"";
}
.modal-content {
	position:relative;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column;
	width:100%;
	pointer-events:auto;
	background-color:rgb(255,255,255);
	background-clip:padding-box;
	border-radius:0.5rem;
	outline:0;
}
.modal-content {
	width:100%;
	background:#FFF;
	}
.modal-header {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:start;
	align-items:flex-start;
	-ms-flex-pack:justify;
	justify-content:space-between;
	padding:2rem;
	border-bottom:0;
	border-top-left-radius:0.5rem;
	border-top-right-radius:0.5rem;
}
.modal-header .close {
	padding:1rem 1.5rem;
	margin:-1rem -1rem -1rem auto;
}
.modal-title {
	margin-bottom:0;
	padding:0.5rem 0 0 1rem;
	line-height:1.5;
}
.modal-body {
	position:relative;
	-ms-flex:1 1 auto;
	flex:1 1 auto;
	padding:0 3rem 2rem 3rem;
	font-size:1.1em;
	margin-top:-20px;
}
.modal-footer {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:end;
	justify-content:flex-end;
	padding:1rem;
	border:0;
}
.modal-footer > :not(:first-child) {
	margin-left:.25rem;
}
.modal-footer > :not(:last-child) {
	margin-right:.25rem;
}
@media (min-width:576px) {
	.modal-dialog {
		max-width:1080px;
		margin:1.75rem auto;
}
	.modal-dialog-centered {
		min-height:calc(100% - (1.75rem * 2));
	}
	.modal-dialog-centered::before {
		height:calc(100vh - (1.75rem * 2));
	}
	.modal-sm {
		max-width:300px;
	}
}
@media (min-width:992px) {
	.modal-lg {
		max-width:960px;
	}
}
.copyright a {
	color:#fff;
}
.copyright .social-media a {
	width:40px; 
	height:40px; 
	border-radius:99%; 
	background:transparent; 
	transition:.4s ease;
	border-bottom:0;
	text-decoration:none;
}
.copyright .social-media a i {
	color:#fff; 
	font-size:1.2rem; 
	line-height:40px;
}
.copyright .social-media a:hover {
	background:#8C7FFF;
}
.copyright .social-media a:hover i {
	color:#fff;
}
.social-network {
	position:relative;
}
.vkontakte:before {
	position:absolute; 
	left:0; 
	top:0; 
	content:''; 
	width:40px; 
	height:40px; 
	background-image:url(../img/vk.svg); 
	background-repeat:no-repeat; 
	background-size:auto 40px;
}
.youtube:before {
	position:absolute; 
	left:0; 
	top:0; 
	content:''; 
	width:40px; 
	height:40px; 
	background-image:url(../img/youtube.svg); 
	background-repeat:no-repeat; 
	background-size:auto 40px;
}
.tiktok:before {
	position:absolute; 
	left:0; 
	top:0; 
	content:''; 
	width:40px; 
	height:40px; 
	background-image:url(../img/tiktok.svg); 
	background-repeat:no-repeat; 
	background-size:auto 40px;
}
.telegram:before {
	position:absolute; 
	left:0; 
	top:0; 
	content:''; 
	width:40px; 
	height:40px; 
	background-image:url(../img/telegram.svg); 
	background-repeat:no-repeat; 
	background-size:auto 40px;
}
@media screen and (min-width:320px) and (max-width:767px) {
	.text-sm-center {
		text-align:center;
	}
}