.promotion-card {
    display: flex;
    flex-direction: column;
    grid-column: span 6;
    min-height: 202px;
    padding: 16px 200px 16px 16px;
    background-color: var(--color-dark-grey-1);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 16px;
    aspect-ratio: auto
}

.promotion-card__clickable {
    cursor: pointer
}

.promotion-card__title {
    font-size: 10px;
    font-weight: 600;
    line-height: 1.6;
    color: var(--color-light-grey-3);
    margin-bottom: 4px;
    white-space: break-spaces
}

.promotion-card__offer {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    white-space: break-spaces;
    -ms-overflow-style: none;
    scrollbar-width: none;
    font-style: var(--font-style-header)
}

.promotion-card__description {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-style: var(--font-style-header)
}

.promotion-card__actions {
    width: 100%;
    margin-top: auto;
    display: flex;
    padding-top: 12px;
    align-items: center
}

.promotion-card__action-btn {
    flex-shrink: 0
}

.promotion-card__info-btn {
    margin-left: 4px
}

@media(min-width: 768px) {
    .promotion-card__title {
        font-size:16px
    }

    .promotion-card__offer {
        font-size: 24px
    }

    .promotion-card__description {
        font-size: 18px
    }
}

@media(min-width: 960px) {
    .promotion-card {
        min-height:232px
    }

    .promotion-card__title {
        font-size: 18px
    }

    .promotion-card__offer {
        font-size: 32px
    }

    .promotion-card__description {
        font-size: 24px
    }
}

@media(min-width: 1248px) {
    .promotion-card {
        grid-column:span 2;
        min-height: auto;
        height: 100%
    }

    .promotion-card__title {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 4px
    }

    .promotion-card__offer {
        font-size: 24px;
        font-weight: 700;
        line-height: 1.2;
        overflow: hidden;
        max-height: 58px
    }

    .promotion-card__description {
        font-size: 16px;
        font-weight: 600
    }

    .promotion-card:first-child {
        grid-column: span 6;
        padding: 24px 300px 24px 24px;
        aspect-ratio: 4/1
    }

    .promotion-card:first-child .promotion-card__title {
        font-size: 28px;
        font-weight: 500;
        line-height: 1.2;
        margin-bottom: 8px
    }

    .promotion-card:first-child .promotion-card__offer {
        font-size: 64px;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 4px;
        overflow: auto;
        max-height: initial
    }

    .promotion-card:first-child .promotion-card__offer::-webkit-scrollbar {
        display: none
    }

    .promotion-card:first-child .promotion-card__description {
        font-size: 32px;
        font-weight: 700;
        line-height: 1.2
    }

    .promotion-card:first-child .promotion-card__info-btn {
        margin-left: 8px
    }

    .promotion-card:nth-child(2),.promotion-card:nth-child(3) {
        grid-column: span 3;
        padding-right: 300px
    }

    .promotion-card:nth-child(2) .promotion-card__title,.promotion-card:nth-child(3) .promotion-card__title {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.5;
        margin-bottom: 8px
    }

    .promotion-card:nth-child(2) .promotion-card__offer,.promotion-card:nth-child(3) .promotion-card__offer {
        font-size: 40px;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 4px;
        overflow: auto;
        max-height: initial
    }

    .promotion-card:nth-child(2) .promotion-card__description,.promotion-card:nth-child(3) .promotion-card__description {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.4
    }
}

.promotion-cards__list {
    color: var(--color-white);
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(6, 1fr);
    justify-content: stretch
}

.promotion-cards__list+.promotion-cards {
    margin-top: 16px
}

.desktop .promotion-cards__loader {
    grid-column: span 2
}

.promotion-cards .smartico-tournament-card {
    grid-column: span 6;
    min-height: 165px;
    aspect-ratio: auto
}

.desktop .promotion-cards .smartico-tournament-card {
    grid-column: span 2
}

.desktop .promotion-cards .smartico-tournament-card__content {
    padding: 16px
}

.desktop .promotion-cards .smartico-tournament-card .smartico-tournament-card__prize {
    white-space: nowrap
}

.desktop .promotion-cards .smartico-tournament-card:first-child {
    grid-column: span 6;
    aspect-ratio: 4/1
}

.desktop .promotion-cards .smartico-tournament-card:first-child .smartico-tournament-card__content {
    width: 75%;
    padding: 24px
}

.desktop .promotion-cards .smartico-tournament-card:first-child .m-smartico-tournament-name__name {
    margin: 16px 0 0;
    font-size: 28px
}

.desktop .promotion-cards .smartico-tournament-card:first-child .smartico-tournament-card__image {
    width: 25%
}

.desktop .promotion-cards .smartico-tournament-card:first-child .smartico-tournament-card__prize {
    font-size: 24px
}

.desktop .promotion-cards .smartico-tournament-card:nth-child(2),.desktop .promotion-cards .smartico-tournament-card:nth-child(3) {
    grid-column: span 3
}

.desktop .promotion-cards .smartico-tournament-card:nth-child(2) .m-smartico-tournament-name__name,.desktop .promotion-cards .smartico-tournament-card:nth-child(3) .m-smartico-tournament-name__name {
    font-size: 22px
}

.desktop .promotion-cards .smartico-tournament-card:nth-child(2) .smartico-tournament-card__prize,.desktop .promotion-cards .smartico-tournament-card:nth-child(3) .smartico-tournament-card__prize {
    font-size: 20px
}

@media(min-width: 1248px) {
    .promotion-cards .smartico-tournament-card,.promotion-cards .promotion-card {
        overflow:hidden
    }
}
