﻿@charset "UTF-8"; /*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.dropdown, .dropend, .dropstart, .dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

    .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent
    }

    .dropdown-toggle:empty::after {
        margin-left: 0
    }

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem
}

    .dropdown-menu[data-bs-popper] {
        top: 100%;
        left: 0;
        margin-top: .125rem
    }

.dropdown-menu-start {
    --bs-position: start
}

    .dropdown-menu-start[data-bs-popper] {
        right: auto;
        left: 0
    }

.dropdown-menu-end {
    --bs-position: end
}

    .dropdown-menu-end[data-bs-popper] {
        right: 0;
        left: auto
    }

@media (min-width:576px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }

        .dropdown-menu-sm-start[data-bs-popper] {
            right: auto;
            left: 0
        }

    .dropdown-menu-sm-end {
        --bs-position: end
    }

        .dropdown-menu-sm-end[data-bs-popper] {
            right: 0;
            left: auto
        }
}

@media (min-width:768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }

        .dropdown-menu-md-start[data-bs-popper] {
            right: auto;
            left: 0
        }

    .dropdown-menu-md-end {
        --bs-position: end
    }

        .dropdown-menu-md-end[data-bs-popper] {
            right: 0;
            left: auto
        }
}

@media (min-width:992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }

        .dropdown-menu-lg-start[data-bs-popper] {
            right: auto;
            left: 0
        }

    .dropdown-menu-lg-end {
        --bs-position: end
    }

        .dropdown-menu-lg-end[data-bs-popper] {
            right: 0;
            left: auto
        }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }

        .dropdown-menu-xl-start[data-bs-popper] {
            right: auto;
            left: 0
        }

    .dropdown-menu-xl-end {
        --bs-position: end
    }

        .dropdown-menu-xl-end[data-bs-popper] {
            right: 0;
            left: auto
        }
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

/*.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}
*/
.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
    font-size: calc(1.325rem + .9vw) !important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + .3vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fs-6 {
    font-size: 1rem !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity)) !important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb),var(--bs-text-opacity)) !important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb),var(--bs-text-opacity)) !important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb),var(--bs-text-opacity)) !important
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb),var(--bs-text-opacity)) !important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity)) !important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb),var(--bs-text-opacity)) !important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity)) !important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb),var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity)) !important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb),var(--bs-text-opacity)) !important
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0,0,0,.5) !important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255,255,255,.5) !important
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important
}

.text-opacity-25 {
    --bs-text-opacity: 0.25
}

.text-opacity-50 {
    --bs-text-opacity: 0.5
}

.text-opacity-75 {
    --bs-text-opacity: 0.75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity)) !important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity)) !important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb),var(--bs-bg-opacity)) !important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb),var(--bs-bg-opacity)) !important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb),var(--bs-bg-opacity)) !important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb),var(--bs-bg-opacity)) !important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity)) !important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb),var(--bs-bg-opacity)) !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity)) !important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity)) !important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: .2rem !important
}

.rounded-2 {
    border-radius: .25rem !important
}

.rounded-3 {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-end {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-start {
    border-bottom-left-radius: .25rem !important;
    border-top-left-radius: .25rem !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media (min-width:576px) {
    .float-sm-start {
        float: left !important
    }

    .float-sm-end {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .25rem !important
    }

    .gap-sm-2 {
        gap: .5rem !important
    }

    .gap-sm-3 {
        gap: 1rem !important
    }

    .gap-sm-4 {
        gap: 1.5rem !important
    }

    .gap-sm-5 {
        gap: 3rem !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 3rem !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 3rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 3rem !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .float-md-start {
        float: left !important
    }

    .float-md-end {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: .25rem !important
    }

    .gap-md-2 {
        gap: .5rem !important
    }

    .gap-md-3 {
        gap: 1rem !important
    }

    .gap-md-4 {
        gap: 1.5rem !important
    }

    .gap-md-5 {
        gap: 3rem !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }

    .order-md-first {
        order: -1 !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .order-md-last {
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 3rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 3rem !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .float-lg-start {
        float: left !important
    }

    .float-lg-end {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: .25rem !important
    }

    .gap-lg-2 {
        gap: .5rem !important
    }

    .gap-lg-3 {
        gap: 1rem !important
    }

    .gap-lg-4 {
        gap: 1.5rem !important
    }

    .gap-lg-5 {
        gap: 3rem !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

    .order-lg-first {
        order: -1 !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .order-lg-last {
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .float-xl-start {
        float: left !important
    }

    .float-xl-end {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: .25rem !important
    }

    .gap-xl-2 {
        gap: .5rem !important
    }

    .gap-xl-3 {
        gap: 1rem !important
    }

    .gap-xl-4 {
        gap: 1.5rem !important
    }

    .gap-xl-5 {
        gap: 3rem !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .order-xl-first {
        order: -1 !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width:1400px) {
    .float-xxl-start {
        float: left !important
    }

    .float-xxl-end {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: .25rem !important
    }

    .gap-xxl-2 {
        gap: .5rem !important
    }

    .gap-xxl-3 {
        gap: 1rem !important
    }

    .gap-xxl-4 {
        gap: 1.5rem !important
    }

    .gap-xxl-5 {
        gap: 3rem !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }

    .order-xxl-first {
        order: -1 !important
    }

    .order-xxl-0 {
        order: 0 !important
    }

    .order-xxl-1 {
        order: 1 !important
    }

    .order-xxl-2 {
        order: 2 !important
    }

    .order-xxl-3 {
        order: 3 !important
    }

    .order-xxl-4 {
        order: 4 !important
    }

    .order-xxl-5 {
        order: 5 !important
    }

    .order-xxl-last {
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 3rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 3rem !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .fs-1 {
        font-size: 2.5rem !important
    }

    .fs-2 {
        font-size: 2rem !important
    }

    .fs-3 {
        font-size: 1.75rem !important
    }

    .fs-4 {
        font-size: 1.5rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}
/*# sourceMappingURL=bootstrap.min.css.map */
.mbpbg {
    background: url(../img/mbp.png);
}

.container img {
    max-width: 100%;
}

.container {
    max-width: 1200px !important;
}

.nomrg {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

h1 {
    font-size: 80px;
    line-height: 1.3;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #040404;
}

h2 {
    font-size: 32px;
    line-height: 1.3;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #040404;
}

h3 {
    font-size: 20px;
    line-height: 1,3;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #30e5d0;
}

.small {
    color: #aab8c1;
    font-size: 12p;
    font-weight: 500;
}

a.buttont {
    color: #4f4f4f;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
}


.logo {
    margin-bottom: -33px;
}

.b1 {
    padding: 180px 0px;
    background: url(../img/background.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
}

.mob-design {
    padding: 0px 0px !important;
}

.b1 h1 {
    margin-left: 100px;
}

    .b1 p {
        margin-left: 100px;
    }

    .b1 a {
        margin-left: 100px;
    }

    .b1.about h1 {
        margin-left: 0px;
    }

    .b1.about p {
        margin-left: 0px;
    }

    .b1.about a {
        margin-left: 0px;
    }


    .b1.cp {
        background: url(../img/cp-bg.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: auto;
    }

    .b1.local {
        background: url(../img/local.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: auto;
    }

        .b1.local h1 {
            font-size: 64px;
            line-height: 1.2
        }

    .b1.banking {
        margin-top: -100px;
        padding-top: 180px;
        padding-bottom: 250px;
        background: url(../img/bankingbg.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }


    .b1.fx {
        background: url(../img/fxbg.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: auto;
    }

        .b1.fx h1 {
            font-size: 40px;
            line-height: 1.2
        }

    .b1.security {
        background: url(../img/securitybg.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: auto;
    }

    .b1.about {
        text-align: center;
        background: url(../img/aboutbg.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: auto;
    }

        .b1.about h1 {
            margin-top: 70px;
        }



    .b1 h1 {
        line-height: 1.3;
        margin-bottom: 25px;
    }

    .b1.get {
        background: url(../img/getbg.jpg);
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: auto;
    }

        .b1.get h1 {
            font-size: 40px;
        }

    .b1.terms {
        background: url(../img/termsbg.jpg);
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: auto;
    }

        .b1.terms h1 {
            font-size: 80px;
        }

    .b1.aml {
        background: url(../img/amlbg.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: auto;
        padding-top: 250px;
    }

        .b1.aml h1 {
            font-size: 80px;
        }

    .b1.privacy {
        background: url(../img/privacy.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: auto;
        padding-top: 190px;
    }

a.button-dark {
    display: inline-block;
    text-decoration: none;
    line-height: 56px;
    text-transform: uppercase;
    margin-top: 40px;
    color: #fff;
    background: #040404;
    border-radius: 12px;
    padding: 0px 25px;
}

    a.button-dark:hover {
        color: #040404;
        background: #fff;
        border: 2px solid #040404;
        line-height: 52px;
        padding: 0px 23px;
    }


.b1.europe {
    background: url(../img/europe.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
}

    .b1.europe h1 {
        font-size: 80px;
        line-height: 1.2
    }



.tloks {
    width: 100%;
    margin-top: -150px;
}

.bloks {
    width: 100%;
    margin-top: -150px;
}

.b2 {
    background: #fff url(../img/decor.png);
    background-size: 100%;
    padding-bottom: 200px;
}

    .b2 img {
    }

.b3 {
    text-align: center;
    padding-bottom: 200px;
}

    .b3 img {
        margin-top: 40px;
    }

.b4 {
    background: #040404;
    color: #fff;
}

    .b4 h2 {
        color: #fff;
        font-size: 56px;
        line-height: 1.3;
        margin-top: 30px;
    }

    .b4 .col-7 {
        padding: 100px 150px;
    }

    .b4 .col-5 {
        background-size: cover;
    }

    .b4 a.button-dark {
        border: 2px solid #fff;
        padding: 0px 35px;
    }

        .b4 a.button-dark:hover {
            border: 2px solid #fff;
            padding: 0px 35px;
            line-height: 56px;
        }

.b5 {
    padding-top: 140px;
    padding-bottom: 140px;
    text-align: center;
    background: #fff;
}

    .b5 img {
        margin-top: 80px;
    }

.b6 {
    text-align: center;
    color: #fff;
    background: url(../img/dbg.jpg);
    background-size: cover;
    padding: 120px 0px;
    background-position: top center;
}

    .b6 h1 {
        color: #fff;
        margin-bottom: 30px;
    }

a.button-light {
    color: #040404;
    background: #fff;
    display: inline-block;
    text-decoration: none;
    line-height: 56px;
    text-transform: uppercase;
    margin-top: 40px;
    border-radius: 12px;
    padding: 0px 25px;
}

    a.button-light:hover {
        color: #fff;
        background: #040404;
        border: 2px solid #ffff;
        line-height: 52px;
        padding: 0px 23px;
    }

.hdd {
    color: #429B9B;
    font-weight: 600;
    margin-top: 20px;
}

.fmenu li {
    margin-bottom: 15px !important;
}

.cpr {
    color: #8A8A8A;
}

.b2.local {
    background-image: none !important;
    text-align: center;
}

.markets {
    margin-top: 40px;
    margin-bottom: 20px;
}

.markets {
    text-align: left;
}

.growl {
    text-align: left;
    background: #F6F6F4 url(../img/growl.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.fxbg {
    background: #FFF url(../img/fxbg2.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

.growl h2 {
    margin-bottom: 20px;
}

.growl .container {
    padding: 180px 0px;
}

.b2.cardp {
    background: #fff url(../img/copbg.jpg);
    background-repeat: no-repeat;
    background-position: center 50px;
    padding-bottom: 150px;
    padding-top: 50px;
}

    .b2.cardp .accordion {
        min-height: 400px;
        display: block;
        margin-top: 30px;
    }

        .b2.cardp .accordion ul li {
            margin-top: 20px;
            font-family: 'Poppins', sans-serif;
            font-size: 16px;
        }

.b3.cardp {
    padding-top: 120px;
}

    .b3.cardp p {
        color: #040404;
    }

.b5.cardp {
    text-align: left;
    background: #30e5d0 url(../img/glbg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 50px;
}

    .b5.cardp h2 {
        font-size: 56px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .b5.cardp p {
        color: #040404;
    }

.newsp {
    color: #383838;
}

    .newsp .row {
        text-align: left;
    }

        .newsp .row H2 {
            FONT-SIZE: 20px;
            margin-top: 20px;
        }

        .newsp .row img {
            margin-top: 32px;
        }

.cardpi {
    margin-top: 60px;
    margin-bottom: 25px;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #fff;
    text-align: center;
    border-radius: 40px;
}

    .cardpi img {
        margin: 20px !important;
        padding: 0px;
    }

.accordion-button {
    padding: 20px 20px 20px 30px;
    margin-top: 24px;
    border-radius: 30px;
    box-shadow: 0px 8px 12px rgba(41, 65, 62, 0.1);
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.accordion-item:first-of-type .accordion-button {
    border-radius: 30px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 30px;
}

.accordion-item {
    border: none;
    color: #040404;
}

.accordion-button:not(.collapsed) {
    color: #040404;
    background-color: #fff;
    box-shadow: 0px 8px 12px rgba(41, 65, 62, 0.1);
}

.accordion-button::after {
    border: 1px solid #AAB8C1;
    border-radius: 20px;
    flex-shrink: 0;
    padding: 4px;
    width: 20px;
    height: 20px;
    margin-left: auto;
    content: "";
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2330E5D0'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-size: 14px;
    transition: transform .2s ease-in-out;
    background-position: 2px 2px;
}

.accordion-button:not(.collapsed)::after {
    border: 1px solid #30E5D0;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2330E5D0'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e) !important;
}


.gbg {
    background: #F6F6F4;
    padding-top: 100px;
}

.txtb {
    background-image: none;
}

.txtg {
    background-image: none;
    text-align: center;
}

.txtb h2 {
    font-size: 16px;
    color: #383838;
    margin-bottom: 30px;
}

.txtb p {
    font-size: 16px;
    color: #383838;
    margin-bottom: 30px;
}

.secm {
    padding-top: 30px;
}

    .secm .row {
        text-align: center;
    }

    .secm .cardpi {
        background: #f6f6f4;
        margin-bottom: 0px;
    }

    .secm .row img {
        margin-top: 0px;
    }

input.form-control {
    background: #FBFBFB;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 5%);
    border-radius: 4px;
    /*border: 2px solid #AAB8C1;*/
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0px 55px;
    margin-bottom: 24px;
}

.txtg textarea.form-control {
    border: 2px solid #AAB8C1;
    width: 100%;
    line-height: 56px;
    padding: 0px 30px;
    border-radius: 30px;
    margin-bottom: 24px;
}

.pdtop {
    margin-top: 64px;
}

.kontaktforma .col-md-8 {
    text-align: left;
}

    .kontaktforma .col-md-8.poga {
        text-align: center;
        margin-top: 50px;
    }

    .kontaktforma .col-md-8 a {
        font-weight: 400;
        text-decoration: underline;
    }

.fxsad {
    margin-top: 120px;
    margin-bottom: 200px;
}

    .fxsad div {
        margin: 50px;
        text-align: left;
        font-size: 16px;
        font-weight: 600;
    }

        .fxsad div span {
            margin-right: 30px;
            display: inline-block;
            width: 80px;
            height: 80px;
            line-height: 80px;
            background: #F6F6F4;
            text-align: center;
            border-radius: 40px;
        }

    .fxsad img {
        margin: 0px;
        padding: 0px;
    }

.banking1 {
    padding-top: 20px;
}

    .banking1 h2 {
        margin-bottom: 40px;
    }

    .banking1 p {
        margin-top: 20px;
    }

    .banking1 img {
        margin-top: 0px;
    }

.b3.cardp {
    background-image: url(../img/cardpbg.jpg);
    background-position: center;
}

.about {
    text-align: left;
    background: #fff url(../img/about1.jpg);
    padding-top: 200px;
    background-position: center;
    min-height: 800px;
    background-repeat: no-repeat;
}

    .about.ab2 {
        margin-top: 80px;
        text-align: left;
        background: #f6f6f4 url(../img/about2.jpg);
        background-position: center;
        min-height: 800px;
        background-repeat: no-repeat;
    }

    .about h3 {
        font-size: 20px;
        font-weight: 400;
    }

    .about h2 {
        margin-bottom: 30px;
    }

.news {
}

.featured {
    position: relative;
    z-index: 999;
    text-align: left;
    background: #fff url(../img/featured.jpg);
    background-repeat: no-repeat;
    background-position: right;
    margin: auto;
    width: 1000px;
    padding: 70px 460px 70px 50px;
    ;
    box-shadow: 0px 20px 48px rgba(166, 188, 186, 0.2);
    border-radius: 32px;
    margin-top: -400px;
}

    .featured h3 {
        margin-bottom: 30px;
    }

    .featured h2 {
        margin-bottom: 30px;
    }

.nsaraksts {
    padding-top: 30px;
}

    .nsaraksts p {
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .nsaraksts h2 {
        margin-top: 0px !important;
    }

    .nsaraksts .zinas a {
        display: block;
        margin-top: 30px;
        margin-bottom: 60px;
    }
.zinumenu {
    margin-bottom: 20px;
}

    .zinumenu a {
        box-shadow: 0px 2px 4px rgb(0 0 0 / 5%);
        border: 1px solid #E0E0E0;
        border-radius: 4px;
        padding: 11px 20px;
        color: #4F4F4F;
        font-weight: 500;
        font-size: 14px;
        margin-right: 10px;
        background: #FBFBFB;
        text-decoration: none;
    }

        .zinumenu a:hover {
            background: #EB9A42;
            color: #fff;
        }

        .zinumenu a.act {
            background: #EB9A42;
            color: #fff;
        }

.dropdown-toggle {
    background: #FBFBFB;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 5%);
    border-radius: 4px;
    padding: 13px 20px;
    color: #4F4F4F;
    margin-right: 10px;
    font-weight: 600;
    font-size: 16px;
}

    .dropdown-toggle img {
        margin-top: 0px !important;
        margin-left: 30px;
    }

    .dropdown-toggle::after {
        display: none;
    }

.markets img {
    border-radius: 30px;
}

.markets a span img {
    margin-top: 0px !important;
}

.srow {
    margin-top: 30px;
}

.dropdown {
    width: 100%;
    display: inline-block;
}

    .dropdown .dropdown-toggle {
        width: 100%;
        display: inline-block;
    }

.dropdown-menu.show {
    width: 100%;
    border-radius: 10px;
}

.dropdown img {
    float: right;
    margin-top: 3px !important;
}

.searchwrap {
    position: relative;
}

.sicon {
    position: absolute;
    margin: 0px;
    left: 40px;
    top: -17px;
}

.searchl {
    background: #FFFFFF;
    width: 80%;
    box-shadow: 0px 4px 16px rgba(11, 44, 40, 0.1);
    border-radius: 56px;
    height: 46px;
    line-height: 46px;
    padding: 0px 20px 0px 60px;
    border: 0px;
}

.tabula {
    margin-top: 50px;
}

    .tabula td {
        padding: 20px;
    }

        .tabula td:first-child {
            padding-left: 0px;
        }

    .tabula thead th {
        border: 0px !important;
    }

    .tabula img {
        margin-top: 0px !important;
    }

    .tabula td {
        vertical-align: middle;
    }

.relevance {
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
    height: 40px;
    width: 100px;
    border-radius: 4px;
    color: #4F4F4F;
}

    .relevance.high {
        background: #B1F8CF;
    }

    .relevance.medium {
        background: #FFE494;
    }

    .relevance.low {
        background: #FFB7D1;
    }

.plogo {
    display: inline-block;
    background: #FBFBFB;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 5%);
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    padding: 10px 30px;
}

@media only screen and (max-width: 2000px) {

    .tloks {
        width: 100%;
        margin-top: -150px;
    }

    .bloks {
        width: 100%;
        margin-top: -150px;
    }
}

@media only screen and (max-width: 1350px) {

    .tloks {
        width: 100%;
        margin-top: -100px;
    }

    .bloks {
        width: 100%;
        margin-top: -100px;
    }
}

@media only screen and (max-width: 1000px) {
    .b1 {
      
        padding: 130px 0px;
    }

    .b2 {
        padding-bottom: 50px;
    }

    .tloks {
        width: 100%;
        margin-top: -40px;
    }

    .bloks {
        width: 100%;
        margin-top: -60px;
    }
}

.lyp {
    margin-top: 50px;
}

h6 {
    color: #AAB8C1;
    font-size: 14px;
    font-weight: 400;
}

.country {
    cursor: pointer;
    background: #FFFFFF;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 8px;
    padding: 8px 30px;
}

.lyp img {
    margin-top: 0px;
}

.currency {
    margin-left: 30px;
    margin-top: 180px;
    display: inline-block;
    background: #FFFFFF;
    box-shadow: 0px 2.30959px 13.8576px rgba(11, 44, 40, 0.2);
    color: #040404;
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
    padding: 16px 50px;
}

.pmethod {
    margin-top: 180px;
    display: inline-block;
    background: #FFFFFF;
    box-shadow: 0px 2.30959px 13.8576px rgba(11, 44, 40, 0.2);
    border-radius: 30px;
    padding: 16px 30px;
}

.bmalas {
    padding: 0px;
}

.pselect {
    background: #F6F6F4;
    border-radius: 8px;
    padding: 6px;
}

    .pselect span {
        float: right;
        margin-right: 10px;
        position: relative;
    }

.pdrop {
    position: absolute;
    display: block;
    background: #F6F6F4;
    margin-top: 5px;
    border-radius: 8px;
    padding: 6px 28px;
    box-shadow: 0px 0px 5px rgba(11, 44, 40, 0.1);
}

.popt {
    padding: 6px;
    cursor: pointer;
}


.lyp {
    margin-top: 80px;
}

h6 {
    color: #AAB8C1;
    font-size: 14px;
    font-weight: 400;
}

.country {
    cursor: pointer;
    background: #FFFFFF;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 8px;
    padding: 8px 30px;
}

.lyp img {
    margin-top: 0px;
}

.country.act {
    background: transparent;
    border: 2px solid #30E5D0;
}

.currency {
    margin-left: 58px;
    text-align: center;
    width: 200px;
    margin-top: 0px;
    display: inline-block;
    background: #FFFFFF;
    box-shadow: 0px 12.31px 33.86px rgba(11, 44, 40, 0.05);
    border-radius: 15px;
    padding: 16px 0px;
}

.pmethod {
    margin-left: 18px;
    text-align: center;
    width: 200px;
    margin-top: 0px;
    display: inline-block;
    background: #FFFFFF;
    box-shadow: 0px 12.31px 33.86px rgba(11, 44, 40, 0.05);
    border-radius: 15px;
    padding: 17px 30px;
}

.bmalas {
    padding: 0px;
}

.pselect {
    background: #F6F6F4;
    border-radius: 8px;
    padding: 6px;
}

    .pselect span {
        float: right;
        margin-right: 10px;
        position: relative;
    }

.pdrop {
    position: absolute;
    display: block;
    background: #F6F6F4;
    margin-top: 5px;
    border-radius: 8px;
    padding: 6px 28px;
    box-shadow: 0px 0px 5px rgba(11, 44, 40, 0.1);
}

.popt {
    padding: 6px;
    cursor: pointer;
}

.lypt {
    width: 700px;
}

    .lypt tr td .currency, .lypt tr td .pmethod {
        margin-top: -26px;
        margin-bottom: -18px;
    }

.country.act {
    position: relative;
}

.currency {
    position: relative;
}

    .currency::after {
        content: url(../img/Line4.png);
        position: absolute;
        right: 0px;
        top: 40px;
        margin-right: -62px;
    }

.country.act::after {
    content: url(../img/Line4.png);
    position: absolute;
    right: 0px;
    top: 15px;
    margin-right: -63px;
}

.lypt tr {
    text-align: left;
}

    .lypt tr td {
        width: 300px;
    }

        .lypt tr td:first-child {
            width: 95px;
            text-align: left;
        }
.b1.europe {
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.cpr {
    position: absolute;
}

h1 {
    text-transform: uppercase;
}

.plogo {
    padding: 10px;
    width: 100%;
    text-align: center;
}

    .plogo img {
        width: auto;
    }
@media only screen and (max-width: 720px) {

    h1, .b1 a, .b1 p {
        margin-left: 0px !important;
    }

    h1 {
        font-size: 48px;
    }

    .b1.aml h1 {
        font-size: 48px;
    }

    .col-5.mbpbg {
        display: none !important;
    }

    .b4 .col-7 {
        padding: 50px 30px;
    }

    .b3 {
        padding-bottom: 50px;
    }

    .b5 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .b1 a.button-white, .b1 a.button-white:hover {
        line-height: 42px;
        margin-top: 10px;
    }

    .col-6 {
        width: 100%;
    }

    .cpr {
        margin-top: -50px;
    }

    .col-3 {
        width: 50%;
    }

    .col-4 {
        width: 100%;
    }

        .col-4 img {
            width: 100%;
        }

    h2 {
        font-size: 24px;
    }

    .b5.cardp h2 {
        font-size: 32px;
        text-align: left;
    }

    .b2.cardp {
        padding-bottom: 30px;
        background-color: #fff;
        background-image: none;
    }

    .fxbg {
        background-image: none;
    }

    .fxsad {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .b2.cardp .accordion {
        min-height: 200px;
    }

    .cardp h2, .cardp h3 {
        text-align: center;
    }

    .cardpi img {
        width: auto;
    }

}

.b2.cardp {
    background-image: none !important;
}

    .b2.cardp .container.py-3 .row .col-6 {
        position: relative;
    }

img.card_payments {
    width: auto !important;
    max-width: none !important;
    position: absolute;
    right: 100px;
    bottom: 0px;
    margin-bottom: -80px;
}

.col-md-5.bmalas {
    position: relative;
}

    .col-md-5.bmalas img {
        left: -90px;
        position: absolute;
        top: 30px;
        width: auto !important;
        max-width: none !important;
    }

.country.act {
    background: #30E5D0;
    border: none;
}

.onlymob {
    display: none;
}

.cpr.onlymobile {
    display: none;
}


@media only screen and (max-width: 720px) {

    .mob-style {
        padding: 10px 0px !important;
    }

    .lypt {
        display: none;
    }

    .col-md-5.bmalas {
        display: none;
    }

    .ffirst {
        width: 100% !important;
        margin-bottom: 70px;
        margin-top: 20px;
    }

    .hdd {
        margin-top: 30px;
    }

    .b1 {
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: 180% auto;
    }

    .tloks {
        margin-top: -20px;
    }

    .bloks {
        width: 100%;
        margin-top: -40px;
    }

    h1 {
        font-size: 36px;
        line-height: 1 !important;
    }

    .b4 h2 {
        color: #fff;
        font-size: 36px;
        line-height: 1.3;
        margin-top: 30px;
    }

    .nomob {
        display: none;
    }

    .col-7 {
        width: 100%;
    }

    .b6 {
        padding: 50px 0px;
        background-size: 160% auto;
    }

    .card_payments {
        display: none;
    }

    .fmenu {
        margin-bottom: 130px;
    }

    .onlymob {
        display: block;
        width: 100%;
    }

    .b1.local {
        background: none;
    }

    .b1.cp {
        background: none;
        padding-bottom: 0px;
    }

    .local .tloks {
        display: none;
    }

    .b1.local {
        padding-bottom: 0px;
    }

    .b1.fx {
        background: none;
        padding-bottom: 0px;
    }

    .fx .tloks {
        display: none;
    }

    .b1.security {
        background: none;
        padding-bottom: 0px;
    }

    .security .tloks {
        display: none;
    }

    .b1.europe {
        background: none !important;
        padding-bottom: 0px;
    }

    .asia-pacific .tloks {
        display: none;
    }

    .uk-europe .tloks {
        display: none;
    }

    .latam .tloks {
        display: none;
    }

    .north-america .tloks {
        display: none;
    }

    .b1.europe h1 {
        font-size: 36px;
        text-align: center;
    }

    .home .b5 img {
        display: none;
    }

        .home .b5 img.onlymob {
            display: block;
        }

    .about {
        padding-top: 0px;
    }

    .cpr {
        display: none;
    }

        .cpr.onlymobile {
            display: block;
            margin-top: 30px;
        }

    .fmenu li {
        margin-bottom: 20px !important;
    }

    header {
        display: none;
    }

        header.onlymob {
            display: block;
            padding-top: 10px;
        }

            header.onlymob .col-md-3 {
                width: 25%;
            }

            header.onlymob .col-md-6 {
                width: 50%;
            }

    .col-md-3.mobdiv {
        text-align: right;
    }

    header.onlymob .col-md-6 {
        text-align: center;
    }

        header.onlymob .col-md-6 img {
            max-width: 115px;
            margin-top: -20px;
        }

    .b4 img {
        max-width: 100%;
    }

    nav.mobilemenu {
        position: fixed;
        left: -720px;
        overflow: hidden;
    }

        nav.mobilemenu.mobshow {
            transition: left 0.5s;
            width: 100%;
            opacity: 1;
            height: 100vh;
            display: block !important;
            position: fixed;
            top: 0px;
            left: 0px;
            bottom: 0px;
            z-index: 99999;
            background: #F6F6F4;
        }

            nav.mobilemenu.mobshow a {
                display: inline-block;
                break-after: all;
            }

        nav.mobilemenu a.active {
            border-top: none;
            border-bottom: 3px solid #30E5D0;
        }

    .mobmenlogo2 {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    nav.mobilemenu a.git {
        background: none;
        color: #429B9B;
        padding: 0px;
    }

    .b5.cardp {
        background-image: none;
        padding-bottom: 0px;
    }

    .growl {
        background-image: none;
    }

    .about {
        background-image: none;
    }

    .card_payments_body .col-3 {
        width: 100%;
    }

    .card_payments_body .b3 .cardpi {
        float: left;
        margin-top: 30px;
        margin-right: 20px;
    }

    .card_payments_body .b3.cardp .col-3 p {
        text-align: left;
        padding-top: 50px;
        font-size: 16px;
        font-weight: 600;
    }

    .b5 img {
        margin-top: 0px;
    }

    .b5.cardp img.onlymob {
        margin-top: 20px;
    }

    .markets .col-4 {
        margin-bottom: 40px;
    }

    .markets {
        margin-top: -15px;
    }

    .b2.local h2 {
        margin-top: 30px;
        margin-bottom: 60px;
    }

    .row.markets {
        margin-left: 0px;
        margin-right: 0px;
    }

        .row.markets span img {
            width: auto;
        }

        .row.markets span {
            margin-right: 20px;
        }

    .b5.growl {
        padding-top: 40px;
        padding-bottom: 20px;
    }

        .b5.growl .container {
            padding: 20px 15px;
        }

    .b1.banking {
        padding-bottom: 100px;
    }

    .b5.banking1 img {
        display: none;
    }

        .b5.banking1 img.onlymob {
            display: block;
        }

    .b3.cardp {
        padding-top: 50px;
    }

    .b3.cardp {
        padding-top: 50px;
    }

    .col-6.fxsad div {
        text-align: center;
    }

    .fxsad div span {
        display: block;
        width: 100%;
        background: transparent;
    }

        .fxsad div span img {
            background: #F6F6F4;
            padding: 15px;
            border-radius: 40px;
            margin-bottom: 20px;
        }

    .b1.about {
        padding-top: 100px;
        padding-bottom: 50px;
        min-height: 0px;
    }

    .b5.about {
        padding-bottom: 50px;
        min-height: 0px;
        background-image: none;
    }

    .contacts .b1.get {
        background-size: 100%;
    }

    .contacts .btn.js-form-button {
        width: 100%;
    }

    .b1.aml {
        padding-top: 200px;
        background-size: 200%;
        background-position: -240px center;
    }

    .card_payments_body .b2.cardp img.onlymob {
        margin-top: 50px;
    }

    .tccn {
        width: 100%;
        overflow-x: auto;
        height: 80px;
        overflow-y: hidden;
        white-space: nowrap;
        padding-left: 10px;
        padding-right: 10px;
    }

        .tccn .container {
            width: 1200px;
        }

        .tccn .col-md-6 {
            width: 50%;
        }

        .tccn .col-md-3 {
            width: 25%;
        }

    table.table tr:first-child {
        display: none;
    }

    table.table tr td:last-child {
        display: none;
    }

    table.table tr td:nth-child(4n) {
        display: none;
    }

    table.table tr td:nth-child(3n) {
        width: 100%;
        border-bottom: 1px solid #DADADA;
    }

    table.table tr td {
        display: block;
        float: left;
        height: 80px;
        width: 40%;
        border-bottom: 0px;
    }

        table.table tr td:nth-child(2n) {
            width: 60%;
        }

    .plogo {
        margin-left: 10px;
    }

    .searchl {
        width: 100%;
        margin-bottom: 10px;
    }

    .col-md-3.drop1 {
        margin-bottom: 10px;
    }

    .zinumenu {
        margin-bottom: 0px;
        margin-top: 20px;
    }

    .b5.newsp.nsaraksts {
        padding-top: 20px;
    }

    body:not(.home) .b1 {
        text-align: center !important;
    }
  
        body:not(.home) .b1 h1 {
            font-size: 36px;
            text-align: center !important;
        }

        body:not(.home) .b1 p {
            text-align: center !important;
        }

    body .b1 p {
        max-width: 100%;
    }

    body:not(.home) .b1 a {
        text-align: center !important;
    }

}

.mbpbg {
    background: url(../img/mbp.png);
}

.container img {
    max-width: 100%;
}

.container {
    max-width: 1200px !important;
}

.nomrg {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

h1 {
    font-size: 80px;
    line-height: 1.3;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #040404;
}

h2 {
    font-size: 32px;
    line-height: 1.3;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #040404;
}

h3 {
    font-size: 20px;
    line-height: 1,3;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #30e5d0;
}


.small {
    color: #aab8c1;
    font-size: 12p;
    font-weight: 500;
}
.logo {
    margin-bottom: -33px;
}

.b1 {
    padding: 180px 0px;
    background: url(../img/background.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
}

    .b1 h1 {
        margin-left: 100px;
    }

    .b1 p {
        margin-left: 100px;
    }

    .b1 a {
        margin-left: 100px;
    }

    .b1.about h1 {
        margin-left: 0px;
    }

    .b1.about p {
        margin-left: 0px;
    }

    .b1.about a {
        margin-left: 0px;
    }


    .b1.cp {
        background: url(../img/cp-bg.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: auto;
    }

    .b1.local {
        background: url(../img/local.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: auto;
    }

        .b1.local h1 {
            font-size: 64px;
            line-height: 1.2
        }

    .b1.banking {
        margin-top: -100px;
        padding-top: 180px;
        padding-bottom: 250px;
        background: url(../img/bankingbg.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }


    .b1.fx {
        background: url(../img/fxbg.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: auto;
    }

        .b1.fx h1 {
            font-size: 40px;
            line-height: 1.2
        }

    .b1.security {
        background: url(../img/securitybg.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: auto;
    }

    .b1.about {
        text-align: center;
        background-image: url(../img/aboutbg.jpg);
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .b1.about h1 {
            margin-top: 70px;
        }



    .b1 h1 {
        line-height: 1.3;
        margin-bottom: 25px;
    }

    .b1.get {
        background: url(../img/getbg.jpg);
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: auto;
    }

        .b1.get h1 {
            font-size: 40px;
        }

    .b1.terms {
        background: url(../img/termsbg.jpg);
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: auto;
    }

        .b1.terms h1 {
            font-size: 80px;
        }

    .b1.aml {
        background-image: unset;
        padding-top: 250px;
    }

        .b1.aml h1 {
            font-size: 80px;
        }

    .b1.privacy {
        background: url(../img/privacy.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: auto;
        padding-top: 190px;
    }

a.button-dark {
    display: inline-block;
    text-decoration: none;
    line-height: 56px;
    text-transform: uppercase;
    margin-top: 40px;
    color: #fff;
    background: #040404;
    border-radius: 12px;
    padding: 0px 25px;
}

    a.button-dark:hover {
        color: #040404;
        background: #fff;
        border: 2px solid #040404;
        line-height: 52px;
        padding: 0px 23px;
    }

a.button-white {
    display: inline-block;
    text-decoration: none;
    line-height: 52px;
    text-transform: uppercase;
    margin-top: 40px;
    color: #040404;
    background: #fff;
    border-radius: 12px;
    padding: 0px 25px;
    border: 2px solid #040404;
    margin-left: 10px;
}

    a.button-white:hover {
        color: black;
        border: 2px solid #040404;
        line-height: 52px;
    }


.b1.europe {
    background: url(../img/europe.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
}

    .b1.europe h1 {
        font-size: 80px;
        line-height: 1.2
    }



.tloks {
    width: 100%;
    margin-top: -150px;
}

.bloks {
    width: 100%;
    margin-top: -150px;
}

.b2 {
    background: #fff url(../img/decor.png);
    background-size: 100%;
    padding-bottom: 200px;
}

    .b2 img {
    }

.b3 {
    text-align: center;
    padding-bottom: 200px;
}

    .b3 img {
        margin-top: 40px;
    }

.b4 {
    background: #040404;
    color: #fff;
}

    .b4 h2 {
        color: #fff;
        font-size: 56px;
        line-height: 1.3;
        margin-top: 30px;
    }

    .b4 .col-7 {
        padding: 100px 150px;
    }

    .b4 .col-5 {
        background-size: cover;
    }

    .b4 a.button-dark {
        border: 2px solid #fff;
        padding: 0px 35px;
    }

        .b4 a.button-dark:hover {
            border: 2px solid #fff;
            padding: 0px 35px;
            line-height: 56px;
        }

.b5 {
    padding-top: 140px;
    padding-bottom: 140px;
    text-align: center;
    background: #fff;
}

    .b5 img {
        margin-top: 80px;
    }

.b6 {
    text-align: center;
    color: #fff;
    background: #000;
    background-size: cover;
    padding: 120px 0px;
}

    .b6 h1 {
        color: #fff;
        margin-bottom: 30px;
    }

a.button-light {
    color: #040404;
    background: #fff;
    display: inline-block;
    text-decoration: none;
    line-height: 56px;
    text-transform: uppercase;
    margin-top: 40px;
    border-radius: 12px;
    padding: 0px 25px;
}

    a.button-light:hover {
        color: #fff;
        background: #040404;
        border: 2px solid #ffff;
        line-height: 52px;
        padding: 0px 23px;
    }
.hdd {
    color: #429B9B;
    font-weight: 600;
    margin-top: 20px;
}

.fmenu li {
    margin-bottom: 15px !important;
}

.cpr {
    color: #8A8A8A;
}

.b2.local {
    background-image: none !important;
    text-align: center;
}

.growl {
    text-align: left;
    background: #F6F6F4 url(../img/growl.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.fxbg {
    background: #FFF url(../img/fxbg2.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

.growl h2 {
    margin-bottom: 20px;
}

.growl .container {
    padding: 180px 0px;
}

.b2.cardp {
    background: #fff url(../img/copbg.jpg);
    background-repeat: no-repeat;
    background-position: center 50px;
    padding-bottom: 150px;
    padding-top: 50px;
}

    .b2.cardp .accordion {
        min-height: 400px;
        display: block;
        margin-top: 30px;
    }

        .b2.cardp .accordion ul li {
            margin-top: 20px;
            font-family: 'Poppins', sans-serif;
            font-size: 16px;
        }

.b3.cardp {
    padding-top: 120px;
}

    .b3.cardp p {
        color: #040404;
    }

.b5.cardp {
    text-align: left;
    background: #30e5d0 url(../img/glbg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 50px;
}

    .b5.cardp h2 {
        font-size: 56px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .b5.cardp p {
        color: #040404;
    }

.newsp {
    color: #383838;
}

    .newsp .row {
        text-align: left;
    }

        .newsp .row H2 {
            FONT-SIZE: 20px;
            margin-top: 20px;
        }

        .newsp .row img {
            margin-top: 32px;
        }

.cardpi {
    margin-top: 60px;
    margin-bottom: 25px;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #fff;
    text-align: center;
    border-radius: 40px;
}

    .cardpi img {
        margin: 0px;
        padding: 0px;
    }

.accordion-button {
    padding: 20px 20px 20px 30px;
    margin-top: 24px;
    border-radius: 30px;
    box-shadow: 0px 8px 12px rgba(41, 65, 62, 0.1);
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.accordion-item:first-of-type .accordion-button {
    border-radius: 30px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 30px;
}

.accordion-item {
    border: none;
    color: #040404;
}

.accordion-button:not(.collapsed) {
    color: #040404;
    background-color: #fff;
    box-shadow: 0px 8px 12px rgba(41, 65, 62, 0.1);
}

.accordion-button::after {
    border: 1px solid #AAB8C1;
    border-radius: 20px;
    flex-shrink: 0;
    padding: 4px;
    width: 20px;
    height: 20px;
    margin-left: auto;
    content: "";
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2330E5D0'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-size: 14px;
    transition: transform .2s ease-in-out;
    background-position: 2px 2px;
}

.accordion-button:not(.collapsed)::after {
    border: 1px solid #30E5D0;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2330E5D0'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e) !important;
}


.gbg {
    background: #F6F6F4;
    padding-top: 100px;
}

.txtb {
    background-image: none;
}

.txtg {
    background-image: none;
    text-align: center;
}

.txtb h2 {
    font-size: 16px;
    color: #383838;
    margin-bottom: 30px;
}

.txtb p {
    font-size: 16px;
    color: #383838;
    margin-bottom: 30px;
}

.secm {
    padding-top: 30px;
}

    .secm .row {
        text-align: center;
    }

    .secm .cardpi {
        background: #f6f6f4;
        margin-bottom: 0px;
    }

    .secm .row img {
        margin-top: 0px;
    }

input.form-control {
    background: #FBFBFB;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 5%);
    border-radius: 4px;
    /*border: 2px solid #AAB8C1;*/
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0px 55px;
    margin-bottom: 24px;
}

.pdtop {
    margin-top: 64px;
}

.kontaktforma .col-md-8 {
    text-align: left;
}

    .kontaktforma .col-md-8.poga {
        text-align: center;
        margin-top: 50px;
    }

    .kontaktforma .col-md-8 a {
        font-weight: 400;
        text-decoration: underline;
    }


.fxsad {
    margin-top: 120px;
    margin-bottom: 200px;
}

    .fxsad div {
        margin: 50px;
        text-align: left;
        font-size: 16px;
        font-weight: 600;
    }

        .fxsad div span {
            margin-right: 30px;
            display: inline-block;
            width: 80px;
            height: 80px;
            line-height: 80px;
            background: #F6F6F4;
            text-align: center;
            border-radius: 40px;
        }

    .fxsad img {
        margin: 0px;
        padding: 0px;
    }

.banking1 {
    padding-top: 20px;
}

    .banking1 h2 {
        margin-bottom: 40px;
    }

    .banking1 p {
        margin-top: 20px;
    }

    .banking1 img {
        margin-top: 0px;
    }

.b3.cardp {
    background-image: url(../img/cardpbg.jpg);
    background-position: center;
}

.about {
    text-align: left;
    background: #fff url(../img/about1.jpg);
    padding-top: 200px;
    background-position: center;
    min-height: 800px;
    background-repeat: no-repeat;
}

    .about.ab2 {
        margin-top: 80px;
        text-align: left;
        background: #f6f6f4 url(../img/about2.jpg);
        background-position: center;
        min-height: 800px;
        background-repeat: no-repeat;
    }

    .about h3 {
        font-size: 20px;
        font-weight: 400;
    }

    .about h2 {
        margin-bottom: 30px;
    }

.news {
}

.featured {
    position: relative;
    z-index: 999;
    text-align: left;
    background: #fff url(../img/featured.jpg);
    background-repeat: no-repeat;
    background-position: right;
    margin: auto;
    width: 1000px;
    padding: 70px 460px 70px 50px;
    ;
    box-shadow: 0px 20px 48px rgba(166, 188, 186, 0.2);
    border-radius: 32px;
    margin-top: -400px;
}

    .featured h3 {
        margin-bottom: 30px;
    }

    .featured h2 {
        margin-bottom: 30px;
    }

.nsaraksts {
    padding-top: 30px;
}

    .nsaraksts p {
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .nsaraksts h2 {
        margin-top: 0px !important;
    }

    .nsaraksts .zinas a {
        display: block;
        margin-top: 30px;
        margin-bottom: 60px;
    }


.zinumenu {
    margin-bottom: 20px;
}

    .zinumenu a {
        box-shadow: 0px 2px 4px rgb(0 0 0 / 5%);
        border: 1px solid #E0E0E0;
        border-radius: 4px;
        padding: 11px 20px;
        color: #4F4F4F;
        font-weight: 500;
        font-size: 14px;
        margin-right: 10px;
        background: #FBFBFB;
        text-decoration:none;
    }

        .zinumenu a:hover {
            background: #EB9A42;
            color: #fff;
        }

        .zinumenu a.act {
            background: #EB9A42;
            color: #fff;
        }

.dropdown-toggle {
    background: #FBFBFB;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 5%);
    border-radius: 4px;
    padding: 13px 20px;
    color: #4F4F4F;
    margin-right: 10px;
    font-weight: 600;
    font-size: 16px;
}

    .dropdown-toggle img {
        margin-top: 0px !important;
        margin-left: 30px;
    }

    .dropdown-toggle::after {
        display: none;
    }

.markets img {
    border-radius: 30px;
}

.markets a span img {
    margin-top: 0px !important;
}

.srow {
    margin-top: 30px;
}

.dropdown {
    width: 100%;
    display: inline-block;
}

    .dropdown .dropdown-toggle {
        width: 100%;
        display: inline-block;
    }

.dropdown-menu.show {
    width: 100%;
    border-radius: 10px;
}

.dropdown img {
    float: right;
    margin-top: 3px !important;
}

.searchwrap {
    position: relative;
}

.sicon {
    position: absolute;
    margin: 0px;
    left: 40px;
    top: -17px;
}

.searchl {
    background: #FFFFFF;
    width: 80%;
    box-shadow: 0px 4px 16px rgba(11, 44, 40, 0.1);
    border-radius: 56px;
    height: 46px;
    line-height: 46px;
    padding: 0px 20px 0px 60px;
    border: 0px;
}

.tabula {
    margin-top: 50px;
}

    .tabula td {
        padding: 20px;
    }

        .tabula td:first-child {
            padding-left: 0px;
        }

    .tabula thead th {
        border: 0px !important;
    }

    .tabula img {
        margin-top: 0px !important;
    }

    .tabula td {
        vertical-align: middle;
    }

.relevance {
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
    height: 40px;
    width: 100px;
    border-radius: 4px;
    color: #4F4F4F;
}

    .relevance.high {
        background: #B1F8CF;
    }

    .relevance.medium {
        background: #FFE494;
    }

    .relevance.low {
        background: #FFB7D1;
    }

.plogo {
    display: inline-block;
    background: #FBFBFB;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 5%);
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    padding: 10px 30px;
}

@media only screen and (max-width: 2000px) {

    .tloks {
        width: 100%;
        margin-top: -150px;
    }

    .bloks {
        width: 100%;
        margin-top: -150px;
    }
}

@media only screen and (max-width: 1350px) {

    .tloks {
        width: 100%;
        margin-top: -100px;
    }

    .bloks {
        width: 100%;
        margin-top: -100px;
    }
}

@media only screen and (max-width: 1000px) {
    .b1 {
        padding: 130px 0px;
    }

    .b2 {
        padding-bottom: 50px;
    }

    .tloks {
        width: 100%;
        margin-top: -40px;
    }

    .bloks {
        width: 100%;
        margin-top: -60px;
    }
}

.lyp {
    margin-top: 50px;
}

h6 {
    color: #AAB8C1;
    font-size: 14px;
    font-weight: 400;
}

.country {
    cursor: pointer;
    background: #FFFFFF;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 8px;
    padding: 8px 30px;
}

.lyp img {
    margin-top: 0px;
}

.currency {
    margin-left: 30px;
    margin-top: 180px;
    display: inline-block;
    background: #FFFFFF;
    box-shadow: 0px 2.30959px 13.8576px rgba(11, 44, 40, 0.2);
    color: #040404;
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
    padding: 16px 50px;
}

.pmethod {
    margin-top: 180px;
    display: inline-block;
    background: #FFFFFF;
    box-shadow: 0px 2.30959px 13.8576px rgba(11, 44, 40, 0.2);
    border-radius: 30px;
    padding: 16px 30px;
}

.bmalas {
    padding: 0px;
}

.pselect {
    background: #F6F6F4;
    border-radius: 8px;
    padding: 6px;
}

    .pselect span {
        float: right;
        margin-right: 10px;
        position: relative;
    }

.pdrop {
    position: absolute;
    display: block;
    background: #F6F6F4;
    margin-top: 5px;
    border-radius: 8px;
    padding: 6px 28px;
    box-shadow: 0px 0px 5px rgba(11, 44, 40, 0.1);
}

.popt {
    padding: 6px;
    cursor: pointer;
}


.lyp {
    margin-top: 80px;
}

h6 {
    color: #AAB8C1;
    font-size: 14px;
    font-weight: 400;
}

.country {
    cursor: pointer;
    background: #FFFFFF;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 8px;
    padding: 8px 30px;
}

.lyp img {
    margin-top: 0px;
}

.country.act {
    background: transparent;
    border: 2px solid #30E5D0;
}

.currency {
    margin-left: 58px;
    text-align: center;
    width: 200px;
    margin-top: 0px;
    display: inline-block;
    background: #FFFFFF;
    box-shadow: 0px 12.31px 33.86px rgba(11, 44, 40, 0.05);
    border-radius: 15px;
    padding: 16px 0px;
}

.pmethod {
    margin-left: 18px;
    text-align: center;
    width: 200px;
    margin-top: 0px;
    display: inline-block;
    background: #FFFFFF;
    box-shadow: 0px 12.31px 33.86px rgba(11, 44, 40, 0.05);
    border-radius: 15px;
    padding: 17px 30px;
}

.bmalas {
    padding: 0px;
}

.pselect {
    background: #F6F6F4;
    border-radius: 8px;
    padding: 6px;
}

    .pselect span {
        float: right;
        margin-right: 10px;
        position: relative;
    }

.pdrop {
    position: absolute;
    display: block;
    background: #F6F6F4;
    margin-top: 5px;
    border-radius: 8px;
    padding: 6px 28px;
    box-shadow: 0px 0px 5px rgba(11, 44, 40, 0.1);
}

.popt {
    padding: 6px;
    cursor: pointer;
}

.lypt {
    width: 700px;
}

    .lypt tr td .currency, .lypt tr td .pmethod {
        margin-top: -26px;
        margin-bottom: -18px;
    }

.country.act {
    position: relative;
}

.currency {
    position: relative;
}

    .currency::after {
        content: url(../img/Line4.png);
        position: absolute;
        right: 0px;
        top: 40px;
        margin-right: -62px;
    }

.country.act::after {
    content: url(../img/Line4.png);
    position: absolute;
    right: 0px;
    top: 15px;
    margin-right: -63px;
}

.lypt tr {
    text-align: left;
}

    .lypt tr td {
        width: 300px;
    }

        .lypt tr td:first-child {
            width: 95px;
            text-align: left;
        }

.b1.europe {
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.cpr {
    position: absolute;
}

h1 {
    text-transform: uppercase;
}

.plogo {
    padding: 10px;
    width: 100%;
    text-align: center;
}

    .plogo img {
        width: auto;
    }
@media only screen and (max-width: 720px) {

    mob-style {
        padding: 10px 0px;
    }

    h1, .b1 a, .b1 p {
        margin-left: 0px !important;
    }

    h1 {
        font-size: 48px;
    }

    .b1.aml h1 {
        font-size: 48px;
    }

    .col-5.mbpbg {
        display: none !important;
    }

    .b4 .col-7 {
        padding: 50px 30px;
    }

    .b3 {
        padding-bottom: 50px;
    }

    .b5 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .col-6 {
        width: 100%;
    }

    .cpr {
        margin-top: -50px;
    }

    .col-3 {
        width: 50%;
    }

    .col-4 {
        width: 100%;
    }

        .col-4 img {
            width: 100%;
        }

    h2 {
        font-size: 24px;
    }

    .b5.cardp h2 {
        font-size: 32px;
        text-align: left;
    }

    .b2.cardp {
        padding-bottom: 30px;
        background-color: #fff;
        background-image: none;
    }

    .fxbg {
        background-image: none;
    }

    .fxsad {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .b2.cardp .accordion {
        min-height: 200px;
    }

    .cardp h2, .cardp h3 {
        text-align: center;
    }

    .cardpi img {
        width: auto;
    }
}

.b2.cardp {
    background-image: none !important;
}

    .b2.cardp .container.py-3 .row .col-6 {
        position: relative;
    }

img.card_payments {
    width: auto !important;
    max-width: none !important;
    position: absolute;
    right: 100px;
    bottom: 0px;
    margin-bottom: -80px;
}

.col-md-5.bmalas {
    position: relative;
}

    .col-md-5.bmalas img {
        left: -90px;
        position: absolute;
        top: 30px;
        width: auto !important;
        max-width: none !important;
    }

.country.act {
    background: #30E5D0;
    border: none;
}

.onlymob {
    display: none;
}

.cpr.onlymobile {
    display: none;
}

body.banking .b1 p {
    max-width: 650px;
}

body.fx .b1 p {
    max-width: 500px;
}

.ready p {
    margin-left: 3rem;
    margin-right: 3rem;
}

@media only screen and (max-width: 720px) {
    .lypt {
        display: none;
    }

    .col-md-5.bmalas {
        display: none;
    }

    .ffirst {
        width: 100% !important;
        margin-bottom: 70px;
        margin-top: 20px;
    }

    .hdd {
        margin-top: 30px;
    }

    .b1 {
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: 180% auto;
    }

    .tloks {
        margin-top: -20px;
    }

    .bloks {
        width: 100%;
        margin-top: -40px;
    }

    h1 {
        font-size: 36px;
        line-height: 1 !important;
    }

    .b4 h2 {
        color: #fff;
        font-size: 36px;
        line-height: 1.3;
        margin-top: 30px;
    }

    .col-7 {
        width: 100%;
    }

    .b6 {
        padding: 50px 0px;
        background-size: 160% auto;
    }

    .card_payments {
        display: none;
    }

    .fmenu {
        margin-bottom: 130px;
    }

    .onlymob {
        display: block;
        width: 100%;
    }

    .b1.local {
        background: none;
    }

    .b1.cp {
        background: none;
        padding-bottom: 0px;
    }

    .local .tloks {
        display: none;
    }

    .b1.local {
        padding-bottom: 0px;
    }

    .b1.fx {
        background: none;
        padding-bottom: 0px;
    }

    .card_payments_body .tloks {
        display: none;
    }

    .fx .tloks {
        display: none;
    }

    .b1.security {
        background: none;
        padding-bottom: 0px;
    }

    .security .tloks {
        display: none;
    }

    .b1.europe {
        background: none !important;
        padding-bottom: 0px;
    }

    .asia-pacific .tloks {
        display: none;
    }

    .uk-europe .tloks {
        display: none;
    }

    .latam .tloks {
        display: none;
    }

    .north-america .tloks {
        display: none;
    }

    .b1.europe h1 {
        font-size: 36px;
        text-align: center;
    }

    .home .b5 img {
        display: none;
    }

        .home .b5 img.onlymob {
            display: block;
        }

    .about {
        padding-top: 0px;
    }

    .cpr {
        display: none;
    }

        .cpr.onlymobile {
            display: block;
            margin-top: 30px;
        }

    .fmenu li {
        margin-bottom: 20px !important;
    }

    header {
        display: none;
    }

        header.onlymob {
            display: block;
            padding-top: 10px;
        }

            header.onlymob .col-md-3 {
                width: 25%;
            }

            header.onlymob .col-md-6 {
                width: 50%;
            }

    .col-md-3.mobdiv {
        text-align: right;
    }

    header.onlymob .col-md-6 {
        text-align: center;
    }

        header.onlymob .col-md-6 img {
            max-width: 115px;
            margin-top: -20px;
        }

    .b4 img {
        max-width: 100%;
    }

    nav.mobilemenu {
        position: fixed;
        left: -720px;
    }

        nav.mobilemenu.mobshow {
            transition: left 0.5s;
            width: 100%;
            opacity: 1;
            height: 100%;
            display: block !important;
            position: fixed;
            top: 0px;
            left: 0px;
            z-index: 99999;
            background: #F6F6F4;
        }

            nav.mobilemenu.mobshow a {
                display: inline-block;
                break-after: all;
            }

        nav.mobilemenu a.active {
            border-top: none;
            border-bottom: 3px solid #30E5D0;
        }

    .mobmenlogo2 {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    nav.mobilemenu a.git {
        background: none;
        color: #429B9B;
        padding: 0px;
    }

    .b5.cardp {
        background-image: none;
        padding-bottom: 0px;
    }

    .growl {
        background-image: none;
    }

    .about {
        background-image: none;
    }

    .card_payments_body .col-3 {
        width: 100%;
    }

    .card_payments_body .b3 .cardpi {
        float: left;
        margin-top: 30px;
        margin-right: 20px;
    }

    .card_payments_body .b3.cardp .col-3 p {
        text-align: left;
        padding-top: 50px;
        font-size: 16px;
        font-weight: 600;
    }

    .b5 img {
        margin-top: 0px;
    }

    .b5.cardp img.onlymob {
        margin-top: 20px;
    }

    .markets .col-4 {
        margin-bottom: 40px;
    }

    .markets {
        margin-top: -15px;
    }

    .b2.local h2 {
        margin-top: 30px;
        margin-bottom: 60px;
    }

    .row.markets {
        margin-left: 0px;
        margin-right: 0px;
    }

        .row.markets span img {
            width: auto;
        }

        .row.markets span {
            margin-right: 20px;
        }

    .b5.growl {
        padding-top: 40px;
        padding-bottom: 20px;
    }

        .b5.growl .container {
            padding: 20px 15px;
        }

    .b1.banking {
        padding-bottom: 100px;
    }

    .b5.banking1 img {
        display: none;
    }

        .b5.banking1 img.onlymob {
            display: block;
        }

    .b3.cardp {
        padding-top: 50px;
    }

    .b3.cardp {
        padding-top: 50px;
    }

    .col-6.fxsad div {
        text-align: center;
    }

    .fxsad div span {
        display: block;
        width: 100%;
        background: transparent;
    }

        .fxsad div span img {
            background: #F6F6F4;
            padding: 15px;
            border-radius: 40px;
            margin-bottom: 20px;
        }

    .b1.about {
        padding-top: 100px;
        padding-bottom: 50px;
        min-height: 0px;
    }

    .b5.about {
        padding-bottom: 50px;
        min-height: 0px;
        background-image: none;
    }

    .contacts .b1.get {
        background-size: 100%;
    }

    .contacts .btn.js-form-button {
        width: 100%;
    }

    .b1.aml {
        padding-top: 200px;
        background-size: 200%;
        background-position: -240px center;
    }

    .card_payments_body .b2.cardp img.onlymob {
        margin-top: 50px;
    }

    .tccn {
        width: 100%;
        overflow-x: auto;
        height: 80px;
        overflow-y: hidden;
        white-space: nowrap;
        padding-left: 10px;
        padding-right: 10px;
    }

        .tccn .container {
            width: 1200px;
        }

        .tccn .col-md-6 {
            width: 50%;
        }

        .tccn .col-md-3 {
            width: 25%;
        }

    table.table tr:first-child {
        display: none;
    }

    table.table tr td:last-child {
        display: none;
    }

    table.table tr td:nth-child(4n) {
        display: none;
    }

    table.table tr td:nth-child(3n) {
        width: 100%;
        border-bottom: 1px solid #DADADA;
    }

    table.table tr td {
        display: block;
        float: left;
        height: 80px;
        width: 40%;
        border-bottom: 0px;
    }

        table.table tr td:nth-child(2n) {
            width: 60%;
        }

    .plogo {
        margin-left: 10px;
    }

    .searchl {
        width: 100%;
        margin-bottom: 10px;
    }

    .col-md-3.drop1 {
        margin-bottom: 10px;
    }

    .zinumenu {
        margin-bottom: 0px;
        margin-top: 20px;
    }

    .b5.newsp.nsaraksts {
        padding-top: 20px;
    }

    body:not(.home) .b1 {
        text-align: center !important;
    }

        body:not(.home) .b1 h1 {
            font-size: 36px;
            text-align: center !important;
        }

        body:not(.home) .b1 p {
            text-align: center !important;
        }

    body .b1 p {
        max-width: 100%;
    }

    body:not(.home) .b1 a {
        text-align: center !important;
    }
}

.hidden {
    display: none;
}

.js-form .error {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #f42434 !important;
    text-align: center !important;
}

.js-form .success {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #fff !important;
    text-align: center !important;
}

.js-form .success-dark {
    color: #000 !important;
}

span.extra {
    font-weight: bold;
    text-decoration: underline;
}

.news .txtb {
    padding-bottom: 0px;
}

@media only screen and (max-width: 720px) {
    .b1.about {
        padding-top: 100px;
        padding-bottom: 50px;
        min-height: 0px;
        background-repeat: no-repeat;
    }   
}
/*--------ANIMATE---------*/
.header-top {
    position: relative;
    z-index: 10;
    animation: headerOpacity 2.4s ease-in-out;
}

@keyframes headerOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.animate-bg {
    position: relative;
    overflow: hidden;
}

    .animate-bg .container.py-3 {
        position: relative;
        z-index: 2;
    }

.animate-bg__circle {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.animate-bg__circle-img {
    width: 100%;
    height: 660px;
    background-image: url("../img/bg-circle.svg");
    background-size: cover;
    background-repeat: repeat-y;
}

.b1.animate-top-main {
    background: unset;
    overflow: hidden;
    position: relative;
}

    .b1.animate-top-main .container {
        position: relative;
    }

.animate-top-main__circle-one {
    background: #30E5D0;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50px;
    animation-name: wakeUp1;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-duration: 1.8s;
}

.animate-top-main__circle-two {
    background: #30E5D0;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    top: 155px;
    left: 505px;
    animation-name: wakeUp;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-duration: 3s;
}

.animate-top-main__right {
    position: absolute;
    right: 70%;
    top: -75%;
    transform: rotate(45deg);
    z-index: -1;
}

    .animate-top-main__right img {
        animation-name: Right;
        animation-iteration-count: infinite;
        animation-play-state: running;
        animation-timing-function: ease-in-out;
        animation-direction: alternate;
        animation-duration: 18s;
    }

@keyframes Right {
    0% {
        transform: translateY(-800px)
    }

    to {
        transform: translateY(200px)
    }
}

@keyframes wakeUp1 {
    0% {
        transform: translateY(0px) rotate(.6deg)
    }

    to {
        transform: translateY(15px) rotate(-1deg)
    }
}

@keyframes wakeUp {
    0% {
        transform: translateY(15px) rotate(.6deg)
    }

    to {
        transform: translateY(-10px) rotate(-1deg)
    }
}

.animation-list {
    overflow: hidden;
    background-size: cover;
}

.animation-list__one {
    padding: 150px 0 50px;
    width: 100%;
    display: flex;
}

.animation-list__one-list {
    width: 1500px;
    display: flex;
    justify-content: space-around;
}

.animation-list__one > div {
    display: flex;
}

.animation-list__two {
    display: flex;
    padding-bottom: 75px;
    padding-top: 100px;
    padding-left: 120px;
}

    .animation-list__two > div {
        display: flex;
    }

.animation-list__two-list {
    width: 1500px;
    display: flex;
    justify-content: space-around;
}

.animation-list__item {
    width: 140px;
    height: 140px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 8px 40px 88px rgb(26 63 59 / 15%);
}

.animation-list__one > div div.animation-list__item:nth-child(2) {
    width: 185px;
    height: 185px;
    transform: translate(0px, 65px);
}

.animation-list__one > div div.animation-list__item:nth-child(4) {
    width: 210px;
    height: 210px;
    transform: translateY(-60px);
}

.animation-list__one > div div.animation-list__item:nth-child(5) {
    transform: translateY(60px);
}

.animation-list__two > div div.animation-list__item:nth-child(1) {
    width: 184px;
    height: 184px;
    transform: translateY(-80px);
}

.animation-list__two > div div.animation-list__item:nth-child(3) {
    transform: translateY(-120px);
}

.animation-list__two > div div.animation-list__item:nth-child(5) {
    width: 184px;
    height: 184px;
    transform: translateY(-120px);
}

.b1.animate-top {
    background-image: unset;
    overflow: hidden;
}

.tloks-index {
    position: relative;
    z-index: 1;
}

.animation-circle {
    display: flex;
    margin-left: -15px;
    margin-right: -25px;
}

    .animation-circle span {
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #30E5D0;
        margin: 0 25px;
        animation: sk-bouncedelay 2s infinite ease-in-out both;
    }

    .animation-circle.animation-circle-white span {
        background-color: #fff;
    }

    .animation-circle span:nth-child(1) {
        animation-delay: -1.2s;
    }

    .animation-circle span:nth-child(2) {
        animation-delay: -1s;
    }

    .animation-circle span:nth-child(3) {
        animation-delay: -0.8s;
    }

    .animation-circle span:nth-child(4) {
        animation-delay: -0.6s;
    }

    .animation-circle span:nth-child(5) {
        animation-delay: -0.4s;
    }

    .animation-circle span:nth-child(6) {
        animation-delay: -0.2s;
    }

    .animation-circle span:nth-child(7) {
        animation-delay: -0.1s;
    }

.animate-top {
    position: relative;
    background-repeat: no-repeat;
}

.banking-img {
    position: absolute;
    right: 70px;
    top: 110px;
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(6);
        transform: scale(6);
    }
}

g.banking-item {
    animation: sk-bounce-smalldelay 4s infinite ease-in-out both;
    transform-origin: center center;
}

.banking-item:nth-child(2n) {
    animation-delay: 0s;
}

.banking-item:nth-child(2n + 1) {
    animation-delay: 2s;
}

@keyframes sk-bounce-smalldelay {
    0%, 80%, 100% {
        transform: scale(1);
    }

    40% {
        transform: scale(0.9);
    }
}

.animate-top-main-about__content {
    position: relative;
    z-index: 2;
}

.animate-top-main-about {
    position: relative;
}

.animate-top-main-about__circle-one {
    background: #30E5D0;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: 310px;
    left: 505px;
    animation-name: wakeUp;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-duration: 3s;
}

.animate-top-main-about__circle-two {
    background: #30E5D0;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: 185px;
    left: 60%;
    animation-name: wakeUp1;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-duration: 1.8s;
}

.animate-top-right-bg {
    background: url(../img/banking-bg.svg);
    position: absolute;
    right: -330px;
    top: -200px;
    bottom: 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.arches-bg img {
    position: absolute;
    right: 0;
    top: 40%;
    width: 540px;
}

@media (max-width: 1820px) {
    .animate-bg__circle-img {
        background-size: contain;
    }
}

@media (max-width: 1240px) {
    .col-md-5.bmalas img {
        max-width: 100% !important;
    }

    .arches-bg img {
        position: absolute;
        right: 0;
        top: 65%;
        width: 340px;
    }

    .animate-top-main__right {
        top: -90%;
    }

    .animation-list__two > div div.animation-list__item:nth-child(3) {
        transform: translateY(-85px);
    }

    .b4 h2 {
        font-size: 46px;
    }

    .banking-img {
        right: 50px;
    }

        .banking-img svg {
            width: 400px;
        }

    .animate-top-right-bg {
        top: 0
    }
}

@media (max-width: 1080px) {
    .animation-list__one > div div.animation-list__item:nth-child(2) {
        transform: translate(0px, 20px);
    }

    .animation-list__one {
        padding: 95px 0 50px;
    }

    b2.animation-list {
        padding-bottom: 80px;
    }
}

@media (max-width: 1000px) {
    .animate-top-main__right {
        top: -50%
    }

    .b1.aml.animate-top-main {
        padding-top: 140px;
        padding-bottom: 300px;
    }

    .arches-bg img {
        top: 60%;
        height: unset;
    }

    .animate-top-main__right img {
        width: 285px;
    }

    .b4 .col-7 {
        padding: 72px 50px;
    }

    .tloks {
        margin-top: -70px;
    }
}

@media (max-width: 940px) {

    .b1 h1, .b1 p, a.button-dark {
        margin-left: 0px;
    }

    .banking-img {
        position: static;
    }

    .b1.animate-top {
        display: flex;
        flex-direction: column-reverse;
    }

    .animate-top-right-bg {
        background-size: contain;
        right: -230px;
    }

    .animation-list__two-list, .animation-list__one-list {
        width: 900px;
    }

    .animation-list__two {
        padding-left: 0;
    }

    .animation-list__item {
        width: 90px;
        height: 90px;
        text-align: center;
    }

        .animation-list__item img {
            width: 80%;
        }

    .animation-list__one > div div.animation-list__item:nth-child(2),
    .animation-list__two > div div.animation-list__item:nth-child(5),
    .animation-list__two > div div.animation-list__item:nth-child(1) {
        width: 120px;
        height: 120px;
    }

    .animation-list__two > div div.animation-list__item:nth-child(5) {
        transform: translateY(-80px);
    }

    .animation-list__one > div div.animation-list__item:nth-child(4) {
        width: 140px;
        height: 140px;
    }

    .b4 h2 {
        font-size: 34px;
    }

    .animate-top-main-about__circle-one {
        left: 200px;
    }
}

@media (max-width: 768px) {

    .b1 h1 {
        font-size: 62px;
    }

    .animate-top-main__right img {
        width: 230px;
    }

    .b1.animate-top-main p {
        width: 50%;
    }

    .b1 a.button-dark {
        margin-top: 10px;
    }
}

@media (max-width: 720px) {
    .tloks {
        margin-top: -60px;
    }
}

@media (max-width: 685px) {
    .animate-top-main__circle-one {
        width: 70px;
        height: 70px;
    }

    .arches-bg img {
        width: 240px;
    }

    .animate-top-main__circle-two {
        width: 30px;
        height: 30px;
        left: 260px;
        top: 80px;
    }

    .tloks {
        margin-top: -50px;
        height: 75px;
    }

    .animate-top-main__right img {
        width: 210px;
    }
}

@media (max-width: 565px) {
    .animation-list__one > div div.animation-list__item:nth-child(5) {
        transform: translateY(15px);
    }

    .animation-list__two > div div.animation-list__item:nth-child(3) {
        transform: translateY(-25px);
    }

    .banking-img svg {
        width: 100%;
        height: unset;
    }

    .animate-top-right-bg {
        background-size: contain;
        right: -90px;
        top: 301px;
    }

    .animation-list__two {
        padding-top: 50px;
        padding-bottom: 15px;
    }

    .animation-list__one {
        padding: 60px 0 50px;
    }

    .animate-top-main__right {
        top: -30%;
    }

        .animate-top-main__right img {
            width: 175px;
        }

    .b1 h1 {
        font-size: 42px;
    }

    .b1.animate-top-main p {
        width: 85%;
    }

    .animation-circle span {
        margin: 0 15px;
    }

    .animation-circle {
        margin-left: -5px;
        margin-right: -15px;
    }

    .b4 .col-7 {
        padding: 69px 20px;
    }

    .b4 h2 {
        font-size: 30px;
    }

    @keyframes sk-bouncedelay {
        0%, 80%, 100% {
            transform: scale(1);
        }

        40% {
            -webkit-transform: scale(3);
            transform: scale(3);
        }
    }

    a.button-dark {
        margin-top: 25px;
        line-height: 44px;
        padding: 0px 30px;
    }

    a.button-white {
        margin-top: 25px;
        line-height: 42px;
        padding: 0px 30px;
    }

        a.button-white:hover {
            margin-top: 25px;
            line-height: 42px;
            padding: 0px 30px;
        }

    .animate-top-main-about__circle-one {
        left: 5%;
        top: 215px;
        width: 30px;
        height: 30px;
    }

    .animate-top-main-about__circle-two {
        width: 85px;
        height: 85px;
    }
}

@media (max-width: 380px) {
    .animate-top-main__right img {
        width: 155px;
    }

    animation-list__two-list, .animation-list__one-list {
        width: 800px;
    }
}

#upload .files {
    color: #30e5d0;
}

.mbpbg {
    background: url(../img/mbp.png);
}

.container img {
    max-width: 100%;
}

.container {
    max-width: 1200px !important;
}

.nomrg {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.b1 {
    padding: 180px 0px;
    background: url(../img/background.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
}

    .b1 h1 {
        margin-left: 100px;
    }

    .b1 p {
        margin-left: 100px;
    }
    .b1 a {
        margin-left: 100px;
    }

    .b1.about h1 {
        margin-left: 0px;
    }

    .b1.about p {
        margin-left: 0px;
    }

    .b1.about a {
        margin-left: 0px;
    }


    .b1.cp {
        background: url(../img/cp-bg.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: auto;
    }

    .b1.local {
        background: url(../img/local.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: auto;
    }

        .b1.local h1 {
            font-size: 64px;
            line-height: 1.2
        }

    .b1.banking {
        margin-top: -100px;
        padding-top: 180px;
        padding-bottom: 250px;
        background: url(../img/bankingbg.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }


    .b1.fx {
        background: url(../img/fxbg.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: auto;
    }

        .b1.fx h1 {
            font-size: 40px;
            line-height: 1.2
        }

    .b1.security {
        background: url(../img/securitybg.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: auto;
    }

    .b1.about {
        text-align: center;
        background-image: url(../img/aboutbg.jpg);
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .b1.about h1 {
            margin-top: 70px;
        }



    .b1 h1 {
        line-height: 1.3;
        margin-bottom: 25px;
    }

    .b1.get {
        background: url(../img/getbg.jpg);
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: auto;
    }

        .b1.get h1 {
            font-size: 40px;
        }

    .b1.terms {
        background: url(../img/termsbg.jpg);
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: auto;
    }

        .b1.terms h1 {
            font-size: 80px;
        }

    .b1.aml {
        background-image: unset;
        padding-top: 250px;
    }

        .b1.aml h1 {
            font-size: 80px;
        }

    .b1.privacy {
        background: url(../img/privacy.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: auto;
        padding-top: 190px;
    }

a.button-dark {
    display: inline-block;
    text-decoration: none;
    line-height: 56px;
    text-transform: uppercase;
    margin-top: 40px;
    color: #fff;
    background: #040404;
    border-radius: 12px;
    padding: 0px 25px;
}

    a.button-dark:hover {
        color: #040404;
        background: #fff;
        border: 2px solid #040404;
        line-height: 52px;
        padding: 0px 23px;
    }


.b1.europe {
    background: url(../img/europe.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
}

    .b1.europe h1 {
        font-size: 80px;
        line-height: 1.2
    }



.tloks {
    width: 100%;
    margin-top: -150px;
}

.bloks {
    width: 100%;
    margin-top: -150px;
}

.b2 {
    background: #fff url(../img/decor.png);
    background-size: 100%;
    padding-bottom: 200px;
}

    .b2 img {
    }

.b3 {
    text-align: center;
    padding-bottom: 200px;
}

    .b3 img {
        margin-top: 40px;
    }

.b4 {
    background: #040404;
    color: #fff;
}

    .b4 h2 {
        color: #fff;
        font-size: 56px;
        line-height: 1.3;
        margin-top: 30px;
    }

    .b4 .col-7 {
        padding: 100px 150px;
    }

    .b4 .col-5 {
        background-size: cover;
    }

    .b4 a.button-dark {
        border: 2px solid #fff;
        padding: 0px 35px;
    }

        .b4 a.button-dark:hover {
            border: 2px solid #fff;
            padding: 0px 35px;
            line-height: 56px;
        }

.b5 {
    padding-top: 140px;
    padding-bottom: 140px;
    text-align: center;
    background: #fff;
}

    .b5 img {
        margin-top: 80px;
    }

.b6 {
    text-align: center;
    color: #fff;
    background: #000;
    background-size: cover;
    padding: 120px 0px;
}

    .b6 h1 {
        color: #fff;
        margin-bottom: 30px;
    }

a.button-light {
    color: #040404;
    background: #fff;
    display: inline-block;
    text-decoration: none;
    line-height: 56px;
    text-transform: uppercase;
    margin-top: 40px;
    border-radius: 12px;
    padding: 0px 25px;
}

    a.button-light:hover {
        color: #fff;
        background: #040404;
        border: 2px solid #ffff;
        line-height: 52px;
        padding: 0px 23px;
    }

.hdd {
    color: #429B9B;
    font-weight: 600;
    margin-top: 20px;
}

.fmenu li {
    margin-bottom: 15px !important;
}

.cpr {
    color: #8A8A8A;
}

.b2.local {
    background-image: none !important;
    text-align: center;
}

.markets {
    margin-top: 40px;
    margin-bottom: 20px;
}
.growl {
    text-align: left;
    background: #F6F6F4 url(../img/growl.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.fxbg {
    background: #FFF url(../img/fxbg2.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

.growl h2 {
    margin-bottom: 20px;
}

.growl .container {
    padding: 180px 0px;
}

.b2.cardp {
    background: #fff url(../img/copbg.jpg);
    background-repeat: no-repeat;
    background-position: center 50px;
    padding-bottom: 150px;
    padding-top: 50px;
}

    .b2.cardp .accordion {
        min-height: 400px;
        display: block;
        margin-top: 30px;
    }

        .b2.cardp .accordion ul li {
            margin-top: 20px;
            font-family: 'Poppins', sans-serif;
            font-size: 16px;
        }

.b3.cardp {
    padding-top: 120px;
}

    .b3.cardp p {
        color: #040404;
    }

.b5.cardp {
    text-align: left;
    background: #30e5d0 url(../img/glbg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 50px;
}

    .b5.cardp h2 {
        font-size: 56px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .b5.cardp p {
        color: #040404;
    }

.newsp {
    color: #383838;
}

    .newsp .row {
        text-align: left;
    }

        .newsp .row H2 {
            FONT-SIZE: 20px;
            margin-top: 20px;
        }

        .newsp .row img {
            margin-top: 32px;
        }

.cardpi {
    margin-top: 60px;
    margin-bottom: 25px;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #fff;
    text-align: center;
    border-radius: 40px;
}

    .cardpi img {
        margin: 0px;
        padding: 0px;
    }

.accordion-button {
    padding: 20px 20px 20px 30px;
    margin-top: 24px;
    border-radius: 30px;
    box-shadow: 0px 8px 12px rgba(41, 65, 62, 0.1);
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.accordion-item:first-of-type .accordion-button {
    border-radius: 30px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 30px;
}

.accordion-item {
    border: none;
    color: #040404;
}

.accordion-button:not(.collapsed) {
    color: #040404;
    background-color: #fff;
    box-shadow: 0px 8px 12px rgba(41, 65, 62, 0.1);
}

.accordion-button::after {
    border: 1px solid #AAB8C1;
    border-radius: 20px;
    flex-shrink: 0;
    padding: 4px;
    width: 20px;
    height: 20px;
    margin-left: auto;
    content: "";
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2330E5D0'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-size: 14px;
    transition: transform .2s ease-in-out;
    background-position: 2px 2px;
}

.accordion-button:not(.collapsed)::after {
    border: 1px solid #30E5D0;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2330E5D0'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e) !important;
}


.gbg {
    background: #F6F6F4;
    padding-top: 100px;
}

.txtb {
    background-image: none;
}

.txtg {
    background-image: none;
    text-align: center;
}

.txtb h2 {
    font-size: 16px;
    color: #383838;
    margin-bottom: 30px;
}

.txtb p {
    font-size: 16px;
    color: #383838;
    margin-bottom: 30px;
}

.secm {
    padding-top: 30px;
}

    .secm .row {
        text-align: center;
    }

    .secm .cardpi {
        background: #f6f6f4;
        margin-bottom: 0px;
    }

    .secm .row img {
        margin: 20px;
    }

input.form-control {
    background: #FBFBFB;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 5%);
    border-radius: 4px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0px 55px;
    margin-bottom: 24px;
}

.txtg textarea.form-control {
    border: 2px solid #AAB8C1;
    width: 100%;
    line-height: 56px;
    padding: 0px 30px;
    border-radius: 30px;
    margin-bottom: 24px;
}

.pdtop {
    margin-top: 64px;
}

.kontaktforma .col-md-8 {
    text-align: left;
}

    .kontaktforma .col-md-8.poga {
        text-align: center;
        margin-top: 50px;
    }

    .kontaktforma .col-md-8 a {
        font-weight: 400;
        text-decoration: underline;
    }

.fxsad {
    margin-top: 120px;
    margin-bottom: 200px;
}

    .fxsad div {
        margin: 50px;
        text-align: left;
        font-size: 16px;
        font-weight: 600;
    }

        .fxsad div span {
            margin-right: 30px;
            display: inline-block;
            width: 80px;
            height: 80px;
            line-height: 80px;
            background: #F6F6F4;
            text-align: center;
            border-radius: 40px;
        }

    .fxsad img {
        margin: 0px;
        padding: 0px;
    }

.banking1 {
    padding-top: 20px;
}

    .banking1 h2 {
        margin-bottom: 40px;
    }

    .banking1 p {
        margin-top: 20px;
    }

    .banking1 img {
        margin-top: 0px;
    }

.b3.cardp {
    background-image: url(../img/cardpbg.jpg);
    background-position: center;
}

.about {
    text-align: left;
    background: #fff url(../img/about1.jpg);
    padding-top: 200px;
    background-position: center;
    min-height: 800px;
    background-repeat: no-repeat;
}

    .about.ab2 {
        margin-top: 80px;
        text-align: left;
        background: #f6f6f4 url(../img/about2.jpg);
        background-position: center;
        min-height: 800px;
        background-repeat: no-repeat;
    }

    .about h3 {
        font-size: 20px;
        font-weight: 400;
    }

    .about h2 {
        margin-bottom: 30px;
    }

.news {
}

.featured {
    position: relative;
    z-index: 999;
    text-align: left;
    background: #fff url(../img/featured.jpg);
    background-repeat: no-repeat;
    background-position: right;
    margin: auto;
    width: 1000px;
    padding: 70px 460px 70px 50px;
    ;
    box-shadow: 0px 20px 48px rgba(166, 188, 186, 0.2);
    border-radius: 32px;
    margin-top: -400px;
}

    .featured h3 {
        margin-bottom: 30px;
    }

    .featured h2 {
        margin-bottom: 30px;
    }

.nsaraksts {
    padding-top: 30px;
}

    .nsaraksts p {
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .nsaraksts h2 {
        margin-top: 0px !important;
    }

    .nsaraksts .zinas a {
        display: block;
        margin-top: 30px;
        margin-bottom: 60px;
    }

.zinumenu {
    margin-bottom: 20px;
}

    .zinumenu a {
        box-shadow: 0px 2px 4px rgb(0 0 0 / 5%);
        border: 1px solid #E0E0E0;
        border-radius: 4px;
        padding: 11px 20px;
        color: #4F4F4F;
        font-weight: 500;
        font-size: 14px;
        margin-right: 10px;
        background: #FBFBFB;
        text-decoration:none;
    }

        .zinumenu a:hover {
            background: #EB9A42;
            color: #fff;
        }

        .zinumenu a.act {
            background: #EB9A42;
            color: #fff;
        }

.dropdown-toggle {
    background: #FBFBFB;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 5%);
    border-radius: 4px;
    padding: 13px 20px;
    color: #4F4F4F;
    margin-right: 10px;
    font-weight: 600;
    font-size: 16px;
}

    .dropdown-toggle img {
        margin-top: 0px !important;
        margin-left: 30px;
    }

    .dropdown-toggle::after {
        display: none;
    }

.markets img {
    border-radius: 30px;
}

.markets a span img {
    margin: 15px !important;
}

.srow {
    margin-top: 30px;
}

.dropdown {
    width: 100%;
    display: inline-block;
}

    .dropdown .dropdown-toggle {
        width: 100%;
        display: inline-block;
    }

.dropdown-menu.show {
    width: 100%;
    border-radius: 10px;
}

.dropdown img {
    float: right;
    margin-top: 3px !important;
}

.searchwrap {
    position: relative;
}

.sicon {
    position: absolute;
    margin: 0px;
    left: 40px;
    top: -17px;
}

.searchl {
    background: #FFFFFF;
    width: 80%;
    box-shadow: 0px 4px 16px rgba(11, 44, 40, 0.1);
    border-radius: 56px;
    height: 46px;
    line-height: 46px;
    padding: 0px 20px 0px 60px;
    border: 0px;
}

.tabula {
    margin-top: 50px;
}

    .tabula td {
        padding: 20px;
    }

        .tabula td:first-child {
            padding-left: 0px;
        }

    .tabula thead th {
        border: 0px !important;
    }

    .tabula img {
        margin-top: 0px !important;
    }

    .tabula td {
        vertical-align: middle;
    }

.relevance {
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
    height: 40px;
    width: 100px;
    border-radius: 4px;
    color: #4F4F4F;
}

    .relevance.high {
        background: #B1F8CF;
    }

    .relevance.medium {
        background: #FFE494;
    }

    .relevance.low {
        background: #FFB7D1;
    }

.plogo {
    display: inline-block;
    background: #FBFBFB;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 5%);
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    padding: 10px 30px;
}

.lyp {
    margin-top: 50px;
}

h6 {
    color: #AAB8C1;
    font-size: 14px;
    font-weight: 400;
}

.country {
    cursor: pointer;
    background: #FFFFFF;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 8px;
    padding: 8px 30px;
}

.lyp img {
    margin-top: 0px;
}

.currency {
    margin-left: 30px;
    margin-top: 180px;
    display: inline-block;
    background: #FFFFFF;
    box-shadow: 0px 2.30959px 13.8576px rgba(11, 44, 40, 0.2);
    color: #040404;
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
    padding: 16px 50px;
}

.pmethod {
    margin-top: 180px;
    display: inline-block;
    background: #FFFFFF;
    box-shadow: 0px 2.30959px 13.8576px rgba(11, 44, 40, 0.2);
    border-radius: 30px;
    padding: 16px 30px;
}

.bmalas {
    padding: 0px;
}

.pselect {
    background: #F6F6F4;
    border-radius: 8px;
    padding: 6px;
}

    .pselect span {
        float: right;
        margin-right: 10px;
        position: relative;
    }

.pdrop {
    position: absolute;
    display: block;
    background: #F6F6F4;
    margin-top: 5px;
    border-radius: 8px;
    padding: 6px 28px;
    box-shadow: 0px 0px 5px rgba(11, 44, 40, 0.1);
}

.popt {
    padding: 6px;
    cursor: pointer;
}


.lyp {
    margin-top: 80px;
}

h6 {
    color: #AAB8C1;
    font-size: 14px;
    font-weight: 400;
}

.country {
    cursor: pointer;
    background: #FFFFFF;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 8px;
    padding: 8px 30px;
}

.lyp img {
    margin-top: 0px;
}

.country.act {
    background: transparent;
    border: 2px solid #30E5D0;
}

.currency {
    margin-left: 58px;
    text-align: center;
    width: 200px;
    margin-top: 0px;
    display: inline-block;
    background: #FFFFFF;
    box-shadow: 0px 12.31px 33.86px rgba(11, 44, 40, 0.05);
    border-radius: 15px;
    padding: 16px 0px;
}

.pmethod {
    margin-left: 18px;
    text-align: center;
    width: 200px;
    margin-top: 0px;
    display: inline-block;
    background: #FFFFFF;
    box-shadow: 0px 12.31px 33.86px rgba(11, 44, 40, 0.05);
    border-radius: 15px;
    padding: 17px 30px;
}

.bmalas {
    padding: 0px;
}

.pselect {
    background: #F6F6F4;
    border-radius: 8px;
    padding: 6px;
}

    .pselect span {
        float: right;
        margin-right: 10px;
        position: relative;
    }

.pdrop {
    position: absolute;
    display: block;
    background: #F6F6F4;
    margin-top: 5px;
    border-radius: 8px;
    padding: 6px 28px;
    box-shadow: 0px 0px 5px rgba(11, 44, 40, 0.1);
}

.popt {
    padding: 6px;
    cursor: pointer;
}

.lypt {
    width: 700px;
}

    .lypt tr td .currency, .lypt tr td .pmethod {
        margin-top: -26px;
        margin-bottom: -18px;
    }

.country.act {
    position: relative;
}

.currency {
    position: relative;
}

    .currency::after {
        content: url(../img/Line4.png);
        position: absolute;
        right: 0px;
        top: 40px;
        margin-right: -62px;
    }

.country.act::after {
    content: url(../img/Line4.png);
    position: absolute;
    right: 0px;
    top: 15px;
    margin-right: -63px;
}

.lypt tr {
    text-align: left;
}

    .lypt tr td {
        width: 300px;
    }

        .lypt tr td:first-child {
            width: 95px;
            text-align: left;
        }

.b1.europe {
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.cpr {
    position: absolute;
}

h1 {
    text-transform: uppercase;
}

.plogo {
    padding: 10px;
    width: 100%;
    text-align: center;
}

    .plogo img {
        width: auto;
    }

@media only screen and (max-width: 720px) {
  
    h1, .b1 a, .b1 p {
        margin-left: 0px !important;
    }

    h1 {
        font-size: 48px;
    }

    .b1.aml h1 {
        font-size: 48px;
    }

    .col-5.mbpbg {
        display: none !important;
    }

    .b4 .col-7 {
        padding: 50px 30px;
    }

    .b3 {
        padding-bottom: 50px;
    }

    .b5 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .col-6 {
        width: 100%;
    }
    .cpr {
        margin-top: -50px;
    }

    .col-3 {
        width: 50%;
    }

    .col-4 {
        width: 100%;
    }

        .col-4 img {
            width: 100%;
        }

    h2 {
        font-size: 24px;
    }

    .b5.cardp h2 {
        font-size: 32px;
        text-align: left;
    }

    .b2.cardp {
        padding-bottom: 30px;
        background-color: #fff;
        background-image: none;
    }

    .fxbg {
        background-image: none;
    }

    .fxsad {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .b2.cardp .accordion {
        min-height: 200px;
    }

    .cardp h2, .cardp h3 {
        text-align: center;
    }

    .cardpi img {
        width: auto;
    }
}

.b2.cardp {
    background-image: none !important;
}

    .b2.cardp .container.py-3 .row .col-6 {
        position: relative;
    }

img.card_payments {
    width: auto !important;
    max-width: none !important;
    position: absolute;
    right: 100px;
    bottom: 0px;
    margin-bottom: -80px;
}

.col-md-5.bmalas {
    position: relative;
}

    .col-md-5.bmalas img {
        left: -90px;
        position: absolute;
        top: 30px;
        width: auto !important;
        max-width: none !important;
    }

.country.act {
    background: #30E5D0;
    border: none;
}

.onlymob {
    display: none;
}

.cpr.onlymobile {
    display: none;
}

@media only screen and (max-width: 720px) {
    .lypt {
        display: none;
    }

    .col-md-5.bmalas {
        display: none;
    }

    .ffirst {
        width: 100% !important;
        margin-bottom: 70px;
        margin-top: 20px;
    }

    .hdd {
        margin-top: 30px;
    }

    .b1 {
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: 180% auto;
    }

    .tloks {
        margin-top: -20px;
    }

    .bloks {
        width: 100%;
        margin-top: -40px;
    }

    h1 {
        font-size: 36px;
        line-height: 1 !important;
    }

    .b4 h2 {
        color: #fff;
        font-size: 36px;
        line-height: 1.3;
        margin-top: 30px;
    }

    .col-7 {
        width: 100%;
    }

    .b6 {
        padding: 50px 0px;
        background-size: 160% auto;
    }

    .card_payments {
        display: none;
    }

    .fmenu {
        margin-bottom: 130px;
    }

    .onlymob {
        display: block;
        width: 100%;
    }

    .b1.local {
        background: none;
    }

    .b1.cp {
        background: none;
        padding-bottom: 0px;
    }

    .local .tloks {
        display: none;
    }

    .b1.local {
        padding-bottom: 0px;
    }

    .b1.fx {
        background: none;
        padding-bottom: 0px;
    }

    .card_payments_body .tloks {
        display: none;
    }

    .fx .tloks {
        display: none;
    }

    .b1.security {
        background: none;
        padding-bottom: 0px;
    }

    .security .tloks {
        display: none;
    }

    .b1.europe {
        background: none !important;
        padding-bottom: 0px;
    }

    .asia-pacific .tloks {
        display: none;
    }

    .uk-europe .tloks {
        display: none;
    }

    .latam .tloks {
        display: none;
    }

    .north-america .tloks {
        display: none;
    }

    .b1.europe h1 {
        font-size: 36px;
        text-align: center;
    }

    .home .b5 img {
        display: none;
    }

        .home .b5 img.onlymob {
            display: block;
        }

    .about {
        padding-top: 0px;
    }

    .cpr {
        display: none;
    }

        .cpr.onlymobile {
            display: block;
            margin-top: 30px;
        }

    .fmenu li {
        margin-bottom: 20px !important;
    }

    header {
        display: none;
    }

        header.onlymob {
            display: block;
            padding-top: 10px;
        }

            header.onlymob .col-md-3 {
                width: 25%;
            }

            header.onlymob .col-md-6 {
                width: 50%;
            }

    .col-md-3.mobdiv {
        text-align: right;
    }

    header.onlymob .col-md-6 {
        text-align: center;
    }

        header.onlymob .col-md-6 img {
            max-width: 115px;
            margin-top: -2px;
        }

    .b4 img {
        max-width: 100%;
    }

    nav.mobilemenu {
        position: fixed;
        left: -720px;
    }

        nav.mobilemenu.mobshow {
            transition: left 0.5s;
            width: 100%;
            opacity: 1;
            height: 100%;
            display: block !important;
            position: fixed;
            top: 0px;
            left: 0px;
            z-index: 99999;
            background: #F6F6F4;
        }

            nav.mobilemenu.mobshow a {
                display: inline-block;
                break-after: all;
            }

        nav.mobilemenu a.active {
            border-top: none;
            border-bottom: 3px solid #30E5D0;
        }

    .mobmenlogo2 {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    nav.mobilemenu a.git {
        background: none;
        color: #429B9B;
        padding: 0px;
    }

    .b5.cardp {
        background-image: none;
        padding-bottom: 0px;
    }

    .growl {
        background-image: none;
    }

    .about {
        background-image: none;
    }

    .card_payments_body .col-3 {
        width: 100%;
    }

    .card_payments_body .b3 .cardpi {
        float: left;
        margin-top: 30px;
        margin-right: 20px;
    }

    .card_payments_body .b3.cardp .col-3 p {
        text-align: left;
        padding-top: 50px;
        font-size: 16px;
        font-weight: 600;
    }

    .b5 img {
        margin-top: 0px;
    }

    .b5.cardp img.onlymob {
        margin-top: 20px;
    }

    .markets .col-4 {
        margin-bottom: 40px;
    }

    .markets {
        margin-top: -15px;
    }

    .b2.local h2 {
        margin-top: 30px;
        margin-bottom: 60px;
    }

    .row.markets {
        margin-left: 0px;
        margin-right: 0px;
    }

        .row.markets span img {
            width: auto;
        }

        .row.markets span {
            margin-right: 20px;
        }

    .b5.growl {
        padding-top: 40px;
        padding-bottom: 20px;
    }

        .b5.growl .container {
            padding: 20px 15px;
        }

    .b1.banking {
        padding-bottom: 100px;
    }

    .b5.banking1 img {
        display: none;
    }

        .b5.banking1 img.onlymob {
            display: block;
        }

    .b3.cardp {
        padding-top: 50px;
    }

    .b3.cardp {
        padding-top: 50px;
    }

    .col-6.fxsad div {
        text-align: center;
    }

    .fxsad div span {
        display: block;
        width: 100%;
        background: transparent;
    }

        .fxsad div span img {
            background: #F6F6F4;
            padding: 15px;
            border-radius: 40px;
            margin-bottom: 20px;
        }

    .b1.about {
        padding-top: 100px;
        padding-bottom: 50px;
        min-height: 0px;
    }

    .b5.about {
        padding-bottom: 50px;
        min-height: 0px;
        background-image: none;
    }

    .contacts .b1.get {
        background-size: 100%;
    }

    .contacts .btn.js-form-button {
        width: 100%;
    }

    .b1.aml {
        padding-top: 200px;
        background-size: 200%;
        background-position: -240px center;
    }

    .card_payments_body .b2.cardp img.onlymob {
        margin-top: 50px;
    }

    body.news .b1.aml h1 {
        font-size: 36px !important;
        width: 100%;
    }

    .tccn {
        width: 100%;
        overflow-x: auto;
        height: 80px;
        overflow-y: hidden;
        white-space: nowrap;
        padding-left: 10px;
        padding-right: 10px;
    }

        .tccn .container {
            width: 1200px;
        }

        .tccn .col-md-6 {
            width: 50%;
        }

        .tccn .col-md-3 {
            width: 25%;
        }

    table.table tr:first-child {
        display: none;
    }

    table.table tr td:last-child {
        display: none;
    }

    table.table tr td:nth-child(4n) {
        display: none;
    }

    table.table tr td:nth-child(3n) {
        width: 100%;
        border-bottom: 1px solid #DADADA;
    }

    table.table tr td {
        display: block;
        float: left;
        height: 80px;
        width: 40%;
        border-bottom: 0px;
    }

        table.table tr td:nth-child(2n) {
            width: 60%;
        }

    .plogo {
        margin-left: 10px;
    }

    .searchl {
        width: 100%;
        margin-bottom: 10px;
    }

    .col-md-3.drop1 {
        margin-bottom: 10px;
    }

    .zinumenu {
        margin-bottom: 0px;
        margin-top: 20px;
    }

    .b5.newsp.nsaraksts {
        padding-top: 20px;
    }

    body:not(.home) .b1 {
        text-align: center !important;
    }

    body:not(.home) .b1 h1 {
        font-size: 36px;
        text-align: center !important;
    }

        body:not(.home) .b1 p {
            text-align: center !important;
        }

    body .b1 p {
        max-width: 100%;
    }

    body:not(.home) .b1 a {
        text-align: center !important;
    }
}

@/*media only screen and (max-width: 720px) {
    .container {
        padding-right: var(--bs-gutter-x,1.25rem);
        padding-left: var(--bs-gutter-x,1.25rem);
    }
}*/


.hidden {
    display: none;
}

.js-form .error {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #f42434 !important;
    text-align: center !important;
}

.js-form .success {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #fff !important;
    text-align: center !important;
}

.js-form .success-dark {
    color: #000 !important;
}

span.extra {
    font-weight: bold;
    text-decoration: underline;
}

.news .txtb {
    padding-bottom: 0px;
}

@media only screen and (max-width: 720px) {
    .b1.about {
        padding-top: 100px;
        padding-bottom: 50px;
        min-height: 0px;
        background-repeat: no-repeat;
    }   
}
/*--------ANIMATE---------*/
.header-top {
    position: relative;
    z-index: 10;
    animation: headerOpacity 2.4s ease-in-out;
}

@keyframes headerOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.animate-bg {
    position: relative;
    overflow: hidden;
}

    .animate-bg .container.py-3 {
        position: relative;
        z-index: 2;
    }

.animate-bg__circle {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.animate-bg__circle-img {
    width: 100%;
    height: 660px;
    background-image: url("../img/bg-circle.svg");
    background-size: cover;
    background-repeat: repeat-y;
}

.b1.animate-top-main {
    background: unset;
    overflow: hidden;
    position: relative;
}

    .b1.animate-top-main .container {
        position: relative;
    }

.animate-top-main__circle-one {
    background: #30E5D0;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50px;
    animation-name: wakeUp1;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-duration: 1.8s;
}

.animate-top-main__circle-two {
    background: #30E5D0;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    top: 155px;
    left: 505px;
    animation-name: wakeUp;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-duration: 3s;
}

.animate-top-main__right {
    display: flex;
    position: absolute;
    right: 70%;
    top: -75%;
    transform: rotate(45deg);
    z-index: -1;
}

    .animate-top-main__right img {
        margin: 0 10px;
    }

        .animate-top-main__right img:first-child {
            animation-name: Right1;
            animation-iteration-count: infinite;
            animation-play-state: running;
            animation-timing-function: ease-in-out;
            animation-direction: alternate;
            animation-duration: 20s;
        }

        .animate-top-main__right img:nth-child(2) {
            animation-name: Right2;
            animation-iteration-count: infinite;
            animation-play-state: running;
            animation-timing-function: ease-in-out;
            animation-direction: alternate;
            animation-duration: 14s;
        }

        .animate-top-main__right img:nth-child(3) {
            animation-name: Right3;
            animation-iteration-count: infinite;
            animation-play-state: running;
            animation-timing-function: ease-in-out;
            animation-direction: alternate;
            animation-duration: 28s;
        }

@keyframes Right1 {
    0% {
        transform: translateY(-1800px)
    }

    to {
        transform: translateY(-500px)
    }
}

@keyframes Right2 {
    0% {
        transform: translateY(-600px)
    }

    to {
        transform: translateY(200px)
    }
}

@keyframes Right3 {
    0% {
        transform: translateY(-1200px)
    }

    to {
        transform: translateY(-200px)
    }
}

@keyframes wakeUp1 {
    0% {
        transform: translateY(0px) rotate(.6deg)
    }

    to {
        transform: translateY(15px) rotate(-1deg)
    }
}

@keyframes wakeUp {
    0% {
        transform: translateY(15px) rotate(.6deg)
    }

    to {
        transform: translateY(-10px) rotate(-1deg)
    }
}

.animation-list {
    overflow: hidden;
    background-size: cover;
}

.animation-list__one {
    padding: 150px 0 50px;
    width: 100%;
    display: flex;
}

.animation-list__one-list {
    width: 1500px;
    display: flex;
    justify-content: space-around;
}

.animation-list__one > div {
    display: flex;
}

.animation-list__two {
    display: flex;
    padding-bottom: 75px;
    padding-top: 100px;
    padding-left: 120px;
}

    .animation-list__two > div {
        display: flex;
    }

.animation-list__two-list {
    width: 1500px;
    display: flex;
    justify-content: space-around;
}

.animation-list__item {
    width: 140px;
    height: 140px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 8px 40px 88px rgb(26 63 59 / 15%);
}

.animation-list__one > div div.animation-list__item:nth-child(2) {
    width: 185px;
    height: 185px;
    transform: translate(0px, 65px);
}

.animation-list__one > div div.animation-list__item:nth-child(4) {
    width: 210px;
    height: 210px;
    transform: translateY(-60px);
}

.animation-list__one > div div.animation-list__item:nth-child(5) {
    transform: translateY(60px);
}

.animation-list__two > div div.animation-list__item:nth-child(1) {
    width: 184px;
    height: 184px;
    transform: translateY(-80px);
}

.animation-list__two > div div.animation-list__item:nth-child(3) {
    transform: translateY(-120px);
}

.animation-list__two > div div.animation-list__item:nth-child(5) {
    width: 184px;
    height: 184px;
    transform: translateY(-120px);
}

.b1.animate-top {
    background-image: unset;
    overflow: hidden;
}

.tloks-index {
    position: relative;
    z-index: 1;
}

.animation-circle {
    display: flex;
    margin-left: -15px;
    margin-right: -25px;
}

    .animation-circle span {
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #30E5D0;
        margin: 0 25px;
        animation: sk-bouncedelay 2s infinite ease-in-out both;
    }

    .animation-circle.animation-circle-white span {
        background-color: #fff;
    }

    .animation-circle span:nth-child(1) {
        animation-delay: -1.2s;
    }

    .animation-circle span:nth-child(2) {
        animation-delay: -1s;
    }

    .animation-circle span:nth-child(3) {
        animation-delay: -0.8s;
    }

    .animation-circle span:nth-child(4) {
        animation-delay: -0.6s;
    }

    .animation-circle span:nth-child(5) {
        animation-delay: -0.4s;
    }

    .animation-circle span:nth-child(6) {
        animation-delay: -0.2s;
    }

    .animation-circle span:nth-child(7) {
        animation-delay: -0.1s;
    }

.animate-top {
    position: relative;
    background-repeat: no-repeat;
}

.banking-img {
    position: absolute;
    right: 70px;
    top: 110px;
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(6);
        transform: scale(6);
    }
}

g.banking-item {
    animation: sk-bounce-smalldelay 4s infinite ease-in-out both;
    transform-origin: center center;
}

.banking-item:nth-child(2n) {
    animation-delay: 0s;
}

.banking-item:nth-child(2n + 1) {
    animation-delay: 2s;
}

@keyframes sk-bounce-smalldelay {
    0%, 80%, 100% {
        transform: scale(1);
    }

    40% {
        transform: scale(0.9);
    }
}

.animate-top-main-about__content {
    position: relative;
    z-index: 2;
}

.animate-top-main-about {
    position: relative;
}

.animate-top-main-about__circle-one {
    background: #30E5D0;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: 310px;
    left: 505px;
    animation-name: wakeUp;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-duration: 3s;
}

.animate-top-main-about__circle-two {
    background: #30E5D0;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: 185px;
    left: 60%;
    animation-name: wakeUp1;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-duration: 1.8s;
}

.animate-top-right-bg {
    background: url(../img/banking-bg.svg);
    position: absolute;
    right: -330px;
    top: -200px;
    bottom: 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.arches-bg img {
    position: absolute;
    right: 0;
    top: 40%;
    width: 540px;
}

.gif_payments_word {
    position: absolute;
    left: -400px;
    top: -115px;
}

    .gif_payments_word img {
        width: 800px;
        height: 800px;
    }

.gif_payments_word-onlymob {
    display: none;
}

.b1.local-anim {
    background: #FBFBFB;   
}

.local-anim__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
.display {
    margin-top: -66px;
}
/*.local-anim__left {
    width: 55%;
}*/
.local-anim__left h1 {
    font-size: 76px;
}

    .local-anim__left h1,
    .local-anim__left p {
        margin-left: 25px;
    }

.local-anim__right {
    
    width:auto;

    position: relative;
}

    .local-anim__right > img {
        width: auto;
       /* height: 400px;*/
        position: relative;
        /*right: 100px;*/
    }

        .local-anim__right > img.position {
            position: static;
            width: unset;
            height: unset;
        }

.list-anim-icon__visa, .list-anim-icon__pal, .list-anim-icon__pay, .list-anim-icon__open, .list-anim-icon__magento {
    position: absolute;
    width: 121px;
    height: 121px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    transition: transform 0.3s ease-in-out;
    animation-name: TransformStart;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-duration: 6s;
}

@keyframes TransformStart {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.list-anim-icon__visa {
    width: 121px;
    height: 121px;
    top: 30px;
    left: 130px;
}

.list-anim-icon__pal {
    top: 0;
    right: -50px;
    width: 140px;
    height: 140px;
}

    .list-anim-icon__pal img {
        width: 80%;
    }

.list-anim-icon__magento {
    left: 60%;
    top: 40%;
    width: 75px;
    height: 75px;
}

.list-anim-icon__pay {
    left: 61px;
    bottom: 70px;
}

.list-anim-icon__open {
    right: -90px;
    bottom: 90px;
}

    .list-anim-icon__open img {
        width: 90%;
    }

.list-anim-icon__klara, .list-anim-icon__sofort, .list-anim-icon__trusly, .list-anim-icon__master, .list-anim-icon__skrill {
    position: absolute;
    width: 121px;
    height: 121px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
    animation-name: Transform;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-duration: 6s;
}

@keyframes Transform {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

.list-anim-icon__klara {
    top: 20px;
    left: 55%;
    width: 100px;
    height: 100px;
}

    .list-anim-icon__klara img, .list-anim-icon__sofort img, .list-anim-icon__trusly img {
        width: 78%;
    }

.list-anim-icon__sofort {
    top: 35%;
    left: 20%;
    width: 80px;
    height: 80px;
}

.list-anim-icon__trusly {
    top: 41%;
    left: 50%;
}

.list-anim-icon__master {
    right: -80px;
    bottom: 50%;
    width: 80px;
    height: 80px;
}

.list-anim-icon__skrill {
    bottom: 2%;
    left: 40%;
}

.video-country {
    margin-top: 70px;
    overflow: hidden;
}

    .video-country video {
        width: 100%;
        position: relative;
        left: -2px;
    }

.dashboard-video {
    position: relative;
    overflow: hidden;
    margin-top: 70px;
}

    .dashboard-video video {
        width: 100%;
        position: relative;
        left: -2px;
    }

.gif_payments_word-cont video {
    position: absolute;
    right: 171px;
    top: -100px;
    width: 800px;
}

.b1.cp.top-content-bg {
    background: unset;
}

.top-content {
    display: flex;
    justify-content: space-between;
}

.top-content__left {
    width: 50%;
}

.top-content__right {
    width: 50%;
}

.list-cart {
    position: relative;
}

    .list-cart img {
        position: absolute;
        right: 0;
    }

img.list-cart_one {
    z-index: 3;
    animation-name: listCartOne;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-duration: 6s;
}

img.list-cart_two {
    z-index: 2;
    right: -35px;
    animation-name: listCartTwo;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-duration: 6s;
}

img.list-cart_three {
    z-index: 1;
    animation-name: listCartThree;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-duration: 6s;
}

@keyframes listCartOne {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(30px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes listCartTwo {
    0% {
        transform: translateY(30px);
    }

    50% {
        transform: translateY(80px);
    }

    100% {
        transform: translateY(30px);
    }
}

@keyframes listCartThree {
    0% {
        transform: translateY(150px);
    }

    50% {
        transform: translateY(180px);
    }

    100% {
        transform: translateY(150px);
    }
}

.banking-video {
    overflow: hidden;
    margin-top: 50px;
}

    .banking-video video {
        width: 100%;
        position: relative;
        left: -1px;
    }

.b1.fx-animation {
    background: unset;
    padding: 75px 0;
}

.fx-animation__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fx-animation__left {
    width: 50%;
}

.fx-animation__content h1 {
    font-size: 48px;
}

.fx-animation__right {
    width: 50%;
}

.fx-animation__img {
    position: relative;
}

.fx-animation__name {
    position: absolute;
    font-size: 120px;
    font-weight: 500;
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.fx-animation__item {
    position: relative;
}

.fx-animation__one, .fx-animation__two, .fx-animation__three,
.fx-animation__four, .fx-animation__five, .fx-animation__six {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
}

    .fx-animation__one svg, .fx-animation__two svg, .fx-animation__three svg,
    .fx-animation__four svg, .fx-animation__five svg, .fx-animation__six svg {
        width: 60%;
        height: 60%;
    }

.fx-animation__one {
    width: 120px;
    height: 120px;
    top: 60px;
    left: 100px;
    animation-name: transformFxOne;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-duration: 6s;
}

.fx-animation__two {
    width: 80px;
    height: 80px;
    top: 44%;
    left: 40px;
    animation-name: transformFxTwo;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-duration: 6s;
}

.fx-animation__three {
    width: 110px;
    height: 110px;
    bottom: 60px;
    left: 100px;
    animation-name: transformFxThree;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-duration: 6s;
}

.fx-animation__four {
    width: 68px;
    height: 68px;
    bottom: 55px;
    left: 52%;
    animation-name: transformFxFour;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-duration: 6s;
}

.fx-animation__five {
    width: 120px;
    height: 120px;
    bottom: 25%;
    right: 5%;
    animation-name: transformFxFive;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-duration: 6s;
}

.fx-animation__six {
    width: 60px;
    height: 60px;
    right: 15%;
    top: 25%;
    animation-name: transformFxSix;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-duration: 6s;
}

@keyframes transformFxOne {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.6);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes transformFxTwo {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.4);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes transformFxThree {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.4);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes transformFxFour {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.6);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes transformFxFive {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.4);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes transformFxSix {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.8);
    }

    100% {
        transform: scale(1);
    }
}

@media (max-width: 1820px) {
    .animate-bg__circle-img {
        background-size: contain;
    }
}

@media (max-width: 1240px) {
    .col-md-5.bmalas img {
        max-width: 100% !important;
    }

    .animate-top-main__right img {
        margin: 0 8px;
        width: 98px;
    }

    .arches-bg img {
        position: absolute;
        right: 0;
        top: 65%;
        width: 340px;
    }

    .animate-top-main__right {
        top: -90%;
    }

    .animation-list__two > div div.animation-list__item:nth-child(3) {
        transform: translateY(-85px);
    }

    .b4 h2 {
        font-size: 46px;
    }

    .banking-img {
        right: 50px;
    }

        .banking-img svg {
            width: 400px;
        }

    .animate-top-right-bg {
        top: 0
    }
}

@media (max-width: 1080px) {
    .animation-list__one > div div.animation-list__item:nth-child(2) {
        transform: translate(0px, 20px);
    }

    .gif_payments_word-cont video {
        position: absolute;
        right: 70px;
        top: 0;
        width: 650px;
    }

    .animation-list__one {
        padding: 95px 0 50px;
    }

    b2.animation-list {
        padding-bottom: 80px;
    }
}

@media (max-width: 1000px) {
    .fx-animation__content {
        flex-wrap: wrap;
    }

    .fx-animation__left {
        width: 100%;
    }

    .fx-animation__right {
        width: 100%;
    }

    .fx-animation__item {
        width: 595px;
        margin: auto;
    }

    .animate-top-main__right {
        top: -50%
    }

    .b1.aml.animate-top-main {
        padding-top: 140px;
        padding-bottom: 300px;
    }

    .arches-bg img {
        top: 60%;
        height: unset;
    }

    .animate-top-main__right img {
        width: 70px;
    }

    .b4 .col-7 {
        padding: 72px 50px;
    }

    .tloks {
        margin-top: -70px;
    }
}

@media (max-width: 940px) {
    .local-anim__content {
        flex-wrap: wrap;
    }

    .local-anim__left {
        width: 100%;
    }

    .local-anim__right {
        width: 500px;
        margin: auto;
        position: relative;
        left: -100px;
    }

        .local-anim__right.local-anim__right-pos {
            left: 0;
        }

    .b1 h1, .b1 p, a.button-dark {
        margin-left: 0px;
    }

    .banking-img {
        position: static;
    }

    .b1.animate-top {
        display: flex;
        flex-direction: column-reverse;
    }

    .animate-top-right-bg {
        background-size: contain;
        right: -230px;
    }

    .animation-list__two-list, .animation-list__one-list {
        width: 900px;
    }

    .animation-list__two {
        padding-left: 0;
    }

    .animation-list__item {
        width: 90px;
        height: 90px;
        text-align: center;
    }

        .animation-list__item img {
            width: 80%;
        }

    .animation-list__one > div div.animation-list__item:nth-child(2),
    .animation-list__two > div div.animation-list__item:nth-child(5),
    .animation-list__two > div div.animation-list__item:nth-child(1) {
        width: 120px;
        height: 120px;
    }

    .animation-list__two > div div.animation-list__item:nth-child(5) {
        transform: translateY(-80px);
    }

    .animation-list__one > div div.animation-list__item:nth-child(4) {
        width: 140px;
        height: 140px;
    }

    .b4 h2 {
        font-size: 34px;
    }

    .animate-top-main-about__circle-one {
        left: 200px;
    }

    @keyframes Right1 {
        0% {
            transform: translateY(-800px)
        }

        to {
            transform: translateY(-500px)
        }
    }
}

@media (max-width: 768px) {
    .top-content {
        flex-wrap: wrap;
    }

    .top-content__left, .top-content__right {
        width: 100%;
    }

    .list-cart {
        height: 355px;
    }

        .list-cart img {
            position: absolute;
            right: unset;
            left: 50%;
            margin-left: -235px;
        }

    img.list-cart_two {
        left: 47%;
    }

    .col-6.gif_payments_word-cont {
        display: none;
    }

    .gif_payments_word-onlymob video {
        width: 100%;
    }

    .b1 h1 {
        font-size: 62px;
    }

    .animate-top-main__right img {
        width: 55px;
    }

    .b1.animate-top-main p {
        width: 50%;
    }

    .b1 a.button-dark {
        margin-top: 10px;
    }
}

@media (max-width: 720px) {
    .list-cart {
        height: 440px;
    }

    .b1.fx-animation {
        background: unset;
        padding: 140px 0 20px;
    }

    .fx-animation__content p {
        margin: 10px auto !important;
    }

    .tloks {
        margin-top: -60px;
    }

    .gif_payments_word-onlymob {
        display: block;
        position: relative;
        margin-top: 60px;
    }

    .gif_payments_word {
        display: none;
    }

    img.card_payments-onlymob {
        position: absolute;
        right: 0;
        top: 175px;
        width: 260px;
    }
}

@media (max-width: 685px) {
    .animate-top-main__circle-one {
        width: 70px;
        height: 70px;
    }

    .fx-animation__item {
        width: 490px;
    }

    .arches-bg img {
        width: 240px;
    }

    .banking-video {
        margin-top: 10px;
    }

    .animate-top-main__circle-two {
        width: 30px;
        height: 30px;
        left: 260px;
        top: 80px;
    }

    .tloks {
        margin-top: -50px;
        height: 75px;
    }

    .animate-top-main__right img {
        width: 55px;
    }

    .gif_payments_word-onlymob {
        margin-top: 10px;
    }

    img.card_payments-onlymob {
        width: 185px;
        top: 50%;
        transform: translate(0,-50%);
    }

    @keyframes Right1 {
        0% {
            transform: translateY(-800px)
        }

        to {
            transform: translateY(-100px)
        }
    }

    @keyframes Right3 {
        0% {
            transform: translateY(-800px)
        }

        to {
            transform: translateY(-100px)
        }
    }
}

@media (max-width: 565px) {
    .local-anim__right {
        width: 100%;
        left: 0;
    }

    .fx-animation__name {
        font-size: 80px;
    }

    .fx-animation__two {
        width: 50px;
        height: 50px;
        top: 44%;
        left: 10px;
    }

    .fx-animation__one {
        width: 70px;
        height: 70px;
        top: 40px;
        left: 60px;
    }

    .fx-animation__three {
        width: 85px;
        height: 85px;
        bottom: 15px;
        left: 75px;
    }

    .fx-animation__four {
        width: 45px;
        height: 45px;
        bottom: 40px;
        left: 62%;
    }

    .fx-animation__five {
        width: 75px;
        height: 75px;
        bottom: 40%;
        right: 2%;
    }

    .fx-animation__six {
        width: 40px;
        height: 40px;
        right: 20%;
        top: 15%;
    }

    .fx-animation__item {
        width: 350px;
    }

    .video-country, .dashboard-video {
        margin-top: 30px;
    }

    .local-anim__right > img {
        width: unset;
        height: unset;
        position: static;
    }

    .animation-list__one > div div.animation-list__item:nth-child(5) {
        transform: translateY(15px);
    }

    .animation-list__two > div div.animation-list__item:nth-child(3) {
        transform: translateY(-25px);
    }

    .banking-img svg {
        width: 100%;
        height: unset;
    }

    .animate-top-right-bg {
        background-size: contain;
        right: -90px;
        top: 301px;
    }

    .animation-list__two {
        padding-top: 50px;
        padding-bottom: 15px;
    }

    .animation-list__one {
        padding: 60px 0 50px;
    }

    .animate-top-main__right {
        top: -30%;
    }

        .animate-top-main__right img {
            width: 42px;
        }

    .b1 h1 {
        font-size: 42px;
    }

    .b1.animate-top-main p {
        width: 85%;
    }

    .animation-circle span {
        margin: 0 15px;
    }

    .animation-circle {
        margin-left: -5px;
        margin-right: -15px;
    }

    .b4 .col-7 {
        padding: 69px 20px;
    }

    .b4 h2 {
        font-size: 30px;
    }

    @keyframes sk-bouncedelay {
        0%, 80%, 100% {
            transform: scale(1);
        }

        40% {
            -webkit-transform: scale(3);
            transform: scale(3);
        }
    }

    a.button-dark {
        margin-top: 25px;
        line-height: 44px;
        padding: 0px 30px;
    }

    .animate-top-main-about__circle-one {
        left: 5%;
        top: 215px;
        width: 30px;
        height: 30px;
    }

    .animate-top-main-about__circle-two {
        width: 85px;
        height: 85px;
    }

    .list-anim-icon__visa, .list-anim-icon__pal, .list-anim-icon__pay, .list-anim-icon__open, .list-anim-icon__magento {
        width: 86px;
        height: 86px;
    }

    .list-anim-icon__visa {
        width: 80px;
        height: 80px;
        top: 20px;
        left: 45px;
    }

        .list-anim-icon__visa img, .list-anim-icon__pay img {
            width: 70%;
        }

    .list-anim-icon__pal {
        top: 0;
        right: 30px;
        width: 90px;
        height: 90px;
    }

    .list-anim-icon__pay {
        left: 20px;
    }

    .list-anim-icon__open {
        right: 0;
        bottom: 20px;
    }

    .list-anim-icon__magento {
        width: 60px;
        height: 60px;
        left: 45%;
    }

    .list-anim-icon__klara {
        width: 75px;
        height: 75px;
        left: 48%;
    }

    .list-anim-icon__master {
        right: 20px;
        bottom: 50%;
        width: 60px;
        height: 60px;
    }

    .list-anim-icon__skrill {
        bottom: 2%;
        left: 5%;
        width: 100px;
        height: 100px;
    }

    .list-anim-icon__sofort {
        top: 27%;
        left: 15%;
    }

    .list-anim-icon__trusly {
        top: 49%;
        left: 46%;
        width: 90px;
        height: 90px;
    }
}

@media (max-width: 480px) {
    .list-cart {
        height: 300px;
    }

        .list-cart img {
            width: 300px;
            margin-left: -150px;
        }

    img.list-cart_two {
        left: 50%;
    }

    @keyframes listCartThree {
        0% {
            transform: translateY(80px);
        }

        50% {
            transform: translateY(120px);
        }

        100% {
            transform: translateY(80px);
        }
    }
}

@media (max-width: 380px) {
    .list-anim-icon__visa {
        left: 0;
    }

    .fx-animation__name {
        font-size: 60px;
    }

    .fx-animation__item {
        width: 300px;
    }

    .animate-top-main__right img {
        width: 40px;
    }

    img.card_payments-onlymob {
        width: 100px;
    }

    animation-list__two-list, .animation-list__one-list {
        width: 800px;
    }
}

a.button-white {
    display: inline-block;
    text-decoration: none;
    line-height: 52px;
    text-transform: uppercase;
    margin-top: 40px;
    color: #040404;
    background: #fff;
    border-radius: 12px;
    padding: 0px 25px;
    border: 2px solid #040404;
    margin-left: 10px;
}

    a.button-white:hover {
        color: black;
        border: 2px solid #040404;
        line-height: 52px;
    }

.b1.banking.animate-top .container.py-3 {
    position: relative;
    z-index: 9;
}

.sppsa {
    padding-left: 180px;
    padding-right: 180px;
}

.button-dark.wide {
    padding-left: 120px;
    padding-right: 120px;
}

    .button-dark.wide:hover {
        padding-left: 118px;
        padding-right: 118px;
    }

@media (max-width: 565px) {
    a.button-dark:hover {
        margin-top: 25px;
        line-height: 40px;
        padding: 0px 28px;
    }
}

.sppsa h2 {
    font-size: 32px;
}

.vacancies {
    text-align: center;
}

    .vacancies .vakance {
        margin: 10px;
        text-align: left;
        padding: 45px;
        border-radius: 30px;
        display: block;
        box-shadow: 0px 20px 48px rgba(166, 188, 186, 0.2);
        background-repeat: no-repeat !important;
        background-position: top right !important;
    }

        .vacancies .vakance:hover {
            background-color: rgba(131, 250, 237, 0.3);
        }

.career2 h1 {
    width: 70%;
}

.vacancies h2 {
    font-size: 32px;
    margin-bottom: 50px;
}

.vacancies .vakance h2 {
    margin-bottom: 30px;
    width: 75%;
}

.vacancies .vakance .time {
    margin-bottom: 10px;
}

.vacancies .vakance h3 {
    margin-bottom: 40px;
}

.vacancies .vakance .button-dark {
    margin-top: 10px;
}

.vakance.inactive p {
    color: #AAB8C1;
}

.vakance.inactive h2 {
    color: #AAB8C1;
}

.vakance.inactive h3 {
    color: #ED1965;
}

@media only screen and (max-width: 720px) {
    mob-style {
        padding: 10px 0px;
    }

    .button-dark.wide {
        padding-left: 20px;
        padding-right: 20px;
    }

        .button-dark.wide:hover {
            padding-left: 18px;
            padding-right: 18px;
        }

    .sppsa {
        padding-left: 20px;
        padding-right: 20px;
    }

    .b1.banking.animate-top {
        position: relative;
    }

        .b1.banking.animate-top .container.py-3 {
            position: absolute;
            z-index: 9;
            top: 150px;
        }

    .animate-top-right {
        margin-top: 100px;
    }

    .animate-top-right-bg {
        margin-top: 0px;
        right: -120px;
    }

    .b1.banking {
        margin-bottom: 0px !important;
        padding-bottom: 50px !important;
    }




    .b5.about.ab2 {
        padding-bottom: 200px;
        margin-bottom: 50px;
        background: #f6f6f4 url(../../../../w4.inostudio.lv/assets/front/img/about2.html);
        background-position: right bottom;
        background-size: 170%;
        background-repeat: no-repeat;
    }

    .career2 h1 {
        width: 100%;
    }

    .career2 h2 {
        width: 100%;
    }

    .vacancies .vakance h2 {
        width: 100%;
    }

    .vacancies .col-1 {
        display: none;
    }

    .vacancies .col-5 {
        width: 100%;
    }

    .vacancies .vakance {
        margin: 10px;
        text-align: left;
        padding: 30px 20px;
        border-radius: 30px;
        display: block;
        box-shadow: 0px 20px 48px rgba(166, 188, 186, 0.2);
        background-repeat: no-repeat !important;
        background-position: top right !important;
    }

    .vacancies .vakance {
        background-size: 50%;
    }

    .risk .container.py-3 h1 {
        text-align: left !important;
        width: 80%;
    }

    .risk .container.py-3 p {
        text-align: left !important;
    }

    .risk .b1 .button-dark.wide {
        display: none;
    }

    .risk .b1.aml.animate-top-main {
        padding-top: 140px;
        padding-bottom: 100px;
    }

    .arches-bg {
        display: none;
    }


    .career2 .container.py-3 h1 {
        text-align: left !important;
        width: 80%;
    }

    .career2 .container.py-3 p {
        text-align: left !important;
    }

    .career2 .b1 .button-dark.wide {
        display: none;
    }

    .career2 .b1.aml.animate-top-main {
        padding-top: 140px;
        padding-bottom: 100px;
    }
}

.hidden {
    display: none;
}

.js-form .error {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #f42434 !important;
    text-align: center !important;
}

.js-form .success {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #fff !important;
    text-align: center !important;
}

.js-form .success-dark {
    color: #000 !important;
}

span.extra {
    font-weight: bold;
    text-decoration: underline;
}

.news .txtb {
    padding-bottom: 0px;
}

.cookies {
    z-index: 99999;
    background: #fff;
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}

    .cookies h3 {
        font-size: 24px;
        margin-bottom: 15px;
        line-height: 32px;
        font-weight: normal;
    }

    .cookies .btn {
        margin-right: 20px;
        margin-top: 20px;
    }

    .cookies p {
        font-weight: normal;
        font-size: 18px;
        line-height: 30px;
    }

.txt1 {
    padding-right: 70px;
}

.files_pc {
    display: block;
}

.files_mob {
    display: none;
}
/*.uk-europe .local-anim__right.local-anim__right-pos .position {
    margin-left: -190px;
    margin-top: -180px;
    margin-bottom: -350px;
    height: 480px;
    width: auto !important;
    max-width: inherit !important;
}*/
.local-anim__right.local-anim__right-pos .position {
    margin-left: -246px;
    margin-top: -200px;
    margin-bottom: -300px;
    /*height: 400px;*/
    width: auto !important;
    max-width: 700px;
}
/*.latin-america .local-anim__right.local-anim__right-pos .position {
    margin-left: -195px;
    margin-top: -226px;
    margin-bottom: -350px;
    height: 480px;
    width: auto !important;
    max-width: inherit !important;
}*/
/*.north-america .local-anim__right.local-anim__right-pos .position {
    margin-left: -240px;
    margin-top: -190px;
    margin-bottom: -350px;
    height: 480px;
    width: auto !important;
    max-width: inherit !important;
}*/

/*.south-america .local-anim__right.local-anim__right-pos .position {
    margin-left: -90px;
    margin-top: -190px;
    margin-bottom: -267px;
    height: 480px;
    width: auto !important;
    max-width: inherit !important;
}*/

.south-america .b1.sout_america.local-anim.region-sa {
    padding-bottom: 150px;
}

.south-america .tloks {
    position: relative;
    z-index: 9;
}

/*
.australia .local-anim__right.local-anim__right-pos .position {
    margin-left: -188px;
    margin-top: -182px;
    margin-bottom: -267px;
    height: 480px;
    width: auto !important;
    max-width: inherit !important;
}*/

.australia .b1.sout_america.local-anim.region-au {
    padding-bottom: 0px;
}

.australia .tloks {
    position: relative;
    z-index: 9;
}

.uk-europe .list-anim-icon__visa {
    width: 121px;
    height: 121px;
    top: 210px;
    left: -80px;
}

.uk-europe .list-anim-icon__sofort {
    top: 120px;
    left: 100px;
    width: 120px;
    height: 120px;
}

.uk-europe .list-anim-icon__pal {
    left: 200px;
}

.uk-europe .list-anim-icon__klara {
    left: 100px;
    top: 0px;
}

.uk-europe .list-anim-icon__skrill {
    top: 300px;
    left: -150px;
    width: 80px;
    height: 80px;
}

.uk-europe .list-anim-icon__open {
    top: 100px;
    left: -90px;
    width: 80px;
    height: 80px;
}

.uk-europe .list-anim-icon__master {
    top: 200px;
    left: 250px;
    width: 100px;
    height: 100px;
}

.uk-europe .list-anim-icon__trusly {
    top: 310px;
    left: 90px;
    width: 80px;
    height: 80px;
}

.north-america .list-anim-icon__visa {
    top: -20px;
}

.north-america .list-anim-icon__pay {
    left: 200px;
}

.north-america .list-anim-icon__klara {
    left: -10px;
    top: 180px;
}

.north-america .list-anim-icon__master {
    top: 250px;
    left: 180px;
}

.north-america .list-anim-icon__pal {
    top: 70px;
    left: 50px;
}

.south-america .list-anim-icon__klara {
    top: 310px;
    left: 230px;
}

.south-america .list-anim-icon__master {
    top: 200px;
    left: 100px;
    width: 100px;
    height: 100px;
}

.south-america .list-anim-icon__pal {
    top: -50px;
    left: 10px;
}

.south-america .list-anim-icon__pay {
    top: -90px;
    left: 150px;
}

.south-america .list-anim-icon__visa {
    top: 120px;
    left: 250px;
}

.asia .list-anim-icon__visa {
    top: -20px;
    left: -150px;
}

.asia .list-anim-icon__klara {
    top: 200px;
    left: -100px;
}

.asia .list-anim-icon__pay {
    top: 220px;
    left: 100px;
}

.asia .list-anim-icon__skrill {
    top: 0px;
    left: 250px;
}

.asia .list-anim-icon__sofort {
    top: 60px;
    left: 30px;
}

.australia .list-anim-icon__sofort {
    top: 180px;
    left: 280px;
    width: 60px;
    height: 60px;
}

.australia .list-anim-icon__pal {
    top: 0px;
    left: 80px;
    width: 70px;
    height: 70px;
}

.australia .list-anim-icon__master {
    top: 120px;
    left: -120px;
}

@media only screen and (max-width: 720px) {
    .b1.aml.animate-top-main {
        padding-bottom: 100px;
    }

    .career .b1.animate-top-main p {
        width: 100%;
    }

    .b1.news {
        padding-bottom: 200px;
    }

        .b1.news h1 {
            text-align: left !important;
        }

    .js-apply-form.apply-form .btn {
        width: 100%;
    }

    .featured {
        width: 90%;
        margin-top: -170px;
        background-image: none;
        padding: 20px;
        margin-right: 5%;
        margin-left: 5%;
    }

    .col-md-9.zinumenu {
        margin-bottom: 20px;
    }

    .zinas .col-4 img {
        border-radius: 10px;
    }

    .local-anim__right.local-anim__right-pos .position {
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        height: auto;
        width: auto !important;
        max-width: 100% !important;
    }

   .australia .local-anim__right.local-anim__right-pos .position {
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        height: auto;
        width: auto !important;
        max-width: 100% !important;
    }

    .australia .b1.sout_america.local-anim.region-au {
        padding-bottom: 0px;
    }

    .australia .b1.sout_america.local-anim.region-au {
        padding-bottom: 0px;
    }

    .uk-europe .local-anim__right.local-anim__right-pos .position {
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        height: auto;
        width: auto !important;
        max-width: 100% !important;
    }

    .uk-europe .b1.sout_america.local-anim.region-au {
        padding-bottom: 0px;
    }

    .uk-europe .b1.sout_america.local-anim.region-au {
        padding-bottom: 0px;
    }

    .uk-europe .list-anim-icon__trusly {
        top: 100px;
    }

    .uk-europe .list-anim-icon__visa {
        left: 0px;
        top: 170px;
    }

    .uk-europe .list-anim-icon__magento {
        left: 250px;
    }

    .asia .local-anim__right.local-anim__right-pos .position {
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        height: auto;
        width: auto !important;
        max-width: 100% !important;
    }

    .asia .b1.sout_america.local-anim.region-au {
        padding-bottom: 0px;
    }

    .asia .b1.sout_america.local-anim.region-au {
        padding-bottom: 0px;
    }

    .asia .list-anim-icon__pay {
        top: 170px;
    }
   .north-america .local-anim__right.local-anim__right-pos .position {
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        height: auto;
        width: auto !important;
        max-width: 100% !important;
    }

    .north-america .b1.sout_america.local-anim.region-au {
        padding-bottom: 0px;
    }

    .north-america .b1.sout_america.local-anim.region-na {
        padding-bottom: 0px;
    }

    .north-america .list-anim-icon__visa {
        left: 200px;
    }

    .north-america .list-anim-icon__klara {
        left: 120px;
    }

    .south-america .local-anim__right.local-anim__right-pos .position {
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        height: auto;
        width: auto !important;
        max-width: 100% !important;
    }

    .south-america .b1.sout_america.local-anim.region-au {
        padding-bottom: 0px;
    }

    .south-america .b1.sout_america.local-anim.region-sa {
        padding-bottom: 0px;
    }

    .south-america .list-anim-icon__pay {
        top: 50px;
    }

    .south-america .list-anim-icon__pal {
        top: 0px;
    }

    .south-america .list-anim-icon__klara {
        top: 180px;
    }

    .local .b5.growl {
        background: #fff;
    }
    .display {
        margin-top: 4px;
    }
}
