@charset "UTF-8";html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{margin:0;font-family:DM Sans,sans-serif;background-color:var(--basic-bg)}h1,h2,h3,h4,h5,h6,p,li{margin:0}ul,ol{margin:0;padding:0;list-style:none}a{color:currentColor;text-decoration:none}button{cursor:pointer}img{display:block;max-width:100%;height:auto}.header{position:fixed;top:0;z-index:1000;width:100%;padding:10.5px 0;height:60px;background:#eae9e5;border-bottom:1px solid var(--line)}@media screen and (min-width: 1200px){.header{padding:24px 0;height:100px}}.menu-header{display:flex;align-items:center;justify-content:space-between;margin:0 auto}.burger{background:transparent;border:none}@media screen and (min-width: 1200px){.burger{display:none}}.desk_nav{display:none}@media screen and (min-width: 1200px){.desk_nav{display:block}}.menu-header img{width:38px}@media screen and (min-width: 1200px){.menu-header img{width:50px}}.header-ul{display:flex;flex-direction:column;gap:30px;font-family:var(--font-family);font-weight:400;font-size:18px;line-height:100%;text-align:left;color:var(--black);margin:0 auto;width:320px;padding:60px 20px}@media screen and (min-width: 1200px){.header-ul{flex-direction:row;gap:25px;text-align:center;align-items:start;padding:0;width:auto}}.mob{display:flex;align-items:center;justify-content:space-between}[data-menu]{display:none;position:absolute;top:0;left:0;background:var(--basic-bg);width:100%;height:100vh;overflow-y:auto;z-index:999}.header-mb{display:flex;background:var(--basic-bg);border-bottom:1px solid var(--line);height:60px}.header-mb img{width:38px}[data-menu][data-menu-visible]{display:block}@media screen and (min-width: 1200px){[data-menu][data-menu-visible]{display:none}}[data-lock-scroll]{overflow:hidden}[data-menu-close]{font-size:30px;background:none;border:none;cursor:pointer;color:var(--black)}@media screen and (min-width: 1200px){[data-menu-close]{display:none}}.home{display:flex;flex-direction:column;background-color:#eae9e5;width:100%;padding-top:89px;margin:0 auto}.home .home-content{display:flex;position:relative;flex-direction:column;gap:10px;width:320px}@media screen and (min-width: 1200px){.home .home-content{gap:0;flex-direction:row;width:1200px}}.home .occital{width:100px;opacity:0;transform:scale(0);animation:fadeIn 1.5s ease-in-out forwards}@media screen and (min-width: 1200px){.home .occital{margin-top:149px;width:240px;height:240px}}@keyframes fadeIn{to{opacity:1;transform:scale(1)}}.home .title-home{display:flex;flex-direction:column;gap:10px;justify-content:center;align-items:center;margin-bottom:65px}@media screen and (min-width: 1200px){.home .title-home{margin-bottom:0;width:574px}}.home p{font-weight:700;font-size:32px;text-align:center;color:var(--black);letter-spacing:-.02em}@media screen and (min-width: 1200px){.home p{font-size:56px}}.home button{background:var(--black);border-radius:10px;border:none;padding:18px 45px;width:280px;height:52px;font-weight:600;font-size:16px;line-height:120%;letter-spacing:-.02em;text-align:center;color:var(--light-text);margin:0 auto;transition:background-color .8s,color .8s}@media screen and (min-width: 1200px){.home button{font-size:20px;width:243px;height:64px}}.home button:hover{background:#8c6955}.hero-frame-mob{display:flex;max-width:320px;margin:0 auto -1.1px}@media screen and (min-width: 1200px){.hero-frame-mob{display:none}}.hero-frame-desk{display:none}@media screen and (min-width: 1200px){.hero-frame-desk{display:flex;justify-content:center;margin:0 auto;max-width:1200px}}.about{background:var(--highlighted-bg);padding-top:40px}@media screen and (min-width: 1200px){.about{padding-top:80px}}.about .container-about{display:flex;flex-direction:column}@media screen and (min-width: 1200px){.about .container-about{flex-direction:row;gap:15px}}.about h2{font-weight:600;font-size:32px;color:var(--light-text);margin-bottom:20px}@media screen and (min-width: 1200px){.about h2{font-size:48px;margin-bottom:40px}}.about p{font-weight:400;font-size:16px;letter-spacing:-.02em;color:var(--light-text);margin-bottom:20px}@media screen and (min-width: 1200px){.about p{width:598px;font-size:24px}}.about-image-wrapper{display:flex;justify-content:flex-end;margin-right:-20px}.about-image-wrapper img{border-top-left-radius:25px;width:242px;height:274px}@media screen and (min-width: 1200px){.about-image-wrapper img{border-top-left-radius:40px;width:427px;height:483px}}.features{background-color:#eae9e5;padding:40px 0}@media screen and (min-width: 1200px){.features{padding:80px 0}}.features h2{font-weight:600;font-size:32px;color:var(--black);margin-bottom:20px}@media screen and (min-width: 1200px){.features h2{font-size:48px;margin-bottom:40px}}.features ul{display:flex;flex-direction:column;gap:16px}@media screen and (min-width: 1200px){.features ul{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}}.features ul li{padding:48px 29px;background-size:cover;background-position:center;border-radius:20px;text-align:center;height:225px;transition:transform .8s ease,box-shadow .8s ease}@media screen and (min-width: 1200px){.features ul li{padding:74px 10px 48px;height:308px}}.features ul li:hover{transform:scale(1.09);box-shadow:0 8px 20px #000;z-index:1}.features ul li h3{font-weight:600;font-size:20px;margin-bottom:15px}@media screen and (min-width: 1200px){.features ul li h3{font-size:26px;margin-bottom:20px}}.features ul li p{font-weight:500;font-size:16px;letter-spacing:-.02em}@media screen and (min-width: 1200px){.features ul li p{font-size:20px}}.features ul li:nth-child(odd){color:var(--black);background-image:url(/stp-8889-team/assets/features-1_mob-b7803ad5.png);background-position:center}.features ul li:nth-child(2n){color:var(--light-text);background-image:url(/stp-8889-team/assets/features-2_mob-adb58531.png);background-position:center}@media screen and (min-width: 1200px){.features ul li:nth-child(1),.features ul li:nth-child(3),.features ul li:nth-child(6),.features ul li:nth-child(8){color:var(--black);background-image:url(/stp-8889-team/assets/features-1-eb275219.png);background-position:center}.features ul li:nth-child(2),.features ul li:nth-child(4),.features ul li:nth-child(5),.features ul li:nth-child(7){color:var(--light-text);background-image:url(/stp-8889-team/assets/features-2-4632f417.png);background-position:center}}[data-banner]{display:none;position:fixed;bottom:0;width:100%;padding:23px 0;background:#f2f4f5;text-align:center;z-index:998}[data-banner] h3{font-weight:600;font-size:32px}@media screen and (min-width: 1200px){[data-banner] h3{font-size:36px}}[data-banner] p{font-weight:400;font-size:16px;letter-spacing:-.02em;color:var(--small-text);text-align:center}@media screen and (min-width: 1200px){[data-banner] p{font-size:24px}}[data-banner][data-show=true]{display:flex;justify-content:center}[data-banner-container]{display:flex;flex-direction:column;gap:16px;align-items:center;padding:20px;width:320px;margin:0 auto}@media screen and (min-width: 1200px){[data-banner-container]{width:1200px;padding:40px 168px;gap:20px}}[data-banner-buttons]{display:flex;flex-direction:column;gap:10px}@media screen and (min-width: 1200px){[data-banner-buttons]{flex-direction:row;gap:20px}}[data-accept]{border:none}[data-accept],[data-decline]{border-radius:10px;padding:15px 82px;width:280px;font-weight:600;font-size:16px;text-wrap:nowrap;letter-spacing:-.02em;text-align:center;color:var(--light-text)}@media screen and (min-width: 1200px){[data-accept],[data-decline]{padding:18px 45px;width:245px;height:64px;font-size:20px}}[data-accept]{background-color:#1b1918;color:#e7e7e7}[data-accept]:hover{background:#8c6955}[data-decline]{background-color:transparent;border:1px solid var(--black);color:var(--black)}[data-decline]:hover{background:#e5dbc8}footer{width:100%;padding-bottom:20px;background-color:var(--highlighted-bg)}@media screen and (min-width: 1200px){footer{padding-bottom:40px}}footer div{display:flex;flex-direction:column;justify-content:flex-end;gap:16px;text-align:center;color:var(--light-text);height:123px}@media screen and (min-width: 1200px){footer div{height:148px;gap:20px}}footer div ul{display:flex;flex-direction:row;gap:5px 20px;flex-wrap:wrap;justify-content:center}@media screen and (min-width: 1200px){footer div ul{flex-direction:row;gap:40px}}footer div a{font-weight:500;font-size:12px;letter-spacing:-.02em;color:var(--light-text)}@media screen and (min-width: 1200px){footer div a{font-size:16px}}footer div a:hover{text-decoration:underline}footer p{font-weight:400;font-size:10px;letter-spacing:-.02em;text-align:center;color:var(--light-text)}@media screen and (min-width: 1200px){footer p{font-size:13px}}[data-go-home]{display:none;align-items:center;gap:28px;font-weight:400;font-size:16px;color:var(--black);background:transparent;padding:10.5px 20px;line-height:112%;text-align:center;width:320px;margin:0 auto}body[data-page=privacy] [data-go-home],body[data-page=terms] [data-go-home],body[data-page=cookies] [data-go-home]{display:flex}[data-go-home] img{width:7px;height:14px}@media screen and (min-width: 1200px){[data-go-home] img{width:9px;height:18px}}@media screen and (min-width: 1200px){[data-go-home]{font-size:18px;line-height:100%;padding:21px 80px;width:1200px}}[data-go-home]:hover{text-decoration:underline}.policy{width:320px;margin:0 auto;padding:100px 20px;color:var(--black)}@media screen and (min-width: 1200px){.policy{width:1200px;padding:140px 80px}}.policy h2{font-weight:600;font-size:32px;margin-bottom:20px}@media screen and (min-width: 1200px){.policy h2{font-size:48px;margin-bottom:40px}}.policy p{font-weight:400;font-size:16px;margin-bottom:16px}@media screen and (min-width: 1200px){.policy p{font-size:24px;margin-bottom:20px}}.policy ol{display:flex;flex-direction:column;gap:16px}@media screen and (min-width: 1200px){.policy ol{margin-top:40px;gap:20px}}.policy ol li{display:flex;flex-direction:column;gap:5px;font-weight:400;font-size:16px;letter-spacing:-.02em}@media screen and (min-width: 1200px){.policy ol li{font-weight:400;font-size:24px;letter-spacing:-.02em}}.policy ol li ul{list-style:disc inside}.policy ol li ul li{display:list-item}.policy ol h3{font-weight:400;font-size:24px;letter-spacing:-.02em}@media screen and (min-width: 1200px){.policy ol h3{font-size:32px}}.policy ol p{font-weight:400;font-size:16px;margin:0}@media screen and (min-width: 1200px){.policy ol p{font-size:24px}}.policy a{text-decoration:underline}.play{display:flex;flex-direction:column;position:relative;background-color:#eae9e5;width:100%;margin:0 auto;padding-bottom:20px}@media screen and (min-width: 1200px){.play{flex-direction:column;padding-bottom:40px}}.play-content{padding:0;display:flex;flex-direction:column;align-items:center;width:100%}@media screen and (min-width: 1200px){.play-content{padding:0;flex-direction:row;flex-wrap:wrap;justify-content:space-between;width:1200px}}.play h2{margin-bottom:20px;font-family:var(--font-family);font-weight:600;font-size:32px;color:var(--black);align-self:flex-start}@media screen and (min-width: 1200px){.play h2{font-size:48px}}.ul-play{width:100%;display:flex;flex-direction:column;list-style:none;padding:0;gap:20px}@media screen and (min-width: 1200px){.ul-play{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:20px}}.ul-play .card-play{display:flex;flex-direction:column;align-items:center;text-align:center;box-sizing:border-box;width:100%}@media screen and (min-width: 1200px){.ul-play .card-play{margin-bottom:0;width:calc(25% - 20px)}}.img-play{width:auto;max-width:100%;height:auto;margin-bottom:16px;transition:transform .5s cubic-bezier(.22,1,.36,1),filter .5s cubic-bezier(.22,1,.36,1);transform-origin:center}@media screen and (min-width: 1200px){.img-play{margin-bottom:24px;align-self:center}}.img-play:hover{transform:scale(1.09);filter:drop-shadow(0 12px 24px rgba(0,0,0,.15));z-index:1}.ul-play .card-play:last-child{margin-bottom:0}.list-play-card{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}@media screen and (min-width: 1200px){.list-play-card{align-items:flex-start;text-align:left}}.text-play{width:214px;font-family:var(--font-family);font-weight:500;font-size:16px;letter-spacing:-.02em;text-align:center;color:var(--text)}@media screen and (min-width: 1200px){.text-play{width:100%;text-align:center;padding-top:0;font-size:20px}}.characters-content{position:relative;display:flex;align-items:center;justify-content:flex-start;padding:0}.characters-content .swiper-wrapper,.characters-content .gallery-section .gallery-container .gallery-content .gallery-list,.gallery-section .gallery-container .gallery-content .characters-content .gallery-list,.characters-content .swiper-slide,.characters-content .gallery-section .gallery-container .gallery-content .gallery-item,.gallery-section .gallery-container .gallery-content .characters-content .gallery-item{backface-visibility:hidden;transform-style:preserve-3d;will-change:transform}.characters-content .swiper-wrapper,.characters-content .gallery-section .gallery-container .gallery-content .gallery-list,.gallery-section .gallery-container .gallery-content .characters-content .gallery-list{transform:translateZ(0)}@media screen and (min-width: 1200px){.characters-content{padding:0 60px}.characters-content .swiper-slide-active .characters-card,.characters-content .swiper-slide-active .characters-card h3,.characters-content .swiper-slide-active .characters-card p{max-width:576px;margin-left:auto;margin-right:auto}}.characters-content .swiper-slide,.characters-content .gallery-section .gallery-container .gallery-content .gallery-item,.gallery-section .gallery-container .gallery-content .characters-content .gallery-item{display:flex;justify-content:center}.characters-content .characters-card{max-width:220px;text-align:center;display:flex;flex-direction:column;gap:20px}@media screen and (min-width: 1200px){.characters-content .characters-card{gap:20px}}.characters-content .characters-card img{display:block;width:100%;height:auto;object-fit:contain;will-change:transform;transition:transform .4s ease,opacity .4s ease}.characters-content .characters-card h3{font-weight:600;font-size:24px;text-align:center}.characters-content .characters-card p{font-weight:500;font-size:16px;letter-spacing:-.02em;color:var(--small-text)}.characters-content [data-swiper-button-prev=characters-prev],.characters-content [data-swiper-button-next=characters-next]{display:none}@media screen and (min-width: 1200px){.characters-content [data-swiper-button-prev=characters-prev],.characters-content [data-swiper-button-next=characters-next]{display:flex;position:absolute;align-items:center;top:50%;transform:translateY(-50%);z-index:10;background:none;border:2px solid #ab9f98;border-radius:50%;padding:10px;margin:0;width:50px;height:50px;color:#ab9f98;cursor:pointer;line-height:1}.characters-content [data-swiper-button-prev=characters-prev][data-swiper-button-prev=characters-prev],.characters-content [data-swiper-button-next=characters-next][data-swiper-button-prev=characters-prev]{left:10px}.characters-content [data-swiper-button-prev=characters-prev][data-swiper-button-next=characters-next],.characters-content [data-swiper-button-next=characters-next][data-swiper-button-next=characters-next]{right:10px}.characters-content [data-swiper-button-prev=characters-prev]:after,.characters-content [data-swiper-button-next=characters-next]:after{display:flex;align-items:center;justify-content:center;font-size:35px;color:#ab9f98;line-height:1;width:100%;height:100%}.characters-content [data-swiper-button-prev=characters-prev][data-swiper-button-prev=characters-prev]:after,.characters-content [data-swiper-button-next=characters-next][data-swiper-button-prev=characters-prev]:after{content:"<"}.characters-content [data-swiper-button-prev=characters-prev][data-swiper-button-next=characters-next]:after,.characters-content [data-swiper-button-next=characters-next][data-swiper-button-next=characters-next]:after{content:">"}}.characters-content [data-swiper-pagination=characters-pagination]{display:none}@media screen and (min-width: 1200px){.characters-content [data-swiper-pagination=characters-pagination]{display:flex;position:absolute;bottom:-30px;left:50%;transform:translate(-50%);width:100%;justify-content:center;gap:8px}.characters-content [data-swiper-pagination=characters-pagination] .swiper-pagination-bullet{width:10px;height:10px;border-radius:50%;background-color:#ab9f98;opacity:1}.characters-content [data-swiper-pagination=characters-pagination] .swiper-pagination-bullet-active{background-color:#8c6955}}@media screen and (min-width: 1200px){.characters-content .swiper-slide .characters-card img,.characters-content .gallery-section .gallery-container .gallery-content .gallery-item .characters-card img,.gallery-section .gallery-container .gallery-content .characters-content .gallery-item .characters-card img{transform:scale(.85);opacity:.6}.characters-content .swiper-slide-active .characters-card img{transform:scale(1);opacity:1}.characters-content .swiper-slide-prev .characters-card img,.characters-content .swiper-slide-next .characters-card img{transform:scale(.6);opacity:.8}.characters-content .swiper-slide-prev h3,.characters-content .swiper-slide-prev p,.characters-content .swiper-slide-next h3,.characters-content .swiper-slide-next p{display:none}.characters-content ::part(navigation-button-prev),.characters-content ::part(navigation-button-next){width:44px;height:44px;border-radius:50%;background:none;border:2px solid #ab9f98;display:flex;align-items:center;justify-content:center}.characters-content ::part(navigation-button-prev){left:calc(50% - (16.6666666667% + 143px) - 88px)}.characters-content ::part(navigation-button-next){right:calc(50% - (16.6666666667% + 143px) - 88px)}}h2{font-weight:600;font-size:32px;text-align:left;margin-bottom:20px}@media (min-width: 1200px){h2{font-size:48px;margin-bottom:40px}}#advantages{padding:40px 20px}@media screen and (min-width: 1200px){#advantages{padding:80px}}#advantages .adv-hob{display:flex;flex-direction:row;justify-content:space-between;height:62px}#advantages .adv-hob h2{font-weight:600;font-size:32px}@media screen and (min-width: 1200px){#advantages .adv-hob h2{font-size:48px}}#advantages .adv-hob [data-hobbit]{display:none}@media screen and (min-width: 1200px){#advantages .adv-hob [data-hobbit]{display:flex;margin-right:-60px;margin-top:-90px;z-index:988;width:181px;height:fit-content;animation:panImage 10s ease-in-out infinite alternate;animation-play-state:running}#advantages .adv-hob [data-hobbit][data-paused]{animation-play-state:paused}}@keyframes panImage{0%{transform:translate(0)}to{transform:translate(-100%)}}#advantages .advantages ul{margin-top:20px;display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media screen and (min-width: 1200px){#advantages .advantages ul{grid-template-columns:repeat(6,1fr);margin-top:40px;max-width:1200px;margin-left:auto;margin-right:auto;justify-content:center;align-items:center}}#advantages .advantages li{display:flex;justify-content:center;align-items:center;text-align:center;border-radius:20px;padding:16px 8px;width:132px;height:125px;font-weight:500;font-size:16px;transition:transform .8s ease,box-shadow .8s ease}#advantages .advantages li:nth-child(1),#advantages .advantages li:nth-child(4),#advantages .advantages li:nth-child(5),#advantages .advantages li:nth-child(8),#advantages .advantages li:nth-child(9){background-color:var(--highlighted-bg);color:var(--light-text);border:1px solid var(--highlighted-stroke)}#advantages .advantages li:nth-child(2),#advantages .advantages li:nth-child(6),#advantages .advantages li:nth-child(3),#advantages .advantages li:nth-child(7),#advantages .advantages li:nth-child(10){background:var(--card-bg);color:var(--black);border:1px solid var(--card-stroke)}@media screen and (min-width: 1200px){#advantages .advantages li{display:grid;padding:16px 32px;width:333px;height:84px;font-size:20px}#advantages .advantages li:nth-child(1){grid-column:span 2}#advantages .advantages li:nth-child(2){grid-column:span 2}#advantages .advantages li:nth-child(3){grid-column:span 2;background-color:var(--highlighted-bg);color:var(--light-text);border:1px solid var(--highlighted-stroke)}#advantages .advantages li:nth-child(4){grid-column:span 3;margin-left:178px}#advantages .advantages li:nth-child(5){grid-column:span 3;background:var(--card-bg);color:var(--black);border:1px solid var(--card-stroke)}#advantages .advantages li:nth-child(6){grid-column:span 2}#advantages .advantages li:nth-child(7){grid-column:span 2;background-color:var(--highlighted-bg);color:var(--light-text);border:1px solid var(--highlighted-stroke)}#advantages .advantages li:nth-child(8){grid-column:span 2;background:var(--card-bg);color:var(--black);border:1px solid var(--card-stroke)}#advantages .advantages li:nth-child(9){grid-column:span 3;margin-left:178px;background:var(--card-bg);color:var(--black);border:1px solid var(--card-stroke)}#advantages .advantages li:nth-child(10){grid-column:span 3;background-color:var(--highlighted-bg);color:var(--light-text);border:1px solid var(--highlighted-stroke)}}#advantages .advantages li:hover{transform:scale(1.09);box-shadow:0 8px 20px #000;z-index:1}.gallery-section{position:relative;overflow:hidden;padding-bottom:40px}@media screen and (min-width: 1200px){.gallery-section{padding-bottom:80px}}.gallery-section .gallery-container{margin:0 auto}.gallery-section .gallery-container .gallery-title{font-weight:600;font-size:32px;margin-bottom:20px}@media screen and (min-width: 1200px){.gallery-section .gallery-container .gallery-title{font-size:48px;margin-bottom:40px}}.gallery-section .gallery-container .gallery-content{position:relative;width:100%}.gallery-section .gallery-container .gallery-content [data-swiper=gallery]{overflow:hidden;margin-top:20px}@media screen and (min-width: 1200px){.gallery-section .gallery-container .gallery-content [data-swiper=gallery]{margin-top:40px}}.gallery-section .gallery-container .gallery-content [data-swiper=gallery] .swiper-wrapper,.gallery-section .gallery-container .gallery-content [data-swiper=gallery] .gallery-list{transition:transform .6s cubic-bezier(.22,1,.36,1)}.gallery-section .gallery-container .gallery-content .gallery-list{display:flex;flex-wrap:nowrap}.gallery-section .gallery-container .gallery-content .gallery-item{flex:0 0 auto;transition:transform .4s cubic-bezier(.22,1,.36,1),filter .4s cubic-bezier(.22,1,.36,1);transform-origin:center}.gallery-section .gallery-container .gallery-content .gallery-item:hover{transform:scale(1.05);filter:drop-shadow(0 8px 20px rgba(0,0,0,.15));z-index:2}.gallery-section .gallery-container .gallery-content .double-img{display:flex;flex-direction:column;gap:16px}@media screen and (min-width: 1200px){.gallery-section .gallery-container .gallery-content .double-img{gap:20px}}.gallery-section .gallery-container .gallery-content .gallery-controls{display:none}@media screen and (min-width: 1200px){.gallery-section .gallery-container .gallery-content .gallery-controls{display:flex;align-items:center;justify-content:flex-start;position:relative;margin-top:20px;gap:24px;width:225px}.gallery-section .gallery-container .gallery-content .gallery-controls [data-swiper-button-prev],.gallery-section .gallery-container .gallery-content .gallery-controls [data-swiper-button-next]{width:50px;height:50px;border:2px solid #ab9f98;border-radius:50%;background:#eae9e5;cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;z-index:10}.gallery-section .gallery-container .gallery-content .gallery-controls [data-swiper-button-prev]:after{content:"<";display:flex;align-items:center;justify-content:center;font-size:35px;color:#ab9f98;line-height:1;width:9px;height:18px}.gallery-section .gallery-container .gallery-content .gallery-controls [data-swiper-button-next]:after{content:">";display:flex;align-items:center;justify-content:center;font-size:35px;color:#ab9f98;line-height:1;width:9px;height:18px}.gallery-section .gallery-container .gallery-content .gallery-controls [data-swiper-button-prev]{order:1}.gallery-section .gallery-container .gallery-content .gallery-controls [data-swiper-pagination]{order:2;display:flex;gap:4px;margin:0;width:77px}.gallery-section .gallery-container .gallery-content .gallery-controls [data-swiper-pagination] .swiper-pagination-bullet{width:8px;height:8px;border-radius:50%;background-color:#ab9f98;opacity:1}.gallery-section .gallery-container .gallery-content .gallery-controls [data-swiper-pagination] .swiper-pagination-bullet-active{background-color:#8c6955}.gallery-section .gallery-container .gallery-content .gallery-controls [data-swiper-button-next]{order:3}}.gallery-section .gallery-container .gallery-content .gallery-prev{order:1}.gallery-section .gallery-container .gallery-content .gallery-pagination{order:2;display:flex;gap:4px;margin:0 20px}.gallery-section .gallery-container .gallery-content .gallery-pagination .swiper-pagination-bullet{width:8px;height:8px;border-radius:50%;background-color:#ab9f98;opacity:1}.gallery-section .gallery-container .gallery-content .gallery-pagination .swiper-pagination-bullet-active{background-color:#8c6955}.gallery-section .gallery-container .gallery-content .gallery-next{order:3}.reviews-section{position:relative;padding-bottom:40px;overflow:hidden}@media screen and (min-width: 1200px){.reviews-section{padding-top:45px;padding-bottom:80px}}.reviews-section .reviews-bg{display:none}@media screen and (min-width: 1200px){.reviews-section .reviews-bg{display:block;position:absolute;right:0;top:-90px;z-index:977;height:fit-content;width:203px;background:url(/stp-8889-team/assets/reviews-bg-a128bf43.png) no-repeat center/contain;pointer-events:none}}.reviews-container{position:relative;max-width:1200px;margin:0 auto;display:flex;overflow:hidden;flex-direction:column}@media screen and (min-width: 1200px){.reviews-container{overflow:visible}}.reviews-title{font-weight:600;font-size:32px;text-align:left;margin-bottom:24px}@media screen and (min-width: 1200px){.reviews-title{font-size:48px;text-align:left;margin-bottom:40px}}.reviews-list{display:flex;flex-direction:row}.review-item{box-sizing:border-box;width:205px;background:url(/stp-8889-team/assets/review-backgr@2x-02704090.png) no-repeat center/cover;background-size:245px 205px;margin:0;padding:25px 20px}.review-item .review-autor{display:flex;align-items:center;gap:12px;margin-bottom:16px}.review-item .review-autor .review-img{width:43px;height:43px;border-radius:50%;object-fit:cover}.review-item .review-autor .review-name{font-family:var(--font-family);font-weight:700;font-size:15px;color:var(--black)}.review-item .review-rating{display:flex;gap:4px;list-style:none;padding-bottom:16px;margin:0}.review-item .review-text{font-family:var(--font-family);font-weight:700;font-size:16px;color:var(--black)}.swiper[data-swiper=reviews]{width:100%;margin:0 auto;overflow:visible}.swiper[data-swiper=reviews] .swiper-wrapper,.swiper[data-swiper=reviews] .gallery-section .gallery-container .gallery-content .gallery-list,.gallery-section .gallery-container .gallery-content .swiper[data-swiper=reviews] .gallery-list{display:flex}.swiper[data-swiper=reviews] .swiper-slide,.swiper[data-swiper=reviews] .gallery-section .gallery-container .gallery-content .gallery-item,.gallery-section .gallery-container .gallery-content .swiper[data-swiper=reviews] .gallery-item{flex:0 0 auto;width:245px}@media (min-width: 1200px){.swiper[data-swiper=reviews]{overflow:visible;width:auto;max-width:none}.swiper[data-swiper=reviews] .swiper-wrapper,.swiper[data-swiper=reviews] .gallery-section .gallery-container .gallery-content .gallery-list,.gallery-section .gallery-container .gallery-content .swiper[data-swiper=reviews] .gallery-list{display:flex;gap:20px;transform:none}.swiper[data-swiper=reviews] .swiper-slide,.swiper[data-swiper=reviews] .gallery-section .gallery-container .gallery-content .gallery-item,.gallery-section .gallery-container .gallery-content .swiper[data-swiper=reviews] .gallery-item{width:245px}}.swiper[data-swiper=reviews] .review-item{height:206px;box-sizing:border-box}.answer{background-color:var(--highlighted-bg);padding:30px 0}@media screen and (min-width: 1200px){.answer{padding:40px 0}}.answer .container{display:flex;flex-direction:column;gap:20px}@media screen and (min-width: 1200px){.answer .container{flex-direction:row}}.answer h2{font-weight:600;font-size:32px;color:var(--light-text);margin-bottom:10px}@media screen and (min-width: 1200px){.answer h2{font-size:36px}}.answer p{font-weight:500;font-size:16px;letter-spacing:-.02em;color:var(--light-text);margin-bottom:20px}@media screen and (min-width: 1200px){.answer p{font-weight:500;font-size:18px}}.answer button{display:flex;align-items:center;gap:10px;background:var(--black);border-radius:10px;border:none;padding:8px 12px;width:159px;height:46px;color:#fff;text-align:left;cursor:pointer;transition:background-color .8s,color .8s}@media screen and (min-width: 1200px){.answer button{width:194px;height:56px;font-size:20px}}.answer button svg{flex-shrink:0;margin-right:2px}@media screen and (min-width: 1200px){.answer button svg{margin-right:5px;width:36px;height:36px}}.answer button span{display:flex;flex-direction:column;font-weight:500;font-size:8px}@media screen and (min-width: 1200px){.answer button span{font-size:12px}}.answer button span strong{font-size:16px;font-weight:600}@media screen and (min-width: 1200px){.answer button span strong{font-size:20px}}.answer button:hover{background:#fff;color:var(--black)}.answer img{width:280px;height:160px}@media screen and (min-width: 1200px){.answer img{width:598px;height:226px}}.faq-section{background:#eae9e5;padding-top:20px}@media screen and (min-width: 1200px){.faq-section{padding-top:40px}}.faq-section h2{font-weight:600;font-size:32px;color:var(--black);margin-bottom:20px}@media screen and (min-width: 1200px){.faq-section h2{font-size:48px;margin-bottom:40px}}.faq-section [data-accordion-container]{border:1px solid var(--card-stroke);border-radius:20px}.faq-section [data-accordion-container] [data-accordion-item]{padding:20px 16px;border-bottom:1px solid var(--card-stroke)}@media screen and (min-width: 1200px){.faq-section [data-accordion-container] [data-accordion-item]{padding:40px 30px}}.faq-section [data-accordion-container] [data-accordion-item]:last-child{border-bottom:none}.faq-section [data-accordion-container] [data-accordion-trigger]{display:flex;align-items:center;justify-content:space-between;width:100%;background-color:transparent;border:none;padding:0;font-family:var(--font-family);font-weight:600;font-size:16px;color:#22282b;text-align:left}@media screen and (min-width: 1200px){.faq-section [data-accordion-container] [data-accordion-trigger]{font-size:24px}}.faq-section [data-accordion-container] .open-arrow-icon{transform:rotate(90deg);fill:var(--text);transition:transform .8s ease;align-self:start}.faq-section [data-accordion-container] .open-arrow-icon.rotated{transform:rotate(270deg);transition:transform .8s ease}.faq-section [data-accordion-panel]{display:none}.faq-section [data-accordion-panel].open{display:block;padding-top:16px;color:var(--text)}@media screen and (min-width: 1200px){.faq-section [data-accordion-panel].open{font-size:20px}}.trailer-section{padding:40px 0}@media screen and (min-width: 1200px){.trailer-section{padding-bottom:35px;padding-top:80px}}.video-wrapper{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:24px}.video-preview{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.video-preview img{width:100%;height:100%;object-fit:cover;display:block}.play-btn{position:absolute;font-size:48px;background:none;border:none;color:#fff;cursor:pointer;z-index:2;transition:transform .3s}.play-btn img{width:70px;height:56px}@media screen and (min-width: 1200px){.play-btn img{width:200px;height:160px}}.play-btn:hover{transform:scale(1.1)}:root{--basic-bg: #eae9e5;--light-text: #e7e7e7;--black: #1b1918;--highlighted-bg: #8c6955;--highlighted-stroke: #664a2e;--small-text: #ab9f98;--card-bg: #e5dbc8;--card-stroke: #d4cab8;--without-star: #d0bf9e;--star: #f59e0b;--line: #d2d2cd;--text: #907d72}.container{padding:0 20px;width:320px;margin:0 auto;box-sizing:border-box}@media screen and (min-width: 1200px){.container{padding:0 80px;width:1200px}}body{overflow-x:hidden}body.data-lock-scroll{overflow:hidden}html{scroll-behavior:smooth;scroll-padding-top:60px}@media screen and (min-width: 1200px){html{scroll-padding-top:100px}}
