@font-face {
    font-family: 'Geologica';
    src: url('./content/Geologica-VariableFont_CRSV,SHRP,slnt,wght.ttf');
    font-display: swap;
    format('truetype');
    font-weight: 100 900;
    font-display: swap;
}

:focus {
    outline: 0 !important
}

.hidden {
    display: none;
}

.rotate-180 {
    transform: rotate(180deg) !important;
}

table {
    display: block;
    overflow-x: auto;
    border-collapse: collapse;
    width: 100%
}

table tr {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff
}

table td,
table th {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px;
    min-width: 120px
}

.c-table__wrapper {
    overflow-x: auto;
    margin: 20px 0;
    padding-bottom: 2px
}

.text-block-second-content h2,
.text-block-second-content h3,
.text-block-second-content h4 .text-block-content h2,
.text-block-content h3,
.text-block-content h4,
.text-block-second-content table,
.text-block-content table {
    margin-bottom: 15px;
}

.text-block-second-content img,
.text-block-content img {
    margin: 2rem auto
}

.text-block-second-content p,
.text-block-content p {
    margin-bottom: 10px;
}

.text-block-second-content ul,
.text-block-content ul {
    padding-left: 25px;
    list-style-type: disc;
    margin-bottom: 15px
}

.text-block-second-content ol,
.text-block-content ol {
    padding-left: 25px;
    list-style-type: decimal;
    margin-bottom: 15px
}

.text-block-second-content a:not([class]),
.text-block-content a:not([class]) {
    color: FireBrick;
    text-decoration: none
}

.text-block-second-content a:not([class]):focus,
.text-block-second-content a:not([class]):hover,
.text-block-second-content a:not([class]):focus,
.text-block-second-content a:not([class]):hover {
    text-decoration: underline
}

@media screen and (max-width: 1200px) {
    .header {
        padding: 0px 12px;
    }

    .base-block {
        padding: 0px 48px;
    }
}

@media screen and (max-width: 1024px) {
    .base-block {
        margin-top: 32px;
        padding: 0px 32px;
    }
}

@media screen and (max-width: 668px) {

    table td,
    table th {
        font-size: 12px;
        padding: 5px;
        min-width: 100px;
    }

    .base-block {
        padding: 0px 8px;
        row-gap: 32px;
        margin-top: 20px;
    }

    .h2-base-title {
        margin-bottom: 20px;
        font-size: 26px;
        line-height: 33px;
    }
}

.lazyload,
.lazyloading {
    opacity: 0
}

.header-buttons-wrapper.active {
    transform: translateX(0);
}

.header-register-button:hover::after {
    z-index: 0;
    opacity: 1;
}

.header-register-button:active::after {
    background: radial-gradient(100% 100% at 50% 0%, #CC2031 0%, #FE5163 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.03) 100%);
}

.header-social-button:hover::after {
    z-index: 0;
    opacity: 1;
}

.header-social-button:active::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(99.97% 100% at 50% 0%, #41415E 0%, #55557D 100%), radial-gradient(100.01% 100% at 50% 0%, #484868 0%, #33334A 100%);
}

@media screen and (max-width: 1024px) {
    .header {
        position: fixed;
        left: 0;
        top: 0;
        min-height: 56px;
        padding: 0px 8px;
    }

    .header-mobile-buttons-wrapper {
        display: flex;
        gap: 0 20px;
    }

    .header-wrapper {
        position: relative;
        height: 56px;
    }

    .header-logo {
        height: 24px;
    }

    .header-logo img {
        height: 24px;
        width: 158px;
    }

    .header-burger-button {
        display: flex;
        position: relative;
        width: 40px;
        height: 40px;
        justify-content: center;
        align-items: center;
        box-shadow: 0px 2px 4px 0px #0000003D;
        border-radius: 4px;
    }

    .header-burger-button img {
        z-index: 2;
    }

    .header-burger-button::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100%), radial-gradient(100.01% 100% at 50% 0%, #333348 0%, #252535 100%);
        opacity: 0;
        transition: opacity 0.3s ease-out;
        z-index: -1;
    }

    .header-burger-button:hover::after {
        z-index: 0;
        opacity: 1;
    }

    .header-burger-button::before {
        border-radius: 4px;
    }

    .overlay {
        position: fixed;
        display: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1049;
    }

    .overlay.active {
        display: block;
    }

    .header-buttons-wrapper {
        overflow-y: auto;
        padding: 16px 20px 20px 20px;
        transition: transform 0.3s ease;
        position: fixed;
        flex-direction: column;
        row-gap: 28px;
        right: 0;
        top: 0;
        width: 320px;
        height: 100svh;
        background: #252536;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
        transform: translateX(100%);
        z-index: 1050;
    }

    .header-nav {
        display: flex;
        flex-direction: column;
    }

    .header-nav-item {
        padding: 12px 12px;
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: 0px;
        text-align: left;
        color: #8A8AAE;
        border-radius: 4px;
    }

    .header-nav-item:hover {
        color: white;
        background-color: #41415E;
        transition: all 0.3s ease-out;
    }

    .header-close-btn {
        display: block;
        margin: 6.5px 0px;
        align-self: end;
    }

    .header-lang {
        align-self: center;
    }

    .header-social-buttons-wrapper {
        order: 3;
        align-self: center;
    }

    .header-vertical-divider {
        display: none;
    }

    .header-horizontal-divider {
        display: block;
        margin: 0px -16px 20px -16px;
        height: 1px;
        background: linear-gradient(270deg, rgba(58, 58, 82, 0.08) 0%, #3A3A52 55.73%, rgba(58, 58, 82, 0.08) 100%);
    }

    .header-register-button-wrapper {
        margin-top: auto;
        order: 4;
    }

    .header-button.header-register-button {
        min-height: 40px;
        height: 40px;
    }

    .header-button.header-enter-button {
        height: 40px;
        min-height: 40px;
    }

    .main {
        margin-top: 56px;
    }
}

.banner-title-wrapper {
    display: flex;
    justify-content: center;
    padding: 16px 0px;
    width: 100%;
    margin-top: -60px;
    position: relative;
    backdrop-filter: blur(5px);
}

.banner-title-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: transparent;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.24) 50%, rgba(255, 255, 255, 0.04) 93.23%) border-box;
    -webkit-mask: linear-gradient(#fff, #fff) padding-box, linear-gradient(#fff, #fff);
    mask-composite: exclude;
}

.banner-title {
    font-size: 28px;
    font-weight: 800;
    line-height: 28px;
    letter-spacing: 0em;
    background: linear-gradient(180deg, #FFF47A 0%, #F4B200 37.5%, #FFC30C 45.31%, #FFF47A 99.48%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

@media screen and (max-width: 668px) {
    .header-mobile-buttons-wrapper {
        display: flex;
        gap: 0 8px;
    }

    .header-logo {
        height: 18px;
    }

    .header-logo img {
        height: 18px;
        width: 110px;
    }

    .banner-title-wrapper {
        margin-top: -28px;
        padding: 4px 0px;
    }

    .banner-title {
        font-size: 10px;
        font-weight: 800;
        line-height: 20px;
        letter-spacing: 0em;
    }
}

@media screen and (max-width: 389px) {
    .header-logo {
        height: 16px;
    }

    .header-logo img {
        height: 16px;
        width: 90px;
    }

    .header-mobile-buttons-wrapper {
        right: 0;
        position: absolute;
        transform: scale(0.9);
        transform-origin: center right;
    }
}

@media screen and (max-width: 359px) {
    .header-mobile-buttons-wrapper {
        right: 0;
        position: absolute;
        transform: scale(0.8);
        transform-origin: center right;
    }
}

.prize-fund-button:hover::after {
    z-index: 0;
    opacity: 1;
}

.prize-fund-button:active::after {
    background: radial-gradient(165.13% 100% at 50% 0%, #529900 0%, #CCFF00 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.04) 100%);
}

@media screen and (max-width: 668px) {
    .prize-fund-wrapper {
        margin-top: -36px;
    }

    .prize-fund {
        width: auto;
        display: flex;
        column-gap: 8px;
        height: 36px;
        padding: 6px 24px;
        border-radius: 16px 16px 0 0;
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0em;
    }

    .prize-fund::before {
        border-radius: 16px 16px 0 0;
    }

    .prize-fund-desktop-section {
        display: none;
        background: #252536;
    }

    .prize-fund-mobile-section {
        display: block;
    }

    .prize-fund-mobile-second-block-text {
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0em;
        display: flex;
        column-gap: 4px;
        padding: 4px 8px;
        margin-bottom: 16px;
        border-radius: 4px;
        background: #1E1E2C;
    }

    .prize-fund-mobile-second-block {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #252536;
        box-shadow: 0px 2px 2px 0px #00000099;
        border-radius: 0px 0px 8px 8px;
        padding: 0px 8px 8px 8px;
    }

    .prize-fund-mobile-second-block-title {
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0px;
        margin: 12px 0px;
    }

    .prize-fund-mobile-second-block-button {
        height: 40px;
        width: 100%;
    }
}

.navigation-menu .menu-item:nth-child(1):hover {
    background: radial-gradient(48.61% 48.61% at 50% 100%, rgba(8, 193, 250, 0.1) 0%, rgba(10, 194, 250, 0) 100%);
}

.navigation-menu .menu-item:nth-child(1):active::after {
    border-bottom: 2px solid #07BCF7;
}

.navigation-menu .menu-item:nth-child(2):hover {
    background: radial-gradient(48.61% 48.61% at 50% 100%, rgba(251, 121, 3, 0.1) 0%, rgba(251, 121, 3, 0) 100%);
}

.navigation-menu .menu-item:nth-child(2):active::after {
    border-bottom: 2px solid #FB7903;
}

.navigation-menu .menu-item:nth-child(3):hover {
    background: radial-gradient(48.61% 48.61% at 50% 100%, rgba(125, 250, 0, 0.1) 0%, rgba(125, 250, 0, 0) 100%);
}

.navigation-menu .menu-item:nth-child(3):active::after {
    border-bottom: 2px solid #7DFA00
}

.navigation-menu .menu-item:nth-child(4):hover {
    background: radial-gradient(48.61% 48.61% at 50% 100%, rgba(255, 161, 74, 0.1) 0%, rgba(255, 161, 74, 0) 100%);
}

.navigation-menu .menu-item:nth-child(4):active::after {
    border-bottom: 2px solid #FFDE26
}

@media screen and (max-width: 1024px) {
    .navigation-menu .menu-item {
        flex-direction: column;
        height: 100px;
    }

    .navigation-menu .menu-item img {
        margin-right: 0px;
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 668px) {
    .navigation {
        border-radius: 8px;
        margin: 32px 8px 0px 8px;
    }

    .navigation-menu .menu-item {
        flex-direction: column;
        height: 64px;
    }

    .navigation-menu .menu-item::before {
        border-width: 1px;
    }

    .navigation-menu .menu-item:first-child::before {
        border-radius: 8px 0px;
    }

    .navigation-menu .menu-item:last-child::before {
        border-radius: 0px 8px;
    }

    .navigation-menu .menu-item img {
        margin-right: 0px;
        margin-bottom: 4px;
        width: 24px;
        height: 24px;
    }

    .navigation-menu .menu-item .menu-item-text {
        font-size: 10px;
        font-weight: 500;
        line-height: 12px;
        letter-spacing: 0px;
    }
}

.flex-display {
    display: flex;
}

@media screen and (max-width: 668px) {
    .text-block {
        padding: 16px;
        margin-bottom: 12px;
    }

    .text-and-articles-block-title {
        font-size: 20px;
        line-height: 24px;
    }

    .text-block-content,
    .text-block-content-visible,
    .text-block-content-hidden {
        row-gap: 20px;
        font-size: 14px;
        font-weight: 100;
        line-height: 20px;
    }

    .text-block-button {
        margin-top: -4px;
    }
}

.articles-header-wrapper img.open {
    transform: rotate(0deg);
}

.articles-item:hover::before {
    opacity: 1;
}

.articles-item:active::before {
    background: #33334A;
    opacity: 1;
}

.articles-item:hover,
.articles-item:active {
    color: white;
}

@media screen and (max-width: 1200px) {
    .articles-item {
        flex: 0 0 100%;
    }
}

@media screen and (max-width: 668px) {
    .articles-header-wrapper {
        padding: 16px 16px 16px 16px;
    }

    .articles-item {
        padding: 12px;
    }
}

.inline-display {
    display: inline;
}

.text-block-second-button:hover {
    color: white;
}

.text-block-second-button:active {
    color: #41415c;
}

@media screen and (max-width: 668px) {
    .text-block-second-content {
        margin-bottom: 8px;
    }

    .text-block-second-button {
        font-size: 16px;
        line-height: 16px;
    }
}

.advantages-item:hover::after {
    z-index: 0;
    opacity: 1;
}

@media screen and (max-width: 1024px) {
    .advantages-item {
        flex: 0 0 calc(50% - 6px);
    }
}

@media screen and (max-width: 668px) {
    .advantages-content {
        padding: 12px;
    }

    .advantages-item {
        flex: 0 0 100%;
    }
}

.faq-item-content-visible.hide {
    display: none;
}

.faq-item-content-hidden.open {
    display: block;
}

.faq-pagination-prev-button:not(:disabled):hover::after,
.faq-pagination-next-button:not(:disabled):hover::after,
.review-pagination-prev-button:not(:disabled):hover::after,
.review-pagination-next-button:not(:disabled):hover::after {
    z-index: 0;
    opacity: 1;
}

.faq-pagination-prev-button:not(:disabled):active::after,
.faq-pagination-next-:not(:disabled):active::after,
.review-pagination-prev-button:not(:disabled):active::after,
.review-pagination-next-:not(:disabled):active::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(99.97% 100% at 50% 0%, #41415E 0%, #55557D 100%), radial-gradient(100.01% 100% at 50% 0%, #484868 0%, #33334A 100%);
}

@media screen and (max-width: 668px) {
    .review {
        margin-bottom: 32px;
    }

    .faq-content,
    .review-content {
        margin-bottom: 20px;
    }

    .faq-item {
        padding: 16px;
    }

    .faq-item-title {
        margin-bottom: 8px;
        font-size: 12px;
        font-weight: 300;
        line-height: 16px;
        letter-spacing: 0px;
        color: #8A8AAE;
    }

    .faq-pagination-prev-button,
    .faq-pagination-next-button,
    .review-pagination-prev-button,
    .review-pagination-next-button {
        width: 40px;
        height: 36px;
    }

    .faq-pagination-label,
    .review-pagination-label {
        width: 86px;
        font-size: 12px;
    }
}

.footer-nav-item:hover {
    color: white;
    transition: all 0.3s ease-out;
}

.footer-social-btn:hover {
    opacity: 0.8;
}

.footer-social-btn:active {
    background: black;
}

@media screen and (max-width: 1024px) {

    .footer-content-first-part,
    .footer-content-second-part {
        flex-wrap: wrap;
    }

    .footer-content-first-part {
        justify-content: center;
    }

    .footer-content-second-part .footer-second-part-item:first-child {
        max-width: 100%;
    }

    .footer-content-second-part .footer-second-part-item:nth-child(2) {
        max-width: calc(100% - 214px);
    }
}

@media screen and (max-width: 668px) {
    .footer {
        margin: 0px 20px;
    }

    .footer-content-first-part {
        justify-content: center;
        padding: 20px 0px;
    }

    .footer-content-second-part {
        justify-content: center;
        padding: 20px 0px;
    }

    .footer-content-second-part .footer-second-part-item:nth-child(1) {
        order: 2;
    }

    .footer-content-second-part .footer-second-part-item:nth-child(2) {
        max-width: 100%;
        order: 3;
    }

    .footer-content-second-part .footer-second-part-item:nth-child(3) {
        order: 1;
    }

    .footer-nav {
        justify-content: center;
    }

    .footer-second-part-item-text {
        font-size: 10px;
    }
}

.header-lang .choose-lang-button:hover,
.footer-lang .choose-lang-button:hover {
    background: #41415E;
}

.header-lang .choose-lang-list li:first-child:nth-last-child(even) {
    grid-column: inherit;
}

.choose-lang-list.show {
    visibility: visible;
    transform: scale(1);
}

.choose-lang-list li:hover {
    background-color: #2d3047;
}

.choose-lang .lang-native-select {
    display: none;
}

@media screen and (max-width: 1024px) {
    .header-lang .choose-lang-button span {
        display: block;
    }

    .header-lang .choose-lang-list {
        display: flex;
        flex-direction: column;
        border-radius: 4px;
        top: -260px;
        right: -19px;
        transform-origin: top right;
    }
}

.mini-banners {
    display: none;
}

@media screen and (max-width: 1024px) {
    .mini-banners {
        display: flex;
        flex-direction: column;
        row-gap: 8px;
    }

    .mini-banner-item {
        position: relative;
        height: 60px;
        padding: 16px 8px;
        border-radius: 6px;
    }

    .mini-banner-item-social {
        position: relative;
        height: 64px;
        padding: 16px 8px;
        border-radius: 6px;
        display: flex;
        justify-content: space-between;
    }

    .mini-banner-background-img {
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        border-radius: 6px;
    }

    .mini-banner-title {
        font-size: 16px;
        font-weight: 800;
        line-height: 16px;
        margin-bottom: 4px;
    }

    .mini-banner-text {
        font-size: 10px;
        font-weight: 400;
        line-height: 12px;
        text-align: left;
        color: #FEFEFE;
    }

    .mini-banner-socials-block {
        display: flex;
        column-gap: 8px;
    }

    .mini-banner-socials-block-btn {
        height: 32px;
        width: 32px;
    }
}

.swiper-wrapper {
    z-index: 0;
    height: auto;
}

.swiper-slide {
    width: 100%;
    height: auto;
}

.swiper-container {
    overflow: hidden;
}

.banner-container,
.download-button {
    color: #fff;
    border-radius: 10px;
    display: flex
}

.banner-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 680px;
    padding: 30px;
    height: 60px;
    background-image: url('/content/img/mini-banner/App_banner_desktop.png');
    background-repeat: no-repeat;
    box-sizing: border-box
}

.button-container {
    display: flex;
    flex-direction: row;
    gap: 20px
}

.download-button {
    align-items: center;
    justify-content: space-between;
    width: 160px;
    background: radial-gradient(circle, #96e000 100%, #529900 100%);
    text-decoration: none;
    cursor: pointer;
    font-family: Arial, sans-serif;
    transition: transform .2s, box-shadow .2s
}

.download-button .icon {
    display: flex;
    align-items: center;
    margin-right: 10px
}

.download-button .icon img {
    width: 30px;
    height: 30px
}

.download-button .text {
    flex: 1;
    text-align: left;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 600
}

.download-button .text .line1 {
    font-size: 9px;
    font-weight: 300;
    opacity: 95%
}

.download-button .text .line2 {
    font-size: 10px;
    font-weight: 700
}

.download-button .arrow {
    display: flex;
    align-items: center
}

.download-button .arrow img {
    width: 15px;
    height: 15px
}

.download-button:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2)
}

.ios {
    background-color: #89c559
}

.android {
    background-color: #79b657
}

@media (max-width:768px) {
    .banner-container {
        margin-top: 10px;
        flex-direction: column;
        align-items: start;
        text-align: center;
        height: auto;
        background-image: url('/content/img/mini-banner/App_banner_mobile.png');
        width: 100%;
        background-size: cover
    }

    .banner-content {
        text-align: left;
        padding-bottom: 20px
    }

    .button-container {
        flex-direction: column;
        gap: 15px;
        width: 100%
    }

    .download-button {
        width: 100%
    }
}

.first-line {
    font-size: 12px
}

.second-line {
    font-size: 18px
}

.styled-table {
    width: 100%;
    min-width: 460px;
    margin: 0 auto;
    border: 1px solid #000;
    border-collapse: collapse
}

.styled-table td,
.styled-table th {
    padding: 5px;
    border: 1px solid #000
}

.styled-table th {
    background-color: #f4f4f4;
    text-align: left
}

.articles__header-wrapper img,
.rotate--90 {
    transform: rotate(180deg)
}

.articles__block,
.games-nav,
.text-block__content {
    background-color: #252536
}

.game-title,
.match-header,
.promo {
    font-size: 14px
}

.game-item.active .game-title,
.league,
.odd-value,
.promo,
.score,
.team-score {
    font-weight: 700
}

.text-block__content {
    padding: 16px;
    border-radius: 12px;
    display: flex;
    flex-direction: column
}

.text-block__content p {
    margin: 6px 0;
    display: inline-block
}

.text-block__content-hidden {
    display: none
}

.inline-display {
    display: inline
}

.toggle-icon {
    transition: transform .3s ease-out
}

.rotate--90 {
    margin-left: 4px
}

.text-block__content-button {
    font-weight: 700;
    color: #dee3eb;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px
}

.articles__block {
    border-radius: 12px
}

.articles__header-wrapper {
    padding: 16px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px
}

.articles__header-wrapper img.open {
    transform: rotate(0)
}

.articles__items-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease-in-out;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap
}

.articles__items-wrapper.show {
    max-height: 1000px
}

.articles-item {
    display: flex;
    flex: 0 0 50%;
    align-items: center;
    padding: 12px;
    border-radius: 4px
}

.games-nav,
.match-first-line {
    justify-content: space-between
}

.articles-item__image {
    border-radius: 4px;
    padding: 4px;
    margin-right: 8px
}

.games-nav,
.match {
    border-radius: 15px
}

.articles-item:hover {
    background: #2e465a
}

.games-nav {
    display: flex;
    padding: 10px 20px
}

.game-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 5px;
    width: 20%
}

.league-icon,
.live-icon,
.promo-icon {
    width: 16px;
    height: 16px;
    margin-right: 5px
}

.game-item img {
    width: 40px;
    height: 40px;
    margin-bottom: 5px
}

.game-item.active {
    background: linear-gradient(0deg, #9a8f3a 0, #22222e 100%);
    border-bottom: 1px solid #ffde26
}

.live-icon {
    padding: 5px 10px;
    background-color: #fe284a
}

.game-title {
    color: #fff
}

.matches {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 6px
}

.match {
    background-color: #252536
}

.match-first-line,
.score-block {
    padding: 10px;
    border-radius: 8px
}

.match-first-line {
    color: #fff;
    display: flex
}

.live,
.match-type,
.odd-value,
.promo {
    color: #ffde26
}

.match-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px
}

.league,
.live {
    align-items: center;
    display: flex
}

.match-type {
    display: flex;
    align-items: center;
    font-size: 12px
}

.odds,
.teams {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px
}

.team span,
.team-name {
    font-size: 16px
}

.coef-inner,
.team-coef {
    font-size: 12px
}

.odd {
    display: flex;
    gap: 10px;
    align-items: center
}

.mob-line,
.score-block {
    justify-content: space-between;
    display: flex
}

.odd span {
    font-size: 14px
}

.score-block {
    color: #fff
}

.team {
    display: flex;
    flex-direction: column
}

.team-score {
    padding: 0 10px
}

.first-score {
    border-right: 1px solid #3a3a54;
    color: #ffde26
}

.last,
.team-coef {
    color: #8a8aae
}

.coef-inner {
    display: flex;
    padding: 12px 10px;
    background-color: #3a3a54;
    border-radius: 4px;
    gap: 10px
}

.coef-block {
    display: flex;
    gap: 4px
}

.score-score {
    display: flex;
    margin-left: 20px
}

.mob-line {
    width: 70%
}

.images-box {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
}

.images-box img {
    width: 100%;
    height: auto;
}

.mob-second {
    display: flex;
    width: 44%;
    justify-content: space-around
}

@media (max-width:768px) {
    .matches {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(6, 1fr)
    }

    .coef-block,
    .mob-line {
        padding: 10px 0
    }

    .game-item {
        width: 70px
    }

    .coef-inner,
    .mob-line {
        width: 100%
    }

    .match-first-line,
    .score-block {
        flex-direction: column
    }

    .mob-second {
        justify-content: space-between;
        width: 100%
    }

    .images-box {
        gap: 10px;
        grid-template-columns: 1fr;
    }
}