@font-face {
  font-family: "Montserrat-Regular";
  src: local("Montserrat Regular"), url("/fonts/Montserrat/MontserratRegular/Montserrat-Regular.woff2") format("woff2"), url("/fonts/Montserrat/MontserratRegular/Montserrat-Regular.woff") format("woff"), url("/fonts/Montserrat/MontserratRegular/Montserrat-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: local("Montserrat SemiBold"), url("/fonts/Montserrat/MontserratSemiBold/Montserrat-SemiBold.woff2") format("woff2"), url("/fonts/Montserrat/MontserratSemiBold/Montserrat-SemiBold.woff") format("woff"), url("/fonts/Montserrat/MontserratSemiBold/Montserrat-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: local("Montserrat Bold"), url("/fonts/Montserrat/MontserratBold/Montserrat-Bold.woff2") format("woff2"), url("/fonts/Montserrat/MontserratBold/Montserrat-Bold.woff") format("woff"), url("/fonts/Montserrat/MontserratBold/Montserrat-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Montserrat-Black";
  src: local("Montserrat Black"), url("/fonts/Montserrat/MontserratBlack/Montserrat-Black.woff2") format("woff2"), url("/fonts/Montserrat/MontserratBlack/Montserrat-Black.woff") format("woff"), url("/fonts/Montserrat/MontserratBlack/Montserrat-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Comfortaa-Regular";
  src: local("Comfortaa-Regular"), url("/fonts/Comfortaa/ComfortaaRegular/Comfortaa-Regular.woff2") format("woff2"), url("/fonts/Comfortaa/ComfortaaRegular/Comfortaa-Regular.woff") format("woff"), url("/fonts/Comfortaa/ComfortaaRegular/Comfortaa-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Comfortaa-Bold";
  src: local("Comfortaa-Bold"), url("/fonts/Comfortaa/ComfortaaBold/Comfortaa-Bold.woff2") format("woff2"), url("/fonts/Comfortaa/ComfortaaBold/Comfortaa-Bold.woff") format("woff"), url("/fonts/Comfortaa/ComfortaaBold/Comfortaa-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Tobi-Greek-Regular";
  src: local("Tobi-Greek-Regulard"), url("/fonts/TobiGreek/Tobi-Greek-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
}
html,
body {
  min-width: 320px;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Montserrat-Regular", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll;
}
body.stop_scroll {
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  body {
    overflow-x: hidden;
  }
}

.page-wrapper {
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.page-wrapper .header, .page-wrapper .footer {
  flex: 0;
}
.page-wrapper .page-content {
  flex: 1;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  margin-right: 4px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #D8D8D8;
}

a {
  color: #000;
  text-decoration: underline;
}
a:hover {
  color: #FF9D00;
}

.marker-orange {
  color: #FF9D00;
}
.marker-white {
  color: #fff;
}
.marker-bolder {
  font-family: "Montserrat-Bold", sans-serif;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

::-webkit-scrollbar-thumb {
  background-color: #FF9D00;
  border-radius: 4px;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 40rem #ffff inset;
}

.container {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0 12px;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .container {
    padding: 0 48px;
  }
}
@media only screen and (min-width: 1024px) {
  .container {
    padding: 0 60px;
  }
}
@media only screen and (min-width: 1280px) {
  .container {
    box-sizing: content-box;
    padding: 0 20px;
    max-width: 1120px;
  }
}
@media only screen and (min-width: 1440px) and (min-width: 1500px) {
  .container {
    max-width: 1200px;
  }
}
.base-text__h1 {
  font-family: "Comfortaa-Bold", sans-serif;
  font-size: 36px;
  line-height: 42px;
  text-shadow: 1px 5px 4px rgba(51, 51, 51, 0.5);
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .base-text__h1 {
    font-size: 60px;
    line-height: 64px;
  }
}
@media only screen and (min-width: 1024px) {
  .base-text__h1 {
    font-size: 96px;
    line-height: 120px;
  }
}
.base-text__h2 {
  font-family: "Montserrat-Black", sans-serif;
  color: #000000;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .base-text__h2 {
    font-size: 36px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 1024px) {
  .base-text__h2 {
    font-size: 48px;
    line-height: 52px;
  }
}
.base-text__h3 {
  font-size: 18px;
  line-height: 24px;
  font-family: "Comfortaa-Bold", sans-serif;
  color: #000000;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .base-text__h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .base-text__h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 60px;
  }
}
.base-text__h4 {
  font-size: 16px;
  line-height: 20px;
  font-family: "Montserrat-Bold", sans-serif;
  margin-bottom: 20px;
  color: #000000;
}
.base-text__h4:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .base-text__h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .base-text__h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
.base-text__text-general {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
  font-family: "Montserrat-Regular", sans-serif;
  letter-spacing: 0.39px;
  color: #000000;
}
.base-text__text-general:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .base-text__text-general {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .base-text__text-general {
    font-size: 20px;
    line-height: 28px;
  }
}
.base-text__text-bold {
  font-family: "Montserrat-Bold", sans-serif;
  text-decoration: none;
}
.base-text__text--orange {
  color: #FF9D00;
}
.base-text__text--white {
  color: #ffffff;
}

.custom_btn, .custom_btn-border {
  width: auto;
  min-width: 218px;
  height: 44px;
  color: #000;
  font-size: 18px;
  line-height: 14px;
  cursor: pointer;
  border-radius: 8px;
  box-sizing: border-box;
  background-color: #FF9D00;
  border: 2px solid #FF9D00;
  font-family: "Montserrat-Bold", sans-serif;
}
.custom_btn:disabled, .custom_btn-border:disabled {
  background-color: #F8F8F8;
  border-color: #DADADA;
  color: #DADADA;
  cursor: not-allowed;
}
.custom_btn:active, .custom_btn-border:active {
  background-color: #FFE6AE;
  border-color: #FF9D00;
  color: #303030;
}
.custom_btn:hover, .custom_btn:focus:hover, .custom_btn-border:hover, .custom_btn-border:focus:hover {
  background-color: #FFBF1C;
  border-color: #FFBF1C;
  color: #303030;
}
.custom_btn:focus, .custom_btn-border:focus {
  background-color: #FFDA86;
  border-color: #FFDA86;
  color: #303030;
}

.custom_btn {
  display: block;
  text-align: center;
  padding: 14px 0;
  text-decoration: none;
  min-width: 280px;
}

.custom_btn-border {
  background: none;
  border: 1px solid #FF9D00;
  color: #fcb514;
}

.button-arrow {
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-scroll-to-top {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  background-color: #FF9D00;
  border-radius: 8px;
  cursor: pointer;
}
.btn-scroll-to-top + .btn-vacancies {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .btn-scroll-to-top {
    width: 55px;
    height: 55px;
  }
}
@media only screen and (min-width: 1440px) {
  .btn-scroll-to-top {
    width: 60px;
    height: 60px;
    left: 40px;
  }
}

@media screen and (max-width: 768px) {
  a.custom_btn {
    min-width: 218px;
    height: 44px;
  }
}
@media only screen and (min-width: 768px) {
  a.custom_btn {
    max-width: 242px;
    height: 52px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  a.custom_btn {
    min-width: 260px;
    height: 52px;
  }
}
@media only screen and (min-width: 1440px) {
  a.custom_btn {
    min-width: 280px;
    height: 60px;
    font-size: 24px;
    line-height: 28px;
  }
}
.header {
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000000;
  z-index: 3;
  transition: background-color 0.8s ease, box-shadow 0.6s ease, margin 0.4s ease;
  -webkit-transition: background-color 0.8s ease, box-shadow 0.6s ease, margin 0.4s ease;
}
.header__logo {
  display: flex;
  align-items: center;
  z-index: 5;
}
.header__logo .logo__link,
.header__logo .logo__img {
  display: block;
}
.header__container {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.menu-horizontal {
  display: none;
  padding: 0;
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.menu-horizontal__list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 88px;
  min-height: 100%;
}
.menu-horizontal__item {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
}
.menu-horizontal__link {
  display: block;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  text-transform: none;
  font-size: 18px;
  line-height: 24px;
  font-family: "Montserrat-Regular", sans-serif;
  text-decoration: none;
  text-shadow: none;
}
.menu-horizontal__link:hover {
  color: #FF9D00;
}
.menu-horizontal__link.active-link {
  text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
}
.menu-horizontal__link.active-link:hover {
  text-shadow: 0 0 1px #FF9D00, 0 0 1px #FF9D00, 0 0 1px #FF9D00, 0 0 1px #FF9D00, 0 0 1px #FF9D00, 0 0 1px #FF9D00, 0 0 1px #FF9D00, 0 0 1px #FF9D00, 0 0 1px #FF9D00, 0 0 1px #FF9D00, 0 0 1px #FF9D00, 0 0 1px #FF9D00, 0 0 1px #FF9D00;
}

.submenu-lang__button {
  padding: 0;
  width: 34px;
  height: 24px;
  position: relative;
  text-align: left;
  background: transparent;
  box-shadow: none;
  border: none;
  text-transform: capitalize;
}
.submenu-lang__button:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-top: 4px solid #ffffff;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 0 solid transparent;
  right: 0;
  top: 50%;
  transition: transform 0.3s;
}
.submenu-lang__button.active:before {
  content: "";
  transform: rotate(180deg);
  transition: transform 0.3s;
}
.submenu-lang__list {
  width: 124px;
  background: #000000;
  position: absolute;
  padding: 20px 0;
  top: 78px;
  right: 16px;
}
.submenu-lang__item {
  text-align: left;
  box-sizing: border-box;
  background: transparent;
  box-shadow: none;
}
.submenu-lang__link {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none;
  padding: 6px 20px;
}
.submenu-lang__link:hover {
  cursor: pointer;
  background: #FF9D00;
  color: #ffffff;
}
.submenu-lang__link.active {
  font-family: "Montserrat-Bold", sans-serif;
}

.menu-lang__list {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menu-lang__item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 32px;
  text-align: center;
}
.menu-lang__link {
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none;
}
.menu-lang__link.active {
  font-family: "Montserrat-Bold", sans-serif;
}
.menu-lang:before {
  content: "";
  width: 100%;
  max-width: 100%;
  height: 1px;
  background: #ffffff;
  opacity: 0.5;
  display: block;
}

.options-menu {
  display: flex;
  align-items: center;
}
.options-menu__link {
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none;
  margin-right: 16px;
  text-transform: capitalize;
}
.options-menu__link.active {
  color: #FF9D00;
  z-index: 4;
}

/* .general .menu-horizontal__item:first-child a, */
.general .home,
.game_page .games,
.investors .investors,
.singlenews .news,
.newslist .news,
.category .news,
.jobs_page .careers,
.about_page .about.active,
.about_page .careers.active {
  font-family: "Montserrat-Regular", sans-serif;
  text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
}
.general .home:hover,
.game_page .games:hover,
.investors .investors:hover,
.singlenews .news:hover,
.newslist .news:hover,
.category .news:hover,
.jobs_page .careers:hover,
.about_page .about.active:hover,
.about_page .careers.active:hover {
  color: #FF9D00;
  text-shadow: 0 0 1px #FF9D00, 0 0 1px #FF9D00, 0 0 1px #FF9D00, 0 0 1px #FF9D00, 0 0 1px #FF9D00, 0 0 1px #FF9D00, 0 0 1px #FF9D00, 0 0 1px #FF9D00, 0 0 1px #FF9D00, 0 0 1px #FF9D00, 0 0 1px #FF9D00, 0 0 1px #FF9D00, 0 0 1px #FF9D00;
}

.about_page.careers .about {
  text-shadow: none;
}
.about_page.careers .about:hover {
  color: #FF9D00;
}
.about_page.careers .careers {
  text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
}
.about_page.careers .careers:hover {
  color: #FF9D00;
  text-shadow: 0 0 1px #FF9D00, 0 0 1px #FF9D00, 0 0 1px #FF9D00, 0 0 1px #FF9D00, 0 0 1px #FF9D00, 0 0 1px #FF9D00, 0 0 1px #FF9D00, 0 0 1px #FF9D00, 0 0 1px #FF9D00, 0 0 1px #FF9D00, 0 0 1px #FF9D00, 0 0 1px #FF9D00, 0 0 1px #FF9D00;
}

.heroWars .hw.header-submenu__link,
.islandExperiment .ie.header-submenu__link,
.chibiIsland .ci.header-submenu__link,
.throneRush .tr.header-submenu__link,
.islandHoppers .ih.header-submenu__link,
.jobs_page .alljobs.header-submenu__link {
  font-family: "Montserrat-Bold", sans-serif;
}

.header-submenu {
  background-color: #000000;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 20px 0;
  width: 240px;
  box-sizing: border-box;
  position: absolute;
  top: 78px;
  left: 0;
  transition: none;
  box-shadow: 0 19px 35px rgba(0, 0, 0, 0.11);
}
.header-submenu__item {
  width: 100%;
  display: block;
}
.header-submenu__link {
  display: block;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  text-transform: none;
  padding: 6px 24px;
  line-height: 24px;
  font-size: 18px;
  font-family: "Montserrat-Regular", sans-serif;
  text-decoration: none;
  text-shadow: none;
}
.header-submenu__link:hover {
  background-color: #FF9D00;
  color: #ffffff;
}

.header-submenu--ru {
  width: 340px;
}

.header__menu-button {
  display: block;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  position: relative;
  background-image: url("/images/icon-menu-btn.svg");
  background-repeat: no-repeat;
  transition: all 0.5s ease-in-out;
  z-index: 4;
}
.header__menu-button.open {
  background-image: url("/images/icon-menu-btn-active.svg");
  transform: rotate(45deg);
}

.header.open:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 60px;
  filter: blur(4px);
  background-color: transparent;
  border-bottom: 1px solid #545454;
  display: block;
  z-index: 3;
}

.general.header {
  background-color: transparent;
}
.general.header.fixed {
  background-color: #000000;
}

@media only screen and (min-width: 768px) {
  .menu-lang__list {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .menu-lang__item {
    width: auto;
    margin-bottom: 20px;
    margin-right: 36px;
    color: #ffffff;
    text-align: left;
  }
  .menu-lang__link {
    font-size: 24px;
    line-height: 28px;
    text-decoration: none;
  }
  .menu-lang:before {
    content: "";
    max-width: 290px;
  }
}
@media only screen and (min-width: 1024px) {
  .header {
    height: 88px;
  }

  .menu-horizontal {
    display: flex;
  }

  .header-submenu {
    display: block;
  }

  .options-menu {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1064px) {
  .menu-horizontal__item {
    padding: 0 12px;
    white-space: nowrap;
  }
}
.footer {
  background-color: #111;
  padding: 0;
  position: relative;
  z-index: 1;
}
.footer_copyright_container, .footer_contacts_container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer_copyright_container {
  flex-direction: row;
}
.footer_contacts_container {
  flex-direction: row;
}
.footer_contacts {
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer_contacts:last-child {
  margin-left: 120px;
}
.footer_contacts_wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.footer_contacts_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 15px;
}
.footer_contacts_item_title {
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #FF9D00;
  white-space: nowrap;
}
.footer_contacts_item_link {
  color: #fff;
  padding-bottom: 18px;
  word-break: break-all;
  white-space: nowrap;
}
.footer_contacts_item_link:hover, .footer_contacts_item_link:visited {
  color: #fff;
}
.footer_copyright_container {
  padding-top: 70px;
  padding-bottom: 162px;
}
.footer_contacts_container {
  padding-top: 120px;
  padding-bottom: 184px;
}
.footer_menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer_menu_wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
}
.footer_menu_block {
  min-width: 232px;
}
.footer_menu_item {
  padding: 4px 0;
}
.footer_menu_link {
  text-decoration: none;
}
.footer_social_block {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer_social_item {
  display: flex;
  flex-direction: column;
  padding: 0 12px;
  box-sizing: border-box;
}
.footer_social_item:last-child {
  padding-right: 0;
}
.footer_social_link {
  display: block;
}
.footer_social_link > svg {
  display: block;
  width: 48px;
  height: 48px;
}
.footer_row.copyright_wrap {
  display: flex;
  flex-direction: column;
  margin-right: 60px;
  align-items: center;
}
.footer_logo {
  display: block;
  margin-bottom: 4px;
}
.footer_logo > svg {
  width: 120px;
  height: 36px;
}
.footer_address {
  width: 68%;
  margin-right: 42px;
}
.footer_devider {
  display: block;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  border-top: 1px solid #fff;
  opacity: 0.3;
}

.address {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.address_title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0 4px;
}
.address_body {
  display: flex;
  flex-direction: row;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  padding: 20px 0;
}
.address_info {
  max-width: 580px;
  font-size: 16px;
  line-height: 20px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 400;
  color: #fff;
}
.address_info__link {
  color: #fff;
  padding-bottom: 18px;
}

.location_name {
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #FF9D00;
  margin-left: 12px;
}

.footer_menu_link {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 30px;
}

.copyright {
  display: flex;
  flex-direction: column;
}
.copyright_links {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}

.footer_menu_link,
.copyright_link,
.copyright_item {
  color: #fff;
}

.copyright_link,
.copyright_item {
  font-size: 16px;
  line-height: 20px;
}

.copyright_item.delimeter {
  margin: 0 5px;
}

.footer_social_link.facebook > svg path:first-child, .footer_social_link.linkedin > svg path:first-child, .footer_social_link.twitter > svg path:first-child {
  fill: #303030;
}
.footer_social_link.instagram > svg rect {
  fill: #303030;
}
.footer_social_link:hover.facebook > svg path:first-child {
  fill: #3B5998;
}
.footer_social_link:hover.linkedin > svg path:first-child {
  fill: #0077B5;
}
.footer_social_link:hover.twitter > svg path:first-child {
  fill: #000000;
}
.footer_social_link:hover.instagram > svg rect:first-child {
  fill: url(#paint0_radial_109_226);
}
.footer_social_link:hover.instagram > svg rect:nth-child(2) {
  fill: url(#paint1_radial_109_226);
}
.footer_social_link:hover.instagram > svg rect:nth-child(3) {
  fill: url(#paint2_radial_109_226);
}

@media only screen and (max-width: 1440px) {
  .footer_social_link > svg {
    width: 38px;
    height: 38px;
  }
}
@media only screen and (max-width: 1280px) {
  .footer_contacts_container {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .footer_copyright_container {
    padding-top: 60px;
    padding-bottom: 60px;
    justify-content: flex-start;
  }

  .copyright_item {
    display: flex;
    flex-direction: column;
  }
  .copyright_link, .copyright_item {
    font-size: 14px;
  }

  .terms_wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .footer_contacts:last-child {
    margin-left: 0;
  }
  .footer_social_item {
    padding: 0 10px;
  }
  .footer_social_link > svg {
    width: 32px;
    height: 32px;
  }
}
@media only screen and (max-width: 999px) {
  .footer_container {
    flex-direction: column;
  }
  .footer_address {
    max-width: 100%;
  }
  .footer_menu_block {
    margin-right: 15px;
    margin-bottom: 40px;
  }
  .footer_container.social_block {
    padding: 15px;
    box-sizing: border-box;
  }
  .footer_contacts {
    padding-right: 36px;
  }
  .footer_contacts:last-child {
    padding-right: 0;
  }
  .footer_row.copyright_wrap {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media only screen and (max-width: 442px) {
  .footer_contacts_wrap {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .footer .copyright_wrap {
    margin-bottom: 24px;
  }
  .footer_contacts {
    padding-right: 0;
    padding-bottom: 40px;
  }
  .footer_contacts:last-child {
    padding-bottom: 0;
  }
  .footer_contacts_wrap {
    padding-top: 40px;
  }
  .footer_contacts_item_title {
    font-size: 14px;
    line-height: 20px;
  }
  .footer_contacts_container {
    flex-direction: column;
    padding-top: 80px;
  }
  .footer_contacts_item_title {
    font-size: 14px;
  }
  .footer_contacts:first-child {
    margin-right: 16px;
  }
  .footer_social_link > svg {
    width: 24px;
    height: 24px;
  }
  .footer_social_item {
    padding: 6px 6px 0;
  }
  .footer_copyright_container {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer_address, .footer_contacts_wrap {
    width: 100%;
    margin-right: 0;
  }
  .footer_contacts_wrap {
    flex-wrap: nowrap;
  }

  .copyright_links {
    flex-direction: column;
  }
  .copyright_link {
    white-space: nowrap;
  }
  .copyright_link, .copyright_item {
    font-size: 12px;
    line-height: 18px;
  }
  .copyright_item.delimeter {
    display: none;
  }

  .copyright_wrap {
    order: 1;
  }

  .terms_wrap {
    order: 3;
  }

  .social_wrap {
    order: 2;
  }

  .address_info {
    max-width: 100%;
  }
  .address_info__link {
    color: #ffffff;
  }

  .copyright_link,
.copyright_item {
    font-size: 14px;
    line-height: 20px;
  }

  .address_body {
    font-size: 12px;
    line-height: 20px;
  }
  .address_info {
    font-size: 12px;
    line-height: 18px;
    font-family: "Montserrat-Regular", sans-serif;
  }
}
@media only screen and (max-width: 690px) {
  .footer_container {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .footer_address {
    margin-bottom: 40px;
  }
  .footer_menu_wrap {
    flex-direction: column;
  }
  .footer_container.social_block {
    align-items: flex-start;
  }
  .footer_social_block {
    max-width: 108px;
    flex-wrap: wrap;
    margin-right: -6px;
  }
  .footer_social_item:last-child {
    padding-right: 6px;
  }
}
@media only screen and (max-width: 540px) {
  .footer_address {
    width: 100%;
  }
  .footer_contacts:last-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 320px) {
  .footer_contacts_item_title {
    font-size: 12px;
    line-height: 18px;
  }

  .copyright_link,
.copyright_item {
    font-size: 12px;
    line-height: 18px;
  }
}
.mobile-menu {
  background-color: transparent;
  position: fixed;
  left: 0;
  top: 60px;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 30px;
  z-index: 3;
}
.mobile-menu:after {
  content: "";
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  top: -60px;
  left: 0;
  background: transparent url("/dist/images/menu_back.png") no-repeat 50% 0;
  background-size: cover;
  z-index: 0;
}
.mobile-menu__container {
  overflow: hidden;
  height: calc(100vh - 110px);
}
.mobile-menu__general-list {
  width: 100%;
  transform: translate(0px, 0px);
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 5;
}
.mobile-menu__inner {
  overflow: auto;
  height: 100%;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
}

.general-list {
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  z-index: 5;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.general-list__item {
  width: 100%;
  margin: 0 0 32px 0;
}
.general-list__item.back {
  margin-top: 80px;
}
.general-list__link {
  display: block;
  cursor: pointer;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  font-family: "Montserrat-Regular", sans-serif;
  text-shadow: none;
}
.general-list__link:active {
  font-family: "Montserrat-Bold", sans-serif;
}
.general-list__link:hover {
  color: #FF9D00;
}
.general-list__title {
  display: block;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  text-shadow: none;
}
.general-list.submenu {
  display: none;
}
.general-list.submenu.show {
  width: 100%;
  display: block;
  transform: translate(0px, 0px);
  margin: 0;
  z-index: 5;
}
.general-list.submenu .general-list__title {
  margin-bottom: 60px;
}
.general-list.submenu.back {
  margin-top: 80px;
}

.heroWars .hw.general-list__link,
.islandExperiment .ie.general-list__link,
.chibiIsland .ci.general-list__link,
.throneRush .tr.general-list__link,
.islandHoppers .ih.general-list__link,
.jobs_page .alljobs.general-list__link {
  font-family: "Montserrat-Bold", sans-serif;
}

@media only screen and (min-width: 320px) {
  .mobile-menu__inner {
    max-width: 320px;
  }
}
@media only screen and (max-width: 768px) {
  .general-list.submenu .general-list__title {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .general-list {
    padding-left: 0;
  }
  .general-list__link {
    font-size: 24px;
    line-height: 28px;
    text-align: left;
  }
  .general-list__item {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .general-list__item--tablet {
    display: none;
  }
  .general-list__title {
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 24px;
    line-height: 28px;
    text-shadow: none;
  }
  .general-list.submenu {
    display: block;
  }
  .general-list.submenu .general-list__title {
    margin-bottom: 0;
    text-align: left;
  }

  .mobile-menu__inner {
    width: auto;
    max-width: none;
  }
}
@media only screen and (min-width: 1440px) {
  .mobile-menu {
    display: none;
  }
}
@media (orientation: landscape) and (max-width: 768px) {
  .mobile-menu__container {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: -webkit-fill-available;
    margin-bottom: 20px;
  }
}
.section_top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  position: relative;
  z-index: 3;
}
.section_top_video, .section_top_back {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100vh;
}
.section_top_title {
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  left: 0;
  right: 0;
  width: 100%;
  max-width: 764px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
.section_top_scroll_btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
.section_top_info {
  display: none;
}
.section_top_info_btn {
  color: #000;
  font-size: 18px;
  line-height: 14px;
  cursor: pointer;
  border-radius: 8px;
  box-sizing: border-box;
  background-color: #FF9D00;
  border: 2px solid #FF9D00;
  font-family: "Montserrat-Bold", sans-serif;
  display: block;
  text-align: center;
  text-decoration: none;
  min-width: 280px;
  line-height: 24px;
}
.section_top_info_btn:disabled {
  background-color: #F8F8F8;
  border-color: #DADADA;
  color: #DADADA;
  cursor: not-allowed;
}
.section_top_info_btn:active {
  background-color: #FFE6AE;
  border-color: #FF9D00;
  color: #303030;
}
.section_top_info_btn:hover, .section_top_info_btn:focus:hover {
  background-color: #FFBF1C;
  border-color: #FFBF1C;
  color: #303030;
}
.section_top_info_btn:focus {
  background-color: #FFDA86;
  border-color: #FFDA86;
  color: #303030;
}

.section_video {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 2;
}
.section_video:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent url("/dist/images/dot.png") repeat;
}

.section_meet_wrapper {
  position: relative;
  z-index: 3;
  background: transparent url("/dist/images/people.jpg") no-repeat;
  background-size: cover;
  background-position: 50% 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.section_meet_info {
  color: #fff;
}

.general_page_section_life {
  position: relative;
  z-index: 3;
}
.general_page_section_life.section_life {
  padding: 80px 0 10px;
  min-height: 478px;
  background: transparent;
}
.general_page_section_life .section_life_title {
  text-align: center;
}

.meet_info_btn {
  color: #000;
  font-size: 18px;
  line-height: 14px;
  cursor: pointer;
  border-radius: 8px;
  box-sizing: border-box;
  background-color: #FF9D00;
  border: 2px solid #FF9D00;
  font-family: "Montserrat-Bold", sans-serif;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 8px 0;
  margin: 24px auto 0;
  min-width: 218px;
  max-width: 218px;
  font-size: 16px;
  line-height: 24px;
}
.meet_info_btn:disabled {
  background-color: #F8F8F8;
  border-color: #DADADA;
  color: #DADADA;
  cursor: not-allowed;
}
.meet_info_btn:active {
  background-color: #FFE6AE;
  border-color: #FF9D00;
  color: #303030;
}
.meet_info_btn:hover, .meet_info_btn:focus:hover {
  background-color: #FFBF1C;
  border-color: #FFBF1C;
  color: #303030;
}
.meet_info_btn:focus {
  background-color: #FFDA86;
  border-color: #FFDA86;
  color: #303030;
}

.section_news {
  background: #000 url("/dist/images/stars_bg.png") no-repeat fixed 50% 10%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
  left: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
}
.section_news_title {
  color: #fff;
  font-family: "Montserrat-Black", sans-serif;
  text-transform: uppercase;
  line-height: 140px;
  position: absolute;
}
.section_news .newsSectionParallax {
  display: block;
}
.section_news .news_container {
  width: 100%;
  background: #fff url("/dist/images/news_back.svg") no-repeat 100% 50%;
  position: relative;
  z-index: 3;
}
.section_news .news-preview .article__category, .section_news .news-preview .article__h3 {
  color: #000;
}

.section_next {
  background: transparent url("/dist/images/stars_bg.jpg") no-repeat center;
  background-size: cover;
  padding: 0;
  position: relative;
  z-index: 3;
  height: 100vh;
}
.section_next_title {
  position: absolute;
  top: 30%;
  transform: translateY(-32%);
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
.section_next_links {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.section_next_link {
  display: block;
  font-family: "Montserrat-Black", sans-serif;
  color: #fff;
  text-transform: capitalize;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.section_next_text {
  font-family: "Comfortaa-Bold", sans-serif;
  color: #fff;
}

.section_contact {
  background: #000 url("/dist/images/stars_bg.png") no-repeat 50% 10%;
  background-size: cover;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.section_contact .contactsSectionParallax {
  display: block;
  margin: 0 auto;
}

.top_title_item {
  display: block;
  font-family: "Comfortaa-Bold", sans-serif;
  text-transform: uppercase;
  color: #fff;
}
.top_title_item:first-child {
  align-self: flex-start;
}
.top_title_item:nth-child(2) {
  font-family: "Montserrat-Black", sans-serif;
  align-self: center;
}
.top_title_item:last-child {
  align-self: flex-end;
}

.info_company, .info_games {
  margin: 0 0 16px;
}
.info_company {
  font-family: "Comfortaa-Bold", sans-serif;
}

.statement_block {
  margin-bottom: 44px;
}
.statement_title {
  display: block;
  font-family: "Montserrat-Black", sans-serif;
  color: #FF9D00;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.statement_text {
  color: #fff;
  margin: 0;
}

.next_container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
}
.next_link_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}
.next_link_wrap:hover .section_next_link,
.next_link_wrap:hover .section_next_text {
  color: #FF9D00;
}
.next_title_item {
  display: block;
  font-family: "Comfortaa-Bold", sans-serif;
  text-transform: uppercase;
  color: #fff;
}
.next_title_item:first-child {
  align-self: flex-start;
}
.next_title_item:nth-child(2) > img {
  width: 100%;
  margin: 0 auto;
  display: none;
}
.next_title_item:nth-child(2) > img.active {
  display: block;
}
.next_title_item:last-child {
  align-self: flex-end;
}

.news_title {
  font-family: "Montserrat-Black", sans-serif;
}

@media only screen and (max-width: 767px) {
  .section_top_title {
    max-width: 296px;
  }

  .section_meet {
    flex-direction: column;
  }
  .section_meet .section_meet_statements {
    width: 100%;
    min-height: 536px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section_meet_wrapper {
    height: 100%;
    padding-top: 120px;
    padding-bottom: 52px;
  }

  .section_news {
    padding-top: 74px;
  }
  .section_news_back {
    background-size: 70%;
    background-position: 50% 0;
  }
  .section_news .article {
    flex-direction: row;
  }
  .section_news .news_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .section_news_link {
    max-width: 218px;
    margin: 40px auto 0;
  }
  .section_news .news-preview .article__category, .section_news .news-preview .article__h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .section_next {
    max-height: 536px;
  }
  .section_next_title {
    max-width: 254px;
    top: 18%;
  }
  .section_next_links {
    flex-direction: column;
    margin-bottom: 34px;
  }
  .section_next_link {
    font-size: 24px;
    line-height: 52px;
    margin-bottom: 0;
  }
  .section_next_text {
    font-size: 18px;
    line-height: 24px;
  }

  .section_contact {
    height: 122px;
  }

  .top_title_item {
    font-size: 24px;
    line-height: 28px;
  }
  .top_title_item:nth-child(2) {
    font-size: 44px;
    line-height: 56px;
  }

  .info_wrap {
    flex-direction: column;
  }
  .info_company {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .info_games {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .info_company, .info_games {
    width: 100%;
    text-align: center;
  }

  .statement_title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .statement_text {
    font-size: 16px;
    line-height: 20px;
  }
  .statement_block {
    margin-bottom: 34px;
    text-align: center;
  }
  .statements_wrap {
    flex-direction: column;
  }

  .next_title_item {
    font-size: 20px;
    line-height: 24px;
  }
  .next_title_item > img {
    max-width: 224px;
  }
  .next_title_item:first-child {
    margin-bottom: -18px;
    margin-left: 6px;
  }
  .next_title_item:last-child {
    margin-top: -10px;
  }
  .next_link_wrap {
    margin-bottom: 24px;
  }

  .gameSectionParallax,
.newsSectionParallax {
    max-width: 232px;
    margin: 0 auto;
  }

  .contactsSectionParallax {
    max-width: 300px;
    margin: 0 auto;
  }

  .news_title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 40px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .section_top_scroll_btn {
    bottom: -60px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1500px) {
  .no_br {
    white-space: nowrap;
  }
  .no_br + br {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .section_top_scroll_btn .boost_block_logo img {
    max-width: 164px;
  }
  .section_top_scroll_btn .boost_block_text b {
    font-size: 14px;
  }
  .section_top_scroll_btn .boost_block_text p {
    line-height: 16px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .section_top_scroll_btn {
    flex-direction: column;
  }
  .section_top_scroll_btn .boost_block {
    align-items: center;
    flex-direction: column;
    margin: 0 0 40px 0;
  }
  .section_top_scroll_btn .boost_block_logo img {
    max-width: 115px;
  }
  .section_top_scroll_btn .boost_block_logo {
    margin-bottom: 16px;
  }
  .section_top_scroll_btn .boost_block_delimeter {
    display: none;
  }
  .section_top_scroll_btn .boost_block_text {
    text-align: center;
  }
  .section_top_scroll_btn .boost_block_text b {
    font-size: 12px;
  }
  .section_top_scroll_btn .boost_block_text p {
    font-size: 10px;
    line-height: 12px;
  }
  .section_top_scroll_btn .boost_block_text p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .general_container {
    padding: 0 10px;
  }

  .section_top {
    height: 100vh;
  }
  .section_top_scroll_btn {
    bottom: 20px;
  }

  .meet_info_btn {
    margin-top: 20px;
    margin-left: 0;
    padding: 12px 0;
    min-width: 180px;
    max-width: 180px;
    font-size: 18px;
  }

  .section_meet {
    flex-direction: column;
  }
  .section_meet_wrapper {
    height: 100%;
    padding-top: 152px;
    flex-direction: column;
  }
  .section_meet_info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 114px;
  }
  .section_meet_statements {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .section_news {
    padding-top: 94px;
    background-position-y: 0;
  }
  .section_news_back {
    background-size: 60%;
    background-position: 100% 0;
  }
  .section_news .news_container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section_news_link {
    max-width: 242px;
    margin-top: 40px;
  }
  .section_news .news-preview .article__category, .section_news .news-preview .article__h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .section_next {
    max-height: 420px;
    padding: 100px 0 100px;
  }
  .section_next_title {
    max-width: 545px;
  }
  .section_next_links {
    max-width: 690px;
  }
  .section_next_link {
    font-size: 32px;
    margin-bottom: 8px;
  }
  .section_next_text {
    font-size: 24px;
    line-height: 32px;
  }

  .section_contact {
    height: 148px;
  }

  .top_title_item {
    font-size: 50px;
    line-height: 54px;
  }
  .top_title_item:nth-child(2) {
    font-size: 86px;
    line-height: 82px;
  }

  .info_wrap,
.statements_wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
    width: 100%;
  }

  .info_wrap {
    flex-direction: column;
  }
  .info_company, .info_games {
    box-sizing: border-box;
    width: 100%;
  }
  .info_company {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
  }
  .info_games {
    font-size: 16px;
    line-height: 20px;
  }

  .statement_block {
    max-width: 30%;
  }
  .statement_title {
    font-size: 24px;
    line-height: 28px;
    max-width: 180px;
    margin-bottom: 24px;
  }
  .statement_text {
    font-size: 16px;
    line-height: 20px;
  }

  .gameSectionParallax,
.newsSectionParallax {
    max-width: 348px;
  }

  .contactsSectionParallax {
    max-width: 490px;
  }

  .newsSectionParallax {
    margin-left: auto;
  }

  .news_title {
    font-size: 36px;
    line-height: 52px;
    margin-bottom: 40px;
  }

  .next_title_item {
    font-size: 28px;
  }
  .next_title_item > img {
    max-width: 472px;
  }
  .next_title_item:first-child {
    margin-bottom: -34px;
    margin-left: 18px;
  }
  .next_title_item:last-child {
    margin-top: -14px;
  }

  .general_page_section_life.section_life {
    padding-top: 50px;
  }
  .general_page_section_life .section_life_title {
    text-align: left;
    font-size: 36px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 1024px) {
  .section_top_title {
    max-width: 640px;
    margin-bottom: 50px;
    margin-top: 40px;
    position: relative;
    top: 0;
  }
  .section_top_info {
    display: flex;
    gap: 40px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    color: #fff;
  }
  .section_top_info_devider {
    display: block;
    width: 1px;
    max-height: 208px;
    height: 100%;
    background-color: #FF9D00;
  }
  .section_top_info_btn {
    min-width: 187px;
    max-width: 187px;
    margin-top: 28px;
    height: 60px;
    padding: 16px 0;
  }

  .general_page_section_life.section_life {
    padding-top: 100px;
    padding-bottom: 30px;
    min-height: 520px;
  }
  .general_page_section_life .section_life_title {
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 40px;
  }

  .section_contact {
    height: 200px;
  }

  .section_meet_wrapper, .section_meet_info {
    display: none;
  }

  .section_news {
    padding-top: 78px;
  }
  .section_news_link {
    max-width: 280px;
    margin-top: 60px;
  }
  .section_news .news_container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section_news .news-preview .article__category, .section_news .news-preview .article__h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .section_next {
    max-height: 440px;
    padding: 160px 0 160px;
  }

  .gameSectionParallax,
.newsSectionParallax,
.contactsSectionParallax {
    max-width: 100%;
  }

  .news_title {
    font-size: 48px;
    margin-bottom: 60px;
  }

  .info_wrap {
    margin-bottom: 24px;
  }

  .statements_wrap {
    flex-direction: column;
  }

  .statement_block, .statement_title {
    max-width: 100%;
  }
  .statement_block {
    margin-bottom: 44px;
  }
  .statement_title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .statement_text {
    font-size: 16px;
    line-height: 20px;
  }

  .info_company, .info_games {
    box-sizing: border-box;
    width: 100%;
  }
  .info_company {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
  }
  .info_games {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .section_next {
    min-height: 500px;
  }
  .section_next_title {
    position: relative;
    transform: translate(0);
    top: 0;
  }
  .section_next_links {
    margin-bottom: 0;
  }

  .next_container {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (min-width: 1280px) {
  .section_news {
    padding-top: 102px;
  }

  .section_contact {
    height: 234px;
  }

  .section_next_title {
    max-width: 715px;
  }

  .next_title_item > img {
    max-width: 640px;
  }
  .next_title_item:first-child {
    margin-bottom: -36px;
    margin-left: 28px;
  }
  .next_title_item:last-child {
    margin-top: -28px;
  }
}
@media only screen and (min-width: 1400px) {
  .top_title_item {
    font-size: 64px;
    line-height: 68px;
  }
  .top_title_item:nth-child(2) {
    padding-bottom: 12px;
  }

  .section_top {
    justify-content: center;
  }
  .section_top_info {
    margin-top: 74px;
  }
  .section_top_info_devider {
    max-height: 224px;
  }
  .section_top_info_btn {
    font-size: 24px;
    line-height: 28px;
    min-width: 224px;
    max-width: 224px;
    margin-top: 25px;
    padding: 14px 0;
  }
  .section_top_title {
    margin-top: 50px;
    margin-bottom: 0;
    max-width: 774px;
  }

  .section_news_back {
    background-size: auto;
  }
  .section_news .news_container {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section_next {
    max-height: 540px;
  }
  .section_next_title {
    max-width: 745px;
  }
  .section_next_links {
    max-width: 100%;
  }
  .section_next_link {
    margin-bottom: 24px;
    font-size: 48px;
    line-height: 52px;
  }
  .section_next_text {
    font-size: 32px;
    line-height: 40px;
  }

  .next_title_item {
    font-size: 48px;
    line-height: 52px;
  }

  .info_company {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 14px;
  }
  .info_games {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 50px;
  }

  .statement_block, .statement_title {
    max-width: 100%;
  }
  .statement_title {
    font-size: 26px;
    line-height: 30px;
  }
  .statement_text {
    font-size: 18px;
    line-height: 26px;
  }

  .general_page_section_life.section_life {
    padding-top: 154px;
    padding-bottom: 70px;
  }
  .general_page_section_life .section_life_title {
    padding-left: 12px;
  }
}
@media only screen and (min-width: 1500px) {
  .general_page_section_life .section_life_title {
    padding-left: 24px;
  }
}
.news-list {
  margin-top: 60px;
}
.news-list__header {
  min-height: 336px;
  padding: 82px 0 60px;
  margin-bottom: 80px;
  box-sizing: border-box;
  background-image: url("/dist/images/news-head.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.news-list__header .base-text__h1 {
  position: absolute;
  top: 60px;
}
.news-list__filter {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 80px;
}
.news-list__filter-item {
  margin-right: 40px;
  margin-bottom: 12px;
}
.news-list__filter-link {
  font-size: 24px;
  line-height: 28px;
  font-family: "Montserrat-Black", sans-serif;
  color: #ffffff;
}
.news-list__filter-link.active {
  color: #FF9D00;
}

.news_list_container .article__date {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}
.news_list_container .article__category {
  font-size: 24px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 16px;
}
.news_list_container .article__h3 {
  font-size: 20px;
  line-height: 28px;
  font-family: "Comfortaa-Bold", sans-serif;
  margin-bottom: 16px;
  color: #000000;
}
.news_list_container .article__description {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_list_container .article__image {
  margin-bottom: 24px;
}

.news-slider .game-page-splide__image {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .news-list__header {
    min-height: 334px;
  }
  .news-list__filter {
    flex-direction: column;
    bottom: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .news_container .article__image {
    margin-bottom: 0;
    margin-right: 24px;
  }
  .news_list_container .article__h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .news-list__header {
    min-height: 276px;
  }
  .news-list__filter {
    bottom: 60px;
  }
}
@media screen and (max-device-width: 768px) and (orientation: landscape) {
  .news_list_container .article__image {
    background-position: 0;
    background-size: contain;
  }
}
@media only screen and (min-width: 1024px) {
  .news-list {
    margin-top: 88px;
  }
  .news-list__header {
    height: 328px;
  }
  .news-list__filter-item {
    margin-bottom: 0;
  }
  .news-list__filter-link {
    font-size: 32px;
    line-height: 36px;
  }
  .news_list_container .article__h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
.article {
  width: 100%;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.article:first-child {
  margin-top: 0;
}
.article__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-right: 50px;
  margin-bottom: 24px;
}
.article__h3 {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-family: "Montserrat-Regular", sans-serif;
}
@media only screen and (min-width: 1440px) {
  .article__h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
.article__text-small {
  font-size: 16px;
  line-height: 20px;
  font-family: "Montserrat-Regular", sans-serif;
  text-decoration: none;
  margin-bottom: 12px;
}
.article__category {
  text-transform: capitalize;
  margin-bottom: 12px;
  color: #000;
  font-family: "Montserrat-Bold", sans-serif;
}
.article__content-wrap {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.article__content-wrap .base-text__h3, .article__content-wrap .base-text__h4, .article__content-wrap .base-text__text-general {
  margin-bottom: 8px;
  text-decoration: none;
}
.article__content-wrap .base-text__h3 {
  text-decoration: underline;
}
.article__content-wrap .base-text__h3:hover {
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .article__image {
    width: 300px;
    height: 300px;
    max-height: 300px;
    background-position: 50% 20%;
    margin-right: 0;
    /* &:before {
        content: '';
        display: block;
        padding-top: 100%;
        width: 100%;
    } */
  }
}
@media only screen and (min-width: 768px) {
  .article {
    flex-direction: row;
  }
  .article__image {
    width: 250px;
    min-width: 250px;
    height: 250px;
  }
  .article__content-wrap {
    max-width: 60%;
  }
}
@media only screen and (min-width: 1024px) {
  .article__image {
    width: 350px;
    min-width: 350px;
    height: 350px;
    margin-right: 102px;
  }
}
.game-page {
  position: relative;
  background-image: url("/dist/images/Vector-white-bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 10%;
}
.game-page .attention_box {
  margin-bottom: 60px;
  font-size: 24px;
}
.game-page.heroWars {
  background-image: none;
  background-color: #111317;
  overflow-x: hidden;
}

.page-ie__h4--en {
  white-space: nowrap;
}

.page-hw__heroes-links {
  display: flex;
  flex-direction: column;
}
.page-hw__img {
  width: 183px;
  height: 130px;
}
.page-hw__img-link {
  margin-bottom: 16px;
  width: 100%;
  height: 100%;
}

.menu-logos {
  display: none;
}

.social-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 82px;
  margin: 0 -4px;
}
.social-block__item {
  width: 48px;
  height: 48px;
  margin: 4px;
}
.social-block__link {
  width: 48px;
  height: 48px;
  display: flex;
  background-color: #000000;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
}
.social-block__link:hover {
  cursor: pointer;
  background-color: #FF9D00;
}

.section-top {
  width: 100%;
  height: calc(100vh - 60px);
}
@media only screen and (min-width: 1024px) {
  .section-top {
    height: calc(100vh - 88px);
  }
}
.section-top.hw-page {
  height: 100vh;
  max-height: 790px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .section-top.hw-page {
    max-height: 642px;
    align-items: flex-end;
  }
}
.section-top-scroll-down {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10px auto 0;
}
@media only screen and (max-width: 1400px) {
  .section-top-scroll-down {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-scroll-down {
    margin-top: 52px;
  }
}
@media only screen and (max-width: 420px) {
  .section-top-scroll-down {
    margin-top: 100px;
  }
}
.section-top-scroll-down-text {
  white-space: nowrap;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 15px;
  color: #FBE9BE;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .section-top-scroll-down-text {
    font-size: 12px;
  }
}
.section-top-scroll-down-icon {
  display: block;
  margin: 14px auto 0;
  animation: fade_move_down 2.5s ease-in-out infinite;
}
@media only screen and (max-width: 420px) {
  .section-top-scroll-down-icon {
    margin-top: 40px;
  }
}
@keyframes fade_move_down {
  0% {
    transform: translate(0, -5px);
    opacity: 0;
  }
  30% {
    transform: translate(0, 15px);
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.section-top-image {
  position: absolute;
  bottom: -45px;
  z-index: 2;
}
@media only screen and (max-width: 1400px) {
  .section-top-image {
    bottom: 145px;
  }
}
@media only screen and (max-width: 1200px) {
  .section-top-image {
    bottom: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-image {
    bottom: 18px;
  }
}
.section-top-image-aurora {
  max-width: 746px;
  max-height: 432px;
  left: 70px;
}
@media only screen and (max-width: 1740px) {
  .section-top-image-aurora {
    left: -100px;
  }
}
@media only screen and (max-width: 1500px) {
  .section-top-image-aurora {
    left: -335px;
  }
}
@media only screen and (max-width: 1200px) {
  .section-top-image-aurora {
    max-width: 546px;
    max-height: 332px;
    left: -218px;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-image-aurora {
    left: -188px;
    width: 406px;
  }
}
.section-top-image-galahad {
  max-width: 804px;
  max-height: 477px;
  right: 30px;
}
@media only screen and (max-width: 1740px) {
  .section-top-image-galahad {
    right: -138px;
  }
}
@media only screen and (max-width: 1500px) {
  .section-top-image-galahad {
    right: -355px;
  }
}
@media only screen and (max-width: 1200px) {
  .section-top-image-galahad {
    max-width: 584px;
    max-height: 357px;
    right: -240px;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-image-galahad {
    right: -200px;
    width: 434px;
  }
}
.section-top-video {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 862px;
  max-height: 478px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.section-top-video > video {
  width: 100%;
  height: 100%;
  max-width: 862px;
  max-height: 478px;
}
@media only screen and (max-width: 1400px) {
  .section-top-video {
    top: 38px;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 1023px) {
  .section-top-video {
    top: -65px;
    max-width: 672px;
    max-height: 378px;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-video {
    justify-content: flex-start;
    top: -138px;
    max-height: 515px;
  }
}
@media only screen and (max-width: 420px) {
  .section-top-video {
    top: -145px;
  }
}
.section-top__container {
  margin-top: 60px;
  height: 100%;
  position: relative;
}
.section-top__title-block {
  height: 70%;
  box-sizing: border-box;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
.section-top__title-small {
  text-shadow: 1px 5px 4px rgba(51, 51, 51, 0.5);
  margin-bottom: 30px;
  padding: 0;
}
.section-top__title-large {
  text-shadow: 1px 5px 4px rgba(51, 51, 51, 0.5);
  color: #ffffff;
  font-size: 36px;
  line-height: 42px;
}
@media only screen and (min-width: 767px) {
  .section-top__title-large {
    font-size: 64px;
    line-height: 74px;
  }
}
.section-top--ie {
  width: 100%;
  background: #000 url("/dist/images/back_ie.jpg") no-repeat 60% bottom;
  background-size: cover;
}
.section-top--tr {
  background: #000 url("/dist/images/back_tr.jpg") no-repeat center 0;
  background-size: cover;
}
.section-top--ci {
  background: #000 url("/dist/images/back_ci.jpg") no-repeat center;
  background-size: cover;
}
.section-top--ih {
  background: #000 url("/dist/images/back_ih.jpg") no-repeat 0 top;
  background-size: cover;
}

.section-block__wrapper {
  overflow: hidden;
  padding-top: 60px;
}
.section-block__wrapper + .hr-page {
  display: none;
}
.section-block__inner {
  display: flex;
  flex-direction: column;
}
.section-block__container {
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}
.section-block__text-container {
  padding-top: 24px;
  padding-bottom: 24px;
}
.section-block__details {
  margin-top: 80px;
  width: 60%;
}
.section-block__details .base-text__text-general {
  font-size: 14px;
  line-height: 18px;
}
.section-block__details {
  margin-top: 60px;
  width: 100%;
}
.section-block__details .base-text__text-general {
  font-size: 14px;
  line-height: 18px;
}
.section-block__col-inner {
  margin-bottom: 40px;
}
.section-block__col-inner:last-child {
  margin-bottom: 0;
}
.section-block__col-left, .section-block__col-right {
  width: 100%;
}
.section-block__col-right {
  text-align: center;
  padding-top: 40px;
}
.section-block__col-right .base-text__h4.title_game_links {
  margin-top: 0;
}
.section-block__slider-wrapper {
  margin-bottom: 110px;
}
.section-block .section-block-divider {
  height: 2px;
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
}
.section-block .section-block-divider > img {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .section-block .section-block-divider > img {
    max-width: 700px;
  }
}
@media only screen and (max-width: 767px) {
  .section-block .section-block-divider > img {
    max-width: 400px;
  }
}
.section-block .section-block-divider.divider-top {
  top: 0;
}
@media only screen and (max-width: 1200px) {
  .section-block .section-block-divider.divider-top {
    top: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .section-block .section-block-divider.divider-top {
    top: 12px;
  }
}
.section-block .section-block-divider.divider-bottom {
  bottom: 0;
}
@media only screen and (min-width: 1900px) {
  .section-block-hw-container .section-block-divider.divider-bottom {
    bottom: -20px;
  }
}
.section-block.hw-stats-wrapper {
  background: #111317 url("/dist/images/game-page-hw/globe.png") no-repeat 50% 55px;
  background-size: cover;
  max-height: 1200px;
}
@media only screen and (min-width: 1900px) {
  .section-block.hw-stats-wrapper {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 1400px) {
  .section-block.hw-stats-wrapper {
    background-position: 50% 90px;
  }
}
@media only screen and (max-width: 767px) {
  .section-block.hw-stats-wrapper {
    height: 100%;
  }
}
.section-block-hw-stats {
  background: transparent url("/dist/images/game-page-hw/chests.png") no-repeat top;
  background-size: cover;
  height: 100vh;
  max-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 135px 90px 115px;
  position: relative;
}
@media only screen and (min-width: 1900px) {
  .section-block-hw-stats {
    max-height: 680px;
  }
}
@media only screen and (max-width: 1200px) {
  .section-block-hw-stats {
    padding: 155px 15px 120px;
    max-height: 580px;
    background-position: center 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-block-hw-stats {
    padding: 55px 15px 20px;
    height: 800px;
    max-height: 800px;
    background-size: 690px;
    background-position: 50% 60%;
  }
}
.section-block .hw-stats-block {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .section-block .hw-stats-block {
    flex-direction: column;
  }
}
.section-block .hw-stats-block-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .section-block .hw-stats-block-item {
    margin-bottom: 20px;
  }
}
.section-block .hw-stats-block-item-title {
  font-family: "Montserrat-Black", sans-serif;
  font-size: 50px;
  line-height: 60px;
}
@media only screen and (max-width: 1200px) {
  .section-block .hw-stats-block-item-title {
    font-size: 35px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-block .hw-stats-block-item-title {
    font-size: 30px;
    line-height: 40px;
  }
}
.section-block .hw-stats-block-item-text {
  font-size: 20px;
  line-height: 30px;
  color: #FF9D00;
}
@media only screen and (max-width: 767px) {
  .section-block .hw-stats-block-item-text {
    font-size: 15px;
    line-height: 25px;
  }
}
.section-block .hw-stats-block-item-info {
  font-size: 15px;
  line-height: 25px;
}
@media only screen and (max-width: 767px) {
  .section-block .hw-stats-block-item-info {
    font-size: 12px;
    line-height: 15px;
  }
}
.section-block .hw-stats-block-item-title, .section-block .hw-stats-block-item-info {
  color: #ffffff;
}
.section-block .hw-stats-block-item-text, .section-block .hw-stats-block-item-info {
  font-family: "Montserrat-Bold", sans-serif;
}
.section-block-hw-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 45px;
  margin-bottom: 40px;
}
.section-block-hw-title .base-text__h1,
.section-block-hw-title .base-text__h2 {
  font-family: "Montserrat-Black", sans-serif;
}
.section-block-hw-title .base-text__h1 {
  color: #FF9D00;
  font-size: 80px;
}
.section-block-hw-title .base-text__h2 {
  color: #ffffff;
  font-size: 50px;
  margin-bottom: -5px;
}
@media only screen and (max-width: 1200px) {
  .section-block-hw-title {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .section-block-hw-title {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .section-block-hw-title .base-text__h1 {
    font-size: 60px;
  }
  .section-block-hw-title .base-text__h2 {
    font-size: 35px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .section-block-hw-title {
    margin-top: 85px;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-block-hw-title .base-text__h1 {
    font-size: 40px;
  }
  .section-block-hw-title .base-text__h2 {
    font-size: 30px;
    margin-bottom: 8px;
    line-height: 38px;
  }
}

.col-right__details {
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
}

.section-slider__slider-wrapper {
  padding-bottom: 40px;
}
.section-slider__slider {
  background-color: transparent;
  width: auto;
  max-width: 100%;
}

.section-play {
  height: 180px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.section-play:after {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  left: -10px;
  right: -10px;
  top: 0;
}
.section-play--hw {
  background-image: url("/dist/images/dominion.jpg");
  filter: blur(4px);
}
.section-play--ie {
  background-image: url("/dist/images/ie-background-play.jpg");
}
.section-play--tr {
  background-image: url("/dist/images/tr-background-play.jpg");
}
.section-play--ci {
  background-image: url("/dist/images/ci-background-play.jpg");
}
.section-play__container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0;
}
.section-play__video {
  width: 100%;
  height: 100%;
  max-width: 320px;
  max-height: 180px;
}

.section-reasons {
  padding-bottom: 40px;
}

.reasons-list {
  padding-right: 24px;
  box-sizing: border-box;
  margin-bottom: 24px;
}
.reasons-list--max-width {
  margin-bottom: 0;
}
.reasons-list__wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.reasons-list__item {
  padding-left: 40px;
  margin-bottom: 24px;
  position: relative;
}
.reasons-list__item:before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/dist/images/icon-star-bullet.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 6px;
}

@media only screen and (max-width: 767px) {
  .section-block__col-inner .base-text__h4 {
    margin-top: 0;
  }
  .section-slider__container .base-text__h3 {
    text-align: center;
  }
}
@media only screen and (min-width: 767px) {
  .page-hw__col-right {
    display: flex;
  }
  .page-hw__col-inner {
    width: 50%;
    margin-right: 40px;
  }

  .base-text__h4--hw {
    max-width: 200px;
  }

  .section-top__title-block {
    height: 100%;
    text-align: left;
    justify-content: flex-end;
    padding: 24px 0;
  }
  .section-top__title-small {
    padding: 0;
  }
  .section-top--ih {
    background-image: url("/dist/images/section-bg-IH-medium.jpg");
    background-position: 20% top;
  }

  .section-block__details {
    margin-top: 80px;
    width: 60%;
  }
  .section-block__text-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .section-block__container {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .section-block__col-right {
    text-align: left;
    padding-top: 40px;
  }

  .section-reasons {
    padding-bottom: 0;
  }
  .section-reasons .section-block__container {
    padding-top: 0;
  }

  .section-play {
    height: 432px;
  }
  .section-play__video {
    max-width: 769px;
    max-height: 432px;
  }

  .section-slider__slider-wrapper {
    padding-bottom: 0;
  }

  .col-right__details {
    max-width: 480px;
    margin: 40px 0 0;
    text-align: left;
  }

  .social-block {
    justify-content: flex-start;
  }

  .reasons-list {
    margin-bottom: 0;
    max-width: 50%;
  }
  .reasons-list__wrapper {
    flex-direction: row;
  }
  .reasons-list--max-width {
    max-width: 100%;
  }

  .menu-logos {
    display: flex;
    width: 160px;
    height: 145px;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    right: 48px;
    top: 56px;
  }
  .menu-logos__img {
    display: block;
    max-width: 100%;
    max-height: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .page-hw__col-inner {
    width: auto;
    margin-right: auto;
  }

  .base-text__h4--hw {
    max-width: none;
  }

  .section-top__container {
    margin-top: 88px;
  }
  .section-top__title-block {
    padding: 80px 0;
  }
  .section-top--iq {
    background-image: url("/dist/images/back_iq.jpg");
  }
  .section-top--tr .section-top__title-large {
    font-size: 64px;
    line-height: 82px;
  }

  .menu-logos {
    width: 285px;
    height: 259px;
    right: 48px;
  }

  .section-block__wrapper {
    overflow: hidden;
    padding-top: 88px;
  }
  .section-block__container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section-block__inner {
    justify-content: space-between;
    flex-direction: row;
  }
  .section-block__col-inner {
    margin-bottom: 60px;
  }
  .section-block__col-left {
    width: 66%;
  }
  .section-block__col-right {
    width: 33%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding-left: 111px;
    padding-top: 0;
  }
  .section-block__col-right__details {
    margin-top: 80px;
  }

  .col-right__details {
    margin-top: 94px;
  }

  .section-play {
    height: 680px;
  }
  .section-play__video {
    max-width: 793px;
    max-height: 446px;
  }

  .section-slider__slider-wrapper {
    padding-bottom: 0;
  }
  .section-slider--tr .game-page-splide__prev.splide__arrow--prev {
    margin-right: 95px;
  }
  .section-slider--ci .game-page-splide__prev.splide__arrow--prev {
    margin-right: 181px;
  }
}
@media only screen and (min-width: 1440px) {
  .section-reasons .section-block__container {
    padding-top: 40px;
  }

  .menu-logos__img {
    display: block;
  }
}
.hw-descriptors-wrapper {
  background: #111317 url("/dist/images/game-page-hw/descriptors-bg.png") no-repeat center;
  position: relative;
  background-size: cover;
  min-height: 1000px;
}
@media only screen and (max-width: 767px) {
  .hw-descriptors-wrapper {
    display: flex;
    flex-direction: column;
    padding-bottom: 60px;
  }
}
.hw-descriptors-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 920px;
}
@media only screen and (max-width: 1023px) {
  .hw-descriptors-top {
    padding-bottom: 40px;
    align-items: center;
    flex-direction: column;
  }
}
.hw-descriptors-bottom {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  max-width: 920px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .hw-descriptors-bottom {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
.hw-descriptors-bottom .hw-key-markets-img {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .hw-descriptors-bottom .hw-key-markets-img {
    display: block;
  }
}
.hw-descriptors-item {
  gap: 8px;
}
.hw-descriptors-item, .hw-descriptors-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media only screen and (max-width: 1023px) {
  .hw-descriptors-item, .hw-descriptors-info {
    align-items: center;
  }
}
.hw-descriptors-social-links ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
}
@media only screen and (max-width: 1023px) {
  .hw-descriptors-social-links ul {
    justify-content: center;
  }
}
.hw-descriptors-info {
  font-family: "Montserrat-Bold", sans-serif;
  color: #ffffff;
}
.hw-descriptors-info span:first-child {
  font-size: 20px;
  line-height: 30px;
}
.hw-descriptors-info span:last-child {
  font-size: 15px;
  line-height: 25px;
}
@media only screen and (max-width: 1023px) {
  .hw-descriptors-info span:last-child {
    font-size: 15px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .hw-descriptors-info span:first-child {
    font-size: 15px;
    line-height: 25px;
  }
  .hw-descriptors-info span:last-child {
    font-size: 12px;
    line-height: 15px;
  }
}
.hw-descriptors-info-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
}
@media only screen and (max-width: 1023px) {
  .hw-descriptors-info-block {
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .hw-descriptors-info-block {
    order: 2;
    gap: 24px;
  }
}
.hw-descriptors-info-block-wrapper {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .hw-descriptors-info-block-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
  }
}
@media only screen and (max-width: 767px) {
  .hw-descriptors-info-block-wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
  }
}
.hw-descriptors-info-title {
  font-family: "Montserrat-Black", sans-serif;
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
}
@media only screen and (max-width: 1023px) {
  .hw-descriptors-info-title {
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .hw-descriptors-info-title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 1023px) {
  .hw-key-markets-img {
    display: none;
  }
}

.hw-puzzle-img {
  display: block;
  position: absolute;
  bottom: -280px;
  left: 0;
  right: 0;
  z-index: 1;
  max-width: 1400px;
}
@media only screen and (max-width: 1400px) {
  .hw-puzzle-img {
    left: 20px;
    max-width: 1200px;
  }
}
@media only screen and (max-width: 1023px) {
  .hw-puzzle-img {
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .hw-puzzle-img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .hw-puzzle-img {
    max-width: 150%;
    left: -90px;
  }
}

@media only screen and (max-width: 767px) {
  .section-new-gaming-container {
    padding-top: 60px;
  }
}

.section-gaming-products {
  background: transparent url("/dist/images/game-page-hw/areana-bg.png") no-repeat 50% 100%;
  background-size: contain;
  position: relative;
  margin-top: 135px;
  margin-bottom: 0;
  z-index: 1;
}
@media only screen and (max-width: 1400px) {
  .section-gaming-products {
    background-position-y: 100%;
    padding-bottom: 290px;
  }
}
@media only screen and (max-width: 1023px) {
  .section-gaming-products {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-gaming-products {
    padding-bottom: 140px;
    background-size: 180%;
  }
}
@media only screen and (max-width: 420px) {
  .section-gaming-products {
    padding-bottom: 100px;
  }
}
.section-gaming-products .gaming-products-bg-img {
  position: absolute;
  z-index: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 180px;
  margin: 0 auto;
}
@media only screen and (max-width: 1400px) {
  .section-gaming-products .gaming-products-bg-img {
    bottom: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .section-gaming-products .gaming-products-bg-img {
    bottom: 0;
    position: relative;
  }
}
.section-gaming-products-title-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
}
.section-gaming-products-items {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  margin-top: 68px;
  gap: 60px;
  position: relative;
  z-index: 2;
}
.section-gaming-products-items .divider-center {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .section-gaming-products-items {
    gap: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .section-gaming-products-items {
    flex-direction: column;
    align-items: center;
    gap: 80px;
  }
  .section-gaming-products-items .divider-center {
    display: block;
    position: relative;
  }
}

.gaming-product-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 312px;
  gap: 44px;
}
@media only screen and (max-width: 1400px) {
  .gaming-product-item {
    gap: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .gaming-product-item {
    max-width: 280px;
    gap: 20px;
  }
}

.product-item-logo {
  width: 300px;
  height: 264px;
}
@media only screen and (max-width: 767px) {
  .product-item-logo {
    width: 222px;
    height: 200px;
  }
}
.product-item-link-img {
  display: block;
}
.product-item-title, .product-item-info {
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .product-item-title, .product-item-info {
    text-align: left;
  }
}
.product-item-title {
  font-family: "Montserrat-Black", sans-serif;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .product-item-title {
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .product-item-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
.product-item-box {
  display: flex;
  flex-direction: row;
  position: relative;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .product-item-box {
    gap: 18px;
  }
}
.product-item-info {
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .product-item-info {
    font-size: 15px;
    line-height: 25px;
  }
}
.product-item-info-card {
  width: 110px;
  height: 164px;
  background-color: #ffffff;
  padding: 12px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  position: absolute;
  top: -316px;
  text-decoration: none;
}
.product-item-info-card:hover, .product-item-info-card:focus {
  text-decoration: none;
}
@media only screen and (max-width: 1400px) {
  .product-item-info-card {
    top: -65px;
  }
}
@media only screen and (max-width: 1023px) {
  .product-item-info-card {
    top: -425px;
    height: 150px;
    gap: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .product-item-info-card {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    width: 94px;
    height: 140px;
  }
}
.product-item-info-card.card-rotate-left {
  transform: rotate(-15deg);
  left: -146px;
}
.product-item-info-card.card-rotate-right {
  transform: rotate(15deg);
  right: -170px;
}
@media only screen and (max-width: 1400px) {
  .product-item-info-card.card-rotate-left {
    left: -126px;
  }
  .product-item-info-card.card-rotate-right {
    right: -130px;
  }
}
@media only screen and (max-width: 1023px) {
  .product-item-info-card.card-rotate-left {
    left: -6px;
  }
  .product-item-info-card.card-rotate-right {
    right: -6px;
  }
}
@media only screen and (max-width: 767px) {
  .product-item-info-card.card-rotate-left, .product-item-info-card.card-rotate-right {
    transform: rotate(0);
  }
}
.product-item-info-card .product-card-logo {
  width: 48px;
  height: 48px;
}
.product-item-info-card .product-card-info {
  color: #000000;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
}
.product-item-info-card .product-card-info b {
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 20px;
}
@media only screen and (max-width: 1023px) {
  .product-item-info-card .product-card-info {
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product-item-info-card .product-card-info {
    font-size: 12px;
    line-height: 15px;
  }
  .product-item-info-card .product-card-info b {
    font-size: 15px;
  }
}
.product-item-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media only screen and (max-width: 1023px) {
  .product-item-links {
    flex-direction: column;
  }
}

.products-title, .products-subtitle {
  font-family: "Montserrat-Black", sans-serif;
}
@media only screen and (max-width: 767px) {
  .products-title, .products-subtitle {
    font-size: 40px;
    line-height: 50px;
    max-width: 280px;
    text-align: center;
  }
}
.products-title {
  font-size: 80px;
  line-height: 88px;
  color: #FF9D00;
}
@media only screen and (max-width: 1023px) {
  .products-title {
    font-size: 60px;
    line-height: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .products-title {
    font-size: 40px;
    line-height: 50px;
  }
}
.products-subtitle {
  font-size: 50px;
  line-height: 60px;
  color: #ffffff;
}
@media only screen and (max-width: 1023px) {
  .products-subtitle {
    font-size: 35px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .products-subtitle {
    font-size: 30px;
    line-height: 40px;
  }
}

.new-gaming-products-bg-img {
  width: 100%;
}
.new-gaming-products-text {
  font-family: "Comfortaa-Regular", sans-serif;
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  margin: -85px auto 0;
  max-width: 818px;
}
@media only screen and (max-width: 1023px) {
  .new-gaming-products-text {
    font-size: 25px;
    line-height: 40px;
    max-width: 672px;
    margin-top: -45px;
  }
}
@media only screen and (max-width: 767px) {
  .new-gaming-products-text {
    font-size: 20px;
    line-height: 30px;
    max-width: 288px;
    margin-top: -20px;
  }
}

.heroes-img {
  display: block;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
  left: -80px;
  right: 0;
  bottom: 55px;
  max-width: 110%;
}
@media only screen and (max-width: 1350px) {
  .heroes-img {
    left: -100px;
    max-width: 110%;
  }
}
@media only screen and (max-width: 1023px) {
  .heroes-img {
    left: -145px;
    max-width: 130%;
  }
}
@media only screen and (max-width: 767px) {
  .heroes-img {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .media-projects-subtitle {
    max-width: 288px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .media-projects-img {
    max-width: 288px;
  }
}

.section-media-projects {
  position: relative;
  z-index: 2;
}
.section-media-projects-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 400px;
  gap: 24px;
  margin: 118px auto 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .section-media-projects-box {
    margin-top: 80px;
    max-width: 342px;
  }
}
@media only screen and (max-width: 767px) {
  .section-media-projects-box {
    align-items: center;
    margin-top: 40px;
  }
}
.section-media-projects-box-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 120px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
}
@media only screen and (max-width: 1023px) {
  .section-media-projects-box-wrapper {
    padding: 0 48px;
  }
}
@media only screen and (max-width: 767px) {
  .section-media-projects-box-wrapper {
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
    gap: 80px;
  }
}
.section-media-projects-title {
  font-family: "Montserrat-Black", sans-serif;
  font-size: 50px;
  line-height: 60px;
  color: #ffffff;
  max-width: 200px;
}
@media only screen and (max-width: 1023px) {
  .section-media-projects-title {
    font-size: 35px;
    line-height: 50px;
    max-width: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .section-media-projects-title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-media-projects-title-box {
    text-align: center;
  }
}
.section-media-projects-subtitle {
  font-size: 15px;
  line-height: 25px;
  color: #FF9D00;
}
@media only screen and (max-width: 1023px) {
  .section-media-projects-subtitle {
    font-size: 12px;
    line-height: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .section-media-projects-subtitle {
    line-height: 20px;
  }
}
.section-media-projects-text {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .section-media-projects-text {
    font-size: 15px;
    line-height: 25px;
    text-align: center;
  }
}

.hw-page-link {
  color: #111;
  font-size: 18px;
  line-height: normal;
  font-family: "Tobi-Greek-Regular", sans-serif;
  padding: 12px 24px 10px;
  border-radius: 4px;
  border: 1px solid rgba(188, 255, 81, 0.5);
  background: linear-gradient(180deg, #A9F036 0%, #5AAD11 100%);
  text-decoration: none;
  text-align: center;
}
.hw-page-link:hover, .hw-page-link:focus {
  color: #111;
  border-color: rgba(202, 255, 116, 0.5);
  background: linear-gradient(181.91deg, #BEFF54 1.6%, #6BC61B 98.39%);
}
@media only screen and (max-width: 1023px) {
  .hw-page-link {
    font-size: 16px;
    padding: 10px 16px 6px;
  }
}

.web-portals-projects {
  background: #111317 url("/dist/images/game-page-hw/blue-back-img.png") no-repeat center;
  position: relative;
  background-size: cover;
  padding-bottom: 154px;
}
@media only screen and (max-width: 1023px) {
  .web-portals-projects {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .web-portals-projects {
    padding-bottom: 80px;
    background-position: 0 -300px;
  }
}
.web-portals-projects .section-media-projects-box {
  margin: -100px 0 0;
}
.web-portals-projects .web-portal-img {
  transform: translateX(196px) translateY(165px);
}
.web-portals-projects .comics-img {
  transform: translateX(106px) translateY(175px);
  margin-bottom: 50px;
}
@media only screen and (max-width: 1023px) {
  .web-portals-projects .section-media-projects-box {
    margin: 0;
  }
  .web-portals-projects .web-portal-img,
.web-portals-projects .comics-img {
    transform: none;
    margin: 0 auto;
  }
}

.section-talk-business {
  background: #111317 url("/dist/images/game-page-hw/purple-back.png") no-repeat center;
  position: relative;
  background-size: cover;
  min-height: 1000px;
}
@media only screen and (max-width: 1400px) {
  .section-talk-business {
    min-height: 900px;
  }
}
@media only screen and (max-width: 1023px) {
  .section-talk-business {
    min-height: 765px;
  }
}
@media only screen and (max-width: 767px) {
  .section-talk-business {
    min-height: 300px;
  }
}
.section-talk-business .products-title {
  text-align: center;
}
.section-talk-business-container {
  padding-top: 140px;
  z-index: 2;
}
@media only screen and (max-width: 1200px) {
  .section-talk-business-container .section-block-divider.divider-top {
    top: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .section-talk-business-container {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-talk-business-container {
    padding-top: 140px;
    padding-bottom: 0;
  }
}
.section-talk-business-text {
  font-family: "Comfortaa-Regular", sans-serif;
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  max-width: 580px;
}
@media only screen and (max-width: 1023px) {
  .section-talk-business-text {
    font-size: 25px;
    line-height: 40px;
    max-width: 510px;
  }
}
@media only screen and (max-width: 767px) {
  .section-talk-business-text {
    font-size: 20px;
    line-height: 30px;
    max-width: 300px;
  }
}
.section-talk-business-text-box {
  width: 100%;
  max-width: 590px;
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .section-talk-business-text-box {
    margin-bottom: 20px;
  }
}
.section-talk-business-link {
  color: #FF9D00;
  text-decoration: none;
}
.section-talk-business-link:hover, .section-talk-business-link:focus {
  color: #ffffff;
}

.talk-business-img {
  display: block;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .talk-business-img {
    position: relative;
  }
}

.game-page-splide__item.splide__slide, .news-page-splide__item.splide__slide {
  margin: 0 10px;
}
.game-page-splide__image, .news-page-splide__image {
  max-width: 100%;
}
.game-page-splide__slide, .news-page-splide__slide {
  position: relative;
}
.game-page-splide__arrows.splide__arrows, .news-page-splide__arrows.splide__arrows {
  position: absolute;
  display: none;
  top: -19px;
  right: 0;
  left: 0;
  bottom: auto;
  transform: none;
  width: 1150px;
  margin: -60px auto 0;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.game-page-splide__arrow.splide__arrow, .news-page-splide__arrow.splide__arrow {
  width: 18px;
  height: 12px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border-radius: 0;
  position: static;
  z-index: 5;
  opacity: 1;
}
.game-page-splide__arrow.splide__arrow svg, .news-page-splide__arrow.splide__arrow svg {
  display: none;
}
.game-page-splide__prev.splide__arrow--prev, .news-page-splide__prev.splide__arrow--prev {
  background-image: url("/dist/images/icon-nav-left.svg");
  margin-right: 139px;
}
.game-page-splide__next.splide__arrow--next, .news-page-splide__next.splide__arrow--next {
  background-image: url("/dist/images/icon-nav-right.svg");
}
.game-page-splide__pagination.splide__pagination, .news-page-splide__pagination.splide__pagination {
  display: flex;
  height: auto;
  position: static;
  top: auto;
  bottom: auto;
  margin: 24px auto 0;
  transform: none;
}
.game-page-splide__splide .splide__pagination__page, .news-page-splide__splide .splide__pagination__page {
  width: 12px;
  height: 12px;
  margin: 5px;
  background-color: #000000;
  opacity: 1;
}
.game-page-splide__splide .splide__pagination__page.is-active, .news-page-splide__splide .splide__pagination__page.is-active {
  background-color: #FF9D00;
  transform: none;
}

@media only screen and (min-width: 768px) {
  .game-page-splide__pagination.splide__pagination, .news-page-splide__pagination.splide__pagination {
    top: -67px;
    width: 100%;
    padding: 0 48px;
    margin: 0;
    position: absolute;
    box-sizing: border-box;
    justify-content: flex-end;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 1024px) {
  .game-page-splide__arrows.splide__arrows {
    display: flex;
    width: 100%;
    top: -20px;
    padding: 0 48px;
    box-sizing: border-box;
  }
  .game-page-splide__pagination.splide__pagination {
    top: -31px;
    bottom: auto;
    padding: 0 80px;
    margin: -60px auto 0;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
}
@media only screen and (min-width: 1440px) {
  .game-page-splide__arrows.splide__arrows {
    max-width: 1240px;
  }
  .game-page-splide__pagination.splide__pagination {
    max-width: 1200px;
    padding: 0 60px;
  }
}
.page-single-news {
  margin: 60px auto 0;
  padding-top: 60px;
  position: relative;
}
.page-single-news:before {
  content: "";
  width: 100%;
  height: 160px;
  position: absolute;
  background-image: url("/dist/images/header-bg-stars.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  left: 0;
  top: 0;
}
.page-single-news__image-wrap {
  position: relative;
  z-index: 2;
}
.page-single-news__image-wrap:before {
  content: "";
  display: none;
}
.page-single-news__image {
  width: 100%;
  display: block;
}
.page-single-news__content-image {
  max-width: 100%;
  display: block;
  margin: 32px 0;
  padding: 0 !important;
}
.page-single-news__preview {
  width: 100%;
  padding: 20px 0 0;
  box-sizing: border-box;
  position: static;
}
.page-single-news__preview .page-single-news__link {
  text-transform: capitalize;
}
.page-single-news__preview .base-text__h2, .page-single-news__preview .base-text__h4 {
  color: #000000;
}
.page-single-news__link {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  margin-bottom: 24px;
}
.page-single-news__description {
  text-decoration: none;
  color: #ffffff;
}
.page-single-news__details {
  padding: 20px 0;
}
.page-single-news__details .base-text__text-general {
  margin-bottom: 16px;
}
.page-single-news .article .article__content-wrap .base-text__h4, .page-single-news .article .article__content-wrap .base-text__h3 {
  color: #000000;
}
.page-single-news__footer {
  padding: 40px 20px;
  margin: 40px -20px;
  border-top: 1px solid #DADADA;
}
.page-single-news__footer-title {
  margin-bottom: 32px;
}
.page-single-news__footer .base-text__text-general {
  font-size: 16px;
  line-height: 20px;
}
.page-single-news__slider .splide__arrows.game-page-splide__arrows {
  display: none;
}
.page-single-news__slider .splide__pagination.game-page-splide__pagination {
  position: static;
  margin: 0;
  padding: 20px 0;
  width: 100%;
  max-width: 100%;
  transform: none;
  justify-content: center;
}
.page-single-news__slider .splide--draggable > .splide__track > .splide__list > .splide__slide {
  height: auto;
  justify-content: center;
}
.page-single-news__slider .splide--draggable > .splide__track > .splide__list > .splide__slide img {
  display: block;
  max-width: 100%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .page-single-news__image-wrap {
    margin-bottom: 24px;
  }
  .page-single-news__image-wrap:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(250, 250, 250, 0) 2%, rgba(0, 0, 0, 0.59) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
  }
  .page-single-news__content-image {
    margin: 0 auto 40px;
  }
  .page-single-news__remote {
    line-height: 36px;
  }
  .page-single-news__corporate {
    line-height: 40px;
  }
  .page-single-news__preview {
    width: 85%;
    padding: 40px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .page-single-news__preview-remote, .page-single-news__preview-corporate {
    width: 90%;
  }
  .page-single-news__preview .base-text__h2 {
    margin-bottom: 0;
  }
  .page-single-news__preview .base-text__h2, .page-single-news__preview .base-text__h4 {
    color: #ffffff;
  }
  .page-single-news__details {
    padding: 20px 40px;
  }
  .page-single-news__details .base-text__text-general {
    margin-bottom: 32px;
  }
  .page-single-news__footer {
    padding: 40px 0;
    margin: 40px 0 0;
  }
  .page-single-news__footer-title {
    margin-bottom: 60px;
  }
  .page-single-news__slider .splide--draggable > .splide__track > .splide__list > .splide__slide {
    height: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .page-single-news {
    margin: 88px auto 0;
    padding-top: 116px;
  }
  .page-single-news:before {
    content: "";
    height: 328px;
  }
  .page-single-news__preview, .page-single-news__details {
    padding: 80px;
  }
  .page-single-news__preview-remote, .page-single-news__preview-corporate {
    padding: 40px 80px;
  }
  .page-single-news__remote, .page-single-news__corporate {
    line-height: 52px;
  }
  .page-single-news__image-wrap {
    margin-bottom: 40px;
  }
  .page-single-news__footer {
    padding: 60px 0;
    margin-top: 80px;
  }
  .page-single-news__slider .splide--draggable > .splide__track > .splide__list > .splide__slide {
    display: flex;
    justify-content: center;
  }
}
.singlenews_container {
  max-width: 1000px;
  padding: 0;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #545454;
}
.singlenews .logo_color {
  display: none;
}
.singlenews.fixed .logo_color {
  display: block;
}
.singlenews.fixed .logo_white {
  display: none;
}
.singlenews .header_menu_link {
  color: #fff;
}
.singlenews_page {
  padding-bottom: 80px;
}
.singlenews_page .section_top {
  height: 100vh;
  max-height: 550px;
}
.singlenews_page .section_top:before {
  background-color: rgba(45, 45, 45, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: " ";
  z-index: 1;
  display: block;
}
.singlenews_page .section_top_img {
  height: 100vh;
  max-height: 550px;
  margin-top: 0;
  -o-object-position: top;
     object-position: top;
}
.singlenews_page .section_top_img.image_position_center {
  -o-object-position: center;
     object-position: center;
}
.singlenews_category_link {
  text-transform: lowercase;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.4);
  padding: 5px 10px 3px;
  margin: 5px 6px 0 5px;
  display: inline-block;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  line-height: 18px;
  text-decoration: none;
  border-radius: 100px;
}
.singlenews_category_link:hover {
  border-color: transparent;
  background-color: #fcb514;
}
.singlenews_title {
  padding: 20px;
  font-size: 45px;
  line-height: 45px;
  color: #fff;
  margin: 0 auto;
  letter-spacing: -1px;
}
.singlenews_title_center {
  text-align: center;
}
.singlenews_public_date {
  font-family: "Roboto";
  font-size: 16px;
  line-height: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}
.singlenews .section_top .singlenews_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 42%;
}
.singlenews_box, .singlenews_footer {
  background-color: #fff;
  position: relative;
}
.singlenews_box {
  z-index: 2;
  padding: 70px 0 0;
}
.singlenews_box_title {
  letter-spacing: 0;
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
  color: #545454;
  margin-bottom: 24px;
}
.singlenews_box_content {
  font-family: "Roboto";
}
.singlenews_box_content p {
  margin: 0 0 10px;
}
.singlenews_box_content p:first-child {
  padding-bottom: 27px;
  margin-bottom: 0;
}
.singlenews_box_link {
  color: #fcb514;
  text-decoration: none;
}
.singlenews_box_img {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.singlenews_box_img > img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.singlenews_box_video {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding-top: 56%;
}
.singlenews_box_video > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.singlenews_content_bottom {
  font-family: "Roboto";
  margin: 35px 0 0;
}
.singlenews_slider .slider {
  width: 100%;
}
.singlenews_slider .slider .owl-carousel.owl-drag .owl-item {
  height: 400px;
}
.singlenews_slider .slider .owl-carousel.owl-drag .owl-item img {
  width: 600px;
  height: 400px;
}
.singlenews_footer {
  z-index: 3;
  padding: 35px 0;
}
.singlenews_footer_btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 30px 0 10px;
}
.singlenews_footer_btn_link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 13px 42px;
  border: 2px solid #fcb514;
  visibility: visible;
  background-color: transparent;
  color: #fcb514;
  border-radius: 200px;
  text-decoration: none;
}
.singlenews_footer_btn_link span {
  display: inline-block;
  line-height: 20px;
  font-size: 20px;
  transform: translateX(10px);
  transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1), transform 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1), -webkit-transform 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  position: relative;
}
.singlenews_footer_btn_link svg {
  display: inline-block;
  width: 18px;
  height: 18px;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  transform: translateX(6px);
}
.singlenews_footer_btn_link:hover {
  justify-content: space-between;
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  box-shadow: none;
  transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1), transform 0.45s cubic-bezier(0.25, 1, 0.33, 1), border-color 0.45s cubic-bezier(0.25, 1, 0.33, 1), color 0.45s cubic-bezier(0.25, 1, 0.33, 1), background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  background-color: #fcb514;
  border-color: #fcb514;
}
.singlenews_footer_btn_link:hover span {
  transform: translateX(0px);
  color: #fff;
}
.singlenews_footer_btn_link:hover svg {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  transform: translateX(16px);
}
.singlenews .direction_row_box {
  margin-bottom: 30px;
}
.singlenews_direction_row, .singlenews_direction_column {
  display: flex;
}
.singlenews_direction_row {
  flex-direction: row;
  align-items: stretch;
}
.singlenews_direction_row .singlenews_box_img, .singlenews_direction_row .singlenews_box_content {
  width: 50%;
  box-sizing: border-box;
}
.singlenews_direction_row .singlenews_box_content {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.singlenews_direction_row .singlenews_box_title {
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 0;
  font-family: NTR;
}
.singlenews_direction_row .row_box_left {
  order: 1;
}
.singlenews_direction_row .row_box_left.singlenews_box_content {
  margin: 0;
  margin-right: 20px;
}
.singlenews_direction_row .row_box_right {
  order: 2;
}
.singlenews_direction_row .row_box.singlenews_box_img {
  width: 65%;
  overflow: hidden;
}
.singlenews_direction_row .row_box.singlenews_box_content {
  width: 35%;
}
.singlenews_direction_column {
  flex-direction: column;
}

.quote,
.open-quote {
  font-family: "Montserrat-Regular", sans-serif;
}

.open-quote {
  font-size: 110px;
  line-height: 110px;
  margin-bottom: -30px;
}

.quote {
  letter-spacing: 0;
  font-size: 58px;
  line-height: 58px;
  font-weight: 400;
}

@media only screen and (max-width: 1200px) {
  .singlenews_container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 999px) {
  .singlenews_title, .singlenews_box_title {
    font-size: 38px;
    line-height: 38px;
  }
  .singlenews_direction_row .row_box.singlenews_box_content, .singlenews_direction_row .row_box.singlenews_box_img {
    width: 50%;
  }
  .singlenews .open-quote {
    font-size: 62px;
    line-height: 62px;
    margin-bottom: 0;
  }
  .singlenews .quote {
    font-size: 32px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .singlenews_direction_row {
    flex-direction: column;
  }
  .singlenews_direction_row .singlenews_box_img, .singlenews_direction_row .singlenews_box_content {
    width: 100%;
    padding: 0 40px;
    margin-left: 0;
  }
  .singlenews_content_bottom {
    padding: 0 40px;
  }
  .singlenews_box_content .singlenews_content_bottom {
    padding: 0;
  }
  .singlenews_direction_row .row_box.singlenews_box_content, .singlenews_direction_row .row_box.singlenews_box_img {
    width: 100%;
  }
  .singlenews_direction_row .row_box_right {
    order: 1;
  }
  .singlenews .open-quote {
    font-size: 62px;
    line-height: 62px;
    margin-bottom: 0;
  }
  .singlenews .quote {
    font-size: 32px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 690px) {
  .singlenews_slider .owl-carousel.owl-loaded,
.singlenews_slider .owl-carousel .owl-item img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .singlenews_title, .singlenews_box_title {
    font-size: 32px;
    line-height: 32px;
  }
  .singlenews_direction_row .singlenews_box_img, .singlenews_direction_row .singlenews_box_content {
    padding: 0;
  }
  .singlenews_content_bottom {
    padding: 0;
  }
}
.category_page {
  display: block;
  padding: 60px 0 0;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.category_list {
  padding-bottom: 40px;
  box-sizing: border-box;
}
.category_list .article__date {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}
.category_list .article__category {
  font-size: 24px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 16px;
}
.category_list .article__h3 {
  font-size: 20px;
  line-height: 28px;
  font-family: "Comfortaa-Bold", sans-serif;
  margin-bottom: 16px;
  color: #000000;
}
.category_list .article__description {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.category_list .article__image {
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .category_list .article__image {
    margin-bottom: 0;
    margin-right: 24px;
  }
}
@media screen and (max-device-width: 768px) and (orientation: landscape) {
  .category_list .article__image {
    background-position: 0;
    background-size: contain;
  }
}
@media screen and (min-width: 1024px) {
  .category_page {
    padding: 88px 0 0;
  }
  .category_list .article__h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
.slider {
  background-color: transparent;
  width: 66%;
  max-width: 100%;
}

.owl-theme .owl-dots .owl-dot span {
  width: 30px;
  height: 4px;
  border-radius: 0;
}

.owl-carousel .owl-stage-outer {
  margin: 40px auto;
}
.owl-carousel .owl-item img {
  max-width: 724px;
}

.section_about {
  width: 100%;
  background: #000 url("/dist/images/xpeople_back.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  position: relative;
}
.section_about:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent url("/dist/images/xpeople.png") no-repeat 100% 0;
  background-size: contain;
}
.section_about_title {
  margin: 0 0 40px;
}
.section_about_title, .section_about_info {
  font-family: "Comfortaa-Bold", sans-serif;
  color: #fff;
  max-width: 792px;
}
.section_about_video {
  position: relative;
}
.section_about_video iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section_our_facts {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.section_our_fact_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section_life {
  background: transparent url("/dist/images/people.jpg") no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 860px;
}
.section_life_title {
  font-family: "Montserrat-Black", sans-serif;
}
.section_life_item_title {
  font-family: "Comfortaa-Bold", sans-serif;
}
.section_life_list_title {
  font-family: "Montserrat-Bold", sans-serif;
}
.section_life_wrap {
  display: flex;
}
.section_life_list .list_item {
  padding-left: 46px;
  position: relative;
}
.section_life_list .list_item:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: -2px;
  left: 0;
  background: transparent url("/dist/images/logoIcon.svg") no-repeat 100% 0;
}
.section_careers {
  min-height: 504px;
  padding: 120px 0;
  background-color: #fff;
  display: flex;
  position: relative;
}
.section_careers #careers {
  display: block;
  height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  top: -70px;
}
.section_careers:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 40px);
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #DADADA;
}
.section_careers_wrap {
  display: flex;
}
.section_careers_title {
  font-family: "Montserrat-Black", sans-serif;
}
.section_careers_info, .section_careers_link {
  font-family: "Comfortaa-Bold", sans-serif;
}
.section_careers_text {
  margin-bottom: 38px;
}
.section_careers_links {
  display: flex;
}
.section_careers_links span {
  display: flex;
}
.section_careers_links span .section_careers_link {
  padding-left: 24px;
}
.section_careers_links .custom_btn {
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  white-space: nowrap;
}
.section_files {
  background-color: #fff;
  display: flex;
}
.section_files_wrap {
  display: flex;
}
.section_files_title {
  font-family: "Montserrat-Black", sans-serif;
}
.section_files_items {
  display: flex;
}
.section_files_items span {
  display: block;
}
.section_files_items a {
  font-family: "Montserrat-Bold", sans-serif;
}
.section_file {
  padding-left: 46px;
  position: relative;
}
.section_file:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: -2px;
  left: 0;
  background: transparent url("/dist/images/logoIcon.svg") no-repeat 100% 0;
}
.section_file a {
  font-family: "Montserrat-Bold", sans-serif;
}
.section_astana_hub {
  min-height: 64px;
  padding: 52px 0 40px;
  background-color: #fff;
  display: flex;
  position: relative;
}
.section_astana_hub:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 40px);
  height: 1px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #DADADA;
}
.section_astana_hub_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 6px;
  padding-right: 6px;
  gap: 40px;
}
.section_astana_hub_text {
  font-size: 16px;
  line-height: 20px;
  position: relative;
}
.section_astana_hub_text:before {
  content: "";
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: -60px;
  margin: 0 auto;
  background-color: #DADADA;
}

.fact_item_title {
  font-family: "Montserrat-Bold", sans-serif;
  text-align: center;
  white-space: pre-line;
}
.facts_info {
  display: flex;
}
.facts_info_item {
  width: 100%;
}
.facts_info_item p {
  font-family: "Montserrat-Regular", sans-serif;
}
.facts_info_item .custom_btn {
  width: 100%;
}

.our_story_info {
  font-family: "Comfortaa-Bold", sans-serif;
}
.our_story_info_wrap {
  display: flex;
  margin-bottom: 60px;
}
.our_story_info_title {
  font-family: "Montserrat-Black", sans-serif;
}
.our_story_info_details {
  margin-bottom: 0;
}
.our_story_info .base-text__h3 {
  margin-bottom: 0;
}
.our_story_text_wrap .custom_btn {
  margin: 110px 0 120px;
}
.our_story_photo {
  position: relative;
  margin-bottom: 60px;
  margin-top: 60px;
}
.our_story_photo:after {
  display: block;
  content: "";
  /* 16:9 aspect ratio */
  padding-bottom: 70.25%;
}
.our_story_photo img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: auto;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
  transform: rotate(-8.72deg);
  margin: 0 auto;
}

.about_page_slider {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 100%;
  min-height: 240px;
  margin: 40px auto;
}
.about_page_slider .splide {
  width: 60%;
  min-width: 320px;
}
.about_page_slider .splide__track {
  padding: 20px 0;
}
.about_page_slider .splide__slide {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}
.about_page_slider .splide__pagination__page {
  width: 12px;
  height: 12px;
  margin: 5px;
  background-color: #000000;
  opacity: 1;
}
.about_page_slider .splide__pagination__page.is-active {
  background-color: #FF9D00;
  transform: none;
}
.about_page_slider .splide .slide_item_ico {
  max-width: 200px;
}
.about_page_slider .splide .slide_item_ico img {
  max-width: 80%;
}
.about_page_slider .splide .slide_item_title {
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 18px;
  line-height: 24px;
  white-space: pre-line;
}

.section_our_facts {
  display: none;
}

.section_about {
  justify-content: flex-end;
  padding-top: 120px;
  padding-bottom: 0;
}
.section_about:before {
  display: none;
}
.section_about_title {
  font-size: 36px;
  line-height: 42px;
}
.section_about_info {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 80px;
}
.section_about_video {
  position: relative;
  margin: 0 -12px;
  padding-bottom: 56%;
}
.section_life {
  padding: 80px 0 84px;
  background-position-x: 50%;
  background-position-y: 50%;
}
.section_life_wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.section_life_title {
  font-size: 26px;
  line-height: 32px;
  margin: 0 auto 24px;
}
.section_life_list, .section_life_item {
  width: 100%;
}
.section_life_item {
  margin-bottom: 24px;
}
.section_life_item_title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}
.section_life_item_text {
  font-size: 16px;
  line-height: 20px;
}
.section_life_list_title {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 24px;
}
.section_life_list .list_item {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 24px;
}
.section_careers {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
}
.section_careers #careers {
  display: block;
  height: 40px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
}
.section_careers:before {
  width: 100%;
}
.section_careers_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.section_careers_wrap > .section_careers_img {
  max-width: 296px;
}
.section_careers_wrap .content_block:last-child > .section_careers_img {
  display: none;
}
.section_careers_title {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 24px;
}
.section_careers_info {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px;
}
.section_careers_text {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 24px;
}
.section_careers_link {
  font-size: 18px;
  line-height: 24px;
}
.section_careers_links {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.section_careers_links span {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  margin-bottom: 20px;
}
.section_careers_links span:last-child {
  margin-bottom: 0;
}
.section_files {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 60px 0 80px;
}
.section_files_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.section_files_title {
  font-size: 26px;
  line-height: 32px;
  margin: 0 0 24px;
}
.section_files_list {
  margin-bottom: 24px;
}
.section_files_list:last-child {
  margin-bottom: 0;
}
.section_files_list:last-child .section_file:last-child {
  margin-bottom: 0;
}
.section_files_items {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 16px;
  line-height: 20px;
}
.section_files_items span {
  margin-bottom: 20px;
}

.section_file {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 24px;
}

.facts_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.facts_info_item:last-child {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.facts_info_item .custom_btn {
  width: 100%;
  margin-top: 40px;
  max-width: 442px;
}
.facts_info_item p {
  font-size: 16px;
  line-height: 20px;
}

.facts_info_wrapper {
  margin-bottom: 80px;
}

.our_story_info {
  font-size: 18px;
  line-height: 24px;
  margin: 24px 0;
}
.our_story_info_wrap {
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
}
.our_story_info_title {
  font-size: 26px;
  line-height: 32px;
}
.our_story_info_item:first-child {
  padding-top: 0;
}
.our_story_info_item:last-child {
  margin-top: 0;
}
.our_story_text_wrap {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
}
.our_story_text_wrap p {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .about_page_slider {
    display: none;
  }

  .section_our_facts {
    display: flex;
  }

  .section_about_title {
    font-size: 64px;
    line-height: 80px;
  }
  .section_about_info {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 60px;
    max-width: 672px;
  }
  .section_about_title {
    margin: 0 0 40px;
  }
  .section_about_video {
    width: 672px;
    margin: 0 0 80px;
    padding-bottom: 382px;
  }
  .section_about_title, .section_about_info {
    width: 100%;
    padding: 0;
  }
  .section_careers {
    padding: 120px 0;
  }
  .section_careers #careers {
    display: block;
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
  }
  .section_careers_wrap {
    margin: 0 auto;
  }
  .section_careers_wrap > .section_careers_img {
    display: none;
  }
  .section_careers_wrap .content_block:last-child {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .section_careers_wrap .content_block:last-child > .section_careers_img {
    display: block;
    margin-right: 18px;
  }
  .section_careers:before {
    width: calc(100% - 96px);
  }
  .section_careers_title {
    font-size: 36px;
    line-height: 52px;
    margin-bottom: 24px;
  }
  .section_careers_info {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
  }
  .section_careers_text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 38px;
  }
  .section_careers_link {
    font-size: 18px;
    line-height: 24px;
  }
  .section_our_story {
    padding-top: 40px;
  }
  .section_our_story_info_wrap {
    margin-bottom: 100px;
  }
  .section_our_facts {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    align-items: flex-start;
  }
  .section_our_fact_item {
    width: 100%;
    max-width: 50%;
    margin-bottom: 62px;
  }
  .section_life {
    padding-bottom: 100px;
  }
  .section_life_title {
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 40px;
  }
  .section_life_item {
    margin-bottom: 70px;
  }
  .section_life_item_title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
  }
  .section_life_item_text {
    font-size: 18px;
    line-height: 24px;
  }
  .section_life_list_title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .section_life_list .list_item {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
  }
  .section_files {
    min-height: 244px;
    padding: 120px 0 54px;
    margin: 0;
  }
  .section_files_title {
    font-size: 36px;
    line-height: 52px;
    margin-bottom: 40px;
  }
  .section_files_items {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 20px;
    line-height: 28px;
  }
  .section_file {
    font-size: 18px;
    line-height: 24px;
  }
  .section_astana_hub:before {
    width: calc(100% - 96px);
  }
  .section_astana_hub_wrap {
    flex-direction: row;
    align-items: center;
    gap: 120px;
  }
  .section_astana_hub_text {
    font-size: 18px;
    line-height: 24px;
  }
  .section_astana_hub_text:before {
    display: block;
  }

  .fact_item_title {
    font-size: 18px;
    line-height: 24px;
    margin-top: 0;
  }
  .fact_item_ico svg {
    max-width: 82%;
    display: block;
    margin: 0 auto;
  }
  .facts_info {
    margin-bottom: 40px;
  }
  .facts_info_item .custom_btn {
    width: 443px;
    max-width: 100%;
  }

  .facts_info_wrapper {
    margin-bottom: 120px;
  }

  .our_story_photo {
    margin-bottom: 80px;
    margin-top: 80px;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-top-about .section_about_title, .section-top-about .section_about_info, .section-top-about .section_about_video {
    margin-left: 0;
    margin-right: 0;
  }

  .our_story_info_wrap {
    margin-bottom: 120px;
  }

  .facts_button:before {
    content: "";
    display: none;
  }

  .facts_button {
    position: relative;
    margin-bottom: 120px;
  }
  .facts_button:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -120px;
    background: #DADADA;
    pointer-events: none;
  }

  .section_careers_wrap {
    max-width: 100%;
    flex-direction: row;
    align-items: flex-start;
  }
  .section_careers_wrap > .section_careers_img {
    display: block;
    max-width: 100%;
    margin-right: 38px;
  }
  .section_careers_wrap .content_block:last-child > .section_careers_img {
    display: none;
  }
  .section_careers:before {
    max-width: 100%;
  }
  .section_careers_title {
    font-size: 48px;
    margin-bottom: 40px;
  }
  .section_careers_info {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 32px;
  }
  .section_careers_text {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 38px;
  }
  .section_careers_link {
    font-size: 20px;
    line-height: 28px;
  }
  .section_careers_links {
    flex-direction: row;
  }
  .section_careers_links span {
    flex-direction: row;
    margin-right: 40px;
    margin-bottom: 0;
  }
  .section_about {
    min-height: 926px;
    padding: 0;
    margin-top: 88px;
  }
  .section_about:before {
    display: block;
  }
  .section_about_title {
    font-size: 96px;
    line-height: 120px;
    position: absolute;
    top: 60px;
  }
  .section_about_info {
    font-size: 32px;
    line-height: 40px;
    position: absolute;
    top: 220px;
  }
  .section_about_title, .section_about_info {
    margin-left: 0;
    margin-right: 0;
  }
  .section_about_video {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 446px;
  }
  .section_our_fact_item {
    width: auto;
    max-width: 100%;
    margin-bottom: 0;
  }
  .section_our_facts {
    max-width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 100px;
  }
  .section_our_story {
    padding-top: 100px;
  }
  .section_life {
    background-position-x: 100%;
    padding-bottom: 0;
    padding-top: 0;
  }
  .section_life_wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .section_life_title {
    max-width: 100%;
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 60px;
  }
  .section_life_item {
    margin-bottom: 0;
    padding-right: 75px;
    width: calc(50% - 60px);
    margin-right: 25px;
  }
  .section_life_item_title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .section_life_item_text {
    font-size: 20px;
    line-height: 28px;
  }
  .section_life_list {
    width: 50%;
  }
  .section_life_list_title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 40px;
  }
  .section_life_list .list_item {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .section_files {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .section_files_wrap {
    max-width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .section_files_title {
    max-width: 100%;
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 40px;
  }
  .section_files_items {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 20px;
    line-height: 28px;
    width: 50%;
  }
  .section_files_items span {
    margin-bottom: 20px;
  }
  .section_files_list {
    width: calc(50% - 60px);
    padding-right: 60px;
  }
  .section_file {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .section_astana_hub:before {
    max-width: 100%;
  }
  .section_astana_hub_text {
    font-size: 20px;
    line-height: 28px;
    max-width: 720px;
  }

  .fact_item_title {
    max-width: 220px;
    font-size: 24px;
    line-height: 24px;
    margin-top: 50px;
  }
  .fact_item_ico svg {
    max-width: 100%;
  }

  .facts_info_wrapper {
    overflow: hidden;
    margin-bottom: 80px;
  }

  .facts_info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 80px;
  }
  .facts_info_item:first-child {
    margin-bottom: 0;
    padding-right: 40px;
  }
  .facts_info_item:last-child {
    display: block;
  }
  .facts_info_item p {
    font-size: 20px;
    line-height: 28px;
  }
  .facts_info_item .custom_btn {
    margin-top: 0;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    padding: 14px 70px;
  }

  .our_story_info {
    font-size: 32px;
    line-height: 40px;
    margin: 40px 0;
  }
  .our_story_info_wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .our_story_info_title {
    font-family: "Montserrat-Black", sans-serif;
    font-size: 48px;
    line-height: 52px;
  }
  .our_story_info_item:first-child:before {
    display: block;
  }
  .our_story_info_details {
    box-sizing: border-box;
    width: 50%;
  }
  .our_story_info_details:first-child {
    padding-right: 70px;
  }
  .our_story_info_details:last-child {
    padding-left: 20px;
  }
  .our_story_info_description {
    display: flex;
    flex-direction: row;
    margin-bottom: 80px;
  }
  .our_story_photo {
    margin-top: 80px;
    width: 832px;
  }
  .our_story_text_wrap {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 28px;
  }
  .our_story_text_wrap .custom_btn {
    display: block;
  }

  .our_story_info_image_wrapper {
    display: flex;
    flex-direction: row;
    position: relative;
  }
  .our_story_info_image_wrapper .our_story_info {
    width: 100%;
    max-width: 50%;
  }
  .our_story_info_image_wrapper .our_story_photo {
    width: 50%;
    position: absolute;
    right: 0;
    bottom: -60px;
  }
}
.policy_page {
  display: block;
  padding: 124px 0 40px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  color: #545454;
  font-size: 16px;
}
.policy_page h3, .policy_page h5 {
  margin: 0 0 8px;
}
.policy_page h3 {
  letter-spacing: 0;
  font-size: 38px;
  line-height: 48px;
  font-weight: 400;
}
.policy_page h5 {
  letter-spacing: 0;
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
}
.policy_page p b {
  margin-top: 24px;
  display: block;
}
.policy_page p, .policy_page ul li, .policy_page ol li {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
  font-family: "Montserrat-Regular", sans-serif;
  letter-spacing: 0.39px;
  color: #000000;
}
.policy_page p:last-child, .policy_page ul li:last-child, .policy_page ol li:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .policy_page p, .policy_page ul li, .policy_page ol li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .policy_page p, .policy_page ul li, .policy_page ol li {
    font-size: 20px;
    line-height: 28px;
  }
}
.policy_page ul {
  margin: 32px 0 32px 20px;
}
.policy_page ul li {
  margin-bottom: 12px;
}
.policy_page ul.list-disc {
  list-style: disc;
  padding-left: 20px;
}
.policy_page b {
  font-weight: 600;
}
.policy_page a {
  word-break: break-word;
}
.policy_page a,
.policy_page a:hover,
.policy_page a:focus {
  text-decoration: none;
  color: #fcb514;
}
.policy_page table {
  margin: 30px 0;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  border-collapse: collapse;
}
@media only screen and (min-width: 768px) {
  .policy_page table {
    display: table;
  }
}
@media only screen and (min-width: 1280px) {
  .policy_page table {
    justify-content: center;
    overflow: visible;
    max-width: 900px;
    width: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .policy_page table {
    max-width: 1000px;
  }
}
.policy_page tr, .policy_page td, .policy_page th {
  border: 1px solid #DADADA;
}
.policy_page td, .policy_page th {
  font-size: 12px;
  line-height: 15px;
  font-family: "Montserrat-Regular", sans-serif;
  padding: 10px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .policy_page td, .policy_page th {
    font-size: 15px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .policy_page td, .policy_page th {
    font-size: 15px;
    line-height: 25px;
  }
}
.policy_page th {
  font-family: "Montserrat-Bold", sans-serif;
}
.policy_page td[rowspan] {
  vertical-align: top;
}
.policy_page details {
  margin-bottom: 24px;
}
.policy_page details summary {
  cursor: pointer;
}
.policy_page details summary::marker {
  font-size: 16px;
}
.policy_page details p {
  font-size: 14px;
  margin-bottom: 12px;
}

@media only screen and (max-width: 999px) {
  .policy_container {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .policy_page h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 540px) {
  .policy_page h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .policy_page h5 {
    font-size: 22px;
    line-height: 22px;
  }
}
.modal {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 5;
}
.modal_wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  padding: 40px 0;
}
.modal_body {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  width: 100%;
  max-width: 900px;
  align-self: center;
  position: relative;
}
.modal_btn_close {
  top: -40px;
  right: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-right: 0;
  line-height: 20px;
  transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
  -webkit-transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
  color: #fff;
  text-align: right;
  position: absolute;
  cursor: pointer;
}
.modal_btn_close:hover {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.modal_btn_close > svg {
  display: block;
  width: 20px;
  height: 20px;
}
.modal .iframe-scaler {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.93);
}
.modal .iframe-scaler > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.modal.showModal {
  display: block;
  background-color: rgba(11, 11, 11, 0.85);
  transition: all 0.3s ease-out;
}
.modal.showModal .iframe-scaler {
  opacity: 1;
  transform: scale(1);
}

.section-form-feedback {
  display: flex;
  flex-direction: column;
}
.section-form-feedback .divider {
  width: 100%;
  height: 1px;
  background-color: #DADADA;
  margin: 30px auto;
}
@media only screen and (min-width: 768px) {
  .section-form-feedback .divider {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .section-form-feedback .divider {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

.form-apply-success + .vacancy-container {
  display: none;
}
.form-feedback-wrapper {
  order: 2;
}
.form-feedback__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .form-feedback__container {
    flex-direction: row;
    justify-content: space-between;
  }
}
.form-feedback__wrapper {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .form-feedback__wrapper {
    max-width: 479px;
  }
}
@media only screen and (min-width: 1440px) {
  .form-feedback__wrapper {
    max-width: 726px;
  }
}
.form-feedback__title {
  font-family: "Montserrat-Black", sans-serif;
  font-size: 26px;
  line-height: 32px;
  color: #FF9D00;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .form-feedback__title {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .form-feedback__title {
    font-size: 50px;
    line-height: 60px;
  }
}
.form-feedback--info {
  font-size: 16px;
  line-height: 20px;
  color: #a1a3a4;
  margin-top: 12px;
}
@media only screen and (min-width: 768px) {
  .form-feedback--info {
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .form-feedback--info {
    font-size: 20px;
    line-height: 28px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.form-message {
  min-height: 30px;
  font-size: 20px;
  color: #38c172;
}
.form-message.error {
  color: #e3342f;
}

.fieldset {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin-top: 30px;
}
.fieldset:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .fieldset {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 1440px) {
  .fieldset {
    margin-top: 30px;
  }
}
.fieldset-wrapper {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .fieldset-wrapper {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1440px) {
  .fieldset-wrapper {
    margin-bottom: 30px;
  }
}
.fieldset-label {
  font-size: 12px;
  line-height: 15px;
  font-family: "Montserrat-Bold", sans-serif;
  order: 1;
}
.fieldset-label--type-file {
  order: 3;
}
@media only screen and (min-width: 768px) {
  .fieldset-label {
    font-size: 15px;
    line-height: 25px;
  }
}
.fieldset-input, .fieldset-textarea {
  outline: none;
  padding: 0 5px 7px;
  margin: 10px 0 0;
  height: 22px;
  font-size: 16px;
  line-height: 20px;
  text-overflow: ellipsis;
  font-family: "Montserrat-Regular", sans-serif;
  order: 2;
  border: 0;
  border-bottom: 2px solid #a1a3a4;
  background-color: #ffffff;
}
.fieldset-input:hover, .fieldset-textarea:hover {
  border-bottom-color: #ffbf1c;
}
.fieldset-input:focus, .fieldset-textarea:focus {
  border-bottom-color: #ff9d00;
}
.fieldset-input::-moz-placeholder, .fieldset-textarea::-moz-placeholder {
  color: #a1a3a4;
}
.fieldset-input::placeholder, .fieldset-textarea::placeholder {
  color: #a1a3a4;
}
.fieldset-input--type-file, .fieldset-textarea--type-file {
  width: 1px;
  height: 1px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .fieldset-input, .fieldset-textarea {
    font-size: 20px;
    line-height: 30px;
    height: 28px;
    margin-top: 10px;
    padding-bottom: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .fieldset-input, .fieldset-textarea {
    height: 33px;
  }
}
.fieldset-textarea {
  min-height: 40px;
  max-width: 100%;
}
.fieldset-textarea-wrapper {
  display: flex;
  flex-direction: column;
  order: 2;
}
.fieldset-textarea-wrapper .fieldset-counter {
  order: 3;
  margin-top: 10px;
  font-size: 12px;
  align-self: flex-end;
}
@media only screen and (min-width: 768px) {
  .fieldset-textarea {
    min-height: 60px;
  }
}
@media only screen and (min-width: 1440px) {
  .fieldset-textarea {
    min-height: 33px;
  }
}
.fieldset-error {
  color: #b81414;
  font-size: 12px;
  line-height: 22px;
  font-family: "Montserrat-Regular", sans-serif;
  order: 3;
}
.fieldset-error + input,
.fieldset-error + textarea {
  border-bottom-color: #b81414;
}
@media only screen and (min-width: 768px) {
  .fieldset-error {
    font-size: 15px;
    line-height: 25px;
  }
}
.fieldset--type-file .fieldset-error {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .fieldset--type-file .fieldset-error {
    text-align: left;
  }
}
.fieldset--type-url {
  position: relative;
}
.fieldset--type-url:hover .fieldset-delete-btn, .fieldset--type-url:focus .fieldset-delete-btn {
  display: block;
}
.fieldset--type-url:last-child {
  margin-bottom: 0;
}
.fieldset--type-url .fieldset-input:hover, .fieldset--type-url .fieldset-input:focus {
  padding-right: 30px;
}
.fieldset-text--type-file {
  font-size: 16px;
  line-height: 20px;
  font-family: "Montserrat-Regular", sans-serif;
  color: #a1a3a4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 4px;
  margin: 10px 0;
  order: 2;
}
@media only screen and (min-width: 768px) {
  .fieldset-text--type-file {
    font-size: 18px;
    line-height: 24px;
    margin: 14px 0;
  }
}
@media only screen and (min-width: 1440px) {
  .fieldset-text--type-file {
    font-size: 20px;
    line-height: 30px;
    margin: 14px 0;
  }
}
.fieldset-btn--type-file {
  background-color: #FF9D00;
  border-radius: 8px;
  min-width: 134px;
  width: 134px;
  height: 46px;
  font-size: 18px;
  line-height: 20px;
  color: #111;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .fieldset-btn--type-file {
    font-size: 20px;
    line-height: 24px;
    width: 158px;
    height: 56px;
  }
}
@media only screen and (min-width: 1440px) {
  .fieldset-btn--type-file {
    font-size: 24px;
    line-height: 28px;
    width: 172px;
    height: 60px;
  }
}
.fieldset--additional-links {
  font-size: 15px;
  line-height: 25px;
  font-family: "Montserrat-SemiBold", sans-serif;
  order: 4;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 16px 32px 0 0;
  margin: 0 0 0 auto;
  cursor: pointer;
  width: 120px;
}
.fieldset--additional-links:hover {
  color: #ffbf1c;
}
.fieldset--additional-links:hover > svg path {
  fill: #ffbf1c;
}
.fieldset--additional-links > span {
  display: block;
  margin-right: 8px;
}
.fieldset-type-file-wrapper {
  order: 2;
}
.fieldset-btn--submit {
  font-size: 18px;
  line-height: 20px;
  height: 44px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 600;
  padding: 10px 30px;
  margin: 30px auto 0;
  min-width: 180px;
}
@media only screen and (min-width: 768px) {
  .fieldset-btn--submit {
    font-size: 20px;
    line-height: 24px;
    min-width: 264px;
    padding-left: 34px;
    padding-right: 34px;
    margin: 40px 0 0;
    height: 56px;
  }
}
@media only screen and (min-width: 1440px) {
  .fieldset-btn--submit {
    font-size: 25px;
    line-height: 26px;
    min-width: 280px;
    padding-left: 36px;
    padding-right: 36px;
    margin-top: 20px;
    height: 60px;
  }
}
.fieldset--fileinfo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .fieldset--fileinfo {
    flex-direction: row;
    justify-content: flex-start;
    gap: 20px;
  }
}
.fieldset--filename {
  font-size: 15px;
  line-height: 25px;
  font-family: "Montserrat-SemiBold", sans-serif;
}
.fieldset-delete-btn {
  display: none;
  position: absolute;
  right: 0;
  top: 30px;
  padding-left: 14px;
  width: 14px;
  height: 14px;
  background: #ffffff url("/dist/images/btn-close-black.svg") no-repeat center;
  cursor: pointer;
}
.fieldset-delete-btn:hover {
  background-image: url("/dist/images/btn-close-orange.svg");
}
@media only screen and (min-width: 768px) {
  .fieldset-delete-btn {
    top: 42px;
  }
}

.disclaimer.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
}
.disclaimer.overlay:target {
  visibility: visible;
  opacity: 1;
}
.disclaimer.show {
  visibility: visible;
  opacity: 1;
}
.disclaimer .popup {
  margin: 70px auto;
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;
  width: 80%;
  position: relative;
  height: 85vh;
  box-sizing: border-box;
}
.disclaimer .popup h2 {
  margin-top: 0;
  font-family: "Montserrat-Black", sans-serif;
  color: #000000;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .disclaimer .popup h2 {
    font-size: 32px;
    line-height: 36px;
  }
}
.disclaimer .popup .base-text__text-general {
  overflow: auto;
  max-height: calc(100% - 174px);
  margin-bottom: 20px;
  padding-right: 6px;
}
.disclaimer .popup .base-text__text-general p {
  margin-bottom: 24px;
}
.disclaimer .popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.disclaimer .popup .close:hover {
  color: #38c172;
}
.disclaimer .popup .content {
  font-size: 16px;
  height: 100%;
}
.disclaimer .disclaimer_buttons {
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.disclaimer .disclaimer_button {
  border-radius: 8px;
  border: 1px solid #fcb514;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  margin-right: 10px;
  padding: 0;
  width: 274px;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  color: #fcb514;
}
.disclaimer .disclaimer_button:hover {
  background-color: #fcb514;
  color: #000;
}
.disclaimer a {
  color: #fcb514;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  height: 100%;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 999px) {
  .disclaimer .popup {
    margin: 15px;
    padding: 20px 50px 50px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
  }
  .disclaimer .popup h2 {
    font-size: 1.5em;
  }
  .disclaimer .popup .text {
    padding: 10px;
    margin-bottom: 20px;
  }
  .disclaimer .popup .disclaimer_buttons {
    margin-top: 0;
  }
  .disclaimer .popup .disclaimer_button {
    margin-bottom: 5px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 690px) {
  .disclaimer .popup {
    padding-left: 20px;
    padding-right: 20px;
    min-width: 290px;
  }
  .disclaimer .popup .text {
    max-height: calc(100% - 180px);
  }
  .disclaimer .disclaimer_buttons {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .disclaimer .disclaimer_button {
    font-size: 16px;
  }
  .disclaimer .disclaimer_button:first-child {
    margin-bottom: 24px;
  }
}
.tooltip,
a.tooltip {
  display: inline-block;
  color: #FF9D00;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  text-align: left;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.tooltip:after, .tooltip:before,
a.tooltip:after,
a.tooltip:before {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background-color: #000;
  display: inline-block;
}
.tooltip:after,
a.tooltip:after {
  content: attr(data-tooltip);
  width: 100%;
  border-radius: 5px;
  color: #fff;
  padding: 14px 16px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 16px;
  bottom: 32px;
  left: -40px;
  min-width: 200px;
}
.tooltip:before,
a.tooltip:before {
  content: "";
  width: 14px;
  height: 14px;
  transform: rotate(-45deg);
  bottom: 26px;
  left: 6px;
}
.tooltip.offsetLeft:after,
a.tooltip.offsetLeft:after {
  transform: translateX(10%);
}
.tooltip.offsetRight:after,
a.tooltip.offsetRight:after {
  transform: translateX(-60%);
}
.tooltip:hover:after, .tooltip:hover:before,
a.tooltip:hover:after,
a.tooltip:hover:before {
  opacity: 1;
  visibility: visible;
}

.news_container {
  padding-bottom: 40px;
  box-sizing: border-box;
}

.news-preview {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.news-preview .article {
  margin-top: 0;
  box-sizing: border-box;
  margin-right: 24px;
  align-items: flex-start;
}
.news-preview .article__image {
  width: 160px;
  height: 160px;
  min-width: 160px;
  margin-right: 24px;
}
.news-preview .article_content_wrap {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 24px;
}
.news-preview .article_meta_category {
  order: 1;
}
.news-preview .article_header {
  order: 3;
}
.news-preview .article .base-text__h3, .news-preview .article .base-text__h4 {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
}
.news-preview .article .base-text__h4 {
  text-decoration: none;
}
.news-preview .article [data-type=description] {
  display: none;
}
.news-preview .article__image {
  border-radius: 0;
}

@media only screen and (min-width: 1024px) {
  .news-preview .article__h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1280px) {
  .news-preview .article {
    padding-right: 20px;
  }
  .news-preview .article:last-child {
    display: none;
  }
  .news-preview .article .base-text__h3, .news-preview .article .base-text__h4 {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
  }
  .news-preview .article .base-text__h3 {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 900px) {
  .news-preview {
    flex-direction: column;
  }
  .news-preview .article {
    padding-right: 0;
    margin-top: 40px;
  }
  .news-preview .article .base-text__h4 {
    font-size: 14px;
    line-height: 18px;
  }
  .news-preview .article:first-child {
    margin-top: 0;
  }
}
@media only screen and (max-width: 690px) {
  .news-preview .article_content-wrap {
    padding: 20px 0 0 0;
    width: 100%;
  }
}
.general_page {
  display: block;
  background-color: #fff;
  position: relative;
  padding: 0;
  z-index: 1;
}
.general_page .splide {
  cursor: pointer;
  z-index: 3;
}
.general_page .splide .splide__slide img {
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -80%);
}
.general_page .splide .slide_img {
  display: block;
  width: 100%;
  height: 100vh;
  max-height: 860px;
}
.general_page .splide .slide_img.hw {
  background: transparent url("/dist/images/back_hw.png") no-repeat center;
  background-size: cover;
}
.general_page .splide .slide_img.ie {
  background: transparent url("/dist/images/back_ie.jpg") no-repeat center;
  background-size: cover;
}
.general_page .splide .slide_img.ci {
  background: transparent url("/dist/images/back_ci.jpg") no-repeat center;
  background-size: cover;
}
.general_page .splide .slide_img.tr {
  background: transparent url("/dist/images/back_tr.jpg") no-repeat center;
  background-size: cover;
}
.general_page .splide .slide_img.ih {
  background: transparent url("/dist/images/section-bg-IH-medium.jpg") no-repeat 0 0;
  background-size: cover;
}

.section_games {
  background: #000 url("/dist/images/stars_bg.png") no-repeat 50% 10%;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
  z-index: 4;
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
}
.section_games_title {
  color: #fff;
  font-family: "Montserrat-Black", sans-serif;
  text-transform: uppercase;
  line-height: 140px;
  position: absolute;
}
.section_games #games {
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
}
.section_games .gameSectionParallax {
  display: block;
}
.section_games_wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  overflow-x: auto;
}
.section_games_menu {
  position: absolute;
  z-index: 4;
  bottom: 15%;
  right: 6%;
  width: 285px;
  height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.section_games_menu_item {
  transition: width 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  cursor: pointer;
}
.section_games_menu_item > img {
  transition: all 0.3s;
  width: 55%;
}
.section_games_menu.active_logo-hw .logo-hw, .section_games_menu.active_logo-tr .logo-tr, .section_games_menu.active_logo-ci .logo-ci, .section_games_menu.active_logo-ie .logo-ie, .section_games_menu.active_logo-ih .logo-ih {
  width: 96%;
}

.section_games .splide__pagination {
  bottom: 25px;
}
.section_games .splide__pagination .splide__pagination__page {
  width: 12px;
  height: 12px;
  margin: 4px;
  background: #fff;
  opacity: 1;
}
.section_games .splide__pagination .splide__pagination__page.is-active {
  transform: scale(1);
  background-color: #FF9D00;
}

@media only screen and (max-width: 767px) {
  .general_page .splide .slide_img {
    max-height: 536px;
  }

  .section_games {
    padding-top: 74px;
  }
  .section_games_menu {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .general_page .splide .slide_img.ih {
    background-position: 20% center;
  }
}
@media only screen and (min-width: 768px) {
  .general_page .splide .slide_img {
    max-height: 860px;
  }

  .section_games {
    padding-top: 94px;
  }
  .section_games .splide__pagination {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-height: 700px) and (orientation: landscape) {
  .section_games_menu {
    display: none;
  }

  .general_page .splide .slide_img {
    height: 700px;
  }
  .general_page .splide__pagination {
    display: flex !important;
  }

  .general_page .splide .splide__slide img {
    max-width: 200px;
  }
}
@media only screen and (min-width: 1024px) {
  .section_games {
    padding-top: 78px;
  }
}
@media only screen and (min-width: 1280px) {
  .section_games {
    padding-top: 102px;
  }
}
@media only screen and (min-width: 1800px) {
  .section_games_menu {
    right: 18%;
  }
}
.our-values-slider .splide__arrows {
  display: none;
}
.our-values-slider .splide__pagination {
  position: relative;
  transform: none;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding-top: 20px;
}
.our-values-slider .splide__pagination li {
  padding: 0 7px;
}
.our-values-slider .splide__pagination li .splide__pagination__page {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  opacity: 1;
}
.our-values-slider .splide__pagination li .splide__pagination__page.is-active {
  transform: none;
  background-color: #FF9D00;
}
.our-values-slider .splide__list {
  align-items: flex-start;
}
.our-values-slider-item {
  margin: 0 auto;
  max-width: 296px;
}
.our-values-slider .splide__arrow {
  width: 40px;
  height: 75px;
}
.our-values-slider .splide__arrow--prev {
  background: url("/dist/images/icons/icon-slider-arrow-orange-prev.svg") no-repeat center center/contain;
}
.our-values-slider .splide__arrow--next {
  background: url("/dist/images/icons/icon-slider-arrow-orange-next.svg") no-repeat center center/contain;
}
.our-values-slider .splide__arrow:disabled {
  display: none;
}
.our-values-list {
  margin-top: 20px;
}
.our-values-list-title {
  font-family: "Montserrat-Black", sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.our-values-list-item {
  padding-left: 32px;
  position: relative;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 25px;
}
.our-values-list-item:last-child {
  margin-bottom: 0;
}
.our-values-list-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: -2px;
  left: -8px;
  background: transparent url("/dist/images/logoIcon.svg") no-repeat 100% 0;
}

@media only screen and (min-width: 768px) {
  .our-values-slider .splide__arrows {
    display: block;
  }
  .our-values-slider .splide__arrow {
    top: 44%;
  }
  .our-values-slider .splide__arrow--prev {
    left: -30px;
  }
  .our-values-slider .splide__arrow--next {
    right: -4px;
  }
  .our-values-list-title {
    line-height: 24px;
    text-align: left;
  }
  .our-values-list-item {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .our-values-list-title {
    font-size: 24px;
    line-height: 28px;
  }
  .our-values-list-item {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1400px) {
  .our-values-slider .splide__pagination {
    padding-top: 50px;
  }
  .our-values-slider .splide__arrow {
    top: 40%;
  }
  .our-values-slider .splide__arrow--prev {
    left: -70px;
  }
  .our-values-slider .splide__arrow--next {
    right: -30px;
  }
  .our-values-slider-item {
    max-width: 352px;
  }
}
.game-info-block, .game-info-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.game-info-block {
  box-sizing: border-box;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  top: 50%;
  transform: translate(0, -40%);
  width: 100%;
  max-width: 1200px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.game-info-logo {
  display: none;
}
.game-info-logo_wrapper {
  display: block;
  position: relative;
  height: 200px;
  width: 200px;
}
.game-info-wrapper {
  align-items: flex-start;
  max-width: 360px;
  text-align: center;
}
.game-info-title, .game-info-text {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.game-info-title {
  font-family: "Montserrat-Black", sans-serif;
}
.game-info-text {
  font-family: "Comfortaa-Bold", sans-serif;
}
.game-info-link {
  text-align: center;
  padding: 14px 0;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .game-info-block {
    justify-content: flex-start;
    align-items: center;
    padding: 0 20px;
    bottom: 0;
  }
  .game-info-logo {
    display: block;
    max-width: 200px;
  }
  .game-info-wrapper {
    align-items: center;
    max-width: 320px;
    padding-top: 90px;
  }
  .game-info-title {
    font-size: 26px;
    line-height: 32px;
  }
  .game-info-text {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    padding: 14px 0 24px;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .game-info-block {
    justify-content: flex-end;
  }

  .general_page .splide .slide_img {
    min-height: 420px;
  }
}
@media only screen and (min-width: 768px) and (max-height: 700px) and (orientation: landscape) {
  .game-info-block {
    height: 90%;
    bottom: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 40%;
  }

  .game-info-wrapper {
    align-items: center;
  }

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

  .game-info-logo {
    display: block;
    order: 2;
  }

  .game-info-title {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .game-info-block {
    padding: 0 48px;
  }
  .game-info-wrapper {
    text-align: left;
  }
  .game-info-title {
    font-size: 36px;
    line-height: 52px;
  }
  .game-info-text {
    font-size: 24px;
    line-height: 32px;
    padding: 32px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .game-info-block {
    padding: 0 28px;
    transform: translate(0, -50%);
  }
  .game-info-title {
    text-align: left;
    font-size: 48px;
    line-height: 52px;
  }
  .game-info-text {
    font-size: 48px;
    line-height: 52px;
    padding: 32px 0;
  }
  .game-info-wrapper {
    max-width: 590px;
  }
}
@media only screen and (min-width: 1400px) and (max-height: 700px) and (orientation: landscape) {
  .game-info-title {
    text-align: center;
  }
}
.game-chars__container {
  padding-top: 92px;
  padding-bottom: 0;
}
.game-chars .base-text__h2 {
  margin-bottom: 30px;
  color: #111;
}
.game-chars .base-text__text-general {
  text-align: left;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 20px;
  color: #111;
}
.game-chars__img-wrapper {
  margin: 32px 0;
  text-align: center;
  font-size: 0;
}
.game-chars__link-top {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 24px;
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.game-chars__link-top.link-top-tr {
  margin-bottom: 0;
}
.game-chars__social-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.game-chars__social-links-title {
  margin-right: 0;
  font-size: 24px;
  line-height: 26px;
}
.game-chars__link-bottom {
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 15px;
  line-height: 20px;
  border-radius: 8px;
  background: #FF9D00;
  color: #111;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin-bottom: 60px;
}
.game-chars__link-bottom:hover {
  color: #111;
  background: #FFBF1C;
}
.game-chars__logo-wrapper {
  margin-top: 16px;
  margin-bottom: 12px;
  text-align: center;
}
.game-chars__picture-container {
  display: block;
}
.game-chars__img-link {
  display: inline-block;
}
.game-chars__img-aurora {
  width: 292px;
  height: 231px;
  margin: 0 auto;
  display: block;
}
.game-chars__img-galahad {
  width: 288px;
  height: 200px;
  margin: 0 auto;
  display: block;
}
.game-chars__logo-chars {
  width: 128px;
  height: 128px;
}
.game-chars__wallpapers {
  margin-bottom: 60px;
}
.game-chars__slide-title {
  font-family: "Montserrat-Black", sans-serif;
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 32px;
}
.game-chars__slide {
  display: flex;
  justify-content: center;
  padding: 0 20px;
}
.game-chars__slide-image {
  display: block;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}
.game-chars .splide__arrow {
  width: 10px;
  height: 20px;
  background: url("/dist/images/hw-chars/hw-chars-slider-arrow.svg") no-repeat center center/contain;
}
.game-chars .splide__arrow--prev {
  left: 0;
}
.game-chars .splide__arrow--next {
  right: 0;
  transform: translateY(-50%) rotateY(180deg);
}

@media only screen and (min-width: 768px) {
  .game-chars__container {
    padding-top: 110px;
  }
  .game-chars .base-text__h2 {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 40px;
  }
  .game-chars .base-text__text-general {
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 28px;
  }
  .game-chars__link-top {
    font-size: 20px;
    margin-bottom: 22px;
  }
  .game-chars__social-links {
    flex-direction: row;
    margin-top: 40px;
  }
  .game-chars__social-links-title {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .game-chars__link-bottom {
    font-size: 20px;
    line-height: 25px;
    max-width: 210px;
    height: 58px;
    margin-bottom: 110px;
  }
  .game-chars__img-wrapper {
    margin: 40px 0;
  }
  .game-chars__logo-wrapper {
    margin-top: 60px;
    margin-bottom: 52px;
  }
  .game-chars__img-aurora {
    width: 606px;
    height: 480px;
  }
  .game-chars__img-galahad {
    width: 672px;
    height: 470px;
  }
  .game-chars__logo-chars {
    width: 288px;
    height: 268px;
  }
  .game-chars__slide {
    width: 32% !important;
    padding: 0;
  }
  .game-chars__slide-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .game-chars__wallpapers {
    margin-bottom: 110px;
  }
  .game-chars__wallpapers--aurora {
    margin-bottom: 140px;
  }
  .game-chars__wallpapers--chibiIsland {
    margin-bottom: 60px;
  }
  .game-chars .splide__arrows {
    display: none;
  }
  .game-chars .splide__list {
    display: flex;
    justify-content: start;
    gap: 26px;
    width: 100%;
  }
  .game-chars .splide__slide:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .game-chars__container {
    padding-top: 140px;
  }
  .game-chars__img-wrapper {
    margin: 60px 0;
  }
  .game-chars__logo-wrapper {
    margin-top: 100px;
    margin-bottom: 72px;
  }
  .game-chars__img-aurora {
    width: 100%;
    max-width: 1016px;
    height: auto;
  }
  .game-chars__img-galahad {
    width: 100%;
    max-width: 1065px;
    height: auto;
  }
  .game-chars__link-bottom {
    font-size: 25px;
    line-height: 30px;
    height: 62px;
    margin-bottom: 120px;
  }
  .game-chars .base-text__h2 {
    margin-bottom: 40px;
  }
  .game-chars__slide-title {
    margin-bottom: 44px;
  }
  .game-chars__wallpapers {
    margin-bottom: 120px;
  }
  .game-chars__wallpapers--aurora {
    margin-bottom: 160px;
  }
  .game-chars__wallpapers--throneRush, .game-chars__wallpapers--chibiIsland {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1440px) {
  .game-chars__img-aurora {
    width: 1016px;
    height: 741px;
  }
  .game-chars__img-galahad {
    width: 1065px;
    height: 738px;
  }
}
.section-support {
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
}
.section-support__container {
  padding-top: 60px;
  padding-bottom: 48px;
}
.section-support__list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-support__list .support_link {
  max-width: 210px;
  min-width: 210px;
  margin: 0 auto;
}
.section-support__title {
  margin-bottom: 12px;
  text-align: center;
}
.section-support__item {
  width: 296px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 38px;
}
.section-support--hw {
  background-image: url("/dist/images/hw-background-support-small.jpg");
}
.section-support--ie {
  background-image: url("/dist/images/ie-background-support.jpg");
}
.section-support--tr {
  background-image: url("/dist/images/tr-background-support-small.jpg");
}
.section-support--ci {
  background-image: url("/dist/images/ci-background-support-small.jpg");
}
.section-support--ih {
  background-image: url("/dist/images/ih-background-support-middle.jpg");
}
.section-support--hw, .section-support--ie, .section-support--tr, .section-support--ih, .section-support--ci {
  background-size: cover;
}
.section-support__buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column-reverse;
}
.section-support__buttons .custom_btn {
  margin-bottom: 12px;
}
.section-support__info {
  text-align: center;
  max-width: 400px;
  margin: 0 auto 40px;
}
.section-support .base-text__h2 {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .section-support {
    margin-top: 0;
  }
  .section-support__container {
    padding-top: 80px;
    padding-bottom: 64px;
  }
  .section-support__list {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .section-support__item:first-child, .section-support__item:nth-child(2) {
    width: 50%;
    text-align: left;
    padding-right: 35px;
  }
  .section-support__item:nth-child(3) {
    width: 100%;
    padding-top: 44px;
    text-align: left;
  }
  .section-support--hw {
    background-image: url("/dist/images/hw-background-support-middle.jpg");
  }
  .section-support--tr {
    background-image: url("/dist/images/tr-background-support-middle.jpg");
  }
  .section-support--ci {
    background-image: url("/dist/images/ci-background-support-middle.jpg");
  }
  .section-support--ih {
    background-image: url("/dist/images/ih-background-support-large.jpg");
    background-size: cover;
    background-position: center 0;
  }
  .section-support__title {
    margin-bottom: 24px;
    text-align: left;
  }
  .section-support__buttons {
    align-items: flex-start;
  }
  .section-support__buttons .custom_btn {
    margin-bottom: 24px;
  }
  .section-support__info {
    max-width: none;
    text-align: left;
    margin-bottom: 80px;
  }
  .section-support .support_link {
    margin-left: 0;
  }
  .section-support .base-text__h2 {
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) {
  .section-support__container {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-support__container {
    padding-top: 120px;
    padding-bottom: 128px;
  }
  .section-support__info {
    margin-bottom: 40px;
  }
  .section-support__buttons {
    flex-direction: row;
  }
  .section-support__buttons .custom_btn {
    margin-right: 24px;
  }
  .section-support--hw {
    background-image: url("/dist/images/hw-background-support-large.jpg");
  }
  .section-support--tr {
    background-image: url("/dist/images/tr-background-support-large.jpg");
  }
  .section-support--ci {
    background-image: url("/dist/images/ci-background-support-large.jpg");
  }
  .section-support--ih {
    background-image: url("/dist/images/ih-background-support-large.jpg");
  }
}
.oss-page__content {
  font-family: "Comfortaa-Bold", sans-serif;
  margin: 60px 0 76px;
  padding: 60px 12px 0;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .oss-page__content {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media only screen and (min-width: 1280px) {
  .oss-page__content {
    margin-top: 88px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1120px;
  }
}
@media only screen and (min-width: 1500px) {
  .oss-page__content {
    max-width: 1200px;
  }
}
.oss-page__title {
  margin: 0 0 20px 0;
  font-size: 34px;
  line-height: 32px;
}
@media only screen and (min-width: 768px) {
  .oss-page__title {
    font-size: 38px;
  }
}
.oss-page__description {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 40px;
  font-family: "Montserrat-Regular", sans-serif;
  letter-spacing: 0.39px;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .oss-page__description {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .oss-page__description {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 60px;
  }
}
.oss-page__item {
  margin-bottom: 48px;
  padding-bottom: 44px;
  border-bottom: 1px solid #c4c4c4;
}
.oss-page__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .oss-page__item {
    padding-bottom: 34px;
    margin-bottom: 40px;
  }
}
.oss-page-block__title {
  margin-top: 0;
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 36px;
  text-transform: capitalize;
}
.oss-page-block__links {
  display: flex;
  justify-content: space-between;
}
.oss-page-block__link-container {
  flex-basis: 50%;
}
.oss-page-block__link-container:last-child {
  text-align: right;
}
.oss-page-block__link {
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #FF9D00;
  background: none;
  border: none;
  padding: 0;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .oss-page-block__title {
    font-size: 20px;
    margin-bottom: 42px;
  }
  .oss-page-block__link-container:last-child {
    text-align: left;
  }
  .oss-page-block__link {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .oss-page-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    padding-bottom: 40px;
  }
  .oss-page-block__title {
    flex-basis: 55%;
    margin-bottom: 0;
  }
  .oss-page-block__links {
    max-width: none;
    flex-basis: 45%;
    align-items: center;
    text-align: center;
  }
  .oss-page-block__link-container {
    flex-basis: 62%;
    text-align: left;
  }
  .oss-page-block__link-container:last-child {
    flex-basis: 38%;
  }
}

.oss-page-license__title {
  font-size: 18px;
  line-height: 24px;
  font-family: "Comfortaa-Bold", sans-serif;
  color: #000000;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .oss-page-license__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .oss-page-license__title {
    font-size: 32px;
    line-height: 40px;
  }
}
.oss-page-license__details {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
  font-family: "Montserrat-Regular", sans-serif;
  letter-spacing: 0.39px;
  color: #000000;
}
.oss-page-license__details:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .oss-page-license__details {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .oss-page-license__details {
    font-size: 20px;
    line-height: 28px;
  }
}
.oss-page-license__button-wrapper {
  overflow: hidden;
  margin: 40px 0;
  font-size: 16px;
  line-height: 20px;
  font-family: "Montserrat-Bold", sans-serif;
  color: #000000;
}
.oss-page-license__button-wrapper:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .oss-page-license__button-wrapper {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .oss-page-license__button-wrapper {
    font-size: 24px;
    line-height: 28px;
  }
}

.pagination {
  overflow: hidden;
  margin: 40px -20px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.pagination__link, .pagination__position {
  display: block;
  padding: 0 20px;
  font-size: 16px;
  line-height: 20px;
  font-family: "Montserrat-Bold", sans-serif;
  letter-spacing: 0.39px;
  color: #000000;
}
.pagination__link:hover, .pagination__position:hover {
  color: #fcb514;
  cursor: pointer;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .pagination__link, .pagination__position {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .pagination__link, .pagination__position {
    font-size: 20px;
    line-height: 28px;
  }
}
.pagination__link {
  color: #FF9D00;
}
.pagination__position:hover {
  cursor: default;
  color: #000000;
}

.game-infobox {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 400px;
  margin: 24px auto 0;
  padding: 16px 24px;
  box-sizing: border-box;
  border-radius: 12px;
  align-self: center;
  background-color: rgba(17, 17, 17, 0.6);
}
@media only screen and (min-width: 768px) {
  .game-infobox {
    margin-left: 0;
  }
}
.game-infobox-logo {
  margin-right: 16px;
}
.game-infobox-text {
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 16px;
  color: #ffffff;
  line-height: normal;
}

.select-menu__wrapper {
  position: relative;
  display: flex;
}
.select-menu__list {
  position: absolute;
  background: #ffffff;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05), 0 10px 10px rgba(0, 0, 0, 0.1);
  width: 270px;
  max-height: 260px;
  overflow-y: auto;
  left: 0;
  top: 50px;
  z-index: 2;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .select-menu__list {
    top: 75px;
    width: 300px;
    font-size: 35px;
    line-height: 50px;
  }
}
.select-menu__item {
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.select-menu__item:hover {
  color: #ffbf1c;
  text-decoration: none;
  cursor: pointer;
}
.select-menu__item:active {
  color: #ffd362;
}
.select-menu__item:last-child {
  margin-bottom: 0;
}
.select-menu__item.is-active {
  font-family: "Montserrat-Bold", sans-serif;
}
.select-menu__item.disabled {
  color: #A1A3A4;
  cursor: default;
}
.select-menu__button {
  display: flex;
  align-items: center;
  max-width: 100%;
}
.select-menu__button.is-active {
  color: #FF9D00;
}
.select-menu__button.is-active:hover {
  color: #ffbf1c;
}
.select-menu__button.is-active:hover .button-arrow svg path {
  fill: #ffbf1c;
}
.select-menu__button.is-active:active {
  color: #ffd362;
}
.select-menu__button.is-active:active .button-arrow svg path {
  fill: #ffd362;
}
.select-menu__button.is-active .button-arrow svg path {
  fill: #FF9D00;
}
.select-menu__button:hover {
  cursor: pointer;
  color: #ffbf1c;
  text-decoration: none;
}
.select-menu__button:hover .is-active {
  color: #ffbf1c;
}
.select-menu__button:hover .button-arrow svg path {
  fill: #ffbf1c;
}
.select-menu__button:active {
  color: #ffd362;
  cursor: default;
}
.select-menu__button:active .is-active {
  color: #ffd362;
}
.select-menu__button-text {
  font-family: "Montserrat-Black", sans-serif;
  font-size: 26px;
  line-height: 32px;
  white-space: normal;
  max-width: 100%;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .select-menu__button-text {
    font-size: 36px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 1440px) {
  .select-menu__button-text {
    font-size: 48px;
    line-height: 52px;
  }
}

.division-count {
  color: #A1A3A4;
}

.hr-page {
  position: relative;
  padding: 60px 0 80px;
}
@media only screen and (min-width: 768px) {
  .hr-page {
    padding: 60px 0 100px;
  }
}
@media only screen and (min-width: 1400px) {
  .hr-page {
    padding: 88px 0 140px;
  }
}
@media only screen and (min-width: 768px) {
  .hr-page_container {
    max-width: 672px;
    padding: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .hr-page_container {
    max-width: 1030px;
  }
}
.hr-page_title {
  color: #FF9D00;
  font-family: "Comfortaa-Bold", sans-serif;
  font-size: 36px;
  line-height: 42px;
  margin-top: 40px;
  margin-bottom: 14px;
}
@media only screen and (min-width: 768px) {
  .hr-page_title {
    font-size: 64px;
    line-height: 80px;
  }
}
@media only screen and (min-width: 1400px) {
  .hr-page_title {
    font-size: 96px;
    line-height: 120px;
  }
}
@media only screen and (min-width: 768px) {
  .hr-page_title {
    margin-top: 60px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .hr-page_title {
    margin-top: 100px;
    margin-bottom: 8px;
  }
}
.hr-page_vacancies-list {
  margin-top: 34px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .hr-page_vacancies-list {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .hr-page_vacancies-list {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.hr-page_vacancy {
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .hr-page_vacancy {
    margin-bottom: 10px;
  }
}
.hr-page_vacancy:last-child {
  margin-bottom: 0;
}
.hr-page_vacancy-title {
  font-family: "Comfortaa-Bold", sans-serif;
  font-size: 20px;
  line-height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 20px;
}
@media only screen and (min-width: 768px) {
  .hr-page_vacancy-title {
    font-size: 20px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .hr-page_vacancy-title {
    font-size: 32px;
  }
}
.hr-page_vacancy-link {
  box-sizing: border-box;
  background-color: #F8F8F8;
  border-radius: 10px;
  padding: 13px 20px 13px 15px;
  text-decoration: none;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.hr-page_vacancy-link:visited, .hr-page_vacancy-link:hover {
  text-decoration: none;
}
.hr-page_vacancy-link > svg {
  min-width: 18px;
}
@media only screen and (min-width: 768px) {
  .hr-page_vacancy-link {
    padding: 10px 26px 10px 15px;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .hr-page_vacancy-link {
    padding: 20px 46px 20px 40px;
  }
}
.hr-page_btns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .hr-page_btns {
    justify-content: flex-start;
    gap: 40px;
  }
}

.btn-vacancies {
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
  height: 44px;
  font-size: 18px;
  width: 170px;
  min-width: 170px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .btn-vacancies {
    font-size: 20px;
    height: 56px;
  }
}
@media only screen and (min-width: 1400px) {
  .btn-vacancies {
    font-size: 24px;
    height: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .btn-vacancies {
    width: 198px;
    margin: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .btn-vacancies {
    width: 222px;
  }
}

.response_title {
  color: #FF9D00;
  font-family: "Comfortaa-Bold", sans-serif;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 20px;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .response_title {
    font-size: 64px;
    line-height: 80px;
  }
}
@media only screen and (min-width: 1400px) {
  .response_title {
    font-size: 96px;
    line-height: 120px;
  }
}
.response_title--gray {
  color: #A1A3A4;
}
@media only screen and (min-width: 768px) {
  .response_title {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .response_title {
    margin-bottom: 10px;
  }
}
.response_subtitle {
  font-family: "Montserrat-Black", sans-serif;
  font-size: 26px;
  line-height: 32px;
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .response_subtitle {
    font-size: 36px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 1440px) {
  .response_subtitle {
    font-size: 48px;
    line-height: 52px;
  }
}
.response_info {
  margin-bottom: 30px;
  letter-spacing: normal;
}
@media only screen and (min-width: 768px) {
  .response_info {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .response_info {
    margin-bottom: 30px;
  }
}
.response_back.custom_btn {
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
  height: 44px;
  margin: 0 auto;
  padding: 0 32px;
  max-width: none;
  min-width: auto;
}
@media only screen and (min-width: 768px) {
  .response_back.custom_btn {
    font-size: 20px;
    height: 56px;
  }
}
@media only screen and (min-width: 1400px) {
  .response_back.custom_btn {
    font-size: 24px;
    height: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .response_back.custom_btn {
    margin: 0;
    padding: 0 40px;
  }
}

.vacancy-container {
  order: 1;
}
.vacancy-page {
  padding-top: 40px;
  padding-bottom: 80px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .vacancy-page {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1400px) {
  .vacancy-page {
    padding-top: 100px;
    padding-bottom: 140px;
    max-width: 1030px;
  }
}
.vacancy-page_wrapper h3 {
  font-family: "Montserrat-Black", sans-serif;
  font-size: 26px;
  line-height: 32px;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .vacancy-page_wrapper h3 {
    font-size: 36px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 1440px) {
  .vacancy-page_wrapper h3 {
    font-size: 48px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 1400px) {
  .vacancy-page_wrapper h3 {
    margin-bottom: 30px;
  }
}
.vacancy-page_wrapper p, .vacancy-page_wrapper li {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Montserrat-Regular", sans-serif;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .vacancy-page_wrapper p, .vacancy-page_wrapper li {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1400px) {
  .vacancy-page_wrapper p, .vacancy-page_wrapper li {
    font-size: 20px;
    line-height: 28px;
  }
}
.vacancy-page_wrapper p span:first-child {
  font-weight: 700;
}
.vacancy-page_wrapper p span:last-child {
  font-weight: 400;
}
.vacancy-page_wrapper ul {
  margin-bottom: 40px;
}
.vacancy-page_wrapper li {
  position: relative;
  padding-left: 40px;
  letter-spacing: normal;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .vacancy-page_wrapper li {
    margin-bottom: 20px;
  }
}
.vacancy-page_wrapper li p {
  margin-bottom: 0;
}
.vacancy-page_wrapper li:before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("/dist/images/icon-star-bullet.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
}
.vacancy_back.custom_btn {
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
  height: 44px;
  background-color: #ffffff;
  border-width: 1px;
  margin: 0 auto 30px;
  padding: 0 32px;
  max-width: none;
  min-width: auto;
}
@media only screen and (min-width: 768px) {
  .vacancy_back.custom_btn {
    font-size: 20px;
    height: 56px;
  }
}
@media only screen and (min-width: 1400px) {
  .vacancy_back.custom_btn {
    font-size: 24px;
    height: 60px;
  }
}
.vacancy_back.custom_btn:hover {
  background-color: #ffbf1c;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .vacancy_back.custom_btn {
    margin: 0 0 40px;
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .vacancy_back.custom_btn {
    font-size: 24px;
    height: 60px;
  }
}
.vacancy_title {
  color: #FF9D00;
  font-family: "Comfortaa-Bold", sans-serif;
  font-size: 36px;
  line-height: 42px;
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .vacancy_title {
    font-size: 64px;
    line-height: 80px;
  }
}
@media only screen and (min-width: 1400px) {
  .vacancy_title {
    font-size: 96px;
    line-height: 120px;
  }
}
@media only screen and (min-width: 768px) {
  .vacancy_title {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .vacancy_title {
    max-width: 770px;
    margin-bottom: 70px;
  }
}
.vacancy_apply.custom_btn {
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
  height: 44px;
  margin: 30px auto 0;
  padding: 0 32px;
  min-width: auto;
  max-width: none;
}
@media only screen and (min-width: 768px) {
  .vacancy_apply.custom_btn {
    font-size: 20px;
    height: 56px;
  }
}
@media only screen and (min-width: 1400px) {
  .vacancy_apply.custom_btn {
    font-size: 24px;
    height: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .vacancy_apply.custom_btn {
    margin: 40px 0 0;
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .vacancy_apply.custom_btn {
    margin: 70px 0 0;
  }
}

.error-page {
  background: #000 url("/images/stars_bg.png") no-repeat 50% 10%;
  background-size: cover;
  margin-top: 60px;
  padding-top: 30px;
  padding-bottom: 60px;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .error-page {
    padding-top: 35px;
    padding-bottom: 55px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .error-page {
    margin-top: 88px;
    padding-top: 80px;
    padding-bottom: 120px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1024px) {
  .error-page__inner {
    max-width: 800px;
  }
}
.error-page__number {
  display: block;
  max-width: 175px;
  max-height: 92px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .error-page__number {
    max-width: 222px;
    max-height: 117px;
    margin-bottom: 55px;
  }
}
@media only screen and (min-width: 1024px) {
  .error-page__number {
    max-width: 507px;
    max-height: 267px;
    margin-bottom: 30px;
  }
}
.error-page__title {
  display: flex;
  flex-direction: column;
  font-family: "Montserrat-Black", sans-serif;
  font-size: 26px;
  line-height: 36px;
  margin-top: 0;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .error-page__title {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 1024px) {
  .error-page__title {
    font-size: 48px;
    line-height: 59px;
  }
}
.error-page__subtitle {
  font-family: "Montserrat-Regular", sans-serif;
  color: #FF9D00;
}
.error-page__link {
  text-decoration: none;
  color: #FF9D00;
}
.error-page__list-title {
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 16px;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .error-page__list-title {
    font-size: 20px;
    line-height: 30px;
  }
}
.error-page__list {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .error-page__list {
    margin-bottom: 35px;
  }
}
.error-page__item {
  padding-left: 24px;
  position: relative;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .error-page__item {
    padding-left: 40px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .error-page__item {
    margin-bottom: 15px;
  }
}
.error-page__item:last-child {
  margin-bottom: 0;
}
.error-page__item:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
  background: transparent url("/images/logoIcon.svg") no-repeat 100% 0/cover;
}
@media only screen and (min-width: 768px) {
  .error-page__item:before {
    width: 24px;
    height: 24px;
    top: 1px;
  }
}

.gaming-news__container {
  padding-top: 84px;
  padding-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .gaming-news__container {
    padding-top: 90px;
    padding-bottom: 20px;
  }
  .gaming-news__container-tr {
    padding-top: 140px;
  }
}
@media only screen and (min-width: 1280px) {
  .gaming-news__container {
    padding-top: 122px;
  }
}
.gaming-news__images-wrapper {
  width: 100%;
  max-width: 296px;
  position: relative;
  margin: 20px auto 32px;
}
.gaming-news__images-wrapper.gaming-news__images-chibi, .gaming-news__images-wrapper.gaming-news__images-po {
  max-width: 100%;
}
.gaming-news__images-wrapper.gaming-news__images-po {
  text-align: center;
}
.gaming-news__images-wrapper.gaming-news__images-tr {
  max-width: 100%;
  padding-top: 52px;
  margin-top: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .gaming-news__images-wrapper {
    max-width: 639px;
    margin: 42px auto 34px;
  }
  .gaming-news__images-wrapper.gaming-news__images-tr {
    padding-top: 0;
    margin-bottom: 56px;
  }
  .gaming-news__images-wrapper.gaming-news__images-chibi {
    margin-top: 0;
  }
  .gaming-news__images-wrapper.gaming-news__images-po {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .gaming-news__images-wrapper {
    max-width: 1113px;
    margin: 62px auto 78px;
  }
}
.gaming-news__image-link {
  position: absolute;
  display: block;
  top: -19px;
  left: 0;
  width: 125px;
  height: auto;
}
.gaming-news__image-link.chibi-link {
  position: relative;
  margin: 0 auto 10px;
  width: 208px;
}
.gaming-news__image-link.tr-link {
  right: 0;
  left: auto;
  width: 105px;
  height: 70px;
}
@media only screen and (min-width: 768px) {
  .gaming-news__image-link {
    top: -12px;
    left: 9px;
    width: 225px;
    height: 160px;
  }
  .gaming-news__image-link.tr-link {
    width: 148px;
    height: 99px;
  }
  .gaming-news__image-link.chibi-link {
    position: absolute;
    top: 0;
    left: 30px;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1280px) {
  .gaming-news__image-link {
    top: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .gaming-news__image-link.tr-link {
    top: 0;
    width: 162px;
    height: 108px;
  }
  .gaming-news__image-link.chibi-link {
    margin: 20px auto 10px;
    width: 280px;
    height: 189px;
    left: 0;
  }
}
.gaming-news__logo-hw {
  width: 100%;
  max-height: 100%;
  display: block;
}
.gaming-news__logo-chars {
  width: 296px;
  height: 294px;
}
@media only screen and (min-width: 768px) {
  .gaming-news__logo-chars {
    width: 639px;
    height: 575px;
  }
}
@media only screen and (min-width: 1280px) {
  .gaming-news__logo-chars {
    width: 1113px;
    height: 434px;
  }
}
.gaming-news__logo-chars, .gaming-news__logo-chibi, .gaming-news__logo-po {
  margin: 40px auto 0;
  display: block;
}
@media only screen and (min-width: 768px) {
  .gaming-news__logo-chibi, .gaming-news__logo-po {
    width: 688px;
    height: 300px;
  }
}
@media only screen and (min-width: 1280px) {
  .gaming-news__logo-chibi, .gaming-news__logo-po {
    width: 913px;
    height: 398px;
  }
}
.gaming-news__title {
  font-size: 26px;
  line-height: 32px;
  font-family: "Montserrat-Black", sans-serif;
  color: #111;
  margin: 0 0 32px;
}
@media only screen and (min-width: 768px) {
  .gaming-news__title {
    font-size: 50px;
    line-height: 65px;
    margin: 0 0 34px;
  }
}
@media only screen and (min-width: 1280px) {
  .gaming-news__title {
    margin: 0 0 60px;
    padding: 0 40px;
  }
}
.gaming-news__news {
  padding: 20px 12px;
  border: 1px solid #FF9D00;
  border-radius: 24px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .gaming-news__news {
    padding: 30px 40px;
    margin-bottom: 40px;
  }
}
.gaming-news__news[open] .gaming-news__news-title:before {
  transform: rotate(90deg);
}
.gaming-news__news-head {
  display: flex;
  align-items: center;
  outline: none;
  cursor: pointer;
}
.gaming-news__news-title {
  font-size: 20px;
  line-height: 28px;
  font-family: "Montserrat-Black", sans-serif;
  color: #111;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .gaming-news__news-title {
    font-size: 30px;
    line-height: 40px;
  }
}
.gaming-news__news-title:before {
  content: "";
  display: block;
  background-image: url(/images/gaming-news/icon-arrow-light-orange-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 21px;
  height: 21px;
  flex-shrink: 0;
  margin-right: 20px;
}
.gaming-news__news-description {
  margin-top: 20px;
}
.gaming-news__news-description p, .gaming-news__news-description ul li {
  font-size: 16px;
  line-height: 20px;
  font-family: "Montserrat-Regular", sans-serif;
  color: #111;
}
@media only screen and (min-width: 768px) {
  .gaming-news__news-description p, .gaming-news__news-description ul li {
    font-size: 20px;
    line-height: 28px;
  }
}
.gaming-news__news-description h3 {
  font-family: "Montserrat-SemiBold", sans-serif;
}
.gaming-news__news-description p, .gaming-news__news-description ul {
  margin-bottom: 24px;
}
.gaming-news__news-description p:last-child, .gaming-news__news-description ul:last-child {
  margin-bottom: 0;
}

summary::marker {
  font-size: 0;
}

summary::-webkit-details-marker {
  display: none;
  margin: 0;
}

a.download-btn {
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 15px;
  line-height: 20px;
  border-radius: 8px;
  background: #FF9D00;
  color: #111;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin: 40px auto 60px;
  position: relative;
  z-index: 2;
}
a.download-btn.download-btn-tr {
  margin-bottom: 0;
}
a.download-btn:hover {
  color: #111;
  background: #FFBF1C;
}
@media only screen and (min-width: 768px) {
  a.download-btn {
    max-width: 310px;
    font-size: 20px;
    line-height: 25px;
    margin-top: 58px;
    height: 58px;
  }
}
@media only screen and (min-width: 1024px) {
  a.download-btn {
    min-width: 340px;
  }
}
@media only screen and (min-width: 1280px) {
  a.download-btn {
    min-width: 372px;
    margin-top: 40px;
    font-size: 25px;
    line-height: 30px;
    height: 62px;
  }
}

.background-animate {
  animation: background-animate 1s ease-out both;
}
@keyframes background-animate {
  0% {
    transform: scale(1.1) translateY(-5px);
    transform-origin: top;
  }
  100% {
    transform: scale(1) translateY(0);
    transform-origin: 50% 16%;
  }
}
.scale-in-center {
  animation: scale-in-center 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@keyframes scale-in-center {
  0% {
    transform: scale(0.3);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.scale-out-center {
  animation: scale-out-center 1.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
@keyframes scale-out-center {
  0% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.scale-in-hor-left {
  animation: scale-in-hor-left 1s cubic-bezier(0.85, 0, 0.12, 1) both;
}
@keyframes scale-in-hor-left {
  0% {
    transform: scaleX(0);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 0 0;
    opacity: 1;
  }
}
.fade-in-bottom {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-left {
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@keyframes fade-in-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-fwd {
  animation: fade-in-fwd 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@keyframes fade-in-fwd {
  0% {
    transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
.scale-up-hor-center {
  animation: scale-up-hor-center 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@keyframes scale-up-hor-center {
  0% {
    transform: scaleX(0.4);
  }
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}
.fade-in {
  animation: fade-in 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-out {
  animation: fade-out 0.3s cubic-bezier(1, 0.565, 0.575, 0.39) both;
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.slide-top {
  animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@keyframes slide-top {
  0% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.shake-top {
  animation: shake-top 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
@keyframes shake-top {
  0%, 100% {
    transform: rotate(0deg);
    transform-origin: 50% 0;
  }
  10% {
    transform: rotate(2deg);
  }
  20%, 40%, 60% {
    transform: rotate(-4deg);
  }
  30%, 50%, 70% {
    transform: rotate(4deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  90% {
    transform: rotate(2deg);
  }
}
/**
 * ----------------------------------------
 * animation slide-rotate-hor-bottom
 * ----------------------------------------
 */
.slide-rotate-hor-bottom {
  animation: slide-rotate-hor-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@keyframes slide-rotate-hor-bottom {
  0% {
    transform: translateY(150px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    transform: translateY(0) rotateX(0deg);
    opacity: 1;
  }
}
.cookie_block {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  top: auto;
  right: 0;
  bottom: 20px;
  left: 0;
  z-index: 2;
}
.cookie_block.visible {
  display: flex;
}
.cookie_block .policy_block {
  max-width: 800px;
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
  display: none;
}
.cookie_block .policy_block.visible {
  display: block;
}
.cookie_block .policy_page {
  padding-top: 0;
}
.cookie_block_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  width: 100%;
  max-width: 830px;
  height: auto;
  min-height: 115px;
  background-color: #F8F8F8;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05), 0 10px 10px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  padding: 20px;
  border-radius: 12px;
  box-sizing: border-box;
}
.cookie_block_info {
  width: 100%;
  max-width: 630px;
  padding: 0 20px;
  font-size: 15px;
  line-height: 25px;
  color: #7A7A7A;
}
.cookie_accept_btn {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}

.show_policy,
.policy_link {
  cursor: pointer;
  color: #000;
  text-decoration: underline;
}
.show_policy:hover,
.policy_link:hover {
  color: #FF9D00;
}

.terms .policy_block,
.terms .show_policy,
.privacy .policy_block,
.privacy .show_policy {
  display: none;
}

.terms .policy_link {
  display: inline-block;
}

@media only screen and (max-width: 1024px) {
  .cookie_block_wrapper {
    max-width: 672px;
  }
  .cookie_block_info {
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .cookie_block {
    bottom: 0;
    margin: 0 auto;
  }
  .cookie_block_wrapper {
    flex-direction: column;
    justify-content: center;
    min-height: 215px;
  }
  .cookie_block_info {
    font-size: 12px;
    line-height: 15px;
    padding: 0;
    margin-top: 20px;
  }
}
.editor-cms__news-details h1 {
  font-family: "Comfortaa-Bold", sans-serif;
  font-size: 36px;
  line-height: 42px;
  text-shadow: 1px 5px 4px rgba(51, 51, 51, 0.5);
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .editor-cms__news-details h1 {
    font-size: 60px;
    line-height: 64px;
  }
}
@media only screen and (min-width: 1024px) {
  .editor-cms__news-details h1 {
    font-size: 96px;
    line-height: 120px;
  }
}
.editor-cms__news-details h2 {
  font-family: "Montserrat-Black", sans-serif;
  color: #000000;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .editor-cms__news-details h2 {
    font-size: 36px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 1024px) {
  .editor-cms__news-details h2 {
    font-size: 48px;
    line-height: 52px;
  }
}
.editor-cms__news-details h3 {
  font-size: 18px;
  line-height: 24px;
  font-family: "Comfortaa-Bold", sans-serif;
  color: #000000;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .editor-cms__news-details h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .editor-cms__news-details h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 60px;
  }
}
.editor-cms__news-details h4, .editor-cms__news-details h5, .editor-cms__news-details h6 {
  font-size: 16px;
  line-height: 20px;
  font-family: "Montserrat-Bold", sans-serif;
  margin-bottom: 20px;
  color: #000000;
}
.editor-cms__news-details h4:last-child, .editor-cms__news-details h5:last-child, .editor-cms__news-details h6:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .editor-cms__news-details h4, .editor-cms__news-details h5, .editor-cms__news-details h6 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .editor-cms__news-details h4, .editor-cms__news-details h5, .editor-cms__news-details h6 {
    font-size: 24px;
    line-height: 28px;
  }
}
.editor-cms__news-details p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
  font-family: "Montserrat-Regular", sans-serif;
  letter-spacing: 0.39px;
  color: #000000;
}
.editor-cms__news-details p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .editor-cms__news-details p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .editor-cms__news-details p {
    font-size: 20px;
    line-height: 28px;
  }
}
.editor-cms__news-details hr {
  border: 1px solid #DADADA;
  box-shadow: none;
  margin: 32px 0;
}
.editor-cms__news-details ol {
  list-style: decimal;
  padding-left: 24px;
}
.editor-cms__news-details ul, .editor-cms__news-details ol {
  margin-bottom: 24px;
}
.editor-cms__news-details ul li, .editor-cms__news-details ol li {
  font-size: 16px;
  line-height: 20px;
  font-family: "Montserrat-Regular", sans-serif;
  letter-spacing: 0.39px;
  color: #000000;
  padding-left: 40px;
  margin-bottom: 24px;
  position: relative;
}
.editor-cms__news-details ul li:last-child, .editor-cms__news-details ol li:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .editor-cms__news-details ul li, .editor-cms__news-details ol li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .editor-cms__news-details ul li, .editor-cms__news-details ol li {
    font-size: 20px;
    line-height: 28px;
  }
}
.editor-cms__news-details ol li {
  padding-left: 0;
}
.editor-cms__news-details ul li:before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/dist/images/icon-star-bullet.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 2px;
}
.editor-cms__news-details b, .editor-cms__news-details i, .editor-cms__news-details u {
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.39px;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .editor-cms__news-details b, .editor-cms__news-details i, .editor-cms__news-details u {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .editor-cms__news-details b, .editor-cms__news-details i, .editor-cms__news-details u {
    font-size: 20px;
    line-height: 28px;
  }
}
.editor-cms__news-details b {
  font-family: "Montserrat-Bold", sans-serif;
}
.editor-cms__news-details a {
  color: #FF9D00;
}
.editor-cms__news-details table, .editor-cms__news-details tr {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #DADADA;
}
.editor-cms__news-details td, .editor-cms__news-details th {
  border: 1px solid #DADADA;
  padding: 8px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  font-family: "Montserrat-Regular", sans-serif;
  letter-spacing: 0.39px;
  color: #000000;
}
.editor-cms__news-details td:last-child, .editor-cms__news-details th:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .editor-cms__news-details td, .editor-cms__news-details th {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .editor-cms__news-details td, .editor-cms__news-details th {
    font-size: 20px;
    line-height: 28px;
  }
}
.editor-cms__news-details th {
  background-color: #FF9D00;
  color: #ffffff;
  border-color: #FF9D00;
}
.editor-cms__news-details img {
  max-width: 100%;
  display: block;
  margin: 0 auto 24px;
}
.editor-cms__news-details iframe {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  box-sizing: border-box;
  display: block;
}
.editor-cms__news-details .iframe-container__iframe-from-cms {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding-top: 56%;
}
.editor-cms__news-details .iframe-container__iframe-from-cms > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.editor-cms__more-news a {
  color: #000000;
}
.editor-cms .splide.is-active .splide__list {
  display: flex;
  align-items: center;
}
.editor-cms .splide__pagination {
  display: flex;
  height: auto;
  position: static;
  top: auto;
  bottom: auto;
  padding: 20px 0;
  margin: 0;
  transform: none;
  justify-content: center;
}
.editor-cms .splide__pagination li {
  margin: 0;
  opacity: 1;
  padding: 0;
}
.editor-cms .splide__pagination li.is-active {
  background-color: #FF9D00;
  transform: none;
}
.editor-cms .splide__pagination li:before {
  display: none;
}
.editor-cms .game-page-splide__arrows.splide__arrows {
  display: none;
}

.title-large--ru {
  font-size: 36px;
  line-height: 40px;
}

.title-large--hw-ru {
  max-width: 750px;
}

.title-small--ru {
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
}

.section-support--ci-ru {
  background: #000 url("././dist/images/ci-background-support.jpg") no-repeat center;
  background-size: cover;
}

.section-top__title-large--ie-ru {
  font-size: 32px;
}

@media only screen and (min-width: 768px) {
  .section-top--hw, .section-top--ci .title-large--ru {
    font-size: 43px;
    line-height: 50px;
  }

  .title-small--ru {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .section-top__title-large--ie-ru {
    font-size: 64px;
  }

  .base-text__h4--ci-ru {
    max-width: 510px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-top--hw, .section-top--ci .title-large--ru {
    font-size: 60px;
    line-height: 68px;
  }

  .section-support .support_link--ru {
    max-width: 270px;
    margin-right: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 320px) {
  .base-text-ru {
    align-self: flex-start;
  }
}
@media only screen and (min-width: 1024px) {
  .section_about_info-ru {
    max-width: 842px;
  }

  .facts_info_item .custom_button-ru {
    width: 418px;
  }

  .fact_item_title-ru {
    max-width: 210px;
  }

  .fact_item_ico-ru svg {
    max-width: 90%;
  }
}
@media only screen and (min-width: 1440px) {
  .facts_info_item .custom_button-ru {
    width: 510px;
  }
}
.game-info-wrapper--ru {
  max-width: 320px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .game-info-wrapper--ru {
    text-align: left;
    max-width: 540px;
  }
  .game-info-wrapper--ru .game-info-text {
    max-width: 360px;
  }
}
@media only screen and (min-width: 1024px) {
  .game-info-wrapper--ru {
    max-width: 768px;
  }
}
@media only screen and (min-width: 1400px) {
  .game-info-wrapper--ru .game-info-text {
    max-width: 744px;
  }
}
.copyright_links--ru {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1023px) {
  .copyright_links--ru .copyright_item.delimeter {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .copyright_links--ru .copyright_item.delimeter {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  .copyright_links--ru {
    flex-direction: row;
  }
}
.gdev-logo {
  display: flex;
}
.gdev-logo__link {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.gdev-logo__link:hover .gdev-logo__text, .gdev-logo__link:hover .gdev-logo__img {
  opacity: 0.8;
}
.gdev-logo__divider {
  background: #ffffff;
  width: 1px;
  height: 24px;
  opacity: 0.6;
  margin-left: 10px;
  margin-right: 8px;
}
.gdev-logo__text {
  font-family: "Montserrat-Bold", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 10px;
}
.gdev-logo__img {
  margin-left: 8px;
}
.gdev-logo__img, .gdev-logo__text {
  opacity: 0.6;
  transition: all 0.15s;
}
