html {
	max-height: 100%;
}

body {
	font-family: 'Roboto', sans-serif;
	background-color: #0c0c11;
	color: #f0f0f0;
	font-size: 1.15rem;
    line-height: 1.5;
	max-height: 100%;
}

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

a {
	color: #24ba9d;
	text-decoration: none;
}

a:hover {
	color: #24ba9d;
	text-decoration: underline;
}

/* --- Ð¨Ð°Ð¿ÐºÐ° Ð¸ Ð½Ð°Ð²Ð¸Ð³Ð°Ñ†Ð¸Ñ --- */
nav {
	height: 56px;
	background-color: #0c0c11;
	text-transform: uppercase;
	font-size: .8375rem;
	border-bottom: 1px solid #24ba9d;
}

ul.navbar-nav {
	background-color: #0c0c11;
	padding: 0;
}

img#logo {
	max-height: 40px;
}

a.nav-link {
	color: #fff!important;
	border-bottom: 2px solid transparent;
    text-decoration: none;
}

a.nav-link:hover {
	color: #24ba9d!important;
	text-decoration: none;
}

.nav-link {
	display: block;
    padding: .5rem 1rem;
	text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

/* --- ÐŸÐ¾Ð´Ð²Ð°Ð» (Footer) --- */
footer {
	background-color: #0c0c11!important;
	color: gray;
	font-size: 12px;
	border-top: 1px solid #24ba9d;
	margin-top: 32px;
}

div#fixed-footer {
	position: sticky;
	bottom: 0;
	width: 100%;
	background-color: #0c0c11;
	height: 56px;
	border-top: 1px solid #24ba9d;
}

div.league__item {
	filter: grayscale(100%);
}
div.league__item:hover {
	filter: grayscale(0%);
	transition: all 0.2s ease 0s;
}

/* --- ÐšÐ½Ð¾Ð¿ÐºÐ¸ --- */
button.btn.btn-light {
	background: linear-gradient(to bottom, #24ba9d, #24ba9c, #24ba9d);
	border:none;
	border-radius: 1.5625rem;
	padding: 0 18.75px;
	text-transform: uppercase;
	font-size: .8375rem;
	min-height: 36px;
}

button.btn.btn-light:hover {
	box-shadow: 0 0 5px 1px #24ba9d;
}

button.btn.btn_red {
	background-color: #dc1f00;
	color: #fff;
	padding: 0 18.75px;
	text-transform: uppercase;
	font-size: .8375rem;
	border-radius: 1.5625rem;
	min-height: 36px;
}

button.btn.btn_red:hover {
	box-shadow: 0 0 5px 1px #dc1f00;
}

/* --- Ð‘Ð¾ÐºÐ¾Ð²Ð¾Ð¹ Ð±Ð°Ð½Ð½ÐµÑ€ --- */
div.sticky-banner {
	position: sticky;
	top: 65px;
	background-color: #262634;
	padding: 10px;
	border-radius: 15px;
}

/* =================================================================== */
/* --- 2. Ð¡Ñ‚Ð¸Ð»Ð¸ Ð¸Ð· Bootstrap v5, Ð½ÐµÐ¾Ð±Ñ…Ð¾Ð´Ð¸Ð¼Ñ‹Ðµ Ð´Ð»Ñ ÑÑ‚Ñ€Ð°Ð½Ð¸Ñ†Ñ‹ --- */
/* =================================================================== */

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: calc(1.375rem + 1.5vw);
    text-align: center;
}

h2 {
    text-align: center;
    margin-bottom: 24px;
  }

@media (min-width:1200px) {
    h1 {
        font-size: 2.5rem
    }
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
small {
    font-size: .875em;
}
a {
    color: #0d6efd;
    text-decoration: underline;
}
a:hover {
    color: #0a58ca;
}
img, svg {
    vertical-align: middle;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, select {
    text-transform: none;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.container {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width:768px) {
    .container { max-width: 720px; }
}
@media (min-width:992px) {
    .container { max-width: 960px; }
}
@media (min-width:1200px) {
    .container { max-width: 1140px; }
}
@media (min-width:1400px) {
    .container {max-width: 1320px;}
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y);
}
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-light {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.fade {
    transition: opacity .15s linear;
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.navbar > .container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.navbar-dark .navbar-brand { color: #fff; }
.navbar-dark .navbar-nav .nav-link { color: rgba(255, 255, 255, .55); }
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover { color: rgba(255, 255, 255, .75); }
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .55);
    border-color: rgba(255, 255, 255, .1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

/* --- Bootstrap Utilities --- */
.d-flex { display: flex !important; }
.d-none { display: none !important; }
.flex-column { flex-direction: column !important; }
.flex-wrap { flex-wrap: wrap !important; }
.justify-content-center { justify-content: center !important; }
.justify-content-end { justify-content: flex-end !important; }
.justify-content-around { justify-content: space-around !important; }
.align-items-center { align-items: center !important; }
.text-center { text-align: center !important; }
.text-white { color: #fff !important; }

/* Spacing */
.p-0 { padding: 0 !important; }
.p-2 { padding: .5rem !important; }
.px-2 { padding-right: .5rem !important; padding-left: .5rem !important; }
.py-2 { padding-top: .5rem !important; padding-bottom: .5rem !important; }
.py-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
.pt-4 { padding-top: 1.5rem !important; }
.m-auto { margin: auto !important; }
.me-2 { margin-right: .5rem !important; }
.me-5 { margin-right: 3rem !important; }
.ms-2 { margin-left: .5rem !important; }
.ms-3 { margin-left: 1rem !important; }
.ms-4 { margin-left: 1.5rem !important; }
.mt-2 { margin-top: .5rem !important; }
.mt-5 { margin-top: 3rem !important; }
.my-2 { margin-top: .5rem !important; margin-bottom: .5rem !important; }
.mb-0 { margin-bottom: 0 !important; }
.mb-2 { margin-bottom: .5rem !important; }

/* --- ÐœÐµÐ´Ð¸Ð°-Ð·Ð°Ð¿Ñ€Ð¾ÑÑ‹ --- */
@media (max-width: 767px) {
    .banner-block { padding: 16px 20px; }
    .banner-block__image-present { right: -50px; }
    .banner-block__pretitle { font-size: 12px; }
    .banner-block__title { font-size: 24px; }
    .banner-block__buttons { gap: 12px; margin-top: 12px; }
    .banner-block__badges { gap: 8px; }
    .icon-badge { width: 36px; height: 36px; }
    .icon-badge img { width: 20px; }
    .button-main { padding: 10px 20px; font-size: 12px; }
    .banner-apk__title { font-size: 2rem; }
    .banner-apk__subtitle { font-size: 1.25rem; }
    .banner-apk__button { width: 100%; }
}

@media (min-width: 768px) {
    .d-md-none { display: none !important; }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
        text-decoration: none;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .d-lg-block { display: block !important; }
    .p-lg-2 { padding: .5rem !important; }
    .pt-lg-2 { padding-top: .5rem !important; }
    .mt-lg-0 { margin-top: 0 !important; }
    .my-lg-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
    .ms-lg-3 { margin-left: 1rem !important; }
    .mb-lg-0 { margin-bottom: 0 !important; }
}

@media (max-width: 1439px) {
    .banner-block { padding: 53px 32px; }
    .banner-block__image-present { right: -60px; }
    .banner-block__pretitle { font-size: 16px; }
    .banner-block__title { font-size: 48px; }
    .banner-block__buttons { gap: 20px; }
    .icon-badge { width: 40px; height: 40px; }
    .icon-badge img { width: 24px; }
    .button-main { font-size: 16px; }
}

ul {
    padding-left: 2rem;
    margin-top: 0;
    margin-bottom: 1rem;
  }

  hr {
    border: 1px solid #fff;
    margin: 1rem 0;
    opacity: 0.25;
  }

  table {
    display: none;
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: #dee2e6;
  }

  td {
    border-color: white;
    color: white;
    padding: .5rem .5rem;
    border-bottom-width: 1px;
  }

  @media (min-width: 768px) {
    table {
      display: table;
    }
  }

  .bn13 {
    display: inline-block;
    padding: 0.65em 1.6em;
    border: 3px solid #c71429;
    margin: 0 0.3em 0.3em 0;
    border-radius: 0.12em;
    box-sizing: border-box;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
    transition: all 0.2s;
    animation: bn13bouncy 5s infinite linear;
    position: relative;
  }
  
  .bn13:hover {
    background-color: white;
    color: #c71429;
  }
  
  @keyframes bn13bouncy {
    0% { top: 0em; }
    40% { top: 0em; }
    43% { top: -0.9em; }
    46% { top: 0em; }
    48% { top: -0.4em; }
    50% { top: 0em; }
    100% { top: 0em; }
  }

  div.slider {
    margin-top: 100px;
  }

  .banner__main {
    position: relative;
    height: 214px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .banner__action {
    position: absolute;
    right: 100px;
    bottom: 15px;
  }

  button.slick-next.slick-arrow,
  button.slick-prev.slick-arrow {
    display: none !important;
  }
  
  div.banner__main.slick-slide.slick-current.slick-active,
  div.banner__main.slick-slide.slick-cloned {
    height: 220px !important;
  }

  ul.navbar-nav {
    background-color: #0c0c11;
    padding: 0;
    display: flex;
    flex-direction: column;
    list-style: none;
  }
  
  .collapse.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
  }