@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**.flag_lt
 * 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,
hgroup,
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 filterIsActive 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 {
  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 */
  /* 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; }

html {
  min-width: 1000px;
  min-height: 100%;
  background: #ffffff;
  position: relative; }

html, input, textarea {
  font: 15px / 1.3333 Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333; }

body {
  margin: 0 0 280px; }

a {
  text-decoration: none;
  color: #117582;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease; }
  a:hover {
    color: #7AB2B9; }
  a:focus {
    outline-width: 1px;
    outline-color: #7AB2B9; }

img {
  vertical-align: top; }

::-webkit-input-placeholder {
  color: #cccccc; }

:-moz-placeholder {
  color: #cccccc; }

::-moz-placeholder {
  color: #cccccc; }

:-ms-input-placeholder {
  color: #cccccc; }

.tmp-ph {
  position: absolute;
  top: 26%;
  padding-left: 10px;
  color: #cccccc; }

a.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #cccccc !important; }
  a.disabled span, a.disabled .head-user-menu__sub_active {
    color: #999999 !important; }

.layout-box {
  max-width: 1360px;
  margin: auto; }
  .layout-box:before, .layout-box:after {
    content: " ";
    display: table; }
  .layout-box:after {
    clear: both; }
  .layout-box_stretch {
    max-width: none; }
  .layout-box_bg {
    position: relative; }

.layout-row {
  position: relative; }
  .layout-row:before, .layout-row:after {
    content: " ";
    display: table; }
  .layout-row:after {
    clear: both; }
  .layout-row_fixed-fluid {
    padding-left: 249px; }
  .layout-row_padding-x {
    padding-right: 20px;
    padding-left: 20px; }
  .layout-row_padding-y {
    padding-top: 20px;
    padding-bottom: 20px; }
  .layout-row_padding-top {
    padding-top: 20px; }
  .layout-row_padding-bottom {
    padding-bottom: 20px; }
  .layout-row_bordered {
    border-bottom: 2px solid #117582; }

.layout-column {
  float: left; }
  .layout-column_full {
    float: none !important; }
  .layout-column_fixed-simple {
    width: 249px; }
  .layout-column_fixed {
    width: 249px;
    margin-left: -249px; }
    .layout-column_fixed + .layout-column {
      float: right; }
  .layout-column_400 {
    width: 400px;
    margin-left: -400px; }
    .layout-column_400 + .layout-column {
      padding-right: 400px; }
  .layout-column_right {
    float: right; }
  .layout-column_stretch {
    width: 100%; }
  .layout-column_half {
    width: 50%; }
  .layout-column_extend {
    white-space: nowrap;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 10%;
    z-index: -1;
    overflow: hidden; }
  .layout-column__extend-image {
    position: absolute;
    top: -42%;
    left: -40%;
    overflow: visible !important; }
  .layout-column_border-right:after {
    content: '';
    margin-left: 249px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2; }
  .layout-column_center {
    width: 100%;
    text-align: center; }
  .layout-column__inner {
    position: relative; }
    .layout-column__inner:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: -2px;
      left: 0;
      background-color: #ffffff;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      visibility: hidden;
      z-index: -1;
      -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, z-index 0.2s ease;
      transition: opacity 0.2s ease, visibility 0.2s ease, z-index 0.2s ease; }
    .layout-column__inner_processing:after {
      visibility: visible;
      z-index: 1;
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
    .layout-column__inner_gutter {
      margin: 20px; }
    .layout-column__inner_gutter-top-x {
      margin: 20px 20px 0; }
    .layout-column__inner_gutter-bottom-x {
      margin: 0 20px 20px; }
    .layout-column__inner_gutter-top-half-bottom-x {
      margin: 10px 0 20px 20px; }
    .layout-column__inner_gutter-y-right {
      margin: 20px 20px 20px 0; }
    .layout-column__inner_gutter-y-right-spec {
      margin: 10px 20px 30px 0; }
      .layout-column__inner_gutter-y-right-spec .textual li {
        margin-top: 0;
        margin-bottom: 0; }
    .layout-column__inner_gutter-y-left {
      margin: 20px 0 20px 20px; }
    .layout-column__inner_gutter-band {
      margin: 10px 10% 80px 20px; }
    .layout-column__inner_gutter-bottom-triple {
      margin-bottom: 60px; }
    .layout-column__inner_gutter-bottom-triple-x {
      margin: 0 20px 60px; }
    .layout-column__inner_gutter-y-double {
      margin: 40px 0; }
    .layout-column__inner_gutter-y-triple {
      margin: 30px 0 90px; }
    .layout-column__inner_gutter-left-triple {
      margin: 0;
      padding-left: 60px; }
  .layout-column__row_compact {
    max-width: 910px;
    margin-bottom: 10px; }

.has-filter {
  height: 100%; }
  .has-filter.ie-legacy .main {
    height: 90%; }
  .has-filter > body {
    margin: 0;
    position: relative; }
  .has-filter .main {
    overflow: hidden; }
  .has-filter .footer {
    position: relative; }
  .has-filter .layout-row_fixed-fluid {
    padding-bottom: 20px; }

.has-fixed-header .main {
  padding-top: 116px; }

.has-overlay {
  overflow: hidden; }
  .has-overlay .head, .has-overlay .main, .has-overlay .footer {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
    -webkit-filter: blur(3px);
            filter: blur(3px); }

.has-small-footer body {
  margin-bottom: 180px; }

.has-small-footer .footer {
  height: 180px; }

.has-small-footer.has-filter body {
  margin-bottom: 0; }

@font-face {
  font-family: 'caroutlet-icons';
  src: url("../fonts/caroutlet-icons/caroutlet-icons.eot?-28sed5");
  src: url("../fonts/caroutlet-icons/caroutlet-icons.eot?#iefix-28sed5") format("embedded-opentype"), url("../fonts/caroutlet-icons/caroutlet-icons.svg?-28sed5#icomoon") format("svg"), url("../fonts/caroutlet-icons/caroutlet-icons.woff?-28sed5") format("woff"), url("../fonts/caroutlet-icons/caroutlet-icons.ttf?-28sed5") format("truetype");
  font-weight: normal;
  font-style: normal; }

.icon, .input-group__validate_valid:before, .checkbox__faux:before, .dropdown__init:before, .breadcrumbs__item:before, .options_with-tip .options__item_selected:before, a.filter-main__content:before, .files-list__link:before {
  font-family: 'caroutlet-icons';
  speak: none;
  display: inline-block;
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon_192-logo:before {
  font-size: 192px;
  content: '\e60a'; }

.icon_logo:before {
  content: '\e60a'; }

.icon_64-close:before {
  font-size: 64px;
  content: '\e600'; }

.icon_64-crowd:before {
  font-size: 64px;
  content: '\e601'; }

.icon_64-ok:before {
  font-size: 64px;
  content: '\e602'; }

.icon_32-cart:before {
  font-size: 32px;
  content: '\e603'; }

.icon_32-doc:before, .files-list__link:before {
  font-size: 32px;
  content: '\e604'; }

.icon_32-help:before {
  font-size: 32px;
  content: '\e605'; }

.icon_32-hammer:before {
  font-size: 32px;
  content: '\e606'; }

.icon_32-mail:before {
  font-size: 32px;
  content: '\e607'; }

.icon_32-ok-2:before, .checkbox__faux:before, .options_with-tip .options__item_selected:before {
  font-size: 32px;
  content: '\e608'; }

.icon_32-star:before {
  font-size: 32px;
  content: '\e609'; }

.icon_32-warning-triangle {
  font-size: 32px;
  color: #ff5959; }
  .icon_32-warning-triangle.icon_inline {
    width: 18px;
    height: 16px; }
    .icon_32-warning-triangle.icon_inline:before {
      position: absolute;
      top: -9px;
      left: -7px; }

.icon_32-warning-triangle:before {
  content: "\e60f"; }

.icon_16-bin:before {
  font-size: 16px;
  content: '\e60e'; }

.icon_16-right:before, .breadcrumbs__item:before, a.filter-main__content:before {
  font-size: 16px;
  content: '\e60b'; }

.icon_16-down:before, .dropdown__init:before {
  font-size: 16px;
  content: '\e60c'; }

.icon_16-left:before {
  font-size: 16px;
  content: '\e60d'; }

.icon_32-plus:before {
  font-size: 32px;
  content: '\e611'; }

.icon_32-minus:before {
  font-size: 32px;
  content: '\e610'; }

.flag {
  width: 24px;
  height: 15px;
  background: url("../images/flags.png") no-repeat;
  display: inline-block; }
  .flag_it {
    background-position: 0 0; }
  .flag_de {
    background-position: -25px 0; }
  .flag_lt {
    background-position: -50px 0; }
  .flag_fr {
    background-position: 0 -16px; }
  .flag_lv {
    background-position: -50px -16px; }
  .flag_be {
    background-position: 0 -32px; }
  .flag_pt {
    background-position: -25px -32px; }
  .flag_dk {
    background-position: -50px -32px; }
  .flag_es {
    background-position: 0 -48px; }
  .flag_sk {
    background-position: -25px -48px; }
  .flag_cz {
    background-position: -50px -48px; }
  .flag_at {
    background-position: 0 -64px; }
  .flag_si {
    background-position: -25px -64px; }
  .flag_gr {
    background-position: -50px -65px; }
  .flag_lu {
    background-position: 0 -80px; }
  .flag_ro {
    background-position: -25px -80px; }
  .flag_eu {
    background-position: -50px -80px; }
  .flag_nl {
    background-position: 0 -96px; }
  .flag_ee {
    background-position: -25px -96px; }
  .flag_ch {
    width: 17px;
    background-position: -50px -96px; }
    .flag_by {
        background: none;
    }
    .flag_bg {
         background: none;
     }
    .flag_pl {
         background: url("../images/flag_pl.png") no-repeat;
     }


.input {
  width: 200px;
  border-radius: 2px;
  display: block;
  outline: none;
  position: relative;
  box-sizing: border-box;
  -webkit-transition: border-color 0.1s ease;
  transition: border-color 0.1s ease;
  border: 1px solid #cccccc;
  -webkit-appearance: none;
  padding: 10px 20px 10px; }
  .input:hover {
    border-color: #999999;
    z-index: 3; }
  .input:focus {
    border-color: #555555;
    z-index: 2; }
  .input_error {
    border-color: #ff5959; }
    .input_error:hover {
      border-color: #ff5959 !important; }
  .input::-webkit-input-placeholder {
    position: relative;
    top: 1px; }
  .input_x-small {
    padding: 4px 10px 3px 10px;
    font-size: 11px; }
  .input_small {
    padding: 4px 10px 1px;
    font-size: 13px; }
  .input_large {
    padding: 13px 20px 13px 20px;
    border-radius: 3px;
    font-size: 19px; }
  .input_x-large {
    font-size: 30px;
    padding-top: 5px;
    padding-bottom: 5px; }
  .input_short {
    width: 100px; }
  .input_short-longer {
    width: 150px; }
  .input_short-x-longer {
    width: 161px; }
    .ie-legacy .input_short-x-longer {
      padding-bottom: 11px; }
  .input_pre-medium {
    width: 175px; }
  .input_medium {
    width: 240px; }
  .input_medium-font {
    font-size: 15px !important; }
  .input_post-medium {
    width: 280px; }
  .input_pre-long {
    width: 350px; }
  .input_long {
    width: 400px; }
  .input_x-long {
    width: 480px; }
  .input_full-width {
    width: 100%; }
  .input_no-border {
    border: 0; }
  .input_no-border-radius {
    border-radius: 0 !important; }
  .input_right {
    text-align: right; }
  .input_separate {
    margin-bottom: 10px; }
  .input_error {
    border-color: #f33;
    -webkit-transition: .6s border-color ease;
    transition: .6s border-color ease;
    z-index: 5; }
    .input_error:hover, .input_error:focus {
      border-color: #f33; }

.input-group {
  display: inline-block;
  position: relative; }
  .input-group:before, .input-group:after {
    content: " ";
    display: table; }
  .input-group:after {
    clear: both; }
  .input-group_divided .input-group__item {
    margin-right: 7px; }
  .input-group_divided .input-group__item_nogutter {
    margin-right: 0; }
  .input-group_condensed .input-group__item + .input-group__item {
    margin-left: -1px; }
  .input-group_vertical .input-group__item {
    float: none; }
  .input-group_gray .input-group__item {
    border: 1px solid #d9d9d9;
    z-index: 0; }
    .input-group_gray .input-group__item:hover {
      border-color: #999999;
      z-index: 1; }
      .input-group_gray .input-group__item:hover:first-child {
        border-radius: 2px 0 0 2px;
        -webkit-transition: border-color 0.15s ease;
        transition: border-color 0.15s ease; }
      .input-group_gray .input-group__item:hover a {
        color: #333333; }
    .input-group_gray .input-group__item:first-child {
      border-radius: 2px 0 0 2px;
      -webkit-transition: border-color 0.15s ease, z-index 0.15s ease 0.15s;
      transition: border-color 0.15s ease, z-index 0.15s ease 0.15s; }
    .input-group_gray .input-group__item:last-child {
      border-radius: 0 2px 2px 0;
      -webkit-transition: border-color 0.15s ease;
      transition: border-color 0.15s ease; }
  .input-group_inrow {
    padding-left: 20px;
    padding-bottom: 6px; }
    .input-group_inrow .dropdown_select .dropdown__init {
      min-width: 240px;
      margin: 0; }
  .input-group_small .button {
    padding-right: 3px;
    padding-left: 3px; }
  .input-group__item {
    display: block;
    float: left;
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
    position: relative; }
    .input-group__item_hidden {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
      .input-group__item_hidden .spinner {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    .input-group__item_right-padding {
      padding-right: 30px; }
    .input-group__item_right-padding-short {
      padding-right: 10px; }
    .input-group__item_right-bottom-padding {
      padding-right: 10px;
      padding-bottom: 15px; }
    .input-group__item_right-padding-long {
      padding-right: 78px; }
    .input-group__item_stuck {
      margin-bottom: -1px; }
      .input-group__item_stuck .input_small {
        padding-top: 2px;
        padding-bottom: 3px; }
      .input-group__item_stuck .input-pseudo_before {
        top: 2px; }
    .input-group__item_middle {
      height: 24px;
      width: 24px;
      position: relative; }
    .input-group__item_large {
      width: 50px;
      height: 50px;
      position: relative; }
      .input-group__item_large .input-group__button {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
        .input-group__item_large .input-group__button .icon {
          margin-top: -16px;
          margin-left: -16px;
          position: absolute;
          top: 50%;
          left: 50%; }
  .input-group__title {
    display: block;
    font-weight: bold;
    color: #333333;
    padding: 20px 0 20px 35px; }
  .input-group__short {
    float: left; }
    .input-group__short:first-child {
      margin-right: -1px; }
  .input-group__standard:first-child {
    margin-right: -1px; }
  .input-group__medium {
    position: relative;
    float: left; }
    .input-group__medium:first-child {
      margin-right: -1px; }
  .input-group__hint {
    float: left;
    padding-left: 20px;
    color: #999999;
    font-size: 13px;
    width: 200px; }
  .input-group__sub {
    display: inline-block;
    vertical-align: baseline;
    padding: 10px 20px 10px;
    padding-left: 0;
    margin-right: 20px; }
    .input-group__sub_small {
      font-size: 13px;
      padding-bottom: 0;
      padding-top: 5px; }
  .input-group__validate {
    position: relative; }
    .input-group__validate_valid:before {
      font-size: 32px;
      background: #ffffff;
      content: '\e608';
      position: absolute;
      top: 3px;
      right: 3px;
      bottom: 1px;
      line-height: 37px;
      color: #117582;
      z-index: 10; }
    .input-group__validate .input {
      padding-right: 30px !important; }
  .input-group__button {
    padding: 0 !important;
    position: absolute !important;
    top: -5px;
    left: -4px; }
    .input-group__button .icon_32-plus, .input-group__button .icon_32-minus {
      top: -1px; }
    .input-group__button_large {
      top: 8px;
      left: 9px; }
  .input-group__clear {
    position: absolute;
    right: -1px;
    top: 1px;
    cursor: pointer;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    z-index: -1; }
    .input-group__clear_visible {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      visibility: visible;
      z-index: 10; }
    .input-group__clear .icon {
      color: #f33; }
    .input-group__clear .icon:before {
      font-size: 42px; }

.input-label {
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .input-label_divided .input-label__item {
    display: inline-block; }
  .input-label_divided .input-label__item + .input-label__item {
    padding-left: 15px; }
  .input-label_modular {
    display: block;
    padding-bottom: 20px;
    max-width: 380px; }
  .input-label__input + .input-label__title {
    margin-left: 0.7em; }
  .input-label__item_own-width {
    float: left; }
  .input-label__item_rest {
    overflow: hidden; }
  .input-label__title {
    display: inline-block; }

.input-pseudo {
  position: absolute;
  z-index: 11;
  color: #cccccc; }
  .input-pseudo_before {
    left: 0.45em;
    top: .35em; }
  .input-pseudo_after {
    right: 0.45em; }
  .input-pseudo_before + .input {
    padding-left: 48px;
    padding-left: 3rem; }
  .input-pseudo_after + .input {
    padding-right: 48px;
    padding-right: 3rem; }
  .input-pseudo_small {
    font-size: 13px;
    line-height: 1.33;
    padding-top: 1px; }
  .input-pseudo_large {
    font-size: 19px;
    line-height: 1.7; }
  .input-pseudo_x-large {
    font-size: 30px;
    color: #cccccc;
    top: 5px; }

.input-file {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.button {
  border-radius: 2px;
  display: block;
  outline: none;
  position: relative;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  background: #ffffff;
  padding: 10px 20px 10px;
  display: inline-block;
  border: 1px solid rgba(17, 117, 130, 0.5);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
  color: #117582; }
  .button::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .button_disabled, .button:disabled, .button[disabled], .button[disabled='disabled'] {
    border-color: #f2f2f2;
    border-color: #f2f2f2 !important;
    background-color: #f2f2f2;
    background-color: #f2f2f2 !important;
    pointer-events: none !important;
    color: #cccccc !important; }
    .button_disabled .button__arrowhead-path, .button:disabled .button__arrowhead-path, .button[disabled] .button__arrowhead-path, .button[disabled='disabled'] .button__arrowhead-path {
      fill: #f2f2f2 !important; }
    .button_disabled:hover, .button_disabled:active, .button_disabled:focus, .button_disabled:hover:active, .button:disabled:hover, .button:disabled:active, .button:disabled:focus, .button:disabled:hover:active, .button[disabled]:hover, .button[disabled]:active, .button[disabled]:focus, .button[disabled]:hover:active, .button[disabled='disabled']:hover, .button[disabled='disabled']:active, .button[disabled='disabled']:focus, .button[disabled='disabled']:hover:active {
      border-color: #f2f2f2;
      border-color: #f2f2f2 !important;
      background-color: #f2f2f2;
      background-color: #f2f2f2 !important;
      pointer-events: none !important;
      color: #cccccc !important; }
      .button_disabled:hover .button__arrowhead-path, .button_disabled:active .button__arrowhead-path, .button_disabled:focus .button__arrowhead-path, .button_disabled:hover:active .button__arrowhead-path, .button:disabled:hover .button__arrowhead-path, .button:disabled:active .button__arrowhead-path, .button:disabled:focus .button__arrowhead-path, .button:disabled:hover:active .button__arrowhead-path, .button[disabled]:hover .button__arrowhead-path, .button[disabled]:active .button__arrowhead-path, .button[disabled]:focus .button__arrowhead-path, .button[disabled]:hover:active .button__arrowhead-path, .button[disabled='disabled']:hover .button__arrowhead-path, .button[disabled='disabled']:active .button__arrowhead-path, .button[disabled='disabled']:focus .button__arrowhead-path, .button[disabled='disabled']:hover:active .button__arrowhead-path {
        fill: #f2f2f2 !important; }
  .button:hover, .button:focus {
    background-color: rgba(17, 117, 130, 0.15);
    border-color: rgba(17, 117, 130, 0.6);
    color: #117582; }
    .button:hover .button__arrowhead-path, .button:focus .button__arrowhead-path {
      fill: rgba(17, 117, 130, 0.15); }
  .button:active {
    border-color: #117582;
    background-color: rgba(17, 117, 130, 0.15); }
    .button:active .button__arrowhead-path {
      fill: #117582; }
  .button_xx-small {
    padding: 3px 10px 2px 10px;
    font-size: 11px; }
  .button_x-small {
    padding: 4px 10px 3px 10px;
    font-size: 11px; }
  .button_small {
    padding: 0 10px;
    font-size: 13px;
    min-height: 26px;
    line-height: 24px; }
    .status-columns .button_small {
      line-height: 15px !important;
      padding-top: 4px !important;
      padding-bottom: 4px !important; }
  .button_small-font {
    padding: 0 10px;
    font-size: 13px;
    height: 26px;
    line-height: 24px; }
  .button_large {
    padding: 11px 40px 11px 40px;
    border-radius: 3px;
    font-size: 19px; }
  .button_x-large {
    padding: 0 30px;
    border-radius: 5px;
    font-size: 30px;
    height: 70px;
    line-height: 68px !important; }
  .button_medium {
    font-size: 15px !important;
    padding: 0 10px !important;
    height: 26px;
    line-height: 24px; }
  .button_with-icon {
    min-height: 27px;
    line-height: 25px; }
  .button_primary {
    background-color: #117582;
    border-color: #117582;
    color: #ffffff; }
    .button_primary:hover, .button_primary:focus {
      background-color: #0B6571;
      color: #ffffff; }
      .button_primary:hover .button__arrowhead-path, .button_primary:focus .button__arrowhead-path {
        fill: #0B6571; }
    .button_primary:active {
      background-color: #09505a;
      border-color: #09505a; }
      .button_primary:active .button__arrowhead-path {
        fill: #09505a; }
    .button_primary .button__arrowhead-path {
      fill: #117582; }
  .button_info {
    background-color: #dae5fb;
    border-color: #dae5fb;
    color: #117582; }
    .button_info:hover, .button_info:focus {
      background-color: rgba(17, 117, 130, 0.25);
      border-color: rgba(17, 117, 130, 0.35); }
    .button_info:active {
      background-color: rgba(17, 117, 130, 0.35);
      border-color: rgba(17, 117, 130, 0.45); }
    .button_info .button__arrowhead-path {
      fill: #dae5fb; }
  .button_danger {
    border-color: #ff5959;
    border-color: rgba(255, 89, 89, 0.5);
    color: #ff5959; }
    .button_danger:hover, .button_danger:focus {
      border-color: rgba(255, 89, 89, 0.6);
      background-color: rgba(255, 89, 89, 0.1);
      color: #ff5959; }
    .button_danger:active {
      border-color: #ff5959;
      background-color: rgba(255, 89, 89, 0.2); }
  .button_warning {
    background-color: #ff5959;
    border-color: #ff5959;
    color: #ffffff; }
    .button_warning:hover, .button_warning:focus {
      border-color: #ff5959;
      background-color: #ff5959;
      color: #ffffff; }
    .button_warning:active {
      border-color: #d10000;
      background-color: #f33; }
    .button_warning .button__arrowhead-path {
      fill: #ff5959; }
  .button_dark, .button_dark:hover, .button_dark:focus, .button_dark:active {
    background-color: #555555;
    border-color: #555555;
    color: white; }
    .button_dark .button__arrowhead-path {
      fill: #555555; }
  .button_light {
    background: #d7e1ff;
    background: rgba(17, 117, 130, 0.15);
    color: #117582;
    border: 0;
    margin: 2px; }
  .button_lined:hover {
    background-color: #ffe6e6;
    background-color: rgba(255, 89, 89, 0.2);
    color: #ff5959;
    text-decoration: line-through; }
  .button_inline {
    padding: 0 5px;
    background: none;
    line-height: inherit !important; }
  .button_white {
    background-color: #ffffff;
    border-color: #ffffff; }
    .button_white:hover, .button_white:focus, .button_white:active {
      background-color: #f2f2f2;
      border-color: #f2f2f2; }
      .button_white:hover .button__arrowhead-path, .button_white:focus .button__arrowhead-path, .button_white:active .button__arrowhead-path {
        fill: #f2f2f2; }
  .button_link, .button_link:hover, .button_link:active, .button_link:focus {
    background: transparent;
    border-color: transparent; }
  .button_link-small {
    font-size: 15px;
    color: #999999; }
  .button_link-plain {
    color: #999999; }
  .button_larger-font {
    font-size: 17px; }
  .button_remove {
    background: transparent;
    border-color: transparent;
    text-align: center;
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
    color: #ff5959;
    padding-bottom: 6px;
    padding-top: 6px;
    margin-left: 5px;
    cursor: pointer; }
    .button_remove:hover, .button_remove:active {
      background: transparent;
      border-color: transparent;
      color: #117582; }
  .button_faded {
    color: #999999;
    background: transparent;
    border-color: rgba(0, 0, 0, 0.1); }
    .button_faded:hover, .button_faded:active {
      background: transparent;
      border-color: rgba(0, 0, 0, 0.3);
      color: #555555; }
  .button_full-width {
    width: 100%;
    box-sizing: border-box; }
  .button_no-bg {
    pointer-events: none; }
    .button_no-bg, .button_no-bg:hover, .button_no-bg:active {
      background: transparent !important; }
  .button_control {
    -webkit-font-smoothing: none;
    -moz-osx-font-smoothing: unset;
    line-height: 0;
    font-size: 30px;
    color: #333333; }
    .button_control.button_large {
      padding: 24px 15px; }
  .button_middle {
    display: inline-block;
    font-family: Arial, sans-serif;
    vertical-align: middle; }
    .ie-legacy .button_middle {
      top: 0; }
  .button_arrow {
    padding-left: 40px;
    border-radius: 5px 0 0 5px; }
    .button_arrow .button__arrowhead {
      display: block; }
  .button__arrowhead {
    position: absolute;
    top: -1px;
    right: -21px;
    display: none; }
  .button__arrowhead-path {
    fill: #ffffff;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease; }
  .button__cell {
    display: inline-block; }
    .button__cell_inherit {
      color: #333333; }
  .button__remove-icon {
    display: inline-block;
    height: 16px;
    position: relative; }
  .button__document-image {
    padding-right: 6px;
    margin-bottom: -4px;
    position: absolute;
    top: -3px;
    left: -1px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
    .button__document-image:before {
      font-size: 32px; }
  .button__document-text {
    padding-left: 21px; }

a.button,
label.button,
button.button,
input.button {
  cursor: pointer; }

.button-group .button {
  margin-left: -1px;
  border-radius: 0; }
  .button-group .button:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; }
  .button-group .button:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px; }

.button_muted, .button_muted.button_disabled, .button_muted.button:disabled, .button_muted.button[disabled], .button_muted.button[disabled='disabled'] {
  background-color: #117582 !important;
  border-color: #117582 !important;
  cursor: not-allowed !important;
  pointer-events: auto !important;
  color: rgba(255, 255, 255, 0.4) !important; }
  .button_muted:hover, .button_muted:focus, .button_muted:active, .button_muted.button_disabled:hover, .button_muted.button_disabled:focus, .button_muted.button_disabled:active, .button_muted.button:disabled:hover, .button_muted.button:disabled:focus, .button_muted.button:disabled:active, .button_muted.button[disabled]:hover, .button_muted.button[disabled]:focus, .button_muted.button[disabled]:active, .button_muted.button[disabled='disabled']:hover, .button_muted.button[disabled='disabled']:focus, .button_muted.button[disabled='disabled']:active {
    background-color: #117582 !important;
    border-color: #117582 !important;
    color: rgba(255, 255, 255, 0.4) !important;
    pointer-events: auto !important; }
  .button_muted .button__arrowhead-path, .button_muted.button_disabled .button__arrowhead-path, .button_muted.button:disabled .button__arrowhead-path, .button_muted.button[disabled] .button__arrowhead-path, .button_muted.button[disabled='disabled'] .button__arrowhead-path {
    fill: #117582 !important; }

.checkbox {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px; }
  .checkbox__real {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden; }
    .ie-legacy .checkbox__real {
      display: inline;
      visibility: visible;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      top: -8px; }
    .ie-legacy .item-sidebar .checkbox__real {
      display: inline;
      visibility: visible;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      top: -6px; }
  .checkbox__desc {
    display: inline-block;
    width: 220px;
    padding-left: 15px;
    color: #999999;
    position: relative;
    top: 3px; }
    .checkbox__desc_active {
      color: #117582; }
  .checkbox__real:checked ~ .checkbox__faux {
    background-color: #ffffff !important; }
  .checkbox__real:checked ~ .checkbox__faux:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .checkbox__real:focus ~ .checkbox__faux {
    border-color: #999999;
    background-color: #f7f7f7;
    z-index: 3; }
  .checkbox__faux {
    width: 18px;
    height: 18px;
    display: inline-block;
    border: 1px solid;
    border-color: #f2f2f2;
    border-color: rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    -webkit-transition: border-color 0.1s ease;
    transition: border-color 0.1s ease;
    position: relative; }
    .checkbox__faux:hover {
      border-color: #999999;
      z-index: 3; }
    .checkbox__faux:focus {
      border-color: #555555;
      z-index: 2; }
    .checkbox__faux_error {
      border-color: #ff5959; }
      .checkbox__faux_error:hover {
        border-color: #ff5959 !important; }
    .checkbox__faux:before {
      position: absolute;
      top: -12px;
      left: -4px;
      color: #117582;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-transition: opacity 0.1s ease;
      transition: opacity 0.1s ease; }
    .input-label:hover .checkbox__faux {
      border-color: #999999;
      background-color: #f7f7f7;
      z-index: 3; }
    .input-label:hover .checkbox__faux_error {
      border-color: #f33 !important; }
    .input-label:focus .checkbox__faux {
      border-color: #555555;
      z-index: 2; }
    .ie-legacy .checkbox__faux {
      display: none; }

.switcher:before, .switcher:after {
  content: " ";
  display: table; }

.switcher:after {
  clear: both; }

.registration .switcher {
  margin-bottom: 1%;
  font-size: 17px; }

.switcher__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block; }
  .switcher__list:before, .switcher__list:after {
    content: " ";
    display: table; }
  .switcher__list:after {
    clear: both; }

.switcher__item {
  margin-right: -1px;
  float: left;
  position: relative; }
  .switcher__item:before {
    content: '' !important; }

.switcher__label {
  display: block;
  cursor: pointer; }

.switcher__input {
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .ie-legacy .switcher__input {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 35%;
    left: 5%; }
  .switcher__input:checked + .switcher__name {
    background-color: #555555;
    border-color: #555555;
    color: #ffffff;
    z-index: 2; }

.switcher__name {
  display: block;
  outline: none;
  position: relative;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  min-width: 200px;
  padding: 10px 20px 10px;
  border: solid rgba(17, 117, 130, 0.5);
  border-width: 1px 1px 1px 0;
  display: block;
  box-sizing: border-box;
  text-align: center;
  font-size: 15px;
  color: #117582; }
  .switcher__name:hover, .switcher__name:focus {
    background-color: rgba(17, 117, 130, 0.15);
    border-color: rgba(17, 117, 130, 0.6);
    color: #117582; }
  .switcher__name:active {
    border-color: #117582;
    background-color: rgba(17, 117, 130, 0.15); }
  .switcher__name_short {
    min-width: 60px; }
  .switcher__name_large {
    font-size: 19px;
    padding-top: 4px;
    padding-bottom: 6px; }
  .switcher__item:first-child .switcher__name {
    border-left-width: 1px;
    border-radius: 2px 0 0 2px; }
  .switcher__item:last-child .switcher__name {
    border-radius: 0 2px 2px 0;
    margin-left: -1px; }
  .ie-legacy .switcher__name_ie-active {
    background-color: #555;
    color: #ffffff; }

.dropdown {
  display: inline-block;
  position: relative; }
  .dropdown:hover .dropdown__init:hover {
    border-color: #999999;
    z-index: 3; }
  .dropdown:hover .dropdown__init:focus {
    border-color: #555555;
    z-index: 2; }
  .dropdown:hover .dropdown__init_error {
    border-color: #ff5959; }
    .dropdown:hover .dropdown__init_error:hover {
      border-color: #ff5959 !important; }
  .dropdown_select .dropdown__init {
    min-width: 200px;
    margin: -7px 0;
    border: 1px solid #cccccc;
    border: 1px solid #cccccc; }
    .input-group__item_short-longer .dropdown_select .dropdown__init {
      min-width: 150px;
      width: 150px;
      padding: 10px 20px 8px;
      margin-right: -1px; }
  .dropdown_select .dropdown__init_error {
    border-color: #f33;
    -webkit-transition: .6s border-color ease;
    transition: .6s border-color ease;
    z-index: 4; }
    .dropdown_select .dropdown__init_error:hover {
      border-color: #f33 !important;
      z-index: 4; }
  .dropdown_select .dropdown__options {
    width: 100%; }
  .dropdown_extended {
    white-space: nowrap; }
    .dropdown_extended .dropdown__options {
      width: auto; }
  .dropdown__init {
    margin: -10px;
    padding: 10px 20px 10px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-radius: 2px;
    display: block;
    outline: none;
    position: relative;
    box-sizing: border-box;
    -webkit-transition: border-color 0.1s ease;
    transition: border-color 0.1s ease; }
    .dropdown__init_short {
      max-width: 100px; }
    .dropdown_opened .dropdown__init {
      border-color: #999999;
      z-index: 4; }
    .dropdown__init:before {
      margin-top: -8px;
      position: absolute;
      right: 7px;
      top: 50%; }
      .dropdown_aside .dropdown__init:before {
        right: 0; }
  .dropdown__key {
    display: inline-block; }
    .dropdown__key_complementary {
      padding-left: 1em;
      padding-right: 1em;
      color: #999999; }
    .dropdown__key_link {
      color: #117582;
      -webkit-transition: color 0.1s ease;
      transition: color 0.1s ease; }
      .dropdown__key_link:hover {
        color: #7AB2B9; }
      .dropdown__key_link:focus {
        outline-width: 1px;
        outline-color: #7AB2B9; }
      .dropdown_opened .dropdown__key_link {
        color: #333333; }
    .dropdown__key_placeholder {
      color: #cccccc; }
  .dropdown__options {
    position: absolute;
    top: 42px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    display: none;
    z-index: 11; }
    .dropdown_opened .dropdown__options {
      display: block;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    .dropdown_aside .dropdown__options {
      right: -0.5em;
      left: auto; }
  .dropdown__real-select {
    padding: 0 7px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 1px;
    -webkit-appearance: none;
    background: #ffffff;
    border: 0; }

.flag-dropdown {
  display: none; }

.message {
  padding: 11px 10px;
  background: #f2f2f2;
  border-radius: 3px;
  text-align: center; }

.list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .list__item {
    position: relative;
    padding-left: 2em; }
    .list__item:before {
      content: '';
      width: 4px;
      height: 4px;
      background: #117582;
      border-radius: 2px;
      display: block;
      position: absolute;
      top: 0.8em;
      left: 0; }

.pagination:before, .pagination:after {
  content: " ";
  display: table; }

.pagination:after {
  clear: both; }

.pagination__section {
  float: left; }
  .pagination__section_aside {
    float: right; }

.pagination__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block; }

.pagination__item {
  margin: -9px -13px;
  padding: 9px 13px;
  display: inline-block;
  color: #999999; }

.pagination__link {
  padding: 9px 13px;
  border-radius: 2px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  display: block;
  color: #999999; }
  .pagination__link:hover, .pagination__item_active .pagination__link {
    background: #f2f2f2;
    color: #555555; }

.breadcrumbs {
  white-space: nowrap; }
  .breadcrumbs:before, .breadcrumbs:after {
    content: " ";
    display: table; }
  .breadcrumbs:after {
    clear: both; }
  .main-bar .breadcrumbs {
    margin-top: -10px; }
  .breadcrumbs__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block; }
  .breadcrumbs__item {
    padding: 10px 40px 10px 0;
    position: relative;
    float: left;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .breadcrumbs__item:last-child {
      max-width: 400px; }
    .breadcrumbs__item:last-child:before {
      display: none; }
    .breadcrumbs__item:before {
      position: absolute;
      top: 12px;
      right: 11px; }
  .breadcrumbs__link {
    max-width: 320px;
    margin: -10px;
    padding: 10px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333; }

.options {
  max-height: 500px;
  padding: 8px 5px 12px;
  background: #ffffff;
  display: block;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  overflow-y: auto;
  overflow-x: hidden;
  white-space: nowrap; }
  .dropdown_extended .options {
    overflow-x: auto; }
    .dropdown_extended .options .options__list {
      display: inline-block; }
    .dropdown_extended .options .options__list {
      min-width: 280px; }
  .options__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    white-space: normal; }
    .options__list_single {
      margin-top: 35px;
      display: block !important; }
      .dropdown_extended .options__list_single {
        max-width: 230px; }
  .options__item {
    -webkit-transition: background-color 0.1s ease;
    transition: background-color 0.1s ease;
    padding: 8px 20px;
    position: relative;
    display: block;
    box-sizing: border-box; }
    .options__item_title {
      pointer-events: none; }
      .options__item_title:hover {
        cursor: default;
        background: transparent !important;
        color: #999999 !important; }
    .options__item_selected {
      pointer-events: none;
      font-weight: 700;
      color: #000000; }
    .options_with-tip .options__item {
      padding-left: 40px; }
    .options_with-tip .options__item_selected {
      padding-left: 40px;
      font-weight: 400; }
    .options_with-tip .options__item_selected:before {
      position: absolute;
      top: 1px;
      left: 6px; }
    .options__item:hover {
      background-color: rgba(0, 0, 0, 0.05);
      border-radius: 3px;
      color: #000000; }
  .options__link {
    cursor: pointer;
    margin: -8px -20px;
    padding: 8px 20px;
    display: block;
    color: #333333;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease; }
    .options_with-tip .options__link {
      margin-left: -40px;
      padding-left: 40px; }
    .options__link_plain {
      color: #117582;
      -webkit-transition: color 0.1s ease;
      transition: color 0.1s ease; }
      .options__link_plain:hover {
        color: #7AB2B9; }
      .options__link_plain:focus {
        outline-color: #7AB2B9; }
  .dropdown_extended .options__key {
    margin-right: 10px; }
  .options__key_complementary {
    color: #999999; }
    .dropdown_extended .options__key_complementary {
      float: right; }
  .options__caption {
    padding: 0 20px 0 40px;
    white-space: normal;
    font-size: 13px;
    color: #999999; }

.label {
  height: 16px;
  line-height: 16px;
  display: inline-block;
  padding: 0 7px;
  background: #cccccc;
  border-radius: 3px;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 11px;
  white-space: nowrap;
  color: #ffffff; }
  .label_warning {
    background: #ff5959; }
  .label_larger {
    padding: 4px 8px 3px;
    font-size: 13px; }
  .label_top {
    vertical-align: top !important; }
  .label_no-bg {
    background: transparent;
    color: #cccccc; }
    .label_no-bg.label_warning {
      color: #ff5959; }
  .label__sub {
    position: relative;
    top: 2px; }

.icon-control {
  cursor: pointer;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
  text-align: center;
  position: relative;
  color: #999999; }
  .icon-control:hover {
    color: #7AB2B9; }
    .icon-control:hover .icon_32-star {
      color: #999999; }
    .icon-control:hover .icon-control__input:checked + .icon-control__icon .icon_32-star {
      color: #117582 !important; }
  .icon-control .icon_32-star {
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease; }
  .icon-control_circle {
    width: 23px;
    height: 23px; }
  .icon-control_help {
    position: relative;
    display: inline-block; }
    .icon-control_help .icon {
      margin: -17px 0 0 -16px; }
      .item-sidebar .icon-control_help .icon {
        margin: -17px 0 0 -15px; }
  .icon-control__text {
    vertical-align: top; }
    .icon-control__text_fav {
      display: none;
      color: #117582; }
  .icon-control__icon {
    display: inline-block; }
    .icon-control__icon_centered {
      position: relative;
      top: -7px;
      color: #dddddd; }
    .icon-control__icon_star {
      color: #dddddd; }
    .ie-legacy .icon-control__icon {
      left: 0; }
  .icon-control__input {
    position: absolute;
    top: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    .ie-legacy .icon-control__input {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      top: -6px;
      left: 100%; }
    .ie-legacy .main-bar .icon-control__input {
      top: 5px;
      left: 103%; }
  .icon-control__input:checked + .icon-control__icon, .icon-control__input:checked ~ .icon-control__text {
    color: #117582 !important; }
  .icon-control__input:checked ~ .icon-control__text_plain {
    display: none; }
  .icon-control__input:checked ~ .icon-control__text_fav {
    display: inline-block; }

.link-control {
  padding: 0 3px;
  border: 1px solid #DAE5FB;
  display: inline-block;
  background: #DAE5FB;
  background: rgba(17, 117, 130, 0.15);
  border-radius: 3px;
  color: #117582;
  cursor: pointer;
  -webkit-transition: border-color 0.15s ease, background-color 0.15s ease;
  transition: border-color 0.15s ease, background-color 0.15s ease; }
  .link-control:hover {
    background-color: rgba(17, 117, 130, 0.35);
    border-color: #7AB2B9;
    color: #117582; }
  .link-control_toright {
    position: relative;
    left: 11px;
    padding: 5px 10px;
    margin-top: -4px; }
  .link-control + .link-control {
    margin-left: 2px; }

.accent {
  padding: 5px 10px;
  display: inline-block;
  border-radius: 3px; }
  .accent_warning {
    background: #ffe6e6;
    color: #ff5959; }
  .accent_toright {
    position: relative;
    left: 9px; }
  .accent_no-bg {
    cursor: default;
    background-color: transparent; }

.hr {
  margin: 0;
  padding: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 2px solid #117582; }
  .hr_negative-x {
    margin: 0 -20px; }

.spinner {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url("../images/spinner.png") no-repeat 0 0;
  -webkit-animation: spin 0.7s linear infinite;
          animation: spin 0.7s linear infinite; }
  .spinner_middle {
    margin: 4px 0 0;
    position: absolute;
    top: 50%; }

.insert {
  padding: 0 0 16px; }
  .insert__line {
    border: solid rgba(0, 0, 0, 0.1);
    border-width: 1px 0; }
    .insert__line + .insert__line {
      border-top: 0; }
  .insert__table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    display: table;
    font-size: 19px; }
    .insert__table td {
      empty-cells: show; }
  .insert__row {
    display: table-row; }
  .insert__cell {
    padding: 14px 0 7px;
    display: table-cell;
    text-align: right; }
    .insert__cell:first-child {
      text-align: left; }
  .insert__note {
    padding: 0 0 16px;
    color: #999999; }

.figure {
  width: 100%;
  max-width: 160px;
  margin: 0;
  position: relative; }
  .table-cell .figure {
    margin: -10px 0 0;
    display: inline-block;
    vertical-align: top; }
  .figure__inner {
    position: relative;
    display: block; }
    .figure__inner_no-photo {
      height: 120px;
      width: 160px; }
      .figure__inner_no-photo:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #f2f2f2;
        z-index: 0; }
      .figure__inner_no-photo:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        background-image: url(../images/car-placeholder.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 113px 39px; }
  .figure__link {
    display: block;
    color: #333333;
    position: relative; }
  .figure__complementary {
    display: block;
    margin-bottom: 5px; }
  .figure__state {
    padding: 5px 10px;
    margin-bottom: 5px;
    border-radius: 0 0 2px 2px;
    display: block;
    text-align: center; }
    .figure__state_ok {
      background: #D9E9EB;
      color: #117582; }
  .figure__icon {
    margin: 5px;
    padding: 6px 10px 5px;
    border-radius: 3px;
    background: #333333;
    background: rgba(51, 51, 51, 0.8);
    position: absolute;
    line-height: 1;
    color: #ffffff; }
    .figure__icon_red {
      background-color: #ff5959; }
  .figure__flag {
    position: absolute;
    left: 0;
    bottom: 0; }
    .figure__flag .flag {
      vertical-align: bottom; }
  .figure__caption {
    padding: 5px 0;
    font-size: 13px;
    text-align: left; }
    .figure-group_vertical .figure__caption {
      padding-bottom: 0; }
  .figure__footer {
    font-size: 13px; }
  .figure__image {
    width: 100%;
    height: auto;
    vertical-align: top; }
  .figure__sub {
    padding: 5px 0 0;
    display: block; }
    .figure__sub_note {
      color: #999999; }
    .figure__sub_plain {
      padding-top: 8px;
      color: #999999; }
    .figure__sub_warning {
      padding-top: 10px;
      margin-bottom: -6px;
      color: #ff5959; }
    .figure__sub_inline {
      display: inline-block;
      padding-right: 5px; }

.figure-group {
  border-radius: 2px;
  font-size: 13px; }
  .figure-group .figure-group__help .icon {
    margin: -17px 0 0 -16px; }
  .figure-group:hover .figure-group__title .icon-control_help {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .figure-group_vertical {
    padding: 10px;
    margin: 0 0 20px;
    text-align: center; }
    .figure-group_vertical > * {
      text-align: left; }
    .figure-group_vertical .figure {
      max-width: 100%; }
    .figure-group_vertical .figure-group__list {
      display: block; }
      .figure-group_vertical .figure-group__list:after {
        display: none; }
    .figure-group_vertical .figure-group__item {
      margin-right: 0;
      margin-bottom: 25px;
      display: block; }
      .figure-group_vertical .figure-group__item_compact {
        margin-bottom: 15px; }
  .figure-group_warning {
    background: #ffdede; }
    .figure-group_warning .figure-group__title {
      color: #ff5959; }
    .figure-group_warning .figure-group__item {
      margin-bottom: 0; }
      .figure-group_warning .figure-group__item + .figure-group__control {
        margin-top: 15px; }
      .figure-group_warning .figure-group__item + .figure-group__item {
        margin-top: 15px; }
  .figure-group_ok {
    background: #D9E9EB; }
    .figure-group_ok .figure-group__title {
      color: #117582; }
    .figure-group_ok .figure-group__item {
      margin-bottom: 15px; }
  .figure-group__title {
    padding: 0 15px 15px 0;
    color: #999999;
    position: relative; }
    .figure-group__title .icon-control_help {
      position: absolute;
      right: -10px;
      top: -4px;
      visibility: hidden;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-transition: visibility 0.15s ease, opacity 0.15s ease;
      transition: visibility 0.15s ease, opacity 0.15s ease; }
  .figure-group__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: justify; }
    .figure-group__list:after {
      content: '';
      width: 100%;
      display: inline-block; }
  .figure-group__item {
    margin-right: -4px;
    display: inline-block;
    vertical-align: top; }
    .figure-group__item_link {
      padding-top: 5px; }
  .figure-group__footer {
    min-width: 130px;
    margin: 0 auto; }
  .figure-group_warning .figure-group__control + .figure-group__item, .figure-group_ok .figure-group__control + .figure-group__item {
    margin-top: 25px; }

.figure-informer {
  padding: 5px 10px 4px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  font-size: 13px; }
  .figure-informer:before, .figure-informer:after {
    content: " ";
    display: table; }
  .figure-informer:after {
    clear: both; }
  .figure-informer_warning {
    background: #ff5959;
    color: #ffffff; }
  .figure-informer__item {
    float: left; }
    .figure-informer__item_aside {
      float: right; }
    .figure-informer__item_accent {
      text-transform: uppercase;
      font-weight: 700; }

.h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 400; }

.h3 {
  font-size: 21px;
  line-height: 1.09524;
  font-weight: 400; }

@-webkit-keyframes promo-slideshow {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 1; }
  49% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  50% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 2; }
  99% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 1; } }

@keyframes promo-slideshow {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 1; }
  49% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  50% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 2; }
  99% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 1; } }

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

@keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

.head {
  min-width: 1000px;
  padding: 0 0 2px;
  background: #f2f2f2;
  position: relative;
  z-index: 14; }
  .head:after {
    content: '';
    width: 100%;
    border-bottom: 2px solid #117582;
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 4; }
  .head_fixed {
    width: 100%;
    position: fixed;
    top: -74px; }
    .head_fixed .head__line_2-nogutter {
      border-top: 0; }
  .head__line {
    padding: 0 20px; }
    .head__line:before, .head__line:after {
      content: " ";
      display: table; }
    .head__line:after {
      clear: both; }
    .head__line_1 {
      min-height: 74px; }
    .head__line_2 {
      min-height: 41px;
      border-top: 1px solid #d9d9d9; }
    .head__line_2-nogutter {
      min-height: 41px;
      border-top: 1px solid #d9d9d9;
      padding-right: 0; }
  .head__wrapper {
    margin: 0 -20px; }
  .head__section {
    background: #f2f2f2;
    float: left;
    position: relative; }
    .head__section:before, .head__section:after {
      content: " ";
      display: table; }
    .head__section:after {
      clear: both; }
    .head__section_aside {
      float: right;
      margin-left: -100%; }
    .head__section_1 {
      padding: 18px 0 0; }
    .head__section_2 {
      max-height: 40px; }
  .head__sub-section {
    padding: 0 10px;
    display: inline-block;
    vertical-align: baseline; }
    .head__sub-section:last-child {
      padding-right: 0; }
    .head__sub-section_logo {
      min-width: 144px;
      padding: 19px 16px 0 0;
      vertical-align: top; }
    .head__sub-section_switcher {
      padding-top: 19px; }
  .head__inprint {
    display: none;
    padding-left: 10px;
    position: relative;
    top: 6.66667px; }

.head-logo {
  margin: 0;
  color: #117582; }
  .head-logo__text {
    position: fixed;
    top: -1000px; }

.head-switcher {
  font-size: 19px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block; }
  .head-switcher__item {
    padding: 5px 15px;
    display: inline-block;
    vertical-align: baseline; }
    .head-switcher__item_active {
      border-radius: 3px;
      background: #d9d9d9;
      color: #333333; }
  .head-switcher__link {
    margin: -5px -16px;
    padding: 5px 15px;
    display: block;
    color: #333333; }

.head-phone, .head-phone a {
  font-size: 19px;
  color: #999999;
  cursor: text; }

.head-secondary {
  padding: 10px 0 0;
  color: #999999; }

_::-moz-range-track, body:last-child .head-secondary {
  padding-top: 11px; }

.login-box {
  position: relative; }
  .login-box .input-group {
    min-width: 400px;
    display: block;
    position: relative;
    left: 1px; }
  .login-box .input-group__item:last-child input {
    border-right: 0; }
  .login-box_active {
    z-index: 5; }
    .login-box_active .login-box__dropdown {
      display: block;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .login-box_show-error .login-box__error {
    display: block; }
    .login-box_show-error .login-box__error ~ * {
      display: none; }
  .login-box__form:before, .login-box__form:after {
    content: " ";
    display: table; }
  .login-box__form:after {
    clear: both; }
  .login-box__sub {
    padding-right: 0; }
    .login-box__sub_button {
      padding: 0;
      float: right; }
    .login-box__sub_group {
      float: left; }
  .login-box__input {
    height: 44px;
    padding-top: 0;
    padding-bottom: 5px;
    top: -1px;
    border-radius: 0; }
    .login-box__input:hover {
      z-index: 2; }
    .login-box__input::-moz-placeholder {
      color: #999999 !important; }
    .login-box__input.input_error {
      color: #ff5959;
      border-color: #cccccc; }
    .login-box__input.input_error {
      z-index: 2; }
      .login-box__input.input_error:hover {
        border-color: #999999 !important;
        z-index: 2; }
      .login-box__input.input_error:focus {
        border-color: #555555 !important;
        z-index: 2; }
      .login-box__input.input_error::-webkit-input-placeholder {
        color: #ff5959; }
  .login-box__submit {
    padding: 10px 18px 12px;
    font-size: 15px;
    border-radius: 0 2px 2px 0;
    position: relative;
    top: -1px; }
    .login-box__submit_not-allowed {
      cursor: not-allowed !important; }
  .login-box__dropdown {
    margin-top: -2px;
    padding-right: 1px;
    left: 1px;
    background: #ffffff;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3), inset 0 1px 0 0 #d9d9d9;
    border-radius: 0 0 3px 3px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    display: none;
    position: absolute;
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
    font-size: 13px;
    color: #999999; }
    .login-box__dropdown:before, .login-box__dropdown:after {
      content: " ";
      display: table; }
    .login-box__dropdown:after {
      clear: both; }
  .login-box__dropdown-item {
    width: 163px;
    padding: 11px 14px 10px 22px;
    float: left; }
    .login-box__dropdown-item .checkbox {
      top: 0; }
  .login-box__link {
    color: #999999;
    display: block;
    padding: 2px 0; }
  .login-box__error {
    display: none;
    color: #ff5959; }

_::-moz-range-track, body:last-child .login-box__input {
  padding-bottom: 0; }

.head-user-menu:before, .head-user-menu:after {
  content: " ";
  display: table; }

.head-user-menu:after {
  clear: both; }

.head-user-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block; }

.head-user-menu__item {
  padding: 10px 19px 11px;
  float: left;
  display: block;
  position: relative; }
  .head-user-menu__item + .head-user-menu__item {
    border-left: 1px solid rgba(0, 0, 0, 0.1); }
  .head-user-menu__item:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0.1); }
  .head-user-menu__item_date {
    color: #999999; }
  .head-user-menu__item_active {
    background: #ffffff;
    z-index: 5; }
    .head-user-menu__item_active:after {
      content: '';
      border-bottom: 4px solid #ffffff;
      position: absolute;
      right: 0;
      bottom: -2px;
      left: 0;
      z-index: 4; }

.head-user-menu__link {
  margin: -10px -19px -11px;
  padding: 11px 19px 11px;
  display: block;
  color: #333333; }

.head-user-menu__sub {
  display: inline-block; }
  .head-user-menu__sub + .head-user-menu__sub {
    margin-left: 10px; }
  .head-user-menu__sub_count {
    color: #999999; }
  .head-user-menu__sub_warning {
    color: #ff5959; }
  .head-user-menu__sub_accent {
    color: #117582; }

.head__section_aside .head-user-menu__item:last-child,
.head__section_aside .head-user-menu__item:last-child .head-user-menu__link {
  border-right: 0; }

.head-nav {
  margin: 0 -10px; }
  .head-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block; }
  .head-nav__item {
    margin: 0 0 0 -4px;
    padding: 10px;
    display: inline-block;
    vertical-align: baseline; }
  .head-nav__link {
    margin: -10px;
    padding: 10px;
    color: #333333;
    display: block; }

.lang-switcher {
  -webkit-transition: border-color 0.1s ease;
  transition: border-color 0.1s ease;
  padding: 9px 15px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  color: #333333;
  position: relative;
  font-size: 13px;
  z-index: 6;
  cursor: pointer; }
  .lang-switcher .dropdown__options {
    right: 0;
    top: 37px;
    font-size: 15px; }
    .lang-switcher .dropdown__options .options__link:hover {
      color: #333333; }
  .lang-switcher:hover {
    border-color: #999999; }
  .lang-switcher__init {
    padding: 10px 0;
    width: 40px;
    text-align: center; }
    .lang-switcher__init:before {
      display: none; }

.promo-list {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  z-index: 4;
  background-color: #ffffff; }
  .promo-list:before, .promo-list:after {
    content: " ";
    display: table; }
  .promo-list:after {
    clear: both; }
  .promo-list__list {
    -webkit-transition: left .6s ease-in-out;
    transition: left .6s ease-in-out;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
    position: relative; }
  .promo-list__item {
    width: 100%;
    display: block;
    float: left;
    background-size: cover; }

.promo {
  height: 400px;
  display: block;
  background: #117582;
  position: relative;
  z-index: 3;
  color: #ffffff;
  text-decoration: none; }
  .promo:hover {
    color: #ffffff; }
  .promo_no-bg {
    background-color: transparent; }
  .promo_video {
    height: 300px;
    background: transparent url(../images/how-to-buy/promo.jpg) no-repeat;
    background-size: cover; }
    .ie-legacy .promo_video image {
      position: absolute;
      top: 30%;
      left: 34%; }
  .promo__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3; }
  .promo__mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(17, 117, 130, 0.6); }
  .promo__inner {
    height: 400px;
    padding: 30px 0 0;
    background: no-repeat 100% 100%;
    background: no-repeat calc(100% - 40px) 100%;
    position: relative; }
  .promo__line {
    padding: 0 20px; }
    .promo__line_control {
      position: absolute;
      bottom: 40px;
      z-index: 4; }
  .promo__content {
    font-size: 30px;
    line-height: 1; }
  .promo__sub_single {
    font-size: 40px;
    max-width: 745px;
    padding-bottom: 40px; }
    .promo__sub_single_narrow {
      max-width: 400px;
      line-height: 1.1;
      font-size: 30px;
      padding-top: 40px;
      padding-left: 20px; }
  .promo__sub_compact {
    padding-bottom: 40px; }
  .promo__sub_columns:before, .promo__sub_columns:after {
    content: " ";
    display: table; }
  .promo__sub_columns:after {
    clear: both; }
  .promo__column {
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-right: 10px; }
    .promo__column:last-child {
      padding-right: 0; }
  .promo__column-inner {
    padding-right: 20px;
    font-size: 23px; }
    .promo__column-inner_small {
      font-size: 19px;
      line-height: 23px; }
    .promo__column-inner_full {
      padding-top: 5px;
      line-height: 32px; }
  .promo__ps {
    padding: 18px 0 0;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
  .promo__image {
    width: 100%; }
  .promo__trigger {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 144px;
    height: 144px;
    margin: -72px 0 0 -72px;
    border-radius: 50%;
    background-color: #ffffff;
    cursor: pointer;
    z-index: 8; }
  .promo__trigger-image {
    position: absolute;
    top: 31%;
    left: 37%; }
  .promo__trigger-text {
    position: absolute;
    top: 38%;
    right: -100%; }
  .promo__icon {
    width: 64px;
    height: 60px;
    margin-bottom: 10px; }
    .promo__icon_top {
      position: relative;
      top: -4px; }
    .promo__icon_left {
      position: relative;
      left: -5px; }
    .promo__icon_bottom {
      position: relative;
      top: 2px; }

.main-bar {
  height: 50px;
  background: #ffffff;
  position: relative;
  z-index: 3;
  color: #999999; }
  .main-bar_bordered {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .main-bar__inner {
    padding: 16px 20px 0; }
    .main-bar__inner:before, .main-bar__inner:after {
      content: " ";
      display: table; }
    .main-bar__inner:after {
      clear: both; }
  .main-bar__group {
    float: left; }
    .main-bar__group_aside {
      margin-left: -100%;
      float: right; }
      .main-bar__group_aside .dropdown__options {
        width: 250px; }
      .main-bar__group_aside > a.main-bar__plain {
        padding-right: 0; }
      .main-bar__group_aside > .icon-control {
        width: 170px;
        text-align: right; }
      .main-bar__group_aside .dropdown_aside {
        position: relative;
        left: -7px; }
        .main-bar__group_aside .dropdown_aside + .dropdown_aside {
          margin-left: 25px; }
      .main-bar__group_aside .dropdown__options {
        left: -36px;
        top: 35px; }
  .main-bar__plain {
    padding-right: 60px;
    color: #999999;
    vertical-align: top; }
  .main-bar .icon-control {
    display: inline-block;
    vertical-align: top; }

.filter {
  background: #ffffff;
  word-break: break-all;
  margin-bottom: 200px; }
  .filter__section_gutter {
    margin: 20px; }

.filter-main {
  position: relative; }
  .filter-main:after {
    content: '';
    display: block;
    background: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: -2000px;
    left: 0;
    z-index: 2; }
  .filter-main__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block; }
  .filter-main__item {
    display: block;
    position: relative; }
    .filter-main__item_disabled {
      pointer-events: none; }
      .filter-main__item_disabled:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10; }
      .filter-main__item_disabled.filter-main__item_active .filter-sub, .filter-main__item_disabled.filter-main__item_active .filter-sub_active {
        display: none !important; }
      .filter-main__item_disabled.filter-main__item_active:hover .filter-main__content {
        background: #ffffff; }
      .filter-main__item_disabled.filter-main__item_active:hover .filter-sub, .filter-main__item_disabled.filter-main__item_active:hover .filter-sub_active {
        display: none !important; }
      .filter-main__item_disabled.filter-main__item_active .filter-main__content:after {
        display: none !important; }
      .filter-main__item_disabled .filter-main__content:before {
        display: none; }
      .filter-main__item_disabled .filter-main__plain {
        color: #cccccc; }
      .filter-main__item_disabled .filter-sub, .filter-main__item_disabled .filter-sub_active {
        display: none !important; }
      .filter-main__item_disabled .filter-main .flag:hover {
        opacity: 1 !important;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .filter-main__item:hover .filter-main__content, .filter-main__item_active .filter-main__content {
    background: #f7f7f7;
    color: inherit; }
  .filter-main__content {
    padding: 10px 10px 11px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    position: relative;
    z-index: 4;
    color: #333333; }
    .filter-main__content_narrow {
      padding: 5px 6px 5px 20px; }
    .filter-main__item_active .filter-sub + .filter-main__content:after {
      content: '';
      border-right: 1px solid #f7f7f7;
      display: block;
      position: absolute;
      top: 0;
      right: -1px;
      bottom: 0;
      z-index: 4; }
    .filter-main__item_active .filter-main__content:before {
      color: #333333; }
  .filter-main__line {
    display: block; }
    .filter-main__line:first-child + .filter-main__line {
      margin-top: 5px; }
    .filter-main__line_sub {
      display: inline-block;
      margin: 5px 8px 0 0; }
      .filter-main__line_sub .flag {
        -webkit-transition: opacity 0.1s ease;
        transition: opacity 0.1s ease; }
        .filter-main__line_sub .flag:hover {
          opacity: .5;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
    .filter-main__line .button_small {
      line-height: 26px; }
      .filter-main__line .button_small.button_light {
        margin-left: 0;
        margin-right: 1px;
        margin-top: 0;
        margin-bottom: 1px;
        font-size: 15px; }
  .filter-main__input {
    float: right; }
    .filter-main__input .checkbox {
      top: 0; }

a.filter-main__content:before {
  position: absolute;
  top: 12px;
  right: 10px;
  color: #999999; }

.filter-sub {
  padding: 5px 10px;
  display: none;
  position: absolute;
  top: 0;
  left: 249px;
  -webkit-transform: translateX(-249px);
      -ms-transform: translateX(-249px);
          transform: translateX(-249px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  white-space: nowrap; }
  .filter-sub_visible {
    display: block; }
  .filter-sub_active {
    display: block;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .filter-main_not-first .filter-sub {
    -webkit-transition: none;
    transition: none; }
    .filter-main_not-first .filter-sub_active {
      display: block; }
  .filter-sub:before {
    content: ' ';
    display: block;
    background: #f7f7f7;
    box-shadow: 1px 0 1px 0 #e5e5e5;
    position: absolute;
    top: -5000px;
    right: -50px;
    bottom: -5000px;
    left: 0;
    z-index: 1;
    font-size: 0; }
  .filter-sub:after {
    content: ' ';
    width: 50px;
    display: block;
    background-image: -webkit-linear-gradient(right, transparent, rgba(0, 0, 0, 0.15) 100%);
    background-image: linear-gradient(270deg, transparent, rgba(0, 0, 0, 0.15) 100%);
    position: absolute;
    top: -5000px;
    right: -100px;
    bottom: -5000px;
    left: auto;
    z-index: 1;
    font-size: 0; }
  .filter-sub__wrapper {
    position: relative;
    z-index: 2;
    max-width: 800px;
    overflow-x: auto; }
    .filter-sub__wrapper:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      position: absolute;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      z-index: -1;
      visibility: hidden;
      background-color: #f7f7f7;
      -webkit-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease; }
    .filter-sub__wrapper_special {
      overflow: visible; }
    .filter-sub__wrapper_processing:after {
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      visibility: visible;
      z-index: 2; }
  .filter-sub__column {
    width: 165px;
    display: inline-block;
    vertical-align: top;
    white-space: normal; }
  .filter-sub__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block; }
  .filter-sub__item {
    padding: 0 0 11px;
    display: block;
    white-space: normal; }
  .filter-sub__label {
    cursor: pointer; }
  .filter-sub__checkbox {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute; }
    .filter-sub__checkbox:checked + .filter-sub__content {
      background: #d7e1ff;
      background: rgba(17, 117, 130, 0.15);
      color: #117582; }
  .filter-sub__content {
    padding: 6px 10px 5px;
    display: block;
    border-radius: 3px;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    color: #333333; }
    .filter-sub__content:hover {
      background: rgba(0, 0, 0, 0.05); }
    .filter-sub__content_title {
      color: #999999; }
    .filter-sub__content_title:hover {
      background: none; }
  .filter-sub__plain {
    display: inline-block;
    vertical-align: top;
    padding-right: 2px; }
  .filter-sub__count {
    font-size: 13px;
    color: #999999;
    white-space: nowrap; }
  .filter-sub__subline {
    padding: 20px 10px 10px;
    white-space: normal;
    word-wrap: normal;
    display: block;
    position: relative;
    overflow: visible; }
    .filter-sub__subline:before {
      content: '';
      position: absolute;
      top: 20px;
      left: 10px;
      right: 0;
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .filter-sub__subline p {
      display: block;
      word-break: normal;
      font-size: 15px;
      line-height: 20px;
      color: #999999; }

.filter-controls {
  position: relative;
  z-index: 5; }
  .filter-controls__footer {
    padding: 10px 0 0; }

.filter-saved__title {
  padding: 7px 0 6px;
  color: #999999; }

.filter-saved__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block; }

.filter-saved__item {
  display: block;
  position: relative; }
  .filter-saved__item:before, .filter-saved__item:after {
    content: " ";
    display: table; }
  .filter-saved__item:after {
    clear: both; }

.filter-saved__link {
  padding: 5px 0 6px;
  display: inline-block;
  color: #555555; }

.filter-saved__remove {
  width: 16px;
  margin: 5px 0 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  float: right;
  text-align: center;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  color: #ff5959; }
  .filter-saved__item:hover .filter-saved__remove {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .filter-saved__remove.data-show-open {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .filter-saved__remove .warning-popover {
    left: auto;
    right: -90px; }

.table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }
  .table__row {
    border-bottom: 1px solid #d9d9d9; }
    .has-filter .table__row:last-child, .form__primary .table__row:last-child {
      border: 0; }
    .table__row_header {
      border-bottom: 0; }

.table-cell {
  padding: 20px 10px 0;
  vertical-align: top; }
  .table-cell:first-child {
    padding-left: 0;
    padding-right: 60px; }
  .table-cell_right {
    text-align: right;
    padding-left: 0; }
  .table-cell__group {
    display: block;
    position: relative; }
    .table-cell__group:before, .table-cell__group:after {
      content: " ";
      display: table; }
    .table-cell__group:after {
      clear: both; }
    .table-cell__group_with-figure {
      padding-left: 160px; }
  .table-cell__sub {
    display: block; }
    .table-cell__sub_figure {
      margin-left: -160px;
      margin-bottom: -1px;
      float: left; }
      .table-cell__sub_figure .figure {
        min-height: 120px; }
    .table-cell__sub_main {
      box-sizing: border-box;
      padding: 0;
      float: right;
      width: 100%;
      padding-left: 15px; }
    .table-cell__sub_left {
      text-align: left;
      float: left;
      width: 56%;
      position: relative;
      left: 22px; }
    .table-cell__sub_right {
      text-align: right;
      float: right;
      width: 40%;
      white-space: normal;
      margin-left: -100%; }
    .table-cell__sub_simple-right {
      text-align: right;
      float: right;
      white-space: normal; }
    .table-cell__sub_light {
      color: #999999;
      font-size: 13px;
      position: relative;
      top: 3px;
      float: right; }
    .table-cell__sub_fixed {
      min-width: 120px; }
    .table-cell__sub_left-gutter {
      padding-left: 40px; }
  .table-cell__line_bottom {
    min-height: 34px;
    display: block;
    position: absolute;
    bottom: 5px;
    color: #333333; }
    .table-cell__line_bottom .table-cell__item {
      display: inline-block;
      vertical-align: middle; }
    .table-cell__line_bottom .table-cell__plain {
      position: relative;
      top: 2px; }
    .table-cell__line_bottom .table-cell__item_flag {
      height: 34px;
      position: relative;
      padding-right: 20px; }
      .table-cell__line_bottom .table-cell__item_flag .flag {
        position: relative;
        top: 10px; }
    .table-cell__line_bottom .table-cell__item_icon {
      position: relative;
      top: 1px; }
  .table-cell__iconfix {
    position: relative;
    top: -3px; }
  .table-cell__title {
    padding-top: 20px;
    font-size: 19px;
    color: #333333; }

.table-section {
  display: block;
  position: relative; }
  .table-section:before, .table-section:after {
    content: " ";
    display: table; }
  .table-section:after {
    clear: both; }
  .table-section__line {
    display: block;
    min-width: 60px; }
    .table-section__line_right {
      text-align: right; }
    .table-section__line button.button_small {
      font-size: 15px !important; }
  .table-section__plain {
    margin: 0;
    position: relative;
    top: 1px;
    -webkit-transition: color 0.1s ease;
    transition: color 0.1s ease; }
    .table-section__plain_title {
      color: #333333; }
    a.table-cell__group:hover .table-section__plain_title {
      color: #7AB2B9; }
    .table-section__plain_simple {
      top: 0; }
  .table-section__complementary {
    margin: 0;
    padding: 0 0 35px;
    color: #999999; }
  .table-section__line {
    padding: 0 0 3px;
    position: relative; }
    .linked-list__row:hover .table-section__line {
      color: #333333; }
    .table-cell__sub_simple-right .table-section__line {
      min-width: 110px; }
    .table-section__line_warning {
      color: #ff5959; }
      .linked-list__row:hover .table-section__line_warning {
        color: #ff5959; }
    .table-section__line_gutter-right {
      margin: 0 -11px; }
    .table-section__line_bottom {
      padding-bottom: 0;
      position: absolute;
      bottom: 10px;
      color: #333333; }
    .table-section__line_icon-control {
      margin-top: -6px;
      min-width: 0; }
  .table-section__item {
    margin: 0 2px;
    display: inline-block;
    vertical-align: baseline; }
    .table-section__item_icon {
      display: inline-block;
      vertical-align: middle;
      margin: -0.46em -0.29em;
      white-space: nowrap; }
    .table-section__item_label {
      font-size: 14px; }
    .table-section__item_icon-container {
      width: 70px;
      position: absolute;
      left: -75px;
      top: 1px;
      text-align: right; }
      .table-section__item_icon-container .table-section__icon + .table-section__icon {
        margin-left: -7px; }
    .table-section__item .icon {
      margin-right: 0.1em; }
    .table-section__item_flag {
      position: relative;
      top: 3px;
      margin-right: -3px;
      margin-left: -1px; }
  .table-section__cell {
    float: left; }
  .table-section__cell-group_divided {
    margin-top: -2px; }
  .table-section__form {
    float: right; }
  .table-section__faded-text {
    color: #999999; }
  .table-section__faded-icon {
    color: #cccccc; }
  .table-section__plain-button {
    padding: 1px 0 3px;
    display: inline-block;
    color: #333333; }

.table-info {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 13px;
  color: #333333;
  border-top: 1px solid #ededed; }
  .table-info__body {
    border-bottom: 1px solid #ededed; }
    .table-info__body:last-child {
      border: 0; }
  .table-info__title {
    margin: 0; }
  .table-info__row_bordered {
    border-top: 1px solid #ededed; }
  .table-info__cell {
    padding: 20px 20px 0;
    vertical-align: top; }
    .table-info__cell_bordered {
      padding: 10px;
      border-top: 1px solid #ededed;
      border-bottom: 1px solid #ededed; }
  .table-info__text {
    width: 66.66667%;
    max-height: 220px;
    position: relative;
    font-size: 15px;
    line-height: 1.8;
    overflow: hidden; }
    .table-info__text:after {
      content: '';
      width: 100%;
      height: 78px;
      background-image: -webkit-linear-gradient(top, transparent 0%, #ffffff 64%);
      background-image: linear-gradient(-180deg, transparent 0%, #ffffff 64%);
      display: block;
      position: absolute;
      bottom: 0;
      pointer-events: none; }

.table-dl {
  margin: 0;
  padding: 0 0 29px;
  display: block; }
  .table-dl .flag {
    margin: 0 5px 0 0;
    vertical-align: top; }
  .table-dl_horisontal {
    padding-bottom: 0; }
    .table-dl_horisontal .table-dl__term {
      padding-right: 16px; }
    .table-dl_horisontal .table-dl__term, .table-dl_horisontal .table-dl__definition, .table-dl_horisontal .table-dl__item {
      display: inline-block; }
  .table-dl__term {
    padding: 0 0 6px;
    color: #999999; }
  .table-dl__definition {
    margin: 0; }
  .table-dl__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block; }
    .table-dl__list_horisontal .table-dl__item {
      display: inline-block;
      vertical-align: middle; }
  .table-dl__item {
    display: block; }
    .table-dl__item .icon-control_circle {
      margin-left: 5px;
      top: 2px; }

.table-info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  padding: 0 0 10px; }
  .table-info-list__item {
    padding: 0 0 15px;
    display: block; }

.table-info-text {
  width: 66.66667%;
  margin: 0 0 25px;
  position: relative;
  font-size: 15px;
  line-height: 1.8; }
  .table-info-text:after {
    content: '';
    width: 100%;
    height: 78px;
    background-image: -webkit-linear-gradient(top, transparent 0%, #ffffff 64%);
    background-image: linear-gradient(-180deg, transparent 0%, #ffffff 64%);
    display: block;
    position: absolute;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iNjElIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    /* 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(61%, white));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 61%);
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 61%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-8 */ }
  .table-info-text_expanded .table-info-text__content {
    max-height: 10000px; }
  .table-info-text_expanded .table-info-text__controls {
    display: none; }
  .table-info-text_expanded:after {
    display: none; }
  .table-info-text__content {
    max-height: 220px;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease;
    transition: max-height 0.2s ease; }
  .table-info-text__controls {
    width: 100%;
    position: absolute;
    bottom: 5px;
    z-index: 2;
    font-size: 13px; }
    .ie-legacy .table-info-text__controls {
      bottom: -20px; }

.table-inline {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  color: #333333; }
  .table-inline_expanded .table-inline__row_hidden {
    display: table-row;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    position: static; }
  .table-inline_expanded .table-inline__row_expand-button {
    display: none; }
  .table-inline_400 {
    width: 400px; }
  .table-inline_five .table-inline__cell:first-child {
    padding-right: 0; }
  .table-inline_five .table-inline__cell:nth-child(2) {
    padding: 0;
    vertical-align: bottom; }
  .table-inline_five .table-inline__cell:nth-child(3) {
    padding-right: 0;
    text-align: right; }
  .table-inline_five .table-inline__cell:nth-child(4) {
    padding-left: 12px; }
  .table-inline_three .table-inline__cell:first-child {
    padding-right: 0; }
  .table-inline_three .table-inline__cell:nth-child(2) {
    padding-right: 0; }
  .table-inline__row_faded {
    color: #999999; }
    .table-inline__row_faded .flag {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-transition: all 0.1s ease;
      transition: all 0.1s ease; }
  .table-inline__row_faded:hover .flag {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .table-inline__row_leading {
    color: #117582; }
  .table-inline__row_overbidded {
    color: #ff5959; }
  .table-inline__row_hidden {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    position: absolute; }
  .table-inline__row_total {
    font-size: 1.26667em; }
    .table-inline__row_total .table-inline__cell {
      padding-top: 12px; }
  .table-inline__cell {
    height: 17px;
    padding: 4px;
    vertical-align: top; }
    .table-inline__cell .scale {
      margin-top: 20px; }
    .table-inline__cell_right {
      text-align: right; }
      .table-inline__cell_right .icon-control_help {
        position: relative;
        left: 4px; }
    .table-inline__cell_outlined {
      z-index: 1; }
      .table-inline__cell_outlined-end a {
        padding-left: 20px;
        padding-right: 20px;
        display: inline-block;
        position: relative;
        z-index: 1; }
        .table-inline__cell_outlined-end a:before {
          content: '';
          border: 1px solid rgba(17, 117, 130, 0.5);
          border-radius: 2px;
          position: absolute;
          right: 0;
          top: -4px;
          bottom: -4px;
          left: -80px;
          z-index: 0;
          -webkit-transition: border-color 0.15s ease;
          transition: border-color 0.15s ease; }
      .table-inline__cell_outlined-end:hover a {
        color: #117582; }
        .table-inline__cell_outlined-end:hover a:before {
          border-color: rgba(17, 117, 130, 0.9); }
  .table-inline__inline {
    position: relative; }
  .table-inline__aside {
    position: absolute;
    top: 20%;
    left: 86%; }
    .table-inline__aside .icon-control_help .icon {
      margin: -16px 0 0 -16px; }

.table-price {
  width: 750px; }
  .table-price * {
    box-sizing: border-box; }
  .table-price__row {
    padding: 15px 0;
    border-top: 1px solid #d9d9d9; }
    .table-price__row:before, .table-price__row:after {
      content: " ";
      display: table; }
    .table-price__row:after {
      clear: both; }
  .table-price__cell {
    width: 50%;
    float: left; }
    .table-price__cell:first-child {
      padding-right: 80px; }
  .table-price__footer {
    border-top: 1px solid #d9d9d9;
    padding: 15px 0; }
  .table-price__footer-line {
    color: #999999; }
  .table-price__footer-button {
    margin-top: 25px; }

.form__row {
  padding: 20px 20px 20px 230px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .form_compact .form__row {
    padding: 10px 20px 10px 200px;
    border-bottom: 0; }
  .form_simple .form__row {
    border-bottom: 0;
    padding-top: 30px; }
  .form__row:last-child {
    border: 0; }
  .form__row_hidden {
    display: none;
    visibility: hidden;
    position: absolute; }
  .form__row_compact {
    padding-bottom: 0 !important; }

.form__sub-row {
  padding-top: 10px;
  padding-bottom: 5px; }

.form_gutter-top {
  padding-top: 20px; }

.form__list {
  margin: 0;
  position: relative; }

.form__heading {
  margin: 0;
  position: absolute;
  top: 0;
  left: -210px; }
  .form_compact .form__heading {
    left: -200px; }
  .form_simple .form__heading {
    padding-top: 15px; }

.form__title_hidden {
  display: none !important;
  visibility: hidden;
  position: absolute; }

.form__title-sub_large {
  font-size: 19px;
  padding-bottom: 10px; }

.form__title-sub_complementary {
  font-size: 13px; }

.form__primary {
  margin: 0; }

.form__line {
  padding: 0 0 20px; }
  .form__line:before, .form__line:after {
    content: " ";
    display: table; }
  .form__line:after {
    clear: both; }
  .form__line:last-child {
    padding-bottom: 0; }
  .form__line_limited {
    max-width: 480px; }
  .form__line_limited-large {
    max-width: 960px; }
  .form__line_special {
    padding-top: 10px; }

.form_compact .form__heading {
  min-height: 2.5em;
  display: table;
  max-width: 240px; }

.form_compact .form__title {
  display: table-cell;
  vertical-align: middle; }

.form_compact .form-line:last-child {
  padding-bottom: 3px; }

.form_compact .dropdown__init {
  padding-left: 15px;
  margin: 0;
  font-size: 15px; }

.form__error {
  width: 100%;
  max-width: 550px;
  padding-top: 20px;
  padding-bottom: 10px;
  display: none; }
  .form__error_visible {
    display: block; }
  .form__error_inner {
    max-width: 350px;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    clear: left; }
    .form .form__error_inner {
      max-width: 350px; }
    .form_compact .form__error_inner {
      max-width: 310px; }
    .form__error_inner .accent {
      font-size: 13px !important;
      padding-right: 10px !important; }
  .form__error .accent {
    width: 100%;
    padding: 10px 35px 10px 15px;
    position: relative;
    font-size: 15px;
    box-sizing: border-box; }
  .form__error .icon {
    margin-top: -16px;
    position: absolute;
    right: 5px;
    top: 50%;
    cursor: pointer; }
    .form__error .icon:before {
      font-size: 32px; }

.form__text {
  max-width: 70%; }

.form__plain {
  min-height: 2.5em;
  display: table;
  max-width: 240px; }

.form__plain-text {
  display: table-cell;
  vertical-align: middle; }

@-moz-document url-prefix() {
  .form_compact .form__heading {
    height: 2.5em; } }

.item-title {
  margin: 0;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2; }

.item-bid-form {
  width: 206px;
  background: #117582;
  border: 2px solid #117582;
  border-radius: 3px;
  margin-right: 6.66667px;
  position: relative; }
  .item-bid-form .input,
  .item-bid-form .button {
    width: 100%;
    box-sizing: border-box; }
  .item-bid-form .button {
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 0 0 2px 2px; }
    .item-bid-form .button_primary:disabled, .item-bid-form .button_primary[disabled], .item-bid-form .button_primary[disabled='disabled'] {
      background-color: #0B6571 !important;
      border-color: #0B6571 !important;
      color: rgba(255, 255, 255, 0.4) !important;
      pointer-events: auto !important;
      cursor: not-allowed; }
  .item-bid-form_small {
    width: 117px;
    background: none;
    border: 0; }
    .item-bid-form_small .button {
      padding-right: 3px;
      padding-left: 3px; }
    .item-bid-form_small .input-group__item:last-child {
      margin-left: 0 !important;
      margin-right: 0 !important;
      margin-bottom: 0 !important; }
  .item-bid-form__popover {
    position: absolute;
    z-index: -1;
    top: 102px;
    left: -2px; }
    .item-bid-form__popover_visible {
      opacity: 1 !important;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      z-index: 100; }
  .item-bid-form .input-group__item:last-child {
    margin-left: -2px;
    margin-right: -2px;
    margin-bottom: -2px; }
    .item-bid-form .input-group__item:last-child .button_large {
      padding-bottom: 13px; }

.progress {
  color: #999999;
  font-size: 13px;
  padding: 14px 20px 4px; }
  .progress:before, .progress:after {
    content: " ";
    display: table; }
  .progress:after {
    clear: both; }
  .progress__state {
    padding-right: 15px;
    float: left;
    white-space: nowrap; }
  .progress__sub {
    height: 28px;
    display: table-cell;
    vertical-align: middle; }
    .progress__sub + .progress__sub {
      padding-left: 10px; }
  .progress__main {
    min-height: 31px;
    margin-right: 46px;
    position: relative;
    overflow: hidden; }
    .progress__main:after {
      content: '';
      margin-top: -1px;
      border-top: 2px solid rgba(0, 0, 0, 0.1);
      position: absolute;
      display: block;
      top: 50%;
      right: 0;
      left: 0; }
      .ie-legacy .progress__main:after {
        border-top: 2px solid #cfcfcf; }
  .progress__control {
    width: 46px;
    margin-left: -100%;
    float: right;
    position: relative;
    z-index: 4;
    text-align: right;
    padding-top: 4px; }

.progress-mark {
  padding: 14px 10px 12px;
  display: inline-block;
  background: #ffffff;
  border: 1px solid transparent;
  border-radius: 2px;
  position: absolute;
  line-height: 0;
  height: 0;
  z-index: 8;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease; }
  .progress-mark:hover {
    z-index: 9; }
  .progress-mark_current {
    background: #555555;
    color: #ffffff; }
    .progress-mark_current:after {
      content: '';
      width: 0;
      height: 0;
      margin: 0 0 0 -4px;
      border-style: solid;
      border-width: 5px 4.5px 0 4.5px;
      border-color: #555555 transparent transparent transparent;
      position: absolute;
      bottom: -5px;
      left: 50%; }
    .progress-mark_current.progress-mark_final, .progress-mark_current.progress-mark_final:hover {
      background: #802d2d; }
    .progress-mark_current.progress-mark_final:after {
      border-color: #802d2d transparent transparent transparent; }
  .progress-mark_leading {
    border-color: #117582;
    border-color: rgba(17, 117, 130, 0.5); }
    .progress-mark_leading:hover {
      background: #D9E9EB;
      color: #117582; }
  .progress-mark_overbidded {
    border-color: #FF5959;
    border-color: rgba(255, 89, 89, 0.5); }
    .progress-mark_overbidded, .progress-mark_overbidded:hover {
      color: #ff5959; }
    .progress-mark_overbidded:hover {
      background: #ffdede; }
  .progress-mark_final {
    background: #ff5959; }
    .progress-mark_final, .progress-mark_final:hover {
      color: #ffffff; }
    .progress-mark_final:hover {
      background: #f33; }

.item-sidebar {
  z-index: 4;
  background: #f7f7f7;
  font-size: 13px; }
  .item-sidebar:after {
    width: 400px;
    content: '';
    background: #f7f7f7;
    position: absolute;
    top: 0;
    bottom: 0; }
  .item-sidebar__inner {
    position: relative;
    z-index: 2;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .item-sidebar__group {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .item-sidebar__group:last-child {
      border-bottom: 0; }
    .item-sidebar__group_buynow {
      border: 0;
      border-bottom: 1px solid #ededed;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      border-top: 1px solid #ededed;
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      margin: -1px 0 0;
      background: #D9E9EB; }
      .item-sidebar__group_buynow .item-sidebar__row {
        padding-top: 10px;
        padding-bottom: 10px; }
      .item-sidebar__group_buynow .item-sidebar__row_extended {
        padding: 20px 20px 20px !important; }
      .item-sidebar__group_buynow .item-sidebar__row_extended-bottom {
        padding: 0 20px 20px; }
        .item-sidebar__group_buynow .item-sidebar__row_extended-bottom .item-sidebar__cell_bottom-right {
          bottom: 18px; }
      .item-sidebar__group_buynow + .item-sidebar__group {
        padding-top: 3px; }
      .item-sidebar__group_buynow + .item-sidebar__group_buynow {
        padding-top: 0; }
    .item-sidebar__group_warning {
      background: #FFDEDE !important;
      color: #ff5959; }
      .item-sidebar__group_warning .item-sidebar__row {
        padding-top: 10px;
        padding-bottom: 10px; }
    .item-sidebar__group_extend {
      border: 0;
      margin: -1px 0 0;
      background: #D9E9EB; }
      .item-sidebar__group_extend .item-sidebar__row_extended {
        padding: 20px 20px 30px; }
    .item-sidebar__group_footer {
      color: #999999; }
  .item-sidebar__row {
    padding: 20px;
    position: relative; }
    .item-sidebar__row:before, .item-sidebar__row:after {
      content: " ";
      display: table; }
    .item-sidebar__row:after {
      clear: both; }
    .item-sidebar__row + .item-sidebar__row {
      padding-top: 10px; }
    .item-sidebar__row_gutter-x {
      padding-right: 20px;
      padding-left: 20px; }
    .item-sidebar__row_gutter-y {
      padding-top: 20px;
      padding-bottom: 20px; }
    .item-sidebar__row_split {
      padding-top: 0 !important;
      padding-bottom: 30px; }
    .item-sidebar__row_blue {
      padding-top: 10px !important;
      padding-bottom: 10px;
      background: #D9E9EB;
      color: #117582; }
      .item-sidebar__row_blue.item-sidebar__row_bordered {
        border-color: #c9d3e5; }
    .item-sidebar__row_warning {
      color: #ff5959;
      padding: 0 20px 10px; }
    .item-sidebar__row_bordered {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .item-sidebar__row_extended-bottom {
      padding-bottom: 20px; }
    .item-sidebar__row_base {
      padding-bottom: 10px;
      font-size: 15px; }
    .item-sidebar__row_leading {
      padding-bottom: 0;
      line-height: 1.5; }
    .item-sidebar__row_with-heading {
      padding-top: 15px;
      padding-bottom: 18px; }
    .item-sidebar__row_expanded .item-sidebar__cell_hidden, .item-sidebar__row_expanded .table-inline__row_hidden {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      visibility: visible;
      position: static; }
    .item-sidebar__row_expanded .item-sidebar__cell_hidden {
      position: absolute; }
    .item-sidebar__row_expanded .table-inline__row_expander {
      display: none; }
    .item-sidebar__row_bid {
      padding-bottom: 0; }
    .item-sidebar__row_min {
      border-bottom: 1px solid #ededed;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      padding-top: 10px;
      padding-bottom: 10px;
      margin-bottom: 10px; }
    .item-sidebar__row_min-simple {
      padding-top: 17px;
      padding-bottom: 10px; }
  .item-sidebar__heading {
    font-size: 30px;
    display: block; }
    .item-sidebar__heading + .item-sidebar__subheading {
      display: block;
      padding-top: 5px; }
  .item-sidebar__subheading + .item-sidebar__heading {
    padding-top: 7px;
    margin-bottom: -7px; }
  .item-sidebar__cell-group {
    max-width: 336px;
    float: left; }
    .item-sidebar__cell-group_divided .item-sidebar__cell + .item-sidebar__cell {
      margin-left: 5px; }
  .item-sidebar__cell {
    position: relative;
    box-sizing: border-box;
    float: left; }
    .item-sidebar__cell .input-label {
      display: inline-block; }
    .item-sidebar__cell .input-group {
      float: left; }
    .item-sidebar__cell .label {
      margin: 4px 0 0 8px;
      vertical-align: middle; }
    .item-sidebar__cell_hidden {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      visibility: hidden;
      position: absolute; }
    .item-sidebar__cell_half-width {
      width: 50%; }
    .item-sidebar__cell_full-width {
      width: 100%; }
    .item-sidebar__cell_padding-left {
      padding-left: 35px; }
    .item-sidebar__cell_aside {
      margin-left: -100%;
      float: right;
      z-index: 2; }
      .item-sidebar__cell_aside + .item-sidebar__cell-group,
      .item-sidebar__cell_aside + .item-sidebar__cell {
        padding-right: 25px; }
    .item-sidebar__cell_bid {
      margin-top: 13px; }
    .item-sidebar__cell_bottom-right {
      position: absolute;
      bottom: 18px;
      right: 20px; }
    .item-sidebar__cell .table-inline__cell {
      padding-left: 0; }
  .item-sidebar__junction {
    display: inline-block;
    padding: 0 20px;
    margin-top: -10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    background: #f7f7f7;
    background-clip: padding-box;
    position: relative;
    bottom: -14px;
    left: 20px;
    white-space: nowrap;
    line-height: 26px;
    color: #555555; }
  .item-sidebar__accent_time {
    text-align: right;
    font-size: 30px;
    line-height: 1.2;
    color: #999999; }
  .item-sidebar__accent_warning {
    color: #ff5959; }
  .item-sidebar__accent .label_warning {
    vertical-align: top;
    position: relative;
    top: 3px; }
  .item-sidebar__icon_inline {
    margin: -18px 0 0 -26px;
    position: absolute;
    top: 0;
    left: 0; }
  .item-sidebar__icon_inline + .item-sidebar__caption {
    padding-left: 30px; }
  .item-sidebar__icon-group {
    width: 16px;
    position: absolute;
    top: 0;
    left: 0; }
    .item-sidebar__icon-group .icon {
      width: 100%;
      height: 16px;
      display: inline-block;
      vertical-align: middle; }
      .item-sidebar__icon-group .icon:before {
        margin: 0 0 0 -5px;
        position: relative;
        top: -13px; }
  .item-sidebar__icon-group-inner {
    height: 40px;
    display: table-cell;
    vertical-align: middle; }
  .item-sidebar__caption {
    display: table-cell;
    height: 32px;
    vertical-align: middle; }
  .item-sidebar__label {
    color: #999999; }
    .item-sidebar__label_fixed {
      max-width: 225px; }
    .item-sidebar__label_faded {
      color: #999999; }
  .item-sidebar__note {
    color: #999999;
    padding-top: 7px;
    color: rgba(0, 0, 0, 0.4);
    margin-bottom: -10px; }
    .item-sidebar__note_padding {
      padding-left: 0; }
  .item-sidebar__texticon {
    position: relative;
    padding-right: 20px; }
    .item-sidebar__texticon .flag {
      position: relative;
      left: 5px;
      top: 2px; }
  .item-sidebar .list__item {
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px; }

.scale {
  width: 100px;
  height: 2px;
  background-image: -webkit-linear-gradient(left, #ff0000 0%, #dca700 45%, #64c800 100%);
  background-image: linear-gradient(90deg, #ff0000 0%, #dca700 45%, #64c800 100%);
  display: inline-block;
  position: relative; }
  .scale__notch {
    width: 100px;
    margin-left: -50px;
    padding-bottom: 5px;
    position: absolute;
    top: -20px;
    display: block;
    text-align: center; }
    .scale__notch:before {
      content: '';
      width: 1px;
      height: 6px;
      display: block;
      position: absolute;
      left: 50%;
      bottom: -2px;
      background: #000000; }

.gallery {
  position: relative; }
  .gallery_no-photo {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .gallery_no-photo .gallery__title {
      margin: 0;
      background: none;
      height: auto;
      padding-bottom: 30px;
      color: #333333; }
    .gallery_no-photo .gallery-nav__item:first-child .gallery-nav__link {
      color: #999999; }
  .gallery__title {
    height: 166px;
    padding: 12px 20px;
    margin: 0 0 -190px;
    position: relative;
    background-image: -webkit-linear-gradient(bottom, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.9) 79%);
    background-image: linear-gradient(0deg, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.9) 79%);
    z-index: 13;
    pointer-events: none;
    color: #ffffff; }
  .gallery__title-inner {
    pointer-events: auto; }
    .ie-legacy .gallery__title-inner {
      background-color: #000000; }
  .gallery__trigger {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 122px;
    left: 0;
    display: block;
    cursor: pointer;
    z-index: 11; }
    .ie-legacy .gallery__trigger {
      background: url("../images/magnifier.svg") no-repeat 0 0; }
    .gallery__trigger:after {
      content: '';
      width: 116px;
      height: 116px;
      margin: -58px 0 0 -58px;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      background: url("../images/magnifier.svg") no-repeat 0 0;
      z-index: 8;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-transition: opacity 0.1s ease;
      transition: opacity 0.1s ease; }
    .gallery__trigger:hover:after {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
      .ie-legacy .gallery__trigger:hover:after {
        background: url("../images/magnifier.png") no-repeat 0 0; }
  .gallery .fotorama__stage {
    max-height: 500px; }

.gallery-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  padding-left: 20px; }

.gallery-nav__item {
  display: inline-block; }
  .gallery-nav__item_no-photo span {
    color: #999999; }

.gallery-nav__link {
  padding: 15px 18px;
  padding-left: 0;
  display: block; }

.gallery-nav__link-cnt {
  color: #999999;
  margin-left: 5px; }

.gallery-nav .dropdown {
  margin-bottom: 15px; }
  .gallery-nav .dropdown__init {
    padding-left: 10px; }
  .gallery-nav .dropdown__key_complementary {
    padding-left: 5px;
    padding-right: 5px; }

.gallery-nav .dropdown__options {
  top: 35px;
  left: 0; }

.fotorama {
  min-height: 460px; }
  .fotorama__nav--thumbs {
    text-align: left !important; }
  .fotorama__stage__shaft {
    position: relative; }
  .fotorama__thumb-border {
    border-color: #117582 !important; }

.sub-menu {
  padding: 0 20px;
  border-bottom: 1px solid #d2d2d2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .sub-menu__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block; }
    .sub-menu__list:before, .sub-menu__list:after {
      content: " ";
      display: table; }
    .sub-menu__list:after {
      clear: both; }
  .sub-menu__item {
    padding: 17px 0 14px;
    display: block;
    float: left;
    position: relative; }
    .sub-menu__item + .sub-menu__item {
      margin-left: 40px; }
    .sub-menu__item_active .sub-menu__link {
      color: #333333; }
    .sub-menu__item_active:after {
      content: '';
      border-bottom: 1px solid #555555;
      position: absolute;
      right: 0;
      bottom: -1px;
      left: 0; }
  .sub-menu__sub {
    display: inline-block; }
    .sub-menu__sub + .sub-menu__sub {
      margin-left: 5px; }
    .sub-menu__sub_count {
      color: #999999; }
  .sub-menu__link {
    color: #999999; }

.status-columns {
  padding: 20px 0;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .status-columns:before, .status-columns:after {
    content: " ";
    display: table; }
  .status-columns:after {
    clear: both; }
  .status-columns:last-child {
    border-bottom: 0; }
  .status-columns_five .status-columns__column {
    width: 20%; }
  .status-columns__column {
    width: 16.66667%;
    float: left; }
    .status-columns__column + .status-columns__column:after {
      content: '';
      border-right: 1px solid #d4d4d4;
      border-right: 1px solid rgba(0, 0, 0, 0.1);
      display: block;
      position: absolute;
      top: 0;
      bottom: 0; }
  .status-columns__column-inner {
    padding: 0 5%; }
  .status-columns:first-child .status-columns__column + .status-columns__column:after {
    top: 30px; }

.files-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  padding-top: 10px;
  color: #999999; }
  .files-list__item {
    padding: 4px 0 4px 20px;
    display: block;
    position: relative; }
  .files-list__link {
    padding: 4px 0 4px 24px;
    margin: -4px 0 -4px -24px;
    display: block;
    position: relative;
    border-radius: 2px; }
    .files-list__link:before {
      position: absolute;
      top: -4px;
      left: -5px;
      opacity: 0.5;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
    .files-list__link:hover {
      background: rgba(17, 117, 130, 0.15); }

.drag-n-drop {
  position: relative;
  font-size: 19px;
  padding-bottom: 40px; }
  .overlay .drag-n-drop {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
        -ms-flex: 2;
            flex: 2; }
  .drag-n-drop__form {
    height: 100%; }
  .drag-n-drop__main {
    border: 2px dashed #cccccc;
    border-radius: 8px; }
    .drag-n-drop__main_fullheight {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 80px; }
    .drag-n-drop__main .control {
      text-align: center; }
  .drag-n-drop__caption {
    color: rgba(0, 0, 0, 0.3); }
    .drag-n-drop__main_fullheight .drag-n-drop__caption {
      padding-bottom: 20px; }
  .drag-n-drop__label {
    margin-left: 20px;
    z-index: 100; }
  .drag-n-drop__hidden {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: -60px;
    bottom: -30px; }
  .drag-n-drop__preview {
    position: relative; }
  .drag-n-drop__footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center; }
  .drag-n-drop .qq-uploader, .drag-n-drop .qq-gallery, .drag-n-drop .qq-uploader-selector {
    min-height: 200px;
    padding-left: 30px;
    padding-top: 30px;
    position: relative; }
  .drag-n-drop .qq-upload-drop-area-selector {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(17, 117, 130, 0.1); }
  .drag-n-drop .qq-upload-list-selector {
    padding: 20px 0 0;
    margin: 0;
    list-style: none; }
    .drag-n-drop .qq-upload-list-selector li {
      position: relative;
      margin-right: 5px;
      display: inline-block;
      vertical-align: top;
      max-width: 165px; }
      .drag-n-drop .qq-upload-list-selector li img {
        display: block;
        max-width: 100%; }
  .drag-n-drop .qq-upload-spinner-selector {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 50; }
    .drag-n-drop .qq-upload-spinner-selector:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: rgba(255, 255, 255, 0.8);
      z-index: 100; }
    .drag-n-drop .qq-upload-spinner-selector:after {
      content: '';
      width: 30px;
      height: 30px;
      display: block;
      position: absolute;
      left: 40%;
      top: 33%;
      z-index: 120;
      background: transparent url(../images/spinner-large.png) no-repeat;
      -webkit-animation: spin 1s infinite linear;
      animation: spin 1s infinite linear; }
  .drag-n-drop .qq-hide {
    display: none; }

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #333333;
  background: rgba(51, 51, 51, 0.85);
  overflow-y: scroll;
  overflow-x: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, z-index 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, z-index 0.2s ease; }
  .ie-legacy .overlay {
    display: none; }
  .overlay_visible {
    z-index: 500;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    filter: alpha(opacity=100);
    zoom: 1; }
    .ie-legacy .overlay_visible {
      display: block; }

.overlay-bar {
  min-width: 1000px;
  height: 40px;
  background: #f2f2f2;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  font-size: 13px;
  color: #777777; }
  .overlay-bar:before, .overlay-bar:after {
    content: " ";
    display: table; }
  .overlay-bar:after {
    clear: both; }
  .overlay-bar__inner {
    max-width: 1400px;
    margin: auto;
    position: relative; }
  .overlay-bar__group {
    box-sizing: border-box; }
    .overlay-bar__group:first-child {
      position: absolute;
      width: 26%;
      white-space: nowrap;
      left: 40px;
      display: inline-block;
      vertical-align: top; }
      .overlay-bar__group:first-child .overlay-bar__group-inner {
        display: block;
        padding-top: 11px; }
      .overlay-bar__group:first-child .overlay-bar__link {
        display: inline-block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis; }
    .overlay-bar__group_center {
      display: inline-block;
      float: none; }
    .overlay-bar__group_aside {
      position: absolute;
      right: 40px;
      display: inline-block;
      vertical-align: top; }
      .overlay-bar__group_aside .overlay-bar__item:last-child {
        margin-left: 8px;
        color: #333333; }
  .overlay-bar__group-inner {
    height: 40px;
    display: table-cell;
    vertical-align: middle; }
  .overlay-bar__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block; }
  .overlay-bar__item {
    display: inline-block;
    vertical-align: middle;
    position: relative; }
    .overlay-bar__item .icon {
      margin: -17px 0 0;
      position: relative;
      top: 9px; }
  .overlay-bar__link {
    color: #777777; }
  .overlay-bar__sub {
    float: left;
    padding-right: 5px; }

.overlay-switcher__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  font-size: 0; }

.overlay-switcher__item {
  display: inline-block; }
  .overlay-switcher__item_active .overlay-switcher__link {
    background: #555555;
    pointer-events: none;
    cursor: default;
    color: #ffffff;
    border-left-color: transparent;
    border-right-color: transparent; }
  .overlay-switcher__item:first-child {
    border-left: 1px solid rgba(0, 0, 0, 0.1); }
  .overlay-switcher__item:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0.1); }

.overlay-switcher__link {
  padding: 11px 20px 12px;
  display: block;
  color: #777777;
  font-size: 13px; }

.overlay-main {
  padding: 60px 0 0;
  text-align: center; }
  .overlay-main_center {
    padding: 25px 30px;
    margin: 10% auto 0;
    display: block;
    max-width: 600px;
    background: #ffffff;
    box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    position: relative; }
    .overlay-main_center .form {
      text-align: left; }
    .overlay-main_center .overlay-main__control {
      position: absolute;
      right: 0;
      top: 0; }
    .overlay-main_center .overlay-main__title {
      display: block;
      padding-bottom: 20px;
      text-align: left; }
    .overlay-main_center .h3 {
      font-size: 19px !important;
      margin: 0; }
  .overlay-main_special {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 850px !important;
    max-width: 850px;
    text-align: left; }
    .overlay-main_special .overlay-main__content {
      max-width: 95%; }
    .overlay-main_special h2 {
      margin-top: 40px; }
      .overlay-main_special h2:first-of-type {
        margin-top: 0.83em; }
  .overlay-main__header {
    padding-top: 5px;
    padding-bottom: 25px;
    position: relative; }
    .overlay-main__header:after {
      content: '';
      height: 1px;
      background-color: #d9d9d9;
      position: absolute;
      bottom: 5px;
      left: -30px;
      right: -30px; }
  .overlay-main__header-line_main {
    padding-bottom: 20px; }
  .overlay-main__header-line_accent {
    max-width: 75%;
    font-size: 19px;
    line-height: 27px;
    color: #117582; }
  .overlay-main__primary_hidden {
    display: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .overlay-main__item {
    padding: 0 0 20px; }
  .overlay-main__image {
    vertical-align: top; }
  .overlay-main__complementary {
    padding: 40px 0 60px; }
  .overlay-main__link {
    color: rgba(255, 255, 255, 0.5); }
  .overlay-main__content h2 {
    font-size: 19px; }
  .overlay-main__footer {
    margin-top: 30px;
    padding-top: 30px;
    position: relative; }
    .overlay-main__footer:before {
      content: '';
      height: 1px;
      background-color: #d9d9d9;
      position: absolute;
      top: 0;
      left: -30px;
      right: -30px; }
  .overlay-main__footer-line {
    padding-bottom: 24px; }
    .overlay-main__footer-line .input-label__item_rest {
      font-weight: bold; }
    .overlay-main__footer-line_bottom {
      width: 400px;
      padding-top: 30px;
      padding-bottom: 0;
      line-height: 23px;
      color: #999999; }
      .overlay-main__footer-line_bottom a[href^="tel"] {
        color: #999999; }

.overlay-popover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 100%;
  padding: 25px 30px;
  background: #ffffff;
  box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  position: relative;
  font-size: 13px; }
  .overlay-popover_sidebar {
    width: 400px;
    height: 100%;
    min-height: 600px;
    position: absolute;
    top: 0;
    right: 0; }
  .overlay-popover__control {
    position: absolute;
    top: 18px;
    right: 1em; }
    .overlay-popover__control .icon-control {
      color: #999999; }
    .overlay-popover__control .icon-control:hover {
      color: #555555; }
  .overlay-popover__primary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    height: 100%; }
  .overlay-popover__title {
    padding: 0 0 19px; }
  .overlay-popover__text {
    padding: 0 0 6px; }
    .overlay-popover__text p {
      margin: 0;
      padding-bottom: 1em; }

.footer {
  width: 100%;
  height: 280px;
  background: #f2f2f2;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  z-index: 4; }
  .footer__inner {
    padding-top: 55px;
    padding-bottom: 20px; }
    .footer__inner:before, .footer__inner:after {
      content: " ";
      display: table; }
    .footer__inner:after {
      clear: both; }

.footer-complementary {
  padding: 0 22px;
  float: left;
  color: #999999; }
  .footer-complementary__logo {
    margin: -88px -18px -81px;
    font-size: 151px;
    color: #cccccc; }
    .footer-complementary__logo .icon {
      position: relative;
      z-index: 5; }
  .footer-complementary__text {
    position: relative;
    z-index: 10; }

.footer-main {
  width: 75%;
  float: right;
  margin-left: -100%; }
  .footer-main__line_2 {
    font-size: 13px; }
    .footer-main__line_2 .footer-main__section {
      padding-bottom: 0; }
    .footer-main__line_2 .footer-main__item {
      padding: 0 0 0.73em; }
    .footer-main__line_2 .footer-main__link {
      color: #999999; }
  .footer-main__section {
    width: 33.33333%;
    padding: 0 0 1.85em;
    display: inline-block;
    vertical-align: top;
    margin-right: -0.26667em; }
  .footer-main__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block; }
  .footer-main__item {
    padding: 0 0 0.39em;
    display: block; }
  .footer-main__link {
    color: #333333; }

.textual {
  color: #333333;
  font-size: 15px;
  line-height: 1.5; }
  .textual:before, .textual:after {
    content: " ";
    display: table; }
  .textual:after {
    clear: both; }
  .textual_narrow {
    width: 90%;
    margin: 0 auto; }
  .textual_fixed {
    width: 400px; }
  .textual_gutter-top {
    margin-top: 40px; }
  .textual_gutter-bottom {
    padding-bottom: 20px; }
  .textual__button-container {
    padding-top: 20px; }
  .textual__block {
    padding-bottom: 40px; }
  .textual__block-icon {
    width: 53px;
    height: 60px;
    position: absolute;
    left: -80px;
    top: 0; }
  .textual__title {
    font-size: 25px;
    white-space: nowrap; }
  .textual__title-item {
    color: #333333; }
  .textual__subtitle {
    font-size: 19px; }
  .textual__item {
    padding: 10px 0; }
  .textual__item-content {
    font-size: 15px;
    display: none; }
  .textual__item-link {
    font-size: 19px; }
  .textual__plain_limited {
    max-width: 700px; }
  .textual__plain_padding {
    padding: 20px 0; }
  .textual__plain_small {
    font-size: 13px; }
  .textual__plain_complementary {
    color: #999999; }
  .textual__plain + .textual__plain {
    padding-top: 0; }
  .textual h1 {
    font-size: 2em;
    font-weight: normal; }
    .textual h1.page-header {
      padding-left: 20px; }
  .textual h2, .textual h3 {
    margin-top: 1.75em;
    font-size: 19px; }
  .textual p {
    margin: 1em 0; }
  .textual ul {
    list-style: none; }
    .textual ul li.marked {
      position: relative; }
      .textual ul li.marked:before {
        position: absolute;
        color: #999999;
        left: -1.95em;
        content: '—'; }
  .textual ol li {
    color: #999999; }
    .textual ol li span {
      color: #333333; }
  .textual li {
    margin: 0.4em 0; }
  .textual hr {
    margin: 2em 0;
    height: 1px;
    border: 0;
    background: rgba(0, 0, 0, 0.1); }
  .textual__with-icon {
    position: relative; }
  .textual__icon {
    position: absolute;
    width: 90px;
    text-align: right;
    top: -3px;
    left: -95px; }
    .textual__icon_label {
      top: -2px;
      left: -103px; }
    .textual__icon_label-sub {
      top: 16px; }
  .textual__embed .promo {
    height: auto; }
  .textual__embed .promo__mask {
    background-color: transparent; }
  .textual__embed .promo__trigger {
    background-color: #117582; }
  .textual-promo {
    margin-bottom: 90px;
    padding: 2em 20px 0;
    border-bottom: 1px solid #f2f2f2; }
    .textual-promo:before, .textual-promo:after {
      content: " ";
      display: table; }
    .textual-promo:after {
      clear: both; }
    .textual-promo:last-child {
      margin-bottom: 30px; }
    .textual-promo__left {
      float: left; }
    .textual-promo__right {
      float: right; }
    .textual-promo__header {
      margin-top: 0.5em !important;
      font-size: 30px !important;
      font-weight: normal;
      color: #117582; }
    .textual-promo__num {
      display: block;
      position: relative;
      width: 56px;
      height: 56px;
      font-size: 30px;
      text-align: center;
      line-height: 55px;
      border: 2px solid #117582;
      border-radius: 100%;
      color: #117582; }
    .textual-promo__image {
      width: 100%;
      max-width: 640px;
      border: 1px solid #f2f2f2;
      border-bottom: none; }
    .textual-promo__text {
      width: 37%; }
    .textual-promo__figure {
      width: 58%; }
      .textual-promo__figure.textual-promo__right {
        text-align: right; }
  .textual .input_long {
    width: 310px; }
  .textual .registration__button {
    padding: 20px 0 20px; }
  .textual .button {
    line-height: 1.33; }

.nav-side {
  list-style: none;
  display: block;
  font-size: 19px;
  line-height: 25.3327px;
  padding-left: 0;
  margin-bottom: 2em; }
  .nav-side_compact {
    font-size: 13px;
    line-height: 17.3329px; }
  .nav-side__item {
    padding: 0.5em 0; }
  .nav-side__link {
    color: #999999; }
    .nav-side__link_active {
      color: #333333; }

.nav-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 20px;
  margin-bottom: 20px; }
  .nav-top__item {
    display: inline-block;
    vertical-align: bottom;
    padding: 16px 0 14px;
    color: #999999;
    border-bottom: 1px solid transparent;
    margin-right: 40px;
    position: relative;
    bottom: -1px; }
    .nav-top__item:hover {
      color: #333333; }
    .nav-top__item_active {
      color: #333333;
      border-bottom-color: #333333; }

.linked-list {
  width: 100%; }
  .linked-list__row {
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top-color: transparent;
    border-radius: 3px;
    -webkit-transition: background-color .1s ease, border-color .1s ease;
    transition: background-color .1s ease, border-color .1s ease;
    color: #333333;
    margin-bottom: -1px; }
    .linked-list__row:hover {
      background-color: rgba(17, 117, 130, 0.1);
      border-color: #7AB2B9; }
    .linked-list__row:hover .linked-list-cell_disabled .linked-list-cell__sub_icon {
      vertical-align: middle; }
    .linked-list__row:hover .linked-list-cell_disabled .linked-list-cell__sub-title {
      display: none; }
    .linked-list__row:hover .linked-list-cell_disabled .linked-list-cell__sub-login {
      display: block;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    .linked-list__row:first-child {
      border-top-color: rgba(0, 0, 0, 0.1); }
      .linked-list__row:first-child:hover {
        border-top-color: #7AB2B9; }
    .linked-list__row_disabled {
      cursor: default; }
      .linked-list__row_disabled:hover {
        background-color: #ffffff;
        border-color: rgba(0, 0, 0, 0.1); }
      .linked-list__row_disabled:first-child:hover {
        border-top-color: rgba(0, 0, 0, 0.1); }
  .linked-list__table {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse; }

.linked-list-cell {
  padding: 16px 21px;
  vertical-align: top; }
  .linked-list-cell:last-child {
    padding: 18px 21px 14px;
    min-width: 235px; }
  .linked-list-cell_disabled {
    color: #999999;
    text-align: left !important;
    padding: 0 21px !important;
    vertical-align: middle; }
  .linked-list-cell__logo-text {
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
    width: 70px;
    color: #DDDDDD;
    position: relative; }
    .linked-list__row:hover .linked-list-cell__logo-text {
      color: #117582; }
    .linked-list__row_disabled:hover .linked-list-cell__logo-text {
      color: #DDDDDD !important; }
  .linked-list-cell__line {
    width: 100%;
    position: relative;
    display: table; }
    .linked-list-cell_disabled .linked-list-cell__line {
      height: 55px; }
    .linked-list-cell__line_sub {
      display: table-cell;
      padding-top: 22px; }
  .linked-list-cell__sub {
    padding-left: 5px;
    white-space: normal; }
    .linked-list-cell__sub_icon {
      display: inline-block;
      vertical-align: top;
      position: relative;
      top: 4px;
      width: 25px; }
      .linked-list-cell_disabled .linked-list-cell__sub_icon {
        display: table-cell;
        vertical-align: middle;
        top: 2px;
        min-width: 30px; }
    .linked-list-cell__sub_text {
      display: inline-block;
      vertical-align: top;
      width: 90%;
      position: relative;
      top: 3px;
      padding-left: 11px; }
      .linked-list-cell_disabled .linked-list-cell__sub_text {
        display: table-cell;
        padding-left: 6px;
        padding-right: 0;
        vertical-align: middle;
        top: 0; }
    .linked-list-cell__sub_small {
      font-size: 13px;
      color: #999999;
      display: inline-block;
      padding-right: 6px; }
  .linked-list-cell__sub-title {
    vertical-align: middle; }
  .linked-list-cell__sub-login {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    vertical-align: middle;
    display: none;
    color: #000000; }
  .linked-list-cell__link {
    color: #117582;
    cursor: pointer;
    position: relative;
    -webkit-transition: color 0.1s ease;
    transition: color 0.1s ease; }
    .linked-list-cell__link:hover {
      color: #7AB2B9; }
  .linked-list-cell__aside {
    position: absolute;
    left: -33px;
    top: -5px; }

.multiform {
  font-size: 15px;
  padding: 16px 20px 80px; }
  .multiform:before, .multiform:after {
    content: " ";
    display: table; }
  .multiform:after {
    clear: both; }
  .multiform_last {
    padding-bottom: 60px; }
  .multiform__subtitle {
    max-width: 600px;
    padding-bottom: 40px; }
  .multiform__button {
    padding: 30px 0; }
  .multiform__upload {
    display: inline-block;
    vertical-align: middle;
    margin-left: 13px; }
  .multiform .button_x-large {
    min-width: 280px; }
  .multiform .form__heading {
    left: -240px;
    max-width: 240px;
    min-height: 2.5em;
    display: table; }
  .multiform .input {
    height: 42px;
    padding: 0 20px;
    line-height: 41px;
    font-size: 17px; }
  .multiform textarea {
    height: auto !important;
    resize: vertical !important; }
  .multiform .input_long {
    width: 310px; }
  .multiform .dropdown__init {
    height: 42px;
    min-width: 310px;
    font-size: 17px;
    padding: 10px 20px;
    margin: 0; }
  .multiform .form__row {
    padding-left: 240px; }
  .multiform .form__title {
    display: table-cell;
    vertical-align: middle; }
  .multiform .switcher__name {
    font-size: 17px;
    min-width: 220px;
    padding-top: 10.52632px;
    padding-bottom: 10.52632px; }
  .multiform .drag-n-drop {
    min-height: 150px; }
  .multiform_compact__title {
    font-size: 30px;
    margin: 1% 0 2%; }
  .multiform_compact .layout-column_right {
    width: 28%; }
  .multiform_compact .form__heading {
    left: -160px;
    max-width: 160px;
    min-height: 2.5em;
    display: table; }
  .multiform_compact .form__row {
    padding-left: 160px; }
  .multiform_compact .form__title {
    display: table-cell;
    vertical-align: middle; }
  .multiform_compact .dropdown__init {
    padding-left: 15px;
    margin: 0;
    font-size: 15px; }
  .multiform_compact .input {
    padding-left: 15px; }
  .multiform_compact .input-group__short .dropdown__init {
    min-width: 120px; }
  .multiform_compact .input-group__medium .dropdown__init {
    min-width: 240px; }
  .multiform_compact .input-group__short .options__item {
    padding-left: 20px;
    padding-right: 0; }
    .multiform_compact .input-group__short .options__item_selected:before {
      left: -8px; }
  .multiform_small {
    padding: 0;
    margin-top: 10px; }
    .multiform_small .input.input_pre-long {
      width: 320px;
      height: 35px;
      font-size: 15px;
      line-height: 16px; }
    .multiform_small .input-group__clear {
      top: -2px; }
    .multiform_small .input-group__validate_valid:before {
      display: none; }
    .multiform_small .button_small {
      height: 35px;
      padding-right: 15px;
      margin-top: 10px;
      line-height: 32px;
      font-size: 15px;
      padding-left: 15px; }
    .multiform_small .button_large {
      height: 35px;
      padding: 0 20px;
      margin-top: 10px;
      line-height: 33px; }
  .multiform__title {
    font-weight: normal; }

.hidden-select {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  visibility: hidden; }

.help {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  padding: 12px 20px 8px;
  position: absolute;
  max-width: 280px;
  background-color: #444444;
  border-radius: 3px;
  visibility: visible;
  -webkit-transition: opacity .15s, z-index .15s, visibility 0s, top 0s, left 0s;
  transition: opacity .15s, z-index .15s, visibility 0s, top 0s, left 0s; }
  .help_narrow {
    max-width: 240px; }
  .help_fixed {
    min-width: 270px; }
  .help_visible {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 999999; }
  .help_compact {
    padding: 5px 9px 0; }
  .help__content {
    max-width: 100%; }

.help-row {
  width: 100%;
  text-align: left;
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 4px; }
  .help-row:before, .help-row:after {
    content: " ";
    display: table; }
  .help-row:after {
    clear: both; }
  .help-row_plain {
    color: #ffffff; }
  .help-row_complementary {
    color: #999999; }
  .help-row_warning {
    color: #ff8080; }
  .help-row__column_left {
    float: left; }
  .help-row__column_right {
    float: right;
    text-align: right; }
  .help-row__column_left-align {
    text-align: left; }
  .help-row__column_half {
    width: 49%; }
  .help-row__column_narrow {
    width: 40%;
    margin-left: -100%; }
  .help-row__column_wide {
    width: 72%; }
  .help-row__subrow:before, .help-row__subrow:after {
    content: " ";
    display: table; }
  .help-row__subrow:after {
    clear: both; }
  .help-row__content {
    line-height: 15px; }

.help-icon {
  width: 23px;
  height: 23px;
  position: relative;
  display: block; }
  .help-icon:hover rect, .help-icon:hover path {
    fill: #555555; }
  .help-icon__container {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -16px;
    margin-left: -16px; }
    .help-icon__container rect, .help-icon__container path {
      -webkit-transition: fill 0.15s ease;
      transition: fill 0.15s ease; }

.popovers {
  visibility: hidden; }
  .popovers .help {
    pointer-events: none; }

.warning-popover {
  min-width: 180px;
  background-color: #ffffff;
  position: absolute;
  bottom: -85px;
  left: -95px;
  padding: 15px 15px;
  z-index: 20;
  white-space: nowrap;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  display: none; }
  .warning-popover__heading {
    color: #333333;
    font-size: 13px;
    padding-bottom: 10px;
    display: inline-block; }
  .warning-popover__group {
    width: 100%;
    display: block; }

.success-popover {
  padding: 6.66667px 40px 6.66667px 13.33333px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.7);
  display: table;
  color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 2px 4px #cccccc;
  position: fixed;
  top: 0;
  left: 37%;
  z-index: 50;
  -webkit-transition: .4s all ease;
  transition: .4s all ease; }
  .success-popover_hidden {
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .success-popover__faux {
    display: table-cell;
    vertical-align: middle; }
  .success-popover__text {
    display: table-cell;
    font-size: 24px;
    vertical-align: middle; }
  .success-popover .icon_64-ok:before {
    font-size: 78px; }

.topheader {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  color: #ffffff;
  background-color: #ff5959;
  position: relative;
  overflow: hidden; }
  .topheader + .topheader {
    border-top: 1px solid rgba(0, 0, 0, 0.15); }
  .topheader_info {
    background-color: #117582; }
  .topheader__text {
    display: inline-block;
    max-width: 960px; }
  .topheader__icon {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    right: 10px;
    padding-right: 10px;
    cursor: pointer;
    width: 25px; }
    .topheader__icon .icon:before {
      font-size: 36px !important; }

.timezone__text {
  padding: 7px 0;
  margin-right: 12px;
  display: inline-block;
  vertical-align: top; }

.timezone__select {
  width: 345px;
  padding: 6px 40px 4px 15px;
  border: 1px solid #FF999B;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 2;
  border-radius: 2px;
  -webkit-transition: border-color 0.15s ease;
  transition: border-color 0.15s ease; }
  .timezone__select:hover {
    border-color: #ffffff; }
  .timezone__select select {
    max-width: 400px;
    height: auto;
    display: block;
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 11;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    cursor: pointer;
    font-size: 15px; }

.timezone__select-key {
  max-width: 345px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.timezone__icon {
  position: absolute;
  right: 9px;
  top: 8px;
  z-index: 1; }

.timezone__button {
  display: inline-block;
  padding: 8px 15px 8px;
  margin-left: 5px;
  border: 0;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  background-color: #FFD4D4;
  color: #FF5959;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease; }
  .timezone__button:hover {
    background-color: #FFFFFF; }
  .timezone__button:focus {
    outline: 0; }

.inprint-b {
  display: none; }

@media screen and (min-width: 0) and (max-width: 1279px){
  .layout-column__inner_gutter-left-triple{
    padding-left: 80px; }
  .breadcrumbs{
    font-size: 13px; }
  .breadcrumbs__item{
    padding: 11px 30px 11px 0; }
  .breadcrumbs__link{
    margin: -11px;
    padding: 11px; }
  .icon-control__icon_centered{
    top: -9px; }
  .link-control_toright{
    font-size: 13px;
    padding-left: 5px; }
  .head__section_1{
    padding-top: 18px; }
  .head__sub-section_switcher{
    padding-top: 20px; }
  .head-switcher{
    font-size: 17px; }
  .head-phone, .head-phone a{
    font-size: 15px; }
  .head-secondary{
    padding-top: 12px;
    font-size: 13px; }
  .login-box .input-group{
    min-width: 370px; }
  .login-box__input{
    width: 185px;
    padding-bottom: 4px;
    font-size: 13px; }
  .login-box__dropdown-item{
    padding-left: 17px;
    padding-right: 19px;
    width: 148px; }
  .head-user-menu{
    font-size: 13px; }
  .head-user-menu__item{
    padding-top: 11px;
    padding-bottom: 12px; }
  .head-user-menu__link{
    margin-top: -11px;
    margin-bottom: -12px;
    padding-top: 11px;
    padding-bottom: 12px; }
  .head-nav{
    font-size: 13px; }
  .promo__inner{
    background-size: 55%; }
  .promo__content{
    font-size: 25px; }
  .main-bar{
    font-size: 13px; } }

@media screen and (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx){
  .flag{
    background-image: url("../images/flags@2x.png");
    background-size: 74px auto; }
  .figure__inner_no-photo:after{
    background-image: url(../images/car-placeholder@2x.png); } }

@media screen and (max-width: 1279px){
  .input-group_inrow{
    display: block;
    padding-left: 0; } }

@media screen and (max-width: 1200px){
  .promo__line_control{
    bottom: 20px; }
  .promo__column-inner{
    font-size: 20px; } }

@media screen and (max-width: 1300px){
  .promo__column-inner_small{
    font-size: 17px; } }

@media screen and (min-height: 590px){
  .gallery .fotorama__stage{
    max-height: 500px; } }

@media screen and (min-height: 640px){
  .gallery .fotorama__stage{
    max-height: 550px; } }

@media screen and (min-height: 690px){
  .gallery .fotorama__stage{
    max-height: 600px; } }

@media screen and (min-height: 740px){
  .gallery .fotorama__stage{
    max-height: 650px; } }

@media screen and (min-height: 790px){
  .gallery .fotorama__stage{
    max-height: 700px; } }

@media screen and (max-width: 1150px){
  .linked-list-cell__sub_text{
    width: 78%; } }

@media print{
  .inprint{
    display: inline-block; }
  .inprint-b{
    display: block !important; }
  .inprint-b:before, .inprint-b:after{
    content: " ";
    display: table; }
  .inprint-b:after{
    clear: both; }
  a:link{
    color: #000000;
    text-decoration: none; }
  html, textarea, input, a, .item-sidebar__accent_time, .breadcrumbs__link, .breadcrumbs__item, .item-sidebar__row_warning, .table__inline, .table-inline__row_overbidded, .table-inline__row_faded, .table-inline__row_leading, .item-sidebar__note, .item-sidebar__group_footer, .table-dl__term, .table-dl__definition, .gallery-nav__link{
    color: #000000 !important; }
  .button.button, .button_muted, .button_primary.button_primary, .button_muted.button_disabled, .button_muted.button:disabled, .button_muted.button[disabled], .button_muted.button[disabled='disabled'], .item-bid-form.item-bid-form{
    background: none !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important; }
  .head:after, .main-bar, .item-sidebar__group{
    border-bottom-color: #000000; }
  .item-sidebar__group{
    border-top: 1px solid #000000; }
  .item-sidebar{
    border-left: 1px solid #000000; }
  .item-sidebar__form{
    padding: 10px 0; }
  .item-sidebar__row_bordered, .item-sidebar__row_blue.item-sidebar__row_blue, .item-sidebar__junction{
    border-color: #000000 !important;
    color: #000000 !important; }
  .item-sidebar__row_expanding .item-sidebar__cell_hidden, .item-sidebar__row_expanding .table-inline__row_hidden{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    position: static; }
  .item-sidebar__row_expanding .item-sidebar__cell_hidden{
    position: absolute; }
  .item-sidebar__row_expanding .table-inline__row_expander{
    display: none; }
  .item-sidebar__row_blue, .item-sidebar{
    background: none; }
  .table-inline__cell_outlined-start{
    border: 0; }
  .table-info-text{
    width: 100%;
    margin: 0;
    padding-bottom: 20px; }
  .table-info-text p{
    margin: 0; }
  .table-info-text__content{
    -webkit-transition: none;
    transition: none;
    max-height: 10000px !important;
    height: auto !important; }
  .noprint, .icon-control_help, .head-switcher, .head-nav, .lang-switcher, .item-sidebar__row_bid, .topheader, .head__line_2, .head__line_2-nogutter, .progress, .main-bar__group_aside, .item-sidebar__cell_aside, .gallery__trigger, .table-inline__row_expand-button, .table-inline__row_faded, .table-inline__cell_outlined-end, .table-info-text__link{
    display: none !important; }
  .head-phone{
    color: #000000;
    position: relative;
    top: 5px; }
  .gallery{
    position: relative; }
  .table-info{
    border-top: 1px solid #000000; }
  .table-info-text:after{
    background: none; }
  .table-info__body{
    border-bottom-color: #000000; }
  .gallery__title{
    margin: 0 !important;
    position: static !important;
    z-index: 50 !important;
    padding: 0;
    width: 99.9%;
    height: auto !important;
    background: none;
    background-color: #000000 !important;
    -webkit-print-color-adjust: exact; }
  .gallery__title span{
    display: block;
    padding: 10px 20px;
    font-size: 30px; }
  .footer{
    border-top: 2px solid #000000;
    height: 300px;
    overflow: visible;
    position: static;
    display: block;
    padding: 0 20px; }
  .footer__inner{
    padding-top: 20px; }
  .footer-main{
    display: block;
    width: 100% !important;
    float: none !important;
    margin: 0; }
  .footer-main:before, .footer-main:after{
    content: " ";
    display: table; }
  .footer-main:after{
    clear: both; }
  .footer-main__section{
    width: 16%;
    padding-left: 40px; }
  .footer-main__section:first-child{
    width: 18%;
    padding-left: 0; }
  .accent_warning{
    color: #ffffff !important;
    background-color: black !important;
    -webkit-print-color-adjust: exact; }
  .flag{
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact; }
  .textual__block-icon{
    display: none; }
  .textual__title{
    font-size: 19px; }
  .textual__subtitle{
    font-size: 15px; }
  .head__sub-section_logo{
    -webkit-filter: grayscale(1) contrast(100);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="100" intercept="-49.5" /><feFuncG type="linear" slope="100" intercept="-49.5" /><feFuncB type="linear" slope="100" intercept="-49.5" /></feComponentTransfer></filter></svg>#filter');
    filter: grayscale(1) contrast(100); }
  .button_inline{
    border: 0;
    color: #000000; }
  .layout-row_bordered{
    border-bottom: 0; }
  .fotorama{
    min-height: 0 !important; }
  .fotorama__stage{
    width: 100% !important;
    height: auto !important; }
  .fotorama__nav-wrap{
    display: none; }
  .fotorama__stage__shaft{
    width: 100% !important;
    position: static !important; }
  .fotorama__stage__frame{
    position: static !important;
    display: none; }
  .fotorama__active{
    display: block; }
  .fotorama__img{
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    position: static !important; }
  .dropdown__init:before{
    display: none; }
  .gallery-nav__list{
    margin-top: 15px; }
  .gallery-nav__item{
    margin: 0;
    padding: 0;
    padding-right: 0 !important;
    font-size: 13px; } }

.breadcrumbs__item:last-child {max-width: initial;}
.main-bar {height: initial;}

.filter-sub__content {white-space:nowrap;}
.filter-sub__list {overflow:hidden;}
.layout-column.layout-column_stretch .button__arrowhead-path {fill:#117582;}
.layout-column.layout-column_stretch .button__arrowhead {position:static;display:inline;margin-bottom:-31px;margin-left:-8px;}