/*! normalize.scss v0.1.0 | MIT License | based on 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 */
}

/**
 * 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 &lt; 22.
 */
[hidden],
template {
  display: none;
}

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  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;
}

@font-face {
  font-family: 'HelveticaNeueBold';
  src: url("../../fonts/HelveticaNeueBold.eot");
  src: url("../../fonts/HelveticaNeueBold.eot?#iefix") format("embedded-opentype"), url("../../fonts/HelveticaNeueBold.woff") format("woff"), url("../../fonts/HelveticaNeueBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueLight';
  src: url("../../fonts/HelveticaNeueLight.eot");
  src: url("../../fonts/HelveticaNeueLight.eot?#iefix") format("embedded-opentype"), url("../../fonts/HelveticaNeueLight.woff2") format("woff2"), url("../../fonts/HelveticaNeueLight.woff") format("woff"), url("../../fonts/HelveticaNeueLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
//  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;overflow: scroll; max-height: 660px;overflow-x: hidden;}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

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

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border-bottom: 1px solid #636466;
  font-size: 11.5px;
  height: 20px;
  /*.select2-selection__arrow {
    height: 26px;

    position: absolute;

    top: 1px;
    right: 1px;

    width: 20px;

    b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;

      height: 0;
      left: 50%;

      margin-left: -4px;
      margin-top: -2px;

      position: absolute;

      top: 50%;
      width: 0;
    }
  }*/
  /*.select2-selection__arrow{
    right: 15px;
    position: absolute;
    width: 0px;
    height: 0px;
    margin-top: -18px;
    b{
      position: relative;
      width: 20px;
      height: 20px;
      &amp;:after, &amp;:before{
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
      }
      &amp;:after {
        border-color: #ffffff;
        border-top-color: #fff;
        border-width: 8px;
        margin-left: -8px;
      }
      &amp;:before {
        border-color: #636466;
        border-top-color: #636466;
        border-width: 10px;
        margin-left: -10px;
      }
    }
  }*/
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  border-width: medium 1px 1px medium;
  border-style: none solid solid none;
  border-color: transparent #636466 #636466 transparent;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 4px;
  margin-left: 4px;
  position: absolute;
  bottom: 8px;
  right: 10px;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  bottom: 2px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results &gt; .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--border {
  max-width: 250px;
}
.select2-container--border .select2-selection--single {
  background-color: transparent;
  border: 1px solid #fff;
  font-size: 10px;
  height: 40px;
  padding: 10px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 10px;
  font-family: "HelveticaNeueBold", Helvetica, sans-serif;
  letter-spacing: 0.5px;
}
.select2-container--border .select2-selection--single .select2-selection__rendered {
  line-height: 20px;
}
.select2-container--border .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--border .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--border .select2-selection--single .select2-selection__arrow {
  border-width: medium 1px 1px medium;
  border-style: none solid solid none;
  border-color: transparent #fff #fff transparent;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 4px;
  margin-left: 4px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.select2-container--border[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--border[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--border.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--border.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--border.select2-container--open .select2-selection--single .select2-selection__arrow {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  bottom: 9px;
}
.select2-container--border.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--border .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--border .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--border .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--border .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--border .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--border .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--border .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--border[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--border[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--border[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--border[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--border[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--border.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--border.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--border.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--border.select2-container--open.select2-container--above .select2-selection--single, .select2-container--border.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--border.select2-container--open.select2-container--below .select2-selection--single, .select2-container--border.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--border .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--border .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--border .select2-results &gt; .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--border .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--border .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--border .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--border .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--border .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--border .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--border .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--border .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--border .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--border .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--border .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--border .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--order {
  width: 280px !important;
  margin-right: 40px;
}
.select2-container--order .select2-selection--single {
  background-color: #fff;
  border-bottom: 1px solid #636466;
  font-size: 15.5px;
  height: 25px;
  font-family: "HelveticaNeueBold", Helvetica, sans-serif;
  width: 280px;
  /*.select2-selection__arrow {
    height: 26px;

    position: absolute;

    top: 1px;
    right: 1px;

    width: 20px;

    b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;

      height: 0;
      left: 50%;

      margin-left: -4px;
      margin-top: -2px;

      position: absolute;

      top: 50%;
      width: 0;
    }
  }*/
  /*.select2-selection__arrow{
    right: 15px;
    position: absolute;
    width: 0px;
    height: 0px;
    margin-top: -18px;
    b{
      position: relative;
      width: 20px;
      height: 20px;
      &amp;:after, &amp;:before{
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
      }
      &amp;:after {
        border-color: #ffffff;
        border-top-color: #fff;
        border-width: 8px;
        margin-left: -8px;
      }
      &amp;:before {
        border-color: #636466;
        border-top-color: #636466;
        border-width: 10px;
        margin-left: -10px;
      }
    }
  }*/
}
.select2-container--order .select2-selection--single .select2-selection__rendered {
  color: #636466;
  line-height: 25px;
}
.select2-container--order .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--order .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--order .select2-selection--single .select2-selection__arrow {
  border-width: medium 1px 1px medium;
  border-style: none solid solid none;
  border-color: transparent #636466 #636466 transparent;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 4px;
  margin-left: 4px;
  position: absolute;
  bottom: 8px;
  right: 10px;
}
.select2-container--order[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--order[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--order.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--order.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--order.select2-container--open .select2-selection--single .select2-selection__arrow {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  bottom: 2px;
}
.select2-container--order.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--order .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--order .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--order .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--order .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--order .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--order .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--order .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--order[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--order[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--order[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--order[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--order[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--order.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--order.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--order.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--order.select2-container--open.select2-container--above .select2-selection--single, .select2-container--order.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--order.select2-container--open.select2-container--below .select2-selection--single, .select2-container--order.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--order .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--order .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--order .select2-results &gt; .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--order .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--order .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--order .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--order .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--order .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--order .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--order .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--order .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--order .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--order .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--order .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--order .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--orderpopup {
  width: 600px !important;
  z-index: 40000;
}
.select2-container--orderpopup .select2-selection--single {
  background-color: #fff;
  border-bottom: 1px solid #636466;
  font-size: 15px;
  height: 25px;
  width: 600px;
  text-transform: uppercase;
  text-align: center;
}
.select2-container--orderpopup .select2-selection--single .select2-selection__rendered {
  color: #636466;
  line-height: 25px;
}
.select2-container--orderpopup .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--orderpopup .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--orderpopup .select2-selection--single .select2-selection__arrow {
  border-width: medium 1px 1px medium;
  border-style: none solid solid none;
  border-color: transparent #636466 #636466 transparent;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 4px;
  margin-left: 4px;
  position: absolute;
  bottom: 8px;
  right: 10px;
}
.select2-container--orderpopup[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--orderpopup[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--orderpopup.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--orderpopup.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--orderpopup.select2-container--open .select2-selection--single .select2-selection__arrow {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  bottom: 2px;
}
.select2-container--orderpopup.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--orderpopup .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--orderpopup .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--orderpopup .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--orderpopup .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--orderpopup .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--orderpopup .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--orderpopup .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--orderpopup[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--orderpopup[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--orderpopup[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--orderpopup[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--orderpopup[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--orderpopup.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--orderpopup.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--orderpopup.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--orderpopup.select2-container--open.select2-container--above .select2-selection--single, .select2-container--orderpopup.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--orderpopup.select2-container--open.select2-container--below .select2-selection--single, .select2-container--orderpopup.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--orderpopup .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--orderpopup .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--orderpopup .select2-results &gt; .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--orderpopup .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--orderpopup .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--orderpopup .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--orderpopup .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--orderpopup .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--orderpopup .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--orderpopup .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--orderpopup .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--orderpopup .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--orderpopup .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--orderpopup .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--orderpopup .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #fff;
  color: #444;
  text-shadow: none;
  border-radius: 20px;
}

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

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

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
  margin-top: -25px;
  margin-bottom: -15px;
}

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

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

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

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

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

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

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

.fancybox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
  background: url("../../img/ico-close.png") center center no-repeat;
  background-size: 36px 36px;
}

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

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

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

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

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

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

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

/* Overlay helper */
.fancybox-lock {
  width: auto;
}

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

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

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.5);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

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

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

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

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

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

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

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

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("<a href="mailto:fancybox_sprite@2x.png">fancybox_sprite@2x.png</a>");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("<a href="mailto:fancybox_loading@2x.gif">fancybox_loading@2x.gif</a>");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
body {
  background: #fff;
  font-size: 15.5px;
  max-width: 100%;
  overflow-x: hidden;
}

a {
  transition: color 0.2s ease-in, background-color 0.2s ease-in, border-color 0.2s ease-in;
  color: #617fb3;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

ul {
  padding: 0;
  margin: 0;
  margin-left: 14px;
}
ul li {
  margin: 8px 0;
}

.l-page {
  font-family: "HelveticaNeueLight", Helvetica, sans-serif;
  color: #636466;
  letter-spacing: 0.5px;
}

.l-wrp {
  max-width: 970px;
  margin: 0 auto;
}

.is-clear:after {
  content: "";
  display: table;
  clear: both;
}

.header__top {
  padding-top: 10px;
  padding-bottom: 30px;
}
.header__top:after {
  content: "";
  display: table;
  clear: both;
}
.header__bottom {
  padding-bottom: 30px;
}
.header__bottom:after {
  content: "";
  display: table;
  clear: both;
}
.header__login-mini {
  float: right;
}
.header__search {
  float: left;
  font-size: 11.5px;
  position: relative;
}
.header__search input {
  border: medium none;
  border-bottom: 1px #636466 solid;
  line-height: 17px;
}
.header__search-ico {
  position: absolute;
  width: 13px;
  height: 13px;
  bottom: 5px;
  right: 5px;
  background-image: url("../../img/ico-search.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .header__search-ico {
    background-image: url("../../img/<a href="mailto:ico-search@2x.png">ico-search@2x.png</a>");
    background-size: 13px 13px;
  }
}
.header__phone {
  float: right;
// margin-top: 15px;
}
.header__menu {
  float: right;
  margin-top: -26px;
}
.header__menu a {
  text-decoration: none;
}
.header__menu-item {
  font-size: 10px;
  display: inline-block;
  border: 1px #636466 solid;
  border-radius: 12px;
  padding: 4px 0 3px 0;
  text-align: center;
  width: 125px;
  font-family: "HelveticaNeueBold", Helvetica, sans-serif;
  color: #636466;
  line-height: 13px;
  margin: 0 5px;
  text-transform: uppercase;
}
.header__menu-item:hover, .header__menu-item.is-selected {
  border-color: #617fb3;
  background: #617fb3;
  color: #fff;
}
.header__menu-item:last-child {
  margin-right: 0;
}
.header__menu-item.is-special {
  width: 120px;
  margin-left: 10px;
  border-color: #f3c828;
  background: #f3c828;
}
.header__menu-item.is-special:hover {
  border-color: #617fb3;
  background: #617fb3;
  color: #fff;
}

.region-choose {
  float: left;
  font-size: 11.5px;
  margin-right: 20px}

.login-mini {
  font-size: 11.5px;
}
.login-mini__text {
  padding-right: 7px;
}
.login-mini__text:before {
  content: "";
  background-image: url("../../img/ico-lk.png");
  position: absolute;
  width: 11px;
  height: 12px;
  margin-left: -20px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .login-mini__text:before {
    background-image: url("../../img/<a href="mailto:ico-lk@2x.png">ico-lk@2x.png</a>");
    background-size: 11px 12px;
  }
}
.login-mini__divider {
  padding: 0 5px;
}

.phone {
  width: 280px;
  padding: 5px;
}
.phone__number {
  font-size: 20px;
  margin-left: 46px;
  padding: 2px;
}


}
.phone__number_footer {
  font-size: 20px;
  margin-left: 86px;
  padding: 2px;
}


.phone__number:before {
  content: "";
  background-image: url("../../img/ico-phone.png");
  position: absolute;
  width: 22px;
  height: 21px;
  margin-left: -25px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .phone__number:before {
    background-image: url("../../img/<a href="mailto:ico-phone@2x.png">ico-phone@2x.png</a>");
    background-size: 22px 21px;
  }
}
.phone__text {
  font-size: 11.5px;
//  text-align: center;
}
.phone__text:before, .phone__text:after {
  content: "";
  border-bottom: 1px #636466 solid;
  width: 10px;
//  position: absolute;
  margin-top: 7px;
}
.phone__text:before {
  margin-left: -15px;
}
.phone__text:after {
  margin-left: 5px;
}

.headline {
  margin-bottom: 40px;
}

.main-promo {
  margin: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 60px;
  position: relative;
}
.main-promo__image {
  width: 100%;
}
.main-promo__image img {
  width: 100%;
  max-width: 100%;
}
.main-promo__wrp {
  max-width: 930px;
  position: absolute;
  left: 50%;
  margin-left: -465px;
  top: 40%;
}
.main-promo__city {
  float: left;
  margin-right: 15px;
}
.main-promo__services {
  float: left;
  border-bottom: 2px solid #fff;
  width: 500px;
  padding-bottom: 8px;
  margin-top: 15px;
  margin-right: 15px;
}
.main-promo__services-name {
  font-family: "HelveticaNeueBold", Helvetica, sans-serif;
  letter-spacing: 0.5px;
  font-size: 10px;
  margin-left: 15px;
  -webkit-transform: scaleY(1.0001);
          transform: scaleY(1.0001);
}
.main-promo__services-list {
  position: absolute;
  list-style: none;
  font-size: 19.715px;
  -webkit-transform: scaleX(1.0006);
          transform: scaleX(1.0006);
  text-align: center;
  margin-top: -34px;
  padding-left: 60px;
  transition: margin-top 0.3s ease-in;
}
.main-promo__services-list li {
  margin: 10px 0;
  height: 29px;
  cursor: pointer;
}
.main-promo__calc-result {
  float: left;
}
.main-promo__calc-sum {
  float: left;
  border-bottom: 2px solid #fff;
  width: 150px;
  text-align: center;
  font-size: 13px;
  padding-bottom: 5px;
  padding-top: 9px;
  display: none;
}
.main-promo__calc-sum span {
  font-size: 18px;
}
.main-promo__calc-btn {
  background-color: transparent;
  border: 1px solid #fff;
  font-size: 10px;
  height: 40px;
  padding: 14px 5px;
  color: #fff;
  font-family: "HelveticaNeueBold", Helvetica, sans-serif;
  box-sizing: border-box;
  display: block;
  margin-top: 50px;
  margin-top: 0px;
  width: 150px;
  text-align: center;
}
.main-promo__calc-btn:hover {
  background: #fff;
  color: #636466;
}
a.main-promo__calc-btn:hover {
  text-decoration: none;
}
.main-promo__order-btn {
  background-color: #f3c828;
//  border: 1px solid #fff;
  font-size: 10px;
  height: 40px;
  padding: 14px 20px;
  color: #636466;
  font-family: "HelveticaNeueBold", Helvetica, sans-serif;
//  box-sizing: border-box;
//  display: block;
  margin-top: 50px;
  margin-top: 0px;
  width: 150px;
  text-align: center;
}
.main-promo__order-btn:hover {
  color: #fff;
  background: #617fb3;
}
a.main-promo__order-btn:hover {
  text-decoration: none;
}

.btn {
  border-radius: 10px;
}

.headline {
  font-size: 18px;
  font-family: "HelveticaNeueBold", Helvetica, sans-serif;
}

.error-text {
  font-size: 10.5px;
  color: #881820;
  margin-left: 10px;
  margin-top: 0px;
  text-align: center;
  width: 98%;
  margin-bottom: -14px;
}

.success-message {
  width: 98%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
  font-size: 23px;
  font-family: "HelveticaNeueBold", Helvetica, sans-serif;
}

.features {
  border-bottom: 1px #636466 solid;
  margin-bottom: 50px;
  padding-bottom: 20px;
}
.features__item {
  display: inline-block;
  width: 160px;
  height: 260px;
  text-align: center;
  margin-right: 35px;
}
.features__item:last-child {
  margin-right: 0;
}
a.features__item:hover {
  text-decoration: none;
}
.features__item-bg {
  width: 137px;
  height: 125px;
  position: absolute;
}
.features__item-bg.bg1 {
  background-image: url("../../img/ico_services_1.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .features__item-bg.bg1 {
    background-image: url("../../img/<a href="mailto:ico_services_1@2x.png">ico_services_1@2x.png</a>");
    background-size: 400px 125px;
  }
} .features__item-bg.bg5 {
  background-image: url("../../img/ico_services_5.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and 
(-o-min-device-pixel-ratio: 3 / 2), all and 
(min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 
1.5) {
  .features__item-bg.bg5 {
    background-image: url("../../img/<a href="mailto:ico_services_1@2x.png">ico_services_5@2x.png</a>");
    background-size: 400px 125px;
  }
}
.features__item-bg.bg2 {
  background-image: url("../../img/ico_services_2.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .features__item-bg.bg2 {
    background-image: url("../../img/<a href="mailto:ico_services_2@2x.png">ico_services_2@2x.png</a>");
    background-size: 400px 125px;
  }
}
.features__item-bg.bg3 {
  background-image: url("../../img/ico_services_3.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .features__item-bg.bg3 {
    background-image: url("../../img/<a href="mailto:ico_services_3@2x.png">ico_services_3@2x.png</a>");
    background-size: 400px 125px;
  }
}
.features__item-bg.bg4 {
  background-image: url("../../img/ico_services_4.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .features__item-bg.bg4 {
    background-image: url("../../img/<a href="mailto:ico_services_4@2x.png">ico_services_4@2x.png</a>");
    background-size: 400px 125px;
  }
}
.features__item:hover .features__item-bg {
  background-position: -225px 0;
}
.features__item-name {
  text-align: center;
  display: inline-block;
  position: absolute;
  margin-top: 155px;
  width: 113px;
  font-family: "HelveticaNeueBold", Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  color: #636466;
  transition: color 0.2s ease-in, background-color 0.2s ease-in, border-color 0.2s ease-in;
}
.features__item:hover .features__item-name {
  color: #617fb3;
}
.features__item-btn {
  font-size: 10px;
  display: inline-block;
  border: 1px #636466 solid;
  border-radius: 12px;
  padding: 4px 0;
  text-align: center;
  width: 115px;
  font-family: "HelveticaNeueBold", Helvetica, sans-serif;
  color: #636466;
  line-height: 13px;
  text-transform: uppercase;
  margin-top: 195px;
  transition: color 0.2s ease-in, background-color 0.2s ease-in, border-color 0.2s ease-in;
}
.features__item:hover .features__item-btn {
  border-color: #f3c828;
}

.achievements {
  border-bottom: 1px #636466 solid;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.achievements__text {
  width: 360px;
  margin-top: 30px;
}
.achievements__map {
  background-image: url("../../img/bg_map.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 943px;
  height: 555px;
  margin-top: -110px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .achievements__map {
    background-image: url("../../img/<a href="mailto:bg_map@2x.png">bg_map@2x.png</a>");
    background-size: 943px 555px;
  }
}

.main-news {
  border-bottom: 1px solid #636466;
  margin-bottom: 50px;
  padding-bottom: 25px;
}
.main-news__items {
  margin-right: -5px;
}
.main-news__items:after {
  content: "";
  display: table;
  clear: both;
}

.subscribe-btn {
  background-color: #617fb3;
  font-size: 12px;
  height: 35px;
  padding: 12px 15px;
  color: #fff;
  font-family: "HelveticaNeueBold", Helvetica, sans-serif;
  box-sizing: border-box;
  display: inline-block;
  text-transform: uppercase;
}
.subscribe-btn:hover {
  background: #446eb7;
}
a.subscribe-btn:hover {
  text-decoration: none;
}

.news-item {
  margin-bottom: 20px;
}
.is-main .news-item__image {
  float: left;
  margin-right: 40px;
}
.news-item__image img {
  border-radius: 10px;
}
.news-item__title {
  font-size: 10px;
  display: block;
}
.is-main .news-item__title {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.is-main .news-item__desc {
  font-size: 15px;
  margin-bottom: 15px;
}
.news-item__link {
  font-size: 10px;
  font-family: "HelveticaNeueBold", Helvetica, sans-serif;
  text-transform: uppercase;
}
.news-item.is-main {
  float: left;
  width: 679px;
  border-right: 1px solid #b4b4b4;
  padding-right: 25px;
  margin-right: 25px;
  min-height: 240px;
}
.news-item a {
  color: #636466;
}

.clients__links {
  display: inline-block;
  vertical-align: middle;
  width: 220px;
  margin-right: 40px;
  margin-top: -13px;
}
.clients__desc {
  display: inline-block;
  vertical-align: middle;
  width: 665px;
}
.clients__link {
  border: 1px solid #636466;
  background-color: #fff;
  font-size: 10px;
  height: 35px;
  padding: 12px 15px;
  color: #636466;
  font-family: "HelveticaNeueBold", Helvetica, sans-serif;
  box-sizing: border-box;
  display: inline-block;
  text-transform: uppercase;
  width: 220px;
  text-align: center;
  margin: 13px 0;
}
.clients__link:hover {
  background-color: #617fb3;
  color: #fff;
}
a.clients__link:hover {
  text-decoration: none;
}
.clients__headline {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.clients__slider ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.clients__slider ul li {
  text-align: center;
  margin: 0;
}
.clients__slider ul img {
  border: 1px solid #636466;
  border-radius: 20px;
}
.clients__slider .bx-wrapper {
  margin-left: 5px;
  position: relative;
}
.clients__slider .bx-prev {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  outline: 0px none;
  width: 13px;
  height: 23px;
  text-indent: -9999px;
  z-index: 9999;
  left: -15px;
  background-image: url("../../img/ico_slider_clients_left.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .clients__slider .bx-prev {
    background-image: url("../../img/<a href="mailto:ico_slider_clients_left@2x.png">ico_slider_clients_left@2x.png</a>");
    background-size: 13px 23px;
  }
}
.clients__slider .bx-next {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  outline: 0px none;
  width: 13px;
  height: 23px;
  text-indent: -9999px;
  z-index: 9999;
  right: -15px;
  background-image: url("../../img/ico_slider_clients_right.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .clients__slider .bx-next {
    background-image: url("../../img/<a href="mailto:ico_slider_clients_right@2x.png">ico_slider_clients_right@2x.png</a>");
    background-size: 13px 23px;
  }
}

.service-promo {
  margin: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: #fff;
  margin-bottom: 40px;
  position: relative;
}
.service-promo__image {
  width: 100%;
}
.service-promo__image img {
  width: 100%;
  max-width: 100%;
}
.service-promo__wrp {
  max-width: 930px;
  position: absolute;
  width: 930px;
  left: 50%;
  margin-left: -475px;
  top: 10%;
}
@media all and (min-width: 768px) and (max-width: 1280px) {
  .service-promo__wrp {

  }
}
.service-promo__title {
  font-size: 30px;
  border-bottom: 3px solid #fff;
  text-align: center;
  margin-left: 210px;
  margin-right: 50px;
}
.service-promo__ico {
  float: left;
}
.service-promo__services {
  padding-bottom: 8px;
  margin-top: 45px;
  margin-right: 15px;
  margin-left: 185px;
  height: 100px;
  font-size: 19px;
  line-height: 25px;
}
.service-promo__services-list {
  list-style: none;
  font-size: 24.715px;
  -webkit-transform: scaleX(1.0006);
          transform: scaleX(1.0006);
  letter-spacing: 1px;
  margin-top: -40px;
  margin-left: 210px;
  transition: margin-top 0.3s ease-in;
}
.service-promo__services-list li {
  margin: 10px 0;
  height: 29px;
  cursor: pointer;
}
.service-promo__calc-result {
  float: left;
}
.service-promo__calc-sum {
  float: left;
  border-bottom: 2px solid #fff;
  width: 150px;
  text-align: center;
  font-size: 13px;
  padding-bottom: 5px;
  padding-top: 9px;
}
.service-promo__calc-sum span {
  font-size: 18px;
}
.service-promo__submit-btn {
  text-transform: uppercase;
  background-color: #f3c828;
  border: 1px solid transparent;
  font-size: 10px;
  height: 40px;
  padding: 14px 5px;
  color: #636466;
  font-family: "HelveticaNeueBold", Helvetica, sans-serif;
  box-sizing: border-box;
  display: block;
  margin-top: 30px;
  width: 150px;
  text-align: center;
}
.service-promo__submit-btn:hover {
  background: #617fb3;
  color: #fff;
}
a.service-promo__submit-btn:hover {
  text-decoration: none;
}
.service-promo .bx-wrapper {
  margin-left: 5px;
  position: relative;
}
.service-promo .bx-prev {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  outline: 0px none;
  width: 45px;
  height: 45px;
  text-indent: -9999px;
  z-index: 9999;
  left: 50%;
  margin-left: -600px;
  background-image: url("../../img/ico_slider_service_left.png");
  display: none;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .service-promo .bx-prev {
    background-image: url("../../img/<a href="mailto:ico_slider_service_left@2x.png">ico_slider_service_left@2x.png</a>");
    background-size: 45px 45px;
  }
}
.service-promo .bx-next {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  outline: 0px none;
  width: 45px;
  height: 45px;
  text-indent: -9999px;
  z-index: 9999;
  right: 50%;
  margin-right: -550px;
  background-image: url("../../img/ico_slider_service_right.png");
  display: none;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .service-promo .bx-next {
    background-image: url("../../img/<a href="mailto:ico_slider_service_right@2x.png">ico_slider_service_right@2x.png</a>");
    background-size: 45px 45px;
  }
}

.service-features {
  border-bottom: 1px #636466 solid;
  margin-bottom: 50px;
  padding-bottom: 20px;
  padding-left: 60px;
  margin-right: -100px;
}
.service-features__item {
  display: inline-block;
  width: 240px;
  height: 260px;
  text-align: center;
  margin-right: 80px;
}
.service-features__item:last-child {
  margin-right: 0;
}
a.service-features__item:hover {
  text-decoration: none;
}
.service-features__item-bg {
  width: 240px;
  height: 125px;
  position: absolute;
  text-align: center;
}
.service-features__item-name {
  text-align: center;
  display: inline-block;
  position: absolute;
  margin-top: 155px;
  width: 240px;
  font-family: "HelveticaNeueBold", Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #636466;
  transition: color 0.2s ease-in, background-color 0.2s ease-in, border-color 0.2s ease-in;
}
.service-features__item:hover .service-features__item-name {
  color: #617fb3;
}
.service-features__item-btn {
  font-size: 10px;
  display: inline-block;
  border: 1px #636466 solid;
  border-radius: 12px;
  padding: 4px 0;
  text-align: center;
  width: 160px;
  margin-left: 40px;
  margin-right: 40px;
  font-family: "HelveticaNeueBold", Helvetica, sans-serif;
  color: #636466;
  line-height: 13px;
  text-transform: uppercase;
  margin-top: 195px;
  transition: color 0.2s ease-in, background-color 0.2s ease-in, border-color 0.2s ease-in;
}
.service-features__item:hover .service-features__item-btn {
  border-color: #f3c828;
}

.sf-detail {
  display: none;
  margin-left: -55px;
}
.sf-detail:after {
  content: "";
  display: table;
  clear: both;
}
.sf-detail__close {
  float: right;
  cursor: pointer;
}
.sf-detail__img {
  display: inline-block;
  vertical-align: middle;
}
.sf-detail__img img {
  width: 460px;
  height: 394px;
}
.sf-detail__content {
  width: 500px;
  display: inline-block;
  vertical-align: middle;
}
.sf-detail__name {
  font-family: "HelveticaNeueBold", Helvetica, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #636466;
  margin-bottom: 30px;
}

.service-content {
  border-bottom: 1px #636466 solid;
  margin-bottom: 40px;
  padding-bottom: 40px;
  background: #fff;
  z-index: 20;
  position: relative;
}
.service-content:after {
  content: "";
  display: table;
  clear: both;
}
.service-content__pre-headline {
  color: #617fb3;
  font-size: 18px;
  margin-top: -10px;
  margin-bottom: 10px;
}
.service-content__title {
  text-transform: uppercase;
}
.service-content__text {
  width: 690px;
  float: left;
  border-right: 1px solid #b4b4b4;
  padding-left: 5px;
  font-size: 18px;
  line-height: 24px;
}
.service-content__post-headline {
  color: #617fb3;
  font-size: 18px;
  margin-top: 30px;
}
.service-content__list {
  margin-top: -10px;
}
.service-content__list li {
  margin-bottom: 10px;
}
.service-content__docs {
  margin-left: 20px;
  width: 210px;
  float: left;
}

.docs__item {
  margin-bottom: 20px;
}
.docs__item:after {
  content: "";
  display: table;
  clear: both;
}
.docs__item-ico {
  float: left;
  margin-right: 20px;
}
.docs__item-text {
  font-family: "HelveticaNeueBold", Helvetica, sans-serif;
  font-size: 12px;
}
.docs__item-text:after {
  content: "";
  display: table;
  clear: both;
}
.docs__item-link {
  font-size: 11px;
  margin-top: 10px;
  margin-left: 4px;
}
.docs__item-link:after {
  content: "";
  display: table;
  clear: both;
}
.docs__item-link a {
  color: #636466;
}
.docs__group {
  margin-bottom: 40px;
}
.docs__group.is-active .docs__group-name:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  bottom: 8px;
}
.docs__group-name {
  font-family: "HelveticaNeueBold", Helvetica, sans-serif;
  text-transform: uppercase;
  border-bottom: 2px solid #636466;
  padding-bottom: 10px;
  margin-bottom: 30px;
  padding-right: 80px;
  position: relative;
  cursor: pointer;
}
.docs__group-name:after {
  content: "";
  border-width: medium 2px 2px medium;
  border-style: none solid solid none;
  border-color: transparent #636466 #636466 transparent;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 4px;
  margin-left: 4px;
  position: absolute;
  bottom: 15px;
  right: 20px;
}

.vacancy {
  margin-bottom: 20px;
}
.vacancy__name {
  font-family: "HelveticaNeueBold", Helvetica, sans-serif;
  text-transform: uppercase;
  border-bottom: 2px solid #636466;
  padding-bottom: 10px;
  margin-bottom: 30px;
  padding-right: 80px;
  position: relative;
  cursor: pointer;
}
.vacancy__name:after {
  content: "";
  border-width: medium 2px 2px medium;
  border-style: none solid solid none;
  border-color: transparent #636466 #636466 transparent;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 4px;
  margin-left: 4px;
  position: absolute;
  bottom: 15px;
  right: 20px;
}
.vacancy.is-active .vacancy__name:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  bottom: 8px;
}
.vacancy__block {
  margin: 20px 0;
}
.vacancy__block-name {
  text-transform: uppercase;
  font-size: 10px;
  color: #617fb3;
  font-family: "HelveticaNeueBold", Helvetica, sans-serif;
}
.vacancy__block-content {
  font-size: 13px;
}
.vacancy ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.vacancy ul li {
  margin: 5px 0;
}
.vacancy__phone-block {
  margin-bottom: 40px;
}
.vacancy__phone {
  font-family: "HelveticaNeueBold", Helvetica, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  padding-right: 5px;
}
.vacancy__phone-text {
  display: inline-block;
  vertical-align: bottom;
  text-transform: uppercase;
  font-size: 10px;
  color: #617fb3;
  font-family: "HelveticaNeueBold", Helvetica, sans-serif;
  padding-bottom: 1px;
}

.faq {
  margin-bottom: 20px;
}
.faq__question {
  border-bottom: 2px solid #636466;
  padding-bottom: 10px;
  margin-bottom: 30px;
  padding-right: 80px;
  position: relative;
  cursor: pointer;
}
.faq__question:after {
  content: "";
  border-width: medium 2px 2px medium;
  border-style: none solid solid none;
  border-color: transparent #636466 #636466 transparent;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 4px;
  margin-left: 4px;
  position: absolute;
  bottom: 15px;
  right: 20px;
}
.faq.is-active .faq__question {
  background: #f3c828;
  border-radius: 20px;
  padding: 20px;
  border-bottom: 0px none;
  font-family: "HelveticaNeueBold", Helvetica, sans-serif;
}
.faq.is-active .faq__question:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  bottom: 8px;
}
.faq__answer {
  border-bottom: 2px solid #636466;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.service-info {
  position: relative;
  border-bottom: 1px #636466 solid;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.service-info__title {
  text-transform: uppercase;
}
.service-info__logo {
  position: absolute;
  right: 0;
  top: 10px;
}
.service-info__content {
  margin-top: -20px;
  text-align: center;
}

.news-list-item {
  position: relative;
  border-bottom: 1px #636466 solid;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.news-list-item:after {
  content: "";
  display: table;
  clear: both;
}
.news-list-item__close {
  display: none;
  cursor: pointer;
}
.news-list-item__image {
  float: left;
  margin-right: 40px;
  min-width: 215px;
}
.news-list-item__image img {
  max-width: 220px;
  max-height: 200px;
  border-radius: 10px;
}
.news-list-item__date {
  font-family: "HelveticaNeueBold", Helvetica, sans-serif;
  text-transform: uppercase;
  float: right;
  width: 170px;
  height: 200px;
  margin-left: 20px;
}
.news-list-item__title {
  font-family: "HelveticaNeueBold", Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.news-list-item__text {
  font-size: 14px;
  line-height: 15px;
}
.news-list-item__fulltext {
  display: none;
  font-size: 14px;
  line-height: 15px;
}
.news-list-item__link {
  font-size: 10px;
  font-family: "HelveticaNeueBold", Helvetica, sans-serif;
  text-transform: uppercase;
  bottom: 20px;
  position: absolute;
  left: 260px;
}

.news-list-item.is-active {
  padding: 20px 210px 20px 260px;
  width: 460px;
}
.news-list-item.is-active .news-list-item__image {
  float: none;
}
.news-list-item.is-active .news-list-item__image img {
  max-width: 460px;
  max-height: 460px;
}
.news-list-item.is-active .news-list-item__close {
  display: block;
  position: absolute;
  right: 0;
}
.news-list-item.is-active .news-list-item__date {
  width: auto;
  height: auto;
  float: none;
  clear: both;
  margin-left: 0;
  padding: 20px 0;
}
.news-list-item.is-active .news-list-item__text {
  display: none;
}
.news-list-item.is-active .news-list-item__fulltext {
  display: block;
}
.news-list-item.is-active .news-list-item__link {
  display: none;
}

.about {
  min-height: 400px;
}
.about:after {
  content: "";
  display: table;
  clear: both;
}
.about__menu {
  float: left;
  width: 220px;
  margin-right: 40px;
}
.about__menu ul {
  padding: 0;
  margin: 0;
}
.about__menu li {
  list-style: none;
  margin-bottom: 20px;
}
.about__menu a {
  border-radius: 10px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #636466;
  font-size: 10px;
  height: 40px;
  padding: 14px 5px;
  color: #636466;
  font-family: "HelveticaNeueBold", Helvetica, sans-serif;
  box-sizing: border-box;
  display: block;
  text-align: center;
}
.about__menu a:hover {
  background: #617fb3;
  color: #fff;
  text-decoration: none;
}
.about__content {
  float: left;
  width: 670px;
  min-height: 400px;
}
.about__content img {
  max-width: 100%;
}
.about__history img {
  border-radius: 20px;
}
.about__history-title {
  margin: 40px 0;
  text-transform: uppercase;
}

.boss-item {
  position: relative;
  width: 250px;
  float: left;
  margin-right: 40px;
  margin-bottom: 35px;
}
.boss-item__img {
  width: 250px;
  height: 350px;
  position: relative;
  border-radius: 20px;
}
.boss-item__img img {
  border-radius: 30px;
}
.boss-item__img:hover .boss-item__imghover {
  opacity: 1;
}
.boss-item__imghover {
  opacity: 0;
  border-radius: 30px;
  position: absolute;
  width: 250px;
  height: 350px;
  top: 0;
  left: 0;
  background: rgba(97, 127, 179, 0.5);
  color: #fff;
  text-align: center;
  font-family: "HelveticaNeueBold", Helvetica, sans-serif;
  cursor: pointer;
  transition: opacity 0.3s ease-in;
}
.boss-item__imghover-text {
  bottom: 0;
  position: absolute;
  padding: 20px;
}
.boss-item__hovername {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.boss-item__hoverposition {
  font-size: 13px;
}
.boss-item__arr {
  margin-top: 20px;
  border-top: 2px solid #636466;
  padding-top: 20px;
  width: 250px;
}
.boss-item__close {
  top: 0px;
  position: absolute;
  right: 0px;
  cursor: pointer;
}
.boss-item__name {
  font-family: "HelveticaNeueBold", Helvetica, sans-serif;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 21px;
}
.boss-item__position {
  font-family: "HelveticaNeueBold", Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 20px;
}
.boss-item__wrp {
  display: none;
  border-bottom: 2px solid;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.boss-item.is-active {
  width: auto;
}
.boss-item.is-active .boss-item__wrp {
  display: block;
}

.about__boss {
  display: none;
}

.about__filials {
  display: none;
}

.about__docs {
  display: none;
}

.about__vacancy {
  display: none;
}

.about__contacts {
  display: none;
}
.about__contest {
  display: none;
}
.about__foto_contest {
  display: none;
}

.about__instructions {
  display: none;
}

.about__payment {
  display: none;
}

.about__feedback {
  display: none;
}

.filials__col {
  box-sizing: border-box;
  width: 50%;
  padding-right: 30px;
  float: left;
}
.filials__col:last-child {
  padding-right: 0;
}
.filials__letter {
  font-family: "HelveticaNeueBold", Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 10px;
}
.filials__item {
  display: block;
  margin-bottom: 3px;
}

.order-form__ico {
  text-align: center;
}
.order-form__field {
  margin-bottom: 20px;
}
.order-form__input {
  width: 600px;
  text-align: center;
  border: 1px solid #636466;
  border-radius: 10px;
  text-transform: uppercase;
  padding: 7px;
  box-sizing: border-box;
  font-family: "HelveticaNeueBold", Helvetica, sans-serif;
}
.order-form__textarea {
  width: 600px;
  height: 150px;
  text-align: center;
  border: 1px solid #636466;
  border-radius: 10px;
  text-transform: uppercase;
  padding: 7px;
  box-sizing: border-box;
  font-family: "HelveticaNeueBold", Helvetica, sans-serif;
}
.order-form__service {
  margin-top: 15px;
}
.order-form__town {
  margin-bottom: 40px;
}
.order-form__select-name {
  position: absolute;
  font-family: "HelveticaNeueBold", Helvetica, sans-serif;
  letter-spacing: 0.5px;
  font-size: 10px;
  margin-left: 15px;
  -webkit-transform: scaleY(1.0001);
          transform: scaleY(1.0001);
  z-index: 41000;
  text-transform: uppercase;
  margin-top: 9px;
}
.order-form__submit {
  border: 1px solid #f3c828;
  box-sizing: border-box;
  display: inline-block;
  text-transform: uppercase;
  width: 600px;
  font-size: 12px;
  height: 35px;
  padding: 12px 15px;
  color: #636466;
  font-family: "HelveticaNeueBold", Helvetica, sans-serif;
  background: #f3c828;
  transition: color 0.2s ease-in, background-color 0.2s ease-in, border-color 0.2s ease-in;
}
.order-form__submit:hover {
  border: 1px solid #636466;
  background: #617fb3;
  color: #fff;
}

.service-chooser {
  width: 300px;
  margin: 0px auto 20px;
}

.main-order {
  margin-top: 40px;
  border-top: 2px solid #636466;
  padding-bottom: 40px;
  padding-top: 30px;
}
.main-order:after {
  content: "";
  display: table;
  clear: both;
}
.main-order .field {
  display: inline-block;
  position: relative;
}
.main-order .error-text {
  display: inline;
  position: absolute;
  left: 0;
  top: 28px;
  margin-left: 0;
  width: 280px;
}
.main-order input[type=text] {
  border: medium none;
  border-bottom: 1px #636466 solid;
  line-height: 17px;
  font-family: "HelveticaNeueBold", Helvetica, sans-serif;
  width: 280px;
  padding: 5px 10px;
  box-sizing: border-box;
  margin-bottom: 25px;
}
.main-order input[type=text]::-webkit-input-placeholder {
  color: #636466;
}
.main-order input[type=text]:-moz-placeholder {
  color: #636466;
  opacity: 1;
}
.main-order input[type=text]::-moz-placeholder {
  color: #636466;
  opacity: 1;
}
.main-order input[type=text]:-ms-input-placeholder {
  color: #636466;
}
.main-order__email {
  width: 220px;
  margin-right: 40px;
}
.main-order__fio {
  width: 220px;
  margin-right: 40px;
}
.main-order__branch {
  width: 220px;
  margin-right: 40px;
}
.main-order__branch {
  width: 220px;
  margin-right: 40px;
}
.main-order__submit {
  border: 1px solid #636466;
  background-color: #fff;
  font-size: 12px;
  height: 35px;
  padding: 12px 15px;
  color: #636466;
  font-family: "HelveticaNeueBold", Helvetica, sans-serif;
  box-sizing: border-box;
  display: inline-block;
  text-transform: uppercase;
  width: 280px;
  transition: color 0.2s ease-in, background-color 0.2s ease-in, border-color 0.2s ease-in;
}
.main-order__submit:hover {
  border: 1px solid transparent;
  background: #f3c828;
}

.footer {
  background: #617fb3;
  color: #fff;
  border-top: 3px solid #707070;
  padding: 30px;
  font-size: 11.5px;
}

.footer__wrp {
  max-width: 930px;
  margin: 0 auto;
  position: relative;
}
.footer__wrp a {
  color: #fff;
}
.footer__top {
  padding-bottom: 30px;
}
.footer__top:after {
  content: "";
  display: table;
  clear: both;
}
.footer__bottom:after {
  content: "";
  display: table;
  clear: both;
}
.footer__logo {
  float: left;
  margin-right: 45px;
}
.footer__menu {
  float: left;
  width: 410px;
  margin-top: 10px;
  border-bottom: 1px solid;
  padding-bottom: 1px;
  height: 80px;
}
.footer__menu a {
  display: block;
  margin-bottom: 3px;
  width: 190px;
}
.footer__login-mini {
  float: right;
}
.footer .login-mini__text:before {
  background-image: url("../../img/ico-lk-w.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .footer .login-mini__text:before {
    background-image: url("../../img/<a href="mailto:ico-lk-w@2x.png">ico-lk-w@2x.png</a>");
    background-size: 11px 12px;
  }
}
.footer__phone {
  float: right;
  position: absolute;
  right: 5px;
  margin-top: 50px;
}
.footer__phone .phone__text:before, .footer__phone .phone__text:after {
  border-color: #fff;
}
.footer .phone__number:before {
  background-image: url("../../img/ico-phone-w.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .footer .phone__number:before {
    background-image: url("../../img/<a href="mailto:ico-phone-w@2x.png">ico-phone-w@2x.png</a>");
    background-size: 22px 21px;
  }
}
.footer__contacts {
  float: left;
  width: 190px;
  margin-right: 75px;
}
.footer__contacts span {
  display: block;
  margin-top: 10px;
  font-size: 9.4px;
}
.footer__copyright span {
  display: block;
  margin-top: 10px;
  font-size: 9.4px;
}