@import url('fonts.css');
@import url('base.css');

@-ms-viewport {
	width: device-width
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	height: 100%;
}

body {
	background-color: #F4F6F8;
	font-family: 'Merriweather', sans-serif;
	font-size: 14px;
	min-height: 100%;
	color: #373737;
	position: relative;
}

img {
	max-width: 100%;
	vertical-align: bottom
}

a {
	text-decoration: none;
	color: #3523a4
}

a:hover,
label:hover {
	color: #a41d31
}

h1,
.h1 {
	font-family: 'Merriweather', sans-serif;
	font-size: 30px;
}

h2,
.h2 {
	font-size: 20px;
	font-family: 'Merriweather', sans-serif;
	text-transform: uppercase;
	line-height: 24px
}

h3,
.h3 {
	font-size: 18px;
	color: #4c4c4c;
}

label {
	font-family: 'Merriweather', sans-serif;
	font-size: 16px;
	color: #4c4b4f;
	cursor: pointer
}

.hidden{
	display: none;
}

ul:empty {
	display: none;
}

.space-b {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.align-c {
	align-items: center;
}

.flex {
	display: flex;
}

.round-3 {
	border-radius: 3px
}

.round-5 {
	border-radius: 5px
}

.round-24 {
	border-radius: 24px
}

.round-180 {
	border-radius: 180px
}

.shadow-header-menu {
	box-shadow: 1px 2px 13px 0px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 1px 2px 13px 0px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 1px 2px 13px 0px rgba(0, 0, 0, 0.08)
}

.basket-popup-shadow {
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1)
}

.ac-shadow {
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.11);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.11);
	-ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.11)
}

.popup-shadow {
	box-shadow: 0px 12px 27px 0px rgba(26, 28, 30, 0.1);
	-webkit-box-shadow: 0px 12px 27px 0px rgba(26, 28, 30, 0.1);
	-ms-box-shadow: 0px 12px 27px 0px rgba(26, 28, 30, 0.1)
}

.w100 {
	width: 100%
}

.h100 {
	height: 100%;
}

.block {
	padding: 20px;
	background-color: #fff;
	margin-bottom: 20px;
}

.cadre-block {
	text-align: center;
}

.cadre-block a {
	font-size: 16px;
	font-weight: bold;
}

.absolute {
	position: absolute;
}

.break {
	display: block;
	width: 100%;
	margin-bottom: 60px;
}

.p20 {
	padding: 20px;
}

.language-box li,
.language-box a,
.profesors-title,
.read-more,
.has-nesting.first-lvl,
.nice-select span {
	white-space: nowrap;
}

.footer-content .column,
.footer-content .columns,
.video-box,
.photo-box,
.widgets .w-item a,
.btn-row,
#openMenua {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pager-items li a:hover,
.pager-items li.active span,
.n-content a.title,
.profesors-title,
.w-news .title,
.group-title,
.breadcrumbs li a {
	color: #3523a4;
}

footer,
.header-lrow,
.search-box form .field-wrap,
.pager-items li a,
.pager-items li:not(.dots) span {
	background-color: #003567;
}

input[type='text'],
input[type='email'],
input[type='password'],
textarea {
	border: 1px solid transparent;
	background-color: #f8f8f8;
	font-size: 14px;
	width: 100%;
	font-family: inherit;
	color: inherit;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input[type='text'],
input[type='email'],
input[type='password'] {
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}

input:disabled {
	opacity: 0.5;
	user-select: none;
	pointer-events: none;
}

textarea {
	padding: 10px !important;
	resize: vertical;
	height: 150px;
	max-height: 200px;
	min-height: 200px;
}

input[type='text']:not([name="q"]):focus,
input[type='email']:focus,
input[type='password']:focus,
textarea:focus {
	border: 1px solid #dedede;
}

label.styled {
	line-height: 26px;
}

label.styled input[type='checkbox']+i {
	background-color: #fff;
	border: 1px solid #d6d6d6;
	display: inline-block;
	width: 26px;
	height: 26px;
	margin: 0 10px 0 0;
}

label.styled input[type='checkbox']:checked+i {
	background-image: url('../images/checkbox-active.png');
	background-position: center center;
	background-repeat: no-repeat
}

label.styled input[type='checkbox'] {
	display: none
}

.fa,
.fas {
	font-family: "Fontawesome";
}

li.logo {
	flex: 1;
}

li.logo img {
	vertical-align: middle;
}


li.logo span {
	font-size: 20px;
	color: #003567;
	text-decoration: none;
	vertical-align: middle;
}

.photo.side-left {
	margin: 0 15px 15px 0;
}

.btn-row {
	width: 100%;
	margin: 30px 0;
}

.btn {
	font-size: 14px;
	background-color: #003567;
	color: #fff;
	border: 0;
	border-radius: 3px;
	padding: 10px 20px;
	display: inline-block;
	cursor: pointer;
	font-family: inherit;
}

.btn2 {
	font-size: 14px;
	background-color: #848484;
	color: #fff;
	border: 0;
	border-radius: 3px;
	padding: 10px 20px;
	display: inline-block;
	cursor: pointer;
	font-family: inherit;
}

.btn:hover,
.btn:focus {
	background-color: #1a3d7b;
	color: #fff
}

.btn-small {
	height: 36px;
	line-height: 38px
}

.btn-middle {
	height: 40px;
	line-height: 42px
}

.btn-large {
	height: 53px;
	line-height: 55px
}

.btn-xlarge {
	height: 70px;
	line-height: 72px
}

.btn-box .fa-spinner {
	display: none
}

form.waiting .btn-box .fa-spinner {
	display: inline-block
}

form.waiting .btn-box .btn {
	display: none
}

input.error,
textarea.error,
.error {
	border: 1px solid #d20a2b !important
}

.success,
.green {
	color: #1f9c07
}

.red {
	color: #e61616;
}

.bg-grey {
	background-color: #999;
}

.clear {
	clear: both;
}

.site {
	height: 100%;
	min-height: 100%
}

.wrap {
	max-width: 1270px;
	padding: 0 20px;
	margin: 0 auto;
}

.content {
	position: relative;
	padding-bottom: 60px;
	margin-bottom: 30px;
	float: right;
	width: calc(100% - 320px);
	min-height: 500px;
}

.all-content {
	position: relative;
}

.side-content {
	min-height: 550px;
	margin-bottom: 60px;
	margin-right: 20px;
	width: 300px;
	float: left;
}

.btn-box .fa-spinner {
	font-size: 30px;
	color: #004c9d;
	line-height: 70px
}

.loading {
	background-image: url('../images/ajax-loader.gif');
	background-position: center center;
	height: 50px;
	background-repeat: no-repeat
}

.h1-box {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

header {
	background: #fff;
}

ul#nav {
	width: 100%;
}

.header-frow {
	padding: 0;
	min-height: 110px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	position: relative;
}

.header-lrow {
	min-height: 70px;
	margin-bottom: 20px;
	position: relative;
	border-top: solid 5px #FFCB00;
}

#home-slider {
	display: none;
}

.logo a {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	margin-right: 10px;
}

.share li a {
	display: inline-block;
	width: 36px;
	height: 36px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.share li a.fb {
	background-image: url('../images/fb.svg');
}

.share li a.vk {
	background-image: url('../images/wk.svg');
}

.share li a.ok {
	background-image: url('../images/ok.svg');
}

.share li a.tw {
	background-image: url('../images/tw.svg');
}

.share li a.mir {
	background-image: url('../images/mir.png');
	background-size: 27px;
}

.language-box {
	min-width: 80px;
	padding: 0 10px;
	z-index: 5;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}

.language-box img {
	margin-right: 3px;
	vertical-align: top;
}

.language-box span {
	font-size: 0.95em;
	vertical-align: unset;
	text-transform: uppercase;
}

.language-box a {
	display: inline-block;
	width: 100%;
}

.language-box a:not(:hover),
.active-lang {
	color: #878787;
	cursor: pointer;
}

.share-box {
	margin: -4px;
}

.active-lang,
.inactive-lang {
	padding: 10px;
	position: relative;
}

.active-lang:before {
	content: '';
	height: 20px;
	width: 1px;
	background-color: #dadada;
	display: inline-block;
	margin: 0 5px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.active-lang:hover+.inactive-lang {
	visibility: visible;
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.inactive-lang:not(:hover) {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}

.inactive-lang {
	position: absolute;
	z-index: 99;
	min-width: 90px;
	right: 0;
	background: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
	box-shadow: 0 0 5px rgba(0, 0, 0, .15);
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.lang-list li:not(:last-child) {
	margin-bottom: 10px;
}

.search-box {
	position: relative;
}

.search-box form .field-wrap {
	position: absolute;
	right: 0;
	top: 55px;
	visibility: hidden;
	z-index: 9;
	opacity: 0;
	-webkit-box-shadow: 0 7px 7px rgba(0, 0, 0, 0.5);
	box-shadow: 0 7px 7px rgba(0, 0, 0, 0.5);
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all 0.5s cubic-bezier(0, 1.22, 0.66, 1.39);
	-o-transition: all 0.5s cubic-bezier(0, 1.22, 0.66, 1.39);
	transition: all 0.5s cubic-bezier(0, 1.22, 0.66, 1.39);
}

.search-box form .field-wrap:focus {
	background-color: lime;
}

.search-box form .field-wrap.open {
	opacity: 1;
	visibility: visible;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.search-box form input {
	display: block;
	height: 40px;
	min-width: 250px;
	border: 4px solid #003567;
	border-radius: 7px;
	padding: 0 10px;
	font-size: 1em;
	background-color: #fff;
}

.search-box form .btn-search {
	width: 40px;
	height: 40px;
	background-image: url(../images/find.svg);
	background-repeat: no-repeat;
	background-size: 16px;
	background-color: #ffcb00;
	border-radius: 50%;
	background-position: center;
}

.search-box form .btn-search:hover,
.search-box form .btn-search.open {
	background-color: #fff;
}

#adaptiveMenu {
	width: calc(100% - 40px);
}

#openMenu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	height: 35px;
	left: 0;
	top: 16px;
	visibility: hidden;
}

#openMenu a {
	font-family: 'Arial', sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-size: 30px;
}

#openMenu a:before {
	font-family: 'Fontawesome';
	content: '\f0c9';
	margin-right: 5px;
}

nav {
	max-width: 100%;
}

ul.breadcrumbs {
	display: inline-block;
	margin-bottom: 20px;
}

ul.breadcrumbs li a:hover {
	text-decoration: underline;
}

ul.breadcrumbs li a:after {
	display: inline-block;
	font-family: 'FontAwesome';
	content: '\f054';
	color: inherit;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	font-size: 11px;
	margin-left: 5px;
}

ul.breadcrumbs li:last-child a:after {
	display: none;
}

footer {
	border-top: solid 5px #FFCB00;
	min-height: 400px;
	width: 100%;
}

.footer-content {
	width: 100%;
	height: calc(100% - 75px);
	min-height: 320px;
}

.footer-content .column {
	margin-right: 30px;
	min-width: 150px;
}

.footer-content .column.fb {
	min-width: 350px;
}


.footer-content .columns {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	color: #fff;
	padding: 20px 0;
}

.footer-content .columns .title {
	margin: 15px 0;
	color: #fff;
}

.bottom-banner {
	flex-wrap: wrap;
	min-height: 75px;
	background-color: #23427F;
}

.bottom-banner>div {
	min-height: 70px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #d3dde6;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.f-menu-item {
	font-size: 16px;
	line-height: 1.7;
	color: #FFB400;
}


#videoplayer {
	width: 100%;
	height: 65vw;
	max-height: 600px;
	margin-bottom: 20px;
}

.video-box,
.photo-box {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.video-box li.v-item,
.photo-box li.p-item {
	width: calc(33.33% - 10px);
	min-width: 280px;
	margin: 5px;
	height: auto;
	-webkit-box-shadow: 0 0 4px 1px #dedede;
	box-shadow: 0 0 4px 1px #dedede;
	border-radius: 3px;
}

.video-box li.v-item li.photo,
.video-box li.v-item li.photo {
	position: relative;
}

.video-box li.v-item li.photo a:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #00000099;
	opacity: 0;
	-webkit-transition: 150ms;
	-o-transition: 150ms;
	transition: 150ms;
}

.video-box li.v-item li.photo a:before {
	content: '\f144';
	display: block;
	color: #ffcb00;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 5;
	font-size: 50px;
	font-family: 'FontAwesome';
	opacity: 0;
	-webkit-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

.video-box li.v-item:hover li.photo a:before {
	opacity: 1;
	font-size: 70px;
}

.video-box li.v-item:hover li.photo a:after {
	opacity: 1;
}

.v-item li.text,
.p-item li.text {
	background: #fff;
	height: 45px;
	padding: 5px 10px;
	border-radius: 0 0 3px 3px;
}

.v-item li.text a,
.p-item li.text a {
	color: #5f5f5f;
	display: inline-block;
	width: 100%;
	text-align: center;
}

li.v-item:hover li.text a,
li.p-item:hover li.text a {
	color: #ffcb00;
}

li.photo a {
	width: 100%;
	-webkit-transition: 150ms;
	-o-transition: 150ms;
	transition: 150ms;

}

.p-item li.photo a img,
.v-item li.photo a img {
	display: block;
	margin: auto;
	height: 170px;
	min-width: 100%;
	border-radius: 3px 3px 0 0;
}

li.photo a img.no-image {
	-o-object-fit: none;
	object-fit: none;
}

li.photo a img.image {
	-o-object-fit: cover;
	object-fit: cover;
}

li a.title {
	font-size: 85%;
	display: inline-block;
}

.pager-box {
	margin-top: 20px;
}

.pager-items li a,
.pager-items li span {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 1.1em;
	border-radius: 50%;
	margin-right: 5px;
}

.pager-items li.active span {
	background-color: #ffcb00;
}

.pager-items li.dots span {
	font-size: 36px;
	color: #1B3058;
}

.pager-items li a:hover {
	background-color: #ffcb00;
}

.pager-items li a {
	color: #fff;
	-webkit-transition: 50ms;
	-o-transition: 50ms;
	transition: 50ms;
}

.uppon-title {
	margin-bottom: 10px;
}

.object-gallery {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.object-gallery figure {
	margin: 0 10px 10px 0;
	width: calc(33.33% - 10px);
	max-width: 380px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 4px 1px #dedede;
	box-shadow: 0 0 4px 1px #dedede;
}

.object-gallery figure img {
	border-radius: 2px;
}

.news-box {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.news-box .n-item {
	border-bottom: 1px solid #dedede;
	width: calc(50% - 10px);
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.news-box .n-item ul {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.news-box li.photo img {
	width: 220px;
	height: 165px;
	display: block;
	-o-object-fit: scale-down;
	object-fit: scale-down;
}

li.n-content {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 10px;
	-ms-grid-row-align: stretch;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

li.n-item li.photo {
	outline: 1px solid #ececec;
	height: 165px;
}

li.n-content .n-btn {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #ff9800;
}

li.n-content .n-btn:hover {
	text-decoration: underline;
}

li.n-item a {
	display: inline-block;
}

li.n-content a.title {
	margin-top: 5px;
	font-weight: 700;
	font-size: 1em;
	max-height: 125px;
	overflow: hidden;
}

.news-box p.date {
	margin: 0;
	line-height: 10px;
	color: #6d6d6d;
}

.profesors-box {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 60px;
	align-items: flex-start;
}

.profesors-box .p-item {
	text-align: center;
	width: 160px;
	padding: 5px;
	margin: 5px 5px 10px;
}

.profesors-title {
	font-weight: 700;
	text-align: center;
	display: block;
	font-size: 1em;
	margin: 10px 0;
	width: 100%;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.profesors-box .p-item img {
	-o-object-fit: contain;
	object-fit: contain;
}

.profesors-positions {
	margin: 0;
	font-size: 12px;
	overflow: hidden;
	color: #808080;
}

.slider-wrapper {
	max-width: 100%;
	position: relative;
	margin-bottom: 20px;
}

.slider-nav {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 150px;
	height: 50px;
	bottom: 0;
	right: 0;
}

.slider-nav .slick-btn {
	width: 50px;
	height: 50px;
	background-color: rgba(255, 255, 255, 0.3);
}

#homeSlider .sliderElem img {
	width: 100%;
}

.widgets {
	width: 100%;
	margin-bottom: 20px;
}

.widgets .w-item {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: calc(33% - 10px);
	height: 230px;
	background-color: #dedede;
	background-size: cover;
	position: relative;
}

.widgets .w-item a {
	width: 100%;
	height: 100%;
}

.widgets .w-item:not(:last-child) {
	margin-right: 20px;
}

.widgets .w-item:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: rgba(0, 0, 0, .5);
}

.widgets .w-item:hover:after {
	background: rgba(0, 0, 0, .7);
}

.widgets .w-item .w-title {
	color: #fff;
	line-height: 1.5em;
	padding: 0 0 5px;
	font-weight: normal;
	font-size: 22px;
	text-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 1;
}

.widgets .w-item:hover .w-title:after {
	width: 160px;
	opacity: 0.9;
}

.widgets .w-item .w-title:after {
	position: absolute;
	bottom: -15px;
	left: 50%;
	width: 100px;
	height: 1px;
	background: #FFB400;
	opacity: 0.9;
	content: '';
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
}

.widgets .w-item.itm-1 {
	background-image: url('../images/banner-1.jpeg');
}

.widgets .w-item.itm-2 {
	background-image: url('../images/banner-2.jpeg');
}

.widgets .w-item.itm-3 {
	background-image: url('../images/banner-3.jpeg');
}

.about-widget {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 20px;
}

h3.title {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dedede;
}

.w-columns {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.w-column {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}

.w-column.f40 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
}

.w-column.f40 img {
	min-width: 100%;
}

.w-column:first-child {
	padding-right: 20px;
}

.w-columns p.text {
	margin-top: -2px;
	text-align: justify;
	max-height: 340px;
	overflow: hidden;
}

.w-columns img.list-news {
	width: 150px;
	max-width: 150px;
	height: 90px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
	margin-right: 10px;
}

.w-columns img.main {
	margin-bottom: 20px;
}

li.w-news {
	margin-bottom: 10px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

li.w-news .title.main {
	font-size: 1.1em;
}

.side-menu li {
	margin-bottom: 10px;
}

.side-menu li a:hover {
	text-decoration: underline;
}

.side-search-form {
	position: relative;
}

.side-search-form input[type="text"] {
	background: #fff;
	border: 1px solid #dedede;
	height: 50px;
	border-radius: 2px;
}

.side-search-form .btn {
	position: absolute;
	color: transparent;
	right: 26px;
	width: 40px;
	height: 40px;
	background-image: url('../images/find-white.svg');
	background-repeat: no-repeat;
	background-position: center;
}

/* ----------------------------------------- VOTINGS ----------------------------------------- */

.check-row input[type="radio"] {
	display: none;
}

.check-row label {
	position: relative;
	display: block;
	margin-bottom: 7px;
	font-size: 0.9em;
	line-height: 13px;
	text-indent: -19px;
	margin-left: 19px;
}

.check-row label:before {
	content: '';
	font-size: 1em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 1px solid gray;
	border-radius: 50%;
	vertical-align: -2px;
	margin-right: 4px;
}

.check-row input[type="radio"]:checked+label:after {
	content: '';
	font-size: 1em;
	display: inline-block;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	position: absolute;
	left: -17px;
	top: 2px;

	background-color: gray;
}

.vottings-block input[type="submit"] {
	margin-top: 10px;
}

li.votings-percent {
	position: relative;
	margin: 3px 0;
	background: #e6e6e6;
	border-radius: 3px;
	height: 20px;
}

li.votings-percent span {
	content: '';
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #93c0ff;
	border-radius: 3px;
	font-size: 0.9em;
	line-height: 20px;
	text-indent: 5px;
}

.filter-box {
	display: block;
	float: none;
	margin-bottom: 20px;
}

.filter-box .list-row {
	margin-bottom: 10px;
}

.filter-box .list-name {
	min-width: 100px;
}

.list-row.button {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.group-title {
	width: 100%;
	font-size: 1.3em;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 4px solid #003567;
}


.professors-box {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: 30px;
}

.professors-box p {
	margin: 0;
	margin-bottom: 10px;
}

.professors-box .p-all_info {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.professors-box .p-image {
	margin-right: 15px;
}

.empl,
.key,
.read-more {
	color: #ff8c00;
}

.rst {
	color: inset;
}

.find-box-item {
	margin: 15px 0;
}

.find-box-item:not(:last-child) {
	padding-bottom: 15px;
	border-bottom: 1px solid #dedede;
}


/* ----------------------------------------- MEDIA SCREEN ----------------------------------------- */

@media only screen and (max-width: 1200px) {
	.news-box .n-item {
		width: 100%;
	}

	.footer-content .columns {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer-content .column {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 35%;
		flex: 0 0 35%;
		min-width: 370px;
	}

	.side-content {
		width: 250px;
	}

	.content {
		width: calc(100% - 270px);
	}

	.about-widget .w-columns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.w-columns {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.w-column {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.w-column:first-child {
		padding: 0;
	}

	.w-column:last-child {
		padding-bottom: 20px;
	}
}

@media only screen and (max-width: 850px) {
	.all-content {
		display: -webkit-inline-flex;
		display: -moz-inline-flex;
		display: -ms-inline-flex;
		display: -o-inline-flex;
		display: inline-flex;
		flex-direction: column-reverse;
		align-items: stretch;
		width: 100%;
	}

	.footer-content .column {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		margin-right: 0;
		margin-bottom: 5px;
		min-width: 100%;
	}

	.footer-content .column.fb,
	.footer-content .column.map {
		margin-right: 0;
	}

	.widgets {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.widgets .w-item {
		width: 100%;
	}

	.widgets .w-item:not(:last-child) {
		margin: 0;
		margin-bottom: 20px;
	}

	.content,
	.side-content {
		width: 100%;
		padding: 0;
		margin: 0;
		margin-top: 20px;
	}

}

@media only screen and (min-width: 769px) {
	.header-lrow {
		min-height: 70px;
	}

	nav {
		height: 65px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: auto;
	}

	nav ul,
	.menu-more ul {
		background-color: #003567;
		z-index: 2;
	}

	ul li {
		position: relative;
	}

	ul.nesting {
		visibility: hidden;
		position: absolute;
		opacity: 0;
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
		width: 261px;
		top: 52px;
		border: 1px solid #23427F;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all 150ms ease-out;
		-o-transition: all 150ms ease-out;
		transition: all 150ms ease-out;
	}

	ul.nesting.open {
		visibility: visible;
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	ul.nesting li,
	ul.nesting li a {
		width: 100%;
	}

	nav .to-right ul,
	.menu-more .to-right ul {
		left: 260px;
		top: -1px;
	}

	nav .to-left ul,
	.menu-more .to-left ul {
		left: -260px;
		top: -1px;
	}

	ul.nesting li:not(:first-child) {
		border-top: 1px solid #23427F;
	}

	nav li a,
	.menu-more li a {
		color: #fff;
		padding: 10px;
		font-size: 1.1em;
		display: inline-block;
	}

	nav li a:hover,
	nav li a:active,
	.menu-more li a:active,
	.menu-more li a:hover,
	a.selected,
	a.active {
		color: #FFB400;
	}

	li a.has-nesting {
		width: 100%;
		padding-right: 30px;
	}

	li a.has-nesting.first-lvl:after {
		content: '\f078';
	}

	li a.has-nesting:after {
		content: '\f054';
	}

	li a.has-nesting.first-lvl:after,
	li a.has-nesting:after {
		font-family: 'FontAwesome';
		width: 20px;
		height: 20px;
		line-height: 17px;
		font-size: 10px;
		text-align: center;
		position: absolute;
		right: 5px;
		top: 0;
		bottom: 0;
		margin: auto;
	}

	.dropAdativeMenu {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
		opacity: 0;
	}

	.menu-more-btn {
		min-width: 45px;
	}

	.menu-more {
		background-color: #003567;
		display: none;
		position: static;
		top: 65px;
		height: 66px;
		border-top: 1px solid #23427F;
		left: 0;
		width: 100%;
		z-index: 2;
	}

}

@media only screen and (max-width: 768px) {
	li.n-content a.title {
		font-size: 0.9em;
	}

	li.n-item li.photo {
		height: auto;
		width: 35%;
	}

	.news-box li.photo img {
		height: auto;
		display: inline;
	}

	h1 {
		font-size: 17px;
	}

	iframe[src*="youtube.com"],
	iframe[src*="google.com"] {
		width: 100% !important;
		height: 75vw;
	}

	iframe[title="reCAPTCHA"] {
		height: 78px;
	}

	.header-lrow {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.menu-more-btn {
		display: none;
	}

	#openMenu {
		visibility: visible;
	}

	#adaptiveMenu {
		width: 100%;
		margin-bottom: 20px;
		display: none;
		-ms-grid-row-align: stretch;
		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		align-self: stretch;
	}

	#adaptiveMenu ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	#nav ul.nesting {
		margin-left: 30px;
		max-height: 0px;
		overflow: hidden;
		opacity: 0;
		-webkit-transition: all 150ms ease-in;
		-o-transition: all 150ms ease-in;
		transition: all 150ms ease-in;
	}

	#nav ul.nesting.open {
		max-height: 1600px;
		opacity: 1;
		-webkit-transition: all 150ms ease-in 70ms;
		-o-transition: all 150ms ease-in 70ms;
		transition: all 150ms ease-in 70ms;
	}

	.space-b {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.h1-wrapper {
		flex-direction: row;
	}

	.search-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end;
		-webkit-box-flex: 65px;
		-ms-flex: 65px;
		flex: 65px;
	}

	#nav li:not(.menu-more-btn) {
		display: inline-block;
		width: 100%;
	}

	#nav li:not(:nth-last-child(-n+2)) {
		border-bottom: 1px solid rgba(255, 255, 255, .1);
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	#nav a {
		display: inline-block;
		width: 100%;
		color: #fff;
		padding: 10px 0;
		padding-right: 30px;
		position: relative;
	}

	#nav a.has-nesting:after {
		font-family: 'FontAwesome';
		content: '\f078';
		width: 20px;
		height: 20px;
		line-height: 17px;
		font-size: 16px;
		text-align: center;
		position: absolute;
		right: 5px;
		top: 0;
		bottom: 0;
		margin: auto;
		opacity: .6;
	}

	.bottom-banner>div {
		flex-direction: column;
	}

	@-webkit-keyframes fadeDown {
		from {
			opacity: 0;
			visibility: hidden;
		}

		to {
			opacity: 1;
			visibility: visible;
		}
	}

	@keyframes fadeDown {
		from {
			opacity: 0;
			visibility: hidden;
		}

		to {
			opacity: 1;
			visibility: visible;
		}
	}
}

@media only screen and (max-width: 680px) {

	.header-frow {
		padding: 20px 0 70px;
	}

	.share-box {
		position: absolute;
		bottom: 15px;
		left: 0;
		right: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.logo img {
		width: 4em;
	}

	.logo span.logo-text {
		display: inline-block;
		min-width: 140px;
		max-width: 55%;
		font-size: 15px;
		font-weight: 300;
	}

	.video-box li.v-item,
	.photo-box li.p-item {
		width: 100%;
		margin-bottom: 10px;
	}

	.p-item li.photo a img,
	.v-item li.photo a img {
		height: 52vw;
		max-height: 210px;
	}

	.object-gallery figure {
		width: calc(50% - 10px);
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 5px;
	}
}

@media only screen and (max-width: 480px) {
	.wrap {
		padding: 0 15px;
	}

	.profesors-box {
		flex-direction: column;
		align-items: center;
	}

	.about-widget,
	.block {
		padding: 10px;
	}

	.filter-box .list-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.filter-box .list-name {
		margin-bottom: 10px;
	}

	.nice-select .option {
		white-space: normal !important;
		line-height: normal !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 10px 0;
	}

	.nice-select .option:not(:last-child) {
		border-bottom: 1px solid #dedede;
	}

	.nice-select span {
		overflow: hidden;
		display: block;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
	}

	.side-search-form .btn {
		right: 17px;
	}
}

.top-event-block {
	width: 100%;
	border: 1px solid #333;
	margin-bottom: 20px;
}

.top-event-block .top-event-short-text,
.top-event-block .top-event-header {
	min-height: 60px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 15px;
	text-align: justify;
}

.top-event-block .top-event-header {
	background-color: #333;
	color: #fff;
	text-align: center;
}

.top-event-block .top-event-short-text {
	color: #333;
}

.top-event-title a {
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
	text-align: center;
}

.event-block {
	width: 100%;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.event-block .event-title a {
	/*font-size: 16px;*/
	font-weight: bold;
	color: #3523a4;
}

.all-events {
	color: #3523a4;
}

#homePartners {
	width: calc(100% - 80px);
	max-width: 870px;
	margin: auto;
}

#homePartners .partner-item {
	display: block;
}

#homePartners .partner-item a {
	display: block;
	max-width: 200px;
	padding: 0 10px;
	margin: auto;
}

.votings-title {
	font-size: 12px;
}

.vottings-block ul {
	margin-bottom: 10px !important;
}

.g-recaptcha {
	transform: scale(0.85);
	-webkit-transform: scale(0.85);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
}

#recaptcha-anchor.error .recaptcha-checkbox-border {
	border-color: red
}

#form-recaptcha.error>div {
	border: 1px solid red;
}

#form-recaptcha {
	border: none !important
}

.privacy-overview-open{
	position: fixed;
	bottom: 1em;
	right: 1em;
}

.privacy-overview-open-logo{
	border-radius: 50%;
	background-color:rgb(237, 237, 237);
	height: 60px;
	width: 60px;
	cursor: pointer;
}

#primary-privacy-overview {
	padding: 2em;
	max-width: 24em;
	color: rgb(0, 0, 0);
	background-color: rgb(237, 237, 237);
	position: fixed;
	bottom: 1em;
	right: 1em;
	font-size: 16px;
	line-height: 1.5em;
	font-family: Helvetica, Calibri, Arial, sans-serif;
	z-index: 99;
}

#primary-privacy-overview .text {
	margin-bottom: 1em
}

form small {
	color: #d20a2b;
	margin-top: 5px !important;
	display: inline-block;
}

.popup-overlay:not(.hidden) {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	z-index: 999;
}

.overlay:target {
	visibility: visible;
	opacity: 1;
}

.popup {
	margin: 50px auto;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	width: 100%;
	max-width: 500px;
	min-height: 50vh;
	position: relative;
	transition: all .2s ease-in-out;
	overflow-y: auto;
	max-height: 90vh;
}

.popup-between{
	justify-content: space-between;
}

.popup .close {
	transition: all 200ms;
	font-size: 40px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

.popup-accordion {
	max-width: 100%;
	text-align: left;
}

.popup-accordion label[for^='cookie-']{
	justify-content: space-between;
}

.popup-accordion h4{
	color: #003567;
	position: relative;
	margin-left: 15px;
}

.popup-accordion h4::before {
	position: absolute;
	top: 6px;
	left: -14px;
	width: 7px;
	height: 7px;
	border-right: 1px solid #4a6e78;
	border-bottom: 1px solid #4a6e78;
	content: "";
	transform: rotate(-45deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-right: 10px;
}

.popup-accordion article {
	border: 1px solid #444;
	padding: 1em;
	margin: 1em auto;
}

.popup-accordion input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: fixed;
	top: -100vh;
	left: -100vh;
}

.popup-accordion input[type=radio] ~ div {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s;
}

.popup-accordion input[type=radio]:checked ~ div {
	max-height: 200px;
}

.popup-accordion input[type=radio]:checked ~ label > h4::before{
	transform: rotate(45deg);
}

.popup-accordion .switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 28px;
}

.popup-accordion .switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.popup-accordion .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .1s;
	transition: .1s;
}

.popup-accordion .slider::before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .1s;
	transition: .1s;
}

.popup-accordion input:checked+.slider {
	background-color: #003567;
}

.popup-accordion input:focus+.slider {
	box-shadow: 0 0 1px #003567;
}

.popup-accordion input:checked+.slider:before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

/* Rounded sliders */
.popup-accordion .slider.round {
	border-radius: 34px;
}

.popup-accordion .slider.round:before {
	border-radius: 50%;
}