@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;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

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

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

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

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

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

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

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

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

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

.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;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1130px;
  }
}

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

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

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

.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 {
  float: left;
}

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

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

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

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

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

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

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

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  content: " ";
  display: table;
}

.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

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

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

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

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

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print, td.visible-print {
    display: table-cell !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;
  }
}

/*!
 * Bootstrap v3.0.3 (http://getbootstrap.com)
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  height: 0;
  box-sizing: content-box;
}

mark {
  color: #000;
  background: #ff0;
}

code, kbd, pre, samp {
  font-family: monospace,serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

button, input, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled], html input[disabled] {
  cursor: default;
}

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

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

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}

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

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

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

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

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

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

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

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

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

h4 small, h5 small, h6 small, h4 .small, h5 .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: 200;
  line-height: 1.4;
}

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

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

cite {
  font-style: normal;
}

.text-muted {
  color: #999;
}

.text-primary {
  color: #428bca;
}

.text-primary:hover {
  color: #3071a9;
}

.text-warning {
  color: #8a6d3b;
}

.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

.text-danger:hover {
  color: #843534;
}

.text-success {
  color: #3c763d;
}

.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

.text-info:hover {
  color: #245269;
}

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

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

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

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

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

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}

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

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

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

.list-inline > li:first-child {
  padding-left: 0;
}

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

dt, dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

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

blockquote small, blockquote .small {
  display: block;
  line-height: 1.428571429;
  color: #999;
}

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

blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}

blockquote.pull-right p, blockquote.pull-right small, blockquote.pull-right .small {
  text-align: right;
}

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

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

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

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

code, kbd, pre, samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

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

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

.container:after {
  clear: both;
}

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

.container:after {
  clear: both;
}

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

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

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

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

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

.row:after {
  clear: both;
}

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

.row:after {
  clear: both;
}

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

.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 {
  float: left;
}

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

.col-xs-11 {
  width: 91.66666666666666%;
}

.col-xs-10 {
  width: 83.33333333333334%;
}

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

.col-xs-8 {
  width: 66.66666666666666%;
}

.col-xs-7 {
  width: 58.333333333333336%;
}

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

.col-xs-5 {
  width: 41.66666666666667%;
}

.col-xs-4 {
  width: 33.33333333333333%;
}

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

.col-xs-2 {
  width: 16.666666666666664%;
}

.col-xs-1 {
  width: 8.333333333333332%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

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

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

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

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #ddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > 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 > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

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

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

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

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

select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control:-moz-placeholder {
  color: #999;
}

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

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

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

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

.radio, .checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.radio label, .checkbox label {
  display: inline;
  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"] {
  float: left;
  margin-left: -20px;
}

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

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

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

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

.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 {
  height: auto;
}

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

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

textarea.input-lg {
  height: auto;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
  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;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
  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;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
  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;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.form-control-static {
  margin-bottom: 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;
  }
  .form-inline select.form-control {
    width: auto;
  }
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

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

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

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

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-control-static {
  padding-top: 7px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

.btn-link, .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: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

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

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

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

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon:empty {
  width: 1em;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

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

.dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  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.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.428571429;
  color: #333;
  white-space: nowrap;
}

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

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

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

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

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

.open > a {
  outline: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 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 solid;
  content: "";
}

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

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

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
  outline: 0;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn-group {
  float: left;
}

.btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group, .btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

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

.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child > .btn:last-child, .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

[data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

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

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn:first-child > .btn {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn {
  margin-left: -1px;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -4px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:active {
  z-index: 2;
}

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

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

.nav:after {
  clear: both;
}

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

.nav:after {
  clear: both;
}

.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: #eee;
}

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

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

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}

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

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

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

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

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

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

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

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

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

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

.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: #428bca;
}

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

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

.nav-justified {
  width: 100%;
}

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-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-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

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

.navbar:after {
  clear: both;
}

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

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.container > .navbar-header, .container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header, .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form select.form-control {
    width: auto;
  }
  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-nav.pull-right > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #999;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #999;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #999;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

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

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  background-color: #eee;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

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

.pager:after {
  clear: both;
}

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

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

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

.pager .next > a, .pager .next > span {
  float: right;
}

.pager .previous > a, .pager .previous > span {
  float: left;
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label[href]:hover, .label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #999;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #808080;
}

.label-primary {
  background-color: #428bca;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eee;
}

.jumbotron h1, .jumbotron .h1 {
  line-height: 1;
  color: inherit;
}

.jumbotron p {
  line-height: 1.4;
}

.container .jumbotron {
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1, .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.thumbnail > img, .thumbnail a > img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #428bca;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p, .alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media, .media-body {
  overflow: hidden;
  zoom: 1;
}

.media, .media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

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

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
}

.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0;
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child th, .panel > .table > tbody:first-child td {
  border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:last-child > th, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:last-child > td, .panel > .table-responsive > .table-bordered > thead > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  z-index: 1050;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}

.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000;
  border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #000;
  border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #000;
  border-width: 0 5px 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow, .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #fff;
  border-bottom-width: 0;
  content: " ";
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #fff;
  border-left-width: 0;
  content: " ";
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #fff;
  border-top-width: 0;
  content: " ";
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #fff;
  border-right-width: 0;
  content: " ";
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: .5;
  filter: alpha(opacity=50);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left, .carousel-control .glyphicons-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

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

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs, tr.visible-xs, th.visible-xs, td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  table.visible-xs.visible-sm {
    display: table;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm, td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  table.visible-xs.visible-md {
    display: table;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md, td.visible-xs.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  table.visible-xs.visible-lg {
    display: table;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg, td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}

.visible-sm, tr.visible-sm, th.visible-sm, td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  table.visible-sm.visible-xs {
    display: table;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs, td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  table.visible-sm.visible-md {
    display: table;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md, td.visible-sm.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  table.visible-sm.visible-lg {
    display: table;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg, td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}

.visible-md, tr.visible-md, th.visible-md, td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  table.visible-md.visible-xs {
    display: table;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs, td.visible-md.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  table.visible-md.visible-sm {
    display: table;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm, td.visible-md.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  table.visible-md.visible-lg {
    display: table;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg, td.visible-md.visible-lg {
    display: table-cell !important;
  }
}

.visible-lg, tr.visible-lg, th.visible-lg, td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  table.visible-lg.visible-xs {
    display: table;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs, td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  table.visible-lg.visible-sm {
    display: table;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm, td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  table.visible-lg.visible-md {
    display: table;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md, td.visible-lg.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}

.hidden-xs {
  display: block !important;
}

table.hidden-xs {
  display: table;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs, td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-xs, tr.hidden-xs, th.hidden-xs, td.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm, tr.hidden-xs.hidden-sm, th.hidden-xs.hidden-sm, td.hidden-xs.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md, tr.hidden-xs.hidden-md, th.hidden-xs.hidden-md, td.hidden-xs.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xs.hidden-lg, tr.hidden-xs.hidden-lg, th.hidden-xs.hidden-lg, td.hidden-xs.hidden-lg {
    display: none !important;
  }
}

.hidden-sm {
  display: block !important;
}

table.hidden-sm {
  display: table;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm, td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs, tr.hidden-sm.hidden-xs, th.hidden-sm.hidden-xs, td.hidden-sm.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm, tr.hidden-sm, th.hidden-sm, td.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md, tr.hidden-sm.hidden-md, th.hidden-sm.hidden-md, td.hidden-sm.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-sm.hidden-lg, tr.hidden-sm.hidden-lg, th.hidden-sm.hidden-lg, td.hidden-sm.hidden-lg {
    display: none !important;
  }
}

.hidden-md {
  display: block !important;
}

table.hidden-md {
  display: table;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md, td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs, tr.hidden-md.hidden-xs, th.hidden-md.hidden-xs, td.hidden-md.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm, tr.hidden-md.hidden-sm, th.hidden-md.hidden-sm, td.hidden-md.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md, tr.hidden-md, th.hidden-md, td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-md.hidden-lg, tr.hidden-md.hidden-lg, th.hidden-md.hidden-lg, td.hidden-md.hidden-lg {
    display: none !important;
  }
}

.hidden-lg {
  display: block !important;
}

table.hidden-lg {
  display: table;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg, td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs, tr.hidden-lg.hidden-xs, th.hidden-lg.hidden-xs, td.hidden-lg.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm, tr.hidden-lg.hidden-sm, th.hidden-lg.hidden-sm, td.hidden-lg.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md, tr.hidden-lg.hidden-md, th.hidden-lg.hidden-md, td.hidden-lg.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg, tr.hidden-lg, th.hidden-lg, td.hidden-lg {
    display: none !important;
  }
}

.visible-print, tr.visible-print, th.visible-print, td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
  .hidden-print, tr.hidden-print, th.hidden-print, td.hidden-print {
    display: none !important;
  }
}

@font-face {
  font-family: 'ClearSans-Regular';
  src: url("../fonts/ClearSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'ClearSans-Bold';
  src: url("../fonts/ClearSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueCyr-Light';
  src: url("../fonts/HelveticaNeueCyr-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueCyr-Roman';
  src: url("../fonts/HelveticaNeueCyr-Roman.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueCyr-Medium';
  src: url("../fonts/HelveticaNeueCyr-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueCyr-Bold';
  src: url("../fonts/HelveticaNeueCyr-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

html, body {
  min-height: 100%;
}

body {
  overflow-x: hidden;
  margin: 0 auto;
  max-width: 1920px;
  min-width: 320px;
  font-family: HelveticaNeueCyr-Roman, sans-serif;
  font-size: 18px;
  color: #3e4637;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  text-decoration-skip-ink: none;
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page__footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.container-fluid {
  max-width: 1250px;
}

.dn {
  display: none !important;
}

input,
button,
textarea {
  border-radius: 0;
  -webkit-appearance: none;
  outline: none !important;
}

input:hover, input:active, input:focus, input:visited,
button:hover,
button:active,
button:focus,
button:visited,
textarea:hover,
textarea:active,
textarea:focus,
textarea:visited {
  outline: none !important;
}

a,
button {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active, a:focus, a:visited {
  text-decoration: none;
}

* {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: inherit;
}

.page-content-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.breadcrumb-wrap {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  color: #72bc31;
}

.breadcrumb-wrap li {
  display: inline-block;
  position: relative;
  margin-right: 33px;
}

.breadcrumb-wrap li:after {
  content: '/';
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.breadcrumb-wrap li:last-child {
  margin-right: 0;
}

.breadcrumb-wrap li:last-child:after {
  display: none;
}

.breadcrumb-wrap a {
  color: #a1aa98;
}

.breadcrumb-wrap a:hover {
  color: #72bc31;
}

.breadcrumb-wrap a:focus {
  color: #72bc31;
  text-decoration: none;
}

.main-sitebar {
  width: 270px;
  min-width: 270px;
  margin-left: 30px;
}

select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

/*
.bootstrap-select {
  width: 220px;
}
*/

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

/*
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
*/

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

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

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/*! Pushy - v1.1.0 - 2017-1-30
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
.pushy {
  position: fixed;
  width: 415px;
  height: 100%;
  top: 0;
  z-index: 50;
  background: #191918;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
}

.pushy ul:first-child {
  margin-top: 10px;
}

.pushy.pushy-left {
  left: 0;
}

.pushy.pushy-right {
  right: 0;
}

.pushy-content {
  visibility: hidden;
}

/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-415px, 0, 0);
  transform: translate3d(-415px, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(415px, 0, 0);
  transform: translate3d(415px, 0, 0);
}

.pushy-right {
  -webkit-transform: translate3d(415px, 0, 0);
  transform: translate3d(415px, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-415px, 0, 0);
  transform: translate3d(-415px, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible;
}

/* Menu Transitions */
#container,
.pushy,
.push {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99), -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.pushy-content {
  -webkit-transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */
.site-overlay {
  display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 49;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Buttons */
  /* Submenu Icon */
}

.pushy-submenu ul {
  padding-left: 15px;
  -webkit-transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.pushy-submenu ul .pushy-link {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.pushy-submenu button {
  width: 100%;
  color: #b3b3b1;
  padding: 15px 30px;
  text-align: left;
  background: transparent;
  border: 0;
}

.pushy-submenu button:hover {
  color: #FFF;
}

.pushy-submenu > a,
.pushy-submenu > button {
  position: relative;
}

.pushy-submenu > a::after,
.pushy-submenu > button::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url("../img/arrow.svg") no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

/* Submenu Movement */
.pushy-submenu-closed ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}

.pushy-submenu-closed .pushy-link {
  opacity: 0;
}

.pushy-submenu-open {
  /* Submenu Icon */
}

.pushy-submenu-open ul {
  max-height: 1000px;
  visibility: visible;
}

.pushy-submenu-open .pushy-link {
  opacity: 1;
}

.pushy-submenu-open a::after,
.pushy-submenu-open button::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

/* Slider */
/* Icons */
@font-face {}/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Tipso Bubble Styles */
.tipso_bubble, .tipso_bubble > .tipso_arrow {
  box-sizing: border-box;
}

.tipso_bubble {
  position: absolute;
  text-align: center;
  border-radius: 0px;
  z-index: 9999;
}

.tipso_style {
  /*cursor: help;*/
  /*border-bottom: 1px dotted;*/
}

.tipso_title {
  /*border-radius: 6px 6px 0 0;*/
}

.tipso_content {
  font-size: 12px;
  word-wrap: break-word;
  padding: 10px 20px;
  border: 1px solid #72bc31;
  text-align: left;
}

/* Tipso Bubble size classes - Similar to Foundation's syntax*/
.tipso_bubble.tiny {
  font-size: 0.6rem;
}

.tipso_bubble.small {
  font-size: 0.8rem;
}

.tipso_bubble.default {
  font-size: 1rem;
}

.tipso_bubble.large {
  font-size: 1.2rem;
  width: 100%;
}

/* Tipso Bubble Div */
.tipso_bubble > .tipso_arrow {
  position: absolute;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  /*border: 8px solid;*/
  background: #fff;
  pointer-events: none;
}

.tipso_bubble.top > .tipso_arrow {
  /*border-top-color: #000;
	border-right-color: transparent;
	border-left-color: transparent;
	border-bottom-color: transparent;
	top: 100%;*/
  /*box-shadow: 0px -4px 5px -3px rgba(0, 0, 0, 0.35), -8px -8px 5px -7px rgba(0, 0, 0, 0.35), -4px 0px 5px -3px rgba(0, 0, 0, 0.35);*/
  bottom: -8px;
  left: 50%;
  top: auto;
  margin-left: -8px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  border-top: 1px solid #72bc31 !important;
  border-left: 1px solid #72bc31 !important;
}

.tipso_bubble.top {
  margin-top: -15px;
}

.tipso_bubble.bottom > .tipso_arrow {
  /*border-bottom-color: #000;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;*/
  /*bottom: 100%;*/
  /*box-shadow: 0px -4px 5px -3px rgba(0, 0, 0, 0.35), -8px -8px 5px -7px rgba(0, 0, 0, 0.35), -4px 0px 5px -3px rgba(0, 0, 0, 0.35);*/
  top: -8px;
  left: 50%;
  margin-left: -8px;
  border-top: 1px solid #72bc31 !important;
  border-left: 1px solid #72bc31 !important;
}

.tipso_bubble.left > .tipso_arrow {
  /*border-left-color: #000;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;*/
  /*top: 50%;
	left: 100%;
	margin-top: -8px;*/
  top: 50%;
  right: -7px;
  margin-left: -8px;
  border-top: 1px solid #72bc31 !important;
  border-right: 1px solid #72bc31 !important;
}

.tipso_bubble.right > .tipso_arrow {
  /*border-right-color: #000;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;*/
  /*top: 50%;
	right: 100%;
	margin-top: -8px;*/
  top: 50%;
  left: 0px;
  margin-left: -8px;
  border-bottom: 1px solid #72bc31 !important;
  border-left: 1px solid #72bc31 !important;
}

.tipso_bubble .top_right_corner,
.tipso_bubble.top_right_corner {
  border-bottom-left-radius: 0;
}

.tipso_bubble .bottom_right_corner,
.tipso_bubble.bottom_right_corner {
  border-top-left-radius: 0;
}

.tipso_bubble .top_left_corner,
.tipso_bubble.top_left_corner {
  border-bottom-right-radius: 0;
}

.tipso_bubble .bottom_left_corner,
.tipso_bubble.bottom_left_corner {
  border-top-right-radius: 0;
}

.advantages-wrap {
  padding: 0 0 60px;
  background-repeat: no-repeat;
  background-position: 0 90%, 100% 90%;
}

.advantages-wrap .site-btn-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.advantages-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 30px 0 40px;
  padding: 0;
  list-style: none;
  background-color: #fff;
}

.advantages-item {
  z-index: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  box-shadow: 0px 4px 10px 0px rgba(114, 188, 49, 0.15);
  width: 33%;
}

.advantages-item:nth-child(even):before {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: #fdfffa;
}

.advantages-thumb {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 100px;
}

.advantages-content {
  position: relative;
  z-index: 1;
}

.advantages-title {
  display: block;
  margin-bottom: 10px;
  font-family: ClearSans-Bold, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.advantages-txt {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #6b7264;
}

.advantages-btn {
  position: relative;
  display: none;
  margin: 0 auto;
  padding: 7px 5px 7px 20px;
  border: none;
  font-size: 16px;
  line-height: 20px;
  background-color: transparent;
}

.advantages-btn em, .advantages-btn i {
  font-style: normal;
}

.advantages-btn em {
  display: none;
}

.advantages-btn:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-right: 2px solid #b5b8b1;
  border-bottom: 2px solid #b5b8b1;
}

.advantages-btn.on:before {
  border-color: #72bc31;
  -webkit-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
}

.advantages-btn.on em {
  display: inline-block;
}

.advantages-btn.on i {
  display: none;
}

@media (max-width: 1199.98px) {
  .advantages-wrap {
    padding: 40px 0 60px;
    background-image: none !important;
  }
}

@media (max-width: 991.98px) {
  .advantages-item {
    width: 50%;
  }
  .advantages-item:last-child {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .advantages-btn {
    display: block;
  }
  .advantages-item {
    display: none;
    width: 100%;
    padding: 5px 10px;
  }
  .advantages-item:last-child {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .advantages-item:nth-child(-n+4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 479.98px) {
  .advantages-thumb {
    min-width: 60px;
  }
  .advantages-thumb img {
    max-width: 35px !important;
  }
  .advantages-title {
    font-size: 18px;
    line-height: 22px;
  }
  .advantages-wrap {
    padding: 40px 0;
  }
}

.buy-proxy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* overflow: hidden;*/
  margin-bottom: 60px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.buy-proxy-w {
  padding: 20px 60px 30px 20px;
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.buy-proxy-info {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.proxy-i-tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.proxy-i-td {
  min-width: 110px;
  font-family: HelveticaNeueCyr-Light, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #95a08a;
}

.proxy-type {
  font-family: ClearSans-Bold, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.order-i {
  font-family: HelveticaNeueCyr-Light, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #6b7264;
}

.promo-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0 0;
  padding-top: 20px;
  border-top: 1px solid #e6e7e6;
}

.promo-w .i-promo {
  width: 160px;
}

.promo-w .bromo-descr {
  max-width: 230px;
}

.bromo-descr {
  display: block;
  font-size: 14px;
  line-height: 18px;
  margin-right: 20px;
}

.bromo-currency {
  display: block;
  font-size: 14px;
  line-height: 18px;
  margin-left: 5px; 
}

.payment-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px;
}

.payment-w {
  position: relative;
  height: 400px;
  width: 300px;
  min-width: 300px;
  background-color: #5e9f24;
}

.payment-w:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: translateX(-100%) skewX(19deg);
          transform: translateX(-100%) skewX(19deg);
  width: 50px;
  height: 50%;
  background-color: #5e9f24;
}

.payment-w:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  -webkit-transform: translateX(-100%) skewX(-19deg);
          transform: translateX(-100%) skewX(-19deg);
  width: 50px;
  height: 50%;
  background-color: #5e9f24;
}

.payment-w .total-price {
  color: #fff;
  margin: 0;
}

.payment-w .total-price span {
  font-size: 20px;
  line-height: 24px;
}

.payment-w .total-price span.price {
  font-size: 26px;
  line-height: 30px;
}

.payment-w .filter-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}

.payment-w .filter-item-title {
  margin: 0 5px 0 0;
  text-transform: none;
  color: #bfff86;
}

.payment-w .buy-btn {
  border: none;
  padding: 20px 40px 20px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 18px;
}

.payment-w .buy-btn:before {
  left: auto;
  right: 25px;
  margin-top: 2px;
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1528px;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
}

.check-w {
  margin-top: 20px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}

.checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}

.checkbox + label {
  position: relative;
  padding: 0 0 0 25px;
  cursor: pointer;
}

.checkbox + label:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  background: #fff;
  -webkit-transition: .2s;
  transition: .2s;
}

.checkbox + label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 1px;
  width: 8px;
  height: 4px;
  margin: 4px 0 0 3px;
  border-bottom: 2px solid #3e4637;
  border-left: 2px solid #3e4637;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
  -webkit-transition: .2s;
  transition: .2s;
  opacity: 0;
}

.checkbox:checked + label:after {
  opacity: 1;
}

@media (max-width: 991.98px) {
  .payment-w:before, .payment-w:after {
    display: none;
  }
  .buy-proxy-w {
    padding: 20px 20px 30px 20px;
  }
  .buy-proxy-w .profile-title {
    text-align: left;
  }
}

@media (max-width: 767.98px) {
  .buy-proxy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .payment-w {
    width: 100%;
    min-width: auto;
    padding: 25px;
  }
  .payment-content {
    max-width: 250px;
    margin: 0 auto;
    padding: 0;
  }

  .my-lk {
    display: none;
  }
}

.my-lk {
  font-size: 15px;
  color: #6b7244;
}

@media (max-width: 479.98px) {
  .promo-w {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bromo-descr {
    margin: 0 0 20px 0;
    text-align: center;
  }
  .buy-proxy-w .profile-title {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
  }
}

.proxy-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  max-height: 2200px;
}

.proxy-list .buy-form-title {
  position: relative;
  padding-left: 50px;
}

.proxy-list .buy-btn {
  padding: 20px 40px 20px 20px;
  font-family: ClearSans-Bold, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.proxy-list .buy-btn:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 2px;
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1528px;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
}

.proxy-list .total-price {
  margin: 15px 0 40px;
}

.title-icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
}

.title-icon-1 {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -248px;
  width: 35px;
  height: 31px;
  background-repeat: no-repeat;
}

.title-icon-2 {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -142px;
  width: 36px;
  height: 35px;
  background-repeat: no-repeat;
}

.title-icon-3 {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -4px;
  width: 36px;
  height: 25px;
  background-repeat: no-repeat;
}

.title-icon-4 {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -355px;
  width: 29px;
  height: 33px;
  background-repeat: no-repeat;
}

.title-icon-5 {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -62px;
  width: 35px;
  height: 36px;
  background-repeat: no-repeat;
}

.more-info {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #6b7264;
}

.more-info:hover {
  color: #72bc31;
}

.buy-form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.price-one {
  display: block;
  margin-top: 30px;
  font-family: ClearSans-Regular, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold; /* или 700 */
}

.filter-item.info-txt {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.filter-item.info-txt .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: calc(100% - 40px);
}

.tooltip-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 17px;
  height: 17px;
  border: 1px solid #90958b;
  border-radius: 10em;
  font-size: 12px;
  color: #90958b;
  cursor: pointer;
}

.tooltip-btn:hover {
  color: #72bc31;
  border-color: #72bc31;
}

@media (max-width: 1199.98px) {
  .proxy-list {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
}

@media (max-width: 767.98px) {
  .proxy-list {
    max-height: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .proxy-list .buy-form:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .proxy-list .buy-form:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .proxy-list .buy-form:nth-child(3) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .proxy-list .buy-form:nth-child(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .proxy-list .buy-form:nth-child(5) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media (max-width: 479.98px) {
  .proxy-list {
    margin: 0 -15px;
  }
}

.contacts-wrap {
  padding: 40px 0 20px;
  background-color: #f6fdef;
}

.contacts-list-f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contacts-list-f a.contact-link:hover .contact-descr {
  color: #72bc31;
}

.contact-item {
  margin-bottom: 20px;
}

.contact-title {
  display: block;
  margin-bottom: 3px;
  font-family: ClearSans-Regular, sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #3e4637;
}

.contact-descr {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #6b7264;
}

.contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-thumb {
  margin-right: 15px;
}

@media (max-width: 991.98px) {
  .contacts-list-f {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .contact-item {
    width: 35%;
  }
}

@media (max-width: 767.98px) {
  .contact-item {
    width: 50%;
  }
  .contact-thumb img {
    max-width: 22px !important;
  }
}

@media (max-width: 479.98px) {
  .contact-item {
    width: 100%;
  }
  .contact-link {
    padding-left: 30px;
  }
}

.contacts {
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feedback-w {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 20px;
  padding: 20px 20px 30px;
  background-color: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.input-w {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.title-i {
  display: block;
  width: 140px;
  min-width: 140px;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #6b7264;
}

.title-i sup {
  display: inline-block;
  color: #ff0808;
  font-size: 14px;
  line-height: 14px;
}

.info-i {
  margin-left: 20px;
  font-family: HelveticaNeueCyr-Light, sans-serif;
  font-size: 13px;
  line-height: 14px;
  color: #ff0808;
}

.info-i.mob {
  display: none;
}

.feedback-form {
  margin-top: 20px;
}

.feedback-form .form-btn {
  margin-left: 140px;
  padding: 17px 60px;
}

.feedback-form .input-w input {
  min-width: 300px;
  width: 300px;
}

.feedback-form .input-w .error {
  left: 150px;
}

.chat-w {
  width: 270px;
  padding: 20px 30px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 100%;
}

.chat-w .set-btn {
  margin-top: 20px;
}

.email-link {
  position: relative;
  display: block;
  margin-top: 20px;
  padding-left: 35px;
  font-family: HelveticaNeueCyr-Light, sans-serif;
  font-size: 16px;
  color: #4e8abc;
}

.email-link:hover {
  color: #72bc31;
}

.email-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1295px;
  width: 21px;
  height: 13px;
  background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
  .contacts {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .chat-w {
    width: 100%;
    margin-top: 20px;
    background-image: none !important;
  }
  .chat-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .feedback-w {
    margin-right: 0;
  }
}

@media (max-width: 767.98px) {
  .contacts .profile-title {
    text-align: left;
  }
  .contacts .set-btn {
    padding: 8px 17px;
  }
  .info-i {
    display: none;
  }
  .info-i.mob {
    display: block;
    margin-left: 140px;
    margin-top: 10px;
  }
  .feedback-w .input-w input {
    min-width: 270px;
    width: 270px;
  }
}

@media (max-width: 479.98px) {
  .input-w {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20px;
  }
  .info-i.mob {
    margin-left: 0;
  }
  .feedback-w .input-w input {
    min-width: auto;
    width: 100%;
  }
  .feedback-w .input-w .error {
    left: 20px;
  }
  .contacts .form-btn {
    width: 100%;
    margin-left: 0;
    max-width: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contacts .profile-title {
    text-align: center;
  }
  .title-i {
    margin-bottom: 5px;
  }
  .chat-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-wrap {
  background-color: #fafff5;
  height: 100%;
}

.page-title {
  display: block;
  margin: 10px 0 30px;
  font-family: ClearSans-Bold, sans-serif;
  font-size: 38px;
  line-height: 42px;
}

.faq-w .faq-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.faq-w .question-item {
  margin-bottom: 9px;
}

.faq-w .issues-list {
  margin-bottom: 60px;
}

.faq-w .question-txt {
  font-size: 16px;
  line-height: 20px;
}

.faq-w .question-txt p {
  margin: 15px 0;
}

.faq-w .question-txt a {
  text-decoration: underline;
  color: #6b7264;
}

.faq-w .question-txt a:hover {
  color: #72bc31;
}

.faq-w .question-txt ul {
  margin: 15px 0 15px 15px;
  padding: 0;
}

.faq-title img {
  margin-right: 25px;
}

.faq-descr {
  font-size: 14px;
  line-height: 18px;
}

@media (max-width: 767.98px) {
  .faq-w .question-txt {
    font-size: 14px;
    line-height: 18px;
  }
  .faq-title img {
    max-width: 44px !important;
    margin-right: 15px;
  }
  .faq-w .question-title {
    font-size: 16px;
    line-height: 20px;
  }
  .faq-w .faq-title {
    margin-bottom: 18px;
  }
  .faq-w .issues-list {
    margin-bottom: 40px;
  }
}

@media (max-width: 479.98px) {
  .page-title {
    font-size: 26px;
    line-height: 30px;
  }
}

.page__footer {
  padding: 0 0 20px 0;
}

.footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 20px;
}

.footer-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.footer-logo {
  display: block;
  margin-right: 25px;
}

.copyright_wrapper {
  font-size: 12px;
  line-height: 16px;
  color: #aab3a1;
}

.privacy_policy_link {
  margin: 0 40px 0 auto;
  font-size: 12px;
  line-height: 16px;
  color: #3e4637;
}

.privacy_policy_link:hover {
  color: #72bc31;
}

@media (max-width: 991.98px) {
  .footer-logo {
    display: none;
  }
  .copyright_wrapper span {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .web_sdudio {
    width: 100%;
    margin: 20px auto 0;
    text-align: center;
  }
  .privacy_policy_link {
    margin: 0;
  }
}

@media (max-width: 479.98px) {
  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .privacy_policy_link {
    margin-top: 20px;
  }
  .copyright_wrapper {
    text-align: center;
  }
}

.header-wrap {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}

.logo-wrap {
  margin-right: 50px;
}

.logo-main {
  min-width: 275px;
}

.logo-main img {
  max-width: 100%;
}

.nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.nav-wrap .menu-btn {
  display: none;
}

.top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-nav .site-btn img {
  min-width: 15px;
  max-width: 15px;
  margin-right: 12px;
}

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.main-nav li {
  display: inline-block;
}

.main-nav li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: HelveticaNeueCyr-Medium, sans-serif;
  text-transform: none;
  color: #3e4637;
}

.main-nav li a:hover {
  color: #72bc31;
}

.menu-icon {
  position: relative;
  display: inline-block;
  width: 35px;
}

.menu-icon:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.menu-icon.menu-icon-1:before {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -705px;
  width: 27px;
  height: 28px;
  background-repeat: no-repeat;
}

.menu-icon.menu-icon-2:before {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -672px;
  width: 27px;
  height: 29px;
  background-repeat: no-repeat;
}

.menu-icon.menu-icon-3:before {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -392px;
  width: 32px;
  height: 21px;
  background-repeat: no-repeat;
}

.menu-icon.menu-icon-4:before {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -859px;
  width: 27px;
  height: 27px;
  background-repeat: no-repeat;
}

.menu-icon.menu-icon-5:before {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -828px;
  width: 27px;
  height: 27px;
  background-repeat: no-repeat;
}

.menu-icon.menu-icon-6:before {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -737px;
  width: 18px;
  height: 28px;
  background-repeat: no-repeat;
}

.personal-room {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 30px;
  padding-left: 30px;
  font-size: 15px;
  color: #6b7264;
}

.personal-room:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../img/general/icon/header/ic-user-avtorize.svg");
  background-repeat: no-repeat;
}

.personal-room a {
  color: inherit;
}

.personal-room a:hover {
  color: #72bc31;
}

.site-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 290px;
  padding: 11px 30px 11px 55px;
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  background-image: -webkit-linear-gradient(left, #8ae13e 0%, #8ae13e 100%, #6b7264 100%);
  background-image: linear-gradient(90deg, #8ae13e 0%, #8ae13e 100%, #6b7264 100%);
  box-shadow: 0px 4px 8px 0px rgba(119, 217, 32, 0.4);
}

.site-btn:hover {
  box-shadow: 0px 0px 20px 4px rgba(119, 217, 32, 0.4);
  background-image: -webkit-linear-gradient(left, #70cc20 0%, #70cc20 100%, #6b7264 100%);
  background-image: linear-gradient(90deg, #70cc20 0%, #70cc20 100%, #6b7264 100%);
}

.site-btn:before {
  content: '';
  position: absolute;
  left: 30px;
  top: 46%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1512px;
  width: 15px;
  height: 12px;
  background-repeat: no-repeat;
}

.lang-wrap {
  margin: 0 0 0 30px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lang-wrap li {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #e8e8e8;
  border-radius: 10em;
  margin-left: 10px;
}

.lang-wrap li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
}

.lang-wrap li.current {
  border-color: #e3f2d6;
  background-color: #e3f2d6;
}

.nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.nav-wrap .menu-btn {
  display: none;
}

.top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-nav .site-btn img {
  min-width: 15px;
  max-width: 15px;
  margin-right: 12px;
}

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.main-nav li {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}

.main-nav li > * {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: HelveticaNeueCyr-Medium, sans-serif;
  text-transform: none;
  color: #3e4637;
  cursor: pointer;
}

.main-nav li > *:hover {
  color: #72bc31;
}

.main-nav li.show-submenu:hover .main-subnav-w {
  display: block;
}

.main-nav .main-subnav-w {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-top: 10px;
  display: none;
}

.main-nav .main-subnav {
  overflow: hidden;
  margin: 0;
  padding: 5px 0;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
  background-color: #fff;
}

.main-nav .main-subnav li {
  min-width: 220px;
  padding-bottom: 0;
}

.main-nav .main-subnav li > * {
  padding: 5px 15px;
  font-size: 13px;
}

.main-nav .main-subnav li > *:hover {
  color: #fff;
  background-color: #72bc31;
}

.menu-btn {
  position: relative;
  margin-left: 30px;
  padding: 0;
  width: 35px;
  height: 35px;
  border: none;
  background-color: transparent;
}

.menu-btn:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 35px;
  height: 4px;
  border-radius: 2px;
  background-color: #000;
  box-shadow: 0px 10px 0px 0px #000, 0px -10px 0px 0px #000;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.menu-btn:hover:before {
  background-color: #72bc31;
  box-shadow: 0px 10px 0px 0px #72bc31, 0px -10px 0px 0px #72bc31;
}

.menu-mob .menu-btn {
  position: relative;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  background-color: transparent;
}

.menu-mob .menu-btn:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 28px;
  height: 4px;
  border-radius: 2px;
  background-color: #737373;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  box-shadow: none;
}

.menu-mob .menu-btn:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: 28px;
  height: 4px;
  border-radius: 2px;
  background-color: #737373;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.menu-mob .menu-btn:hover:before, .menu-mob .menu-btn:hover:after {
  background-color: #72bc31;
}

.menu-mob {
  background-color: #fff;
}

.menu-mob .menu-btn {
  margin-left: 0;
}

.menu-mob a {
  position: relative;
}

.header-menu-mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
}

.menu-mob-w {
  margin: 0;
  padding: 0 0 100px;
  list-style: none;
  background-color: #fff;
}

.menu-mob-w a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 20px;
  font-family: HelveticaNeueCyr-Medium, sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #3e4637;
}

.menu-mob-w a:hover {
  background-color: #72bc31;
  color: #fff;
}

.menu-mob-w a:hover .menu-icon-1:before {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -989px;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
}

.menu-mob-w a:hover .menu-icon-2:before {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -796px;
  width: 26px;
  height: 28px;
  background-repeat: no-repeat;
}

.menu-mob-w a:hover .menu-icon-3:before {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -558px;
  width: 30px;
  height: 18px;
  background-repeat: no-repeat;
}

.menu-mob-w a:hover .menu-icon-4:before {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -960px;
  width: 26px;
  height: 25px;
  background-repeat: no-repeat;
}

.menu-mob-w a:hover .menu-icon-5:before {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1193px;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
}

.menu-mob-w a:hover .menu-icon-6:before {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -930px;
  width: 17px;
  height: 26px;
  background-repeat: no-repeat;
}

.menu-mob-w .menu-icon {
  margin-right: 15px;
}

.menu-mob-w .current a {
  color: #fff;
  background-color: #72bc31;
}

.menu-mob-w .current a .menu-icon-1:before {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -989px;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
}

.menu-mob-w .current a .menu-icon-2:before {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -796px;
  width: 26px;
  height: 28px;
  background-repeat: no-repeat;
}

.menu-mob-w .current a .menu-icon-3:before {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -558px;
  width: 30px;
  height: 18px;
  background-repeat: no-repeat;
}

.menu-mob-w .current a .menu-icon-4:before {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -960px;
  width: 26px;
  height: 25px;
  background-repeat: no-repeat;
}

.menu-mob-w .current a .menu-icon-5:before {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1193px;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
}

.menu-mob-w .current a .menu-icon-6:before {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -930px;
  width: 17px;
  height: 26px;
  background-repeat: no-repeat;
}

.pushy-content {
  min-height: 100%;
}

.mob-contact-w {
  position: relative;
  height: 100%;
  padding: 20px;
  background-color: #fafbfa;
}

.mob-btn-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.mob-btn-w .personal-room {
  margin: 0;
}

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

.contacts-list li {
  padding: 7px 0;
}

.contacts-list a {
  position: relative;
  display: block;
  padding: 5px 20px 5px 45px;
  font-size: 20px;
  color: #3e4637;
}

.contacts-list a span {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.contacts-list a:hover span {
  color: #72bc31;
}

.email-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1295px;
  width: 21px;
  height: 13px;
  background-repeat: no-repeat;
}

.icq-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1242px;
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
}

.telegram-link {
  position: relative;
  display: block;
  margin-top: 20px;
  padding-left: 35px;
  font-family: HelveticaNeueCyr-Light, sans-serif;
  font-size: 16px;
  color: #4e8abc;
}


.telegram-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1222px;
  width: 24px;
  height: 16px;
  background-repeat: no-repeat;
}

@media (max-width: 1149.98px) {
  .main-nav {
    display: none;
  }
  .nav-wrap .menu-btn {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .nav-wrap .lang-wrap {
    display: none;
  }
  .logo-main {
    min-width: 190px;
  }
}

@media (max-width: 767.98px) {
  .nav-wrap .personal-room,
  .nav-wrap .registration-link {
    display: none;
  }
  .nav-wrap .menu-btn {
    margin-left: 10px;
  }
}

@media (max-width: 479.98px) {
  .pushy {
    width: 320px;
  }
  .pushy-left {
    -webkit-transform: translate3d(-320px, 0, 0);
            transform: translate3d(-320px, 0, 0);
  }
  .pushy-open-left #container,
  .pushy-open-left .push {
    -webkit-transform: translate3d(320px, 0, 0);
            transform: translate3d(320px, 0, 0);
  }
  .pushy-right {
    -webkit-transform: translate3d(320px, 0, 0);
            transform: translate3d(320px, 0, 0);
  }
  .pushy-open-right #container,
  .pushy-open-right .push {
    -webkit-transform: translate3d(-320px, 0, 0);
            transform: translate3d(-320px, 0, 0);
  }
  .mob-btn-w {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mob-btn-w .site-btn {
    max-width: 190px;
    margin-bottom: 20px;
  }
  .menu-mob-w {
    padding: 0px 0 50px;
  }
}

.header-content {
  position: relative;
  margin-top: 40px;
  background-repeat: no-repeat;
  background-position: 100% 115%;
}

.header-content:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 195px;
  height: 911px;
  background-image: url("../img/general/bg-left-pic.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.header-content:after {
  content: '';
  position: absolute;
  right: 0;
  top: -190px;
  z-index: 0;
  width: 215px;
  height: 265px;
  background-image: url("../img/general/right_box.jpg");
  background-repeat: no-repeat;
  background-position: 100% 0%;
}

.header-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-txt {
  position: relative;
  max-width: 580px;
  padding-top: 50px;
}

.main-title {
  display: block;
  font-family: ClearSans-Bold, sans-serif;
  font-size: 74px;
  line-height: 78px;
}

.main-title span {
  display: block;
  font-size: 50px;
  line-height: 65px;
  color: #72bc31;
}

.header-descr {
  display: block;
  margin: 10px 0;
  font-size: 20px;
  line-height: 24px;
  color: #6b7264;
}

.header-anim-w {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 671px;
  height: 435px;
  margin-left: -30px;
}

.anim-layer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.anim-layer > span {
  position: absolute;
  display: inline-block;
  opacity: 0;
}

.dots-1 {
  left: 536px;
  top: 64px;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: 0px 0px;
  width: 26px;
  height: 26px;
  background-size: 95px, 89px;
  background-repeat: no-repeat;
  -webkit-animation: fadeBlock 10s 0.2s  ease-in-out forwards;
          animation: fadeBlock 10s 0.2s  ease-in-out forwards;
}

.dots-2 {
  left: 482px;
  top: 111px;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -30px 0px;
  width: 25px;
  height: 25px;
  background-size: 95px, 89px;
  background-repeat: no-repeat;
  -webkit-animation: fadeBlock 10s 0.3s  ease-in-out forwards;
          animation: fadeBlock 10s 0.3s  ease-in-out forwards;
}

.dots-3 {
  left: 372px;
  top: 109px;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: 0px -30px;
  width: 23px;
  height: 23px;
  background-size: 95px, 89px;
  background-repeat: no-repeat;
  -webkit-animation: fadeBlock 10s 0.4s  ease-in-out forwards;
          animation: fadeBlock 10s 0.4s  ease-in-out forwards;
}

.dots-4 {
  left: 418px;
  top: 105px;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -27px -30px;
  width: 21px;
  height: 20px;
  background-size: 95px, 89px;
  background-repeat: no-repeat;
  -webkit-animation: fadeBlock 10s 0.10s  ease-in-out forwards;
          animation: fadeBlock 10s 0.10s  ease-in-out forwards;
}

.dots-5 {
  left: 406px;
  top: 175px;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -59px 0px;
  width: 19px;
  height: 19px;
  background-size: 95px, 89px;
  background-repeat: no-repeat;
  -webkit-animation: fadeBlock 10s 0.210s  ease-in-out forwards;
          animation: fadeBlock 10s 0.210s  ease-in-out forwards;
}

.dots-6 {
  left: 580px;
  top: 80px;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -59px -23px;
  width: 19px;
  height: 19px;
  background-size: 95px, 89px;
  background-repeat: no-repeat;
  -webkit-animation: fadeBlock 10s 0.310s  ease-in-out forwards;
          animation: fadeBlock 10s 0.310s  ease-in-out forwards;
}

.dots-7 {
  left: 394px;
  top: 149px;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: 0px -57px;
  width: 17px;
  height: 17px;
  background-size: 95px, 89px;
  background-repeat: no-repeat;
  -webkit-animation: fadeBlock 10s 0.410s  ease-in-out forwards;
          animation: fadeBlock 10s 0.410s  ease-in-out forwards;
}

.dots-8 {
  left: 420px;
  top: 208px;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -21px -57px;
  width: 16px;
  height: 17px;
  background-size: 95px, 89px;
  background-repeat: no-repeat;
  -webkit-animation: fadeBlock 10s 1.50s  ease-in-out forwards;
          animation: fadeBlock 10s 1.50s  ease-in-out forwards;
}

.dots-9 {
  left: 509px;
  top: 174px;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -60px -57px;
  width: 15px;
  height: 15px;
  background-size: 95px, 89px;
  background-repeat: no-repeat;
  -webkit-animation: fadeBlock 10s 1.45s  ease-in-out forwards;
          animation: fadeBlock 10s 1.45s  ease-in-out forwards;
}

.dots-10 {
  left: 436px;
  top: 156px;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -41px -57px;
  width: 15px;
  height: 15px;
  background-size: 95px, 89px;
  background-repeat: no-repeat;
  -webkit-animation: fadeBlock 10s 0.2s  ease-in-out forwards;
          animation: fadeBlock 10s 0.2s  ease-in-out forwards;
}

.dots-11 {
  left: 544px;
  top: 121px;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -82px -17px;
  width: 13px;
  height: 13px;
  background-size: 95px, 89px;
  background-repeat: no-repeat;
  -webkit-animation: fadeBlock 10s 1.40s  ease-in-out forwards;
          animation: fadeBlock 10s 1.40s  ease-in-out forwards;
}

.dots-12 {
  left: 165px;
  top: 131px;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -82px 0px;
  width: 13px;
  height: 13px;
  background-size: 95px, 89px;
  background-repeat: no-repeat;
  -webkit-animation: fadeBlock 10s 1.0s  ease-in-out forwards;
          animation: fadeBlock 10s 1.0s  ease-in-out forwards;
}

.dots-13 {
  left: 161px;
  top: 164px;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -82px -49px;
  width: 11px;
  height: 11px;
  background-size: 95px, 89px;
  background-repeat: no-repeat;
  -webkit-animation: fadeBlock 10s 1.35s  ease-in-out forwards;
          animation: fadeBlock 10s 1.35s  ease-in-out forwards;
}

.dots-14 {
  left: 324px;
  top: 156px;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: 0px -78px;
  width: 11px;
  height: 11px;
  background-size: 95px, 89px;
  background-repeat: no-repeat;
  -webkit-animation: fadeBlock 10s 1.25s  ease-in-out forwards;
          animation: fadeBlock 10s 1.25s  ease-in-out forwards;
}

.dots-15 {
  left: 461px;
  top: 140px;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -82px -34px;
  width: 11px;
  height: 11px;
  background-size: 95px, 89px;
  background-repeat: no-repeat;
  -webkit-animation: fadeBlock 10s 1.30s  ease-in-out forwards;
          animation: fadeBlock 10s 1.30s  ease-in-out forwards;
}

.dots-16 {
  left: 655px;
  top: 64px;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -15px -78px;
  width: 11px;
  height: 11px;
  background-size: 95px, 89px;
  background-repeat: no-repeat;
  -webkit-animation: fadeBlock 10s 1.20s  ease-in-out forwards;
          animation: fadeBlock 10s 1.20s  ease-in-out forwards;
}

.dots-17 {
  left: 492px;
  top: 74px;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -30px -78px;
  width: 9px;
  height: 9px;
  background-size: 95px, 89px;
  background-repeat: no-repeat;
  -webkit-animation: fadeBlock 10s 1.15s  ease-in-out forwards;
          animation: fadeBlock 10s 1.15s  ease-in-out forwards;
}

.dots-18 {
  left: 358px;
  top: 153px;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -82px -64px;
  width: 9px;
  height: 9px;
  background-size: 95px, 89px;
  background-repeat: no-repeat;
  -webkit-animation: fadeBlock 10s 1.1s  ease-in-out forwards;
          animation: fadeBlock 10s 1.1s  ease-in-out forwards;
}

.dots-19 {
  left: 435px;
  top: 131px;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -43px -78px;
  width: 9px;
  height: 9px;
  background-size: 95px, 89px;
  background-repeat: no-repeat;
  -webkit-animation: fadeBlock 10s 0.9s  ease-in-out forwards;
          animation: fadeBlock 10s 0.9s  ease-in-out forwards;
}

.dots-20 {
  left: 539px;
  top: 93px;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -59px -46px;
  width: 7px;
  height: 7px;
  background-size: 95px, 89px;
  background-repeat: no-repeat;
  -webkit-animation: fadeBlock 10s 0.8s  ease-in-out forwards;
          animation: fadeBlock 10s 0.8s  ease-in-out forwards;
}

.dots-21 {
  left: 400px;
  top: 131px;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -70px -46px;
  width: 7px;
  height: 7px;
  background-size: 95px, 89px;
  background-repeat: no-repeat;
  -webkit-animation: fadeBlock 10s 0.7s  ease-in-out forwards;
          animation: fadeBlock 10s 0.7s  ease-in-out forwards;
}

.dots-22 {
  left: 395px;
  top: 188px;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -56px -78px;
  width: 5px;
  height: 5px;
  background-size: 95px, 89px;
  background-repeat: no-repeat;
  -webkit-animation: fadeBlock 10s 0.6s  ease-in-out forwards;
          animation: fadeBlock 10s 0.6s  ease-in-out forwards;
}

.shield-anim {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: fadeShield 10s  ease-in-out forwards;
          animation: fadeShield 10s  ease-in-out forwards;
}

@-webkit-keyframes fadeBlock {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeBlock {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeShield {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  73% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeShield {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  73% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.h-info-thumb-1 img,
.h-info-thumb-2 img {
  width: 50px;
}

.h-info-thumb-3 img {
  width: 80px;
}

.h-info-thumb-4 img {
  width: 55px;
}

.h-info-thumb-5 img {
  width: 31px;
}

.header-info-w {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 125px 0 0;
  padding: 0;
  list-style: none;
}

.header-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 5px 30px;
  font-family: ClearSans-Regular, sans-serif;
  font-size: 20px;
  font-size: 24px;
  color: #72bc31;
}

.h-info-title {
  margin-top: 13px;
}

.site-btn-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.site-btn-w .site-btn {
  margin-right: 20px;
  font-family: HelveticaNeueCyr-Medium, sans-serif;
  font-size: 18px;
  line-height: 22px;
  padding: 10px 30px 10px 80px;
}

.site-btn-w .site-btn > span {
  display: block;
  font-family: HelveticaNeueCyr-Light, sans-serif;
  font-size: 14px;
}

.site-btn-w .site-btn:before {
  content: '';
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -769px;
  width: 28px;
  height: 23px;
  background-repeat: no-repeat;
}

/* Кнопка тестирования мобильных прокси */
.site-btn-w .site-btn.test-proxy-btn {
    margin-right: 0;
    padding-left: 30px;
    background: #8ae13e;
    position: relative;
    overflow: hidden;
}

.site-btn-w .site-btn.test-proxy-btn:hover {
    background: #72bc31;
}

.site-btn-w .site-btn.test-proxy-btn:before {
    display: none;
}

/* Адаптация для мобильных устройств */
@media (max-width: 767.98px) {
    .site-btn-w {
        flex-direction: column;
        gap: 15px;
    }
    
    .site-btn-w .site-btn {
        margin-right: 0;
        width: 100%;
        text-align: center;
    }
}

.link-vk-room {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 255px;
  padding: 10px 30px 10px 75px;
  border: 1px solid #436eab;
  font-family: HelveticaNeueCyr-Medium, sans-serif;
  font-size: 18px;
  line-height: 22px;
  padding-left: 80px;
  color: #436eab;
  background-color: #fff;
}

.link-vk-room > span {
  display: block;
  font-family: HelveticaNeueCyr-Light, sans-serif;
  font-size: 14px;
}

.link-vk-room:before {
  content: '';
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -890px;
  width: 27px;
  height: 16px;
  background-repeat: no-repeat;
}

.link-vk-room:hover {
  color: #fff;
  background-color: #436eab;
}

.link-vk-room:hover:before {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -910px;
  width: 27px;
  height: 16px;
  background-repeat: no-repeat;
}

@media (max-width: 1199.98px) {
  .header-anim-w {
    display: none;
  }
  .header-txt {
    margin: 0 auto;
    text-align: center;
  }
  .site-btn-w {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-content {
    background-image: none !important;
  }
  .header-content:before, .header-content:after {
    display: none;
  }
}

@media (max-width: 1049.98px) {
  .header-info-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .h-info-title {
    margin: 0 0 0 15px;
  }
  .header-txt {
    padding-top: 0;
  }
  .header-info-w {
    margin: 60px 0 0;
  }
}

@media (max-width: 767.98px) {
  .main-title {
    font-size: 56px;
    line-height: 60px;
  }
  .main-title span {
    font-size: 44px;
    line-height: 55px;
  }
  .site-btn-w {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-btn-w .site-btn {
    margin: 0 0 20px 0;
  }
}

@media (max-width: 479.98px) {
  .header-info-w {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header-info-item {
    width: 100%;
  }
  .h-info-thumb-1,
  .h-info-thumb-2,
  .h-info-thumb-3,
  .h-info-thumb-4,
  .h-info-thumb-5 {
    width: 80px;
    text-align: center;
  }
  .main-title {
    font-size: 32px;
    line-height: 36px;
  }
  .main-title span {
    font-size: 26px;
    line-height: 36px;
  }
  .header-descr {
    font-size: 16px;
    line-height: 20px;
  }
  .header-content {
    margin-top: 15px;
  }
  .header-info-w {
    margin: 40px 0 0;
  }
}

.my-orders-t {
  width: 100%;
  margin-bottom: 60px;
  background-color: #fff;
}

.my-orders-t tr {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05), 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  padding: 0 10px;
}

.my-orders-t thead {
  background-color: #fafff5;
}

.my-orders-t thead tr {
  box-shadow: none;
}

.my-orders-t thead tr td {
  padding: 20px 4px;
  font-family: ClearSans-Regular, sans-serif;
  font-size: 18px;
}

.my-orders-t td {
  padding: 25px 4px;
  font-family: HelveticaNeueCyr-Light, sans-serif;
  font-size: 16px;
  text-align: center;
  color: #6b7264;
}

.my-orders-t td.buy-date {
  font-size: 14px;
  color: #95a08a;
}

.my-orders-t td.order-pay {
  color: #83d639;
}

.my-orders-t td.order-during {
  color: #be3838;
}

.my-orders-t td a {
  color: #72bc31;
  text-decoration: underline;
}

.my-orders-t td a:hover {
  text-decoration: none;
}

.my-orders-t tbody tr:nth-child(even) {
  background-color: #fdfffa;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 991.98px) {
  .my-orders-w {
    position: relative;
    width: 100%;
    min-width: 100%;
    overflow-y: auto;
  }
  .my-orders-w.on:after {
    display: none;
  }
  .my-orders-w:after {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    bottom: 0;
    width: 150px;
    background-image: -webkit-linear-gradient(left, rgba(250, 255, 245, 0), rgba(250, 255, 245, 0.4) 40%, #fafff5 80%);
    background-image: linear-gradient(to right, rgba(250, 255, 245, 0), rgba(250, 255, 245, 0.4) 40%, #fafff5 80%);
  }
  .my-orders-w .my-orders-t {
    min-width: 1000px;
  }
  .my-orders-w::-webkit-scrollbar {
    width: 0;
  }
  .my-orders-w {
    -ms-overflow-style: none;
  }
  .my-orders-w {
    overflow: -moz-scrollbars-none;
  }
}

.my-proxy-t {
  width: 100%;
  margin-bottom: 30px;
  background-color: #fff;
}

.my-proxy-t tr {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05), 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  padding: 0 10px;
}

.my-proxy-t thead {
  background-color: #fafff5;
}

.my-proxy-t thead tr {
  box-shadow: none;
}

.my-proxy-t thead tr td {
  padding: 20px 4px;
  font-family: ClearSans-Regular, sans-serif;
  font-size: 14px;
}

.my-proxy-t td {
  padding: 25px 4px;
  font-family: HelveticaNeueCyr-Light, sans-serif;
  font-size: 16px;
  text-align: center;
  color: #6b7264;
}

.my-proxy-t td.buy-date {
  font-size: 14px;
  color: #95a08a;
}

.my-proxy-t td a {
  color: #72bc31;
  text-decoration: underline;
}

.my-proxy-t td a:hover {
  text-decoration: none;
}

.my-proxy-t td.expiration-date {
  font-size: 14px;
  color: #95a08a;
}

.my-proxy-t td.expiration-date span {
  display: block;
  font-family: HelveticaNeueCyr-Roman, sans-serif;
  color: #6b7264;
}

.my-proxy-t tbody tr:nth-child(even) {
  background-color: #fdfffa;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
}

.my-proxy-t .proxy-t-info {
  margin: 0 auto;
  background-color: transparent;
}

.my-proxy-t .proxy-t-info td {
  text-align: left;
  padding: 3px 4px;
  font-size: 14px;
  color: #95a08a;
}

.my-proxy-t .proxy-t-info td.proxy-tvalue {
  padding-left: 20px;
  font-family: HelveticaNeueCyr-Roman, sans-serif;
  color: #6b7264;
}

.my-proxy-t .proxy-t-info td img {
  margin-right: 5px;
}

.my-proxy-t .proxy-t-info tr {
  background-color: transparent;
  box-shadow: none;
}

.my-proxy-t .proxy-t-info tr:nth-child(even) {
  background-color: transparent;
  box-shadow: none;
}

.my-proxy-t-w .check-w {
  margin: 0;
}

.my-proxy-t-w .check-w .checkbox + label:before {
  left: 10px;
  top: -7px;
  width: 17px;
  height: 17px;
  border: 1px solid #acb5a4;
  border-radius: 3px;
  background-color: transparent;
}

.my-proxy-t-w .check-w .checkbox + label {
  padding: 0 15px;
}

.my-proxy-t-w .check-w .checkbox + label:after {
  top: -5px;
  left: 11px;
}

.proxy-t-btn {
  display: block;
  margin: 0 auto;
  padding: 3px 20px;
  border: 1px solid #d2d4d0;
  border-radius: 3px;
  background-color: transparent;
}

.proxy-t-btn:hover {
  color: #fff;
  border-color: #72bc31;
  background-color: #72bc31;
}

.icon-more {
  display: inline-block;
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1398px;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
}

.icon-down {
  display: inline-block;
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1417px;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
}

.icon-down-all {
  display: inline-block;
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1474px;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
}

.proxy-set-btn {
  display: block;
  margin: 5px 10px;
  border: none;
  background-color: transparent;
}

.proxy-set2-btn {
  margin: 5px 10px;
  border: none;
  background-color: transparent;
}

.proxy-set-btn:hover .icon-more {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1436px;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
}

.proxy-set-btn:hover .icon-down {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1493px;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
}

.proxy-set-btn:hover .icon-down-all {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1455px;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
}

.my-proxy-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 400px;
  margin-bottom: 60px;
  padding: 20px;
  border: 1px solid #ebf1e6;
}

.my-proxy-actions .filter-item {
  margin: 0 10px 0 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.my-proxy-actions .filter-item .btn {
  padding: 13px 50px 13px 15px;
  font-size: 14px;
  color: #6b7264;
}

.my-proxy-actions .filter-item .dropdown-menu > li > a {
  font-size: 14px;
  color: #6b7264;
}

.my-proxy-actions .form-btn {
  margin: 0;
  font-size: 18px;
}

.actions-title {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-family: ClearSans-Bold, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 991.98px) {
  .my-proxy-t-w {
    position: relative;
    width: 100%;
    min-width: 100%;
    overflow-y: auto;
  }
  .my-proxy-t-w.on:after {
    display: none;
  }
  .my-proxy-t-w:after {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    bottom: 0;
    width: 150px;
    background-image: -webkit-linear-gradient(left, rgba(250, 255, 245, 0), rgba(250, 255, 245, 0.4) 40%, #fafff5 80%);
    background-image: linear-gradient(to right, rgba(250, 255, 245, 0), rgba(250, 255, 245, 0.4) 40%, #fafff5 80%);
  }
  .my-proxy-t-w .my-proxy-t {
    min-width: 1000px;
  }
  .my-proxy-t-w::-webkit-scrollbar {
    width: 0;
  }
  .my-proxy-t-w {
    -ms-overflow-style: none;
  }
  .my-proxy-t-w {
    overflow: -moz-scrollbars-none;
  }
}

@media (max-width: 767.98px) {
  .my-proxy-actions {
    max-width: none;
    width: 100%;
    padding: 20px 50px;
  }
  .actions-title {
    text-align: center;
  }
}

@media (max-width: 479.98px) {
  .my-proxy-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
  }
  .my-proxy-actions .form-btn {
    margin-top: 10px;
  }
  .my-proxy-actions .filter-item {
    margin: 0;
    width: 100%;
  }
}

.partner-w {
  padding-bottom: 60px;
}

.schare-link-w {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  padding-top: 20px;
  background-color: #fff;
}

.schare-link-w .profile-subtitle,
.schare-link-w .profile-title {
  padding: 0 20px;
}

.profile-subtitle {
  display: block;
  margin-top: 7px;
  font-size: 16px;
  line-height: 20px;
  color: #6b7264;
}

.schare-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  padding: 20px 20px 30px 20px;
  list-style: none;
  border-top: 1px solid #f3f3f2;
}

.share-title {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #6b7264;
}

.share-w {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 15px;
  background-color: #eff7e8;
}

.copy-txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 10px;
  border: none;
  font-family: HelveticaNeueCyr-Light, sans-serif;
  font-size: 14px;
  background-color: transparent;
  white-space: nowrap;
  text-overflow: ellipsis !important;
}

.schare-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 20px;
}

.schare-item:last-child {
  max-width: 200px;
  margin-right: 0;
}

.msg-copy {
  position: absolute;
  left: 0;
  top: 100%;
  font-size: 12px;
  color: #72bc31;
}

.copy-btn {
  position: relative;
  width: 30px;
  border: none;
  background-color: transparent;
}

.copy-btn:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1352px;
  width: 15px;
  height: 19px;
  background-repeat: no-repeat;
}

.copy-btn:hover:before {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1375px;
  width: 15px;
  height: 19px;
  background-repeat: no-repeat;
}

.partner-advantages-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 30px 0;
}

.partner-advantages-w > p {
  margin: 0;
  line-height: 26px;
}

.partner-price-w {
  min-width: 160px;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #dde3d8;
}

.partner-price-w > p {
  margin: 0;
  color: #6b7264;
}

.partner-price {
  display: block;
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 55px;
  line-height: 55px;
  color: #6b7264;
}

.partner-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 48%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.partner-info-list li {
  position: relative;
  padding-left: 15px;
  color: #6b7264;
}

.partner-info-list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 10em;
  background-color: #b2b8ac;
}

.partner-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

.partner-info-wrap .profile-title {
  margin-bottom: 25px;
}

.partner-info-wrap .profile-title,
.partner-info-wrap .partner-info-descr {
  width: 100%;
}

.partner-info-descr {
  display: block;
  margin-top: 30px;
  font-size: 14px;
  line-height: 18px;
  color: #6b7264;
}

.attention-w {
  position: relative;
  width: 48%;
  padding-left: 18px;
  font-size: 22px;
  line-height: 26px;
}

.attention-w:before {
  content: '!';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 36px;
  line-height: 36px;
}

.partner-materials-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #cfd4c9;
}

.materials-title {
  display: block;
  max-width: 140px;
  font-family: ClearSans-Bold, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

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

.materials-list li {
  padding: 5px 0;
}

.materials-descr {
  display: inline-block;
  width: 125px;
  font-size: 14px;
  line-height: 18px;
  color: #6b7264;
}

.materials-link {
  font-size: 18px;
  line-height: 22px;
  color: #4e8abc;
}

.materials-link:hover {
  color: #72bc31;
}

@media (max-width: 991.98px) {
  .schare-link-w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .schare-link-w .title-block {
    min-width: 50%;
    width: 50%;
  }
  .schare-list {
    width: 50%;
    margin: 0;
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .schare-item {
    margin: 0 0 20px 0;
  }
  .schare-item:last-child {
    margin-bottom: 0;
  }
  .partner-price-w {
    border: none;
  }
  .partner-info-list,
  .attention-w {
    width: 100%;
    max-width: none;
  }
  .partner-info-list li {
    margin: 7px 0;
  }
  .attention-w {
    margin-top: 10px;
  }
  .partner-info-wrap {
    margin-bottom: 20px;
  }
  .partner-info-wrap .profile-title {
    margin-bottom: 15px;
  }
  .partner-materials-w {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .materials-title {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .schare-link-w {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .profile-subtitle {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }
  .schare-link-w .title-block {
    min-width: auto;
    width: auto;
    max-width: 360px;
  }
  .schare-list {
    width: auto;
    width: 360px;
  }
  .partner-advantages-w {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .partner-price-w {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 0 10px 0;
    padding: 0;
  }
  .partner-price-w p {
    max-width: 140px;
  }
  .partner-price {
    margin-right: 10px;
  }
  .partner-info-descr {
    margin-top: 20px;
  }
  .materials-list {
    margin: 0 auto;
  }
}

@media (max-width: 479.98px) {
  .schare-link-w .title-block {
    width: 100%;
  }
  .schare-list {
    width: 100%;
    padding: 20px 15px 30px;
  }
  .schare-link-w {
    margin: 0 -15px;
  }
  .partner-advantages-w > p {
    font-size: 16px;
    line-height: 24px;
  }
  .partner-info-list {
    font-size: 16px;
    line-height: 20px;
  }
  .attention-w {
    font-size: 20px;
    line-height: 24px;
  }
  .attention-w:before {
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
  .materials-descr {
    display: block;
    width: auto;
  }
  .materials-list li {
    text-align: center;
  }
}

.partners-wrap {
  padding: 30px 0 15px;
  border-bottom: 1px solid #e1e7da;
}

.partners-slider-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.partners-item {
  margin-bottom: 15px;
}

.partners-item img {
  margin: 0 auto;
}

.slider-btn {
  overflow: hidden;
  top: calc(100% + 15px);
  width: 35px;
  height: 35px;
}

.slider-btn > span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
}

.slider-btn:hover > span {
  border-color: #72bc31;
  background-color: #72bc31;
}

.slider-btn:hover .slider-next-icon,
.slider-btn:hover .slider-prev-icon {
  border-color: #fff;
}

.slider-btn:before {
  content: '';
}

.slider-btn.slider-next, .slider-btn.slider-prev {
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.slider-btn.slider-prev {
  margin-left: -22px;
}

.slider-btn.slider-next {
  margin-left: 22px;
}

.slider-next-icon {
  display: inline-block;
  margin-left: -2px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #b3b3b3;
  border-top: 2px solid #b3b3b3;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.slider-prev-icon {
  display: inline-block;
  margin-left: 2px;
  width: 8px;
  height: 8px;
  border-left: 2px solid #b3b3b3;
  border-bottom: 2px solid #b3b3b3;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (max-width: 479.98px) {
  .partners-wrap {
    padding: 30px 0 75px;
  }
}

.popup_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 69;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

.popup_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 100vh;
}

.popup_item {
  position: relative;
  color: #000;
  width: 360px;
  max-width: 360px;
  margin: 10px 15px;
  background-color: white;
  box-shadow: 0px 5px 40px 0px rgba(6, 6, 6, 0.63);
  z-index: 70;
  display: none;
}

.popup_item.popup-politic {
  display: none;
  width: 900px;
  max-width: 900px;
  padding: 25px 20px 10px;
  color: #6b6b6b;
}

.popup_item.popup-politic .popup_close_btn {
  right: 0;
}

.popup_item.popup-politic .popup_close_btn:before, .popup_item.popup-politic .popup_close_btn:after {
  background-color: #3e4637;
}

.popup_item.popup-politic ul {
  font-size: 15px;
  line-height: 19px;
  padding-left: 20px;
}

.popup_item.popup-politic .main_popup_title {
  font-family: ClearSans-Bold, sans-serif;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}

.popup_item.popup-politic .title_popup {
  font-size: 18px;
  line-height: 18px;
  font-family: ClearSans-Bold, sans-serif;
  display: block;
}

.popup-form {
  margin-top: 20px;
}

.popup-form .lg-btn.r-btn {
  padding: 15px 30px 15px 30px;
  width: 100%;
}

.popup-form .lg-btn.r-btn > span {
  padding-right: 0;
}

.popup-form .lg-btn.r-btn > span:after {
  display: none;
}

.popup-form input {
  width: 100%;
  padding: 12px 15px 12px 60px;
  border-radius: 0;
  background-color: #eff7e8;
}

.popup-form input.i-email {
  background-image: url("../img/general/ic-mail.svg");
  background-repeat: no-repeat;
  background-size: 16px 11px;
  background-position: 25px 50%;
}

.popup-form input.i-pass {
  background-image: url("../img/general/ic-lock.svg");
  background-repeat: no-repeat;
  background-size: 12px 15px;
  background-position: 27px 50%;
}

.popup-form ::-webkit-input-placeholder {
  font-family: HelveticaNeueCyr-Light, sans-serif;
  font-size: 14px;
  color: #858c7f;
}

.popup-form ::-moz-placeholder {
  font-family: HelveticaNeueCyr-Light, sans-serif;
  font-size: 14px;
  color: #858c7f;
}

.popup-form :-moz-placeholder {
  font-family: HelveticaNeueCyr-Light, sans-serif;
  font-size: 14px;
  color: #858c7f;
}

.popup-form :-ms-input-placeholder {
  font-family: HelveticaNeueCyr-Light, sans-serif;
  font-size: 14px;
  color: #858c7f;
}

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

.popup-info {
  text-align: center;
  padding: 20px 0 0;
  font-size: 13px;
  line-height: 17px;
  color: #868686;
}

.site-btn.f-btn {
  display: block;
  width: 100%;
  margin-top: 10px;
  border: none;
}

.popup-title-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.popup-title-w a:hover {
  color: #72bc31;
}

.popup-title {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  padding: 20px 10px;
  border-bottom: 1px solid #e1e3e0;
  font-family: HelveticaNeueCyr-Light, sans-serif;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  color: #b8bbb5;
}

.popup-title.current {
  font-family: HelveticaNeueCyr-Medium, sans-serif;
  color: #3e4637;
}

.popup-title.current:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 4px;
  background-color: #86db3b;
}

.popup-subtitle {
  display: block;
  margin: 5px 0;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #3a3a3a;
}

.site_politic {
  color: #72bc31;
}

.popup_content {
  position: relative;
  padding: 20px 30px 40px;
  z-index: 55;
  height: 550px;
}

.popup_content .site-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px auto 0;
  padding: 17px 20px;
  min-width: 215px;
  border: none;
  font-size: 20px;
}

.popup_content .site-btn:before {
  display: none;
}

.popup_close_btn {
  position: absolute;
  z-index: 60;
  top: 0;
  right: -50px;
  width: 50px;
  height: 50px;
  border: none;
  outline: none;
  background-color: transparent;
}

.popup_close_btn:before, .popup_close_btn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.popup_close_btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.popup_close_btn:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.popup_close_btn:hover:before, .popup_close_btn:hover:after {
  background-color: #72bc31;
}

.restore-pass {
  font-size: 16px;
  line-height: 20px;
  color: #6b7264;
}

.restore-pass:hover {
  color: #72bc31;
}

.popup_active {
  overflow: hidden;
  height: auto;
}

.success {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background-color: rgba(36, 36, 36, 0.95);
  font-size: 30px;
  line-height: 34px;
  color: #fff;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  z-index: 9999;
}

.success span {
  display: block;
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}

.success-content {
  position: relative;
}

.inp-w {
  position: relative;
  margin-bottom: 15px;
}

label.error {
  position: absolute;
  left: 20px;
  top: 100%;
  z-index: 1;
  font-family: HelveticaNeueCyr-Light, sans-serif;
  font-size: 12px;
  color: #f00;
}

.success-btn {
  position: absolute;
  top: -20px;
  right: 0;
  width: 44px;
  height: 44px;
  border: 2px solid #fff;
  border-radius: 50%;
  outline: none;
  background-color: transparent;
}

.success-btn:before, .success-btn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.success-btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.success-btn:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.success-btn:hover {
  border-color: #72bc31;
}

.success-btn:hover:before, .success-btn:hover:after {
  background-color: #72bc31;
}

.form-descr {
  display: block;
  text-align: center;
  font-family: HelveticaNeueCyr-Light, sans-serif;
  font-size: 13px;
  margin-top: 20px;
}

@media (max-width: 991.98px) {
  .popup_item.popup-politic:before {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .popup_content {
    padding: 40px 20px;
  }
  .popup_item.popup-politic {
    padding: 0;
  }
  .sale-num {
    margin-bottom: 10px;
  }
  .city-delivery {
    margin-bottom: 10px;
  }
}

@media (max-width: 479.98px) {
  .popup_item:before {
    display: none;
  }
  .popup-title {
    margin-top: 0;
    font-size: 25px;
    line-height: 30px;
  }
  .popup-form {
    margin: 20px 0 0;
    padding: 0;
  }
  .success {
    font-size: 26px;
    line-height: 30px;
  }
  .success span {
    margin-top: 15px;
    font-size: 16px;
    line-height: 20px;
  }
  .popup_item.popup-politic .main_popup_title {
    font-size: 21px;
    line-height: 22px;
  }
  .popup_close_btn {
    right: 0;
  }
  .popup_close_btn:before, .popup_close_btn:after {
    background-color: #3e4637;
  }
  .popup_item {
    width: 100%;
    min-width: auto;
  }
  .popup-title {
    font-size: 20px;
    line-height: 24px;
  }
}

.profile-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.profile-set-phone {
    display: block;
    padding-bottom: 60px;
}

.profile-title {
  display: block;
  font-family: ClearSans-Bold, sans-serif;
  font-size: 26px;
  line-height: 30px;
}

.form-btn {
  border: none;
  margin-top: 20px;
  padding: 17px 30px;
  font-family: ClearSans-Bold, sans-serif;
  font-size: 20px;
  text-align: center;
}

.form-btn:before {
  display: none;
}

.pass-set-w {
  margin-right: 20px;
  padding: 20px 20px 40px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 104% 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.pass-set-w .set-pass {
  max-width: 300px;
}

.email-set-w {
  width: 270px;
  padding: 20px 30px 40px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.profile-descr {
  display: block;
  margin: 20px 0;
  font-size: 16px;
  line-height: 20px;
}

.set-btn {
  display: inline-block;
  min-width: 180px;
  padding: 8px 30px;
  border: 1px solid #82d539;
  font-size: 14px;
  text-align: center;
  color: #82d539;
  background-color: #fff;
}

.set-btn:hover {
  color: #fff;
  background-color: #82d539;
}

@media (max-width: 767.98px) {
  .pass-set-w {
    background-image: none !important;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .profile-title {
    text-align: center;
  }
  .set-pass {
    margin: 0 auto;
  }
  .email-set-w {
    background-image: none !important;
    width: 100%;
  }
  .email-set-w .profile-title {
    text-align: left;
  }
  .email-set-w .set-btn {
    margin: 20px 0 0 20px;
  }
  .email-set-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 479.98px) {
  .email-set-w .set-btn {
    margin: 0;
  }
  .email-set-w .profile-title {
    text-align: center;
  }
  .profile-descr {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
  }
  .email-set-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .profile-title {
    font-size: 20px;
    line-height: 24px;
  }
}

.registration-w {
  margin-bottom: 60px;
}

.registration-form {
  max-width: 620px;
  padding: 50px 20px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

.registration-form .input-w input {
  width: 300px;
  min-width: 300px;
}

.registration-form .input-w .error {
  left: 150px;
}

.registration-form .form-btn {
  min-width: 240px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 140px;
}

@media (max-width: 767.98px) {
  .registration-form .input-w input {
    width: 270px;
    min-width: 270px;
  }
}

@media (max-width: 479.98px) {
  .registration-form {
    padding: 40px 20px;
  }
  .registration-form .input-w {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .registration-form .input-w input {
    width: 100%;
  }
  .registration-form .input-w .error {
    left: 20px;
  }
  .registration-form .form-btn {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }
}

.main-sitebar {
  padding-bottom: 60px;
}

.proxy-menu-w {
  position: relative;
  /*z-index: 2;*/
  border: 1px solid #72bc31;
  background-color: #fff;
}

.proxy-menu {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

.proxy-menu li {
  position: relative;
  border-bottom: 1px solid #e4e6e3;
}

.proxy-menu li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: none;
  width: 3px;
  background-color: #72bc31;
}

.proxy-menu li.current:before {
  display: block;
}

.proxy-menu li.current a {
  color: #83d639;
}

.proxy-menu li:last-child {
  border-bottom: none;
}

.proxy-menu li:hover:before {
  display: block;
}

.proxy-menu li:hover a {
  color: #83d639;
}

.proxy-menu a {
  display: block;
  padding: 8px 20px;
  font-family: ClearSans-Regular, sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #3e4637;
}

.proxy-btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 40px 20px 20px;
  border: none;
  text-align: left;
  font-family: ClearSans-Bold, sans-serif;
  font-size: 20px;
  background-color: transparent;
}

.proxy-btn:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 18px;
  display: block;
  border-right: 3px solid #adb4a5;
  border-bottom: 3px solid #adb4a5;
  border-top: none;
  border-left: none;
  width: 9px;
  height: 9px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.proxy-btn:hover {
  color: #72bc31;
}

.proxy-btn.on:after {
  border-color: #82c448;
  -webkit-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
}

.sitebar-menu-w {
  position: relative;
  /*z-index: 1;*/
  margin-top: 20px;
  background-color: #6b7264;
}

.sitebar-menu-item {
  display: block;
}

.sitebar-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sitebar-menu.on {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background-color: #6b7264;
  z-index: 2;
}

.sitebar-menu li {
  position: relative;
  border-bottom: 2px solid #848a7e;
}

.sitebar-menu li:last-child {
  border-bottom: none;
}

.sitebar-menu li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: none;
  width: 8px;
  background-color: #72bc31;
}

.sitebar-menu li:hover:before {
  display: block;
}

.sitebar-menu li:hover .s-menu-icon-1 {
  background-image: url("../img/menu/moi-zakaz1.png");
  /*background-position: -4px -1048px;*/
  width: 26px;
  height: 25px;
  background-repeat: no-repeat;
}

.sitebar-menu li:hover .s-menu-icon-2 {
  background-image: url("../img/menu/oformit-zakaz1.png");
  /*background-position: -4px -1135px;*/
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
}

.sitebar-menu li:hover .s-menu-icon-9 {
  background-image: url("../img/menu/partner-program1.png");
  /*background-position: -4px -1135px;*/
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
}

.sitebar-menu li:hover .s-menu-icon-6 {
  background-image: url("../img/menu/profile1.png");
  /*background-position: -4px -1135px;*/
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
}

.sitebar-menu li:hover .s-menu-icon-8 {
  background-image: url("../img/menu/suport1.png");
  /*background-position: -4px -1135px;*/
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
}

.sitebar-menu li:hover .s-menu-icon-7 {
  background-image: url("../img/menu/uvedomlen1.png");
  /*background-position: -4px -1135px;*/
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
}

.sitebar-menu li:hover .s-menu-icon-3 {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -488px;
  width: 26px;
  height: 31px;
  background-repeat: no-repeat;
}

.sitebar-menu li:hover .s-menu-icon-4 {
  background-image: url("../img/menu/mob-proxy1.png");
  /*background-position: -4px -1077px;*/
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
}

.sitebar-menu li:hover .s-menu-icon-5 {
  background-image: url("../img/menu/lichn-koshel1.png");
  /*background-position: -4px -1048px;*/
  width: 26px;
  height: 25px;
  background-repeat: no-repeat;
}

.sitebar-menu li.current:before {
  display: block;
}

.sitebar-menu li.current .s-menu-icon-1 {
  background-image: url("../img/menu/moi-zakaz1.png");
  /*background-position: -4px -1048px;*/
  width: 26px;
  height: 25px;
  background-repeat: no-repeat;
}

.sitebar-menu li.current .s-menu-icon-2 {
  background-image: url("../img/menu/oformit-zakaz1.png");
  /*background-position: -4px -1135px;*/
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
}

.sitebar-menu li.current .s-menu-icon-9 {
  background-image: url("../img/menu/partner-program2.png");
  /*background-position: -4px -1135px;*/
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
}

.sitebar-menu li.current .s-menu-icon-6 {
  background-image: url("../img/menu/profile1.png");
  /*background-position: -4px -1135px;*/
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
}

.sitebar-menu li.current .s-menu-icon-8 {
  background-image: url("../img/menu/suport1.png");
  /*background-position: -4px -1135px;*/
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
}

.sitebar-menu li.current .s-menu-icon-7 {
  background-image: url("../img/menu/uvedomlen1.png");
  /*background-position: -4px -1135px;*/
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
}

.sitebar-menu li.current .s-menu-icon-3 {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -488px;
  width: 26px;
  height: 31px;
  background-repeat: no-repeat;
}

.sitebar-menu li.current .s-menu-icon-4 {
  background-image: url("../img/menu/mob-proxy1.png");
  /*background-position: -4px -1077px;*/
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
}

.sitebar-menu li.current .s-menu-icon-5 {
  background-image: url("../img/menu/lichn-koshel1.png");
  /*background-position: -4px -1048px;*/
  width: 26px;
  height: 25px;
  background-repeat: no-repeat;
}

.sitebar-menu a {
  position: relative;
  display: block;
  padding: 13px 10px 13px 75px;
  font-family: ClearSans-Regular, sans-serif;
  font-size: 20px;
  color: #fff;
}

.s-menu-icon {
  position: absolute;
  left: 37px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
}

.s-menu-icon-1 {
  background-image: url("../img/menu/moi-zakaz2.png");
  /*background-position: -4px -1019px;*/
  width: 26px;
  height: 25px;
  background-repeat: no-repeat;
}

.s-menu-icon-2 {
  background-image: url("../img/menu/oformit-zakaz2.png");
  /*background-position: -4px -1106px;*/
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
}

.s-menu-icon-9 {
  background-image: url("../img/menu/partner-program2.png");
  /*background-position: -4px -1106px;*/
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
}

.s-menu-icon-6 {
  background-image: url("../img/menu/profile2.png");
  /*background-position: -4px -1106px;*/
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
}

.s-menu-icon-8 {
  background-image: url("../img/menu/suport2.png");
  /*background-position: -4px -1106px;*/
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
}

.s-menu-icon-7 {
  background-image: url("../img/menu/uvedomlen2.png");
  /*background-position: -4px -1106px;*/
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
}

.s-menu-icon-3 {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -453px;
  width: 26px;
  height: 31px;
  background-repeat: no-repeat;
}

.s-menu-icon-4 {
  background-image: url("../img/menu/mob-proxy2.png");
  /*background-position: -4px -1164px;*/
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
}

.s-menu-icon-5 {
  background-image: url("../img/menu/lichn-koshel2.png");
  /*background-position: -4px -1019px;*/
  width: 26px;
  height: 25px;
  background-repeat: no-repeat;
}

.exit-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px 10px 45px;
  border: 1px solid #dde3d8;
  font-family: ClearSans-Regular, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #6b7264;
}

.exit-btn:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1312px;
  width: 21px;
  height: 16px;
  background-repeat: no-repeat;
}

.exit-btn:hover {
  color: #72bc31;
}

.exit-btn:hover:before {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1332px;
  width: 21px;
  height: 16px;
  background-repeat: no-repeat;
}

@media (max-width: 1199.98px) {
  .page-content-w {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-sitebar {
    width: 100%;
    margin-left: 0;
    padding-bottom: 40px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .proxy-menu {
    z-index: 1;
    position: absolute;
    left: -1px;
    top: 100%;
    right: -1px;
    border: 1px solid #72bc31;
    border-top: none;
    box-shadow: 0px 6px 15px 0px rgba(111, 123, 100, 0.15);
    background-color: #fff;
  }
  .sitebar-menu-item {
    display: none;
  }
  .sitebar-menu-item.current {
    display: block;
  }
}

.type-proxy-wrap {
  position: relative;
  padding: 50px 0 140px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 100%;
  background-color: #fafff5;
}

.main-tab {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}

.main-tab .tab-content {
  margin-top: 50px;
}

.main-tab .tab-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  list-style: none;
}

.main-tab .tab-menu:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 1px;
  border: 1px solid transparent;
  background: -webkit-linear-gradient(#fff, #fff) padding-box, -webkit-repeating-linear-gradient(135deg, #6b7264 0, #6b7264 25%, white 0, white 50%) 0/10px 10px;
  background: linear-gradient(#fff, #fff) padding-box, repeating-linear-gradient(-45deg, #6b7264 0, #6b7264 25%, white 0, white 50%) 0/10px 10px;
}

.main-tab .tab-menu li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20%;
  padding: 20px 10px;
  border-right: 1px solid #e9efe4;
  font-family: ClearSans-Regular, sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #6b7264;
  cursor: pointer;
}

.main-tab .tab-menu li:last-child {
  border: none;
}

.main-tab .tab-menu li.active, .main-tab .tab-menu li:hover {
  font-family: ClearSans-Bold, sans-serif;
  color: #fff;
  background-color: #72bc31;
}

.main-tab .tab-menu li.active .tab-icon-1, .main-tab .tab-menu li:hover .tab-icon-1 {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -283px;
  width: 35px;
  height: 31px;
  background-repeat: no-repeat;
}

.main-tab .tab-menu li.active .tab-icon-2, .main-tab .tab-menu li:hover .tab-icon-2 {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -181px;
  width: 36px;
  height: 35px;
  background-repeat: no-repeat;
}

.main-tab .tab-menu li.active .tab-icon-3, .main-tab .tab-menu li:hover .tab-icon-3 {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -33px;
  width: 36px;
  height: 25px;
  background-repeat: no-repeat;
}

.main-tab .tab-menu li.active .tab-icon-5, .main-tab .tab-menu li:hover .tab-icon-5 {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -102px;
  width: 35px;
  height: 36px;
  background-repeat: no-repeat;
}


.main-tab .tab-menu li.active .tab-icon-52, .main-tab .tab-menu li:hover .tab-icon-52 {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -318px;
  width: 29px;
  height: 33px;
  background-repeat: no-repeat;
}

.main-tab .tab-menu li.active .tab-icon-74, .main-tab .tab-menu li:hover .tab-icon-74 {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -318px;
  width: 29px;
  height: 33px;
  background-repeat: no-repeat;
}

.main-tab .tab-menu li.active .tab-icon-76, .main-tab .tab-menu li:hover .tab-icon-76 {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -318px;
  width: 29px;
  height: 33px;
  background-repeat: no-repeat;
}

.main-tab .tab-menu li.active .tab-icon-35, .main-tab .tab-menu li:hover .tab-icon-35 {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -318px;
  width: 29px;
  height: 33px;
  background-repeat: no-repeat;
}

.main-tab .tab-menu li.active:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
          transform: translate(-50%, 50%) rotate(45deg);
  width: 18px;
  height: 18px;
  background-color: #72bc31;
}

.main-tab .tab-menu li.active:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 40px;
  display: none;
  border-right: 3px solid #6b7264;
  border-bottom: 3px solid #6b7264;
  border-top: none;
  border-left: none;
  width: 11px;
  height: 11px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.main-tab .tab-icon {
  margin-right: 5px;
  display: inline-block;
  min-width: 36px;
}

.main-tab .tab-icon-1 {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -248px;
  width: 35px;
  height: 31px;
  background-repeat: no-repeat;
}

.main-tab .tab-icon-2 {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -142px;
  width: 36px;
  height: 35px;
  background-repeat: no-repeat;
}

.main-tab .tab-icon-3 {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -4px;
  width: 36px;
  height: 25px;
  background-repeat: no-repeat;
}

.main-tab .tab-icon-5 {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -62px;
  width: 35px;
  height: 36px;
  background-repeat: no-repeat;
}

.main-tab .tab-icon-52 {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -355px;
  width: 29px;
  height: 33px;
  background-repeat: no-repeat;
}

.main-tab .tab-icon-74 {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -355px;
  width: 29px;
  height: 33px;
  background-repeat: no-repeat;
}

.main-tab .tab-icon-76 {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -355px;
  width: 29px;
  height: 33px;
  background-repeat: no-repeat;
}

.main-tab .tab-icon-35 {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -355px;
  width: 29px;
  height: 33px;
  background-repeat: no-repeat;
}

.tab-proxy.on {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  right: 0;
}

.tab-proxy.on li.active:after {
  -webkit-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
  border-color: #72bc31;
}

.site-title {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-family: ClearSans-Bold, sans-serif;
  font-size: 38px;
  line-height: 42px;
}

.site-subtitle {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  color: #6b7264;
}

.buy-form {
  width: 435px;
  margin-bottom: 40px;
  padding: 35px 65px;
  box-shadow: 0px 8px 35px 0px rgba(119, 217, 32, 0.15);
  background-color: #fff;
}

.buy-form ::-webkit-input-placeholder {
  font-size: 16px;
  font-family: HelveticaNeueCyr-Light, sans-serif;
  color: #6b7264;
}

.buy-form ::-moz-placeholder {
  font-size: 16px;
  font-family: HelveticaNeueCyr-Light, sans-serif;
  color: #6b7264;
}

.buy-form :-moz-placeholder {
  font-size: 16px;
  font-family: HelveticaNeueCyr-Light, sans-serif;
  color: #6b7264;
}

.buy-form :-ms-input-placeholder {
  font-size: 16px;
  font-family: HelveticaNeueCyr-Light, sans-serif;
  color: #6b7264;
}

.buy-form .site-btn {
  border: none;
}

.buy-form .site-btn:before {
  display: none;
}

.tab-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.tab-block .buy-form {
  padding: 35px 30px 0 30px;
  min-width: 360px;
  width: 360px;
}

.tab-block .buy-form-title {
  text-align: center;
}

.tab-block .site-btn {
  width: 100%;
  padding: 22px 30px 22px 30px;
  font-size: 26px;
  max-width: none;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.tab-block .site-btn > span {
  position: relative;
  display: inline-block;
  padding-right: 40px;
}

.tab-block .site-btn > span:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1269px;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
}

.tab-block .total-price {
  margin: 45px 0 0;
}

.tab-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 50px;
}

.buy-form-title {
  font-family: ClearSans-Bold, sans-serif;
  font-size: 26px;
  line-height: 30px;
}

.filter-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}

.filter-item .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}

.filter-item .btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.filter-item .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

.filter-item .btn:active, .filter-item .btn.active {
  box-shadow: none;
}

.filter-item .btn-default {
  border: none;
  color: #3e4637;
  background-color: #eff7e7;
}

.filter-item .btn {
  padding: 10px 50px 10px 15px;
  border-radius: 0;
  font-family: HelveticaNeueCyr-Medium, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #3e4637;
}

.filter-item .caret {
  right: 15px !important;
  margin-top: 0 !important;
  display: block;
  border-right: 3px solid #adb4a5;
  border-bottom: 3px solid #adb4a5;
  border-top: none;
  border-left: none;
  width: 9px;
  height: 9px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.filter-item .open .caret {
  -webkit-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
  border-color: #72bc31;
}

.filter-item .open .btn {
  background-color: #fff;
  box-shadow: 0px 9px 10px 0px rgba(107, 114, 100, 0.18) !important;
}

.filter-item .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: none;
  box-shadow: 0px 9px 10px 0px rgba(107, 114, 100, 0.18);
}

.filter-item .dropdown-menu > li > a {
  padding: 10px 50px 10px 15px;
  font-family: HelveticaNeueCyr-Medium, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #3e4637;
}

.filter-item .dropdown-menu > li > a:hover, .filter-item .dropdown-menu > li > a:focus {
  background-color: #eff7e7;
}

.filter-item-title {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #6b7264;
}

.period-buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.period-buy .filter-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.period-buy .filter-item.sum-p {
  max-width: 110px;
  margin-right: 20px;
}

.i-email,
.i-pass,
.i-mess,
.i-name,
.i-promo {
  padding: 10px 15px;
  border: none;
  font-family: HelveticaNeueCyr-Medium, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #3e4637;
  background-color: #eff7e7;
}

.total-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 45px 0 40px;
  font-family: ClearSans-Bold, sans-serif;
  font-size: 20px;
}

.total-price > span {
  font-size: 32px;
  line-height: 32px;
}

.price {
  margin-left: auto;
  margin-right: 10px;
  font-size: 38px;
  line-height: 38px;
}

.tab-title {
  display: block;
  margin-bottom: 35px;
  font-family: ClearSans-Bold, sans-serif;
  font-size: 32px;
  line-height: 36px;
}

.tab-txt {
  position: relative;
  margin: 25px 0;
  padding-left: 70px;
}

.tab-txt .txt-icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tab-faq-w {
  margin-top: 70px;
}

.faq-title {
  display: block;
  margin-bottom: 40px;
  font-family: ClearSans-Bold, sans-serif;
  font-size: 26px;
  line-height: 30px;
}

.question-txt {
  display: none;
  font-size: 14px;
  line-height: 16px;
  color: #6b7264;
}

.question-txt p {
  margin: 10px 0;
}

.issues-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: list;
}

.question-item {
  position: relative;
  margin-bottom: 4px;
  padding: 12px 40px 12px 75px;
  border: 1px solid #e3e8de;
}

.question-item:before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: 20px;
  top: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 16px;
  border-radius: 10em;
  border: 1px solid #dadada;
  color: #b4b4b4;
}

.question-item:after {
  content: '';
  position: absolute;
  top: 18px;
  right: 18px !important;
  display: block;
  border-right: 3px solid #adb4a5;
  border-bottom: 3px solid #adb4a5;
  border-top: none;
  border-left: none;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.question-item.on {
  color: #72bc31;
  border-color: #fff;
  background-color: #fff;
}

.question-item.on:before {
  color: #72bc31;
  border-color: #72bc31;
}

.question-item.on:after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  border-color: #72bc31;
}

.question-title {
  display: block;
  font-family: ClearSans-Regular, sans-serif;
  font-size: 20px;
  line-height: 24px;
  cursor: pointer;
}

@media (max-width: 1199.98px) {
  .main-tab .tab-menu:before {
    display: none;
  }
  .type-proxy-wrap {
    background-image: none !important;
    padding: 60px 0;
  }
  .tab-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tab-block .buy-form {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 60px;
    width: 100%;
    min-width: auto;
    max-width: none;
  }
  .tab-block .filter-item,
  .tab-block .period-buy {
    width: 48%;
  }
  .tab-block .filter-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tab-block .total-price {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tab-block .price {
    margin-left: 40px;
  }
  .tab-block .site-btn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tab-info {
    margin-left: 0;
  }
  .main-tab .tab-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: none;
    background-color: #fff;
    box-shadow: 0px 0px 35px 0px rgba(119, 217, 32, 0.15);
  }
  .main-tab .tab-menu li {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: none;
    width: 100%;
    padding: 25px 60px 25px 30px;
    font-size: 26px;
    line-height: 30px;
    border-right: none;
    border-top: 1px solid #e9efe4;
  }
  .main-tab .tab-menu li:hover {
    font-family: ClearSans-Regular, sans-serif;
  }
  .main-tab .tab-menu li.active {
    background-color: transparent;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    border-top: none;
    font-family: ClearSans-Regular, sans-serif;
    color: #3e4637;
  }
  .main-tab .tab-menu li.active:before {
    display: none;
  }
  .main-tab .tab-menu li.active:after {
    display: block;
  }
  .main-tab .tab-menu li.active .tab-icon-1 {
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -248px;
    width: 35px;
    height: 31px;
    background-repeat: no-repeat;
  }
  .main-tab .tab-menu li.active .tab-icon-2 {
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -142px;
    width: 36px;
    height: 35px;
    background-repeat: no-repeat;
  }
  .main-tab .tab-menu li.active .tab-icon-3 {
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -4px;
    width: 36px;
    height: 25px;
    background-repeat: no-repeat;
  }
  .main-tab .tab-menu li.active .tab-icon-5 {
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -62px;
    width: 35px;
    height: 36px;
    background-repeat: no-repeat;
  }
  .main-tab .tab-menu li.active .tab-icon-52 {
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -355px;
    width: 29px;
    height: 33px;
    background-repeat: no-repeat;
  }
  .main-tab .tab-menu li.active .tab-icon-74 {
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -355px;
    width: 29px;
    height: 33px;
    background-repeat: no-repeat;
  }
  .main-tab .tab-menu li.active .tab-icon-35 {
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -355px;
    width: 29px;
    height: 33px;
    background-repeat: no-repeat;
  }
}

@media (max-width: 991.98px) {
  .tab-block .buy-form {
    padding: 35px 50px 0 50px;
  }
  .site-title {
    font-size: 32px;
    line-height: 36px;
  }
  .site-subtitle {
    font-size: 18px;
    line-height: 22px;
  }
  .tab-title {
    font-size: 26px;
    line-height: 30px;
  }
  .faq-title {
    margin-bottom: 35px;
    font-size: 20px;
    line-height: 24px;
  }
  .tab-faq-w {
    margin-top: 25px;
  }
  .question-title {
    font-size: 18px;
    line-height: 24px;
  }
  .type-proxy-wrap {
    padding: 40px 0 60px;
  }
  .buy-form {
    width: 340px;
    padding: 35px 20px;
  }
}

@media (max-width: 767.98px) {
  .tab-block .filter-item,
  .tab-block .period-buy {
    width: 100%;
  }
  .main-tab .tab-menu li {
    font-size: 20px;
    line-height: 24px;
  }
  .main-tab .tab-menu li:active {
    font-size: 20px;
    line-height: 24px;
  }
  .buy-form {
    width: 400px;
    padding: 35px 40px;
  }
}

@media (max-width: 479.98px) {
  .tab-block .buy-form {
    margin-top: 40px;
    padding: 30px 15px 0 15px;
  }
  .tab-block .total-price {
    margin: 30px 0 0;
  }
  .tab-block .price {
    margin-left: auto;
  }
  .tab-block .total-price {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .site-title {
    font-size: 26px;
    line-height: 30px;
  }
  .site-subtitle {
    font-size: 16px;
    line-height: 20px;
  }
  .tab-title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
  }
  .tab-txt {
    margin: 15px 0;
    padding-left: 0;
    font-size: 14px;
    line-height: 18px;
  }
  .tab-txt .txt-icon {
    display: none;
  }
  .faq-title {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 22px;
  }
  .question-title {
    font-size: 14px;
    line-height: 18px;
  }
  .question-item {
    padding: 12px 40px 12px 15px;
  }
  .question-item:before {
    display: none;
  }
  .type-proxy-wrap .container-fluid {
    padding: 0;
  }
  .tab-info {
    padding: 0 15px;
  }
  .main-tab .tab-menu {
    margin: 0 15px;
  }
  .main-tab .tab-content {
    margin-top: 35px;
  }
  .main-tab .tab-menu li {
    font-size: 16px;
    line-height: 024px;
    padding: 15px 60px 15px 20px;
  }
  .main-tab .tab-menu li:active {
    font-size: 16px;
    line-height: 20px;
  }
  .main-tab .tab-menu li.active:after {
    right: 20px;
  }
  .buy-form {
    width: 100%;
    padding: 35px 15px;
  }

}

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

.status_mobile_servers {
    cursor: pointer;
}

.status_mobile_servers2 {
    cursor: pointer;
}

.flag-lang-icon {
    text-align: center;
    border-radius: 10em;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    margin-left: 10px;
    width: 35px;
    height: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 2px;
}

.flag-lang-icon:active, .flag-lang-icon:hover {
    border-color: #e3f2d6;
    background-color: #e3f2d6;
}

.tabs-list-lk {
    margin: 0;
    padding: 10px 4px;
}

.tabs-list-lk li {
    display: inline;
    margin-right: 5px;
    border-bottom: 2px solid #6b7264;
    padding: 3px;
}

.tabs-list-lk li:hover,  .tabs-list-lk li.active {
    border-bottom: 2px solid #72bc31;
}

#telegram-login-frigate_proxy_magaz_bot {
    margin-top: 10px;
}

.success-buy-block {
    margin-top: 30px;
    color: green;
}

.container-block {
    display: flex;
}

/* Двухколоночный layout для страницы покупки */
.buy-page-layout {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    margin-top: 30px;
}

.buy-form-column {
    flex: 0 0 400px; /* Фиксированная ширина для формы */
    min-width: 350px;
}

.seo-column {
    flex: 1; /* Занимает оставшееся пространство */
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* Стили для SEO контента в сайдбаре */
.seo-sidebar h1 {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 600;
}

.seo-sidebar h2 {
    font-size: 20px;
    color: #444;
    margin: 20px 0 15px;
    font-weight: 500;
}

.seo-sidebar p {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 15px;
}

.seo-sidebar ul,
.seo-sidebar ol {
    margin: 15px 0 20px 20px;
}

.seo-sidebar li {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 8px;
}

.seo-sidebar strong {
    color: #333;
    font-weight: 600;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 992px) {
    .buy-page-layout {
        flex-direction: column;
    }
    
    .buy-form-column {
        flex: none;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .seo-column {
        width: 100%;
    }
}

/* Для очень маленьких экранов */
@media (max-width: 480px) {
    .buy-form-column {
        max-width: 100%;
    }
    
    .seo-column {
        padding: 15px;
    }
    
    .seo-sidebar h1 {
        font-size: 20px;
    }
    
    .seo-sidebar h2 {
        font-size: 18px;
    }
}.glyphicon {
    width: 1.2em!important;
    height: 1.2em!important;
    display: inline-block;
    vertical-align: top;
}

.fi-xx {  
  background-image: url(../img/flags/1x1/xx.svg);
}

.fi-ad {
  background-image: url(../img/flags/1x1/ad.svg);
}

.fi-ad {
  background-image: url(../img/flags/1x1/ad.svg);
}

.fi-ae {
  background-image: url(../img/flags/1x1/ae.svg);
}

.fi-af {
  background-image: url(../img/flags/1x1/af.svg);
}

.fi-ag {
  background-image: url(../img/flags/1x1/ag.svg);
}

.fi-ai {
  background-image: url(../img/flags/1x1/ai.svg);
}

.fi-al {
  background-image: url(../img/flags/1x1/al.svg);
}

.fi-am {
  background-image: url(../img/flags/1x1/am.svg);
}

.fi-ao {
  background-image: url(../img/flags/1x1/ao.svg);
}

.fi-aq {
  background-image: url(../img/flags/1x1/aq.svg);
}

.fi-ar {
  background-image: url(../img/flags/1x1/ar.svg);
}

.fi-as {
  background-image: url(../img/flags/1x1/as.svg);
}

.fi-at {
  background-image: url(../img/flags/1x1/at.svg);
}

.fi-au {
  background-image: url(../img/flags/1x1/au.svg);
}

.fi-aw {
  background-image: url(../img/flags/1x1/aw.svg);
}

.fi-ax {
  background-image: url(../img/flags/1x1/ax.svg);
}

.fi-az {
  background-image: url(../img/flags/1x1/az.svg);
}

.fi-ba {
  background-image: url(../img/flags/1x1/ba.svg);
}

.fi-bb {
  background-image: url(../img/flags/1x1/bb.svg);
}

.fi-bd {
  background-image: url(../img/flags/1x1/bd.svg);
}

.fi-be {
  background-image: url(../img/flags/1x1/be.svg);
}

.fi-bf {
  background-image: url(../img/flags/1x1/bf.svg);
}

.fi-bg {
  background-image: url(../img/flags/1x1/bg.svg);
}

.fi-bh {
  background-image: url(../img/flags/1x1/bh.svg);
}

.fi-bi {
  background-image: url(../img/flags/1x1/bi.svg);
}

.fi-bj {
  background-image: url(../img/flags/1x1/bj.svg);
}

.fi-bl {
  background-image: url(../img/flags/1x1/bl.svg);
}

.fi-bm {
  background-image: url(../img/flags/1x1/bm.svg);
}

.fi-bn {
  background-image: url(../img/flags/1x1/bn.svg);
}

.fi-bo {
  background-image: url(../img/flags/1x1/bo.svg);
}

.fi-bq {
  background-image: url(../img/flags/1x1/bq.svg);
}

.fi-br {
  background-image: url(../img/flags/1x1/br.svg);
}

.fi-bs {
  background-image: url(../img/flags/1x1/bs.svg);
}

.fi-bt {
  background-image: url(../img/flags/1x1/bt.svg);
}

.fi-bv {
  background-image: url(../img/flags/1x1/bv.svg);
}

.fi-bw {
  background-image: url(../img/flags/1x1/bw.svg);
}

.fi-by {
  background-image: url(../img/flags/1x1/by.svg);
}

.fi-bz {
  background-image: url(../img/flags/1x1/bz.svg);
}

.fi-ca {
  background-image: url(../img/flags/1x1/ca.svg);
}

.fi-cc {
  background-image: url(../img/flags/1x1/cc.svg);
}

.fi-cd {
  background-image: url(../img/flags/1x1/cd.svg);
}

.fi-cf {
  background-image: url(../img/flags/1x1/cf.svg);
}

.fi-cg {
  background-image: url(../img/flags/1x1/cg.svg);
}

.fi-ch {
  background-image: url(../img/flags/1x1/ch.svg);
}

.fi-ci {
  background-image: url(../img/flags/1x1/ci.svg);
}

.fi-ck {
  background-image: url(../img/flags/1x1/ck.svg);
}

.fi-cl {
  background-image: url(../img/flags/1x1/cl.svg);
}

.fi-cm {
  background-image: url(../img/flags/1x1/cm.svg);
}

.fi-cn {
  background-image: url(../img/flags/1x1/cn.svg);
}

.fi-co {
  background-image: url(../img/flags/1x1/co.svg);
}

.fi-cr {
  background-image: url(../img/flags/1x1/cr.svg);
}

.fi-cu {
  background-image: url(../img/flags/1x1/cu.svg);
}

.fi-cv {
  background-image: url(../img/flags/1x1/cv.svg);
}

.fi-cw {
  background-image: url(../img/flags/1x1/cw.svg);
}

.fi-cx {
  background-image: url(../img/flags/1x1/cx.svg);
}

.fi-cy {
  background-image: url(../img/flags/1x1/cy.svg);
}

.fi-cz {
  background-image: url(../img/flags/1x1/cz.svg);
}

.fi-de {
  background-image: url(../img/flags/1x1/de.svg);
}

.fi-dj {
  background-image: url(../img/flags/1x1/dj.svg);
}

.fi-dk {
  background-image: url(../img/flags/1x1/dk.svg);
}

.fi-dm {
  background-image: url(../img/flags/1x1/dm.svg);
}

.fi-do {
  background-image: url(../img/flags/1x1/do.svg);
}

.fi-dz {
  background-image: url(../img/flags/1x1/dz.svg);
}

.fi-ec {
  background-image: url(../img/flags/1x1/ec.svg);
}

.fi-ee {
  background-image: url(../img/flags/1x1/ee.svg);
}

.fi-eg {
  background-image: url(../img/flags/1x1/eg.svg);
}

.fi-eh {
  background-image: url(../img/flags/1x1/eh.svg);
}

.fi-er {
  background-image: url(../img/flags/1x1/er.svg);
}

.fi-es {
  background-image: url(../img/flags/1x1/es.svg);
}

.fi-et {
  background-image: url(../img/flags/1x1/et.svg);
}

.fi-fi {
  background-image: url(../img/flags/1x1/fi.svg);
}

.fi-fj {
  background-image: url(../img/flags/1x1/fj.svg);
}

.fi-fk {
  background-image: url(../img/flags/1x1/fk.svg);
}

.fi-fm {
  background-image: url(../img/flags/1x1/fm.svg);
}

.fi-fo {
  background-image: url(../img/flags/1x1/fo.svg);
}

.fi-fr {
  background-image: url(../img/flags/1x1/fr.svg);
}

.fi-ga {
  background-image: url(../img/flags/1x1/ga.svg);
}

.fi-gb,
.fi-uk {
  background-image: url(../img/flags/1x1/gb.svg);
}

.fi-gd {
  background-image: url(../img/flags/1x1/gd.svg);
}

.fi-ge {
  background-image: url(../img/flags/1x1/ge.svg);
}

.fi-gf {
  background-image: url(../img/flags/1x1/gf.svg);
}

.fi-gg {
  background-image: url(../img/flags/1x1/gg.svg);
}

.fi-gh {
  background-image: url(../img/flags/1x1/gh.svg);
}

.fi-gi {
  background-image: url(../img/flags/1x1/gi.svg);
}

.fi-gl {
  background-image: url(../img/flags/1x1/gl.svg);
}

.fi-gm {
  background-image: url(../img/flags/1x1/gm.svg);
}

.fi-gn {
  background-image: url(../img/flags/1x1/gn.svg);
}

.fi-gp {
  background-image: url(../img/flags/1x1/gp.svg);
}

.fi-gq {
  background-image: url(../img/flags/1x1/gq.svg);
}

.fi-gr {
  background-image: url(../img/flags/1x1/gr.svg);
}

.fi-gs {
  background-image: url(../img/flags/1x1/gs.svg);
}

.fi-gt {
  background-image: url(../img/flags/1x1/gt.svg);
}

.fi-gu {
  background-image: url(../img/flags/1x1/gu.svg);
}

.fi-gw {
  background-image: url(../img/flags/1x1/gw.svg);
}

.fi-gy {
  background-image: url(../img/flags/1x1/gy.svg);
}

.fi-hk {
  background-image: url(../img/flags/1x1/hk.svg);
}

.fi-hm {
  background-image: url(../img/flags/1x1/hm.svg);
}

.fi-hn {
  background-image: url(../img/flags/1x1/hn.svg);
}

.fi-hr {
  background-image: url(../img/flags/1x1/hr.svg);
}

.fi-ht {
  background-image: url(../img/flags/1x1/ht.svg);
}

.fi-hu {
  background-image: url(../img/flags/1x1/hu.svg);
}

.fi-id {
  background-image: url(../img/flags/1x1/id.svg);
}

.fi-ie {
  background-image: url(../img/flags/1x1/ie.svg);
}

.fi-il {
  background-image: url(../img/flags/1x1/il.svg);
}

.fi-im {
  background-image: url(../img/flags/1x1/im.svg);
}

.fi-in {
  background-image: url(../img/flags/1x1/in.svg);
}

.fi-io {
  background-image: url(../img/flags/1x1/io.svg);
}

.fi-iq {
  background-image: url(../img/flags/1x1/iq.svg);
}

.fi-ir {
  background-image: url(../img/flags/1x1/ir.svg);
}

.fi-is {
  background-image: url(../img/flags/1x1/is.svg);
}

.fi-it {
  background-image: url(../img/flags/1x1/it.svg);
}

.fi-je {
  background-image: url(../img/flags/1x1/je.svg);
}

.fi-jm {
  background-image: url(../img/flags/1x1/jm.svg);
}

.fi-jo {
  background-image: url(../img/flags/1x1/jo.svg);
}

.fi-jp {
  background-image: url(../img/flags/1x1/jp.svg);
}

.fi-ke {
  background-image: url(../img/flags/1x1/ke.svg);
}

.fi-kg {
  background-image: url(../img/flags/1x1/kg.svg);
}

.fi-kh {
  background-image: url(../img/flags/1x1/kh.svg);
}

.fi-ki {
  background-image: url(../img/flags/1x1/ki.svg);
}

.fi-km {
  background-image: url(../img/flags/1x1/km.svg);
}

.fi-kn {
  background-image: url(../img/flags/1x1/kn.svg);
}

.fi-kp {
  background-image: url(../img/flags/1x1/kp.svg);
}

.fi-kr {
  background-image: url(../img/flags/1x1/kr.svg);
}

.fi-kw {
  background-image: url(../img/flags/1x1/kw.svg);
}

.fi-ky {
  background-image: url(../img/flags/1x1/ky.svg);
}

.fi-kz {
  background-image: url(../img/flags/1x1/kz.svg);
}

.fi-la {
  background-image: url(../img/flags/1x1/la.svg);
}

.fi-lb {
  background-image: url(../img/flags/1x1/lb.svg);
}

.fi-lc {
  background-image: url(../img/flags/1x1/lc.svg);
}

.fi-li {
  background-image: url(../img/flags/1x1/li.svg);
}

.fi-lk {
  background-image: url(../img/flags/1x1/lk.svg);
}

.fi-lr {
  background-image: url(../img/flags/1x1/lr.svg);
}

.fi-ls {
  background-image: url(../img/flags/1x1/ls.svg);
}

.fi-lt {
  background-image: url(../img/flags/1x1/lt.svg);
}

.fi-lu {
  background-image: url(../img/flags/1x1/lu.svg);
}

.fi-lv {
  background-image: url(../img/flags/1x1/lv.svg);
}

.fi-ly {
  background-image: url(../img/flags/1x1/ly.svg);
}

.fi-ma {
  background-image: url(../img/flags/1x1/ma.svg);
}

.fi-mc {
  background-image: url(../img/flags/1x1/mc.svg);
}

.fi-md {
  background-image: url(../img/flags/1x1/md.svg);
}

.fi-me {
  background-image: url(../img/flags/1x1/me.svg);
}

.fi-mf {
  background-image: url(../img/flags/1x1/mf.svg);
}

.fi-mg {
  background-image: url(../img/flags/1x1/mg.svg);
}

.fi-mh {
  background-image: url(../img/flags/1x1/mh.svg);
}

.fi-mk {
  background-image: url(../img/flags/1x1/mk.svg);
}

.fi-ml {
  background-image: url(../img/flags/1x1/ml.svg);
}

.fi-mm {
  background-image: url(../img/flags/1x1/mm.svg);
}

.fi-mn {
  background-image: url(../img/flags/1x1/mn.svg);
}

.fi-mo {
  background-image: url(../img/flags/1x1/mo.svg);
}

.fi-mp {
  background-image: url(../img/flags/1x1/mp.svg);
}

.fi-mq {
  background-image: url(../img/flags/1x1/mq.svg);
}

.fi-mr {
  background-image: url(../img/flags/1x1/mr.svg);
}

.fi-ms {
  background-image: url(../img/flags/1x1/ms.svg);
}

.fi-mt {
  background-image: url(../img/flags/1x1/mt.svg);
}

.fi-mu {
  background-image: url(../img/flags/1x1/mu.svg);
}

.fi-mv {
  background-image: url(../img/flags/1x1/mv.svg);
}

.fi-mw {
  background-image: url(../img/flags/1x1/mw.svg);
}

.fi-mx {
  background-image: url(../img/flags/1x1/mx.svg);
}

.fi-my {
  background-image: url(../img/flags/1x1/my.svg);
}

.fi-mz {
  background-image: url(../img/flags/1x1/mz.svg);
}

.fi-na {
  background-image: url(../img/flags/1x1/na.svg);
}

.fi-nc {
  background-image: url(../img/flags/1x1/nc.svg);
}

.fi-ne {
  background-image: url(../img/flags/1x1/ne.svg);
}

.fi-nf {
  background-image: url(../img/flags/1x1/nf.svg);
}

.fi-ng {
  background-image: url(../img/flags/1x1/ng.svg);
}

.fi-ni {
  background-image: url(../img/flags/1x1/ni.svg);
}

.fi-nl {
  background-image: url(../img/flags/1x1/nl.svg);
}

.fi-no {
  background-image: url(../img/flags/1x1/no.svg);
}

.fi-np {
  background-image: url(../img/flags/1x1/np.svg);
}

.fi-nr {
  background-image: url(../img/flags/1x1/nr.svg);
}

.fi-nu {
  background-image: url(../img/flags/1x1/nu.svg);
}

.fi-nz {
  background-image: url(../img/flags/1x1/nz.svg);
}

.fi-om {
  background-image: url(../img/flags/1x1/om.svg);
}

.fi-pa {
  background-image: url(../img/flags/1x1/pa.svg);
}

.fi-pe {
  background-image: url(../img/flags/1x1/pe.svg);
}

.fi-pf {
  background-image: url(../img/flags/1x1/pf.svg);
}

.fi-pg {
  background-image: url(../img/flags/1x1/pg.svg);
}

.fi-ph {
  background-image: url(../img/flags/1x1/ph.svg);
}

.fi-pk {
  background-image: url(../img/flags/1x1/pk.svg);
}

.fi-pl {
  background-image: url(../img/flags/1x1/pl.svg);
}

.fi-pm {
  background-image: url(../img/flags/1x1/pm.svg);
}

.fi-pn {
  background-image: url(../img/flags/1x1/pn.svg);
}

.fi-pr {
  background-image: url(../img/flags/1x1/pr.svg);
}

.fi-ps {
  background-image: url(../img/flags/1x1/ps.svg);
}

.fi-pt {
  background-image: url(../img/flags/1x1/pt.svg);
}

.fi-pw {
  background-image: url(../img/flags/1x1/pw.svg);
}

.fi-py {
  background-image: url(../img/flags/1x1/py.svg);
}

.fi-qa {
  background-image: url(../img/flags/1x1/qa.svg);
}

.fi-re {
  background-image: url(../img/flags/1x1/re.svg);
}

.fi-ro {
  background-image: url(../img/flags/1x1/ro.svg);
}

.fi-rs {
  background-image: url(../img/flags/1x1/rs.svg);
}

.fi-ru {
  background-image: url(../img/flags/1x1/ru.svg);
}

.fi-rw {
  background-image: url(../img/flags/1x1/rw.svg);
}

.fi-sa {
  background-image: url(../img/flags/1x1/sa.svg);
}

.fi-sb {
  background-image: url(../img/flags/1x1/sb.svg);
}

.fi-sc {
  background-image: url(../img/flags/1x1/sc.svg);
}

.fi-sd {
  background-image: url(../img/flags/1x1/sd.svg);
}

.fi-se {
  background-image: url(../img/flags/1x1/se.svg);
}

.fi-sg {
  background-image: url(../img/flags/1x1/sg.svg);
}

.fi-sh {
  background-image: url(../img/flags/1x1/sh.svg);
}

.fi-si {
  background-image: url(../img/flags/1x1/si.svg);
}

.fi-sj {
  background-image: url(../img/flags/1x1/sj.svg);
}

.fi-sk {
  background-image: url(../img/flags/1x1/sk.svg);
}

.fi-sl {
  background-image: url(../img/flags/1x1/sl.svg);
}

.fi-sm {
  background-image: url(../img/flags/1x1/sm.svg);
}

.fi-sn {
  background-image: url(../img/flags/1x1/sn.svg);
}

.fi-so {
  background-image: url(../img/flags/1x1/so.svg);
}

.fi-sr {
  background-image: url(../img/flags/1x1/sr.svg);
}

.fi-ss {
  background-image: url(../img/flags/1x1/ss.svg);
}

.fi-st {
  background-image: url(../img/flags/1x1/st.svg);
}

.fi-sv {
  background-image: url(../img/flags/1x1/sv.svg);
}

.fi-sx {
  background-image: url(../img/flags/1x1/sx.svg);
}

.fi-sy {
  background-image: url(../img/flags/1x1/sy.svg);
}

.fi-sz {
  background-image: url(../img/flags/1x1/sz.svg);
}

.fi-tc {
  background-image: url(../img/flags/1x1/tc.svg);
}

.fi-td {
  background-image: url(../img/flags/1x1/td.svg);
}

.fi-tf {
  background-image: url(../img/flags/1x1/tf.svg);
}

.fi-tg {
  background-image: url(../img/flags/1x1/tg.svg);
}

.fi-th {
  background-image: url(../img/flags/1x1/th.svg);
}

.fi-tj {
  background-image: url(../img/flags/1x1/tj.svg);
}

.fi-tk {
  background-image: url(../img/flags/1x1/tk.svg);
}

.fi-tl {
  background-image: url(../img/flags/1x1/tl.svg);
}

.fi-tm {
  background-image: url(../img/flags/1x1/tm.svg);
}

.fi-tn {
  background-image: url(../img/flags/1x1/tn.svg);
}

.fi-to {
  background-image: url(../img/flags/1x1/to.svg);
}

.fi-tr {
  background-image: url(../img/flags/1x1/tr.svg);
}

.fi-tt {
  background-image: url(../img/flags/1x1/tt.svg);
}

.fi-tv {
  background-image: url(../img/flags/1x1/tv.svg);
}

.fi-tw {
  background-image: url(../img/flags/1x1/tw.svg);
}

.fi-tz {
  background-image: url(../img/flags/1x1/tz.svg);
}

.fi-ua {
  background-image: url(../img/flags/1x1/ua.svg);
}

.fi-ug {
  background-image: url(../img/flags/1x1/ug.svg);
}

.fi-um {
  background-image: url(../img/flags/1x1/um.svg);
}

.fi-us {
  background-image: url(../img/flags/1x1/us.svg);
}

.fi-uy {
  background-image: url(../img/flags/1x1/uy.svg);
}

.fi-uz {
  background-image: url(../img/flags/1x1/uz.svg);
}

.fi-va {
  background-image: url(../img/flags/1x1/va.svg);
}

.fi-vc {
  background-image: url(../img/flags/1x1/vc.svg);
}

.fi-ve {
  background-image: url(../img/flags/1x1/ve.svg);
}

.fi-vg {
  background-image: url(../img/flags/1x1/vg.svg);
}

.fi-vi {
  background-image: url(../img/flags/1x1/vi.svg);
}

.fi-vn {
  background-image: url(../img/flags/1x1/vn.svg);
}

.fi-vu {
  background-image: url(../img/flags/1x1/vu.svg);
}

.fi-wf {
  background-image: url(../img/flags/1x1/wf.svg);
}

.fi-ws {
  background-image: url(../img/flags/1x1/ws.svg);
}

.fi-ye {
  background-image: url(../img/flags/1x1/ye.svg);
}

.fi-yt {
  background-image: url(../img/flags/1x1/yt.svg);
}

.fi-za {
  background-image: url(../img/flags/1x1/za.svg);
}

.fi-zm {
  background-image: url(../img/flags/1x1/zm.svg);
}

.fi-zw {
  background-image: url(../img/flags/1x1/zw.svg);
}

.fi-ac {
  background-image: url(../img/flags/1x1/ac.svg);
}

.fi-cp {
  background-image: url(../img/flags/1x1/cp.svg);
}

.fi-dg {
  background-image: url(../img/flags/1x1/dg.svg);
}

.fi-ea {
  background-image: url(../img/flags/1x1/ea.svg);
}

.fi-es-ct {
  background-image: url(../img/flags/1x1/es-ct.svg);
}

.fi-es-ga {
  background-image: url(../img/flags/1x1/es-ga.svg);
}

.fi-eu {
  background-image: url(../img/flags/1x1/eu.svg);
}

.fi-gb-eng {
  background-image: url(../img/flags/1x1/gb-eng.svg);
}

.fi-gb-nir {
  background-image: url(../img/flags/1x1/gb-nir.svg);
}

.fi-gb-sct {
  background-image: url(../img/flags/1x1/gb-sct.svg);
}

.fi-gb-wls {
  background-image: url(../img/flags/1x1/gb-wls.svg);
}

.fi-ic {
  background-image: url(../img/flags/1x1/ic.svg);
}

.fi-ta {
  background-image: url(../img/flags/1x1/ta.svg);
}

.fi-un {
  background-image: url(../img/flags/1x1/un.svg);
}

.fi-xk {
  background-image: url(../img/flags/1x1/xk.svg);
}.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#FFF}.toast-message a:hover{color:#CCC;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#FFF;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);line-height:1}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}.rtl .toast-close-button{left:-.3em;float:left;right:.3em}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999;pointer-events:none}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#FFF;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>div.rtl{direction:rtl;padding:15px 50px 15px 15px;background-position:right 15px center}#toast-container>div:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51A351}.toast-error{background-color:#BD362F}.toast-info{background-color:#2F96B4}.toast-warning{background-color:#F89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}#toast-container>div.rtl{padding:15px 50px 15px 15px}}@charset "UTF-8";
/* ------------------------------------- 
 * Font face 
 * ------------------------------------- */
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova-Semibold.woff2") format("woff2"), url("../fonts/ProximaNova-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova-Extrabld.woff2") format("woff2"), url("../fonts/ProximaNova-Extrabld.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* ------------------------------------- 
 * Libs 
 * ------------------------------------- */
/* ----- swiper slider ----- */
/**
 * Swiper 6.3.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 20, 2020
 */
:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight {
  height: auto;
}
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after, .swiper-button-next:after {
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white, .swiper-button-next.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-prev.swiper-button-black, .swiper-button-next.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active {
  pointer-events: auto;
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* ----- fancybox ----- */
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
       -o-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
       -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  -o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
  color: #ccc;
}
.fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled] {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
      -ms-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
          animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

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

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
      -ms-transform: rotate(-1turn);
          transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
      -ms-transform: rotate(1turn);
          transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* ----- simplebar ----- */
[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  visibility: visible;
  max-width: 100%;
  max-height: 100%;
  scrollbar-width: none;
}
.simplebar-content-wrapper::-webkit-scrollbar {
  display: none;
}

.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
}

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

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px;
}
.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #000;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  -webkit-transition: opacity 0s linear;
  -o-transition: opacity 0s linear;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}
.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
}

/* ------------------------------------- 
 * Reset 
 * ------------------------------------- */
article, aside, dialog, figcaption, figure, footer, header, main, nav, section, details, menu {
  display: block;
}

@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

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

body {
  margin: 0;
  position: relative;
  font: 15px/1.6 "ProximaNova", sans-serif, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-align: left;
  color: #fff;
  background-color: #0F1013;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .title {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 600;
  line-height: 1.2;
}

p {
  margin: 0;
}

address {
  margin: 0;
  font-style: normal;
  line-height: inherit;
}

ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: 600;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  transition: all 0.05s linear;
}
a:hover {
  color: inherit;
}
a:focus {
  outline: none;
}
a:hover, a:focus {
  text-decoration: none;
}
a:active, a:hover {
  outline-width: 0;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

figure {
  margin: 0 0 1rem;
}

img {
  font-size: 10px;
  text-transform: uppercase;
  color: #357E19;
  vertical-align: middle;
  border-style: none;
}
img::-moz-selection {
  background: none;
}
img::selection {
  background: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  width: 100%;
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #fff;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

a, area, button, [role=button], input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
button:focus {
  outline: none;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type=radio], input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type=radio]:disabled, input[type=checkbox]:disabled {
  cursor: not-allowed;
}
input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
  -webkit-appearance: listbox;
}
input[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

label {
  display: block;
  margin: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

[role=button] {
  cursor: pointer;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

.swiper-slide * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.swiper-pagination-bullet {
  outline: none;
}

.fancybox-bg {
  background-color: #1D1E26;
}
@media screen and (max-width: 991px) {
  .fancybox-bg {
    background-color: #111116;
  }
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.85;
}
@media screen and (max-width: 991px) {
  .fancybox-is-open .fancybox-bg {
    opacity: 0.99;
  }
}
.fancybox-slide--html {
  padding-top: 36px;
  padding-bottom: 36px;
}
.fancybox-content {
  overflow: visible;
}
.fancybox-inner .fancybox-close, .fancybox-inner .fancybox-close-small {
  width: 24px;
  height: 24px;
  padding: 0;
  opacity: 1;
  top: -30px;
  right: -40px;
}
@media screen and (max-width: 767px) {
  .fancybox-inner .fancybox-close, .fancybox-inner .fancybox-close-small {
    right: 0;
  }
}
.fancybox-inner .fancybox-close svg, .fancybox-inner .fancybox-close-small svg {
  display: none;
}
.fancybox-inner .fancybox-close::before, .fancybox-inner .fancybox-close-small::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/icons/close.svg") no-repeat 50% 50%/contain;
  -webkit-filter: brightness(100);
          filter: brightness(100);
  -webkit-transition: -webkit-filter 0.1s;
  transition: -webkit-filter 0.1s;
  -o-transition: filter 0.1s;
  transition: filter 0.1s;
  transition: filter 0.1s, -webkit-filter 0.1s;
}
@media screen and (max-width: 767px) {
  .fancybox-inner .fancybox-close::before, .fancybox-inner .fancybox-close-small::before {
    width: 20px;
    height: 20px;
    margin: 2px 0 0 2px;
  }
}
@media screen and (min-width: 1200px) {
  .fancybox-inner .fancybox-close:hover::before, .fancybox-inner .fancybox-close-small:hover::before {
    -webkit-filter: none;
            filter: none;
  }
}

.simplebar-track {
  cursor: pointer;
  pointer-events: all;
}
.simplebar-track.simplebar-horizontal::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 3px;
  background: rgba(55, 59, 69, 0.2);
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  height: 100%;
  top: 0;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
  height: 5px;
  top: 3px;
}
.simplebar-track.simplebar-vertical::before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 3px;
  background: rgba(55, 59, 69, 0.2);
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar {
  width: 100%;
  left: 0;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
  width: 5px;
  left: 3px;
}
.simplebar-scrollbar {
  cursor: pointer;
}
.simplebar-scrollbar::before {
  background-color: #373B45;
  border-radius: 0;
}

/* ------------------------------------- 
 * Common styles 
 * ------------------------------------- */
.wrapper {
  padding-top: 180px;
}
@media screen and (max-width: 991px) {
  .wrapper {
    padding-top: 90px;
  }
}

.lk {
  padding-top: 109px;
  background-color: #16171C;
}
@media screen and (max-width: 991px) {
  .lk {
    padding-top: 90px;
  }
}

.home .wrapper {
  padding-top: 0;
}

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1210px;
  }
}
.flex, .flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.img--cover, .img--contain {
  width: 100%;
  height: 100%;
}
.img--cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.img--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.nowrap {
  white-space: nowrap;
}

.wrap {
  word-break: break-word;
}

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

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

.accent {
  color: #357E19;
}

.color-red {
  color: #BB2F2F;
}

.subcolor {
  color: #7F889D;
}

.orange {
  color: #FF7A00;
}

@media screen and (max-width: 1199px) {
  .hide-xl {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .show-xl {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .hide-lg {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .show-lg {
    display: none !important;
  }
}

/* ---------- Titles & text ---------- */
h1, .title-1 {
  margin-bottom: 20px;
  font-size: 80px;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  h1, .title-1 {
    font-size: 70px;
  }
}
@media screen and (max-width: 767px) {
  h1, .title-1 {
    font-size: 60px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 479px) {
  h1, .title-1 {
    font-size: 54px;
  }
}

h2, .title-2 {
  font-size: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 479px) {
  h2, .title-2 {
    font-size: 36px;
  }
}

h3, .title-3 {
  font-size: 30px;
  line-height: 1.2;
}
@media screen and (max-width: 479px) {
  h3, .title-3 {
    font-size: 28px;
  }
}

h4, .title-4 {
  font-size: 22px;
  line-height: 1.2;
}
@media screen and (max-width: 479px) {
  h4, .title-4 {
    font-size: 20px;
  }
}

h5, .title-5 {
  font-size: 18px;
}

.fz-20 {
  font-size: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 479px) {
  .fz-20 {
    font-size: 18px;
  }
}

.fz-22 {
  font-size: 22px;
  line-height: 1.2;
}
@media screen and (max-width: 479px) {
  .fz-22 {
    font-size: 20px;
  }
}

.fw-400 {
  font-weight: 400;
}

.fw-600 {
  font-weight: 600;
}

.fw-800 {
  font-weight: 800;
}

.hover {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.hover::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  background: currentColor;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
}
@media screen and (min-width: 1200px) {
  .hover:hover::after {
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
  }
}

/* ----- Кнопки ----- */
.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 68px;
  padding: 24px;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
@media screen and (min-width: 768px) {
  .button-xl {
    height: 88px;
    padding: 26px;
    font-size: 30px;
  }
}
.button-sm {
  height: 54px;
  padding: 18px;
}
@media screen and (max-width: 479px) {
  .button {
    font-size: 18px;
  }
}
.button-accent-bg {
  background-color: #357E19;
  color: #fff;
}
.button-accent-bg:hover {
  color: #fff;
  -webkit-box-shadow: 0 6px 0 0 #296014;
          box-shadow: 0 6px 0 0 #296014;
}
.button-accent-bd {
  border: 1px solid #357E19;
  color: #357E19;
}
.button-accent-bd:hover {
  color: #fff;
  background-color: #357E19;
}
.button-sub-bg {
  background-color: #FF7A00;
  color: #fff;
}
.button-sub-bg:hover {
  color: #fff;
  -webkit-box-shadow: 0 6px 0 0 #B55904;
          box-shadow: 0 6px 0 0 #B55904;
}
.button-gray-bd {
  color: #787C87;
  border: 1px solid #2D303D;
}
.button-gray-bd.button-arrow::after {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.button-gray-bd:hover {
  color: #fff;
  background-color: #357E19;
  border-color: #357E19;
}
.button-gray-bg {
  background-color: #373B45;
  color: #9699A3;
}
.button-gray-bg:hover {
  color: #fff;
  background-color: #357E19;
}
.button-arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 9%;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background: url("../img/icons/chevron.svg") no-repeat 50% 50%/contain;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.button.arrow-hover::after {
  opacity: 0;
  visibility: hidden;
}
.button.arrow-hover:hover::after {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1199px) {
  .link {
    text-decoration: underline;
  }
}
@media screen and (min-width: 1200px) {
  .link {
    position: relative;
  }
  .link::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    background: currentColor;
    -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
  }
  .link:hover::after {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }
}

.link-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link-arrow::after {
  content: "";
  display: inline-block;
  width: 0.9em;
  min-width: 0.9em;
  height: 0.9em;
  margin-left: 1em;
  background: url("../img/icons/chevron-accent.svg") no-repeat 50% 50%/contain;
  -webkit-filter: sepia(2) invert(0.8);
          filter: sepia(2) invert(0.8);
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (min-width: 1200px) {
  .link-arrow::after {
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
  }
  .link-arrow:hover {
    color: #357E19;
  }
  .link-arrow:hover::after {
    -webkit-transform: translateX(-4px) rotate(-90deg);
        -ms-transform: translateX(-4px) rotate(-90deg);
            transform: translateX(-4px) rotate(-90deg);
    -webkit-filter: none;
            filter: none;
  }
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
}
.logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo__img {
  width: 5.8em;
  min-width: 5.8em;
  height: 6.1em;
  margin-right: 16px;
}
.logo__txt div:nth-child(1) {
  font-size: 2.4em;
  line-height: 1.2;
  font-weight: 600;
}
.logo__txt div:nth-child(2) {
  font-size: 1.5em;
  line-height: 1.3;
}
.logo__txt span {
  color: #357E19;
  font-weight: 700;
}
.logo-white .img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.logo-white .logo__txt span {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .logo {
    font-size: 9px;
  }
}

.section {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.section-title {
  text-align: center;
  margin-bottom: 60px;
}
.section-title.text-left {
  text-align: left;
}
.section-btn {
  text-align: center;
  margin-top: 60px;
}
.section-btn .button {
  min-width: 290px;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 80px 0;
  }
  .section-title {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .breadcrumbs + .section {
    padding-top: 50px;
  }
}

.slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-arrow {
  font-size: 10px;
  width: 5em;
  height: 5em;
  outline: none;
  position: absolute;
  top: 50%;
  margin-top: -2.5em;
  cursor: pointer;
  z-index: 1;
  background-color: #373B45;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.slider-arrow::before {
  content: "";
  display: block;
  font-size: 1.5em;
  width: 1.3em;
  height: 1.2em;
  position: absolute;
  background: url("../img/icons/chevron.svg") no-repeat 50% 50%/contain;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 1200px) {
  .slider-arrow:hover {
    background-color: #357E19;
  }
  .slider-arrow:hover::before {
    -webkit-filter: brightness(100);
            filter: brightness(100);
  }
}
.slider-prev {
  left: -2.5em;
}
.slider-prev::before {
  -webkit-transform: rotate(90deg) translateY(0.1em);
      -ms-transform: rotate(90deg) translateY(0.1em);
          transform: rotate(90deg) translateY(0.1em);
}
.slider-next {
  right: -2.5em;
}
.slider-next::before {
  -webkit-transform: rotate(-90deg) translateY(0.1em);
      -ms-transform: rotate(-90deg) translateY(0.1em);
          transform: rotate(-90deg) translateY(0.1em);
}

.swiper-mobile {
  overflow: visible;
}
@media (min-width: 1200px) {
  .swiper-mobile .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .swiper-mobile .swiper-slide {
    height: auto;
  }
}
@media screen and (max-width: 1199px) {
  .swiper-mobile .swiper-wrapper {
    margin: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .swiper-mobile .swiper-slide {
    height: auto;
    padding: 0;
  }
}

.or {
  position: relative;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #7F889D;
}
.or::before, .or::after {
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  position: absolute;
  z-index: 0;
  top: 50%;
  margin-top: -1px;
  background: #3F404C;
}
.or::before {
  left: 0;
}
.or::after {
  right: 0;
}

.bg-wrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.bg-wrap-1::before, .bg-wrap-1::after, .bg-wrap-2::before, .bg-wrap-2::after {
  content: "";
  display: block;
  height: 161em;
  position: absolute;
  background-color: rgba(36, 36, 41, 0.8);
  border-radius: 50%;
  -webkit-filter: blur(100px);
          filter: blur(100px);
}
.bg-wrap-1::before {
  font-size: 10px;
  width: 111em;
  -webkit-transform: matrix(-0.89, -0.63, -0.39, 0.84, 0, 0);
      -ms-transform: matrix(-0.89, -0.63, -0.39, 0.84, 0, 0);
          transform: matrix(-0.89, -0.63, -0.39, 0.84, 0, 0);
  left: -84em;
  top: -70em;
}
@media screen and (max-width: 767px) {
  .bg-wrap-1::before {
    width: 36em;
    left: -24em;
    top: 13em;
  }
}
.bg-wrap-1::after {
  font-size: 10px;
  width: 126em;
  -webkit-transform: matrix(0.89, -0.63, 0.39, 0.84, 0, 0);
      -ms-transform: matrix(0.89, -0.63, 0.39, 0.84, 0, 0);
          transform: matrix(0.89, -0.63, 0.39, 0.84, 0, 0);
  right: -100em;
  bottom: 5em;
}
@media screen and (max-width: 1199px) {
  .bg-wrap-1::after {
    font-size: 8px;
  }
}
@media screen and (max-width: 767px) {
  .bg-wrap-1::after {
    font-size: 10px;
    width: 34em;
    right: -30em;
    bottom: 54em;
  }
}
.bg-wrap-2::before {
  font-size: 10px;
  width: 45em;
  -webkit-transform: matrix(-0.89, -0.63, -0.39, 0.84, 0, 0);
      -ms-transform: matrix(-0.89, -0.63, -0.39, 0.84, 0, 0);
          transform: matrix(-0.89, -0.63, -0.39, 0.84, 0, 0);
  left: -40em;
  top: 85em;
}
@media screen and (max-width: 767px) {
  .bg-wrap-2::before {
    display: none;
  }
}
.bg-wrap-2::after {
  font-size: 10px;
  width: 68em;
  -webkit-transform: matrix(0.89, -0.63, 0.39, 0.84, 0, 0);
      -ms-transform: matrix(0.89, -0.63, 0.39, 0.84, 0, 0);
          transform: matrix(0.89, -0.63, 0.39, 0.84, 0, 0);
  right: -50em;
  bottom: -70em;
}
@media screen and (max-width: 767px) {
  .bg-wrap-2::after {
    display: none;
  }
}
.bg-wrap-3::before, .bg-wrap-3::after, .bg-wrap-4::before, .bg-wrap-4::after {
  content: "";
  display: block;
  font-size: 8px;
  width: 150em;
  height: 163em;
  position: absolute;
  z-index: -1;
  background-color: rgba(36, 36, 41, 0.8);
  border-radius: 50%;
  -webkit-filter: blur(60px);
          filter: blur(60px);
}
@media screen and (max-width: 767px) {
  .bg-wrap-3::before, .bg-wrap-3::after, .bg-wrap-4::before, .bg-wrap-4::after {
    font-size: 4px;
  }
}
.bg-wrap-3::before, .bg-wrap-4::before {
  top: 20%;
  right: 90%;
  -webkit-transform: matrix(0.89, -0.63, 0.39, 0.84, 0, 0);
      -ms-transform: matrix(0.89, -0.63, 0.39, 0.84, 0, 0);
          transform: matrix(0.89, -0.63, 0.39, 0.84, 0, 0);
}
@media screen and (max-width: 767px) {
  .bg-wrap-3::before, .bg-wrap-4::before {
    top: 5%;
    right: 70%;
  }
}
.bg-wrap-3::after, .bg-wrap-4::after {
  bottom: -25%;
  left: 96%;
  -webkit-transform: matrix(0.84, -0.38, 0.65, 0.89, 0, 0);
      -ms-transform: matrix(0.84, -0.38, 0.65, 0.89, 0, 0);
          transform: matrix(0.84, -0.38, 0.65, 0.89, 0, 0);
}
@media screen and (max-width: 767px) {
  .bg-wrap-3::after, .bg-wrap-4::after {
    bottom: 15%;
    left: 80%;
  }
}
@media screen and (min-width: 768px) {
  .bg-wrap-3::after, .bg-wrap-4::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .bg-wrap-4::before {
    display: none;
  }
}

.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 30, 38, 0.85);
  opacity: 0;
  visibility: hidden;
  z-index: -99;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

.breadcrumbs {
  margin: 60px 0 0;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  color: #7F889D;
}
@media screen and (max-width: 1199px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumbs__list > li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 6px;
}
.breadcrumbs__list > li + li::before {
  content: "/";
  display: inline-block;
  margin: 0 5px;
}
.breadcrumbs__list .home {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: 1px;
}
.breadcrumbs__list .home::before {
  content: "";
  display: block;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-right: 10px;
  background: #131418 url("../img/icons/chevron-accent.svg") no-repeat 50% 50%/50%;
  border-radius: 3px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
@media screen and (min-width: 1200px) {
  .breadcrumbs__list .home:hover::before {
    background-color: #1e2026;
  }
}
.breadcrumbs__list a {
  color: inherit;
}
@media screen and (min-width: 1200px) {
  .breadcrumbs__list a:hover {
    color: #fff;
  }
}

.page-basket {
  background: -webkit-gradient(linear, left bottom, left top, from(#16171C), to(#16171C)), #04070E;
  background: -o-linear-gradient(bottom, #16171C, #16171C), #04070E;
  background: linear-gradient(0deg, #16171C, #16171C), #04070E;
}

.basket-section .order {
  max-width: 1170px;
}

.js-tab-content, .js-accordion-content {
  display: none;
}

.js-open-modal, .home .header.is-fixed .logo, .home .footer .logo, .js-accordion-btn {
  cursor: pointer;
}

/* ------------------------------------- 
 * Modules 
 * ------------------------------------- */
/* ----- Forms ----- */
*::-webkit-input-placeholder {
  color: #9699A3;
  opacity: 1;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
*::-moz-placeholder {
  color: #9699A3;
  opacity: 1;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
*:-ms-input-placeholder {
  color: #9699A3;
  opacity: 1;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
*::-ms-input-placeholder {
  color: #9699A3;
  opacity: 1;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
*::placeholder {
  color: #9699A3;
  opacity: 1;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

body input:focus:required:invalid, body textarea:focus:required:invalid,
body input:required:valid, body textarea:required:valid {
  color: #fff;
}

.input {
  display: block;
  width: 100%;
  min-width: 1px;
  height: 50px;
  margin-bottom: 10px;
  padding: 15px;
  background-color: #0F1013;
  border-radius: 5px;
  border: none;
  font-size: 15px;
  color: #fff;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
@media screen and (min-width: 1200px) {
  .input:hover {
    -webkit-box-shadow: 0 0 10px rgba(127, 136, 157, 0.2);
            box-shadow: 0 0 10px rgba(127, 136, 157, 0.2);
  }
}
.input:focus {
  outline: none;
  -webkit-box-shadow: 0 0 6px rgba(127, 136, 157, 0.2);
          box-shadow: 0 0 6px rgba(127, 136, 157, 0.2);
}
.input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.input:focus::-moz-placeholder {
  opacity: 0;
}
.input:focus:-ms-input-placeholder {
  opacity: 0;
}
.input:focus::-ms-input-placeholder {
  opacity: 0;
}
.input:focus::placeholder {
  opacity: 0;
}
.popup-form .input::-webkit-input-placeholder { color: #9699A3; }
.popup-form .input::-moz-placeholder          { color: #9699A3; }
.popup-form .input:-ms-input-placeholder      { color: #9699A3; }
.popup-form .input::placeholder               { color: #9699A3; }

.input:-webkit-autofill,
.input:-webkit-autofill:hover,
.input:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0 1000px #0F1013 inset;
  transition: background-color 5000s ease-in-out 0s;
}
.input-lg {
  height: 60px;
  margin-bottom: 20px;
  padding: 20px;
}
.input-xl {
  height: 68px;
  padding: 22px 30px;
  font-size: 20px;
}
.input-valid {
  outline: 1px solid #357E19;
}
.input-error {
  position: relative;
}
.input-error .input {
  padding-right: 100px;
  outline: 1px solid #DB1B1B;
  -webkit-box-shadow: 0 0 20px 1px rgba(219, 27, 27, 0.2);
          box-shadow: 0 0 20px 1px rgba(219, 27, 27, 0.2);
}

.input-rub, .input-usd {
  position: relative;
}
.input-rub::before, .input-usd::before {
  display: inline-block;
  position: absolute;
  z-index: 0;
  left: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 25px;
  line-height: 1;
  font-weight: 600;
  color: #357E19;
}
.input-rub .input, .input-usd .input {
  margin: 0;
  padding-left: 70px;
  padding-right: 20px;
  font-weight: 700;
}

.input-rub::before {
  content: "₽";
}

.input-usd::before {
  content: "$";
}

textarea.input {
  height: 120px;
  resize: none;
}

.label {
  display: inline-block;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 600;
  color: #7F889D;
}

.error-txt {
  margin: 0;
  font-size: 12px;
  line-height: 1;
  color: #DB1B1B;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-left: 22px;
  padding-right: 10px;
}
.error-txt::before {
  content: "";
  display: block;
  width: 14px;
  min-width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 0;
  background: url("../img/icons/error-info.svg") no-repeat 50% 50%/contain;
}

.form-link {
  display: inline-block;
  margin-bottom: 20px;
  color: #357E19;
}
.form-btn {
  margin-top: 40px;
}
.form-btn .button {
  width: 100%;
}

.my-select {
  position: relative;
}
.my-select__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  color: #9699A3;
}
.my-select__trigger::after {
  position: absolute;
  display: block;
  content: "";
  width: 13px;
  height: 12px;
  top: 50%;
  margin-top: -6px;
  right: 18px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media screen and (min-width: 1200px) {
  .my-select__trigger::after {
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    background-color: #7F889D;
    -webkit-mask-image: url("../img/icons/chevron.svg");
            mask-image: url("../img/icons/chevron.svg");
  }
  .my-select__trigger:hover::after {
    background-color: #357E19;
  }
}
@media screen and (max-width: 1199px) {
  .my-select__trigger::after {
    background: url("../img/icons/chevron.svg") no-repeat 50% 50%/contain;
  }
}
.my-select__options {
  display: block;
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  border-top: 1px solid rgba(208, 210, 223, 0.2);
  background: #0F1013;
  border-radius: 0 0 5px 5px;
  font-size: 15px;
  line-height: 1.2;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
.my-select__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  color: #7F889D;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.my-select__option:last-of-type {
  border-radius: 0 0 5px 5px;
}
.my-select__option:hover {
  color: #fff;
}
.my-select__option.is-selected {
  background: #357E19;
  color: #fff;
  font-weight: 600;
}
.my-select.is-opened .my-select__trigger::after {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}
.my-select.is-opened .my-select__options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.my-select-xl .my-select__trigger {
  height: 68px;
  padding: 22px 30px;
  font-size: 20px;
}
.my-select-xl .my-select__options {
  font-size: 20px;
}
.my-select-xl .my-select__option {
  padding: 10px 30px;
}

.select-country .my-select__trigger .img, .select-country .my-select__option .img {
  width: 15px;
  min-width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 9px;
}

.quantity-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.quantity-row__title {
  margin-right: auto;
  line-height: 1.2;
  color: #9699A3;
}

.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 114px;
  height: 50px;
}
.quantity .input, .quantity .minus, .quantity .plus {
  height: 100%;
}
.quantity .input {
  width: 46%;
  margin: 0 1px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}
.quantity .minus, .quantity .plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  max-width: 25%;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .quantity .minus:hover {
    color: #DB1B1B;
  }
  .quantity .minus:hover span {
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
  }
}
@media screen and (min-width: 1200px) {
  .quantity .plus:hover {
    color: #357E19;
  }
  .quantity .plus:hover span {
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
  }
}

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #7F889D;
}
.checkbox__wrap {
  position: relative;
  top: 1px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15px;
  min-width: 15px;
  height: 15px;
  margin: 0;
  margin-right: 15px;
  border: 1px solid #357E19;
  border-radius: 2px;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  cursor: pointer;
}
.checkbox__pseudo {
  display: block;
  width: 9px;
  height: 6px;
  background: url("../img/icons/check.svg") no-repeat 50% 50%/contain;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.checkbox__text {
  display: inline-block;
  text-align: left;
  font-size: 15px;
  line-height: 1.3;
}
.checkbox__text a, .checkbox__text button {
  color: inherit;
}
.checkbox input {
  display: none;
}
.checkbox input:checked ~ .checkbox__pseudo {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

label.checkbox {
  cursor: pointer;
  position: static;
  z-index: auto;
  opacity: 1;
  padding-left: 0;
  min-height: 0;
  margin-top: 0;
  margin-bottom: 0;
}
label.checkbox input:checked ~ .checkbox__wrap .checkbox__pseudo {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.round-checkbox {
  display: block;
  font-size: 10px;
  width: 5.5em;
  height: 3em;
  cursor: pointer;
  position: relative;
}
.round-checkbox__pseudo {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #373B45;
  border-radius: 30px;
  -webkit-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
.round-checkbox__pseudo::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0.3em;
  width: 2.4em;
  height: 2.4em;
  border-radius: 50%;
  background-color: #D9D9D9;
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  -o-transition: transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}
.round-checkbox input {
  display: none;
}
.round-checkbox input:checked ~ .round-checkbox__pseudo {
  background-color: #357E19;
}
.round-checkbox input:checked ~ .round-checkbox__pseudo::before {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.modal {
  display: none;
  width: 100%;
  margin: 0 auto;
  background-color: #16171C;
  border-radius: 20px;
}
.modal-form {
  max-width: 452px;
  padding: 0;
}
.modal-form .or {
  margin: 20px 0;
  font-size: 12px;
  text-transform: uppercase;
}
.modal-login {
  display: block;
}
.modal-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.modal-tab {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  height: 80px;
  background-color: #0F1013;
  font-weight: 400;
  color: #7F889D;
  border-radius: 0;
}
.modal-tab.is-active {
  background-color: #357E19;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 479px) {
  .modal-tab {
    height: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .modal-tab:hover {
    color: #fff;
  }
}
.modal-content-wrapper {
  padding: 40px 45px;
}
@media screen and (max-width: 767px) {
  .modal-content-wrapper {
    padding: 40px;
  }
}
@media screen and (max-width: 479px) {
  .modal-content-wrapper {
    padding: 40px 30px;
  }
}

.img-google {
  display: inline-block;
  padding: 10px 30px;
  background-color: #0F1013;
  border-radius: 5px;
}
@media screen and (min-width: 1200px) {
  .img-google {
    border: 1px solid #0F1013;
  }
  .img-google:hover {
    border-color: #357E19;
  }
}
.img-google .img {
  width: 68px;
  max-height: 17px;
}

.lk-modal-form .modal-title {
  padding: 30px 20px 30px;
  font-weight: 700;
  border-bottom: 1px solid #3A404F;
}
.lk-modal-form .my-select__trigger {
  height: 60px;
}
.lk-modal-form .form-btn {
  margin-top: 20px;
}
.lk-modal-form .popup_close_btn {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #7F889D;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lk-modal-form .popup_close_btn:hover {
  color: #fff;
}
.lk-modal-form .popup_close_btn::before,
.lk-modal-form .popup_close_btn::after {
  display: none;
}
.lk-modal-form .popup_close_btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

#policy {
  max-width: 934px;
  padding: 50px;
  border-radius: 20px;
  background: #16171C;
  color: #7F889D;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  #policy {
    padding: 50px 40px;
  }
}
#policy .title {
  color: #fff;
}
#policy .policy-title {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #policy .policy-title {
    margin-bottom: 23px;
  }
}
#policy .policy-subtitle {
  display: block;
  margin-top: 2em;
  margin-bottom: 1em;
}
#policy ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#policy li {
  margin-bottom: 10px;
}
@media screen and (max-width: 479px) {
  #policy {
    padding: 32px 15px 24px;
    font-size: 14px;
  }
}

/* ----- анимации ----- */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (min-width: 1200px) {
  .animated {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  .animated.infinite {
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
  .wow {
    will-change: transform, opacity;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  .fadeIn {
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
  }
  .fadeInTop {
    -webkit-animation-name: fadeInTop;
            animation-name: fadeInTop;
  }
  .fadeInBottom {
    -webkit-animation-name: fadeInBottom;
            animation-name: fadeInBottom;
  }
  .fadeInLeft {
    -webkit-animation-name: fadeInLeft;
            animation-name: fadeInLeft;
  }
}
@media screen and (min-width: 1200px) {
  .js-parallax {
    will-change: transform;
    -webkit-transition: -webkit-transform 1s linear;
    transition: -webkit-transform 1s linear;
    -o-transition: transform 1s linear;
    transition: transform 1s linear;
    transition: transform 1s linear, -webkit-transform 1s linear;
  }
  .header .logo, .header .menu__list > li, .header .lang, .header .menu__btns {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 0.2s;
         -o-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    will-change: transform;
  }
  .header .logo {
    -webkit-transition-delay: 0.1s;
         -o-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .header .menu__list > li:nth-child(1) {
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .header .menu__list > li:nth-child(2) {
    -webkit-transition-delay: 0.25s;
         -o-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
  .header .menu__list > li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
         -o-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .header .menu__list > li:nth-child(4) {
    -webkit-transition-delay: 0.35s;
         -o-transition-delay: 0.35s;
            transition-delay: 0.35s;
  }
  .header .menu__list > li:nth-child(5) {
    -webkit-transition-delay: 0.4s;
         -o-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .header .menu__list > li:nth-child(6) {
    -webkit-transition-delay: 0.45s;
         -o-transition-delay: 0.45s;
            transition-delay: 0.45s;
  }
  .header .menu__list > li:nth-child(7) {
    -webkit-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .header .menu__list > li:nth-child(8) {
    -webkit-transition-delay: 0.55s;
         -o-transition-delay: 0.55s;
            transition-delay: 0.55s;
  }
  .header .lang {
    -webkit-transition-delay: 0.6s;
         -o-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .header .menu__btns {
    -webkit-transition-delay: 0.65s;
         -o-transition-delay: 0.65s;
            transition-delay: 0.65s;
  }
  .is-ready .logo, .is-ready .menu__list > li, .is-ready .lang, .is-ready .menu__btns {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .hero .title-1, .hero .hero__title, .hero .hero__btns, .hero .hero__link, .hero .hero__txt {
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 0.2s;
         -o-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    will-change: transform;
  }
  .hero .title-1 {
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
    -webkit-transition-delay: 0.8s;
         -o-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .hero .hero__title, .hero .hero__btns, .hero .hero__link, .hero .hero__txt {
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  .hero .hero__title {
    -webkit-transition-delay: 0.85s;
         -o-transition-delay: 0.85s;
            transition-delay: 0.85s;
  }
  .hero .hero__txt {
    -webkit-transition-delay: 0.9s;
         -o-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .hero .hero__btns {
    -webkit-transition-delay: 0.95s;
         -o-transition-delay: 0.95s;
            transition-delay: 0.95s;
  }
  .hero .hero__link {
    -webkit-transition-delay: 1s;
         -o-transition-delay: 1s;
            transition-delay: 1s;
  }
  .is-ready .hero .title-1, .is-ready .hero .hero__title, .is-ready .hero .hero__btns, .is-ready .hero .hero__link, .is-ready .hero .hero__txt {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
/* ------------------------------------- 
 * Sections 
 * ------------------------------------- */
/* ----- header ----- */
.header {
  width: 100%;
  padding-top: 24px;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  -webkit-transition-property: padding, background-color;
  -o-transition-property: padding, background-color;
  transition-property: padding, background-color;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
}
@media screen and (max-width: 991px) {
  .header {
    padding-top: 30px;
  }
  .header::before {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    background: #111116;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
  }
}
.header.is-fixed {
  position: fixed;
  -webkit-animation: header 0.2s linear forwards;
          animation: header 0.2s linear forwards;
  padding: 12px 0 !important;
  background-color: rgba(15, 16, 19, 0.78);
  -webkit-backdrop-filter: blur(48px);
          backdrop-filter: blur(48px);
  -webkit-box-shadow: 0 2px 9px rgba(53, 126, 25, 0.1);
          box-shadow: 0 2px 9px rgba(53, 126, 25, 0.1);
}
@media screen and (min-width: 992px) {
  .header.is-fixed .menu__list {
    opacity: 0;
    visibility: hidden;
    background-color: transparent;
  }
  .header.is-fixed .menu-toggle {
    display: block;
  }
}
.header-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.header .logo {
  position: relative;
}

@-webkit-keyframes header {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes header {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (min-width: 992px) {
  .lk .header {
    padding-bottom: 24px;
    background-color: #0F1013;
  }
  .lk .logo {
    -webkit-filter: brightness(100);
            filter: brightness(100);
  }
}

.lang__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #C2C3CD;
  font-weight: 600;
}
.lang__trigger .img {
  width: 25px !important;
  min-width: 25px;
  height: 25px !important;
  max-height: 25px !important;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.lang__trigger span {
  display: none;
}

.main-menu .lang .img {
  margin-right: 10px;
}
.main-menu .lang span {
  display: inline-block;
}

.menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  max-width: 100%;
}
.menu-block .menu-toggle {
  display: none !important;
  margin: 0;
  position: absolute;
  z-index: 1;
  top: 60px;
  right: 30px;
}
.menu-block .feedback-center {
  display: none;
}
.menu-block .section-title {
  margin: 60px 0 40px;
  text-align: left;
}
.menu-block .title {
  font-size: 30px;
  margin-bottom: 20px;
}
.menu-block .feedback__btn .button {
  height: 54px;
  padding: 18px;
}
.menu-block .or {
  margin: 50px 0;
}
.menu-block .or::before, .menu-block .or::after {
  width: calc(36% + 60px);
}
.menu-block .or::before {
  left: -60px;
}
.menu-block .or::after {
  right: -60px;
}
.menu-block .feedback-list {
  font-size: 15px;
  text-align: center;
}
.menu-block .feedback-list li {
  width: 50%;
  margin-bottom: 45px;
  padding: 0 10px;
}
.menu-block .feedback-list__img {
  font-size: 7px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu__list a {
    color: #7F889D;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .menu__list a:hover {
    color: #fff;
  }
}
.menu__btns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu__btns .button-sm {
  font-size: 15px;
}
@media screen and (max-width: 991px) {
  .menu__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu__btns .cart-ic {
    margin-top: 30px;
  }
}
@media screen and (min-width: 992px) {
  .menu__btns {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .menu__btns .flex, .menu__btns .user-menu, .menu__btns .cart-ic {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .menu__btns .button {
    min-width: 196px;
    margin-left: 25px;
  }
  .menu__btns .cart-ic {
    margin-left: 30px;
  }
  .menu__btns .user-menu {
    margin-left: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .menu__btns .user-menu {
    margin-left: 60px;
  }
}
.menu-toggle {
  display: none;
  font-size: 54px;
  width: 1em;
  min-width: 1em;
  height: 1em;
  margin-left: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.35s linear;
  transition: -webkit-transform 0.35s linear;
  -o-transition: transform 0.35s linear;
  transition: transform 0.35s linear;
  transition: transform 0.35s linear, -webkit-transform 0.35s linear;
  will-change: transform;
}
@media screen and (min-width: 992px) {
  .menu-toggle {
    background-color: #16171C;
    border-radius: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .menu-toggle:hover {
    background-color: #141519;
  }
  .menu-toggle:hover .menu-ic {
    background-color: #357E19;
  }
  .menu-toggle:hover .menu-ic::before, .menu-toggle:hover .menu-ic::after {
    background-color: #357E19;
  }
}
.menu-ic {
  width: 60%;
  height: 4px;
  margin-top: -2px;
  border-radius: 4px;
  background-color: #7F889D;
  position: absolute;
  top: 50%;
  left: 20%;
  z-index: 10;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.menu-ic::before, .menu-ic::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  border-radius: inherit;
  background-color: #7F889D;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.menu-ic::before {
  top: -9px;
}
.menu-ic::after {
  top: 9px;
}
@media screen and (max-width: 991px) {
  .menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 170px 20px 50px;
    background: rgba(17, 17, 22, 0.99);
    font-size: 20px;
    text-align: center;
    will-change: transform;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }
  .menu__list {
    display: block;
    color: #7F889D;
  }
  .menu__list li {
    margin-bottom: 20px;
  }
  .menu__list .is-active {
    font-weight: 600;
    color: #fff;
  }
  .menu__btns {
    margin-top: 60px;
  }
  .menu__btns .flex {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .menu__btns .button {
    width: calc(50% - 10px);
  }
  .menu__btns .lang {
    width: 100%;
    margin-top: 60px;
  }
  .menu__btns .lang__trigger {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu-toggle {
    display: block;
    font-size: 46px;
    margin-left: auto;
  }
  .menu-ic {
    width: 80%;
    left: 10%;
    background-color: #fff;
  }
  .menu-ic::before, .menu-ic::after {
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .menu__btns .button {
    width: calc(50% - 6px);
  }
}

@media screen and (max-width: 991px) {
  .lk-menu {
    display: block !important;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 170px 20px 50px;
    background: rgba(17, 17, 22, 0.99);
    font-size: 20px;
    text-align: center;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
            transition: all 0.4s linear;
  }
  .menu-expanded .lk-menu {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 992px) {
  .lk-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lk-menu .menu-block, .lk-menu .menu__list {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    max-width: 100%;
  }
  .lk-menu .menu-block {
    padding: 0 3%;
  }
  .lk-menu .menu__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .lk-menu .menu-block {
    padding: 0 6%;
  }
}

@media screen and (min-width: 992px) {
  .main-menu .menu__list {
    width: 100%;
    position: absolute;
    top: 100%;
    margin-top: 20px;
    left: 0;
    background-color: #16171C;
    border-radius: 10px;
  }
  .main-menu .menu__list li {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .main-menu .menu__list li::after {
    content: "";
    display: block;
    width: 1px;
    height: 36px;
    position: absolute;
    z-index: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #bbb;
    opacity: 0.3;
  }
  .main-menu .menu__list li:first-child a {
    border-radius: 10px 0 0 10px;
  }
  .main-menu .menu__list li:last-child::after {
    display: none;
  }
  .main-menu .menu__list li:last-child a {
    border-radius: 0 10px 10px 0;
  }
  .main-menu .menu__list .is-active::after {
    display: none;
  }
  .main-menu .menu__list .is-active a {
    background-color: #357E19;
    color: #fff;
  }
  .main-menu .menu__list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 76px;
    font-size: 20px;
    line-height: 1;
  }
}

@media screen and (min-width: 1200px) {
  .compensate-for-scrollbar .header.is-fixed {
    width: auto;
    right: 17px;
  }
}

.menu-expanded {
  overflow: hidden;
}
.menu-expanded .header {
  z-index: 100;
}
.menu-expanded .menu-ic {
  background: transparent !important;
  height: 3px;
  border-radius: 3px;
}
.menu-expanded .menu-ic::before, .menu-expanded .menu-ic::after {
  top: 0;
}
.menu-expanded .menu-ic::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu-expanded .menu-ic::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 991px) {
  .menu-expanded .header::before {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.3s;
         -o-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .menu-expanded .menu {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
  }
  .menu-expanded .menu-toggle, .menu-expanded .header .logo {
    z-index: 100;
  }
  .menu-expanded .menu-toggle {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    font-size: 40px;
  }
}
@media screen and (min-width: 992px) {
  .menu-expanded .body-overlay {
    opacity: 1;
    visibility: visible;
    z-index: 98;
  }
  .menu-expanded .header {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .menu-expanded .header::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    background-color: rgba(29, 30, 38, 0.85);
  }
  .menu-expanded .menu-block {
    width: 436px;
    height: 100vh;
    padding: 60px 60px 0;
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    background-color: #131418;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-animation: menu-block 0.2s linear forwards;
            animation: menu-block 0.2s linear forwards;
  }
  .menu-expanded .menu-block::after {
    content: "";
    display: block;
    width: 50%;
    height: 50%;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 25%;
    background: rgba(36, 36, 41, 0.7);
    border-radius: 50%;
    -webkit-filter: blur(32px);
            filter: blur(32px);
    -webkit-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
  .menu-expanded .menu-block .menu-toggle {
    display: block !important;
  }
  .menu-expanded .menu-block .menu__list {
    display: block;
    position: static;
    opacity: 1;
    visibility: visible;
    color: #7F889D;
  }
  .menu-expanded .menu-block .menu__list li {
    margin-bottom: 20px;
  }
  .menu-expanded .menu-block .menu__list li::after {
    display: none;
  }
  .menu-expanded .menu-block .menu__list .is-active {
    color: #fff;
  }
  .menu-expanded .menu-block .menu__list a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
    background: none;
    font-size: 30px;
    font-weight: 600;
  }
  .menu-expanded .menu-block .feedback-center {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .menu-expanded {
    margin-right: 17px;
  }
}

@-webkit-keyframes menu-block {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes menu-block {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
.user-menu {
  position: relative;
}
.user-menu__trigger {
  padding-left: 35px;
  padding-right: 25px;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
}
.user-menu__trigger::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  background: url("../img/icons/user.svg") no-repeat 50% 50%/contain;
}
.user-menu__trigger::after {
  content: "";
  display: block;
  width: 13px;
  height: 12px;
  position: absolute;
  z-index: 0;
  right: 0;
  top: 50%;
  margin-top: -6px;
  background: url("../img/icons/chevron-accent.svg") no-repeat 50% 50%/contain;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.user-menu__list {
  width: 100%;
  padding: 10px 20px 10px 35px;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 100%;
  margin-top: 10px;
  background-color: #16171C;
  -webkit-box-shadow: 0 1px 8px rgba(255, 255, 255, 0.05);
          box-shadow: 0 1px 8px rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  font-size: 16px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.user-menu__list li {
  margin: 5px 0;
}
.user-menu__list a {
  display: block;
}
@media screen and (min-width: 1200px) {
  .user-menu__list a:hover {
    color: #357E19;
  }
}
.user-menu.is-active .user-menu__trigger::after {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}
.user-menu.is-active .user-menu__list {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.cart-ic {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #357E19;
  position: relative;
}
.cart-ic::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -10px;
  background: url("../img/icons/cart.svg") no-repeat 50% 50%/contain;
}
.cart-ic__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #FF7A00;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  position: absolute;
  right: 0;
  top: 28px;
}

/* ----- footer ----- */
.footer {
  background-color: #131418;
}
.footer__row {
  padding: 40px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .footer .logo {
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .footer .logo {
    font-size: 8px;
  }
}
@media screen and (max-width: 359px) {
  .footer .logo {
    font-size: 6px;
  }
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  max-width: 100%;
  font-size: 20px;
}
.footer__menu li {
  margin: 0 1.85%;
}
.footer__menu a {
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .footer__menu a:hover {
    color: #fff;
  }
}
.footer__menu .is-active a {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .footer__menu {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    display: block;
    margin-top: 40px;
  }
  .footer__menu li {
    margin: 0 0 20px 0;
  }
  .footer__menu li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .footer .socials {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.footer .socials li {
  margin-left: 20px;
}
.footer__bottom {
  border-top: 1px solid #3F404C;
  padding: 30px 0 40px;
  line-height: 1.2;
  color: #7F889D;
}
.footer__bottom .copy {
  margin-right: auto;
}
.footer__bottom .link {
  color: inherit;
}
@media screen and (max-width: 767px) {
  .footer__bottom {
    display: block;
  }
  .footer__bottom .copy {
    margin-bottom: 30px;
  }
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.socials a {
  display: block;
}
@media screen and (min-width: 1200px) {
  .socials a:hover .img {
    -webkit-filter: none;
            filter: none;
  }
}
.socials .img {
  max-width: 27px;
  max-height: 22px;
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

.testimonials.section-bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  background-color: #131418;
}
.testimonials__head, .testimonials .section-btn {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 600;
  color: #9699A3;
}
.testimonials__head .color, .testimonials__head b, .testimonials__head strong, .testimonials .section-btn .color, .testimonials .section-btn b, .testimonials .section-btn strong {
  color: #B0BCD8;
}
@media screen and (max-width: 1199px) {
  .testimonials__head {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
  }
}
.testimonials__slider-wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .testimonials__slider-wrap {
    width: calc(100% + 20px);
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .testimonials__slider {
    overflow: visible;
  }
  .testimonials__slider .swiper-slide {
    max-width: 358px;
  }
}
@media screen and (max-width: 479px) {
  .testimonials__slider .swiper-slide {
    max-width: 290px;
  }
}
@media screen and (min-width: 1200px) {
  .testimonials__slider {
    padding-top: 25px;
  }
}
.testimonials__slider .testimonial {
  height: 100%;
}

.testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 330px;
  padding: 30px;
  background: #0F1013;
  border-radius: 10px;
  line-height: 1.2;
}
.testimonial__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}
.testimonial__name {
  font-size: 20px;
  margin: 0 20px 0 0;
}
.testimonial__txt {
  margin-bottom: 40px;
  line-height: 1.2;
  color: #7F889D;
}
.testimonial__btn {
  margin-top: auto;
  font-size: 20px;
  line-height: 1.2;
  color: #9699A3;
}

@media screen and (min-width: 1200px) {
  .testimonial-wrap .testimonial {
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  .testimonial-wrap:hover .testimonial {
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

.rait {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rait-star {
  display: inline-block;
  width: 15px;
  min-width: 15px;
  height: 15px;
  background: url("../img/icons/star.svg") no-repeat 50% 50%/contain;
}
.rait-star-empty {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

.partners-inner {
  padding: 60px;
  background: #131418;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .partners-inner {
    padding-bottom: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .partners-inner {
    padding: 60px 20px 0;
  }
}
@media screen and (min-width: 992px) {
  .partners-inner {
    margin-top: 80px;
  }
}
.partners-inner__col {
  max-width: 45%;
}
@media screen and (max-width: 991px) {
  .partners-inner__col {
    max-width: 100%;
  }
}
.partners-inner__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .partners-inner__title {
    margin-bottom: 30px;
  }
}
.partners-inner__txt {
  margin-bottom: 60px;
  line-height: 1.3;
}
.partners-inner__txt b, .partners-inner__txt strong {
  color: #B0BCD8;
}
@media screen and (max-width: 767px) {
  .partners-inner__txt {
    margin-bottom: 50px;
  }
}
.partners-inner__btn .button {
  min-width: 232px;
}
.partners-inner__img {
  position: absolute;
  z-index: -1;
  width: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 10px;
}
.partners-inner__img .img, .partners-inner__img .el-2-wrap {
  font-size: 1em;
  position: absolute;
  max-height: none;
}
.partners-inner__img .el-1 {
  width: 25.2em;
  height: 37.7em;
  top: -8em;
  right: 25em;
}
@media screen and (max-width: 767px) {
  .partners-inner__img .el-1 {
    right: 19em;
  }
}
.partners-inner__img .el-2-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 40em;
  height: 100%;
  bottom: 0;
  right: 15em;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .partners-inner__img .el-2-wrap {
    right: 8em;
  }
}
.partners-inner__img .el-2 {
  position: relative;
  width: 30em;
  height: 37.8em;
  top: 7em;
  right: -5em;
}
.partners-inner__img .el-3 {
  width: 11.1em;
  height: 12.2em;
  top: -6em;
  right: 20em;
}
@media screen and (max-width: 767px) {
  .partners-inner__img .el-3 {
    right: 14em;
  }
}
.partners-inner__img .el-4 {
  width: 25em;
  height: 25em;
  top: 15em;
  left: -7em;
}
@media screen and (max-width: 991px) {
  .partners-inner__img .el-4 {
    top: -12em;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .partners-inner__img .el-4 {
    left: -8em;
    font-size: 1.2em;
  }
}
.partners-inner__img .el-5 {
  width: 22.1em;
  height: 22.1em;
  top: -5em;
  right: 0;
}
@media screen and (max-width: 991px) {
  .partners-inner__img .el-5 {
    top: 12em;
    right: 2em;
  }
}
@media screen and (max-width: 767px) {
  .partners-inner__img .el-5 {
    right: -5em;
    font-size: 1.2em;
  }
}
@media screen and (max-width: 991px) {
  .partners-inner__img {
    position: relative;
    width: 100%;
    max-width: 60em;
    margin: 13em auto 0;
    height: 40em;
  }
}
@media screen and (max-width: 767px) {
  .partners-inner__img {
    font-size: 6px;
  }
}
.partners-inner__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  border-radius: 10px;
  overflow: hidden;
}
.partners-inner__bg::after {
  content: "";
  display: block;
  font-size: 10px;
  width: 91.6em;
  height: 161.2em;
  position: absolute;
  right: -25em;
  top: 50%;
  background: #43434F;
  border-radius: 50%;
  -webkit-filter: blur(150px);
          filter: blur(150px);
  -webkit-transform: matrix(0.89, -0.63, 0.39, 0.84, 0, 0);
      -ms-transform: matrix(0.89, -0.63, 0.39, 0.84, 0, 0);
          transform: matrix(0.89, -0.63, 0.39, 0.84, 0, 0);
}
@media screen and (max-width: 767px) {
  .partners-inner__bg::after {
    font-size: 3px;
    -webkit-filter: blur(60px);
            filter: blur(60px);
    background: rgba(67, 67, 79, 0.5);
    right: -15em;
    top: 70%;
  }
}

.faq-accordion__block {
  margin-bottom: 20px;
  background: #16171C;
  border-radius: 10px;
  color: #7F889D;
}
.faq-accordion__btn {
  position: relative;
  padding: 32px 98px;
  font-size: 20px;
  line-height: 1.2;
}
.faq-accordion__btn::before, .faq-accordion__btn::after {
  -webkit-filter: sepia(2) invert(0.8);
          filter: sepia(2) invert(0.8);
}
.faq-accordion__btn::before {
  content: "";
  display: block;
  font-size: 10px;
  width: 3.6em;
  height: 3.2em;
  position: absolute;
  z-index: 0;
  left: 3em;
  top: 50%;
  margin-top: -1.6em;
  background: url("../img/icons/question.svg") no-repeat 50% 50%/contain;
}
.faq-accordion__btn::after {
  content: "";
  display: block;
  font-size: 9px;
  width: 2.3em;
  height: 2.3em;
  position: absolute;
  z-index: 0;
  right: 3em;
  top: 50%;
  margin-top: -1.15em;
  background: url("../img/icons/close.svg") no-repeat 50% 50%/contain;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.faq-accordion__btn.is-active {
  color: #fff;
}
.faq-accordion__btn.is-active::after {
  font-size: 9.5px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media screen and (max-width: 767px) {
  .faq-accordion__btn {
    padding: 20px 77px;
  }
  .faq-accordion__btn::before {
    left: 2em;
    top: 2em;
    margin-top: 0;
  }
  .faq-accordion__btn::after {
    top: 3em;
    margin-top: 0;
  }
}
@media screen and (max-width: 479px) {
  .faq-accordion__btn {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .faq-accordion__btn:hover::before {
    -webkit-filter: none;
            filter: none;
  }
  .faq-accordion__btn:hover::after {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
.faq-accordion__content {
  padding: 0 98px 30px;
}
@media screen and (max-width: 767px) {
  .faq-accordion__content {
    padding: 0 20px 20px;
  }
}

.feedback {
  padding-top: 0;
  text-align: center;
}
.feedback__inner {
  position: relative;
  z-index: 1;
  padding: 60px 30px 30px;
  background: #16171C;
  border-radius: 10px;
  overflow: hidden;
}
.feedback__inner::before, .feedback__inner::after {
  font-size: 10px;
}
.feedback__inner::before {
  content: "";
  display: block;
  width: 32.7em;
  height: 31.9em;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  opacity: 0.5;
  background: url("../img/vector-ask.svg") no-repeat 50% 50%/contain;
  -webkit-transform: translate(15%, -18%);
      -ms-transform: translate(15%, -18%);
          transform: translate(15%, -18%);
}
.feedback__inner::after {
  content: "";
  display: block;
  width: 91em;
  height: 161.2em;
  position: absolute;
  z-index: -1;
  left: 50%;
  margin-left: -45em;
  top: 85%;
  background: rgba(67, 67, 79, 0.6);
  -webkit-filter: blur(150px);
          filter: blur(150px);
  border-radius: 50%;
}
@media screen and (max-width: 1199px) {
  .feedback__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .feedback__inner {
    padding-bottom: 15px;
  }
  .feedback__inner::before, .feedback__inner::after {
    font-size: 9px;
  }
  .feedback__inner::before {
    -webkit-transform: translate(30%, -20%);
        -ms-transform: translate(30%, -20%);
            transform: translate(30%, -20%);
  }
}
.feedback .section-title {
  margin-bottom: 40px;
}
.feedback__btn .button {
  min-width: 232px;
}
.feedback .or {
  margin: 40px 0 50px;
}
.feedback .or::before, .feedback .or::after {
  width: 44%;
}
@media screen and (max-width: 767px) {
  .feedback .or::before, .feedback .or::after {
    width: 30%;
  }
}
.feedback .or::before {
  left: -30px;
}
@media screen and (max-width: 1199px) {
  .feedback .or::before {
    left: -20px;
  }
}
.feedback .or::after {
  right: -30px;
}
@media screen and (max-width: 1199px) {
  .feedback .or::after {
    right: -20px;
  }
}
.feedback-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  line-height: 1.2;
  color: #7F889D;
}
.feedback-list li {
  margin-bottom: 30px;
  padding: 0 40px;
}
.feedback-list a {
  display: block;
}
@media screen and (min-width: 1200px) {
  .feedback-list a:hover {
    color: #fff;
  }
  .feedback-list a:hover .img {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.feedback-list__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
  width: 9em;
  height: 9em;
  margin: 0 auto 36px;
}
.feedback-list__img .img {
  -webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
          transform: rotate(-15deg);
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  -o-transition: transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}
.feedback-list .ic-support {
  position: relative;
}
.feedback-list .ic-support::before {
  content: "S";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  position: absolute;
  z-index: 1;
  right: 0;
  top: -15px;
  background: #1064A5;
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .feedback-list li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .feedback-list li {
    margin-bottom: 45px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 479px) {
  .feedback-list {
    font-size: 20px;
  }
  .feedback-list__img {
    font-size: 8px;
  }
  .feedback-list .ic-support::before {
    font-size: 20px;
    width: 28px;
    height: 28px;
  }
}

/* ------------------------------------- 
 * Home
 * ------------------------------------- */
.hero {
  padding-top: 295px;
  padding-bottom: 90px;
  position: relative;
  z-index: 1;
  min-height: 100vh;
  overflow: hidden;
}
.hero::before {
  content: "";
  display: block;
  font-size: 10px;
  position: absolute;
  z-index: -2;
  width: 50em;
  height: 100em;
  left: 50%;
  margin-left: -35em;
  top: 28%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 36, 41, 0.3)), to(#242429));
  background: -o-linear-gradient(top, rgba(36, 36, 41, 0.3), #242429);
  background: linear-gradient(to bottom, rgba(36, 36, 41, 0.3), #242429);
  -webkit-filter: blur(100px);
          filter: blur(100px);
  border-radius: 100em;
  -webkit-transform: matrix(0.49, -0.23, 0.39, 0.84, 0, 0);
      -ms-transform: matrix(0.49, -0.23, 0.39, 0.84, 0, 0);
          transform: matrix(0.49, -0.23, 0.39, 0.84, 0, 0);
}
@media screen and (max-width: 767px) {
  .hero {
    padding-top: 205px;
    padding-bottom: 15px;
  }
  .hero::before {
    font-size: 7.5px;
    height: 50em;
    left: 15%;
    top: 71%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 36, 41, 0.6)), to(#242429));
    background: -o-linear-gradient(top, rgba(36, 36, 41, 0.6), #242429);
    background: linear-gradient(to bottom, rgba(36, 36, 41, 0.6), #242429);
  }
}
.hero__center {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hero__center {
    max-width: 310px;
  }
}
.hero__title {
  font-size: 50px;
  margin-bottom: 14px;
}
@media screen and (max-width: 1199px) {
  .hero__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .hero__title {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.hero__txt {
  margin-top: 60px;
}
.hero__btns {
  margin-top: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero__btns .button {
  min-width: 290px;
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  .hero__btns {
    display: block;
  }
  .hero__btns .button {
    margin-bottom: 20px;
  }
  .hero__btns .button:last-child {
    margin-bottom: 0;
  }
}
.hero__link {
  margin-top: 60px;
}
.hero .nums {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .hero .nums {
    margin-top: 60px;
  }
}

.nums {
  text-align: center;
}
.nums li {
  width: 25%;
  padding: 0 10px;
  position: relative;
}
.nums li::after {
  content: "";
  display: block;
  width: 1px;
  height: 46px;
  position: absolute;
  z-index: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #3D3F46;
}
.nums li:last-child::after {
  display: none;
}
@media screen and (max-width: 991px) {
  .nums li {
    width: 50%;
    margin-bottom: 50px;
  }
  .nums li:nth-child(2)::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .nums li {
    margin-bottom: 36px;
  }
  .nums li::after {
    height: 34px;
  }
}
.nums .title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
  .nums .title {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .nums .title {
    font-size: 30px;
    margin-bottom: 7px;
  }
}
.nums .text {
  max-width: 8em;
  margin: 0 auto;
  font-size: 25px;
  line-height: 1.2;
  color: #7F889D;
}
@media screen and (max-width: 1199px) {
  .nums .text {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .nums .text {
    font-size: 18px;
  }
}

.map-dots {
  font-size: 10px;
  position: absolute;
  z-index: -1;
  width: 139em;
  height: 69.5em;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.map-dots::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  background: url("../img/map-bg.svg") no-repeat 50% 50%/contain;
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .map-dots {
    font-size: 11px;
    -webkit-transform: translate(-53%, -60%);
        -ms-transform: translate(-53%, -60%);
            transform: translate(-53%, -60%);
  }
}
.map-dots .dot {
  display: block;
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-animation: dots 5s infinite forwards;
          animation: dots 5s infinite forwards;
}
.map-dots .dot-accent {
  background-color: #357E19;
  -webkit-box-shadow: 0 0 0.3em #357E19;
          box-shadow: 0 0 0.3em #357E19;
}
.map-dots .dot-gray {
  background-color: #30303C;
  -webkit-box-shadow: 0 0 0.2em #30303C;
          box-shadow: 0 0 0.2em #30303C;
}
.map-dots .dot-xl {
  width: 1.8em;
  height: 1.8em;
}
.map-dots .dot-md {
  width: 1.2em;
  height: 1.2em;
}
.map-dots .dot-sm {
  width: 0.6em;
  height: 0.6em;
}
.map-dots .dot-1 {
  top: 9em;
  left: 20em;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.map-dots .dot-2 {
  top: 29em;
  left: 27em;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.map-dots .dot-3 {
  top: 24em;
  right: 30em;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.map-dots .dot-4 {
  bottom: 0em;
  left: 38em;
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.map-dots .dot-5 {
  top: 15em;
  left: 6em;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.map-dots .dot-6 {
  top: 32em;
  left: 79em;
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.map-dots .dot-7 {
  top: 3em;
  left: 50em;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.map-dots .dot-8 {
  bottom: 14em;
  right: 21em;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.map-dots .dot-9 {
  top: 16em;
  right: 12em;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
@media screen and (max-width: 767px) {
  .map-dots .dot-1 {
    top: 3em;
    left: 59em;
  }
  .map-dots .dot-2 {
    left: 62em;
  }
  .map-dots .dot-3 {
    right: 48em;
  }
  .map-dots .dot-4 {
    bottom: 10em;
    left: 73em;
  }
  .map-dots .dot-5 {
    top: 18em;
    left: 67em;
  }
  .map-dots .dot-7 {
    top: 6em;
    left: 72em;
  }
  .map-dots .dot-9 {
    right: 51em;
  }
}

@-webkit-keyframes dots {
  0%, 100% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes dots {
  0%, 100% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.why {
  background-color: #131418;
  z-index: 1;
}
.why::after {
  content: "";
  display: block;
  font-size: 11px;
  width: 60em;
  height: 60em;
  position: absolute;
  z-index: -1;
  left: 50%;
  margin-left: -30em;
  top: 98%;
  background: rgba(56, 130, 27, 0.6);
  -webkit-filter: blur(150px);
          filter: blur(150px);
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .why::after {
    top: 96%;
    width: 60em;
    height: 110em;
  }
}
.why__row {
  margin: 0 -12px;
  padding-top: 50px;
}
@media screen and (max-width: 991px) {
  .why__row {
    display: block;
    margin: 0;
  }
}
.why__col {
  width: 33.3333%;
  margin-top: 50px;
  padding: 0 12px;
}
@media screen and (max-width: 991px) {
  .why__col {
    width: 100%;
    margin-bottom: 126px;
    padding: 0;
  }
  .why__col:last-child {
    margin-bottom: 0;
  }
}
.why-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 400px;
  margin: 0 auto;
  padding: 176px 30px 40px;
  position: relative;
  background: #0F1013;
  border-radius: 10px;
  text-align: center;
}
.why-card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.why-card__img .img {
  margin: 0 auto;
  max-height: 316px;
  position: relative;
  top: -120px;
}
.why-card__title {
  margin-bottom: 40px;
}
.why-card__txt {
  margin-bottom: 80px;
}
.why-card__link {
  margin-top: auto;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  color: #9699A3;
}
.why-card__link:hover {
  color: #357E19;
}
@media screen and (max-width: 1199px) {
  .why-card {
    height: 100%;
  }
}
@media screen and (max-width: 479px) {
  .why-card {
    padding: 160px 20px 40px;
  }
}
@media screen and (max-width: 1199px) {
  .why-card-wrap {
    height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .why-card-wrap .why-card {
    -webkit-transition: -webkit-transform 0.2s 0s linear;
    transition: -webkit-transform 0.2s 0s linear;
    -o-transition: transform 0.2s 0s linear;
    transition: transform 0.2s 0s linear;
    transition: transform 0.2s 0s linear, -webkit-transform 0.2s 0s linear;
  }
  .why-card-wrap .why-card__img .img {
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    -o-transition: transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
  }
  .why-card-wrap:hover .why-card {
    -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  .why-card-wrap:hover .why-card__img .img {
    -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}

.tarrifs {
  z-index: 1;
}
.tarrifs::before, .tarrifs::after {
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .tarrifs::before {
    display: none;
  }
}
.tarrifs__row {
  margin: 0 -5px;
}
.tarrifs__col {
  width: 25%;
  margin-bottom: 20px;
  padding: 0 5px;
}
@media screen and (max-width: 991px) {
  .tarrifs__col {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .tarrifs__col {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .tarrifs__col .tarrif {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tarrifs__col .tarrif__form {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    max-height: 100%;
  }
  .tarrifs__col .tarrif__form form {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tarrifs__col .tarrif__sum {
    margin-top: auto;
  }
}
.tarrifs__btn {
  margin-top: 40px;
  text-align: center;
}
.tarrifs__btn .button {
  min-width: 290px;
}

.tarrif {
  padding: 25px;
  background-color: #131418;
  border: 1px solid #131418;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tarrif {
    max-width: 290px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .tarrif {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .tarrif:hover {
    -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
            transform: translateY(-8px);
    border-color: #357E19;
  }
}
.tarrif .discount {
  min-width: 135px;
}
@media screen and (max-width: 767px) {
  .tarrif .discount {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .tarrif .discount {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.tarrif .tooltip {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 30px;
  height: 30px;
}
.tarrif__head {
  position: relative;
  margin-bottom: 20px;
  padding-left: 42px;
  padding-right: 16px;
}
.tarrif__head::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  background: #357E19 no-repeat 50% 50%/14px auto;
  border-radius: 50%;
}
.tarrif__head-1::before, .tarrif__head-1-2::before, .tarrif__head-1-3::before {
  background-image: url("../img/icons/phone.svg");
}
.tarrif__head-1-2::after, .tarrif__head-1-3::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  z-index: 0;
  left: 16px;
  top: 18px;
  border-radius: 50%;
}
.tarrif__head-1-2::after {
  background: #FFA336 url("../img/icons/crown.svg") no-repeat 50% 50%/12px auto;
}
.tarrif__head-1-3::after {
  background: #373B45 url("../img/icons/people.svg") no-repeat 50% 50%/12px auto;
}
.tarrif__head-2::before {
  background-image: url("../img/icons/servers.svg");
}
.tarrif__sum {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
}
.tarrif__sum .title {
  margin: 0 auto 0 0;
  color: #B0BCD8;
}
.tarrif__sum .val {
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  color: #357E19;
}
.tarrif__sum .val span {
  font-size: 0.9em;
  font-weight: 400;
}
.tarrif__btns {
  margin-top: 20px;
}
.tarrif__btns .button {
  width: 100%;
  margin-bottom: 10px;
}
.tarrif__btns .button:last-child {
  margin-bottom: 0;
}

.discount {
  display: inline-block;
  padding: 7px 15px;
  background: #373B45;
  border-radius: 5px;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.tooltip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.tooltip .ic {
  display: inline-block;
  font-size: 10px;
  width: 1.7em;
  height: 1.8em;
  background: url("../img/icons/tooltip.svg") no-repeat 50% 50%/contain;
}
@media screen and (min-width: 1200px) {
  .tooltip .ic {
    -webkit-transition: -webkit-filter 0.1s;
    transition: -webkit-filter 0.1s;
    -o-transition: filter 0.1s;
    transition: filter 0.1s;
    transition: filter 0.1s, -webkit-filter 0.1s;
  }
  .tooltip:hover .ic {
    -webkit-filter: brightness(100);
            filter: brightness(100);
  }
}

.proxy-btn {
  margin-top: 100px;
  text-align: center;
}
.proxy-btn .button {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .proxy-btn {
    margin-top: 30px;
  }
  .proxy-btn .button {
    text-transform: uppercase;
    max-width: 290px;
  }
}

.toolbox {
  display: none;
  max-width: 746px;
  padding: 30px;
  background-color: #131418;
  border-radius: 20px;
  color: #7F889D;
}
@media screen and (max-width: 767px) {
  .toolbox {
    max-width: 360px;
    padding: 20px;
  }
}
.toolbox .title {
  margin-bottom: 40px;
}
.toolbox .color {
  color: #fff;
}
.toolbox p {
  margin-bottom: 20px;
}
.toolbox p:last-child {
  margin-bottom: 0;
}
.toolbox .sep {
  position: relative;
  margin: 40px 0;
  height: 1px;
}
.toolbox .sep::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: -30px;
  right: -30px;
  top: 0;
  background: #3F404C;
}
@media screen and (max-width: 767px) {
  .toolbox .sep::before {
    left: -20px;
    right: -20px;
  }
}

.discounts.section-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  background-color: #131418;
}
.discounts.section-bg::after {
  content: "";
  display: block;
  font-size: 11px;
  width: 60em;
  height: 60em;
  position: absolute;
  z-index: -1;
  left: 50%;
  margin-left: -30em;
  top: 98%;
  background: rgba(56, 130, 27, 0.6);
  -webkit-filter: blur(150px);
          filter: blur(150px);
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .discounts.section-bg::after {
    top: 96%;
    width: 60em;
    height: 110em;
  }
}
@media screen and (min-width: 1200px) {
  .discounts.section-bg {
    padding-bottom: 173px;
  }
}
@media screen and (max-width: 767px) {
  .discounts__slider .swiper-slide {
    max-width: 370px;
  }
}
@media screen and (max-width: 479px) {
  .discounts__slider .swiper-slide {
    max-width: 290px;
  }
}
@media screen and (min-width: 1200px) {
  .discounts__slider {
    padding-top: 50px;
  }
  .discounts__slider .swiper-wrapper {
    margin: 0 -15px;
  }
  .discounts__slider .swiper-slide {
    width: 33.33333%;
    padding: 0 15px;
  }
  .discounts__slider .swiper-slide .discount-card {
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  .discounts__slider .swiper-slide:hover .discount-card {
    -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}

.discount-card {
  background: #0F1013;
  border-radius: 10px;
  text-align: center;
  position: relative;
}
.discount-card__img {
  height: 245px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.discount-card__body {
  padding: 40px 20px;
}
.discount-card__title {
  font-size: 28px;
  margin-bottom: 40px;
}
@media screen and (max-width: 479px) {
  .discount-card__title {
    font-size: 24px;
  }
}
.discount-card__title .accent {
  display: block;
}
.discount-card__txt {
  font-size: 20px;
  color: #7F889D;
}
@media screen and (max-width: 479px) {
  .discount-card__txt {
    font-size: 18px;
  }
}
.discount-card__txt p {
  margin-bottom: 0.5em;
}
.discount-card__txt p:last-child {
  margin-bottom: 0;
}
.discount-card__btn {
  margin-top: 40px;
}
.discount-card__btn .button {
  min-width: 230px;
}

.badge {
  display: inline-block;
  padding: 10px 20px;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -35%);
      -ms-transform: translate(-50%, -35%);
          transform: translate(-50%, -35%);
}

.badge-promocode {
  background-color: #FF7A00;
}

.badge-discount {
  background-color: #357E19;
}

.badge-interesting {
  background-color: #F35757;
}

/* ------------------------------------- 
 * Catalog
 * ------------------------------------- */
.catalog-tabs {
  margin-bottom: 80px;
  position: relative;
}
.catalog-tabs::before, .catalog-tabs::after {
  content: "";
  display: block;
  font-size: 10px;
  width: 30em;
  height: 30em;
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -15em;
  border-radius: 50%;
  background: #0F1013;
  -webkit-filter: blur(16px);
          filter: blur(16px);
}
.catalog-tabs::before {
  left: -31em;
}
.catalog-tabs::after {
  right: -29em;
}
@media screen and (max-width: 767px) {
  .catalog-tabs {
    margin-bottom: 40px;
  }
  .catalog-tabs::before, .catalog-tabs::after {
    font-size: 8px;
  }
}
.catalog-tabs__scroll {
  width: calc(100% + 120px);
  margin-left: -60px;
  padding-bottom: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.catalog-tabs__scroll::-webkit-scrollbar {
  display: none;
}
.catalog-tabs__scroll .simplebar-track.simplebar-horizontal {
  left: 60px;
  right: 60px;
}
.catalog-tabs .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog-tabs .list::before, .catalog-tabs .list::after {
  content: " ";
  display: block;
  min-width: 60px;
  width: 60px;
  height: 1px;
}
.catalog-tabs li {
  margin-right: 10px;
}
.catalog-tabs .is-active .button {
  background-color: #357E19;
  border-color: #357E19;
  color: #fff;
}

.catalog-tab {
  width: 192px;
  padding: 15px 14px;
  border: 1px solid #2D303D;
  font-size: 15px;
  line-height: 1.3;
  color: #9699A3;
}

/* ------------------------------------- 
 * Blog
 * ------------------------------------- */
.search {
  margin-bottom: 60px;
}
.search__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.search__input {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  max-width: 100%;
}
.search__input::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 0;
  left: 40px;
  top: 50%;
  margin-top: -10px;
  background: url("../img/icons/search.svg") no-repeat 50% 50%/contain;
}
.search__input .input {
  margin: 0;
  padding-left: 75px;
  border: 1px solid #373B45;
}
@media screen and (max-width: 479px) {
  .search__input::before {
    left: 20px;
  }
  .search__input .input {
    padding-left: 55px;
  }
}
.search__btn {
  width: 248px;
  margin-left: 20px;
}
.search__btn .button {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .search__btn {
    display: none;
  }
}
.search-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-list li {
  margin: 15px 15px 0;
}
.search-tag {
  display: inline-block;
  padding: 9px 24px;
  background: #373B45;
  border-radius: 2px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  color: #9699A3;
}
.search-tag:hover {
  color: #9699A3;
}
@media screen and (min-width: 1200px) {
  .search-tag:hover {
    background-color: #357E19;
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .blog::before {
    display: none;
  }
  .blog::after {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .blog::after {
    display: none;
  }
}
.blog-thumbs__row {
  margin: 0 -30px;
}
@media screen and (max-width: 1199px) {
  .blog-thumbs__row {
    margin: 0 -20px;
  }
}
.blog-thumbs__col {
  width: 33.33333%;
  margin-bottom: 60px;
  padding: 0 30px;
}
@media screen and (max-width: 1199px) {
  .blog-thumbs__col {
    padding: 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .blog-thumbs__col {
    width: 100%;
  }
}
.blog-thumb {
  position: relative;
  background: #16171C;
  border-radius: 10px;
  line-height: 1.2;
  color: #7F889D;
}
@media screen and (max-width: 767px) {
  .blog-thumb {
    max-width: 300px;
    margin: 0 auto;
  }
}
.blog-thumb .badge {
  font-size: 15px;
  padding: 6px 30px;
}
.blog-thumb__img {
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
}
.blog-thumb__img a {
  display: block;
  height: 100%;
}
.blog-thumb__body {
  padding: 16px 12px 30px;
}
.blog-thumb__top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.blog-thumb__title {
  color: #fff;
}
.blog-thumb__txt {
  margin-bottom: 30px;
}
.blog-thumb__link {
  font-weight: 600;
  color: #357E19;
}
@media screen and (min-width: 1200px) {
  .blog-thumb-wrap .blog-thumb {
    -webkit-transition: -webkit-transform 0.1s;
    transition: -webkit-transform 0.1s;
    -o-transition: transform 0.1s;
    transition: transform 0.1s;
    transition: transform 0.1s, -webkit-transform 0.1s;
  }
  .blog-thumb-wrap:hover .blog-thumb {
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

.date, .likes {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7F889D;
}
.date::before, .likes::before {
  content: "";
  display: block;
  font-size: 20px;
  width: 1em;
  min-width: 1em;
  height: 1em;
  margin-right: 5px;
  background: no-repeat 50% 50%/contain;
}

.date::before {
  background-image: url("../img/icons/calendar.svg");
}

.likes::before {
  background-image: url("../img/icons/heart.svg");
}

.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination li {
  margin: 0 4px;
}
.pagination a, .pagination span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  color: #3A3B4B;
}
@media screen and (min-width: 1200px) {
  .pagination a:hover, .pagination span:hover {
    color: #7F889D;
  }
}
.pagination .current a, .pagination .current span {
  background-color: #357E19;
  color: #fff;
}

.article-title .title {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.article-title .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.article-title .date, .article-title .likes {
  margin: 0 15px;
}
.article-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1199px) {
  .article-row {
    display: block;
  }
}
.article-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  max-width: 100%;
  padding-right: 30px;
}
@media screen and (max-width: 1199px) {
  .article-body {
    padding-right: 0;
  }
}
.article-sidebar {
  width: 33%;
  padding: 30px;
  background: #16171C;
  border-radius: 20px;
}
@media screen and (max-width: 1199px) {
  .article-sidebar {
    display: none;
  }
}
.article-sidebar__title {
  margin-bottom: 25px;
}
.article-thumb {
  display: block;
}
.article-thumb + .article-thumb {
  margin-top: 26px;
  padding-top: 26px;
  border-top: 1px solid #7F889D;
}
.article-thumb .date, .article-thumb .likes {
  margin-bottom: 6px;
  font-size: 13px;
}
.article-thumb .date::before, .article-thumb .likes::before {
  font-size: 16px;
}
.article-thumb .date {
  margin-right: 30px;
  font-size: 17px;
  line-height: 1.3;
}
.article-thumb .title {
  margin: 0;
  font-size: 17px;
}

.content {
  font-size: 20px;
  line-height: 1.2;
  color: #7F889D;
}
@media screen and (max-width: 479px) {
  .content {
    font-size: 18px;
  }
}
.content img {
  display: block;
  max-width: 100%;
  margin: 60px 0;
  border-radius: 20px;
}
.content img:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .content img:first-child {
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  color: #fff;
  margin: 0;
}
.content p {
  margin: 0;
}
.content h2 {
  font-size: 40px;
}
@media screen and (max-width: 479px) {
  .content h2 {
    font-size: 36px;
  }
}
.content h3 {
  font-size: 30px;
}
@media screen and (max-width: 479px) {
  .content h3 {
    font-size: 28px;
  }
}
.content ol, .content ul {
  margin: 0;
  padding: 0 0 0 1em;
}
.content ol li, .content ul li {
  margin-bottom: 0.5em;
}

.recommend {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .recommend__slider .swiper-slide {
    max-width: 370px;
  }
}
@media screen and (max-width: 479px) {
  .recommend__slider .swiper-slide {
    max-width: 290px;
  }
}
@media screen and (min-width: 1200px) {
  .recommend__slider .swiper-wrapper {
    margin: 0 -30px;
  }
  .recommend__slider .swiper-slide {
    width: 33.33333%;
    padding: 0 30px;
  }
}

/* ------------------------------------- 
 * Faq
 * ------------------------------------- */
.faq-block {
  margin: 100px 0;
}
@media screen and (max-width: 767px) {
  .faq-block {
    margin: 80px 0;
  }
}
.faq-block:last-child {
  margin-bottom: 0;
}

/* ------------------------------------- 
 * Discounts
 * ------------------------------------- */
.discounts__list .discount-card {
  margin-bottom: 60px;
  background-color: #16171C;
}
.discounts__list .discount-card:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .discount-card.card-desktop {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 400px) {
  .discount-card.card-desktop {
    max-width: 290px;
  }
}
@media screen and (min-width: 992px) {
  .discount-card.card-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .discount-card.card-desktop .badge {
    left: 90%;
  }
  .discount-card.card-desktop .discount-card__img, .discount-card.card-desktop .discount-card__body {
    width: calc(50% - 20px);
  }
  .discount-card.card-desktop .discount-card__img {
    height: 100%;
    border-radius: 10px 0 0 10px;
  }
  .discount-card.card-desktop .discount-card__body {
    text-align: left;
  }
}

/* ------------------------------------- 
 * Contacts
 * ------------------------------------- */
.contacts-block {
  padding: 60px;
  background: #16171C;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.contacts-block::before, .contacts-block::after {
  content: "";
  display: block;
  position: absolute;
  font-size: 10px;
}
.contacts-block::before {
  width: 59em;
  height: 49.1em;
  right: 2em;
  bottom: 0;
  z-index: -1;
  background: url("../img/img-contacts.svg") no-repeat 50% 50%/contain;
}
.contacts-block::after {
  width: 149em;
  height: 222em;
  border-radius: 50%;
  background: #43434F;
  -webkit-filter: blur(60px);
          filter: blur(60px);
  -webkit-transform: matrix(0.89, -0.63, 0.39, 0.84, 0, 0);
      -ms-transform: matrix(0.89, -0.63, 0.39, 0.84, 0, 0);
          transform: matrix(0.89, -0.63, 0.39, 0.84, 0, 0);
  top: 66%;
  right: -80em;
  z-index: -2;
}
@media screen and (max-width: 1199px) {
  .contacts-block {
    padding: 50px;
  }
}
@media screen and (max-width: 991px) {
  .contacts-block {
    text-align: center;
    padding: 50px 50px 460px;
  }
  .contacts-block::before {
    width: calc(100% + 30em);
    right: -15em;
    font-size: 8px;
  }
  .contacts-block::after {
    font-size: 5px;
    right: 5em;
    top: 80%;
  }
}
@media screen and (max-width: 767px) {
  .contacts-block {
    padding: 50px 20px 360px;
  }
  .contacts-block::before {
    font-size: 6px;
  }
}
.contacts-block__row {
  margin: 0 -50px;
}
@media screen and (max-width: 991px) {
  .contacts-block__row {
    display: block;
    margin: 0;
  }
}
.contacts-block__col {
  width: 50%;
  padding: 0 50px;
}
@media screen and (max-width: 991px) {
  .contacts-block__col {
    width: 100%;
    padding: 0;
  }
  .contacts-block__col:first-child {
    margin-bottom: 80px;
  }
}
.contacts-block__col .email {
  margin-bottom: 40px;
}
.contacts-block__title {
  margin-bottom: 20px;
}
.contacts-block .form {
  padding-top: 20px;
  text-align: left;
}
.contacts-block .form .input {
  font-size: 20px;
  margin-bottom: 30px;
}
.contacts-block .form-btn {
  text-align: left;
}
.contacts-block .button {
  width: auto;
  min-width: 230px;
}

.email {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  color: #7F889D;
}
.email::before {
  content: "";
  display: block;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-right: 14px;
  background: url("../img/icons/email-accent.svg") no-repeat 50% 50%/contain;
  -webkit-filter: sepia(2) invert(0.8);
          filter: sepia(2) invert(0.8);
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
@media screen and (min-width: 1200px) {
  .email:hover {
    color: #357E19;
  }
  .email:hover::before {
    -webkit-filter: none;
            filter: none;
  }
}

/* ------------------------------------- 
 * Forms
 * ------------------------------------- */
.tech-form {
  max-width: 412px;
  margin: 0 auto;
}
.tech-form .input {
  background-color: #16171C;
}
.tech-form .form-btn {
  text-align: center;
}
.tech-form .form-btn .button {
  max-width: 360px;
}

/* ------------------------------------- 
 * Proxy-available
 * ------------------------------------- */
.proxy-available {
  padding: 60px 0 100px;
}
@media screen and (max-width: 767px) {
  .proxy-available {
    padding: 60px 0 70px;
  }
}
.proxy-available__select {
  margin-bottom: 60px;
}
@media screen and (max-width: 479px) {
  .proxy-available__select {
    margin-bottom: 40px;
  }
}
.proxy-available__select .title {
  font-size: 25px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 400;
}
.proxy-available__select .my-select {
  max-width: 346px;
}
.proxy-available__select .my-select__trigger, .proxy-available__select .my-select__options {
  background-color: #16171C;
}
.proxy-available__select .my-select__trigger, .proxy-available__select .my-select__option {
  padding-left: 40px;
}
@media screen and (max-width: 479px) {
  .proxy-available__select .my-select__trigger, .proxy-available__select .my-select__option {
    padding-left: 20px;
  }
}
.proxy-available__select .my-select__trigger {
  font-size: 20px;
  padding-left: 40px;
}
.proxy-available__scroll {
  max-height: 638px;
}
@media screen and (max-width: 767px) {
  .proxy-available__scroll {
    max-height: 733px;
  }
}
.proxy-available__scroll .simplebar-track.simplebar-vertical {
  top: 46px;
  bottom: 46px;
}
@media screen and (max-width: 767px) {
  .proxy-available__scroll .simplebar-track.simplebar-vertical {
    right: -15px;
  }
  .proxy-available__scroll .simplebar-track.simplebar-vertical::before {
    display: none;
  }
}
.proxy-available__scroll .simplebar-track.simplebar-vertical::before {
  background-color: #3A3B4B;
}
.proxy-available__scroll .simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
  background-color: #727489;
}
@media screen and (max-width: 767px) {
  .proxy-available__scroll .simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
    width: 3px;
    left: 4px;
  }
}
.proxy-available__list {
  background: #16171C;
  border-radius: 10px;
  overflow: hidden;
}
.proxy-available__list li:last-child .proxy-item {
  border: none;
}
.proxy-available__list .proxy-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 30px;
  border-bottom: 1px solid #262A34;
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  .proxy-available__list .proxy-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .proxy-available__list .proxy-item {
    padding: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .proxy-available__list .proxy-item {
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
  }
  .proxy-available__list .proxy-item:hover {
    background-color: #0F1013;
  }
}
.proxy-available__list .proxy-item__title, .proxy-available__list .proxy-item__code {
  font-size: 20px;
}
@media screen and (max-width: 479px) {
  .proxy-available__list .proxy-item__title, .proxy-available__list .proxy-item__code {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .proxy-available__list .proxy-item__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 45px);
            flex: 0 0 calc(100% - 45px);
    max-width: 100%;
  }
}
.proxy-available__list .proxy-item__code {
  margin-right: 15px;
}
@media screen and (max-width: 991px) {
  .proxy-available__list .proxy-item__code {
    margin-top: 15px;
  }
}
.proxy-available__list .proxy-item .num {
  margin-right: 15px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 1;
  border-radius: 50%;
  background-color: #FF7A00;
}
@media screen and (max-width: 991px) {
  .proxy-available__list .proxy-item .order-thumb-info {
    margin-top: 15px;
  }
}

/* ------------------------------------- 
 * Api
 * ------------------------------------- */
.api {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .api {
    padding-bottom: 70px;
  }
}
.api-head {
  background: #16171C;
  border-radius: 10px;
  padding: 60px;
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .api-head {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .api-head {
    margin-bottom: 60px;
    padding: 30px 20px;
  }
}
.api-steps {
  margin-top: 60px;
  counter-reset: li;
}
@media screen and (max-width: 479px) {
  .api-steps {
    margin-top: 40px;
  }
}
@media screen and (min-width: 992px) {
  .api-steps {
    position: relative;
  }
  .api-steps::before {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    z-index: 0;
    left: 25px;
    right: 24%;
    top: 25px;
    background: #fff;
  }
}
.api-steps li {
  width: 25%;
}
.api-steps li::before {
  content: counter(li);
  counter-increment: li;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  margin-bottom: 40px;
  font-size: 25px;
  line-height: 1;
  font-weight: 600;
  background: #357E19;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .api-steps li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
  .api-steps li:last-child {
    margin-bottom: 0;
  }
  .api-steps li::before {
    margin: 0 30px 0 0;
  }
}
@media screen and (max-width: 479px) {
  .api-steps li::before {
    margin-right: 20px;
    width: 40px;
    min-width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
.api-step {
  line-height: 1.3;
}
@media screen and (min-width: 992px) {
  .api-step__txt {
    max-width: 206px;
  }
}
.api-step__txt .link {
  white-space: nowrap;
}
.api-docs__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .api-docs__row {
    display: block;
  }
}
.api-docs__side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
  max-width: 270px;
  margin-right: 30px;
}
@media screen and (max-width: 991px) {
  .api-docs__side {
    max-width: 100%;
  }
}
.api-docs__side .list {
  font-size: 20px;
  line-height: 1.2;
}
.api-docs__side .list li {
  margin-bottom: 20px;
}
.api-docs__side .list .is-active a {
  color: #357E19;
}
@media screen and (min-width: 992px) {
  .api-docs__side .list .is-active a {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #16171C;
    border-radius: 10px;
  }
}
.api-docs__side .list a {
  display: block;
  padding: 0 16px 0 46px;
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  .api-docs__side .list a:hover {
    color: #357E19;
  }
}
@media screen and (max-width: 991px) {
  .api-docs__side .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .api-docs__side .list li {
    width: 33%;
    padding-right: 20px;
  }
  .api-docs__side .list a {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .api-docs__side .list {
    font-size: 15px;
  }
  .api-docs__side .list li {
    width: 50%;
  }
}
.api-docs__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  max-width: 100%;
  font-size: 20px;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .api-docs__main {
    font-size: 15px;
    line-height: 1.35;
  }
}
.api-docs__section {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .api-docs__section {
    margin-bottom: 40px;
  }
}
.api-docs__section .title {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .api-docs__section .title {
    margin-bottom: 30px;
  }
}

.markup {
  margin-bottom: 60px;
  padding: 20px;
  background: #7F889D;
  border-radius: 10px;
  font-family: inherit;
}
@media screen and (max-width: 991px) {
  .markup {
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  .markup {
    margin-bottom: 40px;
  }
}
.markup .code {
  font-family: inherit;
  white-space: pre;
}
.markup .black {
  color: #000;
}
.markup-title {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}

.api-table {
  padding: 0 20px;
  background: #16171C;
  border-radius: 10px;
}
.api-table th, .api-table td {
  padding: 20px 0;
  font-weight: 400;
  border-bottom: 1px solid #3A404F;
}
.api-table th:first-child, .api-table td:first-child {
  width: 27%;
  padding-right: 10px;
  color: #7F889D;
}
.api-table tr:last-child th, .api-table tr:last-child td {
  border-bottom: none;
}
.api-table + .markup {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .api-table + .markup {
    margin-top: 40px;
  }
}

.api-hint {
  margin-top: 20px;
  font-size: 15px;
  color: #921A1A;
}

/* ------------------------------------- 
 * LK
 * ------------------------------------- */
.main {
  padding: 89px 0 100px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .main {
    padding: 50px 0 70px;
  }
}

.lk-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .lk-row {
    display: block;
  }
}

@media (min-width: 992px) {
  .sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 67px;
            flex: 0 0 67px;
    max-width: 67px;
    min-height: 602px;
    margin-right: 49px;
    padding: 20px 24px;
    background: #0F1013;
    border-radius: 10px;
    position: relative;
    z-index: 7;
  }
  .sidebar::before {
    content: "";
    display: block;
    width: 270px;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    background-color: inherit;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
  }
  .sidebar:hover::before, .sidebar:hover .list a span {
    opacity: 1;
    visibility: visible;
  }
}
.sidebar .list {
  font-size: 20px;
  line-height: 1.2;
  white-space: nowrap;
  color: #7F889D;
}
.sidebar .list li {
  margin-bottom: 30px;
}
.sidebar .list li:last-child {
  margin-top: 110px;
}
.sidebar .list .is-active {
  color: #fff;
}
.sidebar .list .is-active .img {
  -webkit-filter: none;
          filter: none;
}
.sidebar .list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .sidebar .list a:hover {
    color: #fff;
  }
  .sidebar .list a:hover .img {
    -webkit-filter: none;
            filter: none;
  }
}
.sidebar .list a .img {
  width: 20px;
  min-width: 20px;
  height: 20px;
}
@media (min-width: 992px) {
  .sidebar .list a .img {
    -webkit-filter: sepia(2) invert(0.8);
            filter: sepia(2) invert(0.8);
  }
}
.sidebar .list a span {
  display: inline-block;
  margin-left: 15px;
}
@media (min-width: 992px) {
  .sidebar .list a span {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
  }
}
.screen {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  max-width: 100%;
}

.lk-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
.lk-title .title {
  margin-bottom: 0;
}
.lk-title .img {
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-right: 20px;
}
@media screen and (max-width: 479px) {
  .lk-title {
    margin-bottom: 40px;
  }
  .lk-title .img {
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin-right: 12px;
  }
  .lk-title .size-sm {
    font-size: 24px;
  }
}

.lk-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  border-bottom: 1px solid #3A404F;
}
@media screen and (max-width: 479px) {
  .lk-tabs {
    margin-bottom: 40px;
  }
}

.lk-tab {
  position: relative;
  margin-right: 60px;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 1.2;
  color: #7F889D;
}
.lk-tab::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: -2px;
  background: #357E19;
  border-radius: 3px;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  opacity: 0;
}
.lk-tab.is-active {
  color: #fff;
}
.lk-tab.is-active::after {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .lk-tab {
    margin-right: 30px;
  }
}
@media screen and (max-width: 479px) {
  .lk-tab {
    font-size: 15px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .lk-tab:hover {
    color: #fff;
  }
}
.lk-tab:last-child {
  margin-right: 0;
}

.lk-ballance {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 30px;
  line-height: 1;
  padding: 11px 18px;
  background: #373B45;
  border-radius: 10px;
}
.lk-ballance.title {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .lk-ballance {
    font-size: 20px;
    padding: 8px 16px;
  }
}

.lk-ballance-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 479px) {
  .lk-ballance-wrap {
    width: 100%;
    margin-top: 20px;
  }
}

.lk-ballance-sep {
  display: inline-block;
  font-size: 30px;
  width: 1em;
  min-width: 1em;
  height: 1em;
  margin: 0 20px;
  background: url("../img/icons/transfer.svg") no-repeat 50% 50%/contain;
}
@media screen and (max-width: 479px) {
  .lk-ballance-sep {
    font-size: 28px;
  }
}

.lk-title .lk-ballance-wrap {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .lk-title .lk-ballance-wrap {
    margin-left: 30px;
  }
}
@media screen and (max-width: 479px) {
  .lk-title .lk-ballance-wrap {
    margin-left: 0;
  }
}

.fz-10 {
  font-size: 10px;
}

.bg-0, .bg-1, .bg-3, .bg-accent, .bg-red {
  border-radius: 5px;
}

.bg-0 {
  background-color: #0F1013;
}
.bg-0 .input {
  background-color: #16171C;
}

.bg-1 {
  background-color: #16171C;
}

.bg-3 {
  background-color: #373B45;
}

.bg-accent {
  background-color: #357E19;
}

.bg-red {
  background-color: #921A1A;
}

.input-copy {
  cursor: pointer;
  position: relative;
}
.input-copy::after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  position: absolute;
  z-index: 0;
  right: 15px;
  top: 50%;
  margin-top: -0.5em;
  background: url("../img/icons/copy.svg") no-repeat 50% 50%/contain;
}

.lk-btns-3 {
  margin-top: 60px;
}
.lk-btns-3 .button {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .lk-btns-3 {
    display: block;
  }
  .lk-btns-3 li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lk-btns-3 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 992px) {
  .lk-btns-3 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .lk-btns-3 li {
    width: 33.33333%;
    padding: 0 10px;
  }
}

.table {
  position: relative;
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  .table {
    overflow: auto;
    width: calc(100% + 20px);
  }
}
@media screen and (max-width: 767px) {
  .table {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .table table {
    min-width: 868px;
  }
}
@media screen and (max-width: 767px) {
  .table table {
    width: 600px;
    min-width: 600px;
  }
}
.table thead td, .table thead th {
  padding: 0 20px 20px;
}
.table .thead-1 td, .table .thead-1 th {
  font-size: 15px;
  font-weight: 600;
  color: #7F889D;
}
.table .thead-2 td, .table .thead-2 th {
  font-size: 16px;
  font-weight: 400;
}
.table .thead-3 td, .table .thead-3 th {
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 479px) {
  .table .thead-3 td, .table .thead-3 th {
    font-size: 16px;
  }
}
.table tbody td, .table tbody th {
  padding: 20px;
  background-color: #0F1013;
  border-bottom: 1px solid #262A34;
}
@media screen and (max-width: 479px) {
  .table tbody td, .table tbody th {
    padding: 15px 10px;
  }
}
@media screen and (min-width: 1200px) {
  .table tbody td, .table tbody th {
    -webkit-transition: background-color 0.1s;
    -o-transition: background-color 0.1s;
    transition: background-color 0.1s;
  }
}
.table tbody tr:hover td, .table tbody tr:hover th {
  background-color: #1C1E24;
}
.table tbody tr:first-child td:first-child, .table tbody tr:first-child th:first-child {
  border-top-left-radius: 10px;
}
.table tbody tr:first-child td:last-child, .table tbody tr:first-child th:last-child {
  border-top-right-radius: 10px;
}
.table tbody tr:last-child td, .table tbody tr:last-child th {
  border-bottom: none;
}
.table tbody tr:last-child td:first-child, .table tbody tr:last-child th:first-child {
  border-bottom-left-radius: 10px;
}
.table tbody tr:last-child td:last-child, .table tbody tr:last-child th:last-child {
  border-bottom-right-radius: 10px;
}
.table .wrap {
  display: inline-block;
  min-width: 112px;
}
.table-nav {
  padding: 20px 0 30px;
  background-color: #0F1013;
  border-radius: 0 0 10px 10px;
  position: relative;
}
.table-nav::before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  z-index: 0;
  left: 0;
  top: -10px;
  background: #0F1013;
}
.table-nav a, .table-nav span {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 400;
}
.table-nav .current a, .table-nav .current span {
  background-color: #1C1E24;
}
.table-nav .pagination-prev, .table-nav .pagination-next {
  background-color: #131418;
}
.table-nav .pagination-prev::before, .table-nav .pagination-next::before {
  content: "";
  display: block;
  font-size: 14px;
  width: 1.3em;
  height: 1.2em;
  background: url("../img/icons/chevron-accent.svg") no-repeat 50% 50%/contain;
}
@media screen and (min-width: 1200px) {
  .table-nav .pagination-prev:hover, .table-nav .pagination-next:hover {
    background-color: #1C1E24;
  }
}
.table-nav .pagination-prev {
  margin-right: 100px;
}
@media screen and (max-width: 767px) {
  .table-nav .pagination-prev {
    margin-right: 30px;
  }
}
@media screen and (max-width: 479px) {
  .table-nav .pagination-prev {
    margin-right: 10px;
  }
}
.table-nav .pagination-prev::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.table-nav .pagination-next {
  margin-left: 100px;
}
@media screen and (max-width: 767px) {
  .table-nav .pagination-next {
    margin-left: 30px;
  }
}
@media screen and (max-width: 479px) {
  .table-nav .pagination-next {
    margin-left: 10px;
  }
}
.table-nav .pagination-next::before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.table.vertical-borders {
  position: relative;
  z-index: 1;
}
.table.vertical-borders tbody th, .table.vertical-borders tbody td {
  border-right: 1px solid #262A34;
}
.table.vertical-borders tbody th:last-child, .table.vertical-borders tbody td:last-child {
  border-right: none;
}
.table.vertical-borders tbody tr:last-child th, .table.vertical-borders tbody tr:last-child td {
  border-bottom: 1px solid #262A34;
  border-radius: 0;
}

@media screen and (max-width: 991px) {
  .table-with-status th:last-child, .table-with-status td:last-child {
    position: -webkit-sticky;
    position: sticky;
    right: -1px;
    background-color: #1C1E24;
    border-radius: 0 !important;
  }
}

.animate-tap {
  font-size: 40px;
  width: 1em;
  height: 1em;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -0.5em;
  right: -2em;
  background: url("../img/icons/tap.svg") no-repeat 50% 50%/contain;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .animate-tap {
    font-size: 60px;
  }
}
@media screen and (min-width: 992px) {
  .animate-tap {
    display: none !important;
  }
}

.animated .animate-tap {
  -webkit-animation: run 1.5s 3;
          animation: run 1.5s 3;
}

@-webkit-keyframes run {
  0% {
    right: -2em;
    opacity: 0;
    visibility: hidden;
  }
  50% {
    right: 80%;
    opacity: 1;
    visibility: visible;
  }
  100% {
    right: 80%;
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes run {
  0% {
    right: -2em;
    opacity: 0;
    visibility: hidden;
  }
  50% {
    right: 80%;
    opacity: 1;
    visibility: visible;
  }
  100% {
    right: 80%;
    opacity: 0;
    visibility: hidden;
  }
}
.status {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.status::after {
  content: "";
  display: block;
  font-size: 20px;
  width: 1em;
  min-width: 1em;
  height: 1em;
  background: no-repeat 50% 50%/contain;
}
.status-pos::after {
  background-image: url("../img/icons/positive.svg");
}
.status-neg::after {
  background-image: url("../img/icons/negative.svg");
}
.status span {
  display: inline-block;
  margin-right: 8px;
}

.mob-proxy {
  display: block;
}

.lk-tabs-content .mob-proxy, .lk-tabs-content .server-proxy {
  max-width: 930px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .lk-tabs-content .tarrifs__col {
    width: 33.33333%;
  }
}
.lk-tabs-content .proxy-btn {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .lk-tabs-content .proxy-btn .button {
    max-width: 100%;
  }
}

.lk-ballance-block {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 27px 25px 27px 30px;
  border-radius: 10px;
}
.lk-ballance-block__title {
  margin: 0 auto 0 0;
}
.lk-ballance-block .lk-ballance {
  padding: 0;
  font-size: 20px;
  color: #357E19;
}

.coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  height: 50px;
  padding-left: 15px;
  background: -webkit-gradient(linear, left bottom, left top, from(#16171C), to(#16171C)), #16171C;
  background: -o-linear-gradient(bottom, #16171C, #16171C), #16171C;
  background: linear-gradient(0deg, #16171C, #16171C), #16171C;
  border-radius: 10px;
}
.coupon__title {
  color: #7F889D;
  margin-right: auto;
}
.coupon__pseudo {
  height: 100%;
  padding: 14px 28px;
  border-radius: 10px;
  background: #727489;
  font-size: 15px;
  font-weight: 600;
  transition: background-color 0.2s ease-in-out;
}
.coupon__pseudo:hover {
  background: #357E19;
}
.coupon input {
  display: none;
}
.coupon input:checked ~ .coupon__pseudo {
  background-color: #357E19;
}

.payment {
  display: block;
}
@media screen and (max-width: 991px) {
  .payment__row {
    display: block;
  }
}
.payment__col-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .payment__col-1 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .payment__col-2 {
    width: 37%;
    margin-left: 24px;
  }
}
.payment__col .info-block {
  margin-top: 40px;
}
.payment-list {
  margin-left: -5px;
  margin-right: -5px;
}
@media screen and (max-width: 767px) {
  .payment-list {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.payment-list li {
  width: 25%;
  margin-bottom: 16px;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .payment-list li {
    width: 50%;
    margin-bottom: 20px;
    padding: 0 8px;
  }
}
.payment-item {
  height: 88px;
  padding: 10px;
  position: relative;
  background: #0F1013;
  border-radius: 10px;
}
@media screen and (min-width: 1200px) {
  .payment-item {
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
  }
  .payment-item:hover {
    -webkit-box-shadow: 0 0 30px rgba(53, 126, 25, 0.21);
            box-shadow: 0 0 30px rgba(53, 126, 25, 0.21);
  }
}
.payment-item__img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  border: 1px solid #357E19;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.payment-item input {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-size: 0;
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
}
.payment-item input:checked ~ .payment-item__img::after {
  opacity: 1;
  visibility: visible;
}
.payment-item__ic {
  position: absolute;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: no-repeat 50% 50%/contain;
}
.payment-item__rub {
  top: 5px;
  right: 7px;
  font-size: 21px;
  background-image: url("../img/wallet/rub.svg");
}
.payment-item__uah {
  top: 10px;
  right: 16px;
  font-size: 15px;
  background-image: url("../img/wallet/uah.svg");
}
.payment-item-my-balance .ic {
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 10px;
}
.payment__hint {
  max-width: 400px;
  margin-top: 4px;
  padding-left: 50px;
  position: relative;
}
.payment__hint::before {
  content: "";
  display: block;
  font-size: 30px;
  width: 1em;
  height: 1em;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  background: url("../img/icons/attention.svg") no-repeat 50% 50%/contain;
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .payment__hint {
    margin-top: 20px;
  }
}
.payment-form.bg-0 {
  padding: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 479px) {
  .payment-form.bg-0 {
    padding: 20px;
  }
}
.payment-form .input-rub, .payment-form .input-usd {
  margin-bottom: 20px;
}
.payment-form__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.payment-form__row .input-rub, .payment-form__row .input-usd {
  width: 158px;
}
.payment-form__row .lk-ballance-sep {
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .payment-form__row {
    display: block;
  }
  .payment-form__row .input-rub, .payment-form__row .input-usd {
    width: 100%;
  }
  .payment-form__row .lk-ballance-sep {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 479px) {
  .payment-form__row .lk-ballance-sep {
    margin-left: 10px;
    margin-right: 10px;
  }
  .payment-form__row .input-rub, .payment-form__row .input-usd {
    width: calc(50% - 24px);
  }
  .payment-form__row .input-rub::before, .payment-form__row .input-usd::before {
    left: 22px;
  }
  .payment-form__row .input-rub .input, .payment-form__row .input-usd .input {
    padding-left: 52px;
  }
}
.payment-form__hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #7F889D;
}
.payment-form__hint .data-title {
  display: inline-block;
  margin-right: auto;
  padding-right: 10px;
}
.payment-form__hint .val {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
}
.payment-form__btn {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .payment-form__btn {
    margin-top: 40px;
  }
}
.payment-form__btn .button {
  min-width: 232px;
}
@media screen and (max-width: 991px) {
  .payment-form__btn .button {
    width: 100%;
  }
}
.payment-form__table {
  margin-bottom: 20px;
}
.payment-form__table th, .payment-form__table td {
  padding-bottom: 19px;
  font-weight: 400;
  color: #7F889D;
}
.payment-form__table th:last-child, .payment-form__table td:last-child {
  text-align: right;
}
.payment-form__table .summary {
  color: #fff;
}
.payment-form__table .title {
  margin: 0;
}
.payment-form .coupon {
  margin-bottom: 30px;
}
.payment-form__next {
  margin-top: 43px;
}
.payment-form__next .button {
  width: 100%;
}

.mb-30 {
  margin-bottom: 30px;
}

.personal__block {
  padding: 60px 30px;
}
@media screen and (max-width: 767px) {
  .personal__block {
    display: block;
  }
}
@media screen and (max-width: 479px) {
  .personal__block {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .personal__form {
    margin-bottom: 40px;
  }
  .personal__form .form-btn {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .personal__form {
    width: 42%;
    margin-right: 60px;
  }
  .personal__form .form-btn .button {
    max-width: 232px;
  }
}
.personal__col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  max-width: 100%;
  padding: 30px;
  background: #16171C;
  border-radius: 5px;
}
@media screen and (max-width: 479px) {
  .personal__col {
    padding: 20px;
  }
}
.personal__subtitle {
  font-size: 25px;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .personal__subtitle {
    font-size: 22px;
  }
}

.lk-tabs-content .personal {
  display: block;
}

@media screen and (max-width: 991px) {
  .notifications__row {
    display: block;
    position: relative;
    padding: 30px;
    background: #0F1013;
    border-radius: 5px;
  }
}
@media screen and (max-width: 479px) {
  .notifications__row {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 992px) {
  .notifications__block {
    position: relative;
    padding: 30px;
  }
}
.notifications__block-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .notifications__block-1 {
    background: none;
    border-radius: 0;
  }
}
.notifications__block-2 {
  width: 35%;
  margin-left: 30px;
}
@media screen and (max-width: 991px) {
  .notifications__block-2 {
    width: 100%;
    margin: 45px 0 0;
    padding: 30px;
    background: #16171C;
    border-radius: 5px;
  }
}
@media screen and (max-width: 479px) {
  .notifications__block-2 {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .notifications__title {
    max-width: 280px;
  }
}
.notifications__txt {
  max-width: 340px;
}
.notifications__txt a {
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  .notifications__txt a:hover {
    color: #357E19;
  }
}
.notifications__form {
  margin-top: 30px;
}
.notifications__form .input {
  height: 54px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .notifications__form .input {
    margin: 0 0 20px;
  }
}
.notifications__form .input, .notifications__form .button {
  width: 41%;
}
@media screen and (max-width: 767px) {
  .notifications__form .input, .notifications__form .button {
    width: 100%;
  }
}
.notifications__form .round-checkbox {
  position: absolute;
  right: 30px;
  top: 69px;
}
@media screen and (max-width: 991px) {
  .notifications__form .round-checkbox {
    top: 45px;
  }
}

.lk-tabs-content .partner-program, .lk-tabs-content .partner-sales {
  display: block;
}

@media screen and (min-width: 768px) {
  .partner-payments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
  }
  .partner-payments .f-col {
    width: 50%;
    padding: 0 10px;
  }
}
.partner-payments + .partner-payments {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .partner-payments + .partner-payments {
    margin-top: 20px;
  }
}
.partner-payment {
  padding: 30px;
}
.partner-payment .val {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .partner-payment {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
  .partner-payment {
    padding: 20px;
  }
}
.partner-warn {
  line-height: 1.2;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .partner-warn {
    margin-top: 20px;
  }
}

.referal {
  margin-top: 60px;
  padding: 30px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .referal {
    margin-top: 40px;
  }
}
@media screen and (max-width: 479px) {
  .referal {
    padding: 20px;
  }
}
.referal__title {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .referal__title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .referal-data {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .referal-data {
    margin: 0 -5px;
  }
}
.referal-data li {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .referal-data li {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .referal-data li {
    width: 35%;
    padding: 0 5px;
  }
  .referal-data li:last-child {
    width: 30%;
  }
}
.referal-link {
  margin-bottom: 10px;
}
.referal__row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .referal__row {
    display: block;
  }
}
.referal__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  max-width: 100%;
  padding-right: 70px;
}
@media screen and (max-width: 767px) {
  .referal__txt {
    padding-right: 0;
  }
}
.referal__cta {
  width: 145px;
  padding: 20px;
}
.referal__cta .title-3 {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .referal__cta {
    width: 100%;
    margin: 20px 0 0;
    padding: 30px;
  }
}
@media screen and (max-width: 479px) {
  .referal__cta {
    padding: 20px;
  }
}

.partners-sm .partners-inner {
  margin: 40px 0 0;
}
@media screen and (max-width: 991px) {
  .partners-sm .partners-inner {
    padding: 30px 30px 0;
  }
}
@media screen and (max-width: 479px) {
  .partners-sm .partners-inner {
    padding: 20px 20px 0;
  }
}
@media screen and (min-width: 992px) {
  .partners-sm .partners-inner {
    padding: 60px 30px;
  }
  .partners-sm .partners-inner__col {
    max-width: 60%;
  }
  .partners-sm .partners-inner__title, .partners-sm .partners-inner__txt {
    margin-bottom: 30px;
  }
  .partners-sm .partners-inner__txt {
    max-width: 250px;
  }
  .partners-sm .partners-inner__img {
    font-size: 6px;
    height: 41.8em;
    top: auto;
    bottom: 0;
    right: -2em;
  }
}

.withdraw {
  padding: 30px;
}
@media screen and (max-width: 991px) {
  .withdraw {
    margin-top: 40px;
  }
}
@media screen and (max-width: 479px) {
  .withdraw {
    padding: 20px;
  }
}
.withdraw__form {
  margin-top: 10px;
}
.withdraw__form .my-select {
  margin-bottom: 20px;
}
.withdraw__form .form-btn .button {
  max-width: 232px;
}

.info-block {
  padding: 30px;
  line-height: 1.3;
}
@media screen and (max-width: 479px) {
  .info-block {
    padding: 20px;
  }
}
.info-block__title {
  margin-bottom: 20px;
  max-width: 80%;
}
.info-block .list li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 16px;
}
.info-block .list li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0.45em;
  background: #fff;
  border-radius: 50%;
}
.info-block .list li:last-child {
  margin-bottom: 0;
}

.partner-links__block {
  padding: 30px;
}
@media screen and (max-width: 479px) {
  .partner-links__block {
    padding: 20px;
  }
}
.partner-links__title {
  margin-bottom: 30px;
}
.partner-links__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .partner-links__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.partner-links__row .title {
  margin-top: 48px;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .partner-links__row .title {
    margin-top: 0;
  }
}
.partner-links__row .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47%;
          flex: 0 0 47%;
  margin-right: 30px;
}
@media screen and (max-width: 991px) {
  .partner-links__row .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 15px 0 0;
  }
}
.partner-links__row .input {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .partner-links__row .order {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .partner-links__row .order {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.partner-links__size {
  margin-right: 30px;
}
@media screen and (max-width: 991px) {
  .partner-links__size {
    width: 50%;
    margin: 0;
    padding-right: 20px;
  }
}
@media screen and (max-width: 479px) {
  .partner-links__size {
    width: 40%;
  }
}

.lk-support {
  padding: 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .lk-support {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 479px) {
  .lk-support {
    padding: 20px 20px 0;
  }
}
.lk-support__col {
  max-width: 57%;
}
.lk-support__col p {
  margin-bottom: 1em;
}
.lk-support__col p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .lk-support__col {
    max-width: 100%;
  }
}
.lk-support__img {
  font-size: 10px;
  width: 40.8em;
  height: 35.9em;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 3em;
}
@media screen and (max-width: 1199px) {
  .lk-support__img {
    font-size: 9px;
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  .lk-support__img {
    font-size: 10px;
    position: relative;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .lk-support__img {
    font-size: 2vw;
  }
}
.lk-support__img .img {
  position: absolute;
  font-size: 1em;
  -o-object-fit: contain;
     object-fit: contain;
}
.lk-support__img .el-1 {
  width: 34.5em;
  height: 29.8em;
  bottom: 0;
  left: 0;
}
.lk-support__img .el-2 {
  width: 13.3em;
  height: 13.9em;
  top: 0em;
  left: 3em;
}
.lk-support__img .el-3 {
  width: 15.1em;
  height: 32.9em;
  top: 0em;
  right: 0em;
}

.tg-link, .email-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tg-link::before, .email-link::before {
  content: "";
  display: block;
  font-size: 20px;
  width: 1em;
  min-width: 1em;
  height: 1em;
  margin-right: 1em;
  background: no-repeat 50% 50%/contain;
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
@media screen and (min-width: 1200px) {
  .tg-link:hover, .email-link:hover {
    color: #357E19;
  }
  .tg-link:hover::before, .email-link:hover::before {
    -webkit-filter: none;
            filter: none;
  }
}

.tg-link::before {
  background-image: url("../img/icons/tg.svg");
}

.email-link::before {
  background-image: url("../img/icons/email-accent.svg");
}

.lk-developers {
  padding: 60px 40px;
}
@media screen and (max-width: 767px) {
  .lk-developers {
    padding: 30px;
  }
}
@media screen and (max-width: 479px) {
  .lk-developers {
    padding: 20px;
  }
}
@media screen and (min-width: 992px) {
  .lk-developers__row {
    margin: 0 -10px;
  }
}
.lk-developers__row + .lk-developers__row {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .lk-developers__row + .lk-developers__row {
    margin-top: 40px;
  }
}
.lk-developers__row .button {
  width: 100%;
  height: 60px;
  font-size: 15px;
  font-weight: 400;
}
.lk-developers__col {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .lk-developers__col {
    padding: 0 10px;
  }
  .lk-developers__col-1 {
    width: 53%;
  }
  .lk-developers__col-2 {
    width: 47%;
  }
}
.lk-developers__info {
  max-width: 420px;
  margin-top: 20px;
  line-height: 1.3;
}
.lk-developers .api-link {
  margin-top: 40px;
}

.api-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #357E19;
}
.api-link::after {
  content: "";
  display: block;
  font-size: 10px;
  width: 5em;
  height: 5em;
  margin-left: 2em;
  background: #16171C url("../img/icons/documents-case.svg") no-repeat 50% 50%/2.5em;
  border-radius: 10px;
}

.lk-tabs-content .up-time {
  display: block;
}

.uptime-status {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 5px;
  color: #fff;
}
.uptime-status-pos {
  background-color: #357E19;
}
.uptime-status-neg {
  background-color: #921A1A;
}

@media screen and (max-width: 767px) {
  .up-time .table table {
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .up-time .table td:first-child, .up-time .table th:first-child {
    padding-left: 60px;
  }
  .up-time .table td:last-child, .up-time .table th:last-child {
    padding-right: 60px;
    width: 30%;
  }
}

.lk-tabs-content .mob-basket {
  display: block;
}

.basket__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  color: #7F889D;
}
.basket__head .data-1 {
  margin-right: auto;
}
.basket__head .data-2 {
  margin-right: 60px;
}
.basket__head button {
  color: inherit;
}
@media screen and (min-width: 1200px) {
  .basket__head button:hover, .basket__head .checkbox:hover {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .basket__head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .basket__head .data-1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .basket__head .data-2 {
    margin-right: 10px;
  }
}
@media screen and (max-width: 479px) {
  .basket__head .data-1 {
    margin-bottom: 15px;
  }
}
.basket__body .order {
  display: none;
}
.basket__body .order.is-open {
  display: block;
}
.basket-actions {
  margin-top: 60px;
  padding-bottom: 300px;
}
.basket-actions__title {
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.basket-actions .my-select {
  width: 420px;
  margin-right: 60px;
}
.basket-actions .my-select__trigger, .basket-actions .my-select__option {
  padding-left: 40px;
}
@media screen and (max-width: 479px) {
  .basket-actions .my-select__trigger, .basket-actions .my-select__option {
    padding-left: 20px;
  }
}
.basket-actions .my-select__trigger {
  height: 54px;
  font-size: 20px;
  margin: 0;
}
.basket-actions .button {
  min-width: 232px;
}
@media screen and (max-width: 767px) {
  .basket-actions {
    padding-bottom: 50px;
  }
  .basket-actions .my-select, .basket-actions .button {
    width: 100%;
  }
  .basket-actions .my-select {
    margin: 0 0 20px;
  }
}

.order-thumb {
  padding: 20px 0;
  border-bottom: 1px solid #262A34;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.order-thumb__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .order-thumb__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.order-thumb .data-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .order-thumb .data-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    min-width: 60%;
  }
}
.order-thumb .data-2, .order-thumb .data-3, .order-thumb .data-4, .order-thumb .data-5 {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .order-thumb .data-1, .order-thumb .data-2 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .order-thumb .data-2 {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .order-thumb .data-3 {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .order-thumb .data-5 {
    margin-left: auto;
  }
}
.order-thumb .order-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  margin-left: 5px;
}
@media screen and (max-width: 479px) {
  .order-thumb .order-title {
    font-size: 18px;
  }
}
.order-thumb .num {
  margin-right: 20px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 1;
  border-radius: 50%;
  background-color: #357E19;
}
.order-thumb-quantity, .order-thumb-info {
  display: inline-block;
  padding: 7px 14px 6px;
  border-radius: 5px;
  line-height: 1;
}
.order-thumb-quantity {
  background-color: #0F1013;
  font-weight: 600;
}
.order-thumb-info b, .order-thumb-info strong {
  font-weight: 600;
}
.order-thumb-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 30px;
  height: 30px;
}
.order-thumb-toggle::before {
  content: "";
  display: block;
  font-size: 12px;
  width: 1.3em;
  height: 1.2em;
  background: url("../img/icons/chevron-accent.svg") no-repeat 50% 50%/contain;
  -webkit-filter: brightness(100);
          filter: brightness(100);
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
@media screen and (min-width: 1200px) {
  .order-thumb-toggle:hover::before {
    -webkit-filter: none;
            filter: none;
  }
}
.order-thumb.is-active {
  padding-bottom: 0;
  border-bottom: none;
}
.order-thumb.is-active .data-1 .checkbox {
  display: none;
}
.order-thumb.is-active .order-thumb-toggle::before {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}

.order {
  max-width: 1054px;
  margin-top: 16px;
  padding: 30px;
  border-radius: 10px;
  background: #0F1013;
}
@media screen and (max-width: 479px) {
  .order {
    padding: 20px;
  }
}
.order__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .order__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  .order .data {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 479px) {
  .order .data {
    margin-bottom: 20px;
  }
  .order .data:last-child {
    margin-bottom: 0;
  }
}
.order .data-1 {
  min-width: 140px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.order .data-1 .checkbox {
  margin: auto 0;
}
@media screen and (max-width: 991px) {
  .order .data-1 {
    min-width: 16%;
  }
  .order .data-1 .checkbox__text {
    display: none;
  }
}
.order .data-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  max-width: 430px;
}
@media screen and (max-width: 991px) {
  .order .data-2 {
    max-width: 100%;
  }
}
.order .data-3 {
  width: 180px;
}
@media screen and (min-width: 992px) {
  .order .data-3 .order-refresh {
    margin: auto 0;
    padding-bottom: 15px;
  }
}
.order .data-4 {
  width: 220px;
}
@media screen and (max-width: 1199px) {
  .order .data-4 {
    width: 160px;
  }
}
@media screen and (min-width: 992px) {
  .order .data-4 .order-add-comment-btn {
    margin: auto 0;
  }
}
@media screen and (min-width: 992px) {
  .order .data-1, .order .data-3, .order .data-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 30px;
  }
}
.order .data-3, .order .data-4, .order .data-5 {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .order .data-3, .order .data-4, .order .data-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100% !important;
    text-align: left;
  }
  .order .data-3 .data-title, .order .data-4 .data-title, .order .data-5 .data-title {
    margin: 0 auto 0 0;
  }
}
.order .data-title {
  justify-self: flex-start;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #7F889D;
}
.order__info li {
  margin-bottom: 14px;
}
.order__info li:last-child {
  margin-bottom: 0;
}
.order__info .title {
  margin-bottom: 0;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .order__info .title {
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .order__info .title {
    font-size: 18px;
  }
}
.order .checkbox {
  color: #fff;
}
.order-add-comment-btn {
  height: 28px;
  font-size: 15px;
  font-weight: 400;
  padding: 5px 15px;
  border: 1px solid #7F889D;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .order-add-comment-btn:hover {
    background-color: #357E19;
    border-color: #357E19;
  }
}
.order-finish {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.order-finish-date, .order-finish-time {
  padding: 5px 15px;
  border-radius: 5px;
  line-height: 1.25;
  margin: 0 7px;
}
.order-finish-date {
  background-color: #921A1A;
}
.order-finish-time {
  background-color: #357E19;
}
.order-refresh {
  line-height: 1.3;
  justify-self: center;
}

.rotate-ip, .change-ip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.change-ip {
  white-space: nowrap;
}
.change-ip__title {
  margin-right: 40px;
}
.change-ip__input {
  padding: 5px 15px;
  background: #16171C;
  border-radius: 5px;
  color: #FFA336;
  overflow: hidden;
  max-width: 260px;
}
.change-ip__input a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1199px) {
  .change-ip__input {
    overflow: auto;
  }
}

.rotate-ip__title {
  margin-right: 15px;
}
.rotate-ip .input {
  width: 45px;
  height: 28px;
  margin: 0 15px 0 0;
  padding: 5px;
  text-align: center;
  border: 1px solid #7F889D;
}
.rotate-ip__units {
  display: inline-block;
  margin-right: 15px;
}
.rotate-ip .button {
  height: 32px;
  padding: 5px 15px;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
}

.js-open-order {
  cursor: pointer;
}
/* Override Bootstrap .container fixed widths — use new design fluid container */
.container {
  width: 100% !important;
  max-width: 1210px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* Ensure full-width layout, prevent horizontal scroll (iOS Safari fix) */
html, body {
  width: 100%;
  max-width: 100% !important;
  overflow-x: hidden;
}
.wrapper {
  width: 100%;
}
/* Transition period: restore old page body styles, scope new design to header/footer */
body {
  background-color: #fff !important;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  overflow-x: hidden;
}
/* Header: fixed + permanent dark background (styles.css only adds bg when .is-fixed) */
.header {
  position: fixed;
  background-color: #111116;
  padding: 24px 0;
  -webkit-transition-property: padding, background-color;
  -o-transition-property: padding, background-color;
  transition-property: padding, background-color;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
}
/* On scroll: semi-transparent bg + green shadow (matches original is-fixed state) */
.header.is-fixed {
  background-color: rgba(15, 16, 19, 0.78);
  -webkit-backdrop-filter: blur(48px);
          backdrop-filter: blur(48px);
  -webkit-box-shadow: 0 2px 9px rgba(53, 126, 25, 0.1);
          box-shadow: 0 2px 9px rgba(53, 126, 25, 0.1);
}
/* Content starts below fixed header (~80px for other pages) */
.wrapper {
  padding-top: 80px !important;
}
/* Home page: dark background + ProximaNova font (new design), hero handles top padding */
body.home {
  background-color: #0F1013 !important;
  color: #fff !important;
  font-family: "ProximaNova", sans-serif !important;
}
body.home .wrapper {
  padding-top: 0 !important;
}
body.home a { color: #C2C3CD; }
body.home a:hover { color: #fff; }
/* Headings inside body.home must use ProximaNova (main.css Bootstrap sets Helvetica on h1-h6
   explicitly, which overrides inherited font-family from body.home) */
body.home h1, body.home h2, body.home h3,
body.home h4, body.home h5, body.home h6 {
  font-family: "ProximaNova", sans-serif !important;
  color: #fff !important;
}
/* catalog-page headings — same issue */
body.catalog-page h1, body.catalog-page h2, body.catalog-page h3,
body.catalog-page h4, body.catalog-page h5, body.catalog-page h6 {
  font-family: "ProximaNova", sans-serif !important;
  color: #fff !important;
}
/* LK pages (.lk wrapper) headings — Bootstrap main.css sets Helvetica on h1-h6 explicitly */
.lk h1, .lk h2, .lk h3, .lk h4, .lk h5, .lk h6 {
  font-family: "ProximaNova", sans-serif !important;
  color: #fff !important;
}
/* LK pages: reset font and color for all table cells and their children */
.lk td, .lk th,
.lk td *, .lk th * {
  font-family: "ProximaNova", sans-serif !important;
}
.lk td, .lk th {
  color: #fff !important;
}
.lk .table .thead-1 td, .lk .table .thead-1 th {
  color: #7F889D !important;
}
/* Sections after hero must be above it (hero has z-index:1) */
body.home .why,
body.home .tarrifs,
body.home .features,
body.home .testimonials,
body.home .partners,
body.home .faq,
body.home .feedback,
body.home .section {
  position: relative;
  z-index: 2;
}
/* Links inherit body color (#333) — readable on white bg */
a { color: #337ab7; }
a:hover { color: #23527c; }
/* Keep new design link styles inside header/modals */
.header a, .header a:hover,
.modal a, .modal a:hover,
.sidebar a, .sidebar a:hover,
.button, .button:hover { color: inherit; }
.button-accent-bg, .button-accent-bg:hover { color: #fff !important; }
.button-accent-bd, .button-accent-bd:hover { color: #357E19; }
.button-sub-bg, .button-sub-bg:hover { color: #fff !important; }
.button-gray-bg, .button-gray-bg:hover { color: #fff !important; }
/* Fix fancybox overriding modal styles (fancybox adds fancybox-content class to the element) */
.modal-form.fancybox-content {
  background-color: #16171C !important;
  padding: 0 !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  max-width: 452px !important;
  color: #fff !important;
  font-family: "ProximaNova", sans-serif !important;
}
.modal-form.fancybox-content * {
  font-family: "ProximaNova", sans-serif !important;
}
.modal-form.fancybox-content .label,
.modal-form.fancybox-content .form-link,
.modal-form.fancybox-content .form-descr {
  color: #C2C3CD !important;
  font-weight: 600 !important;
  font-size: 15px !important;
}
.modal-form.fancybox-content .input {
  -webkit-appearance: none !important;
  appearance: none !important;
  border-radius: 5px !important;
  background: #0F1013 !important;
  color: #fff !important;
  border: none !important;
}
.modal-form.fancybox-content .input::-webkit-input-placeholder { color: #7F889D !important; font-family: "ProximaNova", sans-serif !important; font-size: 15px !important; }
.modal-form.fancybox-content .input::-moz-placeholder          { color: #7F889D !important; font-family: "ProximaNova", sans-serif !important; font-size: 15px !important; }
.modal-form.fancybox-content .input:-ms-input-placeholder       { color: #7F889D !important; font-family: "ProximaNova", sans-serif !important; font-size: 15px !important; }
.modal-form.fancybox-content .input::placeholder                { color: #7F889D !important; font-family: "ProximaNova", sans-serif !important; font-size: 15px !important; }
.modal-form.fancybox-content .has-error { color: #e05151 !important; font-size: 13px; display: block; margin-bottom: 8px; }
.modal-form.fancybox-content .form-link { color: #357E19 !important; }
.modal-form.fancybox-content .form-link:hover { color: #4aad22 !important; }
/* Fix: lk-modal-form содержит my-select с position:absolute дропдауном — overflow:hidden его обрезает */
.lk-modal-form.fancybox-content { overflow: visible !important; }
/* Nav menu: ProximaNova font и единый цвет для <a> и <span> */
.header, .header a, .main-menu, .main-menu .menu__list a,
.main-menu .menu__list li > span, .header .lang__trigger,
.header .menu__btns { font-family: "ProximaNova", sans-serif !important; }
.main-menu .menu__list > li > a,
.main-menu .menu__list > li > span { color: #7F889D !important; }
/* Nav menu links: hover/active → white */
.main-menu .menu__list > li > a:hover,
.main-menu .menu__list > li > span:hover,
.main-menu .menu__list > li.is-active > a,
.main-menu .menu__list > li.is-active > span { color: #fff !important; }
/* Footer: full-width, centered container, new design font */
.footer { width: 100%; font-family: "ProximaNova", sans-serif; }
.footer__row { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.footer__menu { -webkit-box-flex: 1; -ms-flex: 1 0 0px; flex: 1 0 0; }
.footer .logo__txt { color: #fff; }
.footer .logo__txt span { color: #fff; }
.footer__menu a { color: #7F889D; }
.footer__menu a:hover { color: #fff; }
.footer__menu .is-active a { color: #fff; }
.footer__bottom { color: #7F889D; }
.footer__bottom .link { color: #7F889D; }
.footer__bottom .link:hover { color: #fff; }
/* Nav bar (.menu__list) must position relative to .header .container, not .main-menu */
.header .container { position: relative; }
/* Uppercase button text */
.header .menu__btns .button { text-transform: uppercase; }
/* Logo text white on dark header (body override sets color:#333 which bleeds in) */
.header .logo__txt { color: #fff; }
.header .logo__txt span { color: #357E19; }
/* Auth buttons: grey by default → white on hover (original dark-theme behavior) */
.header .menu__btns .button-gray-bd { color: #787C87; border-color: #2D303D; }
.header .menu__btns .button-gray-bd:hover { color: #fff; background-color: #357E19; border-color: #357E19; }
/* Lang switcher: grey by default → white on hover */
.header .lang__trigger { color: #C2C3CD; }
.header .lang__trigger:hover { color: #fff; }
.header .lang__trigger span { color: inherit; }
/* Catalog page: form fields match new design (.input / .my-select style) */
.catalog-form-wrap { color: #C2C3CD; font-family: "ProximaNova", sans-serif; }

/* Reset old buy-form white-box styles from main.css */
.catalog-form-wrap .buy-form,
.catalog-form-wrap .main-filter {
  width: 100% !important; max-width: 100% !important;
  background: transparent !important; -webkit-box-shadow: none !important;
  box-shadow: none !important; padding: 0 !important; margin: 0 !important;
}
.catalog-form-wrap .filter-list { padding: 0 !important; margin: 0 !important; }
.catalog-form-wrap .buy-form-title-w { display: none !important; }

/* Filter items — НЕ переопределяем display, т.к. города скрыты через style="display:none" */
.catalog-form-wrap .filter-item {
  margin-top: 0 !important; margin-bottom: 10px !important;
}
.catalog-form-wrap .filter-item-title,
.catalog-form-wrap label {
  display: block; color: #7F889D !important; font-size: 13px !important;
  text-transform: none !important; margin-bottom: 6px; font-family: inherit;
}

/* Inputs & selects — match .input style from styles.css */
.catalog-form-wrap select,
.catalog-form-wrap input[type="text"],
.catalog-form-wrap input[type="number"],
.catalog-form-wrap input[type="email"] {
  display: block; width: 100%; height: 50px;
  background-color: #0F1013 !important; border: none !important;
  border-radius: 5px !important; padding: 15px !important;
  font-size: 15px !important; color: #fff !important;
  -webkit-box-sizing: border-box; box-sizing: border-box;
  font-family: inherit; outline: none;
  -webkit-transition: all 0.1s linear; -o-transition: all 0.1s linear; transition: all 0.1s linear;
  -webkit-appearance: none; -moz-appearance: none; appearance: none;
}
.catalog-form-wrap select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%237F889D' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 15px center !important;
  padding-right: 40px !important;
  cursor: pointer;
}
.catalog-form-wrap select:focus,
.catalog-form-wrap input:focus {
  -webkit-box-shadow: 0 0 6px rgba(127,136,157,0.2); box-shadow: 0 0 6px rgba(127,136,157,0.2);
}
.catalog-form-wrap select option { background-color: #0F1013; color: #fff; }
/* Количество: input внутри .quantity не должен быть 100% */
.catalog-form-wrap .quantity .input {
  width: 46% !important;
  height: 100% !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  text-align: center !important;
  margin: 0 1px !important;
}

/* Bootstrap Select — override to match .input dark-theme style */
.catalog-form-wrap .bootstrap-select,
.catalog-form-wrap .bootstrap-select.btn-group {
  width: 100% !important;
  display: block !important;
}
.catalog-form-wrap .bootstrap-select > .dropdown-toggle,
.catalog-form-wrap .bootstrap-select > .dropdown-toggle.btn-default {
  width: 100% !important;
  height: 50px !important;
  padding: 0 40px 0 15px !important;
  background-color: #0F1013 !important;
  border: none !important;
  border-radius: 5px !important;
  color: #fff !important;
  font-size: 15px !important;
  font-family: "ProximaNova", sans-serif !important;
  font-weight: 400 !important;
  text-align: left !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-transition: -webkit-box-shadow 0.1s linear !important;
          transition: box-shadow 0.1s linear !important;
}
.catalog-form-wrap .bootstrap-select > .dropdown-toggle:hover,
.catalog-form-wrap .bootstrap-select > .dropdown-toggle:focus,
.catalog-form-wrap .bootstrap-select.open > .dropdown-toggle {
  background-color: #0F1013 !important;
  color: #fff !important;
  -webkit-box-shadow: 0 0 6px rgba(127,136,157,0.2) !important;
          box-shadow: 0 0 6px rgba(127,136,157,0.2) !important;
  outline: none !important;
}
/* Placeholder text */
.catalog-form-wrap .bootstrap-select > .dropdown-toggle.bs-placeholder,
.catalog-form-wrap .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #7F889D !important;
}
/* Selected text inside button */
.catalog-form-wrap .bootstrap-select .filter-option,
.catalog-form-wrap .bootstrap-select .filter-option-inner,
.catalog-form-wrap .bootstrap-select .filter-option-inner-inner {
  color: #fff !important;
  font-size: 15px !important;
  font-family: "ProximaNova", sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
}
/* Chevron arrow */
.catalog-form-wrap .bootstrap-select > .dropdown-toggle .caret,
.catalog-form-wrap .filter-item .caret {
  position: absolute !important;
  right: 15px !important;
  top: 50% !important;
  margin-top: 0 !important;
  -webkit-transform: translateY(-50%) !important;
      -ms-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  border: none !important;
  width: 12px !important;
  height: 8px !important;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%237F889D' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/contain !important;
}
.catalog-form-wrap .bootstrap-select.open > .dropdown-toggle .caret {
  -webkit-transform: translateY(-50%) rotate(180deg) !important;
      -ms-transform: translateY(-50%) rotate(180deg) !important;
          transform: translateY(-50%) rotate(180deg) !important;
}
/* Dropdown menu */
.catalog-form-wrap .bootstrap-select .dropdown-menu,
.catalog-form-wrap .filter-item .dropdown-menu {
  background-color: #0F1013 !important;
  border: none !important;
  border-radius: 0 0 5px 5px !important;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-box-shadow: 0 8px 24px rgba(0,0,0,0.5) !important;
          box-shadow: 0 8px 24px rgba(0,0,0,0.5) !important;
  max-height: none !important;
  overflow-y: visible !important;
  z-index: 9999 !important;
}
/* Dropup: скруглять сверху, снизу — прямо */
.catalog-form-wrap .bootstrap-select.dropup .dropdown-menu,
.catalog-form-wrap .filter-item.dropup .dropdown-menu {
  border-radius: 5px 5px 0 0 !important;
  -webkit-box-shadow: 0 -8px 24px rgba(0,0,0,0.5) !important;
          box-shadow: 0 -8px 24px rgba(0,0,0,0.5) !important;
}
/* Bootstrap Select inner scroll container */
.catalog-form-wrap .bootstrap-select .dropdown-menu .inner {
  max-height: none !important;
  overflow-y: visible !important;
}
.catalog-form-wrap .bootstrap-select .dropdown-menu li > a,
.catalog-form-wrap .bootstrap-select .dropdown-menu .dropdown-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  padding: 10px 15px !important;
  color: #7F889D !important;
  font-size: 15px !important;
  font-family: "ProximaNova", sans-serif !important;
  font-weight: 400 !important;
  background: transparent !important;
  -webkit-transition: color 0.2s, background 0.2s !important;
          transition: color 0.2s, background 0.2s !important;
}
.catalog-form-wrap .bootstrap-select .dropdown-menu li > a:hover,
.catalog-form-wrap .bootstrap-select .dropdown-menu li.selected > a,
.catalog-form-wrap .bootstrap-select .dropdown-menu li.active > a {
  color: #fff !important;
  background-color: #357E19 !important;
}
.catalog-form-wrap .bootstrap-select .dropdown-menu .text,
.catalog-form-wrap .bootstrap-select .dropdown-menu .dropdown-item span.text {
  color: inherit !important;
  font-family: "ProximaNova", sans-serif !important;
}
/* Search box inside select (if any) */
.catalog-form-wrap .bootstrap-select .bs-searchbox input {
  background-color: #1E2029 !important;
  border: none !important;
  color: #fff !important;
  border-radius: 5px !important;
}

/* Email / text inputs — явно переопределяем шрифт и цвет */
.catalog-form-wrap .i-email,
.catalog-form-wrap input[type="text"],
.catalog-form-wrap input[type="email"] {
  font-family: "ProximaNova", sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  color: #fff !important;
}
.catalog-form-wrap .i-email::-webkit-input-placeholder,
.catalog-form-wrap input[type="text"]::-webkit-input-placeholder,
.catalog-form-wrap input[type="email"]::-webkit-input-placeholder { color: #7F889D !important; font-family: "ProximaNova", sans-serif !important; font-size: 15px !important; }
.catalog-form-wrap .i-email::-moz-placeholder,
.catalog-form-wrap input[type="text"]::-moz-placeholder,
.catalog-form-wrap input[type="email"]::-moz-placeholder { color: #7F889D !important; font-family: "ProximaNova", sans-serif !important; font-size: 15px !important; }
.catalog-form-wrap .i-email:-ms-input-placeholder,
.catalog-form-wrap input[type="text"]:-ms-input-placeholder,
.catalog-form-wrap input[type="email"]:-ms-input-placeholder { color: #7F889D !important; font-family: "ProximaNova", sans-serif !important; font-size: 15px !important; }
.catalog-form-wrap .i-email::placeholder,
.catalog-form-wrap input[type="text"]::placeholder,
.catalog-form-wrap input[type="email"]::placeholder { color: #7F889D !important; font-family: "ProximaNova", sans-serif !important; font-size: 15px !important; }

/* Total price block — match .tarrif__sum */
.catalog-form-wrap .tarrif__sum {
  padding-top: 10px; margin-top: 10px;
  border-top: 1px solid #2D303D;
  font-family: "ProximaNova", sans-serif !important;
}
.catalog-form-wrap .tarrif__sum .title {
  font-family: "ProximaNova", sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  color: #B0BCD8 !important;
  margin: 0 auto 0 0;
}
.catalog-form-wrap .tarrif__sum .val {
  font-family: "ProximaNova", sans-serif !important;
  font-size: 30px !important;
  font-weight: 600 !important;
  color: #357E19 !important;
  line-height: 1;
}
.catalog-form-wrap .tarrif__sum .val span { font-size: 0.9em !important; font-weight: 400 !important; }
/* Legacy .total-price fallback */
.catalog-form-wrap .total-price {
  display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  padding-top: 10px; margin-top: 10px; border-top: 1px solid #2D303D;
  font-family: "ProximaNova", sans-serif !important;
}
.catalog-form-wrap .total-price span:first-child { color: #B0BCD8; font-family: "ProximaNova", sans-serif !important; font-size: 15px !important; font-weight: 400 !important; }
.catalog-form-wrap .total-price .price,
.catalog-form-wrap .total-price .price span,
.catalog-form-wrap #total { color: #357E19 !important; font-size: 22px !important; font-weight: 600 !important; font-family: "ProximaNova", sans-serif !important; }
.catalog-form-wrap .price-one { display: none !important; }

/* Buttons inside .tarrif__btns — inherit new design button styles */
.catalog-form-wrap .tarrif__btns button.button {
  font-family: "ProximaNova", sans-serif !important;
  text-transform: uppercase;
}
/* buy-form-footer fallback (old structure) */
.catalog-form-wrap .buy-form-footer {
  margin-top: 10px;
}
.catalog-form-wrap .buy-form-footer .buy-btn,
.catalog-form-wrap .buy-form-footer .site-btn,
.catalog-form-wrap .buy-form-footer input[type="submit"],
.catalog-form-wrap .buy-form-footer input[type="button"] {
  display: block; width: 100% !important; -webkit-transform: none !important;
  transform: none !important; margin: 0 0 8px !important;
  height: 54px; padding: 18px 24px;
  background: transparent !important; color: #787C87 !important;
  border: 1px solid #2D303D !important; border-radius: 5px !important;
  font-size: 15px !important; font-weight: 700 !important; cursor: pointer !important;
  font-family: "ProximaNova", sans-serif !important; text-transform: uppercase;
  -webkit-transition: all 0.1s linear; -o-transition: all 0.1s linear; transition: all 0.1s linear;
}
.catalog-form-wrap .buy-form-footer .buy-btn:hover,
.catalog-form-wrap .buy-form-footer .site-btn:hover {
  color: #fff !important; background-color: #357E19 !important; border-color: #357E19 !important;
}
/* Tab content: hidden by default, JS controls show/hide */
.tarrifs__col.js-tab-content { display: none; }
/* Testimonials: arrows clipped by overflow:hidden on mobile — move inside container */
@media screen and (max-width: 767px) {
  .testimonials .slider-prev { left: 0; }
  .testimonials .slider-next { right: 0; }
}
/* Открытый дропдаун должен быть поверх табов выше */
.catalog-form-wrap .bootstrap-select.open,
.catalog-form-wrap .filter-item.open {
  z-index: 10000 !important;
  position: relative !important;
}
.catalog-tabs { position: relative; z-index: 1; }
/* Tarrifs section must create its own stacking context above catalog-tabs */
.tarrifs { position: relative !important; z-index: 2 !important; }

/* Catalog section: dark bg comes from bg-wrap-1 pseudo */
body.catalog-page {
  background-color: #0F1013 !important;
  color: #fff !important;
  font-family: "ProximaNova", sans-serif !important;
}
body.catalog-page .title-2,
body.catalog-page h1, body.catalog-page h2,
body.catalog-page h3, body.catalog-page h4 {
  font-family: "ProximaNova", sans-serif !important;
  color: #fff !important;
}
body.catalog-page .subcolor {
  font-family: "ProximaNova", sans-serif !important;
  color: #7F889D !important;
}
body.catalog-page a { color: #C2C3CD; }
body.catalog-page .wrapper { padding-top: 80px !important; }
body.catalog-page .tarrifs.section { padding-top: 40px; }

/* ── REGISTRATION PAGE  (body.registration-page) ───────────────────── */
body.registration-page {
  background-color: #0F1013 !important;
  color: #fff !important;
  font-family: "ProximaNova", sans-serif !important;
}
body.registration-page h1, body.registration-page h2, body.registration-page h3 {
  color: #fff !important;
  font-family: "ProximaNova", sans-serif !important;
}
body.registration-page .subcolor { color: #7F889D !important; }
body.registration-page a { color: #C2C3CD; }
body.registration-page a:hover { color: #fff; }
body.registration-page .wrapper { padding-top: 160px !important; background: transparent !important; }
body.registration-page .tech-form { max-width: 520px; }
body.registration-page .tech-form .label {
  font-family: "ProximaNova", sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #C2C3CD !important;
}
body.registration-page .tech-form .input {
  -webkit-appearance: none !important;
  appearance: none !important;
  background: #16171C !important;
  border: 1px solid #3A404F !important;
  border-radius: 5px !important;
  color: #fff !important;
  font-family: "ProximaNova", sans-serif !important;
  font-size: 15px !important;
}
body.registration-page .tech-form .input::placeholder { color: #7F889D !important; font-family: "ProximaNova", sans-serif !important; }
body.registration-page .tech-form .has-error { color: #e05151 !important; font-size: 13px; display: block; margin-bottom: 8px; }
body.registration-page .tech-form .form-btn { margin-top: 30px; }
body.registration-page .tech-form .button { width: 100%; }
body.registration-page .form-descr { color: #7F889D; font-size: 14px; }
body.registration-page .form-descr .link { color: #C2C3CD; background: none; border: none; cursor: pointer; padding: 0; text-decoration: underline; }
body.registration-page .form-descr .link:hover { color: #fff; }

/* ── FORGOT PASSWORD PAGE  (body.forgot-password-page) ─────────────── */
body.forgot-password-page {
  background-color: #0F1013 !important;
  color: #fff !important;
  font-family: "ProximaNova", sans-serif !important;
}
body.forgot-password-page h1, body.forgot-password-page h2, body.forgot-password-page h3 {
  color: #fff !important;
  font-family: "ProximaNova", sans-serif !important;
}
body.forgot-password-page .subcolor { color: #7F889D !important; }
body.forgot-password-page a { color: #C2C3CD; }
body.forgot-password-page a:hover { color: #fff; }
body.forgot-password-page .wrapper { padding-top: 160px !important; background: transparent !important; }
body.forgot-password-page .tech-form { max-width: 520px; }
body.forgot-password-page .tech-form .label {
  font-family: "ProximaNova", sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #C2C3CD !important;
}
body.forgot-password-page .tech-form .input {
  -webkit-appearance: none !important;
  appearance: none !important;
  background: #16171C !important;
  border: 1px solid #3A404F !important;
  border-radius: 5px !important;
  color: #fff !important;
  font-family: "ProximaNova", sans-serif !important;
  font-size: 15px !important;
}
body.forgot-password-page .tech-form .input::placeholder { color: #7F889D !important; font-family: "ProximaNova", sans-serif !important; }
body.forgot-password-page .tech-form .has-error { color: #e05151 !important; font-size: 13px; display: block; margin-bottom: 8px; }
body.forgot-password-page .tech-form .form-btn { margin-top: 30px; }
body.forgot-password-page .tech-form .button { width: 100%; }

/* ── CODE PAGE  (body.code-page) ────────────────────────────────────── */
body.code-page {
  background-color: #0F1013 !important;
  color: #fff !important;
  font-family: "ProximaNova", sans-serif !important;
}
body.code-page h1, body.code-page h2, body.code-page h3 {
  color: #fff !important;
  font-family: "ProximaNova", sans-serif !important;
}
body.code-page .subcolor { color: #7F889D !important; }
body.code-page a { color: #C2C3CD; }
body.code-page a:hover { color: #fff; }
body.code-page .wrapper { padding-top: 160px !important; background: transparent !important; }
body.code-page .tech-form { max-width: 520px; }
body.code-page .tech-form .label {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #C2C3CD !important;
}
body.code-page .tech-form .input {
  -webkit-appearance: none !important;
  appearance: none !important;
  background: #16171C !important;
  border: 1px solid #3A404F !important;
  border-radius: 5px !important;
  color: #fff !important;
  font-family: "ProximaNova", sans-serif !important;
  font-size: 15px !important;
}
body.code-page .tech-form .input::placeholder { color: #7F889D !important; font-family: "ProximaNova", sans-serif !important; }
body.code-page .tech-form .has-error { color: #e05151 !important; font-size: 13px; display: block; margin-bottom: 8px; }
body.code-page .tech-form .form-btn { margin-top: 30px; }
body.code-page .tech-form .button { width: 100%; }
body.code-page .form-link { color: #357E19 !important; }
body.code-page .form-link:hover { color: #4aad22 !important; }
body.code-page .code-resend { margin-top: 18px; font-size: 14px; color: #7F889D; }
body.code-page .code-buttons { display: flex; gap: 12px; margin-top: 10px; }
body.code-page .code-buttons .button { flex: 1; width: auto; }

body.code-page #voice-login-modal .voice-login-inner {
  background: #16171C !important;
  border-radius: 16px !important;
  padding: 36px 40px !important;
  max-width: 440px !important;
  width: 90% !important;
  color: #fff !important;
  font-family: "ProximaNova", sans-serif !important;
}
body.code-page #voice-login-modal .voice-login-inner h3 {
  color: #fff !important;
  font-size: 22px !important;
  margin-bottom: 14px !important;
}
body.code-page #voice-login-modal .voice-login-inner p { color: #C2C3CD; font-size: 15px; margin-bottom: 14px; }
body.code-page #voice-login-modal .voice-login-inner .button { margin-top: 8px; width: 100%; }
body.code-page #voice-login-modal .voice-login-inner .button-gray-bd {
  color: #C2C3CD !important;
  border: 1px solid #3A3D4A !important;
  background-color: transparent !important;
}
body.code-page #voice-login-modal .voice-login-inner .button-gray-bd:hover {
  color: #fff !important;
  border-color: #357E19 !important;
  background-color: #357E19 !important;
}

/* ── STOCKS PAGE  (body.stocks-page) ───────────────────────────────── */
body.stocks-page {
  background-color: #0F1013 !important;
  color: #fff !important;
  font-family: "ProximaNova", sans-serif !important;
}
body.stocks-page h1, body.stocks-page h2, body.stocks-page h3,
body.stocks-page h4, body.stocks-page h5, body.stocks-page h6 {
  color: #fff !important;
  font-family: "ProximaNova", sans-serif !important;
}
body.stocks-page .subcolor { color: #7F889D !important; }
body.stocks-page a { color: #C2C3CD; }
body.stocks-page a:hover { color: #fff; }
body.stocks-page .wrapper { padding-top: 160px !important; background: transparent !important; }

body.stocks-page .discount-card__title { color: #fff !important; }
body.stocks-page .discount-card__title .accent { color: #357E19 !important; }
body.stocks-page .discount-card__txt { color: #C2C3CD; font-size: 15px; line-height: 1.7; }
body.stocks-page .discount-card__txt p { margin-bottom: 10px; }
body.stocks-page .discount-card__txt ul { padding-left: 20px; margin: 8px 0 12px; }
body.stocks-page .discount-card__txt ul li { margin-bottom: 6px; }
body.stocks-page .discount-card__txt a:not(.button) { color: #357E19; }
body.stocks-page .discount-card__txt a:not(.button):hover { color: #4aad22; }
body.stocks-page .discount-card__conditions {
  background: rgba(255,255,255,.04);
  border-radius: 10px;
  padding: 14px 18px;
  margin: 14px 0;
  font-size: 14px;
}
body.stocks-page .discount-card__conditions p { margin-bottom: 8px; }
body.stocks-page .discount-card__conditions ul { margin: 0; padding-left: 18px; }
body.stocks-page .discount-card__conditions li { margin-bottom: 5px; }
body.stocks-page .discount-card__btn { margin-top: 24px; }
body.stocks-page .discount-card.card-desktop { align-items: stretch; }
body.stocks-page .discount-card.card-desktop .discount-card__img {
  align-self: stretch;
  height: auto;
  min-height: 400px;
}
body.stocks-page .discount-card.card-desktop .discount-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* ── TERMS PAGE  (body.terms-page) ─────────────────────────────────── */
body.terms-page {
  background-color: #0F1013 !important;
  color: #fff !important;
  font-family: "ProximaNova", sans-serif !important;
}
body.terms-page h1, body.terms-page h2, body.terms-page h3,
body.terms-page h4, body.terms-page h5, body.terms-page h6 {
  color: #fff !important;
  font-family: "ProximaNova", sans-serif !important;
}
body.terms-page .subcolor { color: #7F889D !important; }
body.terms-page a { color: #C2C3CD; }
body.terms-page a:hover { color: #fff; }
body.terms-page .wrapper { padding-top: 160px !important; background: transparent !important; }

body.terms-page .terms-content {
  background: #16171C;
  border-radius: 16px;
  padding: 40px 48px;
  color: #C2C3CD;
  font-size: 15px;
  line-height: 1.8;
}
body.terms-page .terms-content p { margin-bottom: 12px; }
body.terms-page .terms-content ol,
body.terms-page .terms-content ul {
  padding-left: 24px;
  margin-bottom: 12px;
}
body.terms-page .terms-content li { margin-bottom: 6px; }
body.terms-page .terms-content strong { color: #fff; }
body.terms-page .terms-content a { color: #357E19; }
body.terms-page .terms-content a:hover { color: #4aad22; }
body.terms-page .terms-content span[style*="underline"] { color: #fff; }
@media screen and (max-width: 768px) {
  body.terms-page .terms-content { padding: 24px 20px; }
}

/* ── POLITIC PAGE  (body.politic-page) ──────────────────────────────── */
body.politic-page {
  background-color: #0F1013 !important;
  color: #fff !important;
  font-family: "ProximaNova", sans-serif !important;
}
body.politic-page h1, body.politic-page h2, body.politic-page h3,
body.politic-page h4, body.politic-page h5, body.politic-page h6 {
  color: #fff !important;
  font-family: "ProximaNova", sans-serif !important;
}
body.politic-page .subcolor { color: #7F889D !important; }
body.politic-page a { color: #C2C3CD; }
body.politic-page a:hover { color: #fff; }
body.politic-page .wrapper { padding-top: 160px !important; background: transparent !important; }

body.politic-page .terms-content {
  background: #16171C;
  border-radius: 16px;
  padding: 40px 48px;
  color: #C2C3CD;
  font-size: 15px;
  line-height: 1.8;
}
body.politic-page .terms-content p { margin-bottom: 12px; }
body.politic-page .terms-content ol,
body.politic-page .terms-content ul {
  padding-left: 24px;
  margin-bottom: 12px;
}
body.politic-page .terms-content li { margin-bottom: 6px; }
body.politic-page .terms-content strong { color: #fff; }
body.politic-page .terms-content a { color: #357E19; }
body.politic-page .terms-content a:hover { color: #4aad22; }
body.politic-page .terms-content span[style*="underline"] { color: #fff; }
@media screen and (max-width: 768px) {
  body.politic-page .terms-content { padding: 24px 20px; }
}

/* ── PROXY FARM PAGE  (body.proxy-farm-page) ────────────────────────── */
body.proxy-farm-page {
  background-color: #0F1013 !important;
  color: #fff !important;
  font-family: "ProximaNova", sans-serif !important;
}
body.proxy-farm-page h1, body.proxy-farm-page h2, body.proxy-farm-page h3,
body.proxy-farm-page h4, body.proxy-farm-page h5, body.proxy-farm-page h6 {
  color: #fff !important;
  font-family: "ProximaNova", sans-serif !important;
}
body.proxy-farm-page .subcolor { color: #7F889D !important; }
body.proxy-farm-page a { color: #C2C3CD; }
body.proxy-farm-page a:hover { color: #fff; }
body.proxy-farm-page .wrapper { padding-top: 160px !important; background: transparent !important; }
body.proxy-farm-page .section { position: relative; z-index: 2; }
body.proxy-farm-page .link-arrow { color: #357E19 !important; }
body.proxy-farm-page .link-arrow:hover { color: #fff !important; }

/* ── O-KOMPANII PAGE  (body.o-kompanii-page) ────────────────────────── */
body.o-kompanii-page {
  background-color: #0F1013 !important;
  color: #fff !important;
  font-family: "ProximaNova", sans-serif !important;
}
body.o-kompanii-page h1, body.o-kompanii-page h2, body.o-kompanii-page h3,
body.o-kompanii-page h4, body.o-kompanii-page h5, body.o-kompanii-page h6 {
  color: #fff !important;
  font-family: "ProximaNova", sans-serif !important;
}
body.o-kompanii-page .subcolor { color: #7F889D !important; }
body.o-kompanii-page a { color: #C2C3CD; }
body.o-kompanii-page a:hover { color: #fff; }
body.o-kompanii-page .wrapper { padding-top: 160px !important; background: transparent !important; }

body.o-kompanii-page .about-intro { margin-bottom: 48px; }
body.o-kompanii-page .about-intro p { color: #C2C3CD; font-size: 18px; line-height: 1.7; max-width: 860px; }

body.o-kompanii-page .about-cols {
  display: flex;
  gap: 32px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
body.o-kompanii-page .about-col { flex: 1 1 340px; }
body.o-kompanii-page .about-col__title {
  font-size: 20px;
  margin-bottom: 20px;
  color: #fff !important;
}
body.o-kompanii-page .about-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.o-kompanii-page .about-list li {
  padding: 10px 0 10px 28px;
  border-bottom: 1px solid rgba(255,255,255,.07);
  color: #C2C3CD;
  position: relative;
  font-size: 16px;
}
body.o-kompanii-page .about-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #357E19;
}
body.o-kompanii-page .about-list--flags li { padding-left: 36px; }
body.o-kompanii-page .about-list--flags li::before { display: none; }
body.o-kompanii-page .about-flag {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

body.o-kompanii-page .about-text { margin-bottom: 48px; }
body.o-kompanii-page .about-text p {
  color: #C2C3CD;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 14px;
}

body.o-kompanii-page .about-requisites {
  background: #16171C;
  border-radius: 16px;
  padding: 36px 40px;
  margin-bottom: 16px;
}
body.o-kompanii-page .about-requisites__title {
  font-size: 22px;
  margin-bottom: 24px;
  color: #fff !important;
}
body.o-kompanii-page .about-requisites__inner {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
body.o-kompanii-page .about-requisites__col { flex: 1 1 280px; }
body.o-kompanii-page .about-requisites__col p {
  color: #C2C3CD;
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 1.5;
}
body.o-kompanii-page .about-requisites__tos { margin-top: 20px; }
body.o-kompanii-page .about-requisites__tos a {
  color: #357E19 !important;
  font-size: 15px;
}
body.o-kompanii-page .about-requisites__tos a:hover { color: #4aad22 !important; }
body.o-kompanii-page .email-link { color: #C2C3CD !important; }
body.o-kompanii-page .email-link:hover { color: #fff !important; }
body.o-kompanii-page .tg-link { color: #C2C3CD !important; }
body.o-kompanii-page .tg-link:hover { color: #357E19 !important; }

/* ── LK MENU (авторизованный хедер) ────────────────────────────────── */
@media screen and (min-width: 992px) {
  .lk-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lk-menu .menu-block {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    padding: 0 4%;
  }
  .lk-menu .menu__list {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* override main-menu desktop dropdown */
    position: static !important;
    background: transparent !important;
    border-radius: 0 !important;
    margin-top: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: none !important;
            transform: none !important;
    max-height: none !important;
    overflow: visible !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .lk-menu .menu__list { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
  .lk-menu .menu__list li { margin: 0; white-space: nowrap; }
  .lk-menu .menu__list a { font-size: 16px; color: #7F889D; white-space: nowrap; }
  .lk-menu .menu__list a:hover,
  .lk-menu .menu__list .is-active a { color: #fff !important; }
  .menu-expanded .lk-menu .menu-block { padding-top: 60px; }
  .menu-expanded .lk-menu .menu__list { display: block !important; }
  .menu-expanded .lk-menu .menu__list li { margin-bottom: 20px; }
  .menu-expanded .lk-menu .menu__list a { font-size: 30px; font-weight: 600; white-space: normal; }
}
.menu-block .feedback__btn .button-accent-bg { color: #fff !important; }
.menu-block .feedback-list a { color: #fff; }
.menu-block .feedback-list a:hover { color: #7F889D; }

/* user-menu */
.user-menu { position: relative; }
.user-menu__trigger {
  padding-left: 30px;
  padding-right: 22px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.user-menu__trigger::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  background: url("/static/img/icons/user.svg") no-repeat 50% 50%/contain;
}
.user-menu__trigger::after {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  background: url("/static/img/icons/chevron-accent.svg") no-repeat 50% 50%/contain;
  -webkit-transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
}
.user-menu.is-active .user-menu__trigger::after { -webkit-transform: scale(-1); transform: scale(-1); }
.user-menu__list {
  width: max-content;
  min-width: 180px;
  padding: 10px 20px 10px 30px;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 100%;
  margin-top: 10px;
  background-color: #16171C;
  -webkit-box-shadow: 0 1px 8px rgba(255,255,255,0.05);
          box-shadow: 0 1px 8px rgba(255,255,255,0.05);
  border-radius: 10px;
  font-size: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0,-10px,0);
          transform: translate3d(0,-10px,0);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.user-menu__list li { margin: 6px 0; }
.user-menu__list a { display: block; color: #C2C3CD; }
.user-menu__list a:hover { color: #357E19 !important; }
.user-menu.is-active .user-menu__list {
  z-index: 100;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
}

/* cart-ic */
.cart-ic {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #357E19;
  position: relative;
  margin-left: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cart-ic::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -10px;
  background: url("/static/img/icons/cart.svg") no-repeat 50% 50%/contain;
}
.cart-ic__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #FF7A00;
  font-size: 11px;
  line-height: 1;
  color: #fff;
  position: absolute;
  right: -2px;
  top: 22px;
}
.menu__btns .user-menu { margin-left: 40px; }
@media screen and (min-width: 1200px) {
  .menu__btns .user-menu { margin-left: 60px; }
}

/* ── API PAGE  (body.api-page) ──────────────────────────────────────── */
body.api-page {
  background-color: #0F1013 !important;
  color: #fff !important;
  font-family: "ProximaNova", sans-serif !important;
}
body.api-page h1, body.api-page h2, body.api-page h3,
body.api-page h4, body.api-page h5, body.api-page h6 {
  font-family: "ProximaNova", sans-serif !important;
  color: #fff !important;
}
body.api-page .subcolor { color: #7F889D !important; }
body.api-page a { color: #C2C3CD; }
body.api-page a:hover { color: #fff; }
body.api-page .wrapper { padding-top: 160px !important; }
body.api-page .api { padding-top: 60px; }
@media screen and (max-width: 1199px) {
  body.api-page .api { padding-top: 30px; }
}
body.api-page .link.accent { color: #357E19; }
body.api-page .markup { background: #16171C; }
body.api-page .markup .black { color: #7F889D; }
@media screen and (min-width: 992px) {
  body.api-page .api-docs__side {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    align-self: flex-start;
  }
}

/* ── CONTACTS PAGE  (body.contacts-page) ───────────────────────────── */
body.contacts-page {
  background-color: #0F1013 !important;
  color: #fff !important;
  font-family: "ProximaNova", sans-serif !important;
}
body.contacts-page .wrapper { padding-top: 160px !important; background: transparent !important; }
body.contacts-page h1, body.contacts-page h2, body.contacts-page h3,
body.contacts-page h4, body.contacts-page h5, body.contacts-page h6 {
  font-family: "ProximaNova", sans-serif !important;
  color: #fff !important;
}
body.contacts-page .subcolor { color: #7F889D !important; }
body.contacts-page a { color: #C2C3CD; }
body.contacts-page a:hover { color: #fff; }

/* ── FAQ PAGE  (body.faq-page) ──────────────────────────────────────── */
body.faq-page {
  background-color: #0F1013 !important;
  color: #fff !important;
  font-family: "ProximaNova", sans-serif !important;
}
body.faq-page .wrapper { padding-top: 160px !important; background: transparent !important; }
body.faq-page h1, body.faq-page h2, body.faq-page h3,
body.faq-page h4, body.faq-page h5, body.faq-page h6 {
  font-family: "ProximaNova", sans-serif !important;
  color: #fff !important;
}
body.faq-page .subcolor { color: #7F889D !important; }
body.faq-page a { color: #C2C3CD; }
body.faq-page a:hover { color: #fff; }

/* ── Menu fixes ────────────────────────────────────────────────────── */
/* Ensure header items are visible even before scripts.js adds .is-ready */
.header .logo,
.header .menu__list > li,
.header .lang,
.header .menu__btns {
  opacity: 1 !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}

/* Desktop (992px+): submenu hidden by default */
@media screen and (min-width: 992px) {
  /* Push nav pill below the header bottom padding (header padding-bottom: 24px,
     styles.css sets margin-top: 20px which overlaps → override to 28px) */
  .main-menu .menu__list {
    margin-top: 28px !important;
  }
  /* Style <span> trigger same as <a> links in the nav pill */
  .main-menu .menu__list li > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 76px;
    font-size: 20px;
    line-height: 1;
    color: #7F889D;
    cursor: default;
    padding: 0 16px;
    white-space: nowrap;
  }
  .main-menu .menu__list li > span:hover { color: #fff; }

  /* Hide submenu by default */
  .main-menu .menu__list .submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    min-width: 220px;
    background-color: #16171C;
    border-radius: 10px;
    padding: 8px 0;
    z-index: 200;
    margin-top: 0;
    -webkit-box-shadow: 0 8px 24px rgba(0,0,0,0.4);
            box-shadow: 0 8px 24px rgba(0,0,0,0.4);
  }
  /* Show submenu on hover */
  .main-menu .menu__list .show-submenu:hover .submenu {
    display: block;
  }
  .main-menu .menu__list .submenu li {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    margin-bottom: 0;
  }
  .main-menu .menu__list .submenu li::after {
    display: none !important;
  }
  .main-menu .menu__list .submenu a {
    display: block;
    height: auto;
    padding: 10px 20px;
    font-size: 16px;
    text-align: left;
    border-radius: 0;
    white-space: nowrap;
    color: #7F889D;
  }
  .main-menu .menu__list .submenu a:hover {
    color: #fff;
    background-color: rgba(255,255,255,0.05);
  }
}

/* Mobile (< 992px): submenu always visible (inside slide-out panel) */
@media screen and (max-width: 991px) {
  .main-menu .menu__list .submenu {
    display: block;
    padding-left: 16px;
    margin-top: 8px;
  }
  .main-menu .menu__list .submenu li { margin-bottom: 10px; }
  .main-menu .menu__list .submenu a { color: #7F889D; }
}

/* ══════════════════════════════════════════════════════════════
   BUY PAGE  (body.buy-page)
   ══════════════════════════════════════════════════════════════ */
body.buy-page {
  background-color: #16171C !important;
  color: #fff !important;
  font-family: "ProximaNova", sans-serif !important;
}
body.buy-page .wrapper { padding-top: 0 !important; background: transparent !important; }
body.buy-page h1, body.buy-page h2, body.buy-page h3,
body.buy-page h4, body.buy-page h5, body.buy-page h6 {
  font-family: "ProximaNova", sans-serif !important;
  color: #fff !important;
}
body.buy-page a { color: #C2C3CD; }
body.buy-page a:hover { color: #fff; }

/* ── Remove old Bootstrap wrapper styles ────────────────────── */
body.buy-page .page-wrap { background: transparent !important; }
body.buy-page .container-fluid { padding: 0 !important; }
body.buy-page .page-content-w { background: transparent !important; box-shadow: none !important; }
body.buy-page .page-title { display: none !important; }
body.buy-page .breadcrumb-wrap { display: none !important; }

/* ── Buy form: strip old Bootstrap styling from form container ── */
body.buy-page .buy-form,
body.buy-page .main-filter {
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0 !important;
  border: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}
body.buy-page .filter-list { padding: 0 !important; }

/* ── Payment / order step ───────────────────────────────────── */
body.buy-page .buy-proxy-w {
  background: #16171C !important;
  border-radius: 12px !important;
  padding: 28px !important;
  margin-bottom: 20px !important;
}
body.buy-page .payment-w {
  background: #16171C !important;
  border-radius: 12px !important;
  padding: 28px !important;
}
body.buy-page .profile-title {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin-bottom: 20px !important;
  font-family: "ProximaNova", sans-serif !important;
}
body.buy-page .buy-proxy-info { list-style: none !important; padding: 0 !important; margin: 0 0 20px !important; }
body.buy-page .proxy-i-tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0 !important;
  border-bottom: 1px solid #2D303D !important;
}
body.buy-page .proxy-i-td { color: #7F889D !important; }
body.buy-page .order-i,
body.buy-page .proxy-type { color: #fff !important; font-weight: 600 !important; }
body.buy-page .promo-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0 !important;
}
body.buy-page .bromo-descr { color: #7F889D !important; font-size: 14px !important; white-space: nowrap; }
body.buy-page .i-promo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 120px;
  background: #0F1013 !important;
  border: 1px solid #2D303D !important;
  border-radius: 8px !important;
  color: #C2C3CD !important;
  font-family: "ProximaNova", sans-serif !important;
  padding: 10px 14px !important;
}
body.buy-page .check-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
  margin-top: 16px !important;
  color: #7F889D !important;
  font-size: 14px !important;
}
body.buy-page .check-w label { color: #7F889D !important; }
body.buy-page .payment-content .total-price { margin-bottom: 20px !important; }

/* ── Buy-page-layout (two-column form + SEO) ────────────────── */
.buy-page-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.buy-form-column { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; min-width: 0; }
.seo-column { width: 340px; -ms-flex-negative: 0; flex-shrink: 0; }
.seo-sidebar {
  background: #16171C;
  border-radius: 12px;
  padding: 24px;
  color: #7F889D;
  font-size: 15px;
  line-height: 1.7;
}
.seo-sidebar h1, .seo-sidebar h2, .seo-sidebar h3 { color: #fff !important; font-family: "ProximaNova", sans-serif !important; margin-bottom: 12px; }
.seo-sidebar a { color: #357E19; }
.seo-sidebar a:hover { color: #fff; }
@media screen and (max-width: 991px) {
  .buy-page-layout { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .seo-column { width: 100%; }
}

/* ══════════════════════════════════════════════════════════════
   WALLET PAGE  (body.wallet-page)
   ══════════════════════════════════════════════════════════════ */
body.wallet-page {
  background-color: #16171C !important;
  color: #fff !important;
  font-family: "ProximaNova", sans-serif !important;
}
body.wallet-page .wrapper { padding-top: 0 !important; background: transparent !important; }
body.wallet-page h1, body.wallet-page h2, body.wallet-page h3,
body.wallet-page h4, body.wallet-page h5, body.wallet-page h6 {
  font-family: "ProximaNova", sans-serif !important;
  color: #fff !important;
}
body.wallet-page a { color: #C2C3CD; }
body.wallet-page a:hover { color: #fff; }
body.wallet-page .page-wrap { background: transparent !important; }
body.wallet-page .container-fluid { padding: 0 !important; }

/* ── Payment form specific ──────────────────────────────────── */
body.wallet-page .check-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
  color: #7F889D !important;
  font-size: 14px !important;
}
body.wallet-page .check-w label { color: #7F889D !important; }

/* ── ps-name fallback (no image) ────────────────────────────── */
.ps-name-txt {
  color: #C2C3CD;
  font-size: 11px;
  text-align: center;
  line-height: 1.3;
}


/* ── ORDER/ORDERS PAGE ──────────────────────────────────────── */
body.order-page {
  background-color: #16171C !important;
  color: #fff !important;
  font-family: "ProximaNova", sans-serif !important;
}
body.order-page .wrapper { padding-top: 0 !important; background: transparent !important; }
body.order-page h1, body.order-page h2, body.order-page h3 {
  font-family: "ProximaNova", sans-serif !important;
  color: #fff !important;
}
body.order-page a { color: #C2C3CD; }
body.order-page a:hover { color: #fff; }
body.order-page .check-w {
  display: flex; gap: 10px; align-items: flex-start;
  color: #7F889D !important; font-size: 14px !important;
}
body.order-page .check-w label { color: #7F889D !important; }

/* ── ORDERS PAGE  (body.orders-page) ───────────────────────── */
body.orders-page {
  background-color: #16171C !important;
  color: #fff !important;
  font-family: "ProximaNova", sans-serif !important;
}
body.orders-page .wrapper { padding-top: 0 !important; background: transparent !important; }
body.orders-page h1, body.orders-page h2, body.orders-page h3 {
  font-family: "ProximaNova", sans-serif !important;
  color: #fff !important;
}
body.orders-page a { color: #C2C3CD; }
body.orders-page a:hover { color: #fff; }

/* ── SUPPORT PAGE  (body.support-page) ─────────────────────────────── */
body.support-page {
  background-color: #16171C !important;
  color: #fff !important;
  font-family: "ProximaNova", sans-serif !important;
}
body.support-page h1, body.support-page h2, body.support-page h3 {
  font-family: "ProximaNova", sans-serif !important;
  color: #fff !important;
}
body.support-page a { color: #C2C3CD; }
body.support-page a:hover { color: #fff; }
body.support-page .tg-link,
body.support-page .email-link {
  color: #fff !important;
  font-family: "ProximaNova", sans-serif !important;
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
  padding-left: 0 !important;
  margin-top: 0 !important;
  font-size: inherit !important;
}
body.support-page .email-link::before {
  content: "" !important;
  position: static !important;
  -webkit-transform: none !important;
  transform: none !important;
  left: auto !important;
  top: auto !important;
  display: block !important;
  font-size: 20px !important;
  width: 1em !important;
  min-width: 1em !important;
  height: 1em !important;
  margin-right: 1em !important;
  background: no-repeat 50% 50%/contain !important;
  background-image: url("/static/img/icons/email-accent.svg") !important;
  -webkit-filter: brightness(100) !important;
  filter: brightness(100) !important;
}
body.support-page .tg-link:hover,
body.support-page .email-link:hover { color: #357E19 !important; }
body.support-page .tg-link:hover::before,
body.support-page .email-link:hover::before {
  -webkit-filter: none !important;
  filter: none !important;
}

/* ── PARTNER PAGE  (body.partner-page) ─────────────────────────────── */
body.partner-page {
  background-color: #16171C !important;
  color: #fff !important;
  font-family: "ProximaNova", sans-serif !important;
}
body.partner-page h1, body.partner-page h2, body.partner-page h3,
body.partner-page h4, body.partner-page h5, body.partner-page h6 {
  font-family: "ProximaNova", sans-serif !important;
  color: #fff !important;
}
body.partner-page a { color: #C2C3CD; }
body.partner-page a:hover { color: #fff; }

/* ── MY (PROFILE) PAGE  (body.my-page) ─────────────────────────────── */
body.my-page {
  background-color: #16171C !important;
  color: #fff !important;
  font-family: "ProximaNova", sans-serif !important;
}
body.my-page h1, body.my-page h2, body.my-page h3,
body.my-page h4, body.my-page h5, body.my-page h6 {
  font-family: "ProximaNova", sans-serif !important;
  color: #fff !important;
}
body.my-page a { color: #C2C3CD; }
body.my-page a:hover { color: #fff; }

/* ── DEVELOPS PAGE  (body.develops-page) ───────────────────────────── */
body.develops-page {
  background-color: #16171C !important;
  color: #fff !important;
  font-family: "ProximaNova", sans-serif !important;
}
body.develops-page h1, body.develops-page h2, body.develops-page h3 {
  font-family: "ProximaNova", sans-serif !important;
  color: #fff !important;
}
body.develops-page a { color: #C2C3CD; }
body.develops-page a:hover { color: #fff; }

/* ── PROXY PAGE  (body.proxy-page) ─────────────────────────────────── */
body.proxy-page {
  background-color: #16171C !important;
  color: #fff !important;
  font-family: "ProximaNova", sans-serif !important;
}
body.proxy-page .wrapper { padding-top: 0 !important; background: transparent !important; }
body.proxy-page h1, body.proxy-page h2, body.proxy-page h3 {
  font-family: "ProximaNova", sans-serif !important;
  color: #fff !important;
}
body.proxy-page a { color: #C2C3CD; }
body.proxy-page a:hover { color: #fff; }

/* Order cards: скрыты по умолчанию, открываются по .is-open */
body.proxy-page .order { display: none; }
body.proxy-page .order.is-open { display: block; }

/* Поворот стрелки order-thumb-toggle при открытии */
body.proxy-page .order-thumb.is-open .order-thumb-toggle {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* basket-actions select — тёмная тема */
body.proxy-page .basket-actions select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #0F1013;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-family: "ProximaNova", sans-serif;
  font-size: 15px;
  height: 46px;
  padding: 0 40px 0 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%237F889D' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  cursor: pointer;
}
body.proxy-page .basket-actions select option { background-color: #0F1013; color: #fff; }
body.proxy-page .my-proxy-actions { border: none; padding: 0; max-width: none; margin-bottom: 0; display: block; }
body.proxy-page .basket-actions .flex { gap: 10px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
body.proxy-page .basket-actions .my-select { margin-right: 0; width: auto; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; max-width: 420px; }
body.proxy-page .basket-actions .my-select__trigger { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
body.proxy-page .basket-actions .button { white-space: nowrap; -ms-flex-negative: 0; flex-shrink: 0; }
@media screen and (max-width: 600px) {
  body.proxy-page .basket-actions .flex { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }
  body.proxy-page .basket-actions .my-select { max-width: none; }
}

/* ── BASKET PAGE  (body.basket-page) ────────────────────────────────── */
body.basket-page {
  background-color: #16171C !important;
  color: #fff !important;
  font-family: "ProximaNova", sans-serif !important;
}
body.basket-page .wrapper { padding-top: 0 !important; background: transparent !important; }
body.basket-page h1, body.basket-page h2, body.basket-page h3 {
  font-family: "ProximaNova", sans-serif !important;
  color: #fff !important;
}
body.basket-page a { color: #C2C3CD; }
body.basket-page a:hover { color: #fff; }
body.basket-page .basket-actions select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #0F1013;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-family: "ProximaNova", sans-serif;
  font-size: 15px;
  height: 46px;
  padding: 0 40px 0 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%237F889D' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  cursor: pointer;
}
body.basket-page .basket-actions select option { background-color: #0F1013; color: #fff; }
body.basket-page .my-proxy-actions { border: none; padding: 0; max-width: none; margin-bottom: 0; display: block; }
body.basket-page .basket-actions .flex { gap: 10px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
body.basket-page .basket-actions .my-select { margin-right: 0; width: auto; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; max-width: 420px; }
body.basket-page .basket-actions .button { white-space: nowrap; -ms-flex-negative: 0; flex-shrink: 0; }

/* ── AVAILABLE MOBILE PROXY PAGE (body.available-mobile-page) ─────────── */
body.available-mobile-page {
  background-color: #0F1013 !important;
  color: #fff !important;
  font-family: "ProximaNova", sans-serif !important;
}
body.available-mobile-page h1, body.available-mobile-page h2, body.available-mobile-page h3,
body.available-mobile-page h4, body.available-mobile-page h5, body.available-mobile-page h6 {
  color: #fff !important;
  font-family: "ProximaNova", sans-serif !important;
}
body.available-mobile-page .subcolor { color: #7F889D !important; }
body.available-mobile-page a { color: #C2C3CD; }
body.available-mobile-page a:hover { color: #fff; }
body.available-mobile-page .wrapper { padding-top: 160px !important; background: transparent !important; }
body.available-mobile-page .mobile-proxies-page { font-family: "ProximaNova", sans-serif; }

/* Filter layout */
body.available-mobile-page .proxy-available__select { margin-bottom: 40px; }
body.available-mobile-page .proxy-available__filters {
  display: -webkit-box; display: -ms-flexbox; display: flex;
  -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 20px;
  -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end;
}
body.available-mobile-page .filter-group { min-width: 260px; -webkit-box-flex: 1; -ms-flex: 1 1 260px; flex: 1 1 260px; max-width: 380px; }
body.available-mobile-page .filter-group__label {
  display: block; color: #7F889D; font-size: 13px;
  margin-bottom: 8px; font-family: "ProximaNova", sans-serif;
}
body.available-mobile-page .field-error-msg { color: #ff3860; font-size: 12px; margin-top: 6px; }
/* Error state on my-select */
body.available-mobile-page .my-select--error .my-select__trigger {
  border: 1px solid #ff3860 !important;
}

/* SEO content */
body.available-mobile-page .seo-content { margin-bottom: 32px; }
body.available-mobile-page .seo-content p { color: #C2C3CD; font-size: 16px; line-height: 1.7; margin-bottom: 12px; }
body.available-mobile-page .seo-content strong { color: #fff; }

/* Mobile sites section */
body.available-mobile-page .mobile-sites { margin-top: 24px; }

/* Proxy list header */
body.available-mobile-page .proxy-list-header {
  display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
  margin-bottom: 16px; gap: 16px; flex-wrap: wrap;
}
body.available-mobile-page .proxy-list-title {
  font-size: 22px; font-weight: 700; color: #fff !important; margin: 0;
}
body.available-mobile-page .proxy-list-sort {
  display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  gap: 8px; color: #7F889D; font-size: 14px;
}
body.available-mobile-page .proxy-sort-btn {
  display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
  width: 30px; height: 30px; border-radius: 5px;
  background: #16171C; color: #7F889D !important;
  font-size: 16px; font-weight: 600;
  -webkit-transition: all .15s; -o-transition: all .15s; transition: all .15s;
}
body.available-mobile-page .proxy-sort-btn:hover { background: #262A34; color: #fff !important; }
body.available-mobile-page .proxy-sort-btn.is-active { background: #357E19; color: #fff !important; }
body.available-mobile-page .proxy-list-sort__label { color: #7F889D; font-size: 13px; }
body.available-mobile-page .proxy-list-sort__sep { width: 1px; height: 20px; background: #262A34; margin: 0 4px; }

/* Снимаем ограничение высоты — simplebar не подключён, список растягивается */
body.available-mobile-page .proxy-available__scroll { max-height: none !important; overflow: visible !important; }

/* proxy-item info block */
body.available-mobile-page .proxy-item__info { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; min-width: 0; margin-right: 16px; }
body.available-mobile-page .proxy-item__code {
  display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  gap: 6px; font-size: 15px; color: #7F889D; margin-top: 4px;
}
body.available-mobile-page .proxy-item__code .img { width: 18px; height: 13px; -o-object-fit: cover; object-fit: cover; border-radius: 2px; }

/* Actions block */
body.available-mobile-page .proxy-item__actions {
  display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  gap: 8px; margin-left: auto; -ms-flex-negative: 0; flex-shrink: 0;
}
body.available-mobile-page .proxy-item__select {
  height: 40px; padding: 0 32px 0 12px !important;
  background-color: #16171C !important; border: none !important;
  border-radius: 5px !important; color: #fff !important;
  font-size: 14px !important; font-family: "ProximaNova", sans-serif !important;
  -webkit-appearance: none; -moz-appearance: none; appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%237F889D' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important; background-position: right 10px center !important;
  cursor: pointer; min-width: 120px;
}
body.available-mobile-page .proxy-item__select option { background-color: #0F1013; }
body.available-mobile-page .proxy-item__actions .quantity-row { margin-bottom: 0; }
body.available-mobile-page .proxy-item__actions .quantity {
  display: -webkit-box; display: -ms-flexbox; display: flex;
  height: 40px;
}
body.available-mobile-page .proxy-item__actions .quantity .minus,
body.available-mobile-page .proxy-item__actions .quantity .plus {
  width: 36px; height: 40px; -ms-flex-negative: 0; flex-shrink: 0;
}
body.available-mobile-page .proxy-item__actions .quantity .input[type="text"] {
  width: 44px; height: 40px; text-align: center;
}
body.available-mobile-page .proxy-item__btn-buy {
  height: 40px; padding: 0 18px !important; font-size: 14px !important;
  white-space: nowrap; -ms-flex-negative: 0; flex-shrink: 0;
}
body.available-mobile-page .btn-cart.proxy-item__btn-cart {
  background: #357E19; border: none; cursor: pointer;
  width: 40px; height: 40px; border-radius: 50%; padding: 0;
  position: relative;
  -ms-flex-negative: 0; flex-shrink: 0;
  -webkit-transition: background .15s; -o-transition: background .15s; transition: background .15s;
}
body.available-mobile-page .btn-cart.proxy-item__btn-cart:hover { background: #4aad22; }
body.available-mobile-page .btn-cart.proxy-item__btn-cart::before {
  content: "";
  display: block;
  width: 20px; height: 20px;
  position: absolute;
  left: 50%; top: 50%;
  margin: -10px 0 0 -10px;
  background: url("/static/img/icons/cart.svg") no-repeat 50% 50% / contain;
}
body.available-mobile-page .proxy-item__actions--guest .proxy-item__btn-login {
  height: 40px; padding: 0 18px !important; font-size: 14px !important; white-space: nowrap;
}
body.available-mobile-page .proxy-item--empty {
  -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
  color: #7F889D; font-size: 16px; padding: 32px 30px;
}
@media screen and (max-width: 767px) {
  body.available-mobile-page .proxy-item__actions { margin-left: 0; width: 100%; margin-top: 12px; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  body.available-mobile-page .proxy-item__select { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; min-width: 0; }
}

/* ── MOBILE LK NAV (мобильное меню для авторизованных) ─────────────── */
/* На десктопе скрываем mobile-lk-nav, показываем menu__list */
.lk-menu .mobile-lk-nav { display: none; }

/* На мобилке: показываем mobile-lk-nav, скрываем menu__list */
@media screen and (max-width: 991px) {
  .lk-menu .menu__list { display: none !important; }
  .lk-menu .mobile-lk-nav {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    text-align: left;
  }
  .lk-menu .mobile-lk-nav li {
    border-bottom: 1px solid rgba(255,255,255,0.07);
  }
  .lk-menu .mobile-lk-nav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    padding: 14px 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    font-family: "ProximaNova", sans-serif;
  }
  .lk-menu .mobile-lk-nav li a .img {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
       object-fit: contain;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .lk-menu .mobile-lk-nav li a:hover { color: #357E19; }
}

/* Sidebar admin submenu */
.sidebar.menu .list--sub {
  padding: 4px 0 4px 36px;
  list-style: none;
  margin: 0;
}
.sidebar.menu .list--sub li a {
  display: block;
  padding: 4px 0;
  font-size: 13px;
  color: #7F889D;
  text-decoration: none;
  white-space: normal;
  overflow: hidden;
  text-overflow: unset;
}
.sidebar.menu .list--sub li a:hover,
.sidebar.menu .list--sub li.is-active a {
  color: #fff;
}

/* Allow long sidebar menu items to wrap when sidebar is expanded */
.sidebar:hover .list a span {
  white-space: normal;
  width: 185px;
  flex-shrink: 0;
}
.sidebar.menu .list a {
  align-items: flex-start;
}
.sidebar.menu .list a .img {
  margin-top: 2px;
}

/* ── SET-PHONE PAGE ─────────────────────────────────────────────────── */
body.set-phone-page .label {
  font-size: 15px;
  font-weight: 600;
  color: #C2C3CD;
  display: block;
  margin-bottom: 10px;
}
/* Кнопки в один ряд */
body.set-phone-page .set-phone-buttons {
  display: flex;
  gap: 12px;
  margin-top: 20px;
  flex-wrap: nowrap;
}
body.set-phone-page .set-phone-buttons .button {
  flex: 1;
  width: auto;
  text-align: center;
}
body.set-phone-page .set-phone-buttons .button-gray-bd {
  color: #fff !important;
  border: 1px solid #3A3D4A !important;
  background-color: transparent !important;
}
body.set-phone-page .set-phone-buttons .button-gray-bd:hover {
  color: #fff !important;
  border-color: #357E19 !important;
  background-color: #357E19 !important;
}
/* Инпут телефона — тёмная тема, высота совпадает с селектором */
body.set-phone-page .phone-input-row #phone-number {
  background: #16171C !important;
  border: 1px solid #3A404F !important;
  border-radius: 8px !important;
  color: #fff !important;
  height: 50px !important;
  font-size: 15px !important;
  padding: 0 14px !important;
  box-sizing: border-box !important;
  margin-bottom: 0 !important;
}
body.set-phone-page .phone-input-row #phone-number::placeholder {
  color: #7F889D !important;
}
/* Country selector — тёмная тема, высота 50px */
body.set-phone-page .country-selector__current {
  background: #16171C !important;
  border: 1px solid #3A404F !important;
  border-radius: 8px !important;
  color: #fff !important;
  height: 50px !important;
  box-sizing: border-box !important;
  padding: 0 12px !important;
}
body.set-phone-page .selected-name,
body.set-phone-page .selected-code {
  color: #fff !important;
}
body.set-phone-page .dropdown-arrow {
  color: #7F889D !important;
}
/* Статус-блоки верификации звонком */
.call-status-box {
  margin-top: 20px;
  padding: 18px 20px;
  border-radius: 10px;
  border: 1px solid #3A404F;
  background: #0F1013;
}
.call-status-box--success {
  border: 1px solid #357E19;
  background: rgba(53, 126, 25, 0.1);
}
.call-status-box--error {
  border: 1px solid #e05151;
  background: rgba(224, 81, 81, 0.08);
}
.call-status-box__title {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  margin: 0 0 8px 0;
}
.call-status-box__subtitle {
  color: #C2C3CD;
  font-size: 14px;
  margin: 0 0 4px 0;
}
.call-status-box__timer {
  color: #7F889D;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 600;
}

/* ── ACTIVATE EMAIL PAGE  (body.activate-email-page) ─────────────── */
body.activate-email-page {
  background-color: #0F1013 !important;
  color: #fff !important;
  font-family: "ProximaNova", sans-serif !important;
}
body.activate-email-page h1, body.activate-email-page h2, body.activate-email-page h3 {
  color: #fff !important;
  font-family: "ProximaNova", sans-serif !important;
}
body.activate-email-page .subcolor { color: #7F889D !important; }
body.activate-email-page a { color: #C2C3CD; }
body.activate-email-page a:hover { color: #fff; }
body.activate-email-page .wrapper { padding-top: 160px !important; background: transparent !important; }
body.activate-email-page .tech-form { max-width: 520px; }
body.activate-email-page .tech-form .label {
  font-family: "ProximaNova", sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #C2C3CD !important;
}
body.activate-email-page .tech-form .input {
  -webkit-appearance: none !important;
  appearance: none !important;
  background: #16171C !important;
  border: 1px solid #3A404F !important;
  border-radius: 5px !important;
  color: #fff !important;
  font-family: "ProximaNova", sans-serif !important;
  font-size: 15px !important;
}
body.activate-email-page .tech-form .input::placeholder { color: #7F889D !important; font-family: "ProximaNova", sans-serif !important; }
body.activate-email-page .tech-form .has-error { color: #e05151 !important; font-size: 13px; display: block; margin-bottom: 8px; }
body.activate-email-page .tech-form .form-btn { margin-top: 30px; }
body.activate-email-page .tech-form .button { width: 100%; }

/* ── ARTICLE PAGE  (body.article-page) ──────────────────────────────── */
body.article-page {
  background-color: #0F1013 !important;
  color: #fff !important;
  font-family: "ProximaNova", sans-serif !important;
}
body.article-page h1, body.article-page h2, body.article-page h3,
body.article-page h4, body.article-page h5, body.article-page h6 {
  color: #fff !important;
  font-family: "ProximaNova", sans-serif !important;
}
body.article-page .subcolor { color: #7F889D !important; }
body.article-page a { color: #C2C3CD; }
body.article-page a:hover { color: #fff; }
body.article-page .wrapper { padding-top: 160px !important; background: transparent !important; }

body.article-page .article-content {
  background: #16171C;
  border-radius: 16px;
  padding: 40px 48px;
  color: #C2C3CD;
  font-size: 15px;
  line-height: 1.8;
}
body.article-page .article-content p { margin-bottom: 12px; }
body.article-page .article-content ol,
body.article-page .article-content ul {
  padding-left: 24px;
  margin-bottom: 12px;
}
body.article-page .article-content li { margin-bottom: 6px; }
body.article-page .article-content strong { color: #fff; }
body.article-page .article-content a { color: #357E19; }
body.article-page .article-content a:hover { color: #4aad22; }
body.article-page .article-content img { max-width: 100%; height: auto; border-radius: 8px; }
body.article-page .article-content iframe { max-width: 100%; }
@media screen and (max-width: 767px) {
  body.article-page .article-content iframe {
    width: 100% !important;
    aspect-ratio: 16 / 9;
    height: auto !important;
  }
}
body.article-page .article-content h2,
body.article-page .article-content h3 { margin-top: 24px; margin-bottom: 12px; }
@media screen and (max-width: 768px) {
  body.article-page .article-content { padding: 24px 20px; }
}

/* ── PAYMENT PENDING spinner ─────────────────────────────────────────── */
.payment-pending {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 24px;
  gap: 24px;
}
.payment-pending__spinner {
  width: 52px;
  height: 52px;
  border: 4px solid #2D303D;
  border-top-color: #357E19;
  border-radius: 50%;
  animation: spin 0.9s linear infinite;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}
.payment-pending__text {
  color: #7F889D;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
  margin: 0;
}

/* SEO text: two-column layout (form left, text right) */
.catalog-with-seo {
  display: grid;
  grid-template-columns: 285px 1fr;
  gap: 30px;
}
.catalog-with-seo .tarrifs__row {
  margin: 0;
  width: 285px;
  height: 100%;
}
.catalog-with-seo .tarrifs__col {
  width: 285px !important;
  padding: 0;
  height: 100%;
}
.seo-text__content {
  min-width: 0;
  padding: 30px;
  background: #16171C;
  border-radius: 10px;
}
.seo-text__content h2 { font-size: 20px; font-weight: 700; color: #fff; margin: 28px 0 10px; }
.seo-text__content h2:first-child { margin-top: 0; }
.seo-text__content p { font-size: 15px; line-height: 1.7; color: #a0aec0; margin-bottom: 12px; }
.seo-text__content ul { margin: 0 0 14px 0; padding-left: 18px; }
.seo-text__content li { font-size: 15px; line-height: 1.7; color: #a0aec0; margin-bottom: 6px; }
.seo-text__content strong { color: #e2e8f0; }
.seo-text__content a { color: #79d60d; text-decoration: none; }
.seo-text__content a:hover { text-decoration: underline; }
@media (max-width: 900px) {
  .catalog-with-seo { grid-template-columns: 1fr; }
  .catalog-with-seo .tarrifs__row { width: 100%; }
  .catalog-with-seo .tarrifs__col { width: 100% !important; }
}

/* Sidebar.menu на мобильных — показываем как обычный nav, не как fullscreen overlay */
@media screen and (max-width: 991px) {
  .sidebar.menu {
    position: static !important;
    height: auto !important;
    width: 100% !important;
    -webkit-transform: none !important;
            transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: transparent !important;
    padding: 0 0 20px !important;
    overflow: visible !important;
    z-index: auto !important;
    text-align: left !important;
    font-size: 15px !important;
  }
  .sidebar.menu .list {
    display: flex;
    flex-wrap: wrap;
    white-space: normal;
  }
  .sidebar.menu .list li {
    width: 100%;
    margin-bottom: 10px;
  }
  .sidebar.menu .list li:last-child {
    margin-top: 0;
  }
  .sidebar.menu .list a .img {
    -webkit-filter: sepia(2) invert(0.8);
            filter: sepia(2) invert(0.8);
  }
  .sidebar.menu .list a span {
    opacity: 1 !important;
    visibility: visible !important;
  }
}

/* ── CONTACTS SUCCESS MESSAGE ─────────────────────────────────────────── */
.contacts-success {
  padding: 16px 20px;
  background: rgba(74, 200, 120, 0.12);
  border: 1px solid rgba(74, 200, 120, 0.4);
  border-radius: 6px;
  color: #4ac878;
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}

/* ── PD CONSENT CHECKBOX ──────────────────────────────────────────────── */
.pd-consent {
  margin: 18px 0 8px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.pd-consent .pd-checkbox {
  position: absolute;
  opacity: 0;
  width: 15px;
  height: 15px;
  margin: 3px 0 0 0;
  cursor: pointer;
}
.pd-consent .pd-label {
  position: relative;
  padding-left: 25px;
  font-size: 13px;
  line-height: 1.5;
  cursor: pointer;
}
.pd-consent .pd-label:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #ccc;
  transition: .2s;
}
.pd-consent .pd-label:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 1px;
  width: 8px;
  height: 4px;
  margin: 4px 0 0 3px;
  border-bottom: 2px solid #3e4637;
  border-left: 2px solid #3e4637;
  transform: rotate(-50deg);
  transition: .2s;
  opacity: 0;
}
.pd-consent .pd-checkbox:checked + .pd-label:after { opacity: 1; }
.pd-consent .pd-checkbox:focus + .pd-label:before { border-color: #aaa; }
.pd-consent .pd-link {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 13px;
  text-decoration: underline;
  color: inherit;
  font-family: inherit;
}
.pd-consent .pd-link:hover { opacity: 0.75; }

/* dark theme (registration-page, modal) */
body.registration-page .pd-consent .pd-label { color: #C2C3CD; }
body.registration-page .pd-consent .pd-label:before { background: #16171C; border-color: #3A404F; }
body.registration-page .pd-consent .pd-label:after { border-color: #fff; }
.modal .pd-consent .pd-label { color: #C2C3CD; font-size: 13px; }
.modal .pd-consent .pd-label:before { background: #16171C; border-color: #3A404F; }
.modal .pd-consent .pd-label:after { border-color: #fff; }

/* ── BLOG PAGE  (body.blog-page) ────────────────────────────────────── */
body.blog-page {
  background-color: #0F1013 !important;
  color: #fff !important;
  font-family: "ProximaNova", sans-serif !important;
}
body.blog-page h1, body.blog-page h2, body.blog-page h3,
body.blog-page h4, body.blog-page h5, body.blog-page h6 {
  color: #fff !important;
  font-family: "ProximaNova", sans-serif !important;
}
body.blog-page .subcolor { color: #7F889D !important; }
body.blog-page a { color: #C2C3CD; }
body.blog-page a:hover { color: #fff; }
body.blog-page .wrapper { padding-top: 160px !important; background: transparent !important; }
body.blog-page .search { margin-bottom: 40px; }
body.blog-page .blog-thumb__title a { color: #fff; }
body.blog-page .blog-thumb__title a:hover { color: #79d60d; }
body.blog-page .blog-thumb__link a { color: #79d60d; }
body.blog-page .blog-thumb__link a:hover { color: #9be62e; }
body.blog-page .blog-thumb__txt { color: #7F889D; }
body.blog-page .pagination__list { display: flex; gap: 8px; justify-content: center; list-style: none; padding: 0; margin: 20px 0 40px; }
body.blog-page .pagination__list li a { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 8px; background: #16171C; color: #C2C3CD; text-decoration: none; font-size: 14px; }
body.blog-page .pagination__list li a:hover { background: #357E19; color: #fff; }
body.blog-page .pagination__list li.current a { background: #357E19; color: #fff; }

/* Notify popup */
#_notify { position: fixed; top: 0; left: 50%; transform: translateX(-50%); z-index: 1000000; background: #222; color: #fff; padding: 12px 24px; border-radius: 0 0 6px 6px; font-size: 14px; white-space: nowrap; display: none; }

/* Скрываем scroll-mask псевдоэлементы catalog-tabs на главной — на bg-wrap-1 фоне они видны как тёмный круг */
body.home .catalog-tabs::before,
body.home .catalog-tabs::after {
  display: none;
}
