html {
    scroll-behavior: smooth;
}
.button,
.headline-2,
.headline-3,
.headline-4 {
    font-family: Geologica-Medium, sans-serif;
    color: #fff;
}
.olimp-download__content p {
    font-family: "Geologica-Medium", sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 24px;
    line-height: 28px;
}
.bg-dark-blue {
    background: linear-gradient(0deg, #252536, #252536),
    radial-gradient(50% 50% at 50% 50%, hsl(0 0% 100% / 0.12) 0, #fff0 100%);
}
.bg-main {
    background-color: #171722;
    height: max-content;
}
.container {
    max-width: 1224px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}
.red-button-bg-color {
    background: radial-gradient(circle, #fe284a 0, #cc203b 100%);
}
.red-button-border {
    border: 1px solid #fe284a;
}
.blue-button-bg-color {
    background: radial-gradient(circle, #484868 0, #33334a 100%);
}
.blue-button-border {
    border: 1px solid #484868;
}
.button {
    height: 48px;
    padding: 14px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 0.2);
}
.vertical-between-line {
    background: linear-gradient(90deg, rgb(58 58 82 / 0.08) 0, #3a3a52 50%, rgb(58 58 82 / 0.08) 100%);
    width: 1px;
    height: 38px;
}
.grey-border {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 0.24);
    border: 1px solid rgb(255 255 255 / 0.1);
}
h1,
h2,
h3,
h4 {
    color: #fff;
    margin: 0;
}
h1 {
    margin: 16px 0;
    font-size: 32px;
    line-height: 28px;
}
h2 {
    font-size: 24px;
    margin: 5px 0;
    line-height: 28px;
}
h3 {
    font-size: 22px;
    line-height: 28px;
}
h4 {
    font-size: 20px;
    line-height: 24px;
}
.link {
    text-decoration: none;
    color: #fff;
}
.header-button {
    text-decoration: none;
    color: #fff;
}
.header-button .header-button-content {
    text-decoration: none;
}
.olimp-default h3 {
    font-size: 18px;
}
.space-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.d-flex-center {
    display: flex;
    align-items: center;
}
.d-flex-center-full {
    display: flex;
    align-items: center;
    justify-content: center;
}
.w-100 {
    width: 100%;
}
.gap-1 {
    gap: 4px;
}
.gap-2 {
    gap: 8px;
}
.container-default {
    background-color: #252536;
    padding: 11px 16px;
    border-radius: 8px;
    margin-bottom: 16px;
}
.form-select,
.text-field {
    height: 48px;
    padding: 14px;
    outline: 0;
    color: #fff;
}
.text-12 {
    font-size: 12px;
}
.text-field {
    background: #101018;
    border-radius: 4px;
    border: 1px solid rgb(255 255 255 / 0.1);
}
.text-field:hover {
    border-color: rgb(255 255 255 / 0.18);
}
.text-field:focus,
.text-field:focus-visible {
    border-color: rgb(255 255 255 / 0.22);
    outline: 0;
    box-shadow: none;
}
.form-select {
    border-radius: 4px;
    border: 1px solid rgb(255 255 255 / 0.1);
    appearance: none;
    background: url(/content/img/icons/arrow-down.svg) no-repeat #101018;
    background-position-x: calc(100% - 16px);
    background-position-y: center;
}
body,
html {
    line-height: 1.5;
}
.olimp-games-scheme__form-providers-list-row_items-game:hover,
.olimp-games__item:hover {
    opacity: 0.85;
}
@font-face {
    font-family: Geologica-ExtraBold;
    font-weight: 800;
    font-display: swap;
    src: local("Geologica-ExtraBold"), url(/fonts/Geologica-ExtraBold.woff2);
    font-style: normal;
}
@font-face {
    font-family: Geologica-Bold;
    font-weight: 700;
    font-display: swap;
    src: local("Geologica-Bold"), url(/fonts/Geologica-Bold.woff2);
    font-style: normal;
}
@font-face {
    font-family: Geologica-Medium;
    font-weight: 500;
    font-display: swap;
    src: local("Geologica-Medium"), url(/fonts/Geologica-Medium.woff2);
    font-style: normal;
}
@font-face {
    font-family: Geologica-Regular;
    font-weight: 400;
    font-display: swap;
    src: local("Geologica-Regular"), url(/fonts/Geologica-Regular.woff2);
    font-style: normal;
}
@font-face {
    font-family: Geologica-Light;
    font-weight: 300;
    font-display: swap;
    src: local("Geologica-Light"), url(/fonts/Geologica-Light.woff2);
    font-style: normal;
}
body {
    min-height: 100vh;
    background-color: #f2f2f2;
    color: #fff;
    font-family:
            Geologica,
            system-ui,
            -apple-system,
            "Segoe UI",
            Roboto,
            Arial,
            sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: inherit;
    margin: 0;
}
ul {
    list-style-type: disc;
}
ol,
ul {
    padding: 0 20px;
}
/*! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com*/
*,
:after,
:before {
    box-sizing: border-box;
}
:after,
:before {
    --tw-content: "";
}
html {
    -webkit-text-size-adjust: 100%;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
}
p {
    margin: 0;
}
input[type="search"] {
    font-size: 14px;
    color: #111;
    padding: 16px 16px 16px 40px;
    border: 1px solid #717587;
    border-radius: 24px;
    position: relative;
    width: 100%;
}
input[type="search"]::placeholder {
    color: #717587;
}
.olimp-header {
    width: 100%;
    height: 64px;
    position: relative;
    background-color: #252536;
}
.olimp-header__mobile-menu.is-open {
    display: flex;
    height: 100vh;
    overflow-y: scroll;
    width: 100%;
}
.olimp-header__mobile-menu {
    display: none;
    position: fixed;
    flex-direction: column;
    top: 0;
    overflow: hidden;
    width: 320px;
    right: 0;
    z-index: 25;
    background-color: #252536;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 0.24);
}
.olimp-header__burger,
.olimp-header__mobile-menu-button {
    background: radial-gradient(100.01% 100% at 50% 0, #484868 0, #33334a 100%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 0.24);
}
.no-scroll {
    overflow: hidden;
}
.olimp-header__mobile-menu-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.olimp-header__mobile-menu-container nav a {
    padding: 12px;
}
.olimp-header__mobile-menu-container {
    margin: 0 auto;
    padding: 16px 24px 32px 16px;
    width: 100%;
    border-bottom: 1px solid #484868;
}
.olimp-header__mobile-registration {
    padding: 16px 24px;
}
.olimp-acc__body a {
    text-decoration: none;
    color: #cfcff3;
}
.olimp-acc__body p {
    margin: 5px 0;
    font-size: 16px;
    line-height: 20px;
    color: rgb(188 188 209);
}
.olimp-acc__body a:hover {
    color: #fff;
}
.olimp-faq-container h3 {
    font-size: 20px;
}
.olimp-header__mobile-registration-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto;
}
.olimp-header__mobile-menu-bonuses {
    gap: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.olimp-header__mobile-menu-applications {
    display: flex;
    gap: 8px;
    margin-top: 16px;
    align-items: center;
    justify-content: center;
}
.olimp-header__mobile-menu-applications .button {
    max-width: 140px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
}
.olimp-android-button-footer.button,
.olimp-header__mobile-menu-applications .olimp-android-button.button,
.olimp-header__mobile-menu-applications .olimp-apple-button.button {
    height: 40px;
}
.olimp-header__mobile-menu-container nav {
    padding: 0 !important;
}
.olimp-header__mobile-menu-container nav a {
    list-style: none;
    padding: 12px;
}
.olimp-header__mobile-menu-button {
    border: 1px solid #3a3a54;
    font-size: 14px;
    border-radius: 4px;
    padding: 14px;
    width: 100%;
    font-family: Geologica-Regular, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 16px 0;
}
.olimp-header__mobile-menu-container nav,
.articles-nav {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.olimp-header__mobile-menu-navigation-link.link,
.header-button {
    color: #8a8aae;
    font-size: 14px;
    font-family: Geologica-Regular, sans-serif;
}
.header-container {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
    gap: 20px;
}
.olimp-header-buttons {
    margin-left: auto;
    gap: 20px;
    display: flex;
}
.olimp-header-applications {
    display: flex;
    gap: 8px;
    align-items: center;
}
.olimp-header-applications .button {
    max-width: 150px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
}
.olimp-apple-button .olimp-header-applications__title {
    margin-left: 11px;
    line-height: 14px;
}
.olimp-header__burger {
    display: none;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(255 255 255 / 0.1);
    width: 40px;
    height: 40px;
    border-radius: 8px;
}
.olimp-android-button .olimp-header-applications__title {
    margin-left: 8px;
    line-height: 14px;
}
.olimp-android-button {
    border: 1px solid #2b8c45;
    background: radial-gradient(circle, #3cc360 0, #2b8c45 100%);
    padding: 12px;
}
.olimp-sign-in {
    width: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.olimp-apple-button {
    padding: 15px;
    background: radial-gradient(circle, #484851 0, #303036 100%);
    border: 1px solid #303036;
}
.banners-holder {
    position: relative;
}
.banners-holder-image {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}
.swiper-button-next,
.swiper-button-prev {
    width: 44px;
    height: 44px;
}
.swiper-button-prev {
    background: url(/content/img/icons/pagination/prev.svg) center/contain no-repeat;
}
.swiper-button-next {
    background: url(/content/img/icons/pagination/next.svg) center/contain no-repeat;
}
.first-media.banner-bg {
    display: block;
}
.first-media {
    width: 100%;
    height: 300px;
    max-height: 300px;
    object-fit: cover;
    display: block;
}
.banner-bg {
    width: 100%;
    height: 300px;
    max-height: 300px;
    object-fit: cover;
    display: block;
}
.banner-bg--mobile.banner-bg {
    display: none;
}
.banners-holder-image__background {
    background-image: url(/content/img/banners/desktop-banner-1x.webp);
}
.banners-holder-image__background--1 {
    background-image: url(/content/img/banners/desktop-banner-2-1x.webp);
}
.banners-holder-image__background--2 {
    background-image: url(/content/img/banners/desktop-banner-3-1x.webp);
}
.banners-holder-image__background--3 {
    background-image: url(/content/img/banners/desktop-banner-4-1x.webp);
}
h1,
h2,
h3,
h4 {
    font-family: "Geologica-Medium", sans-serif;
    font-weight: 500;
    color: #fff;
}
.banners-holder-image {
    background: linear-gradient(0deg, rgb(23 23 33 / 0.56) 0, rgb(23 23 33 / 0.32) 100%);
}
.banners-holder-image__title {
    border: 1px solid rgb(255 255 255 / 0.12);
    line-height: 28px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-left: none;
    border-right: none;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    background: linear-gradient(180deg, #fff47a 0, #f4b200 37.5%, #ffc30c 45.31%, #fff47a 99.48%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: #fff0;
    color: #fff0;
    font-size: 28px;
    font-family: Geologica-Bold, sans-serif;
    text-transform: uppercase;
}
.olimp-games-container.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
}
.olimp-games__item {
    display: flex;
    align-items: center;
    color: #fff;
    gap: 0 8px;
    font-family: Geologica-Medium, sans-serif;
    transition: opacity 0.3s;
    cursor: pointer;
    padding: 0 20px;
    justify-content: center;
    text-align: center;
    width: 100%;
    border-left: 1px solid #fff0;
    border-right: 1px solid #fff0;
    border-image-source: linear-gradient(180deg, rgb(255 255 255 / 0.1) 0%, #fff0 100%);
    border-image-slice: 1;
    height: 100%;
}
ul li,
ol li {
    font-size: 16px;
    line-height: 20px;
    font-family: Geologica-Light, sans-serif;
    color: #bcbcd1;
}
.olimp-acc__body ul li a {
    color: #cfcff3;
}
p {
    font-size: 16px;
    line-height: 20px;
    font-family: Geologica-Light, sans-serif;
    color: #fff;
    margin: 10px 0;
}
.olimp-mirror-info-container {
    font-size: 16px;
    line-height: 20px;
    font-family: Geologica-Light, sans-serif;
    color: #fff;
}
.olimp-games__item-slots {
    color: #07bcf7;
}
.olimp-games__item-live {
    color: #fb7903;
}
.olimp-games__item-sport {
    color: #a975ff;
}
.olimp-games__item-crash {
    color: #7dfa00;
}
.olimp-games__item-goblet {
    color: #ffde26;
}
.olimp-mirror-info {
    margin: 32px 0;
}
.olimp-mirror-info-container {
    background-color: #2c2c40;
    padding: 20px 24px;
    border-radius: 6px;
}
.olimp-mirror-info-container.container {
    height: initial;
}
.olimp-mirror-info__title {
    margin: 16px 0 12px;
    color: #fff;
}
.olimp-mirror-info-container h3 {
    margin: 16px 0;
}
.olimp-mirror-info__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    font-size: 14px;
    line-height: 16px;
}
.olimp-acc > summary {
    list-style: none;
    cursor: pointer;
}
.olimp-acc > summary::-webkit-details-marker {
    display: none;
}
.olimp-mirror-content h3 {
    margin: 0;
    padding-left: 8px;
}
.olimp-faq-container.grey-border.container .olimp-acc__body {
    padding-top: 12px;
}
.olimp-mirror-content__handler-accordion {
    gap: 12px;
}
.olimp-games-scheme {
    margin-top: 32px;
}
.olimp-games-scheme__form-buttons {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-right: auto;
}
.olimp-games-scheme__form-item {
    background: radial-gradient(100.01% 100% at 50% 0, #3a3a54 0, #252536 100%);
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    font-family: Geologica-Regular, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 0.24);
    cursor: pointer;
    height: 48px;
    padding: 16px;
    transition: 0.3s;
    border: 1px solid rgb(255 255 255 / 0.1);
    border-radius: 8px;
}
.olimp-games-scheme__form-item--active,
.olimp-games-scheme__form-item:hover {
    border: 1px solid rgb(255 255 255 / 0.03);
    background: linear-gradient(0.76deg, #a771ff 1.73%, #7b29e4 100.44%);
    backdrop-filter: blur(8px);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 0.24);
}
.olimp-games-scheme__form-item-icon {
    width: 48px;
}
.olimp-games-scheme__form {
    display: flex;
    align-items: center;
    position: relative;
}
.olimp-games-scheme__form-providers {
    background-color: #101018;
    color: #8a8aae;
    border: 1px solid rgb(255 255 255 / 0.1);
    padding: 14px 16px;
    width: 208px;
    height: 48px;
    margin-right: 20px;
    border-radius: 4px;
    cursor: pointer;
}
.olimp-games-scheme__form-providers-holder {
    display: none;
    width: 608px;
    padding: 24px;
    background-color: #1e1e2c;
    border: 1px solid rgb(255 255 255 / 0.1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    border-radius: 4px;
}
.olimp-games-scheme__form-providers-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.olimp-games-scheme__form-providers-list__title {
    margin-bottom: 12px;
    font-size: 14px;
    color: #fff;
    font-family: Geologica-Regular, sans-serif;
}
.olimp-games-scheme__form-providers-list-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.olimp-games-scheme__form-providers-list-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}
.olimp-games-scheme__form-providers-list-row_items-game {
    font-size: 14px;
    padding: 1.5px 0;
    cursor: pointer;
    font-family: Geologica-Regular, sans-serif;
}
.olimp-games-scheme__form-providers-list-row_main {
    font-size: 16px;
    font-family: Geologica-Bold, sans-serif;
    color: #8a8aae;
    width: 18px;
}
.olimp-games-scheme__form-providers-list-row_items {
    display: flex;
    flex-direction: column;
    gap: 12px 0;
    font-size: 14px;
    color: #fff;
}
.olimp-games-scheme__form-search {
    border: 1px solid rgb(255 255 255 / 0.1);
    width: 480px;
    height: 48px;
    border-radius: 4px;
    cursor: pointer;
    background-color: #101018;
    padding-right: 16px;
    overflow: hidden;
}
.olimp-games-scheme__form-search-text-field {
    width: 100%;
    padding: 14px 0 14px 16px;
    background-color: #101018;
    height: 48px;
    color: #8a8aae;
    border: none;
    outline: 0;
}
.olimp-games-scheme__form-search-text-field::placeholder {
    color: rgb(138 138 174 / 0.85);
}
.game-book {
    background-image: url(/content/img/games/bookOf.webp);
}
.game-showdown {
    background-image: url(/content/img/games/showdown.webp);
}
.game-bandito {
    background-image: url(/content/img/games/bandito.webp);
}
.game-dinopolis {
    background-image: url(/content/img/games/dinopolis.webp);
}
.game-popwins {
    background-image: url(/content/img/games/popwins.webp);
}
.game-dogs {
    background-image: url(/content/img/games/dogs.webp);
}
.game-super-market {
    background-image: url(/content/img/games/superMarket.webp);
}
.game-space {
    background-image: url(/content/img/games/space.webp);
}
.game-santa {
    background-image: url(/content/img/games/santas-wonderland.webp);
}
.game-sakura {
    background-image: url(/content/img/games/sakura.webp);
}
.game-dino {
    background-image: url(/content/img/games/dino.webp);
}
.game-cats {
    background-image: url(/content/img/games/cats.webp);
}
.game-money-train {
    background-image: url(/content/img/games/money-train.webp);
}
.game-wildos {
    background-image: url(/content/img/games/wildos.webp);
}
.game-madness {
    background-image: url(/content/img/games/tomeOfMadness.webp);
}
.game-farm {
    background-image: url(/content/img/games/farm.webp);
}
.game-mayhem {
    background-image: url(/content/img/games/mayhem.webp);
}
.game-triple-seven {
    background-image: url(/content/img/games/tripleSeven.webp);
}
.game-egypt {
    background-image: url(/content/img/games/egypt.webp);
}
.game-background {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.olimp-games-scheme__list-item {
    border-radius: 8px;
    overflow: hidden;
    width: 232px;
    height: 232px;
    cursor: pointer;
    position: relative;
    border: 1px solid rgb(255 255 255 / 0.15);
}
.olimp-games-scheme__list-item__name {
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #fff;
    font-size: 12px;
    width: 100%;
    text-align: center;
    font-family: Geologica-Regular, sans-serif;
}
.olimp-games-scheme__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 24px;
    gap: 18px;
}
.olimp-games-scheme__list-badges {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
    padding: 8px;
}
.olimp-games-scheme__list-badges-heart {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 8px;
}
.olimp-games-scheme__list-badges-exclusive {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ff8c00;
    background: linear-gradient(270deg, #ff8c00 0, #e63700 90.38%);
    color: #fff;
    border-radius: 4px;
    padding: 2px 4px;
    font-size: 12px;
}
.olimp-games-scheme__list-badges-goblet {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: linear-gradient(225deg, #ffd800 0, #ff7a00 100%);
}
.olimp-games-scheme__list-badges-goblet,
.olimp-games-scheme__list-badges-fire,
.olimp-games-scheme__list-badges-new,
.olimp-games-scheme__list-badges-exclusive,
.olimp-games-scheme__list-badges-text,
.olimp-games-scheme__list-badges-heart {
    border-radius: 4px 2px 4px 2px;
    padding: 4px;
    height: 24px;
}
.olimp-games-scheme__list-badges-fire {
    border: 1px solid #fe284a;
    background-color: #cc203b;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 24px;
    font-size: 12px;
}
.olimp-games-scheme__list-badges-new {
    border: 1px solid #cf0;
    background: linear-gradient(241.6deg, #cf0 0, #90cd00 20.37%, #529900 60.39%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    font-size: 12px;
}
.olimp-games-scheme__list-badges-fire img {
    margin-right: 2px;
}
.olimp-games-scheme__list-item:hover .olimp-games-scheme__list-item--hidden {
    display: flex;
}
.olimp-games-scheme__list-item--hidden {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    align-items: center;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(
            0deg,
            rgb(16 16 24 / 0.88) 0,
            rgb(16 16 24 / 0.616) 32.5%,
            rgb(16 16 24 / 0.250963) 78%,
            #fff0 100%
    );
}
.olimp-games-scheme__list-item--hidden-title {
    font-size: 14px;
    font-family: Geologica-Light, sans-serif;
    text-align: center;
    max-width: 80%;
}
.olimp-games-scheme__list-badges-text {
    border: 1px solid rgb(255 255 255 / 0.1);
    background-color: rgb(16 16 24 / 0.24);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    height: 24px;
    border-radius: 4px;
    padding: 2px 4px;
}
.olimp-games-scheme__more {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.olimp-games-scheme__more-button.button {
    border: 1px solid #3a3a54;
    background: radial-gradient(100.01% 100% at 50% 0%, #3a3a54 0%, #252536 100%);
    font-size: 14px;
    border-radius: 4px;
    padding: 14px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 0.24);
    font-family: Geologica-Regular, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}
.olimp-acc__arrow {
    transition: transform 0.2s;
    transform: rotate(180deg);
}
.olimp-acc[open] .olimp-acc__arrow {
    transform: rotate(0);
}
.olimp-mirror-info-container-main {
    padding: 14px 24px 14px 18px;
}
.olimp-mirror-info-container-main ul {
    padding: 0 !important;
}
.olimp-mirror-info-container-main ul li {
    list-style: none;
    padding: 16px 8px;
    color: #7575a1;
    transition: 0.3s;
    cursor: pointer;
    border-radius: 8px;
    font-family: Geologica-Regular, sans-serif;
}
.olimp-mirror-info-container-main ul li:hover a {
    color: #fff;
}
.olimp-mirror-info-container-main ul li a {
    color: #cfcff3;
}
.olimp-mirror-info-container-main ul li:hover {
    color: #fff;
    background-color: #33334a;
}
.olimp-mirror-content .articles-nav {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding-left: 0;
}
.olimp-mirror-content .articles-nav .articles-item {
    display: block;
    margin: 0;
    padding: 10px 8px;
    border-radius: 4px;
    font-size: 14px;
    color: #cfcff3;
    text-decoration: none;
    line-height: 1.25;
}
.olimp-mirror-content .articles-nav .articles-item:hover {
    color: #fff;
    background-color: #33334a;
}
.olimp-mirror-content .articles-nav .articles-item-title {
    white-space: normal;
}
.olimp-mirror-table-container {
    background-color: #252536;
    border-radius: 8px;
}
.olimp-mirror-table-title {
    padding: 20px 24px 0 24px;
}
table {
    background-color: #252536;
    padding: 20px 24px;
    border-radius: 8px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
table thead tr th span:first-child {
    display: block;
}
table thead tr th span:nth-child(2) {
    display: none;
}
.olimp-mirror-table__head {
    background-color: #2c2c40;
}
th {
    color: #bcbcd1;
    font-family: Geologica-Regular, sans-serif;
    padding: 12px 16px;
    text-align: left;
    font-weight: 400;
}
tr {
    border-top: none;
}
thead tr,
tbody tr {
    background-image: linear-gradient(90deg, #fff0 0%, rgb(255 255 255 / 0.05) 50.52%, #fff0 100%);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: 0 100%;
    padding-bottom: 4px;
}
tbody tr:last-child {
    background-image: none;
}
table tbody tr td,
table tbody tr td p {
    font-size: 14px;
    line-height: 20px;
    font-family: Geologica-Regular, sans-serif;
    color: #fff;
}
thead {
    background-color: #2c2c40;
}
thead tr > :first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
thead tr > :last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
thead tr > *,
body.modal-lock {
    overflow: hidden;
}
table tbody tr td p {
    background-color: #41415e;
    text-transform: uppercase;
    padding: 4px 8px;
    border-radius: 8px;
    text-align: center;
    color: #fff;
}
td {
    padding: 12px 16px;
}
table tbody tr td div span:nth-child(2) {
    display: none;
    color: #bcbcd1;
    font-size: 10px;
    font-family: Geologica-Light, sans-serif;
    line-height: 16px;
}
.dropdown.is-open .dropdown-lang,
.modal.is-open,
.olimp-download__close.is-visible {
    display: block;
}
table tbody tr td:nth-child(1) {
    color: #bcbcd1;
}
table tbody tr td:last-child {
    display: flex;
    align-items: center;
    width: 100%;
    margin-left: auto;
}
.olimp-faq {
    margin-bottom: 16px;
}
.olimp-faq h2 {
    margin-bottom: 16px;
}
.olimp-faq-container li {
    margin-bottom: 2px;
}
.olimp-faq-container {
    background-color: #252536;
    padding: 13px 16px;
    border-radius: 8px;
}
.olimp-faq-container p,
.olimp-reviews-description p {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-family: Geologica-Light, sans-serif;
}
.olimp-faq__important {
    color: #fff;
    padding: 2px;
    border-radius: 4px 2px 4px 2px;
    font-size: 12px;
}
.olimp-reviews-description__reviews {
    width: 100%;
    background-image: url(/content/img/banners/reviews-media1x.webp);
    background-size: 220%;
    background-repeat: no-repeat;
    height: 312px;
    border-radius: 8px;
    background-position: top center;
    margin-bottom: 16px;
}
.olimp-reviews-description__container {
    background-color: #252536;
    border-radius: 8px;
    margin-bottom: 16px;
    overflow: hidden;
}
.olimp-reviews-description__header-container {
    background-color: #2c2c40;
    padding: 20px 24px;
}
.olimp-reviews-description__container-wrapper {
    padding: 0 24px;
}
.olimp-reviews__item {
    gap: 16px;
    background-color: #252536;
    padding: 17px 24px;
    border-radius: 8px;
    margin-bottom: 16px;
}
.olimp-reviews__item-text {
    width: 100%;
}
.olimp-reviews__item-text-name {
    color: #8a8aae;
    font-size: 14px;
    line-height: 20px;
    font-family: Geologica-Light, sans-serif;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-dropdown-languages__success,
.olimp-download--closed,
.olimp-reviews__item-stars.olimp-reviews__item-stars--mobile,
.olimp-reviews__item-text-name.olimp-reviews__item-text-name--mobile {
    display: none;
}
.olimp-reviews__item-text p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-family: Geologica-Light, sans-serif;
}
.olimp-reviews {
    margin-top: 32px;
}
.olimp-reviews__item-stars {
    margin-bottom: auto;
    min-width: 90px;
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
}
.footer-wrapper {
    border-top: 1px solid #1e1e2c;
    border-bottom: 1px solid #1e1e2c;
    padding: 32px 0;
    margin: 32px 0;
}
.footer-container__navigation ul li {
    list-style: none;
}
.footer-container__navigation ul {
    gap: 12px;
    display: flex;
    padding: 0 !important;
    justify-content: center;
    align-items: center;
}
.footer-container__navigation ul li a {
    color: #bcbcd1;
    font-size: 16px;
    text-decoration: none;
    line-height: 16px;
    font-family: Geologica-Light, sans-serif;
}
.footer-container__navigation ul li a:hover {
    color: #fff;
}
.olimp-header-applications-footer {
    justify-content: center;
}
.olimp-header-applications__social a {
    height: 100%;
    display: block;
}
.olimp-header-applications__social {
    display: flex;
    height: 40px;
    align-items: center;
    gap: 8px;
    margin-left: 20px;
}
.olimp-header-applications__links {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-data,
.footer-data__item {
    align-items: center;
    display: flex;
}
.footer-data__item {
    gap: 16px;
}
.footer-data__item-text {
    color: #8a8aae;
    font-size: 12px;
    line-height: 16px;
    font-family: Geologica-Light, sans-serif;
}
.dropdown,
.lang-link {
    font-family: Geologica-Regular, sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.footer-data {
    padding-bottom: 28px;
    gap: 0 40px;
    justify-content: space-between;
}
.footer-data__item-terms {
    max-width: 480px;
}
.dropdown {
    position: relative;
    display: flex;
    align-items: center;
    width: 186px;
}
.dropdown-lang {
    padding: 0 4px;
}
.dropdown-lang__header {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 10px 24px;
}
.dropdown-lang__item--selected {
    padding-bottom: 10px;
}
.dropdown-lang__item--selected-link {
    cursor: pointer;
    padding: 10px 24px;
}
.dropdown-lang__header-close {
    display: flex;
    align-items: center;
    height: 100%;
}
.dropdown-lang {
    display: none;
    position: absolute;
    background-color: #1e1e2c;
    border-radius: 8px;
    z-index: 10;
    bottom: -15px;
    left: -3px;
    width: 220px;
}
.flag-icon,
.flag-icon-header,
.flag-icon-item {
    width: 35px;
    height: 28px;
}
.lang-link {
    color: #fff;
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 12px;
}
.dropdown-lang ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0 !important;
}
.flag-icon {
    margin-right: 12px;
}
.dropdown-lang ul li {
    list-style: none;
    cursor: pointer;
    transition: background-color 0.3s;
    padding: 10px 24px;
    border-radius: 8px;
}
.dropdown-lang ul li:hover {
    background-color: #41415e;
}
.footer-dropdown-languages {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
}
.footer-dropdown-languages__lang {
    color: #fff;
    margin-right: auto;
}
.footer-dropdown-languages__arrow {
    transform: rotate(180deg);
    margin-left: auto;
}
.olimp-download {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 0.24);
    position: fixed;
    right: 20px;
    bottom: 20px;
    border-radius: 8px;
    z-index: 24;
    height: 200px;
    width: 700px;
    border: 1px solid rgb(255 255 255 / 0.1);
    padding: 24px;
    background-color: #171722;
    background-image: url(/content/img/popups/popup-apps2x.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center, center, center;
}
.olimp-download__content {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 35px;
}
.olimp-download__close {
    display: none;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
.modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}
.modal__overlay {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 0.6);
}
.modal__dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 900px;
    width: calc(100% - 32px);
    border-radius: 16px;
    overflow: hidden;
    background: url(/content/img/popups/modal-registration@1x.webp) 0 0 / cover no-repeat #171722;
    border: 1px solid rgb(255 255 255 / 0.1);
    box-shadow: 0 12px 40px rgb(0 0 0 / 0.45);
}
.modal__content {
    position: relative;
    padding: 24px 24px 0 0;
    color: #fff;
    display: flex;
    align-items: flex-start;
}
.modal__close {
    border: 0;
    background: 0 0;
    cursor: pointer;
    z-index: 2;
}
.modal__content-left h2 {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
    max-width: 60%;
    left: 50%;
    transform: translateX(-50%);
}
.modal__content-left-background {
    width: 100%;
    height: 680px;
}
.modal__content-right {
    width: 50%;
    padding: 24px;
}
.modal__content-right-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modal__content-right-header h4 {
    font-size: 20px;
    line-height: 24px;
}
.modal__content-right-mobile-background,
.modal__content-right-mobile-bonuses {
    display: none;
}
.modal__content-right-header h4:nth-child(2) {
    display: none;
}
.modal__content-right-form-label {
    font-family: Geologica-Medium, sans-serif;
    font-size: 16px;
    line-height: 20px;
}
.modal__content-right-form-element {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}
.modal__content-right-form-element--pass {
    position: relative;
}
.modal__content-right-form-element--pass .modal__content-right-form-field {
    width: 100%;
}
.modal__content-right-form-element_icon {
    position: absolute;
    top: 0;
    height: 100%;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0.45;
}
.modal__content-right-form-agree .modal__content-right-form-checkbox:checked + .modal__content-right-form-label::after,
.modal__content-right-form-element_icon--hidden {
    opacity: 1;
}
.modal__content-right-form-field {
    outline: 0;
}
.modal__content-right-line {
    background: linear-gradient(90deg, #fff0 0, rgb(255 255 255 / 0.05) 50.52%, #fff0 100%);
    width: 100%;
    height: 1px;
    margin-top: 14px;
}
.modal__content-right-form {
    margin-bottom: 32px;
    margin-top: 32px;
}
.modal__content-left {
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.modal__content-right-form-agree .modal__content-right-form-label {
    color: #8a8aae;
    font-family: Geologica-Light, sans-serif;
    position: relative;
    cursor: pointer;
    user-select: none;
    padding-left: 28px;
    line-height: 1.2;
}
.modal__content-right-form-agree .modal__content-right-form-label .link {
    color: #2891f2;
    font-family: Geologica-Light, sans-serif;
}
.modal__content-right-form-agree {
    margin: 32px 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.modal__content-right-form-checkbox {
    background-color: #101018;
    border: 1px solid rgb(255 255 255 / 0.1);
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
}
.modal__content-right-socials-tag {
    color: #8a8aae;
}
.modal__close img {
    width: 18px;
    height: 18px;
}
.modal__title {
    margin: 0 0 14px;
}
.modal__content-right-form-agree .modal__content-right-form-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background: #101018;
    border: 1px solid rgb(255 255 255 / 0.12);
}
.modal__content-right-form-agree .modal__content-right-form-label::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 7px;
    width: 8px;
    height: 4px;
    border-left: 2px solid #ffde26;
    border-bottom: 2px solid #ffde26;
    transform: rotate(-45deg);
    opacity: 0;
}
.modal__content-right-form-agree
.modal__content-right-form-checkbox:focus-visible
+ .modal__content-right-form-label::before {
    outline: #ffde26 solid 2px;
    outline-offset: 2px;
}
.modal__content-right-form-agree .modal__content-right-form-label:hover::before {
    border-color: rgb(255 255 255 / 0.25);
}
.modal__content-right-form-submit {
    width: 100%;
    display: block;
    text-align: center;
}
.modal__content-right-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
}
.modal__content-right-socials {
    display: flex;
    align-items: center;
    gap: 16px;
}
