@import 'https://fonts.googleapis.com/css?family=Montserrat';input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus {
    /* border: 1px solid #302f3c; */
    -webkit-box-shadow: 0 0 0 1000px #302f3c inset;
    transition: background-color 5000s ease-in-out 0s
}

:root {
  /* background */
  /* fonts */
  /* colors */
  /* input */
  /* margin */
}

/* ::selection {
  color: rgb(15, 13, 26);
  background: rgb(255, 255, 255);
} */

@font-face {
	font-family: "Albertusbold-Regular";
	src: url(../fonts/albertusbold_regular.otf);
	font-weight: 300;
}
@font-face {
	font-family: "DXAngelus-Regular";
	src: url(../fonts/dxangelusmediaval.otf);
	font-weight: 300;
}
@font-face {
	font-family: "intro_regular";
	src: url(../fonts/intro_regular.ttf);
	font-weight: 300;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  font-family: montserrat;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  cursor: default;
}

body {
  position: relative;
  z-index: 0;
  overflow-x: hidden;
  margin: 0;
  background-color: #0f0d1a;
  font-family: f2;
  min-width: 320px;
}


main {
  display: block;
}

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

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-color: rgba(15, 13, 26, 0.15);
}

pre {
  font-family: montserrat;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: montserrat;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: montserrat;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

img {
  border-style: none;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

a {
  text-decoration: none;
  background-color: transparent;
  color: rgb(255, 131, 0);
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-property: opacity, color, background-color;
  transition-property: opacity, color, background-color;
  outline: 0;
}

a:hover {
  text-decoration: none;
}

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

::-webkit-input-placeholder {
  color: #bebcc0;
  opacity: 1;
}

::-moz-placeholder {
  color: #bebcc0;
  opacity: 1;
}

/* Firefox 19+ */
:-moz-placeholder {
  color: #bebcc0;
  opacity: 1;
}

/* Firefox 18- */
:-ms-input-placeholder {
  color: #bebcc0;
  opacity: 1;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

[type="text"],
[type="email"],
[type="tel"],
[type="url"],
[type="password"],
[type="number"],
[type="search"],
[type="button"],
[type="color"],
[type="time"],
[type="date"],
[type="datetime-local"],
[type="file"],
[type="image"],
[type="month"],
[type="reset"],
[type="week"],
select,
textarea {
  width: auto;
  min-width: 0;
  height: 50px;
  background-color: transparent;
  border: 1px solid #302f3c;
  border-radius: 10px;
  padding: 4px 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: none;
  transition: none;
  color: #bebcc0;
  font-family: open sans,Arial,sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-align: left;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-width: 0;
  /* flex-basis: 130px; */
}

textarea {
  padding-top: 5px;
  padding-bottom: 5px;
  height: 70px;
  resize: none;
  max-height: 70px;
  text-align: left;
  padding: 5px 10px;
  line-height: calc(14px + 2px);
}

textarea:focus {
  height: auto;
  max-height: none;
  resize: vertical;
}

[type="text"]:focus,
[type="email"]:focus,
[type="tel"]:focus,
[type="url"]:focus,
[type="password"]:focus,
[type="number"]:focus,
[type="search"]:focus,
[type="button"]:focus,
[type="color"]:focus,
[type="time"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="file"]:focus,
[type="image"]:focus,
[type="month"]:focus,
[type="reset"]:focus,
[type="week"]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgb(121, 121, 121);
  color: #bebcc0;
}

option {
  background-color: transparent;
  color: #bebcc0;
  font-size: 16px;
  font-family: open sans,Arial,sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

option:hover {
  color: #0f0d1a;
  background-color: #757575;
}


/* field */

.field {
  position: relative;
  z-index: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  background-color: transparent;
  border: 1px solid #302f3c;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.field_inlnie {
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.field_mb {
  margin-bottom: 16px;
}

.field__input,
.field__input:focus {
  border: 0;
  background-color: transparent;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  height: auto;
  min-width: 0;
  width: auto;
}

.field__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 28px;
  background: #302f3c;
  border: 1px solid #302f3c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.field__bonus {
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #ff8300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 5px;
  -webkit-box-ordinal-group: 101;
      -ms-flex-order: 100;
          order: 100;
}


.field__bonus~.field__input {
  padding-right: 10px;
}

/* def */

.hidden {
  display: none;
}

.tt-uppercase {
  text-transform: uppercase;
}

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

[class^="gwi_"]:before,
[class*=" gwi_"]:before {
  margin: 0;
}

.mr {
  margin-right: 10px;
}

.ml {
  margin-left: 10px;
}

.mt {
  margin-top: 10px;
}

.mb {
  margin-bottom: 10px;
}

.mra {
  margin-right: auto;
}

.mla {
  margin-left: auto;
}

.mta {
  margin-top: auto;
}

.mba {
  margin-bottom: auto;
}

/* colors */

.color-light {
  color: #e8d1a6;
}

.color-red {
  color: rgb(255, 39, 39);
}

.color-yellow {
  color: #fffb00;
}

.color-orange {
  color: #ff8300;
}

.color-pink {
  color: #FF2978;
}

.color-light-blue {
  color: rgb(87, 160, 206);
}

.color-blue {
  color: #4195d3;
}

.color-green {
  color: rgb(0, 182, 122);
}

.color-grey {
  color: #c5c1c1;
}

.color-white {
  color: white;
}

.color-aqua {
  color: #00fffc;
}

/* link */

.link {
  display: inline-block;
  color: inherit;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

[data-style*="td:n"] {
  text-decoration: none;
}

[data-style*="td:u"] {
  text-decoration: underline;
}

[data-style*="tt:u"] {
  text-transform: uppercase;
}

[data-style*="color:inherit"] {
  color: inherit;
}

[data-style*="color:inherit"] {
  color: inherit;
}

[data-style*="h:td:n"]:hover {
  text-decoration: underline;
}

[data-style*="h:td:u"]:hover {
  text-decoration: underline;
}

/* preload */

.preload {
  background-color: #0f0d1a;
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s cubic-bezier(0.64, 0.14, 0.34, 1.32);
  transition: all 0.5s cubic-bezier(0.64, 0.14, 0.34, 1.32);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
}

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

.preload__fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@-webkit-keyframes preanimateout {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
}

@keyframes preanimateout {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
}

/* loading-animation */

[data-loading-animation] #animate-btn {
  opacity: 0;
}

[data-loading-animation="true"] #animate-btn {
  -webkit-animation: animatebtn 1.6s ease 1s forwards;
          animation: animatebtn 1.6s ease 1s forwards;
}

@-webkit-keyframes animatebtn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes animatebtn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

[data-loading-animation] .stars {
  opacity: 0;
}

[data-loading-animation="true"] .stars {
  -webkit-transition: 1s all 3.1s;
  transition: 1s all 3.1s;
  opacity: 1;
}


/* page */

.page {
  position: relative;
  z-index: 2;
  /*overflow-x: hidden;*/
  margin: 0 auto;
  min-height: 100vh;
  min-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.page_hide {
  opacity: 0;
}

.section {
  position: relative;
  z-index: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  max-width: 1170px;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.row {
  margin-left: calc(-1 * 10px);
  margin-right: calc(-1 * 10px);
}


/* title */

.title {
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 150%;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.title_mb {
  margin-bottom: 10px;
}

.title_mb_small {
  margin-bottom: 5px;
}

.title_mb_large {
  margin-bottom: 15px;
}

/* desc */

.desc {
  color: #bebcc0;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  margin: 0;
}

.desc_mb {
  margin-bottom: 10px;
}

.desc_mb_small {
  margin-bottom: 5px;
}

.desc_mb_large {
  margin-bottom: 15px;
}


/* heading */

.heading {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* button */

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  color: #bebcc0;
  font-family: open sans,Arial,sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0;
  padding: 3px;
  min-height: 44px;
  cursor: pointer;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  z-index: 0;
  border: 0;
  outline: 0;
  border-radius: 3px;
  border: 1px solid transparent;
  background-color: transparent;
  background: #302f3c;
}

.button__content {
  font-family: "Albertusbold-Regular";
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.button:hover {
  background: #191726;
  border: 1px solid rgb(48, 47,60);
}

.button__content {
  color: #fff;
  position: relative;
  z-index: 5;
  display: inline-block;
}

.button__desc {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
}


.button__ico {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 20px;
  background: linear-gradient(224.09deg, #529E80 -10.43%, #AAF2A9 120.86%);
  /* -webkit-box-shadow: 0px 4px 20px rgba(170, 242, 169, 0.6);
          box-shadow: 0px 4px 20px rgba(170, 242, 169, 0.6); */
  border-radius: 3px;
  height: 36px;
  width: 36px;
}

.button__ico_ml {
  margin-left: 15px;
}

.button__ico_mr {
  margin-right: 15px;
}

.button__ico_mr~.button__content {
  margin-right: 20px;
}

/* stars */

.stars {
  position: absolute;
  left: 20%;
  top: 50%;
  z-index: 100;
  pointer-events: none;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.btn-dec:hover .stars {
  opacity: 0 !important;
  -webkit-transition: .2s all 0s;
  transition: .2s all 0s;
}

.star {
  height: 6px;
  position: absolute;
  width: 150px;
  margin: 0;
  opacity: 0;
  padding: 0;
  border-radius: 3px;
  background-color: white;
  background: -webkit-gradient(linear, right top, left top, color-stop(-8.77%, #529E80), color-stop(90.35%, rgba(170, 242, 169, 0)));
  background: linear-gradient(270deg, #529E80 -8.77%, rgba(170, 242, 169, 0) 90.35%);
  position: absolute;
  -webkit-animation: star 8s linear infinite;
          animation: star 8s linear infinite;
}

.star_1 {
  -webkit-animation: star 7.7s linear .5s infinite;
          animation: star 7.7s linear .5s infinite;
  left: -30px;
  top: -25px;
  height: 5px;
}

.star_2 {
  -webkit-animation: star 8.2s linear 5.3s infinite;
          animation: star 8.2s linear 5.3s infinite;
  left: 10px;
  top: -17px;
}

.star_3 {
  -webkit-animation: star 7s linear 1.1s infinite;
          animation: star 7s linear 1.1s infinite;
  left: 0;
  top: -10px;
  height: 5px;
}

.star_4 {
  -webkit-animation: star 9s linear 3.2s infinite;
          animation: star 9s linear 3.2s infinite;
  left: -10px;
  top: -1px;
  height: 6px;
}

.star_5 {
  -webkit-animation: star 7.6s linear 4.4s infinite;
          animation: star 7.6s linear 4.4s infinite;
  left: 40px;
  top: 8px;
  height: 8px;
}

.star_6 {
  -webkit-animation: star 6.5s linear 2.7s infinite;
          animation: star 6.5s linear 2.7s infinite;
  left: -40px;
  top: 15px;
  height: 7px;
}

@-webkit-keyframes star {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 100px;
  }


  10% {
    opacity: 1;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    width: 150px;
  }


  14% {
    opacity: 0;
    -webkit-transform: translateX(270px);
            transform: translateX(270px);
    width: 0;
  }
}

@keyframes star {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 100px;
  }


  10% {
    opacity: 1;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    width: 150px;
  }


  14% {
    opacity: 0;
    -webkit-transform: translateX(270px);
            transform: translateX(270px);
    width: 0;
  }
}


/* btn-dec */

.cls-2 {
  fill: none;
  stroke: rgb(170, 242, 169);
  stroke-miterlimit: 0;
  stroke-width: 2px;
}

.btn-dec {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  color: white;
  fill: transparent;
  stroke: white;
  font-family: open sans,Arial,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0;
  padding: 0;
  height: 60px;
  width: 200px;
  cursor: pointer;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  z-index: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  border-radius: 3px;
}

.btn-dec__svg {
  position: absolute;
  left: 0;
  right: 0;
  height: 60px;
  width: 200px;
  -webkit-filter: drop-shadow(0px 4px 30px rgba(170, 242, 169, 0.48));
          filter: drop-shadow(0px 4px 30px rgba(170, 242, 169, 0.48));
  -webkit-animation: animesvg 16s ease infinite;
          animation: animesvg 16s ease infinite;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.btn-dec:hover .btn-dec__svg {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@-webkit-keyframes animesvg {
  0% {
    -webkit-transform: skewX(0);
            transform: skewX(0);
  }

  40% {
    -webkit-transform: skewX(-15deg) skewY(1deg);
            transform: skewX(-15deg) skewY(1deg);
  }

  60% {
    -webkit-transform: skewX(-10deg) skewY(-1deg);
            transform: skewX(-10deg) skewY(-1deg);
  }


  100% {
    -webkit-transform: skewX(0);
            transform: skewX(0);
  }
}

@keyframes animesvg {
  0% {
    -webkit-transform: skewX(0);
            transform: skewX(0);
  }

  40% {
    -webkit-transform: skewX(-15deg) skewY(1deg);
            transform: skewX(-15deg) skewY(1deg);
  }

  60% {
    -webkit-transform: skewX(-10deg) skewY(-1deg);
            transform: skewX(-10deg) skewY(-1deg);
  }


  100% {
    -webkit-transform: skewX(0);
            transform: skewX(0);
  }
}

.btn-dec__content {
  position: relative;
  z-index: 5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: -3px;
}

.btn-dec__img {
  display: block;
  color: inherit;
  fill: inherit;
  stroke: inherit;
}


.btn-dec__ico {
  display: inline-block;
  position: relative;
  z-index: 5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 20px;
}

.btn-dec__title {
  font-family: "Albertusbold-Regular";
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.btn-dec__ico_ml {
  margin-left: 12px;
}

.btn-dec__ico_mr {
  margin-right: 12px;
}

/*
.btn-dec__ico_crown {
  background: url(../images/icons/crown-white.png) no-repeat;
  width: 20px;
  height: 12px;
  position: relative;
  z-index: 0;
}

.btn-dec__ico_crown:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/icons/crown-white_fill.png) no-repeat;
  -webkit-transition: .2s all;
  transition: .2s all;
  opacity: 0;
  z-index: 2;
}
*/

/* .btn-dec:hover */

.btn-dec:hover .btn-dec__svg {
  -webkit-filter: drop-shadow(0px 4px 20px rgba(170, 242, 169, 0.30));
          filter: drop-shadow(0px 4px 20px rgba(170, 242, 169, 0.30));
}

.btn-dec:hover .btn-dec__ico_crown:after {
  opacity: 1;
}

/* btn */

.btnnova {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  color: white;
  font-family: open sans,Arial,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0;
  padding: 5px 15px;
  min-height: 60px;
  width: 230px;
  cursor: pointer;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
      flex-shrink: 0;
  text-shadow: none;
  position: relative;
  z-index: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  border-radius: 3px;
}

.btnnova:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  border: 0;
  border-radius: 3px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.btnnova:hover {
  background-position: -50% 100%;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  color: white;
  font-family: open sans,Arial,sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0;
  padding: 5px 15px;
  min-height: 60px;
  width: 230px;
  cursor: pointer;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  z-index: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  border-radius: 3px;
  -webkit-filter: drop-shadow(0px 4px 30px rgba(170, 242, 169, 0.48));
          filter: drop-shadow(0px 4px 30px rgba(170, 242, 169, 0.48));
}

.btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: -webkit-gradient(linear,
      left top, right top,
      from(#529E80),
      color-stop(33%, #85be84),
      color-stop(50%, #85be84),
      color-stop(65%, #85be84),
      to(#529E80));
  background: linear-gradient(90deg,
      #529E80 0%,
      #85be84 33%,
      #85be84 50%,
      #85be84 65%,
      #529E80 100%);
  background-size: 300% 300%;
  border: 0;
  border-radius: 3px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn:hover:after {
  background-position: -50% 100%;
}

.btn__content {
  font-family: open sans,Arial,sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  z-index: 5;
  display: inline-block;
}

.btn__desc {
  color: #ceb980;
  font-size: 11px;
  font-weight: 400;
}

.btn__img {
  display: block;
}


.btn__ico {
  display: inline-block;
  position: relative;
  z-index: 5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 20px;
}

.btn__ico_ml {
  margin-left: 12px;
}

.btn__ico_mr {
  margin-right: 12px;
}

.btn__ico_mr~.btn__content {
  margin-right: 5px;
}

/* bnrs */

.bnrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bnr {
  width: 160px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  border-radius: 3px;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: .3s all;
  transition: .3s all;
  border: 1px solid #302f3c;
}

.bnr_l2oops {
  width: 122px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  border-radius: 3px;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: .3s all;
  transition: .3s all;
}

/* .bnr:hover {
  background: var(--bg-primary);
  -webkit-filter: brightness(130%);
          filter: brightness(130%);
  border: 1px solid rgb(48, 47,60);
}*/

/* close */

.close {
  color: #bebcc0;
  fill: #bebcc0;
  font-size: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  -webkit-transition: 0s all 0s;
  transition: 0s all 0s;
  -webkit-transform: scale(0) rotate(180deg);
          transform: scale(0) rotate(180deg);
  opacity: 0;
}

.close:before,
.close:after {
  display: block;
  content: "";
  background: RGB(190, 188, 192);
  position: absolute;
  top: calc(50% - 2px);
  left: -5px;
  right: -5px;
  height: 4px;
  border-radius: 2px;
}

.close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mob-nav-active .close {
  -webkit-transition: .3s transform .5s;
  transition: .3s transform .5s;
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
}

/* langs */

.langs {
  position: relative;
  z-index: 10;
  width: 80px;
  height: 44px;
  border: 1px solid rgba(48, 47,60);
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #bebcc0;
  text-transform: uppercase;
}

.langs:after {
  font-family: 'gwi';
  content: '\f004';
  display: block;
  width: 24px;
  height: 24px;
  -webkit-transition: .3s all;
  transition: .3s all;
  margin: 0 21px 0 6px;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}

.langs:hover:after {
  opacity: 0.5;
}

.lang__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: .3s all;
  transition: .3s all;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #fff;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px 0 3px 20px;
  position: relative;
  z-index: 1;
}

.langs:hover .lang__link_select {
  opacity: 0.5;
}

.lang__link_sub {
  height: 44px;
  -webkit-box-shadow: 0 10px 50px rgba(19, 63, 114, .05);
          box-shadow: 0 10px 50px rgba(19, 63, 114, .05);
  color: #fff;
}

.lang__link_sub:hover {
  background-color: #302f3c;
  color: #fff;
}

.lang__container {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .3s all;
  transition: .3s all;
  z-index: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 5px;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.langs:hover .lang__container {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.lang__list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  /* border: 1px solid rgba(48, 47,60, 0.19); */
  box-sizing: border-box;
  border-radius: 3px;
}

/* logo */

.logo {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFF;
}

.logo__img {
  display: block;
  max-width: 100%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.logo__pic {
    width: 146px;
    height: 34px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 0;
}



.logo:hover .logo__pic:before {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
}

.logo:hover .logo__pic:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.logo__content {
  margin-left: 10px;
}

.gw-burger {
  z-index: 88;
  background: #302f3c;
  border-radius: 3px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gw-burger__inner {
  height: 24px;
  width: 20px;
  position: relative;
  z-index: 0;
}

.gw-burger__line {
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.gw-burger__line_pos_top {
  top: 5px;
}

.gw-burger__line_pos_middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.gw-burger__line_pos_bottom {
  bottom: 5px;
}

/* menu */

.menu__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.menu__close-box {
  display: none;
}


.menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  min-height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 60px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--color-light-grey);
  fill: #4195d3;
  stroke: #4195d3;
  position: relative;
  z-index: 0;
  font-size: 14px;
  text-align: right;
}

.menu__pic {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.menu__ico {
  fill: inherit;
  stroke: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.menu__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  font-size: 14px;
  line-height: 14px;
  color: inherit;
}

.menu__sup {
  font-size: 12px;
  top: -1.2em;
}

/* menu__item:hover */

.menu__item:hover,
.menu__sub-item:hover {
  border-color: #ff8300;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  fill: #fff;
  stroke: #fff;
}

/* menu__item_open */

.menu__item_open {
  border-color: #4195d3;
  background: rgb(87, 160, 206);
  color: #fff;
  fill: #fff;
  stroke: #fff;
}

.menu__item_open .menu__ico {
  fill: #fff;
}

/* menu__item_active */

.menu__item_active,
.menu__item_active:hover {
  border-color: #b0d9ff;
  background: #1a2742;
  color: var(--color-light-grey);
  fill: var(--color-light-grey);
  stroke: var(--color-light-grey);
}

/* menu__sub-list */

.menu__sub-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: none;
}

.menu__sub-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  min-height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 35px;
  padding-right: 15px;
  border-left: 5px solid transparent;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  color: var(--color-light-grey);
  fill: #4195d3;
  stroke: #4195d3;
}

.menu__sub-name {
  font-size: 18px;
  line-height: 18px;
  color: #0f0d1a;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.menu__sub-desc {
  padding-top: 3px;
  font-size: 14px;
  line-height: 16px;
  color: rgba(15, 13, 26, 0.6);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.menu__sub-item:hover,
.menu__sub-item:hover .menu__sub-name,
.menu__sub-item:hover .menu__sub-desc {
  color: #fff;
}

/* navigation */

[data-section="navigation"] {
  background: #191726;
  z-index: 5;
}

.navigation {
  min-height: 79px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navigation__logo {
  margin: 0 auto 0 10px;
}

.navigation__btns {
  display: none;
}

.navigation__bnrs {
  display: none;
}

.navigation__langs {
  margin-right: 10px;
}

.navigation__gw-burger {
  margin-right: 10px;
}


@media (max-width: 1099px) {
  .navigation__menu {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: rgba(25, 23, 38, 0.95);
    /* opacity: 0; */
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: hidden;
    -webkit-transition: .3s all;
    transition: .3s all;
    min-height: 100vh;
    height: 100%;
    padding-top: 50px;
    opacity: 0;
  }

  .mob-nav-active .navigation__menu {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    visibility: visible;
    overflow: auto;
    opacity: 1;
  }

  .menu__list {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: .3s all .2s;
    transition: .3s all .2s;
    min-height: 100vh;
    height: auto;
  }

  .mob-nav-active .menu__list {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  .menu__close-box {
    padding-right: 60px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .mob-nav-active {
    overflow: hidden;
  }

}

/* slide */

.slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 0;
  width: 100%;
}

.slide__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-image: url(../images/slider/bg/bg-1.jpg);
  background-size: cover;
  background-position: -200px center;
  background-repeat: no-repeat;
}

.slide__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  max-width: 95%;
  width: 100%;
}

.slide__box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 70px 10px 180px;
  position: relative;
  z-index: 10;
  max-width: 610px;
}

.slide__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 160px;
}

.slide__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase;
  color: #FFF;
  min-height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slide__desc {
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #bebcc0;
  padding-top: 5px;
  min-height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 340px;
}

.slide__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* slider animation */

@-webkit-keyframes slide__img {
  from {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes slide__img {
  from {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.swiper-slide-active .slide__img,
.swiper-slide-duplicate-active .slide__img {
  -webkit-transition: 2.3s all .5s;
  transition: 2.3s all .5s;
  -webkit-animation: slide__img 2s ease forwards;
          animation: slide__img 2s ease forwards;
}

.swiper-slide:not(.swiper-slide-active):not(.swiper-slide-duplicate-active) .slide__img {
  -webkit-transition: .2s opacity 0s, 5s -webkit-transform 5s;
  transition: .2s opacity 0s, 5s -webkit-transform 5s;
  transition: .2s opacity 0s, 5s transform 5s;
  transition: .2s opacity 0s, 5s transform 5s, 5s -webkit-transform 5s;
  opacity: 0;
}

.slide__title {
  -webkit-transform: translateY(0) translateX(0);
          transform: translateY(0) translateX(0);
  -webkit-transition: opacity 1s cubic-bezier(.68, -.55, .265, 1.55) .1s, -webkit-transform 1.4s cubic-bezier(.42, .61, .19, 1.37) .1s;
  transition: opacity 1s cubic-bezier(.68, -.55, .265, 1.55) .1s, -webkit-transform 1.4s cubic-bezier(.42, .61, .19, 1.37) .1s;
  transition: transform 1.4s cubic-bezier(.42, .61, .19, 1.37) .1s, opacity 1s cubic-bezier(.68, -.55, .265, 1.55) .1s;
  transition: transform 1.4s cubic-bezier(.42, .61, .19, 1.37) .1s, opacity 1s cubic-bezier(.68, -.55, .265, 1.55) .1s, -webkit-transform 1.4s cubic-bezier(.42, .61, .19, 1.37) .1s;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.swiper-slide:not(.swiper-slide-active):not(.swiper-slide-duplicate-active) .slide__title {
  -webkit-transition: 0s all;
  transition: 0s all;
  -webkit-transform: translateY(100px) translateX(0);
          transform: translateY(100px) translateX(0);
  opacity: 0;
}

.slide__desc {
  -webkit-transform: translateY(0) translateX(0);
          transform: translateY(0) translateX(0);
  -webkit-transition: opacity 1s cubic-bezier(.68, -.55, .265, 1.55) .3s, -webkit-transform 1.4s cubic-bezier(.42, .61, .19, 1.37) .3s;
  transition: opacity 1s cubic-bezier(.68, -.55, .265, 1.55) .3s, -webkit-transform 1.4s cubic-bezier(.42, .61, .19, 1.37) .3s;
  transition: transform 1.4s cubic-bezier(.42, .61, .19, 1.37) .3s, opacity 1s cubic-bezier(.68, -.55, .265, 1.55) .3s;
  transition: transform 1.4s cubic-bezier(.42, .61, .19, 1.37) .3s, opacity 1s cubic-bezier(.68, -.55, .265, 1.55) .3s, -webkit-transform 1.4s cubic-bezier(.42, .61, .19, 1.37) .3s;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.swiper-slide:not(.swiper-slide-active):not(.swiper-slide-duplicate-active) .slide__desc {
  -webkit-transition: 0s all;
  transition: 0s all;
  -webkit-transform: translateY(100px) translateX(0);
          transform: translateY(100px) translateX(0);
  opacity: 0;
}

.slide__btns {
  -webkit-transform: translateY(0) translateX(0);
          transform: translateY(0) translateX(0);
  -webkit-transition: .3s transform .9s, .3s opacity .9s;
  transition: .3s transform .9s, .3s opacity .9s;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.swiper-slide:not(.swiper-slide-active):not(.swiper-slide-duplicate-active) .slide__btns {
  -webkit-transition: .3s transform, .3s opacity;
  transition: .3s transform, .3s opacity;
  -webkit-transform: translateY(30px) translateX(0);
          transform: translateY(30px) translateX(0);
  opacity: 0;
}

/* slider */

[data-section="slider"] {
  background-color: rgb(15, 13, 26);
}

.slider {
  overflow: hidden;
  background-color: rgb(15, 13, 26);
  position: relative;
  z-index: 0;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}

.slider__container {}

.slider__box {
  position: relative;
  z-index: 8;
}

.slider__counter {
  position: absolute;
  left: 0;
  top: 37px;
  font-size: 18px;
  line-height: 150%;
  color: #bebcc0;
  letter-spacing: -1px;
}

.slider__play {
  position: absolute;
  bottom: 100px;
  left: 0;
}

.slider__counter-box {
  position: absolute;
  right: 0;
  bottom: 92px;
  display: none;
}

.slider__progress-box {
  margin-left: 10px;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: none;
}

.slider__controls {
  position: absolute;
  bottom: 38px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* arrows */

.arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.arrows__arrow,
.arrow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
  -webkit-box-shadow: 0 8px 20px rgba(15, 13, 26, 0.1);
          box-shadow: 0 8px 20px rgba(15, 13, 26, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: .3s all;
  transition: .3s all;
  color: #fff;
  outline: 0;
  border: 0;
  background: transparent;
  position: relative;
  z-index: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
}

.arrows__arrow {
  opacity: .5;
}

.arrows__arrow:hover {
  opacity: 1;
}

.arrows__arrow.swiper-button-disabled {
  opacity: 0.3;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
}

.arrows__arrow:before,
.arrow:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #302f3c;
  border-radius: 5px;
  -webkit-transform: matrix(-0.71, -0.71, 0.7, -0.71, 0, 0);
          transform: matrix(-0.71, -0.71, 0.7, -0.71, 0, 0);
  z-index: -1;
}

.arrows__arrow_prev,
.arrow_prev {
  padding-right: 4px;
}

.arrows__arrow_next,
.arrow_next {
  padding-left: 4px;
}

/* arrow_min */

.arrow_min {
  width: 20px;
  height: 20px;
  -webkit-box-shadow: 0 4px 10px rgba(15, 13, 26, 0.1);
          box-shadow: 0 4px 10px rgba(15, 13, 26, 0.1);
  margin: 0;
  font-size: 17px;
}

.arrow:before {
  border-radius: 5px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.arrow_min_minus {
  padding-bottom: 1px;
}

.arrow_min_plus {
  padding-bottom: 1px;
}

/* progress */

.progress {
  height: 4px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.progress__load {
  background: -webkit-gradient(linear, left top, right top, color-stop(-1.39%, #393844), color-stop(106.77%, #4c4c56));
  background: linear-gradient(90deg, #393844 -1.39%, #4c4c56 106.77%);
  border-radius: 10px;
  width: 0;
}

/* gw-timer */

.gw-timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gw-timer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

}

.gw-timer__amount {
  padding: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.gw-timer__desc {
  padding: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* countd */

.countd {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-shadow: 0 2px 2px rgba(37, 45, 71, 0.77);
}

.countd__box {
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.end-time {
  font-weight: bold;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #D6DDF1;
}

.countd__desc {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #D6DDF1;
}

/* server */

.server {}

.server__box {
  background: #191726;
  -webkit-box-shadow: 0px 10px 30px rgba(29, 25, 29, 0.4);
          box-shadow: 0px 10px 30px rgba(29, 25, 29, 0.4);
  border-radius: 5px;
  overflow: hidden;
  height: 233px;
}

.server__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #1e1c2f;
  min-height: 58px;
}

.server__title {
  font-size: 18px;
  line-height: 18px;
  color: #D6DDF1;
  letter-spacing: 0.02em;
}

.server__content {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  color: #bebcc0;
  padding: 14px 10px;
  min-height: 94px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.server__online {
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
  min-height: 40px;
  color: #F2F4FA;
}

.server__relation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 15px;
}

.server__relation-good {
  min-width: 0;
  background: linear-gradient(270.08deg, #529E80 0.09%, #AAF2A9 90.87%);
  border-radius: 0px;
}

.server__relation-evil {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: -webkit-gradient(linear, left top, right top, from(#302f3c), color-stop(90.96%, #302f3c));
  background: linear-gradient(90deg, #302f3c 0%, #302f3c 90.96%);
  border-radius: 0px;
}

.server__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #bebcc0;
  min-height: 66px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 17px 10px;
}

.server__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.server__imgside {
  display: block;
}

.server__imgside_mr {
  margin-right: 10px;
}

.server__imgside_ml {
  margin-left: 10px;
}

.server__percentside {}

.server__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 75px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
}

.server__link {
  font-size: 18px;
  line-height: 150%;
  color: #FFF;
  text-decoration: none;
  letter-spacing: 0.02em;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.server__link:hover {
  opacity: 0.7;
}

/* best */

.best {
  font-size: 14px;
  line-height: 16px;
  color: #bebcc0;
  background: #191726;
  -webkit-box-shadow: 0px 10px 30px rgba(29, 25, 29, 0.4);
          box-shadow: 0px 10px 30px rgba(29, 25, 29, 0.4);
  border-radius: 5px;
  padding-bottom: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.best__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 58px;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #302f3c;
}

.best__rw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: space-between;
  align-items: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 0;
  cursor: default;
  min-height: 42px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 3px solid transparent;
}

.best__rw:nth-child(3) {
  background: #302f3c;
  color: #fff;
  /* border-left: 3px solid #ff8300; */
}

.best__rw:nth-child(3) .best__num .best__content {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.best__rw:nth-child(3) .best__num .best__content:after {
  font-family: FontAwesome;
  font-size: 12px;
  color: #fff;
  display: block;
  content: '\f005';
  /* background: url(../images/icons/crown-white_fill.png) no-repeat; */
  width: 20px;
  height: 14px;
}

.best__rw:nth-last-child(1) {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
}

.best__num {
  -ms-flex-preferred-size: 60px;
      flex-basis: 60px;
  min-width: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}

.best__name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 14px;
  margin-left: 3%;
}

.best__total {
  -ms-flex-preferred-size: 76px;
      flex-basis: 76px;
  min-width: 0;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.best__content {
  min-width: 0;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.best__header .best__content {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.15);
  cursor: default;
}

/* gift */

.gift {
  background: url(../images/gift.png) no-repeat;
  background-size: contain;
  width: 407px;
  height: 410px;
  pointer-events: none;
}

/* event */

.event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: .2s all;
  transition: .2s all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  border-radius: 5px;
  opacity: 0.75;
}

.event:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
}

.event__pic {
  width: 58px;
  height: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 5px;
  position: relative;
  z-index: 0;
  margin-right: 20px;
  overflow: hidden;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.event__pic_vk {
  background-color: #4680c2;
  width: 58px;
  height: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 5px;
  position: relative;
  z-index: 0;
  margin-right: 20px;
  overflow: hidden;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.event__pic_ds {
  background-color: #7289da;
  width: 58px;
  height: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 5px;
  position: relative;
  z-index: 0;
  margin-right: 20px;
  overflow: hidden;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.event__pic_tg {
  background-color: #37aee2;
  width: 58px;
  height: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 5px;
  position: relative;
  z-index: 0;
  margin-right: 20px;
  overflow: hidden;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.event__content {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #FFF;
  -webkit-transition: .3s all;
  transition: .3s all;
  max-width: 210px;
}

.event__title {}

/* events */

.events {
  background: linear-gradient(64.32deg, #191726 -12.65%, #191726 132.05%, #191726 132.05%);
  -webkit-box-shadow: 0px 10px 30px rgba(255, 76, 91, 0.4);
          box-shadow: 0px 10px 30px rgba(29, 25, 29, 0.4);
  border-radius: 5px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.events__gift {
  position: absolute;
  right: -40px;
  top: -60px;
  width: 200px;
  height: 200px;
  z-index: 10;
  -webkit-animation: upDown 6s ease 3s infinite;
          animation: upDown 6s ease 3s infinite;
}

.events__title {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  min-height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}

.events__list {
  border-radius: 5px;
  border: 1px solid rgba(48, 47,60);
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.events__event {
  margin-bottom: 13px;
  margin-top: 13px;
}

/* mid */

.mid__box {
  min-height: 315px;
}

.mid__heading {
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: auto;
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mid__events {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* stream */

.stream {
  width: 100%;
  height: 180px;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* background: url(../images/streams/cover.png) no-repeat center center; */
  background-size: cover;
  border-radius: 5px;
  overflow: hidden;
}

.stream__content {
  max-width: 120px;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.03em;
  color: rgba(170, 188, 208, 0.57);
}

.stream__play {
  /* background: url(../images/streams/play.png) no-repeat; */
  background-size: contain;
  width: 27px;
  height: 29px;
}

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

/* streams */

[data-section="streams"] {
  background: url(../images/bg.png) no-repeat center center;
  background-size: cover;
}

.streams__inner {
  width: calc(100% - 10px * 2);
  margin: 0 10px;
  padding-top: 27px;
  padding-bottom: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.streams__list {
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 30px;
}

.streams__content {
  border-radius: 3px;
  overflow: hidden;
  width: calc(100% - 10px * 2);
  margin: auto 10px;
}

.streams__heading {
  padding-top: 30px;
  padding-bottom: 30px;
}

.streams__arrows {
  margin-bottom: 35px;
}

.streams__add {
  margin-bottom: 30px;
}

.streams__info {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #bebcc0;
  width: 100%;
}

/* top */

.top {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #bebcc0;
}

.top__body {
  background: #191726;
  -webkit-box-shadow: 0px 10px 30px rgba(29, 25, 29, 0.4);
          box-shadow: 0px 10px 30px rgba(29, 25, 29, 0.4);
  border-radius: 5px;
  padding: 24px 20px;
}

[data-top-scroll] {
  height: 366px;
  overflow: hidden;
}

.top__rw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 0;
  cursor: default;
  min-height: 41px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.top__rw:not(.top__header) {
  margin-bottom: 5px;
  border-radius: 5px;
}

.top__rw:not(.top__header):nth-child(1) {
  background: linear-gradient(89.99deg, #302f3c -0.52%, #3b3b44 102.36%);
  color: #fff;
}

.top__rw:not(.top__header):nth-child(1) .top__num .top__content {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top__rw:not(.top__header):nth-child(1) .top__num .top__content:after {
  font-family: FontAwesome;
  font-size: 12px;
  color: #fff;
  display: block;
  content: '\f005';
  /* background: url(../images/icons/crown-white_fill.png) no-repeat; */
  width: 20px;
  height: 20px;
}

.top__rw:not(.top__header):not(:nth-child(1)):hover {
  background: #302f3c;
  color: #fff;
}

.top__num {
  -ms-flex-preferred-size: 70px;
      flex-basis: 70px;
  min-width: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 20px;
}

.top__name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top__info {
  -ms-flex-preferred-size: 130px;
      flex-basis: 130px;
  min-width: 0;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  display: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.top__total {
  -ms-flex-preferred-size: 60px;
      flex-basis: 60px;
  min-width: 0;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.top__content {
  min-width: 0;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.top__info .top__content {
  white-space: normal;
}

.top__desc {
  font-size: 14px;
  font-weight: normal;
}

.top__clan-ico {
  display: inline-block;
  position: relative;
  top: 2px;
}

.top__clan-ico:nth-last-child(1) {
  margin-right: 5px;
}

.top__header {
  min-height: 64px;
  padding-left: 20px;
  padding-right: 20px;
}

.top__header .top__content {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  cursor: default;
  font-weight: normal;
}

/* post */

.post {
  background: #191726;
  -webkit-box-shadow: 0px 10px 30px rgba(29, 25, 29, 0.4);
          box-shadow: 0px 10px 30px rgba(29, 25, 29, 0.4);
  border-radius: 5px;
  overflow: hidden;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.post__pic {
  height: 182px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.post__img {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-image: url(../images/post/img-def.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 1s all;
  transition: 1s all;
}

.post:hover .post__img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.post__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 27px;
}

.post__arrow {
  display: inline-block;
  font-size: 10px;
  position: relative;
  top: -1px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.post__title {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #FFF;
}

.post__desc {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #bebcc0;
}

/* another */

.other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-another] {
  display: none;
}

.another {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.another__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.another__stream {
  height: 233px;
}

.another__post {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.another__best {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.another__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 75px;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #bebcc0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* rating */

[data-section="rating"] {
  background-image: url(../images/img.png);
  background-position: 116px top;
  background-repeat: no-repeat;
}

.rating {
  position: relative;
  z-index: 0;
  padding-bottom: 40px;
}

.rating__heading {
  max-width: 390px;
  padding-top: 50px;
  padding-bottom: 30px;
}


.rating__box {
  width: 100%;
  overflow: hidden;
}

.rating__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-animation: fadeIn 1s ease;
          animation: fadeIn 1s ease;
  pointer-events: none;
}

.rating__title {
  color: white;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.rating__col {
  width: 100%;
}

body .mCSB_container {
  margin-right: 0;
}

body .mCSB_scrollTools {
  right: 6px;
}

/* mCSB */

body .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  /* height: 6px; */
}


body .mCSB_scrollTools .mCSB_draggerRail {
  background: #302f3c;
  border-radius: 5px;
  width: 6px;
}

body .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  /* height: 5px; */
}

body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: -webkit-gradient(linear, left top, left bottom, from(#529E80), to(#AAF2A9));
  background: linear-gradient(180deg, #529E80 0%, #AAF2A9 100%);
  width: 6px;
}

body .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
body .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
body .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background: -webkit-gradient(linear, left top, left bottom, from(#AAF2A9), to(#529E80));
  background: linear-gradient(180deg, #529E80 0%, #AAF2A9 100%);
}

body .mCSB_horizontal.mCSB_inside>.mCSB_container {
  margin-bottom: 20px;
}

/* contact */

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 76px;
  text-decoration: none;
  font-size: 18px;
  line-height: 21px;
  color: #FFF;
  -webkit-transition: .2s all;
  transition: .2s all;
  position: relative;
  z-index: 0;
}

.contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.contact:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #7289DA;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.contact:hover {
  -webkit-transform: scale(1.13);
          transform: scale(1.13);
  z-index: 10;
}

.contact__pic {
  font-size: 28px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact__img {
  display: block;
}

.contact__content {
  font-weight: 500;
  display: none;
}

/* contacts */

[data-section="contacts"] {
  background: -webkit-gradient(linear, left top, right top, from(#4680C2), color-stop(50%, #4680C2), color-stop(50.1%, #37AEE2), to(#37AEE2));
  background: linear-gradient(to right, #4680C2 0%, #4680C2 50%, #37AEE2 50.1%, #37AEE2 100%);
  margin-top: auto;
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts__contact {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 400px;
}

.contacts__contact:nth-child(1):after {
  background-color: #4680C2;
}

.contacts__contact:nth-last-child(1):after {
  background-color: #37AEE2;
}

/* footer */

.footer {
}

.footer__heading {
  max-width: 360px;
  margin: 0 10px;
}

.footer__fnav {
  display: none;
}

/* ww */

.ww {
  max-width: 1040px;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  padding: 0;
}

.ww_size_big {
  max-width: 916px;
}

.ww__inner {
  background: transparent;
  border: 0;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ww__body {
  padding: 15px;
  background: #191726;
  border: 1px solid #302f3c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
}

.ww__close {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
  -webkit-transition: .3s all;
  transition: .3s all;
  background-size: contain;
  background: #302f3c;
  border-radius: 50%;
}

.ww__close:before,
.ww__close:after {
  display: block;
  content: "";
  background: #191726;
  position: absolute;
  top: calc(50% - 1px);
  left: 3px;
  right: 3px;
  height: 2px;
  border-radius: 2px;
}

.ww__close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.ww__close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.ww__close:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ww__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 15px;
  /* max-width: 400px; */
}

.ww__title {
  color: rgb(255, 194, 12);
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

.ww__title_warning {
  color: #fc7c56;
}

.ww__desc {
  color: #70706d;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  padding: 5px 0 7px 0;
  border-bottom: 1px solid #383838;
  width: 100%;
}

.m-heading {
  cursor: default;
}

.m-heading_margin {
  margin: 25px 0;
}

.m-heading_margin_large {
  margin: 35px 0;
}

.m-heading__title {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #FFF;
}

.m-heading__title_new {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.m-heading__desc {
  color: #bebcc0;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  padding-top: 5px;
}

.m-heading__desc_new {
  color: #bebcc0;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  padding: 10px;
  margin-bottom: 5px;
  background: #151321;
  border-radius: 5px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.m-heading__desc_new:hover {
  background: #0f0d1a
}

.m-heading__desc_new_img {
  margin-bottom: 7px;
  padding-top: 5px
}

/* bt */

.bt {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 64px;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #bebcc0;
  background: linear-gradient(269deg,
      #ff8300 0%,
      #ff4f00 33%,
      #ff4f00 50%,
      #ff4f00 65%,
      #ff8300 100%);
  background-size: 300% 300%;
  border-radius: 0px 5px 5px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: .3s all;
  transition: .3s all;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.bt__content {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #FFF;
}

.bt__desc {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 10px;
}

/* fl */

.fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #302f3c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 0 0 0 10px;
  color: rgb(151, 151, 151);
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  cursor: pointer;
  -webkit-transition: .3s all;
  transition: .3s all;
  text-decoration: none;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.fl:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  background: #302f3c;
  z-index: -1;
  -webkit-transition: .3s all;
  transition: .3s all;
  border-radius: 5px;
  opacity: 0;
}

.fl_mb {
  margin-bottom: 17px;
}

.fl__heading {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 6px;
  margin-right: auto;
}

.fl__title {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.02em;
  color: #bebcc0;
  -webkit-transition: .3s all;
  transition: .3s all;
}


.fl__desc {
  padding-top: 7px;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.02em;
  color: rgba(68, 73, 105, 0.51);

}

.fl__bt {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 140px;
}

.fl:hover:after {
  left: 0;
  opacity: 1;
  border-radius: 5px;
}

.fl:hover .fl__bt {
  background-position: 100% 100%;
}

.fl-list__tab {
  -webkit-animation: fadeIn 1s ease;
          animation: fadeIn 1s ease;
}

.fl:hover .fl__title {
  color: #fff;
}


/* switches */

.switches {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}

.switch {
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  border: 1px solid #302f3c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #bebcc0;
  margin-right: 15px;
  padding: 4px 15px;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.switch:hover {
  background: #302f3c;
}

[data-switch-select="true"] {
  background: #302f3c;
  pointer-events: none;
  color: #fff;
}


/* alert */

.alert {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 10px 0;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #fff;
  text-decoration: none;
}

.alert__pic {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
}

.alert__pic_mr {
  margin-right: 10px;
}

.alert__pic_ml {
  margin-left: 10px;
}



/* fancybox */

.fancybox-content {
  padding: 0;
  background: transparent;
}

.fancybox-bg {
  background: rgba(15, 13, 26, 0.7);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.7;
}

/* Custom animation */

.fancybox-is-open .fancybox-content {
  -webkit-animation: fadeInDown 0.5s ease;
          animation: fadeInDown 0.5s ease;
}

.fancybox-is-closing .fancybox-content {
  -webkit-animation: fadeOutDown 0.5s ease;
          animation: fadeOutDown 0.5s ease;
}

/* quantity */

.cart-quant {
  width: 80px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
}

.cart-quant__symbol {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  color: #bebcc0;
  background: #191726;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.cart-quant__symbol:hover {
  background: #302f3c;
  color: #fff;
}

.cart-quant__symbol:before {
  background: #191726;
}

.cart-quant__symbol:hover:before {
  background: #302f3c;
}

.cart-quant__symbol_left {
  left: 2px;
}

.cart-quant__symbol_right {
  right: 2px;
}

.cart-quant__input {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  pointer-events: none;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #FFF;
  height: 20px;
}

/* psy */

.psy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + calc(10px / 2));
  margin: 0 calc(-1 * calc(10px / 2));
}

.psy__item {
  width: calc(100% / 3 - calc(10px / 2) * 2);
  margin: calc(10px / 2);
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #302f3c;
  box-sizing: border-box;
  height: 40px;
  padding: 5px 10px;
}

.psy__input {
  display: none;
}

.psy__check {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #302f3c;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.psy__input:hover~.psy__check {
  opacity: .3;
}

.psy__input:checked~.psy__check {
  opacity: 1;
}

/* shop */

.shop__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  -webkit-transition: .2s all;
  transition: .2s all;
  font-size: 14px;
  line-height: 150%;
  text-align: right;
  letter-spacing: 0.02em;
  color: #bebcc0;
  padding: 10px 30px 10px 0;
}

[data-shop-info="hidden"] {
  opacity: 0;
}

[data-shop-info="visible"] {
  opacity: 1;
}

.shop__result {
  color: #fff;
}

.shop__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  background: #1F2640;
  border-bottom: 1px solid #302f3c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.shop__name {
  padding: 5px 15px 5px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.02em;
  color: #bebcc0;
  margin: auto 0;
}

.shop__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 114px;
  background: #212842;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.shop__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

[data-shop-scroll] {
  height: 200px;
  overflow: hidden;
  border-radius: 5px;
}

/* shop__item:hover  */

.shop__item:hover {
  background: #302f3c;
}

.shop__item:hover .shop__price {
  background-color: transparent;
}

/* donate */

[data-section="donate"] {
  background: url(../images/donate/bg.jpg) no-repeat center top;
  background-size: cover;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.donate {}

.donate__heading {
  max-width: 600px;
  padding-top: 75px;
  padding-bottom: 30px;
}

.donate__body {
  background: #191726;
  -webkit-box-shadow: 0px 10px 30px rgba(29, 25, 29, 0.4);
          box-shadow: 0px 10px 30px rgba(29, 25, 29, 0.4);
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.donate__box {
  padding: 25px 15px;
  min-width: 0;
}

.donate__title {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #FFF;
}

.donate__title_mb {
  margin-bottom: 10px;
}

.donate__title_mb_large {
  margin-bottom: 35px;
}

.donate__shop {
  display: none;
}

.donate__fields {
  padding-bottom: 10px;
}

.donate__slider {
  padding-right: 25px;
  padding-left: 25px;
  padding-top: 0;
}

.donate__payments {
  background: #1F2640;
  padding-top: 40px;
  padding-bottom: 20px;
}

.donate__result {
  background: #1F2640;
}

.result__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 46px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #FFF;
  padding-top: 2px;
}

.result__total {
  margin-left: auto;
}

.donate__btns {
  background: #1F2640;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 40px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

/* irs */

.irs--round {
  height: 100px;
}

.irs--round .irs-line {
  height: 6px;
  background: #302f3c;
  border-radius: 3px;
}

.irs--round .irs-bar {
  height: 6px;
  background-color: #FF2978;
}

.irs--round .irs-handle {
  top: 30px;
  width: 17px;
  height: 17px;
  border: 0;
  background-color: #FF2978;
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.irs--round .irs-handle:after {
  display: block;
  content: "";
  position: absolute;
  left: -6px;
  right: -6px;
  top: -6px;
  bottom: -6px;
  background: rgba(255, 41, 120, 0.2);
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #FF2978;
}

.irs--round .irs-handle:hover:after {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.irs--round .irs-min,
.irs--round .irs-max {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #bebcc0;
  top: 60px;
  padding: 0;
  background-color: transparent;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-shadow: none;
  padding: 4px 6px;
  color: rgb(255, 255, 255);
  z-index: 9;
  background: #FF2978;
  border-radius: 5px;
  top: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.irs--round .irs-from::before,
.irs--round .irs-to::before,
.irs--round .irs-single::before {
  border: 8px solid transparent;
  margin-left: -8px;
  bottom: 100%;
  border-bottom-color: #FF2978;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* other */

.sp-bar .sp-prompt-btn {
  height: auto;
  border-radius: 3px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.sp-bar .sp-accept-btn {
  height: auto;
  padding: 6px 7px;
}

.sp-bar .sp-accept-btn:focus {
  color: #fff;
}


/* adaptation */

@media (min-width: 400px) {

  /* top */
  .top__name {
    margin-left: 10%;
  }
}

@media (min-width: 500px) {

  .container {
    padding-right: calc(10px * 2);
    padding-left: calc(10px * 2);
  }

  /* navigation */
  .navigation__btns {
    display: block;
  }

  .navigation__button {
    margin-right: 10px;
  }

  .menu__el_sm_hidden {
    display: none !important;
  }

  /* streams */

  .streams__panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .streams__add {
    margin-left: auto;
  }

  /* contact */

  .contact__pic {
    margin-right: 16px;
  }

  .contact__content {
    display: block;
  }

  /* psy */

  .psy__item {
    height: 55px;
  }

  /* donate  */

  .donate__box {
    padding-left: 48px;
    padding-right: 48px;
  }

  .donate__fields {
    padding-top: 40px;
  }

}

@media (min-width: 550px) {

  /* slide */

  .slide__box {
    padding-top: 100px;
  }

  .slider__counter {
    top: 60px;
  }

  .slide__content {
    min-height: 180px;
  }

  .slide__title {
    font-weight: bold;
    font-size: 34px;
    line-height: 150%;
    letter-spacing: 0.02em;
    text-transform: none;
    color: #FFF;
  }

  .slide__desc {
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #bebcc0;
    padding-top: 17px;
  }

  .slider__play {
    bottom: 92px;
  }
}

@media (min-width: 640px) {

  /* mid */

  .mid {
    padding-bottom: 50px;
    display: grid;
    grid-gap: calc(10px * 2);
    grid-template-columns: repeat(12, 1fr);
    grid-template-areas:
      "h h h h h h h h h h h h"
      "s s s s s s s s s s s s"
      "o o o o o o e e e e e e";
  }

  .mid__box {
    width: auto;
    margin: 0;
  }

  .mid__heading {
    grid-area: h;
    padding-top: 30px;
    padding-bottom: 32px;
  }

  .mid__servers {
    grid-area: s;
  }

  .mid__other {
    grid-area: o;
  }

  .mid__events {
    grid-area: e;
  }

  /* top */

  .top__num {
    -ms-flex-preferred-size: 70px;
        flex-basis: 70px;
    padding-right: 5px;
    margin-right: 20px;
  }

  .top__name {
    margin-left: 0;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .top__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    margin-right: auto;
  }


  /* rating */

  .rating {
    padding-top: 20px;
    padding-bottom: 70px;
  }

  .rating__switches {
    padding-top: 10px;
    padding-bottom: 27px;
  }

  /* switches */

  .switch {
    padding: 20px 40px;
    height: auto;
  }

  /* fl */

  .fl {
    padding-left: 28px;
  }

  /* ww */

  .ww__body {
    padding: 47px;
  }

  .ww__close {
    right: 17px;
    top: 17px;
  }

  .ww__head {
    margin-bottom: 45px;
  }

  /* donate */

  .field__bonus {
    padding-right: 26px;
    padding-left: 15px;
  }

}

@media (min-width: 800px) {


  /* navigation */

  .navigation__bnrs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
  }

  .navigation__bnr {
    margin-right: 10px;
  }

  .navigation__bnr_new {
    margin-right: 20px;
  }

  /* slider */

  .slider__progress-box {
    display: block;
  }

  .slider__counter-box {
    display: block;
  }

  .slide__img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

  /* streams */

  .streams__inner {
    width: calc(100% - 10px * 2);
    margin: 0 10px;
    padding-top: 45px;
    padding-bottom: 80px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .streams__heading {
    padding-bottom: 55px;
    max-width: 400px;
  }

  .streams__list {
    margin-bottom: 40px;
  }

  .streams__add {
    margin-left: 0;
    margin-bottom: 0;
  }

  .streams__arrows {
    margin-left: auto;
    margin-right: 30px;
    margin-bottom: 0;
  }

  .streams__info {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    max-width: 350px;
    margin-bottom: 0;
  }

  /* top */

  .top__total {
    -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
  }

  .top__header .top__content {
    color: #bebcc0;
  }

  /* rating */

  [data-section="rating"] {
    background-position: 200px top;
    -webkit-transition: .3s all;
    transition: .3s all;
  }

}



@media (min-width: 920px) {
  /* footer */

  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .footer__fnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 100px;
  }

  .fnav__link {
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    color: #bebcc0;
    margin-right: 30px;
  }

  .fnav__link:hover {
    color: #fff;
  }

  /* shop */

  .donate__content {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-areas:
      "fi fi fi fi fi fi fi fi fi fi fi fi"
      "sl sl sl sl sl sl sl sl sl sl sl sl"
      "re re re re re pa pa pa pa pa pa pa"
      "bt bt bt bt bt bt bt bt bt bt bt bt";
  }

  .donate__shop {
    grid-area: sh;
    padding-left: 0;
    padding-top: 50px;
    padding-bottom: 10px;
    display: none;
  }

  .donate__fields {
    grid-area: fi;
    padding-right: 30px;
    padding-top: 50px;
  }

  .donate__slider {
    grid-area: sl;
  }

  .donate__payments {
    grid-area: pa;
  }

  .donate__result {
    grid-area: re;
  }

  .donate__btns {
    grid-area: bt;
  }

}

@media (min-width: 1024px) {

  /* mid */

  .mid {
    padding-bottom: 50px;
    display: grid;
    grid-gap: calc(10px * 2);
    grid-template-columns: repeat(12, 1fr);
    grid-template-areas:
      "h h h h h h h h e e e e"
      "s s s s o o o o e e e e"
  }

  .mid__events {
    margin-top: auto;
  }

  .events__title {
    padding: 15px 0;
  }

  /* rating */

  [data-section="rating"] {
    background-position: 58% 20px;
  }

  .rating__item {
    pointer-events: all;
  }

}


@media (min-width: 1100px) {

  /* navigation */

  .navigation__langs {
    margin-right: 20px;
  }

  .navigation__gw-burger {
    display: none;
  }

  .navigation__menu {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
  }

  .menu__list {
    width: 100%;
  }

  /* menu */

  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .menu__el {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }

  .menu__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    color: #bebcc0;
    border-left: 0;
    white-space: nowrap;
  }

  .menu__item:hover {
    color: #fff;
    background-color: transparent;
  }

  .menu__item:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 1);
    z-index: -1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: .3s all;
    transition: .3s all;
    background: rgba(255, 255, 255, 0.04);
    -webkit-box-shadow: 0px 4px 10px rgba(255, 76, 91, 0.37);
            box-shadow: 0px 4px 10px rgba(255, 76, 91, 0.37);
    width: 3px;
    height: 0;
  }

  .menu__item:hover:after {
    background: #ff8300;
    height: 15px;
  }


  .menu__content {}


}

@media (min-width: 1170px) {

  /* mid */

  .mid {
    padding-top: 50px;
    padding-bottom: 75px;
  }

  .events {
    padding: 17px;
  }

  .events__list {
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 20px;
  }

  .events__gift {
    position: absolute;
    right: -96px;
    top: -160px;
    width: 407px;
    height: 410px;
  }

  /* best */

  .best__name {
    margin-left: 10%;
  }

  /* streams */

  .streams__inner {
    padding-bottom: 100px;
  }

  .streams__list {
      padding-bottom: 70px;
      padding-right: 70px;
  }

}

@media (min-width: 1200px) {

  /* top */

  .top__name {
    margin-left: 10%;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }

  /* rating */
  .rating .mCSB_container,
  .top__header .top__total {
    margin-right: 35px;
  }

  .top__body,
  .top__header {
    padding-right: 10px;
  }

  /* donate */

  .donate__content {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-areas:
      "fi fi fi fi fi sh sh sh sh sh sh sh"
      "sl sl sl sl sl sl sl sl sl sl sl sl"
      "re re re re re pa pa pa pa pa pa pa"
      "bt bt bt bt bt bt bt bt bt bt bt bt";
  }

  .donate__shop {
    display: block;
    padding-right: 42px;
  }

  .psy__item {
    width: calc(100% / 4 - calc(10px / 2) * 2);
  }

}

@media (min-width: 1300px) {

  .container {
    max-width: 1560px;
    width: 90%;
  }

  /* footer */

  .footer__fnav {
    padding-left: 100px;
  }

}

@media (min-width: 1400px) {

  /* navigation */

  .navigation__menu {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    min-width: 0;
    padding-right: 60px;
  }

  /* slide */

  .slide__box {
    padding-top: 130px;
    max-width: 64%;
    padding-bottom: 225px;
  }

  .slider__counter {
    top: 87px;
  }

  .slide__content {
    min-height: 240px;
  }

  .slide__desc {
    font-size: 14px;
    padding-top: 21px;
  }

  .slider__play {
    bottom: 150px;
  }

  .slider__controls {
    bottom: 64px;
  }

  .slider__progress-box {
    margin-left: 45px;
  }

  .slider__counter-box {
    bottom: 107px;
  }

  /* mid */

  .mid {
    grid-column-gap: 45px;
  }

}

@media (min-width: 1500px) {

  /* slide */
  .slide__title {
    font-size: 48px;
  }
}

@media (min-width: 1700px) {
  .mid {
    grid-template-columns: repeat(24, 1fr);
    grid-template-areas:
      "h h h h h h h h h h h h h h h h e e e e e e e e"
      "s s s s s s s o o o o o o o o o e e e e e e e e";
    grid-column-gap: 45px;
  }
}


@-webkit-keyframes upDown {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }

  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}


@keyframes upDown {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }

  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(15, 13, 26);
    transform: translate3d(15, 13, 26);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(15, 13, 26);
    transform: translate3d(15, 13, 26);
  }
}

@-webkit-keyframes fadeInleft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(15, 13, 26);
    transform: translate3d(15, 13, 26);
  }
}

@keyframes fadeInleft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(15, 13, 26);
    transform: translate3d(15, 13, 26);
  }
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.back-to-top {
    display: none;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    position: fixed;
    border-radius: 10%;
    bottom: 20px;
	right: 12px;
    background-color: #ff8300;
    z-index: 10000
}

.back-to-top .fa-angle-double-up {
    margin-top: 20%;
    font-size: 20px
}

.back-to-top:hover {
    color: #fff;
    background-color: #ff4f00;
    transition: all .5s
}

.anons__content {
  font-family: open sans,Arial,sans-serif;
  font-size: 14px;
  font-weight: 700;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.anons__content:hover {
  opacity: 0.7;
}

 .navigation__lang {
     display: block;
     position: relative;
     z-index: 5;
     margin-left: 30px;
     top: 23px;
 }
.lang {
    width: auto;
    padding-right: 16px;
    position: relative
}

.lang,.lang__current {
    box-sizing: border-box;
    flex-shrink: 0;
    color: #202d52;
}

.lang__current {
    display: grid;
    grid-auto-flow: column;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 5px;
    gap: 5px;
    overflow: hidden;
    cursor: pointer;
    transition: all .3s;
    grid-template-columns: 24px 1fr;
    line-height: 1.31;
    letter-spacing: .02em;
    text-decoration: none;
    padding: 5px 0;
    font-size: 16px;
    width: 100%
}

.lang__current-img {
    border-radius: 50%;
    transition: all .3s;
    box-shadow: 0 0 0 1px #fff;
    display: block
}

.lang__current:after {
    display: block;
    content: "";
    width: 9px;
    height: 6px;
    color: #4c4757;
    font-size: 13px;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(calc(-50% - 1px));
    pointer-events: none
}

.lang__current:after,.lang__link {
    transition: all .3s;
    cursor: pointer
}

.lang__link {
    display: grid;
    grid-auto-flow: column;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 5px;
    gap: 5px;
    overflow: hidden;
    grid-template-columns: 24px 1fr;
    flex-shrink: 0;
    line-height: 1.31;
    letter-spacing: .02em;
    text-decoration: none;
    color: #202d52;
    padding: 5px 0 5px 10px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box
}

.lang__link:hover {
    opacity: 1
}

.lang__name {
    text-transform: uppercase;
    display: block
}

.lang__img {
    display: block;
    height: 24px;
    width: 24px;
    flex-shrink: 0;
    border: 1px solid transparent
}

/*.lang__link_sub:hover {*/
/*    background-color: #f1f6ff;*/
/*}*/
/*.lang__link_sub {*/
/*    background-color: #f1f6ff;*/
/*    padding: 6px!important;*/
/*}*/

@media (max-width: 1093px) {
    .navigation__lang{
        top: -300px;
    }
}

.lang__list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    transform: translateY(-10px);
    box-sizing: border-box;
    position: absolute;
    left: -11px;
    width: 90px;
    padding: 5px 0;
    /*background: #fff;*/
    /*border: 1px solid #dedede;*/
    border-radius: 6px
}

.lang:hover .lang__list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

/*##//1center.ml.ml.ml.*/

 .section-2 .flexBox {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     width: 100%;
     -webkit-box-align: start;
     -ms-flex-align: start;
     align-items: flex-start;
     -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
     column-gap: 25px;
     row-gap: 25px;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     padding: 20px 0;
 }

.section-2 .flexBox .newsBlock {
    display: block;
    width: 100%;
    max-width: 784px;
    min-width: 0;
}

.section-2 .flexBox .newsBlock .postBlock {
    display: block;
    width: 100%;
}

.section-2 .flexBox .newsBlock .postBlock .postContent {
    display: block;
    width: 100%;
}

.section-2 .flexBox .newsBlock .postBlock .postContent .postItem {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 316px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    top: 0;
    left: 0;
    padding: 27px 12px 24px 46px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.section-2 .flexBox .newsBlock .postBlock .postContent .postItem.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.section-2 .flexBox .newsBlock .postBlock .postContent .postItem:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    border-radius: 10px;
}

.section-2 .flexBox .newsBlock .postBlock .postContent .postItem .date {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: max-content;
    height: 38px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    border-radius: 10px;
    font-size: 20px;
    margin-bottom: 10px;
}

.section-2 .flexBox .newsBlock .postBlock .postContent .postItem .title {
    display: block;
    width: 100%;
    margin-top: auto;
    font-size: 24px;
    margin-bottom: 20px;
}

.section-2 .flexBox .newsBlock .postBlock .postContent .postItem .text {
    display: block;
    width: 100%;
    color: var(--c6);
    font-size: 14px;
}

.section-2 .flexBox .newsBlock .postBlock .postContent .postItem .link {
    display: block;
    width: 100%;
    margin-top: 16px;
}

.section-2 .flexBox .newsBlock .postBlock .postContent .postItem .link a {
    display: inline-block;
    font-size: 14px;
}

@media screen and (min-width: 1024px) {
    .section-2 .flexBox .newsBlock .postBlock .postContent .postItem .link a:hover {
        text-decoration: underline;
    }
}

@media screen and (max-width: 1557px) {
    .section-2 {
        display: none !important;
    }
}

.section-2 .flexBox .newsBlock .postTabs {
    display: block;
    width: 100%;
    margin-top: 2px;
}

.section-2 .flexBox .newsBlock .postTabs ul {
    display: block;
    width: 100%;
}

.section-2 .flexBox .newsBlock .postTabs ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    padding: 0 20px 0 73px;
    background: url(../images/news-tab.png) no-repeat center/cover;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.section-2 .flexBox .newsBlock .postTabs ul li + li {
    margin-top: 2px;
}

.section-2 .flexBox .newsBlock .postTabs ul li:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.section-2 .flexBox .newsBlock .postTabs ul li:after {
    content: "";
    position: absolute;
    display: block;
    width: 46px;
    height: 46px;
    background: url(../images/tab.png) no-repeat center;
    top: 50%;
    left: 16px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0.3;
}

.section-2 .flexBox .newsBlock .postTabs ul li.active:after {
    opacity: 1;
}

@media screen and (min-width: 1024px) {
    .section-2 .flexBox .newsBlock .postTabs ul li:hover:before {
        background: rgba(255, 255, 255, 0.02);
    }

    .section-2 .flexBox .newsBlock .postTabs ul li:hover:after {
        opacity: 1;
    }
}

.section-2 .flexBox .newsBlock .postTabs ul li .title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    line-height: 16px;
}

.section-2 .flexBox .newsBlock .postTabs ul li .desc {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: block;
    font-size: 12px;
}

.section-2 .flexBox .sideBlock {
    display: block;
    width: 471px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.section-2 .flexBox .sideBlock > * + * {
    margin-top: 26px;
}

.section-2 .flexBox .linksBlock {
    display: block;
    width: 100%;
}

.section-2 .flexBox .linksBlock ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 10px);
    left: -5px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section-2 .flexBox .linksBlock ul li {
    display: block;
    width: calc(33.33% - 10px);
}

.section-2 .flexBox .linksBlock ul li a {
    display: block;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .section-2 .flexBox .linksBlock ul li a:hover {
        z-index: 1;
    }

    .section-2 .flexBox .linksBlock ul li a:hover .child {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.section-2 .flexBox .linksBlock ul li .child {
    display: block;
    width: 100%;
    min-height: 200px;
    border-radius: 10px;
    padding: 5px;
    pointer-events: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    will-change: transform;
}

.section-2 .flexBox .linksBlock ul li .child:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-size: 100% auto !important;
    bottom: 0;
    left: 0;
}

.section-2 .flexBox .linksBlock ul li .child .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 114px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-2 .flexBox .linksBlock ul li .child .icon img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.section-2 .flexBox .linksBlock ul li .child .title {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.section-2 .flexBox .linksBlock ul li .child .title + .text {
    margin-top: 8px !important;
}

.section-2 .flexBox .linksBlock ul li .child .text {
    display: block;
    width: 100%;
    max-width: 120px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
}

.section-2 .flexBox .linksBlock ul li:nth-child(3n-0) .child:before {
    content: "";
    opacity: 0.6;
}

.section-2 .flexBox .linksBlock ul li:nth-child(3n-1) .child:before {
    content: "";
    opacity: 0.4;
}

.section-2 .flexBox .linksBlock ul li:nth-child(3n-2) .child:before {
    content: "";
    opacity: 0.6;
}

.section-2 .flexBox .bonusBlock {
    display: block;
    width: 100%;
}

.section-2 .flexBox .bonusBlock .wrapTitle {
    margin-bottom: 28px;
}

.section-2 .flexBox .bonusBlock .bonusChild {
    display: block;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .section-2 .flexBox .bonusBlock .bonusChild:hover .child {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.section-2 .flexBox .bonusBlock .bonusChild .child {
    display: block;
    width: 100%;
    pointer-events: none;
    padding: 46px 0 35px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    will-change: transform;
}

.section-2 .flexBox .bonusBlock .bonusChild img {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
}

.section-2 .flexBox .bonusBlock .bonusChild .title {
    display: block;
    width: 100%;
    padding: 0 32px;
}

@media screen and (max-width: 550px) {
    .section-2 .flexBox .bonusBlock .bonusChild .title {
        padding: 0 16px;
    }
}

.section-2 .flexBox .bonusBlock .bonusChild .title + * {
    margin-top: 30px;
}

.section-2 .flexBox .bonusBlock .bonusChild .title .desc {
    display: block;
    color: var(--w);
    font-size: 14px;
}

.section-2 .flexBox .bonusBlock .bonusChild .title .count {
    display: block;
    color: var(--y);
    font-size: 36px;
    font-family: var(--fb);
    line-height: 38px;
}

.section-2 .flexBox .bonusBlock .bonusChild .list {
    display: block;
    width: 100%;
    background: rgb(22 22 21 / 79%);
    padding: 0 32px;
}

@media screen and (max-width: 550px) {
    .section-2 .flexBox .bonusBlock .bonusChild .list {
        padding: 0 16px;
    }
}

.section-2 .flexBox .bonusBlock .bonusChild .list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    row-gap: 12px;
    padding: 11px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid rgb(191 183 7 / 60%);
    border-bottom: 1px solid rgb(191 183 7 / 60%);
}

.section-2 .flexBox .bonusBlock .bonusChild .list ul li {
    display: block;
    color: var(--w);
    font-size: 12px;
}

.section-2 .flexBox .bonusBlock .bonusChild .list ul li i {
    font-style: normal;
    font-size: 14px;
    color: var(--y);
}

@media screen and (max-width: 1024px) {
    .section-2 .flexBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .section-2 .flexBox .sideBlock {
        width: 100%;
        max-width: 471px;
    }
}

@media screen and (max-width: 480px) {
    .section-2 .flexBox .newsBlock .postBlock .postContent .postItem {
        padding-left: 16px;
    }

    .section-2 .flexBox .newsBlock .postBlock .postTabs ul li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: unset;
        min-height: 50%;
        padding: 5px 10px 5px 46px;
        row-gap: 6px;
    }

    .section-2 .flexBox .newsBlock .postBlock .postTabs ul li:after {
        left: 0;
    }

    .section-2 .flexBox .sideBlock .linksBlock ul li {
        width: calc(50% - 10px);
    }

    .section-2 .flexBox .sideBlock .bonusBlock .bonusChild .child img {
        opacity: 0.5;
    }

    .section-2 .flexBox .sideBlock .bonusBlock .bonusChild .title {
        text-align: center;
    }

    .section-2 .flexBox .sideBlock .bonusBlock .list ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

/* =========================================
   L2NOVA FIX PACK - put at END of style.css
   Fixes stretched buttons, contacts, streams, hero
========================================= */

body {
    background: #060816 !important;
    overflow-x: hidden;
}

/* NAVIGATION */
[data-section="navigation"],
.nova-navigation {
    background: rgba(10, 12, 24, .92) !important;
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255,255,255,.06);
    z-index: 50 !important;
}

.navigation {
    min-height: 78px !important;
}

.navigation__logo {
    max-width: 230px !important;
}

.navigation__logo img {
    max-height: 70px !important;
    object-fit: contain !important;
}

/* MENU */
.menu__item {
    min-height: 78px !important;
    padding: 0 22px !important;
    color: #d7d7d7 !important;
    font-size: 15px !important;
    background: transparent !important;
}

.menu__item:hover {
    background: rgba(255,255,255,.04) !important;
    color: #fff !important;
}

/* LOGIN BUTTON - do not use btn image here */
.navigation__button,
.navigation__button.button {
    width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    min-width: 44px !important;
    padding: 0 !important;
    border-radius: 10px !important;
    background: linear-gradient(180deg,#87f3a0,#3ba85f) !important;
    border: 0 !important;
    box-shadow: 0 0 18px rgba(80, 220, 120, .28) !important;
}

.navigation__button .button__ico {
    width: 44px !important;
    height: 44px !important;
    background: transparent !important;
}

/* DONATE / SITE BUTTONS ONLY */
.navigation__bnr,
.btn-dec,
.btnnova,
.streams__add {
    background: url("../images/btn/btn.png") center/100% 100% no-repeat !important;
    border: 0 !important;
    box-shadow: none !important;
}

.navigation__bnr {
    width: 190px !important;
    height: 54px !important;
    min-height: 54px !important;
    padding: 0 !important;
}

.navigation__bnr .anons__content {
    color: #fff !important;
    font-weight: 800 !important;
    font-size: 13px !important;
}

.btn-dec {
    width: 230px !important;
    height: 70px !important;
    min-height: 70px !important;
}

.btn-dec__svg {
    display: none !important;
}

.btn-dec__content {
    top: 0 !important;
}

.btnnova,
.streams__add {
    width: 230px !important;
    height: 60px !important;
    min-height: 60px !important;
    padding: 0 !important;
}

/* HERO */
[data-section="slider"],
.nova-hero {
    background: url("../images/header/bg-2.jpg") center top / cover no-repeat !important;
    min-height: 760px !important;
}

.slider {
    background: transparent !important;
    overflow: hidden !important;
}

.slide,
.slide__img {
    background: transparent !important;
}

.slide__img {
    background-image: none !important;
}

.slide__inner {
    min-height: 680px !important;
    align-items: center !important;
}

.slide__box {
    padding: 140px 10px 130px !important;
}

.slide__title {
    font-size: clamp(42px, 5vw, 76px) !important;
    line-height: 0.98 !important;
    font-family: "Albertusbold-Regular", Georgia, serif !important;
    text-transform: uppercase;
    max-width: 760px;
    min-height: auto !important;
    text-shadow: 0 0 30px rgba(0,0,0,.8);
}

.slide__desc {
    max-width: 760px !important;
    min-height: auto !important;
}

/* Remove broken absolute news offset */
.section-2 {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    z-index: 2 !important;
    margin-top: 0 !important;
}

/* MID */
.nova-mid,
[data-section="mid"] {
    background: #080d16 !important;
    padding: 60px 0 !important;
}

/* STREAMS */
.nova-streams,
[data-section="streams"] {
    background: #080d16 !important;
    padding: 70px 0 !important;
}

.streams {
    padding: 0 !important;
}

.streams__inner {
    min-height: auto !important;
    background: rgba(9,14,28,.75) !important;
    border-radius: 28px !important;
    padding: 40px !important;
    border: 1px solid rgba(255,255,255,.06) !important;
}

.streams__list {
    min-height: auto !important;
}

.streams__list .swiper-wrapper {
    min-height: 220px !important;
    align-items: center !important;
}

/* CONTACTS - fix stretched blue block */
.nova-contacts,
[data-section="contacts"] {
    background: linear-gradient(90deg,#4f80c7,#39b7e9) !important;
    padding: 50px 0 !important;
}

.contacts {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 20px !important;
    flex-wrap: wrap !important;
}

.contacts__contact {
    width: 360px !important;
    height: 100px !important;
    max-width: 360px !important;
    background: rgba(0,0,0,.18) !important;
    border: 1px solid rgba(255,255,255,.15) !important;
    border-radius: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: none !important;
}

/* FOOTER */
.nova-footer,
[data-section="footer"] {
    background: url("../images/footer/footer.jpg") center bottom / cover no-repeat !important;
    border-top: 1px solid rgba(255,255,255,.05);
    padding: 120px 0 60px !important;
}

/* SIDE BUTTONS */
.sbnrs {
    right: 25px !important;
    bottom: 25px !important;
}

.sbnr {
    width: 88px !important;
    height: 88px !important;
    background: transparent !important;
}

.sbnr__center {
    width: 64px !important;
    height: 64px !important;
}

.sbnr__text {
    width: 88px !important;
    height: 88px !important;
}

/* REVEAL */
.nova-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .7s ease, transform .7s ease;
}

.nova-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* MOBILE */
@media (max-width: 1100px) {
    .navigation__menu {
        display: none !important;
        color: #fff !important;
    }

    .mob-nav-active .navigation__menu {
        display: flex !important;
    }
}

@media (max-width: 768px) {
    .slide__title {
        font-size: 44px !important;
    }

    .slide__inner {
        min-height: 620px !important;
    }

    .slide__box {
        padding: 120px 10px 100px !important;
    }

    .btn-dec {
        width: 100% !important;
        max-width: 320px !important;
        height: 90px !important;
    }

    .contacts__contact {
        width: 100% !important;
        max-width: 100% !important;
    }

    .streams__inner {
        padding: 24px !important;
    }
}
