@import url(https://fonts.googleapis.com/css?family=Roboto:400, 400italic, 300, 300italic, 700, 700italic, 500, 500italic&subset=latin, cyrillic);
.modal__wrapper,
.payment-methods {
    --modal-bg: var(--white);
    --accent-light: var(--white);
    --text-color: #666;
    --grey-color-1: #dde0e4;
    --grey-color-2: var(--main-bg);
    --grey-color-3: #e2e4e9;
    --grey-color-4: #a4acb6;
}
:root {
    --gray: #d3dee8;
    --gray1: #e9eef2;
    --gray2: #cbcbcb;
    --white: #fff;
    --primary: #276aa5;
    --primary1: #1d4369;
    --primary2: #224e7b;
    --primary4: #7498b8;
    --accent: #7daa2f;
}
.payment-methods__wrap {
    background-color: #fff;
    color: #0c2e4b;
    font-family: Roboto, Arial, Tahoma, sans-serif;
    font-size: 15px;
    min-width: 320px;
    padding: 20px;
}
.popup_payment_methods_wrap {
    background: #ededed;
    margin: 8px 4px;
    padding: 0;
}
.popup_payment_methods_wrap.img_block {
    background: #fff;
    min-width: 0;
}
.popup_payment_methods_wrap.img_block .popup_payment_methods {
    display: block;
    width: auto;
}
.popup_payment_methods_wrap.img_block .popup_payment_methods_element:not(:first-of-type) {
    margin-top: 10px;
}
.popup_payment_methods_wrap.desktop {
    margin: 0;
    min-width: 0;
}
.popup_payment_methods_wrap.desktop .popup_payment_methods_element {
    flex-basis: calc(50% - 10px);
}
.popup_payment_methods_wrap.desktop .popup_payment_methods {
    padding: 5px;
}
.popup_payment_methods {
    align-content: space-between;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 432px;
    min-height: 103px;
    width: 100%;
}
.popup_payment_methods_element {
    align-items: center;
    background-color: #fff;
    box-shadow: 1px 1px 5px transparent;
    color: #1f72af;
    cursor: pointer;
    display: flex;
    flex-basis: 31%;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    margin: 5px;
    min-height: 46px;
    min-width: 100px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
}
.popup_payment_methods_element:hover {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.popup_payment_methods_element img {
    max-height: 30px;
    max-width: 80px;
}
.popup_payment_methods_element a {
    color: #1f72af;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}
.desktop.popup_payment_methods_registration {
    background: #fff;
    min-width: auto;
    overflow: hidden;
}
.popup_payment_methods_registration {
    margin: 0;
    padding: 0;
}
.popup_payment_methods_registration .popup_payment_methods_reg {
    align-content: space-between;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
}
.popup_payment_methods_registration .popup_payment_methods_reg_element {
    align-items: center;
    background-color: #fff;
    box-shadow: 1px 1px 5px transparent;
    display: flex;
    justify-content: center;
    margin: 0 15px 15px;
    min-height: 24px;
    text-align: center;
    transition: 0.5s ease-in-out;
}
.popup_payment_methods_registration .popup_payment_methods_reg_element img {
    filter: grayscale(100%);
    max-height: 24px;
    max-width: 100px;
    opacity: 0.7;
}
.popup_payment_methods_registration .popup_payment_methods_reg_element a {
    cursor: pointer;
}
.popup_payment_methods_registration .popup_payment_methods_reg_element a img {
    filter: grayscale(50%);
    opacity: 1;
}
.popup_payment_methods_registration .popup_payment_methods_reg_element a:hover img {
    filter: none;
}
* {
    box-sizing: border-box;
    outline: 0;
}
html {
    padding: 0;
}
body,
html {
    height: 100%;
    margin: 0;
    width: 100%;
}
body {
    background-color: #fff;
    color: #0c2e4b;
    font-family: Roboto, Arial, Tahoma, sans-serif;
    font-size: 15px;
    min-width: 320px;
    padding: 0px;
}
img {
    border: none;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
a {
    color: #369;
    outline: 0;
    text-decoration: none;
}
input {
    outline: none;
}
.desktop:not(.onpay_page) {
    min-width: 600px;
}
.italic {
    font-style: italic;
}
.b_center {
    margin: 0 auto;
}
.s_center {
    text-align: center;
}
header {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
}
@media screen and (max-width: 1150px) {
    header {
        align-items: center;
    }
}
header .header_wrap {
    align-items: flex-start;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
header .wrap_deposit_text {
    display: flex;
    flex-basis: 100%;
}
header .wrap_withdraw_text {
    flex-basis: 80%;
}
@media screen and (max-width: 1150px) {
    header .wrap_withdraw_text {
        flex-basis: 66%;
    }
}
@media screen and (max-width: 800px) {
    header .wrap_withdraw_text {
        flex-basis: 61%;
    }
}
header .header_title {
    font-size: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
header .promo {
    width: calc(100% - 320px);
}
@media screen and (max-width: 1150px) {
    header .promo {
        width: calc(100% - 250px);
    }
}
header .wrap_main_text {
    flex-grow: 1;
}
header .wrap_aside_text {
    align-items: center;
    display: flex;
    gap: 10px;
    width: 210px;
}
@media screen and (max-width: 490px) {
    header .wrap_aside_text {
        width: 150px;
    }
}
header .wrap_qr_code {
    background-color: #4682b4;
    border-radius: 4px;
    line-height: 0;
    padding: 5px;
}
header .wrap_aside_btn {
    background: #4682b4;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    margin-top: 10px;
    padding: 5px 10px;
    text-align: center;
    text-transform: none;
    width: 100%;
    z-index: 5;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
header .qr_code {
    border-radius: 3px;
}
.tools {
    align-items: center;
    display: flex;
    flex: 1 1 100%;
    margin-top: 20px;
}
.without_geo {
    cursor: pointer;
    margin-right: 115px;
    padding-left: 25px;
    padding-right: 5px;
    position: relative;
    transition: width 0.5s ease;
}
.without_geo:before {
    border: 1px solid #d0dae1;
    box-sizing: border-box;
    height: 15px;
    left: 0;
    margin-top: -7.5px;
    width: 15px;
}
.without_geo.active:after,
.without_geo:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
}
.without_geo.active:after {
    background: #96d34a;
    height: 9px;
    left: 3px;
    margin-top: -4.5px;
    width: 9px;
}
.confirmation {
    align-items: center;
    display: flex;
    transition: width 0.5s ease;
    width: calc(100% - 320px);
}
@media screen and (max-width: 1150px) {
    .confirmation {
        width: calc(100% - 250px);
    }
}
.confirmation_switch {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 14px;
    margin-left: 25px;
}
.confirmation_switch_item {
    align-items: center;
    background: #8fa7b7;
    cursor: pointer;
    display: flex;
    line-height: 31px;
    padding: 0 15px;
    text-transform: uppercase;
    transition: background 0.5s ease;
}
.confirmation_switch_item i {
    margin-right: 10px;
}
.confirmation_switch_item .fa-envelope {
    font-size: 15px;
}
.confirmation_switch_item .fa-mobile {
    font-size: 24px;
}
.confirmation_switch_item.active {
    background: #4682b4;
}
.requests_output {
    align-items: center;
    background: #759e2e;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    justify-content: space-between;
    margin-left: 20px;
    margin-top: 6px;
    padding: 13px 20px;
    text-transform: uppercase;
    transition: background 0.2s ease;
}
.requests_output:not(.open_list):hover {
    background: #456d3c;
}
.requests_output i {
    font-size: 18px;
    margin-left: 10px;
    transform: rotate(0deg);
    transition: transform 0.2s ease;
}
.requests_output.open_list i {
    transform: rotate(180deg);
}
.requests_output_block {
    display: none;
    position: absolute;
    right: 0;
    top: 48px;
    transition: width 0.5s ease;
    width: calc(100% - 320px);
    z-index: 20;
}
@media screen and (max-width: 1150px) {
    .requests_output_block {
        width: 100%;
    }
}
.requests_output_block .requests_header {
    background: #759e2e;
    border-top: 3px solid #759e2e;
}
.requests_output_block .update_status {
    background-color: rgba(12, 48, 75, 0.25);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    padding: 8px 13px;
    text-transform: uppercase;
    transition: background-color 0.2s ease;
}
.requests_output_block .update_status:hover {
    background-color: rgba(12, 48, 75, 0.46);
}
.requests_output_block .update_status i {
    margin-right: 5px;
}
.requests_output_row {
    align-items: flex-start;
    background: #fff;
    border-bottom: 3px solid #759e2e;
    border-left: 4px solid #759e2e;
    border-right: 4px solid #759e2e;
    display: flex;
    justify-content: space-between;
}
.requests_output_cell {
    display: flex;
    flex-basis: 20%;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 5px 20px;
    word-break: break-word;
}
.requests_output_cell .requests_title {
    color: #4682b4;
    font-size: 12px;
}
.requests_output_cell .requests_data {
    font-size: 14px;
}
.requests_output_cell .requests_data span {
    color: #3da5ff;
    cursor: pointer;
    text-decoration: underline;
}
.requests_output_cell .requests_data span:hover {
    color: #276aa5;
    cursor: pointer;
    text-decoration: underline;
}
.container {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.btn_payment_method,
aside .close {
    display: none;
}
aside {
    padding-right: 20px;
    transition: width 0.5s ease;
    width: 320px;
}
@media screen and (max-width: 1150px) {
    aside {
        width: 250px;
    }
}
.aside_row {
    align-items: center;
    background: #fff;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    padding: 15px 10px 15px 20px;
    position: relative;
    text-transform: uppercase;
    transition: background 0.1s ease;
}
.aside_row:not(:first-of-type) {
    border-bottom: 2px solid #d0dae1;
    border-left: 2px solid #d0dae1;
    border-right: 2px solid #d0dae1;
}
.aside_row:first-of-type {
    border: 2px solid #d0dae1;
}
.aside_row:before {
    border: 23px solid transparent;
    border-left: 15px solid #51a5e6;
    right: -38px;
}
.aside_row:after,
.aside_row:before {
    content: "";
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.aside_row:after {
    border: 23px solid transparent;
    border-left: 15px solid #4682b4;
    right: -36px;
}
.aside_row.active,
.aside_row:hover {
    background: #4682b4;
    color: #fff;
}
.aside_row.active:after,
.aside_row.active:before,
.aside_row:hover:after,
.aside_row:hover:before {
    opacity: 1;
}
.aside_row .name_method {
    flex-grow: 1;
}
.wrap_section {
    transition: width 0.5s ease;
    width: calc(100% - 320px);
}
@media screen and (max-width: 1150px) {
    .wrap_section {
        width: calc(100% - 250px);
    }
}
.wrap_section section {
    background: #d0dae1;
    margin-bottom: 15px;
    padding: 15px 5px 5px 15px;
}
.section_name_method {
    font-size: 13px;
    text-transform: uppercase;
}
.section_name_method span {
    margin-left: 50px;
}
.section_name_method .crypto_link {
    background-color: #759e2e;
    border: 3px solid #759e2e;
    color: #fff;
    cursor: pointer;
    margin: -4px 10px -4px 50px;
    padding: 1px 7px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease;
    z-index: 1;
}
.section_name_method .crypto_link:after {
    background: #759e2e;
    width: 100%;
    z-index: -2;
}
.section_name_method .crypto_link:after,
.section_name_method .crypto_link:before {
    content: "";
    height: 100%;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease;
}
.section_name_method .crypto_link:before {
    background: #84b332;
    width: 0;
    z-index: -1;
}
.section_name_method .crypto_link:hover {
    border: 3px solid #84b332;
}
.section_name_method .crypto_link:hover:before {
    left: 0;
    width: 100%;
}
@media screen and (max-width: 750px) {
    .section_name_method .crypto_link {
        display: block;
        margin-left: 0;
        margin-top: 5px;
        text-align: center;
    }
}
@media screen and (max-width: 500px) {
    .section_name_method .crypto_link {
        display: block;
        margin: 5px 0;
    }
}
.payment_wrap {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 15px;
}
.payment_item {
    background: #fff;
    box-shadow: 0 0 0 0 transparent;
    cursor: pointer;
    height: 95px;
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
}
.payment_item:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 35px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    top: 10px;
    width: 100px;
}
.payment_item:hover {
    animation: shadow-center 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) 0s 1 normal both;
}
.payment_item:hover:before {
    animation: scale-up-center 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) 0s 1 normal both;
}
.payment_item__name {
    align-items: center;
    background: #4682b4;
    display: flex;
    height: 40px;
    justify-content: center;
    padding: 3px 10px;
    top: 55px;
    width: 100%;
    word-wrap: break-word;
}
.payment_item.recommend:after,
.payment_item__name {
    color: #fff;
    font-size: 12px;
    left: 0;
    position: absolute;
    text-align: center;
}
.payment_item.recommend:after {
    background: #7c9e3d;
    content: "Recommended";
    float: left;
    line-height: 13px;
    margin-left: -95px;
    top: 0;
    transform: rotate(270deg);
    transform-origin: right top 0;
    width: 95px;
}
.payment_item.royal_recommend {
    border: 1px solid #ffcd00;
}
.payment_item.royal_recommend:after {
    background: url(/paysystems/build/images/royal_recommended.fac7e621.png);
    content: "";
    height: 35px;
    position: absolute;
    right: -2px;
    top: -2px;
    width: 35px;
    z-index: 10;
}
.payment_item.royal_recommend .payment_item__name {
    background: #000;
    color: #fff;
    height: 38px;
}
.payment_item.r_1.bitcoin.AZ.like:after,
.payment_item.r_1.bitcoin.IN.like:after,
.payment_item.r_1.cards.AZ.like:after,
.payment_item.r_1.ethereum.TR.like:after,
.payment_item.r_1.kassam.AZ.like:after,
.payment_item.r_1.kassam_code.AZ.like:after,
.payment_item.r_1.litecoin.TR.like:after,
.payment_item.r_7.ethereum.TR.like:after,
.payment_item.r_7.litecoin.TR.like:after,
.payment_item.r_71.bitcoin.IN.like:after,
.payment_item.r_77.bitcoin.AZ.like:after,
.payment_item.r_77.cards.AZ.like:after,
.payment_item.r_77.kassam.AZ.like:after,
.payment_item.r_77.kassam_code.AZ.like:after {
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 3px 5px 0 rgba(3, 3, 3, 0.3);
    content: "";
    height: 30px;
    left: -7px;
    position: absolute;
    top: 37px;
    width: 30px;
    z-index: 10;
}
.payment_item.r_1.bitcoin.AZ.like--green:after,
.payment_item.r_1.bitcoin.IN.like--green:after,
.payment_item.r_1.cards.AZ.like--green:after,
.payment_item.r_1.ethereum.TR.like--green:after,
.payment_item.r_1.kassam.AZ.like--green:after,
.payment_item.r_1.kassam_code.AZ.like--green:after,
.payment_item.r_1.litecoin.TR.like--green:after,
.payment_item.r_7.ethereum.TR.like--green:after,
.payment_item.r_7.litecoin.TR.like--green:after,
.payment_item.r_71.bitcoin.IN.like--green:after,
.payment_item.r_77.bitcoin.AZ.like--green:after,
.payment_item.r_77.cards.AZ.like--green:after,
.payment_item.r_77.kassam.AZ.like--green:after,
.payment_item.r_77.kassam_code.AZ.like--green:after {
    background: #7fbd12 url(/paysystems/build/images/crypto-recommend-icon.20ce88b2.png) 0 0;
}
.payment_item.r_1.bitcoin.AZ.like--orange:after,
.payment_item.r_1.bitcoin.IN.like--orange:after,
.payment_item.r_1.cards.AZ.like--orange:after,
.payment_item.r_1.ethereum.TR.like--orange:after,
.payment_item.r_1.kassam.AZ.like--orange:after,
.payment_item.r_1.kassam_code.AZ.like--orange:after,
.payment_item.r_1.litecoin.TR.like--orange:after,
.payment_item.r_7.ethereum.TR.like--orange:after,
.payment_item.r_7.litecoin.TR.like--orange:after,
.payment_item.r_71.bitcoin.IN.like--orange:after,
.payment_item.r_77.bitcoin.AZ.like--orange:after,
.payment_item.r_77.cards.AZ.like--orange:after,
.payment_item.r_77.kassam.AZ.like--orange:after,
.payment_item.r_77.kassam_code.AZ.like--orange:after {
    background: #ff7800 url(/paysystems/build/images/crypto-recommend-icon.20ce88b2.png) 0 -30px;
}
@keyframes scale-up-center {
    0% {
        transform: scale(1);
    }
    30% {
        transform: scale(0.8);
    }
    to {
        transform: scale(1);
    }
}
@keyframes shadow-center {
    0% {
        box-shadow: 0 0 0 0 transparent;
    }
    to {
        box-shadow: 0 0 20px 0 #8c8c8c;
    }
}
.payment_item {
    width: calc(33.33% - 10px);
}
@media screen and (min-width: 900px) {
    .payment_item {
        width: calc(25% - 10px);
    }
}
@media screen and (min-width: 1000px) {
    .payment_item {
        width: calc(20% - 10px);
    }
}
@media screen and (min-width: 1150px) {
    .payment_item {
        width: calc(16.66% - 10px);
    }
}
@media screen and (min-width: 1280px) {
    .payment_item {
        width: calc(14.28% - 10px);
    }
}
@media screen and (min-width: 1400px) {
    .payment_item {
        width: calc(12.5% - 10px);
    }
}
@media screen and (min-width: 1550px) {
    .payment_item {
        width: calc(11.11% - 10px);
    }
}
@media screen and (min-width: 1700px) {
    .payment_item {
        width: calc(10% - 10px);
    }
}
@media screen and (min-width: 1900px) {
    .payment_item {
        width: calc(9.09% - 10px);
    }
}
.fon_modal {
    background: rgba(29, 58, 89, 0.55);
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: width 0.3s ease, opacity 0.4s ease;
    width: 0;
    z-index: 25;
}
.fon_modal.active {
    opacity: 1;
    width: 100%;
}
.payment_modal {
    background: #ededed;
    border-radius: 3px;
    box-shadow: 1px 1.732px 6px 0 rgba(12, 48, 75, 0);
    left: -400px;
    margin-left: 0;
    margin-top: -200px;
    opacity: 0;
    position: fixed;
    top: 50%;
    transition: left 0.3s ease, margin-left 0.6s ease, opacity 0.4s ease;
    width: 350px;
    z-index: 30;
}
.payment_modal img {
    max-width: 100%;
}
.payment_modal.active {
    left: 50%;
    margin-left: -175px;
    opacity: 1;
}
.payment_modal.active.full {
    left: 50%;
    margin-left: -350px;
    margin-top: 0;
    overflow: hidden;
    width: 700px;
}
.payment_modal.active.full #payment_modal_container,
.payment_modal.active.full .scroll-wrapper {
    max-height: 100%;
}
.payment_modal.active.full .close {
    color: #1a5684;
    right: 15px;
    top: 10px;
    z-index: 99999;
}
.payment_modal.fit-iframe {
    left: 0;
    margin-left: 0;
    overflow: scroll;
    transform: none;
}
.payment_modal .close {
    color: #fff;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 20px;
    position: absolute;
    right: -22px;
    top: 3px;
    transform: scaleX(1.2);
}
.payment_modal .close:hover {
    opacity: 0.9;
}
.payment_modal_header {
    align-items: center;
    background: #fff;
    border-radius: 3px 3px 0 0;
    display: flex;
    height: 92px;
    justify-content: center;
}
.payment_modal_header:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 50px;
    left: 50%;
    margin-left: -57.5px;
    position: absolute;
    top: 20px;
    width: 115px;
}
.payment_modal_body {
    padding: 12px;
}
.payment_modal_txt {
    color: #1d3a59;
    font-size: 12px;
    margin-bottom: 10px;
}
.payment_modal_btn {
    align-items: center;
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    height: 34px;
    justify-content: center;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease;
    width: 100%;
}
.payment_modal_btn:after {
    background: #759e2e;
    width: 100%;
    z-index: -2;
}
.payment_modal_btn:after,
.payment_modal_btn:before {
    content: "";
    height: 100%;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease;
}
.payment_modal_btn:before {
    background: #84b332;
    width: 0;
    z-index: -1;
}
.payment_modal_btn:hover:before {
    left: 0;
    width: 100%;
}
.payment_modal_btn#btn_prev {
    background-color: #d3dee8;
    color: #276aa5;
}
.payment_modal_btn#btn_prev:after {
    background: #d3dee8;
}
.payment_modal_btn#btn_prev:before {
    background: #cbcbcb;
}
.payment_modal_action_btns .payment_modal_btn {
    border-radius: 6px;
    height: 38px;
}
.payment_modal_action_btns .payment_modal_btn:after,
.payment_modal_action_btns .payment_modal_btn:before {
    border-radius: 6px;
}
.payment_modal_action_btns .payment_modal_btn.has_icon {
    align-items: center;
    border: 2px solid #0c2e4b;
    color: #0c2e4b;
    gap: 10px;
    margin: 5px 0 7px;
}
.payment_modal_action_btns .payment_modal_btn.has_icon:after,
.payment_modal_action_btns .payment_modal_btn.has_icon:before {
    content: none;
}
.payment_modal_action_btns .payment_modal_btn.has_icon img {
    height: 22px;
}
.payment_modal_row {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-bottom: 7px;
}
.payment_modal_row--inline {
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
    width: calc(50% - 8px);
}
.payment_modal_row-prev {
    margin-right: 12px;
}
.payment_modal_name {
    color: #1d3a59;
    flex: 1 1 50%;
    font-size: 13px;
    margin-right: 20px;
    min-width: calc(50% - 20px);
    padding-top: 4px;
}
.payment_modal_name_sum {
    font-weight: 700;
}
.payment_modal_input {
    flex: 1 1 50%;
    min-width: 50%;
    position: relative;
    word-wrap: break-word;
    color: #1d3a59;
}
.payment_modal_input input[type="number"],
.payment_modal_input input[type="password"],
.payment_modal_input input[type="text"] {
    border-color: #8f9da8 #fff #fff #8f9da8;
    border-style: solid;
    border-width: 1px;
    color: #1f72ad;
    font-size: 13px;
    font-weight: 500;
    padding: 4px 5px;
    text-align: center;
    width: 100%;
}
.payment_modal_input input[type="number"].phone_code_input,
.payment_modal_input input[type="password"].phone_code_input,
.payment_modal_input input[type="text"].phone_code_input {
    background: transparent;
    border: 0;
    padding-left: 7px;
    padding-right: 10px;
    position: absolute;
    text-align: right;
    top: 1px;
    width: 50px;
    z-index: 9;
}
.payment_modal_input input[type="number"].phone_code_input ~ input,
.payment_modal_input input[type="password"].phone_code_input ~ input,
.payment_modal_input input[type="text"].phone_code_input ~ input {
    padding-left: 50px;
    text-align: left;
}
.payment_modal_input input[type="number"][type="number"],
.payment_modal_input input[type="password"][type="number"],
.payment_modal_input input[type="text"][type="number"] {
    -moz-appearance: textfield;
}
.payment_modal_input input[type="number"]::-webkit-inner-spin-button,
.payment_modal_input input[type="number"]::-webkit-outer-spin-button,
.payment_modal_input input[type="password"]::-webkit-inner-spin-button,
.payment_modal_input input[type="password"]::-webkit-outer-spin-button,
.payment_modal_input input[type="text"]::-webkit-inner-spin-button,
.payment_modal_input input[type="text"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.payment_modal_input ::placeholder {
    color: #8f9da8;
}
.payment_modal_input_sum input[type="text"] {
    padding: 4px 32px;
}
.payment_modal_error {
    color: #ff4d4d;
    font-size: 10px;
}
.payment_modal_action_btns button:first-child {
    margin: 5px 0 7px;
}
.payment_modal .input_btn {
    align-content: center;
    align-items: center;
    background-color: #1a5684;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 20px;
    justify-content: center;
    line-height: 24px;
    position: absolute;
    top: 1px;
    width: 27px;
}
.payment_modal .input_btn_minus {
    left: 0;
}
.payment_modal .input_btn_plus {
    right: 0;
}
.payment_modal .input_btn:hover {
    background-color: #1f72ad;
}
.payment_modal .fee_information {
    font-size: 11px;
    margin-top: 3px;
}
.payment_modal pre {
    font-family: Roboto;
    font-size: 13px;
    white-space: pre-wrap;
}
.payment_modal iframe {
    max-width: 100%;
}
.payment_modal .response_wrapper {
    color: #666;
    word-wrap: break-word;
}
.payment_modal #copy_message_btn:before,
.payment_modal #copy_wallet_btn:before,
.payment_modal .copy_content_btn:before {
    color: #77a02e;
    content: "\f0c5";
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 16px;
}
.payment_modal #copy_wallet_btn.copy_pb_btn {
    background: #df1b17;
    border-radius: 50%;
    box-shadow: 0 3px #8e1210;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    line-height: 26px;
    margin-left: 5px;
    position: relative;
    text-align: center;
    top: 0;
    transition: all 0.2s ease;
    user-select: none;
    width: 29px;
}
.payment_modal #copy_wallet_btn.copy_pb_btn:hover {
    background: #c11815;
    box-shadow: 0 2px #650c0a;
}
.payment_modal #copy_wallet_btn.copy_pb_btn:active {
    box-shadow: 0 0 #770f0d;
    top: 2px;
}
.payment_modal #copy_wallet_btn.copy_pb_btn:before {
    color: #fff;
    font-size: 14px;
    margin-left: 0;
}
.payment_modal .info-img {
    align-items: center;
    background: #fff;
    border: 1px solid #d8d4d4;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.payment_modal .info-img img {
    padding: 5px;
    width: 31%;
}
.mobi .payment_modal {
    overflow-x: hidden !important;
    overflow-y: auto !important;
}
.payment_modal_content .payment_modal_crypto,
.payment_modal_content .payment_modal_exchange,
.payment_modal_content .payment_modal_minimum,
.payment_modal_content .payment_modal_warning {
    text-align: center;
}
.payment_modal_content .payment_modal_exchange {
    font-weight: 700;
    text-align: center;
}
.payment_modal_content .payment_modal_link {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.payment_modal_content .field_information {
    border-radius: 0;
}
.payment_modal_body .payment_modal_crypto,
.payment_modal_body .payment_modal_exchange {
    font-weight: 700;
    text-align: center;
}
.payment_modal .multistep-progress-bar {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 15px auto;
    max-width: 120px;
    position: relative;
    width: 100%;
}
.payment_modal .multistep-progress-bar .step {
    align-items: center;
    display: flex;
    position: relative;
    z-index: 1;
}
.payment_modal .multistep-progress-bar .step .circle {
    align-items: center;
    background-color: #d3dee8;
    border: 1px solid transparent;
    border-radius: 50%;
    display: flex;
    height: 14px;
    justify-content: center;
    position: relative;
    width: 14px;
    z-index: 2;
}
.payment_modal .multistep-progress-bar .step .circle .checkmark {
    display: flex;
    position: absolute;
}
.payment_modal .multistep-progress-bar .step.completed .circle {
    background-color: #7daa2f;
    border-color: #7daa2f;
}
.payment_modal .multistep-progress-bar .step.current .circle {
    background-color: #fff;
    border: 1px solid #7daa2f;
}
.payment_modal .multistep-progress-bar .step:not(:last-child):after {
    background-color: #d3dee8;
    content: "";
    height: 2px;
    left: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% + 25px);
    z-index: 1;
}
.payment_modal .multistep-progress-bar .step.completed:after {
    background-color: #7daa2f;
}
.datepicker-wrapper .ui-datepicker {
    width: 13em;
}
.payment_modal:not(.full) .datepicker-wrapper .ui-datepicker {
    left: auto !important;
    right: 0 !important;
}
.datepicker-wrapper {
    position: relative;
}
.datepicker-wrapper .ui-datepicker {
    position: absolute !important;
    top: 0 !important;
}
.datepicker-wrapper .ui-datepicker--opened-in-top {
    bottom: 0 !important;
    top: auto !important;
}
@media (max-width: 580px) {
    .datepicker-wrapper .ui-datepicker {
        left: auto !important;
        right: 0 !important;
    }
}
.scrollbar-inner > .scroll-element.scroll-y {
    width: 5px;
}
.scrollbar-inner > .scroll-element .scroll-bar {
    background: #9a9898;
}
.select2 {
    width: 100% !important;
}
.select2.select2-container-phone-codes-select {
    width: 35% !important;
}
.payment_modal_input input[type="text"].keyboardInput.keyboardInput-phone-codes-select {
    width: 62%;
}
.select2-container--default .select2-selection--single {
    border-color: #8f9da8 #fff #fff #8f9da8;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    color: #1f72ad;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    width: 100%;
}
.select2-container--default.select2-container--open .select2-selection--single {
    border-right: 1px solid #8f9da8;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #1f72ad;
}
.select2-container--open .select2-dropdown--below {
    border-radius: 0;
}
.select2-results__option {
    color: #1f72ad;
    font-size: 12px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1a5684;
}
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.ui-datepicker {
    display: none;
    padding: 0.2em 0.2em 0;
    width: 12em;
}
.ui-datepicker .ui-datepicker-header {
    background: #ccc;
    border: 1px solid #ababab;
    color: #212121;
    font-size: 13px;
    font-weight: 700;
    padding: 0.2em 0;
    position: relative;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    height: 1.8em;
    position: absolute;
    top: 2px;
    width: 1.8em;
}
.ui-datepicker .ui-datepicker-prev {
    cursor: pointer;
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    cursor: pointer;
    right: 2px;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    display: block;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-next.ui-state-hover span,
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-prev.ui-state-hover span {
    background-image: url(/paysystems/build/images/ui-icons_ffffff_256x240.0e08d16c.png);
}
.ui-datepicker .ui-datepicker-title {
    line-height: 1.8em;
    margin: 0 2.3em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%;
}
.ui-datepicker table {
    border-collapse: collapse;
    font-size: 0.9em;
    margin: 0 0 0.4em;
    width: 100%;
}
.ui-datepicker th {
    border: 0;
    font-weight: 700;
    padding: 0.7em 0.3em;
    text-align: center;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td a,
.ui-datepicker td span {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    margin: 0.7em 0 0;
    padding: 0 0.2em;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    cursor: pointer;
    float: right;
    margin: 0.5em 0.2em 0.4em;
    overflow: visible;
    padding: 0.2em 0.6em 0.3em;
    width: auto;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker.ui-datepicker-multi {
    background: #fff;
    border: 1px solid #999;
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    margin: 0 auto 0.4em;
    width: 95%;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    font-size: 0;
    width: 100%;
}
.ui-datepicker-multi .ui-datepicker-calendar {
    display: none;
}
.ui-widget-header a {
    filter: Alpha(Opacity=6);
    opacity: 0.6;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    color: #545454;
    font-weight: 400;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #545454;
    text-decoration: none;
}
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    background: none;
    background-image: none;
    border: 1px solid #eee;
    color: #212121;
    filter: Alpha(Opacity=1);
    font-weight: 400;
    opacity: 1;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: #212121;
    text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    color: #212121;
    font-weight: 400;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #78a32e;
    border: 1px solid #658627;
    color: #fff;
}
.preloader {
    align-items: center;
    display: flex;
    height: 60px;
    margin: 0 auto;
    width: 60px;
}
.preloader .dot {
    animation: moveit 1.8s infinite;
    background: #666;
    border-radius: 50%;
    height: 8px;
    margin-right: 3px;
    opacity: 0.3;
    width: 8px;
}
.preloader .dot:nth-child(2) {
    animation-delay: 0.15s;
}
.preloader .dot:nth-child(3) {
    animation-delay: 0.3s;
}
.preloader .dot:nth-child(4) {
    animation-delay: 0.45s;
}
.preloader .dot:nth-child(5) {
    animation-delay: 0.6s;
}
@keyframes moveit {
    0% {
        transform: translateY(0);
    }
    35% {
        opacity: 0.3;
        transform: translateY(0);
    }
    50% {
        opacity: 0.8;
        transform: translateY(-20px);
    }
    70% {
        opacity: 0.8;
        transform: translateY(3px);
    }
    85% {
        transform: translateY(-3px);
    }
}
.alerts-title {
    background: #fff;
    border-radius: 3px 3px 0 0;
    font-weight: 500;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.alerts-text,
.alerts-title {
    color: #1d3a59;
    padding: 12px;
}
.alerts-ok {
    align-items: center;
    background-image: linear-gradient(90deg, #759e2e, #84b332);
    border: 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    height: 34px;
    justify-content: center;
    line-height: 2.5;
    margin: 8px 12px 12px;
    text-transform: uppercase;
    width: calc(100% - 24px);
}
.alerts-ok:hover {
    background-image: linear-gradient(90deg, #84b332, #759e2e);
}
.alerts-cancel {
    align-items: center;
    background-image: linear-gradient(90deg, #c1bebe, #ababab);
    border: 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    height: 34px;
    justify-content: center;
    line-height: 2.5;
    margin: 8px 12px 12px;
    text-transform: uppercase;
    width: calc(100% - 24px);
}
.alerts-cancel:hover {
    background-image: linear-gradient(90deg, #ababab, #c1bebe);
}
#address {
    text-align: left;
}
ul.ui-autocomplete {
    background: #fff;
    border: 1px solid #8f9da8;
    font-size: 14px;
    line-height: 20px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 20%;
}
#newZapros .wrap_address .keyboardInputInitiator {
    margin: -1px 0 0 -60px !important;
}
#vipTimeDiv {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}
.modeCon .modeCon_ul {
    background-color: #fff;
    border-color: #8f9da8 #fff #fff #8f9da8;
    border-style: solid;
    border-width: 1px;
    height: 38px;
    list-style: none outside none;
    margin: 0;
    width: 100% !important;
}
.modeCon .modeCon_ul li {
    background: #fff;
    border: none;
    color: #6c747a;
    cursor: pointer;
    float: left;
    font-size: 13px;
    line-height: 38px;
    text-align: center;
    width: 50%;
}
.modeCon .modeCon_ul li:hover {
    color: #484d51;
}
.modeCon .modeCon_ul li.active {
    background: #1a5684;
    color: #fff;
    cursor: default;
}
.modeCon .modeCon_ul.notFixW {
    display: table;
    margin-top: 15px;
    vertical-align: top;
}
.modeCon .modeCon_ul.notFixW li {
    display: table-cell;
    float: none;
    padding: 0 3%;
    width: auto;
}
#points-map {
    border: 1px solid #ccc;
    border-radius: 4px;
    float: left;
    height: 360px;
    margin: 10px 0;
    overflow: hidden;
    width: 100%;
}
.selectCountry_div {
    margin-bottom: 28px;
}
#adres_list {
    background-color: #fff;
    border-color: #8f9da8 #fff #fff #8f9da8 !important;
    border-style: solid !important;
    border-width: 1px !important;
    display: block;
    max-height: 360px;
    overflow: auto;
    padding: 10px 0;
    width: 100%;
}
#adres_list .point-item {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
}
#adres_list .point-item.active {
    background: none repeat scroll 0 0 rgba(179, 217, 255, 0.35);
    font-weight: 700;
}
.point-country {
    display: block;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    margin: 0;
    padding-top: 20px;
    text-decoration: underline;
}
.point-region {
    color: #666;
    font-size: 13px;
    margin: 10px 0;
}
.point-city,
.point-region {
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: 700;
}
.point-city {
    color: #069;
    font-size: 11px;
    margin-bottom: 5px;
    padding-left: 10px;
    text-decoration: underline;
}
.point-item {
    display: block;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    padding: 6px 0 6px 10px;
    width: 100%;
}
.point-item:hover {
    background: rgba(179, 217, 255, 0.35);
}
.point-adress {
    display: block;
    vertical-align: middle;
    width: 100%;
}
.point-img {
    margin: 15px 0;
    width: 65%;
}
.point-img,
.point-time {
    display: inline-block;
    vertical-align: middle;
}
.point-time {
    padding: 0 10px;
    text-align: center;
}
.point-live,
.point-tv {
    background: #8cb8e3;
    color: #fff;
    text-shadow: 1px 1px 2px #3d6e9e;
}
.point-live,
.point-pc,
.point-tv {
    border-radius: 3px;
    font-size: 10px;
    font-weight: 700;
    margin: 0 3px;
    padding: 3px 4px;
}
.point-pc {
    background: #dedede;
    color: #666;
    text-shadow: 1px 1px 2px #878787;
}
.point-item img {
    padding: 0 3px;
    vertical-align: middle;
}
.wrap_address {
    border-right: 1px solid #8f9da8 !important;
    position: relative;
}
#search_city {
    height: 26px;
    line-height: 26px;
    position: absolute;
    right: 0;
    top: 0;
    width: 26px;
}
#search_city:before {
    color: #1a5684;
    content: "\f002";
    cursor: pointer;
    font: normal normal normal 18px/1 FontAwesome;
}
.pay_help_info {
    color: #1d3a59;
    cursor: pointer;
    margin-top: 15px;
    text-align: center;
}
.pay_help_deduce {
    border: 2px dashed rgba(0, 0, 0, 0.3);
    color: #000;
    font-size: 13px;
    margin-top: 15px;
    padding: 10px 10px 0;
}
.keyboardInputInitiator {
    cursor: pointer;
    margin: 0 3px;
    position: absolute;
    right: 0;
    top: 5px;
    vertical-align: middle;
}
.mobi {
    padding: 10px 0;
}
.mobi .requests_output_block .update_status {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
.mobi header {
    padding: 0 10px;
}
.mobi header .wrap_header_text {
    flex-basis: 100%;
}
.mobi header .header_title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.mobi header .promo {
    margin-top: 20px;
    width: 100%;
}
.mobi .header_text {
    display: none;
}
.mobi .tools {
    flex-wrap: wrap;
    margin-top: 10px;
    width: 100%;
}
.mobi .without_geo {
    order: 1;
}
.mobi .confirmation {
    justify-content: space-between;
    margin-bottom: 10px;
    order: 0;
    width: 100%;
}
.mobi .confirmation_text {
    font-size: 14px;
}
.mobi .confirmation_switch {
    margin-left: 0;
}
.mobi .confirmation_switch_item {
    font-size: 14px;
    padding: 0 10px;
    text-transform: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
.mobi .confirmation_switch_item i {
    display: none;
}
.mobi .btn_wrap {
    display: flex;
    height: 28px;
    justify-content: space-between;
    position: relative;
    width: 100%;
}
.mobi .btn_wrap .btn_payment_method {
    background: #4682b4;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    left: 0;
    padding: 5px 10px;
    position: absolute;
    text-transform: none;
    top: 0;
    z-index: 5;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
.mobi .requests_output_wrap {
    display: flex;
    justify-content: flex-end;
    position: relative;
    width: 100%;
}
.mobi .requests_output {
    margin-top: 0;
    padding: 5px 10px;
    text-transform: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
.mobi .requests_output:hover {
    background: #759e2e;
}
.mobi .requests_output_block {
    top: 28px;
    width: 100%;
}
.mobi .requests_output_row {
    flex-direction: column;
}
.mobi .requests_output_cell {
    flex: 1 1 auto;
    flex-direction: row;
    width: 100%;
}
.mobi .requests_output_cell .requests_data,
.mobi .requests_output_cell .requests_title {
    flex: 1 1 50%;
}
.mobi .container {
    margin-top: 10px;
}
.mobi aside {
    height: 100%;
    left: -320px;
    max-height: 100%;
    opacity: 0;
    padding-right: 0;
    position: fixed;
    top: 0;
    transition: left 0.3s ease, opacity 0.4s ease;
    width: 300px;
    z-index: 30;
}
@media screen and (max-width: 320px) {
    .mobi aside {
        width: 255px;
    }
}
.mobi aside .close {
    align-items: center;
    background: #40617d;
    border: 0;
    color: #fff;
    display: flex;
    flex-direction: row;
    font-size: 18px;
    height: 64px;
    justify-content: center;
    margin: auto;
    padding: 0;
    position: absolute;
    right: -64px;
    text-decoration: none;
    top: 0;
    transition: 0.3s ease;
    width: 64px;
}
.mobi aside .close .btn__ico_close {
    line-height: 1;
    margin: auto;
    position: relative;
}
.mobi aside .close .btn__ico_close:before {
    content: "\f00d";
    font: normal normal normal 22px/1 FontAwesome;
}
.mobi aside:not(.active) .close {
    display: none;
}
.mobi aside.active {
    left: 0;
    opacity: 1;
}
.mobi aside .aside_row {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
.mobi aside .aside_row:after,
.mobi aside .aside_row:before {
    display: none;
}
.mobi .wrap_section {
    width: 100%;
}
.mobi .wrap_section section {
    padding: 10px 0 5px 10px;
}
.mobi .payment_wrap {
    margin-top: 10px;
    max-width: 100%;
}
.mobi .payment_wrap p {
    margin-right: 10px;
}
.mobi .section_name_method {
    margin-right: 10px;
    text-align: center;
}
.mobi .section_name_method span {
    display: block;
    margin-left: 0;
}
.mobi .payment_item {
    width: calc(50% - 10px);
}
@media screen and (min-width: 420px) {
    .mobi .payment_item {
        width: calc(33.33% - 10px);
    }
}
@media screen and (min-width: 600px) {
    .mobi .payment_item {
        width: calc(25% - 10px);
    }
}
@media screen and (min-width: 800px) {
    .mobi .payment_item {
        width: calc(20% - 10px);
    }
}
@media screen and (min-width: 900px) {
    .mobi .payment_item {
        width: calc(16.66% - 10px);
    }
}
@media screen and (min-width: 1150px) {
    .mobi .payment_item {
        width: calc(14.28% - 10px);
    }
}
@media screen and (min-width: 1280px) {
    .mobi .payment_item {
        width: calc(12.5% - 10px);
    }
}
@media screen and (min-width: 1400px) {
    .mobi .payment_item {
        width: calc(11.11% - 10px);
    }
}
@media screen and (min-width: 1550px) {
    .mobi .payment_item {
        width: calc(10% - 10px);
    }
}
@media screen and (min-width: 1700px) {
    .mobi .payment_item {
        width: calc(9.09% - 10px);
    }
}
.mobi .payment_modal {
    margin-top: 0;
}
.mobi .payment_modal .close {
    color: #1a5684;
    right: 15px;
    top: 10px;
    z-index: 99999;
}
.mobi .payment_modal.active.full {
    border-radius: 0;
    left: 0;
    margin-left: 0;
    top: 0;
    width: 100%;
}
.mobi .payment_modal_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
    border: none;
}
@media (orientation: landscape) and (max-height: 500px) {
    .mobi .aside_wrap {
        max-height: 100%;
        overflow-y: auto;
    }
}
@media (max-width: 512px) {
    .mobi .payment_modal.active {
        left: 2.5%;
        margin-left: 0;
        max-height: calc(100vh - 130px);
        width: 95%;
    }
}
.mobi .modeCon .modeCon_ul.notFixW li {
    display: block;
    line-height: 16px;
    padding: 3px 3%;
}
.mobi #adres_list {
    max-height: 200px;
}
body.page_info {
    background: #fff;
    padding: 12px 10px;
}
.promo {
    margin: 0 auto;
    max-width: 1000px;
    text-align: center;
}
.promo img {
    margin-bottom: 10px;
    max-width: 100%;
}
.promo .owl-dots {
    display: none;
}
.promo .owl-next,
.promo .owl-prev {
    background: #000;
    color: transparent;
    height: 38px;
    opacity: 0.4;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
}
.promo .owl-next:before,
.promo .owl-prev:before {
    align-items: center;
    color: #fff;
    display: flex;
    font-family: FontAwesome;
    font-size: 22px;
    height: 38px;
    justify-content: center;
}
.promo .owl-prev {
    left: 0;
}
.promo .owl-prev:before {
    content: "\f104";
    width: 20px;
}
.promo .owl-next {
    right: 0;
}
.promo .owl-next:before {
    content: "\f105";
    width: 24px;
}
.container-info {
    flex-wrap: wrap;
    margin-top: 0;
}
.tools_info {
    align-items: flex-start;
    display: flex;
    flex-basis: 100%;
    justify-content: space-between;
}
.select_countries_wrap {
    margin-bottom: 15px;
    padding-right: 20px;
    transition: width 0.5s ease;
    width: 320px;
}
@media screen and (max-width: 1150px) {
    .select_countries_wrap {
        width: 250px;
    }
}
.select_countries_wrap .select2-selection--single {
    background: #4682b4;
    border: 0;
    height: auto;
    padding: 7px 0 8px;
}
.select_countries_wrap .select2-selection--single .select2-selection__rendered {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    margin-left: 15px;
    text-align: left;
}
.select_countries_wrap .select2-selection--single .select2-selection__rendered:before {
    color: #fff;
    content: "\f0ac";
    display: inline-block;
    font: normal normal normal 13px/1 FontAwesome;
    margin-right: 8px;
}
.select_countries_wrap .select2-selection--single .select2-selection__arrow {
    right: 10px;
    top: 3px;
}
.select_countries_wrap .select2-selection--single .select2-selection__arrow b {
    border: 0;
    height: 18px;
    transform: rotate(0deg);
    transition: transform 0.2s ease;
    width: 12px;
}
.select_countries_wrap .select2-selection--single .select2-selection__arrow b:before {
    color: #fff;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
}
.select_countries_wrap .select2-container--open .select2-selection--single {
    border: 0;
}
.select_countries_wrap .select2-container--open .select2-selection__arrow b {
    transform: rotate(180deg);
}
.select-countries .select2-dropdown {
    box-shadow: 0 2px 5px 0 rgba(29, 58, 89, 0.55);
}
.info_pay_tab_wrap {
    display: flex;
    margin-bottom: 15px;
    transition: width 0.5s ease;
    width: calc(100% - 320px);
}
@media screen and (max-width: 1150px) {
    .info_pay_tab_wrap {
        width: calc(100% - 250px);
    }
}
.info_pay_tab_wrap .info_pay_tab {
    background: #d0dae1;
    color: #0c2e4b;
    cursor: pointer;
    flex: 1 1 50%;
    font-size: 13px;
    font-weight: 500;
    padding: 14px 0;
    text-align: center;
    text-transform: uppercase;
    transition: background 0.5s ease, color 0.5s ease;
}
.info_pay_tab_wrap .info_pay_tab:first-of-type {
    margin-right: 5px;
}
.info_pay_tab_wrap .info_pay_tab:last-of-type {
    margin-left: 5px;
}
.info_pay_tab_wrap .info_pay_tab.active,
.info_pay_tab_wrap .info_pay_tab:hover {
    background: #4682b4;
    color: #fff;
}
.payment_info_wrap {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 15px;
}
.payment_info_item {
    align-items: stretch;
    background: #fff;
    box-shadow: 0 0 0 0 transparent;
    display: flex;
    height: 95px;
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
}
.payment_info_item:hover {
    animation: shadow-center 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) 0s 1 normal both;
}
.payment_info_item__logo {
    flex-basis: 30%;
    max-width: 120px;
    position: relative;
}
.payment_info_item__logo:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 35px;
    left: 50%;
    max-width: 80%;
    position: absolute;
    top: 35%;
    transform: scale(1) translate(-50%, -50%);
    width: 100px;
}
.payment_info_item__name {
    color: #0c2e4b;
    font-size: 12px;
    font-weight: 500;
    left: 0;
    padding: 3px 5px;
    position: absolute;
    text-align: center;
    top: 55px;
    width: 100%;
    word-wrap: break-word;
}
.payment_info_item__name.without_cuting {
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: center;
}
.payment_info_item__content {
    background: #edf2f2;
    color: #0c2e4b;
    display: flex;
    flex-basis: 70%;
    flex-direction: column;
    font-size: 10px;
    justify-content: space-between;
    line-height: 14px;
    min-width: calc(100% - 120px);
    padding: 10px;
}
.payment_info_item__content .content_row_bottom {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
}
.payment_info_item__content .link,
.payment_info_item__content .time {
    color: #1f72ad;
}
.payment_info_item__content .link {
    cursor: pointer;
}
.payment_info_item__content .link .more,
.payment_info_item__content .link a {
    color: #1f72ad;
    font-size: 11px;
    text-decoration: underline;
}
.payment_info_item__content .link .more:hover,
.payment_info_item__content .link a:hover {
    text-decoration: none;
}
.payment_info_item__content .link .more i {
    font-size: 12px;
    margin-left: 3px;
    transform: rotate(0deg);
    transition: transform 0.2s ease;
}
.payment_info_item__content .link .more.open i {
    transform: rotate(180deg);
}
.payment_info_item__content button {
    background: #78a32e;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    font-weight: 500;
    padding: 8px 15px;
    text-transform: uppercase;
}
.payment_info_item__content button:hover {
    background: #658627;
}
.payment_info_item__content .more_block {
    background: #edf2f2;
    box-shadow: 0 2px 5px 0 rgba(29, 58, 89, 0.55);
    display: none;
    font-size: 11px;
    left: 0;
    padding: 5px 10px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 30;
}
.payment_info_item__content .more_block p {
    margin: 5px 0 0;
}
.payment_info_item__content .more_block ul {
    padding-left: 20px;
}
.payment_info_item__content .more_block ul li {
    list-style-type: disc;
}
.impty_sistem {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    width: 100%;
}
.payment_info_item {
    width: calc(100% - 10px);
}
@media screen and (min-width: 1100px) {
    .payment_info_item {
        width: calc(50% - 10px);
    }
}
@media screen and (min-width: 1500px) {
    .payment_info_item {
        width: calc(33.33% - 10px);
    }
}
@media screen and (min-width: 1900px) {
    .payment_info_item {
        width: calc(25% - 10px);
    }
}
.mobi.page_info {
    border: 0;
    padding: 0;
}
.mobi.page_info .payment_info_item__content {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
.mobi.page_info header {
    padding: 51px 10px 0;
}
.mobi.page_info .promo {
    margin: 10px auto -10px;
    width: calc(100% - 20px);
}
.mobi.page_info .promo .owl-nav {
    display: none;
}
.mobi.page_info .container {
    margin-top: 10px;
}
.mobi.page_info .tools_info .select_countries_wrap {
    padding-right: 0;
    position: absolute;
    right: 10px;
    top: 51px;
    width: auto;
}
.mobi.page_info .tools_info .select2 {
    width: 170px !important;
}
.mobi.page_info .tools_info .select2-selection--single {
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
.mobi.page_info .tools_info .select2-selection--single .select2-selection__rendered {
    margin-left: 5px;
}
.mobi.page_info .tools_info .select2-selection--single .select2-selection__arrow {
    top: -4px;
}
.mobi.page_info .info_pay_tab_wrap {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.mobi.page_info .info_pay_tab_wrap .info_pay_tab {
    font-size: 11px;
    opacity: 0.5;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
.mobi.page_info .info_pay_tab_wrap .info_pay_tab:first-of-type {
    margin-right: 0;
}
.mobi.page_info .info_pay_tab_wrap .info_pay_tab:last-of-type {
    margin-left: 0;
}
.mobi.page_info .info_pay_tab_wrap .info_pay_tab.active,
.mobi.page_info .info_pay_tab_wrap .info_pay_tab:hover {
    background: #fff;
    border-bottom: 1px solid #d0dae1;
    color: #0c2e4b;
    opacity: 1;
}
.mobi.page_info .wrap_section section {
    margin-bottom: 10px;
    padding: 10px 0 0 10px;
}
.mobi.page_info .select_countries_wrap .select2-selection--single {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 375px) {
    .mobi.page_info .btn_wrap .btn_payment_method {
        padding: 7px 10px;
        width: 100%;
    }
    .mobi.page_info .promo {
        margin: 50px 10px -50px;
    }
    .mobi.page_info .promo:not(:empty) + #for-load .container.container-info {
        margin-top: 10px;
    }
    .mobi.page_info .promo:empty {
        display: none;
    }
    .mobi.page_info .container {
        margin-top: 50px;
    }
    .mobi.page_info .tools_info .select2 {
        width: 100% !important;
    }
    .mobi.page_info .tools_info .select_countries_wrap {
        left: 10px;
        top: 92px;
    }
}
.rtl .aside_row,
.rtl .confirmation,
.rtl .modal-payment__container,
.rtl .payment_modal_body,
.rtl .select2-container--open .select2-dropdown--below,
.rtl .without_geo,
.rtl .wrap_section,
.rtl header,
.rtl.mobi .tools {
    direction: rtl;
}
.rtl .payment_modal_row {
    align-items: center;
}
.rtl .payment_modal_input input#phone_num {
    direction: ltr;
}
.rtl .payment_modal_name_sum {
    font-size: 11px;
}
.rtl .without_geo:before {
    left: auto;
    right: 20px;
}
.rtl .without_geo {
    margin-left: 115px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 45px;
    width: auto;
}
.rtl .without_geo.active:after {
    left: auto;
    right: 23px;
}
.rtl .wrap_section section {
    padding: 15px 15px 5px 5px;
}
.rtl .confirmation_switch_item i,
.rtl .payment_info_item,
.rtl .payment_item {
    margin-left: 10px;
    margin-right: 0;
}
.rtl .payment_item__name {
    direction: ltr;
}
.rtl .payment_modal_name {
    margin-left: 20px;
    margin-right: 0;
}
.rtl .scrollbar-inner > .scroll-element.scroll-y {
    left: 2px;
    right: auto;
}
.rtl .payment_info_item__content .more_block ul,
.rtl .requests_output {
    margin-left: 0;
    margin-right: 20px;
}
.rtl .requests_output i {
    margin-left: 0;
    margin-right: 10px;
}
.rtl .requests_output_block {
    left: 0;
    right: auto;
}
.rtl .requests_output_block .update_status i {
    margin-left: 5px;
    margin-right: 0;
}
.rtl .confirmation_switch {
    margin-left: 0;
    margin-right: 25px;
}
.rtl.mobi .wrap_section section {
    padding: 10px 10px 5px 0;
}
.rtl.mobi .btn_wrap .btn_payment_method,
.rtl.mobi .without_geo:before {
    left: auto;
    right: 0;
}
.rtl.mobi .without_geo {
    padding-left: 20px;
    padding-right: 25px;
}
.rtl.mobi .without_geo.active:after {
    left: auto;
    right: 3px;
}
.rtl.mobi.page_info .tools_info .select_countries_wrap {
    left: 10px;
    right: auto;
}
.rtl.mobi.page_info .wrap_section section {
    padding: 10px 10px 0 0;
}
.rtl.desktop_popup .btn_wrap .btn_payment_method {
    left: auto;
}
.rtl.desktop_popup .tools {
    direction: rtl;
}
.rtl.desktop_popup .tools,
.rtl.desktop_popup header .btn_wrap,
.rtl.desktop_popup header .tools {
    margin-left: 0;
    margin-right: 30px;
}
.rtl.desktop_popup .section_name_method {
    text-align: right;
}
.rtl.desktop_popup .without_geo {
    padding-right: 25px;
}
.rtl.desktop_popup .without_geo:before {
    right: 0;
}
.rtl.desktop_popup .without_geo:after {
    right: 3px;
}
.rtl.desktop_popup .wrap_section section {
    padding: 10px 10px 5px 0;
}
.rtl.desktop_popup .scrollbar-inner > .scroll-element.scroll-y {
    left: 0;
}
body.onpay_page {
    background: url(/paysystems/build/images/bg_end_order.f69761e7.jpg) top;
    color: #333;
    font-family: Roboto, Arial, sans-serif;
    font-size: 12px;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}
body.onpay_page .wrap_end_order {
    left: 50%;
    max-width: 700px;
    position: absolute;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}
body.onpay_page .wrap_end_order .text {
    padding-top: 240px;
    position: relative;
}
body.onpay_page .wrap_end_order .text:before {
    background-image: url(/paysystems/build/images/icon_end_order.53c83709.png);
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 192px;
    left: 50%;
    margin-left: -114px;
    position: absolute;
    top: 0;
    width: 227px;
}
body.onpay_page .wrap_end_order .text.text_error:before {
    background-position: 0 0;
}
body.onpay_page .wrap_end_order .text.text_processing:before {
    background-position: 0 -192px;
}
body.onpay_page .wrap_end_order .text.text_success:before {
    background-position: 0 -384px;
}
body.onpay_page .wrap_end_order .text p {
    color: #fff;
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 10px 0;
}
body.onpay_page .wrap_end_order .text p.text2 {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 18px;
    margin: 70px 40px 100px;
}
body.onpay_page .wrap_end_order a {
    color: #6dcaff;
    text-decoration: none;
}
body.onpay_page .wrap_end_order a:hover {
    text-decoration: underline;
}
body.onpay_page .wrap_reg_data {
    margin-top: 40px;
}
body.onpay_page .wrap_reg_data p.text2 {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 18px;
    margin: 0;
}
body.onpay_page .reg_data {
    background: #0a2d48;
    border: 1px solid #fff;
    border-radius: 5px;
    display: inline-block;
    margin: 30px 0 40px;
}
body.onpay_page .reg_data > span {
    color: #e6e6e6;
    display: inline-block;
    font-size: 15px;
    padding: 10px 20px;
}
body.onpay_page .reg_data > span:first-child {
    border-right: 1px solid #fff;
}
body.onpay_page .reg_data > span > span {
    font-size: 17px;
}
body.onpay_page .after_reg_ul_save span {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}
body.onpay_page .after_reg_ul_save a {
    border: 1px solid transparent;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    padding: 10px 15px 10px 40px;
}
body.onpay_page .after_reg_ul_save a:hover {
    border: 1px solid #445b6c;
    text-decoration: none;
}
body.onpay_page .after_reg_ul_save a:before {
    color: #fff;
    content: "";
    font-family: FontAwesome;
    font-size: 17px;
    left: 13px;
    position: absolute;
    top: -2px;
}
body.onpay_page .after_reg_ul_save span:first-child a:before {
    content: "\f0e0";
}
body.onpay_page .after_reg_ul_save span:nth-child(2) a:before {
    content: "\f016";
}
body.onpay_page .after_reg_ul_save span:nth-child(3) a:before {
    content: "\f1c5";
}
body.onpay_page .logo_end_order {
    margin-top: 90px;
}
.warning {
    align-items: center;
    background: #e0e0e0;
    display: flex;
    margin-top: 10px;
    min-width: 100%;
    padding: 10px 15px 9px;
}
@media screen and (max-width: 750px) {
    .warning {
        padding: 15px 20px;
    }
}
.warning:before {
    color: #2d3842;
    content: "\f06a";
    font-family: FontAwesome;
    font-size: 37px;
    margin: 0 10px 0 5px;
}
.warning-text {
    color: #2d3842;
    flex: 1;
    font-size: 14px;
}
.warning-text span {
    color: #7a7f8e;
    font-weight: 700;
}
.warning-img {
    margin-left: 30px;
}
.warning-header {
    cursor: pointer;
    position: relative;
}
.warning.has-header:before {
    content: none;
}
.warning.has-header .warning-header {
    align-items: center;
    display: flex;
    margin-bottom: 5px;
    padding-right: 30px;
}
.warning.has-header .warning-header:before {
    color: #2d3842;
    content: "\f06a";
    font-family: FontAwesome;
    font-size: 37px;
    margin: 0 10px 0 5px;
}
.warning.has-header .warning-header:after {
    color: #2d3842;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s;
}
.warning.has-header .warning-header.open:after {
    content: "\f106";
}
.full-banner {
    background-color: #e0e0e0;
    cursor: pointer;
    height: 70px;
    margin: 10px 0 0;
    padding: 0 40px;
    position: relative;
    width: 100%;
}
.full-banner-text {
    color: #2d3842;
    font-size: 14px;
}
.full-banner-button {
    background: #4682b4;
    border-radius: 6.3px;
    color: #fff;
    font-size: 18px;
    padding: 8px 21px;
}
.full-banner > div {
    height: 100%;
}
.full-banner > div > a {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-around;
}
.warning-button {
    align-items: center;
    background-color: #456d3c;
    border-radius: 20px;
    color: #fff;
    display: flex;
    height: 40px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    max-width: 270px;
    padding-left: 30px;
    padding-right: 30px;
    transition: background-color 0.2s linear;
}
.warning-button:hover {
    background-color: #759e2e;
}
.warning-button__caption {
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
}
.mobi .warning {
    padding: 5px 10px;
    width: 100%;
}
.mobi .warning:before {
    font-size: 75px;
    margin: 0 20px 0 5px;
}
@media screen and (max-width: 375px) {
    .mobi .warning:before {
        font-size: 50px;
    }
}
.mobi .warning-text {
    font-size: 14px;
}
.mobi .warning-img {
    margin-left: 20px;
}
.mobi .full-banner {
    height: 40px;
    padding: 0 40px;
}
.mobi .full-banner > div > a {
    justify-content: space-between;
}
#before_preloader {
    left: 50%;
    position: fixed;
    top: 50%;
    z-index: 100;
}
#before_preloader .preloader {
    width: 120px;
}
#before_preloader .dot {
    background: #fff;
    height: 20px;
    opacity: 1;
    width: 20px;
}
.desktop_popup {
    padding: 10px 0;
}
.desktop_popup > div {
    max-height: 100%;
}
.desktop_popup > div.scrollbar-inner > .scroll-element.scroll-y {
    right: 0;
}
.desktop_popup header {
    padding: 0 10px;
}
.desktop_popup header .wrap_header_text {
    flex-basis: 100%;
}
.desktop_popup header .header_title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.desktop_popup header .promo {
    margin-top: 20px;
    width: 100%;
}
.desktop_popup .header_text {
    display: none;
}
.desktop_popup .tools {
    flex-wrap: wrap;
    margin-top: 10px;
    width: 100%;
}
.desktop_popup .without_geo {
    order: 1;
}
.desktop_popup .confirmation {
    justify-content: space-between;
    margin-bottom: 10px;
    order: 0;
    width: 100%;
}
.desktop_popup .confirmation_text {
    font-size: 14px;
}
.desktop_popup .confirmation_switch {
    margin-left: 0;
}
.desktop_popup .confirmation_switch_item {
    font-size: 14px;
    padding: 0 10px;
    text-transform: none;
}
.desktop_popup .confirmation_switch_item i {
    display: none;
}
.desktop_popup .btn_wrap {
    display: flex;
    height: 28px;
    justify-content: space-between;
    position: relative;
    width: 100%;
}
.desktop_popup .btn_wrap .btn_payment_method {
    background: #4682b4;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    left: 0;
    padding: 5px 10px;
    position: absolute;
    text-transform: none;
    top: 0;
    z-index: 5;
}
.desktop_popup .requests_output_wrap {
    display: flex;
    justify-content: flex-end;
    position: relative;
    width: 100%;
}
.desktop_popup .requests_output {
    margin-top: 0;
    padding: 5px 10px;
    text-transform: none;
}
.desktop_popup .requests_output:hover {
    background: #759e2e;
}
.desktop_popup .requests_output_block {
    top: 28px;
    width: 100%;
}
.desktop_popup .requests_output_row {
    flex-direction: column;
}
.desktop_popup .requests_output_cell {
    flex: 1 1 auto;
    flex-direction: row;
    width: 100%;
}
.desktop_popup .requests_output_cell .requests_data,
.desktop_popup .requests_output_cell .requests_title {
    flex: 1 1 50%;
}
.desktop_popup .container {
    margin-top: 10px;
}
.desktop_popup aside {
    height: 100%;
    left: -320px;
    max-height: 100%;
    opacity: 0;
    padding-right: 0;
    position: fixed;
    top: 0;
    transition: left 0.3s ease, opacity 0.4s ease;
    width: 320px;
    z-index: 30;
}
.desktop_popup aside .close {
    align-items: center;
    background: none;
    border: 0;
    color: #0c2e4b;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    font-size: 18px;
    height: 36px;
    justify-content: center;
    margin: auto;
    padding: 0;
    position: absolute;
    right: -40px;
    text-decoration: none;
    top: 0;
    transition: 0.3s ease;
    width: 36px;
    z-index: 5;
}
.desktop_popup aside .close .btn__ico_close {
    line-height: 1;
    margin: auto;
    position: relative;
}
.desktop_popup aside .close .btn__ico_close:before {
    content: "\f00d";
    font: normal normal normal 28px/1 FontAwesome;
}
.desktop_popup aside .aside_wrap {
    border-bottom: 1px solid #d0dae1;
    border-top: 1px solid #d0dae1;
    max-height: 100%;
}
.desktop_popup aside.active {
    left: 0;
    opacity: 1;
}
.desktop_popup aside .aside_row {
    font-size: 13px;
    padding: 9.4px 10px 9px 20px;
    text-transform: none;
}
.desktop_popup aside .aside_row:after,
.desktop_popup aside .aside_row:before {
    display: none;
}
.desktop_popup aside .aside_row:not(:first-of-type) {
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
}
.desktop_popup aside .aside_row:first-of-type {
    border-width: 0 1px 1px;
}
.desktop_popup aside .aside_row:last-of-type {
    border-width: 1px 1px 0;
}
.desktop_popup aside .aside_row.active,
.desktop_popup aside .aside_row:hover {
    background: #fff;
    border-left: 4px solid #51a5e6;
    color: #0c2e4b;
    padding-left: 17px;
}
.desktop_popup .fon_modal,
.desktop_popup .fon_modal.active {
    background: hsla(0, 0%, 100%, 0.6);
}
.desktop_popup .wrap_section {
    width: 100%;
}
.desktop_popup .wrap_section section {
    padding: 10px 0 5px 10px;
}
.desktop_popup .payment_wrap {
    margin-top: 10px;
}
.desktop_popup .section_name_method {
    text-align: center;
}
.desktop_popup .section_name_method span {
    display: block;
    margin-left: 0;
}
.desktop_popup .payment_item {
    width: calc(20% - 10px);
}
.desktop_popup .payment_modal {
    box-shadow: 1px 1.732px 6px 0 rgba(12, 48, 75, 0.4);
    margin-top: 0;
}
.desktop_popup .payment_modal .close {
    color: #1a5684;
    right: 15px;
    top: 10px;
    z-index: 99999;
}
.desktop_popup .payment_modal.active.full {
    border-radius: 0;
    left: 0;
    margin-left: 0;
    top: 0;
    width: 100%;
}
@media (orientation: landscape) and (max-height: 500px) {
    .desktop_popup .aside_wrap {
        max-height: 100%;
        overflow-y: auto;
    }
}
@media (max-width: 370px) {
    .desktop_popup .payment_modal.active {
        left: 2.5%;
        margin-left: 0;
        width: 95%;
    }
}
.desktop_popup .modeCon .modeCon_ul.notFixW li {
    display: block;
    line-height: 16px;
    padding: 3px 3%;
}
.desktop_popup #adres_list {
    max-height: 200px;
}
.desktop_popup #before_preloader {
    margin-left: -60px;
}
.twofactor-withdraw {
    padding: 45px 25px;
}
.twofactor-withdraw__header {
    margin-bottom: 65px;
    text-align: center;
}
.twofactor-withdraw__title {
    color: #0c2e4b;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.twofactor-withdraw__text {
    color: #0c2e4b;
    margin: 10px 0;
}
.twofactor-withdraw__list {
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 1017px) {
    .twofactor-withdraw__list {
        flex-wrap: wrap;
    }
}
.twofactor-withdraw__list-item {
    border: 2px solid #d0dae1;
    max-width: 350px;
    min-height: 375px;
    padding: 30px 20px;
    position: relative;
}
@media screen and (max-width: 1017px) {
    .twofactor-withdraw__list-item {
        margin-bottom: 10px;
        max-width: 70%;
        min-height: 280px;
        min-width: 70%;
    }
}
.twofactor-withdraw__list-item + .twofactor-withdraw__list-item {
    margin-left: 20px;
}
@media screen and (max-width: 1017px) {
    .twofactor-withdraw__list-item + .twofactor-withdraw__list-item {
        margin-left: 0;
    }
}
.twofactor-withdraw__list-item:before {
    background: #1a5684;
    bottom: 25px;
    content: "";
    height: 45px;
    position: absolute;
    right: -1px;
    width: 55px;
}
.twofactor-withdraw__list-item:after {
    border-bottom: 45px solid #1a5684;
    border-left: 13px solid transparent;
    bottom: 25px;
    content: "";
    height: 0;
    position: absolute;
    right: 54px;
    width: 0;
}
.twofactor-withdraw__list-title {
    align-items: center;
    color: #1a5684;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    min-height: 45px;
    padding-left: 60px;
    position: relative;
    text-transform: uppercase;
}
.twofactor-withdraw__list-title:before {
    align-items: center;
    background: #1a5684;
    color: #fff;
    display: flex;
    font-size: 20px;
    font-weight: 500;
    height: 45px;
    justify-content: center;
    left: -21px;
    position: absolute;
    top: 0;
    width: 55px;
}
.twofactor-withdraw__list-item:first-child .twofactor-withdraw__list-title:before {
    content: "1";
}
.twofactor-withdraw__list-item:nth-child(2) .twofactor-withdraw__list-title:before {
    content: "2";
}
.twofactor-withdraw__list-item:nth-child(3) .twofactor-withdraw__list-title:before {
    content: "3";
}
.twofactor-withdraw__list-title:after {
    border-right: 13px solid transparent;
    border-top: 45px solid #1a5684;
    content: "";
    height: 0;
    left: 34px;
    position: absolute;
    top: 0;
    width: 0;
}
.twofactor-withdraw__list-text {
    color: #0c2e4b;
    margin: 20px 0 10px;
}
.twofactor-withdraw__app {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
@media screen and (min-width: 1017px) and (max-width: 1134px) {
    .twofactor-withdraw__app {
        flex-wrap: wrap;
        justify-content: center;
    }
}
.twofactor-withdraw__app-link {
    background: #000;
    border-radius: 7px;
    color: #fff;
    margin-bottom: 10px;
    padding: 5px 10px 5px 45px;
    position: relative;
    width: 146px;
}
.twofactor-withdraw__app-link:hover {
    background: #303030;
}
.twofactor-withdraw__app-link:first-child {
    margin-right: 10px;
}
@media screen and (min-width: 1017px) and (max-width: 1134px) {
    .twofactor-withdraw__app-link:first-child {
        margin-right: 0;
    }
}
.twofactor-withdraw__app-link_apple:before,
.twofactor-withdraw__app-link_google:before {
    background: url(/paysystems/build/images/app_google_apple.3e8f3dcf.png) no-repeat;
    background-size: cover;
    content: "";
    height: 28px;
    left: 10px;
    position: absolute;
    top: 8px;
    width: 26px;
}
.twofactor-withdraw__app-link_google:before {
    background-position: 0 0;
}
.twofactor-withdraw__app-link_apple:before {
    background-position: 0 -29px;
}
.twofactor-withdraw__app-text {
    display: block;
    font-size: 10px;
}
.twofactor-withdraw__app-name {
    font-size: 17px;
    line-height: 17px;
}
.twofactor-withdraw__qrcode {
    display: flex;
    margin-top: 20px;
}
.twofactor-withdraw__qrcode-img {
    margin: 5px auto;
}
.twofactor-withdraw__qrcode-text-wrap {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-left: 10px;
}
.twofactor-withdraw__qrcode-text {
    color: #a8a8a8;
    flex: 4 1;
    font-size: 13px;
}
.twofactor-withdraw__qrcode-link {
    color: #4682b4;
    flex: 1 1;
    font-size: 12px;
    text-decoration: underline;
}
.twofactor-withdraw__qrcode-link:hover {
    text-decoration: none;
}
.twofactor-withdraw__code {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
}
.twofactor-withdraw__code-wrap {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 70%;
}
@media screen and (min-width: 1017px) and (max-width: 1134px) {
    .twofactor-withdraw__code-wrap {
        width: 100%;
    }
}
.twofactor-withdraw__code-input {
    background: #d0dae1;
    border: 0;
    color: #0c2e4b;
    height: 32px;
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
}
.twofactor-withdraw__code-input:first-of-type {
    margin-bottom: 10px;
}
@media screen and (min-width: 1017px) and (max-width: 1134px) {
    .twofactor-withdraw__code-input {
        width: 100%;
    }
}
.twofactor-withdraw__code-btn {
    background: #759e2e;
    border: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    height: 32px;
    margin: 10px auto 0;
    padding: 9px 15px;
    text-transform: uppercase;
    width: 70%;
}
@media screen and (min-width: 1017px) and (max-width: 1134px) {
    .twofactor-withdraw__code-btn {
        width: 100%;
    }
}
.twofactor-withdraw__code-btn:hover {
    background: #456d3c;
    cursor: pointer;
}
.twofactor-withdraw__code-error {
    color: #ff4d4d;
    font-size: 11px;
}
@media screen and (min-width: 1017px) and (max-width: 1134px) {
    .twofactor-withdraw__code-error {
        text-align: center;
    }
}
.twofactor-withdraw__code-info {
    color: #749e2c;
    font-size: 14px;
    font-weight: 500;
    margin: 10px auto;
    max-width: 70%;
    text-align: center;
}
.twofactor-withdraw__code-info.twofactor-withdraw__code-info-error {
    color: #ff4d4d;
}
@media screen and (min-width: 1017px) and (max-width: 1134px) {
    .twofactor-withdraw__code-info {
        width: 100%;
    }
}
.twofactor-withdraw__save {
    border: 2px solid #d0dae1;
    margin: 0 auto;
    max-width: 900px;
    padding: 50px 45px 50px 80px;
    position: relative;
}
.twofactor-withdraw__save-title {
    align-items: center;
    color: #1a5684;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    max-width: 70%;
    min-height: 45px;
    position: relative;
    text-transform: uppercase;
}
@media screen and (max-width: 950px) {
    .twofactor-withdraw__save-title {
        max-width: 100%;
    }
}
.twofactor-withdraw__save-title:before {
    align-items: center;
    background: #1a5684;
    color: #fff;
    content: "\f00c";
    display: flex;
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: 500;
    height: 45px;
    justify-content: center;
    left: -81px;
    position: absolute;
    top: 0;
    width: 55px;
}
.twofactor-withdraw__save-title:after {
    border-right: 13px solid transparent;
    border-top: 45px solid #1a5684;
    content: "";
    height: 0;
    left: -26px;
    position: absolute;
    top: 0;
    width: 0;
}
.twofactor-withdraw__save-title--desktop {
    display: flex;
}
.twofactor-withdraw__save-title--mobi {
    display: none;
}
.twofactor-withdraw__save-content {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
}
.twofactor-withdraw__save-text {
    color: #0c2e4b;
    margin: 20px 0 10px;
}
.twofactor-withdraw__save-text--desktop {
    display: block;
}
.twofactor-withdraw__save-text--mobi {
    display: none;
}
.twofactor-withdraw__save-code {
    background: #f1f3f4;
    margin: 25px 0;
    padding: 1px 20px;
    text-align: center;
}
.twofactor-withdraw__save-numbers {
    line-height: 24px;
}
.twofactor-withdraw__save-btn-wrap {
    display: flex;
}
.twofactor-withdraw__save-btn {
    align-items: center;
    background: #759e2e;
    border: 0;
    color: #fff;
    display: flex;
    flex: 1 1;
    font-size: 13px;
    font-weight: 500;
    justify-content: center;
    max-width: 200px;
    min-height: 38px;
    padding: 0 15px;
    text-transform: uppercase;
}
.twofactor-withdraw__save-btn:hover {
    background: #456d3c;
    cursor: pointer;
}
.twofactor-withdraw__save-btn + .twofactor-withdraw__save-btn {
    margin-left: 20px;
}
.twofactor-withdraw__save-img {
    height: 180px;
    width: 142px;
    fill: #1a5684;
    fill-rule: evenodd;
}
.mobi .twofactor-withdraw {
    font-size: 13px;
    padding: 15px 0;
}
.mobi .twofactor-withdraw__header {
    margin-bottom: 10px;
    padding: 0 10px;
    text-align: left;
}
.mobi .twofactor-withdraw__title {
    font-size: 15px;
    text-align: left;
}
.mobi .twofactor-withdraw__list-item {
    border: 0;
    border-top: 1px solid #d0dae1;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    padding: 10px;
}
.mobi .twofactor-withdraw__list-item:after,
.mobi .twofactor-withdraw__list-item:before {
    display: none;
}
.mobi .twofactor-withdraw__list-title {
    font-size: 14px;
    min-height: 32px;
    padding-left: 50px;
}
.mobi .twofactor-withdraw__list-title:before {
    font-size: 15px;
    height: 32px;
    left: -10px;
    width: 40px;
}
.mobi .twofactor-withdraw__list-title:after {
    border-right: 13px solid transparent;
    border-top: 32px solid #1a5684;
    left: 30px;
}
.mobi .twofactor-withdraw__list-text {
    margin: 10px 0;
}
.mobi .twofactor-withdraw__app {
    margin-top: 15px;
}
.mobi .twofactor-withdraw__app-link {
    margin-bottom: 0;
}
.mobi .twofactor-withdraw__app-name {
    font-size: 16px;
}
.mobi .twofactor-withdraw__code-btn,
.mobi .twofactor-withdraw__code-input,
.mobi .twofactor-withdraw__code-wrap {
    width: 100%;
}
.mobi .twofactor-withdraw__code-error {
    text-align: center;
}
.mobi .twofactor-withdraw__code-info {
    width: 100%;
}
.mobi .twofactor-withdraw__save {
    border: 0;
    border-top: 1px solid #d0dae1;
    padding: 10px;
}
.mobi .twofactor-withdraw__save-title {
    font-size: 14px;
    min-height: 32px;
    padding-left: 50px;
}
.mobi .twofactor-withdraw__save-title:before {
    font-size: 15px;
    height: 32px;
    left: -10px;
    width: 40px;
}
.mobi .twofactor-withdraw__save-title:after {
    border-right: 13px solid transparent;
    border-top: 32px solid #1a5684;
    left: 30px;
}
.mobi .twofactor-withdraw__save-title--desktop {
    display: none;
}
.mobi .twofactor-withdraw__save-title--mobi {
    display: flex;
}
.mobi .twofactor-withdraw__save-text--desktop {
    display: none;
}
.mobi .twofactor-withdraw__save-text--mobi {
    display: block;
}
.mobi .twofactor-withdraw__save-img {
    display: none;
}
.pay_help_deduce ul li {
    display: list-item;
    list-style-position: inside;
    list-style-type: decimal;
    margin-bottom: 3px;
}
.field_information {
    background-color: #1a5684;
    color: #fff;
    font-size: 12px;
    padding: 11px;
}
.cashback-ribbon-wrap {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11;
}
.cashback-ribbon {
    background: red;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    height: 16px;
    line-height: 16px;
    padding: 0 6px;
}
.cashback-ribbon:before {
    border: 8px solid transparent;
    border-right-color: red;
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
}
.unlim_kassa {
    color: #78a723;
    font-weight: 700;
}
.unlim_kassa.select2-results__option--highlighted {
    background-color: #77a02e !important;
}
.payment_modal_header.scb_premium {
    background: #452d80;
}
.payment_modal_header.bank-ksb {
    background: #418c3f;
}
.desktop.desktop_popup .payment_modal {
    overflow: auto;
    scrollbar-color: rgba(61, 61, 61, 0.5);
    scrollbar-width: thin;
    scrollbar-arrow-color: #9e9e9e;
    scrollbar-face-color: #9e9e9e;
    scrollbar-track-color: transparent;
}
.desktop.desktop_popup .payment_modal::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}
.desktop.desktop_popup .payment_modal::-webkit-scrollbar-thumb {
    background-color: rgba(61, 61, 61, 0.5);
    border-radius: 6px;
}
.desktop.desktop_popup .payment_modal::-webkit-scrollbar-track {
    background-color: rgba(61, 61, 61, 0.1);
}
.payment_item__name .payment-info-item__link {
    color: #fff;
}
.payment-info-item__link {
    color: #0c2e4b;
}
.desktop .payment_item--disabled,
.mobi .payment_item--disabled {
    cursor: default;
}
.desktop .payment_item--disabled:hover,
.desktop .payment_item--disabled:hover .payment-cell__wrap,
.mobi .payment_item--disabled:hover,
.mobi .payment_item--disabled:hover .payment-cell__wrap {
    animation: none;
}
.desktop .payment_item--disabled .payment-cell__img,
.mobi .payment_item--disabled .payment-cell__img {
    filter: grayscale(1);
    opacity: 0.7;
}
.desktop .payment_item--disabled .payment_item__name,
.mobi .payment_item--disabled .payment_item__name {
    background: #b1c2cd;
}
.payment-cell:hover .payment-cell__wrap {
    animation: scale-up-center 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) 0s 1 normal both;
}
.payment-cell__logo {
    flex-grow: 1;
    margin-top: 10px;
    position: relative;
    z-index: 10;
}
.payment-cell__logo,
.payment-cell__wrap {
    align-items: center;
    display: flex;
    justify-content: center;
}
.payment-cell__wrap {
    height: 35px;
    width: 100px;
}
.payment-cell__img {
    max-height: 100%;
    max-width: 100%;
    min-width: 0;
    width: auto;
}
.payment-cell--long .payment-cell__logo {
    margin-top: 15px;
}
.payment-cell--long .payment-cell__wrap {
    max-width: 80%;
}
.payment-cell--modal .payment-cell__logo {
    margin-top: 0;
}
.payment-cell--modal .payment-cell__wrap {
    height: 50px;
    width: 115px;
}
.desktop span.close {
    z-index: 11;
}
.payment_modal--focus {
    position: relative !important;
    top: 0 !important;
}
.payment-modal-name {
    align-items: center;
    display: flex;
    position: relative;
}
.payment-modal-name__dropdown {
    left: 25px;
    min-width: 224px;
    opacity: 0;
    position: absolute;
    top: -150px;
    visibility: hidden;
    z-index: 10;
}
.payment-modal-name__info {
    align-items: center;
    background-color: rgba(29, 58, 89, 0.4);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 700;
    height: 20px;
    justify-content: center;
    line-height: 16px;
    margin-left: 10px;
    padding: 4px;
    position: relative;
    width: 20px;
}
.payment-modal-name__svg {
    max-height: 100%;
    max-width: 100%;
    fill: #fff;
}
.payment-modal-name--is-active .payment-modal-name__dropdown,
.payment-modal-name--is-active .payment-modal-name__info:after,
.payment-modal-name--is-active .payment-modal-name__info:before {
    opacity: 1;
    visibility: visible;
}
.payment-modal-dropdown {
    background-color: #f2f8fc;
    border: 1px solid #d3dee8;
    border-radius: 3px;
    color: #276aa5;
    padding: 10px 10px 0;
    width: 100%;
}
.payment-modal-dropdown__img {
    width: 100%;
}
.payment-modal-dropdown__title {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
}
.payment-modal-dropdown__close {
    background-color: transparent;
    border: none;
    cursor: pointer;
    height: 20px;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
}
.payment-modal-dropdown__close:after,
.payment-modal-dropdown__close:before {
    background-color: gray;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 100%;
}
.payment-modal-dropdown__close:after {
    transform: rotate(45deg);
}
.payment-modal-dropdown__close:before {
    transform: rotate(-45deg);
}
.desktop_popup .payment_modal {
    max-height: 450px;
}
.payment-modal-input__text {
    text-align: center;
}
.payment-modal-input__text img {
    height: 100%;
    margin: 10px 0;
    max-height: 150px;
}
.modal-payment__close {
    height: 14px;
    width: 14px;
}
.modal-payment__close:after,
.modal-payment__close:before {
    background-color: #999;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}
.modal-payment__close:before {
    transform: rotate(50deg);
}
.modal-payment__close:after {
    transform: rotate(-50deg);
}
.payment_modal.active.full .modal-payment__close:after,
.payment_modal.active.full .modal-payment__close:before {
    background-color: #4d4d4d;
}
.payment_modal_input #account_number,
.payment_modal_input #card_number,
.payment_modal_input #house_number,
.payment_modal_input #phone_number,
.payment_modal_input #verification_code,
.payment_modal_input #zipcode,
.payment_modal_input input[inputmode="decimal"] {
    direction: ltr;
}
.payment_modal_input .field-counter {
    font-size: 10px;
    padding-top: 1px;
    text-align: right;
}
.modal-message-btn {
    align-items: center;
    border-radius: 3px;
    display: inline-flex;
    justify-content: center;
    margin: 0 5px;
    max-width: 30px;
    min-height: 20px;
    text-align: center;
}
.modal-message-btn:before {
    padding: 0 10px;
}
.modal-message-text {
    font-weight: 400;
    opacity: 0.7;
}
.promo.owl-carousel .owl-item img {
    height: 270px;
    object-fit: contain;
}
.mobi .promo.owl-carousel .owl-item img {
    height: auto;
}
@media screen and (max-width: 375px) {
    .mobi.page_info .promo.owl-carousel {
        margin-bottom: 8px;
    }
}
.payment_modal #copy_wallet_btn.modal-message-btn:before {
    margin: 0;
}
@media screen and (max-width: 375px) {
    .mobi .btn_wrap {
        height: 70px;
        margin-bottom: 10px;
    }
    .mobi.page_info .container {
        margin-top: 0;
    }
}
.mobi.page_info header {
    margin-bottom: 10px;
}
header + .slider {
    margin-top: 10px;
}
.kz-identification {
    background-color: #214061;
    border-radius: 5px;
    color: #fff;
    margin: 20px 0;
    padding: 10px;
}
.desktop .kz-identification {
    display: inline-flex;
}
.kz-identification__text {
    margin: 0;
}
.kz-identification__text + .kz-identification__text {
    margin-top: 5px;
}
.kz-identification__list,
.kz-identification__subtitle {
    padding-left: 40px;
}
.kz-identification__subtitle {
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 10px;
}
.kz-identification__list {
    list-style: square inside;
    margin: 10px 0;
}
.kz-identification__image {
    margin: 15%;
}
.desktop .kz-identification__image {
    margin: 2%;
    max-height: 300px;
    max-width: 300px;
}
@media screen and (max-width: 1150px) {
    .desktop .kz-identification__image {
        max-height: 200px;
        max-width: 200px;
    }
}
.desktop .kz-identification__info--has-image {
    align-items: center;
    display: flex;
}
@media screen and (max-width: 768px) {
    .desktop .kz-identification__info--has-image {
        flex-direction: column;
    }
}
.kz-identification-list__item + .kz-identification-list__item {
    margin-top: 5px;
}
.select_countries_dropdown {
    position: relative;
}
#astro-container {
    z-index: 99 !important;
}
.payment-sum-select-amount {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    margin-bottom: 10px;
}
.payment-sum-select-amount__button {
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    direction: ltr;
    padding: 5px;
    transition: color, background-color 0.2s ease;
}
.payment-sum-select-amount__button.active,
.payment-sum-select-amount__button:hover {
    background-color: #759e2e;
    color: #fff;
}
.payment-sum-select-amount__row {
    display: contents;
    gap: 10px;
    width: 100%;
}
.wrap_section section.group_item_toggle {
    background: unset;
}
.wrap_section .section_block_toggle_main {
    height: 15px;
    margin: 0 3px;
}
.wrap_section .section_block_toggle_main span {
    float: right;
    margin-right: 20px;
    padding: 0 5px;
    width: 10px;
}
.wrap_section .section_block_toggle_main span.active a:after {
    content: "\f106";
}
.wrap_section .section_block_toggle_main span a {
    color: #fff;
}
.wrap_section .section_block_toggle_main span a:after {
    color: #fff;
    content: "\f107";
    font-family: FontAwesome, serif;
    font-size: 30px;
}
.refresh-credentials {
    padding: 0.5em 0;
}
.refresh-credentials_text {
    font-size: 0.8em;
}
.refresh-credentials_link {
    color: grey;
    margin-bottom: 0.5em;
}
.refresh-credentials_link.active {
    color: inherit;
}
.refresh-credentials_link.active:hover {
    cursor: pointer;
    text-decoration: underline;
}
.refresh-credentials_icon {
    margin-right: 1em;
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    src: url(/paysystems/build/fonts/fontawesome-webfont.09b9015b.eot);
    src: url(/paysystems/build/fonts/fontawesome-webfont.09b9015b.eot?#iefix&v=4.6.3) format("embedded-opentype"), url(/paysystems/build/fonts/fontawesome-webfont.0317d582.woff2) format("woff2"),
        url(/paysystems/build/fonts/fontawesome-webfont.f7f1738c.woff) format("woff"), url(/paysystems/build/fonts/fontawesome-webfont.f0af1680.ttf) format("truetype"),
        url(/paysystems/build/images/fontawesome-webfont.ed629890.svg#fontawesomeregular) format("svg");
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    text-align: center;
    width: 1.28571429em;
}
.fa-ul {
    list-style-type: none;
    margin-left: 2.14285714em;
    padding-left: 0;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    left: -2.14285714em;
    position: absolute;
    text-align: center;
    top: 0.14285714em;
    width: 2.14285714em;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    border: 0.08em solid #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: 0.3em;
}
.fa.fa-pull-right {
    margin-left: 0.3em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: 0.3em;
}
.fa.pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite;
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none;
}
.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-signal:before {
    content: "\f012";
}
.fa-cog:before,
.fa-gear:before {
    content: "\f013";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-road:before {
    content: "\f018";
}
.fa-download:before {
    content: "\f019";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-lock:before {
    content: "\f023";
}
.fa-flag:before {
    content: "\f024";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-print:before {
    content: "\f02f";
}
.fa-camera:before {
    content: "\f030";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-italic:before {
    content: "\f033";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-list:before {
    content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-tint:before {
    content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-eject:before {
    content: "\f052";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}
.fa-expand:before {
    content: "\f065";
}
.fa-compress:before {
    content: "\f066";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071";
}
.fa-plane:before {
    content: "\f072";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-random:before {
    content: "\f074";
}
.fa-comment:before {
    content: "\f075";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-key:before {
    content: "\f084";
}
.fa-cogs:before,
.fa-gears:before {
    content: "\f085";
}
.fa-comments:before {
    content: "\f086";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-thumb-tack:before {
    content: "\f08d";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-upload:before {
    content: "\f093";
}
.fa-lemon-o:before {
    content: "\f094";
}
.fa-phone:before {
    content: "\f095";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}
.fa-github:before {
    content: "\f09b";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc";
}
.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd";
}
.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-circle:before {
    content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-frown-o:before {
    content: "\f119";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-code:before {
    content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-crop:before {
    content: "\f125";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-shield:before {
    content: "\f132";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152";
}
.fa-eur:before,
.fa-euro:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-inr:before,
.fa-rupee:before {
    content: "\f156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158";
}
.fa-krw:before,
.fa-won:before {
    content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-adn:before {
    content: "\f170";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitbucket-square:before {
    content: "\f172";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-trello:before {
    content: "\f181";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bug:before {
    content: "\f188";
}
.fa-vk:before {
    content: "\f189";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195";
}
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-slack:before {
    content: "\f198";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-pied-piper-pp:before {
    content: "\f1a7";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0";
}
.fa-empire:before,
.fa-ge:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}
.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-circle-thin:before {
    content: "\f1db";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bell-slash-o:before {
    content: "\f1f7";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-eyedropper:before {
    content: "\f1fb";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-area-chart:before {
    content: "\f1fe";
}
.fa-pie-chart:before {
    content: "\f200";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-bus:before {
    content: "\f207";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-cc:before {
    content: "\f20a";
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b";
}
.fa-meanpath:before {
    content: "\f20c";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-diamond:before {
    content: "\f219";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-venus:before {
    content: "\f221";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-genderless:before {
    content: "\f22d";
}
.fa-facebook-official:before {
    content: "\f230";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-server:before {
    content: "\f233";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-bed:before,
.fa-hotel:before {
    content: "\f236";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-train:before {
    content: "\f238";
}
.fa-subway:before {
    content: "\f239";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b";
}
.fa-optin-monster:before {
    content: "\f23c";
}
.fa-opencart:before {
    content: "\f23d";
}
.fa-expeditedssl:before {
    content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}
.fa-mouse-pointer:before {
    content: "\f245";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-object-group:before {
    content: "\f247";
}
.fa-object-ungroup:before {
    content: "\f248";
}
.fa-sticky-note:before {
    content: "\f249";
}
.fa-sticky-note-o:before {
    content: "\f24a";
}
.fa-cc-jcb:before {
    content: "\f24b";
}
.fa-cc-diners-club:before {
    content: "\f24c";
}
.fa-clone:before {
    content: "\f24d";
}
.fa-balance-scale:before {
    content: "\f24e";
}
.fa-hourglass-o:before {
    content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}
.fa-hourglass:before {
    content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256";
}
.fa-hand-scissors-o:before {
    content: "\f257";
}
.fa-hand-lizard-o:before {
    content: "\f258";
}
.fa-hand-spock-o:before {
    content: "\f259";
}
.fa-hand-pointer-o:before {
    content: "\f25a";
}
.fa-hand-peace-o:before {
    content: "\f25b";
}
.fa-trademark:before {
    content: "\f25c";
}
.fa-registered:before {
    content: "\f25d";
}
.fa-creative-commons:before {
    content: "\f25e";
}
.fa-gg:before {
    content: "\f260";
}
.fa-gg-circle:before {
    content: "\f261";
}
.fa-tripadvisor:before {
    content: "\f262";
}
.fa-odnoklassniki:before {
    content: "\f263";
}
.fa-odnoklassniki-square:before {
    content: "\f264";
}
.fa-get-pocket:before {
    content: "\f265";
}
.fa-wikipedia-w:before {
    content: "\f266";
}
.fa-safari:before {
    content: "\f267";
}
.fa-chrome:before {
    content: "\f268";
}
.fa-firefox:before {
    content: "\f269";
}
.fa-opera:before {
    content: "\f26a";
}
.fa-internet-explorer:before {
    content: "\f26b";
}
.fa-television:before,
.fa-tv:before {
    content: "\f26c";
}
.fa-contao:before {
    content: "\f26d";
}
.fa-500px:before {
    content: "\f26e";
}
.fa-amazon:before {
    content: "\f270";
}
.fa-calendar-plus-o:before {
    content: "\f271";
}
.fa-calendar-minus-o:before {
    content: "\f272";
}
.fa-calendar-times-o:before {
    content: "\f273";
}
.fa-calendar-check-o:before {
    content: "\f274";
}
.fa-industry:before {
    content: "\f275";
}
.fa-map-pin:before {
    content: "\f276";
}
.fa-map-signs:before {
    content: "\f277";
}
.fa-map-o:before {
    content: "\f278";
}
.fa-map:before {
    content: "\f279";
}
.fa-commenting:before {
    content: "\f27a";
}
.fa-commenting-o:before {
    content: "\f27b";
}
.fa-houzz:before {
    content: "\f27c";
}
.fa-vimeo:before {
    content: "\f27d";
}
.fa-black-tie:before {
    content: "\f27e";
}
.fa-fonticons:before {
    content: "\f280";
}
.fa-reddit-alien:before {
    content: "\f281";
}
.fa-edge:before {
    content: "\f282";
}
.fa-credit-card-alt:before {
    content: "\f283";
}
.fa-codiepie:before {
    content: "\f284";
}
.fa-modx:before {
    content: "\f285";
}
.fa-fort-awesome:before {
    content: "\f286";
}
.fa-usb:before {
    content: "\f287";
}
.fa-product-hunt:before {
    content: "\f288";
}
.fa-mixcloud:before {
    content: "\f289";
}
.fa-scribd:before {
    content: "\f28a";
}
.fa-pause-circle:before {
    content: "\f28b";
}
.fa-pause-circle-o:before {
    content: "\f28c";
}
.fa-stop-circle:before {
    content: "\f28d";
}
.fa-stop-circle-o:before {
    content: "\f28e";
}
.fa-shopping-bag:before {
    content: "\f290";
}
.fa-shopping-basket:before {
    content: "\f291";
}
.fa-hashtag:before {
    content: "\f292";
}
.fa-bluetooth:before {
    content: "\f293";
}
.fa-bluetooth-b:before {
    content: "\f294";
}
.fa-percent:before {
    content: "\f295";
}
.fa-gitlab:before {
    content: "\f296";
}
.fa-wpbeginner:before {
    content: "\f297";
}
.fa-wpforms:before {
    content: "\f298";
}
.fa-envira:before {
    content: "\f299";
}
.fa-universal-access:before {
    content: "\f29a";
}
.fa-wheelchair-alt:before {
    content: "\f29b";
}
.fa-question-circle-o:before {
    content: "\f29c";
}
.fa-blind:before {
    content: "\f29d";
}
.fa-audio-description:before {
    content: "\f29e";
}
.fa-volume-control-phone:before {
    content: "\f2a0";
}
.fa-braille:before {
    content: "\f2a1";
}
.fa-assistive-listening-systems:before {
    content: "\f2a2";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4";
}
.fa-glide:before {
    content: "\f2a5";
}
.fa-glide-g:before {
    content: "\f2a6";
}
.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7";
}
.fa-low-vision:before {
    content: "\f2a8";
}
.fa-viadeo:before {
    content: "\f2a9";
}
.fa-viadeo-square:before {
    content: "\f2aa";
}
.fa-snapchat:before {
    content: "\f2ab";
}
.fa-snapchat-ghost:before {
    content: "\f2ac";
}
.fa-snapchat-square:before {
    content: "\f2ad";
}
.fa-pied-piper:before {
    content: "\f2ae";
}
.fa-first-order:before {
    content: "\f2b0";
}
.fa-yoast:before {
    content: "\f2b1";
}
.fa-themeisle:before {
    content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}
.sr-only {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    clip: auto;
}
.slider {
    margin-bottom: 10px;
    position: relative;
}
.slider__img {
    max-height: 380px;
    object-fit: fill;
}
.slider__dots {
    bottom: 20px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}
.slider-nav.disabled {
    display: none;
}
.slider-nav__btn {
    align-items: center;
    background-color: rgba(212, 222, 232, 0.5);
    border: none;
    cursor: pointer;
    display: flex;
    height: 112px;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
}
.slider-nav__btn:hover .slider-nav__icon {
    opacity: 1;
}
.slider-nav__btn--prev {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    left: 0;
}
.slider-nav__btn--next {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    right: 0;
}
.slider-nav__btn.disabled {
    cursor: auto;
}
.slider-nav__icon {
    height: 20px;
    opacity: 0.5;
    width: 20px;
    fill: #fff;
    transition: opacity 0.2s linear;
}
.slider-dots {
    align-items: center;
    display: flex;
    gap: 5px;
    justify-content: center;
}
.slider-dots__item {
    color: #fff;
    cursor: pointer;
    padding: 5px 2.5px;
    transition: color 0.2s linear;
}
.slider-dots__item.active,
.slider-dots__item:hover {
    color: #759e2e;
}
.slider-dots__item span {
    background-color: currentColor;
    display: block;
    height: 3px;
    width: 40px;
}
.payment_item .ribbon {
    bottom: 0;
    display: inline-block;
    float: none;
    font-size: 10px;
    left: 0;
    line-height: 1.5em;
    margin-left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transform: rotate(-180deg);
    transform-origin: center center;
    width: auto;
    writing-mode: vertical-lr;
    z-index: 10;
}
.payment_item .ribbon.ribbon-recommended {
    background-color: #809d46;
    color: #fff;
}
.payment_item .ribbon.ribbon-fast {
    background-color: #ff4d4d;
    color: #fff;
    text-transform: uppercase;
}
.payment_item .ribbon.ribbon-fast-icon {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: 20px;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: 0;
    transform: none;
    z-index: 11;
}
.payment_item .ribbon.ribbon-fast-icon .ribbon__content {
    align-items: flex-end;
    display: flex;
}
.payment_item .ribbon.ribbon-fast-icon .ribbon__img {
    height: 100%;
    position: relative;
    right: -5px;
    width: auto;
}
.payment_item .ribbon .payment_item__name {
    padding-left: 1.3em;
}
.payment_item .ribbon-horizontal-wrap {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11;
}
.payment_item .ribbon-horizontal {
    align-items: flex-end;
    background: #1d3a59;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 10px;
    height: 20px;
    line-height: 1.5em;
    padding: 3px;
}
.payment_item .ribbon-horizontal:before {
    border: 10px solid transparent;
    border-right-color: #1d3a59;
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
}
.payment_item .ribbon-zero-commission {
    text-transform: uppercase;
}
.payment_item .ribbon-zero-commission:after {
    background-color: #1d3a59;
    content: "";
}
.payment_item__offer {
    left: -20px;
    position: absolute;
    top: -20px;
}
.payment_item .offer-label__img {
    height: 50px;
    width: 50px;
}
.payment_item .offer-label--ribbonSuper {
    left: -25px;
    top: -5px;
}
.payment_item .offer-label--ribbonSuper .offer-label__img {
    height: 26px;
    object-fit: cover;
    transform: rotate(-20deg);
    width: 72px;
}
.payment_modal .preview,
.payment_modal .preview .files-name-wrap {
    display: inline-flex;
    flex-direction: row;
}
.payment_modal .preview .btn-upload,
.payment_modal .preview .btn-upload-file,
.payment_modal .preview .btn-upload-file2,
.payment_modal .preview .files-name-wrap__div {
    background: var(--gray2);
    border: 2px solid var(--white);
    border-radius: 1px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    color: #0c2e4b;
    cursor: pointer;
    display: block;
    height: 45px;
    margin-right: 4px;
    overflow: hidden;
    position: relative;
    transition: all 0.35s ease-in-out;
    vertical-align: middle;
    width: 45px;
}
.payment_modal .preview .btn-upload-file2:hover,
.payment_modal .preview .btn-upload-file:hover,
.payment_modal .preview .btn-upload:hover,
.payment_modal .preview .files-name-wrap__div:hover {
    background: var(--gray1);
}
.payment_modal .preview .btn-upload-file2:before,
.payment_modal .preview .btn-upload-file:before,
.payment_modal .preview .btn-upload:before,
.payment_modal .preview .files-name-wrap__div:before {
    height: 18px;
    left: 50%;
    padding: 17.5px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    z-index: 1000;
}
.payment_modal .preview .btn-upload-file2:before,
.payment_modal .preview .btn-upload-file:before {
    content: url('data:image/svg+xml;utf8,<svg width="18px" height="18px" viewBox="0 0 114 114" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M56.8213 7L56.8213 106.643" stroke="white" stroke-width="14" stroke-linecap="round"/><path d="M106.643 56.8213L7.00001 56.8213" stroke="white" stroke-width="14" stroke-linecap="round"/></svg>');
}
.payment_modal .preview .files-name-wrap {
    flex-wrap: wrap;
    min-width: 0;
}
.payment_modal .preview .files-name-wrap.less-than-three {
    max-width: 147px;
}
.payment_modal .preview .files-name-wrap.more-than-three {
    max-width: 98px;
}
.payment_modal .preview .files-name-wrap__div {
    flex-shrink: 1;
    overflow: hidden !important;
}
.payment_modal .preview .files-name-wrap__div:before {
    content: url('data:image/svg+xml;utf8,<svg width="18px" height="18px" viewBox="0 0 122 87" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 33.9834L52.9557 80.939" stroke="white" stroke-width="12" stroke-linecap="round"/><path d="M115.373 6L52.9554 80.9391" stroke="white" stroke-width="12" stroke-linecap="round"/></svg>');
}
.payment_modal .preview .files-name-wrap__div:hover:before {
    content: url('data:image/svg+xml;utf8,<svg width="18px" height="18px" viewBox="0 0 114 114" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M56.8213 7L56.8213 106.643" stroke="gray" stroke-width="14" stroke-linecap="round"/><path d="M106.643 56.8213L7.00001 56.8213" stroke="gray" stroke-width="14" stroke-linecap="round"/></svg>');
    transform: rotate(-45deg) translateY(-70%);
}
.payment_modal .preview .files-name-wrap__img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.payment_modal .preview .files-name-wrap__canvas {
    display: block;
    height: 45px;
    left: -2px;
    overflow: hidden !important;
    position: absolute;
    top: -2px;
    width: 65px;
}
.payment_modal .preview .files-name-wrap__pdf {
    background: var(--gray1);
    color: var(--gray2);
    font-size: 22.5px;
    height: 100%;
    padding-top: 7.5px;
    text-align: center;
    width: 100%;
}
.message-overlay {
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.message-overlay.active {
    display: flex;
}
.message-popup {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    color: #0c2e4b;
    max-width: 600px;
    padding: 20px;
    position: relative;
    text-align: center;
    width: 100%;
}
.message-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.message-close {
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.message-content {
    font-size: 16px;
}
.onpay-page {
    padding: 0;
}
.onpay-page .modal-payment,
.onpay-page.mobi .onpay-page-content-background {
    display: none;
}
.onpay-page-content {
    align-items: center;
    background-image: radial-gradient(circle closest-corner, #224f7c 0, #1d4267 100%);
    display: flex;
    height: 100%;
    justify-content: center;
    min-height: 100vh;
    position: relative;
    width: 100%;
}
.onpay-page-content-background {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.onpay-page-content-background-svg {
    display: block;
    height: 100%;
    width: 100%;
    fill: transparent;
}
.onpay-page-content-background-svg__lines path {
    stroke: rgba(184, 222, 255, 0.12);
    stroke-width: 2px;
}
.onpay-page-content-background-svg-ball__shadow {
    fill: rgba(14, 15, 17, 0.25);
}
.onpay-page-content__tile {
    align-items: center;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    padding: 20px 30px;
    position: relative;
    text-align: center;
    width: 305px;
}
.onpay-page-content__icon {
    height: 72px;
    margin: 30px auto 45px;
    width: 72px;
}
.onpay-page-content__title {
    color: #224f7c;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}
.onpay-page-content__message {
    color: #276aa5;
    font-size: 14px;
    margin-top: 5px;
}
.onpay-page-content__button {
    height: 32px;
    margin-top: 20px;
    width: 100%;
}
.onpay-page-content-icon {
    align-items: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.onpay-page-content-icon:before {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.15;
    position: absolute;
    top: 0;
    transform: translate(30%, -30%);
    width: 100%;
}
.onpay-page-content-icon--success {
    background-color: #93c738;
}
.onpay-page-content-icon--pending {
    background-color: #3da5ff;
}
.onpay-page-content-icon--fail {
    background-color: #ff575a;
}
.onpay-page-content-icon__svg {
    height: 36px;
    max-width: 100%;
    width: auto;
    fill: #fff;
}
.onpay-page-content-button {
    align-items: center;
    background-color: #d4dee8;
    border-radius: 3px;
    color: #276aa5;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    transition: background-color 0.2s linear;
}
.onpay-page-content-button:hover {
    background-color: #dee6ed;
}
.flexbox_wrapper.payment_modal_wrapper {
    align-items: center;
    bottom: 0;
    display: none;
    flex-direction: column;
    justify-content: space-around;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}
.flexbox_wrapper.payment_modal_wrapper.active {
    display: flex;
}
.flexbox_wrapper.payment_modal_wrapper .payment_modal {
    margin-top: 0 !important;
    transform: none !important;
}
body:not(.desktop_popup) .flexbox_wrapper.payment_modal_wrapper .payment_modal {
    position: static;
}
.flexbox_wrapper.payment_modal_wrapper .payment_modal .close {
    display: block;
    height: 16px;
    margin: 8px 8px -24px auto;
    position: static;
    width: 16px;
}
body:not(.desktop_popup) .flexbox_wrapper .payment_modal.active {
    margin-left: 0;
}
.title_buttons_block .metamask_btn {
    align-items: center;
    background: #949cad;
    border: 1px solid #949cad;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: flex;
    padding: 11px;
    transition: border 0.2s ease;
}
.title_buttons_block .metamask_btn:disabled {
    cursor: default;
    opacity: 0.7;
}
.title_buttons_block .metamask_btn .close_btn {
    background: none;
    margin-left: 5px;
    margin-right: 0;
    opacity: 0;
    transition: opacity 0.2s ease;
}
.title_buttons_block .metamask_btn .close_btn svg path {
    fill: #303030;
}
.title_buttons_block .metamask_btn.active {
    border-color: #666;
}
.title_buttons_block .metamask_btn.active .close_btn {
    opacity: 1;
}
.title_buttons_block .metamask_btn i {
    background: #fff;
    border-radius: 50%;
    margin-right: 5px;
    padding: 1px 3px;
}
.title_buttons_block .metamask_btn i img {
    margin-top: 1px;
}
.metamask-snake {
    align-items: center;
    background: #eb2856;
    border-radius: 10px;
    display: none;
    padding: 17px;
    position: absolute;
    right: 40px;
    transition: right 0.3s ease;
}
.metamask-snake #metamask-snake-text {
    margin-left: 0;
    margin-right: 25px;
}
.metamask-snake .close_btn {
    cursor: pointer;
    padding: 10px;
    position: absolute;
    right: 5px;
    top: 7px;
}
.payment_modal .metamask-snake {
    align-items: center;
    background: #eb2856;
    border-radius: 3px;
    color: #fff;
    display: none;
    padding: 5px;
    position: static;
    right: 40px;
    transition: right 0.3s ease;
}
#metamask_install_modal,
#metamask_payment_deposit {
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 1.732px 6px 0 rgba(12, 48, 75, 0);
    color: #303030;
    font-family: Montserrat, sans-serif;
    left: -400px;
    margin-left: 0;
    max-width: 95%;
    opacity: 0;
    padding: 40px;
    position: fixed;
    top: 300px;
    transform: translate(-50%, -20%);
    transition: left 0.3s ease, margin-left 0.6s ease, opacity 0.4s ease;
    width: 370px;
    z-index: 32;
}
#metamask_install_modal.active,
#metamask_payment_deposit.active {
    left: 50%;
    opacity: 1;
}
#metamask_install_modal.payment-system-modal,
#metamask_payment_deposit.payment-system-modal {
    font-family: Montserrat, sans-serif;
    padding: 30px;
}
#metamask_install_modal.payment-system-modal .modal_header,
#metamask_payment_deposit.payment-system-modal .modal_header {
    font-family: Montserrat, sans-serif;
    font-style: normal;
}
#metamask_install_modal.payment-system-modal .modal_header .modal_payment_name,
#metamask_payment_deposit.payment-system-modal .modal_header .modal_payment_name {
    margin-left: 20px;
}
#metamask_install_modal.payment-system-modal .modal_header p,
#metamask_payment_deposit.payment-system-modal .modal_header p {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    margin: 0;
}
#metamask_install_modal.payment-system-modal .modal_header h5,
#metamask_payment_deposit.payment-system-modal .modal_header h5 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin: 0;
}
#metamask_install_modal.payment-system-modal .modal_payment_body,
#metamask_payment_deposit.payment-system-modal .modal_payment_body {
    margin-bottom: 40px;
    margin-top: 30px;
    position: relative;
}
#metamask_install_modal.payment-system-modal .modal_payment_body input,
#metamask_payment_deposit.payment-system-modal .modal_payment_body input {
    background: rgba(84, 84, 84, 0.5);
    border: none;
    border-radius: 5px;
    color: #000;
    padding: 17px 48px;
    width: 100%;
}
#metamask_install_modal.payment-system-modal .modal_payment_body input::placeholder,
#metamask_payment_deposit.payment-system-modal .modal_payment_body input::placeholder {
    color: #000;
}
#metamask_install_modal.payment-system-modal .modal_payment_body img,
#metamask_payment_deposit.payment-system-modal .modal_payment_body img {
    left: 11px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#metamask_install_modal.payment-system-modal .modal_payment_body .error-content,
#metamask_payment_deposit.payment-system-modal .modal_payment_body .error-content {
    color: #ec5153;
    cursor: default;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    margin-top: 10px;
    opacity: 0;
    position: absolute;
    transition: opacity 0.2s ease;
}
#metamask_install_modal.payment-system-modal .modal_payment_body .error-content.active,
#metamask_payment_deposit.payment-system-modal .modal_payment_body .error-content.active {
    opacity: 1;
}
#metamask_install_modal .modal_header,
#metamask_payment_deposit .modal_header {
    align-items: center;
    color: #303030;
    display: flex;
    font-size: 29px;
    font-weight: 500;
}
#metamask_install_modal .modal_header .metamask_name,
#metamask_payment_deposit .modal_header .metamask_name {
    margin-left: 10px;
}
#metamask_install_modal .payment_modal_btn,
#metamask_payment_deposit .payment_modal_btn {
    border-radius: 4px;
    font-weight: 300;
    height: 40px;
    margin-bottom: 10px;
}
#metamask_install_modal .metamask_install_modal_btn_close:after,
#metamask_install_modal .metamask_install_modal_btn_close:before,
#metamask_install_modal .modal_btn_close:after,
#metamask_install_modal .modal_btn_close:before,
#metamask_payment_deposit .metamask_install_modal_btn_close:after,
#metamask_payment_deposit .metamask_install_modal_btn_close:before,
#metamask_payment_deposit .modal_btn_close:after,
#metamask_payment_deposit .modal_btn_close:before {
    background-color: #fff;
}
#metamask_install_modal .metamask_body,
#metamask_payment_deposit .metamask_body {
    color: #303030;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}
#metamask_install_modal .metamask_body .browser_list,
#metamask_payment_deposit .metamask_body .browser_list {
    color: #303030;
    margin-bottom: 20px;
}
#metamask_install_modal .metamask_body .browser_list li,
#metamask_payment_deposit .metamask_body .browser_list li {
    align-items: center;
    display: flex;
    font-weight: 500;
    margin-top: 10px;
}
#metamask_install_modal .metamask_body .browser_list li img,
#metamask_payment_deposit .metamask_body .browser_list li img {
    margin-right: 5px;
}
.payment-system button {
    align-items: center;
    background: #fbfcfe;
    border: 1px solid #545454;
    border-radius: 8px;
    color: #303030;
    cursor: pointer;
    display: flex;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    padding: 10px 14px;
    position: relative;
    width: 100%;
}
.payment-system button span {
    margin-left: 8px;
}
.payment-system button i {
    position: absolute;
    right: 15px;
    top: 15px;
}
.payment-systems-modal-bg {
    background: rgba(59, 59, 59, 0.55);
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: width 0.3s ease, opacity 0.4s ease;
    width: 0;
    z-index: 31;
}
.payment-systems-modal-bg.active {
    opacity: 1;
    width: 100%;
}
.modal-payment .response_wrapper .payment-system img {
    height: 20px !important;
    width: 20px !important;
}
.coinplay-dark #metamask_install_modal .metamask_body {
    color: #c2c2c2;
}
.metamask-result-modal .alerts-title {
    background: none;
    font-size: 20px;
    text-transform: none;
}
.metamask-result-modal .alerts-image {
    display: flex;
    justify-content: center;
}
.metamask-result-modal .alerts-image img {
    width: 60px;
}
.metamask-result-modal .close {
    right: 10px;
    top: 10px;
}
.mobi #metamask,
.mobi .metamask_btn {
    display: none;
}
.desktop_popup #metamask_install_modal,
.desktop_popup #metamask_payment_deposit {
    transform: translate(-50%, -40%);
}
.desktop_popup .payment_widget.active {
    margin-top: 50px !important;
    max-height: 85% !important;
}
.desktop_popup #before_preloader {
    margin-left: 0;
}
.alerts-text a,
.payment_modal_row a {
    color: #3da5ff;
    text-decoration: underline;
    transition: color 0.2s linear;
}
.alerts-text a:hover,
.payment_modal_row a:hover {
    color: #276aa5;
}
.payment_modal .help_text {
    font-size: 12px;
    padding-top: 3px;
}
.payment_modal .help_text.highlighted {
    background-color: #d3d3d3;
    font-size: 13px;
    padding: 4px 32px;
    text-align: center;
}
.flexbox_wrapper.payment_modal_wrapper .payment_modal {
    margin-left: 0;
    max-height: 95vh;
}
@media (max-width: 512px) {
    .flexbox_wrapper.payment_modal_wrapper {
        touch-action: none;
    }
    .flexbox_wrapper.payment_modal_wrapper .payment_modal {
        max-height: 100vh;
        max-width: 100vw;
        min-height: 100vh;
        width: auto;
    }
    .flexbox_wrapper.payment_modal_wrapper .payment_modal .payment_modal_container {
        touch-action: pan-y;
    }
}
.payment-cell__row {
    flex-direction: row;
}
.payment-cell__column {
    flex-direction: column;
}
.attention {
    color: #ff4d4d;
}
.attention.attention_bg {
    background-color: #4682b4;
    border-radius: 10px;
    color: #fff;
    padding: 5px 8px;
}
.text-center {
    text-align: center;
}
.text-center--no-border {
    margin: 0;
    text-align: center;
}
.bt-note-small-size {
    font-size: 0.8em;
}
#group_crypto_currency .section_name_method {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
}
#group_crypto_currency .section_name_method .section__title {
    display: none;
}
#group_crypto_currency .section_name_method .title_buttons_block {
    margin-right: 10px;
}
#group_crypto_currency .section_name_method .metamask-snake {
    right: 10px;
}
#metamask_install_modal,
#metamask_payment_deposit {
    z-index: 150;
}
#metamask_install_modal {
    background-color: var(--modal-bg);
}
@media screen and (max-width: 375px) {
    .mobi .header_wrap .btn_wrap {
        height: 30px;
        margin-bottom: 0;
    }
}
.desktop_popup .payment-methods__wrap,
.desktop_popup .payment-methods__wrap .kassma-frame-wrap {
    height: 100%;
}
.desktop_popup .payment-methods__wrap .kassma-frame-wrap .kassma-plugin-frame {
    height: 100% !important;
}
.modal-payment--method-mercadopago {
    width: 375px;
}
