/*!
 * assets/stylesheets/app/00-flexible-grids.css
 */

/**
 * "Yet Another Multicolumn Layout" - YAML CSS Framework
 *
 * central stylesheet - layout example "flexible-grids"
 *
 * @copyright       Copyright 2005-2012, Dirk Jesse
 * @license         CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-CDL (http://www.yaml.de/license.html)
 * @link            http://www.yaml.de
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(/assets/yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
/* @import url(/assets/yaml/forms/gray-theme.css); */

@import url(/assets/yaml/screen/typography.css);

/* import print layout | Druck-Layout einbinden */
@import url(/assets/yaml/print/print.css);


/*!
 * assets/stylesheets/app/01-flexible-grids-udsu.css
 */

@media all {
  .ym-g28 {
    width: 28%;
  }
  .ym-g72 {
    width: 72%;
  }
}

@media screen and (min-width: 720px) {
  .ym-wbox {
    padding: 1.5rem;
  }
  .footer-wrapper .ym-wbox {
    padding: 1.5rem 0;
  }
}
@media screen and (max-width: 719px) {
  .ym-wbox {
    padding: 1rem;
  }
}


/*!
 * assets/stylesheets/app/01-screen-UDSU-layout.css
 */

/**
 * "Yet Another Multicolumn Layout" - YAML CSS Framework
 *
 * default screen stylesheet - FULLPAGE-layout type layout
 *
 * @copyright       © 2005-2013, Dirk Jesse
 * @license         CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-CDL (http://www.yaml.de/license.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         4.1.2
 */
/* @media screen {*/
  /* force vertical scrollbar */
  body {
    overflow-y: scroll;
    max-width: 80rem;
    min-width: 320px;
    margin: 0 auto;
  }

  /* Layout Module Configuration */
  .ym-wrapper {
    max-width: 1999px;
    margin: 0 auto;
  }

  /* fallback for missing media queries support*/
  header.main, nav.main, main, footer.main {
    min-width: 720px;
  }

  /* Basic Element Styling */
  main .info {
    margin-bottom: 1.5em;
  }
  main aside .ym-gbox-right {
    border-left: 1px #ddd solid;
  }

  footer p {
    margin: 0;
  }

  .ym-gbox {
    padding: 0 1.5rem;
  }

  .ym-gbox-left {
    padding: 0 1.5rem 0 0;
  }

  .ym-gbox-right {
    padding: 0 0 0 1.5rem;
  }

  /* skip links styling */
  .ym-skiplinks a.ym-skip:focus,
  .ym-skiplinks a.ym-skip:active {
    color: #fff;
    background: #333;
    border-bottom: 1px #000 solid;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
  }
/* } */
/* reset fallback values in modern browsers */
@media screen and (min-width: 0px) {
  header.main, nav.main, main, footer.main {
    min-width: 0;
  }
}
@media screen and (max-width: 999px) {
  /* Linearisation for Grid- and Column-Module, based on CSS class .linearize-level-1 */
  .linearize-level-1, .linearize-level-1 > [class*="ym-c"], .linearize-level-1 > [class*="ym-g"] {
    /* linearization for grids and columns module */
    display: block;
    float: none;
    padding: 0;
    margin: 0;
    width: auto !important;
  }
  .linearize-level-1 > [class*="ym-c"] > [class*="ym-cbox"], .linearize-level-1 > [class*="ym-g"] > [class*="ym-gbox"] {
    /* reset defined gutter values */
    margin: 0;
    padding: 0;
  }

  .secondary {
    border-top: 1px #888 solid;
    margin-top: 1.5em !important;
    padding-top: 1.5em !important;
  }

  main aside .ym-gbox-right {
    border: 0 none;
  }

  .ym-searchform {
    display: block;
    float: none;
    width: auto;
    text-align: right;
  }

  .ym-searchform input[type="search"] {
    width: 14%;
  }
}
@media screen and (max-width: 719px) {
  /* Linearisation for Grid- and Column-Module, based on CSS class .linearize-level-2 */
  .linearize-level-2, .linearize-level-2 > [class*="ym-c"], .linearize-level-2 > [class*="ym-g"] {
    /* linearization for grids and columns module */
    display: block;
    float: none;
    padding: 0;
    margin: 0;
    width: auto !important;
  }
  .linearize-level-2 > [class*="ym-c"] > [class*="ym-cbox"], .linearize-level-2 > [class*="ym-g"] > [class*="ym-gbox"] {
    /* reset defined gutter values */
    margin: 0;
    padding: 0;
    /* optional for containing floats */
    /*overflow: hidden;*/
  }

  header h1 {
    font-size: 1.5em;
    line-height: 1em;
    margin: 0;
  }

  .ym-searchform,
  nav .ym-hlist ul,
  nav .ym-hlist li {
    display: block;
    float: none;
    width: auto;
    text-align: left;
  }

  .ym-searchform input[type="search"] {
    width: 75%;
  }
}

.mt-2 {
  margin-top: 2rem;
}


/*!
 * assets/stylesheets/app/02-nav-core.css
 */

.nav-lock-scroll {
  overflow: hidden;
}

.nav {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.nav ul {
  display: block;
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.nav a,
.nav a:hover,
.nav a:active {
  display: block;
  position: relative;
}

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

  .nav {
    display: block;
    position: relative;
    bottom: auto;
    overflow: visible;
  }

  .nav li {
    position: relative;
    white-space: nowrap;
  }

  .nav > ul > li {
    display: inline-block;
  }

  .nav ul {
    display: block;
  }

  .nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 910;
  }

  .nav ul ul ul {
    top: 0;
    left: 100%;
    z-index: 920;
  }

  .nav ul ul ul ul {
    z-index: 930;
  }

  .nav ul ul ul ul ul {
    z-index: 940;
  }

  .nav ul ul li.nav-left > ul {
    left: auto;
    right: 95%;
  }

  .nav-no-js .nav li:hover > ul {
    display: block;
  }

}

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

  .nav-no-js .nav-button:hover + .nav,
  .nav-no-js .nav:hover,
  .nav-no-js .nav-button:hover + .nav + .nav-close,
  .nav-no-js .nav:hover + .nav-close {
    display: block;
  }

}



/*!
 * assets/stylesheets/app/02-nav-layout.css
 */

@font-face {
  font-family: "icon-font";
  src: url('/fonts/icon-font.eot');
  src: url('/fonts/icon-font.eot?#iefix') format('eot'), url('/fonts/icon-font.woff') format('woff'), url('/fonts/icon-font.ttf') format('truetype'), url('/fonts/icon-font.svg#icon-font') format('svg');
}

.icon-desktop:before,
.icon-menu-close:before,
.icon-menu:before,
.icon-mobile:before,
.icon-submenu-down:before,
.icon-submenu-right:before,
.icon-world:before,
.nav-button:before,
.nav-close:before,
.nav .nav-submenu > a:after,
.nav > ul > .nav-submenu > a:after {
  font-family: "icon-font";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  vertical-align: top;
}

.icon-desktop:before {
  content: "\E001";
}

.icon-menu-close:before {
  content: "\E002";
}

.icon-menu:before {
  content: "\E003";
}

.icon-mobile:before {
  content: "\E004";
}

.icon-submenu-down:before {
  content: "\E005";
}

.icon-submenu-right:before {
  content: "\E006";
}

.icon-world:before {
  content: "\E007";
}

.nav-button,
.nav-close {
  position: fixed;
  top: 0;
  width: 2.4rem;
  overflow: hidden;
  z-index: 920;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}

.nav-button:before,
.nav-close:before {
  display: block;
  text-align: center;
}

.nav-button {
  display: block;
  right: 1rem;
  font-size: 1.7rem;
}

.nav-button:before {
  content: "\E003";
}

.nav-close {
  display: none;
  right: 4rem;
  font-size: 1.9rem;
}

.nav-close:before {
  content: "\E002";
}

.nav li {
  border-top: 1px solid #59544F;
  cursor: pointer;
}

.nav li:hover > a,
.nav li.nav-active > a {
  color: #923600;
  background: inherit;
}

.nav .nav-submenu > a {
  padding-right: 2em !important;
}

.nav a,
.nav a:hover,
.nav a:active {
  padding: 8px 1rem 9px;
  line-height: 1.2;
  text-decoration: none;
}

.nav .nav-submenu > a:after {
  position: absolute;
  display: block;
  right: 0.75em;
  top: 9px;
  content: "\E005";
}

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

  .nav .nav-submenu > a:after {
    font-size: 0.75em;
    top: 50%;
    margin-top: -0.5em;
  }

  body {
    padding: 0 !important;
  }

  .nav-button {
    display: none;
  }

  .nav > ul > li {
    border-top: none;
  }

  .nav li > ul {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  }

  .nav ul ul ul li:first-child {
    border-top: none;
  }

  .nav .nav-left > ul {
    border-radius: 6px 0 6px 6px;
  }

  .nav .nav-submenu li {
    min-width: 110px;
  }

  .nav .nav-submenu > ul {
    margin: 0;
  }

  .nav > ul > .nav-submenu > a:after {
    content: "\E005";
  }

  .nav .nav-submenu > a:after {
    content: "\E006";
  }

}



/*!
 * assets/stylesheets/app/04-slider.css
 */

.captioned-gallery {
	overflow: hidden;
    margin-bottom: 1.5rem;
    position: relative;
}
.captioned-gallery .events {
	position: absolute;
	Rleft: 0;
	right: 0;
	top: 0;
	Rbottom: 0;
	display: block;
	Rbackground: rgba(255,255,255,0.8);
	z-index: 13;
}
.captioned-gallery .events a, .captioned-gallery .events a img {
    display: block;
	width: 180px;
}
@-webkit-keyframes slidy { 
	0%  { left: 0%; }
	20% { left: 0%; }
	25% { left: -100%; }
	45% { left: -100%; }
	50% { left: -200%; }
	70% { left: -200%; } 
	75% { left: -300%; }
	95% { left: -300%; }
	100% { left: -400%; } 
}
@keyframes slidy { 
	0%  { left: 0%; }
	20% { left: 0%; }
	25% { left: -100%; }
	45% { left: -100%; }
	50% { left: -200%; }
	70% { left: -200%; } 
	75% { left: -300%; }
	95% { left: -300%; }
	100% { left: -400%; } 
}
figure.slider {
    margin: 0;
	position: relative;
	width: 500%;
	font-size: 0;
	-webkit-animation: 20s slidy infinite; 
	animation: 20s slidy infinite; 
}
figure.slider:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
figure.slider figure { 
	width: 20%;
	height: auto;
	display: inline-block;
	position: relative;
	vertical-align: top;
}
figure.slider img {
	width: 100%;
	height: auto;
}
figure.slider figure figcaption {
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.3);
	color: #fff;
	width: 100%;
	padding: .6rem;
	font-size: 1rem;
}
figure.slider figure figcaption h3 {
	font-size: 1.5rem;
	margin-bottom: 0.3em;
	color: inherit;
}
figure.slider figure figcaption a {
    display: block;
	color: #fff;
}
figure.slider figure figcaption a:hover {
	color: #fff;
	background: none;
}
figure.slider figure figcaption small {
    margin-top: -0.25em;
    font-size: 0.5em;
    display: block;
}
@media screen and (max-width: 719px) { 
  figure.slider figure figcaption {
    font-size: 1rem;
  }
  figure.slider figure figcaption h3 {
    font-size: 1rem;
  }
  .callbacks .caption h3 {
    font-size: 16px;
  }
  .captioned-gallery {
    margin: 0 -1rem 1rem;
  }
  .linearize-level-1 > .ym-gl > .ym-gbox-left {
    overflow: visible;
  }
}

              .callbacks_container {
                position: relative;
                float: left;
                width: 100%;
                }
              
              .callbacks {
                position: relative;
                list-style: none;
                overflow: hidden;
                width: 100%;
                padding: 0;
                margin: 0;
                }
              
              .callbacks li {
                position: absolute;
                width: 100%;
                left: 0;
                top: 0;
                margin: 0;
                padding: 0;
                }
              
              .callbacks img {
                display: block;
                position: relative;
                z-index: 1;
                height: auto;
                width: 100%;
                border: 0;
                }
              
              .callbacks .caption {
                display: block;
                position: absolute;
                z-index: 2;
                text-shadow: none;
                color: #fff;
                background: #000;
                background: rgba(0,0,0, .3);
                background: rgba(0, 142, 155, .7);
                left: 0;
                right: 0;
                bottom: 0;
                padding: 15px 20px;
                margin: 0;
                max-width: none;
                }
              
              .callbacks .caption:empty {
                display: none;
                }
              
              .callbacks .caption h3 {
                margin-bottom: 0;
                }
              
              .callbacks_nav {
                position: absolute;
                -webkit-tap-highlight-color: rgba(0,0,0,0);
                top: 47%;
                left: 0;
                opacity: 0.4;
                z-index: 3;
                text-indent: -9999px;
                overflow: hidden;
                text-decoration: none;
                height: 61px;
                width: 38px;
                background: rgba(0, 142, 155, .9) url("/images/themes.gif") no-repeat left top;
                margin-top: -45px;
                }
              
              .callbacks_nav:active {
                opacity: 1.0;
                }
              
              .callbacks_nav.next {
                left: auto;
                background-position: right top;
                right: 0;
                }

/*!
 * assets/stylesheets/app/05-jquery.fancybox-thumbs.css
 */

#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}



/*!
 * assets/stylesheets/app/05-jquery.fancybox.css
 */

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 8020;
}

.fancybox-skin {
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
}

.fancybox-image {
	max-width: 100vw;
	max-height: 100vh;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/files/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/files/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: 30%;
	right: 10px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 30%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/files/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 8010;
	background: url('/files/fancybox/fancybox_overlay.png');
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/files/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/files/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}



/*!
 * assets/stylesheets/app/admission.css
 */

section.admission {
  background-color: #ffd200;
  margin-left: 0.5rem;
  padding: 0.5rem 0 0 1rem;
  overflow: hidden;
}
section.admission header {
  background-color: inherit;
  font-size: 1.2rem;
  line-height: 0.875;
  padding: 0.25rem 0 0.5rem 0;
}
section.admission header a {
  color: #008e9b;
  text-decoration: none;
}
section.admission header a:visited, section.admission header a:active, section.admission header a:hover {
  color: #008e9b;
}
section.admission p {
  line-height: 0.8;
}
section.admission p big {
  font-size: 350%;
}
section.admission p small {
  font-size: 175%;
}
section.feedback {
  background-color: #f60;
  margin-left: 0.5rem;
  overflow: hidden;
  margin-bottom: 1.2rem;
}
section.feedback header {
  background-color: inherit;
  font-size: 1.2rem;
  line-height: 0.875;
}
section.feedback header a {
  padding: 1rem 0 0.75rem 1rem;
  display: block;
  color: #fff !important;
  text-decoration: none;
}
section.feedback header a:visited, section.feedback header a:active, section.feedback header a:hover {
  color: #008e9b;
}
section.feedback p big {
  font-size: 450%;
  display: block;
}

section.vote {
  background-color: #ffd200;
  margin-left: 0.5rem;
  overflow: hidden;
  margin-bottom: 1.2rem;
}
section.vote header {
  background-color: inherit;
  font-size: 1.2rem;
  line-height: 0.875;
}
section.vote header a {
  padding: 1rem 0 0.75rem 1rem;
  display: block;
  color: #008e9b;
  text-decoration: none;
}
section.vote header a:visited, section.vote header a:active, section.vote header a:hover {
  color: #008e9b;
}
section.vote p big {
  font-size: 450%;
  display: block;
}
section.phonebook {
  background: #f3f4f6;
}
section.phonebook img {
  vertical-align: middle;
  margin-right: 4px;
}
section.phonebook header a {
  color: #44787d !important;
}

  section.90let {
    background-color: #ff4546;
    margin-left: -1rem;
    padding: 0;
    overflow: hidden;
  }
  section.90let img {
    display: block;
  }
  section.feedback.priority2030 {
    background-color: #222e68;
  }
  section.feedback.priority2030 a {
    color: #fff;
  }

.admission2 {
  margin-left: 0.5rem;
  padding: 0;
  overflow: hidden;
  border: #ffd200 1px solid;
  border-radius: 4px;
}
.admission2 header {
  background-color: #ffd200;
  padding: 0.5rem 0 0.65rem 1rem;
  font-size: 1.2rem;
}
.admission2 header a {
  color: #444;
  text-decoration: none;
  display: block;
}
.admission2 header a:hover {
  text-decoration: underline;
}
.admission2 header img {
  vertical-align: bottom;
  margin-left: 6px;
}
.admission2 .contact {
  color: #444;
  padding: 0.5rem 0 0.7rem 0.9rem;
}
.admission2 .contact small {
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 28px;
}
.admission2 .contact big {
  font-size: 40px;
  line-height: 40px;
}
.admission2 .contact .phone a {
  color: inherit;
  text-decoration: none;
}
.admission2 .contact .phone {
  margin-bottom: 12px;
}
.admission2 .contact .phone img {
  margin-right: 10px;
  vertical-align: sup;
}
.admission2 .contact .email img {
  margin-right: 10px;
  vertical-align: middle;
}
.admission2 .contact .links {
  margin-top: 12px;
}


/*!
 * assets/stylesheets/app/app.css
 */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  color: #444;
  background: #ebedf0 url(/files/bk.gif);
}
html[dir=rtl] body {
  font-family: sans serif;
  font-size: 18px;
}

@media screen and (min-width: 0px) {
  .ym-gl section header h3, .ym-gr section header h3 {
    padding: 0.25rem 0 0.5rem 0.75rem;
    border-left: 0.25rem solid #f60;
    border-bottom: 1px solid #d9d9d9;
    font-size: 1.2rem;
    color: #008e9b;
  }

}

@media screen and (min-width: 1000px) {
  .ym-gr section header h3 {
    margin-left: -1rem;
  }
}

@media screen and (max-width: 999px) and (min-width: 720px) {
  .tablet-split .left-column {
    width: 50%;
    float: left;
    padding-right: 1.5rem !important;
  }
  .tablet-split .right-column {
    width: 50%;
    float: right;
    margin: 0 0 0 -5px;
    padding-right: 0 !important;
    padding-left: 1.5rem !important;
  }
  .linearize-level-1 .ym-gr .tablet-split aside section:only-child {
    width: 100%;
    padding-left: 0 !important;
  }
  nav.footer .ym-g40 .ym-g50 {
    width: 33%;
  }
  .linearize-level-1 .ym-gr .ym-gbox-right {
    padding-left: 1rem !important;
  }
  .linearize-level-1 .ym-gr .ym-gbox-right header h3 {
    margin-left: -1rem;
  }
}

@media screen and (max-width: 719px) {
  .ym-grid section > header h3 {
    margin-left: -1rem;
  }
}

.clearfix {
  display: block;
  clear: both;
}

[class*="ym-g"] section[class*="ym-gbox"] {
  margin-bottom: 1rem !important;
}

@media screen and (min-width: 1000px) {
  [class*="ym-g"] section[class*="ym-gbox"] {
    Rmargin-bottom: 2rem !important;
  }
}



/*!
 * assets/stylesheets/app/clear.css
 */

/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gTD_u50.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3g3D_u50.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gbD_u50.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gfD_u50.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html.clear {
  background-color: #fff;
  background: url(/u100/head.png) center top repeat-x, url(/u100/foot.png) left bottom repeat-x;
}
html.clear body {
  font-family: 'Montserrat', "Droid Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin: 24px 0;
  color: #000;
  padding: 0 !important;
  max-width: none;
}
html.clear h3 {
  color: #ff4646;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 2.25rem;
  scroll-margin-top: 112px;
}
html.clear hr + h3 {
  margin-bottom: 2rem;
}
html.clear h4 {
  color: #000;
}
html.clear blockquote {
  font-style: normal;
  margin: 1rem 0 2rem;
  padding: 20px 20px 20px 40px;
  position: relative;
  background: #f0f1f3;
  color: #535968;
}
html.clear blockquote:before {
  content: '';
  display: block;
  width: 34px; height: 28px;
  background: url(/u100/quote.png) no-repeat;
  left: 0; top: -10px;
  position: absolute;
}
html.clear blockquote p:last-of-type {
  margin-bottom: 0;
}
html.clear time {
  font-weight: bold;
  color: #ff4646;
}
html.clear p {
  margin-bottom: 1.5em;
  line-height: 18px;
  font-size: 105%;
}
html.clear hr {
  border: 1px solid #d9d9da;
  padding: 0;
}
html.clear main hr {
  position: relative;
  margin: 3em 0;
}
html.clear main hr:before {
  content: '';
  display: block;
  width: 80px; height: 17px;
  left: 50%; top: -8px;
  margin-left: -40px;
  position: absolute;
  background: #fff url(/u100/hr.png) center top no-repeat;
}
html.clear header {
  padding: 1.75rem 0;
  margin-bottom: 1.5rem;
}
html.clear header .row, html.clear footer .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 10px;
}
html.clear body > header > .row > .col:first-child img {
  margin-right: 20px;
}
html.clear body > header h1 {
  margin: 0 0 0.5rem 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 17px;
  color: #000;
}
html.clear body > header h1 + small {
  font-size: 14px;
}
html.clear body > header h2 {
  margin: 0;
  font-weight: bold;
  font-size: 14px;
  color: #ff4646;
}
html.clear body > header h2 + small {
  font-size: 12px;
}
html.clear body > footer {
  padding: 0.25rem 0;
  margin-top: 2.5rem;
}
html.clear body > header small {
  color: #a5a6a7;
  text-transform: lowercase;
}
html.clear header > .row > .col + .col {
  padding: 6px 0 0;
  flex-grow: 1;
}
html.clear header nav.col {
  flex-grow: 1;
  text-align: right;
  margin-top: -10px;
}
html.clear header nav.col a {
  color: #000;
  text-decoration: none;
  font-size: 12px;
  line-height: 18px;
  display: block;
}
@media only screen and (max-width: 600px) {
  html.clear header:not(.scrolled) nav.col a {
    display: inline-block;
    margin-right: 1.5rem;
  }
  html.clear header:not(.scrolled) nav.col {
    text-align: right;
    white-space: nowrap;
    margin-top: -3px;
    margin-bottom: -3px;
  }
}
html.clear header nav.col a:hover {
  color: #ff4546;
}
html.clear header img.red {  display: block; }
html.clear header img.white {  display: none; }
html.clear header.scrolled img.red {  display: none; }
html.clear header.scrolled img.white {  display: block; margin: 12px 40px 12px 0; }
html.clear header.scrolled nav.navigation a {
  color: #ffc8c8;
  border-top: 4px solid #ff4546;
  border-bottom: 4px solid #ff4546;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
html.clear header.scrolled nav.navigation a:active,
html.clear header.scrolled nav.navigation a:hover,
html.clear header.scrolled nav.navigation a.active {
  border-top: 4px solid #fff;
  color: #fff;
}
html.clear header.scrolled .title-nav {
  flex-grow: 1;
}
html.clear header.scrolled nav.navigation {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
  column-gap: 20px;
}
html.clear header.scrolled {
  padding: 0 1rem;
  margin: 0;
  display: flex;
  background: #ff4546;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  max-width: none;
  z-index: 1030;
}
html.clear header.scrolled .col.titles {
  display: flex;
  padding: 0;
}
html.clear header.scrolled > div {
  flex-grow: 1;
  margin: 0 auto;
  max-width: 60rem;
}
html.clear header.scrolled .udm-title {
  display: none;
}
html.clear header.scrolled .rus-title {
  display: none;
}
html.clear body > header hr {
  border-color: #fb4767;
  margin-top: 10px;
  margin-bottom: 6px;
}
html.clear article.event .row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  column-gap: 10px;
  row-gap: 12px;
}
html.clear article.event .row {
  margin-bottom: 1.5rem;
}
html.clear article.event .row .date {
  flex: 0 0 150px;
  height: 50px;
  background: #ff4546;
  font-size: 18px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
html.clear article.event .date time, html.clear article.event .time time {
  color: inherit;
}
html.clear article.event .row .time {
  flex: 0 0 120px;
  height: 50px;
  font-size: 36px;
  white-space: nowrap;
  color: #ff4546;
  display: flex;
  justify-content: center;
  align-items: center;
}
html.clear article.event .row .title {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
html.clear article.event .row .title h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
html.clear article.event h5 {
  color: #ff4546;
}
@media only screen and (max-width: 768px) {
  html.clear article.event .row {
    flex-wrap: wrap;
  }
}
html.clear section.slider100 {
  background: #ff4546 url(/u100/slider-bk.png) center bottom repeat-x;
  margin-bottom: 2rem;
}
html.clear section.slider100 > div {
  max-width: 60rem;
  margin: 0 auto;
}
html.clear body > header, html.clear body > main, html.clear body > footer {
  max-width: 60rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
}


/*!
 * assets/stylesheets/app/conference2022.css
 */

/* cyrillic-OBext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gTD_u50.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3g3D_u50.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gbD_u50.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gfD_u50.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'Geometria';
	src: url('/fonts/Geometria-Thin.eot');
	src: local('Geometria Thin'), local('Geometria-Thin'),
		url('/fonts/Geometria-Thin.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Geometria-Thin.woff') format('woff'),
		url('/fonts/Geometria-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Geometria';
	src: url('/fonts/Geometria-MediumItalic.eot');
	src: local('Geometria MediumItalic'), local('Geometria-MediumItalic'),
		url('/fonts/Geometria-MediumItalic.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Geometria-MediumItalic.woff') format('woff'),
		url('/fonts/Geometria-MediumItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'Geometria';
	src: url('/fonts/Geometria-Italic.eot');
	src: local('Geometria Italic'), local('Geometria-Italic'),
		url('/fonts/Geometria-Italic.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Geometria-Italic.woff') format('woff'),
		url('/fonts/Geometria-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Geometria';
	src: url('/fonts/Geometria-Heavy.eot');
	src: local('Geometria Heavy'), local('Geometria-Heavy'),
		url('/fonts/Geometria-Heavy.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Geometria-Heavy.woff') format('woff'),
		url('/fonts/Geometria-Heavy.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Geometria';
	src: url('/fonts/Geometria-ExtraBoldItalic.eot');
	src: local('Geometria ExtraBoldItalic'), local('Geometria-ExtraBoldItalic'),
		url('/fonts/Geometria-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Geometria-ExtraBoldItalic.woff') format('woff'),
		url('/fonts/Geometria-ExtraBoldItalic.ttf') format('truetype');
	font-weight: 800;
	font-style: italic;
}

@font-face {
	font-family: 'Geometria';
	src: url('/fonts/Geometria-Medium.eot');
	src: local('Geometria Medium'), local('Geometria-Medium'),
		url('/fonts/Geometria-Medium.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Geometria-Medium.woff') format('woff'),
		url('/fonts/Geometria-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Geometria';
	src: url('/fonts/Geometria-BoldItalic.eot');
	src: local('Geometria BoldItalic'), local('Geometria-BoldItalic'),
		url('/fonts/Geometria-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Geometria-BoldItalic.woff') format('woff'),
		url('/fonts/Geometria-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Geometria';
	src: url('/fonts/Geometria-LightItalic.eot');
	src: local('Geometria LightItalic'), local('Geometria-LightItalic'),
		url('/fonts/Geometria-LightItalic.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Geometria-LightItalic.woff') format('woff'),
		url('/fonts/Geometria-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Geometria';
	src: url('/fonts/Geometria-HeavyItalic.eot');
	src: local('Geometria HeavyItalic'), local('Geometria-HeavyItalic'),
		url('/fonts/Geometria-HeavyItalic.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Geometria-HeavyItalic.woff') format('woff'),
		url('/fonts/Geometria-HeavyItalic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: 'Geometria';
	src: url('/fonts/Geometria.eot');
	src: local('Geometria'),
		url('/fonts/Geometria.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Geometria.woff') format('woff'),
		url('/fonts/Geometria.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Geometria';
	src: url('/fonts/Geometria-Bold.eot');
	src: local('Geometria Bold'), local('Geometria-Bold'),
		url('/fonts/Geometria-Bold.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Geometria-Bold.woff') format('woff'),
		url('/fonts/Geometria-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Geometria';
	src: url('/fonts/Geometria-ExtraBold.eot');
	src: local('Geometria ExtraBold'), local('Geometria-ExtraBold'),
		url('/fonts/Geometria-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Geometria-ExtraBold.woff') format('woff'),
		url('/fonts/Geometria-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Geometria';
	src: url('/fonts/Geometria-ThinItalic.eot');
	src: local('Geometria ThinItalic'), local('Geometria-ThinItalic'),
		url('/fonts/Geometria-ThinItalic.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Geometria-ThinItalic.woff') format('woff'),
		url('/fonts/Geometria-ThinItalic.ttf') format('truetype');
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: 'Geometria';
	src: url('/fonts/Geometria-ExtraLightItalic.eot');
	src: local('Geometria ExtraLightItalic'), local('Geometria-ExtraLightItalic'),
		url('/fonts/Geometria-ExtraLightItalic.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Geometria-ExtraLightItalic.woff') format('woff'),
		url('/fonts/Geometria-ExtraLightItalic.ttf') format('truetype');
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: 'Geometria';
	src: url('/fonts/Geometria-Light.eot');
	src: local('Geometria Light'), local('Geometria-Light'),
		url('/fonts/Geometria-Light.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Geometria-Light.woff') format('woff'),
		url('/fonts/Geometria-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Geometria';
	src: url('/fonts/Geometria-ExtraLight.eot');
	src: local('Geometria ExtraLight'), local('Geometria-ExtraLight'),
		url('/fonts/Geometria-ExtraLight.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Geometria-ExtraLight.woff') format('woff'),
		url('/fonts/Geometria-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

html.conference2022, html.conference2022 body {
  background: none;
}
html.conference2022 h2 {
  font-size: 32px;
  line-height: 40px;
  color: #EA0029;
}
html.conference2022 body {
  font-family: 'Geometria', 'Montserrat', "Droid Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  padding: 0 !important;
  max-width: none;
}
html.conference2022 h3 {
  color: #EA0029;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 2.25rem;
  scroll-margin-top: 112px;
}
html.conference2022 h4 {
  color: #EA0029;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 1rem;
  scroll-margin-top: 112px;
}
html.conference2022 hr + h3 {
  margin-bottom: 2rem;
}
html.conference2022 blockquote {
  font-style: normal;
  margin: 1rem 0 2rem;
  padding: 20px 20px 20px 40px;
  position: relative;
  background: #f0f1f3;
  color: #535968;
}
html.conference2022 blockquote:before {
  content: '';
  display: block;
  width: 34px; height: 28px;
  /*background: url(/u100/quote.png) no-repeat;*/
  left: 0; top: -10px;
  position: absolute;
}
html.conference2022 blockquote p:last-of-type {
  margin-bottom: 0;
}
html.conference2022 time {
  font-weight: bold;
  color: #ff4646;
}
html.conference2022 .news time {
  font-weight: normal;
  color: #A2A2A2;
  font-size: 13px;
}

html.conference2022 p {
  margin-bottom: 1.5em;
  line-height: revert;
}
html.conference2022 hr {
  border: 1px solid #d9d9da;
  padding: 0;
}
html.conference2022 main hr {
  position: relative;
  margin: 3em 0;
}
html.conference2022 main hr:before {
  content: '';
  display: block;
  width: 80px; height: 17px;
  left: 50%; top: -8px;
  margin-left: -40px;
  position: absolute;
  /*background: #fff url(/u100/hr.png) center top no-repeat;*/
}
html.conference2022 header {
  padding: 0.75rem 20px;
  margin-bottom: 1.5rem;
  background: #fff;
}
html.conference2022 header .row, html.conference2022 footer .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 10px;
}
html.conference2022 body > header > .row > .col:first-child img {
  margin-right: 20px;
  margin-top: 15px;
  width: 150px;
}
html.conference2022 body > header h1 {
  margin: 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #001B71;
  padding: 4px 0 4px 16px;
  border-left: 1px solid #001B71;
}
html.conference2022 body > header h1 + small {
  font-size: 14px;
}
html.conference2022 body > header h2 {
  margin: 0;
  font-weight: bold;
  font-size: 14px;
  color: #ff4646;
}
html.conference2022 body > header h2 + small {
  font-size: 12px;
}
html.conference2022 body > footer {
  padding: 0.25rem 0;
  margin-top: 2.5rem;
}
html.conference2022 body > header small {
  color: #a5a6a7;
  text-transform: lowercase;
}
html.conference2022 header > .row > .col + .col {
  padding: 0 0 0;
  flex-grow: 1;
}
html.conference2022 a {
  color: #EA0029;
}
html.conference2022 a:visited {
  color: rgba(234,0,41,0.7);
}
html.conference2022 header nav.col {
  flex-grow: 1;
  text-align: right;
  margin-top: -10px;
}
html.conference2022 header nav.col a {
  text-decoration: none;
  display: block;
}
@media only screen and (max-width: 600px) {
  html.conference2022 header:not(.scrolled) nav.col a {
    display: inline-block;
    margin-right: 1.5rem;
  }
  html.conference2022 header:not(.scrolled) nav.col {
    text-align: right;
    white-space: nowrap;
    margin-top: -3px;
    margin-bottom: -3px;
  }
}
html.conference2022 header nav.col a:hover {
  Rcolor: #ff4546;
}
html.conference2022 header img.red {  display: block; }
html.conference2022 header img.white {  display: none; }
html.conference2022 header.scrolled img.red {  display: none; }
html.conference2022 header.scrolled img.white {  display: block; margin: 12px 40px 12px 0; }
html.conference2022 header.scrolled nav.navigation a, html.conference2022 nav.navigation a {
  color: #EA0029;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
html.conference2022 header.scrolled nav.navigation a:active,
html.conference2022 header.scrolled nav.navigation a:hover,
html.conference2022 header.scrolled nav.navigation a.active {
  Rborder-top: 4px solid #fff;
  Rcolor: #fff;
}
html.conference2022 header.scrolled .title-nav {
  flex-grow: 1;
}
html.conference2022 header.scrolled nav.navigation, html.conference2022 nav.navigation {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0;
  column-gap: 20px;
  align-content: center;
}
html.conference2022 header.scrolled {
  padding: 0 1rem;
  margin: 0;
  display: flex;
  background: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  max-width: none;
  z-index: 1030;
}
html.conference2022 header.scrolled .col.titles {
  display: flex;
  padding: 0;
}
html.conference2022 header.scrolled > div {
  flex-grow: 1;
  margin: 0 auto;
  max-width: 940px;
}
html.conference2022 header.scrolled .udm-title {
  display: none;
}
html.conference2022 header.scrolled .rus-title {
  display: none;
}
html.conference2022 body > header hr {
  border-color: #fb4767;
  margin-top: 10px;
  margin-bottom: 6px;
}
html.conference2022 article.news .row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  column-gap: 10px;
  row-gap: 12px;
}
html.conference2022 article.event .row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  column-gap: 10px;
  row-gap: 12px;
}
html.conference2022 article.event .row {
  margin-bottom: 1.5rem;
}
html.conference2022 article.event .row .date {
  flex: 0 0 150px;
  height: 50px;
  background: #ff4546;
  font-size: 18px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
html.conference2022 article.event .date time, html.conference2022 article.event .time time {
  color: inherit;
}
html.conference2022 article.event .row .time {
  flex: 0 0 120px;
  height: 50px;
  font-size: 36px;
  white-space: nowrap;
  color: #ff4546;
  display: flex;
  justify-content: center;
  align-items: center;
}
html.conference2022 article.event .row .title {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
html.conference2022 article.event .row .title h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
html.conference2022 article.event h5 {
  color: #ff4546;
}
@media only screen and (max-width: 768px) {
  html.conference2022 article.event .row {
    flex-wrap: wrap;
  }
}
html.conference2022 section.slider100 {
  background: #ff4546 url(/u100/slider-bk.png) center bottom repeat-x;
  margin-bottom: 2rem;
}
html.conference2022 section.slider100 > div {
  max-width: 940px;
  margin: 0 auto;
}
html.conference2022 body > header, html.conference2022 body main, html.conference2022 body > footer, html.conference2022 body aside, html.conference2022 body section.sections {
  max-width: 940px;
  margin: 0 auto;
}
html.conference2022 body > header {
  width: auto;
  max-width: none;
  display: flex;
}
html.conference2022 body > header > div {
  flex-grow: 1;
  margin: 0 auto;
  max-width: 940px;
}
html.conference2022 body aside {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem;
  padding-top: 1.5rem;
  flex-wrap: wrap;
  gap: 1%;
}
html.conference2022 body aside .slider2022 {
  flex: 66% 1;
  border-radius: 4px;
  overflow: hidden;
}
html.conference2022 body aside .timetable2022 {
  flex: 32% 1;
  font-size: 16px;
  line-height: 22px;
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 4px;
  min-width: 240px;
}
html.conference2022 body aside .timetable2022 h3 {
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 1rem;
  text-transform: revert;
}
html.conference2022 body aside .timetable2022 small {
  font-size: 16px;
  color: #A2A2A2;
}
html.conference2022 body aside .timetable2022 dl {
  margin: 0.6rem 0 0;
}
html.conference2022 body aside .timetable2022 dd, html.conference2022 body aside .timetable2022 dt {
  margin: 0; padding: 0;
  font-weight: normal;
}
html.conference2022 body aside .timetable2022 dt {
  margin-top: 0.6rem;
}
html.conference2022 body aside .timetable2022 dd {
  color: #EA0029;
}
html.conference2022 body section.sections {
  padding: 0;
}
html.conference2022 body section.sections .columns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 0;
}
html.conference2022 body section.sections .columns a {
  display: block;
  width: 300px;
  height: 220px;
  background-color: #fff;
  border-radius: 4px;
  padding: 60px 20px 20px 20px;
  font-size: 18px;
  line-height: 24px;
  color: #383A3F;
  background-repeat: no-repeat;
  background-position: 20px 20px;
}
html.conference2022 body section.sections .columns a small {
  color: #EA0029;
  font-size: 14px;
  line-height: 18px;
}
html.conference2022 body section.sections .columns a h2 {
  margin: 0.8rem 0;
}

html.conference2022 body section.sections .columns a small:after {
  content: ' >';
}
html.conference2022 body section.sections.plenary .columns a {
  width: 100%;
  height: auto;
  padding: 20px 40px 20px 70px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
html.conference2022 body section.sections.plenary a div {
  min-width: 240px;
}
html.conference2022 body section.sections.plenary a div + div  small {
  color: #A2A2A2;
}
html.conference2022 body section.sections.plenary a div + div small:after {
  content: '';
}
html.conference2022 body section.sections + section.sections {
  padding-top: 2.5rem;
}
a[href='#trends'] { background-image: url(/c2022/ico1.png) }
a[href='#digital'] { background-image: url(/c2022/ico11.png) }
a[href='#youth'] { background-image: url(/c2022/ico9.png) }
a[href='#employment'] { background-image: url(/c2022/ico16.png) }
a[href='#art'] { background-image: url(/c2022/ico14.png) }
a[href='#sports'] { background-image: url(/c2022/ico12.png) }
a[href='#rights'] { background-image: url(/c2022/ico7.png) }
a[href='#plenary'] { background-image: url(/c2022/ico13.png) }

html.conference2022 .sections-shadow {
  background: #F4F4F6;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 1rem;
}
html.conference2022 .sections-back {
  padding: 20px;
  max-width: 1300px;
  margin: 0 auto;
  background: #F4F4F6 url(/c2022/sections-back.png) no-repeat right bottom;
}
html.conference2022 .main-wrapper {
  background: #fff;
  padding: 1rem;
}
html.conference2022 .aside-wrapper {
  background: #F4F4F6;
}
html.conference2022 span.download {
  display: flex;
  gap: 10px;
}
html.conference2022 span.download a {
  text-decoration: none;
}
html.conference2022 span.download .size {
  color: #A2A2A2;
}

html.conference2022 h5 {
  color: #EA0029;
}
html.conference2022 ul li:before {
  color: #EA0029;
}


/*!
 * assets/stylesheets/app/content.css
 */

p > img, .news-article > .body > img {
  max-width: 100%;
}

.block-columns {
  margin-top: 2rem;
}
.block-columns .column {
  display: inline-block;
  width: 33%;
  vertical-align: top;
  padding-right: 1rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 719px) {
  p > img {
    margin-left: -1rem;
    margin-right: -1rem;
    float:none;
    max-width: calc(100% + 2rem);
  }
  .block-columns .column {
    width: 100%;
  }
}

address.api-request {
  font-style: normal;
}
address.api-request dt, address.api-request dd {
  display: inline;  
}
address.api-request dt:before {
  content: '';
  display: block;
}
.api-request .download {
  margin: 0 6px;
  padding: 4px 0;
}
div.wrap-table {
  overflow-x: auto;
  margin-bottom: 2rem;
}
div.wrap-table > table {
  margin-bottom: 0;
}

main ol li > h3 {
  margin-top: 1em;
}
main ol li > ul {
  margin-bottom: 1em;
}

textarea.udsu-logo {
  width: 100%;
  height: auto;
}

.api-request {
  background-color: #f7f7f7;
}

.text-left {
  text-align: left;
}

.video-container {
    margin-bottom: 3em;
    overflow: hidden;
    position: relative;
    width:100%;
    max-width: 600px;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

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

.clear {
  clear: both;
}

/*
section.columns-2 {
  display: flex;
  flex-wrap: wrap;
  column-count: 2;
  column-gap: 15px;
  row-gap: 10px;
  display: inline-flex;
  gap: 15px;
}
section.columns-2 > a {
  flex: 45%;
  max-width: 45%;
}
section.columns-2 > a img {
  width: 100%;
}
@media screen and (max-width: 719px) {
  section.columns-2 > a {
    flex: 100%;
  }
}

section.columns-3 {
  display: flex;
  flex-wrap: wrap;
  column-count: 3;
  column-gap: 10px;
  row-gap: 8px;
  display: inline-flex;
  gap: 10px;
}
section.columns-3 > a {
  flex: 30%;
}
section.columns-3 > a img {
  width: 100%;
}
@media screen and (max-width: 719px) {
  section.columns-3 > a {
    flex: 100%;
  }
}

*/

.columns-3 {
  display: flex;
  flex-wrap: wrap;
  column-count: 3;
  column-gap: 10px;
  row-gap: 8px;
  display: inline-flex;
  gap: 10px;
}
.columns-3 > * {
  flex: 30%;
  max-width: 30%;
}
.columns-3 > * img {
  width: 100%;
}
@media screen and (max-width: 719px) {
  .columns-3 > * {
    flex: 100%;
    max-width: 100%;
  }
}

.columns-2 {
  display: flex;
  flex-wrap: wrap;
  column-count: 3;
  column-gap: 10px;
  row-gap: 8px;
  display: inline-flex;
  gap: 10px;
}
.columns-2 > * {
  flex: 47%;
  max-width: 47%;
}
.columns-2 > * img {
  width: 100%;
}
@media screen and (max-width: 719px) {
  .columns-2 * {
    flex: 100%;
    max-width: 100%;
  }
}

[class^=columns] {
  margin-bottom: 20px;
}
[class^=columns] a {
  text-decoration: none;
}
[class^=columns] figure img {
  display: block;
}
[class^=columns] figure figcaption {
  background: #64c2cb;
  padding: 10px 0;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
[class^=columns] figure + ul {
  margin-top: 0.75rem;
}

a.instance-big {
  font-size: 1.125rem;
  display: block;
  padding: 0.85rem 1.5rem;
  border-bottom: 1px solid #beeef2;
  text-decoration: none;
  background: #f6feff;
  color: #444;
  position: relative;
}
a.instance-big:after {
  content: '﹥';
  display: block;
  position: absolute;
  top: 50%;
  right: 100%;
  top: 50%;
  right: 10px;
  margin-top: -7px;
  color: #008e9b;
  font-size: 2rem;
  line-height: 1rem;
}
a.instance-big:hover {
  background: #edfeff;
  color: #32bfcc;
}
span.download, div.download {
  display: block;
  margin-bottom: 0.5em;
  line-height: 110%;
}
li>span.download, li>div.download {
  display: revert;
  margin-bottom: revert;
  line-height: revert;
}


/*!
 * assets/stylesheets/app/footer.css
 */

.footer-wrapper {
  background-color: #008e9b;
  color: #fff;
}
.footer-wrapper a {
  color: inherit;
}
.footer-wrapper a:visited {
  color: inherit;
}
.footer-wrapper a:hover {
  color: inherit;
  text-decoration: underline;
}

nav.footer ul li {
  list-style: none;
  margin: 0;
  line-height: 1.2;
}
nav.footer a {
  text-decoration: none;
}
nav.footer li a {
  display: block;
  padding: 0.25em 0;
}
nav.footer h4 {
  font-size: 143%;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 999px) {
  .footer-wrapper .text-right {
    text-align: left;
  }
}

@media screen and (max-width: 999px) and (min-width: 720px) {
  footer.ym-grid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.footer-wrapper .counters, .footer-wrapper .developer {
  display: inline-block;
  vertical-align: top;
}


/*!
 * assets/stylesheets/app/forms.css
 */

.apply-form input.text_field {
  width: 100%;
  border: 1px solid #d9d9d9;
  margin-bottom: 0.4em;
  padding: 0.2em 0.4em;
}
.apply-form select.select {
  width: 100%;
  border: 1px solid #d9d9d9;
  margin-bottom: 0.4em;
}
.apply-form .btn-primary {
  border: 1px solid #d9d9d9;
  padding: 0.2em 0.4em;
}
.apply-form .control-group.error {
  background: transparent;
}
.apply-form .control-group.error label {
  background-color: #cc8888;
  color: #fff;
}
.apply-form .help-inline {
  display: none;
}
.apply-form .as_checkbox div {
  display: inline;
}
.apply-form .check_box {
  vertical-align: bottom;
}
.apply-form .as_checkbox.error label {
  background-color: inherit;
  color: inherit;
}
.apply-form .as_checkbox .help-inline {
  display: block;
  background-color: #cc8888;
  color: #fff;
}
.apply-form textarea {
  width: 100%;
  border: 1px solid #d9d9d9;
  margin-bottom: 0.4em;
  padding: 0.2em 0.4em;
}
.apply-form label.checkbox {
  display: block;
}
.apply-form label.checkbox input {
  margin-right: 8px;
  margin-bottom: 4px;
  vertical-align: middle;
}
.apply-form .control-group > label + div.controls {
  margin-top: 3px;
}
.apply-form .control-group {
  margin-top: 8px;
}


/*!
 * assets/stylesheets/app/forum2023.css
 */

@font-face {
	font-family: 'Geometria';
	src: url('/fonts/Geometria-Thin.eot');
	src: local('Geometria Thin'), local('Geometria-Thin'),
		url('/fonts/Geometria-Thin.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Geometria-Thin.woff') format('woff'),
		url('/fonts/Geometria-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Geometria';
	src: url('/fonts/Geometria-MediumItalic.eot');
	src: local('Geometria MediumItalic'), local('Geometria-MediumItalic'),
		url('/fonts/Geometria-MediumItalic.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Geometria-MediumItalic.woff') format('woff'),
		url('/fonts/Geometria-MediumItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'Geometria';
	src: url('/fonts/Geometria-Italic.eot');
	src: local('Geometria Italic'), local('Geometria-Italic'),
		url('/fonts/Geometria-Italic.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Geometria-Italic.woff') format('woff'),
		url('/fonts/Geometria-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Geometria';
	src: url('/fonts/Geometria-Heavy.eot');
	src: local('Geometria Heavy'), local('Geometria-Heavy'),
		url('/fonts/Geometria-Heavy.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Geometria-Heavy.woff') format('woff'),
		url('/fonts/Geometria-Heavy.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Geometria';
	src: url('/fonts/Geometria-ExtraBoldItalic.eot');
	src: local('Geometria ExtraBoldItalic'), local('Geometria-ExtraBoldItalic'),
		url('/fonts/Geometria-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Geometria-ExtraBoldItalic.woff') format('woff'),
		url('/fonts/Geometria-ExtraBoldItalic.ttf') format('truetype');
	font-weight: 800;
	font-style: italic;
}

@font-face {
	font-family: 'Geometria';
	src: url('/fonts/Geometria-Medium.eot');
	src: local('Geometria Medium'), local('Geometria-Medium'),
		url('/fonts/Geometria-Medium.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Geometria-Medium.woff') format('woff'),
		url('/fonts/Geometria-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Geometria';
	src: url('/fonts/Geometria-BoldItalic.eot');
	src: local('Geometria BoldItalic'), local('Geometria-BoldItalic'),
		url('/fonts/Geometria-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Geometria-BoldItalic.woff') format('woff'),
		url('/fonts/Geometria-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Geometria';
	src: url('/fonts/Geometria-LightItalic.eot');
	src: local('Geometria LightItalic'), local('Geometria-LightItalic'),
		url('/fonts/Geometria-LightItalic.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Geometria-LightItalic.woff') format('woff'),
		url('/fonts/Geometria-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Geometria';
	src: url('/fonts/Geometria-HeavyItalic.eot');
	src: local('Geometria HeavyItalic'), local('Geometria-HeavyItalic'),
		url('/fonts/Geometria-HeavyItalic.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Geometria-HeavyItalic.woff') format('woff'),
		url('/fonts/Geometria-HeavyItalic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: 'Geometria';
	src: url('/fonts/Geometria.eot');
	src: local('Geometria'),
		url('/fonts/Geometria.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Geometria.woff') format('woff'),
		url('/fonts/Geometria.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Geometria';
	src: url('/fonts/Geometria-Bold.eot');
	src: local('Geometria Bold'), local('Geometria-Bold'),
		url('/fonts/Geometria-Bold.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Geometria-Bold.woff') format('woff'),
		url('/fonts/Geometria-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Geometria';
	src: url('/fonts/Geometria-ExtraBold.eot');
	src: local('Geometria ExtraBold'), local('Geometria-ExtraBold'),
		url('/fonts/Geometria-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Geometria-ExtraBold.woff') format('woff'),
		url('/fonts/Geometria-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Geometria';
	src: url('/fonts/Geometria-ThinItalic.eot');
	src: local('Geometria ThinItalic'), local('Geometria-ThinItalic'),
		url('/fonts/Geometria-ThinItalic.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Geometria-ThinItalic.woff') format('woff'),
		url('/fonts/Geometria-ThinItalic.ttf') format('truetype');
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: 'Geometria';
	src: url('/fonts/Geometria-ExtraLightItalic.eot');
	src: local('Geometria ExtraLightItalic'), local('Geometria-ExtraLightItalic'),
		url('/fonts/Geometria-ExtraLightItalic.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Geometria-ExtraLightItalic.woff') format('woff'),
		url('/fonts/Geometria-ExtraLightItalic.ttf') format('truetype');
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: 'Geometria';
	src: url('/fonts/Geometria-Light.eot');
	src: local('Geometria Light'), local('Geometria-Light'),
		url('/fonts/Geometria-Light.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Geometria-Light.woff') format('woff'),
		url('/fonts/Geometria-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Geometria';
	src: url('/fonts/Geometria-ExtraLight.eot');
	src: local('Geometria ExtraLight'), local('Geometria-ExtraLight'),
		url('/fonts/Geometria-ExtraLight.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Geometria-ExtraLight.woff') format('woff'),
		url('/fonts/Geometria-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

html.forum2023, html.forum2023 body {
  background: none;
}
html.forum2023 h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  color: #EA0029;
}
html.forum2023 body {
  font-family: 'Geometria', 'Montserrat', "Droid Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  padding: 0 !important;
  max-width: none;
}
html.forum2023 h3 {
  color: #EA0029;
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 2.25rem;
  scroll-margin-top: 112px;
}
html.forum2023 h4 {
  color: #EA0029;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  scroll-margin-top: 112px;
}
html.forum2023 hr + h3 {
  margin-bottom: 2rem;
}
html.forum2023 blockquote {
  font-style: normal;
  margin: 1rem 0 2rem;
  padding: 20px 20px 20px 40px;
  position: relative;
  background: #f0f1f3;
  color: #535968;
}
html.forum2023 blockquote:before {
  content: '';
  display: block;
  width: 34px; height: 28px;
  /*background: url(/u100/quote.png) no-repeat;*/
  left: 0; top: -10px;
  position: absolute;
}
html.forum2023 blockquote p:last-of-type {
  margin-bottom: 0;
}
html.forum2023 time {
  font-weight: bold;
  color: #ff4646;
}
html.forum2023 .news time {
  font-weight: normal;
  color: #A2A2A2;
  font-size: 13px;
}

html.forum2023 p {
  margin-bottom: 1.5em;
  line-height: revert;
}
html.forum2023 hr {
  border: 1px solid #d9d9da;
  padding: 0;
}
html.forum2023 main hr {
  position: relative;
  margin: 3em 0;
}
html.forum2023 main hr:before {
  content: '';
  display: block;
  width: 80px; height: 17px;
  left: 50%; top: -8px;
  margin-left: -40px;
  position: absolute;
  /*background: #fff url(/u100/hr.png) center top no-repeat;*/
}
html.forum2023 header {
  padding: 11px 20px;
  margin-bottom: 0;
  background: #fff;
}
html.forum2023 header .row, html.forum2023 footer .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 10px;
}
html.forum2023 body > header > .row > .col:first-child img {
  margin-right: 15px;
  margin-top: 5px;
}
html.forum2023 body > header h1 {
  margin: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #2A2B2D;
  padding: 4px 0 4px 0;
  Rborder-left: 1px solid #001B71;
}
html.forum2023 body > header h1 .caps {
  font-weight: bold;
  text-transform: uppercase;
}
html.forum2023 body > header h1 + small {
  font-size: 14px;
}
html.forum2023 body > header h2 {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  color: #ff4646;
}
html.forum2023 body > header h2 + small {
  font-size: 12px;
}
html.forum2023 body > footer {
  padding: 0.25rem 0;
  margin-top: 2.5rem;
}
html.forum2023 body > header small {
  color: #a5a6a7;
  text-transform: lowercase;
}
html.forum2023 header > .row > .col + .col {
  padding: 0 0 0;
  flex-grow: 1;
}
html.forum2023 a {
  color: #EA0029;
}
html.forum2023 a:visited {
  color: rgba(234,0,41,0.7);
}
html.forum2023 header nav.col {
  flex-grow: 1;
  text-align: right;
}
html.forum2023 header h1 a, html.forum2023 header h1 a:visited  {
  color: inherit;
}
html.forum2023 header a {
  text-decoration: none;
  display: block;
}
@media only screen and (max-width: 600px) {
  html.forum2023 header:not(.scrolled) nav.col a {
    display: inline-block;
    margin-right: 1.5rem;
  }
  html.forum2023 header:not(.scrolled) nav.col {
    text-align: right;
    white-space: nowrap;
    margin-top: -3px;
    margin-bottom: -3px;
  }
}
html.forum2023 header nav.col a:hover {
  Rcolor: #ff4546;
}
html.forum2023 header img.red {  display: block; }
html.forum2023 header img.white {  display: none; }
html.forum2023 header.scrolled img.red {  display: none; }
html.forum2023 header.scrolled img.white {  display: block; margin: 12px 20px 12px 0 !important; }
html.forum2023 header.scrolled nav.navigation a, html.forum2023 nav.navigation a {
  color: #EA0029;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
html.forum2023 header.scrolled nav.navigation a:active,
html.forum2023 header.scrolled nav.navigation a:hover,
html.forum2023 header.scrolled nav.navigation a.active {
  Rborder-top: 4px solid #fff;
  Rcolor: #fff;
}
html.forum2023 header.scrolled .title-nav {
  flex-grow: 1;
}
html.forum2023 header.scrolled nav.navigation, html.forum2023 nav.navigation {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0;
  column-gap: 20px;
  align-content: center;
}
html.forum2023 header.scrolled {
  padding: 0 1rem;
  margin: 0;
  display: flex;
  background: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  max-width: none;
  z-index: 1030;
  box-shadow: 0 4px 4px 0 rgba(42, 43, 45, .05);
}
html.forum2023 header.scrolled .col.titles {
  display: flex;
  padding: 0;
}
html.forum2023 header.scrolled > div {
  flex-grow: 1;
  margin: 0 auto;
  max-width: 940px;
}
html.forum2023 header.scrolled .udm-title {
  display: none;
}
html.forum2023 header.scrolled .rus-title {
  Rdisplay: none;
}
html.forum2023 body > header h1 {
  font-size: 14px;
  line-height: 16px;
}
html.forum2023 header.scrolled .rus-title h1.title br:last-of-type {
  display: none;
}
html.forum2023 header.scrolled .rus-title {
  align-items: center;
  display: flex;
}
html.forum2023 body > header hr {
  border-color: #fb4767;
  margin-top: 10px;
  margin-bottom: 6px;
}
html.forum2023 article.news .row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  column-gap: 10px;
  row-gap: 12px;
}
html.forum2023 article.event .row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  column-gap: 10px;
  row-gap: 12px;
}
html.forum2023 article.event .row {
  margin-bottom: 1.5rem;
}
html.forum2023 article.event .row .date {
  flex: 0 0 150px;
  height: 50px;
  background: #ff4546;
  font-size: 18px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
html.forum2023 article.event .date time, html.forum2023 article.event .time time {
  color: inherit;
}
html.forum2023 article.event .row .time {
  flex: 0 0 120px;
  height: 50px;
  font-size: 36px;
  white-space: nowrap;
  color: #ff4546;
  display: flex;
  justify-content: center;
  align-items: center;
}
html.forum2023 article.event .row .title {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
html.forum2023 article.event .row .title h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
html.forum2023 article.event h5 {
  color: #ff4546;
}
@media only screen and (max-width: 768px) {
  html.forum2023 article.event .row {
    flex-wrap: wrap;
  }
}
html.forum2023 section.slider100 {
  background: #ff4546 url(/u100/slider-bk.png) center bottom repeat-x;
  margin-bottom: 2rem;
}
html.forum2023 section.slider100 > div {
  max-width: 940px;
  margin: 0 auto;
}
html.forum2023 body > header, html.forum2023 body main, html.forum2023 body > footer, html.forum2023 body aside, html.forum2023 body section.sections, html.forum2023 body section.main {
  max-width: 940px;
  margin: 0 auto;
}
html.forum2023 body > header {
  width: auto;
  max-width: none;
  display: flex;
}
html.forum2023 body > header > div {
  flex-grow: 1;
  margin: 0 auto;
  max-width: 940px;
}
html.forum2023 body aside {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0;
  padding-top: 0;
  flex-wrap: wrap;
  gap: 1%;
}
html.forum2023 body aside .slider2022 {
  flex: 66% 1;
  border-radius: 4px;
  overflow: hidden;
}
html.forum2023 body aside .timetable2022 {
  flex: 32% 1;
  font-size: 16px;
  line-height: 22px;
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 4px;
  min-width: 240px;
}
html.forum2023 body aside .timetable2022 h3 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 1rem;
  text-transform: revert;
}
html.forum2023 body aside .timetable2022 small {
  font-size: 16px;
  color: #A2A2A2;
}
html.forum2023 body aside .timetable2022 dl {
  margin: 0.6rem 0 0;
}
html.forum2023 body aside .timetable2022 dd, html.forum2023 body aside .timetable2022 dt {
  margin: 0; padding: 0;
  font-weight: normal;
}
html.forum2023 body aside .timetable2022 dt {
  margin-top: 0.6rem;
}
html.forum2023 body aside .timetable2022 dd {
  color: #EA0029;
}
html.forum2023 body section.sections {
  padding: 0;
}
html.forum2023 body section.sections .columns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 0;
}
html.forum2023 body section.sections .columns > a time {
  line-height: 180%;
  font-weight: 600;
  color: #EA0029;
}
html.forum2023 body section.sections .columns > a small {
  position: absolute;
  bottom: 10px;
  left: 20px;
}
html.forum2023 body section.plenary .columns > a small {
  position: static;
}
html.forum2023 body section.sections .columns > a code {
  position: absolute;
  right: 15px; top: 20px;
  font: inherit;
  font-size: 14px;
  display: block;
  padding: 1px 5px;
  background: #F4F4F6;
  border-radius: 2px;
}
html.forum2023 body section.sections .columns > a {
  position: relative;
  display: block;
  width: 300px;
  height: 220px;
  background-color: #fff;
  border-radius: 4px;
  padding: 60px 20px 20px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #383A3F;
  background-repeat: no-repeat;
  background-position: 20px 20px;
}
html.forum2023 body section.sections .columns a:hover {
  box-shadow: 0 0 9px 0 rgba(0, 19, 117, 0.15);
}
html.forum2023 body section.sections .columns a small {
  color: #EA0029;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
}
html.forum2023 body section.sections .columns a h2 {
  margin: 0.5rem 0;
}

html.forum2023 body section.sections .columns a small:after {
  content: ' >';
}
html.forum2023 body section.sections.plenary {
  border: 2px solid #F4F4F6;
  border-radius: 4px;
}
html.forum2023 body section.sections.plenary .columns > a {
  width: 100%;
  height: auto;
  padding: 20px 40px 20px 70px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
html.forum2023 body section.sections.plenary a div {
  min-width: 240px;
}
html.forum2023 body section.sections.plenary a div + div  small {
  color: #A2A2A2;
}
html.forum2023 body section.sections.plenary a div + div small:after {
  content: '';
}
html.forum2023 body section.sections#sections .columns a {
  border: 2px solid #F4F4F6;
  border-radius: 4px;
}
html.forum2023 body section.sections + section.sections, html.forum2023 body section.main + section.sections, html.forum2023 body section.sections + section.main {
  margin-top: 2.5rem;
}

a[href='#trends'] { background-image: url(/f2023/ico1.png) }
a[href='#digital'] { background-image: url(/f2023/ico11.png) }
a[href='#youth'] { background-image: url(/f2023/ico9.png) }
a[href='#employment'] { background-image: url(/f2023/ico16.png) }
a[href='#art'] { background-image: url(/f2023/ico14.png) }
a[href='#sports'] { background-image: url(/f2023/ico12.png) }
a[href='#rights'] { background-image: url(/f2023/ico7.png) }
a[href='#plenary'] { background-image: url(/f2023/ico13.png) }

a[href='#dialogue'] { background-image: url(/f2023/ico23.png) }
a[href='#language'] { background-image: url(/f2023/ico25.png) }
a[href='#art'] { background-image: url(/f2023/ico24.png) }
a[href='#tourism'] { background-image: url(/f2023/ico22.png) }
a[href='#media'] { background-image: url(/f2023/ico28.png) }
a[href='#events'] { background-image: url(/f2023/ico31.png) }

a[href='#engineer'] { background-image: url(/f2023/ico19.png) }
a[href='#basketball'] { background-image: url(/f2023/ico32.png) }
a[href='#tek'] { background-image: url(/f2023/ico33.png) }
a[href='#archeologist'] { background-image: url(/f2023/ico34.png) }
a[href='#saver'] { background-image: url(/f2023/ico35.png) }
a[href='#naturalist'] { background-image: url(/f2023/ico39.png) }
a[href='#physicist'] { background-image: url(/f2023/ico38.png) }
a[href='#smm'] { background-image: url(/f2023/ico40.png) }
a[href='#journalist'] { background-image: url(/f2023/ico28.png) }
a[href='#musician'] { background-image: url(/f2023/ico36.png) }
a[href='#artist'] { background-image: url(/f2023/ico44.png) }
a[href='#lawyer'] { background-image: url(/f2023/ico37.png) }
a[href='#economist'] { background-image: url(/f2023/ico16.png) }
a[href='#philologist'] { background-image: url(/f2023/ico25.png) }
a[href='#it'] { background-image: url(/f2023/ico11.png) }
a[href='#fireman'] { background-image: url(/f2023/ico41.png) }
a[href='#sociologist'] { background-image: url(/f2023/ico6.png) }

a[href='#psychology'] { background-image: url(/f2023/ico7.png) }
a[href='#sport'] { background-image: url(/f2023/ico32.png) }
a[href='#oil'] { background-image: url(/f2023/ico34.png) }
a[href='#sociology'] { background-image: url(/f2023/ico6.png) }
a[href='#security'] { background-image: url(/f2023/ico43.png) }
a[href='#naturalist'] { background-image: url(/f2023/ico5.png) }
a[href='#physicist'] { background-image: url(/f2023/ico38.png) }
a[href='#tur'] { background-image: url(/f2023/ico31.png) }
a[href='#philologist'] { background-image: url(/f2023/ico25.png) }
a[href='#arts'] { background-image: url(/f2023/ico44.png) }
a[href='#information'] { background-image: url(/f2023/ico42.png) }
a[href='#intellectual'] { background-image: url(/f2023/ico1.png) }
a[href='#communication'] { background-image: url(/f2023/ico24.png) }
a[href='#skills'] { background-image: url(/f2023/ico46.png) }
a[href='#trade'] { background-image: url(/f2023/ico45.png) }
a[href='#audit'] { background-image: url(/f2023/ico47.png) }

a[href='#itk'] { background-image: url(/f2023/ico11.png) }
a[href='#int'] { background-image: url(/f2023/ico41.png) }
a[href='#euu'] { background-image: url(/f2023/ico43.png) }
a[href='#sn'] { background-image: url(/f2023/ico40.png) }
a[href='#en'] { background-image: url(/f2023/ico5.png) }
a[href='#yz'] { background-image: url(/f2023/ico28.png) }
a[href='#pp'] { background-image: url(/f2023/ico1.png) }
a[href='#fks'] { background-image: url(/f2023/ico32.png) }
a[href='#ki'] { background-image: url(/f2023/ico36.png) }
html.forum2023 .aside-wrapper.profproba {
  background-image: none !important;
}

html.forum2023 .sections-shadow {
  Rbackground: #F4F4F6;
  Rbox-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 1rem;
}
html.forum2023 .sections-back {
  padding: 40px 20px 0;
  max-width: 1300px;
  margin: 0 auto;
  Rbackground: #F4F4F6 url(/c2022/sections-back.png) no-repeat right bottom;
}
html.forum2023 .main-wrapper {
  background: #fff;
}
html.forum2023 .aside-wrapper {
  background: #f4f4f6 url(/f2023/pattern.png) repeat-x left top;
}
html.forum2023 span.download {
  display: flex;
  gap: 10px;
  align-items: center;
}
html.forum2023 span.download a {
  text-decoration: none;
}
html.forum2023 span.download .size {
  color: #A2A2A2;
}
html.forum2023 main a, html.forum2023 .main a {
  text-decoration: underline;
}
html.forum2023 main h3, html.forum2023 .main h3 {
  margin: 2.5rem 0 1rem;
}

html.forum2023 h5 {
  color: #EA0029;
  font-weight: normal;
  min-height: 25px;
  margin: 2rem 0 1rem;
  align-items: center;
  display: flex;
}
html.forum2023 h5.curators {
  padding-left: 35px;
  background: url(/f2023/ico27.png) no-repeat left top;
}
html.forum2023 h5.participants {
  padding-left: 35px;
  background: url(/f2023/ico6.png) no-repeat left top;
}
html.forum2023 h5.experts {
  padding-left: 35px;
  background: url(/f2023/ico1.png) no-repeat left top;
}

html.forum2023 ul li, html.forum2023 ol li {
  margin-bottom: 1rem;
}
html.forum2023 .main ul li {
  list-style: none;
}
html.forum2023 .main ul li:before {
  content: "• ";
  color: #EA0029;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  font-size: 1.375em;
  line-height: 1em;
  vertical-align: top;
}
html.forum2023 ul li:before {
  color: #EA0029;
}
html.forum2023 article.news h4 {
  margin-bottom: 0;
}

html.forum2023 section.event {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0;
  gap: 30px;
}
html.forum2023 h3 + section.event {
  margin-top: 1.5rem;
}
html.forum2023 section.event time, html.forum2023 section.event address {
  font-style: inherit;
  display: block;
  font-weight: 500;
  flex-grow: 0.5;
}
html.forum2023 section.event address:before, html.forum2023 section.event time:before {
  display: block;
  font-weight: normal;
  color: #EA0029;
  padding-left: 35px;
  min-height: 30px;
  background: url(/f2023/ico26.png) no-repeat left top;
}
html.forum2023 section.event address:before {
  content: "Место  проведения";
  background-image: url(/f2023/ico22.png);
}
html.forum2023 section.event time:before {
  content: "Дата проведения";
  background-image: url(/f2023/ico26.png);
}
html.forum2023 section.event time {
  max-width: 300px;
  color: inherit;
  white-space: nowrap;
}
html.forum2023 section.event address:empty {
  display: none;
}
html.forum2023 section.event address {
  max-width: 500px;
}
html.forum2023 section.event p {
  max-width: 600px;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
  color: #EA0029;
}
html.forum2023 section.event p:empty {
  display: none;
}
html.forum2023 section.main.about .about1 {
  background: #f4f4f6;
  padding: 2rem 3rem 1rem;
}

html.forum2023 .filecolumns {
  display: flex;
  gap: 1rem;
}
html.forum2023 .filecolumns span.download {
  border: 2px solid #F4F4F6;;
  padding: 0.4rem 1rem;
}
html.forum2023 .filecolumns small {
  display: none;
}
html.forum2023 .bordered2 {
  border: 2px solid #F4F4F6;;
  padding: 0.4rem 1rem 0;
  margin-bottom: 1rem;
}
html.forum2023 big {
  color: #EA0029;
  font-size: 30px;
}
html.forum2023 .fancycolumns {
  display: flex;
  gap: 3rem;
  margin-bottom: 2rem;
}
html.forum2023 .fancycolumns p:last-child {
  margin-bottom: 0;
}
html.forum2023 .fancycolumn1 {
  border-left: 2px solid #EA0029;
  padding-left: 1rem;
}
html.forum2023 .fancycolumn2 {
  border-left: 2px dashed #EA0029;
  padding-left: 1rem;
}
html.forum2023 .columns3 {
  display: flex;
  gap: 2rem;
}
html.forum2023 .plenary-program {
  padding: 0 2rem;
}
html.forum2023 nav.navigation > a {
  background: none;
}
html.forum2023 .results {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
}
html.forum2023 .results > a {
  width: 33%;
  display: block;
}
html.forum2023 section.result > h3 {
  margin-top: 0;
}
html.forum2023 > body > header .titles {
  display: flex;
  flex-direction: column;
  justify-content: center;
}


/*!
 * assets/stylesheets/app/header-menu.css
 */

main-menu-box, nav.main-menu {
  color: #fff;
  background: #008e9b;
}
html[lang=en] .main-menu-box, html[lang=en] nav.main-menu, html[lang=ar] .main-menu-box, html[lang=ar] nav.main-menu {
  background: #008e9b;
}
.main-menu-box {
  padding-top: 0;
  padding-bottom: 0;
}

.nav-button {
  right: 0;
}
.nav {
  font-size: 1rem;
  line-height: 2rem;
}
.nav li {
  white-space: normal;
  margin: 0;
}

@media screen and (min-width: 720px) {
  .main-menu-box {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  body.index .main-menu-box, body.news .main-menu-box, body.search .main-menu-box, body.events .main-menu-box {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  nav.main-menu {
    margin-right: 320px;
  }
  .nav ul ul li {
    font-size: 1rem;
  }
  .nav.main-menu.index > ul > li > a {
    font-size: 1.25rem;
  }
  .nav.main-menu.page {
    font-size: 0.875rem;
  }
  .nav.main-menu.page + .nav.main-menu.page {
    margin-top: -0.25rem;
  }
  .nav.main-menu.page:hover {
    z-index: 920;
  }
  .nav.main-menu.page > ul > li.active > a {
    font-size: 1rem;
  }
  .nav.main-menu.page:first-child > ul > li.active > a {
    font-size: 1.25rem;
  }
  .nav.main-menu.page > ul > li > a:not(.active) {
    color: #a5d5da;
  }
  .nav.main-menu.page > ul > li > a:not(.active):hover {
    color: #fff;
  }
  .nav.main-menu.page li.active.open > ul {
    display: none !important;
  }
  .nav.main-menu.page li.active.open > a {
    padding-right: 1rem !important;
  }
  .nav.main-menu.page li.active.open > a:after {
    content: '';
  }

  .nav.main-menu > ul > li > ul li {
    background-color: #fff;
    color: #008e9b;
  }
  .nav.main-menu > ul > li > ul li a {
    color: inherit;
  }
  .nav a:hover, .nav .nav-active > a {
    background: #45b0ba !important;
    color: #fff !important;
  }
}
@media screen and (max-width: 719px) {
  .nav a.nav-submenu {
    background-image: linear-gradient(to left, rgba(255,255,255,0.1) 2.333em, transparent 0px);
  }
  .nav li:hover > a, .nav li.nav-active > a {
    color: #fff;
    filter: brightness(110%);
    -webkit-filter: brightness(110%);
  }
  .nav ul ul {
    filter: brightness(110%);
    -webkit-filter: brightness(110%);
  }
  .nav.main-menu {
    z-index: 900;
    top: 2.4rem;
  }
  .nav-lock-scroll .main-menu-box {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 10;
  }
  .nav-lock-scroll header.main {
    position: static;
  }
  .nav-lock-scroll .search-links {
    top: 4px; right: 2.4rem; padding: 0;
  }
}

.nav a:hover {
  background: #45b0ba !important;
}

.nav a:focus {
  color: #fff;
}

.MapResponsive + .MapResponsive .nav-button {
  top: 50px;
}

.nav ul ul {
  min-width: 25vw;
}

.nav a:visited {
  color: #fff;
}

.nav li, .nav ul {
  background: inherit;
}
.nav li {
  border-top-color: #64c2cb;
}
.nav a, .nav a:hover, .nav a:active {
  color: #fff;
}
.nav .nav-submenu > ul {
  margin-left: 0;
}

main.site-map li.level-0:before {
  content: '';
}
main.site-map li.level-0 > a {
  font-size: 20px;
  margin-bottom: 5px;
  text-decoration: none;
}
main.site-map li li {
  padding-left: 2em;
}
main.site-map li > div > ul {
  margin-top: 10px;
}


/*!
 * assets/stylesheets/app/header.css
 */

header.main a.vi {
  position: absolute;
  padding: 0.5rem;
  top: 16px;
  right: 210px;
}
header.main {
  color: #fff;
  Rbackground-image: url(/files/images/08_2024_bg2.png);
  background: #008e9b;
  padding-top: 1.1rem;
  padding-bottom: 0;
  display: table;
  width: 100%;
  position: relative;
}
html[lang=en] header.main, html[lang=ar] header.main {
  background: #008e9b;
}
header.main h1 {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 0.1em;
}
header.main .shorten {
  color: #fff;
}
header.main small {
  color: #a5d5da;
}
header.main a {
  color: inherit;
  display: inline-block;
  text-decoration: none;
}
header.main a:hover {
  background: transparent;
}
header.main a.home img {
  float: left;
  margin-right: 20px;
  margin-top: -20px;
  height: 72px;
}
header.main a.home {
  position: relative;
}

header.main .social {
  display: block;
  vertical-align: top;
  position: absolute;
  bottom: auto;
  top: 100%;
  right: 20px;
}
header.main .social svg {
  height: 20px;
}
header.main .social a, nav.header-top .social a {
  padding: 4px 8px;
}
header.main .social a:hover, nav.header-top .social a:hover {
  color: #fff;
}
header.main .social.english {
  top: 20px;
  right: 240px;
}
@media only screen and (max-width: 999px) {
  header.main .social, nav.header-top .social {
    display: block;
    margin-top: 2px;
  }
}

@media only screen and (max-width: 719px) {
  nav.header-top .language {
    margin-top: 35px;
  }
  header.main a.vi {
    right: 230px;
    display: none;
  }
  header.main {
    padding-bottom: 0.5rem;
  }
  header.main .shorten {
    font-size: 1.2rem;
    margin-bottom: 0.1em;
    float: left;
    margin-right: 0.3em;
  }
  header.main h1 {
    display: none;
  }
  header.main .shorten * {
    display: none;
  }
  header.main small {
    visibility: hidden;
  }
  header.main small:after {
    content: "официальный сайт";
    visibility: visible;
    float: left;
    width: 1px;
    line-height: 1em;
  }
  [lang=ar] header.main small:after {
    display: none;
  }
  header.main .social {
    bottom: 0;
    top: auto;
  }
  header.main a.home img {
    height: 48px;
    margin-top: -8px;
  }
}
@media only screen and (min-width: 720px) {
  header.main a.home {
    position: relative;
    width: 30rem;
    margin-left: -1.5rem;
    padding-left: 1.5rem;
    margin-top: -1rem;
    padding-top: 1.75rem;
    border-bottom: 1px solid #64c2cb;
    padding-bottom: 0.5rem;
  }
  header.main h1 {
    display: block;
  }
  header.main .shorten {
    display: none;
  }
}

@media only screen and (max-width: 719px) {
  header.main .shorten .small {
    display: block;
  }
}
@media only screen and (min-width: 720px) {
  header.main .shorten .medium {
    display: block;
  }
}

@media only screen and (max-width: 460px) {
  header.main small:after {
    display: none;
  }
}
@media only screen and (max-width: 380px) {
  header.main .shorten .small {
    visibility: hidden;
  }
}

nav.header-top {
  color: #fff;
  background: #64c2cb;
  display: flex;
  padding: 0 10px;
}
nav.header-top > span {
  vertical-align: middle;
  display: inline-block;
  margin: 0 10px;
}

nav.header-top .social svg {
  height: 20px;
  display: block;
}
nav.header-top .social a {
  display: inline-block;
  padding: 10px 8px;
  vertical-align: bottom;
  opacity: 0.5;
}
nav.header-top .social a:hover {
  opacity: 1;
}
nav.header-top .global a, nav.header-top .language a {
  text-decoration: none;
  line-height: 20px;
  padding: 10px 10px;
  display: inline-block;
  vertical-align: bottom;
  white-space: nowrap;
}
nav.header-top span a:hover {
  text-decoration: underline;
}
nav.header-top a {
  color: #fff;
}
nav.header-top .language {
  height: 100%;
  text-align: right;
  flex: 1;
  Ralign-self: flex-end;
}
@media only screen and (max-width: 999px) {
  nav.header-top .language {
    padding-right: 34px;
  }
  nav.header-top span a {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    line-height: 15px;
  }
}
img[alt$="flag"] {
  height: 20px;
  vertical-align: top;
  float: none !important;
  margin-right: 0.4em !important;
  margin-left: 0.4em !important;
  margin-bottom: 5px;
}
.language img {
  margin-bottom: 0;
  vertical-align: bottom;
}

.header-wrapper {
  Rbackground: url(/files/images/20230308.png) left bottom no-repeat;
  background-color: #008e9b;
  background-size: contain;
}


/*!
 * assets/stylesheets/app/link-list.css
 */

section.link-list {
  margin-bottom: 1.5rem;
  line-height: 1.125;
}
section.link-list a {
  display: block;
  padding: 0.25rem 0;
}
section.link-list span a {
  display: inline-block;
}


/*!
 * assets/stylesheets/app/main.css
 */

main h1 {
  font-size: 1.5rem;
  color: #008e9b;
  font-weight: normal;
}
main h2 {
  font-size: 1.375rem;
  color: #008e9b;
  font-weight: normal;
}

main h3 {
  font-size: 1.25rem;
  color: #008e9b;
  font-weight: normal;
}
main h4, .related h4 {
  font-size: 1.125rem;
  color: #008e9b;
  font-weight: normal;
}
main h5 {
  font-size: 1rem;
  color: #008e9b;
  font-weight: bold;
}
main h6 {
  font-size: 0.938rem;
  color: #999;
  font-weight: bold;
}

main ul li {
  list-style: none;
  margin-left: 0;
  padding-left: 0.5em;
}
main ul li:before {
  content: "• ";
  color: #008e9b;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  font-size: 1.375em;
  line-height: 1em;
  vertical-align: top;
}

main table caption {
  font-size: 1.125rem;
  color: #008e9b;
  font-weight: normal;
  font-variant: normal;
  text-align: left;
  line-height: 1;
  margin: 0 0 1em;
}
[lang=ar] main table caption {
  text-align: right;
}
main header h2 {
  border-bottom: 1px solid #d9d9d9;
  border-left: 0.25rem solid #f60;
  color: #008e9b;
  font-size: 1.2rem;
  line-height: 0.875;
  padding: 0.25rem 0 0.5rem 0.75rem;
  margin-left: -1rem;
}
body.page main > header h2, article.cat-node > header h2, section.cat-nodes > header h2 {
  margin-bottom: 0.75rem;
}
header + .title-footer {
  margin-top: -0.75rem;
  font-size: 0.92em;
  margin-left: -1rem;
  padding: 0.25rem 0.75rem 0.5rem 0.75rem;
  border-left: 0.25rem solid #f60;
  background-color: #f4f5f6;
  margin-bottom: 0.75rem;
  overflow: hidden;
  color: #aaa;
}
header + .title-footer nav.breadcrumbs {
  float: left;
  margin-left: -0.5em;
}
header + .title-footer time {
  float: right;
  margin-left: 1em;
}
header + .title-footer nav.breadcrumbs a {
  padding-right: 0.5em;
  padding-left: 0.5em;
  text-decoration: none;
}
header + .title-footer nav.breadcrumbs a:hover {
}
header + .title-footer nav.breadcrumbs a.current {
  color: inherit;
}

main p + h5 {
  margin-top: 2em;
}
main p + h4, main p + .wrap-table caption {
  margin-top: 1.8em;
}
main p + h3 {
  margin-top: 1.5em;
}

main li > p, main li > details > p {
  margin: 0;
}
main li > ul {
  margin-bottom: 0;
}
main details > summary {
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border-bottom: 1px dashed #008e9b;
  color: #008e9b;
}
main details {
  margin-bottom: 1em;
}
main details > div {
  margin-top: 1em;
  display: none;
}
main details[open] > div, main details.open > div {
  display: block;
}
main li {
  margin-bottom: 0.25em;
}

img[src*="extname/16"] {
  vertical-align: middle;
  margin-right: 0.2em;
}

main li > ul li {
  margin-left: 1rem;
}

main > img {
  max-width: 100%;
}


/*!
 * assets/stylesheets/app/news.css
 */

.main-news {
  margin-bottom: 1.5rem;
}
.main-news article header h6 {
  font-weight: normal;
  margin-bottom: 0.1em;
  color: inherit;
}
.main-news article .source {
  font-family: "icon-font";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  vertical-align: bottom;
  margin-left: 0.7em;
}

main-news article p:last-child {
  margin-bottom: 0;
}
.main-news article {
  margin-bottom: 1rem;
}
article time {
  color: #aaa;
}
article.news-article {
  margin-bottom: 2rem;
}
article.news-article time {
  display: inline-block;
  margin-bottom: 0.5em;
}

.main-news article figure {
  width: 60px;
  height: 60px;
  float: left;
  margin-top: 0.25rem;
  margin-right: 1.25rem;
  background-color: #f3f3f3;
  border-radius: 50%;
  position: relative;
  z-index: 0;
}
.main-news article figure:before {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  background-image: url(/files/news-icons40-5.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  z-index: 1;
}
.main-news article.udsu figure:before {
  background-position: 2px -38px;
}
.main-news article.admissions figure:before {
  background-position: 0 -80px;
}
.main-news article.institute figure:before {
  background-position: 0 -120px;
}
.main-news article.science figure:before {
  background-position: 0 -160px;
}
.main-news article.dissertation figure:before {
  background-position: 0 -200px;
}
.main-news article.international figure:before {
  background-position: 0 -240px;
}
.main-news article.extra figure:before {
  background-position: 0 -280px;
}
.main-news article.congratulations figure:before {
  background-position: 0 -320px;
}
.main-news article.union figure:before {
  background-position: 0 -360px;
}

.main-news article figure:hover:before {
  filter: brightness(120%);
}
.main-news article figure:hover img {
  filter: brightness(105%);
}

.main-news article figure img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
.main-news article figure figcaption {
  font-size: 0.8em;
  position: absolute;
  z-index: 3;
  top: 55px;
  background: rgba(255,255,255,0.9);
  width: 70px;
  margin-left: -5px;
  text-align: center;
  line-height: 1em;
}
.main-news article figure:hover figcaption {
  text-decoration: underline;
}

@media screen and (min-width: 720px) {
  .main-news article header, .main-news article div {
    margin-left: 80px;
  }
  .main-news article {
    clear: left;
    min-height: 80px;
  }
}

@media screen and (max-width: 719px) {
  .main-news article figure {
    display: none;
  }
}

table.calendar {
  border: 0;
  max-width: 19.6875rem;
  font-size: 1rem;
}
table.calendar caption {
  text-transform: capitalize;
  font-variant: normal;
  color: #008e9b;
  font-size: 1.125rem;
  font-weight: bold;
}
table.calendar caption a {
  text-decoration: none;
}
table.calendar caption a.prev {
  margin-left: 16px;
  float: left;
}
table.calendar caption a.next {
  margin-right: 16px;
  float: right;
}

table.calendar td, table.calendar th {
  padding: 0;
  text-align: center;
  position: relative;
  border: 0;
  width: 14.2857%;
  display: inline-block;
}

table.calendar td a {
  text-decoration: none;
}

table.calendar td.another-month {
  opacity: 0.4;
}
table.calendar td:hover {
  opacity: 1;
}

table.calendar td .cell {
  background-color: rgba(0,0,0,0.06);
  border-radius: 50%;
}
table.calendar td span.cell {
  cursor: default;
}
table.calendar td a.cell:hover {
  background-color: #45b0ba !important;
  color: #fff;
}

table.calendar td:before, table.calendar th:before {
  content: '';
  display: block;
  margin-top: 100%;
}

table.calendar .cell {
  position: absolute;
  top: 0; left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
table.calendar td:nth-child(6) .cell, table.calendar td:nth-child(7) .cell {
  color: #e50000;
}

table.calendar td.active .cell {
  background-color: #008e9b !important;
  color: #fff;
}
table.calendar td.today .cell {
  box-shadow: inset 0px 0px 0px 3px #f60;
}
table.calendar td.weight-0 .cell {
  background-color: transparent;
}
table.calendar td.weight-1 .cell {
  width: 65%;
  height: 65%;
  margin-left: 17.5%;
  margin-top: 17.5%;
}
table.calendar td.weight-2 .cell {
  width: 85%;
  height: 85%;
  margin-left: 7.5%;
  margin-top: 7.5%;
}
table.calendar td.weight-3 .cell {
  width: 105%;
  height: 105%;
  margin-left: -2.5%;
  margin-top: -2.5%;
}

nav.rubrics li {
  list-style: none;
  padding: 0;
  margin: 0;
}
nav.rubrics li a {
  background-color: rgba(0,0,0,0.06);
  padding: 0.5rem 0.75rem 0.5rem 1rem;
  display: block;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}
nav.rubrics li.active a {
  background-color: #008e9b;
  color: #fff;
}
nav.rubrics li a:hover {
  background-color: #45b0ba;
  color: #fff;
}
article.prioritized header h4 {
  font-weight: bold;
}
p + section.prioritized.news-list {
  margin-top: 2rem;
}
section.prioritized + header {
  margin-top: 2rem;
}

article.news-article footer.source {
  margin-top: 1rem;
}

.news-pager header h2 + nav {
  margin-top: -0.75rem;
  margin-bottom: 0.75rem;
  border-left: 0.25rem solid #f60;
  padding: 0.25rem 0 0.25rem 0.75rem;
  margin-left: -1rem;
  background: #f4f5f6;
}
.news-pager header h2 + nav a {
  color: #444;
  text-decoration: none;
  margin-right: 2em;
}
.news-pager header h2 + nav a span.cross {
  color: #008e9b;
  font-size: 1.5em;
  line-height: 1em;
  vertical-align: sub;
}

article.news-article a.enclosure img {
  float: right;
  clear: right;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 720px) {
  article.news-article .body a img {
    max-width: 49%;
  }
}
@media screen and (max-width: 719px) {
  article.news-article .body a img {
    max-width: 100%;
  }
}
.notice-news h4 {
  font-size: 100%;
  margin-bottom: 0.5em;  
}

#monthPickerButton {
  color: inherit;
  text-decoration: none;
  margin-left: 10px;
}
#monthPickerButton img {
}


/*!
 * assets/stylesheets/app/pager.css
 */

nav.pager {
  margin: 1rem 0;
}
nav.pager a, nav.pager span.more {
  border-radius: 50%;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.125rem;
  text-align: center;
  display: inline-block;
  font-size: 1rem;
}
nav.pager span.more {
  border: 1px solid transparent;
}
nav.pager a {
  text-decoration: none;
  border: 1px solid #f3f3f3;
  background-color: #f3f3f3;
}
nav.pager a.active {
  border-color: #008e9b;
  background-color: #008e9b;
  color: #FFF;
}
nav.pager a:hover {
  border-color: #45b0ba;
  background-color: #45b0ba;
  color: #FFF;
}



/*!
 * assets/stylesheets/app/rector.css
 */

@media screen and (max-width: 719px) {
  section.rector img {
    margin-left: 0;
  }
}
section.rector img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
section.rector header + p {
  color: #aaa;
  font-size: 0.75rem;
}



/*!
 * assets/stylesheets/app/related.css
 */

section.related li, section.related ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1.2;
}

section.related li a {
  position: relative;
  display: block;
  padding: 0.4rem 1rem 0.6rem;
  background-color: #f4f5f6;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

section.related ul ul li > a {
  padding-left: 1.75rem;
  border-left: 0.25rem solid #d9d9d9;
}
section.related ul ul ul li > a {
  padding-left: 2.5rem;
  border-left: 0.5rem solid #d9d9d9;
}
section.related ul ul ul ul li > a {
  padding-left: 3.25rem;
  border-left: 0.75rem solid #d9d9d9;
}
section.related ul ul ul ul ul li > a {
  padding-left: 4rem;
  border-left: 1rem solid #d9d9d9;
}

section.related ul li.open > a:after {
  font-family: "icon-font";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  vertical-align: top;

  position: absolute;
  display: block;
  right: 0.75em;
  top: 9px;
  content: "\E005";
  color: #008e9b;
}

section.related li a.active {
  background-color: #008e9b;
  color: #fff;
}
section.related ul li.open > a.active:after {
  color: #d9d9d9;
}

/*
section.related li a {
  display: block;
  padding: 0.25em 0;
}

section.related ul ul li > a {
  padding: 0.125em 0;
}

section.related ul ul {
  margin-left: 0.5em;
  padding-left: 0.5em;
  border-left: 2px solid #d9d9d9;
}

section.related ul li.active > a {
  background: #f4f5f6;
  margin: 0 -0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-decoration: none;
}
*/


/*!
 * assets/stylesheets/app/resources.css
 */

section.resources {
  margin-bottom: 1.5rem;
}
section.resources a {
  display: block;
  padding: 0.25rem 0;
}
section.resources li, section.resources ul {
  padding: 0; margin: 0;
  list-style: none;
  line-height: 1.125;
}

section.cat-nodes {
}
section.cat-nodes article, section.files article {
  font-size: 0.857em;
  overflow: hidden;
  padding: 1rem 5rem 1rem 0;
  border-bottom: 1px #d9d9d9 solid;
  position: relative;
  min-height: 4.5rem;
}
section.cat-nodes.cat-emps article {
  font-size: 1em;
}
section.files article {
  font-size: 1em;
}
section.cat-nodes article a.download, section.files article a.download {
  position: absolute;
  right: 0;
  top: 0.75rem;
  width: 5rem;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
section.files article a.download {
  font-size: 0.857em;
}
section.cat-nodes article header {
  font-size: 1.333em;
}
section.cat-nodes dl.properties {
  margin: 0;
  padding: 0;
}
section.cat-nodes dl.properties dt, section.cat-nodes dl.properties dd {
  display: inline;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
section.cat-nodes dl.properties dt {
  color: #aaaaaa;
}
section.cat-nodes dl.properties dd {
  margin-right: 1rem;
}
section.cat-nodes dl.properties dd:last-child {
  margin-right: 0;
}
section.cat-nodes dl.properties dd time {
  color: #000;
  display: inline-block;
  min-width: 8em;
}

@media screen and (max-width: 719px) {
  section.cat-nodes dl.properties dt {
    float: left;
    clear: left;
  }
  section.cat-nodes dl.properties dd {
    float: left;
  }
  section.cat-nodes dl.properties dd {
    min-width: 0;
  }
}

article.cat-node table.properties {
  width: auto;
  border-top: 0;
}
article.cat-node table.properties tr:first-child td {
  border-top: 0;
}
article.cat-node table.properties td:first-child {
  color: #aaa;
}
article.cat-node table.properties td:last-child time {
  color: inherit;
}

ul.node-files, ul.node-files li {
  list-style: none;
  display: block;
}
ul.node-files li:before {
  display: none;
}

section.files {
  margin: -0.5rem;
  margin-top: 2rem;
  padding: 0.5rem;
  Rbackground-color: #f4f5f6;
}
section.files header {
  background-color: inherit;
}
section.files header h4 {
  margin-bottom: 0;
}
section.files article:last-child {
  Rborder-bottom: 0;
}
a.signature {
  white-space: nowrap;
}
a.signature img {
  margin-right: 3px;
  vertical-align: middle;
}



/*!
 * assets/stylesheets/app/search.css
 */

.ya-site-form table, .ya-site-form tr, .ya-site-form td {
  padding: 0 !important; margin: 0 !important; border: 0 !important;
}
.ya-site-form__input {
  padding-left: 10px !important;
}
.ya-page_js_yes .ya-site-form_inited_no { display: none !important; }

header nav.search-links {
  position: absolute;
  top: 16px;
  right: 1.5rem;
  background-color: #008e9b;
  z-index: 990;
  width: 190px;
  padding: 5px;
}
nav.search-links-en, nav.search-links-ar {
  top: 0.2rem;
}
nav.search-links ul li a:hover {
  text-decoration: underline;
}
nav.search-links ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.05rem;
}
nav.search-links ul {
  padding: 0;
  margin: 0.25rem 0 0;
}


form.search {
  background: #45b0ba;
  border: none;
  border-radius: 0;
  width: 100%;
  height: 30px;
  color: #fff;
  white-space: nowrap;
  text-align: right;
  white-space: nowrap;
}
form.search input {
  display: inline-block;
  border-radius: 0;
  background: #45b0ba;
  border: none;
  padding: 0;
  line-height: 24px;
  vertical-align: top;
  height: 30px;
}
form.search input[type=text] {
  padding: 2px 4px 2px 6px;
  width: 150px;
  transition: width 0.2s, margin-left 0.2s;
}
form.search input[type=text]:focus {
  width: 250px;
  margin-left: -100px;
}
form.search input[type=submit] {
  width: 30px;
  font-size: 0;
  color: transparent;
  background-image: url(/files/search1.png);
  background-position: 3px 3px;
  background-repeat: no-repeat;
}


form.gsc-search-box {
  font-size: 1em !important;
  width: auto !important;
  background: #45b0ba;
  border: none;
  border-radius: 0;
  width: 100%;
  height: 30px;
  color: #fff;
  white-space: nowrap;
  text-align: right;
  white-space: nowrap;
}

.gsc-control-cse table, .gsc-control-cse td, .gsc-search-box table, .gsc-search-box td {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.gsc-input input {
  display: inline-block !important;
  border-radius: 0px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background-color: #45b0ba !important;
  background-position: 5px center !important;
  border: none !important;
  padding: 0 !important;
  line-height: 24px !important;
  vertical-align: top !important;
  height: 30px !important;
  color: #fff !important;

  padding: 2px 4px 2px 6px !important;
  width: 150px !important;
  transition: width 0.2s, margin-left 0.2s !important;
}
.gsc-input input:focus {
  width: 250px !important;
  margin-left: -100px !important;
}
.gsc-search-button input, .gsc-search-button {
  display: inline-block !important;
  border-radius: 0px !important;
  background: #45b0ba !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 24px !important;
  vertical-align: top !important;
  height: 30px !important;

  width: 30px !important;
  min-width: 30px !important;
  font-size: 0 !important;
  color: transparent;
  background-image: url(/files/search2.png) !important;
  background-position: 3px 3px !important;
  background-repeat: no-repeat !important;
}
.gsc-clear-button, .gsc-search-button svg {
  display: none;
}
.gsc-input-box {
  height: auto !important;
  background: none !important;
  border: none !important;
}
#gsc-i-id1 {
  background-image: none !important;
}

.gsib_b {
  display: none;
}

.gsc-input input::-webkit-input-placeholder { /* WebKit browsers */
    color: transparent;
}
.gsc-input input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: transparent;
}
.gsc-input input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: transparent;
}
.gsc-input input:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: transparent;
}
table.gstl_50.gssb_c {
  margin-left: -100px !important;
}
.gsc-input-box { padding: 0 !important; }

body.search main header h2 {
  color: transparent;
  background-image: url("http://www.google.com/cse/static/ru/google_custom_search_watermark.gif");
  background-position: 1.5rem center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 719px) {
  nav.search-links {
    visibility: hidden;
  }
  nav.search-links #___gcse_0 {
    display: none;
  }
  .nav-lock-scroll nav.search-links #___gcse_0 {
    display: block;
  }
  .nav-lock-scroll nav.search-links {
    visibility: visible;
  }
  nav.search-links {
    top: 0;
    right: 3.5rem;
    padding: 0;
    font-size: 0.9em;
  }
  nav.search-links ul li {
    line-height: 1rem;
  }
}


/*!
 * assets/stylesheets/app/section.css
 */

section > header {
  background: #fff;
}



/*!
 * assets/stylesheets/app/today.css
 */

section.today {
  margin-bottom: 1.5rem;
  max-height: 208px;
  overflow: hidden;
  -webkit-transition: max-height 0.8s;
  -moz-transition: max-height 0.8s;
  transition: max-height 0.8s;
  position: relative;
}
section.today.open {
  max-height: 2000px;
}
section.today h6, section.events h6 {
  font-weight: normal;
  font-size: inherit;
  margin-bottom: 0.8em;
  color: inherit;
}

section.today .open-button {
  cursor: pointer;
  content: '\e005';
  font-size: 1.5rem;
  font-family: "icon-font";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  vertical-align: top;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-right: 1.5rem;
  text-align: center;
  color: #008e9b;
  height: 4rem;
  line-height: 5rem;

background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

section.today.open .open-button {
  display: none;
}

.download-events {
  margin-top: 3em;
}


/*!
 * assets/stylesheets/app/typography.css
 */

body {
    font-family: "PT Sans", Helvetica, Tahoma, "Droid Sans", sans-serif, Arial, Georgia, "Times New Roman", Times, serif;
    font-kerning: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  color: inherit;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-weight: normal;
}
blockquote,
cite,
q {
  font-family: inherit;
}

span.quote-narrow {
  margin-left: -0.33em;
}

span.quote-wide {
  margin-left: -0.5em;
}

span.prequote-space-narrow {
  margin-right: 0.33em;
}

span.prequote-space-wide {
  margin-right: 0.5em;
}

@media all {
  /*--- Links ----------------------------------------------------------------------------------------- */
  a {
    color: #008e9b;
    /* text-decoration-skip: ink; */
  }

  a:active {
    /*outline: none;*/
  }

  a:hover,
  a:focus {
    color: #32bfcc;
  }

  a:visited {
    color: #44787d;
  }

  p, h6 {
    line-height: 1.3;
    margin-bottom: 1em;
  }

  .text-right {
    text-align: right;
    display: block;
  }
  .nowrap {
    white-space: nowrap;
  }
}



/*!
 * assets/stylesheets/app/useful.css
 */

@media screen and (max-width: 719px) {
  .ads {
    display: none;
  }
}
.ads {
  font-size: 0;
  line-height: 0;
}
.ads a {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
}
.ads .height150 img {
  Rheight: 150px;
}
.ads .height150 .heightblock {
  display: inline-block;
  vertical-align: top;
}
.ads .height150 .heightblock a {
  display: block;
}
.ads .height150 .heightblock img {
  height: 60px;
  width: auto;
}
@media screen and (max-width: 719px) {
  .ads .height150 .heightblock, .ads img {
    height: auto !important;
  }
}
.ads .height100 img {
  vertical-align: top;
  Rheight: 100px;
}
.ads #index-collage > a.rules {
  font-size: 1rem;
  display: block;
  margin-top: 1em;
}


/*!
 * assets/stylesheets/elements/Folders.css
 */

.content ul.folders, .content ul.folders li {
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}
.content ul.folders li {
  display: inline-block;
  margin: 0 0.5em 1.5em 0;
  text-align: center;
}
.content ul.folders li img {
  padding: 5px;
  border: 1px solid #b9b9b9;
}

.carousel {
  background: #fff;
  overflow: hidden;
  position: relative;
}
.carousel nav {
  position: absolute;
  cursor: pointer;
}
.carousel nav:hover {
  background: #f7f7f7;
}
.carousel nav.prev {
  left: 2px; top: 0;
}
.carousel nav.next {
  right: 2px; top: 0;
}
.carousel .images {
  display: block;
  overflow: hidden;
  padding: 2px 0;
}
.carousel .images article {
  display: inline-block;
  margin-right: 1px;
}
.carousel {
  white-space: nowrap;
}

section.folders-list {
  margin: 1em 0;
}
section.folders-list article {
  position: relative;
  overflow: hidden;
  margin-bottom: 2em;
}
section.folders-list article img {
  float: left;
  margin-right: 1.5em;
}

section.folders-images {
  margin: 1em 0;
}
section.folders-images article {
  position: relative;
  margin: 0 2em 2em 0;
  display: inline-block;
}
section.folders-images article header {
  text-align: center;
  
}


/*!
 * assets/stylesheets/elements/Gallery.css
 */

.se-gallery {
  position: relative;
  width: 100%;
  margin-right: -23%;
}
.se-gallery .item {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  margin-right: 1%;
}
.se-gallery .item .title {
  text-align: center;
}
.thumbnail {
  float: left;
  display: block;
  position: static;
  width: 98%;
}
ul.gallery_images{
  display: inline-block;
  overflow: hidden;
  list-style: none;
}
ul.gallery_images li{
  width: 200px;
  height: 180px;
  vertical-align: top;
  text-align: center;
  list-style: none;
  overflow: hidden;
  margin: 4px 4px 20px 0;
  position: relative;
  display: inline-block;
}
ul.gallery_images li a{
  width: 180px;
  height: 135px;
  display: block;
  margin: 0 0 4px 0;
}
ul.gallery_images li img{
  max-width: 180px;
  max-height: 135px;
  float: none;
}
.caption_image{
  padding: 4px 0 0 0;
}
.thumbnail img {
  float: left;
  margin: 4px;
}
.thumbnail.caption{
  float: right;
  position: static;
}
.table_folder_img{
  padding: 0;
}
#cboxTextOverlay {
  background: black;
  background: rgba(0, 0, 0, 0.6);
  bottom: 2px;
  color: white;
  padding: 5px 12px;
  position: absolute;
  right: 0;
  width: 50%;
  z-index: 10020;
}


/*!
 * assets/stylesheets/elements/Image.css
 */

img.leftno {
  float: left;
  clear: none;
  margin-right: 0.75em;
  margin-bottom: 0.25em;
}
img.leftof {
  float: left;
  clear: left;
  margin-right: 0.75em;
  margin-bottom: 0.25em;
}
img.rightno {
  float: right;
  clear: none;
  margin-left: 0.75em;
  margin-bottom: 0.25em;
}
img.rightof {
  float: right;
  clear: right;
  margin-left: 0.75em;
  margin-bottom: 0.25em;
}
img.leftno + img.leftno {
  margin-left: -0.5em;
}
img.rightno + img.rightno {
  margin-right: -0.5em;
}

img.Image-thumbnail-link {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
img.Image-thumbnail-link.leftno, img.Image-thumbnail-link.leftof {
  margin-right: 1.6em;
}
img.Image-thumbnail-link.rightno, img.Image-thumbnail-link.rightof {
  margin-left: 1.6em;
}


