@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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,
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/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
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 styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Remove margin
 */
figure {
  margin: 0;
}

/**
 * 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 */
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/**
 * 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;
}

/**
 * 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;
}

/* Blockquote
   ========================================================================== */
blockquote {
  margin: 0;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 479px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 480px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:after, .row:before {
  content: ' ';
  display: table;
  clear: both;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1 {
  float: left;
  max-width: 8.33333%;
  width: 8.33333%;
}

.col-xs-2 {
  float: left;
  max-width: 16.66667%;
  width: 16.66667%;
}

.col-xs-3 {
  float: left;
  max-width: 25%;
  width: 25%;
}

.col-xs-4 {
  float: left;
  max-width: 33.33333%;
  width: 33.33333%;
}

.col-xs-5 {
  float: left;
  max-width: 41.66667%;
  width: 41.66667%;
}

.col-xs-6 {
  float: left;
  max-width: 50%;
  width: 50%;
}

.col-xs-7 {
  float: left;
  max-width: 58.33333%;
  width: 58.33333%;
}

.col-xs-8 {
  float: left;
  max-width: 66.66667%;
  width: 66.66667%;
}

.col-xs-9 {
  float: left;
  max-width: 75%;
  width: 75%;
}

.col-xs-10 {
  float: left;
  max-width: 83.33333%;
  width: 83.33333%;
}

.col-xs-11 {
  float: left;
  max-width: 91.66667%;
  width: 91.66667%;
}

.col-xs-12 {
  float: left;
  max-width: 100%;
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 480px) {
  .col-sm-1 {
    float: left;
    max-width: 8.33333%;
    width: 8.33333%;
  }
  .col-sm-2 {
    float: left;
    max-width: 16.66667%;
    width: 16.66667%;
  }
  .col-sm-3 {
    float: left;
    max-width: 25%;
    width: 25%;
  }
  .col-sm-4 {
    float: left;
    max-width: 33.33333%;
    width: 33.33333%;
  }
  .col-sm-5 {
    float: left;
    max-width: 41.66667%;
    width: 41.66667%;
  }
  .col-sm-6 {
    float: left;
    max-width: 50%;
    width: 50%;
  }
  .col-sm-7 {
    float: left;
    max-width: 58.33333%;
    width: 58.33333%;
  }
  .col-sm-8 {
    float: left;
    max-width: 66.66667%;
    width: 66.66667%;
  }
  .col-sm-9 {
    float: left;
    max-width: 75%;
    width: 75%;
  }
  .col-sm-10 {
    float: left;
    max-width: 83.33333%;
    width: 83.33333%;
  }
  .col-sm-11 {
    float: left;
    max-width: 91.66667%;
    width: 91.66667%;
  }
  .col-sm-12 {
    float: left;
    max-width: 100%;
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
    float: left;
    max-width: 8.33333%;
    width: 8.33333%;
  }
  .col-md-2 {
    float: left;
    max-width: 16.66667%;
    width: 16.66667%;
  }
  .col-md-3 {
    float: left;
    max-width: 25%;
    width: 25%;
  }
  .col-md-4 {
    float: left;
    max-width: 33.33333%;
    width: 33.33333%;
  }
  .col-md-5 {
    float: left;
    max-width: 41.66667%;
    width: 41.66667%;
  }
  .col-md-6 {
    float: left;
    max-width: 50%;
    width: 50%;
  }
  .col-md-7 {
    float: left;
    max-width: 58.33333%;
    width: 58.33333%;
  }
  .col-md-8 {
    float: left;
    max-width: 66.66667%;
    width: 66.66667%;
  }
  .col-md-9 {
    float: left;
    max-width: 75%;
    width: 75%;
  }
  .col-md-10 {
    float: left;
    max-width: 83.33333%;
    width: 83.33333%;
  }
  .col-md-11 {
    float: left;
    max-width: 91.66667%;
    width: 91.66667%;
  }
  .col-md-12 {
    float: left;
    max-width: 100%;
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
    float: left;
    max-width: 8.33333%;
    width: 8.33333%;
  }
  .col-lg-2 {
    float: left;
    max-width: 16.66667%;
    width: 16.66667%;
  }
  .col-lg-3 {
    float: left;
    max-width: 25%;
    width: 25%;
  }
  .col-lg-4 {
    float: left;
    max-width: 33.33333%;
    width: 33.33333%;
  }
  .col-lg-5 {
    float: left;
    max-width: 41.66667%;
    width: 41.66667%;
  }
  .col-lg-6 {
    float: left;
    max-width: 50%;
    width: 50%;
  }
  .col-lg-7 {
    float: left;
    max-width: 58.33333%;
    width: 58.33333%;
  }
  .col-lg-8 {
    float: left;
    max-width: 66.66667%;
    width: 66.66667%;
  }
  .col-lg-9 {
    float: left;
    max-width: 75%;
    width: 75%;
  }
  .col-lg-10 {
    float: left;
    max-width: 83.33333%;
    width: 83.33333%;
  }
  .col-lg-11 {
    float: left;
    max-width: 91.66667%;
    width: 91.66667%;
  }
  .col-lg-12 {
    float: left;
    max-width: 100%;
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl-1 {
    float: left;
    max-width: 8.33333%;
    width: 8.33333%;
  }
  .col-xl-2 {
    float: left;
    max-width: 16.66667%;
    width: 16.66667%;
  }
  .col-xl-3 {
    float: left;
    max-width: 25%;
    width: 25%;
  }
  .col-xl-4 {
    float: left;
    max-width: 33.33333%;
    width: 33.33333%;
  }
  .col-xl-5 {
    float: left;
    max-width: 41.66667%;
    width: 41.66667%;
  }
  .col-xl-6 {
    float: left;
    max-width: 50%;
    width: 50%;
  }
  .col-xl-7 {
    float: left;
    max-width: 58.33333%;
    width: 58.33333%;
  }
  .col-xl-8 {
    float: left;
    max-width: 66.66667%;
    width: 66.66667%;
  }
  .col-xl-9 {
    float: left;
    max-width: 75%;
    width: 75%;
  }
  .col-xl-10 {
    float: left;
    max-width: 83.33333%;
    width: 83.33333%;
  }
  .col-xl-11 {
    float: left;
    max-width: 91.66667%;
    width: 91.66667%;
  }
  .col-xl-12 {
    float: left;
    max-width: 100%;
    width: 100%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 8.33333%;
  }
  .col-xl-pull-2 {
    right: 16.66667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.33333%;
  }
  .col-xl-pull-5 {
    right: 41.66667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.33333%;
  }
  .col-xl-pull-8 {
    right: 66.66667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.33333%;
  }
  .col-xl-pull-11 {
    right: 91.66667%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 8.33333%;
  }
  .col-xl-push-2 {
    left: 16.66667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.33333%;
  }
  .col-xl-push-5 {
    left: 41.66667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.33333%;
  }
  .col-xl-push-8 {
    left: 66.66667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.33333%;
  }
  .col-xl-push-11 {
    left: 91.66667%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}

.s-arrow-next-hover {
  background-image: url(../img/png-sprite/96dpi/sprite0wlyv81714i.png);
  background-position: -158px -69px;
  width: 4px;
  height: 5px;
  background-size: 166px, 224px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.s-arrow-next {
  background-image: url(../img/png-sprite/96dpi/sprite0wlyv81714i.png);
  background-position: -158px -36px;
  width: 4px;
  height: 6px;
  background-size: 166px, 224px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.s-arrow-prev-hover {
  background-image: url(../img/png-sprite/96dpi/sprite0wlyv81714i.png);
  background-position: -158px -60px;
  width: 4px;
  height: 5px;
  background-size: 166px, 224px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.s-arrow-prev {
  background-image: url(../img/png-sprite/96dpi/sprite0wlyv81714i.png);
  background-position: -158px -46px;
  width: 4px;
  height: 5px;
  background-size: 166px, 224px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.s-auth-sign-1 {
  background-image: url(../img/png-sprite/96dpi/sprite0wlyv81714i.png);
  background-position: -87px 0px;
  width: 43px;
  height: 43px;
  background-size: 166px, 224px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.s-auth-sign-2 {
  background-image: url(../img/png-sprite/96dpi/sprite0wlyv81714i.png);
  background-position: -87px -47px;
  width: 43px;
  height: 43px;
  background-size: 166px, 224px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.s-auth-sign-3 {
  background-image: url(../img/png-sprite/96dpi/sprite0wlyv81714i.png);
  background-position: -87px -94px;
  width: 43px;
  height: 43px;
  background-size: 166px, 224px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.s-auth-sign-4 {
  background-image: url(../img/png-sprite/96dpi/sprite0wlyv81714i.png);
  background-position: -87px -141px;
  width: 43px;
  height: 43px;
  background-size: 166px, 224px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.s-fs-blue {
  background-image: url(../img/png-sprite/96dpi/sprite0wlyv81714i.png);
  background-position: -134px -84px;
  width: 19px;
  height: 19px;
  background-size: 166px, 224px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.s-fs-grey-big {
  background-image: url(../img/png-sprite/96dpi/sprite0wlyv81714i.png);
  background-position: -134px 0px;
  width: 32px;
  height: 32px;
  background-size: 166px, 224px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.s-fs {
  background-image: url(../img/png-sprite/96dpi/sprite0wlyv81714i.png);
  background-position: -134px -60px;
  width: 20px;
  height: 20px;
  background-size: 166px, 224px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.s-man-user {
  background-image: url(../img/png-sprite/96dpi/sprite0wlyv81714i.png);
  background-position: 0px 0px;
  width: 83px;
  height: 109px;
  background-size: 166px, 224px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.s-search {
  background-image: url(../img/png-sprite/96dpi/sprite0wlyv81714i.png);
  background-position: -134px -130px;
  width: 19px;
  height: 19px;
  background-size: 166px, 224px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.s-smartphone {
  background-image: url(../img/png-sprite/96dpi/sprite0wlyv81714i.png);
  background-position: 0px -113px;
  width: 63px;
  height: 111px;
  background-size: 166px, 224px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.s-vk-blue {
  background-image: url(../img/png-sprite/96dpi/sprite0wlyv81714i.png);
  background-position: -134px -107px;
  width: 19px;
  height: 19px;
  background-size: 166px, 224px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.s-vk-grey-big {
  background-image: url(../img/png-sprite/96dpi/sprite0wlyv81714i.png);
  background-position: -87px -188px;
  width: 32px;
  height: 32px;
  background-size: 166px, 224px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.s-vk {
  background-image: url(../img/png-sprite/96dpi/sprite0wlyv81714i.png);
  background-position: -134px -36px;
  width: 20px;
  height: 20px;
  background-size: 166px, 224px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

/* Your custom fonts here */
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans/opensanslight.woff2") format("woff2"), url("../fonts/opensans/opensanslight.woff") format("woff"), url("../fonts/opensans/opensanslight.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans/opensanslightitalic.woff2") format("woff2"), url("../fonts/opensans/opensanslightitalic.woff") format("woff"), url("../fonts/opensans/opensanslightitalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 300;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans/opensans.woff2") format("woff2"), url("../fonts/opensans/opensans.woff") format("woff"), url("../fonts/opensans/opensans.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans/opensansitalic.woff2") format("woff2"), url("../fonts/opensans/opensansitalic.woff") format("woff"), url("../fonts/opensans/opensansitalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans/opensanssemibold.woff2") format("woff2"), url("../fonts/opensans/opensanssemibold.woff") format("woff"), url("../fonts/opensans/opensanssemibold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans/opensanssemibolditalic.woff2") format("woff2"), url("../fonts/opensans/opensanssemibolditalic.woff") format("woff"), url("../fonts/opensans/opensanssemibolditalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 600;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans/opensansbold.woff2") format("woff2"), url("../fonts/opensans/opensansbold.woff") format("woff"), url("../fonts/opensans/opensansbold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans/opensansbolditalic.woff2") format("woff2"), url("../fonts/opensans/opensansbolditalic.woff") format("woff"), url("../fonts/opensans/opensansbolditalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 700;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans/opensansextrabold.woff2") format("woff2"), url("../fonts/opensans/opensansextrabold.woff") format("woff"), url("../fonts/opensans/opensansextrabold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans/opensansextrabolditalic.woff2") format("woff2"), url("../fonts/opensans/opensansextrabolditalic.woff") format("woff"), url("../fonts/opensans/opensansextrabolditalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 800;
}

@font-face {
  font-family: "Museo Sans Cyrl";
  src: url("../fonts/museosanscyrl/Museosanscyrl500.woff2") format("woff2"), url("../fonts/museosanscyrl/Museosanscyrl500.woff") format("woff"), url("../fonts/museosanscyrl/Museosanscyrl500.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

a:focus {
  outline: none;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

[role="button"] {
  cursor: pointer;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  color: white;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}

.btn.btn-ttu {
  text-transform: uppercase;
  font-size: 11px;
}

.btn.btn-width {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.btn.btn-textNormal {
  font-weight: 400;
}

.btn em {
  font-weight: 400;
  text-transform: uppercase;
  font-style: normal;
}

.btn i {
  margin-top: -4px;
  margin-left: -4px;
  margin-right: 15px;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: none;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.4);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-blue {
  color: #fff;
  background-color: #2d59ca;
  border-color: #2d59ca;
}

.btn-blue:focus, .btn-blue.focus {
  color: #fff;
  background-color: #2d59ca;
}

.btn-blue:hover {
  color: #fff;
  background-color: #2447a0;
  border-color: #2447a0;
}

.btn-blue:hover.shadow {
  text-shadow: none;
}

.btn-blue:active, .btn-blue.active,
.open > .btn-blue.dropdown-toggle {
  color: #fff;
}

.btn-blue:active:hover, .btn-blue:active:focus, .btn-blue:active.focus, .btn-blue.active:hover, .btn-blue.active:focus, .btn-blue.active.focus,
.open > .btn-blue.dropdown-toggle:hover,
.open > .btn-blue.dropdown-toggle:focus,
.open > .btn-blue.dropdown-toggle.focus {
  color: #fff;
}

.btn-blue.disabled:hover, .btn-blue.disabled:focus, .btn-blue.disabled.focus, .btn-blue[disabled]:hover, .btn-blue[disabled]:focus, .btn-blue[disabled].focus,
fieldset[disabled] .btn-blue:hover,
fieldset[disabled] .btn-blue:focus,
fieldset[disabled] .btn-blue.focus {
  background-color: #2d59ca;
}

.btn-blue.btn-border {
  background-color: transparent;
  border-color: #2d59ca;
  color: #2d59ca;
}

.btn-blue.btn-border:not(.btn-notBg) {
  background-color: whitesmoke;
}

.btn-blue.btn-border:focus, .btn-blue.btn-border.focus {
  color: #fff;
  background: #2d59ca;
}

.btn-blue.btn-border:hover {
  color: #fff;
  background: #2d59ca;
}

.btn-blue.btn-border:active, .btn-blue.btn-border.active,
.open > .btn-blue.btn-border.dropdown-toggle {
  color: #fff;
  background: #1f3d8b;
  border-color: #1f3d8b;
}

.btn-blue.btn-border:active:hover, .btn-blue.btn-border:active:focus, .btn-blue.btn-border:active.focus, .btn-blue.btn-border.active:hover, .btn-blue.btn-border.active:focus, .btn-blue.btn-border.active.focus,
.open > .btn-blue.btn-border.dropdown-toggle:hover,
.open > .btn-blue.btn-border.dropdown-toggle:focus,
.open > .btn-blue.btn-border.dropdown-toggle.focus {
  color: #fff;
  background: #162b62;
  border-color: #162b62;
}

.btn-blue.btn-border:active, .btn-blue.btn-border.active,
.open > .btn-blue.btn-border.dropdown-toggle {
  background-image: none;
}

.btn-blue.btn-border.disabled:hover, .btn-blue.btn-border.disabled:focus, .btn-blue.btn-border.disabled.focus, .btn-blue.btn-border[disabled]:hover, .btn-blue.btn-border[disabled]:focus, .btn-blue.btn-border[disabled].focus,
fieldset[disabled] .btn-blue.btn-border:hover,
fieldset[disabled] .btn-blue.btn-border:focus,
fieldset[disabled] .btn-blue.btn-border.focus {
  background-color: transparent;
  border-color: transparent;
}

.btn-blue.white {
  background: #fff;
  border-color: #fff;
  color: #2d59ca;
}

.btn-blue.white:focus, .btn-blue.white.focus {
  color: #2d59ca;
  background: #cccccc;
  border-color: #cccccc;
}

.btn-blue.white:hover {
  color: #2d59ca;
  background: #d9d9d9;
  border-color: #d9d9d9;
}

.btn-blue.white:active, .btn-blue.white.active,
.open > .btn-blue.white.dropdown-toggle {
  color: #2d59ca;
  background: #d9d9d9;
  border-color: #d9d9d9;
}

.btn-blue.white:active:hover, .btn-blue.white:active:focus, .btn-blue.white:active.focus, .btn-blue.white.active:hover, .btn-blue.white.active:focus, .btn-blue.white.active.focus,
.open > .btn-blue.white.dropdown-toggle:hover,
.open > .btn-blue.white.dropdown-toggle:focus,
.open > .btn-blue.white.dropdown-toggle.focus {
  color: #2d59ca;
  background: #bfbfbf;
  border-color: #bfbfbf;
}

.btn-blue.white:active, .btn-blue.white.active,
.open > .btn-blue.white.dropdown-toggle {
  background-image: none;
}

.btn-blue.white.disabled:hover, .btn-blue.white.disabled:focus, .btn-blue.white.disabled.focus, .btn-blue.white[disabled]:hover, .btn-blue.white[disabled]:focus, .btn-blue.white[disabled].focus,
fieldset[disabled] .btn-blue.white:hover,
fieldset[disabled] .btn-blue.white:focus,
fieldset[disabled] .btn-blue.white.focus {
  background-color: transparent;
  border-color: transparent;
}

.btn-red {
  color: #fff;
  background-color: #fc1b61;
  border-color: #fc1b61;
}

.btn-red:focus, .btn-red.focus {
  color: #fff;
  background-color: #fc1b61;
}

.btn-red:hover {
  color: #fff;
  background-color: #e10348;
  border-color: #e10348;
}

.btn-red:hover.shadow {
  text-shadow: none;
}

.btn-red:active, .btn-red.active,
.open > .btn-red.dropdown-toggle {
  color: #fff;
}

.btn-red:active:hover, .btn-red:active:focus, .btn-red:active.focus, .btn-red.active:hover, .btn-red.active:focus, .btn-red.active.focus,
.open > .btn-red.dropdown-toggle:hover,
.open > .btn-red.dropdown-toggle:focus,
.open > .btn-red.dropdown-toggle.focus {
  color: #fff;
}

.btn-red.disabled:hover, .btn-red.disabled:focus, .btn-red.disabled.focus, .btn-red[disabled]:hover, .btn-red[disabled]:focus, .btn-red[disabled].focus,
fieldset[disabled] .btn-red:hover,
fieldset[disabled] .btn-red:focus,
fieldset[disabled] .btn-red.focus {
  background-color: #fc1b61;
}

.btn-red.btn-border {
  background-color: transparent;
  border-color: #fc1b61;
  color: #fc1b61;
}

.btn-red.btn-border:not(.btn-notBg) {
  background-color: whitesmoke;
}

.btn-red.btn-border:focus, .btn-red.btn-border.focus {
  color: #fff;
  background: #fc1b61;
}

.btn-red.btn-border:hover {
  color: #fff;
  background: #fc1b61;
}

.btn-red.btn-border:active, .btn-red.btn-border.active,
.open > .btn-red.btn-border.dropdown-toggle {
  color: #fff;
  background: #c80340;
  border-color: #c80340;
}

.btn-red.btn-border:active:hover, .btn-red.btn-border:active:focus, .btn-red.btn-border:active.focus, .btn-red.btn-border.active:hover, .btn-red.btn-border.active:focus, .btn-red.btn-border.active.focus,
.open > .btn-red.btn-border.dropdown-toggle:hover,
.open > .btn-red.btn-border.dropdown-toggle:focus,
.open > .btn-red.btn-border.dropdown-toggle.focus {
  color: #fff;
  background: #960230;
  border-color: #960230;
}

.btn-red.btn-border:active, .btn-red.btn-border.active,
.open > .btn-red.btn-border.dropdown-toggle {
  background-image: none;
}

.btn-red.btn-border.disabled:hover, .btn-red.btn-border.disabled:focus, .btn-red.btn-border.disabled.focus, .btn-red.btn-border[disabled]:hover, .btn-red.btn-border[disabled]:focus, .btn-red.btn-border[disabled].focus,
fieldset[disabled] .btn-red.btn-border:hover,
fieldset[disabled] .btn-red.btn-border:focus,
fieldset[disabled] .btn-red.btn-border.focus {
  background-color: transparent;
  border-color: transparent;
}

.btn-red.white {
  background: #fff;
  border-color: #fff;
  color: #fc1b61;
}

.btn-red.white:focus, .btn-red.white.focus {
  color: #fc1b61;
  background: #cccccc;
  border-color: #cccccc;
}

.btn-red.white:hover {
  color: #fc1b61;
  background: #d9d9d9;
  border-color: #d9d9d9;
}

.btn-red.white:active, .btn-red.white.active,
.open > .btn-red.white.dropdown-toggle {
  color: #fc1b61;
  background: #d9d9d9;
  border-color: #d9d9d9;
}

.btn-red.white:active:hover, .btn-red.white:active:focus, .btn-red.white:active.focus, .btn-red.white.active:hover, .btn-red.white.active:focus, .btn-red.white.active.focus,
.open > .btn-red.white.dropdown-toggle:hover,
.open > .btn-red.white.dropdown-toggle:focus,
.open > .btn-red.white.dropdown-toggle.focus {
  color: #fc1b61;
  background: #bfbfbf;
  border-color: #bfbfbf;
}

.btn-red.white:active, .btn-red.white.active,
.open > .btn-red.white.dropdown-toggle {
  background-image: none;
}

.btn-red.white.disabled:hover, .btn-red.white.disabled:focus, .btn-red.white.disabled.focus, .btn-red.white[disabled]:hover, .btn-red.white[disabled]:focus, .btn-red.white[disabled].focus,
fieldset[disabled] .btn-red.white:hover,
fieldset[disabled] .btn-red.white:focus,
fieldset[disabled] .btn-red.white.focus {
  background-color: transparent;
  border-color: transparent;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  font-size: 16px;
  font-weight: 700;
  padding: 24px 60px;
  max-width: 100%;
}

.btn-lg_paddingMin {
  padding: 10.5px 31px;
}

.btn-sm {
  font-size: 11px;
  padding: 5.5px 10.4px;
}

.btn-md {
  font-size: 13px;
  padding: 6px 10px;
}

.btn-modal {
  font-size: 17px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: #3e3e3e;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

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

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd::after {
  clear: both;
  content: "";
  display: block;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  margin: 0 -4px;
  font-size: 0;
  margin-bottom: 8px;
}

.breadcrumb li {
  padding-left: 0;
}

.breadcrumb li:after {
  display: none;
}

.breadcrumb > li {
  display: inline-block;
  font-weight: 400;
  font-size: 0;
  line-height: normal;
}

.breadcrumb > li.active > * {
  color: #6d6d6d;
  cursor: text;
}

.breadcrumb > li.active > *:hover {
  text-decoration: none;
}

.breadcrumb > li + li:before {
  content: "/";
  margin: 0 4px;
  color: #6d6d6d;
  font-size: 17px;
  display: inline-block;
  vertical-align: middle;
}

.breadcrumb > li > * {
  padding: 0 4px;
  text-decoration: none;
  font-weight: 400;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  color: black;
  font-size: 14px;
}

.breadcrumb > li > * > span {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.breadcrumb > li > * > span:focus {
  border-color: black;
}

.breadcrumb > li > * > span:hover {
  border-color: rgba(0, 0, 0, 0.6);
}

.breadcrumb > li > a:hover {
  text-decoration: none;
}

.breadcrumb > .active {
  color: #777777;
}

.breadcrumb + h1, .breadcrumb + .h1,
.breadcrumb + h2, .breadcrumb + .h2,
.breadcrumb + h3, .breadcrumb + .h2 {
  margin-top: 0px;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 17px 31px;
  padding-bottom: 17px 31px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table, table:not(.not_style_default) {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th, table:not(.not_style_default) > thead > tr > th,
.table > thead > tr > td, table:not(.not_style_default) > thead > tr > td,
.table > tbody > tr > th, table:not(.not_style_default) > tbody > tr > th,
.table > tbody > tr > td, table:not(.not_style_default) > tbody > tr > td,
.table > tfoot > tr > th, table:not(.not_style_default) > tfoot > tr > th,
.table > tfoot > tr > td, table:not(.not_style_default) > tfoot > tr > td {
  padding: 6px 8px;
  line-height: normal;
  vertical-align: middle;
}

.table > thead > tr > th + *, table:not(.not_style_default) > thead > tr > th + *,
.table > thead > tr > td + *, table:not(.not_style_default) > thead > tr > td + *,
.table > tbody > tr > th + *, table:not(.not_style_default) > tbody > tr > th + *,
.table > tbody > tr > td + *, table:not(.not_style_default) > tbody > tr > td + *,
.table > tfoot > tr > th + *, table:not(.not_style_default) > tfoot > tr > th + *,
.table > tfoot > tr > td + *, table:not(.not_style_default) > tfoot > tr > td + * {
  border-left: 1px solid #eeeeee;
}

.table > tbody > tr:nth-of-type(2n), table:not(.not_style_default) > tbody > tr:nth-of-type(2n) {
  background-color: #f8f8f8;
}

.table > tbody > tr > td, table:not(.not_style_default) > tbody > tr > td {
  padding-top: 3px;
  padding-bottom: 3px;
}

.table > tbody > tr > td p:last-child, table:not(.not_style_default) > tbody > tr > td p:last-child {
  margin-bottom: 0;
}

.table > thead > tr > th, table:not(.not_style_default) > thead > tr > th {
  background-color: #e3e3e3;
  font-weight: 700;
  color: black;
  line-height: 20px;
  font-size: 12px;
}

.table > caption + thead > tr:first-child > th, table:not(.not_style_default) > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td, table:not(.not_style_default) > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th, table:not(.not_style_default) > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td, table:not(.not_style_default) > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th, table:not(.not_style_default) > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td, table:not(.not_style_default) > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table .table, table:not(.not_style_default) .table, .table table:not(.not_style_default), table:not(.not_style_default) table:not(.not_style_default) {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-striped > tbody > tr > td {
  border-bottom: 1px solid #f0f1f2;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active, table:not(.not_style_default) > thead > tr > td.active,
.table > thead > tr > th.active, table:not(.not_style_default) > thead > tr > th.active,
.table > thead > tr.active > td, table:not(.not_style_default) > thead > tr.active > td,
.table > thead > tr.active > th, table:not(.not_style_default) > thead > tr.active > th,
.table > tbody > tr > td.active, table:not(.not_style_default) > tbody > tr > td.active,
.table > tbody > tr > th.active, table:not(.not_style_default) > tbody > tr > th.active,
.table > tbody > tr.active > td, table:not(.not_style_default) > tbody > tr.active > td,
.table > tbody > tr.active > th, table:not(.not_style_default) > tbody > tr.active > th,
.table > tfoot > tr > td.active, table:not(.not_style_default) > tfoot > tr > td.active,
.table > tfoot > tr > th.active, table:not(.not_style_default) > tfoot > tr > th.active,
.table > tfoot > tr.active > td, table:not(.not_style_default) > tfoot > tr.active > td,
.table > tfoot > tr.active > th, table:not(.not_style_default) > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success, table:not(.not_style_default) > thead > tr > td.success,
.table > thead > tr > th.success, table:not(.not_style_default) > thead > tr > th.success,
.table > thead > tr.success > td, table:not(.not_style_default) > thead > tr.success > td,
.table > thead > tr.success > th, table:not(.not_style_default) > thead > tr.success > th,
.table > tbody > tr > td.success, table:not(.not_style_default) > tbody > tr > td.success,
.table > tbody > tr > th.success, table:not(.not_style_default) > tbody > tr > th.success,
.table > tbody > tr.success > td, table:not(.not_style_default) > tbody > tr.success > td,
.table > tbody > tr.success > th, table:not(.not_style_default) > tbody > tr.success > th,
.table > tfoot > tr > td.success, table:not(.not_style_default) > tfoot > tr > td.success,
.table > tfoot > tr > th.success, table:not(.not_style_default) > tfoot > tr > th.success,
.table > tfoot > tr.success > td, table:not(.not_style_default) > tfoot > tr.success > td,
.table > tfoot > tr.success > th, table:not(.not_style_default) > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info, table:not(.not_style_default) > thead > tr > td.info,
.table > thead > tr > th.info, table:not(.not_style_default) > thead > tr > th.info,
.table > thead > tr.info > td, table:not(.not_style_default) > thead > tr.info > td,
.table > thead > tr.info > th, table:not(.not_style_default) > thead > tr.info > th,
.table > tbody > tr > td.info, table:not(.not_style_default) > tbody > tr > td.info,
.table > tbody > tr > th.info, table:not(.not_style_default) > tbody > tr > th.info,
.table > tbody > tr.info > td, table:not(.not_style_default) > tbody > tr.info > td,
.table > tbody > tr.info > th, table:not(.not_style_default) > tbody > tr.info > th,
.table > tfoot > tr > td.info, table:not(.not_style_default) > tfoot > tr > td.info,
.table > tfoot > tr > th.info, table:not(.not_style_default) > tfoot > tr > th.info,
.table > tfoot > tr.info > td, table:not(.not_style_default) > tfoot > tr.info > td,
.table > tfoot > tr.info > th, table:not(.not_style_default) > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning, table:not(.not_style_default) > thead > tr > td.warning,
.table > thead > tr > th.warning, table:not(.not_style_default) > thead > tr > th.warning,
.table > thead > tr.warning > td, table:not(.not_style_default) > thead > tr.warning > td,
.table > thead > tr.warning > th, table:not(.not_style_default) > thead > tr.warning > th,
.table > tbody > tr > td.warning, table:not(.not_style_default) > tbody > tr > td.warning,
.table > tbody > tr > th.warning, table:not(.not_style_default) > tbody > tr > th.warning,
.table > tbody > tr.warning > td, table:not(.not_style_default) > tbody > tr.warning > td,
.table > tbody > tr.warning > th, table:not(.not_style_default) > tbody > tr.warning > th,
.table > tfoot > tr > td.warning, table:not(.not_style_default) > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning, table:not(.not_style_default) > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td, table:not(.not_style_default) > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th, table:not(.not_style_default) > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger, table:not(.not_style_default) > thead > tr > td.danger,
.table > thead > tr > th.danger, table:not(.not_style_default) > thead > tr > th.danger,
.table > thead > tr.danger > td, table:not(.not_style_default) > thead > tr.danger > td,
.table > thead > tr.danger > th, table:not(.not_style_default) > thead > tr.danger > th,
.table > tbody > tr > td.danger, table:not(.not_style_default) > tbody > tr > td.danger,
.table > tbody > tr > th.danger, table:not(.not_style_default) > tbody > tr > th.danger,
.table > tbody > tr.danger > td, table:not(.not_style_default) > tbody > tr.danger > td,
.table > tbody > tr.danger > th, table:not(.not_style_default) > tbody > tr.danger > th,
.table > tfoot > tr > td.danger, table:not(.not_style_default) > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger, table:not(.not_style_default) > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td, table:not(.not_style_default) > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th, table:not(.not_style_default) > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dfdfdf;
  }
  .table-responsive > .table, .table-responsive > table:not(.not_style_default) {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th, .table-responsive > table:not(.not_style_default) > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > table:not(.not_style_default) > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > table:not(.not_style_default) > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > table:not(.not_style_default) > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > table:not(.not_style_default) > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > table:not(.not_style_default) > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  color: black;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none;
}

output {
  display: block;
  padding-top: 9px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  display: inline-block;
  width: 100%;
  padding: 8px 15px;
  line-height: 1.42857;
  background-image: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 0;
  color: black;
  font-family: "Museo Sans Cyrl", sans-serif;
  font-weight: 500;
  font-size: 18px;
}

.form-control:focus {
  border-color: #2d59ca;
  outline: 0;
}

.form-control::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #aaa;
}

.form-control::-webkit-input-placeholder {
  color: #aaa;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control_border-bottom {
  color: inherit;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid currentColor;
  border-radius: 0;
  padding: 7px 0;
}

.form-control_border-bottom::-moz-placeholder {
  color: currentColor;
  opacity: 1;
}

.form-control_border-bottom:-ms-input-placeholder {
  color: currentColor;
}

.form-control_border-bottom::-webkit-input-placeholder {
  color: currentColor;
}

.form-control_border-bottom:focus {
  box-shadow: none;
}

.form-control_border {
  color: inherit;
  background-color: transparent;
  border: 2px solid currentColor;
  border-radius: 0;
}

.form-control_border::-moz-placeholder {
  color: currentColor;
  opacity: 1;
}

.form-control_border:-ms-input-placeholder {
  color: currentColor;
}

.form-control_border::-webkit-input-placeholder {
  color: currentColor;
}

.form-control_border:focus {
  box-shadow: none;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

.form-control_min {
  padding: 5.5px 10px;
  font-size: 14px;
  font-weight: 400;
}

textarea.form-control.form-control_border {
  padding-top: 24px;
  padding-bottom: 24px;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 38px;
  }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-top: 11px;
  position: relative;
}

.form-group.two {
  margin-bottom: 8px;
}

.form-group_big {
  margin-bottom: 22px !important;
}

.form-group_checkbox {
  padding-top: 7px;
  padding-bottom: 3px;
}

.form-group.required:after {
  content: '*';
  display: inline-block;
  position: absolute;
  left: 100%;
  top: 50%;
  color: #e70e0e;
  font-size: 23px;
  font-weight: 400;
  line-height: 18px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  margin-top: -4px;
  margin-left: 12px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 47.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 9px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav::after {
  clear: both;
  content: "";
  display: block;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  font-size: 0;
  display: table;
  width: 100%;
  position: relative;
}

.nav-tabs li {
  padding-left: 0;
}

.nav-tabs li:after {
  display: none;
}

.nav-tabs:after {
  content: '';
  background-color: #e6e6e6;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.nav-tabs > li {
  display: table-cell;
  vertical-align: top;
  margin-bottom: -2px;
  padding: 0 12px;
}

.nav-tabs > li:first-child {
  padding-left: 0;
}

.nav-tabs > li:last-child {
  padding-right: 0;
}

.nav-tabs > li > a {
  padding: 21px 25px;
  border: 2px solid #e6e6e6;
  margin: 0;
  line-height: normal;
  font-weight: 300;
  color: #575757;
  font-size: 20px;
  text-align: center;
  display: block;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  color: #353650;
  border-color: #e6e6e6;
  background-color: #e6e6e6;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #353650;
  border-color: transparent;
  background-color: #e6e6e6;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu li {
  padding-left: 0;
}

.dropdown-menu li:after {
  display: none;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

a {
  color: #2d59ca;
  cursor: pointer;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:not(.not-styleLink) {
  border-bottom: 1px solid rgba(45, 89, 202, 0.3);
}

a:not(.not-styleLink):focus {
  border-color: #2d59ca;
}

a:not(.not-styleLink):hover {
  border-color: rgba(45, 89, 202, 0.6);
}

a .not-styleLink {
  text-decoration: underline;
}

.not-styleLink a {
  border-bottom: none;
}

.rub {
  letter-spacing: -12px;
  display: inline-block;
  margin-right: 12px;
}

.rub:after {
  content: '–';
  display: inline-block;
  position: relative;
  bottom: -2px;
}

.text-small {
  font-size: 12px;
}

.text-small_two {
  font-size: 14px;
}

h1, .h1 {
  margin-bottom: 30px;
  font-size: 50px;
  line-height: normal;
  color: #4f4f4f;
  font-family: GothamPro, sans-serif;
  font-weight: 700;
}

h1:first-child, .h1:first-child {
  margin-top: 0;
}

h2, .h2 {
  color: #0b6ab3;
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 25px;
  margin-top: 25px;
}

h2:first-child, .h2:first-child {
  margin-top: 0;
}

h3, .h3 {
  color: #70747b;
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 25px;
  margin-top: 25px;
}

h3:first-child, .h3:first-child {
  margin-top: 0;
}

p {
  margin-bottom: 20px;
}

hr {
  border-color: #f0f1f2;
  margin: 55px 0;
}

hr.two {
  margin: 25px 0;
}

ol, ul {
  list-style: none;
  padding: 0;
}

ol li, ul li {
  position: relative;
  padding-left: 32px;
}

ol li:after, ul li:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ef9c00;
  position: absolute;
  left: 0;
  top: 7px;
  line-height: 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

ol li {
  counter-increment: li;
  padding-left: 37px;
}

ol li:after {
  content: counter(li);
  width: 16px;
  height: 16px;
  top: 3px;
}

b {
  font-weight: 700;
  color: #292a3c;
}

.tableWrap {
  width: 100%;
  overflow: auto;
  margin-bottom: 10px;
}

.tableWrap table {
  margin-bottom: 0;
}

table {
  font-size: 12px;
  background-color: #fff;
}

table.table-two thead > tr > th {
  background-color: transparent;
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  border-bottom: 1px solid #f0f1f2;
  padding: 3px 27px;
}

table.table-two tbody > tr td {
  color: #7f7f7f;
  border-bottom: none;
}

table.table-two tbody > tr:hover td, table.table-two tbody > tr.hover td {
  background-color: transparent;
}

.not-bg {
  background: #f0f0f0 !important;
}

.db {
  display: block;
}

.table-link-title {
  margin-bottom: 10px;
}

.dropdown-menu li {
  padding: 0;
}

.pagination {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  font-size: 0;
  margin: 20px -5px;
  margin-bottom: -5px;
}

.pagination li {
  padding-left: 0;
}

.pagination li:after {
  display: none;
}

.pagination li {
  display: inline-block;
  font-weight: 400;
  padding: 5px;
}

.pagination li:not(.active) > *:hover {
  border-color: #0b6ab3;
}

.pagination li.active > * {
  background-color: #fc0;
  color: black;
}

.pagination li.active > * span {
  border-bottom-color: transparent;
}

.pagination li.next {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.pagination li.next > * {
  padding: 0 15px;
}

.pagination li.next i {
  margin-left: 40px;
  margin-top: -2px;
}

.pagination li > * {
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  line-height: 38px;
  font-weight: 400;
  text-decoration: none;
  color: #575757;
  border: none;
  font-size: 18px;
}

.pagination li > * span {
  border-bottom: 1px solid rgba(87, 87, 87, 0.3);
}

.pagination li > * span:focus {
  border-color: #575757;
}

.pagination li > * span:hover {
  border-color: rgba(87, 87, 87, 0.6);
}

.pagination li > * small {
  font-size: 12px;
}

.bootstrap-select.btn-group {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-toggle {
  background-color: white;
  border: 1px solid #aaa;
  padding: 0 19px;
  line-height: 47px;
  height: 43px;
  padding-left: 54px;
  font-family: "Museo Sans Cyrl", sans-serif;
  position: relative;
  overflow: hidden;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  color: #aaa;
  font-size: 18px;
  font-weight: 400;
  line-height: 14px;
  font-style: normal;
}

.bootstrap-select.btn-group .bs-caret {
  line-height: normal;
  height: 42px;
  width: 42px;
  top: 0;
  left: 0;
  background-color: #aaa;
  margin: 0;
}

.bootstrap-select.btn-group .bs-caret .caret {
  position: absolute;
  top: 50%;
  left: 50%;
  border-top-color: transparent;
  border-right-color: #fff;
  margin: 0;
  border: 0 solid;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #fff;
  border-width: 9px 0 9px 9px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: -1px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.bootstrap-select.btn-group.open .bs-caret .caret {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.bootstrap-select.btn-group.select-small .dropdown-toggle {
  height: 32px;
  padding-left: 40px;
}

.bootstrap-select.btn-group.select-small .dropdown-toggle .filter-option {
  font-size: 14px;
  line-height: 24px;
}

.bootstrap-select.btn-group.select-small .bs-caret {
  width: 32px;
  height: 31px;
}

.bootstrap-select.btn-group.select-small .bs-caret .caret {
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #fff;
  border-width: 6.5px 0 6.5px 7px;
}

.dib {
  display: inline-block;
  vertical-align: middle;
}

.slick-dots {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.slick-dots li {
  padding-left: 0;
}

.slick-dots li:after {
  display: none;
}

.slick-dots li {
  display: inline-block;
  padding: 2px;
}

.slick-dots li.slick-active button:after {
  border-color: #fff;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
}

.slick-dots li button {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  position: relative;
}

.slick-dots li button:after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
}

.slick-dots li button:before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px;
  opacity: .7;
}

.label-list {
  font-size: 0;
  margin: -2px -4px;
}
.ul-label-list
{
    list-style: none;
  font-size: 0;
  margin: -2px -4px;
}

.label-list__section, .ul-label-list li {
  display: inline-block;
  padding: 2px 4px;
  font-size: 14px;
}
ul.ul-label-list li:after
{
    background: none;
}

.label-list__item {
  min-width: 99px;
  text-align: center;
}

.label-list__item-input {
  display: none;
}

.label-list__item-input:checked ~ .label-list__item-element, .ul-label-list li.active .label-list__item-element {
  background-color: #2d59ca;
  color: white;
}

.label-list__item-element {
  cursor: pointer;
  border: 1px solid #2d59ca;
  display: block;
  color: #2d59ca;
  font-weight: 700;
  line-height: normal;
  padding: 6px 15px;
}

.label-list__link-item {
  display: block;
  font-size: 13px;
}

.label-list__link-item > span {
  border: 1px solid #2d59ca;
  color: #2d59ca;
  font-weight: 400;
  line-height: normal;
  padding: 4px 15px;
  display: block;
}

.label-list__link-item.active > span {
  background-color: #2d59ca;
  color: white;
}

.form-search {
  position: relative;
}

.form-search__btn {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 33px;
  background-color: #afafaf;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.form-search__btn i {
  display: inline-block;
  margin-top: -4px;
}

.form-search__input {
  color: black;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  height: 33px;
  background-color: transparent;
  border: 1px solid #afafaf;
  width: 100%;
  padding-left: 46px;
  padding-right: 15px;
  outline: none;
  font-weight: 700;
  text-transform: uppercase;
}

.form-search__input::-moz-placeholder {
  color: #8f8f8f;
  opacity: 1;
}

.form-search__input:-ms-input-placeholder {
  color: #8f8f8f;
}

.form-search__input::-webkit-input-placeholder {
  color: #8f8f8f;
}

.form-search__input:focus, .form-search__input.focus {
  border-color: #2d59ca;
}

.form-search__input:focus ~ .form-search__btn, .form-search__input.focus ~ .form-search__btn {
  background-color: #2d59ca;
}

.ttu {
  text-transform: uppercase;
}

.MuseoSansCyrl {
  font-family: "Museo Sans Cyrl", sans-serif;
}

.openSans {
  font-family: "Open Sans", sans-serif;
}

.style-radio, .style-radio label {
  cursor: pointer;
  color: black;
  font-family: "Museo Sans Cyrl", sans-serif;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.style-radio_textSmall {
  font-size: 16px;
}

.style-radio__el {
  width: 14px;
  height: 14px;
  border: 2px solid black;
  border-radius: 50%;
  display: block;
  position: relative;
  margin-top: -2px;
}

.style-radio__el:after {
  content: '';
  width: 6px;
  height: 6px;
  background-color: black;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -3px;
  opacity: 0;
}

.style-radio__el_min {
  width: 10px;
  height: 10px;
}

.style-radio__el_min:after {
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
}

.style-radio__input {
  display: none;
}

.style-radio__input:checked ~ .style-radio__table {
  opacity: 1;
}

.style-radio__input:checked ~ .style-radio__table .style-radio__el:after {
  opacity: 1;
}

.style-radio__table {
  display: table;
  opacity: 0.4;
}

.style-radio__table-cell {
  display: table-cell;
  vertical-align: middle;
}

.style-radio__table-cell + * {
  padding-left: 6px;
}

.style-radio__table-cell_el {
  padding-top: 5px;
}

.style-radio__table_smallMargin .style-radio__table-cell + * {
  padding-left: 2px;
}

.count-block {
  white-space: nowrap;
  font-size: 0;
}

.count-block > * {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
}

.count-block__btn {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  color: #fc145c;
  font-weight: 700;
  height: 31px;
  padding: 0 8px;
  border: none;
}

a.count-block__btn, a.delete-food
{
    border: none;
}

.count-block__btn:hover {
  color: #db1454;
}

.count-block__input {
  width: 75px;
  height: 31px;
  border: 1px solid #aaa;
  outline: none;
}

.count-block_small > * {
  font-size: 11px;
}

.count-block_small .count-block__input {
  width: 34px;
  height: 20px;
}

.count-block_small .count-block__btn {
  height: 20px;
  padding: 0 4px;
}

.IScroll {
  position: relative;
  overflow: hidden;
  margin-right: -8px;
  padding-right: 8px;
}

.IScroll .iScrollLoneScrollbar {
  width: 8px !important;
  background-color: rgba(0, 0, 0, 0.19);
  border-radius: 0;
}

.IScroll .iScrollLoneScrollbar .iScrollIndicator {
  width: 8px !important;
  background-color: #949494 !important;
  border-radius: 0 !important;
  border: 2px solid rgba(0, 0, 0, 0.06) !important;
}

.network {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  font-size: 0;
  margin: -2px;
}

.network li {
  padding-left: 0;
}

.network li:after {
  display: none;
}

.network li {
  display: inline-block;
  font-size: 11px;
  padding: 2px;
}

.network li a {
  display: block;
}

hr {
  border-top-color: #cdcdcd;
  margin: 25px 0;
}

.hr {
  padding: 0 17px;
}

.arrow-style .slick-arrow {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  position: absolute;
  top: 50%;
  width: 25px;
  height: 25px;
  border: 1px solid #ececec;
  background-color: #fff;
  z-index: 2;
  margin-top: -12.5px;
}

.arrow-style .slick-arrow i {
  margin-top: -2px;
}

.arrow-style .slick-arrow:hover {
  background-color: #2d59ca;
  border-color: #2d59ca;
}

.arrow-style .slick-arrow:hover .s-arrow-prev {
  background-image: url(../img/png-sprite/96dpi/sprite0wlyv81714i.png);
  background-position: -158px -60px;
  width: 4px;
  height: 5px;
  background-size: 166px, 224px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.arrow-style .slick-arrow:hover .s-arrow-next {
  background-image: url(../img/png-sprite/96dpi/sprite0wlyv81714i.png);
  background-position: -158px -69px;
  width: 4px;
  height: 5px;
  background-size: 166px, 224px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.arrow-style .slick-arrow.slick-prev {
  right: 100%;
}

.arrow-style .slick-arrow.slick-next {
  left: 100%;
}

.color-blue {
  color: #2d59ca;
}

.color-blue svg {
  fill: #2d59ca;
}

.color-blue__title {
  border-bottom: 1px solid transparent;
}

.color-blue__title_viewBorder {
  border-bottom-color: rgba(45, 89, 202, 0.3);
}

.color-blue__title_dotted {
  border-bottom-style: dotted;
}

.color-blue__title_dashed {
  border-bottom-style: dashed;
}

.color-blue:hover .color-blue__title {
  border-bottom-color: rgba(45, 89, 202, 0.6);
}

.color-black {
  color: #000;
}

.color-black svg {
  fill: #000;
}

.color-black__title {
  border-bottom: 1px solid transparent;
  text-transform: uppercase;
}

.color-black__title_viewBorder {
  border-bottom-color: rgba(0, 0, 0, 0.3);
}

.color-black__title_dotted {
  border-bottom-style: dotted;
}

.color-black__title_dashed {
  border-bottom-style: dashed;
}

.color-black:hover .color-black__title {
  border-bottom-color: rgba(0, 0, 0, 0.6);
}

.color-white {
  color: #fff;
}

.color-white svg {
  fill: #fff;
}

.color-white__title {
  border-bottom: 1px solid transparent;
}

.color-white__title_viewBorder {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}

.color-white__title_dotted {
  border-bottom-style: dotted;
}

.color-white__title_dashed {
  border-bottom-style: dashed;
}

.color-white:hover .color-white__title {
  border-bottom-color: rgba(255, 255, 255, 0.6);
}

.color-red {
  color: #ea0f38;
}

.color-red svg {
  fill: #ea0f38;
}

.color-red__title {
  border-bottom: 1px solid transparent;
}

.color-red__title_viewBorder {
  border-bottom-color: rgba(234, 15, 56, 0.3);
}

.color-red__title_dotted {
  border-bottom-style: dotted;
}

.color-red__title_dashed {
  border-bottom-style: dashed;
}

.color-red:hover .color-red__title {
  border-bottom-color: rgba(234, 15, 56, 0.6);
}

.color-grey {
  color: #666;
}

.color-grey svg {
  fill: #666;
}

.color-grey__title {
  border-bottom: 1px solid transparent;
}

.color-grey__title_viewBorder {
  border-bottom-color: rgba(102, 102, 102, 0.3);
}

.color-grey__title_dotted {
  border-bottom-style: dotted;
}

.color-grey__title_dashed {
  border-bottom-style: dashed;
}

.color-grey:hover .color-grey__title {
  border-bottom-color: rgba(102, 102, 102, 0.6);
}

html, body {
  height: 100%;
  background-color: #f1f1f1;
  color: #666;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.page__wrapper {
  min-height: 100%;
}

* html .page__wrapper {
  height: 100%;
}

.title-small {
  font-size: 13px;
  margin: 0;
  margin-bottom: 10px;
}

.content {
  margin: -10px;
  font-size: 0;
}

.content:after {
  content: '';
  display: table;
  clear: both;
}

.content > * {
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

.content__left {
  width: 74%;
}

.content__right {
  width: 26%;
}

.stock-min__item {
  color: #666;
  font-weight: 300;
  font-size: 13px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 9px 17px;
  padding-bottom: 13px;
  cursor: pointer;
}

.stock-min__item + .stock-min__item {
  margin-top: 10px;
}

.stock-min__item-title {
  color: #363636;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  margin-bottom: 4px;
}

.stock-min__item-text {
  margin: 0;
  margin-bottom: 4px;
}

.instagram-widget__title {
  margin-bottom: 13px;
  font-size: 13px;
}

.instagram-widget__list {
  display: block;
  margin-bottom: 11px;
}

.instagram-widget__list-photo {
  font-size: 0;
  margin: -4.5px;
}

.instagram-widget__list-photo-section {
  display: inline-block;
  vertical-align: top;
  padding: 4.5px;
  width: 25%;
}

.instagram-widget__list-photo-item {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
}

.instagram-widget__link {
  display: table;
  width: 100%;
  color: #fff;
  fill: currentColor;
  background-color: #2d59ca;
  font-size: 12px;
  padding: 4px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.instagram-widget__link-section {
  display: table-cell;
  vertical-align: middle;
  padding: 0 8px;
}

.instagram-widget__link-section + * {
  border-left: 1px solid;
}

.instagram-widget__link:hover {
  background-color: #2850b2;
}

.partners__list {
  margin: 0 -15px;
}

.partners__section {
  outline: none;
  padding: 0 15px;
}

.partners__section img {
  width: 100%;
}

.block-bg {
  background-size: cover;
  background-position: center;
  background-image: url("../img/content/block-bg.jpg");
}

.block-bg__title {
  color: white;
  font-size: 25px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 33px;
}

.block-bg__table {
  display: table;
  width: 100%;
  height: 307px;
}

.block-bg__table-cell {
  display: table-cell;
  vertical-align: middle;
}

.counter {
  color: black;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background-color: #e2e2e2;
  padding: 23px 0;
}

.counter__sections {
  font-size: 0;
  margin: -3px -8.5px;
}

.counter__sections-section {
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  padding: 3px 8.5px;
}

.col-btn {
  font-size: 0;
  margin: -4px;
}

.col-btn__cell {
  display: inline-block;
  padding: 4px;
  width: 100%;
}

.auth-sign {
  margin-bottom: 29px;
}

.auth-sign__item {
  display: table;
  width: 100%;
  color: white;
  font-size: 18px;
}

.auth-sign__item + *.auth-sign__item {
  margin-top: 10px;
}

.auth-sign__item > * {
  display: table-cell;
  vertical-align: middle;
}

.auth-sign__item-icon {
  width: 45px;
}

.auth-sign__item-title {
  background-color: #2d59ca;
  padding-left: 22px;
  padding-right: 15px;
}

.auth-sign__item:hover .auth-sign__item-title {
  background-color: #2a52ae;
}

.list-basketBlock {
  max-height: 300px;
}

.list-basket {
  border: 1px solid #cdcdcd;
  border-right: none;
  border-left: none;
}

.list-basket__item {
  color: black;
  font-size: 18px;
  font-weight: 400;
  display: table;
  width: 100%;
  padding: 8px 10px;
}

.list-basket__item > * {
  display: table-cell;
  vertical-align: middle;
}

.list-basket__item + * {
  border-top: 1px solid #cdcdcd;
}

.list-basket__item-title {
  position: relative;
  padding-left: 20px;
}

.list-basket__item-title:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: black;
  display: block;
  top: 50%;
  margin-top: -3px;
  left: 0;
  border-radius: 50%;
}

.list-basket__item-clear {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  fill: #fc145c;
}

.modal-table-text {
  display: table;
  font-size: 18px;
  font-weight: 400;
}

.modal-table-text_row {
  display: table-row;
}

.modal-table-text_cell {
  display: table-cell;
  vertical-align: middle;
}

.modal-table-text_cell + * {
  padding-left: 35px;
}

.modal-table-text_cell:empty {
  padding: 4px 0;
}

.list-modal-toggle-checkbox__elementsHidden:not(.active) {
  display: none;
}

.header + .desc-card {
  margin-top: -27px;
}

.desc-card {
  padding: 70px 0;
}

.desc-card__title {
  color: #2d59ca;
  font-size: 22px;
  font-weight: 800;
  line-height: 31px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 8px;
}

.desc-card__text {
  color: black;
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  margin: 0;
}

.registration-block {
  background-size: cover;
  background-image: url("../img/content/registration-block-bg.jpg");
  background-position: center;
  padding: 78px 0;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.45);
}

.registration-block__title {
  color: black;
  font-size: 22px;
  font-weight: 800;
  line-height: 31px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 25px;
}

.registration-block__text {
  color: black;
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
  margin: 0;
  margin-bottom: 11px;
}

.registration-block__text:last-child {
  margin-bottom: 0;
}

.registration-block__text_big {
  font-size: 15px;
}

.registration-block_card {
  background-image: url("../img/content/registration-card-bg.jpg");
  box-shadow: none;
}

.registration-block__list {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  font-size: 0;
  width: 840px;
  max-width: 100%;
  margin: 10px -25px;
  display: inline-block;
}

.registration-block__list li {
  padding-left: 0;
}

.registration-block__list li:after {
  display: none;
}

.registration-block__list li {
  display: inline-block;
  vertical-align: middle;
  width: 33.33%;
  padding: 15px 25px;
}

.registration-block__list-item {
  color: black;
  font-size: 15px;
  font-weight: 600;
}

.registration-block__list-item-title {
  margin: 0;
}

.phone-block {
  background-color: #fff;
  color: black;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  padding: 19px 10px;
  margin: 8px 0;
}

.phone-block_textSmall {
  font-size: 10px;
  line-height: 13px;
}

.phone-block:first-child {
  margin-top: 0;
}

.phone-block__phone-small {
  font-size: 14px;
  line-height: 22px;
  display: block;
  padding: 3px 0;
}

.phone-block__phone {
  color: #2d59ca;
  font-size: 21px;
  line-height: 28px;
  display: block;
  margin: 6px 0;
}

.phone-block__text {
  display: block;
}

.phone-block__text_margin:not(:last-child) {
  margin-bottom: 10px;
}

.banner-desc-table {
  display: table;
  margin: 12px 0;
  width: 100%;
}

.banner-desc-table__cell {
  display: table-cell;
  vertical-align: top;
  background-color: white;
  padding: 17px;
  padding-bottom: 10px;
}

.banner-desc-table__cell_retreat {
  background-color: transparent;
  width: 14px;
  padding: 0;
}

.banner-desc {
  font-size: 12px;
  color: #000;
  line-height: 14px;
}

.banner-desc__title {
  font-size: 12px;
  font-weight: 700;
  display: block;
  margin: 0;
  margin-bottom: 7px;
}

.banner-desc__table {
  display: table;
}

.banner-desc__table-cell {
  display: table-cell;
  vertical-align: top;
}

.banner-desc__table-cell + * {
  padding-left: 9px;
}

.akardion__item {
  background-color: white;
  border: 1px solid #2d59ca;
  padding: 5px 15px;
  padding-left: 28px;
  position: relative;
}

.akardion__item + * {
  margin-top: 11px;
}

.akardion__item-title {
  color: #2d59ca;
  font-size: 14px;
  font-weight: 600;
}

.akardion__item:after {
  content: '';
  display: block;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #2d59ca;
  border-width: 6.5px 0 6.5px 7px;
  position: absolute;
  left: 11px;
  top: 8px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.akardion__item-text {
  color: black;
  font-size: 13px;
  font-weight: 400;
  padding: 5px 0;
  display: none;
}

.akardion__item.active .akardion__item-title {
  color: #000;
}

.akardion__item.active:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.akardion__item.open .akardion__item-text {
  display: block;
}

.desc-institution {
  color: #666;
  font-size: 12px;
}

.desc-institution__subTitle {
  font-weight: 300;
  margin: 0;
}

.desc-institution__title {
  color: #363636;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.desc-institution__contacts {
  background-color: #fff;
  padding: 13px 22px;
}

.desc-institution__contacts-main {
  margin: -5px -10px;
}

.desc-institution__contacts-text {
  display: inline-block;
  margin: 0;
  color: black;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  padding: 5px 10px;
}

.desc-institution__contacts-title {
  color: #787878;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  display: block;
}

.desc-institution__table {
  display: table;
  width: 100%;
}

.desc-institution__table-cell {
  display: table-cell;
  vertical-align: top;
}

.desc-institution__table-cell_img {
  width: 210px;
}

.desc-institution__table-cell_desc {
  padding: 0 22px;
}

.desc-institution__table-cell_contacts {
  width: 217px;
}

.desc-institution__table-cell_contacts .desc-institution__contacts {
  margin-top: -13px;
}

.desc-institution__labels {
  margin: 12px 0;
}

.desc-institution__bonus {
  font-size: 11px;
  font-weight: 400;
  line-height: 17px;
}

.desc-institution__bonus-title {
  margin: 0;
  font-size: 12px;
}

.desc-institution__bonus-num {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}

.desc-institution__titleTable {
  display: table;
  width: 100%;
}

.desc-institution__titleTable-cell {
  display: table-cell;
  vertical-align: top;
}

.desc-institution__titleTable-cell_textRight {
  text-align: right;
}

.item-list-basket {
  color: black;
  background-color: #fff;
  padding: 13px 10px;
  margin-bottom: 12px;
}

.item-list-basket__title {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 12px;
}

.item-list-basket__price {
  font-size: 18px;
}

.item-list-basket__list {
  border: 1px solid #cdcdcd;
  border-right: none;
  border-left: none;
}

.item-list-basket__list-item {
  position: relative;
  color: black;
  font-weight: 400;
  padding: 6px 0;
  padding-right: 14px;
}

.item-list-basket__list-item > * {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  padding: 2px;
}

.item-list-basket__list-item + * {
  border-top: 1px solid #cdcdcd;
}

.item-list-basket__list-item-clear {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  fill: #fc145c;
  display: block;
}

.item-list-basket__list-item-clear:hover {
  fill: #cf144f;
}

.reviews {
  background-color: #fff;
  padding: 21px;
}

.reviews__item {
  display: table;
  color: #666;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 21px;
  margin-bottom: 21px;
}

.reviews__item > * {
  display: table-cell;
  vertical-align: middle;
}

.reviews__item > * + * {
  padding-left: 33px;
}

.reviews__item-profile {
  color: black;
  width: 182px;
}

.reviews__item-profile-table {
  display: table;
}

.reviews__item-profile-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.reviews__item-profile-table-cell + * {
  padding-left: 10px;
}

.reviews__item-profile-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 8px;
}

.reviews__item-profile-ava {
  width: 55px;
}

.reviews__item-profile-ava img {
  width: 100%;
}

.reviews__item-profile-dateTime {
  font-size: 12px;
  font-weight: 400;
  display: table;
  width: 100%;
}

.reviews__item-profile-dateTime > * {
  display: table-cell;
  vertical-align: middle;
}

.reviews__item-profile-dateTime-time {
  text-align: right;
}

.slider-list-photo {
  margin: 0 -11px;
}

.slider-list-photo__section {
  outline: none;
  padding: 0 11px;
}

.slider-list-photo__section img {
  width: 100%;
}

.tabs__nav {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  font-size: 0;
  margin: -5px -3px;
}

.tabs__nav li {
  padding-left: 0;
}

.tabs__nav li:after {
  display: none;
}

.tabs__nav li {
  display: inline-block;
  padding: 5px 3px;
}

.tabs__nav li.active > a {
  color: #fff;
}

.tabs__nav li.active > a > span {
  background-color: #2d59ca;
}

.tabs__nav li.active > a:after {
  opacity: 1;
}

.tabs__nav li:not(.active) > a:hover > span {
  background-color: #fff;
}

.tabs__nav li a {
  display: block;
  color: #2d59ca;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  position: relative;
}

.tabs__nav li a > span {
  display: block;
  padding: 5.5px 10px;
  border: 1px solid #2d59ca;
}

.tabs__nav li a:after {
  content: '';
  display: block;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: #2d59ca transparent transparent;
  border-width: 0.5rem 0.5rem 0;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  opacity: 0;
}

.tabs__content-item:not(.active) {
  display: none;
}

.content-toggle-profile {
  display: none;
}

.btn-toggle-profile-descText {
  margin: 0;
  color: #666;
  font-size: 9px;
  font-weight: 300;
  background-color: white;
  padding: 5px 10px;
  position: relative;
}

.btn-toggle-profile-descText:after {
  content: '';
  display: block;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent #fff transparent transparent;
  border-width: 0 1rem 1rem 0;
  position: absolute;
  right: 100%;
  top: 0;
}

.btn-toggle-profile-descTextBlockMain {
  position: absolute;
  padding-left: 43%;
  width: 100%;
  display: block;
}

.btn-toggle-profile {
  position: relative;
  clear: both;
}

.btn-toggle-profile:after {
  content: '?';
  width: 20px;
  height: 20px;
  background-color: #2d59ca;
  border: 2px solid #f1f1f1;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: -9px;
  right: -10px;
  color: white;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn-toggle-profile:before {
  content: '';
  border-style: solid;
  height: 0;
  width: 0;
  border-color: #2d59ca transparent transparent;
  border-width: 0.5rem 0.5rem 0;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  margin-top: -7px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn-toggle-profile.active:after {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.btn-toggle-profile.active:before {
  margin-top: 0;
}

.card-desc {
  background-size: cover;
  background-position: center;
  background-image: url("../img/content/card-desc.jpg");
  padding-top: 30px;
}

.card-desc__table {
  display: table;
  width: 100%;
}

.card-desc__table > * {
  display: table-cell;
  vertical-align: middle;
}

.card-desc__img {
  width: 1px;
}

.card-desc__img img {
  width: 357px;
  margin-left: -42px;
  margin-bottom: -12px;
  max-width: none;
}

.card-desc__text {
  margin: 0;
  color: #2e2e2e;
  font-size: 21px;
  font-weight: 800;
  font-family: 'Open Sans', sans-serif;
  line-height: 31px;
  text-transform: uppercase;
}

.card-desc__text > span {
  margin-top: -26px;
  display: block;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.footer {
  background-color: #303030;
  color: #fff;
  padding: 25px 0;
  padding-bottom: 30px;
}

.footer a {
  color: currentColor;
}

.footer svg {
  fill: currentColor;
}

.footer__logo {
  display: block;
  margin-bottom: 6px;
}

.footer__text {
  line-height: 21px;
  padding-top: 15px;
}

.footer__text p {
  margin-bottom: 7px;
}

.footer__copyright {
  text-align: center;
}

.footer__copyright-img {
  margin-bottom: 8px;
}

.footer__copyright-img img {
  width: 83px;
  height: 31px;
  display: inline-block;
}

.footer__blockCenter {
  text-align: center;
}

.footer__blockRight {
  text-align: right;
}

.item {
  color: #666;
  font-size: 13px;
  font-weight: 300;
}

.item__img {
  position: relative;
}

.item__img-label {
  position: absolute;
  top: 11px;
  left: 0;
  background-color: #2d59ca;
  color: white;
  font-weight: 700;
  line-height: normal;
  padding: 3.5px 15px;
}

.item__img img {
  width: 100%;
}

.item__body {
  border: 1px solid #e7e7e7;
  border-top: none;
  padding: 12px 15px;
}

.item__title {
  color: #363636;
  font-size: 16px;
  font-weight: 400;
  margin: 2px 0;
}

.item__text:not(:last-child) {
  margin-bottom: 6px;
}

.item__btnLike {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  fill: currentColor;
  color: #acabab;
}

.item__table {
  display: table;
  width: 100%;
}

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

.item__number {
  font-size: 14px;
}

.item__price {
  color: #666;
  font-size: 13px;
}

.itemList {
  font-size: 0;
  margin: -12px;
}

.itemList__section {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding: 12px;
}

.itemList__banner {
  background-color: #fff;
  padding: 0 20px;
  color: #666;
  font-size: 11px;
  font-weight: 300;
  position: relative;
  padding-top: 42px;
  padding-bottom: 15px;
}

.itemList__banner-title {
  font-size: 13px;
  margin-bottom: 4px;
  font-weight: 400;
}

.itemList__banner-text {
  margin-bottom: 8px;
}

.itemList__banner-date {
  margin-bottom: 13px;
}

.header {
  margin-bottom: 27px;
  position: relative;
  z-index: 9;
}

.header__nav {
  background-color: white;
  box-shadow: 0.6px 0.8px 4px #a4a4a4;
}

.header__nav-table {
  display: table;
  width: 100%;
}

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

.header__nav-table-cell_logo {
  width: 100px;
}

.header__nav-table-cell_toggleNav {
  width: 55px;
}

.header__nav-logo {
  display: block;
  line-height: 54px;
}

.header__nav-logo img {
  width: 64px;
  height: 39px;
}

.header__nav-list ul {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  margin: 0 -15px;
  display: table;
  font-weight: 700;
  line-height: 56px;
}

.header__nav-list ul li {
  padding-left: 0;
}

.header__nav-list ul li:after {
  display: none;
}

.header__nav-list ul li {
  display: table-cell;
  font-size: 13px;
}

.header__nav-list ul li.active a {
  color: #2d59ca;
}

.header__nav-list ul li a {
  display: block;
  padding: 0 15px;
}

.header__nav-list ul li a:hover > span {
  border-bottom-color: rgba(0, 0, 0, 0.2) !important;
}

.header__profile {
  color: #000;
  text-align: left;
  line-height: 17px;
  display: inline-block;
}

.header__profile-table {
  display: table;
}

.header__profile-table-cell {
  display: table-cell;
  vertical-align: bottom;
}

.header__profile-table-cell + * {
  padding-left: 9px;
}

.header__profile-title {
  font-weight: 600;
}

.header__profile-links {
  font-size: 0;
}

.header__profile-links-link {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}

.header__profile-links-link span {
  display: inline-block;
  line-height: 14px;
  text-transform: initial;
}

.header__profile-links-link + *:before {
  content: '/';
  margin: 0 4px;
}
.header__profile-links-link.active
{
    color: #fc145c;
/*    border-bottom: 1px solid #fc145c;*/
}

.header__profile-links-link.active .color-black__title_viewBorder
{
    border-bottom: 1px solid #fc145c!important;
}

.mobile-list-anim {
  display: inline-block;
  width: 100%;
  position: relative;
  background-color: #2d59ca;
  color: #fff;
}

.mobile-list-anim .menuTopMobel {
  color: currentColor;
  display: block;
  border-bottom: none;
  border-top: none;
  outline: none;
  margin-bottom: 0;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  line-height: 55px;
  text-align: center;
  vertical-align: top;
  height: 55px;
  padding: 0;
}

.mobile-list-anim .menuTopMobel .menu-icon {
  fill: currentColor;
  display: inline-block;
  pointer-events: none;
}

.mobile-list-anim .menuTopMobel .menu-icon svg {
  display: block;
}

.mobile-list-anim .menuTopMobel .menu-mobile {
  pointer-events: none;
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 12px;
  color: currentColor;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform ease-out 200ms;
  transition: -webkit-transform ease-out 200ms;
  transition: transform ease-out 200ms;
  transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
}

.mobile-list-anim .menuTopMobel .menu-mobile-hamburger {
  width: 16px;
  height: 2px;
  background: currentColor;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -1px;
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
}

.mobile-list-anim .menuTopMobel .menu-mobile-hamburger.one {
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}

.mobile-list-anim .menuTopMobel .menu-mobile-hamburger.two {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mobile-list-anim .menuTopMobel .menu-mobile-hamburger.three {
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.mobile-list-anim input[type="checkbox"] {
  display: none;
}

.mobile-list-anim input[type="checkbox"]:checked ~ .menuTopMobel .menu-mobile-hamburger.one {
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
  transform: translate3d(0, 0, 0) rotate(45deg);
}

.mobile-list-anim input[type="checkbox"]:checked ~ .menuTopMobel .menu-mobile-hamburger.two {
  -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
  transform: translate3d(0, 0, 0) scale(0.1, 1);
}

.mobile-list-anim input[type="checkbox"]:checked ~ .menuTopMobel .menu-mobile-hamburger.three {
  -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
  transform: translate3d(0, 0, 0) rotate(-45deg);
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-dialog .close {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  z-index: 9;
  fill: #fc145c;
  padding-top: 10px;
  padding-right: 10px;
}

.modal-dialog .close:hover {
  fill: #dc1453;
}

.modal-dialog .close i svg {
  display: block;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #2d2d2d;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.95;
  filter: alpha(opacity=95);
}

.modal-header {
  padding: 30.5px 0;
  background-image: url("../img/assets/header/bg_bottom.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

.modal-header__title {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: 34px;
  margin: 0;
}

.modal-body {
  position: relative;
  padding: 25px 15px;
  color: black;
}

.modal-body p {
  margin-bottom: 10px;
}

.modal-body p:last-child {
  margin-bottom: 0;
}

.modal-body .modal-title {
  margin: 0;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 7px;
}

.modal-body .modal-title_minMargin {
  margin-bottom: 4px;
}

.modal-body .modal-title.small {
  font-size: 20px;
  line-height: 30px;
}

.modal-body .modal-title-sub {
  font-weight: 300;
  text-align: center;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal-padding {
  padding-left: 54px;
  padding-right: 54px;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 717px;
    margin: 30px auto;
  }
  .modal-body {
    padding: 39px 43px;
  }
  .modal-body .modal-title {
    font-size: 18px;
  }
  .modal-body .modal-title_big {
    font-size: 25px;
  }
  .modal-body .modal-title_small {
    font-size: 16px;
  }
  .modal-body .modal-title_magrinSmall {
    margin-bottom: 6px;
  }
  .modal-body .modal-title_magrinBig {
    margin-bottom: 26px;
  }
  .well-title {
    font-size: 30px;
  }
  .well-titleSub {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 35px;
  }
  .modal-dialog .close {
    padding-top: 37px;
    padding-right: 34px;
  }
  .modal-sm {
    width: 680px;
  }
  .modal-sm .modal-body {
    padding-left: 98px;
    padding-right: 98px;
  }
  .modal-table-input {
    display: table;
    width: 100%;
  }
  .modal-table-input__cell {
    display: table-cell;
    vertical-align: middle;
  }
  .modal-table-input__cell + * {
    padding-left: 5px;
  }
}

@media (min-width: 992px) {
  .modal-md-min {
    width: 588px;
    max-width: 100%;
  }
  .modal-lg {
    width: 900px;
  }
}

html {
  overflow-x: hidden;
}

body, html {
  min-width: 320px;
}

@media screen and (max-width: 1199px) {
  .instagram-widget__list-photo {
    margin: -2px;
  }
  .instagram-widget__list-photo-section {
    padding: 2px;
  }
  .instagram-widget__list-photo-item {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 991px) {
  .btn-toggle-profile-descTextBlockMain {
    padding-left: 52%;
  }
  .card-desc__text {
    font-size: 17px;
    line-height: 23px;
  }
  .card-desc__img img {
    width: 290px;
    margin-left: -38px;
    margin-bottom: -5px;
  }
  .phone-block__phone {
    font-size: 18px;
    line-height: 21px;
  }
  .header__nav {
    position: relative;
  }
  .header__nav-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: 2px solid #2d59ca;
    padding: 12px 0;
  }
  .header__nav-list ul {
    display: block;
    line-height: normal;
    margin: 0;
  }
  .header__nav-list ul li {
    display: block;
  }
  .header__nav-list ul li + li {
    border-top: 1px solid #ececec;
  }
  .header__nav-list ul li a {
    padding: 10px 4px;
  }
  .itemList {
    margin: -8px;
  }
  .itemList__section {
    padding: 8px;
  }
  .arrow-style .slick-arrow.slick-prev {
    right: auto;
    left: 0;
  }
  .arrow-style .slick-arrow.slick-next {
    left: auto;
    right: 0;
  }
}

@media screen and (min-width: 480px) {
  .col-btn__cell {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .text-big {
    font-size: 18px;
  }
}

@media screen and (min-width: 992px) {
  .tabs__nav li.right a:after {
    border-style: solid;
    height: 0;
    width: 0;
    border-color: transparent transparent transparent #2d59ca;
    border-width: 7px 0 7px 7px;
    left: 100%;
    top: 50%;
    margin-top: -7px;
    margin-left: 0;
  }
  .form-control_big {
    font-size: 18px;
  }
  .header__nav-list {
    display: block !important;
  }
  .header__nav-list .container {
    padding: 0;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .btn-toggle-profile-descTextBlockMain {
    position: relative;
    padding-left: 0;
    margin-bottom: 20px;
  }
  .btn-toggle-profile-descText:after {
    top: 100%;
    right: 0;
    left: auto;
    border-style: solid;
    height: 0;
    width: 0;
    border-color: transparent #fff transparent transparent;
    border-width: 0 1rem 1rem 0;
  }
  .reviews__item {
    display: block;
  }
  .reviews__item > * {
    display: block;
  }
  .reviews__item > * + * {
    padding-left: 0px;
    padding-top: 10px;
  }
  .desc-institution__table {
    display: block;
    font-size: 0;
  }
  .desc-institution__table-cell {
    display: inline-block;
    font-size: 14px;
  }
  .desc-institution__table-cell_contacts {
    margin-top: 15px;
    width: 100%;
  }
  .desc-institution__table-cell_contacts .desc-institution__contacts {
    margin-top: 0;
  }
  .desc-institution__table-cell_desc {
    padding-right: 0;
    width: 70%;
  }
  .desc-institution__table-cell_img {
    width: 30%;
  }
  .desc-card {
    padding: 43px 0;
  }
  .desc-card__title {
    font-size: 17px;
    line-height: 25px;
  }
  .desc-card__text {
    font-size: 12px;
    line-height: 21px;
  }
  .registration-block__list {
    margin: 10px -10px;
  }
  .registration-block__list li {
    width: 50%;
    padding: 15px 10px;
  }
  .count-block > * {
    font-size: 16px;
  }
  .count-block_small > * {
    font-size: 11px;
  }
  .list-basket__item {
    display: block;
    margin: -5px;
    position: relative;
    padding-right: 30px;
    font-size: 16px;
  }
  .list-basket__item > * {
    display: inline-block;
    padding: 5px;
  }
  .list-basket__item-title {
    padding-left: 0;
  }
  .list-basket__item-title:before {
    display: none;
  }
  .list-basket__item-clear {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 25px;
  }
  .style-radio {
    font-size: 14px;
  }
  .style-radio__table-cell_el {
    padding-top: 2px;
  }
  .form-control {
    font-size: 14px;
  }
  .bootstrap-select.btn-group .dropdown-toggle {
    height: 37px;
    line-height: 43px;
  }
  .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 14px;
  }
  .bootstrap-select.btn-group .bs-caret {
    height: 37px;
    width: 37px;
  }
  .bootstrap-select.btn-group .bs-caret .caret {
    border-style: solid;
    height: 0;
    width: 0;
    border-color: transparent transparent transparent #fff;
    border-width: 6px 0 6px 6px;
  }
  .itemList__section {
    width: 50%;
  }
  .counter__sections-section {
    display: block;
    font-size: 22px;
  }
  .content {
    margin: 0;
  }
  .content > * {
    padding: 0;
  }
  .content__left {
    width: 100%;
  }
  .content__right {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .header__nav-links a > span {
    padding: 9px 14px;
    font-size: 12px;
  }
  .desc-institution__table-cell_desc {
    margin-top: 10px;
    padding: 0;
    width: 100%;
  }
  .desc-institution__table-cell_img {
    width: 100%;
  }
  .banner-desc-table {
    display: block;
  }
  .banner-desc-table__cell {
    display: block;
  }
  .banner-desc-table__cell + * {
    margin-top: 10px;
  }
  .banner-desc-table__cell_retreat {
    display: none;
  }
  .auth-sign__item {
    font-size: 14px;
  }
  .auth-sign__item-title {
    padding-left: 15px;
  }
  .block-bg .btn {
    padding: 9px 16px;
    font-size: 12px;
  }
  .block-bg__title {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 19px;
  }
  .itemList__section {
    width: 100%;
  }
}
.card-number-row
{
    display: none;
}
.form-group__label_error
{
    color: #fc145c;
    margin-top: 0px;
}
.form-group.error .form-control, .btn-group.bootstrap-select.error .dropdown-toggle
{
    border: 1px solid #fc145c;
}
.get-auth-sms-code-result
{
    color: #fc145c;
}
.get-auth-sms-code
{
    margin: 10px 0 70px 0;
}
.auth-sms-code-row, .reg-sms-code-row
{
    display: none;
}
.get-reg-sms-code-result
{
    color: #fc145c;
}
.get-reg-sms-code
{
    margin: 10px 0 70px 0;
}

.hide-on-mobile {display: block;}
.hide-on-desktop {display: none;}
@media screen and (max-width: 650px) {
    .hide-on-mobile {display: none;}
    .hide-on-desktop {display: block;}
}
#fb_groups
{
    display: none;
}
.main-social-switch
{
    color: #000;
    text-decoration: none;
}
.main-social-switch:hover
{
    color: #2d59ca;
}
.main-social-switch.active
{
    color: #2d59ca;
    font-weight: bold;
}
.counter-digit
{
    width: 39px;
    margin-left: 1px;
    height: 66px;
    float: left;
    background: url('../img/content/digits.png') 0 0 no-repeat;
}
.counter-digit-0{ background-position-x: 0;}
.counter-digit-1{ background-position-x: -39px;}
.counter-digit-2{ background-position-x: -78px;}
.counter-digit-3{ background-position-x: -117px;}
.counter-digit-4{ background-position-x: -156px;}
.counter-digit-5{ background-position-x: -195px;}
.counter-digit-6{ background-position-x: -234px;}
.counter-digit-7{ background-position-x: -273px;}
.counter-digit-8{ background-position-x: -312px;}
.counter-digit-9{ background-position-x: -351px;}
@media screen and (max-width: 767px) {
    .header
    {
        position: fixed;
        width: 100%;
    }
    .padding-header
    {
        height: 80px;
    }
    a.virtual-icon
    {
        position: fixed;
        background: url('../img/content/like.png') 0 0 no-repeat;
        width: 46px;
        height: 39px;
        bottom: 20px;
        left: 15px;
        border: none;
        z-index: 999;
    }    
}
@media screen and (min-width: 768px) {
    a.virtual-icon
    {
        display: none;
    }
}
.item-like
{
    margin-top: -17px;
}
.center
{
    text-align: center;
}