.hero-details{position:absolute;display:flex;flex-direction:column;justify-content:flex-end;gap:10px;width:min(720px,100% - 32px);height:100%;padding:16px 16px 22px}.hero-details_pb{padding-bottom:40px}@container hero-section (min-width: 768px){.hero-details{gap:14px;width:min(760px,100% - 64px);padding:32px 32px 48px 96px}}.hero-details__name{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-height:2.4em;font-size:30px;font-weight:700;color:var(--typography-primary-color)}.hero-details__name.two-lines{font-size:28px}@container hero-section (min-width: 768px){.hero-details__name{font-size:54px}.hero-details__name.two-lines{font-size:48px}}@container hero-section (min-width: 1200px){.hero-details__name,.hero-details__name.two-lines{font-size:60px}}.hero-details__description{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-height:2.5em;max-width:640px;color:rgba(245,245,245,.8);font-size:14px;line-height:1.45}@container hero-section (min-width: 768px){.hero-details__description{-webkit-line-clamp:3;line-clamp:3;font-size:18px}}.hero-details__tags{display:flex;flex-wrap:wrap;order:-1;gap:15px}.hero-details__tag{display:flex;justify-content:center;align-items:center;color:var(--primary-color);font-size:14px;text-transform:uppercase}.hero-details__actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding-top:4px}.hero-details__button{display:flex;justify-content:center;align-items:center;gap:5px;min-height:40px;padding:10px 24px;border:1px solid rgba(0,0,0,0);border-radius:6px;background:var(--dropdown-bg-color);font-size:14px;text-transform:none;color:var(--dropdown-text-color)}.hero-details__button svg{flex-shrink:0}@media(min-width:768px){.hero-details__button:hover{background:rgba(255,255,255,.9019607843)}.hero-details__button:hover path{stroke:currentColor}}.hero-details__button_circle{width:40px;min-width:40px;height:40px;padding:0;border:1px solid var(--border-overlay-strong);border-radius:50%;background:var(--border-overlay);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--typography-primary-color)}@media(min-width:992px){.hero-details__button_circle:hover{background:rgba(255,255,255,.2)}}.hero-details__progress{display:flex;flex-direction:column;width:100%;max-width:520px}.hero-details__progress-bar-wrapper{display:flex;align-items:center;gap:10px;width:100%}.hero-details__progress-bar-wrapper .progress-bar{width:100%;height:4px}.hero-details__progress-bar-wrapper .progress-bar__track{border-radius:999px;background:rgba(255,255,255,.22)}.hero-details__progress-bar-wrapper .progress-bar__value{border-radius:999px}.hero-details__progress-bar-wrapper p{color:var(--typography-primary-color)}.hero-details__logo{width:100px;height:100px;object-fit:contain}@container hero-section (min-width: 768px){.hero-details__logo{width:170px;height:170px}}.hero-details-text-animation .swiper-slide .hero-details{opacity:0;transition:opacity .3s ease;will-change:opacity,transform}.hero-details-text-animation.hero-details-text-animation_settled .swiper-slide-active .hero-details{transition-property:opacity,transform;transition-duration:var(--hero-details-text-animation-duration,.45s);transition-timing-function:ease;opacity:1;transform:translateZ(0)}.hero-details-text-animation:not(.hero-details-text-animation_settled) .swiper-slide-next .hero-details,.hero-details-text-animation:not(.hero-details-text-animation_settled) .swiper-slide-prev .hero-details,.hero-details-text-animation_fade .swiper-slide .hero-details{transform:translateZ(0)}.hero-details-text-animation_left-to-right .swiper-slide .hero-details{transform:translate3d(-40px,0,0)}.hero-details-text-animation_right-to-left .swiper-slide .hero-details{transform:translate3d(40px,0,0)}.hero-details-text-animation_bottom-to-top .swiper-slide .hero-details{transform:translate3d(0,40px,0)}.hero-details-text-animation_top-to-bottom .swiper-slide .hero-details{transform:translate3d(0,-40px,0)}