@charset "utf-8";

html,
body {

	font-family: "LatoWebLight";
	width: 100%;
	height: 100%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	font-weight: 300;
	color: #3b4754;
	font-size: 0;
}

* {
	box-sizing: border-box;
}

p {
	font-size: 19px;
}

p.lightGray {
	color: #4b5f68;
}

.universalText p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 80px;
}

.universalText .mainTitle {
	margin-bottom: 70px;
}

h3 {
	color: #4b5f68;
	font-size: 19px;
	line-height: 26px;
}

h4 {
	color: #434f5b;
	font-size: 22px;
	line-height: 30px;
	font-family: 'LatoWebSemibold';
	margin-bottom: 40px;
}

.fileLink {
	color: #3b4754;
	font-size: 14px;
	font-family: 'LatoWeb';
	margin-bottom: 12px;
	display: inline-block;
}

.fileLink img {
	width: 22px;
	margin-right: 12px;
}

.caps {
	text-transform: uppercase;
}

.title {
	margin-bottom: 110px;
}

.title .bigTag {
	margin-top: 30px;
}

.titleDecor {
	background-color: rgb(23, 213, 188);
	width: 98px;
	height: 5px;
	display: inline-block;
	border-radius: 2px;
}

.titleDecor.blue {
	background-color: #64a1e9;
}

.blackBox {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 8;
	background-color: rgba(0, 0, 0, 0.62);
	display: none;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.mobHeader {
	width: 100%;
	position: fixed;
	z-index: 8;
	background-color: #ffffff;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	height: 55px;
	/*border-bottom: 10px solid #4b4b4b;*/
}

.mobHeader img.logo {
	width: 140px;
	padding: 0px;
	margin-top: 22px;
}

.mobHeader .call {
	width: 60px;
	height: 55px;
	position: fixed;
	z-index: 9;
	/*background-color: #4b4b4b;*/
	padding: 13px;
	padding-top: 16px;
	top: 0;
	text-align: center;
	right: 0;
}

.mobHeader .authBtn {
	position: fixed;
	z-index: 9;
	right: 10px;
	top: 8px;
	margin-top: 0px;
}

.mobHeader .call img {
	width: 60%;
}

.mobHeader .mobMenuBtn {
	/*	width: 130px;*/
	/*	height: 55px;*/
	position: fixed;
	z-index: 9;
	/*background-color: #4b4b4b;*/
	padding: 16px;
	padding-top: 8px;
	padding-bottom: 6px;
	top: 0;
	text-align: center;
	left: 0;
	background-color: transparent;
}

.mobHeader .mobMenuBtn a {
	display: inline-block;
	width: 100%;
	color: #4b5f68;
	font-size: 16px;
	text-decoration: none;
}

.mobHeader .mobMenuBtn a:hover {
	text-decoration: none;
	color: #4b5f68;
}

.mobHeader .mobMenuBtn img {
	width: 38px;
	display: inline-block;
	margin-right: 13px;
}


.mobList,
.mobMainMenu {
	position: fixed;
	width: 85%;
	height: 100%;
	background-color: #ffffff;
	z-index: 10;
	padding: 30px;
	-moz-box-shadow: 10px 0 40px rgba(0, 0, 0, 0.37);
	box-shadow: 10px 0 40px rgba(0, 0, 0, 0.37);
	margin-left: -110%;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.mobList {
	overflow-y: scroll;
	overflow-x: hidden;
	/*
	width: 100%;
	position: relative;
	display: inline-block;
*/
}

.mobMainMenu .logoInList img {
	width: 150px;
	margin-bottom: 20px;
}

.mobMainMenu li.phoneList a {
	border-bottom: 0px;
	font-size: 16px;
	font-weight: 500;
	padding-top: 50px;
}

.mobMainMenu li.phoneList a img {
	margin-right: 10px;
	height: 16px;
	top: -3px;
}

.mobMainMenu li a {
	color: #000000;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	position: relative;
	display: inline-block;
	border-bottom: 1px rgba(0, 0, 0, 0.05) solid;
	text-align: left;
}

.mobMainMenu .btn {
	padding-right: 0;
	padding-left: 0;
	width: 100%;
	font-size: 12px;
	color: #4b4b4b;
	margin-top: 10px;
	margin-bottom: 10px;
}


.mobList .closeBt,
.mobMainMenu .closeBt {
	position: absolute;
	right: -60px;
	top: 10px;
	width: 40px;
	height: 40px;
	z-index: 11;
}



header {

	min-height: 800px;
	width: 100%;
}

header.mainPage {
	background-image: url(../../img/mainBg.jpg);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}

header.contacts {
	background: #fafdff url(../../img/bgDecor_3.svg) 50% 400px no-repeat;
}

header.spasibo {
	background: #fafdff url(../../img/bgDecor_30.svg) 80% 150px no-repeat;
}

header.ticket {
	background: #ffffff url(../../img/bgDecor_32.svg) center top no-repeat;
	background-size: cover;
}

header.september {
	background: #ffffff url(../../img/september.svg) center top no-repeat;
	/*	background-size: cover;*/
}

header.kirilbirthday {
	background: #ffffff url(../../img/bgDecor_42.svg) center top no-repeat;
	background-size: cover;
}

header.reviews {
	background-image: url(../../img/bgDecor_36.svg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 2;
	position: relative;
}

header.practice {
	background: #ffffff url(../../img/bgDecor_33.svg) center top no-repeat;
	/*	background-size: cover;*/
}

header.payment {
	background: #ffffff url(../../img/bgDecor_31.svg) center top no-repeat;
}

header.payment.paymentV2 {
	background: #ffffff url(../../img/bgDecor_38.svg) bottom center no-repeat;
}

header.oferta {
	background: #fafdff url(../../img/bgDecor_28.svg) 50% 240px no-repeat;
}

header.reviews_all {
	background: #ffffff url(../../img/bgDecor_28.svg) 50% 240px no-repeat;
}

.head {
	z-index: 3;
	position: relative;
}

.ctaContant {
	padding-left: 50px;
	padding-right: 30px;
	padding-top: 50px;

}

.whiteBox {
	border-radius: 4px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 3px 25px 0px rgba(74, 135, 147, 0.25);
	padding-left: 34px;
	padding-right: 34px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}

.whiteBox.roadMapBox {
	margin-top: 15px;
	padding-top: 30px;
	padding-bottom: 50px;
}

.whiteBox.roadMapBox h2 {
	margin-bottom: 40px;
}

.whiteBox.comment {
	padding-top: 40px;
	padding-bottom: 40px;

}

.whiteBox.comment p {
	font-size: 16px;
}

.discount {
	padding: 0px;
	overflow: hidden;
	margin-top: 40px;
}

.discount .left {
	display: inline-block;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 40px;
}

.discount .left h2 {
	color: #ffffff;
	margin-bottom: 0px;
}

.discount .left p {
	font-size: 16px;
	color: #ffffff;
	font-family: 'LatoWeb';
}

.discount .left img {
	width: 60px;
}

.discount .right p {
	font-family: 'LatoWeb';
	font-size: 16px;
}

.discount .right p i {
	font-family: 'LatoWebLight';
}

.discount .right {
	padding-top: 50px;
	padding-left: 40px;
}

.lpCourse.offline .discount .right {
	padding-right: 40px;
}

.lpCourse.ppg .discount .right {
	padding-top: 70px;
}

.discount .yellow {
	background-color: #fcd786;
}

.lpCourse.offline .discount .yellow {
	background-color: #17d5bc;
	padding-top: 90px;
	padding-bottom: 80px;
}

.lpCourse.offline .discount .blue {
	background-color: #64a1e9;
	padding-top: 90px;
	padding-bottom: 80px;
}

.lpCourse .whiteBox.comment {
	margin-top: 50px;
	z-index: 3;
	position: relative;
}

.lpCourse .whiteBox.comment img {
	margin-top: 5px;
}

.grayBox {
	border-radius: 4px;
	background-color: rgb(247, 249, 252);
	/*	box-shadow: 0px 3px 25px 0px rgba(74, 135, 147, 0.25);*/
	padding-left: 34px;
	padding-right: 34px;
	padding-top: 40px;
	padding-bottom: 40px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}

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

.whiteBox.cta {
	padding-top: 80px;
	padding-bottom: 80px;
}

.whiteBox.cta h3 {
	padding-bottom: 20px;
}

.whiteBox.linkBox {
	min-height: 100px;
	color: #3b4754;
	padding-top: 40px;
	padding-bottom: 15px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.whiteBox.linkBox img {
	margin-top: 5px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.whiteBox.linkBox:hover img {
	padding-left: 10px;
}

.whiteBox.linkBox p {
	font-size: 16px;
}

.whiteBox.linkBox a {
	color: #3b4754;
}

.logo img {
	width: 70px;
}

.logo img.logoFull {
	width: 170px;
}

.head p {
	color: #909090;
	padding: 0px;
	margin: 0px;
}

.head p.phone {
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.35px;
}

.mainScreen {
	z-index: 2;
	position: relative;
	display: block;

}

.pad-no {
	padding: 0;
}


.main-menu.mainscreenhide {
	top: -100px;
	z-index: 6;
}

.main-menu {
	width: 100%;
	/* position: absolute; */
	top: 0px;
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
}

.gnm .main-menu .contactsHeadBox,
.main-menu .contactsHeadBox {
	background-color: transparent;
	top: 4px;
	text-align: right;
}

.main-menu .logo-mini {
	padding-bottom: 15px;
	text-align: left;
	margin-left: -30px;
}

.main-menu .logo-mini img {
	width: 110px;
}

.main-menu {
	background-color: #ffffff;
	border: none;
	/* top: 0px; */
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	font-size: 13px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	-moz-box-shadow: 0 0 40px rgba(11, 11, 11, 0.7);
	box-shadow: 0 0 40px rgba(11, 11, 11, 0.1);
}

.main-menu .phoneNumber p.phone {
	font-weight: 500;
}

.main-menu .navbar-default .navbar-nav li a {
	color: #3b4754;
	/*	border-bottom: 0px solid #3b4754;*/
	display: block;
	position: relative;


}

.main-menu .navbar-default .navbar-nav li a span {

	position: relative;
	display: block;
}

.main-menu .navbar-default .navbar-nav > li > a:hover {
	color: #161b21;
	text-decoration: underline;
	/*	border-bottom: 1px solid #3b4754;*/
	/*	background-color: rgb(23, 213, 188);*/
}

.main-menu .phoneNumber {
	padding-top: 8px;
	text-align: right;
}

.main-menu .workTime {
	color: #6b6161;
	font-size: 12px;
	text-align: right;
	padding: 0px;
	margin: 0px;
	margin-top: -10px;
}

.main-menu .logoInList a {
	padding-top: 5px;
	padding-bottom: 3px;
}

.main-menu .logoInList a img {
	width: 95px;
}

.main-menu .mainScreenSocialLinks {
	margin-top: 0px;
	background-color: #ffffff;
}

.main-menu .authBtn {
	margin-top: 5px;
}




.mainMenuStatic {
	width: 100%;
	position: relative;
	display: block;
	z-index: 5;
}

.mainMenuStatic ul {
	width: 100%;
	/*	margin-left: 54px;*/
	margin-top: 28px;
	text-align: right;
}

.mainMenuStatic ul li {
	display: inline-block;
	position: relative;
}

.main-menu ul li .subMenu,
.mainMenuStatic ul li .subMenu {

	position: absolute;
	width: 230px;
	visibility: hidden;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	z-index: 5;
	opacity: 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.main-menu ul li .subMenu.school {
	left: -48%;
}

.mainMenuStatic ul li .subMenu.school {
	left: -70%;
}

.main-menu ul li .subMenu.rec {
	left: -26%;
}

.mainMenuStatic ul li .subMenu.rec {
	left: 7%;
}

.main-menu ul li .subMenu ul,
.mainMenuStatic ul li .subMenu ul {

	text-align: left;
	margin: 0px;
	display: block;
	position: relative;
	padding: 20px 0px 15px 0px;
	border-radius: 6px;
	box-shadow: 0px 5px 30px 0px rgba(187, 219, 255, 0.8);
	background-color: #ffffff;
	z-index: 2;

}

.main-menu ul li .subMenu ul li,
.mainMenuStatic ul li .subMenu ul li {
	display: inline-block;
	position: relative;
	padding-bottom: 11px;
	width: 100%;
	padding-left: 24px;
}

.main-menu ul li .subMenu ul li a,
.mainMenuStatic ul li .subMenu ul li a {
	font-weight: 300;
}

.main-menu ul li .subMenu ul::after,
.mainMenuStatic ul li .subMenu ul::after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}

.main-menu ul > li:hover > .subMenu,
.mainMenuStatic > ul > li:hover > .subMenu {
	padding-top: 15px;
	opacity: 1;
	visibility: visible;
}


.mainMenuStatic ul li a {
	text-decoration: none;
	font-size: 14px;
	font-weight: 300;
	margin-left: 30px;
	color: #3b4754;

}

.mainMenuStatic ul li .subMenu ul li a {
	margin-left: 0px;
}

.mainMenuStatic ul li:first-child a {
	margin-left: 0px;
}

.mainMenuStatic ul li a:hover {
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.mainScreenSocialLinks {
	border-radius: 20px;
	background-color: rgba(190, 216, 216, 0.1);
	/*		opacity: 0.102;*/
	padding: 12px;
	padding-top: 9px;
	padding-left: 26px;
	padding-right: 26px;
	text-align: center;
	display: inline-block;
	margin-right: 12px;
	margin-top: 18px;
}

.authBtn {
	padding: 11px;
	padding-top: 8px;
	text-align: center;
	display: inline-block;
	border-radius: 4px;
	background-color: rgba(190, 216, 216, 0.1);
	margin-top: 18px;
}

.mainScreenSocialLinks a {
	display: inline-block;
	margin-right: 2px;
	margin-left: 2px;
}

.mainScreenSocialLinks a img {
	width: 18px;
	height: 14px;
}


ul.def li,
ol li {
	font-size: 16px;
	margin-bottom: 7px;
	padding-left: 6px;
}

strong {
	font-family: 'LatoWebBold';
}

p strong {
	font-family: 'LatoWebMedium';
}

h1 {
	font-size: 64px;
	padding: 0px;
	margin: 0px;
	line-height: 85px;
}

h1 span,
h2 span {
	font-family: 'LatoWebLight';
}

.smallTop {
	font-size: 30px;
	line-height: 36px;
	display: inline-block;
}

.caps span {
	text-transform: none;
}

.mainTitle ul {
	padding-left: 22px;
	margin-top: 38px;
}

.mainTitle ul li {
	font-size: 16px;
	font-family: 'LatoWeb';
	line-height: 30px;
}

.mainTitle ul li span {
	font-family: 'LatoWebLight';
	line-height: 16px;
}

.gnm .mainTitle ul li span {
	color: #cae2ff;
}

.mainTitle h2 {
	margin-bottom: 50px;
	margin-top: 8px;
	font-size: 32px;
}

.mainTitle h2.green {
	color: #17d5bc;
	font-family: 'LatoWeb';
	margin-bottom: 30px;
	padding-top: 30px;
}

.mainTitle h2.green img {
	margin-top: -5px;
}

.practice .mainScreen p {
	margin-top: 40px;
}

.practice .mainScreen .whiteBox p {
	margin-top: 20px;
	margin-bottom: 0px;

}

.practice .mainScreen .whiteBox input[type="text"],
.practice .mainScreen .whiteBox input[type="tel"],
.practice .mainScreen .whiteBox input[type="email"] {
	width: 100%;
	margin-bottom: 10px;
}

.practice .mainScreen .whiteBox .inputs {
	margin-top: 30px;
}

.practice .mainScreen .whiteBox input.btn {
	padding-left: 20px;
	padding-right: 20px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 30px;
}

.practice .mainScreen h1 {
	line-height: 65px;
}

.mainTitle .cal,
.mainTitle .flag {
	margin: 0px;
	padding-left: 30px;
	position: relative;
	padding-top: 10px;
}

.mainTitle .cal img,
.mainTitle .flag img {
	position: absolute;
	left: 0px;
	width: 18px;
}

.mainTitle .flag img {
	width: 16px;
	padding-left: 2px;
	top: 13px;
}

.mainTitle .cal strong,
.mainTitle .flag strong {
	font-weight: 400;
}

h2 {
	color: #3b4754;
	font-size: 50px;
	font-family: 'LatoWebBold';

}

.title h2 {
	margin-top: 40px;
}

h2.small {
	font-size: 30px;
	font-family: 'LatoWebLight';
	line-height: 36px;
}

p.small {
	font-size: 16px;
}

.quoteSection {
	padding-bottom: 100px;
}


.quote .text.whiteBox {
	margin-left: 50px;
	padding-top: 80px;
	padding-bottom: 70px;
	padding-left: 60px;
	padding-right: 80px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 20px 50px 0px rgba(173, 197, 226, 0.5);
	position: relative;
	width: 92%;
}

.quote .left {
	padding-top: 90px;
}

.quote .left h3.name {
	font-size: 19px;
	font-family: 'LatoWebBold';
}

.quote .left p {
	font-size: 16px;
	font-family: 'LatoWeb';
}

.quote .right {
	background-image: url(../../img/quoteBg.svg);
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	width: 100%;
	height: 100%;
	display: inline-block;
	padding-top: 70px;
	padding-bottom: 110px;
}

.qSocLink {
	color: #3b4754;
	font-size: 16px;
	font-family: 'LatoWeb';
	position: relative;
	padding-left: 30px;
}

.qSocLink img {
	position: absolute;
	left: 0px;
	top: 2px;
}

.quote .right p {
	font-size: 38px;
	color: #3b4754;
	font-family: 'LatoWebSemiBold';
	line-height: 46px;
	margin-top: 20px;
}

.quote .right .whiteBox .decor {
	position: absolute;
	left: -18px;
	top: 100px;
}

.playBtn {
	width: 100%;
	display: inline-block;
	background-color: transparent;
	text-align: left;
	color: #ffffff;
	box-shadow: none;
	text-transform: none;
	padding: 0px;
	margin-top: 20px;
	outline: none;
	overflow-wrap: break-word;
	word-wrap: break-word;
	white-space: pre-line;
}

.playBtn:hover span.text,
.playBtn:hover {
	color: #ffffff;
}

.playBtn:hover span.text {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.playBtn span.text {
	padding-top: 10px;
	padding-left: 0px;
	margin-left: 15px;
	font-family: 'LatoWebSemibold';
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.35px;
	display: inline-block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.playBtn span.icon {
	width: 52px;
	height: 52px;
	float: left;
	position: relative;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;

}

.playBtn span.icon img {
	position: absolute;
	top: -20px;
	left: -20px;
}

.btn {
	border-radius: 25px;
	background-color: rgb(23, 213, 188);
	box-shadow: 0px 10px 24px 0px rgba(0, 219, 190, 0.44);
	font-family: 'LatoWebSemibold';
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	padding: 15px 55px;
	border: none;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	text-transform: uppercase;
	letter-spacing: 0.35px;
	outline: none;
	overflow-wrap: break-word;
	word-wrap: break-word;
	white-space: pre-line;
}

.btn.blue {
	background-color: #88d7f5;
	box-shadow: 0px 5px 20px 0px rgba(82, 140, 209, 0.4);
	color: #ffffff;
}

.btn.darkBlue {
	background-color: #64a1e9;
	box-shadow: 0px 10px 24px 0px rgba(100, 161, 233, 0.2);
	color: #ffffff;
}

.btn.darkBlue:hover {
	box-shadow: 0px 15px 30px 0px rgba(100, 161, 233, 0.4);
}

.vpg .btn.blue {
	background-color: #64a1e9;
	box-shadow: 0px 5px 20px 0px rgba(82, 140, 209, 0.4);
	color: #ffffff;
}

.btn.blue:hover {
	box-shadow: 0px 5px 20px 0px rgba(82, 140, 209, 0.6);
}

.btn.purpur {
	background-color: #927de3;
	box-shadow: 0px 5px 20px 0px rgba(146, 125, 227, 0.4);
}

.btn.purpur:hover {
	box-shadow: 0px 5px 25px 0px rgba(146, 125, 227, 0.8);
}

.btn.small {
	font-size: 12px;
	padding: 12px 25px;
}

a,
input {
	outline: 0 !important;
}

a,
.a:active,
.a:hover,
.a:focus,
.btn:active,
.btn:hover,
.btn:focus {
	outline: 0;
	outline-offset: 0;
}

.btn.clear.green {
	color: #17d5bc;
}

.btn.clear.green:hover {
	color: #17d5bc;
}

.btn.clear.blue {
	color: #64a1e9;
}

.btn.clear.blue:hover {
	color: #64a1e9;
	box-shadow: none;
}

.btn.white {
	background-color: #ffffff;
	box-shadow: 0px 10px 30px 0px rgba(140, 202, 255, 0.63);
	color: #3475ac;
}

.btn.white:hover {
	box-shadow: 0px 12px 50px 0px rgba(86, 146, 198, 0.9);
	color: #3475ac;
}

.btn.red {
	background-color: #fb6561;
	box-shadow: 0px 10px 30px 0px rgba(251, 101, 97, 0.25);
}

.btn.red:hover {
	box-shadow: 0px 12px 50px 0px rgba(251, 101, 97, 0.4);
}

.btn:hover {
	color: #ffffff;
	box-shadow: 0px 10px 40px 0px rgba(0, 219, 190, 0.50);
}

.link {
	color: #64b8ff;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.link.small {
	color: #0d0d0f;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
}

.link:hover {
	color: #64b8ff;
	text-decoration: none;
}

.link.arrow:hover img {
	margin-left: 15px;
}

.link.small.arrow img {
	width: 25px;
}

.link.arrow img {
	margin-left: 10px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.btn.clear {
	background: transparent;
	box-shadow: none;
	border: none;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
}

.btn.clear.bord {
	border: 1px solid #d5e1ee;
	font-size: 16px;
	color: #434f5b;
	text-transform: none;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 13px;
	padding-bottom: 14px;
	font-family: 'LatoWebLight';
	border-radius: 50px;
}

.btn.clear.bord:hover {
	background-color: #d5e1ee;
	color: #ffffff;
}

.btn.clear:hover {
	background-color: #ffffff;
	color: rgb(100, 184, 255);
}

.btn.clear:hover img {
	margin-right: -10px;
	padding-left: 25px;

}

.btn.clear img {
	padding-left: 15px;
	margin-top: -4px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.mainTitle {
	margin-top: 90px;
}

.mainTitle p {
	margin-top: 40px;
}

.mainTitle .decorBord {
	padding: 85px;
}


.regular {
	font-weight: 400;
}

strong {
	font-weight: 500;
}



a {
	outline: none;
	cursor: pointer;
}

.inputs p {
	font-size: 12px;
	color: #8192a5;
}

.inputs p a {
	color: #8192a5;
	border-bottom: 1px solid rgba(129, 146, 165, 0.2);
	text-decoration: none;
}

.inputs p a:hover {
	border-bottom: 1px solid rgba(129, 146, 165, 0.7);
	text-decoration: none;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
	border: none;
	height: 48px;
	width: 100%;
	outline: none;
	padding-left: 25px;
	border-radius: 4px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 5px 20px 0px rgba(173, 197, 226, 0.3);
	-webkit-box-shadow: 0px 5px 20px 0px rgba(173, 197, 226, 0.3);
	margin-bottom: 10px;
	font-size: 16px;
}

textarea::placeholder,
input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder {
	color: #93acc7;
	font-size: 16px;
}

textarea {
	border: none;
	width: 100%;
	outline: none;
	padding-left: 25px;
	border-radius: 4px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 5px 20px 0px rgba(173, 197, 226, 0.3);
	-webkit-box-shadow: 0px 5px 20px 0px rgba(173, 197, 226, 0.3);
	margin-bottom: 10px;
	font-size: 16px;
	padding-top: 15px;
}

p.radio {
	display: inline-block;
	width: 100%;
	text-align: left;
	color: #ffffff;
	font-size: 15px;
	margin-bottom: 15px;
}


[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

[type="checkbox"]:disabled + label,
[type="radio"]:disabled + label {
	opacity: 0.5;
}

[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label,
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
	position: relative;
	padding-left: 34px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #ffffff;
}


.greens [type="checkbox"]:checked + label,
.greens [type="checkbox"]:not(:checked) + label,
.greens [type="radio"]:checked + label,
.greens [type="radio"]:not(:checked) + label {
	color: #434f5b;
}

[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before,
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	border: 1px solid #ffffff;
	border-radius: 100%;
	background-color: transparent;
}

.spasibo .inputs .item p.radio {
	margin-bottom: 28px;
}

.greens [type="checkbox"]:checked + label:before,
.greens [type="checkbox"]:not(:checked) + label:before,
.greens [type="radio"]:checked + label:before,
.greens [type="radio"]:not(:checked) + label:before {
	background: #e6fcf9;
	border: 1px solid #e6fcf9;
	width: 28px;
	height: 28px;
	margin-top: -3px;
}

[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after,
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
	content: '';
	width: 16px;
	height: 16px;
	background: #ffffff;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.greens [type="checkbox"]:checked + label:after,
.greens [type="checkbox"]:not(:checked) + label:after {
	content: url(../../img/checkbox.png);
	background-color: transparent;
	top: 1px;
	left: 6px;
}

.greens [type="radio"]:checked + label:after,
.greens [type="radio"]:not(:checked) + label:after {
	background: #34ecd4;
	top: 6px;
	left: 6px;
	margin-top: -3px;
}

[type="checkbox"]:not(:checked) + label:after,
[type="radio"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

[type="checkbox"]:checked + label:after,
[type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}








.back input.btn {
	display: block;
	width: auto;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;

}

input.btn {
	display: block;
	padding-left: 50px;
	padding-right: 50px;
	width: 100%;
	margin-bottom: 30px;

}

footer input,
footer input[type="text"],
footer input[type="tel"],
footer input[type="email"] {
	border-radius: 4px;
	background-color: rgb(68, 78, 91);
	box-shadow: 0px 15px 35px 0px rgba(30, 35, 42, 0.3);
	margin-bottom: 20px;
}

footer input::placeholder {
	color: #a2b3c8;
	font-size: 14px;
}

.glLink {
	color: #788596;
	text-decoration: none;
}

.glLink span {
	border-bottom: 1px solid rgba(120, 133, 150, 0.38);
}

.glLink:hover {
	color: #bad1ef;
	text-decoration: none;
}

.glLink:hover span {
	border-bottom: 1px solid #bad1ef;
}

.glLink:hover img {
	opacity: 1;
}

.glLink img {
	margin-left: 10px;
	opacity: 0.5;
}

.socSubs {
	display: inline-block;
	width: 100%;
	margin-top: 0px;
}

.socSubs p {
	display: inline-block;
	font-size: 16px;
	/*	font-family: 'LatoWebSemibold';*/
	margin-right: 8px;
	color: #3b4754;
}

.socSubs a {
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
}

.socSubs a img {
	height: 16px;
	width: 16px;
	margin-top: -11px;
}

a.btn.social {
	margin-top: 30px;
	margin-bottom: 70px;
	background-image: -moz-linear-gradient(90deg, rgb(58, 57, 58) 0%, rgb(63, 63, 63) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(58, 57, 58) 0%, rgb(63, 63, 63) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(58, 57, 58) 0%, rgb(63, 63, 63) 100%);
	box-shadow: 0.5px 0.866px 15px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0.5px 0.866px 15px rgba(0, 0, 0, 0.3);
	padding: 8px;
	display: inline-block;
	width: 300px;
	/*height: 50px;*/

}

a.btn.social span {
	border: 1px solid #a29367;
	width: 100%;
	height: 100%;
	display: block;
	padding-top: 18px;
	padding-bottom: 18px;

}

select {
	width: 200px;
	border: none;
	height: 48px;
	position: relative;
	background: none;
	z-index: 100;
	outline: none;
	-webkit-appearance: none;
	padding-left: 25px;
	cursor: pointer;
}

.select-outer {
	border: none;
	background: #363d40;
	width: 200px;
	/*overflow: hidden;*/
	display: inline-block;
	position: relative;
	color: #ffffff;
	font-size: 14px;
	height: 48px;
	/*    margin-right: 60px;*/

	border-radius: 24px;
	font-weight: 400;
}

select[multiple],
select[size] {
	height: 48px;
}

.select-button {
	position: absolute;
	right: 25%;
	top: 1px;
	z-index: 2;
}

.select-button .arrow {
	background: url(../../img/listArrow.svg) center center no-repeat;

	width: 44px;
	height: 44px;
	position: absolute;
}

.mainCta h2 {
	font-weight: 300;
	font-size: 26px;
	color: #ffffff;
	margin-bottom: 50px;
}

.mainCta .form {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.mainCta input {
	background-color: transparent;
	border-bottom: 1px solid #c1e3ff;
	width: 100%;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	padding: 0px;

}

.mainCta input::placeholder {
	color: #c1e3ff;
}

.mainCta .btn.white {
	margin-top: 20px;
}

#mainBools {
	padding-top: 160px;
	padding-bottom: 130px;
}

#mainBools h2 {
	margin-top: 30px;
	margin-bottom: 40px;
}

.mainBoolsBox {
	width: 100%;
	text-align: center;
	padding-top: 80px;
}

.practicePage .mainBoolsBox {
	padding-top: 0px;
	margin-bottom: 80px;
}

.lpCourse .mainBoolsBox {
	padding-top: 0px;
}

.lpCourse .zachem .title {
	margin-bottom: 70px;
}

.lpCourse .mainBoolsBox.noPlus ul {
	width: 100%;
}

.lpCourse .mainBoolsBox.noPlus ul li {
	padding-left: 30px;
	padding-right: 30px;
}

.mainBoolsBox ul {
	font-size: 0px;
	width: 80%;
	display: inline-block;
}

.mainBoolsBox.noPlus ul li {
	margin-left: 1%;
	margin-right: 1%;
}

.mainBoolsBox ul li {
	width: 30%;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.mainBoolsBox ul li.plus {
	width: 5%;
	vertical-align: top;
	padding-top: 50px;
}

.mainBoolsBox ul li p {
	font-size: 19px;
	font-family: 'LatoWebBold';
	margin-top: 0px;
	min-height: 30px;
	display: block;
}

.mainBoolsBox ul li p.small {
	font-size: 16px;
	font-family: 'LatoWebLight';
}



/* darkSection */

.darkSection {
	background-color: #3b4754;
	background-image: url(../../img/darkBg.svg);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 160px;
	padding-bottom: 525px;
}

.reviewsPage .darkSection {
	background-color: #3b4754;
	background-image: none;
	margin-top: -100px;
	z-index: 0;
	padding-bottom: 0px;
}


.darkSection h2 {
	color: #ffffff;
}

.darkSection .title p {
	color: #b0bac8;
	margin-top: 30px;

}

.darkSection .title p img {
	margin-right: 6px;
	margin-top: -4px;
}

.courses .item {
	background-color: #ffffff;
	color: #4b5f68;
	border-radius: 10px;
	box-shadow: 0px 39px 45px 0px rgba(34, 40, 47, 0.87);
	overflow: hidden;
	z-index: 4;
	position: relative;
	display: inline-block;
}

.courses .item.green .head {
	background-color: #30ecd3;
}

.courses .item.green.dark .head {
	background-color: #27c6b1;
}

.courses .item.green.dark2 .head {
	background-color: #1d9585;
}

.courses .item.green.gray .head {
	background-color: #8be6da;
}


.courses .item.disable .footer p {
	font-size: 14px;
	font-family: 'LatoWebSemibold';
	text-transform: uppercase;
	letter-spacing: 0.35px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
}

.courses .item.blue .head {
	background-color: #6cabf5;
}

.courses .item.disable .head {
	background-color: #d7d7d7;
}

.courses .item.gray .head {
	background-color: #88d7f5;
}

.courses .item.blue.dark .head {
	background-color: #578bc4;
}

.courses .item.blue.dark2 .head {
	background-color: #33567f;
}

.courses .item.purpur .head {
	background-color: #927de3;
}

.courses .item.purpur.dark .head {
	background-color: #7b68c7;
}

.courses .item.purpur.dark2 .head {
	background-color: #5c4b9d;
}


.courses .item .head {
	position: relative;

	display: inline-block;
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 60px;
	padding-top: 30px;
	background-image: url(../../img/panelDecor.svg);
	background-position: bottom center;
	background-position-y: 101%;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.courses .item .head.noDecor {
	background-image: none;
}
.courses .item .head h2 {
	font-size: 30px;
}

.courses .item .body {
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-top: 30px;
	position: relative;
	display: inline-block;
	width: 100%;
}

.courses .item .body p.subTitle {
	font-size: 19px;
	font-family: 'LatoWebSemibold';
	margin-bottom: 30px;
}

.courses.priceBox .item .body p.subTitle {
	margin-bottom: 0px;
}

.courses .item .body p.subTitle img {
	margin-top: -3px;
	margin-right: 16px;
}

.courses .item .body p {
	font-size: 16px;
	color: #4b5f68;
	line-height: 30px;
	margin-bottom: 30px;
}

.courses .item .body .text {
	min-height: 120px;
}
.salePage .courses .item .body .text{
	min-height: 30px;
}
.salePage .courses .item .body p {
	margin-bottom: 20px;
}
.courses .item .body p.time {
	font-family: 'LatoWebSemibold';
	margin-bottom: 20px;
	font-size: 17px;
	color: #4b5f68;
}


.courses .item .footer {
	position: relative;
	display: inline-block;
	width: 100%;
	border-top: 1px solid #e2e6ec;
	padding-top: 20px;
	padding-bottom: 25px;
}


.infoSection {
	background-image: url(../../img/decorBgLight.svg);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 340px;
	margin-top: -580px;
	padding-bottom: 90px;
}

.lpCourse.ppg .infoSection,
.lpCourse.vpg .infoSection {
	padding-top: 430px;
}

.infoSection .title h2 {
	margin-top: 60px;
	margin-bottom: 110px;
}

.infoSection .ctaLine {
	margin-top: 60px;
}

.sostav {
	padding: 50px;
	box-shadow: 0px 20px 50px 0px rgba(173, 197, 226, 0.7);
}

.sostav ul {
	padding-bottom: 0px;
	padding-left: 46px;
}

.sostav ul li {
	font-size: 16px;
	padding-bottom: 7px;
	padding-top: 7px;
}

.vozmoznosty .title {
	margin-bottom: 0px;
}

.vozmoznosty .title h2 {
	margin-top: 140px;
	margin-bottom: 60px;
}

.vozmoznosty .decor {
	z-index: 1;
	font-size: 150px;
	color: #e5f2ff;
	position: absolute;
	font-family: 'LatoWebSemibold';
	display: inline-block;
	top: -83px;
}

.vozmoznosty .decor2 {
	z-index: 1;
	font-size: 150px;
	color: #e5f2ff;
	position: absolute;
	font-family: 'LatoWebSemibold';
	display: inline-block;
	top: -113px;
}

.vozmoznosty p,
.vozmoznosty ul {
	z-index: 2;
	display: inline-block;
	position: relative;
	width: 100%;
}

.lpCourse .vozmoznosty ul {
	margin-top: 75px;
	margin-bottom: 45px;
}

.lpCourse .vozmoznosty ul li {
	font-size: 15px;
	margin-bottom: 10px;
}

.vozmoznosty ul {
	margin-top: 15px;
}

.vozmoznosty ul li {
	font-size: 19px;
	margin-bottom: 4px;

}

.vozmoznosty ul li img {
	margin-top: -3px;
	margin-right: 12px;
}

.vozmoznosty .cta {
	margin-top: 70px;
}





.ctaLine {
	height: 62px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 31px;
	width: 70%;
}

.ctaLine.light {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 30px 0px rgba(204, 220, 225, 0.5);

}

.ctaLine.dark {
	background-color: rgb(73, 89, 106);
	box-shadow: 0px 15px 40px 0px rgba(24, 31, 33, 0.7);
	color: #ffffff;
}

.practicePage .ctaLine p {
	font-family: 'LatoWebBold';
}

.ctaLine p {
	font-size: 16px;
	margin-top: 20px;
}

.ctaLine .btn {
	width: 97%;
	margin-top: 6px;
	z-index: 4;
	position: relative;
}


.sectionDef_1 {
	position: relative;
	background-image: -moz-linear-gradient(90deg, rgb(244, 252, 255) 1%, rgb(245, 252, 255) 34%);
	background-image: -webkit-linear-gradient(90deg, rgb(244, 252, 255) 1%, rgb(245, 252, 255) 34%);
	background-image: -ms-linear-gradient(90deg, rgb(244, 252, 255) 1%, rgb(245, 252, 255) 34%);
	padding-bottom: 0px;
	padding-top: 50px;
	z-index: 3;
}

.sectionDef_1 .bgDecor_1 {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../../img/bgDecor_1.svg);
	background-repeat: no-repeat;
	background-position: top;
}

.sectionDef_1 img.pict {
	box-shadow: 0px 20px 50px 0px rgba(173, 197, 226, 0.5);
}

.sectionDef_1 h2.small {
	margin-top: 145px;
	margin-left: 20px;
}

.sectionDef_1 .title {
	margin-top: 280px;
}

.sectionDef_1 .whiteBox {
	margin-bottom: -180px;
	z-index: 2;
	box-shadow: 0px 30px 40px 0px rgba(102, 122, 128, 0.5);
}


.darkSection_2 {
	/*	background-image: url(../../img/darkBg_2.svg);*/
	background: #3b4753 url('../../img/darkBg_2.svg');
	background-repeat: no-repeat;
	background-position: top center;
	color: #d9e2ec;
	position: relative;
	padding-top: 300px;
	padding-bottom: 600px;
}

.ppg .darkSection_2 {
	z-index: 0;
	padding-bottom: 580px;
}

/*
.ppg.offline .darkSection_2 {
	padding-bottom: 480px;
}
*/

.darkSection_2 .decorHead {
	background-image: url(../../img/bgDecor_2.svg);
	background-repeat: no-repeat;
	background-position: top center;
	position: absolute;
	height: 240px;
	width: 100%;
	z-index: 2;
	top: -2px;
}

.ppg .darkSection_2 .decorHead {
	background-image: url(../../img/bgDecor_2_w.svg);
}

.practicePage .darkSection_2.darkSection_3 {
	background: #effeff url('../../img/bgDecor_35.svg');
	background-repeat: no-repeat;
	background-position: top center;
	padding-bottom: 160px;
}

.practicePage .darkSection_2 .decorHead {
	background-image: url(../../img/bgDecor_34.svg);
	height: 500px;
}

.darkSection_2 h2 {
	color: #ffffff;
}

.darkSection_2 .bigTag {
	background-color: #4d5d6d;
	color: #a5b1c0;
}

.bigList {
	margin-bottom: 80px;
	position: relative;
	display: inline-block;
	width: 100%;
}

.bigList p {
	font-size: 16px;
	line-height: 28px;
}

.bigList .decor {
	font-size: 60px;
	color: #303b46;
	font-family: 'LatoWebBold';
	position: absolute;
	z-index: 1;
	transform: rotate(-90deg);
	top: -30px;
	left: 20px;
}

.bigList h2 {
	font-size: 19px;
	z-index: 2;
	position: relative;
}

.bigList ol {
	z-index: 2;
	margin-top: 40px;
	list-style: none;
	counter-reset: my-awesome-counter;
	/*	margin-left: 20px;*/
	padding-left: 20px;
	position: relative;
}

.bigList ol li {
	font-size: 16px;
	line-height: 28px;
	color: #d9e2ec;
	counter-increment: my-awesome-counter;
}

.bigList ol li:before {
	content: counter(my-awesome-counter) ". ";

	display: inline-block;
	font-family: 'LatoWebSemibold';
	color: #ffffff;
	position: absolute;
	left: 0px;
}

.bigList .item {
	padding-right: 30px;
	position: relative;
	border-left: 1px solid #343f4b;
	padding-left: 30px;
}

.infoSection_2 {
	background-image: url(../../img/decorBgLight_2.svg);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 340px;
	margin-top: -590px;
	padding-bottom: 60px;
	z-index: 3;
	position: relative;
	overflow: hidden;
}

.lpCourse .infoSection {
	padding-bottom: 120px;
}

.infoSection_2 .title h2 {
	margin-top: 60px;
	margin-bottom: 110px;
}

.infoSection_2 .ctaLine {
	margin-top: 60px;
}


.textBlock p {
	color: #3b4754;
}

.textBlock p strong {
	font-family: 'LatoWebBold';
}

.textBlock ul {
	padding-left: 20px;
	margin-top: 50px;
}

.textBlock ul li {
	font-size: 16px;
	color: #5a737d;
	line-height: 30px;
}

.textBlock ul li strong {
	font-family: 'LatoWebMedium';
}

.textBlock .pict.pict1 {
	margin-top: 50px;
	margin-left: 50px;
}

.textBlock .item {
	margin-bottom: 80px;
	display: inline-block;
	position: relative;
	width: 100%;
}

.linksDef {
	border-bottom: 1px solid rgba(90, 115, 125, 0.3);
	text-decoration: none;
	color: #5a737d;
}

.linksDef:hover {
	border-bottom: 1px solid rgba(90, 115, 125, 0.8);
	text-decoration: none;
	color: #5a737d;
}

.textBlock .linkDef {
	color: #5a737d;
	font-size: 16px;
	border-bottom: 1px solid rgba(90, 115, 125, 0.3);
	text-decoration: none;
}

.textBlock .linkDef:hover {
	border-bottom: 1px solid rgba(90, 115, 125, 0.8);
	text-decoration: none;
}

.author {
	background: #f5fcff url('../../img/bgFooterBlue.svg');
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-top: 240px;
	margin-top: -160px;
}

.author .photo {
	width: 100%;
	border-radius: 4px;
	box-shadow: 0px 20px 50px 0px rgba(40, 50, 62, 0.3);
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.author .photo img {
	width: 100%;
}

.author .mainScreenSocialLinks {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 30px 0px rgba(204, 220, 225, 0.5);
}



.bools {
	color: #ffffff;
	margin-top: 80px;
	padding-bottom: 160px;
}

.bools ul {
	font-size: 0px;
	vertical-align: top;
	margin-top: 30px;
}

.bools ul li {
	display: inline-block;
	width: 24%;
	border: 1px solid #ffffff;
	border-right: 0px;
	height: 220px;
	vertical-align: top;
	padding-left: 30px;
	padding-right: 30px;
}

.bools ul li p {
	font-size: 16px;
}

.bools ul li:last-child {
	border-right: 1px solid #ffffff;
}

.bools ul li .bigNumber {
	font-size: 40px;
	font-family: 'LatoWebBold';
	margin-top: 40px;
}

footer {
	background-color: #38404b;
	color: #f5fcff;
	padding-top: 100px;

}

footer h2.title {
	font-size: 16px;
	margin-bottom: 50px;
	color: #ffffff;
}

footer ul li {
	margin-bottom: 13px;
}

footer ul li a {
	font-size: 14px;
	color: #f5fcff;
	border-bottom: 0px solid #f5fcff;
}

footer ul li a:hover {
	color: #f5fcff;
	text-decoration: none;
	border-bottom: 1px solid rgba(245, 252, 255, 0.51);
}

.iconLink {
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
	color: #ffffff;
	font-family: 'LatoWebBold';
	font-size: 14px;
}

.iconLink:hover {
	color: #f5fcff;
}

.iconLink .iconBoxBtn {
	border-radius: 4px;
	background-color: rgb(68, 78, 91);
	width: 38px;
	height: 40px;
	padding: 9px;
	margin-right: 18px;
	display: inline-block;
}


footer .footer {
	display: inline-block;
	width: 100%;
	position: relative;
	padding-top: 34px;
	padding-bottom: 34px;
	background-color: #323a44;
	color: #788596;
	margin-top: 60px;
}

footer .footer p {
	font-size: 14px;
}

footer .form p {
	font-size: 14px;
	color: #a2b3c8;
}

footer .form p a {
	font-size: 14px;
	color: #a2b3c8;
	border-bottom: 1px solid rgba(245, 252, 255, 0.3);
	text-decoration: none;
}

footer .form p a:hover {
	border-bottom: 1px solid rgba(245, 252, 255, 0.8);
	text-decoration: none;
}


.bordR {
	border-right: 1px solid #e2eef5;
}

.lpCourse .bordR {
	padding-top: 20px;
	padding-bottom: 15px;
}

.lpCourse .bordR p {
	line-height: 22px;
}

.lpCourse.vpg.offline .bordR {
	padding-top: 75px;
	padding-bottom: 65px;
}

.bordR p {
	font-size: 16px;
	height: 180px;
}

.author .authorInfo h2.small {
	margin-top: 50px;
	margin-bottom: 40px;
}

.author .authorInfo p {
	font-size: 16px;
	line-height: 26px;
	padding-right: 50px;
}

.persons {
	margin-top: 70px
}

.persons .item h2 {
	font-size: 50px;
	font-family: 'LatoWebLight';
	margin-bottom: 50px;
}

.persons .item.left {
	padding-right: 60px;
}

.persons .item.right {
	padding-left: 60px;
}

.persons .item .whiteBox {
	box-shadow: 0px 20px 50px 0px rgba(50, 91, 142, 0.1);
	padding-top: 50px;
	padding-bottom: 56px;
	padding-left: 0px;
	padding-right: 0px;
}

h3.status {
	font-size: 19px;
	color: #434f5b;
	margin-top: 30px;
	margin-bottom: 5px;
}

h3.name {
	font-size: 22px;
	color: #3b4754;
	font-family: 'LatoWebMedium';
	margin-top: 0px;
}

.persons .item .whiteBox .header {
	padding-bottom: 40px;
}

.persons .item .whiteBox .footer {
	border-top: 1px solid #e1ebf6;
	padding-top: 30px;
}

.persons .item .whiteBox .footer .btn.clear.bord {
	margin-top: 25px;
}

.persons .item .whiteBox .footer p {
	font-size: 16px;
}

.persons .item .whiteBox .footer p img.iconPhone,
.persons .item .whiteBox .footer p img.iconEmail {
	margin-right: 10px;
	margin-top: -4px;
}

.persons .item .whiteBox .footer .contactsinfo {
	display: block;
	position: relative;
	text-align: center;
}

.persons .item .whiteBox .footer p.phone {
	display: inline-block;
	position: relative;
	font-family: 'LatoWebMedium';
	font-size: 19px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.persons .item .whiteBox .footer p.email {
	font-family: 'LatoWebMedium';
	font-size: 19px;

}

.persons .item .whiteBox .footer p.email a {
	font-family: 'LatoWebMedium';
	font-size: 19px;
	color: #3b4754;
}

.persons .item .whiteBox .footer .chatLinks {
	display: inline-block;
	position: relative;
	margin-left: 15px;

}

.persons .item .whiteBox .footer .chatLinks a {
	display: inline-block;
	margin-right: 3px;
	margin-left: 3px;

}

.persons .item .whiteBox .footer .chatLinks a img {
	margin-top: -5px;
	width: 24px;
	height: 19px;
}

.persons .item .whiteBox .footer .socialLinks a {
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
}

.persons .item .whiteBox .footer .socialLinks a img {
	width: 24px;
	height: 17px;
}



.bigTag {
	background-color: rgb(236, 242, 250);
	/*	height: 47px;*/
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-radius: 100px;
	display: inline-block;
	margin-bottom: 22px;
	color: #939eae;
	text-align: center;
	font-size: 18px;
}

.bigTag img {
	/* margin-right: 10px; */
	margin-top: -5px;
}

.contactsBgDecor2 {
	background: #fafdff url(../../img/bgDecor_4.svg) center bottom no-repeat;
}

.licence {
	background-color: #69a4ea;
	margin-top: -10px;
	margin-bottom: -10px;
	padding-bottom: 170px
}

.licence .mainTitle {
	margin-top: 130px;
}

.licence .mainTitle h2 {
	color: #ffffff;
	font-size: 50px;
}


.licenceItems .item {
	border-radius: 4px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 20px 50px 0px rgba(33, 44, 110, 0.21);
	display: inline-block;
	width: 100%;
	padding: 50px;
	margin-bottom: 30px;
	min-height: 250px;
}

.licenceItems .item h2 {
	font-size: 19px;
	color: #434f5b;
	font-family: 'LatoWebSemibold';
	margin-bottom: 28px;
}

.licenceItems .item h2 img {
	margin-right: 10px;
	margin-top: -4px;
}

.licenceItems .item p {
	font-size: 16px;
	color: #434f5b;
}

.licenceItems .item p.link {
	margin: 0px;
	padding: 0px;
}

.licenceItems .item p.link a {
	text-decoration: none;
	font-size: 16px;
	color: #434f5b;
	font-family: 'LatoWebMedium';
	text-transform: none;
}

.licenceItems .item p.link img {
	margin-right: 10px;
}

.notify {
	background-color: rgb(114, 175, 247);
	height: 124px;
	display: inline-block;
	border-radius: 100px;
	padding-top: 40px;
	padding-right: 40px;
	margin-top: 30px;

}

.ppg .notify {
	background-color: #927de3;
}

.vpg .notify {
	background-color: rgba(255, 255, 255, 0.14);

}

.vpg .notify .btn.white {
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.17);
}

.vpg .notify .btn.white:hover {
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
}

.notify p {
	color: #ffffff;
	font-family: 'LatoWebMedium';
	font-size: 16px;
	line-height: 28px;
}

.notify img,
.notify svg {
	margin-top: -37px;
}

.notify .col-sm-3 {
	text-align: right;
}

.licence,
.contactsBgDecor2 {
	display: inline-block;
	width: 100%;
}

.tech {
	margin-top: 120px;
}

ul.shtrich {
	padding-left: 0px;
	position: relative;
}

ul.shtrich li {
	display: inline-block;
	list-style-type: none;
	color: #556473;
	font-size: 16px;
	padding-left: 25px;
	line-height: 26px;
	width: 100%;
}

ul.shtrich li strike {
	color: #b0bac5;
}

ul.shtrich li:before {
	content: "— ";
	position: absolute;
	left: 0px;
}

ul.shtrich li.strike:before {
	color: #b0bac5;
}

.coursesSection .item .body .subTitle {
	line-height: 24px;
	font-size: 'LatoWebSemibold';
}

.coursesSection .item .body .subTitle img {
	margin-bottom: 8px;
}

.coursesSection .courses .item .head h2 {
	color: #ffffff;
}

.coursesSection .mainTitle {
	margin-bottom: 90px;
}

.coursesSection .item {
	box-shadow: 0px 20px 50px 0px rgba(173, 197, 226, 0.5);
}

.coursesSection .courses .item .head {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 80px;
	padding-top: 32px;
	background-size: 101% auto;
	background-image: url(../../img/panelDecor2.svg);
}

.coursesSection .courses .item .body {
	padding-left: 30px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-top: 5px;
}

.coursesSection .courses .item .footer {
	padding-top: 15px;
	padding-bottom: 15px;
}


.primeshestva {
	background-image: url(../../img/bgDecor_5.svg);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 580px;
	margin-top: -380px;
	/* padding-bottom: 40px; */
}

.primeshestva h2 {
	color: #ffffff;
	margin-top: 60px;
	margin-bottom: 120px;
	line-height: 58px;
}

.primeshestvaItems h3 {
	color: #ffffff;
	font-size: 19px;
	line-height: 28px;
	font-family: 'LatoWebSemibold';
	min-height: 56px;
	margin-top: 27px;
	margin-bottom: 0px;
	margin-left: 16px;
}

.primeshestvaItems img {
	margin-left: -23px;
	position: absolute;
}

.primeshestvaItems p {
	color: #ffffff;
	font-size: 16px;
	margin-top: 20px;
	line-height: 26px;
}

.primeshestvaItems .mainContent {
	vertical-align: center;
}

.primeshestvaItems .item {
	margin-bottom: 60px;
	display: inline-block;
	width: 100%;
	min-height: 188px;
}


.modal .modal-content {
	border-radius: 0px;
}

.modal .modal-content td strike {
	color: #969696;
	font-size: 11px;
}

.modal .modal-header {
	padding: 45px 50px 45px;
	border: none;
	display: inline-block;
	width: 100%;
}

.modal .modal-body {
	padding: 0px 50px 0;
	display: inline-block;
	width: 100%;
}

.modal h3 {
	font-size: 34px;
	line-height: 40px;
	color: #3b4754;
	font-family: 'LatoWebBold';
}

.modal textarea.textInput {
	width: 80%;
}

.modal .btn {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.modal input.textInput {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: 50px;
	border: none;
	border-bottom: 0px;
	padding-left: 5px;
	font-size: 14px;
	outline: none;
	padding-left: 25px;
	/*	text-align: center;*/
	padding-bottom: 0;
	margin-bottom: 20px;
}

.modal .modal-footer {
	text-align: center;
	padding-bottom: 50px;
	border: none;
}

.modal .modal-footer p {
	font-size: 14px;

}

.modal .modal-footer p a {
	font-size: 14px;
	color: #3b4754;
	border-bottom: 1px solid rgba(59, 71, 84, 0.25);
	text-decoration: none;
}

.modal .modal-footer p a:hover {
	border-bottom: 1px solid rgba(59, 71, 84, 0.8);
	text-decoration: none;
}

.modal a.link {
	margin-top: 15px;
	display: inline-block;
	font-size: 12px;
	color: #6b6b6b;
	font-weight: 300;
	cursor: pointer;
}

.modal .btn {
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 40px;
	margin-top: 0px;
}

.modal .title {
	font-weight: 500;
	margin-bottom: 40px;
}

.modal .close {
	float: right;
	font-size: 50px;
	font-weight: 100;
	line-height: 1;
	color: #000;
	display: block;
	right: 10px;
	position: absolute;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: 0.2;
	background-color: #fff;
}



.schedule {
	background-color: #fafdff;
	padding-bottom: 128px;
}

.scheduleBox .bigTag {
	margin-top: 75px;
}

.scheduleBox .item {
	border-radius: 4px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 20px 0px rgba(173, 197, 226, 0.25);
	padding-top: 26px;
	padding-bottom: 26px;
	display: inline-block;
	position: relative;
	margin-bottom: 12px;
	width: 100%;
	padding-left: 50px;
	padding-right: 36px;

}

.lpCourse .scheduleBox .item .subArrow {
	position: absolute;
	right: 40px;
	top: 8px;
}

.scheduleBox .item.blue {
	border-left: 6px solid #6cabf5;
}

.scheduleBox .item.green {
	border-left: 6px solid #30ecd3;
}

.scheduleBox .item.purpur {
	border-left: 6px solid #927de3;
}

.scheduleBox .item p {
	padding: 0px;
	margin: 0px;
}

.scheduleBox .item p.data {
	font-family: 'LatoWebSemibold';
}

.scheduleBox .item p.link {
	display: inline-block;
	width: 100%;
	text-align: right;
}

.scheduleBox .item p.link a {
	font-size: 16px;
	color: #b1c3d7;
	text-transform: none;
	font-family: 'LatoWeb';
	/*	margin-right: 10px;*/
}

.scheduleBox .item p.link a:hover img {
	margin-right: -10px;
	padding-left: 20px;
}

.scheduleBox .item p.link a img {
	padding-left: 10px;
	position: relative;
	display: inline-block;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.landing header {
	color: #ffffff;
}

.landing header.sbor {
	background-image: url(../../img/bgDecor_6.svg);
	background-position: top center;
	background-repeat: no-repeat;
	padding-bottom: 520px;
}

.landing header.gnm {
	background-image: url(../../img/bgDecor_16.svg);
	background-position: top center;
	background-repeat: no-repeat;
	padding-bottom: 520px;
}

.landing header.vpg {
	background-image: url(../../img/bgDecor_20.svg);
	background-position: top center;
	background-repeat: no-repeat;
	padding-bottom: 462px;
}

.landing header.ppg {
	background-image: url(../../img/bgDecor_27.svg);
	background-position: top center;
	background-repeat: no-repeat;
	padding-bottom: 520px;
}

.landing .mainMenuStatic ul li a {
	color: #ffffff;
	font-family: 'LatoWeb';
}

.landing .mainMenuStatic ul li a:hover {
	border-bottom: 1px solid #ffffff;
}

.landing .ctaContant .mainPict {
	padding-top: 72px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
}

.landing.offline .ctaContant .mainPict {
	padding-top: 52px;
	padding-bottom: 0px;
}

.landing.offline .ctaContant .mainPict img {
	width: 70%;
}

.landing .ctaContant .mainPict img {
	width: 80%;
}

.landing.ppg .ctaContant .mainPict img {
	width: 70%;
}

.landing.ppg.offline .ctaContant .mainPict img {
	width: 60%;
}

.landing .ctaContant h3 img.pin {
	margin-right: 10px;
	margin-top: -4px;
	position: relative;
	display: inline-block;
}

.landing .ctaContant h3 {
	font-family: 'LatoWeb';
	font-size: 19px;
	margin-bottom: 30px;
}

.landing .ctaContant .whiteBox {
	padding-bottom: 60px;
}

.landing .ctaContant .whiteBox p {
	font-family: 'LatoWebLight';
}

.landing .ctaContant p {
	color: #4b5f68;
	font-size: 16px;
	margin-top: 20px;
}

.landing .ctaContant {
	padding-top: 90px;
}

.landing .mainScreen p {
	font-family: 'LatoWeb';
}

.gnm .contactsHeadBox {
	background-color: rgba(100, 161, 233, 0.2);
}

.ppg .contactsHeadBox {
	background-color: rgba(255, 255, 255, 0.1);
}

.contactsHeadBox {
	background-color: rgba(146, 125, 227, 0.1);
	display: inline-block;
	width: 90%;
	border-radius: 50px;
	position: absolute;
	right: 0px;
	top: 18px;
}

.contactsHeadBox p.phone {
	font-size: 14px;
	font-family: 'LatoWebSemibold';
	margin-top: 11px;
}

.landing .head .mainScreenSocialLinks {
	margin-top: 62px;
	margin-right: -9px;
	background-color: transparent;
}

.landing .head .mainScreenSocialLinks a img {
	width: 16px;
	height: 12px;
}

.landing .head .mainScreenSocialLinks a {
	margin-right: 4px;
	margin-left: 4px;
}

.zachem {
	position: relative;
	z-index: 2;
	background-image: -moz-linear-gradient(90deg, rgb(240, 249, 252) 0%, rgb(255, 255, 255) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(240, 249, 252) 0%, rgb(255, 255, 255) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(240, 249, 252) 0%, rgb(255, 255, 255) 100%);
}

.zachem .item {
	margin-top: 90px;
	padding-right: 40px;
	display: inline-block;
	width: 100%;
}

.lpCourse.offline .zachem .item {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
}

.lpCourse.offline .zachem .text p {
	padding-right: 50px;
}

.zachem .scheduleBox {
	margin-bottom: 50px;
}

.zachem .item ul li img {
	margin-top: 5px;
	position: absolute;
	left: 15px;
}

.zachem .item ul {
	margin-top: 25px;
}

.zachem .item ul li {
	padding-left: 35px;
	margin-bottom: 8px;
}

.zachem.greed .item ul li img {
	left: 0px;
}

.zachem.greed .text {
	padding-left: 40px;
	display: inline-block;
	width: 100%;
}

.zachem.greed .grayBox p {
	padding-right: 0px;
	font-size: 19px;
	margin-bottom: 10px;
}

.who {
	position: relative;
	z-index: 0;
	background-image: url(../../img/bgDecor_7.svg);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 360px;
	margin-top: -670px;
}

.lpCourse .who {
	padding-top: 410px;
}

.lpCourse.vpg .who {
	padding-top: 460px;
	padding-bottom: 100px;
}

.lpCourse.vpg.offline .who {
	padding-top: 410px;
	padding-bottom: 0px;
}

.lpCourse .who.who2 {
	z-index: 2;
	padding-top: 360px;
	margin-top: -630px;
}

.lpCourse.offline .who.who2 {
	padding-top: 410px;
}

.lpCourse .who.who2 .title {
	margin-top: 60px;
}

.lpCourse .who {
	z-index: 1;
}

.doiposle .whiteBg {
	padding-bottom: 100px;
}

.who .whiteBg {
	background: rgb(255, 255, 255);
	display: inline-block;
	width: 100%;
	/*	padding-bottom: 100px;*/
}

.lpCourse .who .whiteBg {
	padding-top: 110px;
	margin-top: -110px;
}

.lpCourse.offline .who.who2 .whiteBg {
	padding-top: 160px;
	margin-top: -160px;
}

.lpCourse.ppg .who .whiteBg {
	padding-top: 50px;
	margin-top: -50px;
}

.lpCourse.ppg .who.who2 .whiteBg {
	padding-top: 110px;
	margin-top: -110px;
}

.lpCourse.ppg.offline .who.who2 .whiteBg {
	padding-top: 180px;
	margin-top: -160px;
}

.lpCourse.vpg .who.who2 .whiteBg {
	padding-top: 150px;
	margin-top: -165px;
}

.who h2.small {
	margin-top: 0px;
}

.who .bools {
	margin-top: 50px;
	padding-bottom: 70px;
}

.who .bools ul li .bigNumber {
	color: #5f9be5;
}

.who .bools ul li {
	border-color: #dfdcf3;
	width: 25%;
}

.who .bools ul li p {
	color: #5a737d;
}

.who .photo {
	width: 100%;
	border-radius: 4px;
	box-shadow: 0px 20px 50px 0px rgba(173, 197, 226, 0.5);
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.who .photo img {
	width: 100%;
}

.who .whiteBox {
	margin-left: 50px;
	padding-top: 70px;
	padding-bottom: 70px;
	padding-left: 60px;
	padding-right: 60px;
	box-shadow: 0px 20px 50px 0px rgba(37, 68, 106, 0.15);
	position: relative;
	width: 92%;
	margin-bottom: -80px;
}

.offline .who .whiteBox,
.ppg .who .whiteBox {
	margin-bottom: 80px;
}

.who .whiteBox p {
	font-size: 16px;
	line-height: 26px;
}

.who .whiteBox .decor {
	position: absolute;
	left: -18px;
	top: 100px;
}


.for {
	background-image: url(../../img/bgDecor_8.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 220px;
	position: relative;
	padding-bottom: 310px;
	z-index: -1;
}

.lpCourse .for.gnm {
	background-image: url(../../img/bgDecor_18.svg);
}

.lpCourse .for {
	padding-top: 150px;
	padding-bottom: 310px;
}

.lpCourse .whiteBox.kak,
.lpCourse .for .whiteBox {
	padding-top: 70px;
	padding-bottom: 70px;
}

.lpCourse.vpg .whiteBox.kak h2 {
	margin-bottom: 30px;
}

.for h2 {
	color: #ffffff;
	margin-bottom: 90px;
}

.for .whiteBox {

	box-shadow: 0px 20px 50px 0px rgba(18, 33, 52, 0.36);
}

.for .whiteBox p {
	font-size: 16px;
	line-height: 30px;
	color: #5a737d;
}

.camp .bgDecor,
.for .bgDecor {
	background-image: url(../../img/bgDecor_9_w.svg);
	background-position: bottom center;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 230px;
}

.rewMini {
	background-color: #ffffff;
	position: relative;
	padding-top: 130px;
	padding-bottom: 30px;
}

.lpCourse .rewMini {
	background-image: -moz-linear-gradient(90deg, rgb(240, 249, 252) 0%, rgb(255, 255, 255) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(240, 249, 252) 0%, rgb(255, 255, 255) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(240, 249, 252) 0%, rgb(255, 255, 255) 100%);
	padding-bottom: 420px;
}

.rewMini .title {
	margin-bottom: 45px;
}

.rewMini .title h2.caps {
	margin-bottom: 80px;
}

.rewMiniGallery .previewImg {
	width: 100%;
	min-height: 480px;
	position: relative;
}

.reviewsTextSection .controls {
	width: 100%;
	display: inline-block;
	height: 0px;
}

.rewMiniGallery .previewImg .previewPhoto {
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #3b4754;
	background-position: center;
	-webkit-filter: grayscale(1);
	/* Old WebKit */
	filter: grayscale(1);
}

.rewMiniGallery .previewImg .toner {
	background-color: #3b4754;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	opacity: 0.6;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;

}

.rewMiniGallery {
	margin-bottom: 60px;
	display: inline-block;
	width: 100%;
}

.rewMiniGallery .previewImg .text {
	z-index: 3;
	width: 100%;
	height: 100%;
	position: absolute;
	/*	padding: 80px;*/

	color: #ffffff;
	text-decoration: none;
}

.rewMiniGallery .previewImg:hover .text img {
	width: 100px;
	padding-top: 190px;

}

.rewMiniGallery .previewImg .text img {
	padding-top: 200px;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	width: 80px;
	position: relative;

}

.rewMiniGallery .previewImg .text h2 {
	color: #ffffff;
	position: absolute;
	bottom: 10px;
	text-align: left;
	margin-left: 70px;

}

.rewMiniGallery .previewImg .text p {
	padding-right: 180px;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	margin-top: 20px;
}


.rewMiniGallery a {
	text-decoration: none;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.rewMiniGallery a:hover .previewImg .toner {
	opacity: 0.8;
}

.rewMiniGallery .iframe {
	display: none;
	height: 480px;
}

.rewMiniGallery h2 {
	margin-bottom: 46px;
}

.rewMiniGallery .owl-nav {
	position: absolute;
	top: 330px;
	width: 100%;
}

.rewMiniGallery.rewTextGallery .owl-nav {
	top: auto;
	bottom: 210px;
}

.rewMiniGallery.rewTextGallery .owl-prev {
	left: -30px;
}

.rewMiniGallery.rewTextGallery .owl-prev:hover {
	left: -35px;
}

.rewMiniGallery .owl-prev {
	position: absolute;
	left: 0px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.rewMiniGallery .owl-prev:hover {
	left: -10px;
}

.rewMiniGallery.rewTextGallery .owl-next {
	right: -30px;
}

.rewMiniGallery.rewTextGallery .owl-next:hover {
	right: -35px;
}

.rewMiniGallery .owl-next {
	position: absolute;
	right: 0px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.rewMiniGallery .owl-next:hover {
	right: -10px;
}

.rewMiniGallery .owl-dots {
	margin-top: 54px;
	vertical-align: top;
	position: relative;
	text-align: center;
}

.owl-carouselTextRew .owl-dots {
	display: none;
}

.rewMiniGallery .owl-dot {
	width: 60px;
	height: 1px;
	background-color: #cbd9e9;
	display: inline-block;
	margin-right: 3px;
	margin-left: 3px;
}

.rewMiniGallery .owl-dot.active {
	height: 2px;
	background-color: #3b4754;
}

.rewMini .footer p {
	font-size: 16px;
	color: #4b5f68;
	margin-top: 15px;
}

.rewTextGallery .whiteBox {
	width: 96%;
	margin-left: 2%;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 96px;
	padding-bottom: 120px;
}

.rewTextGallery .left {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.rewTextGallery .left .photoBox {
	display: inline-block;
	width: 100%;
	box-shadow: 0px 20px 50px 0px rgba(173, 197, 226, 0.5);
}

.rewTextGallery .left .photoBox img {
	width: 100%;
}

.rewTextGallery .left h2.name {
	font-size: 30px;
	color: #64a1e9;
	font-family: 'LatoWebBold';
	margin-bottom: 20px;
	margin-top: 40px;
}

.rewTextGallery .left .socLink {
	position: relative;
	display: inline-block;
}

.rewTextGallery .left .socLink img {
	width: 18px;
}

.rewTextGallery .right {
	padding-left: 30px;
}

.rewTextGallery .right img.rewQ {
	width: 18px;
}

.rewTextGallery .right .rewText {
	font-size: 16px;
	font-family: 'LatoWeb';
	line-height: 26px;
	/* min-height: 338px; */
}

.rewTextGallery .right .more {
	font-size: 14px;
	color: #30ecd3;
	text-transform: uppercase;
	font-family: 'LatoWebBold';
	/*	line-height: 30px;*/
	letter-spacing: 2px;
	margin-top: 30px;
	position: relative;
	display: inline-block;
}

.rewTextGallery .right .more:hover img {
	margin-left: 15px;
}

.rewTextGallery .right .more img {
	width: 15px;
	display: inline-block;
	margin-top: -3px;
	margin-left: 10px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}




.gridGallerySection {
	background: #3b4754 url(../../img/bgDecor_9.svg) top center no-repeat;
	/*	background-color: #3b4754;*/
	padding-top: 230px;
	padding-bottom: 550px;

}

.gridGallerySection h2 {
	color: #ffffff;
}

.gridGallery {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: 218px 218px 218px;
	grid-column-gap: 5px;
	grid-row-gap: 5px;
}

.gridGallery .horDou1 {
	grid-column-start: 2;
	grid-column-end: 4;
}

.gridGallery .horDou2 {
	grid-column-start: 3;
	grid-column-end: 5;
}

.gridGallery .vertDou {
	grid-column-start: 5;
	grid-row-start: 1;
	grid-row-end: 3;
}

.gridGallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.gridGallery a:hover img {
	opacity: 0.8;
}


#gridGalleryModal {
	padding-right: 0;
}

#gridGalleryModal .modal-dialog {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;

}

#gridGalleryModal .modal-content {
	height: auto;
	min-height: 100%;
	border-radius: 0;
	background-color: rgba(0, 0, 0, 0.7);
}

#gridGalleryModal .close {
	color: #ffffff;
	opacity: 0.8;
	background-color: transparent;
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 99;
}

#gridGalleryModal .carousel-control img {
	top: 50%;
	position: absolute;
	left: 45%;
}

#gridGalleryModal .carousel-inner > .item {
	height: 100vh;
}

#gridGalleryModal .carousel-inner > .item > img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-height: 100%;
	width: auto;
}








.modal.and.carousel {
	position: fixed;
}

.programm {
	position: relative;
	z-index: 2;
	background-image: url(../../img/bgDecor_7.svg);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 410px;
	margin-top: -650px;

}

.lpCourse .programm {
	margin-top: -590px;
}

.programm .title {
	margin-bottom: 0px;
}


.programm .whiteBgGrad {
	background-image: -moz-linear-gradient(90deg, rgb(240, 249, 252) 0%, rgb(255, 255, 255) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(240, 249, 252) 0%, rgb(255, 255, 255) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(240, 249, 252) 0%, rgb(255, 255, 255) 100%);
	display: inline-block;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 300px;
}

.lpCourse .programm .whiteBgGrad {
	padding-bottom: 600px;
}

.lpCourse.offline .programm .whiteBgGrad {
	padding-bottom: 0px;
}

.maps {
	background-color: rgb(240, 249, 252);
	padding-bottom: 650px;
}

.programmTabs {
	margin-top: 30px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ecf2fa;
	display: inline-block;
	width: 100%;
}

.programmTabs .nav-tabs {
	border: 0px;
}

.programmTabs li {
	font-size: 19px;
	font-family: 'LatoWebSemibold';
	color: #3b4754;
}

.programmTabs li a {
	min-width: 50px;
	height: 50px;
	text-align: center;
	border: 0px;
}

.programmTabs li a.text {
	padding-left: 25px;
	padding-right: 25px;
}

.programmTabs li a:hover {
	border-radius: 25px;
	background-color: rgb(230, 236, 244);
	border: 0px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	cursor: default;
	border: 0px;

	border-radius: 25px;
	background-color: rgb(100, 161, 233);
	box-shadow: 0px 10px 30px 0px rgba(34, 40, 47, 0.24);
	color: #ffffff;
}

.programmTabsContent {
	padding-top: 50px;
	font-size: 19px;
}

.calDay {
	border-radius: 4px;
	background-color: rgb(108, 171, 245);
	box-shadow: 0px 10px 30px 0px rgba(25, 29, 34, 0.2);
	width: 80%;
	display: inline-block;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 16px;
	color: #ffffff;
}

.calDay p {
	padding: 0px;
	margin: 0px;
}

.calDay .big {
	font-size: 50px;
	font-family: 'LatoWebSemibold';
	padding: 0px;
	margin: 0px;
}

.programmTimeLine {
	margin-bottom: 130px;
}

.programmTimeLine ul {
	list-style-image: url(../../img/liCircl_2.svg);
	margin: 0px;
	padding: 0px;
	margin-left: 8px;
	border-left: 1px solid #e3ecf8;
	padding-left: 14px;
	margin-top: 35px;
}

.lpCourse .programmTimeLine ul {
	margin-top: 0px;
}

.lpCourse .programmTimeLine ul li {
	padding-left: 20px;
}

.programmTimeLine ul li {
	color: #3b4754;
	padding-bottom: 28px;
	font-size: 19px;
}

.programmTimeLine ul li p {
	padding: 0px;
	margin: 0px;
	padding-left: 80px;
}

.programmTimeLine ul li .time {
	font-family: 'LatoWebSemibold';
	position: absolute;
	left: 50px;
}

.programmTimeLine ul li p.longTime {
	padding-left: 160px;
}


.camp {
	position: relative;
	z-index: 2;
	background-image: url(../../img/bgDecor_10.svg);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 170px;
	margin-top: -220px;
	color: #ffffff;
	padding-bottom: 480px;
}

.lpCourse.vpg .camp {
	background-image: url(../../img/bgDecor_22.svg);
}

.lpCourse .camp {
	margin-top: 0px;
	padding-bottom: 400px;
	padding-top: 160px;
	background-image: url(../../img/bgDecor_17.svg);
}

.lpCourse.offline .camp {
	padding-bottom: 290px;
}

.lpCourse.offline .camp .whiteBox.sostav {
	box-shadow: 0px 20px 50px 0px rgba(1, 1, 2, 0.17);
	margin-top: 40px;
	margin-bottom: 80px;
}

.lpCourse.offline .camp .bordR p span {
	line-height: 90px;
}

.lpCourse .camp.camp2 {
	padding-bottom: 320px;
}

.lpCourse .camp .title {
	margin-bottom: 80px;
}

.lpCourse .textBlock .pict.pict1 {
	margin-top: 20px;
	margin-left: 10px;
}

.offline .camp h2 {
	margin-bottom: 110px;
}

.camp h2 {
	color: #ffffff;
}

.camp p {
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
}

.camp .whiteBox ol li,
.camp .whiteBox ul li {
	line-height: 22px;
}

.camp ol li,
.camp ul li {
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
}

.camp ol {
	padding-left: 23px;
}

.camp p strong {
	font-size: 19px;
}

.camp p span {
	font-family: 'LatoWebMedium';
}

.camp .textBlock .pict2 {
	margin-top: 80px;
	margin-left: 40px;
}

.camp .textBlock .topBord {
	border-top: 1px solid #7daded;
	padding-top: 56px;
}

.roadMap {
	position: relative;
	z-index: 2;
	background-image: url(../../img/bgDecor_11.svg);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 390px;
	margin-top: -725px;
}

.roadMap .title {
	margin-bottom: 80px;
}

.roadMap .whiteBg {
	background: #f1f8ff;
	display: inline-block;
	width: 100%;
	padding-bottom: 620px;
}

.roadMap .whiteBg img {
	margin-left: -28px;
}

.roadMap .whiteBg h2 {
	font-family: 'LatoWebMedium';
	margin-top: 40px;
}

.roadMap .whiteBg p {
	font-size: 16px;
	line-height: 28px;
}

.price {
	padding-top: 0px;
	margin-top: -500px;
	position: relative;
	z-index: 2;
}

.price .title {
	margin-bottom: 250px;
}


.price .colorBg {
	background-image: url(../../img/bgDecor_12.svg);
	background-position: top center;
	background-repeat: no-repeat;
	padding-bottom: 230px;
}

.lpCourse .price .colorBg {
	padding-bottom: 530px;
}

.lpCourse .price .colorBg.gnm {
	background-image: url(../../img/bgDecor_19.svg);
}

.lpCourse.offline .price .colorBg.ppg,
.lpCourse.offline .price .colorBg.gnm,
.lpCourse.offline .price .colorBg.vpg {
	background-size: cover;
}

.lpCourse .price .colorBg.ppg {
	background-image: url(../../img/bgDecor_26.svg);
}

.lpCourse .price .colorBg.vpg {
	background-image: url(../../img/bgDecor_23.svg);
}

.lpCourse .price .colorBg .priceBox {
	margin-top: -170px;
	display: inline-block;
	width: 100%;
}

.lpCourse .price .colorBg .priceBox .item {
	box-shadow: 0px 39px 45px 0px rgba(34, 40, 47, 0.29);
	margin-bottom: 30px;
}

.lpCourse .price .colorBg .priceBox .item .head h2 {
	color: #ffffff;
}

.price .colorBg .priceMain {
	padding-top: 100px;
	padding-bottom: 80px;
	margin-top: -170px;
}

.price .colorBg .priceMain .header {
	padding-left: 50px;
	padding-right: 50px;
	display: inline-block;
	width: 100%;
}

.price .colorBg .priceMain .header .plus {
	margin-top: 40px;
}

.price .colorBg .priceBox .priceBig,
.price .colorBg .priceMain .priceBig {
	font-size: 40px;
	font-family: 'LatoWeb';
}

.price .colorBg .priceBox p.oldPrice {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 30px;
}

.oldPrice {
	font-size: 19px;
	font-family: 'LatoWebLight';
	padding: 0px;
	margin: 0px;
}

.price .colorBg .priceMain ul li {
	font-size: 16px;
	text-align: left;
}

.price .colorBg .priceMain .footer {
	border-top: 1px solid #e7ebf8;
	display: inline-block;
	width: 100%;
	margin-top: 70px;
	padding-top: 70px;
	padding-left: 70px;
	padding-right: 70px;
}

.price .colorBg .priceTable p {
	font-size: 16px;
	padding-left: 30px;
}

.price .colorBg .priceTable p img.star {
	left: 0px;
	top: 4px;
	position: absolute;
}

.price .colorBg .priceTable p img.dot {
	left: 0px;
	margin-top: 9px;
	position: absolute;
}

.price .colorBg .priceTable .priceSmall {
	font-family: 'LatoWebBold';
	text-align: right;
}

.priceSub {
	padding-top: 70px;
	padding-left: 105px;
	padding-right: 105px;
	padding-bottom: 70px;
	margin-top: 30px;
}

.priceSub h2 {
	margin-bottom: 60px;
}

.formBox.purpur {
	background-color: rgb(144, 141, 240);
	color: #ffffff;
}

.formBox.blue {
	background-color: rgb(116, 178, 242);
	color: #ffffff;
}

.formBox.green {
	background-color: #2cc8c1;
	color: #ffffff;
}

.formBox.white {
	background-color: #ffffff;
	color: #3b4754;
}

.formBox {
	border-radius: 4px;
	box-shadow: 0px 20px 50px 0px rgba(11, 12, 15, 0.17);
	padding-left: 0px;
	padding-right: 0px;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 10px;
	padding-top: 70px;

	margin-top: 100px;
}

.formBox h2 {
	color: #ffffff;
	margin-bottom: 30px;
}

.formBox .form {
	padding-left: 90px;
	padding-right: 90px;
}

.formBox.blue .textInput {
	background-color: rgb(116, 178, 242);
	box-shadow: 0px 5px 20px 0px rgba(19, 51, 87, 0.2);
	-webkit-box-shadow: 0px 5px 20px 0px rgba(19, 51, 87, 0.2);
}

.formBox.green .textInput {
	background-color: #2cc8c1;
	box-shadow: 0px 5px 20px 0px rgba(19, 51, 87, 0.2);
	-webkit-box-shadow: 0px 5px 20px 0px rgba(19, 51, 87, 0.2);
	color: #ffffff
}

.formBox.green .btn.white {
	box-shadow: 0px 5px 20px 0px rgba(19, 51, 87, 0.2);
	-webkit-box-shadow: 0px 5px 20px 0px rgba(19, 51, 87, 0.2);
	color: #17d5bc;
}

.formBox.green .btn.white:hover {
	box-shadow: 0px 5px 20px 0px rgba(19, 51, 87, 0.5);
	-webkit-box-shadow: 0px 5px 20px 0px rgba(19, 51, 87, 0.5);
}

.formBox.purpur .textInput {
	background-color: #908df0;
	box-shadow: 0px 5px 20px 0px rgba(16, 30, 46, 0.1);
	-webkit-box-shadow: 0px 5px 20px 0px rgba(16, 30, 46, 0.1);


}

.formBox .textInput {
	height: 58px;
	margin-bottom: 13px;
}

.formBox textarea.textInput {
	height: auto;
}

.formBox .textInput::placeholder {
	color: rgba(255, 255, 255, 0.61);
}

.formBox .btn {
	margin-top: 25px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	height: 56px;
	border-radius: 30px;
}

.formBox p.small {
	font-size: 14px;
	color: #ffffff;
}

.formBox p.small a {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.37);
	font-size: 14px;
}

.formBox p.small a:hover {
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.formBox.purpur .footer {
	background-color: #9491f0;
}

.formBox.blue .footer {
	background-color: rgba(221, 220, 244, 0.1);
}

.formBox .footer {

	display: inline-block;
	width: 100%;
	margin-top: 48px;
}

.formBox .footer ul {
	padding: 0px;
	margin: 0px;
	widows: 100%;
}

.formBox.purpur .footer ul li {
	border-right: 1px solid #908df0;
}

.formBox.blue .footer ul li {
	border-right: 1px solid #74b2f2;
}

.formBox.green .footer ul li {
	border-right: 1px solid rgba(36, 185, 178, 0.51);
}

.formBox .footer ul li {
	display: inline-block;
	width: 11.1%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;

}

.formBox .footer ul li img {
	opacity: 0.6;
}

.org {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.org h2.small {
	color: #ffffff;
	font-size: 50px;
	margin-top: 160px;
	margin-bottom: 50px;
}

.org .whiteBox {
	padding: 0px;
	margin: 0px;
	position: relative;
}

.org .whiteBox .left {
	padding-top: 58px;
	padding-bottom: 60px;
	padding-left: 10px;
	padding-right: 10px;
}

.org .whiteBox .col-sm-6:first-child {
	border-right: 1px solid #e1ebf6;
}

.org .whiteBox .right {
	padding-top: 114px;
}

.lpCourse .org .whiteBox .right {
	padding-top: 80px;
}

.org .whiteBox .right p {
	font-size: 16px;
	color: #3b4754;
}

.org .whiteBox .right p img.iconPhone,
.org .whiteBox .right p img.iconEmail {
	margin-right: 10px;
	margin-top: -4px;
}

.org .whiteBox .right .contactsinfo {
	display: block;
	position: relative;
	text-align: center;
}

.org .whiteBox .right p.phone {
	display: inline-block;
	position: relative;
	font-family: 'LatoWebMedium';
	font-size: 19px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	width: 100%;
}

.org .whiteBox .right p.email {
	font-family: 'LatoWebMedium';
	font-size: 19px;

}

.org .whiteBox .right p.email a {
	font-family: 'LatoWebMedium';
	font-size: 19px;
	color: #3b4754;
}

.org .whiteBox .right .chatLinks {
	display: inline-block;
	position: relative;
	margin-left: 15px;

}

.org .whiteBox .right .chatLinks a {
	display: inline-block;
	margin-right: 3px;
	margin-left: 3px;

}

.org .whiteBox .right .chatLinks a img {
	margin-top: -5px;
	width: 24px;
	height: 19px;
}

.org .whiteBox .right .socialLinks a {
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
}

.org .whiteBox .right .socialLinks a img {
	width: 24px;
	height: 17px;
}

#gridGalleryModal .item {
	width: 100%;
	text-align: center;
}

.reg {
	background-image: url(../../img/bgDecor_13.svg);
	background-position: center 330px;
	background-repeat: no-repeat;
}

.reg .regBox a {
	display: inline-block;
	width: 100%;
}

.reg .item {
	display: inline-block;
	border-radius: 4px;
	box-shadow: 0px 20px 50px 0px rgba(173, 197, 226, 0.5);
	min-height: 198px;
	width: 100%;
	padding-left: 60px;
	padding-top: 60px;
	padding-bottom: 60px;
	z-index: 2;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.reg .item.green {
	background-color: rgb(23, 213, 188);
}

.reg a .item h2 {
	color: #ffffff;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 40px;

}

.reg a .item .oldPrice {
	color: #c0f7f0;
	font-size: 19px;
	padding: 0px;
	margin: 0px;
	margin-top: -27px;
}

.reg a .item p.total {
	font-size: 30px;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	font-family: 'LatoWebSemibold';
	line-height: 30px;
}

.reg a .item .arrow {
	margin-top: 35px;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.reg .regBox a:hover .item .arrow {
	margin-left: 10px;
}

.reg .regBox a:hover .item {
	box-shadow: 0px 20px 50px 0px rgba(173, 197, 226, 0.8);
	z-index: 4;
}

.reg .mainTitle .pin {
	margin-right: 10px;
	margin-top: -4px;
}

.reg .regBox .subTitle {
	margin-top: 50px;
	margin-bottom: 45px;
}

.reg .regBox .subTitle span {
	font-family: 'LatoWebBold';
}

.reg .payMethod {
	background-color: #ffffff;
	z-index: 1;
	display: inline-block;
	width: 100%;
	margin-top: 72px;
	margin-bottom: 30px;
	font-size: 0;
}

.reg .payMethod ul {
	width: 100%;
	display: inline-block;
	padding: 0px;
	margin: 0px;
}

.reg .payMethod ul li {
	display: inline-block;
	width: 12.5%;
	border-right: 1px solid #ebebeb;
	text-align: center;
	height: 62px;
	padding-top: 18px;
	padding-bottom: 18px;
	height: 100%;
	vertical-align: middle;
}

.reg .payMethod ul li img {
	opacity: 0.6
}

.reg .payMethod ul li:last-child {
	border-right: 0px;
}


.payBack {
	margin-top: 120px;
}

.payBack h2 {
	margin-bottom: 76px;
}

.payBack ul {
	margin-top: 35px;
}

.payBack ul li {
	font-size: 19px;
	margin-bottom: 4px;
}

.payBack ul li img {
	margin-top: -3px;
	margin-right: 12px;
}

.reg .org {
	margin-bottom: 70px;
}

.reg .org h2 {
	color: #3b4754;
	margin-top: 130px;
}

.feedBack {
	background-image: url(../../img/bgDecor_14.svg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.feedBack h2 {
	color: #3b4754;
}

.feedBack p.small a {
	color: #3b4754;
	border-bottom: 1px solid rgba(59, 71, 84, 0.3);
}

.feedBack p.small a:hover {
	border-bottom: 1px solid rgba(59, 71, 84, 0.8);
}

.feedBack input.textInput::placeholder,
.feedBack textarea.textInput::placeholder {
	color: rgba(59, 71, 84, 0.53);
}

.feedBack input.textInput {
	margin-bottom: 16px;
}

.kaptchaBox {
	display: inline-block;
	width: 100%;
	text-align: left;
}

.kaptchaBox p {
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	font-family: 'LatoWebSemibold';
	margin-top: 20px;
	margin-bottom: 20px;
}

.kaptcha {
	background-color: rgb(246, 250, 255);
	border-radius: 4px;
	height: 54px;
	vertical-align: middle;
	padding-top: 11px;
}

.kaptchaBox input {
	background-color: rgb(246, 250, 255);
	border-radius: 4px;
	height: 54px;
	box-shadow: none;
	margin-left: 15px;
}

.formBox.white .footer {
	background-color: #ffffff;
	padding-bottom: 85px;
	text-align: left;
	padding-left: 90px;
	padding-right: 90px;
}

.formBox .footer .socSubs p {
	font-size: 16px;
	font-family: 'LatoWebSemibold';
	margin-right: 25px;
}

.formBox .footer .socSubs a {
	margin-left: 12px;
	margin-right: 12px;
}

.formBox .footer .socSubs a img {
	height: 21px;
	width: 21px;
	margin-top: -10px;
}

.feedBack .formBox {
	margin-bottom: 122px;
}

#myModalVideo iframe {
	height: 500px;
}

.spasiboMain {
	margin-top: 80px;
	margin-bottom: 140px;
	display: inline-block;
	width: 100%;
}

.spasibo .inputs h3 {
	font-family: 'LatoWebSemibold';
	margin-bottom: 50px;
}

.spasibo .inputs .item.br {
	border-right: 1px solid #dee9f5;
	min-height: 450px;
	padding-right: 30px;
}

.spasibo .inputs .item textarea {
	/*	width: 92%;*/
	box-shadow: none;
	background-color: #f5faff;
}

.spasibo .inputs .btn {
	margin-top: 50px;
	width: 90%;
	margin-left: auto;
	margin-right: 30px;
}

.spasibo .inputs {
	margin-bottom: 130px;
	display: inline-block;
	width: 100%;
}

.paymentV2 .mainScreen {
	padding-top: 60px;
}

.paymentV2 .paymentBox {
	margin-bottom: 60px;
}
.paymentBox {
	margin-top: 90px;
	padding-top: 50px;
	padding-bottom: 60px;
	margin-bottom: 120px;
}

.paymentBox strong {
	font-family: 'LatoWebBold';
}

.paymentBox .pict img {
	max-height: 120px;
	max-width: 200px;
}

.payMethodMatrix {
	margin-top: 50px;
	display: inline-block;
	position: relative;
	width: 100%;
}

.payMethodMatrix .item {
	display: inline-block;
	width: 100%;
	border-width: 1px;
	border-color: rgb(213, 225, 238);
	border-style: solid;
	border-radius: 4px;
	background-color: rgb(255, 255, 255);
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	color: #3b4754;
	margin-bottom: 15px;
	max-height: 94px;
}

.payMethodMatrix .item:hover {
	border-color: rgb(130, 152, 177);
}

.payMethodMatrix .item p {
	margin-top: 6px;
}

.payMethodMatrix .item .pict {
	max-height: 30px;
}

.payMethodMatrix .item .pict img {
	height: 100%;
}


.subInfo {
	padding-top: 90px;
	display: inline-block;
	width: 100%;
	margin-bottom: 120px;
}

.subInfo a {
	color: #3b4754;
	text-decoration: none;
	border: 0px;
	border-bottom-width: 1px;
	border-color: rgba(59, 71, 84, 0.2);
	border-style: solid;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.subInfo a:hover {
	border-color: rgba(59, 71, 84, 0.8);
	text-decoration: none;
}

a.bordLink {
	border-width: 1px;
	border-color: rgb(213, 225, 238);
	border-style: solid;
	border-radius: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 4px;
	color: #434f5b;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

a.bordLink:hover {
	background-color: rgb(213, 225, 238);
	border-color: rgb(213, 225, 238);
}

.ticket .whiteBox {
	margin-top: 110px;
	padding: 0px;
	margin-bottom: 110px;
}

.ticket .whiteBox .head {
	padding-top: 50px;
	padding-bottom: 45px;
	padding-left: 70px;
	padding-right: 70px;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #d5e1ee;
}

.ticket .whiteBox .head p {
	color: #3b4754;
	line-height: 28px;
}

.ticket .whiteBox .body {
	padding-top: 80px;
	padding-bottom: 45px;
	padding-left: 70px;
	padding-right: 70px;
	display: inline-block;
	width: 100%;
}

.ticket .whiteBox .body .item {
	margin-bottom: 60px;
	display: inline-block;
	width: 100%;
}

.ticket .whiteBox .body .item p.small.caps {
	color: #adbac7;
	font-size: 14px;
}

.ticket .whiteBox .body .item p.small {
	color: #73869b;
}

.ticket .whiteBox .body .item p a {
	color: #58697b;
	margin-right: 30px;
}

.ticket .whiteBox .footer {
	padding-top: 50px;
	padding-bottom: 45px;
	padding-left: 70px;
	padding-right: 70px;
	border-top: 1px solid #d5e1ee;
	display: inline-block;
	width: 100%;
}

.ticket .whiteBox .footer .btn {
	margin-right: 40px;
}

.ticket .whiteBox .footer a.btn.clear img {
	width: 18px;
	padding: 0px;
}

.paymentPage .modal .grayBox h2 {
	padding: 0px;
	margin: 0px;
}

.paymentPage .modal .grayBox p {
	margin: 0px;
	padding: 0px;
}

.practiceSection {
	padding-top: 150px;
	position: relative;
	display: inline-block;
	width: 100%;
}

.practiceSection.gradBg {
	background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 8%, rgb(247, 255, 255) 78%, rgb(239, 254, 255) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 8%, rgb(247, 255, 255) 78%, rgb(239, 254, 255) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 8%, rgb(247, 255, 255) 78%, rgb(239, 254, 255) 100%);
	padding-bottom: 160px;
}

.practicePage .darkSection_2.darkSection_4 {
	padding-top: 160px;
	padding-bottom: 120px;
}

.mainRewList {
	margin-top: 70px;
}

.mainRewList .head {
	width: 100%;
	display: inline-block;
	margin-top: 60px;
	margin-bottom: 46px;

}

.mainRewList .head .item {
	cursor: pointer;
}

.mainRewList .head .item.active h2,
.mainRewList .head .item.active p {
	color: #64a1e9;
}

.mainRewList .head .item h2 {
	font-size: 19px;
	color: #3b4754;
}

.mainRewList .head .item p {
	font-size: 16px;
	color: #3b4754;
}

.mainRewList .head .item:hover .photo {
	box-shadow: 0px 12px 22px 0px rgba(123, 140, 159, 0.4);
}

.mainRewList .head .item .photo {
	width: 86px;
	height: 80px;
	border-radius: 60px;
	box-shadow: 0px 10px 20px 0px rgba(123, 140, 159, 0.3);
	display: inline-block;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.mainRewList .head .item .photo.photoStyle_1 img {
	transform: skew(-4deg, 0);
}

.mainRewList .head .item .photo.photoStyle_1 {
	transform: skew(4deg, 0);
	overflow: hidden;
	width: 86px;
	height: 80px;
}

.mainRewList .head .item .photo.photoStyle_1:hover {
	transform: skew(-3deg, 0);
}

.mainRewList .head .item .photo.photoStyle_1:hover img {
	transform: skew(3deg, 0);
}

.mainRewList .head .item .photo.photoStyle_2 img {
	transform: skew(-2deg, 0);
}

.mainRewList .head .item .photo.photoStyle_2 {
	transform: skew(2deg, 0);
	overflow: hidden;
	width: 90px;
	height: 80px;
}

.mainRewList .head .item .photo.photoStyle_2:hover {
	transform: skew(-1deg, 0);
}

.mainRewList .head .item .photo.photoStyle_2:hover img {
	transform: skew(1deg, 0);
}

.mainRewList .head .item .photo.photoStyle_3 img {
	transform: skew(2deg, 0);
}

.mainRewList .head .item .photo.photoStyle_3 {
	transform: skew(-2deg, 0);
	overflow: hidden;
	width: 86px;
	height: 80px;
}

.mainRewList .head .item .photo.photoStyle_3:hover {
	transform: skew(1deg, 0);
}

.mainRewList .head .item .photo.photoStyle_3:hover img {
	transform: skew(-1deg, 0);
}

.mainRewList .head .item .photo img {
	width: 100%;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.mainRewList .body .item .rewMiniGallery {
	margin-bottom: -230px;
}

.reviewsTextSection .head .owl-carousel .owl-nav {
	position: absolute;
	top: 20px;
	width: 100%;
}

.mainRewList .head .owl-carousel .owl-nav {
	position: absolute;
	top: 60px;
	width: 100%;
}

.reviewsTextSection .head .owl-carousel .owl-nav .owl-prev {
	position: absolute;
	left: -40px;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.reviewsTextSection .head .owl-carousel .owl-nav .owl-prev:hover {
	left: -45px;
}

.mainRewList .head .owl-carousel .owl-nav .owl-prev {
	position: absolute;
	left: -70px;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.mainRewList .head .owl-carousel .owl-nav .owl-prev:hover {
	left: -75px;
}

.reviewsTextSection .head .owl-carousel .owl-nav .owl-next {
	position: absolute;
	right: -40px;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.reviewsTextSection .head .owl-carousel .owl-nav .owl-next:hover {
	right: -45px;
}

.mainRewList .head .owl-carousel .owl-nav .owl-next {
	position: absolute;
	right: -70px;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.mainRewList .head .owl-carousel .owl-nav .owl-next:hover {
	right: -75px;
}

.reviewsPage .mainScreen {
	padding-bottom: 330px;
}

.mainRewList .body .item {
	display: none;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.mainRewList .body .item.active {
	display: block;
}



.soundBox {
	margin-top: 150px;
	background-color: #fafdff;
	padding-bottom: 150px;
}

.reviewsTextSection {
	background-color: #fafdff;
	padding-bottom: 170px;
}

.reviewsTextSection .head {
	z-index: 1;
	display: inline-block;
	min-height: 152px;
	width: 90%;
	margin-left: 5%;
}

.reviewsTextSection .owl-carousel .item .photo {
	border-radius: 50%;
	background-color: rgb(59, 71, 84);
	box-shadow: 0px 10px 20px 0px rgba(123, 140, 159, 0.35);
	width: 62px;
	height: 62px;
	overflow: hidden;
	display: inline-block;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.reviewsTextSection .owl-carousel .item .photo img {
	width: 100%;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.reviewsTextSection .owl-carousel .item h2 {
	font-size: 16px;
	opacity: 0;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.reviewsTextSection .owl-carousel .item.active .photo {
	width: 97px;
	height: 88px;
	box-shadow: 0px 15px 25px 0px rgba(123, 140, 159, 0.4);
	transform: skew(-3deg, 0);
}

.reviewsTextSection .owl-carousel .item.active .photo img {
	transform: skew(3deg, 0);
}

.reviewsTextSection .owl-carousel .item.active h2 {
	font-size: 16px;
	opacity: 1;
}






.soundBox .btn {
	margin-top: 50px;
}


.reviewsPage .nav-tabs {
	border-bottom: none;
	vertical-align: top;
	margin-bottom: 60px;
}

.reviewsPage .nav-tabs li {
	width: 50%;
	display: inline-block;
	padding: 0px;
	border: 0px;
}

.reviewsPage .nav-tabs li a {
	font-size: 19px;
	font-family: 'LatoWeb';
	border-radius: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
	border: 0px;
	color: #778492;
	border-bottom: 2px solid rgba(119, 132, 146, 0.31);
	margin: 0px;
}

.reviewsPage .nav-tabs.tabsDef li a {
	color: #8faed2;
	border-bottom: 2px solid rgba(143, 174, 210, 0.44);
}

.reviewsPage .nav-tabs.tabsDef li a:hover {
	color: #516d8e;
	border-bottom: 2px solid #8faed2;
}

.reviewsPage .nav-tabs li a:hover {
	color: #92bbeb;
	border-bottom: 2px solid #92bbeb;
	background-color: transparent;
}

.reviewsPage .nav-tabs > li.active > a,
.reviewsPage .nav-tabs > li.active > a:focus,
.reviewsPage .nav-tabs > li.active > a:hover {
	font-family: 'LatoWebBold';
	color: #64a1e9;
	border: 0px;
	border-bottom: 2px solid #64a1e9;
	background-color: transparent;
	border-radius: 0px;
	box-shadow: none;
}

.reviewsPage .nav-tabs.tabsDef > li.active > a,
.reviewsPage .nav-tabs.tabsDef > li.active > a:focus,
.reviewsPage .nav-tabs.tabsDef > li.active > a:hover {
	color: #3b4754;
	border-bottom: 2px solid #3b4754;
}


.reviewsTextSection .carousel-control.left,
.reviewsTextSection .carousel-control.right {
	background: none;
	opacity: 1;
	position: absolute;
	height: auto;
	padding: 0px;
	margin: 0px;
	bottom: 158px;
	top: auto;
}

.reviewsTextSection .carousel-control.left {
	left: -60px;
}

.reviewsTextSection .carousel-control.right {
	right: -60px;
}

.reviewsAllBox {
	margin-top: 100px;
}

.reviewsAllBox .item {
	border-left: 1px solid #d5e1ee;
	display: inline-block;
	width: 100%;
	padding-left: 25px;
	padding-top: 26px;
	padding-bottom: 35px;
	margin-bottom: 42px;
}

.reviewsAllBox .item .head {
	padding-bottom: 26px;
	display: inline-block;
	width: 100%;
}

.reviewsAllBox .item .body {
	display: inline-block;
	width: 100%;
}

.reviewsAllBox .item .head .photo {
	transform: skew(2deg, 0);
	overflow: hidden;
	width: 106px;
	height: 100px;
	border-radius: 60px;
	box-shadow: 0px 15px 25px 0px rgba(123, 140, 159, 0.4);
	display: inline-block;

}

.reviewsAllBox .item .head .photo img {
	transform: skew(-2deg, 0);
	width: 100%;

}


.reviewsAllBox .item .head h2.name {
	font-size: 19px;
	color: #64a1e9;
	margin: 0px;
	padding: 0px;
	padding-bottom: 16px;
	padding-top: 12px;
}

.reviewsAllBox .item .head p.course {
	font-size: 16px;
}

.reviewsAllBox .item .head p.course a {
	font-family: 'LatoWeb';
	color: #576472;
	border-bottom: 1px solid #576472;
	text-decoration: none;
}

.reviewsAllBox .item .body h2 {
	font-size: 19px;
	line-height: 30px;
	margin-bottom: 15px;
	min-height: 60px;
}

.reviewsAllBox .item .body p {
	font-size: 16px;
	color: #556473;
	font-family: 'LatoWeb';
	line-height: 26px;
	min-height: 78px;
}

.reviewsAllBox .item .body a {
	font-size: 14px;
	color: #30ecd3;
	text-transform: uppercase;
	font-family: 'LatoWebBold';
	line-height: 30px;
	letter-spacing: 2px;
	margin-top: 30px;
	position: relative;
	display: inline-block;
	text-decoration: none;
}

.reviewsAllBox .item .body a.more img {
	width: 15px;
	display: inline-block;
	margin-top: -3px;
	margin-left: 10px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.reviewsAllBox .item .body a.more:hover img {
	margin-left: 15px;
}

.pagination {
	background-color: rgb(247, 252, 254);
	height: 56px;
	/*	width: 100%;	*/
	border-radius: 30px;
	padding-left: 65px;
	padding-right: 65px;
	padding-top: 14px;
	padding-bottom: 14px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.pagination ul {}

.pagination li {
	display: inline-block;

}

.pagination li a {
	font-size: 14px;
	color: #939eae;
	font-family: 'LatoWeb';
	text-decoration: none;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	padding-top: 5px;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
}

.pagination li a:hover {
	background-color: rgb(234, 249, 255);
}

.pagination li.active a {
	background-color: rgb(23, 213, 188);
	box-shadow: 0px 10px 24px 0px rgba(0, 219, 190, 0.44);
	color: #ffffff;
}

.pagination li.arrow a {
	padding-top: 4px;
}

.pagination li.arrow.arrowL a {
	margin-right: 10px;
}

.pagination li.arrow.arrowR a {
	margin-left: 10px;
}

.reviewsAllPage .mainScreen {
	padding-bottom: 100px;

}

.leftNav h3 {
	margin-bottom: 22px;
	margin-top: 0px;
}

.leftNav ol {
	counter-reset: myCounter 0;
	padding-left: 0px;
	margin-bottom: 44px;
}

.leftNav li {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
	font-size: 16px;
	padding-bottom: 0px;
	margin-bottom: 4px;
}

.leftNav li:before {
	counter-increment: myCounter;
	content: counter(myCounter);
	color: #bccbda;
	display: inline-block;
	margin: 5px 10px;
	width: 16px;
	font-size: 14px;
	padding-left: 0px;
	margin-left: 0px;
}

.leftNav li a {
	color: #3b4754;
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	text-decoration: none;
}

.leftNav li a:hover {
	color: #0e1a27;
	font-family: 'LatoWeb';
}

.leftNav li.active:before,
.leftNav li.active a {
	color: #64a1e9;
	font-family: 'LatoWebBold';
	cursor: default;

}

.bannersBlock a {
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
}

.bannersBlock a img {
	width: 100%;
}

.videoBox .rewMiniGallery {
	margin-bottom: 0px;
}

.videoBox .rewMiniGallery .iframe {
	height: 386px;
}

.videoBox .rewMiniGallery .previewImg {
	min-height: 386px;
}

.videoBox .rewMiniGallery .previewImg .text img {
	padding-top: 150px;
}

.videoBox .rewMiniGallery .previewImg:hover .text img {
	padding-top: 140px;
}

.videoBox {
	box-shadow: 0px 15px 40px 0px rgba(173, 197, 226, 0.5);
	margin-bottom: 30px;
}

.videoBox .header {
	background-color: #64a1e9;
	display: inline-block;
	width: 100%;
	padding-top: 32px;
	padding-bottom: 22px;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 4px 4px 0 0;
}


.videoBox .header h2 {
	color: #ffffff;
	font-size: 22px;
	padding: 0px;
	margin: 0px;
	font-family: 'LatoWebSemiBold';
}

.socialShare {
	padding-top: 36px;
	padding-bottom: 36px;
	margin-bottom: 30px;
}

.socialShareLinks ul {
	display: inline-block;
	margin-top: 8px;
}

.socialShareLinks ul li {
	display: inline-block;
	margin-left: 7px;
	margin-right: 7px;
	border-radius: 50%;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.socialShareLinks ul li.numb {
	border-width: 1px;
	border-color: rgb(227, 239, 255);
	border-style: solid;
	border-radius: 50%;
	background-color: rgb(230, 241, 255);
	width: 39px;
	height: 39px;
	text-align: center;
	vertical-align: middle;
	color: #3b4754;
	font-size: 14px;
	font-family: 'LatoWebSemiBold';
	padding-top: 9px;
}

.socialShareLinks ul li:hover {
	box-shadow: 0px 15px 40px 0px rgba(173, 197, 226, 0.5);
}

.lkCourse {
	background-image: -moz-linear-gradient(90deg, rgb(250, 253, 255) 0%, rgb(255, 255, 255) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(250, 253, 255) 0%, rgb(255, 255, 255) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(250, 253, 255) 0%, rgb(255, 255, 255) 100%);
}

.commentsBox {
	padding-top: 55px;
	padding-bottom: 15px;
	margin-bottom: 50px;
}


.nav-tabs.tabsDef {
	border-bottom: none;
	vertical-align: top;
	margin-bottom: 30px;
}

.nav-tabs.tabsDef li {
	/*	width: 50%;*/
	display: inline-block;
	padding: 0px;
	border: 0px;
}

.nav-tabs.tabsDef li a {
	font-size: 19px;
	font-family: 'LatoWeb';
	border-radius: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
	border: 0px;
	color: #778492;
	border-bottom: 2px solid rgba(119, 132, 146, 0.31);
	margin: 0px;
}

.nav-tabs.tabsDef li a {
	color: #8faed2;
	border-bottom: 2px solid rgba(143, 174, 210, 0.44);
}

.nav-tabs.tabsDef li a:hover {
	color: #516d8e;
	border-bottom: 2px solid #8faed2;
}

.nav-tabs.tabsDef li a:hover {
	color: #92bbeb;
	border-bottom: 2px solid #92bbeb;
	background-color: transparent;
}

.nav-tabs.tabsDef > li.active > a,
.nav-tabs.tabsDef > li.active > a:focus,
.nav-tabs.tabsDef > li.active > a:hover {
	font-family: 'LatoWebBold';
	color: #64a1e9;
	border: 0px;
	border-bottom: 2px solid #64a1e9;
	background-color: transparent;
	border-radius: 0px;
	box-shadow: none;
}

.nav-tabs.tabsDef > li.active > a,
.nav-tabs.tabsDef > li.active > a:focus,
.nav-tabs.tabsDef > li.active > a:hover {
	color: #3b4754;
	border-bottom: 2px solid #3b4754;
}

.commentsBox .nav-tabs.tabsDef li {
	width: 33.3%;
}

.commentsBox .nav-tabs.tabsDef > li.active > a,
.commentsBox .nav-tabs.tabsDef > li.active > a:focus,
.commentsBox .nav-tabs.tabsDef > li.active > a:hover {
	color: #64a1e9;
	border-bottom: 2px solid #64a1e9;
}

.nav-tabs.tabsDef li a {
	color: #adbac8;
	border-bottom: 2px solid rgba(173, 186, 200, 0.26);
}

.commentsBox .tab-content {}

.commentList {
	display: inline-block;
	width: 100%;
	position: relative;
	margin-top: 40px;
}


.commentList .item {
	display: inline-block;
	width: 100%;
	position: relative;
	margin-bottom: 46px;
}

.commentList .item .avatar {
	overflow: hidden;
	display: inline-block;
	text-align: center;
	width: 37px;
	height: 35px;
	color: #ffffff;
	background-image: -moz-linear-gradient(0deg, rgb(134, 214, 243) 0%, rgb(95, 239, 238) 98%);
	background-image: -webkit-linear-gradient(0deg, rgb(134, 214, 243) 0%, rgb(95, 239, 238) 98%);
	background-image: -ms-linear-gradient(0deg, rgb(134, 214, 243) 0%, rgb(95, 239, 238) 98%);
	border-radius: 50%;
	padding-top: 8px;
	font-family: 'LatoWebBold';
}

.commentList .item .avatar p {
	padding: 0px;
	margin: 0px;
}

.commentList .item p {
	font-size: 14px;
	font-family: 'LatoWeb';
}

.commentList .item p.name {

	padding: 0px;
	margin: 0px;
	font-family: 'LatoWebSemiBold';
}

.commentList .item p.data {
	font-size: 10px;
	color: #788a9e;
}

.replyLink {
	font-size: 14px;
	color: #788a9e;
}

.commentList .item.answer {
	padding-left: 30px;
	border-left: 1px solid #bcc1c9;
	margin-top: -40px;
}

.commentList .item.answer .name span {
	color: #8fa4bb;
	font-size: 12px;
	margin-left: 6px;
}

.commentList .item.answer .name span img {
	margin-top: -3px;
}

.lkCoursePage .bigTag {
	margin-top: 30px;
	margin-bottom: 100px;
}

.lkWebinarPage .commentsBox {
	padding: 0px;
}

.lkWebinarPage .commentsBox .head {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	/*	padding-bottom: 30px;*/
	display: inline-block;
	width: 100%;
}

.lkWebinarPage .commentList {
	background-color: #f4f7fc;
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 50px;
	padding-bottom: 30px;
	display: inline-block;
	width: 100%;

}

.commentList .scrollBox {
	display: inline-block;
	width: 100%;
	max-height: 730px;
	overflow-y: scroll;
}

.commentList .scrollBox::-webkit-scrollbar {
	width: 8px;
}

.commentList .scrollBox::-webkit-scrollbar-track {
	background: #ffffff;
	border-radius: 3px;
}

.commentList .scrollBox::-webkit-scrollbar-thumb {
	background: #d1d7de;
	border-radius: 3px;
	cursor: pointer;
}

.commentList .scrollBox::-webkit-scrollbar-thumb:hover {
	background: #b5c3d3;

}



.lkWebinarPage .commentList .item.answer {
	padding-left: 20px;
}

.startWebinarInfo {
	display: inline-block;
	border-left: 5px solid #64a1e9;
	padding-left: 26px;
	margin-bottom: 55px;
	margin-top: 60px;
}

.startWebinarInfo p.small {
	font-size: 19px;
	color: #aab4bd;
}

.startWebinarInfo p {
	padding: 0px;
	margin: 0px;
}

.startWebinarInfo p.dataTime {
	color: #64a1e9;
	font-size: 30px;
}

.startWebinarInfo p.dataTime span {
	font-size: 19px;
	color: #3b4754;
	padding: 0px;
	margin: 0px;
	font-family: 'LatoWebSemiBold';
}

.lkWebinar {
	background-image: -moz-linear-gradient(90deg, rgb(242, 248, 255) 1%, rgb(249, 252, 255) 37%, rgb(255, 255, 255) 90%);
	background-image: -webkit-linear-gradient(90deg, rgb(242, 248, 255) 1%, rgb(249, 252, 255) 37%, rgb(255, 255, 255) 90%);
	background-image: -ms-linear-gradient(90deg, rgb(242, 248, 255) 1%, rgb(249, 252, 255) 37%, rgb(255, 255, 255) 90%);
}

.lkWebinar .title {
	margin-bottom: 50px;
}

.lkWebinar .title h2 {
	margin-top: 50px;
}

.lkWebinar .rewMiniGallery {
	margin-bottom: 100px;
}

.style_2 input[type="text"],
.style_2 input[type="tel"],
.style_2 input[type="email"] {
	border-width: 1px;
	border-color: rgb(208, 226, 247);
	border-style: solid;
	background-color: transparent;
	color: #798faa;
	border-radius: 50px;
	height: 52px;
	box-shadow: none;
	margin-bottom: 20px;
}

.style_2 textarea {
	border-width: 1px;
	border-color: rgb(208, 226, 247);
	border-style: solid;
	background-color: transparent;
	color: #798faa;
	border-radius: 50px;
	height: 52px;
	box-shadow: none;
	padding-top: 12px;
}


.style_2 [type="checkbox"]:checked + label,
.style_2 [type="checkbox"]:not(:checked) + label,
.style_2 [type="radio"]:checked + label,
.style_2 [type="radio"]:not(:checked) + label {
	color: #3b4754;
}

.style_2 [type="checkbox"]:checked + label:before,
.style_2 [type="checkbox"]:not(:checked) + label:before,
.style_2 [type="radio"]:checked + label:before,
.style_2 [type="radio"]:not(:checked) + label:before {
	width: 24px;
	height: 24px;
	border: 1px solid #34ecd4;
	background-color: #34ecd4;
}

.style_2 [type="checkbox"]:checked + label:after,
.style_2 [type="checkbox"]:not(:checked) + label:after,
[type="radio"]:checked + label:after,
.style_2 [type="radio"]:not(:checked) + label:after {
	width: 14px;
	height: 14px;
	background: #ffffff;
	top: 5px;
	left: 5px;
}

.lkWebinar .radioBox {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 70px;
}

.lkWebinar .reg .payMethod {
	background-color: transparent;
	border: 1px solid #dcecff;
	margin-top: 0px;
	margin-bottom: 10px;
}

.lkWebinar .reg .payMethod ul li {
	padding-top: 13px;
	padding-bottom: 12px;
	border-right: 1px solid #dcecff;
}

.lkWebinar .reg p {
	font-size: 14px;
	color: #8192a5;
}


.otherCourse {
	display: inline-block;
	width: 100%;
	background: #f2f8ff url('../../img/bgDecor_37.svg');
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-top: 170px;
	padding-bottom: 170px;
}

.otherCourse .courses {
	padding-bottom: 170px;
	display: inline-block;
	width: 100%;
}

.otherCourse .courses .item .head h2 {
	color: #ffffff;
}

.otherCourse .courses .item {
	box-shadow: 0px 29px 45px 0px rgba(34, 40, 47, 0.18);
}

.otherCourse .bigTag {
	background-color: #dff5ff;
}

.otherCourse .scheduleBox .item {
	background-color: #f8feff;
}

.socialShareLinks {
	display: inline-block;
	width: 100%;
}



/*adaptiv*/
@media screen and (max-width: 1200px) {
	.bigList .item {
		padding-right: 0px;
		padding-left: 20px;
	}

	.mainBoolsBox ul {
		width: 100%;
	}

	.ctaLine {
		width: 80%;
	}

	.author .authorInfo h2.small {
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.author .authorInfo p {
		padding-right: 30px;
	}

	.bools ul li .bigNumber {
		font-size: 36px;
	}

	.mainMenuStatic ul li a {
		margin-left: 16px;
	}

	.gridGallery {
		grid-template-rows: 178px 178px 178px;
	}

	.camp .textBlock .pict1 {
		margin-left: -20px;
	}

	.camp .textBlock .pict2 {
		margin-left: 0px;
	}

	.lpCourse .textBlock .pict.pict1 {
		margin-left: 0px;
		width: 100%;
	}

	.lpCourse .nav > li > a {
		padding-left: 12px;
		padding-right: 12px;
	}

	.lpCourse .logo img.logoFull {
		width: 130px;
		margin-top: 9px;
	}

	.landing .gnm {
		background-size: cover;
	}

	.landing .scheduleBox .item p {
		padding-bottom: 50px;
	}

	.landing .scheduleBox .item p:last-child {
		padding-bottom: 10px;
	}

	.lpCourse .scheduleBox .item .subArrow {
		right: auto;
		left: 0px;
		top: 45px;
		transform: rotate(90deg);
	}

	.rewTextGallery .whiteBox {
		padding-left: 40px;
		padding-right: 40px;
		padding-top: 56px;
		padding-bottom: 70px;
	}

	.courses.priceBox .item .body p.subTitle {
		min-height: 60px;
	}

	.lpCourse.vpg .ctaContant {
		padding-left: 80px;
		padding-right: 0px;
	}
}

@media screen and (max-width: 1024px) {

	.mainRewList .head .owl-carousel .owl-nav .owl-prev {
		left: -20px;
	}

	.mainRewList .head .owl-carousel .owl-nav .owl-prev:hover {
		left: -23px;
	}

	.mainRewList .head .owl-carousel .owl-nav .owl-next {
		right: -20px;
	}

	.mainRewList .head .owl-carousel .owl-nav .owl-next:hover {
		right: -23px;
	}

	.reviewsTextSection .carousel-control.left {
		left: -30px;
	}

	.reviewsTextSection .carousel-control.right {
		right: -30px;
	}

	/*
	.reviewsTextSection .carousel-control.left, .reviewsTextSection .carousel-control.right {
		bottom: 228px;
	}
*/
}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 992px) {
	.container {
		max-width: 800px;
	}

	.main-menu {
		display: none;
	}

	.mainBoolsBox ul li {
		vertical-align: top;
	}

	h1 {
		font-size: 46px;
		line-height: 56px;
	}

	.bigList ol li {
		font-size: 14px;
		line-height: 22px;
	}

	.mainTitle {
		margin-top: 230px;
	}

	.ctaContant {
		padding-left: 40px;
		padding-right: 0px;
		padding-top: 150px;
	}

	.courses .item .head {
		padding-left: 32px;
		padding-right: 32px;
		padding-bottom: 50px;
		padding-top: 18px;
	}

	.courses .item .body {
		padding-left: 32px;
		padding-right: 32px;
		padding-bottom: 10px;
		padding-top: 20px;
	}

	.vozmoznosty .item1 {
		padding-right: 20px;
	}

	.infoSection {
		background-size: cover;
	}

	.sectionDef_1 img.pict {
		width: 100%;
	}

	.sectionDef_1 h2.small {
		margin-top: 65px;
		margin-left: 10px;
		font-size: 26px;
	}

	.infoSection_2 .whiteBox img,
	.sectionDef_1 .whiteBox img {
		width: 100% !important;
	}

	.ctaLine {
		width: 100%;
	}

	.bigList {
		margin-bottom: 0px;
	}

	.darkSection_2 {
		padding-bottom: 500px;
	}

	.textBlock .pict.pict1 {
		margin-top: 50px;
		margin-left: 10px;
	}

	.infoSection_2 {
		padding-bottom: 60px;
	}

	.author {
		padding-top: 190px;
	}

	.whiteBox.linkBox {
		padding-bottom: 25px;
		padding-top: 25px;
		min-height: 0px;
	}

	.whiteBox.linkBox p {
		margin-top: 0px !important;
		padding: 0px;
		margin: 0px;
	}

	.bools {
		padding-bottom: 100px;
	}

	.bools ul li .bigNumber {
		font-size: 26px;
	}

	.bools ul li p {
		font-size: 14px;
	}

	#mainBools {
		padding-top: 80px;
	}

	.inputs p {
		font-size: 10px;
	}

	.whiteBox.cta {
		padding-top: 75px;
		padding-bottom: 75px;
	}

	input.btn {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 12px;
	}

	footer ul li a {
		font-size: 12px;
	}

	.persons .item.right {
		padding-left: 20px;
	}

	.persons .item.left {
		padding-right: 20px;
	}

	.mainTitle {
		margin-top: 140px;
	}

	.persons {
		margin-top: 40px;
	}

	.persons .item h2 {
		font-size: 34px;
		margin-bottom: 30px;
	}

	header.contacts {
		background-position: 50% 250px;
		padding-bottom: 70px;
	}

	.persons .item .whiteBox .footer .chatLinks a {
		margin-right: 0px;
		margin-left: 0px;
	}

	.notify {
		height: auto;
		border-radius: 40px;
		padding-top: 30px;
		padding-right: 30px;
		margin-top: 30px;
	}

	.notify svg {
		margin-left: -16px;
	}

	.notify .col-sm-3 {
		text-align: center;
	}

	.coursesSection .courses .item .body {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 0px;
	}

	ul.shtrich li {
		font-size: 14px;
		padding-left: 16px;
		line-height: 20px;
	}

	.coursesSection .courses .item .body p.subTitle {
		font-size: 16px;
		margin-bottom: 16px;
		line-height: 20px;
		min-height: 90px;
	}

	.coursesSection .courses .item .body {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 0px;
	}

	.coursesSection .courses .item .head {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 38px;
		padding-top: 0px;
	}

	.coursesSection .courses .item .head h2 {
		font-size: 20px;
	}

	.primeshestva {
		padding-top: 430px;
	}

	.primeshestvaItems h3 {
		font-size: 16px;
		line-height: 23px;
		min-height: 44px;
		margin-top: 20px;
		margin-bottom: 0px;
		margin-left: 10px;
	}

	.primeshestvaItems img {
		width: 100px;
	}

	.primeshestvaItems p {
		font-size: 16px;
		margin-top: 10px;
		line-height: 22px;
	}

	.primeshestvaItems .item {
		min-height: 140px;
		margin-bottom: 40px;
	}

	.scheduleBox .item {
		padding-left: 30px;
	}

	.for {
		background-size: cover;
	}

	.who .whiteBox {
		margin-left: 30px;
		padding-top: 40px;
		padding-bottom: 35px;
		padding-left: 35px;
		padding-right: 35px;
		width: 95%;
	}

	.rewMiniGallery .previewImg {
		min-height: 340px;
	}

	.rewMiniGallery .previewImg .text img {
		padding-top: 135px;
	}

	.rewMiniGallery a:hover .previewImg .text img {
		padding-top: 125px;
	}

	.rewMiniGallery .owl-nav {
		top: 265px;
	}

	.rewMiniGallery .item .iframe {
		height: 340px;
	}

	.camp .textBlock .pict.pict2,
	.camp .textBlock .pict.pict1 {
		margin-left: 0px;
		width: 110%;
	}

	.price .colorBg .priceMain .header {
		padding-left: 0px;
		padding-right: 0px;
	}

	.price .colorBg .priceMain .header .plus {
		margin-top: 20px;
		margin-left: -20px;
	}

	.price .colorBg .priceMain .footer {
		padding-left: 10px;
		padding-right: 10px;
	}

	.camp {
		background-size: cover;
	}

	.priceSub {
		padding-left: 45px;
		padding-right: 45px;
	}

	.reg .item {
		padding-left: 40px;
	}

	.lpCourse.ppg .darkSection_3 img.lkPrew {
		width: 100%;
	}

	.lpCourse .who.who2 {
		margin-top: -590px;
	}

	.payMethodMatrix .item {
		max-height: none;
	}

	.ticket .whiteBox .footer {
		padding-top: 40px;
		padding-left: 40px;
		padding-right: 40px;
	}

	.ticket .whiteBox .footer .btn {
		margin-right: 20px;
	}

	.ticket .whiteBox .body {
		padding-top: 60px;
		padding-bottom: 15px;
		padding-left: 40px;
		padding-right: 40px;
	}

	.ticket .whiteBox .head {
		padding-top: 40px;
		padding-bottom: 35px;
		padding-left: 40px;
		padding-right: 40px;
	}

	.mainRewList .head .owl-carousel .owl-nav .owl-prev {
		left: -20px;
	}

	.mainRewList .head .owl-carousel .owl-nav .owl-prev:hover {
		left: -23px;
	}

	.mainRewList .head .owl-carousel .owl-nav .owl-next {
		right: -20px;
	}

	.mainRewList .head .owl-carousel .owl-nav .owl-next:hover {
		right: -23px;
	}

	.reviewsTextSection .carousel-control.left {
		left: -23px;
	}

	.reviewsTextSection .carousel-control.right {
		right: -23px;
	}

	.reviewsAllBox .item .head .photo {
		width: 80px;
		height: 74px;
	}
}

@media screen and (max-width: 767px) {
	header.mainPage {
		background-image: url(../../img/mob-bg.jpg);
		background-size: 100%;
	}

	h1 {
		font-size: 40px;
		line-height: 50px;
	}

	p {
		font-size: 15px;
	}

	.ctaContant {
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 30px;
	}

	.mainTitle {
		margin-top: 90px;
	}

	.mainTitle p {
		margin-top: 20px;
	}

	.whiteBox.cta {
		padding-left: 20px;
		padding-right: 20px;
	}

	.whiteBox {
		padding-left: 20px;
		padding-right: 20px;
	}

	h2 {
		font-size: 30px;
		line-height: 36px;

	}

	#mainBools h2 {
		margin-top: 30px;
		margin-bottom: 20px;
	}

	#mainBools {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.lpCourse #mainBools {
		padding-bottom: 0px;
	}

	.mainBoolsBox {
		width: 100%;
	}

	.mainBoolsBox ul {
		width: 100%;
	}

	.mainBoolsBox ul li {
		width: 100%;
	}

	.mainBoolsBox ul li p {
		margin-top: -20px;
		font-size: 15px;
	}

	.lpCourse .mainBoolsBox ul li p {
		margin-top: 0px;
	}

	.mainBoolsBox ul li.plus {
		padding-top: 0px;
		padding-bottom: 20px;
		width: 100%;
	}

	.lpCourse .mainBoolsBox ul li.plus {
		padding-top: 20px;
	}

	.mainBoolsBox {
		padding-top: 20px;
	}

	.titleDecor {
		height: 3px;
	}

	.darkSection {
		padding-top: 70px;
		padding-bottom: 325px;
	}

	.title {
		margin-bottom: 40px;
	}

	.courses .col-sm-6 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.courses .item {
		margin-bottom: 20px;
		box-shadow: 0px 30px 35px 0px rgba(34, 40, 47, 0.22);
		-webkit-box-shadow: 0px 30px 35px 0px rgba(34, 40, 47, 0.22);
	}

	.courses .item .head {
		padding-left: 32px;
		padding-right: 32px;
		padding-bottom: 50px;
		padding-top: 18px;
	}

	.courses .item .head h2 {
		font-size: 24px;
	}

	.courses .item .body {
		padding-left: 32px;
		padding-right: 32px;
		padding-bottom: 10px;
		padding-top: 30px;
	}

	.price .colorBg .priceBox .priceBig,
	.price .colorBg .priceMain .priceBig {
		font-size: 28px;
	}

	.courses .item .body p.subTitle,
	.courses .item .body p.text,
	.courses .item .body p.time {
		font-size: 15px;
		line-height: 26px;
	}

	.courses .item .body p.subTitle {
		margin-bottom: 20px;
	}

	.courses .item .footer {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.btn.clear img {
		margin-top: -4px;
	}

	.courses .item .body p.text {
		min-height: 0px;
	}

	.infoSection {
		background-size: cover;
		padding-bottom: 110px;
	}

	.infoSection .title h2 {
		margin-top: 30px;
		margin-bottom: 50px;
	}

	.sectionDef_1 img.pict {
		width: 100%;
	}

	.who .bools ul li,
	.bools ul li {
		width: 50%;
		padding-left: 10px;
		padding-right: 10px;
		height: 185px;
	}

	.bools ul li .bigNumber {
		font-size: 26px;
		margin-top: 30px;
	}

	.bools ul li p {
		font-size: 14px;
	}

	.bools ul li:first-child {
		border-bottom: 0px;
		border-right: 0px;
	}

	.bools ul li:nth-child(2) {
		border-bottom: 0px;
	}

	.bools ul li:nth-child(3) {
		border-right: 0px;
	}

	.bools ul li {
		border: 1px solid #ffffff;
	}

	.vozmoznosty .item.item1 {
		margin-bottom: 80px;
	}

	.bordR {
		border-right: 0px;
		border-bottom: 1px solid #e2eef5
	}

	.sostav ul {
		padding-left: 20px;
		padding-right: 10px;
		margin-top: 20px;
	}

	.whiteBox.sostav {
		padding-bottom: 30px;
		padding-top: 20px !important;
	}

	.whiteBox.sostav img {
		width: 65% !important;
	}

	.ctaLine {
		width: 90%;
		background-color: none;
		font-family: 'LatoWebMedium';
	}

	.ctaLine.light {
		background-color: transparent;
		box-shadow: none;
		display: inline-block;
		width: 100%;
		height: auto;
	}

	.sectionDef_1 h2.small {
		margin-top: 30px;
		margin-left: 0px;
	}

	h2.small {
		font-size: 26px;
		font-family: 'LatoWebLight';
		line-height: 32px;
	}



	.sectionDef_1 .title {
		margin-top: 100px;
	}

	.sectionDef_1 .col-sm-6 {
		padding: 0px;
	}

	.sectionDef_1 .whiteBox p {
		margin-top: -30px;
		line-height: 26px;
	}

	.darkSection_2 {
		padding-top: 160px;
		padding-bottom: 500px;
	}

	.darkSection_2 .decorHead {
		top: -70px;
	}

	.bigList {
		margin-bottom: 0px;
	}

	.bigList .col-sm-4 {
		padding: 0px;
	}

	.bigList .item {
		margin-top: 20px !important;
		margin-bottom: 70px !important;
		padding-bottom: 0px !important;
		border-left: 0px solid #343f4b;
		padding-left: 0px;
	}

	.bigList .decor {
		left: -10px;
	}

	.bigList ol li {
		font-size: 15px;
		line-height: 24px;
	}

	.ctaLine.dark {
		background-color: transparent;
		box-shadow: none;
		display: inline-block;
		width: 100%;
		height: auto;
	}

	.infoSection_2 {
		padding-top: 280px;
		padding-bottom: 60px;
	}

	.infoSection_2 .item p {
		font-size: 19px;
	}

	.infoSection_2 .textBlock ul li {
		font-size: 15px;
		line-height: 26px;
	}

	.infoSection_2 .title h2 {
		margin-top: 30px;
		margin-bottom: 60px;
	}

	.textBlock .linkDef {
		font-size: 15px;
	}

	.textBlock ul {
		margin-top: 20px;
	}

	.textBlock .pict.pict1 {
		margin-left: 0px;
	}

	.author {
		padding-top: 160px;
	}

	.bools {
		padding-bottom: 50px;
	}

	.author .col-sm-4 {
		padding: 0px;
	}

	footer {
		padding-top: 50px;
	}

	footer .col-sm-4 {
		margin-bottom: 60px;
		padding: 0px;
	}

	footer ul li {
		margin-bottom: 10px;
	}

	footer .footer {
		margin-top: 0px;
	}

	footer .footer .col-sm-7 {
		margin-top: 30px;
	}

	footer .footer .text-right {
		text-align: left;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"] {
		box-shadow: 0px 5px 20px 0px rgba(173, 197, 226, 0.5);
		-webkit-box-shadow: 0px 5px 20px 0px rgba(173, 197, 226, 0.5);
	}

	.vozmoznosty ul li {
		font-size: 15px;
	}

	.vozmoznosty {
		margin-top: 70px;
	}

	.bordR p {
		font-size: 16px;
		height: 160px;
	}

	.bigList ol {
		margin-top: 20px;
	}

	.pTitle {
		font-size: 19px;
	}

	footer h2.title {
		margin-bottom: 20px;
	}

	.persons .item {
		display: inline-block;
		width: 100%;
	}

	.persons .item.itemTitle {
		margin-bottom: 0px;
	}

	.persons .item.left {
		padding-right: 0px;
	}

	.persons .item.right {
		padding-left: 0px;
	}

	.persons .item {
		margin-bottom: 30px;
	}

	.licence .mainTitle h2 {
		font-size: 34px;
		line-height: 40px;
	}

	.licenceItems .item {
		padding: 30px;
		min-height: 0px;
	}

	.licenceItems .item h2 {
		margin-bottom: 12px;
		margin-top: 0px;
	}

	header.contacts {
		padding-bottom: 0px;
	}

	.persons .item .whiteBox .header {
		padding-bottom: 25px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.persons .item .whiteBox .footer {
		padding-left: 20px;
		padding-right: 20px;
	}

	.licence {
		padding-bottom: 80px;
	}

	.licence .mainTitle {
		margin-top: 50px;
	}

	.notify {
		text-align: center;
		padding-left: 30px;
		padding-bottom: 30px;
	}

	.notify p {
		display: inline-block;
		width: 100%;
		margin-top: -30px;
		margin-bottom: 20px;
	}

	.notify img,
	.notify svg {
		margin-top: -13px;
	}

	.notify p {
		margin-top: -32px !important;
	}

	.btn.clear.bord {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}

	.licenceItems .col-sm-6 {
		padding: 0px;
	}

	.tech {
		margin-top: 60px;
	}

	.licenceItems .item {
		margin-bottom: 15px;
	}

	.primeshestva h2 {
		margin-top: 30px;
		margin-bottom: 60px;
		line-height: 36px;
	}

	.coursesSection .courses .item .head {
		padding-bottom: 74px;
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 20px;
	}

	.coursesSection .courses .item .body {
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 20px;
	}

	.coursesSection .courses .item .body .text {
		min-height: 0px;
	}

	.coursesSection .container {
		padding: 0px;
	}

	.coursesSection .courses .item .body p.subTitle {
		min-height: 0px;
	}

	.coursesSection .courses .item .head h2 {
		font-size: 24px;
		line-height: 28px;
	}

	.coursesSection .mainTitle {
		margin-bottom: 60px;
	}

	.primeshestvaItems h3 {
		font-size: 14px;
		line-height: 20px;
		min-height: 40px;
	}

	.primeshestvaItems p {
		font-size: 14px;
	}

	.modal input.textInput {
		width: 100%;
	}

	.modal .modal-header {
		padding: 35px 20px 35px;
	}

	.modal .modal-body {
		padding: 0px 30px 0;
	}

	.modal h3 {
		font-size: 26px;
		line-height: 30px;
	}

	.scheduleBox .item {
		padding-left: 30px;
	}

	.scheduleBox .item p.link {
		text-align: left;
		margin-top: 15px;
	}

	.price .colorBg .priceMain .footer {
		padding-left: 0px;
		padding-right: 0px;
		margin-top: 40px;
		padding-top: 40px;
	}

	.landing .ctaContant {
		padding-top: 30px;
	}

	.who .bools {
		margin-top: 30px;
		padding-bottom: 20px;
	}

	.who .photo {
		border-radius: 4px 4px 0 0;
	}

	.who .whiteBox {
		margin-left: 0px;
		width: 100%;
		border-radius: 0 0 4px 4px;
	}

	.who .whiteBox .decor {
		display: none;
	}

	.who .whiteBox {
		padding-left: 25px;
		padding-right: 25px;
	}

	.for {
		padding-top: 140px;
		padding-bottom: 230px;
	}

	.for h2 {
		margin-top: 36px;
		margin-bottom: 40px;
	}

	.for .col-sm-12 {
		padding: 0px;
	}

	.rewMini {
		padding-top: 0px;
		margin-top: -80px;
	}

	.rewMini .title h2.caps {
		margin-bottom: 0px;
	}

	.rewMini .title {
		margin-bottom: 15px;
	}

	.rewMiniGallery .previewImg {
		min-height: 210px;
	}

	.rewMiniGallery .iframe {
		height: 210px;
	}

	.rewMiniGallery .previewImg .text img {
		padding-top: 80px;
		width: 60px;
	}

	.rewMiniGallery a:hover .previewImg .text img {
		padding-top: 75px;
		width: 65px;
	}

	.rewMiniGallery .item h2 {
		margin-bottom: 26px;
		font-size: 19px;
		line-height: 24px;
		min-height: 48px;
	}

	.rewMiniGallery .owl-nav {
		top: 192px;
		width: 95%;
		left: 3%;
	}

	.gridGallerySection {
		padding-top: 120px;
		padding-bottom: 220px;
	}

	.gridGallery {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 162px 162px 162px;
	}

	.gridGallery .horDou1 {
		grid-column-start: 2;
		grid-column-end: 2;
		display: none;
	}

	.gridGallery .horDou2 {
		grid-column-start: none;
		grid-column-end: none;
		display: none;
	}

	.gridGallery .vertDou {
		grid-column-start: 4;
		/*		grid-column-end: 4;*/
		grid-row-start: 0;
		grid-row-end: 0;
		display: none;
	}

	.programm {
		padding-top: 320px;
		margin-top: -410px;
	}

	.programm .whiteBgGrad .col-xs-12,
	.programm .col-sm-12 {
		padding: 0px;
	}

	.programmTabs {
		padding-bottom: 0px;
		border-bottom: none;
		margin-top: 10px;
	}

	.programmTabsContent {
		padding-top: 30px;
	}

	.calDay {
		width: 100%;
		margin-bottom: 50px;
	}

	.programmTimeLine .bigTag {
		margin-bottom: 0px;
	}

	.programm .whiteBgGrad {
		padding-top: 30px;
		padding-bottom: 230px;
	}

	.programmTimeLine ul li p.longTime {
		padding-left: 130px;
	}

	.camp .textBlock .pict.pict2,
	.camp .textBlock .pict.pict1 {
		margin-top: 0px;
		width: 100%;
	}

	.programmTimeLine {
		margin-bottom: 40px;
	}

	.camp {
		padding-top: 90px;
	}

	.textBlock .item {
		margin-bottom: 40px;
	}

	.roadMap {
		padding-top: 330px;
		margin-top: -745px;
	}

	.roadMap .title {
		margin-bottom: 30px;
	}

	.price .colorBg .priceMain .header .plus {
		margin-left: 0px;
	}

	.price .colorBg .priceTable p.priceSmall {
		padding-left: 0px;
	}

	.formBox {
		width: 100%;
		padding-top: 30px;
		margin-top: 30px;
	}

	.formBox .form {
		padding-left: 20px;
		padding-right: 20px;
	}

	.formBox .footer ul li {
		width: 20%;
	}

	.price .colorBg {
		padding-bottom: 70px;
		background-size: cover;
	}

	.org h2.small {
		margin-top: 90px;
		margin-bottom: 40px;
		font-size: 30px;
	}

	.org .whiteBox .col-sm-6:first-child {
		border-bottom: 1px solid #e1ebf6;
		border-right: 0px;
	}

	.org {
		width: 100%;
	}

	.org .whiteBox .right {
		padding-top: 44px;
		padding-bottom: 54px;
	}

	.landing h1 {
		font-size: 36px;
		line-height: 46px;
	}

	.lpCourse.vpg h1 {
		font-size: 32px;
		line-height: 44px;
	}

	.landing a.btn {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		overflow-wrap: break-word;
		/* не поддерживает IE, Firefox; является копией word-wrap */
		word-wrap: break-word;
		display: inline-block;
		height: auto;
	}

	.programmTimeLine ul li .time {
		left: 35px;
	}

	.programmTimeLine ul li p {
		padding-left: 65px;
	}

	.roadMap .whiteBg h2 {
		margin-left: 25px;
	}

	.price .colorBg .priceMain {
		padding-top: 40px;
		padding-bottom: 30px;
	}

	.price .colorBg .priceTable p {
		font-size: 14px;
		padding-left: 23px;
	}

	.priceSub {
		padding-top: 20px;
	}

	.priceSub h2 {
		margin-bottom: 40px;
	}

	.mobMainMenu .contactsHeadBox {
		display: inline-block;
		position: relative;
		background-color: transparent;
	}

	.mobMainMenu .contactsHeadBox p.phone {
		font-size: 19px;
		margin-top: 10px;
	}

	.mobMainMenu .btn.purpur {
		color: #ffffff;
	}

	.mobMainMenu .mainScreenSocialLinks a {
		margin-right: 6px;
		margin-left: 6px;
	}

	textarea,
	input[type="text"],
	input[type="tel"],
	input[type="email"] {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

	.programmTabs li a {
		width: 40px;
		height: 40px;
		font-size: 18px;
		padding-top: 8px;
	}

	.camp .textBlock .topBord .col-sm-6:first-child {
		margin-bottom: 50px;
	}

	.title h2 {
		margin-top: 36px;
	}

	.roadMap .item:first-child {
		margin-bottom: 40px;
	}

	.head {
		display: inline-block;
		width: 100%;
		margin-bottom: 30px;
	}

	.head img {
		position: absolute;

	}

	.price {
		margin-top: -530px;
	}

	.formBox p.small {
		padding-left: 30px;
		padding-right: 30px;
	}

	.reg .regBox .subTitle {
		margin-bottom: 25px;
		margin-top: 30px;
	}

	.reg .item {
		padding-top: 30px;
		padding-bottom: 30px;
		margin-bottom: 15px;
		min-height: auto;
		padding-left: 25px;
	}

	.reg a .item h2 {
		margin-bottom: 25px;
	}

	.reg .payMethod ul li {
		width: 25%;
		padding-top: 14px;
		padding-bottom: 14px;
	}

	.regPage h1 {
		font-size: 30px;
		line-height: 40px;
	}

	.reg .payMethod {
		margin-top: 42px;
	}

	.regBox .col-sm-6 {
		padding: 0px;
	}

	.payBack {
		margin-top: 70px;
	}

	.payBack h2 {
		margin-bottom: 36px;
	}

	.payBack .text-center {
		text-align: left;
	}

	.payBack ul li {
		font-size: 15px;
	}

	.reg .org {
		margin-bottom: 100px;
	}

	.reg a .item h2 {
		font-size: 15px;
	}

	.reg a .item p.total {
		font-size: 26px;
	}

	.reg a .item .oldPrice {
		font-size: 16px;
	}

	.reg {
		background-size: cover;
		background-position: center 130px;
	}

	.reg a .item .arrow {
		margin-top: 40px;
	}

	.kaptchaBox input {
		margin: 0px;
		box-shadow: none;
	}

	.kaptchaBox .kaptcha {
		margin-bottom: 15px;
	}

	.kaptchaBox p {
		font-size: 14px;
	}

	.formBox .btn {
		width: 100%;
	}

	.formBox.white .footer {
		padding-left: 20px;
		padding-right: 20px;
	}

	.formBox .footer .socSubs p {
		width: 100%;
		margin-bottom: 25px;
	}

	.formBox .footer .socSubs {
		text-align: center;
	}

	.feedBack h1 {
		font-size: 30px;
		line-height: 34px;
	}

	.smallTop {
		font-size: 19px;
		line-height: 24px;
	}

	.mainTitle ul li {
		font-size: 14px;
		line-height: 24px;
	}

	.landing .ctaContant .mainPict img {
		width: 100%;
	}

	.lpCourse .who {
		padding-top: 360px;
		padding-bottom: 30px;
	}

	.landing header.gnm {
		padding-bottom: 460px;
	}

	.doiposle .whiteBg {
		padding-bottom: 20px;
	}

	.lpCourse .camp {
		padding-top: 70px;
		padding-bottom: 350px;
	}

	.lpCourse .camp .textBlock .col-xs-12 {
		padding: 0px;
	}

	.lpCourse .camp .textBlock .pict.pict1 {
		margin-bottom: 30px;
	}



	.lpCourse .infoSection {
		padding-top: 370px;
	}

	.lpCourse .infoSection .title h2.small {
		font-size: 19px;
		margin-bottom: 20px;
		line-height: 26px;
	}

	.lpCourse .sostav ul {
		padding-left: 10px;
	}

	.lpCourse .vozmoznosty ul {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.vozmoznosty .item.item1 {
		margin-bottom: 10px;
	}

	.vozmoznosty .item {
		margin-bottom: 30px;
	}

	.lpCourse .infoSection {
		padding-bottom: 60px;
	}

	.lpCourse .for {
		padding-top: 70px;
	}

	.lpCourse .for ol {
		padding-left: 30px;
	}

	.lpCourse .for.gnm {
		padding-bottom: 160px;
	}

	.lpCourse .for .bgDecor {
		background-position: top center;
		height: 140px;
	}

	.zachem .item {
		margin-top: 60px;
		padding-right: 0px;
	}

	.zachem .item ul li {
		font-size: 15px;
	}

	.lpCourse .scheduleBox .item .subArrow {
		top: 40px;
	}

	.lpCourse .scheduleBox .item .subArrow.subArrow2 {
		top: 60px;
	}

	.lpCourse .whiteBox.sostav .col-xs-12 {
		padding: 0px;
	}

	.lpCourse .whiteBox ol {
		padding-left: 30px;
		font-size: 15px;
	}

	.lpCourse .whiteBox ol li {
		font-size: 15px;
		font-family: "LatoWeb";
	}

	.lpCourse .camp .title {
		margin-bottom: 40px;
	}

	.lpCourse .camp.camp2 {
		padding-bottom: 240px;
		padding-top: 120px;
	}

	.lpCourse .camp.camp2 .col-sm-12,
	.lpCourse .camp.camp2 .col-sm-6 {
		padding: 0px;
	}

	.lpCourse .camp.camp2 .col-sm-6:first-child {
		padding-bottom: 40px;
	}

	.lpCourse .rewMini {
		z-index: 2;
	}

	.rewTextGallery .whiteBox {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 0px;
		padding-bottom: 40px;
		width: 100%;
		margin: 0px;
		box-shadow: none;
	}

	.lpCourse .rewMini .col-sm-12,
	.lpCourse .rewMini .col-sm-4 {
		padding: 0px;
	}

	.rewTextGallery .left .photoBox {
		box-shadow: none;
	}

	.rewTextGallery .right {
		padding-left: 0px;
		padding-top: 40px;
	}

	.rewTextGallery .left h2.name {
		margin-bottom: 0px;
		margin-top: 30px;
	}

	.rewTextGallery .right .rewText {
		font-size: 15px;
		line-height: 24px;
	}

	.lpCourse .rewMini .title h2.caps {
		margin-bottom: 40px;
	}

	.rewMiniGallery.rewTextGallery .owl-nav {
		top: auto;
		bottom: 0px;
	}

	.rewMiniGallery.rewTextGallery .owl-prev {
		left: -20px;
	}

	.rewMiniGallery.rewTextGallery .owl-prev:hover {
		left: -20px;
	}

	.rewMiniGallery.rewTextGallery .owl-next {
		right: -20px;
	}

	.rewMiniGallery.rewTextGallery .owl-next:hover {
		right: -20px;
	}

	.lpCourse .programm {
		margin-top: 0px;
		padding-top: 80px;
	}

	.lpCourse .rewMini {
		padding-bottom: 100px;
	}

	.lpCourse .nav > li > a {
		width: auto;
	}

	.lpCourse .programm .whiteBgGrad {
		padding-bottom: 560px;
	}

	.grayBox {
		padding-left: 25px;
		padding-right: 25px;
		padding-top: 30px;
	}

	.grayBox p {
		font-size: 15px;
	}

	.courses.priceBox .item .body {
		padding-bottom: 10px;
		padding-top: 0px;
		padding-left: 25px;
		padding-right: 25px;
	}

	.lpCourse .price .colorBg .priceBox .col-xs-12 {
		padding: 0px;
	}

	.courses.priceBox a.btn {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 12px;
	}

	.discount {
		padding-left: 0px;
		padding-right: 0px;
	}

	.discount .right {
		padding-top: 30px;
		padding-left: 10px;
		padding-bottom: 30px;
	}

	.lpCourse .textBlock .pict.pict1 {
		width: 70%;
	}

	.lpCourse .zachem .title {
		margin-bottom: 30px;
	}

	.lpCourse #mainBools {
		padding-top: 80px;
	}

	.lpCourse .darkSection_3 {
		padding-top: 120px !important;
		;
	}

	.lpCourse .org .whiteBox .right {
		padding-top: 40px;
		padding-left: 30px;
		padding-right: 30px;
	}

	.lpCourse .price .colorBg .col-lg-10 {
		padding: 0px;
	}

	.lpCourse .mainBoolsBox.noPlus ul li {
		margin-bottom: 40px;
	}

	p.radio {
		font-size: 15px;

	}

	.modal textarea.textInput {
		width: 100%;
	}

	.lpCourse.vpg .ctaContant {
		padding-left: 0px;
		padding-right: 0px;
	}

	.lpCourse.vpg .who {
		padding-top: 380px;
		padding-bottom: 30px;
	}

	.lpCourse.vpg .infoSection {
		padding-top: 290px;
		margin-top: -500px;
	}

	.lpCourse.vpg .who.who2 {
		padding-top: 330px;
		margin-top: -730px;
	}

	.lpCourse.vpg .who.who2 .whiteBg {
		margin-top: -220px;
		padding-top: 220px;
	}

	.landing header.vpg {
		padding-bottom: 350px;
	}

	.lpCourse.ppg .who .pict.pict1 {
		width: 100%;
		margin-bottom: 100px;
		margin-top: 40px;
	}

	.ppg .darkSection_2 {
		padding-bottom: 380px;
	}

	.lpCourse.ppg .infoSection {
		/*
		padding-top: 400px;
		padding-bottom: 120px;
		*/
		padding-top: 150px;
		padding-bottom: 120px;
		background-position: -660px -150px;
		margin-top: -350px;
	}

	.lpCourse.ppg.offline .infoSection {
		padding-top: 260px;
	}

	.lpCourse.ppg .rewMini {
		padding-top: 60px;
	}

	.lpCourse.ppg .darkSection_3 img.lkPrew {
		width: 100%;
	}

	.landing header.ppg {
		padding-bottom: 480px;
	}

	.lpCourse.ppg .discount .right {
		padding-top: 30px;
	}

	.lpCourse.ppg .darkSection_3 {
		padding-top: 0px !important;
	}

	.confid h1 {
		font-size: 28px;
		line-height: 38px;
	}

	.lpCourse.offline .vozmoznosty ul li {
		line-height: 24px;
	}

	.lpCourse.offline .vozmoznosty ul {
		padding-left: 25px;
	}

	.lpCourse.offline .camp {
		padding-bottom: 230px;
	}

	.lpCourse.offline .zachem {
		margin-top: -100px;
	}

	.lpCourse.offline .camp {
		padding-top: 120px;
	}

	.lpCourse.offline .bigList .col-sm-6 {
		padding: 0px;
	}

	.lpCourse.offline .rewMini {
		padding-top: 80px;
	}

	.lpCourse.offline .programmTimeLine ul li {
		padding-left: 0px;
	}

	.lpCourse.offline .programmTimeLine ul li .time {
		left: 30px;
	}

	.lpCourse.offline .programmTimeLine ul li p {
		padding-left: 58px;
	}

	.maps {
		padding-top: 60px;
		padding-bottom: 560px;
	}

	.lpCourse.offline .discount .right {
		padding-right: 0px;
	}

	.lpCourse.offline .discount .yellow {
		padding-top: 40px;
		padding-bottom: 30px;
	}

	.lpCourse.offline .who.who2 {
		margin-top: -720px;
		padding-top: 290px;
	}

	.lpCourse.offline .darkSection_3 {
		padding-top: 0px !important;
	}

	.quote .text.whiteBox {
		margin-left: 0px;
		padding-top: 40px;
		padding-bottom: 30px;
		padding-left: 30px;
		padding-right: 30px;
		width: 100%;
	}

	.quote .right p {
		font-size: 24px;
		line-height: 30px;
	}

	.quote .right {
		background-size: 100% 100%;
		padding-top: 30px;
		padding-bottom: 30px;
		margin-top: 30px;
	}

	.quote .right .whiteBox .decor {
		display: none;
	}

	.quoteSection {
		padding-bottom: 0px;
	}

	.quote .left {
		padding-top: 30px;
		text-align: center;
	}

	.lpCourse.offline .zachem .item {
		margin-bottom: 0px;
	}

	.lpCourse.offline .zachem .item ul {
		margin-top: 0px;
	}

	.lpCourse.offline .zachem .text {
		margin-top: 30px;
		display: inline-block;
		width: 100%;
	}

	.lpCourse.vpg.offline .bordR {
		padding-top: 15px;
		padding-bottom: 5px;
	}

	.lpCourse.offline .camp ul {
		padding-left: 20px;
	}

	.lpCourse.offline .camp ul li {
		line-height: 26px;
		margin-bottom: 15px;
	}

	.lpCourse.offline .camp .sostav ul {
		padding-left: 10px;
	}

	.lpCourse.offline .camp .sostav ul {
		line-height: 22px;
		margin-bottom: 0px;
	}

	.lpCourse.offline .zachem .text p {
		padding-right: 0px;
	}

	.ppg.offline .darkSection_2 .col-sm-8 {
		padding: 0px;
	}

	.vpg.offline .camp h2 {
		margin-bottom: 40px;
	}

	.mob-text-left {
		text-align: left;
	}

	.lpCourse.vpg.offline .zachem .title2 {
		text-align: center;
		margin-top: 70px !important;
	}

	.lpCourse.vpg.offline .zachem a.btn {
		margin-top: 20px !important;
	}

	.modal .btn {
		padding-left: 30px;
		padding-right: 30px;
		width: 90%;
	}

	.zachem.greed .text {
		padding-left: 0px;
	}

	#myModalVideo iframe {
		height: 200px;
	}

	.spasibo .inputs .item.br {
		border-right: none;
		min-height: 0px;
		padding-right: 0px;
		margin-bottom: 60px;
	}

	.spasibo .inputs h3 {
		margin-bottom: 20px;
	}

	.spasibo .inputs .btn {
		width: 100%;
		margin-right: 0px;
	}

	.btn {
		padding-left: 20px;
		padding-right: 20px;
	}

	.paymentBox {
		padding-top: 30px;
		padding-bottom: 20px;
		margin-bottom: 30px;
	}

	.paymentBox .pict {
		text-align: center;
	}

	.paymentBox .pict img {
		margin-bottom: 30px;
		max-height: 100px;
	}

	.paymentBox .priceBlock {
		margin-top: 30px;
	}

	.payMethodMatrix .item {
		padding-top: 20px;
		padding-left: 10px;
	}

	.payMethodMatrix {
		margin-top: 20px;
	}

	.paymentPage .col-md-12,
	.paymentPage .col-sm-6 {
		padding: 0px;
	}

	.ticket .whiteBox .head {
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.ticket .whiteBox .head .text-right {
		text-align: left;
		margin-top: 25px;
	}

	.ticket .whiteBox .body {
		padding-top: 10px;
		padding-bottom: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.ticket .whiteBox .body .item {
		margin-bottom: 30px;
	}

	.ticket .whiteBox .body .item p.small {
		font-size: 14px;
	}

	.ticket .whiteBox .footer {
		padding-top: 30px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
	}

	.ticket .whiteBox .footer .btn {
		margin: 0px;
		font-size: 14px;
		margin-bottom: 20px;
	}

	.ticketPage h1 {
		font-size: 26px;
		line-height: 32px;
	}

	.ticket .whiteBox {
		margin-top: 30px;
		margin-bottom: 60px;
	}

	.paymentPage .modal .grayBox {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.paymentPage .modal .grayBox h2 {
		font-size: 19px;
	}

	.mainTitle h2.green {
		margin-bottom: 10px;
		padding-top: 0px;
		font-size: 20px;
	}

	.practice .mainScreen h1 {
		line-height: 45px;
		font-size: 38px;
	}

	.practice .mainScreen .whiteBox p {
		margin-top: 0px;
	}

	.practice .mainScreen .whiteBox input.btn {
		margin-bottom: 20px;
		margin-top: 20px;
		width: 100%;
	}

	.socSubs {
		margin-top: 20px;
	}

	.practiceSection {
		padding-top: 70px;
		padding-bottom: 90px;
	}

	.practicePage .mainBoolsBox.noPlus ul li {
		margin-bottom: 40px;
	}

	.practicePage .mainBoolsBox {
		margin-bottom: 10px;
	}

	.practicePage .darkSection_2 .decorHead {
		height: 100px;
		background-size: cover;
		top: 0px;
	}

	.practicePage .darkSection_2.darkSection_3 {
		padding-top: 100px;
	}

	.practicePage .darkSection_2.darkSection_3 {
		padding-bottom: 50px;
	}

	.practiceSection.gradBg {
		padding-bottom: 60px;
	}

	.practicePage .darkSection_2.darkSection_4 {
		padding-top: 80px;
		padding-bottom: 70px;
	}

	.reviewsPage .nav-tabs li {
		width: 100%;
	}

	.mainRewList .body .item .rewMiniGallery {
		margin-bottom: 0px;
	}

	.mainRewList {
		padding-left: 0px;
		padding-right: 0px;
	}

	.mainRewList .col-xs-12 {
		padding: 0px;
	}

	.mainRewList .head {
		margin-top: 40px;
		margin-bottom: 0px;
	}

	.mainRewList .head .owl-carousel .owl-nav .owl-prev {
		left: 10px;
	}

	.mainRewList .head .owl-carousel .owl-nav .owl-prev:hover {
		left: 10px;
	}

	.mainRewList .head .owl-carousel .owl-nav .owl-next {
		right: 35px;
	}

	.mainRewList .head .owl-carousel .owl-nav .owl-next:hover {
		right: 35px;
	}

	.mainRewList .head .item .photo.photoStyle_1,
	.mainRewList .head .item .photo.photoStyle_2,
	.mainRewList .head .item .photo.photoStyle_3 {
		transform: none;
		border-radius: 50px;
		overflow: hidden;
		position: relative;
		display: inline-block;
		width: 80px;
		height: 80px;
	}

	.mainRewList .head .item .photo.photoStyle_1 img,
	.mainRewList .head .item .photo.photoStyle_2 img,
	.mainRewList .head .item .photo.photoStyle_3 img {
		/*		width: 100%;*/
		height: 100%;
		transform: none;

	}

	.rewMiniGallery .previewImg .text h2 {
		display: none;
	}

	.reviewsPage .mainScreen {
		padding-bottom: 40px;
	}

	.reviewsPage .darkSection {
		margin-top: -50px;
	}



	.reviewsTextSection .carousel-control.left,
	.reviewsTextSection .carousel-control.right {
		top: 0px;
	}

	.reviewsTextSection .carousel-control.left {
		left: -10px;
		display: inline-block;
		width: 110px;
		height: 110px;
	}

	.reviewsTextSection .carousel-control.right {
		right: -10px;
		display: inline-block;
		width: 110px;
		height: 110px;
	}

	.reviewsTextSection .btn {
		margin-top: 50px;
	}

	.reviewsTextSection .left h2.name {
		margin-bottom: 20px;
		min-height: 0px;
	}

	.reviewsTextSection .whiteBox .col-sm-4 {
		padding: 0px;
	}

	.reviewsTextSection {
		padding-bottom: 80px;
	}

	.mainRewList .body {
		margin-top: 20px;
	}

	.reviewsTextSection .rewMiniGallery {
		margin-bottom: 20px;
	}

	.reviewsTextSection .controls {
		height: 110px;
	}

	.reviewsPage .nav-tabs li a {
		padding-top: 20px;
	}

	.mainRewList .head .rewMiniGallery {
		margin-bottom: 0px;
		margin-top: 30px;
	}

	.mainRewList .head .item p {
		min-height: 44px;
	}

	.mainRewList .head .item.active h2,
	.mainRewList .head .item.active p {
		color: #3b4754;
	}

	.mainRewList {
		margin-top: 30px;
	}

	.reviewsAllBox .item .head .photo {
		transform: none;
		width: 72px;
		height: 66px;
		margin-top: 10px;
	}

	.reviewsAllBox .item .head .photo img {
		transform: none;
		position: relative;
	}

	.reviewsAllBox .item {
		padding-left: 15px;
	}

	.reviewsAllBox .col-xs-12 {
		padding: 0px;
	}

	.reviewsAllBox .item .head h2.name {
		padding-bottom: 6px;
		padding-top: 0px;
	}

	.reviewsAllBox {
		margin-top: 30px;
	}

	.reviewsAllBox .item .head {
		padding-bottom: 6px;
	}

	.reviewsAllBox .item .body h2 {
		margin-top: 10px;
	}

	.pagination {
		padding-left: 10px;
		padding-right: 10px;
	}

	.socialShareLinks img {
		width: 32px;
	}

	.socialShareLinks ul li {
		margin-left: 3px;
		margin-right: 3px;
	}

	.socialShareLinks ul li.numb {
		width: 32px;
		height: 32px;
		font-size: 10px;
		padding-top: 8px;
	}

	.lkCoursePage .bigTag {
		margin-bottom: 50px;
	}

	.videoBox .rewMiniGallery .previewImg {
		min-height: 176px;
	}

	.videoBox .rewMiniGallery .iframe {
		min-height: 176px;
	}

	.videoBox .rewMiniGallery .previewImg .text img {
		padding-top: 64px;
	}

	.videoBox .rewMiniGallery .previewImg:hover .text img {
		padding-top: 54px;
	}

	.commentsBox .nav-tabs.tabsDef li {
		width: 100%;
	}

	.nav-tabs.tabsDef li a {
		padding-top: 20px;
	}

	.videoBox {
		margin-top: 40px;
	}

	.lkWebinarPage h1 {
		font-size: 32px;
		line-height: 42px;
	}

	.startWebinarInfo p.dataTime {
		font-size: 24px;
	}

	.lkWebinar .title h2 {
		margin-top: 30px;
	}

	.lkWebinar .rewMiniGallery {
		margin-bottom: 70px;
	}

	.lkWebinar .form .col-sm-6,
	.lkWebinar .form .col-xs-12,
	.lkWebinar .form .col-sm-5 {
		padding: 0px;
	}

	.lkWebinarPage .reg {
		background: none;
	}

	.lkWebinarPage .rightCommentsBox {
		padding: 0px;
	}

	.lkWebinarPage .otherCourse {
		padding-top: 30px;
		padding-bottom: 50px;
	}

	.lkWebinarPage .courses .col-sm-4 {
		padding: 0px;
	}

	.lkWebinarPage .commentsBox {
		margin-top: 70px;
	}

	.lkWebinarPage .socialShareLinks ul li {
		width: 32px;
		height: 32px;
	}

	.lkWebinarPage .socialShareLinks img {
		position: relative;
	}

	.lkWebinarPage .socialShareLinks {
		margin-bottom: 10px;
	}

	.lkWebinarPage .commentList {
		margin-top: 0px;
	}

	.otherCourse .courses {
		padding-bottom: 90px;
	}
}

/*
	2019-10-25_1116 для "Побочные эффекты" https://goloslogos.ru/online/natural
*/
.lpCourse.vpg .camp .whiteBox ol li, .lpCourse.vpg .camp .whiteBox ul li
{ 
	color: #ffffff;
}

/* UPD 2019-11-03_2207 исрпавиление глюка 7 фактов */
.lpCourse.offline .camp .whiteBox p, .lpCourse.offline .camp .whiteBox ol li, .lpCourse.offline .camp .whiteBox ul li {
color: #3b4754;
}

.footer-pay-method {
	display: inline-flex;                  flex-wrap: wrap;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.footer-pay-method li {
	display: flex;
	justify-content: center;
	height: 52px;
	max-width: 40px;
	align-items: center;
	width: 100%;
	flex-grow: 0;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}

.footer-pay-method li img {
	flex-grow: 0;
	opacity: 0.6;
	max-height: 20px;
	max-width: 30px;
}
