@font-face{font-display:swap;font-family:Sansation;font-style:normal;font-weight:400;src:url(../fonts/sansation-v1-cyrillic_latin-regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Sansation;font-style:normal;font-weight:700;src:url(../fonts/sansation-v1-cyrillic_latin-700.woff2) format("woff2")}*,:after,:before{box-sizing:border-box}html{font-size:20px;height:100%;scroll-behavior:smooth;scroll-padding-top:110px}body{align-items:stretch;background:linear-gradient(90deg,#100720,#2e0e46);color:#f3f8ff;display:flex;font-family:Sansation,sans-serif;font-size:1rem;font-style:normal;font-weight:400;letter-spacing:.4px;line-height:1.3;margin:0;min-height:100vh;padding:0;position:relative}body.show-menu{overflow:hidden}body:after{background-image:url(../img/site_bg_1920.webp);background-position:top;background-repeat:no-repeat;background-size:cover;content:"";display:block;height:100vh;left:0;position:fixed;right:0;top:0;z-index:-1}@media (max-width:360px){body:after{background-image:url(../img/site_bg_360.webp)}}.site-wrapper{display:flex;flex-direction:column;justify-content:space-between;padding-top:110px;width:100%}.container{margin:0 auto;max-width:1340px;padding-left:20px;padding-right:20px}@media (max-width:576px){.container{padding-left:8px;padding-right:8px}}.btn{border-radius:40px;box-shadow:0 8px 16px 0 rgba(118,23,242,.3);font-family:Sansation,sans-serif;font-size:16px;font-style:normal;font-weight:700;letter-spacing:.32px;line-height:18px;padding:14px 22px;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;white-space:nowrap}.btn,.btn:hover,.btn:visited{color:#f3f8ff}.btn--blue{background:linear-gradient(97deg,#4e79f6 5.12%,#b179fa 94.88%);border:2px solid #ab84f9}.btn--blue:hover{background:linear-gradient(97deg,#3b6af3 5.12%,#9442ff 94.88%);box-shadow:0 8px 16px 0 rgba(118,23,242,.5)}.btn--pink{background:linear-gradient(97deg,#b179fa 5.12%,#b951b4 94.88%);border:2px solid #c496ff}.btn--pink:hover{background:linear-gradient(97deg,#9442ff 5.12%,#c72bbf 94.88%);box-shadow:0 8px 16px 0 rgba(118,23,242,.5)}.btn--green{background:linear-gradient(97deg,#6fe16b 5.12%,#51b9b0 94.88%);border:2px solid #a0fda2;box-shadow:0 8px 16px 0 rgba(131,195,82,.3)}.btn--green:hover{background:linear-gradient(97deg,#3ed139 5.12%,#00dbc8 94.88%);box-shadow:0 8px 16px 0 rgba(131,195,82,.5)}.header{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:linear-gradient(90deg,rgba(12,5,25,.8),rgba(24,11,48,.8) 40.38%,rgba(46,15,59,.8) 80.29%,rgba(33,27,73,.8));border-bottom:2px solid #36246c;box-shadow:0 10px 40px 0 rgba(74,49,147,.4);height:110px;left:0;position:fixed;right:0;top:0;z-index:20}.header-container{align-items:center;display:flex;height:100%;justify-content:space-between}.header-logo{display:flex;margin-right:50px}@media (max-width:992px){.header-logo{margin-right:0}}.header-logo img{display:block}@media (max-width:992px){.header-logo img{height:auto;max-width:171px}}.header-logo a,.header-logo span{color:#f3f8ff;display:block;font-weight:700;white-space:nowrap}@media (max-width:992px){.header-logo a,.header-logo span{max-width:171px;overflow:hidden;text-overflow:ellipsis;white-space:break-spaces}}.header-logo a{text-decoration:none}.header-logo a:hover,.header-logo a:visited{color:#f3f8ff}.header-btns{align-items:center;display:flex;gap:10px;margin-left:50px}@media (max-width:992px){.header-btns{margin-left:0}.header-btns a:last-of-type{display:none}.header-menu{align-items:flex-start;background:linear-gradient(90deg,#0c0519,#180b30 40.38%,#2e0f3b 80.29%,#211b49),#05040d;border:2px solid #36246c;border-radius:6px;display:flex;flex-direction:column;height:calc(100vh - 130px);justify-content:space-between;left:20px;opacity:0;overflow:auto;padding:60px 20px;position:fixed;right:20px;top:120px;transition:opacity .3s ease-in-out;visibility:hidden;z-index:-1}}.header-menu .menu{align-items:center;display:flex;flex-wrap:wrap;gap:0 20px;list-style:none;margin:0;padding:0}@media (max-width:992px){.header-menu .menu{align-items:flex-start;flex-direction:column;gap:30px;margin-bottom:60px}}.header-menu .menu li{padding:14px 10px}.header-menu .menu a,.header-menu .menu span{display:block;font-size:16px;letter-spacing:.32px;line-height:18px;text-transform:uppercase}.header-menu .menu a{color:#f3f8ff;text-decoration:none}.header-menu .menu a:visited{color:#f3f8ff}.header-menu .menu a:hover{color:#9442ff}.header-menu .menu span{color:#b179fa}.header-menu__btn{display:none}@media (max-width:992px){.header-menu__btn{display:inline-block}.header-menu.show{opacity:1;visibility:visible;z-index:20}}.hamburger{cursor:pointer;display:none;height:36px;position:relative;width:36px}@media (max-width:992px){.hamburger{display:block}}.hamburger span{background:#f3f8ff;border-radius:1px;display:block;height:6px;position:absolute;transform:rotate(0deg);transition:transform .3s ease-in-out}.hamburger span:first-child{left:0;top:1px;width:36px}.hamburger span:nth-child(2){right:0;top:15px;width:20px}.hamburger span:nth-child(3){right:0;top:29px;width:8px}.hamburger:hover span{background:#9442ff}.hamburger.active span:first-child{top:16px;transform:rotate(45deg);width:36px}.hamburger.active span:nth-child(2){width:0}.hamburger.active span:nth-child(3){top:16px;transform:rotate(-45deg);width:36px}.breadcrumbs-wrap{align-items:center;background:linear-gradient(90deg,rgba(12,5,25,.4),rgba(24,11,48,.4) 40.38%,rgba(46,15,59,.4) 80.29%,rgba(33,27,73,.4));border:2px solid #36246c;border-radius:40px;display:flex;height:66px;margin:20px 0;padding:0 40px}.breadcrumbs{align-items:baseline;display:flex;flex-wrap:nowrap;list-style:none;margin:0;padding:0;width:100%}.breadcrumbs li{flex:0 0 auto}.breadcrumbs li:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m9.09 15.582-2.244-1.9 3.755-4.44H.301v-2.94h10.3l-3.755-4.44L9.09-.036l6.609 7.81-6.609 7.809Z' fill='%23F3F8FF' fill-opacity='.4'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");content:"";display:inline-block;height:16px;margin:0 10px;vertical-align:middle;width:16px}.breadcrumbs li:last-of-type{flex:1 1 auto;min-width:0}.breadcrumbs li:last-of-type:after{display:none}.breadcrumbs a,.breadcrumbs__current{font-size:16px;font-style:normal;font-weight:700;letter-spacing:.32px;line-height:18px;text-transform:uppercase}.breadcrumbs a{color:#b179fa;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;-webkit-text-decoration-style:solid;text-decoration-style:solid;text-decoration-thickness:8%;text-underline-offset:22%;text-underline-position:from-font}.breadcrumbs a:visited{color:#b179fa}.breadcrumbs a:hover{color:#9442ff}.breadcrumbs__current{color:rgba(243,248,255,.4);display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-content p{margin:0 0 20px}.page-content p:last-child{margin-bottom:0}.page-content a:not(.btn){color:#4e79f6;text-decoration:underline}.page-content a:not(.btn):visited{color:rgba(78,121,246,.6)}.page-content a:not(.btn):hover{color:#3b6af3}.page-content img{display:block;height:auto;margin:30px 0;max-width:100%}.page-content img.aligncenter{margin-left:auto;margin-right:auto}.page-content img.alignright{float:right;margin-left:30px}.page-content img.alignleft{float:left;margin-right:30px}@media (max-width:992px){.page-content img.aligncenter,.page-content img.alignleft,.page-content img.alignnone,.page-content img.alignright{float:none;margin:30px auto}}.page-content ol,.page-content ul{list-style:none;margin:20px 0;overflow:auto}.page-content ol{counter-reset:section;padding:0 0 0 40px}.page-content ol li{padding-left:44px;position:relative}.page-content ol li:before{content:counters(section,".") ".";counter-increment:section;display:flex;font-weight:700;justify-content:flex-end;left:0;position:absolute;width:34px}.page-content ol li>ol{flex-basis:100%;margin:4px 0 0;overflow:visible;padding:0}.page-content ol li>ol>li{margin-bottom:4px;padding-left:20px}.page-content ol li>ol>li:before{left:-22px}.page-content ul{padding:0 0 0 40px}.page-content ul li{padding-left:54px;position:relative}.page-content ul li:last-of-type{margin-bottom:0}.page-content ul li:before{background:#f3f8ff;border:2px solid #f3f8ff;border-radius:3px;content:"";display:block;height:8px;left:22px;position:absolute;top:10px;width:12px}.page-content ul li>ul{margin:0;overflow:visible;padding:0}.page-content ul li>ul>li{padding-left:20px}.page-content ul li>ul>li:before{background:none;left:-12px;top:10px}.page-content table{background:none!important;border:0!important;border-collapse:separate!important;border-spacing:0 6px;color:#f3f8ff;font-size:16px;font-weight:400;letter-spacing:.32px;line-height:110%;width:100%!important}.page-content table tr{background:linear-gradient(90deg,rgba(12,5,25,.8),rgba(24,11,48,.8) 40.38%,rgba(46,15,59,.8) 80.29%,rgba(33,27,73,.8))}.page-content table th,.page-content table thead td{font-weight:700!important}.page-content table td,.page-content table th{border-bottom:2px solid #36246c!important;border-left:0!important;border-right:0!important;border-top:2px solid #36246c!important;padding:26px 38px 26px 0;text-align:left!important;vertical-align:top}.page-content table td:first-of-type,.page-content table th:first-of-type{border-bottom-left-radius:6px;border-left:2px solid #36246c!important;border-top-left-radius:6px;padding-left:38px}.page-content table td:last-of-type,.page-content table th:last-of-type{border-bottom-right-radius:6px;border-right:2px solid #36246c!important;border-top-right-radius:6px}@media (max-width:576px){.page-content table td,.page-content table th{padding:14px 20px 14px 0}.page-content table td:first-of-type,.page-content table th:first-of-type{padding-left:20px}}.page-content table.double td:first-child{font-weight:700!important}@media (max-width:576px){.page-content table.double tbody tr{border:2px solid #36246c;border-radius:6px;display:block;height:auto!important;margin-bottom:6px;padding:12px 18px}.page-content table.double tbody tr:last-of-type{margin-bottom:0}.page-content table.double tbody tr td,.page-content table.double tbody tr th{border:0!important;display:block;height:auto!important;min-width:0!important;padding:0;width:auto!important}.page-content table.double tbody tr td:first-child,.page-content table.double tbody tr th:first-child{margin-bottom:8px}}.page-content table.is-mobile{border-collapse:collapse!important}.page-content table.is-mobile tbody tr{border:2px solid #36246c;border-radius:6px;display:block;margin-bottom:6px;padding:12px 18px 4px}.page-content table.is-mobile tbody tr:last-of-type{margin-bottom:0}.page-content table.is-mobile tbody tr th{border:0!important;display:block;padding:0}.page-content table.is-mobile tbody tr td{border:0!important;display:block;padding:0 0 8px}@media (max-width:576px){.page-content table.th-center .heading{padding-bottom:8px;text-align:center!important}.page-content table.th-center tbody tr td{display:flex;gap:8px;justify-content:space-between}.page-content table.th-center tbody tr td span{display:inline-block;width:50%}.page-content table.th-center tbody tr td span:last-of-type{text-align:right}}.page-content table ol,.page-content table ul{margin:0;overflow:visible;padding:0}.page-content table ol li,.page-content table ul li{margin:0;padding:0}.page-content table ol li:after,.page-content table ol li:before,.page-content table ul li:after,.page-content table ul li:before{display:none}.page-content table .aligncenter,.page-content table .alignleft,.page-content table .alignnone,.page-content table .alignright,.page-content table img{margin:0}.page-content .cover-table{margin:30px 0;max-width:100%;overflow:auto}.footer{background:linear-gradient(90deg,#0c0519,#180b30 40.38%,#2e0f3b 80.29%,#211b49),#05040d;border-top:2px solid #36246c;box-shadow:0 -10px 40px 0 rgba(74,49,147,.4);margin-top:120px;padding:48px 0 60px}@media (max-width:992px){.footer{padding-bottom:120px}}.footer-container{align-items:center;display:flex;flex-direction:column}.copyright{color:rgba(243,248,255,.4);font-size:16px;letter-spacing:.32px;max-width:680px;text-align:center}.footer-menu{margin-bottom:36px}.footer-menu .menu{align-items:center;display:flex;gap:0 20px;list-style:none;margin:0;padding:0}@media (max-width:576px){.footer-menu .menu{flex-direction:column}}.footer-menu .menu li{padding:14px 10px}.footer-menu .menu a,.footer-menu .menu span{font-size:16px;letter-spacing:.32px;text-transform:uppercase}.footer-menu .menu a{color:#f3f8ff;text-decoration:none}.footer-menu .menu a:visited{color:#f3f8ff}.footer-menu .menu a:hover{color:#9442ff}.footer-menu .menu span,h1,h2,h3{color:#b179fa}h1,h2,h3{font-weight:700;line-height:110%;margin-bottom:30px;margin-top:60px}h1{font-size:44px;letter-spacing:.88px}@media (max-width:576px){h1{font-size:32px;letter-spacing:.64px}}h2{font-size:36px;letter-spacing:.72px}@media (max-width:576px){h2{font-size:28px;letter-spacing:.56px}}h3{font-size:24px;letter-spacing:.56px}@media (max-width:576px){h3{font-size:24px;letter-spacing:.48px}}.up-button{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:linear-gradient(97deg,rgba(78,121,246,.6) 5.12%,rgba(177,121,250,.6) 94.88%);border:2px solid #ab84f9;border-radius:40px;bottom:40px;box-shadow:0 8px 16px 0 rgba(118,23,242,.3);cursor:pointer;height:56px;left:calc(50% + 654px);opacity:0;position:fixed;visibility:hidden;width:56px;z-index:-1}@media (max-width:1460px){.up-button{left:inherit;right:24px}}@media (max-width:992px){.up-button{right:12px}}@media (max-width:576px){.up-button{bottom:100px}}.up-button:hover{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:linear-gradient(97deg,#3b6af3 5.12%,#9442ff 94.88%);box-shadow:0 8px 16px 0 rgba(118,23,242,.5)}.up-button:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg width='28' height='28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m27.666 11.694-3.325 3.927-7.768-6.572v18.025h-5.146V9.048l-7.769 6.573-3.324-3.928L14 .13l13.666 11.565Z' fill='%232E0F3B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h28v28H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.up-button.show{opacity:1;visibility:visible;z-index:10}.apk-container{display:none}@media (max-width:992px){.apk-container{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:linear-gradient(90deg,rgba(12,5,25,.8),rgba(24,11,48,.8) 40.38%,rgba(46,15,59,.8) 80.29%,rgba(33,27,73,.8));bottom:0;display:flex;justify-content:center;left:0;padding:20px 0;position:fixed;right:0;text-align:center;z-index:9}}.content-404{align-items:center;display:flex;flex-direction:column;padding:60px 0 0}@media (max-width:992px){.content-404{text-align:center}}.content-404 img{height:auto;max-width:100%}.title-404{margin:60px 0 30px}.text-404{margin-bottom:30px}
