@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/opensanslight.woff2') format('woff2'), url('../fonts/opensanslight.woff') format('woff'), url('../fonts/opensanslight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/opensansbold.woff2') format('woff2'), url('../fonts/opensansbold.woff') format('woff'), url('../fonts/opensansbold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: 'links';
    src: local('Airborne Pilot'), url('../fonts/airbornepilot.woff2') format('woff2'), url('../fonts/airbornepilot.woff') format('woff'), url('../fonts/airbornepilot.ttf') format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'nav';
    src: local('Airborne'), url('../fonts/airborne.woff2') format('woff2'), url('../fonts/airborne.woff') format('woff'), url('../fonts/airborne.ttf') format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'menu';
    src: local('Arimo'), url('../fonts/arimo.woff2') format('woff2'), url('../fonts/arimo.woff') format('woff'), url('../fonts/arimo.ttf') format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'logo';
    src: local('Cantarell Regular'), local('Cantarell-Regular'), url('../fonts/cantarellregular.woff2') format('woff2'), url('../fonts/cantarellregular.woff') format('woff'), url('../fonts/cantarellregular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal
}

.miniscreen {
    display: none;
}

@media screen and (max-width: 1199px) {
    .all {
        width: 1000px !important;
    }

    .main {
        width: 1000px !important;
    }

    .block {
        display: none !important;
    }

    .miniscreen {
        display: inline-block !important;
    }

    .server_list table {
        width: 100% !important;
    }

    .server_img {
        display: none !important;
    }
}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}

html {
    background: #f4f4f4 url(../images/bg1.png) no-repeat top center;
    height: 1000px;
    width: 100%;
    display: block;
    position: absolute;
    font-size: 13px;
    font-family: 'Open Sans';
}

html,
body,
.all {
    height: 100%
}

a {
    color: #6b6b6b;
    text-decoration: none;
}

a:hover {
    color: #000;
}

table {
    border-collapse: collapse;
    width: 100%;
    font-size: 12px
}

input,
select {
    width: 100%
}

h1,
h2,
h3,
h4,
h5 {
    display: inline-block;
    font-weight: bold
}

.modal-body>h3 {
    display: block
}

h1 {
    font-size: 2em
}

h2 {
    font-size: 1.5em
}

h3 {
    font-size: 1.17em
}

h4 {
    font-size: 0.9em
}

h5 {
    font-size: 0.83em
}

#loadinginfo {
    display: none;
    background-color: #fff;
    height: 15px;
    width: 100%;
    left: 90%;
    top: 0px;
    position: fixed
}

.left {
    float: left
}

.right {
    float: right;
}

.center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.margin-top {
    margin-top: 5px
}

.margin-bottom {
    margin-bottom: 3px
}

.margin-left {
    margin-left: 5px
}

.margin-right {
    margin-right: 5px
}

.vtop {
    vertical-align: top
}

.vbot {
    vertical-align: bottom
}

.vbottom {
    vertical-align: bottom
}

.border-bottom {
    border-bottom: 1px solid #DCDCDC
}

.underline {
    border-bottom: 1px dashed;
    padding-bottom: 2px !important
}

.none {
    display: none
}

.hide {
    display: none
}

.pointer {
    cursor: pointer !important
}

.informer {
    padding: 8px
}

.informer.black {
    background-color: #111 !important;
    color: white;
}
.informer.red {
    background-color: #dd4b39 !important;
    color: white;
}
.informer.yellow {
    background-color: #f39c12 !important;
    color: white;
}
.informer.aqua {
    background-color: #00c0ef !important;
    color: black;
}
.informer.blue {
    background-color: #0073b7 !important;
    color: white;
}
.informer.light-blue {
    background-color: #3c8dbc !important;
    color: white;
}
.informer.green {
    background-color: #00a65a !important;
    color: white;
}
.informer.navy {
    background-color: #001f3f !important
}
.informer.teal {
    background-color: #39cccc !important
}
.informer.olive {
    background-color: #3d9970 !important
}
.informer.lime {
    background-color: #01ff70 !important
}
.informer.orange {
    background-color: #ff851b !important
}
.informer.fuchsia {
    background-color: #f012be !important
}
.informer.purple {
    background-color: #605ca8 !important
}
.informer.maroon {
    background-color: #d81b60 !important
}

button,
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 0 2px;
    background: #e6e6e6;
    margin-top: -5px;
}

button:hover,
.btn:hover {
    opacity: 1;
    background: #f1f1f1;
}

.btn-switch>.lcs_wrap {
    display: block !important
}

.btn-max {
    width: 100%;
    box-sizing: border-box
}

.btn-fix {
    width: 90px
}

.btn-short {
    padding: 1px 5px;
}

.btn-shift {
    padding: 1px 6px
}

.btn-success {
    color: #fff;
    background-color: #20c05c;
    border-color: #20c05c;
}

.btn-success:hover {
    background-color: #199447;
    border-color: #199447;
}

.btn-yellow {
    color: #fff;
    background-color: #ffcc3c;
    border-color: #ffcc3c;
}

.btn-yellow:hover {
    background-color: #daae36;
    border-color: #daae36;
}

.btn-hover {
    color: #2a2f34;
    background-color: #a0aeb9;
    border-color: #a0aeb9;
}

.btn-hover:hover {
    background-color: #909da7;
    border-color: #909da7;
}

.btn-error {
    color: #fff;
    background-color: #ed4949;
    border-color: #ed4949;
}

.btn-error:hover {
    background-color: #bb3d3d;
    border-color: #bb3d3d;
}

.btn-info {
    color: #fff;
    background-color: #1c8ed7;
    border-color: #1c8ed7;
}

.btn-info:hover {
    background-color: #1670aa;
    border-color: #1670aa;
}

.btn-black {
    color: #fff;
    background-color: #4e5963;
    border-color: #4e5963;
}
}

.btn-black:hover {
    color: #fff;
    background-color: #383f46;
    border-color: #383f46;
}
}

.btn-block {
    background-color: #000000;
    opacity: 0.1;
    cursor: no-drop
}

.btn-none {
    cursor: auto;
    background: none !important;
    color: #a0aeb9 !important;
}

.btn-full {
    width: 70%
}

.all {
    width: 1200px;
    margin: 0 auto
}

.top-link {
    width: 1200px;
    margin: 0 auto;
    font-size: 15px;
}

.top {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    height: 50px;
    padding: 10px;
    background: #fff;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.top a {
    font-weight: bold;
    padding: 0 5px;
    text-transform: uppercase;
    color: black;
    line-height: 1.5em;
}

.top a:hover {
    color: #c33;
}

.announcement {
    padding: 10px;
    width: 350px;
    text-align: center;
    background: #272c30;
    float: right;
    margin: 15px 0px 20px 0;
    border: 1px solid #f94747;
    color: #f94747;
    border-radius: 4px;
}

.header {
    width: 100%;
    display: inline-block;
    height: 54px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #FFF;
    border-bottom: 0;
    box-sizing: border-box;
}

.logo {
    font: 30px/30px 'logo';
    color: #000;
    display: inline-block;
    padding: 12px;
}

.user {
    padding: 5px
}

.recsign a {
    display: block;
    color: #757f88;
    text-transform: uppercase;
    font: 12px/12px 'Open Sans';
    font-weight: bold;
    padding: 5px;
}

.recsign a:hover {
    text-decoration: underline
}

.user_lk {
    margin: 11px 7px;
}

.user_lk a {
    padding: 5px;
    text-transform: uppercase;
    font: 11px 'Open Sans';
    font-weight: bold;
    color: #798690;
}

.user_lk a:hover {
    text-decoration: underline
}

.nav {
    height: 30px;
	margin-top: 5px;
    box-sizing: border-box;
    padding: 9px;
    background-color: #fff;
    color: black;
    font: 11px 'menu';
    display: inline-block;
    width: 100%;
}

.nav i {
    padding: 0 3px
}

.nav a {
    color: #f94747;
}

.nav a:hover {
    text-decoration: underline
}

.wrapper {
    display: table;
    height: 100%;
    border-top: 0;
}

.main {
    background-color: #f3f3f3;
    width: 1000px;
    max-width: 1000px;
    height: 100%;
    box-sizing: border-box;
    padding: 10px 1px 1px 10px;
    display: table-cell;
}

.block {
    background-color: #fff;
    color: #000;
    width: 200px;
    min-width: 200px;
    vertical-align: top;
    display: table-cell;
}

.block .title {
    padding: 14px 10px;
    font: 13px 'Open Sans';
    text-align: left;
}

.block ul {
    list-style: none;
    padding: 0 15px;
}

.block ul li a {
    color: #a0aeb9;
    font: 12px 'menu';
    padding: 8px 6px;
    display: block;
    transition: all 0.23s ease-in-out;
    -moz-transition: all 0.23s ease-in-out;
    -webkit-transition: all 0.23s ease-in-out;
    -o-transition: all 0.23s ease-in-out
}

.block ul li a:hover,
.block ul li .active {
    color: #5e6870
}

.block ul li a>i:nth-child(1) {
    margin-right: 4px;
    width: 20px;
    text-align: center
}

.footer {
    width: 100%;
    display: inline-block;
    height: 70px;
    background-color: #efefef;
    border-bottom: black solid 1px;
    color: #798086;
    margin-bottom: 15px;
    border-top: 0;
    box-sizing: border-box;
    padding: 10px;
}

.footer>.menu {
    text-align: left;
    margin: 15px;
    display: inline-block
}

.footer>.menu a {
    color: #808CA0;
    padding: 0 5px
}

.infobsp {
    color: #a0aeb9;
    margin: 15px;
    text-align: center;
}

.copyright {
    color: #777;
    margin: 15px;
    font: 14px 'Arial'
}

.social {
    font-size: 25px;
    color: #000
}

.social .fa-vk {
    color: #597da3;
    margin-right: 5px
}

.service {
    text-align: center;
    width: 200px
}

.service {
    text-align: center;
    width: 180px;
    float: left;
    margin: 10px 8px;
    background-color: #fff;
    color: #a0aeb9;
}

.service>.title {
    font: 11px 'nav';
    background-color: #fff;
    display: inline-block;
    position: relative;
    padding: 5px;
    z-index: 10;
    color: black;
}

.service a {
    background: #ededed;
    padding: 5px 33px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    margin: 5px 0;
    display: inline-block;
}

.service a:hover {
    background-color: #cccccc;
}

blockquote {
    padding: 5px;
    border-left: 1px solid #f94747;
    background-color: #efefef;
}

/* form */
.form {
    margin: 0 auto
}

.form td {
    padding: 5px
}

.form img,
.form label {
    cursor: pointer
}

.form label {
    display: block;
    margin-bottom: 3px;
    font: 9px 'Open Sans';
    font-weight: bold;
    color: #a0aeb9;
}

.form input,
.form select,
.form textarea {
    border: 1px solid #e1e1e1;
    padding: 5px;
    width: 100%;
    outline: 0;
    box-sizing: border-box;
    font: 12px 'Tahoma';
    background-color: #fff;
    color: #6f7980;
}

.form textarea {
    resize: vertical;
    width: 100%
}

.form input:focus,
.form select:focus,
.form textarea:focus {
    border-color: #e1e1e1;
}

.form #captha {
    text-transform: uppercase
}

.server_list {
    width: 100%;
    display: inline-block;
    padding: 0;
    box-sizing: border-box;
    font: 14px 'Arial'
}

.server_list table td {
    padding: 5px;
}

.server_list table {
    width: 80%
}

.server_list table tr:last-child td {
    padding-bottom: 10px
}

.server_list .btn {
    position: relative;
    bottom: -5px;
}

.server_img {
    display: inline-block;
    float: left;
    margin-right: 5px;
    width: 160px;
    height: 120px
}

.server_img img {
    width: 150px;
    height: 113px;
    margin: 5px;
}

.server_name {
    max-width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.server_nav {
    margin: 10px 0;
    width: initial
}

.server_nav i {
    font-size: 24px;
    display: block;
    text-shadow: none
}

.server_nav td {
    padding: 2px;
    text-align: center;
    font: 7px/20px menu;
    text-transform: uppercase;
    text-shadow: 1px 0 1px rgba(25, 25, 25, 0.34);
}

.server_nav td a {
    color: #000;
    background-color: #fff;
    box-shadow: 0 0 2px #30363c;
    padding: 5px;
    width: 60px;
    height: 35px;
    display: block;
    transition: all 0.23s ease-in-out;
    -moz-transition: all 0.23s ease-in-out;
    -webkit-transition: all 0.23s ease-in-out;
    -o-transition: all 0.23s ease-in-out;
}

.server_nav td a:hover,
.server_nav .active {
    color: #000000;
    background: #ececec;
}

.server_console pre {
    width: 99%;
    height: 350px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 0;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #191919;
    color: #FFF
}

.server_console table td {
    border: 0
}

#console_update {
    font-size: 26px
}

.progress {
    width: 185px
}

.progress>span {
    position: relative;
    float: left;
    margin: 0 -1px;
    min-width: 30px;
    height: 16px;
    line-height: 12px;
    border-radius: 10px;
    text-align: right;
    border: 1px solid #FFF;
    background: #DDD url(../images/progress.jpg) no-repeat;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
    transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -webkit-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out
}

.progress>span>span {
    padding: 0 3px;
    font: 10px 'menu';
    color: #FFF
}

.progress>span:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 18px;
    background: url("http://62.173.139.146/template/images/progress.png") 0 0 repeat-x;
    border-radius: 10px
}

.change_map {
    display: none;
    position: absolute;
    width: 395px;
    max-height: 370px;
    overflow: hidden;
    overflow-y: scroll;
    background-color: #272c30;
    z-index: 999;
}

.change_close {
    display: none;
    cursor: pointer;
    position: absolute;
    padding: 5px 10px;
    background-color: #F24141;
    color: #FFF;
    z-index: 1000;
    margin-left: 369px;
    border-top: 2px solid #000;
}

.change_close:hover {
    background-color: #eb3232;
}

.change_map div {
    cursor: pointer;
    float: left;
    padding: 4px;
    border: 1px solid #353c42;
    width: 120px;
    height: 120px;
}

.change_map img {
    width: 120px;
    height: 92px;
}

.change_map div>i {
    width: 20px;
    float: right;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #222;
    color: #ffffff;
    display: block;
    box-sizing: border-box;
    position: absolute;
    margin-left: 100px
}

.change_map div:hover span {
    background-color: #323E53
}

.change_map span {
    display: block;
    text-align: center;
    padding: 5px;
    background-color: #353c42;
    color: #F5F5F5;
    font-size: 12px;
    max-width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table_pad th {
    padding: 10px;
    background-color: #eaeaea;
    color: #555d65;
    font-weight: normal;
}

.table_pad td {
    padding: 8px;
    border-top: 0;
    outline: none;
}

.table_pad tr:nth-last-child(1) td {
    border: 0;
    color: #88939C;
}

.input_pad input,
.input_pad select,
.input_pad textarea {
    padding: 5px;
    border: 1px solid #e0e1e2;
    box-sizing: border-box;
    outline: 0;
    background-color: #fff;
    color: #6f777d;
}

.input_pad textarea {
    resize: vertical;
    width: 100%;
}

.adminflags {
    display: table-cell !important
}

.adminflags input {
    width: 164px
}

.adminflags div {
    position: absolute;
    margin: -23px 145px 0;
    padding: 0 5px;
    cursor: pointer
}

.hblock_content {
    background-color: #fff;
    padding: 10px 15px 10px;
    display: block;
    color: black;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 2px solid #f94747;
}

.hblock_title {
    background: #fff;
    padding: 10px 15px 10px;
    display: block;
    color: black;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 2px solid #f94747;
}

.service_block_mon {
    float: left;
    width: 180px;
    height: 60px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    margin: 0 0 10px 8px;
    background-color: #f9f9f9;
}

.service_block_mon .poster {
    width: 40px;
    margin: 8px 10px;
    display: block;
    border-radius: 50%;
    border: 2px solid #3a365e !important;
    float: left;
}

.service_block_mon .service_game {
    font: 11px 'tahoma';
    text-transform: uppercase;
    color: #a0aeb9;
    margin-top: 10px;
}

.service_block_mon .service_sum {
    font: 10px 'tahoma';
    text-transform: uppercase;
    color: #ffffff;
}

.block_content {
    background-color: #fff;
    color: #88939C;
    padding: 5px;
}

.sc {
    background-color: #f3f3f3;
    color: #88939C;
    padding: 5px;
}

.space {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    clear: both
}

.height200 {
    height: 200px;
    overflow-y: scroll
}

.width50p {
    width: 49%;
    display: inline-block
}

.width250 {
    width: 250px
}

.width350 {
    width: 350px
}

.width500 {
    width: 500px
}

.width550 {
    width: 550px
}

.spoiler_body {
    display: none
}

.spoiler_links {
    padding-left: 15px;
    font-size: 14px;
    padding-bottom: 5px;
    border-bottom: 1px solid #DDD;
    display: block
}

.spoiler_body {
    display: none;
    padding: 5px
}

.spoilerblock {
    padding: 7px;
    border-bottom: 1px solid #ddd
}

.icon {
    font-weight: bold;
    color: #CCC;
    display: inline-block;
    float: right;
    position: relative;

}

.plugin_block {
    padding-bottom: 5px;
    display: table;
    width: 100%;
}

.plugin_info {
    display: table-cell;
    width: 90%;
    box-sizing: border-box;
    padding: 5px;
}

.plugin_action {
    display: table-cell;
    width: 10%;
    box-sizing: border-box;
    padding: 5px;
    text-align: center;
    border-bottom: 1px dashed #DDD
}

.plugin_update {
    cursor: pointer;
    font-size: 12px;
    color: #BCA744;
    padding-left: 5px
}

.plugin_images {
    display: table-row
}

.plugin_images a {
    margin: 3px 3px 0 0;
    display: inline-block;
    box-sizing: border-box
}

.plugin_images img {
    height: 50px;
    opacity: 0.7
}

.plugin_images img:hover {
    opacity: 1
}

.youtube_images img {
    height: 300px;
    opacity: 0.7;
    display: block;
    margin: 0 auto;
}

.youtube_images img:hover {
    opacity: 1
}

.plugin_status_stable,
.plugin_status_unstable,
.plugin_status_testing {
    font-size: 12px
}

.plugin_status_stable {
    color: #74B084
}

.plugin_status_unstable {
    color: #B07474
}

.plugin_status_testing {
    color: #6E9FBC
}

#search_block {
    display: none
}

.maps_types a>div {
    cursor: pointer;
    display: inline-block;
    padding: 5px 5px 0 5px;
    border: 1px solid #DCDCDC;
    margin: 5px 5px 0 0;
    box-sizing: border-box
}

.maps_types a:nth-child(8)>div {
    margin-right: 0
}

.maps_types a>div>div {
    text-align: center;
    position: absolute;
    margin-top: 30px;
    background-color: rgba(0, 0, 0, 0.25);
    width: 100px;
    height: 20px;
    line-height: 20px;
    color: #FFF
}

.maps_types a>div>img {
    width: 100px
}

.maps_types a>div:hover {
    border-color: #999
}

.maps>div {
    display: inline-block;
    padding: 6px;
    margin: 5px;
}

.maps>div:nth-child(6n) {
    margin-right: 0
}

.maps>div>div {
    display: block;
    cursor: pointer
}

.maps>div>div i {
    width: 20px;
    float: right;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #222;
    color: #ffffff;
    display: block;
    box-sizing: border-box;
    position: absolute;
    margin-left: 120px
}

.maps div>span {
    display: block;
    text-align: center;
    font-size: 13px;
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #222;
    color: #ffffff;
    padding: 2px 5px
}

.pages {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.pages>div {
    margin-top: 10px
}

.pages a {
    display: inline-block;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    font-size: 13px;
    font-family: nav;
    padding: 2px 6px;
    position: relative;
    height: 15px;
    margin-right: 2px;
    color: #5e6870;
    background-color: rgb(39, 44, 48);
}

.pages a:hover,
.pages a.active {
    background-color: #222
}

.filetp {
    padding-top: 15px
}

.filetp_block {
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden
}

.filetp_block table td:nth-child(1) p {
    max-width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#filetp_block>table {
    width: 98%;
    margin-top: 10px
}

#filetp_block>table td {
    background-color: #ededed;
    color: #000000;
    padding: 5px;
}

.filetp table:nth-child(1) tr:nth-child(1) td {
    border-top: 1px solid #30363c;
}

#filetp_edit {
    padding-top: 10px
}

#filetp td {
    font: 14px 'menu';
    background-color: #dedede;
}

#filetp td p {
    padding: 5px
}

#filetp td:nth-child(1) {
    padding: 0
}

#filetp tr:nth-child(2n) td {
    background-color: #d3d3d3;
}

#filetp tr:hover td {
    background-color: #353c42;
}

.filetp_find {
    width: 250px;
    float: right
}

.filetp_find input {
	font-size: 14px;
    height: 18px;
    padding: 10px;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    outline: 0;
    background-color: #ececec;
}

#infopath {
	background-color: #ebebeb;
    color: #000000;
    padding: 3px;
}

.CodeMirror {
    max-width: 960px
}

.spoiler {
    cursor: pointer;
    display: block;
    padding: 5px;
    border: 1px solid #353c42;
    background-color: #2a2f34;
}

.spoiler_main {
    display: none;
    border: 1px solid #353c42;
    padding: 5px;
    border-top: 0;
    background-color: #353c42;
}

#help_notice {
    display: none;
    float: right;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    text-align: center;
    background-color: #597da3;
    color: #FFF;
    font-size: 6px;
    line-height: 12px;
    margin-top: -1px
}

#help_notice_block {
    display: none;
    position: fixed;
    bottom: 0;
    padding: 3px;
    width: 200px
}

#help_notice_block>a>div {
    background-color: #597da3;
    color: #FFF;
    padding: 5px;
    margin-top: 3px
}

#help_notice_block>a>div>span {
    font-size: 12px
}

#help_notice_block>a>div>p {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 210px;
    overflow: hidden
}

#help_notice_block>a>div>span>i {
    font-size: 10px;
    margin-top: 2px
}

.infoblock {
    background-color: #F7F7F7;
    padding: 10px;
    border-left: 5px solid #e8ebf0;
    color: #585757;
    margin-top: 10px
}

.help_category {
    padding: 8px;
    background-color: #efefef;
    display: block;
    margin-bottom: 3px;
}

.help_question {
    padding: 8px;
    background-color: #eeeeee;
    color: black;
    margin-bottom: 8px;
}

.help_question>a {
    text-decoration: none;
    margin-bottom: 5px;
    display: block;
}

.help_question>a:hover {
    text-decoration: none
}

.help_question>div>a {
    padding: 5px;
    background-color: #d7d7d7;
    color: black;
    display: inline-block;
    border-radius: 5px;
    margin-right: 5px;
    font: 11px/5px 'menu';
}

.help_question>div>a:hover {
    background-color: #2c3237;
}

.news_block {
    padding: 8px;
    background-color: #e9e9e9;
    color: #434b52;
    margin-bottom: 8px
}

.news_block>h1,
.news_block>h3 {
    margin-bottom: 5px;
    width: 100%;
    font-size: 14px
}

.news_block>h1>a,
.news_block>h3>a {
    text-decoration: underline;
    margin-bottom: 5px;
    display: block
}

.news_block>h1 span,
.news_block>h3 span {
    font-size: 13px;
    font-weight: normal
}

.news_block>h1 span:nth-child(2),
.news_block>h3 span:nth-child(2) {
    margin-right: 10px
}

.news_block>h1>a:hover,
.news_block>h3>a:hover {
    text-decoration: none
}

.news_block>.tags {
    font-size: 12px;
    margin-top: 10px;
    border-top: 1px dashed #CCC
}

.box-shadow {
    box-shadow: 0 0 5px #CCC
}

.dblock {
    display: block
}

#sum_info {
    font-weight: bold
}

.loader {
    z-index: 99;
    position: fixed;
    top: 10px;
    width: 100%
}

.loader>span {
    display: inline-block;
    background-color: #dbdbdb;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0px;
    position: fixed;
    top: 5px;
    left: 90%;
    transition: 2.8s all cubic-bezier(0.030, 0.615, 0.995, 0.415);
    -o-transition: 2.8s all cubic-bezier(0.030, 0.615, 0.995, 0.415);
    -ms-transition: 2.8s all cubic-bezier(0.030, 0.615, 0.995, 0.415);
    -moz-transition: 2.8s all cubic-bezier(0.030, 0.615, 0.995, 0.415);
    -webkit-transition: 2.8s all cubic-bezier(0.030, 0.615, 0.995, 0.415);
    z-index: 101
}

.loader>span.jmp {
    transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important
}

.loader span.l-1 {
    background-color: #e74c3c;
}

.loader span.l-2 {
    background-color: #e67e22;
}

.loader span.l-3 {
    background-color: #f1c40f;
}

.loader span.l-4 {
    background-color: #2ecc71;
}

.loader span.l-5 {
    background-color: #3498db;
}

.loader span.l-6 {
    background-color: #9b59b6;
}

.loading-info {
    z-index: 3000;
    position: fixed;
    top: 0;
    left: calc(50% - 85px);
    width: 200px;
    color: white;
    background-color: #03aa46;
    text-shadow: 0 0 5px #0d2015;
    text-align: center;
    padding: 5px;
    font-weight: bold;
}
.gooey {
    position: fixed;
    top: 0;
    left: 50%;
    width: 142px;
    height: 40px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 4px 10px #4CAF50;
    filter: contrast(20);
}
.gooey .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  filter: blur(4px);
  background: #000;
  border-radius: 50%;
  transform: translateX(0);
  animation: dot 2.8s infinite;
}
.gooey .dots {
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  animation: dots 2.8s infinite;
}
.gooey .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  filter: blur(4px);
  background: #000;
  border-radius: 50%;
}
@-moz-keyframes dot {
  50% {
    transform: translateX(96px);
  }
}
@-webkit-keyframes dot {
  50% {
    transform: translateX(96px);
  }
}
@-o-keyframes dot {
  50% {
    transform: translateX(96px);
  }
}
@keyframes dot {
  50% {
    transform: translateX(96px);
  }
}
@-moz-keyframes dots {
  50% {
    transform: translateX(-31px);
  }
}
@-webkit-keyframes dots {
  50% {
    transform: translateX(-31px);
  }
}
@-o-keyframes dots {
  50% {
    transform: translateX(-31px);
  }
}
@keyframes dots {
  50% {
    transform: translateX(-31px);
  }
}
.container_load {
    z-index: 3000;
    position: fixed;
    top: 0;
    left: 50%;
    display: -webkit-box;
    justify-content: center;
    align-items: center;
    height: 100vh;
    animation-delay: 1s;
}

.item-1 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #eed968;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
    75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-1:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #eed968;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 200ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.item-2 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #eece68;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
    75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-2:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #eece68;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 400ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.item-3 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #eec368;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
    75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-3:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #eec368;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 600ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.item-4 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #eead68;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
    75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-4:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #eead68;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 800ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.item-5 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #ee8c68;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
    75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-5:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ee8c68;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 1000ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.item-text {
    position: fixed;
    top: 30px;
    width: 12%;
    left: 50%;
    text-align: center;
    color: white;
    background: #3e8741;
    border-radius: 10px;
}
.container_load_1 {
    position: fixed;
    top: 0;
    left: 50%;
    display: flex;
}
.dash {
  margin: 0 15px;
  width: 35px;
  height: 15px;
  border-radius: 8px;
  background: #FF2CBD;
  box-shadow: 0 0 10px 0 #FECDFF;
}

.uno {
  margin-right: -18px;
  transform-origin: center left;
  animation: spin 3s linear infinite;  
}

.dos {
  transform-origin: center right;
  animation: spin2 3s linear infinite;
  animation-delay: .2s;
}

.tres {
  transform-origin: center right;
  animation: spin3 3s linear infinite;
  animation-delay: .3s;
}

.cuatro {
  transform-origin: center right;
  animation: spin4 3s linear infinite;
  animation-delay: .4s;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(360deg);
  }
  30% {
    transform: rotate(370deg);
  }
  35% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin2 {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(-180deg);
  }
  35% {
    transform: rotate(-190deg);
  }
  40% {
    transform: rotate(-180deg);
  }
  78% {
    transform: rotate(-180deg);
  }
  95% {
    transform: rotate(-360deg);
  }
  98% {
    transform: rotate(-370deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

@keyframes spin3 {
  0% {
    transform: rotate(0deg);
  }
  27% {
    transform: rotate(0deg);  
  }
  40% {
    transform: rotate(180deg);
  }
  45% {
    transform: rotate(190deg);
  }
  50% {
    transform: rotate(180deg);
  }
  62% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  80% {
    transform: rotate(370deg);
  }
  85% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin4 {
  0% {
    transform: rotate(0deg);
  }
  38% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(-360deg);
  }
  65% {
    transform: rotate(-370deg);
  }
  75% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.outinfo {
    text-align: center;
    top: 47%;
    position: absolute;
    background-color: #191919;
    padding: 15px;
    font-size: 20px;
    color: #fff;
    border: 2px dashed #ffffff;
    border-left: 0;
    border-right: 0;
    width: 100%
}

.pretext {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word
}

.boost_rating {
    float: right;
    color: #fff;
}

.boost_rating span {
    padding: 4px 8px;
}

.boost_rating i.fa-thumbs-o-up {
    color: #21f329
}

.boost_rating i.fa-thumbs-o-down {
    color: #f32121
}

.aop {
    font: bold 10px Tahoma;
    color: #fff;
    text-align: center;
    padding: 2px 4px;
    margin: 0 4px;
}

.aop.grean {
    background: #00a65a;
}

.aop.info {
    background: #0c6fa4;
}

.aop.yellow {
    background: #f39121;
}

.aop.red {
    background: #f32121;
}

.why .why-cols {
    margin-bottom: 20px;
}

.why .why-cols td {
    width: 33%;
    padding: 5px
}

.why .why-cols img {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 6px;
}

.why .why-col-title {
    font-size: 12px;
    margin-bottom: 3px
}

.why .why-col-text {
    color: #a0aeb9;
    font-size: 11px;
    line-height: 17px;
}

.hide {
    display: none
}

.emoji {
    display: inline-block;
    cursor: pointer;
    background: url(../images/elements/emoji.png) no-repeat 0px 0px;
    height: 16px;
    width: 16px;
    margin: 0 2px 5px 2px;
}

.emoji:hover {
    opacity: 1;
}

.emoji[data-value='emoji_1'] {
    background-position: 0px 0px;
}

.emoji[data-value='emoji_2'] {
    background-position: 0px -17px;
}

.emoji[data-value='emoji_3'] {
    background-position: 0px -34px;
}

.emoji[data-value='emoji_4'] {
    background-position: 0px -51px;
}

.emoji[data-value='emoji_5'] {
    background-position: 0px -68px;
}

.emoji[data-value='emoji_6'] {
    background-position: 0px -85px;
}

.emoji[data-value='emoji_7'] {
    background-position: 0px -102px;
}

.emoji[data-value='emoji_8'] {
    background-position: 0px -119px;
}

.emoji[data-value='emoji_9'] {
    background-position: 0px -136px;
}

.emoji[data-value='emoji_10'] {
    background-position: 0px -153px;
}

.emoji[data-value='emoji_11'] {
    background-position: 0px -170px;
}

.emoji[data-value='emoji_12'] {
    background-position: 0px -187px;
}

.emoji[data-value='emoji_13'] {
    background-position: 0px -204px;
}

.emoji[data-value='emoji_14'] {
    background-position: 0px -221px;
}

.emoji[data-value='emoji_15'] {
    background-position: 0px -238px;
}

.emoji[data-value='emoji_16'] {
    background-position: 0px -255px;
}

.emoji[data-value='emoji_17'] {
    background-position: 0px -272px;
}

.emoji[data-value='emoji_18'] {
    background-position: 0px -289px;
}

.emoji[data-value='emoji_19'] {
    background-position: 0px -306px;
}

.emoji[data-value='emoji_20'] {
    background-position: 0px -323px;
}

.emoji[data-value='emoji_21'] {
    background-position: 0px -340px;
}

.emoji[data-value='emoji_22'] {
    background-position: 0px -357px;
}

.emoji[data-value='emoji_23'] {
    background-position: 0px -374px;
}

.emoji[data-value='emoji_24'] {
    background-position: 0px -391px;
}

.emoji[data-value='emoji_25'] {
    background-position: 0px -408px;
}

.emoji[data-value='emoji_26'] {
    background-position: 0px -425px;
}

.emoji[data-value='emoji_27'] {
    background-position: 0px -442px;
}

.emoji[data-value='emoji_28'] {
    background-position: 0px -459px;
}

.emoji[data-value='emoji_29'] {
    background-position: 1px -476px;
}

.emoji[data-value='emoji_30'] {
    background-position: 1px -493px;
}

.emoji[data-value='emoji_31'] {
    background-position: 2px -510px;
}

.emoji[data-value='emoji_32'] {
    background-position: 2px -527px;
}

table.tarif {
    width: 100%;
    border-collapse: initial;
    border-spacing: 5px 0;
    color: #fff;
    text-transform: uppercase;
}

table.tarif thead {
    font-size: 16px;
}

table.tarif thead th {
    height: 25px;
    line-height: 25px;
    background-color: #272c30;
    font-size: 15px;
    border-bottom: 1px solid #353c42;
    font-weight: normal;
}

table.tarif thead th.gray {
    background-color: #272c30;
}

table.tarif tr {
    color: #a0aeb9;
    font-size: 14px;
    text-transform: none;
}

table.tarif tr:nth-child(1) {
    color: #fff;
    text-transform: uppercase;
}

table.tarif tr:nth-child(odd) {
    background-color: #272c30;
}

table.tarif tr:nth-child(even) {
    background-color: #353c42;
}

table.tarif tr td {
    width: 14%;
    height: 30px;
    font-size: 14px;
    border-bottom: 1px solid #30363c;
    text-align: center;
    vertical-align: middle;
}

table.tarif tr td.gray {
    background-color: #2c3237;
    font-weight: bold;
    color: #fff;
}

table.tarif tr td.price {
    height: 40px;
    background-color: #2c3237;
}

table.tarif tr td .number {
    width: 48%;
    display: block;
    float: left;
    font-size: 25px;
    text-align: right;
    font-weight: bold;
}

table.tarif tr td .coast {
    width: 50%;
    float: right;
    font-size: 11px;
    line-height: 11px;
    margin-top: 5px;
    text-align: left;
    text-transform: none;
}

table.tarif .fa-minus-circle {
    color: #f94747;
}

table.tarif .fa-plus-circle {
    color: #369e3d;
}

.tablink {
    outline: none;
    background-color: #ffffff;
    padding: 10px 15px 10px;
    color: #000;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 2px solid #f94747;
}

/* Style the tab content */
.tabcontent {
    padding-top: 5px;
}

.alert {
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert>p,
.alert>ul {
    margin-bottom: 0;
}

.alert>p+p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}


.alert {
    background-color: #2c3237;
}

.alert .close {
    outline: none;
    text-shadow: none;
    opacity: .8;
}

.alert .close:hover {
    opacity: 1;
    color: inherit;
}

.alert .alert-ico {
    margin-right: 5px;
}

.modal .alert {
    margin-bottom: 0;
}

.alert-red {
    border-color: #f94747;
    color: #f94747;
}

.alert-green {
    border-color: #20c05c;
    color: #20c05c;
}

.alert-blue {
    border-color: #1c8ed7;
    color: #1c8ed7;
}

::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

::-webkit-scrollbar-button {
    background-color: #353c42;
}

::-webkit-scrollbar-track {
    background-color: #353c42;
}

::-webkit-scrollbar-track-piece {
    background-color: #f94747;
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #353c42;
    border-radius: 3px;
}

::-webkit-scrollbar-corner {
    background-color: #353c42;
}
}

::-webkit-resizer {
    background-color: #353c42;
}

.logo_adm {
    width: 24%;
    text-align: center;
    float: left;
    font: 30px/50px 'logo';
    outline: 0;
    color: black;
    background: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    height: 50px;
}
.logo_adm:hover{background: #f1f1f1;}
.logo_adm:focus {
    background: #e2e2e2;
    color: black;
    border: 1px solid #ffffff;
}

.static__bsp {
    width: 100%;
    border-bottom: 1px solid #B8B8B9;
}

.online__users {
    margin-top: 10px;
    border-bottom: 1px solid #B8B8B9;
    padding: 0px 0px 10px 20px;
}

.dark_mlist {
    padding: 10px;
    background: #fcfcfc;
    border-radius: 5px;
}

.profile-card {
    width: 100%;
    min-height: 460px;
    margin: auto;
    box-shadow: 0px 8px 60px -10px rgba(13, 28, 39, 0.6);
    background: #fff;
    color: #ffffff94;
    border-radius: 12px;
    position: relative;
}

.profile-card__news_name {
    font-weight: 700;
    font-size: 30px;
    padding: 15px 40px;
    background-color: #fff;
    cursor: pointer;
    backface-visibility: hidden;
    transition: all .3s;
}

.profile-card__news_name_card {
    margin: auto;
    background: #fff;
    color: black;
    position: relative;
}

.profile-card__txt {
    font-size: 18px;
    font-weight: 500;
    color: #586a77;
    margin-bottom: 15px;
}

.profile-card-inf__title {
    font-weight: 700;
    font-size: 27px;
    color: #736f6f;
}

.profile-card-inf__txt {
    font-weight: 500;
    margin-top: 7px;
    color: #9e9e9e;
}

.profile-card-social__item {
    display: inline-flex;
    width: 55px;
    height: 55px;
    margin: 15px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: radial-gradient(#e4e4e4, transparent);
    color: #000;
    #box-shadow: 0px 7px 30px;
    rgba(43, 98, 169, 0.5): ;
    position: relative;
    font-size: 21px;
    flex-shrink: 0;
    transition: all .3s;
}

.profile-card__theme_name {
    font-weight: 700;
    font-size: 30px;
    padding: 15px 40px;
    background-color: #f2f2f2;
    cursor: pointer;
    backface-visibility: hidden;
    transition: all .3s;
}
.profile-card__themes_name_card {
    margin: auto;
    background: #fff;
    position: relative;
    color: #000000
}

.svniz::after {
    border: medium solid transparent;
    content: "";
    top: 100%;
    left: 50%;
    position: absolute;
    height: 0;
    width: 0;
    border-color: #fff rgba(0, 150, 136, 0) rgba(255, 212, 52, 0);
    border-width: 10px;
    margin-left: -10px;
}
#online-chart .highcharts-background {
    fill: #161a1d00;
}

#online-chart .highcharts-tooltip-box {
    fill: #c33;
}

#online-chart .highcharts-tooltip text {
    fill: #f94747 !important;
}
.dark_mode {
    margin-top: -15px;
    background: #ffffff00;
    font-size: 30px;
}
.table_pad_1 th {
    padding: 5px;
    border-bottom: 1px solid #fffbfb;
    background-color: #daf3ff;
    color: #000000;
    font-weight: normal;
}
.table_pad_1 td {
    padding: 10px;
    border-bottom: 1px solid #d3d3d3;
    background-image: linear-gradient(to bottom, #ffffff 0%,#ebebeb 100%);
}
.profile-card-form {
    box-shadow: 0 4px 30px rgba(15, 22, 56, 0.35);
    margin-right: auto;
    width: auto;
    height: auto;
    background: #fff;
    border-radius: 15px;
    padding: 15px;
}
.help_data {
    background: #fff;
    border: 1px solid rgba(196, 196, 196, 0.47);
    padding: 10px;
    color: #555;
    font-size: 12px;
    z-index: 0;
    display: block;
    font-family: 'Exo 2', sans-serif;
    font-style: italic;
    font-weight: 300;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    word-wrap: break-word;
}
.modal-footer .btn {
    padding: 6px 8px;
    outline: 0;
    text-decoration: none;
    color: #000;
}
.admins{
    background: #fb5e60;
    color: white;
    padding: 2px;
    border-radius: 10px;
}

[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


/* Фиксируем позицию body, которую меняет панель гугла */

body {
  top: 0 !important;
}
.skiptranslate {
  display: none;
  height: 0;
}
.language__img {
  cursor: pointer;
}

.skiptranslate {
  display: none;
  height: 0;
}
.language__img {
  cursor: pointer;
}


/* Прячем панель гугла */

.skiptranslate {
    display: none !important;
    position: initial !important;
    min-height: 100% !important;
    top: 40px !important;
}

/* Убираем подсветку ссылок */

.goog-text-highlight {
    background-color: inherit;
    box-shadow: none;
    box-sizing: inherit;
}

/* language */

.language {
    display: flex;
    align-items: center;
    position: relative;
    flex-flow: wrap;
    justify-content: space-between;
}

.language__img {
    cursor: pointer;
    opacity: .5;
    display: flex;
    align-items: center;
    margin-right: 8px;
}


/* Стили для демонстрации */

.langsItem {
    width: 116px;
    position: relative;
    display: flex;
    vertical-align: top;
    margin: 8px;
    padding: 8px;
    box-shadow: 0 1px 2px 0px rgb(137 137 137 / 75%);
    border-radius: 4px;
    color: #525252;
    line-height: 16px;
    font-weight: 600;
    letter-spacing: -1px;
    text-decoration: none;
    background: #fff;
    cursor: pointer;
    opacity: .5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    transition: box-shadow .1s linear,color .1s linear;
}

.langsItem:hover, .langsItem img, .language__img_active {
    opacity: 1;
    background: #f3f4f8;
}
#app {
	top: 0 !important;
}