<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@media only screen and (min-width:1700px) {
    .wrap {
        width: 1320px;
    }

    body {
        background-size: cover
    }
}

@media only screen and (max-width:1200px) {
    .top_menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 300px;
        height: 100%;
        background-color: #221e1d;
        box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
        z-index: 9999;
        display: flex;
        flex-direction: column;
        padding-top: 70px;
        padding-left: 20px;
        box-sizing: border-box;
    }
    ul.top_menu.active {
        transform: translateX(0);
    }
    .navigation__burger {
        display: block;
    }
    .gw-burger {
        position: relative;
        z-index: 999999;
        width: 40px;
        height: 40px;
        cursor: pointer;
        box-sizing: border-box;
    }
    .gw-burger__line {
        width: 20px;
        height: 2px;
        margin: auto;
        position: absolute;
        left: 5px;
        right: 5px;
        background-color: #909090;
        border-radius: 2px;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .gw-burger__line_pos_top {
        pointer-events: none;
        top: 32%;
    }
    .gw-burger__line_pos_middle {
        pointer-events: none;
        top: 50%;
        transform: translateY(-50%);
    }
    .gw-burger__line_pos_bottom {
        pointer-events: none;
        bottom: 32%;
    }

    .gw-burger_active .gw-burger__line_pos_top {
        transform: rotate(45deg) translateY(-50%);
        -webkit-transform-origin: center top;
        transform-origin: center top;
        top: 50%;
    }
    .gw-burger_active .gw-burger__line_pos_middle {
        transform: rotate(180deg);
        opacity: 0;
    }
    .gw-burger_active .gw-burger__line_pos_bottom {
        transform: rotate(-45deg) translateY(50%);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        bottom: 50%;
    }

    .news-slider {
        width: 48% !important
    }

    .server_block {
        width: 48%
    }

    .title {
        font-size: 20px
    }

    .forum_block {
        width: 38%
    }

    .rating_block {
        width: 38%
    }

    .subscribers {
        width: 48%
    }

    .stream_item img {
        width: 100%
    }

    .stream_item {
        width: 48%
    }

    .sub_item {
        width: 100%;
        background-position: 90%
    }

    .copyright {
        width: 50%
    }

    .characters img {
        height: 380px
    }
}

@media only screen and (max-width:992px) {
    body .service_transfer .card {
        width: 100%;
    }
    body .service_transfer {
        padding: 0;
    }

    .wrap {
        width: 800px
    }

    .logo img {
        height: 140px
    }

    .youtube-content img {
        width: 60%;
        float: right
    }

    .start-game {
        padding: 0 50px;
        height: 40px
    }

    .start-game span {
        font-size: 16px
    }
}

@media only screen and (max-width:768px) {
    .wrap {
        width: auto
    }
}

@media only screen and (max-width:550px) {
    .logo img {
        max-width: 220px;
        height: 100%;
    }
    #countdown h4 {
        text-align: center;
        font-size: 22px;
    }
    .time-unit {
        width: 80px;
        height: 80px;
    }
    #countdown {
        gap: 10px;
        margin: 30px;
    }

    .stats-page {
        padding: 5px;
    }
    .content {
        padding: 10px;
    }
    .server-block {
        height: auto;
    }
    .server_item {
        width: 100%;
    }
    .server_item:nth-child(1) {
        order: 1;
        border-right: 1px solid transparent;
        border-bottom: none;
    }
    .server_item:nth-child(2) {
        order: 0;
    }
    .server_item:nth-child(3) {
        border-right: 1px solid transparent;
    }
    .castle td {
        flex-wrap: wrap;
    }
    table.omg {
        overflow: scroll;
    }
    .top-block {
        height: auto;
        width: 100%;
    }
    h1 {
        font-size: 32px;
    }
    .news-and-server {
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .tablinks {
        padding: 5px 10px;
        font-size: 14px;
    }
    .news-block {
        width: 100%;
    }
    #server-status {
        position: relative;
        width: 100%;
        margin-top: 30px;
    }
    main.content {
        padding: 0;
    }
    #rating {
        margin: 0;
    }

    .stats-menu {
        margin-top: 15px;
        gap: 10px;
        flex-wrap: wrap;
    }
    .omg td {
        height: auto;
        padding: 10px;
    }
    .lineage-link {
        padding: 0 20px;
    }
    body .castle {
        min-width: auto !important;
        width: 100% !important;
        margin-bottom: 10px;
        background: rgb(0 0 0 / 65%);
    }
    .eb_item {
        padding: 5px;
    }
    .eb_description {
        align-items: center;
    }
    .eb_title span {
        font-size: 12px;
        line-height: 1.3;
        display: block;
    }
    .eb_title {
        margin-left: 10px;
    }
    .eb_level {
        font-size: 14px;
        line-height: 1.2;
    }
    .other-page {
        padding: 0;
        margin-top: 20px;
        background-color: transparent;
    }
    .n-block-info {
        width: 100%;
    }
    .sidebar {
        width: 100%;
        margin-top: 30px;
    }
    .main-lore__item-buttons {
        flex-wrap: wrap;
    }

    .top_line {
        flex-wrap: wrap;
    }
    body .n-item h3 {
        line-height: 1.1;
        font-size: 25px;
    }
    .top_menu.pc_active {
        position: relative;
    }
    .top--right-menu {
        margin-top: 20px;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 0;
    }
    #payment-form {
        grid-template-columns: 1fr;
    }
    .auth-all {
        flex-wrap: wrap;
    }
    .sidebar-left {
        width: 100%;
    }
    .auth-content {
        width: 100%;
        margin: 30px 0;
    }
    .sidebar-right {
        width: 100%;
    }

    .donate-result p {
        margin-right: 10px;
    }
    .wrapper {
        width: auto;
    }
    .logo-content {
        flex-wrap: wrap;
        justify-content: center
    }

    .youtube-content img {
        width: 60%;
        margin: auto;
        float: none
    }

    .youtube-content {
        margin-top: 20px
    }

    .characters img {
        height: 290px
    }

    .characters {
        left: 0;
        right: 0;
        justify-content: center
    }

    .characters:nth-child(2) {
        left: 0
    }

    .characters:nth-child(3) {
        left: 0
    }

    .characters:nth-child(4) {
        left: 0
    }

    .news-slider {
        width: 100% !important
    }

    .news_block {
        flex-wrap: wrap
    }

    .server_block {
        width: 100%;
        margin-top: 5%
    }

    .server_t b {
        font-size: 14px
    }

    .features {
        flex-wrap: wrap
    }

    .forum_block {
        width: 100%;
        margin-bottom: 20px
    }

    .rating_block {
        width: 100%;
        padding: 10px;
        overflow: hidden;
        margin-bottom: 30px;
    }
    .tabs {
        margin-top: 30px;
    }
    .rating_table th, .rating_table td {
        padding: 4px;
    }
    .rating_table td {
        color: #929292;
        font-size: 12px;
    }
    .rating_table th {
        font-size: 14px;
    }

    .discount-slider.swiper-container {
        margin-top: 5%;
        width: 100%
    }

    .streamers_item {
        width: 100%
    }

    .streamers_content {
        margin-top: 10%
    }

    .subscribers {
        width: 100%;
        margin-top: 30px;
    }
    .sub_item {
        margin-bottom: 20px;
    }
    .menu-footer {
        order: 0;
        width: 100%;
        text-align: center;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .copyright {
        order: 1;
        text-align: center;
        margin-bottom: 50px;
    }
    .server-block {
        flex-wrap: wrap;
    }
    .server_item {
        border-right: none;
        border-bottom: 1px solid rgb(255 255 255 / 10%);
    }
    .server_item:last-child {
        border-bottom: none;
    }
    .copyright .heart {
        justify-content: center;
    }
    .copyright a {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .footer_all {
        flex-wrap: wrap;
        margin-top: 0;
        gap: 30px;
    }

    .copyright {
        width: 100%
    }

    .menu-footer {
        margin-top: 0;
        margin-bottom: 0;
    }
    .header {
        height: auto;
    }
    .server-block {
        grid-template-columns: repeat(1, 1fr);
    }
    .news_block {
        margin-top: 70%
    }
    .payment-bonus-all {
        margin-top: 30px;
        grid-template-columns: 1fr;
    }
    .pay_btn {
        padding: 10px;
    }
    .present__title-text {
        line-height: 1.1;
    }

    .social-item img {
        height: 15px
    }

    ul.top_menu.active {
        padding-top: 20%;
        width: 75%;
    }

    .cp-button {
        font-size: 10px;
        width: 125px;
        height: 19px;
        background-size: contain
    }

    body .gw-burger {
        height: 40px;
        width: 35px;
        margin: 0;
    }
    .acp-panel-top {
        justify-content: space-between;
        width: 100%;
    }
    .dropdown-menu.show {
        background-color: #262019;
    }
    .auth-top-title-block::before, .auth-top-title-block::after {
        display: none;
    }
    .auth-main-top-item {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .auth-main-top-item::before {
        display: none;
    }
    .auth-main-link {
        gap: 30px;
        padding-bottom: 30px;
    }
    .open-popup.lineage-link-normal {
        margin: auto;
    }


    .start-game:before {
        width: 100%
    }

    .start-game:after {
        left: 40px;
        width: calc(100% - 70px)
    }

    .start-game {
        padding: 0 30px;
        height: 35px
    }

    .news_block {
        margin-top: 90%
    }

    .disc_block {
        width: 100%;
        margin-top: 30px
    }

    .streamers_all img {
        height: auto
    }

    .stream_item {
        width: 46%
    }
}

@media only screen and (max-width:320px) {
    .wrap {
        width: 1370px
    }
}



@media (min-width:768px) {
    .wrap {
        width: 750px
    }
}

@media (min-width:992px) {
    .wrap {
        width: 970px
    }
}

@media (min-width:1200px) {
    .wrap {
        width: auto;
        margin-left: 30px;
        margin-right: 30px;
    }
}
@media (min-width: 1700px) {
    .wrap {
        margin: auto;
        width: 1320px;
    }
}
</pre></body></html>