@media only screen and (min-width: 1400px) and (max-width: 4000px) {

}

@media only screen and (min-width: 767px) and (max-width: 991px) {

}

@media only screen and (min-width: 0px) and (max-width: 767px) {


    h1 {
        font-size: 32px;
        line-height: 38px;
        font-weight: 800;
    }

    h2 {
        font-size: 28px;
        line-height: 34px;
        font-weight: 500;
    }

    h3 {
        font-size: 18px;
        line-height: 24px;
        font-weight: 600;
    }

    h4 {
        font-size: 16px;
        line-height: 22px;
        font-weight: bold;
    }

    h5 {
        font-size: 16px;
        line-height: 22px;
        font-weight: 600;
    }

    h6 {

    }


    .nav-btn {
        width: 36px;
        height: 20px;
        cursor: pointer;
        position: relative;
        display: block;
        z-index: 3;
        float: right;
    }

    .nav-btn span {
        display: block;
        height: 4px;
        background-color: #3c5a5d;
        position: absolute;
        right: 0;
        top: 0;

        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);

        -webkit-transition: .1s ease-in-out;
        -moz-transition: .1s ease-in-out;
        -o-transition: .1s ease-in-out;
        transition: .1s ease-in-out;

        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    .nav-btn span:nth-child(1) {
        width: 100%;
    }

    .nav-btn span:nth-child(2) {
        width: 100%;
        top: 7px;
    }

    .nav-btn span:nth-child(3) {
        width: 100%;
        top: 14px;
    }

    .nav-btn:hover span:nth-child(2) {
        width: 100%;
    }

    .nav-btn:hover span:nth-child(3) {
        width: 100%;
    }

    .nav-btn.active {
        transition-duration: .3s;
    }

    .nav-btn.active span {
        box-shadow: none;
        background-color: #3c5a5d;
        right: -5px;
    }

    .nav-btn.active span:nth-child(1) {
        width: 100%;
        transform: rotate(45deg);
        top: -3px;
    }

    .nav-btn.active span:nth-child(2) {
        opacity: 0;
    }

    .nav-btn.active span:nth-child(3) {
        width: 100%;
        transform: rotate(-45deg);
        top: 22px;
    }

    header {
        padding: 20px 0;
    }

    header .logo img {
        height: 40px;
    }

    header nav {
        display: none;
        padding: 70px 0 0 0;
    }

    header nav ul li .btn {
        margin: 15px auto;
        display: table;
    }

    header nav ul li > a.dd-menu:after {
        top: 18px;
        right: 20px;
    }

    header nav ul li > a {
        padding: 15px 20px;
        border-bottom: 1px solid #ddd;
    }

    header nav ul li:first-of-type > a {
        padding-left: 20px;
    }

    header nav.open {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #fff;
        display: block;
    }

    header nav ul li {
        display: block;
    }

    header nav ul li .megamenu {
        position: inherit;
        top: initial;
        border: 0;
    }

    header nav ul li:hover .megamenu {
        display: block;
    }

    header nav ul li .megamenu-products .product-vision {
        padding-right: 0;
        margin: 5px 0;
    }

    header nav ul li .megamenu {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        opacity: 0;
        visibility: hidden;
        transition: all 0.35s ease-in-out;
        transform: translateX(100%);
        z-index: 10;
        overflow: scroll;
    }

    header nav ul li .megamenu.is-active {
        opacity: 1;
        visibility: visible;
        transform: translateX(0%);
    }

    header nav ul li .megamenu-links a {
        padding: 15px 20px;
        margin: 0;
        border-bottom: 1px solid #ddd;
    }

    .megamenu-close img {
        height: 36px;
        margin: 0;
        position: absolute;
        top: 24px;
        left: 15px;
    }

    .space {
        padding: 50px 0;
    }

    .intro {
        background: none;
        padding: 70px 0 10px 0;
    }

    .intro .intro-01 {
        position: inherit;
        top: inherit;
        right: inherit;
        max-height: inherit;
        margin: 0 0 20px 0;
        padding: 0 15px;
    }

    .industries .industry {
        padding: 20px 0;
    }

    .emb-finance {
        padding: 50px 0;
        background-size: inherit;
    }

    .emb-finance img {
        display: none;
    }

    .benefits .benefit {
        padding: 30px 30px 0 30px;
    }

    .market-steps {
        background-color: #FA565B;
    }

    .market-steps .market-step.step-bot {
        border-top: 1px solid #fff;
        padding-top: 50px;
    }

    .market-steps .market-step {
        min-height: inherit;
        padding: 50px 20px;
    }

    .easy-payment-services {
        text-align: center;
        margin: 0;
    }

    .your-product-vision .product-vision {
        text-align: center;
        padding: 0;
        margin: 0 0 30px 0;
    }

    .your-product-vision .product-vision:hover {
        background-color: transparent;
    }

    .your-product-vision .product-vision img {
        max-height: 100px;
        margin: 20px 0 15px 0;
    }

    .who-we-are .page-info {
        padding: 50px 0 0 0;
    }

    .what-we-do p {
        padding: 0;
    }

    .team-member {
        text-align: center;
        margin: 0 0 30px 0;
    }

    .team-member img {
        margin: 15px auto;
        display: block;
    }

    .short-contacts {
        text-align: center;
        padding: 50px 0 50px;
        background: #F8EBF2;
    }

    .short-contacts h2 {
        margin: 10px 0;
    }

    .short-contacts {
    }

    .short-contacts .btn {
        float: none;
    }

    .contacts {
        padding: 50px 0 50px 0;
    }

    .contacts .page-info {
        padding: 50px 0 0 0;
    }

    .contacts .contact-info {
        padding: 10px 0 30px;
    }

    .contacts .contact-form {
        padding: 0;
    }

    .ticket .ticket-form {
        padding: 0;
    }

    .contacts .contact-info .info-block {
        border-bottom: 1px solid #C2C1C1;
        padding: 20px 0;
    }

    .form-control {
        padding: 20px 0;
    }

    .text:before {
        display: none;
    }

    .text aside {
        padding: 20px;
        margin: 15px 0 0 0;
    }

    .emb-finance .embedded-finance-img {
        position: initial;
        top: initial;
        right: inherit;
        margin: 0 0 15px 0;
    }

    .ticket {
        padding: 50px 0 50px 0;
    }

    .ticket .page-info {
        padding: 50px 0 0 0;
    }

    .support .support-list .list-item {
        padding: 0;
    }

    .support .support-list .list-item p {
        margin: 0;
    }

    .support .support-list .list-item:hover {
        border: 0;
        background: none;
    }

    .support {
        padding: 50px 0 50px 0;
    }

    .support .page-info {
        padding: 50px 0 0 0;
    }

    .support-categories {
        padding: 50px 0 50px 0;
    }

    .more-articles {
        margin: 50px 0 0 0;
    }

    .v1-bgr .page-info {
        padding: 50px 0 0 0;
    }

    .v1-bgr .page-info img {
        margin: 0 0 30px 0;
    }

    .product-short {
        padding: 10px 0 50px;
    }

    .acc-benefit h3 {
        margin: 0 0 5px 0;
    }

    .use-cases {
        text-align: center;
    }

    .use-cases img {
        display: block;
        margin: 0 auto 15px auto;
    }

    .use-cases h3 {
        margin: 0 0 5px 0;
    }

    .use-cases p {
        margin: 0;
    }

    .product-feature {
        text-align: center;
        min-height: inherit;
        margin: 0 0 30px 0;
    }

    .product-feature img {
        max-height: 100px;
    }

    .product-benefit {
        margin: 0 0 50px 0;
    }

    .product-features {
        padding-top: 0;
    }

    .mobile-payments {
        padding-bottom: 0;
    }

    .case .page-info {
        text-align: center;
    }

    .case .page-info .case-img {
        margin: 0 0 15px 0;
        padding: 0;
    }

    .case .page-info h1 {
        margin: 0 0 15px 0;
    }

    footer {
        padding: 50px 0 0 0;
    }

    footer h5 {
        text-align: center;
        margin-bottom: 10px;
    }

    footer .footer-menu {
        text-align: center;
        margin-bottom: 30px;
    }

    footer .footer-info .footer-logo img {
        height: 50px;
        display: block;
        margin: 0 auto 15px
    }

    footer .footer-info .footer-about {
        text-align: center;
    }

    footer .footer-info ul {
        float: none;
        text-align: center;
    }

    footer .footer-info ul {
        margin: 15px 0 0 0;
    }

    footer .footer-info ul li {
        margin: 0 15px;
    }

    footer .footer-social {
        text-align: center;
        margin: 0 0 30px 0;
    }

    .megamenu-close {
        display: block;
    }

    .rates {
        margin: 0 0 50px 0;
        padding: 0;
    }

    .exchange-filter .currency-input {
        margin: 0 0 10px 0;
    }

    .rates .exchange-subheadings {
        padding: 5px 15px;
        font-size: 10px;
        line-height: 14px;
    }

    .rates .sell-ecb,
    .rates .sell-mark-up,
    .rates .buy-ecb,
    .rates .buy-mark-up {
        text-align: center;
        padding: 10px 0;
        font-size: 12px;
    }

    .rates .country {
        padding: 10px 0;
        font-size: 12px;
        text-align: center;
    }

    .convert-arrows {
        position: relative;
        top: 0;
        text-align: center;
        padding: 20px 0 10px 0;
    }

    .exchange-rates .sticky-top {
        top: 50px;
        z-index: 1;
    }

    .exchange-rates .page-info {
        padding: 100px 0 0 0;
    }

    .exchange-filter label {
        margin: 0 0 5px 0;
    }


}