.cards > .card:nth-child(n+11) {
    display: none;
}


.card {
    background-color: #1b1d21;
    display: flex;
    flex-wrap: wrap;
    border-radius: 16px;
    padding: 12px;
    margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
    .card {
        margin-bottom: 16px;
    }
}
.card .label {
    color: #4b505a;
    font-size: 14px;
    display: block;
    margin: 0 0 8px 0
}

/*Preview*/
.card__preview {
    width: 240px;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 1199px) {
    .card__preview {
        width: 180px;
    }
}
@media screen and (max-width: 999px) {
    .card__preview {
        width: 300px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 768px) {
    .card__preview {
        width: 230px;
    }
}
@media screen and (max-width: 500px) {
    .card__preview {
        width: 100%;
    }
}
.card__preview a {
    display: block;
    text-decoration: none;
}
.card__preview img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    min-height: 170px;
    object-fit: cover;
}
@media screen and (max-width: 1199px) {
    .card__preview img {
        min-height: 130px;
    }
}

/*Title*/
.card__title {
    display: flex;
    align-items: center;
    padding: 0 20px;
    width: calc(100% - 940px);
}
@media screen and (max-width: 1199px) {
    .card__title {
        width: calc(100% - 820px);
    }
}
@media screen and (max-width: 999px) {
    .card__title {
        width: calc(100% - 300px);
        margin-bottom: 30px;
        padding-right: 0;
    }
}
@media screen and (max-width: 768px) {
    .card__title {
        width: calc(100% - 230px);
    }
}
@media screen and (max-width: 500px) {
    .card__title {
        width: 100%;
        padding-left: 0;
    }
}
.card__title .label {
    margin-top: 20px;
}
.card__title-h {
    font-weight: 700;
    letter-spacing: -1.2px;
    font-size: 26px;
    color: #fff;
}

.card__title-text {
    line-height: 1.4;
    color: #e7eaee;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -1.2px;
    margin-top: 8px;
}
/*Badges*/
.card__badges {
    display: flex;
    align-items: center;
    padding: 0 20px;
    width: 300px;
    position: relative;
}
@media screen and (max-width: 1199px) {
    .card__badges {
        width: 280px;
    }
}
@media screen and (max-width: 999px) {
    .card__badges {
        width: 300px;
        padding-left: 0;
    }
}
@media screen and (max-width: 768px) {
    .card__badges {
        width: 100%;
        margin-bottom: 30px;
        padding-right: 0;
    }
}
.card__badges:after,
.card__badges:before {
    content: '';
    display: block;
    width: 1px;
    top: 0;
    bottom: 0;
    background-color: #23262c;
    position: absolute;
}
.card__badges:before {
    left: 0;
}
@media screen and (max-width: 999px) {
    .card__badges:before {
        display: none;
    }
}
.card__badges:after {
    right: 0;
}
@media screen and (max-width: 768px) {
    .card__badges:after {
        display: none;
    }
}
.card__badges > div {
    width: 100%;
}
.card__badges-header {
    display: flex;
    justify-content: space-between;
}
.card__badges-headerCol1 {
    display: flex;
    flex-direction: column;
}
.card__badges-headerCol2 {
    display: flex;
    flex-direction: column;
}
.card__badges-header .text {
    font-weight: 700;
    font-size: 18px;
}

.card__badges-list{
    padding: 15px 0 0 0;
}
.card__badges-list .list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 0;
    margin: 0;
}
.card__badges-list .list > li {

}
.card__badges-list .list > li:first-child {
    margin-left: 0;
}
.card__badges-list .list > li:last-child {
    margin-right: 0;
}
.card__badges-list .list > li span {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(91deg, #7113ff -3.33%, #a80eff 110.01%);
    padding: 4px 9px;
    color: #fff;
    border-radius: 99px;
    font-size: 13px;
}

/*Action*/
.card__action {
    display: flex;
    align-items: center;
    padding: 0 0 0 20px;
    width: 400px;
    flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
    .card__action {
        width: 360px;
    }
}
@media screen and (max-width: 999px) {
    .card__action {
        width: calc(100% - 300px);
    }
}
@media screen and (max-width: 768px) {
    .card__action {
        width: 100%;
        padding-left: 0;
    }
}
.card__action-logos {
    width: 50%;
    padding: 0 10px 0 0;
}
@media screen and (max-width: 1199px) {
    .card__action-logos {
        width: calc(100% - 160px);
    }
}
@media screen and (max-width: 500px) {
    .card__action-logos {
        width: 100%;
        margin-bottom: 30px;
    }
}
.card__action-logos .list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.card__action-logos .list img {
    width: 50px;
    height: 28px;
    border-radius: 4px;
    object-fit: cover;
}
.card__action-logos .list .counter {
    width: 50px;
    height: 28px;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #e7eaee;
    border: 1px solid #e7eaee;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card__action-button {
    width: 50%;
    padding: 0 0 0 10px;
}
@media screen and (max-width: 1199px) {
    .card__action-button {
        width: 160px;
    }
}
@media screen and (max-width: 500px) {
    .card__action-button {
        width: 100%;
    }
}
.card__action-button .rating {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 0 20px 0;
}
@media screen and (max-width: 500px) {
    .card__action-button .rating {
        justify-content: center;
    }
}
.card__action-button .rating span {
    padding: 0 0 0 8px;
    position: relative;
    top: 2px;
}
.card__action-buttonLink {
    display: inline-flex;
    width: 100%;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin: 18px 0 0 0;
    justify-content: center;
    white-space: nowrap;
}
.card__action-buttonBtn {
    margin: 0;
    background: linear-gradient(91deg, #7113ff -3.33%, #a80eff 110.01%);
    padding: 16px 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    width: 100%;
    border-radius: 12px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    outline: none;
    cursor: pointer;
    white-space: nowrap;
}