/* CSS Reset */
/*html, body, div, span, applet, object, iframe,*/
/*h1, h2, h3, h4, h5, h6, p, blockquote, pre,*/
/*a, abbr, acronym, address, big, cite, code,*/
/*del, dfn, em, img, ins, kbd, q, s, samp,*/
/*small, strike, strong, sub, sup, tt, var,*/
/*u, i, center,*/
/*dl, dt, dd, ol, ul, li,*/
/*fieldset, form, label, legend,*/
/*table, caption, tbody, tfoot, thead, tr, th, td,*/
/*article, aside, canvas, details, embed,*/
/*figure, figcaption, footer, header, hgroup,*/
/*menu, nav, output, ruby, section, summary,*/
/*time, mark, audio, video, p*/

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size:100%;
    font-weight:normal;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

/*ol, ul {*/
/*list-style: none;*/
/*}*/

/* End of CSS Reset */

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #ffffff80;
    font-weight: bold;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 0px;
    line-height: 2.12857143;
    vertical-align: top;
    border-top: 1px solid #ffffff3d;
}

.fs-content table {
    width:100%;
    table-layout: fixed;
}

.fs-content table th,
.fs-content table td {
    padding: 0.5em 2em;
    max-width:50%;
}

.fs-content table tr {
    vertical-align: top;
}

.fs-content table td#better {
    background-color: #EFFBEF;
}
.fs-content table td#worse {
    background-color: #FBF2EF;
}

.fs-content .super_message {
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    margin: 1% 11% 2% 11%
}

.fs-content .fs-about {
    line-height: 33px;
    text-align: left;
    font-size: 18px !important;
    font-weight: 400;
}


.fs-about .fs-how-it-works {
    line-height: 12px;
}

.fs-about .fs-title {
    font-size: 28px !important;
    font-weight: 600;
    vertical-align: top;
}

.fs-about .fs-title2 {
    font-size: 18px !important;
    font-weight: 600;
}

main.inner .realm-info {
    width: 85%;
    height: 100%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
}

main.inner .realm-info td.about {
    width: 60%;
    max-width: 60%;
    font-size: 27px;
    font-weight: 300;
    vertical-align: top;
    padding-right: 30px;
}

main.inner .instances {
     width: 85%;
     height: 100%;
     overflow: hidden;
     margin-left: auto;
     margin-right: auto;
     padding-bottom: 70px;
 }

main.inner .instances td {
    padding: 7px 25px 0 0px;
}

main.inner .instances .stat {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

main.inner .instances .name {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    color: #d6e9fe;
}

main.inner .instances img {
    width: 100%;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
}

main.inner .realm-info img {
    max-width: 450px;
    margin: 0 30px 0 0;
    box-shadow: 10px 10px 15px rgba(0,0,0,0.7);
}


main.inner .realm-info img.left {
    float: left;
    margin: 0 30px 0 0;
}

main.inner .realm-info img.right {
    float: right;
    margin: 0 18px 0 30px;
}


main.inner img .middle {
    margin: 10px 10px 10px 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
}

main.inner h3 {
    font-weight: 800;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #d6e9fe;
}

main.inner h3 b {
    font-family: Arial, Helvetica, sans-serif;
    display: inline;
}

.spoiler-head {
    color: #6eb4ff;
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 10px;
    cursor: pointer;
}

.spoiler-body {
    display: none;
    font-size: 22px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    margin-top: -20px;
    display: none;
    position: absolute;
    background-color: #30323e;
    min-width: 220px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown .about-realms {
	min-width: 180px;
}

.dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    margin-right: 0px !important;
}

.arrow {
    border: solid;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 2px;
    margin: 0px 0px 3px 4px;

    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.dropdown-content a:hover {background-color: #525461;}

.dropdown:hover .dropdown-content {display: block;}

.maintentnce-global-message {
    background: #cc5353;
    padding: 25px 25px 25px 45px;
    color: #fff;
}

.maintentnce-global-message .large {
    font-weight: 700;
    font-size: 28px;
    padding-bottom: 5px;
}

.maintentnce-global-message a {
    text-decoration: underline;
    color: #fff;
}

.corner-image {
    position:fixed;
    bottom:0;
    right:0;
    z-index:9999;
}

.swal2-title {
    font-weight: 400;
}

.grecaptcha-badge{
    visibility: collapse !important;
}

.text-center {
  text-align: center !important;
}

.center {
    text-align: center;
}

.beta {
    color: red !important;
    font-weight: 500 !important;
}

.dev {
    width: 100%;
    height: 90px;
    font-weight: 400;
    background-color: #c75050;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.dev_inner {
    padding: 20px;
    font-size: 20px;
    color: #fff;
}

.dev_inner a {
    font-size: 20px;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: underline;
}

.modal-open {
    padding-right: 0px !important;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.modal_close {
    color: #757A81;
    border-bottom: 1px dashed #757A81;
    margin-bottom: 30px;
    cursor: pointer;
    text-decoration: none;

}

.modal_close:hover {
    color: #3A3A3A;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    display: inline;
}

.modal-content-fs {
    max-width: 550px;
    width: 100%;
    min-height: 355px;
    background: #fff;
    border-radius: 7px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 999999;
    box-sizing: border-box;
    text-align: center;
    color: #383E47;
    border: 2px solid #e6e6e6;
}

.modal-content {
    max-width: 550px;
    width: 100%;
    min-height: 290px;
    background: #fff;
    border-radius: 7px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 999999;
    box-sizing: border-box;
    text-align: center;
    color: #383E47;
    border: 2px solid #e6e6e6;
}

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.popup-text {
    display: block;
    font-family: Arial, Arial, Helvetica, sans-serif !important;
    letter-spacing: .01em;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #434448;
    text-align: center;
    margin-bottom: 26px;
    padding: 0 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal_text {
    display: block;
    font-family: Arial, Arial, Helvetica, sans-serif !important;
    letter-spacing: .01em;
    font-weight: 400;
    font-size: 26px;
    line-height: 38px;
    color: #434448;
    text-align: center;
    margin-top: 36px;
    margin-bottom: 12px;
    padding: 0 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal_text-small {
    font-family: Arial, Arial, Helvetica, sans-serif !important;
    letter-spacing: .01em;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #434448;
    text-align: center;
    margin-bottom: 26px;
    padding: 0 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal_button {
    background-color: #5478A2;
    border: none;
    color: white;
    padding: 17px 36px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 35px;
    transition: all 0.3s ease 0s;

}

.modal_button:hover {
    background-color: #5D85B2;
    color: white;
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
    text-decoration: none;
}

.modal_button:visited {
    color: white;
    text-decoration: none !important;
}

.modal_button.focus,
.modal_button:focus {
    color: #fff;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.close_button {
    width: 12px;
    height: 12px;
    position: absolute !important;
    right: 15px;
    top: 15px;
    line-height: .5 !important;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

/* old */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

body {
    font-size: 15px;
    line-height: 1.2;
    font-family: 'Raleway', sans-serif;
    -webkit-font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum";
    font-feature-settings: "lnum";

    font-weight: 400;
    color: #b7c9dd;
    background: #080a0f;
    overflow-x: hidden;
}

img {
    border: none;
}

.status {
    font-size: 18px;
}

/* h1, h2, h3, h4, h5, h6 { */
/* font-family: 'Raleway'; */
/* margin: 0; */
/* margin-bottom: 10px; */
/* line-height: 1; */
/* color: white; */
/* font-weight: 900; */
/* } */
/* h1 { font-size: 60px;  */
/* color: transparent; */
/* background: linear-gradient(to bottom, #fff, #b6daff); */
/* -webkit-background-clip: text; */
/* -moz-background-clip: text;     */
/* -ms-background-clip: text; */
/* -o-background-clip: text; */
/* background-clip: text; */
/* } */

/* h3 { font-size: 30px; } */
/* h4 { font-size: 24px; } */

/* todooo */
.no-translate {
    color: #b82a2a;
    font-weight: 800;
    font-size: 40px;
    text-align: center;
}

main.inner .txt-content table {
    border-collapse: collapse;
}

main.inner .txt-content div.image {
    display: inline-block;
    width: 50%;
}

main.inner .txt-content div.image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    padding: 10px;
}

main.inner .txt-content .big-table td {
    border: 1px solid #b7c9dd;
    padding: 12px;
}

main.inner .txt-content .txt-year {
    margin-bottom: 12px;
    font-size: 48px;
    color: #d6e9fe;
    line-height: 1;
    font-weight: 900;
}

/*main.inner .text-head a {*/
    /*font-weight: 800;*/
    /*font-size: 30px;*/
    /*text-transform: uppercase;*/
    /*margin-bottom: 10px;*/
    /*color: #6eb4ff;*/
/*}*/

main.inner .txt-content .news-title a {
    color: #6eb4ff;
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;
}

main.inner .txt-content .subnews {
    font-size: 12px;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

main.inner .txt-content ul, ol {
    display: block;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

main.inner .txt-content .greencheck ul {
    display: block;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-end: 30px;
    padding-inline-start: 30px;
}

main.inner .txt-content .greencheck ul li:before {
    content:'\2714';
    display:inline-block;
    color:green;
    padding:0 6px 0 0;
}

main.inner .txt-content .greencheck ul li{
    list-style-type:none;
    line-height: 140%;
    font-size:1em;
}

main.inner .txt-content li {
    margin-bottom: 4px;
}

main.inner .txt-content {
    position: relative;
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 400;
    border-radius: 5px;
    background: #141623;
    min-height: 400px;
    padding: 20px;
}

main.inner .txt-content a {
    text-decoration: none;
    color: #6eb4ff;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    font-weight: 500;
    text-shadow: 0 1px 0 black;
    display: inline;
}

.left a {
    color: #d8eafe;
    text-transform: uppercase;
    font-size: 18px;
    text-align: left;
    font-weight: 500;
    margin-right: 20px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.dropdown-content a {
    text-decoration: none;
    font-size: 15px;
    line-height: 1.2;
    color: #b7c9dd;

}
.right a {
    color: #d8eafe;
    text-transform: uppercase;
    font-size: 18px;
    text-align: left;
    font-weight: 800;
    margin-left: 80px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.right a:hover {
    color: #fff;
}

.left a:hover {
    color: #fff;
}

.about-text a:hover {
    color: #fff;
}

.content a:hover {
    color: #fff;
}

.content a {
    font-weight: 500 !important;
    font-size: 18px !important;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.about-text p {
    font-size: 21.2px;
    font-weight: 500;
    color: #bce7ff;
    text-shadow: 0 1px 0 black;
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
}

.about-text h1 {
    font-size: 21.3px;
    font-weight: 500;
    color: #bce7ff;
    text-shadow: 0 1px 0 black;
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
}

.about-text a {
    text-decoration: none;
    color: #6eb4ff;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    font-size: 22.1px;
    font-weight: 500;
    text-shadow: 0 1px 0 black;
    display: inline;
}

main .news .item .content .txt h4 a {
    text-decoration: underline;
    font-size: 15px !important;
}

main .news .item .content .txt h4 {
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;
  max-width: 400px;
  min-height: 126px;
  /*height: 26*1.4*3; !* 108.3px *!*/
  margin: 0 auto;
  line-height: 1.4;
  -webkit-line-clamp:6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

a.see-more {
    display: inline-block;
    color: #2c6eb5;
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 800 !important;
    font-size: 18px !important;
}

a.see-more-special {
    display: inline-block;
    color: #2bb530;
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 800 !important;
    font-size: 18px !important;
}

a.see-more:hover {
    color: #82bbfb;
    background: rgba(0, 0, 0, 1);
}

.input-group {
    margin-bottom: 3%;
    text-align: center;
}

input, select, button {
    outline: none;
    vertical-align: middle;
    background-color: #fff;
    background: linear-gradient(to bottom, #dddddd, #f3f3f3);
    color: #000;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    border-right: none;
    border-left: none;
    box-shadow: 0 3px 0 black;
    padding: 10px;
    font-size: 30px;
    font-weight: 800;
    font-family: "Raleway";
    border-radius: 15px;
    text-align: left;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    margin: 10px 0;
    text-align: center;
}

select {
    font-size: 28px;
}

select.small {
    font-size: 14px;
}

input, textarea, button {
    width: 47%;
    background-color: #fff;
    background: linear-gradient(to bottom, #dddddd, #f3f3f3);
    color: #000;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    border-right: none;
    border-left: none;
    box-shadow: 0 3px 0 black;
    padding: 10px;
    font-size: 30px;
    font-weight: 800;
    font-family: "Raleway";
    border-radius: 15px;
    text-align: left;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    margin: 10px 0;
    text-align: center;
}

.btn-armory {
     background: #2c6eb5;
     color: white;
     text-shadow: 0 1px 0 black;
     border: none;
     font-weight: 600;
     text-transform: uppercase;
     cursor: pointer;
     width: auto;
     font-size: 28px;
 }

.btn-armory-small {
    background: #2c6eb5;
    color: white;
    text-shadow: 0 1px 0 black;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    width: auto;
    font-size: 16px;
}

.btn-submit {
    background: #2c6eb5;
    color: white;
    text-shadow: 0 1px 0 black;
    border: none;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    width: auto;
}

.btn-submit-selected {
    background: #229988;
}

.btn-submit:hover {
    transform: scale(1.05);
    letter-spacing: 1px;
}

.btn-small {
    font-size: 14px;
    font-weight: 600;
}

/*=====PAGE STYLES=====*/
.container {
    position: relative;
    width: 1240px;
    margin: auto;
}

header {
    position: relative;
    width: 100%;
    height: 1195px; /*1275*/
    background: url('../images/bg-header-index.jpg') top center no-repeat;
}

header.inner {
    height: 1080px;
    background: url('../images/bg-header-inner.jpg') top center no-repeat;
}

header nav .left, header nav .right {
    display: inline-block;
    line-height: 80px;
    vertical-align: middle;
    width: 49%;
    font-size: 18px;
}

header nav a {
    color: transparent;
    /*background: linear-gradient(to top, #fff, #b6daff);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    background-clip: text;*/
    color: #d8eafe;
    text-transform: uppercase;
}

header nav a img {
    vertical-align: middle;
    opacity: 0.7;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

header nav a:hover img, header nav a.active img {
    opacity: 1;
}

header nav .left {
    float: left;
    text-align: left;
    font-weight: 800;
}

header nav .left a {
    margin-right: 12px;
}

header nav .right {
    float: right;
    text-align: right;
    font-weight: 900;
}

header nav .right a {
    margin-left: 20px;
}

header nav .right a.lang {
    margin-left: 0px;
}

header nav .right a.register {
    margin-left: 85px;
}

header .logo, header .server-about, header .startgame, header .realms {
    position: relative;
    display: block;
    width: 33.3333%;
    text-align: center;
    float: left;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

header .logo {
    height: 275px;
    background: url('../images/logo.png') top center no-repeat;
}

header .logo:hover {
    filter: brightness(120%);
    transform: scale(0.95);
}

header .logo > a {
    display: block;
    width: 399px;
    height: 271px;
}

header .server-about {
    /* font-size: 20.5px; */
    /* font-weight: 500; */
    /* color: #bce7ff; */
    /* text-shadow: 0 1px 0 black; */
    /* background: url('../images/bg-server-about.png') top center no-repeat; */
    /* background-size: cover; */
}

header .about-text {
    background: url('../images/bg-server-about.png') top center no-repeat;
    background-size: cover;
    min-height: 160px;
}

header .startgame {
    margin-top: 15px;
}

header.inner .startgame {
    margin-top: 0;
}

.txt-content h2 {
    font-size: 35px;
    text-transform: uppercase;
    color: transparent;
    background: linear-gradient(to bottom, #fff, #b6daff);
    -webkit-background-clip: text;
}

header .startgame > a {
    display: block;
    width: 368px;
    height: 112px;
    line-height: 112px;
    margin: auto;
    background: url('../images/startgame-btn.png') center center no-repeat;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 1px 0 black;
}

header .startgame > a:hover {
    filter: brightness(130%);
    transform: scale(0.95);
}

header.inner .realms {
    margin-top: 60px;
}

header .realms.r1 {
    background: url('../images/bg-realms.png') bottom center no-repeat;
    height: 233px;
}

header .realms.r2 {
    background: url('../images/bg-realms-2.png') bottom center no-repeat;
    height: 233px;
}

header .realms .status {
    margin-top: 18px;
    font-size: 18px;
    font-weight: 800;
    color: #82bbfb;
    display: inline-block;
    float: left;
    padding-top: 60px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

header .realms .status_message {
    margin-bottom: 13px;

    font-size: 12px;
    font-weight: 600;
    color: #82bbfb;
    display: inline-block;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

header .realms .status_message.online {
    color: #49cd59;
}

header .realms .status_message.offline {
    color: #b14249;
}

header .realms .status:hover {
    filter: brightness(120%);
    transform: scale(1.1);
}

header .realms.r1 .status {
    width: 100%;
}

header .realms.r2 .status {
    width: 50%;
}


header .realms .online_num {
    margin: 5px 0 7px 0;
    line-height: 1;
    font-weight: 900;
    font-size: 48px;
    text-transform: uppercase;
    color: transparent;
    background: linear-gradient(to bottom, #fff, #b6daff);
    -webkit-background-clip: text;
}

header .realms .status.online {
    background: url('../images/ico-online.png') top center no-repeat;
}

header .realms .status.offline {
    background: url('../images/ico-offline.png') top center no-repeat;
}

header .social {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 0 15px;
    bottom: -85px;
    right: 0;
    opacity: 0.7;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    z-index: 11;
}

header .social {
    bottom: -85px;
}

header .social:hover {
    opacity: 1;
}

header .social a {
    display: block;
    margin: 15px 0;
    text-align: center;
}

header .social a:hover {
    animation: blinking 1s infinite linear;
}

main {
    position: relative;
    margin-top: -260px;
    z-index: 10;
}

main.inner {
    margin-top: -330px;
}

main .head {
    margin: 8px;
}

main .head-second {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: -14px;
	color: #2bb530;
}

main .head a.see-more {
    background-repeat: no-repeat;
    background-position: 10px 50%;
    font-size: 14px;
    padding: 10px;
}

main .head a.see-more:hover {
    background-position: 13px 50%;
}

main .news .item {
    position: relative;
    width: 25%;
    float: left;
    padding: 10px;
    display: none;
}

main.inner .news .item {
    width: 33%;
}

main .news .item.show, main .news .item:nth-child(-n+9) {
    display: inline-block;
}

main .news .item .content {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 5px;
    background: #141623;
    min-height: 200px;
    overflow: hidden;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

main .news .item .content:hover {
    transform: scale(1.05);
}

main.inner .news .item .content {
    text-align: center;
    padding: 20px 15px 40px 15px;
    font-size: 18px;
}

main.inner .news .item .content a {
    text-decoration: underline;
    /*font-weight: 700;*/
    color: #d6e9fe;
}

main.inner .news .item .content a.see-more {
    margin-top: 10px;
    color: #6eb4ff;
    font-size: 14px !important;
    text-decoration: none;
}

main.inner .news .item .content a.see-more:hover {
    background: black;
    color: #fff;
}

main.inner .news .item .content i {
    color: white;
    font-style: normal;
}

main.inner .news .item .content a:hover {
    text-decoration: none;
}

main.inner .news .item .content p {
    color: #6eb4ff;
    font-weight: 800;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

main .news .item .content .pic {
    width: 300px;
    height: 180px;
    overflow: hidden;
}

main .news .item .content .pic img {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

main .news .item:hover .content .pic img {
    transform: scale(1.1);
}

main .news .item .content .txt {
    padding: 16px;
}

main .news .item .content .txt h3 {
    display: block;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 17px;
    margin-bottom: 7px;
    display: -webkit-box;
    max-width: 400px;
    /*height: 109; !* 108.3px *!*/
    line-height: 1.4;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #6eb4ff;
}

main .news .item .content .txt h3:hover {
    color: #fff;
}

main .txt-big {
    font-weight: 800;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #d6e9fe;
}

main .txt-content h4 {
    font-weight: 800;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #d6e9fe;
}

main .txt-big-start {
    font-weight: 800;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #6eb4ff;
}

main .news .item .content .txt .infos {
    border-top: 1px solid #2a2b37;
    margin-top: 20px;
    padding-top: 10px;
}

main .news .item .content .txt .infos span {
    color: #446c8b;
    font-size: 12px;
    line-height: 34px;
}

main .news .item .content .txt .infos a.see-more {
    font-size: 14px !important;
    float: right;
}

main .show-more-news, main .hide-more-news {
    margin-top: 30px;
    padding-top: 10px;
    border-top: 1px solid rgb(101 104 125 / 50%);
    width: 100%;
    text-align: center;
    display: block;
    color: #45454f;
    font-size: 22px;
    text-transform: uppercase;
}

main .show-more-news:hover, main .hide-more-news:hover {
    letter-spacing: 3px;
}

main .show-more-news img {
    vertical-align: middle;
}

footer {
    position: relative;
    margin-top: -315px;
    padding-top: 367px;
    width: 100%;
    height: 710px;
    z-index: 9;
    background: url('../images/bg-footer.jpg') bottom center no-repeat;
}

footer .buttons {
    position: relative;
    height: 215px;
    background: url('../images/bg-buttons.png') top center no-repeat;
}

footer .buttons:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 1240px;
    height: 215px;
    background: url('../images/bg-buttons-overlay.png') top center no-repeat;
    content: '';
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

footer:hover .buttons:after {
    opacity: 0;
    visibility: hidden;
}

footer .buttons a {
    display: inline-block;
    float: left;
    width: 16.6666%;
    padding: 20px;
    text-align: center;
    color: #c0bfe6;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 0 1px 0 black;
}

footer .buttons a:hover {
    color: white;
}

footer .buttons a img {
    display: block;
    margin: 7px auto;
}

footer .buttons a:hover img {
    animation: blinking 1s infinite linear;
}

footer .copy {
    margin-top: 45px;
    opacity: 0.5;
    font-size: 14px;
    color: #6c7278;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

footer .copy:hover {
    opacity: 1;
}

footer .copy .side {
    line-height: 1.6;
    display: inline-block;
    width: 50%;
    float: left;
    text-align: center;
}

footer .copy .side b, footer .copy .side a {
    color: #c0bfe6;
}

.preloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    text-align: center;
    background-color: #000;
}

.preloader-image {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -55px 0 0 -55px;
    width: 110px;
    height: 110px;
    background-image: url(../favicons/favicon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 110px 110px;
    animation: blinking 1s infinite linear;
}

@keyframes preloading {
    0% {
        background-image: url('../images/animation/1.png');
    }
    5% {
        background-image: url('../images/animation/2.png');
    }
    10% {
        background-image: url('../images/animation/3.png');
    }
    15% {
        background-image: url('../images/animation/4.png');
    }
    20% {
        background-image: url('../images/animation/5.png');
    }
    25% {
        background-image: url('../images/animation/6.png');
    }
    30% {
        background-image: url('../images/animation/7.png');
    }
    35% {
        background-image: url('../images/animation/8.png');
    }
    40% {
        background-image: url('../images/animation/9.png');
    }
    45% {
        background-image: url('../images/animation/10.png');
    }
    50% {
        background-image: url('../images/animation/11.png');
    }
    55% {
        background-image: url('../images/animation/12.png');
    }
    60% {
        background-image: url('../images/animation/13.png');
    }
    65% {
        background-image: url('../images/animation/14.png');
    }
    70% {
        background-image: url('../images/animation/15.png');
    }
    75% {
        background-image: url('../images/animation/16.png');
    }
    80% {
        background-image: url('../images/animation/17.png');
    }
    85% {
        background-image: url('../images/animation/18.png');
    }
    90% {
        background-image: url('../images/animation/19.png');
    }
    95% {
        background-image: url('../images/animation/20.png');
    }
}

.preload-anim {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    animation: preloading 2000ms infinite linear;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99990;
}

@keyframes blinking {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        filter: brightness(120%);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

.head h1 {
    font-family: 'Raleway';
    margin: 0;
    margin-bottom: 10px;
    line-height: 1;
    color: white;
    font-weight: 900;

    font-size: 48px;
    text-transform: uppercase;
    color: transparent;
    background: linear-gradient(to bottom, #fff, #b6daff);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    background-clip: text;
    margin-right: 20px;
    display: inline-block;
}

h2 {
    margin-bottom: 10px;
    line-height: 1;
    font-weight: 900;
    font-size: 48px;
    text-transform: uppercase;
    color: transparent;
    background: linear-gradient(to bottom, #fff, #b6daff);
    -webkit-background-clip: text;
    margin-right: 20px;
    display: inline-block;
}
.bold-text {
    margin: 0;
    margin-bottom: 10px;
    line-height: 1;
    color: white;
    font-weight: 900;
    font-size: 48px;
    color: transparent;
    color: #d6e9fe;
}

#fs_compare table {
    width: 100%;
    border-top: 1px solid;
    border-left: 1px solid;
    border-collapse: collapse;
    margin-bottom: 1em;
    font-weight: 600;
}
#fs_compare table th,
#fs_compare table td {
    padding: 0.5em 1em;
    border-bottom: 1px solid;
    border-right: 1px solid;
}
#fs_compare table thead th,
#fs_compare table tbody td {
    text-align: center;
}
#fs_compare table thead th {
    padding: 1em;
}

#fs_compare table td#better {
    background-color: #142b11;
}
#fs_compare table td#worse {
    background-color: #2b1411;
}

#fs_compare .super_message {
    font-size: 20px;
    text-align: center;
    padding: 15px 15px 25px 15px;
}

.txt-content h2{padding-top:20px}



.footer .left_text {
    height: 242px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer .mails,
.footer .copirate {
    font-size: 14px;
    color: rgba(108, 114, 120, 0.4);
    margin-bottom: 10px;
}
.footer .mails a,
.footer .copirate a {
    color: rgba(139, 143, 180, 0.4);
    font-weight: bold;
    transition: color 0.3s;
}
.footer .mails a:hover,
.footer .copirate a:hover {
    color: #8b8fb4;
}
.footer .links {
    color: rgba(108, 114, 120, 0.4);
    font-size: 14px;
    font-weight: bold;
}
.footer .links a {
    color: rgba(108, 114, 120, 0.4);
    font-size: 14px;
    font-weight: bold;
    transition: color 0.3s;
}
.footer .links a:hover {
    color: #6c7278;
}
.footer .right_text {
    height: 242px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.table-text-c {
    font-size: 18px;
}

.green {
    color: #008000;
}

.raceclass-icons img {
    width: 25px;
    border-radius: 50%;
    display:inline !important;
}

.text-small {
    font-size: 12px;
}

.row-padding {
    padding:  6px;
}

.legendary-item {
    margin-right: 15px;
    margin-left: 15px;
}

.legendary-items ul {
    padding-top: 22px;
}

.separator {
    width: 95%;
    height: 1px;
    margin: 50px auto 50px;
    background-color: #292c3f; 
    padding-bottom: 2px;
}

@font-face {
    font-family: 'Raleway';
    src: url('/templates/fonts/Raleway-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
}

header .realms.r3 {
    background: none;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 25px;
    width: 420px;
    margin-left: auto;
    margin-right: auto;
}

header .realms.r3 .status {
    border-radius: 8px;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    margin: 0;
    transition: all 0.3s ease;
    min-height: 50px;
}

header .realms.r3 .status.online {
    background: url('../images/ico-online.png') 10px center no-repeat;
    background-size: 52px 52px;
}

header .realms.r3 .status.offline {
    background: url('../images/ico-offline.png') 10px center no-repeat;
    background-size: 42px 42px;
}

header .realms.r3 .icon-space {
    width: 40px;
    flex-shrink: 0;
}

header .realms.r3 .realm-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 1px;
    text-align: left;
    margin-left: 25px;
}

header .realms.r3 .realm-name {
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    display: -webkit-box;
    line-height: 1.2;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #82bbfb;
}

header .realms.r3 .realm-text {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

header .realms.r3 .status.online .realm-text {
    color: #20cc18;
}

header .realms.r3 .status.offline .realm-text {
    color: #b14249;
}

header .realms.r3 .see-more {
    display: inline-block;
    color: #2c6eb5;
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 800 !important;
    font-size: 16px !important;
}

header .realms.r3 .see-more:hover {
    color: #82bbfb;
    border-color: rgba(130, 187, 251, 0.5);
    background: rgba(0, 0, 0, 0.8);
}

/** fire **/
header .realms.r3 .status.fire {
    background: url('../images/ico-fire.png') 10px center no-repeat;
    background-size: 52px 52px;
    position: relative;
}

/* Анимация пульсации */
/* Статус fire с SVG иконкой */
header .realms .status.fire {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ff4500"><path d="M13.5.67s.74 2.65.74 4.8c0 2.06-1.35 3.73-3.41 3.73-2.07 0-3.63-1.67-3.63-3.73l.03-.36C5.21 7.51 4 10.62 4 14c0 4.42 3.58 8 8 8s8-3.58 8-8C20 8.61 17.41 3.8 13.5.67z"/></svg>');
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}

header .realms.r3 .status.fire {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ff4500"><path d="M13.5.67s.74 2.65.74 4.8c0 2.06-1.35 3.73-3.41 3.73-2.07 0-3.63-1.67-3.63-3.73l.03-.36C5.21 7.51 4 10.62 4 14c0 4.42 3.58 8 8 8s8-3.58 8-8C20 8.61 17.41 3.8 13.5.67z"/></svg>');
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 52px 52px;
    position: relative;
}

/* Анимация пульсации */
/* Статус fire с более яркими цветами */
header .realms .status.fire {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ff1744"><path d="M13.5.67s.74 2.65.74 4.8c0 2.06-1.35 3.73-3.41 3.73-2.07 0-3.63-1.67-3.63-3.73l.03-.36C5.21 7.51 4 10.62 4 14c0 4.42 3.58 8 8 8s8-3.58 8-8C20 8.61 17.41 3.8 13.5.67z"/></svg>');
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}

header .realms.r3 .status.fire {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ff1744"><path d="M13.5.67s.74 2.65.74 4.8c0 2.06-1.35 3.73-3.41 3.73-2.07 0-3.63-1.67-3.63-3.73l.03-.36C5.21 7.51 4 10.62 4 14c0 4.42 3.58 8 8 8s8-3.58 8-8C20 8.61 17.41 3.8 13.5.67z"/></svg>');
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 52px 52px;
    position: relative;
}

/* Анимация пульсации с новыми цветами */
.status.fire {
    animation: fire-pulse 2s infinite ease-in-out;
}

@keyframes fire-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 23, 68, 0.8);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 0 12px rgba(255, 23, 68, 0);
        transform: scale(1.06);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 23, 68, 0);
        transform: scale(1);
    }
}

/* Эффект градиента с новыми цветами */
.status.fire::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: inherit;
    background: linear-gradient(45deg, #ff1744, #ff6b35, #e91e63, #ff1744);
    background-size: 400% 400%;
    animation: fire-gradient 2.5s ease infinite;
    z-index: -1;
    opacity: 0.4;
}

@keyframes fire-gradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Стили текста с новыми цветами */
.status.fire .realm-name {
    color: #ffffff !important;
    font-weight: 800 !important;
    text-shadow: 0 0 15px rgba(255, 64, 129, 0.6);
}

.status.fire .realm-text {
    color: #ffffff !important;
    font-weight: 700 !important;
    text-shadow: 0 0 10px rgba(255, 128, 171, 0.4);
}

/* Стилизация кнопки see-more для fire статуса */
.status.fire .see-more {
    background: linear-gradient(135deg, #ff1744, #e91e63) !important;
    color: #fff !important;
    border: 2px solid #ff4081 !important;
    box-shadow: 0 0 20px rgba(255, 23, 68, 0.4);
    animation: fire-button-glow 3s ease-in-out infinite;
}

@keyframes fire-button-glow {
    0%, 100% {
        box-shadow: 0 0 20px rgba(255, 23, 68, 0.4);
    }
    50% {
        box-shadow: 0 0 30px rgba(255, 23, 68, 0.8);
    }
}

.status.fire .see-more:hover {
    background: linear-gradient(135deg, #ff4081, #ff1744) !important;
    transform: scale(1.1) !important;
    box-shadow: 0 0 35px rgba(255, 64, 129, 0.9) !important;
}

.status.fire:hover {
    transform: scale(1.10) !important;
    animation-duration: 1s;
}