@charset "UTF-8";
/*Обнуление*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a {
  text-decoration: none;
  color: black;
}

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

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

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

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

a:hover {
  text-decoration: none;
}

span:hover {
  cursor: default;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

select {
  border: 1px solid #fff;
  background: none;
  color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

option {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/*--------------------*/
.main_content__row {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  max-width: 1170px;
  margin: 0 auto;
  padding: 70px 0;
}

.main_content__aside {
  max-width: 320px;
}

.main_content__item {
  margin: 0 35px;
}

.main_content__general {
  width: 60%;
}

.trending_posts .trending_posts__title {
  padding: 0 0 0 26px;
  margin-bottom: 36px;
  font-weight: 800;
  font-size: 10px;
  line-height: 12px;
  text-align: left;
}
.trending_posts .trending_posts__title:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("../img/trending.svg") 0 0/contain no-repeat;
  top: calc(50% - 8.5px);
  left: 0;
}
.trending_posts .trending_posts__trasition {
  padding: 0 12px 0 20px;
  border-right: 1px solid #eee;
  font-size: 12px;
  line-height: 15px;
  color: #cccccc;
  position: relative;
}
.trending_posts .trending_posts__trasition:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 10px;
  background: url("../img/transition.svg") 0 50%/contain no-repeat;
  top: calc(50% - 5px);
  left: 0;
}
.trending_posts .trending_posts__looking {
  padding: 0 12px 0 32px;
  border-right: 1px solid #eee;
  font-size: 12px;
  line-height: 15px;
  color: #cccccc;
  position: relative;
}
.trending_posts .trending_posts__looking:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 12px;
  background: url("../img/looking.svg") 0 50%/contain no-repeat;
  top: calc(50% - 6px);
  left: 11px;
}
.trending_posts .trending_posts__time {
  padding: 0 0 0 10px;
  font-size: 12px;
  line-height: 15px;
  color: #cccccc;
  position: relative;
}

.latest_articles {
  padding: 35px 20px 50px;
  margin: 0 0 30px;
  background: #262836;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
}
.latest_articles .latest_articles__titles {
  padding: 0 0 0 26px;
  margin-bottom: 36px;
  font-weight: 800;
  font-size: 10px;
  line-height: 12px;
  text-align: left;
}
.latest_articles .latest_articles__titles:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("../img/latest.svg") 0 0/contain no-repeat;
  top: calc(50% - 8.5px);
  left: 0;
}

.latest_articles__item {
  margin: 0 0 30px;
  padding: 0 0 0 50px;
  position: relative;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}
.latest_articles__item:before {
  content: "01";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  color: #b8c2c8;
}
.latest_articles__item:nth-child(2):before {
  content: "02";
}
.latest_articles__item:nth-child(3):before {
  content: "03";
}
.latest_articles__item:nth-child(4):before {
  content: "04";
}
.latest_articles__item:nth-child(5):before {
  content: "05";
}
.latest_articles__item a {
  display: block;
  margin: 0 0 8px;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}
.latest_articles__item a:hover {
  color: #67552a;
}

.latest_articles__catigories {
  padding: 0 10px 0 0;
  border-right: 1px solid #fff;
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #cccccc;
}

.latest_articles__trasition {
  padding: 0 0 0 28px;
  font-size: 12px;
  line-height: 15px;
  color: #cccccc;
  position: relative;
}
.latest_articles__trasition:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 10px;
  background: url("../img/transition.svg") 0 50%/contain no-repeat;
  top: calc(50% - 5px);
  left: 8px;
}

.follow_us {
  text-align: center;
  padding: 35px 20px 50px;
  margin: 0 0 30px;
  background: #262836;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
}
.follow_us .follow_us__titile {
  padding: 0 0 9px;
  margin: 0 0 10px;
  font-weight: 800;
  font-size: 22px;
  line-height: 27px;
  margin: 0 0 13px;
}
.follow_us span {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #cccccc;
  margin: 0 0 30px;
}
.follow_us .follow_social {
  display: -ms-flex;
  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;
}
.follow_us .follow_social li {
  margin: 0 20px 0 0;
  width: auto;
}
.follow_us .follow_social li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.follow_us .follow_social li a img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.follow_us .follow_social li:last-child {
  margin: 0;
}
.follow_us .follow_social .follow_twitter {
  width: 24px;
  height: 18px;
}
.follow_us .follow_social .follow_twitter .follow_link {
  opacity: 1;
}
.follow_us .follow_social .follow_twitter .follow_link_hower {
  opacity: 0;
}
.follow_us .follow_social .follow_twitter:hover .follow_link {
  opacity: 0;
}
.follow_us .follow_social .follow_twitter:hover .follow_link_hower {
  opacity: 1;
}
.follow_us .follow_social .follow_tiktok {
  width: 20px;
  height: 24px;
}
.follow_us .follow_social .follow_tiktok .follow_link {
  opacity: 1;
}
.follow_us .follow_social .follow_tiktok .follow_link_hower {
  opacity: 0;
}
.follow_us .follow_social .follow_tiktok:hover .follow_link {
  opacity: 0;
}
.follow_us .follow_social .follow_tiktok:hover .follow_link_hower {
  opacity: 1;
}
.follow_us .follow_social .follow_youtube {
  width: 22px;
  height: 14px;
}
.follow_us .follow_social .follow_youtube .follow_link {
  opacity: 1;
}
.follow_us .follow_social .follow_youtube .follow_link_hower {
  opacity: 0;
}
.follow_us .follow_social .follow_youtube:hover .follow_link {
  opacity: 0;
}
.follow_us .follow_social .follow_youtube:hover .follow_link_hower {
  opacity: 1;
}
.follow_us .follow_social .follow_little_bot {
  width: 24px;
  height: 24px;
}
.follow_us .follow_social .follow_little_bot .follow_link {
  opacity: 1;
}
.follow_us .follow_social .follow_little_bot .follow_link_hower {
  opacity: 0;
}
.follow_us .follow_social .follow_little_bot:hover .follow_link {
  opacity: 0;
}
.follow_us .follow_social .follow_little_bot:hover .follow_link_hower {
  opacity: 1;
}

.play_free {
  padding: 35px 40px;
  background: #262836;
  margin: 0 0 30px;
}
.play_free .play_free__button {
  margin: 0;
}

.download {
  text-align: center;
  padding: 35px 20px 50px;
  margin: 0 0 55px;
  background: #262836;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
}

.download__title {
  margin: 0 0 20px;
}

.download__row {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.download__appstore {
  margin: 0 0 10px;
  display: inline-block;
  width: 150px;
  height: 43px;
}
.download__appstore img {
  width: 100%;
}

.download__playmarket {
  display: inline-block;
  width: 150px;
  height: 43px;
}
.download__playmarket img {
  width: 100%;
}

@media (max-width: 1000px) {
  .main_content__item {
    margin: 0 15px;
  }
}
@media (max-width: 800px) {
  .main_content__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .main_content__general {
    width: 90%;
  }
}
main {
  background: #1d1c1e;
}

.main_content__general {
  width: 65%;
}
.main_content__general .footer__social_row {
  padding: 21px 30px 59px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: #262836;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.main_content__general .footer__social_row span {
  color: #a7a7a7;
}
.main_content__general .general__container {
  background: #1d1c1e;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}
.main_content__general .general__text {
  padding: 25px 30px 50px;
  background: #262836;
  margin-bottom: 0;
  -webkit-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.2);
}
.main_content__general .main_content__item {
  margin: 0;
}

.main_content__row {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  color: #fff;
}
.main_content__row .main_content__item {
  margin: 0;
}

.general__container {
  padding: 25px 30px 50px;
  margin: 0 0 55px;
  background: #262836;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
}

.main_content__header {
  text-align: right;
  position: relative;
  padding: 4px 0 15px;
  border-bottom: 1px solid #fff;
  margin-bottom: 17px;
}
.main_content__header a {
  position: absolute;
  top: 0;
  display: block;
  background: #67552a;
  padding: 4px 20px;
  bottom: auto;
  font-style: italic;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.main_content__header .guide {
  left: 6px;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
}
.main_content__header .guide span {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
}
.main_content__header .guide:hover {
  padding: 5px 21px;
  -webkit-box-shadow: 0 0 3px #fff;
          box-shadow: 0 0 3px #fff;
}
.main_content__header .start {
  left: 86px;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
}
.main_content__header .start span {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
}
.main_content__header .start:hover {
  padding: 5px 21px;
  -webkit-box-shadow: 0 0 3px #fff;
          box-shadow: 0 0 3px #fff;
}
.main_content__header .main_content__trasition {
  padding: 0 12px 0 20px;
  border-right: 1px solid #eee;
  font-size: 12px;
  line-height: 15px;
  color: #cccccc;
  position: relative;
}
.main_content__header .main_content__trasition:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 10px;
  background: url("../img/transition.svg") 0 50%/contain no-repeat;
  top: calc(50% - 5px);
  left: 0;
}
.main_content__header .main_content__looking {
  padding: 0 12px 0 32px;
  border-right: 1px solid #eee;
  font-size: 12px;
  line-height: 15px;
  color: #cccccc;
  position: relative;
}
.main_content__header .main_content__looking:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 12px;
  background: url("../img/looking.svg") 0 50%/contain no-repeat;
  top: calc(50% - 6px);
  left: 11px;
}
.main_content__header .main_content__time {
  padding: 0 0 0 10px;
  font-size: 12px;
  line-height: 15px;
  color: #cccccc;
  position: relative;
}

.post_title {
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 35px;
  line-height: 43px;
  color: #ffffff;
}

.post_subtitle {
  margin-bottom: 28px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #cccccc;
}

.author__row {
  margin-bottom: 30px;
  padding-bottom: 18px;
  border-bottom: 1px solid #cccccc;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.author__img {
  margin: 0 15px 0 0;
  min-width: 60px;
  min-height: 60px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1;
          flex: 0 1;
}
.author__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.author__info span {
  display: block;
}

.author__name {
  margin-bottom: 3px;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}

.post__update {
  margin-bottom: 3px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #67552a;
}

.post__description {
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #cccccc;
}

.post__image {
  margin: 0 0 46px;
}
.post__image img {
  width: 100%;
}

.general__text {
  padding: 0 0 50px;
  margin: 0 0 50px;
  position: relative;
}
.general__text .general__quote {
  margin: 50px 0;
  padding: 5px 0 5px 21px;
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #b8c2c8;
  border-left: 1px solid #b8c2c8;
}
.general__text p {
  position: relative;
  font-size: 18px;
  line-height: 150%;
  color: #fff;
  margin: 0 0 25px;
}
.general__text p:first-child:first-letter {
  padding: 10px 10px 0px 0;
  font-weight: bold;
  font-size: 50px;
  float: left;
}
.general__text:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 90%;
  height: 1px;
  background-color: #b8c2c8;
  bottom: 0;
  left: 5%;
}
.general__text span {
  position: relative;
  padding: 0 0 0 10px;
  font-size: 18px;
  line-height: 150%;
  color: #fff;
}
.general__text span:before {
  content: "";
  display: inline-block;
  margin: 0 10px 0 0;
  top: 0;
  left: 0;
  height: 8px;
  width: 8px;
  background: #fff;
  border-radius: 50%;
}
.general__text a {
  color: #67552a;
}

.general__quote {
  margin: 50px 0;
  padding: 5px 0 5px 21px;
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #ccc;
  border-left: 1px solid #ccc;
}

@font-face {
  font-family: "Intro_Black";
  src: url("../fonts/intro_black.eot");
  src: local("☺"), url("../fonts/intro_black.woff") format("woff"), url("../fonts/intro_black.ttf") format("truetype"), url("../fonts/intro_black.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
header {
  background: #1a1a1a;
  position: relative;
}
header .container {
  border-left: 1px solid #323232;
  border-right: 1px solid #323232;
  padding: 0;
}

.burger__menu {
  display: none;
  position: absolute;
  width: calc(100% - 35px);
  top: 65px;
  left: -100%;
  background-color: #1a1a1a;
  z-index: 6;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.burger__menu._active {
  left: 0;
}
.burger__menu .first_row {
  position: absolute;
  background: #1a1a1a;
  background: linear-gradient(-45deg, transparent 10px, #1e1e1e 0);
  border-bottom: none;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.burger__menu .header_navigation {
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  background: linear-gradient(-45deg, transparent 15px, #1e1e1e 0);
  position: absolute;
  width: 90%;
  top: 31px;
}
.burger__menu .header_navigation .header__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.burger__menu .header_navigation .header__list .header__item {
  margin: 0 30px 0 0;
  cursor: pointer;
}
.burger__menu .header_navigation .header__list .header__item:last-child {
  margin: 0;
}
.burger__menu .header_navigation .header__list .header__block {
  margin: 0 30px 0 0;
}
.burger__menu .header_navigation .header__list .header__block:last-child {
  margin: 0;
}

.menu__icon {
  display: none;
  z-index: 7;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 30px;
  height: 24px;
  cursor: pointer;
}
.menu__icon span, .menu__icon::before, .menu__icon::after {
  left: 0;
  position: absolute;
  height: 15%;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: #fff;
}
.menu__icon::before, .menu__icon::after {
  content: "";
}
.menu__icon::before {
  top: 0;
  width: 50%;
}
.menu__icon::after {
  left: auto;
  right: 0;
  bottom: 0;
  width: 50%;
}
.menu__icon span {
  top: 35%;
  -webkit-transform: scale(1) translate(0, 50%);
          transform: scale(1) translate(0, 50%);
}
.menu__icon._active {
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
}
.menu__icon._active span {
  width: 50%;
  left: 25%;
}
.menu__icon._active::before {
  left: 45%;
  width: 10%;
}
.menu__icon._active::after {
  width: 100%;
}

.header__logo {
  width: 300px;
  height: 100px;
  position: absolute;
  z-index: 5;
  top: 0;
  left: calc(50% - 150px);
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #1f1f1f;
  background: linear-gradient(-70deg, transparent 35px, #1f1f1f 0) bottom right, linear-gradient(70deg, transparent 35px, #1f1f1f 0) bottom left;
  background-size: 50% 100%;
  background-repeat: no-repeat;
  -webkit-filter: drop-shadow(0px 4px 9px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 4px 9px rgba(0, 0, 0, 0.1));
  font-family: "Intro_Black";
  font-weight: bold;
  font-size: 45px;
  line-height: 100px;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.header__logo img {
  position: absolute;
  width: auto;
  height: 25%;
  top: 37.5%;
  z-index: 6;
}
.header__logo:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}

.first_row {
  width: 100%;
  padding: 9px 150px;
  display: -ms-flex;
  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-bottom: 1px solid #323232;
}

.first_row__item {
  color: #a7a7a7;
}
.first_row__item span {
  font-size: 10px;
  line-height: 12px;
  display: inline-block;
  margin: 0 12px 0 0;
}
.first_row__item span:last-child {
  margin: 0;
}

.first_row__social {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_social {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_social li {
  margin: 0 10px 0 0;
}
.header_social li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.header_social li a img {
  position: absolute;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.header_twitter {
  width: 12px;
  height: 9px;
}
.header_twitter .header_link {
  opacity: 1;
}
.header_twitter .header_link_hower {
  opacity: 0;
}
.header_twitter:hover .header_link {
  opacity: 0;
}
.header_twitter:hover .header_link_hower {
  opacity: 1;
}

.header_tiktok {
  width: 10px;
  height: 12px;
}
.header_tiktok .header_link {
  opacity: 1;
}
.header_tiktok .header_link_hower {
  opacity: 0;
}
.header_tiktok:hover .header_link {
  opacity: 0;
}
.header_tiktok:hover .header_link_hower {
  opacity: 1;
}

.header_youtube {
  width: 11px;
  height: 7px;
}
.header_youtube .header_link {
  opacity: 1;
}
.header_youtube .header_link_hower {
  opacity: 0;
}
.header_youtube:hover .header_link {
  opacity: 0;
}
.header_youtube:hover .header_link_hower {
  opacity: 1;
}

.header_little_bot {
  width: 12px;
  height: 12px;
}
.header_little_bot .header_link {
  opacity: 1;
}
.header_little_bot .header_link_hower {
  opacity: 0;
}
.header_little_bot:hover .header_link {
  opacity: 0;
}
.header_little_bot:hover .header_link_hower {
  opacity: 1;
}

.first_row__slogan {
  font-size: 10px;
  line-height: 12px;
}

.header_navigation {
  padding: 17px 150px;
  position: relative;
}

.header__list {
  display: -ms-flex;
  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;
  position: relative;
  z-index: 4;
}

.header__block {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.header__item {
  display: inline-block;
  margin: 0 60px 0 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}
.header__item:last-child {
  margin: 0;
}
.header__item:before {
  content: "";
  position: absolute;
  display: inline-block;
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  bottom: -17px;
  left: 0;
  background-color: #67552a;
  width: 100%;
  height: 4px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.header__item:hover:before {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.header__item._active:after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -17px;
  left: 0;
  background-color: #67552a;
  width: 100%;
  height: 4px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.header__follow_row,
.header__follow_row_1 {
  width: 160px;
  height: 40px;
  position: absolute;
  bottom: -35%;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  opacity: 0.5;
  z-index: 3;
  right: 9%;
  max-width: calc(124px * 4 + 5px);
  display: -ms-flex;
  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-color: #202027;
  border: 1px solid #ffffff;
  z-index: 3;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.header__follow_row._active,
.header__follow_row_1._active {
  bottom: -85%;
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.header__follow_row .header__follow_item,
.header__follow_row_1 .header__follow_item {
  height: 40px;
  width: 115px;
  border-right: 1px solid #ffffff;
}
.header__follow_row .header__follow_item:last-child,
.header__follow_row_1 .header__follow_item:last-child {
  border: none;
}
.header__follow_row img,
.header__follow_row_1 img {
  position: absolute;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.header__follow_row a,
.header__follow_row_1 a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.header__follow_row .header__twitter img,
.header__follow_row_1 .header__twitter img {
  height: 20px;
  width: 25px;
  top: calc(50% - 10px);
  left: calc(50% - 12.5px);
}
.header__follow_row .header__twitter .follow_link,
.header__follow_row_1 .header__twitter .follow_link {
  opacity: 1;
}
.header__follow_row .header__twitter .follow_link_hower,
.header__follow_row_1 .header__twitter .follow_link_hower {
  opacity: 0;
}
.header__follow_row .header__twitter:hover .follow_link,
.header__follow_row_1 .header__twitter:hover .follow_link {
  opacity: 0;
}
.header__follow_row .header__twitter:hover .follow_link_hower,
.header__follow_row_1 .header__twitter:hover .follow_link_hower {
  opacity: 1;
}
.header__follow_row .header__tiktok img,
.header__follow_row_1 .header__tiktok img {
  height: 25px;
  width: 22px;
  top: calc(50% - 12.5px);
  left: calc(50% - 11px);
}
.header__follow_row .header__tiktok .follow_link,
.header__follow_row_1 .header__tiktok .follow_link {
  opacity: 1;
}
.header__follow_row .header__tiktok .follow_link_hower,
.header__follow_row_1 .header__tiktok .follow_link_hower {
  opacity: 0;
}
.header__follow_row .header__tiktok:hover .follow_link,
.header__follow_row_1 .header__tiktok:hover .follow_link {
  opacity: 0;
}
.header__follow_row .header__tiktok:hover .follow_link_hower,
.header__follow_row_1 .header__tiktok:hover .follow_link_hower {
  opacity: 1;
}
.header__follow_row .header__youtube img,
.header__follow_row_1 .header__youtube img {
  height: 17px;
  width: 25px;
  top: calc(50% - 8.5px);
  left: calc(50% - 12.5px);
}
.header__follow_row .header__youtube .follow_link,
.header__follow_row_1 .header__youtube .follow_link {
  opacity: 1;
}
.header__follow_row .header__youtube .follow_link_hower,
.header__follow_row_1 .header__youtube .follow_link_hower {
  opacity: 0;
}
.header__follow_row .header__youtube:hover .follow_link,
.header__follow_row_1 .header__youtube:hover .follow_link {
  opacity: 0;
}
.header__follow_row .header__youtube:hover .follow_link_hower,
.header__follow_row_1 .header__youtube:hover .follow_link_hower {
  opacity: 1;
}
.header__follow_row .header__little_bot img,
.header__follow_row_1 .header__little_bot img {
  height: 25px;
  width: 25px;
  top: calc(50% - 12.5px);
  left: calc(50% - 12.5px);
}
.header__follow_row .header__little_bot .follow_link,
.header__follow_row_1 .header__little_bot .follow_link {
  opacity: 1;
}
.header__follow_row .header__little_bot .follow_link_hower,
.header__follow_row_1 .header__little_bot .follow_link_hower {
  opacity: 0;
}
.header__follow_row .header__little_bot:hover .follow_link,
.header__follow_row_1 .header__little_bot:hover .follow_link {
  opacity: 0;
}
.header__follow_row .header__little_bot:hover .follow_link_hower,
.header__follow_row_1 .header__little_bot:hover .follow_link_hower {
  opacity: 1;
}

body {
  font-family: Montserrat;
  background: #1a1a1a;
}
body._lock {
  overflow: hidden;
}

.first_screen {
  padding: 170px 0 240px;
  background: url("../img/main-image.webp") 0 50%/cover no-repeat;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.first_screen:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1px 0px 60px 300px;
  border-color: transparent transparent #1a1a1a transparent;
}
.first_screen:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1px 300px 60px 0px;
  border-color: transparent transparent #1a1a1a transparent;
}

.first_screen__title {
  font-weight: 900;
  font-size: 45px;
  line-height: 55px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 8px;
}

.first_screen__subtitle {
  margin: 0 0 40px;
  padding: 0 0 18px;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  position: relative;
}
.first_screen__subtitle:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 6px;
  bottom: 0;
  left: calc(50% - 40px);
  background: #fff;
  background: linear-gradient(-55deg, transparent 10px, #fff 0) bottom right, linear-gradient(55deg, transparent 10px, #fff 0) bottom left;
  background-size: 50% 100%;
  background-repeat: no-repeat;
}

.playfree {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 240px;
  height: 50px;
  margin: 0 auto 37px;
  background: -webkit-gradient(linear, left top, right top, from(#67552a), color-stop(#7a6228), to(#67552a));
  background: linear-gradient(90deg, #67552a, #7a6228, #67552a);
  border-radius: 3px;
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.playfree:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
}

.first_screen__row {
  display: -ms-flex;
  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;
}
.first_screen__row a {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.first_screen__row img {
  position: absolute;
  height: 30px;
  top: 10px;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.x_box img {
  width: 30px;
  left: calc((50px - 30px) / 2);
}
.x_box .first_link {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.x_box .first_link_hower {
  opacity: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.x_box:hover .first_link {
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.x_box:hover .first_link_hower {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.appstore img {
  width: 30px;
  left: calc((50px - 30px) / 2);
}
.appstore .first_link {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.appstore .first_link_hower {
  opacity: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.appstore:hover .first_link {
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.appstore:hover .first_link_hower {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.playstation img {
  width: 38.28px;
  left: calc((50px - 38.28px) / 2);
}
.playstation .first_link {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.playstation .first_link_hower {
  opacity: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.playstation:hover .first_link {
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.playstation:hover .first_link_hower {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.android img {
  width: 25.38px;
  left: calc((50px - 25.38px) / 2);
}
.android .first_link {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.android .first_link_hower {
  opacity: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.android:hover .first_link {
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.android:hover .first_link_hower {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.steam img {
  width: 30px;
  left: calc((50px - 30px) / 2);
}
.steam .first_link {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.steam .first_link_hower {
  opacity: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.steam:hover .first_link {
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.steam:hover .first_link_hower {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.epic img {
  width: 25.85px;
  left: calc((50px - 25.85px) / 2);
}
.epic .first_link {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.epic .first_link_hower {
  opacity: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.epic:hover .first_link {
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.epic:hover .first_link_hower {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.first_screen__item {
  width: 50px;
  display: block;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  margin: 0 30px 0 0;
}
.first_screen__item:last-child {
  margin: 0;
}

.games {
  position: relative;
  z-index: 3;
  overflow: hidden;
  -webkit-transform: translateY(-90px);
          transform: translateY(-90px);
  padding: 90px 0 0;
}
.games .container {
  max-width: 840px;
}
.games .swiper {
  overflow: visible;
  padding: 0;
}
.games .swiper-button-prev,
.games .swiper-button-next {
  bottom: 100px;
}
.games .swiper-button-prev {
  left: 15px;
}
.games .swiper-button-next {
  right: 15px;
}

.games__swiper {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  z-index: 6;
}
.games__swiper .swiper-slide {
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  width: auto;
}
.games__swiper .swiper-slide.swiper-slide-active {
  width: 100%;
  -webkit-transform: translateY(-90px);
          transform: translateY(-90px);
}
.games__swiper .swiper-slide.swiper-slide-active span {
  opacity: 1;
}
.games__swiper .swiper-slide.swiper-slide-prev span {
  opacity: 0;
}
.games__swiper .swiper-slide.swiper-slide-next span {
  opacity: 0;
}
.games__swiper .swiper-slide img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

.games__item {
  height: 100%;
}
.games__item a {
  height: 100%;
  text-align: center;
}
.games__item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  font-weight: 900;
  font-size: 35px;
  line-height: 45px;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.games__item img {
  width: 100%;
}

.video {
  background: repeating-linear-gradient(45deg, #1e1e1e, #1e1e1e 5px, #1a1a1a 5px, #1a1a1a 10px);
  position: relative;
  padding: 55px 0;
  -webkit-transform: translateY(-90px);
          transform: translateY(-90px);
}
.video .content__video {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video .play {
  position: absolute;
  display: inline-block;
  top: calc(50% - 65px);
  left: calc(50% - 65px);
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: url("../img/play.svg") 55% 50%/30% no-repeat;
  border: 4px solid #fff;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.video .play:after {
  content: "play";
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  position: absolute;
  right: -70%;
  top: calc(50% - 12px);
}
.video .play:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.video .play._playActive {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}
.video .container {
  max-width: 940px;
  margin: 0 auto;
}

.how_to_play {
  color: #fff;
}
.how_to_play .container {
  height: 100%;
}
.how_to_play .how_to_play__block {
  height: 350px;
  position: relative;
}
.how_to_play .how_to_play__block img {
  position: absolute;
  height: 100%;
  top: 0;
}

.title {
  padding: 0 0 24px;
  margin: 0 0 88px;
  font-weight: bold;
  font-size: 45px;
  line-height: 55px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}
.title:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 6px;
  bottom: 0;
  left: calc(50% - 40px);
  background: #fff;
  background: linear-gradient(-55deg, transparent 10px, #fff 0) bottom right, linear-gradient(55deg, transparent 10px, #fff 0) bottom left;
  background-size: 50% 100%;
  background-repeat: no-repeat;
}
.title span {
  color: #67552a;
}

.how_to_play__avatar {
  padding: 40px 0 0;
  background: url("../img/create-av-back.webp") 50% 50%/cover no-repeat;
}

.how_to_play__row {
  display: -ms-flex;
  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;
  height: 100%;
}

.how_to_play__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.how_to_play__item p {
  font-size: 16px;
  line-height: 20px;
  color: #cccccc;
}

.item_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.item_image .avatar {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: auto;
}

.how_to_play__subtitle {
  margin: 0 0 25px;
  font-weight: bold;
  font-size: 35px;
  line-height: 43px;
  text-transform: uppercase;
}

.how_to_play__attribute {
  padding: 40px 0;
  background: url("../img/attribute-back.webp") 50% 50%/cover no-repeat;
}

.how_to_play__favorit {
  padding: 40px 0;
  background: url("../img/favorite-sport.webp") 50% 30%/cover no-repeat;
}
.how_to_play__favorit p {
  max-width: 500px;
  font-size: 16px;
  line-height: 20px;
  color: #cccccc;
}

.why {
  padding: 100px 0 0;
  color: #fff;
}
.why .container {
  max-width: 1160px;
}

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

.why__item {
  text-align: center;
  padding: 64px 20px 0;
  width: 230px;
  height: 230px;
  border: 1px solid #2c2c37;
  border-radius: 15px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px;
}
.why__item img {
  margin: 0 0 10px;
}
.why__item:hover {
  background: #202027;
  border: 1px solid #202027;
}
.why__item span {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}

.where {
  padding: 120px 0 170px;
  color: #fff;
}
.where a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.where a:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0));
          filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0));
}

.where__row {
  max-width: 780px;
  margin: 0 auto;
  border: 1px solid #fff;
  background-color: #202027;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.where__item {
  width: 129px;
  height: 90px;
  border-right: 1px solid #fff;
  position: relative;
}
.where__item img {
  position: absolute;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.where__item:last-child {
  border: none;
}

.where__x_box img {
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.where__x_box .where_link {
  opacity: 1;
}
.where__x_box .where_link_hower {
  opacity: 0;
}
.where__x_box:hover .where_link {
  opacity: 0;
}
.where__x_box:hover .where_link_hower {
  opacity: 1;
}

.where__appstore img {
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.where__appstore .where_link {
  opacity: 1;
}
.where__appstore .where_link_hower {
  opacity: 0;
}
.where__appstore:hover .where_link {
  opacity: 0;
}
.where__appstore:hover .where_link_hower {
  opacity: 1;
}

.where__playstation img {
  width: 63px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 32.5px);
}
.where__playstation .where_link {
  opacity: 1;
}
.where__playstation .where_link_hower {
  opacity: 0;
}
.where__playstation:hover .where_link {
  opacity: 0;
}
.where__playstation:hover .where_link_hower {
  opacity: 1;
}

.where__android img {
  width: 42px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 21px);
}
.where__android .where_link {
  opacity: 1;
}
.where__android .where_link_hower {
  opacity: 0;
}
.where__android:hover .where_link {
  opacity: 0;
}
.where__android:hover .where_link_hower {
  opacity: 1;
}

.where__steam img {
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.where__steam .where_link {
  opacity: 1;
}
.where__steam .where_link_hower {
  opacity: 0;
}
.where__steam:hover .where_link {
  opacity: 0;
}
.where__steam:hover .where_link_hower {
  opacity: 1;
}

.where__epic img {
  width: 43px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 21.5px);
}
.where__epic .where_link {
  opacity: 1;
}
.where__epic .where_link_hower {
  opacity: 0;
}
.where__epic:hover .where_link {
  opacity: 0;
}
.where__epic:hover .where_link_hower {
  opacity: 1;
}

.update {
  color: #fff;
}
.update .container {
  position: relative;
}
.update .title {
  margin-bottom: 57px;
  padding-bottom: 17px;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  border-bottom: 1px solid #fff;
}
.update .title:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 6px;
  bottom: -6px;
  left: calc(100% - 70px);
  background: #fff;
  background: linear-gradient(-55deg, transparent 10px, #fff 0) bottom right, linear-gradient(55deg, transparent 10px, #fff 0) bottom left;
  background-size: 50% 100%;
  background-repeat: no-repeat;
}

.swiper {
  padding: 0 0 65px;
  position: relative;
}

.update__swiper {
  color: #fff;
  overflow: hidden;
  position: relative;
}
.update__swiper a {
  color: #fff;
}

.swiper-slide:hover .update__text {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  color: #67552a;
}

.update__column {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #262836;
  border-radius: 7px;
  overflow: hidden;
  padding: 0 0 30px;
}

.update__item {
  margin: 0 0 18px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
.update__item:last-child {
  padding: 0 20px;
}

.update__link,
.news__link {
  width: 101%;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.update__img {
  position: relative;
  border-bottom: 1px solid #67552a;
}
.update__img:before {
  content: "";
  position: absolute;
  right: -12.6px;
  display: block;
  bottom: 16px;
  height: 3px;
  width: 50px;
  background-color: #67552a;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.update__img:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1px 0px 30px 30px;
  border-color: transparent transparent #262836 transparent;
}
.update__img .update__button {
  position: absolute;
  display: block;
  background: #67552a;
  padding: 4px 20px;
  bottom: 20px;
  font-style: italic;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.update__img img {
  width: 100%;
  border-bottom: 1px solid #67552a;
}

.guide {
  left: 20px;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
}
.guide span {
  cursor: pointer;
  display: inline-block;
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
}
.guide:hover {
  padding: 5px 21px;
  -webkit-box-shadow: 0 0 3px #fff;
          box-shadow: 0 0 3px #fff;
}

.start {
  left: 100px;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
}
.start span {
  cursor: pointer;
  display: inline-block;
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
}
.start:hover {
  padding: 5px 21px;
  -webkit-box-shadow: 0 0 3px #fff;
          box-shadow: 0 0 3px #fff;
}

.date {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  margin: 0 0 16px;
  color: #a7a7a7;
}

.update__text {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}

.next_level {
  padding: 120px 0 170px;
  color: #fff;
}
.next_level img {
  position: absolute;
  top: calc(50% - 40px);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.next_level a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.next_level a:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0));
          filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0));
}
.next_level .title {
  padding: 0 0 0 54px;
  margin: 0 0 24px;
  position: relative;
  text-align: left;
}
.next_level .title:before {
  content: "#LEGENDS";
  display: none;
}
.next_level p {
  font-size: 16px;
  line-height: 20px;
  color: #a7a7a7;
}
.next_level .container {
  max-width: 900px;
}
.next_level .title__tag {
  position: absolute;
  left: -34px;
  top: 43%;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

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

.next_level__item {
  text-align: left;
}
.next_level__item:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 160%;
          flex: 1 1 160%;
  margin: 0 0 0 38px;
}

.next_level__subrow {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #2f2f2f;
}
.next_level__subrow:last-child {
  border-bottom: none;
}

.next_level__subitem {
  height: 130px;
  width: 140px;
}
.next_level__subitem:nth-child(odd) {
  border-right: 1px solid #2f2f2f;
}

.next_level__x_box img {
  width: 80px;
  left: calc(50% - 40px);
}
.next_level__x_box .next_link {
  opacity: 1;
}
.next_level__x_box .next_link_hower {
  opacity: 0;
}
.next_level__x_box:hover .next_link {
  opacity: 0;
}
.next_level__x_box:hover .next_link_hower {
  opacity: 1;
}

.next_level__appstore img {
  width: 80px;
  left: calc(50% - 40px);
}
.next_level__appstore .next_link {
  opacity: 1;
}
.next_level__appstore .next_link_hower {
  opacity: 0;
}
.next_level__appstore:hover .next_link {
  opacity: 0;
}
.next_level__appstore:hover .next_link_hower {
  opacity: 1;
}

.next_level__playstation img {
  width: 103px;
  left: calc(50% - 51.5px);
}
.next_level__playstation .next_link {
  opacity: 1;
}
.next_level__playstation .next_link_hower {
  opacity: 0;
}
.next_level__playstation:hover .next_link {
  opacity: 0;
}
.next_level__playstation:hover .next_link_hower {
  opacity: 1;
}

.next_level__android img {
  width: 68px;
  left: calc(50% - 34px);
}
.next_level__android .next_link {
  opacity: 1;
}
.next_level__android .next_link_hower {
  opacity: 0;
}
.next_level__android:hover .next_link {
  opacity: 0;
}
.next_level__android:hover .next_link_hower {
  opacity: 1;
}

.next_level__steam img {
  width: 80px;
  left: calc(50% - 40px);
}
.next_level__steam .next_link {
  opacity: 1;
}
.next_level__steam .next_link_hower {
  opacity: 0;
}
.next_level__steam:hover .next_link {
  opacity: 0;
}
.next_level__steam:hover .next_link_hower {
  opacity: 1;
}

.next_level__epic {
  width: 69px;
}
.next_level__epic img {
  width: 69px;
  left: calc(50% - 34.5px);
}
.next_level__epic .next_link {
  opacity: 1;
}
.next_level__epic .next_link_hower {
  opacity: 0;
}
.next_level__epic:hover .next_link {
  opacity: 0;
}
.next_level__epic:hover .next_link_hower {
  opacity: 1;
}

.tech_specs {
  padding: 50px 0 100px;
  color: #fff;
  background: url("../img/sistem-info-back.webp") 50% 30%/cover no-repeat;
  position: relative;
}
.tech_specs .title {
  margin: 0 0 40px;
}
.tech_specs:before {
  content: "";
  position: absolute;
  display: inline-block;
  background: rgba(38, 40, 54, 0.4);
  top: calc(50px + 40px + 14px + 55px);
  left: 0;
  height: 40px;
  width: 100%;
}

.tech_specs__row {
  padding: 0 0 66px;
  margin: 0 0 55px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tech_specs__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 47%;
          flex: 1 1 47%;
  margin: 0 60px 0 0;
}
.tech_specs__item:last-child {
  margin: 0;
}
.tech_specs__item h5 {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 37px;
  position: relative;
}
.tech_specs__item p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
.tech_specs__item span {
  font-weight: 700;
  text-transform: capitalize;
}

.tech_specs__follow img {
  position: absolute;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.tech_specs__follow h6 {
  margin: 0 0 7px;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
}
.tech_specs__follow h6 span {
  color: #67552a;
}
.tech_specs__follow a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.tech_specs__subtext {
  margin: 0 0 44px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.tech_specs__follow_row {
  max-width: calc(124px * 4 + 5px);
  margin: 0 auto;
  display: -ms-flex;
  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-color: #202027;
  border: 1px solid #ffffff;
}

.tech_specs__follow_item {
  height: 110px;
  width: 124px;
  border-right: 1px solid #ffffff;
}
.tech_specs__follow_item:last-child {
  border: none;
}

.tech_specs__twitter img {
  height: 40px;
  width: 50px;
  top: calc(50% - 20px);
  left: calc(50% - 25px);
}
.tech_specs__twitter .follow_link {
  opacity: 1;
}
.tech_specs__twitter .follow_link_hower {
  opacity: 0;
}
.tech_specs__twitter:hover .follow_link {
  opacity: 0;
}
.tech_specs__twitter:hover .follow_link_hower {
  opacity: 1;
}

.tech_specs__tiktok img {
  height: 50px;
  width: 44px;
  top: calc(50% - 25px);
  left: calc(50% - 22px);
}
.tech_specs__tiktok .follow_link {
  opacity: 1;
}
.tech_specs__tiktok .follow_link_hower {
  opacity: 0;
}
.tech_specs__tiktok:hover .follow_link {
  opacity: 0;
}
.tech_specs__tiktok:hover .follow_link_hower {
  opacity: 1;
}

.tech_specs__youtube img {
  height: 34px;
  width: 50px;
  top: calc(50% - 17px);
  left: calc(50% - 25px);
}
.tech_specs__youtube .follow_link {
  opacity: 1;
}
.tech_specs__youtube .follow_link_hower {
  opacity: 0;
}
.tech_specs__youtube:hover .follow_link {
  opacity: 0;
}
.tech_specs__youtube:hover .follow_link_hower {
  opacity: 1;
}

.tech_specs__little_bot img {
  height: 50px;
  width: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.tech_specs__little_bot .follow_link {
  opacity: 1;
}
.tech_specs__little_bot .follow_link_hower {
  opacity: 0;
}
.tech_specs__little_bot:hover .follow_link {
  opacity: 0;
}
.tech_specs__little_bot:hover .follow_link_hower {
  opacity: 1;
}

.first_screen {
  padding: 120px 0 180px;
  color: #fff;
}

.blog_first_screen {
  background: url("../img/blog-main.jpg") 50% 0/cover no-repeat;
}

.support__first_screen {
  background: url("../img/support-main-screen.jpg") 50% 0/cover no-repeat;
}

.blog_first_screen__title {
  font-weight: 900;
  font-size: 45px;
  line-height: 55px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 8px 0;
}

.blog_news {
  padding: 60px 0 100px;
  color: #fff;
}
.blog_news a {
  color: #fff;
}
.blog_news .title {
  margin-bottom: 57px;
  padding-bottom: 17px;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  border-bottom: 1px solid #fff;
}
.blog_news .title:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 6px;
  bottom: -6px;
  left: calc(100% - 70px);
  background: #fff;
  background: linear-gradient(-55deg, transparent 10px, #fff 0) bottom right, linear-gradient(55deg, transparent 10px, #fff 0) bottom left;
  background-size: 50% 100%;
  background-repeat: no-repeat;
}
.blog_news .swiper-button-prev,
.blog_news .swiper-button-next {
  display: none;
  bottom: -40px;
}
.blog_news .swiper-button-prev::before,
.blog_news .swiper-button-next::before {
  width: 100%;
  bottom: 22px;
}

.blog_news__slider {
  position: relative;
  padding: 0;
  width: 100%;
  height: 780px;
}
.blog_news__slider .swiper-wrapper {
  padding: 0;
}
.blog_news__slider .swiper-slide {
  overflow: hidden;
  border-radius: 7px;
  background: #262836;
}
.blog_news__slider .swiper-slide img {
  height: 100%;
  width: 101%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog_news__slider .swiper-slide:hover .blog_swiper__text {
  color: #67552a;
}

.news-scrollbar {
  display: block;
  width: 4px;
  height: 780px;
  background: #202027;
}
.news-scrollbar .swiper-scrollbar-drag {
  background-color: rgba(255, 255, 255, 0.32);
}
.news-scrollbar .swiper-scrollbar-drag:hover {
  background-color: rgba(255, 255, 255, 0.65);
}

.blog_swiper__subitem {
  margin: 0 0 18px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
.blog_swiper__subitem:last-child {
  padding: 0 20px;
}

.blog_swiper__img {
  position: relative;
  border-bottom: 1px solid #67552a;
  margin: 0 0 20px;
}
.blog_swiper__img:before {
  content: "";
  position: absolute;
  right: -12.6px;
  display: block;
  bottom: 16px;
  height: 3px;
  width: 50px;
  background-color: #67552a;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.blog_swiper__img:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1px 0px 30px 30px;
  border-color: transparent transparent #262836 transparent;
}
.blog_swiper__img .news__button {
  position: absolute;
  display: block;
  background: #67552a;
  padding: 4px 20px;
  bottom: 20px;
  font-style: italic;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.blog_swiper__img img {
  width: 101%;
  border-bottom: 1px solid #67552a;
}

.blog_swiper__text {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}

.blog_news__row,
.blog_updates__row {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.blog_news__item,
.blog_updates__item {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #262836;
  border-radius: 7px;
  overflow: hidden;
  padding: 0 0 100px;
  min-width: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.blog_news__item:hover .blog_news__text,
.blog_updates__item:hover .blog_news__text {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #67552a;
}

.blog_news__item_1 {
  width: 65%;
  margin: 0 50px 0 0;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}
.blog_news__item_1 .blog_news__text {
  font-weight: bold;
  font-size: 35px;
  line-height: 43px;
}

.blog_news__item_2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  min-width: 0;
  padding: 0;
  margin: 0 25px 0 0;
  background: none;
}

.blog_news__subitem,
.blog_updates__subitem {
  margin: 0 0 18px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
.blog_news__subitem:last-child,
.blog_updates__subitem:last-child {
  padding: 0 30px;
}

.blog_news__img,
.blog_updates__img {
  position: relative;
  border-bottom: 1px solid #67552a;
  margin: 0 0 50px;
}
.blog_news__img:before,
.blog_updates__img:before {
  content: "";
  position: absolute;
  right: -12.6px;
  display: block;
  bottom: 16px;
  height: 3px;
  width: 50px;
  background-color: #67552a;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.blog_news__img:after,
.blog_updates__img:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1px 0px 30px 30px;
  border-color: transparent transparent #262836 transparent;
}
.blog_news__img .news__button,
.blog_updates__img .news__button {
  position: absolute;
  display: block;
  background: #67552a;
  padding: 4px 20px;
  bottom: 20px;
  font-style: italic;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.blog_news__img img,
.blog_updates__img img {
  width: 101%;
  border-bottom: 1px solid #67552a;
}

.guide {
  left: 20px;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
}
.guide span {
  cursor: pointer;
  display: inline-block;
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
}
.guide:hover {
  padding: 5px 21px;
  -webkit-box-shadow: 0 0 3px #fff;
          box-shadow: 0 0 3px #fff;
}

.start {
  left: 100px;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
}
.start span {
  cursor: pointer;
  display: inline-block;
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
}
.start:hover {
  padding: 5px 21px;
  -webkit-box-shadow: 0 0 3px #fff;
          box-shadow: 0 0 3px #fff;
}

.date {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  margin: 0 0 20px;
  color: #a7a7a7;
}

.blog_news__text,
.blog_updates__text {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.blog_updates {
  padding: 0 0 100px;
  color: #fff;
}
.blog_updates .title {
  margin-bottom: 57px;
  padding-bottom: 17px;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  border-bottom: 1px solid #fff;
}
.blog_updates .title:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 6px;
  bottom: -6px;
  left: calc(100% - 70px);
  background: #fff;
  background: linear-gradient(-55deg, transparent 10px, #fff 0) bottom right, linear-gradient(55deg, transparent 10px, #fff 0) bottom left;
  background-size: 50% 100%;
  background-repeat: no-repeat;
}
.blog_updates a {
  color: #fff;
}

.blog_updates__row {
  margin: 0 0 75px;
}

.blog_updates__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 70px 0 0;
  padding-bottom: 40px;
}
.blog_updates__item:last-child {
  margin: 0;
}
.blog_updates__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog_updates__item:hover .blog_updates__text {
  color: #67552a;
}

.blog_updates__img {
  height: 250px;
  margin-bottom: 20px;
}

.blog_updates__subitem {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.blog_updates__button {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 240px;
  height: 50px;
  margin: 0 auto 37px;
  background: -webkit-gradient(linear, left top, right top, from(#67552a), color-stop(#7a6228), to(#67552a));
  background: linear-gradient(90deg, #67552a, #7a6228, #67552a);
  border-radius: 3px;
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.blog_updates__button:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
          box-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
}

.support__first_screen:before, .support__first_screen:after {
  display: none;
}

.server_status {
  position: relative;
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
  z-index: 2;
}
.server_status .title_box {
  background: #262836;
  padding: 45px 0;
}
.server_status .title {
  color: #fff;
  margin: 0;
}

.server_status__row_1 {
  padding: 32px 0;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.server_status__row_1 .online {
  padding-left: 30px;
}
.server_status__row_1 .online:before {
  width: 20px;
  height: 15px;
  background: url("../img/done.svg") 0 0/contain no-repeat;
}
.server_status__row_1 .offline {
  padding-left: 26px;
}
.server_status__row_1 .offline:before {
  width: 16px;
  height: 16px;
  background: url("../img/none.svg") 0 0/contain no-repeat;
}
.server_status__row_1 .maintenance {
  padding-left: 26px;
}
.server_status__row_1 .maintenance:before {
  width: 16px;
  height: 16px;
  background: url("../img/tools.svg") 0 0/contain no-repeat;
}
.server_status__row_1 .full {
  padding-left: 34px;
}
.server_status__row_1 .full:before {
  width: 24px;
  height: 16px;
  background: url("../img/full.svg") 0 0/contain no-repeat;
}

.server_status__item_1 {
  margin: 0 50px 0 0;
  position: relative;
}
.server_status__item_1:last-child {
  margin: 0;
}
.server_status__item_1:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
}

.select_game {
  padding: 36px 50px 20px;
  background: #262836;
  color: #fff;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.select_game h5 {
  margin: 0 0 32px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}
.select_game .select_game__item_1,
.select_game .select_game__item_2,
.select_game .select_game__item_3 {
  cursor: pointer;
  overflow: hidden;
  display: block;
  margin: 0 50px 0 0;
  width: 160px;
  text-align: center;
  font-weight: 800;
  line-height: 40px;
  border-radius: 3px;
  color: #67552a;
  background: #1e1d1f;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  z-index: 2;
}
.select_game .select_game__item_1._active,
.select_game .select_game__item_2._active,
.select_game .select_game__item_3._active {
  color: #fff;
  background: rgba(30, 29, 31, 0);
}
.select_game .select_game__item_1._active:after,
.select_game .select_game__item_2._active:after,
.select_game .select_game__item_3._active:after {
  opacity: 1;
}
.select_game .select_game__item_1:after,
.select_game .select_game__item_2:after,
.select_game .select_game__item_3:after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  background: -webkit-gradient(linear, left top, right top, from(#67552a), color-stop(#7a6228), to(#67552a));
  background: linear-gradient(90deg, #67552a, #7a6228, #67552a);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.select_game .select_game__item_1:last-child,
.select_game .select_game__item_2:last-child,
.select_game .select_game__item_3:last-child {
  margin: 0;
}
.select_game .select_game__item_1:hover,
.select_game .select_game__item_2:hover,
.select_game .select_game__item_3:hover {
  color: #fff;
  background: rgba(30, 29, 31, 0);
}
.select_game .select_game__item_1:hover:after,
.select_game .select_game__item_2:hover:after,
.select_game .select_game__item_3:hover:after {
  opacity: 1;
}
.select_game .select_game__item_1:after,
.select_game .select_game__item_2:after,
.select_game .select_game__item_3:after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  background: -webkit-gradient(linear, left top, right top, from(#67552a), color-stop(#7a6228), to(#67552a));
  background: linear-gradient(90deg, #67552a, #7a6228, #67552a);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.select_game a span {
  cursor: pointer;
}

.select_game__catigories {
  padding: 0 0 20px;
  margin: 0 0 16px;
  display: -ms-flex;
  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-bottom: 2px solid #383b51;
}

.select_game__row {
  width: 90%;
  margin: 0 auto;
  padding: 23px 0;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #383b51;
}

.tab_body {
  display: none;
}
.tab_body._active {
  display: block;
}

.select_game__subitem {
  color: #fff;
  padding: 0 0 0 30px;
  position: relative;
}
.select_game__subitem span {
  cursor: pointer;
}
.select_game__subitem:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  height: 15px;
}
.select_game__subitem.online {
  padding-left: 30px;
}
.select_game__subitem.online:before {
  width: 20px;
  height: 15px;
  background: url("../img/done.svg") 0 0/contain no-repeat;
}
.select_game__subitem.offline {
  padding-left: 26px;
}
.select_game__subitem.offline:before {
  width: 16px;
  height: 16px;
  background: url("../img/none.svg") 0 0/contain no-repeat;
}
.select_game__subitem.maintenance {
  padding-left: 26px;
}
.select_game__subitem.maintenance:before {
  width: 16px;
  height: 16px;
  background: url("../img/tools.svg") 0 0/contain no-repeat;
}
.select_game__subitem.full {
  padding-left: 34px;
}
.select_game__subitem.full:before {
  width: 24px;
  height: 16px;
  background: url("../img/full.svg") 0 0/contain no-repeat;
}
.select_game__subitem .updating {
  font-size: 9px;
  line-height: 11px;
  text-align: center;
  color: #8d8c8c;
}

.updating {
  display: block;
  margin-top: 25px;
  font-size: 9px;
  line-height: 11px;
  text-align: center;
  color: #8d8c8c;
}

.support__search {
  padding: 0 0 20px;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.support__search_form {
  display: block;
  max-width: 550px;
  margin: 0 auto;
  position: relative;
}

.search__window {
  padding: 15px 15px 15px 80px;
  border: 2px solid #2c2c37;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(26, 26, 26, 0);
  border-radius: 15px;
  width: 550px;
  font-size: 16px;
  line-height: 20px;
  color: #8d8c8c;
}

.support__sersh_submit {
  position: absolute;
  top: 10px;
  left: 30px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../img/search.svg") 0 0/contain no-repeat;
}

.support_faq__row {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.support_faq__general {
  background: #262836;
  padding: 18px 50px 35px;
}

.support_faq {
  margin: 0 0 50px;
  color: #fff;
}
.support_faq .main_content__item {
  margin: 0 50px 0 0;
}
.support_faq .main_content__item:last-child {
  margin: 0;
}
.support_faq .support_faq__question_title {
  margin: 0 0 24px;
  padding: 0 0 18px;
  text-align: left;
  font-weight: 800;
  font-size: 25px;
  line-height: 30px;
  text-transform: capitalize;
  border-bottom: 1px solid #fff;
}
.support_faq .support_faq__question_title:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 6px;
  bottom: -6px;
  left: calc(100% - 70px);
  background: #fff;
  background: linear-gradient(-55deg, transparent 10px, #fff 0) bottom right, linear-gradient(55deg, transparent 10px, #fff 0) bottom left;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-size: 50% 100%;
  background-repeat: no-repeat;
}
.support_faq .trending_posts__title {
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}
.support_faq .trending_posts__title:before {
  top: -3px;
}
.support_faq .trending_posts__title:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 6px;
  bottom: -6px;
  left: calc(100% - 70px);
  background: #fff;
  background: linear-gradient(-55deg, transparent 10px, #fff 0) bottom right, linear-gradient(55deg, transparent 10px, #fff 0) bottom left;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-size: 50% 100%;
  background-repeat: no-repeat;
}
.support_faq .spoller__title {
  padding: 10px 0;
  background: none;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #ffffff;
  width: 100%;
  text-align: left;
  position: relative;
}
.support_faq .spoller__title:after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 20px;
  top: calc(50% - 5px);
  width: 8px;
  height: 10px;
  background: url("../img/spoller-arrow.svg") 0 0/contain no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.support_faq .spoller__text {
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
}

.support_faq__spoller_item {
  padding: 10px 0;
  border-bottom: 1px solid #383b51;
}

.active__item .spoller__title {
  margin-bottom: 14px;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #67552a;
  background: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.active__item .spoller__title:after {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

.need_additional {
  padding-bottom: 50px;
}
.need_additional .container {
  padding: 70px 0;
  background: url("../img/need.jpg") 50% 50%/cover no-repeat;
}
.need_additional .title {
  padding: 0;
  font-weight: 800;
  font-size: 35px;
  line-height: 43px;
  text-transform: capitalize;
  text-align: center;
  color: #ffffff;
  width: 60%;
  margin: 0 auto 38px;
}
.need_additional .title:before {
  display: none;
}

.need_additional__button {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 190px;
  height: 45px;
  margin: 0 auto 37px;
  background: -webkit-gradient(linear, left top, right top, from(#67552a), color-stop(#7a6228), to(#67552a));
  background: linear-gradient(90deg, #67552a, #7a6228, #67552a);
  border-radius: 3px;
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.need_additional__button:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
}

.request_first_screen {
  padding-bottom: 350px;
  background: repeating-linear-gradient(45deg, #1e1e1e, #1e1e1e 2px, #1a1a1a 2px, #1a1a1a 5px);
}
.request_first_screen .container {
  max-width: 850px;
}
.request_first_screen .first_screen__subtitle {
  margin-bottom: 28px;
}
.request_first_screen:before, .request_first_screen:after {
  display: none;
}

.request_first_screen__text {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #cccccc;
}

.request_form_section {
  margin-top: -300px;
  position: relative;
  z-index: 2;
  padding-bottom: 60px;
}
.request_form_section .container {
  background: #262836;
  padding-bottom: 70px;
}
.request_form_section .request_form__title {
  font-weight: 800;
  text-align: center;
  font-size: 25px;
  line-height: 30px;
  color: #ffffff;
  margin: 0 0 45px;
}

.request_form {
  max-width: 650px;
  margin: 0 auto;
  padding: 30px 20px 80px;
}
.request_form .request_form__row {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.request_form .request_form__row input {
  background: #262836;
  color: #cccccc;
  margin: 0 0 30px 0;
  display: block;
  width: 47%;
  height: 40px;
  padding: 11px 20px;
  border: 1px solid #383b51;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
}
.request_form .request_form__row select {
  background: #262836;
  font-family: inherit;
  color: rgba(204, 204, 204, 0.6);
  font-size: 14px;
  line-height: 17px;
  margin: 0 0 30px 0;
  display: block;
  width: 47%;
  height: 40px;
  padding: 11px 16px;
  border: 1px solid #383b51;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  position: relative;
  z-index: 1;
}
.request_form .request_form__row select:after {
  content: "";
  display: block;
  top: 0;
  right: 0;
  width: 5px;
  height: 7px;
  background: url("../img/form_arrow.svg") 0 0/contain no-repeat;
  z-index: 3;
}
.request_form .request_form__row select input {
  margin: 0 0 10px;
}
.request_form textarea {
  font-family: inherit;
  color: #cccccc;
  font-size: 14px;
  line-height: 17px;
  background: #262836;
  display: block;
  width: 100%;
  height: 140px;
  padding: 11px 20px;
  border: 1px solid #383b51;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  resize: none;
  margin-bottom: 20px;
}

optio .form_photo {
  font-size: 0;
  display: block;
  width: 28px;
  height: 35px;
  position: relative;
}
optio .form_photo:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: url("../img/file.svg");
}

.attechment {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 23px;
}

.form_photo {
  display: none;
}

.photo_label {
  padding: 10px 0 10px 40px;
  line-height: 35px;
  font-size: 14px;
  line-height: 17px;
  color: #cccccc;
  position: relative;
  margin-bottom: 35px;
  display: block;
}
.photo_label:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 28px;
  height: 35px;
  background: url("../img/file.svg") 0 0/contain no-repeat;
}

.g-recaptcha {
  width: 100%;
}

.submit__button {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
  height: 40px;
  margin: 0 auto 0px;
  background: -webkit-gradient(linear, left top, right top, from(#67552a), color-stop(#7a6228), to(#67552a));
  background: linear-gradient(90deg, #67552a, #7a6228, #67552a);
  border-radius: 3px;
  font-weight: 900;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.submit__button:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
}

.request_form__row_1 {
  display: -ms-flex;
  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;
}

.partners_first_screen {
  background: url("../img/partners-main.jpg") 0 50%/cover no-repeat;
  padding: 120px 0 100px;
}
.partners_first_screen:before, .partners_first_screen:after {
  display: none;
}

.partners_first_screen__title {
  text-align: center;
  font-weight: 900;
  font-size: 45px;
  line-height: 55px;
  text-transform: uppercase;
  color: #ffffff;
}

.calling__title {
  color: #fff;
  margin: 0 0 24px;
  padding: 0 0 18px;
  text-align: left;
  font-weight: bold;
  font-size: 35px;
  line-height: 43px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
}
.calling__title:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 6px;
  bottom: -6px;
  left: calc(100% - 70px);
  background: #fff;
  background: linear-gradient(-55deg, transparent 10px, #fff 0) bottom right, linear-gradient(55deg, transparent 10px, #fff 0) bottom left;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-size: 50% 100%;
  background-repeat: no-repeat;
}

.calling {
  padding: 105px 0 75px;
}
.calling .first_row__social {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.calling__row {
  display: -ms-flex;
  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;
}

.calling__image {
  width: 30%;
  margin: 0 50px 0 0;
}
.calling__image img {
  width: 100%;
}

.calling__info {
  width: 60%;
}

.calling__text {
  font-size: 16px;
  line-height: 20px;
  color: #cccccc;
  margin: 0 0 25px;
}
.calling__text:last-child {
  margin: 0;
}

.how_it_work {
  color: #fff;
  padding-bottom: 80px;
}

.how_it_work__title {
  margin-bottom: 75px;
}

.how_it_work__row {
  display: -ms-flex;
  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;
}

.how_it_work__item {
  padding-right: 55px;
  margin-right: 15px;
  position: relative;
  z-index: 2;
}
.how_it_work__item:last-child {
  margin-right: 0;
  padding-right: 0;
}
.how_it_work__item p {
  max-width: 170px;
  font-size: 14px;
  line-height: 17px;
  color: #cccccc;
}
.how_it_work__item:before, .how_it_work__item:after {
  content: "";
  position: absolute;
}
.how_it_work__item:before {
  font-weight: 900;
  font-size: 120px;
  line-height: 146px;
  text-transform: uppercase;
  color: #262836;
  z-index: -1;
  top: -50%;
  left: 50%;
}
.how_it_work__item:after {
  display: inline-block;
  width: 33px;
  height: 20px;
  right: 0;
  top: calc(50% - 10px);
  background: url("../img/howit-arrow.svg") 0 50%/contain no-repeat;
}
.how_it_work__item:hover .how_it_work__subtitle {
  color: #67552a;
}

.how_it_work__item_1:before {
  content: "1";
}

.how_it_work__item_2:before {
  content: "2";
}

.how_it_work__item_3:before {
  content: "3";
}

.how_it_work__item_4:before {
  content: "4";
}
.how_it_work__item_4:after {
  display: none;
}

.how_it_work__subtitle {
  margin-bottom: 6px;
  font-weight: 900;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
}

.benefits {
  padding-bottom: 60px;
}
.benefits .container {
  position: relative;
}
.benefits .swiper-slide {
  padding: 60px 30px 90px;
  border: 2px solid #66667e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
}
.benefits .swiper-slide:nth-child(odd) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.benefits .swiper-slide:hover {
  background: #262836;
  border: 2px solid #262836;
}
.benefits .benefits__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}
.benefits .benefits__subtitle {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 35px;
}
.benefits .benefits__text {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #cccccc;
}
.benefits .swiper-wrapper {
  margin-bottom: 30px;
}

.benefits__title {
  margin-bottom: 40px;
  color: #fff;
}

.requirements .latest_articles__item p {
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}
.requirements .requirements__row {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 83px;
}
.requirements .requirements__row .requirements__text {
  font-size: 16px;
  line-height: 20px;
  color: #cccccc;
  margin-bottom: 30px;
}
.requirements .requirements__row .latest_articles__list {
  max-width: 380px;
}
.requirements .requirements__item:first-child {
  width: 57%;
}
.requirements .requirements__info {
  width: 57%;
}
.requirements .requirements__img {
  width: 40%;
  position: relative;
}
.requirements .requirements__img img {
  position: absolute;
}
.requirements .requirements__img img:first-child {
  width: 85%;
  z-index: 3;
  top: 40px;
  left: 0;
}
.requirements .requirements__img img:last-child {
  width: 85%;
  z-index: 2;
  top: 0;
  right: 0;
}
.requirements .box {
  text-align: center;
}

.requirements__button {
  display: inline-block;
  text-align: center;
  width: 160px;
  height: 50px;
  margin: 0 auto 37px;
  background: -webkit-gradient(linear, left top, right top, from(#67552a), color-stop(#7a6228), to(#67552a));
  background: linear-gradient(90deg, #67552a, #7a6228, #67552a);
  border-radius: 3px;
  font-weight: 900;
  font-size: 20px;
  line-height: 50px;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.requirements__button:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
}

.requirements__span {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #cccccc;
  margin-right: 15px;
}

.faq {
  margin-bottom: 90px;
}
.faq .faq__title {
  margin-bottom: 44px;
}
.faq .spoller__title {
  padding-right: 10px;
  width: 100%;
  font-weight: 800;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 800;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  background: none;
  position: relative;
  text-align: left;
}
.faq .spoller__title:after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 0px;
  top: calc(50% - 3px);
  width: 8px;
  height: 6px;
  background: url("../img/spoller-arrow.svg") 0 0/8px 6px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.faq .spoller__title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 800;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
  margin-right: 22px;
}
.faq .support_faq__spoller_item {
  padding: 10px 30px;
  background: #262836;
  margin-bottom: 20px;
  border-bottom: none;
}
.faq .support_faq__spoller_item:last-child {
  margin-bottom: 0;
}
.faq .active__item .spoller__title {
  color: #67552a;
  padding-bottom: 14px;
  margin-bottom: 24px;
  border-bottom: 1px solid #fff;
}
.faq .active__item .spoller__title:after {
  top: calc(50% - 10px);
}
.faq .spoller__text {
  padding-bottom: 35px;
  font-size: 16px;
  line-height: 20px;
  color: #cccccc;
}

.application_first_screen {
  padding-bottom: 350px;
  background: repeating-linear-gradient(45deg, #1e1e1e, #1e1e1e 2px, #1a1a1a 2px, #1a1a1a 5px);
}
.application_first_screen .container {
  max-width: 850px;
}
.application_first_screen .first_screen__subtitle {
  margin-bottom: 28px;
}
.application_first_screen:before, .application_first_screen:after {
  display: none;
}

.application_first_screen__text {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #cccccc;
}

.application_form_section {
  margin-top: -300px;
  position: relative;
  z-index: 2;
  padding-bottom: 60px;
}
.application_form_section p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 20px;
  color: #cccccc;
}
.application_form_section .container {
  background: #262836;
}
.application_form_section .application_form__title {
  color: #fff;
  margin: 60px 0 35px;
  padding: 0 0 18px;
  text-align: left;
  font-weight: bold;
  font-size: 35px;
  line-height: 43px;
  text-transform: capitalize;
  border-bottom: 1px solid #fff;
  position: relative;
}
.application_form_section .application_form__title:first-child {
  margin: 0px 0 35px;
}
.application_form_section .application_form__title:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 6px;
  bottom: -6px;
  left: calc(100% - 70px);
  background: #fff;
  background: linear-gradient(-55deg, transparent 10px, #fff 0) bottom right, linear-gradient(55deg, transparent 10px, #fff 0) bottom left;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-size: 50% 100%;
  background-repeat: no-repeat;
}

.application_form {
  padding: 30px 50px 80px;
}
.application_form .check {
  padding-left: 27px;
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #cccccc;
  margin-bottom: 20px;
  position: relative;
}
.application_form .check .check__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-right: 17px;
  position: absolute;
}
.application_form .check .check__input:checked + .check__box {
  background: url("../img/chek.svg") 0 0/contain no-repeat;
}
.application_form .check .check__input:hover + .check__box {
  -webkit-box-shadow: 0 0 2px rgba(103, 85, 42, 0.72);
          box-shadow: 0 0 2px rgba(103, 85, 42, 0.72);
}
.application_form .check .check__box {
  margin: 0 17px 0 0;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../img/unchek.svg") 0 0/contain no-repeat;
}
.application_form .application_form__row {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 60%;
}
.application_form .application_form__row input {
  background: #262836;
  color: #cccccc;
  margin: 0 0 30px 0;
  display: block;
  width: 47%;
  height: 40px;
  padding: 11px 20px;
  border: 1px solid #383b51;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
}
.application_form .application_form__row select {
  background: #262836;
  font-family: inherit;
  color: rgba(204, 204, 204, 0.6);
  font-size: 14px;
  line-height: 17px;
  margin: 0 0 30px 0;
  display: block;
  width: 47%;
  height: 40px;
  padding: 11px 16px;
  border: 1px solid #383b51;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  position: relative;
  z-index: 1;
}
.application_form .application_form__row select:after {
  content: "";
  display: block;
  top: 0;
  right: 0;
  width: 5px;
  height: 7px;
  background: url("../img/form_arrow.svg") 0 0/contain no-repeat;
  z-index: 3;
}
.application_form .application_form__row select input {
  margin: 0 0 10px;
}
.application_form .application_form__row_1 {
  width: 100%;
}
.application_form .application_form__row_1 input {
  width: 30%;
}
.application_form .application__item {
  margin: 0 0 30px;
  padding: 0 0 0 50px;
  position: relative;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.application_form .application__item p {
  font-weight: 800;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
}
.application_form .application__item:before {
  content: "01";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
}
.application_form .application__item:nth-child(2):before {
  content: "02";
}
.application_form .application__item:nth-child(3):before {
  content: "03";
}
.application_form .application__item:nth-child(4):before {
  content: "04";
}
.application_form .application__item:nth-child(5):before {
  content: "05";
}
.application_form .name {
  background: #262836;
  color: #cccccc;
  margin: 0 0 30px 0;
  display: block;
  width: 47%;
  height: 40px;
  padding: 11px 20px;
  border: 1px solid #383b51;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
}
.application_form .submit__button {
  margin-top: 60px;
}

footer {
  padding: 35px 0 8px;
  background-color: #1a1a1a;
  color: #fff;
  text-align: center;
}

.footer__row {
  padding: 0 0 22px;
  margin: 0 0 8px;
  display: -ms-flex;
  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-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer__item {
  color: #a7a7a7;
  font-size: 10px;
  line-height: 12px;
}

.footer__logo {
  font-family: "Intro_Black";
  font-weight: bold;
  font-size: 45px;
  line-height: 45px;
  text-transform: uppercase;
  color: #ffffff;
}

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

.footer__naviration a {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #8d8c8c;
  text-transform: capitalize;
}
.footer__naviration a:hover {
  text-decoration: underline;
}

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

.footer__subitem {
  margin: 0 40px 0 0;
}
.footer__subitem:last-child {
  margin: 0;
}

.footer__social_row {
  display: -ms-flex;
  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;
}
.footer__social_row img {
  position: absolute;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.footer__social_row a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.footer__social_row span {
  display: inline-block;
  margin: 0 14px 0 0;
}

.footer__copirate {
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
}

@media (max-width: 1250px) {
  .why__item {
    margin: 15px;
  }
}
@media (max-width: 1100px) {
  header .container {
    margin: 0 20px;
  }

  .first_row {
    padding: 9px 110px;
  }

  .header_navigation {
    padding: 17px 110px;
  }

  .games .container {
    max-width: 740px;
  }

  .why__item {
    margin: 6px;
  }

  .main_content__row {
    padding: 70px 20px;
  }

  .container {
    padding: 0 20px;
  }

  .request_form_section {
    padding: 0 20px;
  }

  .reddy {
    padding: 0 20px;
  }

  .application_form_section {
    padding: 0 20px 60px;
  }

  .header__follow_row {
    right: 6%;
  }
}
@media (max-width: 1000px) {
  .header__follow_row {
    right: 0;
  }

  .first_row {
    padding: 9px 60px;
  }

  .header_navigation {
    padding: 17px 60px;
  }

  .games .container {
    max-width: 620px;
  }

  .blog_news__item_1 {
    width: 60%;
    margin: 0px 35px 0 0;
  }

  .blog_updates__item {
    margin: 0 40px 0 0;
    padding-bottom: 20px;
  }

  .blog_news__subitem:last-child,
.blog_updates__subitem:last-child {
    padding: 0 15px;
  }

  .main_content__general {
    width: 60%;
  }
}
@media (max-width: 900px) {
  .first_row {
    padding: 9px 15px;
  }

  .header_navigation {
    padding: 17px 15px;
  }

  .games .container {
    max-width: 520px;
  }

  .footer__subitem {
    margin: 0 20px 0 0;
  }

  .next_level .title {
    font-size: 34px;
    line-height: 44px;
    padding: 0 0 0 34px;
  }
  .next_level .title__tag {
    top: 42%;
    font-size: 13px;
    line-height: 16px;
  }

  .blog_news__item_1 {
    width: 60%;
    margin: 0px 35px 0 0;
    padding: 0 0 30px;
  }

  .blog_news__slider {
    height: 680px;
  }

  .news-scrollbar {
    height: 680px;
    position: relative;
    overflow: hidden;
  }
  .news-scrollbar .swiper-scrollbar-drag {
    height: auto;
  }

  .support_faq .main_content__item {
    margin: 0 30px 0 0;
  }

  .application_form .application_form__row {
    width: 70%;
  }

  .application_form .application_form__row_1 {
    width: 100%;
  }
  .application_form .application_form__row_1 input {
    width: 47%;
  }
}
@media (max-width: 850px) {
  .main_content__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .main_content__general {
    width: 100%;
  }

  .main_content__aside {
    padding: 0;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .main_content__aside article {
    width: 100%;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .main_content__aside .play_free {
    padding: 35px 20px;
  }

  .main_content__aside {
    max-width: 100%;
  }

  .play_free .play_free__button {
    margin: 0 auto;
  }

  .support_faq .main_content__item {
    margin: 0;
  }

  .support_faq__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .server_status__item_1 {
    margin: 0 50px 15px;
    position: relative;
  }

  .server_status__row_1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 800px) {
  .menu__icon {
    display: block;
  }

  .header__logo {
    left: 0;
    background: linear-gradient(-45deg, transparent 25px, #1e1e1e 0);
    height: 64px;
    width: 30%;
    font-size: 35px;
    line-height: 64px;
  }
  .header__logo:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .header__logo._active {
    width: 100%;
  }
  .how_to_play__item p {
    padding: 0 0 30px;
  }
  .how_to_play__item img {
    width: 60%;
  }

  .how_to_play .how_to_play__block {
    height: auto;
  }

  header .container {
    display: none;
  }
  header .burger__menu {
    display: block;
  }

  .how_to_play__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .how_to_play__row .item_image img {
    position: relative;
  }

  .how_to_play__attribute .how_to_play__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .next_level__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .next_level__item:last-child {
    margin: 0;
  }

  .how_to_play__avatar {
    padding: 40px 0 0;
  }

  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer__item {
    margin: 0 0 20px;
  }
  .footer__item:last-child {
    margin: 0;
  }

  .blog_news__item_1 {
    width: 60%;
    margin: 0px 20px 0 0;
    padding: 0 0 20px;
  }

  .blog_news__slider {
    height: 615px;
  }

  .news-scrollbar {
    height: 615px;
  }

  .blog_updates__img {
    height: 200px;
    margin-bottom: 20px;
  }

  .blog_updates__item {
    margin: 0 20px 0 0;
    padding-bottom: 20px;
  }

  .blog_news__item_2 {
    margin: 0;
  }

  .blog_news__item_2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
    min-width: 0;
    padding: 0;
    margin: 0 5px 0 0;
    background: none;
  }

  .calling__image {
    width: 50%;
    margin: 0 10px 0 0;
  }

  .how_it_work__item p {
    max-width: 150px;
  }

  .how_it_work__item {
    padding-right: 0px;
  }

  .how_it_work__item::before {
    font-size: 80px;
  }

  .requirements .requirements__item:last-child {
    display: none;
  }

  .requirements .requirements__item:first-child {
    width: 100%;
  }

  .requirements .requirements__row .latest_articles__list {
    max-width: 100%;
  }

  .application_form .application_form__row {
    width: 80%;
  }

  .application_form .application_form__row_1 {
    width: 100%;
  }
  .application_form .application_form__row_1 input {
    width: 47%;
  }
}
@media (max-width: 700px) {
  .blog_updates__row {
    -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;
  }

  .blog_updates__item {
    margin: 0 0 20px;
    width: 60%;
  }

  .select_game {
    padding: 36px 0px 20px;
  }
  .select_game .select_game__item_1,
.select_game .select_game__item_2,
.select_game .select_game__item_3 {
    margin: 0 20px 0 0;
  }

  .support_faq__general {
    padding: 18px 20px 35px;
  }

  .server_status__item_1 {
    margin: 0 20px 15px;
  }

  .calling__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .calling__image {
    position: relative;
    margin: 0;
    width: 100%;
    height: 200px;
    overflow: hidden;
  }
  .calling__image img {
    position: absolute;
    top: -20%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .calling__info {
    width: 100%;
    margin: 0 0 15px;
  }

  .application_form .application_form__row {
    width: 100%;
  }

  .application_form .application_form__row_1 {
    width: 100%;
  }
  .application_form .application_form__row_1 input {
    width: 47%;
  }

  .application_form .name {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .request_form__row_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .attechment {
    text-align: center;
  }

  .g-recaptcha {
    -webkit-transform: scale(0.77);
            transform: scale(0.77);
  }

  .how_it_work__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .how_it_work__item {
    padding-bottom: 55px;
    margin-bottom: 15px;
    margin-right: 0;
    position: relative;
    z-index: 2;
  }
  .how_it_work__item p {
    max-width: 170px;
    font-size: 14px;
    line-height: 17px;
    color: #cccccc;
  }
  .how_it_work__item:after {
    left: calc(50% - 10px);
    bottom: 20%;
    top: auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  .how_it_work {
    padding-bottom: 40px;
  }

  .faq .support_faq__spoller_item {
    padding: 10px 15px;
  }
  .faq .spoller__title {
    font-size: 16px;
  }
  .faq .spoller__title span {
    margin-right: 10px;
  }

  .application_form .application_form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .application_form .application_form__row input {
    width: 100%;
  }

  .application_form .application_form__row_1 input {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .blog_news__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .blog_news__row .blog_news__item_1 {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 0 20px;
  }
  .blog_news__row .blog_news__item_2 {
    margin: 0;
  }

  .blog_news__slider {
    height: auto;
  }

  .blog_news__img,
.blog_updates__img {
    margin: 0 0 20px;
  }

  .blog_news__item_1 .blog_news__text {
    font-weight: bold;
    font-size: 25px;
    line-height: 33px;
  }

  .blog_swiper__text {
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
  }

  .blog_swiper__subitem:last-child {
    padding: 0 12px;
  }

  .news-scrollbar {
    display: none;
  }

  .blog_news .swiper-button-prev,
.blog_news .swiper-button-next {
    display: block;
    bottom: -60px;
    width: auto;
  }

  .blog_news .swiper-button-prev::before,
.blog_news .swiper-button-next::before {
    width: 100%;
    bottom: 22px;
  }

  .blog_updates__item {
    margin: 0 0 20px;
    width: 90%;
  }

  .main_content__general .general__text {
    padding: 25px 15px 50px;
  }

  .server_status .title_box {
    padding: 25px 0;
  }

  .server_status .title {
    font-size: 30px;
    line-height: 35px;
  }

  .select_game {
    padding: 36px 0px 20px;
  }
  .select_game .select_game__item_1,
.select_game .select_game__item_2,
.select_game .select_game__item_3 {
    margin: 0 20px 0 0;
    width: 120px;
  }

  .select_game__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding-bottom: 0;
  }

  .select_game__subitem {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 15px 0;
  }

  .support__search_form {
    max-width: 400px;
  }

  .search__window {
    width: 400px;
  }

  .select_game__catigories {
    padding: 0 20px 20px;
  }

  .request_form .request_form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .request_form .request_form__row input {
    width: 100%;
  }
  .request_form .request_form__row select {
    width: 100%;
  }

  .application_form {
    padding: 30px 20px 80px;
  }
}
@media (max-width: 500px) {
  header .burger__menu .first_row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .burger__menu .first_row__slogan {
    display: none;
  }
  header .burger__menu .first_row__social {
    -webkit-transform: translateX(13%);
            transform: translateX(13%);
  }
  header .burger__menu .header_navigation {
    padding: 30px 20px;
    width: 80%;
  }
  header .burger__menu .header_navigation .header__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -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;
  }
  header .burger__menu .header_navigation .header__list .header__item {
    margin: 0 0 30px;
  }
  header .burger__menu .header_navigation .header__list .header__item:last-child {
    margin: 0;
  }
  header .burger__menu .header_navigation .header__list .header__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 0 30px 0;
  }
  header .burger__menu .header_navigation .header__list .header__block:last-child {
    margin: 0;
  }

  .header__follow_row_1 {
    bottom: -9%;
    left: 0;
    right: auto;
  }
  .header__follow_row_1._active {
    bottom: -19%;
  }

  .header__logo {
    width: 50%;
  }

  .first_screen__row {
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .first_screen__item {
    margin: 0;
  }

  .next_level {
    padding: 120px 0 60px;
  }

  .where__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .where__item {
    width: 50%;
    height: 90px;
    border: 1px solid #fff;
  }

  .tech_specs:before {
    opacity: 0;
  }

  .tech_specs__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tech_specs__row .tech_specs__item {
    margin: 0 0 37px;
  }
  .tech_specs__row h5 {
    margin: 0 -20px 37px;
    padding: 10px 0 10px 20px;
    background: rgba(38, 40, 54, 0.4);
  }

  .request_form {
    padding: 30px 0px 80px;
  }

  .application_form {
    padding: 30px 10px 80px;
  }

  .blog_first_screen__title {
    font-size: 35px;
  }

  .first_screen__subtitle {
    font-size: 20px;
  }

  .application_form_section .application_form__title {
    font-size: 30px;
    line-height: 35px;
  }

  .application_form .application__item {
    margin: 0 0 15px;
    padding: 0 0 0 35px;
  }

  .application_form .application__item::before {
    font-size: 20px;
  }

  .application_form .application__item p {
    font-size: 15px;
  }
}
@media (max-width: 470px) {
  .application_form .check .check__box {
    top: calc(50% - 10px);
  }
}
@media (max-width: 400px) {
  .first_screen__title {
    font-size: 35px;
    line-height: 45px;
  }

  .title {
    font-size: 35px;
    line-height: 45px;
  }

  .next_level .title {
    font-size: 26px;
    line-height: 36px;
  }

  .next_level .title__tag {
    top: 42%;
    font-size: 11px;
    line-height: 15px;
  }

  .tech_specs__follow_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .tech_specs__follow_item {
    height: 110px;
    width: 50%;
    border: 1px solid #ffffff;
  }

  .tech_specs__follow_item:last-child {
    border: 1px solid #ffffff;
  }

  .footer__subitem {
    margin: 0 10px 0 0;
  }

  .item_image .avatar {
    height: auto;
    width: 100%;
  }

  .footer__naviration a {
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #8d8c8c;
  }

  .main_content__header {
    text-align: right;
    position: relative;
    padding: 4px 0 15px;
    border-bottom: 1px solid #fff;
    margin-bottom: 17px;
  }
  .main_content__header a {
    position: absolute;
    top: 0;
    display: block;
    background: #67552a;
    padding: 4px 20px;
    bottom: auto;
    font-style: italic;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .main_content__header .guide {
    left: 6px;
    -webkit-transform: skewX(-30deg);
            transform: skewX(-30deg);
  }
  .main_content__header .guide span {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    -webkit-transform: skewX(30deg);
            transform: skewX(30deg);
  }
  .main_content__header .guide:hover {
    padding: 5px 16px;
    -webkit-box-shadow: 0 0 3px #fff;
            box-shadow: 0 0 3px #fff;
  }
  .main_content__header .start {
    left: 78px;
    -webkit-transform: skewX(-30deg);
            transform: skewX(-30deg);
  }
  .main_content__header .start span {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    -webkit-transform: skewX(30deg);
            transform: skewX(30deg);
  }
  .main_content__header .start:hover {
    padding: 5px 16px;
    -webkit-box-shadow: 0 0 3px #fff;
            box-shadow: 0 0 3px #fff;
  }
  .main_content__header a {
    position: absolute;
    top: 0;
    display: block;
    background: #67552a;
    padding: 4px 15px;
    bottom: auto;
    font-style: italic;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .main_content__header .main_content__trasition {
    padding: 0 4px 0 15px;
    border-right: 1px solid #eee;
    font-size: 10px;
    line-height: 15px;
    color: #cccccc;
    position: relative;
  }
  .main_content__header .main_content__trasition:before {
    width: 14px;
    height: 8px;
  }
  .main_content__header .main_content__looking {
    padding: 0 3px 0 15px;
    border-right: 1px solid #eee;
    font-size: 10px;
    line-height: 15px;
    color: #cccccc;
    position: relative;
  }
  .main_content__header .main_content__looking:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 12px;
    height: 8px;
    background: url("../img/looking.svg") 0 50%/contain no-repeat;
    top: calc(50% - 5px);
    left: 2px;
  }
  .main_content__header .main_content__time {
    padding: 0 0 0 2px;
    font-size: 10px;
    line-height: 15px;
    color: #cccccc;
    position: relative;
  }

  .support__search_form {
    max-width: 300px;
  }

  .search__window {
    width: 300px;
  }

  .server_status__item_1 {
    margin: 0 0px 15px;
  }
  .server_status__item_1.online, .server_status__item_1.offline, .server_status__item_1.maintenance {
    padding-left: 34px;
  }

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

  .application_form {
    padding: 30px 0px 80px;
  }

  .application_form_section .container {
    padding: 0 10px;
  }
}
@media (max-width: 373px) {
  .requirements__span {
    margin: 0 0 10px;
    display: block;
  }

  .requirements__button {
    display: block;
  }
}