span, p, li, table {
  color: #D9D9D9;
}
h1, h2, h3, h4, h5, h6 {
  color: #fff;
}
 


body {
  background-color: #080e37;
}
section {
  padding: 3rem 0;
}


h1 {
  margin-bottom: 3rem;
}
h2 {
  margin-bottom: 2rem;
}
h3 {
  margin-bottom: 1.5rem;
}
h1, h2, h3, h4 {
  text-shadow: 2px 2px 2px rgba(255,0,82,.9);

}

a {
  color: #ff0052;
  transition: color .3s;
  cursor: pointer
  
}
a:hover {
  color: #f7b5ca;
  
}
section a:not(.btn) {
  text-decoration: underline;
  text-decoration-color: #ff0052;
  transition: color .3s, text-decoration-color .3s;
  
  
}

section a:hover {
  color: #f7b5ca;
  text-decoration-color: transparent;
}

td, th {
  border: solid 1px ;
  padding: 5px;
  text-align: center;
}
table {
  margin: 0 auto 1rem auto;
}
.btn {
  border: solid 1px #ff0052;
  background-color: #ff0052;
  color: #ffffff;
  width: 155px;
  padding: 9px 0 9px 0;
  transition: color  .3s, background-color .3s; 
}
.btn-var-2 {
  background: none;
  color: #ff0052;
}

.btn:hover, .btn:focus:active, .btn:active, .btn:focus{
  background-color: #d9d9d9;
color: #ff0052;
border-color: #ff0052;
}

@media (max-width: 991px){
  h2, h3 {
    margin-bottom: 1rem;
    text-align: center;
  }
  h1 {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  section {
    padding: 2rem 0;
  }
  
  
}
@media (min-width:1400px) {
  .container {
    max-width: 1200px;
  }
}
/* header */
.fixed-header {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Тень для шапки (по желанию) */
  transition: opacity 0.3s ease; /* Плавное изменение стилей */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  opacity: 1;
}
.fixed-header.hidden {
  opacity: 0;
}
/* navbar */
.navbar {
  background-color: #060b29!important;
}

.navbar-collapse {
  justify-content: space-between; 
}
.nav-item {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar-brand-mobile {
  display: none;
}

.mk-language-switcher {
  border: 1px #ff0052 solid;
}
.mk-language-switcher:hover {
  border: 1px #ff0052 solid;
}
header .dropdown-menu {
  background-color: #060b29;
}
header .dropdown-item:hover {
  background-color: #060b29;
}
.dropdown-menu.show {
  width: 100%;
}
.dropdown-menu {
  min-width: 100%;
}
.dropdown-item.show {
  width: 100%;
  
}
.dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 16px;
}
.dropdown-menu.show {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.btn.show {
  color: #ff0052;
  background-color: #d9d9d9;
  border-color: #ff0052;
}
header a:not(.btn) {
  color: #ffffff;
}
header a:hover:not(.btn) {
  color: #ff0052;
}

.navbar-nav .nav-link.active {
  color: #ff0052;
}
.navbar-nav .nav-link:focus {
  color: #ff0052;
}
.mk-language-switcher.link-disabled {
  pointer-events: none;
}

@media (max-width: 991px) {
  .navbar-brand-pc {
    display: none;
  }
  .navbar-brand-mobile {
    display: block;
  }
  .navbar > .container {
    justify-content: space-between;
  }
  .nav-link {
    display: block;
    width: auto;
  }
  
  .navbar-nav, .mk-header-button, .dropdown  {
    opacity: 0;
  }
  .dropdown.show-dropdown,.mk-header-button.show-header-button {
    opacity: 1;
  }
  
  .navbar-nav.show-navbar {
    opacity: 1;
  }
  .navbar-collapse.navbar-get-height {
    height: 93vh;
    z-index: auto;
  }
  
  .navbar-get-height {
    transition: all 0.2s linear;
  }
  
  .navbar-collapse.navbar-get-flex {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 3rem;
    overflow: auto;
    padding-top: 3rem
  }
  .navbar-nav {
    width: 100%;
    display: flex;
    gap: 15px;
    order: 3;
    
  }
  .nav-item {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
  }
  .navbar-toggler-icon {
    background-image: url(../img/menu.svg);
  }
  .mk-header-button {
    width: 50%;
    order: 3;
    margin: 0 auto;
    font-size: 20px;
  }
  .dropdown {
    width: 50%;
    order: 4;
  }
  
  .mk-language-switcher {
    
    font-size: 20px;
    width: 100%;
  }
 
  .dropdown-menu {
    
    border: solid 1px #080e37;
    border-radius: 5px;
    
    
  }
  .dropdown-item {
    text-align: center;
    font-size: 20px;
    border-bottom: solid 1px #080e37
  }
  .dropdown-menu.show {
    padding: 25px 16px;
    gap: 20px;
  }
  body.body-block {
       
      overflow-y: hidden;
      -webkit-overflow-y: hidden;
      touch-action: none;
      -ms-touch-action: none;
  }
}


/* hero */
.hero {
  padding-top: calc(3rem + 76px);
}

.hero-btn-wrapper>.btn+.btn {
  margin-left: 1rem;
}
.hero-img-wrapper {
  width: 100%;
  max-height: 330px;
 
}
.hero-img-wrapper>img {
  object-fit: fill;
  width: 100%;
}

.hero p {
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .hero .row {
    align-items: center;
  }
  .hero h1 {
    max-width: 510px;
  }
  .hero p {
    max-width: 460px;
  }
  .hero>.container>.row>.col-lg-6 {
    min-height: 324px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  
  
  .hero p {
    margin-bottom: 1rem;
  }
  .hero-btn-wrapper>.btn+.btn {
    margin-left: 0;
    margin-top: 1rem;
  }
  .hero-btn-wrapper {
    width: 100%;
    margin: 0 auto 1rem auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    
  }
  .hero-btn-wrapper a {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .hero-img-wrapper {
    max-height: 200px;
  }
  .hero-img-wrapper>img {
    object-fit: cover;
    max-height: 200px;
  }
  .hero {
    padding-top: calc(2rem + 66px);
  }
}

/* demo */
.demo-img-wrapper {
  width: 100%;
  height: 470px;
  cursor: pointer;
  
}
.demo-img-wrapper>a::before{
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
}
.demo-img-wrapper>a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-left: 95px solid #c2e5ea;
	border-bottom: 50px solid transparent;
}
.demo-img-wrapper>a {
  position: relative;
  background: transparent;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
.demo-img-wrapper > a > img {
  object-fit: fill;
  width: 100%;
  height: 100%;
}
.demo-btn-wrapper>.btn+.btn {
  margin-left: 1rem;
}
.win-update__number {
  color: red!important;
}
.demo .row {
  display: flex;
  align-items: center;
}
.demo-img-wrapper>a {
  display: none;
}
.demo-img-wrapper {
  width: 100%;
}
.demo-iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 1399px) {
  .demo .col-lg-8 {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 1199px) {
  .demo-btn-wrapper>.btn+.btn {
    margin-left: 0;
  }
  .demo-btn-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
  }
}
@media (max-width: 1199px) {
  .demo-img-wrapper {
    margin-bottom: 1rem;
  }
  .demo-btn-wrapper a {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .demo-btn-wrapper a {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .demo-img-wrapper {
    height: 370px;
  }
}
@media (max-width: 419px) {
  .demo-iframe {
    display: none;
  }
  .demo-img-wrapper {
    height: 270px;
  }
  .demo-img-wrapper>a {
    display: block;
  }
  .demo-img-wrapper>a>img {
    object-fit: fill;
  }
  .demo-img-wrapper>a::after {
    border-top: 30px solid transparent;
    border-left: 65px solid #ffd239;
    border-bottom: 30px solid transparent;
  }
}

/* table */

.mk-table-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.mk-table-item {
  display: grid;
  grid-template-columns: 20% 20% 40% 20%;
  justify-items: center;
  align-items:center;
  background-color: #060b29; 
  border-radius: 5px;
  padding: 20px 40px;
  width: 100%;
}
.table-casino {
  font-size: 20px;
  text-align: center;
}
.mk-table-item .btn {

  display: flex;
  justify-content: center;
  align-items: center;
}
.table-info {
  color: #d9d9d9;
  text-align: center;
}


.table-img-wrapper>a>img {
  object-fit: fill;
}
@media (max-width: 1199px) {
  .mk-table-item {
    padding: 20px 18px;
  }
  .table-info {
    max-width: 325px;
    
  }
}
@media (max-width: 991px) {
  .mk-table-item {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 40px 18px;
  }
  .mk-table-item .btn {
    width: 100%;
    height: 45px;
  }

}

/* review */
.mk-cards {
  display: flex;
  justify-content: space-around;
  padding: 3rem 0;
  flex-wrap: wrap;
  
}
.mk-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  max-width: 230px;
  padding: 15px 20px;
  background-color: #060b29;
  border-radius: 5px;
  text-align: center;
  gap: 1rem 0;
}
.mk-card span:nth-child(2) {
  font-size: 20px;
}

.review-list {
  list-style: decimal;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.mk-card-img-wrapper>a>img {
  object-fit: fill;
}
.just-img-wrapper {
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.just-img-wrapper>img {
  width: 100%;
  max-width: 800px;
  height: auto;
  object-fit: contain;
}
@media (min-width: 992px) {
  td {
    padding: 10px;
  }
}
@media (max-width: 1199px) {
  .mk-cards {
    gap: 2rem 1rem;
    padding: 2rem 0;
  }
  
}

@media (max-width: 499px) {
 .mk-card {
  width: 95%;
 }
 .mk-card a {
  width: 100%;
 }
}

/* faq */
.accordion{
  background-color: #080e37;
  border: solid 1px #D9D9D9;
  border-radius: 8px;
}
.accordion-item {
  
  box-shadow: none;
}

.accordion-body {
  background-color: #080e37;
  color: #D9D9D9;
  box-shadow: none;
  border-radius: 4px;
}
.accordion-button {
  background-color: #D9D9D9;
  color: #060b29;
  
}
.accordion-button:not(.collapsed) {
  background-color: #D9D9D9;
  color: #060b29;
  box-shadow: none;
}
.accordion-button.collapsed {
  box-shadow: none;
}

.accordion-button::after {
   background-image: url("../img/arrow-faq.png");
   transition: all .3s;
}
.accordion-button:hover::after {
  background-image: url("../img/arrow-faq-active.png");
}
.accordion-button:not(.collapsed)::after {
  background-image: url("../img/arrow-faq-active.png");
}
/* footer */
footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #060b29;
  padding: 25px 30px 0 30px;
  gap: 1rem 0;
}

footer ul {
  list-style: none;
  display: flex;
  gap: 0 6rem;
  justify-content: space-between;
  padding-left: 0;
}
footer a {
  color: #D9D9D9;
  text-decoration: none;
}
footer a:hover {
  color: #ff0052;
}


footer p {
  color: #D9D9D9;
}

@media (max-width: 615px) {
  footer ul {
    flex-direction: column;
    gap: 3rem 0;
    text-align: center;
}
}
 /* OTHER */

  /* demo */
  
  .demo-img-wrapper {
    width: 100%;
  }
  
  @media (max-width: 767px) {
    .demo-img-wrapper {
      height: 370px;
    }
  }
  @media (max-width: 419px) {
    
    .demo-img-wrapper {
      height: 270px;
    }
    
    .demo-img-wrapper>a>img {
      object-fit: cover;
    }
    
  }
  /* review */
  .review p {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .review ul {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .symbols-container {
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 1rem;
  }
  
 
