@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Stencil+Display:wght@400;500;600;700&display=swap');

:root{
  --menu-1:rgb(80, 126, 49);
  --menu-2:rgba(143, 6, 235, 0.9);
  --menu-3:#585666;
  --menu-4:#312F3C;
  --menu-5:rgba(49, 47, 60,.9);
   --color: #4973ff;
  --white:white;
  --bg-text-1:linear-gradient(180deg,#4F5948 -1.75%,#FF6E04 100.23%);
  --bg-text-2:linear-gradient(180deg,#FA5C20 -1.75%,#FAA319 100.23%);
  --bg-text-3:linear-gradient(180deg,#FABE19 -1.75%,white 100.23%);
  --bg-text-4:linear-gradient(180deg, #FA8B6C -1.75%, #fff8f7 100.23%);
  --bg-text-5:linear-gradient(180deg,rgb(247, 4, 4) -1.75%,#c0f741 100.23%);

  --bg-1:#46573b;
  --bg-2:#450e8b;
  --bg-3:#4375D9;
  --bg-4:#2f2235;
  --bg-5:#635869;
    --bg-card-1:#283a43;
  --bg-card-2:#4c346d;
  --bg-card-3:#0f3a91;
  --bg-card-4:#1d0137;
  --bg-card-5:#2e2235;
      --brand-text-1: #4F5948;
      --brand-text-2: #EBA642;
      --brand-text-3: #EBCF42;
      --brand-text-4: #EB8A42;
      --brand-text-5: #EBE442;
      --box-shadow:linear-gradient(to left, #f7ba2b 0%, #ea5358 100%);
}
html {
	line-height: 1.2;
	-webkit-text-size-adjust: 100%;
}
ol,
ul,
li {
}
body {
	line-height:1.2;
	height: 100%;
	margin: 0;
}
main {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	text-decoration: none;
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.2;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body{
  direction: ltr;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-size: 16px;
  margin: 0;
  padding: 0px;
  overflow-x: hidden;
}
ul,li{
  padding: 0px;
  margin: 0px;
  list-style: none;
}

a{text-decoration: none;
  color: var(--white);
}
  
  img{
    width: 100%;
    display: block;
  }

  .container {
    width: 100%; 
    max-width: 1200px; 
    margin: 0 auto;
    padding: 0 18px;
    box-sizing: border-box;
}


@media screen and (max-width: 1200px) {
    .container {
        padding: 0 15px;
    }
}

@media screen and (max-width: 768px) {
    .container {
        padding: 0 10px; 
    }
}
  
  
  .series{
    padding: 149px 0px 49px 0;
  }
  .title{
    padding: 23px 0px;
    color: var(--white);
    position: relative;
    font-size:40px;
    font-weight: 800;
    letter-spacing: 1px;
    margin: 0 auto;
    margin-bottom: 25px;
    text-align:  center;
        background: var(--bg-text-1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  
}

nav{
  position: fixed;
  z-index: 99;
  width: 100%;
  
  background: var(--menu-1);
}
nav .wrapper{
  position: relative;
  max-width: 1300px;
  padding: 5px 30px;
  
  line-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo-here{
  width: 75px;
}
.wrapper .logo-site a{
  color: #f2f2f2;
  font-size: 28px;
  font-weight: 600;
  text-decoration: none;
}
.wrapper .nav-links{
  display: inline-flex;
    transition: all 0.6s ease;

}
.nav-links li{
  list-style: none;
}
.nav-links li a{
  color: #f2f2f2;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  padding: 9px 15px;
  border-radius: 4px;
  transition: all .6s ease;
}
.nav-links li a:hover{
  opacity: 0.5;
}
.nav-links .mobile-item{
  display: none;
}
.nav-links .drop-menu{
  position: absolute;
  background: #242526;
  width: 180px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
  transition: all 0.2s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a{
  width: 100%;
  display: block;
  padding: 0 0 0 12px;
  font-weight: 300;
  border-radius: 0px;
}
.mega-box{
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 28px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}
.mega-box .content{
  background: #242526;
  padding: 28px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.mega-box .content .row{
  width: calc(25% - 30px);
  line-height: 45px;
}
.content .row img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .row header{
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 600;
}
.content .row .mega-links{
  margin-left: -40px;
  border-left: 1px solid rgba(255,255,255,0.09);
}
.row .mega-links li{
  padding: 0 18px;
}
.row .mega-links li a{
  padding: 0px;
  padding: 0 18px;
  color: #d9d9d9;
  font-size: 16px;
  display: block;
}
.row .mega-links li a:hover{
  color: #f2f2f2;
}
.wrapper .btn{
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.menu-btn-img{
  width: 30px;
}

.wrapper .btn.close-btn{
  position: absolute;
  right: 30px;
  top: 10px;
}
.radiobtn-menu {
           display: none!important;
        }
@media screen and (max-width: 970px) {
  .wrapper .btn{
    display: block;
  }
  .wrapper .nav-links{
    position: fixed;
    height: 100vh;
    width: 100%;
       max-width: 300px;

    top: 0;
    left: -100%;
    background: var(--menu-1);
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
    transition: all 0.2s ease;
  }
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }
  #menu-btn:checked ~ .nav-links{
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn{
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;
  }
  .nav-links li{
    margin: 15px 10px;
  }
  .nav-links li a{
    padding: 0 18px;
    display: block;
    font-size: 20px;
  }
  .nav-links .drop-menu{
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.2s ease;
  }
  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box{
    max-height: 100%;
  }
  .nav-links .desktop-item{
    display: none;
  }
  .nav-links .mobile-item{
    display: block;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 600;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.2s ease;
  }

  .nav-links .mobile-item:hover{
    background: #3A3B3C;
  }
  .drop-menu li{
    margin: 0;
  }
  .drop-menu li a{
    border-radius: 4px;
    font-size: 16px;
  }
  .mega-box{
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 18px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.2s ease;
  }
  .mega-box .content{
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .mega-box .content .row{
    width: 100%;
    margin-bottom: 12px;
    border-top: 2px solid rgba(255,255,255,0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2){
    border-top: 0px;
  }
  .content .row .mega-links{
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li{
    margin: 0;
  }
  .content .row header{
    font-size: 20px;
  }
}
nav input{
  display: none;
}

.body-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 28px;
}
.body-text div{
  font-size: 45px;
  font-weight: 600;
}

.hero-content {
  display: flex;
     flex-direction: column;
    align-items: center;
  margin: 0 auto;
  padding: 0 18px;
}

.hero {
  position: relative;
  background-image: url(picgallery/dir-bg/bg-dark-068e635b4caef2.jpg);
   background-size: cover;
    background-position: center; 
    background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-title {
  position: relative;
  z-index: 1;
  font-size: 4.5rem;
  margin: 0 0 10px;
  line-height: 1;
 color:var(--white);
}

@media (max-width:767px) {
  .hero-title {

  font-size: 2.5rem;

}
}
.hero-desrc {
  position: relative;
  z-index: 1;
  font-size: 1.1rem;
  color:var(--white);
  line-height: 1.2;
}
.knopo4ka-hero{
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.waves {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 300px;
  transition: 500ms;
}

.waves::before,
.waves::after {
  content: '';
  position: absolute;
  width: 300vw;
  height: 300vw;
  top: -65vw;
  left: 50%;
  transform: translate(-50%, -75%);
}

.waves::before {
  border-radius: 44%;
  background: rgba(0, 0, 0, .3);
  animation: waves 8s linear infinite;
}

.waves::after {
  border-radius: 44%;
  background: rgba(51, 51, 51, 0.5);
  animation: waves 15s linear infinite;
}

@keyframes waves {
  0% {
    transform: translate(-50%, -75%) rotate(0deg);
  }
  
  100% {
    transform: translate(-50%, -75%) rotate(360deg);
  }
}

.series-benef{
  position: relative;
  background-color:var(--bg-1) ;
}

.benef-thumb{
  display: flex;
  margin: 0px -10px;
      align-items: center;
      flex-direction: row-reverse;
}
@media (max-width:990px) {
  .benef-thumb{

  flex-direction:column-reverse;
}
}
.benef-box{
  padding: 0px 12px;
}
.benef-box1{
  padding: 0px 12px;
}
@media (min-width:1200px) {
  .benef-box{
 width: 60%;
}
.benef-box1{
 width: 40%;
}
}
.benef-images-series{
  max-width: 90%;
    height: auto;
  object-fit: contain;
    animation: flying 2s ease-in-out infinite alternate;
}

@media (max-width:1199px) {
  .benef-images-series{
    height: 352px;
  }
}
@keyframes flying {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-24px)
    }
}

.benef-ul li{
      margin: 18px 0px;

display: flex;
gap: 23px;
    align-items: center;
}
@media (max-width:767px) {
  .benef-ul li{
    flex-direction: column;
  }
}
.benef-ul li p{
 color: var(--white);
}
.benef-images{
  width: 58px;
  height: 58px;
   animation-name: myframes;
    animation: myframes 6s linear infinite;
    -webkit-animation: myframes 6s linear infinite;
       margin-right: 10px;
    background:var(--bg-card-1);
    padding: 23px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0 0 5px 2px var(--brand-text-1);
    margin: 2px 9px;
}


@keyframes myframes {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg)
    }
}


.displflexseries{
  display: flex;
  flex-direction:column-reverse ;
}
.series-aboutus{
  background-color: var(--bg-1);
}
.about-thumb{
  display: flex;
  margin: 0px -10px;
      display: flex;
          justify-content: center;
          flex-direction: row-reverse;
          align-items: center;

}
.abouut-boxik{
padding: 0px 12px;

}
.abouut-boxik img{
  height: 352px;
  object-fit: cover;
  border-radius: 40px;
  object-position: bottom;
}
@media (max-width:990px) {
  .about-thumb{
flex-direction: column-reverse;
}
  
}
@media (min-width:991px) {
  .abouut-boxik{
    width: 60%;

}
}
.abouut-boxik1{
padding: 0px 12px;
}
@media (min-width:991px) {
  .abouut-boxik1{
  width: 40%;

}
}

.abouut-boxik1 p {
    color: white;
}

.series-discl007{
  background-color: var(--bg-1);
}
.disclaimer-box {
  padding: 23px;
  background: #07182E;
  position: relative;
  display: flex;
  place-content: center;
  place-items: center;
  overflow: hidden;
  border-radius: 23px;
  flex-direction: column;
}
@media (max-width:767px) {
  .disclaimer-box{
      height: 100%;
  }
}
.discl-img-pos{
  z-index: 1;
  position: absolute;
    top: 10%;
opacity: 0.5;
     left: 2%;
  width: 30%;
  max-width: 250px;
}
.discl-img-pos1{
   z-index: 1;
  position: absolute;
     top: 10%;
opacity: 0.5;
  right: 2%;
  width: 30%;
   max-width: 250px;
}

.disclaimer-box h2 {
  z-index: 1;
   background: var(--bg-text-1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.disclaimer-box p{
      text-transform: uppercase;
    font-weight: 800;
    line-height: 1.7;
  z-index: 1;
  color: white;
  font-size: 20px;
    text-align: center;
}

.disclaimer-box::before {
  content: '';
  position: absolute;
 width: 90%;
  background-image: linear-gradient(90deg, transparent, #ff9966, #ff9966, #ff9966, #ff9966, transparent);
  height: 130%;
  animation: rotBGimg 3s linear infinite;
  transition: all 0.2s linear;
}

@keyframes rotBGimg {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.disclaimer-box::after {
  content: '';
  position: absolute;
  background:#0a9e9f;
  inset: 5px;
  border-radius: 18px;
}  

.series-step{
  background-color: var(--bg-1);
}
.step-thumb{
  margin-top: -100px;
  display: flex;
  justify-content: space-evenly;
}
@media (max-width:991px) {
.step-thumb{
     flex-wrap: wrap;
      gap: 23px;
}
}
.card {
  z-index: 3;
cursor: pointer;
  overflow: visible;
  width: 190px;
  height: 372px;
}

@media (min-width:768px) and (max-width:991px) {
  .card{
   flex: 1 0 calc(50% - 10px); 
    margin: 5px;
  }
}
@media (max-width:767px) {
  .card{
 width: 100%;
 height: 250px;
  }
}
.content {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 300ms;
  box-shadow: 0px 0px 10px 1px #000000ee;
  border-radius: 4px;
}

.front, .back {
  background-color: var(--bg-card-1);
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 4px;
  overflow: hidden;
}

.back {
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.back::before {
  position: absolute;
  content: ' ';
  display: block;
  width: 100%;
  height: 160%;
  background: linear-gradient(90deg, transparent, #ff9966, #ff9966, #ff9966, #ff9966, transparent);
  animation: rotation_481 5000ms infinite linear;
}

.back-content {
  position: absolute;
  width: 99%;
  height: 99%;
 background-color:var(--bg-card-1);
  border-radius: 4px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 28px;
}
.img-step-front{
  width: 124px;
  height: 124px;
  object-fit: cover;
}
.img-step-back{
    width: 124px;
  height: 124px;
  object-fit: cover;
}
@media (max-width:767px) {
  .img-step-back{
    width: 58px;
  height: 58px;

}
}
.img-back-step{
  margin: 18px 0px;
 
    display: flex;
    justify-content: center;
}
@media (min-width:991px) {
  .img-back-step{
display: none;
}
}

@media (min-width:991px) {
  .card:hover .content {
  transform: rotateY(180deg);
}
}
@keyframes rotation_481 {
  0% {
    transform: rotateZ(0deg);
  }

  0% {
    transform: rotateZ(360deg);
  }
}

.front {
  transform: rotateY(180deg);
  color: white;
}
@media (max-width:991px) {
  .front {
  transform: rotateY(0deg);
  color: white;
}
}
.front .front-content {
  position: absolute;
  width: 100%;
  height: 100%;

}

.front-content .badge {
  background-color:var(--bg-card-1);
  padding: 2px 10px;
  border-radius: 12px;
  backdrop-filter: blur(2px);
  width: fit-content;
}



.title-card {
padding: 10px 18px;
   font-size: 14px;
    max-width: 100%;
        text-align: center;
        line-height: 1.5;
}

.title-card p {
  width: 50%;
}

.card-footer {
  color: #ffffff88;
  margin-top: 5px;
  font-size: 8px;
}

.front .img-step {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}




@keyframes floating {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0px);
  }
}

.series-games1{
   background-image: url(picgallery/dir-bg/bg-dark-168e635b4caf2d.jpg);
   background-size: cover;
    background-position: center; 
    background-repeat: no-repeat;
      background-attachment: fixed;
}

.games-thumbs{
  display: flex; 
  flex-wrap: wrap;
      justify-content: center;
}


.games-boxik  {
  flex: 0 0 calc(33.33% - 20px);
  padding: 23px;
  box-sizing: border-box;
  border-radius: 40px;
}

@media (max-width: 991px) {
  .games-boxik  {
    flex-basis: calc(50% - 20px);
  }
}

@media (max-width: 767px) {
  .games-boxik  {
    flex-basis: calc(100% - 20px);
  }
}

.games-boxik img{
  width: 100%;
 height: 352px;
 object-fit: cover;
}
.cards-games {
  cursor: pointer;
 width: 100%;
 height: 352px;
 border-radius: 1rem;
 overflow: visible;

 position: relative;
 z-index: 1;
}
.cards-img-bg{
  position: absolute;
  top:0;
  left: 0;

  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cards-games::after {
 position: absolute;
 content: "";
 top: 30px;
 left: 0;
 right: 0;
 z-index: -1;
 height: 100%;
 width: 100%;
 transform: scale(0.8);
 filter: blur(25px);
 background: #f7ba2b;
 background: var(--box-shadow);
 transition: opacity .4s;
}

.card-info {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
 display: flex;
 justify-content: center;
 align-items: center;
 width: 100%;
 height: 100%;
 overflow: visible;
 opacity: 1;
  transition: opacity .4s;
  flex-direction: column;
}

.cards-games .title-games {
 font-weight: 800;
 letter-spacing: .1em;
 opacity: 0;
  transition: opacity .4s;
}
.cards-games:hover .title-games {
 opacity: 1;
}

.cards-games:hover::after {
 opacity: 0;
}
.card-info{
  opacity: 0;
}
.cards-games:hover .card-info {
    background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
 color: white;
 transition: color 2s;
}

.series-games2{
  position: relative;
    background-image: url(picgallery/dir-bg/bg-dark-168e635b4caf2d.jpg);
   background-size: cover;
    background-position: center; 
    background-repeat: no-repeat;
      background-attachment: fixed;
 
}
  .series-games2::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        display: block;
    }
.games2-thumb{
      display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.three-d-card {

  position: relative;
 height: 372px;
  perspective: 1000px;
  flex: 0 0 calc(33.33% - 20px);
    padding: 23px;
    box-sizing: border-box;
}
@media (max-width: 991px){
  .three-d-card  {
    flex-basis: calc(50% - 20px);
     height: 251px;
}
}
@media (max-width:767px){
  .three-d-card  {
    flex-basis: calc(100% - 20px);
}
}

.card-wrapper {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.4s;
}

.three-d-card:hover .card-wrapper {
  transform: rotateY(180deg);
}

.card-faces {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--brand-text-1);
  border-radius: 18px;
  background-color: #fff;
}
.card-faces-img{
  object-fit: cover;
   filter: brightness(50%);
  position: absolute;
  width: 100%;
  height: 100%;
   backface-visibility: hidden;
   border-radius: 18px;

}

.card-faces.front1 {
  transform: rotateY(0deg);
}

.card-faces.back1 {
  transform: rotateY(180deg);
}

.card-content {
  position: relative;
  text-align: center;
  color:var(--white);
}

.cards-title {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 10px;
}

.cards-description {
  font-size: 16px;
}

.series-form{
  background-color: var(--bg-1);
}
.main_form{
  border-radius: 0.75rem;
  background-color: rgba(17, 24, 39, 1);
  padding: 2rem;
  color: rgba(243, 244, 246, 1);
  display: flex;
  align-items: center;
}
.forms-width{width:98%}
 .main_form .input-btn__elementinput{
  margin: 12px 0px;
  width: 100%;
  border-radius: 0.375rem;
  border: 2px solid rgba(55, 65, 81, 1);
  outline: 0;
  background-color: rgba(17, 24, 39, 1);
  padding:16px 0px;
  padding-left:16px;
  color: rgba(243, 244, 246, 1);
 }
 .main_form .input-btn__elementinput::placeholder {
    color: rgba(243, 244, 246, 1);
 
 }
 .main_form .textarea-btn__elementinput{
  margin: 12px 0px;
 width: 100%;
  border-radius: 0.375rem;
  border: 2px solid rgba(55, 65, 81, 1);
  outline: 0;
  background-color: rgba(17, 24, 39, 1);
padding:16px 0px;
padding-left:16px;
  color: rgba(243, 244, 246, 1);
 }
  .main_form .textarea-btn__elementinput::placeholder{
      color: rgba(243, 244, 246, 1);

  }
  .color-sub{
    color: white;
  }
  .checkbox-box1{
    margin: 18px 0px;
  }

.series-foot-privacy{
background-color: var(--bg-1);
}
.foot-privacy{
  display: flex;
justify-content: space-between;
  align-items: center;
}
@media (max-width:991px) {
  .foot-privacy{
    gap: 23px;
flex-direction: column;
justify-content: center;
}
}
.foot-privacy a {
  color: var(--white);
  transition: all 0.2s;
}
.foot-privacy a:hover {
  color: var(--brand-text-1);
}

.foot-privacy_img{
    margin:23px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
 
}
.foot-copyqq{
  color: white;
    display: flex;
    align-items: center;
    gap: 23px;
    justify-content: center;
}
.copy-sitetitle-color{
font-size:20px;
  background: var(--bg-text-1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
@media (max-width:767px) {
  .copy-sitetitle-color{
font-size: 14px;
}
}
.copy-gap{
      display: flex;
    gap: 23px;
    align-items: center;
}
.checingcoda{
  color: var(--white);
}
.checingcoda:hover{
  color: var(--white);
}

 .comments-aboutus21{
  position: relative;
  background-image: url(picgallery/dir-bg/bg-dark-368e635b4caf67.jpg);
   background-size: cover;
    background-position: center; 
    background-repeat: no-repeat;
      background-attachment: fixed;
 }
   .comments-aboutus21::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        display: block;
    }
 .about-comnts-asdq{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
 }
 .snip1533 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #9e9e9e;
  display: inline-block;
  font-size: 16px;
  margin: 28px 10px 10px;
  max-width: 310px;
  min-width: 250px;
  position: relative;
  text-align: center;
  width: 100%;

  background-color:var(--bg-card-1);
  border-radius: 40px;
  border-top: 4px solid var(--brand-text-1);
}
.img-snips{
      filter: blur(2px);
  opacity: 0.4;
  position: absolute;
      top: 0;
    left: 0;
    right: 0;
    max-width: 63%;
   display: block;
    height: auto;
    margin: 0 auto;
}
.snip1533 p {
    color: white;
}

.snip1533 *,
.snip1533 *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.snip1533 figcaption {
      position: relative;
  padding: 13% 10% 12%;
}



.snip1533 h3 {
  color: red;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  margin: 10px 0 5px;
      text-transform: uppercase;

}

.snip1533 h4 {
  font-weight: 300;
  margin: 0;
    color: var(--white);
}

.snip1533 blockquote {
  font-style: italic;
  font-weight: 300;
  margin: 0 0 23px;
}

 .series-contactssss{
  position: relative;
   background-image: url(picgallery/dir-bg/bg-dark-368e635b4caf67.jpg);
   background-size: cover;
    background-position: center; 
    background-repeat: no-repeat;
      background-attachment: fixed;
 }

.series-contactssss::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        display: block;
    }
    .series-contact{
      background-color: var(--bg-1);
    }
 .contacts-boxik {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #9e9e9e;
  display: inline-block;
  font-size: 16px;
  margin: 68px 10px 10px;
    max-width: 270px;
  min-width: 270px;
  position: relative;
  text-align: center;
  width: 100%;
  flex: 1;

  background-color: var(--bg-card-1);
  border-radius: 40px;
  border-top: 4px solid var(--brand-text-1);
}
.contacts-bthumik{
  display: flex;
  flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.img-contactick{
  opacity: 0.4;
  position: absolute;
        top: 15%;
    left: 0;
    right: 0;
    max-width: 35%;
   display: block;
    height: auto;
    margin: 0 auto;
}
.contacts-boxik p {
   color: var(--white);
}

.contacts-boxik *,
.contacts-boxik *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.contacts-boxik figcaption {
      position: relative;
  padding: 13% 10% 12%;
}
.contacts-boxik blockquote {
  font-style: italic;
  font-weight: 300;
  margin: 0 0 23px;
}

.thumb-contacts-form-video{
  display: flex;

}
@media (max-width:990px) {
  .thumb-contacts-form-video{
 flex-direction: column;
      gap: 23px;
}
}
@media (min-width:991px) {
  .thumb-contacts-form-video{

   margin: 0px -10px;
}
}
.width-video-ocntacts{

  width: 100%
}
@media (min-width:991px) {
 .width-video-ocntacts{
  width: 60%;
    padding: 0px 12px;
}
}
.formwq {
  background-color: #15172b;
  border-radius: 23px;
  box-sizing: border-box;
  height: 650px;
  padding: 23px;
  width: 100%;

}
@media (min-width:991px) {
  .formwq {
    padding: 0px 12px;
    width: 40%;
  }
}

.videosqqsa{
    border-radius: 23px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.subtitle {
  color: #eee;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-top: 12px;
}

.input-container {
  height: 50px;
  position: relative;
  width: 100%;
}

.ic1 {
  margin-top: 36px;
}

.ic2 {
  margin-top: 28px;
}

.inputs12 {
  background-color: #303245;
  border-radius: 13px;
  border: 0;
  box-sizing: border-box;
  color: #eee;
  font-size: 16px;
  height: 100%;
  outline: 0;
  padding: 4px 20px 0;
  width: 100%;
}
.textasd {
  background-color: #303245;
  border-radius: 13px;
  border: 0;
  box-sizing: border-box;
  color: #eee;
  font-size: 16px;
    height: 100px;
  outline: 0;
  padding: 4px 20px 0;
  width: 100%;
}




.iLabel {
  color: #65657b;
  font-family: sans-serif;
  left: 20px;
  line-height: 14px;
  pointer-events: none;
  transform-origin: 0 50%;
  transition: transform 200ms, color 200ms;
  top: 20px;
}




.knopko-subbmit{
      margin-top: 90px;
      color: white;
}
.color-txt-sub{
  color: var(--white);
}

 .series-privacy-page{
  background: var(--bg-1);
 }
 .contdasaent-blocadak{
   color: var(--white);
    overflow: hidden;
 }
 .contdasaent-blocadak li {
    list-style-type:circle;
    margin: 0px 15px;
 }
 
.knopka-1 {
  position: relative;
  display: inline-block;
  background: var(--bg-card-1);
  color: white;
  font-weight: 800;
  font-size: 16px;
  border: none;
  border-radius: 28px;
  padding: 14px 22px;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  animation: button-shimmer 2s infinite;
  transition: all 0.2s ease-in-out;

}


.knopka-1:hover {
  background:var(--bg-card-1);
  animation: button-particles 2s ease-in-out infinite;
  transform: translateY(-2px);
}


.knopka-1:active {
  transform: scale(0.95);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}


@keyframes button-shimmer {
  0% {
    background-position: left top;
  }

  100% {
    background-position: right bottom;
  }
}


@keyframes button-particles {
  0% {
    background-position: left top;
  }

  100% {
    background-position: right bottom;
  }
}


.knopka-2 {

 color: #fff;
 border-radius: 4px;
 padding: 10px 25px;
 font-weight: 800;
 background: transparent;
 cursor: pointer;
 transition: all 0.2s ease;
 position: relative;
 display: inline-block;
 box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
 outline: none;
}

.knopka-2 {
 background: var(--bg-1);
 border: none;
}

.knopka-2:hover {
 background: var(--bg-text-1);
}
.knopka-3{
  cursor: pointer;
 display: inline-block;
padding: 15px 23px;
 border-radius: 12px;
 border: 2px solid #03045e;
 position: relative;
 overflow: hidden;
 transition: all 0.4s ease-in;
 z-index: 1;
 background: var(--bg-card-1);
}

.knopka-3::before,
.knopka-3::after {
 content: '';
 position: absolute;
 top: 0;
 width: 0;
 height: 100%;
 transform: skew(15deg);
 transition: all 0.4s;
 overflow: hidden;
 z-index: -1;
}

.knopka-3::before {
 left: -5px;
 background: #240046;
}

.knopka-3::after {
 right: -5px;
 background: #5a189a;
}

.knopka-3:hover::before,
.knopka-3:hover::after {
 width: 58%;
}

.knopka-3:hover span {
 color: #e0aaff;
 transition: 0.2s;
}

.knopka-3 span {
 color: #03045e;
 font-size: 16px;
 transition: all 0.2s ease-in;
}
.knopka-4 {
  position: relative;
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  background-color:var(--bg-card-1);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffff;
  gap: 12px;
  font-weight: 800;
  border: 2px solid #ffffff4d;
  outline: none;
  overflow: hidden;
  font-size: 16px;
}



.knopka-4:hover {
  transform: scale(1.05);
  border-color: var(--bg-1);
}

.knopka-4:hover .icon {
  transform: translate(4px);
}

.knopka-4:hover::before {
  animation: shine 1.4s ease-out infinite;
}

.knopka-4::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: var(--bg-card-1);
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.knopka-5 {
  padding: 12.5px 28px;
  border: 0;
  border-radius: 100px;
  background: var(--bg-text-1);
  color: #ffffff;
  font-weight: 800;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.knopka-5:hover {
  background: var(--bg-text-1);
  box-shadow: 0 0 20px var(--bg-1);
  transform: scale(1.1);
}

.knopka-5:active {
  background-color: #cf3daf;
  transition: all 0.25s;
  -webkit-transitionrgb(251, 43, 241).25s;
  box-shadow: none;
  transform: scale(0.98);
}

 .pervyi{
  display: block;
 }
 .vtoroi{
 display:none ;
 }
.series-page-igri{
  background: var(--bg-1);
}
.main-igri{
  display: flex;
      flex-direction: column;
    align-items: center;
   color: white;
  
}
.random-igra-direct{
  display: flex;
  flex-direction: column-reverse;
  gap:23px;
}
.main-page__phot{
  object-fit: contain;
  width: 100%;
    height: 648px;
    border-radius: 40px;
}
@media (max-width: 576px) {
  .main-page__phot {
    height: auto;
  }
}

.maiqn-iframeqq{
  width: 100%;
  height: 100vh; 
}

.fermegamesgoods{
  width: 100%;
  height: 100vh;
}

.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;
    }
  }
}

.pt-100{
  padding-top: 100px;
}