.header{z-index:1000;background:#fff;justify-content:space-between;align-items:center;padding-block:10px;transition:background .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s,box-shadow .3s;display:flex;position:sticky;top:0;overflow:visible;box-shadow:0 2px 8px #0003}.header .logo{text-decoration:none}.header .logo .logo_img{width:auto;height:50px}.header .menu{position:relative;overflow:visible}.header .menu .menu__list{align-items:center;gap:20px;list-style:none;display:flex;position:relative;overflow:visible}.header .menu .menu__list .menu__list-item{color:#3a3a3a;font-size:20px;transition:all .2s}.header .menu .menu__list .menu__list-item:hover{cursor:pointer;color:#000}.header .menu .menu__list .menu__list-item--dropdown{-webkit-user-select:none;user-select:none;align-items:center;gap:6px;display:flex;position:relative;overflow:visible}.header .menu .menu__list .menu__list-item .menu__link{color:inherit;text-decoration:none;transition:all .2s}.header .menu .menu__list .menu__list-item .menu__link:hover,.header .menu .menu__list .menu__list-item .menu__link.active{color:#000}.header .menu .menu__list .menu__list-item .dropdown__arrow{flex-shrink:0;width:12px;height:7px;margin-left:5px;transition:transform .2s}.header .menu .menu__list .menu__list-item .dropdown__arrow--open{transform:rotate(180deg)}.header .menu .menu__list .menu__list-item .dropdown{z-index:100;padding-top:10px;animation:.15s fadeIn;position:absolute;top:100%;left:0}.header .menu .menu__list .menu__list-item .dropdown .dropdown__content{-webkit-backdrop-filter:blur(16px);background:#ffffffd9;border:1px solid #c9c9c966;border-radius:12px;min-width:180px;padding:8px 0;list-style:none;box-shadow:0 8px 30px #00000014}.header .menu .menu__list .menu__list-item .dropdown .dropdown__content .dropdown__item{transition:background .15s,color .15s}.header .menu .menu__list .menu__list-item .dropdown .dropdown__content .dropdown__item:hover{color:#000;background:#f5f5f5b3}.header .menu .menu__list .menu__list-item .dropdown .dropdown__content .dropdown__item .dropdown__link{color:#3a3a3a;padding:10px 16px;font-size:16px;text-decoration:none;transition:all .15s;display:block}.header .menu .menu__list .menu__list-item .dropdown .dropdown__content .dropdown__item .dropdown__link:hover{color:#000}.header .interaction .interaction__block{gap:30px;display:flex}.header .interaction .locale-switcher{align-items:center;gap:10px;display:flex}.header .interaction .locale-switcher .locale-btn{border:none;width:30px;height:30px;padding:5px;transition:all .3s}.header .interaction .locale-switcher .locale-btn:hover{color:#fff;background:#003cffa8;transition:all .3s}.header .interaction .locale-switcher .locale-btn--active{color:#fff;background:#003cff}.header--scrolled{-webkit-backdrop-filter:blur(18px);background:#fff;border-bottom:1px solid #fff3;box-shadow:0 2px 8px #0003}.subscribe{color:#fff;cursor:pointer;background:#003cff;border:none;border-radius:8px;width:150px;padding:10px 20px;font-size:18px;transition:all .2s}.subscribe:hover{background:#003cffa8}@keyframes fadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.burger{cursor:pointer;z-index:1100;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;padding:0;display:none}.burger span{background:#3a3a3a;border-radius:2px;width:100%;height:2px;transition:all .3s;display:block}.burger--active span:first-child{transform:translateY(7px)rotate(45deg)}.burger--active span:nth-child(2){opacity:0}.burger--active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-menu{display:none}@media (width<=430px){.header{flex-direction:row;justify-content:space-between;align-items:center;gap:0;position:relative}.header .logo{margin-right:0}.header .logo .logo_img{height:36px}.header .menu{display:none}.header .interaction{align-items:center;display:flex}.header .interaction .interaction__block{display:none}.header .burger{display:flex}.header .mobile-menu{box-sizing:border-box;opacity:0;visibility:hidden;z-index:1050;background:#fff;flex-direction:column;justify-content:space-between;width:100%;height:100dvh;padding:90px 24px 24px;transition:transform .35s,opacity .35s,visibility .35s;display:flex;position:fixed;top:0;left:0;transform:translateY(-100%)}.header .mobile-menu--open{opacity:1;visibility:visible;transform:translateY(0)}.header .mobile-menu .mobile-menu__list{flex-direction:column;gap:4px;list-style:none;display:flex}.header .mobile-menu .mobile-menu__row{justify-content:space-between;align-items:center;display:flex}.header .mobile-menu .mobile-menu__item{border-bottom:1px solid #000;padding:14px 0}.header .mobile-menu .mobile-menu__link{color:#3a3a3a;font-size:22px;font-weight:500;text-decoration:none}.header .mobile-menu .mobile-menu__link.active{color:#003cff}.header .mobile-menu .mobile-menu__caret{color:#3a3a3a;background:0 0;border:none;justify-content:center;align-items:center;padding:8px;transition:transform .2s;display:flex}.header .mobile-menu .mobile-menu__caret--open{transform:rotate(180deg)}.header .mobile-menu .mobile-menu__submenu{flex-direction:column;gap:10px;margin-top:10px;padding-left:12px;list-style:none;display:flex}.header .mobile-menu .mobile-menu__sublink{color:#5a5a5a;border-bottom:1px solid #0003;font-size:17px;text-decoration:none}.header .mobile-menu .mobile-menu__footer{flex-direction:column;align-items:center;gap:16px;padding-top:20px;display:flex}.header .mobile-menu .mobile-menu__footer .locale-switcher{align-items:center;gap:10px;display:flex}.header .mobile-menu .mobile-menu__footer .locale-switcher .locale-btn{border:none;width:30px;height:30px;padding:5px;transition:all .3s}.header .mobile-menu .mobile-menu__footer .locale-switcher .locale-btn:hover{color:#fff;background:#003cffa8;transition:all .3s}.header .mobile-menu .mobile-menu__footer .locale-switcher .locale-btn--active{color:#fff;background:#003cff}.header .mobile-menu .mobile-menu__footer .subscribe{width:100%;display:block}}.main{background-color:#fff}.main .wrapper{padding-inline:300px}.main .wrapper .home__news-block{gap:10px;display:flex}.main .wrapper .home__news-block .home__news-item{flex-direction:column;width:79%;display:flex}.main .wrapper .home__news-block .home__news-item .home__header{align-items:stretch;gap:10px;height:450px;margin-top:50px;display:flex}.main .wrapper .home__news-block .home__news-item .home__header.home__header--no-ad .hero{width:100%}.main .wrapper .home__arts-block{gap:80px;display:flex}.main .wrapper .home__arts-block--no-events{gap:0}.main .main_divide{margin-block:40px}.loading{margin-top:30px}@media (width<=1630px){.main .wrapper{padding-inline:200px}}@media (width<=430px){.main{background-color:#fff}.main .wrapper{padding-inline:10px}.main .wrapper .home__news-block{flex-direction:column}.main .wrapper .home__news-block .home__news-item{width:100%}.main .wrapper .home__news-block .home__news-item .home__header{height:auto;margin-top:20px}.main .wrapper .home__arts-block{gap:80px;display:flex}.main .main_divide{margin-block:20px}}.footer{margin-bottom:20px}.footer .imprint{margin-block:20px}.footer .footer__end{margin-top:20px}@media (width<=430px){.footer .imprint{flex-direction:column;gap:10px;display:flex}.footer .footer__end .rights{flex-direction:column;gap:10px;width:100%;display:flex}.footer .footer__end .rights p{text-align:center;font-size:16px}}@media (width>=429px){.footer .footer__end .rights{align-items:center}}.footer__content{margin-bottom:20px;display:flex}.footer__content .footer__intro{flex-direction:column;justify-content:center;width:30%;display:flex}.footer__content .footer__intro button{cursor:pointer;background:0 0;border:none;margin-bottom:20px;font-size:30px;font-weight:700}.footer__content .footer__intro button .logo_img{width:auto;height:50px}.footer__content .footer__intro p{color:#3a3a3a;width:100%;line-height:1.5}.footer__content .footer__contacts{justify-content:space-evenly;width:70%;display:flex}.footer__content .footer__contacts .footer__contacts-block{flex-direction:column;gap:20px;display:flex}.footer__content .footer__contacts .footer__contacts-block h3{line-height:1.5}.footer__content .footer__contacts .footer__contacts-block .footer__contacts-list{flex-direction:column;gap:20px;display:flex}.footer__content .footer__contacts .footer__contacts-block .footer__contacts-list .adress a{flex-direction:column;display:flex}.footer__content .footer__contacts .footer__contacts-block .footer__contacts-list .footer__contacts-item{cursor:pointer;color:#3a3a3a;line-height:1.5;text-decoration:none}.footer__content .footer__contacts .footer__contacts-block .footer__contacts-list .footer__contacts-item a{color:#3a3a3a;text-decoration:none}.footer__content .footer__contacts .footer__contacts-block .footer__contacts-list .footer__contacts-item a:hover{color:#003cff}.footer__content .footer__contacts .footer__contacts-block .footer__contacts-list--social .footer__contacts-item a{color:#3a3a3a;align-items:center;gap:10px;text-decoration:none;transition:color .2s;display:flex}.footer__content .footer__contacts .footer__contacts-block .footer__contacts-list--social .footer__contacts-item a svg{fill:#3a3a3a;flex-shrink:0;width:20px;height:20px;transition:fill .2s}.footer__content .footer__contacts .footer__contacts-block .footer__contacts-list--social .footer__contacts-item a:hover{color:#003cff}.footer__content .footer__contacts .footer__contacts-block .footer__contacts-list--social .footer__contacts-item a:hover svg{fill:#003cff}@media (width<=430px){.footer__content{text-align:center;flex-direction:column;align-items:center;gap:10px}.footer__content .footer__intro{width:100%;margin-bottom:10px}.footer__content .footer__intro .logo .logo_img{width:auto;height:40px}.footer__content .footer__intro p{width:100%;font-size:16px}.footer__content .footer__contacts{grid-template-columns:repeat(2,1fr);gap:10px;width:100%;display:grid}.footer__content .footer__contacts .footer__contacts-block{gap:10px}.footer__content .footer__contacts .footer__contacts-block h3{font-size:18px}.footer__content .footer__contacts .footer__contacts-block .footer__contacts-list .footer__contacts-item{font-size:16px}.footer__content .footer__contacts .footer__contacts-block .footer__contacts-list--social .footer__contacts-item a{justify-content:center}}p,li{color:#3a3a3a}*{box-sizing:border-box;margin:0;padding:0;font-family:Main,sans-serif}ul{list-style:none}@font-face{font-family:Syne;src:url(/assets/syne-extrabold-TUFDjm33.woff2)format("woff2");font-weight:800;font-display:swap}@font-face{font-family:Main;src:url(/assets/regular-Cx4fSvHL.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:Main;src:url(/assets/medium-DWbO6Qhk.woff2)format("woff2");font-weight:500;font-display:swap}@font-face{font-family:Main;src:url(/assets/semibold-DGCv3-28.woff2)format("woff2");font-weight:600;font-display:swap}@font-face{font-family:Main;src:url(/assets/bold-DjZ5q5tM.woff2)format("woff2");font-weight:700;font-display:swap}.arrow{fill:#003cff;width:12px;height:12px}.arrow_reverse{fill:#000;width:12px;height:12px;rotate:180deg}.img_source{color:#3a3a3a;opacity:.6;margin-top:0}
