@font-face{
	font-family:"Calibri";
	src:url('../fonts/Calibri.ttf');
}
@font-face {
	font-family: 'CANDARA';
	src: url('../fonts/CANDARA.eot');
	src: local('CANDARA'), url('../fonts/CANDARA.woff') format('woff'), url('../fonts/CANDARA.ttf') format('truetype');
}
@font-face {
    font-family: 'CenturyGothic';
    src: url('../fonts/CenturyGothic.eot');
    src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/CenturyGothic.woff') format('woff'),
    url('../fonts/CenturyGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    }
@font-face{
	font-family:"Philosopher";
	src:url('../fonts/Philosopher-Regular.ttf');
}
@font-face{
	font-family:"PT Sans";
	src:url('../fonts/pt-sans.ttf');
}
@font-face{
	font-family:"Minion Pro";
	src:url('../fonts/MinionPro-Regular.otf');
}
@font-face{
	font-family:"MS Reference Sans Serif";
	src:url('../fonts/MSReferenceSansSerif.ttf');
}
@font-face{
	font-family:"Myriad Pro";
	src:url('../fonts/MyriadPro-Regular.otf');
}
@font-face{
	font-family:"roboto-thin";
	src:url('../fonts/roboto-thin.ttf');
}
@font-face{
	font-family:"Roboto";
	src:url('../fonts/roboto-regular.ttf');
}
@font-face{
	font-family:"Ice kingdom (Frozen) Cyrillic";
	src:url('../fonts/icek.ttf');
}
@font-face{
	font-family:"Gabriola";
	src:url('../fonts/Gabriola.ttf');
}
@font-face{
	font-family:"Segoe UI";
	src:url('../fonts/SegoeUI.ttf');
}
@font-face{
	font-family:"PTSans";
	src:url('../fonts/pt-sans-narrow.ttf');
}
@font-face{
	font-family:"PTSansBold";
	src:url('../fonts/pt-sans-narrow-bold.ttf');
}
@font-face{
	font-family:"Cambria Math";
	src:url('../fonts/Cambria.ttf');
}

html,body {
height:100%;
width:100%;
font-size:100%;
line-height:1;
-ms-text-size-adjust:100%;
-moz-text-size-adjust:100%;
-webkit-text-size-adjust:100%;
margin:0;
padding:0;
background:#203b7b;
min-height:100vh;
font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
}

.informer {
    background: url(../images/informer/bg_informer.jpg) no-repeat center center;
    background-size: cover;
}

    /* page */





    .page_hide {

        opacity: 0;

    }



    .page__section {

        position: relative;

        z-index: 2;

        flex-shrink: 0;

        display: flex;

        justify-content: center;

        box-sizing: border-box;

    }



    .page__section_pad {

        padding-left: 10px;

        padding-right: 10px;

    }

.hd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 20%, rgba(0, 0, 0, 0.35) 80%, rgba(0, 0, 0, 0) 100%);
    text-shadow: 0.7px 0.7px 5px rgba(0, 3, 1, 0.4);
    padding: 20px;
}


.hd__title {
    color: white;
    font-size: 36px;
    font-weight: 700;
}


    .page__inner {}

.informer__inner {
    min-height: 47px;
    padding: 3px 0;
    display: flex;
    justify-content: center;
    align-items: center;
	font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
}

.informer__content {
    text-align: center;
    text-shadow: 0 0 6px rgba(1, 3, 1, 0.75);
    font-size: 18px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    margin: 0 10px;
}

.color-aqua_2 {
    color: #00fffc;
}

.informer__ico {
    display: inline-block;
    vertical-align: sub;
    margin: 0 1px 0px 5px;
}

.informer__link {
    color: #ffd800;
    display: inline-block;
    text-decoration: none;
    position: relative;
    white-space: nowrap;
}

.informer__link:after {

    content: '';

    display: block;

    height: 2px;

    background-color: #ffd800;

    position: absolute;

    left: 0;

    bottom: -3px;

    right: 0;

    transition: .2s all;

    box-shadow: 0 0 6px rgba(1, 3, 1, 0.75);

}

.informer__link:hover:after {

    bottom: -8px;

    opacity: 0;

}


.body_fix {
    top: 0 !important;
    position: static !important;
}


/* preload */
.preload {
    background-color: rgb(4, 4, 6);
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s cubic-bezier(.64, .14, .34, 1.32);
    display: flex;
    justify-content: center;
    align-items: center;
}



.preload__logo {
    background: url(../images/logo.png) no-repeat;
    background-size: contain;
    width: 100%;
    max-width: 479px;
    height: 229px;
}





.preload__logo {
    animation: preanimate .8s linear infinite;
}



@keyframes preanimate {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(1);
    }

}



.preload.fade {
    opacity: 0;
    visibility: hidden;
    transform: scale(2);
}



@keyframes preanimateout {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        transform: translate(-50%, -50%) scale(0);

    }
}


    .btn {

        display: inline-flex;

        align-items: center;

        justify-content: center;

        box-sizing: border-box;

        text-decoration: none;

        text-align: center;

        color: #faffff;

        cursor: pointer;

        transition: .2s all;

        width: auto;

        height: 40px;

        line-height: 14px;

        padding: 3px 30px;

        flex-grow: 0;

        text-shadow: 0.7px 0.7px 2px rgba(1, 3, 1, 0.5);

        font-size: 18px;

        font-weight: 400;

        position: relative;

        z-index: 0;

        border: 0;

        outline: 0;

        z-index: 5;

        background-color: transparent;

    }



    .btn:after {

        content: '';

        display: block;

        position: absolute;

        top: 0;

        right: 0;

        bottom: 0;

        left: 0;

        z-index: 0;

        transition: .2s all;

        background: linear-gradient(to right, rgb(126, 38, 38) 0%, rgb(200, 46, 46) 60%, rgb(123, 30, 30) 100%);

        border: 1px solid #242424;

        box-sizing: border-box;

        pointer-events: none;

    }



    .btn:hover:after {

        filter: brightness(120%);

    }





#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
 
.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #cccccc;
  border-top-color: #1a1a1a;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
 
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}




.lang__img {
    border-radius: 50%;
}
.second_lang{
    font-size: 12px;
}
.lang__arrow {
    margin-top: 5px !important;
}


/* navigation */
.page__navigation {
    position: relative;
    z-index: 10;
    background: url(../images/nav/bg_navigation.jpg) center / cover no-repeat;
}

.page__navigation.fixed{
	position: fixed;
	top: 0;
	width: 100%;
}


.navigation__inner {
    display: flex;
    justify-content: center;
    height: 131px;
}

.page__container {
    max-width: 1114px;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    box-sizing: border-box;
}


    /* nav */



    .nav {

        position: relative;

    }



    .navigation__nav {

        flex-grow: 1;

        margin-left: -10px;

        display: flex;

    }



    .navigation__list {

        display: flex;

        justify-content: center;

        flex-grow: 1;

        align-self: stretch;

    }



    .nav__link {

        box-sizing: border-box;

        padding: 0 20px 5px 20px;

        flex-grow: 1;

        margin: 0;

        text-transform: uppercase;

        text-decoration: none;

        position: relative;

        white-space: nowrap;

        display: flex;

        justify-content: center;

        align-items: center;

        flex-direction: column;

        transition: .2s all;

        padding-bottom: 6px;

    }



    .nav__link:hover {

        background-color: rgba(12, 15, 17, 0.70);

    }



    .nav__ico {

        width: auto;

        height: 60px;

        width: 60px;

        display: flex;

        justify-content: center;

        align-items: center;

        margin-bottom: 10px;

        transition: .2s all;

    }



    .nav__link:hover .nav__ico {

        /* filter: drop-shadow(0 0 9px rgba(240, 232, 109, 0.41)); */

        margin-top: -10px;

    }



    .nav__img {

        display: inline-block;

        max-width: 100%;

        max-height: 100%;

        transition: .2s all;

        transform: translateY(0);

    }



    .nav__content {

        transition: .2s all;

    }



    .nav__name {

        color: #7cc4f7;

        font-size: 17px;

        font-weight: 400;

        text-transform: uppercase;

        white-space: nowrap;

        transition: .2s all;

        position: relative;
		
		text-shadow: 0 0 6px rgb(0 0 0);
		
		font-weight: 600;
		
		font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    }



    .nav__name:before {

        content: '';

        background: url(../images/nav/nav__highlighting.png) no-repeat;

        display: block;

        width: 106px;

        height: 84px;

        position: absolute;

        top: 50%;

        left: 50%;

        transform: translate(-50%, calc(-50% - 1px));

        transition: .2s all;

        opacity: 0;

        pointer-events: none;

    }



    .nav__desc {

        color: #a1adbb;

        font-size: 10px;

        font-weight: 400;

        text-transform: uppercase;

        transition: .2s all;

    }





    /* nav__sub-list */



    .nav__link_sub_true {

        cursor: default;

    }



    .nav__link_sub_true .nav__name:after {

        display: inline-block;

        content: "";

        background: url(../images/nav/nav__arrow.png) no-repeat;

        transform: rotateX(180deg);

        width: 9px;

        height: 6px;

        margin-bottom: 2px;

        margin-left: 5px;

        transition: .3s all;

    }



    .nav__link_sub_true:hover .nav__name:after {

        transform: rotateX(0deg);

    }



    .nav__sub-list {

        position: absolute;

        top: 100%;

        left: 50%;

        transform: translate(-50%, 0) scaleY(0);

        transform-origin: center top;

        perspective: 700px;

        display: flex;

        flex-direction: column;

        background-color: rgba(20, 22, 27, 0.97);

        border: 1px solid rgba(223, 165, 95, 0.43);

        padding: 5px 13px;

        border-radius: 10px;

        opacity: 0;

        visibility: hidden;

        transition: .3s all;

        pointer-events: none;

    }



    .nav__link_sub_true:hover .nav__sub-list {

        opacity: 1;

        visibility: visible;

        pointer-events: all;

        transform: translate(-50%, 0) scaleY(1);

    }



    .nav__sub-link {

        white-space: nowrap;

        color: #fff3c5;

        font-size: 18px;

        font-weight: 300;

        text-decoration: none;

        text-transform: none;

        padding: 12px 5px;

        text-align: center;

        position: relative;

    }



    .nav__sub-link:not(:nth-last-child(1)) {

        border-bottom: 1px solid #42454c;

    }



    .nav__sub-link:after {

        display: block;

        content: "";

        position: absolute;

        top: 0;

        right: -12px;

        bottom: 0;

        left: -12px;

        background-color: rgba(255, 255, 255, 0.041);

        opacity: 0;

        transition: .3s all;

    }



    .nav__sub-link:hover:after {

        opacity: 1;

    }




    /* Кнопка меню */



    .gw-burger {

        position: relative;

        z-index: 5;

        background-color: #729ab4;

        height: 36px;

        width: 40px;

        border-radius: 3px;

        cursor: pointer;

        box-sizing: border-box;

    }



    .gw-burger__line {

        height: 4px;

        position: absolute;

        left: 5px;

        right: 5px;

        background-color: #000;

        border-radius: 2px;

        transition: 0.3s all;

    }



    .gw-burger__line_pos_top {

        top: 5px;

    }



    .gw-burger__line_pos_middle {

        top: 50%;

        transform: translateY(-50%);

    }



    .gw-burger__line_pos_bottom {

        bottom: 5px;

    }



    .gw-burger_active .gw-burger__line_pos_top {

        transform: rotate(45deg) translateY(-50%);

        transform-origin: center top;

        top: 50%;

    }



    .gw-burger_active .gw-burger__line_pos_middle {

        transform: rotate(180deg);

        opacity: 0;

    }



    .gw-burger_active .gw-burger__line_pos_bottom {

        transform: rotate(-45deg) translateY(50%);

        transform-origin: center bottom;

        bottom: 50%;

    }



    @media (min-width: 1000px) {

        .navigation__burger {

            display: none;

        }
	


        .nav__link:hover .nav__img {

            transform: translateY(-4px);

            filter: brightness(120%);

        }



        .nav__link:hover .nav__name {

            /*transform: translateY(-7px);*/

        }



        .nav__link:hover .nav__name {

            color: #fff;

        }



        .nav__link:hover .nav__name:before {

            opacity: 1;

        }



    }



/* @media (max-width: 1150px) {

    .nav__ico {

        display: none;

    }

    } */



    @media (max-width: 1200px) {



        .nav__link {

            width: 100%;

            text-align: left;

            margin: 0;

            padding: 4px 10px 4px 5px;

            box-sizing: border-box;

            justify-content: flex-start;

            background-color: rgba(0, 0, 0, 0.64);

            text-shadow: 0 2px 2px rgba(0, 0, 0, 0.46);

            flex-direction: row;

        }



        .nav__link:not(:nth-last-child(1)) {

            border-bottom: 1px solid rgba(0, 0, 0, 0.64);

        }



        .nav__link:hover {

            /* color: #fff; */

            background-color: rgb(32, 31, 31);

        }



        .nav__ico {

            margin-right: 10px;

            margin-bottom: 0;

            width: 30px;

            height: 40px;

        }



        .nav__name:before {

            display: none;

        }



        .nav__sub-link::after {

            right: 0;

            left: 0;

        }



        .nav__link:hover .nav__name {

            color: #bd6cedb5;

        }



        .gw-burger_active~.navigation__list {

            opacity: 1;

            visibility: visible;

            transform: scale(1);

            top: 40px;

        }



        .nav__sub-list {

            position: absolute;

            top: 0;

            left: 100%;

            transform: translate(-50%, 0) scaleY(1);

            padding: 0;

        }





        .nav__link_sub_true:hover .nav__sub-list {

            opacity: 1;

            visibility: visible;

            pointer-events: all;

            transform: translate(0, 0) rotateX(0deg);

        }

    }









    /* Фиксируем позицию body, которую меняет панель гугла*/



    .body_fix {

        top: 0 !important;

        position: static !important;

    }



    /* Прячем панель гугла */



    .skiptranslate {

        display: none !important;

    }





    /* lang */



    .navigation__language {

        margin: auto 10px;

    }



    /* Фиксируем позицию body, которую меняет панель гугла*/



    .body_glang-fix {

        top: 0 !important;

        position: static !important;

    }



    /* Прячем панель гугла */



    .skiptranslate {

        display: none !important;

    }



    .lang {

        width: 55px;

        position: relative;

        text-align: center;

    }



    .lang__arrow {

        content: '';

        display: block;

        background: url(../images/lang/lang__arrow.png) no-repeat;

        width: 12px;

        height: 8px;

        transition: .3s all;

        cursor: pointer;

        margin-top: 5px;

    }



    .lang:hover .lang__arrow {

        transform: rotateX(180deg);

    }



    .lang__link {

        display: block;

        background-color: rgba(30, 33, 40, 0.7);

        border: 1px solid #2e2b2b;

        box-shadow: inset 8.5px 8.5px 28.4px 6.7px rgba(0, 0, 0, 0.8), inset 0 0 0 1px rgba(255, 255, 190, 0.08);

        cursor: pointer;

        transition: .3s all;

        display: flex;

        justify-content: center;

        align-items: center;

        flex-direction: column;

        flex-shrink: 0;

        box-sizing: border-box;

        text-decoration: none;

        border-radius: 10px;

        padding: 3px 0;

    }



    .lang__img {

        width: 36px;

        height: 36px;

        flex-shrink: 0;

        font-size: 10px;

        display: block;

    }



    .lang__link_sub:hover .lang__img {

        filter: drop-shadow(0 0 10px #415e6a);

    }





    .lang__name {

        color: #b2b2b2;

        font-size: 16px;

        font-weight: 400;

        flex-shrink: 0;

        text-transform: uppercase;

    }



    .lang__link_sub {

        width: 100%;

        position: relative;

        margin-top: 6px;

    }



    .lang__link_sub:hover .lang__name {

        filter: drop-shadow(0 0 5px #415e6a);

    }



    .lang__list {

        display: flex;

        justify-content: center;

        align-items: center;

        flex-direction: column;

        width: 100%;

        opacity: 0;

        visibility: hidden;

        transition: .3s all;

        transform: translateY(-40px);

        position: absolute;

        left: 0;

        top: 100%;

        z-index: 10;

        line-height: 13px;

    }



    .lang:hover .lang__list {

        opacity: 1;

        visibility: visible;

        transform: translateY(0px);

    }



    .lang__link_select {

    /* width: 70px;

    height: 27px;

    padding-left: 0; */

    padding: 11px 0;

    text-align: center;

    font-size: 0;

}



.lang__img_select {

    margin-bottom: 2px;

    filter: drop-shadow(0 0 10px #415e6a);

}



.lang__name_select {

    filter: drop-shadow(0 0 5px #415e6a);

    /* color: white;

    text-transform: uppercase;

    font-size: 10px;

    font-weight: 600; */

}



.lang_row {

    width: 100%;

    padding: 0;

    margin: 0;

}



.lang__box {

    display: flex;

    justify-content: center;

    align-items: center;

    flex-wrap: wrap;

}



.enter__lang-link {

    width: 58px;

    margin: 5px;

}



.enter__lang-link:hover .lang__img {

    filter: drop-shadow(0 0 10px #415e6a);

}


    .btn_type_6 {

        width: 244px;

        height: 54px;

        text-shadow: 0 0 6px rgba(1, 3, 1, 0.75);

        color: rgb(255, 255, 255);

        font-size: 26px;

        line-height: 26px;

        font-weight: 700;

        padding-right: 0;

        padding-left: 0;

        padding-top: 6px;

        margin: 20px;

    }



    .btn_type_6:after {

        background: transparent url(../images/btns/btn_type_66.png) no-repeat center center;

        width: 373px;

        height: 215px;

        border: 0;

        right: auto;

        bottom: auto;

        left: -60px;

        top: -105px;

    }






    .btn__content {

        position: relative;

        z-index: 5;

        display: inline-block;

        width: 100%;

        text-align: center;

    }



    .btn__content_f-weight_bold {

        font-weight: bold;

    }



    .btn__ico {

        display: inline-block;

        position: relative;

        z-index: 5;

        flex-shrink: 0;

    }



    .btn__ico_m_l {

        margin-left: 5px;

    }



    .btn__ico_m_r {

        margin-right: 5px;

    }



    /* btn_bc_green */



    .btn_bgc_green:after {

        background: linear-gradient(to right, rgb(41, 83, 21) 0%, rgb(24, 177, 31) 60%, rgb(41, 83, 21) 100%);

    }



    .btn_bgc_blue:after {

        background: linear-gradient(to right, rgb(19, 78, 113) 0%, rgb(16, 126, 198) 60%, rgb(13, 61, 89) 100%);

    }








/* header */



.page__header {
    background: url(../images/bg_header.jpg) center / cover no-repeat

}



.header__inner {}



.header__btns {

    height: 300px;

    box-sizing: border-box;

    padding-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header__forum {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
	padding-bottom: 40px;
}

.header__cp {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
	padding-top: 10px;
}



.header__btn {

    margin-right: 55px;

    margin-left: 55px;

    font-size: 24px;

    line-height: 24px;

}



.header__logotype {

    height: 300px;

    display: flex;

    justify-content: center;

    align-items: flex-end;

    text-align: center;

    background-image: url('../images/logo.png');
    background-size: contain;
    background-position: 50% 0;
    background-repeat: no-repeat;
    margin-top: 100px;
}


.header_logo_new:hover{
	filter: brightness(120%);
	
}

.logo {

    display: block;

    text-decoration: none;

    width: 590px;

    height: 160px;

    position: relative;

    transition: .3s all;

    /* outline: 1px solid #fff; */

}



.logo:after {

    content: '';

    display: block;

    background: url(../images/logo.png) no-repeat;

    width: 773px;

    height: 389px;

    position: absolute;

    left: -94px;

    top: -116px;

    transition: .3s all;

    z-index: 1;

    pointer-events: none;

    opacity: 0;

}



.logo:before {

    content: '';

    display: block;

    background: url(../images/logo.png) no-repeat;

    width: 773px;

    height: 389px;

    position: absolute;

    left: -94px;

    top: -116px;

    transition: .3s all;

    z-index: 2;

    pointer-events: none;

    opacity: 0;

}



.logo:hover:before {

    animation: logo .3s ease;

}



.logo:hover {

    filter: brightness(110%);

}



@keyframes logo {

    0% {

        transform: scale(1);

        opacity: 0;

    }



    10% {

        opacity: .5;

    }



    100% {

        transform: scale(1.2);

        opacity: 0;

    }

}



/* servers */



.servers {}



.servers__server {

    margin: 0 10px;

}



.page__servers {

    background: url(../images/bg_servers.jpg) no-repeat center center;

    background-size: cover;

}



.servers__inner {

    display: flex;

    justify-content: center;

    align-items: center;

}



.servers__border {

    background: url(../images/server/border.png) no-repeat;

    width: 2px;

    height: 116px;

    margin: auto;

}



.server {



    cursor: default;

}



.server__info {

    display: flex;

    justify-content: center;

    align-items: center;

    min-height: 78px;

    border-bottom: 1px solid rgba(67, 70, 80, 0.4);

}



.server__ico {

    width: 70px;

    height: 60px;

    position: relative;

    top: -5px;

    z-index: 0;

}



.server__pic {

    display: block;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    width: 127px;

    height: 127px;

    display: flex;

    justify-content: center;

    align-items: center;

    pointer-events: none;

}



.server__content {

    position: relative;

    z-index: 2;

    line-height: 18px;

    flex-basis: 120px;

}



.server__title {

    text-shadow: 0.7px 0.7px 1px rgba(1, 3, 1, 0.4);

    color: white;

    font-size: 18px;

    font-weight: 700;

}



.server__desc {

    text-shadow: 0.7px 0.7px 1px rgba(1, 3, 1, 0.4);

    color: rgba(255, 255, 255, 0.5);

    font-size: 18px;

    font-weight: 400;

    text-transform: uppercase;

}



.server__border {

    width: 1px;

    height: 34px;

    background-color: #1d222a;

}



.server__online {

    /* flex-grow: 1; */

    flex-basis: 118px;

    display: flex;

    justify-content: center;

    align-items: center;

    flex-direction: column;

    line-height: 24px;

}



.server__count {

    text-align: center;

    text-shadow: 0.7px 0.7px 1px rgba(1, 3, 1, 0.4);

    color: white;

    font-size: 24px;

    font-weight: 700;

}



.server__status {

    text-align: center;

    text-shadow: 0.7px 0.7px 1px rgba(1, 3, 1, 0.4);

    color: #828282;

    font-size: 14px;

    font-weight: 300;

    line-height: 14px;

}



.server__about {

    min-height: 52px;

    display: flex;

    justify-content: center;

    align-items: center;

    box-sizing: border-box;

    padding-bottom: 5px;

}



.server__more {

    font-size: 16px;

    font-weight: 400;

    text-decoration: underline;

    text-transform: uppercase;

    color: #858585;

    text-decoration: none;

    margin: 5px 13px;

    position: relative;

}



.server__more:after {

    content: '';

    display: block;

    height: 1px;

    position: absolute;

    left: 0;

    right: 0;

    bottom: -2px;

    transition: .3s all;

    pointer-events: none;

}



.server__more:hover:after {

    opacity: 0;

    bottom: -8px;

}



.server__more:after {}



.server__more_color_light {

    color: #cac89c;

}



.server__more_color_light:after {

    background-color: #cac89c;

}



/* server_status_on */



.server_status_on {

    color: #40d400;

}



.server_status_on {

    color: #40d400;

}



/* server_status_off */



.server_status_off  {

    color: #e10251;

}



.server_status_off  {

    color: #e10251;

}

.left_side {
    height: 900px;
    float: left;
    margin: -32px 20px auto;
    outline: 0px green solid;
    position: relative;
}


.leftmenubox {
    height: 634px;
    width: 293px;
    background: url(../images/left_menu.png) no-repeat top center;
}

.leftbox_head {
    font-size: 25px;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    color: #ffffff;
    line-height: 2;
    font-weight: 600;
    padding: 30px 0 0px;
    text-align: center;
    text-shadow: 0px 0px 4.3px rgba(0, 0, 0, 0.75);
    z-index: 76;
}

.leftmenu {
    padding-left: 0px;
    padding-right: 0px;
    min-height: 384px;
    overflow: hidden;
	padding: 20px;
}

.leftmenu li {
    list-style: none;
    text-align: center;
}

.leftmenu li a {
    text-align: center;
    font-size: 22px;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    color: rgb(255 255 255);
    line-height: 2;
	font-weight: 600;
    z-index: 125;
	letter-spacing: 1.5px;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 1);
	background: url(../images/nav_hover.png) center center no-repeat;
	background-size: 100% 100%;
}

.transition {
    transition: 0.5s;
}

.leftmenu li a:hover{
	color:#7cc4f7;
}

a {
    color: #7cc4f7;
    text-decoration: none;
}

.pvpbtn {
    display: block;
    width: 280px;
    height: 72px;
    position: relative;
    left: 10px;
    background: url(../images/pvp_button.png) no-repeat center center;
    font-size: 21px;
    text-align: center;
    font-family: "Cambria Math";
    color: #ffffff;
    line-height: 3;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
}
.pvpbtn:hover{filter: brightness(1.5)}

@media (max-width: 1200px) {
    .page__container {
        max-width: 100%;
    }
}




@media (max-width: 1114px) {

    /* page */

    .page__container {

        max-width: 100%;
    }

    /* events */

    .events__list {
        flex-wrap: wrap;
    }

}



@media (max-width: 1200px) {
	.left_side {
		float: none;
		height: 650px;
		display: flex;
        justify-content: center;
        padding: 20px 0px 60px;
	}


	.leftbox_head{
		padding: 10px 0 0px;
	}
	
	
	.allnews {

         display: none;

    }
		
    .footer{
	padding-top: 0px;
	}
    /* navigation */

    .navigation__inner {
        height: 90px;
    }

    .navigation__nav {
        order: -1;
        margin: auto 10px;
        flex-grow: 0;
    }

    .navigation__short-logo {
        margin: 0 auto;
    }

    .navigation__burger {
        display: block;
    }

    .navigation__list {
        position: absolute;
        left: 0;
        top: 0;
        flex-direction: column;
        z-index: 10;
        background-color: #729ab4;
        border: 2px solid #8210b7;
        box-sizing: border-box;
        border-radius: 3px;
        transition: .3s all;
        opacity: 0;
        visibility: hidden;
        transform: scale(0);
        transform-origin: left top;
    }

    /* servers */

    .servers__border {
        display: none;
    }

    .servers__inner {
        flex-wrap: wrap;
    }

    .servers__server {
        /* flex-basis: 50%; */
        margin-top: 10px;
        margin-bottom: 10px;
    }

    /* mid */

    .mid__inner {
        flex-wrap: wrap;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .mid__content {
        width: calc(100% - 20px);
        margin-right: 10px;
        margin-left: 10px;
    }

    .mid__sidebar {
        width: calc(100% - 20px);
        margin-right: 10px;
        margin-left: 10px;
        padding-top: 30px;
    }

    /* contacts */
    .contacts__contact {
        width: calc(100% / 2 - 20px);
    }

    /* footer */

    .footer__inner {
        flex-wrap: wrap;
    }

    .footer__nav {
        flex-wrap: wrap;
    }

    .footer__f-nav {
        flex-grow: 1;
    }


    /* .footer__f-nav:not(:nth-last-child(1)) {
        padding-right: 30px;
    } */

    /* upper */

    .upper {
        background: url(../images/upper.png) no-repeat;
        background-size: contain;
        width: 41px;
        height: 34px;
    }

}

@media (max-width: 800px) {
	
	.leftmenubox {
	padding: 0px 40px 50px;
	}
    /* header */

    .header__btns {
        height: 300px;
        padding-top: 0;
        flex-direction: column;
		display: flex;
        justify-content: center;
        align-items: center;
    }

    .header__btn {
        margin-right: 0;
        margin-left: 0;
    }

    /* help */

    .help__helper {
        width: calc(100% - 20px);
    }

}

@media (max-width: 700px) {
    .footer{
	padding-top:0px;
	}
	
	.footer__inner{
	padding-top: 0px;
	}
	
	.under__links{
	padding-top: 10px;
	}
    /* article */
    
    .article {
        padding: 10px;
    }

    /* slider */

    .slider__slide {
        transform: scale(1);
    }

    /* under */

    .under__container {
        flex-direction: column;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .under__block {
        width: calc(100% - 20px);
    }

    .under__ps {
        margin: 10px auto;
    }

    .under__link {
        border: 0 !important;
        padding: 0;
        margin: 5px 10px;
    }

    /* modal */

    .enter__inner {
        padding: 10px;
    }

    /* fbox */

    .fbox_files {
        flex-direction: block;
        flex-wrap: wrap;
    }

    .fbox__res {
        width: 100%;
    }

    .fbox__instruction {
        width: 100%;
    }

    .characteristic {
        font-size: 16px;
        line-height: 14px;
    }


}




.headermenu{
background: url(../images/side_head.jpg) ;
background-size: 100% auto;
}


.content-area {
    /* width: 1240px; */
    margin: 0 auto;
    position: relative;
    z-index: 2;
}















.page-content {
    width: 100%;
    background: #170604;
    margin-top: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.inner-text {
    padding: 30px;
    font-size: 14px;
    color: #a58e7c;
    min-height: 100%;
}

.content-wrapper {
    background-color: #200e0c;
    padding: 15px;
    margin: -15px;
}

.slider {
    width: 100%;
    height: 330px;
    border-radius: 5px;
    background: #3a251d;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.4);
}

.slider-block {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}


.newsblock{
	padding: 85px 0px 20px;
    margin: 0 auto;
	overflow:hidden;
    position: relative;
	z-index:100;
    background: url(../images/bg_servers.jpg) no-repeat center center;
    background-size: cover;
	border-radius: 10px 10px 0px 0px;
}
.newsblocknews{
    margin: 0 auto;
    margin-bottom: 18px;
	overflow:hidden;
    position: relative;
	z-index:100;
    background: #00000096;
	border-radius: 0px 0px 10px 10px;
}

.allnews {
  font-size: 18px;
  text-align:center;
  font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
  color: #ffffff;
  font-weight:bold;
  line-height: 3;
  text-shadow: 0.242px 0.97px 0px rgba(242, 182, 12, 0.004);
  position: absolute;
  right: 20px;
  top: 25px;
  width: 205px;
  height: 49px;
  z-index: 29;
  background: url("../images/btns/btn_type_9.png") no-repeat center center;
}
.allnews:hover {
    filter:brightness(1.5);transition: 0.5s;color:#e5e5e5
}
.allnews2 {
  display:block;
  margin:20px auto;
  background: url(../images/btns/btn_type_9.png) no-repeat center center;
  width: 265px;
  height: 42px;
  z-index: 54;
  font-size: 17px;
  font-family: "Cambria";
  color: rgb(255 255 255);
  line-height: 2.4;
  text-align:center;

}
.allnews2:hover {
    filter:brightness(1.5);transition: 0.5s;color:#e5e5e5
}
.ardown {
  display: inline-block;
  width: 17px;
  height: 10px;
  z-index: 56;
  background: url("../images/ardown.png") no-repeat center center;
}

.newshtext {
  font-size: 24px;
  font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
  color: #fff;
  line-height: 4;
  text-align: left;
   position: absolute;
  left: 100px;
  top: -30px;
  z-index: 30;
  padding-top: 25px;
  font-weight: 600;
}

.newshtext-cp {
  font-size: 35px;
  color: #fff;
  line-height: 4;
  text-align: left;
   position: absolute;
  left: 20px;
  top: -45px;
  z-index: 30;
  padding-top: 25px;
}

.newshtext2 {
  font-size: 18px;
  font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
  color: rgb(97 206 207);
  line-height: 7.5;
  position: absolute;
  left: 100px;
  top: -25px;
  z-index: 26;
  padding-top: 25px;
}
.streamico {
  background: url("../images/streamico.png") no-repeat center center;
  position: absolute;
  left: 0px;
  top: -42px;
  width: 146px;
  height: 146px;
  z-index: 23;
}
.registerico {
  background: url("../images/registerico.png") no-repeat center center;
  position: absolute;
  left: 0px;
  top: -42px;
  width: 146px;
  height: 146px;
  z-index: 23;
}
.howtoconnect {
  background: url("../images/howtoconnectico.png") no-repeat center center;
  position: absolute;
  left: 0px;
  top: -42px;
  width: 146px;
  height: 146px;
  z-index: 23;
}
.newsico {
  background: url("../images/news/newsico.png") no-repeat center center;
  position: absolute;
  left: -20px;
  top: -35px;
  width: 146px;
  height: 146px;
  z-index: 23;
  padding-top: 27px;
}

.newsbox{
	float:left; 
	margin:21px;
	width: 407px;	
	height:247px;
	position: relative; 
	opacity:1;
	border:1px solid transparent;
	padding-bottom:2px;
	filter: drop-shadow(2px 4px 6px black);
}
.newsbox:hover{opacity:0.8; border:1px solid #4ea6a7;}
.newstext {
	width: 70%;
	height:30px;
  font-size: 14px;
  font-family: "Candara";
  color: rgb(190, 180, 177);
  line-height: 1.167;
  position: absolute;
  left: 20px;
  bottom: 30px;
  z-index: 44;
  overflow:hidden;


}

.newstop{
    display: block;
  font-size: 24px;
  font-family: "Candara";
  color: rgb(255 255 255);
  font-weight: bold;
  line-height: 2;
  position: absolute;
  left: 20px;
  bottom: 52px;
  z-index: 43;
}



.newstop:hover{
    
}

.newsava{
    display: block;
    width: 407px;
    height: 247px;
    overflow: hidden;
    position:absolute;
	top:0px; left:0px;
		z-index:40;
}
.newsava:hover{}

.gallery {
    height: 250px;
}

.clear{
    clear: both;
}


.container-news{
width: 100%:
}

.container-newsnew{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}





@media (min-width: 1050px) {
    .news__list {
        grid-template-columns: 43% 1fr;
    }
}

.news__list {
    display: grid;
    grid-gap: 1.375rem;
    gap: 1.375rem;
	margin: 20px;
	margin-top: 20px;
}

@media (min-width: 1050px) {
    .news__post:first-child {
        --post-pic-height: 19.875rem;
        --post-pic-overlay: linear-gradient(0deg, #282524, rgba(40, 37, 36, 0.85) 30%, rgba(40, 37, 36, 0.7));
        --post-desc-mt: 1.625rem;
        --post-bar-mt: 4.375rem;
        --post-line-clamp: 12;
        grid-row: span 2;
        min-height: 34.375rem;
    }
}


.post, .post__body {
    position: relative;
    z-index: 0;
    display: flex;
}

.post {
    box-sizing: border-box;
    padding: 0;
    max-width: 100%;
    min-height: 16.5rem;
    min-height: var(--post-height);
    color: #bab2a8;
    color: rgba(var(--color-0), 1);
    background-color: #282524;
    overflow: hidden;
	border-radius: 10px;
}

.post__body {
    flex-direction: column;
    width: 100%;
}

.post__pic {
    z-index: -2;
    overflow: hidden;
    border-radius: .125rem;
    background-color: rgba(var(--bg), 1);
}

.post__img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    transition: all 1s;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 840px) {
    .post__container {
        padding: 2.5rem 3.125rem;
    }
}

.post__container {
    margin-top: auto;
    box-sizing: border-box;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.post__title {
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    line-height: 1.1;
    text-transform: uppercase;
    color: #fff8ed;
    font-style: normal;
}



.post__desc {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 1rem;
    margin-top: var(--post-desc-mt);
    margin-bottom: 0;
    display: -webkit-box;
    display: var(--post-desc-display);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    -webkit-line-clamp: var(--post-line-clamp);
    line-clamp: 5;
    line-clamp: var(--post-line-clamp);
    overflow: hidden;
    font-family: DIN Next W1G, Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
    color: #ffffff;
    font-style: normal;
}

.post__bar, .post__informer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.post__bar {
    margin-top: 1.5rem;
    margin-top: var(--post-bar-mt);
    flex-wrap: wrap;
    grid-gap: .625rem 1.875rem;
    gap: .625rem 1.875rem;
}

.post__info-ico_time {
    background-image: url(../images/news/ico-clock.png);
    width: .875rem;
    height: .9375rem;
}

.post__info-ico {
    font-size: 1.3em;
    background-color: transparent;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

.bt {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: .5rem;
    background: transparent;
    min-height: 2.5rem;
    padding: .75rem 1.5rem;
    box-sizing: border-box;
    color: #aeefff;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-size: .875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    transition: all .2s;
    border: .125rem solid #7cc4f7;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.bt:hover{
background-color: #aeefff2b;
color: #5adeff;	
}

.post__informer {
    grid-gap: .375rem 1rem;
    gap: .375rem 1rem;
}

.post__info {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: .375rem;
    gap: .375rem;
    font-size: .875rem;
    color: #fff8ed;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
}








/* streams */



.page__streams {

    background: url(../images/stonks/bg_stonks.jpg) no-repeat center center;

    background-size: cover;

    border-top: 2px solid #ff0000b3;

}



.streams__inner {

    padding-top: 15px;

    padding-bottom: 15px;

}



.streams__header {

    min-height: 50px;

    display: flex;

    justify-content: center;

    align-items: center;

    box-sizing: border-box;

    padding: 10px;

}



.streams__title {

    text-align: center;

    color: white;

    font-size: 24px;

    font-weight: 700;

    text-transform: uppercase;

    line-height: 20px;

    cursor: default;

}



.stream {

    width: 348px;

    height: 196px;

    border: 1px solid #35393e;

}



.stream_m_def {

    margin: 10px;

}



.stream__item {

    width: 100%;

    height: 100%;

    box-sizing: border-box;

    position: relative;

    cursor: pointer;

    transition: .3s all;

    background-size: cover;

    background-position: center center;

    background-repeat: no-repeat;

    display: block;

    text-decoration: none;

}



.stream__item:hover {

    filter: brightness(130%);

}



.stream__item:after {

    display: block;

    content: "";

    background: url(../images/icons/play.png) no-repeat;

    width: 64px;

    height: 64px;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

}



.stream iframe {

    width: 100%;

    height: 100%;



}



.streams__list {

    display: flex;

    justify-content: center;

    align-items: center;

    flex-wrap: wrap;

    padding-top: 10px;

    padding-bottom: 10px;

}



.streams__btns-box {

    display: flex;

    justify-content: center;

    align-items: center;

    flex-wrap: wrap;

    padding: 10px 0;

}







#vBG {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    /* opacity: .1; */
    pointer-events: none;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.events__list {

    display: flex;

    justify-content: center;

    align-items: center;

    padding: 15px 0;

}



.events__event {

    flex-basis: 380px;

}



/* event */



.event {

    display: flex;

    padding: 6px 13px;

    transition: .3s all;

}



.event:hover {

    background-color: #101214;

}



.event__pic {

    width: 139px;

    height: 139px;

    flex-shrink: 0;

    box-sizing: border-box;

    border-radius: 50%;

    display: flex;

    justify-content: center;

    align-items: center;

    margin-right: 15px;

}



.event__content {

    position: relative;

    z-index: 0;

    padding-top: 4px;

}



.event__heading {

    height: 56px;

    box-sizing: border-box;

    padding: 3px 0;

    display: flex;

    justify-content: flex-start;

    align-items: center;

    cursor: default;

}



.event__title {

    text-shadow: 0.7px 0.7px 1px rgba(1, 3, 1, 0.4);

    color: #7cc4f7;

    font-size: 24px;

    font-weight: 700;

    line-height: 20px;

}



.event__desc {

    position: relative;

    z-index: 0;

    overflow: hidden;

}



.event__txt {

    text-shadow: 0.7px 0.7px 1px rgba(1, 3, 1, 0.4);

    color: #ae3232;

    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;

    font-size: 18px;

    font-weight: 500;

    line-height: 16px;

    transition: .3s all;

}



.event:hover .event__txt {

    opacity: 0;

    visibility: hidden;

    transform: translateX(-100%);

}



.event__btn {

    position: absolute;

    left: 0;

    top: 18px;

    opacity: 0;

    visibility: hidden;

    transition: .3s all;

    transform: translateX(100%);

}



.event:hover .event__btn {

    opacity: 1;

    visibility: visible;

    transform: translateX(0);

}


.btn_type_2 {
    width: 359px;
    height: 40px;
}

    .btn_type_2:after {

        background: transparent url(../images/btns/btn_type_2.png) no-repeat center center;

        /* background: linear-gradient(to right, rgba(93, 38, 38, 1) 0%, rgba(93, 38, 38, 1) 37%, rgb(173, 79, 79) 70%, rgba(93, 38, 38, 1) 93%, rgba(93, 38, 38, 1) 100%); */

    }

    .btn_type_4 {

        width: 166px;

        height: 39px;

        padding-right: 0;

        padding-left: 0;

    }



    .btn_type_4:after {

        background: transparent url(../images/btns/btn_type_9.png) no-repeat center center;

        border: 0;

    }

/* footer */



.page__footer {

    background: rgb(22, 23, 25) url(../images/bg_footer.jpg) no-repeat center bottom;
    padding: 20px;
}



.footer__inner {

    display: flex;

    padding-top: 10px;

}



/* footer__nav */





.footer__title {

    color: white;

    font-size: 26px;

    font-weight: 700;

    text-transform: uppercase;

    margin-bottom: 10px;

}



.footer__nav {

    display: flex;

    flex-grow: 1;

    flex-basis: 700px;

}



.footer__f-nav {

    margin: 10px;

    flex-grow: 1;

    min-width: 200px;

}



.footer__f-nav:not(:nth-last-child(1)) {

    /* padding-right: 60px; */

}



.f-nav__list {

    display: flex;

    flex-direction: column;

    align-items: flex-start;

}



.f-nav__item {

    white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

    color: #a79999;

    font-size: 18px;

    font-weight: 300;

    text-decoration: underline;

    text-decoration: none;

    line-height: 28px;

    position: relative;

    z-index: 0;

    margin-bottom: 3px;

}



.f-nav__item:after {

    content: '';

    display: block;

    height: 1px;

    background-color: #a79999;

    position: absolute;

    left: 0;

    bottom: 3px;

    right: 0;

    transition: .3s all

}



.f-nav__item:hover:after {

    /* right: 0; */

    opacity: 0;

    bottom: -5px;

}



/* footer__info */



.footer__info {

    flex-basis: 330px;

    margin: 10px;

}



.copyright {

    font-size: 18px;

    line-height: 24px;

}



.copyright__title {

    color: #a79999;

    font-weight: 700;

}



.copyright__desc {

    color: #4e4e4e;

    font-weight: 300;

}



.footer__bnrs {

    display: flex;

    flex-wrap: wrap;

    margin: 10px -5px;

}



.footer__bnrs a {

    display: inline-block;

    margin: 5px;

    opacity: .5;

    transition: .3s all;

}



.footer__bnrs a:hover {

    opacity: 1;

}



.footer__bnrs img {

    display: block;

}



/* footer__author */



.footer__author {

    display: flex;

    margin: 10px -5px;

}



.author__logo {

    margin: 5px;

    display: inline-block;

    text-decoration: none;

}



.author__desc {

    color: #4e4e4e;

    font-size: 13px;

    font-weight: 300;

    line-height: 12px;

    margin-bottom: 5px;

}



.author__img {

    opacity: .3;

    max-height: 34px;

    transition: .3s all;

}



.author__logo:hover .author__img {

    opacity: .6;

}



/* under */



.under__container {

    display: flex;

    justify-content: space-between;

    align-items: center;

}



.under__arrow {

    position: relative;

    z-index: 5;

    width: 47px;

    height: 47px;

    background: url(../images/unde__arrow_up.png) no-repeat;

    flex-shrink: 0;

    cursor: pointer;

    transition: .3s all;

    opacity: .5;

}



.under__arrow:hover {

    opacity: 1;

}



.under__block {

    width: calc(100% / 2 - 50px);

    margin: 10px;

}



.under__ps {

    margin-left: auto;

    display: block;

    opacity: .2;

    transition: .3s all;

}



.under__ps:hover {

    opacity: 0.5;

}



.under__img-ps {

    display: block;

}



.under__desc {

    color: #4d4d4d;

    font-size: 18px;

    font-weight: 300;

    line-height: 24px;

    box-sizing: border-box;

    padding: 10px;

    text-align: center;
	
	font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;

}



.under__links {

    box-sizing: border-box;

    padding: 0 10px 15px 10px;

    display: flex;

    justify-content: center;

    align-items: center;

    flex-wrap: wrap;
	padding-top: 15px;
	background-color: #000000;
}



.under__link {

    display: inline-block;

    font-size: 18px;

    font-weight: 300;

    line-height: 24px;

    color: rgba(167, 153, 153, 0.6);

    padding: 0 10px;

}

.under__link:hover {
color: rgb(147 129 97 / 60%);

}

.under__link:not(:nth-last-child(1)) {

    border-right: 1px solid rgba(167, 153, 153, 0.6);

}


.opacity {
  -webkit-animation: opacity 5s infinite;
}

#vBG {
    position: fixed;
    z-index: 12;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: .1;
    pointer-events: none;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.page__help {
    background: url(../images/bg_page.jpg) no-repeat center center;
    background-size: cover;
}



/* files */



.page__files {

    background: url(../images/bg__files.jpg) no-repeat center center;

    background-size: cover;

}



.files__container {

    flex-basis: 860px;

}



.files__inner {}



.files__arrow {

    background: url(../images/files/arrow__down.png) no-repeat center center;

    height: 60px;

}



.files__head {

    min-height: 34px;

    display: flex;

    align-items: center;

    color: #6eb0db;

    font-size: 18px;

    font-weight: 700;

    margin-left: 10px;

    margin-right: 10px;

    border-right: 1px solid #2e2e2e;

    border-left: 1px solid #2e2e2e;

    box-sizing: border-box;

    padding: 3px 20px;

    cursor: default;

    background-color: rgba(255, 255, 255, 0.02);

}



/* fbox */



.fbox {

    background-color: rgba(7, 7, 8, 0.3);

}



.fbox_m {

    margin: 10px;

}



.fbox_m_rl {

    margin-left: 10px;

    margin-right: 10px;

}



.fbox_border {

    border: 1px solid #2e2e2e;

    box-sizing: border-box;

}



.fbox_files {

    display: flex;

}



.fbox__item {

    display: flex;

    align-items: center;

    padding: 10px;

}



.fbox__it_download {

    position: relative;

    top: 1px;

}



.fbox__it_display {

    position: relative;

    top: 2px;

}



.fbox__it_gear {

    position: relative;

    top: 2px;

    left: 2px;

}



.fbox__item_b_b {

    border-bottom: 1px solid #2e2e2e;

}



.fbox__res {

    width: 45%;

    box-sizing: border-box;

}



.fbox__instruction {

    width: 55%;

    box-sizing: border-box;

}



.fbox__b_r {

    border-right: 1px solid #2e2e2e;

    box-sizing: border-box;

}



.fbox__b_b {

    border-bottom: 1px solid #2e2e2e;

    box-sizing: border-box;

}



.fbox__heading {

    min-height: 80px;

    display: flex;

    justify-content: center;

    align-items: center;

    cursor: default;

    width: 100%;

    padding-bottom: 5px;

}



.fbox__heading_min {

    min-height: 50px;

}



.fbox__ico {

    display: flex;

    justify-content: center;

    align-items: center;

}



.fbox__ico_m_r {

    margin-right: 13px;

}



.fbox__ico_m_l {

    margin-left: 13px;

}



.fbox__title {

    color: white;

    font-size: 28px;

    line-height: 20px;

}



.fbox__btns-list {

    display: flex;

    justify-content: center;

    align-items: center;

    flex-direction: column;

    padding: 20px 0;

}



.fbox__btn {

    margin-top: 35px;

    margin-bottom: 35px;

    font-size: 22px;

    padding-top: 5px;

}



.fbox__info-list {

    padding: 20px 30px;

    box-sizing: border-box;

    font-size: 17px;

}



.fbox__content {

    box-sizing: border-box;

    padding: 15px 20px;

    color: white;

    font-size: 20px;

    font-weight: 400;

    text-align: center;

}



.fbox__content_lib {

    text-align: left;

    font-size: 18px;

    padding: 10px;

}



.fbox__img {

    width: 90px;

    height: 80px;

    display: flex;

    justify-content: center;

    align-items: center;

    flex-shrink: 0;

}



.fbox__why {

    color: #e86053;

    font-size: 17px;

    font-weight: 700;

}

@media (max-width: 700px) {
    .fbox__res {
        width: 100%;
    }
	
	.fbox__instruction {
        width: 100%;
    }
}

.color-grey {
    color: #a0a0a0;
}

.color-cyan {
    color: #7cc4f7;
}

.color-pink {
    color: #bd6ced;
}


/* characteristic */



.characteristic {

    display: flex;

    color: #979798;

    font-size: 17px;

    border-top: 1px solid #2e2e2e;

}



.characteristic_head {

    background-color: rgba(255, 255, 255, 0.04);

}



.characteristic__item {

    display: flex;

    justify-content: flex-start;

    align-items: center;

    padding: 10px;

    box-sizing: border-box;

}



.characteristic__cat {

    width: 100px;

    flex-shrink: 0;

    border-right: 1px solid #2e2e2e;

}



.characteristic__min {

    width: calc(100% / 2 - 100px / 2);

    border-right: 1px solid #2e2e2e;

    flex-shrink: 0;

}



.characteristic__rec {

    width: calc(100% / 2 - 100px / 2);

    flex-shrink: 0;

}


.page__hd {
    margin: 0px 10px 20px;
}




/* help */







.help__list {

    display: flex;

    flex-wrap: wrap;

    margin-bottom: 40px;

}



.helper {

    position: relative;

    z-index: 0;

    min-height: 300px;

    box-sizing: border-box;

    border: 1px solid #3a3a3a;

    display: flex;

    justify-content: center;

    align-items: stretch;

    flex-direction: column;

    text-align: center;

    padding: 20px;

    overflow: hidden;

    cursor: default;

}



.help__helper {

    width: calc(100% / 2 - 20px);

    margin: 10px;

}



.helper__bg {

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    z-index: 2;

    background-image: url(../images/help/helper__bg_1.jpg);

    background-size: cover;

    background-position: center center;

    background-repeat: no-repeat;

    transition: .6s all;

}



.helper:hover .helper__bg {

    transform: scale(1.1);

    filter: brightness(130%);

}



.helper__header {

    position: relative;

    z-index: 5;

    color: white;

    font-size: 36px;

    font-weight: 700;

    line-height: 32px;

    text-transform: uppercase;

    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 15%, rgba(0, 0, 0, 0.6) 85%,

        rgba(0, 0, 0, 0) 100%);

    text-shadow: 0.7px 0.7px 5px rgba(0, 3, 1, 0.4);

    min-height: 90px;

    display: flex;

    justify-content: center;

    align-items: center;

}



.helper__content {

    position: relative;

    z-index: 5;

    color: white;

    font-size: 17px;

    font-weight: 300;

    flex-grow: 1;

    box-sizing: border-box;

    padding: 15px;

}



.helper__btn-box {

    position: relative;

    z-index: 5;

    display: flex;

    justify-content: center;

    align-items: center;

    padding-top: 10px;

}



@media (max-width: 800px) {
    .help__helper {
        width: calc(100% - 20px);
    }
}


.nk-content-wrap {
    font-size: 20px;
	color: #7cc4f7;
	text-align: center;
}

.color-aqua {
    color: #729ab4;
}

.color-green {
    color: #97b472;
}


.msg {
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #FF0000;
    padding-top: 20px;
    font-size: 16px;
}

input, textarea {
    background-color: #000;
    border: none;
    border-radius: 10px;
    color: #aaa;
    font-family: Lato;
    font-size: 24px;
    font-weight: 800;
/*   margin-bottom: 10px; */
    padding: 17px;
    text-align: center;
    transition: all .2s ease-in-out;
/*	width: 50%; */
}

form {
  display: block;
  width: 100%;
  color: white;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.captcha {
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #7cc4f7;
    font-size: 25px;
	padding-top: 20px;
}

.btsend {
    display: block;
    margin: 25px auto;
    background: url(../images/btns/btn_type_9.png) no-repeat center center;
    width: 265px;
    z-index: 54;
    font-size: 17px;
    font-family: "Cambria";
    color: rgb(255 255 255);
    text-align: center;
}

.btsend:hover {
filter: brightness(120%);
}

.btsendbg {
    margin: -75px auto 0px;
}

.btsendbg:hover {
filter: brightness(120%);
}

.f-form{
border: 1px solid #7cc4f7;
}

input:focus {
	outline: red;
    border-color: #0039ff;
 }
 
div.btbugtracker input {
  background: url(../images/btns/btsendbg.png) no-repeat;
        width: 373px;

        height: 215px;

        border: 0;

        right: auto;

        bottom: auto;
}

div.btn_register input {
  background: url(../images/btns/btn_register.png) no-repeat;
        width: 373px;

        height: 215px;

        border: 0;

        right: auto;

        bottom: auto;
}

div.btn_login input {
  background: url(../images/btns/btn_login.png) no-repeat;
        width: 373px;

        height: 215px;

        border: 0;

        right: auto;

        bottom: auto;
}

div.btn_reset input {
  background: url(../images/btns/btn_reset.png) no-repeat;
        width: 373px;

        height: 215px;

        border: 0;

        right: auto;

        bottom: auto;
}

.form-input {
	padding-top: 10px;
}

.form-top-off {
	padding-top: 10px;
}

.reset_password {
    color: #7cc4f7;
    font-size: 20px;
    font-weight: 700;
}

.reset_password:hover {
filter: brightness(80%);
}





.mt-4 {
    margin-top: 1.5rem !important;
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}


.container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.mb-3 {
    margin-bottom: 1rem !important;
}

@media (min-width: 768px) {
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}

.list-group {
    --bs-list-group-color: var(--bs-body-color);
    --bs-list-group-bg: var(--bs-body-bg);
    --bs-list-group-border-color: var(--bs-border-color);
    --bs-list-group-border-width: var(--bs-border-width);
    --bs-list-group-border-radius: var(--bs-border-radius);
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: var(--bs-secondary-color);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
    --bs-list-group-action-active-color: var(--bs-body-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-bg);
    --bs-list-group-disabled-color: var(--bs-secondary-color);
    --bs-list-group-disabled-bg: var(--bs-body-bg);
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #0d6efd;
    --bs-list-group-active-border-color: #0d6efd;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius);
}


@media (min-width: 768px) {
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

.profile-modern-card {
    background: linear-gradient(135deg, #fafdff 60%, #f1f6fa 100%);
    box-shadow: 0 2px 10px rgba(13, 110, 253, 0.07);
    border-radius: 18px;
    border: 1px solid #e3e6ee;
    margin-bottom: 2.5rem;
    overflow: hidden;
    padding: 0;
    position: relative;
}


.menu-cp {
	
list-style-type: disc;
}


.tp-30 {
top: 30px;
}


.pd-40 {
padding-bottom: 25px;
}

.menu-cp-line {
    border-bottom: 1px solid rgba(7, 150, 255, 0.1);
}

.desc {
    font-family: Fritz;
    font-size: 18px;
    color: #dce9fc;
}

.name {
    font-family: Fritz;
    color: #00c0ff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
}


.cp-banners {
    width: 100%;
    padding: 12px 30px;
    border-bottom: 1px solid rgba(7, 150, 255, 0.1);
}

.flex-sbc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.banner {
    width: calc((100% - 20px) / 3);
    height: 100px;
    background: #280e08;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgb(255 51 7 / 10%);
    margin: 15px 0px;
    transition: background 0.2s ease-in-out;
}

.flex-cc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}


.container {
  display: flex;
  min-height: 100vh;
  flex-direction: row;
}

.sidebar {
  width: 260px;
  background: #3b1d10;
  padding: 20px;
  box-shadow: 3px 0 10px rgba(0, 0, 0, 0.5);
}

.account-info {
  font-size: 14px;
  margin-bottom: 20px;
}

.account-info .username a {
  color: #1f90ff;
  font-weight: bold;
  text-decoration: none;
}

.logout {
  color: orange;
  font-weight: bold;
  text-decoration: none;
}

.menu h3 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #f7a809;
}

.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu li {
  padding: 8px 0;
  border-bottom: 1px solid #552d1f;
  cursor: pointer;
  font-size: 14px;
}

.menu li:hover {
  color: #f7a809;
}

.main-panel {
  flex: 1;
  padding: 30px;
  background: #160e0b;
}

.panel-title {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}

.buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.btn-resettt {
  background: linear-gradient(#5b380a, #cda544);
  color: #000;
  border: none;
  padding: 12px 24px;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.btn-resettt:hover {
  background: #f5d36f;
}

.info-table {
  width: 100%;
  border-collapse: collapse;
  background: #2d1a12;
  border: 1px solid #443526;
}

.info-table td {
  padding: 12px;
  border-bottom: 1px solid #443526;
  font-size: 14px;
}

.info-table td:first-child {
  color: #ffdf70;
  width: 40%;
}

.ip {
  color: #fbd264;
}

.highlight {
  color: orange;
}

.yellow {
  color: #ffff00;
}












.container-cp {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    max-width: 1400px;
    padding: 0 20px;
}

.sidebar-layout {
    display: grid;
    grid-template-columns: 325px 1fr;
    gap: 20px;
	padding-top: 20px;
    padding-bottom: 20px;
}

.sidebar-cp {
    background-color: #2d1e16d9;
    border: 1px solid rgb(0 165 255 / 25%);
    border-radius: 6px;
    padding: 20px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.sidebar-nav {
    display: flex;
    flex-direction: column;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.info-item {
    background: #0000004f;
    border: 1px solid rgb(0 165 255 / 25%);
    border-radius: 4px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    min-width: 0;
    transition: all .3s ease;
}

.info-item-cp1 {
	background: url(../images/cp/1.jpg) center / cover no-repeat;
    border: 1px solid rgb(0 165 255);
    border-radius: 4px;
    padding: 5rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    min-width: 0;
    transition: all .3s ease;
	align-items: center;
    justify-content: center;
}

.info-item-cp2 {
	background: url(../images/cp/2.jpg) center / cover no-repeat;
    border: 1px solid rgb(227 192 1);
    border-radius: 4px;
    padding: 5rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    min-width: 0;
    transition: all .3s ease;
	align-items: center;
    justify-content: center;
}

.info-item-cp3 {
	background: url(../images/cp/3.jpg) center / cover no-repeat;
    border: 1px solid rgb(255 0 0);
    border-radius: 4px;
    padding: 5rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    min-width: 0;
    transition: all .3s ease;
	align-items: center;
    justify-content: center;
}

.info-label {
    color: #ffffff;
    font-size: 25px;
	font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
	font-weight: 600;
}

.info-value {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #198eff;
    white-space: nowrap;
    font-size: 20px;
}

.nav-section-header {
    font-size: 14px;
    font-weight: 600;
    padding: 8px 12px;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(0 165 255 / 25%);
}

.nav-items {
    list-style: none;
    padding: 0;
    margin: 0;
	padding-top: 10px;
}

.nav-link-cp {
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px 16px;
    color: var(--color-secondary);
    text-decoration: none;
    transition: all .3s ease;
    cursor: pointer;
    border-radius: 4px;
    margin: 2px 0;
}

.main-content {
    background-color: #2d1e16d9;
    border: 1px solid rgb(0 165 255 / 25%);
    border-radius: 6px;
    padding: 20px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.profile-grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.profile__title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .5px;
	font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
}

.panel-subtitle {
    color: var(--color-secondary);
    font-size: 1rem;
    max-width: 800px;
}

.top-menu-cp:hover{
	filter: brightness(120%);
	outline: red;
    border-color: #0039ff;
}

.referral-terminal {
    margin-bottom: 1rem;
}

.terminal-interface {
    background: #111d3d91;
    border: 1px solid rgb(0 165 255 / 25%);
    border-radius: 4px;
    font-family: Segoe UI, system-ui, sans-serif;
    color: var(--primary-text-color);
    padding: 1rem 1rem 0;
    overflow: hidden;
}

.terminal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.terminal-header-left {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.terminal-title {
    margin: 0;
    font-weight: 500;
    color: #fff;
}

.terminal-link-section {
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid rgb(0 165 255 / 25%);
    flex-wrap: wrap;
    background: transparent;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding: 1rem 2.5rem;
}

.terminal-link-line {
	border-top: 1px solid rgb(0 165 255 / 25%);
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

.terminal-link-label {
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    letter-spacing: .5px;
}

.terminal-link-url {
    font-size: .875rem;
    color: #fff;
    background: #161f26;
    padding: .5rem .75rem;
    border-radius: 4px;
    flex: 1;
    min-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid rgb(0 165 255 / 25%);
    font-family: Courier New, monospace;
}

.terminal-link-actions {
    display: flex;
    gap: 4px;
}

.terminal-action-btn {
    background: #ef972f33;
    border: 1px solid rgb(0 165 255 / 25%);
    color: var(--primary-color);
    padding: 4px;
    cursor: pointer;
    border-radius: 4px;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.terminal-add-section {
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid rgb(0 165 255 / 25%);
    flex-wrap: wrap;
    background: transparent;
    margin-top: 0;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding: 1rem 2.5rem;
}

.terminal-input {
    background: #0003;
    border: 1px solid rgb(0 165 255 / 25%);
    color: #fff;
    padding: .5rem .75rem;
    font-family: Segoe UI, system-ui, sans-serif;
    font-size: .875rem;
    border-radius: 4px;
    outline: none;
    min-width: 150px;
    transition: all .3s ease;
}

.terminal-add-button-container {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.terminal-stats-section {
    padding: 0;
}

.terminal-stats-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 1rem;
    border-top: 1px solid rgb(0 165 255 / 25%);
    background: transparent;
}

.terminal-stats-title {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    letter-spacing: .5px;
}

.terminal-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.clickable-stat.disabled {
    cursor: not-allowed;
    opacity: .6;
}

.terminal-stat-item {
    padding: 1rem .75rem;
    border-right: 1px solid rgb(0 165 255 / 25%);
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: transparent;
    transition: all .3s ease;
}

.terminal-stat-label {
    font-size: .75rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.terminal-stat-value-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
	color: #fff;
}

.terminal-stat-value {
    font-size: 1rem;
    font-weight: 500;
    color: var(--color-secondary);
    font-family: Courier New, monospace;
}

.terminal-add-btn{
    background: #2f31ef33;
    border: 1px solid rgb(0 165 255 / 25%);
    color: #fff;
    padding: .5rem .75rem;
    cursor: pointer;
    font-size: .875rem;
    font-family: Segoe UI, system-ui, sans-serif;
    border-radius: 4px;
    transition: all .3s ease;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}

.terminal-stat-bar {
    height: 4px;
    background: #00bdf233;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.terminal-stat-fill {
    height: 100%;
    background: #00fff5;
    transition: width .5s ease;
    position: relative;
    border-radius: 2px;
}

.terminal-info-btn {
    background: #30a6dd24;
    border: none;
    color: #2fefebb3;
    font-size: 14px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s ease;
    padding: 0;
}

.terminal-code-value {
    font-size: .875rem;
    font-weight: 500;
    color: #fff;
    background: #30a6dd24;
    padding: 4px 8px;
    border-radius: 4px;
    font-family: Courier New, monospace;
    border: 1px solid rgb(0 165 255 / 25%);
}

.terminal-copy-btn {
    background: #30a6dd24;
    border: 1px solid rgb(0 165 255 / 25%);
    color: var(--primary-color);
    padding: 4px;
    cursor: pointer;
    border-radius: 4px;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.terminal-link-icon{
	color: #59f1ff;
}

.info-terminal {
    margin-bottom: 1rem;
}

.terminal-info-btn:hover{
    filter: brightness(200%);
}

.inner-table {
    border: 1px solid rgb(0 165 255 / 25%);
    border-radius: 3px;
}

.inner-table tr td {
    height: 42px;
    padding: 25px 20px;
    vertical-align: middle;
    font-family: Open Sans Regular;
    font-size: 20px;
    color: #ab8e89;
    margin: 0;
}

.flex-cc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.inner-table tr:not(:last-child) td {
    border-bottom: 1px solid rgb(0 165 255 / 25%);
}

.inner-table tr td:not(:last-child) {
    border-right: 1px solid rgb(0 165 255 / 25%);
}

.cp-form-block {
    padding: 25px;
}

.bg-cp-panel {
	background: #111d3d91;
}


.voting-container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.vote-card {
    background: #111d3d91;
    border: 2px solid rgb(0 165 255 / 25%);
    border-radius: 4px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .3s ease;
    box-shadow: 0 4px 20px #0003;
}

.vote-header {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.vote-button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 4px;
    background-color: #0d51678a;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border: 1px solid transparent;
    transition: all .2s ease-in-out;
    box-shadow: 0 4px 15px rgb(0 165 255 / 25%);
}

.vote-button:hover {
filter: brightness(120%);
}

.info-card {
    background: #111d3d91;
    border: 1px solid rgb(0 165 255 / 25%);
    border-radius: 6px;
    padding: 1rem;
    box-shadow: 0 4px 20px #0000001a;
}

.info-header {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.info-header {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}

.stats-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.stat-card {
    background: #111d3d91 !important;
    border: 1px solid rgb(0 165 255 / 25%) !important;
    border-radius: 4px !important;
    transition: all .3s ease;
}

.mat-mdc-card {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    position: relative;
    border-style: solid;
    border-width: 0;
    background-color: var(--mdc-elevated-card-container-color, var(--mat-sys-surface-container-low));
    border-color: var(--mdc-elevated-card-container-color, var(--mat-sys-surface-container-low));
    border-radius: var(--mdc-elevated-card-container-shape, var(--mat-sys-corner-medium));
    box-shadow: var(--mdc-elevated-card-container-elevation, var(--mat-sys-level1));
}

.stat-card mat-card-content {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: 1rem !important;
}

.stat-icon {
    background: #145167;
    border-radius: 6px;
    padding: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: .2rem;
}

.stat-label {
    font-size: .8rem;
    color: #b49a84;
    font-weight: 500;
}

.empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 2rem;
    text-align: center;
    color: #fff;
}

.empty-icon {
    font-size: 4rem !important;
    width: 4rem !important;
    height: 4rem !important;
    color: #59f1ff;
    margin-bottom: 1rem;
}

.empty-state h3 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 1rem;
}

.empty-state p {
    color: #b49a84;
    font-size: 1rem;
    margin: 0 0 2rem;
    max-width: 400px;
}

.vote-info h3 {
    color: #b49a84;
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 .4rem;
    line-height: 1.3;
}

.vote-info p {
    color: #b49a84;
    font-size: .9rem;
    margin: 0;
    line-height: 1.4;
    font-weight: 400;
}

.vote-icon {
    font-size: 2.5rem !important;
    width: 2.5rem !important;
    height: 2.5rem !important;
    color: #59f1ff;
    min-width: 2.5rem;
    flex-shrink: 0;
}

.donate-container .donate-layout {
    display: grid;
    grid-template-columns: 1.8fr 1fr;
    gap: 1.5rem;
    align-items: start;
}

.donate-container .donate-form-section .donate-form .donate-container .donate-stats-section {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

@media (max-width: 1200px) {
    .donate-container .input-fields-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}

.donate-container .form-group label {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: .5rem;
    display: block;
}

.donate-container .form-group .input-with-icon {
    position: relative;
    display: flex;
    align-items: center;
}

.donate-container .input-fields-row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    padding-bottom: 25px;
}

.donate-container .form-group .input-with-icon input {
    width: 100%;
    background: #111d3d91;
    border: 1px solid rgb(0 165 255 / 25%);
    border-radius: 6px;
    color: var(--color-secondary);
    font-size: .9rem;
    transition: all .3s ease;
}

.donate-container .submit-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    width: 100%;
    padding: .75rem;
    background: #111d3d91;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
    box-shadow: 0 4px 12px rgb(0 165 255 / 25%);
}

.donate-container .form-group .help-text {
    color: #fff9;
    font-size: .8rem;
    margin-top: .25rem;
}

.donate-container .donate-stats-section {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.donate-container .stats-block {
    background: #111d3d91;
    border: 1px solid rgb(0 165 255 / 25%);
    border-radius: 4px;
    padding: 1.2rem;
    box-shadow: 0 2px 8px #0000001a;
}

.stats-header {
    margin-bottom: 1rem;
}

.top-donations-list {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.donate-container .top-donations .top-donation-item .top-donor {
    background: #111d3d91;
    border: 2px solid rgb(0 165 255 / 25%);
    box-shadow: 0 4px 12px rgb(0 165 255 / 25%);
    transform: scale(1.02);
}

.donate-container .top-donations .top-donation-item {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .6rem;
    background: #111d3d91;
    border-radius: 6px;
    border: 1px solid rgb(0 165 255 / 25%);
    transition: all .3s ease;
    position: relative;
}

.rank-badge .top-rank .rank-1 {
    background: linear-gradient(135deg, gold, #ffed4e);
    color: #333;
    box-shadow: 0 2px 8px #ffd70066;
    border: 2px solid rgba(255, 215, 0, .6);
}

.rank-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 1.8rem;
    background: #145167;
    border-radius: 50%;
    font-weight: 600;
    color: #fff;
    position: relative;
}

.donation-info {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.username {
    color: #fff;
    font-weight: 500;
    font-size: .85rem;
}

.amount {
    color: #59f1ff;
    font-weight: 600;
    font-size: .9rem;
}

.stats-header h3 {
    color: #fff;
    font-size: .9rem;
    font-weight: 600;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.crown-icon {
    color: gold;
    font-size: 1rem;
    width: 1rem;
    height: 1rem;
    filter: drop-shadow(0 0 6px rgba(255, 215, 0, .8));
}

.crown-effect {
    position: absolute;
    top: -4px;
    right: -4px;
    animation: _ngcontent-ng-c2510342072_crownGlow 2s ease-in-out infinite alternate;
}

.message {
padding-top: 20px;
color: red;
text-align: center;
width: 100%;
font-size: 20px;
}
.messagesuc {
padding-top: 20px;
color: green;
text-align: center;
width: 100%;
font-size: 20px;
}

.messagechar {
color: red;
text-align: center;
width: 100%;
font-size: 20px;
}
.messagesucchar {
color: green;
text-align: center;
width: 100%;
font-size: 20px;
}

.donate-container .submit-button:hover {
filter: brightness(150%);
}

.characters-content {
    width: 100%;
}

.characters-container {
    width: 100%;
    padding: 20px 0;
}

.characters-accordion {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.character-item {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 4px #00000026;
    transition: all .25s ease;
    background-color: #ffffff08;
    position: relative;
}

.character-item.alliance .character-header {
    background: linear-gradient(to right, rgba(0, 120, 255, .05), transparent 80%);
}

.character-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    transition: background-color .2s;
    position: relative;
    width: 100%;
}

.character-header-main {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
}

.class-icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 44px;
    height: 44px;
}

.class-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: transform .2s;
    box-shadow: 0 2px 4px #00000026;
    z-index: 1;
}

.faction-badge {
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 1px 3px #00000040;
    z-index: 2;
}

.faction-icon {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.character-name-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.character-name {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 17px;
    font-weight: 600;
    color: #b49a84;
    min-width: 0;
}

.name {
    margin-right: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.character-brief {
    font-size: 14px;
    color: #ffffff80;
    margin-top: 4px;
}

.expand-control {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #ffffff08;
    transition: background-color .2s;
    margin-left: auto;
    flex-shrink: 0;
}



.character-item.horde .character-header {
    background: linear-gradient(to right, rgba(179, 0, 0, .05), transparent 80%);
}


.characters-card {
    background: url(../images/cp/characters-bg.jpg) center / cover no-repeat;
    border: 2px solid rgb(0 165 255 / 25%);
    border-radius: 4px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .3s ease;
    box-shadow: 0 4px 20px #0003;
}

.characters-header {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.characters-content {
    width: 100%;
}

.characters-container {
    width: 100%;
    padding: 20px 0;
}

.no-characters {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.empty-card {
    max-width: 500px;
    width: 100%;
    background-color: #ffffff08;
    border: 1px dashed rgb(0 165 255 / 25%);
    border-radius: 4px;
}


.mat-mdc-card-content:last-child {
    padding-bottom: 16px;
}

.mat-mdc-card-content:first-child {
    padding-top: 16px;
}

.mat-mdc-card-content {
    display: block;
    padding: 0 16px;
}

.empty-iconn {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.mat-icon {
    font-size: 48px;
    width: 48px;
    height: 48px;
    color: #ffffff4d;
}

.empty-text {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #fff9;
}

.empty-subtext {
    text-align: center;
    color: #fff6;
    font-size: 14px;
}

.Character--DEATHKNIGHT {color:#c41e3b}
.Character--DEMONHUNTER {color:#a330c9}
.Character--DRUID {color:#ff7c0a}
.Character--HUNTER {color:#aad372}
.Character--MAGE {color:#68ccef}
.Character--MONK {color:#00ffba}
.Character--PALADIN {color:#f48cba}
.Character--PRIEST {color:#f0ebe0}
.Character--ROGUE {color:#fff468}
.Character--SHAMAN {color:#2359ff}
.Character--WARLOCK {color:#9382c9}
.Character--WARRIOR {color:#c69b6d}







.cards-list {
  z-index: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.card {
  margin: 30px auto;
  width: 300px;
  height: 300px;
  border-radius: 40px;
  box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 30px 7px rgba(0,0,0,0.22);
  cursor: pointer;
  transition: 0.4s;
}

.card .card_image {
  width: inherit;
  height: inherit;
  border-radius: 40px;
}

.card .card_image img {
  width: inherit;
  height: inherit;
  object-fit: cover;
}

.card .card_title {
  text-align: center;
  border-radius: 0px 0px 40px 40px;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 30px;
  margin-top: -300px;
  height: 40px;
}

.title-white {
  color: white;
}

.title-black {
  color: black;
}

@media all and (max-width: 500px) {
  .card-list {
    /* On small screens, we are no longer using row direction but column */
    flex-direction: column;
  }
}

.SelectMenu {
    min-width: 250px;
    position: relative;
}

.SelectMenu-toggle {
    font-family: Semplicita Pro, Open Sans, Arial, Helvetica, sans-serif;
    font-size: 1.08rem;
    line-height: 1.5;
    font-weight: 700;
    padding: 10px;
    -webkit-transition: all .25s cubic-bezier(.23,1,.32,1) 0s;
    transition: all .25s cubic-bezier(.23,1,.32,1) 0s;
    display: block;
    width: 100%;
    background-color: #1c202a;
    color: #7cc4f7;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}

.submit-buttonn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    width: 100%;
    padding: .75rem;
    background: #111d3d91;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
    box-shadow: 0 4px 12px rgb(0 165 255 / 25%);
}

.submit-buttonn:hover {
filter: brightness(150%);
}



.card {
  background: url('../images/cp/shop-bg.jpg') no-repeat center/cover; /* Замените на ваш фон */
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  width: 320px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  position: relative;
}

.cardvip {
  margin: 30px auto;
  width: 300px;
  height: 300px;
  border-radius: 40px;
  box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 30px 7px rgba(0,0,0,0.22);
  cursor: pointer;
  transition: 0.4s;
}

.cardvip {
  background: url('../images/cp/vip-bg.jpg') no-repeat center/cover; /* Замените на ваш фон */
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  width: 320px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  position: relative;
}

h1 {
  font-size: 1.2em;
  margin-bottom: 15px;
}

.emblem-icon {
  width: 60px;
  height: 60px;
  margin-top: 15px;
}

.input-group {
  margin: 15px 0;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px;
  border-radius: 8px;
}

.input-group label {
  display: block;
  color: #aada5f;
  margin-bottom: 5px;
  font-weight: bold;
}

.input-group input {
  width: 100%;
  padding: 8px;
  border: none;
  border-radius: 5px;
  text-align: center;
  font-size: 1em;
}

.cost {
  margin: 15px 0;
  font-size: 0.95em;
  color: #7cc4f7;
}

.submit-button {
  padding: 10px 25px;
  border: 1px solid #fff;
  background-color: rgba(255,255,255,0.1);
  color: white;
  font-size: 1em;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
}

.submit-button:hover {
  background-color: rgba(255,255,255,0.3);
}

.decor-image {
  width: 100%;
  margin-top: 15px;
  border-radius: 10px;
}

/* Адаптивность */
@media (max-width: 400px) {
  .card {
    width: 90%;
    padding: 15px;
  }

  h1 {
    font-size: 1em;
  }

  .submit-button {
    font-size: 0.95em;
    padding: 8px 20px;
  }

  .emblem-icon {
    width: 50px;
    height: 50px;
  }

  .decor-image {
    display: none; /* Убираем для маленьких экранов, если не помещается */
  }
}

@media (max-width: 768px) {
    .characters-card {
        padding: 0rem;
    }
    .sidebar-layout {
        display: contents;
        gap: 16px;
    }
	
	.nav-items {
		display: flex;
        justify-content: center;
	}
	
	.icons-cp {
		display: none;
	}
	
	.inner-table tr td {
		font-size: 15px;
	}
	
	.container-cp {
		padding: 20px 20px;
	}
	
	.donate-container .donate-layout {
    display: contents;
	}
	
	.terminal-stats-grid {
    display: grid;
    grid-template-columns: auto;
	}
}



#btn__content {
    background-color: #00000000;
	color: #fff;
}