.overlay:target {
    visibility: visible;
    opacity: 1;
}
.overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100000;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    position: fixed;
    cursor: default;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay:target+.popup {
    top: 20%;
    visibility: visible;
    opacity: 1;
}.popup {
    top: 0;
    right: 0;
    left: 0;
    font-size: 14px;
    z-index: 100001;
    display: block;
    visibility: hidden;
    margin: 0 auto;
    width: 90%;
    min-width: 320px;
    /*max-width: 600px;*/
    max-width: 470px;
    position: fixed;
    border: 1px solid #383838;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
    -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
    -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
.popup p, .popup div {
    margin-bottom: 20px;
}.title_modal {
    background: #45b29d;
    color: white;
    font-size: 22px;
    padding: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}.select_pay {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 10px;
}.select_pay {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 10px;
}ul.tabNavigation {
    list-style: none;
    margin-left: 20px;
    padding: 0;
}div.tabs div {
}form {
    padding: 0;
    margin: 0;
    display: inline;
}ul.tabNavigation li {
    display: inline;
}ul.tabNavigation li a.selected, ul.tabNavigation li a.selected:hover {
    background: rgba(177, 182, 184, 0.24);
    color: #000;
    border-radius: 4px;
}ul.tabNavigation li a:hover {
    background: rgba(177, 182, 184, 0.24);
    color: #000;
    border-radius: 4px;
    -webkit-transition: all ease .9s;
    -moz-transition: all ease .9s;
    -ms-transition: all ease .9s;
    -o-transition: all ease .9s;
    transition: all ease .9s;
}ul.tabNavigation li a.selected, ul.tabNavigation li a.selected:hover {
    background: rgba(177, 182, 184, 0.24);
    color: #000;
    border-radius: 4px;
}ul.tabNavigation li a {
    padding: 24px 18px 6px 18px;
    color: #000;
    text-decoration: none;
}input.captcha-shop-input {
 
    text-align: center;
    font-size: 20px;
    color: #5a5a5a;
    padding: 0px 5px;
    margin-top: 45px;
    /*margin-left: 20px;*/
    background-color: #ededed;
    border: none;
    display: table;
    height: 45px;
    -moz-appearance: textfield;
    outline: none;
    -webkit-appearance: none;
} 