* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}
.jS {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.jC {
  display: flex;
  justify-content: space-between;

  align-items: center;
}

.jE {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.j {
  display: flex;
  justify-content: space-between;
}
.flexCol {
  display: flex;
  flex-direction: column;
}
.gap30 {
  gap: 30px;
}
.gap25 {
  gap: 30px;
}
.gap20 {
  gap: 20px;
}
.gap15 {
  gap: 15px;
}
.gap10 {
  gap: 10px;
}
.gap5 {
  gap: 10px;
}
.g2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.g3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.g4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.g5 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

@media (max-width: 1200px) {
  .g5 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .g4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1000px) {
  .g5 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .jS,
  .jC,
  .jE,
  .j {
    align-items: center;
    flex-direction: column;
  }
  .g5,
  .g2,
  .g3,
  .g4 {
    grid-template-columns: 1fr;
  }
}

.break {
  word-break: break-all;
}
a,
button {
  text-align: center;
  width: fit-content;
  cursor: pointer;
  background: transparent;
  transition: all 0.2s linear;
  border: none;
}
button:focus,
a:focus {
  outline: 4px solid #fff;
  filter: brightness(90%);
}
@media (hover: hover) {
  button:hover,
  a:hover {
    filter: brightness(80%);
  }
}

textarea,
input {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  resize: none;
}

main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
:root {
  scroll-behavior: smooth;
}

.mob {
  display: none;
}
@media (max-width: 768px) {
  .mob {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }
}
body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  font-family: "Arial", sans-serif;
}

.container {
  max-width: 1230px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 15px;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* terms */
.terms {
  flex-grow: 1;
  padding-block: 40px 60px;
}

.terms__title {
  color: #0f0f19;
  font-family: Arial;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.terms__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.terms__content ul {
  margin-left: 20px;
}
.terms__content ul * {
  list-style: initial;
}
.terms__content * {
  color: #0f0f19;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.terms__content a {
  color: #0f0f19;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .terms {
    padding-block: 60px 60px;
  }
  .terms__title {
    font-size: 42px;
  }
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  border-bottom: 2px solid #0f0f19;
  background: #ffdefe;
  padding-block: 20px;
}

.header__inner {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #0f0f19;
  font-family: Arial;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.header__logo img {
  width: 30px;
  height: 30px;
}

.header__nav {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.header__nav a {
  display: block;
  color: #0f0f19;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.close-img {
  display: none;
}

.header__menu {
  display: none;
  width: 30px;
  height: 30px;
  padding: 4px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .header__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer {
  padding-block: 20px;
}

.footer__inner {
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.footer__logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #0f0f19;
  font-family: Arial;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.footer__logo img {
  width: 30px;
  height: 30px;
}
.footer__links {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer__links a {
  display: block;
  color: #0f0f19;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.footer__socials {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.footer__social {
  display: block;
  width: 34px;
  height: 34px;
}

.footer__copyright {
  color: #0f0f19;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .footer__inner,
  .footer__links {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 420px) {
}
/* content */

.home {
  padding-block: 20px 60px;
  border-bottom: 2px solid #0f0f19;
  background: #ffdefe;
  position: relative;
}

.home__inner {
  margin-bottom: 30px;
}

.home__title {
  max-width: 736px;
  width: 100%;
  color: #0f0f19;
  font-family: Arial;
  font-size: 120px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.home__text {
  max-width: 424px;
  width: 100%;
  color: #0f0f19;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.home__img {
  max-width: 644px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 84px;
}
.b1 {
  position: relative;
  background: #fff;
  padding-block: 80px 300px;
}
.b1__inner {
  display: flex;
}
.b1__content {
  position: relative;
  z-index: 2;
  max-width: 712px;
  width: 100%;
}
.b1__title {
  color: #0f0f19;
  font-family: Arial;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.b1__text {
  color: #0f0f19;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}

.b1__label {
  color: #0f0f19;
  font-family: Arial;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.b1__img {
  z-index: 1;
  position: absolute;
  max-width: 759px;
  width: 100%;
  position: absolute;
  bottom: 80px;
  right: 80px;
}
.b2 {
  padding-block: 40px;
  position: relative;
  border-top: 2px solid #0f0f19;
  border-bottom: 2px solid #0f0f19;
  background: linear-gradient(180deg, #ffdefe 0%, #ff92fa 100%);
}
.b2__inner {
  display: flex;
}

.b2__img1 {
  max-width: 560px;
  width: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.b2__content {
  position: relative;
  z-index: 2;
  margin-left: auto;
  max-width: 694px;
  width: 60%;
}
.b2__title {
  color: #0f0f19;
  font-family: Arial;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.b2__blocks {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.b2__row1 {
  max-width: 512px;
  width: 100%;
}

.b2__item {
  backdrop-filter: blur(15px);
  border: 1px solid #0f0f19;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.b2__img {
  width: 60px;
  height: 60px;
}
.b2__label {
  color: #0f0f19;
  font-family: Arial;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.b2__text {
  color: #0f0f19;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.b2__row2 {
  max-width: 512px;
  width: 100%;
  margin-left: auto;
}
.b2__btn {
  margin-left: auto;
}
.btn {
  max-width: 278px;
  width: 100%;
  padding: 28px;
  display: block;
  color: #fff;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  background: #0f0f19;
}
.b3 {
  padding-block: 80px 60px;
}

.b3__title {
  color: #0f0f19;
  font-family: Arial;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.b3__content2 {
  max-width: 538px;
  width: 100%;
}
.b3__blocks {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 30px;
}
.b3__item {
  padding: 20px;
  border: 1px solid #0f0f19;
}
details > summary::-webkit-details-marker {
  display: none;
}
.b3__label:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/wp-content/themes/dopikado/assets/images/arr2.png);
}
.b3__item[open] .b3__label:before {
  transform: rotate(0);
}
.b3__label {
  padding-right: 30px !important;
  position: relative;
  user-select: none;
  cursor: pointer;
  color: #0f0f19;
  font-family: Arial;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.b3__textBody {
  user-select: none;
  padding-top: 15px;
  color: #0f0f19;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.b4 {
  padding-block: 40px 60px;
}

.b4__title {
  color: #0f0f19;
  text-align: center;
  font-family: Arial;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  max-width: 996px;
  width: 100%;
  margin: 0 auto 30px;
}
.b4__text {
  color: #0f0f19;
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 996px;
  width: 100%;
  margin: 0 auto 50px;
}
.b4__blocks1 {
  max-width: 1032px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.b4__item {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
  border-radius: 24px;
  background: #0f0f19;
  display: flex;
  justify-content: center;
  align-items: center;
}

.b4__item img {
  border-radius: 24px;
  object-fit: cover;
}
.b4__label {
  transition: all 0.3s ease;
  border-radius: 24px;
  background: #0f0f19;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  color: #fff;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.b4__item:hover .b4__label {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.b4__col1,
.b4__col2,
.b4__col3,
.b4__col4 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.b4__col1 {
  max-width: 314px;
}
.b4__col2 {
  max-width: 172px;
}
.b4__col3 {
  max-width: 172px;
}
.b4__col4 {
  max-width: 314px;
}
.b4__item2 {
  max-width: 172px;
  align-self: flex-end;
}
.b4__item6 {
  max-width: 172px;
}
.b4__item--empty {
  aspect-ratio: 1/1;
}
.b4__blocks2 {
  display: none;
  flex-direction: column;
  gap: 20px;
}
.b4__row5 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.game {
  padding-block: 40px;
}
.game .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  max-width: 996px;
  width: 100%;
  margin-inline: auto;
}

.game__img1 {
  max-width: 200px;
  width: 100%;
}
.game__title {
  color: #0f0f19;
  text-align: center;
  font-family: Arial;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.game__text {
  color: #0f0f19;
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.game__btn {
  margin-inline: auto;
}

.game1__content {
  max-width: 599px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.game1__title {
  color: #0f0f19;
  font-family: Arial;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.game1__text {
  color: #0f0f19;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.game1__img {
  max-width: 571px;
  width: 100%;
}

.game2__title {
  margin-bottom: 30px;
}
.game2__blocks {
  margin-bottom: 30px;
}

.game2__img {
  height: 320px;
  margin-bottom: 30px;
}

.game3__img {
  max-width: 416px;
  width: 100%;
}

.game3__content {
  max-width: 754px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.game4__title {
  text-align: center;
  margin-bottom: 30px;
}

.game4__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.game4__blocks {
  align-items: flex-end;
}

.game5__title {
  margin-bottom: 30px;
}

.game5__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.game5__blocks {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.game1__img img,
.game2__img img,
.game3__img img,
.game4__img img,
.game5__img img,
.game6__img img,
.game7__img img {
  object-fit: cover;
}
.title {
  color: #0f0f19;
  font-family: Arial;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.game1,
.game2,
.game3,
.game4,
.game5,
.game6,
.game7 {
  padding-block: 40px 60px;
}
.game7__title {
  margin-bottom: 30px;
}
.game7__text {
  color: #0f0f19;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
.game7__label {
  color: #0f0f19;
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.game7__list * {
  list-style: initial;
}
.game7__list {
  margin-left: 20px;
  color: #0f0f19;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
.game7__btn {
  margin-bottom: 30px;
}
.game7__img {
  height: 340px;
}
.mobImg {
  display: none;
}

@media (max-width: 1434px) {
  .home__img {
    max-width: 550px;

    right: 0;
  }
  .home__title {
    font-size: 104px;
  }
}
@media (max-width: 1194px) {
  .home__title {
    font-size: 90px;
    max-width: 600px;
  }
  .home__img {
    max-width: 480px;
  }
  .b3__title {
    font-size: 55px;
  }
}
@media (max-width: 1096px) {
  .b1__inner {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .b1 {
    padding-bottom: 80px;
  }
  .b1__content {
    max-width: initial;
  }
  .b1__img {
    position: initial;
    max-width: 600px;
  }
}
@media (max-width: 1056px) {
  .home {
    padding-bottom: 0;
  }
  .home__img {
    position: initial;
    margin-inline: auto;
  }
  .home__inner {
    flex-direction: column;
  }
  .home__title {
    font-size: 50px;
    max-width: initial;
  }
  .home__text {
    max-width: initial;
  }
  .home__link {
    margin-bottom: 30px;
  }
}
@media (max-width: 1010px) {
  .b4__item--empty {
    display: none;
  }
  .b4__col3 {
    order: 2;
  }
  .title {
    font-size: 42px;
  }
  .b2 {
    padding-bottom: 0;
  }

  .b2__inner {
    gap: 30px;
    flex-direction: column-reverse;
  }
  .b2__row1,
  .b2__row2 {
    max-width: 800px;
  }
  .b2__content {
    width: 100%;
    max-width: initial;
    margin: 0;
  }
  .b2__img1 {
    width: 100%;
    max-width: 305px;
    position: initial;
  }
  .b3__inner {
    flex-direction: column;
  }
  .b3__content1,
  .b3__content2 {
    max-width: initial;
  }
  .b3__img {
    max-width: 600px;
    width: 100%;
    margin-inline: auto;
  }
}
@media (max-width: 768px) {
  .home__title {
    font-size: 50px;
  }
  .b1__title,
  .b2__title,
  .b3__title,
  .b4__title {
    font-size: 42px;
  }
  .game3__content,
  .game1__content {
    max-width: initial;
  }
  .game1__img {
    max-width: initial;
    height: 568px;
  }
  .game3__img {
    max-width: initial;
    height: 340px;
  }
  .game__title {
    font-size: 50px;
  }
}
@media (max-width: 500px) {
  .b4__blocks1 {
    display: none;
  }
  .b4__blocks2 {
    display: flex;
  }
  .b4__item2,
  .b4__item6 {
    max-width: initial;
  }
  .home__img {
    max-width: 360px;
    width: 100%;
  }
  .game2__img,
  .game3__img,
  .game7__img {
    height: initial;
  }
  .mobImg {
    display: block;
    object-fit: contain !important;
  }
  .desktopImg {
    display: none;
  }
}
@media (max-width: 420px) {
  .title,
  .b1__title,
  .b2__title,
  .b3__title,
  .b4__title {
    font-size: 36px;
  }
  .home__title,
  .game__title {
    font-size: 42px;
  }
}
