.v3-heroscreen{color:var(--heroscreen-main-color);container-type:inline-size}.v3-heroscreen__content{background:var(--heroscreen-block-bg);border-radius:25px;display:grid;gap:128px;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr;padding:64px 32px 0 64px}.v3-heroscreen__info{display:-webkit-box;display:-ms-flexbox;display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding-bottom:64px;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:20px}.v3-heroscreen__info-title{font-size:36px;font-weight:600;letter-spacing:-.72px;line-height:120%}.v3-heroscreen__info-description{color:var(--heroscreen-secondary-color);font-size:16px;font-weight:400;line-height:150%}.v3-heroscreen__info-description a{color:var(--heroscreen-links-color)}.v3-heroscreen__info-bonus{background-color:#fff;border-radius:100px;color:var(--heroscreen-bonus-color);padding:16px 32px;position:relative}.v3-heroscreen__info-bonus__description{font-size:16px;font-weight:600;line-height:150%;max-width:63%}.v3-heroscreen__info-bonus__coins{height:100%;left:0;position:absolute;top:0;width:100%}.v3-heroscreen__info-bonus__coins .coin_1{bottom:60px;height:47px;position:absolute;right:60px;width:66px}.v3-heroscreen__info-bonus__coins .coin_2{height:37px;position:absolute;right:24px;top:21px;width:44px}.v3-heroscreen__info-bonus__coins .coin_3{bottom:-11px;height:50px;position:absolute;right:80px;width:72px}.v3-heroscreen__info-promocode{background-color:#fff;border-radius:16px;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:20px;padding:47px 16px 16px;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;color:var(--heroscreen-bonus-color);-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:10px}.v3-heroscreen__info-promocode__logo{background-color:var(--theme-color);border-radius:16px;height:64px;left:50%;padding:15px 12px;position:absolute;top:-30px;-webkit-transform:translate(-50%);transform:translate(-50%);width:64px}.v3-heroscreen__info-promocode__logo-img{display:block;height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.v3-heroscreen__info-promocode__description{font-size:16px;font-weight:600;line-height:150%;text-align:center}.v3-heroscreen__info-promocode__content{background-color:#f4f4f4;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:8px;overflow:hidden}.v3-heroscreen__info-promocode__btn{background-color:var(--heroscreen-button-bg);border-radius:0;color:var(--heroscreen-button-color);font-family:var(--font-2);font-size:16px;font-weight:500;line-height:150%;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}.v3-heroscreen__info-promocode__btn:disabled{background:var(--button-disable-bg);color:var(--button-disable-color);pointer-events:none}.v3-heroscreen__info-promocode__value{font-size:16px;font-weight:500;line-height:150%;padding:12px 16px}.v3-heroscreen__info-buttons{display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}.v3-heroscreen__info-buttons__item{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--heroscreen-button-bg);border-radius:var(--heroscreen-button-radius);color:var(--heroscreen-button-color);font-family:var(--font-2);gap:8px;padding:12px 32px;text-align:center;text-decoration:none;-webkit-transition:background-color,color .3s ease-in-out;transition:background-color,color .3s ease-in-out}.v3-heroscreen__info-buttons__item:disabled{background:var(--button-disable-bg);color:var(--button-disable-color);pointer-events:none}.v3-heroscreen__info-buttons__item svg{height:20px;width:20px;-ms-flex-negative:0;flex-shrink:0}.v3-heroscreen__info-buttons__item span{font-size:16px;font-weight:500;line-height:150%;white-space:nowrap}.v3-heroscreen__img{width:100%;-ms-flex-item-align:end;align-self:flex-end}.v3-heroscreen__img-content{height:auto;width:100%}.v3-heroscreen .v3-rating{color:var(--heroscreen-secondary-color)}@media (max-width:1360px){.v3-heroscreen__content{gap:32px}.v3-heroscreen__info-bonus__description{max-width:100%}.v3-heroscreen__info-bonus__coins .coin_1{bottom:-10px;height:23px;left:48px;right:0;width:34px}.v3-heroscreen__info-bonus__coins .coin_2{height:31px;right:88px;top:-12px;width:38px}.v3-heroscreen__info-bonus__coins .coin_3{bottom:-4px;height:26px;right:24px;width:38px}}@media (max-width:1200px){.v3-heroscreen__content{grid-template-columns:repeat(1,1fr);padding:64px 64px 0}.v3-heroscreen__info{padding-bottom:0;width:100%}}@media (max-width:768px){.v3-heroscreen__content{padding:32px 32px 0}.v3-heroscreen__info{gap:16px}.v3-heroscreen__info-promocode__btn{padding:12px 24px}.v3-heroscreen__info-buttons{grid-template-columns:repeat(1,1fr)}}@media (max-width:560px){.v3-heroscreen__content{padding:16px 16px 0}.v3-heroscreen__info-title{font-size:30px;font-weight:600;line-height:130%}}@media not all and (pointer:coarse){.v3-heroscreen__info-buttons__item:hover,.v3-heroscreen__info-promocode__btn:hover{background-color:var(--heroscreen-button-bg-hover);color:var(--heroscreen-button-color-hover)}}