 #navi_block {
    position: relative;
    max-width:
    1080px;
}
.footer_helper_wrap {
    background: transparent !important;
}
#main_content {
    margin-top: 150px !important;
    max-width: 100vw;
}
.register_button, .reg_submit, .create_new_account {
    width: 100%;
    line-height: 1.5;
    border-radius: .3rem;
    padding: .5rem 1rem;
    font-weight: bold;
    font-size: 1.42rem;
    color: #005F36;
}
.register_button:hover, .reg_submit:hover, .create_new_account:hover {
    width: 100%;
    line-height: 1.5;
    border-radius: .3rem;
    padding: .5rem 1rem;
    font-weight: bold;
    font-size: 1.42rem;
    color: #FFFFFF;
    opacity: 0.8;    
}
    .register_button:hover {
    width: 100%;
    line-height: 1.5;
    border-radius: .3rem;
    padding: .5rem 1rem;
    font-weight: bold;
    font-size: 1.42rem;
    color: #005F36;
    opacity: 0.8;   
}
.register_button {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #005F36;
}
.btn-primary {
    background-color: #005F36;
    border-color: #005F36;
    color: #FFFFFF
}
.btn-primary:hover {
    background-color: #005F36;
    border-color: #005F36;
    opacity: 0.8;
}
.register_button:hover {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    opacity: 0.4;
}
.btn-warning {
    color: #005F36;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}
.singin_button {
    color: #FFFFFF;
    background-color: #005F36;
    border-color: #005F36;
}
.singin_button:hover{
    color: #FFFFFF;
    background-color: #005F36;
    border-color: #005F36;
}
.btn-warning:hover{
    color: #005F36;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}
.card-header {
    background-color: black;
    background: rgba(0, 0, 0,0.4)  !important;
}
.main_card .card-block {
    background-color: black;
    background: rgba(0, 0, 0,0.4)  !important;
    padding: 0.1rem 5rem 0.1rem 5rem;
}
.card-block {
    background-color: black;
    background: rgba(0, 0, 0,0.4)  !important;
}
.create_acc_advice_block {
    margin-top: 1rem;
}
.appBadges {
 background-color: black;
 background: rgba(0, 0, 0,0.4)  !important;
 height: auto;
 padding-left: 30px;
 padding-right: 30px;
}
.bank-auth-container {
 background-color: black;
 height: 0px;
}
 .bank-auth-descr {
 background-color: rgba(0, 0, 0,0.4)  !important;
 color: #ffffff !important;
 font-weight: bold;
 opacity:1;
}
.bank-auth-banks .bank {
  background-color: black;
}
.language-switcher {
    background: transparent !important;
    width: 14rem;
    padding: 0;
    text-align: right;
    top: 18px;
    right: -4px;
    color:white;
    font-size: 14px;
    box-sizing: initial;
    width: 9.7rem;
}
.language-switcher a {
    position: relative;
    margin-left: 4px;
    padding-left: 1px;
    width: 22px;
    height: 22px;
    border: 1px solid transparent;
    border-radius: 50px;
    font-style: normal;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-align: center;
    opacity: 1 !important;
}
.language-switcher a.active, .language-switcher a:hover {
    position: relative;
    opacity: 0.5 !important;
}
.language-switcher a::after {
    content: attr(data-id);
    position: relative;
    width: 22px;
    left: 0;
    top: 11px;
    color: white !important;
    font-size: 14px;
    text-align: center;
}
.language-switcher a img {
    display: none;
}