@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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 {
  -webkit-box-sizing: content-box;
  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"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  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;
}

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

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

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

/*
  Многоколоночная верстка через flexbox.

  Пример:
    .list {
      @include flexbox;
      @include flex-flow(row wrap);

      .item {
        @include flex-columns(2, 10px, 10px);
      }
    }
*/
@font-face {
  font-family: 'RobotoRegular';
  src: url("../fonts/RobotoRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'SangBleuEmpire-Medium';
  src: url("../fonts/SangBleuEmpire-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'SangBleuEmpire-Bold';
  src: url("../fonts/SangBleuEmpire-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'SangBleuKingdom-Regular';
  src: url("../fonts/SangBleuKingdom-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'SangBleuKingdom-Medium';
  src: url("../fonts/SangBleuKingdom-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'SangBleuKingdom-Bold';
  src: url("../fonts/SangBleuKingdom-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

html, body {
  min-height: 100%;
}

html.popup_active, body.popup_active {
  overflow: hidden;
  height: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  min-width: 320px;
  min-height: 2000px;
  font-family: "RobotoRegular", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.73333;
  color: #252525;
  background-color: #E6E1DA;
  -webkit-overflow-scrolling: touch;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

body.page-content {
  background-color: #fff;
}

.wrap {
  overflow: hidden;
}

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 {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
}

a:active, a:focus, a:visited {
  text-decoration: none;
}

* {
  outline: none !important;
}

img {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: inherit;
}

input {
  border: none;
  white-space: nowrap;
  text-overflow: ellipsis !important;
  background-color: transparent;
}

.container-fluid {
  max-width: 1150px;
}

@media all and (min-width: 480px) and (max-width: 767px) {
  .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}

::-webkit-input-placeholder {
  font-size: 18px;
}

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

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

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

@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}

input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

@media all and (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
}

.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: 100%;
  max-width: 300px;
  padding: 20px;
  border-radius: 2px;
  border: 1px solid #6a594c;
  font-family: "SangBleuEmpire-Medium", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.46667;
  letter-spacing: 0.15px;
  color: #6a594c;
  background-color: transparent;
  -webkit-transition: color 0.35s, background-color 0.35s;
  transition: color 0.35s, background-color 0.35s;
}

@media all and (min-width: 450px) and (max-width: 767px) {
  .btn {
    max-width: 335px;
  }
}

@media all and (min-width: 768px) and (max-width: 991px) {
  .btn {
    max-width: 300px;
  }
}

@media all and (min-width: 992px) {
  .btn {
    max-width: 335px;
  }
}

@media all and (min-width: 1024px) {
  .btn:hover {
    color: #fffefd;
    background-color: #967e6d;
  }
}

.btn_brown {
  color: #fffefd;
  background-color: #6a594c;
}

@media all and (min-width: 1024px) {
  .btn_brown:hover {
    background-color: #967e6d;
  }
}

.btn_gold {
  width: 100%;
  max-width: 210px;
  padding: 16px;
  border: none;
  text-transform: uppercase;
  font-family: "SangBleuKingdom-Regular", sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.4;
  letter-spacing: 0.25px;
  -webkit-box-shadow: 0 0 40px rgba(255, 186, 66, 0.8);
          box-shadow: 0 0 40px rgba(255, 186, 66, 0.8);
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#ae7732), color-stop(50%, #f0dc93), to(#ae7732));
  background-image: -webkit-linear-gradient(left, #ae7732 0%, #f0dc93 50%, #ae7732 100%);
  background-image: linear-gradient(to right, #ae7732 0%, #f0dc93 50%, #ae7732 100%);
  background-size: 200% auto;
  background-color: #edeae8;
  -webkit-transition: background-position 0.35s;
  transition: background-position 0.35s;
}

@media all and (max-width: 479px) {
  .btn_gold {
    font-size: 9px;
    font-size: 0.5625rem;
    line-height: 1.55556;
    letter-spacing: 0.225px;
    padding: 13px 10px;
    margin-right: 10px;
  }
}

@media all and (min-width: 768px) {
  .btn_gold {
    max-width: 245px;
    padding: 20px;
  }
}

@media all and (min-width: 1024px) {
  .btn_gold:hover {
    background-position: 100% 50%;
  }
}

.title {
  position: relative;
  text-align: center;
}

.title-h2 {
  margin: 18px 0;
  font-family: "SangBleuEmpire-Medium", sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.15385;
  letter-spacing: 0.26px;
}

@media all and (min-width: 480px) and (max-width: 767px) {
  .title-h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.1875;
    letter-spacing: 0.32px;
  }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .title-h2 {
    margin: 22px 0;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.08333;
    letter-spacing: 0.48px;
  }
}

@media all and (min-width: 1024px) {
  .title-h2 {
    margin: 22px 0;
    font-size: 54px;
    font-size: 3.375rem;
    line-height: 1.07407;
    letter-spacing: 0.54px;
  }
}

.title-h3 {
  margin: 10px 0;
  font-family: "SangBleuEmpire-Medium", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.18182;
  letter-spacing: 0.22px;
}

@media all and (min-width: 480px) and (max-width: 767px) {
  .title-h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.16667;
    letter-spacing: 0.24px;
  }
}

@media all and (min-width: 768px) {
  .title-h3 {
    margin: 13px 0;
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1.09091;
    letter-spacing: 0.44px;
  }
}

.description {
  display: block;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  font-family: "SangBleuKingdom-Medium", sans-serif;
  letter-spacing: 0.02em;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.46667;
  letter-spacing: 0.225px;
}

@media all and (min-width: 768px) {
  .description {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
    letter-spacing: 0.33px;
  }
}

.test {
  height: 500px;
  background-image: url("../img/content/top-bg.png"), url("../img/content/bottom-bg.png");
  background-position: 50% 0, 50% 100%;
  background-size: 100% auto;
  background-color: #d6d1c9;
  background-repeat: no-repeat;
}

/*! 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: 100%;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #080808;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
}

@media all and (min-width: 480px) {
  .pushy {
    max-width: 425px;
  }
}

.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(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.pushy-right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 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 1s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: -webkit-transform 1s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 1s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 1s cubic-bezier(0.16, 0.68, 0.43, 0.99), -webkit-transform 1s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.pushy-content {
  -webkit-transition: visibility 1s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: visibility 1s 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: 9998;
  background-color: rgba(7, 7, 7, 0.8);
  -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);
}

.browsers-lg {
  overflow-x: hidden;
  padding: 13px 0 35px;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .browsers-lg {
    padding: 30px 0 50px;
  }
}

@media all and (min-width: 1024px) {
  .browsers-lg {
    padding: 40px 0 65px;
  }
}

.browsers-lg__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media all and (min-width: 768px) and (max-width: 991px) {
  .browsers-lg__list {
    margin: 50px 0 0;
  }
}

@media all and (min-width: 992px) {
  .browsers-lg__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media all and (min-width: 1024px) {
  .browsers-lg__list {
    margin: 50px 0 0 10px;
  }
}

.browsers-lg__item {
  width: 30%;
}

@media all and (min-width: 992px) {
  .browsers-lg__item {
    margin: 0 60px;
  }
}

.browsers-lg__item-title {
  display: inline-block;
  margin-top: -40px;
  font-family: "SangBleuEmpire-Medium", sans-serif;
  font-size: 10.5px;
  font-size: 0.65625rem;
  line-height: 1.33333;
  letter-spacing: 0.105px;
}

@media all and (min-width: 480px) and (max-width: 767px) {
  .browsers-lg__item-title {
    margin-top: -35px;
    font-size: 11.5px;
    font-size: 0.71875rem;
    line-height: 1.21739;
    letter-spacing: 0.115px;
  }
}

@media all and (min-width: 768px) {
  .browsers-lg__item-title {
    margin-top: 8px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.22222;
    letter-spacing: 0.18px;
  }
}

.browsers-lg__link {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}

@media all and (min-width: 1024px) {
  .browsers-lg__link:hover {
    color: #6a594c;
  }
  .browsers-lg__link:hover .browsers-lg__thumb:before {
    -webkit-animation: browser-bg 0.7s linear 1 forwards;
            animation: browser-bg 0.7s linear 1 forwards;
  }
}

.browsers-lg__thumb {
  position: relative;
}

.browsers-lg__thumb:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -4px;
  width: 185px;
  height: 185px;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
}

@media all and (min-width: 480px) and (max-width: 767px) {
  .browsers-lg__thumb:before {
    -webkit-transform: translate(-50%, -50%) scale(0.65);
            transform: translate(-50%, -50%) scale(0.65);
  }
}

@media all and (min-width: 768px) {
  .browsers-lg__thumb:before {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.browsers-lg__thumb > span {
  display: inline-block;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

@media all and (min-width: 480px) and (max-width: 767px) {
  .browsers-lg__thumb > span {
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
  }
}

@media all and (min-width: 768px) {
  .browsers-lg__thumb > span {
    -webkit-transform: none;
            transform: none;
  }
}

.chrome-lg {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -147px 0px;
  width: 131px;
  height: 165px;
  background-size: 431px, 403px;
  background-repeat: no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .chrome-lg {
    background-image: url(../img/png-sprite/192dpi/sprite.png);
  }
}

.yandex-lg {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -282px 0px;
  width: 132px;
  height: 155px;
  background-size: 431px, 403px;
  background-repeat: no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .yandex-lg {
    background-image: url(../img/png-sprite/192dpi/sprite.png);
  }
}

.opera-lg {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: 0px 0px;
  width: 143px;
  height: 170px;
  background-size: 431px, 403px;
  background-repeat: no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .opera-lg {
    background-image: url(../img/png-sprite/192dpi/sprite.png);
  }
}

@-webkit-keyframes browser-bg {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  40% {
    -webkit-transform: translate(-50%, -50%) scale(0.7);
            transform: translate(-50%, -50%) scale(0.7);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes browser-bg {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  40% {
    -webkit-transform: translate(-50%, -50%) scale(0.7);
            transform: translate(-50%, -50%) scale(0.7);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

.footer-main {
  position: relative;
  color: #7d736b;
}

.footer-main__bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  font-family: 'object-fit: cover; object-position: center top;';
}

.footer-main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px 0 40px;
}

@media all and (min-width: 768px) {
  .footer-main__inner {
    padding: 65px 0 40px;
  }
}

.footer-main__row {
  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;
}

@media all and (min-width: 768px) {
  .footer-main__row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.footer-main__content {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
  margin-top: 20px;
}

@media all and (min-width: 768px) {
  .footer-main__content {
    max-width: 50%;
    margin-top: -15px;
  }
}

@media all and (min-width: 992px) {
  .footer-main__content {
    max-width: 66%;
  }
}

.footer-main__logo {
  margin: 20px 20px 20px 0;
}

@media all and (min-width: 768px) {
  .footer-main__logo {
    margin-top: -6px;
    margin-bottom: 0;
  }
}

.footer-main__text {
  margin-bottom: 25px;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.45455;
  letter-spacing: 0.16px;
}

.footer-main__copyright {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 2;
}

.footer-main__btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media all and (max-width: 359px) {
  .footer-main .btn_gold {
    max-width: 150px;
  }
}

.getting-new {
  position: relative;
  z-index: 1;
  padding: 10px 0 55px;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .getting-new {
    padding: 50px 0 75px;
  }
}

@media all and (min-width: 1024px) {
  .getting-new {
    padding: 43px 0 120px;
  }
}

@media all and (min-width: 480px) {
  .getting-new:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 40px);
    height: 100%;
    min-height: 980px;
    background-image: url("../img/content/getting-new-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 980px;
  }
}

@media all and (min-width: 480px) and (min-width: 1400px) {
  .getting-new:before {
    width: 1400px;
    background-size: 100% auto;
  }
}

.getting-new__title {
  padding: 0 15px;
}

@media all and (min-width: 480px) and (max-width: 767px) {
  .getting-new__title {
    padding: 0 40px;
  }
}

.getting-new__description {
  max-width: 530px;
}

@media all and (max-width: 767px) {
  .getting-new__description {
    padding: 0 10px;
  }
}

.getting-new__content {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 35px auto 45px;
}

@media all and (min-width: 768px) {
  .getting-new__content {
    margin: 48px auto 50px;
    padding: 0 20px;
  }
}

@media all and (min-width: 1024px) {
  .getting-new__content {
    margin: 58px auto 75px;
    padding: 0;
  }
}

@media all and (min-width: 1024px) and (max-width: 1199px) {
  .getting-new__content {
    padding: 0 40px;
  }
}

@media all and (min-width: 1200px) {
  .getting-new__content {
    padding: 0;
  }
}

.getting-new__thumb {
  position: relative;
  margin: 0 15px;
}

.getting-new__thumb:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  -webkit-box-shadow: 1px 10px 78px rgba(204, 200, 194, 0.54);
          box-shadow: 1px 10px 78px rgba(204, 200, 194, 0.54);
}

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

.getting-new__btn {
  margin-bottom: 15px;
}

@media all and (min-width: 768px) {
  .getting-new__btn {
    margin: 0 15px;
  }
}

.header-main {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 0;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header-main__inner {
  position: relative;
  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: 30px 0;
}

.logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
}

.social__item {
  margin-left: 9px;
}

.social__link > span {
  position: relative;
  display: inline-block;
}

.social__link > span:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0;
  -webkit-box-shadow: 0 3px 30.1px 4.9px rgba(255, 193, 84, 0.5);
          box-shadow: 0 3px 30.1px 4.9px rgba(255, 193, 84, 0.5);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s, -webkit-transform 0.35s;
}

@media all and (min-width: 1024px) {
  .social__link:hover > span:before {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1.15);
            transform: translate(-50%, -50%) scale(1.15);
  }
}

.youtube {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -303px -347px;
  width: 31px;
  height: 31px;
  background-size: 431px, 403px;
  background-repeat: no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .youtube {
    background-image: url(../img/png-sprite/192dpi/sprite.png);
  }
}

.youtube:before {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -340px -279px;
  width: 31px;
  height: 31px;
  background-size: 431px, 403px;
  background-repeat: no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .youtube:before {
    background-image: url(../img/png-sprite/192dpi/sprite.png);
  }
}

.twitter {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -93px -347px;
  width: 31px;
  height: 31px;
  background-size: 431px, 403px;
  background-repeat: no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .twitter {
    background-image: url(../img/png-sprite/192dpi/sprite.png);
  }
}

.twitter:before {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -58px -347px;
  width: 31px;
  height: 31px;
  background-size: 431px, 403px;
  background-repeat: no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .twitter:before {
    background-image: url(../img/png-sprite/192dpi/sprite.png);
  }
}

.vk {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -163px -347px;
  width: 31px;
  height: 31px;
  background-size: 431px, 403px;
  background-repeat: no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .vk {
    background-image: url(../img/png-sprite/192dpi/sprite.png);
  }
}

.vk:before {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -128px -347px;
  width: 31px;
  height: 31px;
  background-size: 431px, 403px;
  background-repeat: no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .vk:before {
    background-image: url(../img/png-sprite/192dpi/sprite.png);
  }
}

.telegram {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -23px -347px;
  width: 31px;
  height: 31px;
  background-size: 431px, 403px;
  background-repeat: no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .telegram {
    background-image: url(../img/png-sprite/192dpi/sprite.png);
  }
}

.telegram:before {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -370px -241px;
  width: 31px;
  height: 31px;
  background-size: 431px, 403px;
  background-repeat: no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .telegram:before {
    background-image: url(../img/png-sprite/192dpi/sprite.png);
  }
}

.facebook {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -375px -279px;
  width: 31px;
  height: 31px;
  background-size: 431px, 403px;
  background-repeat: no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .facebook {
    background-image: url(../img/png-sprite/192dpi/sprite.png);
  }
}

.facebook:before {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -198px -347px;
  width: 31px;
  height: 31px;
  background-size: 431px, 403px;
  background-repeat: no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .facebook:before {
    background-image: url(../img/png-sprite/192dpi/sprite.png);
  }
}

.instagram {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -268px -347px;
  width: 31px;
  height: 31px;
  background-size: 431px, 403px;
  background-repeat: no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .instagram {
    background-image: url(../img/png-sprite/192dpi/sprite.png);
  }
}

.instagram:before {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -233px -347px;
  width: 31px;
  height: 31px;
  background-size: 431px, 403px;
  background-repeat: no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .instagram:before {
    background-image: url(../img/png-sprite/192dpi/sprite.png);
  }
}

.hero {
  position: relative;
  min-height: 400px;
  background-color: #e4e0d9;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .hero {
    min-height: 670px;
  }
}

@media all and (min-width: 1024px) {
  .hero {
    min-height: 682px;
  }
}

.hero__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  font-family: 'object-fit: cover; object-position: center bottom;';
}

.hero__content {
  position: relative;
  padding: 131px 0 100px;
  text-align: center;
  color: #fff;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .hero__content {
    padding: 122px 0 100px;
  }
}

.hero__label {
  margin-bottom: 10px;
  font-family: "SangBleuEmpire-Medium", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.22222;
  letter-spacing: 0.18px;
}
.bold {
  font-weight: bold;
}
@media all and (min-width: 768px) {
  .hero__label {
    margin-bottom: 18px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.16667;
    letter-spacing: 0.24px;
  }
}

.hero__title {
  margin: 12px 0;
  font-family: "SangBleuEmpire-Bold", sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.16;
}

@media all and (min-width: 480px) and (max-width: 767px) {
  .hero__title {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 1.15789;
  }
}

@media all and (min-width: 768px) and (max-width: 991px) {
  .hero__title {
    margin: 18px 0;
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1.13333;
  }
}

@media all and (min-width: 992px) {
  .hero__title {
    margin: 18px 0;
    font-size: 72px;
    font-size: 4.5rem;
    line-height: 1.08333;
  }
}

.hero__title a {
  display: inline-block;
  color: inherit;
  -webkit-transition: color 0.35s, border-color 0.35s;
  transition: color 0.35s, border-color 0.35s;
}

@media all and (max-width: 767px) {
  .hero__title a {
    border-bottom: 1px solid #fff;
  }
}

@media all and (min-width: 1024px) {
  .hero__title a:hover {
    border-color: #f4ecba;
    color: #f4ecba;
  }
}

.hero__title span {
  color: #f4ecba;
  background: -webkit-gradient(linear, left top, right top, from(#f4ecba), to(#b98c4f));
  background: -webkit-linear-gradient(left, #f4ecba 0%, #b98c4f 100%);
 /* background: linear-gradient(to right, #f4ecba 0%, #b98c4f 100%);*/
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero__description {
  max-width: 400px;
  margin: 35px auto 0;
  font-family: "SangBleuKingdom-Regular", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  letter-spacing: 0.14px;
}

@media all and (min-width: 768px) {
  .hero__description {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    letter-spacing: 0.15px;
  }
}

.ie11 .hero__title span {
  /*background: none;*/
}

.info {
  padding: 25px 0 55px;
}

@media all and (min-width: 768px) and (max-width: 1199px) {
  .info {
    padding: 40px 0 45px;
  }
}

@media all and (min-width: 1200px) {
  .info {
    padding: 70px 0 125px;
  }
}

.info__banner {
  position: relative;
}

.info__banner:before, .info__banner:after {
  content: '';
  position: absolute;
  top: -40px;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

@media all and (min-width: 768px) {
  .info__banner:before, .info__banner:after {
    -webkit-transform: none;
            transform: none;
  }
}

.info__banner:before {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: 0px -347px;
  width: 19px;
  height: 56px;
  background-size: 431px, 403px;
  background-repeat: no-repeat;
  left: 18px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .info__banner:before {
    background-image: url(../img/png-sprite/192dpi/sprite.png);
  }
}

@media all and (min-width: 768px) {
  .info__banner:before {
    left: 40px;
  }
}

.info__banner:after {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -418px 0px;
  width: 13px;
  height: 58px;
  background-size: 431px, 403px;
  background-repeat: no-repeat;
  right: 18px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .info__banner:after {
    background-image: url(../img/png-sprite/192dpi/sprite.png);
  }
}

@media all and (min-width: 768px) {
  .info__banner:after {
    right: 40px;
  }
}

@media all and (min-width: 480px) and (max-width: 767px) {
  .info__title {
    padding: 0 25px;
  }
}

@media all and (min-width: 768px) and (max-width: 1199px) {
  .info__title {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1.09091;
    letter-spacing: 0.44px;
  }
}

.info__content {
  position: relative;
  padding-top: 42px;
  text-align: center;
}

@media all and (min-width: 768px) {
  .info__content {
    padding-top: 60px;
  }
}

.info__content > * {
  margin: 30px 0;
}

@media all and (min-width: 768px) {
  .info__content > * {
    margin: 25px 0;
  }
}

.info__content .info__banner {
  margin: 50px 0 45px;
}

@media all and (min-width: 768px) and (max-width: 1199px) {
  .info__content .info__banner {
    margin: 80px 0 60px;
  }
}

@media all and (min-width: 1200px) {
  .info__content .info__banner {
    margin: 65px 0 70px;
  }
}

.info__content:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -278px -279px;
  width: 58px;
  height: 35px;
  background-size: 431px, 403px;
  background-repeat: no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .info__content:before {
    background-image: url(../img/png-sprite/192dpi/sprite.png);
  }
}

.install {
  padding: 40px 0 70px;
  background-image: url("../img/content/top-bg.png"), url("../img/content/bottom-bg.png"), url("../img/content/install-bg.png");
  background-repeat: no-repeat;
  background-position: 50% 0, 50% 100%, 50% 0;
  background-color: #d6d1c9;
  background-size: 100% auto, 100% auto, 145% auto;
}

@media all and (min-width: 768px) and (max-width: 1199px) {
  .install {
    padding: 93px 0 95px;
  }
}

@media all and (min-width: 1200px) {
  .install {
    padding: 90px 0 111px;
    background-position: 50% 0, 50% 100%, 50% 10px;
    background-size: 100% auto, 100% auto, 75% auto;
  }
}

@media all and (min-width: 480px) and (max-width: 767px) {
  .install__title {
    padding: 0 40px;
  }
}

.install__description {
  margin-top: 15px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.66667;
  letter-spacing: 0.15px;
}

@media all and (min-width: 768px) {
  .install__description {
    margin-top: 25px;
  }
}

.install__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px 0 10px 0;
  counter-reset: list;
}

@media all and (min-width: 480px) and (max-width: 767px) {
  .install__list {
    margin: 65px 0 10px 0;
  }
}

@media all and (min-width: 768px) and (max-width: 991px) {
  .install__list {
    margin: 95px 0 10px 0;
  }
}

@media all and (min-width: 992px) {
  .install__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 95px auto 10px 0;
  }
}

.install__item {
  position: relative;
  padding-left: 55px;
}

@media all and (min-width: 480px) {
  .install__item {
    padding-left: 100px;
  }
}

@media all and (min-width: 768px) {
  .install__item {
    padding-left: 75px;
  }
}

@media all and (min-width: 768px) and (max-width: 991px) {
  .install__item {
    padding-left: 92px;
    width: 100%;
  }
}

@media all and (min-width: 1200px) {
  .install__item {
    padding-left: 140px;
  }
}

@media all and (max-width: 479px) {
  .install__item:first-child:before {
    left: 8px;
  }
}

@media all and (max-width: 767px) {
  .install__item:first-child {
    margin-bottom: 60px;
  }
}

@media all and (min-width: 768px) and (max-width: 1199px) {
  .install__item:first-child {
    margin-bottom: 40px;
    padding-left: 92px;
  }
}

@media all and (min-width: 1200px) {
  .install__item:first-child {
    margin-bottom: 40px;
    padding-left: 112px;
    padding-right: 50px;
  }
}

@media all and (max-width: 767px) {
  .install__item:nth-child(2):before {
    left: 3px;
  }
}

@media all and (min-width: 768px) and (max-width: 991px) {
  .install__item:nth-child(2):before {
    left: -15px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
  .install__item:nth-child(2):before {
    left: -50px;
  }
}

.install__item:before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: 20px;
  top: -6px;
  font-family: "SangBleuKingdom-Medium", sans-serif;
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 1;
}

@media all and (min-width: 480px) and (max-width: 767px) {
  .install__item:before {
    font-size: 140px;
    font-size: 8.75rem;
    line-height: 1;
  }
}

@media all and (min-width: 768px) and (max-width: 1199px) {
  .install__item:before {
    left: 0;
    top: -8px;
    font-size: 164px;
    font-size: 10.25rem;
    line-height: 1;
  }
}

@media all and (min-width: 1200px) {
  .install__item:before {
    left: -4px;
    top: -13px;
    font-size: 183px;
    font-size: 11.4375rem;
    line-height: 1;
  }
}

.install__item-title {
  margin-bottom: 8px;
  font-family: "SangBleuEmpire-Medium", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.31818;
  letter-spacing: -0.22px;
}

@media all and (min-width: 480px) and (max-width: 767px) {
  .install__item-title {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.16;
    letter-spacing: -0.25px;
  }
}

@media all and (min-width: 768px) and (max-width: 1199px) {
  .install__item-title {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 1.18519;
    letter-spacing: -0.27px;
  }
}

@media all and (min-width: 1200px) {
  .install__item-title {
    margin-bottom: 14px;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 0.9;
    letter-spacing: -0.3px;
  }
}

.install__item-description {
  display: block;
  max-width: 350px;
  margin-bottom: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.84615;
  letter-spacing: 0.13px;
}

@media all and (min-width: 768px) and (max-width: 1199px) {
  .install__item-description {
    margin-bottom: 24px;
  }
}

@media all and (min-width: 1200px) {
  .install__item-description {
    margin-bottom: 38px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.46667;
    letter-spacing: 0.15px;
  }
}

.install__item-subtitle {
  font-family: "SangBleuKingdom-Medium", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0.16px;
}

@media all and (max-width: 767px) {
  .install__item-subtitle {
    margin: 17px 0 19px;
  }
}

.install__meta {
  display: block;
  max-width: 290px;
  margin-top: 20px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.53846;
  letter-spacing: 0.13px;
}

@media all and (min-width: 768px) and (max-width: 1199px) {
  .install__meta {
    font-size: 11.5px;
    font-size: 0.71875rem;
    line-height: 1.73913;
    letter-spacing: 0.115px;
  }
}

@media all and (min-width: 1200px) {
  .install__meta {
    margin-top: 25px;
  }
}

.install__meta_lg {
  max-width: 530px;
}

@media all and (max-width: 767px) {
  .install__meta_lg {
    margin-top: 30px;
  }
  .install__meta_lg br {
    display: none;
  }
}

.install__meta a {
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}

@media all and (min-width: 1024px) {
  .install__meta a:hover {
    color: #6a594c;
  }
}

.install__option {
  margin: 10px 0;
}

@media all and (min-width: 768px) and (max-width: 1199px) {
  .install__option {
    margin: 20px 0;
  }
}

@media all and (min-width: 1200px) {
  .install__option {
    margin: 20px 0 38px;
  }
}

.install__option_md .install__thumb {
  margin-right: 22px;
}

@media all and (max-width: 359px) {
  .install__option_md .install__thumb {
    margin-right: 5px;
  }
}

.install__option_md .install__thumb:last-child {
  margin-right: 0;
}

@media all and (min-width: 768px) and (max-width: 1199px) {
  .install__option_md .install__thumb {
    margin-right: 11px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

.install__option_xs .install__thumb {
  margin-right: 8px;
}

@media all and (max-width: 359px) {
  .install__option_xs .install__thumb {
    margin-right: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@media all and (min-width: 480px) {
  .install__option_xs .install__thumb {
    margin-right: 10px;
  }
}

.install__option_xs .install__thumb:last-child {
  margin-right: 0;
}

@media all and (min-width: 768px) and (max-width: 1199px) {
  .install__option_xs .install__thumb {
    margin-right: 3px;
  }
}

.install__thumb {
  position: relative;
  display: inline-block;
}

.install__thumb:before {
  content: '';
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 5%;
  width: 75%;
  height: 70%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0 0 40px rgba(255, 186, 66, 0.8);
          box-shadow: 0 0 40px rgba(255, 186, 66, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.install__thumb:after {
  content: '';
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: 11px;
  width: 50%;
  height: 38%;
  -webkit-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(36deg) skewX(-22deg);
  -webkit-box-shadow: 0 0 40px rgba(255, 186, 66, 0.8);
          box-shadow: 0 0 40px rgba(255, 186, 66, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

@media all and (min-width: 1024px) {
  .install__thumb:hover:before, .install__thumb:hover:after {
    opacity: 1;
  }
  .install__thumb:hover .thumb {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.install ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  list-style: none;
}

.thumb {
  position: relative;
  z-index: 1;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}

.chrome-md {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -74px -174px;
  width: 70px;
  height: 101px;
  background-size: 431px, 403px;
  background-repeat: no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .chrome-md {
    background-image: url(../img/png-sprite/192dpi/sprite.png);
  }
}

.opera-md {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -296px -174px;
  width: 70px;
  height: 101px;
  background-size: 431px, 403px;
  background-repeat: no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .opera-md {
    background-image: url(../img/png-sprite/192dpi/sprite.png);
  }
}

.yandex-md {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -148px -174px;
  width: 70px;
  height: 101px;
  background-size: 431px, 403px;
  background-repeat: no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .yandex-md {
    background-image: url(../img/png-sprite/192dpi/sprite.png);
  }
}

.ios-md {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: 0px -174px;
  width: 70px;
  height: 101px;
  background-size: 431px, 403px;
  background-repeat: no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .ios-md {
    background-image: url(../img/png-sprite/192dpi/sprite.png);
  }
}

.android-md {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -222px -174px;
  width: 70px;
  height: 101px;
  background-size: 431px, 403px;
  background-repeat: no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .android-md {
    background-image: url(../img/png-sprite/192dpi/sprite.png);
  }
}

.chrome-xs {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -231px -279px;
  width: 43px;
  height: 63px;
  background-size: 431px, 403px;
  background-repeat: no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .chrome-xs {
    background-image: url(../img/png-sprite/192dpi/sprite.png);
  }
}

.opera-xs {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -370px -174px;
  width: 44px;
  height: 63px;
  background-size: 431px, 403px;
  background-repeat: no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .opera-xs {
    background-image: url(../img/png-sprite/192dpi/sprite.png);
  }
}

.yandex-xs {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -184px -279px;
  width: 43px;
  height: 63px;
  background-size: 431px, 403px;
  background-repeat: no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .yandex-xs {
    background-image: url(../img/png-sprite/192dpi/sprite.png);
  }
}

.firefox-xs {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -90px -279px;
  width: 43px;
  height: 63px;
  background-size: 431px, 403px;
  background-repeat: no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .firefox-xs {
    background-image: url(../img/png-sprite/192dpi/sprite.png);
  }
}

.explorer-xs {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -137px -279px;
  width: 43px;
  height: 63px;
  background-size: 431px, 403px;
  background-repeat: no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .explorer-xs {
    background-image: url(../img/png-sprite/192dpi/sprite.png);
  }
}

.top-banner {
  position: relative;
  z-index: 1;
  margin-top: -83px;
}

@media all and (min-width: 768px) {
  .top-banner {
    margin-top: -300px;
  }
}

.banner {
  position: relative;
  padding: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 31px 4px 84px rgba(99, 96, 93, 0.25);
          box-shadow: 31px 4px 84px rgba(99, 96, 93, 0.25);
}

@media all and (min-width: 768px) {
  .banner {
    padding: 20px;
  }
}

.banner__bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.banner__content {
  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;
  max-height: 520px;
}

.banner__content img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.banner__content_video {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-height: none;
}

.banner__content_video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
