.v12-games-advanced .section__title{margin-bottom:16px}.v12-games-advanced__list{display:grid;gap:16px;grid-template-columns:repeat(3,1fr);margin-top:20px}.v12-games-advanced__card{color:var(--text-main);padding-top:80px;position:relative;-webkit-transition:-webkit-box-shadow .3s ease-in-out;transition:-webkit-box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;width:100%}.v12-games-advanced__card,.v12-games-advanced__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.v12-games-advanced__content{border:1px solid var(--line-secondary);border-radius:12px;gap:16px;height:-webkit-fill-available;padding:80px 16px 16px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.v12-games-advanced__heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:4px}.v12-games-advanced__img{border-radius:8px;height:136px;overflow:hidden;width:236px;-ms-flex-negative:0;flex-shrink:0;left:16px;position:absolute;top:0}.v12-games-advanced__img img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.v12-games-advanced__category{color:var(--text-secondary);font-size:14px;font-weight:400;line-height:150%}.v12-games-advanced__title{font-size:20px;font-weight:600;line-height:140%}.v12-games-advanced__tags{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;width:100%}.v12-games-advanced__tag{border-radius:8px;color:var(--white);display:block;font-size:12px;font-weight:400;line-height:150%;padding:4px 12px}.v12-games-advanced__tag_popular{background:var(--error-base)}.v12-games-advanced__tag_new{background:var(--success-darken-1)}.v12-games-advanced__tag_jackpot{background:var(--contrast-bg);color:var(--contrast-color)}.v12-games-advanced ul{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:12px}.v12-games-advanced ul li{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.v12-games-advanced__detail-title,.v12-games-advanced__detail-value{color:var(--text-main);font-size:14px;font-weight:400;line-height:150%}.v12-games-advanced__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;margin-top:auto}.v12-games-advanced__link{margin:24px auto 0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.v12-games-advanced__link svg{height:20px;width:20px}@media (max-width:1000px){.v12-games-advanced__list{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.v12-games-advanced__list{grid-template-columns:repeat(1,1fr)}}@media not all and (pointer:coarse){.v12-games-advanced__card:hover .v12-games-advanced__content{border:1px solid var(--line-main)}}