:root{--primary: #F3F3F3;--blue-light: #27B2FF;--blue-dark: #172A4E;--black-light: #0D1126;--black-dark: #0A1227;--grey: #5D657E;--emerald: #00DFB8;--yellow: #F4D144;--border-grey: #292C43;--red: #D42600;--white-grey: #DDDDDD;--black: #000000}html{font-size:16px}@media (min-width: 2200px){html{font-size:24px}}@media (min-width: 1920px) and (max-width: 2200px){html{font-size:19px}}@media (min-width: 1600px) and (max-width: 1920px){html{font-size:17px}}@media (max-width: 1400px){html{font-size:14px}}@media (max-width: 1200px){html{font-size:12px}}body{font-family:'Roboto', sans-serif;color:var(--primary);font-size:16px;line-height:20px;background:-webkit-gradient(linear, left top, left bottom, from(#0E121D), to(#0E121D));background:linear-gradient(180deg, #0E121D 0%, #0E121D 100%)}body::-webkit-scrollbar{width:0}main{overflow:hidden}.container{max-width:1160px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}section{padding-bottom:56px}.header{position:-webkit-sticky;position:sticky;top:0;background:rgba(0,0,0,0.7);z-index:10;padding:8px 0;font-family:'Montserrat', sans-serif}.header .mobile{display:none}.header .soon{background:#296FFF;border-radius:10px;padding:.5px 8px;font-family:'Roboto', sans-serif;font-style:normal;font-weight:600;font-size:12px;line-height:14px;color:#fff;margin-left:4px}.header .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__logo{width:160px;height:32px;margin-right:16px}.header .bord{margin-left:auto;margin-right:18px;font-weight:600;font-size:16px;line-height:20px;padding:12px 26px;width:127px;height:40px}.header__lcabinet{width:38px;height:38px;border-radius:100%;overflow:hidden;position:relative;margin-bottom:auto;border:1px solid var(--emerald)}.header__nav{display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:500;font-size:14px;line-height:17px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-transform:capitalize}.header__nav>li{cursor:default;position:relative;padding:12px 16px;border-radius:5px;white-space:nowrap;-webkit-transition:background .5s;transition:background .5s}.header__nav>li::before{position:absolute;content:'';bottom:0;height:18px;width:100%;-webkit-transform:translateY(50%);transform:translateY(50%)}.header__nav>li:hover{background:rgba(255,255,255,0.05)}.header__nav>li:not(:last-child){margin-right:16px}.header__nav>li:hover .list{-webkit-transform:scale(1, 1);transform:scale(1, 1);opacity:1}.header__nav a.inactive{pointer-events:none;cursor:default;color:var(--grey)}.header .list{position:absolute;top:50px;opacity:0;overflow:hidden;left:0;background:rgba(0,0,0,0.7);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:0px 0px 10px 10px;padding:8px 0;-webkit-transform:scale(1, 0);transform:scale(1, 0);-webkit-transform-origin:top;transform-origin:top;-webkit-transition:opacity .5s, -webkit-transform .3s;transition:opacity .5s, -webkit-transform .3s;transition:opacity .5s, transform .3s;transition:opacity .5s, transform .3s, -webkit-transform .3s}.header .list li{white-space:nowrap;padding:8px 16px;background:transparent;-webkit-transition:background .5s;transition:background .5s}.header .list li:hover{background:rgba(255,255,255,0.05)}.footer{background:rgba(0,0,0,0.7);-webkit-backdrop-filter:blur(17px);backdrop-filter:blur(17px);padding:56px 0 0;overflow:hidden}.footer a.inactive{pointer-events:none;cursor:default;color:var(--grey)}.footer-bottom{position:relative;display:none;padding-top:20px;padding-bottom:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer-bottom::before{position:absolute;content:'';width:200vw;height:100%;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background-color:#0E121D;z-index:-1}.footer-bottom>*:not(:last-child){margin-right:16px}.footer-bottom__logo{width:82px;height:36px}.footer-bottom__name{white-space:nowrap;font-weight:bold;font-size:18px;line-height:30px}.footer-bottom__currency{width:24px;height:24px}.footer-bottom__descr{font-size:14px;line-height:16px;color:rgba(255,255,255,0.7)}.footer-bottom__share{margin-left:auto}.footer.action .footer-bottom{display:-webkit-box;display:-ms-flexbox;display:flex}.footer__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:54px}.footer__logo{width:200px;height:40px;margin-right:40px}.footer nav{width:39%}.footer__nav{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:16px;line-height:20px}.footer__nav li:not(:last-child){margin-right:32px}.footer__mail{position:relative;font-size:16px;line-height:20px;color:var(--blue-light);padding-left:24px;margin-top:8px;margin-left:auto}.footer__mail.active::after{content:'Copied';color:#fff}.footer__mail::before{position:absolute;content:'';width:16px;height:16px;position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:url(../assets/img/icons/dog.svg)}.footer__mail::after{position:absolute;content:'Copy to clipboard';font-size:14px;line-height:14px;color:#b3b3b3;bottom:-16px;right:0;opacity:0;white-space:nowrap;-webkit-transition:opacity .5s, color .5s;transition:opacity .5s, color .5s}.footer__mail:hover::after{opacity:1}.footer__social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:auto}.footer__social li{width:24px;height:24px}.footer__social li a{position:relative;display:block;width:100%;height:100%;background-position:center center;background-repeat:no-repeat;background-size:100% 100%}.footer__social li a::before{position:absolute;content:'';top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:100%;height:100%;background-position:center center;background-repeat:no-repeat;background-size:100% 100%;opacity:0;-webkit-transition:opacity .5s ease;transition:opacity .5s ease}.footer__social li a:hover::before{opacity:1}.footer__social li:not(:last-child){margin-right:18px}.footer__social li:nth-child(1) a{background-image:url(../assets/img/icons/social/social-tg.svg)}.footer__social li:nth-child(1) a::before{background-image:url(../assets/img/icons/social/social-tg-hover.svg)}.footer__social li:nth-child(2) a{background-image:url(../assets/img/icons/social/social-twit.svg)}.footer__social li:nth-child(2) a:before{background-image:url(../assets/img/icons/social/social-twit-hover.svg)}.footer__social li:nth-child(3) a{background-image:url(../assets/img/icons/social/social-dis.svg)}.footer__social li:nth-child(3) a::before{background-image:url(../assets/img/icons/social/social-dis-hover.svg)}.footer__social li:nth-child(4) a{background-image:url(../assets/img/icons/social/social-twich.svg)}.footer__social li:nth-child(4) a::before{background-image:url(../assets/img/icons/social/social-twich-hover.svg)}.footer__social li:nth-child(5) a{background-image:url(../assets/img/icons/social/social-fc.svg)}.footer__social li:nth-child(5) a::before{background-image:url(../assets/img/icons/social/social-fc-hover.svg)}.footer__social li:nth-child(6) a{background-image:url(../assets/img/icons/social/social-red.svg)}.footer__social li:nth-child(6) a::before{background-image:url(../assets/img/icons/social/social-red-hover.svg)}.footer__social li:nth-child(7) a{background-image:url(../assets/img/icons/social/social-yt.svg)}.footer__social li:nth-child(7) a::before{background-image:url(../assets/img/icons/social/social-yt-hover.svg)}.footer__social li:nth-child(8) a{background-image:url(../assets/img/icons/social/social-med.svg)}.footer__social li:nth-child(8) a::before{background-image:url(../assets/img/icons/social/social-med-hover.svg)}.popup{-webkit-transform:translateY(-100%);transform:translateY(-100%);position:fixed;width:100%;height:100%;top:0;left:0;background:rgba(255,255,255,0.05);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;-webkit-transition:opacity .3s, -webkit-transform .5s;transition:opacity .3s, -webkit-transform .5s;transition:transform .5s, opacity .3s;transition:transform .5s, opacity .3s, -webkit-transform .5s;z-index:20}.popup.active{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}.popup .close{cursor:pointer;position:absolute;width:12px;height:12px;top:24px;right:24px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.popup .close::before{position:absolute;content:'';top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:30px;height:30px}.popup .close span{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);border-radius:2px;background-color:var(--grey);-webkit-transition:background-color .5s;transition:background-color .5s}.popup .close span:nth-child(1){width:100%;height:2px}.popup .close span:nth-child(2){height:100%;width:2px}.popup .close:hover span{background-color:var(--primary)}.popup .content{font-family:'Montserrat', sans-serif;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background:#0A0C14;border-radius:10px;padding:36px 24px 56px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.popup-log .content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.popup-log .content .title{font-weight:600;font-size:24px;line-height:20px;text-align:center;margin-bottom:42px}.popup-log form{width:349px}.popup-log .img{margin-right:32px}.popup-log .btn{background:#F4D144;border-radius:22px;width:100%;padding:10px;font-weight:600;font-size:16px;line-height:20px;color:#000000;margin-top:32px;margin-bottom:10px}.popup-log a{display:block;font-weight:500;font-size:12px;line-height:32px;text-align:center;color:var(--grey);-webkit-transition:color .5s;transition:color .5s}.popup-log a:hover{color:#fff}.block-action{padding-bottom:91px}.block-action .container{position:relative;padding-top:32px}.block-action .container::before{position:absolute;content:'';top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:rgba(93,101,126,0.17);width:calc(100% - 30px);height:1px}.block-action__img{position:relative;height:120px;overflow:hidden}.block-action__img img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}.block-action .swiper{border-radius:14px}.block-action .swiper-button-next,.block-action .swiper-button-prev{background:rgba(0,0,0,0.5);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);height:100%;top:22px;width:54px}.block-action .swiper-button-next::after,.block-action .swiper-button-prev::after{content:'';width:11px;height:20px;background:url(../assets/img/icons/swiper-arrow.svg) center center no-repeat;background-size:100% 100%}.block-action .swiper-button-next{right:0}.block-action .swiper-button-prev{left:0}.block-action .swiper-button-prev::after{-webkit-transform:scale(-1, 1);transform:scale(-1, 1)}.block-action .swiper-pagination{bottom:-30px !important}.block-action .swiper-pagination-bullet{width:5px;height:5px;opacity:1;background-color:var(--grey);margin:0 !important}.block-action .swiper-pagination-bullet:not(:last-child){margin-right:10px !important}.block-action .swiper-pagination-bullet-active{background-color:var(--yellow)}.block-news__title{margin-bottom:25px}.block-news__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:25px}.block-news__wrapper .component-article:not(:last-child){margin-right:16px}.component-rating{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:500;font-size:16px;line-height:19px}.component-rating img{width:29px;height:29px;margin-right:4px}.component-tags{display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:600;font-size:10px;line-height:12px;text-align:center;text-transform:uppercase;color:#FFFFFF}.component-tags li{padding:4px 16px;border-radius:16px}.component-tags li:not(:last-child){margin-right:16px}.component-tags li.pvp{background:#FF4444}.component-tags li.strategy{background:#627BFF}.component-tags li.new{background:#00D4A1}.component-title{font-weight:600;font-size:40px;line-height:49px}.component-subtitle{font-family:'Montserrat', sans-serif;font-weight:500;font-size:32px;line-height:37px}.component-btn{cursor:pointer;border-radius:10px;font-weight:600;font-size:16px;line-height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:10px 16px}.component-btn.bord{border:1px solid #F4D144;border-radius:4px;font-family:'Montserrat', sans-serif;font-weight:600;font-size:14px;line-height:24px;color:#F4D144}.component-btn.cancel{background:#262A34;color:var(--grey)}.component-btn.blue{background-color:#009BF1}.component-btn.fill{background:var(--yellow);-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s, -webkit-transform .5s;color:var(--black);-webkit-box-shadow:0px 11px 10px rgba(0,0,0,0.15);box-shadow:0px 11px 10px rgba(0,0,0,0.15)}.component-btn.fill:hover{-webkit-transform:translateY(2px);transform:translateY(2px)}.component-btn.border{border:1px solid var(--grey);background:var(--black-dark);-webkit-box-shadow:0px 11px 10px rgba(0,0,0,0.15);box-shadow:0px 11px 10px rgba(0,0,0,0.15);-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s, -webkit-transform .5s}.component-btn.border:hover{-webkit-transform:translateY(2px);transform:translateY(2px)}.component-input{position:relative}.component-input input{color:var(--primary);width:100%;font-size:14px;line-height:16px;padding:9px 16px 9px 48px;border:1px solid var(--border-grey);border-radius:20px;background-color:var(--black-light);-webkit-transition:border .5s;transition:border .5s}.component-input input:focus{border:1px solid var(--blue-light)}.component-input input::-webkit-input-placeholder{color:var(--grey)}.component-input input:-ms-input-placeholder{color:var(--grey)}.component-input input::-ms-input-placeholder{color:var(--grey)}.component-input input::placeholder{color:var(--grey)}.component-input.button::before{position:absolute;content:'';width:16px;height:16px;left:16px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:url(../assets/img/icons/icon_search.svg) center center no-repeat;background-size:100% 100%}.component-input.button button{position:absolute;top:48%;right:4px;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:30px;height:30px;border-radius:100%;background-color:var(--grey);background-repeat:no-repeat;background-position:center center;background-image:url(../assets/img/icons/icon_search_arrow.svg);background-size:24px 24px;-webkit-transition:background-color .5s;transition:background-color .5s}.component-input.button button:hover{background-color:var(--blue-light)}.component-preview{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(255,255,255,0.05);border-radius:58px;padding:4px 16px 4px 4px}.component-preview__img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:42px;height:42px;background:-webkit-gradient(linear, left top, left bottom, from(#6B63E6), to(#A343E0));background:linear-gradient(180deg, #6B63E6 0%, #A343E0 100%);border-radius:100%;margin-right:8px}.component-preview__img img{width:24px;height:24px}.component-preview__wrapper{text-align:left;font-size:14px;line-height:17px}.component-preview__label{color:var(--grey);display:block;margin-bottom:4px;white-space:nowrap}.component-preview__count{font-weight:bold;color:var(--emerald);white-space:nowrap;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.component-preview__count img{width:13px;height:13px}.component-preview__count .percent{font-weight:normal;color:var(--blue-light)}.component-preview.inactive .component-preview__img img{opacity:.28}.component-preview.inactive .component-preview__count{color:var(--yellow)}.component-preview.white .component-preview__count{color:var(--primary)}.component-preview.white .component-preview__count .percent{color:var(--emerald)}.component-preview.orange{border-radius:10px}.component-preview.orange .component-preview__img{background:linear-gradient(137.44deg, #E66363 18.28%, #D3C222 130.38%),#fff;border-radius:10px}.component-sort{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;line-height:17px;gap:16.5px}.component-sort li{cursor:pointer;border:1px solid var(--border-grey);background-color:var(--black-light);border-radius:10px;padding:8px 16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;-webkit-transition:color .5s, border .5s, -webkit-transform .2s ease;transition:color .5s, border .5s, -webkit-transform .2s ease;transition:color .5s, border .5s, transform .2s ease;transition:color .5s, border .5s, transform .2s ease, -webkit-transform .2s ease}.component-sort li.active{color:var(--blue-light);border:1px solid var(--blue-light)}.component-sort li:hover{-webkit-transform:scale(0.95);transform:scale(0.95)}.component-sort li img{width:24px;height:24px;margin-right:8px}.component-time{display:-webkit-box;display:-ms-flexbox;display:flex;background:rgba(0,0,0,0.16);border-radius:100px;font-size:14px;line-height:16px;text-transform:uppercase;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.component-time li{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:7.5px 16px;border-radius:100px;border:1px solid transparent;-webkit-transition:color .5s, opacity .5s, border .5s;transition:color .5s, opacity .5s, border .5s}.component-time li:not(:last-child){margin-right:7px}.component-time li.active{color:var(--blue-light);border:1px solid var(--blue-light)}.component-time li.active:hover{opacity:1}.component-time li:hover{color:var(--blue-light);opacity:.5}.component-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;color:var(--grey);font-size:18px;line-height:22px}.component-tabs li{padding:9px 16px 9px 53px;white-space:nowrap;cursor:pointer;position:relative;border-radius:10px 10px 0px 0px;-webkit-transition:color .5s, opacity .5s, background .5s;transition:color .5s, opacity .5s, background .5s}.component-tabs li:not(:last-child){margin-right:22px}.component-tabs li:hover{opacity:.7;color:var(--primary);background:rgba(0,0,0,0.7)}.component-tabs li.active{color:var(--primary);background:rgba(0,0,0,0.7)}.component-tabs li.active::after{opacity:1}.component-tabs li::before,.component-tabs li::after{position:absolute;content:'';width:24px;height:24px;top:50%;left:16px;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-repeat:no-repeat;background-position:center center;background-size:100% 100%;-webkit-transition:opacity .5s;transition:opacity .5s}.component-tabs li::before{opacity:1}.component-tabs li::after{opacity:0}.component-tabs li:hover::before{opacity:0}.component-tabs li:hover::after{opacity:1}.component-tabs .tab__all::before{background-image:url(../assets/img/icons/tabs/all-game.svg)}.component-tabs .tab__all::after{background-image:url(../assets/img/icons/tabs/all-game-active.svg)}.component-tabs .tab__top::before{background-image:url(../assets/img/icons/tabs/top-game.svg)}.component-tabs .tab__top::after{background-image:url(../assets/img/icons/tabs/top-game-active.svg)}.component-tabs .tab__guild::before{background-image:url(../assets/img/icons/tabs/guild.svg)}.component-tabs .tab__guild::after{background-image:url(../assets/img/icons/tabs/guild-active.svg)}.component-tabs .tab__launch::before{background-image:url(../assets/img/icons/tabs/launch.svg)}.component-tabs .tab__launch::after{background-image:url(../assets/img/icons/tabs/launch-active.svg)}.component-tabs .tab__market::before{background-image:url(../assets/img/icons/tabs/market.svg)}.component-tabs .tab__market::after{background-image:url(../assets/img/icons/tabs/market-active.svg)}.component-show{font-family:'Roboto', sans-serif;position:relative;cursor:pointer;background:transparent;border-radius:20px;width:100%;font-weight:500;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--grey);background:var(--black-light);border:1px solid var(--border-grey);height:40px;max-width:100%;font-size:16px;line-height:19px;-webkit-transition:color .5s, border .5s;transition:color .5s, border .5s}.component-show:hover{color:var(--yellow);border:1px solid var(--yellow)}.component-show span{position:relative;padding-right:32px}.component-show span::before{position:absolute;content:'';top:55%;right:3px;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:20px;height:4px;background:url(../assets/img/icons/show-more-dots.svg) center center no-repeat;background-size:100% 100%}.component-show.mini{width:142px;height:40px;font-size:14px;line-height:16px}.component-pagination{width:100%;max-width:452px;height:42px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-left:auto;margin-right:auto}.component-pagination__prev,.component-pagination__next{position:relative;cursor:pointer;width:30px;height:40px;-webkit-transition:opacity .5s;transition:opacity .5s}.component-pagination__prev::before,.component-pagination__next::before{position:absolute;content:'';top:0;left:0;width:100%;height:100%;opacity:0;-webkit-transition:opacity .5s;transition:opacity .5s}.component-pagination__prev:hover::before,.component-pagination__next:hover::before{opacity:1}.component-pagination__prev{background:url(../assets/img/icons/pagination-arrow_prev.svg) center center no-repeat;background-size:15px 16px}.component-pagination__prev::before{background:url(../assets/img/icons/pagination-arrow_prev_active.svg) center center no-repeat;background-size:15px 16px}.component-pagination__next{background:url(../assets/img/icons/pagination-arrow_next.svg) center center no-repeat;background-size:15px 16px}.component-pagination__next::before{background:url(../assets/img/icons/pagination-arrow_next_active.svg) center center no-repeat;background-size:15px 16px}.component-pagination__numbers{display:-webkit-box;display:-ms-flexbox;display:flex;color:var(--grey);line-height:26px;font-size:16px}.component-pagination__numbers li{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:40px;height:40px;border-radius:100%;border:1px solid transparent;border-radius:100px;-webkit-transition:color .5s, border .5s;transition:color .5s, border .5s}.component-pagination__numbers li.dots{padding-bottom:8px}.component-pagination__numbers li.active{margin:0 9px;background:#14314D;border:1px solid #27B2FF;border-radius:10px;color:#27B2FF}.component-pagination__numbers li:not(.active):hover{color:var(--primary)}.component-article{font-family:'Montserrat', sans-serif;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:10px;background:#1F2430;overflow:hidden;width:100%;max-width:357px;border:1px solid transparent;-webkit-transition:color .5s, border .5s;transition:color .5s, border .5s}.component-article:hover{border:1px solid var(--blue-light);color:var(--blue-light)}.component-article:hover img{-webkit-transform:scale(1.05);transform:scale(1.05)}.component-article__img{position:relative;width:100%;height:53%;min-height:160px;border:7px solid #1F2430;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:20px;overflow:hidden}.component-article__img img{position:absolute;width:100%;height:100%;top:0;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s, -webkit-transform .5s}.component-article__content{padding:16px 24px 22px;font-weight:500;font-size:18px;line-height:22px}.component-article__content p{margin:32px 0 24px;font-weight:600;font-size:14px;line-height:17px;color:var(--grey)}.component-bread{font-size:14px;line-height:16px;color:var(--grey);display:-webkit-box;display:-ms-flexbox;display:flex}.component-bread li{white-space:nowrap;cursor:default;position:relative;-webkit-transition:color .5s;transition:color .5s}.component-bread li:not(:last-child){padding-right:6px;margin-right:6px}.component-bread li:not(:last-child)::before{position:absolute;content:'/';top:50%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:14px;line-height:16px;color:var(--grey)}.component-bread li:last-child{color:var(--primary)}.component-bread li:hover{color:var(--primary)}.component-date{position:relative;padding-left:24px;font-size:14px;line-height:16px;color:var(--grey)}.component-date::before{position:absolute;content:'';top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:16px;height:16px;background:url(../assets/img/icons/pencel.svg) center center no-repeat;background-size:100% 100%}.component-action{width:100%;font-size:16px;line-height:19px;color:var(--grey);background:var(--black-light);border-radius:10px;padding:9px 16px}.component-share{position:relative;cursor:pointer;background:var(--black-light) url(../assets/img/icons/share.svg) center center no-repeat;background-size:24px 24px;border:1px solid var(--grey);border-radius:20px;min-width:40px;height:40px}.component-share::before{position:absolute;content:'';width:100%;height:100%;background:url(../assets/img/icons/share-active.svg) center center no-repeat;background-size:24px 24px;top:0;left:0;opacity:0;-webkit-transition:opacity .5s;transition:opacity .5s}.component-share:hover{border:1px solid var(--blue-light)}.component-share:hover::before{opacity:1}.component-share:hover .wrap{width:320px;opacity:1}.component-share:hover ul{padding:8px 16px}.component-share ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--black-light);border:1px solid var(--blue-light);padding:0;border-radius:20px;-webkit-transition:padding .5s;transition:padding .5s}.component-share .wrap{position:absolute;width:0;padding-right:60px;right:0;top:50%;opacity:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:width .5s, padding .5s, opacity .3s;transition:width .5s, padding .5s, opacity .3s}.component-share .wrap li{width:16px;height:16px}.component-share .wrap li a{position:relative;display:block;width:100%;height:100%;background-position:center center;background-repeat:no-repeat;background-size:100% 100%}.component-share .wrap li a::before{position:absolute;content:'';top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:100%;height:100%;background-position:center center;background-repeat:no-repeat;background-size:100% 100%;opacity:0;-webkit-transition:opacity .5s ease;transition:opacity .5s ease}.component-share .wrap li a:hover::before{opacity:1}.component-share .wrap li:not(:last-child){margin-right:14px}.component-share .wrap li:nth-child(1) a{background-image:url(../assets/img/icons/social/social-twich.svg)}.component-share .wrap li:nth-child(1) a::before{background-image:url(../assets/img/icons/social/social-twich-hover.svg)}.component-share .wrap li:nth-child(2) a{background-image:url(../assets/img/icons/social/social-yt.svg)}.component-share .wrap li:nth-child(2) a:before{background-image:url(../assets/img/icons/social/social-yt-hover.svg)}.component-share .wrap li:nth-child(3) a{background-image:url(../assets/img/icons/social/social-tg.svg)}.component-share .wrap li:nth-child(3) a::before{background-image:url(../assets/img/icons/social/social-tg-hover.svg)}.component-share .wrap li:nth-child(4) a{background-image:url(../assets/img/icons/social/social-twit.svg)}.component-share .wrap li:nth-child(4) a::before{background-image:url(../assets/img/icons/social/social-twit-hover.svg)}.component-share .wrap li:nth-child(5) a{background-image:url(../assets/img/icons/social/social-fc.svg)}.component-share .wrap li:nth-child(5) a::before{background-image:url(../assets/img/icons/social/social-fc-hover.svg)}.component-share .wrap li:nth-child(6) a{background-image:url(../assets/img/icons/social/social-dis.svg)}.component-share .wrap li:nth-child(6) a::before{background-image:url(../assets/img/icons/social/social-dis-hover.svg)}.component-share .wrap li:nth-child(7) a{background-image:url(../assets/img/icons/social/social-red.svg)}.component-share .wrap li:nth-child(7) a::before{background-image:url(../assets/img/icons/social/social-red-hover.svg)}.component-share .wrap li:nth-child(8) a{background-image:url(../assets/img/icons/social/social-med.svg)}.component-share .wrap li:nth-child(8) a::before{background-image:url(../assets/img/icons/social/social-med-hover.svg)}.input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:16px}.input.last{padding-bottom:32px;margin-bottom:36px;border-bottom:2px solid rgba(93,101,126,0.2)}.input label{font-weight:600;font-size:16px;line-height:32px;margin-bottom:8px}.input label i{color:var(--red)}.input input{padding:12px 16px;background:#161820;border-radius:10px;font-weight:500;font-size:14px;line-height:17px;color:var(--primary);-webkit-transition:background .5s;transition:background .5s}.input input:-webkit-autofill,.input input:-webkit-autofill:hover,.input input:-webkit-autofill:focus{-webkit-text-fill-color:var(--primary);-webkit-box-shadow:0 0 0px 1000px #161820 inset;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.input input:focus{background:#131826}.input input::-webkit-input-placeholder{color:var(--grey)}.input input:-ms-input-placeholder{color:var(--grey)}.input input::-ms-input-placeholder{color:var(--grey)}.input input::placeholder{color:var(--grey)}.related{padding-top:56px;background-color:#040509}.related .container{display:-webkit-box;display:-ms-flexbox;display:flex;gap:40px}.related__block{width:44%}.related__block:last-child{width:calc(54% - 40px)}.related__title{margin-bottom:33px;font-weight:500}.related__wrapper{padding:24px 24px 12px;border-radius:10px;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.related__wrapper.one{background-color:var(--black-light);-ms-flex-wrap:wrap;flex-wrap:wrap}.related__wrapper.one a{display:-webkit-box;display:-ms-flexbox;display:flex;padding:15px 8px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border-radius:10px;width:111px;height:136px;border:1px solid transparent;-webkit-transition:border .5s;transition:border .5s;text-align:center}.related__wrapper.one a img{width:60px;height:60px;margin-bottom:12px}.related__wrapper.one a span{font-size:14px;line-height:16px;-webkit-transition:color .5s;transition:color .5s}.related__wrapper.one a:hover{border:1px solid var(--blue-light)}.related__wrapper.one a:hover span{color:var(--blue-light)}.related__wrapper.two{height:307px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:url(../assets/img/pages/card/welcome.png) center center no-repeat;background-size:100% 100%}@media (max-width: 1024px){.container{padding-left:15px;padding-right:15px}.footer__mail{margin-right:0}.footer__logo{margin-right:40px}}@media (max-width: 992px){.header{-webkit-transition:background .5s;transition:background .5s}.header .container{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header .soon{display:none}.header nav{position:absolute;top:54px;left:0;width:100%;max-height:0;overflow:hidden;-webkit-transition:max-height .8s;transition:max-height .8s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#000000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.header__nav{width:100%;padding:24px 16px 32px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:0px 0px 10px 10px;font-weight:500;font-size:16px;line-height:20px}.header__nav a{display:block}.header__nav>li{padding:0;width:100%}.header__nav>li.active span{background:#1A1E29}.header__nav>li.active span::before{-webkit-transform:translateY(-50%) scale(1, 1);transform:translateY(-50%) scale(1, 1)}.header__nav>li.active .list{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-height:200px}.header__nav>li span{position:relative;border-radius:10px 10px 0px 0px;display:block;padding:12px 16px;-webkit-transition:background .5s;transition:background .5s}.header__nav>li span::before{position:absolute;content:'';width:24px;height:24px;background:url(../assets/img/icons/arrow-top_micro.svg) center center no-repeat;background-size:100% 100%;right:16px;top:50%;-webkit-transform:translateY(-50%) scale(1, -1);transform:translateY(-50%) scale(1, -1);-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s, -webkit-transform .5s}.header__nav>li a{padding:12px 16px}.header__nav>li::before{display:none}.header__nav>li:not(:last-child){margin-right:0}.header .list{padding:0;position:relative;top:0;opacity:1;background:#0E121D;border-radius:0 0 10px 10px;-webkit-transform:none;transform:none;max-height:0;-webkit-transition:max-height .6s;transition:max-height .6s}.header .list li{padding:0}.header .list li a{padding:12px 16px}.header__button{display:none}.header__burger{position:relative;display:block;z-index:10;width:18px;height:12px;cursor:pointer;-webkit-transition:top .5s, -webkit-transform .3s;transition:top .5s, -webkit-transform .3s;transition:transform .3s, top .5s;transition:transform .3s, top .5s, -webkit-transform .3s}.header__burger::before{content:'';position:absolute;width:34px;height:34px;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:10}.header__burger span{position:absolute;background-color:var(--primary);width:100%;height:2px;z-index:10;-webkit-transition:all .3s;transition:all .3s}.header__burger span:first-child{top:0;right:0}.header__burger span:nth-child(2){top:50%;right:0}.header__burger span:nth-child(3){top:100%;right:0}.header__burger.active span:first-child{opacity:0}.header__burger.active span:nth-child(2){top:50%;-webkit-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.header__burger.active span:nth-child(3){top:50%;-webkit-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg)}.header__logo{margin-right:0;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.header__mail.mobile{display:inline-block;font-size:16px;line-height:20px;margin-bottom:40px;color:var(--blue-light)}.header__mail.mobile span{color:var(--grey);margin-right:4px}.header__social.mobile{position:relative;padding-top:18px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:24px}.header__social.mobile::before{position:absolute;content:'';background:rgba(93,101,126,0.17);height:2px;width:80%;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.header__social.mobile li{width:24px;height:24px}.header__social.mobile li a{position:relative;display:block;width:100%;height:100%;background-position:center center;background-repeat:no-repeat;background-size:100% 100%}.header__social.mobile li a::before{position:absolute;content:'';top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:100%;height:100%;background-position:center center;background-repeat:no-repeat;background-size:100% 100%;opacity:0;-webkit-transition:opacity .5s ease;transition:opacity .5s ease}.header__social.mobile li a:hover::before{opacity:1}.header__social.mobile li:not(:last-child){margin-right:18px}.header__social.mobile li:nth-child(1) a{background-image:url(../assets/img/icons/social/social-tg.svg)}.header__social.mobile li:nth-child(1) a::before{background-image:url(../assets/img/icons/social/social-tg-hover.svg)}.header__social.mobile li:nth-child(2) a{background-image:url(../assets/img/icons/social/social-twit.svg)}.header__social.mobile li:nth-child(2) a:before{background-image:url(../assets/img/icons/social/social-twit-hover.svg)}.header__social.mobile li:nth-child(3) a{background-image:url(../assets/img/icons/social/social-dis.svg)}.header__social.mobile li:nth-child(3) a::before{background-image:url(../assets/img/icons/social/social-dis-hover.svg)}.header__social.mobile li:nth-child(4) a{background-image:url(../assets/img/icons/social/social-twich.svg)}.header__social.mobile li:nth-child(4) a::before{background-image:url(../assets/img/icons/social/social-twich-hover.svg)}.header__social.mobile li:nth-child(5) a{background-image:url(../assets/img/icons/social/social-fc.svg)}.header__social.mobile li:nth-child(5) a::before{background-image:url(../assets/img/icons/social/social-fc-hover.svg)}.header__social.mobile li:nth-child(6) a{background-image:url(../assets/img/icons/social/social-red.svg)}.header__social.mobile li:nth-child(6) a::before{background-image:url(../assets/img/icons/social/social-red-hover.svg)}.header__social.mobile li:nth-child(7) a{background-image:url(../assets/img/icons/social/social-yt.svg)}.header__social.mobile li:nth-child(7) a::before{background-image:url(../assets/img/icons/social/social-yt-hover.svg)}.header__social.mobile li:nth-child(8) a{background-image:url(../assets/img/icons/social/social-med.svg)}.header__social.mobile li:nth-child(8) a::before{background-image:url(../assets/img/icons/social/social-med-hover.svg)}.header__buttons.mobile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:16px;margin-bottom:42px}.header__buttons.mobile .fill{margin-right:0}.header__buttons.mobile .component-btn{width:162px;height:38px;padding:0;font-weight:600;font-size:14px;line-height:16px}.header.active{background:#000}.header.active nav{max-height:720px}.footer .container{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.footer__logo{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-bottom:40px}.footer__social{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.footer nav{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;width:60%}.footer__nav li:not(:last-child){margin-right:30px}.footer__mail{margin-top:0;-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;text-align:right}.footer-bottom{overflow-x:scroll}.footer-bottom::-webkit-scrollbar{width:0;height:0}.footer-bottom__descr{white-space:nowrap}}@media (max-width: 768px){.popup-log .img{display:none}.popup-log .content{max-width:423px;width:100%}.footer__social{display:none}.footer__logo{margin-bottom:24px}.footer nav{width:100%}.footer__mail{margin-top:5px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.footer__nav{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer__nav li:not(:last-child){margin-right:0;margin-bottom:8px}.block-news .container{padding:0}.block-news__title{padding-left:15px}.block-news__wrapper{padding:0 15px;overflow-x:scroll}.block-news__wrapper .component-article{min-width:352px}.block-news__wrapper::-webkit-scrollbar{width:0;height:0}.block-news__show{width:calc(100% - 30px);margin-left:auto;margin-right:auto}.block-news .component-show{width:calc(100% - 32px);margin-left:auto;margin-right:auto}.related .container{-ms-flex-wrap:wrap;flex-wrap:wrap}.related__block,.related__block:last-child{width:100%}}@media (max-width: 480px){.container{padding-left:16px;padding-right:16px}section{padding-bottom:32px}.footer{padding-top:31px}.footer__logo{width:160px;height:32px;margin-right:66px}.footer__mail{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-top:0}.footer nav{width:50%}.footer-bottom{padding-top:8px;padding-bottom:4px;-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.footer-bottom::before{width:400vw}.footer-bottom__logo{width:auto;height:30px}.footer-bottom__name{font-size:14px;line-height:30px}.footer-bottom__descr{font-size:12px;line-height:14px;color:rgba(255,255,255,0.7)}.component-title{font-size:32px;line-height:37px}.component-subtitle{font-weight:600;font-size:24px;line-height:29px}.component-preview__img{width:32px;height:32px}.component-preview__img img{width:18px;height:18px}.component-preview__count{font-size:12px;line-height:15px}.component-preview__label{font-size:12px;line-height:15px}.component-tabs{font-size:14px;line-height:17px}.component-tabs li:not(:last-child){margin-right:8px}.component-pagination__numbers li{width:32px;height:32px}.component-pagination__numbers li.active{margin:0 5px}.component-sort{font-size:14px;line-height:17px;gap:12px}.component-sort li{padding:4px 15px}.component-date{font-size:12px;line-height:17px;padding:7.5px 20px}.block-news{margin-bottom:2px}.block-news__title{margin-bottom:31px}.block-action{padding-bottom:65px}.block-action__img{height:83px}.block-action .swiper-button-prev,.block-action .swiper-button-next{width:28px}.related{padding-top:30px}.related .container{gap:20px}.related__wrapper{padding:8px;overflow-x:scroll}.related__wrapper::-webkit-scrollbar{width:0;height:0}.related__wrapper.one{-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:16px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.related__wrapper.one a{padding:8px;min-width:96px;border:2px solid rgba(255,255,255,0.05);-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:10px}.related__wrapper.two{height:191px}}
