@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

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

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

/*--------------------*/
.burger-menu {
  visibility: hidden;
  width: 0;
  height: 0;
  font-family: "reaver";
  margin-left: 10px;
}

@media (max-width: 1000px) {
  .burger-menu {
    visibility: visible;
    width: auto;
    height: auto;
  }
}
.burger-menu_button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 30;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.burger-menu_button:hover .burger-menu_lines {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.burger-menu_lines::before,
.burger-menu_lines::after,
.burger-menu_lines {
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #EDC08A;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.burger-menu_lines {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.burger-menu_lines::before {
  content: "";
  top: -12px;
}

.burger-menu_lines::after {
  content: "";
  top: 12px;
}

.burger-menu_active .burger-menu_lines {
  background-color: transparent;
}

.burger-menu_active .burger-menu_lines::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.burger-menu_active .burger-menu_lines::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.burger-menu_nav {
  position: fixed;
  top: 0;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(64, 47, 38, 0.8);
  overflow-y: auto;
  right: -100%;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.burger-menu_active .burger-menu_nav {
  right: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.burger-menu_link {
  padding: 18px 35px;
  font-weight: 600;
  font-size: 20px;
  text-decoration: none;
  letter-spacing: 0.5px;
  color: #EDC08A;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.burger-menu_link:hover {
  color: #ffb25a;
}

.burger-menu_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
}

.burger-menu_active .burger-menu_overlay {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}

@font-face {
  font-family: "reaver";
  src: url("../fonts/reaver-regular.woff2") format("woff2"), url("../fonts/reaver-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "reaver";
  src: url("../fonts/reaver-black.woff2") format("woff2"), url("../fonts/reaver-black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "reaver";
  src: url("../fonts/reaver-semibold.woff2") format("woff2"), url("../fonts/reaver-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "reaver";
  src: url("../fonts/reaver-bold.woff2") format("woff2"), url("../fonts/reaver-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "reaver";
  src: url("../fonts/reaver-light.woff2") format("woff2"), url("../fonts/reaver-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

.mainpage {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #402F26;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}

.gradient_top {
  position: absolute;
  top: 62px;
  z-index: 1;
  background: url("../img/gradient_top.png") center no-repeat;
  width: 100%;
  height: 64px;
}

.gradient_bottom {
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: url("../img/gradient_bottom.png") center no-repeat;
  width: 100%;
  height: 100px;
}

@media (max-width: 1380px) {
  .gradient_bottom {
    height: 80px;
  }
}
@media (max-width: 320px) {
  .gradient_bottom {
    visibility: hidden;
  }
}
.navbar {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 60px;
  background-color: #7E4F35;
}

.navbar__container {
  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;
  max-width: 1370px;
  height: 100%;
  margin: 0 auto;
}

@media (max-width: 1380px) {
  .navbar__container {
    padding: 0 30px;
  }
}
/*
logo.png
*/
.navbar__logo_img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url("../../i.imgur.com/ZyeP6v9.png") center no-repeat;
  width: 65px;
  height: 45px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.navbar__logo_img:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.navbar__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 70px;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .navbar__menu {
    gap: 60px;
  }
}
@media (max-width: 1000px) {
  .navbar__menu {
    visibility: hidden;
    width: 0;
    height: 0;
  }
}
.menu__item-link {
  font-family: "reaver";
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #EDC08A;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu__item-link:hover {
  color: #ffb25a;
}

@media (max-width: 1100px) {
  .menu__item-link {
    font-size: 16px;
  }
}
.navbar__hr {
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.42%, #DC9644), color-stop(23.12%, #D69446), color-stop(42.99%, #FFCE94), color-stop(64.44%, #E89432), color-stop(82.22%, #AD6919), color-stop(97.38%, #DD9D53));
  background: linear-gradient(90deg, #DC9644 -0.42%, #D69446 23.12%, #FFCE94 42.99%, #E89432 64.44%, #AD6919 82.22%, #DD9D53 97.38%);
}

.header {
  position: relative;
  background: url("../img/head.jpg") center center no-repeat;
  margin: 0 auto;
  max-width: 1920px;
  height: 600px;
}

@media (max-width: 700px) {
  .header {
    height: 450px;
  }
}
@media (max-width: 421px) {
  .header {
    height: 450px;
  }
}
.header__social {
  position: absolute;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 81px;
  height: 250px;
  top: 186px;
  right: 0;
  background: rgba(237, 192, 138, 0.25);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid #C48840;
  z-index: 50;
}

@media (max-width: 1200px) {
  .header__social {
    visibility: hidden;
    width: 0;
    height: 0;
  }
}
.social {
  width: 63px;
  height: 61px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.social:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.vk {
  background: url("../img/vk.png") center no-repeat;
}

.ds {
  background: url("../img/ds.png") center no-repeat;
}

.tg {
  background: url("../img/tg.png") center no-repeat;
}

.header__container {
  position: relative;
  z-index: 1;
  max-width: 1370px;
  height: 600px;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1500px) {
  .header__container {
    padding: 0 30px;
  }
}
@media (max-width: 1380px) {
  .header__container {
    overflow: hidden;
    height: 100%;
  }
}
.header__welcome {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

@media (max-width: 1200px) {
  .header__welcome {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__title {
  font-family: "reaver";
  font-weight: 900;
  font-size: 50px;
  line-height: 72px;
  letter-spacing: 0.015em;
  color: #FFFFFF;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 600px) {
  .header__title {
    font-size: 33px;
    line-height: 52px;
  }
}
.header__subtitle {
  width: 550px;
  font-family: "Arial";
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #F9EBD7;
  margin: 2px 0 19px 0;
}

@media (max-width: 600px) {
  .header__subtitle {
    font-size: 16px;
    width: 100%;
  }
}
.header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-family: "reaver";
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  gap: 20px;
}

@media (max-width: 600px) {
  .header__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 18px;
    gap: 15px;
  }
}
.btn_primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 45px;
  background-color: #FFA53B;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

.btn_primary:hover {
  background-color: #ff971f;
}

.btn_primary::before {
  position: absolute;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.397);
  -webkit-animation: shiny-btn1 3s ease-in-out infinite;
          animation: shiny-btn1 3s ease-in-out infinite;
}

@-webkit-keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.btn_secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 45px;
  border: 2px solid #FFA53C;
  color: rgb(226, 226, 226);
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn_secondary:hover {
  background-color: #FFA53B;
  color: #fff;
}

.header__character {
  position: absolute;
  background: url("../img/character.png") center no-repeat;
  top: 8px;
  left: 532px;
  width: 977px;
  height: 592px;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1380px) {
  .header__character {
    left: 550px;
  }
}
@media (max-width: 1200px) {
  .header__character {
    visibility: hidden;
  }
}
@media (max-width: 421px) {
  .header__character {
    -webkit-transform: scale(60%);
            transform: scale(60%);
    top: 0px;
    left: -490px;
    visibility: visible;
  }
}
.about__hr {
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.42%, #DC9644), color-stop(23.12%, #D69446), color-stop(42.99%, #FFCE94), color-stop(64.44%, #E89432), color-stop(82.22%, #AD6919), color-stop(97.38%, #DD9D53));
  background: linear-gradient(90deg, #DC9644 -0.42%, #D69446 23.12%, #FFCE94 42.99%, #E89432 64.44%, #AD6919 82.22%, #DD9D53 97.38%);
}

.about {
  width: 100%;
  height: 110px;
  background-color: #7E4F35;
}

.about__container {
  height: 110px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  -webkit-transform: scale(95%);
          transform: scale(95%);
}

@media (max-width: 1500px) {
  .about__container {
    gap: 50px;
    -webkit-transform: scale(90%);
            transform: scale(90%);
  }
}
@media (max-width: 700px) {
  .about__container {
    gap: 20px;
    -webkit-transform: scale(80%);
            transform: scale(80%);
  }
}
@media (max-width: 600px) {
  .about__container {
    -webkit-transform: scale(70%);
            transform: scale(70%);
  }
}
@media (max-width: 500px) {
  .about__container {
    -webkit-transform: scale(80%);
            transform: scale(80%);
  }
}
.about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 458px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1100px) {
  .about__item {
    max-height: 72px;
    min-width: 365px;
  }
}
@media (max-width: 1100px) {
  .about__item {
    max-height: 72px;
  }
}
.item_image {
  margin-right: 15px;
  width: 91px;
  height: 82px;
}

.item_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.item_title {
  font-family: "reaver";
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  color: #FFA53B;
  white-space: nowrap;
}

.item_subtitle {
  font-family: "Arial";
  max-width: 380px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.015em;
  color: #F9EBD7;
}

.last {
  width: 402px;
}

@media (max-width: 1100px) {
  .last {
    position: absolute;
    visibility: hidden;
    width: 0px;
    height: 0px;
  }
}
.remove {
  visibility: visible;
}

@media (max-width: 500px) {
  .remove {
    position: absolute;
    visibility: hidden;
    width: 0px;
    height: 0px;
  }
}
.bottom {
  margin-bottom: 72px;
}

@media (max-width: 1100px) {
  .bottom {
    margin-bottom: 45px;
  }
}
.content__container {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  max-width: 1370px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1500px) {
  .content__container {
    padding: 0 30px;
  }
}
@media (max-width: 1100px) {
  .content__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content__primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 970px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1100px) {
  .content__primary {
    max-width: 100%;
  }
}
.content__primary_swiper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 340px;
  border: 1px solid #C48840;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1380px) {
  .content__primary_swiper {
    max-width: 850px;
  }
}
@media (max-width: 1100px) {
  .content__primary_swiper {
    max-width: 100%;
  }
}
.swiper-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 970px;
  height: 340px;
}

.swiper__control {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 10;
  gap: 120px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 50%;
  top: 90%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.swiper__control-next {
  position: relative;
  z-index: 10;
  background: url("../img/arrow_next.html") center no-repeat;
  width: 11px;
  height: 22px;
  color: #EDC08A;
  padding-right: 20px;
  cursor: pointer;
}

.swiper__control-prev {
  position: relative;
  z-index: 10;
  background: url("../img/arrow_prev.html") center no-repeat;
  width: 11px;
  height: 22px;
  color: #EDC08A;
  padding-left: 20px;
  cursor: pointer;
}

@media (max-width: 600px) {
  .swiper__control-next {
    visibility: hidden;
  }
}
@media (max-width: 600px) {
  .swiper__control-prev {
    visibility: hidden;
  }
}
.swiper__content {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 100px 0 0 40px;
}

@media (max-width: 600px) {
  .swiper__content {
    padding: 0;
    left: 50%;
    top: 48%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .swiper__content {
    padding: 0 30px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.swiper__title {
  font-family: "reaver";
  font-weight: 700;
  font-size: 36px;
  line-height: 52px;
  color: #FFA53B;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  margin-bottom: 1px;
}

@media (max-width: 600px) {
  .swiper__title {
    line-height: 40px;
    margin-bottom: 3px;
  }
}
@media (max-width: 500px) {
  .swiper__title {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 5px;
  }
}
.swiper__subtitle {
  max-width: 739px;
  max-height: 64px;
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.015em;
  color: #F9EBD7;
  margin-bottom: 10px;
  overflow: hidden;
}

@media (max-width: 600px) {
  .swiper__subtitle {
    max-width: 460px;
  }
}
@media (max-width: 500px) {
  .swiper__subtitle {
    max-width: 400px;
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.swiper__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-family: "reaver";
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 10px 40px;
  background-color: #FFA53B;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 600px) {
  .swiper__button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    text-align: center;
  }
}
.swiper__button:hover {
  background-color: #ff971f;
}

.swiper__image {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 970px;
  width: 100%;
  max-height: 380px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 1100px) {
  .swiper__image {
    max-width: 1200px;
    min-width: 970px;
    width: 100%;
    min-height: 340px;
  }
}
.swiper__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  width: 100%;
  min-height: 338px;
  height: 100%;
}

@media (max-width: 1100px) {
  .swiper__img {
    min-width: 970px;
    width: 100%;
    min-height: 340px;
    height: 100%;
  }
}
.swiper__gradient {
  position: absolute;
  z-index: 4;
  background: url("../img/swiper_gradient.png") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.content__primary_media {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1370px;
  height: 222px;
  border: 1px solid #C48840;
  margin: 30px 0 30px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.content__primary_media::-webkit-scrollbar {
  height: 8px;
}

.content__primary_media::-webkit-scrollbar-track {
  background-color: #2E2723;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.content__primary_media::-webkit-scrollbar-thumb {
  background-color: #7E4F35;
}

@media (max-width: 1380px) {
  .content__primary_media {
    max-width: 850px;
  }
}
@media (max-width: 1100px) {
  .content__primary_media {
    max-width: 100%;
  }
}
@media (max-width: 1000px) {
  .content__primary_media {
    overflow-y: hidden;
    overflow-x: scroll;
  }
}
@media (max-width: 420px) {
  .content__primary_media {
    margin: 30px 0 0 0;
  }
}
.media__item {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 220px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 155px;
}

.media__item:hover {
  z-index: 20;
  -webkit-transform: scale(110%);
          transform: scale(110%);
  -webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1000px) {
  .media__item {
    min-width: 200px;
  }
}
.media__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.media__gradient {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  max-width: 194px;
  max-height: 220px;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(9.25%, rgba(64, 47, 38, 0)), color-stop(39.79%, rgba(57, 44, 37, 0.9)), to(#2E2723));
  background: linear-gradient(180deg, rgba(64, 47, 38, 0) 9.25%, rgba(57, 44, 37, 0.9) 39.79%, #2E2723 100%);
}

@media (max-width: 1100px) {
  .media__gradient {
    max-width: 100%;
  }
}
.media__image {
  position: absolute;
  z-index: 1;
  width: 414px;
  height: 240px;
  overflow: hidden;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.media__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 194px;
  text-align: left;
  z-index: 4;
  margin: 0 0 10px 13px;
}

.media__username {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: "Arial";
  max-height: 20px;
  max-width: 140px;
  font-weight: 400;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0.015em;
  color: #B2A899;
  margin-bottom: 3px;
}

.media__username::before {
  content: url("../img/user.html");
  margin-right: 4px;
  width: 20px;
  height: 20px;
  color: #B2A899;
}

.media_name {
  max-width: 163px;
  max-height: 22px;
  font-family: "reaver";
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.015em;
  color: #F9EBD7;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.primary__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 970px;
  max-height: 60px;
  width: 100%;
  height: 60px;
  font-family: "reaver";
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  gap: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1100px) {
  .primary__buttons {
    max-width: 100%;
  }
}
@media (max-width: 421px) {
  .primary__buttons {
    visibility: hidden;
    width: 0;
    height: 0;
  }
}
.primary__buttons_about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 583px;
  width: 100%;
  background-color: #66422F;
  color: #EDC08A;
  border: 1px solid #C48840;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.primary__buttons_about:hover {
  color: #ffb25a;
}

@media (max-width: 1100px) {
  .primary__buttons_about {
    max-width: 100%;
  }
}
.primary__buttons_start {
  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;
  max-width: 357px;
  width: 100%;
  background-color: #FFA53B;
  color: #fff;
  border: 1px solid #C48840;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.primary__buttons_start:hover {
  background-color: #ff971f;
}

.content__secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content__mmotop {
  position: relative;
  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;
  max-width: 470px;
  height: 113px;
  width: 100%;
  background-color: #7E4F35;
  border: 1px solid #C48840;
  overflow: visible;
  margin-bottom: 30px;
}

@media (max-width: 1100px) {
  .content__mmotop {
    visibility: hidden;
    margin-bottom: 0;
    width: 0;
    height: 0;
  }
}
.mmotop__image {
  position: absolute;
  z-index: 1;
  background: url("../img/mmotop_bg.jpg") center no-repeat;
  background-size: cover;
  opacity: 0.3;
  width: 100%;
  height: 100%;
}

.mmotop__character {
  position: absolute;
  z-index: 2;
  background: url("../img/mmotop_woman.png") center no-repeat;
  width: 100%;
  height: 100%;
}

.mmotop__link {
  position: absolute;
  z-index: 3;
  background: url("../img/mmotop.png") center no-repeat;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mmotop__link:hover {
  -webkit-transform: scale(105%);
          transform: scale(105%);
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

@media (max-width: 1380px) {
  .mmotop__link {
    -webkit-transform: scale(90%);
            transform: scale(90%);
  }
}
.content__news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #7E4F35;
  border: 1px solid #C48840;
}

.news__title {
  font-family: "reaver";
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.015em;
  text-align: center;
  color: #EDC08A;
  margin: 20px 0 20px 0;
}

.news__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #66422F;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0 20px 24px;
  overflow: hidden;
}

.news__block_img {
  max-width: 70px;
  max-height: 70px;
  width: 100%;
  height: 100%;
  margin-right: 18px;
}

.news__block_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.news__block_misc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 6px;
  max-height: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.misc__title {
  font-family: "reaver";
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}

.misc__title::after {
  content: " ]";
}

.misc__title::before {
  content: "[ ";
}

.important {
  color: #ED8A8A;
}

.news {
  color: #8AC9ED;
}

.promo {
  color: #A4ED8A;
}

.event {
  color: #B68AED;
}

.misc__date {
  font-family: "Arial";
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #A69275;
}

.news__block_title {
  font-family: "reaver";
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  max-width: 240px;
  width: 100%;
  max-height: 24px;
  color: #FFFFFF;
  margin-bottom: 2px;
  letter-spacing: 0.015em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

@media (max-width: 1100px) {
  .news__block_title {
    max-width: 540px;
  }
}
.news__block_text {
  font-family: "Arial";
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #F9EBD7;
  max-height: 32px;
  max-width: 218px;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1380px) {
  .news__block_text {
    max-width: 290px;
  }
}
@media (max-width: 1281px) {
  .news__block_text {
    max-width: 200px;
  }
}
@media (max-width: 1100px) {
  .news__block_text {
    max-width: 840px;
  }
}
.alt {
  background-color: transparent;
}

.footer {
  z-index: 2;
  position: relative;
  margin: 0 auto;
  max-width: 1370px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media (max-width: 1100px) {
  .footer {
    max-width: 100%;
    padding: 0 30px;
    overflow: hidden;
  }
}
.footer__container {
  position: relative;
  width: 100%;
  z-index: 10;
  margin: 70px 0 53px 0;
}

@media (max-width: 1100px) {
  .footer__container {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .footer__container {
    margin: 40px 0 53px 0;
  }
}
/*
footer.png
*/
.footer__img {
  background: url("../../i.imgur.com/nQ7EDds.png") center no-repeat;
  max-width: 1127px;
  height: 52px;
  margin: 0 auto;
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  font-family: "reaver";
  font-weight: 600;
  font-size: 14px;
  margin: 26px 0 29px 0;
}

@media (max-width: 1100px) {
  .footer__menu {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 24px;
  }
}
.footer__menu_link {
  color: #AB885F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer__menu_link:hover {
  color: #c38a49;
}

.footer__misc {
  font-family: "Arial";
  font-weight: 400;
  font-size: 14px;
  color: #897A68;
}

.footer__misc_license {
  margin-bottom: 10px;
}

.footer__misc_author {
  color: #897A68;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

.footer__bg {
  position: absolute;
  z-index: 1;
  bottom: 0;
  opacity: 0.2;
  background: url("../img/footer_bg.png") center no-repeat;
  width: 1920px;
  height: 550px;
}

.select {
  max-width: 50px;
  background-color: transparent;
  width: 100%;
  height: 100%;
  position: relative;
  font-family: "reaver";
  font-size: 16px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #EDC08A;
  cursor: pointer;
}

.select_link {
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  height: 100%;
  background-color: #7E4F35;
  border: 1px solid #C48840;
  text-decoration: none;
}

.header__start {
  position: relative;
  background: url("../img/head.jpg") center center no-repeat;
  margin: 0 auto;
  max-width: 1920px;
  height: 473px;
}

@media (max-width: 700px) {
  .header__start {
    height: 450px;
  }
}
@media (max-width: 421px) {
  .header__start {
    height: 450px;
  }
}
.header__container_start {
  position: relative;
  z-index: 1;
  max-width: 1370px;
  height: 100%;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1500px) {
  .header__container_start {
    padding: 0 30px;
  }
}
@media (max-width: 1380px) {
  .header__container_start {
    overflow: hidden;
    height: 100%;
  }
}
.header__social_start {
  position: absolute;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 81px;
  height: 250px;
  top: 115px;
  right: 0;
  background: rgba(237, 192, 138, 0.25);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid #C48840;
  z-index: 50;
}

@media (max-width: 1200px) {
  .header__social_start {
    visibility: hidden;
    width: 0;
    height: 0;
  }
}
.header__character_start {
  position: absolute;
  background: url("../img/character_start.png") center no-repeat;
  top: 2px;
  left: 810px;
  width: 600px;
  height: 471px;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1200px) {
  .header__character_start {
    left: 690px;
  }
}
@media (max-width: 1000px) {
  .header__character_start {
    left: 55%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.about__container_start {
  height: 110px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

@media (max-width: 1500px) {
  .about__container_start {
    -webkit-transform: scale(90%);
            transform: scale(90%);
  }
}
@media (max-width: 700px) {
  .about__container_start {
    -webkit-transform: scale(80%);
            transform: scale(80%);
  }
}
@media (max-width: 600px) {
  .about__container_start {
    -webkit-transform: scale(70%);
            transform: scale(70%);
  }
}
@media (max-width: 500px) {
  .about__container_start {
    -webkit-transform: scale(80%);
            transform: scale(80%);
  }
}
.about__start {
  background: url("../img/start.png") center no-repeat;
  width: 376px;
  height: 57px;
}

.content__start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 550px) {
  .content__start {
    gap: 110px;
  }
}
.start__block {
  position: relative;
  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;
  max-width: 1370px;
  width: 100%;
  height: 177px;
  border: 1px solid #C48840;
}

.block__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 760px) {
  .block__container {
    -webkit-transform: scale(90%);
            transform: scale(90%);
  }
}
@media (max-width: 500px) {
  .block__container {
    -webkit-transform: scale(80%);
            transform: scale(80%);
  }
}
.bls {
  top: -2px;
  margin-bottom: 0 !important;
}

.start__block:nth-child(1n) {
  background: url("../img/start1.jpg") center center no-repeat;
}

.start__block:nth-child(2n) {
  background: url("../img/start2.jpg") center center no-repeat;
}

.start__block:nth-child(3n) {
  background: url("../img/start3.jpg") center center no-repeat;
}

.start_title {
  font-family: "reaver";
  font-weight: 700;
  font-size: 36px;
  line-height: 52px;
  text-align: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #EDC08A;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  margin-bottom: 2px;
  white-space: nowrap;
}

.start_subtitle {
  max-width: 492px;
  font-family: "Arial";
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #F9EBD7;
  margin-bottom: 23px;
}

.btn_start {
  font-family: "reaver";
  font-weight: 700;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 15px 45px;
  background-color: #FFA53B;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn_start:hover {
  background-color: #ff971f;
}

.start__download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}

@media (max-width: 600px) {
  .start__download {
    -webkit-transform: scale(90%);
            transform: scale(90%);
    gap: 5px;
  }
}
@media (max-width: 500px) {
  .start__download {
    -webkit-transform: scale(90%);
            transform: scale(90%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.btn_start_dl {
  font-family: "reaver";
  font-weight: 700;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 15px 45px;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}

.btn_start_dl:nth-child(1n) {
  background-color: #3CB9FF;
}

.btn_start_dl:nth-child(1n):hover {
  background-color: #1ba5f5;
}

.btn_start_dl:nth-child(2n) {
  background-color: #80BD63;
}

.btn_start_dl:nth-child(2n):hover {
  background-color: #66b143;
}

.btn_start_dl:nth-child(3n) {
  background-color: #fdd02a;
}

.btn_start_dl:nth-child(3n):hover {
  background-color: #edbd10;
}

.active {
  color: #ffb25a;
}

.about__top {
  background: url("../img/top.png") center no-repeat;
  width: 334px;
  height: 56px;
}

.content__top {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1170px;
  width: 100%;
  gap: 30px;
}

.top__block {
  background-color: #7E4F35;
  border: 1px solid #C48840;
  min-width: 320px;
  max-width: 570px;
  width: 50%;
  max-height: 375px;
  font-family: "reaver";
  font-weight: 700;
  overflow: hidden;
}

.top__title {
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.015em;
  color: #EDC08A;
  margin: 20px 0;
}

.top__stats {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 9%;
  color: #EDC08A;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.015em;
  font-size: 16px;
  height: 50px;
  border: solid #C48840;
  border-width: 1px 0;
  text-align: center;
}

@media (max-width: 1080px) {
  .top__stats {
    gap: 8%;
  }
}
@media (max-width: 700px) {
  .top__stats {
    gap: 5%;
  }
}
.top__stats_pos {
  width: 50px;
}

.top__stats_name {
  width: 180px;
}

.top__stats_class {
  width: 70px;
}

.top__stats_main {
  width: 100px;
}

.top__list {
  color: #F9EBD7;
  max-height: 250px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.top__list::-webkit-scrollbar {
  width: 8px;
  position: absolute;
}

.top__list::-webkit-scrollbar-track {
  background-color: #523626;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.top__list::-webkit-scrollbar-thumb {
  background-color: #7E4F35;
}

.top__list_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9%;
  height: 50px;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.015em;
  background-color: #66422F;
}

.top__list_item:nth-child(even) {
  background-color: transparent;
}

.item_pos {
  position: relative;
  left: 3px;
  width: 50px;
}

.item_name {
  position: relative;
  left: 4px;
  width: 180px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.item_class {
  position: relative;
  left: 5px;
  width: 70px;
}

.item_class_img {
  width: 30px;
  height: 30px;
}

.item_main {
  position: relative;
  left: 5px;
  width: 100px;
}