html {
    font-size: 16px;
}

@media (max-width: 450px) {
    html {
        zoom: 0.55;
    }
}

body {
    overflow-x: hidden;
}
.page-container {
    width: 766px;
}
@media (max-width: 450px) {
    .page-container {
        width: auto;
    }
}
.left-column {
    background-color: black;
    color: white;
}
.head-left {
    background-color: black;
    padding: 1rem;
    font-size: 13px;
    color: #c2c2c2;
    font-family: Tahoma;
    padding-left: 40px;
    padding-top: 0;
    margin-top: 24px;
    padding-bottom: 17px;
    border-bottom: 1px solid white;
}

@media (max-width: 450px) {
    .head-left {
        font-size: 24px;
    }
}

.flags-list {
    padding: 0;
    list-style: none;
}
.flags-list > li {
    display: inline-block;
}
.head-right > ul {
    display: flex;
    list-style: none;
    padding: 1rem;
    margin:0;
}
.head-right > ul > li {
    font-size: 10px;
    color: #767676;
    font-family: Tahoma;
}

.head-right > ul > li > a {
    font-size: 10px;
    color: #767676;
    font-family: Tahoma;
}
.head-right > ul > li:nth-of-type(2) {
    margin-left: 50px;
    margin-top: 5px;
    text-decoration: underline;
}
.head-right > ul > li:nth-of-type(3) {
    margin-left: 22px;
    margin-top: 5px;
    text-decoration: underline;
}

@media (max-width: 450px) {
    .head-right {
        padding-inline: 1.5rem;
    }

    .head-right > ul li:first-of-type {
        margin-right: auto;
    }

    .head-right .flags-list img {
        width: 2.5rem;
    }
    
    .head-right > ul > li > a {
        font-size: 1.7rem !important;
    }

    .head-right > ul > li img {
        width: 1.5rem;
        margin-right: 2px;
    }
}

.flags-list > li > img {
    margin: 8px;
    margin-left: 0;
}
.flags-list > li:last-of-type > img {
    margin-right: 0;
}
.logo-hold {
    background-color:#333333;
    padding: 1.8rem;
    text-align: center;
}

.main-container {
    border: 1px solid #b4b4b4;
    padding: 0;
    overflow: hidden;
}
.menu-container {
    background-color: #535353;
    padding-bottom: 38px;
}

.menu-container ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.left-img img {
    width:100%;
}

@media (max-width: 450px) {
    .left-img {
        display: none;
    }
}

.left-content {
    padding:1rem;
    padding-left: 2rem;
}

@media (max-width: 450px) {
    .left-content {
        padding-inline: 3rem;
    }
    
    .left-content ul li > a,
    .left-content .red-last-left-text,
    .left-content .left-bar-title {
        font-size: 1.5rem !important;
    }
}

.menu-container ul > li {
    display: inline-block;
    width: 25%;
    text-align: center;
    padding: 1.25rem;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    color: #e9eef3;
    font-family: Tahoma;
}

@media (max-width: 450px) {
    .menu-container ul > li {
        font-size: 1.2rem;
    }
}

.menu-container ul > li a {
    color: white;
    text-decoration: unset;
}
.menu-container ul > li:nth-of-type(1) {
    background-color: #333333;
}
.menu-container ul > li:nth-of-type(2) {
    background-color:#4e4e4e;
}
.menu-container ul > li:nth-of-type(3) {
    background-color:#5f5f5f;
}
.menu-container ul > li:nth-of-type(4) {
    background-color: #767676;
    color:#5fdb11;
}
.menu-container ul > li:nth-of-type(4) > a{
    background-color: #767676;
    color:#5fdb11;
}
.red-text {
    color:red;
}
.green-text {
    color:green;
}
.section-1 {
    background-color: #eef1f3;
    padding: 1.2rem 1rem;
    font-weight: 500;
    font-size: 11px;
    color: #5a5a5a;
    font-family: Tahoma;
    text-decoration: none;
    font-weight: bold;
    padding-top: 2rem;
}

.section-1 h1 {
    font-size: 1rem;
}

@media (max-width: 450px) {
    .section-1 h1 {
        font-size: 2rem;
    }

    .section-1 {
        padding-inline: 4rem;
        padding-block: 2rem;
        font-size: 1.5rem !important;
    }
}

.section-2 {
    text-align: center;
    margin: 1.5rem 0;
}
.section-3 {
    font-weight: 500;
    padding-left: 15px;
}

@media (max-width: 450px) {
    .section-3 {
        font-size: 25px !important;
        padding-inline: 40px;
        padding-bottom: 30px;
    }
}

.section-3 .pad-left {
    padding-left: 2rem;
}
.remove-list-style {
    list-style: none;
}
.footer {
    background-color:#cecece;
    margin-bottom:100px;
}

@media (max-width: 450px) {
    .footer {
        margin-bottom: 0;
    }
}

.footer-container .footer-col {
    padding: 0;
}
.footer-container .col-lg-8 {
    padding: 0;
}
.footer-container .footer-col .footer {
    margin-top: 1px;
    border-top: 5px solid black;
    padding: 1rem 2rem;
}
.footer-container .footer-col .footer > p:first-of-type {
    margin-bottom: 0;
    margin-left: 11px;
}
.footer-container .footer-col .footer > p:last-of-type {
    font-size: 11px;
    color: #474747;
    font-family: Tahoma;
    text-decoration: none;
}

@media (max-width: 450px) {
    .footer-container .footer-col .footer > p > a,
    .footer-container .footer-col .footer > p {
        font-size: 1.6rem !important;
        text-align: center;
    }
    .footer-container .footer-col .footer > p:last-of-type {
        margin-top: 1rem;
    }
}

.color-white {
    color:white;
}
.icq-img > img{
    padding: 1rem;
}
.left-content a {
    color:#13ff13;
}
.left-content ul {
    list-style: none;
}

.list-style-none > li {
    list-style: none;
}
.list-pad-mar {
    padding: 0;
    margin: 0;
}
.mt-3 {
    margin-top: 3rem;
}

.footer-container a {
    font-size: 11px;
    color: #246e65;
    font-family: Tahoma;
    text-decoration: none;
}
/*
.black-background {
    background-color: black;
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    justify-content: center;
}
*/
.black-background {
    background-color: black;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}
.form-container {
    width:1000px;
    height:674px;
    background-image: url('/img/login-asian-god.jpg');
    background-repeat: no-repeat;
    background-size: 1000px;
    background-position: center;
    display: flex;
    justify-content: center;
    position: relative;
    position: relative;
    
}
.black-background form {
    color: white;
    position: absolute;
    bottom: 42px;
    margin: auto;
    display: block;
}
.black-background form input {
    border-radius: 0;
    background-color: black;
    width: 165px;
    height: 17px;
    color: white;
}

@media (max-width: 450px) {
    .black-background form {
        bottom: -209px;
    }
    .black-background form input {
        width: 100%;
        height: auto;
    }
}

.black-background form .button-form {
    width: 100%;
    background-color: black;
    color: white;
    border-style: solid;
    margin-bottom: .3rem;
}
.black-background form .margin-top-6 {
    margin-top: 2rem;
    background-color: black;
    padding-bottom: .6rem;
    font-family: serif;
    color: #ffffff;
    line-height: 1.2;
}
.black-background form .margin-top-6 a {
    font-family: arial,helvetica,sans-serif;
    font-size: 10px;
    color: #ffffff;
}

.socks-link {
    background: green;
    font-size: .7rem;
    display: block;
    margin-block: 1rem;
    width: max-content;
}

@media (max-width: 450px) {
    .black-background form .margin-top-6,
    .black-background form .margin-top-6 a {
        font-size: 1rem;
    }

    .socks-link {
        font-size: 2rem !important;
    }
}

.img-100 {
    width: 100%;
}
.row-captcha-token-form {
    align-content: center;
    height: 100%;
    min-height: 417px;
}
.row-captcha-token-form label {
    font-family: serif;
    font-size: larger;
}

@media (max-width: 450px) {
    .access-form-flex button > img {
        width: 100%;
    }
    .row-captcha-token-form label {
        font-size: 2rem;
    }
}

form.login-captch-token {
    text-align: center;
}
form.login-captch-token > input[type="submit"] {
    width: 77px;
    height: 17px;
    font-size: 8pt;
    background-color: #505050;
    border: 0;
    color: #AAAAAA;
}

.container.tokenorcaptch form {
    max-width: 400px;
    margin: auto;
    margin-top: 1.5rem;
    color: rgb(160, 34, 34);
    border: 1px solid gray;
}
.container.tokenorcaptch form .form-header {
    height: 32px;
    background-color: rgb(160, 34, 34);
}
.container.tokenorcaptch form .c-mb-1{
    padding: .3rem .8rem;
}

.container.tokenorcaptch form .c-mb-1.remove-padding {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0 !important;
}
.container.tokenorcaptch form [type="submit"] {
    margin-bottom: .8rem;
    background-color:#505050;
    border-color: #505050;
    border-radius: 0;
    color: white;
    width: 93px;
    height: 32px;
    padding: 0;
}
.form-control {
    border-radius: 0;
    height: 31px;
}

.home-section-1 {
    background-color: #eef1f3;
    padding: 1.2rem 1rem;
    padding-bottom: 1px;
}

@media (max-width: 450px) {
    .home-section-1 {
        padding-inline: 3rem;
        padding-bottom: 3rem;
    }

    .right-menu-link-1 {
        margin-bottom: 2rem;
    }
}

.home-section-1 .right-menu-link-1 {
    margin-bottom: .5rem;
}
.home-section-1 .right-menu-link {
    text-align: right;
    padding-right: 9rem;
    margin-bottom: 1rem;
}
.home-section-1 .menu-links {
    margin: 0 5px;
    display: inline-block;
    color: #246e65;
}
.home-section-1 .menu-links a {
    display: inline-block;
    color: #246e65;
    text-decoration: underline;
}
.home-section-1 .menu-links:first-of-type {
    margin-left: 0;
}
.link-color {
    color:#246e65;
}
.link-color a {
    font-size: 11px;
    color: #246E65;
    font-family: Tahoma;
    text-decoration: none;
}

@media (max-width: 450px) {
    .home-section-1 {
        font-size: 2rem !important;
    }
}

.login-input {
    width: 115px;
    height: 16px;
    font-size: 8pt;
    background-color: #FFFFFF;
    border:1px solid gray;
    color: 999999;
}

.home-alert {
    font-size: 14px;
    margin-bottom: .8rem;
}

@media (max-width: 450px) {
    .login-input {
        width: 100%;
        height: auto;
        font-size: 2rem;
        padding: 1rem 2rem;
    }

    .home-alert {
        font-size: 2rem;
    }
}

.link-color a:hover {
color : #549E95;
}
table {
    font-family: serif;
    border: 1px solid rgb(16, 16, 16);
    border-spacing: 0;
}

.home-section-2 table {
    width: 100%;
    margin-top: 4rem;
}

@media (max-width: 450px) {
    .home-section-2 {
        padding: 2rem 3rem;
    }
    .home-section-2 table {
        width: 100%;
        margin-top: 0;
    }
}

.home-section-2 table th,
.home-section-2 table td,
.home-section-4 table th,
.home-section-4 table td,
.home-bitcoin-before-section-1 th,
.home-bitcoin-before-section-1 td,
.home-litcoin-before-section-1 th,
.home-litcoin-before-section-1 td {
    border: 1px solid rgb(18, 18, 18);
}
.home-section-2 table .first-tr {
    color: black;
    text-align: center;
}
.home-section-2 table a.txt5 {
    background: #08c808;
    color: #ffffff;
    display: block;
    padding: .3rem .5rem;
    margin: .3rem;
    border-radius: 1rem;
    text-decoration: unset;
    font-size: .8rem;
    text-transform: uppercase;
}

@media (max-width: 450px) {
    .home-section-2 table th,
    .home-section-2 table td,
    .home-litcoin-before-section-1,
    .home-section-2 table a.txt5 {
        font-size: 1.6rem;
    }

    .home-litcoin-before-section-1 > div {
        padding: 1rem 2rem;
    }

    .home-litcoin-before-section-1 [type="button"],
    .home-litcoin-before-section-1 [type="submit"] {
        padding-inline: 1rem;
    }
}

.home-section-2 table .last-one a {
    color: white;
    opacity: 0.8;
}
.home-section-2 table .last-one a:hover {
    opacity: 1;
}

.home-section-3 {
    background-color: #eef1f3;
    padding: 1.2rem 1rem;
    margin-top: 2rem;
}
.home-section-3 > span {
    display: inline-block;
}
.home-section-3 > span .btn-span {
    border: 1px solid gray;
    padding-top: 1px;
    padding-bottom: 5px;
}
.home-section-3 .form-1 {
    text-align: center;
    margin-bottom: 3rem;
}

.home-section-3 .form-1 input {
    width: 160px;height: 15px;font-size: 8pt;background-color: #EEEEEE;
}

@media (max-width: 450px) {
    .home-section-3 .form-1 {
        padding: 2rem;
    }
    .home-section-3 .form-1 span {
        font-size: 2rem;
        margin-bottom: 1rem;
        display: block;
    }

    .home-section-3 .form-1 span.btn {
        margin: 0 auto;
        margin-bottom: 0;
        color: #222;
        height: auto;
        width: max-content;
    }

    .home-section-3 .form-1 input {
        width: 100%;
        height: auto;
        padding: 1rem;
        font-size: 2rem;
    }
}

.home-section-4 table {
    margin: auto;
    width: 80%;
    max-width: 455px;
    margin-top: .5rem;
}

@media (max-width: 450px) {
    .home-section-4 {
        padding: 3rem;
    }
    .home-section-4 table {
        width: 100%;
        max-width: 100%;
    }

    .home-section-4 table th,
    .home-section-4 table td {
        font-size: 2rem;
    }
}

.pd-ri-2 {
    padding-left: 2rem;
}

.home-1-section-1 .text-italic {
    padding: 2rem;
    font-style: italic;
}

.coin-all-container {
    padding: 2rem;
}

.home-litecoin-section-1 table,
.home-bitcoin-section-1 table {
    margin: auto;
    margin-top: 2rem;
}
.home-litecoin-section-1 table td,
.home-bitcoin-section-1 table td {
    border: 2px solid white;
}

.home-litecoin-section-1 .hr,
.home-bitcoin-section-1 .hr {
    width: 100%;
    margin: auto;
    height: 2px;
    background-color: #656465;
    max-width: 400px;
}

.home-litecoin-section-1,
.home-bitcoin-section-1 {
    padding-top: 2rem;
    background-color: rgb(238, 241, 243);
}
.img-1  {
    height: auto;
    width: 89%;
    margin: 3rem 0;
    margin-bottom: 4.5rem;
}
.img-2 {
    height: auto;
    width: 89%;
    /* margin: 3rem 0; */
    margin-bottom: 2.5rem;
}

.section-3 {
    color: #222;
    font-family: sans-serif;
    text-decoration: none;
    padding-right:49px;
}
.section-3 .link-color {
    font-weight: bold;
}   
.mg-t-1rem{
    margin-top: 1rem;
}
.section-3 ul > li {
    line-height: 1.7;
}

.header-title-1 {
    color: #222;
    font-family: sans-serif;
    font-weight: bold;
    padding-left: 1.4rem;
    margin-bottom: 1rem;
}

@media (max-width: 450px) {
    .header-title-1 {
        font-size: 2rem;
    }
}

.section-3 .second-ul > li {
    margin-bottom: .8rem;
}
.happy-new-year {
    font-size: 17px;
}
.home-last-para {
    font-size: 13px;
    line-height: 1.4;
}
.left-bar-title {
    font-size: 11px;
    color: #e6e6e6;
    font-family: Tahoma;
    margin-bottom: 0;
}
.jabber-links {
    color: #0d6efd !important;
    font-size: 11px;
    font-family: Tahoma;
}
.href-margin-top {
    margin-top: -7px;
}
.jabber-links-2 {
    font-size: 11px;
    font-family: Tahoma;
    text-decoration: none;
}
.jabber-links-3 {
    font-size: 11px;
    color: #ff0000 !important;
    font-family: Tahoma;
    text-decoration: none;
}

.jabber-links-3 a{
    font-size: 11px;
    color: #d0d0d0 !important;
    font-family: Tahoma;
    text-decoration: none;
}

.red-last-left-text {
    font-size: 11px;
    font-family: Tahoma;
}
.access-form-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .2rem;
}

@media (max-width: 450px) {
    .access-form-flex {
        font-size: 1.5rem;
        width: 100%;
    }

    .black-background form input {
        width: 100%;
    }
}

.access-form-flex button {
    border: 0;
    width: 82px;
    height: 24px;
    background-color: transparent;
}


.access-form-flex button > img {
    width: 82px;
    height: 24px;
}

@media (max-width: 450px) {
    .access-form-flex button,
    .access-form-flex button > img {
        width: 100px;
        height: auto;
    }
}
.home-page-container {
    font-size: 11px;
}
.ok-btn {
    width: 75px;
    height: 18px;
    font-size: 8pt;
    color: #008800;
    border: 1px solid gray;
    font-weight: bolder;
    margin-left: 5px;
    padding: 0;
}
.para-container > p {
    margin-bottom: .55rem;
    font-weight: 600;
}

@media (max-width: 450px) {
    .para-container {
        padding-inline: 2rem;
    }
    .para-container > p {
        font-size: 1.5rem;
    }
}

.pay-head {
    height: 130px;
    background-color: #eef1f3;
    border-bottom: 1px solid #dddfe1;
}
.home-bitpay-section-1 .all-item, 
.home-litpay-section-1 .all-item {
    padding: 2rem;
    font-family: serif;
    font-size: 14px;
}
.home-bitcoin-before-section-1 > div,
.home-litcoin-before-section-1 > div {
    background-color: #eef1f3;
    padding-top: 2.8rem;
}
.home-bitcoin-before-section-1 > div > hr, 
.home-litcoin-before-section-1 > div > hr {
    max-width: 447px;
    margin: auto;
    display: block;
    height: 1px;
    margin-bottom: 2.6rem;

}
.home-bitcoin-before-section-1 table,
.home-litcoin-before-section-1 table {
    margin: auto;
    min-width: 455px;
}

.register-container .right-column{
    font-size: 11px;
}
.register-container .register-section-1 .head-back {
    background-color: #eef1f3;
    padding: 2rem;
    color: #5a5a5a;
}
.register-section-2 > form {
    width: 384px;
    margin: auto;
    margin-top: 5rem;
}
.register-section-2 > form > .form-head {
    background-color:#991111;
    color:white;
    text-align:center;
    font-family: cursive;
    font-size: 9pt;
    font-weight: 700;
}
.register-section-2 > form  input {
    width: 180px;
    height: 17px;
    font-size: 8pt;
    background-color: #FFFFFF;
    border: 1px solid gray;
}
.register-section-2 > form .input-group-c {
    text-align: right;
    margin: .4rem;
    text-align: right;
}
.register-section-2 > form .input-group-c label {
    font-weight: 700;
    font-family: cursive;
    margin-right: 7px;
}

.register-section-2 > form button[type="submit"]{
    width: 75px;
    height: 18px;
    font-size: 8pt;
    color: 000000;
    font-weight: bolder;
    line-height: 1;
}
.register-section-2 > form .bottom-p {
    font-family: cursive;
    margin-top: .3rem;
}

.registred-container {
    background-color: #c6c6c6;
    width:404px;
    margin: auto;
    margin-top: 4rem;
    font-size: 12px;
    font-weight: 600;
    font-family: Tahoma;
    text-align: center;
}
.registred-container .registred-container-head {
    background-color:#909090;
    height:15px;
    border: 1px solid white;
    outline: 1px solid gray;
}
.registred-container .registred-container-content {
    border: 1px solid white;
    outline: 1px solid gray;
}
.registred-container .registred-container-content .first-p {
    color: green;
    font-size: 12px;
    text-align: center;
}

.buy-vpn-section-1 .head-back {
    background-color: #eef1f3;
    padding: 2rem;
    color: #5a5a5a;
}
.buy-vpn-section-1 form {
    color: #A02222;
    width: 342px;
    margin: auto;
    margin-top: 4rem;
    border: 1.3px solid gray;
    padding:1rem;
    padding-bottom: 0.5rem;
}
.buy-vpn-section-1.second form {
    color: #A02222;
    width: 342px;
    margin: auto;
    margin-top: 4rem;
    border: 1.3px solid gray;
    padding:0;
    padding-bottom: 0.5rem;
}
.buy-vpn-section-1 form .form-head {
    background-color: #991111;
    text-align: center;
    height: 20px;
}
.buy-vpn-section-1 form .input-group-c {
    padding: 7px 8px;
}
.buy-vpn-section-1 form .input-group-c label {
    margin-right: 1rem;
    font-size: 7pt;
}
.buy-vpn-section-1 form .input-group-c input {
    width: 165px;
    height: 16px;
    font-size: 8pt;
    background-color: #FFFFFF;
    border: 1px solid gray;
    color: #999999;
}

.buy-vpn-section-1 form input[type="submit"]{
    width: 77px;
    height: 17px;
    font-size: 8pt;
    background-color: #505050;
    border: 0;
    color: #AAAAAA;
    margin-top:0.7rem;
    margin-bottom: 0;
}

.btc-qa-code {
    max-width: 151px;
}
.lt-qa-code {
    max-width: 118px;
}

/* @media (min-width: 991px) { */
    .left-column {
        padding-right: 0;
        padding-left: 0;
    }
    .right-column {
        padding-left: 0;
    }
/* } */

@media (max-width: 991px) {
    .row-reversed-991 {
        flex-direction: column-reverse;
    }
}