@font-face{  font-family:'Abel';  font-style:normal;  font-weight:400;  font-display:swap;  src:url(https://fonts.gstatic.com/s/abel/v18/MwQ5bhbm2POE2V9BPQ.woff2) format('woff2');  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}:root{ --color-bg-page:#ffffff;     --hue-bg-light:0; --saturation-bg-light:0%; --lightness-bg-light:100%; --opacity-bg-light:1;    --hue-bg-dark:0; --saturation-bg-dark:0%; --lightness-bg-dark:16%; --opacity-bg-dark:1;   --color-text-white:#ffffff; --color-text-black:#292929;  --color-text-light-1:#ffffff; --color-text-light-2:#f5f5f5; --color-text-light-3:#dedede;   --color-text-dark-1:#292929; --color-text-dark-2:#5b5b5b; --color-text-dark-3:#777777;  --color-negative:#ff1e1e; --color-required:#ff1e1e;  --font-family-primary:"Abel",sans-serif; --font-family-secondary:var(--font-family-primary);   --font-medium:14px; --font-small:12px;  --gap-primary:18px; --max-width:min(100%,calc(1360px + 2 * var(--padding-primary))); --border-radius-primary:0; --border-radius-large:0; --box-shadow-primary:0 10px 28px rgba(0,0,0,0.12); --z-index-medium:1000;}header{box-sizing:border-box;width:100%;min-height:122px;background:#ffffff;border-bottom:1px solid #efefef;color:#333333;font-family:var(--font-family-primary);padding:0 46px;}header .container{box-sizing:border-box;max-width:var(--max-width);width:100%;min-height:122px; display:flex;justify-content:space-between;align-items:center;position:relative;margin:0 auto;}header .container > *{width:33.333333%;}header .logo{display:flex;align-items:center;justify-content:center;}header .logo a{display:inline-flex;align-items:center;}header .logo img.main{width:auto;height:110px;display:block;object-fit:contain;}header .right{min-width:0;display:flex;align-items:center;justify-content:stretch;}header ul{margin:0;padding:0;display:flex;align-items:center;list-style:none;}header ul li{margin:0;padding:0;}header ul li a{box-sizing:border-box;min-height:38px;padding:10px 13px;display:inline-flex;align-items:center;color:#333333;font-family:var(--font-family-secondary);font-size:21px;font-weight:400;letter-spacing:0.02em;line-height:1.2;text-decoration:none;transition:color 0.2s ease,background-color 0.2s ease;}header ul li a:hover{color:#ff1e1e;}header .external{justify-content:flex-start;flex-wrap:wrap;max-width:418px;}header .ticketing{justify-content:flex-end;gap:2px;}header .ticketing > li:first-child a{min-height:36px;padding:10px 15px;background:#ff1e1e;color:#ffffff;font-family:var(--font-family-primary);font-size:21px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;}header .ticketing > li:first-child a:hover{background:#333333;color:#ffffff;}header .ticketing > li:not(:first-child) a{font-size:21px;white-space:nowrap;}header .ticketing a.language{min-width:40px;padding:9px 8px;justify-content:center;border-bottom:2px solid #ff1e1e;font-family:var(--font-family-primary);font-size:21px;letter-spacing:0.08em;text-transform:uppercase;}header .countItem{min-width:18px;height:18px;margin-left:5px;display:inline-grid;place-items:center;background:#ff1e1e;border-radius:50%;color:#ffffff;font-size:10px;line-height:18px;}header .hamburger{width:44px;height:44px;display:none;position:relative;flex-direction:column;justify-content:center;align-items:center;gap:6px;cursor:pointer;}header .hamburger .line{width:24px;height:2px;display:block;background:#292929;transition:transform 0.3s ease,opacity 0.3s ease;}header .hamburger.animated .line:nth-child(1){transform:translateY(8px) rotate(45deg);}header .hamburger.animated .line:nth-child(2){opacity:0;}header .hamburger.animated .line:nth-child(3){transform:translateY(-8px) rotate(-45deg);}@media screen and (max-width:1140px){ header{padding:0 24px;}  header:has(#hamburger.animated) .right{display:block;} header{min-height:92px;} header .external{max-width:100%;} header .container{min-height:92px;} header .logo{position:static;justify-content:flex-start;transform:none;} header .logo img.main{height:64px;} header .hamburger{display:flex;} header .menu{z-index:var(--z-index-medium);box-sizing:border-box;width:100vw;padding:18px 24px 28px;display:none;position:absolute;top:100%;right:50%;transform:translateX(50%);overflow-y:auto;background:#ffffff;border-top:1px solid #ededed;border-bottom:3px solid #ff1e1e;box-shadow:var(--box-shadow-primary);} header .menu ul{flex-direction:column;width:100%;justify-content:center;align-items:center;} header .menu ul li{width:100%;} header .menu ul li a{width:100%;min-height:48px;padding:14px 6px;justify-content:space-between;border-bottom:1px solid #ededed;color:#292929;font-family:var(--font-family-secondary);font-size:19px;} header .ticketing{order:1;margin-bottom:12px;} header .ticketing > li:first-child a{margin-bottom:8px;justify-content:center;border:0;color:#ffffff;font-family:var(--font-family-primary);font-size:12px;} header .ticketing > li:not(:first-child) a{font-size:17px;} header .ticketing a.language{width:auto;min-width:58px;margin:4px 0 10px;padding:10px 14px;justify-content:center;border:1px solid #ff1e1e;font-family:var(--font-family-primary);font-size:12px;}}@media screen and (max-width:540px){ header .container{padding:0 18px;} header .logo img.main{height:58px;} header .menu{padding-right:20px;padding-left:20px;}}footer{box-sizing:border-box;width:100%;padding:58px 24px 42px;display:grid;justify-content:center;justify-items:center; grid-template-columns:var(--max-width);background:#ffffff;border-top:5px solid #ff1e1e;color:#292929;font-family:var(--font-family-primary);}footer .container{box-sizing:border-box;width:min(100%,1240px);display:grid;gap:36px;}footer section{margin:0;padding:0;}footer .brand{padding-bottom:28px;border-bottom:1px solid #dedede;}footer .brand a{display:inline-flex;}footer .brand img.footer-logo{width:auto;height:66px;display:block;object-fit:contain;}footer .brand p{margin:10px 0 0;color:#5b5b5b;font-family:var(--font-family-secondary);font-size:14px;letter-spacing:0.04em;}footer .top{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:54px;}footer .column h3{margin:0 0 15px;color:#ff1e1e;font-family:var(--font-family-primary);font-size:11px;font-weight:700;letter-spacing:0.12em;line-height:1.3;text-transform:uppercase;}footer .column ul{margin:0;padding:0;display:grid;gap:10px;list-style:none;}footer .column li{margin:0;padding:0;color:#5b5b5b;font-size:14px;line-height:1.5;}footer .column a{color:#292929;text-decoration:none;transition:color 0.2s ease;}footer .column a:hover{color:#ff1e1e;}footer .social i{width:18px;color:#ff1e1e;}footer .bottom{padding-top:22px;display:grid;gap:5px;border-top:1px solid #dedede;color:#777777;font-size:12px;line-height:1.5;}footer .bottom p{margin:0;color:#777777;}footer .bottom a{color:#5b5b5b;text-decoration:none;}footer .bottom a:hover{color:#ff1e1e;}footer .contact-container{padding-top:18px;border-top:1px solid #ededed;}footer .contactsCsOrg{box-sizing:border-box;width:100%;padding:0;color:#777777;font-size:12px;line-height:1.7;}footer .contactsCsOrg a{color:#5b5b5b;text-decoration:none;}footer .contactsCsOrg .link_1{margin:0 0 6px;color:#292929;font-size:11px;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;}footer .creditsClappit{margin-top:20px;text-align:left;}footer .creditsClappit img{max-width:180px;max-height:38px;object-fit:contain;}@media screen and (max-width:760px){ footer{padding:48px 24px 38px;} footer .container{gap:30px;} footer .brand img.footer-logo{height:58px;} footer .top{grid-template-columns:1fr;gap:30px;} footer .contactsCsOrg{text-align:left;} footer .creditsClappit{text-align:center;}}