.v9-heroscreen{background-color:var(--heroscreen-block-bg);color:var(--heroscreen-main-color);container-type:inline-size;padding:30px 0}.v9-heroscreen__content{display:grid;gap:64px;grid-template-columns:1fr 1fr;margin-top:68px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.v9-heroscreen__content:not(:has(.v9-heroscreen__img)){display:block}.v9-heroscreen__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;background:-webkit-gradient(linear,left top,right top,color-stop(0,var(--gradient-color-2)),to(var(--gradient-color-1)));background:linear-gradient(90deg,var(--gradient-color-2) 0,var(--gradient-color-1) 100%);border-radius:8px;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:16px;padding:24px;width:100%}.v9-heroscreen__info-title{color:inherit;font-size:36px;font-weight:700;line-height:120%}.v9-heroscreen__info-description{color:inherit;font-size:16px;font-weight:400;line-height:150%}.v9-heroscreen__info-description a{color:var(--heroscreen-links-color)}.v9-heroscreen__info-buttons,.v9-heroscreen__info-buttons__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;width:100%}.v9-heroscreen__info-buttons__item{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-flow:row-reverse nowrap;flex-flow:row-reverse nowrap;-webkit-box-pack:center;-ms-flex-pack:center;background-color:var(--heroscreen-button-bg);border-radius:var(--heroscreen-button-radius);color:var(--heroscreen-button-color);font-family:var(--font-2);justify-content:center;padding:12px 48px;text-align:center;text-decoration:none;-webkit-transition:background-color,color .3s ease-in-out;transition:background-color,color .3s ease-in-out;-webkit-box-flex:1;-ms-flex:1;flex:1}.v9-heroscreen__info-buttons__item:disabled{background:var(--button-disable-bg);color:var(--button-disable-color);pointer-events:none}.v9-heroscreen__info-buttons__item svg{height:20px;width:20px}.v9-heroscreen__info-buttons__item span{font-size:16px;font-weight:700;line-height:150%}.v9-heroscreen__img{border-radius:12px;height:auto;overflow:hidden;width:100%}.v9-heroscreen__img img{display:block;height:auto;-o-object-fit:contain;object-fit:contain;width:100%}.v9-heroscreen .v9-rating{background:var(--card-bg);border-radius:6px;color:var(--text-main);padding:8px 12px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.v9-heroscreen .v9-rating__title{color:inherit}.v9-heroscreen .v9-bonus{border-radius:8px;padding:16px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.v9-heroscreen .v9-bonus__link{display:none}@media (max-width:1200px){.v9-heroscreen__content{gap:32px;grid-template-columns:1.4fr 1fr}}@media (max-width:940px){.v9-heroscreen__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;gap:32px;margin-top:44px}}@media (max-width:768px){.v9-heroscreen{padding:16px 0}.v9-heroscreen__info{padding:16px}.v9-heroscreen__info-title{font-size:24px;font-weight:700;line-height:130%}}@media (max-width:620px){.v9-heroscreen__info-buttons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media not all and (pointer:coarse){.v9-heroscreen__info-buttons__item:hover{background-color:var(--heroscreen-button-bg-hover);color:var(--heroscreen-button-color-hover)}}