@charset "UTF-8";
h1 {
	color: #393939;
}

.layout {
	background: transparent;
}

.sidebar {
	border-left: none;
}

.sidebar__inner {
	font-size: 1.4rem;
}

@media (min-width: 996px) {
	.content__inner {
		margin-right: 90px
	}

	.grid {
		margin-left: 110px;
	}
	.header-board, .header_preview, .footer__inner {
		padding-left: 110px;
	}
}
@media (max-width: 767px) {
	.grid {
		margin: 15px 10px 0 10px;
	}
}



input[type="number"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}
select.js-default, option[disabled] {
	color: #9e9e9e;
}
option:not(:first-of-type) {
	color: #000;
}

.filter select, .filter input {
	font-size: 1.4rem;
	padding: 3px 5px;
}

.input_with_prefix {
	position: relative;
}
.input_with_prefix input {
	padding-left: 25px;
}
.input_with_prefix:before {
	content: attr(data-prefix);
	position: absolute;
	height: 25px;
	line-height: 25px;
	left: 10px;
}

/* toooltip */
.has-tooltip {
	position: relative;
	display: inline-block;
}
.tooltip {
	line-height: normal;
	font: normal 1.4rem "Helvetica Neue", Arial, sans-serif;
	margin-top: .3em;
}
@media (max-width: 995px) {
	.tooltip, .edu-programm__edu_offline {
		margin-top: .3em;
	}
}


@media (min-width: 996px) {
.has-tooltip .tooltip {
	display: block;
	position: absolute;
	z-index: 2;
	top: 100%;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	margin-top: 1rem;
	box-sizing: border-box;
	text-align: left;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	padding: 10px 20px 15px;
	pointer-events: none;
	border-radius: 3px;
	transition: opacity .25s ease-out;
	box-shadow: -1px 1px 15px rgba(0,0,0,.3);
	font: 1.4rem "Helvetica Neue", Arial, sans-serif;
}

.fa-card--list_view .tooltip {
	left: 0;
	margin-left: 0;
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.has-tooltip::before {
	content: '';
	position: absolute;
	bottom: -20px;
	height: 20px;
	left: 50%;
	margin-left: -100px !important;
	width: 200px;
	display: none;
}

.has-tooltip:hover::before {
	display: block;
}

.has-tooltip .tooltip::after {
	content: "";
	z-index: 1;
	top: -10px;
	left: 50%;
	border-left: solid transparent 10px;
	border-right: solid transparent 10px;
	border-bottom: solid #fff 10px;
	position: absolute;
	margin-left: -13px;
}

.has-tooltip .tooltip::before {
	content: "";
	position: absolute;
	top: -11px;
	left: 50%;
	border-left: solid transparent 10px;
	border-right: solid transparent 10px;
	border-bottom: solid #eee 10px;
	margin-left: -13px;
}


.has-tooltip:hover .tooltip {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
}

/**/
.edu-programm_top {
	padding-left: 30px;
}
@media (max-width: 767px) {
	.edu-programm_top {
		padding: 0 30px;
	}
}


@media (min-width: 996px) {
	.edu-programm {
		margin-left: -30px;
	}
}
.edu-programm__group {

}

.edu-programm__item {
	position: relative;
	padding: 1em 16px 1em 30px;
}
@media (max-width: 767px) {
	.edu-programm__item {
		margin-left: 0;
		margin-right: 0;
	}
}

.edu-programm__item::before {
	content: attr(data-counter);
	position: absolute;
	left: 20px;
	color: rgba(0,0,0,.5);
	font-size: 1.2rem;
	line-height: 2;
}

.edu-programm__item.even {
	background-color: rgba(0,0,0,.01);
}

.edu-programm__item:hover {
	background-color: #f7f9e3;
}

.edu-programm__header {
	border-bottom: 1px solid #e5e5e5;
}

.edu-programm__header:hover {
	background: transparent;
}

.edu-programm__caption {
	padding-left: 30px;
	padding-right: 16px;
	margin: 0 0 1em;
}

.edu-programm__unit {
	margin-top: .2em;
	font-size: .8em;
	padding-right: 10px;
}
@media (max-width: 995px) {
	.edu-programm__unit {
		margin-bottom: .9em;
	}
}


.edu-programm__city {
	position: relative;
	margin-right: 10px;
}

.edu-programm__city::before {
	content: '·';
	text-align: center;
	position: absolute;
	width: 2px;
	height: 2px;
	right: -5px;
	color: rgba(0,0,0,.5);
}
.edu-programm__data {
	line-height: 1;
	margin: .3em 0;
}
.edu-programm__price_old {
	color: #cdcdcd;
	text-decoration: line-through;
	line-height: 1;
}

.edu-programm__edu_offline {
	font-size: 1.4rem;
	color: #c8881a;
	line-height: 1;
}

.edu-programm__place_free {
	color: #7ca948;
	margin-bottom: .3em;
}

.edu-close_cross {
	position: absolute;
	top: 9px;
	right: -12px;
	width: 12px;
	height: 12px;
	background: no-repeat url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201.165L10.795%200%205.98%204.815%201.165%200%200%201.165%204.815%205.98%200%2010.795%201.165%2012%205.98%207.185%2010.795%2012%2012%2010.795%207.185%205.98z%22%20opacity%3D%220.25%22%2F%3E%3C%2Fsvg%3E");
	cursor: pointer;
}
@media (max-width: 767px) {
	.edu-grade_box {
		position: relative;
		left: -12px;
	}
}

.navigation_horizontal li {
	margin: .5em 1em 0 0;
}

.navigation_horizontal > .selected {
	background: #1d5cd7;
	color: #fff;
	padding: 5px 10px;
}

.navigation_horizontal > .selected .pseudo_link:not(.sub_link) {
	color: #fff;
	border-bottom-width: 0;
}

.filter {
	padding-top: 5px;
}
@media (max-width: 767px) {
	.filter {
		padding: 25px 40px;
		background: #fff;
	}
}

.filter__caption {
	font: 18px 'FuturaPTWebDemi', "Helvetica Neue", Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
	color: #393939;
}

.filter__top {
	position: relative;
	height: 32px;
	margin-bottom: 2.5em;
}

.filter__close {
	position: absolute;
	top: 0;
	right: -25px;
	width: 32px;
	height: 32px;
}

.filter__close::after, .filter__close::before {
	content: '';
	position: absolute;
	height: 3px;
	width: 40px;
	top: 20px;
	background: #ccc;
	border: 0;
	cursor: pointer
}
.filter__close::before {
	bottom: 15px
	-webkit-transform: translateY(-6px) translateX(0) rotate(-45deg);
	transform: translateY(-6px) translateX(0) rotate(-45deg)
}
.filter__close::after {
	bottom: 27px
	-webkit-transform: translateY(-6px) translateX(0) rotate(45deg);
	transform: translateY(-6px) translateX(0) rotate(45deg)
}


.filter__group {
	margin-bottom: 1.3em;
}

.filter__item {
	display: block;
	padding-left: 25px;
	position: relative;
}

.filter__title, .filter__row {
	margin-bottom: .4em;
}

.filter__title {
	font-weight: bold;
}

.filter__label, .filter__input {
	cursor: pointer;
}

.filter__label:before, .filter__label:after {
	visibility: visible;
	position: absolute;
	z-index: 1;
	top: 2px;
	left: 0;
	width: 14px;
	height: 14px;
	line-height: 14px;
	font-size: 1.2rem;
	text-align: center;
	border: 1px solid #999;
	box-sizing: border-box;
}

.filter__label:before {
	content: '';
}

.filter__input--checkbox + .filter__label:before {
	border-radius: 3px;
}

.filter__input--radio + .filter__label:before {
	border-radius: 50%;
}

.filter__input[disabled]:before {
	border-color: #dddedf;
	cursor: default;
}

.filter__input[disabled] + .filter__label {
	color: #b7b7b7;
	cursor: text;
}

.filter__input--checkbox:checked + .filter__label:before {
	content: '\2714';
	color: #555;
	font-weight: bold;
	background: #fff;
}

.compare .filter__input--checkbox:checked + .filter__label:before {
	background: #23248f;
}

.filter__input--radio:checked + .filter__label:after {
	content: '';
	position: absolute;
	z-index: 0;
	top: 1px;
	left: -1px;
	width: 8px;
	height: 8px;
	background: #333;
	border: 4px solid #fff;
	border-radius: 50%;
	box-sizing: content-box;
}

.filter__input {
	visibility: hidden;
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	right: 0;
}

.filter__box {
	background: #fff;
	border-radius: 3px;
	height: 24px;
	line-height: 24px;
	padding: 3px;
	border: 1px solid #9b9b9b;
	box-sizing: border-box;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}

.filter__button {
	color: #fff;
	background-color: #007ac5;
	border: none;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	text-align: center;
	width: 100%;
	font-size: 1.4rem;
}

.js-select_button {
	position: relative;
	display: none;
	font-size: 1.4rem;
	text-align: left;
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
	width: 100%;
	border: 1px solid #9b9b9b;
	-webkit-apperance: none;
	-moz-apperance: none;
	apperance: none;
	outline: none;
	background: #fff;
}

.js-select_button.active {
	border-bottom-color: transparent;
}

.js-select_button::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -2px;
	border-top: 5px solid #a1a1a1;
	border-left: 4px solid transparent;
	border-right: 4px solid	transparent;
}

@media (max-width: 768px) {
	.js-select_list.js-select_list {
		display: none;
		position: absolute;
		z-index: 5;
		width: calc(100% - 20px);
		background: #fff;
		margin: 0;
		border: 1px solid #9b9b9b;
		border-top-width: 0;
		box-sizing: border-box;
	}

	.js-select_list.js-select_list li {
		display: block;
		margin: 0;
		padding: 0;
		color: #000000;
		border-radius: 0;
		background: transparent !important;
	}

	.js-select_list.js-select_list li:hover {
		background: #eee !important;
	}

	.js-select_list.js-select_list li .pseudo {
		display: block;
		padding: 2px 12px;
		color: #000000 !important;
		font-weight: normal !important;
		border-bottom: none !important;
	}

	.js-select_button {
		display: block;
	}
}

@media (min-width: 767px) {
	.js-select_list {
		display: block !important;
	}
}




.folder__decor {
	position: relative;
}
.folder__decor::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: -1;
}



.folder__decor_ears::before {
    background: url(/f/src/global/i/gypsum/ears.png) no-repeat;
    width: 300px;
    height: 400px;
    left: 50%;
    top: -170px;
}
.folder__decor_apple::before {
    background: url(/f/src/global/i/gypsum/apple.jpg) no-repeat;
    width: 130px;
    height: 110px;
    top: -20px;
    left: 90px;
}
.folder__decor_marker::before {
    background: url(/f/src/global/i/gypsum/marker.png) no-repeat;
    width: 120px;
    height: 120px;
    left: 79%;
    top: -60px;
}











.education_magister {
	display: none;
}

div.folder__decor {
	top: -15px;
	bottom: -130px;
}

.edu-programm__title {
color: #000;
font: bold 16px/18px 'FuturaPTWebDemi', "Helvetica Neue", Arial, sans-serif;
margin: 20px 0;
margin-left: 4%;
}



.navigation_filter li.gray  span.selected {
    background: #CCCCCC;
}

.navigation_filter li.gray span.selected:after {
    content: '';
    display: block;
    width: 20px;
    position: absolute;
    right: 100%;
    height: 100%;
    top: 0;
    background: url('/f/src/global/i/arrow_gray.svg') right center no-repeat;
    background-size: 5px 100%;
}


.js-side_filters.reload, .js-side_filters.reload .link_dark,  .js-side_filters.reload .link_dark2 {
	color: gray;
}

.b-side-select:nth-child(2) {
	display: none;
}

.b-side-select:nth-child(4) {
	display: none;
}

.side_filter_content {
	margin-left: 0px;
}

.link_hover-white:hover {
	color: white!important;
	border-bottom: white!important;
}


.dpo-tab { 
	float: right;
	padding-right: 20px;
	margin-top: 2px; 
}

.link_hover-white {
	position: relative;
	z-index: 10;
}

.dpo-tab {
	z-index: -1;
}
.dpo-tab a {
	position: relative;
	z-index: 10;
}


.b-filters__inner .comment {
	color: gray;
	font-size: 90%;
}

a.ege span.link {
	border-bottom: none;
}
/**/
