@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, a,
img, small, dl, dt, dd, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav, output,
ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: none;
}

q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/FontAwesome/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/FontAwesome/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/FontAwesome/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/FontAwesome/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/FontAwesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.main-news-block {
  width: 930px;
}
.main-news-block h2 {
  margin: 0 0 10px;
  border-radius: 20px;
  background: #EAF0F5;
  padding-left: 40px;
  height: 34px;
  /* 	border-radius: 19px 19px 0 0; */
  line-height: 34px;
  font-size: 22px;
}

.wrap-main-news {
  position: relative;
  left: 55px;
  margin-left: -68px;
  padding: 0 10px;
  width: auto;
}

.main-news-block figure {
  display: inline-block;
  margin-right: 30px;
  padding: 10px;
  width: 140px;
  min-height: 230px;
  vertical-align: top;
  text-align: center;
  line-height: 1;
  font-size: 10px;
}
.main-news-block img {
  max-width: 140px;
  border-radius: 15px;
}
.main-news-block time {
  display: block;
  margin: 10px 0 0;
  color: #707070;
  font-size: 11px;
}
.main-news-block figcaption a {
  line-height: 1.2;
  font-size: 12px;
  font-weight: bold;
}

.wrap-block-links {
  position: relative;
  background: #EAF0F5 url("../images/menu-bg1.png") repeat-x top left;
}
.wrap-block-links:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  background: #EAF0F5 url("../images/menu-bg2.png") repeat-x top left;
  content: "";
}

.block-links {
  display: table;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 20px 70px 10px 70px;
  width: 790px;
  font-size: 0;
}
.block-links ul {
  font-size: 14px;
}
.block-links li {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.block-links a {
  padding: 5px 20px;
  color: #064E82;
  font-size: 14px;
  border-radius: 18px;
}
.block-links a:hover {
  background: #fff;
}

a.bullet-link:after {
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -7px;
  width: 10px;
  height: 14px;
  background: url("../images/arrow-block-links.png") no-repeat 0 -5px;
  content: "";
}
a.bullet-link:hover:after {
  background-position: 0 -30px;
}

.ads-block,
.info-public {
  position: relative;
  overflow: hidden;
  width: 930px;
  border: 1px solid #A0A0A0;
  border-radius: 20px;
}
.ads-block h2,
.info-public h2 {
  position: relative;
  z-index: 5;
  margin: 0;
  padding: 0;
  border-radius: 18px 18px 0 0;
  color: #fff;
  background: #B83339;
  padding-left: 40px;
  height: 34px;
  /* 	border-radius: 19px 19px 0 0; */
  line-height: 34px;
  font-size: 22px;
}
.ads-block h2 a,
.info-public h2 a {
  color: #fff;
}

.ads-block-wrap,
.info-public-wrap {
  display: table;
  padding: 18px 6px 0;
  font-size: 0;
}

.ads-block-content,
.info-public-content {
  display: inline-block;
  padding: 0 5px 12px 5px;
  width: 140px;
  vertical-align: top;
  text-align: center;
  font-size: 12px;
}
.ads-block-content:first-child,
.info-public-content:first-child {
  margin-left: 2px;
}
.ads-block-content img,
.info-public-content img {
  border-radius: 15px;
}
.ads-block-content time,
.info-public-content time {
  position: relative;
  top: 5px;
  display: block;
  color: #707070;
  font-size: 11px;
}
.ads-block-content h3,
.info-public-content h3 {
  margin-top: 5px;
  line-height: 1.2;
  font-size: 12px;
  font-weight: bold;
}

.calendar-events {
  position: relative;
  overflow: hidden;
  width: 930px;
  border: 1px solid #A0A0A0;
  border-radius: 20px;
}
.calendar-events h2 {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #A0A0A0;
  color: #365D84;
  background: #EAF0F5;
  padding-left: 40px;
  height: 34px;
  /* 	border-radius: 19px 19px 0 0; */
  line-height: 34px;
  font-size: 22px;
}

.wrap-events-block {
  float: left;
  margin-bottom: -10000px;
  padding-bottom: 10000px;
  width: 230px;
  height: 100%;
  border-left: 1px solid #A0A0A0;
}

h2 + .wrap-events-block {
  border-left: none;
}

.wrap-events-block + .wrap-events-block {
  border-left: 1px solid #A0A0A0;
}

.calendar-events-block {
  overflow: hidden;
  padding: 15px;
}
.calendar-events-block time {
  float: left;
  width: 50px;
  color: #9A9A9A;
  text-align: center;
  font-size: 30px;
}
.calendar-events-block time span {
  display: block;
  margin: 0 auto;
}

.calendar-month {
  font-size: 12px;
}

.calendar-time {
  position: relative;
  top: 10px;
  font-size: 20px;
  font-weight: bold;
}

.calendar-info {
  float: right;
  width: 140px;
  font-size: 12px;
}
.calendar-info h3 {
  margin: 0 0 5px;
  line-height: 1.2;
  font-weight: bold;
  font-size: 14px;
}

.calendar-events-content {
  line-height: 1.3;
}

.wrap-content-box {
  margin-top: -24px;
}

.content-box {
  display: inline;
  margin-right: 10px;
}
.content-box h2 {
  margin-bottom: 5px;
  margin-top: 0;
  padding-bottom: 0;
  line-height: 1.5;
  font-size: 18px;
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}
.content-box h2 a {
  padding-right: 15px;
  background: url("../images/widget.arrow.gif") no-repeat 100% 0.45em;
  text-decoration: none;
}
.content-box h2 a:hover {
  text-decoration: underline;
}

.content-header,
.content-footer {
  display: inline-block;
  margin-top: 40px;
  width: 220px;
}

.content-header {
  padding-bottom: 100px;
  vertical-align: top;
}

.content-footer {
  margin-left: -223px;
  vertical-align: bottom;
}
.content-footer img {
  border-radius: 15px;
  vertical-align: top;
}

.events-block {
  margin-bottom: -30px;
}
.events-block time {
  display: block;
  padding-bottom: 2px;
  border-bottom: 1px solid #365D84;
  color: #365D81;
  font: 20px Georgia, serif;
}

.event-item {
  overflow: hidden;
  margin: 30px 0 70px;
}
.event-item h2 {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 19px;
}

.events-photo {
  float: left;
  margin: 0 16px 10px 0;
  max-width: 90px;
  border-radius: 15px;
}

.content .ether h2 {
  margin: 0;
  font-size: 19px;
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  font-weight: bold;
}
.content .ether h2 time {
  padding-left: 15px;
  color: #929493;
  font-size: 15px;
  font-weight: normal;
}

.content .category .events-photo {
  max-width: 140px;
  border-radius: 0;
}
.content .category figcaption {
  font-size: 16px;
}

.event-item-text {
  margin-top: 10px;
  line-height: 1.4;
}

.novel-head-date {
  display: block;
  margin-top: 2px;
  font-size: 18px;
}

.gallery-block .album-list,
.gallery-block .photos {
  float: left;
}
.gallery-block .album-list h4,
.gallery-block .photos h4 {
  color: #000;
  line-height: 1;
}
.gallery-block .album-list ul,
.gallery-block .photos ul {
  float: left;
  margin: 0;
  padding: 0;
}
.gallery-block .album-list li,
.gallery-block .photos li {
  background: none;
}
.gallery-block .album-list li:after,
.gallery-block .photos li:after {
  content: none;
}

.album-list {
  position: relative;
  display: inline-block;
  width: 140px;
  vertical-align: top;
}
.album-list li {
  margin-bottom: 0;
  padding: 5px 0px;
  font-size: 12px;
}
.album-list .select {
  font-weight: bold;
}

.photos {
  display: inline-block;
  padding-left: 5px;
  width: 570px;
}
.photos h2 {
  padding-left: 10px;
}
.photos li {
  float: left;
  margin: 7px;
  margin: 5px;
  padding: 0;
}

.questions {
  clear: both;
}
.questions dt {
  margin: 0 0 10px;
  padding-top: 20px;
}
.questions dt:first-child {
  padding-top: 0;
}
.questions dd {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.questions dd:last-child {
  border-bottom: none;
}
.questions p {
  margin: 0;
}

.question-item {
  margin-bottom: 20px;
  padding: 10px 20px;
}
.question-item:nth-child(2n+2) {
  background: #EAF0F5;
}

.questions-label {
  display: block;
  font-weight: 700;
}

.grammar {
  clear: both;
  margin: 20px auto;
  width: 930px;
  color: silver;
  text-align: left;
}

.gr-wrap {
  position: fixed;
  top: 200px;
  z-index: 100500;
  left: 50%;
  z-index: 100;
  display: none;
  margin-left: -250px;
  padding: 8px 10px 8px 8px;
  width: 500px;
  background: #EAF0F5;
  border: 1px solid #D1E0ED;
}
.gr-wrap input {
  display: block;
  margin: 0 3px 0 0;
  width: 200px;
  color: #365D81;
  border: 1px solid #D1E0ED;
}
.gr-wrap fieldset {
  border: none;
}
.gr-wrap .gr-row {
  margin-bottom: 3px;
}
.gr-wrap textarea {
  width: 100%;
  height: 165px;
  border: 1px solid #D1E0ED;
  color: #365D81;
  font-size: 13px;
}
.gr-wrap label {
  display: block;
  width: 80px;
  color: #000;
  font-size: 13px;
}

.gr-fl-l {
  position: relative;
  top: 1px;
  float: left;
}

.gr-wrap .gr-btn {
  float: right;
  margin: 0 0 0 10px;
  width: 130px;
  border: 1px solid #D1E0ED;
  color: #fff;
  background: #829CC0;
  font-weight: bold;
  cursor: pointer;
}
.gr-wrap input {
  display: block;
  margin: 0 3px 0 0;
  width: 150px;
  border: 1px solid #D1E0ED;
  color: #365D81;
}

.grammar-heading {
  margin-bottom: 5px;
  color: #365D81;
  font-size: 16px;
  font-family: Georgia, serif;
}

.lp-wrap {
  position: absolute;
  top: 0;
  left: 55%;
  z-index: 11;
  margin-left: -106px;
  width: 210px;
  border-radius: 0px 0px 20px 20px;
  background: #829CC0;
  font-size: 10px;
}

.lp-top {
  display: none;
  padding: 13px 0;
  color: #8FA0AE;
  background: #EBF0F6;
  font-size: 13px;
}

.lp-wrap-form {
  margin-bottom: 13px;
  padding: 0 13px;
}
.lp-wrap-form label {
  line-height: 20px;
}
.lp-wrap-form input {
  float: right;
  width: 126px;
  border: 1px solid #D1E0ED;
  color: #365D81;
  background: #fff;
}
.lp-wrap-form a {
  color: #365D81;
  text-decoration: underline;
}

.lp-in-t div {
  float: right;
  width: 49px;
  height: 20px;
  color: #fff;
  border-radius: 4px;
  background: #829CC0;
  cursor: pointer;
  line-height: 20px;
  text-align: center;
}

.lp-bottom {
  height: 29px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  line-height: 29px;
  font-size: 13px;
}

.lp-help {
  margin-top: 14px;
}

.lp-info__title {
  margin: 10px 0;
  text-align: center;
  line-height: 1.3;
  font-size: 16px;
}

.lp-info__action {
  text-align: center;
}

.news-slider {
  width: 1060px;
}
.news-slider .nav-button {
  width: 59px;
  height: 120px;
  background: url("../images/news-slider-nav.png") no-repeat;
  cursor: pointer;
}
.news-slider .nav-button.prev {
  float: left;
}
.news-slider .nav-button.next {
  float: right;
  background-position: 0 -113px;
}
.news-slider .items-wrap {
  position: relative;
  overflow: hidden;
  height: 120px;
}
.news-slider .items {
  position: absolute;
  top: 0;
  left: 0;
  width: 20000em;
  list-style: none;
}
.news-slider .items li {
  float: left;
  padding: 0 9px;
  width: 295px;
  height: 120px;
}

.news-slider-disable .nav-button {
  display: none;
}
.news-slider-disable .items {
  display: block;
  width: 100%;
  text-align: center;
}
.news-slider-disable .items li {
  float: none;
  display: inline-block;
}

.pagination {
  margin: 30px 0;
}
.pagination .active {
  font-weight: bold;
}

/* Sidebar calendar */
.archive-link {
  margin: 32px 0 0 0;
  padding: 0 30px 18px 0;
  text-align: right;
  font-size: 16px;
}

.sidebar-calendar-container {
  position: relative;
  float: right;
  width: 230px;
}

.sidebar-calendar {
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 15px;
  border: 1px solid #A0A0A0;
  background: #f9fbfb;
}

.sidebar-calendar-month {
  margin-bottom: 10px;
  padding: 6px 0 7px;
  height: 14px;
  border-radius: 13px 13px 0 0;
  background: #365D84;
  text-align: center;
}
.sidebar-calendar-month a {
  color: #fff;
}

.sidebar-calendar-item {
  display: inline-block;
  margin: 4px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  text-align: center;
  vertical-align: top;
  line-height: 20px;
}

.sidebar-calendar-week .sidebar-calendar-item {
  color: #6C6B6B;
  font-size: 11px;
}
.sidebar-calendar-week .weekend {
  color: #365D84;
}

.sidebar-calendar-day {
  padding-bottom: 10px;
}
.sidebar-calendar-day .sidebar-calendar-cell {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 5px;
  background: #D3DCE9;
  line-height: 22px;
  vertical-align: top;
}
.sidebar-calendar-day .innactive {
  color: #B7B7B7;
  background: #E5E6E6;
}

/* Calendar popup */
.calendar-popup {
  position: absolute;
  z-index: 10;
  display: none;
  margin-top: 10px;
  padding-bottom: 22px;
  width: 226px;
  border-radius: 15px;
  box-shadow: 0 0 6px #000;
  background: #E5E6E6;
}

.calendar-popup-head {
  position: relative;
  overflow: hidden;
  padding: 2px 20px;
  border-radius: 13px 13px 0 0;
  background: #365D84;
}

.calendar-popup-date {
  color: #F9FBFB;
  float: left;
  font-size: 11px;
  line-height: 11px;
  padding-top: 1px;
}

.calendar-popup-close {
  float: right;
  font-size: 11px;
  line-height: 12px;
}
.calendar-popup-close a {
  padding-left: 14px;
  display: block;
  color: #F9FBFB;
  background: url("../images/calendar-popup-close.png") no-repeat 0 2px;
}

.calendar-popup-body {
  padding: 17px 23px 5px;
}

.calendar-popup-list li {
  font-size: 12px;
  padding: 7px 0;
}
.calendar-popup-list li a {
  color: #414141;
}
.calendar-popup-list li a:hover {
  color: #365D84;
}

.calendar-popup-arrow {
  position: absolute;
  top: -11px;
  left: 10px;
  width: 25px;
  height: 11px;
  background: url("../images/calendar-popup-arrow.png") no-repeat 0 0;
}

.calendar-popup-loading {
  padding: 10px;
  color: #666666;
  text-align: center;
  font-size: 12px;
}

.calendar-block-body {
  position: relative;
  padding-left: 4px;
}

/* end calendar popup */
/* end sidebar calendar */
/* Archive calendar */
.content .calendar-years ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.content .calendar-years li {
  display: inline-block;
  margin-right: 16px;
  padding: 0;
  vertical-align: top;
  font-size: 14px;
}
.content .calendar-years li:after {
  background: none;
}
.content .calendar-years li span {
  color: #365D84;
  font-weight: bold;
}

.content .sidebar-calendar {
  display: inline-block;
  margin-right: 60px;
  margin-bottom: 32px;
  width: 230px;
  vertical-align: top;
}

.content .sidebar-calendar-month {
  line-height: 14px;
}

/* end archive calendar */
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
}

#jquery-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}

#jquery-lightbox a img {
  border: none;
}

#lightbox-container-image-box {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}

#lightbox-container-image {
  padding: 10px;
}

#lightbox-loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

#lightbox-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav {
  left: 0;
}

#lightbox-nav a {
  outline: none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
  width: 49%;
  height: 100%;
  zoom: 1;
  display: block;
}

#lightbox-nav-btnPrev {
  left: 0;
  float: left;
}

#lightbox-nav-btnNext {
  right: 0;
  float: right;
}

#lightbox-container-image-data-box {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
  padding: 0 10px 0;
}

#lightbox-container-image-data {
  padding: 0 10px;
  color: #666;
}

#lightbox-container-image-data #lightbox-image-details {
  width: 70%;
  float: left;
  text-align: left;
}

#lightbox-image-details-caption {
  font-weight: bold;
}

#lightbox-image-details-currentNumber {
  display: block;
  clear: left;
  padding-bottom: 1em;
}

#lightbox-secNav-btnClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em;
}

/*
	Colorbox Core Style:
	The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
	User Style:
	Change the following styles to modify the appearance of Colorbox.  They are
	ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
}

#colorbox {
  outline: 0;
}

#cboxContent {
  overflow: hidden;
  background: #fff;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 20px;
  padding: 40px 74px 0 74px;
  background: #fff;
}

#cboxTitle {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -38px;
  width: 100%;
  color: #252525;
  background: #fff;
  font-size: 12px;
}

#cboxCurrent {
  position: absolute;
  top: 14px;
  left: 14px;
  color: #252525;
  font-size: 12px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  overflow: visible;
  margin: 0;
  padding: 0;
  width: auto;
  border: 0;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 0px;
  right: 42px;
  color: #444;
}

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 26px;
  height: 51px;
  background: url("../images/news-slider-nav.png") no-repeat -13px -30px;
}

#cboxNext {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 26px;
  height: 51px;
  background: url("../images/news-slider-nav.png") no-repeat -20px -144px;
}

#cboxClose {
  position: absolute;
  top: 14px;
  right: 14px;
  display: block;
  width: 18px;
  height: 18px;
  border: none;
  background: url("../images/icon-close.png") no-repeat 0 0;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

.cboxTitle-inner-wrap {
  position: relative;
  overflow: hidden;
  margin: 0 74px;
  padding: 0 0 8px;
  line-height: 1.3;
}

.gallery-photo-description {
  float: left;
  padding: 15px 0 15px;
  max-width: 65%;
}

.colorbox-slides .gallery-photo-description {
  float: none;
  max-width: 100%;
}

.gallery-photo-data {
  float: right;
  padding: 15px 0 15px;
  width: 32%;
}
.gallery-photo-data:after {
  position: absolute;
  top: 10px;
  right: 32%;
  bottom: 4px;
  width: 1px;
  background: #c4c4c4;
  content: "";
}

.gallery-photo-data-label {
  display: inline-block;
  width: 85px;
  color: #707070;
  vertical-align: baseline;
  text-align: right;
}

.cboxTitle-small .gallery-photo-description,
.cboxTitle-small .gallery-photo-data {
  float: none;
  max-width: 100%;
  width: auto;
}

.cboxTitle-small .gallery-photo-data:after {
  content: none;
}

.sticky-nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: none;
  padding: 0 0 0 20px;
  background: #ccc;
  text-align: left;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
}

.nav-top:before {
  display: inline-block;
  margin-right: 10px;
  width: 23px;
  height: 22px;
  background: url("../images/icon-arrow-top.png") no-repeat 0 0;
  vertical-align: middle;
  content: "";
}

.table-ratings {
  font-size: 16px;
}
.table-ratings caption {
  padding: 15px 0;
  font-weight: bold;
}
.table-ratings th {
  color: #fff;
  background: #355c83;
}
.table-ratings td {
  background: #f0d4d4;
}

.ratings-list {
  font-size: 12px !important;
}
.ratings-list caption {
  font-size: 14px;
}
.ratings-list th,
.ratings-list td {
  padding: 5px !important;
}

.content .table-ratings {
  font-size: 14px;
}

/*! jQuery UI - v1.11.0 - 2014-08-10
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0;
  /* support: IE7 */
  font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
}

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: 0.4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}

/* button sets */
.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("../images/jquery-ui/animated-overlay.gif");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url("../images/jquery-ui/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
  color: #222222;
}

.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url("../images/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}

.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("../images/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url("../images/jquery-ui/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url("../images/jquery-ui/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("../images/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("../images/jquery-ui/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_222222_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_888888_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url("../images/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url("../images/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}

.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
  background: rgba(0, 0, 0, 0.7);
}

.preloader-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.no-flexbox .preloader-inner,
.no-flexboxlegacy .preloader-inner {
  padding-top: 230px;
}

.no-smil .preloader-figure {
  display: inline-block;
  margin-bottom: 20px;
  width: 66px;
  height: 66px;
  background: url(../images/preloader.gif) no-repeat 0 0;
}

.preload-text {
  margin-top: 10px;
  opacity: 0.5;
  color: #fff;
  line-height: 1;
  font-size: 20px;
}

.svg-preloader {
  display: inline-block;
  width: 120px;
  height: 120px;
}

.no-smil .svg-preloader {
  display: none;
}

.g--circle {
  -webkit-transform-origin: 60px 60px;
  -ms-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
  fill: dodgerblue;
  -webkit-animation: opacity 1.2s linear infinite;
  animation: opacity 1.2s linear infinite;
}

.g--circle:nth-child(12n+1) {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
  -webkit-transform: rotate(-30deg) translate(5px, 5px) scale(0.9);
  -ms-transform: rotate(-30deg) translate(5px, 5px) scale(0.9);
  transform: rotate(-30deg) translate(5px, 5px) scale(0.9);
}

.g--circle:nth-child(12n+2) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
  -webkit-transform: rotate(-60deg) translate(5px, 5px) scale(0.9);
  -ms-transform: rotate(-60deg) translate(5px, 5px) scale(0.9);
  transform: rotate(-60deg) translate(5px, 5px) scale(0.9);
}

.g--circle:nth-child(12n+3) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
  -webkit-transform: rotate(-90deg) translate(5px, 5px) scale(0.9);
  -ms-transform: rotate(-90deg) translate(5px, 5px) scale(0.9);
  transform: rotate(-90deg) translate(5px, 5px) scale(0.9);
}

.g--circle:nth-child(12n+4) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
  -webkit-transform: rotate(-120deg) translate(5px, 5px) scale(0.9);
  -ms-transform: rotate(-120deg) translate(5px, 5px) scale(0.9);
  transform: rotate(-120deg) translate(5px, 5px) scale(0.9);
}

.g--circle:nth-child(12n+5) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
  -webkit-transform: rotate(-150deg) translate(5px, 5px) scale(0.9);
  -ms-transform: rotate(-150deg) translate(5px, 5px) scale(0.9);
  transform: rotate(-150deg) translate(5px, 5px) scale(0.9);
}

.g--circle:nth-child(12n+6) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
  -webkit-transform: rotate(-180deg) translate(5px, 5px) scale(0.9);
  -ms-transform: rotate(-180deg) translate(5px, 5px) scale(0.9);
  transform: rotate(-180deg) translate(5px, 5px) scale(0.9);
}

.g--circle:nth-child(12n+7) {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
  -webkit-transform: rotate(-210deg) translate(5px, 5px) scale(0.9);
  -ms-transform: rotate(-210deg) translate(5px, 5px) scale(0.9);
  transform: rotate(-210deg) translate(5px, 5px) scale(0.9);
}

.g--circle:nth-child(12n+8) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
  -webkit-transform: rotate(-240deg) translate(5px, 5px) scale(0.9);
  -ms-transform: rotate(-240deg) translate(5px, 5px) scale(0.9);
  transform: rotate(-240deg) translate(5px, 5px) scale(0.9);
}

.g--circle:nth-child(12n+9) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
  -webkit-transform: rotate(-270deg) translate(5px, 5px) scale(0.9);
  -ms-transform: rotate(-270deg) translate(5px, 5px) scale(0.9);
  transform: rotate(-270deg) translate(5px, 5px) scale(0.9);
}

.g--circle:nth-child(12n+10) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  -webkit-transform: rotate(-300deg) translate(5px, 5px) scale(0.9);
  -ms-transform: rotate(-300deg) translate(5px, 5px) scale(0.9);
  transform: rotate(-300deg) translate(5px, 5px) scale(0.9);
}

.g--circle:nth-child(12n+11) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
  -webkit-transform: rotate(-330deg) translate(5px, 5px) scale(0.9);
  -ms-transform: rotate(-330deg) translate(5px, 5px) scale(0.9);
  transform: rotate(-330deg) translate(5px, 5px) scale(0.9);
}

.g--circle:nth-child(12n+12) {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
  -webkit-transform: rotate(-360deg) translate(5px, 5px) scale(0.9);
  -ms-transform: rotate(-360deg) translate(5px, 5px) scale(0.9);
  transform: rotate(-360deg) translate(5px, 5px) scale(0.9);
}

.g-circles--v1 .g--circle {
  fill-opacity: 0;
  -webkit-animation-name: opacity;
  animation-name: opacity;
}

.g-circles--v2 .g--circle {
  fill-opacity: 0;
  stroke-opacity: 0;
  stroke-width: 1;
  stroke: yellowgreen;
  -webkit-animation-name: opacity-stroke, colors, colors-stroke;
  animation-name: opacity-stroke, colors, colors-stroke;
}

.g-circles--v2 .g--circle .u--circle {
  -webkit-animation: transform-2 1.2s linear infinite;
  animation: transform-2 1.2s linear infinite;
}

.g-circles--v2 .g--circle:nth-child(12n+1) .u--circle {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

.g-circles--v2 .g--circle:nth-child(12n+2) .u--circle {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.g-circles--v2 .g--circle:nth-child(12n+3) .u--circle {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.g-circles--v2 .g--circle:nth-child(12n+4) .u--circle {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.g-circles--v2 .g--circle:nth-child(12n+5) .u--circle {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.g-circles--v2 .g--circle:nth-child(12n+6) .u--circle {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.g-circles--v2 .g--circle:nth-child(12n+7) .u--circle {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.g-circles--v2 .g--circle:nth-child(12n+8) .u--circle {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.g-circles--v2 .g--circle:nth-child(12n+9) .u--circle {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.g-circles--v2 .g--circle:nth-child(12n+10) .u--circle {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.g-circles--v2 .g--circle:nth-child(12n+11) .u--circle {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.g-circles--v2 .g--circle:nth-child(12n+12) .u--circle {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

.g-circles--v3 .g--circle {
  fill-opacity: 1;
  -webkit-animation-name: opacity, colors;
  animation-name: opacity, colors;
}

.g-circles--v4 .g--circle {
  fill-opacity: 1;
  fill: orange;
  -webkit-animation-name: opacity, colors-3;
  animation-name: opacity, colors-3;
}

.g-circles--v4 .u--circle {
  -webkit-animation: transform 1.2s linear infinite;
  animation: transform 1.2s linear infinite;
}

.g-circles--v4 .g--circle:nth-child(12n+1) .u--circle {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

.g-circles--v4 .g--circle:nth-child(12n+2) .u--circle {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.g-circles--v4 .g--circle:nth-child(12n+3) .u--circle {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.g-circles--v4 .g--circle:nth-child(12n+4) .u--circle {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.g-circles--v4 .g--circle:nth-child(12n+5) .u--circle {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.g-circles--v4 .g--circle:nth-child(12n+6) .u--circle {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.g-circles--v4 .g--circle:nth-child(12n+7) .u--circle {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.g-circles--v4 .g--circle:nth-child(12n+8) .u--circle {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.g-circles--v4 .g--circle:nth-child(12n+9) .u--circle {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.g-circles--v4 .g--circle:nth-child(12n+10) .u--circle {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.g-circles--v4 .g--circle:nth-child(12n+11) .u--circle {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.g-circles--v4 .g--circle:nth-child(12n+12) .u--circle {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

@-webkit-keyframes opacity {
  3% {
    fill-opacity: 1;
  }
  75% {
    fill-opacity: 0;
  }
}
@keyframes opacity {
  3% {
    fill-opacity: 1;
  }
  75% {
    fill-opacity: 0;
  }
}
@-webkit-keyframes opacity-stroke {
  10% {
    stroke-opacity: 1;
  }
  85% {
    stroke-opacity: 0;
  }
}
@keyframes opacity-stroke {
  10% {
    stroke-opacity: 1;
  }
  85% {
    stroke-opacity: 0;
  }
}
@-webkit-keyframes colors {
  0% {
    fill: yellowgreen;
  }
  10% {
    fill: gold;
  }
  75% {
    fill: crimson;
  }
}
@keyframes colors {
  0% {
    fill: yellowgreen;
  }
  10% {
    fill: gold;
  }
  75% {
    fill: crimson;
  }
}
@-webkit-keyframes colors-stroke {
  0% {
    stroke: yellowgreen;
  }
  10% {
    stroke: gold;
  }
  75% {
    stroke: crimson;
  }
}
@keyframes colors-stroke {
  0% {
    stroke: yellowgreen;
  }
  10% {
    stroke: gold;
  }
  75% {
    stroke: crimson;
  }
}
@-webkit-keyframes colors-2 {
  0% {
    fill: yellow;
  }
  50% {
    fill: red;
  }
  65% {
    fill: orangered;
  }
  95% {
    fill: gold;
  }
}
@keyframes colors-2 {
  0% {
    fill: yellow;
  }
  50% {
    fill: red;
  }
  65% {
    fill: orangered;
  }
  95% {
    fill: gold;
  }
}
@-webkit-keyframes colors-3 {
  0% {
    fill: yellowgreen;
  }
  50% {
    fill: turquoise;
  }
  65% {
    fill: yellow;
  }
  95% {
    fill: orange;
  }
}
@keyframes colors-3 {
  0% {
    fill: yellowgreen;
  }
  50% {
    fill: turquoise;
  }
  65% {
    fill: yellow;
  }
  95% {
    fill: orange;
  }
}
@-webkit-keyframes transform {
  10% {
    -webkit-transform-origin: 70px 70px;
    transform-origin: 70px 70px;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}
@keyframes transform {
  10% {
    -webkit-transform-origin: 70px 70px;
    transform-origin: 70px 70px;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}
@-webkit-keyframes transform-2 {
  40% {
    -webkit-transform: scale(0.85) translate(10px, 10px);
    transform: scale(0.85) translate(10px, 10px);
  }
  60% {
    stroke-width: 20;
  }
}
@keyframes transform-2 {
  40% {
    -webkit-transform: scale(0.85) translate(10px, 10px);
    transform: scale(0.85) translate(10px, 10px);
  }
  60% {
    stroke-width: 20;
  }
}
.map-moto {
  margin: 40px 0;
  height: 400px;
}

.map-balloon {
  position: absolute;
  padding: 15px 15px 25px 15px;
  width: 250px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.55);
  background: #fff;
  text-align: left;
  line-height: 1.2;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
}

.map-baloon-data {
  overflow: hidden;
}
.map-baloon-data + .map-baloon-data {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #C5C5C5;
}

.map-balloon-close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 25px;
  cursor: pointer;
}

.map-baloon-date {
  color: #585858;
  font-size: 12px;
}

.map-moto-hint {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 20px;
  border: 3px solid #365d84;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 14px;
}

.hint-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.hint-icon-motocross {
  width: 22px;
  height: 12px;
  background: url("../images/icon-moto-bike-simple.png") no-repeat 0 0;
}

.hint-icon-aircraft {
  width: 22px;
  height: 13px;
  background: url("../images/icon-aircraft.png") no-repeat 0 0;
}

.hint-icon-passage-boat {
  width: 30px;
  height: 9px;
  background: url("../images/icon-passage-boat.png") no-repeat 0 0;
}

.placemark-layout-container {
  padding: 2px;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 20px;
}

.placemark-circle-layout {
  width: 6px;
  height: 6px;
  border-radius: 18px;
  border: 3px solid #365d84;
}

.page-up {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  padding: 20px 10px;
  width: 60px;
  transition: background 0.3s;
  text-align: center;
  cursor: pointer;
}
.page-up:hover {
  background: rgba(234, 240, 245, 0.7);
}

.page-up__text {
  margin-top: 5px;
}

.ya-site-form td {
  padding: 0 !important;
  border: none;
  background: none;
}

.ya-site-form__search-wrap {
  font-size: 14px !important;
}

.ya-site-form__search {
  background: none;
}

.ya-site-form__search-input {
  background: none;
}

.ya-site-form__input-text {
  box-sizing: border-box;
  padding: 0 20px;
  height: 30px;
  box-shadow: inset 0 0 3px 1px #d6dbe1;
  border-radius: 11px;
  border: none !important;
}

#ya-site-results {
  background: none !important;
}

#ya-site-results td {
  border: none;
}

#ya-site-form0.ya-site-form .ya-site-form__search,
#ya-site-form0.ya-site-form .ya-site-form__search td,
#ya-site-form0.ya-site-form .yaform__precise-i,
#ya-site-form1.ya-site-form .ya-site-form__search,
#ya-site-form1.ya-site-form .ya-site-form__search td,
#ya-site-form1.ya-site-form .yaform__precise-i {
  background: none !important;
}

#ya-site-form1.ya-site-form .ya-site-form__search,
#ya-site-form1.ya-site-form .ya-site-form__search td,
#ya-site-form1.ya-site-form .yaform__precise-i {
  background: none !important;
}

#ya-site-form0.ya-site-form .ya-site-form__submit_type_image,
#ya-site-form1.ya-site-form .ya-site-form__submit_type_image {
  background-position: 50% 50%;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
}

.b-loader__paranja {
  background: none !important;
}

.b-loader__ext-wrapper,
.b-loader__ext-wrapper {
  background: none !important;
}

.gallery-option {
  font-size: 14px;
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

.gallery-option-item {
  display: inline-block;
  margin-left: 20px;
  vertical-align: baseline;
}
.gallery-option-item:first-child {
  margin-left: 10px;
}

.gallery-calendar {
  position: absolute;
  top: 600px;
  right: 20%;
  z-index: 13;
  padding: 16px 20px 30px;
  width: 451px;
  background: #fff;
}

.gallery-calendar-year {
  margin-bottom: 20px;
  color: #707070;
}

.gallery-calendar-close {
  position: absolute;
  top: 12px;
  right: 12px;
  overflow: hidden;
  width: 18px;
  height: 18px;
  background: url("../images/icon-close.png") no-repeat 0 0;
  white-space: nowrap;
  text-indent: 100%;
}

.gallery-calendar .calendar-block {
  overflow: hidden;
  margin: 0 auto;
  width: 240px;
  border: 1px solid #A0A0A0;
  border-radius: 15px;
}

.wrap-gallery-calendar {
  display: none;
}

.wrap-gallery-calendar-block {
  position: relative;
}

.gallery-calendar-control {
  position: absolute;
  top: 114px;
  width: 90px;
  font-size: 12px;
}

.gallery-calendar-control-left {
  left: 0;
  text-align: right;
}

.gallery-calendar-control-right {
  right: 0;
}

.gallery-calendar-control-prev,
.gallery-calendar-control-next {
  position: relative;
}

.gallery-calendar-control-prev:after,
.gallery-calendar-control-next:after {
  position: absolute;
  top: -15px;
  width: 17px;
  height: 7px;
  content: "";
}

.gallery-calendar-control-prev:after {
  right: 0;
  background: url("../images/gallery-arrow-left.png") no-repeat 0 0;
}

.gallery-calendar-control-next:after {
  left: 0;
  background: url("../images/gallery-arrow-right.png") no-repeat 0 0;
}

.gallery-calendar-year-label {
  margin-right: 5px;
}

.gallery-calendar-year-item {
  margin-right: 10px;
}

.overlay-gallery-calendar {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 12;
  background: rgba(0, 0, 0, 0.45);
}

.current-date .sidebar-calendar-cell {
  color: #fff;
  background: #2e5e85;
  text-decoration: none;
}

.content .gallery-nav {
  margin: 0 0 10px;
  padding: 10px 7px;
  list-style-type: none;
  background: #d6e2eb;
}
.content .gallery-nav .active {
  color: #fff;
  background: #2e5f86;
}
.content .gallery-nav li {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 3px 6px;
  vertical-align: top;
}
.content .gallery-nav li:after {
  content: none;
}

.gallery-category {
  overflow: hidden;
  margin-bottom: -8px;
}
.gallery-category h3 {
  margin: 20px 0 35px;
}

.gallery-category + .gallery-category {
  border-top: 1px solid #c8c8c8;
}

.number-albums {
  color: #707070;
  font-size: 18px;
}

.gallery-albums {
  position: relative;
  left: 18px;
  margin-left: -30px;
}

.gallery-album-item {
  display: inline-block;
  margin: 0 16px 36px;
  width: 156px;
  vertical-align: top;
  text-align: center;
}

.gallery-album-catalog {
  position: relative;
  display: inline-block;
  margin: 0 0 10px;
  padding: 3px 0 0 0;
  width: 136px;
  vertical-align: top;
}
.gallery-album-catalog:after {
  position: absolute;
  top: -21px;
  left: -9px;
  z-index: -1;
  width: 154px;
  height: 151px;
  background: url("../images/gallery-catalog.png") no-repeat 0 0;
  content: "";
}
.gallery-album-catalog time {
  color: #252525;
  font-size: 12px;
}

.gallery-album-img {
  display: inline-block;
  overflow: hidden;
  width: 128px;
  height: 96px;
  vertical-align: top;
}

.gallery-album-name {
  line-height: 1.2;
}

.number-photos {
  color: #707070;
}

.gallery-link-more {
  position: relative;
  z-index: 1;
  margin: -24px 0 0;
  padding: 0 0 38px;
  text-align: center;
}
.gallery-link-more a {
  color: #e20000;
}

.hidden-albums {
  display: none;
}

.link-hidden-albums {
  display: none;
}

.gallery-album-heading {
  margin-bottom: 0;
}

.album-number-photos {
  color: #707070;
  font-size: 18px;
}

.gallery-album-info {
  margin-bottom: 40px;
}

.gallery-album-container {
  overflow: hidden;
  font-size: 0;
}

.gallery-album-photos {
  position: relative;
  left: 50px;
  margin-left: -50px;
  padding: 5px 0 0 5px;
}
.gallery-album-photos a {
  position: relative;
  display: inline-block;
  margin: 0 55px 30px 0;
  vertical-align: top;
}
.gallery-album-photos a:hover:after {
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border-radius: 22px;
  border: 2px solid #2e5e85;
  content: "";
}
.gallery-album-photos img {
  border-radius: 20px;
}

.box-slides .gallery-album-photos a {
  margin-right: 38px;
}

.gallery-album-list {
  margin-top: 5px;
  text-align: center;
}

.gallery-album-list + .pagination {
  margin-top: -20px;
}

.searchFieldPage {
  margin-bottom: 10px;
  padding-left: 8px;
  height: 28px;
  background: url("../images/search.l.bg.png") no-repeat 0 0;
}
.searchFieldPage span {
  display: block;
  height: 28px;
  background: url("../images/search.r.bg.png") no-repeat 100% 0;
  line-height: 28px;
}
.searchFieldPage input {
  float: left;
  margin: 2px 0;
  padding: 5px 0;
  width: 894px;
  border: none;
  background: none;
  vertical-align: middle;
  font-size: 14px;
}
.searchFieldPage img {
  float: left;
  height: 24px;
  margin: 2px 0;
  width: 14px;
  background: url("../images/search.ico.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
  cursor: pointer;
}

.search-result {
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
}

.search-info,
.search-info-docs {
  font-size: 12px;
}

.search-info-docs {
  margin-bottom: 20px;
}

.search-result-item {
  margin: 0 0 34px;
  padding: 0;
  color: #444;
  font-size: 12px;
}

.search-heading {
  margin-bottom: 5px;
}

.search-description {
  margin-bottom: 5px;
}

.search-link-source a {
  color: #008000;
}

.search-pagination {
  margin-bottom: 10px;
  font-size: 12px;
}

.search-yandex-copyright {
  margin: 20px 0 0;
  text-align: right;
  font-size: 12px;
}

.search-yandex-icon {
  margin: 0 0 0 7px;
}

.search-yandex-link,
.search-yandex-label {
  vertical-align: super;
}

.test-form {
  counter-reset: test;
}

.wrap-field {
  margin-bottom: 10px;
  padding: 10px;
}
.wrap-field .field-label {
  margin-bottom: 5px;
}
.wrap-field .field-label:before {
  counter-increment: test;
  content: counter(test) ". ";
}

.wrap-radio {
  display: inline-block;
  margin: 0 10px;
  vertical-align: baseline;
}
.wrap-radio label {
  vertical-align: middle;
}

.wrap-checkbox label {
  vertical-align: middle;
}

.test-form-text-warning-example {
  display: inline-block;
  margin: 20px 0;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

.test-form .test-set-questions .error,
.test-form-text-warning-example,
.wrap-content .content .profile-foreign-student .error,
.career-anchor-test .error,
.kos-test .error,
.test-herzberg .error {
  background: #FCE4E4 !important;
}

.test-type-profession-info {
  padding: 10px 0 1px;
}
.test-type-profession-info p:last-child {
  margin-bottom: 10px;
}

.incut-block {
  margin-bottom: 40px;
  padding: 10px 40px;
  background: #f0f0f0;
}

.test-type-profession {
  padding: 5px 0;
}

.equal-type-prosession {
  margin: 20px 0;
}

.equal-type-prosession-val {
  font-weight: bold;
}

.result-test {
  padding-top: 1px;
}

.test-form .wrap-btn,
.result-test .wrap-btn,
.profile-foreign-student .wrap-btn {
  margin-top: 40px;
  text-align: center;
}

.received-education {
  position: relative;
}

.received-education-container + .wrap-btn {
  margin: 10px 0;
}

.test-form input[type=submit],
.return-testing,
.profile-foreign-student input[type=submit],
.add-education {
  display: inline-block;
  padding: 5px 10px;
  border: none;
  color: #fff;
  background: #365D84;
  vertical-align: top;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  cursor: pointer;
}
.test-form input[type=submit]:hover,
.return-testing:hover,
.profile-foreign-student input[type=submit]:hover,
.add-education:hover {
  background: #2E4F70;
}

.wrap-field:nth-child(even),
.result-test .contrast,
.test-type-profession:nth-child(even) .test-type-profession-info,
.profile-foreign-block:nth-child(even) {
  background: #EAF0F5;
}

.received-education + .received-education {
  padding-top: 15px;
  border-top: 1px solid #E7E7E7;
}

.received-education .received-education-close {
  top: 20px;
  display: none;
}

.received-education + .received-education .received-education-close {
  display: block;
}

.content .profile-foreign-student .wrap-field {
  background: none;
}

.result-test,
.enrollee-test-result .test-type-profession,
.equal-type-prosession,
.test-form-text-warning {
  display: none;
}

.profile-foreign-block {
  padding: 5px 10px;
}

.profile-foreign-student h6 {
  margin-top: 0;
}

.profile-foreign-student .profile-foreign-important {
  border: 1px dashed red;
  background: none;
}

.profile-foreign-student .wrap-field {
  margin-bottom: 10px;
  padding: 5px 0;
}

.profile-foreign-student label,
.profile-foreign-student .form-label {
  display: inline-block;
  margin-right: 10px;
  width: 215px;
  vertical-align: middle;
  text-align: right;
}

.profile-foreign-student input[type=text],
.profile-foreign-student input[type=email] {
  padding: 0 5px;
  width: 400px;
  height: 30px;
  border: 1px solid #B7B7B7;
  background: #fff;
  line-height: 30px;
}

.profile-foreign-student select {
  height: 30px;
  vertical-align: middle;
}

.profile-foreign-student input[type=radio] {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.profile-foreign-student input[type=checkbox] + label {
  width: auto;
}

.profile-foreign-student .form-radio {
  display: inline-block;
  vertical-align: middle;
}

.profile-foreign-student .wrap-field .wrap-field label {
  width: auto;
}

.profile-foreign-student .wrap-field .wrap-field {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.profile-foreign-student .wrap-field .wrap-field label {
  width: auto;
}

.profile-foreign-parents {
  margin-bottom: 5px;
  font-weight: bold;
}

.profile-foreign-link-terms {
  display: inline-block;
  vertical-align: middle;
}

.form-col {
  width: 48%;
  float: left;
}

.form-col + .form-col {
  float: right;
}

.form-wrap {
  overflow: hidden;
}

.form-col label {
  display: block;
  width: auto;
  margin-bottom: 2px;
  text-align: left;
}

.form-col input[type=text],
.form-col input[type=email] {
  width: 300px;
}

.date-period {
  display: inline-block;
  vertical-align: middle;
}

.profile-foreign-student .date-period input {
  width: 166px;
}

.date-period label {
  margin-right: 0;
}

.date-period + .date-period {
  margin-left: 5px;
}

.wrap-popup-block {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.wrap-popup-block:after {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: "";
}

.popup-block {
  position: relative;
  z-index: 2;
  overflow: auto;
  display: inline-block;
  padding: 25px 20px 10px;
  min-width: 400px;
  max-width: 800px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  border: 1px solid #C9C9C9;
  background: #fff;
  vertical-align: middle;
  text-align: left;
}

.popup-block-close,
.received-education-close {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
  overflow: hidden;
  width: 18px;
  height: 18px;
  text-indent: 10em;
  background: url("../images/icon-close.png") no-repeat 0 0;
  cursor: pointer;
}

.dtpk + .ui-datepicker-trigger {
  position: relative;
  left: -20px;
  display: inline-block;
  border: none;
  background-color: transparent;
  vertical-align: middle;
  cursor: pointer;
}

.foreign-student-photo .wrap-field .wrap-field {
  padding-left: 10px;
  max-width: 410px;
}

.foreign-student-photo img {
  max-width: 400px;
}

.popup-block p {
  margin-bottom: 15px;
}

.popup-overflow {
  overflow: hidden;
}

.career-anchor-test select {
  float: right;
}

.career-anchor-test .field-label {
  margin-right: 100px;
}

.career-anchor-name {
  font-size: 16px;
  font-weight: bold;
}

.kos-result-item-info {
  display: none;
}

.test-herzberg .wrap-field {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.test-herzberg .wrap-field:after, .test-herzberg .wrap-field:before {
  display: table;
  content: "";
}
.test-herzberg .wrap-field:after {
  clear: both;
}

.test-herzberg select {
  position: relative;
  top: 0.4em;
}

.test-herzberg .field-label {
  margin-bottom: 15px;
  text-align: left;
}

.test-herzberg .field-text {
  float: left;
  margin-bottom: 4px;
  padding-left: 10px;
  width: 40%;
  border-left: 4px solid #ccc;
  text-align: left;
}

.test-herzberg .field-text + .field-text {
  float: right;
}

.t-h-r-type {
  font-size: 18px;
}
.t-h-r-type .t-h-r-type-label {
  width: 245px;
  font-weight: bold;
  font-size: 14px;
}

.t-h-r-col {
  display: inline-block;
  width: 355px;
  vertical-align: top;
}

.align-justify,
.test-herzberg,
.test-herzberg .field-label,
.field-text,
.t-h-r-col,
.kos-test .field-label,
.kos-result,
.kos-test,
.career-anchor-test,
.career-anchor-test .field-label,
.career-anchor-result {
  text-align: justify !important;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  color: #444;
  background: #f9fbfb;
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  font-size: 14px;
}

p {
  margin-bottom: 20px;
  line-height: 1.4;
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  color: #365D84;
  font-weight: normal;
}

h2 {
  margin-bottom: 24px;
  line-height: 1.1;
  font-size: 32px;
  font-family: Georgia, serif;
}

h3 {
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 28px;
  font-family: Georgia, serif;
}

h4 {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 24px;
}

h5 {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 20px;
}

h6 {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 18px;
}

img + h3,
img + h4 {
  margin-top: -8px;
}

/* h6 {
	margin-top: $heading-padding-bottom - 16;
	margin-bottom: $heading-padding-bottom - 16;
	
	font-size: $heading-font-size - 16;
} */
a {
  color: #365D84;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a img {
  border: none;
}

img {
  font-size: 10px;
}

hr {
  clear: both;
  width: 100%;
  height: 1px;
  border: none;
  background: #BABABA;
}

cite {
  font-style: italic;
}

blockquote {
  overflow: hidden;
  margin: 20px 40px;
  padding: 15px 20px;
  border-left: 5px solid #ccc;
  background: #F4F4F4;
}
blockquote footer {
  margin-top: 10px;
  text-align: right;
}
blockquote cite {
  font-weight: bold;
}

input {
  vertical-align: middle;
}

.wrap-content {
  position: relative;
  margin: 0 auto;
  padding-bottom: 50px;
  width: 930px;
}
.wrap-content:after, .wrap-content:before {
  display: table;
  content: "";
}
.wrap-content:after {
  clear: both;
}

.content {
  padding-top: 25px;
  line-height: 1.4;
  font-size: 14px;
}
.content ul {
  margin: 10px 0 20px 14px;
}
.content ul ul {
  margin-top: 5px;
  margin-bottom: -5px;
}
.content ul ul li {
  margin-bottom: 0;
}
.content ul li {
  position: relative;
  margin: 0 0 8px;
  padding: 0 0 0 12px;
  line-height: 1.4;
}
.content ul li:after {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #ccc;
  content: "";
}
.content ol {
  margin: 10px 0 20px 25px;
  list-style-type: decimal;
}
.content ol li {
  margin: 0 0 8px;
  line-height: 1.4;
}
.content ol[type=a] {
  list-style-type: lower-alpha;
}
.content ol[type=I] {
  list-style-type: upper-roman;
}
.content ol[type="1"] {
  list-style-type: decimal;
}

.sidebar + .content {
  float: left;
  width: 720px;
}

.sidebar-calendar-container + .content {
  width: 690px;
}

.block-content {
  margin: 38px auto;
}

.header {
  position: relative;
}
.header .section-wrapper {
  padding-top: 10px;
  padding-bottom: 35px;
}
.header .section-wrapper a:first-child {
  text-decoration: none;
}

.header-illustr {
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom;
}

.logo-img {
  margin: 18px 0 0 0;
}

.wrap-logo {
  position: relative;
  padding-top: 5px;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}

.logo {
  float: left;
  vertical-align: middle;
  text-decoration: none;
}
.logo + .logo {
  margin-top: 12px;
}

.header .logo-title {
  display: inline-block;
  margin: 20px 0 0 0;
  padding: 0 0 0 10px;
  max-width: 400px;
  color: #054970;
  text-decoration: none;
  vertical-align: middle;
  line-height: 1.2;
  font-size: 16px;
  font-weight: bold;
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

.nav-form {
  position: absolute;
  top: 43px;
  right: 0;
  width: 301px;
}
.nav-form:after, .nav-form:before {
  display: table;
  content: "";
}
.nav-form:after {
  clear: both;
}

.wrap-search-field,
.search-form {
  position: relative;
}
.wrap-search-field input[type=text],
.search-form input[type=text] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 35px 0 18px;
  width: 100%;
  height: 30px;
  box-shadow: inset 0 0 3px 1px #d6dbe1;
  border-radius: 11px;
  border: none;
  background-color: #fff;
}

.yandex-search {
  background-image: url("../images/yandex-logo.png");
  background-repeat: no-repeat;
  background-position: 18px 9px !important;
}

.yandex-icon {
  position: absolute;
  top: 7px;
  right: 16px;
  width: 14px;
  height: 14px;
  background: url("../images/search.png") no-repeat 50% 50%;
  cursor: pointer;
}

.choice-fast-link {
  float: right;
  margin: 10px 0 0 0;
  padding: 3px;
  width: 300px;
  border: 1px solid #D6E1E6;
  font-size: 14px;
}

.lang {
  position: absolute;
  top: -2px;
  right: 0;
  font-size: 10px;
}
.lang li {
  position: relative;
  display: inline-block;
  margin: 0 0 0 16px;
  opacity: 0.3;
  text-align: center;
  vertical-align: top;
}
.lang li.sel, .lang li.active {
  opacity: 1;
}
.lang li:hover {
  opacity: 1;
}
.lang li a {
  color: #000;
  text-decoration: none;
}
.lang img {
  display: block;
  margin: 0 auto;
  height: 22px;
}

.lang-text {
  display: block;
  margin: 1px 0 0 0;
}

.site-special-version {
  position: absolute;
  bottom: 5px;
  left: 0;
  padding: 2px 10px;
  color: #fff;
  background: #829CC0;
  font-weight: bold;
}
.site-special-version a.site-special-version-item[href] {
  color: #fff;
  text-decoration: underline;
}
.site-special-version a.site-special-version-item[href]:hover {
  text-decoration: none;
}

.site-special-version:before {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../images/svg/icon-eye.svg") no-repeat 0 0;
  background-size: contain;
  vertical-align: middle;
  content: "";
}

.site-special-version-item {
  display: none;
  margin: 4px;
  vertical-align: middle;
  text-decoration: underline;
  cursor: pointer;
}
.site-special-version-item:hover {
  text-decoration: none;
}

.site-visually-impaired {
  display: inline-block;
}

.accessibility .site-standard {
  display: inline-block;
}

.accessibility .site-visually-impaired {
  display: none;
}

.footer {
  position: relative;
  overflow: visible;
  margin: 0;
  width: 100%;
}
.footer:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: url("../images/menu.t.bg.png") repeat-x 0 0;
  content: "";
}

.footer-nav {
  background: url("../images/menu.b.bg.png") repeat-x 0 100% white;
}
.footer-nav ul {
  margin: 0 auto;
  padding: 10px 0;
  width: 930px;
}
.footer-nav li {
  display: inline-block;
  vertical-align: top;
  line-height: 1.6;
  font-size: 12px;
}
.footer-nav a {
  margin-right: 15px;
}

.footer-banner,
.footer-incut-pres {
  margin: 20px auto;
  width: 930px;
  text-align: center;
}
.footer-banner img,
.footer-incut-pres img {
  margin: 0 4px;
}

.footer-info {
  text-align: center;
}

.footer-label-social-btn {
  margin: 15px 0;
}
.footer-label-social-btn:last-child {
  margin: 35px 0 0;
}

.footer-social-btn {
  margin-bottom: 15px;
}
.footer-social-btn a {
  display: inline-block;
  margin: 0 15px 0 0;
  vertical-align: middle;
}
.footer-social-btn a img {
  max-height: 33px;
}

.map-site {
  padding-top: 38px;
  padding-bottom: 20px;
}

.main-page-wrap {
  border-bottom: 1px solid transparent;
}

.block-content h2 {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

.heading-link {
  margin-right: 40px;
  float: right;
  font-size: 14px;
  font-weight: normal;
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

/* Banner on main */
.banner-block,
.incut-pres {
  width: 930px;
  text-align: center;
}
.banner-block a,
.incut-pres a {
  text-decoration: none;
}

.incut-pres-tile {
  overflow: hidden;
  width: 930px;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}
.incut-pres-tile a:first-child {
  margin-left: 0;
}
.incut-pres-tile img {
  display: inline-block;
  margin: 19px 0 19px 12px;
  vertical-align: middle;
}

.incut-pres {
  margin: 30px auto;
}

/* end banner on main */
.nav {
  position: relative;
  border-top: 2px solid #365D84;
  border-bottom: 2px solid #365D84;
  background: #EAF0F5;
}
.nav:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 42px;
  background: #D7E2EB;
  content: "";
}
.nav:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 5px;
  background: url("../images/menu-bg2.png") repeat-x 0 100%;
  content: "";
}

.main-nav {
  position: relative;
  z-index: 10;
  overflow: hidden;
  margin: 0 auto;
  width: 930px;
}
.main-nav li {
  float: left;
  padding: 0 10px;
  height: 42px;
  line-height: 42px;
}
.main-nav li a {
  color: #000;
  font-size: 13px;
}
.main-nav li.selected, .main-nav li.active {
  position: relative;
  color: #fff;
  background: #365D84;
}
.main-nav li.selected a, .main-nav li.active a {
  color: #fff;
  text-decoration: none;
  cursor: default;
}
.main-nav li.selected:before, .main-nav li.active:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -8px;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #EAF0F5;
  border-left: 8px solid transparent;
  background: #365D84;
  content: "";
}

.sub-nav {
  overflow: hidden;
  margin: 0 auto;
  padding: 11px 0 22px;
  width: 930px;
}
.sub-nav ul {
  float: left;
  padding: 0 4px 0 0;
  max-width: 128px;
  font-size: 12px;
}
.sub-nav .title {
  margin-bottom: 8px;
  color: #365D84;
  font-size: 13px;
  font-weight: bold;
}
.sub-nav li {
  margin: 1px 0 0 2px;
  padding: 3px 8px 3px;
  width: 112px;
  line-height: 1.1;
}
.sub-nav a {
  color: #464646;
}
.sub-nav .selected {
  background: #365D84;
}
.sub-nav .selected a {
  color: #fff;
  text-decoration: none;
  cursor: default;
}

.sidebar {
  float: right;
  width: 200px;
  font-size: 12px;
}
.sidebar:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 200px;
  background: #EFF3F4;
  content: "";
}
.sidebar h3 {
  margin: 0;
  padding: 25px 0 15px 10px;
  color: #365D84;
  background: #EFF3F4;
  font-weight: bold;
  font-size: 15px;
}
.style-header, .sidebar h3 span {
  color: #333333;
}

.news-block {
  overflow: hidden;
  padding-bottom: 40px;
  background: #EFF3F4;
}
.news-block img {
  float: left;
  margin-right: 10px;
  max-width: 80px;
  border-radius: 15px;
}
.news-block time {
  display: block;
  margin-bottom: 3px;
  padding: 3px 0 3px 0;
  color: #365D84;
  background: #f9fbfb;
  font-size: 10px;
}

.news-block-text {
  padding: 0 4px 4px 0;
  overflow: hidden;
}
.news-block-text a {
  color: #000;
}

.sidebar-link-all {
  margin: 0 0 20px;
  background: #EFF3F4;
  text-align: right;
}
.sidebar-link-all.sidebar-archive-link {
  position: relative;
  z-index: 2;
  padding-bottom: 10px;
  border-bottom: 4px solid #F9FBFB;
}
.sidebar-link-all.sidebar-archive-link:after {
  position: absolute;
  right: 20px;
  bottom: -19px;
  border-left: 15px solid #EFF3F4;
  border-right: 15px solid #EFF3F4;
  border-top: 15px solid #F9FBFB;
  content: "";
}
.sidebar-link-all a {
  padding-right: 10px;
  font-size: 10px;
}

.sidebar-block {
  padding: 0 10px;
}

.sidebar-photos img {
  margin-bottom: 17px;
}

.subdomain .subdomain-sidebar:after {
  z-index: 1;
}

.sidebar-incut {
  margin: 40px 0 20px;
  padding: 0 10px;
  text-align: center;
}

.sidebar-incut-img {
  max-width: 100%;
}

.breadcrumbs {
  margin-bottom: 8px;
  color: #444;
  font-size: 14px;
}
.breadcrumbs span:after {
  display: inline-block;
  margin: -2px 5px 0;
  width: 12px;
  height: 5px;
  background: url("../images/bredcrumbs-arrow.png") no-repeat 0 0;
  vertical-align: middle;
  content: "";
}
.breadcrumbs a {
  color: #7C7D7D;
}

th,
td {
  padding: 10px;
  border: 1px solid #000;
}

th {
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}

td {
  vertical-align: top;
}

.light-border th,
.light-border td {
  border-color: #fff !important;
}

.no-border th,
.no-border td,
table[border="0"] th,
table[border="0"] td {
  padding: 0;
  border: none;
}

.table-hover tr:hover {
  background: #EFEFEF;
}

.table-zebra tbody tr:nth-child(even) {
  background: #E4E4E4;
}

.table-color thead tr {
  color: #fff;
  background: #355c83;
}
.table-color tbody tr {
  background: #f0d4d4;
}
.table-color tbody td {
  vertical-align: top;
}
.table-color .accent-cell {
  background: #d8e5fb;
}

.cell-center {
  text-align: center !important;
}

.wrap-content .compact-table td {
  padding: 4px;
}

.big-table {
  position: relative;
  z-index: 10;
  display: none;
  text-align: left;
}
.big-table table {
  background: #fff;
}

.wrap-big-table {
  text-align: center;
}

.preview-table {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin: 20px 0;
  width: 400px;
  height: 150px !important;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  vertical-align: top;
  text-align: left;
  font-size: 5px !important;
  cursor: pointer;
}
.preview-table:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.7);
  content: "";
}

.preview-table-text {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  color: #365d84;
  text-decoration: underline;
  text-shadow: 0 0 20px #fff;
  text-align: center;
  line-height: 150px;
  font-size: 20px;
}
.preview-table-text:hover {
  text-decoration: none;
}

.preview-table table {
  width: 400px !important;
}
.preview-table th, .preview-table td, .preview-table p {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 5px !important;
}

.preview-table-link {
  display: none;
  margin: 40px 0 10px;
}
.preview-table-link span {
  position: relative;
  display: inline-block;
  border-bottom: 1px dashed #365d84;
  color: #365d84;
  vertical-align: top;
  cursor: pointer;
}
.preview-table-link span:hover {
  border-color: transparent;
}
.preview-table-link span:after {
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -6px;
  width: 16px;
  height: 12px;
  background: url("../images/svg/icon-curved_arrow.svg") no-repeat 0 0;
  -webkit-background-size: cover;
  background-size: cover;
  content: "";
}

h2 + .wrap-big-table .preview-table-link {
  margin-top: 0;
}

.table-ratings.table-ratings_tv th,
.table-ratings.table-ratings_tv td {
  padding: 4px 3px 3px;
  font-weight: 400;
  font-size: 12px;
}

.line-height-small,
.line-height-small p {
  line-height: 1;
}

.align-center {
  display: block;
  margin: 10px auto;
}

.align-left,
img[align=left] {
  float: left;
  margin: 0 10px 10px 0;
}

.align-right,
img[align=right] {
  float: right;
  margin: 0 0 10px 10px;
}

.accent-bright {
  color: #f00 !important;
}

.accent-default {
  color: #518FC5 !important;
}

.accent-muted {
  color: #999 !important;
}

.label-text {
  position: relative;
  top: -0.1em;
  display: inline-block;
  margin: 0 0 0 0.4em;
  padding: 0 4px 1px;
  border-radius: 2px;
  color: #fff;
  background: #900;
  text-shadow: 1px 1px 1px #4A0000;
  vertical-align: top;
  font-size: 11px;
}

.epigraph {
  text-align: right;
  line-height: 1.2;
  font-style: italic;
}
.epigraph cite {
  display: block;
  color: #696969;
  font-weight: bold;
}

.author-article {
  text-align: right;
  font-style: italic;
}

.poems-block {
  text-align: center;
}

.poems {
  display: inline-block;
  text-align: left;
}

.section-wrapper {
  position: relative;
  margin: 0 auto;
  width: 930px;
}

/* bad result: children image show icon
.content a[href*="http://"],
.external-link {
	margin-right: 5px;
    padding-right: 13px;

    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB3aWR0aD0iMTAiCiAgIGhlaWdodD0iMTAiCiAgIGlkPSJzdmcyIj4KICA8bWV0YWRhdGEKICAgICBpZD0ibWV0YWRhdGE3Ij4KICAgIDxyZGY6UkRGPgogICAgICA8Y2M6V29yawogICAgICAgICByZGY6YWJvdXQ9IiI+CiAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+CiAgICAgICAgPGRjOnR5cGUKICAgICAgICAgICByZGY6cmVzb3VyY2U9Imh0dHA6Ly9wdXJsLm9yZy9kYy9kY21pdHlwZS9TdGlsbEltYWdlIiAvPgogICAgICAgIDxkYzp0aXRsZT48L2RjOnRpdGxlPgogICAgICA8L2NjOldvcms+CiAgICA8L3JkZjpSREY+CiAgPC9tZXRhZGF0YT4KICA8ZwogICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04MjYuNDI4NTksLTY5OC43OTA3NykiCiAgICAgaWQ9ImxheWVyMSI+CiAgICA8cmVjdAogICAgICAgd2lkdGg9IjUuOTgyMTQyOSIKICAgICAgIGhlaWdodD0iNS45ODIxNDI5IgogICAgICAgeD0iODI2LjkyODU5IgogICAgICAgeT0iNzAyLjMwODY1IgogICAgICAgaWQ9InJlY3QyOTk2IgogICAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6IzAwNjZjYztzdHJva2Utd2lkdGg6MXB4O3N0cm9rZS1saW5lY2FwOmJ1dHQ7c3Ryb2tlLWxpbmVqb2luOm1pdGVyO3N0cm9rZS1vcGFjaXR5OjEiIC8+CiAgICA8ZwogICAgICAgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcxMDY3OCwwLjcwNzEwNjc4LC0wLjcwNzEwNjc4LDAuNzA3MTA2NzgsNzYyLjg3LC0zNTkuODgzMzkpIgogICAgICAgaWQ9Imc0ODE1Ij4KICAgICAgPHBhdGgKICAgICAgICAgZD0ibSA3OTYuOTA4MTksNzAwLjI4MzE3IDMuNzAxMjcsLTMuNzAxMjYgMy44MTE3NCwzLjgxMTc1IC0wLjAxODksMi4yMDMzNiAtMS44NTIzNCwwIDAsMy44NTQzIC0zLjgwMjMzLDAgMCwtMy45NzEwOCAtMS44NTM2LDAgeiIKICAgICAgICAgaWQ9InBhdGg0Nzc3IgogICAgICAgICBzdHlsZT0iZmlsbDojMDA2NmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgogICAgICA8cGF0aAogICAgICAgICBkPSJtIDgwMC42MDk0Niw2OTguMDAyNDQgMy40Njk4NiwzLjQzODY1IC0yLjU3MDIsMCAwLDQuMDc0MzYgLTEuNzM2MiwwIDAsLTQuMDc0MzYgLTIuNjE3NTQsLTMuNmUtNCB6IgogICAgICAgICBpZD0icGF0aDQ3NzkiCiAgICAgICAgIHN0eWxlPSJmaWxsOiNmZmZmZmY7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmUiIC8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K");
    background-position: right center;
    background-repeat: no-repeat;
}
.no-external-link {
	padding-right: 0 !important;

	background: none !important;
}
.content a[href*="http://www.bstu.ru/"] {
	margin: 0;
	padding: 0;

	background: none;
}
*/
.rounded-img {
  border-radius: 15px;
}

.frame-img {
  padding: 4px;
  border: 1px solid #ccc;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.round-img {
  border-radius: 600px;
}

figure.align-left img {
  margin: 4px 4px 4px 0;
}
figure.align-right img {
  margin: 4px 0 4px 4px;
}
figure figcaption {
  font-size: 12px;
}
figure.signed {
  overflow: hidden;
  clear: both;
  display: block;
}
figure.signed .align-left {
  margin: 0 20px 0 0;
}
figure.signed .align-right {
  margin: 0 0 0 20px;
}
figure.signed figcaption {
  padding: 20px 0 0 0;
}
figure.signed .align-left + figcaption {
  margin-left: 10px;
}
figure.signed .align-right + figcaption {
  text-align: right;
}

.clearfix:after, .clearfix:before {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

.print-version {
  padding-bottom: 20px;
  text-align: center;
}

.print-version-link {
  position: relative;
}

.print-version-link:after {
  position: absolute;
  top: 0;
  left: 100%;
  display: inline-block;
  margin: 0 0 0 5px;
  width: 16px;
  height: 16px;
  background: url("../images/print.png") no-repeat 0 0;
  vertical-align: baseline;
  content: "";
}

.content .list-none-bullet {
  margin-left: 15px;
  list-style-type: none;
}

.incut-pres-justify {
  text-align: justify;
  line-height: 0;
  font-size: 1px;
  text-align-last: justify;
  *text-justify: newspaper;
  *zoom: 1;
}
.incut-pres-justify:after {
  width: 100%;
  height: 0px;
  visibility: hidden;
  overflow: hidden;
  content: "";
  display: inline-block;
}
.incut-pres-justify > a {
  display: inline-block;
  vertical-align: top;
}

.schedule-intro {
  margin-bottom: 10px;
  text-align: center;
  font-size: 20px;
}

.schedule-link-info {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.teachers-alphabet {
  margin-bottom: 20px;
  font-size: 20px;
}

.staff-selector {
  margin-right: 10px;
}

.schedule-group-item {
  margin: 1em;
  line-height: 1.75em;
}
.schedule-group-item a {
  padding: 0.2em;
  font-size: 13px;
  color: #000;
}

.staff-wrapper {
  padding-left: 20px;
}

.staff .column {
  display: inline-block;
  margin-right: 80px;
  width: 20%;
  vertical-align: top;
}

.staff .employee {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}

.form-group {
  margin-bottom: 20px;
}
.form-group input[type=text],
.form-group input[type=email],
.form-group input[type=date],
.form-group textarea {
  padding: 5px;
  border: 1px solid #b7b7b7;
}
.form-group input[type=text]:focus,
.form-group input[type=email]:focus,
.form-group input[type=date]:focus,
.form-group textarea:focus {
  border-color: #838383;
}
.form-group input[type=text],
.form-group input[type=email],
.form-group input[type=date] {
  height: 20px;
  line-height: 20px;
}
.form-group textarea {
  height: 200px;
}
.form-group.error input {
  border-color: red;
}

.required-field {
  margin-left: 4px;
  color: red;
}

.wrap-btn input[type=submit] {
  display: inline-block;
  padding: 5px 10px;
  border: medium none;
  color: #fff;
  background: none repeat scroll 0 0 #365d84;
  text-decoration: none;
  vertical-align: top;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
}
.wrap-btn input[type=submit]:hover {
  background: #2e4f70;
}

.radiobox {
  display: inline-block;
}
.radiobox label {
  width: auto;
}

.checkbox {
  display: inline-block;
}
.checkbox label {
  width: auto;
}

.form-ask-question {
  margin-top: 40px;
}
.form-ask-question label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.form-ask-question input[type=text],
.form-ask-question input[type=email],
.form-ask-question input[type=date],
.form-ask-question textarea {
  padding: 5px;
  width: 300px;
  border: 1px solid #b7b7b7;
}
.form-ask-question input[type=text],
.form-ask-question input[type=email] input[type=date] {
  height: 20px;
  line-height: 20px;
}

.form-back-call label,
.form-back-call .pseudo-label {
  display: inline-block;
  margin-right: 10px;
  width: 200px;
  text-align: right;
  vertical-align: middle;
}
.form-back-call input[type=text],
.form-back-call input[type=email],
.form-back-call input[type=date],
.form-back-call textarea,
.form-back-call .radiobox-group {
  width: 350px;
}
.form-back-call input.small-field {
  width: 80px;
}
.form-back-call .form-high-block label {
  vertical-align: top;
}
.form-back-call .radiobox-group {
  display: inline-block;
}
.form-back-call .radiobox label {
  width: auto;
}
.form-back-call .wrap-btn {
  margin: 0 335px 0 210px;
  text-align: center;
}
.form-back-call .error-help,
.form-back-call .help-block {
  display: block;
  margin-left: 214px;
  font-size: 12px;
}
.form-back-call .form-error,
.form-back-call .error-help {
  color: red;
}
.form-back-call .user-agreement-block {
  padding-right: 100px;
  text-align: center;
}
.form-back-call .user-agreement-block label {
  width: auto;
}
.form-back-call .form-info {
  margin-top: 10px;
  padding-right: 110px;
  text-align: center;
}

.field-heading {
  margin: 20px 0 10px;
  font-size: 16px;
  font-weight: bold;
}

.form-info {
  margin: 20px 0;
}

.form-message {
  margin: 20px 0;
  color: #D94646;
  text-align: center;
  font-size: 18px;
}

.ask {
  margin-top: 20px;
}

.has-validation-callback {
  margin-bottom: 2em;
}

.qc-label {
  font-weight: bold;
}

#qc-name,
#qc-email,
#qc-message {
  margin-bottom: 0.3em;
}

#qc-submit {
  margin: 1em 0 0;
}

dd.questions-committee {
  margin-bottom: 2em;
}

.committee-questions-label {
  display: block;
  font-weight: bold;
  color: #365D84;
}

.committee-answers-label {
  display: block;
  font-weight: bold;
  color: #5D9BD8;
}

sup.r {
  color: red;
}

#recaptcha_widget_div {
  display: inline-block;
  vertical-align: top;
}

.corruption-label {
  display: inline-block;
  margin-right: 5px;
  width: 140px;
  text-align: right;
}

.form-high-block .corruption-label {
  vertical-align: top;
}

.form-corruption {
  display: inline-block;
  vertical-align: top;
}

.form-corruption input[type=text],
.form-corruption input[type=email],
.form-corruption textarea {
  width: 300px;
}

.form-corruption .wrap-btn {
  padding-left: 145px;
  text-align: center;
}

.form-corruption .help-block {
  color: red;
  vertical-align: top;
}

/* 
	what: edit calendar
	url: http://www.bstu.ru/about/press_center/news/archive_news 
	description: conflict table styles, overriding
*/
.main .calendar-block-body .item {
  font-size: 0.7em !important;
  line-height: 1 !important;
}

/* ***end edit calendar*** */
/*Table banners*/
.main .table-grid td {
  padding: 0 10px 5px 10px !important;
  border: none !important;
  font-size: 14px !important;
}

.main .table-grid td img {
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}

.main .table-grid em {
  font-style: italic !important;
}

/*end table banners*/
/* Contest universtitet (http://www.bstu.ru/beside_study_activity/culture/beauty-2014-2) */
.soc-group-btn {
  display: inline-block;
  clear: both;
  margin: 20px 0;
  width: 100%;
  vertical-align: top;
}
.soc-group-btn > div, .soc-group-btn > span {
  display: inline-block;
  vertical-align: top;
}
.soc-group-btn > span {
  margin-right: 10px !important;
}

.soc-btn-item {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.soc-btn-item:first-child {
  margin-right: 5px;
}

.fb_iframe_widget {
  margin-right: 6px;
}

.soc-group-btn-mail iframe {
  width: 125px !important;
}

.soc-group-btn-ok iframe {
  width: 115px !important;
}

.soc-group-btn-facebook iframe,
.soc-group-btn-facebook span {
  width: 120px !important;
}

.not-active-link {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #989898;
}

.wrap-popup-table {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.wrap-popup-table:after {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.wrap-popup-table ol,
.wrap-popup-table ul {
  margin: 10px;
}
.wrap-popup-table ol {
  list-style-type: decimal;
}
.wrap-popup-table ul {
  list-style-type: disc;
}

.popup-table {
  position: relative;
  z-index: 2;
  display: inline-block;
  box-sizing: border-box;
  margin: 30px;
  padding: 50px 20px 0;
  max-width: 92%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  border: 1px solid #C9C9C9;
  background: #fff;
  vertical-align: middle;
  text-align: left;
}

.popup-table-close,
.table-modal-close {
  position: absolute;
  top: 15px;
  right: 55px;
  z-index: 2;
  overflow: hidden;
  width: 18px;
  height: 18px;
  text-indent: 10em;
  background: url("../images/icon-close.png") no-repeat 0 0;
  cursor: pointer;
}

.table-modal-close {
  right: 15px;
}

.popup-table-print {
  position: absolute;
  top: 15px;
  right: 90px;
  color: #365d84;
  font-size: 18px;
  cursor: pointer;
}
.popup-table-print:hover {
  color: #274460;
}

.overflow {
  overflow: hidden;
}

.table-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 40px;
  background: #ccc;
  background: rgba(133, 133, 133, 0.1);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}
.table-btn:hover {
  background: rgba(133, 133, 133, 0.2);
}

.table-btn-prev {
  left: 0;
}

.table-btn-next {
  right: 0;
}

.popup-table-content {
  overflow: auto;
  margin: 0 20px;
  padding-bottom: 40px;
  max-width: 100%;
}
.popup-table-content caption {
  padding-left: 20px;
  text-align: left;
}

.table-btn-prev-icon,
.table-btn-next-icon {
  position: absolute;
  top: 20px;
  width: 15px;
  height: 23px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.table-btn-prev-icon {
  left: 0;
  background-image: url("../images/svg/arrow-left.svg");
}

.table-btn-next-icon {
  right: 0;
  background-image: url("../images/svg/arrow-right.svg");
}

.table-more-prev,
.table-more-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
}

.table-more-prev {
  left: 40px;
  background: -webkit-linear-gradient(right, white 20%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, white 20%, rgba(255, 255, 255, 0) 100%);
}

.table-more-next {
  right: 40px;
  background: -webkit-linear-gradient(left, white 20%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to left, white 20%, rgba(255, 255, 255, 0) 100%);
}

.ratings-list {
  table-layout: fixed;
}

.ratings-number-row {
  width: 20px;
}

.ratings-name-row {
  width: 100px;
}

.ratings-notice-row {
  width: 250px;
}

.ratings-status-row {
  width: 55px;
}

.ratings-total-row {
  width: 35px;
}

.ratings-score-row {
  width: 40px;
}

.ratings-score-id-row {
  width: 35px;
}

.ratings-document-row {
  width: 45px;
}

.ratings-writing-row {
  width: 50px;
}

.ratings-progress-row {
  width: 60px;
}

.ratings-ege-row {
  width: 230px;
}

.table-picture-row,
.table-language-row {
  width: 50px;
}

.table-mathematics-row,
.table-composition-row {
  width: 60px;
}

.ratings-progress-item-row {
  width: 5px;
}

.table-ratings .ratings-notice-row {
  background: #829cc0;
}
.table-ratings .ratings-notice-val-row {
  background: #E2EBF7;
}

.table-modal-link {
  border-bottom: 1px dashed #365d84;
  color: #365d84;
  cursor: pointer;
}
.table-modal-link:hover {
  border-bottom-color: transparent;
}

.table-modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  overflow: auto;
  display: none;
  background: rgba(0, 0, 0, 0.3);
}

.table-modal-box {
  position: relative;
  margin: 20px auto;
  padding: 20px;
  width: 600px;
  background: #fff;
}

.modal-table-open .wrap-popup-table {
  overflow: hidden;
}

.table-modal-open .wrap-popup-table {
  overflow: hidden;
}

.table-modal-wrap {
  overflow: auto;
}
.table-modal-wrap table {
  width: 100%;
}
.table-modal-wrap p {
  margin: 0;
}

.table-modal-content {
  text-align: left;
  font-size: 16px;
}
.table-modal-content p {
  font-size: 16px;
}
.table-modal-content p + ol {
  margin-top: -10px;
}
.table-modal-content ol,
.table-modal-content ul {
  margin-bottom: 20px;
  margin-left: 16px;
}
.table-modal-content li {
  margin: 10px 0;
}

.menu-block {
  margin-top: -10px;
  padding-bottom: 20px;
  border-bottom: 20px solid #f9fbfb;
}

.aside-menu-item {
  position: relative;
  margin: 10px;
  padding-left: 20px;
  line-height: 1.4;
}
.aside-menu-item:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  content: "";
}

.social-links {
  position: absolute;
  top: 6px;
  right: 110px;
}
.social-links__link {
  margin: 0 5px;
  font-size: 20px;
  text-decoration: none;
}
.social-links__link:hover {
  color: #274460;
  text-decoration: none;
}

.congratulations-theme .header {
  height: 140px;
  background: url("../images/congratulations-theme-head.jpg") no-repeat 50% 0;
}
.congratulations-theme .nav {
  border-top: 2px solid #365D84;
  border-bottom: 2px solid #365D84;
  background: url("../images/congratulations-theme-nav.png") repeat 0 0;
}
.congratulations-theme .nav:before {
  content: none;
}
.congratulations-theme .nav:after {
  height: 42px;
  background: #D7E2EB;
}
.congratulations-theme .main-nav li {
  transition: all 0s;
}
.congratulations-theme .main-nav > .active,
.congratulations-theme .main-nav li:hover, .congratulations-theme .main-nav.selected {
  background: none;
}
.congratulations-theme .main-nav > .active a,
.congratulations-theme .main-nav li:hover a, .congratulations-theme .main-nav.selected a {
  text-decoration: none;
}
.congratulations-theme .main-nav > .active, .congratulations-theme .main-nav.selected, .congratulations-theme .main-nav.selected:hover, .congratulations-theme .main-nav > .active:hover {
  background: #365D84;
}
.congratulations-theme .main-nav a {
  text-decoration: underline;
}
.congratulations-theme .main-nav a:hover {
  text-decoration: none;
}
.congratulations-theme .outer-wrap {
  position: relative;
  background: url("../images/congratulations-theme-content-bg-repeat.png") repeat-x 0 0;
}
.congratulations-theme .outer-wrap:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 67px;
  background: url("../images/congratulations-theme-content-bg-top.png") no-repeat 50% 0;
  content: "";
}
.congratulations-theme .wrap-content {
  z-index: 2;
}
.congratulations-theme .sidebar:after {
  content: none;
}
.congratulations-theme .sidebar h3 {
  background: none;
}
.congratulations-theme .sidebar .news-block {
  background: none;
}
.congratulations-theme .sidebar .news-block time {
  background: none;
}
.congratulations-theme .sidebar .archive-news {
  text-align: right;
  font-size: 10px;
}
.congratulations-theme .incut-congratulations {
  margin: 0 auto 34px;
  padding: 25px 15px 25px 25px;
  width: 632px;
  border-radius: 10px;
  border: 1px solid #9bb3cc;
  color: #0f3e71;
  background: #fff url("../images/incut-congratulations.jpg") no-repeat 50% 100%;
  font-size: 13px;
  font-style: italic;
}
.congratulations-theme .incut-congratulations p {
  margin-bottom: 7px;
  font-size: 13px;
}
.congratulations-theme .incut-congratulations ul {
  margin-top: 7px;
  margin-bottom: 0;
}
.congratulations-theme .incut-congratulations li {
  margin-bottom: 0;
  padding-left: 10px;
}
.congratulations-theme .incut-congratulations li:after {
  width: 4px;
  height: 4px;
  background-color: #2f5a89;
}
.congratulations-theme .incut-congratulations li.active {
  font-weight: bold;
}
.congratulations-theme .incut-congratulations li.active span {
  border-bottom-color: transparent;
  cursor: default;
}
.congratulations-theme .incut-congratulations li span {
  border-bottom: 1px dashed #0f3e71;
  cursor: pointer;
}
.congratulations-theme .incut-congratulations li span:hover {
  border-bottom-color: transparent;
}

/* ------------
	@Gallery
---------------*/
.gallery-container {
  position: relative;
  overflow: hidden;
}
.gallery-container .gallery-block {
  position: relative;
  margin: 0;
  padding: 0;
  width: 20000em;
  list-style: none;
}
.gallery-container .gallery-item {
  float: left;
  margin: 0;
}
.gallery-container .gallery-item:before {
  content: none;
}
.gallery-container .gallery-item img {
  border: none;
}

.wrap-slide {
  position: relative;
  margin-bottom: 32px;
}

.slide-container {
  overflow: hidden;
  margin: 20px auto 0;
  width: 460px;
  height: 629px;
  border-radius: 2px;
  border: 1px solid #7e9dc1;
}

.slide-item {
  width: 460px;
  height: 629px;
  background: #fff;
  text-align: center;
  line-height: 629px;
  font-size: 0;
}
.slide-item img {
  position: relative;
  top: 1px;
  left: 1px;
  display: inline-block;
  width: 442px;
  max-height: 629px;
  vertical-align: middle;
}

.prev-slide,
.next-slide {
  position: absolute;
  top: 50%;
  display: block;
  font-size: 12px;
}
.prev-slide:after,
.next-slide:after {
  position: absolute;
  top: -14px;
  width: 45px;
  height: 5px;
  background: url("../images/arrows.png") no-repeat 0 0;
  content: "";
}

.prev-slide {
  left: 0;
}
.prev-slide:after {
  left: 0;
}

.next-slide {
  right: 0;
}
.next-slide:after {
  right: 0;
  background-position: -46px 0;
}

.wrap-carousel {
  position: relative;
  margin: 0 auto;
}

.carousel-container {
  margin: 0 auto;
  width: 610px;
}
.carousel-container .carousel-item {
  float: left;
  margin: 0 8px;
  border-radius: 24px;
  border: 8px solid transparent;
  background: transparent;
  text-align: center;
}
.carousel-container .carousel-item.active {
  border-color: #d8e2eb;
}
.carousel-container .carousel-item.active .carousel-item-img {
  border-color: #fff;
}

.carousel-item-img {
  display: inline-block;
  overflow: hidden;
  width: 118px;
  height: 118px;
  border-radius: 15px;
  border: 1px solid #7e9dc1;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: top;
  line-height: 118px;
  font-size: 0;
  cursor: pointer;
}
.carousel-item-img img {
  max-height: 118px;
}

.prev-carousel,
.next-carousel {
  position: absolute;
  top: 50%;
  z-index: 1;
  overflow: hidden;
  margin-top: -26px;
  width: 26px;
  height: 52px;
  background: url("../images/news-slider-nav-2.png") no-repeat 0 0;
  text-indent: -9999px;
  cursor: pointer;
}

.prev-carousel {
  left: 0;
}

.next-carousel {
  right: 0;
  background-position: 0 -54px;
}

.congratulations-gallery-title {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

/* ***end gallery*** */
.loupe {
  z-index: 1000 !important;
  background-color: #555;
  background: rgba(0, 0, 0, 0.25);
  border: 2px solid rgba(0, 0, 0, 0);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
  cursor: none;
}

.congratulations-video {
  display: none;
  margin: 40px 0;
  text-align: center;
}

.incut-congratulations-title {
  margin-top: 10px;
  margin-bottom: -5px;
}

.global-theme_new-year {
  background: #ffffff;
}
.global-theme_new-year .header {
  background: url("../images/theme_new-year_header.jpg") no-repeat 50% 0;
  background-size: cover;
}
.global-theme_new-year .lp-wrap {
  margin-left: -82px;
}
.global-theme_new-year .nav {
  border-top: 1px solid #fff;
  border-bottom: none;
  background: #fff;
}
.global-theme_new-year .nav:before {
  background: url("../images/theme_new-year_nav-line-bottom.png") repeat-x 0 0;
}
.global-theme_new-year .nav:after {
  height: 4px;
  background: url("../images/theme_new-year_nav-line-top.png") repeat-x 0 0;
}
.global-theme_new-year .main-nav li {
  transition: all 0.4s;
}
.global-theme_new-year .main-nav li.selected:before, .global-theme_new-year .main-nav li.active:before {
  border-bottom-color: #fff;
}
.global-theme_new-year .main-nav > li.active, .global-theme_new-year .main-nav > li.selected,
.global-theme_new-year .main-nav li:hover {
  color: #000;
  background: #eaf0f5;
}
.global-theme_new-year .main-nav > li.active::before, .global-theme_new-year .main-nav > li.selected::before,
.global-theme_new-year .main-nav li:hover::before {
  background: #eaf0f5;
}
.global-theme_new-year .main-nav > li.active a, .global-theme_new-year .main-nav > li.selected a,
.global-theme_new-year .main-nav li:hover a {
  color: #000;
}
.global-theme_new-year .main-nav a {
  color: #000;
  text-decoration: none;
}
.global-theme_new-year .sub-nav {
  position: relative;
  z-index: 1;
  width: 928px;
  border-top: 1px solid #ededed;
  border-right: 1px solid #ededed;
  border-left: 1px solid #ededed;
}
.global-theme_new-year .main-page-wrap {
  border-top: 1px solid transparent;
  background: url("../images/theme_new-year_content.jpg") no-repeat 50% 0;
}
.global-theme_new-year .outer-wrap {
  background: url("../images/theme_new-year_content.jpg") repeat-x 50% 0;
}
.global-theme_new-year .sidebar:after {
  z-index: 1;
}
.global-theme_new-year .sidebar h3,
.global-theme_new-year .sidebar .news-block,
.global-theme_new-year .sidebar .archive-news {
  position: relative;
  z-index: 2;
}

/*-----------------------------------------
	Panel tools for visually impaired
-------------------------------------------*/
.configuration-accessibility {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #ccc;
  border-top: none;
  color: #000;
  background: #EFEFEF;
  letter-spacing: normal;
  font-size: 18px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  display: none;
}

.accessibility .configuration-accessibility {
  display: block;
}

/* Main panel */
.wrap-cnfg {
  margin: 0 auto;
  padding: 10px;
  width: 900px;
  height: 25px;
}

.cnfg-block,
.cnfg-label,
.cnfg-wrap-value,
.cnfg-value {
  display: inline-block;
  vertical-align: middle;
}

.cnfg-block + .cnfg-block {
  margin-left: 10px;
}

.cnfg-extended .cnfg-label {
  display: inline-block;
  border-bottom: 1px dashed #000;
  cursor: pointer;
}
.cnfg-extended .cnfg-label:hover {
  border-bottom-color: transparent;
}

.cnfg-value {
  position: relative;
  cursor: pointer;
}
.cnfg-value.active:after, .cnfg-value:hover:after {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 3px;
  content: "";
}
.cnfg-value:hover:after {
  background: #8A8A8A;
}
.cnfg-value.active:after, .cnfg-value.active:hover:after {
  background: #000;
}

.cnfg-font .cnfg-value {
  vertical-align: baseline;
}

/* Font */
.cnfg-font-standard {
  font-size: 14px;
}

.cnfg-font-big {
  font-size: 18px;
}

.cnfg-font-very-big {
  font-size: 24px;
}

/* end font */
/* Theme */
.cnfg-color .cnfg-value {
  padding: 0 4px;
  border: 1px solid #000;
}

.cnfg-color-black {
  color: #000;
  background: #fff;
}

.cnfg-color-white {
  color: #fff;
  background: #000;
}

.cnfg-color-blue {
  color: #063462;
  background: #9dd1ff;
}

/* end theme */
/* end main panel */
/* Additional panel */
.wrap-cnfg-ext {
  display: none;
  background: #fff;
  font-size: 20px;
}

.wrap-cnfg-ext-inner {
  margin: 0 auto;
  padding: 10px;
  width: 900px;
}

.cnfg-ext-heading {
  margin-bottom: 20px;
  font-size: 28px;
}

.cnfg-ext-item {
  margin-bottom: 20px;
}

.cnfg-ext-label,
.cnfg-ext-value {
  display: inline-block;
}

.cnfg-ext-value {
  position: relative;
  padding: 2px 5px;
  border: 1px solid transparent;
  cursor: pointer;
}
.cnfg-ext-value:hover {
  border-color: #8A8A8A;
}
.cnfg-ext-value.active {
  border-color: #000;
}

/* Font family */
.cnfg-ext-sans-serif {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.cnfg-ext-sans {
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
}

/* end font family */
/* Letter spacing */
.cnfg-ext-spacing-medium {
  letter-spacing: 2px;
}

.cnfg-ext-spacing-big {
  letter-spacing: 5px;
}

/* end letter spacing */
/* Buttons */
.cnfg-wrap-btns {
  margin: 20px 0;
  text-align: right;
}

.cnfg-btn-item {
  display: inline-block;
  margin-left: 20px;
  padding: 6px 10px;
  color: #fff;
  background: #000;
  vertical-align: middle;
  cursor: pointer;
}

/* end buttons */
/* Theme color */
.cnfg-ext-color-theme {
  position: relative;
  margin-left: 20px;
  padding: 10px 20px;
  cursor: pointer;
}
.cnfg-ext-color-theme:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  width: 5px;
  content: "";
}
.cnfg-ext-color-theme:hover:after {
  background: #8A8A8A;
}
.cnfg-ext-color-theme.active:after {
  background: #000;
}

.cnfg-ext-color-white {
  color: #fff;
  background: #000;
}

.cnfg-ext-color-blue {
  color: #063462;
  background: #9dd1ff;
}

.cnfg-ext-color-brown {
  color: #4d4b43;
  background: #f7f3d6;
}

.cnfg-ext-color-green {
  color: #a9e44d;
  background: #3b2716;
}

/* end theme color */
/* end additional panel */
/* ***end panel tools for visually impaired*** */
.font-big {
  font-size: 18px;
}
.font-big p,
.font-big .content,
.font-big .breadcrumbs,
.font-big .nav-form input[type=text],
.font-big .heading-link,
.font-big .gallery-option,
.font-big .content .calendar-years li,
.font-big .searchFieldPage input,
.font-big .calendar-info h3,
.font-big input[type=text],
.font-big input[type=email],
.font-big input[type=password],
.font-big textarea,
.font-big select {
  font-size: 18px;
}
.font-big .footer-nav li,
.font-big .sidebar,
.font-big .calendar-popup-loading,
.font-big .search-info,
.font-big .search-info-docs,
.font-big .search-result-item,
.font-big .search-pagination,
.font-big .search-yandex-copyright,
.font-big .ads-block-content,
.font-big .info-public-content,
.font-big .ads-block-content h3,
.font-big .info-public-content h3,
.font-big .calendar-month,
.font-big .calendar-info,
.font-big .block-links,
.font-big .block-links a,
.font-big .main-news-block figcaption a {
  font-size: 16px;
}
.font-big img,
.font-big .lang,
.font-big .news-block time,
.font-big .sidebar-link-all a,
.font-big .lp-wrap {
  font-size: 14px;
}
.font-big .ads-block-content time,
.font-big .info-public-content time,
.font-big .main-news-block time {
  font-size: 15px;
}
.font-big h2 {
  font-size: 36px;
}
.font-big h3 {
  font-size: 32px;
}
.font-big h4 {
  font-size: 28px;
}
.font-big h5 {
  font-size: 24px;
}
.font-big h6 {
  font-size: 22px;
}
.font-big figure figcaption {
  font-size: 16px;
}
.font-big .calendar-events h2,
.font-big .main-news-block h2,
.font-big .ads-block h2,
.font-big .info-public h2 {
  font-size: 26px;
}
.font-big .header .logo-title {
  font-size: 21px;
}
.font-big .sidebar h3 {
  font-size: 19px;
}
.font-big .main-nav li a,
.font-big .sub-nav .title {
  font-size: 17px;
}
.font-big .sub-nav ul {
  font-size: 16px;
}
.font-big .calendar-time {
  font-size: 24px;
}
.font-big .event-item h2,
.font-big .content .ether h2 {
  font-size: 23px;
}
.font-big .content .ether time {
  font-size: 19px;
}
.font-big .gr-wrap label,
.font-big .gr-wrap textarea {
  font-size: 17px;
}
.font-big .grammar-heading {
  font-size: 20px;
}
.font-big .lp-top,
.font-big .lp-bottom {
  font-size: 17px;
}
.font-big .label-text {
  font-size: 15px;
}
.font-big .sidebar-calendar-week .sidebar-calendar-item {
  font-size: 15px;
}
.font-big .content-box h2 {
  font-size: 22px;
}
.font-big .album-list li {
  font-size: 16px;
}
.font-big .incut-congratulations,
.font-big .incut-congratulations p {
  font-size: 17px;
}
.font-big .main .table-grid td {
  font-size: 18px !important;
}
.font-big .schedule-intro {
  font-size: 24px;
}
.font-big .schedule-link-info {
  font-size: 20px;
}
.font-big .teachers-alphabet {
  font-size: 24px;
}
.font-big .schedule-group-item a {
  font-size: 17px;
}
.font-big .calendar-popup-date {
  font-size: 15px;
}
.font-big .preview-table:after {
  font-size: 24px;
}
.font-big .calendar-popup-close {
  font-size: 15px;
}
.font-big .calendar-popup-list li {
  font-size: 16px;
}
.font-big #cboxTitle {
  font-size: 16px;
}
.font-big #cboxCurrent {
  font-size: 16px;
}
.font-big .prev-slide,
.font-big .next-slide {
  font-size: 16px;
}
.font-big .sticky-nav {
  font-size: 18px;
}
.font-big .table-ratings {
  font-size: 20px;
}
.font-big .content .table-ratings {
  font-size: 18px;
}
.font-big .career-anchor-name {
  font-size: 20px;
}
.font-big .t-h-r-type {
  font-size: 22px;
}
.font-big .t-h-r-type .t-h-r-type-label {
  font-size: 18px;
}
.font-big .test-form input[type=submit],
.font-big .return-testing,
.font-big .profile-foreign-student input[type=submit],
.font-big .add-education {
  font-size: 17px;
}
.font-big .gallery-calendar-control {
  font-size: 16px;
}
.font-big .number-albums {
  font-size: 22px;
}
.font-big .gallery-album-catalog time {
  font-size: 16px;
}
.font-big .album-number-photos {
  font-size: 22px;
}
.font-big .main-news-block figure {
  font-size: 14px;
}
.font-big .content .category figcaption {
  font-size: 20px;
}
.font-big .novel-head-date {
  font-size: 22px;
}
.font-big .congratulations-gallery-title {
  font-size: 22px;
}
.font-big.accessibility .header .section-wrapper {
  display: flex;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 90px;
}
.font-big .header-illustr-link {
  float: left;
  margin-right: 10px;
}
.font-big .header-illustr {
  margin-right: 0;
}
.font-big .header .wrap-logo {
  display: flex;
  align-items: center;
  top: 0;
}
.font-big .logo {
  float: left;
}
.font-big .header .logo-title {
  overflow: hidden;
  margin-top: 0;
  max-width: 100%;
}
.font-big .header .site-special-version {
  top: auto;
  bottom: 40px;
}
.font-big .social-links {
  top: 8px;
  right: 140px;
  font-size: 22px;
}

.font-very-big {
  font-size: 24px;
}
.font-very-big p,
.font-very-big .content,
.font-very-big .breadcrumbs,
.font-very-big .nav-form input[type=text],
.font-very-big .heading-link,
.font-very-big .gallery-option,
.font-very-big .content .calendar-years li,
.font-very-big .searchFieldPage input,
.font-very-big .calendar-info h3,
.font-very-big input[type=text],
.font-very-big input[type=email],
.font-very-big input[type=password],
.font-very-big textarea,
.font-very-big select {
  font-size: 24px;
}
.font-very-big .footer-nav li,
.font-very-big .sidebar,
.font-very-big .calendar-popup-loading,
.font-very-big .search-info,
.font-very-big .search-info-docs,
.font-very-big .search-result-item,
.font-very-big .search-pagination,
.font-very-big .search-yandex-copyright,
.font-very-big .ads-block-content,
.font-very-big .info-public-content,
.font-very-big .ads-block-content h3,
.font-very-big .info-public-content h3,
.font-very-big .calendar-month,
.font-very-big .calendar-info,
.font-very-big .block-links,
.font-very-big .block-links a,
.font-very-big .main-news-block figcaption,
.font-very-big .main-news-block figcaption a {
  font-size: 22px;
}
.font-very-big img,
.font-very-big .lang,
.font-very-big .news-block time,
.font-very-big .sidebar-link-all a,
.font-very-big .lp-wrap {
  font-size: 20px;
}
.font-very-big .ads-block-content time,
.font-very-big .info-public-content time,
.font-very-big .main-news-block time {
  font-size: 21px;
}
.font-very-big h2 {
  font-size: 42px;
}
.font-very-big h3 {
  font-size: 38px;
}
.font-very-big h4 {
  font-size: 34px;
}
.font-very-big h5 {
  font-size: 30px;
}
.font-very-big h6 {
  font-size: 28px;
}
.font-very-big .calendar-events h2,
.font-very-big .main-news-block h2,
.font-very-big .ads-block h2,
.font-very-big .info-public h2 {
  font-size: 32px;
}
.font-very-big figure figcaption {
  font-size: 22px;
}
.font-very-big .header .logo-title {
  font-size: 27px;
}
.font-very-big .sidebar h3 {
  font-size: 25px;
}
.font-very-big .main-nav li a,
.font-very-big .sub-nav .title {
  font-size: 23px;
}
.font-very-big .sub-nav ul {
  font-size: 22px;
}
.font-very-big .calendar-time {
  font-size: 30px;
}
.font-very-big .event-item h2,
.font-very-big .content .ether h2 {
  font-size: 29px;
}
.font-very-big .content .ether time {
  font-size: 25px;
}
.font-very-big .gr-wrap label,
.font-very-big .gr-wrap textarea {
  font-size: 23px;
}
.font-very-big .grammar-heading {
  font-size: 26px;
}
.font-very-big .lp-top,
.font-very-big .lp-bottom {
  font-size: 23px;
}
.font-very-big .label-text {
  font-size: 21px;
}
.font-very-big .sidebar-calendar-week .sidebar-calendar-item {
  font-size: 21px;
}
.font-very-big .content-box h2 {
  font-size: 28px;
}
.font-very-big .album-list li {
  font-size: 22px;
}
.font-very-big .incut-congratulations,
.font-very-big .incut-congratulations p {
  font-size: 23px;
}
.font-very-big .main .table-grid td {
  font-size: 24px !important;
}
.font-very-big .schedule-intro {
  font-size: 30px;
}
.font-very-big .schedule-link-info {
  font-size: 26px;
}
.font-very-big .teachers-alphabet {
  font-size: 30px;
}
.font-very-big .schedule-group-item a {
  font-size: 23px;
}
.font-very-big .calendar-popup-date {
  font-size: 21px;
}
.font-very-big .preview-table:after {
  font-size: 30px;
}
.font-very-big .calendar-popup-close {
  font-size: 21px;
}
.font-very-big .calendar-popup-list li {
  font-size: 22px;
}
.font-very-big #cboxTitle {
  font-size: 22px;
}
.font-very-big #cboxCurrent {
  font-size: 22px;
}
.font-very-big .prev-slide,
.font-very-big .next-slide {
  font-size: 22px;
}
.font-very-big .sticky-nav {
  font-size: 24px;
}
.font-very-big .table-ratings {
  font-size: 26px;
}
.font-very-big .content .table-ratings {
  font-size: 24px;
}
.font-very-big .career-anchor-name {
  font-size: 26px;
}
.font-very-big .t-h-r-type {
  font-size: 22px;
}
.font-very-big .t-h-r-type .t-h-r-type-label {
  font-size: 18px;
}
.font-very-big .test-form input[type=submit],
.font-very-big .return-testing,
.font-very-big .profile-foreign-student input[type=submit],
.font-very-big .add-education {
  font-size: 23px;
}
.font-very-big .gallery-calendar-control {
  font-size: 22px;
}
.font-very-big .number-albums {
  font-size: 28px;
}
.font-very-big .gallery-album-catalog time {
  font-size: 22px;
}
.font-very-big .album-number-photos {
  font-size: 28px;
}
.font-very-big .main-news-block figure {
  font-size: 20px;
}
.font-very-big .content .category figcaption {
  font-size: 26px;
}
.font-very-big .novel-head-date {
  font-size: 28px;
}
.font-very-big .congratulations-gallery-title {
  font-size: 28px;
}
.font-very-big.accessibility .header .section-wrapper {
  display: flex;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 90px;
}
.font-very-big .header-illustr-link {
  float: left;
  margin-right: 10px;
}
.font-very-big .header-illustr {
  margin-right: 0;
}
.font-very-big .header .wrap-logo {
  display: flex;
  align-items: center;
  top: 0;
}
.font-very-big .logo {
  float: left;
}
.font-very-big .header .logo-title {
  overflow: hidden;
  margin-top: 0;
  max-width: 100%;
}
.font-very-big .header .site-special-version {
  top: auto;
  bottom: 40px;
}
.font-very-big .social-links {
  top: 10px;
  right: 180px;
  font-size: 26px;
}

.font-serif {
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
}
.font-serif h2, .font-serif h3, .font-serif h4, .font-serif h5, .font-serif h6,
.font-serif .header .logo-title,
.font-serif .block-content h2,
.font-serif .heading-link,
.font-serif .gallery-option,
.font-serif .content .ether h2,
.font-serif .content-box h2,
.font-serif .congratulations-gallery-title {
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
}

.font-sans-serif {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.font-sans-serif h2, .font-sans-serif h3, .font-sans-serif h4, .font-sans-serif h5, .font-sans-serif h6,
.font-sans-serif .header .logo-title,
.font-sans-serif .block-content h2,
.font-sans-serif .heading-link,
.font-sans-serif .gallery-option,
.font-sans-serif .content .ether h2,
.font-sans-serif .content-box h2,
.font-sans-serif .congratulations-gallery-title {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.spacing-medium {
  letter-spacing: 2px;
}

.spacing-big {
  letter-spacing: 3px;
}

.images-off {
  background: none !important;
}
.images-off img {
  display: none;
}
.images-off *,
.images-off *:after,
.images-off *:before {
  background-image: none !important;
}

.accessibility {
  padding-top: 46px;
  /** {
  	transition-property: font-size, color, background-color;
  	transition-duration: 0.4s;
  }*/
}
.accessibility .wrap-logo {
  top: 20px;
}
.accessibility .lp-wrap {
  top: 46px;
  margin-left: -300px;
}
.accessibility .sidebar-calendar-month {
  height: auto;
}
.accessibility .calendar-popup {
  z-index: 10;
}
.accessibility .calendar-popup-close a {
  font-size: 0;
}
.accessibility .calendar-popup-head {
  padding-top: 6px;
  padding-bottom: 6px;
}
.accessibility .header {
  height: auto;
}
.accessibility .header:after {
  position: absolute;
  right: 0;
  bottom: 40px;
  left: 0;
  z-index: 1;
  height: 2px;
  background: #365d84;
  content: "";
}
.accessibility .header .section-wrapper {
  padding-bottom: 75px;
}
.accessibility .nav-form {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 40px;
}
.accessibility .nav-form:after, .accessibility .nav-form:before {
  content: none;
}
.accessibility .wrap-search-field:after {
  content: none;
}
.accessibility .wrap-search-field input {
  margin: 0;
  width: 300px;
  height: 30px;
}
.accessibility .yandex-search {
  background-position: 16px 50% !important;
}
.accessibility .choice-fast-link {
  margin: 0;
  height: 28px;
}
.accessibility .site-special-version {
  top: 100px;
  right: 0;
  bottom: auto;
  left: auto;
}
.accessibility .nav {
  border-top: 2px solid #365d84;
  border-bottom: 2px solid #365d84;
}
.accessibility .nav:before, .accessibility .nav:after {
  height: 0;
}
.accessibility .sub-nav {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
.accessibility .sub-nav ul {
  float: none;
  margin: 0 0 20px;
  width: 100%;
  max-width: 100%;
}
.accessibility .sub-nav ul:last-child {
  margin-bottom: 0;
}
.accessibility .sub-nav li {
  position: relative;
  display: inline-block;
  margin: 0 0 5px;
  padding: 0;
  width: auto;
}
.accessibility .sub-nav li + li + li:before {
  display: inline-block;
  margin-left: 5px;
  margin-right: 10px;
  font-weight: 400 !important;
  content: "|";
}
.accessibility .sub-nav .title {
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.accessibility .sub-nav .selected {
  color: #000;
  background: transparent;
  font-weight: bold;
}
.accessibility .sub-nav .selected a {
  color: #000;
}
.accessibility .block-links {
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
  width: 930px;
}
.accessibility .block-links li {
  width: auto;
}
.accessibility .wrap-events-block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  margin: 0;
  padding: 0;
  width: auto;
  border: none;
}
.accessibility .wrap-events-block + .wrap-events-block {
  border-top: 1px solid #a0a0a0;
}
.accessibility .calendar-events-block time {
  float: left;
  width: 150px;
}
.accessibility .calendar-info {
  float: none;
  margin-left: 180px;
  width: auto;
}
.accessibility .lp-wrap-form input {
  float: none;
  display: block;
  width: 100%;
}
.accessibility .lp-in-t div {
  display: inline-block;
  float: none;
  margin-left: 5px;
  padding: 5px;
  width: auto;
  height: auto;
}
.accessibility .info-public-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  width: 33%;
}
.accessibility .wrap-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.accessibility .content {
  margin-bottom: 20px;
  order: 1;
}
.accessibility .sidebar,
.accessibility .sidebar-calendar-container {
  order: 2;
}
.accessibility .sidebar + .content,
.accessibility .sidebar-calendar-container + .content {
  width: 100%;
}
.accessibility .sidebar,
.accessibility .sidebar-calendar-container {
  float: none;
  width: auto;
  border-top: 2px solid #a1aebf;
}
.accessibility .sidebar:after {
  content: none;
}
.accessibility .sidebar h3 {
  padding-bottom: 25px;
  background: transparent;
  text-transform: uppercase;
  text-align: center;
}
.accessibility .sidebar-calendar {
  display: inline-block;
  margin-right: 20px;
  width: 230px;
  vertical-align: top;
}
.accessibility .news-block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding-right: 20px;
  width: 32.8%;
  background: transparent;
  vertical-align: top;
  text-align: center;
}
.accessibility .news-block img {
  float: none;
  margin-bottom: 10px;
}
.accessibility .news-block-text {
  clear: both;
}
.accessibility .footer-banner img,
.accessibility .footer-incut-pres img {
  margin: 0 3px;
}
.accessibility .grammar {
  order: 3;
}
.accessibility .content-box {
  margin-right: 70px;
}

.font-very-big .choice-fast-link {
  padding: 0;
}
.font-very-big .sub-nav ul {
  margin-bottom: 40px;
}
.font-very-big .sub-nav li {
  margin-bottom: 10px;
}
.font-very-big .sub-nav .title {
  margin-bottom: 20px;
}
.font-very-big .sub-nav .selected {
  background: #fff;
}
.font-very-big .lp-in-t div {
  margin-top: 20px;
}
.font-very-big .block-content h2 {
  height: 44px;
  line-height: 44px;
}
.font-very-big .main-news-block figure {
  width: 26%;
}
.font-very-big .sidebar-calendar {
  width: 260px;
}

.spacing-big .sidebar-calendar,
.spacing-medium .sidebar-calendar {
  width: 245px;
}

.font-very-big.spacing-big .wrap-logo,
.font-very-big.spacing-medium .wrap-logo {
  top: 28px;
}
.font-very-big.spacing-big .lp-wrap,
.font-very-big.spacing-medium .lp-wrap {
  margin-left: -350px;
  width: 240px;
}
.font-very-big.spacing-big .sidebar-calendar,
.font-very-big.spacing-medium .sidebar-calendar {
  width: 270px;
}

.accessibility[class*=color-] .gallery-album-catalog:after {
  content: none;
}
.accessibility[class*=color-] .wrap-search-field input {
  box-shadow: none;
  border-width: 1px;
  border-style: solid;
}
.accessibility[class*=color-] .color-white .sidebar h3,
.accessibility[class*=color-] .news-block time,
.accessibility[class*=color-] .sidebar-link-all {
  background: transparent;
}
.accessibility[class*=color-] .content ul li:after,
.accessibility[class*=color-] .sidebar-link-all.sidebar-archive-link:after {
  content: none;
}
.accessibility[class*=color-] .sidebar-link-all.sidebar-archive-link {
  border: none;
}

.color-white.congratulations-theme .nav,
.color-white .sidebar-calendar-day .sidebar-calendar-cell, .color-white.congratulations-theme .outer-wrap:after,
.color-white .sidebar-calendar,
.color-white .incut-block,
.color-white .wrap-field:nth-child(2n),
.color-white .result-test .contrast,
.color-white .test-type-profession:nth-child(2n) .test-type-profession-info,
.color-white .profile-foreign-block:nth-child(2n),
.color-white .gallery-nav,
.color-black.congratulations-theme .nav,
.color-black .sidebar-calendar-day .sidebar-calendar-cell,
.color-black.congratulations-theme .outer-wrap:after,
.color-black .sidebar-calendar,
.color-black .incut-block,
.color-black .wrap-field:nth-child(2n),
.color-black .result-test .contrast,
.color-black .test-type-profession:nth-child(2n) .test-type-profession-info,
.color-black .profile-foreign-block:nth-child(2n),
.color-black .gallery-nav,
.color-blue.congratulations-theme .nav,
.color-blue .sidebar-calendar-day .sidebar-calendar-cell,
.color-blue.congratulations-theme .outer-wrap:after,
.color-blue .sidebar-calendar,
.color-blue .incut-block,
.color-blue .wrap-field:nth-child(2n),
.color-blue .result-test .contrast,
.color-blue .test-type-profession:nth-child(2n) .test-type-profession-info,
.color-blue .profile-foreign-block:nth-child(2n),
.color-blue .gallery-nav,
.color-green.congratulations-theme .nav,
.color-green .sidebar-calendar-day .sidebar-calendar-cell,
.color-green.congratulations-theme .outer-wrap:after,
.color-green .sidebar-calendar,
.color-green .incut-block,
.color-green .wrap-field:nth-child(2n),
.color-green .result-test .contrast,
.color-green .test-type-profession:nth-child(2n) .test-type-profession-info,
.color-green .profile-foreign-block:nth-child(2n),
.color-green .gallery-nav,
.color-brown.congratulations-theme .nav,
.color-brown .sidebar-calendar-day .sidebar-calendar-cell,
.color-brown.congratulations-theme .outer-wrap:after,
.color-brown .sidebar-calendar,
.color-brown .incut-block,
.color-brown .wrap-field:nth-child(2n),
.color-brown .result-test .contrast,
.color-brown .test-type-profession:nth-child(2n) .test-type-profession-info,
.color-brown .profile-foreign-block:nth-child(2n),
.color-brown .gallery-nav {
  background: none;
}
.color-white .weekend,
.color-black .weekend,
.color-blue .weekend,
.color-green .weekend,
.color-brown .weekend {
  font-weight: bold;
}
.color-white .social-links__link:hover,
.color-black .social-links__link:hover,
.color-blue .social-links__link:hover,
.color-green .social-links__link:hover,
.color-brown .social-links__link:hover {
  color: inherit;
}

.color-standard .wrap-search-field input,
.color-standard .choice-fast-link {
  border-color: #365d84;
}

.color-black {
  color: #000;
  background: #fff;
}
.color-black .header,
.color-black .lp-top,
.color-black .main-page-wrap,
.color-black .wrap-block-links,
.color-black .footer-nav,
.color-black .outer-wrap,
.color-black .content .incut-congratulations,
.color-black .nav {
  background: #fff;
}
.color-black .logo-title,
.color-black .lp-top,
.color-black input[type=text],
.color-black input[type=password],
.color-black input[type=email],
.color-black textarea,
.color-black select,
.color-black h2, .color-black h3, .color-black h4, .color-black h5, .color-black h6,
.color-black .sub-nav .title,
.color-black .breadcrumbs,
.color-black .news-block time,
.color-black .content .incut-congratulations,
.color-black .sidebar-calendar-week .sidebar-calendar-item,
.color-black .number-albums,
.color-black .gallery-album-catalog time,
.color-black .number-photos,
.color-black .sidebar-link-all a {
  color: #000;
}
.color-black .accent-default {
  color: #000 !important;
}
.color-black .header:after,
.color-black .lp-wrap,
.color-black .lp-in-t div,
.color-black .main-nav li.selected,
.color-black .main-nav li.active,
.color-black .main-nav li.selected:before,
.color-black .main-nav li.active:before,
.color-black .main-nav li.active:hover,
.color-black .block-content h2,
.color-black .content .gallery-nav .active,
.color-black .sidebar-calendar-month,
.color-black .main-nav li.selected:hover,
.color-black .site-special-version {
  background: #000;
}
.color-black .block-content h2,
.color-black .block-content h2 a,
.color-black .sidebar-calendar-month a,
.color-black .content .gallery-nav .active,
.color-black .site-special-version {
  color: #fff;
}
.color-black .main-nav li:hover {
  background: #E4E4E4;
}
.color-black input[type=text],
.color-black input[type=password],
.color-black input[type=email],
.color-black textarea,
.color-black select,
.color-black .sub-nav,
.color-black .ads-block,
.color-black .info-public,
.color-black .calendar-events,
.color-black .wrap-search-field input,
.color-black .sidebar,
.color-black .gallery-album-photos a:hover:after,
.color-black .nav,
.color-black .content .incut-congratulations li span,
.color-black .carousel-item-img,
.color-black .carousel-container .carousel-item {
  border-color: #000;
}
.color-black .sidebar h3 {
  color: #000;
}
.color-black .wrap-block-links:after,
.color-black .footer:after {
  content: none;
}
.color-black a {
  color: #195183;
}
.color-black .lp-top {
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}
.color-black .wrap-block-links,
.color-black .footer-nav {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.color-white {
  color: #fff;
  background: #000;
}
.color-white .site-special-version:before {
  background-image: url("../images/svg/icon-eye_black.svg");
}
.color-white .header,
.color-white .lp-top,
.color-white .main-page-wrap,
.color-white .wrap-block-links,
.color-white .footer-nav,
.color-white .outer-wrap,
.color-white .nav,
.color-white .site-special-version,
.color-white .content .incut-congratulations {
  background: #000;
}
.color-white .logo-title,
.color-white .lp-top,
.color-white input[type=text],
.color-white input[type=password],
.color-white input[type=email],
.color-white textarea,
.color-white select,
.color-white h2, .color-white h3, .color-white h4, .color-white h5, .color-white h6,
.color-white .sub-nav .title,
.color-white .nav a,
.color-white .lang a,
.color-white .lp-wrap-form a,
.color-white .breadcrumbs,
.color-white .news-block time,
.color-white .content .incut-congratulations,
.color-white .sidebar-calendar-week .sidebar-calendar-item,
.color-white .number-albums,
.color-white .gallery-album-catalog time,
.color-white .number-photos,
.color-white .sidebar-link-all a {
  color: #fff;
}
.color-white .accent-default {
  color: #fff !important;
}
.color-white .content .incut-congratulations li span,
.color-white .carousel-item-img,
.color-white .carousel-container .carousel-item {
  border-color: #fff;
}
.color-white .header:after,
.color-white .lp-wrap,
.color-white .lp-in-t div,
.color-white .block-content h2,
.color-white .content .gallery-nav .active,
.color-white .sidebar-calendar-month,
.color-white .site-special-version {
  background: #fff;
}
.color-white .main-nav li.selected,
.color-white .main-nav li.active,
.color-white .main-nav li.selected:before,
.color-white .main-nav li.active:before,
.color-white .main-nav li.active:hover {
  background: #000;
}
.color-white .main-nav li.selected a,
.color-white .main-nav li.active a,
.color-white .main-nav li.selected:before a,
.color-white .main-nav li.active:before a,
.color-white .main-nav li.active:hover a {
  color: #fff;
}
.color-white .main-nav li:hover {
  color: #000;
  background: #fff;
}
.color-white .main-nav li:hover a {
  color: #000;
}
.color-white .main-nav .active:hover a {
  color: #fff;
}
.color-white .block-links a:hover,
.color-white .sidebar-calendar-month a,
.color-white .content .gallery-nav .active,
.color-white .site-special-version {
  color: #000;
}
.color-white .block-content h2,
.color-white .block-content h2 a,
.color-white .lp-bottom,
.color-white .lp-btn,
.color-white input[type=text],
.color-white input[type=password],
.color-white input[type=email],
.color-white textarea,
.color-white select {
  color: #000;
}
.color-white input[type=text],
.color-white input[type=password],
.color-white input[type=email],
.color-white textarea,
.color-white select,
.color-white .sub-nav,
.color-white .ads-block,
.color-white .info-public,
.color-white .calendar-events,
.color-white .wrap-search-field input,
.color-white .sidebar,
.color-white .gallery-album-photos a:hover:after,
.color-white .nav {
  border-color: #fff;
}
.color-white .sidebar h3 {
  color: #fff;
}
.color-white .wrap-block-links:after,
.color-white .footer:after {
  content: none;
}
.color-white a {
  color: #fff;
}
.color-white .lp-top {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.color-white .wrap-block-links,
.color-white .footer-nav {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.color-blue {
  color: #063462;
  background: #9dd1ff;
}
.color-blue .site-special-version:before {
  background-image: url("../images/svg/icon-eye_blue.svg");
}
.color-blue .header,
.color-blue .lp-top,
.color-blue .main-page-wrap,
.color-blue .wrap-block-links,
.color-blue .footer-nav,
.color-blue .outer-wrap,
.color-blue .nav,
.color-blue .site-special-version,
.color-blue input[type=text],
.color-blue input[type=password],
.color-blue input[type=email],
.color-blue textarea,
.color-blue select,
.color-blue .wrap-search-field input,
.color-blue .content .incut-congratulations,
.color-blue .nav {
  background: #9dd1ff;
}
.color-blue .yandex-search {
  background-position: -200px -200px !important;
}
.color-blue .logo-title,
.color-blue .lp-top,
.color-blue input[type=text],
.color-blue input[type=password],
.color-blue input[type=email],
.color-blue textarea,
.color-blue select,
.color-blue h2, .color-blue h3, .color-blue h4, .color-blue h5, .color-blue h6,
.color-blue .sub-nav .title,
.color-blue .nav a,
.color-blue .lang a,
.color-blue .lp-wrap-form a,
.color-blue .grammar,
.color-blue .calendar-events-block time,
.color-blue .ads-block-content time,
.color-blue .info-public-content time,
.color-blue .main-news-block time,
.color-blue .main-nav li.selected a,
.color-blue .main-nav li.active a,
.color-blue .breadcrumbs,
.color-blue .news-block time,
.color-blue .content .incut-congratulations,
.color-blue .sidebar-calendar-week .sidebar-calendar-item,
.color-blue .number-albums,
.color-blue .gallery-album-catalog time,
.color-blue .number-photos,
.color-blue .sidebar-link-all a {
  color: #063462;
}
.color-blue .accent-default {
  color: #063462 !important;
}
.color-blue .content .incut-congratulations li span,
.color-blue .carousel-item-img,
.color-blue .carousel-container .carousel-item {
  border-color: #063462;
}
.color-blue .header:after,
.color-blue .lp-wrap,
.color-blue .lp-in-t div,
.color-blue .block-content h2,
.color-blue .content .gallery-nav .active,
.color-blue .sidebar-calendar-month,
.color-blue .site-special-version {
  background: #063462;
}
.color-blue .main-nav li.selected,
.color-blue .main-nav li.active,
.color-blue .main-nav li.selected:before,
.color-blue .main-nav li.active:before,
.color-blue .main-nav li.active:hover {
  border: none;
  color: #063462;
  background: #9dd1ff;
  font-weight: bold;
  content: none;
}
.color-blue .main-nav a {
  text-decoration: underline;
}
.color-blue .main-nav a:hover {
  text-decoration: none;
}
.color-blue .main-nav li:hover {
  background: #9dd1ff;
}
.color-blue .block-content h2,
.color-blue .block-content h2 a,
.color-blue .lp-bottom,
.color-blue .lp-btn,
.color-blue .sidebar-calendar-month a,
.color-blue .content .gallery-nav .active,
.color-blue .site-special-version {
  color: #9dd1ff;
}
.color-blue input[type=text],
.color-blue input[type=password],
.color-blue input[type=email],
.color-blue textarea,
.color-blue select,
.color-blue .sub-nav,
.color-blue .ads-block,
.color-blue .info-public,
.color-blue .calendar-events,
.color-blue .wrap-search-field input,
.color-blue .sidebar,
.color-blue .gallery-album-photos a:hover:after,
.color-blue .nav, .color-blue.accessibility .wrap-events-block + .wrap-events-block {
  border-color: #063462;
}
.color-blue .sidebar h3 {
  color: #063462;
}
.color-blue .wrap-block-links:after,
.color-blue .footer:after {
  content: none;
}
.color-blue a {
  color: #063462;
}
.color-blue .lp-top {
  border-right: 1px solid #063462;
  border-left: 1px solid #063462;
}
.color-blue .wrap-block-links,
.color-blue .footer-nav {
  border-top: 2px solid #063462;
  border-bottom: 2px solid #063462;
}

.color-brown {
  color: #4d4b43;
  background: #f7f3d6;
}
.color-brown .site-special-version:before {
  background-image: url("../images/svg/icon-eye_brown.svg");
}
.color-brown .header,
.color-brown .lp-top,
.color-brown .main-page-wrap,
.color-brown .wrap-block-links,
.color-brown .footer-nav,
.color-brown .outer-wrap,
.color-brown .nav,
.color-brown .site-special-version,
.color-brown input[type=text],
.color-brown input[type=password],
.color-brown input[type=email],
.color-brown textarea,
.color-brown select,
.color-brown .wrap-search-field input,
.color-brown .content .incut-congratulations {
  background: #f7f3d6;
}
.color-brown .yandex-search {
  background-position: -200px -200px !important;
}
.color-brown .logo-title,
.color-brown .lp-top,
.color-brown input[type=text],
.color-brown input[type=password],
.color-brown input[type=email],
.color-brown textarea,
.color-brown select,
.color-brown h2, .color-brown h3, .color-brown h4, .color-brown h5, .color-brown h6,
.color-brown .sub-nav .title,
.color-brown .nav a,
.color-brown .lang a,
.color-brown .lp-wrap-form a,
.color-brown .grammar,
.color-brown .calendar-events-block time,
.color-brown .ads-block-content time,
.color-brown .info-public-content time,
.color-brown .main-news-block time,
.color-brown .main-nav li.selected a,
.color-brown .main-nav li.active a,
.color-brown .breadcrumbs,
.color-brown .news-block time,
.color-brown .content .incut-congratulations,
.color-brown .sidebar-calendar-week .sidebar-calendar-item,
.color-brown .number-albums,
.color-brown .gallery-album-catalog time,
.color-brown .number-photos,
.color-brown .sidebar-link-all a {
  color: #4d4b43;
}
.color-brown .accent-default {
  color: #4d4b43 !important;
}
.color-brown .header:after,
.color-brown .lp-wrap,
.color-brown .lp-in-t div,
.color-brown .block-content h2,
.color-brown .content .gallery-nav .active,
.color-brown .sidebar-calendar-month,
.color-brown .site-special-version {
  background: #4d4b43;
}
.color-brown .carousel-item-img,
.color-brown .carousel-container .carousel-item {
  border-color: #4d4b43;
}
.color-brown .main-nav li.selected,
.color-brown .main-nav li.active,
.color-brown .main-nav li.selected:before,
.color-brown .main-nav li.active:before,
.color-brown .main-nav li.active:hover {
  border: none;
  color: #4d4b43;
  background: #f7f3d6;
  font-weight: bold;
  content: none;
}
.color-brown .main-nav a {
  text-decoration: underline;
}
.color-brown .main-nav a:hover {
  text-decoration: none;
}
.color-brown .main-nav li:hover {
  background: #f7f3d6;
}
.color-brown .block-content h2,
.color-brown .block-content h2 a,
.color-brown .lp-bottom,
.color-brown .lp-btn,
.color-brown .sidebar-calendar-month a,
.color-brown .content .gallery-nav .active,
.color-brown .site-special-version {
  color: #f7f3d6;
}
.color-brown input[type=text],
.color-brown input[type=password],
.color-brown input[type=email],
.color-brown textarea,
.color-brown select,
.color-brown .sub-nav,
.color-brown .ads-block,
.color-brown .info-public,
.color-brown .calendar-events,
.color-brown .wrap-search-field input,
.color-brown .sidebar,
.color-brown .gallery-album-photos a:hover:after,
.color-brown .nav, .color-brown.accessibility .wrap-events-block + .wrap-events-block {
  border-color: #4d4b43;
}
.color-brown .sidebar h3 {
  color: #4d4b43;
}
.color-brown .wrap-block-links:after,
.color-brown .footer:after {
  content: none;
}
.color-brown a {
  color: #4d4b43;
}
.color-brown .lp-top {
  border-right: 1px solid #4d4b43;
  border-left: 1px solid #4d4b43;
}
.color-brown .wrap-block-links,
.color-brown .footer-nav {
  border-top: 2px solid #4d4b43;
  border-bottom: 2px solid #4d4b43;
}

.color-green {
  color: #a9e44d;
  background: #3b2716;
}
.color-green .site-special-version:before {
  background-image: url("../images/svg/icon-eye_green.svg");
}
.color-green .header,
.color-green .lp-top,
.color-green .main-page-wrap,
.color-green .wrap-block-links,
.color-green .footer-nav,
.color-green .outer-wrap,
.color-green .nav,
.color-green .site-special-version,
.color-green input[type=text],
.color-green input[type=password],
.color-green input[type=email],
.color-green textarea,
.color-green select,
.color-green .wrap-search-field input,
.color-green .content .incut-congratulations,
.color-green .sidebar-calendar-month {
  background: #3b2716;
}
.color-green .yandex-search {
  background-position: -200px -200px !important;
}
.color-green .logo-title,
.color-green .lp-top,
.color-green input[type=text],
.color-green input[type=password],
.color-green input[type=email],
.color-green textarea,
.color-green select,
.color-green h2, .color-green h3, .color-green h4, .color-green h5, .color-green h6,
.color-green .sub-nav .title,
.color-green .nav a,
.color-green .lang a,
.color-green .lp-wrap-form a,
.color-green .grammar,
.color-green .calendar-events-block time,
.color-green .ads-block-content time,
.color-green .info-public-content time,
.color-green .main-news-block time,
.color-green .main-nav li.selected a,
.color-green .main-nav li.active a,
.color-green .breadcrumbs,
.color-green .news-block time,
.color-green .content .incut-congratulations,
.color-green .sidebar-calendar-week .sidebar-calendar-item,
.color-green .number-albums,
.color-green .gallery-album-catalog time,
.color-green .number-photos,
.color-green .sidebar-link-all a {
  color: #a9e44d;
}
.color-green .accent-default {
  color: #a9e44d !important;
}
.color-green .carousel-item-img,
.color-green .carousel-container .carousel-item {
  border-color: #a9e44d;
}
.color-green .header:after,
.color-green .lp-wrap,
.color-green .lp-in-t div,
.color-green .block-content h2,
.color-green .content .gallery-nav .active,
.color-green .sidebar-calendar-month,
.color-green .site-special-version {
  background: #a9e44d;
}
.color-green .main-nav li.selected,
.color-green .main-nav li.active,
.color-green .main-nav li.selected:before,
.color-green .main-nav li.active:before,
.color-green .main-nav li.active:hover {
  border: none;
  color: #a9e44d;
  background: #3b2716;
  font-weight: bold;
  content: none;
}
.color-green .main-nav a {
  text-decoration: underline;
}
.color-green .main-nav a:hover {
  text-decoration: none;
}
.color-green .main-nav li:hover {
  background: #3b2716;
}
.color-green .block-content h2,
.color-green .block-content h2 a,
.color-green .lp-bottom,
.color-green .lp-btn,
.color-green .sidebar-calendar-month a,
.color-green .content .gallery-nav .active,
.color-green .site-special-version {
  color: #3b2716;
}
.color-green input[type=text],
.color-green input[type=password],
.color-green input[type=email],
.color-green textarea,
.color-green select,
.color-green .sub-nav,
.color-green .ads-block,
.color-green .info-public,
.color-green .calendar-events,
.color-green .wrap-search-field input,
.color-green .sidebar,
.color-green .gallery-album-photos a:hover:after,
.color-green .nav, .color-green.accessibility .wrap-events-block + .wrap-events-block {
  border-color: #a9e44d;
}
.color-green .sidebar h3 {
  color: #a9e44d;
}
.color-green .wrap-block-links:after,
.color-green .footer:after {
  content: none;
}
.color-green a {
  color: #a9e44d;
}
.color-green .lp-top {
  border-right: 1px solid #a9e44d;
  border-left: 1px solid #a9e44d;
}
.color-green .wrap-block-links,
.color-green .footer-nav {
  border-top: 2px solid #a9e44d;
  border-bottom: 2px solid #a9e44d;
}

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