@font-face {
    font-family: 'Beaufort';
    src: url("../fonts/Beaufort/Beaufort.eot");
    src: local('☺'),   url("../fonts/Beaufort/Beaufort.woff") format("woff"),
    url("../fonts/Beaufort/Beaufort.ttf") format("truetype"),
    url("../fonts/Beaufort/Beaufort.eot?#iefix")format("embedded-opentype");
    font-weight: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url("../fonts/GilroyLight/GilroyLight.eot");
    src: local('☺'),   url("../fonts/GilroyLight/GilroyLight.woff") format("woff"),
    url("../fonts/GilroyLight/GilroyLight.ttf") format("truetype"),
    url("../fonts/GilroyLight/GilroyLight.eot?#iefix")format("embedded-opentype");
    font-weight: 400;
}
@font-face {
    font-family: 'Gilroy';
    src: url("../fonts/GilroyRegular/GilroyRegular.eot");
    src: local('☺'),   url("../fonts/GilroyRegular/GilroyRegular.woff") format("woff"),
    url("../fonts/GilroyRegular/GilroyRegular.ttf") format("truetype"),
    url("../fonts/GilroyRegular/GilroyRegular.eot?#iefix")format("embedded-opentype");
    font-weight: 400;
}
@font-face {
    font-family: 'Gilroy';
    src: url("../fonts/GilroyMedium/GilroyMedium.eot");
    src: local('☺'),   url("../fonts/GilroyMedium/GilroyMedium.woff") format("woff"),
    url("../fonts/GilroyMedium/GilroyMedium.ttf") format("truetype"),
    url("../fonts/GilroyMedium/GilroyMedium.eot?#iefix")format("embedded-opentype");
    font-weight: 500;
}
@font-face {
    font-family: 'Gilroy';
    src: url("../fonts/GilroyHeavy/GilroyHeavy.eot");
    src: local('☺'),   url("../fonts/GilroyHeavy/GilroyHeavy.woff") format("woff"),
    url("../fonts/GilroyHeavy/GilroyHeavy.ttf") format("truetype"),
    url("../fonts/GilroyHeavy/GilroyHeavy.eot?#iefix")format("embedded-opentype");
    font-weight: 900;
}


/* 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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, p {
    margin: 0;
    padding: 0;
    border: 0;
}
/* 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 */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    height: 100%;
    width: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
body {
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 1.3;
    font-family: 'Gilroy', sans-serif;
    font-weight: 500;
    color: #dcd6d0;
    background-color: #080607;
    background-image: url('../images/main.jpg');
    background-position: top;
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 500ms ease-in-out;
}
body.index {
    background-size: 2900px 1200px;
    overflow: hidden;
}
body.scroll {
    background-position: top right;
}
body.inner {
    background-size: 1920px 1200px;
    background-image: url('../images/main.jpg');
}
body.cp {
    background-image: url('../images/bg-cp.jpg');
    background-position: top center;
}
img {
    border: none;
}
input, select {
    outline: none;
    vertical-align: middle;
}
h1, h2, h3, h4, h5 {
    font-family: 'Beaufort';
    margin-bottom: 20px;
    line-height: 1;
    display: block;
    color: #e8e2da;
    font-weight: 500;
    transition: all 200ms ease-in-out;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
}
h1 { font-size: 48px; color: #ffba00; font-weight: 900; }
h2 { font-size: 36px; }
h2 span { color: #ffba00 }
h3 { font-size: 30px; color: #ffba00; }

.clearfix::after {
    display: block;
    content: "";
    clear: both;
}
.center {
    text-align: center;
}
a {
    text-decoration: none;
    color: #eecd4a;
    transition: all 200ms ease-in-out;
}
a:hover {
    color: #fff;
}
p {
    margin-bottom: 20px;
}
input, textarea {
    border: none;
    width: 100%;
    height: 45px;
    background: transparent;
    border-bottom: 1px solid rgba(232,226,218,0.2);
    font-size: 18px;
    font-family: 'Gilroy';
    font-weight: 300;
    color: #e8e2da;
    margin-bottom: 20px;
    padding: 0;
    transition: all 200ms ease-in-out;
}
textarea {
    margin-top: 10px;
    height: 150px;
}
input[type=checkbox] {
    margin: 0;
    margin-right: 15px;
    width: auto;
    height: auto;
    padding: 0;
    margin-top: -7px;
    display: inline-block;
}
input[type=button] {
    width: 250px;
    margin: 0 auto;
    cursor: pointer;
}
input:hover, textarea:hover, input:focus, textarea:focus {
    border-bottom: 1px solid rgba(232,226,218,0.5);
}
input[type=radio] {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.btn {
    line-height: 54px;
    height: 54px;
    display: inline-block;
    font-size: 18px;
    font-weight: 900;
    color: #26211b;
    text-shadow: 0 1px 1px rgba(255,255,255,0.5);
    background: url('../images/btn-bg.jpg') center center repeat-x;
    padding: 0 30px;
    border-radius: 5px;
    border: 1 px solid transparent !important;
    text-transform: uppercase;
}
.btn:hover {
    color: #26211b;
    filter: brightness(120%);
}
.btn.trans {
    background: none;
    color: #e8e2da;
    border: 1px solid rgba(232,226,218,0.5) !important;
    text-shadow: none;
    font-weight: 400;
}
.btn.trans:hover {
    border: 1px solid rgba(232,226,218,1) !important;
    filter: none;
}
.btn.fb {
    width: 60%;
    margin: 0 auto;
    background: url('../images/btn-bg-fb.jpg') center center repeat-x;
    color: #ffffff;
    text-shadow: 0 2px 2px rgba(0,0,0,0.8);
}
.btn img {
    vertical-align: middle;
    margin-right: 10px;
}


/*==========PAGES STYLES==========*/
.sound {
    position: absolute;
    left: 3%;
    top: 170px;
    width: 27px;
    height: 27px;
    opacity: 0.5;
}
body.index .sound, body.index .langs, body.index .logo, body.index footer {
    position: fixed;
}
.sound:hover {
    opacity: 1;
}
.sound.off {
    background: url('../images/sound-off-ico.png') center center no-repeat;
    background-size: contain;
}
.sound.on {
    background: url('../images/sound-on-ico.png') center center no-repeat;
    background-size: contain;
}
.langs {
    position: absolute;
    right: 3%;
    top: 170px;
}
.langs a {
    opacity: 0.5;
    margin-left: 15px;
}
.langs a:hover, .langs a.active {
    opacity: 1;
}
.logo {
    position: absolute;
    top: 21%;
    left: 50%;
    margin-left: -207px;
    width: 415px;
    height: 244px;
    background: url('../images/logo.png') center center no-repeat;
    background-size: contain;
    display: block;
}
.logo:hover {
    filter: brightness(120%);
    transform: scale(0.95);
}
header {
    width: 94%;
    margin: 0 auto;
    border-bottom: 1px solid rgba(232,226,218,0.1);
    line-height: 140px;
}
header .status {
    display: inline-block;
    float: left;
    font-size: 18px;
    color: #ffffff;
    padding-left: 60px;
    margin-left: -15px;
}
header .status span {
    font-weight: 900;
}
header .status.online {
    background: url('../images/online-ico.png') center left no-repeat;
}
header .status.online span {
    color: #23c348;
}
header .status.offline {
    background: url('../images/online-ico.png') center left no-repeat;
}
header .status.offline span {
    color: #c32324;
}
header nav {
    display: inline-block;
    float: right;
}
header nav a {
    display: inline-block;
    color: #e8e2da;
    font-weight: 300;
    font-size: 18px;
    text-transform: uppercase;
    margin-left: 50px;
    border-bottom: 1px solid transparent;
}
header nav a.active, header nav a:hover {
    border-bottom: 1px solid #ffc709;
    color: #ffc709;
}
header nav .btn {
    margin-left: 80px;
}
header.scroll nav a, header.scroll nav .btn {
    margin-left: 100px;
}
main.index {
    position: fixed;
    bottom: 13%;
    left: 10%;
    width: 2900px;
    overflow: hidden;
    transition: all 500ms ease-in-out;
}
main.index.scroll {
    margin-left: -870px;
}
main.index section {
    display: inline-block;
    float: left;
    width: 440px;
}
main.index section.about {
    width: 550px;
    font-size: 18px;
    margin-right: 110px;
}
main.index section.about h1 {
    text-align: left;
}
main.index section.about .btn.trans {
    margin-left: 20px;
}
main.index section.rates, main.index section.add-info, main.index section.news, main.index section.events, main.index section.news, main.index section.events {
    text-align: center;
    padding: 35px 10px;
    background: url('../images/sep-line.png') top center no-repeat;
    color: #aba197;
}
main.index section.rates .rates-table {
    background: url('../images/sep-rates.png') center center no-repeat;
}
main.index section.rates .rate {
    display: inline-block;
    float: left;
    width: 25%;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 40px;
}
main.index section.rates .rate p {
    margin-bottom: 0;
}
main.index section.rates .rate span {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
}
main.index section.add-info ul li:after {
    width: 6px;
    height: 6px;
    background: #00abff;
    border-radius: 50%;
    content: '';
    display: block;
    margin: 10px auto;
}
main.index section.add-info ul li:last-child:after {
    display: none;
}
main.index .arrow {
    display: inline-block;
    float: left;
    width: 190px;
    height: 275px;
    background: url('../images/arrow.png') center center no-repeat;
}
main.index .arrow.scroll {
    transform: scale(-1);
}
main.index .arrow:hover {
    filter: brightness(120%);
}
main.index section.news, main.index section.events {
    text-align: left;
}
main.index section.news h2, main.index section.events h2 {
    margin-bottom: 5px;
}
main.index .news-event {
    width: 100%;
    display: block;
    color: #aba197;
    font-size: 20px;
    padding: 12px 0;
    background: url('../images/sep-line2.png') bottom center no-repeat;
}
main.index .news-event:hover {
    color: #fff;
}
main.index .news-event:last-child {
    background: none;
}
main.index .news-event .img {
    display: inline-block;
    overflow: hidden;
    border-radius: 5px;
    width: 50px;
    height: 50px;
}
main.index .news-event .img img {
    width: 100%;
}
main.index .news-event .text {
    display: inline-block;
    width: calc(100% - 65px);
    float: right;
    line-height: 1;
}
main.index .news-event .text p {
    margin-bottom: 0;
    color: #6f6c63;
    font-size: 12px;
    font-weight: 300;
}
main.index section.events .news-event .text {
    text-transform: uppercase;
    margin-top: 5px;
}
footer {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    border-top: 1px solid rgba(232,226,218,0.1);
}
footer.index {
    position: absolute;
    bottom: 0;
    left: 40%;
    margin: 0;
    width: 57%;
    transition: all 500ms ease-in-out;
}
footer.index.scroll {
    left: 3%;
    width: 94%;
}
footer .copy {
    display: inline-block;
    float: left;
    width: 420px;
    margin-right: 100px;
    color: #aba197;
    font-size: 14px;
    font-weight: 400;
}
footer .copy span {
    color: #e8e2da;
}
footer .copy p {
    font-size: 10px;
    font-weight: 300;
    opacity: 0.5;
    margin-top: 10px;
    text-transform: uppercase;
}
footer .ncsoft {
    display: inline-block;
    float: left;
}
footer .unsimple {
    margin-top: 15px;
    display: inline-block;
    float: right;
    opacity: 0.5;
}
footer .unsimple:hover {
    opacity: 1;
}

/* INNER STYLE */
main.inner {
    margin-top: 25%;
    margin-bottom: 100px;
}
footer.inner {
    width: 94%;
    margin: 0 auto;
}
main.inner .content {
    margin: 0 auto;
    font-size: 18px;
}
main.inner .content.register, main.inner .content.support {
    width: 660px;
    text-align: center;
}
main.inner .content.download {
    width: 880px;
    text-align: center;
}
main.inner .content.text {
    width: 880px;
    text-align: left;
    color: #aba197;
}
main.inner .content.text strong {
    color: #fff;
    font-size: 20px;
}
main.inner .content.twitch {
    width: 94%;
    text-align: center;
}
main.inner .content.twitch .stream {
    display: inline-block;
    width: 25%;
    height: 250px;
    border-radius: 5px;
    padding: 20px;
    float: left;
    background: url('../images/v-sep.png') center right no-repeat;
}
main.inner .content.twitch .stream:last-child {
    background: none;
}
main.inner .content.download .file, main.inner .content.start .step, main.inner .content.rates .rate {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 20px;
    font-size: 16px;
    color: #aba197;
    font-weight: 400;
    background: url('../images/v-sep.png') center right no-repeat;
    transition: all 200ms ease-in-out;
    border-radius: 5px;
    line-height: 1.5;
}
main.inner .content.download .file:hover, main.inner .content.start .step:hover {
    background: rgba(0,0,0,0.3) url('../images/v-sep.png') center right no-repeat;
}
main.inner .content.download .file:last-child, main.inner .content.start .step:last-child {
    background: none;
}
main.inner .content.download .file:last-child:hover, main.inner .content.start .step:last-child:hover, main.inner .content.rates .rate:hover {
    background: rgba(0,0,0,0.3);
}
main.inner .content.rates .rate {
    width: 25%;
    background: none;
    margin-bottom: 20px;
}
main.inner .content.rates .rate p {
    width: 80%;
    margin: 0 auto;
}
main.inner .content.start{
    width: 80%;
    text-align: center;
}
main.inner .content.start .step {
    width: 33.3333%;
}
main.inner .content.rates{
    width: 94%;
    text-align: center;
}

/* CP STYLES */
.cp-infos {
    padding: 30px 3%;
}
.cp-infos .c-logo {
    width: 277px;
    height: 163px;
    background: url('../images/logo.png') center center no-repeat;
    background-size: contain;
    display: inline-block;
    float: left;
    margin-left: -40px;
}
.cp-infos .c-logo:hover {
    filter: brightness(120%);
}
.cp-infos .username, .cp-infos .balance {
    display: inline-block;
    float: left;
    width: 40%;
    padding: 30px 10%;
    font-size: 24px;
    font-family: 'Beaufort';
    position: relative;
}
.cp-infos .username p, .cp-infos .balance p {
    color: #d39b0f;
    font-size: 48px;
    margin: 5px 0;
    text-transform: uppercase;
}
.cp-infos .balance:before {
    position: absolute;
    width: 31px;
    height: 31px;
    display: block;
    left: 0;
    top: 40%;
    content: '';
    background: url('../images/sword-ico.png') center center no-repeat;
}
.cp-infos .exit {
    display: inline-block;
    float: right;
    width: 52px;
    height: 52px;
    line-height: 48px;
    border-radius: 5px;
    border: 1px solid rgba(255,255,255,0.1);
    text-align: center;
    margin-top: 50px;
}
.cp-infos .exit img {
    vertical-align: middle;
}
.cp-infos .exit:hover {
    border: 1px solid rgba(255,255,255,0.3);
}
main.cp {
    width: 94%;
    margin: 0 auto;
    background: rgba(0,0,0,0.4);
    border-radius: 5px;
    padding: 50px;
    margin-bottom: 30px;
    font-size: 18px;
}
main.cp h1, main.cp h2 {
    text-align: left;
    font-weight: 400;
}
main.cp h1 {
    margin-bottom: 50px;
}
main.cp section {
    width: 50%;
    float: left;
    padding-right: 50px;
    border-right: 1px solid rgba(255,255,255,0.1);
}
main.cp section.right {
    float: right;
    border-right: none;
    padding-left: 50px;
}
main.cp input[type=text] {
    width: calc(100% - 300px);
    height: 55px;
}
main.cp input[type=button] {
    float: right;
}
main.cp form {
    margin-bottom: 50px;
}
main.cp .dep-with .choose {
    height: 60px;
    line-height: 60px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    background: #1a191a;
    text-transform: uppercase;
    margin-bottom: 30px;
}
main.cp .dep-with .choose a {
    display: inline-block;
    width: 50%;
    float: left;
    font-size: 24px;
    font-weight: 900;
    color: #fff;
}
main.cp .dep-with .choose a.active {
    background: #e8e2da;
    color: #000;
}
main.cp .dep-with .choose a:hover {
    background: rgba(255,255,255,0.5);
}
main.cp .dep-with form#c-with {
    display: none;
}
main.cp .vip-acc h2 {
    width: auto;
    display: inline-block;
}
main.cp .vip-acc .on-off {
    margin-top: 5px;
    display: inline-block;
    float: right;
    vertical-align: middle;
    width: 115px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    overflow: hidden;
    background: #24201c;
    border-radius: 15px;
    color: #ffd500;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    transition: all 200ms ease-in-out;
}
main.cp .vip-acc .on-off i {
    font-style: normal;
}
main.cp .vip-acc .on-off span {
    position: absolute;
    display: block;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    background: #ffd500;
    border-radius: 15px;
    transition: all 200ms ease-in-out;
}
main.cp .vip-acc .on-off.off {
    text-align: right;
    content: 'OFF';
}
main.cp .vip-acc .on-off.off span {
    right: auto;
    left: 0;
}
main.cp .c-gender {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
main.cp .c-gender form {
    margin-top: -15px;
}
main.cp .c-gender input {
    margin-top: 15px;
}
main.cp .c-gender span {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    margin-left: 10px;
    margin-right: 50px;
}
main.cp .additional {
    padding-top: 50px;
}
main.cp .additional .unban, main.cp .additional .ticket {
    display: inline-block;
    float: left;
    width: 47%;
    text-align: center;
    color: #979286;
}
main.cp .additional .ticket {
    float: right;
}

.popup {
    position: fixed;
    width: 600px;
    padding: 20px;
    text-align:center;
    border-radius: 5px;
    background: #000;
    z-index: 99;
    top: 30%;
    left: 50%;
    margin-left: -300px;
    display: none;
    color: #979286;
    box-shadow: 0 0 50px rgba(0,0,0,0.5);
}
.popup h3 {
    font-size: 30px;
}
.popup p {
    margin-bottom: 5px;
}
.popup .meth {
    margin-bottom: 30px;
}
.popup .meth a {
    display: inline-block;
    padding: 5px 13px;
    padding-bottom: 0px;
    background: rgba(255,255,255,0.1);
    border-radius: 5px;
    margin: 0 5px;
}
.popup .meth a:hover {
    filter: brightness(120%);
    background: rgba(255,255,255,0.2);
}



/* ADAPTIVE */
@media (max-height: 950px) {
    .logo {
        width: 370px;
        height: 218px;
        margin-left: -185px;
        top: 15%;
    }
    main.inner {
        margin-top: 20%;
    }
}
@media (max-height: 750px) {
    .logo {
        width: 300px;
        height: 176px;
        margin-left: -150px;
    }
}
@media (max-width: 1900px) {
    body.index {
        background-size: 2600px 1076px;
    }
    body.inner {
        background-size: 1722px 1076px;
    }
    h1 { font-size: 44px; }
    h2 { font-size: 32px; }
    h3 { font-size: 26px; }
    main.cp {
        font-size: 16px;
    }
    main.cp input[type=text] {
        height: 42px;
    }
    main.cp h1 {
        margin-bottom: 30px;
    }
    main.cp .dep-with .choose {
        height: 40px;
        line-height: 42px;
    }
    main.cp .dep-with .choose a {
        font-size: 18px;
    }
    main.cp form {
        margin-bottom: 30px;
    }
    main.cp .additional {
        padding-top: 30px;
    }
    .cp-infos .username, .cp-infos .balance {
        font-size: 20px;
    }
    .cp-infos .username p, .cp-infos .balance p {
        font-size: 40px;
    }
    .sound, .langs {
        top: 120px;
    }
    header {
        line-height: 100px;
    }
    header nav a {
        margin-left: 30px;
    }
    header nav .btn {
        margin-left: 60px;
    }
    header.scroll nav a, header.scroll nav .btn {
        margin-left: 80px;
    }
    main.index {
        left: 5%;
    }
    main.index section.about {
        width: 500px;
        margin-right: 40px;
    }
    main.index section.rates, main.index section.add-info, main.index section.news, main.index section.events {
        padding: 25px 10px;
    }
    footer {
        padding: 20px 0;
    }
    main.index.scroll {
        margin-left: -950px;
    }
    main.inner {
        margin-bottom: 80px;
    }
}
@media (max-width: 1679px) {
    .cp-infos .username, .cp-infos .balance {
        padding: 30px 5%;
        width: 35%;
    }
    .btn {
        line-height: 40px;
        height: 40px;
        font-size: 16px;
    }
    header nav a, header .status {
        font-size: 16px;
    }
    body {
        font-size: 14px;
    }
    main.inner .content {
        font-size: 16px;
    }
    main.inner .content.download .file, main.inner .content.start .step, main.inner .content.rates .rate {
        font-size: 14px;
    }
    body.index {
        background-size: 2400px 993px;
    }
    body.inner {
        background-size: 1589px 993px;
    }
    h1 { font-size: 40px; }
    h2 { font-size: 30px; }
    input, select, textarea {
        font-size: 16px;
    }
    main.index .news-event {
        font-size: 16px;
        padding: 10px 0;
    }
    main.index .news-event .img {
        width: 45px;
    }
    main.index .news-event .text {
        width: calc(100% - 55px);
    }
    main.index .news-event .text p {
        font-size: 11px;
    }
    main.index section.about {
        font-size: 16px;
    }
    main.index section {
        width: 400px;
    }
    footer .copy {
        margin-right: 50px;
    }
    main.index.scroll {
        margin-left: -820px;
    }
    main.index section.rates .rate span {
        font-size: 22px;
    }
    main.index section.about {
        margin-right: 20px;
    }
    main.index section.rates, main.index section.add-info, main.index section.news, main.index section.events {
        padding: 15px 10px;
    }
}
@media (max-width: 1599px) {
    header.scroll nav a, header.scroll nav .btn {
        margin-left: 70px;
    }
    body.index {
        background-size: 2200px 910px;
    }
    body.inner {
        background-size: 1456px 910px;
    }
    footer .copy {
        width: 350px;
        margin-right: 30px;
        font-size: 12px;
    }
    footer .copy p {
        font-size: 9px;
    }
    footer {
        padding: 10px 0;
        padding-top: 20px;
    }
    main.index section.about {
        width: 480px;
    }
    main.index .arrow {
        width: 120px;
    }
    main.index.scroll {
        margin-left: -820px;
    }
    main.index section {
        width: 390px;
    }
    main.index {
        left: 3%;
    }
    main.cp .c-gender span {
        margin-right: 30px;
    }
}
@media (max-width: 1439px) {
    h1, h2, h3, h4, h5 {
        margin-bottom: 10px;
    }
    h1 { font-size: 36px; }
    h2 { font-size: 24px; }
    h3 { font-size: 18px; }
    main.cp { font-size: 14px; }
    main.cp .c-gender span { font-size: 18px;  }
    main.cp .vip-acc .on-off {
        margin-top: -1px;
        height: 24px;
        line-height: 24px;
        border-radius: 12px;
        font-size: 16px;
    }
    main.cp input[type=button] {
        width: 200px;
    }
    main.cp input[type=text] {
        width: calc(100% - 250px);
    }
    main.inner {
        margin-bottom: 50px;
    }
    main.inner .content.register, main.inner .content.support {
        width: 560px;
    }
    main.inner .content.download {
        width: 780px;
    }
    main.index .news-event {
        padding: 7px 0;
    }
    .sound, .langs {
        top: 80px;
    }
    .sound {
        width: 20px;
        height: 20px;
    }
    .langs a {
        margin-left: 10px;
    }
    .langs a img {
        width: 24px;
    }
    header {
        line-height: 70px;
    }
    header nav a {
        margin-left: 20px;
    }
    header nav .btn {
        margin-left: 40px;
    }
    body.index {
        background-size: 1900px 786px;
    }
    body.inner {
        background-size: 1440px 900px;
    }
    header.scroll nav a, header.scroll nav .btn {
        margin-left: 60px;
    }
    main.index section.about {
        width: 450px;
    }
    main.index section {
        width: 370px;
    }
    main.index.scroll {
        margin-left: -780px;
    }
    main.index section.rates .rate {
        margin-bottom: 20px;
    }
    main.index .arrow {
        height: 240px;
    }
}
@media (max-width: 1365px) {
    footer .ncsoft img {
        width: 150px;
    }
    main.index section.about {
        width: 420px;
    }
    main.index section {
        width: 350px;
    }
    main.index {
        bottom: 10%;
    }
    main.index.scroll {
        margin-left: -750px;
    }
    header.scroll nav a, header.scroll nav .btn {
        margin-left: 50px;
    }
}
@media (max-width: 1279px) {
    body {
        background: #0e0c0d url('../images/bg-cp.jpg') top right no-repeat !important;
        overflow: visible !important;
    }
    header {
        text-align: center;
    }
    header nav, header .status {
        float: none;
    }
    .langs {
        position: absolute !important;
        top: 25px;
    }
    .logo,  footer, main {
        position: relative !important;
    }
    .logo {
        top: 30px;
    }
    footer {
        top: 50px;
        left: 0 !important;
        width: 94% !important;
        margin: 0 auto !important;
    }
    main.index {
        bottom: auto !important;
        top: auto !important;
        width: 94% !important;
        overflow: visible !important;
    }
    main {
        margin-top: 50px !important;
        margin-bottom: 0 !important;
    }
    main.index section.about {
        width: 70%;
        text-align:center;
        margin: 0 auto;
        display: block;
        float: none;
        margin-bottom: 50px;
    }
    main.index section.about h1 {
        text-align: center;
    }
    main.index .arrow {
        display: none;
    }
    main.index section.rates, main.index section.add-info, main.index section.news, main.index section.events {
        width: 50%;
        height: 270px;
    }
    main.inner .content.twitch .stream {
        width: 50%;
        margin-bottom: 30px;
    }
    .cp-infos .c-logo {
        display: none;
    }
    .cp-infos .username, .cp-infos .balance {
        width: 45%;
    }
    .cp-infos .balance:before {
        display: none;
    }
    .cp-infos {
        padding: 0 3%;
    }
    main.cp {
        margin-top: 0 !important;
    }
    main.cp section {
        width: 100%;
        padding-right: 0;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding-bottom: 50px;
    }
    main.cp section.right {
        padding-left: 0;
        margin-top: 50px;
    }
}
@media (max-width: 999px) {
    main.index section.about {
        width: 100%;
    }
    footer .ncsoft {
        display: none;
    }
    main.inner .content.download {
        width: 94%;
    }
    header { line-height: 50px; padding-bottom: 30px; }
    header nav a.active, header nav a:hover {
        border-bottom: none;
    }
    header nav .btn {
        margin: 0 20px;
    }
    .logo {
        display: none;
    }
    body.index .logo {
        display: block !important;
    }
    .langs { top: 10px; }
    main.inner .content.start .step {
        width: 100%;
        background: none;
    }
    main.inner .content.rates .rate {
        width: 50%;
    }
    main.inner .content.twitch .stream {
        width: 100%;
        background: none;
    }
    .cp-infos .username  {
        width: 100%;
    }
    .cp-infos .username, .cp-infos .balance {
        padding: 20px;
    }
    main.inner .content.text {
        width: 90%;
    }
}
@media (max-width: 639px) {
    main.index section.rates, main.index section.add-info, main.index section.news, main.index section.events {
        width: 100%;
    }
    footer .copy {
        width: 100%;
        text-align: center;
        float: none;
    }
    footer {
        text-align: center;
    }
    footer .unsimple {
        float: none;
    }
    section.about .btn {
        display: block;
        margin: 10px auto !important;
    }
    header nav .btn {
        display: block;
    }
    header nav a {
        margin: 0 10px;
        font-size: 20px;
    }
    main.inner .content.register, main.inner .content.support {
        width: 90%;
    }
    .btn.fb { width: 90%; }
    main.inner .content.download .file, main.inner .content.start .step, main.inner .content.rates .rate {
        width: 100%;
    }
    main.cp {
        padding: 20px;
    }
    .cp-infos .balance {
        width: 70%;
    }
    main.cp input[type=text] {
        width: 100%;
        display: block;
    }
    main.cp .btn {
        margin-bottom: 20px;
        display: block;
        width: 100% !important;
    }
    main.cp .additional .unban, main.cp .additional .ticket {
        width: 100%;
    }
}

