@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

*{
  box-sizing: border-box;
}
body{
  direction: ltr;
  font-family: 'Raleway', sans-serif !important;
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
:root {
  --bgC-1: #8b5944;
  --bgC-2: #95723d;
  --bgC-3: #68b668;
  --bgC-4: #9ea844;
  --bgC-5: #5768ad;

  --cC-1: #9b2f00;
  --cC-2: #ff9900;
  --cC-3: #305c30;
  --cC-4: #7f8d08;
  --cC-5: #0033ff;

  --dopC-1:#9b2f0085;
  --dopC-2:#ff99006b;
  --dopC-3:#305c307d;
  --dopC-4:#7f8d0894;
  --dopC-5:#0033ff7a;

  --bg: var(--bgC-3);
  --co: var(--cC-3);
  --dop: var(--dopC-3);

  --white-color: #fff;
  --black-color: #000;
}
.package {
  width: auto;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 480px) {
  .package{
  max-width: 450px;
  }
}
@media screen and (min-width: 575px){
  .package{
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .package{
  max-width: 730px;
  }
}
@media screen and (min-width: 992px) {
  .package{
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px){
  .package{
    max-width: 1170px;
    }
}
@media (min-width: 1400px){
  .package{
    max-width: 1274px;
  }
}
a {
  cursor: pointer;
  text-decoration: none;
}
button {
  cursor: pointer;
}
section {
  overflow: hidden;
  position: relative;
}
.count {
  display: flex;
  flex-direction: column-reverse;
}
.uncount {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 30px;
}
.distance {
  position: relative;
  padding: 60px 0;
}
.caption {
  color: var(--white-color);
  position: relative;
  padding: 30px 0;
  font-family: 'Lobster', sans-serif;
  font-weight: 400;
  font-size: 27px;
  text-align: start;
  display: flex;
  align-items: center;
}
.caption::before,
.caption::after {
  display: none;
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: var(--co);
  margin: 0 10px;
}
.opacity-main-1 {
  background: url(content/bg/opacity_bg-06908d992a5a05.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.opacity-main-2 {
  background: url(content/bg/opacity_bg-16908d992a5a22.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.opacity-main-3 {
  background: url(content/bg/opacity_bg-26908d992a5a3e.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.c-hero-flex {
  display: flex;
  justify-content: center;
}


.c-hero-flex__item {
  flex-grow: 2;
  background: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  box-shadow: inset 0 0 0 100vmax rgba(0, 0, 0, 0.5);
  transition: 0.3s all;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
}

.flex-grow-1{
  flex-grow: 1;
}
.c-hero-flex__item:hover {
  flex-grow: 2;
  box-shadow: inset 0 0 0 100vmax var(--bg);
}
.c-hero-flex__item:nth-child(1) {
  background:  url(content/bg/bg-light-06908d992a58c6.jpg) no-repeat center center;
}
.c-hero-flex__item:nth-child(2) {
  background:  url(content/bg/bg-dark-06908d992a593e.jpg) no-repeat center center;
}
.c-hero-flex__item:nth-child(3) {
  background:  url(content/bg/bg-light-16908d992a58eb.jpg) no-repeat center center;
}
.c-hero-flex__title {
  text-transform: uppercase;
  color: var(--white-color);
  letter-spacing: 0.08em;
  transition: 0.3s all;
}
.c-hero-flex__title img {
  height: 90px;
}
.burger-menu {
  position: relative;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
}

.fdc{
  flex-direction: column;
}

.bar {
  width: 40px;
  height: 5px;
  background: white;
  margin: 4px 0;
  transition: 0.4s;
}
.menu {
  z-index: 3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: translateY(-100%);
  transition: 0.5s;
}
.menu.active {
  transform: translateY(0);
}
.close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 27px;
  color: white;
  cursor: pointer;
}
.menu a {
  color: white;
  font-size: 25px;
  margin: 19px;
  text-decoration: none;
  transition: 0.3s;
}
.menu a:hover {
  color: var(--co);
}
.bg-main {
  background: var(--bg);
}
.b-game-card1::before {
  content: "";
  position: absolute;
  top: 0;
  right: 1%;
  opacity: 0.8;
  width: 157px;
  height: 157px;
  background-image: url(content/other/samurai-and-ninja-06908d992a5b8d.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.comments-blok::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1%;
  opacity: 0.8;
  width: 157px;
  height: 157px;
  background-image: url(content/other/samurai-and-ninja-16908d992a5b9f.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.comments-blok::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 1%;
  opacity: 0.8;
  width: 157px;
  height: 157px;
  background-image: url(content/other/samurai-and-ninja-26908d992a5bb1.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.about-main-img {
  flex: 1;
}
.amim-main:hover {
  animation: rotateY180  3s ease-in-out forwards;
}
@keyframes rotateY180 {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
.about-main-img img {
  height: 267px;
  object-fit: contain;
  width: 100%;
}
.about-main-img video {
  height: auto;
  width: 100%;
}
.about-main-content {
  flex: 2;
}
.about-main-content-text {
  color: var(--white-color);
  text-align: right;
}
.benef-osn {
  margin-bottom: 30px;
 }
.benef-main-box {
  flex: 1;
  width: 100%;
  min-height:333px;
  background: var(--dop);
  padding: 19px;
  gap: 19px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  transform: translateY(-30px);
  position: relative;
  overflow: hidden;
  border: 10px solid var(--white-color); 
}
.benef-main-box:hover img {
  animation: rotateY180  3s ease-in-out forwards;
}
.benef-main-box2 {
  transform: translateY(30px);
  flex-direction: column;
}
.benef-main-box-img {
  flex: 1;
}
.benef-main-box-img img {
  height: 54px;
}
.benef-main-box-text {
  flex: 1;
}
.benef-main-box-text {
  text-align:right;
  color: var(--white-color);
}
.l-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  width: 100%;
  padding: 30px;
}
@media screen and (max-width: 992px) {
  .l-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.b-game-card {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 90%;
  perspective: 9000px;
}
.b-game-card__cover {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
   background-size: cover;
  perspective-origin: 50% 50%;
  transform-style: preserve-3d;
  transform-origin: top center;
  will-change: transform;
  transform: skewX(0.001deg);
  transition: transform 0.35s ease-in-out;
}
.b-game-card__cover::after {
  display: block;
  content: '';
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: linear-gradient(226deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 35%, rgba(255, 255, 255, 0.2) 42%, rgba(255, 255, 255, 0) 60%);
  transform: translateY(-20%);
  will-change: transform;
  transition: transform 0.65s cubic-bezier(0.18, 0.9, 0.58, 1);
}
.b-game-card:hover .b-game-card__cover {
  transform: rotateX(7deg) translateY(-6px);
}
.b-game-card:hover .b-game-card__cover::after {
  transform: translateY(0%);
}
.b-game-card::before {
  display: block;
  content: '';
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 6px 12px 12px rgba(0, 0, 0, 0.4);
  will-change: opacity;
  transform-origin: top center;
  transform: skewX(0.001deg);
  transition: transform 0.35s ease-in-out, opacity 0.5s ease-in-out;
}
.b-game-card:hover::before {
  opacity: 0.6;
  transform: rotateX(7deg) translateY(-6px) scale(1.05);
}
.b-game-card__content {
  z-index: 2;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: var(--white-color);
  font-size: 20px;
  font-weight: 700;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  text-shadow: 1px 1px 2px var(--co), 0 0 1em var(--bg), 0 0 0.2em var(--bg);
}
.var-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 19px;
}
  .picture {
    display: grid;
    width: 393px;
    aspect-ratio: 4/3;
    --bc: var(--co);  
    --bs: 10px;  
    --cs: 19px;  
    grid-template-rows: var(--cs) auto 1fr;
  }
  .picture > figcaption {
    grid-area: 1/1/2/2;
    justify-self: end;
    min-width: 50%;
    min-height: fit-content;
    color: var(--white-color);
    padding: 10px;
    display: grid;
    place-items: center;
    text-align: start;
    background-color: var(--bc);
    clip-path: polygon(
      var(--cs) 0,
      100% 0,
      100% 100%,
      0 100%,
      0 var(--cs)
    );
  }
  .picture > img{
    grid-area: 2/1/4/2;
    width: 100%;
    height: 100%; 
    object-fit: cover;
    --em: .5;
    clip-path: polygon(
      calc(var(--cs) + var(--bs) * var(--em)) var(--bs), 
      calc(100% - var(--bs)) var(--bs),
      calc(100% - var(--bs)) calc(100% - var(--cs) - var(--bs)),
      calc(50% + var(--cs) - var(--bs) * var(--em)) calc(100% - var(--cs) - var(--bs)),
      calc(50% - var(--bs) * var(--em)) calc(100% - var(--bs)),
      var(--bs) calc(100% - var(--bs)),
      var(--bs) calc(var(--cs) + var(--bs) * var(--em))
      );    
  }
  .picture::before {  
    content: "";
    grid-area: 2/1/4/2;
    background-color: var(--bc);
    clip-path: polygon(
      var(--cs) 0, 
      100% 0,
      100% calc(100% - var(--cs)),
      calc(50% + var(--cs)) calc(100% - var(--cs)),
      50% 100%,
      0% 100%,
      0 var(--cs)
    );
  }
  .comments-main {
    position: relative;
    justify-content: space-around;
  }
  .box {
    background-color: transparent;
    border-radius: 0px;
    color: #fff;
    width: 400px;
    min-height: 350px;
    transform-style: preserve-3d;
    perspective: 2000px;
    transition: .4s;
    text-align: center;
    &:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: transparent;
      border-top: 19px solid var(--white-color);
      border-left: 19px solid var(--white-color);
      box-sizing: border-box;
    }
    &:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-bottom: 19px solid var(--white-color);
      border-right: 19px solid var(--white-color);
      box-sizing: border-box;
    }
    .fa2 {
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 1;
    }
    svg {
      display:none;
      fill: var(--black-color);
    }
    .text {
      position: absolute;
      top: 30px;
      left: -30px;
      width: calc(100% + 60px);
      height: calc(100% - 60px);
      background-color: var(--dop);
      border-radius: 0px;
      transition: .4s;
      .fa1 {
        position: absolute;
        top: 0;
        left: 0;
      }
      div {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        text-align: center;
        width: 100%;
        padding: 30px 45px;
        line-height: 1.5;
        box-sizing: border-box;
        h3 {
          font-size: 23px;
          margin-bottom: 7px;
        }
        p {
          font-size: 17px;
        }
      }
    }
    &:hover {
      .text {
        transform: rotateY(20deg) skewY(-3deg)
      }
      
    }
  }
  .gembl-main {
    flex-wrap: wrap;
  }
  .gembl-main-box img {
    --c: var(--co);  
    --b: 10px; 
    --o: 30px; 
    height: 267px;
    object-fit: cover;
    width: 267px; 
    --_p: calc(2*var(--o) + var(--b));
    padding: var(--_p) var(--_p) 0 0;
    outline: var(--b) solid var(--c);
    outline-offset: calc(var(--o) - var(--_p));
    transition: .4s;
  } 
  .gembl-main-box img + .gembl-main-box img {
    padding: var(--_p) 0 0 var(--_p);
  }
  .gembl-main-box img:hover {
    padding: calc(var(--_p)/2);
  }
  .gembl-main-box-name {
    text-align: right;
    color: var(--white-color);
    font-weight: 400;
    font-size: 25px;
  }
.form-main {
  background: url(content/bg/bg-dark-16908d992a5960.jpg) no-repeat center;
  background-size: cover;
}
.form-main-pusto {
 flex: 1;
}
.form-main-forma {
  padding: 30px;
  background: var(--dop);
  flex: 1;
}
.form-main-forma a {
  color: var(--white-color);
}
.form-main-forma-col {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.form-main-forma-col label {
  color: var(--white-color);
}
.form-main-forma-col-Chek {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.form-main-forma-Chek-n {
  display: flex;
  gap: 7px;
}
.form-main-forma .input-btn-area__group {
  width: 100%;
  padding: 10px 0;
  font-size: 18px;
  color: white;
  margin-bottom: 20px;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  background: transparent;
}
.form-main-forma .textarea-btn-area__group {
  width: 100%;
  padding: 10px 0;
  font-size: 18px;
  color: white;
  margin-bottom: 20px;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  background: transparent;
}
.input-btn-area__group::placeholder {
  color: var(--white);
}
.textarea-btn-area__group::placeholder {
  color: var(--white);
}
.asia-input {
  width: 100%;
  font-size: 18px;
  padding: 10px 0;
  color: white;
  margin-bottom: 20px;
  border: none;
  border-bottom:1px solid #fff;
  outline: none;
  background: transparent;
}
.asia-input::placeholder {
  color: var(--white);
}
.diskl-main {
  flex: 2;
  display: flex;
  flex-direction: column;
  padding: 19px;
  gap: 19px;
}
.diskl-main-img img {
  height: 90px;
}
@property --a {
  syntax: "<angle>";
  inherits: false;
  initial-value: -100turn; 
}
@property --i {
  syntax: "<number>";
  inherits: false;
  initial-value: 1; 
}
.diskl-main {
  background: var(--dop);
  border-radius: 25px;
  border: 5px solid #ccc;
  padding: 10px;  
  mask: 
    conic-gradient(#000 0 0) content-box,
    linear-gradient(calc(mod(var(--a),180deg)*var(--i) + var(--_a,45deg)),
      #0000 30%,#000 40% 60%,#0000 70%) subtract,
    conic-gradient(#000 0 0) padding-box;
  transition: --i 0s,--a 300s linear;
  @starting-style {
    --a: 0turn;
  }
}
.diskl-main-cont-titl {
  padding: 16px;
}
.diskl-main-cont-text {
  color: var(--white-color);
  padding: 0 16px;
}
.politik-main {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 19px;
}
.politik-main a {
  text-align: center;
  font-size: 25px;
  color: var(--white-color);
}
.politik-main a:hover {
  color: var(--co);
}
.curent-main {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap:  7px;
  text-align: start;
  margin-top: 10px;
}
.curent-main a {
  color: var(--white-color);
}
.curent-main a:hover {
  color: var(--co);
}
.curent-main img {
  height: 50px;
}
.verticalV1 {
  display: none;
}
.verticalV2 {
  display: none;
}
.blokDis {
  display:  block;
}
.packagePriv {
  color: var(--white-color);
  word-break: break-all;
}
.packagePriv li {
  list-style: circle;
  margin: 0 10px;
  padding: 10px 0;
}
.packagePriv p {
  padding: 10px 0;
}
.bg-kartinka-new {
  background-image: url(content/bg/bg-dark-26908d992a597f.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
  height: 50vh;
}
.packagePriv a {
  color: var(--white-color);
  word-break: break-all;
}
.dann-box {
  min-height: 267px;
}
.dann-kont{
  text-align: center;
  font-size: 25px;
  color: var(--white-color);
}
.page-count {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.page-count-ifram iframe {
  width: 100%;
  height: 100vh;
}
.page-count-context {
  display: flex;
  flex-direction: column-reverse;
  gap:  30px;
}
.page-count-context-img {
  object-fit: contain;
  width: 100%;
  height: 393px;
}
.page-count-context-text {
  color: var(--white-color);
}
.page-count-context-text li {
  list-style: circle;
  margin: 0 19px;
  padding:  7px 0;
}
.page-count-context-text p {
  padding:  7px 0;
}
.knt-3 {
  width: fit-content;
 padding: 10px;
 background-color: transparent;
 border-radius: .3em;
 position: relative;
 overflow: hidden;
 cursor: pointer;
 transition: .5s;
 font-weight: 100;
 border: 1px solid #fff;
 font-family: inherit;
 text-transform: uppercase;
 color: #fff;
 z-index: 1;
}
.knt-3::before, .knt-3::after {
 content: '';
 display: block;
 width: 50px;
 height: 50px;
 transform: translate(-50%, -50%);
 position: absolute;
 border-radius: 50%;
 z-index: -1;
 background-color: var(--co);
 transition: 1s ease;
}
.knt-3::before {
 top: -1em;
 left: -1em;
}
.knt-3::after {
 left: calc(100% + 1em);
 top: calc(100% + 1em);
}
.knt-3:hover::before, .knt-3:hover::after {
 height: 410px;
 width: 410px;
}
.knt-3:hover {
 color: rgb(10, 25, 30);
 color: #fff;
}
.knt-3:active {
 filter: brightness(.8);
}
@media(max-width: 992px) {
  .benef-osn {
    margin-bottom: 0;
   }
  .benef-main-box {
    height: fit-content;
    flex-direction: column;
    transform: translateY(0);
  }
  .benef-main-box2 {
    flex-direction: column;
    transform: translateY(0);
  }
  .benef-main {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .picture {
    width: 320px;
  }
  .comments-main {
    flex-direction: column;
  }
}
@media(max-width: 767px) {
  .form-main-forma {
    width: 100%;
  }
  .form-main-pusto {
    display: none;
  }
  .b-game-card1::before {
    width: 130px;
    height: 130px;
  }
  .comments-blok::before {
    width: 130px;
    height: 130px;
  }
  .comments-blok::after {
    width: 130px;
    height: 130px;
  }
  .caption {
    font-size: 25px;
  }
  .uncount {
    flex-direction: column;
  }
  .b-game-card {
    padding-bottom: 100%;
  }
}
@media(max-width: 575px) {
  .page-count-context-text li {
    margin: 0 10px;
   }
   .packagePriv li {
    margin: 0 10px;
   }
  .page-count-context-img {
    height: auto;
  }
  .caption::before,
  .caption::after {
    display: none;
  }
  .b-game-card {
    padding-bottom: 120%;
  }
  .box .text {
    left: 0;
    width: 100%;
  }
  .box{
    width: 300px;
  }
  .picture {
    width: 300px;
  }
  .caption {
    font-size: 19px;
  }
  .c-hero-flex__item2 {
    display: none;
  }
}

.pt-0{
  padding-top: 0;
}


.footer-logos {
  display: flex;
  justify-content: center; 
  align-items: center;
  gap: 20px;
  padding: 20px;
  flex-direction: row;
  flex-wrap: wrap;

  a img {
    max-height: 50px;
    width: 100%;
    display: block;
    max-width: none;
    transition: 0.3s linear;
    
    &:hover,
    &:hover{
      transform: scale(0.96);
      opacity: 0.8;
    }
  }
}
