.uk-button-primary:disabled {
    background-color: transparent !important;
    color: #999 !important;
    border-color: #e5e5e5 !important;
}

.grecaptcha-badge {
    display: none !important;
}

.corp_credits_card .text_wrapper {
    position: relative;
    z-index: 2;
}

.corp_credits_card img {
    z-index: 1;
}

.triangle_bottom::after {
    z-index: 3;
}

.text_font_xs {
    font-size: 12px;
}

#common_contact_modal .uk-modal-dialog {
    width: 730px;
}

.contact_modal .uk-select {
    height: 54px !important;
    padding-left: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 27px;
}

.contact_modal .uk-textarea {
    padding-left: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 27px;
    resize: none;
}

.uk-lightbox {
    z-index: 99999 !important;
}

header .top_nav .uk-navbar-nav > li > a {
    letter-spacing: 0.06em;
}

.main_navbar, .main_navbar.uk-sticky-fixed {
    padding-top: 22px;
    padding-bottom: 22px;
}

header .uk-logo {
    margin-top: -15px;
}

.coin_list_item .title {
    line-height: 1.4;
    margin-bottom: 7px;
}

.list_wrapper ul {
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}

.list_wrapper * + ul {
    margin-top: 20px;
}

.list_wrapper ul > * {
    padding-left: 20px;
}

.list_wrapper ul > ::before {
    content: "";
    position: relative;
    left: -20px;
    width: 20px;
    height: 1.5em;
    margin-bottom: -1.5em;
    display: list-item;
    list-style-position: inside;
    text-align: right;
    background-repeat: no-repeat;
    background-position: left 50%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle fill='%2300a1e7' cx='3' cy='3' r='3'/%3E%3C/svg%3E");
}

.list_wrapper.bullet_white_wrapper ul > ::before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle fill='%23fff' cx='3' cy='3' r='3'/%3E%3C/svg%3E");
}

.list_wrapper ul > * > ul, .list_wrapper ul > :nth-child(n+2) {
    margin-top: 10px;
}

.main_navbar {
    box-sizing: border-box;
    min-height: 98px;
}

.iit_href_wrapper a {
    color: inherit;
    text-decoration: underline;
}

.iit_href_wrapper a:hover, .iit_href_wrapper a:active, .iit_href_wrapper a:focus {
    color: #00a1e7;
    text-decoration: underline;
}

.list_wrapper ol > * > ol, .list_wrapper ol > :nth-child(n+2) {
    margin-top: 10px;
}

.page_trix_section .trix_div_margin br {
    margin-bottom: 15px;
}

.page_trix_section .trix_div_margin > *:not(:last-child), .page_trix_section .trix_div_margin > div > br {
    margin-bottom: 15px;
}

.page_trix_section .trix_div_margin > div > br {
    content: '';
    display: block;
}

.page_trix_section .font_size_small {
    font-size: 16px;
}

.page_trix_section .font_size_normal {
    font-size: 18px;
}

.page_trix_section .font_size_large {
    font-size: 22px;
}

.page_trix_section .font_size_xlarge {
    font-size: 24px;
}

.info_banner_image {
    position: absolute;
    right: 0;
}

.info_banner_block {
    background-color: #1b4692;
    padding: 0 0 0 30px;
    position: relative;
    color: #fff;
    box-sizing: border-box;
}

.info_banner_block .title {
    font-size: 26px;
    font-weight: 600;
}

.page_trix_section .small_extra_text {
    padding-top: 0;
    padding-bottom: 0;
}

.cta_form .input_error {
    border-color: red;
}

.form_captcha {
    margin-top: 16px;
}

.captcha_error_msg {
    color: #f83939;
    display: none;
    font-size: 13px;
    margin-top: 6px;
}

.info_banner_block_content {
    padding-top: 20px;
    padding-bottom: 20px;
}

.info_banner_block.uk-light .list_wrapper li::before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle fill='%23fff' cx='3' cy='3' r='3'/%3E%3C/svg%3E") !important;
}

.list_wrapper ol {
    padding-left: 15px;
}

.td_bold {
    font-weight: bold;
}

.text_column_small h3 {
    font-size: 24px;
}

.cookie-consent {
    position: fixed;
    width: calc(100% - 60px);
    bottom: 0;
    left: 0;
    padding: 10px 30px;
    background-color: #00a1e7;
    color: #fff;
    text-align: center;
    z-index: 9999;

}

.js-cookie-consent-agree {
    cursor: pointer;
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
    min-height: 42px;
    width: 300px;
    padding-left: 0;
    padding-right: 0;
    border-radius: 21px;
    background-color: #fff;
    color: #00a1e7;
    border: none;
}

.text_normal.requisites_currency {
    line-height: 2;
}

.people_card .list_wrapper {
    max-width: 300px;
    margin-bottom: 30px;
}

.pic_link_card .img_wrapper.padding_top_large {
    padding-top: 0;
}


.color_card .list_wrapper ul {
    margin-left: -20px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.4;
}

.color_card .list_wrapper_white ul>:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle fill='%23fff' cx='3' cy='3' r='3'/%3E%3C/svg%3E");
}

.color_card .list_with_padding ul>:before {
    display: none;
}

.color_card .list_wrapper ul, .color_card .list_wrapper ul>:nth-child(n+2) {
    margin-top: 0;
}

.contact_page_block a {
    color: inherit;
    text-decoration: none;
}

.card_info h1 {
    font-size: 22px !important;
}

.block_large_h1 h1 {
    font-size: 30px;
}

.block_large_h1 h1 strong {
    font-weight: 600;
}

footer hr {
    margin-top: 20px;
    margin-bottom: 40px;
    border-top-color: #535353;
}

.footer_subtitle {
    font-size: 15px;
    color: #858585;
    margin-bottom: 10px;
}

.ssv_logo {
    width: 78px;
    height: 78px;
}

.footer_v2 {
    padding-bottom: 80px;
}

.footer_v2 {
    background-position: 100% 105%;
}

.footer_v2 .uk-button-primary {
    max-width: 100%;
    font-size: 16px;
    min-height: 48px;
}

.footer_v2 #logo_footer {
    margin-bottom: 10px;
}

.footer_v2 a {
    font-size: 17px;
}

.footer_v2 .text_wrapper {
    font-size: 15px;
}

.footer_v2 .text_wrapper {
    color: #858585;
}

.footer_v2 .links_wrapper .uk-list>:nth-child(n+2) {
    margin-top: 15px;
}

.uk-lightbox img {
    max-height: 50%;
}

header .ib_drop .uk-dropdown {
    min-width: auto;
    background-color: transparent;
    box-shadow: none;
}

.main_navbar .ib_drop .uk-button-primary {
    margin-left: 0;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    width: 180px;
}

.ib_drop .menu_more_icon path {
    stroke: #fff !important;
}

html body .bvi-body[data-bvi-theme="white"] .dark_transparent {
    fill:  #fff !important;
}

html body .bvi-body[data-bvi-theme="black"] .dark_transparent {
    fill:  #000 !important;
}

html body .bvi-body[data-bvi-theme="blue"] .dark_transparent {
    fill:  #9dd1ff !important;
}

html body .bvi-body[data-bvi-theme="brown"] .dark_transparent {
    fill:  #f7f3d6 !important;
}

html body .bvi-body[data-bvi-theme="green"] .dark_transparent {
    fill:  #3b2716 !important;
}

.gsc-search-button.gsc-search-button-v2 {
    height: 35px;
    width: 75px;
    box-sizing: border-box;
    padding: 0;
}

.structure_block .line_wrapper .title {
    font-size: 28px;
}

.footer_actions {
    margin-top: 24px;
    max-width: 320px;
}

.footer_actions_title {
    color: #b8b8b8;
    font-family: 'Gilroy';
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 10px;
}

.footer_dbo_links {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 150px));
}

footer a.footer_dbo_link {
    border-radius: 6px;
    display: block;
    line-height: 0;
    overflow: hidden;
    transition: box-shadow 180ms ease-out, transform 180ms ease-out;
}

footer a.footer_dbo_link img {
    display: block;
    height: auto;
    width: 100%;
}

footer a.footer_dbo_link:hover {
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.28);
    transform: translateY(-2px);
}

footer a.footer_dbo_link:focus-visible {
    outline: 3px solid #54bee3;
    outline-offset: 3px;
}

.footer_social {
    margin-top: 24px;
}

.footer_social_links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

footer a.footer_social_link {
    align-items: center;
    border: 1px solid #686868;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    padding: 0;
    transition: background-color 180ms ease-out, border-color 180ms ease-out;
    width: 40px;
}

footer a.footer_social_link:hover,
footer a.footer_social_link:active {
    background: rgba(84, 190, 227, 0.12);
    border-color: #54bee3;
    color: #fff;
}

footer a.footer_social_link:focus-visible {
    border-color: #54bee3;
    outline: 3px solid #54bee3;
    outline-offset: 2px;
}

.footer_social_icon {
    display: block;
    height: 24px;
    object-fit: contain;
    width: 24px;
}

@media (max-width: 420px) {
    .footer_dbo_links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.partners_page a.partner_card_link {
    color: inherit;
    display: block;
    text-decoration: none;
}

.partners_page .partner_card_link .partner_logo {
    transition: border-color 180ms ease-out, box-shadow 180ms ease-out, transform 180ms ease-out;
}

.partners_page .partner_card_link .text {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    transition: color 180ms ease-out;
}

.partners_page a.partner_card_link:hover,
.partners_page a.partner_card_link:active,
.partners_page a.partner_card_link:focus {
    text-decoration: none;
}

.partners_page a.partner_card_link:hover .partner_logo {
    border-color: #00a1e7;
    box-shadow: 0 8px 20px rgba(27, 70, 146, 0.12);
    transform: translateY(-2px);
}

.partners_page a.partner_card_link:hover .text {
    color: #00a1e7;
}

.partners_page a.partner_card_link:focus-visible {
    outline: 3px solid #00a1e7;
    outline-offset: 4px;
}

.partners_page .partner_link_icon {
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    box-sizing: border-box;
    flex: 0 0 10px;
    height: 10px;
    margin-top: 5px;
    position: relative;
    width: 10px;
}

.partners_page .partner_link_icon::after {
    background: currentColor;
    content: '';
    height: 2px;
    position: absolute;
    right: -1px;
    top: -1px;
    transform: rotate(-45deg);
    transform-origin: right center;
    width: 13px;
}

@media (prefers-reduced-motion: reduce) {
    .partners_page .partner_card_link .partner_logo,
    .partners_page .partner_card_link .text {
        transition: none;
    }
}
