@charset "UTF-8";@font-face{font-family:Lato;src:url(/fonts/Lato-Regular.woff2) format("woff2"),url(/fonts/Lato-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Lato;src:url(/fonts/Lato-Medium.woff2) format("woff2"),url(/fonts/Lato-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Lato;src:url(/fonts/Lato-Semibold.woff2) format("woff2"),url(/fonts/Lato-Semibold.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Lato;src:url(/fonts/Lato-Bold.woff2) format("woff2"),url(/fonts/Lato-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-ExtraBold.woff2) format("woff2"),url(/fonts/Inter-ExtraBold.woff) format("woff");font-weight:800;font-style:normal;font-display:swap}*{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth;-webkit-user-select:text;user-select:text}html,body{font-family:Lato,Arial,Helvetica,sans-serif;min-width:320px}body{overflow-x:hidden;background-color:#0c1014}.no-scroll{overflow:hidden;height:100vh}ul,ol{list-style:none}a{text-decoration:none;color:inherit}img{display:block;max-width:100%;height:auto;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:auto}button{border:none;background:none;cursor:pointer;font:inherit}input,textarea,select{font:inherit;border:none;outline:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;background:none}input[type=number]{-moz-appearance:textfield}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}h1,h2,h3,h4,h5,h6{font-weight:400;font-size:inherit}table{border-collapse:collapse;width:100%}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 16px;position:relative}@media (min-width: 1440px){.container{padding:0}}.header{position:fixed;top:0;left:0;width:100%;height:72px;z-index:1000;padding:0 16px}@media (min-width: 1024px){.header{height:100px;cursor:pointer}}@media (min-width: 1440px){.header{padding:0;padding-inline:0}}.header:before{content:"";position:absolute;top:0;left:0;z-index:-1;width:100vw;height:100%;background-color:#07070780;transition:height .3s ease}.header__content{width:100%;height:100%;max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;gap:10px;align-items:center}.header__logo{position:relative;width:62px;height:auto;flex-shrink:0;z-index:1001}@media (min-width: 1024px){.header__logo{width:102px}}.header__logo img{width:100%;height:100%;object-fit:contain}.header__btn{display:none}@media (min-width: 1024px){.header__btn{display:block}}.burger__button{background:none;border:none;cursor:pointer;position:relative;z-index:1001}@media (min-width: 1024px){.burger__button{display:none}}.burger__btn{display:none;position:relative;z-index:1001;width:100%;margin-top:60px;margin-bottom:16px}.burger__btn.is-open{display:flex}.burger__nav{display:none;flex-direction:column;padding:88px 16px;gap:8px;position:fixed;top:0;left:0;width:100%;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;font-size:18px;font-weight:400;line-height:21px;letter-spacing:-.2px;text-transform:uppercase;color:#efefef;background:#0c1014;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);font-family:Lato,Helvetica Neue,Arial,sans-serif}@media (min-width: 1024px){.burger__nav{display:flex;flex-direction:row;gap:20px;padding:0;overflow-y:unset;position:sticky;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;font-size:18px;font-weight:600;text-transform:none}}@media (min-width: 1440px){.burger__nav{gap:24px}}.burger__nav.is-open{display:flex}.burger__nav-link{display:flex;align-items:center;padding:12px;gap:12px;border-radius:8px;background:#191c1f;position:relative}.burger__nav-link span{display:flex;align-items:center;gap:8px}.burger__nav-link span svg{color:#8b8b8e}.burger__nav-link:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:#fee000;opacity:0;transition:opacity .3s ease;z-index:1}@media (min-width: 1024px){.burger__nav-link{background:transparent;padding:0}.burger__nav-link:hover{color:#fee000}.burger__nav-link:hover:after{opacity:1}}@media (min-width: 1440px){.burger__nav-link{padding:0 12px}}.burger__nav-item{position:relative;display:flex;flex-direction:column;align-items:center;border-radius:8px 8px 12px 12px;background:#191c1f}@media (min-width: 1024px){.burger__nav-item{flex-direction:row;padding:35px 0;background:transparent}}@media (min-width: 1440px){.burger__nav-item{padding:35px 12px}}.burger__nav-item-dropdown-toggle{display:flex;justify-content:space-between;align-items:center;gap:5px;padding:12px;width:100%;font-size:18px;background:none;border:none;cursor:pointer;font:inherit;color:#efefef;white-space:nowrap;text-transform:uppercase;transition:color .3s ease}.burger__nav-item-dropdown-toggle span{display:flex;align-items:center;gap:8px}.burger__nav-item-dropdown-toggle span svg{color:#747478}.burger__nav-item-dropdown-toggle:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:#fee000;opacity:0;transition:opacity .3s ease;z-index:1}@media (min-width: 1024px){.burger__nav-item-dropdown-toggle{text-transform:none;padding:0}.burger__nav-item-dropdown-toggle:hover{color:#ffd800}.burger__nav-item-dropdown-toggle:hover:before{opacity:1}}.burger__nav-item-arrow{color:#d1d1d2;transition:transform .3s ease,stroke .3s ease,fill .3s ease;padding:5px;width:24px;height:24px}.burger__nav-item-dropdown{display:none;position:static;flex-direction:column;width:100%;padding:8px 0;background:#191c1f;border-radius:0 0 8px 8px;font-size:16px;font-weight:400;line-height:28px;letter-spacing:.2px}@media (min-width: 1024px){.burger__nav-item-dropdown{position:absolute;top:104px;left:0;width:220px;font-size:18px;border-radius:12px;padding:8px 0;background:#070707e6;box-shadow:0 -10px 40px #00174a1a;z-index:1000}}.burger__nav-item-dropdown-link{color:#efefef;font-size:18px;font-style:normal;font-weight:400;line-height:27px;letter-spacing:.2px;transition:all .3s ease;padding:8px 42px;text-transform:none;font-family:Lato,Helvetica Neue,Arial,sans-serif}.burger__nav-item-dropdown-link:hover{color:#fee000}@media (min-width: 1024px){.burger__nav-item-dropdown-link{padding:8px 24px}.burger__nav-item-dropdown-link:hover{color:#00174a;background:#ffd800}}.burger__nav-item.open{background:#ffd800}@media (min-width: 1024px){.burger__nav-item.open{background:transparent}}.burger__nav-item.open .burger__nav-item-dropdown{display:flex}.burger__nav-item.open .burger__nav-item-dropdown-toggle{color:#2e2e35}.burger__nav-item.open .burger__nav-item-dropdown-toggle span svg{color:#2e2e35}@media (min-width: 1024px){.burger__nav-item.open .burger__nav-item-dropdown-toggle{color:#fee000}.burger__nav-item.open .burger__nav-item-dropdown-toggle:before{opacity:1}}.burger__nav-item.open .burger__nav-item-arrow{transform:rotate(-90deg);color:#5d5d62}@media (min-width: 1024px){.burger__nav-item.open .burger__nav-item-arrow{transform:rotate(180deg);color:#fee000}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:12px 16px 12px 18px;border-radius:12px;font-size:16px;text-align:center;cursor:pointer;transition:background .3s ease,color .3s ease,border .3s ease,background-size .3s ease;-webkit-touch-callout:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent;text-decoration:none!important;transition:all .3s}.btn__icon{display:inline-flex;width:24px;height:24px}.btn__icon svg,.btn__icon img{width:100%;height:100%;display:block;transition:transform .4s ease}.btn:disabled,.btn.is-disabled{opacity:.6;cursor:not-allowed;pointer-events:none;filter:grayscale(100%);border-color:#777!important;background:#3a3a3a!important;color:#bfbfbf!important}.btn:disabled .btn__icon svg,.btn:disabled .btn__icon img,.btn.is-disabled .btn__icon svg,.btn.is-disabled .btn__icon img{opacity:.7}.btn--primary,.btn--yellow-centered{background:linear-gradient(93deg,#fee000 11%,#fec203 96%);font-family:Lato,Helvetica Neue,Arial,sans-serif;font-weight:600;line-height:1.4;color:16px;font-size:16px}@media (min-width: 1024px){.btn--primary,.btn--yellow-centered{font-size:16px}}@media (min-width: 1440px){.btn--primary,.btn--yellow-centered{font-size:16px}}.btn--primary .btn__icon,.btn--yellow-centered .btn__icon{width:16px;height:16px}.btn--primary:hover,.btn--yellow-centered:hover{background:linear-gradient(266deg,#fee000 5.04%,#fec203 100.39%)}@media (min-width: 1024px){.btn--primary,.btn--yellow-centered{gap:8px;padding:10px 20px}}.btn--secondary{background:#0c1014;border:1px solid #FFD800;font-family:Lato,Helvetica Neue,Arial,sans-serif;font-weight:600;line-height:1.4;color:#f8f8f8;font-size:16px}@media (min-width: 1024px){.btn--secondary{font-size:16px}}@media (min-width: 1440px){.btn--secondary{font-size:16px}}.btn--secondary:hover{color:#2e2e35;background:linear-gradient(93deg,#fee000 10.54%,#fec203 95.59%)}@media (min-width: 1024px){.btn--secondary{padding:10px 20px}}@media (min-width: 1440px){.btn--secondary{padding:10px 30px}}.btn--danger{background-color:#e53935;color:#fff}.btn--danger:hover{background-color:#c62828}.btn--white{background:transparent;border:1px solid #8B8B8E;font-family:Lato,Helvetica Neue,Arial,sans-serif;font-weight:600;line-height:1.4;color:16px;font-size:16px}@media (min-width: 1024px){.btn--white{font-size:16px}}@media (min-width: 1440px){.btn--white{font-size:16px}}.btn--white{transition:all .3s ease}.btn--white:hover{color:#fff;background:#2e2e35}.btn--centered-icon,.btn--yellow-centered{display:flex;align-items:center;justify-content:center;gap:12px}.btn--centered-icon .btn__text,.btn--yellow-centered .btn__text{font-weight:500}.btn--centered-icon .btn__center-icon,.btn--yellow-centered .btn__center-icon{display:flex;align-items:center;justify-content:center;width:6px;height:6px}.btn--centered-icon .btn__center-icon svg,.btn--yellow-centered .btn__center-icon svg{display:block;width:100%;height:100%}.btn--centered-icon .btn__amount,.btn--yellow-centered .btn__amount{font-weight:600}.btn--yellow-centered{width:100%;font-size:16px;padding:14px 20px;gap:8px}.btn--full-width{width:100%}.btn--black{background:#2e2e35;color:#f8f8f8}.btn--black:hover,.btn--yellow{background:#ffd800;color:#2e2e35}.btn--yellow:hover{opacity:.8;color:#2e2e35}.btn--sm{padding:10px 15px}@media (min-width: 1440px){.btn--sm{padding:10px 30px}}.btn--fanshopstyle{background:linear-gradient(93deg,#fee000 11%,#fec203 96%);border-radius:12px;color:#2e2e35;width:100%;font-size:22px;padding:12px 16px;transition:background .3s ease}@media (min-width: 1024px){.btn--fanshopstyle{width:160px;font-size:20px}.btn--fanshopstyle:hover{background:linear-gradient(266deg,#fee000 5%,#fec203);color:#2a2a2b}.btn--fanshopstyle:hover .btn__icon svg,.btn--fanshopstyle:hover .btn__icon img{transform:rotate(-90deg)}}.btn--footerfanshopstyle{background:transparent;border-radius:12px;border:1px solid #FFD800;width:100%;font-size:18px;padding:8px 12px;color:#f8f8f8;transition:color .3s ease}@media (min-width: 1024px){.btn--footerfanshopstyle:hover{color:#ffd800}}@media (min-width: 1440px){.btn--footerfanshopstyle{width:140px}}.footer{background:#080a0d;position:relative;z-index:101;padding:24px 16px 24px 0;box-shadow:0 -20px 40px #7474780d}.footer__inner{width:100%;display:grid;grid-template-columns:1fr;grid-template-rows:auto auto auto;grid-template-areas:"logo" "content" "footer";justify-items:center;align-items:start;padding:0 16px}@media (min-width: 1440px){.footer__inner{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;grid-template-areas:"logo content" "footer footer";gap:5px 100px;padding:0;max-width:1400px;margin:0 auto}}.footer__block{width:171px}@media (min-width: 1440px){.footer__block{width:140px}}.footer__wrap-logo{display:flex;width:100%;gap:16px;grid-area:logo}@media (min-width: 768px){.footer__wrap-logo{justify-content:center}}@media (min-width: 1440px){.footer__wrap-logo{flex-direction:column;justify-content:flex-start}}.footer__logo{display:inline-block;width:94px;align-self:flex-start}.footer__logo img{width:100%;height:100%}@media (min-width: 1440px){.footer__logo{width:140px}}.footer__social{display:flex;flex-wrap:wrap;width:120px;gap:16px 24px}.footer__social a{color:#fff;transition:color .3s ease}@media (min-width: 1024px){.footer__social a:hover{color:#ffd800}}@media (min-width: 1440px){.footer__social{display:flex;padding:0;gap:26px 34px;width:100%}}.footer__btn{display:flex;justify-content:flex-start;margin-bottom:20px;height:fit-content;width:120px}@media (min-width: 1024px){.footer__btn{justify-content:flex-start;width:140px}}.footer__content{display:flex;flex-direction:column;gap:20px;margin-bottom:24px;position:relative;width:100%;grid-area:content}@media (min-width: 768px){.footer__content{padding-left:100px}}@media (min-width: 1024px){.footer__content{justify-content:center;padding:42px 0 35px 100px;gap:0}}@media (min-width: 1440px){.footer__content{width:1160px;padding-left:0}}.footer__caption{color:#f8f8f8;font-size:16px;font-style:normal;font-weight:600;line-height:120%;text-transform:uppercase;text-align:center;font-family:Lato,Helvetica Neue,Arial,sans-serif}@media (min-width: 768px){.footer__caption{text-align:left}}.footer__nav-list{display:flex;flex-direction:column;flex-wrap:wrap;width:100%;height:345px;gap:16px;list-style:none;padding:0;margin:0}.footer__nav-list>li{width:171px}.footer__nav-list>li:nth-child(1){order:1}.footer__nav-list>li:nth-child(2){order:2}.footer__nav-list>li:nth-child(3){order:3;margin-bottom:20px}@media (min-width: 1440px){.footer__nav-list>li:nth-child(3){margin-bottom:0}}.footer__nav-list>li:nth-child(4){order:6;margin-bottom:43px}@media (min-width: 1440px){.footer__nav-list>li:nth-child(4){order:4;margin-bottom:0}}.footer__nav-list>li:nth-child(5){order:4}@media (min-width: 1440px){.footer__nav-list>li:nth-child(5){order:5;margin-bottom:0}}.footer__nav-list>li:nth-child(6){order:5}@media (min-width: 1440px){.footer__nav-list>li:nth-child(6){order:6;margin-bottom:0}}.footer__nav-list>li:nth-child(7){order:7}.footer__nav-list>li:nth-child(8){order:8}.footer__nav-list>li:nth-child(9){order:9}@media (min-width: 1440px){.footer__nav-list>li:nth-child(9){align-self:end}}@media (min-width: 1024px){.footer__nav-list{gap:10px;height:228px}}@media (min-width: 1440px){.footer__nav-list{flex-direction:row;justify-content:space-between;gap:10px;flex-wrap:nowrap}.footer__nav-list>li{width:fit-content}}.footer__nav-item,.footer__nav-link,.footer__nav-sublink{position:relative;font-size:16px;font-style:normal;line-height:140%;letter-spacing:.1px;font-family:Lato,Helvetica Neue,Arial,sans-serif}@media (min-width: 1024px){.footer__nav-item:hover,.footer__nav-link:hover,.footer__nav-sublink:hover{color:#ffd800}}.footer__nav-item,.footer__nav-link{color:#f8f8f8;font-weight:600}.footer__nav-sublink{color:#f8f8f8;font-weight:400}.footer__nav-item span{cursor:default}@media (min-width: 1024px){.footer__nav-item{height:228px}}.footer__nav-subnav{display:flex;flex-direction:column;margin-top:4px;gap:4px}@media (min-width: 1440px){.footer__nav-subnav{margin-left:0}}.footer__partners{display:flex;width:100%;gap:16px}@media (min-width: 1440px){.footer__partners{position:absolute;bottom:31px;left:0;width:fit-content}}.footer__contacts{flex:1;height:100px}.footer__contacts-nav{margin-left:0;gap:8px}@media (min-width: 1024px){.footer__contacts{flex:0 0 auto;width:171px}}.footer__sponsors{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:16px}@media (min-width: 1024px){.footer__sponsors{width:100%}}.footer__box{display:flex;flex-direction:column;justify-content:center;width:100%;gap:10px}@media (min-width: 1024px){.footer__box{gap:40px;align-items:center;justify-content:flex-start;flex-direction:row}}.footer__icon-wrapper{display:flex;justify-content:center;align-items:center;flex-shrink:0}.footer__icon-wrapper--megaservice{width:140px;height:31px;aspect-ratio:183/47}@media (min-width: 768px){.footer__icon-wrapper--megaservice{width:248px;height:41px;aspect-ratio:250/41}}@media (min-width: 1024px){.footer__icon-wrapper--megaservice:hover .footer__icon{content:url(/images/layout/megaservice.png)}}.footer__icon-wrapper--joma{width:120px;height:31px;aspect-ratio:183/47}@media (min-width: 768px){.footer__icon-wrapper--joma{width:160px;height:41px;aspect-ratio:160/41}}@media (min-width: 1024px){.footer__icon-wrapper--joma:hover .footer__icon{content:url(/images/layout/joma.png)}}.footer__icon{max-width:100%;max-height:100%;object-fit:contain;display:block;transition:opacity .3s ease}.footer__bottom{width:100%;padding-top:24px;border-top:1px solid #747478;grid-area:footer;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;text-align:center;font-style:normal;font-weight:400;line-height:28px;font-size:12px;color:#fff;opacity:.9;font-family:Lato,Helvetica Neue,Arial,sans-serif}@media (min-width: 1024px){.footer__legal:hover{color:#ffd800;opacity:1}}.loader{min-height:100vh;background-color:#0c1014;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px}.loader__spinner{width:50px;height:50px;border:5px solid #FEE103;border-top:5px solid transparent;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.loader__text{font-family:Lato,Helvetica Neue,Arial,sans-serif;font-size:18px;font-weight:700;font-style:normal;line-height:normal;background:linear-gradient(93deg,#fee000 10%,#fec203 95%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (min-width: 1024px){.loader__text{font-size:24px}}@media (min-width: 1440px){.loader__text{font-size:40px}}@keyframes spin{to{transform:rotate(360deg)}}.error-message{min-height:100vh;background-color:#000000bf;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px}.error-message__icon{font-size:48px;color:#c00;margin-bottom:16px}.error-message__text{font-size:26px;font-weight:500;color:#c44d4d;margin-bottom:30px}.error-message__button{background:linear-gradient(93deg,#fee000 10%,#fec203 95%);color:#000;padding:12px 24px;border-radius:4px;font-weight:600;text-decoration:none;transition:background .3s ease}.error-message__button:hover{background:linear-gradient(93deg,#cbb300 10%,#cd9c01 95%)}
