<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
     min-height: 100%;
}
 ::-webkit-scrollbar {
     -webkit-appearance: none;
}
 ::-webkit-scrollbar:vertical {
     width: 12px;
}
 ::-webkit-scrollbar:horizontal {
     height: 12px;
}
 ::-webkit-scrollbar-thumb {
     background-color: rgba(0, 0, 0, .5);
     border-radius: 10px;
     border: 2px solid #ffffff;
}
 ::-webkit-scrollbar-track {
     border-radius: 10px;
     background-color: #ffffff;
}
 li {
     list-style: none;
}
 img {
     max-width: 100%;
}
 input, textarea {
     font-family: inherit;
     font-size: inherit;
     color: inherit;
     border: 0;
     outline: 0;
}
 .input {
     padding: 8px;
     width: 100%;
     color: white !important;
     outline: none;
     border: 0;
     background: rgba(255, 255, 255, .3);
}
 .check {
     display: inline-block;
     cursor: pointer;
     padding: 7px 20px;
     min-width: 200px;
     color: #fff;
     text-decoration: none;
     font-weight: bold;
     font-size: 20px;
     background: #ffffff12;
}
 section#mobile {
     display: none;
     padding: 5px 0;
}
 section#menu &gt; div &gt; ul {
     visibility: hidden;
}
 section#menu li.more ul {
     display: none;
     position: absolute;
     z-index: 9999;
     text-align: right;
     padding: 10px;
     right: 0;
     background: rgba(0, 0, 0, .8);
}
 section#menu li.more ul a {
     margin: 0 0 10px !important;
     padding: 0 !important;
     display: block;
     color: white !important;
}
 section#menu li.more ul li:last-of-type a {
     margin: 0 !important;
}
 section#menu li.more {
     position: relative;
     float: right;
}
 a {
     color: white;
     text-decoration: none;
     transition: .3s;
     font-weight: bold;
}
 .selected a, a:hover {
     color: #047904;
}
 * {
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     margin: 0;
     padding: 0;
}
 body {
     font-family: 'Ubuntu';
     position: relative;
     color: white;
     width: 100%;
     text-align: center;
     background-position: bottom 20px center, top center;
     background-size: auto auto, 100% auto;
     background-repeat: no-repeat, no-repeat;
     background-image: url(/images/pvp/footer.png), url(/images/pvp/bg.jpg);
     background-color: #081127;
     font-size: 14px;
     overflow-x: hidden;
     min-height: 100%;
     padding-bottom: 100px;
}
 div.content {
     width: 1100px;
     max-width: 95%;
     margin: 0 auto;
}
 section#top {
     background: rgba(0, 0, 0, .5);
     padding: 10px;
     min-height: 40px;
}
 section#universal {
     padding: 10px;
     background: rgba(0, 0, 0, .5);
}
 section#userpanel {
     padding: 0 0 10px 20px;
     float: right;
}
 section#userpanel &gt; ul &gt; li {
     display: inline-block;
     margin-right: 20px;
}
 section#userpanel &gt; ul &gt; li:last-of-type {
     margin-right: 0;
}
 section#alert {
     text-align: left;
}
 section#userpanel img {
     vertical-align: middle;
     margin-right: 10px;
}
 section#logo {
     margin: 0;
}
 section#logo a:hover {
     opacity: 0.7;
}
 section#logo img {
     max-height: 150px;
}
 section#menu {
     text-align: center;
     background: #0000004f;
     padding: 0 20px;
     white-space: nowrap;
}
 section#menu &gt; ul {
     visibility: hidden;
}
 section#menu &gt; ul &gt; li {
     display: inline-block;
     margin-right: 20px;
}
 section#menu &gt; ul &gt; li:last-of-type {
     margin: 0;
}
 section#menu &gt; ul &gt; li a {
     display: block;
     padding: 15px 5px;
     font-size: 16px;
}
 section#menu &gt; ul &gt; li.selected a {
     background-image: url(/images/pvp/ms.png);
     background-repeat: no-repeat;
     background-position: bottom center;
}
 section#menu &gt; ul &gt; li img {
     vertical-align: middle;
     margin-right: 10px;
     max-height: 15px;
}
 div.title {
     margin: 50px 0;
     font-size: 18px;
}
 .btn {
     background-color: transparent;
     border: 1px solid #00A05E;
     cursor: pointer;
}
 section#index div.title {
     background: rgba(0, 0, 0, .5);
     padding: 10px;
     text-align: center;
     text-shadow: 2px 0 0 #02eaec, -2px 0 0 red;
     filter: blur(0);
     font-size: 48px;
     margin: 50px 0 20px;
}
 ul#districts li, ul#cities li {
     display: inline-block;
     font-size: 24px;
     outline: 2px solid #00A05E;
     outline-offset: -1px;
     font-weight: bold;
     color: #fff;
     padding: 20px 40px;
     background-color: rgba(0, 0, 0, .3);
     margin: 20px 10px;
     position: relative;
     transition: all 0.3s ease;
}
 ul#districts li:hover, ul#cities li:hover {
     color: #00A05E !important;
     outline: 2px solid #00a05e91;
     background-color: rgba(60, 44, 89, 0.28);
}
 .city {
     width: 32px;
     height: 32px;
     display: block;
     margin-left: auto;
     margin-right: auto;
     background: url(/images/pvp/city-icon.png) no-repeat;
}
 .city:hover {
     width: 32px;
     height: 32px;
     display: block;
     margin-left: auto;
     margin-right: auto;
     background: url(/images/pvp/city-icon-h.png) no-repeat;
}
 ul#districts li span, ul#cities li span {
     font-size: 24px;
     margin-left: 5px;
}
 ul#products {
     text-align: left;
     margin-top: 50px;
     margin-bottom: -50px;
}
 ul#products &gt; li {
     background: rgba(0, 0, 0, .3);
     padding: 20px 10px 10px;
     display: inline-block;
     width: 300px;
     border: 1px solid #082342;
     text-align: center;
     margin: 0 18px 50px;
     vertical-align: top;
     transition: .5s;
}
 ul#products &gt; li div.name {
     line-height: 1;
     max-height: 84px;
     overflow: hidden;
     font-size: 24px;
     font-weight: bold;
}
 ul#products &gt; li div.size, ul#products &gt; li div.name {
     margin-bottom: 7px;
     transition: .5s;
}
 ul#products &gt; li div.price {
     color: #ffffff;
     text-shadow: 2px 0 0 #02eaec5e, -2px 0 0 #ff000063;
     font-size: 18px;
     transition:1s;
}
 ul#products &gt; li div.buy a {
     display: inline-block;
     padding: 10px 5px;
     margin-top: 10px;
     border: 2px solid #00A05E;
     transition: 1s;
     width: 60%;
}
 ul#products &gt; li div.buy a span {
     display: none;
     font-size: 18px;
}
 ul#products &gt; li div.buy a:hover div {
     display: none;
     transition:1s;
}
 ul#products &gt; li div.buy a:hover span {
     display: block;
     opacity: 0.8;
}
 .order {
     font-size: 20px;
     outline: 1px solid #ffffff14;
     outline-offset: -1px;
}
 .order-btns {
     padding: 10px 5px;
     text-align: center;
     background: #00000075;
}
 .order-btns a:hover,.order-btns a:focus{
     color: #00A05E !important;
     border: 2px solid #00a05e91;
     background-color: rgba(60, 44, 89, 0.28);
}
 .order-btns .cancel {
     background: #e74c3c40;
}
 .order-btns li {
     margin: 10px;
     display: inline-block;
     vertical-align: top;
}
 .order&gt;li {
     padding: 10px 5px;
     font-size: 18px;
     background: rgba(0, 0, 0, .5);
     border-bottom: 1px solid #ffffff1a;
     color: #00A05E;
     overflow: hidden;
}
 .order&gt;li span {
     color: #fff;
     font-size: 20px;
     font-weight: bold;
}
 .order-btns a {
     display: inline-block;
     cursor: pointer;
     padding: 7px 20px;
     border: 2px solid #00A05E;
     min-width: 200px;
     color: #fff;
     text-decoration: none;
     font-weight: 300;
     font-size: 20px;
     background: #ffffff12;
}
 .card-price {
     color: #fff;
     font-size: 20px;
     font-weight: bold;
     text-shadow: 1px 1px 1px #921c8a;
}
 .card-name {
     font-weight: bold;
     font-size: 20px;
     color: #fff;
     text-shadow: 0px 2px 3px #921c8a;
     overflow: hidden;
     padding: 1px 0;
}
 .bg-inf {
     background-color: #000000ba !important;
}
 .text-inf {
     font-family: Ubuntu Mono, monospace;
     font-weight: 300;
     font-size: 16px;
     color: #edeff2;
}
 .check:hover {
     color: #00A05E;
     opacity: .8;
     transition: .3s;
}
 .history&gt;li {
     width: 100%;
     padding: 20px 5px;
     font-weight: bold;
     outline: 1px solid #00A05E;
     outline-offset: -1px;
     color: #fff;
     margin-bottom: 10px;
     text-shadow: 0px 2px 3px #921c8a;
}
 .history&gt;li:hover {
     opacity: .8;
}
 .history {
     font-size: 16px;
     padding: 0px;
     text-align: center;
}
 .history-btn {
     display: inline-block;
     padding: 2px 10px;
     color: #00A05E;
     margin-left: 10px;
     text-align: center;
     white-space: nowrap;
     touch-action: manipulation;
     cursor: pointer;
     user-select: none;
     text-shadow: 1px 0 0 #02eaec85, -1px 0 0 #ff000078;
}
 .history-btn:hover {
     opacity: .8;
     color: #fff;
}
 .login-box {
     margin-top: 5px;
     height: auto;
     padding: 40px;
     background: rgba(0, 0, 0, .5);
     text-align: center;
}
 .form-control-label {
     font-size: 18px;
     color: #ffffff;
     font-weight: bold;
     display: inline-block;
     margin-bottom: 10px;
     letter-spacing: 1px;
}
 .login-button {
     padding-right: 0px;
     text-align: right;
     margin-bottom: 25px;
}
 .form-group {
     margin-bottom: 10px;
}
 .login-text {
     text-align: left;
     padding-left: 0px;
     color: #A2A4A4;
}
 .loginbttm {
     padding: 0px;
     margin-top: 20px;
}
 .swal2-modal .swal2-title {
     color: #fff !important;
     text-shadow: 2px 0 0 #02eaec5e, -2px 0 0 #ff000063;
}
 .swal2-modal .swal2-content {
     color: #eaeaea !important;
}
 .swal2-icon.swal2-success .swal2-success-ring {
     border: 4px solid #00A05E !important;
}
 section#login form &gt; ul li:first-of-type, section#registration form &gt; ul li:first-of-type, section#check form &gt; ul li:first-of-type {
     text-transform: uppercase;
     margin: 0 0 20px;
}
 section#check form &gt; ul li:first-of-type {
     text-align: center;
}
 section#login form &gt; ul, section#registration form &gt; ul, section#check form &gt; ul {
     margin: 0 0 20px;
}
 span.light {
     display: block;
     font-size: 25px;
     margin: 10px 0;
     color: #66d5dc;
     font-weight: bold;
}
 div.separate {
     height: 20px;
}
 section#body {
     padding: 30px 0;
}
 ul.slideMenu {
     width: 90%;
     margin: 0 auto 0;
     padding: 10px;
     background: rgba(0, 0, 0, .5);
     text-shadow: none;
}
 ul.slideMenu a {
     text-transform: uppercase;
     padding: 5px;
     margin: 5px;
     display: block;
     border-bottom: 1px solid #ffffff1f;
     color: white;
     font-size: 14px;
}
 @media (max-width: 1024px) {
     .table-responsive {
         overflow-x: auto;
         overflow-y: hidden;
    }
     ul#products &gt; li {
         margin: 0 18px 20px;
    }
     section#menu:before {
         left: 0;
    }
}
 @media (max-width: 768px) {
     section#userpanel {
         text-align: left;
    }
     body {
         font-size: 16px;
    }
     section#check, section#login, section#cap, section#registration {
         width: 100%;
    }
     ul#products {
         text-align: center;
    }
     section#logo, section#menu {
         display: none;
    }
     section#mobile {
         display: block;
    }
}
 @media (max-width: 500px) {
     body {
         background-image: url(/images/pvp/mobile-bg.jpg);
         background-position: top center;
         background-color: #090623;
    }
     section#userpanel ul {
         text-align: left;
    }
     section#userpanel ul li {
         margin: 0px;
    }
     section#index div.title {
         font-size: 38px;
    }
     .mblock {
         display: block;
         position: relative;
         z-index: 10;
    }
     section#mobile .mblock {
         font-size: 20px !important;
    }
}
 </pre></body></html>