html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display: block
}

body {
    background-color: #1d0202!important
}

header {
    height: 950px;
    background: var(--bg-top)
}

header,#middle {
    width: 100%;
    position: relative
}

main {
    position: relative;
    z-index: 2
}

ul {
    list-style-type: none
}

a,button {
    outline: 0
}

a {
    transition: all .3s ease;
    text-decoration: none!important
}

a.bright {
    filter: brightness(1)
}

a.bright:hover {
    filter: brightness(1.25)
}

a.bright-2 {
    filter: brightness(1)
}

a.bright-2:hover {
    filter: brightness(1.4)
}

a.darken {
    filter: brightness(1)
}

a.darken:hover {
    filter: brightness(.8)
}

a.button {
    background: url(../images/button/button.png) center center no-repeat;
    display: block;
    color: #f6f6f7;
    text-shadow: 2px 2px 10px rgb(0 0 0/80%);
    text-align: center;
    text-transform: uppercase;
    font-weight: 550;
    transition: all .3s ease
}

a.button.navbar {
    background-size: 130px;
    width: 130px;
    padding-top: 9px
}

a.button.medium {
}

a.button-big {
    background: url(../images/button/btn-download.png) no-repeat;
    width: 343px;
    height: 125px;
    display: block;
    color: #f6f6f7;
    text-shadow: 2px 2px 10px rgb(0 0 0/80%);
    text-align: center;
    text-transform: uppercase;
    font-weight: 550;
    vertical-align: middle;
    transition: all .3s ease
}

a.button-big.download {
    padding-top: 40px;
    font-size: 26px;
    margin-bottom: 2px
}

a.button-big.download span {
    display: block;
    position: relative;
    font-size: 12px;
    text-align: center;
    color: #b8dae5;
    line-height: 5px
}

nav .title-nav-tab {
    font-size: 21px;
    font-weight: 550;
    position: absolute;
    background: url(../images/bg/block-title-icon.png) left center no-repeat;
    background-size: 28px;
    padding: 6px 15px 6px 35px
}

.wrapper {
    width: 100%;
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
    position: relative
}

.wrapper:after {
    content: '';
    width: 100%;
    height: calc(100% + 175px);
    z-index: 9999;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right,#1d0202 0%,rgba(2,16,29,0) 10%,rgba(2,16,29,0) 90%,#1d0202 100%)
}

.content-area {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.navbar {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.navbar-nav {
    flex-direction: row!important
}

.nav-item>a {
    color: #92ddf5!important;
    display: block;
    position: relative
}

.nav-item>a:after {
    content: "";
    transition: .3s;
    height: 0;
    width: 0
}

.nav-item>a:hover,.nav-item>a:focus,.nav-item>a.active {
    color: #fff!important
}

.nav-item>a.active:after {
    width: 30%;
    height: 0;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    position: absolute;
    box-shadow: 0 0 50px 25px rgba(85,189,255,.7);
    -moz-box-shadow: 0 0 50px 25px rgba(85,189,255,.7);
    -webkit-box-shadow: 0 0 50px 25px rgba(85,189,255,.7);
    background-color: transparent
}

.topPanel .navbar .navbar-nav {
    height: 100%;
    text-align: right;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end
}

.topPanel .navbar .navbar-nav .nav-item::after {
    width: 2px;
    height: 50%;
    top: 25%;
    content: "";
    position: absolute;
    background-color: rgba(32,71,112,.1)
}

.topPanel .navbar .navbar-nav .nav-item:last-child::after {
    display: none
}

.topPanel .navbar .navbar-nav .nav-item .nav-link {
    padding: 0 1.2rem;
    font-size: .91rem;
    line-height: 90px;
    font-weight: 550
}

.topPanel .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    width: 8px;
    height: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent #aae5ff #6abeff transparent;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.topPanel .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    width: 10px;
    height: 10px;
    left: 0;
    right: 0;
    bottom: 25px;
    margin: 0 auto;
    position: absolute;
    border-width: 2px
}

.topPanel .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle:hover::after {
    border-style: none!important
}

.topPanel .navbar .navbar-nav .nav-item .dropdown-menu {
    left: 50%!important;
    min-width: 250px!important;
    margin-top: -15px!important;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

.topPanel .navbar .navbar-nav .nav-item .dropdown-menu::after {
    width: 28px;
    height: 26px;
    top: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    position: absolute;
    background-color: transparent;
    background-image: url(../images/bg/icons.png);
    background-repeat: no-repeat;
    background-position: -192px 50%
}

.topPanel .navbar .navbar-nav .nav-item .dropdown-menu::after {
    width: 28px;
    height: 26px;
    top: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    position: absolute;
    background-color: transparent;
    background-image: url(../images/bg/icons.png);
    background-repeat: no-repeat;
    background-position: -192px 50%
}

.topPanel {
    margin-top: 50px;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 10;
    -webkit-box-shadow: 0 0 38px 0 rgb(1 9 21/14%);
    background-color: transparent;
    background-image: url(../images/bg/header-menu.png);
    background-repeat: no-repeat;
    background-position: center center
}

.topPanel .navbar .navbar-brand::after {
    opacity: 0!important;
    z-index: 9!important;
    background-position: bottom center!important
}

.topPanel .navbar .navbar-brand:hover::after,.topPanel .navbar .navbar-brand:active::after {
    opacity: 1!important
}

.topPanel .navbar .navbar-brand {
    width: 145px;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 9;
    display: block;
    position: absolute;
    max-width: 70%
}

.topPanel .navbar .navbar-brand::before,.topPanel .navbar .navbar-brand::after {
    width: 100%;
    height: 184px;
    top: -45px;
    left: 0;
    z-index: 8;
    content: '';
    position: absolute;
    background-size: 100% 370px;
    background-color: transparent;
    background-image: url(../images/bg/header-logo.png);
    background-repeat: no-repeat;
    background-position: top center;
    transition: 300ms opacity ease-in-out;
    -o-transition: 300ms opacity ease-in-out;
    -ms-transition: 300ms opacity ease-in-out;
    -moz-transition: 300ms opacity ease-in-out;
    -webkit-transition: 300ms opacity ease-in-out
}

.topPanel .navbar .navbar-brand [gradient] {
    width: 160%;
    height: 100%;
    top: 0;
    left: -30%;
    opacity: .5;
    position: absolute;
    background: #3093d8;
    background: -moz-linear-gradient(90deg,rgba(48,147,216,0) 0%,rgba(48,147,216,1) 30%,rgba(47,146,215,1) 50%,rgba(46,126,195,1) 70%,rgba(45,81,151,0) 100%);
    background: -webkit-linear-gradient(90deg,rgba(48,147,216,0) 0%,rgba(48,147,216,1) 30%,rgba(47,146,215,1) 50%,rgba(46,126,195,1) 70%,rgba(45,81,151,0) 100%);
    background: linear-gradient(90deg,rgba(48,147,216,0) 0%,rgba(48,147,216,1) 30%,rgba(47,146,215,1) 50%,rgba(46,126,195,1) 70%,rgba(45,81,151,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3093d8",endColorstr="#2d5197",GradientType=1)
}

.topPanel .navbar .navbar-brand [glows]::before,.topPanel .navbar .navbar-brand [glows]::after {
    width: 0;
    height: 0;
    top: 50%;
    content: "";
    position: absolute;
    box-shadow: 0 0 90px 40px #5ec7f1,0 0 60px 30px #5ec7f1,0 0 30px 20px #5ec7f1;
    -moz-box-shadow: 0 0 90px 40px #5ec7f1,0 0 60px 30px #5ec7f1,0 0 30px 20px #5ec7f1;
    -webkit-box-shadow: 0 0 90px 40px #f15e5e,0 0 60px 30px #f15e5e,0 0 30px 20px #f15e6c
}

.topPanel .navbar .navbar-brand [glows]::before {
    left: 15%
}

.topPanel .navbar .navbar-brand [glows]::after {
    right: 15%
}

.topPanel-wrapper {
    width: 100%;
    margin: 0 auto
}

.topPanel-container {
    max-width: 1204px;
    width: 100%;
    padding-right: var(--bs-gutter-x,0.75rem);
    padding-left: var(--bs-gutter-x,0.75rem);
    margin-right: auto;
    margin-left: auto
}

.dropdown {
}

.dropdown .dropdown-menu {
    border: 1px solid #538cad!important;
    padding: 0;
    position: relative;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background-color: rgba(18,39,60,.85)!important
}

.dropdown .dropdown-menu li .dropdown-item {
    color: #fff;
    z-index: 9;
    padding: .7rem .5rem;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;
    transition: 200ms all ease-in-out;
    -o-transition: 200ms all ease-in-out;
    -ms-transition: 200ms all ease-in-out;
    -moz-transition: 200ms all ease-in-out;
    -webkit-transition: 200ms all ease-in-out;
    border-bottom: 1px solid #538cad
}

.dropdown .dropdown-menu li:hover .dropdown-item,.dropdown .dropdown-menu li .dropdown-item:hover,.dropdown .dropdown-menu li .dropdown-item:active,.dropdown .dropdown-menu li .dropdown-item.nav-active {
    color: #e4fbff!important;
    background-color: rgba(56,110,164,.25)!important
}

.dropdown-menu {
    animation: fadeIn;
    animation-duration: .5s
}

.dropdown-divider {
    border-top: 1px solid #6cb2ae!important
}

.server-info {
    width: 392px;
    height: 232px;
    left: -22px;
    top: 495px;
    padding: 115px 21px 21px 36px;
    background: url(../images/bg/server-info-bg.png) no-repeat;
    position: relative;
    display: block;
    text-shadow: 1px 1px 2px #000;
    pointer-events: none;
    color: #fff;
    background-size: 400px;
}

.server-info table {
    width: 100%
}

.server-info .top {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    width: 250px;
    line-height: 18px!important;
    text-align: left;
    font-size: 14px;
    float: right;
    margin-bottom: 20px;
    font-weight: 600;
}

.server-info .bottom {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    line-height: 20px!important;
    text-align: left;
    font-size: 18px
}

.server-info .online-bar {
    width: 100%;
    background: rgba(255,255,255,.05);
    backdrop-filter: blur(2px);
    border: 1px solid rgba(255,255,255,.1);
    height: 10px;
    padding: 0;
    overflow: hidden;
    transition: all .3s ease;
    margin: 2px 0;
}

.server-info .online-bar .online-bar-progress {
    height: 10px;
    background: #000 url(../images/bg/online_progress_bar.jpg) no-repeat left center;
    background-size: 334px;
    -webkit-border-radius: 0 1px 1px 0;
    -moz-border-radius: 0 1px 1px 0;
    -khtml-border-radius: 0 1px 1px 0;
    border-radius: 0 1px 1px 0
}

.chipwar-info {
    width: 328px
}

.chipwar-info table {
    width: 100%;
    font-size: 14px
}

.chipwar-info .chip-bar {
    width: 100%;
    background: rgba(0,0,0,.1);
    backdrop-filter: blur(2px);
    border: 1px solid rgba(255,255,255,.1);
    height: 10px;
    padding: 0;
    overflow: hidden;
    transition: all .3s ease;
    margin: 2px 0 10px
}

.chipwar-info .chip-bar .chip-bar-progress {
    height: 10px;
    background: #000 url(../images/bg/online_progress_bar.png) no-repeat left center;
    background-size: 346px;
    -webkit-border-radius: 0 1px 1px 0;
    -moz-border-radius: 0 1px 1px 0;
    -khtml-border-radius: 0 1px 1px 0;
    border-radius: 0 1px 1px 0
}

#middle {
    margin-top: -470px
}

#middle:before {
    content: '';
    width: 100%;
    height: calc( 100% + 200px );
    position: absolute;
    top: -20px;
    left: 0;
    background: var(--bg-bottom),var(--bg-middle);
    z-index: 1;
    pointer-events: none
}

#middle:after {
    content: '';
    width: 100%;
    height: 315px;
    background: url(../images/bg/top-content.png) top center no-repeat;
    position: absolute;
    top: -71px;
    left: 0;
    z-index: 3;
    pointer-events: none
}

aside {
    width: 390px;
    align-self: stretch;
    margin-right: -20px;
    margin-top: 229px;
    height: 100%
}

#server-info {
    height: 91px
}

#widgetChipwarInfo {
    height: 187px
}

#widgetTopGuild {
    height: 160px
}

#widgetTopKill {
    height: 160px
}

#widgetTopCash {
    height: 160px;
!important}

.widget {
    margin-top: 35px;
    padding: 20px 20px 15px;
    background: url(../images/bg/sidebar-left-field.png) repeat-y right, url(../images/bg/sidebar-center-field.png);
    width : 368px;
}

.widget:before {
    content: '';
    position: absolute;
    background: url(../images/bg/sidebar-top-field.png) top no-repeat;
    margin-top: -39px;
    width: 368px;
    height: 52px;
    left: 0
}

.widget:after {
    content: '';
    position: absolute;
    background: url(../images/bg/sidebar-bottom-field.png) bottom no-repeat;
    width: 368px;
    height: 24px;
    left: 0
}

.rank-panel-block {
    width: 328px;
    font-size: 16px!important
}

.rank-panel-block .options {
    padding-bottom: 5px;
    align-items: center;
    cursor: pointer!important
}

.rank-panel-block .wfull-tc {
    width: 100%;
    text-align: center
}

.rank-panel-block .wfull-tl {
    width: 100%;
    text-align: left
}

.rank-panel-block .wfull-tr {
    width: 100%;
    text-align: right
}

.rank-panel-block .w20-tc {
    width: 20px;
    text-align: center
}

.rank-panel-block .w20-tl {
    width: 20px;
    text-align: left
}

.rank-panel-block .w20-tr {
    width: 20px;
    text-align: right
}

.rank-panel-block .w30-tc {
    width: 30px;
    text-align: center
}

.rank-panel-block .w30-tl {
    width: 30px;
    text-align: left
}

.rank-panel-block .w30-tr {
    width: 30px;
    text-align: right
}

.rank-panel-block .w50-tc {
    width: 50px;
    text-align: center
}

.rank-panel-block .w50-tl {
    width: 50px;
    text-align: left
}

.rank-panel-block .w50-tr {
    width: 50px;
    text-align: right
}

.rank-panel-block .w60-tc {
    width: 60px;
    text-align: center
}

.rank-panel-block .w60-tl {
    width: 60px;
    text-align: left
}

.rank-panel-block .w60-tr {
    width: 60px;
    text-align: right
}

.rank-panel-block .w70-tc {
    width: 70px;
    text-align: center
}

.rank-panel-block .w70-tl {
    width: 70px;
    text-align: left
}

.rank-panel-block .w70-tr {
    width: 70px;
    text-align: right
}

.rank-panel-block .w100-tc {
    width: 100px;
    text-align: center
}

.rank-panel-block .w100-tl {
    width: 100px;
    text-align: left
}

.rank-panel-block .w100-tr {
    width: 100px;
    text-align: right
}

.rank-panel-block .w130-tc {
    width: 130px;
    text-align: center
}

.rank-panel-block .w130-tl {
    width: 130px;
    text-align: left
}

.rank-panel-block .w130-tr {
    width: 130px;
    text-align: right
}

.rank-panel-block .w150-tc {
    width: 150px;
    text-align: center
}

.rank-panel-block .w150-tl {
    width: 150px;
    text-align: left
}

.rank-panel-block .w150-tr {
    width: 150px;
    text-align: right
}

.rank-panel-block .w175-tc {
    width: 175px;
    text-align: center
}

.rank-panel-block .w175-tl {
    width: 175px;
    text-align: left
}

.rank-panel-block .w175-tr {
    width: 175px;
    text-align: right
}

.rank-panel-block .w200-tc {
    width: 200px;
    text-align: center
}

.rank-panel-block .w200-tl {
    width: 200px;
    text-align: left
}

.rank-panel-block .w200-tr {
    width: 200px;
    text-align: right
}

.rank-panel-block .rank-panel-header {
    width: 100%;
    font-size: 14px;
    font-weight: 550;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 5px
}

.rank-panel-block .rank-panel-body {
    width: 100%;
    align-items: center;
    flex-wrap: nowrap;
    height: 32px
}

.rank-panel-block .rank-panel-body:last-child {
    border-bottom: 0
}

main {
    width: 820px;
    min-height: 600px;
    margin-top: 120px;
    align-self: stretch;
    background: url(../images/bg/home-page-top.png) top no-repeat,url(../images/bg/content-bottom.png) bottom no-repeat,url(../images/bg/content-center.png) repeat-y
}

.main-download {
    width: 194px;
    height: 85px;
    left: -5px;
    top: -96px;
    position: absolute;
    display: block
}

.main-download .dl-img {
    width: 100%;
    z-index: 1;
    position: relative;
    transition: all .4s ease
}

.main-download:hover .dl-img {
    animation: pulse 1s infinite
}

main .swiper {
    width: 796px;
    height: 263px;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.63);
    -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,.63);
    -moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,.63)
}

main .swiper.padding {
    padding-top: 12px
}

main .swiper .swiper-slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.75) inset;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.75) inset;
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.75) inset
}

main .swiper .swiper-slide a {
    display: block;
    height: 100%;
    width: 100%
}

main .swiper .swiper-slide a:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 40%;
    bottom: 65px;
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(16,13,13,0.5)),to(rgba(16,13,13,0)));
    background: linear-gradient(to top,rgba(16,13,13,0.5),rgba(16,13,13,0));
    z-index: 1
}

main .swiper .swiper-button-next,main .swiper .swiper-button-prev {
    width: 55px;
    height: 55px;
    top: 50%;
    margin-top: -25px
}

main .swiper .swiper-button-next:after,main .swiper .swiper-button-prev:after {
    display: none
}

main .swiper .swiper-button-next {
    background: url(../images/bg/swiper-arrow-next.png) no-repeat;
    right: 1px;
    opacity: 0
}

main .swiper .swiper-button-prev {
    background: url(../images/bg/swiper-arrow-prev.png) no-repeat;
    left: 1px;
    opacity: 0
}

main .swiper:hover .swiper-button-next,main .swiper:hover .swiper-button-prev {
    opacity: .8;
    transition: all .5s ease
}

main .swiper:not(:hover) .swiper-button-next,main .swiper:not(:hover) .swiper-button-prev {
    transition: all .3s ease
}

main .swiper .swiper-pagination {
    display: flex;
    background: 0 0;
    bottom: 0;
    height: 35px;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

main .swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 0;
    margin: 0 8px!important;
    background: #9c9793;
    box-shadow: 0 0 5px 0 #000;
    -webkit-box-shadow: 0 0 5px 0 #000;
    -moz-box-shadow: 0 0 5px 0 #000;
    opacity: 1
}

main .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #8aa7b7
}

.content {
    background-color: rgba(0,0,0,.1);
    border: 1px solid #0f2334;
    box-shadow: 0 0 25px 0 #000 inset;
    -webkit-box-shadow: 0 0 25px 0 #000 inset;
    -moz-box-shadow: 0 0 25px 0 #000 inset;
    position: relative
}

.content.other {
    margin: 80px 12px 50px;
    height: calc(100% - 130px)
}

.content.home {
    margin: 20px 12px 50px;
    height: calc(100% - 350px);
    padding: 15px 10px
}

.content-title {
    font-size: 24px;
    font-weight: 550;
    position: relative;
    background: url(../images/bg/block-title-icon.png) left center no-repeat;
    background-size: 30px;
    padding: 0 15px 0 35px;
    text-transform: uppercase;
    top: -55px
}

.content-field {
    padding: 0 20px 30px
}

:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.button-small {
    height: 37px;
    width: 90px;
    position: relative;
    transition: all .3s ease;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px #000;
    text-decoration: none;
    text-align: center;
    padding-top: 9px;
    color: #fff;
    display: inline-block;
    box-shadow: 0 15px 20px 0 rgb(0 0 0/40%)
}

.button-small.warning {
    background-image: url(../images/button/btn_small_warning.jpg)
}

.button-small.success {
    background-image: url(../images/button/btn_small_success.jpg)
}

.button-small.danger {
    background-image: url(../images/button/btn_small_danger.jpg)
}

.button-small.default {
    background-image: url(../images/button/btn_small_default.jpg)
}

.button-small:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
    color: #f6f6f7
}

:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-c {
    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
}

.flex-s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-s-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-c-c {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-j-s {
    justify-content: start!important
}

.flex-j-e {
    justify-content: end!important
}

.flex-j-sb {
    justify-content: space-between!important
}

.flex-j-c {
    justify-content: center!important
}

.flex-sbc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.flex-sbs {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start
}

.text-right {
    text-align: right!important;
    float: right!important
}

.ds {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

.table-hover-th>thead>tr>* {
    color: #ffd267
}

.table-dark-th {
    --bs-table-bg: transparent;
    --bs-table-hover-color: #fff;
    color: #f6f6f7;
    cursor: default
}

.table-hover-th>tbody>tr>* {
    transition: transform .2s
}

.table-hover-th>tbody>tr:hover>* {
    border-top: 1px solid rgba(255,255,255,.1);
    border-bottom: 1px solid rgba(255,255,255,.1);
    transform: scale(1.05)
}

.table-hover-th>thead>tr>* {
    color: #ffd267
}

.table-dark-pb {
    --bs-table-bg: transparent;
    --bs-table-hover-color: #b8dae5;
    color: #f6f6f7;
    cursor: default;
    border-bottom: 1px solid rgba(255,255,255,.1)!important
}

.table-dark-news {
    --bs-table-hover-color: #fff;
    color: #f6f6f7;
    cursor: default;
    margin: 0
}

.accordion-item {
    background-color: transparent;
    border: none!important
}

.accordion-item:first-of-type,.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
}

.accordion-item:last-of-type,.accordion-button.collapsed {
    border-bottom-right-radius: 0!important;
    border-bottom-left-radius: 0!important
}

.accordion-item {
    margin-bottom: 5px
}

.accordion-item :last-of-type {
    margin-bottom: 0
}

.accordion-button {
    font-size: 16px;
    font-weight: 550;
    color: #b8dae5;
    text-shadow: 0 0 5px rgb(0 0 0/50%),0 0 5px rgb(0 0 0/20%),0 1px 1px rgb(0 0 0/70%);
    box-shadow: 0 0 10px rgb(0 0 0/10%)!important;
    border-radius: 1px;
    transition: all .3s;
    padding: 14px 1.25rem!important;
    background: url(../images/bg/accordion-button.png) center no-repeat;
    text-transform: uppercase
}

.accordion-button .title-start {
    vertical-align: middle;
    color: #ffb309;
    padding-right: 5px
}

.accordion-button .title-end {
    margin-left: auto;
    color: rgba(184,218,229,.3)
}

.accordion-button:hover,.accordion-button:focus {
    background-color: #fff
}

.accordion-button::after,.accordion-button:not(.collapsed)::after {
    filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0,0,0,0.5))
}

.accordion-button:not(.collapsed) {
    color: #b8dae5;
    text-shadow: 0 0 5px rgb(0 0 0/50%),0 0 5px rgb(0 0 0/20%),0 1px 1px rgb(0 0 0/70%);
    box-shadow: 0 0 10px rgb(0 0 0/35%)!important;
    border-radius: 1px;
    background-color: rgba(255,255,255,.15)
}

.accordion-button:not(.collapsed) {
    box-shadow: none
}

.accordion-body {
    background-color: transparent!important;
    padding: 1rem 3px
}

.nav-link.sm {
    padding: 3px!important
}

.nav-pills .nav-link {
    font-size: 16px;
    text-shadow: 0 0 5px rgb(0 0 0/50%),0 0 5px rgb(0 0 0/20%),0 1px 1px rgb(0 0 0/70%);
    border: 0!important
}

.bb-solid-1 {
    border-bottom: 1px solid rgba(255,255,255,.2)
}

.bb-dash-1 {
    border-bottom: 1px dashed rgba(255,255,255,.2)
}

.bb-solid-2 {
    border-bottom: 2px solid rgba(255,255,255,.2)
}

.bb-dash-2 {
    border-bottom: 2px dashed rgba(255,255,255,.2)
}

.text-red {
    color: #ce2200
}

.text-offline {
    color: #ce2200
}

.text-green {
    color: #00d200
}

.text-online {
    color: #00d200
}

.text-yellow {
    color: #ffb309
}

hgroup {
    position: relative;
    width: 100%;
    height: 221px;
    margin-top: 80px;
    padding: 90px 0 30px;
    background-color: transparent;
    background-image: url(../images/bg/hgroup-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0 0 50px 5px rgba(0,0,0,.1);
    z-index: 10
}

hgroup .swiper {
    width: 100%;
    height: 100%
}

hgroup .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

hgroup .swiper-slide img {
    display: block;
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 1px solid #6d1414!important
}

footer {
    position: relative;
    width: 100%;
    margin-top: -33px;
    font-size: 13px;
    z-index: 11
}

.footer-end {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.footer-logo {
    min-width: 300px
}

.footer-logo .logo {
    width: 100px;
    padding-right: 10px
}

.footer-copy {
    font-size: 16px;
    text-align: center
}

.footer-copy p {
    font-size: 13px
}

.footer-other {
    text-align: center;
    min-width: 300px;
    color: #888
}

.toTopBlock {
    height: 65px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center
}

.toTopBlock span {
    background: url(../images/bg/totop-circle.png) no-repeat;
    width: 50px;
    height: 50px;
    display: flex;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.toTopBlock span:hover {
    filter: brightness(1.1)
}

.loading {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/bg/loading.gif) no-repeat;
    background-size: 60px;
    opacity: .5
}

.loading.s1 {
    background-position: center right;
    width: 285px;
    height: 91px
}

.loading.w1 {
    background-position: center center;
    width: 347px;
    height: 187px
}

.loading.w2 {
    background-position: center center;
    width: 345px;
    height: 160px
}

.loading.w3 {
    background-position: center center;
    width: 740px;
    height: 300px
}

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%
}

.lds-spinner div {
    transform-origin: 30px 30px;
    animation: lds-spinner 1.2s linear infinite
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 27px;
    width: 5px;
    height: 13px;
    border-radius: 20%;
    background: rgba(255,255,255,.2)
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -.9s
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -.8s
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -.7s
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -.6s
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -.5s
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -.4s
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -.3s
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -.2s
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -.1s
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s
}

@keyframes lds-spinner {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.page-link {
    color: #b8dae5;
    border: 1px solid rgba(255,255,255,.1)!important;
    background-color: rgba(255,255,255,.1)!important;
    padding: .16rem 18px!important;
    box-shadow: 0 0 10px rgb(0 0 0/10%)!important
}

.page-link:active,.page-link:focus,.page-link:hover {
    color: #fff
}

.page-link-sm {
    font-size: 16px
}

.page-item:first-child .page-link {
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
}

.page-item:last-child .page-link {
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
}

.pagination-cs {
    font-size: 24px;
    background-color: rgba(255,255,255,.1)
}

.form-select {
    color: #b8dae5;
    background-color: red;
    background-color: rgba(255,255,255,.1);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjYjhkYWU1JyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMicgZD0nTTIgNWw2IDYgNi02Jy8+PC9zdmc+);
    border-radius: 0!important;
    border: 1px solid rgba(255,255,255,.1)!important;
    box-shadow: 0 0 10px rgb(0 0 0/10%)!important;
    cursor: pointer!important
}

.form-select:focus>option {
    color: #000;
    background: #fff
}

.form-select-very-sm {
    padding-top: .15rem;
    padding-bottom: .15rem;
    padding-left: .25rem;
    font-size: 1rem
}

.bt-solid-4 {
    border-top: 4px solid rgba(255, 255, 255, .2);
    padding-top: 10px;
    margin-top: 30px;
}
