@font-face{font-family:"Trend Sans W00 Four";font-weight:400;font-style:normal;src:url('/font/Trend_Sans_W00_Four/Trend Sans W00 Four.ttf') format('truetype');}@font-face{font-family:'Titillium';font-weight:300 ;font-style:normal;src:url('/font/Titillium_Web/TitilliumWeb-Light.ttf') format('truetype');}@font-face{font-family:'Titillium';font-weight:400 ;font-style:normal;src:url('/font/Titillium_Web/TitilliumWeb-Regular.ttf') format('truetype');}@font-face{font-family:'Titillium';font-weight:700 ;font-style:normal;src:url('/font/Titillium_Web/TitilliumWeb-Bold.ttf') format('truetype');}@font-face{font-family:'Titillium';font-weight:900 ;font-style:normal;src:url('/font/Titillium_Web/TitilliumWeb-Black.ttf') format('truetype');}:root{ --lightness-mode:-1;  --lightness-gap:8%;  --hue-bg-light:0;    --saturation-bg-light:0%;    --lightness-bg-light:8%;    --opacity-bg-light:1;    --hue-bg-dark:0;    --saturation-bg-dark:0%;    --lightness-bg-dark:92%;    --opacity-bg-dark:1;  --font-primary:"Trend Sans W00 Four"; --font-secondary:'Titillium';}header{width:100%;background:#000;padding:5px 0 15px 0;display:grid;justify-content:center;grid-template-columns:var(--max-width);}header .container,.footer .container{width:100%;max-width:1050px;height:auto;margin:0 auto;display:inline-block;}header .top{display:flex;justify-content:center;margin-bottom:10px;flex-wrap:wrap;}header .top a{color:#fff;font-size:50px;font-weight:400;}header .top a:hover{text-decoration:none;}header .top a img{max-width:100%;}header .bottom{position:relative;}header .bottom .menu{display:grid;gap:10px;}header .bottom .menu ul{display:flex;box-sizing:border-box;justify-content:space-between;list-style:none;border-top:1px solid #9e9e9e;border-bottom:1px solid #9e9e9e;padding-left:10px;padding-right:10px;}header .bottom .menu ul li a{color:#9e9e9e;text-transform:uppercase;font-size:28px;font-weight:400;font-family:var(--font-primary);transition:color 0.4s ease 0s;}header .bottom .menu ul li a:hover{color:#fff;text-decoration:none;}header .bottom .menu .ticketing{display:flex;justify-content:center;gap:20px;}header .bottom .menu .ticketing li a{font-size:25px;}header .humburger{display:none;width:40px;height:40px;position:relative;cursor:pointer;}header .humburger .line{display:inline-block;position:absolute;right:50%; transform:translate(50%);width:32px;height:3px;background-color:#fff;border-radius:4px;transition-property:transform;transition-duration:.4s;transition-timing-function:ease;}header .humburger .line:nth-child(1){top:30%;}header .humburger .line:nth-child(2){top:50%;}header .humburger .line:nth-child(3){top:70%;}header .humburger.animated .line:nth-child(1){transform:rotate(-45deg);right:10%;top:55%;}header .humburger.animated .line:nth-child(2){display:none;}header .humburger.animated .line:nth-child(3){transform:rotate(45deg);top:55%;right:10%;}@media screen and (max-width:920px){ header{--padding:10px;padding-top:10px;width:calc(100% - (var(--padding) * 2));padding-left:var(--padding);padding-right:var(--padding);position:relative;} header .top a{font-size:40px;} header .bottom .menu{display:none;} header .humburger{display:block;} header .bottom .menu{position:absolute;top:calc(100% + var(--padding));left:calc(var(--padding) * -1);width:100vw;height:auto;background:#000;z-index:101;overflow:hidden;} header .bottom .menu ul,header .bottom .menu ul.ticketing{background:#000;z-index:101;overflow:hidden;display:block;padding:0;}  header .bottom .menu ul li{padding:10px;width:100%;border-bottom:1px solid #fff;text-align:left;} header .bottom .menu ul li:last-child{border:none;} header .bottom .menu ul li a{padding:0;margin:0;border:none;color:#9e9e9e;line-height:inherit;font-size:18px;} header .bottom .menu ul li:hover a{color:#fff;} header .bottom .menu ul.ticketing li a{color:#fff;font-size:18px;} header .bottom .menu ul.ticketing li:hover a{color:#9e9e9e;}}.showProductMap header{padding:0;}.showProductMap header .bottom,.showProductMap header .top .menu_top{display:none;}.showProductMap header .top{height:50px;width:100%;display:flex;justify-content:center;padding:0;margin:0;}.showProductMap header .top img{height:50px;}.footer{width:100%;background:#000;padding:15px 0 30px 0;font-family:var(--font-secondary);display:grid;justify-content:center;grid-template-columns:var(--max-width);}.footer .cont{display:flex;justify-content:space-between;}.footer .cont p,.footer .cont p a{color:#fff;font-size:16px;text-align:left;font-weight:900;}.footer .cont .social{display:flex;align-items:center;padding:0 20px;border-right:1px solid #fff;border-left:1px solid #fff;gap:20px;width:fit-content;}.footer .cont .social a i{color:#fff;font-size:18px;}.footer .cont .social a:hover i{color:#F55394;}.footer .container .contactsCsOrg{width:100%;padding:10px 0;color:white;text-align:left;display:block;font-size:var(--font-medium);}.contactsCsOrg .link_1{font-size:20px;cursor:inherit;text-transform:uppercase;color:#ffffff;font-family:var(--font-family-primary);width:100%;box-sizing:border-box;}.contactsCsOrg .link_1:hover{text-decoration: none;} .creditsClappit .clappit{width:100px;padding:30px 0;}.creditsClappit .clappit img{width:100%;height:auto;}@media screen and (max-width:920px){ .footer{width:calc(100% - 30px);padding-left:15px;padding-right:15px;} .footer .cont{flex-direction:column;} .footer .cont .social{margin-top:20px;}}.product_item_row .desc-container .desc:not(.opened){display:grid;-webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp:1;line-clamp:1;}.product_item_row .desc-container .icon{display:none;content-visibility:hidden;}