@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
*::-webkit-scrollbar {
  display: none;
}

body {
  background-color: #1b1d26;
  color: #fff;
  font-family: "Roboto", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body .header {
  background-color: #262a34;
  width: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
body .header-content {
  display: flex;
  justify-content: start;
  margin: auto;
}
body .header-content__logo {
  display: flex;
}
body .header-content__info {
  display: flex;
  flex-direction: column;
  margin-left: 1.5vw;
}
body .header-content__info_rating {
  color: #9599b0;
}
body .header-content__info_rates {
  display: flex;
  align-items: center;
}
body .header-btn {
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 0 5.3vw;
}
body .header-btn__install {
  width: 100%;
  height: 10.4vw;
  min-height: 39px;
  margin-bottom: 4.8vw;
  border: none;
  border-radius: 10px;
  font-weight: 900;
  color: #fff;
  font-size: 6vw;
  -webkit-text-stroke: 1px #2c6e07;
  background: -moz-linear-gradient(1deg, #3b9700 14%, #82fc00 100%);
  background: -webkit-linear-gradient(1deg, #3b9700 14%, #82fc00 100%);
  background: -o-linear-gradient(1deg, #3b9700 14%, #82fc00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3B9700", endColorstr="#ee82ee", GradientType=1 );
  background: -ms-linear-gradient(1deg, #3b9700 14%, #82fc00 100%);
  background: linear-gradient(1deg, #3b9700 14%, #82fc00 100%);
}
body .header-btn__install:active {
  transform: scale(0.98);
  box-shadow: 0.156vw 0.104vw 1.146vw 0.052vw rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0.156vw 0.104vw 1.146vw 0.052vw rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0.156vw 0.104vw 1.146vw 0.052vw rgba(0, 0, 0, 0.24);
}
body .main-content__instruction {
  position: sticky;
  top: 8.52vw;
  z-index: 2;
  background-color: #1b1d26;
  height: fit-content;
  width: 54vw;
  -webkit-box-shadow: 0px -0.26vw 1.615vw 2.865vw #1b1d26;
  -moz-box-shadow: 0px -0.26vw 1.615vw 2.865vw #1b1d26;
  box-shadow: 0px -0.26vw 1.615vw 2.865vw #1b1d26;
}
body .main-content__instruction_header {
  text-align: center;
  margin: 0.52vw auto 0.729vw;
  font-size: 1.2vw;
  font-weight: 500;
  position: sticky;
  top: 6.52vw;
  width: 56vw;
  z-index: 3;
}
body .main-content__instruction_content {
  height: 8.5vw;
  width: 42vw;
  border: 0.104vw solid #4e536a;
  border-radius: 16px;
  background-color: #262a40;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.562vw 0 0;
}
body .main-content__instruction_content-leftblock {
  width: 81.5%;
  height: 85%;
}
body .main-content__instruction_content-leftblock_steps {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1%;
}
body .main-content__instruction_content-leftblock_steps .step-image {
  margin: auto 1.1%;
  width: 7.5%;
}
body .main-content__instruction_content-leftblock_steps .hordots {
  width: 23%;
}
body .main-content__instruction_content-leftblock_verdots {
  display: flex;
  justify-content: space-between;
  width: 98%;
  margin: auto;
}
body .main-content__instruction_content-leftblock_verdots div {
  text-align: center;
  width: 33%;
  height: 1.2vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .main-content__instruction_content-leftblock_verdots div img {
  height: 0.4vw;
}
body .main-content__instruction_content-leftblock_text {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: auto;
}
body .main-content__instruction_content-leftblock_text .steps-text {
  text-align: center;
  width: 33%;
  margin: 0;
  font-size: 0.8855vw;
  font-weight: 400;
}
body .main-content__instruction_content-rightblock {
  display: flex;
  justify-content: center;
  width: 18.5%;
  height: auto;
}
body .main-content__instruction_content-rightblock__image {
  height: auto;
  width: 79%;
}
body .gallery {
  margin: auto;
  position: relative;
}
body .gallery-pictures__list {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-behavior: smooth;
  border-radius: 0.26vw;
}
body .gallery-pictures__list_item {
  display: inline-block;
  padding: 0;
}
body .gallery-pictures__list:hover {
  overflow-x: scroll;
}
body .app-info {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
body .playing-instruction {
  margin: auto;
}
body .playing-instruction__content {
  background-color: #262a34;
  border-radius: 16px;
}
body .game-features {
  margin: auto;
}
body .game-features__content ul {
  background-color: #262a34;
  border-radius: 16px;
}
body .additional-info {
  margin: auto;
}
body .footer {
  background-color: #fff;
}
body .footer-content {
  height: 100%;
  margin: auto;
}
body .footer-content__sn_text {
  color: #9599b0;
}
body .footer-content__downlinks {
  display: flex;
}
.read_more {
  display: none;
}

@media (max-device-width: 1024px) {
  body .gallery {
    margin-bottom: -8vw;
  }

  .app-info_paragraph1 a {
    display: none;
  }

  .app-info_paragraph1 .line-braker {
    display: none;
  }

  .app-info_paragraph4 a {
    display: block;
  }

  .app-info_paragraph3 a {
    display: block;
  }

  .app-info_paragraph4 {
    display: none;
  }

  .app-info_paragraph5 {
    display: none;
  }

  .game-features-li-break {
    display: none;
  }

  .footer {
    position: relative;
    bottom: 0;
    height: auto;
    display: flex;
    margin-top: 0;
    padding: 4.197vw 0;
  }
  .footer-content {
    width: 90%;
    flex-direction: column;
    height: fit-content;
    display: flex;
  }
  .footer-content_links {
    order: 1;
  }
  .footer-content_policy {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    margin: auto;
    width: 100%;
    text-align: center;
    color: #9599b0;
    font-size: 2.158vw;
    font-weight: 500;
    order: 1;
  }
  .footer-content_policy__text {
    display: flex;
    justify-content: end;
  }
  .footer-content_policy__text p {
    margin-bottom: 0;
  }
  .footer-content_policy__links {
    display: flex;
    justify-content: start;
  }
  .footer-content_policy__links a {
    color: #9599b0;
  }
  .footer-content_policy__links pre {
    margin-bottom: 0;
  }
  .footer-content__sn {
    position: absolute;
    top: -23.5vw;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .footer-content__sn.hidden {
    display: block;
    color: #fff;
  }
  .footer-content__sn a {
    color: #fff;
    margin-bottom: 4vw;
  }
  .footer-content__sn a:nth-child(3) {
    margin: 0 3.417vw;
  }
  .footer-content__sn a img, .footer-content__sn a svg {
    width: auto;
    height: 5.396vw;
  }

  .footer-content__sn a .svg path{
    fill: #fff;
  }
  .footer-content__sn_text {
    font-weight: 500;
    font-size: 2.878vw;
    margin-top: 4vw;
    margin-bottom: 2vw;
  }
  .footer-content__downlinks {
    width: 100%;
    margin: auto;
    height: 50%;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.398vw;
  }
  .footer-content__downlinks img {
    width: 26.5vw;
    height: auto;
    margin-left: 2vw;
  }
  .footer-content__downlinks img:nth-child(1) {
    width: 33vw;
    margin-left: 0;
  }

  .footer-mt {
    margin-top: 27vw;
  }
}
@media (max-device-width: 767px) {
  html,
body {
    width: auto !important;
    overflow-x: hidden !important;
  }

  .gallery {
    overflow-y: scroll;
  }

  .main-content {
    min-height: calc(100vh - 25.6vw);
  }
  .main-content__instruction {
    display: none;
  }
  .main-content__instruction_header {
    display: none;
  }

  .masked {
    visibility: hidden;
  }

  .scroll_left,
.scroll_right {
    display: none;
  }

  .desktop_link {
    display: none;
  }

  .header {
    position: fixed;
    box-shadow: 0 0 4vw 6.667vw #1b1d26;
    -webkit-box-shadow: 0 0 4vw 6.667vw #1b1d26;
    -moz-box-shadow: 0 0 4vw 6.667vw #1b1d26;
  }
  .header-content {
    width: 100%;
    padding: 5.333vw;
  }
  .header-content__logo {
    margin: auto;
    width: 100%;
  }
  .header-content__logo_image {
    width: 17.6vw;
    height: 17.6vw;
    margin-right: 2.9%;
  }
  .header-content__info {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-left: 0 !important;
  }
  .header-content__info_header {
    font-size: 5.73vw;
    font-weight: 500;
    margin: 0;
  }
  .header-content__info_rates {
    display: flex;
    justify-content: start;
  }
  .header-content__info_rating {
    display: inline-block;
    font-size: 4.8vw;
    font-weight: 400;
    line-height: 1rem;
    margin-left: 2.667vw;
  }
  .header-content__info_image {
    width: 25vw;
    height: auto;
    max-width: 32vw;
  }

  .gallery {
    width: 90%;
  }
  .gallery ::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .gallery-pictures .gallery-pictures__list_item {
    margin-right: 3vw;
  }

  .gallery-pictures .gallery-pictures__list_item:last-child {
    margin-right: 0;
  }

  .gallery-pictures .gallery-image {
    width: 36.800vw;
  }

  .main-content .gallery-wrapper {
    margin-top: 55vw;
    -webkit-box-shadow: 0 0 17.333vw 15.733vw #1b1d26;
    -moz-box-shadow: 0 0 17.333vw 15.733vw #1b1d26;
    box-shadow: 0 0 17.333vw 15.733vw #1b1d26;
    background: -moz-radial-gradient(ellipse at 50% 60%, #353b61 0%, #1b1d26 56%);
    background: -webkit-radial-gradient(ellipse at 50% 60%, #353b61 0%, #1b1d26 56%);
    background: -o-radial-gradient(ellipse at 50% 60%, #353b61 0%, #1b1d26 56%);
    background: -ms-radial-gradient(ellipse at 50% 60%, #353b61 0%, #1b1d26 56%);
    background: radial-gradient(ellipse at 50% 60%, #353b61 0%, #1b1d26 56%);
  }

  .app-info {
    width: 90%;
    margin-top: -10.667vw !important;
  }

  .app-info p {
    font-size: 4.667vw;
    font-weight: 300;
    line-height: 110%;
    display: none;
  }

  .app-info_paragraph2 span a {
    display: inline;
  }

  .app-info p:nth-child(1), .app-info p:nth-child(2) {
    display: block;
  }

  .app-info p:nth-child(1) {
    margin-top: 1.333vw;
  }

  .playing-instruction {
    width: 90%;
    padding: 0;
  }
  .playing-instruction__header {
    margin-left: 0;
    font-size: 5.1vw;
    font-weight: 400;
    margin-top: 12vw;
    margin-bottom: 5vw;
  }
  .playing-instruction__content {
    padding: 4vw 0 0.267vw;
  }
  .playing-instruction__content ul {
    font-size: 4.533vw;
    font-weight: 300;
  }
  .playing-instruction__content ul li {
    margin-bottom: 5.333vw;
    line-height: 110%;
  }

  .game-features {
    width: 90%;
  }
  .game-features__header {
    margin-left: 0;
    margin-bottom: 0;
    font-size: 5.1vw;
    font-weight: 400;
    margin-bottom: 5vw;
    margin-top: 12vw;
  }
  .game-features__content ul li {
    font-size: 4.533vw;
    font-weight: 300;
    margin-bottom: 4vw;
    line-height: 110%;
  }
  .game-features__content ul:nth-child(1) {
    padding-top: 4vw;
    width: 100%;
    margin-bottom: -4.267vw;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .game-features__content ul:nth-child(2) {
    padding-top: 4vw;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-bottom: 2.667vw;
  }

  .additional-info {
    width: 90%;
    font-size: 4.667vw;
    font-weight: 300;
    margin-top: 12vw !important;
  }
  .additional-info p span {
    font-weight: 400;
    line-height: 100%;
  }
  .additional-info p:nth-child(3) {
    font-size: 4.8vw;
    font-weight: 500;
  }

  ul {
    padding: 0 4vw;
    list-style-type: none;
  }

  .footer-content_policy {
    font-weight: 500;
    font-size: 3.733vw;
  }

  .footer-content__sn {
    top: -29.5vw !important;
  }

  .footer-content__sn_text {
    font-size: 4.3vw !important;
    margin-top: 0 !important;
  }

  .footer-content__sn a img, .footer-content__sn a svg {
    height: 7.396vw !important;
  }

  .footer-content__sn a:nth-child(3) {
    margin: 0px 4.417vw !important;
  }

  .footer-mt {
    margin-top: 33vw !important;
  }
}
@media (min-device-width: 768px) {
  .additional-info-br {
    display: block;
  }

  ::-webkit-scrollbar {
    background-color: #1b1d26;
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
  }

  .carousel {
    display: none;
  }

  .margin {
    margin-bottom: 2.604vw !important;
  }

  .scroll_left,
  .scroll_right {
    position: absolute;
    -webkit-appearance: none;
    width: auto;
    height: 5.935vw;
    top: 20vw;
  }

  .scroll_left {
    left: 1.8%;
  }

  .scroll_right {
    right: 1.8%;
  }

  .header {
    position: sticky;
    top: 0;
    align-items: center;
    -webkit-box-shadow: 0 -0.417vw 1.094vw 2.865vw #1b1d26;
    -moz-box-shadow: 0 -0.417vw 1.094vw 2.865vw #1b1d26;
    box-shadow: 0 -0.417vw 1.094vw 2.865vw #1b1d26;
    padding: 2.698vw 8.993vw;
    flex-direction: row !important;
  }
  .header-content {
    height: 100%;
    align-items: center;
    padding: 0 !important;
    margin: 0 !important;
  }

  .header-content__logo_image {
    width: 9.772vw;
    height: 9.772vw;
  }
  body .header-content__info {
    justify-content: center;
    margin-left: 1.7vw;
    width: auto;
  }
  .header-content__info_header {
    font-size: 3.717vw;
    font-weight: 500;
    margin: 0.208vw 0 0.26vw;
  }
  .header-content__info_rates {
    justify-content: left;
    height: 50%;
  }
  .header-content__info_rating {
    font-size: 2.878vw;
    font-weight: 400;
  }
  .header-content__info_image {
    width: 16.787vw;
    margin-right: 1.019vw;
  }
  body .header-btn {
    padding: 0;
    height: 100%;
    width: unset;
    display: flex;
    justify-content: end;
    text-align: right;
    align-items: center;
    margin-right: unset;
  }

  body .header-btn__install {
    margin: 0;
    width: 25.779vw;
    height: 8.153vw;
    font-size: 4.5vw;
    margin-left: unset;
    border-radius: 12px;
  }

  .main-content {
    min-height: calc(100vh - 4vw - 5.5vw);
  }
  .main-content__instruction {
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .gallery-wrapper {
    margin-top: 6.175vw;
    position: relative;
  }

  .gallery {
    width: 81.835vw;
    background: -moz-radial-gradient(ellipse at 50% 50%, #353B61 12%, #1B1D26 70%);
    background: -webkit-radial-gradient(ellipse at 50% 50%, #353B61 12%, #1B1D26 70%);
    background: -o-radial-gradient(ellipse at 50% 50%, #353B61 12%, #1B1D26 70%);
    background: -ms-radial-gradient(ellipse at 50% 50%, #353B61 12%, #1B1D26 70%);
    background: radial-gradient(ellipse at 50% 50%, #353B61 12%, #1B1D26 70%);
  }
  .gallery ::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: hidden;
  }

  .gallery-pictures .gallery-pictures__list_item {
    margin-right: 3.257vw;
  }

  .gallery-pictures .gallery-pictures__list_item:last-child {
    margin-right: 0;
  }

  .gallery-pictures .gallery-image {
    width: 24.700vw;
  }

  .main-content__instruction_header {
    display: none;
  }

  .main-content__instruction {
    display: none;
  }
  .app-info {
    width: 81.835vw;
    margin-bottom: 5vw !important;
  }
  .app-info p {
    font-size: 2.898vw;
    font-weight: 300;
  }

  .playing-instruction {
    width: 81.835vw;
  }
  .playing-instruction__content {
    padding: 3.837vw;
    padding-right: 4.85vw;
  }
  .playing-instruction__content ul {
    padding-left: 0vw;
    list-style: none;
    margin-bottom: 0;
  }
  .playing-instruction__content ul li {
    line-height: 1.3;
    font-size: 2.898vw;
    font-weight: 300;
    margin-bottom: 4.197vw;
  }

  .playing-instruction__content ul li:last-child {
    margin-bottom: 0;
  }

  .playing-instruction__header {
    margin-left: 0;
    font-size: 3.597vw;
    font-weight: 500;
    margin-bottom: 4.017vw;
  }

  .game-features {
    width: 81.835vw;
  }
  .game-features__header {
    margin-left: 0;
    font-size: 3.597vw;
    font-weight: 500;
    margin-bottom: 4.017vw;
    margin-top: 6.404vw;
  }
  .game-features__content {
    display: flex;
    flex-direction: column;
    height: fit-content;
  }
  .game-features__content ul {
    padding: 3.837vw;
    padding-right: 8.85vw;
    margin-bottom: 0;
    list-style: none;
  }
  .game-features__content ul {
    width: 100%;
  }

  .game-features__content ul:first-child {
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
    padding-bottom: 0;
  }

  .game-features__content ul:last-child {
    border-top-left-radius: unset;
    border-top-right-radius: unset;
  }

  .game-features__content ul li {
    line-height: 1.3;
    font-size: 2.898vw;
    font-weight: 300;
    margin: 0;
    margin-bottom: 4.197vw;
  }

  .game-features__content ul li:last-child {
    margin-bottom: 0;
  }

  .additional-info {
    width: 80.935vw;
    font-size: 2.898vw;
    font-weight: 300;
    margin-top: 6.4vw !important;
  }

  .additional-info p {
    margin-bottom: 4.2vw;
    font-weight: 300;
  }

  .additional-info p:nth-child(3) {
    font-weight: 500;
  }

  .additional-info p span {
    font-weight: 500;
  }
  .additional-info p:nth-child(5) {
    margin-bottom: 0;
  }

  .footer-mt {
    margin-top: 26.978vw;
  }

  .footer-content {
    width: 80.935vw;
    display: flex;
    justify-content: space-between;
  }
  .footer-content_links {
    width: 80.935vw;
    height: fit-content;
    display: flex;
    justify-content: space-between;
  }
  .footer-content_policy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #9599b0;
    font-weight: 500;
  }
  .footer-content_policy__text {
    display: flex;
  }
  .footer-content_policy__text p {
    margin-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .footer-content_policy__links {
    display: flex;
    justify-content: start;
  }
  .footer-content_policy__links pre {
    margin-bottom: 0;
  }
  .footer-content_policy a {
    color: #9599b0;
  }
  /*.footer-content__sn {*/
  /*  display: flex;*/
  /*  justify-content: start;*/
  /*  align-items: center;*/
  /*  width: 45%;*/
  /*}*/
  /*.footer-content__sn a {*/
  /*  margin-right: 4%;*/
  /*  font-size: 1.615vw;*/
  /*}*/
  /*.footer-content__sn a:nth-child(4) {*/
  /*  margin-right: 0;*/
  /*}*/
  /*.footer-content__sn a img {*/
  /*  height: auto;*/
  /*  width: 1.5vw;*/
  /*}*/
  /*.footer-content__sn_text {*/
  /*  margin: 0 6% 0 5%;*/
  /*  margin-right: 6%;*/
  /*  margin-bottom: 0;*/
  /*  font-weight: 500;*/
  /*  font-size: 0.8855vw;*/
  /*  overflow: hidden;*/
  /*}*/
  .footer-content__downlinks {
    width: 81.835vw;
    align-items: center;
  }
  .footer-content__downlinks img {
    height: 8.393vw;
    width: auto;
    margin-left: 1.5%;
  }
  .footer-content__downlinks img:nth-child(1) {
    margin-left: 0;
  }
}
@media (min-device-width: 1025px) {
  .additional-info-br {
    display: none;
  }

  .header-btn {
    display: none;
  }

  .main-content__instruction_header, .main-content__instruction {
    display: block !important;
  }

  .game-features-li-break {
    display: none;
  }

  .game-features__content ul {
    padding-right: unset;
  }

  .playing-instruction__header {
    margin-bottom: 0.5rem;
  }

  body .header {
    height: 5.5vw;
    padding-left: 21.9vw;
  }
  body .header-content__logo_image {
    margin-top: 1px;
    width: 4.3vw;
    height: 4.3vw;
  }
  body .header-content__info {
    width: 20vw;
  }
  body .header-content__info_header {
    font-size: 1.406vw;
    margin: 0;
  }

  .header-content__info_rates {
    flex-direction: column;
    align-items: unset !important;
  }

  body .header-content__info_rating {
    font-size: 1.095vw;
  }
  body .header-content__info_image {
    width: 5.5vw;
    margin-right: 0.52vw;
    order: 1;
  }

  body .header-btn {
    display: none;
  }

  body .gallery-wrapper {
    margin-top: 2.5%;
    margin-bottom: -5.729vw !important;
  }

  .gallery {
    width: 56vw;
  }

  .gallery-pictures .gallery-pictures__list_item {
    margin-right: 1.302vw;
  }

  .gallery-pictures .gallery-pictures .gallery-pictures__list_item:last-child {
    margin-right: 0;
  }

  .gallery-pictures .gallery-image {
    width: 11.458vw;
  }

  .scroll_left, .scroll_right {
    width: 2.5%;
    height: unset;
    top: 9vw;
  }

  .scroll_left {
    left: 16.5%;
  }

  .scroll_right {
    right: 16.5%;
  }

  .app-info {
    width: 56vw;
    margin-bottom: 2.604vw !important;
  }
  .app-info p {
    font-size: 0.9vw;
    font-weight: 300;
  }

  .app-info_paragraph2 a {
    display: inline;
  }

  .app-info_paragraph1 .line-braker1 {
    display: none;
  }

  .app-info_paragraph5, .app-info_paragraph3, .app-info_paragraph4 {
    display: none;
  }

  .playing-instruction {
    width: 56vw;
  }

  .playing-instruction__content {
    padding: 1vw 1vw 1.26vw;
  }
  .playing-instruction__content ul {
    padding-left: 0vw;
    list-style: none;
  }
  .playing-instruction__content ul li {
    line-height: 1.7vw;
    font-size: 0.85vw;
    font-weight: 300;
    margin-bottom: 0;
  }
  .playing-instruction__content ul li:before {
    content: "·";
    font-size: 1.4vw;
    vertical-align: middle;
    margin: 0;
  }
  .playing-instruction__header {
    margin-left: 1.302vw;
    font-size: 1.15vw;
    font-weight: 500;
  }

  .game-features {
    width: 56vw;
  }
  .game-features__header {
    margin-left: 1.302vw;
    margin-bottom: 0.5rem;
    font-size: 1.15vw;
    font-weight: 500;
    margin-top: 2.604vw;
  }
  .game-features__content {
    display: flex;
    justify-content: space-between;
    height: fit-content;
    flex-direction: row;
  }
  .game-features__content ul {
    padding-top: 1vw;
    padding-left: 1vw;
    margin-bottom: 0;
    list-style: none;
    border-radius: 16px !important;
    padding-bottom: 1.26vw !important;
  }
  .game-features__content ul:nth-child(1) {
    width: 42%;
  }
  .game-features__content ul:nth-child(2) {
    width: 53.5%;
  }
  .game-features__content ul li {
    line-height: 1.7vw;
    font-size: 0.85vw;
    font-weight: 300;
    margin: 0;
  }
  .game-features__content ul li:before {
    content: "· ";
    font-size: 1.4vw;
    vertical-align: middle;
    margin: 0;
  }
  .game-features__content ul li:nth-child(5) {
    margin-bottom: 0.26vw;
  }

  .additional-info {
    width: 56vw;
    font-size: 0.9375vw;
    font-weight: 300;
    margin-top: 2.604vw !important;
    line-height: 1vw;
  }

  .additional-info p {
    margin-bottom: 0.5rem;
    line-height: 1.3;
  }
  .additional-info p span {
    font-weight: 400;
  }
  .additional-info p:nth-child(3) {
    font-weight: 500;
  }
  .additional-info p:nth-child(5) {
    margin-bottom: 0;
  }

  .footer-mt {
    margin-top: 2.604vw;
  }

  .footer {
    height: 4vw;
  }
  .footer-content {
    width: 56vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer-content_links {
    width: 60%;
    display: flex;
    justify-content: space-between;
  }
  .footer-content_policy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #9599b0;
    font-size: 0.782vw;
    font-weight: 500;
    margin-right: 0.781vw;
  }
  .footer-content_policy__text {
    display: flex;
    justify-content: end;
  }
  .footer-content_policy__text p {
    margin-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .footer-content_policy__links {
    display: flex;
    justify-content: start;
  }
  .footer-content_policy__links pre {
    margin-bottom: 0;
  }
  .footer-content_policy a {
    color: #9599b0;
  }
  .footer-content__sn {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 45%;
  }

  .footer-content__sn.hidden {
    display: flex !important;
  }
  .footer-content__sn a {
    margin-right: 4%;
    font-size: 1.615vw;
  }
  .footer-content__sn a:nth-child(4) {
    margin-right: 0;
  }
  .footer-content__sn a img, .footer-content__sn a svg {
    height: auto;
    width: 1.5vw;
  }

  .footer-content__sn a svg path {
    fill: #000;
  }

  .footer-content__sn_text {
    margin: 0 6% 0 5%;
    margin-right: 6%;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 0.8855vw;
    overflow: hidden;
  }
  .footer-content__sn.hidden {
    display: flex;
  }
  .footer-content__downlinks {
    width: 38%;
    justify-content: end;
    align-items: center;
  }
  .footer-content__downlinks img {
    margin-left: 4%;
    height: auto;
    width: 6vw;
  }
  .footer-content__downlinks img:nth-child(1) {
    margin-left: 0;
    width: 7.6vw;
  }
}
.modal-linebrake {
  display: none;
}

.carousel {
  margin: auto;
  z-index: 4;
  position: fixed;
  padding: 49vw 4vw;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.carousel-indicators {
  bottom: 3vw;
}
.carousel-indicators [data-bs-target] {
  border-radius: 100%;
  width: 2.5vw;
  height: 2.5vw;
  border: 1px solid #fff;
  background-color: #fff !important;
  background: transparent;
  opacity: 1;
  margin-right: 2vw;
}
.carousel-indicators [data-bs-target].active {
  background-color: #a958ee !important;
  border: 1px solid #a958ee;
}
.carousel-inner {
  width: 100%;
  position: relative;
}
.carousel-item {
  width: 100%;
}
.carousel-item_wrapper {
  border: 1px solid #6a26bc;
  border-radius: 16px;
  height: 62vh;
  padding: 7% 10%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 0 1.5vw;
  background: -moz-linear-gradient(180deg, #67148d 0%, #8019af 50%, #561176 100%);
  background: -webkit-linear-gradient(180deg, #67148d 0%, #8019af 50%, #561176 100%);
  background: -o-linear-gradient(180deg, #67148d 0%, #8019af 50%, #561176 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#561176", endColorstr="#67148D", GradientType=1 );
  background: -ms-linear-gradient(180deg, #67148d 0%, #8019af 50%, #561176 100%);
  background: linear-gradient(180deg, #67148d 0%, #8019af 50%, #561176 100%);
}
.carousel-item_wrapper.first {
  justify-content: start;
}
.carousel-item_header {
  text-align: center;
  font-size: 5.87vw;
  margin-bottom: 1rem;
}
.carousel-item_text {
  font-size: 4.533vw;
  font-weight: 400;
  line-height: 2.5vh;
}
.carousel-item_text span {
  color: #ff8a18;
  font-weight: bold;
  font-size: 5.067vw;
}
.carousel-item_policy {
  font-size: 4.533vw;
  font-weight: 300;
  line-height: 2.5vh;
  display: block;
}
.carousel-item_image {
  display: flex;
  justify-content: center;
}
.carousel-item_img {
  height: 40vh;
  position: absolute;
  bottom: 6vh;
}
.carousel-item_img.first_img {
  height: 20vh;
  bottom: 7vh;
}
.carousel-item_btn {
  background: transparent;
  border: none;
  position: absolute;
  top: 1.333vw;
  right: 1.333vw;
}

@media (max-device-width: 1024px) and (orientation: landscape) {
  .text-fragment2, .text-fragment3 {
    display: none;
  }

  .header-btn {
    display: flex;
  }

  .app-info_paragraph1 {
    margin-bottom: 0;
  }

  .app-info_paragraph1 .line-braker1 {
    display: none;
  }

  .app-info_paragraph1 .text-fragment2 {
    display: inline;
  }

  .app-info_paragraph1 .text-fragment2 a {
    display: inline;
  }

  .app-info_paragraph4 {
    display: none;
  }

  .app-info_paragraph3 {
    display: none;
  }

  .visible {
    margin-bottom: 2.9vw !important;
  }

  .top-3 {
    display: none;
  }

  .header {
    height: 8.5vw;
    flex-direction: row !important;
    padding: 0 10.1vw;
    -webkit-box-shadow: 0px -25px 33px 61px #1b1d26;
    -moz-box-shadow: 0px -25px 33px 61px #1b1d26;
    box-shadow: 0px -25px 33px 61px #1b1d26;
  }
  .header-btn {
    padding: 0 !important;
    height: 100%;
    width: 50% !important;
    display: flex;
    justify-content: end;
    text-align: right;
    align-items: center;
  }
  .header-btn__install {
    margin: 0 !important;
    width: 15.5vw !important;
    height: 5vw !important;
    font-size: 3vw !important;
    margin-left: 60% !important;
  }
  .header-content {
    height: 100%;
    align-items: center;
    padding: 0 !important;
    width: 50%;
  }
  .header-content__logo_image {
    width: 6.5vw;
    height: 6.5vw;
  }
  .header-content__info_header {
    font-size: 2.34vw;
  }
  .header-content__info_rates {
    margin-top: 0;
  }
  .header-content__info_image {
    width: 12vw;
  }
  .header-content__info_rating {
    font-size: 2.248vw;
    margin-left: 1vw;
    white-space: nowrap;
  }

  .app-info_paragraph5 br {
    display: block;
  }

  .main-content {
    width: 100vw;
    margin: auto;
    min-height: 100vh !important;
  }

  .main-content .gallery-wrapper .scroll_left, .main-content .gallery-wrapper .scroll_right {
    display: inline;
    position: absolute;
    top: 13vw;
    -webkit-appearance: none;
  }
  .main-content .gallery-wrapper .scroll_left {
    left: 3vw;
  }
  .main-content .gallery-wrapper .scroll_right {
    right: 3vw;
  }
  .main-content .gallery-wrapper .gallery {
    width: 80.081vw;
  }

  .gallery-pictures .gallery-pictures__list_item {
    margin-right: 2.068vw;
  }

  .main-content .gallery-wrapper .gallery-image {
    width: 18.225vw;
  }
  .main-content .app-info {
    width: 80.081vw;
    margin-top: -8.7vw !important;
  }
  .main-content .app-info p {
    font-size: 2.248vw;
    margin-bottom: 2.9vw;
  }
  .main-content .app-info p:nth-child(1) {
    margin-bottom: 0;
  }
  .main-content .playing-instruction {
    width: 80.081vw;
  }
  .main-content .playing-instruction__header {
    font-size: 2.34vw;
    margin-top: 4vw;
    margin-bottom: 2vw;
  }
  .main-content .playing-instruction__content {
    padding: 3vw 1.2vw 0.26vw;
  }
  .main-content .playing-instruction__content ul {
    padding-left: 1.3vw;
    padding-right: 1.4vw;
  }
  .main-content .playing-instruction__content ul li {
    font-size: 2.248vw !important;
    margin-bottom: 3vw;
    line-height: 105%;
  }
  .main-content .game-features {
    width: 80.081vw;
  }
  .main-content .game-features__header {
    font-size: 2.34vw;
    margin-top: 4vw;
    margin-bottom: 2vw;
  }
  .main-content .game-features__content {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }

  .main-content .game-features__content ul li {
    font-size: 2.248vw;
    font-weight: 300;
    margin-bottom: 2.5vw;
    line-height: 105%;
  }
  .main-content .game-features__content ul:nth-child(2) {
    margin-bottom: 0;
  }
  .main-content .additional-info {
    width: 80.081vw;
    font-size: 2.248vw;
    font-weight: 300;
    margin-top: 4vw !important;
    line-height: 110%;
  }
  .main-content .additional-info p {
    margin-bottom: 2.8vw;
  }
  .main-content .additional-info p:nth-child(3) {
    font-size: 2.248vw;
  }
  .main-content .additional-info p:nth-child(5) {
    margin-bottom: 0;
  }

  .game-features .game-features__content ul {
    border-radius: 10px;
    padding: 2.6vw;
    padding-right: 0.5vw;
    width: 48%;
  }

  .game-features-li-break {
    display: block;
  }

  .footer {
    height: 7vw;
  }
  .footer-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 80.081vw;
  }
  .footer-content_links {
    width: 50%;
    order: unset;
  }
  .footer-content_policy {
    width: 38vw;
    height: 100%;
    align-items: flex-start;
    justify-content: center;
    bottom: 0;
  }
  .footer-content_policy__text {
    font-size: 1.419vw;
  }
  .footer-content_policy__links .pre {
    font-size: 1.419vw;
  }
  .footer-content_policy__links a {
    font-size: 1.419vw;
  }
  .footer-content__sn {
    width: 100%;
    top: -16.5vw !important;
  }
  .footer-content__sn_text {
    font-size: 2.248vw !important;
    margin-top: 4vw !important;
    margin-bottom: 1vw;
  }
  .footer-content__sn a:nth-child(3) {
    margin: 0 2vw !important;
  }
  .footer-content__sn a svg, .footer-content__sn a img {
    width: 3.5vw !important;
    height: auto !important;
  }
  .footer-content__downlinks {
    width: 50vw;
    justify-content: end;
  }
  .footer-content__downlinks img {
    width: 12vw;
    height: auto;
    margin-left: 1vw;
  }
  .footer-content__downlinks img:nth-child(1) {
    width: 15.5vw;
    margin-left: 0;
  }
  .footer-content__downlinks img:nth-child(3) {
    margin-right: 3.5vw;
  }

  .footer-mt {
    margin-top: 17vw;
  }
}

@media (max-device-width: 767px) and (orientation: landscape) {
  body .header {
    padding: 0 12.1vw;
  }

  .modal-linebrake {
    display: inline;
  }

  .carousel {
    padding: 10vw 18vw 1vw;
  }
  .carousel-indicators {
    bottom: 0.5vw;
  }
  .carousel-indicators [data-bs-target] {
    width: 1vw;
    height: 1vw;
    margin-right: 1vw;
  }
  .carousel-item_wrapper {
    flex-direction: row-reverse;
    height: 35vw !important;
    align-items: center;
    padding: 4%;
  }
  .carousel-item_header {
    font-size: 2.34vw;
    text-align: left;
  }

  .carousel-item_wrapper.first .carousel-item_header {
    margin-bottom: 1vw;
  }

  .carousel-item_policy {
    font-size: 2.217vw;
    line-height: 100%;
  }
  .carousel-item_instr {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
  .carousel-item_image {
    width: 50%;
    height: 100%;
    align-items: center;
  }
  .carousel-item_img {
    height: 100%;
    position: static;
  }
  .carousel-item_img.first_img {
    height: 27vw;
  }
  .carousel-item_text {
    font-size: 2.094vw;
    line-height: 100%;
    margin-bottom: 4em;
    line-height: 1.2;
  }

  .carousel-item_wrapper.first .carousel-item_text {
    margin-bottom: 1vw;
  }

  .carousel-item_wrapper.first .carousel-item_instr {
    margin-bottom: 1.7vw;
  }

  .carousel-item_text span {
    font-size: 2.217vw;
  }


  .gallery-pictures .gallery-pictures__list_item {
    margin-right: 2.094vw;
  }

  .main-content .gallery-wrapper .gallery-image {
    width: 12.9vw !important;
  }

  .main-content .game-features__content ul {
    border-radius: 16px !important;
    padding: 2.5vw;
    height: auto;
    margin: 0;
    width: 48% !important;
  }

  .main-content .gallery-wrapper {
    margin-top: 11.175vw;
  }

  .game-features-li-break {
    display: none !important;
  }

  .main-content .app-info p:nth-child(1) {
    margin-top: 2.5vw !important;
  }


  .main-content .gallery-wrapper .scroll_right, .main-content .gallery-wrapper .scroll_left {
    top: 22vw !important;
    height: 3.935vw !important;
  }

  .main-content .gallery-wrapper .scroll_right {
    right: 7vw !important;
  }

  .main-content .gallery-wrapper .scroll_left {
    left: 7vw !important;
  }

  .main-content .gallery {
    width: 75.8vw !important;
  }

  .main-content .game-features, .main-content .playing-instruction, .main-content .app-info, .footer-content, .main-content .additional-info  {
    width: 84.2vw !important;
  }

  .app-info p:nth-child(2) {
    display: none;
  }

  .app-info_paragraph1 span a {
    display: block;
  }

  .app-info_paragraph1 .text-fragment2 {
    display: none;
  }

  .footer-content_links {
    order: unset;
  }

  .footer-content__sn_text {
    margin-top: 2.5vw !important;
  }

  .footer-mt {
    margin-top: 18vw !important;
  }
}

@media (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: landscape) {
  .main-content .gallery-wrapper {
    margin-bottom: 4vw;
    margin-top: 6.175vw;
    width: 100vw;
  }
}

* {
  box-sizing: border-box;
}

.hidden {
  display: none !important;
}

.full-page {
  background: -moz-radial-gradient(circle at 99% 95%, #353b61 0%, #1b1d26 19%);
  background: -webkit-radial-gradient(circle at 99% 95%, #353b61 0%, #1b1d26 19%);
  background: -o-radial-gradient(circle at 99% 95%, #353b61 0%, #1b1d26 19%);
  background: -ms-radial-gradient(circle at 99% 95%, #353b61 0%, #1b1d26 19%);
  background: radial-gradient(circle at 99% 95%, #353b61 0%, #1b1d26 19%);
  background-attachment: fixed;
}

body.whole-content .app-info p {
  display: block !important;
}

body.whole-content .app-info a {
  display: none !important;
}

body.modal-open header {
  z-index: 200;
  box-shadow: unset;
}