@import url(https://fonts.googleapis.com/css2?family=Gothic+A1:wght@400;700;900&family=Inter:wght@400;500;600;700;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap);:root{--primary:#fff;--light:#fff;--action:#ee7048;--grey:#ffffff80;--dark:#1e1e1e}body{background:#fff;background:var(--primary);color:#fff;color:var(--light);font-family:Inter,Roboto,Raleway,sans-serif;font-weight:400;line-height:1rem;max-width:100vw;overflow-x:hidden}body,h1,h2,h3,h4,h5,h6,p{font-size:1rem;margin:0;padding:0}h1,h2,h3,h4,h5,h6,p{line-height:1.5rem}*{box-sizing:border-box}img{height:auto;max-width:100%}button,input{background:none;border:none;color:#fff;color:var(--light);font-family:Inter,Roboto,sans-serif;font-size:1rem;outline:none;padding:0}button{cursor:pointer}a{color:#fff;color:var(--light);text-decoration:none}section{position:relative;z-index:1}li,ul{list-style:none;margin:0;padding:0}.app{display:flex;flex-direction:column;min-height:100vh}.container{margin:0 auto;width:75rem}@media only screen and (max-width:85.375rem){.container{width:calc(100vw - 1.875rem)}}.icon{height:.75rem;width:.75rem}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}h2{color:#fff;color:var(--light);font-size:1.5rem;font-weight:700;text-transform:uppercase}@media only screen and (max-width:85.375rem){h2{font-size:1.125rem}}.button-more{color:#fff;color:var(--light);cursor:pointer;display:block;font-size:.875rem;font-weight:900;margin:2.5rem auto 0;text-align:center;text-decoration-line:underline;text-transform:uppercase;transition:color .25s}.button-more:hover{color:#ee7048;color:var(--action)}@media only screen and (max-width:85.375rem){.button-more{font-size:.75rem;margin-top:1.5625rem}}.loader{align-items:center;display:flex;justify-content:center;min-height:20vh;position:relative;width:100%}.loader img{-webkit-animation:beat .75s linear infinite;animation:beat .75s linear infinite;max-width:3.125rem}.page{padding:2.5rem 0}.page-title{color:#fff;color:var(--light);font-size:3.75rem;font-weight:900;line-height:125%;text-transform:uppercase}@media only screen and (max-width:85.375rem){.page-title{font-size:2.5rem}}@media only screen and (max-width:46.875rem){.page-title{font-size:1.5rem}}@-webkit-keyframes beat{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(.9);transform:scale(.9)}}@keyframes beat{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(.9);transform:scale(.9)}}.header{position:fixed;width:100%;z-index:5}.header__block{align-items:center;display:flex;gap:1.875rem;justify-content:flex-end}.header__block-cart{align-items:center;display:flex;gap:2px}header{align-items:center;background-color:#000;display:grid;grid-template-columns:-webkit-max-content 1fr -webkit-max-content;grid-template-columns:max-content 1fr max-content;justify-content:space-between;padding:0 15px}@media only screen and (max-width:780px){header{grid-template-columns:0fr -webkit-max-content;grid-template-columns:0fr max-content;padding-bottom:10px;padding-top:10px}}@media only screen and (max-width:380px){header{padding-bottom:10px;padding-top:10px}}header .logo{width:150px}@media only screen and (max-width:991px){header .logo{width:87px}}@media only screen and (max-width:780px){header .logo{width:50px}}.socials{align-items:center;-webkit-column-gap:.625rem;column-gap:.625rem;display:flex;justify-content:center}.socials svg{fill:#fff;fill:var(--light);height:1rem;transition:fill .25s ease;width:1rem}.socials-item:hover svg{fill:#ee7048;fill:var(--action)}@media only screen and (max-width:380px){.socials{display:none}}.menu{align-items:center;-webkit-column-gap:1rem;column-gap:1rem;display:flex;justify-content:center}.menu-mobile{display:none;margin-left:auto}.menu-mobile .icon{fill:#fff;fill:var(--light);height:24px;width:24px}.menu-mobile__button{cursor:pointer}@media only screen and (max-width:780px){.menu-mobile{display:block}}.menu-mobile__list{background:#1e1e1e;background:var(--dark);height:100vh;left:0;overflow:auto;padding:20px;position:absolute;top:0;-webkit-transform:translateX(100vw);transform:translateX(100vw);transition:-webkit-transform .75s ease-in-out;transition:transform .75s ease-in-out;transition:transform .75s ease-in-out,-webkit-transform .75s ease-in-out;width:100%}.menu-mobile__list.opened{-webkit-transform:translateX(0);transform:translateX(0)}.menu-mobile__list .icon{cursor:pointer;position:absolute;right:10px;top:10px}.menu-mobile__list .logo{left:10px;position:absolute;top:10px;width:40px}.menu-mobile__items{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:60px 0;row-gap:20px;text-align:center}@media only screen and (min-width:780px){.menu-mobile__items{min-height:100%;padding-bottom:15px}}.menu-mobile__item{color:#fff;color:var(--light);font-size:20px;font-weight:700;line-height:125%;text-transform:uppercase}.menu-mobile__item a.active{color:#ee7048;color:var(--action)}.menu-item a{color:#fff;color:var(--light);font-size:.75rem;font-weight:700;text-transform:uppercase;transition:color .25s ease}.menu-item a.active,.menu-item a:hover{color:#ee7048;color:var(--action)}@media only screen and (max-width:780px){.menu{display:none}}.banner{background-image:url(/static/media/main-bg.99ad9f780d1dcee7870e.webp);background-position:50%;background-repeat:no-repeat;background-size:contain;min-height:33.75rem;position:relative}@media only screen and (max-width:85.375rem){.banner{min-height:15.625rem}}.banner-video{left:50%;opacity:.5;position:relative;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media only screen and (max-width:85.375rem){.banner-video{max-width:100%}}@media only screen and (max-width:24.0625rem){.banner-video{opacity:0}}.shop-banner{align-items:center;background:#191b23;display:flex;height:27rem;padding-left:1.5rem;position:relative;width:100%}@media only screen and (max-width:85.375rem){.shop-banner{height:15rem}}@media only screen and (max-width:500px){.shop-banner{height:11rem}}.shop-banner:hover:after{opacity:1}.shop-banner:hover .shop-logo{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.shop-banner:after,.shop-banner:before{content:"";display:block;height:100%;width:100%;z-index:0}.shop-banner:before{background:url(/static/media/effect.641f0311714514773a3a.webp) no-repeat 50%/contain;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.shop-banner:after{background:url(/static/media/banner-glow.7313b7c0dba063e963bf.webp) no-repeat 50%/cover;bottom:0;opacity:.5;position:absolute;right:0;transition:opacity .25s}.shop-banner__wrapper{align-items:flex-end;display:flex;overflow:hidden}@media only screen and (max-width:46.875rem){.shop-banner__wrapper:before{background:linear-gradient(180deg,transparent,rgba(1,1,1,.75));bottom:0;content:"";display:block;height:9.75rem;left:0;position:absolute;width:100%;z-index:3}}@media only screen and (max-width:85.375rem){.shop-banner__text{position:relative;z-index:3}}.shop-banner__subtitle{color:#ffffff80;color:var(--grey);font-size:1.5rem;font-weight:900;line-height:2rem}@media only screen and (max-width:85.375rem){.shop-banner__subtitle{font-size:1.125rem;line-height:125%}}@media only screen and (max-width:25rem){.shop-banner__subtitle{font-size:.875rem}}@media only screen and (max-width:21.875rem){.shop-banner__subtitle{font-size:.75rem}}.shop-banner__title{color:#fff;color:var(--light);font-size:4.375rem;font-weight:900;line-height:125%;margin-top:2rem}@media only screen and (max-width:85.375rem){.shop-banner__title{font-size:3.125rem;margin-top:1rem}}@media only screen and (max-width:25rem){.shop-banner__title{font-size:2.375rem;margin-top:0}}@media only screen and (max-width:21.25rem){.shop-banner__title{font-size:2rem}}.shop-banner__image{bottom:-1.4375rem;position:absolute;right:10%;z-index:2}@media only screen and (max-width:85.375rem){.shop-banner__image{right:3%}}@media only screen and (max-width:46.875rem){.shop-banner__image{bottom:0;height:100%;right:0;width:100%}}@media only screen and (max-width:85.375rem){.shop-banner__image img{width:18.75rem}}@media only screen and (max-width:46.875rem){.shop-banner__image img{bottom:-1.4375rem;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:80%}}.shop-banner__logo{position:absolute;right:1.5625rem;top:1.5625rem;z-index:1}.shop-banner__logo img{-webkit-transform:rotate(0);transform:rotate(0);transition:-webkit-transform 1s ease-in-out;transition:transform 1s ease-in-out;transition:transform 1s ease-in-out,-webkit-transform 1s ease-in-out}@media only screen and (max-width:85.375rem){.shop-banner__logo{height:6.125rem;right:.625rem;top:.625rem;width:6.5rem}}@media only screen and (max-width:31.25rem){.shop-banner__logo{height:4.125rem;width:4.125rem}}.tour{padding:20px 0}.tour-page{position:relative}.tour-page:before{background:url(/static/media/tour-bg.ca5289ce5d9a26515b33.webp) no-repeat 50%/cover;content:"";display:block;height:100vh;left:50%;max-height:945px;max-width:1920px;position:absolute;top:-70px;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100vw;z-index:-1}.tour-tabs{align-items:center;-webkit-column-gap:16px;column-gap:16px;display:flex;justify-content:center;justify-content:flex-start;margin:30px 0}.tour-tab{color:#ffffff80;color:var(--grey);cursor:pointer;font-weight:700;position:relative;text-transform:uppercase}.tour-tab:before{background:#ee7048;background:var(--action);bottom:-4px;content:"";display:block;height:1px;position:absolute;transition:width .25s;width:0}.tour-tab.active{color:#fff;color:var(--light)}.tour-tab.active:before{width:100%}.tour-list{margin-top:20px}.tour-banner{padding-top:32px;position:relative}.tour-banner video{height:auto;width:100%}.tour-item{align-items:center;border-top:1px solid hsla(0,0%,85%,.5);display:flex;justify-content:center;justify-content:space-between;padding:29px 0;text-transform:uppercase}.tour-item:last-child{border-bottom:1px solid hsla(0,0%,85%,.5)}@media only screen and (max-width:750px){.tour-item{align-items:flex-start;flex-wrap:wrap;padding:14px 0;row-gap:10px}}.tour-item__date{color:#fff;color:var(--light);font-size:20px;font-weight:900}@media only screen and (max-width:1366px){.tour-item__date{font-size:16px}}.tour-item__place{color:#ffffff80;color:var(--grey);font-weight:400;margin-top:3px}@media only screen and (max-width:1366px){.tour-item__place{font-size:12px}}@media only screen and (max-width:750px){.tour-item__place{margin-top:0}}.tour-item__city{color:#fff;color:var(--light);font-size:24px;font-weight:700}@media only screen and (max-width:1366px){.tour-item__city{font-size:18px}}@media only screen and (max-width:750px){.tour-item__city{font-size:16px}}.tour-item__button{align-items:center;background:#fff;background:var(--light);color:#fff;color:var(--primary);cursor:pointer;display:flex;justify-content:center;justify-content:space-between;min-width:14rem;padding:.75rem .875rem .75rem 1rem;transition:background .25s}.tour-item__button span{font-size:.875rem;font-weight:500;text-transform:uppercase}@media only screen and (max-width:85.375rem){.tour-item__button span{font-size:.75rem}}.tour-item__button svg{fill:#fff;fill:var(--primary);height:1rem;width:1.125rem}@media only screen and (max-width:85.375rem){.tour-item__button svg{font-size:1rem;height:.875rem}}.tour-item__button:hover{background:#ee7048;background:var(--action)}@media only screen and (max-width:85.375rem){.tour-item__button{padding:.625rem .875rem}}.tour-item__button.soldout{background:#505050;cursor:not-allowed}@media only screen and (max-width:750px){.tour-item__button{width:100%}}.tracks{margin-top:1.25rem;padding:1rem 0 2rem}@media only screen and (max-width:85.375rem){.tracks{margin-top:0}}.tracks-section{padding:3.125rem 0}.tracks-list{margin-top:2.5rem}.tracks-list__item{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-areas:"image info" "image button";grid-template-columns:18.75rem 1fr;grid-template-rows:auto 2.5rem}@media only screen and (max-width:85.375rem){.tracks-list__item{grid-template-areas:"image" "info" "button";grid-template-columns:1fr;grid-template-rows:-webkit-max-content;grid-template-rows:max-content;justify-content:center}}@media only screen and (max-width:50.875rem){.tracks-list__item{gap:.625rem}}.tracks-list__item-image{grid-area:image;height:18.75rem;width:100%}@media only screen and (max-width:85.375rem){.tracks-list__item-image{height:11.5rem}}.tracks-list__item-image img{height:100%;object-fit:cover}.tracks-list__item-info{grid-area:info}.tracks-list__item-date{color:#ffffff80;color:var(--grey);font-size:.875rem;text-transform:uppercase}@media only screen and (max-width:50.875rem){.tracks-list__item-date{font-size:.75rem}}.tracks-list__item-title{color:#fff;color:var(--light);font-size:1.5rem;font-weight:700;line-height:115%;margin:1rem 0;text-transform:uppercase}@media only screen and (max-width:50.875rem){.tracks-list__item-title{font-size:1.125rem;margin:.625rem 0}}.tracks-list__item-description{color:#fff;color:var(--light);font-size:.875rem;font-weight:500;line-height:1.5rem}@media only screen and (max-width:50.875rem){.tracks-list__item-description{font-size:.75rem;line-height:1.125rem}}.tracks-list__item-button{align-items:center;background:#fff;background:var(--light);color:#fff;color:var(--primary);cursor:pointer;display:flex;grid-area:button;justify-content:center;justify-content:space-between;min-width:14rem;padding:.75rem;transition:background .25s;width:13.3125rem}.tracks-list__item-button span{font-size:.875rem;font-weight:500;text-transform:uppercase}@media only screen and (max-width:85.375rem){.tracks-list__item-button span{font-size:.75rem}}.tracks-list__item-button svg{fill:#fff;fill:var(--primary);height:1rem;width:1.125rem}@media only screen and (max-width:85.375rem){.tracks-list__item-button svg{font-size:1rem;height:.875rem}}.tracks-list__item-button:hover{background:#ee7048;background:var(--action)}@media only screen and (max-width:85.375rem){.tracks-list__item-button{padding:.625rem .875rem}}@media only screen and (max-width:50.875rem){.tracks-list__item-button{width:100%}}.tracks-list__item:not(:last-child){margin-bottom:2.5rem}.track{grid-gap:1rem;display:grid;gap:1rem;grid-template-areas:"image date" "title .";grid-template-columns:18.75rem 1fr;max-width:100%;position:relative;text-transform:uppercase;width:-webkit-max-content;width:max-content}@media only screen and (max-width:50.875rem){.track{gap:.625rem;grid-template-areas:"image date" "image title";grid-template-rows:-webkit-max-content 1fr;grid-template-rows:max-content 1fr}}@media only screen and (max-width:37.5rem){.track{display:flex;flex-direction:column;gap:1.25rem}}@media only screen and (max-width:50.875rem){.track-item:not(:last-child){margin-bottom:1rem}}.track-item:nth-child(2n) .track{grid-template-areas:"date image" ". title";grid-template-columns:1fr 18.75rem;margin-left:auto}@media only screen and (max-width:37.5rem){.track-item:nth-child(2n) .track{display:flex;flex-direction:column;gap:1.25rem}}@media only screen and (max-width:50.875rem){.track-item:nth-child(2n) .track{grid-template-areas:"date image" "title image"}}.track-image{cursor:pointer;grid-area:image;height:12.75rem;position:relative;width:100%}@media only screen and (max-width:37.5rem){.track-image{height:100%}}.track-image img{object-fit:cover}.track-image .icon-pause{fill:#fff;fill:var(--light);height:6.25rem;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:6.25rem}.track-date{color:#ffffff80;color:var(--grey);font-size:.875rem;grid-area:date}.track-title{color:#fff;color:var(--light);font-size:1.5rem;font-weight:400;grid-area:title;line-height:125%;position:absolute;top:100%;z-index:2}@media only screen and (max-width:85.375rem){.track-title{font-size:1rem}}@media only screen and (max-width:50.875rem){.track-title{position:relative;top:0}}.news{margin-top:24px}@media only screen and (max-width:1366px){.news{margin-top:16px}}.news-section{background:#fff;background:var(--primary);padding:64px 0}@media only screen and (max-width:1366px){.news-section{padding:32px 0}}.news-single__item-title{font-size:24px;line-height:32px}.news-single__item-date{color:#ffffff80;color:var(--grey);font-size:14px;text-transform:uppercase}.news-single__item-content{color:#fff;color:var(--light);font-size:14px;line-height:120%;margin-top:24px}.news-single__item-content h3{font-size:20px;font-weight:700}.news-single__item-content a{color:#ee7048;color:var(--action);text-decoration:underline;transition:color .25s}.news-single__item-content a:hover{color:#ee7048;color:var(--action);opacity:.7}.news-single__item-content p{margin:12px 0}.news-single__item-content img{display:block;margin:16px 0}.news-list{display:flex;flex-direction:column;margin-top:20px;row-gap:40px}.news-list__item{-webkit-column-gap:24px;column-gap:24px;display:flex;justify-content:flex-start}@media only screen and (max-width:750px){.news-list__item{flex-direction:column;gap:10px}}.news-list__item-img{background-position:50%;background-repeat:no-repeat;background-size:cover;height:168px;min-width:300px}@media only screen and (max-width:750px){.news-list__item-img{background-position:top;min-width:100%}}.news-list__item-info{display:flex;flex-direction:column}.news-list__item-date{color:#ffffff80;color:var(--grey);font-size:14px;text-transform:uppercase}.news-list__item-title{color:#fff;color:var(--light);font-size:24px;font-weight:700;line-height:125%;margin-top:8px;text-transform:uppercase}@media only screen and (max-width:1366px){.news-list__item-title{font-size:18px;line-height:24px}}.news-list__item-button{align-items:center;background:#fff;background:var(--light);color:#fff;color:var(--primary);cursor:pointer;display:flex;justify-content:center;justify-content:space-between;margin-top:auto;min-width:14rem;padding:.75rem .875rem .75rem 1rem;transition:background .25s;width:-webkit-max-content;width:max-content}.news-list__item-button span{font-size:.875rem;font-weight:500;text-transform:uppercase}@media only screen and (max-width:85.375rem){.news-list__item-button span{font-size:.75rem}}.news-list__item-button svg{fill:#fff;fill:var(--primary);height:1rem;width:1.125rem}@media only screen and (max-width:85.375rem){.news-list__item-button svg{font-size:1rem;height:.875rem}}.news-list__item-button:hover{background:#ee7048;background:var(--action)}@media only screen and (max-width:85.375rem){.news-list__item-button{padding:.625rem .875rem}}@media only screen and (max-width:750px){.news-list__item-button{margin-top:10px;width:100%}}.news-item__img{height:240px;overflow:hidden;width:100%}.news-item__img img{height:100%;max-width:none;object-fit:cover;width:100%}.news-item__title{color:#fff;color:var(--light);font-size:14px;font-weight:400;line-height:18px;margin-top:24px;text-transform:uppercase}@media only screen and (max-width:1366px){.news-item__title{margin-top:16px}}.navigation{display:flex;justify-content:flex-end;margin-top:24px}@media only screen and (max-width:1366px){.navigation{margin-top:16px}}.navigation-button{cursor:pointer}.navigation-button .icon{stroke:#fff;stroke:var(--light);height:64px;opacity:.5;transition:opacity .3s;width:64px}@media only screen and (max-width:1366px){.navigation-button .icon{height:45px;width:45px}}.navigation-button:hover .icon{opacity:1}.navigation-prev .icon{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.footer{background-color:#1e1e1e}.footer-info p{color:#fff}.footer-form__link{color:#ffffff80}.footer-form__link:hover{color:#fff}.footer-form__email input{background:#1e1e1e;color:#ffffff80}.footer-form__button{background-color:#fff;color:#1e1e1e}.cart{height:-webkit-max-content;height:max-content;margin:30px auto}.cart__left{background-color:#000;width:100%}.cart__left h3{font-size:32px;font-weight:450;padding-bottom:20px}.cart__left h3,.cart__title{border-bottom:1px solid #d3d3d3}.cart__title{margin-right:10px;padding:10px}@media(max-width:800px){.cart{flex-direction:column-reverse;margin:initial}}.cartItem{border-bottom:1px solid #dcdcdc;display:flex;margin-bottom:20px;margin-top:20px;padding-bottom:20px}.cartItem:last-child{border-bottom:none}.cartItem__color-color{background:red;border-radius:50%;height:20px;width:20px}.cartItem__category,.cartItem__color,.cartItem__size{position:relative}.cartItem__category-category,.cartItem__category-color,.cartItem__category-size,.cartItem__color-category,.cartItem__color-color,.cartItem__color-size,.cartItem__size-category,.cartItem__size-color,.cartItem__size-size{position:absolute;right:150px}.cartItem__category{color:#ffffff80;color:var(--grey)}.cartItem__info{display:flex;flex-direction:column;gap:6px;padding-left:20px}.cartItem__removeButton{background-color:transparent;border:initial;border-radius:5px;margin-top:10px;text-align:end}.cartItem__image{height:250px;object-fit:contain;width:250px}.cartItem__title{font-size:20px;font-weight:450}.cartItem__price{font-size:20px;line-height:35px}.cartItem__incrDec{align-items:center;display:flex;justify-content:space-between;margin:10px 0;width:100px}.cartItem__incrDec button{align-items:center;background-color:#dcdcdc;border:none;border-radius:100px;display:flex;height:25px;justify-content:center;width:25px}.cartItem__incrDec button:hover{box-shadow:0 2px 2px gray}.cartItem__incrDec button:active{box-shadow:none}.cartItem__removeButton{color:#f18383}.cartItem__removeButton:hover{color:#f35c5c}.cartItem__removeButton:active{color:#f18383}@media(max-width:1000px){.cartItem__price,.cartItem__title{font-size:18px}}@media(max-width:768px){.cartItem__category,.cartItem__color,.cartItem__size{position:relative}.cartItem__category-category,.cartItem__category-color,.cartItem__category-size,.cartItem__color-category,.cartItem__color-color,.cartItem__color-size,.cartItem__size-category,.cartItem__size-color,.cartItem__size-size{position:absolute;right:40px}}@media(max-width:460px){.cartItem{position:relative}.cartItem__title{font-size:1rem;margin-top:15px}.cartItem__image{height:120px;width:120px}.cartItem__incrDec{flex-direction:column;left:9%;position:absolute;top:50%;width:auto}}.btn{border-radius:5px;color:#fff;color:var(--light);display:inline-block;font-size:.8em;font-weight:700;letter-spacing:1.4px;padding:1.75em 3.5em;text-align:center;text-transform:uppercase;white-space:nowrap}.shop-block{display:flex;gap:30px;margin-top:80px}.shop-block_left{background:#f9f9f9;border:1px solid #f2f2f2;border-radius:2px;position:relative;width:258px!important}.shop-block_content{width:100%}.shop-block_content-overlay{background-color:rgba(0,0,0,.3);display:flex;height:100vh;justify-content:flex-end;left:0;position:fixed;top:0;width:100vw;z-index:999}.shop-block_content-panel{background:#fff;box-shadow:-2px 0 10px rgba(0,0,0,.1);color:#000;height:94vh;left:0;max-width:400px;position:fixed;top:52px;-webkit-transform:translateX(-100vw);transform:translateX(-100vw);transition:-webkit-transform .75s ease-in-out;transition:transform .75s ease-in-out;transition:transform .75s ease-in-out,-webkit-transform .75s ease-in-out;width:80%;z-index:1000}.shop-block_content-panel_opened{-webkit-transform:translateX(0);transform:translateX(0)}.shop-block_content-panel_close{align-items:center;background:#fbfbfb;background-color:#fff!important;border-bottom:1px solid #f2f2f2;color:#000;display:flex;font:15px/22px Ubuntu,Arial,sans-serif;font-weight:700;justify-content:space-between;padding:19px 19px 20px;position:relative;width:100%}.shop-block_content-panel_close .close_text{align-items:center;display:flex;gap:5px;justify-content:center;position:relative}.shop-block_content-panel_close .icon{height:1.75rem;width:1.75rem}@media only screen and (max-width:991px){.shop-block{margin-top:20px}}.shop-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:1%;margin-top:2.5rem}@media only screen and (max-width:480px){.shop-list{gap:0;margin-top:1.5rem}}.shop-list__item{border:1px solid #f2f2f2;box-shadow:inset 0 0 0 10px #f2f2f2;box-shadow:0 30px 25px -20px rgba(0,0,0,.15);display:flex;flex:1 1 32%;flex-direction:column;gap:15px;justify-content:space-between;margin-top:10px;padding:10px;transition:box-shadow .3s cubic-bezier(.4,0,.2,1)}.shop-list__item:hover{box-shadow:0 36px 28px -20px rgba(0,0,0,.2);-webkit-transform:translateY(-5px);transform:translateY(-5px);transition:box-shadow .3s cubic-bezier(.4,0,.2,1),-webkit-transform .3s cubic-bezier(.4,0,.2,1);transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1),-webkit-transform .3s cubic-bezier(.4,0,.2,1)}@media only screen and (max-width:768px){.shop-list__item{flex:1 1 30%}}@media only screen and (max-width:480px){.shop-list__item{flex:1 1 45%}}.shop-list__item-image{max-width:none;position:relative;text-align:center;width:100%}.shop-list__item span{width:100%}.shop-list__item img{height:300px;max-width:100%;min-width:100%;object-fit:cover}@media only screen and (max-width:768px){.shop-list__item img{height:200px}}@media only screen and (max-width:480px){.shop-list__item img{height:140px}}.shop-list__item-title{color:#000;font-size:1.2rem;font-weight:400;line-height:1.1;margin:0 0 .6em}@media only screen and (max-width:776px){.shop-list__item-title{font-size:1rem}}@media only screen and (max-width:480px){.shop-list__item-title{font-size:.7rem}}.shop-list__item-price{align-items:center;color:#000;display:flex;font-size:18px;font-weight:700;justify-content:center;line-height:15px;margin-bottom:10px;text-transform:lowercase!important}@media only screen and (max-width:776px){.shop-list__item-price{font-size:16px}}@media only screen and (max-width:480px){.shop-list__item-price{font-size:14px}}.shop-list__item-price.old-price{color:#888;font-size:16px;margin-bottom:5px;margin-right:8px;text-decoration:line-through}@media only screen and (max-width:776px){.shop-list__item-price.old-price{font-size:15px}}@media only screen and (max-width:480px){.shop-list__item-price.old-price{font-size:14px}}.shop-list__item-priceSale{align-items:center;background-color:#cf092c;border-radius:4px;color:#fff;display:flex;font-weight:700;justify-content:center;padding:6px 10px}@media only screen and (max-width:776px){.shop-list__item-priceSale{font-size:16px}}@media only screen and (max-width:480px){.shop-list__item-priceSale{font-size:14px}}.shop-list__item-description{color:#1e1e1e;color:var(--dark)}.shop-list__item-category{color:#cf092c;display:block;font-size:.8em;font-weight:700;letter-spacing:1.4px;margin-bottom:1em;text-transform:uppercase}.shop-list__item-btn{background-color:rgba(207,9,44,.95);bottom:-30px;box-shadow:0 30px 25px -20px rgba(0,0,0,.15);position:absolute;right:30px;transition:background-color .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1)}.shop-list__item-btn:hover{background-color:#c5092a;box-shadow:0 36px 28px -20px rgba(0,0,0,.2)}.shop-list__category{align-items:center;display:flex;flex-wrap:wrap;gap:.625rem;margin:3.125rem 0 2.75rem}@media only screen and (max-width:776px){.shop-list__category{margin:1.125rem 0 1.75rem}}.shop-list__category-toggle{align-items:center;background:#e5e5e5;color:#383838;display:flex;font:16px/22px Ubuntu,Arial,sans-serif;justify-content:center;padding:10px 9px 9px;text-align:center;width:100%}.shop-list__category-toggle_image{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAuUlEQVR4nO2UMQoCMRBFH9qJHsEjWIinsBC8hxaeQwsPsoW3sJA9g+DeYLdUITLyi7DImo0LCuZBisy8n0mTQKIlrqP1vQHGQVL23IWRKWPZt4yBSoFFgD+XWykbxEahCzBs8AbAWa5lgukDuYLbBm8nJ1emFTPgDtyA6Yv+BLjKMTeKvW54qt2wBxzVMyeaEVDooJVXX6tWyPmIpQ4rvVqpmvU6wdUeUNCDSgNcGuDjYr7lnxrwxzwAeldtFoE+pyMAAAAASUVORK5CYII=) no-repeat 50%;background-size:contain;display:inline-block;height:13px;height:16px;margin:0 7px 0 0;width:15px;width:16px}@media only screen and (min-width:991px){.shop-list__category-toggle{display:none}}.shop-list__category-row{display:flex;flex-wrap:wrap;gap:10px}.shop-list__category-item{background:#cecece;border:1px solid #f2f2f2;border-radius:8px;color:#1e1e1e;color:var(--dark);cursor:pointer;font-size:1.0625rem;font-weight:500;letter-spacing:.02em;line-height:140%;padding:1rem 1.0625rem;text-align:center;transition:all .3s ease-in}.shop-list__category-item:hover{background:#ee7048;background:var(--action);color:#fff;color:var(--light)}@media only screen and (max-width:768px){.shop-list__category-item{flex:1 1;min-width:100px;padding:.5rem 2.5rem}}.shop-list__category .active{background:#ee7048;background:var(--action);color:#fff;color:var(--light)}.shop-list__item{position:relative;transition:all .3s ease 0s}.shop-list__item:hover .shop-list__item-preview{opacity:1;pointer-events:auto;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.shop-list__item-preview{background-color:hsla(0,0%,90%,.9);border-radius:4px;color:#666;font-size:.9rem;font-size:13px;left:50%;opacity:0;padding:10px;pointer-events:none;position:absolute;text-align:center;top:50%;-webkit-transform:translate(-50%,-40%);transform:translate(-50%,-40%);transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap;width:150px;z-index:2}.shop-filters__container::-webkit-scrollbar-track{background-color:#f5f5f5;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.shop-filters__container::-webkit-scrollbar{background-color:#f5f5f5;width:10px}.shop-filters__container::-webkit-scrollbar-thumb{background-color:#ee7048;background-color:var(--action);border:1px solid #0c66b9;border-radius:14px;max-width:1%}.shop-filters__wrapper{align-items:center;display:flex;gap:30px;justify-content:center}.shop-filters__block{background:#fbfbfb;border-bottom:1px solid #f2f2f2;padding:19px 19px 20px}.shop-filters__block-display{display:flex}.shop-filters__container{border:1px solid #ddd;border-radius:10px;color:#000;display:flex;flex-direction:column;font-family:sans-serif;gap:16px;height:90vh;left:0;max-width:339px;overflow-x:hidden;overflow-y:scroll;padding-bottom:50px;position:-webkit-sticky;position:sticky;scrollbar-color:#bbb #f2f2f2;scrollbar-width:thin;top:5.8rem;width:339px}.shop-filters__container::-webkit-scrollbar-button{display:none;height:0;width:0}@media(max-width:991.98px){.shop-filters__container{border:none;color:#fff;height:auto;max-height:80vh;max-width:none;padding-bottom:16px;text-align:center;width:100%}}.shop-filters__body{color:#000;display:flex;flex-direction:column;height:100%}.shop-filters__label{display:block;font-size:14px;font-weight:500;margin-bottom:10px}.shop-filters__input{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:#fff;border:1px solid #ccc;border-radius:6px;color:#000;cursor:pointer;font-size:14px;max-width:320px;padding:8px 12px;width:100%}.shop-filters__input:focus{border-color:#999;outline:none}.shop-filters__input:hover{border-color:#888}@media only screen and (max-width:991.98px){.shop-filters__input{color:#888}}.shop-filters__button{background-color:#f0f0f0;border:1px solid #ccc;border-radius:6px;color:#000;cursor:pointer;font-size:14px;margin:8px;padding:8px}@media(max-width:991.98px){.shop-filters__button{margin:8px}}.shop-filters__checkbox-label{align-items:center;display:flex;font-size:14px;gap:4px;margin-top:2px}@media(max-width:991.98px){.shopAndHamburger{display:none}.shop-filters__button{background:#ee7048;background:var(--action);border:1px solid #e24c1e;color:#fff}}.product__item{padding:5% 0}.product__row{-webkit-column-gap:2.25rem;column-gap:2.25rem;display:flex;justify-content:center;margin-top:1.25rem}.product__center{display:flex;flex-direction:column;gap:18px}.product__slide{width:55%}.product__info{width:45%}.product__title{color:#000;font-size:28px;font-weight:500;line-height:38px;text-align:center;text-transform:uppercase}.product__category{color:#ffffff80;color:var(--grey);font-size:20px;font-weight:300;text-transform:capitalize}.product__price{color:#0f303f;display:flex;font-weight:500;gap:9px;letter-spacing:.045em;margin:6px 0 20px}.product__price p{font-size:24px}.product__color-title,.product__size-title{color:#000;display:flex;font-size:14px;font-weight:500}.product__color-list,.product__size-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px}.product__color-item,.product__size-item{align-items:center;border:1px solid #eae9e8;color:#132462;cursor:pointer;display:flex;font-size:12px;font-weight:400;height:35px;justify-content:center;padding:.4375rem;transition:all .3s ease 0s}.product__color-item:hover,.product__size-item:hover{border:1px solid #0f303f}.product__btns{display:flex;flex-direction:column;gap:20px;margin-top:20px}.product__btn{background:transparent;border:1px solid #1e617f;color:#1e617f;cursor:pointer;font-size:16px;font-weight:500;padding:14px 21px;text-align:center;text-transform:uppercase;transition:all .2s ease-in;width:280px}.product__btn:hover{background:#0f303f;color:#eae9e8}.mySwiper2{height:520px;margin-bottom:15px;width:427.94px}.mySwiper{box-sizing:border-box;height:20%;padding:10px 0;width:427.94px}.mySwiper .swiper-slide{height:100%;opacity:.4;width:25%}.mySwiper .swiper-slide-thumb-active{opacity:1}.product__slide-img{cursor:pointer;display:block;height:100%;object-fit:cover;width:100%}@media only screen and (max-width:992px){.product__title{font-size:26px;line-height:28px}.product__category{font-size:18px}}@media only screen and (max-width:830px){.mySwiper,.mySwiper2{width:357.94px}}@media only screen and (min-width:768px){.mySwiper3{display:none!important}}@media only screen and (max-width:768px){.product__row{flex-direction:column}.product__slide{width:100%}.product__price{margin:0}.product__text{margin-top:20px}.product__info,.product__text{align-items:center;display:flex;flex-direction:column}.product__info{gap:15px;padding:20px 0;width:100%}.product__info-text{display:none}.product__color-title,.product__size-title{font-size:20px}.mySwiper3{height:500px}.mySwiper,.mySwiper2{display:none!important}.swiper-slide{min-width:420px}}@media only screen and (max-width:555px){.swiper-slide{min-width:220px}.mySwiper3{height:370px}.product__title{font-size:18px;line-height:23px}.product__text{gap:10px}}@media only screen and (max-width:375px){.swiper-slide{min-width:160px}.mySwiper3{height:300px}}body.noscroll{overflow:hidden}.footer{background-color:var(--dark);margin-top:auto;padding-bottom:50px;position:relative;z-index:1}.footer__wrapper{align-items:center;display:grid;grid-template-columns:1fr 2fr}@media only screen and (max-width:576px){.footer__wrapper{grid-template-columns:1fr;grid-template-rows:1fr 1fr}}.footer__wrapper-block{display:grid;grid-template-columns:1fr .3fr}@media only screen and (max-width:380px){.footer__wrapper-block{grid-template-columns:1fr}}.footer .socials{order:1}@media only screen and (max-width:750px){.footer .socials{justify-content:center}}@media only screen and (max-width:576px){.footer .socials{justify-content:flex-start}}.footer-info{align-items:center;display:flex;flex-direction:column;justify-content:center;order:2;row-gap:8px}@media only screen and (max-width:750px){.footer-info__logo{width:40px}.footer-info{order:2}}.footer-info p{color:var(--light);font-size:12px;text-transform:uppercase}.footer-form{width:260px}@media only screen and (max-width:750px){.footer-form{width:200px}}@media only screen and (max-width:576px){.footer-form{width:100%}}.footer-form__container{align-items:center;display:flex;justify-content:center}@media only screen and (max-width:576px){.footer-form__container{justify-content:flex-start}}.footer-form__links{align-items:center;display:flex;gap:20px}@media only screen and (max-width:576px){.footer-form__links{gap:16px}}@media only screen and (max-width:380px){.footer-form__links{gap:12px}}.footer-form__link{align-items:center;border-radius:4px;color:var(--grey);display:flex;font-size:13px;font-weight:500;gap:8px;padding:8px 12px;text-decoration:none;transition:all .3s ease}.footer-form__link svg{height:24px;transition:all .3s ease;width:24px}.footer-form__link:hover{background-color:hsla(0,0%,100%,.05);color:var(--light)}.footer-form__link:hover svg{-webkit-transform:scale(1.1);transform:scale(1.1)}.footer-form__link--instagram:hover svg{color:#e4405f}.footer-form__link--tiktok:hover svg{color:#000}@media only screen and (max-width:576px){.footer-form__link{font-size:12px;gap:6px;padding:6px 10px}.footer-form__link svg{height:20px;width:20px}}@media only screen and (max-width:380px){.footer-form__link{font-size:11px;padding:4px 8px}.footer-form__link svg{height:18px;width:18px}}@media only screen and (max-width:576px){.footer-form__block{align-items:center;display:flex;gap:1.5625rem;width:100%}}@media only screen and (max-width:450px){.footer-form__block{flex-direction:column;gap:0}}.footer-form__email{margin:10px 0}@media only screen and (max-width:576px){.footer-form__email{width:100%}}.footer-form__email input{background:var(--dark);color:var(--grey);display:block;font-size:12px;font-weight:500;height:40px;padding-left:18px;width:100%}@media only screen and (max-width:750px){.footer-form__email input{height:35px}}.footer-form__button{align-items:center;background-color:var(--light);border:none;border-radius:4px;color:var(--dark);cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:8px;justify-content:center;padding:10px 16px;transition:all .3s ease;width:100%}.footer-form__button:hover{background-color:hsla(0,0%,100%,.9);-webkit-transform:translateY(-2px);transform:translateY(-2px)}@media only screen and (max-width:750px){.footer-form__button{min-width:0;min-width:auto}}.footer-form__button span{font-size:13px;font-weight:500}.footer-form__button span svg{height:14px;width:16px}.row{background-color:#141019;background:radial-gradient(at 50% -20%,#908392,#0d060e) fixed;height:100vh;overflow:hidden;position:absolute;top:0;width:100%}#handboy{-webkit-transform-origin:98% 98%;transform-origin:98% 98%}#girllight,#handboy{-webkit-animation:swing 1.3s ease-in-out infinite alternate;animation:swing 1.3s ease-in-out infinite alternate;transform-box:fill-box}#girllight{-webkit-transform-origin:0 97%;transform-origin:0 97%}#hairgirl{-webkit-animation:swinghair 1.3s ease-in-out infinite alternate;animation:swinghair 1.3s ease-in-out infinite alternate;-webkit-transform-origin:60% 0;transform-origin:60% 0}#hairgirl,#zero{transform-box:fill-box}#zero{-webkit-transform-origin:bottom;transform-origin:bottom}@-webkit-keyframes swing{0%{-webkit-transform:rotate(10deg);transform:rotate(10deg)}to{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}}@keyframes swing{0%{-webkit-transform:rotate(10deg);transform:rotate(10deg)}to{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}}@-webkit-keyframes swinghair{0%{-webkit-transform:rotate(6deg);transform:rotate(6deg)}to{-webkit-transform:rotate(-6deg);transform:rotate(-6deg)}}@keyframes swinghair{0%{-webkit-transform:rotate(6deg);transform:rotate(6deg)}to{-webkit-transform:rotate(-6deg);transform:rotate(-6deg)}}.lazy-load-image-background.blur{-webkit-filter:blur(15px);filter:blur(15px)}.lazy-load-image-background.blur.lazy-load-image-loaded{-webkit-filter:blur(0);filter:blur(0);transition:-webkit-filter .3s;transition:filter .3s;transition:filter .3s,-webkit-filter .3s}.lazy-load-image-background.blur>img{opacity:0}.lazy-load-image-background.blur.lazy-load-image-loaded>img{opacity:1;transition:opacity .3s}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, 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")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;-webkit-transform-origin:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{-webkit-animation:swiper-preloader-spin 1s linear infinite;animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@-webkit-keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-pagination{position:absolute;text-align:center;-webkit-transform:translateZ(0);transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:top .2s,-webkit-transform .2s;transition:transform .2s,top .2s;transition:transform .2s,top .2s,-webkit-transform .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:left .2s,-webkit-transform .2s;transition:transform .2s,left .2s;transition:transform .2s,left .2s,-webkit-transform .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:right .2s,-webkit-transform .2s;transition:transform .2s,right .2s;transition:transform .2s,right .2s,-webkit-transform .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}html{font-family:Arial,Helvetica,sans-serif}.game{align-items:center;border:1px solid #ff0;display:flex;flex-direction:column;gap:20px;margin:100px auto;padding:20px;width:240px}.game-info{margin-bottom:10px}.game-field{display:grid;grid-template-columns:repeat(3,40px);grid-template-rows:repeat(3,40px);padding:1px 0 0 1px}.cell{align-items:center;background-color:transparent;border:1px solid gray;cursor:pointer;display:flex;justify-content:center;margin:-1px 0 0 -1px;padding:5px}.cell-hover{transition:opacity .2s ease-in}.cell-hover:hover{opacity:.5}.cell--win{background:#daa520}.symbol{font-size:20px;line-height:24px}.symbol--x{color:red}.symbol--o{color:green}
/*# sourceMappingURL=main.a5c8d7e0.css.map*/