html, body, div, form, input, img,
header, footer, section, article, aside, nav,
h1, h2, h3, h4, h5, h6,
#social {
  margin: 0;
  padding: 0; }

article, aside, canvas, figcaption, figure, footer, header, hgroup,
nav, section, summary {
  display: block; }

.clearfix:before,
.clearfix:after {
  content: "";
  display: block; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

body {
  background-color: #f4f4f2;
  color: #333;
  font-family: Calibri,'Liberation Sans','Droid Sans',Verdana,Tahoma,sans-serif;
  font-size: 100%; }

a:link {
  color: #336; }
a:visited {
  color: #535; }
a:hover {
  color: #f90; }
a img {
  border: none; }
a.dotted {
  text-decoration: none;
  border-width: 0 0 1px;
  border-style: dotted; }

#sky {
  background: #9cf url(../img/susu/bg-sky.png) repeat-x 0 0; }

#paper {
  background-color: #fff; }

#top-line {
  background: #e51;
  margin: 0 1%;
  padding: 0;
  height: 15px;
  font-size: 1px; }

header {
  padding-top: 10px;
  color: #fff; }
  header h1 {
    float: left;
    height: 100px;
    width: 175px;
    margin: 5px 0;
    background: url(../img/susu/logo-en2.png) no-repeat 0 5px;
    text-indent: -999em; }
  header nav {
    float: right; }
  header ul, header form {
    float: left;
    margin: 5px 0 0 5px;
    padding: 0; }
  header form input {
    padding: 3px 10px;
    font-size: 80%;
    opacity: 0.9; }
    header form input:focus {
      opacity: 1;
      box-shadow: 0 0 2px #e51, 0 0 10px #e51, 0 0 20px #fec; }

#blue-header {
  background: #3f85d8 url(../img/susu/bg-blue-header.png) repeat-y 0 0;
  padding: 5px 2%; }

#q, #search-submit {
  border-radius: 9px 0 0 9px;
  border: 1px solid #9cf; }

#q {
  width: 90px; }

#search-submit {
  border-radius: 0 9px 9px 0; }

ul.inline li {
  list-style: none;
  display: inline; }

#main-menu a {
  padding: 3px 10px;
  font-size: 80%;
  border-radius: 2px;
  background: #d9cd15;
  text-transform: lowercase;
  text-decoration: none; }
  #main-menu a:hover, #main-menu a:focus {
    color: #000;
    background: #eade26; }

#languagebar a {
  padding: 3px 10px;
  font-size: 80%;
  border-radius: 2px;
  background: #eee;
  text-transform: lowercase;
  text-decoration: none; }
  #languagebar a:hover, #languagebar a:focus {
    color: #000;
    background: white; }

#news #img-big {
  width: 100%;
  height: auto; }
#news ul {
  list-style: none; }
  #news ul li {
    margin-bottom: 1em; }
  #news ul a:link {
    color: #eeeeee; }
  #news ul a:visited {
    color: #dddddd; }
  #news ul a:hover {
    color: #fff; }
#news h2 a:link {
  color: #111;
  text-decoration: none; }
#news h2 a:visited {
  color: #222; }
#news h2 a:hover {
  color: #000;
  text-decoration: underline; }

#video {
  background-color: #778;
  color: #fff; }
  #video h2 {
    margin: 0 0 2%;
    padding: 0.5em;
    background-color: #ed3;
    color: #111;
    font-size: 100%;
    font-weight: normal; }
  #video p {
    padding: 0 1% 1%; }

#preview {
  max-width: 97%;
  margin: 0 1%;
  border: 1px solid #fff;
  border-radius: 2px; }

.menu h2 {
  margin: 0;
  position: relative;
  padding: 0.6em 0 0.6em 1em;
  font-weight: 400;
  font-size: 100%;
  background-color: #ed3;
  background-image: -moz-linear-gradient(#bbaa00, #ed3);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bbaa00), to(#ed3));
  background-image: -webkit-linear-gradient(#bbaa00, #ed3);
  background-image: -o-linear-gradient(#bbaa00, #ed3); }
  .menu h2:after {
    border-color: #ed3 transparent; }
  .menu h2:after {
    content: "";
    position: absolute;
    bottom: -0.5em;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0.5em 0.5em 0; }
  .menu h2 a:link, .menu h2 a:visited {
    color: #333;
    text-decoration: none;
    display: block;
    padding-top: 7px;
    padding-bottom: 3px; }
  .menu h2 a:hover {
    color: #e51;
    text-decoration: underline; }
  .menu h2.h2-student {
    background-color: #8bf;
    background-image: -moz-linear-gradient(#5588cc, #8bf);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5588cc), to(#8bf));
    background-image: -webkit-linear-gradient(#5588cc, #8bf);
    background-image: -o-linear-gradient(#5588cc, #8bf);
    color: #fff; }
    .menu h2.h2-student:after {
      border-color: #8bf transparent; }
  .menu h2.h2-partners {
    background-color: #e51;
    background-image: -moz-linear-gradient(#bb2200, #e51);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bb2200), to(#e51));
    background-image: -webkit-linear-gradient(#bb2200, #e51);
    background-image: -o-linear-gradient(#bb2200, #e51);
    color: #fff; }
    .menu h2.h2-partners:after {
      border-color: #e51 transparent; }
  .menu h2.h2-applicant {
    background-color: #cef;
    background-image: -moz-linear-gradient(#99bbcc, #cef);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#99bbcc), to(#cef));
    background-image: -webkit-linear-gradient(#99bbcc, #cef);
    background-image: -o-linear-gradient(#99bbcc, #cef); }
    .menu h2.h2-applicant:after {
      border-color: #cef transparent; }
.menu img {
  width: 100%;
  height: auto;
  display: none; }
.menu li {
  list-style-image: url(/img/susu/bullet_red.png); }
  .menu li a {
    display: block;
    padding-top: 5px;
    padding-bottom: 3px; }
  .menu li.active, .menu li.active-trail {
    font-weight: bold; }
  .menu li.active a {
    color: #666666; }

.not-front article {
  border-color: #bbb;
  border-style: solid;
  border-width: 0 1px;
  padding: 1em;
  background: #fff; }
  .not-front article img {
    max-width: 100%; }
  .not-front article .imgr {
    float: right;
    padding-left: 10px; }
  .not-front article .imgl {
    float: left;
    padding-right: 10px; }
  .not-front article .breadcrumbs {
    font-size: 80%;
    padding: 0; }
    .not-front article .breadcrumbs ul, .not-front article .breadcrumbs li {
      display: inline;
      padding: 0; }
    .not-front article .breadcrumbs ul:before {
      content: '\203a';
      color: #e51;
      padding: 0 0.2em; }
  .not-front article h1 {
    font-size: 130%;
    margin-top: 1em; }
  .not-front article h2 {
    font-size: 115%; }
  .not-front article h3 {
    font-size: 100%; }
  .not-front article table {
    border-collapse: collapse; }
    .not-front article table td, .not-front article table th {
      border: 1px solid #333;
      padding: 0.3em 0.5em;
      line-height: 1em; }
      .not-front article table td ul, .not-front article table th ul {
        margin-left: -35px; }
    .not-front article table col.right {
      text-align: right; }
    .not-front article table .bad, .not-front article table .bad td, .not-front article table .bad th {
      background: #fda; }
    .not-front article table.borderless td, .not-front article table.borderless th {
      border: none; }
    .not-front article table.striped tr:nth-child(odd) td, .not-front article table.striped tr:nth-child(odd) th {
      background: #f4f4f2; }
    .not-front article table.striped tr:nth-child(even) td, .not-front article table.striped tr:nth-child(even) th {
      background: #fff; }
    .not-front article table.striped tr.bad:nth-child(odd) td, .not-front article table.striped tr.bad:nth-child(odd) th {
      background: #eecc99; }
    .not-front article table.striped tr.bad:nth-child(even) td, .not-front article table.striped tr.bad:nth-child(even) th {
      background: #fda; }
    .not-front article table.td-top td, .not-front article table.td-top th {
      vertical-align: top; }
    .not-front article table.first-right td:first-child, .not-front article table.first-right th:first-child {
      text-align: right; }
  .not-front article ul li {
    list-style-image: url(/img/susu/bullet_red.png); }
  .not-front article ul.bare, .not-front article ul.bare li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none; }

aside {
  margin: 1%; }

#left-menu {
  float: left;
  width: 97.5%; }
  #left-menu ul {
    -webkit-padding-start: 20px; }
  #left-menu li {
    margin-bottom: 0.3em;
    border-bottom: 1px solid #026;
    padding: 0.2em 0;
    line-height: 1em; }
    #left-menu li a {
      text-decoration: none;
      display: block;
      padding-top: 0.5em;
      padding-bottom: 0.3em; }

#right-menu {
  float: right;
  width: 100%; }
  #right-menu ul {
    -webkit-padding-start: 2%;
    -webkit-margin-before: 0.2em; }
  #right-menu li {
    list-style: none; }
    #right-menu li a {
      text-decoration: none;
      display: block; }

#map {
  margin: 1em 0;
  width: 100%;
  height: 10cm; }
  #map.tall {
    height: 15cm; }

#menu-university h2 {
  color: #210; }
  #menu-university h2 a:hover {
    color: #369; }

#menu-students h2 {
  background-color: #8bf;
  background-image: -moz-linear-gradient(#5588cc, #8bf);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5588cc), to(#8bf));
  background-image: -webkit-linear-gradient(#5588cc, #8bf);
  background-image: -o-linear-gradient(#5588cc, #8bf);
  color: #fff; }
  #menu-students h2:after {
    border-color: #8bf transparent; }
  #menu-students h2 a:link, #menu-students h2 a:visited {
    color: #fff; }
  #menu-students h2 a:hover {
    color: #f90; }

#menu-applicant h2 {
  background-color: #cef;
  background-image: -moz-linear-gradient(#99bbcc, #cef);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#99bbcc), to(#cef));
  background-image: -webkit-linear-gradient(#99bbcc, #cef);
  background-image: -o-linear-gradient(#99bbcc, #cef); }
  #menu-applicant h2:after {
    border-color: #cef transparent; }

#menu-partners h2 {
  background-color: #e51;
  background-image: -moz-linear-gradient(#bb2200, #e51);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bb2200), to(#e51));
  background-image: -webkit-linear-gradient(#bb2200, #e51);
  background-image: -o-linear-gradient(#bb2200, #e51);
  color: #fff; }
  #menu-partners h2:after {
    border-color: #e51 transparent; }
  #menu-partners h2 a:link, #menu-partners h2 a:visited {
    color: #fff; }
  #menu-partners h2 a:hover {
    color: #ccc; }

.button-submit {
  border-radius: 2px;
  border: 1px solid #0048a4;
  padding: 0.5em;
  background-color: #2e7bd7;
  color: #fff;
  font-weight: bold; }
  .button-submit:hover, .button-submit:focus {
    background-color: #3f8ce8; }
  .button-submit[disabled] {
    background-color: #ccc; }

.button-reset {
  float: right;
  margin: 0.5em;
  border: 1px dashed #fff;
  border-color: transparent transparent #7f4422;
  background: none;
  color: #7f4422;
  cursor: pointer; }

button.add {
  padding: 3px 10px;
  font-size: 80%;
  border-radius: 2px;
  border: 1px solid #77bb00;
  background-color: #ae3; }
  button.add:hover, button.add:focus {
    color: #000;
    background: #bbff44; }

form table input[type=text], form table input[type=email], form table textarea {
  border-radius: 0.3em;
  border: 1px solid #2e7bd7;
  padding: 0.2em 1%;
  width: 98%; }
  form table input[type=text]:focus, form table input[type=text]:active, form table input[type=email]:focus, form table input[type=email]:active, form table textarea:focus, form table textarea:active {
    border-color: #e51;
    box-shadow: 0 0 10px #e51; }
form table textarea {
  height: 4em; }
form table select {
  width: 100%; }
form table .bad input[type=text], form table .bad textarea {
  border-color: #e51; }

.message-ok {
  border-radius: 0.5em;
  padding: 1em;
  background-color: #9cf; }

.message-warning {
  border-radius: 0.5em;
  padding: 1em;
  background-color: #d9cd15; }

.message-fail {
  border-radius: 0.5em;
  padding: 1em;
  background-color: #e51; }

#social {
  text-align: right; }
  #social li {
    float: right; }

#icon-allrussia, #icon-fb, #icon-rss, #icon-twitter, #icon-vk, #icon-youtube {
  display: block;
  margin-bottom: 10px;
  border: none;
  padding-left: 2px;
  width: 16px;
  height: 16px;
  text-indent: -999em;
  text-decoration: none;
  text-align: left;
  background: url(http://susu.ac.ru/img/icon/social/16.png) no-repeat -2px -2px; }

#icon-fb {
  background-position: -22px -2px; }

#icon-rss {
  background-position: -42px -2px; }

#icon-twitter {
  background-position: -2px -22px; }

#icon-vk {
  background-position: -22px -22px; }

#icon-youtube {
  background-position: -42px -22px; }

abbr, acronym {
  border-bottom: 1px dashed #557755;
  cursor: help; }

footer {
  clear: both;
  border-top: 10px solid #2C609C;
  border-bottom: 1px solid #2C609C;
  padding: 0 1em;
  color: #333;
  font-size: 67%; }
  footer #copyright {
    display: block;
    margin-bottom: 1em;
    border-bottom: 1px dotted #026;
    padding-bottom: 1em; }
  footer a:link {
    color: #88b; }
  footer a:visited {
    color: #b8b; }

.not-front {
  padding: 0 5%;
  background: #f4f4f2 url(../img/susu/bg-sky.png) repeat-x 0 -15px; }
  .not-front header {
    border-color: #bbb;
    border-style: solid;
    border-width: 0 1px;
    padding: 0 1% 0;
    background: #fff; }
    .not-front header h1 {
      width: 152px;
      height: 145px;
      margin: 0;
      background: url(../img/susu/logo-en3.png) no-repeat 0 0; }
      .not-front header h1 a {
        display: block;
        height: 100px; }
    .not-front header #languagebar a[href="http://susu.ac.ru/"] {
      background-color: transparent;
      color: transparent;
      cursor: default; }
    .not-front header nav {
      min-height: 30px;
      text-align: right; }
    .not-front header ul, .not-front header form {
      margin: 5px;
      text-align: left; }
    .not-front header form {
      margin-top: 5px;
      padding: 0; }
  .not-front .menu h2 {
    margin: 0 0 10px; }

@media screen and (min-width: 10cm) {
  header h1 {
    width: 350px;
    background: url(../img/susu/logo-en.png) no-repeat 0 5px; }
  header nav {
    float: left; }
  header ul {
    float: left;
    margin: 5px 0 0 5px; }
  header form {
    float: left;
    margin: 5px 5px 0 5px; }

  #sky {
    padding: 0 5%;
    border-bottom: 0.2em solid #ed3; }

  #paper {
    padding: 0 1em 0.5em; }

  .menu div nav {
    float: left;
    width: 49%; }
    .menu div nav:first-child {
      margin-right: 2%; }
  .menu img {
    display: block; }

  #left-menu {
    width: 30%; }

  #right-menu {
    width: 65%; }
    #right-menu ul {
      -webkit-margin-before: 0; }

  .menu h2 {
    padding: 0.3em 0 0.3em 1em; }

  #map-layers {
    width: 35%;
    margin-left: -38%;
    float: left;
    background-color: #f4f4f2; }
    #map-layers h2 {
      position: relative;
      padding: 0.5em;
      background: #f4e3d0;
      font-weight: 400;
      font-size: 100%; }
      #map-layers h2:after {
        content: "";
        position: absolute;
        top: 0.5em;
        right: -1em;
        display: block;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 0.5em;
        border-color: transparent transparent transparent #f4e3d0; }

  footer {
    padding: 1em 0; }

  .not-front header h1 {
    width: 260px;
    height: 100px;
    background: url(../img/susu/logo-en.png) no-repeat 0 0; }
  .not-front header ul {
    margin: 0 5px; }
  .not-front header form {
    margin-top: 0; }
  .not-front article {
    padding: 1em 0.3em 1em 35%; } }
@media screen and (min-width: 20cm) {
  header h1 {
    float: left;
    width: 300px;
    height: 100px;
    margin: 5px 0 0 25px; }
  header nav {
    float: right;
    margin: 40px 0; }
  header ul, header form {
    margin: 5px 0 0 5px; }

  .menu li a {
    display: block;
    padding-top: 0;
    padding-bottom: 0; }

  #right-menu li a {
    padding-top: 0;
    padding-bottom: 0; }

  #news {
    border-top: 2px solid #d9cd15;
    padding-top: 2px;
    line-height: 0; }

  #paper {
    margin: 0 5%; }

  html[data-useragent*='MSIE 10.0']
  #video {
    top: 230px; }

  #video {
    width: 74%;
    float: right;
    right: 0;
    margin-bottom: -230px;
    padding-bottom: 1.33779%;
    top: -230px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    line-height: 1em; }
    #video h2 {
      background-color: rgba(238, 221, 51, 0.8); }
    #video p {
      text-shadow: -1px -1px 3px #000; }

  #preview {
    max-width: 29.5%;
    height: auto;
    float: right;
    margin: 0 1.33779%; }

  .menu > div {
    float: left;
    width: 49.49%; }
    .menu > div:first-child {
      margin-right: 1%; }

  #left-menu, #right-menu {
    width: 25%; }

  #left-menu li a {
    padding-top: 0;
    padding-bottom: 0; }

  .leftul {
    float: left;
    padding-right: 10px; }

  .rightul {
    margin-left: 8cm; }

  .not-front article img {
    max-width: 60%; }

  .not-front article table td ul {
    margin-left: 0; }

  footer {
    padding: 0; }
    footer p {
      margin-top: 2px;
      padding: 1em 0; }
    footer #copyright {
      float: right;
      padding-left: 1%;
      width: 49.49%;
      border-left: 1px solid #2C609C;
      border-bottom: none; }

  .not-front header h1 {
    background-position: 0 12px; }
  .not-front article {
    padding: 0.7em 1em 1em 28%; } }
@media screen and (min-width: 30cm) {
  #sky {
    padding: 0; }
    #sky header, #sky #news {
      margin: 0 auto;
      width: 27cm; }

  .not-front article img {
    max-width: 100%; }

  #paper {
    margin: 0 auto;
    width: 26cm;
    padding: 0 5mm 5mm; } }

/*# sourceMappingURL=style.css.map */
