@font-face {
    font-display: swap;
    font-family: Jost;
    font-style: normal;
    font-weight: 300;
    src: local(""), url(../fonts/jost-v14-latin_cyrillic-300.woff2) format("woff2"), url(../fonts/jost-v14-latin_cyrillic-300.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Jost;
    font-style: normal;
    font-weight: 500;
    src: local(""), url(../fonts/jost-v14-latin_cyrillic-500.woff2) format("woff2"), url(../fonts/jost-v14-latin_cyrillic-500.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Jost;
    font-style: normal;
    font-weight: 700;
    src: local(""), url(../fonts/jost-v14-latin_cyrillic-700.woff2) format("woff2"), url(../fonts/jost-v14-latin_cyrillic-700.woff) format("woff")
}

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

html {
    font-size: 16px;
    height: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 100px
}

body {
    background: #1b1b1f;
    color: #a8afe3;
    display: flex;
    flex-direction: column;
    font-family: Jost, sans-serif;
    font-style: normal;
    justify-content: space-between;
    margin: 0;
    min-height: 100vh;
    padding: 0
}

.site-wrap, body.show-menu {
    overflow: hidden
}

.site-wrap {
    padding-top: 88px;
    position: relative
}

@media (max-width: 992px) {
    .site-wrap {
        padding-top: 84px
    }
}

.site-wrap:before {
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.site-wrap:after, .site-wrap:before {
    background: #3a3d56;
    border-radius: 50%;
    content: "";
    -webkit-filter: blur(400px);
    filter: blur(400px);
    height: 1520px;
    position: absolute;
    top: 0;
    width: 1520px;
    z-index: -1
}

.site-wrap:after {
    right: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

@media (max-width: 992px) {
    .site-wrap:before {
        left: 0;
        top: 0;
        -webkit-transform: translate(-50%, calc(-50% + 84px));
        transform: translate(-50%, calc(-50% + 84px));
        z-index: -1
    }

    .site-wrap:after, .site-wrap:before {
        -webkit-filter: blur(150px);
        filter: blur(150px);
        height: 400px;
        width: 400px
    }

    .site-wrap:after {
        right: 0;
        top: 227px
    }
}

.container {
    margin: 0 auto;
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px
}

@media (max-width: 576px) {
    .container {
        padding-left: 10px;
        padding-right: 10px
    }
}

h1 {
    font-size: 40px
}

@media (max-width: 576px) {
    h1 {
        font-size: 28px
    }
}

h2 {
    font-size: 32px
}

@media (max-width: 576px) {
    h2 {
        font-size: 24px
    }
}

h3 {
    font-size: 24px
}

@media (max-width: 576px) {
    h3 {
        font-size: 20px
    }
}

h1, h2, h3 {
    color: #fff;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 40px;
    margin-top: 100px
}

@media (max-width: 576px) {
    h1, h2, h3 {
        margin-top: 80px
    }

    .page-title {
        margin-top: 40px
    }
}

.btn {
    border-radius: 24px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .04em;
    line-height: 1;
    padding: 13px 32px;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    white-space: nowrap
}

.btn--green {
    background: linear-gradient(180deg, #0798a2, #73ddf4)
}

.btn--green:hover {
    background: linear-gradient(180deg, #1bd4e0, #a2eeff)
}

.btn--blue {
    background: linear-gradient(180deg, #1d3eb1, #5fa1ef)
}

.btn--blue:hover {
    background: linear-gradient(180deg, #567afa, #9ac7fd)
}

.header {
    background: #1b1b1f;
    height: 88px;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100
}

@media (max-width: 992px) {
    .header {
        height: 84px
    }
}

.header:before {
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.header:after, .header:before {
    background: #3a3d56;
    border-radius: 50%;
    content: "";
    -webkit-filter: blur(400px);
    filter: blur(400px);
    height: 1520px;
    position: absolute;
    top: 0;
    width: 1520px;
    z-index: -1
}

.header:after {
    right: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

@media (max-width: 992px) {
    .header:before {
        left: 0;
        top: 0;
        -webkit-transform: translate(-50%, calc(-50% + 84px));
        transform: translate(-50%, calc(-50% + 84px))
    }

    .header:after, .header:before {
        -webkit-filter: blur(150px);
        filter: blur(150px);
        height: 400px;
        width: 400px
    }

    .header:after {
        right: 0;
        top: 227px;
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }
}

.header-container {
    height: 100%
}

.header-top {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between
}

.header-logo img {
    display: block
}

@media (max-width: 576px) {
    .header-logo img {
        height: auto;
        max-width: 110px
    }
}

.header-logo a, .header-logo span {
    color: #fff;
    display: block;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: .2em;
    line-height: 48px;
    overflow: hidden;
    text-transform: lowercase;
    white-space: nowrap
}

@media (max-width: 768px) {
    .header-logo a, .header-logo span {
        font-size: 30px;
        line-height: 1;
        max-width: 160px;
        white-space: break-spaces
    }
}

@media (max-width: 576px) {
    .header-logo a, .header-logo span {
        max-width: 120px
    }
}

.header-logo a {
    border: 0 !important;
    color: #fff;
    text-decoration: none
}

.header-logo a:active, .header-logo a:hover, .header-logo a:visited {
    color: #fff
}

.header-btns {
    display: flex
}

.header-btns a {
    margin-right: 10px
}

.header-btns a:last-of-type {
    margin-right: 0
}

@media (max-width: 576px) {
    .header-btns a {
        margin-right: 0
    }

    .header-btns a:not(:last-of-type) {
        display: none
    }
}

.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0
}

@media (max-width: 992px) {
    .menu {
        flex-direction: column;
        margin: 0
    }
}

.menu li {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .04em;
    line-height: 25px;
    margin: 0 30px;
    text-align: center
}

@media (max-width: 992px) {
    .menu li {
        margin: 0
    }
}

.menu a {
    color: #fff;
    text-decoration: none
}

.menu a:hover {
    color: #fff;
    text-decoration: underline
}

.menu a:visited {
    color: #fff
}

.menu span {
    color: #0aa8b2
}

@media (max-width: 576px) {
    .menu--footer {
        margin-left: 10px;
        margin-right: 10px
    }
}

@media (max-width: 992px) {
    .menu--footer li {
        margin-bottom: 20px
    }

    .menu--footer li:last-of-type {
        margin-bottom: 0
    }

    .header-menu {
        background: #1b1b1f;
        bottom: 0;
        display: none;
        left: 0;
        overflow: hidden;
        position: fixed;
        right: 0;
        top: 84px;
        z-index: 100
    }

    .header-menu:before {
        left: 0;
        top: 0;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .header-menu:after, .header-menu:before {
        background: #3a3d56;
        border-radius: 50%;
        content: "";
        -webkit-filter: blur(150px);
        filter: blur(150px);
        height: 400px;
        position: absolute;
        width: 400px;
        z-index: 101
    }

    .header-menu:after {
        right: 0;
        top: 143px;
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }

    .header-menu .menu--header {
        align-items: center;
        display: flex;
        justify-content: flex-start;
        padding: 50px 20px 20px
    }

    .header-menu .menu--header li {
        margin: 0 0 60px
    }

    .header-menu.show {
        display: block
    }
}

@media (max-width: 992px) and (max-width: 576px) {
    .header-menu {
        padding-left: 10px;
        padding-right: 10px
    }
}

.hamburger {
    display: none;
    height: 36px;
    position: relative;
    width: 36px
}

@media (max-width: 992px) {
    .hamburger {
        display: block
    }
}

.hamburger span {
    background: #fff;
    display: block;
    height: 4px;
    position: absolute;
    right: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out
}

.hamburger span:first-child {
    top: 6px;
    width: 20px
}

.hamburger span:nth-child(2) {
    top: 16px;
    width: 100%
}

.hamburger span:nth-child(3) {
    top: 26px;
    width: 16px
}

.hamburger.active span:first-child {
    width: 0
}

.hamburger.active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hamburger.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 36px
}

.banner {
    border-radius: 25px;
    height: 400px;
    margin-bottom: 100px;
    margin-top: 40px;
    overflow: hidden;
    position: relative
}

@media (max-width: 992px) {
    .banner {
        display: none;
        margin-top: 0
    }
}

.banner img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

@media (max-width: 576px) {
    .banner {
        border-radius: 0;
        margin-bottom: 40px;
        margin-left: -10px;
        margin-right: -10px;
        overflow: visible
    }
}

.banner__inner {
    left: 100px;
    overflow: hidden;
    position: absolute;
    top: 60px
}

@media (max-width: 768px) {
    .banner__inner {
        left: 40px;
        right: 40px
    }
}

@media (max-width: 576px) {
    .banner__inner {
        left: 20px;
        right: 20px;
        top: 40px
    }
}

.banner__subtitle {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: .04em;
    line-height: 140%;
    margin-bottom: 20px
}

@media (max-width: 576px) {
    .banner__subtitle {
        font-size: 20px
    }
}

.banner__title {
    color: #abf;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 100%;
    margin-bottom: 60px;
    max-width: 500px
}

@media (max-width: 768px) {
    .banner__title {
        margin-bottom: 40px
    }
}

@media (max-width: 576px) {
    .banner__title {
        font-size: 32px;
        margin-bottom: 20px
    }
}

.slots-container {
    margin: 100px auto;
    text-align: center
}

@media (max-width: 1240px) {
    .slots-container {
        max-width: 960px
    }
}

@media (max-width: 1000px) {
    .slots-container {
        max-width: 630px
    }
}

@media (max-width: 670px) {
    .slots-container {
        margin: 80px auto;
        max-width: 300px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -40px
}

@media (max-width: 1240px) {
    .row {
        margin-bottom: -30px
    }
}

@media (max-width: 670px) {
    .row {
        margin-left: 0;
        margin-right: 0
    }
}

.slot {
    border-radius: 8px;
    cursor: pointer;
    flex-basis: 380px;
    height: 285px;
    margin: 0 15px 40px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

@media (max-width: 1240px) {
    .slot {
        flex-basis: 300px;
        height: 225px;
        margin-bottom: 30px
    }
}

@media (max-width: 670px) {
    .slot {
        margin-left: 0;
        margin-right: 0
    }
}

.slot.hidden {
    display: none
}

.slot:before {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: rgba(20, 23, 40, .95);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .1s ease;
    z-index: 5
}

.slot img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.slot .slot__inner {
    align-items: center;
    bottom: 61px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    left: 30px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 30px;
    transition: opacity .1s ease;
    z-index: 6
}

@media (max-width: 1240px) {
    .slot .slot__inner {
        bottom: 41px
    }
}

.slot:hover .slot__inner, .slot:hover:before {
    opacity: 1
}

.slot__title {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: .04em;
    line-height: 140%;
    margin-bottom: 20px;
    text-align: center
}

@media (max-width: 1240px) {
    .slot__title {
        align-self: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

.slot__btn {
    background-image: url(../img/btn.svg);
    background-position: 100%;
    background-repeat: no-repeat;
    height: 100px;
    transition: opacity .1s ease;
    width: 100px;
    z-index: 8
}

.slot__btn:hover {
    background-image: url(../img/btn-hover.svg)
}

.load-more-btn {
    margin-top: 40px
}

.payments-wrap {
    background: #23232c;
    margin-bottom: 60px
}

.payments {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 0
}

@media (max-width: 1240px) {
    .payments {
        padding-bottom: 20px
    }
}

@media (max-width: 400px) {
    .payments {
        justify-content: center
    }
}

.payments__item {
    background-position: 50%;
    background-repeat: no-repeat;
    flex-basis: calc(12.5% - 10px);
    height: 54px;
    margin: 0 5px
}

@media (max-width: 1240px) {
    .payments__item {
        flex-basis: 25%;
        margin: 0 0 40px
    }
}

@media (max-width: 992px) {
    .payments__item {
        flex-basis: 33.33333%
    }
}

@media (max-width: 768px) {
    .payments__item {
        flex-basis: 50%
    }
}

@media (max-width: 400px) {
    .payments__item:first-child, .payments__item:nth-child(5) {
        background-position: right 0 top 50%
    }

    .payments__item:nth-child(2), .payments__item:nth-child(6) {
        background-position: left 40px top 50%
    }

    .payments__item:nth-child(3), .payments__item:nth-child(7) {
        background-position: right 40px top 50%
    }

    .payments__item:nth-child(4), .payments__item:nth-child(8) {
        background-position: left 0 top 50%
    }
}

.footer {
    margin-top: 100px
}

@media (max-width: 576px) {
    .footer {
        margin-top: 80px
    }
}

.copyright {
    color: #3d3f5c;
    font-weight: 500;
    padding: 60px 0;
    text-align: center
}

.copyright, .page-content {
    font-size: 18px;
    letter-spacing: .02em;
    line-height: 160%
}

.page-content {
    color: #a8afe3;
    font-weight: 300
}

.page-content p {
    margin-bottom: 2em;
    margin-top: 0
}

.page-content a {
    color: #0aa8b2;
    text-decoration: none
}

.page-content a:hover {
    text-decoration: underline
}

.page-content a:visited {
    color: #0aa8b2
}

.page-content img {
    display: block;
    height: auto;
    margin-bottom: 40px;
    margin-top: 40px;
    max-width: 100%
}

.page-content img.aligncenter {
    margin-left: auto;
    margin-right: auto
}

.page-content img.alignright {
    margin-left: auto
}

.page-content img.alignleft {
    margin-right: auto
}

@media (max-width: 992px) {
    .page-content img.aligncenter, .page-content img.alignleft, .page-content img.alignnone, .page-content img.alignright {
        margin-left: auto;
        margin-right: auto
    }
}

.page-content ol, .page-content ul {
    margin: 40px 0
}

.page-content ol {
    padding: 0 0 0 118px
}

@media (max-width: 576px) {
    .page-content ol {
        padding-left: 56px
    }
}

.page-content ul {
    padding: 0 0 0 115px
}

@media (max-width: 576px) {
    .page-content ul {
        padding-left: 50px
    }
}

.page-content table {
    border-collapse: collapse;
    color: #fff;
    font-size: 18px;
    letter-spacing: .02em;
    line-height: 29px;
    margin: 0 auto;
    max-width: 1000px;
    text-align: left;
    width: auto !important
}

.page-content table.aligncenter {
    text-align: center
}

@media (max-width: 992px) {
    .page-content table {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent
    }
}

.page-content table thead {
    border-bottom: 1px solid #3d3f5c
}

.page-content table thead td, .page-content table thead th {
    font-weight: 500
}

.page-content table tbody tr {
    border-bottom: 1px solid #3d3f5c
}

.page-content table tbody tr:last-of-type {
    border-bottom: 0
}

.page-content table tbody td {

}

.page-content table td, .page-content table th {

    vertical-align: top
}

.page-content table td:last-of-type, .page-content table th:last-of-type {
    padding-right: 0
}

@media (max-width: 576px) {
    .page-content table td, .page-content table th {
        width: auto !important
    }
}

.page-content table.double {
    margin: 40px auto
}

@media (max-width: 576px) {
    .page-content table.double {
        margin: 40px 0
    }

    .page-content table.double tr {
        display: block;
        height: auto !important;
        padding: 8px 0 36px
    }

    .page-content table.double td, .page-content table.double th {
        display: block;
        height: auto !important;
        min-width: 0 !important;
        padding: 0 0 4px;
        width: auto !important
    }

    .page-content table.double tbody tr:last-of-type {
        padding-bottom: 0
    }
}

.page-content table.is-mobile tr {
    display: block;
    height: auto !important;
    padding: 8px 0 36px
}

.page-content table.is-mobile td, .page-content table.is-mobile th {
    display: block;
    height: auto !important;
    min-width: 0 !important;
    padding: 0 0 4px;
    width: auto !important
}

.page-content table.is-mobile tbody tr:last-of-type {
    padding-bottom: 0
}

.page-content table img {
    display: inline;
    margin: 0
}

.page-content .cover-table {
    margin: 40px 0;
    max-width: 100%;
    overflow: auto
}

.page-content nav {
    margin: 40px 0
}

.page-content nav, .page-content nav ol, .page-content nav ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.page-content nav ol, .page-content nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

@media (max-width: 576px) {
    .page-content nav ol li, .page-content nav ul li {
        width: 100%
    }
}

.page-content nav a {
    background: #3d3f5c;
    border-radius: 8px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 26px;
    margin: 0 4px 10px;
    padding: 10px 20px;
    transition: all .15s;
    white-space: nowrap
}

.page-content nav a:visited {
    color: #fff
}

.page-content nav a:hover {
    background: #414874;
    color: #5d9fed;
    text-decoration: none
}

@media (max-width: 768px) {
    .page-content nav a {
        white-space: normal
    }
}

@media (max-width: 576px) {
    .page-content nav a {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 8px;
        text-align: center;
        width: 100%
    }
}

.faq {
    margin: 40px 0 0
}

.pair {
    background: #3d3f5c;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 20px 40px
}

.pair:last-child {
    margin-bottom: 0
}

@media (max-width: 576px) {
    .pair {
        padding: 20px
    }
}

.pair.open .pair__q:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.pair__q {
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .04em;
    line-height: 28px;
    padding-right: 44px;
    position: relative
}

@media (max-width: 576px) {
    .pair__q {
        font-size: 18px;
        line-height: 25px;
        padding-right: 48px
    }
}

.pair__q:after {
    content: url(../img/arrow.svg);
    display: block;
    height: 20px;
    position: absolute;
    right: 4px;
    top: 4px;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    width: 20px
}

.pair__q:hover:after {
    content: url(../img/arrow-hover.svg)
}

.pair__a {
    color: #a8afe3;
    font-weight: 300;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease-in-out
}

.pair__a-inner {
    padding-top: 20px
}

.up-button {
    background-color: transparent;
    background-image: url(../img/btn.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    bottom: 35px;
    display: block;
    height: 50px;
    left: calc(50% + 620px);
    opacity: 0;
    padding: 0;
    position: fixed;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: all .15s ease;
    width: 42px;
    z-index: 10
}

@media (max-width: 1400px) {
    .up-button {
        left: auto;
        right: 35px
    }
}

@media (max-width: 992px) {
    .up-button {
        bottom: 80px
    }
}

@media (min-width: 992px) {
    .up-button:hover {
        background-image: url(../img/btn-hover.svg)
    }
}

.up-button.show {
    cursor: pointer;
    opacity: 1
}

.content-404 {
    margin-bottom: 100px;
    padding: 100px 10px 0;
    text-align: center
}

@media (max-width: 576px) {
    .content-404 {
        margin-bottom: 40px;
        padding-top: 40px
    }
}

.content-404 img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%
}

@media (max-width: 992px) {
    .content-404 img {
        max-width: 280px
    }
}

.title-404 {
    margin-bottom: 20px;
    margin-top: 20px
}

.home-btn {
    font-size: 24px
}

.apk-container {
    display: none;
    text-align: center
}

@media (max-width: 992px) {
    .apk-container {
        bottom: 20px;
        display: inline-block;
        left: 50%;
        position: fixed;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 99
    }
}

.apk-btn {
    display: inline-block
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

figure img {
    border-radius: 14px;
    margin: 30px auto;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.responsive-table {
    width: 100%;
    border-collapse: collapse;
}

.responsive-table th,
.responsive-table td {
    padding: 15px 15px;
    border: 1px solid #ddd;
    text-align: left;
}

.responsive-table th {
    background-color: #0F2E5A;
    font-weight: bold;
}

ul.custom-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: 'Comic Sans MS', cursive, sans-serif;
}

ul.custom-list li {
    margin: 10px 0;
    padding: 10px;
    background: linear-gradient(90deg, rgba(0,153,255,1) 0%, rgba(102,255,204,1) 100%);
    color: white;
    border-radius: 10px;
    position: relative;
}

ul.custom-list li::before {
    content: '';
    position: absolute;
    left: -30px;
    color: #0099ff;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
}


ol.custom-list {
    counter-reset: custom-counter;
    list-style: none;
    padding: 0;
    margin: 0;
}

ol.custom-list li {
    counter-increment: custom-counter;
    margin: 15px 0;
    padding: 10px;
    background: linear-gradient(90deg, rgba(0,153,255,1) 0%, rgba(102,255,204,1) 100%);
    color: white;
    border-radius: 10px;
    position: relative;
}

ol.custom-list li::before {
    content: counter(custom-counter) ". ";
    position: absolute;
    left: -50px;
    color: #0099ff;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
}


ul.custom-list li,
ol.custom-list li {
    transition: transform 0.3s ease, background-color 0.3s ease;
}

ul.custom-list li:hover,
ol.custom-list li:hover {
    transform: scale(1.05);
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
}


