.v9-games{color:var(--text-main)}.v9-games .section__title{margin-bottom:16px}.v9-games__description{margin-bottom:20px}.v9-games__list{display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}.v9-games__card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;background:linear-gradient(to bottom,var(--theme-secondary-color) 75px,var(--card-bg) 0);border-radius:8px;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.04),0 12px 20px 0 rgba(0,0,0,.06);box-shadow:0 4px 8px 0 rgba(0,0,0,.04),0 12px 20px 0 rgba(0,0,0,.06);color:var(--text-main);-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:8px;padding:16px;width:100%}.v9-games__card-img{border-radius:50%;height:110px;margin-left:8px;min-height:110px;overflow:hidden;width:110px}.v9-games__card-img__content{background:var(--white);border-radius:50%;display:block;height:100%;-o-object-fit:cover;object-fit:cover;padding:8px;width:100%}.v9-games__card-info{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:justify;-ms-flex-pack:justify;gap:16px;height:-webkit-fill-available;height:-moz-available;height:fill-available;justify-content:space-between}.v9-games__card-info__title{font-size:20px;font-weight:600;line-height:140%}.v9-games__card-info__description{color:var(--text-secondary);font-size:16px;font-weight:400;line-height:150%}.v9-games__card-info__buttons{display:grid;gap:8px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}@media (max-width:1000px){.v9-games__list{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.v9-games__list{grid-template-columns:repeat(1,1fr)}.v9-games__card{background:linear-gradient(to bottom,var(--theme-secondary-color) 65px,var(--card-bg) 0)}.v9-games__card-img{height:90px;min-height:90px;width:90px}}