html, body{
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}
body{
    background: #FAF8ED;
    color: #242222;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
body.main{
}
body > .content{
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 90;
}
footer{
    flex-shrink: 0;
    position: relative;
    z-index: 10;
}
footer ul.langs .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
footer ul.langs .btn-group .btn.active {
    background: #fff;
}

footer ul.langs .btn-group>.btn:first-child {
    margin-left: 0;
}

footer ul.langs .btn-group .btn {
    background: #F5F5F5;
    box-shadow: 0px 2px 0px #000000;
}
footer ul.langs .btn.active, footer ul.langs .btn.active:hover {
    background: #fff;
    color: #000;
}
footer ul.langs .btn.active, footer ul.langs .btn:active {
    background-image: none;
}
footer ul.langs .btn-group>.btn:last-child:not(:first-child), footer ul.langs .btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

a, a:hover, a:active{
    color: #242222;
    text-decoration: none;
}
.container{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.header-container{
    z-index: 900;
}
header{
    width: 100%;
    min-height: 100px;
}
body.main{
    background: #fff;
}
body.main header, body.with-big-header header{
    background: #FAF8ED;
    min-height: 90px;
    position: relative;
    z-index: 99;
}
.il img{
    width: 100%;
}
.navbar{
    margin-bottom: 50px;
}
.navbar-brand{
    padding: 14px 0px 0px 0px;
    margin: 0 25px 0 0;
    top: -15px;
    position: relative;
}
nav{
    font-size: 14px;
    line-height: 16px;
    padding-top: 35px;
}
nav .navbar-nav-container{
    display: flex;
    justify-content: space-between;
}
nav .navbar-nav-container .nav-item{
    margin-right: 15px;
    font-size: 14px;
    line-height: 16px;
}
nav .navbar-nav-container .nav-item span{
    padding: 0 1px 4px 1px;
}
nav .navbar-nav-container .nav-item:hover span:not(.dropdown-label){
    background: #000;
    color: #fff;
}
nav .navbar-nav-container .nav-item:last-child{
    margin-right: 0px;
}
nav .navbar-nav-container .nav-item.dropdown{

}
nav .navbar-nav-container .nav-item.dropdown .nav-link{
    background: url("../img/arrow.svg") no-repeat right;
    padding-right: 13px;
}
nav .dropdown-menu{
    position: absolute;
}
.dropdown-label{
    font-size: 12px;
    line-height: 16px;
    color: #8B8B8C;
    display: inline-block;
    width: 100%;
    padding: 4px 0;
}
.special-button{
    align-items: center;
    padding: 7px 24px!important;
    background: transparent;
    border: 1px solid #F66F4D;
    color: #F66F4D;
    box-sizing: border-box;
    border-radius: 24px;
}
.special-button:hover{
    background: #242222;
    border: 1px solid #242222;
    color:#ffffff;
}
.calculator{
    background: #FFFFFF;
    border: none;
    box-sizing: border-box;
    border-radius: 80px;
    padding: 10px 20px;
}
header .calculator{
    position: relative;
}
header .nav-item img{
    width: 33px;
}
header .exchange-form .method-block .nav-item img, .fast-boarding .exchange-form .method-block .nav-item img{
    width: 48px;
}
.calculator .exchange-form{
    display: none;
}
.calculator.fiat-to-crypto .fiat-style{
    display: block;
}
.calculator.crypto-to-fiat .crypto-style{
    display: block;
}
.exchange-form{
    padding: 40px;
}
.exchange-form .navbar-nav{
    float: inherit;
    display: inline-block;
    position: relative;
    top: 5px;
    left: 10px;
}
.exchange-form .navbar-nav .nav-link{
    background: url("../img/arrow.svg") no-repeat right;
    padding-right: 13px;
    font-weight: bold;
    color: #F66F4D;
    font-size: 12px;
}
.exchange-form .select-currency-block {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.exchange-form label{
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #8B8B8C;
}
.exchange-form input[type="text"]{
    font-family: 'Sen', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 54px;
    line-height: 55px;
    text-align: center;
    color: #242222;
    background:none;
    border: none;
    display: block;
    width: 95%;
    margin: 0px auto 0 auto;
}
.exchange-form .action{
    position: relative;
    width: 100%;
    text-align: center;
    margin: 25px 0 15px 0;
}
.exchange-form .currency-rate{
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #8B8B8C;
}
.exchange-form .action .hr{
    display: inline-block;
    width: calc(100% + 80px);
    height: 2px;
    position: absolute;
    left: -40px;
    top: 17px;
    z-index: 10;
    border-bottom: 1px solid #242222;
}
.exchange-form .action .switch-form{
    background: #F66F4D;
    border-radius: 31px;
    box-sizing: border-box;
    padding: 10px;
    z-index: 15;
    display: inline-block;
    width: 44px;
    height: 44px;
    position: relative;
}
.exchange-form .input-group{
    width: 100%;
    text-align: center;
}
.exchange-form .input-group.text-align-left{
    text-align: left;
}
.exchange-form .btn{
    width: 100%;
    margin: 15px 0;
    font-size: 11px;
}
.exchange-form .transfer-type-label{
    font-size: 16px;
    line-height: 20px;
    color: #242222;
    position: relative;
    top: 4px;
}
.exchange-form .method-block{
    display: flex;
    justify-content: space-between;
    width: calc(100% - 10px);
}

.btn{
    align-items: center;
    padding: 14px 24px;
    border: none;
    outline: none;
    box-sizing: border-box;
    border-radius: 32px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}
.btn:hover{
    color: #fff;
    background: #000;
}
.btn.active, .btn.active:hover{
    background: #fff;
    color: #000;
    box-shadow: 0px 2px 0px #000000;
}
.btn.disabled, .btn.disabled:hover{
    background: #E5E5E5;
    color: #000;
}

.btn-primary{
    background: #F66F4D;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
}

.dropdown-menu{
    background: #fff;
    border-radius: 18px;
    padding: 0px;
    border: none;
    box-shadow: none;
    width: auto;
    min-width: 180px;
}
.dropdown-menu .dropdown-item{
    background: #fff;
    padding: 8px 20px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    width: 100%;
    margin: 4px 0;
    display: inline-block;
}
.dropdown-menu .dropdown-item:hover{
    color: #F66F4D;
}
.feature-block{
    min-height: 450px;
}

.feature-block .feature-block-inner{
    width: 445px;
    min-height: 230px;
    font-weight: 500;
}

.feature-block .feature-block-inner .icon-1{
    position: absolute;
    right: 0px;
    top: -80px;
}

.feature-block .feature-block-inner .icon-1 img{
    max-height: 300px;
}

.feature-block .feature-block-inner h1{
    font-family: 'Sen', sans-serif;
    font-weight: 700;
}

.home-header .feature{
    display: block;
    width: 460px;
    text-align: center;
    margin: 50px auto;
}

.home-header .feature h3{
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
}
.special-font{
    font-family: 'Sen', sans-serif;
}

.features.why{
    background: #FAF8ED;
    padding-bottom: 50px;
    padding-top: 50px;
}

.features.why h2{
    font-weight: 600;
    font-size: 40px;
    line-height: 42px;
}

.features.why ul{
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.features.why ul li {
    width: 22%;
}

.features.why ul li span.icon{
    height: 130px;
    vertical-align: bottom;
    text-align: left;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 13px;
}
.features.why ul li span.icon img{
    vertical-align: bottom;
    width: auto;
    max-width: 130px;
}
.features.why ul li span.title{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}
.features.why ul li .text{
    padding: 20px 0 0 0;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}
.wizzard{
    background: #FAF8ED;
}
.wizzard .row.title-row{
    text-align: center;
}
.wizzard ul{
    position: relative;
    width: 100%;
    display: block;
    margin-top: 30px;
}
.wizzard li{
    width: 235px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    min-height: 233px;
    background: #FFFFFF;
    border-radius: 14px;
    padding: 30px;
    vertical-align: top;
}
.wizzard .lines{
    position: relative;
    top: 0px;
    left: 0px;
}
.wizzard li .t-one{
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
}
.wizzard .title{
    font-weight: 700;
}
.wizzard .btn{
    min-width: 180px;
}
.wizzard li .description{
    padding: 28px 0 0 0;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}
.fast-boarding{
    padding: 50px 0;
    text-align: left;
    z-index: 999;
    background: #FAF8ED;
}
.fast-boarding.gray{
    background: #FAF8ED;
    border-radius: 0px;
    padding: 70px 0;
    margin-bottom: 40px;
}
.fast-boarding h2{
    text-align: left;
}
.fast-boarding h3{
    text-align: left;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    max-width: 620px;
    padding: 20px 0 40px 0;
}
.fast-boarding .icon{
    position: absolute;
    right: 0px;
    top: 0px;
}
.fast-boarding .btn{
    min-width: 280px;
}
.fast-boarding .btn-group{
    padding: 0 0 30px 0;
}
.btn-group .btn{
    background: #FAF8ED;
}
.btn-group .btn.active{
    background: #fff;
}
footer .btn-group .btn:hover{
    background: #000;
    color: #fff;
}
footer .langs .btn-group .btn:hover{
    background: #fff;
    color: #000;
}
.contact-us{
    text-align: center;
    position: relative;
    padding: 0 0 120px 0;
}
.contact-us .block{
    background: #FFD482;
    border-radius: 30px;
    min-height: 300px;
    padding: 50px 40px;
    overflow: hidden;
    text-align: left;
}
.contact-us .title{
    font-size: 55px;
    line-height: 60px;
    text-align: left;
}
.contact-us .sub-title{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
}
.contact-us .btn{
    min-width: 280px;
    margin-top: 20px;
}
.contact-us .icon1{
    position: absolute;
    right: 0px;
    top: 0px;
}
.contact-us .icon2{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}
.contact-us .icon2 img{
    width: 100%;
}
.contact-us .icon1 img{
    width: 100%;
    max-width: 200px;
    position: relative;
    top: 50px;
    right: 50px;
}
footer{
    background: #FAF8ED;
    padding: 100px 0 0 0;
}
footer .footer-menu .col{
    display: inline-block;
}
footer .footer-menu .col.left-col{
    width: 45%;
    margin-right: 9%;
}
footer .footer-menu .col.col-right{
    width: 45%;
    margin-right: 0%;
}
footer .footer-menu .col:last-child{
    margin-right: 0;
}
footer .footer-menu .col .block{
    display: flex;
    justify-content: space-between;
}
footer .footer-menu .col.left-col .block ul{
    margin-right: 25px;
}
footer .footer-menu .col.left-col .block ul:last-child{
    margin-right: 0px;
}
footer .footer-menu ul .label{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 40px;
    color: #8B8B8C;
    margin-bottom: 60px;
}
footer .footer-menu ul li{
    padding: 30px 0 0 0;
}
footer .footer-menu ul li a{
    font-weight: bold;
}
footer .copyright{
    background: #FFFFFF;
    color: #8B8B8C;
    padding: 12px 0;
    margin-top:50px;
    display: inline-block;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    vertical-align: middle;
}
footer .copyright > span{
    position: relative;
    top:2px;
}
footer .copyright .card-logos{
    float: right;
    display: inline-block;
}
.text-align-left{
    text-align: left;
}
.text-align-right{
    text-align: right;
}
.text-align-center{
    text-align: center;
}
.m-auto{
    margin: auto;
}
.navbar-toggler{
    background: url("../img/burger.svg");
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    display: none;
}
.primary-link{
    background: #F66F4D;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-style: normal;
    font-weight: normal;
    color: #242222;
}
.inner-page-context {
    font-size: 16px;
    line-height: 20px;
}
.inner-page-context h1{
    font-family: 'Sen', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 55px;
    line-height: 60px;
    align-items: center;
    color: #242222;
}
.inner-page-context h3{
    font-family: 'Sen', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #242222;
}
.w100{
    width: 100%;
}
.w90{
    width: 90%;
}
.w80{
    width: 80%;
}
.w70{
    width: 70%;
}
.w60{
    width: 60%;
}
.w50{
    width: 50%;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.sign-up-context label{
    font-weight: normal;
}
.sign-up-context label a, .label-link{
    font-weight: bold;
}
.hover-link{
    background: #F66F4D;
    padding: 0 0 5px 0;
    font-weight: 500;
}
.inner-page-context .form-control{
    background: #FFFFFF;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 2px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    height: 48px;
}
div.inner-page-context .form-control{
    padding: 14px;
}
.inner-page-context .card{
    background: #FFFFFF;
    border: 1px solid #242222;
    box-shadow: 0px 2px 0px #000000;
    border-radius: 8px;
    padding: 23px 35px;
}
.cards-row{
    position: relative;
    top: 70px;
}
.cards-row .card{
    height: 185px;
}
.how-it-works-row{
    background: #FAF8ED;
    padding: 70px 0;
    margin: 30px 0;
}
.how-it-works-row .icon{
    width: 150px;
    height: 150px;
    background: #FFFFFF;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: middle;
}
.how-it-works-row .icon img{
    vertical-align: middle;
}
.how-it-works-row ul{
    padding: 40px 0 0 0;
    display: flex;
    justify-content: space-between;
}
.how-it-works-row ul li{
    font-family: 'Sen', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #000000;

    display: inline-block;
    text-align: center;
    position: relative;
    max-width: 220px;
}
.how-it-works-row ul li.separator{
    border-bottom: 2px dashed #000000;
    height: 2px;
    width: 100px;
    position: relative;
    top: 80px;
}
.how-it-works-row ul li > div{
    padding: 15px 0 0 0;
}
.how-it-works-row ul li .icon img{
    position: relative;
    top: 60px;
}
.out-partners-row{

}
.out-partners-row .partners{
    padding: 40px 0;
}
.out-partners-row .partners a{
    margin: 0 35px 32px 0;
    display: inline-block;
}

.static-page-context .static-block{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #212529;
}
.text-body-0-1{
    font-size: 12px;
    line-height: 16px;
}
.contacts-page-context .header-row{
    vertical-align: top;
    position: relative;
    margin-top: 0px;
}
.contacts-page-context .header-row .info-contacts{
    background: #FFFFFF;
    border: 1px solid #242222;
    box-sizing: border-box;
    border-radius: 8px;
}
.contacts-page-context .header-row .info-contacts .block-content{
    padding: 40px 49px;
}
.contacts-page-context .header-row .info-contacts .company-name{
    text-align: center;
    border-bottom: 1px solid #000;
    padding: 5px 0 20px 0;
}
.contacts-page-context .contacts-block{
    position: relative;
    display: inline-block;
    line-height: 22px;
}
.contacts-page-context .icon{
    position: absolute;
    right: -250px;
    top: -60px;
}

.content .faq{
    padding: 20px 0;
}
.content .faq .faq-line{
    margin: 0px 10px;
    position: relative;
}
.content .faq .faq-line a{
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
    margin-right: 0px;
    vertical-align: top;
    position: relative;
    margin-bottom: 20px;
    background: #FFFFFF;
    border: 1px solid #242222;
    box-sizing: border-box;
    box-shadow: 0px 2px 0px #000000;
    border-radius: 8px;
    width: 100%;
}
.content .faq .faq-line .icon{
    width: 24px;
    height: 24px;
    display:inline-block;
    position: absolute;
    top: calc(50% - 12px);
    right: 24px;
}
.content .faq .faq-line .t-one{
    font-family: 'Sen', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #242222;
    display: inline-block;
    padding: 20px 40px 20px 0;

}
.content .faq .faq-line .description{
    display: none;
}
.content .faq .faq-line .active .description{
    padding-right: 30px;
    display: inline-block;
}
body.main .partners{
    background: #EE8162;
    padding: 60px 0;
    color: #FFFFFF;
    margin: 40px 0 90px 0;
}
body.main .partners .slider-container{
    padding: 10px 0 20px 0;
}
body.main .partners .slider-container a{
    margin-right: 60px;
}
.most-popular{
    margin: 50px 0 50px 0;
}
.most-popular .currencies{
    padding: 40px 0 0 0;
}
.most-popular .currencies .card{
    background: #FFFFFF;
    border: 1px solid #242222;
    box-sizing: border-box;
    box-shadow: 0px 2px 0px #000000;
    border-radius: 8px;
    padding: 27px;
    height: 170px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.most-popular .currencies .card .coin{
    font-size: 16px;
    line-height: 20px;
    color: #242222;
}
.most-popular .currencies .card .coin .percent{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    align-items: center;
    text-align: right;
    color: #fff;
    background: #F66F4D;
    border-radius: 8px;
    padding: 2px 4px;
    width: auto;
}
.most-popular .currencies .card .change{
    padding: 5px 0 0 0;
    font-size: 12px;
    line-height: 16px;
    color: #8B8B8C;
}
.most-popular .currencies .card .change .change-value{
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    color: #242222;
    font-weight: 600;
}
.most-popular .currencies .card .chart-canvas{
    width: calc(100% + 70px)!important;
    position: absolute;
    left:-15px;
    bottom:-25px;
}
.packages{
    margin-bottom: 30px;
    position: relative;
    top: 0px;
}
.packages .card{
    background: #FAF8ED;
    box-sizing: border-box;
    border-radius: 14px;
    padding: 20px;
    text-align: center;
    color: #242222;
    margin-bottom: 40px;
}
.packages .card:hover{
    background: #F66F4D;
    color: #FFF;
}
.packages .card:hover .btn-primary{
    background: #fff;
    color: #F66F4D;
}
.packages .card:hover .label{
    color: #fff;
}
.packages .card .label{
    color: #242222;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}
.packages .card .send-receive{
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
}
.packages .card .send-receive .price{
    font-weight: 600;
    font-size: 40px;
    line-height: 42px;
    display: block;
}
.packages .card .btn.btn-primary{
    position: relative;
    margin-top: 20px;
    width: 90%;
}
.packages .card .icon{
    padding: 25px 0;
}
.gray-block-rb{
    background: #FAF8ED;
    border-radius: 0px;
    padding: 50px 0;
}
.gray-block-rt{
    background: #FAF8ED;
    border-radius: 0px;
    padding: 90px 0;
}
.gray-block-rb.gray-block-mission{
    position: relative;
}
.gray-block-mission-2{
    margin: 0px 0 60px 0;
}
.gray-block-mission-2 .il{
    position: absolute;
    top: 0px;
    max-width: 300px;
}

.lead-row .illustration{
    width: 100%;
}
.big-logo{
    background: #FAF8ED;
    border-radius: 8px;
    padding: 25px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 55px;
}
.big-logo img{
    max-width: 380px;
}
.simple-qa{
    padding: 40px 0 20px 0;
}
.simple-qa.text{
    font-size: 16px;
    line-height: 20px;
}
.simple-qa.text p{
    margin-bottom: 20px;
}
.simple-qa .qa-item{
    background: #FFFFFF;
    border: 1px solid #242222;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 30px;
    margin: 5px 0;
    display: inline-block;
    width: 100%;
}
.change-world-block{
    background: #242222;
    text-align: center;
    color: #fff;
    padding: 110px 0;
    font-size: 16px;
    line-height: 20px;
}
.change-world-block a{
    color: #F66F4D;
}

.no-padding{
    padding: 0;
}
.no-margin-top{
    margin-top: 0px!important;
}
.inner-page-context .form-control.red-border{
    border: 1px solid #ED0006;
}
.invalid-feedback{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    color: #ED0006;
    padding: 4px 0;
}
#sumsub-websdk-container{
    margin: 0 auto;
}
.gray-bg{
    background: #FAF8ED;
}
.white-bg{
    background: #fff;
}
.profile-left-cover{
    background: #FAF8ED;
    position: absolute;
    left:0px;
    width: 45%;
    height: calc(100% - 180px);
}
.hadr-position-static{
    position: static!important;
}
.position-relative{
    position: relative!important;
}
.flex-template .profile-col .right-container{
    padding-left: 30px;
    padding-right: 40px;
}
.profile-col .profile-inner-link{
    display: inline-block;
    width: 100%;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    margin-top: 25px;
}
.profile-col .profile-inner-link.sub{
    margin-top: 0px;
}
.profile-col .profile-inner-link .icon{
    padding-right: 5px;
    width: 30px;
    display: inline-block;
    text-align: center;
}
.profile-col .profile-inner-link .note{
    padding: 1px 0;
    font-size: 12px;
    line-height: 16px;
    color: #8B8B8C;
    display: inline-block;
    width: 100%;
    padding-left: 38px;
    position: relative;
    top:-3px;
}
.notifications-block{
    padding-top: 60px;
    min-height: 500px;
}
.notifications-block .notification{
    background: #FFFFFF;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 20px;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}
.notifications-block .notification > div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.notifications-block .notification .btn{
    width: 100%;
}
.notifications-block .notification span.icon{
}
.notification-badge{
    background: #F66F4D;
    border: 1px solid #000000;
    box-sizing: border-box;
    width: 11px;
    height: 11px;
    font-size:2px;
    border-radius: 50%;
    position: absolute;
    top: -1px;
    right: 5px;
}
nav .notification-badge{
    top: 10px;
    right: -1px;
}
.content-table{
    width: 100%;
    margin: 20px 0;
}
.content-table th{
    font-size: 12px;
    line-height: 16px;
    color: #8B8B8C;
    border-bottom: 1px solid #242222;
    padding-bottom: 15px;
}
.content-table td{
    font-size: 12px;
    line-height: 16px;
    height: 45px;
    padding: 5px 0;
}
.operation{
    background: #FAF8ED;
    border-radius: 8px;
    padding: 13px 10px;
    font-size: 16px;
    line-height: 20px;
    width: calc(100% - 20px);
    display: inline-block;
    margin: 0 10px 0 0;
}
.operation .from, .operation .to{
    width: calc(50% - 40px);
    display: inline-block;
    text-align: center;
}
.operation .icon{
    padding: 0 5px;
}
.invoice-number{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    color: #242222;
    float: right;
    position: relative;
    margin-top: -50px;
}
.countdown{
    padding: 21px 24px;
    width: 100%;
    height: 66px;
    border-radius: 8px;
    margin: 15px 0 25px 0;
}
.countdowntimer{
    font-weight: bold;
}
.countdown.danger{
    background: rgba(237, 0, 6, 0.3);
}
.countdown.success{
    background: rgb(252 165 46 / 30%);
}

.countdown .future_date{
    font-weight: bold;
}
.order-actions .btn{
    min-width: 230px;
}
.exchange-summary{
    margin-bottom: 40px;
    min-height: 152px;
    position: relative;
}
.exchange-summary-block{
    background: #FFFFFF;
    border: 1px solid #242222;
    border-radius: 8px;
    padding: 10px 17px;
    display: inline-block;
    width: 100%;
    height: 100px;
}
.exchange-summary-block .delimiter .icon{
    background: #FFFFFF;
    border: 1px solid #242222;
    padding: 12px;
    height: 50px;
    width: 50px;
    border-radius: 2px;
    text-align: center;
    z-index: 25;
    position: relative;
    top: -13px;
}
.exchange-summary-block .label{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #8B8B8C;
    position: relative;
    top: 4px;
    padding: 0;
}
.exchange-summary-block .input{
    font-family: 'Sen', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 42px;
    color: #242222;
}
.exchange-summary-block .spent-block, .exchange-summary-block .receive-block{
    position: relative;
    display: inline-block;
}
.exchange-summary-block .spent-block{
    width: calc(50% - 60px);
}
.exchange-summary-block .receive-block{
    width: calc(50% - 30px);
}
.exchange-summary-block .delimiter{
    position: relative;
    width: 65px;
    display: inline-block;
    margin-left: 15px
}
.exchange-summary-block .delimiter .hr{
    position: absolute;
    top: -37px;
    left: 25px;
    width: 1px;
    height: 98px;
    border-left: 1px solid #242222;
    z-index: 21;
}
.exchange-summary-block .currency{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #242222;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.exchage-context table{
    width: 100%;
}
.exchage-context table tr td{
    height: 50px;
    vertical-align: middle;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #242222;
    padding: 0 22px;
}
.exchage-context table tr:nth-child(odd) td{
    background: #FAF8ED;
}
.exchage-context label{
    font-weight: normal;
}
.font-weight-normal{
    font-weight: normal!important;
}
label a{
    font-weight: bold!important;
}
.exchange-form .navbar-nav>li>.dropdown-menu{
    padding: 0;
    top: -6px;
    overflow: hidden;
}
.exchange-form .navbar-nav>li>.dropdown-menu{
    padding: 0;
    background: #FFFFFF;
    border-radius: 8px;
}
.exchange-form .navbar-nav.gray>li>.dropdown-menu{
    background: #FAF8ED;
}
.exchange-form .dropdown-menu .dropdown-item{
    margin: 3px 0;
    padding: 8px;
    border-radius: 0;
    font-size: 12px;
    line-height: 16px;
    color: #242222;
    background: #ffffff;
}
.exchange-form .navbar-nav.gray .dropdown-menu .dropdown-item{
    background: #FAF8ED;
}
.exchange-form .dropdown-menu .dropdown-item:hover, .exchange-form .navbar-nav.gray  .dropdown-menu .dropdown-item:hover,
.fast-boarding .exchange-form .dropdown-menu .dropdown-item:hover{
    background: #F66F4D;
}
.exchange-form .dropdown-menu .dropdown-item span.iso{
    margin: 0 8px;
}
.exchange-form .from-choosen img, .exchange-form .to-choosen img,
.exchange-form .from-choosen span.currency-label, .exchange-form .to-choosen span.currency-label{
    display: none;
}
.ref-block{
    margin: 40px 0;
}
.ref-block .ref-inner-block{
    width: 100%;
    height: 115px;
    padding: 10px 14px;
    background: #FFFFFF;
    border: 1px solid #242222;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    margin: 10px 0 0 0;

    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-right: 10px;
}

.ref-block .ref-inner-block:last-child{
    margin-right: 0px;
}

.ref-block .ref-inner-block .ref-title{
    padding: 10px 0;
}

.ref-block .ref-inner-block .ref-val{
    font-weight: 600;
    font-size: 40px;
    display: inline-block;
    width: 100%;
    margin: 15px auto 15px auto;
    line-height: 42px;
}
.referral-link{
    background: #FFFFFF;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 20px;
    display: inline-block;
    width: 100%;
    word-break: break-all;
}
header > .header-container > nav .navbar-collapse.mobile, header > .header-container > nav .navbar-collapse.mobile.collapse{
    display: none!important;
}
.order-status-icon{
    margin-bottom: 55px;
}
.no-round-corners, .no-round-corners .btn{
    border-radius: 0px!important;
}
.landing_page{
    position: relative;
    min-height: 100vh;
    display: flex;
}
.landing_page .landing_block{
    width: 40%;
    padding: 10rem 4rem 4rem;
    background-color: #F66F4D;
}
.landing_page .landing_block .logo img{
    width: 80%;
    max-width: 250px;
}
.landing_page .landing_block:last-child{
    max-width: 100%;
    width: 100%;
    flex: 1;
    padding-top: 5rem;
    background-color: #fff;
}
.landing_page .landing_block .landing_info {
    padding: 40px 0;
}
.landing_page .landing_block .intro_title {
    margin-bottom: 1rem;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.3;
}
.landing_page .landing_block .main_text {
    margin-bottom: 4rem;
    font-size: 1.4rem;
    font-family: inherit;
    line-height: 1.5;
}
.landing_page .illustration {
    position: relative;
    left: 0rem;
    bottom: 1rem;
    height: 35rem;
}
.landing_page .copyright {
    position: relative;
    z-index: 2;
    bottom: 10px;
}
.one-page-context .row-group{
    padding: 10px 0 0 0;
}
.social-links img.hovered{
    display: none;
}
.social-links a{
    margin-right: 5px;
}
.social-links:hover img.hovered{
    display: inline-block;
}
.social-links img{
    width: 24px;
}
.social-links:hover img:not(.hovered){
    display: none;
}
.no-sm-margin{
    margin-right: 0px!important;
    margin-left: 0px!important;
}

.checkbox-slider--b-flat {
    position: relative;
}
.checkbox-slider--b-flat input {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 0%;
    margin: 0 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.checkbox-slider--b-flat input + div {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox-slider--b-flat input + div:before {
    position: absolute;
    left: 0px;
    display: inline-block;
}
.checkbox-slider--b-flat input + div > h4 {
    display: inline;
}
.checkbox-slider--b-flat input + div {
    padding-left: 40px;
}
.checkbox-slider--b-flat input + div:before {
    content: "";
    height: 20px;
    width: 40px;
    background: rgba(100, 100, 100, 0.2);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
    transition: background 0.2s ease-out;
}
.checkbox-slider--b-flat input + div:after {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 0;
    display: block;
    background: #ffffff;
    transition: margin-left 0.1s ease-in-out;
    text-align: center;
    font-weight: bold;
    content: "";
}
.checkbox-slider--b-flat input:checked + div:after {
    margin-left: 20px;
    content: "";
}
.checkbox-slider--b-flat input:checked + div:before {
    transition: background 0.2s ease-in;
}
.checkbox-slider--b-flat input + div {
    padding-left: 40px;
}
.checkbox-slider--b-flat input + div:before {
    border-radius: 20px;
    width: 40px;
}
.checkbox-slider--b-flat input + div:after {
    background: #ffffff;
    content: "";
    width: 14px;
    height: 14px;
    border: solid transparent 2px;
    background-clip: padding-box;
    border-radius: 14px;
    margin-top: 3px;
    margin-left: 3px;
}
.checkbox-slider--b-flat input:not(:checked) + div:after {
    -webkit-animation: popOut ease-in 0.3s normal;
    animation: popOut ease-in 0.3s normal;
}
.checkbox-slider--b-flat input:checked + div:after {
    content: "";
    margin-left: 23px;
    border: solid transparent 2px;
    background-clip: padding-box;
    -webkit-animation: popIn ease-in 0.3s normal;
    animation: popIn ease-in 0.3s normal;
}
.checkbox-slider--b-flat input:checked + div:before {
    background: #000;
}
.checkbox-slider--b-flat input:checked + div:after {
    background: #fff;
}
.checkbox-slider--b-flat input + div:before {
    background: #fff;
    border: #000 solid 1px;
}
.checkbox-slider--b-flat input + div:after {
    background: #000;
}
.checkbox-slider--b-flat.checkbox-slider-md input + div:before {
    border-radius: 30px;
}
.checkbox-slider--b-flat.checkbox-slider-md input + div:after {
    border-radius: 30px;
}
.checkbox-slider--b-flat.checkbox-slider-lg input + div:before {
    border-radius: 40px;
}
.checkbox-slider--b-flat.checkbox-slider-lg input + div:after {
    border-radius: 40px;
}
.checkbox-slider--b-flat input + div:before {
    box-shadow: none;
}

/*#####*/
.checkbox-slider-info.checkbox-slider--b input:checked + div:before,
.checkbox-slider-info.checkbox-slider--b-flat input:checked + div:before,
.checkbox-slider-info.checkbox-slider--c input:checked + div:before,
.checkbox-slider-info.checkbox-slider--c-weight input:checked + div:before {
    background: #5bc0de;
}

.checkbox-slider-warning.checkbox-slider--b input:checked + div:before,
.checkbox-slider-warning.checkbox-slider--b-flat input:checked + div:before,
.checkbox-slider-warning.checkbox-slider--c input:checked + div:before,
.checkbox-slider-warning.checkbox-slider--c-weight input:checked + div:before {
    background: #f0ad4e;
}

.checkbox-slider-danger.checkbox-slider--b input:checked + div:before,
.checkbox-slider-danger.checkbox-slider--b-flat input:checked + div:before,
.checkbox-slider-danger.checkbox-slider--c input:checked + div:before,
.checkbox-slider-danger.checkbox-slider--c-weight input:checked + div:before {
    background: #d9534f;
}

/*******************************************************
Sizes
*******************************************************/
.checkbox-slider-sm {
    line-height: 10px;
}
.checkbox-slider-sm input + div {
    padding-left: 20px;
}
.checkbox-slider-sm input + div:before {
    width: 20px;
}
.checkbox-slider-sm input + div:after,
.checkbox-slider-sm input + div:before {
    height: 10px;
    line-height: 10px;
}
.checkbox-slider-sm input + div:after {
    width: 10px;
    vertical-align: middle;
}
.checkbox-slider-sm input:checked + div:after {
    margin-left: 10px;
}
.checkbox-slider-md {
    line-height: 30px;
}
.checkbox-slider-md input + div {
    padding-left: 60px;
}
.checkbox-slider-md input + div:before {
    width: 60px;
}
.checkbox-slider-md input + div:after,
.checkbox-slider-md input + div:before {
    height: 30px;
    line-height: 30px;
}
.checkbox-slider-md input + div:after {
    width: 30px;
    vertical-align: middle;
}
.checkbox-slider-md input:checked + div:after {
    margin-left: 30px;
}
.checkbox-slider-lg {
    line-height: 40px;
}
.checkbox-slider-lg input + div {
    padding-left: 80px;
}
.checkbox-slider-lg input + div:before {
    width: 80px;
}
.checkbox-slider-lg input + div:after,
.checkbox-slider-lg input + div:before {
    height: 40px;
    line-height: 40px;
}
.checkbox-slider-lg input + div:after {
    width: 40px;
    vertical-align: middle;
}
.checkbox-slider-lg input:checked + div:after {
    margin-left: 40px;
}
.affiliate-page-context .card h3{
    margin-top: 5px;
}
.context.inner-page-context.static-page-context ul {
    list-style: disc;
    margin-left: 20px;
}
ul.list {
    list-style: disc;
    margin-left: 20px;
}
.red{
    color: red!important;
}


.first-trans-info {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 30px;
    bottom: 0px;
    right: 15px;
}
.first-trans-info span{
    background: #F66F4D;
    color: #fff;
    padding: 1px 4px;
}
.fast-boarding .first-trans-info{
    display: none;
}

span.featured-text {
    background: #000;
    color: #fff;
    padding: 0px 1px 8px 1px;
}

.btn-group-vertical a{
    display: block;
    margin: 0 0 35px 0;
}

.btn-group-vertical .social-links a{
    display: inline-block;
    margin: 0 5px 0 0;
}
.white-block{
    background: #fff;
}
.pd-20{
    padding-top: 20px;
    padding-bottom: 20px;
}

.pd-30{
    padding-top: 30px;
    padding-bottom: 30px;
}
.langs li a {
    margin-right: 0px;
    display: inline-block;
}
ol {
    list-style: circle;
    padding-left: 20px;
}
.col-mission{
    font-size: 16px;
}
