/*
Theme Name: kpfu
Author: KPFU team
Author URI: https://kpfu.ru
Description:  Theme for English version
Version: 1.3
Text Domain: kpfu
*/

@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700');
@import url('https://fonts.googleapis.com/css?family=PT+Serif:400');
@import url('https://fonts.googleapis.com/css?family=Roboto');

@font-face {
  font-family: 'PTSansCaption';
  src: url('fonts/PT_Sans-Caption-Web-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}

.hidden {
  display: none;
}

/* Updated 17.12.2020 by Sergey Mochalov */

.page-image > img {
  width: 100%;
}

em {
  color: #3b3b3b;
}


/* Galleries */

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 3em 0 3em -0.8em;
  width: calc(100% + 1.6em);

}

.gallery-item {
  margin: 0.8em 0;
  padding: 0 0.8em;
  width: 100%;
  box-sizing: border-box;
}

.gallery-caption {
  display: block;
  margin-top: 0.8em;
}

/* Vanilla Galleries */

.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%;
}


/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.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;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}



.smm-link {
  border-radius: 50%;
  background-color: #00549f;
  max-width: 100px;
  display: inline-block;
  padding: 1em;
}

.smm-link > svg {
  width: 28px;
  height: 28px;
}

.dropdown-menu {
  z-index: 100000 !important;
}


/* Other */

.iScrollVerticalScrollbar .iScrollIndicator {
  background-color: #00549f !important;
  border: none !important;
  border-radius: 0 !important;
}


.loader-wrapper {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url(https://students.kpfu.ru/sharing/images/logo.png) center center no-repeat #012a77;
}

.cssload-loader {
  position: absolute;
  top: calc(50% - 165px);
  left: calc(50% - 165px);
  width: 330px;
  height: 330px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  perspective: 4700px;
}

.cssload-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.cssload-inner.cssload-one {
  left: 0%;
  top: 0%;
  animation: cssload-rotate-one 1.15s linear infinite;
  -o-animation: cssload-rotate-one 1.15s linear infinite;
  -ms-animation: cssload-rotate-one 1.15s linear infinite;
  -webkit-animation: cssload-rotate-one 1.15s linear infinite;
  -moz-animation: cssload-rotate-one 1.15s linear infinite;
  border-bottom: 12px solid white;
}

.cssload-inner.cssload-two {
  right: 0%;
  top: 0%;
  animation: cssload-rotate-two 1.15s linear infinite;
  -o-animation: cssload-rotate-two 1.15s linear infinite;
  -ms-animation: cssload-rotate-two 1.15s linear infinite;
  -webkit-animation: cssload-rotate-two 1.15s linear infinite;
  -moz-animation: cssload-rotate-two 1.15s linear infinite;
  border-right: 12px solid white;
}

.cssload-inner.cssload-three {
  right: 0%;
  bottom: 0%;
  animation: cssload-rotate-three 1.15s linear infinite;
  -o-animation: cssload-rotate-three 1.15s linear infinite;
  -ms-animation: cssload-rotate-three 1.15s linear infinite;
  -webkit-animation: cssload-rotate-three 1.15s linear infinite;
  -moz-animation: cssload-rotate-three 1.15s linear infinite;
  border-top: 12px solid white;
}

@keyframes cssload-rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@-o-keyframes cssload-rotate-one {
  0% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@-ms-keyframes cssload-rotate-one {
  0% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@-webkit-keyframes cssload-rotate-one {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@-moz-keyframes cssload-rotate-one {
  0% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@keyframes cssload-rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@-o-keyframes cssload-rotate-two {
  0% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@-ms-keyframes cssload-rotate-two {
  0% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@-webkit-keyframes cssload-rotate-two {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@-moz-keyframes cssload-rotate-two {
  0% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@keyframes cssload-rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

@-o-keyframes cssload-rotate-three {
  0% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

@-ms-keyframes cssload-rotate-three {
  0% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

@-webkit-keyframes cssload-rotate-three {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

@-moz-keyframes cssload-rotate-three {
  0% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

.alm-btn-wrap .alm-load-more-btn.done {
  display: none;
}

.popup-wrapper .popup-title {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 27px;
  font-weight: bold;
}


html, body {
  padding: 0;
  margin: 0;
  background-color: white;
  font-family: 'PT Serif', serif;
  font-size: 16px;
  line-height: 22px;
  color: #3b3b3b;
}

* {
  font-smooth: antialiased;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (max-width: 1219px) {
  .uk-container {
    max-width: inherit !important;
  }
}

.blue-btn {
  background-color: #00549f;
  border-radius: 5px;
  font-family: 'PTSansCaption';
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: white;
  cursor: pointer;
}

.blue-btn:hover {
  color: #aaa9a9;
}

#search-area {
  margin-top: -52px;
  background-color: #00549f;
}

#search-area input[type="text"] {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: none;
  background: none;
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  color: white;
  outline: none;
}

#search-area input[type="text"]::-webkit-input-placeholder {
  color: white
}

#search-area input[type="text"]::-moz-placeholder {
  color: white
}

#search-area input[type="text"]:-moz-placeholder {
  color: white
}

#search-area input[type="text"]:-ms-input-placeholder {
  color: white
}

header {
  font-family: 'PTSansCaption';
}

@media only screen and (max-width: 1099px) {
  header.desktop {
    display: none;
  }
}

@media only screen and (min-width: 1100px) {
  header.mobile {
    display: none;
  }
}

header.mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 999;
  background-color: white;
  box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.5);
}

header.mobile .uk-container {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header.mobile .uk-container:before,
header.mobile .uk-container:after {
  display: none;
}

header.mobile .header-left {
  flex: 0 0 60px;
  max-width: 60px;
}

header.mobile .header-right a {
  font-size: 20pt;
}

#mobile-menu {
  background-color: white;
}

#mobile-menu .mm-panels {
  top: 45px;
}

#mobile-menu .mm-navbar {
  height: 44px;
}

#mobile-menu .mm-panel_has-navbar {
  padding-top: 45px;
}

#mobile-menu .mm-navbar a,
#mobile-menu .mm-navbar > *,
#mobile-menu .fa {
  color: #0A4190;
}

#mobile-menu .mm-navbar__title {
  font-size: 20px;
  line-height: 24px;
}

#mobile-menu .mm-btn:after,
#mobile-menu .mm-btn:before,
#mobile-menu .mm-listitem .mm-btn_next:after {
  border-color: #0A4190;
}

#mobile-menu .mm-listitem .fa {
  margin: 0 20px 0 5px;
  font-size: 16px;
  width: 12px;
  text-align: center;
}

#mobile-menu .mm-listitem a {
  font-size: 20px;
  line-height: 26px;
  color: black;
}

/*header.mobile .links-list {
	width: 500px;
}

@media only screen and (min-width: 1220px) {
	header .links-list {
		display: none;
	}
}

@media only screen and (max-width: 959px) {
	header.mobile .links-list {
		display: none;
	}
}

header.mobile .links-list a.btn {
	margin: 0;
	padding: 5px 10px;
	font-size: 14px;
	text-transform: none;
	color: #3b3b3b;
}*/

header .social-list a.btn {
  margin: 0;
  padding: 5px 10px;
  font-size: 24px;
  color: #3b3b3b;
}

header .social-list a.btn:hover {
  color: #00549f;
}

header .dropdown {
  position: relative;
}

header .dropdown-toggle {
  position: relative;
  padding-right: 20px;
  display: block;
}

header .dropdown-toggle:hover {
  text-decoration: none;
}

header .dropdown-toggle img {
  display: inline-block;
  width: 30px;
}

header .dropdown-toggle .caret {
  position: absolute;
  top: 10px;
  right: 5px;
  font-family: FontAwesome;
  font-size: 15px;
  color: #00549f;
}

header .dropdown-toggle .caret:before {
  content: "\f0d7";
}

header .dropdown-menu {
  position: absolute;
  z-index: 999;
  top: 60px;
  right: -10px;
  padding: 0;
  margin: 0;
  width: 180px;
  list-style: none;
  background-color: white;
}

header .dropdown-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 30px;
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #3b3b3b;
}

header .dropdown-menu li a:hover {
  text-decoration: none;
  background-color: transparent;
  box-shadow: none;
  color: #00549f;
  cursor: pointer;
}

header .dropdown-menu li a img {
  display: inline-block;
  max-width: 30px;
}

header .icons-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 115px;
}

header .icons-list a img {
  display: inline-block;
  width: 25px;
  height: 25px;
}

/*header.mobile > .uk-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

header.mobile .uk-container {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-between;
}

header.mobile .uk-container:before,
header.mobile .uk-container:after {
	display: none;
}

header.mobile .header-menu .menu {
	padding: 0;
	margin: 0;
	list-style: none;
}
@media only screen and (max-width: 1219px) {
	header.mobile .header-menu {
		display: none
	}
}
@media only screen and (min-width: 1220px) {
	header.mobile .header-menu {

	}
	header.mobile .header-menu .menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media only screen and (min-width: 1220px) {
	header.mobile .mobile-menu-toggler {
		display: none;
	}
}

header.mobile .header-menu .menu > li > a {
	padding: 25px 20px;
}*/

@media only screen and (min-width: 960px) {
  header.desktop .header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

header.desktop {
  position: relative;
  z-index: 100;
}

header.desktop .header-top {
  padding-top: 20px;
}

@media only screen and (max-width: 1099px) {
  header.desktop .header-top {
    display: none;
  }
}

header.desktop .header-top .logo img {
  display: block;
  width: 75px;
  height: 90px;
}

header.desktop .header-top_left ul li a.btn {
  padding: 5px 10px;
  font-size: 12px;
  text-transform: none;
  color: #3b3b3b;
}

header.desktop .header-top_left ul li a.btn:hover {
  text-decoration: none;
  color: #00549f;
}

header.desktop .header-top_left ul li a img {
  margin-right: 20px;
  display: inline-block;
  width: 25px;
  height: 25px;
}

header.desktop .header-top_left,
header.desktop .header-top_right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% / 2 - 70px);
  flex: 0 0 calc(100% / 2 - 70px);
  width: calc(100% / 2 - 70px);
}

header.desktop .header-top_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (min-width: 1100px) {
  .uk-sticky-placeholder {
    display: none;
  }
}

header #wp-megamenu-main {
  padding: 0;
  background-color: white;
}

@media only screen and (max-width: 1099px) {
  header #wp-megamenu-main {
    display: none;
  }
}

header #wp-megamenu-main.wpmm-sticky-wrap {
  box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.5);
}

header #wp-megamenu-main.wpmm-sticky-wrap .wpmm_brand_logo_wrap img {
  margin-top: 0;
}

header #wp-megamenu-main.wpmm-sticky-wrap #wp-megamenu-item-1368 a {
  font-weight: bold;
}

header #wp-megamenu-main.wpmm-sticky-wrap > .wpmm-nav-wrap ul.wp-megamenu > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
}

header #wp-megamenu-main:not(.wpmm-sticky-wrap) .wpmm-nav-wrap > ul {
  text-align: center;
}

header #wp-megamenu-main:not(.wpmm-sticky-wrap) .wpmm_brand_logo_wrap,
header #wp-megamenu-main:not(.wpmm-sticky-wrap) #wp-megamenu-item-1368 {
  display: none;
}

@media only screen and (min-width: 960px) {
  header #wp-megamenu-main .wpmm-nav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

header #wp-megamenu-main > .wpmm-nav-wrap ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu:before {
  position: absolute;
  z-index: -1;
  content: '';
  top: 0;
  right: -9999px;
  bottom: 0;
  left: -9999px;
  display: block;
  background-color: white;
  box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.5);
}

header .wp-megamenu > li > ul.wp-megamenu-sub-menu li > a {
  word-wrap: inherit;
  word-break: inherit;
}

header .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li {
  padding: 20px;
}

header .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li:before {
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 20px;
  display: block;
  content: '';
  width: 1px;
  background-color: #dcdcdc;
}

header .wp-megamenu-wrap .wpmm-nav-wrap > ul {
  width: 100%;
}

header .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li:last-child:before {
  display: none;
}

header #wp-megamenu-main > .wpmm-nav-wrap .wp-megamenu > li > ul.wp-megamenu-sub-menu li.wpmm-type-widget > a {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase !important;
  color: #1969af;
}

#wp-megamenu-main > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li:first-child a {
  margin-top: 5px;
  text-transform: none;
}

#wp-megamenu-main > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.current-menu-item a,
#wp-megamenu-main > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.current-page-ancestor a {
  color: #2964d8;
}

/*header ul {
	list-style: none;
}

header .menu {
	padding: 0;
	margin: 20px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	        justify-content: space-between;
}

header .menu > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

header .menu > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	        align-items: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	color: #3b3b3b;
    -webkit-transition: all 0.2s ease-in-out 0.3s;
    transition: all 0.2s ease-in-out 0.3s;
}

header.desktop .header-bottom .menu > li > a {
	padding: 15px 20px;
}

header .menu > li > a:hover {
	background-color: #00549f;
	color: white;
	text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
}

header .submenu {
	position: absolute;
	z-index: 1;
	top: 100%;
	right: 0;
	left: 0;
    max-height: 0px;
    overflow: hidden;
    box-shadow: 0px 1px 2.91px 0.09px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.2s ease-in-out 0.2s;
	transition: all 0.2s ease-in-out 0.2s;
}

header .menu > li:hover .submenu {
	height: 490px;
	max-height: 490px;
	border-top: 1px solid #dcdcdc;
	-webkit-transition: all 0.2s ease-in-out 0.3s;
	transition: all 0.2s ease-in-out 0.3s;
}

header .menu > li .submenu:before {
	position: absolute;
	z-index: -1;
	content: '';
	top: 0;
	right: 0;
	left: 0;
	display: block;
	height: 0px;
	background-color: transparent;
	box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.4s ease-in-out 0.1s;
	transition: all 0.4s ease-in-out 0.1s;
}

header .menu > li:hover .submenu:before {
	height: 490px;
	background-color: white;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

header .submenu.columns-3 > ul > li {
    -webkit-flex: 0 1 calc(100% / 3 - 1px);
    -ms-flex: 0 1 calc(100% / 3 - 1px);
    flex: 0 1 calc(100% / 3 - 1px);
    width: calc(100% / 3 - 1px);
}

header .submenu.columns-4 > ul > li {
    -webkit-flex: 0 1 calc(100% / 4 - 1px);
    -ms-flex: 0 1 calc(100% / 4 - 1px);
    flex: 0 1 calc(100% / 4 - 1px);
    width: calc(100% / 4 - 1px);
}

header .submenu > ul {
	margin-top: 20px;
	margin-bottom: 20px;
}

header .submenu > ul > li.parent {
	padding: 10px 20px 0 20px;
	border-right: 1px solid #dcdcdc;
}

header .submenu > ul > li.parent:last-child {
	border: none;
}

header .submenu > ul > li.parent > a {
	margin-top: 20px;
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	color: #1969af;
}

header .submenu > ul > li.parent > a:nth-child(1) {
	margin-top: 0;
}

header .submenu > ul > li.parent > ul {
	padding: 0;
	margin: 0;
}

header .submenu > ul > li.parent > ul > li {
	margin: 10px 0;
}

header .submenu > ul > li.parent > ul > li > a {
	font-size: 14px;
	color: #3b3b3b;
}

header .submenu > ul > li.parent > ul > li > a:hover {
	text-decoration: none;
	color: #1969af;
}*/

.home .block {
  padding: 25px 0;
}

.home .blue-block {
  background-color: #00549f;
  color: white;
}

.home .white-block {
  background-color: white;
}

.home .block .block-top {
  padding: 25px 0;
  font-family: 'PT Sans', sans-serif;
}

@media only screen and (min-width: 960px) {
  .home .block .block-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.home .block .block-top .block-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
}

@media only screen and (max-width: 959px) {
  .home .block .block-top .block-title {
    text-align: center;
  }
}

#slider {
  position: relative;
  background-color: #00549f;
}

#slider .uk-container {
  max-width: 980px;
}

#slider .uk-slideshow .slide_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: calc(100vh - 431px);
  min-height: 400px;
  width: 100vw;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
}

#slider .uk-container {
  width: 100%;
}

#slider .slide_text {
  margin-bottom: 100px;
  display: inline-block !important;
  padding: 10px 20px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.35);
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
  color: white;
}

#slider .slide_text h2 {
  margin-bottom: 10px;
  font-family: 'PTSansCaption';
  font-size: 24px;
  font-weight: bold;
  color: #00549f;
}

#slider .slide_text .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #00549f;
}

#slider .slide_text.uk-active {
  display: block;
}

#slider .slide_text.uk-active .mCSB_container {
  margin-right: 30px !important;
}

#slider .uk-slidenav-position {
  min-width: 140px;
}

#slider .uk-slidenav {
  position: static !important;
  display: inline-block !important;
  width: 20px;
  height: 30px;
}

#slider .uk-slidenav-next {
  margin-left: 15px;
}

#slider .uk-slidenav:before {
  display: none;
}

#slider .uk-slidenav svg {
  display: block;
  width: 20px;
  height: 30px;
  fill: white;
}

#slider .slidenav-wrapper {
  position: absolute;
  right: 0;
  bottom: 35px;
  left: 0;
}

#slider .slidenav-wrapper ul {
  margin-left: 0;
  display: inline-block;
}

#slider .under-slider {
  padding: 25px 0;
}

@media only screen and (min-width: 960px) {

  #slider .under-slider_links {
    margin: 0 auto;
    width: 820px;
  }

}

#slider .usLinks-item {
  font-family: 'PTSansCaption';
  font-size: 16px;
  text-align: center;
  color: white;
}

#slider .usLinks-item {
  margin: 10px 0;
}

#slider .usLinks-item a {
  padding-top: 0;
  color: white;
  background-image: linear-gradient(#00549f, #00549f);
}

#slider .usLinks-item a:hover {
  background-image: linear-gradient(#fff, #fff), linear-gradient(#1969af, #1969af);
  text-decoration: none;
}

#slider .usLinks-item a svg {
  margin: 0 auto 10px auto;
  display: block;
  height: 40px;
  fill: white;
}

#slider .usLinks-item a:hover svg {
  fill: #1969af;
}

#news .block-top ul {
  padding: 0;
  list-style: none;
}

@media only screen and (max-width: 959px) {
  #news .block-top ul {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

#news .block-top ul {
  padding: 0;
  list-style: none;
}

@media only screen and (max-width: 959px) {
  #news .block-top ul {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

#news .block-top ul li {
  margin: 0;
}

#news .block-top ul li a {
  padding-top: 0;
  color: #3b3b3b;
  background-image: linear-gradient(#fff, #fff);
}

#news .block-top ul li.uk-active a {
  background-image: linear-gradient(#00549f, #00549f);
  background-size: 100% 2px;
}

#news .block-top ul li a:hover {
  text-decoration: none;
}

#news .block-top ul li:not(.uk-active) a:hover {
  background-image: linear-gradient(#00549f, #00549f), linear-gradient(#aaa9a9, #aaa9a9);
}

@media only screen and (max-width: 959px) {
  #news .block-top .block-actions {
    text-align: center;
  }
  #news .block-top .block-actions .uk-grid {
    display: block;
  }
  #news .block-top .block-actions .uk-grid li {
    float: none;
    display: inline-block;
  }
}

@media only screen and (min-width: 960px) {
  #news .block-top .block-actions {
    margin-left: 25px;
    position: relative;
    top: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

#news .block-top .block-actions a {
  margin: 5px 0;
  display: inline-block;
  height: auto;
  font-size: 17px;
  line-height: 17px;
}

#news .block-top .block-actions .btn {
  padding: 5px 10px;
  margin: 0;
  font-style: italic;
  text-transform: none;
  text-decoration: underline;
  color: #00549f;
}

#news .block-top .block-actions .btn:hover {
  text-decoration: none;
}

#news .block-top .block-actions a {
  margin: 5px 0;
  display: inline-block;
  height: auto;
  font-size: 17px;
  line-height: 17px;
}

#news .news-item {
  margin-bottom: 25px;
}

#news .news-item .card {
  border-radius: 0;
  box-shadow: 0px 1px 2.91px 0.09px rgba(0, 0, 0, 0.15);
}

#news .news-item .card-content {
  margin-top: 5px;
  text-align: left;
}

#news .news-item .card-image {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#news .news-item .card-bg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
}

#news .news-item .card-bg:before {
  padding-top: 67%;
  content: '';
  float: left;
}

#news .news-item .colored-shadow {
  display: none;
}

#news .news-item .card-title {
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
}

#news .news-item .card-text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
}

#news .news-item .card:hover,
.blog .news-item .card:hover {
  background-color: #00549f;
  text-decoration: none;
}

#news .news-item .card:hover .card-title,
#news .news-item .card:hover .card-text,
.blog .news-item .card:hover .card-title,
.blog .news-item .card:hover .card-text {
  color: white;
}

#news .news-loadmore {
  margin: 25px 0;
  text-align: center;
}

#news .news-loadmore a {
  display: inline-block;
  width: 300px;
  max-width: 100%;
  height: 26px;
  line-height: 26px;
  background-color: #00549f;
  border-radius: 5px;
  font-family: 'PTSansCaption';
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: white;
}

#news .news-loadmore a:hover {
  text-decoration: none;
}

.popup-gallery {
  position: relative;
  margin-top: 15px;
}

.popup-gallery .uk-slidenav {
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -27px;
  bottom: inherit;
  border-radius: 50%;
}

.popup-gallery .uk-slidenav:before {
  display: none;
}

.popup-gallery .uk-slidenav-previous {
  left: 5px;
  background: url(images/arrow-left-blue.svg) center no-repeat rgba(255, 255, 255, 0.8);
  background-size: auto 30px;
}

.popup-gallery .uk-slidenav-next {
  right: 5px;
  background: url(images/arrow-right-blue.svg) center no-repeat rgba(255, 255, 255, 0.8);
  background-size: auto 30px;
}

.popup-gallery .slick-slide img {
  margin: 0 auto;
}

#todya {
  padding-bottom: 50px;
}

#links {
  padding: 0;
  font-family: 'PT Sans', sans-serif;
  overflow: hidden;
}

@media only screen and (max-width: 959px) {
  #links {
    background-color: #00549f;
  }
}

@media only screen and (min-width: 960px) {
  #links {
    background: url(images/links-bg.jpg) top center no-repeat #00549f;
    background-size: cover;
  }
}

#links .block-links {
  position: relative;
  padding: 22px 0;
}

@media only screen and (max-width: 959px) {
  #links .block-links {
    width: 100%;
  }
}

#links .block-links .block-title {
  font-weight: bold;
  font-size: 24px;
}

@media only screen and (max-width: 959px) {
  #links .block-links .desktop {
    display: none !important;
  }
}

@media only screen and (min-width: 960px) {
  #links .block-links .mobile {
    display: none !important;
  }

  #links .block-links ul li a {
    max-width: 250px;
  }
}

#links .block-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#links .block-links ul li a {
  padding: 0;
  margin: 10px 0 7px 0;
  display: inline-block;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  font-size: 18px;
  text-transform: none;
  color: white;
}

#links .block-links ul li:hover a {
  border-color: #2b63a6;
}

#links .block-links ul li a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 959px) {
  #links .block-links,
  #links .block-links a {
    text-align: center;
  }
}

@media only screen and (min-width: 960px) {
  #links .block-left ul li:nth-child(2) {
    padding-left: 5px;
  }

  #links .block-left ul li:nth-child(3) {
    padding-left: 10px;
  }

  #links .block-left ul li:nth-child(4) {
    padding-left: 15px;
  }

  #links .block-left ul li:nth-child(5) {
    padding-left: 20px;
  }
}

#links .block-center {
  text-align: center;
}

@media only screen and (min-width: 1220px) {
  /*#links .block-links:after {
		position: absolute;
		content: '';
		pointer-events: none;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	#links .block-left:after {
		top: 0;
		right: -38px;
		width: 811px;
		height: 380px;
		background: url(images/links-left-bg.png) center no-repeat transparent;
		-webkit-transform: translateY(380px);
		transform: translateY(380px);
	}
	#links .block-left:hover:after {
		-webkit-transform: translateY(380px) !important;
		transform: translateY(380px) !important;
	}
	#links .block-center:after {
		top: 0;
		left: -62px;
		width: 500px;
		height: 380px;
		background: url(images/links-center-bg.png) center no-repeat transparent;
		-webkit-transform: translateY(-380px);
		transform: translateY(-380px);
	}
	#links .block-center:hover:after {
		-webkit-transform: translateY(-380px) !important;
		transform: translateY(-380px) !important;
	}
	#links .block-right:after {
		top: 0;
		left: -38px;
		width: 811px;
		height: 380px;
		background: url(images/links-right-bg.png) center no-repeat transparent;
		-webkit-transform: translateY(380px);
		transform: translateY(380px);
	}
	#links .block-right:hover:after {
		-webkit-transform: translateY(380px) !important;
		transform: translateY(380px) !important;
	}
	#links:hover .block-links:after{
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}*/
}

@media only screen and (max-width: 959px) {
  #links .block-links ul {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 960px) {
  #links .block-center ul {
    margin-top: 52px;
  }
}

@media only screen and (max-width: 959px) {
  #links .block-right {
    text-align: center;
  }
}

@media only screen and (min-width: 960px) {
  #links .block-right {
    text-align: right;
  }

  #links .block-right ul li:nth-child(2) {
    padding-right: 5px;
  }

  #links .block-right ul li:nth-child(3) {
    padding-right: 10px;
  }

  #links .block-right ul li:nth-child(4) {
    padding-right: 15px;
  }

  #links .block-right ul li:nth-child(5) {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 959px) {
  #links .block-left .block-title,
  #links .block-right .block-title {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 960px) {
  #links .block-left .block-title,
  #links .block-right .block-title {
    margin-bottom: 30px;
  }
}

#links .block-center .block-title {
  margin-top: 30px;
}

@media only screen and (max-width: 959px) {
  #anonce .uk-slidenav-position .uk-slidenav {
    display: none !important;
  }
}

@media only screen and (min-width: 960px) {
  #anonce {
    background: url(../images/anonce-bg.jpg) center center no-repeat #00549f;
    background-size: cover;
  }
  #anonce .uk-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #anonce .uk-container:before,
  #anonce .uk-container:after {
    display: none;
  }
  #anonce .anonce-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 315px;
    flex: 0 0 315px;
    width: 315px;
    max-width: 315px;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1219px) {
  #anonce .anonce-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 540px;
    flex: 0 0 540px;
    width: 540px;
    max-width: 540px;
  }
}

@media only screen and (min-width: 1220px) {
  #anonce .anonce-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 640px;
    flex: 0 0 640px;
    width: 640px;
    max-width: 640px;
  }
}

@media only screen and (max-width: 767px) {
  #today .uk-slidenav-position .uk-slidenav {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  #anonce .uk-slidenav-position .uk-slidenav {
    top: 0;
    margin-top: 0;
    right: -45px;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: inherit;
  }
  #anonce .uk-slidenav-position .uk-slidenav:before {
    display: none;
  }
  #anonce .uk-slidenav-position .uk-slidenav svg {
    width: 20px;
    height: 40px;
    fill: white;
  }
  #anonce .uk-slidenav-position .uk-slidenav-previous {
    left: -45px;
  }
}



#anonce .uk-panel-box {
  background-color: #fff;
  color: #07D;
  border-radius: 4px;
}

#today .uk-slidenav-position {
  margin: 0 auto;
  max-width: 760px;
}

#today .uk-slidenav-position .trigger {
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}

#today .uk-slidenav-position .trigger img {
  margin: 0 auto 20px auto;
  display: block;
  width: 80px;
}

#today .uk-slidenav-position .trigger span {
  display: block;
  text-align: center;
  color: #00549f;
}

@media only screen and (max-width: 767px) {
  #today .uk-slidenav-position .uk-slidenav {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  #today .uk-slidenav-position .uk-slidenav {
    top: 0;
    margin-top: 0;
    right: -60px;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: inherit;
  }
  #today .uk-slidenav-position .uk-slidenav:before {
    display: none;
  }
  #today .uk-slidenav-position .uk-slidenav svg {
    width: 30px;
    height: 55px;
    fill: #00549f;
  }
  #today .uk-slidenav-position .uk-slidenav-previous {
    left: -60px;
  }
}

#science .block-top ul {
  padding: 0;
  list-style: none;
}

@media only screen and (max-width: 959px) {
  #science .block-top ul {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

#science .block-top ul {
  padding: 0;
  list-style: none;
}

@media only screen and (max-width: 959px) {
  #science .block-top ul {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

#science .block-top ul li {
  margin: 0;
}

#science .block-top ul li a {
  padding-top: 0;
  color: #3b3b3b;
  background-image: linear-gradient(#fff, #fff);
}

#science .block-top ul li.uk-active a {
  background-image: linear-gradient(#00549f, #00549f);
  background-size: 100% 2px;
}

#science .block-top ul li a:hover {
  text-decoration: none;
}

#science .block-top ul li:not(.uk-active) a:hover {
  background-image: linear-gradient(#00549f, #00549f), linear-gradient(#aaa9a9, #aaa9a9);
}

@media only screen and (max-width: 959px) {
  #science .block-top .block-actions {
    text-align: center;
  }
  #science .block-top .block-actions .uk-grid {
    display: block;
  }
  #science .block-top .block-actions .uk-grid li {
    float: none;
    display: inline-block;
  }
}

@media only screen and (min-width: 960px) {
  #science .block-top .block-actions {
    margin-left: 25px;
    position: relative;
    top: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

#science .block-top .block-actions a {
  margin: 5px 0;
  display: inline-block;
  height: auto;
  font-size: 17px;
  line-height: 17px;
}

#science .block-top .block-actions .btn {
  padding: 5px 10px;
  margin: 0;
  font-style: italic;
  text-transform: none;
  text-decoration: underline;
  color: white;
}

#science .block-top .block-actions .btn:hover {
  text-decoration: none;
}

#science .block-top .block-actions a {
  margin: 5px 0;
  display: inline-block;
  height: auto;
  font-size: 17px;
  line-height: 17px;
}

#science .rotating-card-container {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#science .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  border-radius: 0;
  box-shadow: 0px 1px 2.91px 0.09px rgba(0, 0, 0, 0.15);
}

#science .card:before {
  padding-top: 100%;
  content: '';
  float: left;
}

#science .card .front {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#science .card .btn {
  position: relative;
  z-index: 2;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  height: 100%;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: white;
}

#science .card-background:after {
  background-color: rgba(0, 84, 159, 0.5);
  border-radius: 0;
}

#science .back-background:after {
  background-color: rgba(0, 84, 159, 1);
  border-radius: 0;
}

#science-tabs .owl-carousel:not(.uk-active) {
  display: none;
}

@media only screen and (max-width: 959px) {
  #science-tabs .owl-carousel .owl-nav {
    display: none;
  }
}

@media only screen and (min-width: 960px) {
  #science-tabs .owl-carousel {
    position: relative;
  }
  #science-tabs .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -75px;
    right: -40px;
    left: -40px;
  }
  #science-tabs .owl-carousel .owl-nav svg {
    width: 30px;
    height: 55px;
    fill: #00549f;
  }
  #science-tabs .owl-carousel .owl-prev {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
  }
  #science-tabs .owl-carousel .owl-next {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 30px;
  }
}

#science-tabs .owl-carousel .owl-item ul {
  margin: 0;
  list-style: none;
}

@media only screen and (max-width: 959px) {
  #science-tabs .owl-carousel .owl-item ul {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 960px) {
  #science-tabs .owl-carousel .owl-item ul {
    padding: 0 70px;
  }
}

#science-tabs .owl-carousel .owl-item ul li {
  margin: 10px 0;
}

#life .block-top ul {
  padding: 0;
  list-style: none;
}

@media only screen and (max-width: 959px) {
  #life .block-top ul {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

#life .block-top ul li {
  margin: 0;
}

#life .block-top ul li a {
  padding: 2px 3px;
  color: white;

}

#life .block-top ul li.uk-active a {
  background: #fff;
  color: #00549f;
  padding: 2px 3px;
}

#life .block-top ul li a:hover {
  text-decoration: none;

}

#life .block-top ul li:not(.uk-active) a:hover {
  background: #fff;
  color: #00549f;
  padding: 2px 3px;
}

@media only screen and (max-width: 959px) {
  #life .block-top .block-actions {
    text-align: center;
  }
  #life .block-top .block-actions .uk-grid {
    display: block;
  }
  #life .block-top .block-actions .uk-grid li {
    float: none;
    display: inline-block;
  }
}

@media only screen and (min-width: 960px) {
  #life .block-top .block-actions {
    margin-left: 25px;
    position: relative;
    top: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

#life .block-top .block-actions a {
  margin: 5px 0;
  display: inline-block;
  height: auto;
  font-size: 17px;
  line-height: 17px;
}

#life .block-top .block-actions .btn {
  padding: 5px 10px;
  margin: 0;
  font-style: italic;
  text-transform: none;
  text-decoration: underline;
  color: white;
}

#life .block-top .block-actions .btn:hover {
  text-decoration: none;
}

#life-tabs {
  font-size: 16px;
  line-height: 22px;
}

#life-tabs img {
  margin-top: 15px;
}

@media only screen and (max-width: 959px) {
  #social .social-list {
    margin-top: 20px;
    text-align: center;
  }
}

@media only screen and (min-width: 960px) {
  #social .social-list {
    margin-left: 20px;
  }
}

#social .block-top {
  padding-bottom: 0;
}

#social .social-list a {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  width: 50px;
  height: 50px;
  margin: 0 5px;
}

#social .social-list a i {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 30px auto !important;
}

#social .social-list a.vk-icon i {
  background: url(images/vk-icon.svg) transparent;
}

#social .social-list a.vk-icon.uk-active {
  background-color: #507299;
}

#social .social-list a.vk-icon.uk-active i {
  background: url(images/vk-icon-active.svg);
}

#social .social-list a.inst-icon i {
  background: url(images/inst-icon.svg) transparent;
}

#social .social-list a.inst-icon.uk-active {
  background: -moz-linear-gradient(top, #9c3e9f 0%, #aa3c88 100%);
  background: -webkit-linear-gradient(top, #9c3e9f 0%, #aa3c88 100%);
  background: linear-gradient(to bottom, #9c3e9f 0%, #aa3c88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9c3e9f', endColorstr='#aa3c88', GradientType=0);
}

#social .social-list a.inst-icon.uk-active i {
  background: url(images/inst-icon-active.svg) transparent;
}

#social-tabs .vk-tab {
  padding: 10px;
  background-color: #507299;
}

#social-tabs .inst-tab {
  padding: 10px;
  background: -moz-linear-gradient(top, #aa3c88 0%, #e8ac50 100%);
  background: -webkit-linear-gradient(top, #aa3c88 0%, #e8ac50 100%);
  background: linear-gradient(to bottom, #aa3c88 0%, #e8ac50 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa3c88', endColorstr='#e8ac50', GradientType=0);
}

@media only screen and (min-width: 960px) {
  #social-tabs .sTab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#social-tabs .vk-tab .mCSB_dragger_bar {
  background-color: #507299;
}

#social-tabs .mCSB_container {
  margin-right: 20px;
}

#social-tabs .sTab {
  font-family: 'Roboto', sans-serif;
}

#social-tabs .vk-tab .sTab_left,
#social-tabs .vk-tab .sTab_right {
  margin: 10px;
  padding: 10px;
  box-sizing: border-box;
  background-color: white;
  overflow: hidden;
}

@media only screen and (min-width: 960px) {
  #social-tabs .vk-tab .sTab_left,
  #social-tabs .vk-tab .sTab_right {
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

#social-tabs .vk-tab .sTab_left .vkTab-top {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #507299;
}

#social-tabs .vk-tab .sTab_left .vkTab-top_left {
  margin-right: 20px;
  padding: 3px;
  background-color: white;
  border-radius: 50%;
}

#social-tabs .sTab_counter {
  margin-top: 25px;
  font-size: 14px;
  text-align: center;
}

#social-tabs .vk-tab .sTab_left .vkTab-top_right {
  font-size: 14px;
  color: white;
}

#social-tabs .vk-tab .sTab_left .user_list {
  margin: 25px 25px 0 -10px;
}

#social-tabs .vk-tab .sTab_left .user {
  margin-bottom: 20px;
}

#social-tabs .vk-tab .sTab_left .user_photoWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#social-tabs .vk-tab .sTab_left .user_photo {
  border-radius: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  height: 100%;
  background-size: cover !important;
  border-radius: 50%;
}

#social-tabs .vk-tab .sTab_left .user_photo:before {
  padding-top: 100%;
  content: '';
  float: left;
}

#social-tabs .vk-tab .sTab_left .user_name {
  margin-top: 5px;
  font-size: 14px;
  text-align: center;
  color: #507299;
}

#social-tabs .vk-tab .sTab_left #vk_subscribe {
  margin: 15px auto 20px auto;
  width: 335px !important;
}

#social-tabs .vk-tab .sTab_right {
  min-height: 360px;
  max-height: 360px;
}

#social-tabs .vk-tab .sTab_right .sPost {
  margin-top: 35px;
}

#social-tabs .vk-tab .sTab_right .sPost:first-child {
  margin-top: 0;
}

#social-tabs .vk-tab .sTab_right .sPostTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#social-tabs .vk-tab .sTab_right .sPostTop_left {
  margin-right: 20px;
}

#social-tabs .vk-tab .sTab_right .sPost_title {
  font-size: 14px;
  line-height: 16px;
  color: #507299;
}

#social-tabs .vk-tab .sTab_right .sPost_date {
  font-size: 12px;
  line-height: 16px;
  color: #aaa9a9;
}

#social-tabs .vk-tab .sTab_right .sPost_text {
  margin-top: 15px;
  font-size: 12px;
  line-height: 18px;
}

#social-tabs .inst-tab .sPost {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  background-color: white;
}

#social-tabs .inst-tab .sPostTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#social-tabs .inst-tab .sPostTop_left {
  margin-right: 20px;
}

#social-tabs .inst-tab .sPostTop_title {
  font-size: 14px;
  line-height: 16px;
  color: #3b3b3b;
}

#social-tabs .inst-tab .sPost-imageWrapper {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#social-tabs .inst-tab .sPost-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

#social-tabs .inst-tab .sPost-image:before {
  padding-top: 100%;
  content: '';
  float: left;
}

/*#partners .uk-slidenav-position li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#partners .uk-slidenav-position li a {
	margin: 20px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% - 40px);
	flex: 0 0 calc(100% - 40px);
	width: calc(100% - 40px);
	display: block;
	background-size: contain !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

#partners .uk-slidenav-position li a:before {
	padding-top: 100%;
	content: '';
	float: left;
}

@media only screen and (min-width: 768px) {
	#partners .uk-slidenav-position {
		margin: 0 60px;
	}
}

@media only screen and (max-width: 767px) {
	#partners .uk-slidenav-position .uk-slidenav {
		display: none !important;
	}
}
@media only screen and (min-width: 768px) {
	#partners .uk-slidenav-position .uk-slidenav {
		top: 0;
		margin-top: 0;
		right: -60px;
		bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
        justify-content: center;
		width: 60px;
		height: inherit;
	}
	#partners .uk-slidenav-position .uk-slidenav:before {
		display: none;
	}
	#partners .uk-slidenav-position .uk-slidenav svg {
		width: 30px;
		fill: #00549f;
	}
	#partners .uk-slidenav-position .uk-slidenav-previous {
		left: -60px;
	}
}*/

footer {
  padding: 0;
  font-family: 'PT Sans', sans-serif;
}

footer .footer-top {
  background-color: #00549f;
}

@media only screen and (min-width: 960px) {
  footer .footer-top .uk-slider {
    margin: 0 auto;
  }
  footer .footer-top .uk-slider li:first-child {
    padding-left: 0;
  }
}

footer .footer-top li {
  padding-top: 12px;
  padding-bottom: 12px;
}

footer .footer-top li a {
  padding: 0;
  font-size: 12px;
  color: white;
}

footer .footer-top li a:hover {
  text-decoration: none;
  color: #aaa9a9;
}

footer .footer-top .uk-slidenav {
  top: 0;
  margin-top: 0;
  width: 25px;
  height: 45px;
  line-height: 44px;
  font-size: 25px;
}

footer .footer-top .uk-slidenav:before {
  display: none;
}

footer .footer-top .uk-slidenav svg {
  display: inline-block;
  width: 10px;
  height: 45px;
  fill: white;
}

footer .footer-top .uk-slidenav-next {
  right: -25px;
}

footer .footer-top .uk-slidenav-previous {
  left: -25px;
}

footer .footer-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 12px;
  line-height: 18px;
}

@media only screen and (max-width: 767px) {
  footer .footer-bottom {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  footer .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  footer .footer-bottom_left,
  footer .footer-bottom_right {
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  footer .footer-bottom_left {
    text-align: left;
  }
  footer .footer-bottom_right {
    text-align: right;
  }
}

footer .footer-bottom_left img {
  width: 75px;
  height: auto;
}

@media only screen and (max-width: 767px) {
  footer .footer-bottom_left img {
    margin: 0 auto 30px auto;
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  footer .footer-bottom_left img {
    float: left;
    margin-right: 30px;
  }
}

#sites-menu {
  font-family: 'PT Sans', sans-serif;
}

.fancybox-slide::before {
  display: none;
}

.fancybox-fullscreen {
  padding: 0;
  margin: 0;
  width: 100vw;
  min-height: 100vh;
  border-radius: 0;
  box-shadow: none;
}

.fancybox-fullscreen .uk-flex {
  width: 100vw;
  min-height: 100vh;
}

@media only screen and (min-width: 768px) {
  .fancybox-fullscreen .uk-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.fancybox-fullscreen .smenu_left {
  padding: 30px 20px;
  box-sizing: border-box;
  background-color: #00549f;
}

@media only screen and (min-width: 768px) {
  .fancybox-fullscreen .smenu_left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    width: 30%;
  }
}

.fancybox-fullscreen .smenu_left ul {
  padding: 20px 0;
  margin: 0;
  list-style: none;
}

.fancybox-fullscreen .smenu_left ul li {
  padding: 10px 0;
}

.fancybox-fullscreen .smenu_left ul li a {
  font-size: 18px;
  line-height: 18px;
  color: white;
}

.fancybox-fullscreen .smenu_left ul li.uk-active a {
  text-decoration: underline;
}

.fancybox-fullscreen .smenu_title {
  font-size: 24px;
  font-weight: bold;
  line-height: 18px;
  color: white;
}

.fancybox-fullscreen .smenu_right {
  padding: 30px 20px;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
  .fancybox-fullscreen .smenu_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(70% - 1px);
    flex: 0 0 calc(70% - 1px);
    width: calc(70% - 1px);
    max-height: 100vw;
  }
}

.fancybox-fullscreen .smenu_right .uk-accordion-title,
.fancybox-fullscreen .smenu_right .menu-item {
  padding: 10px 0;
}

.fancybox-fullscreen .smenu_right .menu-item {
  padding-left: 25px;
}

.fancybox-fullscreen .smenu_right .uk-accordion-title,
.fancybox-fullscreen .smenu_right .menu-item a {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color: #3b3b3b;
  cursor: pointer;
}

.fancybox-fullscreen .smenu_right .uk-accordion-title:before {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  font-family: FontAwesome;
  font-size: 25px;
  line-height: 18px;
  content: '\f105';
  color: #aaa9a9;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fancybox-fullscreen .smenu_right .uk-accordion-title.uk-active:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fancybox-fullscreen .smenu_right .uk-accordion-content {
  margin-bottom: 15px;
  padding-left: 25px;
  -webkit-column-count: 2;
  column-count: 2;
}

@media only screen and (min-width: 1400px) {
  .fancybox-fullscreen .smenu_right .uk-accordion-content {
    -webkit-column-count: 3;
    column-count: 3;
  }
}

.fancybox-fullscreen .smenu_right .uk-accordion-content div {
  padding: 10px 0;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
}

.fancybox-fullscreen .smenu_right .uk-accordion-content div a {
  font-size: 16px;
  line-height: 18px;
  color: #3b3b3b;
}

.fancybox-fullscreen .smenu_right .uk-accordion-content div a:before {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  font-family: FontAwesome;
  font-size: 25px;
  line-height: 18px;
  content: '\f105';
  color: #00549f;
}

#breadcrumbs {
  background-color: #00549f;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  #breadcrumbs {
    padding: 10px 20px;
  }
}

@media only screen and (min-width: 768px) {
  #breadcrumbs {
    padding: 15px 50px;
  }
}

#breadcrumbs .breadcrumb-item {
  padding: 6px 0;
  color: white;
}

#breadcrumbs .breadcrumb-item a,
#breadcrumbs span {
  color: white;
}

#breadcrumbs .breadcrumb-item a:hover {
  text-decoration: underline;
}

#breadcrumbs .breadcrumb-item.separator {
  padding-right: 10px;
  padding-left: 10px;
}

#breadcrumbs .breadcrumb-item.current {
  /* font-weight: bold; */
}

@media only screen and (min-width: 960px) {
  #content.has-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

#content #left {
  font-family: 'PT Sans', sans-serif;
}

@media only screen and (max-width: 959px) {
  #content #left {

  }
}

@media only screen and (min-width: 960px) {
  #content #left {
    padding: 60px 20px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    width: 300px;
    max-width: 300px;
    background-color: #fafafa;
  }
  #content #left .menu {
    padding: 0;
    margin: 20px -20px 0 -20px;
  }
  #content #left .menu li {
    list-style: none;
  }
}

#content #left .back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  color: #3b3b3b;
}

@media only screen and (max-width: 959px) {
  #content #left .back {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 960px) {
  #content #left .back {
    margin-bottom: 30px;
  }
}

#content #left .back i {
  position: relative;
  margin-right: 5px;
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  max-width: 24px;
  height: 24px;
}

#content #left .back i svg {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 15px;
  fill: #3b3b3b;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#content #left .back:hover {
  text-decoration: underline;
}

#content #left .title,
#content .fakeForm .title {
  margin-top: 25px;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #1969af;
}

#content #left .title:first-child,
#content .fakeForm .title:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 959px) {
  #content #left .title.desktop {
    display: none;
  }
  #content #left .title {
    margin-top: 50px;
  }
  #content #left .sections-menu-toggler {
    margin-top: 20px;
  }
  #content #left .sections-menu-toggler:before {
    margin-right: 5px;
  }
}

.page-id-135 #content #left .title:first-child {
  opacity: 0;
}

#content .datepicker-here,
#content .datepicker--day-name {
  display: none;
}

#content .datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.5);
  color: white;
}

#content .datepicker {
  margin: 10px 0;
  width: 260px;
  border: none;
  background-color: transparent;
}

@media only screen and (max-width: 959px) {
  #content .datepicker {
    margin: 0 auto;
  }
}

#content .datepicker--content,
#content .datepicker--nav {
  padding: 0;
  border: none;
}

#content .datepicker--nav-title {
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
}

#content #left .menu li a {
  padding: 10px 15px;
  color: #3b3b3b;
  cursor: pointer;
}

@media only screen and (min-width: 960px) {
  #content #left .sections-menu-toggler {
    display: none;
  }
  #content #left .menu > li > a {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 20px;
  }
  #content #left .menu li > a.active,
  #content #left .menu li > a:hover {
    text-decoration: underline;
  }
  #content #left .menu > li > a:hover {
    background-color: #ebebeb;
    text-decoration: none;
  }
  #content #left .menu > li > a.active {
    background-color: #00549f;
    text-decoration: none;
    color: white;
  }
  #content #left .menu > li.parent > ul {
    padding: 0 25px;
  }
  #content #left .menu > li.parent.opened > ul {
    background-color: #ebebeb;
  }
  #content #left .menu li > a {
    display: block;
  }
  #content #left .menu li.parent > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #content #left .menu li.parent > a > i {
    position: relative;
    margin-right: 5px;
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 24px;
    max-width: 24px;
    height: 24px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #content #left .menu li.parent > a > i svg {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 50%;
    margin-left: -5px;
    width: 10px;
    height: 15px;
    fill: #aaa9a9;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #content #left .menu li.parent.opened > a > i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #content #left .menu li.parent.opened > a > i svg {
    fill: #00549f;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #content #left .menu > li.parent > a.active > i svg {
    fill: white;
  }
  #content #left .menu li.parent > ul {
    display: none;
  }
  #content #left .menu > li.parent > ul > li {
    border-bottom: 1px solid #dcdcdc;
  }
  #content #left .menu > li.parent > ul > li:last-child {
    border: none;
  }
  #content #left .menu > li.parent > ul > li > a {
    padding: 10px 0;
    font-size: 14px;
  }
  #content #left .menu > li.parent > ul > li.parent > ul {
    position: relative;
    top: -5px;
  }
  #content #left .menu > li.parent > ul > li.parent > ul > li > a {
    padding: 5px 0;
    font-size: 12px;
  }
}

#content #left input[type="checkbox"] {
  display: none;
}

#content #left label {
  margin: 15px 0;
  position: relative;
  padding-left: 30px;
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #3b3b3b;
  cursor: pointer;
}

@media only screen and (max-width: 959px) {
  #content #left label {
    margin-right: 25px;
    display: inline-block;
  }
}

#content #left label:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  content: '';
  background-color: white;
  border: 1px solid #00549f;
}

#content #left input:checked + label:after {
  position: absolute;
  top: 5px;
  left: 4px;
  display: block;
  content: '';
  width: 13px;
  height: 9px;
  background: url(images/v-blue.svg);
}

@media only screen and (max-width: 959px) {
  #content #left {
    margin-top: 30px;
  }
  #content #left .title {
    margin: 0 0 0 30px;
    display: block;
  }
  #content #left #sections-menu .menu {
    padding: 0;
    margin-top: 10px;
    display: inline-block;
    border-radius: 20px;
    list-style: none;
  }
  #content #left #sections-menu ul {
    text-align: left;
  }
  #content #left #sections-menu ul li a {
    display: block;
  }
  #content #left #sections-menu .menu > li {
    border-top: 1px solid white;
  }
  #content #left #sections-menu .menu > li:first-child {
    border: none;
  }
  #content #left #sections-menu .menu > li > a {
    padding: 10px 30px;
  }
  #content #left #sections-menu .menu > li.opened > a {
    background-color: #00549f;
    color: white;
  }
  #content #left #sections-menu .menu li.parent > ul {
    margin-left: 20px;
  }
  #content #left #sections-menu .menu li.parent ul > li > a {
    padding: 5px 20px;
  }
  #content #left #sections-menu .menu li.opened ul > li > a.active {
    text-decoration: underline;
  }
}

@media only screen and (min-width: 960px) {
  #content #left #sections-menu {
    margin-bottom: 20px;
  }
}

#content .range-wrapper {
  position: relative;
  padding: 0 55px;
}

@media only screen and (max-width: 959px) {
  #content .range-wrapper {
    margin: 0 auto;
    max-width: 550px;
  }
}

#content .range-min,
#content .range-max {
  position: absolute;
  top: 15px;
}

#content .range-min {
  left: 0;
}

#content .range-max {
  right: 0;
}

#content .irs-line {
  margin-right: 3px;
  margin-left: 3px;
  height: 1px;
  background-image: none;
  background-color: black;
}

#content .irs-min,
#content .irs-max {
  display: none;
}

#content .irs-from,
#content .irs-to,
#content .irs-single {
  text-indent: -9999px;
  background-color: transparent;
  color: black;
}

#content .irs-from:after,
#content .irs-to:after,
#content .irs-single:after {
  display: none;
}

#content .irs-from:before,
#content .irs-to:before,
#content .irs-single:before {
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -17px;
  display: block;
  content: '';
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #0093dd;
  box-sizing: border-box;
}

#center {
  padding-bottom: 50px;
  background-color: white;
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
}

#center img.alignleft {
  float: left;
  margin: 10px 20px 10px 0;
}

#center img.aligncenter {
  margin: 10px auto;
  display: block;
}
#center .aligncenter {
  margin: 10px auto;
  display: block;
}

#center img.alignright {
  float: right;
  margin: 10px 0 10px 20px;
}

#center input[type="checkbox"] {
  display: none;
}

#center input[type="checkbox"] + label {
  margin: 15px 0;
  position: relative;
  padding-left: 30px;
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #3b3b3b;
  cursor: pointer;
}

@media only screen and (max-width: 959px) {
  #center input[type="checkbox"] + label {
    margin-right: 20px;
    display: inline-block;
  }
}

#center input[type="checkbox"] + label:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  content: '';
  background-color: white;
  border: 1px solid #00549f;
}

#center input[type="checkbox"]:checked + label:after {
  position: absolute;
  top: 5px;
  left: 4px;
  display: block;
  content: '';
  width: 13px;
  height: 9px;
  background: url(images/v-blue.svg);
}

@media only screen and (min-width: 960px) {
  #content #center {
    padding-right: 40px;
    padding-left: 40px;
  }
  #content.has-left-menu #center {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 380px);
    flex: 0 0 calc(100% - 380px);
    width: calc(100% - 380px);
    max-width: calc(100% - 380px);
    background-color: white;
  }
}

#center h1 {
  font-family: 'PTSansCaption';
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 959px) {
  #center h1 {
    padding: 20px 0 10px 0;
    font-size: 21px;
    line-height: 21px;
  }
}

@media only screen and (min-width: 960px) {
  #center h1 {
    padding: 50px 0 30px 0;
    font-size: 30px;
    line-height: 30px;
  }
}

#content.has-left-menu #center h1 {
  text-align: left;
}

#center h2.pretty-title {
  padding: 15px 20px;
  display: block;
  background-color: #fafafa;
  box-shadow: 0px 0px 3.84px 0.16px rgba(0, 0, 0, 0.15);
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
}

#center ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#center ol li,
#center ul li {
  margin-top: 18px;
  margin-bottom: 18px;
}

#center ul li:before {
  position: relative;
  top: 1px;
  padding-right: 10px;
  content: "•";
  color: #1969af;
}

#center ol li {
  padding-left: 5px;
}

#center .vc_tta-tab:before {
  display: none;
}

#center .vc_tta-tabs-list {
  margin-top: 20px;
  padding-top: 5px;
}

@media only screen and (min-width: 768px) {
  #center .vc_tta-tabs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#center .vc_tta.vc_general .vc_tta-tabs-container {
  z-index: inherit;
}

#content .vc_tta.vc_tta-shape-rounded .vc_tta-tabs-container {
  margin-right: 0;
}

#content .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
  border: none;
  background: none;
  padding: 0 6px;
}

@media only screen and (min-width: 768px) {
  #center .vc_tta.vc_tta-style-classic .vc_tta-tab {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}

#center .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
  padding: 15px;
  display: block;
  background-color: #ebebeb;
  border: none;
  border-radius: 10px 10px 0 0;
  box-shadow: 0px 0px 3.84px 0.16px rgba(0, 0, 0, 0.15);
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  color: #3b3b3b;
}

#center .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab:first-child > a {
  margin-left: 5px;
}

#center .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab:last-child > a {
  margin-right: 5px;
}

#center .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:hover {
  background-color: #00549f;
  color: white;
}

#center .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
  border-radius: 10px 10px 0 0;
  background-color: white;
  font-weight: bold;
  color: #1969af;
}

#center .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  background-color: #ebebeb;
  border-radius: 10px;
}

#center .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover {
  background-color: #00549f;
}

#center .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: white;
  border: none;
  box-shadow: 0px 0px 3.84px 0.16px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 767px) {
  #center .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-radius: 10px;
  }
}

#center .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading h4 a {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  color: #3b3b3b;
}

#center .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover h4 a {
  color: white;
}

#center .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading h4 a {
  font-weight: bold;
  color: #1969af;
}

@media only screen and (max-width: 767px) {
  .vc_tta.vc_general .vc_tta-panel {
    margin-top: 10px;
  }
}

#center .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  padding: 50px 20px;
  border: none;
  border-radius: 0 0 10px 10px;
  background-color: white;
  box-shadow: 0px 0px 3.84px 0.16px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 767px) {
  #center .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    margin-top: 10px;
    border-radius: 10px;
  }
}

#load-more {
  padding: 0 55px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  background-color: #00549f;
  border-radius: 5px;
  font-family: 'PTSansCaption';
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  color: white;
  cursor: pointer;
}

#load-more.done,
#load-more.loading:before {
  display: none;
}

/*#center .loadmore-wrapper {
	margin: 40px 0 60px 0;
	text-align: center;
}

#center .loadmore-btn {
	padding: 0 55px;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	background-color: #00549f;
	border-radius: 5px;
	font-family: 'PTSansCaption';
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	color: white;
	cursor: pointer;
}

#center .loadmore-btn:hover {
	color: #aaa9a9;
}*/

/* Форма поиска в контенте */
#center .searchForm {
  margin-bottom: 50px;
  position: relative;
}

#center .searchForm input[type = "text"] {
  padding: 15px 60px 15px 20px;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #00549f;
  border-radius: 5px;
  font-size: 16px;
  color: #00549f;
}

#center .searchForm input[type = "submit"] {
  padding: 0;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 15px;
  display: block;
  width: 30px;
  height: 30px;
  border: none;
  background: url(images/search-ico.png) center center no-repeat;
  text-indent: -9999px;
}

/* блок с персоной */
#center hr {
  margin: 15px 0;
  border-color: #dcdcdc;
}

/*#center a {
	font-weight: bold;
	text-decoration: underline;
	color: #1969af;
}

#center a:hover {
	text-decoration: none;
}*/

#center .block-title {
  margin-top: 25px;
  font-size: 20px;
}

#center .person-block,
#center .grant-block,
#center .scientificDirection-block {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
}

#center .person-block:last-of-type,
#center .grant-block:last-of-type,
#center .scientificDirection-block:last-of-type {
  border: none;
}

#center .scientificDirection-block a:hover {
  text-decoration: underline;
  cursor: pointer;
}

@media only screen and (min-width: 960px) {
  #center .person-block:not(.person-block_inline) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #center .grant-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

#center .person-block_inline {
  margin-top: 25px;
}

#center .person-block_vertical {
  margin-bottom: 25px;
  text-align: center;
}

#center .person-photoWrapper,
#center .grant-photoWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  width: 140px;
  max-width: 140px;
}

@media only screen and (max-width: 959px) {
  #center .person-photoWrapper,
  #center .grant-photoWrapper {
    margin: 0 auto;
  }
}

#center .person-block_vertical .person-photoWrapper {
  margin: 0 auto;
}

#center .person-photo,
#center .grant-photo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  background-size: cover !important;
  border-radius: 50%;
}

#center .person-photo:before,
#center .grant-photo:before {
  padding-top: 100%;
  float: left;
  content: '';
  border-radius: 50%;
}

#center .person-info,
#center .grant-info {
  font-family: 'PT Serif', serif;
}

@media only screen and (max-width: 959px) {
  #center .person-info,
  #center .grant-info {
    margin-top: 10px;
    text-align: center;
  }
  #center .grant-info div {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 960px) {
  #center .person-block:not(.person-block_vertical) .person-info,
  #center .grant-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 160px);
    flex: 0 0 calc(100% - 160px);
    width: calc(100% - 160px);
    max-width: calc(100% - 160px);
  }
}

#center .person-name,
#center .grant-name,
#center .person-description a {
  font-size: 18px;
  color: #3b3b3b;
}

#center .person-description a:hover {
  text-decoration: underline;
}

#center div.person-name,
#center div.grant-name {
  font-weight: bold;
  text-decoration: none;
  color: #3b3b3b;
}

#center .grant-bottom {
  margin-top: 20px;
}

#center .person-block_vertical .person-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#center a.person-name:hover,
#center a.grant-name:hover {
  text-decoration: underline;
}

#center .person-position,
#center .grant-position {
  font-size: 16px;
  line-height: 20px;
  color: #1969af;
}

#center .person-description strong {
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #1969af;
}

/* слайдер персон */
#content .personSlider {
  margin: 20px 35px;
}

#content .personSlider .uk-slidenav {
  margin-top: -35px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 35px;
}

#content .personSlider.uk-slidenav-position_middle .uk-slidenav {
  margin-top: -17px;
}

#content .personSlider .uk-slidenav:before {
  display: none;
}

#content .personSlider .uk-slidenav svg {
  width: 20px;
  height: 35px;
  fill: #0093dd;
}

#content .personSlider .uk-slidenav-next {
  right: -35px;
}

#content .personSlider .uk-slidenav-previous {
  left: -35px;
}

#content .personSliderItem {
  padding: 0 25px;
  box-sizing: border-box;
  text-align: center;
  font-family: 'PT Serif', serif;
}

#content .personSliderItem:before {
  display: none;
}

#content .personSliderItem-photo {
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#content .personSliderItem-photo a,
#content .personSliderItem-photo div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  border-radius: 50%;
}

#content .personSliderItem-photo a:before,
#content .personSliderItem-photo div:before {
  padding-top: 100%;
  content: '';
  float: left;
}

#content .personSliderItem-name {
  margin-top: 10px;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #3b3b3b;
  text-decoration: none;
}

#content a.personSliderItem-name:hover {
  text-decoration: underline;
}

#content .personSliderItem-position {
  margin-top: 5px;
  font-size: 16px;
  line-height: 20px;
  color: #1969af;
}

#content .document-list {
  margin-bottom: 50px;
}

#content .document-wrapper,
#content .report-wrapper,
#content .prof-wrapper {
  margin-top: 15px;
  padding-top: 15px;
  width: 100%;
  border-top: 1px solid #dcdcdc;
  font-family: 'PT Serif', serif;
  font-size: 18px;
}

@media only screen and (max-width: 959px) {
  #content .document-wrapper,
  #content .report-wrapper,
  #content .prof-wrapper {
    text-align: center;
  }
}

#content .document-wrapper:first-of-type,
#content .report-wrapper:first-of-type,
#content .prof-wrapper:first-of-type {
  padding-top: 0;
  margin-top: 0;
  border: none;
}

#content .document-name,
#content .report-name {
  font-weight: bold;
}

#content .report-person,
#content .report-date {
  font-size: 14px;
}

#content .document-wrapper a:hover,
#content .report-wrapper a:hover,
#content .prof-wrapper a:hover {
  text-decoration: underline;
}

#content .report-link a {
  font-weight: bold;
}

@media only screen and (max-width: 959px) {
  #content .report-wrapper_header {
    display: none;
  }
}

@media only screen and (min-width: 960px) {
  #content .document-wrapper,
  #content .report-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #content .document-name {
    flex: 0 0 calc(100% - 320px);
    width: calc(100% - 320px);
    max-width: calc(100% - 320px);
  }
  #content .report-name {
    flex: 0 0 calc(100% - 420px);
    width: calc(100% - 420px);
    max-width: calc(100% - 420px);
  }
  #content .document-date,
  #content .document-link {
    margin-left: 20px;
    flex: 0 0 140px;
    width: 140px;
    max-width: 140px;
    text-align: center;
  }
  #content .report-person,
  #content .report-date,
  #content .report-link {
    margin-left: 20px;
    flex: 0 0 120px;
    width: 120px;
    max-width: 120px;
  }
  #content .report-link {
    text-align: center;
  }
}

#content .report-wrapper_header .report-name,
#content .report-wrapper_header .report-date,
#content .report-wrapper_header .report-person {
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #1969af;
}

#content .prof-name {
  font-weight: bold;
  text-decoration: none;
  color: #3b3b3b;
}

#content a.prof-name:hover {
  text-decoration: underline;
}

#content .prof-photoWrapper,
#content .chief-photoWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  max-width: 140px;
}

@media only screen and (max-width: 959px) {
  #content .chief-photoWrapper {
    margin: 0 auto;
  }
}

#content .prof-photo,
#content .chief-photo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  background-size: cover !important;
  border-radius: 50%;
}

#content .prof-photo:before,
#content .chief-photo:before {
  padding-top: 100%;
  content: '';
  float: left;
}

#content .chiefInfo-left {
  font-family: 'PT Serif', serif;
  font-size: 16px;
  line-height: 20px;
}

#content .chiefInfo-left strong {
  font-family: 'PT Sans', serif;
  display: block;
}

#content .chief-name {
  margin-top: 10px;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #3b3b3b;
}

@media only screen and (max-width: 959px) {
  #content .chief-position,
  #content .chief-name {
    text-align: center;
  }
}

#content .chief-contact {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 14px;
}

#content .chief-contact strong {
  margin-right: 5px;
  color: #1969af;
}

@media only screen and (max-width: 639px) {
  #content .prof-wrapper {
    text-align: center;
  }
  #content .prof-photoWrapper {
    margin: 0 auto;
  }
  #content .prof-name,
  #content .prof-position {
    margin-top: 10px;
    display: inline-block;
  }
}

@media only screen and (min-width: 640px) {
  #content .prof-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #content .chief-wrapper,
  #content .chief-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #content .prof-photoWrapper,
  #content .chief-photoWrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
  }
  #content .prof-info,
  #content .chief-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 160px);
    flex: 0 0 calc(100% - 160px);
    width: calc(100% - 160px);
    max-width: calc(100% - 160px);
  }
  #content .chiefInfo-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 260px);
    flex: 0 0 calc(100% - 260px);
    width: calc(100% - 260px);
    max-width: calc(100% - 260px);
  }
  #content .chiefInfo-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    width: 240px;
    max-width: 240px;
  }
}

@media only screen and (max-width: 959px) {
  #content .chiefInfo-right {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 960px) {
  #content .prof-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #content .prof-name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 60px);
    flex: 0 0 calc(50% - 60px);
    width: calc(50% - 60px);
    max-width: calc(50% - 60px);
  }
  #content .prof-position {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% + 40px);
    flex: 0 0 calc(50% + 40px);;
    width: calc(50% + 40px);
    max-width: calc(50% + 40px);
  }
}

@media only screen and (max-width: 639px) {
  #content .tabs-header .tabsHeader-item {
    margin-top: 10px;
  }
  #content .tabs-header .tabsHeader-item a {
    border-radius: 10px;
  }
}

@media only screen and (min-width: 640px) {
  #content .tabs-header {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #content .tabs-header .tabsHeader-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  #content .tabs-header .tabsHeader-item a {
    border-radius: 10px 10px 0 0;
  }
}

#content .tabs-header {
  margin-top: 30px;
}

#content .tabs-header .tabsHeader-item a {
  padding: 15px;
  display: block;
  background-color: #ebebeb;
  box-shadow: 0px 0px 3.84px 0.16px rgba(0, 0, 0, 0.15);
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  color: #3b3b3b;
}

#content .tabs-header .tabsHeader-item a:hover {
  background-color: #00549f;
  color: white;
}

#content .tabs-header .tabsHeader-item.uk-active a {
  background-color: white;
  font-weight: bold;
  color: #1969af;
}

#content #tabs {
  margin-bottom: 30px;
  box-shadow: 0px 0px 3.84px 0.16px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 959px) {
  #content #tabs {
    margin-top: 20px;
    border-radius: 10px;
  }
}

#content #tabs .tabs-item {
  padding: 50px 20px;
}

#content #tabs .tabs-item .uk-accordion {
  margin-bottom: 20px;
}

#content #tabs .tabs-item .uk-accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}

#content #tabs .tabs-item .uk-accordion-content {
  margin-left: 20px;
}


#content #tabs .tabs-item .uk-accordion-content .uk-accordion-title {
  font-size: 16px;
}

#content #tabs .tabs-item .uk-accordion-title i {
  margin-right: 10px;
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#content #tabs .tabs-item .uk-accordion-title i svg {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 15px;
  fill: #aaa9a9;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#content #tabs .tabs-item .uk-accordion-title.uk-active i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#content #tabs .tabs-item .uk-accordion-title.uk-active i svg {
  fill: #00549f;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#content #tabs .tabs-item p:last-child {
  margin-bottom: 0;
}

#content form .form-row {
  margin: 0 0 40px 0;
  width: 100%;
  max-width: 600px;
}

#content form .form-row input[type="text"] {
  padding: 15px 30px;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #00549f;
  border-radius: 5px;
  font-size: 16px;
  line-height: 16px;
  color: #3b3b3b;
}

#content form .form-row textarea {
  padding: 15px 30px;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100px;
  border: 1px solid #00549f;
  border-radius: 5px;
  font-size: 16px;
  line-height: 16px;
  color: #3b3b3b;
  resize: none;
}

#content form button {
  padding: 0;
  margin: 0;
  width: 220px;
  height: 50px;
  line-height: 50px;
  border: none;
}

input::-webkit-input-placeholder {
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  color: #3b3b3b
}

input::-moz-placeholder {
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  color: #3b3b3b
}

input:-moz-placeholder {
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  color: #3b3b3b
}

input:-ms-input-placeholder {
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  color: #3b3b3b
}

#content .prettyselect-wrap {
  position: relative;
}

#content .prettyselect-wrap .prettyselect-label {
  position: relative;
  z-index: 1;
  padding: 0 40px 0 30px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: white;
  box-sizing: border-box;
  border: 1px solid #00549f;
  border-radius: 5px;
  outline: none;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#content .prettyselect-wrap select:disabled + .prettyselect-label {
  opacity: 0.5;
  cursor: not-allowed;
}

#content .prettyselect-wrap .prettyselect-label:before {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  font-family: FontAwesome;
  content: "\f0d7";
  width: 34px;
  text-align: center;
  font-size: 18px;
  color: #00549f;
}

#content .prettyselect-wrap .dropwrapper {
  position: absolute;
  z-index: 3;
  top: 50px;
  right: 0;
  left: 0;
  display: block;
  max-height: 240px;
  overflow: hidden;
  box-shadow: 3px 5.196px 20px 0px rgba(0, 0, 0, 0.16);
  background-color: white;
}

#content .prettyselect-wrap .dropwrapper .iScrollVerticalScrollbar {
  top: 10px !important;
  right: 15px !important;
  bottom: 10px !important;
  width: 5px !important;
}

#content .prettyselect-wrap .dropwrapper .iScrollVerticalScrollbar .iScrollIndicator {
  border: none !important;
  border-radius: 0 !important;
  background-color: #407fb7 !important;
}


#content .prettyselect-wrap .prettyselect-drop {
  padding: 0;
  margin: 0;
  list-style: none;
}

#content .prettyselect-wrap .prettyselect-drop li {
  padding: 10px 35px 10px 10px;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  color: #333;
  cursor: pointer;
}

#content .prettyselect-wrap .prettyselect-drop li:hover {
  background-color: #dcdcdc;
}

#content .prettyselect-wrap .prettyselect-drop li:before {
  display: none;
}

.inst-block {
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #dcdcdc;
}

.inst-block:first-of-type {
  padding: 0;
  margin: 0;
  border: none;
}

.inst-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.inst-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.inst-title {
  font-size: 20px;
  font-weight: bold;
}

a.inst-title {
  color: #444;
}

a.inst-title:hover {
  color: #2964D4;
}

.inst-text {
  margin-top: 10px;
}

.inst-contacts {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #fafafa;
  box-shadow: 0px 0px 3.84px 0.16px rgba(0, 0, 0, 0.15);
}

.inst-contacts .instContacts-item {
  margin: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 20px;
  text-align: left;
}

.inst-contacts .instContacts-item strong {
  margin-right: 5px;
  color: #1969af;
}

@media only screen and (min-width: 960px) {
  .inst-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

  }

  .inst-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 320px);
    flex: 0 0 calc(100% - 320px);
    width: calc(100% - 320px);
    max-width: calc(100% - 320px);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .inst-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    width: 300px;
    max-width: 300px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.alphabet-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  list-style: none;
}

.alphabet-wrapper li {
  margin: 0 5px;
  display: inline-block;
  font-family: 'PTSansCaption';
  font-size: 18px;
  cursor: pointer;
}

.alphabet-item {

}

.alphabet-item.active {
  color: #1969af;
}

.additionalSearch {
  margin-bottom: 20px;
}

.additionalSearch .uk-accordion-title {
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
  font-size: 16px;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  color: #1969af;
}

.additionalSearch .uk-accordion-title i {
  margin-right: 5px;
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.additionalSearch .uk-accordion-title i svg {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 15px;
  fill: #aaa9a9;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.additionalSearch .uk-accordion-title.uk-active {
  border-color: transparent;
}

.additionalSearch .uk-accordion-title.uk-active i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.additionalSearch .uk-accordion-title.uk-active i svg {
  fill: #00549f;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.additionalSearch .uk-accordion-content {
  padding: 40px;
  background-color: #fafafa;
  box-shadow: 0px 0px 3.84px 0.16px rgba(0, 0, 0, 0.15);
}


.additionalSearch-row {
  margin-top: 40px;
}

.additionalSearch-row:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 960px) {
  .additionalSearch-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.additionalSearch-row label {
  font-size: 18px;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  color: #3b3b3b;
}

@media only screen and (min-width: 960px) {
  .additionalSearch-row label {
    margin-right: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    width: 200px;
    max-width: 200px;
    text-align: right;
  }
  .additionalSearch-row_checkbox label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    width: 400px;
    max-width: 400px;
    text-align: right;
  }
  .additionalSearch-row .prettyselect-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 220px);
    flex: 0 0 calc(100% - 220px);
    width: calc(100% - 220px);
    max-width: calc(100% - 220px);
  }
}

#center .additionalSearch-row_checkbox input[type="checkbox"] + label {
  margin: 0;
  padding-right: 40px;
  padding-left: 0;
  font-size: 18px;
}

#center .additionalSearch-row_checkbox input[type="checkbox"] + label:before {
  left: inherit;
  right: 0;
  top: 50%;
  margin-top: -10px;
}

#center .additionalSearch-row_checkbox input[type="checkbox"] + label:after {
  left: inherit;
  top: 50%;
  margin-top: -5px;
  right: 4px;
}

@media only screen and (min-width: 960px) {
  .page .content-wrapper,
  .single-post .content-wrapper,
  .blog .content-wrapper {
    background-color: #dcdcdc;
  }
}

@media only screen and (min-width: 1920px) {
  .page #content,
  .single-post #content {
    position: relative;
    min-height: 800px;
  }

  .page #content:before,
  .single-post #content:before {
    position: absolute;
    top: 35px;
    left: -765px;
    display: block;
    content: '';
    width: 765px;
    height: 714px;
    background: url(images/content-left2.png) center center no-repeat;
  }

  .page #content:after,
  .single-post #content:after {
    position: absolute;
    top: 35px;
    right: -765px;
    display: block;
    content: '';
    width: 765px;
    height: 714px;
    background: url(images/content-right2.png) center center no-repeat;
  }

  .page #center,
  .page #right,
  .single-post #center,
  .single-post #right {
    position: relative;
    min-height: 760px;
  }

}

/* КАРТА ОБЪЕКТОВ */
.page-template-page-objects #center .typeFilter-block {
  margin-top: 20px;
}

.page-template-page-objects .typeFilter:not(.uk-active) {
  display: none;
}

.page-template-page-objects .typeFilter-wrapper {
  margin-bottom: 30px;
}

.page-template-page-objects .typeFilter-title {
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-template-page-objects .typeFilter-content {
  padding-left: 30px;
  position: relative;
  max-height: 225px;
  overflow: hidden;
}

.page-template-page-objects .typeFilter-item {
  margin-top: 10px;
}

.page-template-page-objects .typeFilter input {
  display: none;
}

.page-template-page-objects .typeFilter label {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: #3b3b3b;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.page-template-page-objects .typeFilter label:before {
  position: relative;
  top: 4px;
  margin-right: 10px;
  display: inline-block;
  content: '';
  width: 18px;
  height: 18px;
  border: 1px solid #00549f;
  background-color: white;
  cursor: pointer;
}

.page-template-page-objects .typeFilter input:checked + label:after {
  position: absolute;
  top: 10px;
  left: 4px;
  display: block;
  content: '';
  width: 13px;
  height: 9px;
  background: url(images/v-blue.svg);
}

.page-template-page-objects .typeFilter i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.page-template-page-objects .typeFilter-wrapper.opened .typeFilter-title i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.page-template-page-objects #center {
  padding: 0;
}

.page-template-page-objects .cityFilter a {
  font-size: 18px;
  color: #3b3b3b;
}

.page-template-page-objects .cityFilter a.uk-active {
  font-weight: bold;
  color: #1969af;
}

.page-template-page-objects #center #map {
  margin-top: 35px;
  margin-bottom: 30px;
  height: 400px;
}

.post-type-archive-educational-programs .additionalSearch .uk-accordion-title {
  border: none;
}

.post-type-archive-educational-programs .uk-scrollable-box {
  padding: 0;
  height: auto;
  border: none;
  resize: none;
}

.post-type-archive-educational-programs table,
#content #center table {
  width: 100%;
  min-width: 750px;
  border-collapse: collapse;
}

.post-type-archive-educational-programs table th,
.post-type-archive-educational-programs table td,
#content #center table th,
#content #center table td {
  padding: 5px;
  border: 1px solid #00549f;
}

.post-type-archive-educational-programs table th,
#content #center table th {
  text-align: center;
}

.post-type-archive-educational-centers .center-block {
  padding-top: 20px;
  border-bottom: 1px solid #dcdcdc;
}

.post-type-archive-educational-centers .center-block:last-child {
  padding-bottom: 0;
  border: none;
}

.post-type-archive-educational-centers .person-block {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}

.post-type-archive-educational-centers #center p {
  margin-bottom: 20px;
}

@media only screen and (max-width: 959px) {
  .post-type-archive-educational-centers #left {
    display: none;
  }
}

/* Контакты */
.page-template-default #map {
  min-height: 400px;
}

/* Конкурсы и гранты */

/* Сотрудники */
.page-template-staff .content-wrapper {
  background: #fff;
}

.page-template-staff #content:before,
.page-template-staff #content:after {
  background: none !important;
}

/* фотоальбом */
.photoItem {
  margin-bottom: 35px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.photoItem a {
  width: 100%;
}

.photoItem a:before {
  content: '';
  float: left;
  padding-top: 75%;
}

/* телефонный справочник */
.page-template-page-phones #center .alphabet-wrapper {
  margin-bottom: 40px;
}

.page-template-page-phones .alphabet-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-template-page-phones .alphabet-wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}

.page-template-page-phones .alphabet-wrapper li:before {
  display: none;
}

.page-template-page-phones .alphabet-wrapper li:hover,
.page-template-page-phones .alphabet-wrapper li.active {
  color: #00549f;
  text-decoration: underline;
}

.page-template-page-phones #results {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.page-template-page-phones #results .resultItem {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #dcdcdc;
}

.page-template-page-phones #results .resultItem:first-child {
  padding-top: 0;
  margin-top: 0;
  border: none;
}

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

  .page-template-page-phones #results .resultItem .resultItem-department,
  .page-template-page-phones #results .resultItem .resultItem-phone,
  .page-template-page-phones #results .resultItem .resultItem-phone_vn,
  .page-template-page-phones #results .resultItem .resultItem-name {
    text-align: center;
  }

  .page-template-page-phones #results .resultItem .resultItem-phone,
  .page-template-page-phones #results .resultItem .resultItem-name {
    margin-top: 10px;
  }

}

@media only screen and (min-width: 960px) {

  .page-template-page-phones #results .resultItem {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }

  .page-template-page-phones #results .resultItem .resultItem-department {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    width: 250px;
    max-width: 250px;
    text-align: left;
  }

  .page-template-page-phones #results .resultItem .resultItem-phone {
    margin-left: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    width: 100px;
    max-width: 100px;
    text-align: center;
  }

  .page-template-page-phones #results .resultItem .resultItem-phone_vn {
    margin-left: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    width: 50px;
    max-width: 50px;
    text-align: center;
  }

  .page-template-page-phones #results .resultItem .resultItem-name {
    margin-left: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 550px);
    flex: 0 0 calc(100% - 550px);
    width: calc(100% - 550px);
    max-width: calc(100% - 550px);
    text-align: left;
  }

  .page-template-page-phones #results .resultItem .resultItem-name a:hover {
    text-decoration: underline;
  }

}

/* перечень образовательных программ */
.page-template-page-educational-programs .additionalSearch-row input[type="text"] {
  padding: 15px 60px 15px 20px;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #00549f;
  border-radius: 5px;
  font-size: 16px;
  color: #00549f;
}

.page-template-page-educational-programs #results {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.page-template-page-educational-programs #results .resultItem {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #dcdcdc;
}

.page-template-page-educational-programs #results .resultItem:first-child {
  padding-top: 0;
  margin-top: 0;
  border: none;
}

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

  .page-template-page-educational-programs #results .resultItem .resultItem-department,
  .page-template-page-educational-programs #results .resultItem .resultItem-phone,
  .page-template-page-educational-programs #results .resultItem .resultItem-phone_vn,
  .page-template-page-educational-programs #results .resultItem .resultItem-name,
  .page-template-page-educational-programs #results .resultItem .resultItem-request {
    text-align: center;
  }

  .page-template-page-educational-programs #results .resultItem .resultItem-phone,
  .page-template-page-educational-programs #results .resultItem .resultItem-name,
  .page-template-page-educational-programs #results .resultItem .resultItem-discipline,
  .page-template-page-educational-programs #results .resultItem .resultItem-type,
  .page-template-page-educational-programs #results .resultItem .resultItem-request {
    margin-top: 10px;
  }

}

@media only screen and (min-width: 960px) {

  .page-template-page-educational-programs #results .resultItem {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }

  .page-template-page-educational-programs #results .resultItem .resultItem-department {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    width: 150px;
    max-width: 150px;
    text-align: left;
  }

  .page-template-page-educational-programs #results .resultItem .resultItem-discipline {
    margin-left: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 550px);
    flex: 0 0 calc(100% - 550px);
    width: calc(100% - 550px);
    max-width: calc(100% - 550px);
    text-align: left;
  }

  .page-template-page-educational-programs #results .resultItem .resultItem-discipline a:hover {
    text-decoration: underline;
  }

  .page-template-page-educational-programs #results .resultItem .resultItem-type {
    margin-left: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    width: 150px;
    max-width: 150px;
    text-align: center;
  }

  .page-template-page-educational-programs #results .resultItem .resultItem-request {
    margin-left: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    width: 100px;
    max-width: 100px;
    text-align: center;
  }

}

/* справочник оборудования */
.page-template-page-equipments #center .alphabet-wrapper {
  margin-bottom: 40px;
}

.page-template-page-equipments .alphabet-wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}

.page-template-page-equipments .alphabet-wrapper li:before {
  display: none;
}

.page-template-page-equipments .alphabet-wrapper li:hover,
.page-template-page-equipments .alphabet-wrapper li.active {
  color: #00549f;
  text-decoration: underline;
}

.page-template-page-equipments #departments {
  font-family: 'PT Serif', serif;
  text-align: left;
  color: #3b3b3b;
}

.page-template-page-equipments #departments .title {
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  cursor: pointer;
}

.page-template-page-equipments #departments .title:hover {
  text-decoration: underline;
}


.page-template-page-equipments #departments ul {
  margin: 10px 0 40px 0;
}

@media only screen and (min-width: 960px) {

  .page-template-page-equipments #departments {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .page-template-page-equipments #departments div {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
  }

}

.page-template-page-equipments #departments ul li {
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  cursor: pointer;
}

.page-template-page-equipments #departments ul li:hover {
  text-decoration: underline;
}

/* афиша */
.page-template-page-poster .calendar {
  margin: 0 auto;
  max-width: 580px;
}

@media only screen and (max-width: 959px) {
  .page-template-page-poster .calendar {
    max-width: 325px;
  }
}

.page-template-page-poster .calendarTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-template-page-poster .calendarTop-prev,
.page-template-page-poster .calendarTop-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-item: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #aaa9a9;
}

.page-template-page-poster .calendarTop-current {
  margin: 0 20px;
  font-weight: bold;
  line-height: 30px;
  color: #3b3b3b;
}

.page-template-page-poster .calendar-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-template-page-poster .calendar-col {
  margin: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 34px;
  flex: 0 0 40px;
  width: 40px;
  max-width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 959px) {
  .page-template-page-poster .calendar-col {
    margin: 8px;
    width: 30px;
    max-width: 30px;
    height: 30px;
    font-size: 14px;
  }
}

.page-template-page-poster .calendar-col.current {
  border: 3px solid #b2e0fc;
  box-sizing: border-box;
  border-radius: 50%;
}

.page-template-page-poster .calendar-col.event {
  background-color: #00549f;
  border-radius: 50%;
  font-weight: bold;
  color: white;
  cursor: pointer;
}

.page-template-page-poster .calendar-row_daynames .calendar-col {
  font-weight: bold;
  color: #1969af;
}

.page-template-page-poster .calendar-col.disabled {
  color: #aaa9a9;
}

.page-template-page-poster #eventsPopup {
  width: 760px;
  max-width: 80%;
}

.page-template-page-poster #eventsPopup .event-row {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #dcdcdc;
}

@media only screen and (min-width: 960px) {
  .page-template-page-poster #eventsPopup .event-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-template-page-poster #eventsPopup .event-name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    width: 70%;
    max-width: 70%;
  }

  .page-template-page-poster #eventsPopup .event-category {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    width: 30%;
    max-width: 30%;
  }
}

.page-template-page-poster #eventsPopup .event-row:first-child {
  padding-top: 0;
  margin-top: 0;
  border: none;
}

.page-template-page-poster #eventInfo {
  width: 960px;
  max-width: 80%;
}

@media only screen and (max-width: 959px) {
  .page-template-page-dissertations-search #results {
    width: 100% !important;
  }
  .page-template-page-dissertations-search #results > div {
    width: auto !important;
  }
  .page-template-page-dissertations-search #results form > div {
    float: none !important;
    margin: 0 !important;
    width: 100% !important;
    text-align: left !important;
  }
  .page-template-page-dissertations-search #results form > div > div {
    text-align: left !important;
  }
  .page-template-page-dissertations-search #results input[name="p_fio"] {
    width: 190px !important;
  }
}

.page-template-page-dissertations-search #results .datepicker {
  border: 1px solid lightgrey;
}

.page-template-page-dissertations-search #results input[type="checkbox"] {
  display: inline-block;
}

.page-template-page-dissertations-search #result_table {
  margin-top: 40px;
  margin-bottom: 0 !important;
  min-width: inherit !important;
}

.page-template-page-dissertations-advice #result {
  width: 100% !important;
  min-width: inherit !important;
}

.page-template-page-dissertations-advice #result table {
  width: inherit !important;
  min-width: inherit !important;
}

.page-template-page-dissertations-advice #result div {
  width: auto !important;
}

.page-template-page-dissertations-ads #results tr,
.page-template-page-dissertations-list #results tr,
.page-template-page-dissertations-search #result_table tr,
.page-template-page-dissertations-advice #result tr {
  background-image: none !important;
}

.page-template-page-dissertations-ads #results tr.konf_tr,
.page-template-page-dissertations-list #results tr.konf_tr,
.page-template-page-dissertations-search #result_table tr.konf_tr,
.page-template-page-dissertations-advice #result tr.konf_tr {
  border-bottom: 1px solid #9c27b0;
}

.page-template-page-dissertations-ads #results tr td,
.page-template-page-dissertations-list #results tr td,
.page-template-page-dissertations-search #result_table tr td,
.page-template-page-dissertations-advice #result tr td {
  border: none !important;
}

/* Версия для слабовидящих */
.poor-vision_version a {
  text-decoration: underline;
}

.poor-vision_version a:hover {
  text-decoration: none;
}

.poor-vision_version .content-wrapper {
  min-height: calc(100vh - 172px);
}

.poor-vision_version #blind-panel {
  position: fixed;
  top: 0px;
  z-index: 1000;
  width: 500px;
  left: 35%;
  height: 30px;
  line-height: 30px;
  background-color: grey;
  font-size: 17px;
  font-family: "Times New Roman";
  text-align: center;
}

.poor-vision_version #blind-panel a {
  margin: 0 10px;
  cursor: pointer;
  color: inherit;
}

.poor-vision_version #blind-panel #font-size a:hover {
  background-color: white;
  text-decoration: underline;
}

.poor-vision_version #blind-panel #font-size a.active {
  background-color: black;
  color: white;
}

.poor-vision_version #blind-panel #font-size a:hover {
  background-color: white;
  text-decoration: underline;
}

.poor-vision_version #blind-panel #font-size a.active {
  background-color: black;
  color: white;
}

.poor-vision_version #blind-panel #font-small {
  font-size: 18px;
}

.poor-vision_version #blind-panel #font-medium {
  font-size: 20px;
}

.poor-vision_version #blind-panel #font-big {
  font-size: 22px;
}

.poor-vision_version #blind-panel #color a {
  font-size: 22px;
}

.poor-vision_version #blind-panel #color #standart {
  background-color: white;
  color: black;
}

.poor-vision_version #blind-panel #color #invert {
  background-color: black;
  color: white;
}

.poor-vision_version #blind-panel #color #blue {
  background-color: #9dd1ff;
  color: black;
}

.poor-vision_version #content.has-left-menu #center,
.poor-vision_version header #wp-megamenu-main {
  background-color: transparent;
}

.poor-vision_version header #wp-megamenu-main.wpmm-sticky-wrap {
  position: static;
  box-shadow: none;
  background-color: transparent;
}

.poor-vision_version header #wp-megamenu-main.wpmm-sticky-wrap {
  text-align: center;
  animation: none;
}

.poor-vision_version header #wp-megamenu-main > .wpmm-nav-wrap .wpmm_brand_logo_wrap {
  display: block;
}

.poor-vision_version header #wp-megamenu-main > .wpmm-nav-wrap .wpmm_brand_logo_wrap a {
  margin-top: 5px;
  margin-right: 15px;
  margin-bottom: 5px;
  display: block;
  width: 50px;
  height: 60px;
}

.poor-vision_version header #wp-megamenu-main > .wpmm-nav-wrap .wpmm_brand_logo_wrap img {
  display: none;
}

.poor-vision_version header #wp-megamenu-main.wpmm-sticky-wrap > .wpmm-nav-wrap {
  padding-right: 0;
  padding-left: 0;
  width: inherit;
}

.poor-vision_version header #wp-megamenu-main.wpmm-sticky-wrap > .wpmm-nav-wrap ul.wp-megamenu > li > a {
  padding-top: 0;
  padding-bottom: 15px;
}

.poor-vision_version header #wp-megamenu-main > .wpmm-nav-wrap ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu:before {
  box-shadow: none;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}

.poor-vision_version header .wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a:hover,
.poor-vision_version header #wp-megamenu-main > .wpmm-nav-wrap .wp-megamenu > li > ul.wp-megamenu-sub-menu li.wpmm-type-widget > a,
.poor-vision_version header #wp-megamenu-main > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li a:hover,
.poor-vision_version header #wp-megamenu-main > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.current-menu-item a {
  text-decoration: none;
  color: inherit;
}

.poor-vision_version #content .prettyselect-wrap .prettyselect-label,
.poor-vision_version #content .prettyselect-wrap .prettyselect-label:before {
  color: #444;
}

.poor-vision_version.color_standart header #wp-megamenu-main > .wpmm-nav-wrap .wpmm_brand_logo_wrap a,
.poor-vision_version.color_blue header #wp-megamenu-main > .wpmm-nav-wrap .wpmm_brand_logo_wrap a {
  background: url(images/logo_black.svg) center center no-repeat;
}

.poor-vision_version.color_invert header #wp-megamenu-main > .wpmm-nav-wrap .wpmm_brand_logo_wrap a {
  background: url(images/logo_white.svg) center center no-repeat;
}

.poor-vision_version.color_standart .content-wrapper,
.poor-vision_version.color_blue .content-wrapper {
  border-top: 2px solid black;
}

.poor-vision_version.color_invert .content-wrapper {
  border-top: 2px solid white;
}


.poor-vision_version .content-wrapper,
.poor-vision_version #content #left,
.poor-vision_version #center,
.poor-vision_version .inst-contacts,
.poor-vision_version #center h2.pretty-title,
.poor-vision_version .uk-alert,
.poor-vision_version .additionalSearch .uk-accordion-content,
.poor-vision_version #content #tabs {
  background-color: transparent;
  box-shadow: none;
}

.poor-vision_version .under-slider_links a,
.poor-vision_version .wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a,
.poor-vision_version #center h1,
.poor-vision_version #content #left .title,
.poor-vision_version #content #left .menu li a,
.poor-vision_version #content #left label,
.poor-vision_version #center ul li:before,
.poor-vision_version #center .person-position, #center .grant-position,
.poor-vision_version #center .person-description strong,
.poor-vision_version #center .searchForm input[type = "text"],
.poor-vision_version .inst-contacts .instContacts-item strong,
.poor-vision_version #content .chief-name,
.poor-vision_version #content .chief-contact strong,
.poor-vision_version #content .tabs-header .tabsHeader-item.uk-active a,
.poor-vision_version #content .report-wrapper_header .report-name,
.poor-vision_version #content .report-wrapper_header .report-date,
.poor-vision_version #content .report-wrapper_header .report-person,
.poor-vision_version .uk-alert,
.poor-vision_version .additionalSearch .uk-accordion-title,
.poor-vision_version #nir_filter.uk-form .uk-form-label,
.poor-vision_version #events_filter.uk-form .uk-form-label,
.poor-vision_version.page-template-page-poster .calendar-row_daynames .calendar-col,
.poor-vision_version #content #left .back,
.poor-vision_version #news .news-item .card-title,
.poor-vision_version #anonce .anonce-item .card .card-title,
.poor-vision_version #anonce .anonce-item .card .card-date,
.poor-vision_version.home .blue-block {
  color: inherit;
}

.poor-vision_version #res_list td a {
  color: inherit !important;
}

.poor-vision_version #content #left .menu li > a.active,
.poor-vision_version #content #left .menu li > a:hover,
.poor-vision_version #content #left .back:hover {
  text-decoration: inherit;
}

.poor-vision_version.color_invert {
  background-color: black;
  color: white;
}

.poor-vision_version.color_blue {
  background-color: #9dd1ff;
  color: #444;
}

.poor-vision_version.color_standart #content #left .menu li.parent > a > i svg,
.poor-vision_version.color_standart #content #left .back > i svg,
.poor-vision_version.color_blue #content #left .menu li.parent > a > i svg,
.poor-vision_version.color_blue #content #left .back > i svg {
  fill: black;
}

.poor-vision_version.color_standart .blue-btn,
.poor-vision_version.color_standart #main_submit.uk-button-primary,
.poor-vision_version.color_standart #content #left .menu > li > a.active,
.poor-vision_version.color_standart #content #left .menu > li > a:hover,
.poor-vision_version.color_standart #content #left .menu > li.parent.opened > ul,
.poor-vision_version.color_standart #content .tabs-header .tabsHeader-item a,
.poor-vision_version.color_standart #content .prettyselect-wrap .prettyselect-drop li:hover,
.poor-vision_version.color_standart .pagination a,
.poor-vision_version.color_standart.page-template-page-poster .calendar-col.event,
.poor-vision_version.color_standart .fancybox-close-small,
.poor-vision_version.color_blue .blue-btn,
.poor-vision_version.color_blue #main_submit.uk-button-primary,
.poor-vision_version.color_blue #content #left .menu > li > a.active,
.poor-vision_version.color_blue #content #left .menu > li > a:hover,
.poor-vision_version.color_blue #content #left .menu > li.parent.opened > ul,
.poor-vision_version.color_blue #content .tabs-header .tabsHeader-item a,
.poor-vision_version.color_blue #content .prettyselect-wrap .prettyselect-drop li:hover,
.poor-vision_version.color_blue .pagination a,
.poor-vision_version.color_blue.page-template-page-poster .calendar-col.event,
.poor-vision_version.color_blue .fancybox-close-small {
  background-color: #444;
  color: white;
}

.poor-vision_version.color_standart #content #left .menu > li > a.active > i svg,
.poor-vision_version.color_standart #content #left .menu > li.parent > a:hover > i svg,
.poor-vision_version.color_blue #content #left .menu > li > a.active > i svg,
.poor-vision_version.color_blue #content #left .menu > li.parent > a:hover > i svg {
  fill: white;
}

.poor-vision_version.color_standart #content .tabs-header .tabsHeader-item.uk-active a,
.poor-vision_version.color_blue #content .tabs-header .tabsHeader-item.uk-active a {
  background-color: white;
  color: #444;
}

.poor-vision_version.color_standart #content form .form-row input[type="text"],
.poor-vision_version.color_standart #content form .form-row .prettyselect-label,
.poor-vision_version.color_standart #content form .form-row textarea,
.poor-vision_version.color_standart #center .searchForm input[type = "text"],
.poor-vision_version.color_standart #content .prettyselect-wrap .prettyselect-label,
.poor-vision_version.color_standart #content #left label:before,
.poor-vision_version.color_standart .post-type-archive-educational-programs table th,
.poor-vision_version.color_standart .post-type-archive-educational-programs table td,
.poor-vision_version.color_standart #content #center table th, #content #center table td,
.poor-vision_version.color_standart.page-template-page-poster .calendar-col.current,
.poor-vision_version.color_blue #content form .form-row input[type="text"],
.poor-vision_version.color_blue #content form .form-row .prettyselect-label,
.poor-vision_version.color_blue #content form .form-row textarea,
.poor-vision_version.color_blue #center .searchForm input[type = "text"],
.poor-vision_version.color_blue #content .prettyselect-wrap .prettyselect-label,
.poor-vision_version.color_blue #content #left label:before,
.poor-vision_version.color_blue .post-type-archive-educational-programs table th,
.poor-vision_version.color_blue .post-type-archive-educational-programs table td,
.poor-vision_version.color_blue #content #center table th, #content #center table td,
.poor-vision_version.color_blue.page-template-page-poster .calendar-col.current {
  border-color: #444;
}

.poor-vision_version.color_standart #content .prettyselect-wrap .dropwrapper .iScrollVerticalScrollbar .iScrollIndicator,
.poor-vision_version.color_blue #content .prettyselect-wrap .dropwrapper .iScrollVerticalScrollbar .iScrollIndicator {
  background-color: #444 !important;
}

.poor-vision_version.color_invert #content form .form-row input[type="text"],
.poor-vision_version.color_invert #content form .form-row .prettyselect-label,
.poor-vision_version.color_invert #content form .form-row textarea,
.poor-vision_version.color_invert #center .searchForm input[type = "text"],
.poor-vision_version.color_invert #content .prettyselect-wrap .prettyselect-label,
.poor-vision_version.color_invert #content #left label:before,
.poor-vision_version.color_invert.post-type-archive-educational-programs table th,
.poor-vision_version.color_invert.post-type-archive-educational-programs table td,
.poor-vision_version.color_invert #content #center table th,
.poor-vision_version.color_invert #content #center table td,
.poor-vision_version.color_invert.page-template-page-poster .calendar-col.current {
  border-color: white;
}

.poor-vision_version.color_invert.post-type-archive-educational-programs table th a,
.poor-vision_version.color_invert #content #center table th a {
  color: white !important;
}

.poor-vision_version.color_invert #content #left .menu li.parent > a > i svg,
.poor-vision_version.color_invert #content #left .back > i svg {
  fill: white;
}

.poor-vision_version.color_invert .blue-btn,
.poor-vision_version.color_invert #main_submit.uk-button-primary,
.poor-vision_version.color_invert #content #left .menu > li > a.active,
.poor-vision_version.color_invert #content #left .menu > li > a:hover,
.poor-vision_version.color_invert #content #left .menu > li.parent.opened > ul,
.poor-vision_version.color_invert #content .tabs-header .tabsHeader-item a,
.poor-vision_version.color_invert #content .prettyselect-wrap .prettyselect-drop li:hover,
.poor-vision_version.color_invert .pagination a,
.poor-vision_version.color_invert.page-template-page-poster .calendar-col.event,
.poor-vision_version.color_invert .fancybox-close-small,
.poor-vision_version.color_invert .datepicker-inline {
  background-color: white;
  color: black;
}

.poor-vision_version.color_invert #content #left .menu > li > a.active > i svg,
.poor-vision_version.color_invert #content #left .menu > li.parent > a:hover > i svg {
  fill: black;
}

.poor-vision_version.color_standart #content .tabs-header .tabsHeader-item.uk-active a,
.poor-vision_version.color_blue #content .tabs-header .tabsHeader-item.uk-active a {
  background-color: white;
  color: #444;
}

.poor-vision_version.color_standart #content #tabs,
.poor-vision_version.color_blue #content #tabs {
  border: 1px solid black;
}

.poor-vision_version.color_invert #content #tabs {
  border: 1px solid white;
}

.poor-vision_version.color_standart footer,
.poor-vision_version.color_blue footer {
  border-top: 2px solid black;
}

.poor-vision_version.color_invert footer {
  border-top: 2px solid white;
}

.poor-vision_version footer .footer-bottom {
  font-size: 18px;
}

.poor-vision_version footer a {
  color: inherit;
}

.poor-vision_version #content #left .title,
.poor-vision_version #center {
  font-size: inherit;
}

.poor-vision_version.font_small #content #left .title,
.poor-vision_version.font_small #content #left .menu > li > a,
.poor-vision_version.font_small #content #left .menu > li.parent > ul > li > a,
.poor-vision_version.font_small #center,
.poor-vision_version.font_small #center h1,
.poor-vision_version.font_small #center h2,
.poor-vision_version.font_small #center h3,
.poor-vision_version.font_small blockquote,
.poor-vision_version.font_small #content #left label,
.poor-vision_version.font_small #nir_filter.uk-form .uk-form-label,
.poor-vision_version.font_small #events_filter.uk-form .uk-form-label,
.poor-vision_version.font_small #content #left .back,
.poor-vision_version.font_small #news .block-top .block-actions .btn,
.poor-vision_version.font_small.home .block .block-top .block-title,
.poor-vision_version.font_small.home #content #left .back,
.poor-vision_version.font_small.home #news .news-item .card-title,
.poor-vision_version.font_small.home #anonce .anonce-item .card .card-title,
.poor-vision_version.font_small.home #anonce .anonce-item .card .card-date,
.poor-vision_version.font_small.home #slider .usLinks-item,
.poor-vision_version.font_small.home #links .block-links ul li a {
  font-size: 20px;
  line-height: 28px;
}

.poor-vision_version.font_small #center input {
  font-size: 20px;
  line-height: 20px;
}

.poor-vision_version.font_medium #content #left .title,
.poor-vision_version.font_medium #content #left .menu > li > a,
.poor-vision_version.font_medium #content #left .menu > li.parent > ul > li > a,
.poor-vision_version.font_medium #center,
.poor-vision_version.font_medium #center h1,
.poor-vision_version.font_medium #center h2,
.poor-vision_version.font_medium #center h3,
.poor-vision_version.font_medium blockquote,
.poor-vision_version.font_medium #content #left label,
.poor-vision_version.font_medium #nir_filter.uk-form .uk-form-label,
.poor-vision_version.font_medium #events_filter.uk-form .uk-form-label,
.poor-vision_version.font_medium #content #left .back,
.poor-vision_version.font_medium #news .block-top .block-actions .btn,
.poor-vision_version.font_medium.home .block .block-top .block-title,
.poor-vision_version.font_medium.home #content #left .back,
.poor-vision_version.font_medium.home #news .news-item .card-title,
.poor-vision_version.font_medium.home #anonce .anonce-item .card .card-title,
.poor-vision_version.font_medium.home #anonce .anonce-item .card .card-date,
.poor-vision_version.font_medium.home #slider .usLinks-item,
.poor-vision_version.font_medium.home #links .block-links ul li a {
  font-size: 22px;
  line-height: 30px;
}

.poor-vision_version.font_medium #center input {
  font-size: 22px;
  line-height: 22px;
}

.poor-vision_version.font_big #content #left .title,
.poor-vision_version.font_big #content #left .menu > li > a,
.poor-vision_version.font_big #content #left .menu > li.parent > ul > li > a,
.poor-vision_version.font_big #center,
.poor-vision_version.font_big #center h1,
.poor-vision_version.font_big #center h2,
.poor-vision_version.font_big #center h3,
.poor-vision_version.font_big blockquote,
.poor-vision_version.font_big #content #left label,
.poor-vision_version.font_big #nir_filter.uk-form .uk-form-label,
.poor-vision_version.font_big #events_filter.uk-form .uk-form-label,
.poor-vision_version.font_big #content #left .back,
.poor-vision_version.font_big #news .block-top .block-actions .btn,
.poor-vision_version.font_big.home .block .block-top .block-title,
.poor-vision_version.font_big.home #content #left .back,
.poor-vision_version.font_big.home #news .news-item .card-title,
.poor-vision_version.font_big.home #anonce .anonce-item .card .card-title,
.poor-vision_version.font_big.home #anonce .anonce-item .card .card-date,
.poor-vision_version.font_big.home #slider .usLinks-item,
.poor-vision_version.font_big.home #links .block-links ul li a {
  font-size: 25px;
  line-height: 32px;
}

.poor-vision_version.font_big #center input {
  font-size: 25px;
  line-height: 25px;
}

/* главная страница */
.poor-vision_version .form-control {
  background-image: none !important;
}

.poor-vision_version #slider,
.poor-vision_version.home .white-block,
.poor-vision_version.home #anonce {
  background-color: transparent;
}

.poor-vision_version #slider .under-slider_links {
  margin: inherit;
  width: inherit;
}

.poor-vision_version #slider .usLinks-item {
  width: 50%;
  text-align: left;
}

.poor-vision_version #slider .usLinks-item a {
  font-size: inherit;
}

.poor-vision_version #slider .usLinks-item svg {
  display: none;
}

.poor-vision_version.color_standart #slider .usLinks-item a,
.poor-vision_version.color_standart #news .block-top .block-actions .btn,
.poor-vision_version.color_standart #news .news-item .card,
.poor-vision_version.color_standart #anonce .anonce-item .card,
.poor-vision_version.color_standart.home .block-top .block-title a,
.poor-vision_version.color_standart #links .block-links ul li a,
.poor-vision_version.color_blue #slider .usLinks-item a,
.poor-vision_version.color_blue #news .block-top .block-actions .btn,
.poor-vision_version.color_blue #news .news-item .card,
.poor-vision_version.color_blue #anonce .anonce-item .card,
.poor-vision_version.color_blue.home .block-top .block-title a,
.poor-vision_version.color_blue #links .block-links ul li a {
  color: black !important;
}

.poor-vision_version.color_invert #slider .usLinks-item a,
.poor-vision_version.color_invert #news .block-top .block-actions .btn,
.poor-vision_version.color_invert #news .news-item .card,
.poor-vision_version.color_invert #anonce .anonce-item .card {
  color: white;
}

.poor-vision_version #news .block-top .block-actions {
  top: 0;
}

.poor-vision_version #news .block-top .block-actions .btn {
  padding: 0;
}

.poor-vision_version #news .news-item {
  width: 100%;
}

.poor-vision_version #news .news-item .card,
.poor-vision_version #anonce .anonce-item .card {
  margin-top: 0;
  background-color: transparent;
  box-shadow: none;
  text-decoration: none;
}

.poor-vision_version.color_standart #news .news-item .card:hover,
.poor-vision_version.color_blue #news .news-item .card:hover {
  background-color: #444;
}

.poor-vision_version.color_invert #news .news-item .card:hover,
.poor-vision_version.color_invert #anonce .anonce-item .card:hover {
  background-color: white;
}

.poor-vision_version.color_invert #news .news-item .card:hover .card-title,
.poor-vision_version.color_invert #news .news-item .card:hover .card-text,
.poor-vision_version.color_invert #anonce .anonce-item .card:hover .card-title,
.poor-vision_version.color_invert #anonce .anonce-item .card:hover .card-date {
  color: black;
}

.poor-vision_version #news .news-item .card-image,
.poor-vision_version #anonce .anonce-item .card .card-image {
  display: none;
}

.poor-vision_version #anonce .anonce-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

.poor-vision_version #anonce .anonce-left .anonce-item {
  padding: 0;
  list-style: none;
}

.poor-vision_version #links {
  background-color: transparent;
  background-image: none;
}

.poor-vision_version #links .block-left ul li {
  padding-left: 0;
}

.poor-vision_version #links .block-center,
.poor-vision_version #links .block-right {
  text-align: left;
}

.poor-vision_version #links .block-center .block-title.desktop {
  display: none;
}

.poor-vision_version #links .block-center .block-title.mobile {
  margin-bottom: 30px;
  margin-top: 0;
  display: block !important;
}

.poor-vision_version #links .block-center ul {
  margin-top: 0;
}

.poor-vision_version #links .block-right ul li {
  padding-right: 0;
  text-align: left;
}

.poor-vision_version #links .block-links ul li a {
  border-color: transparent;
}


#new-login .uk-button-primary {
  background: #00549f;
}


/* WordPress */
/** Pagination **/

.nav-links > * {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 4px;
  background-color: #0a4b83;
  color: #fff;
}

.nav-links > *:hover {
  opacity: 0.8;
}

.nav-links a:hover {
  color: #fff;
  opacity: 0.7;
  text-decoration: none;

}
