/**
* template:  Diveon

TABLE OF CONTENTS

      + Global
	  + Header
	  + Header Content
	  + Why We
	  + About Us
	  + Services
	  + Courses
	  + Events
	  + Booking
	  + Testimonials
	  + Contact
      
*/

@import 'reset.css';
@import 'all.min.css';
@import 'owl.carousel.min.css';
@import 'owl.theme.default.min.css';
@import 'magnific-popup.css';
@import 'scrollCue.css';

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&display=swap');


:root {
     --color-yellow: #DBE62C;
     --color-dark-blue: #091B40;
     --color-middle-blue: #1F4FD8;
     --color-light-blue: #E1EAEF;
     --color-text-main: #2E3440;  
	 --color-white: #ffffff;
}

::-moz-selection {
	background-color: var(--color-yellow);
	color: var(--color-dark-blue);
}

::selection {
	background-color: var(--color-yellow);
	color: var(--color-dark-blue);
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

a {
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

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

body {
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	color: var(--color-text-main);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: normal;
	line-height: 1.2;
	margin-bottom: 30px;
	text-transform: uppercase;
}

h1 {
	font-size: 80px;
	color: var(--color-white);
}

h2 {
	font-size: 50px;
}

h3 {
	font-size: 25px;
}

@-webkit-keyframes load {
	0% {
      opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes load {
	0% {
      opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

#preload {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color:var(--color-dark-blue);
	z-index: 100000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#preload img {
	width: 42px;
	height: auto;
	-webkit-animation-name: load;
	animation-name: load;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.align-center {
	text-align: center;
}

.btn {
	padding: 15px 30px;
	background-color: var(--color-yellow);
	color: var(--color-dark-blue);
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 30px;
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 1px;
}

.btn:hover {
	background-color: var(--color-middle-blue);
	color: var(--color-white);
}

.wrapper {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}

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

.ptb {
	padding-top: 100px;
	padding-bottom: 100px;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.suptitle {
	display: inline-block;
	color: var(--color-yellow);
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 10px;
	position: relative;
}

.suptitle:before {
	content: "";
	width: 50px;
	height: 1px;
	background-color: var(--color-yellow);
	position: absolute;
	top: 50%;
	right: -60px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.social-link li {
	margin-right: 20px;
}

.social-link li a {
	color: var(--color-yellow);
}

.social-link li a:hover {
	color: var(--color-white);
}

#scroll-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 100;
	padding: 15px 20px;
}

#openmenu,
#closemenu {
	font-size: 30px;
	color: var(--color-white);
	display: none;
}

#openmenu:hover,
#closemenu:hover {
	color: var(--color-yellow);
}

.res-booking {
	margin-top: 30px;
	margin-left: 10px;
	display: none;
	font-size: 16px;
	margin-top: 20px;
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	position: absolute;
}

.res-booking .error {
	color: #ff0000;
}

.res-booking .send {
	color: var(--color-white);
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(9, 27, 64, 0.5);
	opacity: 0;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	     -o-transition-duration: 0.5s;
	        transition-duration: 0.5s;
}

.overlay i {
	position: absolute;
	top: 50%;
	left: 50%;
	color: var(--color-yellow);
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}

#scroll-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 100;
	padding: 15px;
	border-radius: 0px;
	font-size: 18px;
}


/**************************************
*
*         HEADER   
*
***************************************/


.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background-color: rgba(9, 27, 64, 0.5);
}

.bg-dark {
	background-color: var(--color-dark-blue);
}

#logo {
   margin-right: 20px;
}

#logo img {
   max-width: 100%;
}

.wrapper-header {
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.wrapper-menu-btn {
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
}

.wrapper-menu-btn .btn {
	margin-left: 30px;
}

.header-menu li {
   float: left;
   margin-right: 30px;
}

.header-menu>li a {
	color: var(--color-white);
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 1px;
}

.header-menu>li a:hover {
	color: var(--color-yellow);
}


/**************************************
*
*         HEADER CONTENT
*
***************************************/


.wrapper-header-content {
	min-height: 800px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}


/**************************************
*
*         WHY WE 
*
***************************************/


#whywe {
	background-color: var(--color-dark-blue);
	padding-bottom: 50px;
}

.single-whywe {
	width: calc(25% - 20px);
	margin: 10px;
	padding: 20px;
	color: var(--color-white);
}

.single-whywe span {
	 font-size: 100px;
	 font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: normal;
	 color: rgba(219, 230, 44, 0.7);
}

.single-whywe h2 {
	color: var(--color-white);
	margin-bottom: 10px;
	font-size: 25px;
}

.single-whywe > div {
	margin-top: -60px;
	padding-left: 20px;
}


/**************************************
*
*         ABOUT US      
*
***************************************/


.wrapper-aboutus {
	max-width: 1200px;
}

.wrapper-aboutus {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.aboutus-img {
	width: 45%;
	position: relative;
	-webkit-box-shadow: -10px -10px var(--color-yellow);
	        box-shadow: -10px -10px var(--color-yellow);
}

.aboutus-img img {
    width: 100%;
}

.experiense {
	 position: absolute;
	 bottom: -20px;
	 right: -20px;
	 font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;	
	 background-color: var(--color-yellow);
	 padding: 40px 30px;
	 color: var(--color-dark-blue);
	 -webkit-box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.25);
	         box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.25);
}

.experiense .counter {
	font-size: 50px;
	font-weight: 700;
} 

.aboutus-content {
	width: 55%;
	padding-left: 50px;
}

.aboutus-content p {
	margin-bottom: 20px;
}

.wrapper-signature {
	margin-top: 50px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 50px;
}

.wrapper-signature img {
	max-width: 180px;
	margin-right: 10px;
}

.wrapper-signature h3 {
	font-size: 18px;
	margin-bottom: 5px;
	letter-spacing: 1px;
}

.wrapper-signature p {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 12px;
}


/**************************************
*
*         SERVICES
*
***************************************/


#services {
	background-color: var(--color-light-blue);
}

#services .suptitle {
	color: var(--color-dark-blue);
}

#services .suptitle:before {
	background-color: var(--color-dark-blue);
}

.single-services {
	width: calc(25% - 20px);
	margin: 10px;
	padding: 40px 20px;
}

.single-services img {
	width: 80px;
	height: auto;
	margin: 0 auto 20px auto;
}

.single-services h3 {
	margin-bottom: 20px;
}


/**************************************
*
*         COURSES
*
***************************************/


#courses {
	padding-left: 15px;
	padding-right: 15px;
}

.wrapper-courses {
	width: 100%;
}

.single-courses > a {
     display: block;
	 position: relative;
}

.single-courses > a:hover .overlay {
     opacity: 1;
}

.single-courses-content {
	padding: 30px 0px;
}

.qty-courses {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 20px;
}

.sessions i {
	margin-right: 5px;
}

.price {
    font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: normal;
	font-size: 22px;
}

.single-courses-content h3 {
	font-size: 20px;
	margin-bottom: 20px;
}

.owl-theme .owl-nav {
    margin-top: 30px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: var(--color-yellow);
    text-decoration: none;
}


/**************************************
*
*        EVENTS
*
***************************************/


#events {
	background-color: var(--color-dark-blue);
}

#events h2 {
	color: var(--color-white);
}

.single-events {
	border-left: 1px solid var(--color-yellow);
	margin-bottom: 50px;
	padding-left: 20px;
	color: var(--color-white);
}

.single-events h3 {
    margin-bottom: 20px;
	font-size: 20px;
}

.events-date,
.address {
   margin-bottom: 10px;
}

.events-date i,
.address i {
	margin-right: 10px;
}

.address {
	margin-bottom: 20px;
}


/**************************************
*
*         BOOKING
*
***************************************/


#booking {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.wrapper-booking {
	width: 50%;
	padding: 100px 50px;
	background-color: rgba(9, 27, 64, 0.5);
	color: var(--color-white);
}

.wrapper-booking h2 {
	color: var(--color-white);
}

form {
	margin-top: 50px;
}

input, textarea {
	outline: none;
	border: none;
	padding: 15px;
	border: 1px solid var(--color-white);
	color: var(--color-white);
    font-size: 16px;
	background-color: transparent;
	display: block;
	font-size: 16px;
	font-weight: 400;
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 16px;
	font-style: normal;
}

textarea {
    min-height: 150px;
	width: 100%;
	margin-bottom: 20px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: var(--color-white);
	font-size: 12px;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: var(--color-white);
	font-size: 12px;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: var(--color-white);
	font-size: 12px;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
	color: var(--color-white);
	font-size: 12px;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}

input::placeholder, 
textarea::placeholder {
	color: var(--color-white);
	font-size: 12px;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}

.wrapper-input {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.wrapper-input input {
   width: calc(50% - 10px);
   margin-bottom: 20px;
}

#sendmessage {
	cursor: pointer;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	border: none;
	-webkit-transition-duration: 0.5s;
	     -o-transition-duration: 0.5s;
	        transition-duration: 0.5s;
}


/**************************************
*
*        TESTIMONIALS
*
***************************************/


.wrapper-testimonials {
	max-width: 1000px;
	margin-top: 50px;
}

.single-testimonials img {
	width: 80px !important;
	height: 80px !important;
	margin: 0 auto;
	border-radius: 50%;
	margin-bottom: 30px;
	border: 5px solid var(--color-yellow);
}

.single-testimonials p {
	margin-bottom: 20px;
}

.wrapper-author h3 {
	margin-bottom: 10px;
	font-size: 20px;
}

.wrapper-author p {
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#testimonials .owl-carousel.testimonials-carousel .owl-item {
	height: auto;
}

#testimonials .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
}

#testimonials .owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--color-yellow);
}

#testimonials .owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 3px;
    margin: 5px 7px;
    background: var(--color-dark-blue);
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    border-radius: none;
}


/**************************************
*
*        CONTACT
*
***************************************/


#contact {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 100px;
	color: var(--color-white);
}

#contact h2, 
#contact h3,
#contact a {
	color: var(--color-white);
}

#contact a:hover {
	color: var(--color-yellow);
}

.contact-content {
	width: 60%;
}

.contact-hours {
   width: 40%;
}

.contact-content > div {
	width: 50%;
	padding: 20px;
}

.contact-hours {
	padding: 20px;
}

.wrapper-table {
	border: 1px solid var(--color-white);
	padding: 20px;
}

.table-hours {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	border-bottom: 1px solid var(--color-white);
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.copyright {
	padding: 100px 10px 50px 10px;
}

.service-icon {
   font-size: 80px;   /* было 60px */
   color: var(--color-dark-blue);
   margin-bottom: 25px;
}

/* ====== Games Grid ====== */

.games-grid {
   display: grid;
   grid-template-columns: repeat(6, 1fr);
   gap: 20px;
   margin-top: 50px;
}

.game-card {
   position: relative;
   overflow: hidden;
   border-radius: 10px;
   background-color: var(--color-dark-blue);
}

.game-card img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: transform 0.5s ease;
}

.game-overlay {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: rgba(9, 27, 64, 0.75);
   display: flex;
   align-items: center;
   justify-content: center;
   opacity: 0;
   transition: opacity 0.4s ease;
}

.game-card:hover img {
   transform: scale(1.1);
}

.game-card:hover .game-overlay {
   opacity: 1;
}

/* ====== Responsive ====== */

@media (max-width: 1200px) {
   .games-grid {
      grid-template-columns: repeat(4, 1fr);
   }
}

@media (max-width: 768px) {
   .games-grid {
      grid-template-columns: repeat(3, 1fr);
   }
}

@media (max-width: 480px) {
   .games-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
   }
}

/* ====== Bonuses Section ====== */

.bonuses-section {
   background-color: var(--color-light-blue);
}

.bonuses-grid {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 40px;
   margin-top: 60px;
}

.bonus-column {
   background-color: var(--color-white);
   border-radius: 16px;
   padding: 40px;
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.bonus-header {
   margin-bottom: 20px;
}

.bonus-badge {
   display: inline-block;
   padding: 6px 14px;
   border-radius: 20px;
   font-size: 12px;
   text-transform: uppercase;
   letter-spacing: 1px;
   background-color: var(--color-dark-blue);
   color: var(--color-white);
   margin-bottom: 10px;
}

.bonus-badge.highlight {
   background-color: var(--color-yellow);
   color: var(--color-dark-blue);
}

.bonus-description {
   margin-bottom: 25px;
}

.bonus-list {
   list-style: none;
   padding: 0;
   margin: 0;
}

.bonus-list li {
   display: flex;
   align-items: center;
   margin-bottom: 15px;
   font-size: 16px;
}

.bonus-list li i {
   color: var(--color-yellow);
   margin-right: 12px;
   font-size: 18px;
}

.tag {
   display: inline-block;
   background-color: var(--color-dark-blue);
   color: var(--color-white);
   font-size: 11px;
   padding: 4px 10px;
   border-radius: 12px;
   margin-right: 10px;
   text-transform: uppercase;
}

.welcome-box {
   background-color: var(--color-dark-blue);
   color: var(--color-white);
   padding: 25px;
   border-radius: 14px;
   margin-bottom: 25px;
}

.welcome-box h4 {
   color: var(--color-yellow);
   margin-bottom: 10px;
}

.bonus-btn {
   margin-top: 30px;
}

/* ====== Responsive ====== */

@media (max-width: 992px) {
   .bonuses-grid {
      grid-template-columns: 1fr;
   }
}

.section-intro {
   max-width: 900px;
   margin: 20px auto 0;
   font-size: 18px;
}

.bonus-column h4 {
   margin-top: 30px;
   margin-bottom: 15px;
   font-size: 20px;
   text-transform: uppercase;
}

/* ====== Bonus Banner ====== */

.bonus-banner {
   background: linear-gradient(135deg, #081a3a, #0b2b5f);
   border-radius: 20px;
   margin: 100px auto;
}

.bonus-banner-wrapper {
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 40px;
   padding: 60px;
}

.bonus-banner-content {
   width: 55%;
   color: #ffffff;
}

.bonus-banner-content h2 {
   color: var(--color-yellow);
   margin-bottom: 25px;
}

.bonus-points {
   list-style: none;
   padding: 0;
   margin-bottom: 25px;
}

.bonus-points li {
   font-size: 22px;
   margin-bottom: 10px;
}

.bonus-banner-content p {
   font-size: 18px;
   max-width: 520px;
   margin-bottom: 30px;
}

.bonus-banner-btn {
   font-size: 16px;
   padding: 18px 40px;
}

.bonus-banner-image {
   width: 45%;
   text-align: right;
}

.bonus-banner-image img {
   max-width: 100%;
   height: auto;
}

/* ====== Responsive ====== */

@media (max-width: 992px) {
   .bonus-banner-wrapper {
      flex-direction: column;
      text-align: center;
      padding: 40px;
   }

   .bonus-banner-content,
   .bonus-banner-image {
      width: 100%;
   }

   .bonus-banner-image {
      margin-top: 30px;
   }
}

@media (max-width: 576px) {
   .bonus-points li {
      font-size: 18px;
   }
}

@keyframes float {
   0% {
      transform: translateY(0);
   }
   50% {
      transform: translateY(-15px);
   }
   100% {
      transform: translateY(0);
   }
}

/* ===== Floating animation ===== */
@keyframes float {
   0% {
      transform: translateY(0);
   }
   50% {
      transform: translateY(-15px);
   }
   100% {
      transform: translateY(0);
   }
}

/* Universal floating animation class */
.float-animation {
   animation: float 6s ease-in-out infinite;
}

/* ===== Bonus banner image ===== */
.bonus-banner-image img {
   max-width: 100%;
}

/* ===== App image (centered) ===== */
.app-image {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
   margin: 30px auto;
}

.app-image img {
   max-width: 40%;
   border-radius: 16px;
}

/* ===== App store buttons ===== */
.app-stores {
   display: flex;
   gap: 20px;
   margin-top: 30px;
   flex-wrap: wrap;
}

.app-stores img {
   max-width: 160px;
   cursor: pointer;
   transition: transform 0.3s ease;
}

.app-stores img:hover {
   transform: scale(1.05);
}

.payment-table-wrapper {
   max-width: 900px;
   margin: 40px auto;
}

.payment-tabs {
   display: flex;
   justify-content: center;
   gap: 20px;
   margin-bottom: 20px;
}

.payment-tab {
   padding: 12px 28px;
   border: 2px solid var(--color-dark-blue);
   background: transparent;
   cursor: pointer;
   font-weight: 600;
}

.payment-tab.active {
   background: var(--color-dark-blue);
   color: #fff;
}

.payment-table {
   display: none;
}

.payment-table.active {
   display: block;
}

.payment-table table {
   width: 100%;
   border-collapse: collapse;
}

.payment-table th,
.payment-table td {
   padding: 14px;
   border-bottom: 1px solid #e0e0e0;
   text-align: left;
}

@media (max-width: 768px) {
   .payment-table-wrapper {
      max-width: 100%;
   }

   .payment-table th,
   .payment-table td {
      font-size: 14px;
      padding: 10px;
   }
}

.payment-table-wrapper {
   background: #ffffff;
   border-radius: 20px;
   padding: 30px 40px;
   box-shadow: 0 20px 40px rgba(0,0,0,0.06);
}

.payment-tabs {
   display: flex;
   justify-content: center;
   gap: 16px;
   margin-bottom: 30px;
}

.payment-tab {
   padding: 14px 32px;
   border-radius: 999px;
   border: 2px solid #0d1b3d;
   background: transparent;
   font-weight: 600;
   transition: all 0.3s ease;
}

.payment-tab.active {
   background: #0d1b3d;
   color: #fff;
   box-shadow: 0 10px 25px rgba(13,27,61,0.25);
}

.payment-table tbody tr {
   transition: background 0.25s ease;
}

.payment-table tbody tr:hover {
   background: #f6f8fb;
}

.payment-text h3 {
   position: relative;
   padding-left: 14px;
}

.payment-text h3::before {
   content: '';
   position: absolute;
   left: 0;
   top: 50%;
   width: 4px;
   height: 60%;
   background: #d7e22d; /* твой акцентный цвет */
   transform: translateY(-50%);
}

.payments-intro {
   max-width: 820px;
   margin: 30px auto 50px;
   padding: 26px 32px;
   background: #f6f8fb;
   border-radius: 18px;
   font-size: 18px;
   line-height: 1.6;
   font-weight: 500;
}

.trust-grid {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   gap: 40px;
   margin-top: 40px;
}

.trust-item h3 {
   margin-bottom: 12px;
}

.trust-item h3 i {
   color: var(--color-accent);
   margin-right: 10px;
}

.providers-banner {
   background: linear-gradient(180deg, #0d1b3d 0%, #08142e 100%);
   color: #fff;
}

.providers-banner .section-intro {
   max-width: 900px;
   margin: 0 auto;
   color: #dbe2ff;
}

.providers-grid {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
   gap: 30px;
   margin-top: 50px;
}

.provider-card {
   background: rgba(255,255,255,0.05);
   border-radius: 18px;
   padding: 25px;
   text-align: center;
   transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.provider-card:hover {
   transform: translateY(-6px);
   box-shadow: 0 20px 40px rgba(0,0,0,0.35);
}

.provider-card img {
   max-height: 50px;
   margin-bottom: 15px;
}

.provider-card h3 {
   margin-bottom: 10px;
}

.provider-card p {
   font-size: 14px;
   color: #cfd7ff;
}

.provider-games {
   display: block;
   margin-top: 12px;
   font-size: 13px;
   color: #d7e22d;
}

.provider-card img {
   display: block;
   margin: 0 auto 15px auto;
   max-height: 60px;
   max-width: 100%;
   width: auto;
   height: auto;
   object-fit: contain;
}
 @media (max-width: 768px) {
   .provider-card img {
      max-height: 50px;
   }
}

.faq-section {
   background: #f6f8fb;
}

.faq-grid {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 30px;
   margin-top: 50px;
}

.faq-item {
   background: #fff;
   border-radius: 14px;
   overflow: hidden;
   box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.faq-question {
   width: 100%;
   padding: 18px 22px;
   background: none;
   border: none;
   font-size: 16px;
   font-weight: 600;
   text-align: left;
   cursor: pointer;
   position: relative;
}

.faq-question::after {
   content: "+";
   position: absolute;
   right: 20px;
   font-size: 20px;
   transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
   transform: rotate(45deg);
}

.faq-answer {
   max-height: 0;
   overflow: hidden;
   transition: max-height 0.4s ease;
   padding: 0 22px;
}

.faq-item.active .faq-answer {
   max-height: 300px;
   padding-bottom: 18px;
}

.faq-answer p {
   margin-top: 10px;
   font-size: 14px;
   color: #555;
}

@media (max-width: 768px) {
   .faq-grid {
      grid-template-columns: 1fr;
   }
}

.site-footer {
   color: #dbe2ff;
   padding-top: 70px;
}

.footer-grid {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
   gap: 40px;
   padding-bottom: 50px;
}

.footer-logo {
   max-width: 180px;
   margin-bottom: 20px;
}

.footer-column h3 {
   margin-bottom: 15px;
   color: #fff;
}

.footer-links {
   list-style: none;
   padding: 0;
}

.footer-links li {
   margin-bottom: 10px;
}

.footer-links a {
   color: #dbe2ff;
   font-size: 14px;
}

.footer-links a:hover {
   color: #d7e22d;
}

.footer-social {
   margin-top: 20px;
   display: flex;
   gap: 15px;
}

.footer-social a {
   color: #fff;
   font-size: 16px;
}

.footer-social a:hover {
   color: #d7e22d;
}

.footer-bottom {
   border-top: 1px solid rgba(255,255,255,0.1);
   padding: 20px 15px;
   font-size: 13px;
   color: #b9c3ff;
}

#logo img {
   max-height: 60px;
   width: auto;
   height: auto;
}
  @media (max-width: 768px) {
   #logo img {
      max-height: 48px;
   }
}

@media (max-width: 768px) {
   .header {
      padding: 0;
   }

   .wrapper-header {
      min-height: 64px;
      align-items: center;
   }
}
@media (max-width: 768px) {
   .wrapper-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
   }

   #logo {
      display: flex;
      align-items: center;
   }

   #openmenu {
      display: flex;
      align-items: center;
      font-size: 22px;
      margin-left: auto;
   }
}
@media (max-width: 768px) {
   .wrapper-menu-btn {
      display: none;
   }
}
@media (max-width: 768px) {
   #logo img {
      max-height: 42px;
   }
}
