ol, ul {
	list-style-position: outside;
	margin-left: 1em;
}

ul>li:before {
	content: none;
}

ol[class], ul[class] {
	list-style: none;
	margin-left: 0;
}

/*table[border="1"], table[border="1"] td {border: 1px solid black;}*/
td {padding: 5px;}
tr:first-child td {padding-top: 0;}


img {
	border: none;
}

input {
	vertical-align: middle;
}

input[type="button"], input[type="submit"], input[type="reset"], button, a, .link, select {
	cursor: pointer;
}
select, input[type="text"], input[type="search"] {
	background: #fff;
	border-radius: 5px;
	height: 24px;
	line-height: 24px;
	padding: 3px;
	border: 1px solid #999;
	box-sizing: border-box;
}
/*input, select, textarea { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }*/
.page, .layout {
	min-width: 1110px;
}


.wrapper { min-height: 100%; }

#plashka_vishki {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.wrapper {
	width: 920px;
	padding: 0 40px;
	margin: 0 auto;
	overflow: hidden;
	min-height: 100%;
}

.line, .cell:not(td) {
	position: relative;
	margin-left: 2%;
	display: inline-block;
	padding: 10px 0;
	width: 12%;
	font-size: 14px;
	font-size: 1.4rem;
}

.cell.short, .line.short {
	width: 8%;
}

.cell.long, .line.long {
	width: 20%;
}

.cell {
	font-size: 14px;
	font-size: 1.4rem;
	vertical-align: top;
}

.line {
	font-weight: bold;
	font-size: 11px;
	font-size: 1.1rem;
	vertical-align: middle;
}

.cell.centered, .line.centered {
	text-align: center;
}


.line:first-child, .block:first-child, .cell:first-child {
	margin-left: 0;
}

.tr {
	border-top: 1px solid #ccc;
}

.tr:hover {
	background: #f7f9e4;
}


.tr, .module-header {
	font-size: 0;
	padding: 1rem 1.5rem 1.5rem;
}

.no-result {
	padding: 1rem 1.5rem 1.5rem;
}


.info-block, .info-block p, .info-block li {
	font-size: 12px;
	font-size: 1.2rem;
}

.info-block { padding-left: 20px; }

.main-form, ul.simple-links-list {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	font-size: 1.4rem;
}

ul.simple-links-list {
	padding: 10px 0 20px 20px;
	margin: 0;
}

.simple-links-list li {
	margin: 0 0 7px;
	font-size: 12px;
	font-size: 1.2rem;
}

.main-form {
	padding: 10px 45px;
	width: 585px;
	border: 1px solid #d2d2d2;
	border-radius: 7px;
}

.main-title {
	color: #4f4f4f;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1;
	margin-bottom: 20px;
	text-align: center;
}

.block {
	margin: 10px 0 10px 20px;
	padding: 10px 10px 0;
	background: #fff;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	border: 1px solid #ccc;
	width: 898px;
	font-size: 14px;
	font-size: 1.4rem;
}

.row ~ .row .block {
	margin-top: 0;
}

.single {
	width: 193px;
}

.double {
	width: 428px;
}

.triple {
	width: 663px;
}
/*block_width = .line*size - 1*2 - 10*2 // border and padding */

.block.empty-single-before:first-child {margin-left: 235px;}
.block.empty-double-before:first-child {margin-left: 470px;}
.block.empty-triple-before:first-child {margin-left: 705px;}

/*Additional margin if not first block in line*/
.block.empty-single-before {margin-left: 255px;}
.block.empty-double-before {margin-left: 490px;}
.block.empty-triple-before {margin-left: 725px;}

.block-title {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.3;
}

.block-author-list li {
	overflow: hidden;
	margin: 7px 0;
	margin: .7rem 0;
}

.block-author-list  span {
	font-weight: bold;
}

.form-list { margin: 20px 0 7px;}

.form-list li {
	margin: 7px 0;
	list-style: none;
}

.form-list li:before {
	content: none;
}

.form-list li > label {
	width: 30%;
	padding-right: 3%;
	text-align: right;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align:top;
}
.form-events_list li > label {
	vertical-align:baseline;
}
.form-list li > label.va-t, .form-list .description > label {
	vertical-align:top;
}
.form-list select, .form-list input[type="text"], .form-list input[type="search"], .options-container {
	width: 330px;
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
}

.form-list--search .options-container {
	min-width: 330px;
	width: 60%;
}


.courses-author-full {
	margin-left: 33%;
	border: 0;
	text-decoration: underline;
}

.courses-author-full:hover { text-decoration: none; }

.courses-search-button {
	width: 180px;
	font-size: 20px;
	font-size: 2rem;
	padding: 10px;
	padding: 1rem;
	border-radius: .3em;
	border: 0;
	color: #fff;
	text-shadow: 0 1px 1px #345c15;
	margin-left: 33%;
	background: #5c882e url('/images/en_courses_button_bg.png') 0 0 repeat-x;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-image: -webkit-linear-gradient(
		top,
		#86b556,
		#5f8c2f
	);
	background-image: -moz-linear-gradient(
		top,
		#86b556,
		#5f8c2f
	);
	background-image: -o-linear-gradient(
		top,
		#86b556,
		#5f8c2f
	);

	background-image: linear-gradient(
		to bottom,
		#86b556,
		#5f8c2f
	);
}

.breadcrumps {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 7px;
}

.ui-autocomplete a { border-bottom: none; display: block; }

/*Pagination*/
.letterlist {
	font-size: 1.4rem;
	margin: 1em 2em 1em 0;
}
.letterlist a:link, .letterlist a:visited {
	position: relative;
	display: inline-block;
	min-width: 16px;
	min-height: 16px;
	line-height: 16px;
	text-align: center;
	border-bottom: none;
	color: #000;
	padding: 7px;
}

.letterlist .active {
	font-weight: bold;
	position: relative;
	display: inline-block;
	min-width: 16px;
	min-height: 16px;
	line-height: 16px;
	text-align: center;
	border-bottom: none;
	color: #000;
	padding: 7px;
}
.letterlist .active:before {
	content: "";
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	left: 1px;
	border-radius: 100px;
	border: 1px solid #000;
}

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

.filter__label, .filter__input {
	cursor: pointer;
}

.filter__label:before, .filter__label:after {
	visibility: visible;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	line-height: 16px;
	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: 0;
	left: 0;
	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;
}


.post__content {
	margin: 0;
}

.detect_generatedcontent .sidebar_with-decor {
	padding-top: 200px;
}

/** courses **/

[id="body"] {
	padding-top: 50px;
}

div.edu_courses table, div.edu_courses td {
	border: none;
}
.theme_table_options label {
	margin: 0;
}

.field, .statusgenelective {
	font-weight: bold;
}
.statusgenelective {
	color: rgb(107,142,35);
}
.filter__item {
	line-height: 1.3;
}

.edu_courses {
	margin-top: 20px;
	border-radius: 5px;
	border: 1px solid #d2d2d2;
	padding: 10px 45px;
}

.odd_row {
	background: #ededed;
}
.b-program__inner {
	border-bottom: 1px solid #d2d2d2;
}
.b-program:hover {
	background: #f7f9e4;
}
.breadcrumbs + .b-program {
	background: transparent;
}
.b-program__inner {
	padding: 0 4.7em 2rem;
}

.post__text h2:first-child {
	margin: 0 0 .5em;
}

#setModulesButton {
	display: inline-block;
	position: relative;
	padding: 0.3em 0.6em;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight: bold;
	background: none;
	color: #000;
	border-radius: 9px;
	border: 1px solid #bbb;
	font-size: 90%;
	cursor: pointer;
	white-space: nowrap;
	outline: none;
}

.file_icon {
	position: relative;
	padding: 0;
	margin: 0;
}

.file_icon i {
	display: inline-block;
	float: none;
}

/*announcements*/

select.event-time {
	box-sizing: border-box;
	width: 50px;
}

.form-list input[id^="keyword_word_announcement"] {
	width: 265px;
}
.form-list input[id^="keyword_apply_announcement"] {
	width: 65px;
}


.g-day {
	padding: .75em .75em .3em;
	text-align: center;
}

/*projects*/

.searchform__box {
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 20px;
	margin: 2rem 0;
	width: 600px;
}

.project {
	margin-bottom: 1rem;
}

.project_yperiod {
	display: inline-block;
	color: #999;
	margin-right: .5em;
	font-size: .8em;
}

.bigyear {
	margin-bottom: .5rem;
	font: 120% 'FuturaPTWebDemi', "Helvetica Neue", Arial, sans-serif;
}

/*diss*/
.dissertation_title {
	font-size: 2.5rem;
}

.dissertation_title .en-title {
	font-size: 78%;
	font-style: italic;
	display: block;
}

.dissertation_title em {
	color: #999;
	display: block;
	font: normal 1.4rem Arial, sans-serif;
	margin-top: .8em;
}

.announcements {
	margin-bottom: .3em;
}

.annoucements_news {
	background: rgba(118, 102, 107, 0.07);
	padding: 30px;
}


@media (min-width: 768px) and (max-width: 1200px) {
	.annoucements_news .b-row__item {
		width: 50%;
	}
	.annoucements_news .b-row__item--size_full-md {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.sidebar_with-decor {
		display: none;
	}
}

.annoucements_news_list li {
	margin-bottom: 1em;
}

label.group_title {
	display: block;
	margin-bottom: .3em;
}


.button_outline {
	border: 1px solid #0042c4;
	color: #0042c4;
	background: transparent;
}

.button_outline:hover {
	color: #00349B;
	background-color: #00349B;
	background: transparent;
}

.filter_level {
	color: #9b9b9b;
	font-size: 16px;
	font-family: 'FuturaPTWebDemi', "Helvetica Neue", Arial, sans-serif;
}

.filter_level::before {
	content: attr(data-num);
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	margin-right: 7px;
	line-height: 18px;
	color: #fff;
	background: #9b9b9b;
	text-align: center;
	border-radius: 50%;
	font-size: 12px;
}


.filter_level span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.filter:first-child .filter_level span::after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: calc(100% + 10px);
	border-top: 2px solid #9b9b9b;
	border-right: 2px solid #9b9b9b;
	transform: rotate(45deg);
	width: 4px;
	height: 4px;
}
.filter:first-child .filter_level.active span::after {
	border-color: #00349B;
}
.filter_level.active {
	color: #1d5cd7;
}
.filter_level.active::before {
	background: #1d5cd7;
}

.annoucements_news .filter__item {
	margin-top: 8px;
}













