@charset "UTF-8";@keyframes runText{0%{left:100%}to{left:-100%}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}html{box-sizing:border-box}*,::after,::before{box-sizing:inherit}:root{--heihgt:100vh}body,html{height:100%;background-color:#1a1a1a;position:relative;scroll-behavior:smooth}body{font-family:"Onset",serif;color:#fff}.modal__colors label input,.modal__size label input,.typed-cursor{display:none}.merch,.tours{scroll-margin:120px}@media screen and (max-width:650px){.merch,.tours{scroll-margin:100px}}#coming-soon{height:85px;display:flex;align-items:center;justify-content:center;font-size:100px;font-weight:700;z-index:3}@media screen and (max-width:1024px){#coming-soon{font-size:80px}}@media screen and (max-width:768px){#coming-soon{font-size:50px}}@media screen and (max-width:500px){#coming-soon{font-size:42px}}h1,h2,h3,h4,h5,h6{margin:0;font-size:inherit;font-weight:400}button,fieldset{border:0;padding:0}fieldset,form,p{margin:0}a{text-decoration:none;color:inherit}address{font-style:inherit}input,li,ol,ul{padding:0;margin:0}li,ol,ul{list-style:none}button{display:block;background:0 0;cursor:pointer}input{border:inherit}.wrapper{display:flex;flex-direction:column;min-height:100%}.main{flex:1 0 auto}.footer{flex:0 0 auto}.container{max-width:1280px;width:100%;padding:0 40px;margin:0 auto}@media screen and (max-width:768px){.container{max-width:1260;padding:0 30px}}@media screen and (max-width:500px){.container{max-width:1240;padding:0 20px}}@media screen and (max-width:360px){.container{max-width:1220;padding:0 10px}}.visually-hidden{clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.reset-button{margin:0;border:1px solid #000;padding:0;font-family:inherit;text-align:left;color:inherit;background-color:transparent;outline:0;cursor:pointer}.reset-button:disabled{cursor:default}.section{padding:200px 0}.run-title{margin-bottom:80px}body,figcaption,figure{margin:0;padding:0}.cart{border-left:1px solid #fff;position:fixed;top:0;right:0;z-index:100;visibility:hidden;transform:translateX(100%);transition:all cubic-bezier(.81,.16,.41,.98) .5s;height:100%;width:100%;padding:20px;background-color:#1a1a1a;overflow-y:auto;color:#fff;max-width:500px;margin:0 auto}@media screen and (max-width:500px){.cart{border:0}}.cart h2{font-size:24px;font-weight:400;margin-bottom:20px;text-align:center}.cart .cart-items,.cart .cart-items li{display:flex;gap:20px;flex-direction:column}.cart .cart-items{list-style:none;padding:0;margin:0}.cart .cart-items li{padding:20px 0;border-bottom:1px solid #fff;justify-content:space-between}.cart .cart-items li .cart-item{display:flex;flex-direction:column;gap:10px}.cart .cart-items li .cart-item-title{font-size:18px;font-weight:300;transition:.3s all}.cart .cart-items li .cart-item-price{font-size:18px;font-weight:400}.cart .cart-items li .quantity-controls{display:flex;align-items:center;gap:10px}.cart .cart-items li .quantity-controls input{width:50px;text-align:center;background-color:#333;border:0;color:#fff;padding:5px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.cart .cart-items li .quantity-controls input[type=number]::-webkit-inner-spin-button,.cart .cart-items li .quantity-controls input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cart .cart-items li .quantity-controls input[type=number]{-moz-appearance:textfield}.cart .cart-items li .quantity-controls button{background-color:transparent;border:1px solid #fff;color:#fff;padding:5px 10px;cursor:pointer;transition:.3s all}.cart .cart-items li .quantity-controls button:hover{background-color:#aa4334;border-color:#aa4334}.cart .cart-items li .remove-item{background-color:transparent;border:0;color:#aa4334;font-size:16px;cursor:pointer;transition:.3s all}.cart .cart-items li .remove-item:hover{color:#fff}.cart .cart-close{font-size:24px;color:#fff}.cart .cart-total{font-size:20px;font-weight:400;text-align:right;margin-top:20px}.cart .cart-count{font-size:18px;font-weight:300;text-align:right;margin-bottom:20px}@media screen and (max-width:768px){.cart{padding:20px}.cart h2{font-size:20px}.cart .cart-items{gap:15px}.cart .cart-items li .quantity-controls input{width:40px}.cart .cart-total{font-size:18px}.cart .cart-count,.cart .cart-items li .cart-item-price,.cart .cart-items li .cart-item-title{font-size:16px}}.cart.active{visibility:visible;transform:translateX(0)}#checkout-form{gap:20px}#checkout-form,.checkout__item{display:flex;flex-direction:column}.checkout__item label{font-size:20px;margin-bottom:10px;color:#fff}.checkout__item input{padding:15px;font-size:18px;border:1px solid rgba(0,0,0,.1);border-radius:4px;width:100%;max-width:100%;background-color:#fff;color:#000}.checkout__item input:focus{border-color:#aa4334;outline:0}.checkout__item button{padding:15px;background-color:#aa4334;color:#fff;border:0;border-radius:4px;font-size:18px;cursor:pointer;transition:background-color .3s;text-transform:uppercase}.checkout__item button:hover{background-color:#833428}@media screen and (max-width:768px){#checkout-form{gap:15px}.checkout__item label{font-size:18px}.checkout__item button,.checkout__item input{font-size:16px}}.modal{position:fixed;visibility:hidden;overflow:hidden;display:block;max-width:700px;width:100%;opacity:0;border:0;padding:0;transition:.3s all}@media screen and (max-width:500px){.modal{margin:0;min-height:100%}}.modal__inner{display:flex;flex-direction:column;gap:30px 0;background-color:#1a1a1a;padding:40px;box-shadow:0 0 100px 0 rgba(255,255,255,.25)}.modal__title{font-size:32px;color:#fff;line-height:32px;text-align:left}.modal__carousel{display:flex;gap:0 30px}.modal__bullets{display:flex;flex-direction:column;gap:10px 0}.modal__bullets div{width:70px;height:105px;position:relative;cursor:pointer}.header__logo svg circle,.header__logo svg path,.modal__bullets div::after{transition:.3s all}.modal__bullets div.active::after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;z-index:1;background-color:rgba(170,67,52,.5)}.modal__bullets img,.modal__slider img{-o-object-position:center;object-position:center;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0;width:100%;height:100%}.modal__bullets img{z-index:0}.modal__slider{position:relative;width:280px;height:420px}.modal__slider img{opacity:0;transition:.3s all}.modal__slider img.active{opacity:1}.modal__top{display:flex;align-items:center;justify-content:space-between}.modal__close{font-size:30px;color:#fff;transition:.3s all}.modal__close:hover{color:#aa4334}.modal__colors,.modal__size{display:block}.modal__colors p,.modal__size p{font-size:18px;color:#fff;margin-bottom:15px;width:100%}.modal__colors span{cursor:pointer;border-radius:50%;width:30px;height:30px;display:inline-block;margin-right:12px;border:2px solid gray;transition:.3s all}.modal__colors span.active{border:2px solid gold}.modal__size span{cursor:pointer;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid #fff;color:#fff;transition:.3s all;margin-right:5px}.modal__size span.active{border:1px solid #aa4334}.modal__price{font-size:26px;font-weight:700;color:#aa4334}.modal[open]{opacity:1;visibility:visible;overflow:auto}.modal::backdrop{transition:.3s all;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}@font-face{font-family:"Onset";src:url(../fonts/OnestRegular.woff) format("woff"),url(../fonts/OnestRegular.woff2) format("woff2");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:"Onset";src:url(../fonts/OnestBold.woff) format("woff"),url(../fonts/OnestBold.woff2) format("woff2");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:"Onset";src:url(../fonts/OnestLight.woff) format("woff"),url(../fonts/OnestLight.woff2) format("woff2");font-display:swap;font-weight:300;font-style:normal}@font-face{font-family:"Onset";src:url(../fonts/OnestMedium.woff) format("woff"),url(../fonts/OnestMedium.woff2) format("woff2");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:"Pf-Scandal-Pro";src:url(../fonts/PF-Scandal-Pro.woff) format("woff"),url(../fonts/PF-Scandal-Pro.woff2) format("woff2");font-display:swap;font-weight:black;font-style:normal}.header{padding:60px 0 20px;border-bottom:1px solid #fff;position:fixed;z-index:5;width:100%;background-color:#1a1a1a}.header__container,.header__logo,.header__nav{display:flex;align-items:center}@media screen and (max-width:768px){.header__logo svg{height:18px}}.header__logo svg:hover circle,.header__logo svg:hover path,.mobile-menu .close:hover svg path{fill:#aa4334}.header__nav{margin-left:auto}.header__anchors{display:flex;gap:0 45px;margin-right:58px}@media screen and (max-width:1024px){.header__anchors{display:none}}.header__basket{margin-left:20px;position:relative;width:25px;height:25px}.header__basket-counter{pointer-events:none;position:absolute;font-weight:700;color:#000;display:flex;align-items:center;justify-content:center;z-index:1;top:0;right:-20%;border-radius:50%;width:15px;height:15px;background-color:tomato}.header__basket-counter b{font-size:13px;line-height:13px}.header__basket svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:25px;height:25px}.header__basket svg path,.header__basket svg polygon,.mobile-menu .close svg path{fill:#fff;transition:.3s all}.header__social{display:flex;gap:0 27px}@media screen and (max-width:650px){.header__social{display:none}}.header__burger-btn{display:none;width:40px;height:20px;position:relative}@media screen and (max-width:1024px){.header__burger-btn{display:block;margin-left:37px}}.header__burger-btn span{display:inline-block;height:3px;width:100%;background-color:#fff;position:absolute;left:0}.header__burger-btn span:first-child{top:0}.header__burger-btn span:nth-child(2){top:50%;transform:translateY(-50%)}.header__burger-btn span:last-child{bottom:0}.mobile-menu{max-width:415px;width:100%;background-color:#1a1a1a;height:100%;border-left:1px solid #fff;padding:50px;position:fixed;top:0;right:0;z-index:100;visibility:hidden;transform:translateX(100%);transition:all cubic-bezier(.81,.16,.41,.98) .5s}@media screen and (max-width:500px){.mobile-menu{max-width:280px}}.mobile-menu .anchors,.mobile-menu .social{display:flex;flex-direction:column;gap:30px 0}.mobile-menu .anchors{margin:30px 0}.mobile-menu.active{visibility:visible;transform:translateX(0)}.overlay{width:100%;min-height:100%;height:100%;position:fixed;left:0;top:0;z-index:89;background:rgba(23,23,23,.7);visibility:hidden;opacity:0;pointer-events:none}.overlay.active{visibility:visible;opacity:1;pointer-events:visible}.anchors{gap:0 45px;margin-right:58px}.anchors-link{font-size:14px;font-weight:300;padding:10px 0;display:inline-flex;align-items:center;transition:.3s all;position:relative}.anchors-link::after{content:"";position:absolute;height:2px;width:0;background-color:#aa4334;bottom:0;transition:.3s all}.anchors-link:hover,.social-link:hover{color:#aa4334}.anchors-link:hover::after{width:100%}.social{gap:0 27px}.social-link{text-transform:uppercase;padding:10px 0;display:inline-flex;align-items:center;transition:.3s all;font-size:18px}@media screen and (max-width:1024px){.social-link{font-size:14px}}.promo{margin-top:120px;height:679px;max-width:100vw;width:100%;background-repeat:no-repeat;background-size:cover;background-position:center -140px}@media screen and (max-width:1440px){.promo{background-position:center}}@media screen and (max-width:650px){.promo{margin-top:104px}}.promo__content,.tours__ticket-item--time div{display:flex;flex-direction:column}.promo__container{display:flex;align-items:center;height:calc(100% - 120px)}.promo__title,.tours__title span{color:#fff;font-size:60px;font-weight:700;text-transform:uppercase}.promo__anchors{margin-top:30px;display:flex;gap:0 20px}.promo__link{display:inline-flex;max-width:285px;width:100%;height:54px;padding:10px 20px;border:1px solid #fff;text-transform:uppercase;align-items:center;justify-content:center;font-size:18px;margin-bottom:0!important;transition:.3s all}.promo__link._merch{color:#000;background-color:#fff}.promo__link._merch::after,.promo__link._merch::before,.promo__link._tours::after,.promo__link._tours::before{display:none}.promo__link._merch:hover{color:#fff;background-color:#aa4334;border:1px solid #aa4334}.promo__link._tours{background-color:transparent;color:#fff}.promo__link._tours:hover{color:#000;background-color:#fff;border:1px solid #fff}.promo__container{position:relative}@media screen and (max-width:650px){.promo{height:500px}.promo__title{font-size:32px;text-align:center;margin:20px 0 auto}.promo__title br{display:none}.promo__anchors{flex-direction:column;gap:20px 0;width:100%;margin-bottom:30px}.promo__link{margin-bottom:auto;width:100%;max-width:100%;height:40px;font-size:16px}.promo__content{justify-content:center;align-items:center;width:100%;height:100%}.promo__container{height:100%}}.tours{margin-bottom:200px}@media screen and (max-width:768px){.tours{margin-bottom:150px}}.tours__running{position:relative;background-color:#fff;padding:20px 0;height:80px;overflow:hidden;max-width:100vw;width:100%}.tours__running .js-marquee{display:flex;flex-direction:row;gap:0 200px}.merch__running .js-marquee span,.tours__running .js-marquee span,.video .js-marquee span{color:#000;font-size:36px;font-weight:700;letter-spacing:3.6px;text-transform:uppercase}.tours__container{margin-top:80px;position:relative;width:100%!important;justify-content:space-between}.tours__title{width:100%;color:#7e7e7e;font-size:24px;font-weight:400;text-align:center}.tours__title span{margin-top:20px;display:inline-block;font-size:64px}.tours__ticket{padding-bottom:40px;margin-top:40px;display:flex;border-bottom:1px solid #797979}.tours__ticket:last-of-type{border-bottom:none}.tours__ticket-item{flex:1 1 20%;display:flex;flex-direction:column;font-size:20px;gap:5px 0;align-items:flex-start}.tours__ticket-item--time{flex-direction:row;gap:0 20px}.tours__ticket-start{font-weight:700}.tours__ticket-title{color:#7e7e7e;font-size:16px}.tours__ticket-inactive{border:1px solid rgba(165,165,165,.7)!important;color:rgba(165,165,165,.7)!important}.tours__ticket-inactive svg{transform:none!important}.tours__ticket-inactive svg path{fill:rgba(165,165,165,.7)!important}.tours__ticket-buy,.tours__ticket-inactive{border:1px solid #fff;padding:10px 20px;font-size:18px;position:relative;display:flex;gap:0 13px;transition:.3s all}.tours__ticket-inactive{justify-content:space-between;max-width:210px;width:100%}.tours__ticket-buy svg,.tours__ticket-inactive svg{transition:.3s all;height:20px;width:20px}.tours__ticket-buy svg path,.tours__ticket-inactive svg path{transition:.3s all}@media (any-hover:hover){.tours__ticket-buy:hover,.tours__ticket-inactive:hover{border:1px solid #aa4334;color:#aa4334}.tours__ticket-buy:hover svg,.tours__ticket-inactive:hover svg{transform:rotateZ(45deg)}.tours__ticket-buy:hover svg path,.tours__ticket-inactive:hover svg path{fill:#aa4334}}@media screen and (max-width:1024px){.tours__ticket{align-items:center}.tours__ticket-item:last-child{align-items:center;flex:1 1 30%}.tours__ticket-item:first-child{flex:1 1 10%}.tours__ticket-item:nth-child(2){flex:1 1 10%;gap:20px 0;flex-direction:column}.tours__ticket-item:nth-child(3){flex:1 1 20%}}@media screen and (max-width:650px){.tours__title span{font-size:40px}.tours .tours__ticket{gap:30px 0}.tours__ticket-item:first-child{flex:1 1 auto}.tours__ticket-item:nth-child(2){flex:1 1 auto;gap:0 20px;flex-direction:row;justify-content:flex-end}.tours__ticket-item:nth-child(2) div{text-align:right}.tours__ticket{align-items:flex-start;flex-wrap:wrap;justify-content:space-between}.tours__ticket-item:nth-child(3){flex:1 1 100%}.tours__ticket-item:last-child{align-items:normal;flex:1 1 100%}.tours__ticket-buy,.tours__ticket-inactive{justify-content:center;border:1px solid #aa4334;color:#aa4334;max-width:100%}.tours__ticket-buy svg,.tours__ticket-inactive svg{transform:rotateZ(45deg)}.tours__ticket-buy svg path,.tours__ticket-inactive svg path{fill:#aa4334}}@media screen and (max-width:500px){.tours__ticket-item:first-child{flex:1 1 100%}.tours__ticket-item:nth-child(2){flex:1 1 100%;gap:0 20px;flex-direction:row;justify-content:flex-start}.tours__ticket-item:nth-child(2) div{text-align:left}.tours__title span{font-size:32px}}.tours__card{display:flex;flex-direction:column;max-width:calc(33% - 30px);width:100%}.tours__wrapper{margin-top:40px;display:flex;gap:40px 30px;justify-content:flex-start;flex-wrap:wrap}.tours__ticket-top{display:flex;justify-content:space-between;gap:5px 0}.tours__ticket-date{font-weight:700}.tours__ticket-city,.tours__ticket-date{font-size:20px;text-transform:uppercase}.tours__ticket-address{font-size:20px;margin:20px 0}.tours__ticket-image{margin-top:20px;width:100%;height:365px;position:relative}.tours__ticket-image img,.video__link img{position:absolute;-o-object-fit:contain;object-fit:contain;width:100%;height:100%;left:0;top:0}.tours__ticket-image img{display:inline-block}.tours__ticket-buy{width:100%;max-width:100%;justify-content:center;text-transform:uppercase}@media screen and (max-width:1024px){.tours__wrapper{flex-wrap:wrap;justify-content:flex-start;gap:40px 30px}.tours__card{max-width:calc(50% - 30px);width:100%}}@media screen and (max-width:706px){.tours__card{max-width:100%;width:100%}.tours__wrapper{justify-content:center}}.tours__ticket-address{text-align:left}.video{margin-bottom:200px}@media screen and (max-width:768px){.video{margin-bottom:150px}}.video__running{position:relative;background-color:#aa4334;padding:20px 0;height:80px;overflow:hidden;max-width:100vw;width:100%;margin-bottom:80px}.video .js-marquee{display:flex;flex-direction:row;gap:0 200px}.video__container{display:flex;width:100%;gap:20px;overflow-x:auto;overflow-y:hidden;margin:0 auto}.video__item{display:flex;flex-direction:column;gap:24px 0;width:330px}.video__date,.video__title{font-size:20px}.video .swiper-wrapper{display:flex}.video .swiper{width:100%!important;justify-content:space-between}.video__wrapper{position:relative;cursor:pointer;max-width:380px;width:100%;height:220px;margin-top:20px}.video__wrapper:hover::before{opacity:.5}.video__wrapper:hover::after{opacity:1}.video .swiper-pagination{margin-top:30px;position:static;transform:none!important}.video .swiper-pagination-bullet{width:13px;height:13px;background:#aa4334;transition:.3s all}.video__link{display:block;position:relative;width:100%;height:100%}.video__link img{-o-object-position:center;object-position:center}.video__title{margin-top:20px;font-weight:700;text-transform:uppercase;text-align:center}.merch{margin-bottom:200px}@media screen and (max-width:768px){.merch{margin-bottom:150px}}.merch__container{display:flex;position:relative}.merch__running{margin-bottom:80px;position:relative;background-color:#fff;padding:20px 0;height:80px;overflow:hidden;max-width:100vw;width:100%}.merch__running .js-marquee{display:flex;flex-direction:row;gap:0 200px}.merch__container--sliders{display:flex;gap:20px;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start}@media screen and (max-width:768px){.merch__container--sliders{justify-content:space-between}}@media screen and (max-width:500px){.merch__container--sliders{justify-content:center}}.merch__item{flex:0 0 calc(25% - 20px)}@media screen and (max-width:1280px){.merch__item{width:auto;flex:0 0 calc(33% - 20px)}}@media screen and (max-width:768px){.merch__item{width:auto;flex:0 0 calc(50% - 20px)}}@media screen and (max-width:500px){.merch__item{flex:0 0 100%}.merch__item img{-o-object-position:center;object-position:center}}.merch__picture{position:relative;margin-bottom:24px}.merch__gallery{position:relative;height:250px}.merch__gallery img{width:100%;height:100%;position:absolute;top:0;left:0;-o-object-fit:cover;object-fit:cover;opacity:0;z-index:-1;transition:opacity .4s ease-in-out;-o-object-position:center;object-position:center}.merch__gallery img.active{opacity:1;z-index:1;display:inline-block}.merch__buttons{position:absolute;bottom:0;display:flex;justify-content:space-between;width:100%;z-index:2}.merch select{border:0;border-bottom:1px solid #fff;cursor:pointer;background-color:transparent;color:#fff;height:35px;font-size:18px}.merch option{color:#000!important}.merch option:hover{color:#000;background-color:#aa4334}.merch__button{display:inline-block;width:56px;height:56px}.merch__button svg{pointer-events:none}.merch option,.merch select,.merch__button,.merch__button svg path,.merch__button svg rect{transition:.3s all}.merch__button:hover svg rect{fill-opacity:.42}.merch__caption{display:flex;flex-direction:column;gap:24px 0}.merch__size,.merch__title{color:#fff;font-size:18px}.merch__price{color:#aa4334;font-size:24px;font-weight:700;line-height:normal}.merch__link{text-transform:uppercase;height:40px;display:inline-flex;justify-content:center;align-items:center;border:1px solid #fff;transition:.3s all;color:#fff}.merch__link:hover{border:1px solid #aa4334;color:#aa4334}.footer{padding-bottom:80px}.footer__title{color:#000;font-size:36px;font-weight:700;padding:20px 0;background-color:#fff;text-align:center;text-transform:uppercase;margin-bottom:80px}.footer__social-inst-title,.footer__social-title{color:#7e7e7e;margin-bottom:30px;font-size:16px;text-align:center}.footer__social{display:flex;gap:0 15px}.footer__box{margin-bottom:30px}.footer__box,.footer__inst{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px 0}.footer__social-link{color:#fff;font-size:18px;font-weight:300;text-transform:uppercase;transition:.3s all}.footer__confidenc:hover,.footer__social-link:hover{color:#aa4334}.footer__bottom{margin-top:50px;text-align:center}.footer__confidenc{color:#7a7a7a;font-size:14px;font-weight:300;-webkit-text-decoration-line:underline;text-decoration-line:underline;text-transform:uppercase;transition:.3s all}body .preloader-active{overflow:hidden}.preloader{position:fixed;width:100%;height:100%;background-color:#fff;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:58px 0;background:#1a1a1a;z-index:1000;animation:fadeOut 1s ease-in-out 1s forwards}.spinner{animation:spin 2s linear infinite}
/*# sourceMappingURL=main.min.css.map */
