﻿@import url('css2');
@import url('css2-1');


body {
  direction: ltr;
  font-family: 'Archivo Narrow', sans-serif !important;
  font-size: 17px;
  margin: 0;
  padding: 0px;
}

a {
  text-decoration: none;
}

.main-1 {
  background: linear-gradient(180deg, rgba(142, 62, 5, 1) 33%, rgba(230, 146, 0, 1) 72%, rgba(255, 252, 0, 1) 100%);
}

.main-2 {
  background: linear-gradient(51deg, rgb(155 76 8) 30%, rgb(171 132 64) 66%, #ffc107 100%);
  ;
}

.header-main {
  background: url(picgallery/dir-bg/bg-light-0676dba8166a32.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-main-background {
  height: 100%;
  width: 100%;
  background-color: #333333ba;

}

.header-hero {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}

.header-hero-text {
  flex: 1;
  color: #ECEFF1;
  padding: 158px 18px;
}

.header-hero-text a {
  text-decoration: none;
}

.header-hero-text-logo {
  padding: 15px 0;
  display: flex;
  gap: 15px;
  align-items: center;
  text-decoration: none;
}

.header-hero-text-logo span {
  font-size: 27px;
  color: #ECEFF1;
}

.header-hero-text-logo img {
  height: 124px;
}

.header-hero-text h1 {
  color: #ffffff;
  padding-bottom: 20px;
}

.header-hero-img {
  flex: 1;
}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.mySlides img {
  object-fit: cover;
  height: 450px;
  width: 100%;
}

.dots-slide {
  display: none;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 2s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}


#menu__toggle {
  opacity: 0;
}

#menu__toggle:checked~.menu__btn>span {
  transform: rotate(45deg);
}

#menu__toggle:checked~.menu__btn>span::before {
  top: 0;
  transform: rotate(0);
}

#menu__toggle:checked~.menu__btn>span::after {
  top: 0;
  transform: rotate(90deg);
}

#menu__toggle:checked~.menu__box {
  z-index: 99;
  visibility: visible;
  left: 0;
}

.menu__btn {
  display: flex;
  align-items: center;
  position: sticky;
  top: 20px;
  left: 20px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 100;
  padding: 10px;
}

.menu__btn>span,
.menu__btn>span::before,
.menu__btn>span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff700;
  transition-duration: .25s;
}

.menu__btn>span::before {
  content: '';
  top: -8px;
}

.menu__btn>span::after {
  content: '';
  top: 8px;
}

.menu__box {
  display: block;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  background-color: #333;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
  transition-duration: .25s;
}

.menu__item {
  display: block;
  padding: 12px 24px;
  color: #fff700;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition-duration: .25s;
}

.menu__item:hover {
  background-color: #CFD8DC;
}

.menu__item:hover {
  color: #000;
}

.main-random {
  display: flex;
  flex-direction: column-reverse;
}

.otstyp {
  padding: 52px 0;
}


.about-as {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 24px;
}

.about-as-blok-text {
  display: flex;
  flex-direction: column;
  width: 70%;
  gap: 24px;
}

.about-as-blok-text {
  color: rgb(0, 0, 0);
}

.about-as-title-border {
  object-fit: contain;
  max-height: 18px;
  max-width: 100%;
}

.about-as-title {
  font-weight: 700;
  padding-bottom: 18px;
  text-align: center;
  color: #ffe622;
}

.about-as-blok-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
}

.image-rotate {
  height: 350px;
  object-fit: cover;
  animation: rotateY 10s linear infinite;
}

@keyframes rotateY {
  0% {
    transform: rotateY(0);
  }

  100% {
    transform: rotateY(360deg);
  }
}



.games-title {
  color: #ffe622;
  text-align: center;
  font-weight: 700;
  padding-bottom: 18px;
}

.games-title img {
  height: 60px;
  object-fit: contain;
}

.people-2 {
  transform: scaleX(-1);
}

.games-info {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
}

.games-info-blok {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 24px;
}

.card {
  position: relative;
  width: 100%;
  height: 550px;
  margin: 20px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.card__content {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background-color: #000000;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.card__title {
  text-decoration: none;
  color: #ffe622;
  font-size: 24px;
  font-weight: bold;
}

.card__title:hover {
  color: #fff;
}

.card__text {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.card:hover {
  transform: translateY(-10px);
}

.card:hover .card__image img {
  transform: scale(1.2);
}

.card:hover .card__content {
  transform: translateY(-100%);
}

.card__image {
  background-color: #000;
}

.card:hover .card__text {
  display: none;
}

.main-video {
  background-color: #000;
}

.main-video video {
  object-fit: cover;
  height: 300px;
  width: 100%;
}


.forma-kartinka-bloks {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 24px;
}

.forma-main {
  flex: 1;
}

.forma-main-title {
  text-align: center;
  color: #000;
  font-weight: 700;
  padding-bottom: 18px;
}

.forma-main-title img {
  height: 50px;
  object-fit: contain;
}

.net-form {
  display: none;
}

.net-form img {
  height: 200px;
  object-fit: contain;
}

.osnova-forma {
  background-color: #000;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 25px;
}

.osnova-forma a {
  text-decoration: none;
  color: #fff;
}

.osnova-forma label {
  color: #ffc107;
}

.osnova-forma .input-form--layout__component,
.osnova-forma .textarea-form--layout__component {
  color: #fff;
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 15px;
  background-color: transparent;
  border-bottom: 2px solid rgb(49 45 45 / 55%);
}

.osnova-forma .input-form--layout__component::placeholder,
.osnova-forma .textarea-form--layout__component::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.osnova-forma .textarea-form--layout__component {
  height: 5em;
  margin-bottom: 6px;
}

.main-kartinka {
  width: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-kartinka img {
  animation: rotateI 10s linear infinite;
  height: 350px;
  object-fit: contain;
  max-width: 100%;
}

@keyframes rotateI {
  0% {
    transform: rotateY(0);
  }

  100% {
    transform: rotateY(360deg);
  }
}

.accordion-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 24px;
}

.vopros-main {
  width: 65%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}

.vopros-main-title {
  font-weight: 700;
  padding-bottom: 18px;
  color: #000000;
  text-align: center;
}

.vopros-main-title img {
  height: 30px;
  object-fit: contain;
}

.vopros img {
  object-fit: contain;
  height: 20px;
  max-width: 100%;
}

.vopros button {
  border: 1px solid #ffca00;
  ;
}

.accordion {
  display: flex;
  justify-content: space-between;
  background-color: #535353bd;
  color: #ffca00;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active,
.accordion:hover {
  color: #000;
  background-color: #f8e403;
}

.panel {
  padding: 0 18px;
  color: #fff;
  background-color: rgb(0, 0, 0);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.statistika-main {
  flex: 1;
}

.statistika-main-title {
  font-weight: 700;
  padding-bottom: 18px;
  text-align: center;
  color: #000;
}

.statistika {
  display: flex;
  flex-direction: column;
}

.leaderboard-player {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 16px 29px;
  background-color: #535353bd;
  border-radius: 20px;
  gap: 16px;
  opacity: 0.9;
}

.leaderboard-player:last-child {
  margin-bottom: 0;
}

.leaderboard-player-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.leaderboard-player-avatar {
  box-shadow: 0 4px 8px rgb(0 0 0 / 94%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 15px;
}

.leaderboard-player-name {
  color: #000;
  font-weight: bold;
}

.leaderboard-player-kybok {
  align-items: center;
  display: flex;
  gap: 18px;
  padding: 15px;
  border: 1px solid #f8e403;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.leaderboard-player-kybok img {
  height: 50px;
  object-fit: contain;
}

.leaderboard-player-score {
  font-weight: bold;
  color: #0a0a0a;
}

.disklam {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

.disklam-title {
  font-weight: 700;
  padding-bottom: 18px;
  text-align: center;
  color: #fff;
}

.disklam-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 24px;
}

.disklam-main {
  background-color: #000;
}

.disklam-info img {
  height: 200px;
  object-fit: contain;
}

.disklam-info div {
  background-color: #257A3Eb0;
  color: #fff;
  display: flex;
  font-weight: 800;
  align-items: center;
  border: 4px solid #fff;
  padding: 25px;
}


.footer-main {
  background-color: #000;
  color: #fff;
}

.footer-info-politik a {
  color: #fff;
}

.footer-info-kartinki a {
  color: #fff;
}

.footer-main a:hover {
  color: #f8e403;
}

.foot-log {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-info {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 24px;
}

.footer-info-politik {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer-info-kartinki {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  justify-content: center;
  gap: 24px;
}

.footer-info-kartinki img {
  height: 61px;
}

.footer-info-play {
  font-size: 21px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer-info-play span {
  color: #f8e403;
}

.danni-rules-main {
  color: #000;
  overflow: hidden;
  padding: 0 18px;
}

.danni-rules-main a {
  color: #000;
}

.danni-rules-main-title {
  font-weight: 700;
  padding-bottom: 18px;
  color: #000000;
  text-align: center;
}

.danni-aboutus-main-title {
  font-weight: 700;
  padding-bottom: 18px;
  color: #000000;
  text-align: center;
}

.danni-aboutus-main {
  color: #000;
  align-items: center;
  overflow: hidden;
  padding: 0 18px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 24px;
}

.danni-aboutus-main-text {
  width: 65%;
}

.danni-aboutus-main-title img {
  height: 60px;
  object-fit: contain;
}

.danni-aboutus-main-kartinka {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.danni-aboutus-main-kartinka img {
  height: 250px;
  object-fit: contain;
  animation: rotateA 10s linear infinite;
}

@keyframes rotateA {
  0% {
    transform: rotateY(0);
  }

  100% {
    transform: rotateY(360deg);
  }
}


.main-contact {
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 24px;
}

.main-contact-title {
  font-weight: 700;
  padding-bottom: 18px;
  color: #000000;
  text-align: center;
}

.main-contact-title img {
  height: 60px;
  object-fit: contain;
}

.kontakt {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.Rw_kontakt-box {
  padding: 18px;
  background-color: #333;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.Rw_kontakt-box div {
  color: #f8e403;
}

.Rw_kontakt-box a {
  color: #ffffff;
  text-decoration: none;
}

.net-kontaktov {
  display: none;
}

.net-kontaktov img {
  height: 200px;
  object-fit: contain;
}

.forma-kontakt {
  flex: 1;
  background-color: #000;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 25px;
}

.forma-kontakt .input {
  color: #fff;
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 15px;
  background-color: transparent;
  border-bottom: 2px solid rgb(49 45 45 / 55%);
}

.forma-kontakt .input::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.form-03-check {
  color: #f8e403;
}

.form-03-check a {
  text-decoration: none;
  color: #CFD8DC;
}

.page-osnava {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.blok1 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.page-osnava-title {
  font-weight: 700;
  padding-bottom: 18px;
  color: #000000;
  text-align: center;
}

.page-osnava-title img {
  height: 60px;
  object-fit: contain;
}

.page {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
}



.page-osnava-blok-igra iframe {
  height: 550px;
  width: 100%;
}

.page-osnava-blok-img {
  width: 400px;
  height: 400px;
}

.page-osnava-blok-img {
  float: left;
  padding: 29px;
}

.page-osnava-blok-img>img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page-osnava-blok-content-text {
  color: #000;
}

.blok2 {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.blok2-start-title {
  font-weight: 700;
  padding-bottom: 18px;
  color: #000000;
  text-align: center;
}

.display-flex {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-1 {
  padding: 0.8em 1.8em;
  border: 2px solid #c3a417;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  transition: .3s;
  font-family: inherit;
  color: #c3a417;
}

.btn-1:hover {
  background-color: #c3a417;
  color: #111;
}

.btn-2 {
  color: #000;
  padding: 17px 40px;
  border-radius: 50px;
  cursor: pointer;
  border: 0;
  background-color: #ebeb34;
  box-shadow: rgb(0 0 0 / 5%) 0 0 8px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 15px;
  transition: all 0.5s ease;
}

.btn-2:hover {
  letter-spacing: 3px;
  background-color: hsl(65, 80%, 48%);
  color: hsl(0, 0%, 0%);
  box-shadow: rgb(200, 220, 24) 0px 7px 29px 0px;
}

.btn-2:active {
  letter-spacing: 3px;
  background-color: hsl(65, 80%, 48%);
  color: hsl(0, 0%, 100%);
  box-shadow: rgb(200, 220, 24) 0px 0px 0px 0px;
  transform: translateY(10px);
  transition: 100ms;
}

.btn-3 {
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fffc35;
  background: transparent;
  cursor: pointer;
  transition: ease-out 0.5s;
  border: 2px solid #fffc35;
  border-radius: 10px;
  box-shadow: inset 0 0 0 0 #fffc35;
}

.btn-3:hover {
  color: rgb(0, 0, 0);
  box-shadow: inset 0 -100px 0 0 #fffc35;
}

.btn-3:active {
  transform: scale(0.9);
}

.btn-4 {
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #090909;
  padding: 0.7em 1.7em;
  cursor: pointer;
  font-size: 18px;
  border-radius: 0.5em;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
  box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
}

.btn-4:active {
  color: #666;
  box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
}

.btn-4:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.btn-4:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #ff8808;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.btn-4:hover {
  color: #000000;
  border: 1px solid #ff8808;
}

.btn-4:hover:before {
  top: -35%;
  background-color: #ff8808;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.btn-4:hover:after {
  top: -45%;
  background-color: #ff8808;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.btn-5 {
  --bg: #e7c73c;
  --text-color: #fff;
  position: relative;
  border: none;
  background: var(--bg);
  color: var(--text-color);
  padding: 10px;
  transition: 0.2s;
  border-radius: 5px;
  box-shadow: #685b24 0px 7px 2px, #000 0px 8px 5px;
}

.btn-5:hover {
  opacity: 1;
  color: #000;
}

.btn-5:active {
  top: 4px;
  box-shadow: #dfce62 0px 3px 2px, #000 0px 3px 5px;
}


@media (max-width: 991px) {
  .header-hero-img {
    display: none;
  }

  .about-as {
    flex-direction: column;
  }

  .about-as-blok-img {
    width: 100%;
  }

  .about-as-blok-text {
    width: 100%;
  }

  .games-info-blok {
    flex-direction: column;
  }

  .forma-kartinka-bloks {
    flex-direction: column;
  }

  .main-kartinka {
    display: none;
  }

  .vopros-main {
    width: 100%;
  }

  .disklam-info {
    flex-direction: column;
  }

  .footer-info {
    flex-direction: column;
    align-items: center !important;
  }

  .footer-info-politik {
    align-items: center !important;
  }

  .danni-aboutus-main {
    flex-direction: column;
  }

  .danni-aboutus-main-kartinka {
    width: 100%;
  }

  .danni-aboutus-main-text {
    width: 100%;
  }

  .main-contact {
    flex-direction: column;
  }

  .forma-kontakt {
    width: 100%;
  }

  .image-rotate {
    height: 250px;
  }

  .blok2 {
    flex-direction: column;
  }

  .statistika-main {
    width: 100%;
  }

  .kontakt {
    width: 100%;
  }
}

@media(max-width: 767px) {
  .page-osnava-blok-img {
    width: 100%;
    height: 270px;
    margin: 0 auto;
    float: none;
    padding: 18px;
  }

  .card {
    width: auto;
  }

  .net-kontaktov img {
    height: 150px !important;
  }

  .net-form img {
    height: 150px !important;
  }

}

@media(max-width: 575px) {
  .btn-1 {
    padding: 18px;
    text-transform: initial;
    font-size: 14px;
  }

  .btn-2 {
    padding: 20px;
    text-transform: initial;
    font-size: 14px;
  }

  .footer-main a {
    text-align: center;
  }

  .header-hero-text-logo {
    flex-direction: column;
  }

  .image-rotate {
    height: 150px;
  }

  .card__text {
    display: none;
  }

  .forma-main-title img {
    display: none;
  }

  .leaderboard-player {
    flex-direction: column;
  }

  .vopros-main-title img {
    display: none;
  }

  .games-title img {
    display: none;
  }

  .danni-aboutus-main-title img {
    display: none;
  }

  .main-contact-title img {
    display: none;
  }

  .page-osnava-title img {
    display: none;
  }
}

.info-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffcc00;
  color: #000;
  text-align: center;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.info-banner a {
  color: #000;
  text-decoration: underline;
}

.close-btn {
  position: absolute;
  right: 15px;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #000;
}

/*******************/

.support-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 20px;
  max-width: 1200px;
  margin: auto;
  background-color: #000;
}

.support-link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.support-icon {
  width: 96px;
  height: auto;
  transition: transform 0.3s ease-in-out;
}

.support-icon:hover {
  transform: scale(1.1);
}

.support-text {
  font-size: 16px;
  color: #fff;
}

@media (max-width: 600px) {
  .support-container {
    flex-direction: column;
    gap: 15px;
    padding: 15px;
  }

  .support-icon {
    width: 64px;
  }

  .support-text {
    font-size: 14px;
  }
}