
 .logogo {
    width: 100%;
    text-align: center;
  }
  
  .description {
    padding: 20px 30px;
  }
  
  @media (max-width:990px) {
    .description {
      padding: 0;
    }
  }
  
  .logogo img {
    text-align: center;
    max-width: 150px;
    width: 100%;
    margin: 10px 0 0 0;
  }
  
  .logogo_footer {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  
  .logogo_footer img {
    text-align: center;
    max-width: 160px;
    width: 100%;
  }
  
  .first {
    font-family: Montserrat, sans-serif;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 15px 0 15px 0;
    border-radius: 20px;
    margin: 10px auto;
    padding: 0 10px;
	max-width: 1000px;
  }
  
  .first-title {
    width: 100%;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    line-height: 110%;
    color: #FFFFFF;
    margin: auto;
    padding: 10px 0;
    text-transform: uppercase;
  }
  
.first-text {
    width: 100%;
    margin: auto;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-bottom: 10px;
}

  
  .fon {
    background: rgba(30, 41, 91, 0.1);
    /* Темно-синий цвет с прозрачностью */
    border-radius: 10px;
    margin: 10px auto;
    padding: 20px;
    max-width: 1000px;
    width: 100%;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    text-align: center;
  }

.head-menu {
    border-bottom: 1px solid #6a6a6a;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    /* Темно-синий цвет с прозрачностью */
    padding: 5px 4px;
    -webkit-box-shadow: 0 0 18px 16px rgb(0 0 0 / 15%);
    box-shadow: 0 0 18px 16px rgb(0 0 0 / 15%);
    z-index: 3000;
    position: relative; /* Изменено с fixed на relative */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom-left-radius: 10px;
    /* Скругление нижнего левого угла */
    border-bottom-right-radius: 10px;
    /* Скругление нижнего правого угла */
}

.head-menu > div {
    justify-content: center;
    align-items: center;
    display: flex;
    height: 40px;
}

  
  .head-menu .button {
    margin-right: 10px;
  }
  
  .burger {
    display: inline-block;
    left: 4px;
    top: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    background-color: inherit;
    border: 1px solid white;
    border-radius: 3px;
    padding: 4px 2px;
    cursor: pointer;
    margin: 0 8px 0 0;
    z-index: 878889;
  }
  
  .burger__item {
    display: block;
    background-color: #fff;
    height: 4px;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  
  .burger__item:first-child {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  
  .burger__item:nth-child(2) {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  
  .burger__item:last-child {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  
  .button_red {
    background: #16102c;
  }
  
  .button_red2 {
   background-color: #2300B0;
    border: 1px solid white;
  }
  
  .button_red2:hover {
    transform: scale(1.03);
    transition: .3s;
  }
  
  .button_red:hover {
    transform: scale(1.03);
    transition: .3s;
  }
  
.button {
    color: #fff;
    font-size: 16px;
    padding: 0 12px;
    text-align: center;
    line-height: 35px;
    white-space: nowrap;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box; /* Исправлено: padding-box -> border-box */
    box-sizing: border-box; /* Исправлено: padding-box -> border-box */
    z-index: 4;
    text-decoration: none;
    display: inline-block;
}

  
  .otstup {
    margin-top: 60px;
  }
  
  .otstup30 {
    margin-top: 30px;
  }
  
  .topnav {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    width: 100%;
    background-color: rgba(30, 41, 91, 0.1);
    /* Темно-синий цвет с прозрачностью */
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    text-align: center;
    border-top-left-radius: 10px;
    /* Скругление верхнего левого угла */
    border-top-right-radius: 10px;
    /* Скругление верхнего правого угла */
  }
  
  .topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 15px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    border: 1px solid white;
  }
  
  .topnav span {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 5px;
    margin-top: 15px;
    padding-top: 15px;
    text-align: center;
    border-top: 1px solid white;
  }
  
  .topnav p {
    float: left;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 20px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-top: 5px;
  }
  
  .topnav ol {
    float: left;
    color: white;
    text-align: left;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 20px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-top: 5px;
  }
  /* Change the color of links on hover */
  
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  /* Add a color to the active/current link */
  
  .topnav a.active {
    background-color: #ddd;
    color: black;
  }
  
  body {
    background-image: url("/img/background/aviator-bg.webp");
    background-attachment: fixed;
    background-size: cover;
  }
  
    @media (max-width: 768px) {
    body {
        background-image: none;
        background: linear-gradient(to bottom, #2c2c2c, #000000);
    }
}
  
  * {
    box-sizing: border-box;
    font-family: Montserrat, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 14px
  }
  
  .grid {
    max-width: 1000px;
    padding: 20px 0 20px 0;
    margin: 10px auto;
    background: #E6E7E8;
    border-radius: 10px;
  }
  
  @media (max-width:990px) {
    .grid {
      width: 100%
    }
  }
  
  .header {
    background: 0 0
  }
  
  h2 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    margin-bottom: 25px;
    padding-bottom: 5px;
    color: black;
    margin-top: 25px;
  }
  
  .screenshot_wrapper {
    margin: 25px 0 25px 0;
    text-align: center
  }
  
  .screenshot_wrapper img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 10px;
  }
  
  .content h2,
  .content p,
  .responsive-table {
    margin-bottom: 15px
  }
  
  .content a {
    color: blue;
  }
  
  #preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    overflow: visible
  }
  
  .content {
    padding: 15px 20px;
  }
  
    .content h2 {
    font-size: 24px;
    padding-bottom: 5px;
    color: black
  }
  
  .content h3 {
    font-size: 16px;
    padding: 5px 0;
    color: black;
    margin: 15px 0;
  }
  
  .content h4 {
    font-size: 16px;
    padding-bottom: 5px;
    color: black;
    margin-bottom: 25px
  }
  
  .content li,
  .content p {
    font-size: 14px;
    color: black;
    line-height: 1.5
  }
  
  .content i {
    font-size: 14px;
    color: #fff;
    line-height: 1.5
  }
  
  .content ol,
  .content ul {
    padding: 0 0 0 15px;
    margin: 0 0 25px
  }
  
  .content li {
    margin-bottom: 10px
  }
  
  .content summary {
    font-size: 18px;
    margin-bottom: 10px;
    color: black
  }
  
  .anchors-section ul {
    list-style: none
  }
  
  footer small {
    color: #ccc;
    font-size: 12px;
    text-transform: uppercase;
    padding: 15px
  }
  
  .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  
  .button1 {
    font-family: 'Montserrat', sans-serif;
    font-size: calc(15px + 3 * ((100vw - 320px) / (1440 - 320)));
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background-color: #2300B0 !important;
    color: #f9f9f9 !important;
    border: none;
    border-radius: 15px;
    padding: 20px 30px;
    margin: 20px auto 0;
    position: relative;
    font-weight: bold;
    width: 90%;
    transition: transform 0.3s;
    /* Перенос transition в общий блок */
  }
  
  
  .button1:hover {
    transform: scale(1.03);
  }
  
  .footer {
    background: black;
    margin-top: auto;
    color: white;
  }
  
  .container {
    max-width: 1000px;
    padding: 0 10px;
    margin: 0 auto;
  }
  
  .btn_red {
    border: 1px solid #bc2502;
    background: -webkit-gradient(linear, left top, left bottom, from(#2300B0), to(#2300B0));
    background: linear-gradient(to bottom, #2300B0 0%, #2300B0 100%);
  }
  
  .btn-up {
    position: fixed;
	z-index: 10;
background-color: #2300B0;
    right: 15px;
    bottom: 65px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
  }
  
  .btn-up::before {
    content: "";
    width: 30px;
    height: 30px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
  }
  
  .btn-up_hide {
    display: none;
  }
  
  .btn-up:hover {
    background-color: #3300fc;
    transform: scale(1.03);
    transition: .3s;
  }
  
  .content-table {
    max-width: 1100px;
    margin: 0 auto;
    table-layout: fixed;
  }
  
  .content-table .label {
    color: black;
    padding: 15px;
    border: 1px solid #626262;
    border-bottom: none;
    font-weight: bold;
  }
  
  .content-table tr th {
    word-break: break-word;
    vertical-align: middle;
    text-align: center;
  }
  
  .content-table td:first-of-type {
    min-width: 60%;
    vertical-align: middle;
  }
  
  .content-table {
    border-collapse: collapse;
    margin: 15px auto;
    width: 100%
  }
  
  .content-table td {
    border: 1px solid #626262;
    padding: 10px;
    font-size: 13px;
    word-break: break-word;
    text-align: left;
    width: 20%;
  }
  
  
  .content-table th {
    border: 1px solid #626262;
    padding: 5px;
    font-size: 13px;
    width: 25%;
  }
  
  @media (max-width: 768px) {
    .content-table td,
    .content-table th {
        font-size: 11px; /* Размер шрифта для мобильных устройств */
    }
}
  
  .dropdown {
    display: inline-block;
    position: relative;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    overflow: auto;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.4);
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    margin-left: 5px;
  }
  
  @media (max-width:700px) {
    .dropdown-content {
      margin-top: 10px;
      border-radius: 10px;
      margin-left: 5px;
    }
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  .dropdown-content a {
    display: block;
    color: #000000;
    padding: 5px;
    text-decoration: none;
  }
  
  .dropdown-content a:hover {
    color: #FFFFFF;
    background-color: #00A4BD;
  }
  
  .language {
    display: inline-block;
    left: 4px;
    top: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 60px;
    height: 36px;
    background-color: inherit;
    border: 1px solid #ffffff;
    border-radius: 3px;
    padding: 4px 2px;
    cursor: pointer;
    margin: 0 8px 0 0;
    z-index: 878889;
    color: white;
  }
  
  img.emoji2 {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
  }
  
  .dropdown-menu {
    display: inline-block;
    position: relative;
  }
  
  .dropdown-content-menu {
    display: none;
    position: absolute;
    overflow: auto;
    padding: 15px;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.4);
    background-color: rgba(30, 41, 91, 0.5); /* Темно-синий цвет с прозрачностью */
    border-radius: 10px;
    margin-left: 5px;
    width: 300px;
	backdrop-filter: blur(10px); /* Эффект матового стекла */
    -webkit-backdrop-filter: blur(10px); /* Для поддержки вебкит-браузеров */
  }
 
  
  @media (max-width:700px) {
    .dropdown-content-menu {
      margin-top: 10px;
      border-radius: 10px;
      margin-left: 5px;
    }
  }
  
  
  .dropdown-menu:hover .dropdown-content-menu {
    display: block;
  }
  
  .dropdown-content-menu a {
    display: block;
    color: #FFFFFF;
    padding: 5px;
    text-decoration: none;
    font-size: 15px;
  }
  
  .dropdown-content-menu a:hover {
    color: #FFFFFF;
    background-color: #00A4BD;
  }
  
  .dropdown-content-menu ul {
    list-style-type: none;
    padding: 10px;
  }
  
  img.symbol {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: auto !important;
    width: 6em !important;
    vertical-align: middle !important;
    background: none !important;
  }
  
  .table-symbol {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
    margin: 20px 0 40px 0;
  }
  
  .table-symbol th {
    text-align: center;
    vertical-align: center;
    border: 1px solid #626262;
    padding: 10px;
  }
  
  .table-symbol td {
    text-align: center;
    vertical-align: center;
    border: 1px solid #626262;
    padding: 10px;
    width: 33%;
  }
  
  .table-symbol tr {
    background-color: #F1F2F2;
  }
  
  .table-symbol ul {
    list-style: none;
    margin: 10px;
  }
  
  @media screen and (max-width: 767px) {
    .table-symbol th {
      display: none;
    }
    .table-symbol td {
      display: flex;
      padding: 15px;
      flex-direction: column;
      border: none;
      width: 100%;
      text-align: center;
      align-items: center;
    }
    .table-symbol tr {
      border: 1px solid #626262;
      margin: 20px 0 0 0;
    }
    img.symbol {
      padding-top: 25px;
    }
  }
  
  @media screen and (max-width: 425px) {
    .table-symbol td {
      padding: 15px;
      text-align: center;
    }
  }
  
  .bread {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 10px;
    margin: 10px 0;
  }
  
  ul.breadcrumb {
    padding: 10px;
    list-style: none;
    margin: 0;
    text-align: left;
  }
  
  ul.breadcrumb li {
    display: inline;
    font-size: 13px;
  }
  
  ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "»\00a0";
  }
  
  ul.breadcrumb li a {
    color: #2300B0;
    text-decoration: none;
    font-size: 13px;
  }
  
  ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: none;
  }
  
  .row {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap;
    /* IE10 */
    flex-wrap: wrap;
    margin: 30px auto;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  
  
    @media screen and (max-width: 600px) {
    .row {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap;
    /* IE10 */
    flex-wrap: wrap;
    margin: auto;
    align-items: center;
    align-content: center;
    justify-content: center;
	}}
  
  .column {
    -ms-flex: 50%;
    /* IE10 */
    flex: 25%;
    max-width: 50%;
    vertical-align: middle;
    margin: 0 3% 0 0;
    align-items: center;
  }
  
          .column video {
            width: 100%; /* Заполнить всю ширину контейнера */
            height: auto; /* Автоматическая высота */
            object-fit: cover; /* Сохранить пропорции и обрезать, если необходимо */
			border-radius: 10px;
        }
  
  .column img {
    vertical-align: middle;
    max-width: 100%;
    border-radius: 10px;
    margin: 0 0 10px 0;
  }
  
  @media screen and (max-width: 800px) {
    .column {
      -ms-flex: 50%;
      flex: 50%;
      max-width: 50%;
    }
  }
  
  @media screen and (max-width: 600px) {
    .column {
      -ms-flex: 100%;
      flex: 100%;
      max-width: 100%;
      margin: auto;
    }
    .column img {
      margin: auto;
      text-align: center;
	  margin-bottom: 15px;
    }
  }
  
  section {
    padding: 0 0 10px 0;
  }
  
.text-prom {
    font-size: 14px;
    color: white;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center; /* Центрирование по вертикали */
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: solid 1px ;
}

.text-prom b {
    font-size: 14px;
    color: white;
    line-height: 1.5;
    font-weight: bold;
}

  
  .but-prom {
   background-color: #2300B0;
    color: white;
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 10px;
    width: 60%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 50px;
    font-size: calc(15px + 3 * ((100vw - 320px) / (1440 - 320)));
  }
  
  .text-prom2{
    font-size: 14px;
    color: black;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center; /* Центрирование по вертикали */
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: solid 1px ;
}

.text-prom2 b {
    font-size: 14px;
    color: black;
    line-height: 1.5;
    font-weight: bold;
}

  
  .but-prom2 {
    background: linear-gradient(263.87deg, rgb(148, 78, 245) 0%, rgb(92, 36, 252) 100%);
    color: black;
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 10px;
    width: 60%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 50px;
    font-size: calc(15px + 3 * ((100vw - 320px) / (1440 - 320)));
  }
  

         .table-img {
            width: 100%;
            border-collapse: collapse;
        }
      .table-img td {
            width: 25%;
            padding: 5px;
        }
		
		      .table-img figure {
            margin: 0 5px;
            text-align: center;
        }
		
		      .table-img   figcaption {
            margin-bottom: 5px;
      font-size: 11px;
      color: black;
      line-height: 1.5
        }
		
       .table-img img {
            width: 100%;
            height: auto;
            display: block;
			border-radius: 10px;
        }
		
		        @media (max-width: 768px) {
           .table-img td {
                width: 50%;
				display: inline-block;
            }
        }
  
  .video-container {
    position: relative;
    width: 640px;
    height: 360px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border: none;
    cursor: pointer;
}

        .country-list {
            list-style-type: decimal;
            padding-left: 40px;
			margin: 30px 0 0 0;
        }
        .country-item {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
			color: white;
        }
        .country-item img {
            margin-right: 10px;
            width: 16px;
            height: auto;
        }
  .table-img {
            width: 100%;
            border-collapse: collapse;
        }
      .table-img td {
            width: 25%;
            padding: 5px;
        }
		
		      .table-img figure {
            margin: 0 5px;
            text-align: center;
        }
		
		      .table-img   figcaption {
            margin-bottom: 5px;
      font-size: 11px;
      color: black;
      line-height: 1.5
        }
		
       .table-img img {
            width: 100%;
            height: auto;
            display: block;
			border-radius: 10px;
        }
		
		        @media (max-width: 768px) {
           .table-img td {
                width: 50%;
				display: inline-block;
            }
        }
		
.tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
	margin: auto;
}

.tag {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 20px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    transition: background-color 0.3s ease;
	background: linear-gradient(263.87deg, rgb(148, 78, 245) 0%, rgb(92, 36, 252) 100%);
}

.tag-cloud p {
    color: #fff; /* делаем текст белым */
}

.footer-subscribe-wrapper {
    position: fixed;
    padding: 10px;
    background: #000;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%; /* Убедитесь, что ширина установлена в 100% */
    column-gap: 10px;
    color: #fff;
    z-index: 999999;
}


@media (max-width: 1199px) {
    .footer-subscribe-wrapper {
        width: 100%; /* Убедитесь, что ширина установлена в 100% */
    }
}

@media (max-width: 1023px) {
    .footer-subscribe-wrapper {
        width: 100%; /* Убедитесь, что ширина установлена в 100% */
    }
}

@media (max-width: 767px) {
    .footer-subscribe-wrapper {
        width: 100%; /* Убедитесь, что ширина установлена в 100% */
    }
}

@media (max-width: 599px) {
    .footer-subscribe-wrapper {
        width: 100%; /* Убедитесь, что ширина установлена в 100% */
    }
}

@media (max-width: 479px) {
    .footer-subscribe-wrapper {
        width: 100%; /* Убедитесь, что ширина установлена в 100% */
    }
}

@media (max-width: 487px) {
    .fs-casino-info {
        display: none;
    }
}

@media (max-width: 965px) {
    .fs-casino-info {
        font-size: 14px;
    }  
    
    .fs-casino-btn a {
        padding: 10px 40px;
    }
}

.fs-casino {
    display: flex; /* Устанавливаем контейнер как flex-контейнер */
    align-items: center; /* Выравниваем элементы по вертикали по центру */
    justify-content: space-between; /* Распределяем элементы равномерно по горизонтали */
    column-gap: 10px; /* Зазор между элементами */
}

.fs-casino-logo img {
    width: 90px;
    animation-name: size;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.fs-casino-info {
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 15px;
}

.fs-casino-title {
    font-weight: bold;
}

.fs-casino-btn a {
    background: #0080e0;
    text-decoration: none !important;
    padding: 10px 50px;
    letter-spacing: 1px;
    flex: 1;
    text-align: end;
    color: #ffff;
    border-radius: 10px;
}

@media (max-width: 487px) {
    .fs-casino-btn a {
        padding: 10px 25px;
    }
}

            .bread {
            border-radius: 5px;
            background-color: #f2f2f2;
            padding: 10px;
            margin: 10px 0;
          }
  	ul.breadcrumb {
    padding: 10px;
    list-style: none;
	margin: 0;
		text-align: left;
}
ul.breadcrumb li {
    display: inline;
    font-size: 13px;
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "»\00a0";
}

ul.breadcrumb li a {
    color: #2300B0;
    text-decoration: none;
	    font-size: 13px;
}

ul.breadcrumb li a:hover {
    color: #01447e;
text-decoration: none;}