@charset "utf-8";

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;
}

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


html,
body {

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

* {
	box-sizing: border-box;
}

p {
	font-size: 19px;
}

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

.caps {
	text-transform: uppercase;
}

.title {
	margin-bottom: 110px;
}

.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 .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;
}


.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;
}

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

.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;
}


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



header {

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

.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;
}

.logo img {
	width: 70px;
}

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

.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;
}

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

.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 .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);*/
}




.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;
}


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

}

.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;
}

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

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


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;
}

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

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

}

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

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

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

.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);
}

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

.btn.small {
	font-size: 12px;
	padding: 12px 25px;
}
.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.btnHead {
	border: 1px solid #d5e1ee;
	font-size: 14px;
	color: #d5e1ee;
	text-transform: none;
	/*padding-left: 35px;
	padding-right: 35px;
	padding-top: 13px;
	padding-bottom: 14px;*/
	font-family: 'LatoWebLight';
	border-radius: 50px;
}

.btn.clear.bord.btnHead:hover {
   background-color: #fff;
   border: 1px solid #fff;
   color: #434f5b;
   box-shadow: none;
}

.btn.clear:hover {
	background-color: #ffffff;
	color: rgb(100, 184, 255);
}
a,
input {
	outline: 0 !important;
}

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

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

.mainTitle {
	margin-top: 90px;
}

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

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="email"] {
	color: black;
	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;
}



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


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

[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="radio"]:checked + label,
.greens [type="radio"]:not(:checked) + label {
	color: #434f5b;
}

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

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

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

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

}

footer input,
footer input[type="text"],
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;
}

.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;
}



/* darkSection */


.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.offline .darkSection_2 {
	padding-bottom: 480px;
}
*/

.darkSection_2 h2 {
	color: #ffffff;
}

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;
}

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

}

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

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


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

.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 .modal-footer {
	text-align: center;
	padding-bottom: 50px;
	border: none;
}

.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;
}

.landing header {
	color: #ffffff;
}

.landing header.gnmWebinar {
	background-image: url(../../img/gnmWebinar/bg1.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 .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: 38px;
}

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

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

.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: -720px;
   padding-bottom: 200px;
}


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

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

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

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

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

.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 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;
}

.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;
}


.style_2 [type="checkbox"]:not(:checked) + label,
.style_2 [type="radio"]:not(:checked) + label {
	color: #3b4754;
}

.style_2 [type="checkbox"]:not(: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"]:not(:checked) + label:after,
.style_2 [type="radio"]:not(:checked) + label:after {
	width: 14px;
	height: 14px;
	background: #ffffff;
	top: 5px;
	left: 5px;
}

.kingbirthdayPage .greens [type="radio"]:not(:checked) + label:after {
	top: 7px;
	left: 7px;
}

.christmas .roadMapBox [type="checkbox"]:not(:checked) + label:before,
.christmas .roadMapBox [type="radio"]:not(:checked) + label:before {
	border: 0px solid #ffffff;
	border-radius: 100%;
	background-color: #2a6554;
}

.christmas .roadMapBox [type="checkbox"]:not(:checked) + label,
.christmas .roadMapBox [type="radio"]:not(:checked) + label {
	font-family: 'LatoWeb';
}

.christmas .roadMapBox [type="checkbox"]:not(:checked) + label:after,
.christmas .roadMapBox [type="radio"]:not(:checked) + label:after {
	background-color: transparent;
	background-image: url(../../img/christmas/roadMapCheck.png);
	background-repeat: no-repeat;
	background-position: center;
}

.gnmWebinar .mainScreen .subTitle {
	/*border-left: 4px solid #ffffff;*/
	/*padding-left: 25px;*/
	margin-bottom: 10px;
}

.gnmWebinar .mainScreen .mainTitle .subTitle h2,
.gnmWebinar .mainScreen .mainTitle .subTitle p {
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	font-size: 30px;
}

.gnmWebinar .mainScreen .mainTitle .subTitle p {
	font-family: 'LatoWebLight';
}

.gnmWebinar .mainScreen .mainTitle .subTitle p span {
	font-size: 19px;
	color: #cde0ff;
}

.ctaContant.vidoeForm .whiteBox {
	background-image: url(../../img/gnmWebinar/videoForm.svg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
}

.ctaContant.vidoeForm .rewMiniGallery .previewImg {
	min-height: 250px;
	border-radius: 5px;
	overflow: hidden;
}

.ctaContant.vidoeForm .rewMiniGallery .previewImg .text img {
	padding-top: 90px;
}

.ctaContant.vidoeForm .rewMiniGallery .previewImg:hover .text img {
	padding-top: 80px;
}

.ctaContant.vidoeForm .rewMiniGallery .iframe {
	height: 250px;
}

.ctaContant.vidoeForm h2 {
	font-size: 19px;
	text-transform: uppercase;
	font-family: 'LatoWeb';
	color: #ffffff;
	margin-top: 40px;
	margin-bottom: 26px;
}

.ctaContant.vidoeForm .inputs {
	text-align: center;
}


.ctaContant.vidoeForm .inputs input[type="text"],
.ctaContant.vidoeForm .inputs input[type="email"] {
	text-align: center;
	color: #3b4754;
	padding: 0px;
}

.ctaContant.vidoeForm .inputs input.btn {
	color: #ffffff;
}

.ctaContant.vidoeForm p.small {
	font-size: 14px;
	color: #8192a5;
}

.landing .ctaContant.vidoeForm {
	padding-top: 30px;
}

.gnmWebinar .who .title {
	background-image: url(../../img/gnmWebinar/img1.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 180px;
	padding-bottom: 120px;
	padding-left: 46px;
	margin-left: -46px;
}
/*
.lpCourse.gnmWebinar .who {
	margin-top: -740px;
}*/

.lpCourse.gnmWebinar .who .whiteBg {
	padding-top: 70px;
}

.lpCourse.gnmWebinar .who .whiteBg .item {
	margin-bottom: 50px;
}

.lpCourse.gnmWebinar .who .whiteBg .allert {
	margin-bottom: 20px;
}

.gnmWebinar .darkSection_2 {
	background: #ffffff url('../../img/gnmWebinar/bg2.svg');
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 80px;
	padding-bottom: 0px;
}

.gnmWebinar .darkSection_2 .whiteBox {
	color: #3b4754;
	padding-top: 96px;
	padding-bottom: 100px;
	margin-bottom: 190px;
}

.gnmWebinar .darkSection_2 .whiteBox h2 {
	color: #64a1e9;
	font-family: 'LatoWebSemiBold';
	margin-bottom: 50px;
}

.gnmWebinar .darkSection_2 .whiteBox p {
	margin-bottom: 46px;
}

.gnmWebinar .darkSection_2 .whiteBox ol {
	padding-left: 26px;
	line-height: 26px;
}

.gnmWebinar .darkSection_2 .whiteBox ol li {
	padding-bottom: 5px;
}

.gnmWebinar .rewMiniGallery {
	position: relative;
	z-index: 2;
}

.gnmWebinar .kirill {
	background-image: url('../../img/gnmWebinar/bg3.svg');
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: -820px;
	padding-top: 700px;
	position: relative;
	z-index: 1;
}

.gnmWebinar .kirill .photo img {
	width: 101%;
}

.gnmWebinar .kirill .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;
}

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

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

.gnmWebinar .kirill .whiteBox .cta {
	background-color: #f6faff;
	display: inline-block;
	width: 100%;
	padding-left: 62px;
	padding-right: 62px;
	padding-top: 50px;
	padding-bottom: 60px;
}

.gnmWebinar .kirill .whiteBox .text {
	display: inline-block;
	width: 100%;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 60px;

}

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

.gnmWebinar .kirill .whiteBox p.small {
	font-size: 14px;
	line-height: 20px;
}

.gnmWebinar .kirill .whiteBox .cta p {
	margin-bottom: 26px;
}

.gnmWebinar .kirill .whiteBox .cta .btn {
	margin-top: 22px;
	padding-left: 20px;
	padding-right: 20px;
	width: 95%;
}

.gnmWebinar .kirill .whiteBox .cta .btn img {
	margin-top: -4px;
	width: 16px;
}

.gnmWebinar .kirill .notify {
	background-color: rgb(105, 164, 234);
	border-radius: 100px;
	width: 100%;
	display: inline-block;
	padding-left: 6%;
	padding-right: 6%;
	padding-top: 36px;
	margin-bottom: 200px;
}

.gnmWebinar .kirill .notify .icon {
	display: inline-block;
	margin-right: 30px;
}

.gnmWebinar .kirill .notify p {
	color: #ffffff;
	display: inline-block;
	font-family: 'LatoWebMedium';
}

.gnmWebinar .kirill .notify p strong {
	font-family: 'LatoWebBold';
}

.gnmWebinar .kirill .notify p span {
	font-family: 'LatoWebLight';
}

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

.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-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.rewTextGallery .owl-prev {
	left: -30px;
}

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

.gnmWebinar .rewMiniGallery.rewTextGallery .owl-nav {
	bottom: 500px;
}
ul.list{
   margin-top: 45px;
   padding-left: 20px;
}
ul.list li{

	font-size: 16px;
	font-family: 'LatoWeb';
   line-height: 30px;
}

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



.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;
}

.priceBox{
   display: inline-block;
   width: 100%;
   background-color: #eff3f8;
   border-radius: 4px;
   margin-bottom: 10px;
   margin-top: 15px;
   padding: 15px;
}
.priceBox p{
   display: inline-block;
   font-size: 19px;
   font-family: "LatoWeb" !important;
   color: #434f5b;
   margin-top: 0px !important;
   padding-bottom: 0px;
   margin-bottom: 0px;
   margin-right: 8px;
}

.priceBox p.oldPrice{
   /*color: #7d8ea0;*/
   /*font-family: "LatoWebLight" !important;*/
}

.priceBox p.priceBig{
   font-size: 24px;
   font-family: "LatoWebBold" !important;
   color: #e52525;
}

.landing .ctaContant p.small{
   font-size: 14px;
}

.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;
}
h3.name {
   font-size: 22px;
   color: #3b4754;
   font-family: 'LatoWebMedium';
   margin-top: 0;
}

.payMethod{
   display: flex;
   width: 100%;
}
.payMethod ul{
   display: flex;
   width: 100%;
}
.payMethod ul li{
   display: flex;
   flex: 0 1 11.111%;
   justify-content:center;
align-items:center;
height: 45px;
border: 1px solid rgb(236, 236, 236);
border-right: 0px;
margin-top: 15px;
}
.payMethod ul li:last-child{
border-right: 1px solid rgb(236, 236, 236);
}
.payMethod ul li img {
   max-width: 30px;
}





/*adaptiv*/
@media screen and (max-width: 1200px) {
	.mainMenuStatic ul li a {
		margin-left: 16px;
	}

	.lpCourse .nav > li > a {
		padding-left: 12px;
		padding-right: 12px;
	}

	.lpCourse .logo img.logoFull {
		width: 130px;
		margin-top: 9px;
	}

	.rewTextGallery .whiteBox {
		padding-left: 40px;
		padding-right: 40px;
		padding-top: 56px;
		padding-bottom: 70px;
   }
   .payMethod ul{
      flex-wrap:wrap;

     }
     .payMethod ul li{
      flex: 0 1 20%;
      margin-top: 0px;
     }
     .payMethod ul li:nth-child(5){
        border-right: 1px solid rgb(236, 236, 236);
     }
     .who{
      margin-top: -790px;
     }
}

@media screen and (max-width: 992px) {
	.container {
		max-width: 800px;
	}

	.main-menu {
		display: none;
	}

	h1 {
		font-size: 46px;
		line-height: 56px;
	}

	.mainTitle {
		margin-top: 230px;
	}

	.ctaContant {
		padding-left: 40px;
		padding-right: 0px;
		padding-top: 150px;
	}

	.darkSection_2 {
		padding-bottom: 500px;
	}

	.inputs p {
		font-size: 10px;
	}

	input.btn {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 12px;
	}

	footer ul li a {
		font-size: 12px;
	}

	.mainTitle {
		margin-top: 140px;
	}

	.notify {
		height: auto;
		border-radius: 40px;
		padding-top: 30px;
		padding-right: 30px;
		margin-top: 30px;
	}

	.rewMiniGallery .previewImg {
		min-height: 340px;
	}

	.rewMiniGallery .previewImg .text img {
		padding-top: 135px;
	}

	.rewMiniGallery a:hover .previewImg .text img {
		padding-top: 125px;
   }
   .landing .ctaContant{
      padding-top: 90px;
   }
   .landing .ctaContant .whiteBox {
      padding-bottom: 20px;
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 0px;
  }
  .who{
   margin-top: -710px;
  }
  .payMethod ul{
   flex-wrap:wrap;

  }
  .payMethod ul li{
   flex: 0 1 20%;
   margin-top: 0px;
  }
}

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

	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 {
		padding-left: 20px;
		padding-right: 20px;
	}

	h2 {
		font-size: 30px;
		line-height: 36px;

	}

	.titleDecor {
		height: 3px;
	}

	.title {
		margin-bottom: 40px;
	}

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

	.darkSection_2 {
		padding-top: 160px;
		padding-bottom: 500px;
	}

	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="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);
	}

	footer h2.title {
		margin-bottom: 20px;
	}

	.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 {
		margin-top: -13px;
	}

	.notify p {
		margin-top: -32px !important;
	}

	.modal .modal-header {
		padding: 35px 20px 35px;
	}

	.modal .modal-body {
		padding: 0px 30px 0;
	}

	.modal h3 {
		font-size: 26px;
		line-height: 30px;
	}

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

	.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;
	}

	.landing h1 {
		font-size: 36px;
		line-height: 46px;
	}

	.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;
	}

	.mobMainMenu .contactsHeadBox {
		display: inline-block;
		position: relative;
		background-color: transparent;
	}

	.mobMainMenu .mainScreenSocialLinks a {
		margin-right: 6px;
		margin-left: 6px;
	}

	input[type="text"],
	input[type="email"] {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

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

	.head {
		display: inline-block;
		width: 100%;
		margin-bottom: 30px;
	}

	.head img {
		position: absolute;

	}

	.lpCourse .who {
		padding-top: 250px;
		padding-bottom: 80px;
   }
   .org{
      width: 100%;
   }
   .org h2.small {
      font-size: 30px;
      margin-top: 120px;
      margin-bottom: 30px;
  }
  .org .whiteBox .left{
     padding-bottom: 0px;
  }
  .lpCourse .org .whiteBox .right {
   padding-top: 30px;
   padding-bottom: 30px;
   padding-left: 15px;
   padding-right: 15px;
}
	.lpCourse .whiteBox ol {
		padding-left: 30px;
		font-size: 15px;
	}

	.lpCourse .whiteBox ol li {
		font-size: 15px;
		font-family: "LatoWeb";
	}

	.rewTextGallery .whiteBox {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 0px;
		padding-bottom: 40px;
		width: 100%;
		margin: 0px;
		box-shadow: none;
	}

	.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 .nav > li > a {
		width: auto;
	}

	.btn {
		padding-left: 20px;
		padding-right: 20px;
	}

	.gnmWebinar .mainScreen .mainTitle .subTitle h2,
	.gnmWebinar .mainScreen .mainTitle .subTitle p {
		font-size: 19px;
	}

	.gnmWebinar .mainScreen .subTitle {
		margin-bottom: 15px;
		/*padding-left: 15px;*/
	}
   ul.list {
      margin-top: 25px;
      padding-left: 20px;
  }
	.ctaContant.vidoeForm h2 {
		line-height: 26px;
	}

	.ctaContant.vidoeForm .rewMiniGallery .previewImg {
		min-height: 180px;
	}

	.ctaContant.vidoeForm .rewMiniGallery .previewImg .text img {
		padding-top: 60px;
	}

	.ctaContant.vidoeForm .rewMiniGallery .previewImg:hover .text img {
		padding-top: 60px;
	}

	.ctaContant.vidoeForm .rewMiniGallery .iframe {
		min-height: 180px;
	}

	.gnmWebinar .rewMiniGallery {
		margin-bottom: 40px;
	}

	.ctaContant.vidoeForm p.small {
		font-size: 12px;
	}

	.ctaContant.vidoeForm .whiteBox {
		padding-bottom: 30px;
	}

	.gnmWebinar .who .title {
		background-size: 100%;
		padding-top: 80px;
		padding-bottom: 50px;
		padding-left: 0px;
		margin-left: 0px;
	}

	.gnmWebinar .darkSection_2 {
		padding-top: 30px;
	}

	.gnmWebinar .darkSection_2 .whiteBox {
		padding-bottom: 40px;
		margin-bottom: 90px;
	}

	.gnmWebinar .darkSection_2 .rewTextGallery .whiteBox {
		padding-top: 26px;
	}

	.gnmWebinar .darkSection_2 .whiteBox {
		padding-top: 26px;
	}

	.gnmWebinar .darkSection_2 .whiteBox h2 {
		margin-top: -10px;
		margin-bottom: 30px;
	}

	.gnmWebinar .darkSection_2 .rewTextGallery .whiteBox h2 {
		margin-top: 20px;
		margin-bottom: 0px;
	}

	.gnmWebinar .darkSection_2 .rewTextGallery .whiteBox h2.rewTitle {
		margin-bottom: 20px;
	}

	.gnmWebinar .kirill {
		margin-top: 80px;
		padding-top: 0px;
	}

	.gnmWebinar .kirill .whiteBox {
		margin-top: -10px;
		margin-left: 0px;
		padding-top: 40px;
		width: 100%;
	}

	.gnmWebinar .kirill .whiteBox .decor {
		display: none;
	}

	.gnmWebinar .kirill .whiteBox .text {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 40px;
	}

	.gnmWebinar .kirill .whiteBox .cta {
		padding-left: 22px;
		padding-right: 22px;
		padding-top: 30px;
		padding-bottom: 20px;
	}

	.gnmWebinar .kirill .whiteBox .cta input.btn {
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.gnmWebinar .kirill .whiteBox .cta .btn {
		margin-top: 0px;
		width: 100%;

	}

	.gnmWebinar .kirill .whiteBox p.small {
		font-size: 12px;
		margin-top: 20px;
	}

	.gnmWebinar .kirill .notify {
		border-radius: 10px;
		margin-bottom: 120px;
	}

	.gnmWebinar .kirill .notify .icon {
		margin-right: 0px;
		width: 100%;
	}

	.gnmWebinar .kirill .notify p {
		padding-top: 50px;
		margin-bottom: 0px;
		line-height: 24px;
	}
	.gnmWebinar .rewMiniGallery.rewTextGallery .owl-nav {
		bottom: 80px;
   }
   .landing header.gnmWebinar{
      background-size: cover;
      padding-bottom: 200px;
   }
   .who{
      margin-top: -400px;
	 }
	 .modal textarea.textInput {
		width: 100%;
	}

}


