/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

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

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-figure figure {
  margin: 0; }

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

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

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

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

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

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

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

*::-webkit-input-placeholder {
  color: #505050;
  opacity: 1;
  transition: opacity .25s; }

*:focus::-webkit-input-placeholder {
  opacity: 0; }

*:-moz-placeholder {
  color: #505050;
  opacity: 1;
  transition: opacity .25s; }

*:focus::-moz-placeholder {
  opacity: 0; }

*::-moz-placeholder {
  color: #505050;
  opacity: 1;
  transition: opacity .25s; }

*:focus:-moz-placeholder {
  opacity: 0; }

*:-ms-input-placeholder {
  color: #505050;
  opacity: 1;
  transition: opacity .25s; }

*:focus:-ms-input-placeholder {
  opacity: 0; }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #505050; }

body input:required:valid,
body textarea:required:valid {
  color: #505050; }

*, body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-focus-ring-color: rgba(0, 0, 0, 0);
  outline: none; }

html, body {
  /*height: 100%;*/
  background: #171717; }

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.25;
  font-family: "Lato-Regular", sans-serif;
  overflow-x: hidden;
  opacity: 1; }

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

.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: #FBF8F8; }
  .preloader img {
    position: relative;
    left: 50%;
    top: 50vh;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

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

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

.container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 1200px;
  padding: 0 15px;
  margin: 0 auto; }

.btn {
  flex: 1 100%;
  width: 100%;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  background: linear-gradient(180deg, #FA9A48 0%, #E27B22 100%);
  border-radius: 3px;
  font-size: 13px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #ffffff;
  fill: #ffffff;
  font-family: "BeaufortforLOL-Heavy", sans-serif;
  transition: .3s; }
  .btn svg, .btn img {
    margin-right: 9px; }
  .btn:hover {
    background: linear-gradient(180deg, #FAA861 0%, #E28739 100%); }
  .btn:active {
    background: linear-gradient(180deg, #FA8D2F 0%, #E26F0B 100%); }

.title {
  font-size: 36px;
  line-height: 1.1;
  font-family: "BeaufortforLOL-Regular", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  flex: 1 100%;
  text-align: center;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25); }

.graph {
  flex: 1;
  position: relative;
  top: 18px; }
  .graph-wrapper {
    display: flex;
    position: relative;
    z-index: 1;
    overflow: hidden; }
    .graph-wrapper .morris-hover.morris-default-style {
      top: 0 !important;
      background: rgba(23, 23, 23, 0.4);
      -webkit-backdrop-filter: blur(10px);
              backdrop-filter: blur(10px);
      border-radius: 3px;
      border: 0;
      padding: 6px 9px;
      padding-left: 23px;
      width: 58px;
      text-align: left;
      -webkit-transform: translate(0, -16px);
              transform: translate(0, -16px); }
      .graph-wrapper .morris-hover.morris-default-style .value {
        font-size: 12px;
        line-height: 1.3;
        font-family: "Lato-Bold", sans-serif;
        color: #ffffff;
        margin-bottom: 1px; }
      .graph-wrapper .morris-hover.morris-default-style .time {
        font-family: "Lato-Regular", sans-serif;
        font-size: 10px;
        line-height: 1.3;
        color: rgba(233, 218, 213, 0.6); }
  .graph-left {
    flex: 0 33px;
    padding-top: 24px; }
    .graph-left-list {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%; }
    .graph-left-val {
      font-size: 10px;
      line-height: 1.3;
      color: #e9dad5;
      opacity: 0.6;
      position: relative; }
      .graph-left-val::after {
        position: absolute;
        left: 33px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
        content: '';
        width: 100vw;
        height: 1px;
        background-color: rgba(191, 162, 152, 0.1); }

.popup {
  max-width: 574px;
  max-height: 100%;
  width: 100%;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(30%) scale(0.9);
          transform: translateY(30%) scale(0.9);
  background-size: 100% 100%;
  transition: .3s;
  border-radius: 5px; }
  .popup-img {
    margin-bottom: -48px;
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .popup-img img {
      margin-left: -2px; }
  .popup-bg {
    position: absolute;
    left: 50%;
    bottom: -15px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  .popup-content {
    padding-top: 41px;
    background-color: #262423;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 38px; }
  .popup-title {
    margin-bottom: 14px;
    font-size: 29px;
    line-height: 1.1;
    font-family: "BeaufortforLOL-Bold", sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #e9dad5; }
  .popup-text {
    max-width: 298px;
    margin: 0 auto;
    margin-bottom: 31px;
    font-size: 16px;
    line-height: 1.3;
    color: #bfa298;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    text-align: center; }
  .popup-rate {
    text-align: center;
    margin-bottom: 30px; }
    .popup-rate .about-new-rates-list {
      justify-content: center;
      flex-wrap: wrap; }
  .popup-subtitle {
    text-align: center;
    font-size: 14px;
    line-height: 1.1;
    color: #e9dad5;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    margin-bottom: 16px; }
  .popup-list-img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 0;
    margin-bottom: 32px; }
    .popup-list-img img {
      display: block;
      margin-right: 12px;
      margin-bottom: 12px; }
  .popup-btn {
    display: flex;
    justify-content: center; }
    .popup-btn .btn {
      height: 46px;
      max-width: 191px; }
  .popup-close {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    border: 0;
    background-color: transparent;
    padding: 0;
    position: absolute;
    z-index: 9;
    right: 8px;
    top: 143px;
    cursor: pointer;
    transition: .3s;
    opacity: 0.5; }
    .popup-close:hover {
      opacity: 1; }
  .popup-wrapper {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .popup-wrapper.active .popup {
      opacity: 1;
      -webkit-transform: translateY(0%) scale(1);
              transform: translateY(0%) scale(1); }
    .popup-wrapper.active .overlay {
      opacity: 1; }
    .popup-wrapper.hide .popup {
      opacity: 0;
      -webkit-transform: translateY(30%) scale(0.9);
              transform: translateY(30%) scale(0.9); }
    .popup-wrapper.hide .overlay {
      opacity: 0; }
    .popup-wrapper .overlay {
      position: absolute;
      left: 0;
      top: 0;
      width: 100vw;
      height: 100vh;
      background-color: rgba(84, 75, 72, 0.9);
      transition: .3s;
      opacity: 0; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
  -webkit-transform: translateY(30%) scale(0.9);
          transform: translateY(30%) scale(0.9); }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transform: translateY(30%) scale(0.9);
          transform: translateY(30%) scale(0.9);
  transition: all 0.25s; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: translateY(0%) scale(1);
          transform: translateY(0%) scale(1); }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: translateY(30%) scale(0.9);
          transform: translateY(30%) scale(0.9); }

@-webkit-keyframes float {
  0% {
    -webkit-transform: translate(-50%, -20px);
            transform: translate(-50%, -20px); }
  50% {
    -webkit-transform: translate(-50%, 20px);
            transform: translate(-50%, 20px); }
  100% {
    -webkit-transform: translate(-50%, -20px);
            transform: translate(-50%, -20px); } }

@keyframes float {
  0% {
    -webkit-transform: translate(-50%, -20px);
            transform: translate(-50%, -20px); }
  50% {
    -webkit-transform: translate(-50%, 20px);
            transform: translate(-50%, 20px); }
  100% {
    -webkit-transform: translate(-50%, -20px);
            transform: translate(-50%, -20px); } }

.header {
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%; }
  .header-mobile {
    display: none; }
  .header-menu {
    display: none; }
  .header-top {
    position: relative;
    z-index: 1;
    background: rgba(23, 23, 23, 0.95);
    -webkit-filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px); }
  .header-logo {
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid rgba(233, 218, 213, 0.1);
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0; }
  .header-game {
    flex: 1;
    margin-left: 16px; }
    .header-game-donwload {
      display: flex;
      align-items: center;
      justify-content: center; }
      .header-game-donwload a {
        color: #ffffff;
        fill: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        line-height: 1.1;
        letter-spacing: 0.01em;
        text-transform: uppercase;
        text-decoration: none;
        padding: 0;
        transition: .3s; }
        .header-game-donwload a:hover {
          fill: #E27B22;
          color: #E27B22; }
        .header-game-donwload a svg {
          margin-right: 9px;
          position: relative;
          top: -2px; }
    .header-game-name {
      font-size: 16px;
      line-height: 19px;
      font-family: "Lato-Bold", sans-serif;
      color: #ffffff;
      margin-bottom: 2px;
      text-transform: none; }
      .header-game-name:last-child {
        margin-bottom: 0; }
    .header-game-type {
      font-size: 13px;
      line-height: 16px;
      letter-spacing: 0.02em;
      color: #bfa298;
      text-transform: none; }
  .header-games-menu {
    display: none;
    padding-top: 20px;
    padding-bottom: 16px;
    width: 260px;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 100%;
    border-radius: 0px 0px 3px 3px;
    background: rgba(23, 23, 23, 0.8);
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    -webkit-filter: drop-shadow(0px 15px 25px rgba(17, 16, 16, 0.3));
            filter: drop-shadow(0px 15px 25px rgba(17, 16, 16, 0.3)); }
    .header-games-menu ul {
      padding: 0;
      margin: 0;
      list-style-type: none;
      padding-bottom: 19px;
      border-bottom: 1px solid rgba(233, 218, 213, 0.1);
      margin-bottom: 15px; }
      .header-games-menu ul a {
        display: flex;
        align-items: center;
        text-decoration: none;
        transition: .3s;
        background: 0;
        padding: 9px 28px; }
        .header-games-menu ul a:hover {
          background: #292625; }
  .header-nav nav > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center; }
    .header-nav nav > ul > li {
      font-family: "Lato-Bold", sans-serif;
      font-size: 13px;
      line-height: 1.1;
      text-transform: uppercase;
      margin-right: 26px; }
      .header-nav nav > ul > li:last-child {
        margin-right: 0; }
      .header-nav nav > ul > li > a {
        display: block;
        padding-bottom: 15px;
        padding-top: 15px;
        color: #ffffff;
        text-decoration: none;
        transition: .3s; }
        .header-nav nav > ul > li > a:hover {
          color: #e27b22; }
      .header-nav nav > ul > li.has-menu {
        position: relative; }
        .header-nav nav > ul > li.has-menu > a {
          position: relative;
          padding-right: 17px; }
          .header-nav nav > ul > li.has-menu > a::after {
            position: absolute;
            right: 0;
            top: 50%;
            -webkit-transform: translate(0, -50%);
                    transform: translate(0, -50%);
            content: '';
            width: 9px;
            height: 6px;
            margin-top: -2px;
            background-image: url(../images/header-arrow.svg);
            background-repeat: no-repeat;
            background-position: center; }
  .header-links {
    margin-left: auto;
    display: flex;
    align-items: center; }
  .header-login {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    line-height: 1.1; }
    .header-login > a {
      font-family: "Lato-Bold", sans-serif;
      font-size: 13px;
      line-height: 1.1;
      text-transform: uppercase;
      position: relative;
      padding-right: 17px;
      color: #ffffff;
      text-decoration: none;
      transition: .3s; }
      .header-login > a:hover {
        color: #E27B22; }
      .header-login > a::after {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
        content: '';
        width: 9px;
        height: 6px;
        margin-top: -2px;
        background-image: url(../images/header-arrow.svg);
        background-repeat: no-repeat;
        background-position: center; }
    .header-login-more {
      display: none;
      width: 260px;
      padding-top: 6px;
      padding-bottom: 16px;
      position: absolute;
      z-index: 9;
      left: 0;
      top: 100%;
      border-radius: 0px 0px 3px 3px;
      background: rgba(23, 23, 23, 0.8);
      -webkit-backdrop-filter: blur(12px);
              backdrop-filter: blur(12px);
      -webkit-filter: drop-shadow(0px 15px 25px rgba(17, 16, 16, 0.3));
              filter: drop-shadow(0px 15px 25px rgba(17, 16, 16, 0.3)); }
    .header-login-menu ul {
      padding: 0;
      margin: 0;
      list-style-type: none;
      /*padding-bottom: 11px;
      border-bottom: 1px solid rgba(233, 218, 213, 0.1);
      margin-bottom: 15px;*/ }
    .header-login-menu a {
      color: #ffffff;
      fill: #ffffff;
      display: flex;
      align-items: center;
      font-size: 14px;
      height: 40px;
      line-height: 1.1;
      letter-spacing: 0.01em;
      font-family: "Lato-Bold", sans-serif;
      text-decoration: none;
      padding: 0 26px;
      transition: .3s; }
      .header-login-menu a:hover {
        background: #292625; }
      .header-login-menu a img {
        margin-right: 14px; }
    .header-login-btns {
      padding: 0 28px; }
      .header-login-btns > a {
        width: 100%; }
      .header-login-btns .btn {
        margin-bottom: 14px; }
    .header-login-link {
      font-size: 16px;
      line-height: 1.1;
      text-align: center;
      font-family: "BeaufortforLOL-Medium", sans-serif;
      color: #e9dad5;
      text-decoration: none;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: .3s; }
      .header-login-link:hover {
        color: #e27b22; }
  .header-language {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 26px;
    font-size: 13px;
    line-height: 1.1; }
    .header-language ul {
      display: none;
      width: 129px;
      position: absolute;
      z-index: 9;
      left: 0;
      top: 100%;
      border-radius: 0px 0px 3px 3px;
      background: rgba(23, 23, 23, 0.8);
      -webkit-backdrop-filter: blur(12px);
              backdrop-filter: blur(12px);
      margin: 0;
      padding: 0;
      padding-top: 15px;
      padding-bottom: 24px;
      padding-left: 22px;
      list-style-type: none;
      -webkit-filter: drop-shadow(0px 15px 25px rgba(17, 16, 16, 0.3));
              filter: drop-shadow(0px 15px 25px rgba(17, 16, 16, 0.3)); }
    .header-language li {
      font-family: "Lato-Bold", sans-serif;
      font-size: 13px;
      line-height: 1.1;
      color: #ffffff;
      text-transform: uppercase;
      margin-bottom: 14px; }
      .header-language li:last-child {
        margin-bottom: 0; }
    .header-language a {
      color: #ffffff;
      text-decoration: none;
      transition: .3s; }
      .header-language a:hover {
        color: #e27b22; }
    .header-language-text {
      display: flex;
      align-items: center;
      position: relative;
      font-family: "Lato-Bold", sans-serif;
      font-size: 13px;
      line-height: 1.1;
      color: #ffffff;
      text-transform: uppercase;
      cursor: pointer;
      padding-right: 17px; }
      .header-language-text img {
        margin-right: 8px;
        position: relative;
        top: -2px; }
      .header-language-text::after {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
        content: '';
        width: 9px;
        height: 6px;
        margin-top: -2px;
        background-image: url(../images/header-arrow.svg);
        background-repeat: no-repeat;
        background-position: center; }
  .header-bottom {
    background: linear-gradient(90deg, rgba(70, 66, 65, 0) 0%, rgba(70, 66, 65, 0.49) 49.92%, rgba(70, 66, 65, 0) 100%);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    top: -150px;
    left: 0;
    width: 100%;
    transition: .3s; }
    .header-bottom.fixed {
      position: fixed;
      top: 0; }
    .header-bottom-nav {
      margin-right: auto; }
      .header-bottom-nav ul {
        display: flex;
        align-items: center;
        margin: 0;
        padding: 0;
        list-style-type: none; }
      .header-bottom-nav li {
        padding-right: 28px;
        margin-right: 20px;
        position: relative;
        font-size: 16px;
        line-height: 1.1;
        font-family: "BeaufortforLOL-Medium", sans-serif; }
        .header-bottom-nav li:last-child {
          padding-right: 0;
          margin-right: 0; }
          .header-bottom-nav li:last-child::after {
            display: none; }
        .header-bottom-nav li::after {
          position: absolute;
          right: 0;
          top: 50%;
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%);
          content: '';
          width: 8px;
          height: 8px;
          background-image: url(../images/header-dot.svg);
          background-repeat: no-repeat;
          background-position: center; }
        .header-bottom-nav li.active a {
          color: #e27b22;
          border-bottom: 1px solid #e27b22; }
      .header-bottom-nav a {
        display: block;
        color: #e9dad5;
        padding-bottom: 14px;
        padding-top: 16px;
        border-bottom: 2px solid transparent;
        text-decoration: none;
        transition: .3s; }
        .header-bottom-nav a:hover {
          color: #e27b22; }
    .header-bottom-btn {
      max-width: 159px;
      width: 100%; }
  .header-right {
    position: fixed;
    z-index: 99;
    right: 72px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
    .header-right-nav {
      padding-top: 60px;
      padding-bottom: 60px; }
      .header-right-nav::before {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        content: '';
        height: 50px;
        width: 2px;
        background-image: linear-gradient(to top, white, rgba(246, 52, 68, 0));
        opacity: 0.3; }
      .header-right-nav::after {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        content: '';
        height: 50px;
        width: 2px;
        background-image: linear-gradient(to bottom, white, rgba(246, 52, 68, 0));
        opacity: 0.3; }
      .header-right-nav ul {
        margin: 0;
        padding: 0;
        list-style-type: none; }
      .header-right-nav li {
        margin-bottom: 37px;
        text-align: center; }
        .header-right-nav li:last-child {
          margin-bottom: 0; }
          .header-right-nav li:last-child a::before {
            display: none; }
      .header-right-nav a {
        position: relative;
        font-size: 0;
        fill: #e9dad5;
        transition: .3s;
        text-decoration: none; }
        .header-right-nav a:hover {
          fill: #E27B22; }
        .header-right-nav a::before {
          position: absolute;
          top: calc(100% + 12px);
          left: 50%;
          -webkit-transform: translate(-50%, 0);
                  transform: translate(-50%, 0);
          content: '';
          height: 17px;
          width: 2px;
          background-color: rgba(255, 202, 205, 0.3); }

.hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 167px;
  padding-bottom: 70px;
  min-height: 865px;
  position: relative;
  z-index: 1; }
  .hero video {
    position: absolute;
    z-index: -1;
    left: 0;
    opacity: 0.1;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .hero-main-video {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .hero-main-video::after {
      position: absolute;
      z-index: 9;
      left: 0;
      top: 0;
      content: '';
      width: 100%;
      height: 100%;
      background-image: linear-gradient(180deg, #1E1C1C 10.39%, rgba(29, 28, 28, 0) 40.51%), linear-gradient(0deg, #1E1C1C -3.95%, rgba(29, 28, 28, 0) 5.74%);
      background-color: rgba(23, 23, 23, 0.4); }
    .hero-main-video video, .hero-main-video iframe {
      position: absolute;
      z-index: 1;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      opacity: 1; }
  .hero-logo {
    font-size: 0;
    flex: 1 100%;
    text-align: center;
    margin-bottom: 52px; }
  .hero-title {
    flex: 1 100%;
    text-align: center;
    font-size: 50px;
    line-height: 1.1;
    font-family: "BeaufortforLOL-Bold", sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    margin-bottom: 47px; }
  .hero-list {
    max-width: 654px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    margin-bottom: 31px;
    margin-top: -10px;
    background: linear-gradient(90deg, rgba(32, 31, 30, 0) 0%, rgba(32, 31, 30, 0.45) 15.1%, rgba(32, 31, 30, 0.9) 50.31%, rgba(32, 31, 30, 0.45) 84.9%, rgba(32, 31, 30, 0) 100%);
    padding: 0 56px;
    padding-top: 11px;
    padding-bottom: 11px; }
    .hero-list::after, .hero-list::before {
      position: absolute;
      width: 100%;
      height: 2px;
      content: '';
      left: 0;
      background: linear-gradient(90deg, rgba(233, 218, 213, 0), #e9dad5, rgba(233, 218, 213, 0));
      opacity: 0.5; }
    .hero-list::after {
      bottom: 0; }
    .hero-list::before {
      top: 0; }
    .hero-list ul {
      display: flex;
      align-items: center;
      margin: 0;
      padding: 0;
      list-style-type: none;
      justify-content: space-between; }
    .hero-list li {
      font-size: 18px;
      line-height: 1.3;
      font-family: "BeaufortforLOL-Medium", sans-serif;
      text-transform: uppercase; }
      .hero-list li.active a {
        color: #e27b22;
        text-shadow: 0px 0px 4px rgba(226, 123, 34, 0.5); }
    .hero-list a {
      color: #e9dad5;
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
      text-decoration: none;
      transition: .3s; }
      .hero-list a:hover {
        color: #e27b22;
        text-shadow: 0px 0px 4px rgba(226, 123, 34, 0.5); }
  .hero-text {
    font-family: "Lato-Medium", sans-serif;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    flex: 1 100%;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    color: #e9dad5;
    margin-bottom: 36px; }
  .hero-btn {
    display: flex;
    justify-content: center;
    flex: 1 100%; }
    .hero-btn a {
      height: 42px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      text-decoration: none;
      transition: .3s;
      padding: 0 30px;
      font-size: 13px;
      line-height: 1.1;
      font-family: "BeaufortforLOL-Heavy", sans-serif;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #ffffff;
      border-radius: 3px;
      border: 2px solid rgba(255, 255, 255, 0.4);
      transition: .3s; }
      .hero-btn a:hover {
        background: rgba(233, 218, 213, 0.2);
        border-color: transparent; }
      .hero-btn a:active {
        background: rgba(233, 218, 213, 0.1);
        border-color: transparent; }
  .hero-bottom-text {
    flex: 1 100%;
    text-align: center;
    margin-top: 132px;
    font-size: 27px;
    line-height: 1.4;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #e27b22;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    font-family: "BeaufortforLOL-Regular", sans-serif; }

.static {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #171717;
  position: relative;
  z-index: 1; }
  .static::after {
    position: absolute;
    left: 0;
    top: -19px;
    content: '';
    width: 100%;
    height: 48px;
    background-image: url(../images/social-down.png);
    background-repeat: no-repeat;
    background-position: center; }
  .static .title {
    text-align: left;
    margin-bottom: 10px; }
  .static-text {
    flex: 1 100%;
    font-size: 18px;
    line-height: 1.1;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    color: #BFA298; }
  .static-left {
    margin-right: auto; }
  .static-right {
    flex: 0 574px;
    border-radius: 5px;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 23px;
    padding-bottom: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .static-right-title {
      font-size: 28px;
      line-height: 1.1;
      font-family: "BeaufortforLOL-Medium", sans-serif;
      margin-bottom: 83px;
      color: #ffffff; }
    .static-right-content {
      display: flex;
      align-items: center;
      justify-content: space-between; }
  .static-bottom {
    font-size: 0; }
  .static-content-right {
    display: flex;
    align-items: flex-start;
    margin-left: auto; }
    .static-content-right span {
      margin-right: 13px;
      font-size: 20px;
      line-height: 1.4;
      color: #e9dad5;
      opacity: 0.6;
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
      font-family: "BeaufortforLOL-Regular", sans-serif;
      padding-top: 9px;
      display: block; }
  .static-content-vs {
    margin-right: 10px; }
    .static-content-vs:last-child {
      margin-right: 0; }
  .static-content-img {
    font-size: 0;
    margin-bottom: 4px;
    height: 45px; }
  .static-content-text {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-family: "BeaufortforLOL-Regular", sans-serif;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    color: #ffffff; }
  .static-content-left {
    display: flex;
    align-items: center; }
  .static-content-item {
    margin-right: 37px; }
    .static-content-item:last-child {
      margin-right: 0; }
  .static-content-title {
    font-size: 14px;
    line-height: 1.3;
    color: #e9dad5;
    margin-bottom: 1px; }
  .static-content-val {
    font-family: "Lato-Bold", sans-serif;
    font-size: 17px;
    line-height: 1.3;
    color: #ffffff;
    padding-left: 14px;
    position: relative; }
    .static-content-val::after {
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      content: '';
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #96BF31;
      box-shadow: 0px 2px 6px rgba(150, 191, 49, 0.5); }

.servers {
  padding-top: 85px;
  padding-bottom: 92px;
  background-color: #171717;
  position: relative;
  z-index: 1; }
  .servers::after {
    position: absolute;
    left: 0;
    top: -19px;
    content: '';
    width: 100%;
    height: 48px;
    background-image: url(../images/social-down.png);
    background-repeat: no-repeat;
    background-position: center; }
  .servers .title {
    text-align: left;
    margin-bottom: 10px; }
  .servers-inner-text {
    flex: 1 100%;
    font-size: 18px;
    line-height: 1.1;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    color: #BFA298; }
  .servers-list {
    display: flex;
    flex: 1 100%;
    margin-top: 48px; }
  .servers-item {
    flex: 0 574px;
    max-width: 574px;
    height: 274px;
    margin-right: 20px;
    padding: 0 28px;
    padding-top: 23px;
    padding-bottom: 20px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    transition: ease-in-out .5s;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    position: relative;
    z-index: 1;
    cursor: pointer; }
    .servers-item .bg {
      position: absolute;
      z-index: -1;
      left: 0;
      top: 0;
      content: '';
      width: 100%;
      height: 100%;
      border-radius: 5px;
      background: linear-gradient(0deg, #201E1E 26.87%, rgba(32, 30, 30, 0) 100%); }
    .servers-item::before {
      position: absolute;
      left: 50%;
      bottom: -20px;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      content: '';
      border: 10px solid transparent;
      border-top: 10px solid #201E1E;
      opacity: 0;
      transition: ease-in-out .5s; }
    .servers-item::after {
      position: absolute;
      left: 0;
      top: 0;
      content: '';
      width: 0;
      height: 2px;
      background: #E27B22;
      transition: ease-in-out .5s;
      border-radius: 10px; }
    .servers-item:hover {
      background-size: 110% 110%;
      -webkit-transform: translate(0, -5px);
              transform: translate(0, -5px); }
      .servers-item:hover .bg {
        background: linear-gradient(0deg, #292626 22%, rgba(41, 38, 38, 0) 100%); }
      .servers-item:hover::after {
        width: 100%; }
    .servers-item:nth-child(2n) {
      margin-right: 0; }
    .servers-item.active {
      -webkit-transform: translate(0, 20px);
              transform: translate(0, 20px);
      background-size: 110% 110%; }
      .servers-item.active .bg {
        background: linear-gradient(0deg, #292626 22%, rgba(41, 38, 38, 0) 100%); }
      .servers-item.active::after {
        width: 100%; }
      .servers-item.active::before {
        opacity: 1; }
  .servers-top {
    display: flex;
    align-items: center;
    margin-bottom: auto; }
  .servers-title {
    font-family: "BeaufortforLOL-Medium", sans-serif;
    font-size: 28px;
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 10px; }
  .servers-text {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.3;
    color: #e9dad5; }
  .servers-online {
    margin-left: 16px;
    padding-left: 13px;
    position: relative; }
    .servers-online b, .servers-online strong {
      font-weight: normal;
      font-family: "Lato-Bold", sans-serif; }
    .servers-online::after {
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      content: '';
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #96BF31;
      box-shadow: 0px 2px 6px rgba(150, 191, 49, 0.5); }
  .servers-bottom {
    font-size: 0; }
  .servers-left {
    flex: 1; }
  .servers-btn {
    margin-left: auto;
    max-width: 145px;
    width: 100%; }
    .servers-btn a {
      height: 42px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      text-decoration: none;
      transition: .3s;
      padding: 0 30px;
      font-size: 13px;
      line-height: 1.1;
      font-family: "BeaufortforLOL-Heavy", sans-serif;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #ffffff;
      border-radius: 3px;
      border: 2px solid rgba(255, 255, 255, 0.4);
      transition: .3s; }
      .servers-btn a:hover {
        background: rgba(233, 218, 213, 0.2);
        border-color: transparent; }
      .servers-btn a:active {
        background: rgba(233, 218, 213, 0.1);
        border-color: transparent; }
  .servers-time {
    display: flex;
    align-items: center; }
    .servers-time-icon {
      position: relative;
      font-size: 0;
      margin-right: 16px; }
      .servers-time-icon > img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-filter: drop-shadow(4px 3px 4px rgba(0, 0, 0, 0.25));
                filter: drop-shadow(4px 3px 4px rgba(0, 0, 0, 0.25)); }
    .servers-time-content {
      flex: 1; }
    .servers-time-title {
      font-size: 14px;
      line-height: 1.3;
      letter-spacing: 0.02em;
      color: #bfa298;
      margin-bottom: 5px; }
    .servers-time-text {
      font-size: 16px;
      line-height: 19px;
      letter-spacing: 0.02em;
      font-family: "Lato-Bold", sans-serif;
      color: #ffffff; }

.about {
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1; }
  .about::after {
    position: absolute;
    left: 0;
    top: -28px;
    content: '';
    width: 100%;
    height: 48px;
    background-image: url(../images/social-up.png);
    background-repeat: no-repeat;
    background-position: center; }
  .about .title {
    text-align: left;
    margin-bottom: 16px; }
  .about-text {
    flex: 1 100%;
    font-size: 18px;
    line-height: 1.3;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    color: #bfa298;
    max-width: 875px; }
  .about-gve .about-wrapper {
    margin-top: 99px; }
  .about-wrapper {
    display: flex;
    align-items: center; }
  .about-title {
    font-size: 21px;
    line-height: 1.5;
    font-family: "BeaufortforLOL-Bold", sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    margin-bottom: 28px; }
  .about-content {
    flex: 0 533px;
    margin-right: auto; }
  .about-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px; }
  .about-item {
    flex: 1 100%;
    margin-bottom: 29px; }
    .about-item-small {
      flex: 0 auto; }
      .about-item-small + .about-item-small {
        margin-left: 39px; }
    .about-item-title {
      font-size: 14px;
      line-height: 1.5;
      color: #e9dad5;
      margin-bottom: 4px;
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25); }
    .about-item-text {
      font-size: 16px;
      line-height: 1.2;
      font-family: "Lato-Medium", sans-serif;
      color: #ffffff;
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25); }
      .about-item-text ul {
        margin: 0;
        padding: 0;
        list-style-type: none; }
      .about-item-text li {
        position: relative;
        margin-bottom: 1px;
        padding-left: 19px;
        font-size: 16px;
        line-height: 1.5; }
      .about-item-text li > p {
        padding: 0;
      }
        .about-item-text li::after {
          position: absolute;
          left: 0;
          top: 50%;
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%);
          content: '';
          width: 8px;
          height: 8px;
          background-image: url(../images/header-dot.svg);
          background-repeat: no-repeat;
          background-position: center; }
    .about-item:last-child {
      margin-bottom: 0; }
  .about-btn {
    max-width: 273px; }
    .about-btn a {
      height: 42px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      text-decoration: none;
      transition: .3s;
      padding: 0 30px;
      margin-right: 20px;
      font-size: 13px;
      line-height: 1.1;
      font-family: "BeaufortforLOL-Heavy", sans-serif;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #ffffff;
      border-radius: 3px;
      border: 2px solid rgba(255, 255, 255, 0.4);
      transition: .3s; }
      .about-btn a:hover {
        background: rgba(233, 218, 213, 0.2);
        border-color: transparent; }
      .about-btn a:active {
        background: rgba(233, 218, 213, 0.1);
        border-color: transparent; }
  .about-chapters {
    display: flex;
    flex: 1 100%;
    margin-top: 51px;
    margin-bottom: 119px; }
  .about-chapter {
    flex: 0 calc(25% - 15px / 5);
    /*height: 82px;*/
	height: 102px;
    background-repeat: no-repeat;
    padding: 0 28px;
    padding-top: 22px;
    padding-bottom: 22px;
    background-size: contain;
    cursor: pointer;
    background: rgba(164, 133, 122, 0.2);
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
    margin-right: 10px;
    border-top: 2px solid transparent;
    position: relative; }
    .about-chapter:last-child::after {
      display: none; }
    .about-chapter::after {
      position: absolute;
      right: -18px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      content: '';
      border: 10px solid transparent;
      border-left: 8px solid rgba(164, 133, 122, 0.2); }
    .about-chapter.active {
      border-color: #E27B22;
      background: linear-gradient(180deg, rgba(240, 224, 218, 0.3) 0%, rgba(218, 185, 174, 0.3) 100%); }
      .about-chapter.active::after {
        border-left-color: rgba(218, 185, 174, 0.3); }
      .about-chapter.active .about-chapter-title {
        color: #ffffff; }
      .about-chapter.active .about-chapter-text {
        color: #e9dad5;
        opacity: 1; }
    .about-chapter-title {
      font-size: 16px;
      line-height: 1.1;
      font-family: "BeaufortforLOL-Bold", sans-serif;
      text-transform: uppercase;
      color: #bfa298;
      margin-bottom: 6px;
      transition: .3s; }
    .about-chapter-text {
      font-size: 13px;
      line-height: 1.1;
      color: #bfa298;
      opacity: 0.6;
      transition: .3s; }
    .about-chapter-data {
      font-size: 13px;
      line-height: 1.1;
      color: #bfa298;
      opacity: 0.6;
      transition: .3s;
	  margin-top: 8px; }
  .about-new {
    position: relative;
    z-index: 1; }
    .about-new-bgs {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -1; }
      .about-new-bgs img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .about-new-rates {
      margin-bottom: 28px; }
      .about-new-rates-title {
        font-size: 14px;
        line-height: 1.1;
        color: #e9dad5;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
        margin-bottom: 12px; }
      .about-new-rates-list {
        display: flex; }
      .about-new-rates-item {
        margin-right: 30px;
        text-align: center; }
        .about-new-rates-item:last-child {
          margin-right: 0; }
      .about-new-rates-num {
        margin-bottom: 3px;
        font-size: 24px;
        line-height: 1.5;
        font-family: "BeaufortforLOL-Medium", sans-serif;
        color: #e27b22; }
      .about-new-rates-text {
        font-size: 9px;
        line-height: 1.3;
        font-family: "Lato-Bold", sans-serif;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #bfa298; }
    .about-new .about-content {
      flex: 0 573px; }
    .about-new-list {
      flex: 0 375px;
      margin-left: auto;
      height: 327px;
      background-image: url(../images/about-new-bg.png);
      background-repeat: no-repeat;
      background-position: center;
      text-align: center;
      padding: 0 28px;
      padding-top: 70px; }
    .about-new-title {
      font-size: 19px;
      line-height: 1.1;
      font-family: "BeaufortforLOL-Bold", sans-serif;
      text-transform: uppercase;
      color: #e9dad5;
      margin-bottom: 8px; }
    .about-new-text {
      font-size: 14px;
      line-height: 1.1;
      color: #bfa298;
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
      margin-bottom: 25px; }
    .about-new-imgs {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      font-size: 0;
      margin-bottom: 20px; }
      .about-new-imgs img {
        display: block;
        margin-right: 12px;
        margin-bottom: 12px; }
    .about-new-btn {
      max-width: 230px;
      margin: 0 auto; }
      .about-new-btn .btn {
        height: 42px; }
		
	.gold_box {
		height: 75px;
		width: 100%;
		margin-bottom: 17px;
	}
  .about-unt-advantages {
    display: flex;
    flex: 1 100%;
    margin-top: 24px;
    margin-bottom: 167px; }
    .about-unt-advantages-item {
      display: flex;
      align-items: center;
      margin-right: 28px; }
      .about-unt-advantages-item:last-child {
        margin-right: 0; }
    .about-unt-advantages-icon {
      font-size: 0;
      width: 22px;
      margin-right: 15px; }
    .about-unt-advantages-text {
      flex: 1;
      font-size: 14px;
      line-height: 1.2;
      color: #bfa298;
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25); }
  .about-unt-rates {
    display: flex;
    align-items: center;
    flex: 1 100%; }
    .about-unt-rates-title {
      font-size: 29px;
      line-height: 1.1;
      font-family: "BeaufortforLOL-Bold", sans-serif;
      text-transform: uppercase;
      color: #ffffff;
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
      margin-right: 68px; }
    .about-unt-rates-list {
      flex: 1;
      display: flex;
      margin-bottom: 45px; }
  .about-unt-rate {
    margin-right: 70px;
    text-align: center; }
    .about-unt-rate:last-child {
      margin-right: 0; }
    .about-unt-rate-num {
      font-size: 53px;
      line-height: 1.5;
      font-family: "BeaufortforLOL-Regular", sans-serif;
      color: #e27b22;
      margin-bottom: -8px; }
    .about-unt-rate-text {
      font-size: 12px;
      font-family: "Lato-Bold", sans-serif;
      line-height: 1.3;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #bfa298; }
  .about-unt-list {
    display: flex;
    flex: 1 100%;
    flex-wrap: wrap;
    margin-bottom: 20px; }
  .about-unt-item {
    flex: 0 277px;
    height: 259px;
    margin-right: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 33px;
    text-align: center;
    -webkit-filter: drop-shadow(0px 7px 15px rgba(191, 161, 152, 0.1));
            filter: drop-shadow(0px 7px 15px rgba(191, 161, 152, 0.1));
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1; }
    .about-unt-item::after {
      position: absolute;
      z-index: -1;
      left: 0;
      top: 0;
      content: '';
      width: 100%;
      height: 100%;
      background: linear-gradient(0deg, #201E1E 0%, rgba(32, 30, 30, 0.65) 100%);
      border-radius: 5px; }
    .about-unt-item:nth-child(4n) {
      margin-right: 0; }
  .about-unt-title {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1.1;
    font-family: "BeaufortforLOL-Medium", sans-serif;
    color: #ffffff; }
  .about-unt-text {
    font-size: 14px;
    line-height: 1.4;
    color: #e9dad5; }
  .about-gve-list {
    display: flex;
    flex-wrap: wrap;
    flex: 0 574px;
    margin-bottom: -20px; }
  .about-gve-item {
    flex: 0 277px;
    height: 259px;
    margin-right: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 33px;
    text-align: center;
    -webkit-filter: drop-shadow(0px 7px 15px rgba(191, 161, 152, 0.1));
            filter: drop-shadow(0px 7px 15px rgba(191, 161, 152, 0.1));
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1; }
    .about-gve-item::after {
      position: absolute;
      z-index: -1;
      left: 0;
      top: 0;
      content: '';
      width: 100%;
      height: 100%;
      background: linear-gradient(0deg, #201E1E 0%, rgba(32, 30, 30, 0.65) 100%);
      border-radius: 5px; }
    .about-gve-item:nth-child(2n) {
      margin-right: 0; }
  .about-gve-title {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1.1;
    font-family: "BeaufortforLOL-Medium", sans-serif;
    color: #ffffff; }
  .about-gve-text {
    font-size: 14px;
    line-height: 1.4;
    color: #e9dad5; }

.games {
  background-color: #171717;
  /*background-repeat: no-repeat;
  background-position: center 126px;*/
  min-height: 1020px;
  padding-top: 126px;
  padding-bottom: 16px; }
  .games .title {
    margin-bottom: 33px;
    text-align: left;
    text-transform: none; }
  .games-list {
    display: flex;
    flex-wrap: wrap;
    flex: 1 100%;
    margin-bottom: 56px; }
  .games-item {
    position: relative;
    flex: 0 376px;
    margin-right: 20px;
    display: block;
    transition: .3s; }
    .games-item:nth-child(3n), .games-item:last-child {
      margin-right: 0; }
    .games-item:hover .games-content {
      bottom: 26px; }
    .games-item:hover .games-img {
      -webkit-transform: scale(1.06);
              transform: scale(1.06); }
      .games-item:hover .games-img::after {
        background: linear-gradient(360deg, #383635 0%, rgba(56, 54, 53, 0.2) 66.23%); }
    .games-item-big {
      flex: 0 574px; }
  .games-img {
    width: 100%;
    height: 248px;
    font-size: 0;
    transition: .3s;
    position: relative;
    z-index: 1;
    background-color: #333130;
    border-radius: 5px; }
    .games-img::after {
      position: absolute;
      left: 0;
      top: 0;
      content: '';
      width: 100%;
      height: 100%;
      background: linear-gradient(360deg, #333130 0%, rgba(51, 49, 48, 0) 66.23%);
      border-radius: 5px; }
    .games-img img {
      width: 100%;
      height: 100%;
      border-radius: 5px;
      -o-object-fit: cover;
         object-fit: cover; }
  .games-content {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 31px;
    width: 100%;
    text-align: center;
    transition: .3s; }
  .games-name {
    font-size: 25px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25), 2px 2px 2px rgba(0, 0, 0, 0.25);
    margin-bottom: 9px; }
  .games-text {
    font-size: 14px;
    line-height: 1.1;
    font-family: "Lato-Bold", sans-serif;
    color: #E9DAD5;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25), 2px 2px 2px rgba(0, 0, 0, 0.25); }

.launch {
  background-repeat: no-repeat;
  background-position: center 120px; }
  .launch-home {
    padding-top: 0;
    padding-bottom: 90px; }
  .launch-page {
    padding-top: 176px;
    padding-bottom: 100px; }
  .launch-game {
    padding-top: 105px;
    padding-bottom: 69px; }
    .launch-game .launch-how {
      margin-bottom: 42px; }
    .launch-game .launch-btns {
      margin-bottom: 0; }
    .launch-game .launch-btn {
      margin-bottom: 55px; }
  .launch-text {
    flex: 1 100%;
    text-align: center;
    margin-top: 23px;
    color: #E9DAD5;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    font-size: 18px;
    line-height: 1.1; }
  .launch-btn {
    margin-top: 46px;
    display: flex;
    justify-content: center;
    flex: 1 100%; }
    .launch-btn .btn {
      height: 58px;
      max-width: 243px; }
  .launch-subtext {
    margin-top: 10px;
    flex: 1 100%;
    text-align: center;
    font-size: 18px;
    line-height: 1.1;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    color: #877f7d;
    margin-bottom: 28px; }
    .launch-subtext a {
      color: #e27b22;
      transition: .3s; }
      .launch-subtext a:hover {
        color: #e9dad5; }
    .launch-subtext p {
      margin: 0;
      margin-bottom: 37px; }
      .launch-subtext p:last-child {
        margin-bottom: 0; }
  .launch-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 100%;
    margin-bottom: 78px; }
  .launch-link {
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    transition: .3s;
    padding: 0 30px;
    margin-right: 20px;
    font-size: 13px;
    line-height: 1.1;
    font-family: "BeaufortforLOL-Heavy", sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 3px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    transition: .3s; }
    .launch-link:hover {
      background: rgba(233, 218, 213, 0.2);
      border-color: transparent; }
    .launch-link:active {
      background: rgba(233, 218, 213, 0.1);
      border-color: transparent; }
    .launch-link:last-child {
      margin-right: 0; }
  .launch-img {
    font-size: 0;
    margin-bottom: 60px; }
    .launch-img img {
      max-width: 100%;
      height: auto;
      -webkit-filter: drop-shadow(0px 12px 50px rgba(0, 0, 0, 0.7));
              filter: drop-shadow(0px 12px 50px rgba(0, 0, 0, 0.7)); }
  .launch-how {
    flex: 1 100%; }
    .launch-how-title {
      font-family: "BeaufortforLOL-Bold", sans-serif;
      font-size: 21px;
      line-height: 1.5;
      text-transform: uppercase;
      text-align: center;
      color: #ffffff;
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
      margin-bottom: 32px; }
    .launch-how-list {
      display: flex;
      flex-wrap: wrap; }
    .launch-how-item {
      display: flex;
      align-items: center;
      flex: 0 376px;
      margin-right: 20px; }
      .launch-how-item:nth-child(3n), .launch-how-item:last-child {
        margin-right: 0; }
    .launch-how-num {
      width: 67px;
      height: 67px;
      background-image: url(../images/nav-dots.svg);
      background-repeat: no-repeat;
      background-position: center;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      font-family: "BeaufortforLOL-Heavy", sans-serif;
      font-size: 16px;
      line-height: 1.5;
      color: #e27b22;
      margin-right: 25px; }
    .launch-how-text {
      flex: 1;
      font-size: 16px;
      line-height: 1.3;
      color: #e9dad5;
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25); }

.social {
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative;
  background-size: cover;
  background-position: center;
  z-index: 1; }
  .social::after {
    position: absolute;
    left: 0;
    top: -28px;
    content: '';
    width: 100%;
    height: 48px;
    background-image: url(../images/social-up.png);
    background-repeat: no-repeat;
    background-position: center; }
  .social-down::before {
    position: absolute;
    left: 0;
    bottom: -28px;
    content: '';
    width: 100%;
    height: 48px;
    background-image: url(../images/social-down.png);
    background-repeat: no-repeat;
    background-position: center; }
  .social-left {
    display: flex;
    align-items: center;
    flex: 0 617px; }
  .social-img {
    margin-right: 34px;
    font-size: 0; }
  .social-content {
    flex: 1; }
    .social-content .title {
      margin-bottom: 10px;
      text-align: left; }
  .social-text {
    color: #E9DAD5;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    font-size: 18px;
    line-height: 1.1; }
  .social-list {
    flex: 0 428px;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -19px; }
  .social-item {
    flex: 0 200px;
    margin-right: auto;
    display: flex;
    align-items: center;
    fill: #E9DAD5;
    color: #E9DAD5;
    text-decoration: none;
    transition: .3s;
    margin-bottom: 19px; }
    .social-item-text {
      font-size: 13px;
      line-height: 1.2;
      font-family: "Lato-Bold", sans-serif;
      text-transform: uppercase; }
    .social-item:hover {
      color: #e27b22;
      fill: #e27b22; }
    .social-item:nth-child(2n) {
      margin-right: 0; }
  .social-icon {
    flex: 0 37px;
    min-width: 37px;
    margin-right: 20px;
    text-align: center; }

.stream {
  padding-top: 84px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1; }
  .stream::after {
    position: absolute;
    left: 0;
    top: -28px;
    content: '';
    width: 100%;
    height: 48px;
    background-image: url(../images/social-up.png);
    background-repeat: no-repeat;
    background-position: center; }
  .stream .title {
    text-align: left;
    margin-bottom: 10px; }
  .stream-text {
    flex: 1 100%;
    font-size: 18px;
    line-height: 1.1;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    color: #BFA298;
    margin-bottom: 48px; }
  .stream-list {
    flex: 1 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -20px; }
  .stream-item {
    flex: 0 277px;
    height: 156px;
    position: relative;
    text-decoration: none;
    display: block;
    margin-right: 20px;
    margin-bottom: 20px;
    -webkit-filter: drop-shadow(0px 10px 25px rgba(0, 0, 0, 0.16));
            filter: drop-shadow(0px 10px 25px rgba(0, 0, 0, 0.16)); }
    .stream-item:hover .stream-img::after {
      background: linear-gradient(0deg, #333030 0%, rgba(51, 48, 48, 0) 117.95%); }
    .stream-item::after {
      position: absolute;
      z-index: 2;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      content: '';
      width: 56px;
      height: 56px;
      background-image: url(../images/stream-play.svg);
      background-color: rgba(26, 24, 24, 0.6);
      -webkit-backdrop-filter: blur(12px);
              backdrop-filter: blur(12px);
      background-repeat: no-repeat;
      background-position: center;
      border-radius: 50%; }
    .stream-item:nth-child(4n), .stream-item:last-child {
      margin-right: 0; }
    .stream-item-text {
      position: absolute;
      z-index: 2;
      bottom: 15px;
      left: 0;
      width: 100%;
      text-align: center;
      padding: 0 15px;
      font-size: 16px;
      line-height: 1.3;
      font-family: "Lato-Bold", sans-serif;
      color: #ffffff; }
  .stream-img {
    width: 100%;
    height: 100%;
    font-size: 0;
    transition: .3s;
    position: relative;
    z-index: 1; }
    .stream-img::after {
      position: absolute;
      left: 0;
      top: 0;
      content: '';
      width: 100%;
      height: 100%;
      background: linear-gradient(0deg, #201E1E 0%, rgba(32, 30, 30, 0) 61.8%);
      border-radius: 5px; }
    .stream-img img {
      width: 100%;
      height: 100%;
      border-radius: 5px;
      -o-object-fit: cover;
         object-fit: cover; }
  .stream-live {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #1C1B1B;
    transition: .3s; }
    .stream-live:hover {
      background: #292625; }
    .stream-live::after {
      display: none; }
    .stream-live-icon {
      font-size: 0;
      margin-bottom: 15px; }
    .stream-live-text {
      text-align: center;
      font-size: 13px;
      line-height: 1.2;
      color: #e9dad5;
      text-transform: uppercase;
      opacity: 0.4; }

.footer-top .header-bottom {
  position: static !important; }

.footer-bottom {
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #1d1c1c; }
  .footer-bottom .header-games-menu {
    bottom: 100%;
    top: auto; }
  .footer-bottom .header-login-more, .footer-bottom .header-language ul {
    top: auto;
    bottom: calc(100% + 18px); }

.footer-left {
  margin-right: 288px; }

.footer-logo {
  margin-bottom: 24px;
  font-size: 0; }

.footer-copy {
  font-size: 14px;
  line-height: 1.3;
  color: #FFFFFF;
  opacity: 0.5;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25), 2px 2px 2px rgba(0, 0, 0, 0.25);
  margin-bottom: 13px; }

.footer-policy a {
  font-size: 14px;
  line-height: 1.1;
  color: #FFFFFF;
  transition: .3s;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25), 2px 2px 2px rgba(0, 0, 0, 0.25); }
  .footer-policy a:hover {
    color: #e27b22; }

.footer-nav {
  display: flex;
  margin-right: auto; }
  .footer-nav .header-nav {
    margin-right: 102px; }
    .footer-nav .header-nav nav > ul {
      display: block; }
      .footer-nav .header-nav nav > ul > li {
        margin-right: 0;
        margin-bottom: 26px; }
        .footer-nav .header-nav nav > ul > li:last-child {
          margin-bottom: 0; }
        .footer-nav .header-nav nav > ul > li > a {
          padding-top: 0;
          padding-bottom: 0;
          display: inline-flex; }

.footer-other .header-login {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 26px;
  line-height: 1.1;
  font-size: 13px; }

.footer-other > a {
  font-family: "Lato-Bold", sans-serif;
  font-size: 13px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  transition: .3s;
  margin-bottom: 26px;
  display: block; }
  .footer-other > a:hover {
    color: #e27b22; }

.footer-other .header-language {
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  display: inline-flex; }

.footer-rate {
  align-self: flex-start; }

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .container {
    width: 992px; }
  .games-item {
    flex: 0 307px; }
  .header-right {
    display: none; }
  .games-item-big {
    flex: 0 470px; }
  .social-left {
    margin: 0 auto; }
  .social-list {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px; }
  .footer-left {
    margin-right: 129px; }
  .static-bottom img {
    width: 100%;
    height: auto; }
  .static-right {
    flex: 0 454px; }
  .static-left {
    flex: 0 400px; }
  .about-wrapper {
    flex-wrap: wrap; }
  .about-gve-list {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px; }
  .about-content {
    flex: 1 100%; }
  .about-gve .about-wrapper {
    margin-top: 45px; }
  .stream-item {
    flex: 0 307px; }
    .stream-item:nth-child(4n) {
      margin-right: 20px; }
    .stream-item:nth-child(3n) {
      margin-right: 0; }
  .launch-how-item {
    margin: 0 auto;
    margin-bottom: 20px; }
    .launch-how-item:last-child {
      margin-right: auto; }
  .launch-how-list {
    flex: 0 565px;
    max-width: 565px;
    margin-left: auto;
    margin-right: auto; }
  .about-chapters {
    display: none; }
  .about-new .about-wrapper {
    margin-top: 46px; }
  .about-new .about-content {
    flex: 0 530px; }
  .about-unt-item:nth-child(2n) {
    margin-right: 0; }
  .about-btn {
    flex: 1 100%;
    max-width: 100%; }
    .about-btn a {
      max-width: 273px; }
  .about-unt-rates {
    flex-wrap: wrap; }
  .about-unt-rates-title {
    margin-bottom: 20px; }
  .about-unt-advantages {
    margin-bottom: 80px; }
  .about-gve-list {
    flex: 1 100%; }
  .about-unt-item, .about-gve-item {
    flex: 0 calc(50% - 20px / 2); }
    .about-unt-item:nth-child(2n), .about-gve-item:nth-child(2n) {
      margin-right: 0; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .container {
    width: 768px; }
  .footer-left {
    margin-right: 59px; }
  .games-list {
    margin-bottom: 36px; }
  .games-item {
    flex: 0 359px;
    margin-bottom: 20px; }
    .games-item:nth-child(3n) {
      margin-right: 20px; }
    .games-item:nth-child(2n) {
      margin-right: 0; }
  .header .header-nav, .header .header-links {
    display: none; }
  .header-menu {
    display: block;
    position: fixed;
    left: -260px;
    opacity: 0;
    width: 260px;
    height: 100vh;
    overflow: auto;
    background-color: #171718;
    z-index: 99;
    transition: .3s; }
    .header-menu.active {
      left: 0;
      opacity: 1; }
    .header-menu .header-games-menu {
      padding-top: 0;
      padding-bottom: 10px;
      width: 100%;
      position: static; }
    .header-menu .header-games-menu ul a {
      padding: 9px 10px; }
    .header-menu .header-nav, .header-menu .header-links {
      display: block; }
    .header-menu .header-links {
      padding: 20px; }
    .header-menu .header-language {
      margin-left: 0;
      display: inline-flex; }
    .header-menu .header-nav {
      padding: 20px; }
      .header-menu .header-nav nav > ul {
        display: block !important; }
      .header-menu .header-nav nav > ul > li > a {
        display: inline-flex !important; }
      .header-menu .header-nav nav > ul > li {
        margin-right: 0; }
    .header-menu .header-login-more {
      width: 100%;
      background: 0;
      box-shadow: 0;
      -webkit-filter: none;
              filter: none;
      position: static; }
  .header-mobile {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: relative;
    z-index: 9;
    padding: 0;
    border: 0; }
    .header-mobile.active {
      z-index: 9; }
      .header-mobile.active span {
        background: transparent;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
        .header-mobile.active span::before {
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          top: 0;
          background-color: #fff; }
        .header-mobile.active span::after {
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          bottom: 0;
          background-color: #fff; }
    .header-mobile span {
      display: block;
      position: relative;
      width: 32px;
      height: 2px;
      transition: .3s;
      background-color: #fff; }
      .header-mobile span::before, .header-mobile span::after {
        content: '';
        display: block;
        width: 32px;
        height: 2px;
        background: #fff;
        position: absolute;
        left: 0px;
        transition: all 0.3s linear; }
      .header-mobile span::before {
        top: -9px; }
      .header-mobile span::after {
        bottom: -9px; }
  .header-bottom {
    display: none; }
  .static-left {
    flex: 1 100%;
    margin-bottom: 40px; }
  .static-right {
    flex: 0 574px; }
  .stream-item {
    flex: 0 232px;
    border-radius: 6px; }
  .servers-list {
    overflow: auto;
    flex: unset;
    max-width: 100vw;
    padding-bottom: 20px; }
  .servers-item {
    flex: 0 565px;
    min-width: 565px;
    margin-bottom: 20px; }
  .servers .title {
    text-align: center; }
  .servers-inner-text {
    text-align: center; }
  .about-new .about-content {
    flex: 1 100%; }
  .about-new-list {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px; }
  .hero-list ul {
    flex-wrap: wrap; }
  .hero-list li {
    margin-right: 0;
    flex: 1 100%;
    margin-bottom: 10px;
    text-align: center; }
    .hero-list li:last-child {
      margin-bottom: 0; }
  .about-unt-rates-list {
    flex-wrap: wrap;
    flex: 1 100%; }
  .about-unt-rate {
    margin-right: 0;
    flex: 0 calc(100% / 3); } }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .container {
    width: 100%; }
  .games-item {
    margin-right: 0 !important;
    flex: 1 100%; }
  .footer-left {
    order: -2; }
  .footer-rate {
    order: -1;
    margin-left: auto; }
  .footer-nav {
    margin: 0 auto;
    margin-top: 40px; }
  .launch-btns {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap; }
  .launch-link {
    flex: 1 100%;
    margin-right: 0;
    margin-bottom: 20px; }
    .launch-link:last-child {
      margin-bottom: 0; }
  .hero {
    padding-top: 76px; }
  .hero-title {
    font-size: 40px; }
  .hero-logo {
    margin-bottom: 30px; }
  .hero-title {
    margin-bottom: 30px; }
  .hero-text {
    margin-bottom: 18px; }
  .hero-bottom-text {
    margin-top: 130px; }
  .hero {
    min-height: 768px; }
  .about-gve-item, .stream-item {
    flex: 0 257px; }
  .stream-item:nth-child(3n) {
    margin-right: 20px; }
  .stream-item:nth-child(2n) {
    margin-right: 0; }
  .hero-text {
    font-size: 16px; }
  .servers-bottom img {
    max-width: 100%; }
  .about-unt-advantages {
    flex-wrap: wrap; }
  .about-unt-advantages-item {
    flex: 1 100%;
    margin-right: 0;
    margin-bottom: 20px; }
    .about-unt-advantages-item:last-child {
      margin-bottom: 0; }
  .hero video {
    display: none; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 565px) {
  .container {
    width: 100%; }
  .games, .launch-page {
    padding-top: 76px; }
  .launch-page {
    padding-bottom: 50px; }
  .social-left {
    flex-wrap: wrap;
    text-align: center; }
  .social-img {
    margin: 0 auto;
    margin-bottom: 20px; }
  .social-content .title {
    text-align: center; }
  .social-item {
    margin-right: 0; }
  .social-list {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto; }
  .title {
    font-size: 30px;
    line-height: 1.25; }
  .social-content {
    flex: 1 100%; }
  .about, .social {
    padding-top: 50px;
    padding-bottom: 50px; }
  .footer-nav .header-nav {
    margin-right: 20px; }
  .launch-how-title {
    font-size: 19px; }
  .hero-title {
    font-size: 27px; }
  .hero-bottom-text {
    font-size: 19px; }
  .hero {
    min-height: 600px; }
  .static-right-content {
    flex-wrap: wrap; }
  .static-content-right {
    margin-left: 0; }
  .static-right-title {
    margin-bottom: 30px; }
  .static-content-right {
    margin-top: 20px; }
  .about-gve-item, .stream-item, .about-unt-item {
    flex: 1 100%;
    margin-right: 0 !important; }
  .servers {
    padding-top: 60px;
    padding-bottom: 60px; }
  .stream {
    padding-top: 60px;
    padding-bottom: 60px; }
  .about-btn a {
    max-width: 100%;
    margin-right: 0; }
  .footer-nav {
    display: block;
    margin: 0;
    margin-top: 40px;
    flex: 1 100%; }
  .footer-nav .header-nav {
    margin-right: 0;
    margin-bottom: 26px; }
  .footer-bottom {
    padding-top: 50px;
    padding-bottom: 50px; }
  .about-new-rates-list {
    flex-wrap: wrap; }
  .servers-item {
    min-width: 290px; }
  .servers-top {
    flex-wrap: wrap; }
  .servers-left {
    flex: 1 100%;
    margin-bottom: 10px; }
  .servers-btn {
    max-width: 100%; }
  .about-unt-item, .about-gve-item {
    height: 200px; }
  .about-item-small + .about-item-small {
    margin-left: 0; }
  .about-item-small {
    flex: 1 100%; }
  .popup-img {
    position: relative;
    z-index: 1;
    margin-left: -20px;
    margin-right: -20px; }
    .popup-img img {
      max-width: 100%;
      height: auto;
      margin-left: 0; }
  .popup-bg {
    position: absolute;
    top: 17%; }
  .popup-content {
    position: relative; }
  .popup-close {
    top: 28px;
    opacity: 1;
    z-index: 9;
    width: 36px;
    height: 36px;
    border-radius: 50%; }
    .popup-close img {
      display: block; }
  .popup .about-new-rates-item {
    margin-right: 10px; }
  .servers-list {
    margin-left: -15px;
    margin-right: -15px; } }

@media only screen and (max-width: 360px) {
  .servers-item {
    min-width: 270px; } }

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /**/ }

/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/ }

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/ }

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/ }

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /**/ }

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /**/ }


.serv-line {
    text-align: center;
    flex: 1 100%;
    margin-top: 32px;
    margin-bottom: 45px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    font-size: 0;
}
.serv-list {
    display: flex;
    flex: 1 100%;
    flex-wrap: wrap;
    margin-bottom: -22px;
    justify-content: center;
}
.serv-item {
    flex: 0 375px;
    background: #1C1B1B;
    margin-right: 22px;
    margin-bottom: 22px;
    padding-bottom: 43px;
    -webkit-filter: drop-shadow(0 15px 25px rgba(17, 16, 16, .3));
    filter: drop-shadow(0 15px 25px rgba(17, 16, 16, .3));
    border-radius: 3px;
}
.serv-top {
    min-height: 133px;
    margin-bottom: 24px;
    padding-top: 38px;
}
.serv-top, .serv-update {
    border-bottom: 1px solid rgba(233,218,213,.1);
}
.serv-title {
    text-align: center;
    font-size: 25px;
    line-height: 1.1;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px rgba(0,0,0,.25), 2px 2px 2px rgba(0,0,0,.25);
    color: #fff;
    margin-bottom: 9px;
}
.serv-date {
    font-size: 14px;
    line-height: 1.4;
    text-shadow: 2px 2px 2px rgba(0,0,0,.25), 2px 2px 2px rgba(0,0,0,.25);
    color: #E9DAD5;
    text-align: center;
}
.serv-update {
    padding-bottom: 24px;
    margin-bottom: 22px;
}

.serv-top, .serv-update {
    border-bottom: 1px solid rgba(233,218,213,.1);
}
.serv-text {
    color: #e9dad5;
    opacity: .5;
    text-shadow: 2px 2px 2px rgba(0,0,0,.25), 2px 2px 2px rgba(0,0,0,.25);
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 16px;
    text-align: center;
}
.serv-btn {
    display: flex;
    justify-content: center;
}
.serv-btn a:last-child, .serv-btn span:last-child {
    margin-right: 0;
}
.serv-btn a, .serv-btn span {
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 15px;
    margin-right: 20px;
    line-height: 1.1;
    color: #fff;
    border-radius: 3px;
    border: 2px solid rgba(255,255,255,.4);
}
.serv-btn a, .serv-btn span, .servers-btn a {
    height: 42px;
    text-align: center;
    font-size: 13px;
    font-family: BeaufortforLOL-Heavy,sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
    transition: .3s;
    display: flex;
}
.serv-bottom {
    margin-top: 68px;
    flex: 1 100%;
}
.serv-bottom-title {
    text-shadow: 2px 2px 2px rgba(0,0,0,.25);
    color: #fff;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 38px;
}
.about-title, .hero-title, .popup-title, .serv-bottom-item, .serv-bottom-title {
    font-family: BeaufortforLOL-Bold,sans-serif;
}
.serv-bottom-btn {
    display: flex;
    justify-content: center;
    margin-bottom: 31px;
}
.serv-bottom-text {
    font-size: 18px;
    color: #877f7d;
    text-shadow: 2px 2px 2px rgba(0,0,0,.25);
    margin-bottom: 57px;
}
.serv-bottom-text a {
    color: #e27b22;
    text-shadow: 2px 2px 2px rgba(0,0,0,.25);
    transition: .3s;
}
.serv-bottom-line {
    max-width: 434px;
    margin: 0 auto;
    display: flex;
}
.serv-bottom-item.active {
    color: #e27b22;
}
.serv-bottom-item:first-child {
    margin-right: 104px;
}
.serv-bottom-item {
    padding-top: 32px;
    font-size: 14px;
    color: rgba(233,218,213,.4);
    text-transform: uppercase;
    position: relative;
}
.about-item-title, .about-title, .serv-bottom-item {
    line-height: 1.5;
    text-shadow: 2px 2px 2px rgba(0,0,0,.25);
}
.serv-bottom-item.active::before {
    opacity: 1;
}
.serv-bottom-item::before {
    position: absolute;
    left: 50%;
    top: 6px;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    content: '';
    width: 12px;
    height: 12px;
    background-image: url(../images/serv-romb-active.png);
    opacity: 0;
}
.about, .about-item-text li::after, .about::after, .serv, .serv-bottom-item::after, .serv-bottom-item::before {
    background-position: center;
}
.serv-bottom-item .line {
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    margin-left: 94px;
    top: 11px;
    width: 125px;
    height: 1px;
    background-color: #e9dad5;
    opacity: .3;
}
.serv-bottom-item::after {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,0);
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(../images/serv-romb.png);
}
.serv-item:last-child, .serv-item:nth-child(3n) {
    margin-right: 0;
}
.serv-btn.disabled a, .serv-btn.disabled span {
    background: rgba(233,218,213,.1);
    color: rgba(255,255,255,.3);
    border: 0;
}
.serv-bottom-btn .btn {
    height: 54px;
    font-size: 13px;
    max-width: 308px;
}
.about-btn a, .serv-bottom-text {
    text-align: center;
    line-height: 1.1;
}
.serv-bottom-item:nth-child(2) {
    margin-right: 121px;
}
.serv-btn a:hover, .serv-btn span:hover {
    background: rgba(233,218,213,.2);
    border-color: transparent;
}
.youtube-stream-block iframe{
	margin: 10px 0;
}
.youtube-stream-block{
	margin: 20px 0 50px 0;
    display: flex;
    flex-wrap: wrap;
    /* box-sizing: border-box; */
    justify-content: space-between;
    width: 100%;
}
.closeBtn {
	position: absolute;
	right: 9px;
	top: 7px;
	cursor: pointer;
	color: #fff;
	display: block;
	width: 25px;
	height: 25px;
	transition: 0.5s;
}

.closeBtn:hover {
	transform: rotate(180deg);
	transition: 0.5s;
}

.closeBtn:before {
	content: "";
	width: 26px;
	height: 2px;
	display: block;
	position: absolute;
	background: #b9a5a0;
	transform: rotate(-45deg);
	top: 11px;
}

.closeBtn:after {
	content: "";
	width: 26px;
	height: 2px;
	display: block;
	position: absolute;
	background: #b9a5a0;
	transform: rotate(45deg);
	top: 11px;
}

/* modal */

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	overflow-y: auto;
	z-index: 999;
	display: flex;
	transition: 0.3s all;
	transform: scale(1);
	opacity: 1;
	filter: blur(0);
	background-color: rgba(0, 0, 0, 0.5);
	padding: 0 10px;
	overflow-x: hidden;
}

.modal_none {
	display: none;
}

.modal_hide {
	opacity: 0;
}

.modal__inner {
	flex-basis: 535px;
	height: auto;
	min-height: 493px;
	margin: auto;
	background: rgb(28, 27, 23) url(../images/bg.jpg) center top;
	transition: 0.5s all;
	transform: scale(1) translateY(0);
	opacity: 1;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal_hide .modal__inner {
	transform: scale(1.2) translateY(-100px);
	opacity: 0;
}

.modal__head {
	min-height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	box-sizing: border-box;
	padding: 30px;
}

.modal__title {
	color: #32325c;
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
	text-align: center;
}

.modal__title_warning {
	color: #fc7c56;
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
}

.modal__desc {
	color: #5b6787;
	font-size: 13px;
	font-weight: 500;
	line-height: 18px;
	text-align: center;
}

.modal__desc_m_t {
	margin-top: 6px;
}

.modal__content {
	box-shadow: 0 0 45px rgba(5, 22, 106, 0.16);
	background-color: #ffffff;
	width: calc(100% - 100px);
	margin: 0 auto 50px auto;
	box-sizing: border-box;
	padding: 30px;
	color: #32325c;
	font-size: 13px;
	font-weight: 500;
	line-height: 23px;
}

.modal__info {
	width: 488px;
	height: 439px;
	box-sizing: border-box;
	padding-top: 25px;
	background: url(../images/deco-border.png) center top;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	position: relative;
	z-index: 0;
}

.modal__media-box {
	width: 440px;
	height: 323px;
	background: url(../images/border.png) center top;
	display: flex;
	justify-content: center;
	align-items: center;
}

.media {
	width: 408px;
	height: 290px;
}

.media__img {
	display: block;
	width: 100%;
	height: 100%;
}

.media iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.modal__description {
	min-height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.description__content {
	color: #ffefc8;
	/* font-family: MFred; */
	font-size: 27px;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
}

.modal__btns {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: absolute;
	top: calc(100%);
}

.modal__gwbtn {
	margin: 0 5px;
}

@media (max-width: 535px) {
	.modal__inner {
		flex-basis: 100%;
		width: auto;
		min-height: auto;
	}

	.modal__info {
		width: auto;
		min-height: auto;
		height: auto;
		background-image: none;
		padding: 10px;
	}

	.modal__media-box {
		width: auto;
		height: auto;
		background-image: none;
		overflow: hidden;
	}

	.media {
		width: auto;
		height: auto;
	}
}


section.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
}

section.modalWindow {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999 !important;
	min-width: 200px;
	max-width: 50%;
	width: 50%;
	max-height: 90%;
	transform: translate(-50%, -50%);
	cursor: default;
	background: #fff;
	background: url(../images/bgpopup2.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	border-radius: 5px;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
}

section.modal.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	background: rgba(37, 23, 17, 0.9);
	z-index: 997;
	cursor: pointer;
	cursor: not-allowed
}

section.modalWindow section.modalWrapper {
	margin: 30px;
	border: 1px solid #715855;
	padding: 30px;
	text-align: left;
	line-height: 20px !important;
	min-height: 200px;
	max-height: none;
	overflow: auto;
	font-family: Tahoma;
	color: #ece7c6;
	background: rgba(0, 0, 0, 0.3);
}

section.modalWindow section.modalWrapper h2 {
	font-family: Corona;
	margin: 0px 0px 10px 0px;
	font-weight: 100;
	color: #f9ee60;
}

section.modalWindow section.modalWrapper::-webkit-scrollbar {
	width: 9px;
}

section.modalWindow section.modalWrapper::-webkit-scrollbar-track {
	background: #423736;
}

section.modalWindow section.modalWrapper::-webkit-scrollbar-thumb {
	background: #92827d;
}

.flex {
	display: flex;
}

.flex-b {
	display: flex;
	justify-content: space-between;
}

.flex-a {
	display: flex;
	justify-content: space-around;
}

.flex-c {
	display: flex;
	justify-content: center;
}
body { overflow-x: hidden; }
html { background-color: #fff;
                             }
a { color: #e9dad5;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  transition: .3s; }
li.active a { color: #e27b22; text-shadow: 0px 0px 4px rgba(226, 123, 34, 0.5); }