/*
Theme Name: blanco
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blanco
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

blanco is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@font-face {
	font-family: Microsoft Sans Serif Regular;
	src: local("Microsoft Sans Serif Regular"),
	url(micross.ttf);
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}
a img {
	border: none;
}
:focus {
	outline: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/


p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	margin: 0;
	background: url("img/bg-im.jpg") repeat fixed;
}

}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}


a:hover,
a:focus,

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

nav #primary-menu .current_page_item a {
	color: #F00;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
#content li {
	float: none;
}
#content ul li {
	list-style: circle;
}
#content ol li {
	list-style: decimal;
}
.page-id-1353 .career {
	padding-bottom: 100px;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}



.mfp-bg {
	z-index: 20000 !important;
}
.mfp-wrap {
	z-index: 20001 !important;
}

.pictures a, .pictures img, .img__block2, .img__block1,.img__block3 {
	padding: 0;
	margin: 0;
}




.container {
	max-width: 1140px;
	margin: 0 auto;
}

.cbp-af-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 1500;
	height: 230px;
	overflow: hidden;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	font-family: Microsoft Sans Serif Regular, Arial, sans-serif;
}
.cbp-af-header #primary-menu{
	letter-spacing: 1px;
}
.cbp-af-header .cbp-af-inner {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 1.875em;
}

.cbp-af-header h1 {
	position: relative;
}

/* We just have one-lined elements, so we'll center the elements with the line-height set to the height of the header */
.cbp-af-header nav a {
	line-height: 230px;
}

.cbp-af-header h1 {
	color: #333;
	letter-spacing: 2px;
	font-size: 24px;
  margin: 15px 0 0;
  text-align: center;
}


.cbp-af-header nav a {
	color: #787878;
	font-size: 12px;
	text-transform: uppercase;
	padding-right: 22px;
}
.cbp-af-header nav li:last-child a {
	padding-right: 0;
}
.cbp-af-header nav a:hover {
	color: #000;
}
.cbp-af-header.cbp-af-header-shrink nav a:hover {
	color: #ff0000;
}
/* Transitions and class for reduced height */
.cbp-af-header h1,
.cbp-af-header nav a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.cbp-af-header.cbp-af-header-shrink {
	height: 90px;
	background: #000;
}

.cbp-af-header.cbp-af-header-shrink h1,
.cbp-af-header.cbp-af-header-shrink nav a {
	line-height: 90px;
}

.cbp-af-header.cbp-af-header-shrink h1 {
	font-size: 20px;
	color: #fff;
  line-height: 1;
  letter-spacing: 1px;
}

/* Example Media Queries */






.cbp-af-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 10000;
	height: 180px;
	overflow: hidden;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
}

.cbp-af-header .cbp-af-inner {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0;
}

.cbp-af-header nav {
	text-align: center;
}
#primary-menu li{
	display: inline-block;
	float: none;
}
/* We just have one-lined elements, so we'll center the elements with the line-height set to the height of the header */
.cbp-af-header .logo,
.cbp-af-header nav a {
	line-height: 147px;
}
.cbp-af-header-shrink .logo-link {
	width: 160px;
}
.cbp-af-header .logo {
	text-transform: uppercase;
	color: #000;
	font-size: 36px;
	margin: 30px 0;
}
.logo-link {
	float: left;
	width: 260px;
	text-decoration: none;
}


.cbp-af-header nav a {
	color: #787878;
	font-size: 12px;
}

.cbp-af-header nav a:hover {
	color: #333;
}

/* Transitions and class for reduced height */
.cbp-af-header .logo,
.cbp-af-header nav a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.cbp-af-header.cbp-af-header-shrink {
	height: 127px;
}
.cbp-af-header .widget-contacts {
	text-align: right;
}
.cbp-af-header.cbp-af-header-shrink .logo,
.cbp-af-header.cbp-af-header-shrink nav a {
	line-height: 90px;
}

.cbp-af-header.cbp-af-header-shrink .logo {
	font-size: 20px;
}

.menu-glavnoe-menyu-container {
	/*min-width: 730px;*/
}
.menu-glavnoe-menyu-container ul {
	margin: 0;
	padding: 0;
	font-size: 0px;
}
li {
	float: left;
	list-style: none;
}
li a {
	text-decoration: none;
}
.cbp-af-header .widget-contacts {
	float: right;
	display: inline-block;
	height: 147px;
	margin: 50px 0;
	color: #000;
	font-size: 17px;
	font-family: Microsoft Sans Serif Regular, Arial, sans-serif;
}
.widget-contacts .text-widget {
	line-height: 20px;
	vertical-align: middle;
}

.logo div {
	font-family: Arial, sans-serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 30px;
}
.logo .slog-1 {
	margin-bottom: 15px;
}
.logo .slog-2 {
	text-transform: none;
	font-family: Lobster, Arial, sans-serif;
	font-size: 38px;
	letter-spacing: 11.2px;
}
.cbp-af-inner {
	height: 100%;
}
.logo {
	vertical-align: middle;
}

.cbp-af-header-shrink .widget-contacts {
	height: 90px;
	margin: 21px 0;
}
.cbp-af-header-shrink .logo {
	margin: 14px 0;
}
.cbp-af-header-shrink .logo .slog-1,
.cbp-af-header-shrink .logo .slog-2,
.cbp-af-header-shrink .widget-contacts,
.cbp-af-header.cbp-af-header-shrink nav a{
	color: #fff; !important;
}
.cbp-af-header-shrink .logo .slog-1 {
	font-size: 22px;
	margin-bottom: 2px;
}
.cbp-af-header-shrink .logo .slog-2 {
	font-size: 24px;
	letter-spacing: 6.3px;
}

#page1 {
	margin-top: 193px;
}
.img__block1, .img__block2, .img__block3 img {
	width: 100%;
	height: auto;
}
.img__block1, .img__block2, .img__block3 {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.img__block1 {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	position: relative;
}

.img__block1:hover, .img__block2:hover, .img__block3:hover {
	vertical-align: middle;
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-o-transform: scale(0.95);
	transform: scale(0.95);

}

.img__block2 {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.img__block3 {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.img1 {
	/*position: absolute;*/
	/*top: 0;*/
	/*left: 0;*/
	float: left;
	width: 50%;
	height: 100%;
}
.pictures {
	position: relative;
	height: 100%;
	line-height: 0;
	margin-bottom: 80px;
}
.img2, .img3 {
	/*position: absolute;*/
	float: right;
}
.img2 {
	width: 48.86%;
	height: 51.6%;
	padding-bottom: 1.15%;
}
.img3 {
	width: 48.86%;
	height: 45.8%;
}
.pictures a {
	position: relative;
}
.title-back {
	position: absolute;
	width: 142px;
	height: 59px;
	bottom: 0;
	left: 0;
	background: #f4f4f4;
	color: #000;
	font-size: 14px;
	text-align: left;
	line-height: 16px;
	font-weight: 600;
	font-family: Roboto, Arial, sans-serif;
	padding: 11px 0 0 18px;
}
.title-large {
	text-align: center;
	color: #f00;
	position: absolute;
	bottom: 30px;
	right: 30px;
	font-size: 28px;
	font-family: "Microsoft Sans Serif Regular", Arial, sans-serif;
	line-height: 36px;
}
.title-large span {
	color: #fff;
}
.play-icon {
	width: 64px;
	height: 61px;
	position: absolute;
	top: 50%;
	left:50%;
	margin-left: -32px;
	margin-top: -30px;
	background: url("img/play-icon.png") no-repeat 0 0;
}

/* Main content */

.content-area {
	font-family: "Microsoft Sans Serif Regular", Arial, sans-serif;
	color: #8a8a8a;
}
.content-area h2 {
	text-transform: uppercase;
	font-size: 23px;
	color: #7f7f7f;text-align: center;
	letter-spacing: 2px;
	font-weight: 400;
	margin: 0 0 40px 0;
}
.discount-course {
	text-align: center;
	max-width: 980px;
	margin: 0 auto;
	font-size: 0;
	margin-bottom: 11px;
}

.discount-course>div {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	line-height: 20px;
}
.discount-course .city-course {
    padding-top: 7px;
    font-size: 20px;
    padding-left: 0;
    width: 15%;
    text-align: left;
}
.discount-course .date-course {
	padding-top: 7px;
	font-size: 20px;
	padding-left: 0;
	width: 13%;
	text-align: left;
}
.discount-course .time-course {
	padding-top: 7px;
	font-size: 20px;
	width: 14%;
	position: relative;
	text-align: left;
	padding-left: 43px;
}

.discount-course .title-course {
	text-align: left;
	padding-top: 7px;
	width: 28%;
}

.title-course a{
	color: #8a8a8a;
	font-size: 23px;
	text-decoration: none;
}
.title-course a:hover {
	color: #ff5050;
}
.discount-course .price-course {
	font-size: 23px;
	color: #ff5050;
	width: 10%;
	text-align: right;
	padding-top: 7px;
}
.discount-course .subscribe-course {
	padding-right: 0;
	width: 20%;
	text-align: right;
}
.discount-courses {
	margin-bottom: 125px;
}
.subscribe-course a, .course-card .subscr {
	display: inline-block;
	font-size: 15px;
	color: #fff;
	text-shadow: 0 1px 0 #ba4333;
	text-decoration: none;
	background: url("img/button.png") no-repeat 0 -31px;
	width: 133px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	text-transform: uppercase;
}
.subscribe-course a:hover, .course-card .subscr:hover {
	background-position: 0 0;
}
.course-card td p {
	margin: 0;
	font-size: 15px;
}
.clock {
	background: url("img/clock.png") no-repeat 0 0;
	width: 22px;
	height: 22px;position: absolute;
	left: 13px;
	top: 6px;
}
.teasers {
	font-size: 15px;
	color: #5f5f5f;
	text-align: center;
	margin: 0 auto 105px auto;
}
.teaser-1{
	float: left;
	width: 28.6842%;
	padding-top: 73px;
	background: url("img/ts-1.png") no-repeat 50% 4px;
	padding-right: 1%;
	padding-left: 1%;
}
.teaser-center {
	margin: 0px 6.97368%;
	width: 28.6842%;
	float: left;
}
.teaser-2{
	padding-top: 73px;
	margin: 0 auto;
	background: url("img/ts-2.png") no-repeat 50% 5px;
	padding-right: 1%;
	padding-left: 1%;
}
.teaser-3 {
	padding-top: 71px;
	background: url("img/ts-3.png") no-repeat 50% 0;
	float: right;
	width: 28.6842%;
	padding-right: 1%;
	padding-left: 1%;
}
.teasers h3 {
	color: #595959;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 8px;
}
.teasers p {
	margin: 0px;
	line-height: 17px;
}
.presentation-wrap {
	margin-bottom: 105px;
}
.presentation-wrap h2 {
	margin-bottom: 65px;
}
.presentation-item {
	float: left;
	width: 28.68421052631579%;
	text-align: center;
	color: #5f5f5f;
	font-size: 13px;
}
.presentation-item a {
	color: #5f5f5f;
	text-decoration: none;
}
.present-image {
	cursor: pointer;
}
.presentation-item:nth-child(2) {
	margin: 0 6.973684210526316%;
}
.presentation-item span, .presentation-item img {
	margin: 0;
}
.presentation-item p {
	margin: 6px 0 0;
}
.presentation-item a:hover {
	color: #ff5050;
}
.map_container{
	height: 415px;
}
#map{
	width: 100%;
	height: 415px;
	position: absolute;
	left: 0;
	right: 0;
}
footer {
	padding-top: 28px;
	height: 390px;
	background: #333;
	border-bottom: 56px solid #000;
	text-align: left;
	font-family: Microsoft Sans Serif Regular, Arial, sans-serif;
	line-height: 24px;
}
footer .menu-glavnoe-menyu-container ul {
	font-size: 14px;
}
.footer-title-course {
	font-size: 22px;
	color: #FFF;
	margin-bottom: 25px;
	text-align: center;
}
footer a {
	font-size: 14px;
	color: #8A8A8A;
}
footer a:hover {
	color: #ff5050;
}
footer .footer-menu {
	width: 23.421%;
	float: left;
}
.footer-media {
	width: 21.928%;
	float: left;
}
.footer-adres {
	width: 30.875%;
	float: left;
	color: #8A8A8A;
	font-size: 14px;
}
.footer-adres a {
	text-decoration: none;
}
.footer-adres p{
	margin-bottom: 0;
}
.footer-adres .widget {
	margin: 0;
}
.footer-form {
	width: 23.776%;
	float: right;
	padding-right: 28px;
	text-align: center;
}
.footer-title {
	font-size: 17px;
	color: #8A8A8A;
	margin-bottom: 15px;
}
footer li {
	float: none;
}
footer ul {
	padding: 0;
}
footer #primary-menu li {
	display: block;
}

.send {
	font-size: 15px;
	background: url("img/send.png") no-repeat 0 -31px;
	width: 133px;
	height: 31px;
	border: none;
	color: #fff;
	text-shadow: 0 1px 0 #801010;
	text-transform: uppercase;
	font-family: Microsoft Sans Serif Regular, Arial, sans-serif;
	font-style: normal;
	margin-bottom: 20px;
}
.send:hover {
	background-position: 0 0;
}
input, select {
	border: none;
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-bottom: 16px;
	color: #000;
	padding-left: 9px;
}

input::-webkit-input-placeholder {color:#000; opacity: 1; font-style: italic;}
input::-moz-placeholder          {color:#000; opacity: 1; font-style: italic;}/* Firefox 19+ */
input:-moz-placeholder           {color:#000; opacity: 1; font-style: italic;}/* Firefox 18- */
input:-ms-input-placeholder      {color:#000; opacity: 1; font-style: italic;}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
option {
	display: block;
	padding: 6px 9px;
	border: none;
}
option.placeholder-choice {
	font-style: italic;
}
select.choice {
	font-style: italic;
}
select option:checked,
select option:hover {
	box-shadow: 0 0 10px 100px #ff5050 inset;
}
.courses {
	font-size: 0;
	padding: 109px 0px 29px;
	font-family: Microsoft Sans Serif Regular, Arial, sans-serif;
}
.courses h1 {
	font-size: 33px;
	color: #7f7f7f;
	letter-spacing: 3.5px;
	text-align: center;
	font-weight: 400;
	margin: 0 0 33px 0;
}
.courses h2 {
	font-size: 33px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3.3px;
	text-align: center;
	font-weight: 400;
	background: #595959;
	padding: 10px 0;
	margin: 0 0 55px 0;
}
.titles-courses {
	display: inline-block;
	text-align: left;
}
.course-item {
	box-sizing: content-box;
	display: inline-block;
	width: 29.8245%;
	text-align: center;
	vertical-align: top;
	padding-right: 5.26325%;
	margin-bottom: 67px;
}
.course-item a{
	color: #000000;
	font-size: 23px;
	text-decoration: none;
}
.titles-course-list {
	padding: 1px 0;
	display: inline-block;
}
.course-item a:hover{
	color: #ff5050;
}
.course-item:nth-child(3n){
	padding-right: 0;
}
.course-item img {
	margin-bottom: 24px;
}
.courses .container {
	 margin-bottom: 8px;
}

.course-card {
	float: right;
	width: 51%;
	margin-bottom: 35px;
}
.you-tube {
	float: left;
	width: 42%;
	margin-bottom: 10px;
}
.single-course .teacher {
	color: #A4A4A4;;
}
.single-course {
	color: #000;
	font-family: Roboto, Arial, sans-serif;
	font-weight: 300;
	padding: 210px 0px 62px 0;
}
.single-course .h1 {
	margin: 0 0 10px;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	line-height: 20px;
	margin-bottom: 34px;
}
.single-course h3 {
	font-size: 15px;
	font-weight: 900;
	color: #000000;
}
.single-course .main-additional h3 {
    font-size: 14px;
    border-bottom: none;
    padding-bottom: 0;
    font-weight: 700;
}
.single-course .main-additional h1 {
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    font-weight: 400;
}
.single-course .main-additional h2, h4, h5 ,h6 {
font-size: 14px;
}
footer .register-form {
	position: relative;
}
.err-msg {
	position: absolute;
	left: -125px;
	font-size: 15px;
	color: red ;
}
.single-course p {
	font-size: 13px;
}
.single-course a {
	color: #2f58d4;
}
.single-course li {
	list-style:	disc;
	float: none;
}
.card-desc {
	box-sizing: content-box;
	color: #ff0000;
	width: 60.41%;
	padding-right: 0;
	text-align: left;
}
.course-card .link-sesc {
	line-height: 17px;
}
.course-card table {
	font-size: 15px;
	text-align: right;
}
.course-card .subscr {
	font-family: "Microsoft Sans Serif Regular", Arial, sans-serif;
}
.course-card td {
	padding-right: 5.5%;
	line-height: 38px;
}
.course-card table a {
	color: #000;
	text-decoration: none;
}
.course-card table a:hover {
	color: #2f58d4;
}
.course-columns > div {
	float: left;
}
.single-course h3 {
	font-size: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	font-weight: 400;
}

.teacher-projects p {
	color: #000;
	margin: 5px 0px 0px 0px;
	line-height: 13px;
}
.course-card .su-lightbox {
	display: block;
	margin: 0 auto;
	margin-left: 39.59%;
}
.subscr {
	margin: 0 auto;
}
.su-spoiler, .su-spoiler-title {
	border-radius: 0px !important;
}
.program-border br {
	display: none;
}
.su-spoiler-style-fancy {
	border: none !important;
}
.program p + .su-spoiler-style-fancy {
	border-top: #dcdcdc 1px solid !important;
}
.su-spoiler {
	border-left: #dcdcdc 1px solid !important;
	border-right: #dcdcdc 1px solid !important;
	border-bottom: #dcdcdc 1px solid !important;
	margin: 0 !important;
}
.su-spoiler-style-fancy:first-child  {
	border-top: #dcdcdc 1px solid !important;
}
.page .su-spoiler {
	border-top: #dcdcdc 1px solid !important;
}
.su-spoiler + .su-spoiler{
	margin-top: -1px !important;
}
.program {
	width: 55%;
}
.program h3 {
	margin-bottom: 27px;
}
.you-tube h3 {
	font-size: 15px;
	font-weight: 900;
	border: none;
}
.program li>ul li {
	list-style: circle;
}
.program li>ul li>ul li {
	list-style: square;
}
.su-spoiler-style-fancy > .su-spoiler-title {
	background: #f4f4f4 !important;
	min-height: 18px !important;
	line-height: 18px !important;
	padding-left: 37px !important;
}
.su-spoiler-content li {
	margin-bottom: 5px;
}
.su-spoiler-style-fancy {
	color: #000 !important;
}
.su-spoiler-icon-plus.su-spoiler-closed .su-spoiler-icon::before{
	content: '+' !important;

}

.su-spoiler-icon {
	width: 11px !important;
	height: 11px !important;
	background: #acacac !important;
	color: #fff !important;
	font-size: 14px !important;
	left: 13px !important;
	top: 10px !important;
	font-family: Arial, sans-serif!important;
	font-weight: 900!important;
	line-height: 10px !important;
}
.su-spoiler-icon-plus .su-spoiler-icon::before{
	content: '-' !important;
}
.su-spoiler-closed .su-spoiler-icon {
	line-height: 12px !important;
}

.su-spoiler-style-fancy > .su-spoiler-title {
	font-size: 15px !important;
}
.certificate {
	padding: 0 5.614%;

}
.certificate-1 {
	width: 46.344%;
	float: left;

}
.certificate-2 {
	width: 46.344%;
	float: right;
}
.teacher, .teacher-projects, .proforientation, .predvar, .vacancy, .you-can  {
	margin-bottom: 28px;
}
.program {
	margin-bottom: 34px;
}
.proforientation {
	width: 25%;
}
.predvar {
	width: 45%;
	padding-left: 2.5%;
	padding-right: 2.5%;
}
.vacancy {
	width: 25%;
}
#myDiv form {
	width: 80%;
	margin: 0 auto;
}
.mfp-auto-cursor .mfp-content {
	background: #222 !important;
}
.mfp-inline-holder {
	margin: 0px auto !important;
	position: relative !important;
	width: 70% !important;
	max-width: 500px !important;
}

#myDiv .h1 {
	text-align: center;
	color: #fff;
  margin: 0.67em 0;
	font-size: 30px;
	font-family: Microsoft Sans Serif Regular, Arial, sans-serif;
}
.mfp-close-btn-in .mfp-close {
	color: #fff !important;}

.single-course .you-can, .single-course .you-can p, .single-course .program p, .single-course .program li {
	font-size: 14px;
	color: #000;
}
.single-course .you-can {
	display: inline-block;
}
.schedule {
	margin-top: 261px;
	margin-bottom: 110px;
}
.schedule h1 {
	font-size: 33px;
	color: #7f7f7f;
	letter-spacing: 3.5px;
	text-align: center;
	font-weight: 400;
	margin: 0 0 33px 0;
}
.schedule h2{
	font-size: 33px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3.3px;
	text-align: center;
	font-weight: 400;
	background: #595959;
	padding: 10px 0;
	margin: 0 0 6px 0;
}
.schedule tr.schedule-item:hover {
	-webkit-box-shadow: 0px 0px 9px -1px rgba(150,150,150,0.5);
	-moz-box-shadow: 0px 0px 9px -1px rgba(150,150,150,0.5);
	box-shadow: 0px 0px 9px -1px rgba(150,150,150,0.5);
	cursor: pointer;
}

.career {
	margin-top: 193px;
	font-family: Microsoft Sans Serif Regular, Arial, sans-serif;
	font-size: 15px;
}
.career-container {
	font-size: 0;
	margin-bottom: 60px;
}
.career-container > div {
	display: inline-block;
	width: 31%;
	font-size: 15px;
	vertical-align: top;
	margin-bottom: 42px;
}
.career-container h3{
	font-size: 25px;
	margin: 0;
	background: rgb(204, 204, 204) none repeat scroll 0% 0%;
	padding: 23px 0px 11px;
	font-weight: normal;
}
.career-container p {
	color: #5f5f5f;
	margin: 0;
}
.practiker, .couching {
	margin-left: 3.5%;
	margin-right: 3.5%;
}

.video-trud {
	margin-bottom: 64px;
}
.career h1 {
	text-align: center;
	color: #7f7f7f;
	font-weight: normal;
	font-size: 36px;
	letter-spacing: 3.2px;
	margin-bottom: 45px;
}
.career h2 {
	text-align: center;
	color: #7f7f7f;
	font-weight: normal;
	font-size: 36px;
	letter-spacing: 3.2px;
	margin-bottom: 70px;
}
.study h3 {
	padding-left: 85px;
	background: url("img/teaser-1-sprite.png") no-repeat 0 8px;
}
.practiker h3 {
	padding-left: 86px;
	background: url("img/teaser-1-sprite.png") no-repeat 0 -57px;
}
.testing h3 {
	padding-left: 84px;
	background: url("img/teaser-1-sprite.png") no-repeat 0 -111px;
}
.consultation h3 {
	padding-left: 67px;
	background: url("img/teaser-1-sprite.png") no-repeat 0 -187px;
}
.couching h3 {
	padding-left: 75px;
	background: url("img/teaser-1-sprite.png") no-repeat 0 -251px;
}
.employ h3 {
	padding-left: 61px;
	background: url("img/teaser-1-sprite.png") no-repeat 0 -320px;
}
.achievements {
	padding: 0 1%;
	margin-bottom: 94px;
}
.achievements-item {
	float: left;
	font-size: 20px;
	text-align: center;
	width: 25%;
	padding: 0 2.63%;
}
.achievements-item span {
	display: block;
	font-size: 45px;
	margin-bottom: 15px;
}
.achievements-item > div {
	height: 34px;
	margin-bottom: 21px;
}

.hosts-icon {
	background: url("img/teaser-2-sprite.png") no-repeat 50% 0px;
}


.vypusk-icon {
	background: url("img/teaser-2-sprite.png") no-repeat 50% -34px;
}


.consult-icon {
	background: url("img/teaser-2-sprite.png") no-repeat 50% -68px;
}

.candidats-icon {
	background: url("img/teaser-2-sprite.png") no-repeat 50% -102px;
}
.schedule {
	font-family: "Microsoft Sans Serif Regular", Arial, sans-serif;
}
.schedule table {
	border-spacing: 0 15px;
	text-align: left;
	margin-bottom: 55px;
	width: 100%;
}
.schedule tr {
	background: #f4f4f4;
}
.schedule td {
	padding: 13px 5px 13px 0px;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	font-size: 18px;
	color: #8a8a8a;
}
.schedule td:first-child, .schedule th:first-child {
	border-left: 1px solid #d9d9d9;
}
.schedule td:last-child, .schedule th:last-child {
	border-right: 1px solid #d9d9d9;
}
.schedule th {
	color: #7f7f7f;
	font-size: 15px;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	height: 65px;
	font-weight: normal;
}
.schedule td.nap {
	width: 27.28%;
	padding-left: 4.91%;
}
.per {
	width: 20.35%;
}
.vr {
	width: 19.12%;
}
.tren {
	width: 18.86%;
}
.pr {
	width: 14.39%;
}
th.nap {
	padding-left: 4.91%;
	background: url("img/nap.png") no-repeat 19% 50%;
}
th.nap span {
	padding-left: 42px;
}
th.per {
	padding-left: 47px;
	background: url("img/per.png") no-repeat 0 50%;
}
th.vr {
	padding-left: 41px;
	background: url("img/vr.png") no-repeat 0 50%;
}
th.tren {
	padding-left: 46px;
	background: url("img/landmark-icon.png") no-repeat 0 50%;
}
th.pri {
	padding-left: 51px;
	background: url("img/pri.png") no-repeat 0 50%;
}

/*---ON-LINE PAGE---*/
.on-line {
	margin-top: 193px;
	font-family: Microsoft Sans Serif Regular, Arial, sans-serif;
}
.on-line-teaser-item1 {
	float: left;
	width: 32%;
	padding-top: 245px;
	background: url("img/comfort.png") no-repeat  30% 0;
	background-size: 72.6%;
}
.on-line-teaser-item2 {
	float: left;
	width: 36%;
	padding: 0 2%;
	padding-top: 245px;
	background: url("img/dostup.png") no-repeat 45%0 ;
	background-size: 46.585%;
}
.on-line-teaser-item3 {
	float: left;
	width: 32%;
	padding-top: 245px;
	background: url("img/effect.png") no-repeat 50% 0 ;
	background-size: 53.15%;
}
.on-line-teaser2 {
	margin-bottom: 59px;
}
.on-line-teaser2 > div {
	font-size: 15px;
	height: 56px;
	float: left;
	position: relative;
	margin-bottom: 63px;
}
.teaser-2-1,
.teaser-2-3,
.teaser-2-5,
.teaser-2-7 {
	width: 28.68421052631579%;
	padding-left: 0;
	margin-left: 0;
	padding-right: 10px;

}
.teaser-2-2,
.teaser-2-4,
.teaser-2-6,
.teaser-2-8 {
	width: 28.68421052631579%;
	padding-left: 90px;
	padding-right: 10px;
}
.teaser-2-2,
.teaser-2-7 {
    margin: 0 6.973684210526316%;
}

.teaser-2-1 span,
.teaser-2-3 span,
.teaser-2-5 span,
.teaser-2-7 span  {
	position: absolute;
	left: 90px;
	bottom: 2px;
	width: 52.74%;
}
.teaser-2-2 span,
.teaser-2-4 span,
.teaser-2-6 span,
.teaser-2-8 span  {
	position: absolute;
	left: 90px;
	bottom: 2px;
	width: 56.2%;
}
.teaser-2-1 {
	background: url("img/on-line-teaser.png") no-repeat 10px 0;
}
.teaser-2-2 {
	background: url("img/on-line-teaser.png") no-repeat 15px -56px;
}
.teaser-2-3 {
	background: url("img/on-line-teaser.png") no-repeat 0 -112px;
}
.teaser-2-4 {
	background: url("img/on-line-teaser.png") no-repeat 18px -168px;
}
.teaser-2-5 {
	background: url("img/on-line-teaser.png") no-repeat 5px -224px;
}
.teaser-2-6 {
	background: url("img/on-line-teaser.png") no-repeat 3px -280px;
}
.teaser-2-7 {
	background: url("img/on-line-teaser.png") no-repeat 0 -336px;
}
.teaser-2-8 {
	background: url("img/on-line-teaser.png") no-repeat 0 -392px;
}
.how {
	background: #595959;
	padding: 35px 0 41px;
	margin-bottom: 47px;
}
.how span {
	color: #ffff00;
	font-style: italic;
}
.how p {
	font-family: Roboto, Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #f0f3f9;
	line-height: 17px;
	margin-bottom: 17px;
}

.on-line h1 {
	color: #7f7f7f;
	letter-spacing: 3.3px;
	font-size: 36px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 67px;
}
.img-on-line {
	margin-bottom: 61px;
}
.on-line-teaser p {
	color: #5f5f5f;
	font-size: 15px;
	margin: 0;
}
.on-line-teaser h3 {
	font-size: 25px;
	font-weight: normal;
	margin: 0 0 16px;
}
.on-line-teaser {
	margin-bottom: 38px;
}
.on-line h2 {
	text-align: center;
	color: #7F7F7F;
	font-weight: normal;
	font-size: 36px;
	letter-spacing: 3.2px;
	margin-bottom: 45px;
}
.on-line .how h2 {
	color: #fff;
	margin: 0 0 34px;
}
.on-line-teaser2 h2 {
	margin-bottom: 53px;
}

.su-spoiler-content p {
	display: block;
	color: #000;
	font-size: 16px;
	padding-left: 41px;
	margin: 8px 0;
}
.register-form {
	position: relative;
	font-size: 13px;
	font-style: italic;
	text-align: center;
}
#namef, #phonef {
	position: absolute;
}
#namef {
	top: 0;
	left: -110px;
}
#phonef {
	top: 42px;
	left: -115px;
	width: 100px;
	display: block;
	text-align: right;
	line-height: 19px;
}

.thanks{
	width: 200px;
	height: 60px;
	padding-top: 40px;
	border-radius: 10px;
	border: 2px solid #ffffff;
	text-align: center;
	color: #ffffff;
	background: #6B5A4B;
	display: none;
}

@charset "UTF-8";/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.25,1.25,1.25);-ms-transform:scale3d(1.25,1.25,1.25);transform:scale3d(1.25,1.25,1.25)}100%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.25,1.25,1.25);-ms-transform:scale3d(1.25,1.25,1.25);transform:scale3d(1.25,1.25,1.25)}100%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInLeftSmall{0%{opacity:0;-webkit-transform:translate3d(-10%,0,0);transform:translate3d(-10%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftSmall{0%{opacity:0;-webkit-transform:translate3d(-10%,0,0);transform:translate3d(-10%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftSmall{-webkit-animation-name:fadeInLeftSmall;animation-name:fadeInLeftSmall}@-webkit-keyframes fadeInRightSmall{0%{opacity:0;-webkit-transform:translate3d(10%,0,0);transform:translate3d(10%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightSmall{0%{opacity:0;-webkit-transform:translate3d(10%,0,0);transform:translate3d(10%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightSmall{-webkit-animation-name:fadeInRightSmall;animation-name:fadeInRightSmall}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);transform:scale(.9)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}100%{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}


.wow {
	visibility: hidden;
}
:focus {
	outline: none;
}


.pushy{
	position: fixed;
	width: 200px;
	height: 100%;
	top: 0;
	z-index: 99999;
	background: #333332;
	font-size: 0.9em;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);
	-moz-box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);
	box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);
	overflow: auto;
	-webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
}

.pushy a{
	display: block;
	color: #fff;
	padding: 15px 30px;
	text-decoration: none;
	font-size: 12px;
	font-family: Microsoft Sans Serif, Arial, sans-serif;
}

.pushy a:hover{
	color: #F00;
}

/* Menu Movement */

.pushy-left{
	-webkit-transform: translate3d(-200px,0,0);
	-moz-transform: translate3d(-200px,0,0);
	-ms-transform: translate3d(-200px,0,0);
	-o-transform: translate3d(-200px,0,0);
	transform: translate3d(-200px,0,0);
}

.pushy-open{
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.pushy-open ul {
	margin-top: 40px;
}
.container-push, .push-push{
	-webkit-transform: translate3d(200px,0,0);
	-moz-transform: translate3d(200px,0,0);
	-ms-transform: translate3d(200px,0,0);
	-o-transform: translate3d(200px,0,0);
	transform: translate3d(200px,0,0);
}

/* Menu Transitions */

.pushy, #container, .push{
	-webkit-transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
	-moz-transition: -moz-transform .2s cubic-bezier(.16, .68, .43, .99);
	-o-transition: -o-transform .2s cubic-bezier(.16, .68, .43, .99);
	transition: transform .2s cubic-bezier(.16, .68, .43, .99);
}

/* Site Overlay */

.site-overlay{
	display: none;
}

.pushy-active .site-overlay{
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99989;
	background-color: rgba(0,0,0,0.5);
	-webkit-animation: fade 500ms;
	-moz-animation: fade 500ms;
	-o-animation: fade 500ms;
	animation: fade 500ms;
}
.main-additional {
    color: #5f5f5f;
    font-size: 13px;
}
.home .main-additional  a {
	color: #ff5050;
}
.main-additional  li p,
.main-additional  li h3,
.main-additional  li h1 {
	display: inline;
}
.home .main-additional h2 {
	font-size: 13px;
	text-align: left;
	text-transform: none;
    letter-spacing: 0;
    color: #5f5f5f;
    margin: 10px 0;
}
.home .main-additional  h1 {
    display: inline;
    float: left;
    margin: 0;
    font-size: 13px;
}
.home .main-additional  li h3,
.home .main-additional  li h2,
.home .main-additional  li h1 {
	font-size: 13px;
}
.home #button-more {
	color: #ff5050;
	border-color: #ff5050;
}
.single .main-additional-wrapper {
    margin-top: 50px;
}
.single-course .main-additional {
    font-size: 14px;
    color: #000;
}
.single-course .main-additional p {
    font-size: 14px;
    color: #000;
}
.main-additional-header h2 {
	margin-bottom: 15px;
}
.main-additional-header {
	margin-bottom: 40px;
}
.additional-excerpt {
	text-align: center;
	color: #5f5f5f;
    font-size: 13px;
}
.main-additional ul li {
    list-style: disc;
}
.main-additional ol li {
    list-style: decimal;
}
.main-additional ol ul li {
	list-style: disc;
}
.main-additional li {
	float: none;
}
.su-row {
	display: table;
	margin: 30px 0 !important;
}
.su-row .su-column {
	float: none;
	display: table-cell;
    vertical-align: middle;
}
.su-row .su-column-size-1-4 {
	width: 25%;
    padding: 0 3%
}
.su-column img {
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}
.su-column img:hover {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    filter: none;
}
.su-column-inner br {
	display: none;
}
[class*="su-column"] + [class*="su-column"]:last-child {
	float: none !important;
}
.more-additional-link {
	text-align: center;
	font-size: 15px;
	margin-bottom: 105px;
}
#button-more {
	/*color: #2f58d4;*/
	color: #ff5050;
	text-decoration: none;
	/*border-bottom: 1px dashed #2f58d4;*/
	border-bottom: 1px dashed #ff5050;
	position: relative;
    top: 15px;
}




@keyframes fade{
	0%   { opacity: 0; }
	100% { opacity: 1; }
}

@-moz-keyframes fade{
	0%   { opacity: 0; }
	100% { opacity: 1; }
}

@-webkit-keyframes fade{
	0%   { opacity: 0; }
	100% { opacity: 1; }
}

@-o-keyframes fade{
	0%   { opacity: 0; }
	100% { opacity: 1; }
}

/* Example Media Query */

@media screen and (max-width: 768px){
	.pushy{
		font-size: 1.0em;
	}
	.su-column {
    	display: block !important;
	}
	.su-row .su-column-size-1-4 {
	    display: inline-block !important;
	}
}

.menu-btn {
	display: none;
	text-align: center;
	line-height: 147px;
	font-size: 19px;
	cursor: pointer;
}
.cbp-af-header-shrink .menu-btn {
	line-height: 90px;
	color: #fff;
}

.course-card tr td:first-child {
	line-height: 17px;
}
.course-card tr td:first-child {
	word-spacing: -2px;
}




@media screen and (max-width : 1140px){
	.container, .cbp-af-inner {
		padding-left: 2.7% !important;
		padding-right: 2.7% !important;
	}
	.single-course .course-card table {
		font-size: 14px;
	}
}
@media screen and (max-width : 1080px){
	.on-line-teaser-item1,
	.on-line-teaser-item2,
	.on-line-teaser-item3 {
		padding-top: 230px;
	}
}

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

	.course-card .card-desc {
		padding-right: 0;
	}
	.single-course .course-card {
		width: 55%;
	}
	.course-card .card-desc {
		padding-right: 0;
	}
	.single-course .h1 {
		line-height: 32px;
	}
	.on-line-teaser-item1,
	.on-line-teaser-item2,
	.on-line-teaser-item3 {
		padding-top: 200px;
	}
}
@media screen and (max-width : 900px){
	.footer .footer-menu {
		width: 21%;
	}
	.footer-media {
		width: 19%;
	}
	.footer-adres {
		width: 27%;
	}
	.footer-form {
		width: 30.5%;
	}
	.program {
		width: 100%;
	}
	.career-container > div {
		width: 48.25%;
		margin-right: 0;
	}
	.couching {
		margin-left: 0;
	}
	.career-container .consultation,
	.career-container .employ
	{
		margin-left: 3.5%;
	}
	.course-item {
		width: 32%;
		padding-right: 2%;
	}
	.course-item {
		font-size: 20px;
	}
	.on-line-teaser-item1,
	.on-line-teaser-item2,
	.on-line-teaser-item3 {
		padding-top: 200px;
	}
	.footer-form {
		width: 35%;
	}
	.footer-adres {
		width: 27%;
	}
	.footer-media {
		width: 16%;
	}
	footer .footer-menu {
		width: 22%;
	}
	.discount-course .date-course {
		width: 13%;
		font-size: 19px;
	}
	.discount-course .city-course {
		width: 15%;
	}
	.discount-course .time-course {
		font-size: 19px;
		width: 14%;
	}
	.discount-course .title-course {
		width: 28%;
	}
	.title-course a {
		font-size: 20px;
	}
	.discount-course .price-course {
		font-size: 20px;
		width: 10%;
	}
	.discount-courses {
		margin-bottom: 100px;
	}
	.teasers {
		margin-bottom: 80px;
	}
	.schedule td {
		font-size: 14px;
	}
}
@media screen and (max-width : 970px){
	.cbp-af-header .menu-glavnoe-menyu-container {
		display: none;
	}
	.menu-btn {
		display: block;
	}
	.pushy {
		display: block;
	}
}
@media screen and (max-width : 820px){
	.on-line-teaser-item1,
	.on-line-teaser-item2,
	.on-line-teaser-item3 {
		padding-top: 185px;
	}

}
@media screen and (max-width : 768px){
	.achievements-item {
		font-size: 19px;
		padding: 0px 1.8%;
	}
	.career h2 {
		font-size: 34px;
	}
	.presentation-item:nth-child(2) {
		margin: 0px 2%;
	}
	.presentation-item {
		width: 32%;
	}
	.courses h2 {
		font-size: 25px;
	}
	.courses {
		padding: 55px 0px 10px;
	}
	.course-item {
		margin-bottom: 45px;
	}
	.on-line-teaser-item1,
	.on-line-teaser-item2,
	.on-line-teaser-item3 {
		padding-top: 160px;
	}
	.how {
		margin-bottom: 30px;
	}
	.on-line-teaser2 {
		margin-bottom: 30px;
	}
	.teaser-1, .teaser-3, .teaser-center {
		width: 32%;
	}
	.teaser-center {
		margin: 0px 2%;
	}
	.teasers {
		font-size: 14px;
	}
	.teasers h3 {
		font-size: 16px;
	}
	.discount-course .city-course {
		width: 17%;
		font-size: 16px;
	}
	.discount-course .date-course {
		width: 12%;
		font-size: 16px;
	}
	.discount-course .time-course {
		font-size: 16px;
		width: 13%;
		padding-left: 37px;
	}
	.discount-course .title-course {
		width: 28%;
	}
	.title-course a {
		font-size: 17px;
	}
	.discount-course .price-course {
		font-size: 17px;
		width: 10%;
	}
	.discount-courses {
		margin-bottom: 100px;
	}
	.discount-course .subscribe-course {
		width: 20%;
	}
	.subscribe-course a {
		font-size: 13px;
		width: 115px;
		height: 27px;
		line-height: 27px;
		background-size: 100%;
		background-position-y: -26px;
	}
	.discount-course > div {
		text-align: center;
		line-height: 12px;
	}
	.clock {
		top: 2px;
		left: 12px;
	}
	.title-large {
		bottom: 10px;
		right: 20px;
		font-size: 25px;
	}
	.teaser-2-1, .teaser-2-3, .teaser-2-5, .teaser-2-7,
	.teaser-2-2, .teaser-2-4, .teaser-2-6, .teaser-2-8 {
	    width: 32%;
	}
	.teaser-2-2, .teaser-2-7 {
	    margin: 0 2%;
	}
}
@media screen and (max-width : 700px){
	.single-course h3 {
		font-size: 18px;
	}
	.achievements-item {
		font-size: 17px;
	}
	.achievements-item span {
		font-size: 42px;
	}
	.on-line-teaser-item1,
	.on-line-teaser-item2,
	.on-line-teaser-item3 {
		padding-top: 145px;
	}
	.on-line-teaser h3 {
		font-size: 22px;
	}
	.on-line-teaser2 {
		margin-bottom: 5px;
	}
	.schedule th {
		height: 70px;
	}
	th.nap, th.per, th.vr, th.tren, th.pri {
		padding-left: 0px;
		padding-bottom: 7px;
		background-position: 0% 25%;
		vertical-align: bottom;
	}
	th.nap span {
		padding-left: 18%;
	}
	th.nap {
		background-position: 22% 25%;
	}
	.schedule table {
		margin-bottom: 45px;
	}
	.schedule {
		margin-top: 200px;
	}

}

@media screen and (max-width : 640px){
	.course-card, .you-tube {
		float: none;
	}
	.you-tube, .single-course .course-card {
		width: 100%;
	}
	.card-desc {
		width: 50%;
	}
	.single-course .course-card table {
		font-size: 15px;
	}
	.course-columns > div {
		float: none;
		width: 100%;
		margin-bottom: 35px;
	}
	.predvar {
		padding-left: 0;
		padding-right: 0;
	}
	.subscribe_cont {
		text-align: center;
	}
	.course-card .su-lightbox {
		margin: 0;
	}
	.achievements-item {
		font-size: 15px;
	}
	.achievements-item span {
		font-size: 36px;
	}
	.on-line-teaser-item1,
	.on-line-teaser-item2,
	.on-line-teaser-item3 {
		padding-top: 135px;
	}
	.footer-adres {
		font-size: 13px;
	}
	footer a {
		font-size: 13px;
	}
	.footer-form {
		padding-right: 0;
		padding-left: 7px;
	}

}
@media screen and (max-width : 600px){
	.career h1 {
		font-size: 32px;
		margin-bottom: 27px;
	}
	.career h2 {
		font-size: 32px;
		margin-bottom: 40px;
	}
	.career-container h3 {
		font-size: 19px;
		line-height: 28px;
	}
	.career-container p {
		font-size: 14px;
	}
	.achievements {
		margin-bottom: 65px;
	}
	.achievements-item {
		padding: 0px 1%;
	}
	.achievements-item {
		font-size: 13px;
	}
	.video-trud {
		margin-bottom: 30px;
	}
	.career-container > div {
		margin-bottom: 24px;
	}
	.career-container {
		margin-bottom: 35px;
	}
	.presentation-item:nth-child(2) {
		margin: 0px 0px 35px;
	}
	.presentation-item {
		width: 100%;
		float: none;
		margin: 0px 0px 35px;
	}
	.presentation-wrap {
		margin-bottom: 40px;
	}
	.discount-course .city-course {
		width: 100%;
		text-align: center;
	}
	.courses h2 {
		font-size: 21px;
		margin: 0px 0px 30px;
	}
	.courses h1 {
		font-size: 25px;
	}
	.courses {
		padding: 35px 0px 10px;
	}
	.course-item a {
		font-size: 18px;
	}
	.course-item img {
		margin-bottom: 5px;
	}
	.course-item {
		margin-bottom: 30px;
	}
	.on-line-teaser-item1,
	.on-line-teaser-item2,
	.on-line-teaser-item3 {
		padding-top: 130px;
	}

}
@media screen and (max-width : 599px){
	.on-line-teaser-item1,
	.on-line-teaser-item2,
	.on-line-teaser-item3 {
		float: none;
		width: 100%;
		padding-top: 215px;
		margin-bottom: 50px;
		background-size: auto !important;
		background-position: 50% 0;
	}
	.on-line-teaser h3 {
		font-size: 25px;
	}
	.on-line h1, .on-line h2 {
		font-size: 32px;
	}
	.on-line-teaser2 > div {
		width: 50%;
		font-size: 13px;
	}
	.teaser-2-1, .teaser-2-3, .teaser-2-5, .teaser-2-7 {
		margin-left: 0;
	}
	.certificate-1, .certificate-2 {
		float: none;
		width: 100%;
	}
	.discount-course .date-course {
		width: 50%;
		font-size: 14px;
		text-align: right;
	}
	.discount-course .time-course {
		font-size: 14px;
		width: 50%;
		padding-left: 35px;
	}
	.clock {
		top: 5px;
		background-size: 100%;
		width: 18px;
		height: 18px;
	}
	.discount-course .title-course {
		width: 44%;
	}
	.title-course a {
		font-size: 18px;
	}
	.discount-course .price-course {
		font-size: 18px;
		width: 15%;
	}
	.discount-course .subscribe-course {
		width: 32%;
		text-align: right;
	}
	.discount-course > div {
		line-height: 15px;
	}
	.discount-course {
		margin-bottom: 25px;
	}
	.discount-courses .subscribe_cont {
		text-align: right;
	}
	.content-area h2 {
		font-size: 20px;
	}
	.pictures {
		margin-bottom: 60px;
	}
	.discount-courses {
		margin-bottom: 75px;
	}
	.presentation-wrap h2 {
		margin-bottom: 38px;
	}
	.teaser-1, .teaser-3, .teaser-center {
		float: none;
		padding-right: 20%;
		padding-left: 20%;
		width: 100%;
		margin-bottom: 30px;
	}
	.teasers {
		font-size: 15px;
		margin-bottom: 50px;
	}
	.teasers h3 {
		font-size: 18px;
	}
	.schedule td {
		font-size: 12px;
	}
	.schedule th {
		font-size: 14px;
		line-height: 11px;
		padding-bottom: 9px;
	}
	.schedule h2 {
		font-size: 28px;
	}
	.schedule h1 {
		font-size: 28px;
	}
	footer {
		height: 545px;
	}
	.footer-form {
		float: none;
		padding: 0px 15%;
		width: 100%;
		margin-bottom: 20px;
	}
	.footer-adres, .footer-media, footer .footer-menu {
		width: 33.333%;
	}
	.logo .slog-1 {
		font-size: 22px;
		margin-bottom: 2px;
	}
	.logo .slog-2 {
		letter-spacing: 6.3px;
		font-size: 24px;
	}
	.logo-link {
		width: 160px;
	}
	.teaser-2-2, .teaser-2-7 {
	    margin: 0 0 63px;
	}
}
@media screen and (max-width : 479px){
	.career-container > div {
		display: block;
		width: 100%;
	}
	.career-container > div {
		margin-bottom: 15px;
	}
	.career-container h3 {
		font-size: 25px;
	}
	.container, .cbp-af-inner {
		padding-left: 5% !important;
		padding-right: 5% !important;
	}
	.career h1, .career h2 {
		font-size: 27px;
	}
	.achievements-item span {
		font-size: 26px;
	}
	.achievements-item {
		font-size: 9px;
	}
	.achievements {
		margin-bottom: 55px;
	}
	.practiker,
	.couching,
	.career-container .consultation,
	.career-container .employ {
		margin-left: 0;
	}
	.presentation-wrap {
		margin-bottom: 20px;
	}
	.courses h2 {
		font-size: 20px;
	}
	.course-item {
		width: 100%;
		padding-right: 0;
	}
	.course-item a {
		font-size: 22px;
	}
	.courses {
		padding-top: 25px;
	}
	.on-line-teaser2 > div {
		width: 100%;
		float: none;
		margin-bottom: 40px;
	}
	.teaser-2-1, .teaser-2-3, .teaser-2-5, .teaser-2-7 {
		padding-left: 90px;
	}
	.teaser-2-1 span, .teaser-2-3 span, .teaser-2-5 span, .teaser-2-7 span {
		left: 90px;
	}
	.on-line h1, .on-line h2 {
		font-size: 27px;
	}
	.img-on-line {
		margin-bottom: 35px;
	}
	.on-line h1 {
		margin-bottom: 42px;
	}
	.on-line-teaser {
		margin-bottom: 20px;
	}
	.img1, .img2, .img3 {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.discount-course .title-course {
		width: 75%;
	}
	.discount-course .price-course {
		width: 25%;
	}
	.discount-course .subscribe-course {
		margin-top: 5px;
	}
	.teaser-1, .teaser-3, .teaser-center {
		padding-right: 10%;
		padding-left: 10%;
	}
	.schedule table.container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.schedule td {
		font-size: 9px;
	}
	.schedule th {
		font-size: 10px;
	}
	.vr {
		width: 19.12%;
	}
	.tren {
		width: 22.86%;
	}
	.schedule h2 {
		font-size: 19px;
	}
	.schedule h1 {
		font-size: 20px;
	}
	.schedule {
		margin-top: 180px;
		margin-bottom: 60px;
	}
	.schedule table {
		border-spacing: 0px 10px;
		margin-bottom: 35px;
	}
	.footer-media, footer .footer-menu {
		width: 50%;
	}
	.footer-adres {
		width: 100%
	}
	footer {
		height: 657px;
	}
	.cbp-af-header .widget-contacts {
		display: none;
	}
	.mfp-inline-holder {
		width: 90% !important;
	}
	#myDiv h1 {
		font-size: 23px;
	}
	.per {
		width: 15.35%;
	}

}
