body {
    margin: 0;
}

select {
    font-size: 16px;
}

#container {
  background: none;
}

#lang_menu {
    position: absolute;
    /*position:fixed;*/
    top: 8px;
    right: 10px;
    z-index:1001;
    display: flex;
    flex-direction: row;
}

#lang_menu .img_submit {
    margin-right: 0;
}

#wrapper {
    width: 100vw;
    min-height: 100vh;
    overflow: auto;
    position: relative;
}

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@media screen and (min-width:990px){
    #logo_mark {
        padding-top: 40px;
	padding-bottom: 40px;
        overflow: visible;
    }
    
    #logo_subtitle {
        position: absolute;
        z-index: 1000;
        left: 50%;
        transform: translateX(-50%);
        top: 125px;
        color: #FF3;
        text-shadow: 0 0 4px rgba(0,0,0,.5);
    }

    .img-title.img-title {
	margin-top: -80px;
    }
}

@media screen and (min-width:500px) and (max-width:990px) {
    #logo_mark {
        padding-top: 40px;
	padding-bottom: 40px;
        overflow: visible;
    }
    
    #logo_subtitle {
        position: absolute;
        z-index: 1000;
        left: 50%;
        transform: translateX(-50%);
        top: 155px;
        color: #FF3;
        text-shadow: 0 0 4px rgba(0,0,0,.5);
    }
}

@media screen and (max-width:500px) {
    #logo_mark {
	margin-top: 50px;
        padding-top: 0px;
        padding-bottom: 40px;
        overflow: visible;
    }

    #logo_subtitle {
        position: absolute;
        z-index: 1000;
        left: 50%;
        transform: translateX(-50%);
        top: 115px;
        color: #FF3;
        text-shadow: 0 0 4px rgba(0,0,0,.5);
    }

    .img-title {
	margin-top: -140px
    }

    .div_card {
        display: flex;
	margin-bottom: 5px;
    }

    .div_card .dev_cat {
	width: initial;	
    }

    .div_card .dev_value {
        flex: 1;
    }

    .dev_row {
        display: flex;
    }

    .dev_row .dev_cat {
        width: initial;
    }

    .dev_row .dev_value {
        flex: 1;
    }

    .dev_choice_row {
        display: flex;
        align-items: center;
	    width: 80% !important;
        margin-bottom:5px;
    }

    .dev_choice_row .dev_choice_cat {
        flex: 1;
        text-align: right;
        width: initial;
        line-height: 30px;
    }

    .dev_left {
        line-height: 30px;
    }

    .dev_choice_row .dev_choice_value {
        flex: 1.5;
        text-align: left;
        width: initial;
    }
}

#logo_mark a {
    position: relative;
}

#logo_mark img {
    position: absolute;
    left: 50%;
    width: 100%;
    bottom: 20px;
    max-width: 80vw;
    transform: translateX(-50%)
}


#div_btn_now a {
    width: 300px;
    height: 80px;
    display: block;
    margin: 0 auto;
    background: #a0de34;
    line-height: 80px;
    font-size: 44px;
    font-weight: 800;
    color: #fff;
    border-radius: 8px;
    text-shadow: 0 0 2px rgba(0,0,0,.4);
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    position: relative;
    overflow: hidden;
}

#div_btn_now a:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

#div_btn_now a:before {
    content: "";
    width: 200px;
    height: 200px;
    border: 40px solid #7BAA28;
    position: absolute;
    transform: translate(-50%, -26px)rotate(45deg);
    left: 50%;
}

#div_btn_now a:after {
    content: "";
    width: 200px;
    height: 200px;
    border: 40px solid #7BAA28;
    position: absolute;
    transform: translate(-50%, 94px)rotate(45deg);
    left: 50%;
}

#div_btn_now span {
    z-index: 1;
    position: relative;
}

#div_btn_next a {
    width: 150px;
    height: 45px;
    display: block;
    margin: 0 auto;
    background: #a0de34;
    line-height: 45px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    border-radius: 8px;
    text-shadow: 0 0 2px rgba(0,0,0,.4);
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    position: relative;
    overflow: hidden;
}

#div_btn_next a:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

#div_btn_next a:before {
    content: "";
    width: 200px;
    height: 200px;
    border: 20px solid #7BAA28;
    position: absolute;
    transform: translate(-240px, -50%) rotate(45deg);
    left: 50%;
    top: 50%;
}

#div_btn_next a:after {
    content: "";
    width: 200px;
    height: 200px;
    background: #7BAA28;
    position: absolute;
    transform: translate(-250px, -50%) rotate(45deg);
    left: 50%;
    top: 50%;
}

#div_btn_next span {
    z-index: 1;
    position: relative;
}

.div_btn_modify {
    display: inline-block;
}

.div_btn_modify a {
    width: 150px;
    height: 45px;
    display: block;
    margin: 0 auto;
    margin-right: 4px;
    background: #a0de34;
    line-height: 40px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    border-radius: 8px;
    text-shadow: 0 0 2px rgba(0,0,0,.4);
    text-decoration: none !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    position: relative;
    overflow: hidden;
}

.div_btn_modify a:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.div_btn_modify a:before {
    content: "";
    width: 200px;
    height: 200px;
    border: 20px solid #7BAA28;
    position: absolute;
    transform: translate(0px, -50%) rotate(45deg);
    left: 50%;
    top: 50%;
}

.div_btn_modify a:after {
    content: "";
    width: 200px;
    height: 200px;
    background: #7BAA28;
    position: absolute;
    transform: translate(50px, -50%) rotate(45deg);
    left: 50%;
    top: 50%;
}

.div_btn_modify span {
    z-index: 1;
    position: relative;
}

.btn_container{
  width: fit-content;
  margin: auto;
}

.div_btn_paypal {
    display: inline-block;
}

.div_btn_paypal_disabled {
    width: 150px;
    height: 40px;
    display: block;
    margin: 0 auto;
    margin-right: 4px;
    background: #787878;
    line-height: 40px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    border-radius: 8px;
    text-shadow: 0 0 2px rgba(0,0,0,.4);
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    position: relative;
    overflow: hidden;
}

.div_btn_paypal_disabled:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.div_btn_paypal_disabled:before {
    content: "";
    width: 200px;
    height: 200px;
    border: 20px solid #606060;
    position: absolute;
    transform: translate(-15px, -50%) rotate(45deg);
    border-radius:45px;
    left: 50%;
    top: 50%;
}

.div_btn_paypal_disabled:after {
    content: "";
    width: 200px;
    height: 200px;
    border: #606060 solid 20px;
    position: absolute;
    transform: translate(-225px, -50%) rotate(135deg);
    border-radius:45px;
    left: 50%; 
    top: 50%;
}

.div_btn_paypal_disabled span {
    z-index: 1;
    position: relative;
    cursor: pointer;
}


.div_btn_paypal_enabled {
    width: 150px;
    height: 40px;
    display: block;
    margin: 0 auto;
    margin-right: 4px;
    background: #2bb7c4;
    line-height: 40px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    border-radius: 8px;
    text-shadow: 0 0 2px rgba(0,0,0,.4);
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    position: relative;
    overflow: hidden;
}

.div_btn_paypal_enabled:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    cursor: pointer;
}

.div_btn_paypal_enabled:before {
    content: "";
    width: 200px;
    height: 200px;
    border: 20px solid #24949e;
    position: absolute;
    transform: translate(-15px, -50%) rotate(45deg);
    border-radius:45px;
    left: 50%;
    top: 50%;
}

.div_btn_paypal_enabled:after {
    content: "";
    width: 200px;
    height: 200px;
    border: #24949e solid 20px;
    position: absolute;
    transform: translate(-225px, -50%) rotate(135deg);
    border-radius:45px;
    left: 50%; 
    top: 50%;
}
.div_btn_paypal_enabled span {
    z-index: 1;
    position: relative;
}

#app_coupon {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border: 0;
}

#app_coupon:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

#app_coupon_small {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border: 0;
    white-space: nowrap;
}

#app_coupon_small:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

#blue_button a {
    width: 100px;
    height: 40px;
    display: block;
    margin: 0 auto;
    background-color: #00B4D1;
    background-image: linear-gradient(to bottom, #00B4D1, #008fae);
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    text-shadow: 0 0 2px rgba(0,0,0,.4);
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    position: relative;
    overflow: hidden;
}

#blue_button a:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

#blue_button span {
    width: 100px;
    height: 40px;
    display: block;
    margin: 0 auto;
    background-color: #00B4D1;
    background-image: linear-gradient(to bottom, #00B4D1, #008fae);
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    text-shadow: 0 0 2px rgba(0,0,0,.4);
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    position: relative;
    overflow: hidden;
}

#blue_button span:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    cursor: pointer;
}

.lit_text{                                                                                         
    text-shadow: 0 0 4px #FFF, 0 0 2px #FF3;                                                      
}                                                                                                
                                                                                                
a:hover {                                                                                       
    text-decoration: underline;                                                               
}

#div_feat_spec .div_black {
    font-size: 15px;
    line-height: 21px;
}

th {
    white-space: nowrap;
    overflow: hidden;
}

.select_server {
    display: none;
}

.select_server + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    top: -14px;
}

.select_server + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background: #fff;
}

.select_server + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #A0DE34;
    position: absolute;
    top: 6px;
    left: 6px;
    transition: all 0.2s ease;
    opacity: 0;
    transform: scale(0);
}

.select_server:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

.txt_index {
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
}

#footer {
    margin-bottom: 2em;
}

.input-text {
    width: 100%;
}


select.fit {
    width:auto;
    height: 2em;
}

.div_estimate {
    margin-top: 0;
}

.div_estimate_bottom {
    margin-top: -25px;
    margin-bottom: 10px;
}

.ads-template {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 400vh;
    background: white;
    z-index: 100000;
    display: block !important;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
    padding: 20px;
    box-sizing: border-box;
}

pre {
    white-space: pre-wrap;
}

.selected-server {
    background-color: #a0de35;
}

.captcha-holder {
    display: block;
    text-align: center;
    /*margin: 10px auto 0;*/
}

.captcha-holder input {
    max-width: 250px;
    margin: 10px 0;
}
