*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}

html, body {
padding:0;
margin:0;
width:100%;
height:100%;
}

body {
font-family: 'PT Sans', Arial;
font-size:14px;
color:#555658;
#background:#f3f3f3;
}

h1 {
font-family: 'PT Sans Narrow';
font-weight: bold; 
font-size:46px;
color:#191d22;
text-transform:uppercase;
margin-top: 20px;
}

.ya-share2 ul li {
	background: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

ol li{
list-style-type: decimal;
list-style-color: #009cbd;
padding-left:0px;
margin-bottom:5px;
margin-left:-22px;
}

.page_404 h1 {
color:#000;
}

h2 {
font-family: 'PT Sans Narrow';
font-weight: bold; 
font-size:32px;
color:#151b1d;
text-transform:uppercase;
padding:0;
margin:0;
margin-bottom:0px;
}

.gallaryonpage_mobile {
	display: none;
}

.page_404 h2 {
color:#e36721;
margin-bottom:0px;
}

h3 {
font-family: 'PT Sans';
font-weight:bold;
font-size:19px;
color:#151b1d;
}

h4 {
font-family: 'PT Sans';
font-weight:bold;
font-size:24px;
color:#151b1d;
text-transform: uppercase;
}

hr {
height:2px;
background:#e1e1e1;
border:0;
width:100%;
margin-top:35px;
margin-bottom:30px;
}

a {
color:#025669;
}

a img {
border:0
}

textarea:focus, input:focus{
outline: 0;
}

input {
margin:0;
color: rgb(25, 29, 34);
display: block;
font-family: 'PT Sans', Arial;
font-size: 14px;
}

textarea {
color: rgb(25, 29, 34);
display: block;
font-family: 'PT Sans', Arial;
font-size: 14px;
}

input[type="submit"] {
cursor:pointer;
}

span.blue {
color:#009cbd;
}

span.orange {
color:#fd8103;
}

.page_404_content {
width:100%;
height:200px;
color:#000;
}

.page_404_content p{
margin-top:5px;
font-size:17px;
line-height:22px;
}

.mt20 {
	margin-top: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb12 {
	margin-bottom: 12px;
}

.pt20 {
	padding-top: 20px;
}

/**------------------------------------------
	Header
*/
.social-links-header-cls {
	float: left;
	z-index: 20;
	position: relative;
	margin-top: -5px;
}

.lk-link-button-cls {
	float: left;
	margin-left: 15px;
	margin-top: -7px;
}

a.lk_bt {
	font-size: 10px;
	font-family: 'ubuntubold';
	line-height: 30px;
	cursor: pointer;
	padding-right: 20px;
	float: left;
	position: relative;
	z-index: 50;
	text-decoration: none;
	color: #fcf9f9;
	text-transform: uppercase;
	background: url(../../img/lk-icon.png) no-repeat 0px 5px;
}

a.lk_bt.noauth {
	background: url(../../img/lk-icon.png) no-repeat 0px 5px;
}

.lk_block {
background:#121417;
width:142px;
position:absolute;
display:none;
z-index:40;
padding-top:23px;
margin-top:7px;
margin-left:-10px;
}

.lk_nav {
margin-left:10px;
margin-right:10px;
border-top:1px solid #191d22;
border-bottom:1px solid #191d22;
padding-top:5px;
padding-bottom:5px;
}

.lk_block a{
font-size:10px;
color:#676767;
font-family: 'ubuntubold';
text-decoration:none;
text-transform:uppercase;
padding-left:20px;
display:block;
margin-bottom:8px;
}

.lk_block a:hover{
color:#00a9cc;
}

.search {
	width:30px;
	height:30px;
	margin-top: -8px;
	margin-left: 20px;
	float: left;
}

.search .search_bt{
	width:17px;
	height:17px;
	background:url(../../img/search.png) right no-repeat;
	cursor:pointer;
	margin-top:9px;
	padding-left:14px;
	position:relative;
	z-index:140
	padding-left: 10px;
	border-left:none;
}

.search_area {
	width:72px;
	height:37px;
	position:absolute;
	background:#000;
	margin-top:-27px;
	margin-left:-38px;
	z-index:130;
	padding-left:10px;
	background:url(../../img/search_area.png) left no-repeat #121417;
	display:none;
}

.search_area input {
	margin-top:7px;
	height:21px;
	border:0;
	background:none;
	font-family: 'CirceBold';
	color:#868d96;
	font-size:12px;
	text-transform:uppercase;
	display:none;
}

.topnumber {
	clear: both;
	font-weight:bold;
	margin-left: 8px;
}

.spec-phone-header-cls {
	color: #000;
	font-size: 16px;
	text-decoration: none;
}

#menu-online-item a {
	color: #f00;
}

/*
	End Header
--------------------------------------------*/


/**------------------------------------------
	Slider
*/

.first-slide-button {
	display: block;
	text-align: center;
	/* width: 192px; */
	width: 170px;
	/* background-color: #01a9cd; */
	background-color: #025669;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	position: absolute;
	bottom: 50px;
	/* left: 50px; */
	left: 90px;
	border-radius: 6px;
}

.first-slide-button:hover {
	background-color: #f4a460;
	color: #fff;
}

/*
	End Slider
--------------------------------------------*/


/**------------------------------------------
	Index page
*/

.m-t-18 {
	margin-top: 18px;
}

.second-slide-title {
	font-size: 28px;
	text-transform: uppercase;
	text-align: center;
	color: #000;
	font-weight: bold;
	/* margin-top: 50px; */
	margin-top: 25px;
	margin-bottom: 28px;
	font-family: 'PT Sans Narrow';
}

.second-slide-title h1 {
	color: #025669;
}

.second-slide-title-mark {
	max-width: 270px;
	height: 3px;
	/* background: #00acd0; */
	background: #025669;
	margin-bottom: 28px;
	margin-left: auto;
	margin-right: auto;
}

.second-slide-preim {
	font-size: 18px;
	color: #000;
	font-family: 'PT Sans';
	text-align: justify;
}

.second-slide-pro-1 {
	margin-top: 40px;
	background-color: #f6f6f6;
	min-height: 288px;
}

.second-slide-pro-2 {
	margin-top: 40px;
	background-color: #f6f6f6;
}

.second-slide-pro-3 {
	margin-top: 40px;
	background-color: #f6f6f6;
	min-height: 288px;
}

.second-slide-pro-1-title {
	font-size: 28px;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	font-family: 'PT Sans Narrow';
	margin-left: 24px;
	margin-top: 8px;
}

.second-slide-pro-1-text {
	margin-left: 24px;
	margin-right: 24px;
	margin-top: 12px;
	margin-bottom: 16px;
}

.second-slide-pro-1-button {
	text-decoration: none;
	width: 260px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	padding-top: 14px;
	padding-bottom: 14px;
	/* background-color: #e26727; */
	background-color: #f4a460;
	border-radius: 6px;
}

.second-slide-pro-1-button:hover {
	background-color: #025669;
	text-decoration: none;
	color: #fff;
}  

.second-slide-pro-3-more-text {
	/* color: #00a8cc; */
	color: #025669;
	font-size: 48px;
	font-weight: bold;
	margin-left: 20px;
}

.second-slide-pro-3-text {
	text-transform: uppercase;
	font-weight: bold;
}

.slide3-block-title {
	font-size: 28px;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 40px;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #000;
	font-family: 'PT Sans Narrow';
	text-align: center;
}

.slide3-block-mark {
	width: 250px;
	height: 3px;
	/* background: #00acd0; */
	background: #025669;
	margin-bottom: 28px;
	margin-right: auto;
	margin-left: auto;
}

.slide3-courses-2-colum .programs_for_beginners a,
.slide3-courses-2-colum .digital_processing a,
.slide3-courses-2-colum .programs_for_advanced a,
.slide3-courses-2-colum .training_ico.programs_for_professional a,
.slide3-courses-2-colum .intensive a,
.slide3-courses-2-colum .school_af a,
.slide3-courses-2-colum .trainings a {
	background: none;
		width: 250px !important;
}

.slide3-courses-2-colum .training_ico {
	margin-top: 42px;
}

.training_ico {
	height: 57px;
	margin-top: 11px;
}

.slide3-courses-2-colum .training_ico {
	margin-top: 42px;
}

.slide3-courses-2-colum .training_ico a {
	float: left;
}

.slide3-courses-2-colum .training_ico a:hover{
	text-decoration: none;
	color: #025669;
}

.slide3-course-slogan-text {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 30px;
}

.slide3-courses-3-colum-text {
	font-weight: bold;
	margin-top: 40px;
	margin-left: 12px;
}

.slide3-courses-3-colum-price {
	color: #f4a460;
	font-weight: bold;
	font-size: 16px;
	margin-left: 12px;
}

.slide3-courses-3-colum-price span {
	color: #f4a460;
	font-size: 22px;
	font-weight: bold;
}

.slide3-courses-4-colum a {
	display: block;
	background-color: #025669;
	padding: 14px 0px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin-top: 38px;
	border-radius: 6px;
}

.slide3-courses-4-colum a:hover {
	background-color: #f4a460;
	color: #fff;
	text-decoration: none;
}

.slide3-courses-wrapper-cl {
	margin-bottom: 20px;
}

.slide3-courses-2-colum .programs_for_beginners .slide3-courses-2-colum-logo {
	background: url(../../img/training_ico.webp) 0px -11px no-repeat;
	width: 51px !important;
	height: 48px;
	display: block;
}

.slide3-courses-2-colum .programs_for_beginners:hover .slide3-courses-2-colum-logo {
	background: url(../../img/training_ico.webp) 0px -71px no-repeat;
	height: 48px;
	display: block;
	width: 51px;
}


.slide3-courses-2-colum .programs_for_advanced:hover .slide3-courses-2-colum-logo {
	background: url(../../img/training_ico.webp) -51px -71px no-repeat;
	display: block;
	width: 51px;
}
.slide3-courses-2-colum .programs_for_advanced .slide3-courses-2-colum-logo {
	background: url(../../img/training_ico.webp) -51px -11px no-repeat;
	width: 54px !important;
	height: 41px;
}

.slide3-courses-2-colum .training_ico.programs_for_professional .slide3-courses-2-colum-logo {
	background: url(../../img/training_ico.webp) -104px 0px no-repeat;
	width: 34px !important;
	height: 67px;
	top: -15px;
	position: relative;
}

.slide3-courses-2-colum .programs_for_professional:hover .slide3-courses-2-colum-logo {
	background: url(../../img/training_ico.webp) -104px -67px no-repeat;
	display: block;
	width: 51px;
}

.slide3-courses-2-colum .intensive .slide3-courses-2-colum-logo {
	background: url(../../img/training_ico.webp) -602px -11px no-repeat;
	width: 51px !important;
	height: 45px;
}

.slide3-courses-2-colum .intensive:hover .slide3-courses-2-colum-logo {
	background: url(../../img/training_ico.webp) -602px -71px no-repeat;
	display: block;
	width: 51px;
}

.slide3-courses-2-colum .digital_processing .slide3-courses-2-colum-logo {
	background: url(../../img/training_ico.webp) -324px -11px no-repeat;
	width: 52px !important;
	height: 45px;
}


.slide3-courses-2-colum .digital_processing:hover .slide3-courses-2-colum-logo {
	background: url(../../img/training_ico.webp) -324px -71px no-repeat;
	display: block;
	width: 51px;
}

.slide3-courses-2-colum .school_af .slide3-courses-2-colum-logo {
	background: url(../../img/training_ico.webp) -555px -11px no-repeat;
	width: 47px !important;
	height: 45px;
}

.slide3-courses-2-colum .school_af:hover .slide3-courses-2-colum-logo {
	background: url(../../img/training_ico.webp) -555px -71px no-repeat;
	display: block;
	width: 51px;
}

.slide3-courses-2-colum .trainings .slide3-courses-2-colum-logo {
	background: url(../../img/training_ico.webp) -284px -11px no-repeat;
	width: 40px !important;
	height: 43px;
}

.slide3-courses-2-colum .trainings:hover .slide3-courses-2-colum-logo {
	background: url(../../img/training_ico.webp) -284px -71px no-repeat;
	display: block;
	width: 51px;
}

.slide3-all-courses-link {
	width: 256px;
	height: 68px;
	background: #f4a460;
	margin-left: auto;
	margin-right: auto;
	display: block;
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding-top: 20px;
	text-decoration: none;
	margin-bottom: 30px;
	font-family: 'PT Sans Narrow';
	border-radius: 6px;
}

.slide3-all-courses-link:hover {
	text-decoration: underline;
	background-color: #025669;
	color: #fff;
}

.slide5-title-cls {
	margin-top: 15px;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 28px;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	font-family: 'PT Sans Narrow';
}

.slide5-slide-title-mark {
	max-width: 270px;
	height: 3px;
	background: #025669;
	margin-bottom: 28px;
	margin-left: auto;
	margin-right: auto;
}

.slide5-all-courses-link-cls {
	margin: 0 auto;
	width: 230px;
	margin-top: 20px;
}

.slide7-title-cls {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	padding-top: 20px;
	margin-bottom: 20px;
	color: #000;
	font-family: 'PT Sans Narrow';
	text-transform: uppercase;
}

.second-slide-title-mark {
	max-width: 270px;
	height: 3px;
	background: #025669;
	margin-bottom: 28px;
	margin-left: auto;
	margin-right: auto;
}

.slide7-text {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
	clear: both;
	margin-bottom: 20px;
	color: #000;
}

.slide7-text .slide7-text-number {
	font-size: 25px;
	color: #025669;
	font-weight: bold;
	padding-right: 30px;
}

.slide7-text span {
	display: table-cell;
	vertical-align: middle;
}

.slide5-course-wrapper-cls {
	min-height: 250px;
}

.slide5-course-wrapper-cls a {
	display: block;
	text-decoration: none;
}

.slide5-course-wrapper-cls img {
	width: 260px;
	height: 138px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slide5-course-date-cls {
	display: block;
	margin-top: -110px;
	border: 1px solid #fff;
	text-align: center;
	font-size: 32px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'PT Sans Narrow';
}

.slide5-course-date-cls-wr {
	display: inline-block;
	border: 2px solid white;
	padding: 7px;
	background-color: rgba(0,0,0,0.5);
}

.slide5-course-wrapper-cls a {
	display: block;
	text-decoration: none;
}
.slide5-course-name-cls {
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	font-family: 'PT Sans Narrow';
}

.slide5-course-category-name-cls {
	font-size: 16px;
	text-align: center;
	color: #000;
	font-family: 'PT Sans Narrow';
}

.index-spec-fon {
	background: #f4f4f4;
	margin-top: 40px;
	padding-bottom: 40px;	
}

.slide8-wrapper-cls, .slide8-form-wrap-cls {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
}

.slide8-title-cls {
	padding-top: 30px;
	font-size: 28px;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
	font-family: 'PT Sans Narrow';
}

.slide8-title-cls {
	padding-top: 30px;
	font-size: 28px;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
	font-family: 'PT Sans Narrow';
}

.blog-item-news-wrapper-cls a {
	text-decoration: none;
}

.blog-item-news-wrapper-cls a img {
	width: 260px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.blog-item-news-wrapper-cls a .blog-item-news-name-cls {
	color: #000;
	font-size: 16px;
	height: 60px;
	overflow: hidden;
	text-align: center;
}

.blog-item-news-wrapper-cls a .blog-item-news-date-cls {
	font-size: 16px;
	width: 260px;
	margin-right: auto;
	margin-left: auto;
}

.slide8-form-wrap-cls {
	border: 11px solid #025669;
	margin-top: 30px;
}

.slide8-form-title-cls {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin-top: 20px;
	font-family: 'PT Sans Narrow';
	padding-left: 10px;
	padding-right: 10px;
}

.slide8-form-breakline-cls {
	margin: 0 auto;
	border-bottom: 2px solid #cfcfcf;
	width: 84%;
}

.slide8-form-wrap-cls form {
	width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slide8-form-wrap-cls input[type="text"] {
	height: 31px;
	padding-left: 5px;
	border: 1px solid #9e9e9e;
	margin-top: 15px;
	width: 70%;
	display: block;
	float: left;
}

.slide8-form-wrap-cls input[type="submit"] {
	height: 31px;
	margin-left: 20px;
	display: block;
	float: left;
	margin-top: 15px;
	background: #025669;
	border: none;
	color: #fff;
	text-align: center;
	font-family: 'PT Sans Narrow';
	padding: 0 14px;
	font-size: 16px;
	border-radius: 6px;
}

.slide8-form-wrap-cls input[type="submit"]:hover {
	background-color: #f4a460;
}


.slide8-form-social-wrapp {
	padding-top: 20px;
}

.slide8-form-social-text {
	font-size: 18px;
	margin-left: -18px;
	margin-bottom: 5px;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	font-family: 'PT Sans Narrow';
	text-align: center;
}

.social-form-wrp {
	margin-left: auto;
	margin-right: auto;
	width: 140px;
}

a.s_social {
	width: 32px;
	height: 31px;
	cursor: pointer;
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}

.slide8-form-wrap-cls a {
	float: left;
	display: block;
}

a.s_social.tw {
	background: url(../../img/soc_bt.png) left no-repeat;
}

a.s_social.vk {
	background: url(../../img/soc_bt.png) -31px no-repeat;
}

a.s_social.in {
	background: url(../../img/soc_bt.png) right no-repeat;
	width: 29px;
}

.slide9-title-cls {
	padding-top: 30px;
	font-size: 28px;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
	font-family: 'PT Sans Narrow';
	text-align: center;
}

.slide9-wrapper-cls .wblock {
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	min-height: 410px;
	padding: 16px;
	position: relative;
	min-width: 201px;
}
.wblock {
	border: 1px solid #c2c2c2;
	float: left;
	padding: 16px;
	margin-right: 10px;
	height: 390px;
	margin-bottom: 10px;
}

.slide9-wrapper-cls .wblock:hover {
	border: 1px solid #e36721;
}

.prepod-name {
	color: #191d22;
	font-family: 'PT Sans Narrow';
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.slide9-wrapper-cls .wblock:hover a {
	color: #191d22;
	text-decoration: none;
}
.slide9-wrapper-cls .wblock a {
	position: absolute;
	bottom: -5px;
	left: 16px;
}

.wblock a, .nblock a {
	color: #191d22;
	font-family: 'PT Sans Narrow';
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
	display: block;
}

.slick-prev:before, .slick-next:before {
	color: #c5c5c5 !important;
	font-size: 24px;
}

.pad-l-r-20 {
	padding-left: 25px;
	padding-right: 25px;
}

.over-fone-popup {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 8060;
}

.popup-confirm-confidence-wrapper {
	display: none;
	background: rgba(255, 255, 255, 1);
	border: 2px solid #888;
	width: 260px;
	position: fixed;
	z-index: 8060;
	top: 50%;
	left: 50%;
	margin: -172px 0px 0px -144px;
	padding: 20px 40px;
}

.slide9-wrapper-cls .form {
	text-align: center;
	padding: 10px 0 30px;
	color: #ffffff;
	background: #025669;
}

.slide9-wrapper-cls .form h3 {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	margin-bottom: 35px;
	font-family: 'PT Sans Narrow', sans-serif;
}

input {
	margin: 0;
	color: rgb(25, 29, 34);
	display: block;
	font-family: 'PT Sans', Arial;
	font-size: 14px;
}

.slide9-wrapper-cls .main-form input[type="submit"]:hover, .slide9-wrapper-cls .call-form input[type="submit"]:hover, .btn:hover {
	border-color: #f4a460;
	background: #f6b680;
}

.slide9-wrapper-cls .form .btn {
	text-transform: uppercase;
	font-size: 18px;
	padding: 0;
	height: 54px;
	width: 200px;
	cursor: pointer;
	display: block;
	/* background: #e26727; */
	background: #f4a460;
	font-weight: 700;
	font-family: 'PT Sans Narrow', sans-serif;
	text-align: center;
	box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.4);
	/* border: 1px solid #b25900; */
	border: 1px solid #f6b680;
	color: #ffffff;
	text-decoration: none;
	border-radius: 6px;
}

.slide9-wrapper-cls .form {
	text-align: center;
	padding: 10px 0 30px;
	color: #ffffff;
	background: #025669;
}

.form-contacts-popup-link-spec-marg-top {
	padding-top: 12px;
}
.form-contacts-popup-link-spec-marg {
	margin-bottom: 10px;
}
.form-contacts-popup-link {
	clear: both;
}

.slide9-wrapper-cls .error_container {
	float: left;
	height: 17px;
	margin-top: -17px;
	width: 270px;
}

.slide9-wrapper-cls .help_course input[type="text"] {
	/*width: 25%;
	min-width: 200px;*/
	width: 100%;
	margin-right: 25px;
	border: 0;
	padding: 0 30px;
	font-size: 16px;
	color: #303030;
	font-family: "PT Sans", sans-serif;
	font-weight: 700;
	height: 54px;
	background: #ffffff;
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.8);
	float: left;
}

.slide9-wrapper-cls .form .item {
	padding-top: 50px;
	overflow: auto;
}

.captcha-wrp-1 {
	margin-top: 12px;
}

.img-capcha-1, .inf-inp {
	vertical-align: top;
}
.inf-inp, .img-capcha-1 {
	display: inline-block;
}

.slide9-wrapper-cls .help_course .inf-inp input[type="text"] {
	height: 40px;
}

.form-contacts-check-wrapper label {
	display: inline-block;
	vertical-align: middle;
}

.form-contacts-checkbox-wrapper {
	display: inline-block;
	vertical-align: middle;
}

.help_course h3 {
	margin-top: 30px;
}

.wblock img {
	margin-left: auto;
	margin-right: auto;
}

/*
	End page
--------------------------------------------*/


/**------------------------------------------
	Footer
*/


.footer-gray {
	width: 100%;
	background: #f4f4f4;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #000;
}

.copyright {
	color: #000;
	font-family: 'ubunturegular';
	text-transform: uppercase;
	font-size: 10px;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 12px;
}

.copyright a {
	text-transform: none;
}

.copyright a:hover {
	text-decoration: none;
}

.foot_contacts span {
	display: block;
	font-family: 'ubuntumedium';
	color: #025669;
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 5px;
}

.foot_contacts {
	font-size: 12px;
}

.foot_2 a.level_1 {
	font-family: 'ubuntubold';
	font-size: 13px;
	margin-bottom: 10px;
	margin-top: 26px;
	font-size: 12px;
}
.foot_2 a:hover {
	color: #025669;
	text-decoration: underline;
}
.foot_2 a {
	font-family: 'ubunturegular';
	color: #000;
	text-decoration: none;
	font-size: 12px;
	display: block;
	margin-bottom: 8px;
}

.social_bt_block {
	font-size: 10px;
	text-transform: uppercase;
	padding: 15px;
	padding-top: 10px;
	margin-top: 26px;
}

.social_bt_block p {
	margin-bottom: -10px;
}

#registerModalLongTitle {

	font-family: 'PT Sans Narrow';
	text-transform: uppercase;
	font-size: 24px;
	color: #191d22;
	font-weight: bold;
}

#registerModalCenter input[type="text"],
#registerModalCenter input[type="password"] {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#registerModalCenter .forgot_pass {
	margin-bottom: 20px;
	display: block;
}

#registerModalCenter #remember_me, #registerModalCenter .to_remember_me {
	display: inline-block;
}

#registerModalCenter input[type="submit"] {
	background: url(../../img/bt.png) repeat-x #327888;
	height: 34px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #08778c;
	color: #fff;
	font: 16px 'PT Sans Narrow';
	font-weight: normal;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 1px;
	margin-top: 20px;
}

#registerModalCenter .register {
	display: inline-block;
}

#registerModalCenter .reg_form {
	display: none;
}

#registerModalCenter .rem_form {
	display: none;
}

/*
	End Footer
--------------------------------------------*/


/**------------------------------------------
	Breadcrumbs
*/

ol.breadcrumbs {
	padding: 0;
	margin: 0;
}

ol.breadcrumbs li {
	list-style: none;
	background: none;
	padding: 0;
	margin: 0;
}

ol.breadcrumbs a {
	font-family: 'PT Sans';
	color: #45484c;
	/* font-size: 11px; */
	font-size: 14px;
	float: left;
}

ol.breadcrumbs > li > span {
	background: url(../../img/bread.gif) no-repeat;
	width: 13px;
	height: 4px;
	float: left;
	margin-top: 6px;
	margin-left: 10px;
	margin-right: 10px;
}

ol.breadcrumbs > li > span.br_end {
	background: url(../../img/breadc.gif) no-repeat;
	margin-right: 0px;
}

/*
	End Breadcrumbs
--------------------------------------------*/


/**------------------------------------------
	Obuchenie
*/

.obuchenie-wrapper h1 {
	margin-top: 30px;
	margin-bottom: 40px;
	width: 100% !important;
}

.prog_schedule {
	border: 7px solid #025669;
	border-radius: 6px;
	padding: 14px;
}

.prog_schedule a:before {
	content: url(../../img/calendar.png);
}
.prog_schedule a {
	display: block;
	font-size: 20px;
	color: #151b1d;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-family: PT Sans Narrow;
	margin-left: auto;
	margin-right: auto;
	width: 213px;
}

.prog_schedule a span {
	display: inline-block;
	width: 120px;
	padding-left: 10px;
}

.training_ico {
	height: 57px;
	margin-top: 11px;
}

.programs_for_beginners a {
background:url(../../img/training_ico.png) 0px -11px no-repeat;
width:51px !important;
height:48px;
display:block;
}

.training .nblock:hover .programs_for_beginners a{
background:url(../../img/training_ico.png) 0px -71px no-repeat;
height:48px;
display:block;
width:51px;
}

.programs_for_advanced a {
background: url(../../img/training_ico.png) -51px -11px no-repeat;
width: 54px !important;
height: 41px;
}

.training .nblock:hover .programs_for_advanced a{
background:url(../../img/training_ico.png) -51px -71px no-repeat;
display:block;
width:51px;
}


.training_ico.programs_for_professional a {
background: url(../../img/training_ico.png) -104px 0px no-repeat;
width: 34px !important;
height: 67px;
top: -15px;
position: relative;
}

.training .nblock:hover .programs_for_professional a{
background:url(../../img/training_ico.png) -104px -67px no-repeat;
display:block;
width:51px;
}

.programs_for_teenagers a {
background: url(../../img/training_ico.png) -138px -11px no-repeat;
width: 62px !important;
height: 40px;
}

.training .nblock:hover .programs_for_teenagers a{
background:url(../../img/training_ico.png) -138px -71px no-repeat;
display:block;
width:51px;
}

.special_courses a {
background: url(../../img/training_ico.png) -200px -11px no-repeat;
width: 38px !important;
height: 43px;
}

.training .nblock:hover .special_courses a{
background:url(../../img/training_ico.png) -200px -71px no-repeat;
display:block;
width:51px;
}

.express_programs a{
background: url(../../img/training_ico.png) -238px -11px no-repeat;
width: 46px !important;
height: 45px;
}

.training .nblock:hover .express_programs a{
background:url(../../img/training_ico.png) -238px -71px no-repeat;
display:block;
width:51px;
}

.trainings a {
background: url(../../img/training_ico.png) -284px -11px no-repeat;
width: 40px !important;
height: 43px;
}

.training .nblock:hover .trainings a{
background:url(../../img/training_ico.png) -284px -71px no-repeat;
display:block;
width:51px;
}

.digital_processing a {
background: url(../../img/training_ico.png) -324px -11px no-repeat;
width: 52px !important;
height: 45px;
}

.training .nblock:hover .digital_processing a{
background:url(../../img/training_ico.png) -324px -71px no-repeat;
display:block;
width:51px;
}

.individual_training a {
background: url(../../img/training_ico.png) -376px -11px no-repeat;
width: 45px !important;
height: 45px;
}

.training .nblock:hover .individual_training a{
background:url(../../img/training_ico.png) -376px -71px no-repeat;
display:block;
width:51px;
}

.specproject a {
background: url(../../img/training_ico.png) -511px -11px no-repeat;
width: 44px !important;
height: 44px;
}

.training .nblock:hover .specproject a{
background:url(../../img/training_ico.png) -511px -71px no-repeat;
display:block;
width:51px;
}

.qualification_improvement a {
	background: url(../../img/training_ico.png) -653px -11px no-repeat;
	width: 68px !important;
	height: 51px;
}

.training .nblock:hover .qualification_improvement a{
	background:url(../../img/training_ico.png) -653px -71px no-repeat;
	display:block;
	width:68px;
}

.intensive a {
background: url(../../img/training_ico.png) -602px -11px no-repeat;
width: 51px !important;
height: 45px;
}

.training .nblock:hover .intensive a{
background:url(../../img/training_ico.png) -602px -71px no-repeat;
display:block;
width:51px;
}

.school_af a {
background: url(../../img/training_ico.png) -555px -11px no-repeat;
width: 47px !important;
height: 45px;
}

.training .nblock:hover .school_af a{
background:url(../../img/training_ico.png) -555px -71px no-repeat;
display:block;
width:51px;
}


.training .nblock {
	height: 480px;
	border: 3px solid #f3f3f3;
	padding: 15px;
	margin-bottom: 40px;
}

.nblock a div.prog_text {
	font-family: 'PT Sans', Arial !important;
	font-size: 14px !important;
	color: #555658 !important;
	font-weight: normal !important;
	text-transform: none !important;
	overflow: visible;
}

.prog_text {
	overflow: hidden;
	width: 100%;
	margin-bottom: 25px;
	margin-top: 20px;
}
.nblock {
	overflow: hidden;
}

.training .nblock:hover {
	background: #fff;
	border: 3px solid #e36721;
	-webkit-box-shadow: -2px 6px 10px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: -2px 6px 10px 0px rgba(50, 50, 50, 0.3);
	box-shadow: -2px 6px 10px 0px rgba(50, 50, 50, 0.3);
	behavior: url(../../css/PIE.htc);
}


/*
	End Obuchenie
--------------------------------------------*/


/**------------------------------------------
	Calendar
*/

.calendar_nav span.left {
	background: url(../../img/calendar_nav.png) left no-repeat;
}
.calendar_nav span.left, .calendar_nav span.right {
	width: 15px;
	height: 15px;
	cursor: pointer;
}
.calendar_nav span, .calendar_nav div {
	float: left;
}

.calendar_nav #active_month {
	font-family: PT Sans Narrow;
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	color: #191d22;
	background: #fff;
	margin-top: -14px;
	border: 1px solid #c5c5c5;
	margin-left: 5px;
	margin-right: 5px;
}

.calendar_nav #active_month {
	font-family: PT Sans Narrow;
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	color: #191d22;
	background: #fff;
	margin-top: -14px;
	border: 1px solid #c5c5c5;
	margin-left: 5px;
	margin-right: 5px;
}
.calendar_nav #active_month div span {
	border-bottom: 1px dashed #00a9cc;
	text-align: center;
	display: inline-block;
	line-height: 24px;
	cursor: pointer;
	float: none;
}

.calendar_nav span.right {
	background: url(../../img/calendar_nav.png) right no-repeat;
}

.month_list {
	display: none;
	background: #fff;
	border: 2px solid #009cbd;
	border-top: 0px;
	/* margin-top: -14px; */
	width: 120px;
	margin-left: 20px;
	padding-left: 28px;
	padding-bottom: 15px;
}

.calendar_nav #active_month div {
	border-top: 1px solid #ececec;
	padding: 7px 1px 7px 1px;
	width: 148px;
	text-align: center;
}

.schedule_filter {
	font-weight: bold;
	color: #191d22;
	text-transform: uppercase;
}

.schedule_filter div.active span.check {
	background: url(../../img/rem_me.jpg) 2px 2px no-repeat #191d22;
}

.schedule_filter div span.check {
	width: 12px;
	height: 12px;
	border: 1px solid #191d22;
	padding: 0;
	cursor: pointer;
	margin-top: 3px;
	margin-right: 6px;
} 

.schedule_filter div span {
	display: block;
	float: left;
}

.dayDate {
	text-align: center;
	font-size: 56px;
	margin-top: -10px;	
}

.schedule_date {
	height: 90px;
	background: #039bbb;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}

.monthDate {
	text-align: center;
	font-size: 14px;
	margin-top: -10px;
}
.schedule_container {
	margin-bottom: 12px;
}

.schedule_container:hover {
	-webkit-box-shadow: 0px 22px 17px -15px rgba(50, 50, 50, 0.4);
	-moz-box-shadow: 0px 22px 17px -15px rgba(50, 50, 50, 0.4);
	box-shadow: 0px 22px 17px -15px rgba(50, 50, 50, 0.4);
	behavior: url(../../css/PIE.htc);
}

.schedule_container:hover a {
	color: #00a9cc;
	text-decoration: underline;
}

.schedule_content a {
	font-weight: bold;
	font-size: 15px;
	color: #191d22;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
	line-height: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.schedule_length span, .schedule_price span {
	font-size: 11px;
	color: #6d6e6f;
	font-family: 'PT Sans';
}

.schedule_content {
	width: 100% !important;
}

.schedule_length {
	font-weight: bold;
	font-size: 15px;
	color: #191d22;
	display: inline-block;
}

.schedule_price {
	display: inline-block;
	font-family: 'PT Sans Narrow';
	font-weight: bold;
	font-size: 24px;
	color: #e26727;
	line-height: 14px;
	margin-left: 20px;
}

.schedule_course {
	font-size: 11px;
	color: #6d6e6f;
	font-family: 'PT Sans';
	font-style: italic;
	padding-top: 8px;
}

.course_name.type_1, .event_name.type_1{
background:#4a9aa9;
}

.course_name.type_2, .event_name.type_2 {
background:#0f1010;
}

.course_name.type_3, .event_name.type_3 {
background:#87b81b;
}


.course_name.type_4, .event_name.type_4, .course_name.programs_for_advanced, .event_name.programs_for_advanced {
background:#e36721;
}

.course_name.type_5, .event_name.type_5 {
background:#a1ce3e;
}

.course_name.type_6, .event_name.type_6 {
background:#373755;
}

.course_name.type_7, .event_name.type_7 {
background:#94547d;
}

.course_name.type_8, .event_name.type_8, .course_name.default_training, .event_name.default_training {
background:#14b3d1;
}

.course_name.type_9, .event_name.type_9 {
background:#8a8a95;
}

.course_name.programs_for_beginners, .event_name.programs_for_beginners {
background:#87b81b;
}
.course_name.special_courses, .event_name.special_courses {
background:#ccc;
}
.course_name.programs_for_professional, .event_name.programs_for_professional {
background:#0f1010;
}
.course_name.programs_for_teenagers, .event_name.programs_for_teenagers {
background:#a1ce3e;
}
.course_name.trainings, .event_name.trainings {
background:#14b3d1;
}
.course_name.individual_training, .event_name.individual_training {
background:#8a8a95;
}
.course_name.specproject, .event_name.specproject {
background:#c5474b;
}
.course_name.intensive, .event_name.intensive {
background: #e49d6b;
}
.course_name.qualification_improvement, .event_name.qualification_improvement {
	background: #7eabe4;
}
.course_name.school_af, .event_name.school_af {
	background: #c2b66c;
}
.course_name.digital_processing, .event_name.digital_processing {
	background: #aa9ac2;
}

.inline {
	display: inline-block !important;
}

.event_name {
	padding: 2px 12px;
		text-transform: uppercase;
	font: 11px 'PT Sans Narrow';
	text-align: center;
		color: #fff;
	line-height: 12px;
	text-decoration: none;
}

.schedule_groups table td:first-child, .schedule_groups table th:first-child {
	width: 100% !important;
}


/*
	End: Calendar
--------------------------------------------*/


/**------------------------------------------
	Obuchenie List
*/

.prog_sort {
	display: none;
}

.promo-banner-wrp {
	padding: 20px 30px;
	background-color: #337888;
	margin-bottom: 16px;
}

.promo-banner-wrp .promo-banner-title {
	color: #fff;
	font-family: 'ubuntubold';
	font-size: 26px;
	text-transform: uppercase;
	text-align: justify;
	font-weight: bold;
}

.promo-banner-tel {
	margin-top: 16px;
	color: #f2b37e;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.promo-banner-tel a {
	color: #fff;
	text-decoration: none;
}

.promo-banner-wrp .promo-banner-title span {
	color: #f7b583;
}

.prog_more {
	border-top: 1px solid #acacac;
	border-bottom: 1px solid #acacac;
	padding: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #191d22;
	margin-top: 10px;
	margin-bottom: 20px;
	cursor: pointer;
}

.prog_length {
	float: left;
}
.prog_price {
	float: right;
}

.prog_more .mb {
	margin-bottom: 7px;
}

.clear {
	clear: both;
}

.prog_length {
	float: left;
}

.prog_price {
	float: right;
}

.prog_length div {
	font-family: PT Sans Narrow;
	font-weight: bold;
	font-size: 15px;
	margin-top: 4px;
	margin-right: 10px;
}

.nblock:hover .prog_price div {
	color: #fff;
}
.prog_price div {
	font-family: PT Sans Narrow;
	font-weight: bold;
	font-size: 22px;
	line-height: 34px;
	/* color: #e26727; */
	color: #f4a460;
	margin-top: -5px;
}

.nblock:hover .prog_more {
	background: #025669;
	border-top: 1px solid #025669;
	border-bottom: 1px solid #025669;
	color: #fff;
}

a.all_programs {
	margin: 0 auto;
	font-size: 13px;
	font-family: PT Sans Narrow;
	text-transform: uppercase;
	color: #202327;
	border: 2px solid #202327;
	width: 142px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	text-decoration: none;
	display: block;
	margin-bottom: 50px;
	margin-top: 20px;
	border-radius: 6px;
}

.programms {
	margin-top: 30px;
}

/*
	End Obuchenie List
--------------------------------------------*/


/**------------------------------------------
	Galery
*/

.gallary {
margin-bottom:50px;
}

.gallary div {
position:absolute;
}

.gallary img {
float:left;
}

.gallary div.g_block {
height:556px;
position:static;
}

.ghover {
position:absolute;
}

.gshadow {
background:#000;
opacity:0.8;
-ms-filter: "alpha(opacity=80)";
position:absolute;
width:100%;
height:100%;
}

.glink {
background:url(../../img/eye.png) center center no-repeat;
display:block;
position:relative !important;
font-family:'PT Sans Narrow';
text-transform:uppercase;
color:#fff;
font-size:13px;
padding-left:5px;
cursor:pointer;
}

.gi_1 {
margin-top: 185px;
}

.gi_2 {
margin-top: 463px;
}

.gi_3 {
margin-top: 463px;
margin-left: 122px;
}

.gi_4 {
margin-left: 244px;
}

.gi_5 {
margin-left: 365px;
}

.gi_6 {
margin-left: 244px;
margin-top: 93px;
}

.gi_7 {
margin-top: 185px;
margin-left: 244px;
}

.gi_8 {
margin-top: 370px;
margin-left: 244px;
}

.gi_9 {
margin-left: 488px;
}

.gi_10 {
margin-left: 488px;
margin-top: 278px;
}

.gi_11 {
margin-left: 732px;
}

.gi_12{
margin-left: 855px;
}

.gi_13{
margin-left: 855px;
margin-top: 93px;
}

.gi_14{
margin-left: 732px;
margin-top: 185px;
}

.gi_15{
margin-left: 488px;
margin-top: 370px;
}

.gblock {
margin:0 auto;
}

.gblock img{
position:relative;
z-index:1
}

.gautor {
font-family:'PT Sans Narrow';
text-transform:uppercase;
color:#33363a;
font-size:18px;
float:left;
padding-top:15px;
padding-bottom:15px;
}

.gautor span {
color:#fff;
}

.likes {
float:right;
padding-top:15px;
padding-bottom:15px;
}

.likes div {
font-family:'PT Sans Narrow';
color:#fff;
font-size:11px;
float:left;
padding-left:20px;
margin-left:20px;
cursor:pointer;
}

.likes div.like {
background:url(../../img/like.png) left top no-repeat;
}

.likes div.dizlike {
background:url(../../img/dizlike.png) left top no-repeat;
}

.gnav {
position:absolute;
left:50%;
z-index:0;
}

.gnav div {
width:65px;
height:100%;
float:left;
cursor:pointer;
}

.gnav div div{
width:23px;
height:81px;
}

.gnav div.gleft div {
background:url(../../img/gnav.png) left top no-repeat;
}

.gnav div.gright {
float:right;
}

.gnav div.gright div {
background:url(../../img/gnav.png) right top no-repeat;
float:right;
}

.showmore, a.show_more {
font-family:'PT Sans Narrow';
font-weight:bold;
text-transform:uppercase;
width:142px;
height:36px;
line-height:36px;
font-size:14px;
margin:0 auto;
border:2px solid #121417;
color:#121417;
cursor:pointer;
text-align:center;
margin-bottom:50px;
border-radius: 6px;
}

a.show_more {
display:block;
text-decoration:none;
}

.show_more:hover{
/*background:#00a9cc;*/
background:#025669;
}

.g_desc {
font-size:13px;
color:#555658;
}

.g_year {
font-weight:bold;
color:#282a2e;
}

.g_right {
font-size:13px;
color:#555658;
}
}

/*
	End Galery
--------------------------------------------*/


/**------------------------------------------
	News
*/

ul.children_menu {
	margin: 0;
	padding: 0;
	margin-bottom: 40px;
}

ul.children_menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	float: left;
	margin-right: 40px;
}

ul.children_menu li.active a {
	text-decoration: none;
	color: #181411;
}

ul.children_menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	float: left;
	margin-right: 40px;
}

ul.children_menu li a {
	font-weight: bold;
	font-size: 22px;
	text-decoration: underline;
}

ul.children_menu li:hover a {
	color: #f4a460;
}

.news .nblock:hover a {
	text-decoration: underline;
}
.nblock .date {
	border: 0;
	padding: 0;
	font-size: 13px;
	padding-bottom: 10px;
}
.date {
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	font-family: 'PT Sans';
	font-style: italic;
	font-weight: bold;
	/* color: #00a9cc; */
	color: #025669;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.news .nblock {
margin-bottom: 40px;
}

.subscribe_block {
	border: 10px solid #025669;
	padding: 18px;
	min-width: 230px;
}

.sub_title {
	background: url(../../img/sub.png) left top no-repeat;
	font-weight: bold;
	font-size: 20px;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 15px;
	padding-left: 40px;
	color: #151b1d;
	line-height: 33px;
	margin-top: 5px;
	margin-bottom: 8px;
}

.subscribe_block input[type="text"] {
	background: url(../../img/subinput.png) no-repeat;
	width: 177px;
	height: 31px;
	padding-left: 5px;
	border: 0;
	margin-top: 15px;
}

.subscribe_block input[type="submit"] {
	background: #191d22;
	width: 117px;
	height: 31px;
	text-align: center;
	color: #fff;
	border: 0;
	margin-top: 10px;
	margin-bottom: 40px;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	cursor: pointer;
	border-radius: 6px;
}

input[type="submit"]:hover, a.button:hover {
	background: url(../../img/bt.png) repeat-x #025669;
}

a.s_social {
width:32px;
height:31px;
cursor:pointer;
float:left;
margin-right:10px;
margin-top:3px;
}

a.s_social.tw{
background:url(../../img/soc_bt.png) left no-repeat;
}

a.s_social.vk{
background:url(../../img/soc_bt.png) -31px no-repeat;
}

a.s_social.fb{
background:url(../../img/soc_bt.png) -63px no-repeat;
}

a.s_social.in{
background:url(../../img/soc_bt.png) right no-repeat;
width:29px;
}

.modern-page-navigation {
	margin-bottom: 20px;
}

.all_news {
    clear: both;
    border-top: 2px solid #e1e1e1;
    border-bottom: 2px solid #e1e1e1;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 30px;
    background: url(../../img/return.png) left 20px no-repeat;
}

.all_news a {
    font-family: 'PT Sans';
    font-weight: bold;
    color: #00a9cc;
    font-size: 20px;
    color: #151b1d;
    text-decoration: none;
}

.event_big {
	position: relative;
	    max-width: 470px;
    max-height: 330px;
}

.event_big .et_bg {
    width: 240px;
    height: 200px;
    padding: 45px 10px 20px 10px;
    background: url(../../img/event_top.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -120px;
    margin-top: -100px;
}

.et_title {
    color: #13c9ea;
    font-family: 'PT Sans Narrow';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
    display: block;
    text-decoration: none;
}

.event_date {
    background: url(../../img/datetime.png) 3px no-repeat;
}
.event_date {
    margin-right: 25px;
}
.event_date, .event_price {
    font-weight: bold;
    margin-bottom: 0px;
    float: left;
    padding-left: 30px;
    margin-top: 15px;
    color: #fff;
}

.courses_price, .event_price {
    background: url(../../img/price.png) 10px no-repeat;
}

/*
	End News
--------------------------------------------*/


/**------------------------------------------
	Contacts
*/

.adr-t, .tel-t {
	font-size: 16px;
	font-weight: bold;
}

.vcard span.to_street-address {
	background: url(../../img/cnt_ico.png) left top no-repeat;
}
.vcard span {
	float: left;
	clear: left;
	width: 45px;
	height: 16px;
	margin-top: 5px;
	margin-bottom: 35px;
}

.street-address, .locality, .org {
	font-size: 24px;
	line-height: 30px;
	float: left;
	width: 310px;
}

.clear-both {
	clear: both;
}

.vcard span.to_tel {
	background: url(../../img/cnt_ico.png) left -16px no-repeat;
	height: 15px;
	margin-top: 25px;
}

.vcard .tel {
	font-family: 'PT Sans Narrow';
	font-weight: bold;
	font-size: 42px;
	float: left;
	width: 310px;
	letter-spacing: -1px;
}

.vcard span.to_viber {
	background: url(../../img/cnt_whatsapp.png) left no-repeat;
	background-size: 15px;
	height: 15px;
	margin-top: 10px;
}

.viber {
	float: left;
	font-size: 24px;
	margin-bottom: 30px;
	text-align: left;
}

.viber div {
	font-size: 32px;
	font-weight: bold;
}

.vcard span.to_fb {
	background: url(../img/cnt_facebook.png) left no-repeat;
	background-size: 15px;
	height: 15px;
	margin-top: 0px;
}

.vcard span.to_fb {
	background: url(../../img/cnt_facebook.png) left no-repeat;
	background-size: 15px;
	height: 15px;
	margin-top: 0px;
}

.vcard .email {
	float: left;
}

.vcard span.to_email {
	background: url(../../img/cnt_ico.png) left bottom no-repeat;
	height: 12px;
	margin-top: 5px;
	margin-bottom: 50px;
}

.vcard span.to_schedule {
	background: url(../../img/cnt_schedule.png) left no-repeat;
	background-size: 15px;
	height: 15px;
	margin-top: 10px;
	margin-bottom: 50px;
}

.feedback_block {
	border: 10px solid #025669;
}

.feedback_top {
	background: #fff;
	padding: 20px;
	text-transform: uppercase;
	font-size: 12px;
	color: #7c7c7c;
}

.feedback_block {
	border: 10px solid #025669;
}

.feedback_body {
	padding: 20px;
}
.feedback_body label {
	width: 50px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #0e1213;
	line-height: 15px;
}
.feedback_body label div {
	display: table-cell;
	vertical-align: middle;
	height: 32px;
}

.feedback_title {
	font-weight: bold;
	font-size: 22px;
	color: #151b1d;
	margin-bottom: 7px;
}

.feedback_body input[type="text"], .feedback_body textarea {
	max-width: 267px;
	float: left;
}

.feedback_body input[type="text"], .feedback_body textarea {
	padding-left: 5px;
	background: url(../../img/course_inp.png) repeat-x #fff;
	height: 28px;
	border: 1px solid #969696;
}

.feedback_body label {
	width: 110px;
	float: left;
	clear: left;
	padding-right: 19px;
}

.form-contacts-check-wrapper label {
	width: 50%;
}
.feedback_body label {
	margin-bottom: 20px;
	font-weight: bold;
	color: #0e1213;
	line-height: 15px;
}

/*.form-contacts-checkbox-wrapper {
	float: left;
}*/

.feedback_body textarea {
	/*width: 263px;*/
	width: 100%;
	height: 50px;
	resize: none;
}

.captcha-contacts {
	display: block;
	clear: left;
}

.feedback_body input[type="submit"] {
	margin-top: 15px;
}
.feedback_body input[type="submit"] {
	margin-left: 70px;
	margin-bottom: 20px;
	border-radius: 6px;
}
.feedback_body input[type="submit"] {
	/* background: url(../img/bt.png) repeat-x #00a9cc; */
	background: url(../../img/bt.png) repeat-x #327888;
	height: 34px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 129px;
	border: 1px solid #08778c;
	color: #fff;
	font: 16px 'PT Sans Narrow';
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 1px;
	clear: left;
	float: left;
}

.form-contacts-check-wrapper {
	clear: both;
}

.form-contacts-popup-link {
	clear: both;
}

.form-contacts-popup-link span {
	color: #00a9cc;
	cursor: pointer;
}

.feedback_body .all_input {
	clear: left;
	color: #666666;
	font-size: 12px;
	font-style: italic;
}

.popup-confirm-confidence-wrapper .popup-confirm-text {
	height: 150px;
	overflow: auto;
}

.popup-confirm-confidence-wrapper .popup-confirm-title {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.popup-confirm-confidence-wrapper .popup-confirm-close {
	position: absolute;
	top: 5px;
	right: 25px;
	text-transform: uppercase;
	cursor: pointer;
}

.popup-confirm-confidence-wrapper {
	display: none;
	background: rgba(255, 255, 255, 1);
	border: 2px solid #888;
	width: 260px;
	position: fixed;
	z-index: 8060;
	top: 50%;
	left: 50%;
	margin: -172px 0px 0px -144px;
	padding: 20px 40px;
}

.contact_seach {
	margin-top: 50px;
}

.contact_seach_title {
	font-weight: bold;
	color: #151b1d;
	border-bottom: 2px solid #e1e1e1;
	padding-bottom: 10px;
}

.contact_seach_block div {
	font-size: 17px;
	font-family: 'PT Sans Narrow';
	/* color: #00a9cc; */
	color: #327888;
	text-transform: uppercase;
	margin-top: 10px;
	height: 35px;
	margin-bottom: 10px;
}

/*
	End Contacts
--------------------------------------------*/


/**------------------------------------------
	Obacademii
*/

.about_title {
	font-size: 24px;
	color: #151b1d;
	margin-bottom: 35px;
}

.obacademii-list-wrp {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.about_container h2 {
	text-align: center;
	font-family: 'PT Sans';
	margin-bottom: 50px;
}

.about_block_1 {
	border: 5px solid #025669;
	padding: 60px 0px 30px 140px;
	background: url(../../img/about_block_1.jpg) 30px 60px no-repeat;
	font-weight: bold;
	font-size: 40px;
	line-height: 40px;
	color: #191d22;
	text-transform: uppercase;
	margin-right: 20px;
}

.about_block_1 div {
	font-size: 60px;
	color: #025669;
	margin-bottom: 30px;
}

.about_block_2 {
	background: url(../../img/about_block_2.jpg) 12px 0px no-repeat;
}

.about_page_block {
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	color: #191d22;
	text-transform: uppercase;
	padding-top: 50px;
	padding-right: 35px;
	margin-bottom: 50px;
}

.about_page_block div {
	font-size: 24px;
	color: #025669;
	margin-bottom: 5px;
}

.about_page_block span {
	font-weight: normal;
}

.about_block_3 {
	background: url(../../img/about_block_3.jpg) 12px 0px no-repeat;
}

.about_block_4 {
	background: url(../../img/about_block_4.jpg) 12px 0px no-repeat;
}

.about_block_5 {
background:url(../../img/about_block_5.jpg) 12px 0px no-repeat;
}

.about_block_6 {
background:url(../../img/about_block_6.jpg) 12px 0px no-repeat;
}

.about_block_7 {
background:url(../../img/about_block_7.jpg) 12px 0px no-repeat;
}

.about_block_8{
background:url(../../img/about_block_8.jpg) 12px 0px no-repeat;
}

.about_block_9{
background:url(../../img/about_block_9.jpg) 12px 0px no-repeat;
}

.about_container {
	background: #fff;
	padding: 40px 0px 0px 60px;
	-webkit-box-shadow: 0px 90px 80px -90px #b5b5b5;
	-moz-box-shadow: 0px 90px 80px -90px #b5b5b5;
	box-shadow: 0px 90px 80px -90px #b5b5b5;
	behavior: url(../css/PIE.htc);
	margin-bottom: 60px;
	margin-top: 60px;
}


/*
	End Obacademii
--------------------------------------------*/


/**------------------------------------------
	Prepod page
*/

.prepod-page-wrp .wblock {
	float: none;
	margin-right: 0px;
	height: 415px; 
}

 .prepod-page-wrp .wblock:hover {
	border: 3px solid #f4a460;
	padding: 14px;
}

.prepod-page-wrp .wblock:hover a {
	color: #025669;
	text-decoration: underline;
}

.selector div.active {
	color: #f4a460;
	text-decoration: none;
	border-top: 1px solid #f4a460;
	border-bottom: 1px solid #f4a460;
	border-left: 1px solid #f4a460;
	background: url(../../img/selector.gif) right no-repeat;
}
.selector div {
	color: #025669;
	font-family: 'PT Sans Narrow';
	font-weight: bold;
	text-decoration: underline;
	font-size: 18px;
	text-transform: uppercase;
	cursor: pointer;
	padding-left: 20px;
	padding-right: 20px;
	width: 193px;
	border: 1px solid #f3f3f3;
	border-right: 0px;
	padding-top: 12px;
	padding-bottom: 12px;
}

#ssel_1 {
	display: none;
}

.p_left img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.p_name, .g_name {
    color: #191d22;
    font-family: 'PT Sans Narrow';
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    word-wrap: break-word;
    margin-top: 19px;
    margin-bottom: 19px;
    text-align: center;
}

.p_link a, .g_link a {
    font-family: 'ubuntubold';
    font-size: 13px;
    text-decoration: none;
    margin-bottom: 19px;
}

.p_left a {
    display: block;
}

/*
	End
--------------------------------------------*/


/**------------------------------------------
	Franchize
*/

.fquestionnaire_block .feedback_body label {
	width: 310px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #0e1213;
	line-height: 15px;
}

.fquestionnaire_block input[type="submit"]:hover{
	background: url(../../img/bt.png) repeat-x #025669;
}

.feedback_body input[type="submit"] {
	margin-left: 70px;
	margin-bottom: 20px;
	border-radius: 6px;
}

/*
	End Franchize
--------------------------------------------*/


/**------------------------------------------
	FAQ
*/

.faq_container a {
	font-weight: bold;
	color: #191d22;
	font-size: 19px;
	border-bottom: 2px dashed #00a9cc;
	text-decoration: none;
	float: left;
	clear: left;
	margin-bottom: 8px;
}

.faq_container a:hover {
	color: #1e9db4;
}

.faq_container .faq {
	clear: both;
	border: 3px solid #e36721;
	background: #fff;
	padding: 15px 30px 15px 30px;
	margin-left: 70px;
	display: none;
	margin-bottom: 30px;
	font-size: 16px;
	-webkit-box-shadow: 0px 22px 17px -15px rgba(50, 50, 50, 0.4);
	-moz-box-shadow: 0px 22px 17px -15px rgba(50, 50, 50, 0.4);
	box-shadow: 0px 22px 17px -15px rgba(50, 50, 50, 0.4);
	behavior: url(../../css/PIE.htc);
}

.faq_str {
	background: url(../../img/faq.jpg) left no-repeat;
	width: 40px;
	height: 55px;
	margin-left: -102px;
	margin-top: -25px;
	position: absolute;
}

.faq_bg {
	background: url(../../img/faq_bg.jpg) left no-repeat;
	width: 20px;
	height: 13px;
	margin-top: -28px;
	margin-bottom: 20px;
}

.faq_container a.active {
	color: #00a9cc;
	border-bottom: 0;
	margin-bottom: 30px;
}

/*
	End FAQ
--------------------------------------------*/


/**------------------------------------------
	Search
*/

.you_searched {
	font-weight: bold;
	font-size: 17px;
	color: #151b1d;
}

.search_form {
	margin-top: 30px;
}

.search_string {
	border-bottom: 1px solid #d7d7d7;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	font-size: 15px;
	clear: left;
	float: left;
}

.search_string div {
	float: left;
	width: 40px;
	font-weight: bold;
	color: #00a9cc;
	margin-left: -40px;
}

.search_string a {
	font-weight: bold;
	color: #191d22;
	text-decoration: none;
	float: left;
	width: 940px;
	margin-bottom: 10px;
	width: 100%;
	display: block;
}

.search_string a:hover {
	color: #00a9cc;
	text-decoration: underline;
}

.search_form input[type="text"] {
	width: 100%;
	height: 44px;
	background: #fff;
	border: 1px solid #ececec;
	padding-left: 5px;
}

.search_form input[type="submit"] {
	background: url(../../img/bt.png) repeat-x #00a9cc;
	height: 48px;
	width: 181px;
	margin-left: 20px;
	border: 1px solid #08778c;
	color: #fff;
	font: 20px 'PT Sans Narrow';
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 1px;
	float: left;
}

.search_form input[type="submit"]:hover {
	background: url(../../img/bt.png) repeat-x #025669;
}

.pagination {
	clear: both;
	width: 100%;
	border-top: 2px solid #e1e1e1;
	border-bottom: 2px solid #e1e1e1;
	height: 46px;
	padding-top: 13px;
	font-family: 'PT Sans';
	color: #00a9cc;
	font-size: 20px;
	margin-top: 40px;
	margin-bottom: 50px;
	padding-bottom: 46px;
}

.pagination a.active {
	/* background: #e36721; */
	background: #f4a460;
	color: #fff;
	text-decoration: none;
}

.pagination a {
	float: left;
	font-family: 'PT Sans';
	color: #00a9cc;
	text-decoration: none;
	color: #151b1d;
}

.pagination a {
	padding-right: 15px;
	padding-left: 15px;
	height: 33px;
	line-height: 33px;
}

.pagination a.p_end {
	margin-left: 40px;
}

/*
	End Search
--------------------------------------------*/


/**------------------------------------------
	Personal
*/

.general_information {
	font-weight: bold;
	font-size: 24px;
	color: #151b1d;
	margin-bottom: 50px;
}

.lk_content {
	margin-bottom: 50px;
}

.lk_left {
	font-size: 16px;
	padding-right: 30px;
}

.lk_right {
	font-weight: bold;
	font-size: 16px;
	color: #151b1d;
	margin-bottom: 50px;
}

.lk_right.list {
font-weight:normal;
}

.lk_right span {
font-weight:normal;
color:#151b1d;
}

.lk_right span.discount {
font-weight:bold;
color:#1c9cb5;
}

.lk_right.list span {
font-weight:bold;
}

.lk_right .you_course{
text-transform:uppercase;
margin-top:30px;
font-weight:bold;
border-bottom:1px solid #898989;
padding-bottom:5px;
}

.lk_right .course_list a{
font-weight:normal;
}

.lk_right .course_list div{
margin-bottom:10px;
}

.lk_right .course_list{
padding-bottom:25px;
margin-bottom:35px;
}

.discount_block {
margin-top:20px;
}

.basket_table {
width:100%;
color:#191d22;
border-bottom:3px solid #00a9cc;
margin-bottom:70px;
}

.basket_table th {
background:#e1e1e1;
text-align:left;
border-right:1px solid #fff;
}

.basket_table td {
border-right:1px solid #fff;
font-size:12px;
}

.basket_table tr.even {
background:#f3f3f3
}

.basket_table tr.odd {
background:#edf0f0
}

.basket_table th.noborder, .basket_table td.noborder {
border:0;
}

.basket_table th div, .basket_table td div {
padding:15px 10px 15px 10px;
height:70px;
border-bottom:3px solid #00a9cc;
}

.basket_table td div {
border-bottom:0;
vertical-align:middle;
display:table-cell;
}

.basket_table td div.reserved {
color:#00a9cc;
}

.basket_table td.status div a,  .basket_table td.status div span{
display:block;
}

.basket_table td.status div a{
font-weight:bold;
}

.basket_table td div a.basket_red{
color:#ff1800;
}

.basket_table tr.even td.bdate {
background:#fbfbfb;
}

.basket_table tr.even td.bprice {
font-size:16px;
font-family: 'ubuntubold';
}

.basket_notice {
margin-bottom:80px;
}

.basket_notice .even {
background:#e1e1e1;
float:left;
}

.basket_notice .odd {
background:#edf0f0;
float:left;
}

.basket_notice_left, .basket_notice_right{
float:left;
}

.basket_notice_left{
width:14px;
clear:left;
border-right:1px solid #fff;
padding:20px 30px 20px 30px;
}

.basket_notice_left span{
background:url(../../img/remove.png) no-repeat;
width:10px;
height:12px;
cursor:pointer;
display:block;
margin:0 auto;
}

.basket_notice_right{
padding:17px 30px 20px 20px;
font-size:12px;
}

.personal_form label div,  .subscribe_form label div {
	display: table-cell;
	vertical-align: middle;
	height: 37px;
	line-height: 15px;
}

.personal_form input[type="text"], .personal_form input[type="password"], .subscribe_form input[type="text"] {
	box-shadow: inset 0px 1px 5px rgba(0,0,0,0.4);
	border: 1px solid #a7a7a7;
	padding-left: 5px;
	height: 33px;
	behavior: url(../../css/PIE.htc);
}

.personal_form #date_d {
	margin-right: 10px;
}

.personal_form #date_d, .personal_form #date_y {
	width: 90px;
}

.personal_form .jq-selectbox-wrapper {
	float: left;
}

.personal_form .jq-selectbox__select {
	background: url(../../img/big_list.png) 176px 7px no-repeat #fff;
	line-height: 36px;
}
.jq-selectbox__select:hover, .jq-selectbox.opened .jq-selectbox__select {
	background: url(../../img/list.png) 130px 5px no-repeat #fff;
	color: #00a9cc;
}

.personal_form div.input span {
	font-size: 12px;
	color: #676767;
	display: block;
	float: left;
	margin-top: 7px;
	margin-bottom: 13px;
}

.personal_form div.input  {
	margin-bottom: 20px;
}
.newpassword_form input[type="submit"], .personal_form input[type="submit"], .subscribe_form input[type="submit"] {
	background: url(../../img/bt.png) repeat-x #00a9cc;
	height: 45px;
	width: 182px;
	border: 1px solid #08778c;
	color: #fff;
	font: 20px 'PT Sans Narrow';
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 1px;
	margin-top: 20px;
}
.newpass_title {
	font-weight: bold;
	font-size: 24px;
	clear: both;
	color: #151b1d;
	margin-bottom: 30px;
}

.personal_form select {
	padding-bottom: 12px;
}

.subscribe_title {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 30px;
	clear: both;
}

.subscribe_form input[type="submit"] {
	font-size: 16px;
	width: 214px;
	clear: left;
}

/*
	End Personal
--------------------------------------------*/


/**------------------------------------------
	Curses
*/

.course-inner-slider .slick-dots li button:before {
   font-size: 12px;
}

.course-inner-slider .slick-dots li.slick-active button:before {
	color: #1e9db4;
}

.course-inner-slider .slick-dots {
	bottom: 50px;
}

.item-course-wrp .hide-text {
	padding-top: 30px;
}

.item-course-wrp .buttons a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
}

.item-course-wrp .btn {
	display: block;
	background: #f4a460;
	font-weight: 700;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 16px;
	text-align: center;
	box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.4);
	padding: 12px 15px;
	border: 1px solid #f6b680;
	height: auto;
	/*width: 208px;*/
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 6px;
}

.info .link:hover, .need .link:hover {
	text-decoration: none;
}

.info .link, .need .link {
	text-decoration: underline;
	color: #303030;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.info div {
		font-family: 'PT Sans Narrow', sans-serif;
			text-transform: uppercase;
	line-height: 26px;
}

.main-slider + .info strong {
	font-size: 24px;
	display: block;
}

.main-slider + .info strong.old_cost {
	text-decoration: line-through;
	padding: 5px 0;
	font-size: 18px;
}

.main-slider + .info strong.old_cost + strong {
	color: #e26727;
}

.hide-text p {
	margin-bottom: 15px;
}
.hide-text p, .hide-text div, .hide-text em {
	font-size: 16px;
	line-height: 26px;
}

/*.item-course-wrp .desc_course ul li, .learning  ul li {
	background: url(../../img/li.png) left 10px no-repeat;
	list-style: none;
	padding-left: 25px;
	margin-bottom: 5px;
	padding-top: 12px;
}*/

/*.item-course-wrp .desc_course ul, .learning  ul {
	margin-left: 0px;
	padding-left: 0px;
}*/

font {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	background: transparent;
	zoom: 0;
}

.student-work-galery {
	padding-right: 25px;
	padding-left: 25px;
	margin-top: 32px;
	margin-bottom: 32px;
}

.slick-slide img {
	margin-left: auto;
	margin-right: auto;
}

.student-work-desc {
	margin-left: auto;
	margin-right: auto;
	min-width: 400px;
	text-align: center;
	font-size: 15px;
	margin-top: 12px;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.galery-on-course-page-wrp #g_block_0, .galery-on-course-page-wrp #g_block_2{
	display: none;
}

.baidge {
	display: block;
	color: #ffffff;
	background: #025669;
	border-radius: 14px;
	padding: 1px 0;
	margin-bottom: 30px;
	margin-right: 20px;
	width: 135px;
	text-align: center;
	font-weight: 700;
}

.benefits {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
}

.benefits a {
	display: block;
	max-width: 740px;
	margin: 20px auto;
}
.benefits .block {
	float: none;
	display: inline-block;
	width: 144px;
	margin-bottom: 15px;
	margin-right: 0;
}

.benefits .i.one {
	background-position: 0 0;
	width: 140px;
}
.benefits .i.two {
	background-position: -130px 0;
	width: 140px;
}

.benefits .i.three {
	background-position: -255px 0;
	width: 140px;
}

.benefits .i.four {
	background-position: -380px 0;
	width: 140px;
}

.benefits .i.five {
	background-position: -510px 0;
	width: 140px;
}

.benefits .i.six {
	background-position: -650px 0;
	width: 140px;
}

.benefits .i.hire {
	background-position: -780px 0;
	width: 63px;
}

.benefits .i {
	background: url(../../img/course/sprite5.jpg) no-repeat;
	margin: 0 auto;
	background-size: auto 100%;
	height: 160px;
}

.shedule h3 {
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	font-family: 'PT Sans Narrow', sans-serif;  
}

.popup_c {
	display: none;
}

.shedule .links .one {
	padding-left: 25px;
}
.shedule .links a {
	text-transform: uppercase;
	text-decoration: none;
	color: #212121;
	font-family: "PT Sans Narrow", sans-serif;
	font-weight: 700;
	font-size: 16px;
	position: relative;
	display: block;
	border: 3px solid #025669;
	float: left;
	margin-left: 38px;
	padding: 15px 25px 15px 60px;
	border-radius: 6px;
}

.shedule .links .two i {
	background-position: -28px 0;
	width: 30px;
}

.shedule .links i {
	position: absolute;
	display: block;
	background: url(../../img/course/ico-calendar.png) no-repeat;
	width: 28px;
	height: 28px;
	left: 15px;
	top: 7px;
}

.shedule .block .head {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	/* background: #039bbb; */
	background: #025669;
	padding: 15px 8px;
	min-height: 105px;
}

.shedule .block .ins {
    padding: 20px 25px;
    font-size: 13px;
    line-height: 21px;
}

.shedule .block .first-str {
    min-height: 90px;
}

.shedule .block .ins > strong {
    display: block;
    font-family: "PT Sans Narrow", sans-serif;
    margin-bottom: 20px;
}

.shedule .block .ins > strong.last span {
    color: #212121;
}

.shedule .block .ins > strong strong {
    font-size: 24px;
    color: #f4a460;
    font-family: "PT Sans Narrow", sans-serif;
}

.btn:hover {
    border-color: #f4a460;
    background: #f6b680;
}

.shedule .block.gray-bg .head {
    background: #327888;
}

.shedule .block.gray-bg {
    background: #f3f3f3;
}

.shedule .block {
    padding-left: 0px;
    padding-right: 0px;
}

.galery-on-course-page-wrp .show_more {
    margin-left: auto;
    margin-right: auto;
}

.respondes h3 {
    text-transform: uppercase;
    font-size: 30px;
    font-family: 'PT Sans Narrow', sans-serif;
}

.respondes .links a {
    color: #303030;
    margin-left: 38px;
    text-decoration: none;
    display: block;
    border: 3px solid #025669;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'PT Sans Narrow', sans-serif;
    float: left;
    width: 170px;
    text-align: center;
    padding: 8px 0;
    border-radius: 6px;
}

.respondes .block span {
    display: block;
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 30px;
}

#callMePopup h5, #record2 h5,  #record1 h5{
    text-transform: uppercase;
    text-align: left;
    font-size: 24px;
    margin-bottom: 10px;
    font-family: 'PT Sans Narrow', sans-serif;
        color: #303030;
        font-weight: 700;
        display: block;
}

#callMePopup .course-form-div-head {
	font-family: 'PT Sans', Arial, sans-serif;
	font-size: 14px;
	    color: #444;
	    font-weight: normal;
	    text-transform: none;
}

.form-contacts-check-wrapper {
	margin-top: 20px;
}

#callMePopup .inf-inp {
display: block;
}

#callMePopup .btn, #record2 .btn, #record1 .btn {
    font-size: 12px;
    height: 35px;
    width: 138px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px 25px;
    cursor: pointer;
	background: #f4a460;
    font-weight: 700;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    text-align: center;
    box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.4);
    border: 1px solid #f6b680;
    border-radius: 6px;text-decoration: none;
    display: block;
    color: #ffffff;
}

#callMePopup .form-contacts-check-wrapper label,
 #record2 .form-contacts-check-wrapper label,
 #record1 .form-contacts-check-wrapper label{
	margin-left: 12px;
}

#callMePopup .btn:hover,
#record2 .btn:hover,
#record1 .btn:hover {
    border-color: #f4a460;
    background: #f6b680;
}

#record2 .items .fancyGiftCourse {
    display: block;
    margin-top: -6px;
    margin-bottom: 24px;
    text-transform: uppercase;
}

#record2 .items .fancyGiftCourse::after {
	content:"↓";
}


#record2 .chose-course-content .items,
#record1 .chose-course-content .items{
	padding: 6px 8px;
    text-transform: uppercase;
    border-top: 1px solid #333;
}

#record2 .chose-course-content .items:hover,
#record1 .chose-course-content .items:hover {
    color: #ffffff;
    background: #e26727;
    cursor: pointer;
}

#record1 .course-order-price {
	display: inline-block;
	margin-left: 20px;
	font-weight: bold;
}

#record1 .coupon_form {
	display: none;
}

#record1 .coupon {
	margin-top: -33px;
	margin-bottom: 20px;
}

#record1 .coupon input {
	display: inline-block;
}

.schedule_notice {
	 box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
	 padding: 20px;
	 margin-top: 20px;
	 margin-bottom: 32px;
}

.snotice_left {
    font-style: italic;
    font-weight: bold;
    color: #f4a460;
    font-size: 17px;
}

.snotice_bt {
    background: #025669;
    text-align: center;
    font-family: 'PT Sans Narrow';
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    line-height: 46px;
    float: left;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #08778c;
    border-radius: 1px;
}

a.prog_to_start {
    background: url(../../img/start_course.png) 20px 27px no-repeat #f4a460;
    padding-left: 90px;
    color: #fff;
    float: right;
    text-decoration: none;
	width: 250px;
    height: 125px;
    margin-left: 30px;
    font-family: PT Sans Narrow;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 18px;
    padding-right: 30px;
    margin-top: 10px;
}

#course_popup {
	display: none;
}


/*
	End Curses
--------------------------------------------*/


/**------------------------------------------
	Sert page
*/

.cert-page {
	background-image: url(../../bem/images/page_cert_bg_с.png);
    background-color: rgb(255, 255, 255);
    background-position: 50% 0px;
    background-repeat: no-repeat;
}

.p_gift_cert__header__text {
    font-size: 18px;
    padding-top: 20px;

}

.p_gift_cert__header__text p {
    margin-bottom: 0px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.p_gift_cert__header__btn {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;	
}

a.p_gift_cert_input_btn_bb {
    display: inline-block;
    text-decoration: none;
    line-height: 50px;
}
.p_gift_cert_input_btn {
    background: #F4A460;
    border-radius: 6px;
    height: 50px;
    text-align: center;
    border: none;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    padding-right: 26px;
    padding-left: 26px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}
.p_gift_cert__header__btn__do {
    margin-right: 16px;
}

a.p_gift_cert__header__btn__call {
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #000;
}

.p_gift_cert__order_title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 32px;
    line-height: 41px;
    margin-bottom: 30px;
}

.p_gift_cert__order__form__group {
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 30px;
}

.p_gift_cert_input__title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 4px;
    padding-left: 16px;
}

.p_gift_cert_input_text {
    background: #FFFFFF;
    border: 1px solid #3F92A1;
    box-sizing: border-box;
    border-radius: 6px;
    display: block;
    padding: 0 12px;
    height: 50px;
    width: 100%;
}

.p_gift_cert_input_text:focus {
    border-color: #F3A55A;
}

.p_gift_cert_input__chb__ch {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 21px;
    background-image: url(../../bem/images/p_gift_cert_input__chb__lb.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    flex-shrink: 0;
}

.p_gift_cert_input__chb__lb {
    display: none;
}

.p_gift_cert_input__chb__text {
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    margin-left: 16px;
}

.p_gift_cert_input__chb {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.p_gift_cert_input_textarea {
    background: #FFFFFF;
    border: 1px solid #3F92A1;
    box-sizing: border-box;
    border-radius: 6px;
    display: block;
    padding: 12px;
    width: 100%;
}
.p_gift_cert_input_btn {
    background: #F4A460;
    border-radius: 6px;
    height: 50px;
    text-align: center;
    border: none;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    padding-right: 26px;
    padding-left: 26px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

.p_gift_cert_input__chb__lb:checked + .p_gift_cert_input__chb__ch {
    background-image: url(../../bem/images/p_gift_cert_input__chb__lb_s.svg);
}
	
/*
	End Sert page
--------------------------------------------*/


/**------------------------------------------
	SpecProjects
*/

.special_block {
    border: 1px solid #d7d7d7;
    min-height: 144px;
    padding: 13px;
    padding-right: 30px;
    margin-bottom: 15px;
}

.special_block:hover {
    border: 2px solid #e36721;
    padding: 12px;
    padding-right: 29px;
    background: #fff;
    -webkit-box-shadow: 0px 22px 17px -15px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 22px 17px -15px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 22px 17px -15px rgba(50, 50, 50, 0.4);
}

.register_block {
    border: 10px solid #025669;
    padding: 18px;
    max-width: 240px;
}

.register_block_title {
    padding-top: 100px;
    background: url(../../img/register_block.png) top no-repeat;
}

.register_block_title span {
    border-top: 1px solid #d7d7d7;
    font: 36px PT Sans Narrow;
    color: #45484c;
    display: block;
    text-transform: uppercase;
    line-height: 36px;
    font-weight: bold;
    padding-top: 7px;
}

.register_price {
    font-size: 18px;
    color: #1b1919;
    margin-top: 25px;
}



 .register_block a.button, .project-btn {
    background: url(../../img/bt.png) repeat-x #327888;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #08778c;
    color: #fff;
    font: 16px 'PT Sans Narrow';
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 1px;
}

.register_block a.button {
    line-height: 20px;
    width: 167px;
    font-size: 16px;
    padding: 10px 5px 10px 5px;
    border-radius: 6px;
    display: block;
    text-align: center;
}

.register_block a.button:hover, .project-btn:hover {
    background: url(../../img/bt.png) repeat-x #025669;
    text-decoration: none;
    color: #fff;
}

.social_white_bg {
    background: #fff;
    padding: 8px 15px 8px 15px;
    height: 34px;
    margin-top: 50px;
    margin-bottom: 30px;
}

.social_white_bg div {
    /* width: 80px; */
    float: left;
    margin-right: 20px;
    font-weight: bold;
    color: #9b9b9b;
}

.project-btn {
	padding-top: 12px;
	padding-bottom: 12px;
}

.register_block a.job1 {
	    padding: 10px 5px 10px 5px !important;
}

#course_popup  input[type="submit"] {
    background: url(../../img/bt.png) repeat-x #327888;
    height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #08778c;
    color: #fff;
    font: 16px 'PT Sans Narrow';
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 1px;
    width: 100px;
margin-top: 20px;
}


div.job_center_popup {
	width: 100% !important;
}

#job_center_37_popup input[type="submit"],
#job_center_38_popup input[type="submit"] {
    background: url(../../img/bt.png) repeat-x #327888;
    height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #08778c;
    color: #fff;
    font: 16px 'PT Sans Narrow';
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 1px;
}

#job_center_37_popup input[type="submit"]:hover,
#job_center_38_popup input[type="submit"]:hover {
	background: url(../img/bt.png) repeat-x #025669;
}

/*
	End SpecProjects
--------------------------------------------*/


.cmonth {
    display: none;
}

.cyear {
    display: none;
}

.tabs {
	clear: both;
}

.tabs li {
    background: none;
    cursor: pointer;
    color: #aaaaaa;
    border: 2px solid #aaaaaa;
    text-align: center;
    font-weight: 700;
    padding: 13px 0;
    border-radius: 3px;
    list-style: none;
    display: inline-block;
    min-width: 60px;
    padding-left: 6px;
    padding-right: 6px;
    margin-right: 12px;
}

.tabs li:hover {
    color: #303030;
    border-color: #303030;
}

.tabs li.active {
    color: #1e9db4;
    border-color: #1e9db4;
}

.bic_calendar table .days-month td {
    background: none;
    color: #aaaaaa;
    padding-bottom: 15px !important;
    height: 20px;
    border: 0;
}

.bic_calendar {
	padding-right: 12px;
	padding-left: 12px;
}

.bic_calendar td a {
    font-weight: 700 !important;
    font-size: 14px;
    display: block;
    background: #f2f2f2;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: pointer;
}

.bic_calendar td {
	padding: 0px;
	    border: 2px solid #2b2b2b;

}
.bic_calendar .invalid-day {
	border: none;
}

.bic_calendar .event a {
    background: #e26727;
    border-color: transparent;
    z-index: 100;
    color: #ffffff;
}

.bic_calendar .event .selection a {
    color: #822;
}


.aditional_course_name {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 30px 0px 30px 0px;
    color: #191d22;
    height: 45px;
}

.aditional_course_places_limit {
    position: absolute;
    width: 218px;
    height: 146px;
    background-color: rgba(0,169,204,0.7);
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    font-size: 22px;
    font-family: 'PT Sans Narrow', sans-serif;
    text-align: center;
    display: table;
    visibility: hidden;
    left: 0px;
    top: 0px;
}

.aditional_course_info_text {
    font-size: 11px;
    font-weight: bold;
    color: #191d22;
    cursor: pointer;
}
.aditional_course_begin_date, .aditional_course_info_place {
    margin-bottom: 10px;
}
.aditional_course_begin_date, .aditional_course_leght, .aditional_course_info_place {
    font-family: 'PT Sans Narrow';
    font-weight: bold;
    font-size: 15px;
    margin-top: 4px;
    margin-right: 10px;
    color: #191d22;
}

.aditional_course_info_cost {
    font-family: "PT Sans Narrow";
    font-weight: bold;
    font-size: 22px;
    line-height: 34px;
    color: #e26727;
    margin-top: -5px;
}

.aditional_course_info {
    border-top: 1px solid #acacac;
    padding: 10px;
    text-decoration: none;
}

.aditional_course_wrapper:hover .aditional_course_name {
    color: #00a9cc;
    text-decoration: underline;
}

.aditional_course_wrapper:hover .aditional_course_places_limit {
    visibility: visible;
}

.aditional_course_wrapper:hover .aditional_course_info {
    background: #00a9cc;
    border-top: 1px solid #00a9cc;
    color: #fff;
}

.aditional_course_wrapper {
    width: 218px;
    float: left;
    margin-right: 28px;
    text-decoration: none;
}
.aditional_course_info_first_column, .aditional_course_info_second_column {
    width: 50%;
    float: left;
}

.aditional_courses_title {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 30px;
}

.aditional_course_link {
    text-decoration: none;
    position: relative;
}

.aditional_course_img {
    display: block;
    width: 218px;
}

.aditional_course_wrapper:hover .aditional_course_info_text, .aditional_course_wrapper:hover .aditional_course_begin_date, .aditional_course_wrapper:hover .aditional_course_leght, .aditional_course_wrapper:hover .aditional_course_info_place, .aditional_course_wrapper:hover .aditional_course_info_cost {
    color: #fff;
}

.aditional_course_places_limit div {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
}

.main-slider .course-inner-slider .slick-dots {
    bottom: -28px;
}

.create_review {
    background: url(../../img/crew.png) left no-repeat;
    padding-left: 50px;
    font-style: italic;
    font-weight: bold;
    font-size: 24px;
    color: #00a9cc;
    margin-left: 48px;
    margin-bottom: 30px;
}

.create_review_area {
    background: #e1e1e1;
    z-index: 100;
    padding-bottom: 40px;

}

.review_form label {
    width: 188px;
    display: inline-block;
    font-family: 'ubunturegular';
    font-size: 17px;
    color: #0e1213;
}

.review_form input[type="submit"] {
    background: url(../../img/bt.png) repeat-x #00a9cc;
    height: 45px;
    width: 181px;
    border: 1px solid #08778c;
    color: #fff;
    font: 20px 'PT Sans Narrow';
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 1px;
    margin-top: 25px;
    border-radius: 6px;
}

input[type="submit"]:hover, a.button:hover {
    /* background: url(../img/bt.png) repeat-x #008daa; */
    background: url(../img/bt.png) repeat-x #025669;
}

.review_form {
	padding-left: 12px;
	padding-right: 12px;
}

.review_pic {
    background: url(../../img/quote.png) left no-repeat;
    width: 27px;
    height: 20px;
    margin-left: -77px;
    margin-top: -16px;
}

.create_review_head {
	display: none;
}

.review_container {
	margin-top: 20px;
    border: 1px solid #c2c2c2;
    margin-bottom: 30px;
}

.review_text {
    font-style: italic;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
}

.review_container .rdate {
    font-style: italic;
    font-weight: bold;
    color: #00a9cc;
    margin-bottom: 5px;
}

.review_autor  {
	margin-top: 30px;
}

.bbg {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.slabel {
    width: 48px;
    color: #202327;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
    clear: left;
    line-height: 15px;
}

.slist {
    margin-left: 45px;
    float: left;
}

.slock {
    clear: left;
}

.sname {
    text-transform: uppercase;
    font-size: 18px;
    color: #191d22;
    font-weight: bold;
    font-family: "PT Sans Narrow";
    float: left;
    width: 400px;
}

.surl {
    font-weight: bold;
    float: left;
    padding-bottom: 20px;
}

.surl img {
    float: left;
    margin-right: 23px;
    margin-top: 3px;
}

.page-partners  .col-9, .page-partners  .col-3 {
	margin-bottom: 18px;
}

div.job_center_popup textarea {
	width: 100% !important;
}

.for_radio label {
	margin-bottom: 0px;
}

.for_radio input[type=checkbox] {
	display:  inline-block;
	margin-right: 12px;
}