/*! 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 {
  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: 1em monospace, monospace;
  /* 1 */
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background: 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 */
  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: 1em monospace, monospace;
  /* 1 */
  /* 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: 100%/1.15 inherit;
  /* 1 */
  /* 1 */
  /* 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 {
  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] {
  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;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

a {
  text-decoration: none;
}

p {
  color: #F9F5E1;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  margin-bottom: 20px;
}

p span {
  color: #FF5000;
}

p span.gold {
  color: #fab81b;
}

p span.type {
  display: inline-block;
  background: url(../img/premium.svg);
  width: 22px;
  height: 19px;
  margin: 0 5px -3px;
  background-size: cover;
  background-repeat: no-repeat;
}

p span.flag {
  display: inline-block;
  background: url(https://ru-wotp.lesta.ru/static/5.129.0_c9677e/wotp_static/img/core/frontend/scss/common/components/icons/img/filter-ussr.png);
  width: 29px;
  height: 18px;
  margin: 0 5px -3px;
  background-size: cover;
  background-repeat: no-repeat;
}

p span.days {
  display: inline-block;
  background: url(../img/3-days.png);
  width: 33px;
  height: 21px;
  margin: 0 0 -3px;
  background-size: cover;
  background-repeat: no-repeat;
}

body {
  background: #06080D;
  font-family: "Roboto Condensed", "Arial Narrow", "Arial", sans-serif;
}

video,
img {
  max-width: 100%;
  height: auto;
}

h1 {
  color: #F9F5E1;
  font-weight: 700;
  text-align: center;
  margin: 0 0 20px;
  font-size: 32px;
  line-height: 32px;
}

h2 {
  color: #F9F5E1;
  font-weight: 700;
  text-align: center;
  margin: 0 0 40px;
  font-size: 18px;
  line-height: 18px;
}

.center {
  text-align: center;
}

.c-btn {
  background: #FF5000;
  display: block;
  padding: 15px 5px;
  width: 100%;
  border-radius: 4px;
  border: 2px solid #FF5000;
  color: #fff !important;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  transition: 0.5s ease all;
  text-transform: uppercase;
  margin: 20px auto;
}

.c-btn:hover {
  background: #f80;
  border-color: #f80;
}

.c-btn--outline {
  background: transparent;
  border-color: #fff;
}

.c-btn--outline:hover {
  background: #fff;
  border-color: #fff;
  color: #232323 !important;
}

.section {
  position: relative;
  min-height: 100vh;
  max-width: 100%;
  padding: 50px 15px 20px;
}

.video-section {
  display: flex;
  align-items: stretch;
}

.video-section::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 20vh;
  background: linear-gradient(0deg, rgb(6, 8, 13) 0%, rgb(6, 8, 13) 30%, rgba(255, 255, 255, 0) 100%);
}

.video-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.video-section__bg video {
  width: 100%;
  min-width: 0;
  height: 100%;
  min-height: 0;
  position: static;
  transform: none;
  object-fit: cover;
}

.video-section__bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5) linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.5));
}

.video-section__content {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 1;
}

.video-section__content .logo {
  max-width: 300px;
}

.video-section__content .content {
  width: 100%;
  max-width: 1280px;
}

.content {
  max-width: 839px;
  margin-left: auto;
  margin-right: auto;
}

.content__row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.content__row--buttons {
  display: block;
}

.content__social {
  position: relative;
  z-index: 2;
}

.content__social a {
  margin-right: 10px;
}

.content__social a:last-child {
  margin-right: 0;
}

.content__social p {
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin: 10px 0;
}

.content__social img {
  max-width: 32px;
}

.content__social img:hover {
  transition: transform 0.5s;
  transform: scale(1.1);
}

.content > img {
  display: block;
  margin-bottom: 20px;
}

.currency {
  font: 16px/21px "Roboto", "Arial Narrow", Arial, sans-serif;
  white-space: nowrap;
}

.currency::after {
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: 18px;
  height: 14px;
  margin-left: 6px;
}

.currency--gold {
  color: #fab81b;
}

.currency--gold::after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxOCAxNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS4wOTIgMi42NjJhLjc3Mi43NzIgMCAwIDEtLjA3NS0uMzI4QzEuMDE3IDEuNDEgMi43NjQuNjY2IDQuOTIuNjY2YzIuMTU1IDAgMy45MDIuNzUgMy45MDIgMS42NjhhLjc2NS43NjUgMCAwIDEtLjA3Ni4zMjdjLjA1LjEwNy4wNzYuMjE3LjA3Ni4zMyAwIC45MjUtMS43NDcgMS42NzUtMy45MDIgMS42NzUtMi4xNTUgMC0zLjkwMi0uNzUtMy45MDItMS42NzUgMC0uMTEyLjAyNi0uMjIyLjA3NS0uMzI5em0tLjAwNyAzLjkyNmEuODYzLjg2MyAwIDAgMC0uMDg4LjM3NWMwIC4xMi4wMjYuMjM1LjA3NS4zNDdhLjg1Ny44NTcgMCAwIDAtLjA3NS4zNDdjMCAuOTc2IDEuNzQ3IDEuNzY4IDMuOTAxIDEuNzY4IDIuMTU1IDAgMy45MDMtLjc5MiAzLjkwMy0xLjc2OGEuODU3Ljg1NyAwIDAgMC0uMDc2LS4zNDguODQ1Ljg0NSAwIDAgMCAuMDc2LS4zNDYuODU2Ljg1NiAwIDAgMC0uMDg5LS4zNzNjLS4zOC44MTMtMS45NDMgMS40Mi0zLjgxNCAxLjQyLTEuODcgMC0zLjQzMy0uNjEyLTMuODEzLTEuNDIyem0uMDAxLTIuMjgyYS44NjMuODYzIDAgMCAwLS4wODguMzc1YzAgLjExOS4wMjYuMjM1LjA3NS4zNDZhLjg1Ny44NTcgMCAwIDAtLjA3NS4zNDdjMCAuOTc2IDEuNzQ3IDEuNzY5IDMuOTAyIDEuNzY5IDIuMTU0IDAgMy45MDItLjc5MyAzLjkwMi0xLjc2OWEuODU3Ljg1NyAwIDAgMC0uMDc2LS4zNDguODQ1Ljg0NSAwIDAgMCAuMDc2LS4zNDUuODU2Ljg1NiAwIDAgMC0uMDg5LS4zNzNjLS4zOC44MTItMS45NDMgMS40Mi0zLjgxMyAxLjQycy0zLjQzNC0uNjEzLTMuODE0LTEuNDIyem0tLjAyNiA0LjZhLjg2My44NjMgMCAwIDAtLjA4NS4zN2MwIC4xMi4wMjcuMjM5LjA3OC4zNTNhLjg2Ljg2IDAgMCAwLS4wNzguMzU0YzAgLjk3NiAxLjc0NyAxLjc2OCAzLjkwMiAxLjc2OCAyLjE1NSAwIDMuOTAyLS43OTIgMy45MDItMS43NjhhLjg2Ljg2IDAgMCAwLS4wNzgtLjM1NC44NTkuODU5IDAgMCAwIC4wNzgtLjM1NC44NjMuODYzIDAgMCAwLS4wODQtLjM2N2MtLjM3NC44MTctMS45NDEgMS40MjgtMy44MTggMS40MjgtMS44NzYgMC0zLjQ0My0uNjE2LTMuODE3LTEuNDN6bTAgMi4yNTVhLjg3My44NzMgMCAwIDAgLjAyMi42OTYuODYzLjg2MyAwIDAgMC0uMDg1LjM2OWMwIC45NzYgMS43NDcgMS43NjggMy45MDEgMS43NjggMi4xNTUgMCAzLjkwMy0uNzkyIDMuOTAzLTEuNzY4YS44NjMuODYzIDAgMCAwLS4wODUtLjM2OC44ODEuODgxIDAgMCAwIC4wMjMtLjY5N2MtLjMyOC44MDgtMS45MjMgMS40MTgtMy44NCAxLjQxOC0xLjkxNyAwLTMuNTEtLjYxNS0zLjg0LTEuNDE4em04Ljk5Ny0zLjg3YS43NzIuNzcyIDAgMCAxLS4wNzUtLjMyOGMwLS45MjQgMS43NDYtMS42NjggMy45MDEtMS42NjggMi4xNTYgMCAzLjkwMi43NSAzLjkwMiAxLjY2OGEuNzY1Ljc2NSAwIDAgMS0uMDc1LjMyN2MuMDUuMTA3LjA3NS4yMTcuMDc1LjMzIDAgLjkyNS0xLjc0NyAxLjY3NS0zLjkwMiAxLjY3NS0yLjE1NSAwLTMuOTAxLS43NS0zLjkwMS0xLjY3NSAwLS4xMTMuMDI2LS4yMjIuMDc1LS4zMjl6bS4wMDMgMS42MTZhLjg2My44NjMgMCAwIDAtLjA4NS4zNjhjMCAuMTIxLjAyNy4yNC4wNzguMzU0YS44Ni44NiAwIDAgMC0uMDc4LjM1NGMwIC45NzYgMS43NDcgMS43NjggMy45MDIgMS43NjggMi4xNTUgMCAzLjkwMi0uNzkyIDMuOTAyLTEuNzY4YS44Ni44NiAwIDAgMC0uMDc4LS4zNTQuODU5Ljg1OSAwIDAgMCAuMDc4LS4zNTQuODYzLjg2MyAwIDAgMC0uMDg0LS4zNjdjLS4zNzQuODE3LTEuOTQxIDEuNDI4LTMuODE4IDEuNDI4LTEuODc2IDAtMy40NDMtLjYxNi0zLjgxNy0xLjQzem0wIDIuMjU0YS44NzMuODczIDAgMCAwIC4wMjIuNjk2Ljg2My44NjMgMCAwIDAtLjA4NS4zNjljMCAuOTc2IDEuNzQ3IDEuNzY4IDMuOTAxIDEuNzY4IDIuMTU1IDAgMy45MDMtLjc5MiAzLjkwMy0xLjc2OGEuODYzLjg2MyAwIDAgMC0uMDg1LS4zNjguODgxLjg4MSAwIDAgMCAuMDIzLS42OTdjLS4zMjguODA4LTEuOTIzIDEuNDE4LTMuODQgMS40MTgtMS45MTcgMC0zLjUxLS42MTUtMy44NC0xLjQxOHoiIGZpbGw9IiNGQkE4MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
}

.currency--silver {
  color: #ced9d9;
}

.currency--silver::after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE3IDE0Ij48cGF0aCBmaWxsPSIjQ0VEOUQ5IiBkPSJNMTYuODgzIDEuOTk2YS43NzIuNzcyIDAgMCAwIC4wNzUtLjMyOEMxNi45NTguNzQ0IDE1LjIxMSAwIDEzLjA1NyAwIDEwLjkgMCA5LjE1NC43NSA5LjE1NCAxLjY2OGMwIC4xMTIuMDI2LjIyMi4wNzYuMzI3YS43NzYuNzc2IDAgMCAwLS4wNzYuMzNDOS4xNTQgMy4yNSAxMC45MDIgNCAxMy4wNTcgNGMyLjE1NCAwIDMuOTAxLS43NSAzLjkwMS0xLjY3NWEuNzc2Ljc3NiAwIDAgMC0uMDc1LS4zMjl6bS4wMDcgMy45MjZjLjA1OC4xMi4wODguMjQ2LjA4OC4zNzVhLjg1My44NTMgMCAwIDEtLjA3NS4zNDdjLjA1LjExMi4wNzUuMjI4LjA3NS4zNDcgMCAuOTc2LTEuNzQ2IDEuNzY4LTMuOTAxIDEuNzY4cy0zLjkwMi0uNzkyLTMuOTAyLTEuNzY4YzAtLjEyLjAyNi0uMjM2LjA3NS0uMzQ4YS44NDUuODQ1IDAgMCAxLS4wNzUtLjM0NmMwLS4xMjguMDMtLjI1Mi4wODgtLjM3My4zOC44MTMgMS45NDQgMS40MiAzLjgxNCAxLjQyczMuNDMzLS42MTMgMy44MTMtMS40MjJ6bTAtMi4yODJjLjA1OC4xMi4wODguMjQ2LjA4OC4zNzVhLjg1My44NTMgMCAwIDEtLjA3NS4zNDZjLjA1LjExMi4wNzUuMjI4LjA3NS4zNDcgMCAuOTc2LTEuNzQ2IDEuNzY5LTMuOTAxIDEuNzY5cy0zLjkwMi0uNzkzLTMuOTAyLTEuNzY5YzAtLjExOS4wMjYtLjIzNS4wNzUtLjM0OGEuODQ1Ljg0NSAwIDAgMS0uMDc1LS4zNDUuODUuODUgMCAwIDEgLjA4OC0uMzczYy4zOC44MTIgMS45NDQgMS40MiAzLjgxNCAxLjQyczMuNDMzLS42MTMgMy44MTMtMS40MjJ6bS4wMjYgNC42YS44NjMuODYzIDAgMCAxIC4wODUuMzcuODYuODYgMCAwIDEtLjA3OC4zNTMuODYuODYgMCAwIDEgLjA3OC4zNTRjMCAuOTc2LTEuNzQ3IDEuNzY4LTMuOTAxIDEuNzY4LTIuMTU1IDAtMy45MDMtLjc5Mi0zLjkwMy0xLjc2OGEuODYuODYgMCAwIDEgLjA3OS0uMzU0Ljg1OS44NTkgMCAwIDEtLjA3OS0uMzU0YzAtLjEyNi4wMy0uMjQ5LjA4NS0uMzY3LjM3My44MTcgMS45NCAxLjQyOCAzLjgxOCAxLjQyOCAxLjg3NSAwIDMuNDQyLS42MTYgMy44MTYtMS40M3ptMCAyLjI1NWEuODczLjg3MyAwIDAgMS0uMDIxLjY5Ni44NjMuODYzIDAgMCAxIC4wODQuMzY4YzAgLjk3Ny0xLjc0NiAxLjc2OS0zLjkwMSAxLjc2OXMtMy45MDItLjc5Mi0zLjkwMi0xLjc2OWMwLS4xMjYuMDI5LS4yNDkuMDg0LS4zNjdhLjg4MS44ODEgMCAwIDEtLjAyMy0uNjk3Yy4zMjkuODA4IDEuOTIzIDEuNDE4IDMuODQxIDEuNDE4IDEuOTE2IDAgMy41MS0uNjE1IDMuODM5LTEuNDE4em0tOC45OTctMy44N2EuNzcyLjc3MiAwIDAgMCAuMDc2LS4zMjhjMC0uOTI0LTEuNzQ3LTEuNjY4LTMuOTAyLTEuNjY4LTIuMTU1IDAtMy45MDIuNzUtMy45MDIgMS42NjggMCAuMTEyLjAyNi4yMjIuMDc2LjMyN2EuNzc2Ljc3NiAwIDAgMC0uMDc2LjMzYzAgLjkyNCAxLjc0NyAxLjY3NSAzLjkwMiAxLjY3NSAyLjE1NSAwIDMuOTAyLS43NSAzLjkwMi0xLjY3NWEuNzc2Ljc3NiAwIDAgMC0uMDc2LS4zMjl6bS0uMDAzIDEuNjE2QS44NjMuODYzIDAgMCAxIDggOC42MDlhLjg2Ljg2IDAgMCAxLS4wNzguMzU0Ljg2Ljg2IDAgMCAxIC4wNzguMzU0YzAgLjk3Ni0xLjc0NyAxLjc2OC0zLjkwMSAxLjc2OC0yLjE1NSAwLTMuOTAzLS43OTItMy45MDMtMS43NjhhLjg2Ljg2IDAgMCAxIC4wNzktLjM1NC44NTkuODU5IDAgMCAxLS4wNzktLjM1NGMwLS4xMjYuMDMtLjI0OS4wODUtLjM2Ny4zNzMuODE3IDEuOTQgMS40MjggMy44MTggMS40MjggMS44NzUgMCAzLjQ0Mi0uNjE2IDMuODE2LTEuNDN6bTAgMi4yNTRhLjg3My44NzMgMCAwIDEtLjAyMS42OTYuODYzLjg2MyAwIDAgMSAuMDg0LjM2OGMwIC45NzctMS43NDYgMS43NjktMy45MDEgMS43NjlTLjE3NSAxMi41MzYuMTc1IDExLjU1OWMwLS4xMjYuMDI5LS4yNDkuMDg0LS4zNjdhLjg4MS44ODEgMCAwIDEtLjAyMy0uNjk3Yy4zMjkuODA4IDEuOTIzIDEuNDE4IDMuODQxIDEuNDE4IDEuOTE2IDAgMy41MS0uNjE1IDMuODM5LTEuNDE4eiIvPjwvc3ZnPg==);
}

.currency--industrial {
  color: #a29b70;
}

.currency--industrial::after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDEzIDE1Ij48cGF0aCBmaWxsPSIjQTI5QjcwIiBkPSJNMCA0LjVWMTJsNiAyLjk4VjdMMCA0LjV6bTEzIDBWMTJsLTYgMi45OFY3bDYtMi41ek02LjUgNkwwIDMuNXYtMUw2LjUgMCAxMyAyLjV2MUw2LjUgNnpNMiA5LjM3NWwyIC43NVY4bDEgLjV2M0wxIDEwVjdsMSAuNXYxLjg3NXoiLz48L3N2Zz4=);
  width: 13px;
  height: 16px;
  margin-bottom: -2px;
}

.currency--proxy {
  color: #c9c9b6;
}

.currency--proxy::after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNyAxMyI+PHBhdGggZD0iTTUzMC4yIDQ5Mi43bC0xMS4zIDYtNS40LTN2LjdsNS40IDMgMTEuMy02di0uN3ptMC0uOXYtLjhsLTExLjMgNi01LjQtM3YuOWw1LjQgMi45IDExLjMtNnptLTE2LjcgMS40bDUuNCAyLjkgMTEuMy02di0uN2wtNS42LTIuOS0xMS4xIDUuOXYuOHptMTAuOS0yLjNsLS4xLjFoLS44Yy0uMSAwLS4xIDAtLjEtLjF2LS4ybC0xLjQtLjd2LS4xbC42LS4zaC4ybDEuNi44di41em0uMS00bDQuNSAyLjQtMy45IDIuMS4xLTEuMWMwLS4xIDAtLjEtLjEtLjJsLTIuMy0xLjFjLS4xIDAtLjItLjEtLjQtLjFoLTEuN2MtLjEgMC0uMiAwLS4zLjFsNC4xLTIuMXptLTUuMiAzLjNsMS41LS44aDEuMmMuMSAwIC4yLjEuMS4xbC0uOC40Yy0uMSAwLS4xLjEgMCAuMWwzLjEgMS41di4zaC0uOGwtMy4xLTEuNWgtLjJsLS44LjRoLS4ydi0uNXptMy4xIDEuM3YuNGgtMS4xbC0xLjYtLjh2LS4xbC42LS4zaC4ybDEuNC43aC41cy4xLjEgMCAuMXptLTMuOS0xLjRsLS4xLjljMCAuMSAwIC4xLjEuMmwyLjMgMS4xYy4xIDAgLjIuMS40LjFsMi4zLS4xLTQuNiAyLjQtNC41LTIuNCA0LjEtMi4yek0xNi44IDYuM2wtMTEuMyA2LTUuNC0zdi43bDUuNCAzIDExLjMtNnYtLjd6bTAtLjl2LS44bC0xMS4zIDYtNS40LTN2LjlsNS40IDIuOSAxMS4zLTZ6TS4yIDYuOGw1LjQgMi45IDExLjMtNlYzTDExLjMuMS4yIDZ2Ljh6bTEwLjktMi4zaC0xYy0uMSAwLS4xIDAtLjEtLjF2LS4ybC0xLjMtLjZ2LS4xbC42LS4zaC4ybDEuNi44di41em0uMS00bDQuNSAyLjRMMTEuOCA1bC4xLTEuMWMwLS4xIDAtLjEtLjEtLjJMOS41IDIuNmMtLjEgMC0uMi0uMS0uNC0uMUg3LjRjLS4xIDAtLjIgMC0uMy4xTDExLjIuNXpNNS45IDMuOHMuMSAwIDAgMEw3LjUgM2gxLjJjLjEgMCAuMi4xLjEuMWwtLjkuNGMtLjEgMC0uMS4xIDAgLjFMMTEgNS4xdi4zaC0uOEw3LjEgNGgtLjJsLS44LjRoLS4ydi0uNnptMy4yIDEuM3YuNEg4bC0xLjctLjh2LS4xbC42LS4zaC4ybDEuNC43SDlzLjEgMCAuMS4xek01LjIgMy43bC0uMS45YzAgLjEgMCAuMS4xLjJsMi4zIDEuMWMuMS4xLjIuMS4zLjFsMi4zLS4xLTQuNSAyLjVMMSA1LjlsNC4yLTIuMnoiIGZpbGw9IiNDOEM4QjUiLz48L3N2Zz4=);
  width: 17px;
  height: 13px;
  margin-bottom: -2px;
}

.separate {
  position: relative;
  width: 100%;
  max-width: 916px;
  height: 40px;
  box-sizing: border-box;
  background: url(https://ru-wotp.lesta.ru/dcont/fb/image/group_42.png) center center/contain no-repeat;
  margin: 20px auto 0px;
  padding: 0px 15px;
}

.paginate {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  position: fixed;
  top: 50%;
  bottom: 0;
  right: 33px;
  transform: translateY(-50%);
  z-index: 1;
}

.paginate__item {
  background: #fff;
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  outline: none;
  cursor: pointer;
  margin: 8px 0;
}

.paginate__item:hover {
  background: #f80;
}

.paginate__item.active {
  background: #FF5000;
}

.c-footer {
  font-size: 12px;
  font-weight: 400;
  margin-top: 20px;
}

.c-footer p {
  font: inherit;
  color: inherit;
}

.c-footer__inner {
  margin: 0 auto;
  padding: 0 16px 20px;
}

.c-footer__inner a {
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  transition: color 0.5s;
}

.c-footer__inner a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.c-footer__nav {
  width: 100%;
  margin-bottom: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.c-footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 34px;
  text-transform: uppercase;
}

.c-footer__nav ul li {
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  padding: 0;
}

.c-footer__nav ul li:not(:last-child) {
  padding-right: 20px;
}

.c-footer__nav ul li::after {
  content: none;
}

.c-footer__copyright {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  width: 100%;
  color: rgba(255, 255, 255, 0.3);
}

.c-footer__copyright .logo {
  width: auto;
  display: flex;
  align-self: flex-start;
  margin-right: 8px;
  opacity: 0.3;
  position: relative;
  transition: opacity 0.5s;
}

.c-footer__copyright .logo img {
  width: auto;
  max-width: 26px;
}

.c-footer__copyright .c-text {
  width: 100%;
}

.sparkles,
.footer.js-footer {
  display: none !important;
}

.msg {
  background: #282828;
  padding: 13px 18px 13px 23px;
  border-left: transparent 2px solid;
  color: #fff;
}

.msg a {
  color: #FF5000;
}

.msg--info {
  border-left-color: #fffbed;
}

.msg--success {
  border-left-color: #66af4c;
}

.msg--danger {
  border-left-color: #a6230e;
}

.simple-spinner {
  position: relative;
  width: 100px;
  height: 100px;
}

.simple-spinner__line {
  background: #f25322;
  width: 5px;
  height: 18px;
  position: absolute;
  left: 47.5px;
  top: 15px;
  border-radius: 1.8px/1.8px;
  transform-origin: 2.5px 35px;
  box-sizing: content-box;
  animation: simpleSpinnerAnimation linear 1s infinite;
}

.simple-spinner__line:first-child {
  transform: rotate(32.72727deg);
  animation-delay: -1.1s;
}

.simple-spinner__line:nth-child(2) {
  transform: rotate(65.45455deg);
  animation-delay: -1s;
}

.simple-spinner__line:nth-child(3) {
  transform: rotate(98.18182deg);
  animation-delay: -0.9s;
}

.simple-spinner__line:nth-child(4) {
  transform: rotate(130.90909deg);
  animation-delay: -0.8s;
}

.simple-spinner__line:nth-child(5) {
  transform: rotate(163.63636deg);
  animation-delay: -0.7s;
}

.simple-spinner__line:nth-child(6) {
  transform: rotate(196.36364deg);
  animation-delay: -0.6s;
}

.simple-spinner__line:nth-child(7) {
  transform: rotate(229.09091deg);
  animation-delay: -0.5s;
}

.simple-spinner__line:nth-child(8) {
  transform: rotate(261.81818deg);
  animation-delay: -0.4s;
}

.simple-spinner__line:nth-child(9) {
  transform: rotate(294.54545deg);
  animation-delay: -0.3s;
}

.simple-spinner__line:nth-child(10) {
  transform: rotate(327.27273deg);
  animation-delay: -0.2s;
}

.simple-spinner__line:nth-child(11) {
  transform: rotate(360deg);
  animation-delay: -0.1s;
}

@keyframes simpleSpinnerAnimation {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@media (min-width: 425px) {
  .c-btn {
    max-width: 250px;
  }
}

@media (min-width: 480px) {
  .c-btn {
    margin: 0;
  }

  .content__row--buttons {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .content__row > * {
    margin-right: 20px;
  }

  .content__row > *:last-child {
    margin-right: 0;
  }
}

@media (min-width: 720px) {
  .c-footer__nav ul li:not(:last-child) {
    padding-right: 25px;
  }
}

@media (min-width: 768px) {
  .video-section__content .logo {
    max-width: 450px;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 46px;
    line-height: 46px;
  }

  h2 {
    font-size: 32px;
    line-height: 32px;
  }
}

@media (min-width: 1100px) {
  .c-footer__inner {
    margin: 0 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .c-footer__nav {
    padding-top: 0;
    border: none;
  }
}

@media (min-width: 1600px) {
  p {
    font-size: 20px;
  }

  h1 {
    font-size: 102px;
    line-height: 102px;
    margin: 0 0 40px;
  }

  h2 {
    font-size: 60px;
    line-height: 60px;
  }

  .c-btn {
    padding: 20px 5px;
    font-size: 20px;
    max-width: 340px;
  }

  .section {
    padding: 200px 15px 60px;
  }

  .content__row {
    margin-top: 40px;
  }

  .content__row > * {
    margin-right: 40px;
  }

  .content__social p {
    margin: 20px 0;
  }

  .content__social img {
    max-width: 48px;
  }

  .separate {
    margin: 40px auto 0px;
    height: 60px;
  }

  .paginate__item {
    width: 18px;
    height: 18px;
  }

  .c-footer__inner {
    margin: 0 100px;
  }

  .c-footer__nav ul li:not(:last-child) {
    padding-right: 30px;
  }

  .c-footer__copyright {
    max-width: 700px;
  }
}