/*
    Created on : 23.06.2022, 00:56:00
    Author     : Alekhnovich Oleg (https://webplatinum.net)
*/

/* CUSTOMIZE THE MAIN CAROUSEL
-------------------------------------------------- */
body {

  background: #011433;


}

#mainCarousel .carousel {
  margin-bottom: 4rem;
}

#mainCarousel .carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

#mainCarousel .carousel-item {
  height: 32rem;
}

#mainCarousel .carousel-bg-filter {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: black;
  background: rgba(0, 0, 0, 0.5);
}

/* CAROUSEL FOR ADDITIONAL PRODUCT IMAGES
-------------------------------------------------- */
.additional-carousel-indicator {
  opacity: .5;
  transition: all 0.3s ease;
}

.additional-carousel-indicator:hover {
  opacity: 1;
  transition: all 0.3s ease;
}

.additional-carousel-indicator.active {
  opacity: 1;
  transition: all 0.3s ease;
}

/* CUSTOMIZE THE JUMBOTRON
-------------------------------------------------- */
.jumbotron-bg-filter {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #e9ecef;
  background: rgba(0, 0, 0, 0.4);
}

/* PAGINATION
-------------------------------------------------- */
.pagination {
  --bs-pagination-color: #333;
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #003b77;
  --bs-pagination-active-border-color: #003b77;
}

/* CARD
-------------------------------------------------- */
.blog-card-body a {
  color: #003b77;
}

.blog-card-body:hover {
  background-color: #003b77;
  color: lightgrey !important;
  transition: all .6s;
}

.blog-card-body a:hover {
  color: #fff !important;
}

.img-square {
  width: 100%;
  margin: auto;
  overflow: hidden;
  /* clearfix */
}

.img-square:before {
  content: "";
  padding-top: 100%;
  float: left;
}

.img-fluid-square {
  max-width: 100%;
  max-height: 100%;
}

/* MAIN CONTENT
-------------------------------------------------- */
a {
  color: #ff48a1;
}

a:hover {
  color: #fc6bb1;
}

.text-darkblue {
  color: #003b77;
}

.text-orange {
  color: #e64c16;
}

.bg-darkblue {
  background-color: #003b77;
}

.bg-orange {
  background-color: #e64c16;
}

.text-lightgrey {
  color: #eaf0fb;
}

.error404 {
  font-size: 5rem;
}

@media (min-width: 390px) {
  .error404 {
    font-size: 7rem;
  }
}

@media (min-width: 576px) {
  .error404 {
    font-size: 10rem;
  }
}

@media (min-width: 768px) {
  .error404 {
    font-size: 14rem;
  }
}

@media (min-width: 1200px) {
  .error404 {
    font-size: 14rem;
  }
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #003b77;
  --bs-btn-border-color: #003b77;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #003b77;
  --bs-btn-active-border-color: #003b77;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #003b77;
}

/* USER ACCOUNT
-------------------------------------------------- */
@media (min-width: 768px) {
  .sidebar .offcanvas-lg {
    position: -webkit-sticky;
    position: sticky;
    top: 48px;
  }

  .navbar-search {
    display: block;
  }
}

.sidebar .nav-link {
  font-size: .875rem;
}

.sidebar .nav-link.active {
  font-weight: 500;
  color: #e64c16 !important;
}

.sidebar-heading {
  font-size: .75rem;
}

/* BOOTSTRAP SUBMENU 3 LEVEL
-------------------------------------------------- */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

/* BUTTON UP
-------------------------------------------------- */
#btn-back-to-top {
  position: fixed;
  bottom: 7px;
  right: 7px;
  display: none;
}

/* CSS3 EFFECTS
-------------------------------------------------- */
.fade-img {
  -webkit-transition: all 0.3s ease;
  ;
  -moz-transition: all 0.3s ease;
  ;
  -o-transition: all 0.3s ease;
  ;
  transition: all 0.3s ease;
  opacity: 1;
}

.fade-img:hover {
  -webkit-transition: all 0.3s ease;
  ;
  -moz-transition: all 0.3s ease;
  ;
  -o-transition: all 0.3s ease;
  ;
  transition: all 0.3s ease;
  opacity: 0.5;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  font-weight: 600;
}

.nav-item {
  padding: 5px;
}

.nav-link {
  color: white;
  padding: 10px;
}

.nav-link:hover {
  /* color: gainsboro;*/
  color: yellow;
  background-color: rgb(3, 3, 98);
  border-radius: 10px;
}

.nav-link.nav-link.active {
  color: yellow;
  background-color: rgb(39 39 83 / 1);
  border-radius: 10px;
}

.navbar-toggler {
  background-color: #dee2e6 !important;
  color: #ffffff !important;
  border: #ffffff !important;
}

.btn-danger {
  --bs-btn-color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
  --bs-btn-bg: #fa5e00;
  --bs-btn-border-color: #fa5e00;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #f47d33;
  --bs-btn-hover-border-color: #f47d33;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #f47d33;
  --bs-btn-active-border-color: #f47d33;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-info {
  --bs-btn-color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
  --bs-btn-bg: #4185cd;
  --bs-btn-border-color: #4185cd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2b66a5;
  --bs-btn-hover-border-color: #2b66a5;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2b66a5;
  --bs-btn-active-border-color: #2b66a5;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

/************************************/


/***********************/
.faq-block h3 {
  font-size: 20px;
  font-weight: 600;
  color: #ff6bab;
}

.faq-block-bonus h3::before {
  content: "❓ ";
  margin-right: 5px;
}

/******************************/
.mostbet-bg {
  color: #fff;
  background-color: #104c90;
}

.mostbet-light-bg {
  color: #fff;
  background-color: #1664bd;
}

.mostbet-bg-orange {
  color: #fff;
  background-color: #ff723c;
}

.mostbet-dark {
  color: #fff;
  background-color: #00377c;
}

.mostbet-bgd {
  color: #fff;
  background-color: #001932;
}

.mostbet-secondary-bg {

  background-color: #01336c;
}




/************** SLIDER CAROUSEL ******************************/

.carousel {
  position: relative;
  width: 100%;
/* height: 600px;*/
  overflow: hidden;
  user-select: none;
}

.slides-track {
  display: flex;
  height: 100%;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.slide {
  flex: 0 0 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slide-img {
  width: 100%;
 /* height: 100%;*/
  object-fit: cover;
  display: block;
  transition: transform 0.8s ease;
}

.slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(0, 0, 0, 0.1) 50%,
      transparent 100%);
  z-index: 1;
}

.slide-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px;
  z-index: 2;
  color: white;
  transform: translateY(0);
  transition: transform 0.6s ease;
}

.carousel:hover .slide-content {
  transform: translateY(-10px);
}

.slide-title {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease 0.2s;
}

.slide-description {
  font-size: 1.3rem;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease 0.4s;
  max-width: 600px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.9);
}

.slide.active .slide-title,
.slide.active .slide-description {
  opacity: 1;
  transform: translateY(0);
}

.slide-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 45px;
  background: linear-gradient(135deg, orange 0%, red 100%);
  color: white;
  text-decoration: none;
  border-radius: 31px;
  font-weight: 600;
  font-size: 1.2rem;
  border: none;
  cursor: pointer;
  opacity: 0;
  transform: translateY(30px) scale(0.95);
  transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.slide-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #ec4899 0%, #8b5cf6 100%);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.slide-btn:hover::before {
  opacity: 1;
}

.slide-btn:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 20px 40px rgba(139, 92, 246, 0.4);
}

.slide.active .slide-btn {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.indicators {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 10;
}

.indicator {
  width: 60px;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.indicator::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: white;
  transition: width 4.8s linear;
}

.indicator.active::after {
  width: 100%;
  transition: width 5s linear;
}

.indicator:hover {
  background: rgba(255, 255, 255, 0.4);
  transform: scaleY(1.5);
}


.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: white;
  font-size: 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}

.carousel:hover .nav-btn {
  opacity: 1;
  visibility: visible;
}

.nav-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-50%) scale(1.1);
  border-color: rgba(255, 255, 255, 0.3);
}

.nav-btn.prev {
  left: 30px;
}

.nav-btn.next {
  right: 30px;
}


.progress-bar {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  height: 3px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  overflow: hidden;
  z-index: 10;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #e30513, #ffdd00);
  width: 0%;
  transition: width 0.1s linear;
  border-radius: 3px;
}


.slide-counter {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.3);
  padding: 8px 16px;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  z-index: 10;
  background-color: #0d6efd47;
}


@media (max-width: 1024px) {
  .carousel {
    height: 500px;
  }

  .slide-title {
    font-size: 2.8rem;
  }

  .slide-content {
    padding: 40px;
  }
}

@media (max-width: 768px) {
  .carousel {
    height: 400px;
  }

  .slide-title {
    font-size: 2.2rem;
  }

  .slide-description {
    font-size: 1.1rem;
  }

  .slide-btn {
    padding: 16px 35px;
    font-size: 1.1rem;
  }

  .nav-btn {
    width: 60px;
    height: 60px;
    font-size: 28px;
  }

  .nav-btn.prev {
    left: 20px;
  }

  .nav-btn.next {
    right: 20px;
  }

  .indicators {
    bottom: 20px;
  }

  .indicator {
    width: 40px;
    height: 3px;
  }
}

@media (max-width: 480px) {
  .carousel {
    height: 350px;
  }

  .slide-title {
    font-size: 1.8rem;
  }

  .slide-description {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .slide-content {
    padding: 30px 20px;
  }

  .slide-btn {
    padding: 14px 30px;
    font-size: 1rem;
  }

  .nav-btn {
    width: 50px;
    height: 50px;
    font-size: 24px;
    opacity: 1;
    visibility: visible;
    background: rgba(0, 0, 0, 0.5);
  }

  .progress-bar {
    top: 20px;
    left: 20px;
    right: 20px;
  }

  .slide-counter {
    top: 15px;
    right: 20px;
    font-size: 1rem;
  }
}


@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.carousel-container {
  animation: fadeIn 0.6s ease-out;
}

/*********** FOOTER ************************************/
.footer--download {
  align-items: center;
  background: #002449;
  border-radius: 20px;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  gap: 25px;
  line-height: 1.1;
  padding: 30px 52px;
  text-transform: uppercase;
}

.footer--download svg {
  width: 24px;
  height: 24px;
  fill: #4993e3;
}

.footer--middle-left {
  border: 5px solid #4b8ed4;
  border-radius: 50%;
  color: #4fb6ff;
  font-size: 25px;
  font-weight: 500;
  height: 93px;
  letter-spacing: 0.6px;
  width: 93px;

  align-items: center;
  display: flex;
  justify-content: center;
}


/****************** 404 *****************************/

.bg-404 {
  background: #1b324a;
}

.error_page {
  background: #1b324a url(../images/pages/error_bg.jpg) no-repeat center center;
  min-height: 607px;
  padding-top: 420px;
  text-align: center;
  position: relative;
}

.error_page__status {
  display: inline-block;
  position: absolute;
  content: '';
  top: 225px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.error_page__message {
  margin-bottom: 21px;
}

.error_page__message .message__link {
  color: #369be9;
  font-size: 18px;
  text-decoration: none;
}

.error_page__status span {
  font-size: 22px;
  display: inline-block;
  margin-right: 27px;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.error_page__message .message__descr {
  display: block;
  font-size: 22px;
  color: #fff;
  margin-bottom: 15px;
}

/***************** HOME TABLE ************************************/
.table-container {
  overflow-x: auto;
  margin: 30px 0;
}

.table-container table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.table-container table th {
  background-color: #1a5fb4;
  color: white;
  padding: 15px;
  text-align: left;
}

.table-container table td {
  padding: 12px 15px;
  border-bottom: 1px solid white;
  color: #fff;
}

.table-container table tr:nth-child(even) {
  background-color: #07075d;
}


/************** HOME TITLE *************/

.deutsches-casino-h2-title {
  color: white;
  border-left: 5px solid #2e92ff;
  padding-left: 15px;
  margin-bottom: 1.5rem;
}

.deutsches-casino-h3-title {
  color: white;
  border-left: 5px solid #2e92ff;
  padding-left: 15px;
  margin-bottom: 1.5rem;
}

/************** HOME CARD **************/

.mostbet-card {
  background-color: #00265f;
  border-radius: 10px;
  border: 1px solid rgba(249, 178, 51, 0.2);
  transition: transform 0.3s ease;
  height: 100%;
}

.mostbet-card:hover {
  transform: translateY(-5px);
  border-color: #5ea8f8;
}

.games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1.5rem;
  justify-content: center;
}

@media (max-width: 991px) {
  .games-grid {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1rem;
    /* Можно уменьшить отступы для мобильных */
  }
}

.game-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
}

.game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.game-image-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 253 / 160;
}

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

.game-card:hover .game-image {
  transform: scale(1.05);
}

.game-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

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

.btn-play-demo {
  background: #fff;
  color: #333;
  border: none;
  padding: 0.2rem 1rem;
  border-radius: 25px;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-play-demo:hover {
  background: #3a86d7;
  color: white;
}

.btn-play-real {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  transition: transform 0.2s ease;
}

.btn-play-real:hover {
  transform: scale(1.1);
}

.mostbet-deutchight {
  background-color: #0047ae70;
  border-left: 4px solid #f8680e;
  padding: 1rem;
  border-radius: 0 5px 5px 0;
  margin: 1.5rem 0;
  color: #ffeb00;
  font-size: 1.5rem;
  font-weight: 300;
}

/************** HOME LIST *********/

.lideutch ul {
  list-style: none;

}

.lideutch ul li {
  margin-bottom: 30px;
  padding-left: 25px;
  position: relative;
}

@media (max-width: 768px) {
  .lideutch ul li {
    margin-bottom: 30px;
    padding-left: 30px;
  }
}

.lideutch ul li:before {
  background-image: url(../images/pages/list-icon.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  left: -1%;
  position: absolute;
  width: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.oldeutch ol {
  list-style: none;
  margin: 40px 0px;
}

.oldeutch ol li {
  counter-increment: my-awesome-counter;
  line-height: 27px;
  margin-bottom: 35px;
  padding-left: 57px;
  position: relative;
}

.oldeutch ol li:before {
  background: #002449;
  border: 1px solid #428cdc;
  border-radius: 50%;
  color: #428cdc;
  content: counter(my-awesome-counter);
  font-size: 20px;
  font-weight: 700;
  height: 47px;
  left: 0;
  line-height: 47px;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 47px;
}


.oldeutch ol ul {
  counter-reset: none;
}

.oldeutch ol ul li {
  counter-increment: none;
  padding-left: 20px;
}


.oldeutch ol ul li:before {
  background-image: url(../images/pages/list-icon.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
  top: 50%;
  transform: translateY(-50%);
}


.bigg li:before {
  top: 0px !important;
}

/************ install block **********************/
.mostbet-blk {
  background-image: url(../images/pages/intstall-app-bg.webp);
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  margin: 30px 0;
  padding: 30px 25px 20px 50px;
}

.mostbet-blk--row {
  align-items: center;
  display: grid;
  gap: 30px;
  grid-template-columns: 3fr 2fr;
}

.mostbet-blk--title {
  font-size: 30px;
  font-weight: 700;
}

.mostbet-blk--text,
.mostbet-blk--title {
  line-height: 1.2;
  margin-bottom: 15px;
}

.mostbet-blk--text {
  font-size: 24px;
}

.mostbet-blk--link {
  font-size: 18px !important;
  padding: 10px !important;
  white-space: normal !important;
  line-height: 1.4 !important;
  width: 280px;
  word-wrap: break-word;
  margin-top: 5px;
}

@media (max-width: 992px) {
  .mostbet-blk {
    padding: 30px 20px;
  }

  .mostbet-blk--row {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
  }

  .mostbet-blk--title {
    font-size: 50px;
  }

  .mostbet-blk--text {
    font-size: 40px;
  }
}

.btn-mostbet {
  background: linear-gradient(to right, #ec4f0b, #ec5b00);
  color: rgb(228, 224, 224);
  border: none;
  padding: 0.75rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s;
  text-decoration: none;
}

.btn-mostbet:hover {
  transform: translateY(-3px);
  box-shadow: 0 7px 14px rgba(0, 184, 148, 0.3);
  color: white;
}


.hero-bg {
  background-image: url(../images/pages/hero-bg.webp);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;

}

/********************** HOME BONUS CARD *********************/

.bonus-card {
  align-items: center;
  background-position: 50%;
  background-size: cover;
  border-radius: 11px;
  display: flex;
  flex-direction: column;
  padding: 9px 9px 42px;
  position: relative;
  text-align: center;
  transition: transform 0.3s ease;
}

.bonus-card:hover {
  transform: translateY(-5px);
  outline: 2px solid #9057ef;
  outline-offset: 2px;
  /* Отступ от края изображения */
}

.bonus-card--title {
  color: #fee801;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.15;
  margin: 8px 0px;
}

.bonus-card--subtitle {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 1.7;
  margin-bottom: 18px;
}

.button-orange,
.calc--bet {
  background: #fa4d00;
  border-color: #fa4d00;
  box-shadow: 0 1px 24px 0 rgba(250, 83, 0, 0.8);
}

.bonus-card--link {
  font-size: 14px !important;
  padding: 5px 10px !important;
  width: 134px;
}


.pict-card {
  border: 1px solid rgba(249, 178, 51, 0.2);
  transition: transform 0.3s ease;
}

.pict-card:hover {
  transform: translateY(-5px);
  outline: 2px solid #5ea8f8;
  outline-offset: 2px;
  /* Отступ от края изображения */
}

/******************* APP ****************/

.app-card {
  color: #fff;
  border: 2px dashed #28a745;
  background-image: linear-gradient(to bottom, #001f5c, #0046ad, #002a6d);
}

.card {
  /* border: none;*/
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
}

.alert-warning.darker {
  background-color: #ffd966;
  border-color: #e6b800;
  color: #664d03;
}

.feature-icon {
  font-size: 2rem;
  color: #ffe13d;
  margin-bottom: 1rem;
}

/**********************/
.step-card {
  border-left: 3px solid #1a5fb4;
  padding-left: 1rem;
  margin-bottom: 1.5rem;
}

.step-number {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #1a5fb4;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  margin-right: 10px;
  font-weight: bold;
}

.promo-badge {
  background-color: #28a745;
  color: white;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 1.1rem;
}

.mostbet-faq-accordion {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin-bottom: 30px;
}

.mostbet-faq-title {
  color: #0a2463;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #1e88e5;
}

.mostbet-faq-accordion .accordion-item {
  border: 1px solid #1e88e5;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
  background-color: #f8fbff;
}

.mostbet-faq-accordion .accordion-header {
  margin-bottom: 0;
}

.mostbet-faq-accordion .accordion-button {
  background-color: #1565c0;
  color: white;
  font-weight: 600;
  padding: 16px 20px;
  border-radius: 0;
  transition: all 0.3s ease;
}

.mostbet-faq-accordion .accordion-button:not(.collapsed) {
  background-color: #0d47a1;
  color: white;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
}

.mostbet-faq-accordion .accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(21, 101, 192, 0.25);
  border-color: #1e88e5;
}

.mostbet-faq-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transition: transform 0.3s ease;
}

/* Содержимое ответа */
.mostbet-faq-accordion .accordion-body {
  background-color: white;
  color: #333;
  padding: 20px;
  line-height: 1.6;
  border-top: 1px solid #e3f2fd;
}

/* Выделение важного текста */
.mostbet-faq-accordion .accordion-body strong {
  color: #0d47a1;
}

/* Стили для нижнего примечания */
.mostbet-faq-note {
  background-color: #062164;
  border-left: 4px solid #1565c0;
  padding: 15px;
  margin-top: 25px;
  border-radius: 0 8px 8px 0;
}

.mostbet-faq-note p {
  margin-bottom: 8px;
}

.mostbet-faq-note strong {
  color: #0d47a1;
}

/* Адаптивность */
@media (max-width: 768px) {
  .mostbet-faq-accordion .accordion-button {
    padding: 14px 16px;
    font-size: 16px;
  }

  .mostbet-faq-accordion .accordion-body {
    padding: 16px;
  }
}

/**************/
.device-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.android-color {
  color: #ffff00;
}

.ios-color {
  color: #000000;
}

/****** app problem *********************/
/* Стили для второго аккордеона - другая синяя гамма */
.mostbet-problems-accordion {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin-bottom: 30px;
}

/* Заголовок раздела */
.mostbet-problems-title {
  color: #1a237e;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #3949ab;
}

/* Стили для карточки аккордеона */
.mostbet-problems-accordion .accordion-item {
  border: 1px solid #3949ab;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
  background-color: #e8eaf6;
}

/* Заголовок вопроса */
.mostbet-problems-accordion .accordion-header {
  margin-bottom: 0;
}

.mostbet-problems-accordion .accordion-button {
  background-color: #303f9f;
  color: white;
  font-weight: 600;
  padding: 16px 20px;
  border-radius: 0;
  transition: all 0.3s ease;
}

.mostbet-problems-accordion .accordion-button:not(.collapsed) {
  background-color: #283593;
  color: white;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
}

.mostbet-problems-accordion .accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(48, 63, 159, 0.25);
  border-color: #3949ab;
}

.mostbet-problems-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transition: transform 0.3s ease;
}

/* Содержимое ответа */
.mostbet-problems-accordion .accordion-body {
  background-color: white;
  color: #333;
  padding: 20px;
  line-height: 1.6;
  border-top: 1px solid #c5cae9;
}

/* Специальные стили для раздела проблем */
.problem-section {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}

.problem-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.problem-title {
  color: #283593;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 1.05rem;
}

.solution-title {
  color: #2e7d32;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 1.05rem;
}

.problem-text,
.solution-text {
  margin-bottom: 8px;
  padding-left: 15px;
}

/* Стили для третьего аккордеона - еще одна синяя гамма */
.mostbet-promo-accordion {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin-bottom: 30px;
}

/* Заголовок раздела */
.mostbet-promo-title {
  color: #01579b;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #0277bd;
}

/* Стили для карточки аккордеона */
.mostbet-promo-accordion .accordion-item {
  border: 1px solid #0288d1;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
  background-color: #e1f5fe;
}

/* Заголовок вопроса */
.mostbet-promo-accordion .accordion-header {
  margin-bottom: 0;
}

.mostbet-promo-accordion .accordion-button {
  background-color: #0277bd;
  color: white;
  font-weight: 600;
  padding: 16px 20px;
  border-radius: 0;
  transition: all 0.3s ease;
}

.mostbet-promo-accordion .accordion-button:not(.collapsed) {
  background-color: #01579b;
  color: white;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
}

.mostbet-promo-accordion .accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(2, 119, 189, 0.25);
  border-color: #0288d1;
}

.mostbet-promo-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transition: transform 0.3s ease;
}

/* Содержимое ответа */
.mostbet-promo-accordion .accordion-body {
  background-color: white;
  color: #333;
  padding: 20px;
  line-height: 1.6;
  border-top: 1px solid #b3e5fc;
}

/* Выделение промокода */
.promo-code {
  background-color: #e1f5fe;
  border: 1px dashed #0277bd;
  color: #01579b;
  padding: 5px 10px;
  border-radius: 4px;
  font-weight: bold;
  font-family: monospace;
  display: inline-block;
  margin: 5px 0;
}

/* Адаптивность для всех аккордеонов */
@media (max-width: 768px) {

  .mostbet-faq-accordion .accordion-button,
  .mostbet-problems-accordion .accordion-button,
  .mostbet-promo-accordion .accordion-button {
    padding: 14px 16px;
    font-size: 16px;
  }

  .mostbet-faq-accordion .accordion-body,
  .mostbet-problems-accordion .accordion-body,
  .mostbet-promo-accordion .accordion-body {
    padding: 16px;
  }
}


/*************** BONUS *************/

.card-promo {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  height: 100%;
}

.card-promo:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.card-header-custom {
  background-color: #0056ad;
  color: white;
  padding: 15px;
  font-weight: 600;
}

.promo-code-badge {
  background: linear-gradient(135deg, #ff9807 0%, #e65800 100%);
  color: white;
  font-family: 'Courier New', monospace;
  font-weight: bold;
  font-size: 1.1rem;
  letter-spacing: 1px;
}

.promo-header {
  background: linear-gradient(135deg, #3472d0 0%, #163a78 100%);
  color: white;
  border-radius: 10px 10px 0 0;
}

.table-custom {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.table-custom thead th {
  background-color: #3472d0;
  color: white;
  border: none;
}

.table-custom tbody tr:nth-child(even) {
  background-color: #578cdb;
}

/*************app table ***********************/
.blue-promo-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  margin: 20px 0;
  box-shadow: 0 4px 6px rgba(0, 0, 150, 0.1);
  border-radius: 16px;
  /* Полукруглые края */
  overflow: hidden;
  /* Обязательно для корректного скругления */
}

.blue-promo-table thead {
  background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
}

/* Скругление верхних углов заголовка */
.blue-promo-table thead tr:first-child th:first-child {
  border-top-left-radius: 16px;
}

.blue-promo-table thead tr:first-child th:last-child {
  border-top-right-radius: 16px;
}

.blue-promo-table th {
  padding: 16px 12px;
  text-align: left;
  color: white;
  font-weight: 600;
  font-size: 16px;
  border-bottom: 3px solid #1e40af;
}

.blue-promo-table th p {
  margin: 0;
}

.blue-promo-table tbody tr:nth-child(odd) {
  background-color: #eff6ff;
}

.blue-promo-table tbody tr:nth-child(even) {
  background-color: #dbeafe;
}

.blue-promo-table tbody tr:hover {
  background-color: #bfdbfe;
  transition: background-color 0.3s ease;
}

.blue-promo-table td {
  padding: 14px 12px;
  border-bottom: 1px solid #93c5fd;
  color: #1e3a8a;
  font-size: 15px;
}

.blue-promo-table td p {
  margin: 0;
}

.blue-promo-table td:first-child {
  font-weight: 600;
  color: #1e40af;
}

/* Скругление нижних углов последней строки */
.blue-promo-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 16px;
}

.blue-promo-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 16px;
}

/* Убираем нижнюю границу у последней строки */
.blue-promo-table tbody tr:last-child td {
  border-bottom: none;
}

/* Медиа-запрос для мобильных устройств */
@media (max-width: 768px) {
  .blue-promo-table {
    display: block;
    overflow-x: auto;
  }

  .blue-promo-table th,
  .blue-promo-table td {
    padding: 12px 8px;
    font-size: 14px;
  }
}

/***************** BONUS PROMO *************/
.promo-info-container {
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border-radius: 12px;
  padding: 24px;
  margin: 25px 0;
  border-left: 4px solid #2563eb;
  box-shadow: 0 2px 8px rgba(0, 0, 150, 0.08);
}

/*
.promo-tips {
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 2px dashed #93c5fd;
}
*/
/*
.promo-subtitle {
  color: #1e40af;
  font-size: 18px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
  */

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

.promo-list li {
  padding: 10px 0 10px 40px;
  position: relative;
  /* color: #374151;*/
  line-height: 1.5;
  font-size: 15px;
}

.promo-icon {
  position: absolute;
  left: 0;
  top: 10px;
  width: 24px;
  height: 24px;
  background-color: #10b981;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
}

.notice-icon {
  position: absolute;
  left: 0;
  top: 10px;
  width: 24px;
  height: 24px;
  background-color: #f59e0b;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
}

.promo-list li:hover {
  color: #1e3a8a;
  transform: translateX(5px);
  transition: all 0.3s ease;
}

/*
.notice-list li {
  color: #4b5563;
}*/

/* Адаптивность */
@media (max-width: 768px) {
  .promo-info-container {
    padding: 18px;
    margin: 20px 0;
  }

  .promo-subtitle {
    font-size: 16px;
  }

  .promo-list li {
    font-size: 14px;
    padding: 8px 0 8px 36px;
  }

  .promo-icon,
  .notice-icon {
    width: 22px;
    height: 22px;
    font-size: 13px;
  }
}

/************ footer ********************/

footer a {
  color: #1183d3;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
}

.icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.icon-wrapper:hover {
  background-color: rgba(98, 142, 186, 0.1);
  transform: translateY(-2px);
}

.sports-icon {
  width: 60px;
  height: 40px;
  transition: fill 0.3s ease;
}

.sports-icon:hover {
  fill: var(--sports-icon-hover);
}

.badge-rtp {
  background-color: #28a74520;
  color: #1e7e34;
  font-weight: 600;
  border-radius: 40px;
  padding: 6px 14px;
  font-size: 0.85rem;
  height: 32px;
}

.text-warning-custom {
  color: #ffb347;
}

.card-game {
  border-radius: 24px;
  border: 1px solid #e9ecef;
  transition: all 0.2s;
  background: rgb(231, 229, 229);
}

.card-game:hover {
  border-color: #ffb34740;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.list-highlight {
  list-style: none;
  padding-left: 0;
}

.list-highlight li {
  margin-bottom: 0.75rem;
  align-items: center;
  gap: 12px;
}

.step-list {
  list-style: none;
  padding-left: 0;
}

.step-list li {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.step-number {
  background-color: #0e3a4a;
  color: white;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  font-weight: bold;
  flex-shrink: 0;
}
/*
.faq-item {
  margin-bottom: 1rem;
  border-radius: 10px;
  overflow: hidden;
}


.faq-question {
  background-color: #053680;
  padding: 1rem 1.5rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 4px solid green;

}

.faq-answer {
  background-color: #071c3a;
  padding: 1.5rem;
  border-top: 1px solid #eee;

}
*/
/* Стилі для секції FAQ - адаптовані під Bootstrap 5 акордеон */
.faq-section {
  background-color: transparent;
}

.faq-section .accordion-item {
  margin-bottom: 1rem;
  border-radius: 10px;
  overflow: hidden;
  border: none;
  background-color: transparent;
}


.faq-section .accordion-header {
  margin: 0;
}


.faq-section .accordion-button {
  background-color: #053680;
  padding: 1rem 1.5rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 4px solid green;
  color: white;
  border-radius: 0;
  box-shadow: none;
  transition: all 0.2s ease;
}


.faq-section .accordion-button::after {
  display: none;
}

.faq-section .accordion-button i.bi-chevron-down {
  transition: transform 0.2s ease;
  font-size: 1.2rem;
}


.faq-section .accordion-button:not(.collapsed) i.bi-chevron-down {
  transform: rotate(180deg);
}


.faq-section .accordion-button:not(.collapsed) {
  background-color: #053680;
  color: white;
  box-shadow: none;
}

.faq-section .accordion-button:hover {
  background-color: #054a9e;
}

.faq-section .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.faq-section .accordion-collapse {
  border: none;
}

.faq-section .accordion-body {
  background-color: #071c3a;
  padding: 1.5rem;
  border-top: 1px solid #eee;
  color: #fff;
  border-radius: 0;
}

.faq-section .accordion-body p {
  margin: 0;
  line-height: 1.5;
}
/** AUTHOR **/
.author-card {
  background: #00377c;
  border-radius: 28px;
  box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.2s ease;
}

.badge-expert {
  background-color: #E7B42C;
  color: #1e2f3a;
  font-weight: 600;
  padding: 0.4rem 1rem;
  border-radius: 40px;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.list-checked {
  list-style: none;
  padding-left: 0;
}

.list-checked li {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.list-checked li i,
.list-checked li .bi {
  color: #E7B42C;
  font-size: 1.2rem;
  min-width: 1.4rem;
}

.method-badge {
  color: #00377c;
  background: #eef2f7;
  padding: 6px 14px;
  border-radius: 60px;
  font-size: 0.8rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0.2rem;
}

.method-step {
  background: linear-gradient(180deg, #0084e1, #0064b9 77.48%);
  border-radius: 2rem;
  padding: 1rem 1.2rem;
  height: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03), 0 4px 8px rgba(0, 0, 0, 0.02);
  border: 1px solid #eef2f6;
}
.author-link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}

.author-link:hover {
  color: #4db5ff;
  text-decoration: underline;
}
.author-badge {
  background: #002761;
  border-radius: 1.2rem;
  padding: 0.5rem 0.8rem;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}