.expandableWrapper{background:var(--surface);border-radius:1.6rem;transition:background .4s;max-width:106rem;margin:0 auto}.expandableWrapper.isOpened{background:var(--gray)}.expandableWrapper .answer{font-size:1.8rem;line-height:2.6rem;padding:.2rem 3.2rem 2.8rem}@media screen and (max-width:750px){.expandableWrapper .answer{padding:.2rem 1.6rem 1.6rem}}.expandableWrapper .answer ul{margin-top:2rem;display:flex;flex-direction:column;gap:2rem;padding:0 1.6rem}.expandableWrapper .answer ul li{list-style-position:inside;list-style-type:disc;display:list-item}.expandableWrapper .question{cursor:pointer;display:flex;padding:2.2rem 2.2rem 2.2rem 0}@media screen and (max-width:750px){.expandableWrapper .question{padding:1.2rem 1.6rem 1.2rem 0}}.expandableWrapper .question>p{font-size:2.2rem;line-height:2.8rem;color:var(--title);flex:1 1;padding:0 3.2rem}@media screen and (max-width:750px){.expandableWrapper .question>p{font-size:2rem;line-height:2.8rem;padding:0 1.6rem}}.expandableWrapper .question>i{font-size:2.8rem}.expandableWrapper+.expandableWrapper{margin-top:1rem}.popupBackdrop{background:rgba(14,15,17,.3215686275);position:fixed;width:100%;height:100%;top:0;left:0;z-index:1000}.popupWrapper{z-index:1005;width:100%;max-width:100rem;background:var(--light);border-radius:1.6rem;top:50%;left:50%;transform:translate(-50%,-50%);position:fixed;display:flex;flex-direction:column;overflow:hidden}.popupWrapper:not(:has(.isHorizontal)){max-width:46rem}@media screen and (max-width:750px){.popupWrapper{max-width:calc(100vw - 2.4rem)!important}}.popupWrapper .contentPart{flex:1 1;position:relative;overflow-y:auto;padding:0 2rem 2rem}@media screen and (max-width:750px){.popupWrapper .contentPart{padding:0 1.2rem 1.2rem}}.popupWrapper .contentPart iframe{aspect-ratio:9/16;height:auto;border-radius:.6rem;max-height:85vh}.popupWrapper .contentPart iframe.isHorizontal{aspect-ratio:16/9}.popupWrapper .headerPart{min-height:4rem;display:flex;align-items:center;padding:2rem 2rem 1.6rem;flex-shrink:0}@media screen and (max-width:750px){.popupWrapper .headerPart{min-height:2.8rem;padding:1.2rem 1.2rem .8rem}}.popupWrapper .headerPart .title{display:flex;gap:1.2rem;align-items:center;flex:1 1;font-size:2.4rem;line-height:3.2rem;font-weight:500;color:var(--title)}@media screen and (max-width:750px){.popupWrapper .headerPart .title{font-size:2.2rem;line-height:2.8rem}}.popupWrapper .headerPart .title>svg{width:4rem;height:4rem;object-fit:contain;flex-shrink:0}@media screen and (max-width:750px){.popupWrapper .headerPart .title>svg{width:2.8rem;height:2.8rem}}.popupWrapper .headerPart .close{display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:50%;width:2.4rem;height:2.4rem;font-size:1.6rem;background:var(--gray);cursor:pointer}.popupWrapper .headerPart .close:not(.active):active,.popupWrapper .headerPart .close:not(.active):hover{background:var(--grayHover)}.popupWrapper .headerPart .close.active{cursor:default}.ugcVideoWrapper{border-radius:1.6rem;overflow:hidden;position:relative;cursor:pointer;transition:opacity .4s;flex-shrink:0;background:rgba(var(--text-rgb),.04)}.ugcVideoWrapper.isHorizontal img{aspect-ratio:103/87}.ugcVideoWrapper:not(.active):active,.ugcVideoWrapper:not(.active):hover{opacity:.8}.ugcVideoWrapper.active{cursor:default}.ugcVideoWrapper .icon-play{background:var(--light);width:3.2rem;pointer-events:none;height:3.2rem;border-radius:.8rem;color:var(--dark);position:absolute;bottom:1.2rem;left:1.2rem;font-size:1.6rem;display:flex;justify-content:center;align-items:center}.ugcVideoWrapper img{width:100%;height:100%;object-fit:cover;aspect-ratio:49/87}.videoPlayer{background:rgba(14,15,17,.3215686275);position:fixed;width:100%;height:100%;top:0;left:0;z-index:99999;display:flex;justify-content:center;align-items:center}.faqWrapper .title{font-weight:400;text-align:center;color:var(--title);font-size:4.5rem;line-height:5.6rem}@media screen and (max-width:750px){.faqWrapper .title{font-size:2.8rem;line-height:3.6rem}}.faqWrapper .description{color:var(--caption);font-size:1.8rem;line-height:2.6rem;text-align:center;max-width:62.8rem;margin:1.2rem auto 4rem}.ratingBlock{gap:.4rem;font-size:2rem;display:inline-flex}.heroWrapper{grid-gap:2rem;gap:2rem;display:grid;grid-template-columns:1fr auto;align-items:flex-end;margin-bottom:2rem}@media screen and (max-width:750px){.heroWrapper{grid-template-columns:1fr;margin-bottom:0}}.heroWrapper .ratingContainer{display:flex;gap:1.2rem;font-size:1.8rem;align-items:center;line-height:2.6rem;white-space:nowrap}@media screen and (max-width:1020px){.heroWrapper .ratingContainer{flex-wrap:wrap;gap:1.2rem}.heroWrapper .ratingContainer .ratingBlock{width:100%}}.heroWrapper .ratingContainer>svg{height:2rem}.heroWrapper .container{width:100%;max-width:57rem;margin-bottom:3.8rem}@media screen and (max-width:750px){.heroWrapper .container{max-width:100%;order:2;margin-bottom:0}}.heroWrapper .container h1{font-weight:500;color:var(--title);font-size:6.4rem;line-height:8rem}@media screen and (max-width:1020px){.heroWrapper .container h1{font-size:3.6rem;line-height:4.4rem}}.heroWrapper .container h6{font-size:1.8rem;color:var(--caption);font-weight:400;line-height:2.6rem;margin-top:.8rem;white-space:pre-line}.heroWrapper .container .buttonGroup{display:inline-flex;gap:1.6rem;align-items:center;margin:2.8rem 0}@media screen and (max-width:750px){.heroWrapper .container .buttonGroup{width:100%}.heroWrapper .container .buttonGroup>button:first-of-type{flex:1 1}}.heroWrapper>.playerContent,.heroWrapper>.playerContent video,.heroWrapper>.playerContent>div{max-width:62.8rem;aspect-ratio:1256/1024}@media screen and (max-width:1020px){.heroWrapper>.playerContent,.heroWrapper>.playerContent video,.heroWrapper>.playerContent>div{max-width:48rem!important;height:auto!important}}@media screen and (max-width:750px){.heroWrapper>.playerContent,.heroWrapper>.playerContent video,.heroWrapper>.playerContent>div{max-width:none!important}}