.v7-heroscreen{color:var(--heroscreen-main-color)}.v7-heroscreen__breadcrumbs{background:var(--site-bg);padding:20px 0}.v7-heroscreen__content{background:var(--site-bg);padding:48px 0}.v7-heroscreen__wrapper{background:-webkit-gradient(linear,left top,right top,from(var(--gradient-color-1)),to(var(--gradient-color-2)));background:linear-gradient(90deg,var(--gradient-color-1) 0,var(--gradient-color-2) 100%);border-radius:16px;overflow:hidden;padding:24px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:60px}.v7-heroscreen__info,.v7-heroscreen__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.v7-heroscreen__info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:16px}.v7-heroscreen__info-title{color:inherit;font-size:36px;font-weight:600;line-height:120%}.v7-heroscreen__info-description{color:var(--heroscreen-secondary-color);font-size:16px;font-weight:400;line-height:150%}.v7-heroscreen__info-description a{color:var(--heroscreen-links-color)}.v7-heroscreen__info .v7-bonus{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.v7-heroscreen__info-bonus{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px}.v7-heroscreen__info-buttons{background:var(--white);border-radius:16px;padding:16px;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:6px;max-width:450px}.v7-heroscreen__info-buttons,.v7-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}.v7-heroscreen__info-buttons__item{background-color:var(--heroscreen-button-bg);border-radius:var(--heroscreen-button-radius);color:var(--heroscreen-button-color);font-family:var(--font-2);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;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-flow:row-reverse nowrap;flex-flow:row-reverse nowrap;font-size:16px;font-weight:400;gap:8px;line-height:150%}.v7-heroscreen__info-buttons__item:disabled{background:var(--button-disable-bg);color:var(--button-disable-color);pointer-events:none}.v7-heroscreen__info-buttons__item svg{height:20px;width:20px}.v7-heroscreen__info:not(:has(.v7-bonus)) .v7-heroscreen__info-buttons{max-width:unset;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.v7-heroscreen__img{-ms-flex-negative:0;border-radius:16px;flex-shrink:0;height:auto;overflow:hidden;width:402px}.v7-heroscreen__img img{height:auto;width:100%}.v7-heroscreen .v7-rating{color:var(--heroscreen-main-color)}@media (max-width:1360px){.v7-heroscreen__info-bonus{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (max-width:1200px){.v7-heroscreen__wrapper{gap:32px}.v7-heroscreen__img{width:340px}}@media (max-width:1024px){.v7-heroscreen__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;padding:16px}.v7-heroscreen__info-buttons{max-width:unset}.v7-heroscreen__img{width:100%}}@media (max-width:768px){.v7-heroscreen__breadcrumbs{padding:12px 0}.v7-heroscreen__content{padding:32px 0}.v7-heroscreen__info-title{font-size:30px;font-weight:600;line-height:130%}}@media (max-width:640px){.v7-heroscreen__info-buttons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.v7-heroscreen__info:not(:has(.v7-bonus)) .v7-heroscreen__info-buttons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media not all and (pointer:coarse){.v7-heroscreen__info-buttons__item:hover{background-color:var(--heroscreen-button-bg-hover);color:var(--heroscreen-button-color-hover)}}