@charset "UTF-8";
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@font-face {
  font-family: 'gotham_probold';
  src: url("../fonts/gotham_pro/gothamprobold-webfont.eot");
  src: url("../fonts/gotham_pro/gothamprobold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham_pro/gothamprobold-webfont.woff2") format("woff2"), url("../fonts/gotham_pro/gothamprobold-webfont.woff") format("woff"), url("../fonts/gotham_pro/gothamprobold-webfont.ttf") format("truetype"); }

@font-face {
  font-family: 'arimoregular';
  src: url("../fonts/arimo/arimo-regular-webfont.eot");
  src: url("../fonts/arimo/arimo-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/arimo/arimo-regular-webfont.woff2") format("woff2"), url("../fonts/arimo/arimo-regular-webfont.woff") format("woff"), url("../fonts/arimo/arimo-regular-webfont.ttf") format("truetype"); }

@font-face {
  font-family: 'arimobold';
  src: url("../fonts/arimo-bold/arimo-bold-webfont.eot");
  src: url("../fonts/arimo-bold/arimo-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/arimo-bold/arimo-bold-webfont.woff2") format("woff2"), url("../fonts/arimo-bold/arimo-bold-webfont.woff") format("woff"), url("../fonts/arimo-bold/arimo-bold-webfont.ttf") format("truetype"); }

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

/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
.ui-widget-content {
  background: #ffffff;
  border: 1px solid #000000; }

.ui-corner-all {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.ui-datepicker select.ui-datepicker-month {
  color: #000000; }

.ui-widget-header {
  background: #2C3D7A;
  border: none; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #d4f0f9; }

.ui-datepicker-trigger {
  margin-right: 10px;
  margin-bottom: 5px;
  cursor: pointer; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover {
  border: none;
  background: #2C3D7A; }

.ui-state-default, .ui-widget-content .ui-state-default {
  background: #ffffff;
  border: 1px solid #fff; }

.ui-state-default, .ui-widget-content .ui-state-hover {
  border-color: #cccccc; }

.ui-datepicker-year {
  color: #fff; }

.vz .ui-datepicker-year {
  color: #000; }

.chosen-container {
  width: 100% !important; }

.chosen-search {
  width: 100%; }

.chosen-container-single .chosen-single {
  background: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 6px 0 0 10px;
  height: 38px;
  font-size: 15px;
  box-shadow: none; }

.chosen-container-single .chosen-drop {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.chosen-container .chosen-results li.active-result {
  font-size: 15px; }

.chosen-container .chosen-results li.highlighted {
  background: #ebf8fc;
  color: #000000; }

.chosen-container-active.chosen-with-drop .chosen-single {
  background: #ffffff; }

.chosen-container-single .chosen-single div {
  top: 7px; }

.chosen-container .chosen-results {
  border-top: 1px solid #aaa;
  margin-right: 0;
  padding-left: 0; }

.vz-adv-search-form .chosen-container-active.chosen-with-drop .chosen-single,
.vz-adv-search-form .chosen-container-single .chosen-single {
  background: #eff2f7;
  background: -moz-linear-gradient(top, #eff2f7 0%, #c4c7ca 100%);
  background: -webkit-linear-gradient(top, #eff2f7 0%, #c4c7ca 100%);
  background: linear-gradient(to bottom, #eff2f7 0%, #c4c7ca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eff2f7', endColorstr='#c4c7ca', GradientType=0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  height: 25px;
  padding: 0 0 0 8px;
  border: none; }

.vz-adv-search-form .chosen-container-active .chosen-single {
  border: none; }

.vz-adv-search-form .chosen-container-active.chosen-with-drop .chosen-single div,
.vz-adv-search-form .chosen-container-single .chosen-single div {
  background: #19b5e8;
  background: -moz-linear-gradient(top, #19b5e8 0%, #0a6f90 100%);
  background: -webkit-linear-gradient(top, #19b5e8 0%, #0a6f90 100%);
  background: linear-gradient(to bottom, #19b5e8 0%, #0a6f90 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19b5e8', endColorstr='#0a6f90', GradientType=0);
  top: 0;
  width: 25px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.vz-adv-search-form .vz-adv-search-form .chosen-container-single .chosen-single div b {
  background: none !important; }

.vz-adv-search-form .chosen-container-single .chosen-single div b {
  background: none !important;
  position: relative; }
  .vz-adv-search-form .chosen-container-single .chosen-single div b:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    top: 10px;
    left: 8px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms; }

.vz-adv-search-form .chosen-container-active.chosen-with-drop .chosen-single div b:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.vz-adv-search-form .chosen-container.chosen-with-drop .chosen-drop {
  background: #eceef3; }

.vz-adv-search-form .chosen-container .chosen-results li.highlighted {
  background: #bcd1f3; }

.ta-r {
  text-align: right; }

.f-r {
  float: right; }

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
html,
body {
  font: 12px arimoregular, sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%; }

ul,
li {
  list-style: none; }

a {
  text-decoration: none; }

b {
  font-family: arimobold, sans-serif;
  font-weight: 100; }

.page-layout {
  max-width: 1400px;
  margin: auto;
  padding: 0 10px;
  min-width: 300px; }

.content-layout {
  position: relative;
  overflow: hidden; }

.main-layout {
  margin: 0 0 0 212px; }

.header {
  position: relative; }
  .header a {
    text-decoration: none; }

.header-topbanner__wrap {
  position: relative;
  height: 70px;
  overflow: hidden;
  margin: 0 -10px; }

.header-topbanner__button {
  background-image: url(../img/sprites-all.png);
  background-position: -96px -84px;
  width: 19px;
  height: 19px;
  left: 0;
  bottom: 0;
  position: absolute;
  margin: 0 0 5px 5px; }
  .header-topbanner__button:hover {
    background-image: url(../img/sprites-all.png);
    background-position: -69px -84px;
    width: 19px;
    height: 19px; }

.top-close {
  background-image: url(../img/sprites-all.png);
  background-position: -123px -84px;
  width: 19px;
  height: 19px; }
  .top-close:hover {
    background-image: url(../img/sprites-all.png);
    background-position: -42px -84px;
    width: 19px;
    height: 19px; }

.header__wraper {
  margin: 10px 0; }

.header-education {
  float: left;
  width: 50%;
  margin-top: 11px; }

.feather-logo {
  float: left;
  margin-top: -5px;
  margin-right: -5px;
  background: url(../img/header-log.png) center;
  width: 57px;
  height: 50px; }
  @media (-webkit-min-device-pixel-ratio: 2) {
    .feather-logo {
      background-image: url(../img/header-log-2x.png);
      background-size: cover;
      height: 55px; } }
  .feather-logo span {
    display: block;
    width: 27px;
    height: 7px; }
  .feather-logo .flag-white {
    background: #f0f0f0; }
  .feather-logo .flag-blue {
    background: #0039a6; }
  .feather-logo .flag-red {
    background: #d52b1e; }

.header-education__flag {
  float: left; }
  .header-education__flag span {
    display: block;
    width: 27px;
    height: 7px; }
  .header-education__flag .flag-white {
    background: #f0f0f0; }
  .header-education__flag .flag-blue {
    background: #0039a6; }
  .header-education__flag .flag-red {
    background: #d52b1e; }

.header-education__rus-edu {
  padding-left: 20px; }
  .header-education__rus-edu h1 {
    padding-top: 4px;
    color: #000000;
    font: 30px/30px gotham_probold, sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.08em;
    margin: 0;
    float: left; }
    .header-education__rus-edu h1 span {
      display: block;
      font: 18px arimobold, sans-serif;
      letter-spacing: normal; }

.header-menu {
  float: right; }
  .header-menu li {
    display: inline-block;
    vertical-align: middle; }

.header-menu__enter {
  position: relative;
  margin: 12px 0; }
  .header-menu__enter a {
    font: 12px gotham_probold, sans-serif;
    color: #ffffff;
    text-transform: uppercase; }
    .header-menu__enter a:hover div {
      background: #07b36d; }
    .header-menu__enter a:active div {
      -webkit-box-shadow: inset 0 0 7px #07562a;
      -moz-box-shadow: inset 0 0 7px #07562a;
      box-shadow: inset 0 0 7px #07562a; }
  .header-menu__enter div {
    background: #079e59;
    display: table-cell;
    vertical-align: middle;
    padding: 9px 19px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms; }

.header-menu__authorized {
  vertical-align: middle; }

.authorized__login {
  padding-left: 10px; }
  .authorized__login a {
    width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #23b0de;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    font: 14px gotham_probold, sans-serif; }
    .authorized__login a:hover {
      color: #4fc0e5; }
    .authorized__login a:active {
      color: #1b8eb3; }

.authorized__avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  width: 65px;
  height: 65px; }

.userpic {
  width: 65px;
  height: 65px;
  overflow: hidden;
  background-position: center; }

.authorized__logout a {
  font: 12px gotham_probold, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 20px;
  background: #b0b0b0;
  margin-left: 10px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }
  .authorized__logout a:hover {
    background: #979797; }
  .authorized__logout a:active {
    background: #fff;
    color: #b0b0b0;
    -webkit-box-shadow: inset 0 0 7px #808080;
    -moz-box-shadow: inset 0 0 7px #808080;
    box-shadow: inset 0 0 7px #808080; }

.header-menu__log-icon {
  border-right: 1px solid #fff; }

.header-menu__search {
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle; }
  .header-menu__search a {
    display: block;
    padding: 10px 20px; }

.header-menu__search-icon {
  background-image: url(../img/sprites-all.png);
  background-position: -181px -76px;
  width: 22px;
  height: 21px; }

li.header-menu__mobile-menu-button {
  display: none;
  cursor: pointer;
  position: absolute;
  left: 0;
  padding: 10px;
  margin-left: 15px;
  background: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }
  li.header-menu__mobile-menu-button span {
    margin: auto;
    display: block;
    width: 19px;
    height: 2px;
    background: #171437; }
  li.header-menu__mobile-menu-button span + span {
    margin-top: 2px; }
  li.header-menu__mobile-menu-button:hover {
    background: #F1FCFF; }
  li.header-menu__mobile-menu-button:active {
    background: #4fc0e5; }
    li.header-menu__mobile-menu-button:active span {
      background: #fff; }
  @media screen and (max-width: 1024px) {
    li.header-menu__mobile-menu-button {
      bottom: 10px; } }
  @media screen and (max-width: 550px) {
    li.header-menu__mobile-menu-button {
      position: relative;
      bottom: 0;
      width: 100%;
      margin-left: 0;
      margin-top: 30px; } }

.header__mobile-menu {
  display: none;
  text-align: center;
  background: #F3F3F3; }
  .header__mobile-menu li + li {
    border-top: 1px dashed #e6e3ff; }
  .header__mobile-menu a {
    color: #000;
    font-size: 15px;
    padding: 10px 0;
    display: block; }
    .header__mobile-menu a:hover {
      background: #f6fcff; }

.header__search-container {
  display: none;
  background: #f6f6f6; }

.header__search {
  float: right;
  margin: 20px 20px 30px; }
  .header__search label {
    color: #b3b3b3; }

.header__search-field {
  border: 1px solid #d8d8d8;
  font-size: 14px;
  padding: 10px 10px;
  width: 400px; }

.header__search-submit {
  color: #ffffff;
  background: #191b1f;
  border: 1px solid #191b1f;
  padding: 10px 20px;
  font-size: 14px;
  margin-left: 20px; }
  .header__search-submit:hover {
    background: #3b4049; }
  .header__search-submit:active {
    background: #fff;
    color: #000; }

.weather-widget {
  font-size: 14px;
  position: relative;
  left: 74px;
  bottom: -1px;
  color: #171d38; }
  .weather-widget i {
    display: inline-block; }
  @media screen and (max-width: 1024px) {
    .weather-widget {
      left: 0; } }

.weather-widget__city,
.weather-widget__time {
  padding-right: 20px; }

.header-menu__currency-widget {
  color: #171d38;
  font-size: 12px; }
  .header-menu__currency-widget td {
    text-align: right;
    padding: 1px;
    font-size: 12px; }
  .header-menu__currency-widget th {
    text-align: center;
    font-weight: normal;
    padding: 2px;
    font-size: 12px; }

td.pr5 {
  padding-right: 5px; }

.curr-fall {
  color: #12aa0f; }

.curr-rice {
  color: #f60d23; }

.currency-widget__up-arrow {
  color: #12aa0f;
  padding: 0 15px 0 5px;
  position: relative;
  top: -2px; }

.currency-widget__down-arrow {
  color: #f60d23;
  padding: 0 15px 0 5px;
  position: relative;
  top: -3px; }

.n-header-menu__inner {
  margin: 13px 10px 10px 0; }

.mobile-login {
  display: none;
  -webkit-box-shadow: 0 1px 3px #D4D4D4;
  -moz-box-shadow: 0 1px 3px #D4D4D4;
  box-shadow: 0 1px 3px #D4D4D4;
  margin-bottom: 10px;
  text-align: right;
  padding: 10px 20px;
  font-size: 14px;
  color: #949494; }
  @media screen and (max-width: 850px) {
    .mobile-login {
      display: block; } }

.mobile-login__user {
  margin-right: 10px;
  color: #1b8eb3;
  border-bottom: 1px dotted #23b0de; }

.mobile-login__exit {
  color: #949494;
  margin-left: 10px; }

.weather {
  background-image: url(../img/weather.png);
  background-repeat: no-repeat;
  display: block; }

.weather-clear {
  width: 26px;
  height: 26px;
  background-position: -5px -5px;
  margin-bottom: -8px; }

.weather-cloudy {
  width: 26px;
  height: 26px;
  background-position: -41px -5px;
  margin-bottom: -8px; }

.weather-fog {
  width: 26px;
  height: 26px;
  background-position: -5px -41px;
  margin-bottom: -8px; }

.weather-rain {
  width: 26px;
  height: 26px;
  background-position: -41px -41px;
  margin-bottom: -8px; }

.weather-snow {
  width: 26px;
  height: 26px;
  background-position: -77px -5px;
  margin-bottom: -8px; }

.weather-thunderstorm {
  width: 26px;
  height: 26px;
  background-position: -77px -41px;
  margin-bottom: -8px; }

.weather-wind {
  width: 26px;
  height: 26px;
  background-position: -5px -77px;
  margin-bottom: -8px; }

@media screen and (max-width: 1024px) {
  li.header-menu__mobile-menu-button {
    display: block; }
  .header-menu,
  .header-education {
    float: none;
    width: 100%;
    text-align: center;
    position: relative; }
  .header-menu {
    margin-top: 15px; }
  .header-menu__inner,
  .header-education__inner {
    display: inline-block; }
  .header-education__rus-edu {
    padding-left: 0; }
  .header-menu__search {
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .header__wraper {
    margin: 10px 0 0; }
  .authorized__login {
    text-align: left; }
  .header-menu__enter {
    margin: 0; } }

@media screen and (max-width: 850px) {
  .header-menu__mobile-menu-button {
    display: block; }
  .header-topbanner__wrap {
    display: none; }
  .header__search {
    margin: 30px 20px 20px;
    text-align: center;
    float: none; }
  .header__search-field {
    width: 70%;
    margin-bottom: 20px; } }

@media screen and (max-width: 550px) {
  .header-education__rus-edu h1 {
    float: none; }
  .feather-logo {
    float: none;
    display: inline-block;
    margin: 0; }
  li.authorized__logout {
    display: block;
    margin: 20px 0; }
  .n-header-menu__inner {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0; }
  .header-menu__inner {
    display: block; } }

@media screen and (max-width: 450px) {
  .header__search-field {
    width: 100%; } }

@media screen and (max-width: 400px) {
  .header-menu__enter,
  .header-menu__authorized {
    margin-top: 70px; } }

ul {
  margin: 0;
  padding: 0; }

.sidebar {
  position: absolute;
  width: 212px;
  top: 0;
  bottom: 0;
  background: #191b1f;
  padding: 20px 10px 0; }

.side-navi li + li {
  margin-top: 10px; }

.side-navi a {
  color: #C1C9D6;
  display: block;
  padding-left: 30px;
  text-decoration: none;
  font: 13px arimoregular, sans-serif;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }
  .side-navi a:hover {
    color: #23b0de; }

.side-navi__abitur {
  position: relative; }
  .side-navi__abitur:before {
    content: '';
    position: absolute;
    background-image: url(../img/sprites-all.png);
    background-position: -48px -184px;
    width: 16px;
    height: 18px;
    left: 0; }
  .side-navi__abitur:hover:before {
    background-image: url(../img/sprites-all.png);
    background-position: -24px -184px;
    width: 16px;
    height: 18px; }

.side-navi__news {
  position: relative; }
  .side-navi__news:before {
    content: '';
    position: absolute;
    background-image: url(../img/sprites-all.png);
    background-position: -162px -184px;
    width: 14px;
    height: 13px;
    left: 0; }
  .side-navi__news:hover:before {
    background-image: url(../img/sprites-all.png);
    background-position: -118px -184px;
    width: 14px;
    height: 13px; }

.side-navi__first-hand {
  position: relative; }
  .side-navi__first-hand:before {
    content: '';
    position: absolute;
    background-image: url(../img/sprites-all.png);
    background-position: 0px -210px;
    width: 12px;
    height: 17px;
    left: 0; }
  .side-navi__first-hand:hover:before {
    background-image: url(../img/sprites-all.png);
    background-position: -20px -210px;
    width: 12px;
    height: 17px; }

.side-navi__instit {
  position: relative; }
  .side-navi__instit:before {
    content: '';
    position: absolute;
    background-image: url(../img/sprites-all.png);
    background-position: -193px -158px;
    width: 14px;
    height: 13px;
    left: 0; }
  .side-navi__instit:hover:before {
    background-image: url(../img/sprites-all.png);
    background-position: -140px -184px;
    width: 14px;
    height: 13px; }

.side-navi__fgos {
  position: relative; }
  .side-navi__fgos:before {
    content: '';
    position: absolute;
    background-image: url(../img/sprites-all.png);
    background-position: -100px -158px;
    width: 16px;
    height: 14px;
    left: 0; }
  .side-navi__fgos:hover:before {
    background-image: url(../img/sprites-all.png);
    background-position: -124px -158px;
    width: 16px;
    height: 14px; }

.side-navi__univers {
  position: relative; }
  .side-navi__univers:before {
    content: '';
    position: absolute;
    background-image: url(../img/sprites-all.png);
    background-position: -181px -134px;
    width: 16px;
    height: 15px;
    left: 0; }
  .side-navi__univers:hover:before {
    background-image: url(../img/sprites-all.png);
    background-position: -76px -158px;
    width: 16px;
    height: 15px; }

.side-navi__open {
  position: relative; }
  .side-navi__open:before {
    content: '';
    position: absolute;
    background-image: url(../img/sprites-all.png);
    background-position: -219px -139px;
    width: 15px;
    height: 14px;
    left: 0; }
  .side-navi__open:hover:before {
    background-image: url(../img/sprites-all.png);
    background-position: -219px -94px;
    width: 15px;
    height: 14px; }

.side-navi__excurs {
  position: relative; }
  .side-navi__excurs:before {
    content: '';
    position: absolute;
    background-image: url(../img/sprites-all.png);
    background-position: -154px -56px;
    width: 19px;
    height: 18px;
    left: -2px;
    top: -1px; }
  .side-navi__excurs:hover:before {
    background-image: url(../img/sprites-all.png);
    background-position: -150px -84px;
    width: 19px;
    height: 18px; }

.side-navi__rep {
  position: relative; }
  .side-navi__rep:before {
    content: '';
    position: absolute;
    background-image: url(../img/sprites-all.png);
    background-position: -72px -184px;
    width: 16px;
    height: 18px;
    left: -2px;
    top: -1px; }
  .side-navi__rep:hover:before {
    background-image: url(../img/sprites-all.png);
    background-position: 0px -184px;
    width: 16px;
    height: 18px; }

.side-navi__docs {
  position: relative; }
  .side-navi__docs:before {
    content: '';
    position: absolute;
    background-image: url(../img/sprites-all.png);
    background-position: -219px -27px;
    width: 14px;
    height: 15px;
    left: 0; }
  .side-navi__docs:hover:before {
    background-image: url(../img/sprites-all.png);
    background-position: -96px -184px;
    width: 14px;
    height: 15px; }

.side-navi__tests {
  position: relative; }
  .side-navi__tests:before {
    content: '';
    position: absolute;
    background-image: url(../img/sprites-all.png);
    background-position: -219px -50px;
    width: 15px;
    height: 14px;
    left: 0; }
  .side-navi__tests:hover:before {
    background-image: url(../img/sprites-all.png);
    background-position: -219px -72px;
    width: 15px;
    height: 14px; }

.side-navi__recreation {
  position: relative; }
  .side-navi__recreation:before {
    content: '';
    position: absolute;
    background-image: url(../img/sprites-all.png);
    background-position: -219px -183px;
    width: 15px;
    height: 14px;
    left: 0; }
  .side-navi__recreation:hover:before {
    background-image: url(../img/sprites-all.png);
    background-position: -219px -161px;
    width: 15px;
    height: 14px; }

.side-navi__separator {
  margin: 20px 10px 20px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #2F2F2F; }

.side__socials {
  margin-top: 40px;
  text-align: center; }
  .side__socials li {
    display: inline-block;
    margin-right: 10px; }
  .side__socials a:hover span > span {
    height: 0; }
  .side__socials span {
    display: block;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms; }

.side__socials-fb {
  background-image: url(../img/sprites-all.png);
  background-position: 0px -120px;
  width: 30px;
  height: 30px; }

.side__socials-fb-h {
  background-image: url(../img/sprites-all.png);
  background-position: -181px -38px;
  width: 30px;
  height: 30px; }

.side__socials-vk {
  background-image: url(../img/sprites-all.png);
  background-position: -38px -120px;
  width: 30px;
  height: 30px; }

.side__socials-vk-h {
  background-image: url(../img/sprites-all.png);
  background-position: -181px 0px;
  width: 30px;
  height: 30px; }

.side__socials-tw {
  background-image: url(../img/sprites-all.png);
  background-position: -76px -120px;
  width: 30px;
  height: 30px; }

.side__socials-tw-h {
  background-image: url(../img/sprites-all.png);
  background-position: -114px -120px;
  width: 30px;
  height: 30px; }

.side__outer-links {
  margin-top: 40px; }
  .side__outer-links li {
    margin-bottom: 5px; }
  .side__outer-links a {
    color: #23b0de;
    text-transform: uppercase;
    font: 10px gotham_probold, sans-serif;
    padding-right: 20px;
    position: relative;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms; }
    .side__outer-links a:after {
      content: '';
      position: absolute;
      background-image: url(../img/sprites-all.png);
      background-position: -148px -158px;
      width: 14px;
      height: 14px;
      right: 0; }
    .side__outer-links a:hover {
      color: #a8e0f2; }

.side-navi__banner {
  width: 180px;
  height: 250px;
  background: #cccccc;
  overflow: hidden;
  margin: 20px auto 0; }
  .side-navi__banner img {
    max-width: 100%; }

.side-navi__education li + li {
  margin-top: 15px; }

.side-navi__education a {
  color: #DFE6FF;
  padding-left: 30px; }
  .side-navi__education a:hover {
    color: #ffffff; }

@media screen and (max-width: 1024px) {
  .sidebar {
    display: none; }
  .page-sidebar {
    display: none; } }

h2 {
  font: 22px arimobold, sans-serif;
  color: #000;
  margin: 20px 0; }

.main-news__header {
  background: #23b0de;
  position: relative; }
  .main-news__header .main-news__header-wrap h2 {
    position: relative;
    line-height: 0;
    font: 25px arimobold, sans-serif;
    float: left;
    color: #ffffff;
    padding-right: 30px;
    margin: 13px 0 14px 20px; }

.rubric-dropdown {
  background: #23b0de; }
  .rubric-dropdown .main-news__header-wrap h2 {
    cursor: pointer;
    position: relative;
    line-height: 0;
    font: 25px/23px arimobold, sans-serif;
    float: left;
    color: #ffffff;
    border-bottom: 1px dashed #a8e0f2;
    padding-right: 30px;
    margin: 16px 0 21px 20px; }
    .rubric-dropdown .main-news__header-wrap h2:after {
      content: '';
      position: absolute;
      background-image: url(../img/sprites-all.png);
      background-position: -79px -210px;
      width: 17px;
      height: 7px;
      right: 0;
      top: 9px; }

.main-news__header-wrap {
  float: left;
  position: relative; }

.header-rubrics {
  display: none;
  width: 250px;
  padding: 30px;
  background: #ffffff;
  position: absolute;
  z-index: 10;
  left: 20px;
  top: 41px; }
  .header-rubrics li + li {
    margin-top: 15px; }
  .header-rubrics a {
    color: #23b0de;
    padding: 3px 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #23b0de; }
    .header-rubrics a:hover {
      background: #ebf8fc; }
    .header-rubrics a:active {
      color: #ffffff;
      background: #23b0de; }

.main-news__header-anons {
  float: right;
  margin-top: 11px; }
  .main-news__header-anons li {
    width: 200px;
    display: inline-block; }

.main-news__header-anons-link {
  color: #ffffff;
  display: block;
  padding: 5px 0; }
  .main-news__header-anons-link:hover .main-news__header-anons__topic {
    color: #b4005a; }
  .main-news__header-anons-link:hover .main-news__header-anons__descr {
    text-decoration: underline; }

.main-news__header-anons__topic {
  text-transform: uppercase;
  font: 10px gotham_probold, sans-serif;
  display: block;
  margin-bottom: 5px; }

.main-news__header-anons__descr {
  color: #000000; }

.main-news__header-anons__preview {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  width: 45px;
  height: 45px;
  float: left;
  margin-right: 5px;
  margin-top: -5px; }

.main-news__col1,
.main-news__col2 {
  width: 50%;
  float: left; }

.main-news__large-block {
  width: 100%;
  height: 321px;
  position: relative;
  float: left; }

.main-news__preview {
  position: relative;
  background: url(../img/editor-5.jpg) 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }
  .main-news__preview:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 270px;
    width: 100%;
    background: url(../img/darken.png) repeat-x; }

.main-news__large-block__caption {
  position: absolute;
  bottom: 0;
  z-index: 1;
  padding-left: 20px;
  padding-bottom: 20px; }
  .main-news__large-block__caption p {
    margin: 15px 0 20px; }

.news-time-icon {
  color: #b3b3b3;
  padding-left: 20px;
  position: relative; }
  .news-time-icon:before {
    content: '';
    position: absolute;
    background-image: url(../img/sprites-all.png);
    background-position: -184px -184px;
    width: 13px;
    height: 13px;
    left: 0;
    top: 0; }

.main-news__large-block__caption-link-p {
  color: #ffffff;
  font: 30px arimobold, sans-serif;
  text-decoration: none;
  line-height: 1em;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }
  .main-news__large-block__caption-link-p:hover {
    color: #23b0de; }

.main-news__large-block__subj-link {
  display: block;
  padding: 2px 10px;
  border: 1px solid #23b0de;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  color: #23b0de;
  float: left;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }
  .main-news__large-block__subj-link:hover {
    color: #ffffff;
    background: #23b0de; }

.border-right {
  border-right: 1px solid #d8d8d8; }

.border-bottom {
  border-bottom: 1px solid #d8d8d8; }

.main-news__small-block {
  width: 50%;
  float: left;
  height: 160px;
  padding: 15px;
  position: relative; }
  .main-news__small-block .news-time-icon:after {
    margin-top: 3px; }

.main-news__small-block--preview .main-news__small-block__caption-link {
  color: #fff; }

.main-news__small-block__preview-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/darken.png) repeat-x;
  bottom: 0;
  left: 0;
  padding: 15px; }
  .main-news__small-block__preview-wrap .news-time-icon {
    color: #d8d8d8; }
  .main-news__small-block__preview-wrap a p:after {
    content: none; }

.theme-alert {
  position: absolute;
  top: 0;
  padding: 3px 7px;
  right: 0;
  background: #ff0056;
  color: #ffffff;
  margin-top: 10px;
  margin-right: 10px; }

.small-block--preview-1 {
  background: url(../img/main-news-2.jpg) 50% 50%;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover; }

.small-block--preview-2 {
  background: url(../img/main-news-3.jpg) 50% 50%;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover; }

.main-news__small-block__caption-link {
  color: #000000;
  font: 15px arimoregular, sans-serif; }
  .main-news__small-block__caption-link:hover {
    text-decoration: underline; }
  .main-news__small-block__caption-link p {
    margin: 7px 0 15px;
    line-height: 18px;
    height: 75px;
    overflow: hidden;
    position: relative; }
    .main-news__small-block__caption-link p:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      height: 40px;
      width: 100%;
      /* IE9 SVG, needs conditional override of 'filter' to 'none' */
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0)), color-stop(100%, white));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
      /* IE6-8 */ }

.main-news__small-block__subj-link {
  position: absolute;
  bottom: 0;
  float: left;
  margin-bottom: 15px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  display: block;
  padding: 2px 10px;
  border: 1px solid #23b0de;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  color: #23b0de; }
  .main-news__small-block__subj-link:hover {
    color: #ffffff;
    background: #23b0de; }

.editors-choice {
  padding-left: 20px;
  margin-top: 20px; }
  .editors-choice h2 {
    font: 20px arimobold, sans-serif;
    color: #000000;
    margin: 30px 0 0; }

.editors-choice__row {
  margin-top: 20px; }

.editors-choice__col {
  width: 33.3333333333333333%;
  float: left; }

.editors-choice__preview-container {
  float: left;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  text-align: center; }
  .editors-choice__preview-container img {
    max-height: 100%; }

.editors-choice__caption {
  float: left; }

.editor-time-icon {
  color: #b3b3b3;
  font-size: 12px; }

.editors-choice__preview-container {
  margin-right: 20px; }

.editors-choice__col a:hover .editors-choice__caption-text {
  text-decoration: underline; }

.editors-choice__main-news {
  text-transform: uppercase;
  padding: 3px 5px;
  background: #d61856;
  color: #ffffff;
  margin-left: 10px;
  position: absolute;
  margin-top: -5px; }

.editors-choice__caption-text {
  margin-top: 20px;
  color: #000000;
  font-size: 13px;
  margin-left: 100px; }

.banner-1 {
  margin-top: 40px;
  text-align: center; }
  .banner-1 img {
    max-width: 100%; }

.catalog {
  padding-left: 20px;
  margin-top: 20px; }

.catalog__col1 {
  position: relative;
  width: 78%;
  float: left; }

.catalog__col2 {
  padding-top: 20px;
  width: 22%;
  float: left;
  text-align: right; }
  .catalog__col2 img {
    max-width: 100%; }

.catalog__caption {
  font-size: 15px;
  margin-bottom: 40px; }

.catalog__res__col1 {
  width: 60%;
  float: left; }

.catalog__res__col2 {
  width: 40%;
  float: left; }

.catalog__res__col-subjs {
  width: 33.333333333333333%;
  text-align: center;
  float: left; }
  .catalog__res__col-subjs div, .catalog__res__col-subjs div > div {
    margin: auto;
    width: 100px;
    height: 100px; }
  .catalog__res__col-subjs p {
    font: 15px arimobold, sans-serif; }
  .catalog__res__col-subjs a {
    color: #000000; }

.catalog__res__col__abc {
  background: url("../img/catalog-subjs.png") 0 -216px; }

.catalog__res__col__abc-h {
  background: url("../img/catalog-subjs.png") -108px 0; }

.catalog__res__col__sch {
  background: url("../img/catalog-subjs.png") -108px -108px; }

.catalog__res__col__sch-h {
  background: url("../img/catalog-subjs.png") 0 -108px; }

.catalog__res__col__tech {
  background: url("../img/catalog-subjs.png") -216px -108px; }

.catalog__res__col__tech-h {
  background: url("../img/catalog-subjs.png") -216px 0; }

.catalog__res__col__hsch {
  background: url("../img/catalog-subjs.png") -324px 0; }

.catalog__res__col__hsch-h {
  background: url("../img/catalog-subjs.png") -216px -216px; }

.catalog__res__col__asp {
  background: url("../img/catalog-subjs.png") -108px -216px; }

.catalog__res__col__asp-h {
  background: url("../img/catalog-subjs.png") 0 0; }

.catalog__res__col__sci {
  background: url("../img/catalog-subjs.png") -324px -216px; }

.catalog__res__col__sci-h {
  background: url("../img/catalog-subjs.png") -324px -108px; }

.catalog__res__links {
  padding-left: 20px; }
  .catalog__res__links h2 {
    position: relative;
    padding: 2px 0 0 55px;
    font: 16px arimoregular, sans-serif;
    margin: 0 0 20px 0;
    text-transform: uppercase; }
    .catalog__res__links h2:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 50px;
      width: 50px;
      background-image: url("../img/catalog-subjs.png");
      background-size: 212px; }
    .catalog__res__links h2 i {
      font-style: normal;
      color: #23b0de; }
  .catalog__res__links a {
    display: inline-block;
    padding: 2px 6px;
    font: 14px/20px arimoregular, sans-serif;
    margin-bottom: 10px;
    text-decoration: none;
    color: #000;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms; }
    .catalog__res__links a:hover {
      color: #23b0de; }

.cat-h-abc:before {
  background-position: -54px 0; }

.cat-h-sch:before {
  background-position: 0 -54px; }

.cat-h-tech:before {
  background-position: -108px 0; }

.cat-h-asp:before {
  background-position: 0 0; }

.cat-h-hsch:before {
  background-position: -108px -108px; }

.cat-h-sci:before {
  background-position: -162px -54px; }

.recommended__header {
  padding-left: 20px; }
  .recommended__header h2 {
    float: left;
    margin-right: 40px; }
  .recommended__header span {
    float: left; }
  .recommended__header span + span {
    margin-left: 30px; }
  .recommended__header .recommended__header-clickable {
    color: #23b0de;
    border-bottom: 1px dashed #92d8ef;
    cursor: pointer; }

.recommended__open-doors {
  display: none; }

.recommended__col {
  width: 50%;
  float: left; }

.recommended__col-inner {
  width: 50%;
  float: left;
  height: 450px; }

.recommended__preview {
  overflow: hidden;
  height: 200px; }

.recommended__caption {
  background: #23b0de;
  height: 250px;
  padding: 5px 20px 20px;
  position: relative; }

.recommended__caption-date__large {
  font: 35px/33px arimobold, sans-serif;
  display: inline-block;
  padding-right: 3px; }

.recommended__caption-date__small {
  display: inline-block; }

.recommended__caption-date__dash {
  font-size: 37px; }

.recommended__caption-text {
  color: #000000;
  font-size: 15px; }
  .recommended__caption-text:hover {
    text-decoration: underline; }

.recommended__caption-link-subj {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #ffffff;
  padding: 3px 10px;
  background: #000000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #000000;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }
  .recommended__caption-link-subj:hover {
    background: #494952; }
  .recommended__caption-link-subj:active {
    background-color: transparent;
    color: #000000; }

.recommended__caption-link-city {
  color: #000000;
  position: absolute;
  right: 20px;
  bottom: 20px; }
  .recommended__caption-link-city:hover {
    text-decoration: underline; }

.recommended__bord-right {
  border-right: 1px solid #fff; }

.recommended__lighter {
  background: #CEEEF9; }

.recommended__white {
  color: #ffffff; }

.law {
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden; }
  .law h2 {
    margin-top: 0;
    padding: 5px 115px 5px 10px;
    background: #f0efee;
    font-size: 20px;
    text-transform: uppercase;
    color: #333; }

.law__all-docs-link {
  position: relative;
  font: 14px arimoregular, sans-serif;
  text-decoration: underline;
  color: #23b1e1;
  float: right;
  top: -50px;
  right: 10px; }
  .law__all-docs-link:hover {
    color: #0e4c61; }

.law__table {
  display: table;
  width: 100%;
  font-size: 0; }

.law__document-cont {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 32%;
  vertical-align: top; }
  .law__document-cont:nth-of-type(2) {
    padding: 0 15px; }
    .law__document-cont:nth-of-type(2) .law__doc-link {
      left: 20px; }
  .law__document-cont p {
    height: 120px;
    overflow: hidden; }

.law__doc-link {
  display: block;
  position: absolute;
  top: 16px;
  left: 5px;
  background-image: url(../img/sprites-all.png);
  background-position: -219px -116px;
  width: 14px;
  height: 15px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }
  .law__doc-link:hover {
    -webkit-transform: scale(1.7, 1.7);
    -moz-transform: scale(1.7, 1.7);
    -ms-transform: scale(1.7, 1.7);
    -o-transform: scale(1.7, 1.7);
    transform: scale(1.7, 1.7); }

.law__document-cont h4 {
  margin-left: 25px;
  font: 13px arimobold, sans-serif;
  margin-bottom: 0; }

.law__document-cont p {
  font: 15px arimoregular, sans-serif;
  color: #606060;
  margin-top: 5px;
  margin-bottom: 10px; }

.law__doc-text {
  color: #000000; }
  .law__doc-text:hover p {
    text-decoration: underline; }

.law__subj {
  font: 14px arimoregular, sans-serif;
  color: #23b0de; }
  .law__subj:hover {
    text-decoration: underline; }

.law__catalog {
  display: block;
  float: left;
  margin-top: 20px;
  color: #23b0de;
  text-decoration: underline;
  font-size: 15px; }
  .law__catalog:hover {
    text-decoration: none; }

.law__form {
  display: inline-block;
  margin: 40px 0 0;
  text-align: left;
  padding: 0 10px 10px;
  overflow: hidden;
  background: #f0eeee;
  position: relative;
  font-size: 12px;
  color: #000000;
  max-width: 240px; }
  .law__form .law__hdr {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    font: 20px arimobold, sans-serif;
    background: #d61856;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    padding-left: 5px; }
  .law__form h2 {
    line-height: 22px;
    margin: 40px 0 10px 0;
    font: 16px arimobold, sans-serif;
    color: #333; }
  .law__form label {
    position: relative;
    display: block;
    padding-left: 30px;
    font-size: 13px;
    margin-bottom: 20px;
    text-align: left;
    cursor: pointer; }
    .law__form label:hover {
      text-decoration: underline; }
  .law__form input[type='submit'] {
    display: block;
    margin: auto;
    padding: 10px 15px;
    background: #ffffff;
    color: #000000;
    border: 1px solid #fff;
    font: 15px arimobold, sans-serif; }
    .law__form input[type='submit']:hover {
      border-color: #979aa7; }
    .law__form input[type='submit']:active {
      background: #515254;
      border-color: #fff;
      color: #ffffff; }

.law__form input[type='radio'] {
  position: absolute;
  z-index: 99; }

.law__form input[type='radio']:not(:checked),
.law__form input[type='radio']:checked {
  position: absolute;
  left: -9999px; }

.law__form input[type='radio'] + label:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  background-image: url(../img/sprites-all.png);
  background-position: -152px -120px;
  width: 18px;
  height: 18px; }

.law__form input[type='radio']:checked + label:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  background-image: url(../img/sprites-all.png);
  background-position: 0px -158px;
  width: 18px;
  height: 18px; }

.law__form .poll-answers {
  font-size: 12px;
  color: #000000; }

.law__form-scale {
  height: 20px;
  float: left;
  margin-top: -2px; }

.law__form-ans1 {
  width: 15%;
  background: #b71c1c; }

.law__form-ans2 {
  width: 35%;
  background: #2962ff; }

.law__form-ans3 {
  width: 40%;
  background: #1b5e20; }

.law__form-ans4 {
  width: 10%;
  background: #512da8; }

.poll-answers {
  text-align: left; }
  .poll-answers h2 {
    text-align: center; }
  .poll-answers span {
    margin-left: 10px; }

.law__form-ans-caption {
  text-align: left;
  margin-top: 30px; }

.law__all-voiced {
  margin: 20px 0 10px;
  font: 14px ArimoItalic, sans-serif;
  color: #23b0de;
  text-align: left; }
  .law__all-voiced span {
    color: #000; }

.bottom-banners {
  padding: 20px 0;
  margin-top: 20px; }

.bottom-banners__col1 {
  text-align: left;
  padding-right: 10px; }

.bottom-banners__col2 {
  text-align: right;
  padding-left: 10px; }
  @media screen and (max-width: 1340px) {
    .bottom-banners__col2 {
      margin-top: 20px; } }

.bottom-banners__col1,
.bottom-banners__col2 {
  width: 50%;
  float: left; }
  @media screen and (max-width: 1340px) {
    .bottom-banners__col1,
    .bottom-banners__col2 {
      float: none;
      width: 100%;
      text-align: center;
      padding: 0; } }

.rp-widget__district.block__filters {
  display: inline-block; }

.rp-widget {
  margin: 40px 0 0 20px;
  background: #bec8d4;
  border: 1px solid #8a96a2;
  padding: 15px 30px 10px; }
  @media screen and (max-width: 550px) {
    .rp-widget {
      padding: 15px 15px 10px; } }
  .rp-widget h2 {
    font: 30px arimobold, sans-serif;
    color: #ffffff;
    margin: 0;
    padding: 0; }
  .rp-widget input[type='text'] {
    font: 15px arimoregular, sans-serif;
    color: #596b7d;
    border: 1px solid #596b7d;
    padding: 8px 10px 8px 40px;
    width: 100%; }
  .rp-widget .block__filters {
    margin: 0;
    padding: 0; }
  .rp-widget .block__filters .sbSelector {
    padding: 0 40px 0 30px;
    color: #596b7d; }
    .rp-widget .block__filters .sbSelector:after {
      content: '';
      position: absolute;
      display: block;
      width: 19px;
      height: 26px;
      top: 5px;
      left: 10px;
      background: url(../img/rp-widget.png) -5px -5px; }
  .rp-widget .block__filters .sbHolder {
    margin-top: 4px;
    border-color: #596b7d;
    width: 250px; }

.glass-icon:before {
  content: '';
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 7px;
  left: 8px;
  background: url(../img/rp-widget.png) -34px -5px no-repeat; }

.rp-widget__row {
  margin-top: 20px;
  text-align: left;
  vertical-align: middle;
  position: relative; }

.rp-widget__row-wrap {
  display: inline-block;
  vertical-align: middle; }

.rp-widget__right-side {
  position: absolute;
  right: 0;
  top: -4px; }

.rp-widget__speciality {
  width: 100%;
  padding-right: 470px; }

.rp-widget__submit-butt {
  background: #d61858;
  color: #ffffff;
  text-transform: uppercase;
  font: 14px arimobold, sans-serif;
  padding: 8px 40px;
  border: none;
  margin-left: 40px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }
  .rp-widget__submit-butt:hover {
    background: #e93874; }

.rp-widget__caption {
  color: #ffffff;
  font: 13px arimoregular, sans-serif;
  margin-top: 5px; }
  .rp-widget__caption span {
    text-decoration: underline;
    color: #000000;
    cursor: pointer; }

.n-main-news-contain {
  margin: 20px 0 0 20px; }
  @media screen and (max-width: 1024px) {
    .n-main-news-contain {
      margin-left: 0; } }

.n-news-tabs {
  border-bottom: 1px solid #0292c1; }
  .n-news-tabs li {
    float: left;
    padding: 5px 10px;
    text-transform: uppercase;
    font: 14px arimoregular, sans-serif;
    color: #333333;
    cursor: pointer; }

.n-news-tabs .selected-tab {
  color: #ffffff;
  background: #0292c1;
  cursor: auto;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.n-news-tabs__col1-1 {
  float: left;
  width: 65%;
  padding-top: 15px; }
  @media (max-width: 650px) {
    .n-news-tabs__col1-1 {
      float: none;
      width: 100%; } }

.gradient-fade {
  position: relative;
  overflow: hidden; }
  .gradient-fade:after {
    content: '';
    position: absolute;
    height: 40px;
    width: 34%;
    right: 0;
    bottom: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 87%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(87%, white));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 87%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 87%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 87%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 87%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-8 */ }
  @media screen and (max-width: 650px) {
    .gradient-fade:after {
      display: none; } }
  .gradient-fade + .tabs-content {
    display: none; }

.n-news-tabs__col1-2 {
  width: 35%;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 15px;
  padding-left: 3.5%; }
  @media (max-width: 650px) {
    .n-news-tabs__col1-2 {
      float: none;
      width: 100%;
      position: static; } }

.n-main-news {
  border: 1px solid #cfcfcf; }

.n-news__alllink {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  background: #fff;
  height: 60px;
  width: 35%;
  padding-left: 3.5%; }
  .n-news__alllink:after {
    content: '';
    display: block;
    position: absolute;
    height: 40px;
    width: 100%;
    left: 0;
    top: -40px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 87%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(87%, white));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 87%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 87%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 87%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 87%); }
  .n-news__alllink a {
    display: inline-block;
    border-bottom: 1px solid #23b0de;
    font-size: 14px;
    color: #23b0de;
    margin: 15px 0; }
    .n-news__alllink a:hover {
      color: #0b8cb6;
      border-bottom: 1px solid #0b8cb6; }
  @media screen and (max-width: 650px) {
    .n-news__alllink {
      position: static; } }

.n-main-news__preview {
  height: 440px;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover; }

.n-prev-2 {
  background-image: url(../img/news-1.jpg); }

.n-prev-3 {
  background-image: url(../img/news-2.jpg); }

.n-main-news__caption {
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  bottom: 0;
  padding: 10px 15px;
  width: 100%;
  left: 0; }
  .n-main-news__caption h2 {
    font: 20px arimoregular, sans-serif;
    color: #fff;
    margin: 0; }
  .n-main-news__caption p {
    font: 14px arimoregular, sans-serif;
    color: #fff;
    margin: 5px 0 0; }

.n-main-news__time {
  color: #0099cc;
  padding-left: 5px;
  font-size: 13px; }

.n-main-news__heading {
  color: #dedddd;
  font: 22px/24px arimoregular, sans-serif;
  margin: 5px 0; }

.news-2-clock-icon {
  background-image: url(../img/news-2-sprite.png);
  background-repeat: no-repeat;
  display: inline-block;
  margin-bottom: -1px; }

.news-2-today i {
  width: 13px;
  height: 13px;
  background-position: -5px -5px; }

.news-2-today span {
  color: #23b0de;
  padding-left: 5px;
  font-size: 13px; }

.news-2-yesterday i {
  width: 14px;
  height: 14px;
  background-position: -28px -5px; }

.news-2-yesterday span {
  color: #999;
  padding-left: 5px;
  font-size: 13px; }

.news-2-time-ago i {
  width: 13px;
  height: 13px;
  background-position: -5px -29px; }

.news-2-time-ago span {
  color: #999;
  padding-left: 5px;
  font-size: 13px; }

.n-main-news__lower-announce {
  font: 14px/21px arimoregular, sans-serif;
  display: block;
  margin: 15px;
  color: #333333; }

.n-main-news__link:hover .n-main-news__lower-announce {
  text-decoration: underline; }

.n-small-block {
  margin-right: 10px; }
  .n-small-block a:hover .n-small-block__anounce {
    text-decoration: underline; }

.n-small-block + .n-small-block {
  border-top: 1px solid #dfdede;
  padding-top: 10px; }

.n-small-block__time--older {
  color: #999999; }

.n-small-block__anounce {
  font: 14px arimoregular, sans-serif;
  color: #333333;
  margin: 0 0 5px 0; }

.n-news-pt {
  padding-top: 28px; }

.main-news__header-login {
  float: right;
  margin: 20px 10px 20px 0; }
  .main-news__header-login li {
    display: inline-block; }
  @media screen and (max-width: 850px) {
    .main-news__header-login {
      display: none; } }

.n-header-menu__register {
  padding: 0 10px;
  position: relative; }
  .n-header-menu__register a {
    color: #fff;
    font: italic 15px arimoregular, sans-serif;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms; }
    .n-header-menu__register a:hover {
      text-decoration: underline; }
  .n-header-menu__register:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    background: #fff;
    height: 100%; }

.n-header-menu__login {
  padding: 0 10px;
  position: relative; }
  .n-header-menu__login:hover {
    text-decoration: underline; }

.n-header-menu__login-text {
  cursor: pointer;
  font: 15px arimoregular, sans-serif;
  color: #1e9fc9; }

.n-header-menu__logged-in {
  cursor: pointer;
  padding-right: 10px;
  font: 15px arimoregular, sans-serif;
  color: #000; }
  .n-header-menu__logged-in:after {
    content: '';
    position: absolute;
    right: 5px;
    top: 8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000; }

.n-header-menu__login-link {
  font: 15px arimoregular, sans-serif;
  color: #000; }

.n-header-menu__popup {
  display: none;
  position: absolute;
  width: 300px;
  border: 1px solid #23b0de;
  left: -165px;
  top: 28px;
  background: #ffffff;
  z-index: 10;
  padding: 15px; }
  .n-header-menu__popup > div {
    display: table-cell;
    vertical-align: middle; }

.n-header-menu__close {
  position: absolute;
  cursor: pointer;
  width: 10px;
  top: 5px;
  right: 5px;
  height: 10px;
  background: linear-gradient(to bottom, transparent 40%, #23b0de 40%, #23b0de 60%, transparent 60%), linear-gradient(to right, transparent 40%, #23b0de 40%, #23b0de 60%, transparent 60%);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.logged-in__picture {
  background: url(../img/anonymous.jpg) no-repeat center/cover;
  width: 75px;
  height: 75px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.logged-in__name {
  display: block;
  font-size: 16px;
  color: #333333; }

.logged-in__nick {
  color: #666666;
  font-size: 14px; }

.n-header-menu__popup-col2 {
  padding-left: 10px; }

.cat-col-2 {
  background: #f0eeee;
  padding: 10px 10px 20px; }

.main-specproject {
  margin-top: 40px; }
  .main-specproject h2 {
    margin-top: 0;
    padding: 5px 115px 5px 10px;
    background: #f0efee;
    font-size: 20px;
    text-transform: uppercase;
    color: #333; }
  .main-specproject .bx-wrapper .bx-controls-direction a {
    width: 25px;
    height: 47px;
    top: 34%; }
  .main-specproject .bx-wrapper .bx-prev {
    left: -35px;
    background: url("../img/main-slider-arrs.png") no-repeat 0 -47px; }
    .main-specproject .bx-wrapper .bx-prev:hover {
      background-position: -25px -47px; }
  .main-specproject .bx-wrapper .bx-next {
    right: -25px;
    background: url("../img/main-slider-arrs.png") no-repeat; }
    .main-specproject .bx-wrapper .bx-next:hover {
      background-position: -25px 0; }

.main__slider-wrap {
  padding: 0 40px; }

.main__slider-block {
  display: block;
  color: #333; }
  .main__slider-block:hover h3 {
    color: #23b0de; }
  .main__slider-block:hover .ms-desc {
    text-decoration: underline; }
  .main__slider-block h3 {
    font: 18px arimoregular, sans-serif;
    margin: 5px 0;
    text-transform: uppercase;
    color: #333; }

.ms-img {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  background-size: cover; }

.ms-desc {
  margin: 0 0 10px;
  height: 32px;
  overflow: hidden; }

.r-banner {
  display: block; }

.banner-place:not(:first-of-type) {
  margin-top: 40px; }

@media screen and (max-width: 1280px) {
  .main-news__small-block__caption-link,
  .editors-choice__caption-text,
  .catalog__caption,
  .recommended__caption-text,
  .law__document-cont p {
    font-size: 13px; }
  .main-news__header .main-news__header-wrap h2 {
    font-size: 22px; }
  .law__form {
    padding: 20px; } }

@media screen and (max-width: 1150px) {
  .editors-choice__row {
    width: 50%;
    float: left; }
  .editors-choice__col {
    width: 100%;
    float: none;
    margin-bottom: 20px; }
  .editors-choice__caption-text {
    padding-right: 10px; }
  .recommended__caption {
    padding: 5px 10px 10px; }
  .recommended .recommended__header h2 {
    float: none;
    margin-bottom: 10px; } }

@media screen and (max-width: 1024px) {
  .main-layout {
    margin-left: 0; }
  .bottom-banners {
    padding-left: 0; }
  .rp-widget {
    margin-left: 0; }
    .rp-widget h2 {
      font-size: 23px; } }

@media screen and (max-width: 900px) {
  .main-news__col1,
  .main-news__col2 {
    float: none;
    width: 100%; }
  li.main-news__header-anons--hidable {
    display: none; }
  .law__col1 {
    width: 60%; }
  .law__col2 {
    width: 40%; }
  .law__col3 {
    display: none; }
  ul .main-news__header-news-filter__block {
    margin-right: 10px !important;
    width: 130px !important; }
    ul .main-news__header-news-filter__block span {
      padding-left: 20px; }
  .rp-widget__right-side {
    position: static;
    margin-top: 10px; }
  .rp-widget__speciality {
    padding-right: 0; } }

@media screen and (max-width: 850px) {
  .banner-1 {
    display: none; }
  .catalog__col2 {
    display: none; }
  .catalog__col1 {
    width: 100%;
    float: none; }
  .recommended__col {
    width: 100%;
    float: none; }
  .recommended__preview {
    display: none; }
  .recommended__col-inner {
    height: 251px; }
  .bottom-banners {
    display: none; }
  .rp-widget {
    padding-bottom: 20px; } }

@media screen and (max-width: 700px) {
  .law__col1 {
    float: none;
    width: 100%; }
  .law__col2 {
    margin-top: 20px;
    float: none;
    width: 100%; }
  .law__form {
    margin: 0; }
  .recommended__header span {
    float: none;
    display: block; }
  .recommended__header .recommended__header-clickable {
    display: inline-block; }
  .recommended__header span + span {
    margin-left: 0; }
  .footer__row-nav1, .footer__row-nav2 {
    display: none !important; } }

@media screen and (max-width: 550px) {
  .editors-choice__row {
    width: auto;
    float: none;
    margin-top: 0; }
  .catalog__res__col1 {
    width: 100%;
    float: none; }
  .catalog__res__col2 {
    text-align: center;
    width: 100%;
    float: none; }
  .main-news__large-block {
    float: none; }
  .recommended__col-inner {
    float: none;
    width: 100%;
    height: auto; }
  .recommended__preview {
    display: none; }
  .main-news__large-block__caption-link-p {
    font-size: 22px; }
  .main-news__small-block {
    float: none;
    width: 100%;
    background: none; }
  .main-news__small-block__preview-wrap {
    background: #fff; }
  .main-news__small-block--preview .main-news__small-block__caption-link {
    color: #000000; }
  .catalog {
    padding-left: 0; }
  .catalog__res__links {
    padding-left: 0; }
  .catalog__col1 h2 {
    padding-left: 20px; }
  .catalog__caption {
    padding-left: 10px; }
  .law__form {
    width: 100%; }
  .law__col2 {
    margin-left: -10px; }
  .border-right {
    border-right: none; }
  .rp-widget__district {
    float: none; }
  .rp-widget__submit {
    float: none;
    margin-top: 10px;
    display: block; }
  .rp-widget__submit-butt {
    margin-left: 0; } }

.vz-news p {
  margin-top: 22px; }

.news-article__news-body h2 {
  font-size: 35px;
  line-height: 35px; }

.breadcrumbs {
  padding-left: 20px;
  border-top: 1px solid #d8d8d8; }
  .breadcrumbs li {
    display: inline-block;
    padding: 4px 0 7px; }
  .breadcrumbs li + li {
    margin-left: 20px; }
    .breadcrumbs li + li:before {
      content: '/';
      font-size: 20px;
      position: relative;
      top: 2px;
      left: -10px;
      color: #d5d4db; }
  .breadcrumbs a {
    color: #191b1f;
    position: relative; }
    .breadcrumbs a:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      bottom: 0;
      left: 0;
      background-color: #8b8a91;
      visibility: hidden;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    .breadcrumbs a:hover:before {
      visibility: visible;
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }
  .breadcrumbs .breadcrumbs__active {
    color: #adadad; }

.news-article__wrap {
  position: relative; }

.news-article__col1 {
  width: 77%;
  float: left; }

.news-article__col2 {
  width: 23%;
  float: right; }

.news-article__news-body .news-article__date {
  position: relative;
  padding-left: 20px;
  color: #8c8c8c;
  margin-bottom: 0;
  font-size: 12px; }
  .news-article__news-body .news-article__date:before {
    content: '';
    position: absolute;
    left: 0;
    background-image: url(../img/sprites-all.png);
    background-position: -184px -184px;
    width: 13px;
    height: 13px; }
  .news-article__news-body .news-article__date a {
    margin-left: 10px;
    color: #23b0de;
    position: relative; }
    .news-article__news-body .news-article__date a:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      bottom: 0;
      left: 0;
      background-color: #23b0de;
      visibility: hidden;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    .news-article__news-body .news-article__date a:hover:before {
      visibility: visible;
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }

.news-article__news-body {
  margin: 40px 60px 60px; }
  .news-article__news-body p {
    margin-bottom: 20px;
    font-size: 15px; }
  .news-article__news-body blockquote {
    font: 17px/25px arimobold, sans-serif;
    border-left: 1px solid #b3b3b3;
    padding-left: 20px;
    margin-top: 40px;
    margin-bottom: 40px; }

p.news-article__lead {
  margin-top: 40px;
  font-size: 19px;
  line-height: 25px;
  color: #101012; }

.news-article__media {
  margin-top: 40px;
  position: relative;
  margin-bottom: 30px; }

.news-article__media-container {
  width: 70%;
  float: left;
  margin-right: 10px;
  position: relative; }

.news-article__img-contain img {
  max-width: 100%; }

.video-wrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.news-article__gallery-link {
  display: block;
  position: absolute;
  right: -100px;
  bottom: 0;
  color: #999;
  transition: all 0.3s ease; }
  .news-article__gallery-link:before {
    content: '';
    position: absolute;
    left: -50px;
    top: -3px;
    background-image: url(../img/sprites-all.png);
    background-position: 0px 0px;
    width: 117px;
    height: 20px; }
  .news-article__gallery-link:hover {
    color: #000; }

.img-counter {
  float: right; }

.news-article__media-caption {
  color: #484b52;
  text-align: left;
  margin: 0 0 0 20px; }

p.news-article__source {
  margin: 5px 0 0;
  color: #ababab;
  font-size: 14px; }

.news-page-text p {
  margin-bottom: 20px;
  font-size: 15px; }

.news-page-text blockquote {
  font: 17px/25px arimobold, sans-serif;
  border-left: 1px solid #b3b3b3;
  padding-left: 20px;
  margin-top: 40px;
  margin-bottom: 40px; }

.news-article__addition {
  margin-top: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #b3b3b3; }

.news-article__addition-col1 {
  width: 25%;
  float: left; }
  .news-article__addition-col1 h3 {
    font: 15px arimobold, sans-serif; }

.news-article__addition-col2 {
  width: 75%;
  float: right; }
  .news-article__addition-col2 p {
    font-size: 14px;
    color: #6c6e7a; }

.news-article__addition-doc-property {
  color: #777;
  position: relative;
  padding-left: 25px;
  font: 12px arimobold, sans-serif; }
  .news-article__addition-doc-property:before {
    content: '';
    position: absolute;
    background-image: url(../img/sprites-all.png);
    background-position: -219px 0px;
    width: 15px;
    height: 19px;
    left: 0; }
  .news-article__addition-doc-property:hover {
    text-decoration: underline; }

.news-article__credits p {
  width: 50%;
  float: left; }

.news-article__credits-src {
  font-size: 14px;
  text-align: left;
  color: #b3b3b3; }
  .news-article__credits-src span {
    color: #191b1f; }

.news-article__credits-subj {
  text-align: right;
  color: #23b0de; }
  .news-article__credits-subj a {
    font-size: 14px;
    color: #23b0de; }
    .news-article__credits-subj a:hover {
      text-decoration: underline; }

  .news-article__socials-repost li {
    float: left; }
  .news-article__socials-repost li + li {
    padding-left: 20px; }

.socials-repost__tw:before {
  background-image: url(../img/sprites-all.png);
  background-position: -56px -28px;
  width: 48px;
  height: 48px; }

.socials-repost__vk:before {
  background-image: url(../img/sprites-all.png);
  background-position: 0px -28px;
  width: 48px;
  height: 48px; }

.socials-repost__fb:before {
  background-image: url(../img/sprites-all.png);
  background-position: -125px 0px;
  width: 48px;
  height: 48px; }

.sc-vk-contain * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.sc-left-side {
  float: left; }

li.sc-right-side {
  float: right;
  margin-top: -4px; }

.comments {
  background: #ededed; }

.comments__wrap {
  width: 80%;
  padding: 0 60px; }

.comments__header-header {
  cursor: pointer;
  float: left;
  position: relative;
  padding-right: 20px; }
  .comments__header-header:after {
    content: '';
    position: absolute;
    right: 0;
    top: 15px;
    background-image: url(../img/sprites-all.png);
    background-position: -154px -210px;
    width: 13px;
    height: 6px; }

.comments__content {
  padding-bottom: 80px; }

.comments__header-caption {
  margin-top: 27px;
  float: right;
  font-size: 14px;
  color: #b3b3b3; }
  .comments__header-caption a {
    font-size: 14px;
    color: #23b0de;
    text-decoration: underline; }
    .comments__header-caption a:hover {
      text-decoration: none; }

.comments__input {
  margin-top: 30px;
  margin-bottom: 40px;
  position: relative; }
  .comments__input textarea {
    resize: none;
    width: 100%;
    border: none;
    padding: 10px;
    font-size: 14px; }

.comments__your-text-area-wrap {
  float: right;
  width: 100%;
  padding-left: 100px; }

.comments__your-icon {
  position: absolute;
  width: 70px;
  height: 70px;
  top: -3px;
  background: url(../img/comments__user-icon.gif) center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ffffff; }

.comments__container {
  border-top: 1px solid #EDEDED;
  margin-top: 25px;
  padding-top: 10px;
  position: relative; }
  .comments__container + .comments__container {
    border-top: 1px solid #d8d8d8; }

.comments__users-avatar {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.comments__users-comment {
  padding-left: 100px;
  font-size: 15px;
  color: #000000;
  margin-bottom: 5px;
  display: block; }

.comments__signature {
  padding-left: 100px;
  color: #b3b3b3;
  font-size: 13px; }

.user-1 {
  background: url(../img/banner-sber.jpg);
  background-size: 100% 100%; }

.user-2 {
  background: url(../img/editor-3.jpg);
  background-size: 100% 100%; }

.user-3 {
  background: url(../img/main-news-2.jpg);
  background-size: 100% 100%; }

.user-4 {
  background: url(../img/main-news-3.jpg);
  background-size: 100% 100%; }

.news-article__col2 {
  padding-right: 20px; }
  .news-article__col2 img {
    max-width: 100%; }
  .news-article__col2 h3 {
    font: 16px arimobold, sans-serif;
    margin-top: 40px; }

.news-article__col2__banner {
  margin-top: 40px; }

.theme-news__image {
  margin-bottom: 20px; }

.theme-news__time {
  color: #b3b3b3;
  font-size: 12px; }

.theme-news__anons {
  display: block;
  margin-top: 3px;
  margin-bottom: 25px;
  font-size: 14px;
  color: #000000; }
  .theme-news__anons:hover {
    text-decoration: underline; }

.popular-tags__links {
  color: #23b0de;
  padding: 1px 7px;
  border: 1px solid #a8e0f2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 28px; }
  .popular-tags__links:hover {
    background: #eff9fd; }
  .popular-tags__links:active {
    background: #23b0de;
    color: #ffffff; }

@media screen and (max-width: 1400px) {
  .news-article__par {
    font-size: 13px; }
  .news-article__quote {
    font-size: 15px; }
  .news-article__lead {
    font-size: 16px; }
  .news-article__news-body h2 {
    font-size: 28px; }
  .theme-news__anons {
    font-size: 13px; }
  .news-article__addition-col2 p {
    font-size: 13px; } }

@media screen and (max-width: 1150px) {
  .comments__wrap {
    width: 100%; } }

@media screen and (max-width: 850px) {
  .news-article__media-container {
    width: 100%;
    float: none;
    margin: 0; }
  .news-article__media-caption {
    float: none;
    margin-top: 10px;
    margin-left: 0; }
  .news-article__source {
    padding-right: 120px; }
  .news-article__gallery-link {
    right: 30px;
    bottom: -30px; }
  .news-article__news-body {
    margin: 40px 10px; }
  .comments__wrap {
    padding-left: 10px;
    padding-right: 10px; } }

@media screen and (max-width: 750px) {
  .news-article__col2 {
    display: none; }
  .news-article__col1 {
    width: 100%; } }

@media screen and (max-width: 600px) {
  .news-article__socials-repost ul {
    text-align: center; }
    .news-article__socials-repost ul li {
      float: none;
      margin: 10px 5px; }
    .news-article__socials-repost ul li + li {
      padding: 0; }
  #vk_like {
    margin: 10px auto; }
  .news-article__quote {
    font: 15px/21px arimobold, sans-serif; }
  .news-article__addition-col2,
  .news-article__addition-col1 {
    float: none;
    width: 100%; }
  .news-article h2 {
    font-size: 25px; }
  #vkshare0 {
    margin: auto; } }

.rss-heading {
  margin: 20px 0 0 30px; }

.banner-1__news-page {
  margin-top: 0;
  border-bottom: 1px solid #d8d8d8; }

.banner-1__news-page-inner {
  padding: 40px 0;
  background: #ededed; }

ul .main-news__header-news-filter__block {
  width: 150px;
  border-left: 1px dotted #52cdf7;
  margin-right: 30px;
  position: relative; }

.main-news__header-news-filter {
  color: #ffffff;
  cursor: pointer;
  padding-left: 40px;
  display: block;
  font-size: 14px;
  position: relative; }
  .main-news__header-news-filter:after {
    content: '';
    position: absolute;
    right: 0;
    background-image: url(../img/sprites-all.png);
    background-position: -79px -210px;
    width: 17px;
    height: 7px; }

.main-news__news-filter {
  display: none;
  padding: 10px 20px 7px;
  border-bottom: 1px solid #d8d8d8;
  font-size: 14px;
  text-align: center; }
  .main-news__news-filter input[type='checkbox'] {
    position: absolute;
    z-index: 99; }
  .main-news__news-filter input[type='checkbox']:not(:checked),
  .main-news__news-filter input[type='checkbox']:checked {
    position: absolute;
    left: -9999px; }
  .main-news__news-filter input[type='checkbox'] + label:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    background-image: url(../img/sprites-all.png);
    background-position: -51px -158px;
    width: 17px;
    height: 17px; }
  .main-news__news-filter input[type='checkbox']:checked + label:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    background-image: url(../img/sprites-all.png);
    background-position: -26px -158px;
    width: 17px;
    height: 17px; }

.main-news__news-filter-col1,
.main-news__news-filter-col2 {
  float: left; }
  .main-news__news-filter-col1 > div,
  .main-news__news-filter-col2 > div {
    float: left; }

.main-news__news-filter-col1 {
  width: 45%; }

.main-news__news-filter-col2 {
  width: 55%;
  padding-left: 3%; }

div.main-news__news-filter__region-cont {
  position: relative;
  padding-top: 3px; }

div.main-news__news-filter__period-cont {
  padding-top: 10px;
  float: right;
  position: relative; }
  div.main-news__news-filter__period-cont input {
    width: 75px;
    vertical-align: middle;
    padding: 2px 0 0;
    font-size: 14px;
    color: #6b6b6b;
    border: none;
    border-bottom: 1px dashed #ccc;
    cursor: pointer; }
  div.main-news__news-filter__period-cont span + input {
    margin-left: 3px; }

div.main-news__news-filter__video-cont {
  padding-top: 12px;
  float: right; }

.main-news__news-filter__search-video {
  position: relative;
  padding-left: 30px; }

.main-news__news-filter__period {
  color: #191b1f;
  padding-right: 10px; }

.main-news__news-filter__period-time {
  color: #b3b3b3;
  cursor: pointer; }

.main-news__news-filter__search-button {
  padding: 20px;
  vertical-align: middle;
  background: url(../img/search-glass_dark-small.png) 50% 50% no-repeat;
  border: none; }

.main-news__news-filter__search-field {
  border: none;
  background: #f4f4f4;
  padding: 10px 15px;
  margin-right: 20px;
  width: 300px; }

.main-news__news-filter__search-video {
  color: #191b1f; }

.blue-background {
  background: #ceeef9; }
  .blue-background .main-news__small-block__caption-link p:after {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, rgba(206, 238, 249, 0) 0%, rgba(206, 238, 249, 0) 1%, #cdedf8 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(206, 238, 249, 0)), color-stop(1%, rgba(206, 238, 249, 0)), color-stop(100%, #ceeef9));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(206, 238, 249, 0) 0%, rgba(206, 238, 249, 0) 1%, #ceeef9 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(206, 238, 249, 0) 0%, rgba(206, 238, 249, 0) 1%, #ceeef9 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(206, 238, 249, 0) 0%, rgba(206, 238, 249, 0) 1%, #ceeef9 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(206, 238, 249, 0) 0%, rgba(206, 238, 249, 0) 1%, #ceeef9 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-8 */ }

.main-news__more {
  margin: 60px 0;
  text-align: center; }

.main-news__more-button {
  position: relative;
  background: #d8d8d8;
  padding: 20px 40px;
  text-transform: uppercase;
  font: 14px arimobold, sans-serif;
  color: #ffffff;
  border: 1px solid #d8d8d8;
  letter-spacing: 0.1em;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }
  .main-news__more-button:hover {
    background: #b2b2b2; }
  .main-news__more-button:active {
    background: #ffffff;
    -webkit-box-shadow: inset 0 0 7px #ccc;
    -moz-box-shadow: inset 0 0 7px #ccc;
    box-shadow: inset 0 0 7px #ccc;
    color: #191b1f; }

.button-loading {
  position: relative; }
  .button-loading:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #d8d8d8 url(../img/ajax-loader.gif) no-repeat center; }

@media screen and (max-width: 1300px) {
  .main-news__news-filter-col1,
  .main-news__news-filter-col2 {
    float: none;
    width: 100%;
    text-align: center; }
    .main-news__news-filter-col1 > div,
    .main-news__news-filter-col2 > div {
      display: inline-block;
      float: none; }
  .main-news__news-filter-col2 {
    margin-top: 20px;
    margin-bottom: 20px; }
  .main-news__news-filter__region-cont {
    margin-right: 20px; }
  .main-news__news-filter__period-cont {
    margin-left: 20px; } }

@media screen and (max-width: 600px) {
  .main-news__news-filter-col1,
  .main-news__news-filter-col2 {
    position: relative; }
    .main-news__news-filter-col1 div,
    .main-news__news-filter-col2 div {
      float: none;
      width: 100%;
      text-align: center;
      margin: 0; }
    .main-news__news-filter-col1 .main-news__news-filter__search-field,
    .main-news__news-filter-col2 .main-news__news-filter__search-field {
      width: 100%; }
    .main-news__news-filter-col1 .main-news__news-filter__search-button,
    .main-news__news-filter-col2 .main-news__news-filter__search-button {
      position: absolute;
      right: 0;
      top: 0; }
  .main-news__news-filter__region-menu:before {
    left: 190px; }
  .rss-heading {
    margin-left: 10px; } }

.fancybox-title-inside-wrap {
  overflow: hidden; }

.fancybox-skin {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.custom-combobox {
  position: relative;
  display: inline-block; }

.custom-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  padding: 7px; }

.custom-combobox-input {
  margin: 0;
  padding: 5px 10px;
  color: #000000;
  font: 15px arimoregular, sans-serif; }

.ui-menu-item {
  font: 15px arimoregular, sans-serif; }

.ui-widget-content {
  border: 1px solid #dfdfdf; }

li.ui-state-focus {
  background: #e7f5ff !important;
  border: none !important;
  font: 15px arimoregular, sans-serif !important;
  margin: 0 !important; }

.custom-combobox-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.ui-button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.excurs__filter {
  margin-top: 20px;
  padding: 0 40px;
  position: relative; }
  .excurs__filter input:not(:checked),
  .excurs__filter input:checked {
    position: absolute;
    left: -9999px; }
  .excurs__filter label + input {
    margin-left: 40px; }
  .excurs__filter input:not(:checked) + label {
    width: 16.66666666666667%;
    float: left;
    padding: 10px 0;
    background: #079e59;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    font-family: arimobold, sans-serif;
    border-right: 1px solid #fff; }
  .excurs__filter input:checked + label {
    width: 16.66666666666667%;
    float: left;
    padding: 10px 0;
    -webkit-box-shadow: inset 0 3px 3px #045530;
    -moz-box-shadow: inset 0 3px 3px #045530;
    box-shadow: inset 0 3px 3px #045530;
    background: #068148;
    color: #b7e9bf;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    font-family: arimobold, sans-serif;
    border-right: 1px solid #fff; }

.excurs__expand-filter {
  margin: 10px 40px 10px;
  border: 1px solid #fff; }

.excurs-bdr {
  border-color: #d1d1d1; }

.excurs__expand-filter__switcher {
  cursor: pointer;
  float: right;
  margin-right: 10px; }

.excurs__expand-filter__switcher-text {
  font: 11px arimobold, sans-serif;
  color: #000000;
  position: relative;
  padding-left: 30px;
  text-transform: uppercase;
  width: 165px;
  line-height: 13px; }
  .excurs__expand-filter__switcher-text:before {
    content: '';
    position: absolute;
    left: 0;
    width: 23px;
    height: 23px;
    background: url(../img/excurs-controls.png) no-repeat top; }

.excurs-gray {
  color: #cccccc; }
  .excurs-gray:before {
    background-position: bottom; }

.align-center > div {
  display: inline-block;
  margin: 0 10px; }

.block__filters {
  margin-bottom: 20px;
  padding: 0 10px;
  text-align: center; }
  .block__filters .sbHolder {
    width: auto;
    float: none;
    display: inline-block;
    border: 1px solid #000;
    height: 38px;
    text-align: left; }
  .block__filters .sbSelector {
    padding-right: 40px; }
  .block__filters .sbToggle {
    background: url(../js/jquery.selectbox-0.2/img/select-icons-bw.png) no-repeat top; }
    .block__filters .sbToggle:hover {
      background: url(../js/jquery.selectbox-0.2/img/select-icons-bw.png) no-repeat top; }
  .block__filters .sbToggleOpen {
    background: url(../js/jquery.selectbox-0.2/img/select-icons-bw.png) no-repeat bottom; }
    .block__filters .sbToggleOpen:hover {
      background: url(../js/jquery.selectbox-0.2/img/select-icons-bw.png) no-repeat bottom; }
  .block__filters .sbOptions {
    border: 1px solid #000;
    left: 0;
    margin-top: -2px; }

.excurs__sel-custom div {
  display: inline-block;
  vertical-align: top; }

.excurs__sel-custom > div + div {
  margin-left: 10px; }

.excurs__classes .sbHolder {
  width: 110px; }

.ex-customs-reserve {
  text-align: center; }
  .ex-customs-reserve > div {
    display: inline-block;
    padding: 0 5px; }

.excurs__school .sbHolder {
  width: 150px; }

.excurs__holyday .sbHolder {
  width: 235px; }

.excurs__type .sbHolder {
  width: 200px; }

.excurs__expand-filter__buttons {
  margin-bottom: 20px;
  margin-right: 20px;
  margin-top: 40px;
  text-align: right; }

.excurs__reset {
  border-color: #c9c9c9 !important;
  background: #c9c9c9; }
  .excurs__reset:hover {
    background: #b0b0b0; }
  .excurs__reset:active {
    color: #000000;
    background: #ffffff;
    -webkit-box-shadow: inset 0 0 7px #c9c9c9;
    -moz-box-shadow: inset 0 0 7px #c9c9c9;
    box-shadow: inset 0 0 7px #c9c9c9; }

.excurs__apply {
  border-color: #5e656f !important;
  background: #5e656f; }
  .excurs__apply:hover {
    background: #757e8b; }
  .excurs__apply:active {
    color: #000000;
    background: #ffffff;
    -webkit-box-shadow: inset 0 0 7px #5e656f;
    -moz-box-shadow: inset 0 0 7px #5e656f;
    box-shadow: inset 0 0 7px #5e656f; }

.excurs__cards-wrap {
  margin: 0 25px 0;
  text-align: center; }

.excurs__card-cont {
  display: inline-block;
  width: 278px;
  vertical-align: top; }

.excurs__card {
  height: 430px;
  margin: 10px;
  border: 1px solid #d8d8d8;
  overflow: hidden;
  position: relative; }

.excurs__preview-large {
  height: 305px;
  background: url(../img/editor-5.jpg) center;
  position: relative; }

.excurs__preview {
  height: 185px;
  background: url(../img/editor-4.jpg) center;
  position: relative; }

.excurs__age {
  color: #ffffff;
  font-size: 14px;
  background: #d61858;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 3px 10px 3px 40px; }
  .excurs__age span {
    font-size: 20px;
    font-family: arimoregular, sans-serif; }
  .excurs__age:before {
    content: '';
    background-image: url(../img/sprites-all.png);
    background-position: -125px -56px;
    width: 21px;
    height: 18px;
    left: 9px;
    top: 6px;
    position: absolute; }

.excurs__caption-title {
  font: 20px/20px arimobold, sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
  padding-left: 20px;
  padding-right: 10px; }

.excurs__first-card {
  text-transform: uppercase; }

.blue-button__link {
  border: 1px solid #23b0de;
  color: #23b0de;
  text-transform: uppercase;
  padding: 7px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  width: 180px;
  margin: auto; }
  .blue-button__link:hover {
    background: #d4f0f9; }
  .blue-button__link:active {
    background: #23b0de;
    color: #ffffff; }

.excurs__caption-descr {
  text-align: left;
  padding: 0 20px;
  color: #8b8b8b;
  font-size: 14px;
  line-height: 18px; }

.paginator {
  margin: 40px 0 60px; }

.paginator__items {
  text-align: center; }
  .paginator__items li + li {
    margin-left: 10px; }
  .paginator__items li {
    display: inline-block; }
  .paginator__items a {
    color: #ffffff;
    background: #23b0de;
    font-size: 14px;
    width: 42px;
    height: 42px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms; }
    .paginator__items a:hover {
      background: #4fc0e5; }
    .paginator__items a:active {
      -webkit-box-shadow: inset 0 0 7px #23b0de;
      -moz-box-shadow: inset 0 0 7px #23b0de;
      box-shadow: inset 0 0 7px #23b0de;
      background: #ffffff;
      color: #23b0de; }
  .paginator__items .paginator_current {
    width: 42px;
    height: 42px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #b3b3b3;
    color: #ffffff; }

.ex-bottom-text p {
  font-size: 16px;
  padding-left: 40px; }

.event-choice__choose {
  margin-top: 30px;
  font-size: 15px;
  color: #b3b3b3;
  text-transform: uppercase; }

.event-choice__sort-number {
  background: #d8d8d8;
  color: #000000;
  text-transform: uppercase;
  font: 13px arimobold, sans-serif;
  padding: 13px 0 10px;
  text-align: center; }

.event-choice__individual {
  font: 13px arimobold, sans-serif;
  color: #d61858;
  text-align: center;
  border: 1px solid #d8d8d8;
  padding: 20px 0;
  margin-top: 1px;
  text-transform: uppercase;
  margin-bottom: 20px; }

.event-choice__sort-number-choice:not(:checked),
.event-choice__sort-number-choice:checked {
  position: absolute;
  left: -9999px; }

.event-choice__sort-number-choice:not(:checked) + label {
  text-align: center;
  color: #d61858;
  text-transform: uppercase;
  font: 13px arimobold, sans-serif;
  border: 1px solid #d8d8d8;
  margin-top: 1px;
  cursor: pointer;
  padding: 13px 10px 10px;
  display: block; }

.event-choice__sort-number-choice:checked + label {
  text-align: center;
  color: #d61858;
  background: #f2f2f2;
  text-transform: uppercase;
  font: 13px arimobold, sans-serif;
  border: 1px solid #d8d8d8;
  margin-top: 1px;
  cursor: pointer;
  padding: 13px 0 10px;
  display: block;
  -webkit-box-shadow: inset 0 3px 3px #c5c5c5;
  -moz-box-shadow: inset 0 3px 3px #c5c5c5;
  box-shadow: inset 0 3px 3px #c5c5c5; }

.event-choice__holyday {
  background: #067944;
  padding: 10px 0;
  margin-top: 20px;
  margin-bottom: 5px; }
  .event-choice__holyday h3 {
    font: 16px arimobold, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    margin: 0; }

.event-choice__holyday-tags {
  padding-left: 10px; }
  .event-choice__holyday-tags .popular-tags__links {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 5px 15px;
    font: 15px/40px arimobold, sans-serif;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms; }

.col2-banner {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 20px; }
  .col2-banner img {
    max-width: 100%; }

.ex-butt-loading {
  position: relative; }
  .ex-butt-loading:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #d61858 url(../img/ajax-loader-pink.gif) no-repeat center; }

.ex-subm-loading {
  position: relative; }
  .ex-subm-loading:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 30px;
    height: 38px;
    left: 0;
    background: #d61858 url(../img/ajax-loader-pink.gif) no-repeat center; }

.excurs__text {
  font: 15px arimoregular, sans-serif;
  margin-left: 40px; }
  @media screen and (max-width: 700px) {
    .excurs__text {
      margin-left: 10px;
      margin-bottom: 40px; } }

@media screen and (max-width: 1050px) {
  .excurs__cards-wrap {
    margin: 20px 10px 0; }
  .excurs__expand-filter__buttons {
    text-align: center;
    margin-right: 0; }
    .excurs__expand-filter__buttons button {
      margin: 10px; } }

@media screen and (max-width: 650px) {
  .excurs__filter input:checked + label,
  .excurs__filter input:not(:checked) + label {
    width: 33.333333333%;
    margin-bottom: 1px; }
  .excurs__filter {
    padding: 0; }
  .excurs__expand-filter {
    margin-left: 0;
    margin-right: 0; } }

@media screen and (max-width: 300px) {
  .excurs__filter-list li {
    width: 50%; }
  .excurs__filter-list li:nth-child(4) {
    border-left: 1px solid #fff; }
  .excurs__filter-list li:nth-child(2n+1) {
    border-left: none; } }

.bxslider li {
  width: 100%; }

.bxslider li + li {
  display: none; }

.excurs__buy {
  margin: 0 40px; }
  .excurs__buy h2 {
    color: #23b0de;
    font: 35px arimoregular, sans-serif;
    margin-top: 10px; }

.excurs__buy-content {
  position: relative; }
  .excurs__buy-content input {
    border: none;
    color: #d61858;
    font: 18px arimoregular, sans-serif;
    padding: 10px 10px; }

.excurs__last-row {
  margin-top: -20px; }

.excurs__buy-popup-row {
  margin-bottom: 20px;
  display: table;
  width: 100%; }

.excurs__buy-popup {
  display: none;
  background: #ffffff;
  position: relative;
  border: 1px solid #000000;
  padding: 40px 20px; }
  .excurs__buy-popup .excurs__number-wrapper {
    float: left; }
  .excurs__buy-popup .excurs__number {
    padding: 5px; }
  .excurs__buy-popup input {
    border: none;
    color: #d61858;
    font: 18px arimoregular, sans-serif;
    padding: 10px 10px; }
  .excurs__buy-popup .excurs__date {
    padding: 5px; }
  .excurs__buy-popup .sbHolder {
    margin: -2px -10px 0 9px; }
  .excurs__buy-popup h2 {
    font: 30px arimobold, sans-serif;
    color: #000000;
    margin-top: 0; }

.excurs__date-off {
  margin-left: 57px; }

.excurs__info {
  padding-left: 110px; }
  .excurs__info div {
    float: left;
    width: 33.333333%; }
  .excurs__info div + div {
    padding-left: 10px; }
  .excurs__info input {
    padding: 5px 10px;
    width: 100%;
    border: 1px solid #000;
    color: #4c4c4c; }

.excurs__buy-popup__choose-time {
  float: right; }

.choose-time__customs .sbHolder {
  margin-top: 0;
  margin-left: 10px; }

input.placehold {
  color: #a3a3a3; }

.block__filters .excurs__buy-popup__caption {
  margin-right: 0; }

.input-border input[type='text'],
.input-border textarea {
  border: 1px solid #000000; }

.excurs__buy-popup__caption {
  float: left;
  font: 11px arimobold, sans-serif;
  color: #797979;
  text-transform: uppercase;
  margin-top: 8px;
  margin-right: 20px; }

.excurs__buy-popup__caption-value {
  font: 20px arimoregular, sans-serif;
  color: #d61858; }

.excurs__buy-popup__comment-wrap {
  width: 100%;
  padding-left: 110px; }
  .excurs__buy-popup__comment-wrap textarea {
    width: 100%;
    font-size: 16px; }

.excurs__buy-popup__final-price {
  float: left; }
  .excurs__buy-popup__final-price p {
    font: 16px arimobold, sans-serif;
    margin: 0; }
  .excurs__buy-popup__final-price span {
    color: #d61858;
    font: 40px arimobold, sans-serif;
    margin-right: 10px; }
  .excurs__buy-popup__final-price img {
    margin-top: -23px; }

.excurs__no-off {
  margin-right: 0;
  margin-top: 7px;
  float: none; }

.excurs-vert-mar {
  margin-bottom: 0; }

.excurs__buy-popup__submit {
  float: right; }
  .excurs__buy-popup__submit input {
    margin-top: 30px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 60px;
    background: #d61858;
    border: 1px solid #d61858;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    font: 12px arimobold, sans-serif; }
    .excurs__buy-popup__submit input:hover {
      background: #e93874; }
    .excurs__buy-popup__submit input:active {
      background: #fff;
      color: #d61858;
      -webkit-box-shadow: inset 0 0 7px #d61858;
      -moz-box-shadow: inset 0 0 7px #d61858;
      box-shadow: inset 0 0 7px #d61858; }

.popup-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  background: url(../img/exc-close-cross.gif) center no-repeat #000000;
  margin-top: 5px;
  margin-right: 5px;
  cursor: pointer; }

.excurs__buy__col1 {
  width: 60%;
  float: left; }

.excurs__buy__col2 {
  width: 40%;
  float: right; }

.excurs__buy__slider .bx-wrapper .bx-pager.bx-default-pager a {
  background: url(../img/excurs-sprite.png) no-repeat;
  background-position: -70px -210px;
  height: 18px;
  width: 18px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.excurs__buy__slider .bx-wrapper .bx-pager.bx-default-pager .active {
  background-position: -47px -420px; }

.excurs__buy-wrapper {
  margin-left: 20px;
  font: 10px arimobold, sans-serif;
  color: #797979;
  text-transform: uppercase; }
  .excurs__buy-wrapper p {
    margin: 0; }

p.excurs__price {
  color: #d61858;
  margin-top: -6px;
  font: 35px arimoregular, sans-serif; }
  p.excurs__price img {
    vertical-align: middle;
    margin-top: -7px;
    padding-left: 10px; }
  p.excurs__price img + span {
    color: #000000;
    font-size: 20px;
    text-transform: none; }

.excurs__buy-button {
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
  background: #d61858;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  padding: 10px 0;
  border: #d61858;
  width: 100%;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }
  .excurs__buy-button:hover {
    background: #e93874; }
  .excurs__buy-button:active {
    background: #fff;
    -webkit-box-shadow: inset 0 0 7px #d61858;
    -moz-box-shadow: inset 0 0 7px #d61858;
    box-shadow: inset 0 0 7px #d61858;
    color: #d61858; }

.excurs__inputs {
  margin-top: 10px; }
  .excurs__inputs p {
    line-height: 10px;
    margin-bottom: 5px; }

.excurs__date {
  width: 120px; }

.excurs__number {
  width: 50px; }

.excurs__date-wrapper {
  float: left;
  border: 1px solid #000; }

.excurs__number-wrapper {
  float: right;
  border: 1px solid #000; }
  .excurs__number-wrapper input {
    text-align: center; }
  .excurs__number-wrapper span {
    font-size: 21px;
    color: #000000;
    cursor: pointer;
    padding: 4px 7px 3px;
    line-height: 10px; }
    .excurs__number-wrapper span:hover {
      color: #d61858; }
    .excurs__number-wrapper span:active {
      color: #a81345; }

.excurs__age-limit {
  margin-top: 10px; }
  .excurs__age-limit span {
    color: #000000;
    font-size: 20px;
    text-transform: none; }

.excurs__place {
  margin-top: 10px; }
  .excurs__place span {
    font: 15px arimoregular, sans-serif;
    color: #000000;
    text-transform: none; }

.excurs__description {
  margin: 20px 40px; }

.map-container {
  margin-top: 10px;
  height: 600px; }

.excurs__descr__tabs {
  border-bottom: 1px solid #000000; }
  .excurs__descr__tabs li {
    background: #d7d6d6;
    text-transform: uppercase;
    font: 13px arimobold, sans-serif;
    padding: 10px 20px;
    float: left;
    border: 1px solid #000000;
    margin-bottom: -1px;
    margin-right: -1px;
    cursor: pointer; }
  .excurs__descr__tabs .excurs__active-tab {
    background: #ffffff;
    border-bottom-color: #ffffff;
    cursor: auto; }

.excurs__descr__anons p {
  font: 16px arimoregular, sans-serif;
  line-height: 19px; }

.excurs__descr__anons li {
  font: 16px arimoregular, sans-serif;
  line-height: 19px;
  margin: 20px 0; }

.excurs__descr__text {
  font: 16px arimoregular, sans-serif;
  line-height: 19px; }

.excurs__descr__details {
  margin-top: 20px;
  margin-bottom: 20px; }
  .excurs__descr__details div {
    width: 33.3333333333%;
    float: left;
    padding-left: 80px; }
    .excurs__descr__details div:before {
      content: '';
      position: absolute;
      left: 0;
      top: 5px;
      height: 67px;
      width: 67px; }

.excurs__descr__details-wrap {
  padding-top: 10px; }
  .excurs__descr__details-wrap span {
    color: #797979;
    text-transform: uppercase;
    font-size: 10px; }
  .excurs__descr__details-wrap .excurs__descr__details-value {
    color: #000000;
    font-size: 30px;
    text-transform: none;
    line-height: 35px; }

.excurs-red-clock {
  position: relative; }
  .excurs-red-clock:before {
    background: url(../img/excurs-sprite.png);
    background-position: 0px -442px; }

.excurs-red-height {
  position: relative; }
  .excurs-red-height:before {
    background: url(../img/excurs-sprite.png);
    background-position: -70px -70px; }

.excurs-red-group {
  position: relative; }
  .excurs-red-group:before {
    background: url(../img/excurs-sprite.png);
    background-position: -70px 0; }

.excurs__descr__gets-text {
  background: #e1e0e0;
  padding: 20px 0; }

.excurs__descr__gets {
  margin-top: 60px;
  background: #e1e0e0; }
  .excurs__descr__gets li {
    position: relative;
    padding-left: 40px;
    font-size: 15px;
    margin: 20px 20px 20px 40px; }
    .excurs__descr__gets li:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      background: url(../img/excurs-check.png);
      width: 22px;
      height: 20px; }
  .excurs__descr__gets p {
    position: relative;
    padding-left: 40px;
    margin: 20px 20px 20px 40px;
    font-size: 15px; }
    .excurs__descr__gets p:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      background: url(../img/excurs-check.png);
      width: 22px;
      height: 20px; }

.excurs__descr__gets-heading {
  font-size: 25px;
  background: #d61858;
  color: #ffffff;
  padding: 3px 0 3px 20px; }

.excurs__content-wrapper {
  margin-bottom: 40px; }
  .excurs__content-wrapper p {
    font-size: 15px;
    margin: 5px 0; }

.excurs__content {
  margin: 40px; }
  .excurs__content h3 {
    color: #797979;
    font: 23px arimoregular, sans-serif;
    margin-bottom: 5px;
    position: relative;
    padding-left: 80px; }
    .excurs__content h3:before {
      content: '';
      position: absolute;
      left: 0;
      top: -10px;
      height: 67px;
      width: 67px; }

.excurs__content-text {
  font-size: 15px;
  padding-left: 80px;
  margin-top: 0; }

.excurs__teachers:before {
  background: url(../img/excurs-sprite.png);
  background-position: 0 -140px; }

.exc-blue-robot:before {
  background: url(../img/excurs-sprite.png);
  background-position: 0 -350px; }

.exc-calendar:before {
  background: url(../img/excurs-sprite.png);
  background-position: 0 -582px; }

.exc-blue-palace:before {
  background: url(../img/excurs-sprite.png);
  background-position: 0 -280px; }

.exc-blue-bus:before {
  background: url(../img/excurs-sprite.png);
  background-position: 0 0; }

.exc-blue-note:before {
  background: url(../img/excurs-sprite.png);
  background-position: 0 -210px; }

.ex__notes:before {
  background: url(../img/excurs-sprite.png);
  background-position: -70px -140px; }

.excurse__reserve-cont {
  padding-top: 20px; }
  .excurse__reserve-cont form {
    position: relative; }

.excurs__buy-popup-col {
  display: table-cell;
  vertical-align: top; }
  .excurs__buy-popup-col .block__filters {
    margin-bottom: 0; }

.excurs__buy-popup__addres {
  font-size: 15px;
  margin-top: 5px; }

.ex-thanks {
  position: absolute;
  display: none;
  margin: auto;
  top: -10px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  font: 20px arimoregular, sans-serif;
  padding: 20px 0 0; }

@media screen and (max-width: 1300px) {
  .excurs__buy-popup-col {
    display: block;
    width: 100%; }
    .excurs__buy-popup-col .excurs__buy-popup__choose-time {
      padding-left: 0;
      margin: 10px 0;
      float: left; } }

@media screen and (max-width: 1250px) {
  .excurs__buy-popup__choose-time {
    float: left;
    margin-top: 10px;
    clear: left; }
  .excurs__inputs .excurs__number-wrapper {
    clear: both;
    float: left;
    margin-top: 20px; }
  .excurs__descr__details {
    text-align: center; }
  div.excurs__descr__details-wrap {
    text-align: left;
    float: none;
    width: 100%;
    margin-bottom: 10px; } }

@media screen and (max-width: 1024px) {
  .excurs__buy__slider {
    width: 80%; }
  .excurs__buy-popup {
    width: 97%; }
  .excurs__info div {
    float: none;
    width: 100%;
    margin-bottom: 10px; }
  .excurs__info div + div {
    padding: 0; }
  .excurs__buy {
    margin: 0; }
  .excurs__buy__col1,
  .excurs__buy__col2 {
    width: auto;
    float: none; }
  .excurs__buy__col1 {
    overflow: hidden; }
  .excurs__buy h2 {
    font-size: 23px; }
  .excurs__buy-wrapper {
    margin-left: 0; }
  .excurs__inputs .excurs__date-wrapper,
  .excurs__inputs .excurs__number-wrapper {
    display: inline-block;
    float: none;
    margin-left: 10px; }
  .excurs__description {
    margin-left: 0;
    margin-right: 10px; }
  .excurs__content {
    margin-left: 0;
    margin-right: 0; } }

@media screen and (max-width: 750px) {
  .excurs__buy-popup {
    width: auto; }
  .excurs__description {
    margin-right: 0; }
  .excurs__buy__slider {
    width: auto; }
  .excurs__buy-popup__comment-wrap textarea {
    height: 8em; } }

@media screen and (max-width: 500px) {
  .excurs__buy-button {
    width: 100%; }
  .excurs__buy-popup__comment-wrap {
    padding-left: 0; }
  .comment-caption {
    float: none; }
  .excurs__descr__gets-text li,
  .excurs__descr__gets-text p {
    margin-left: 10px; }
  .excurs__info {
    padding-left: 0; }
  .excurse__reserve-cont textarea {
    height: 3em; }
  .map-container {
    height: 450px; } }

.rp__adv-searc-trigger {
  position: absolute;
  top: 65px;
  left: -25px;
  cursor: pointer;
  z-index: 999;
  border: 1px solid #000;
  background: #e7ebf0; }

.rp__adv-searc-trigger--icon {
  margin: 15px 3px;
  width: 18px;
  height: 23px;
  background: url(../img/rp-spritesheet.png) no-repeat -59px -99px; }

.rp__adv-searc-trigger--icon-collapse {
  background: url(../img/rp-spritesheet.png) no-repeat -83px -99px; }

div.adv-serch-toggle {
  right: 0; }
  div.adv-serch-toggle .rp__adv-search-wrpapper-outer {
    -webkit-box-shadow: -4px 4px 4px 0 rgba(0, 0, 0, 0.39);
    -moz-box-shadow: -4px 4px 4px 0 rgba(0, 0, 0, 0.39);
    box-shadow: -4px 4px 4px 0 rgba(0, 0, 0, 0.39); }
  div.adv-serch-toggle .rp__adv-searc-trigger {
    -webkit-box-shadow: -4px 4px 4px 0 rgba(0, 0, 0, 0.39);
    -moz-box-shadow: -4px 4px 4px 0 rgba(0, 0, 0, 0.39);
    box-shadow: -4px 4px 4px 0 rgba(0, 0, 0, 0.39); }

.breadcrumbs a {
  font-size: 13px; }

.breadcrumbs span {
  font-size: 13px; }

.rp {
  font: 15px arimoregular, sans-serif;
  color: #515863; }

.rp-container {
  position: relative; }

.rp-col2 {
  float: right;
  width: 250px;
  padding-top: 40px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  position: relative; }

.rp-col1 {
  margin-right: 250px;
  padding: 20px 40px;
  overflow: hidden;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.rp-descr {
  height: 60px;
  overflow: hidden; }

.so-on {
  color: #23b0de;
  text-decoration: underline;
  padding-left: 10px;
  cursor: pointer; }
  .so-on:hover {
    text-decoration: none; }

.rp-search__wrap {
  position: relative;
  border: 1px solid #000; }
  .rp-search__wrap input[type='text'] {
    border: none;
    width: 100%;
    padding: 9px 50px 9px 10px;
    margin-right: 40px;
    color: #000000;
    font-size: 16px; }
  .rp-search__wrap input[type='submit'] {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    border: none;
    background: url(../img/search-glass_dark-small.png) center no-repeat; }

.rp-search-result__col1 {
  font: 11px arimobold, sans-serif;
  text-transform: uppercase;
  color: #191b1f; }

.rp-search-result__bolder {
  font: 18px arimobold, sans-serif;
  color: #191b1f;
  text-transform: none; }

.rp-search-result {
  margin-top: 30px;
  margin-bottom: 20px; }
  .rp-search-result__col1 {
    float: left; }
  .rp-search-result__col2 {
    float: right;
    margin-top: 7px; }
  .rp-search-result .block__filters {
    float: left;
    margin-top: -19px;
    margin-left: 10px;
    margin-bottom: 0;
    padding: 0; }
    .rp-search-result .block__filters .sbHolder {
      margin-right: 0;
      width: 80px; }

.rp-search-result__max-card {
  float: left;
  font: 11px arimobold, sans-serif;
  text-transform: uppercase; }

.rp-card {
  border: 1px solid #000000;
  margin-bottom: 25px;
  position: relative;
  min-height: 490px;
  display: table;
  width: 100%; }

.rp-card__text-curs.dotdotdot {
  display: none; }

.rp-card__col1 {
  display: table-cell;
  padding: 20px;
  vertical-align: top; }
  .rp-card__col1 h3 {
    margin-top: 0;
    color: #23b0de;
    font-size: 28px;
    margin-bottom: 20px; }

.rp-card__col2 {
  display: table-cell;
  vertical-align: top;
  width: 235px;
  background: #e7ebf0;
  position: relative; }

.rp-card__foto img {
  float: left;
  padding: 0 20px 0 0; }

.rp-card__selected {
  background: #d61858;
  color: #ffffff;
  padding: 0 5px; }

.rp-card__foto-wrap a {
  color: #23b0de; }

.rp-card__text-norm {
  color: #191b1f;
  margin-top: 5px; }

.pr-card__subjects {
  height: 40px;
  overflow: hidden; }

.rp-card__text-curs {
  color: #404855;
  font-style: italic;
  height: 80px;
  overflow: hidden; }

.rp-card__section-head {
  font: 15px arimobold, sans-serif;
  color: #191b1f;
  margin-top: 20px;
  margin-bottom: 0; }

.rp-card__rait-review div {
  float: left;
  width: 50%;
  background: #cccccc; }

.rp-card__rait-review-rait {
  padding: 10px 0 20px;
  background: #bec8d4;
  border-left: 1px solid #e7ebf0; }
  .rp-card__rait-review-rait .rp-card__rait-capt {
    display: block;
    text-align: center;
    font: 11px arimobold, sans-serif;
    text-transform: uppercase;
    color: #191b1f; }
  .rp-card__rait-review-rait .rp-card__rait-val {
    color: #d61858;
    font: 30px arimobold, sans-serif;
    margin-bottom: -5px;
    display: block;
    text-align: center; }
  .rp-card__rait-review-rait a {
    text-decoration: underline; }
    .rp-card__rait-review-rait a:hover {
      text-decoration: none; }

.rp-card__ital {
  font-style: italic; }

.rp-card__checked {
  margin-bottom: 30px; }
  .rp-card__checked li {
    position: relative;
    padding-left: 30px;
    font-size: 13px;
    color: #191b1f; }
    .rp-card__checked li:before {
      content: '';
      position: absolute;
      left: 0;
      top: -4px;
      background-image: url(../img/rp-spritesheet.png);
      background-repeat: no-repeat;
      display: block;
      width: 21px;
      height: 21px;
      background-position: -5px -5px; }
  .rp-card__checked li + li {
    margin-top: 10px; }

.rp-card__p-inner {
  padding: 30px 20px 80px;
  position: relative; }

.rp-card__heading {
  font: 11px arimobold, sans-serif;
  color: #191b1f;
  text-transform: uppercase;
  margin: 20px 0 0; }

.rp-card__col2-descr {
  font: 15px arimoregular, sans-serif;
  color: #404855;
  margin: 0; }
  .rp-card__col2-descr i {
    margin-top: -5px;
    margin-right: 10px; }

.rp-card__heding-prices {
  color: #d61858;
  margin-top: 30px;
  margin-bottom: 15px; }

.rp-sprite {
  background-image: url(../img/rp-spritesheet.png);
  background-repeat: no-repeat;
  display: block;
  float: left;
  margin-top: -5px; }

.sprite-lesson-60 {
  width: 58px;
  height: 29px;
  background-position: -36px -5px;
  float: left;
  margin-top: -5px; }

.sprite-lesson-90 {
  width: 59px;
  height: 29px;
  background-position: -5px -44px; }

.sprite-lesson-out {
  width: 29px;
  height: 29px;
  background-position: -72px -44px;
  margin-left: 30px; }

.sprite-lesson-skype {
  width: 29px;
  height: 29px;
  background-position: -103px -5px;
  margin-left: 30px; }

.rp-card__timing {
  margin: 17px 0; }

.rp-card__select {
  left: 20px;
  right: 20px;
  position: absolute;
  bottom: 20px;
  color: #ffffff;
  text-transform: uppercase;
  font: 15px arimobold, sans-serif;
  background: #079e59;
  display: block;
  padding: 10px 0;
  text-align: center;
  margin-top: 30px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }
  .rp-card__select:hover {
    background: #08b667; }
  .rp-card__select:active {
    -webkit-box-shadow: inset 0 0 7px #079e59;
    -moz-box-shadow: inset 0 0 7px #079e59;
    box-shadow: inset 0 0 7px #079e59;
    background: #fff;
    color: #079e59; }

.rp-col2__heading {
  text-transform: uppercase;
  font: 15px arimoregular, sans-serif;
  color: #191b1f; }

.rp__adv-search-wrpapper-outer {
  border: 1px solid #000;
  background: #e7ebf0;
  margin-bottom: 40px; }
  .rp__adv-search-wrpapper-outer .block__filters {
    margin: 0;
    padding: 0; }
  .rp__adv-search-wrpapper-outer .sbHolder {
    width: 100%; }

.rp__adv-search-wrpapper {
  padding: 0 15px 15px; }

.pink-color {
  color: #d61858; }

.rp__radios {
  margin-top: 5px; }

.rp-radio {
  position: absolute;
  z-index: 999;
  margin-top: 4px;
  margin-left: 3px; }

.rp-radio-label {
  position: relative;
  padding-left: 30px;
  display: block;
  margin-bottom: 10px; }

.rp-radio:not(:checked),
.rp-radio:checked {
  position: absolute;
  left: -9999px; }

.rp-radio + .rp-radio-label:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background-image: url(../img/rp-spritesheet.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-position: -5px -102px; }

.rp-radio:checked + .rp-radio-label:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background-image: url(../img/rp-spritesheet.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-position: -35px -102px; }

.rp-check {
  position: absolute;
  z-index: 99;
  margin-top: 7px;
  margin-left: 3px; }

.rp-check-label {
  position: relative;
  padding-left: 30px;
  display: block;
  margin-bottom: 5px;
  margin-top: 5px; }

.rp-check:not(:checked),
.rp-check:checked {
  position: absolute;
  left: -9999px; }

.rp-check + .rp-check-label:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background-image: url(../img/rp-spritesheet.png);
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
  background-position: -111px -44px; }

.rp-check:checked + .rp-check-label:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background-image: url(../img/rp-spritesheet.png);
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
  background-position: -111px -73px; }

.rp__more-filters {
  background: #d61858;
  padding: 15px;
  color: #ffffff;
  cursor: pointer;
  margin-top: 15px; }

.rp__more-filters-button {
  float: right;
  width: 20px;
  margin-top: 4px; }
  .rp__more-filters-button span {
    display: block;
    height: 2px;
    background: #ffffff; }
    .rp__more-filters-button span + span {
      margin-top: 3px; }

.rp__mt20 {
  margin-top: 20px; }

.rp-prices-customs label {
  float: left;
  clear: left; }

.rp-prices-customs span {
  margin-left: 10px;
  line-height: 31px;
  color: #8391a7; }

.rp-bold {
  font-family: arimobold, sans-serif; }

.rp-separator {
  width: 100%;
  border-top: 1px solid #93a1b7;
  border-bottom: 1px solid #ffffff; }

.related-tags a {
  display: block;
  color: #23b0de;
  text-decoration: underline;
  margin-bottom: 5px; }
  .related-tags a:hover {
    text-decoration: none; }

.rcol-banner {
  margin-top: 40px;
  margin-bottom: 20px; }

.rp-rec-col1 {
  width: 75%;
  float: left;
  padding: 20px 40px; }
  .rp-rec-col1 h3 {
    color: #23b0de;
    font: 25px arimobold, sans-serif; }

.rp-rec-col2 {
  width: 25%;
  float: left;
  margin-top: 20px; }

.card-rait__container {
  position: relative; }
  .card-rait__container .rp-card__select {
    position: static;
    margin-bottom: 5px; }
  .card-rait__container .rp-card__p-inner {
    background: #e7ebf0;
    padding-bottom: 40px; }

.card-rait__rel-tags {
  padding-left: 20px; }
  .card-rait__rel-tags .rp-col2__heading {
    font-family: arimobold, sans-serif; }

.recall-short-review {
  border: 1px solid #bec5cf;
  padding: 20px; }

.recall-short-review__preview {
  float: left; }

.recall-short-review__descr {
  margin-left: 120px; }

.recall-short-review__large {
  color: #23b0de;
  font: 28px arimoregular, sans-serif;
  margin-top: 0; }

.rp-mt {
  margin-top: 20px; }

.rp-recall-form {
  margin-top: 40px; }
  .rp-recall-form .recall-short-review__large {
    margin: 60px 0 20px; }

.rp-recall-form__pers-data-container {
  width: 340px;
  margin: auto; }

.rp-recall-form__row {
  margin-bottom: 10px; }

.rp-recall-form__label {
  text-align: right;
  padding-top: 6px;
  margin-right: 10px;
  width: 75px;
  display: inline-block; }

.rp-recall-form__text {
  border: 1px solid #bec5cf;
  padding: 5px 10px;
  width: 250px; }

.rp-recall-form__rating-container input[type='radio']:checked,
.rp-recall-form__rating-container input[type='radio']:not(:checked) {
  position: absolute;
  left: -9999px; }

.rp-recall-form__rating-container label {
  width: 38px;
  height: 37px;
  display: inline-block;
  text-align: center;
  color: #d61858;
  font: 20px arimobold, sans-serif;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  line-height: 34px; }

.rp-recall-form__rating-container input[type='radio'] + label {
  background: #e7ebf0;
  border: 2px solid #fff;
  vertical-align: middle; }

.rp-recall-form__rating-container input[type='radio']:checked + label {
  background: #e7ebf0;
  border: 2px solid #d61858; }

.rp-recall-form__rating-container .rp-recall-form__row {
  margin-top: 20px; }

.rp-overall-raiting input[type='radio'] + label {
  background: #d61858;
  color: #e7ebf0;
  cursor: pointer; }

.rp-overall-raiting input[type='radio']:checked + label {
  border: 2px solid #000;
  background: #d61858; }

.rp-recall-form__rait-caption {
  display: inline-block;
  width: 330px;
  text-align: right;
  padding-right: 10px; }

.rp-recall-form__recall-capt {
  color: #909090;
  margin-top: -10px; }

.rp-recall-form__recall {
  width: 100%;
  border: 1px solid #bfc7d0;
  resize: none;
  padding: 20px; }

.rp-recall-form__submit {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px; }

.rp-recall-form__submit-button {
  background: #079e59;
  color: #ffffff;
  text-transform: uppercase;
  font: 15px arimobold, sans-serif;
  padding: 10px 60px;
  border: 1px solid #079e59;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }
  .rp-recall-form__submit-button:hover {
    background: #07b973; }
  .rp-recall-form__submit-button:active {
    background: #ffffff;
    color: #079e59;
    -webkit-box-shadow: inset 0 0 7px #079e59;
    -moz-box-shadow: inset 0 0 7px #079e59;
    box-shadow: inset 0 0 7px #079e59; }

.rp-sprite-icon {
  position: relative; }
  .rp-sprite-icon:before {
    content: '';
    position: absolute;
    left: 0;
    top: -10px;
    background-image: url(../img/rp-ic_spritesheet.png);
    background-repeat: no-repeat;
    display: block;
    width: 54px;
    height: 54px; }

.rp-sprite-icon-rp-ic_case:before {
  background-position: -5px -5px; }

.rp-sprite-icon-rp-ic_hat:before {
  background-position: -69px -5px; }

.rp-sprite-icon-rp-ic_light:before {
  background-position: -5px -69px; }

.rp-sprite-icon-rp-ic_notes:before {
  background-position: -69px -69px; }

.rp-skills {
  margin-top: 60px; }

.rp-skills__heading,
.rp-skills__text {
  padding-left: 80px; }

.rp-skills__heading {
  margin-top: 30px;
  margin-bottom: 0;
  font: 20px arimobold, sans-serif; }

.rp-rec-list {
  margin-top: 60px; }

.rp-rec-list__tabs li {
  float: left;
  font: 25px arimobold, sans-serif;
  border-bottom: 5px solid transparent;
  cursor: pointer;
  margin-bottom: -1px; }

.rp-rec-list__tabs li + li {
  margin-left: 40px; }

.rp-rec-list__tabs .rp-rec-list__active {
  color: #23b0de;
  border-bottom: 5px solid #23b0de;
  cursor: default; }

.rp-rec-list__recalls,
.rp-rec-list__detail {
  border: 1px solid #bac2cc; }

.rp-rec-list__detail {
  padding: 0 40px 40px;
  display: none; }

.rp-rec-list__counter {
  font: 15px arimoregular, sans-serif;
  color: #000000;
  padding-left: 10px;
  padding-top: -3px; }

.rp-rec-list__row + .rp-rec-list__row {
  margin-top: -5px; }

.rp-rec-list__col-1,
.rp-rec-list__col-2,
.rp-rec-list__col-3,
.rp-rec-list__col-4 {
  float: left; }

.rp-rec-list__col-1,
.rp-rec-list__col-3 {
  width: 15%; }

.rp-rec-list__col-2,
.rp-rec-list__col-4 {
  width: 85%;
  padding-left: 20px; }

.rp-rec-list__col-3 {
  text-align: center; }
  .rp-rec-list__col-3 p {
    font: 30px arimobold, sans-serif;
    color: #d61858;
    text-align: center;
    margin: 0; }

.rp-rec-list__det-section {
  padding: 40px 10px; }

.rp-rec-list__det-section + .rp-rec-list__det-section {
  border-top: 1px solid #bac2cc; }

.rp-rec-list__grade {
  padding-left: 70%;
  color: #d61858;
  font: 20px arimobold, sans-serif; }

.rp-rec-list__rait {
  height: 15px;
  background: #23b0de;
  float: left;
  margin-top: 5px; }

.rp-rec-list__rait-number {
  font-size: 13px;
  padding-left: 10px;
  line-height: 29px; }

.rait-5 {
  width: 54%; }

.rait-4 {
  width: 21.6%; }

.rait-3 {
  width: 19.8%; }

.rait-2 {
  width: 2.88%; }

.rait-1 {
  width: 0.72%; }

.rp-rec-list__rec-text {
  margin: 0 0 20px;
  font-style: italic; }
  .rp-rec-list__rec-text:before {
    content: '-'; }

.rp-rec-list__sign {
  color: #909090;
  font-style: italic;
  font-size: 13px; }

.rp-rec-list__leave-msg {
  color: #23b0de; }

.rp-rec-list__leave-msg-capt {
  color: #909090;
  font-style: italic;
  font-size: 13px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 0 20px; }

.rp-rec-list__leave-msg {
  margin-left: 20px;
  text-decoration: underline;
  font: 25px arimobold, sans-serif; }
  .rp-rec-list__leave-msg:hover {
    text-decoration: none; }

.rp-rec-list__heading {
  font: 20px arimobold, sans-serif;
  color: #191b1f;
  margin-bottom: 0; }

.rp-rec-list__text {
  color: #191b1f;
  margin-top: 40px; }

.rp-rec-list__img {
  text-align: center; }
  .rp-rec-list__img img {
    max-width: 100%; }

.rp-rec-list__media {
  margin-top: 40px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .rp-rec-list__media iframe,
  .rp-rec-list__media object,
  .rp-rec-list__media embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.mt60 {
  margin-top: 60px; }

.selected-bar {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  border-top: 1px solid #000;
  background: #e7ebf0;
  padding: 20px 0; }

.selected-bar__wrap {
  margin: auto;
  max-width: 1360px; }

.selected-bar__row {
  margin-bottom: 20px; }

.selected-bar__heading {
  font: 20px arimobold, sans-serif;
  color: #000000; }

.selected-bar__clear {
  color: #d61858;
  font: 13px arimobold, sans-serif;
  margin-left: 20px; }

.selected-bar__cards-list li {
  float: left;
  position: relative; }

.selected-bar__card {
  width: 250px;
  height: 85px;
  background: #ffffff;
  margin: 10px; }

.selected-bar__close {
  position: absolute;
  width: 19px;
  height: 19px;
  top: 2px;
  right: 2px;
  cursor: pointer;
  background: url(../img/rp-spritesheet.png) -111px -99px no-repeat; }

.selected-bar__img {
  float: left;
  margin-right: 10px; }

.selected-bar__caption {
  color: #23b0de;
  font: 15px arimobold, sans-serif;
  padding-top: 20px; }

.selected-bar__add-more {
  background: #d7dde6; }

.selected-bar__add-more-caption {
  font: italic 13px italic arimoregular, sans-serif;
  color: #929eac;
  padding-top: 25px; }

.selected-bar__added-icon {
  width: 87px;
  height: 93px;
  background: url(../img/rp-more.png) no-repeat;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding-right: 5px; }
  .selected-bar__added-icon span {
    font: 20px arimobold, sans-serif; }

.selected-bar__connect {
  text-transform: uppercase;
  color: #ffffff;
  background: #d61858;
  padding: 20px 20px;
  font: 15px arimobold, sans-serif;
  display: block; }
  .selected-bar__connect:hover {
    background: #e93874; }

.selected-bar__connect-block {
  margin-left: 20px;
  padding-top: 15px; }

.rp-mess__form label {
  width: 200px;
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  font: 15px arimobold, sans-serif;
  color: #000000; }

.rp-mess__form input[type=text],
.rp-mess__form input[type=email],
.rp-mess__form input[type=tel] {
  border: 1px solid #bec6cf;
  width: 260px;
  padding: 5px 10px; }

.rp-mess__form h5 {
  font: 20px arimobold, sans-serif;
  color: #000000; }

.rp-mess__row + .rp-mess__row {
  margin-top: 10px; }

label.rp-mess__email {
  font: 15px arimoregular, sans-serif; }

.rp-mess__textarea {
  width: 100%;
  border: 1px solid #bec6cf;
  padding: 20px;
  min-height: 150px; }

.rp-mess__conditions {
  margin-top: 40px; }
  .rp-mess__conditions a {
    color: #23b0de;
    border-bottom: 1px dotted #23c7f6; }
    .rp-mess__conditions a:hover {
      border-bottom: none; }

.rp-apply {
  text-align: center; }

.rp__adv-search-less {
  margin-bottom: 30px; }

.rp__adv-search-more {
  padding-bottom: 30px; }

.rp-card__selected:first-letter {
  text-transform: uppercase; }

@media screen and (max-width: 1300px) {
  .rp-col2 {
    position: absolute;
    top: 0;
    right: -250px;
    z-index: 99; }
  .rp-col1 {
    margin-right: 0; }
  .rp__adv-searc-trigger {
    display: block; }
  .rcol-banner {
    display: none; }
  .rp-recall-form__rait-caption {
    display: block;
    text-align: left; }
  .rp-col2__heading {
    display: none; }
  .selected-bar__added {
    clear: both; }
  .selected-bar {
    padding-left: 10px;
    padding-right: 10px; }
  .rp-col2__hided {
    display: none; } }

@media screen and (max-width: 850px) {
  .rp-card__col1,
  .rp-card__col2 {
    float: none;
    display: block;
    width: 100%; }
  .rp-card__col1 {
    margin-right: 0; }
  .rp-rec-col2,
  .rp-rec-col1 {
    float: none;
    width: 100%; }
  .rp-recall-form__rait-caption {
    width: auto; }
  .related-tags {
    display: none; }
  .rp-recall-form__pers-data-container {
    width: auto; } }

@media screen and (max-width: 600px) {
  .rp-col1 {
    padding-left: 0; }
  .rp-card__foto img {
    float: none; }
  .rp-card__foto-wrap {
    margin-left: 0; }
    .rp-card__foto-wrap h3 {
      font-size: 20px;
      margin: 20px 0; }
  .rp-search-result__col1 {
    float: none;
    margin: 10px 0; }
  .rp-search-result__col2 {
    float: none;
    margin: 20px 0 10px; }
  .recall-short-review__preview {
    float: none; }
  .recall-short-review__descr {
    margin: 0; }
  .rp-rec-col1 {
    padding-left: 0;
    padding-right: 0; }
  .rp-rec-list__col-3,
  .rp-rec-list__col-4 {
    float: none;
    width: auto; }
  .rp-rec-list__col-4 {
    margin-top: 20px; }
  .rp-mess__form {
    padding-right: 10px; }
    .rp-mess__form label {
      display: block;
      width: auto;
      text-align: left; }
    .rp-mess__form input {
      width: 100% !important; } }

.cr-contain {
  min-height: 400px;
  padding: 40px 0 40px 40px; }
  .cr-contain h3 {
    font-size: 20px; }

.cr-row {
  margin-left: 40px;
  margin-bottom: 15px; }
  .cr-row div {
    float: left; }

.cr-section {
  text-align: right;
  padding-right: 50px;
  width: 30%; }

.cr-name {
  font-family: arimobold, sans-serif;
  text-align: left;
  padding-right: 10px;
  width: 35%; }

.cr-email {
  text-align: left;
  width: 35%;
  font-family: arimobold, sans-serif; }
  .cr-email a {
    color: #23b0de; }
    .cr-email a:hover {
      border-bottom: 1px dashed #23b0de; }

.cr-section-mb {
  margin-top: 50px; }

.cr-contain__list li {
  margin: 30px 10px 0 20px; }

.cr-contain__list a {
  text-decoration: underline; }
  .cr-contain__list a:hover {
    text-decoration: none; }

.rss-par a {
  color: #23b0de;
  text-decoration: underline; }
  .rss-par a:hover {
    text-decoration: none; }

.rss-links a {
  color: #23b0de;
  text-decoration: underline; }
  .rss-links a:hover {
    text-decoration: none; }

.rss-links__row + .rss-links__row {
  margin-top: 10px; }

.rss-links__line-head {
  width: 40%;
  float: left;
  font: 18px arimobold, sans-serif; }

.rss-links__export-head {
  width: 60%;
  float: left;
  font: 18px arimobold, sans-serif; }

.rss-links__line {
  width: 40%;
  float: left; }

.rss-links__export {
  width: 60%;
  float: left; }

.nf-404 {
  text-align: center;
  padding-top: 120px;
  color: #888888;
  min-height: 600px;
  position: relative; }

.nf-404__wrap {
  position: relative;
  display: inline-block;
  text-align: left; }
  .nf-404__wrap img {
    max-width: 100%; }

.nf-404__text {
  position: absolute;
  left: 170px;
  top: 220px; }

.nf-404__nf {
  font-size: 22px;
  margin-bottom: 0; }

.nf-404__link {
  font-size: 15px; }
  .nf-404__link a {
    color: #23b0de; }
    .nf-404__link a:hover {
      text-decoration: underline; }

@media screen and (max-width: 600px) {
  .cr-name {
    clear: left;
    width: 50%; }
  .cr-section {
    width: auto;
    margin-bottom: 20px; }
  .cr-email {
    width: 50%; }
  .cr-row {
    margin-left: 0; }
  .nf-404__wrap {
    display: block;
    text-align: center; }
  .nf-404__text {
    left: 0;
    right: 0;
    width: auto;
    top: 90%; } }

@media screen and (max-width: 500px) {
  .cr-contain {
    padding: 20px 5px; } }

@media screen and (max-width: 400px) {
  .cr-email {
    clear: left; } }

.vz-float-window {
  position: absolute;
  padding: 10px 15px;
  font: 15px arimoregular, sans-serif;
  color: #000000;
  opacity: 0;
  width: 350px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  z-index: 10;
  text-shadow: none;
  top: 35px;
  visibility: hidden;
  left: 0; }

.vz-float-window__text {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #ccc;
  padding: 10px;
  max-height: 135px;
  overflow: auto; }
  .vz-float-window__text p {
    margin: 0 0 10px;
    font: 15px/15px arimoregular, sans-serif; }
    .vz-float-window__text p:last-of-type {
      margin: 0; }

.vz-float-window__bar {
  background: rgba(0, 0, 0, 0.8);
  height: 26px;
  font-size: 12px;
  line-height: 26px;
  color: #fff;
  padding: 0 10px; }
  .vz-float-window__bar b {
    color: #23b0de;
    font: normal 14px arimoregular, sans-serif; }

.tooltip {
  cursor: default; }

.vz-map__col1 {
  width: 80%;
  float: left;
  text-align: left;
  padding: 0px 40px 0px 20px; }

.vz-map__col2 {
  width: 20%;
  float: left;
  text-align: right;
  padding-left: 10px; }

.vert-banner {
  text-align: right; }
  .vert-banner img {
    max-width: 100%; }

.vz-region .vz-list__block-col1 {
  margin-top: -6px; }

.vz-list__map-head {
  font: 18px arimobold, sans-serif;
  color: #9c9c9c;
  text-transform: uppercase;
  margin: 0; }

.vz-map__contain {
  max-width: 100%; }
  .vz-map__contain img {
    max-width: 100%; }
  @media screen and (max-width: 1023px) {
    .vz-map__contain {
      margin-left: 0; } }

.vz-list__map-head--totl {
  font: 11px arimobold, sans-serif;
  color: #191b1f; }

.vz-list__map-head--number {
  font: 18px arimobold, sans-serif;
  color: #191b1f; }

.vz-search {
  position: relative;
  border: 1px solid #717171;
  margin-top: 20px;
  height: 40px; }
  .vz-search input[type='text'] {
    width: 100%;
    padding: 10px 42px 10px 10px;
    border: none;
    height: 100%; }
  .vz-search input[type='submit'],
  .vz-search input[type='button'] {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: #23b0de;
    height: 100%;
    padding: 0 30px;
    color: #ffffff;
    text-transform: uppercase;
    font: 12px arimobold, sans-serif;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms; }
    .vz-search input[type='submit']:hover,
    .vz-search input[type='button']:hover {
      background: #4fc0e5; }
    @media screen and (max-width: 1023px) {
      .vz-search input[type='submit'],
      .vz-search input[type='button'] {
        margin-left: 0; } }
    @media screen and (max-width: 450px) {
      .vz-search input[type='submit'],
      .vz-search input[type='button'] {
        padding: 0 10px; } }

.vz-map {
  text-align: center; }

.banner-cont {
  margin-top: 20px; }

.vz-dropdown {
  position: absolute;
  left: 0;
  top: 0;
  width: 185px; }
  .vz-dropdown .sbHolder {
    float: none;
    width: 100%;
    margin: 2px 0 0;
    border-right: 1px solid #e9e9e9; }
  .vz-dropdown .sbToggle {
    display: none; }
  .vz-dropdown .sbOptions a {
    padding: 11px 0 11px 40px; }
  .vz-dropdown a {
    padding-left: 35px;
    position: relative;
    border-bottom: none; }
    .vz-dropdown a:before {
      content: '';
      background: url(../img/vz-spritesheet.png) no-repeat;
      position: absolute;
      display: block;
      top: 7px;
      left: 5px; }
  .vz-dropdown a[rel=institution]:before {
    width: 21px;
    height: 20px;
    background-position: -5px -5px; }
  .vz-dropdown a[rel=specialty]:before {
    width: 17px;
    height: 23px;
    background-position: -70px -5px;
    top: 5px; }
  .vz-dropdown a[rel=regions]:before {
    width: 24px;
    height: 24px;
    background-position: -36px -5px; }
  .vz-dropdown:after {
    content: "";
    position: absolute;
    right: 8px;
    top: 17px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #818181; }

.sbSelector {
  height: 38px; }
  .sbSelector:before {
    left: 12px !important; }

.vz-col2 {
  text-align: right; }
  .vz-col2 img {
    max-width: 100%; }

.vz-container .excurs__expand-filter {
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  margin: 10px 0 0 0; }
  @media screen and (max-width: 1023px) {
    .vz-container .excurs__expand-filter {
      margin-left: 0; } }

.vz-container .excurs-bdr {
  border-color: #717171; }

@media screen and (max-width: 750px) {
  .vz-container .vz-list__block-col1 {
    margin-top: 0; } }

.vz-info {
  color: #000000;
  margin: 20px 0; }

.vz-license {
  font-style: italic;
  color: #000000;
  margin: 20px 0; }

.vz-info__heading {
  font-style: italic;
  margin: 20px 0 5px; }

.vz-info__text {
  margin: 0;
  line-height: 18px; }

.vz-license__time {
  color: #066e08;
  font-family: arimobold, sans-serif; }

.vz-tabs {
  display: table;
  width: 100%; }
  .vz-tabs .selected-tab {
    background: #ffffff;
    border-bottom-color: #fff;
    cursor: default; }
  .vz-tabs li {
    height: 45px;
    background: #e7e7e7;
    display: table-cell;
    width: 25%;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #d0d0d0;
    cursor: pointer; }
  .vz-tabs li + li {
    border-left: none; }

.vz-specialist__heading {
  background: #23b0de;
  color: #ffffff;
  margin-top: 20px; }
  .vz-specialist__heading ul {
    display: table;
    width: 100%; }
  .vz-specialist__heading li {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 10px 5px 20px; }
  .vz-specialist__heading li + li {
    border-left: 1px solid #fff; }
  @media screen and (max-width: 600px) {
    .vz-specialist__heading {
      display: none; } }

.vz-card-table__heading {
  background: #23b0de;
  color: #ffffff;
  margin-top: 20px;
  display: table-row;
  width: 100%; }
  @media screen and (max-width: 650px) {
    .vz-card-table__heading {
      display: none; } }
  .vz-card-table__heading > div {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 10px 5px 20px; }
  .vz-card-table__heading > div + div {
    border-left: 1px solid #fff; }

.vz-specialist__row {
  display: table-row; }

.vz-specialist__col1,
.vz-specialist__row-col1 {
  width: 15%; }

.vz-specialist__col2,
.vz-specialist__row-col2 {
  width: 65%; }

.vz-specialist__col3
.vz-specialist__row-col3 {
  width: 20%; }

.vz-specialist__row {
  display: table;
  width: 100%;
  border-bottom: 1px solid #c3c3c3; }
  .vz-specialist__row > div {
    display: table-cell;
    padding: 5px 10px 5px 20px;
    vertical-align: middle; }
    @media screen and (max-width: 700px) {
      .vz-specialist__row > div {
        padding: 5px 10px; } }

.vz-specialist__row-col1 {
  font: 14px arimobold, sans-serif; }

.vz-specialist__row-col2 {
  font: 14px arimoregular, sans-serif; }

.vz-specialist__row-col3 {
  font: 12px arimoregular, sans-serif;
  text-transform: uppercase;
  color: #2087b0; }

.vz-details {
  margin: 20px 0 0;
  background: #e7e7e7;
  border: 1px solid #d3d3d3;
  padding: 20px;
  width: 100%;
  position: relative; }

.vz-military {
  float: right; }
  .vz-military img {
    max-width: 100%; }
  @media screen and (max-width: 500px) {
    .vz-military {
      float: none; } }

.vz-details__description a {
  color: #23b0de;
  text-decoration: underline; }
  .vz-details__description a:hover {
    text-decoration: none; }

.vz-details__col1,
.vz-details__col2 {
  width: 50%;
  display: table-cell; }

.vz-details__col2 {
  text-align: right;
  position: relative; }

.vz-details__open-doors {
  font: 16px arimobold, sans-serif;
  color: #000000;
  margin-top: 0; }

.vz-details__open-doors-time {
  font: 30px arimobold, sans-serif;
  color: #23b0de;
  border-bottom: 2px solid #92d8ef;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  margin: 20px 0; }
  .vz-details__open-doors-time:hover {
    border-bottom-color: #E7E7E7; }

.vz-details__link-wrap {
  margin: 20px 0; }

.vz-details__link-to-all {
  float: right;
  color: #23b0de;
  margin-top: 20px;
  border-bottom: 1px dashed #66c8e8;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }
  .vz-details__link-to-all:hover {
    border-bottom-color: #fff; }

.vz-filt-butt {
  text-shadow: 0 1px 9px #fff; }

.excurs__expand-filter {
  margin-top: 5px;
  position: relative;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent; }

.excurs-bdr {
  background: rgba(241, 241, 241, 0.9);
  border-color: #717171; }
  .excurs-bdr .vz-excurs-filter > div {
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    top: 0;
    opacity: 1;
    visibility: visible; }

.vz-excurs-filter > div {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  top: -30px;
  opacity: 0;
  visibility: hidden;
  position: relative; }

.vz-content-wrap {
  background: url(../img/vz-backgroud.jpg) no-repeat;
  padding: 5px 20px 0 0; }

.vz-filter {
  font: 15px arimoregular, sans-serif;
  color: #1a1b1f;
  border: none;
  position: relative; }

.excurs-bdr.vz-filter {
  border-color: #717171; }

.vz-filter__dropdown {
  vertical-align: top; }
  .vz-filter__dropdown .sbHolder {
    width: 170px;
    margin: 0;
    border: 1px solid #c0c0c0; }
  .vz-filter__dropdown .sbOptions {
    border: 1px solid #c0c0c0;
    margin-top: -2px; }

.vz-excurs-filter {
  position: absolute;
  width: calc(100% + 2px);
  margin-left: -1px;
  z-index: 1;
  background: rgba(241, 241, 241, 0.9);
  top: 48px;
  border-left: 1px solid #717171;
  border-bottom: 1px solid #717171;
  border-right: 1px solid #717171; }
  .vz-excurs-filter .sbHolder {
    width: 100%; }

.vz-row {
  position: relative;
  text-align: left; }
  .vz-row input[type=text] {
    padding: 3px 10px 2px;
    border: none; }
  .vz-row label {
    margin-left: 20px;
    vertical-align: middle; }
  .vz-row input.invisible {
    width: 0;
    padding-left: 0;
    padding-right: 0;
    border: 0; }

input.vz-input-text {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3) inset;
  background: #e8eaef;
  background: -moz-linear-gradient(top, #e8eaef 0%, #f0f3f8 100%);
  background: -webkit-linear-gradient(top, #e8eaef 0%, #f0f3f8 100%);
  background: linear-gradient(to bottom, #e8eaef 0%, #f0f3f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8eaef', endColorstr='#f0f3f8', GradientType=0); }

.vz-filter__speciality-label {
  width: 250px; }

.vz-filter__radio:checked,
.vz-filter__radio:not(checked) {
  position: absolute;
  margin-top: 12px;
  left: -9999px; }

label.vz-filter__rad-label {
  position: relative;
  padding-left: 35px;
  margin-left: 30px;
  display: inline-block;
  cursor: pointer;
  top: 1px; }

.vz-filter__radio:checked + .vz-filter__rad-label:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  width: 20px;
  height: 20px;
  background-position: -5px -82px;
  background-image: url(../img/vz-spritesheet.png);
  background-repeat: no-repeat; }

.vz-filter__radio:not(checked) + .vz-filter__rad-label:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  width: 20px;
  height: 20px;
  background-position: -97px -5px;
  background-image: url(../img/vz-spritesheet.png);
  background-repeat: no-repeat; }

.vz-raits {
  margin-left: 10px;
  margin-top: 40px; }

.col50 {
  width: 50%;
  float: left;
  padding: 0 10px; }

.vz-widget {
  background-image: url(../img/vz-spritesheet.png);
  background-repeat: no-repeat;
  display: block; }

.vz-widget-raiting {
  width: 67px;
  height: 67px;
  background-position: -147px -5px;
  float: left;
  margin-right: 10px; }

.vz-widget-questions {
  width: 67px;
  height: 67px;
  background-position: -70px -38px;
  float: left;
  margin-right: 10px; }

.vz-raits__heading a:hover h2 {
  text-decoration: underline; }

.vz-raits__heading h2 {
  font: 25px arimoregular, sans-serif;
  margin: 10px 0 0; }

.vz-raits__heading span {
  font-size: 13px;
  color: #878787; }

.vz-raits__list {
  color: #000000;
  padding-left: 10px;
  display: table;
  width: 100%;
  margin-bottom: -10px; }
  .vz-raits__list li {
    vertical-align: middle;
    position: relative;
    margin: 10px 0; }

.vz-raits__rait-number {
  font: 27px arimobold, sans-serif;
  vertical-align: middle;
  display: table-cell;
  padding-left: 30px; }

.vz-filter__name {
  font: 14px arimoregular, sans-serif;
  display: table-cell;
  vertical-align: middle;
  padding-left: 22px; }

.vz-raits__recall-list {
  color: #000000;
  margin-left: 77px;
  margin-top: 25px; }
  .vz-raits__recall-list a {
    color: #000000; }
    .vz-raits__recall-list a:hover .vz-raits__rec-obj {
      text-decoration: underline; }
  .vz-raits__recall-list li + li {
    margin-top: 30px; }

.vz-raits__all-raits {
  float: right;
  color: #23b0de;
  border-bottom: 1px dotted #fff;
  margin-right: 10px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }
  .vz-raits__all-raits:hover {
    border-bottom: 1px dotted #7cd0eb; }

.vz-raits__rec-name {
  font-size: 15px;
  margin: 0; }

.vz-raits__rec-obj {
  font: 12px arimobold, sans-serif;
  margin-top: 5px; }
  .vz-raits__rec-obj span {
    font-family: arimoregular, sans-serif; }

.vz-raits__avg {
  margin-top: 20px;
  font: 15px arimoregular, sans-serif;
  color: #7c7c7c; }

.vz-raits__avg-number {
  color: #ffffff;
  font: 14px arimobold, sans-serif;
  background: #d61858;
  padding: 8px 9px;
  margin-left: 10px; }

.vz-news {
  margin-bottom: 40px;
  margin-top: 10px; }
  .vz-news h2 {
    margin-top: 20px; }

.vz-media {
  margin-bottom: 20px;
  margin-left: 20px; }

.vz-video {
  text-align: center; }
  .vz-video img {
    max-width: 100%; }
  .vz-video h2 {
    text-align: left;
    margin-top: 0; }

.col70 {
  width: 70%;
  float: left; }

.col30 {
  width: 30%;
  float: left; }

.vz-w50p {
  float: left;
  width: 50%;
  display: block !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative; }

.vz-filter__region {
  width: 100%;
  padding-left: 80px; }

.label-abs {
  position: absolute;
  left: 0;
  top: 2px; }

.vz-filter__inst-name {
  width: 100%; }

.vz-filter__name-col {
  padding-left: 120px; }

.vz-filter__speciality-label {
  top: -10px; }

.vz-filter__spec-col {
  width: 100%;
  padding-left: 240px; }

.vz-filter__edu-form {
  width: 100%;
  padding-left: 140px; }

label.vz-filter__inst-label {
  margin-left: 0; }

label.vz-filter__edu-form-label {
  margin-left: 0; }

label.vz-filter__speciality-label {
  margin-left: 10px; }

.vz-filter__org-form {
  width: 100%;
  padding-left: 200px; }

.vz-filter__partition {
  width: 100%;
  padding-left: 170px; }

label.vz-filter__law-label {
  margin-left: 0; }

.vz-filter__law-label {
  top: 0; }

@media screen and (max-width: 700px) {
  .vz-list {
    margin-top: -20px; } }

.vz-list__block-col1 {
  width: 80%;
  float: left;
  margin-top: 20px;
  padding: 0 40px 0 20px; }

.vz-list__block-col2 {
  width: 19%;
  float: right; }

.vz-filt-butt {
  width: 123px; }

.vert-banner + .vert-banner {
  margin-top: 20px; }

.vz-list__heading {
  background: #23b0de;
  color: #ffffff;
  font: 16px arimoregular, sans-serif;
  padding: 10px 10px 10px 20px;
  text-align: center; }
  @media screen and (max-width: 700px) {
    .vz-list__heading {
      display: none; } }

.vz-list__col-name {
  border-bottom: 1px dashed #fff;
  cursor: pointer; }

.vz-list__column {
  display: table-cell;
  vertical-align: middle;
  position: relative; }
  .vz-list__column a {
    color: #000000; }

.vz-list__col0 {
  width: 10%;
  text-align: center; }

.vz-list__col1 {
  width: 45%;
  text-align: left; }
  @media screen and (max-width: 700px) {
    .vz-list__col1 {
      margin-top: 10px;
      text-align: center; } }

.vz-list__col1-name {
  width: 45%;
  text-align: left; }

.vz-list__col2 {
  width: 20%; }

.vz-list__col3 {
  width: 15%; }

.vz-list__col4 {
  width: 10%; }

.vz-list__head-col1 {
  width: 55%; }

.vz-list__head-col2 {
  width: 20%; }

.vz-list__head-col3 {
  width: 15%; }

.vz-list__head-col4 {
  width: 10%; }

.vz-list__row {
  text-align: center;
  padding: 30px 0;
  border-bottom: 1px solid #c3c3c3;
  width: 100%;
  display: table; }
  .vz-list__row a:hover .vz-list__univ-name {
    text-decoration: underline; }
  @media screen and (max-width: 700px) {
    .vz-list__row {
      padding-top: 0; } }
  @media screen and (max-width: 700px) {
    .vz-list__row + .vz-list__row {
      padding-top: 30px; } }

.vz-list__univ-name {
  font: 16px/21px arimobold, sans-serif;
  color: #000;
  margin-bottom: 5px;
  margin-top: 0;
  min-height: 40px; }
  .vz-list__univ-name:hover {
    text-decoration: underline; }

.vz-list__sm-gray {
  font: 13px arimoregular, sans-serif;
  color: #959595;
  display: block; }

.vz-list__region {
  font-size: 13px;
  text-transform: uppercase;
  color: #23b0de;
  margin: 0; }

.vz-list__mobile-caption {
  display: none;
  position: relative; }
  @media screen and (max-width: 700px) {
    .vz-list__mobile-caption {
      display: block; } }

.vz-list__rait-place {
  font: 25px arimobold, sans-serif; }

.vz-list__recall-rait {
  font: 20px arimobold, sans-serif;
  color: #ffffff;
  background: #d61858;
  width: 40px;
  padding: 4px 0;
  text-align: center;
  display: inline-block; }

.vz-list__no-rait {
  text-transform: uppercase;
  color: #aaa;
  font-size: 13px; }

.no-recall {
  background: #d2d2d2; }

.vz-list__block-col1 .vz-map__contain {
  margin-left: 0; }

.vz-recall-search input[type=text] {
  padding-left: 15px; }

.vz-recall-col2 {
  margin-top: 30px; }

.vz-rec-block {
  display: table;
  width: 100%;
  margin-top: 20px; }

.vz-rec-block__col1 {
  width: 15%;
  display: table-cell;
  text-align: center; }

.vz-rec-block__col2 {
  width: 85%;
  display: table-cell;
  vertical-align: middle; }

.vz-rec-block__date {
  color: #969696;
  font: 12px arimoregular, sans-serif; }

.vz-rec-block__name {
  margin: 0;
  font: 15px arimoregular, sans-serif;
  color: #000000;
  margin-top: 20px; }

.vz-rec-block__col2 {
  border: 1px solid #cbcbcb; }

.vz-rec-block__row1 {
  display: table;
  width: 100%;
  padding: 20px 0 20px 20px; }
  @media screen and (max-width: 550px) {
    .vz-rec-block__row1 {
      padding-left: 10px;
      padding-right: 10px; } }

.vz-rec-block__col2_1 {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding-left: 85px; }
  @media screen and (max-width: 400px) {
    .vz-rec-block__col2_1 {
      padding-left: 0;
      text-align: center; } }

.vz-rec-block__col2_2 {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.vz-list__logo-container {
  position: absolute;
  left: 0;
  top: 0; }
  @media screen and (max-width: 400px) {
    .vz-list__logo-container {
      position: static;
      width: 100%; } }

.vz-rec-block__sm-gray {
  font: 12px arimoregular, sans-serif;
  color: #959595; }

.vz-recall-search {
  margin-left: 0; }

.vz-rec-block__grade {
  font-size: 13px;
  color: #191b1f;
  margin-right: 10px; }

.vz-rec-block__row2 {
  background: #efefef;
  position: relative; }

.arrow_box {
  position: relative;
  background: #efefef;
  top: 40px; }

.arrow_box:after, .arrow_box:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.arrow_box:after {
  border-color: rgba(239, 239, 239, 0);
  border-right-color: #ffffff;
  border-width: 14px;
  margin-top: -14px; }

.arrow_box:before {
  border-color: rgba(201, 201, 201, 0);
  border-right-color: #BABABA;
  border-width: 15px;
  margin-top: -15px; }

.vz-rec-block__comment {
  font-style: italic;
  color: #191b1f;
  padding: 20px 20px 20px 40px;
  margin: 0; }

.vz-rec-block__rec-subjs-col {
  width: 50%;
  float: left;
  padding: 0 20px;
  text-align: right; }

.vz-rec-block__rec-subjs-row {
  margin: 25px 0;
  position: relative; }

.vz-rec-block__subj-param {
  color: #191b1f;
  font-size: 15px;
  margin: 0 40px 0 0; }

.vz-rec-block__subj-rait {
  color: #ffffff;
  font: 14px arimobold, sans-serif;
  background: #8f8f8f;
  padding: 5px 0;
  width: 30px;
  text-align: center;
  display: inline-block;
  position: absolute;
  right: 0px;
  top: -5px; }

.vz-rec-block__average {
  text-align: right;
  padding: 20px 40px; }
  @media screen and (max-width: 500px) {
    .vz-rec-block__average {
      padding: 20px 10px;
      text-align: left; } }

.vz-rec-block__average-caption {
  text-transform: uppercase;
  font: 15px arimobold, sans-serif;
  padding-right: 10px; }
  @media screen and (max-width: 500px) {
    .vz-rec-block__average-caption {
      font-size: 12px; } }

.vz-top {
  margin-top: 40px; }

.vz-top__rait-block {
  position: relative; }
  .vz-top__rait-block a:hover .vz-top__name {
    color: #23b0de; }

.vz-top__rait-block + .vz-top__rait-block {
  margin-top: 20px; }

.vz-top__heading {
  text-transform: uppercase;
  color: #23b0de;
  font: 17px arimobold, sans-serif; }

.vz-top__rait {
  position: absolute;
  left: 0;
  top: 0; }
  @media screen and (max-width: 1250px) {
    .vz-top__rait {
      position: static;
      margin: 0 0 10px 0; } }

.vz-top__name {
  font: 13px arimobold, sans-serif;
  color: #000000;
  margin: 0 0 0 50px;
  line-height: 15px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }
  @media screen and (max-width: 1250px) {
    .vz-top__name {
      margin: 0; } }

.vz-map__heading {
  margin-left: 20px;
  margin-top: -60px; }

.excurs-bdr + .vz-map__heading {
  margin-top: 0; }

.vz-map__region {
  text-transform: uppercase;
  font: 18px arimobold, sans-serif;
  color: #9c9c9c;
  margin-bottom: 0; }

.vz-map__total {
  margin-top: 0;
  margin-bottom: 0;
  font: 11px arimobold, sans-serif;
  color: #000;
  text-transform: uppercase; }
  .vz-map__total span {
    font-size: 18px;
    text-transform: none; }

.vz-map__megapolis-link {
  text-align: center; }
  .vz-map__megapolis-link a:hover p {
    border-bottom-color: #d61858; }

.vz-map__megapolis-contain {
  width: 168px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  position: relative;
  margin: 10px 0 0 0; }
  .vz-map__megapolis-contain:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 51px;
    height: 51px; }
  .vz-map__megapolis-contain p {
    margin: 0 0 0 60px;
    color: #d61858;
    border-bottom: 1px dotted #fff;
    -webkit-transition: border-color 500ms;
    -moz-transition: border-color 500ms;
    -o-transition: border-color 500ms;
    transition: border-color 500ms; }
  @media screen and (max-width: 570px) {
    .vz-map__megapolis-contain {
      width: 180px; } }
  .vz-map__megapolis-contain.active p {
    color: #079e59; }

.vz-map__univ {
  font: 20px/20px arimobold, sans-serif; }

.vz-map__city {
  font-size: 12px; }

.vz-moscow {
  padding-top: 10px; }
  .vz-moscow:before {
    background: url(../img/vz-spritesheet.png) -147px -82px no-repeat; }
  .vz-moscow.active:before {
    background: url("../img/vz-sort-hover.png") no-repeat; }

.vz-piter {
  padding-top: 10px; }
  .vz-piter:before {
    background: url(../img/vz-spritesheet.png) -5px -143px no-repeat; }
  .vz-piter.active:before {
    background: url("../img/vz-sort-hover.png") -51px 0 no-repeat; }

.vz-all-reg,
.vz-all-town,
.vz-all-spec {
  padding-top: 10px; }
  .vz-all-reg p,
  .vz-all-town p,
  .vz-all-spec p {
    font-size: 16px;
    line-height: 16px; }

.vz-all-reg:before {
  background: url(../img/vz-spritesheet.png) -163px -143px no-repeat; }

.vz-all-reg.active:before {
  background: url("../img/vz-sort-hover.png") -102px 0 no-repeat; }

.vz-all-town {
  font-size: 18px; }
  .vz-all-town:before {
    background: url(../img/vz-spritesheet.png) -109px -143px no-repeat; }
  .vz-all-town.active:before {
    background: url("../img/vz-sort-hover.png") -153px 0 no-repeat; }

.vz-all-spec {
  font-size: 18px; }
  .vz-all-spec:before {
    background: url(../img/vz-spritesheet.png) -58px -143px no-repeat; }
  .vz-all-spec.active:before {
    background: url("../img/vz-sort-hover.png") -204px 0 no-repeat; }

.vz-card__head {
  position: relative;
  padding: 0 0 70px 20px;
  margin-bottom: 20px; }

.vz-card__name-expanded {
  font: 28px arimobold, sans-serif;
  color: #000000;
  text-shadow: 0 1px 2px #fff;
  margin: 0;
  line-height: 29px;
  display: inline-block; }

.vz-card__ex-name {
  color: #ffffff;
  font: 15px arimobold, sans-serif;
  text-shadow: 0 1px 2px #000;
  display: inline-block;
  position: relative; }
  .vz-card__ex-name:hover .vz-float-window {
    opacity: 1;
    top: 25px;
    z-index: 100;
    visibility: visible; }

.vz-card__abbr {
  color: #000000;
  font: 45px arimobold, sans-serif;
  text-shadow: 0 1px 2px #fff;
  margin: 0; }

.vz-card__status {
  color: #000000;
  text-shadow: 0 1px 2px #fff;
  font-size: 15px; }

.vz-card__content a {
  color: #23b0de; }
  .vz-card__content a:hover {
    text-decoration: underline; }

.vz-card__content-wrap {
  margin-top: -40px; }
  .vz-card__content-wrap .vz-list__block-col1 {
    margin-top: 30px; }
    @media screen and (max-width: 850px) {
      .vz-card__content-wrap .vz-list__block-col1 {
        margin-top: 23px; } }
  .vz-card__content-wrap .vz-list__block-col2 {
    margin-top: -20px; }

.vz-nav-sprite {
  background-image: url(../img/vz-nav-icons.png);
  background-repeat: no-repeat;
  display: block;
  margin: auto; }

.sprite-vz-blocknote {
  width: 36px;
  height: 36px;
  background-position: -5px -5px; }

.sprite-vz-bulb {
  width: 30px;
  height: 38px;
  background-position: -51px -5px; }

.sprite-vz-contacts {
  width: 33px;
  height: 34px;
  background-position: -5px -53px; }

.sprite-vz-home {
  width: 37px;
  height: 34px;
  background-position: -48px -53px; }

.sprite-vz-shout {
  width: 38px;
  height: 38px;
  background-position: -91px -5px; }

.sprite-vz-star {
  width: 38px;
  height: 34px;
  background-position: -95px -53px; }

.vz-card-nav {
  margin-bottom: 20px; }
  .vz-card-nav li {
    display: table;
    width: 100%;
    background: #e4e8ec; }
  .vz-card-nav li + li {
    border-top: 1px solid #fff; }
  .vz-card-nav a {
    display: block; }
  .vz-card-nav a:hover .vz-card-nav__text {
    background: #E7EEF5; }

.vz-card-nav__icon {
  background: #2c3d7a;
  display: table-cell;
  vertical-align: middle;
  height: 75px;
  text-align: center;
  width: 70px; }

.vz-card-nav__text {
  display: table-cell;
  vertical-align: middle;
  height: 75px;
  padding-left: 10px;
  width: 73%;
  color: #000;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.vz-nav-selected {
  background: #ffffff; }

.vz-card__content {
  margin-top: 10px; }
  @media screen and (max-width: 700px) {
    .vz-card__content {
      margin-top: 0; } }

.vz-card__description {
  color: #ffffff;
  background: #2c3d7a;
  display: table;
  width: 100%;
  padding: 40px 20px;
  margin-top: -70px; }
  .vz-card__description > div {
    display: table-cell;
    vertical-align: middle; }
  @media screen and (max-width: 700px) {
    .vz-card__description {
      margin-top: 20px; } }

.vz-card__description-logo {
  text-align: center; }

.vz-card__founded {
  font-size: 13px; }

.vz-card__founded-year {
  font-size: 20px; }

.vz-card__description-text {
  padding-left: 20px; }

.vz-adv-search {
  margin-left: 0 !important;
  float: left;
  width: 100%; }
  .vz-adv-search .excurs__expand-filter__switcher {
    float: left; }

.vz-rec-filt__wrap {
  position: relative;
  margin-bottom: -15px; }
  @media screen and (max-width: 600px) {
    .vz-rec-filt__wrap {
      text-align: center; } }
  .vz-rec-filt__wrap .excurs__expand-filter__wrap {
    margin-bottom: 60px; }
  .vz-rec-filt__wrap .vz-adv-search {
    padding: 0 20px; }
  .vz-rec-filt__wrap .excurs__expand-filter__buttons {
    margin-right: 0; }
  .vz-rec-filt__wrap .rp-search-result {
    margin-bottom: 0;
    position: absolute;
    right: 20px; }
    @media screen and (max-width: 600px) {
      .vz-rec-filt__wrap .rp-search-result {
        position: static;
        text-align: center;
        display: inline-block; } }
  .vz-rec-filt__wrap .rp-search-result__col2 {
    margin-top: 0; }
  .vz-rec-filt__wrap .excurs__expand-filter__switcher {
    position: absolute;
    z-index: 10;
    top: 4px; }
  .vz-rec-filt__wrap .excurs__expandable {
    top: 60px;
    left: 0;
    padding: 0 20px; }

.vz-arrange {
  text-align: center;
  position: relative; }
  .vz-arrange span {
    text-transform: uppercase;
    font: 11px arimobold, sans-serif;
    color: #191b1f;
    cursor: pointer;
    margin: 0 10px;
    white-space: nowrap;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms; }
    .vz-arrange span:hover {
      color: #23b0de; }

.vz-arrange__outer-wrap {
  position: absolute;
  left: 0;
  right: 90px;
  margin: auto;
  bottom: 23px; }
  @media screen and (max-width: 1100px) {
    .vz-arrange__outer-wrap {
      position: static; } }

.vz-rec-filt__col {
  width: 33.33333333%;
  float: left; }

.vz-rec-filt__row {
  margin: 20px 0; }
  .vz-rec-filt__row input[type=radio]:checked,
  .vz-rec-filt__row input[type=radio]:not(checked) {
    position: absolute;
    margin-top: 5px;
    left: -9999px; }
  .vz-rec-filt__row label {
    position: relative;
    padding-left: 30px;
    display: block;
    padding-right: 10px;
    cursor: pointer; }
    .vz-rec-filt__row label:hover {
      color: #00A5DB; }
    .vz-rec-filt__row label:after {
      content: '';
      position: absolute;
      left: 6px;
      top: 6px;
      width: 1px;
      height: 1px;
      opacity: 0;
      visibility: hidden;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background: transparent;
      border: 3px solid #4CBFE5;
      z-index: 0; }
  .vz-rec-filt__row label:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0; }
  .vz-rec-filt__row input[type=radio]:checked + label:before {
    background-image: url(../img/sprites-all.png);
    background-position: 0px -158px;
    width: 18px;
    height: 18px; }
  .vz-rec-filt__row input[type=radio]:checked + label:after {
    animation: touch-checkbox 0.3s; }
  .vz-rec-filt__row input[type=radio]:not(checked) + label:before {
    background-image: url(../img/sprites-all.png);
    background-position: -152px -120px;
    width: 18px;
    height: 18px; }

.vz-filter__radio + .vz-filter__rad-label:after {
  content: '';
  position: absolute;
  left: 8px;
  top: 7px;
  width: 1px;
  height: 1px;
  opacity: 0;
  visibility: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #4CBFE5;
  z-index: 0; }

.vz-filter__radio:checked + .vz-filter__rad-label:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  right: auto;
  width: 23px;
  height: 24px;
  background-position: -5px -82px;
  background-image: url(../img/vz-spritesheet.png);
  background-repeat: no-repeat; }

.vz-filter__radio:checked + .vz-filter__rad-label:after {
  animation: touch-checkbox 0.3s; }

.vz-filter__radio:not(checked) + .vz-filter__rad-label:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  right: auto;
  width: 23px;
  height: 24px;
  background-position: -97px -5px;
  background-image: url(../img/vz-spritesheet.png);
  background-repeat: no-repeat;
  z-index: 1; }

@keyframes touch-checkbox {
  50% {
    opacity: .3;
    visibility: visible; }
  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(10, 10);
    -moz-transform: scale(10, 10);
    -ms-transform: scale(10, 10);
    -o-transform: scale(10, 10);
    transform: scale(10, 10); } }

.vz-recall-anons {
  margin: 20px 0 40px 20px; }
  .vz-recall-anons .vz-raits__recall-list {
    margin-left: 0;
    margin-top: 20px; }

.vz-bottom-anons {
  display: table;
  width: 100%;
  position: relative; }
  .vz-bottom-anons li {
    width: 33.333333%;
    display: table-cell;
    padding: 0 10px; }
  .vz-bottom-anons li + li {
    margin-top: 0; }
  .vz-bottom-anons .vz-raits__rec-obj {
    margin-bottom: 40px; }

.vz-raits__bottom-line {
  position: absolute;
  bottom: 0; }

.vz-card-mobile {
  margin: 20px 0;
  display: none; }

.vz-card-mobile__contain {
  display: table;
  width: 100%; }

.vz-card-mobile__item {
  display: table-cell;
  background: #2c3d7a;
  vertical-align: middle;
  text-align: center;
  padding: 20px 0;
  width: 16.66666666666667%;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }
  .vz-card-mobile__item:hover {
    background: #3a509f; }

.vz-card-mobile__item + .vz-card-mobile__item {
  border-left: 1px solid #ffffff; }

.vz-card-mobile__current {
  -webkit-box-shadow: inset 2px 4px 5px #20285A;
  -moz-box-shadow: inset 2px 4px 5px #20285A;
  box-shadow: inset 2px 4px 5px #20285A;
  background: #6161A2; }

.vz-office-button__contain {
  position: relative;
  height: 70px; }
  @media screen and (max-width: 700px) {
    .vz-office-button__contain {
      margin-left: -20px;
      margin-top: 20px; } }

.button-common .vz-office-button {
  width: 100%;
  bottom: 0;
  margin-bottom: 20px; }

.button-common .vz-auth-block {
  top: 60px; }

.vz-office-button {
  position: relative;
  background: #2d3d79;
  color: #ffffff;
  text-transform: uppercase;
  padding: 20px 20px;
  width: 19.4%;
  float: right;
  bottom: 40px;
  font: 13px arimobold, sans-serif;
  text-align: center;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  cursor: pointer; }
  .vz-office-button:hover {
    background: #3b509e; }

.vz-auth-block {
  z-index: 10;
  right: 0;
  top: 20px;
  display: none;
  width: 460px;
  position: absolute;
  background: #ffffff;
  padding: 20px 10px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.79);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.79);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.79); }
  .vz-auth-block input[type=password],
  .vz-auth-block input[type=text] {
    width: 100%;
    border: 1px solid #b3b9bf;
    color: #000000;
    font-size: 15px; }
  .vz-auth-block input[type=submit] {
    width: 100%;
    background: #2d3d79;
    color: #ffffff;
    font: 15px arimoregular, sans-serif;
    white-space: normal;
    border: 2px solid #2d3d79; }
    .vz-auth-block input[type=submit]:hover {
      background: #3b509e; }
  .vz-auth-block input + input {
    margin-top: 10px; }
  .vz-auth-block input {
    padding: 5px 10px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms; }

.vz-auth-block__col {
  width: 50%;
  padding: 0 10px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  height: 100%; }

.vz-auth-block__get-access {
  background: #079e59;
  color: #ffffff;
  min-height: 100%;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font: 13px arimobold, sans-serif;
  padding: 20px 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }
  .vz-auth-block__get-access:hover {
    background: #09cf75; }

.vz-card-table {
  display: table;
  width: 100%; }
  .vz-card-table a {
    color: #23b0de; }
    .vz-card-table a:hover {
      text-decoration: underline; }
  @media screen and (max-width: 650px) {
    .vz-card-table {
      display: block;
      width: 100%; } }

.vz-card-heading {
  color: #191b1f;
  font: 35px arimoregular, sans-serif; }
  @media screen and (max-width: 700px) {
    .vz-card-heading {
      font-size: 25px; } }

.vz-card-table__row {
  display: table-row;
  overflow: hidden; }
  @media screen and (max-width: 650px) {
    .vz-card-table__row {
      border-bottom: 1px solid #C3C3C3;
      display: block;
      text-align: left; } }
  .vz-card-table__row > div {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    padding: 4px 5px 4px 15px;
    border-bottom: 1px solid #C3C3C3;
    font-size: 14px; }
    @media screen and (max-width: 650px) {
      .vz-card-table__row > div {
        display: block;
        border-bottom: none;
        text-align: left;
        float: left; } }

.vz-card-table__head-col1,
.vz-card-table__col1 {
  width: 10%; }

.vz-card-table__head-col2,
.vz-card-table__col2 {
  width: 35%; }

.vz-card-table__head-col3,
.vz-card-table__col3 {
  width: 17%; }

.vz-card-table__head-col4,
.vz-card-table__head-col5,
.vz-card-table__col5,
.vz-card-table__col5 {
  width: 19%; }

.vz-card-table__code {
  font: 14px arimobold, sans-serif; }
  @media screen and (max-width: 650px) {
    .vz-card-table__code {
      width: 50%; } }

.vz-card-table__special {
  font: 14px arimoregular, sans-serif;
  color: #000000; }
  @media screen and (max-width: 650px) {
    .vz-card-table__special {
      width: 50%; } }

div.vz-card-table__qual {
  text-transform: uppercase;
  text-align: center;
  color: #23b0de;
  font: 14px arimobold, sans-serif; }
  @media screen and (max-width: 650px) {
    div.vz-card-table__qual {
      text-align: left;
      clear: left; } }

div.vz-card-table__date-doc {
  text-align: center; }
  @media screen and (max-width: 650px) {
    div.vz-card-table__date-doc {
      text-align: left;
      clear: left;
      width: 50%; } }
  div.vz-card-table__date-doc a {
    color: #23b0de;
    text-decoration: underline;
    font-size: 14px; }
    div.vz-card-table__date-doc a:hover {
      text-decoration: none; }

div.vz-card-table__date {
  color: #191b1f;
  font-size: 15px;
  text-align: center; }
  @media screen and (max-width: 650px) {
    div.vz-card-table__date {
      text-align: left;
      width: 50%; } }

.diser-table {
  color: #000000; }
  .diser-table .vz-card-table__row > div {
    vertical-align: top; }
    @media screen and (max-width: 450px) {
      .diser-table .vz-card-table__row > div {
        float: none;
        width: 100%; } }
  .diser-table .diser-1 {
    width: 6%; }
    @media screen and (max-width: 650px) {
      .diser-table .diser-1 {
        display: none; } }
  .diser-table .diser-2 {
    width: 18%; }
    @media screen and (max-width: 650px) {
      .diser-table .diser-2 {
        display: none; } }
  .diser-table .diser-3 {
    width: 56%; }
    @media screen and (max-width: 650px) {
      .diser-table .diser-3 {
        width: 70%;
        float: right; } }
  .diser-table .diser-4 {
    width: 20%; }
    @media screen and (max-width: 650px) {
      .diser-table .diser-4 {
        width: 30%;
        float: right; } }
    @media screen and (max-width: 450px) {
      .diser-table .diser-4 {
        font-weight: 900; } }

.vz-yamap-container {
  height: 300px; }

.vz-contact-descr {
  color: #000000;
  padding-bottom: 20px;
  margin: 40px 0; }
  .vz-contact-descr a {
    color: #23b0de;
    text-decoration: underline; }
    .vz-contact-descr a:hover {
      text-decoration: none; }
  .vz-contact-descr p {
    margin: 5px 0; }

.vz-contact-descr__group {
  margin-bottom: 40px; }

.vz-contact-descr:last-child {
  margin-bottom: 10px; }

.vz-rait__heading {
  font: 25px arimoregular, sans-serif;
  color: #23b0de; }

.vz-raiting {
  display: table;
  margin: auto; }
  @media screen and (max-width: 1200px) {
    .vz-raiting {
      margin-bottom: 40px; } }

.vz-raiting__row {
  display: table-row; }

.vz-raiting__col {
  display: table-cell;
  padding: 10px 0;
  vertical-align: middle; }
  @media screen and (max-width: 1200px) {
    .vz-raiting__col {
      display: block;
      text-align: left; } }

.vz-raiting__col-capt {
  padding-right: 30px;
  text-align: right; }
  @media screen and (max-width: 1200px) {
    .vz-raiting__col-capt {
      display: inline-block;
      text-align: left;
      padding: 20px 0 0; } }

.vz-raiting__date-wrap {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  padding: 4px 5px 2px;
  vertical-align: middle;
  background: #e9ecf1;
  background: -moz-linear-gradient(top, #e9ecf1 0%, #f0f3f8 100%);
  background: -webkit-linear-gradient(top, #e9ecf1 0%, #f0f3f8 100%);
  background: linear-gradient(to bottom, #e9ecf1 0%, #f0f3f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9ecf1', endColorstr='#f0f3f8', GradientType=0);
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3); }
  .vz-raiting__date-wrap input[type=text] {
    background: transparent;
    border: none;
    width: 100px;
    color: #000000; }

@media screen and (max-width: 450px) {
  .vz-raiting__date-label {
    width: 20px;
    display: inline-block; } }

@media screen and (max-width: 1024px) {
  .vz-submit {
    display: inline-block;
    width: 50%;
    margin-top: 25px; } }

@media screen and (max-width: 500px) {
  .vz-submit {
    width: 100%;
    float: none; } }

.vz-submit .vz-raiting__col {
  padding: 30px 0; }
  @media screen and (max-width: 1200px) {
    .vz-submit .vz-raiting__col {
      padding: 10px 0; } }
  @media screen and (max-width: 500px) {
    .vz-submit .vz-raiting__col {
      margin-top: -20px; } }

@media screen and (max-width: 500px) {
  .vz-submit .vz-raiting__col-capt,
  .vz-submit .vz-raiting__col-rait {
    text-align: center;
    display: block; } }

@media screen and (max-width: 1024px) {
  .vz-overall-rait {
    display: block;
    width: 50%;
    float: left; } }

@media screen and (max-width: 500px) {
  .vz-overall-rait {
    width: 100%;
    float: none; } }

.vz-overall-rait .vz-raiting__col {
  margin: 30px 0; }
  @media screen and (max-width: 1200px) {
    .vz-overall-rait .vz-raiting__col {
      margin: 0; } }

.vz-overall-rait input[type=text] {
  background: #d61858;
  color: #ffffff;
  border: none;
  width: 60px;
  text-align: center;
  padding: 5px;
  font: 30px arimobold, sans-serif; }

@media screen and (max-width: 500px) {
  .vz-overall-rait .vz-raiting__col-capt,
  .vz-overall-rait .vz-raiting__col-rait {
    text-align: center;
    display: block; } }

.vz-raiting__wrapper {
  position: relative; }

.vz-raiting__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/1x1.png"); }

.vz-force-login {
  background: #2c3d7a;
  padding: 30px;
  text-align: left;
  position: relative; }
  .vz-force-login .soc-autorization-box {
    width: 60%;
    text-align: right; }
    @media screen and (max-width: 550px) {
      .vz-force-login .soc-autorization-box {
        width: 100%; } }

.vz-force-login__heading {
  color: #ffffff;
  font: 15px arimoregular, sans-serif;
  font-style: italic;
  margin: 0 0 20px;
  text-align: center; }

.vz-force-login__form {
  position: relative;
  margin-bottom: 20px; }
  .vz-force-login__form input[type=text],
  .vz-force-login__form input[type=password] {
    width: 30%;
    border: none;
    padding: 5px 10px; }
    @media screen and (max-width: 550px) {
      .vz-force-login__form input[type=text],
      .vz-force-login__form input[type=password] {
        display: block;
        width: 100%;
        margin-bottom: 10px; } }
  .vz-force-login__form input[type=submit] {
    border: none;
    background: #d61858;
    text-transform: uppercase;
    color: #ffffff;
    padding: 5px 5%; }
    @media screen and (max-width: 550px) {
      .vz-force-login__form input[type=submit] {
        display: block;
        width: 100%; } }

a.vz-force-login__reister {
  position: absolute;
  top: 3px;
  right: 0;
  text-decoration: none;
  border-bottom: 1px dashed #23b0de;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }
  @media screen and (max-width: 1100px) {
    a.vz-force-login__reister {
      top: 5px;
      font-size: 12px; } }
  @media screen and (max-width: 550px) {
    a.vz-force-login__reister {
      position: static;
      display: inline-block;
      margin-bottom: 20px; } }
  a.vz-force-login__reister:hover {
    border-bottom-color: #2C3D7A;
    text-decoration: none; }

.vz-date-col {
  display: inline-block; }
  @media screen and (max-width: 450px) {
    .vz-date-col {
      display: block;
      margin: 10px 0; } }

.vz-date-col + .vz-date-col {
  padding-left: 20px; }
  @media screen and (max-width: 450px) {
    .vz-date-col + .vz-date-col {
      padding: 0; } }

.vz-access-heading {
  font: 30px arimoregular, sans-serif;
  color: #191b1f;
  margin: 0 0 20px 20px; }
  @media screen and (max-width: 750px) {
    .vz-access-heading {
      margin-bottom: 0;
      margin-top: 50px; } }

.excurs-bdr + .vz-access-heading {
  margin-top: 0; }

.vz-access__wrap {
  margin-top: -50px; }
  .vz-access__wrap .vz-list__block-col1 {
    margin-top: 0; }

.excurs-bdr + .vz-access__wrap {
  margin-top: 0; }

.vz-access {
  margin: 0 0 40px; }

.access-vz-butt {
  width: 100%;
  margin-top: 20px; }

.vz-access__col2--gray {
  background: #e4e8ec;
  padding: 20px 40px 30px; }
  @media screen and (max-width: 400px) {
    .vz-access__col2--gray {
      padding: 20px 15px; } }

.ta-c {
  text-align: center; }

.vz-access__col1 {
  width: 160px;
  float: left; }
  @media screen and (max-width: 750px) {
    .vz-access__col1 {
      width: 100%;
      float: none;
      margin: 10px 0; } }

.vz-access__col2, .vz-access__col2--gray {
  margin-left: 160px; }
  @media screen and (max-width: 750px) {
    .vz-access__col2, .vz-access__col2--gray {
      margin: 10px 0; } }

.vz-access__step {
  margin: 20px 0 0 20px; }

.vz-access__step-text {
  font: 20px arimobold, sans-serif;
  color: #2d3d79;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px; }

.vz-access__step-count {
  display: table-cell;
  background: #b8c0c8;
  color: #ffffff;
  font: 37px arimobold, sans-serif;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  text-align: center;
  vertical-align: middle; }

.vz-access__col2-1 {
  width: 135px;
  background: #2b5796 url(../img/word.png) center no-repeat;
  display: table-cell;
  position: relative; }
  .vz-access__col2-1 a {
    position: absolute;
    top: 0;
    left: 0;
    padding: 50%; }
  @media screen and (max-width: 500px) {
    .vz-access__col2-1 {
      display: none; } }

.vz-access__col2-2 {
  display: table-cell;
  background: #e4e8ec;
  padding: 20px; }

.vz-access__bl-head {
  font: 20px arimobold, sans-serif;
  color: #2d3d79;
  margin: 0 0 20px 0; }
  .vz-access__bl-head a {
    color: #2D3D79;
    text-decoration: underline; }
    .vz-access__bl-head a:hover {
      text-decoration: none; }

.vz-access__link {
  color: #23b0de;
  text-decoration: underline;
  float: right; }
  .vz-access__link:hover {
    text-decoration: none; }

.vz-access__form-name {
  display: block;
  width: 100%;
  border: 1px solid #aeb4bb;
  padding: 5px 10px; }

.vz-access__form-col {
  width: 50%;
  float: left;
  margin-top: 10px; }
  .vz-access__form-col input {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 10px;
    display: block; }
  @media screen and (max-width: 1200px) {
    .vz-access__form-col {
      float: none;
      width: 100%; } }

.file-send-wrap {
  position: relative; }
  .file-send-wrap input[type=file] {
    display: none; }

.vz-access__upl-button {
  margin-left: 10px;
  background: #2B5796;
  cursor: pointer;
  padding: 12px 15px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }
  .vz-access__upl-button:hover {
    background: #2e68aa; }
  @media screen and (max-width: 1200px) {
    .vz-access__upl-button {
      margin-left: 0; } }

.upload-fake-butt__col {
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  text-transform: uppercase;
  font: 15px arimobold, sans-serif; }

.upload-fake-butt__col + .upload-fake-butt__col {
  padding-left: 20px; }

.upload-fake-butt__icon {
  width: 50px;
  height: 50px;
  background: url(../img/word.png) center;
  -webkit-background-size: 100%;
  background-size: 100%;
  display: block; }

.file-attached {
  text-transform: none;
  font-size: 13px; }

.vz-access__submit {
  margin: 20px 0 0;
  text-align: center;
  clear: both; }
  .vz-access__submit input[type=submit] {
    text-transform: uppercase;
    color: #ffffff;
    font: 20px arimobold, sans-serif;
    border: none;
    background: #079e59;
    padding: 10px 30px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms; }
    .vz-access__submit input[type=submit]:hover {
      background: #07aa64; }

.va-access-but-cont .vz-auth-block {
  top: 60px;
  right: 3px; }

@media screen and (max-width: 550px) {
  .vacancies-number .vz-specialist__row-col3 {
    display: none; } }

.vz-card__main-profile {
  color: #ffffff;
  font: 12px arimobold, sans-serif;
  background: #000000;
  padding: 5px 20px;
  margin-left: 20px;
  white-space: nowrap;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }
  .vz-card__main-profile span {
    font-size: 14px;
    position: relative;
    top: 1px;
    left: 4px;
    text-decoration: none; }
  .vz-card__main-profile:hover {
    background: #3f3f3f; }

.vz-reset {
  padding: 11px 20px;
  color: #ffffff;
  cursor: pointer;
  font: 11px arimobold, sans-serif;
  text-transform: uppercase; }

.vz-howto__heading {
  margin-left: 20px; }
  @media screen and (max-width: 500px) {
    .vz-howto__heading {
      margin-left: 0; } }

.vz-howto__container {
  text-align: center;
  margin: 20px 0 40px 20px; }
  @media screen and (max-width: 1024px) {
    .vz-howto__container {
      margin-left: 0; } }
  .vz-howto__container img {
    max-width: 100%; }

.vz-filial__container {
  margin: 20px 0 40px 0; }

.vz-filial__block {
  display: table;
  width: 100%;
  background: #dddede;
  border: 3px solid #dddede;
  position: relative;
  margin: 10px 0; }

.vz-filial__col1,
.vz-filial__col2,
.vz-filial__col3 {
  display: table-cell;
  vertical-align: middle;
  min-height: 60px; }
  @media screen and (max-width: 400px) {
    .vz-filial__col1,
    .vz-filial__col2,
    .vz-filial__col3 {
      display: block; } }

.vz-filial__col1 {
  background: #fff;
  width: 10%;
  text-align: center;
  padding: 10px 0; }
  @media screen and (max-width: 400px) {
    .vz-filial__col1 {
      width: 100%; } }
  .vz-filial__col1 img {
    max-width: 100%; }

.vz-filial__col2 {
  width: 82%;
  position: relative;
  padding: 10px 10px 10px 20px;
  font: 20px/22px arimobold, sans-serif;
  color: #000000; }
  @media screen and (max-width: 1100px) {
    .vz-filial__col2 {
      font-size: 17px; } }
  @media screen and (max-width: 500px) {
    .vz-filial__col2 {
      font-size: 15px;
      line-height: 17px;
      width: 100%;
      padding: 10px; } }

.vz-filial__col3 {
  text-align: right;
  width: 8%;
  padding-right: 5px; }
  @media screen and (max-width: 400px) {
    .vz-filial__col3 {
      position: absolute;
      right: 12px;
      top: 10px; } }

.vz-filial__close {
  background: url(../img/sprites.png) 0 -40px;
  width: 29px;
  height: 29px;
  cursor: pointer;
  display: inline-block; }

.vz-cont-details {
  display: table;
  width: 100%; }

.vz-col-50p {
  width: 50%;
  display: table-cell;
  padding-right: 60px; }
  .vz-col-50p + .vz-col-50p {
    border-left: 1px dashed #23b0de;
    padding-left: 60px;
    padding-right: 10px; }

.no-wrap {
  white-space: nowrap; }

.vz-org-details {
  text-align: left; }

.vz-org-details__contain {
  border: 1px dashed #23b0de;
  padding: 20px;
  display: inline-block; }

.vz-button--blue {
  text-transform: uppercase;
  color: #f3f3f3;
  background: #19b5e8;
  background: -moz-linear-gradient(top, #19b5e8 0%, #0a6f90 100%);
  background: -webkit-linear-gradient(top, #19b5e8 0%, #0a6f90 100%);
  background: linear-gradient(to bottom, #19b5e8 0%, #0a6f90 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19b5e8', endColorstr='#0a6f90', GradientType=0);
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 13px 40px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
  font: 13px arimobold, sans-serif;
  cursor: pointer; }
  .vz-button--blue:hover {
    background: #1abff2;
    background: -moz-linear-gradient(top, #1abff2 0%, #0a7799 100%);
    background: -webkit-linear-gradient(top, #1abff2 0%, #0a7799 100%);
    background: linear-gradient(to bottom, #1abff2 0%, #0a7799 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1abff2', endColorstr='#0a7799', GradientType=0); }

.vz-button--gray {
  text-transform: uppercase;
  color: #8a909a;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 13px 40px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
  font: 13px arimobold, sans-serif;
  background: #eff2f7;
  background: -moz-linear-gradient(top, #eff2f7 0%, #c4c6ca 100%);
  background: -webkit-linear-gradient(top, #eff2f7 0%, #c4c6ca 100%);
  background: linear-gradient(to bottom, #eff2f7 0%, #c4c6ca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eff2f7', endColorstr='#c4c6ca', GradientType=0);
  text-shadow: 1px 1px 0 #fff;
  cursor: pointer; }
  .vz-button--gray:hover {
    background: #f7faff;
    background: -moz-linear-gradient(top, #f7faff 0%, #d1d3d6 100%);
    background: -webkit-linear-gradient(top, #f7faff 0%, #d1d3d6 100%);
    background: linear-gradient(to bottom, #f7faff 0%, #d1d3d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7faff', endColorstr='#d1d3d6', GradientType=0); }

.excurs__expand-filter .vz-button--gray {
  padding: 12px 50px;
  font-size: 13px; }

.excurs__expand-filter .vz-button--blue {
  padding: 12px 50px;
  font-size: 13px;
  margin-left: 20px; }

.vz-suggest {
  background: #5d5d5e;
  width: 100%;
  position: absolute;
  top: 65px;
  left: 0;
  z-index: 1;
  border: 1px solid #747475;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.vz-suggest__tab-group {
  color: #fff;
  font-size: 0; }
  .vz-suggest__tab-group > li {
    font: 16px arimoregular, sans-serif;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
    cursor: pointer; }
  .vz-suggest__tab-group .clicked-tab {
    background: #fff;
    color: #333; }

.clicked-tab .vz-suggest__number {
  color: #4483bd; }

.vz-suggest__number {
  color: #9ce5fd; }

.tab-section > li {
  display: none; }

li.tab-section-active {
  display: block; }

.vz-suggest__tab-section {
  color: #333333;
  font: 14px/14px arimoregular, sans-serif; }
  .vz-suggest__tab-section > li {
    padding: 10px;
    background: #ffffff;
    height: 208px;
    overflow-y: auto; }
  .vz-suggest__tab-section ul > li {
    padding: 5px 10px;
    cursor: pointer;
    font-size: 14px; }
    .vz-suggest__tab-section ul > li:hover {
      background-color: #e8f3ff; }

.suggest-shown {
  opacity: 1;
  visibility: visible;
  top: 43px; }

.vz-side-site-search {
  text-align: left;
  margin: 0 0 20px 0; }
  .vz-side-site-search a {
    font: 14px ArimoItalic, sans-serif;
    text-decoration: underline;
    color: #333; }
    .vz-side-site-search a:hover {
      text-decoration: none; }

.vz-side-site-search__row {
  position: relative;
  border: 1px solid #e1e1e1;
  background: #fff;
  height: 28px; }
  .vz-side-site-search__row input[type=text] {
    border: none;
    background: transparent;
    width: 100%;
    height: 100%;
    padding: 0 25px 0 8px;
    color: #000000;
    font-size: 13px; }
  .vz-side-site-search__row input[type=submit] {
    position: absolute;
    top: 7px;
    right: 5px;
    background-image: url(../img/sprites-all.png);
    background-position: -170px -158px;
    width: 15px;
    height: 13px;
    background-color: transparent;
    border: none; }

@media screen and (max-width: 1200px) {
  .vz-card-nav__text {
    font-size: 12px; } }

@media screen and (max-width: 1024px) {
  .vz-list__block-col1 {
    padding-left: 0;
    padding-right: 20px; } }

@media screen and (max-width: 900px) {
  .vz-list__block-col2 {
    display: none; }
  .vz-list__block-col1 {
    width: 100%; }
  .vz-w50p {
    width: 100%;
    float: none; }
    .vz-w50p + .vz-w50p {
      margin-top: 20px; }
  label.partition-label {
    margin-left: 0; }
  label.reg-label {
    margin-left: 0; }
  .vz-media {
    margin-left: 0; }
  .vz-poll {
    display: none; }
  .vz-video {
    float: none;
    width: 100%; }
  .vz-map__col2 {
    display: none; }
  .vz-map__col1 {
    width: 100%; }
  .vz-card-mobile {
    display: block; }
  .vz-content-wrap {
    padding-right: 0; }
  .vz-list__block-col1 {
    padding-right: 0; }
  .vz-office-button {
    width: 40%;
    font-size: 10px; } }

@media screen and (max-width: 800px) {
  .vz-bottom-anons li {
    width: 100%;
    display: block;
    margin: 0 0 20px; }
  .vz-raits__bottom-line {
    position: static; }
  .vz-bottom-anons .vz-raits__rec-obj {
    margin-bottom: 10px; } }

@media screen and (max-width: 700px) {
  .vz-list__col-name {
    font-size: 12px; }
  .vz-search input[type="text"] {
    padding-left: 10px; }
  .vz-dropdown {
    top: -55px;
    border: 1px solid #717171; }
  .vz-search__block {
    margin-top: 70px; }
  .vz-raits .col50 {
    width: 100%;
    float: none; }
  .col50 {
    padding: 0; }
  .col50 + .col50 {
    margin-top: 40px; }
  .vz-raits {
    margin-left: 0; }
  .vz-raits__list {
    padding-left: 0; }
  .vz-raits__recall-list {
    margin-left: 20px; }
  .label-abs {
    position: static;
    display: block; }
  .vz-filter__speciality-label,
  label.vz-filter__rad-label,
  label.vz-filter__speciality-label {
    margin-left: 0; }
  .vz-filter__name-col,
  .vz-filter__region,
  .vz-filter__spec-col,
  .vz-filter__edu-form,
  .vz-filter__org-form,
  .vz-filter__partition {
    padding-left: 0; }
  .vz-list__row .vz-list__column {
    display: block;
    width: 100%;
    float: left; }
  .vz-list__row .vz-list__col1 {
    width: 100%;
    margin-bottom: 20px;
    display: block; }
  .vz-list__row .vz-list__col2 {
    clear: left;
    display: block;
    width: 100%;
    margin-bottom: 10px; }
  .vz-list__row .vz-list__col3 {
    display: table-cell;
    width: 50%;
    margin-top: 20px; }
  .vz-list__row .vz-list__col4 {
    display: table-cell;
    width: 50%;
    margin-top: 20px; }
  .vz-list__univ-name {
    font-size: 14px;
    line-height: 20px; }
  .vz-rec-block__col2_1,
  .vz-rec-block__col2_2 {
    display: block;
    width: 100%;
    margin: 10px 0; }
  .arrow_box {
    display: none; }
  .vz-rec-block__comment {
    padding-left: 10px;
    padding-right: 10px; }
  .vz-rec-block__col1,
  .vz-rec-block__col2 {
    display: block;
    width: 100%; }
  .vz-details__col1,
  .vz-details__col2 {
    display: block;
    width: 100%;
    text-align: left; }
  .vz-details__link-to-all {
    position: static; }
  .vz-military {
    margin-bottom: 20px; }
  .vz-card__name-expanded {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 10px; }
  .vz-card__abbr {
    font-size: 37px; }
  .vz-office-button {
    float: none;
    display: block;
    width: 100%;
    bottom: -5px; }
  .vz-auth-block {
    width: 100%;
    right: auto;
    top: 62px; }
  .vz-contact-descr .vz-col-50p {
    display: block;
    width: 100%; }
    .vz-contact-descr .vz-col-50p + .vz-col-50p {
      padding-left: 0;
      border-left: 0; } }

@media screen and (max-width: 600px) {
  .vz-rec-filt__row {
    margin: -20px 0; }
  .vz-rec-filt__col {
    width: 100%;
    float: none;
    margin: 20px 0; }
    .vz-rec-filt__col label {
      display: inline-block;
      width: 270px;
      text-align: left; }
  .vz-adv-search {
    float: none; }
  .vz-list__block-col1 .rp-search-result__col2 {
    margin: 10px 0 0; } }

@media screen and (max-width: 550px) {
  .vz-filter {
    margin-left: 0 !important; }
  .vz-search {
    margin-left: 0; }
  .vz-filter__inst-name {
    width: 100%; }
  .vz-raits__recall-list {
    margin-left: 0; }
  .vz-raits__rait-number {
    padding-left: 0; }
  .vz-rec-block__rec-subjs-col {
    width: 100%;
    float: none;
    text-align: left; }
  .vz-rec-filt__wrap .rp-search-result {
    position: static;
    text-align: center; }
    .vz-rec-filt__wrap .rp-search-result .rp-search-result__col2 {
      display: inline-block; }
  .vz-card__description > div {
    float: none;
    width: 100%;
    display: block; }
  .vz-card__description-logo {
    text-align: center;
    margin-bottom: 10px; }
  .vz-specialist__row > div {
    display: block;
    width: 100%; }
  .vz-specialist__heading li {
    display: block;
    width: 100%; }
  .vz-tabs li {
    font-size: 10px; }
  .vz-details__open-doors-time {
    font-size: 20px; }
  .vz-details {
    padding: 20px; }
  .vz-recall-anons {
    margin: 20px 20px; }
  .vz-card__founded {
    display: block; }
  .vz-auth-block__col {
    width: 100%;
    display: block;
    margin: 20px 0; } }

#Date {
  text-align: center;
  display: inline; }

.clock {
  display: inline;
  font-size: 14px; }
  .clock ul {
    display: inline-block;
    padding: 0 20px 0 0;
    font-size: 13px; }
  .clock ul li {
    display: inline-block;
    text-align: center;
    margin: 0 -1px; }

.point {
  position: relative;
  z-index: 1;
  -moz-animation: mymove 1s ease infinite;
  -webkit-animation: mymove 1s ease infinite; }

@-webkit-keyframes mymove {
  0% {
    opacity: 1.0;
    text-shadow: 0 0 20px #00c6ff; }
  50% {
    opacity: 0;
    text-shadow: none; }
  100% {
    opacity: 1.0;
    text-shadow: 0 0 20px #00c6ff; } }

@-moz-keyframes mymove {
  0% {
    opacity: 1.0;
    text-shadow: 0 0 20px #00c6ff; }
  50% {
    opacity: 0;
    text-shadow: none; }
  100% {
    opacity: 1.0;
    text-shadow: 0 0 20px #00c6ff; } }

.vl-width {
  min-width: 1280px;
  padding: 0 10px; }

.vl-navi {
  font: 14px/15px arimoregular, sans-serif;
  margin-top: 2px; }
  .vl-navi a {
    color: #000000;
    display: table;
    width: 100%; }
    .vl-navi a:hover .vl-navi__col2 {
      text-decoration: underline; }
    .vl-navi a > div {
      display: table-cell;
      vertical-align: middle;
      height: 60px; }
  .vl-navi li {
    width: 20%;
    float: left; }

.vl-navi__col1 {
  width: 65px;
  background: #2c3d7a; }

.vl-navi__col2 {
  padding-left: 15px;
  background: #e4e8ec; }

.vl-navi__col2--active {
  background: #ffffff; }

.vl-main-info {
  padding: 0 20px;
  font-size: 15px; }

.vl-heading {
  color: #000000;
  font: 36px arimoregular, sans-serif;
  border-bottom: 1px solid #abb7c3;
  padding-left: 20px;
  margin-top: 70px; }

.vl-main-info__row {
  display: table;
  width: 100%;
  margin: 20px 0; }

.vl-main-info__col1 {
  width: 20%;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding-right: 15px; }
  .vl-main-info__col1 p {
    font: italic 12px arimoregular, sans-serif;
    color: #85929f;
    margin: 0; }

.vl-main-info__col2 {
  width: 80%;
  display: table-cell;
  vertical-align: middle; }
  .vl-main-info__col2 input[type=text] {
    border: 1px solid #afb5bb;
    padding: 6px 10px;
    width: 100%; }

.vl-abbr-form input[type=text] {
  width: 240px; }

.vl-main-info__logo-container {
  width: 95px;
  height: 85px;
  background: url(../img/vz-logo3.jpg);
  background-size: cover;
  position: relative;
  display: table-cell;
  vertical-align: middle; }

.vl-main-info__close-button {
  width: 28px;
  height: 28px;
  background: url(../img/sprites.png) 0 -40px no-repeat;
  position: absolute;
  top: -10px;
  right: -20px;
  display: block;
  cursor: pointer;
  z-index: 10; }

.vl-main-info__file-link-wrap {
  display: table-cell;
  vertical-align: middle;
  padding-left: 40px; }

.vl-upload-button {
  color: #ffffff;
  background: #23b0de;
  font: 13px arimobold, sans-serif;
  padding: 7px 32px;
  text-transform: uppercase;
  cursor: pointer; }

.ex-crumbs {
  position: relative; }
  .ex-crumbs .main-news__header-login {
    width: 30%;
    float: left;
    margin: 0;
    text-align: right;
    padding-right: 10px; }
  .ex-crumbs .n-header-menu__login:hover {
    text-decoration: none; }
  .ex-crumbs .ex-crumbs__group {
    float: left;
    width: 70%; }
  .ex-crumbs .n-header-menu__popup {
    left: -185px; }
  .ex-crumbs .n-header-menu__logged-in {
    font: 15px arimoregular, sans-serif;
    color: #5e656f;
    padding-right: 17px; }
    .ex-crumbs .n-header-menu__logged-in:after {
      top: 11px;
      right: 0; }
  .ex-crumbs .n-header-menu__register:before {
    content: '|';
    color: #5e656f; }
  .ex-crumbs .n-header-menu__register a {
    text-decoration: none;
    color: #5e656f;
    font: 15px ArimoItalic, sans-serif; }

.ex-heading {
  position: relative;
  background: url(../img/ex-heading-bg.jpg) no-repeat 0 10%;
  height: 155px; }
  .ex-heading h2 {
    font: 40px/40px arimobold, sans-serif;
    color: #ffffff;
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 40px;
    z-index: 1; }
  .ex-heading:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100px;
    width: 100%;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.9)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6000000', GradientType=0);
    z-index: 0; }

.ex-filters > ul {
  background: #f54f07;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.37);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.37);
  height: 42px;
  width: 100%; }

.ex-filters__sub-menu {
  position: absolute;
  display: none;
  top: 42px;
  left: 0;
  background: #ffffff;
  z-index: 1;
  width: 100%;
  border: 1px solid #f54f07;
  color: #000000;
  text-align: left;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1); }

.ex-filter-item {
  float: left;
  width: 16.66666666666666666%;
  background: #f54f07;
  text-align: center;
  border-right: 1px solid #812a04;
  padding: 10px 0;
  cursor: pointer;
  color: #ffffff;
  font: 15px arimobold, sans-serif;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }
  .ex-filter-item:hover {
    background: #bf3e05; }

.ex-filters__mobile-hidden {
  display: none;
  background: #ffffff;
  z-index: 2;
  position: absolute !important;
  top: 42px;
  right: 2px;
  color: #000000;
  text-align: left;
  font-size: 14px;
  width: 150px;
  border: 1px solid #a73b05; }
  .ex-filters__mobile-hidden > li {
    position: relative;
    padding: 10px 10px 10px 20px;
    background: #F54F07;
    display: none;
    color: #ffffff;
    width: 150px; }
    .ex-filters__mobile-hidden > li:hover {
      background: #c64107; }
    .ex-filters__mobile-hidden > li:before {
      content: '';
      position: absolute;
      left: 6px;
      top: 17px;
      width: 0;
      height: 0;
      border-top: 3px solid transparent;
      border-bottom: 3px solid transparent;
      border-right: 6px solid #ffffff; }

.ex-filters__hidden-articles {
  background: #ffffff;
  position: absolute;
  display: none;
  left: -130px;
  top: 0;
  border: 1px solid #F54F07; }
  .ex-filters__hidden-articles li a {
    padding: 5px 10px; }

.ex-filter-item + .ex-filter-item {
  border-left: 1px solid #f57c4b; }

.ex-filter-item__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

li.ex-filters__item6 {
  border-right: none; }

.ex-filters__sub-list a {
  text-align: left;
  display: block;
  padding: 8px 0 8px 20%;
  font: 12px arimobold, sans-serif;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }
  .ex-filters__sub-list a:hover {
    background: #ebebeb; }

.excurs__buy input[disabled] {
  background: #ffffff; }

.drop-down {
  position: relative; }

.ex-mobile-filters {
  width: 10%;
  border-left: none;
  height: 42px;
  display: none; }
  .ex-mobile-filters span {
    width: 10px;
    height: 10px;
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block; }

.ex-cards-contain {
  padding: 20px 20px; }
  .ex-cards-contain .blue-button__link {
    text-align: center;
    color: #f54f07;
    border-color: #f54f07; }
    .ex-cards-contain .blue-button__link:hover {
      background: #fef2ed; }
  .ex-cards-contain .excurs__age {
    background: #f54f07; }
  .ex-cards-contain .excurs__card-cont {
    width: 25%;
    float: left; }
  .ex-cards-contain .excurs__caption-title {
    height: 43px;
    overflow: hidden;
    font-size: 18px;
    line-height: 20px; }
  .ex-cards-contain .excurs__caption-descr {
    overflow: hidden;
    height: 120px;
    position: relative; }
    .ex-cards-contain .excurs__caption-descr:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 10px;
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
      background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); }
  .ex-cards-contain .excurs__preview {
    -webkit-background-size: cover;
    background-size: cover; }

.ex-filters__select {
  background: #ebebeb;
  padding: 15px 0 10px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.excurs__region {
  width: 200px; }
  .excurs__region .sbHolder {
    width: 100%; }

.ex-type-w {
  width: 150px; }
  .ex-type-w .sbHolder {
    width: 100%; }

.ex-submit {
  position: absolute;
  margin-top: 9px;
  top: 0;
  right: 15px; }
  .ex-submit input {
    border: none;
    background: #b7b7b7;
    color: #ffffff;
    text-transform: uppercase;
    font: 11px arimobold, sans-serif;
    padding: 10px 20px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms; }
    .ex-submit input:hover {
      background: #919191; }

.excurs__sel-custom {
  position: relative; }

.ex__caption {
  position: absolute;
  text-align: left;
  left: 2%;
  top: 15px;
  text-transform: uppercase;
  color: #191b1f;
  font: 10px arimoregular, sans-serif;
  width: 80px; }

.ex-excursion__col1 {
  margin-top: 20px;
  padding: 0 40px 0 40px;
  overflow: hidden; }

.ex-excursion__col2 {
  float: right;
  width: 260px;
  padding-top: 10px;
  position: relative; }

.ex-excursion__placeholder {
  width: 260px;
  height: 15px; }

.ex-buy-panel {
  padding: 20px;
  background: #fff;
  margin-top: 15px;
  border: 1px solid #f54f07; }
  .ex-buy-panel input {
    font: 18px arimoregular, sans-serif;
    color: #f54f07;
    background: #ffffff;
    border: none;
    padding: 10px; }
  .ex-buy-panel .excurs__buy-wrapper {
    margin: 0;
    padding: 0; }
  .ex-buy-panel .excurs__date-wrapper {
    margin: 0 0 10px; }
  .ex-buy-panel .excurs__number-wrapper {
    float: left; }
  .ex-buy-panel .excurs__buy-button {
    background: #0787ca;
    margin: 20px 0;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms; }
    .ex-buy-panel .excurs__buy-button:hover {
      background: #0772b4; }
  .ex-buy-panel .ex-butt-loading:before {
    background: #0787ca url(../img/ajax-loader-blue.gif) no-repeat center; }
  .ex-buy-panel .excurs__inputs > div {
    margin: 10px 0; }
  .ex-buy-panel p.excurs__price {
    color: #f54f07; }
  .ex-buy-panel .excurs__number-wrapper {
    margin: 0; }

.ex-float-panel {
  width: 260px; }

.ex-card__heading {
  font: 35px arimoregular, sans-serif;
  color: #0686c9;
  margin-top: 0; }

.ex-descr-customs {
  margin: 20px 0; }

.excurs__content {
  margin-left: 0;
  margin-right: 0; }

div.map-container {
  height: 500px; }

div.excurs__descr__gets-heading {
  background: #f54f07; }

.ex-modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 100; }

.ex-modal-buy {
  display: none; }
  .ex-modal-buy .excurs__buy-popup {
    position: fixed;
    width: 900px;
    left: 50%;
    margin-left: -450px;
    top: 50px;
    z-index: 101; }
  .ex-modal-buy input[type=text] {
    background: #ffffff; }
  .ex-modal-buy .excurs__number,
  .ex-modal-buy .excurs__date {
    color: #f54f07; }
  .ex-modal-buy .excurs__price-for-one {
    color: #f54f07; }
  .ex-modal-buy .excurs__buy-popup__submit input[type=submit] {
    background: #0686c9;
    border: none; }
  .ex-modal-buy .ex-subm-loading:before {
    background: #0787ca url(../img/ajax-loader-blue.gif) no-repeat center; }

.ex-fl-pan-2 {
  display: none; }

.ex-mob-filter-trigger {
  text-align: right;
  display: none; }

.ex-mob-filter-trigger__text {
  position: relative;
  display: inline-block;
  margin: 10px 20px 10px 0;
  padding-right: 15px;
  font: 10px arimoregular, sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .ex-mob-filter-trigger__text:before {
    content: '';
    position: absolute;
    top: 4px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4.5px 0 4.5px;
    border-color: #b73b05 transparent transparent transparent;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms; }
  .ex-mob-filter-trigger__text:after {
    content: '';
    position: absolute;
    top: 2px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4.5px 0 4.5px;
    border-color: #EBEBEB transparent transparent transparent;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms; }

.triggered > .ex-mob-filter-trigger__text:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 6px; }

.triggered > .ex-mob-filter-trigger__text:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 4px; }

.block__filters {
  display: block; }

.triggered + .block__filters {
  display: block;
  -webkit-animation-name: filter-fadein;
  /* Chrome, Safari, Opera */
  animation-name: filter-fadein;
  -webkit-animation-duration: 500ms;
  /* Chrome, Safari, Opera */
  animation-duration: 500ms;
  -webkit-animation-fill-mode: forwards;
  /* Chrome, Safari, Opera */
  animation-fill-mode: forwards;
  position: relative;
  -webkit-animation-iteration-count: 1;
  /* Chrome, Safari, Opera */
  animation-iteration-count: 1; }

@-webkit-keyframes filter-fadein {
  from {
    opacity: 0;
    left: -200px; }
  to {
    opacity: 1;
    left: 0;
    display: block; } }

@keyframes filter-fadein {
  from {
    opacity: 0;
    left: -100px; }
  to {
    opacity: 1;
    left: 0;
    display: block; } }

.excurs__content {
  border-bottom: 1px solid #000000; }

.paginator--new .paginator__items a {
  background-color: transparent;
  border: 1px solid #969696;
  color: #969696;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }
  .paginator--new .paginator__items a:hover {
    background: #f7f7f7; }

@media screen and (max-width: 1400px) {
  div.ex__caption {
    display: block;
    font-size: 20px;
    text-transform: none;
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 20px; }
  div.ex-submit {
    position: static;
    display: block;
    margin-top: 20px; }
    div.ex-submit input {
      width: 180px; }
  .ex-filters__select {
    padding-top: 10px; }
  form.excurs__sel-custom {
    display: none; }
  .ex-mob-filter-trigger {
    display: block; } }

@media screen and (max-width: 1200px) {
  .ex-filters__sub-list a {
    padding-left: 10px; }
  .ex-cards-contain .excurs__card-cont {
    width: 33.333333333333%; } }

@media screen and (max-width: 950px) {
  .ex-modal-buy {
    padding: 0 20px; }
    .ex-modal-buy .excurs__buy-popup {
      width: 95%;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto; }
    .ex-modal-buy .excurs__buy-popup__choose-time .excurs__buy-popup__caption {
      width: 90px;
      text-align: right; } }

@media screen and (max-width: 900px) {
  .ex-heading h2 {
    font-size: 30px;
    line-height: 35px;
    left: 20px; }
  .excurs__descr__anons p, .excurs__descr__anons li {
    font-size: 15px; }
  .ex-excursion__col2 {
    display: none; }
  .ex-fl-pan-2 {
    display: block; }
  .ex-buy-panel .excurs__inputs div:first-child {
    float: left; }
  .ex-buy-panel .excurs__inputs div:last-child {
    float: right; } }

@media screen and (max-width: 800px) {
  .ex-filter-item {
    width: 18%;
    font-size: 14px;
    line-height: 22px; }
  .ex-mobile-filters {
    display: block;
    border-right: none;
    width: 10%; }
    .ex-mobile-filters:before {
      content: '';
      position: absolute;
      width: 1px;
      left: -2px;
      top: 0;
      background: #812a04;
      height: 42px; }
  .ex-filters__item6 {
    display: none; }
  .ex-filters__sub-list a {
    font-size: 12px;
    padding-left: 10px; }
  li.ex-mobile-hid-1 {
    display: block; }
  .ex-cards-contain .excurs__card-cont {
    width: 50%; }
  div.map-container {
    height: 300px; } }

@media screen and (max-width: 700px) {
  .ex-filters__item5 {
    display: none; }
  .ex-filter-item {
    width: 22.5%; }
  .ex-mobile-filters {
    width: 10%; }
  li.ex-mobile-hid-2 {
    display: block; } }

@media screen and (max-width: 550px) {
  .ex-filters__item4 {
    display: none; }
  .ex-filter-item {
    width: 28%; }
  .ex-mobile-filters {
    width: 16%; }
  li.ex-mobile-hid-3 {
    display: block; }
  .ex-cards-contain {
    padding-left: 0;
    padding-right: 0; } }

@media screen and (max-width: 536px) {
  .ex-heading h2 {
    font-size: 19px;
    line-height: 23px; }
  .ex-excursion__col1 {
    padding-left: 0;
    padding-right: 0; } }

@media screen and (max-width: 450px) {
  .ex-filters__item3 {
    display: none; }
  .ex-filter-item {
    width: 40%; }
  .ex-mobile-filters {
    width: 20%; }
  li.ex-mobile-hid-4 {
    display: block; }
  .ex-cards-contain {
    text-align: center; }
    .ex-cards-contain .excurs__card-cont {
      width: 270px;
      margin-left: 0;
      margin-right: 0;
      display: inline-block;
      float: none; }
  .ex-modal-buy .excurs__buy-popup__final-price {
    float: none; }
  .ex-modal-buy .excurs__buy-popup__submit {
    float: none; }
    .ex-modal-buy .excurs__buy-popup__submit input {
      width: 100%; } }

@media screen and (max-width: 350px) {
  .ex-filter-item {
    display: none; }
  .ex-mobile-filters {
    display: block;
    width: 100%; }
  .ex-filters__mobile-hidden > li {
    display: block; }
  .ex-buy-panel .excurs__inputs div {
    float: left !important; } }

.text-r {
  text-align: right; }

.footer {
  background: #2B2E35;
  padding: 10px 20px 20px;
  font-size: 12px;
  margin-top: 10px; }

.footer__row1 {
  border-bottom: 1px solid #4F5257;
  border-top: 1px solid #4F5257;
  padding: 10px 0 30px; }

.footer__row-nav1, .footer__row-nav2 {
  display: table;
  width: 100%;
  font-size: 0;
  padding: 5px 0; }

.footer__row-nav2 {
  border-top: 1px solid #4F5257; }
  .footer__row-nav2 h4 {
    font: 11px arimoregular, sans-serif;
    text-transform: uppercase;
    color: #23b0de;
    margin: 0 0 3px 5px;
    height: 15px; }

.footer__row-col6, .footer__row-col5 {
  display: inline-block;
  padding: 5px;
  vertical-align: top;
  font-size: 12px;
  width: 16.66666666666667%; }
  .footer__row-col6 h4, .footer__row-col5 h4 {
    font: 11px arimoregular, sans-serif;
    text-transform: uppercase;
    color: #23b0de;
    margin: 0 0 3px;
    height: 30px; }
  .footer__row-col6 a, .footer__row-col5 a {
    color: #666;
    transition: all 0.2s ease-out; }
    .footer__row-col6 a:hover, .footer__row-col5 a:hover {
      color: #fff; }
  .footer__row-col6 li, .footer__row-col5 li {
    margin-bottom: 5px; }

.footer__row-col5 {
  width: 20%; }

.footer__navigation {
  float: left; }
  .footer__navigation ul {
    margin: 0;
    padding: 0;
    float: left; }
  .footer__navigation li {
    display: inline-block; }
  .footer__navigation li + li {
    padding-left: 20px; }
  .footer__navigation a {
    font-family: arimobold, sans-serif;
    color: #dadae5;
    position: relative;
    transition: all 0.5s ease; }
    .footer__navigation a:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      bottom: 0;
      left: 0;
      background-color: #23b0de;
      visibility: hidden;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    .footer__navigation a:hover:before {
      visibility: visible;
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }
    .footer__navigation a:hover {
      color: #23b0de; }

.footer__search {
  display: block;
  float: right;
  background-image: url(../img/sprites-all.png);
  background-position: -181px -105px;
  width: 22px;
  height: 21px; }

.footer__row2 {
  padding-top: 30px;
  color: #A9ABA8; }

.footer_flag {
  margin: 0 10px 0 0; }
  .footer_flag span {
    width: 24px;
    height: 5px; }

.footer__rus-edu {
  font: 14px gotham_probold, sans-serif; }

.footer__rus-sub {
  display: block;
  padding-left: 34px;
  font: 8px arimobold, sans-serif; }

.footer__site-map {
  float: right;
  color: #a9aba8;
  text-decoration: none; }
  .footer__site-map:hover {
    text-decoration: underline; }

.footer__row2-col {
  width: 50%;
  float: left; }

.foot-rss {
  margin-left: 25px; }

.social-vidgets {
  margin: 20px 0;
  text-align: center; }

.social-vid__col {
  width: 33.3333333333%;
  float: left;
  text-align: left; }
  .social-vid__col:first-child {
    padding-left: 20px; }
  .social-vid__col:last-child {
    padding-left: 60px; }

@media screen and (max-width: 1100px) {
  .social-vid__col {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0; }
    .social-vid__col:first-child, .social-vid__col:last-child {
      margin-left: 0;
      padding-left: 0; }
  #vk_groups {
    margin: auto; } }

@media screen and (max-width: 600px) {
  .footer__navigation li {
    display: block; }
  .footer__navigation li + li {
    padding-left: 0; }
  .footer__row2 .footer__rus-edu {
    width: 140%;
    display: block;
    padding-left: 34px; }
  .footer_flag {
    float: left; } }

.sidebar,
.sidebar * {
  box-sizing: border-box !important; }

.page-sidebar {
  position: absolute;
  width: 190px;
  /*z-index: 10;*/
  top: 0;
  bottom: 0;
  padding: 22px 0 0 21px;
  overflow: hidden;
  color: #c1c9d6;
  background-color: #1a1b1f; }

.page-sidebar a {
  outline: none; }

.page-sidebar ul,
.page-sidebar ul li {
  list-style: none; }

.side-menu {
  margin: 0 0 10px;
  padding: 0; }

.side-menu ul {
  margin-left: 27px; }

.side-menu a {
  position: relative;
  display: block;
  font: 13px arimoregular, sans-serif;
  text-decoration: none;
  color: #c1c9d6;
  border: none;
  outline: none;
  padding: 7px 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.side-menu a:hover {
  color: #23b0de; }

.side-menu--abitur:before {
  content: '';
  position: absolute;
  left: -28px;
  background-image: url(../img/sprites-icons.png);
  background-position: -27px 0px;
  width: 16px;
  height: 18px; }

.side-menu--abitur:hover:before {
  background-image: url(../img/sprites-icons.png);
  background-position: -51px 0px;
  width: 16px;
  height: 18px; }

.side-menu--news:before {
  content: '';
  position: absolute;
  left: -28px;
  background-image: url(../img/sprites-icons.png);
  background-position: -22px -72px;
  width: 14px;
  height: 13px; }

.side-menu--news:hover:before {
  background-image: url(../img/sprites-icons.png);
  background-position: 0px -72px;
  width: 14px;
  height: 13px; }

.side-menu--institut:before {
  content: '';
  position: absolute;
  left: -28px;
  background-image: url(../img/sprites-icons.png);
  background-position: -75px -46px;
  width: 14px;
  height: 13px; }

.side-menu--institut:hover:before {
  background-image: url(../img/sprites-icons.png);
  background-position: -44px -72px;
  width: 14px;
  height: 13px; }

.side-menu--fgos:before {
  content: '';
  position: absolute;
  left: -28px;
  background-image: url(../img/sprites-icons.png);
  background-position: 0px -50px;
  width: 16px;
  height: 14px; }

.side-menu--fgos:hover:before {
  background-image: url(../img/sprites-icons.png);
  background-position: -48px -27px;
  width: 16px;
  height: 14px; }

.side-menu--univers:before {
  content: '';
  position: absolute;
  left: -28px;
  background-image: url(../img/sprites-icons.png);
  background-position: -24px -27px;
  width: 16px;
  height: 15px; }

.side-menu--univers:hover:before {
  background-image: url(../img/sprites-icons.png);
  background-position: 0px -27px;
  width: 16px;
  height: 15px; }

.side-menu--open:before {
  content: '';
  position: absolute;
  left: -28px;
  background-image: url(../img/sprites-icons.png);
  background-position: -47px -50px;
  width: 15px;
  height: 14px; }

.side-menu--open:hover:before {
  background-image: url(../img/sprites-icons.png);
  background-position: -24px -50px;
  width: 15px;
  height: 14px; }

.side-menu--docs:before {
  content: '';
  position: absolute;
  left: -28px;
  background-image: url(../img/sprites-icons.png);
  background-position: -75px 0px;
  width: 14px;
  height: 15px; }

.side-menu--docs:hover:before {
  background-image: url(../img/sprites-icons.png);
  background-position: -75px -23px; }

.side-menu--tests:before {
  content: '';
  position: absolute;
  left: -28px;
  background: url(../img/sprites-icons.png) -67px -68px;
  width: 15px;
  height: 14px; }

.side-menu--tests:hover:before {
  background: url(../img/sprites-icons.png) 0 -91px; }

.sidebar-collapse-separator {
  height: 1px;
  width: 100%;
  background: #2f2f2f;
  margin: 20px 10px 30px -10px;
  border-top: 1px solid #000; }

.social-links {
  margin: 40px 0; }

.social-links li {
  margin-right: 8px;
  float: left; }

.social-links span {
  display: block;
  width: 31px;
  position: relative;
  height: 30px; }

.social-links span > span {
  position: absolute; }

.social-links-icon-twitt-hov {
  background: url(../img/sprites-items.png) 0 -99px; }

.social-links-icon-vk-hov {
  background: url(../img/sprites-items.png) -40px -99px; }

.social-links-icon-fb-hov {
  background: url(../img/sprites-items.png) -80px -99px; }

.social-links-icon-twitt {
  background: url(../img/sprites-items.png) 0 -134px; }

.social-links-icon-vk {
  background: url(../img/sprites-items.png) -40px -134px; }

.social-links-icon-fb {
  background: url(../img/sprites-items.png) -80px -134px; }

.external-links {
  margin-top: 28px; }

.external-links a {
  position: relative;
  margin-bottom: 8px;
  display: block;
  font: 10px gotham_probold, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #038bb5;
  outline: none;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms; }

.external-links a:after {
  position: absolute;
  margin: -2px 0 0 10px;
  width: 14px;
  height: 14px;
  content: '';
  background: url(../img/sprites-items.png) -44px -59px; }

.external-links a:hover {
  color: #c1c9d6; }

@media screen and (max-width: 1024px) {
  .page-sidebar {
    display: none;
    visibility: hidden; } }

.page-container {
  position: relative;
  margin: 0 auto;
  max-width: 1400px; }

.page-columns-wrap {
  position: relative; }

.page-main {
  margin-left: 211px; }

.page-main .page-main__header {
  padding-left: 22px;
  background: #23b0de; }

.page-main .page-main__header h2 {
  margin: 0;
  padding: 19px 0;
  color: #fff; }

@media screen and (max-width: 1024px) {
  .page-main {
    margin-left: 0; } }

.crumbs {
  margin: 24px 0 0 22px;
  font: 14px arimoregular, sans-serif;
  color: #c1c9d6; }

.crumbs p a {
  position: relative;
  text-decoration: none;
  color: #5f636f;
  outline: none; }

.crumbs p a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #c1c9d6;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0); }

.crumbs p a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.crumbs p span {
  color: #000; }

.placeholder {
  height: 600px; }

.foot-wrap {
  margin: 0 22px; }

.foot-menu {
  padding: 40px 0 50px;
  border-bottom: 1px solid #4f5257; }

.foot-menu > a {
  float: right;
  margin: -4px 5px 0 0; }

.foot-menu-items {
  float: left; }

.foot-menu-items li {
  float: left; }

.foot-menu-items li + li {
  padding-left: 20px; }

.foot-menu-items a {
  text-decoration: none;
  color: #fff; }

.foot-menu-items {
  float: left; }

.foot-menu-items li {
  float: left; }

.foot-menu-items li + li {
  padding-left: 20px; }

.foot-menu-items a {
  text-decoration: none;
  position: relative;
  color: #fff; }

.foot-menu-items a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #E3E3E3;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

.foot-menu-items a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.foot-search {
  width: 22px;
  height: 21px;
  background: url(../img/sprites-items.png) 0 -30px;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms; }

.foot-search:hover {
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  -webkit-transform: rotate(-20deg);
  /* Safari */
  -ms-transform: rotate(-20deg);
  /* IE 9 */
  transform: rotate(-20deg); }

.foot-wrap p {
  color: #a9aba8; }

.foot-source-left {
  margin: 30px 0;
  float: left; }

.foot-source-right {
  margin-top: 30px;
  float: right; }

.foot-source-right a {
  text-decoration: none;
  color: #a9aba8;
  position: relative; }

.foot-source-right a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #909090;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

.foot-source-right a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.footer-flag {
  position: relative;
  top: -1px;
  float: left;
  width: 24px;
  height: 15px; }

.footer-flag span {
  display: block;
  width: 24px;
  height: 5px;
  background: #f0f0f0; }

.footer-flag .blue {
  background: #0039a6; }

.footer-flag .red {
  background: #d52b1e; }

.foot-wrap .foot-rus-education {
  margin: 0 0 0 35px;
  padding: 0;
  font: 14px gotham_probold, sans-serif; }

@media screen and (max-width: 550px) {
  .foot-menu {
    overflow: hidden;
    padding: 30px 0 30px; }
  .foot-menu ul {
    float: left; }
  .foot-menu ul li {
    float: none;
    padding: 0; }
  .foot-menu a {
    padding: 10px 0;
    display: block; }
  .foot-menu .foot-search {
    margin: 0; }
  .foot-source-left {
    float: none; }
  .foot-source-right {
    float: none;
    text-align: center;
    margin-bottom: 20px; } }

.page-container {
  position: relative;
  margin: 0 auto;
  max-width: 1400px; }

.page-columns-wrap {
  position: relative; }

.page-main {
  margin-left: 211px; }

.page-main header {
  padding-left: 22px;
  background: #23b0de; }

.page-main header h2 {
  margin: 0;
  padding: 19px 0;
  color: #fff; }

.online-tests {
  overflow: hidden; }

.slider {
  margin: 24px 0 0 22px;
  text-align: left; }

.cycle-pager {
  position: absolute;
  z-index: 999;
  right: 10px;
  bottom: -5px;
  padding-right: 35px;
  overflow: hidden;
  font-size: 50px;
  text-align: right; }

.cycle-pager span {
  margin-right: 5px;
  display: inline-block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background-image: url(../img/sprites-main.png);
  background-position: -346px -258px; }

.cycle-pager span:hover {
  width: 18px;
  height: 18px;
  background-image: url(../img/sprites-main.png);
  background-position: -320px -258px; }

.cycle-pager .cycle-pager-active {
  width: 18px;
  height: 18px;
  background-image: url(../img/sprites-main.png);
  background-position: -347px -231px; }

.cycle-pager .cycle-pager-active:hover {
  width: 18px;
  height: 18px;
  background-image: url(../img/sprites-main.png);
  background-position: -347px -231px; }

.slider__wrapper img {
  max-width: 100%;
  max-height: 100%; }

.slider__wrapper img + img {
  display: none; }

.online-tests__topics {
  margin-top: 24px;
  margin-left: 22px; }

.online-tests--hidden {
  display: none; }

.online-tests__list-ege-main,
.online-tests__list-oge-main {
  padding: 35px 0 35px 22px;
  background: #e3e3e3; }

.online-tests__list-ege-main a,
.online-tests__list-oge-main a {
  position: relative;
  padding: 30px 0 30px 65px;
  display: block;
  float: left;
  width: 160px;
  height: 15px;
  font: 14px arimobold, sans-serif;
  text-decoration: none;
  color: #000;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms; }

.online-tests__list-ege-main a:hover,
.online-tests__list-oge-main a:hover {
  color: #0056a4; }

.online-tests__list-ege-main a span,
.online-tests__list-oge-main a span {
  position: absolute;
  display: block; }

.online-tests__list-ege-main a > span,
.online-tests__list-oge-main a > span {
  top: 10px;
  left: 0; }

li .math-profile {
  padding-top: 17px;
  padding-bottom: 43px; }

li .math-base {
  padding-top: 17px;
  padding-bottom: 43px; }

/*ege*/
.list-ege-main__icon-rus {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: -64px 0; }

.list-ege-main__icon-rus-h {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: 0 -64px; }

.list-ege-main__icon-hist {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: -64px -192px; }

.list-ege-main__icon-hist-h {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: -128px -192px; }

.list-ege-main__icon-fr {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: -256px -64px; }

.list-ege-main__icon-fr-h {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: -256px -128px; }

.list-ege-main__icon-bio {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: 0 -256px; }

.list-ege-main__icon-bio-h {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: -256px -192px; }

.list-ege-main__icon-math-prof {
  width: 58px;
  height: 58px;
  background-image: url(../img/sprites-main.png);
  background-position: 0 -368px; }

.list-ege-main__icon-math-prof-h {
  width: 58px;
  height: 58px;
  background-image: url(../img/sprites-main.png);
  background-position: -225px -368px; }

.list-ege-main__icon-math-base {
  width: 58px;
  height: 58px;
  background-image: url(../img/sprites-main.png);
  background-position: -147px -368px; }

.list-ege-main__icon-math-base-h {
  width: 58px;
  height: 58px;
  background-image: url(../img/sprites-main.png);
  background-position: -69px -368px; }

.list-ege-main__icon-litr {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: -192px 0; }

.list-ege-main__icon-litr-h {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: -192px -64px; }

.list-ege-main__icon-esp {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: -192px -256px; }

.list-ege-main__icon-esp-h {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: -320px -128px; }

.list-ege-main__icon-chem {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: -128px -256px; }

.list-ege-main__icon-chem-h {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: -64px -256px; }

.list-ege-main__icon-obsh {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: -128px -64px; }

.list-ege-main__icon-obsh-h {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: 0 -128px; }

.list-ege-main__icon-eng {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: -320px -64px; }

.list-ege-main__icon-eng-h {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: -320px 0; }

.list-ege-main__icon-inform {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: -192px -128px; }

.list-ege-main__icon-inform-h {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: 0 -192px; }

.list-ege-main__icon-phys {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: -64px -64px; }

.list-ege-main__icon-phys-h {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: -128px 0; }

.list-ege-main__icon-geo {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: -192px -192px; }

.list-ege-main__icon-geo-h {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: -256px 0; }

.list-ege-main__icon-de {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: -256px -256px; }

.list-ege-main__icon-de-h {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: 0 0; }

/*oge*/
.list-oge-main__icon-rus {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: -64px 0; }

.list-oge-main__icon-rus-h {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: 0 -64px; }

.list-oge-main__icon-hist {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: -64px -192px; }

.list-oge-main__icon-hist-h {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: -128px -192px; }

.list-oge-main__icon-fr {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: -256px -64px; }

.list-oge-main__icon-fr-h {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: -256px -128px; }

.list-oge-main__icon-bio {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: 0 -256px; }

.list-oge-main__icon-bio-h {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: -256px -192px; }

.list-oge-main__icon-math {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: -64px -128px; }

.list-oge-main__icon-math-h {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: -128px -128px; }

.list-oge-main__icon-litr {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: -192px 0; }

.list-oge-main__icon-math-prof {
  width: 58px;
  height: 58px;
  background-image: url(../img/sprites-main.png);
  background-position: 0 -368px; }

.list-oge-main__icon-math-prof-h {
  width: 58px;
  height: 58px;
  background-image: url(../img/sprites-main.png);
  background-position: -225px -368px; }

.list-oge-main__icon-math-base {
  width: 58px;
  height: 58px;
  background-image: url(../img/sprites-main.png);
  background-position: -147px -368px; }

.list-oge-main__icon-math-base-h {
  width: 58px;
  height: 58px;
  background-image: url(../img/sprites-main.png);
  background-position: -69px -368px; }

.list-oge-main__icon-litr-h {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: -192px -64px; }

.list-oge-main__icon-esp {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: -192px -256px; }

.list-oge-main__icon-esp-h {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: -320px -128px; }

.list-oge-main__icon-chem {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: -128px -256px; }

.list-oge-main__icon-chem-h {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: -64px -256px; }

.list-oge-main__icon-obsh {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: -128px -64px; }

.list-oge-main__icon-obsh-h {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: 0 -128px; }

.list-oge-main__icon-eng {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: -320px -64px; }

.list-oge-main__icon-eng-h {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: -320px 0; }

.list-oge-main__icon-inform {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: -192px -128px; }

.list-oge-main__icon-inform-h {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: 0 -192px; }

.list-oge-main__icon-phys {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: -64px -64px; }

.list-oge-main__icon-phys-h {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: -128px 0; }

.list-oge-main__icon-geo {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: -192px -192px; }

.list-oge-main__icon-geo-h {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: -256px 0; }

.list-oge-main__icon-de {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: -256px -256px; }

.list-oge-main__icon-de-h {
  width: 56px;
  height: 56px;
  background-image: url(../img/sprites-main.png);
  background-position: 0 0; }

.online-tests__tabs ul li {
  padding: 6px 25px;
  float: left;
  font: 22px arimobold, sans-serif;
  cursor: pointer;
  color: #000;
  background: #fff;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.online-tests__tabs ul li:hover {
  color: #038bb5; }

.online-tests__tabs .online-tests__tabs--active {
  cursor: default;
  background: #e3e3e3; }

.calendar {
  padding-left: 22px; }

.calendar h2 {
  margin: 40px 0 0; }

.calendar_col-left {
  margin-top: 24px;
  float: left;
  width: 66.66666666666666666666%; }

.calendar_col-left label {
  position: relative;
  padding: 10px 30px;
  display: block;
  float: left;
  font: 20px arimoregular, sans-serif; }

.calendar_col-left form {
  margin-right: 3%;
  padding: 25px 22px;
  background: #e3e3e3; }

.calendar_col-left form p {
  margin: 20px 0 0;
  font-size: 14px; }

.calendar_col-right {
  margin-top: 24px;
  float: right;
  width: 33.333333333333333%; }

.calendar_col-right .calendar_col-right--ege-banner {
  margin-top: 24px;
  padding: 30px 22px 32px;
  overflow: hidden;
  font-size: 14px;
  color: #fff;
  background: #32363a; }

.calendar_col-right .calendar_col-right--ege-banner h3 {
  font: 28px arimoregular, sans-serif;
  color: #fff; }

.calendar_col-right .calendar_col-right--ege-banner a {
  margin-top: 10px;
  padding: 5px 10px;
  display: block;
  float: right;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms; }

.calendar_col-right .calendar_col-right--ege-banner a:hover {
  color: #23b0de;
  border-color: #23b0de; }

.calendar_col-right .calendar_col-right--ege-banner a:active {
  color: #fff;
  border-color: #fff; }

.calendar_col-left input[type='radio']:not(:checked),
.calendar_col-left input[type='radio']:checked {
  position: absolute;
  left: -9999px; }

.calendar_col-left input[type='radio'] + label:before {
  position: absolute;
  top: 14px;
  left: 0;
  display: block;
  float: left;
  width: 18px;
  height: 18px;
  content: '';
  background: url(../img/sprites-items.png) -63px -76px; }

.calendar_col-left input[type='radio']:checked + label:before {
  position: absolute;
  top: 14px;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  content: '';
  background: url(../img/sprites-items.png) -40px -76px; }

.calendar_select--styled select {
  width: 40%;
  height: 30px;
  font-size: 15px;
  float: right;
  margin-top: 10px; }

.calendar_select--hidden {
  display: none; }

.calendar__sheet div div {
  margin-right: 3%;
  float: left;
  width: 30.33333333333333333333%; }

.calendar__sheet div div p {
  margin-top: 31px;
  font: 18px arimoregular, sans-serif; }

.calendar__table {
  margin: 0 20px 0 0;
  width: 100%;
  font: 11px arimoregular, sans-serif; }

.calendar__table tr {
  height: 27px;
  background: #e3e3e3; }

.calendar__table tr th {
  width: 30px;
  font-weight: normal;
  color: #5f636f;
  background: #fff; }

.calendar__table tr td {
  cursor: default;
  text-align: right;
  vertical-align: top;
  color: #1a1b1f;
  border: 1px solid #fff; }

.calendar__table tr td:hover {
  border: 1px solid #32363a;
  border-style: double; }

.calendar__table tr .calendar__section--weekend {
  color: #fff;
  background: #d4a800; }

.calendar__table tr .calendar__section--ege {
  color: #fff;
  background: #ad2722; }

.calendar__table tr .calendar__section--gia {
  color: #fff;
  background: #758e6a; }

.news {
  margin-top: 24px; }

.news__col-left {
  float: left;
  width: 66.66666666666666%; }

.news__col-right {
  position: relative;
  padding-top: 50px;
  float: right;
  width: 33.333333333333%; }

.news__col-right .news__col-right-section-link {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  border: 1px solid #000;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms; }

.news__col-right .news__col-right-section-link:hover {
  color: #000;
  border-color: #000; }

.news__col-right .news__col-right-section-link:active {
  color: #000;
  border-color: #000; }

.news__col-right .news__col-right-section-link:hover {
  color: #fff;
  background: #000;
  border-color: #fff; }

.news__col-right .news__col-right-section-link:active {
  color: #23b0de;
  border-color: #23b0de; }

.news__col-right a {
  text-decoration: none;
  outline: none; }

.news__col-right a:hover p {
  text-decoration: underline; }

.news__col-right a:hover p + p {
  text-decoration: none; }

.news__col-right a:hover div div {
  -webkit-transform: scale(1.15, 1.15);
  -moz-transform: scale(1.15, 1.15);
  -ms-transform: scale(1.15, 1.15);
  -o-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15); }

.news__main-news {
  position: relative;
  margin: 0 22px;
  height: 306px;
  background: url(../img/news_beauty-contest.jpg) 50%; }

.news__wrapper {
  position: absolute;
  bottom: 0;
  background: url(../img/darken.png) repeat-x; }

.news__wrapper .news__main-link {
  text-decoration: none;
  color: #fff; }

.news__wrapper .news__main-link h3 {
  padding: 50px 20px 0 22px;
  font: 28px arimoregular, sans-serif;
  color: #fff; }

.news__wrapper .news__main-link span {
  padding: 10px 0 10px 22px;
  display: block;
  float: left; }

.news__wrapper .news__main-link:hover h3 {
  text-decoration: underline; }

.news__wrapper .news__section-link {
  margin: 0 10px 10px 0;
  padding: 5px 10px;
  display: block;
  float: right;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms; }

.news__wrapper .news__section-link:hover {
  color: #23b0de;
  border-color: #23b0de; }

.news__wrapper .news__section-link:active {
  color: #fff;
  border-color: #fff; }

.news__mgta-contacts {
  margin-top: 80px;
  margin-bottom: 20px;
  padding: 0 22px;
  color: #1a1b1f; }

.news__mgta-contacts p {
  margin-top: 40px;
  font-size: 15px; }

.news__mgta-contacts a {
  text-decoration: none;
  color: #000; }

.news__mgta-contacts div {
  position: relative;
  padding: 20px 0 0 50px;
  font-size: 20px; }

.news__mgta-contacts div:before {
  position: absolute;
  top: 14px;
  left: 0;
  width: 43px;
  height: 31px;
  content: '';
  background-image: url(../img/sprites-main.png);
  background-position: -320px -192px; }

.news__col-right__news-section {
  margin-bottom: 24px;
  color: #000; }

.news__col-right__news-section div {
  position: relative;
  top: 11px;
  left: 10px;
  margin-right: 20px;
  float: left;
  width: 93px;
  height: 93px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms; }

.news__col-right__news-section .news__date-large {
  margin: 0 5px -6px 0;
  display: inline-block;
  font: 35px arimobold, sans-serif; }

.news__col-right__news-section span {
  display: inline-block; }

.news__col-right__news-section p {
  margin: 0;
  padding: 0 0 8px 113px; }

.news__col-right__news-section p + p {
  font-size: 10px;
  color: #949494; }

.news__separator {
  font-size: 30px; }

.news__col-right_preview-1 {
  background: url(../img/news_beauty-contest.jpg) 50%; }

.news__col-right_preview-2 {
  background: url(../img/news_beauty-contest.jpg); }

.news__col-right_preview-3 {
  background: url(../img/news_beauty-contest.jpg) 100%; }

@media screen and (max-width: 1150px) {
  .news__col-left {
    float: none;
    width: 100%; }
  .news__col-right {
    margin-left: 2%;
    float: none;
    width: 95%; }
  .news__col-right p + p {
    padding-right: 40%; }
  .calendar_col-left {
    float: none;
    width: 100%; }
  .calendar_col-right {
    margin-top: 0;
    float: none;
    width: 100%; }
  .calendar_col-right--banner {
    display: none;
    visibility: hidden; }
  .calendar_col-right--ege-banner {
    margin-right: 22px; }
  .calendar_select--styled {
    float: none; }
  .online-tests__topics {
    margin-right: 22px; }
  .slider {
    margin-right: 22px; } }

@media screen and (max-width: 1024px) {
  .page-main {
    margin-left: 0; }
  .news__col-right {
    margin-top: 24px; }
  .news__col-right p + p {
    padding-right: 0; }
  .calendar_col-left form {
    margin-right: 22px; } }

@media screen and (max-width: 550px) {
  .online-tests__topics {
    margin: 24px 0 0; }
  .calendar_col-right--ege-banner {
    margin-right: 0; }
  .calendar_col-left form {
    margin-right: 0; }
  .calendar_col-left label {
    float: none; }
  .calendar_col-left form .sbHolder {
    width: 100%; }
  .calendar__sheet div div {
    margin: 0 0 0 5%;
    float: none;
    width: 90%; }
  .news__main-news {
    display: none;
    visibility: hidden; }
  .news__col-right {
    display: none;
    visibility: hidden; }
  .news {
    margin-top: 0; }
  .calendar {
    padding-left: 0; }
  .calendar h2 {
    margin-left: 22px; } }

h1 {
  margin-left: 20px; }

a {
  text-decoration: none; }

.modal__back {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  opacity: .9; }

.modal-registr__window {
  background: #00498d;
  padding: 40px 20px;
  margin-left: 20px; }

.modal-registr__window h1 {
  margin-left: auto;
  font: 35px arimoregular, sans-serif;
  text-align: center;
  color: #fff; }

.modal__close {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 43px;
  height: 43px;
  cursor: pointer;
  background-image: url(../img/sprites-modal.png);
  background-position: 0 0; }

.modal-registr__form div {
  margin-bottom: 35px; }

.modal-registr__form label,
.modal-registr__form input {
  position: relative;
  display: inline-block; }

.modal-registr__form label {
  margin-right: 10px;
  width: 160px;
  font-size: 15px;
  text-align: right;
  color: #fff; }

.modal-registr__form input {
  padding: 5px 10px;
  width: 60%;
  font-size: 17px;
  border: 1px solid #32363a; }

.modal-registr__form .shorter {
  width: 30%; }

.modal-registr__form .alert {
  border: 1px solid #d61856; }

.required:after {
  top: 0;
  right: 0;
  font-size: 20px;
  content: '*';
  color: #d61856; }

.modal-registr__lower-caption {
  margin-left: 173px;
  font: 13px arimoregular, sans-serif;
  color: #fff; }

.modal-registr__lower-caption b {
  font-size: 17px;
  color: #d61856; }

.modal-registr__submit {
  margin-top: 40px; }

.modal-registr__submit input {
  margin: auto;
  padding: 10px 30px;
  display: block;
  font: 18px arimobold, sans-serif;
  text-transform: uppercase;
  color: #fff;
  background: #ff008a;
  border: 1px solid #ff008a;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms; }

.modal-registr__submit input:hover {
  background: #cc006e; }

.modal-registr__submit input:active {
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 10px #ff008a;
  -moz-box-shadow: inset 0 0 10px #ff008a;
  box-shadow: inset 0 0 10px #ff008a; }

.required {
  position: relative; }

.required span {
  color: #ff008a;
  position: absolute;
  left: 180px;
  bottom: -18px; }

@media screen and (max-width: 1150px) {
  .modal-registr__window {
    margin-left: 0; } }

@media screen and (max-width: 850px) {
  .modal-registr__form label {
    width: 130px; }
  .modal__close {
    top: 0 !important;
    right: 0 !important; }
  .required span {
    color: #ff008a;
    position: absolute;
    left: 150px;
    bottom: -18px; } }

@media screen and (max-width: 550px) {
  .modal-registr__window {
    padding: 40px 0; }
  .modal-registr__window h1 {
    margin-left: 0;
    font-size: 25px; }
  .modal-registr__form > div {
    position: relative; }
  .modal-registr__form label {
    display: block;
    width: 100%;
    text-align: center; }
  .modal-registr__form input {
    margin: auto;
    display: block;
    width: 70%; }
  .modal-registr__form .shorter {
    width: 70%; }
  .required:after {
    position: absolute;
    top: 0;
    right: 10%; }
  .modal-registr__lower-caption {
    margin-left: 0;
    text-align: center; }
  .modal-registr__submit input {
    font-size: 12px; }
  .required span {
    color: #ff008a;
    position: absolute;
    left: 13%;
    bottom: -18px; } }

.autorization__window {
  background: #00498d;
  margin-left: 20px;
  color: #fff;
  padding-top: 20px; }

.autorization__window h1 {
  margin-left: 0;
  font: 35px arimoregular, sans-serif;
  text-align: center;
  color: #fff; }

.modal__close {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 43px;
  height: 43px;
  cursor: pointer;
  background-image: url(../img/sprites-modal.png);
  background-position: 0 0; }

.autorization__form {
  text-align: center;
  vertical-align: bottom; }

.autorization__form input {
  padding: 7px 10px;
  width: 20%;
  font-size: 15px;
  color: #32363a; }

.autorization__form input + input {
  margin-left: 2%; }

.autorization__form input[type=text],
.autorization__form input[type=password] {
  padding: 7px 10px;
  font-size: 15px;
  color: #32363a;
  border: none; }

.autorization__form input[type=submit] {
  padding: 6px 10px;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  background: #ff008a;
  border: none;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms; }

.autorization__form input[type=submit]:hover {
  background: #cc006e; }

.autorization__form input[type=submit]:active {
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 10px #ff008a;
  -moz-box-shadow: inset 0 0 10px #ff008a;
  box-shadow: inset 0 0 10px #ff008a; }

.autorization__recall-pass {
  text-align: right; }

.autorization__recall-pass a {
  padding-right: 20%;
  color: #fff;
  text-decoration: underline; }

.autorization__recall-pass a:hover {
  text-decoration: none; }

.autorization__caption {
  font-size: 16px;
  text-align: center;
  padding: 0 10px; }

.autorization__new-user {
  padding: 70px 10px;
  background: url(../img/new-user-bg.jpg) 50% 50% no-repeat; }

.autorization__new-user h2 {
  margin-top: 0;
  font: 40px arimobold, sans-serif;
  text-align: center;
  color: #000; }

.autorization__new-user div {
  text-align: center; }

.autorization__new-user a {
  padding: 13px 10px;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  background: #ff008a;
  border: none;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms; }

.autorization__new-user a:hover {
  background: #cc006e; }

.autorization__new-user a:active {
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 10px #ff008a;
  -moz-box-shadow: inset 0 0 10px #ff008a;
  box-shadow: inset 0 0 10px #ff008a; }

.autorization__start-test {
  padding: 40px 10px;
  text-align: center;
  background: #0077e6; }

.soc-autorization-box {
  text-align: center;
  padding: 10px 0; }

.start-test__submit {
  padding: 6px 70px;
  font: 14px arimobold, sans-serif;
  text-transform: uppercase;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff; }

.start-test__submit:hover {
  background: #005db3; }

@media screen and (max-width: 1150px) {
  .autorization__window {
    margin-left: 0; } }

@media screen and (max-width: 550px) {
  .start-test__submit {
    padding: 6px 7px;
    display: block;
    width: 90%; }
  .autorization__window h1 {
    margin-left: 0;
    font-size: 25px; }
  .autorization__window .autorization__form input {
    margin: auto auto 20px auto;
    display: block;
    width: 70%; }
  .autorization__caption {
    padding-right: 10px;
    padding-left: 10px; }
  .autorization__recall-pass {
    text-align: center; }
  .autorization__recall-pass a {
    padding-right: 0; }
  .autorization__new-user h2 {
    margin-left: 0;
    font-size: 30px; }
  .autorization__new-user a {
    width: 60%;
    font-size: 12px; } }

.recall-pass__window {
  padding: 40px 20px;
  color: #fff;
  background: #00498d;
  margin-left: 20px; }

.recall-pass__window h1 {
  margin-top: 0;
  margin-left: 0;
  font: 35px arimoregular, sans-serif;
  text-align: center;
  color: #fff; }

.recall-pass__window p {
  margin-top: 120px;
  font-size: 15px;
  text-align: center; }

.modal__close {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 43px;
  height: 43px;
  cursor: pointer;
  background-image: url(../img/sprites-modal.png);
  background-position: 0 0; }

.recall-pass__form {
  margin-top: 120px;
  text-align: center; }

.recall-pass__form input[type=email] {
  padding: 7px 10px;
  width: 40%;
  font-size: 15px;
  color: #32363a;
  border: none; }

.recall-pass__form input[type=submit] {
  margin-left: 10%;
  padding: 6px 10px;
  width: 20%;
  font-size: 18px;
  color: #fff;
  background: #ff008a;
  border: none;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms; }

.recall-pass__form input[type=submit]:hover {
  background: #cc006e; }

.recall-pass__form input[type=submit]:active {
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 10px #ff008a;
  -moz-box-shadow: inset 0 0 10px #ff008a;
  box-shadow: inset 0 0 10px #ff008a; }

@media screen and (max-width: 1150px) {
  .recall-pass__window {
    margin-left: 0; } }

@media screen and (max-width: 850px) {
  .recall-pass__window .recall-pass__form input {
    margin: auto auto 20px auto;
    display: block;
    width: 80%; } }

.thanks__window {
  padding: 40px 20px;
  margin-left: 20px;
  color: #fff;
  background: #00498d; }

.thanks__window h1 {
  margin-top: 0;
  margin-left: 0;
  font: 30px arimoregular, sans-serif;
  text-align: center;
  color: #fff; }

.thanks__window p {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px; }

@media screen and (max-width: 1150px) {
  .thanks__window {
    margin-left: 0; } }

@media screen and (max-width: 850px) {
  .thanks__window h1 {
    font-size: 25px; } }

.email-remind__window {
  padding: 40px 20px;
  color: #fff;
  background: #00498d;
  margin-left: 20px; }

.email-remind__window h1 {
  margin-top: 0;
  margin-left: 0;
  font: 30px arimoregular, sans-serif;
  text-align: center;
  color: #fff; }

.email-remind__window p {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center; }

@media screen and (max-width: 1150px) {
  .email-remind__window {
    margin-left: 0; } }

.page-container {
  position: relative;
  margin: 0 auto;
  max-width: 1400px; }

.page-columns-wrap {
  position: relative; }

.page-main {
  margin-left: 211px; }

.page-main .page-main__header {
  padding-left: 22px;
  background: #23b0de; }

.page-main .page-main__header h2 {
  margin: 0;
  padding: 19px 0;
  color: #fff; }

@media screen and (max-width: 1024px) {
  .page-main {
    margin-left: 0; } }

.crumbs {
  margin: 24px 0 0 22px;
  font: 14px arimoregular, sans-serif;
  color: #c1c9d6; }

.crumbs p a {
  position: relative;
  text-decoration: none;
  color: #5f636f;
  outline: none; }

.crumbs p a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #c1c9d6;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0); }

.crumbs p a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.crumbs p span {
  color: #000; }

.cabinet {
  margin: 24px 0 0 22px;
  font: 15px arimoregular, sans-serif;
  color: #32363a; }

.cabinet nav {
  position: relative;
  top: 1px; }

.cabinet nav .cabinet__active-tab {
  background: #e3e3e3;
  border-bottom-color: #e3e3e3; }

.cabinet nav .cabinet__active-tab:hover {
  background: #e3e3e3; }

.cabinet nav div {
  z-index: 999;
  padding: 12px 20px;
  float: left;
  cursor: pointer;
  background: #fff;
  border: 1px solid #c3c3c2;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms; }

.cabinet nav div:hover {
  background: #f7f7f7; }

.cabinet nav a + a > div {
  border-left: none; }

.cabinet nav a {
  color: #32363A; }

.cabinet .cabinet__blocks {
  background: #e3e3e3;
  border: 1px solid #c3c3c2; }

.cabinet__mobile-menu {
  display: none; }

.cabinet__mobile-menu li {
  position: relative;
  top: 1px;
  float: left;
  width: 65px;
  height: 55px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #c3c3c2;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms; }

.cabinet__mobile-menu li + li {
  border-left: none; }

.cabinet__mobile-menu .cabinet__mobile-personal a {
  display: block;
  margin: 12px auto 0;
  width: 24px;
  height: 32px;
  background-image: url(../img/sprites.png);
  background-position: -79px 0; }

.cabinet__mobile-menu .cabinet__mobile-tests a {
  display: block;
  margin: 12px auto 0;
  width: 34px;
  height: 32px;
  background-image: url(../img/sprites.png);
  background-position: 0 0; }

.cabinet__mobile-menu .cabinet__mobile-password a {
  display: block;
  margin: 12px auto 0;
  width: 29px;
  height: 28px;
  background-image: url(../img/sprites.png);
  background-position: -42px 0; }

.cabinet__mobile-menu .cabinet__active-tab {
  background: #e3e3e3;
  border-bottom-color: #e3e3e3; }

.cabinet__form {
  margin: auto;
  padding: 80px 0;
  width: 70%; }

.cabinet__form > div {
  margin-bottom: 15px; }

.cabinet__form label {
  margin-top: 8px;
  margin-right: 15px;
  float: left;
  width: 130px;
  text-align: right; }

.cabinet__form input {
  padding: 8px 10px;
  display: block;
  width: 70%;
  border: 1px solid #c3c3c2; }

.cabinet__form-phone label {
  margin-top: 0; }

.cabinet__form-foto {
  position: relative; }

.cabinet__form-foto button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 370px;
  margin: auto;
  display: block;
  width: 170px;
  height: 55px;
  text-transform: uppercase;
  color: #fff;
  background: #0056a4;
  border: 1px solid #0056a4;
  outline: none;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms; }

.cabinet__form-foto button:hover {
  background: #0071d7; }

.cabinet__form-foto button:active {
  color: #000;
  background: #e3e3e3;
  outline: none;
  -webkit-box-shadow: inset 0 0 7px #0056a4;
  -moz-box-shadow: inset 0 0 7px #0056a4;
  box-shadow: inset 0 0 7px #0056a4; }

.cabinet__form-foto-caption {
  margin-right: 15px;
  float: left;
  width: 130px;
  text-align: right; }

.cabinet__form-foto-image {
  position: relative;
  margin: 0 80px 0 10px;
  float: left;
  width: 158px;
  height: 158px;
  text-align: center; }

.cabinet__form-foto-image img {
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.close-button {
  position: absolute;
  top: 10px;
  right: -30px;
  width: 28px;
  height: 28px;
  cursor: pointer;
  background-image: url(../img/sprites.png);
  background-position: 0 -40px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms; }

.close-button:hover {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2); }

.cabinet__form-birth .cabinet__form-birth-caption {
  margin-top: 8px;
  margin-right: 15px;
  float: left;
  width: 130px;
  text-align: right; }

.cabinet__form-birth .cabinet__form-birth-day {
  margin-right: 15px;
  float: left;
  width: 65px;
  text-align: left; }

.cabinet__form-birth .sbHolder {
  margin-right: 13px;
  float: left;
  width: 150px;
  border: 1px solid #c3c3c2;
  margin-top: 0; }

.cabinet__form-birth .cabinet__form-birth-year {
  float: left;
  width: 70px;
  text-align: left; }

.cabinet__form-gender .cabinet__form-gender-caption {
  margin-top: 9px;
  margin-right: 15px;
  float: left;
  width: 130px;
  text-align: right; }

.cabinet__form-gender label {
  position: relative;
  margin-right: 40px;
  display: block;
  width: 55px; }

.cabinet__form-gender input[type='radio']:not(:checked),
.cabinet__form-gender input[type='radio']:checked {
  position: absolute;
  left: -9999px; }

.cabinet__form-gender input[type='radio'] + label:before {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  float: left;
  width: 18px;
  height: 18px;
  content: '';
  background-image: url(../img/sprites.png);
  background-position: -36px -40px; }

.cabinet__form-gender input[type='radio']:checked + label:before {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  content: '';
  background-image: url(../img/sprites.png);
  background-position: 0 -76px; }

.cabinet__form-submit input {
  margin: 60px auto 0;
  display: block;
  width: 330px;
  height: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #0056a4;
  border: 1px solid #0056a4;
  outline: none;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms; }

.cabinet__form-submit input:hover {
  background: #0071d7; }

.cabinet__form-submit input:active {
  color: #000;
  background: #e3e3e3;
  outline: none;
  -webkit-box-shadow: inset 0 0 7px #0056a4;
  -moz-box-shadow: inset 0 0 7px #0056a4;
  box-shadow: inset 0 0 7px #0056a4; }

.cabinet__tests {
  padding: 40px 20px; }

.cabinet__tests-ticket {
  margin: 7px auto 0;
  padding: 15px 25px;
  display: table;
  width: 90%;
  font: 19px arimobold, sans-serif;
  background: #fff;
  border: 1px solid #c3c3c2; }

.cabinet__tests-ticket > div {
  display: table-cell;
  vertical-align: middle; }

.cabinet__tests-ticket--type {
  text-align: center;
  color: #32363a; }

.cabinet__tests-ticket--subject {
  padding-left: 10px;
  width: 170px;
  text-align: left;
  color: #0056a4; }

.cabinet__tests-ticket--version {
  text-align: center;
  color: #d61856; }

.cabinet__tests-ticket--score {
  font: 15px arimoregular, sans-serif;
  text-align: right;
  color: #32363a; }

.cabinet__tests-ticket--score .score-1 {
  font-size: 20px;
  color: #5b9e3d; }

.cabinet__tests-ticket--score .score-2 {
  font-size: 20px; }

.cabinet__tests-ticket--button {
  padding-left: 30px; }

.ticket--button {
  height: 40px;
  font: 15px arimoregular, sans-serif;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #fff;
  background: #0056a4;
  border: 1px solid #0056a4;
  outline: none;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms; }

.ticket--button:hover {
  background: #0071d7; }

.ticket--button:active {
  color: #000;
  background: #e3e3e3;
  outline: none;
  -webkit-box-shadow: inset 0 0 7px #0056a4;
  -moz-box-shadow: inset 0 0 7px #0056a4;
  box-shadow: inset 0 0 7px #0056a4; }

.cabinet__tests-ticket--remove {
  padding-left: 10px; }

.cabinet__tests-ticket--remove div {
  float: right;
  width: 28px;
  height: 28px;
  cursor: pointer;
  background-image: url(../img/sprites.png);
  background-position: 0 -40px; }

.cabinet__tests-save {
  margin-top: 40px; }

.cabinet__tests-save button {
  margin: auto;
  display: block;
  width: 230px;
  height: 50px;
  text-transform: uppercase;
  color: #fff;
  background: #0056a4;
  border: 1px solid #0056a4;
  outline: none;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms; }

.cabinet__tests-save button:hover {
  background: #0071d7; }

.cabinet__tests-save button:active {
  color: #000;
  background: #e3e3e3;
  outline: none;
  -webkit-box-shadow: inset 0 0 7px #0056a4;
  -moz-box-shadow: inset 0 0 7px #0056a4;
  box-shadow: inset 0 0 7px #0056a4; }

.cabinet__password-form {
  margin: auto;
  padding: 80px 0;
  width: 600px; }

.cabinet__password-form > div {
  margin-bottom: 15px; }

.cabinet__password-form label {
  margin-top: 8px;
  margin-right: 15px;
  float: left;
  width: 170px;
  text-align: right; }

.cabinet__password-form input {
  padding: 8px 10px;
  display: block;
  width: 250px;
  border: 1px solid #c3c3c2; }

.cabinet__password-caption {
  margin-top: 80px;
  font: 15px arimobold, sans-serif;
  text-align: center; }

.cabinet__password-save {
  margin-top: 80px; }

.cabinet__password-save button {
  margin: auto;
  display: block;
  width: 230px;
  height: 50px;
  text-transform: uppercase;
  color: #fff;
  background: #0056a4;
  border: 1px solid #0056a4;
  outline: none;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms; }

.cabinet__password-save button:hover {
  background: #0071d7; }

.cabinet__password-save button:active {
  color: #000;
  background: #e3e3e3;
  outline: none;
  -webkit-box-shadow: inset 0 0 7px #0056a4;
  -moz-box-shadow: inset 0 0 7px #0056a4;
  box-shadow: inset 0 0 7px #0056a4; }

.cabinet__password-phone-row {
  margin-top: 40px;
  text-align: center; }

.cabinet__password-phone {
  padding-left: 20px;
  font-size: 20px;
  color: #00498d; }

.cabinet__password-email-row {
  margin-top: 30px;
  text-align: center; }

.cabinet__password-email {
  padding-left: 20px;
  text-decoration: underline;
  color: #00498d; }

.cabinet__password-change {
  padding-right: 100px;
  padding-left: 40px;
  float: right;
  cursor: pointer;
  text-decoration: underline;
  color: #00498d; }

@media screen and (max-width: 1150px) {
  .cabinet {
    margin: 24px 22px 0 22px; }
  .cabinet__form {
    width: 100%; }
  .cabinet__form input {
    width: 60%; }
  .cabinet__form-foto button {
    left: 330px; }
  .cabinet nav div {
    padding: 12px 10px; }
  .cabinet__tests-ticket {
    position: relative;
    display: block; }
  .cabinet__tests-ticket > div {
    display: block; }
  .cabinet__tests-ticket--score {
    margin-top: 10px;
    text-align: center; }
  .cabinet__tests-ticket--button {
    margin: 20px auto 0;
    padding-left: 0;
    width: 50%; }
  .cabinet__tests-ticket--remove {
    position: absolute;
    top: 10px;
    right: 10px; }
  .cabinet__tests-ticket--subject {
    padding: 0;
    width: 100%;
    text-align: center; }
  .cabinet__password-change {
    padding-right: 120px;
    padding-left: 0; }
  .cabinet__password-form {
    width: 550px; } }

@media screen and (max-width: 550px) {
  .cabinet {
    margin-right: 0;
    margin-left: 0; }
  .cabinet nav {
    display: none; }
  .cabinet__mobile-menu {
    display: block; }
  .cabinet__form > div {
    text-align: center; }
  .cabinet__form label {
    float: none; }
  .cabinet__form input {
    margin: 10px auto;
    width: 80%; }
  .cabinet__form-submit {
    margin-top: 60px; }
  .cabinet__form-birth {
    margin-top: 40px;
    text-align: center; }
  .cabinet__form-birth .cabinet__form-birth-caption {
    margin: auto;
    float: none;
    text-align: center; }
  .cabinet__form-birth .cabinet__form-birth-day {
    margin: 10px auto 0;
    float: none;
    width: 80%; }
  .cabinet__form-birth .sbHolder {
    margin: 10px auto 0;
    float: none;
    width: 84%;
    text-align: left; }
  .cabinet__form-birth .cabinet__form-birth-year {
    margin: 10px auto 0;
    float: none;
    width: 80%; }
  .cabinet__form-foto .cabinet__form-foto-caption {
    float: none;
    width: 100%;
    text-align: center; }
  .cabinet__form-foto .cabinet__form-foto-image {
    margin: auto;
    float: none; }
  .cabinet__form-foto button {
    position: static;
    margin-top: 10px; }
  .cabinet__blocks {
    padding: 40px 0; }
  .cabinet__form-gender {
    margin-bottom: 20px;
    text-align: center; }
  .cabinet__form-gender .cabinet__form-gender-caption {
    float: none;
    width: 100%;
    text-align: center; }
  .cabinet__form-gender label {
    margin: 10px 10px;
    display: inline-block;
    float: none; }
  .cabinet__tests-ticket {
    padding: 15px 3%;
    width: 86%; }
  .cabinet__form .cabinet__form-city {
    margin-top: 30px; }
  .cabinet__tests-ticket--remove {
    top: 15px;
    right: 15px; }
  .cabinet__password-form {
    width: 100%; }
  .cabinet__password-form > div {
    text-align: center; }
  .cabinet__password-form label {
    float: none; }
  .cabinet__password-form input {
    margin: 10px auto;
    width: 80%; }
  .cabinet__password-change {
    padding-right: 30px; }
  .cabinet__password-caption {
    padding-right: 20px;
    padding-left: 20px; }
  .cabinet__password-phone-row span,
  .cabinet__password-email-row span {
    display: block; }
  .cabinet__password-email-row {
    margin-top: 60px; }
  .cabinet__password-phone,
  .cabinet__password-email {
    margin-top: 20px;
    padding-left: 0; }
  .cabinet__password-change {
    margin-top: 20px; } }

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

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

.page-sidebar {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  padding: 22px 0 0 21px;
  overflow: hidden;
  width: 190px;
  color: #c1c9d6;
  background-color: #1a1b1f; }

.page-sidebar a {
  outline: none; }

.page-sidebar ul,
.page-sidebar ul li {
  list-style: none; }

.side-menu {
  margin: 0 0 10px;
  padding: 0; }

.side-menu ul {
  margin-left: 27px; }

.side-menu a {
  position: relative;
  padding: 7px 0;
  display: block;
  font: 13px arimoregular, sans-serif;
  text-decoration: none;
  color: #c1c9d6;
  border: none;
  outline: none;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.side-menu a:hover {
  color: #23b0de; }

.side-menu--abitur:before {
  position: absolute;
  left: -28px;
  width: 16px;
  height: 18px;
  content: '';
  background-image: url(../img/sprites.png);
  background-position: -50px -76px; }

.side-menu--abitur:hover:before {
  width: 16px;
  height: 18px;
  background-image: url(../img/sprites.png);
  background-position: -26px -76px; }

.side-menu--news:before {
  position: absolute;
  left: -28px;
  width: 14px;
  height: 13px;
  content: '';
  background-image: url(../img/sprites.png);
  background-position: -23px -102px; }

.side-menu--news:hover:before {
  width: 14px;
  height: 13px;
  background-image: url(../img/sprites.png);
  background-position: -135px -88px; }

.side-menu--institut:before {
  position: absolute;
  left: -28px;
  width: 14px;
  height: 13px;
  content: '';
  background-image: url(../img/sprites.png);
  background-position: -135px -67px; }

.side-menu--institut:hover:before {
  width: 14px;
  height: 13px;
  background-image: url(../img/sprites.png);
  background-position: -135px -46px; }

.side-menu--fgos:before {
  position: absolute;
  left: -28px;
  width: 16px;
  height: 14px;
  content: '';
  background-image: url(../img/sprites.png);
  background-position: -111px -45px; }

.side-menu--fgos:hover:before {
  width: 16px;
  height: 14px;
  background-image: url(../img/sprites.png);
  background-position: -111px -23px; }

.side-menu--univers:before {
  position: absolute;
  left: -28px;
  width: 16px;
  height: 15px;
  content: '';
  background-image: url(../img/sprites.png);
  background-position: -111px 0; }

.side-menu--univers:hover:before {
  width: 16px;
  height: 15px;
  background-image: url(../img/sprites.png);
  background-position: -74px -76px; }

.side-menu--open:before {
  position: absolute;
  left: -28px;
  width: 15px;
  height: 14px;
  content: '';
  background-image: url(../img/sprites.png);
  background-position: 0 -102px; }

.side-menu--open:hover:before {
  width: 15px;
  height: 14px;
  background-image: url(../img/sprites.png);
  background-position: -111px -67px; }

.side-menu--docs:before {
  position: absolute;
  left: -28px;
  width: 14px;
  height: 15px;
  content: '';
  background-image: url(../img/sprites.png);
  background-position: -135px -23px; }

.side-menu--docs:hover:before {
  width: 14px;
  height: 15px;
  background-image: url(../img/sprites.png);
  background-position: -135px 0; }

.sidebar-collapse-separator {
  margin: 20px 10px 30px -10px;
  width: 100%;
  height: 1px;
  background: #2f2f2f;
  border-top: 1px solid #000; }

.social-links {
  margin: 40px 0; }

.social-links li {
  margin-right: 8px;
  float: left; }

.social-links span {
  position: relative;
  display: block;
  width: 31px;
  height: 30px; }

.social-links span > span {
  position: absolute; }

.social-links-icon-twitt-hov {
  background: url(../img/sprites-items.png) 0 -99px; }

.social-links-icon-vk-hov {
  background: url(../img/sprites-items.png) -40px -99px; }

.social-links-icon-fb-hov {
  background: url(../img/sprites-items.png) -80px -99px; }

.social-links-icon-twitt {
  background: url(../img/sprites-items.png) 0 -134px; }

.social-links-icon-vk {
  background: url(../img/sprites-items.png) -40px -134px; }

.social-links-icon-fb {
  background: url(../img/sprites-items.png) -80px -134px; }

.external-links {
  margin-top: 28px; }

.external-links a {
  position: relative;
  margin-bottom: 8px;
  display: block;
  font: 10px gotham_probold, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #038bb5;
  outline: none;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms; }

.external-links a:after {
  position: absolute;
  margin: -2px 0 0 10px;
  width: 14px;
  height: 14px;
  content: '';
  background: url(../img/sprites-items.png) -44px -59px; }

.external-links a:hover {
  color: #c1c9d6; }

.page-container {
  position: relative;
  margin: 0 auto;
  max-width: 1400px; }

.page-columns-wrap {
  position: relative; }

.page-main .page-main__header {
  padding-left: 22px;
  background: #23b0de; }

.page-main .page-main__header h2 {
  margin: 0;
  padding: 19px 0;
  color: #fff; }

.crumbs {
  margin: 24px 0 0 22px;
  font: 14px arimoregular, sans-serif;
  color: #c1c9d6; }

.crumbs p a {
  position: relative;
  text-decoration: none;
  color: #5f636f;
  outline: none; }

.crumbs p a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #c1c9d6;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0); }

.crumbs p a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.crumbs p span {
  color: #000; }

.placeholder {
  height: 600px; }

.foot-wrap {
  margin: 0 22px; }

.foot-menu {
  padding: 40px 0 50px;
  border-bottom: 1px solid #4f5257; }

.foot-menu > a {
  margin: -4px 5px 0 0;
  float: right; }

.foot-menu-items {
  float: left; }

.foot-menu-items li {
  float: left; }

.foot-menu-items li + li {
  padding-left: 20px; }

.foot-menu-items a {
  text-decoration: none;
  color: #fff; }

.foot-menu-items {
  float: left; }

.foot-menu-items li {
  float: left; }

.foot-menu-items li + li {
  padding-left: 20px; }

.foot-menu-items a {
  position: relative;
  text-decoration: none;
  color: #fff; }

.foot-menu-items a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #e3e3e3;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0); }

.foot-menu-items a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.foot-search {
  width: 22px;
  height: 21px;
  background: url(../img/sprites-items.png) 0 -30px;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms; }

.foot-search:hover {
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  -webkit-transform: rotate(-20deg);
  /* Safari */
  -ms-transform: rotate(-20deg);
  /* IE 9 */
  transform: rotate(-20deg); }

.foot-wrap p {
  color: #a9aba8; }

.foot-source-left {
  margin: 30px 0;
  float: left; }

.foot-source-right {
  margin-top: 30px;
  float: right; }

.foot-source-right a {
  position: relative;
  text-decoration: none;
  color: #a9aba8; }

.foot-source-right a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #909090;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0); }

.foot-source-right a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.footer-flag {
  position: relative;
  top: -1px;
  float: left;
  width: 24px;
  height: 15px; }

.footer-flag span {
  display: block;
  width: 24px;
  height: 5px;
  background: #f0f0f0; }

.footer-flag .blue {
  background: #0039a6; }

.footer-flag .red {
  background: #d52b1e; }

.foot-wrap .foot-rus-education {
  margin: 0 0 0 35px;
  padding: 0;
  font: 14px gotham_probold, sans-serif; }

@media screen and (max-width: 550px) {
  .foot-menu {
    padding: 30px 0 30px;
    overflow: hidden; }
  .foot-menu ul {
    float: left; }
  .foot-menu ul li {
    padding: 0;
    float: none; }
  .foot-menu a {
    padding: 10px 0;
    display: block; }
  .foot-menu .foot-search {
    margin: 0; }
  .foot-source-left {
    float: none; }
  .foot-source-right {
    margin-bottom: 20px;
    float: none;
    text-align: center; }
  .header-menu__registration {
    margin-left: 0; } }

.page-container {
  position: relative;
  margin: 0 auto;
  max-width: 1400px; }

.page-columns-wrap {
  position: relative; }

.page-main .page-main__header {
  padding-left: 22px;
  background: #23b0de; }

.page-main .page-main__header h2 {
  margin: 0;
  padding: 19px 0;
  color: #fff; }

.crumbs {
  margin: 24px 0 0 22px;
  font: 14px arimoregular, sans-serif;
  color: #c1c9d6; }

.crumbs p a {
  position: relative;
  text-decoration: none;
  color: #5f636f;
  outline: none; }

.crumbs p a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #c1c9d6;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0); }

.crumbs p a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.crumbs p span {
  color: #000; }

.main-top__horiz-banner {
  margin: 24px 0 0 22px; }

.main-top__horiz-banner img {
  max-width: 100%; }

.tests {
  position: relative;
  margin: 0 0 0 22px; }

.tests__left-col {
  margin-top: 24px;
  float: left;
  width: 75%; }

.question {
  margin: 0 22px 150px 0; }

.question .question__header {
  background: #e3e3e3; }

.question .question__header h2 {
  margin: 17px 0 12px 20px;
  float: left;
  font: 30px arimobold, sans-serif;
  padding: 0;
  color: inherit; }

.question__timer {
  padding: 10px 20px 2px;
  float: right;
  text-align: center;
  color: #fff;
  background: #00498d; }

.question__timer span {
  font-size: 12px; }

.question__timer br + span {
  font-size: 35px; }

.question__body {
  margin-top: 24px;
  padding: 24px 22px;
  font: 20px arimoregular, sans-serif;
  background: #e3e3e3; }

.question__form {
  margin-top: 70px;
  color: #0086ff; }

.question__form label {
  position: relative;
  margin: 30px 0 0 70px;
  display: block; }

.question__form input[type='checkbox']:not(:checked),
.question__form input[type='checkbox']:checked {
  position: absolute;
  left: -9999px; }

.question__form input[type='checkbox'] + label:before {
  position: absolute;
  top: 3px;
  left: -40px;
  display: block;
  float: left;
  width: 22px;
  height: 22px;
  content: '';
  background-image: url(../img/sprites-again.png);
  background-position: -250px -150px; }

.question__form input[type='checkbox']:checked + label:before {
  position: absolute;
  top: 3px;
  left: -40px;
  display: block;
  width: 22px;
  height: 22px;
  content: '';
  background-image: url(../img/sprites-again.png);
  background-position: -250px -180px; }

.question__form input[type='radio']:not(:checked),
.question__form input[type='radio']:checked {
  position: absolute;
  left: -9999px; }

.question__form input[type='radio'] + label:before {
  position: absolute;
  top: 3px;
  left: -40px;
  display: block;
  float: left;
  width: 23px;
  height: 23px;
  content: '';
  background-image: url(../img/sprites-again.png);
  background-position: -258px -246px; }

.question__form input[type='radio']:checked + label:before {
  position: absolute;
  top: 3px;
  left: -40px;
  display: block;
  width: 23px;
  height: 23px;
  content: '';
  background-image: url(../img/sprites-again.png);
  background-position: -225px -246px; }

.question__button-block {
  margin-top: 70px; }

.question__button-block input {
  padding: 12px 5%;
  display: block;
  float: left;
  font-size: 13px;
  color: #fff;
  border: none;
  outline: none;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.question__button-block .question__button--over {
  background: #ad2823;
  border: 1px solid #ad2823; }

.question__button-block .question__button--over:hover {
  background: #d5342e; }

.question__button-block .question__button--over:active {
  color: #32363a;
  background: transparent; }

.question__button-block .question__button--skip {
  margin-left: 5px;
  background: #d4a800;
  border: 1px solid #d4a800; }

.question__button-block .question__button--skip:hover {
  background: #eebc00; }

.question__button-block .question__button--skip:active {
  color: #32363a;
  background: transparent; }

.question__button-block .question__button--answer {
  padding: 12px 13%;
  float: right;
  background: #00498d;
  border: 1px solid #00498d; }

.question__button-block .question__button--answer:hover {
  background: #0063c0; }

.question__button-block .question__button--answer:active {
  color: #32363a;
  background: transparent; }

.question__short-answer {
  width: 100%;
  border: 2px solid #D6D7D7; }

.question__long-answer {
  width: 100%;
  border: 2px solid #D6D7D7; }

.tests__right-col {
  float: right;
  width: 25%; }

.right-col-cont .test-result-mb {
  margin-bottom: 200px; }

.subject {
  background: url(../img/left-col-back.jpg) 50% 50%; }

.online-tests__list-ege {
  padding: 25px 10px 25px 35px;
  text-align: center; }

.online-tests__list-ege li {
  padding: 15px 0 15px 20px;
  display: inline-block;
  width: 150px;
  text-align: left; }

.online-tests__list-ege a {
  position: relative;
  font: 15px arimobold, sans-serif;
  text-decoration: none;
  color: #fff;
  outline: none;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.online-tests__list-ege a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #fffbb7;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0); }

.online-tests__list-ege a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.online-tests__list-ege a > span {
  top: -10px;
  left: -50px; }

.online-tests__list-ege a:hover {
  color: #fffbb7; }

.online-tests__list-ege span {
  position: absolute;
  display: block; }

@media screen and (max-width: 1150px) {
  .online-tests__list-ege li {
    padding: 15px 0 15px 70px;
    width: 28.3%; } }

@media screen and (max-width: 867px) {
  .online-tests__list-ege li {
    padding: 15px 0 15px 50px;
    width: 37%; } }

@media screen and (max-width: 550px) {
  .question .question__header h2 {
    float: none; }
  .tests {
    margin-left: 0; }
  .online-tests__list-ege li {
    padding: 15px 0 15px 40px;
    width: 160px; } }

.questions-scheme {
  margin-top: 22px;
  float: right;
  width: 25%; }

.questions-scheme__blocks p {
  margin: 20px 0 5px;
  font: 25px arimobold, sans-serif;
  text-align: center; }

.questions-scheme__cont {
  padding-bottom: 24px;
  background: #e3e3e3; }

.questions-scheme__wrap {
  padding: 0 5%; }

.questions-scheme__wrap a {
  text-decoration: none; }

.questions-scheme__wrap div {
  margin: 2%;
  float: left;
  width: 12.6%;
  height: 25px;
  background: #ccc; }

.questions-scheme__wrap .questions-scheme--red {
  background: #ad2823; }

.credits {
  position: absolute;
  bottom: 0;
  float: left; }

.credits__mgta-contacts {
  color: #1a1b1f;
  margin-bottom: 20px; }

.credits__mgta-contacts p {
  margin-top: 40px;
  font-size: 15px; }

.credits__mgta-contacts a {
  text-decoration: none;
  color: #000; }

.credits__mgta-contacts div {
  position: relative;
  padding: 20px 0 0 50px;
  font-size: 20px; }

.credits__mgta-contacts div:before {
  position: absolute;
  top: 14px;
  left: 0;
  width: 43px;
  height: 31px;
  content: '';
  background-image: url(../img/sprites-again.png);
  background-position: 0 -250px; }

.tests__right-col-banners {
  margin-top: 24px;
  float: right; }

.tests__right-col-banners .right-col__tip {
  margin-top: 24px;
  padding: 30px 20px 30px 30px;
  background: #32363a; }

.tests__right-col-banners .right-col__tip p {
  margin: 0;
  font-size: 15px;
  color: #fff; }

.right-col__banner {
  text-align: center; }

.right-col__banner a {
  display: inline-block;
  width: 100%;
  height: 127px;
  background: url(../img/left-col-mgta-banner280x127.jpg) no-repeat;
  background-size: contain; }

@media screen and (max-width: 1150px) {
  .questions-scheme {
    padding-top: 1px;
    float: none;
    width: 100%; }
  .questions-scheme__cont {
    margin-right: 22px; }
  .questions-scheme__wrap div {
    margin: .5%;
    width: 25px; }
  .right-col__banner {
    padding-right: 22px; }
  .right-col__banner a {
    background: url(../img/mgta-750x126.jpg) 50% 50% no-repeat;
    background-size: contain; }
  .tests__right-col,
  .tests__left-col,
  .tests__right-col-banners {
    float: none;
    width: 100%; }
  .credits {
    position: relative;
    margin-top: 24px; }
  .credits__mgta-contacts {
    margin: 0; }
  .credits__mgta-contacts p {
    margin-top: 0; }
  .question {
    margin: 0 22px 0 0; }
  .subject {
    margin-right: 22px; }
  .right-col__tip {
    margin-right: 22px; }
  .question__body {
    font-size: 18px; }
  .question__button-block button {
    padding: 12px 3%; }
  .question__button-block .question__button--answer {
    padding: 12px 6%; }
  .question__header h2 {
    font: 23px/48px arimobold, sans-serif; } }

@media screen and (max-width: 750px) {
  .question__header h2 {
    font-size: 22px;
    line-height: 48px; }
  .main-top__horiz-banner {
    margin: 24px 0 0 0; } }

@media screen and (max-width: 550px) {
  .questions-scheme__cont {
    margin-right: 0; }
  .right-col__banner {
    padding-right: 0; }
  .right-col__banner a {
    background: url(../img/left-col-mgta-banner280x127.jpg) 50% 50% no-repeat;
    background-size: contain; }
  .question__body {
    font-size: 16px; }
  .question {
    margin-right: 0; }
  .subject {
    margin-right: 0; }
  .question__timer {
    float: none; }
  .question__header h2 {
    float: none;
    text-align: center; }
  .question__form label {
    margin: 30px 0 0 30px; }
  .question__button-block {
    margin-top: 40px; }
  .question__button-block .question__button--answer,
  .question__button-block .question__button--skip,
  .question__button-block .question__button--over {
    margin: 10px 0 0;
    padding: 12px 6%;
    width: 87%;
    float: none; }
  .right-col__tip {
    margin-right: 0; }
  .credits__mgta-contacts {
    margin-left: 22px;
    border-top: none; } }

.page-container {
  position: relative;
  margin: 0 auto;
  max-width: 1400px; }

.page-columns-wrap {
  position: relative; }

.page-main .page-main__header {
  padding-left: 22px;
  background: #23b0de; }

.page-main .page-main__header h2 {
  margin: 0;
  padding: 19px 0;
  color: #fff; }

.crumbs {
  margin: 24px 0 0 22px;
  font: 14px arimoregular, sans-serif;
  color: #c1c9d6; }

.crumbs p a {
  position: relative;
  text-decoration: none;
  color: #5f636f;
  outline: none; }

.crumbs p a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #c1c9d6;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0); }

.crumbs p a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.crumbs p span {
  color: #000; }

.main-top__horiz-banner {
  margin: 24px 0 0 22px; }

.main-top__horiz-banner img {
  max-width: 100%; }

.results {
  position: relative;
  margin-left: 22px; }

.timer {
  margin-top: 24px;
  float: left;
  width: 75%; }

.timer__wrap {
  margin-right: 22px;
  background: #e3e3e3; }

.timer__caption {
  margin: 0 0 0 22px;
  float: left;
  text-align: left; }

.timer__caption h2 {
  margin: 0;
  padding: 16px 0 0;
  font: 32px arimobold, sans-serif; }

.result-summary__mgta-waiting {
  padding: 20px;
  background: url(../img/mgta-select-back.jpg) 50% 50%; }

.result-summary__mgta-waiting h3 {
  font: 27px arimoregular, sans-serif;
  color: #fff; }

.result-summary__mgta-waiting .sbHolder {
  margin-bottom: 24px;
  width: 100%; }

.timer__time {
  float: right;
  width: 20%;
  font-size: 30px;
  text-align: center;
  color: #fff;
  background: #00498d; }

.timer__time span {
  padding: 19px 0;
  display: block; }

.result-summary {
  margin-top: 24px;
  float: right;
  width: 25%; }

.result-summary > div {
  background: #e3e3e3; }

.result-summary__wrap {
  padding: 20px 20px;
  font: 18px arimobold, sans-serif; }

.result-summary__wrap p {
  margin: 0; }

.result-summary__wrap p > span {
  font-size: 25px; }

.result-summary__wrap h4 {
  margin: 20px 0 7px 0;
  font-size: 20px; }

.result-summary__wrap span {
  font-size: 12px; }

.result-summary__wrap .result-summary__total {
  margin-top: 30px;
  text-transform: uppercase; }

.result-summary__scale--full,
.result-summary__scale--empty {
  float: left;
  height: 20px; }

.result-summary__scale--full {
  background: #00498d;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms; }

.result-summary__scale--full:hover {
  background: #0063c0; }

.result-summary__scale--empty {
  background: #fff; }

.result-summary__scale-a .result-summary__scale--full {
  width: 83%; }

.result-summary__scale-a .result-summary__scale--empty {
  width: 17%; }

.result-summary__scale-b .result-summary__scale--full {
  width: 80%; }

.result-summary__scale-b .result-summary__scale--empty {
  width: 20%; }

.questions-overview {
  margin: 24px 0 170px 0;
  float: left;
  width: 75%; }

.questions-overview__wrap {
  margin-right: 22px; }

.questions-overview__sheet {
  padding: 24px 22px;
  background: #e3e3e3; }

.questions-overview__sheet button {
  margin-top: 20px;
  margin-right: 8px;
  padding: 14px 38px;
  vertical-align: bottom;
  color: #fff;
  background: #a8a8ab;
  border: 1px solid #a8a8ab;
  outline: none;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms; }

.questions-overview__sheet button:hover {
  background: #8e8e92; }

.questions-overview__sheet button:active {
  color: #1a1b1f;
  background: transparent;
  -webkit-box-shadow: inset 0 0 7px #a8a8ab;
  -moz-box-shadow: inset 0 0 7px #a8a8ab;
  box-shadow: inset 0 0 7px #a8a8ab; }

.questions-overview__sheet .sbHolder {
  float: left;
  width: 40%;
  margin-top: 20px; }

.questions-overview__sheet--wrap {
  margin-bottom: 35px; }

.questions-overview__sheet--wrap a > div {
  margin: 5px;
  float: left;
  width: 46px;
  height: 46px;
  font: 18px arimobold, sans-serif;
  line-height: 46px;
  text-align: center;
  color: #fff;
  background: #a8a8ab;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms; }

.questions-overview__sheet--wrap a > div:hover {
  background: #8e8e92; }

.questions-overview__sheet--wrap .questions-overview__sheet--right {
  background: #758e6a; }

.questions-overview__sheet--wrap .questions-overview__sheet--right:hover {
  background: #5d7154; }

.questions-overview__sheet--wrap .questions-overview__sheet--error {
  background: #ad2823; }

.questions-overview__sheet--wrap .questions-overview__sheet--error:hover {
  background: #821d1a; }

.questions-overview__questions {
  background: #fff; }

.questions-overview__answer {
  margin-top: 24px;
  padding: 40px;
  border: 1px solid #e3e3e3; }

.questions-overview__answer--wrap p {
  margin: 0; }

.questions-overview__answer--wrap .right-answer {
  background: #758e6a; }

.questions-overview__answer--wrap .wrong-answer {
  background: #ad2823; }

.questions-overview__answer--wrap .skipped-answer {
  background: #102eae; }

.questions-overview__answer--wrap .out-of-time-answer {
  background: #a8a8ab; }

.questions-overview__answer--wrap .questions-overview__num-block {
  float: left;
  width: 45px;
  height: 45px;
  font: 18px/45px arimobold, sans-serif;
  text-align: center;
  color: #fff; }

.questions-overview__answer--wrap .questions-overview__caption {
  padding: 7px 15px;
  float: left;
  font: 25px arimoregular, sans-serif;
  color: #000; }

.questions-overview__answer--wrap .questions-overview__description {
  padding-top: 7px;
  float: right;
  font: 25px arimoregular, sans-serif; }

.questions-overview__answer--wrap .descr-right {
  color: #758e6a; }

.questions-overview__answer--wrap .descr-wrong {
  color: #ad2823; }

.questions-overview__answer--wrap .descr-skipped {
  color: #102eae; }

.questions-overview__answer--wrap .descr-out-of-time {
  color: #a8a8ab; }

.questions-overview__quest-body {
  margin-top: 40px; }

.questions-overview__quest-body li {
  position: relative;
  margin: 20px 10px 20px 60px;
  font-size: 18px; }

.questions-overview__quest-body li:before {
  position: absolute;
  top: 3px;
  left: -58px;
  width: 22px;
  height: 22px;
  content: '';
  background-image: url(../img/sprites-again.png);
  background-position: -250px -150px; }

.questions-overview__quest-body .right {
  color: #758e6a; }

.questions-overview__quest-body .wrong {
  color: #ad2823; }

.questions-overview__quest-body .checked:before {
  position: absolute;
  top: 3px;
  left: -58px;
  width: 22px;
  height: 22px;
  content: '';
  background-image: url(../img/sprites-again.png);
  background-position: -250px -180px; }

.right-col-cont {
  float: right;
  width: 25%; }

.subject {
  /*float: right;*/
  background: url(../img/left-col-back.jpg) 50% 50%; }

.online-tests__list-ege {
  padding: 25px 10px 25px 35px;
  text-align: center; }

.online-tests__list-ege li {
  padding: 15px 0 15px 20px;
  display: inline-block;
  width: 150px;
  text-align: left; }

.online-tests__list-ege a {
  position: relative;
  font: 15px arimobold, sans-serif;
  text-decoration: none;
  color: #fff;
  outline: none;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.online-tests__list-ege a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #fffbb7;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0); }

.online-tests__list-ege a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.online-tests__list-ege a > span {
  top: -10px;
  left: -50px; }

.online-tests__list-ege a:hover {
  color: #fffbb7; }

.online-tests__list-ege span {
  position: absolute;
  display: block; }

@media screen and (max-width: 1150px) {
  .subject {
    float: none; }
  .online-tests__list-ege li {
    padding: 15px 0 15px 70px;
    width: 28.3%; } }

@media screen and (max-width: 867px) {
  .online-tests__list-ege li {
    padding: 15px 0 15px 50px;
    width: 37%; } }

@media screen and (max-width: 550px) {
  .tests {
    margin-left: 0; }
  .online-tests__list-ege li {
    padding: 15px 0 15px 40px;
    width: 220px; } }

.credits {
  position: absolute;
  bottom: 0;
  float: left; }

.credits__mgta-contacts {
  color: #1a1b1f; }

.credits__mgta-contacts p {
  margin-top: 40px;
  font-size: 15px; }

.credits__mgta-contacts a {
  text-decoration: none;
  color: #000; }

.credits__mgta-contacts div {
  position: relative;
  padding: 20px 0 0 50px;
  font-size: 20px; }

.credits__mgta-contacts div:before {
  position: absolute;
  top: 14px;
  left: 0;
  width: 43px;
  height: 31px;
  content: '';
  background-image: url(../img/sprites-again.png);
  background-position: 0 -250px; }

@media screen and (max-width: 1150px) {
  .timer,
  .result-summary,
  .questions-overview,
  .right-col-cont {
    float: none;
    width: 100%; }
  .questions-overview {
    margin-bottom: 0; }
  .subject {
    margin-right: 22px; }
  .result-summary > div {
    margin-right: 22px; }
  .result-summary__mgta-waiting {
    padding: 20px 10px 0; }
  .result-summary__mgta-waiting h3 {
    margin: 5px 0 0 20px;
    float: left; }
  .result-summary__mgta-waiting .sbHolder {
    margin-top: 5px;
    float: right;
    width: 40%; }
  .timer__caption h2 {
    padding-top: 20px;
    font-size: 23px; }
  .questions-overview__sheet .sbHolder {
    margin-top: 24px;
    float: none;
    width: 70%; }
  .questions-overview__answer--wrap .questions-overview__description {
    margin-top: 20px;
    float: none; }
  .questions-overview__answer--wrap .questions-overview__caption {
    margin-left: 50px;
    float: none; }
  .timer__time {
    width: 25%; } }

@media screen and (max-width: 750px) {
  .result-summary__mgta-waiting h3 {
    float: none; }
  .result-summary__mgta-waiting .sbHolder {
    margin-top: 24px;
    float: none;
    width: 100%; }
  .questions-overview__answer--wrap .questions-overview__description {
    margin-top: 20px;
    float: none; } }

@media screen and (max-width: 550px) {
  .results {
    margin-left: 0; }
  .questions-overview__sheet button {
    margin-bottom: 24px;
    display: block;
    width: 78%; }
  .questions-overview__sheet .sbHolder {
    margin-top: 0;
    width: 100%; }
  .timer__wrap {
    margin-right: 0; }
  .timer__caption {
    float: none; }
  .timer__caption h2 {
    font-size: 20px; }
  .timer__time {
    margin-top: 24px;
    float: none;
    width: 100%; }
  .result-summary > div {
    margin-right: 0; }
  .questions-overview__wrap {
    margin-right: 0; }
  .questions-overview__answer {
    margin: 24px 22px 0;
    padding: 40px 10px 40px 40px; }
  .subject {
    margin-right: 0; }
  .questions-overview__quest-body li {
    margin: 20px 5px 20px 20px;
    font-size: 16px; }
  .questions-overview__quest-body li:before {
    left: -40px; }
  .questions-overview__quest-body .checked:before {
    left: -40px; }
  .main-top__horiz-banner {
    display: none;
    visibility: hidden; }
  .credits__mgta-contacts {
    padding-left: 22px; } }

.page-container {
  position: relative;
  margin: 0 auto;
  max-width: 1400px; }

.page-columns-wrap {
  position: relative; }

.page-main header {
  padding-left: 22px;
  background: #23b0de; }

.page-main header h2 {
  margin: 0;
  padding: 19px 0;
  color: #fff; }

.crumbs {
  margin: 24px 0 0 22px;
  font: 14px arimoregular, sans-serif;
  color: #c1c9d6; }

.crumbs p a {
  position: relative;
  text-decoration: none;
  color: #5f636f;
  outline: none; }

.crumbs p a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #c1c9d6;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0); }

.crumbs p a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.crumbs p span {
  color: #000; }

.main-top__horiz-banner {
  margin: 24px 0 0 22px; }

.main-top__horiz-banner img {
  max-width: 100%; }

.tests {
  margin: 24px 0 0 22px;
  padding-bottom: 200px; }

.tests__left-col {
  margin-top: 24px;
  float: left;
  width: 75%; }

.tests__variants h3 {
  margin: 0; }

.tests__variants-blocks {
  margin-top: 10px;
  padding: 25px 0 25px 40px;
  background: #e3e3e3; }

.tests__variants-blocks > div {
  float: left; }

.variants-blocks {
  color: #1a1b1f; }

.variants-blocks div {
  margin-right: 10px;
  float: left;
  width: 45px;
  height: 45px;
  font: 25px arimobold, sans-serif;
  line-height: 45px;
  text-align: center;
  color: #fff;
  background: #00498d;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.variants-blocks span {
  font: 14px arimobold, sans-serif; }

.variants-blocks .selected {
  color: #ad2823; }

.variants-blocks a {
  padding: 15px 0;
  display: block;
  width: 185px;
  text-decoration: none;
  color: #1a1b1f;
  outline: none; }

.variants-blocks a .selected-back {
  background: #ad2823; }

.variants-blocks a:hover span {
  color: #ad2823;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.variants-blocks a:hover div {
  background: #ad2823; }

.variants-blocks br + span {
  font: 18px arimoregular, sans-serif; }

.test-begin {
  margin-right: 22px;
  padding: 0 22px 25px;
  background: #e3e3e3; }

.test-begin .test-begin__wrap {
  text-align: center; }

.test-begin .test-begin__wrap div + div {
  margin-left: 2%; }

#testInfo, .test-begin > p {
  margin: 0;
  font-size: 25px;
  line-height: 30px; }

.test-begin > p span {
  font-size: 35px; }

.test-begin > p + p {
  margin-bottom: 30px; }

.test-begin h2 {
  margin: 0 0 10px 0;
  padding: 20px 0 0 0;
  font: 45px arimoregular, sans-serif;
  color: #1a1b1f; }

.test-begin h2 span {
  color: #00498d; }

.test-begin .test-centered {
  margin: 24px auto 0 auto;
  float: none; }

.part-a {
  background: #d4a800; }

.part-b {
  background: #ad2823; }

.part-c {
  background: #758e6a; }

.unseen {
  display: none; }

.test-begin__blocks {
  margin-top: 24px;
  padding-bottom: 20px;
  display: inline-block;
  width: 31.33333333%;
  height: 180px;
  text-align: center;
  vertical-align: bottom;
  color: #fff; }

.test-begin__blocks p {
  margin: 0; }

.test-begin__blocks .test-begin__blocks--part {
  padding-top: 20px;
  font: 25px arimobold, sans-serif; }

.test-begin__blocks .test-begin__blocks--task {
  padding-top: 15px;
  font: 15px arimoregular, sans-serif; }

.test-begin__blocks .test-begin__blocks--grade {
  padding-top: 20px;
  font: 25px arimoregular, sans-serif; }

.begin-scale {
  position: relative; }

.begin-scale__stripes {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: justify; }

.begin-scale__stripes .stripes:first-child,
.begin-scale__stripes .stripes:last-child {
  visibility: hidden; }

.begin-scale__stripes:after {
  display: inline-block;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  height: 0;
  content: ''; }

.begin-scale__stripes .stripes {
  display: inline-block;
  width: 5px;
  height: 18px;
  text-align: left;
  background: #e3e3e3; }

.begin-scale__contain {
  position: relative;
  margin: 24px auto 0;
  width: 80%;
  height: 18px;
  color: #1a1b1f;
  background: #ccc; }

.begin-scale__contain div {
  float: left;
  width: 100%;
  height: 100%; }

.begin-scale__contain .yellow {
  background: #d4a800; }

.begin-scale__contain .red {
  background: #ad2823; }

.begin-scale__contain .green {
  background: #758e6a; }

.begin-scale__contain .begin-scale__grade-47 {
  width: 47%; }

.begin-scale__contain .begin-scale__grade-17 {
  width: 17%; }

.begin-scale__contain .begin-scale__grade-36 {
  width: 36%; }

.begin-scale__contain .begin-scale__grade-73 {
  width: 73%; }

.begin-scale__contain .begin-scale__grade-27 {
  width: 27%; }

.begin-scale__contain .begin-scale__grade-100 {
  width: 100%; }

.begin-scale__number {
  text-align: center; }

.begin-scale__number .color-red {
  color: #ad2823; }

.begin-scale__number .color-yellow {
  color: #d4a800; }

.begin-scale__number .color-green {
  color: #758e6a; }

.begin-scale__number p {
  margin-top: 5px;
  float: left;
  font: 15px arimobold, sans-serif; }

.begin-scale__number .begin-scale__number-47 {
  width: 47%; }

.begin-scale__number .begin-scale__number-17 {
  width: 17%; }

.begin-scale__number .begin-scale__number-36 {
  width: 36%; }

.begin-scale__number .begin-scale__number-100 {
  width: 100%; }

.begin-scale__number .begin-scale__number-73 {
  width: 73%; }

.begin-scale__number .begin-scale__number-27 {
  width: 27%; }

.begin-caption {
  margin: 80px 0 0; }

.begin-caption h3 {
  font: 25px arimoregular, sans-serif;
  color: #1a1b1f; }

.begin-caption {
  margin-left: 10px;
  font: 17px arimoregular, sans-serif; }

.begin-caption br {
  margin-bottom: 10px; }

.test-begin__start {
  margin-top: 40px;
  padding: 10px 40px;
  display: block;
  float: right;
  font: 11px arimobold, sans-serif;
  text-transform: uppercase;
  color: #eaebf3;
  background: #00498d;
  border: 1px solid #e3e3e3;
  outline: none;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.test-begin__start:hover {
  color: #00498d;
  background: #fff;
  border: 1px solid #00498d; }

/*news block*/
.news-block {
  margin-right: 22px; }

.news-block__wrap {
  position: relative;
  margin: 40px 22px 0; }

.news-block__wrap .news__col-right-section-link {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  display: block;
  text-decoration: none;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  border: 1px solid #000;
  border: 1px solid #1a1b1f;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.news-block__wrap .news__col-right-section-link:hover {
  color: #000;
  border-color: #000; }

.news-block__wrap .news__col-right-section-link:active {
  color: #000;
  border-color: #000; }

.news-block__wrap .news__col-right-section-link:hover {
  color: #fff;
  background: #000;
  border-color: #fff; }

.news-block__wrap .news__col-right-section-link:active {
  color: #23b0de;
  border-color: #23b0de; }

.news-block__wrap a {
  text-decoration: none;
  outline: none; }

.news-block__wrap a:hover p {
  text-decoration: underline; }

.news-block__wrap a:hover p + p {
  text-decoration: none; }

.news-block__wrap a:hover div div {
  -webkit-transform: scale(1.15, 1.15);
  -moz-transform: scale(1.15, 1.15);
  -ms-transform: scale(1.15, 1.15);
  -o-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15); }

.news__col-right__news-section {
  margin-bottom: 24px;
  color: #1a1b1f; }

.news__col-right__news-section div {
  position: relative;
  top: 11px;
  left: 10px;
  margin-right: 27px;
  float: left;
  width: 93px;
  height: 93px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.news__col-right__news-section .news__date-large {
  margin: 0 5px -6px 0;
  display: inline-block;
  font: 35px arimobold, sans-serif; }

.news__col-right__news-section span {
  display: inline-block; }

.news__col-right__news-section p {
  margin: 0;
  padding: 0 0 8px 120px;
  font-size: 18px; }

.news__col-right__news-section p + p {
  font-size: 12px;
  color: #949494; }

.news__separator {
  font-size: 30px; }

.news__col-right_preview-1 {
  background: url(../img/news_beauty-contest.jpg) 50%; }

.news__col-right_preview-2 {
  background: url(../img/news_beauty-contest.jpg); }

.news__col-right_preview-3 {
  background: url(../img/news_beauty-contest.jpg) 100%; }

.tests__right-col {
  float: right;
  width: 25%; }

.subject {
  background: url(../img/left-col-back.jpg) 50% 50%;
  margin-top: 25px; }

.online-tests__list-ege {
  padding: 25px 10px 25px 35px;
  text-align: center; }

.online-tests__list-ege li {
  padding: 15px 0 15px 20px;
  display: inline-block;
  width: 150px;
  height: 20px;
  text-align: left; }

.online-tests__list-ege a {
  position: relative;
  font: 15px arimobold, sans-serif;
  text-decoration: none;
  color: #fff;
  outline: none;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.online-tests__list-ege a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #fffbb7;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0); }

.online-tests__list-ege a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.online-tests__list-ege a > span {
  top: -10px;
  left: -50px; }

.online-tests__list-ege a:hover {
  color: #fffbb7; }

.online-tests__list-ege span {
  position: absolute;
  display: block; }

ul li .math-expanded-small {
  /*position: relative;
    top: -5px;*/
  margin-top: -5px; }

.list-ege__icon-rus {
  width: 42px;
  height: 42px;
  background-image: url(../img/sprites-again.png);
  background-position: -50px 0; }

.list-ege__icon-rus-h {
  width: 42px;
  height: 42px;
  background-image: url(../img/sprites-again.png);
  background-position: 0 -50px; }

.list-ege__icon-hist {
  width: 42px;
  height: 42px;
  background-image: url(../img/sprites-again.png);
  background-position: -50px -150px; }

.list-ege__icon-hist-h {
  width: 42px;
  height: 42px;
  background-image: url(../img/sprites-again.png);
  background-position: -100px -150px; }

.list-ege__icon-fr {
  width: 42px;
  height: 42px;
  background-image: url(../img/sprites-again.png);
  background-position: -200px -50px; }

.list-ege__icon-fr-h {
  width: 42px;
  height: 42px;
  background-image: url(../img/sprites-again.png);
  background-position: -150px -200px; }

.list-ege__icon-bio {
  width: 42px;
  height: 42px;
  background-image: url(../img/sprites-again.png);
  background-position: -200px -150px; }

.list-ege__icon-bio-h {
  width: 42px;
  height: 42px;
  background-image: url(../img/sprites-again.png);
  background-position: -200px -100px; }

.list-ege__icon-math-base {
  width: 42px;
  height: 42px;
  background: url(../img/pic-b2.png) no-repeat; }

.list-ege__icon-math-base-h {
  width: 42px;
  height: 42px;
  background: url(../img/pic-b.png) no-repeat; }

.list-ege__icon-math-prof {
  width: 42px;
  height: 42px;
  background: url(../img/pic-p2.png) no-repeat; }

.list-ege__icon-math-prof-h {
  width: 42px;
  height: 42px;
  background: url(../img/pic-p.png) no-repeat; }

.list-ege__icon-litr {
  width: 42px;
  height: 42px;
  background-image: url(../img/sprites-again.png);
  background-position: -150px 0; }

.list-ege__icon-litr-h {
  width: 42px;
  height: 42px;
  background-image: url(../img/sprites-again.png);
  background-position: -150px -50px; }

.list-ege__icon-esp {
  width: 42px;
  height: 42px;
  background-image: url(../img/sprites-again.png);
  background-position: -250px -100px; }

.list-ege__icon-esp-h {
  width: 42px;
  height: 42px;
  background-image: url(../img/sprites-again.png);
  background-position: -250px -50px; }

.list-ege__icon-chem {
  width: 42px;
  height: 42px;
  background-image: url(../img/sprites-again.png);
  background-position: -50px -200px; }

.list-ege__icon-chem-h {
  width: 42px;
  height: 42px;
  background-image: url(../img/sprites-again.png);
  background-position: 0 -200px; }

.list-ege__icon-obsh {
  width: 42px;
  height: 42px;
  background-image: url(../img/sprites-again.png);
  background-position: -100px -50px; }

.list-ege__icon-obsh-h {
  width: 42px;
  height: 42px;
  background-image: url(../img/sprites-again.png);
  background-position: 0 -100px; }

.list-ege__icon-eng {
  width: 42px;
  height: 42px;
  background-image: url(../img/sprites-again.png);
  background-position: -250px 0; }

.list-ege__icon-eng-h {
  width: 42px;
  height: 42px;
  background-image: url(../img/sprites-again.png);
  background-position: -200px -200px; }

.list-ege__icon-inform {
  width: 42px;
  height: 42px;
  background-image: url(../img/sprites-again.png);
  background-position: -150px -100px; }

.list-ege__icon-inform-h {
  width: 42px;
  height: 42px;
  background-image: url(../img/sprites-again.png);
  background-position: 0 -150px; }

.list-ege__icon-phys {
  width: 42px;
  height: 42px;
  background-image: url(../img/sprites-again.png);
  background-position: -50px -50px; }

.list-ege__icon-phys-h {
  width: 42px;
  height: 42px;
  background-image: url(../img/sprites-again.png);
  background-position: -100px 0; }

.list-ege__icon-geo {
  width: 42px;
  height: 42px;
  background-image: url(../img/sprites-again.png);
  background-position: -150px -150px; }

.list-ege__icon-geo-h {
  width: 42px;
  height: 42px;
  background-image: url(../img/sprites-again.png);
  background-position: -200px 0; }

.list-ege__icon-de {
  width: 42px;
  height: 42px;
  background-image: url(../img/sprites-again.png);
  background-position: 0 0; }

.list-ege__icon-de-h {
  width: 42px;
  height: 42px;
  background-image: url(../img/sprites-again.png);
  background-position: -100px -200px; }

@media screen and (max-width: 1150px) {
  .online-tests__list-ege li {
    padding: 15px 0 15px 70px;
    width: 28.3%; } }

@media screen and (max-width: 867px) {
  .online-tests__list-ege li {
    padding: 15px 0 15px 50px;
    width: 37%; } }

@media screen and (max-width: 550px) {
  .tests {
    margin-left: 0; }
  .online-tests__list-ege li {
    padding: 15px 0 15px 40px;
    width: 220px; } }

.right-col__banner {
  margin-top: 24px; }

.right-col__banner a {
  display: block;
  width: 100%;
  height: 127px;
  background: url(../img/left-col-mgta-banner280x127.jpg) no-repeat;
  background-size: contain; }

.right-col__tip {
  margin-top: 24px;
  padding: 30px 20px 30px 30px;
  background: #32363a; }

.right-col__tip p {
  margin: 0;
  font-size: 15px;
  color: #fff; }

.credits {
  margin-top: 40px;
  width: 100%; }

.credits__mgta-contacts {
  margin: 0 0 20px 22px;
  color: #1a1b1f;
  border-top: 1px solid #c1c9d6; }

.credits__mgta-contacts p {
  margin-top: 40px;
  font-size: 15px; }

.credits__mgta-contacts a {
  text-decoration: none;
  color: #000; }

.credits__mgta-contacts div {
  position: relative;
  padding: 20px 0 0 50px;
  font-size: 20px; }

.credits__mgta-contacts div:before {
  position: absolute;
  top: 14px;
  left: 0;
  width: 43px;
  height: 31px;
  content: '';
  background-image: url(../img/sprites-again.png);
  background-position: 0 -250px; }

@media screen and (max-width: 1150px) {
  .right-col__tip {
    margin-right: 22px; }
  .right-col__banner {
    padding-right: 22px; }
  .right-col__banner a {
    background: url(../img/mgta-750x126.jpg) no-repeat;
    background-size: contain; }
  .subject {
    margin-right: 22px; }
  .variants-blocks a {
    width: 130px; }
  .tests__right-col,
  .tests__left-col {
    float: none; }
  .tests__left-col {
    width: 100%; }
  .left-col__banner {
    display: none; }
  .tests__variants-blocks {
    margin-right: 22px; }
  .tests__right-col {
    width: 100%; }
  .left-col__tip {
    margin-right: 22px; }
  .credits__mgta-contacts {
    margin-right: 22px; }
  .news-block {
    display: none; }
  .test-begin h2 {
    font-size: 2.8em; }
  .test-begin h3 {
    font-size: 1.8em; }
  .test-begin p {
    font-size: 1.6em; }
  .test-begin p span {
    font-size: 1.1em; } }

@media screen and (max-width: 550px) {
  .right-col__tip {
    margin-right: 0; }
  .right-col__banner a {
    background: url(../img/left-col-mgta-banner280x127.jpg) 50% 50% no-repeat;
    background-size: contain; }
  .subject {
    margin-right: 0; }
  .tests {
    margin-left: 0; }
  .tests__variants h3 {
    margin-left: 22px; }
  .tests__variants-blocks {
    margin-right: 0; }
  .subject a {
    width: 100%; }
  .main-top__horiz-banner {
    display: none; }
  .test-begin {
    margin-right: 0; }
  .test-begin h2 {
    font-size: 2em; }
  .test-begin p {
    font-size: 1.4em; }
  .test-begin p span {
    font-size: 1.4em; }
  .test-begin .test-begin__wrap div + div {
    margin: 0; }
  .test-begin__blocks {
    float: none;
    width: 100%;
    height: 150px; }
  .test-begin__blocks .test-begin__blocks--part,
  .test-begin__blocks .test-begin__blocks--task,
  .test-begin__blocks .test-begin__blocks--grade {
    font-size: 1.4em; }
  .begin-caption h3 {
    font: 1.4em arimobold, sans-serif; }
  .test-begin h2 {
    font-size: 2.6em; }
  .test-begin h3 {
    font-size: 1.8em; }
  .test-begin p {
    font-size: 1em; }
  .test-begin p span {
    font-size: 1.1em; }
  .credits__mgta-contacts {
    border-top: none; } }

.news {
  margin-right: 22px; }

.news h3 {
  font: normal 32px "arimoregular", sans-serif; }

.news__details {
  font-size: 20px;
  color: #797a7c;
  margin-top: 10px;
  line-height: 24px; }

.news__gallery {
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px; }

.news__gallery > img {
  float: left; }

.news__gallery p {
  float: right;
  font-size: 12px;
  color: #858687;
  max-width: 230px; }

.news__gallery-all {
  display: block;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  right: 0;
  border: 1px solid #c1c2c1;
  padding: 21px 34px 19px 60px;
  color: #5c8467;
  font-size: 13px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms; }

.news__gallery-all:hover {
  background: #f4f5fb; }

.news__gallery-all:before {
  content: "";
  position: absolute;
  width: 34px;
  height: 28px;
  background: url(../img/news-icon-photo.png);
  left: 14px;
  top: 14px; }

.news__gallery-all:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 14px;
  background: url(../img/news-icon-arrow.png);
  right: 14px;
  top: 22px; }

.news__content {
  font-size: 14px;
  padding-left: 20px; }

.fancybox-skin {
  border-radius: 0;
  color: #000000; }

.fancybox-title span {
  float: right; }

.no-border {
  border: none; }

.no-pseudo:before,
.no-pseudo:after {
  display: none !important; }

@media screen and (max-width: 1150px) {
  .news__gallery p {
    float: none;
    margin-bottom: 70px; }
  .news__gallery img {
    float: none; }
  .news__gallery-all {
    left: 0;
    right: auto; }
  .news__gallery p {
    max-width: 60%; } }

@media screen and (max-width: 550px) {
  .tests__left-col h3 {
    margin-left: 22px; }
  .news__details {
    margin-left: 22px; }
  .news__gallery {
    margin-left: 22px; } }

.page-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
  .page-container * img {
    max-width: 100%; }

/* ������ ������� */
@media screen and (max-width: 850px) {
  .prof-index-spec {
    margin: 30px 0 20px; } }

.prof-main-exam {
  border: 1px solid #bdbda9;
  padding: 15px;
  margin: 0 0 20px;
  border-radius: 2px; }
  @media screen and (max-width: 850px) {
    .prof-main-exam {
      width: 400px;
      margin: 0 auto 30px; } }
  @media screen and (max-width: 550px) {
    .prof-main-exam {
      width: 80%; } }

.prof-main-exam-button {
  font: 15px arimobold;
  color: #fff;
  background: #830404;
  padding: 10px 5px;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s ease; }
  .prof-main-exam-button:hover {
    background: #ac0808;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.5); }

.prof-main-question {
  position: relative;
  height: 280px;
  background: url("../img/prof-main-question.jpg") top center no-repeat;
  margin: 0 0 20px 0; }
  @media screen and (max-width: 850px) {
    .prof-main-question {
      display: inline-block;
      min-width: 225px;
      height: 212px;
      margin: 30px 0 20px 30px; } }
  @media screen and (max-width: 550px) {
    .prof-main-question {
      width: 300px;
      background-position: left top;
      background-size: 50px;
      height: 50px;
      margin: 0 auto 20px; } }

.prof-main-question-button {
  position: absolute;
  bottom: 0;
  font: 25px/28px arimoregular;
  color: #fff;
  background: #830404;
  padding: 15px 20px;
  text-align: center;
  cursor: pointer;
  border-radius: 2px;
  transition: all 0.3s ease-out; }
  .prof-main-question-button:hover {
    background: #ac0808;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.7); }
  @media screen and (max-width: 850px) {
    .prof-main-question-button {
      font: 16px/18px arimoregular;
      padding: 5px 15px; } }
  @media screen and (max-width: 550px) {
    .prof-main-question-button {
      left: 50px;
      height: 50px;
      line-height: 40px; } }

.prof-asidetotop {
  margin-top: 0; }

/* //// */
.prof-main-face {
  margin: 0 0 20px -30px;
  position: relative; }
  .prof-main-face .face-info-img {
    position: absolute;
    top: 62%;
    left: 10px;
    width: 20%;
    z-index: 10; }
    .prof-main-face .face-info-img img {
      width: 100%; }
    @media screen and (max-width: 550px) {
      .prof-main-face .face-info-img {
        display: none; } }
  .prof-main-face .main-face-background {
    width: 100%; }
  .prof-main-face .main-face-info {
    background: rgba(25, 27, 31, 0.7);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40%;
    padding: 10px;
    transition: all 0.5s ease; }
    .prof-main-face .main-face-info .face-info {
      color: #fff;
      font: 14px arimoregular;
      padding-left: calc(20% + 20px);
      transition: width 0.5s ease; }
      .prof-main-face .main-face-info .face-info a {
        color: #ff8a00; }
        .prof-main-face .main-face-info .face-info a:before {
          content: "";
          position: absolute;
          width: 100%;
          height: 1px;
          bottom: 0;
          left: 0;
          background-color: #ff8a00;
          visibility: hidden;
          -webkit-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s; }
        .prof-main-face .main-face-info .face-info a:hover:before {
          visibility: visible;
          -webkit-transform: scaleX(1);
          transform: scaleX(1); }
      @media screen and (max-width: 550px) {
        .prof-main-face .main-face-info .face-info {
          padding-left: 30px; } }
    @media screen and (max-width: 550px) {
      .prof-main-face .main-face-info {
        top: 100%;
        height: 45%;
        background: rgba(25, 27, 31, 0.9); } }
    .prof-main-face .main-face-info .relative {
      position: relative;
      min-height: 100%;
      width: 1px;
      float: left; }
  @media screen and (max-width: 550px) {
    .prof-main-face {
      margin-bottom: calc(30% + 20px); } }

.prof-main-professions-box {
  text-align: center;
  white-space: nowrap; }
  @media screen and (max-width: 1280px) {
    .prof-main-professions-box {
      text-align: left; } }

.professons-section {
  white-space: normal;
  display: inline-block;
  vertical-align: top;
  width: 370px;
  padding: 1%;
  transition: all 1s ease;
  text-align: left; }
  .professons-section h3 {
    font: 25px arimoregular;
    color: #000;
    text-align: left;
    background: url("../img/prof-popular.png") no-repeat;
    height: 67px;
    vertical-align: middle;
    margin: 0 0 20px;
    padding: 0 0 0 82px; }
  .professons-section .profession-description {
    padding: 0 0 0 30px; }
    .professons-section .profession-description h4 {
      font: 13px arimobold;
      text-transform: uppercase;
      background: #8b8b77;
      margin: 0;
      display: inline-block;
      color: #fff;
      padding: 3px 10px 2px; }
    .professons-section .profession-description p {
      font: 13px arimoregular;
      margin: 5px 0 15px; }
  .professons-section .profession-description-next {
    color: #8b8b77;
    display: inline-block;
    border-bottom: 1px dashed #8b8b77;
    transition: color 0.5s ease-out; }
    .professons-section .profession-description-next:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      bottom: 0;
      left: 0;
      background-color: #5e5e50;
      visibility: hidden;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    .professons-section .profession-description-next:hover:before {
      visibility: visible;
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }
    .professons-section .profession-description-next:hover {
      color: #5e5e50;
      border-color: transparent; }
  @media screen and (max-width: 1280px) {
    .professons-section {
      width: calc(100% - 260px); }
      .professons-section h3 {
        padding: 10px 0 0 60px;
        background-size: 50px;
        line-height: 25px;
        min-height: 50px; }
      .professons-section .profession-description {
        padding: 0 0 0 10px; } }
  @media screen and (max-width: 550px) {
    .professons-section {
      width: 100%; } }

.professions-poll-section {
  white-space: normal;
  display: inline-block;
  vertical-align: top;
  width: 370px;
  padding: 1%;
  transition: all 1s ease;
  text-align: left; }
  .professions-poll-section .professions-poll-box {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 20px 30px;
    background: #f1f1f1;
    border: 1px solid #c3c3c3;
    transition: all 0.5s ease; }
    .professions-poll-section .professions-poll-box h3 {
      font: 25px/30px arimobold;
      color: #810404;
      margin: 0 0 30px;
      transition: all 1s ease; }
    .professions-poll-section .professions-poll-box form {
      margin-left: 25px; }
    .professions-poll-section .professions-poll-box .radio-label {
      position: relative;
      padding-left: 35px;
      display: block;
      margin-bottom: 15px;
      font-size: 15px;
      cursor: pointer; }
    .professions-poll-section .professions-poll-box .radio:not(:checked),
    .professions-poll-section .professions-poll-box .radio:checked {
      position: absolute;
      left: -9999px; }
    .professions-poll-section .professions-poll-box .radio + .radio-label:before {
      content: '';
      position: absolute;
      display: block;
      left: 0;
      top: -2px;
      background: url("../img/prof-radio.png") no-repeat;
      width: 22px;
      height: 22px; }
    .professions-poll-section .professions-poll-box .radio:checked + .radio-label:before {
      content: '';
      position: absolute;
      display: block;
      left: 0;
      top: 0;
      background: url("../img/prof-radio.png") 0 -22px no-repeat;
      width: 22px;
      height: 22px; }
    .professions-poll-section .professions-poll-box input[type="submit"] {
      font: 15px arimoregular;
      color: #fff;
      background: #830404;
      padding: 10px;
      text-align: center;
      cursor: pointer;
      text-transform: uppercase;
      border: 0;
      outline: none;
      border-radius: 2px;
      display: block;
      margin: auto;
      width: 225px;
      transition: all 0.3s ease-out; }
      .professions-poll-section .professions-poll-box input[type="submit"]:hover {
        background: #ac0808;
        text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
        box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 1280px) {
    .professions-poll-section {
      width: 250px;
      float: right;
      padding: 0; }
      .professions-poll-section .professions-poll-box {
        padding: 0; }
        .professions-poll-section .professions-poll-box h3 {
          font: 16px/18px arimobold;
          color: #810404;
          margin: 0 0 15px;
          padding: 15px 0 0 20px; }
        .professions-poll-section .professions-poll-box form {
          margin-left: 20px; }
          .professions-poll-section .professions-poll-box form a {
            margin: 15px 0 20px 35px; }
        .professions-poll-section .professions-poll-box input[type="submit"] {
          width: 180px;
          margin: 0 0 0 15px; } }
  @media screen and (max-width: 550px) {
    .professions-poll-section {
      display: block;
      float: none;
      margin: 0 auto; } }

.prof-main-search {
  background: #f1f1f1;
  border: 1px solid #c3c3c3;
  margin: 30px 0;
  padding: 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
  .prof-main-search select {
    width: 100%;
    margin-bottom: 40px; }
  .prof-main-search .chosen-container {
    width: 100% !important; }
  .prof-main-search .chosen-container-single .chosen-single {
    outline: none;
    padding: 8px;
    min-height: 40px;
    border-radius: 2px;
    font: 18px arimobold;
    color: #333;
    background: #fff; }
  .prof-main-search .chosen-single div b {
    background: none; }
  .prof-main-search .chosen-container-active .chosen-single {
    border: 1px solid #c3c3c3;
    box-shadow: none; }
  .prof-main-search #professions_chosen {
    margin-bottom: 20px; }
  .prof-main-search #univer_select_chosen .chosen-single {
    min-height: 52px;
    font: 14px/40px arimoregular; }
  .prof-main-search #univer_select_chosen .chosen-single div {
    width: 52px; }
    .prof-main-search #univer_select_chosen .chosen-single div b {
      display: block;
      width: 100%;
      background: url("../img/prof-select-button.png");
      background-size: cover; }

.prof-main-banner-box {
  margin-bottom: 20px; }
  .prof-main-banner-box img {
    width: 100%; }

.prof-main-header {
  background: #830404; }
  .prof-main-header h2 {
    color: #fff;
    margin: 0;
    font: 32px arimoregular, sans-serif;
    line-height: 65px;
    padding-left: 35px;
    transition: all 1s ease; }
  @media screen and (max-width: 850px) {
    .prof-main-header h2 {
      text-align: center;
      padding-left: 0;
      font-size: 26px;
      line-height: 50px; } }

.prof-main {
  padding: 0 0 0 30px; }
  @media screen and (max-width: 550px) {
    .prof-main {
      padding: 0; } }

.prof-main-content {
  display: inline-block;
  padding: 0 20px 0 0;
  vertical-align: top;
  width: calc(100% - 225px); }
  @media screen and (max-width: 850px) {
    .prof-main-content {
      display: block;
      width: 100%; } }
  @media screen and (max-width: 550px) {
    .prof-main-content {
      padding: 0; } }

/* ������ ������� */
.prof-main-sidebar {
  display: inline-block;
  vertical-align: top;
  margin-top: 50px;
  width: 225px;
  float: right; }
  @media screen and (max-width: 850px) {
    .prof-main-sidebar {
      display: block;
      float: none;
      width: 100%;
      text-align: center;
      margin-top: 20px; } }

.prof-spec-box {
  text-transform: uppercase;
  font: 11px arimobold;
  margin: 23px 0 20px; }
  .prof-spec-box h3 {
    font-size: 13px;
    text-align: center;
    margin: 0 0 5px; }
  @media screen and (max-width: 850px) {
    .prof-spec-box {
      text-align: left;
      display: inline-block;
      min-width: 225px;
      margin: 0;
      vertical-align: top; } }
  @media screen and (max-width: 550px) {
    .prof-spec-box {
      display: block; } }

.prof-spec-list {
  position: relative;
  background: #ebebde;
  border: 1px solid #b9b9a4;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: auto;
  height: 190px; }
  .prof-spec-list ul {
    margin: 10px; }
  .prof-spec-list a {
    color: #000; }
    .prof-spec-list a:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      bottom: 0;
      left: 0;
      background-color: #000;
      visibility: hidden;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    .prof-spec-list a:hover:before {
      visibility: visible;
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }
  .prof-spec-list li {
    margin: 10px 0; }
  .prof-spec-list .prof-list-active {
    background: #8b8b77;
    color: #fff;
    display: inline-block;
    padding: 3px 5px 2px 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
  @media screen and (max-width: 550px) {
    .prof-spec-list {
      height: 100px; } }

.prof-list-struct {
  position: relative;
  height: 10px;
  margin: -11px 0 0 1px;
  z-index: 99999;
  width: calc(100% - 29px);
  background: #ebebde;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMDEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjIlIiBzdG9wLWNvbG9yPSIjZWJlYmRlIiBzdG9wLW9wYWNpdHk9IjAuMjIiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViZWJkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(235, 235, 222, 0.22) 22%, #ebebde 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0.01)), color-stop(22%, rgba(235, 235, 222, 0.22)), color-stop(100%, #ebebde));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(235, 235, 222, 0.22) 22%, #ebebde 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(235, 235, 222, 0.22) 22%, #ebebde 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(235, 235, 222, 0.22) 22%, #ebebde 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(235, 235, 222, 0.22) 22%, #ebebde 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ebebde',GradientType=0 );
  /* IE6-8 */ }

.mCS-prof.mCSB_scrollTools {
  width: 27px;
  border-left: 1px solid #b9b9a4;
  background: #cfcfc2; }

.mCS-prof.mCSB_scrollTools .mCSB_dragger {
  height: 68px !important; }

.mCS-prof.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: url(../img/prof-scroll-dragger.jpg) no-repeat;
  width: 27px;
  min-height: 68px;
  border-radius: 3px; }

.mCS-prof.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #cfcfc2; }

.prof-aside-exam {
  border: 1px solid #bdbda9;
  padding: 15px;
  margin: 0 0 60px; }
  .prof-aside-exam h3 {
    font: 25px arimobold;
    color: #ff8a00;
    margin: 0; }
  .prof-aside-exam ul {
    font: 15px/24px arimobold; }
    .prof-aside-exam ul span {
      display: block;
      margin-top: -5px;
      font: 15px regular; }
    .prof-aside-exam ul a {
      color: #000;
      transition: all 0.5s ease-out; }
      .prof-aside-exam ul a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0;
        background-color: #000;
        visibility: hidden;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
      .prof-aside-exam ul a:hover:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1); }
  @media screen and (max-width: 850px) {
    .prof-aside-exam {
      padding: 0;
      border: 0;
      text-align: left;
      display: inline-block;
      width: 225px;
      margin: 0 0 0 5%;
      vertical-align: top;
      height: 213px; }
      .prof-aside-exam h3 {
        font-size: 13px;
        text-align: center;
        margin: 0 0 5px;
        text-transform: uppercase;
        color: #000; }
      .prof-aside-exam ul {
        display: block;
        padding: 10px; }
      .prof-aside-exam .prof-exam-list {
        border: 1px solid #b9b9a4;
        border-bottom: none;
        overflow: auto;
        height: 147px; }
        .prof-aside-exam .prof-exam-list .mCS-prof.mCSB_scrollTools {
          background: #fff; }
        .prof-aside-exam .prof-exam-list .mCS-prof.mCSB_scrollTools .mCSB_draggerRail {
          background-color: #fff; } }
  @media screen and (max-width: 550px) {
    .prof-aside-exam {
      display: block;
      margin: 20px 0 0;
      min-width: 225px;
      width: auto; } }

.prof-exam-button {
  font: 15px arimobold;
  color: #fff;
  background: #830404;
  padding: 10px 5px;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
  margin-top: 45px; }
  @media screen and (max-width: 850px) {
    .prof-exam-button {
      margin: 0;
      border: 1px solid #b9b9a4;
      border-top: none;
      border-radius: 0 0 2px 2px; } }

.prof-aside-banner img {
  width: 100%; }

@media screen and (max-width: 850px) {
  .prof-aside-banner {
    display: none; } }

/* //// */
.prof-name-header h3 {
  font: 35px arimobold, sans-serif;
  color: #000;
  margin: 15px 0 10px; }

.prof-sliderbox {
  padding: 0 15px; }
  .prof-sliderbox .bx-pager {
    display: none; }
  .prof-sliderbox .bx-wrapper {
    margin-bottom: 15px; }
    .prof-sliderbox .bx-wrapper .bx-prev {
      width: 37px;
      height: 37px;
      left: -15px;
      background: url("../img/prof-slider-controls.png") no-repeat; }
      .prof-sliderbox .bx-wrapper .bx-prev:hover {
        background: url("../img/prof-slider-controls.png") -37px 0 no-repeat; }
    .prof-sliderbox .bx-wrapper .bx-next {
      width: 37px;
      height: 37px;
      right: -8px;
      background: url("../img/prof-slider-controls.png") 0 -37px no-repeat; }
      .prof-sliderbox .bx-wrapper .bx-next:hover {
        background: url("../img/prof-slider-controls.png") -37px -37px no-repeat; }

.prof-accordion-box h3 {
  font: 30px arimoregular;
  margin: 0 0 3px;
  color: #000; }

.prof-accordion-box ul {
  border: 1px solid #b5b5a0;
  border-radius: 3px; }
  .prof-accordion-box ul li {
    display: block;
    background-color: #ebebde; }
    .prof-accordion-box ul li span {
      padding: 15px 40px 15px 15px;
      cursor: pointer;
      font: 16px arimoregular;
      color: #000;
      margin: 0;
      display: block;
      border-bottom: 1px solid #b5b5a0;
      background: url("../img/prof-garm-arr.png") right no-repeat; }
    .prof-accordion-box ul li:last-child span {
      border-bottom: none; }
    .prof-accordion-box ul li:hover {
      background-color: rgba(205, 205, 195, 0.6);
      transition: background-color 0.5s ease-out; }
    .prof-accordion-box ul li .prof-accordion-container {
      transition: height 0.9s ease;
      background: #fff; }
    .prof-accordion-box ul li .prof-accordion-container:not(.accordion-open) {
      height: 0;
      overflow: hidden; }
    .prof-accordion-box ul li .accordion-open {
      overflow: hidden;
      color: #000; }
    .prof-accordion-box ul li .prof-accordion-content {
      transition: opacity 1s ease;
      padding: 10px; }
    .prof-accordion-box ul li .prof-accordion-container:not(.accordion-open) .prof-accordion-content {
      opacity: 0;
      overflow: hidden; }
    .prof-accordion-box ul li span:not(.accordion-arr-flip) {
      background: url("../img/prof-garm-arr.png") right no-repeat; }
    .prof-accordion-box ul li .accordion-open .prof-accordion-content {
      opacity: 1; }
    .prof-accordion-box ul li .accordion-arr-flip {
      background: url("../img/prof-garm-arr-top.png") right no-repeat; }

.prof-accordion-notice {
  font: 12px arimoregular;
  background: url("/img/prof-notice.png") left center no-repeat;
  padding: 0 5px 0 45px;
  margin: 20px 0 20px 30px;
  color: #6c6c6c; }

.prof-description-box {
  text-align: center;
  white-space: nowrap; }

.prof-description-career {
  white-space: normal;
  display: inline-block;
  vertical-align: top;
  width: 370px;
  padding: 1%;
  transition: all 1s ease; }
  .prof-description-career h3 {
    text-align: left;
    font: 25px arimoregular;
    color: #000;
    background: url("../img/prof-career.png") no-repeat;
    height: 67px;
    vertical-align: middle;
    margin: 0;
    padding: 0 0 0 82px; }
  .prof-description-career p {
    text-align: left;
    font: 13px arimoregular;
    color: #000;
    margin: 18px 0 25px; }
  .prof-description-career ul {
    margin-left: 20px; }
  .prof-description-career li {
    text-align: left;
    list-style-image: url("../img/prof-list-img.png");
    font: 13px arimoregular;
    margin-bottom: 6px;
    color: #000; }
  @media screen and (max-width: 1280px) {
    .prof-description-career {
      border-top: 1px dotted #dadada;
      display: block;
      width: auto;
      margin-bottom: 30px; }
      .prof-description-career h3 {
        background-size: 50px;
        padding: 10px 0 0 60px;
        margin-top: 10px;
        height: 60px; }
      .prof-description-career p {
        margin: 0 0 15px; } }

.prof-description-start {
  white-space: normal;
  display: inline-block;
  vertical-align: top;
  width: 370px;
  padding: 1%; }
  .prof-description-start h3 {
    text-align: left;
    font: 25px arimoregular;
    color: #000;
    background: url("../img/prof-start.png") no-repeat;
    height: 67px;
    vertical-align: middle;
    margin: 0;
    padding: 0 0 0 82px; }
  .prof-description-start p {
    text-align: left;
    font: 13px arimoregular;
    color: #000;
    margin: 18px 0 25px; }
  .prof-description-start ul {
    margin-left: 20px; }
  .prof-description-start li {
    text-align: left;
    list-style-image: url("../img/prof-list-img.png");
    font: 13px arimoregular;
    margin-bottom: 6px;
    color: #000; }
  @media screen and (max-width: 1280px) {
    .prof-description-start {
      border-top: 1px dotted #dadada;
      display: block;
      width: auto;
      margin-bottom: 30px; }
      .prof-description-start h3 {
        background-size: 50px;
        padding: 10px 0 0 60px;
        margin-top: 10px;
        height: 60px; }
      .prof-description-start p {
        margin: 0 0 15px; } }

.prof-salary-box {
  text-align: center;
  white-space: nowrap; }

.prof-salary {
  white-space: normal;
  background: #f1f1f1;
  border: 1px solid #c0c0c0;
  padding: 15px 20px 10px;
  text-align: left;
  border-radius: 2px;
  margin: 30px 20px 30px 0;
  display: inline-block;
  vertical-align: top;
  width: 350px;
  height: 155px; }
  .prof-salary .spec {
    font: 15px arimoregular;
    color: #000;
    margin-bottom: 8px; }
    .prof-salary .spec strong {
      font: 22px arimobold;
      color: #830404; }
  .prof-salary .average-salary {
    font: 14px arimoregular;
    color: #909090;
    margin: 10px 0 5px; }
  .prof-salary .salary-size {
    font: 30px arimobold;
    color: #000;
    margin-top: 15px; }
    .prof-salary .salary-size span {
      font: 30px arimoregular; }
  @media screen and (max-width: 850px) {
    .prof-salary {
      display: block;
      width: 60%;
      margin: 0 auto;
      height: auto;
      min-width: 240px;
      text-align: center; }
      .prof-salary .average-salary {
        margin: 5px 0; }
      .prof-salary .salary-size {
        font: 20px arimobold;
        color: #000;
        margin-top: 5px; }
        .prof-salary .salary-size span {
          font: 20px arimoregular; } }

.prof-start {
  white-space: normal;
  background: #f1f1f1;
  border: 1px solid #c0c0c0;
  padding: 10px 20px 10px;
  text-align: left;
  border-radius: 2px;
  margin: 30px 0;
  display: inline-block;
  vertical-align: top;
  width: 350px;
  height: 155px;
  /*.chosen-container .chosen-results li.highlighted {
    background: #ff8a00;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiNmZjhhMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiNlNTdlMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ff8a00 20%, #e57e00 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#ff8a00), color-stop(90%,#e57e00));
    background: -webkit-linear-gradient(top,  #ff8a00 20%,#e57e00 90%);
    background: -o-linear-gradient(top,  #ff8a00 20%,#e57e00 90%);
    background: -ms-linear-gradient(top,  #ff8a00 20%,#e57e00 90%);
    background: linear-gradient(to bottom,  #ff8a00 20%,#e57e00 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a00', endColorstr='#e57e00',GradientType=0 );
  }*/ }
  .prof-start .spec {
    font: 14px arimoregular;
    color: #000;
    margin-bottom: 8px; }
    .prof-start .spec strong {
      font: 22px arimobold;
      color: #830404; }
  .prof-start .chosen-container {
    width: 100% !important; }
  .prof-start .prof-chosen-select {
    max-width: 100%;
    outline: none; }
  @media screen and (max-width: 850px) {
    .prof-start {
      display: block;
      width: 60%;
      margin: 20px auto;
      height: auto;
      min-width: 240px; } }
  .prof-start .chosen-container .chosen-drop {
    padding-top: 10px; }
  .prof-start .chosen-container-single .chosen-single {
    border: 1px solid #bcbcbc;
    border-radius: 2px;
    font: 14px arimoregular;
    padding: 5px 57px 5px 5px;
    height: 50px;
    color: #000;
    background: #fff; }
  .prof-start .chosen-container-single .chosen-single div {
    width: 52px; }
    .prof-start .chosen-container-single .chosen-single div b {
      display: block;
      width: 100%;
      background: url("../img/prof-select-button.png");
      background-size: cover; }
  .prof-start .chosen-container-single .chosen-single span {
    margin: 0;
    white-space: normal;
    max-height: 40px; }

.prof-banner-box img {
  width: 100%; }

.prof-history-box {
  margin-top: 30px; }
  .prof-history-box h3 {
    font: 30px arimoregular;
    margin: 0 0 12px 0;
    color: #000; }

.prof-history {
  font: italic 13px Arial;
  background: #e3e3d4;
  padding: 25px; }
  .prof-history img {
    float: right;
    margin: 0 0 25px 90px; }
  .prof-history q {
    quotes: none; }
    .prof-history q:before {
      display: inline-block;
      height: 50px;
      font: 131.34px Georgia;
      color: #fff;
      content: "\201C";
      float: left;
      margin: -20px 5px 10px -10px; }
  @media screen and (max-width: 550px) {
    .prof-history img {
      float: none;
      display: block;
      margin: 0 auto 20px; } }

.prof-outstanding-box h3 {
  font: 30px arimoregular;
  margin: 0;
  color: #000;
  padding: 30px 0 15px; }

.prof-outstanding-sliderbox .slide h3 {
  font: italic 18px Arial;
  color: #830404;
  padding: 5px 0 10px; }

.prof-outstanding-sliderbox .slide p {
  padding: 0 0 5px;
  font: italic 13px Arial;
  color: #000000;
  margin: 0; }

.prof-outstanding-sliderbox .bx-pager {
  display: none; }

.prof-outstanding-sliderbox .bx-wrapper .bx-controls-direction a {
  top: 40%;
  margin: 0; }

.prof-outstanding-sliderbox .bx-wrapper {
  margin-bottom: 25px;
  max-width: 750px; }
  .prof-outstanding-sliderbox .bx-wrapper .bx-prev {
    width: 37px;
    height: 37px;
    left: -15px;
    background: url("../img/prof-slider-controls.png") no-repeat; }
    .prof-outstanding-sliderbox .bx-wrapper .bx-prev:hover {
      background: url("../img/prof-slider-controls.png") -37px 0 no-repeat; }
  .prof-outstanding-sliderbox .bx-wrapper .bx-next {
    width: 37px;
    height: 37px;
    right: -15px;
    background: url("../img/prof-slider-controls.png") 0 -37px no-repeat; }
    .prof-outstanding-sliderbox .bx-wrapper .bx-next:hover {
      background: url("../img/prof-slider-controls.png") -37px -37px no-repeat; }

.prof-outstanding-sliderbox .bx-viewport {
  box-sizing: content-box; }

.interview-header {
  background: #ff9000;
  position: relative; }
  .interview-header h2 {
    margin: 0;
    float: left;
    font: 25px arimobold, sans-serif;
    color: #fff;
    padding: 13px 0 14px 20px;
    transition: all 1s ease; }
  .interview-header .interview-about {
    color: #555;
    font-weight: normal;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: -32px; }
    .interview-header .interview-about:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      bottom: 0;
      left: 0;
      background-color: #000;
      visibility: hidden;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    .interview-header .interview-about:hover:before {
      visibility: visible;
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }
  .interview-header .breadcrumbs {
    border: none;
    padding: 6px 0 0 30px; }
    .interview-header .breadcrumbs a {
      color: #000; }
      .interview-header .breadcrumbs a:before {
        background-color: currentColor; }
    .interview-header .breadcrumbs li + li:before {
      color: currentColor;
      font-size: 18px; }
    .interview-header .breadcrumbs .breadcrumbs__active {
      color: #ECD5C2; }

.interview-rss {
  display: inline-block;
  width: 22px;
  height: 20px;
  background: url("../img/rss-top-orange.png") no-repeat;
  margin: 21px 0 0 20px; }

.interview-popup {
  font: 15px arimoregular, sans-serif;
  position: absolute;
  padding: 10px 20px 20px 200px;
  top: 10px;
  right: 10px;
  width: 685px;
  height: 340px;
  background: url("../img/interview-popup-bg.png") 40px 75px no-repeat #fff;
  z-index: 101;
  border: 1px solid #253c51;
  display: none;
  box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.7), inset 10px 10px 30px rgba(245, 234, 216, 0.8);
  max-width: 100%; }
  .interview-popup h2 {
    font: 50px arimoregular, sans-serif;
    color: #000;
    float: none; }
  @media screen and (max-width: 700px) {
    .interview-popup {
      right: 0;
      height: auto; }
      .interview-popup h2 {
        font-size: 40px; } }
  @media screen and (max-width: 550px) {
    .interview-popup {
      background-size: 50px;
      background-position: 20px 20px;
      padding: 20px 30px 20px 90px; }
      .interview-popup h2 {
        font-size: 28px; } }

.interview-mask {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  display: none; }

.interview {
  padding: 0 0 20px 20px; }
  .interview h2, .interview h3 {
    margin: 0; }
  .interview p {
    margin: 10px 0;
    font: 15px arimoregular, sans-serif; }
  .interview b, .interview strong {
    font: 15px arimobold, sans-serif; }
  .interview iframe {
    width: 560px;
    height: 315px;
    max-width: 100%; }
  .interview .date-arrow {
    position: relative;
    display: inline-block;
    background: #ff9000;
    color: #fff;
    font: 12px arimobold, sans-serif;
    padding: 1px 10px 0 5px;
    vertical-align: middle;
    margin-left: 10px;
    height: 17px; }
    .interview .date-arrow:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: -6px;
      height: 17px;
      width: 6px;
      background: url("../img/interview-arrows.png") no-repeat; }
  .interview .i-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0; }
    .interview .i-video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .interview q {
    display: block;
    position: relative;
    width: 300px;
    float: left;
    font: 18px arimobold, sans-serif;
    color: #2671b5;
    quotes: none;
    margin: 10px 20px 20px 45px;
    transition: all 1s ease; }
    .interview q:before {
      display: block;
      position: absolute;
      top: 0;
      left: -33px;
      content: '';
      background: url("../img/interview-quote.png") no-repeat;
      background-size: 25px;
      height: 29px;
      width: 25px; }
    @media screen and (max-width: 550px) {
      .interview q {
        font: 16px arimobold, sans-serif;
        margin: 5px 5px 5px 35px;
        width: 200px; }
        .interview q:before {
          background-size: 80%;
          top: 0;
          left: -33px; } }
  @media screen and (max-width: 1000px) {
    .interview {
      padding: 0 0 20px 0; } }

.interview-face {
  position: relative;
  height: 0;
  padding-bottom: 27.8%;
  overflow: hidden;
  margin-bottom: 10px; }

.interview-race-l {
  position: absolute;
  top: 0;
  left: 0;
  width: 756px;
  max-width: 66%;
  margin-right: -7%;
  vertical-align: top;
  z-index: 2; }

.interview-race-l-child {
  width: 100%;
  height: 0;
  padding-bottom: 43%;
  background: url("../img/interview-mic.png") no-repeat;
  background-size: 100%; }
  .interview-race-l-child span {
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 30px;
    bottom: 25px;
    padding-right: 40px; }
    @media screen and (max-width: 400px) {
      .interview-race-l-child span {
        display: none; } }

.interview-race-r {
  position: absolute;
  top: 0;
  right: 0;
  width: 490px;
  max-width: 42%;
  vertical-align: top;
  z-index: 1; }

.interview-race-r-child {
  width: 100%;
  height: 0;
  padding-bottom: 67.52%; }

.interview-copyright {
  color: #fff;
  position: absolute;
  font: 12px arimobold, sans-serif;
  bottom: 5px;
  right: 0;
  text-shadow: 1px 1px 5px #000;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px;
  padding-left: 20%; }
  @media screen and (max-width: 880px) {
    .interview-copyright {
      display: none; } }

.interview-article-announce {
  position: relative;
  padding: 0 40px 0 30px; }
  .interview-article-announce h2 {
    padding-top: 10px;
    font-size: 30px;
    margin: 0 0 10px; }
  .interview-article-announce p {
    font-size: 25px; }
  .interview-article-announce .date-arrow {
    display: inline-block;
    position: relative;
    background: #ff9000;
    color: #fff;
    font: 12px arimobold, sans-serif;
    padding: 2px 5px 1px;
    vertical-align: middle;
    margin-left: 10px;
    bottom: auto;
    left: auto; }
    .interview-article-announce .date-arrow:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: -20px;
      width: 0;
      height: 0;
      border-color: transparent #ff9000 transparent transparent;
      border-style: solid;
      border-width: 10px; }
    @media screen and (max-width: 600px) {
      .interview-article-announce .date-arrow {
        padding: 0 3px 0 0;
        height: 15px; }
        .interview-article-announce .date-arrow:before {
          bottom: 0;
          left: -16px;
          border-width: 8px; } }
  @media screen and (max-width: 750px) {
    .interview-article-announce {
      overflow: hidden; }
      .interview-article-announce h2 {
        font-size: 20px;
        margin-bottom: 5px; }
      .interview-article-announce p {
        font-size: 16px; } }
  @media screen and (max-width: 600px) {
    .interview-article-announce {
      height: 0;
      padding-bottom: 48%; } }
  @media screen and (max-width: 500px) {
    .interview-article-announce {
      overflow: hidden; }
      .interview-article-announce h2 {
        font-size: 16px;
        margin-bottom: 0; }
      .interview-article-announce p {
        font-size: 14px; } }

.interview-top-announce {
  display: block;
  margin: 0 0 20px;
  font-size: 20px;
  color: #000;
  transition: all 1s ease; }
  .interview-top-announce:hover p {
    text-decoration: underline; }
  .interview-top-announce p {
    font-size: 25px; }
  .interview-top-announce h2 {
    font: 35px/35px arimobold, sans-serif;
    padding-bottom: 15px;
    transition: all 1s ease; }
  @media screen and (max-width: 700px) {
    .interview-top-announce {
      font-size: 18px; }
      .interview-top-announce h2 {
        font: 28px/28px arimobold, sans-serif;
        padding: 0; } }

.interview-news-box {
  white-space: nowrap;
  margin-bottom: 20px; }
  @media screen and (max-width: 600px) {
    .interview-news-box {
      margin-bottom: 0; } }

.interview-news-block {
  padding-bottom: 50px;
  white-space: normal;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 32%;
  height: 460px;
  background: #253c51; }
  .interview-news-block:nth-of-type(2) {
    margin: 0 2%; }
  .interview-news-block:hover p {
    text-decoration: underline; }
  .interview-news-block .date-arrow {
    position: absolute;
    bottom: 15px;
    left: 20px; }
  @media screen and (max-width: 1400px) {
    .interview-news-block {
      height: 38vw; } }
  @media screen and (max-width: 600px) {
    .interview-news-block {
      display: block;
      width: 100%;
      height: auto;
      padding-bottom: 0;
      margin-bottom: 5px;
      border-radius: 0 10px 0 0; }
      .interview-news-block:nth-of-type(2) {
        margin: 0 0 5px 0; }
      .interview-news-block .date-arrow {
        top: 0;
        right: 0;
        border-radius: 0 9px 0 0;
        left: auto; } }

.interview-news-img {
  position: relative;
  height: 0;
  padding-bottom: 79%; }
  @media screen and (max-width: 600px) {
    .interview-news-img {
      width: 126px;
      height: 100px;
      padding: 0;
      float: left;
      margin: 0 10px 0 0;
      border-radius: 0 0 20px 0/0 0 100px 0; } }

.interview-person-post {
  position: absolute;
  width: 100%;
  min-height: 42px;
  left: 0;
  bottom: 0;
  color: #fff;
  padding: 5px 15px;
  background: rgba(0, 0, 0, 0.6); }
  @media screen and (max-width: 1000px) {
    .interview-person-post {
      font-size: 10px; } }
  @media screen and (max-width: 600px) {
    .interview-person-post {
      bottom: -8px;
      width: 70vw;
      left: 120px;
      background: none;
      color: #ffb500; } }

.interview-block-desc {
  padding: 10px 20px 25px;
  color: #fff;
  font-size: 20px; }
  .interview-block-desc h3 {
    color: #ff9000;
    font: normal 30px arimoregular, sans-serif; }
  .interview-block-desc p {
    height: 85px;
    margin: 0 0 10px; }
  @media screen and (max-width: 1400px) {
    .interview-block-desc {
      font-size: 1.8vw !important; }
      .interview-block-desc p {
        height: 8vw; }
      .interview-block-desc h3 {
        font-size: 2.1vw; } }
  @media screen and (max-width: 1024px) {
    .interview-block-desc p {
      height: 6vw; } }
  @media screen and (max-width: 600px) {
    .interview-block-desc {
      padding: 5px 10px; }
      .interview-block-desc h3 {
        font-size: 13px; }
      .interview-block-desc p {
        font-size: 11px;
        height: 53px;
        margin: 0 0 20px; } }

.interview-news-soon-box {
  white-space: nowrap;
  padding: 0 0 20px; }
  .interview-news-soon-box h2 {
    font: 35px arimoregular, sans-serif;
    font-weight: normal;
    margin: 10px 0 10px; }
    .interview-news-soon-box h2:before {
      content: '';
      display: inline-block;
      background: url("../img/interview-soon-h.png") no-repeat;
      width: 26px;
      height: 26px;
      margin: 0 8px 0 0; }
  .interview-news-soon-box .autoriz-block {
    display: none; }
  @media screen and (max-width: 600px) {
    .interview-news-soon-box h2 {
      font-size: 20px;
      text-align: center;
      margin: 0 0 15px;
      white-space: normal; }
      .interview-news-soon-box h2:before {
        margin: 0 8px -5px 0; } }

.interview-soon-block {
  border: 1px solid #253c51;
  width: 32%;
  white-space: normal;
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 240px; }
  .interview-soon-block:nth-of-type(2) {
    margin: 0 2%; }
  .interview-soon-block:nth-of-type(3) {
    width: 31%; }
  .interview-soon-block .date-arrow {
    margin-left: 33px; }
  @media screen and (max-width: 850px) {
    .interview-soon-block {
      height: 200px; }
      .interview-soon-block .date-arrow {
        margin-left: 0;
        position: absolute;
        left: 0;
        bottom: 0; }
        .interview-soon-block .date-arrow:before {
          display: none; } }
  @media screen and (max-width: 670px) {
    .interview-soon-block {
      display: block;
      width: 100%;
      margin: 0 auto 15px;
      height: 90px; }
      .interview-soon-block:nth-of-type(2) {
        margin: 0 auto 15px; }
      .interview-soon-block:nth-of-type(3) {
        width: 100%; }
      .interview-soon-block .date-arrow {
        width: 118px; } }

.interview-soon-desc {
  font: 25px arimoregular, sans-serif;
  color: #253c51;
  padding: 10px 15px;
  height: 150px;
  transition: all 0.5s ease; }
  @media screen and (max-width: 1200px) {
    .interview-soon-desc {
      font-size: 20px; } }
  @media screen and (max-width: 850px) {
    .interview-soon-desc {
      font-size: 18px;
      height: 80px; } }
  @media screen and (max-width: 550px) {
    .interview-soon-desc {
      font-size: 15px;
      height: 80px; } }

.interview-soon-question {
  display: inline-block;
  position: relative;
  color: #fff;
  font: 15px/46px arimobold, sans-serif;
  padding: 0 10px 0 25px;
  text-transform: uppercase;
  margin: 0 15px 10px 15px;
  height: 46px;
  transition: all 0.5s ease;
  background: #41729f url("../img/interview-arrows.png") 0 -42px no-repeat; }
  .interview-soon-question:hover {
    background-color: #32597d; }
  @media screen and (max-width: 850px) {
    .interview-soon-question {
      font: 13px/46px arimobold, sans-serif; } }
  @media screen and (max-width: 670px) {
    .interview-soon-question {
      position: absolute;
      right: -5px;
      bottom: 0;
      margin: 0;
      transform: rotate(-5deg);
      box-shadow: 2px 3px 10px 1px rgba(0, 0, 0, 0.5), inset 3px 5px 10px rgba(100, 152, 199, 0.3);
      background-image: none; }
      .interview-soon-question:hover {
        font-size: 17px;
        bottom: -7px;
        box-shadow: 8px 5px 15px 2px rgba(0, 0, 0, 0.5), inset 3px 5px 5px rgba(71, 112, 150, 0.5);
        transform: rotate(0deg); } }

.date-arrow-after {
  color: #a2a2a2;
  font: 12px arimobold, sans-serif;
  margin-left: 10px; }
  @media screen and (max-width: 850px) {
    .date-arrow-after {
      position: absolute;
      bottom: 0;
      right: 0;
      padding: 0 3px 0 0; } }
  @media screen and (max-width: 670px) {
    .date-arrow-after {
      right: auto;
      left: 118px; } }
  @media screen and (max-width: 430px) {
    .date-arrow-after {
      display: none; } }

.interview-autoriz-box {
  width: 600px;
  margin: 0 auto;
  background: #ff9000;
  border: 1px solid #253c51;
  box-shadow: 0 0 10px 1px #909090;
  font-size: 15px; }
  @media screen and (max-width: 1200px) {
    .interview-autoriz-box {
      min-width: 250px;
      margin: auto; } }
  @media screen and (max-width: 670px) {
    .interview-autoriz-box {
      width: 100%; } }
  @media screen and (max-width: 600px) {
    .interview-autoriz-box {
      margin: 15px auto 0; } }
  .interview-autoriz-box .interview-soon-block {
    width: 100%;
    background: #fff;
    border: none;
    height: 115px; }
    @media screen and (max-width: 670px) {
      .interview-autoriz-box .interview-soon-block .interview-soon-desc {
        height: 70px;
        overflow: hidden;
        font-size: 16px; } }
  .interview-autoriz-box .date-arrow {
    position: absolute;
    margin-left: 0;
    bottom: 10px;
    left: 15px; }
  .interview-autoriz-box .date-arrow-after {
    position: absolute;
    bottom: 10px;
    left: 130px; }
    @media screen and (max-width: 420px) {
      .interview-autoriz-box .date-arrow-after {
        display: block; } }

.autoriz-block {
  color: #fff;
  padding: 20px;
  text-align: center;
  white-space: normal; }
  .autoriz-block a {
    color: #000;
    text-decoration: underline;
    font-size: 15px;
    display: inline-block; }
    @media screen and (max-width: 1200px) {
      .autoriz-block a {
        display: block; } }
  .autoriz-block span {
    display: inline-block;
    margin-bottom: 3px; }
  .autoriz-block input[type='text'],
  .autoriz-block input[type='password'] {
    outline: 0;
    padding: 2px 10px;
    height: 40px;
    border: none;
    color: #253c51;
    font: 15px arimobold, sans-serif;
    margin-bottom: 3px; }
  .autoriz-block input[type='submit'] {
    background: #253c51 url("../img/interview-arrows.png") -6px 0 no-repeat;
    position: relative;
    border: none;
    outline: none;
    height: 42px;
    text-transform: uppercase;
    font: 13.7px/40px arimobold, sans-serif;
    padding: 0 20px 0 36px;
    transition: all 1s ease;
    margin-top: 10px; }
    .autoriz-block input[type='submit']:hover {
      background-color: #386389; }
    @media screen and (max-width: 1000px) {
      .autoriz-block input[type='submit'] {
        margin-top: -5px; } }
  .autoriz-block textarea {
    width: 100%;
    color: #253c51;
    border: none;
    outline: none;
    padding: 10px;
    height: 135px; }
  @media screen and (max-width: 1200px) {
    .autoriz-block {
      display: block;
      width: 100%;
      text-align: center; } }
  @media screen and (max-width: 670px) {
    .autoriz-block {
      padding-top: 0; } }

.autorize-massage {
  font-size: 18px;
  margin: 0 0 10px; }

.interview-reg {
  margin-left: 138px; }
  @media screen and (max-width: 1200px) {
    .interview-reg {
      margin: 0; } }

.interview-question-desc {
  font: 12px arimoregular, sans-serif;
  margin-top: 10px; }
  .interview-question-desc input {
    float: right;
    margin-top: 0 !important; }
  @media screen and (max-width: 800px) {
    .interview-question-desc input {
      display: block;
      float: none;
      margin: 10px auto; } }

.question-thx {
  font: 20px arimoregular, sans-serif;
  text-align: center;
  padding: 50px 0 60px; }

.interview-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 38px;
  height: 38px;
  background: url("../img/interview-close.png") no-repeat; }

.i-article-h {
  background: url("../img/interview-hide-mic.png") no-repeat;
  background-size: 100%; }

.announce-hidder {
  height: 10px;
  width: 100%;
  background: url("../img/interview-announce-hide.png") repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none; }
  @media screen and (max-width: 600px) {
    .announce-hidder {
      display: block; } }

.interview-content {
  vertical-align: top;
  display: inline-block;
  width: calc(100% - 295px); }
  .interview-content h1 {
    font: 26px ArimoItalic, sans-serif;
    color: #191b1f;
    margin: 0; }
  .interview-content .news-article__socials-repost {
    padding: 20px 0; }
  @media screen and (max-width: 1000px) {
    .interview-content {
      width: calc(100% - 225px); } }
  @media screen and (max-width: 650px) {
    .interview-content {
      width: 100%; } }
  @media screen and (max-width: 600px) {
    .interview-content .news-article__socials-repost {
      padding: 5px 0 0;
      margin-bottom: -15px; }
      .interview-content .news-article__socials-repost .sc-right-side {
        display: none; }
    .interview-content h1 {
      font-size: 20px;
      padding: 20px 0 10px; } }

.interview-themes {
  margin-left: 20px;
  display: inline-block;
  vertical-align: top;
  padding: 30px;
  width: 270px;
  transition: font-size 0.8s ease;
  font: 15px arimoregular, sans-serif;
  background: #253c51;
  color: #fff; }
  .interview-themes a {
    transition: all 0.5s ease;
    color: #fff; }
  .interview-themes h3 {
    font: 15px arimoregular, sans-serif;
    margin: 0 0 10px; }
  .interview-themes ul li {
    list-style-image: url("../img/interview-list-marker.png");
    margin-bottom: 15px;
    transition: all 0.8s ease; }
    .interview-themes ul li:hover {
      list-style-image: url("../img/interview-list-marker-h.png"); }
      .interview-themes ul li:hover a {
        color: #ff9000; }
  @media screen and (max-width: 1000px) {
    .interview-themes {
      font-size: 13px;
      width: 200px;
      padding: 20px 10px 20px 30px; }
      .interview-themes ul li {
        margin-bottom: 10px; } }
  @media screen and (max-width: 650px) {
    .interview-themes {
      display: none; } }

.interwiew-more {
  font-size: 16px;
  overflow: hidden;
  width: calc(100% - 295px);
  height: 114px;
  margin: 0 0 20px 20px; }
  @media screen and (max-width: 750px) {
    .interwiew-more {
      width: 100%;
      margin: 0 0 20px;
      font-size: 14px; } }

.inrerview-more-arr {
  display: table-cell;
  position: relative;
  vertical-align: top;
  width: 50%; }
  .inrerview-more-arr:nth-of-type(2) {
    text-align: right; }
  .inrerview-more-arr a {
    position: relative;
    color: #515863;
    display: table-cell;
    vertical-align: middle;
    height: 114px;
    overflow: hidden; }
    .inrerview-more-arr a.im-prev:before, .inrerview-more-arr a.im-next:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      width: 44px;
      height: 114px;
      background: #ff9000 url("../img/interview-more-arrs.png") no-repeat;
      transition: all 0.3s ease-in; }
    .inrerview-more-arr a.im-prev:hover, .inrerview-more-arr a.im-next:hover {
      color: #2671b5; }
      .inrerview-more-arr a.im-prev:hover:before, .inrerview-more-arr a.im-next:hover:before {
        background-color: #2671b5; }
      .inrerview-more-arr a.im-prev:hover .ima-mobile, .inrerview-more-arr a.im-next:hover .ima-mobile {
        color: #2671b5; }
    .inrerview-more-arr a.im-prev {
      padding: 10px 21px 10px 64px; }
      .inrerview-more-arr a.im-prev:before {
        left: -44px;
        background-position: -44px 0;
        margin: 0 0 0 44px; }
    .inrerview-more-arr a.im-next {
      padding: 10px 64px 10px 21px; }
      .inrerview-more-arr a.im-next:before {
        right: -44px;
        margin: 0 44px 0 0; }

@media screen and (max-width: 550px) {
  .ima-text {
    display: none; } }

.ima-mobile {
  display: none;
  text-transform: uppercase;
  font: 22px arimobold, sans-serif;
  color: #ff9000;
  transition: all 0.3s ease-in; }
  @media screen and (max-width: 550px) {
    .ima-mobile {
      display: block; } }

.im-seperator {
  display: block;
  position: absolute;
  background: #ff9000;
  top: 0;
  right: -1px;
  height: 114px;
  width: 2px; }

.ima-cover {
  display: table;
  width: 100%; }

.iq-thx {
  display: none; }

.side-new {
  font-size: 12px;
  text-transform: uppercase;
  color: #23b0de; }
  .side-new a {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 14px;
    text-transform: none;
    transition: all 0.3s ease-out; }
    .side-new a:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      bottom: 0;
      left: 0;
      background-color: #90ccdf;
      visibility: hidden;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    .side-new a:hover {
      color: #90ccdf; }
      .side-new a:hover:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1); }
  .side-new ul ul {
    margin-top: 2px; }
  .side-new > ul > li {
    display: block;
    position: relative;
    border-top: 1px solid #23b0de;
    padding: 4px 0 10px 22px; }
    .side-new > ul > li:before {
      content: '';
      position: absolute;
      background-image: url(../img/sprites-all.png);
      width: 14px;
      height: 13px;
      left: 0;
      top: 6px; }
  .side-new > ul .sn-exclusive:before {
    background-image: url(../img/sprites-all.png);
    background-position: -118px -184px;
    width: 14px;
    height: 13px; }
  .side-new > ul .sn-entrant:before {
    background-image: url(../img/sprites-all.png);
    background-position: -24px -184px;
    width: 16px;
    height: 18px; }
  .side-new > ul .sn-entrant a {
    font-size: 12px;
    text-transform: uppercase;
    color: #23b0de; }
    .side-new > ul .sn-entrant a:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      bottom: 0;
      left: 0;
      background-color: #fff;
      visibility: hidden;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: all 0.1s ease 0s;
      transition: all 0.1s ease 0s; }
    .side-new > ul .sn-entrant a:hover {
      color: #fff; }
      .side-new > ul .sn-entrant a:hover:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1); }
  .side-new > ul .sn-educational:before {
    background-image: url(../img/sprites-all.png);
    background-position: -76px -158px;
    width: 16px;
    height: 15px; }
  .side-new > ul .sn-regulatory:before {
    background-image: url(../img/sprites-all.png);
    background-position: -96px -184px;
    width: 14px;
    height: 15px; }
  .side-new > ul .sn-special:before {
    background-image: url(../img/sprites-all.png);
    background-position: -219px -161px;
    width: 15px;
    height: 14px; }

.p0 {
  padding: 0; }

.pl20 {
  padding-left: 20px; }

.pr10 {
  padding-right: 10px; }

.main-header {
  position: relative;
  background: #23b0de;
  height: 60px;
  margin-bottom: 20px; }
  .main-header h2 {
    position: relative;
    margin: 0;
    padding: 0 28px 0 10px;
    display: inline-block;
    font-size: 25px;
    line-height: 60px;
    color: #fff;
    font-weight: normal;
    cursor: pointer; }
    .main-header h2:after {
      content: '';
      position: absolute;
      background-image: url(../img/sprites-all.png);
      background-position: -79px -210px;
      width: 17px;
      height: 7px;
      right: 0;
      top: 26px; }

.rss-main-btn {
  position: relative;
  bottom: 2px;
  vertical-align: text-bottom;
  margin-left: 20px; }

.main-header-dropmenu {
  display: none;
  position: absolute;
  width: 100%;
  top: 60px;
  left: 0;
  background: #fff;
  z-index: 100;
  border: 1px solid #e3e0e0;
  border-top: none; }
  .main-header-dropmenu ul {
    display: table;
    width: 100%;
    font-size: 0;
    padding: 10px 0 20px; }
  .main-header-dropmenu li {
    display: inline-block;
    font-size: 12px;
    width: 20%;
    margin: 10px 0 0;
    padding-left: 10px; }
  .main-header-dropmenu a {
    color: #666; }
    .main-header-dropmenu a:hover {
      color: #000;
      text-decoration: underline; }
  .main-header-dropmenu .active {
    color: #01a8e8; }

.main-login-box {
  margin-left: 10px;
  border-top: 1px solid #e8e5e5;
  font-size: 14px;
  padding: 10px 0;
  white-space: nowrap; }

.ml-login {
  position: relative;
  display: inline-block;
  color: #333; }
  .ml-login:before {
    content: '';
    display: inline-block;
    background-image: url(../img/sprites-all.png);
    background-position: -40px -210px;
    width: 12px;
    height: 14px;
    vertical-align: middle;
    margin-right: 5px; }
  .ml-login:after {
    content: "";
    position: absolute;
    width: 67%;
    height: 1px;
    bottom: 0;
    right: 0;
    background-color: #333;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .ml-login:hover {
    color: #333; }
    .ml-login:hover:after {
      visibility: visible;
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }

.ml-reg {
  position: relative;
  color: #999;
  font-family: ArimoItalic, sans-serif; }
  .ml-reg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #333;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .ml-reg:hover {
    color: #333; }
    .ml-reg:hover:before {
      visibility: visible;
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }

.main-search-box {
  position: relative;
  padding-left: 10px;
  text-align: left;
  margin-bottom: 40px; }
  .main-search-box input[type="search"] {
    outline: none;
    box-sizing: border-box;
    font-size: 14px;
    width: 100%;
    display: block;
    height: 25px;
    border: 1px solid #e1e1e1;
    color: #23b0de;
    padding: 0 20px 0 10px; }
    .main-search-box input[type="search"]:focus {
      border: 1px solid #23b0de;
      color: #333; }

.main-search-btn {
  display: block;
  position: absolute;
  top: 6px;
  right: 6px;
  background-image: url(../img/sprites-all.png);
  background-position: -170px -158px;
  width: 15px;
  height: 13px;
  border: 0;
  background-color: transparent;
  outline: none; }

.advanced-search-link {
  display: inline-block;
  text-align: left;
  position: relative;
  color: #333;
  font-family: ArimoItalic, sans-serif;
  margin: 10px 0;
  font-size: 14px; }
  .advanced-search-link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #333;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .advanced-search-link:hover:before {
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }

@media screen and (max-width: 600px) {
  .main-header-dropmenu li {
    width: 33.33333%; } }

@media screen and (max-width: 400px) {
  .rss-main-btn {
    display: none; }
  .main-header-dropmenu li {
    width: 50%; }
  .n-main-news__caption h2 {
    font-size: 16px; }
  .n-main-news__caption p {
    font-size: 12px; } }

.sa-text {
  color: #fff;
  font-size: 13px;
  display: inline-block;
  padding-bottom: 10px; }

.sa-list {
  display: inline-block;
  vertical-align: middle; }
  .sa-list li {
    position: relative;
    display: inline-block;
    margin-left: 7px;
    border: 1px solid #fff;
    transition: all 0.5s ease;
    overflow: hidden; }
    .sa-list li a {
      display: block;
      width: 33px;
      height: 34px;
      background: url("../img/soc-icons.jpg") no-repeat; }
      .sa-list li a:after {
        content: '';
        position: absolute;
        top: 34px;
        left: 34px;
        width: 100px;
        height: 100px;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
        transform: rotate(-45deg);
        transition: all 0.7s ease; }
      .sa-list li a:hover:after {
        top: -100px;
        left: -100px; }
    .sa-list li .sa-vk {
      background-position: 0 0; }
    .sa-list li .sa-fb {
      background-position: -33px 0; }
    .sa-list li .sa-tw {
      background-position: -66px 0; }
    .sa-list li .sa-ok {
      background-position: -99px 0; }
    .sa-list li .sa-gp {
      background-position: -132px 0; }

@media screen and (max-width: 550px) {
  .sa-text {
    display: block;
    text-align: center;
    margin-bottom: 10px; }
  .sa-list {
    display: block;
    text-align: center; }
    .sa-list li:first-child {
      margin-left: 0; } }

.news-search-box {
  position: relative; }
  .news-search-box input[type='search'] {
    display: block;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 10px 45px 10px 10px;
    margin: 10px 0 0;
    width: 100%;
    font-size: 14px; }
  .news-search-box button {
    position: absolute;
    border: none;
    right: 0;
    bottom: 0;
    width: 41px;
    height: 41px;
    background: url("/img/search-glass_dark-small.png") center center no-repeat;
    outline: none; }

.search-types {
  font-size: 14px;
  color: #999; }
  .search-types span {
    border-right: 2px solid #bbb;
    padding-right: 10px; }

.advanced-search-btn {
  display: inline-block;
  border-bottom: 1px solid #fff;
  margin-left: 10px;
  color: #23b0de;
  border-right: none;
  cursor: pointer;
  transition: all 0.5s ease; }
  .advanced-search-btn:after {
    content: '';
    display: inline-block;
    margin: 0 0 1px 8px;
    background-image: url(../img/sprites-all.png);
    background-position: -242px -66px;
    width: 8px;
    height: 5px; }
  .advanced-search-btn:hover {
    border-bottom: 1px solid #23b0de; }

.news-advanced-search {
  display: none;
  font: 15px arimoregular, sans-serif;
  border: 1px solid #ccc;
  border-top: 0;
  padding: 15px;
  color: #333; }
  .news-advanced-search .sbHolder {
    display: inline-block;
    vertical-align: middle;
    height: 26px;
    border: 1px solid #ccc;
    font: 14px arimoregular, sans-serif;
    color: #666;
    float: none;
    width: 260px;
    margin: 0 0 0 15px; }
  .news-advanced-search .sbToggle {
    height: 24px;
    width: 24px;
    top: 0;
    right: 0;
    background: #fff; }
    .news-advanced-search .sbToggle:before {
      content: '';
      display: block;
      position: absolute;
      top: 10px;
      right: 8px;
      transition: .3s ease;
      background-image: url(../img/sprites-all.png);
      background-position: -242px -66px;
      width: 8px;
      height: 5px; }
  .news-advanced-search .sbToggleOpen:before {
    transform: rotate(180deg); }
  .news-advanced-search .sbSelector {
    height: 26px;
    line-height: 26px; }
  .news-advanced-search .sbOptions a {
    padding: 3px 0 3px 3px;
    margin: 4px 0; }
  .news-advanced-search .sbOptions li:hover a {
    background: #01a8e8;
    color: #fff;
    border-bottom: 1px solid #fff; }

.nas-radio-box {
  position: relative;
  padding-left: 80px; }

.nas-query {
  position: absolute;
  top: 0;
  left: 0; }

.nas-radio-col1,
.nas-radio-col2 {
  display: inline-block; }

.nas-radio-col2 {
  margin-left: 50px; }

.radio-label {
  position: relative;
  display: block;
  padding-left: 25px;
  margin-top: 7px;
  color: #999;
  cursor: pointer; }

.nas-radio:not(:checked),
.nas-radio:checked {
  position: absolute;
  left: -9999px; }

.nas-radio + .radio-label:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 1px;
  background: url("../img/nas-radio.png") no-repeat;
  width: 18px;
  height: 18px; }

.nas-radio:checked + .radio-label:before {
  background: url("../img/nas-radio.png") -18px 0 no-repeat; }

.nas-separator {
  height: 1px;
  background: #ccc;
  margin: 10px 0; }

.nas-date {
  display: inline-block;
  margin: 0 0 0 25px; }
  .nas-date input {
    width: 125px;
    border: 1px solid #ccc;
    margin-left: 7px;
    font-size: 14px;
    color: #666;
    height: 26px;
    padding: 0 7px;
    background: url("../img/news-search-datepicker.png") right no-repeat; }
    .nas-date input:nth-of-type(1) {
      margin-right: 15px; }

.nas-btn {
  display: block;
  margin: 15px auto 0;
  border: none;
  outline: none;
  background: #00415f;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 10px;
  transition: all 0.5s ease; }
  .nas-btn:hover {
    background: #036491; }

.actual-news {
  display: table;
  width: 100%;
  margin-top: 15px; }

.actual-news-image {
  display: table-cell;
  width: 60%;
  height: 360px;
  background-size: cover; }

.actual-news-desc {
  display: table-cell;
  vertical-align: top;
  position: relative;
  padding: 10px;
  overflow: hidden;
  height: 360px; }
  .actual-news-desc h2 {
    font: normal 22px/24px arimoregular, sans-serif;
    margin: 10px 0; }
  .actual-news-desc:after {
    content: '';
    display: block;
    position: absolute;
    height: 40px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 87%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(87%, white));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 87%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 87%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 87%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 87%); }

.actual-news-time {
  font-size: 14px;
  color: #333; }
  .actual-news-time:before {
    content: '';
    display: inline-block;
    background: url("../img/news-2-sprite.png") no-repeat -4px -5px;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 5px; }

.actual-news-theme {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 14px;
  color: #01a8e8; }
  .actual-news-theme:hover {
    text-decoration: underline; }
  .actual-news-theme.new-page {
    position: relative;
    right: auto;
    margin-left: 10px; }

.actual-news-text {
  font-size: 14px;
  color: #666; }

.actual-news-link {
  color: #666; }
  .actual-news-link:hover .actual-news-text {
    color: #23b0de; }
  .actual-news-link:hover h2 {
    color: #008fbd; }

.news-bloks-wrap {
  box-sizing: border-box;
  display: table;
  width: 100%;
  font-size: 0;
  margin-top: 40px; }

.news-item {
  display: inline-block;
  margin-bottom: 30px;
  vertical-align: top;
  font-size: 14px;
  width: 31%;
  overflow: hidden; }
  .news-item:nth-of-type(3n+2) {
    margin: 0 3.5% 30px; }
  .news-item h3 {
    font: normal 16px arimoregular, sans-serif;
    margin: 5px 0;
    height: 42px;
    overflow: hidden; }
  .news-item a {
    display: block;
    color: #333; }
    .news-item a:hover {
      text-decoration: underline; }
      .news-item a:hover .news-item-text {
        text-decoration: underline; }

.news-item-date {
  color: #666; }

.news-item-theme {
  color: #01a8e8 !important;
  float: right; }

.news-item-img {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  background-size: cover;
  transition: all 0.5s ease-out; }

.news-item-text {
  display: inline-block;
  height: 57px;
  overflow: hidden;
  margin-top: 10px;
  color: #666;
  transition: all 0.5s ease; }

.news-paginator-box {
  text-align: center; }
  .news-paginator-box li {
    display: inline-block;
    width: 34px;
    height: 34px;
    vertical-align: top;
    text-align: center;
    background: #eceaea;
    border-radius: 50%;
    font-size: 18px; }
    .news-paginator-box li + li {
      margin-left: 10px; }
    .news-paginator-box li.np-prev, .news-paginator-box li.np-next {
      position: relative; }
      .news-paginator-box li.np-prev:before, .news-paginator-box li.np-next:before {
        content: '';
        position: absolute;
        top: 9px;
        left: 11px;
        display: inline-block;
        z-index: 0;
        background-image: url(../img/sprites-all.png);
        background-position: -242px 0px;
        width: 9px;
        height: 16px; }
      .news-paginator-box li.np-prev a, .news-paginator-box li.np-next a {
        position: relative;
        z-index: 1; }
    .news-paginator-box li.np-next:before {
      left: auto;
      right: 11px;
      background-image: url(../img/sprites-all.png);
      background-position: -242px -24px;
      width: 9px;
      height: 16px; }
  .news-paginator-box a {
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 3px 0 0;
    width: 34px;
    height: 34px;
    color: #333; }
    .news-paginator-box a:hover {
      border: 2px solid #23b0de; }
  .news-paginator-box .active {
    padding: 3px 0 0;
    color: #fff;
    background: #23b0de;
    border: 2px solid #fff; }

.news-datepicker .ui-widget-header {
  background: #23b0de; }

.news-datepicker .ui-datepicker-year {
  color: #333; }

.news-datepicker .ui-widget-header .ui-state-hover {
  background: #23b0de; }

.news-page-timeline {
  position: relative; }
  .news-page-timeline .actual-news-theme {
    top: 0; }

.news-page-h1 {
  font: 28px/30px arimobold, sans-serif;
  margin: 10px 0 -20px; }

.themes-news h2,
.other-news h2 {
  margin-top: 0;
  padding: 5px 115px 5px 10px;
  background: #f0efee;
  font-size: 20px;
  text-transform: uppercase;
  color: #333; }

.themes-news {
  margin-top: 40px; }
  .themes-news .news-bloks-wrap {
    margin-top: 20px; }

.other-news .news-bloks-wrap {
  margin-top: 20px; }

.other-news .news-item {
  border-right: 1px solid #ccc;
  padding-right: 15px;
  width: 32%;
  margin-bottom: 0; }
  .other-news .news-item:nth-of-type(3n+2) {
    margin: 0 2%; }
  .other-news .news-item:last-of-type {
    border-right: none;
    padding-right: 0; }

@media screen and (max-width: 1300px) {
  .nas-date {
    margin: 20px 0 0; } }

@media screen and (max-width: 1000px) {
  .actual-news-image,
  .actual-news-desc {
    height: 200px; }
  .actual-news-image {
    width: 40%; }
  .actual-news-desc h2 {
    font: normal 18px/20px arimoregular, sans-serif; } }

@media screen and (max-width: 600px) {
  .actual-news-image,
  .actual-news-desc {
    display: block; }
  .actual-news-image {
    width: 100%;
    height: 0;
    padding-bottom: 60%; }
  .actual-news-desc {
    padding: 10px 0;
    height: auto; }
    .actual-news-desc h2 {
      padding: 0; }
    .actual-news-desc:after {
      display: none; }
  .news-bloks-wrap {
    text-align: center; }
  .news-item {
    text-align: left;
    width: 48%; }
    .news-item:nth-of-type(3n+2) {
      margin: 0 0 30px; }
    .news-item:nth-of-type(odd) {
      margin-right: 4%; }
  .other-news .news-item {
    border: none;
    padding-right: 0;
    width: 100%; }
    .other-news .news-item:nth-of-type(3n+2) {
      margin: 0; }
  .themes-news .news-item {
    position: relative;
    width: 100%;
    min-height: 100px;
    padding-left: 110px;
    margin-bottom: 20px; }
    .themes-news .news-item:nth-of-type(3n+2) {
      margin: 0 0 20px; }
    .themes-news .news-item:nth-of-type(odd) {
      margin-right: 0; }
  .themes-news .news-item-img {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100px;
    padding-bottom: 100px;
    border-radius: 50%; } }

@media screen and (max-width: 400px) {
  .news-item {
    width: 100%; }
    .news-item:nth-of-type(odd) {
      margin-right: 4%; } }

.regions-header {
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 155px;
  background: url("../img/regions-bg.png") center top no-repeat; }

.regions-header-text {
  display: table-cell;
  height: 155px;
  vertical-align: middle;
  color: #fff;
  padding: 0 40px; }
  .regions-header-text h2 {
    margin: 0;
    font: 40px arimobold, sans-serif;
    color: #fff; }
  .regions-header-text p {
    font-size: 16px;
    margin: 0; }

.vz-search {
  position: relative; }
  .vz-search.sort {
    margin-bottom: 25px; }
    .vz-search.sort .advanced-search-link {
      display: block;
      position: absolute;
      bottom: -30px;
      right: 0; }

.regions-list__wrap {
  -moz-column-width: 210px;
  -webkit-column-width: 210px;
  column-width: 210px;
  text-align: center; }

.regions-list li {
  width: 210px;
  height: 90px;
  display: inline-block;
  text-align: left;
  margin-bottom: 10px;
  border: 1px solid #d6d6d6;
  font: 14px arimoregular, sans-serif;
  color: #23b0de;
  transition: all 0.5s ease;
  background: white;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQzJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU4JSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, white 0%, white 43%, #fcfcfc 48%, #eeeeee 58%, #e5e5e5 67%, #e5e5e5 100%);
  background: -webkit-linear-gradient(top, white 0%, white 43%, #fcfcfc 48%, #eeeeee 58%, #e5e5e5 67%, #e5e5e5 100%);
  background: linear-gradient(to bottom, white 0%, white 43%, #fcfcfc 48%, #eeeeee 58%, #e5e5e5 67%, #e5e5e5 100%); }
  .regions-list li:hover {
    border: 1px solid #01a8e8; }
    .regions-list li:hover a {
      text-decoration: underline; }

.regions-list a {
  display: table;
  vertical-align: middle;
  width: 208px;
  height: 88px;
  padding: 0 10px;
  color: #23b0de; }
  .regions-list a > div {
    display: table-cell;
    vertical-align: middle; }

.regions-list span {
  color: #969696; }

.reg-img {
  padding-right: 10px; }

.reg-name {
  height: 60px; }

.vuz-sort-spec {
  display: table; }

.vss-col {
  display: table-cell;
  width: 50%;
  font-size: 14px;
  padding: 10px; }
  .vss-col h2 {
    background: #f3f5f6;
    border: 1px solid #dcdfe0;
    font: 16px arimobold, sans-serif;
    color: #53575f;
    padding: 15px 25px; }
  .vss-col ul {
    padding-left: 20px; }
  .vss-col a {
    display: inline-block;
    color: #23b0de;
    transition: all 0.5s ease;
    margin-bottom: 10px; }
    .vss-col a:hover {
      text-decoration: underline;
      color: #333; }
    .vss-col a span {
      color: #8e8e8e; }

.vuz-sort-city {
  border-top: 1px solid #c4c4c4;
  padding-top: 20px;
  -moz-column-width: 210px;
  -webkit-column-width: 210px;
  column-width: 210px;
  text-align: center; }
  .vuz-sort-city ul li {
    padding-left: 6px;
    position: relative;
    display: block;
    max-width: 210px;
    margin: 0 auto;
    text-align: left;
    font-size: 15px; }
    .vuz-sort-city ul li:before {
      content: '';
      display: block;
      position: absolute;
      top: 6px;
      left: 0;
      width: 0;
      height: 0;
      border-color: transparent transparent transparent #01a8e8;
      border-style: solid;
      border-width: 3px; }
  .vuz-sort-city ul a {
    color: #000; }
    .vuz-sort-city ul a:hover {
      color: #01a8e8; }
    .vuz-sort-city ul a span {
      color: #969696; }

.n01000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -129px -215px;
  width: 60px;
  height: 63px; }

.n79000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -65px -297px;
  width: 60px;
  height: 60px; }

.n80000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: 0px -502px;
  width: 54px;
  height: 58px; }

.n81000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -705px -134px;
  width: 47px;
  height: 57px; }

.n84000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -281px -153px;
  width: 54px;
  height: 54px; }

.n82000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -130px -437px;
  width: 55px;
  height: 57px; }

.n26000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -143px -143px;
  width: 63px;
  height: 63px; }

.n83000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -652px -511px;
  width: 44px;
  height: 53px; }

.n85000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -415px -139px;
  width: 55px;
  height: 63px; }

.n91000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -193px -437px;
  width: 53px;
  height: 55px; }

.n86000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -543px -275px;
  width: 46px;
  height: 63px; }

.n87000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -55px -568px;
  width: 49px;
  height: 57px; }

.n88000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -602px 0px;
  width: 42px;
  height: 67px; }

.n89000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: 0px -297px;
  width: 57px;
  height: 64px; }

.n98000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -133px -297px;
  width: 59px;
  height: 59px; }

.n90000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -351px -231px;
  width: 56px;
  height: 56px; }

.n92000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -200px -297px;
  width: 59px;
  height: 59px; }

.n93000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -197px -215px;
  width: 61px;
  height: 61px; }

.n94000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: 0px -437px;
  width: 57px;
  height: 57px; }

.n95000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -65px -437px;
  width: 57px;
  height: 57px; }

.n96000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: 0px -70px;
  width: 65px;
  height: 65px; }

.n97000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -214px -143px;
  width: 59px;
  height: 61px; }

.n98000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -133px -297px;
  width: 59px;
  height: 59px; }

.n98000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -133px -297px;
  width: 59px;
  height: 59px; }

.n01000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -129px -215px;
  width: 60px;
  height: 63px; }

.n03000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -216px 0px;
  width: 57px;
  height: 72px; }

.n04000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -543px -207px;
  width: 49px;
  height: 60px; }

.n05000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -652px -70px;
  width: 45px;
  height: 55px; }

.n07000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -481px -353px;
  width: 52px;
  height: 61px; }

.n08000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -351px 0px;
  width: 56px;
  height: 67px; }

.n10000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -314px -437px;
  width: 53px;
  height: 53px; }

.n11000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: 0px -143px;
  width: 64px;
  height: 64px; }

.n12000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -705px -455px;
  width: 45px;
  height: 56px; }

.n14000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -705px -263px;
  width: 45px;
  height: 58px; }

.n15000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -64px -369px;
  width: 56px;
  height: 59px; }

.n17000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -72px -143px;
  width: 63px;
  height: 63px; }

.n18000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -415px -210px;
  width: 58px;
  height: 59px; }

.n19000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -705px -519px;
  width: 45px;
  height: 56px; }

.n20000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -80px -78px;
  width: 60px;
  height: 57px; }

.n24000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -336px -369px;
  width: 68px;
  height: 47px; }

.n25000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -652px -386px;
  width: 44px;
  height: 55px; }

.n27000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -543px 0px;
  width: 51px;
  height: 62px; }

.n29000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: 0px -369px;
  width: 56px;
  height: 60px; }

.n30000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -705px 0px;
  width: 47px;
  height: 59px; }

.n32000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -128px -369px;
  width: 56px;
  height: 59px; }

.n33000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -652px -260px;
  width: 44px;
  height: 56px; }

.n34000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: 0px 0px;
  width: 72px;
  height: 62px; }

.n37000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -254px -437px;
  width: 52px;
  height: 55px; }

.n38000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -415px 0px;
  width: 58px;
  height: 61px; }

.n41000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -340px -297px;
  width: 46px;
  height: 52px; }

.n42000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -543px -70px;
  width: 51px;
  height: 61px; }

.n44000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -705px -391px;
  width: 45px;
  height: 56px; }

.n46000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -481px -212px;
  width: 49px;
  height: 65px; }

.n47000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -705px -583px;
  width: 43px;
  height: 58px; }

.n22000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -60px -215px;
  width: 61px;
  height: 63px; }

.n49000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -543px -139px;
  width: 51px;
  height: 60px; }

.n50000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -652px -133px;
  width: 45px;
  height: 55px; }

.n52000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -192px -369px;
  width: 60px;
  height: 55px; }

.n53000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -481px 0px;
  width: 54px;
  height: 61px; }

.n54000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -652px 0px;
  width: 45px;
  height: 62px; }

.n56000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -481px -139px;
  width: 50px;
  height: 65px; }

.n57000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -652px -449px;
  width: 44px;
  height: 54px; }

.n58000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -481px -69px;
  width: 53px;
  height: 62px; }

.n60000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -415px -277px;
  width: 57px;
  height: 60px; }

.n61000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -281px 0px;
  width: 62px;
  height: 65px; }

.n36000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -415px -69px;
  width: 57px;
  height: 62px; }

.n63000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -652px -196px;
  width: 44px;
  height: 56px; }

.n64000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -543px -414px;
  width: 51px;
  height: 56px; }

.n65000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -260px -369px;
  width: 68px;
  height: 48px; }

.n66000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -148px 0px;
  width: 60px;
  height: 69px; }

.n68000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -281px -73px;
  width: 54px;
  height: 72px; }

.n28000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -543px -346px;
  width: 48px;
  height: 60px; }

.n69000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -266px -215px;
  width: 63px;
  height: 58px; }

.n70000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: 0px -215px;
  width: 52px;
  height: 74px; }

.n71000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -267px -297px;
  width: 65px;
  height: 52px; }

.n73000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -148px -77px;
  width: 60px;
  height: 58px; }

.n75000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -705px -67px;
  width: 46px;
  height: 59px; }

.n76000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: 0px -636px;
  width: 48px;
  height: 58px; }

.n78000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -216px -80px;
  width: 55px;
  height: 55px; }

.n45000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -705px -199px;
  width: 47px;
  height: 56px; }

.n40000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -62px -502px;
  width: 52px;
  height: 56px; }

.n99000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -705px -329px;
  width: 47px;
  height: 54px; }

.n35000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -481px -285px;
  width: 53px;
  height: 60px; }

.n11100000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -351px -75px;
  width: 53px;
  height: 70px; }

.n71100000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -80px 0px;
  width: 60px;
  height: 70px; }

.n77000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: 0px -568px;
  width: 47px;
  height: 60px; }

.n71140000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -351px -153px;
  width: 52px;
  height: 70px; }

.n67000000 {
  background-image: url(../img/sprites-regions.png);
  background-position: -652px -324px;
  width: 45px;
  height: 54px; }

@media screen and (max-width: 1100px) {
  .regions-header-text {
    padding: 0 20px; }
    .regions-header-text h2 {
      font: 30px arimobold, sans-serif; }
    .regions-header-text p {
      font-size: 16px; } }

@media screen and (max-width: 600px) {
  .regions-header-text h2 {
    font: 20px arimobold, sans-serif; }
  .regions-header-text p {
    font-size: 14px; } }

@media screen and (max-width: 450px) {
  .regions-header {
    background: #fff; }
  .regions-header-text {
    padding: 0; }
    .regions-header-text h2 {
      color: #333;
      padding-left: 0; }
    .regions-header-text p {
      color: #333; } }

.p-t-b20 {
  margin: 20px 0; }

.p-r {
  position: relative; }

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