.hero-details{position:absolute;display:flex;flex-direction:column;justify-content:flex-end;gap:12px;width:90%;height:100%;padding:var(--padding-horizontal)}.hero-details_pb{padding-bottom:40px}@media(min-width:768px){.hero-details{gap:16px;width:70%}.hero-details_pb{padding-bottom:60px}}@media(min-width:992px){.hero-details{gap:20px;width:60%;padding:30px}}.hero-details__name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-height:2.4em;line-height:1.2;color:#e7e7e7}@media(max-width:768px){.hero-details__name{font-size:24px}.hero-details__name.two-lines{font-size:20px}}@media(min-width:768px){.hero-details__name{font-size:32px}.hero-details__name.two-lines{font-size:28px}}@media(min-width:992px){.hero-details__name{font-size:58px}.hero-details__name.two-lines{font-size:54px}}.hero-details__description{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-height:2.5em}@media(min-width:768px){.hero-details__description{font-size:18px}}@media(min-width:992px){.hero-details__description{font-size:22px}}.hero-details__tags{display:flex;flex-wrap:wrap;gap:10px}.hero-details__tag{display:flex;justify-content:center;align-items:center;gap:10px;padding:5px 15px;border-radius:4px;background:#666;font-size:12px;color:#e7e7e7}.hero-details__info{display:flex;flex-direction:column;gap:10px}.hero-details__fields{display:flex;gap:15px;font-size:16px;font-weight:300}@media(min-width:992px){.hero-details__fields{font-size:18px}}.hero-details__fields-label{font-size:16px;font-weight:700;text-transform:uppercase;color:#80807e}@media(min-width:992px){.hero-details__fields-label{font-size:18px}}.hero-details__actions{display:flex;flex-wrap:wrap;gap:15px}.hero-details__button{display:flex;justify-content:center;align-items:center;gap:5px;padding:5px 15px;border-radius:6px;background:#666;text-transform:uppercase;font-family:var(--font-futura);font-size:14px;font-weight:600;color:#e7e7e7}@media(min-width:992px){.hero-details__button:hover{background-color:#e7e7e7;color:#f23914}.hero-details__button:hover path{stroke:url(#globalGradient)}}.hero-details__button_transparent{background:rgba(0,0,0,0);border:1px solid #e7e7e7}.hero-details__button_circle{padding:5px;width:34px;height:34px;border-radius:50%}.hero-details__button_circle svg{width:30px;height:30px}.hero-details .favorites-button__active{background:#e7e7e7}.hero-details__progress{display:flex;flex-direction:column}.hero-details__progress-name{overflow:hidden;width:135px;min-width:0;text-overflow:ellipsis;white-space:nowrap;text-transform:uppercase;font-size:14px;font-weight:600;color:#e7e7e7}@media(min-width:375px){.hero-details__progress-name{width:200px}}@media(min-width:992px){.hero-details__progress-name{width:350px}}.hero-details__progress-bar-wrapper{display:flex;align-items:center;gap:10px}.hero-details__progress-bar-wrapper p{font-size:12px;font-weight:500;color:#e7e7e7}@media(min-width:768px){.hero-details__progress-bar-wrapper p{font-size:14px}}.hero-details__progress-bar-wrapper .progress-bar{width:135px;height:10px}@media(min-width:375px){.hero-details__progress-bar-wrapper .progress-bar{width:200px}}@media(min-width:992px){.hero-details__progress-bar-wrapper .progress-bar{width:350px}}.slick-wrapper{padding:0 var(--padding-horizontal)}.slick-wrapper .slick-list{margin:0 -10px;border-radius:var(--border-radius)}.slick-slide{padding:0 10px}.banner{position:relative;display:flex;height:65dvh;max-height:450px;width:100%;background:var(--gradient-over-element);border-radius:var(--border-radius)}.banner__image-wrapper{position:relative;width:100%;min-height:calc(100% - var(--header-height))}.banner__image{width:100%;height:100%;border-radius:var(--border-radius);object-fit:cover}.banner__shading{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,rgba(0,0,0,.75) 45%,rgba(0,0,0,0) 75%)}@media(min-width:768px){.banner{height:450px;max-height:auto}}