@import url('https://fonts.googleapis.com/css2?family=Maitree:wght@200;300;400;500;600;700&display=swap');

:root{
  --menu-1:#1b2f61;
  --menu-2:rgba(53, 83, 160,0.9);
  --menu-3:#2c072c;
  --menu-4:#032c96;
  --menu-5:rgba(53, 57, 66,0.9);
  
  --white:white;
  --black:black;
  --bghero-1: radial-gradient(circle, rgba(255,212,118,0.5) 0%, rgba(59,75,117,1) 60%);
  
  --bghero-2:linear-gradient(166deg, rgba(255,212,118,0.5) 50%, rgba(59,75,117,0.5) 50%);
  --bghero-3:radial-gradient(circle, rgba(238,174,202,0.5) 0%, rgba(7,52,105,0.5) 100%);
 --bghero-4: radial-gradient(circle, rgba(63,94,251,0.5) 0%, rgba(252,70,107,0.5) 100%);
 --bghero-5: linear-gradient(90deg, rgba(131,58,180,0.5) 0%, rgba(253,29,29,0.5) 50%, rgba(252,176,69,1) 100%);

 --bg-1:#122658;
 --bg-2:#3553A0;
 --bg-3:#490749;
 --bg-4:#3B4B75;
 --bg-5:#32394B;
 
 --brand-text-1: #2315eb;
 --brand-text-2: #ff9900;
 --brand-text-3: #fd0859;
 --brand-text-4: #EB8A42;
 --brand-text-5: #ff0000;
 --box-shadow:linear-gradient(to left, #f7ba2b 0%, #ea5358 100%);
 --card-bg:#0f1c24;
 --yellow: #ffdd40;
 --dark: #2f313a;
 --deg: -86deg;
 --trans: all 0.4s ease 0s;
}

html {
  box-sizing: border-box;
  
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
  
}
@media (max-width:575px) {
  h1{font-size: 21px!important;}
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

body{
  line-height: 1.4;
  background-color: #240046;
  direction: ltr;
  font-family: 'Maitree', sans-serif !important;
  font-size: 17px;
  margin: 0;
  padding: 0px;
  overflow-x: hidden;
}
ul,li{
  padding: 0px;
  margin: 0px;
  list-style: none;
}
p,li{
  padding: 5px 0px;
}
a{text-decoration: none;
  color: var(--white);
}

img{
  width: 100%;
  display: block;
}

.container {
  position: relative;
  width: 100%; 
  max-width: 1200px; 
  margin: 0 auto;
  padding: 0 20px;
  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: 40px 0px;
}
.title{
  padding: 20px 0px;
  color: var(--white);
    position: relative;
    font-size:37px;
    font-weight: 900;
    letter-spacing: 1px;
    margin: 0 auto;
    margin-bottom: 25px;
    text-align:  start;
    
  }
  
  nav{
    position: fixed;
    z-index: 99;
    width: 100%;
    
    background: var(--menu-2);
  }
  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;
}
@media (max-width:575px) {
  .logo-here{
    width: 50px;
  }
}
.logo-site{
  display: flex;
  align-items: center;
  gap: 20px;
}

.wrapper .logo-site a{
  color: #f2f2f2;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width:1199px) {
  .wrapper .logo-site a{
    
    font-size: 20px;
  }
}
@media (max-width:575px) {
  .wrapper .logo-site a{
    
    font-size: 14px;
  }
}
.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: 18px;
  font-weight: 500;
  padding: 9px 10px;
  border-radius: 5px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.nav-links li a::before {
  content: "";
  position: absolute;
  background-color: var(--brand-text-2);
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.nav-links li a:hover::before {
  transform: scaleX(1);
}



.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 {
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a{
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}


.wrapper .btn{
  color: #fff;
  font-size: 34px;
  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: 1100px) {
  .wrapper .btn{
    display: block;
  }
  .wrapper .nav-links{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 300px;
    
    top: 0;
    left: -100%;
    background: var(--menu-2);
    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.3s 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 20px;
    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.3s 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: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  
  .nav-links .mobile-item:hover{
    background: #3A3B3C;
  }
  .drop-menu li{
    margin: 0;
  }
  .drop-menu li a{
    border-radius: 5px;
    font-size: 18px;
  }
  
}
nav input{
  display: none;
}

.hero-absolute{
  background:var(--bghero-2),url(content/bg-assets/bg-dark-066f2c23d5740b.jpg);
  background-size: cover;
  background-position: center; 
  background-repeat: no-repeat;
  height: auto;
}

.btn-hero{
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
  
}
.hero-titlessssss{
  padding-top: 150px;
  
  text-align: center;
  color: var(--white);
  font-size: 32px ;
  animation: increase 1.4s ease-in; 
}
.hero-disckrip{
  margin-bottom: 20px;
  padding-top: 50px;
  text-align: center;
  color: var(--white);
}
@keyframes increase {
  0% {
    transform: scale(1) ; 
    
  }
  100% {
    transform: scale(1.1);
    
  }
}
@media (max-width:575px) {
  .hero-titlessssss{
    
    font-size: 18px ;
  }
  
}
@media (max-width:991px) {
  .hero-titlessssss{
    
    font-size: 21px ;
  }
}

.otdelabout{
  background-color: var(--bg-2);
}
.thumba-about{
  display: flex;
  gap: 20px;
  align-items: center;
  flex-direction: row-reverse;
}
.about-box-ss{
  flex: 1;
}
@media (max-width:991px) {
  .thumba-about{ flex-direction: column!important;}
}
.descrip-about{
  color: var(--white);
 font-size: 17px;
 display: -webkit-box;
 -webkit-line-clamp: 6;
 -webkit-box-orient: vertical;
 overflow: hidden;
}
.descrip-about1{
  color: var(--white);
  font-size: 17px;
}
@media (min-width:1199px) {
  .descrip-about1{
    color: var(--white);
    font-size: 27px;
  }
}
.deskp-box-link-red{
  margin-top: 40px;
  text-align: center;
}
@media (min-width:992px) {
  .descrip-about{
    line-height: 1.5;
    font-size: 23px;
    
  }
}

@media (min-width:992px) {
  .team {
    padding: 2em 0 2em 2.5em;
    margin: 0;
  }
}
.team {
  padding: 16px 0px;

	margin: 0;
}


.member {
  margin: 1.5em 0 0.5em;
	padding: 0.73em;
	background: linear-gradient(
    83deg,
		var(--card-bg) 0 97%,
		#fff0 calc(97% + 1px) 100%
	);
	position: relative;
	list-style: none;
	display: inline-block;
	transform: scale(0.85);
	transition: var(--trans);
}

.member:nth-of-type(even) {
  text-align: right;
	background: linear-gradient(
		-83deg,
		var(--card-bg) 0 97%,
		#fff0 calc(97% + 1px) 100%
    );
  }

  .thumb {
    width: 13vmin;
    height: 13vmin;
    float: left;
    margin-right: 1.25em;
    background: linear-gradient(
      var(--deg),
      var(--bg-2) 0 70%,
      var(--card-bg) 0% 100%
      );
      transform: rotate(-4deg);
      transition: var(--trans);
	border-radius: 0.25em;
	overflow: hidden;
	margin-left: -3em;
	padding: 0.5em;
}

.member:nth-of-type(even) .thumb {
  --deg: 86deg;
	float: right;
	margin-left: 2em;
	margin-right: -3em;
	transform: rotate(4deg);
}

.thumb img {
  width: 100%;
	height: 100%;
	border-radius: 0.25em;
	filter: grayscale(1);
	background: var(--dark);
}

.member:hover {
  transform: scale(1);
	transition: var(--trans);
	filter: drop-shadow(0px 20px 10px #0008);
}

.member:hover .thumb {
  padding: 0.1em;
	transition: var(--trans);
	transform: rotate(-1deg);
	--deg: -89deg;
}

.member:nth-of-type(even):hover .thumb {
  --deg: 91deg;
}

.member:hover .thumb img {
  filter: none;
	transition: var(--trans);
}

.description {
  padding-top: 1vmin;
}

.description p {
  color: var(--white);
	padding: 0 2em;
	margin-bottom: 1em;
}

.member:nth-of-type(even) h3 {
  left: inherit;
	right: 9vmin;
	transform: rotate(2deg);
	transform-origin: right bottom;
	background: linear-gradient(-182deg, #fff0 60%, var(--dark) 0 100%);
}

.member:hover h3 {
  transition: var(--trans);
	transform: rotate(0deg);
	background: linear-gradient(180deg, #fff0 59%, var(--dark) 0 100%);
}

.co-funder:after {
  content: "1";
  font-size: 2em;
  position: absolute;
	top: -1.5em;
	background: var(--yellow);
	right: 4em;
	transform: rotate(3deg);
	padding: 0.35em 0.75em 0.5em;
	border-radius: 0.25em;
	color: var(--white);
	font-weight: bold;
}

.co-funder:nth-of-type(even):after {
  right: inherit;
	left: 4em;
	transform: rotate(-3deg);
}
.co-funder1:after {
  content: "2";
  font-size: 2em;
	position: absolute;
	top: -1.5em;
	background: var(--yellow);
	right: 4em;
	transform: rotate(3deg);
	padding: 0.35em 0.75em 0.5em;
	border-radius: 0.25em;
	color: var(--white);
	font-weight: bold;
}

.co-funder1:nth-of-type(even):after {
  right: inherit;
	left: 4em;
	transform: rotate(-3deg);
}
.co-funder2:after {
  content: "3";
  font-size: 2em;
	position: absolute;
	top: -1.5em;
	background: var(--yellow);
	right: 4em;
	transform: rotate(3deg);
	padding: 0.35em 0.75em 0.5em;
	border-radius: 0.25em;
	color: var(--white);
	font-weight: bold;
}

.co-funder2:nth-of-type(even):after {
  right: inherit;
	left: 4em;
	transform: rotate(-3deg);
}
.co-funder3:after {
  content: "4";
  font-size: 2em;
	position: absolute;
	top: -1.5em;
	background: var(--yellow);
	right: 4em;
	transform: rotate(3deg);
	padding: 0.35em 0.75em 0.5em;
	border-radius: 0.25em;
	color: var(--white);
	font-weight: bold;
}

.co-funder3:nth-of-type(even):after {
  right: inherit;
	left: 4em;
	transform: rotate(-3deg);
}

.otdel-games{
  position: relative;
  background-color: var(--bg-2);
}

.games-bg{
  position: absolute;
  top :0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.otdelbenef{
  background-color: var(--bg-2);
}
.benef-svg-decor{
  z-index: 1;
  position: absolute;
  top: 47px;
  left: -2px;
    transform: rotate(180deg);
  }
  @media (max-width:767px)  {
    .benef-svg-decor{
      display: none;
    }
  }
.benef-svg-decor1{
  z-index: 1;
  position: absolute;
  top: -4px;
  left: -1px;
  transform: rotate(270deg);
}
.benef-svg-decor2{
  z-index: 1;
  position: absolute;
  top: 408px;
  left: -1px;
  transform: rotate(270deg);
}
@media (max-width:767px)  {
  .benef-svg-decor2{
    display: none;
  }
}
.benef-svg-decor3{
    z-index: 1;
    position: absolute;
    bottom: 260px;
    left: -1px;
    transform: rotate(180deg);
  }
  @media (max-width:767px)  {
    .benef-svg-decor3{
      display: none;
    }
  }
  .benef-svg-decor4{
    z-index: 1;
    position: absolute;
    top: 49px;
    right: -1px;
    transform: rotate(90deg);
  }
  @media (max-width:767px)  {
    .benef-svg-decor4{
      display: none;
    }
  }
  .benef-svg-decor5{
    z-index: 1;
    position: absolute;
 top: -4px;
 right: -1px;
 transform: rotate(0deg);
}
.benef-svg-decor6{
  z-index: 1;
  position: absolute;
  top: 408px;
  right: -1px;
  transform: rotate(360deg);
}
@media (max-width:767px) {
  .benef-svg-decor6{
    display: none;
  }
}
.benef-svg-decor7{
    z-index: 1;
    position: absolute;
    bottom: 258px;
    right: -1px;
    transform: rotate(90deg);
  }
  @media (max-width:767px) {
    .benef-svg-decor7{
      display: none;
  }
}
.benef-svg-decor8{
  z-index: 1;
  position: absolute;
  bottom: -3px;
  left: 357px;
  transform: rotate(180deg);
}
@media (max-width:767px)  {
  .benef-svg-decor8{
    display: none;
  }
}
.benef-svg-decor9{
  z-index: 1;
  position: absolute;
  bottom: -5px;
  right: 358px;
  transform: rotate(90deg);
}
@media (max-width:767px)  {
  .benef-svg-decor9{
    display: none;
  }
}
.bg-img-benefc{
  position: relative;
  background-image:url(content/bg-assets/bg-dark-166f2c23d5746e.jpg);
  background-size: cover;
  background-position: center; 
  background-repeat: no-repeat;
  height: 750px;
}
@media (max-width:767px) {
  .bg-img-benefc{
    height: 100%;
    padding: 50px 0px;
  }
}
.title-benef{
  color: white;
}
@media (max-width:767px) {
  .stepthumb-box-card{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
}
#svg-decor1{
  fill: var(--bg-2);
}
#svg-decor2{
  fill: var(--bg-2);
}
#svg-decor3{
  fill: var(--bg-2);
}


@media (min-width:768px) {
  .benefc-card-box{
    position: absolute;
    top: 15%;
    left: -1px;
    border-right: 30px;
    padding: 30px;
    width: auto;
    background-color:var(--bg-2);
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .benefc-card-box1{
    position: absolute;
    top: 65%;
    left: -1px;
    border-right: 30px;
    padding: 30px;
    width: auto;
    background-color: var(--bg-2);
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
      }
      .benefc-card-box2{
        position: absolute;
        top: 15%;
        right:  -1px;
        border-right: 30px;
        padding: 30px;
        width: auto;
        background-color:var(--bg-2);
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
      }
      .benefc-card-box3{
        position: absolute;
        top: 65%;
        right: -1px;
        border-right: 30px;
        padding: 30px;
        width: auto;
        background-color:var(--bg-2);
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
      }
}
.benefc-card-item{
  background-color: #0f1c24;
  color: var(--white);
  border-radius: 15px;
  padding: 10px 30px;
  width: 300px;
  height: 240px;
}
@media (max-width:767px) {
  .benefc-card-item{
    width: 100%;
  }
}
.benefc-card-item p{
  font-size: 17px;
  text-align: center;
}
.benefc-card-box-img{
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefc-card-img{
  width: 75px;
  height: 75px;
}
.benef-btn-ttl{
  margin: 20px 0px;
  display: flex;
  justify-content: space-between;
}
@media (max-width:575px) {
  .benef-btn-ttl{
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width:991px) {
  .item1{
    order: -1;
  }
  .item2{ order: 2;}
  .item3{
    order: -1;
  }
}

.games-sector{
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  
}
@media (max-width:991px) {
  .games-sector{
    flex-wrap: wrap;
    justify-content: center;
  }
}
.box-games-left-right{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.summary {
  background-color: #0f1c24;
  position: relative;
  cursor: pointer;
  padding: 1em 0.5em;
  list-style: none;
}
.summary::-webkit-details-marker {
  display: none;
}
.summary:hover {
	 background-color: #162a36;
}
.summary div {
  display: flex;
  align-items: center;
}
.summary h3 {
  display: flex;
  flex-direction: column;
  color: var(--white
  );
}
.summary small {
  color: #999;
  font-size: 0.875em;
}
.summary strong {
  font-weight: 700;
}
.summary span:first-child {
  padding: 10px;
  width: 4rem;
  height: 4rem;
  border-radius: 10px;
  background-color: #f3e1e1;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 1.25em;
}
.img-faq{
  width: 75px;
  height: 75px;
  object-fit: contain;
}
.summary span:first-child svg {
  width: 2.25rem;
  height: 2.25rem;
}
.summary span:last-child {
  font-weight: 700;
  margin-left: auto;
}
.summary:focus {
  outline: none;
}
.summary .plus {
  color: #289672;
}
.details {
  border-bottom: 1px solid #b5bfd9;
}

 .details:first-of-type {
   border-top: 1px solid #b5bfd9;
  }
  .details > div {
    padding: 2em 2em 0;
    font-size: 0.875em;
    background-color: var(--white);
  }
  .dl {
    display: flex;
    flex-wrap: wrap;
  }
  
  .dl div {
    margin-right: 4em;
    margin-bottom: 2em;
    color: var(--black);
  }
  
  
  .card {
    position: relative;
    width: 300px;
    height: 200px;
    background:#240046;
    border-radius: 10px;
    display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.card img {
  object-fit: cover;
  height: 300px;
  width: 100%;
  fill: #333;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}


@media (min-width:991px) {
  .card:hover {
    transform: rotate(-5deg) scale(1.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }
}
.card__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-color:#0f1c24;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}
@media (max-width:990px) {
  .btn-table-mob{
    position: absolute;
    
  }
}
@media (min-width:991px) {
  .btn-table-mob{
    display: none;
  }
}
@media (min-width:991px) {
  .card:hover .card__content {
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 1;
  }
}
.card__title {
  margin: 0;
  font-size: 24px;
  color: var(--white);
  font-weight: 700;
}

.card__description {
  margin: 10px 0 0;
  font-size: 14px;
  color: var(--white);
  line-height: 1.2;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; 
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width:991px) {
  .card:hover img {
    scale: 0;
    transform: rotate(-45deg);
  }
}

.otdel-games2{ 
  position: relative;
  background: linear-gradient(to bottom, #9bc2ef, #00244d);
}

.game-thumb2{
  gap: 20px;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.e-card {
  
  background: transparent;
  box-shadow: 0px 8px 28px -9px rgba(0,0,0,0.45);
  position: relative;
  
  height: 330px;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width:767px) {
  .e-card{
    width: 100%;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .e-card {
    width: 48%;
  }
}
@media (min-width:992px) {
  .e-card {
    width: 32%;
  }
}
.bg-img-games2{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.animati {
  position: absolute;
  width: 540px;
  height: 700px;
  opacity: 0.5;
  left: 0;
  top: 0;
  margin-left: -50%;
  margin-top: -70%;
  background:var( --bghero-5);
}
@media (max-width:767px) {
  .animati {
    margin-left: 0%;
    margin-top: -15%;
  }
}
.icon {
  width: 3em;
  margin-top: -1em;
  padding-bottom: 1em;
}

.infotop {
  text-align: center;
  font-size: 20px;
  position: absolute;
  top: 5.6em;
  left: 0;
  right: 0;
  color: rgb(255, 255, 255);
  font-weight: 600;
}

.name {
  font-size: 14px;
  position: relative;
  top: 1em;
  text-transform: uppercase;
}

.animati:nth-child(2),
.animati:nth-child(3) {
  top: 210px;
}

.playing .animati {
  border-radius: 40%;
  animation: animati 3000ms infinite linear;
}

.animati {
  border-radius: 40%;
  animation: animati 55s infinite linear;
}

.playing .animati:nth-child(2) {
  animation-duration: 4000ms;
}

.animati:nth-child(2) {
  animation-duration: 50s;
}

.playing .animati:nth-child(3) {
  animation-duration: 5000ms;
}

.animati:nth-child(3) {
  animation-duration: 45s;
}

@keyframes animati {
  0% {
    transform: rotate(0deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}

.otdelfooter{
  background: var(--bg-2);
}
@media (max-width:990px) {
  .otdelfooter{
    background-color: #0f1c24;
  }
}
.allsection-bg{
  margin: 0px auto;
  display: flex;
  position: relative;
  background-color: #0f1c24;
  align-items: center;
}
@media (max-width:990px) {
  .allsection-bg{
    margin-top: 50px;
    flex-direction: column;
    align-items: center;
  }
  
}
@media (min-width:991px) {
  .title-logo{
      margin-top: -28px;
      color: var(--white);
  position: absolute;
  top: 25px;
  left: 50%;
  transform:translate( -50%);
  background: var(--bg-2);
  display: inline-block;
  clip-path: polygon(0 0, 100% 0, calc(100% - 60px) 100%, 60px 100%);
  padding: 22px 150px;
}
}

@media (max-width:990px) {
  .title-logo{
    padding: 22px 100px;
    color: var(--white);
  }
}
@media (max-width:575px) {
  .title-logo{
    padding: 22px ;
    color: var(--white);
  }
}
.copy-title{
  font-size: 16px;
  color: var(--white);
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform:translate( -50%);
  display: inline-block;
  background: var(--bg-2);
  clip-path: polygon(60px 0%, calc(100% - 60px) 0%, 100% 50%, 100% 100%, 0 100%, 0% 50%);
  padding: 20px 75px;
}
@media (max-width:575px) {
  .copy-title{
    text-align: center;
  }
}
@media (max-width:1199px) {
  .title-logo{
    font-size: 16px;
  }
 
}
.bg-left-section{
  width: 100%;
  height: auto;
  
  padding: 20px;
}
@media (min-width:992px) {
  .bg-left-section{
    width: 50%;
    
  }
}
.bg-right-section{
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
  height: auto;
  
  padding: 30px 0px;
  
}
@media (max-width:991px) {
  .bg-right-section{ padding-bottom: 65px;}

}
@media (min-width:992px) {
  .bg-right-section{
  width: 50%;
  
  
}
}
.div-img-ifform{
  
  text-align: center;
}
@media (min-width:991px) {
  .div-img-ifform{
    margin: 100px 0px;
    
  }
}
.img-noform{
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: inline-block;
  
}

.otdeldislc{
  background-image: url(hpFiles/img/122.jpg);
  background-position: center;
    background-repeat: no-repeat;
    background-size: 102% 103%;
    
  }
  .disclaimay{
    position: relative;
    color: var(--white);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 100px;
    display: flex;
    border-radius: 20px;
    background:#0f1c24;
    height: 350px;
    clip-path: polygon(50% 0%, 81% 0, 100% 0, 100% 70%, 80% 100%, 50% 100%, 20% 100%, 0 100%, 0 30%, 20% 0);
  }
  @media (max-width:768px) {
    .disclaimay{
      height: auto;
      padding: 40px ;
    }
}
.disclaimay p {
  font-weight: 900;
  text-align: center;
  font-size: 20px;
}

.disclaimay::before,
.disclaimay::after {
  content: ''; 
  position: absolute; 
  width: 100%; 
  height: 100%; 
  border: 6px solid red; 
}

.disclaimay::before {
  top: -6px; 
    left: -6px; 
  }
  
  .disclaimay::after {
    bottom: -6px;
    right: -6px; 
  }
  
  .otdel-form{
  background-color: var(--bg-2);
}
@media (max-width:990px) {
  .otdel-form{
    background-color: #0f1c24;
  }
}
.bg-form-figyra{
  position: relative;
  background-color: #0f1c24;
}
@media (max-width:990px) {
  .bg-form-footer{
    display: none;
  }
}
@media (min-width:991px) {
  .bg-form-footer{
    color: var(--white);
    padding: 0px 110px;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%);
    display: inline-block;
    background: var(--bg-2);
    clip-path: polygon(60px 0%, calc(100% - 60px) 0%, 100% 50%, 100% 100%, 0 100%, 0% 50%);
    
  }
}
.form-width18{
  width:75px;
  height: 75px;
}
.title-form{
  
  color: var(--white);
  padding: 10px 10px;
  
  
  text-align: center;
}
@media (max-width:990px){
  .title-form{
    font-size: 18px;
  }
}
@media (min-width:991px) and (max-width:1199px){
  .title-form{
    font-size: 21px;
  }
}
@media (min-width:991px) {
  .title-form{
    display: inline-block;
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translate(-50%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 60px) 100%, 60px 100%);
    padding: 20px 50px;
    background: var(--bg-2);}
  }
.form-width{
  padding: 75px 0px;
}
.main_form{
  
  position: relative;
  color: #fff;
  width: var(--width-of-input);
    border-radius: 0.75rem;
    padding-top: 50px;
    display: flex;
    align-items: center;
  }
  .forms-width{width:98%}
  .main_form .input-custom--fieldblock{
    margin: 10px 0px;
    width: 100%;
    color: #fff;
 border: 2px solid #8707ff;
 border-radius: 10px;
 padding: 10px 25px;
 background: transparent;
 
}
.main_form .input-custom--fieldblock:focus-visible {
  box-shadow: 2px 2px 15px #8707ff inset;
}

.main_form .textarea-custom--fieldblock{
  margin: 10px 0px;
  width: 100%;
  color: #fff;
  border: 2px solid #8707ff;
  border-radius: 10px;
  padding: 10px 25px;
  background: transparent;
  
}
.main_form .textarea-custom--fieldblock:focus-visible {
  box-shadow: 2px 2px 15px #8707ff inset;
}

.main_form .textarea-custom--fieldblock::placeholder{
      color: rgba(243, 244, 246, 1);

    }
    .color-sub{
      color: white;
    }
    .checkbox-box1{
      margin: 15px 0px;
      position: relative;
    }
    .cbx {
      position: relative;
      top: 1px;
      width: 27px;
      height: 27px;
      border: 1px solid #475569;
      border-radius: 10px;
      transition: background 0.2s ease;
      cursor: pointer;
      display: block;
      box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    }
    
    .cbx:after {
      content: '';
      position: absolute;
  top: 2px;
  left: 8px;
  width: 7px;
  height: 14px;
  opacity: 0;
  transform: rotate(45deg) scale(0);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: all 0.3s ease;
  transition-delay: 0.15s;
}

#cbx:checked ~ .cbx {
  border-color: transparent;
  background: var(--brand-text-2);
  animation: jelly 0.4s ease;
}

#cbx:checked ~ .cbx:after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}

.cntr {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

@keyframes jelly {
  from {
    transform: scale(1, 1);
  }
  
  20% {
    transform: scale(1.3, 0.7);
  }
  
  40% {
    transform: scale(0.7, 1.3);
  }
  
  60% {
    transform: scale(1.1, 0.9);
  }
  
  80% {
    transform: scale(0.9, 1.1);
  }
  
  to {
    transform: scale(1, 1);
  }
}

.hidden-xs-up {
  display: none!important;
}

.politiki-flex{
  margin-top: 50px;
  display: flex;
  gap: 30px;
  flex-direction: column;
  align-items: center;
}
.politiki-img{
  object-fit: contain;
  width: 100px;
}
@media (min-width:768px) and(max-width:991px) {
  .politiki-img{
    width: 75px;
    
  }
}
.flex-link-politik{
  justify-content: center;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
    align-items: center;
  }
  @media (max-width:768px)  and (max-width:991px){
    .flex-link-politik{
      flex-direction: column-reverse;
      
    }
  }

  
  
  .series-contactssss{
    position: relative;
    background-color: var(--bg-2);
  }
  
  .contacts-thumb{
    width: 33%;
    height: 450px;
    background-color: var(--bg-2);
    display: flex;
    justify-content: center;
    align-items: center;
    
  }
  @media (max-width:990px) {
    .contacts-thumb{
      width: 100%;
    }
}
.title-contacts{
  padding:20px;
}
    .contacts-box{
      gap: 20px;
      padding: 20px;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .svg-contacts svg{
      width: 50px;
      height: 50px;
      fill: white;
    }
    
    .df-card{
      display: flex;
      flex-direction: column;
    }
    .contacts-bthumik{
      display: flex;
  flex-wrap: wrap;
  align-items: center;
    justify-content: center;
}
@media (max-width:990px) {
  .contacts-bthumik{
    flex-direction: column;
  }
}
.img-contacts-bg{
  width: 100%;
  height: 450px;
  object-fit: cover;
}


.thumb-contacts-form-images{
  display: flex;
  justify-content: space-between;
  flex-direction:row-reverse;
  
}
@media (max-width:990px) {
  .thumb-contacts-form-images{
    flex-direction: column!important;
    gap: 25px;
  }
}
@media (min-width:991px) {
  .thumb-contacts-form-images{
    
    margin: 0px -10px;
  }
}
.width-video-ocntacts{
  
}
@media (min-width:991px)  {
  .width-video-ocntacts{
    
    padding-top: 60px;
  }
}
.width-img-consasdq{
  
  width:100%
}
@media (min-width:1200px)  {
  .width-img-consasdq{
    width: 25%;
    padding-top: 100px;
  }
}
@media (min-width:991px) and (max-width:1199px) {
  .width-img-consasdq{
    width: 25%;
    padding-top: 100px;
  }
}
.formwq {
  background-color: #15172b;
  border-radius: 20px;
  box-sizing: border-box;
  height: 650px;
  
  padding: 20px;
  width: 100%;
  
}
@media (min-width:991px) {
  .formwq {
    padding: 0px 25px;
    width: 70%;
  }
}

.videosqqsa{
  border-radius: 20px;
  object-fit: cover;
  width: 100%;
    height: 100%;
  }
  @media (min-width:990px) (min-width:1150px) {
    .videosqqsa{
      
      width: 40vh;
      height: 100%;
    }
}
 @media(min-width:1151px) {
    .videosqqsa{
      
      width: 50vh;
      height: 100%;
    }
}

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

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

.ic1 {
  margin-top: 40px;
}

.ic2 {
  margin-top: 30px;
}

.inputs12 {
  margin: 10px 0px;
  width: 100%;
  color: #fff;
  border: 2px solid #8707ff;
  border-radius: 10px;
  padding: 10px 25px;
  background: transparent;
}
.inputs12:focus-visible {
  box-shadow: 2px 2px 15px #8707ff inset;
}
.textasd {
  margin: 10px 0px;
  width: 100%;
  color: #fff;
  border: 2px solid #8707ff;
  border-radius: 10px;
  padding: 10px 25px;
  background: transparent;
}
.textasd:focus-visible {
 box-shadow: 2px 2px 15px #8707ff inset;
}

.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-2);
}
.contdasaent-blocadak{
  color: var(--white);
  overflow: hidden;
}
.contdasaent-blocadak li {
  list-style-type:circle;
  margin: 0px 15px;
}
.img-ocntacts{
  width: 100%;
  height: 450px;
  object-fit: contain;
  animation:  jump 1s infinite;
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.najmi-1 {
  position: relative;
  display: inline-block;
  background:red;
  color: white;
  font-weight: bold;
  font-size: 18px;
  border: none;
  border-radius: 30px;
  padding: 14px 28px;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  animation: button-shimmer 2s infinite;
  transition: all 0.3s ease-in-out;
  
}


.najmi-1:hover {
  background:red;
  animation: button-particles 1s ease-in-out infinite;
  transform: translateY(-2px);
}


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


.najmi-2 {
  
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-weight: 900;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s 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;
}

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

.najmi-2:hover {
  background: var(--bg-text-2);
}
.najmi-3{
  cursor: pointer;
  display: inline-block;
  padding: 15px 25px;
  border-radius: 10px;
  border: none;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in;
  z-index: 1;
  background: var( --brand-text-1);
}

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

.najmi-3::before {
  left: -5px;
  background: #5a189a;
}

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

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

.najmi-3:hover span {
  color: #e0aaff;
  transition: 0.3s;
}

.najmi-3 span {
  color: #03045e;
  font-size: 18px;
  transition: all 0.3s ease-in;
}
.najmi-4{
  position: relative;
  transition: all 0.3s 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-2);
  border-radius: 9999px;
  
  cursor: pointer;
  color: #ffff;
  gap: 10px;
  font-weight: bold;
  border: 3px solid #ffffff4d;
  outline: none;
  overflow: hidden;
  font-size: 15px;
}



.najmi-4:hover {
  transform: scale(1.05);
  border-color: red;
}

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

.najmi-4:hover::before {
  animation: shine 1.5s ease-out infinite;
}

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

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

.najmi-5 {
  padding: 12.5px 30px;
  border: 0;
  border-radius: 100px;
  background: var(--brand-text-2);
  color: #ffffff;
  font-weight: Bold;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

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

.najmi-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{
  position: relative;
  background: var(--bg-2);
}
.sesries-page-frame{
  background: var(--bg-2);
}
.main-igri{
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  
}
.bg-img-page{
  position: relative;
  display: inline-block;
  background-image: url(ProgramBox/img/bg-img.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 800px;
  height: 600px;
}
@media (min-width:575px) and (max-width:768px) {
  .bg-img-page{
    width: 519px;
  }
}
@media (max-width:574px) {
  .bg-img-page{
    width: 300px;
    height: 297px;
    
  }
  
}

.main-page__phot{

  object-fit: cover;
  position: absolute;
  top: 5%;
  left: 6%;
  width: 701px;
  height: 533px;
}
@media (min-width:575px) and (max-width:768px) {
  .main-page__phot{
    width: 460px;
  }
}
@media (max-width:574px) {
  .main-page__phot{
    width: 268px;
    height: 263px;
    
  }
}
.maiqn-iframeqq{
  width: 100%;
  min-height: 450px;
  height: auto;
  
}
.frame-width{
  width: 100%;
  min-height: 450px;
  max-height: 650px;
  height: auto;
  border: 5px solid var(--menu-2);
}
.form-list2{
  display: none;
}
.img-list2{
  display: none;
}

