.bg-black{
    background: #101010;
    color: #fff;
}
.bg-darkblue{
    background: #304F9E;
    color: #fff;
}
.bg-blue{
    background: #1A2433;
    color: #fff;
}
.bg-yellow{
    background: #24B2E7;
}
.bg-grey.assets-item{
    background: #FAFCFF;
}
.bg-grey-gradient,
.bg-grey.trading-item{
    background: linear-gradient(180deg, #F4F6FC 0%, rgba(244, 246, 252, 0) 100%);
}
.bg-white{
    color: #101010;
}
.header{
    position: fixed;
    z-index: 9;
    left: 0;
    right: 0;
    border: none!important;
}
.navbar{
    padding: 0 25px;
}

button, [type="button"], [type="reset"], [type="submit"]{
    -webkit-appearance: none!important;
}
ol:not(.breadcrumb){ list-style-type:none; counter-reset:list; padding-left: 0; }
ol:not(.breadcrumb) li{ counter-increment:list; counter-reset:list1;}
ol:not(.breadcrumb) li:before{
    content: counter(list);
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: #fff;
    position: absolute;
    margin-right: 22px;
    display: inline-flex;
    width: 28px;
    height: 28px;
    background: #3648B6;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
ol:not(.breadcrumb) li{
    margin-bottom: 35px;
    position: relative;
    padding-left: 55px;
    color: #fff;
}
ol:not(.breadcrumb) li strong {
    font-weight: 500;
}
.breadcrumbs{
    margin-bottom: 30px;
}
.bg-grey{
    background: #F8F8F8;
}
.item-slider:after{
    content: '';
    /*background: linear-gradient(0deg, rgba(16, 16, 16, 0.47) 26.82%, rgba(16, 16, 16, 0.2162) 144.34%);*/
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
z-index: 0;
}
.item-slider .main-info{
    position: relative;
    z-index: 2;
}
.home .item-slider{
    justify-content: center;
}
.home .main-info-description{
    position: absolute;
    bottom: 0;
}
.num-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 25px 25px;
}

.num-box {
    font-size: clamp(14px, 1.1vw, 16px);
    font-weight: 500;
    line-height: 135.69%;
    color: #FFFFFF;
    text-align: center;
    width: calc(100% / 6 - 40px);
    margin: 20px;
    display: block;
    position: relative;
}
.bg-black h2,
.main-info-description h4,
.bg-darkblue .num-box {
    color: #ffffff;
    text-align: left;
}
.home .num-box {
    text-align: left;
}
.home .num-box .button{
    border: 2px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.05);
    color: #24B2E7;
}
.main-info-title h1 {
    color: #FFFFFF;
    font-family: 'Raleway',sans-serif;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: clamp(25px, 3vw, 42px);
    line-height: 140%;
    letter-spacing: 0.01em;
}
.main-info-title h1 span{
    color: #24B2E7;
}
.main-info-title p{
    color: #FFFFFF;
}
h2, .h2 {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size:clamp(35px, 3vw, 48px);
    line-height: 125%;
    color: #1C1C1C;
    letter-spacing: 0.01em;
}
h3, .h3{
    font-family: 'Raleway',sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size:clamp(25px, 2.5vw, 38px);
    line-height: 135.69%;
}
.num-box h3 {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size:clamp(14px, 1.1vw, 18px);
    line-height: 135.69%;

    color: #FFFFFF;
}
#withdrawals-bg h2,
.dark-bg .h2,
.dark-bg h2,
.bg-dark h2,
.bg-darkblue .h2,
.bg-darkblue h2{
    color: #fff;
}
h2.why-title span{
    font-weight: 800;
    font-size: clamp( 45px, 4vw, 64px);
    line-height: 140%;
    color: #24B2E7;
    border-bottom: 3px solid #24B2E7;
}
.reasons{
    position: relative;
}
.grid, .reasons-columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    position: relative;
    z-index: 2;
}

.reasons-item{
    display: flex;
    align-items: flex-start;
    padding: 0 25px;
    color: #101010;
}
.reasons-item img{
    margin-right: 10px;
    margin-top: 5px;
}
.reasons-columns .reasons{
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    position: relative;
    transition: .4s;
    height: 100%;
    padding-bottom: 40px;
}
.reasons-columns .reasons:after {
    content: '';
    position: absolute;
    height: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #ffffff;
    border-radius: 5px;
}
.reasons-columns .reasons:hover{
    transform: translateY(-15px);
    border: 1px solid #24B2E7;
}
.reasons .h3{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    background: #293688;
    position: relative;
    padding: 20px 10px;
    color: #fff;
}

.reasons-columns .reasons:hover:after,
.reasons-columns .reasons:hover .h3{
    background: #24B2E7;
}
.fa-key:before {
    content: none!important;
}
hr.yellow{
    border-top: 3px solid #293688;
}
.dropdown-toggle .flag-icon:before {
    content: "";
    background: url("/web/img/ic_baseline-language.svg") no-repeat center/cover;
    width: 19px;
    height: 19px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 3px;
}
.lang-dropdown .dropdown-item,
.lang-dropdown .nav-link{
    text-transform: capitalize;
}
.dropdown-item {
    padding: 0.7rem 1.5rem;
    color: #fff;
}
.metatrader4 h2, .metatrader4 p{
    color: #1C1C1C;
    font-weight: 700;
}
.dropdown-menu{
    padding: 0;
}
.button{
    background: #24B2E7;
    border-radius: 0;
    border:2px solid #24B2E7;
    font-weight: 600;
    font-size: 16px;
    line-height: 135.69%;
    text-align: center;
    color: #FFFFFF!important;
    padding: 15px 25px;
    display: inline-block;
    transition: .4s;
    min-width: 220px;
    box-shadow: 12px 12px 32px rgba(13, 19, 55, 0.15);
}
.button:hover span {
    animation: effect-23 0.7s ease-in-out both;
    animation-delay: 0.06s;
}
.button > span {
    z-index: 5;
    position: relative;
    display: block;
}
@keyframes effect-23 {
    0% {
        transform: translate3d(0, 0, 0) translateZ(0);
    }
    25% {
        transform: translate3d(0, 5px, 0) translateZ(0);
    }
    50% {
        transform: translate3d(0, -9px, 0) translateZ(0);
    }
    75% {
        transform: translate3d(0, 2px, 0) translateZ(0);
    }
    100% {
        transform: translate3d(0, 0, 0) translateZ(0);
    }
}
.bg-yellow .button:hover{
    background: #101010;
}
.nav-link{
    padding-top: 30px;
    padding-bottom: 30px;
    text-transform: uppercase;
    padding-right: 0!important;
    font-size: 15px;
}

.opaque .navbar-nav .nav-link.button,
.opaque .navbar-nav .nav-link {
    color: #ffffff!important;
}
.navbar-nav .nav-link.button{
    min-width: 88px;
    text-align: center;
    justify-content: center;
    padding: 12px 24px!important;
    white-space: nowrap;
    margin-right: 12px;
}
.button:hover,
.p-login a {
    background: transparent;
    color: #24B2E7 !important;
    border: 2px solid #24B2E7;
    box-shadow: none;
}
.button.button-more{
    border: 2px solid #FFFFFF;
    background: transparent;
    box-sizing: border-box;
    border-radius: 50px;
}
.button.button-bordered{
    border:2px solid #6A697F;
    color: #101010!important;
    background: transparent;
}
.button.black:hover,
.button.button-bordered:hover,
.button.button-white {
    background: #F8F8F8;
    color: #101010!important;
    border:2px solid #F8F8F8;
}
.button.black,
.bg-darkblue .button.black{
    background: #101010;
    color: #fff!important;
    border:2px solid #101010;
}
.button.button-white:hover,
.dark-bg .button:hover,
.bg-darkblue .button:hover{
    background: #24B2E7;
    color: #fff!important;
    border:2px solid #24B2E7;
}
.navtabs-buttons .button{
    box-shadow: none;
    text-transform: uppercase;
    font-size: 24px;
    min-width: 350px;
    margin-right: -4px;
}
.accordion > .card{
    border: none;
}
.card-header {
    padding: 0.75rem .5em;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0;
}

.card-header h5 button:hover,
.card-header h5 button{
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 135.69%;
    color: #293688;
    width: 100%;
    text-align: left;
}
.card-header h5 button:focus, .card-header h5 button.focus {
    outline: 0;
    box-shadow: none;
}
.ebooks-grid .post-body{
    border-bottom: none;
}
.ebooks-grid .panel{
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(270deg, #1A2433 16.64%, rgba(26, 36, 51, 0) 86.94%);
    border-radius: 3px;
}
.ebooks-grid .panel h3{
    color: rgba(16, 16, 16, 1);
    font-weight: 700;
    font-size: clamp(18px, 1.2vw, 24px);
    line-height: 135.69%;
}
.ebooks-grid .panel p{
    color: rgba(16, 16, 16, .7);
}

.ebooks-grid .panel-body{
   padding: 0 40px;
}

.page .item-slider{
    align-items: flex-start;
    height: auto;
    min-height: 470px;
    padding-bottom: 5vh;
}
.breadcrumb {
    padding: 0.75rem 0;
    background-color: transparent;
}
.contacts li{
    margin-bottom: 48px;
}
.contacts li svg{
    margin-right: 10px;
}
.form-group.field-contactform-verifycode{
    margin-bottom: 0;
}
.form-control{
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    border-radius: 2px;
}
.price-grid-wrap{
    background: #FFFFFF;
    border: 1px solid #E7EAEE;
    border-radius: 10px;
    padding:0;
}
.deposit-steps-grid, .price-grid{
    grid-gap: 0;
    display: grid;
    display: -ms-grid;
    margin: 0;
    justify-content: center;
    -ms-grid-columns: 3fr 1fr 1fr 1fr 1.5fr;
    grid-template: "a b c d e" / 3fr 1fr 1fr 1fr 1.5fr;
    /*min-width: 1100px;*/
    border-radius: 5px;
}
.price-grid .yes{
    content: '';
    background: url("/web/img/yes.svg");
    width: 18px;
    height: 18px;
    display: inline-block;
}
.price-grid .no{
    content: '';
    background: url("/web/img/no.svg");
    width: 18px;
    height: 18px;
    display: inline-block;
}
.tools__btn,
.deposits-how-grid{
    grid-gap: 40px;
    position: relative;
    z-index: 2;
}
.deposits-how-grid{
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template: "a b c d e f" / 1fr 1fr 1fr 1fr 1fr;
    background: url(/web/img/dots-blue.svg) no-repeat 20px 60px/80%;
}
.yellow-box{
    display: block;
    width: 53%;
    right: 0;
    top: 50%;
    background: #24B2E7;
    height: 700px;
    z-index: -1;

}
.account__ul{
    list-style-type: none;
}
/*Account types*/

.account__title p svg{
    margin-right: 22px;
}

.account__ul.yes li:nth-child(even) {
    background: #fff;
}
.account__ul {
    margin-bottom: 0;
}

.account__info > .info-box p{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 140%;
}
.account__ul, .contacts {
    list-style-type: none;
    padding: 0;
}
.account__title {
    background: #101010;
    height: 66px;
    padding: 20px 5px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #D9D9D9;
}
.price-item:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    min-width: 200px;
    background: #ffffff;
}
.price-item:first-child .account__ul {
    padding: 0 0 0 22px;
}
.price-item:first-child .account__info li {
    text-align: left;
}
.price-item:not(:last-child){
    border-right: 1px solid #E7EAEE;
}
.account__info li {
    padding: 7px 0;
    /*min-height: 57px;*/
    text-align: center;
    line-height: 146%;
    font-size: 14px;
    border-bottom: 1px solid #D9D9D9;
    min-height: 40px;
}

.account__info li > span {
    font-weight: 300!important;
}
.price-item .button {
    width: 90%;
    margin: auto;
    display: block;
    min-width: 170px;
}
.price-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 135.69%;
    position: relative;
    z-index: 1;
}
.premium.price-item{
    background: #101010;
    color: #fff;
    min-width: 200px;
}
.premium.price-item .account__info > .info-box{
    font-weight: 700;
    font-size: 15px;
    line-height: 140%;
    color: #FFFFFF;
    text-align: left;
}
.expert.price-item .account__title {
    color: #24B2E7;
}
.premium.price-item .account__title {
    background: #24B2E7;
    color: #fff;
    justify-content: center;
}
.premium.price-item .account__title p{
    font-weight: 400;
    font-size: 18px;
    line-height: 135.69%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-bottom: 0;
}
.price-item:not(:first-child){
    border-left:1px solid #ffffff;
}
.post-body__header h4 a:hover{
    color: #24B2E7;
}
.post-body__header h4 a{
    font-family: "Raleway",sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 135.69%;
    color: #101010;
    margin: 20px 0 25px;
    display: block;
}
.post-body__header .date {
    font-family: "Raleway",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 135.69%;
    color: #979797;
}
.post-body__desc{
    font-family: "Raleway",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height:150%;
    color: #2C3E50;
    opacity: 0.7;
}
.page-item.active .page-link {
    background: #24B2E7;
    border: 1px solid #24B2E7;
    border-radius: 2px;
}
.page-link {
    font-family: "Raleway",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 135.69%;
    color: #101010;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    border-radius: 2px;
    margin: 0 5px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer h4{
    font-family: "Raleway",sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 135.69%;
}
#blog .panel:nth-child(odd){
    background: #F8F8F8;
}
#blog .owl-nav{
    position: absolute;
    right: 80px;
    top: -175px;
}
.breadcrumb-item a{
    font-family: "Raleway",sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 145%;
    color: #979797;
}
.play-icon:before {
    content: '';
    background: url(/web/img/play.svg) no-repeat center/60px;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    z-index: 5;
    transition: .4s;
    cursor: pointer;
}
.play-icon:hover:before{
    transform: scale(1.1);
}
.deposits-title-wrapper.bg-darkblue{
    max-width: 90%;
    margin: auto;
}
.withdrawals-how-list{
    position: relative;
    z-index: 1;
}
.withdrawal-row-items {
    background: url(/web/img/dots-blue.svg) no-repeat center 120px/65%;
    max-width: 900px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    list-style-type: none;
}
.withdrawals-how-item {
    color: #fff;
}
.deposits-description{
    font-weight: 600; font-size: 24px; line-height: 150%; color: #fff;
}
.deposits_items-box{
    padding: 36px 34px 34px;
    margin-bottom: 30px;
}
.deposits_items-box h3{
    font-size: clamp(23px, 2vw, 30px);
    line-height: 140%;
    position: relative;
}

.deposits-how-item{
    text-align: left;
    position: relative;
    transition: .4s;
}
.legal-section a,
.legal-section a:active,
.legal-section a:visited,
.legal-section a:hover,
.withdrawals-how-item a,
.deposits-how-item a{
    color: #3D52D2;
    text-decoration: underline;
}
#withdrawals_items a:hover,
#withdrawals_items a,
.deposits-how-item a{
    color:#24B2E7;
}
.deposits-how-item:hover{
    transform: translateY(5px);
}
.withdrawals-how-item .h2 > span,
.deposits-how-item .h2 > span{
    border: 1px solid rgba(16, 16, 16, 0.33);
    border-radius: 50%;
    padding: 10px;
    min-width: 56px;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.withdrawals-how-item .h2,
.withdrawals-how-item .h2:hover,
.deposits-how-item .h2{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 140%;
    color: #000000;
    background: #24B2E7;
    border-radius: 50%;
    width: 78px;
    height: 78px;
    display: flex;
    margin: 20px;
    align-items: center;
    justify-content: center;
    min-width: 42px;
}

.withdrawals-how-item .h2{
    background: #3D52D2;
    color: #000000;
}
.deposits-how-item:hover .h2{
    background: #3D52D2;
    color: #fff;
}
.deposits-table-wrap{
    box-shadow: 0px 40px 25px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}
.withdr-desc ul,
.deposits-desc ul{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 0;
    flex-wrap: wrap;
}
.withdr-desc ul li,
.deposits-desc ul li{
    box-sizing: border-box;
    color: #101010;
    display: flex;
    align-items: center;
    height: 38px;
    margin-right: 15px;
    margin-bottom: 0;
}
.verif-docs{
    background: rgba(255, 255, 255, 0.11);
}
.proof-box{
    min-height: 375px;
}
#withdrawals .container-fluid{
    max-width: 90%;
}
.withdr-desc{
    background: rgba(255, 255, 255, 0.11);
}
.bank-transfer-box{
    color: #000;
}
.deposits-documents{
    background: rgba(255, 255, 255, 0.62);
    border-radius: 8px;
}
.deposits-documents li{
    padding: 25px;
    margin-bottom: 19px;
    position: relative;
    display: flex;
    align-items: center;
}
.deposits-documents li:before{
    content: '';
    background: url("/web/img/document.svg") no-repeat center/45px;
    display: inline-block;
    width: 42px;
    height: 45.5px;
    margin-right: 15px;
}
.deposits-documents li:after{
    content: '';
    background: url("/web/img/marker-check-blue.svg") no-repeat center/45px;
    width: 46px;
    height: 46px;
    position: absolute;
    top: -5px;
    right: -5px;
}
.blog-preview-item__desc a{
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size:18px;
    line-height: 135.69%;
    color: #FFFFFF;
    display: inline-block;
    margin: 25px 0;
}
.assets-advantages{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    margin-top: 25px;
}
.platform-advantages .adv-item .image{
  float: left;
    margin-right: 25px;
}
.platform-advantages .adv-item p{
   margin-bottom: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #fff;
}
.bg-yellow .platform-advantages .adv-item p{
    color: #101010;
}
.important{
    background: #EEFAFF;
    border: 1px solid #3AB9E9;
    border-radius: 8px;
    padding: 40px;
}
.important svg{
    min-width: 64px;
    margin-right: 30px;
}
#benefits .grid{
    grid-gap: 0;
}
#benefits .grid-item {
    width: 365px;
    height: 355px;
    text-align: left;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 40px 35px;
    transition: .4s;
    color: #101010;
    border: 1px solid transparent;
}
#benefits .grid-item:hover {
    border: 1px solid #24B2E7;
    border-radius: 2px;
}
#benefits .grid-item:hover p{
    color: #101010;
    opacity: 0.7;
}
#benefits .grid-item:hover svg path{
   fill:#24B2E7;
}
#benefits .grid-item svg{
    margin: 20px 0;
    min-height: 80px;
}
#benefits .grid-item h4{
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: 700;
    color: #101010;
}
#benefits .grid-item:hover h4{
    color: #101010;
}
.dropdown-toggle::after {
    content: '';
    border: none;
    background: url(/web/img/caret.svg) no-repeat center/contain;
    width: 10px;
    height: 6px;
    position: relative;
    top: 2px;
    transition: .4s;
}
.dropdown:hover .dropdown-toggle::after {
    transform: rotate(
            180deg
    );
    background: url(/web/img/caret-blue.svg) no-repeat center/contain;
}

.deposits-table .button{
    font-size: 16px;
    line-height: 140%;
    width: 158px;
    padding: 10px;
    margin: 10px 0;
}
.deposits-table th{
  padding: 12px 0;
}
.deposits-table td:first-child,
.deposits-table th:first-child{
  padding-left:50px;
}
.deposits-table td:first-child img{
 margin-right: 30px;
}

.nav-tabs > li > a.active:hover,
.nav-tabs > li > a.active {
    background: #293688;
    color: #fff;
}
.nav-tabs{
    border: none;
}
.nav-tabs > li > a {
    background: #101010;
    color: #ffffff;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 135.69%;
    width: 100%;
    display: inline-block;
    padding: 20px 0;
    text-align: center;
    transition: .4s;
}
.nav-tabs > li > a:hover{
    background: #293688;
}
.deposits-title-wrapper{
   max-width: 85%;
    margin: 0 auto;
}
.deposits-and-withdrawals-inner .bg-darkblue p > a{
    color: #fff;
}
.nav-tabs li,
.deposits-and-withdrawals-tabs li {
    width: 100%;
}
.ewallets-bg{
    background: url('../../web/img/ewallets.png') no-repeat right/45%;
    min-height: 570px;
    display: flex;
    align-items: center;
}
.transfer-bg{
    background: url('../../web/img/ewallets.png') no-repeat left/45%;
}
.bank-transfer-bg{
    background: url('../../web/img/bank-transfer-bg.png') no-repeat right/45%;
}
.assets-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.assets-item {
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.assets-item img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.assets-item__right,
.assets-item__left{
    padding-left: 25px;
    padding-right: 25px;
}
ol:not(.breadcrumb){ list-style-type:none; counter-reset:list; padding-left: 0; }
ol:not(.breadcrumb) li{ counter-increment:list; counter-reset:list1;}
ol:not(.breadcrumb) li:before{
    content: counter(list);
    font-weight: 600;
    font-size: 16px;
    line-height: 145%;
    color: #fff;
    position: absolute;
    margin-right: 22px;
    width: 38px;
    height: 38px;
    display: inline-flex;
    background: #293688;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    left: 0;
}
ol:not(.breadcrumb) li{
    margin-bottom: 15px;
    position: relative;
    padding-left: 55px;
    color: #2C3E50;
    line-height: 2.4;
}
ol:not(.breadcrumb) li strong {
    font-weight: 500;
}
.modal .box {
    padding-top: 0;
    padding-bottom: 20px;
}
.account-reg {
    background: #1A2433 url(/web/img/account-registration.jpg) no-repeat center/cover;
    background-attachment: fixed;
    min-height: 660px;
    overflow: hidden;
}
.account-reg h2{
    font-weight: 800;
    line-height: 135.69%;
    text-transform: uppercase;
    max-width: 850px;
    margin: 0 auto;
}
#news .owl-carousel .owl-nav button.owl-next, #news .owl-carousel .owl-nav button.owl-prev {
    margin-left: 15px;
    font-size: 35px;
    line-height: 0;
    transition: .4s;
}
#news h3{
    font-weight: 700;
    font-size: 24px;
    line-height: 135.69%;
}
#education{
    display: flex;
    flex-wrap: wrap;
}
.education-item.education-item-1 h2 span,
.bg-black h2 span,
#education h2{
    color: #24B2E7;
}
.forex-online h2{
    font-weight: 800;
    font-size: clamp(35px, 2vw, 52px);
    line-height: 135.69%;
    letter-spacing: 0.03em;
    text-transform: uppercase;

    color: #1C1C1C;
}
.education-image-wrap{
    max-height: 767px;
}
.education-image-wrap img{
    height: 767px;
    object-fit: cover;
    object-position: right;
}
.ebooks-pres{
    grid-column: 1/3;
    grid-row: 1;
}
.video-pres{
    grid-column: 1/3;
    grid-row: 1;
}
.content-block-pres.videos-pres {
    background: url(/web/img/videos-home.jpg) no-repeat top center/cover;
    align-items: flex-start;
}
.content-block-pres.ebooks-pres {
    background:  url(/web/img/ebooks-home.jpg) no-repeat top center/cover;
    align-items: flex-start;
}
.content-block-pres.resources-pres{
    background:  url(/web/img/recources-home.jpg) no-repeat top center/cover;
    max-width: 100%;
}
.content-block-pres.resources-pres .pres-des{
    max-width: 950px;
    text-align: center;
}
.content-block-pres .h2{
    font-weight: 700;
    font-size: 48px;
    line-height: 150%;
    color: #FFFFFF;
}
.content-block-pres {
    height: 600px;
    width: 100%;
    margin-bottom: 0;
    max-width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0 7%;
    transition: .4s;
    color: #fff;
}
.content-block-pres .readmore-btn,
a.content-block-pres:hover{
    color: #fff;
}
.content-block-pres .pres-des{
    max-width: 550px;
    margin-bottom: 40px;
    font-size: clamp(18px, 1.2vw, 20px);
    padding-top: 50px;
    border-top: 2px solid #fff;
    margin-top: 50px;
}
.readmore-btn{
    display: flex;
    align-items: center;
    font-size: clamp(16px, 1.1vw, 18px);
    font-weight: 500;
    text-transform: uppercase;
    transition: .4s;
    color: #000;
}
.readmore-btn svg{
    margin-left: 15px;
    transition: .4s;
}
.readmore-btn:hover svg{
    transform: translateX(15px);
}
.education-space{
    margin-bottom: 50px;
    margin-top: 30px;
    display: block;
}
.education-item .bg-white .h2{
    color: #101010;
}
.education-item .h2,
.education-item h2{
    font-size: clamp(30px, 2.5vw, 40px);
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.02em;
    text-transform: uppercase;

    color: #FFFFFF;
}
.education-item__text{
    max-width: 560px;
}
.edu-arrow .education-item__text{
    max-width: 400px;
}
.education-item.education-item-1 h2{
    color: #101010;
    font-weight: 800;
    text-transform: unset;
}
.videos .breadcrumb{
    padding-top: 60px;
}
.video-info{
    max-width: 560px;
}
.account-reg-icon{
    width: 22px;
    height: 22px;
    background: #24B2E7;
    border: 4px solid #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    z-index: 5;
    position: relative;
}
.wrap-account-reg-icon:after{
    content: '';
    background: #fff;
    height: 2px;
    width: 110%;
    position: absolute;
    display: inline-block;
    left: 0;
    top: 10px;
    bottom: 0;
}
.account-reg-text{
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 135.69%;
    text-align: center;
    color: #FFFFFF;
}
.account-reg-step-box{
    position: relative;
    color: #FFFFFF;
}
.account-reg .col-md-3:not(:last-of-type) .account-reg-step-box:after{
    content: '';
    position: absolute;
    width: 90px;
    height: 3px;
    right: 0;
    background: #FFFFFF;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 100%;
    transform: translateX(-50%);
}
.metatrader4{
    background: #EFF4F5;
    position: relative;

}

.forex-online {
    margin-bottom: -400px;
    background: #304F9E;
}

.forex-online ~ article{
    padding-top: 400px;
}

.forex-online .desc_blue{
    font-weight: 500;
    font-size: 18px;
}
.platforms-subtitle{
    font-weight: 600;
    font-size: 22px;
    line-height: 150%;
    color: #070707;
}
.trading-item-1 ul{
    background: #FAFCFF;
    border-radius: 10px;
    padding: 36px 45px;
}
.trading-item-1 ul li{
    font-weight: 500;
    font-size: 18px;
    line-height: 225%;
}
.platform-advantages .adv-item{
    margin-bottom: 18px;
    display: flex;
    white-space: nowrap;
    width: max-content;
    align-items: center;
}
.platform-advantages_box{
    position: relative;
    bottom: -100px;
    left: 10%;
    transition: .4s;
}
.platform-advantages_box:hover {
    transform: translateX(77px);
}
.platform-advantages_box h3{
    font-size: 32px;
}
.trading-item-3{
}
.call_to_action_box{
    background: #FFFFFF url("/web/img/call_to_action.png") no-repeat center right/35%;
    border-radius: 10px;
    filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.04));
    padding:0 50px;
}
.why-item-1 .container-fluid{
   max-width: 85%;
    margin-bottom: -100px;
}

.why-item-1 svg{
    min-width: 80px;
    margin-right: 30px;
}

.accordion > .card.active {
    background: #F4F6FC;
    border: 1px solid #F4F6FC;
    border-radius: 0;
}
.accordion > .card > .card-header button:before{
    content: '';
    background: url("/web/img/faq-arrow.svg") no-repeat center/contain;
    width:10px;
    height:19px;
    display: inline-block;
    margin-right: 10px;
}
.accordion > .card.active  > .card-header button:hover:before,
.accordion > .card.active > .card-header button:before{
    content: '';
    transform: rotate(90deg);
}

.steps-list{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.steps-list:after{
    content: '';
    height: 4px;
    width: 80%;
    margin: auto;
    border-radius: 5px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    background: #ffffff;
}
.steps-list li{
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: 30px;
    background: #101010;
    padding: 20px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.steps-list li span{
    position: absolute;
    bottom: -30px;
    font-weight: 600!important;
    font-size: 18px;
    line-height: 135.69%;
    color: #fff;
    opacity: .7;
}
.terms{
    margin-top: 40px;
    color: rgba(255, 255, 255, .5);
}
.ebooks-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    justify-items: center;
}
.bg-waves {
    padding-bottom: 200px;
    margin-bottom: -150px;
}
.bg-waves:after{
    content: '';
    background: url(/web/img/waves-bg.png) no-repeat center/cover;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
}
.webtrader-adv h3{
    font-weight: 700;
    font-size:clamp(24px, 1.2vw, 32px);
    line-height: 150%;
    color: #101010;
}
#withdrawals-bg{
    background: url("/web/img/withdr-bg.jpg") no-repeat center/cover;
    color: #fff;
    min-height: 800px;
    margin-bottom: -100px;
}
#withdrawals_items .bg-grey{
    background: #F4F6FC;
}
.blog-preview-item__img{
    max-height: 200px;
}
.blog-preview-item__img img{
    height: 200px;
    object-fit: cover;
    width: auto;
}
.video-preview-item__img{
    max-height: 430px;
}
.video-preview-item__img a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-preview-item__img a:before{
    content: '';
    position: absolute;
    z-index: 2;
    background: url('/web/img/video-play.svg') no-repeat center/contain;
    width: 107px;
    height: 107px;
    display: inline-block;
    transition: .4s;
}
.video-preview-item__img a:hover:before{
    transform: scale(0.8);
}
.video-preview-item__img img{
    height: 430px;
    object-fit: cover;
    width: auto;
}
@media (min-width: 1440px){
    .trading-platform-advantages .container-fluid{
        max-width: 90%;
        margin: auto;
    }
}
@media (min-width: 992px) {
   .legal .nav-tabs li{
       width: calc(100% / 4);
    }
    .deposits-and-withdrawals-tabs li{
        width: 50%;
    }
    .assets-item__right{
        padding-left: 10%;
        padding-right: 15%;
    }
    .assets-item__left{
        padding-left: 25%;
        padding-right: 10%;
    }

   .platforms-grid .assets-item__left{
        padding-left: 15%;
    }

    .why-item-1 .bg-darkblue .row > div:first-child{
        border-right: 2px solid #24B2E7;
    }
}
@media (max-width: 1280px) {
    #benefits .grid {
        grid-template-columns: repeat(2, 1fr);
    }
    #benefits .grid-item {
        width: 100%;
    }
}
@media (max-width: 1199px) {
    .footer .container,
    .header .container{
        max-width: 100%;
    }
}
@media (max-width: 991px) {
    .navbar-nav .nav-link {
        font-size: 16px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .ewallets-bg,
    .transfer-bg,
    .bank-transfer-bg{
        min-height: auto;
        background: none;
        padding: 0;
    }
    .assets-grid{
        grid-template-columns: 1fr;
    }
    .home .num-row,
    .num-row{
        max-width: 100%;
        justify-content: center;
    }
    .num-box{
        width: calc(100% / 3 - 40px);
    }
    .reasons .container{
        max-width: 95%;
    }
    .reasons-columns {
        grid-template-columns: 1fr 1fr;
    }
    #blog .owl-nav {
        position: relative;
        right: 0;
        bottom: 0;
        margin: 20px auto;
        display: table;
        top: auto;
    }
    .account-reg .col-md-3:not(:last-of-type) .account-reg-step-box:after{
        transform: translateX(-0%);
        width: 30px;
    }
    .deposits-how-grid {
        grid-gap: 5px;
        background: none;
        -ms-grid-columns: 1fr 1fr;
        grid-template: "a b" / 1fr 1fr;
        padding: 0 20px;
    }
    #withdrawals-bg {
        min-height: 600px;
        margin-bottom: 0;
    }
    .withdrawal-row-items{
        grid-template-columns: 1fr;
        padding-left: 0;
        background: none;
    }
    .withdrawals-how-item .h2, .deposits-how-item .h2{
        margin: 20px auto;
    }

    .deposits-table .button {
        width: 108px;
        min-width: 100px;
    }

    .deposits-title-wrapper{
        max-width: 100%;
    }
    #withdrawals .container-fluid {
        padding: 0;
        max-width: 100%;
    }
    .navbar-nav .nav-link.button {
        min-width: 188px;
        margin-bottom: 20px;
    }
    .navbar {
        margin: 0 auto;
        padding: 10px 25px;
    }
}
@media (max-width: 767px) {
    .ebooks-grid .row {
        display: flex;
        flex-direction: column-reverse;
    }
    .form-group.field-contactform-verifycode{
        margin-bottom: 25px;
    }
    .deposit-steps-grid {
        -ms-grid-columns: 1fr 1fr;
        grid-template: "a b" / 1fr 1fr;
        min-width: 100%;
        grid-template-columns: repeat(1, 300px) !important;
    }
    .deposit-steps-grid{
        grid-template-columns: repeat(1, 250px) !important;
    }
    .ebooks-grid,
    #benefits .grid,
    .platform-advantages .grid, .reasons-columns{
        grid-template-columns: 1fr;
    }
    .num-row {
        padding: 25px 0;
    }
   .home .num-box{
       width: 49%;
       text-align: center;
       margin: 0px auto;
   }
    .home .item-slider {
        min-height: 750px;
        height: auto;
        padding-bottom: 0;
        justify-content: flex-start;
    }
    .forex-online h2{
        font-size: 35px;
    }
    .metatrader4{
        background-position:  bottom center!important;
        background-size: 100% !important;
        padding-top: 0!important;
    }
    .deposits-title-wrapper.bg-darkblue {
        max-width: 100%;
    }
    .breadcrumbs {
        margin-top: 25px;
    }
    .trading-item-3{
        background-position: center bottom!important;
        background-size: 100% !important;
        padding-bottom: 250px;
    }
    .content-block-pres{
        max-width: 100%;
        height: 700px;
    }
    .account-reg .col-md-3:not(:last-of-type) .account-reg-step-box:after{
         top: auto;
        bottom: -50px;
        margin: auto;
        left: 0;
        transform: translateX(0%) rotate(90deg);
        width: 47px;
        height: 3px;
    }
    .num-box {
        margin: 10px;
        width: calc(100% / 2 - 20px);
    }
    .call_to_action_box{
        padding: 0;
        background: #ffffff;
    }
    .platform-advantages .adv-item{
        white-space: break-spaces;
        width: auto;
    }
    .trade2 .row,
    #withdrawals_items .bg-white .row{
        flex-direction: column-reverse;
    }
    .trade1{
        padding-bottom: 0;
    }
    .trade2{
        padding-top: 40px;
    }
    .steps-list:after{
        content: none;
    }
    .platform-advantages_box{
        bottom: 0;
    }
}
@media (max-width: 575px){
    .deposits-how-grid {
        -ms-grid-columns: 1fr;
        grid-template: "a" / 1fr;
        min-width: 100%;
        box-shadow: none;
    }
    .price-item:nth-child(2){
        margin-left: 520px;
    }
    .account__info li {
        min-height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        padding-right: 12px;
    }
    .price-item:first-child .account__info li {
        text-align: left;
        justify-content: flex-start;
    }

    .price-item:first-child .account__ul {
        padding: 0 0 0 12px;
    }
    .platform-advantages .adv-item p{
        font-size: 14px;
    }
    .home .num-box .button{
        min-width: 120px;
    }
    #news h2,
    #news h3{
        text-align: center;
        margin-bottom: 40px;
    }

    .ebooks-grid .panel-body{
        padding: 0 20px;
    }
    .resources{
        order: 2;
    }
    #videos{
        padding-top: 0;
    }
    .video-preview-item__img img {
        height: 230px;
    }
    .video-preview-item__img a:before{
        width: 80px;
        height: 80px;
    }
}
@media (max-width: 375px){
    .home .item-slider {
        min-height: 650px;
    }
}