/* base styles
================================================== */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body,
html {
    height: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #6A6666;
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
}

:focus {
    outline: 0
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.space {
    padding: 100px 0;
}

/* typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    color: #303C52;
}

h1 {
    font-size: 62px;
    line-height: 66px;
    font-weight: 800;
}

h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
}

h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}

h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

h5 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

h6 {
}

strong {
    font-weight: 700;
}

a {
    color: #da763a;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

a:hover,
a:active,
a:focus {
    color: #FA565B;
    outline: 0;
    text-decoration: none;
}

p {
    margin-bottom: 20px;
}

.form-control {
    border: 0;
    border-bottom: 1px solid #C2C1C1;
    border-radius: 0;
    font-size: 14px;
    padding: 10px 0;
    height: 80px;
    color: #6A6666;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #FA565B;
}

.link {
    color: #303C52;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    position: relative;
    padding-right: 13px;
}

.link:hover {
    color: #da763a;
}

.link:after {
    content: "";
    position: absolute;
    top: 6px;
    right: 0;
    background: url("../imgs/link-arrow.svg") center center no-repeat;
    background-size: 100%;
    height: 7px;
    width: 7px;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.link:hover:after {
    background: url("../imgs/link-hover-arrow.svg") center center no-repeat;
}


.container-fluid {
    max-width: 1380px;
}

.btn-icon {
    position: relative;
}

.btn-outline-dark.arrow-right:after {
    background: url("../imgs/btn-orange-arrow.svg") center center no-repeat;
    background-size: 12px;
}

.btn-primary.arrow-right:after {
    background: url("../imgs/btn-white-arrow.svg") center center no-repeat;
    background-size: 12px;
}

.btn-outline-light.arrow-right:after {
    background: url("../imgs/btn-white-arrow.svg") center center no-repeat;
    background-size: 12px;
}

.btn-outline-light:hover.arrow-right:after {
    background: url("../imgs/btn-white-arrow.svg") center center no-repeat;
    background-size: 12px;
}

.btn-outline-dark:hover.arrow-right:after {
    background: url("../imgs/btn-white-arrow.svg") center center no-repeat;
    background-size: 12px;
}

.btn-icon.arrow-right {
    padding-right: 60px;
}

.btn-icon.arrow-right:after {
    content: "";
    position: absolute;
    top: 16px;
    right: 35px;
    width: 12px;
    height: 12px;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.btn-icon.arrow-right:hover:after {
    right: 33px;
}

.btn {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    border-radius: 88px;
    padding: 10px 40px;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none !important;
}

.btn-outline-light {
    border-color: #CBCBCB;
    color: #fff;
}

.btn-outline-light:hover {
    color: #fff;
    background-color: #FA565B;
    border-color: #FA565B;
}

.btn-outline-dark {
    border-color: #CBCBCB;
    color: #FA565B;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #FA565B;
    border-color: #FA565B;
}

.text-primary {
    color: #FA565B !important;
}

.bg-primary {
    background-color: #FA565B;
}

.btn-primary {
    color: #fff;
    background-color: #FA565B;
    border-color: #FA565B;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.btn-primary:hover {
    color: #fff;
    opacity: .9;
    background-color: #FA565B;
    border-color: #FA565B;
}

.intro {
    padding: 200px 0 150px;
    background: url("../imgs/intro-bgr.png") bottom right no-repeat;
    background-size: 55%;
    position: relative;
}

.intro .intro-01 {
    position: absolute;
    top: 20%;
    right: 0;
    max-height: 450px;
}

header {
    padding: 25px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 105;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

header.fixed {
    padding: 20px 0;
    background-color: #fff;
    box-shadow: 0 10px 6px rgba(0, 0, 0, .02);
}

header .btn-outline-dark {
    color: #111111;
    border-color: #111111;
}

header .btn-outline-dark:hover {
    background-color: transparent;
    border-color: #FA565B;
    color: #FA565B;
}

header.fixed .logo img {
    height: 40px;
}

header .btn {
    margin-left: 7px;
}

header .logo {
    margin-right: 10px;
}

header .logo img {
    height: 50px;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

header nav ul li {
    display: inline-block;
    position: relative;
}

header nav ul li .megamenu:before {
    content: "";
    width: 100%;
    height: 40px;
    position: absolute;
    top: -40px;
    left: 0;
}

body.fixed header nav ul li .megamenu {
    top: 85px;
}

header nav ul li .megamenu {
    display: none;
    padding: 70px 0 70px 0;
    position: fixed;
    top: 100px;
    left: 0;
    background-color: #fff;
    width: 100%;
    border-top: 1px solid #6D6D6D;
    box-shadow: 0 10px 6px rgba(0, 0, 0, .02);

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

header nav ul li:hover .megamenu {
    display: block;
}

header nav ul li .megamenu-products .product-vision img {
    height: 70px;
    margin: 0 0 15px 0;
}

header nav ul li .megamenu-products .product-vision {
    padding-right: 50px;
    margin: 0 0 50px 0;
}

header nav ul li .megamenu-products .product-vision a {
    color: #303C52;
}

header nav ul li .megamenu-products .product-vision a:hover {
    color: #da763a;
}

header nav ul li .megamenu-links a {
    margin: 0 0 25px 0;
    color: #303C52;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    display: block;
}

header nav ul li .megamenu-links a:hover {
    color: #da763a;
}

header nav ul li > a {
    color: #303C52;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    display: block;
    padding: 0 25px;
}

header nav ul li > a.dd-menu {
    padding-right: 16px;
    position: relative;
}

header nav ul li > a.dd-menu:after {
    content: "";
    background: url("../imgs/menu-arrow.svg") center center no-repeat;
    background-size: 9px;
    height: 9px;
    width: 9px;
    position: absolute;
    top: 9px;
    right: 0;
}

header nav ul li:first-of-type a {
    padding-left: 0;
}


.your-product-vision .product-vision {
    padding: 40px 30px;
    border-radius: 12px;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.your-product-vision .product-vision:hover {
    background-color: rgba(250, 86, 91, 0.05);
}

.your-product-vision .product-vision-img {
    max-height: 130px;
    margin: 10px 0 25px 0;
}


.industries {
    background: url("../imgs/industries-bgr.jpg") top center no-repeat;
    background-size: 100%;
}

.industries .industry {
    padding: 40px 0;
}

.industries .industry img {
    max-width: 70px;
}

.emb-finance {
    padding: 200px 0;
    background: url("../imgs/embedded-finance-bgr.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
}

.emb-finance .embedded-finance-img {
    position: absolute;
    top: 15%;
    right: 2%;
    max-height: 500px;
}

.emb-finance h2 {
    color: #fff;
}

.emb-finance p {
    color: #fff;
}


.benefits .benefit {
    text-align: center;
    padding: 30px 0 0 0;
}

.benefits .benefit img {
    height: 56px;
}


.virtual-accounts {
    background: url("../imgs/industries-bgr.jpg") top center no-repeat;
    background-size: 100%;
}


.market-steps {
    padding: 200px 0;
    background: url("../imgs/market-steps.png") center center no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.market-steps h2 {
    color: #fff;
}

.market-steps .market-step {
    border-left: 1px solid #fff;
    padding: 20px;
    min-height: 160px;
    position: relative;
}

.market-steps .market-step.step-top {
    border-bottom: 1px solid #fff;
}

.market-steps .market-step.step-top:before {
    content: "";
    width: 19px;
    height: 19px;
    border-radius: 100%;
    border: 4px solid #fff;
    position: absolute;
    left: -10px;
    bottom: -10px;
    background-color: #fb565c;
}

.market-steps .market-step.step-top:after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #fff;
    position: absolute;
    left: -3px;
    bottom: -3px;
    border-radius: 100%;
}

.market-steps .market-step.step-bot {
    padding-top: 50px;
}


.market-steps .market-step.step-bot:before {
    content: "";
    width: 19px;
    height: 19px;
    border-radius: 100%;
    border: 4px solid #fff;
    position: absolute;
    left: -10px;
    top: -10px;
    background-color: #fb565c;
}

.market-steps .market-step.step-bot:after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #fff;
    position: absolute;
    left: -3px;
    top: -3px;
    border-radius: 100%;
}

.market-steps .market-step .lab {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    margin: 0 0 7px 0;
}

.market-steps .market-step .val {
    color: #fff;
}

.market-steps .eps {
    color: #fff;
    font-size: 36px;
    line-height: 42px;
    font-weight: bold;
}


.easy-payment-services {
    background: url("../imgs/easy-payment-services-bgr.jpg") center center no-repeat;
    background-size: cover;
    margin-top: -100px;
    position: relative;
}


.what-we-do {
    margin: -100px 0;
    padding: 200px 0;
    background: url("../imgs/what-we-do-bgr.jpg") center center no-repeat;
    background-size: cover;
}

.what-we-do p {
    color: #303C52;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    padding: 0 100px 0 0;
    margin: 0;
}

.what-we-do ul li {
    color: #303C52;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    margin: 25px 0;
}

.what-we-do ul li:last-of-type {
    margin-bottom: 0;
}

.what-we-do ul li img {
    max-width: 40px;
    height: 40px;
}


.short-contacts {
    padding: 200px 0 100px;
    background: url("../imgs/short-contact-bgr.jpg") top center no-repeat;
    background-size: cover;
}

.short-contacts h4 {
    color: #249AB2;
}

.short-contacts .btn {
    float: right;
}


.our-management-team .team-member {
    margin: 0 0 50px 0;
}

.our-management-team .team-member.m-01 .member-pos {
    color: #F86464;
}

.our-management-team .team-member.m-02 .member-pos {
    color: #249AB2;
}

.our-management-team .team-member.m-03 .member-pos {
    color: #AB9FCB;
}

.our-management-team .team-member.m-04 .member-pos {
    color: #FA565B;
}

.our-management-team .team-member .member-pos {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    margin: 0 0 15px 0;
}


.contacts .contact-form {
    padding: 40px;
    background-color: #fff;
    border-radius: 12px;
}

.contacts .contact-form .btn {
    display: table;
    margin: 35px auto 0;
}

.contacts .contact-info {
    padding: 40px 0 0 30px;
}

.contacts .contact-info .lab {
    font-size: 12px;
    line-height: 1.5;
    text-transform: uppercase;
}

.contacts .contact-info .val {
    color: #303C52;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
}

.contacts .contact-info img {
    margin: 0 10px 0 0;
    height: 17px;
}

.contacts .contact-info .info-block {
    border-bottom: 1px solid #C2C1C1;
    padding: 30px 0;
}

.contacts .contact-info .info-block:first-of-type {
    padding-top: 0;
}

.contacts .contact-info .info-block:last-of-type {
    border-bottom: 0;
}


.ticket .ticket-form {
    padding: 40px;
    background-color: #fff;
    border-radius: 12px;
}


.support .support-search {
    border: 1px solid #C2C1C1;
    background-color: #fff;
    max-width: 600px;
    position: relative;
}

.support .support-search img {
    position: absolute;
    top: 15px;
    left: 12px;
    height: 16px;
}

.support .support-search input[type=search] {
    background-color: transparent;
    border: 0;
    padding: 10px 15px 10px 35px;
}

.support .support-list .list-item {
    background-color: #fff;
    padding: 40px 20px;
    margin: 0 0 30px 0;
    border-radius: 28px;
    border: 1px solid #fff;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.support .support-list .list-item:hover {
    border: 1px solid #FA565B;
    background-color: rgba(250, 86, 91, 0.05);
}

.support .support-list .list-item h3 a {
    color: #303C52;
}


.support-categories .support-category {
    margin: 0 0 50px 0;
}

.support-content {
    margin: 0 0 50px 0;
}

.category-list li a {
    color: #303C52;
    position: relative;
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #C2C1C1;
}

.category-list li a:hover {
    color: #FA565B;
}

.category-list li a:before {
    content: "";
    background: url("../imgs/faq-arrow.svg") center center no-repeat;
    background-size: 7px;
    width: 20px;
    height: 20px;
    float: right;
    transition: all 0.5s;
}


.more-articles {
    border: 1px solid #C2C1C1;
    padding: 40px 30px;
    border-radius: 14px;
}

.more-articles ul li {
    border-bottom: 1px solid #C2C1C1;
}

.more-articles ul li:last-of-type {
    border: 0;
}

.more-articles ul li a {
    color: #303C52;
    display: block;
    padding: 20px 0;
}

.more-articles ul li:last-of-type a {
    padding-bottom: 0;
}


.rates {
    margin: 40px 0 50px 0;
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 12px;
}

.rates h3 {
    font-weight: bold;
}

.rates .rate-heading {
    background-color: #E3E8ED;
    text-align: center;
    padding: 15px 15px;
    margin: 25px 0 0 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
}

.rates .exchange-subheadings {
    padding: 15px 15px;
    color: #303C52;
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
}

.rates .country {
    font-weight: bold;
    padding: 15px 0;
}

.rates .country img {
    height: 23px;
    position: relative;
    top: -1px;
    margin: 0 8px 0 0;
}

.rates .exchange-row {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 15px;
    font-weight: 500;
}

.rates .exchange-row:hover {
    background-color: #f9f9f9;
    font-weight: bold;
}

.rates .buy-ecb {
    color: #FA565B;
}

.rates .sell-ecb {
    color: #299BB2;
}

.rates .buy-mark-up {
    position: relative;
}

.rates .buy-mark-up:after {
    content: "";
    position: absolute;
    top: 0;
    right: -15px;
    height: 100%;
    width: 1px;
    background-color: #e5e5e5;
}

.rates .sell-ecb,
.rates .sell-mark-up,
.rates .buy-ecb,
.rates .buy-mark-up {
    text-align: center;
    padding: 15px 0;
}

.rates .sell-mark-up,
.rates .buy-mark-up {
    color: #303C52;
}


.custom-s {
    position: relative;
    height: 45px;
}

.custom-s:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 20px;
    width: 8px;
    height: 8px;
    border: 2px solid #333;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    transition: 0.5s;
    pointer-events: none;
}

.custom-s.active:after {
    top: 22px;
    transform: rotate(-225deg);
}

.custom-s.active .options {
    display: block;
}

.custom-s input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.custom-s .options {
    position: absolute;
    top: 55px;
    width: 150px;
    background-color: #fff;
    overflow: hidden;
    overflow-y: scroll;
    z-index: 2;
    border: 1px solid #d2d2d2;
    border-radius: 8px;
    display: none;
    max-height: 300px;
}

.custom-s .options div {
    padding: 12px 15px;
    border-bottom: 1px solid #d2d2d2;
    cursor: pointer;
    font-weight: bold;
}

.custom-s .options div:hover {
    background-color: #f3f3f3;
}

.custom-s .options div:last-of-type {
    border: 0;
}

.custom-s .options div img {
    display: inline-block;
    height: 28px;
    margin: 0 8px 0 0;
}

.custom-s .selected-option {
    padding: 8px 0;
    font-weight: bold;
    cursor: pointer;
}

.custom-s .selected-option img {
    display: inline-block;
    height: 28px;
    margin: 0 8px 0 0;
}

.custom-s input {
    cursor: pointer;
}


.use-cases {
    padding: 20px;
    border-radius: 28px;
    margin: 50px 0 0 0;
}


.acc-benefit {
    padding: 15px 0;
}

.product-short {
    padding: 30px 0 70px;
}

.product-short h3 {
    color: #249AB2;
}


.product-benefit {
    text-align: center;
}

.product-benefit img {
    margin: 0 0 20px 0;
}

.product-benefit h3 {
    margin: 0 0 15px 0;
}


.product-features {
    padding-top: 10px;
}

.product-feature {
    background-color: #FFFAFA;
    border-radius: 28px;
    padding: 25px;
    min-height: 435px;
}

.product-feature img {
    max-height: 140px;
    margin: 0 0 20px 0;
}

.product-feature h3 {
    margin: 0 0 15px 0;
}


.mobile-payments {
    background: url("../imgs/mobile-payments-bgr.jpg") top center no-repeat;
    background-size: cover;
}


.use-cases-list {

}

.use-cases-list h5 {
    margin: 0 0 100px 0;
}

.use-cases-list .industries {
    background: none;
}


.case-solution {
    background: url("../imgs/mobile-payments-bgr.jpg") top center no-repeat;
    background-size: cover;
}


.case-solution h3,
.case-challenge h3 {

}

.case-solution h3 img,
.case-challenge h3 img {
    height: 30px;
    margin: 0 10px 0 0;
    position: relative;
    top: -1px;
}


.text {
    margin: 100px 0 0 0;
    padding: 0 0 0 0;
    position: relative;
    border-top: 1px solid #ddd;
}

.text:before {
    content: "";
    background-color: #FFF7F7;
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.text .text-content {
    padding: 50px 0;
}

.text aside {
    padding: 50px 20px 50px 0;
    height: 100%;
    background-color: #fff7f7;
    top: -13px;
}

.text aside ul li {
    margin: 13px 0;
}

.text aside ul li a:hover,
.text aside ul li.active > a {
    color: #303C52;
}

.text aside ul li:hover a img,
.text aside ul li.active > a img {
    opacity: 1;
}

.text aside ul li ul {
    padding: 0 0 5px 60px;
}

.text aside ul li ul li {
    position: relative;
}

.text aside ul li ul li a {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}

.text aside ul li ul li.active:after {
    content: "";
    background-color: #FA565B;
    height: 100%;
    width: 3px;
    position: absolute;
    top: 0;
    right: -17px;
}

.text aside ul li a {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    display: block;
    color: #8f9098;
}

.text aside ul li a img {
    height: 18px;
    margin: 0 13px 0 0;
    position: relative;
    top: -2px;
    opacity: .5;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.text aside ul li a:hover {
    color: #303C52;
}


.currency-converter {
    background: url("../imgs/industries-bgr.jpg") top center no-repeat;
    background-size: 100%;
    position: relative;
}

.exchange-filter .currency-input {
    min-width: 200px;
    margin: 0 20px 0 0;
}

.exchange-filter .datepicker {
    padding: 0;
    height: 43px;
}

.exchange-filter .datepicker-icon {
    margin: 0;
    height: 45px;
    padding: 0 10px;
}

.datepicker-icon {
    position: relative;
    margin: 33px 0 0 0;
    border: 1px solid #b1b1b1;
}

.datepicker-icon img {
    position: absolute;
    top: 7px;
    right: 10px;
}

.exchange-filter .datepicker-icon img {
    top: 11px;
}

.datepicker {
    padding: 6px 10px;
    border: 0;
}

.currency-input .lab {
    position: relative;
    top: 2px;
}

.currency-input {
    border: 1px solid #b1b1b1;
    height: 45px;
    margin: 5px 0 0 0;
    padding: 0 0 0 10px;
}

.currency-input input {
    color: #303C52;
    font-weight: bold;
    height: 45px;
    border: 0;
    background-color: transparent;
}

.convert-arrows {
    position: relative;
    top: 40px;
}

.converter-result {
    margin: 15px 0 0 0;
    color: #303C52;
    font-weight: bold;
}

.converter-chart {
    margin: 80px 0 0 0;
}


footer {
    background-color: #303C52;
    padding: 90px 0 0 0;
}

footer h5 {
    color: #fff;
    margin-bottom: 17px;
}

footer .footer-social li {
    display: inline-block;
}

footer .footer-social li a {
    display: inline-block;
}

footer .footer-social li a:hover {
    opacity: .8;
}

footer .footer-menu {
    margin-bottom: 70px;
}

footer .footer-menu li {
    display: block;
    margin: 8px 0;
}

footer .footer-menu li a {
    color: #a5a5a5;
    font-size: 12px;
    line-height: 16px;
    display: block;
}

footer .footer-menu li a:hover {
    color: #fff;
}

footer .footer-info {
    padding: 30px 0;
    border-top: 1px solid #6f6f6f;
    border-bottom: 1px solid #6f6f6f;
}

footer .footer-info .footer-about {
    color: #a5a5a5;
    font-size: 10px;
    line-height: 14px;
}

footer .footer-info .footer-logo img {
    height: 50px;
}

footer .footer-info ul {
    float: right;
}

footer .footer-info ul li {
    display: inline-block;
    margin-left: 40px;
}

footer .footer-info ul li a {
    color: #a5a5a5;
    font-size: 12px;
    line-height: 16px;
}

footer .footer-info ul li a:hover {
    color: #fff;
}

footer .copyright {
    color: #c3c3c3;
    font-size: 12px;
    line-height: 18px;
    padding: 20px 0;
    text-align: center;
}

.who-we-are {
    background: url("../imgs/who-we-are-bgr.png") top center no-repeat;
    background-size: 100%;
}

.who-we-are .page-info {
    padding: 150px 0 0 0;
}


.contacts {
    background: url("../imgs/contact-bgr.png") top center no-repeat;
    background-size: 100%;
    padding: 0 0 100px 0;
}

.contacts .page-info {
    padding: 150px 0 0 0;
}

.ticket {
    background: url("../imgs/contact-bgr.png") top center no-repeat;
    background-size: 100%;
    padding: 0 0 150px 0;
}

.ticket .page-info {
    padding: 150px 0 0 0;
}

.support {
    background: url("../imgs/support-bgr.png") top center no-repeat;
    background-size: 100%;
    padding: 0 0 150px 0;
}

.support .page-info {
    padding: 150px 0 0 0;
}

.support-categories {
    margin: 100px 0 0 0;
    padding: 50px 0 100px 0;
    border-top: 1px solid #ddd;
}

.support-categories h1,
.support-view h1 {
    font-size: 42px;
    line-height: 46px;
}

.support-view {
    margin: 100px 0 0 0;
    padding: 50px 0 100px 0;
    border-top: 1px solid #ddd;
}

.v1-bgr {
    background: url("../imgs/who-we-are-bgr.png") top center no-repeat;
    background-size: 100%;
}

.v1-bgr .page-info {
    padding: 150px 0 0 0;
}

.product .page-info {
    padding-bottom: 50px;
}

.exchange-rates {
    background: url("../imgs/exchange-rate-bgr.png") top center no-repeat;
    background-size: 100%;
    padding: 0 0 150px 0;
}

.exchange-rates .page-info {
    padding: 150px 0 0 0;
}

.page-404 {
    background: url("../imgs/exchange-rate-bgr.png") top center no-repeat;
    background-size: 100%;
    padding: 0 0 150px 0;
}

.page-404 .page-info {
    padding: 150px 0 0 0;
}

.page-404 img {
    height: 440px;
}


.case.v1-bgr .page-info {
    padding: 120px 0 0 0;
}

.case .page-info .case-img {
    padding-right: 25px;
}

.megamenu-close {
    display: none;
}

.case-contnet p {
    color: #303C52;
    font-size: 16px;
    line-height: 32px;
}

.case-contnet p strong {
    font-weight: bold;
}

blockquote {
    color: #303C52;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    text-align: center;
    padding: 30px 30px;
    border-radius: 28px;
    background-image: linear-gradient(to right, rgba(254, 87, 91, .15), rgba(173, 160, 218, .15));
    margin: 30px 0;
}



.exchange-rates .rate-heading {
    border-top: 20px solid #fff;
    z-index: -1;
    position: relative;
}

.exchange-rates .sticky-top {
    top: 60px;
    z-index: 1;
}