html,body{font-family:'Roboto', sans-serif;color:#575757;padding:0 !important;margin:0;font-size:16px;min-height:100%;height:100%;position:relative}*{box-sizing:border-box;position:relative}.btn{display:inline-block;font-size:16px;padding:12px 20px;text-decoration:none;border-radius:24px;white-space:nowrap;border:0}.btn-lg{font-size:16px;padding:14px 30px;border-radius:30px}.btn-blue{background:#385794;color:#fff;transition:all ease 0.3s}.btn-blue:active,.btn-blue:focus,.btn-blue:hover{color:#fff;background:#f72d62;transition:all ease 0.3s;outline:none;box-shadow:none}.btn-light-blue{background:#657fb4;color:#fff;transition:all ease 0.3s}.btn-light-blue:active,.btn-light-blue:focus,.btn-light-blue:hover{color:#fff;background:#f72d62;transition:all ease 0.3s;outline:none;box-shadow:none}.btn-pink-gradient{background:linear-gradient(90deg, #ff4e7f 0%, #c20943 100%);color:#fff;transition:all ease 0.3s}.btn-pink-gradient:active,.btn-pink-gradient:focus,.btn-pink-gradient:hover{color:#fff;background:linear-gradient(90deg, #657fb4 0%, #152e60 100%);transition:all ease 0.3s;outline:none;box-shadow:none}.btn-blue-gradient{background:linear-gradient(90deg, #385794 0%, #152e61 100%);color:#fff;transition:all ease 0.3s}.btn-blue-gradient:active,.btn-blue-gradient:focus,.btn-blue-gradient:hover{color:#fff;background:linear-gradient(90deg, #ff4e7f 0%, #c20943 100%);transition:all ease 0.3s;outline:none;box-shadow:none}p{margin:0 0 30px 0}.text-pink{color:#e72259 !important}.container{position:relative;width:1170px;padding:0 15px;margin:0 auto}.img-fluid{max-width:100%;height:auto}.checked-round-pink{list-style:none;padding:0;margin:15px 0}.checked-round-pink li{display:block;background:url("../images/icon-check-round-pink.svg") no-repeat left 3px;background-size:16px auto;padding-left:25px;margin-bottom:10px;line-height:1.3}.accordion{position:relative;width:100%;display:block}.accordion .item{display:block;position:relative}.accordion .item .heading{cursor:pointer;display:block;padding:8px 0;color:#385794;position:relative}.accordion .item .heading::before{content:"";width:14px;height:2px;border-radius:1px;position:absolute;background:#385794;top:50%;margin-top:-1px;left:auto;right:0;transform:rotate(0deg);transition:all ease 0.5s}.accordion .item .heading::after{content:"";width:14px;height:2px;border-radius:1px;position:absolute;background:#385794;top:50%;margin-top:-1px;left:auto;right:0;transform:rotate(90deg);transition:all ease 0.5s}.accordion .item .content{padding:15px 0}.accordion .item.open .heading::before{transform:rotate(0deg);transition:all ease 0.5s;background:#e72259}.accordion .item.open .heading::after{transform:rotate(0deg);transition:all ease 0.5s;background:#e72259}.accordion .item+.item{border-top:1px solid #dde0e5}.wrapper{display:flex;width:100%;height:100%;flex-direction:column;align-items:center}.header{position:relative;background:url("../images/main-header-bg.svg") no-repeat center top;background-size:auto 100%;width:100%}.header .navbar{padding:20px 60px;display:flex;width:100%;align-items:center}.header .navbar .logo{flex:01}.header .navbar .logo img{height:60px;width:auto}.header .navbar .btn{margin-left:auto;margin-right:15px;right:0;left:auto;flex:0;text-transform:uppercase}.header .navbar .menu{margin-left:auto;margin-right:0;flex:0}.header .navbar .menu ul{list-style:none;padding:0;margin:0;display:flex;align-items:stretch;justify-content:space-around}.header .navbar .menu ul li{display:flex;align-items:stretch;justify-content:space-around}.header .navbar .menu ul li a{display:block;color:#9ab2df;text-decoration:none;margin:0 15px;padding:15px 0;white-space:nowrap;transition:all ease 0.3s;text-transform:uppercase}.header .navbar .menu ul li a:hover{color:#fff;transition:all ease 0.3s;text-decoration:none}.header .navbar .menu ul li.active a{color:#fff;box-shadow:0 5px 0 #f72d62}.header .navbar .menu-toggler{display:none}.header .steps{position:relative;margin-bottom:50px}.header .steps h1{color:#fff;text-transform:uppercase;font-size:48px;text-align:center;font-weight:normal;margin:0;margin-bottom:50px;margin-top:10px}.header .steps h1 span{font-weight:700;color:#ff4e7f}.header .steps .steps-items{background:#fff;border-radius:16px;box-shadow:0px 0px 120px 0px rgba(0,0,0,0.25);padding:40px;display:flex;flex-wrap:wrap;align-items:stretch;justify-content:space-between}.header .steps .steps-items .item{width:23%;background:#fff;text-align:center;display:flex;flex-direction:column;align-items:center;box-shadow:0px 0px 0px 0px rgba(0,75,227,0.25);transition:all ease 0.5s;padding:50px 60px;border-radius:12px;cursor:pointer}.header .steps .steps-items .item img{width:100%;height:auto;margin-bottom:15px}.header .steps .steps-items .item span{font-size:28px;color:#385794;text-transform:uppercase;font-weight:700}.header .steps .steps-items .item:hover{box-shadow:0px 0px 60px 0px rgba(0,75,227,0.25);transition:all ease 0.5s;z-index:2}.header .steps .steps-items .progress-bar{width:100%;list-style:none;display:flex;align-items:stretch;padding:0;margin:30px 0 0 0}.header .steps .steps-items .progress-bar li{text-align:center;width:25%;font-size:14px;display:flex;flex-direction:column;align-items:center}.header .steps .steps-items .progress-bar li:before{content:"";display:block;position:absolute;width:50%;height:6px;background:#e1e4e9;left:0;top:9px;z-index:1}.header .steps .steps-items .progress-bar li:after{content:"";display:block;position:absolute;width:50%;height:6px;background:#e1e4e9;left:50%;top:9px;z-index:1}.header .steps .steps-items .progress-bar li:first-child:before{display:none}.header .steps .steps-items .progress-bar li:last-child:after{display:none}.header .steps .steps-items .progress-bar li span{display:block;background:#e1e4e9;width:24px;height:24px;border-radius:50%;margin-bottom:20px;z-index:2}.header .steps .steps-items .progress-bar.step-one li:nth-child(1) span{background:#e72259}.header .steps .steps-items .progress-bar.step-one li:nth-child(1):after{background:#e72259}.header .steps .steps-items .progress-bar.step-one li:nth-child(2) span{background:#e72259;box-shadow:0 0 0 6px #fff,0 0 0 12px #e72259}.header .steps .steps-items .progress-bar.step-one li:nth-child(2):before{background:#e72259}.header .steps .steps-items .progress-bar.step-two li:nth-child(1) span{background:#e72259}.header .steps .steps-items .progress-bar.step-two li:nth-child(1):after{background:#e72259}.header .steps .steps-items .progress-bar.step-two li:nth-child(2) span{background:#e72259;box-shadow:none}.header .steps .steps-items .progress-bar.step-two li:nth-child(2):before{background:#e72259}.header .steps .steps-items .progress-bar.step-two li:nth-child(2):after{background:#e72259}.header .steps .steps-items .progress-bar.step-two li:nth-child(3) span{background:#e72259;box-shadow:0 0 0 6px #fff,0 0 0 12px #e72259}.header .steps .steps-items .progress-bar.step-two li:nth-child(3):before{background:#e72259}.header .steps .steps-items .progress-bar.step-three li:nth-child(1) span{background:#e72259}.header .steps .steps-items .progress-bar.step-three li:nth-child(1):after{background:#e72259}.header .steps .steps-items .progress-bar.step-three li:nth-child(2) span{background:#e72259;box-shadow:none}.header .steps .steps-items .progress-bar.step-three li:nth-child(2):before{background:#e72259}.header .steps .steps-items .progress-bar.step-three li:nth-child(2):after{background:#e72259}.header .steps .steps-items .progress-bar.step-three li:nth-child(3) span{background:#e72259;box-shadow:none}.header .steps .steps-items .progress-bar.step-three li:nth-child(3):before{background:#e72259}.header .steps .steps-items .progress-bar.step-three li:nth-child(3):after{background:#e72259}.header .steps .steps-items .progress-bar.step-three li:nth-child(4) span{background:#e72259;box-shadow:0 0 0 6px #fff,0 0 0 12px #e72259}.header .steps .steps-items .progress-bar.step-three li:nth-child(4):before{background:#e72259}.header .go-down{display:block;width:48px;height:48px;background:url("../images/icon-down.svg") center no-repeat;background-size:contain;margin:0 auto;margin-bottom:100px;opacity:0.5;transition:all ease 0.3s}.header .go-down:hover{opacity:1;transition:all ease 0.3s}.bennefits{position:relative;width:100%;margin:30px 0}.bennefits .bennefits-items{padding-bottom:30px;border-bottom:1px solid #f6f7f9;display:flex;width:100%;justify-content:space-between;align-content:center}.bennefits .bennefits-items .item{flex:1;padding:30px;display:flex;flex-direction:column;align-items:center;text-transform:uppercase}.bennefits .bennefits-items .item .heading{margin-bottom:10px;font-size:36px;font-weight:700;color:#e72259;text-align:center}.bennefits .bennefits-items .item .descr{font-size:24px;color:#385794;text-align:center}.features{position:relative;background:url("../images/features-bg.svg") no-repeat right center;background-size:auto 100%;width:100%}.features h2{text-align:center;color:#385794;text-align:center;margin-bottom:60px;font-size:48px;font-weight:700}.features .features-items .item{display:flex;width:100%;margin-bottom:60px}.features .features-items .item .text-block{width:50%;padding-right:30px}.features .features-items .item .text-block h3{font-size:30px;color:#385794;font-weight:700;margin-bottom:30px}.features .features-items .item .text-block p{font-size:18px;color:#575757;margin-bottom:30px;line-height:1.4}.features .features-items .item .image-block{width:50%;padding-left:30px}.features .features-items .item.image-left .text-block{order:2;padding-right:0px;padding-left:30px}.features .features-items .item.image-left .text-block .icons-block{display:flex;flex-wrap:wrap;justify-content:center}.features .features-items .item.image-left .text-block .icons-block .item{width:33.33%;padding:15px 40px;display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:0}.features .features-items .item.image-left .text-block .icons-block .item img{width:auto;height:70px;margin-bottom:5px}.features .features-items .item.image-left .text-block .icons-block .item span{font-size:14px}.features .features-items .item.image-left .image-block{order:1;padding-right:30px;padding-left:0px}.features .features-items .item.image-left .icons-block{display:none}.trading-directions{padding:60px 0;background:#F6F7F9 url("../images/trading-directions-bg.svg") no-repeat center top;background-size:100% auto;width:100%}.trading-directions .direcrions-items{display:grid;grid-template-columns:repeat(4, 1fr);grid-column-gap:20px}.trading-directions .direcrions-items .item{background:#fff;border-radius:16px;box-shadow:0 0 30px rgba(0,0,0,0.25);padding:40px;display:flex;flex-direction:column;align-items:center;transition:all ease 0.5s;z-index:1}.trading-directions .direcrions-items .item img{height:auto;width:80%;margin-bottom:15px}.trading-directions .direcrions-items .item h4{font-size:24px;text-align:center;color:#e72259;margin:0 auto 20px auto}.trading-directions .direcrions-items .item ul{padding:0;list-style:none;margin:0 auto 20px auto}.trading-directions .direcrions-items .item ul li{color:#575757;text-align:center;font-size:14px;margin-bottom:8px}.trading-directions .direcrions-items .item .btn{font-size:14px}.trading-directions .direcrions-items .item:hover{box-shadow:0 0 80px rgba(0,0,0,0.35);z-index:2;transition:all ease 0.5s}.feedbacks{position:relative;width:100%;padding:60px 0;background:#f6f7f9}.feedbacks h2{text-align:center;font-size:48px;color:#385794;text-transform:uppercase;margin-bottom:30px;margin-top:0}.feedbacks h4{font-size:18px;color:#385794;text-align:center;margin-top:0;margin-bottom:60px}.feedbacks .feedbacks-items .item .person{display:grid;grid-template-columns:repeat(5, 1fr);grid-column-gap:30px;grid-row-gap:5px;grid-template-areas:"avatar name name name name" "avatar origin origin origin origin";margin-bottom:30px}.feedbacks .feedbacks-items .item .person .avatar{grid-area:avatar;width:100%;height:auto;border-radius:50%;display:block}.feedbacks .feedbacks-items .item .person .name{grid-area:name;align-self:end;font-size:24px;color:#e72259;font-weight:700}.feedbacks .feedbacks-items .item .person .origin{grid-area:origin;align-self:start;font-size:14px}.feedbacks .feedbacks-items .item .feedback{font-size:18px;font-style:italic}.feedbacks .feedbacks-items .item .feedback::before{content:"";display:block;width:100%;height:20px;background:url("../images/open-quotes.svg") no-repeat left center;background-size:auto 100%;margin-bottom:15px}.feedbacks .feedbacks-items .item .feedback::after{content:"";display:block;width:100%;height:20px;background:url("../images/close-quotes.svg") no-repeat right center;background-size:auto 100%;margin-top:15px}.feedbacks .feedbacks-items .owl-nav .owl-prev{height:40px;width:40px;background:url("../images/icon-prew.svg") no-repeat center;background-size:auto 100%}.feedbacks .feedbacks-items .owl-nav .owl-prev span{display:none}.feedbacks .feedbacks-items .owl-nav .owl-prev:hover{background:url("../images/icon-prew-hover.svg") no-repeat center;background-size:auto 100%}.feedbacks .feedbacks-items .owl-nav .owl-prev.disabled{background:url("../images/icon-prew.svg") no-repeat center;background-size:auto 100%}.feedbacks .feedbacks-items .owl-nav .owl-prev:focus,.feedbacks .feedbacks-items .owl-nav .owl-prev:active,.feedbacks .feedbacks-items .owl-nav .owl-prev:hover{outline:none;border:none;box-shadow:0}.feedbacks .feedbacks-items .owl-nav .owl-next{margin-top:15px;height:40px;width:40px;background:url("../images/icon-next.svg") no-repeat center;background-size:auto 100%}.feedbacks .feedbacks-items .owl-nav .owl-next span{display:none}.feedbacks .feedbacks-items .owl-nav .owl-next:hover{background:url("../images/icon-next-hover.svg") no-repeat center;background-size:auto 100%}.feedbacks .feedbacks-items .owl-nav .owl-next.disabled{background:url("../images/icon-next.svg") no-repeat center;background-size:auto 100%}.feedbacks .feedbacks-items .owl-nav .owl-next:focus,.feedbacks .feedbacks-items .owl-nav .owl-next:active,.feedbacks .feedbacks-items .owl-nav .owl-next:hover{outline:none;border:none;box-shadow:0}.partners{position:relative;padding:120px 0 60px 0;width:100%;background:#fff url("../images/partners-bg.svg") center top no-repeat;background-size:100% auto}.partners h2{text-align:center;font-size:48px;margin:0 0 30px 0;text-transform:uppercase}.partners .partners-items .item{padding:60px}.partners .partners-items .owl-dots .owl-dot span{background:#dcdfe5;transition:all ease 0.3s;width:16px;height:16px}.partners .partners-items .owl-dots .owl-dot.active span{background:#385794;transition:all ease 0.3s}.partners .partners-items .owl-dots .owl-dot:hover,.partners .partners-items .owl-dots .owl-dot:active,.partners .partners-items .owl-dots .owl-dot:focus{outline:none}.partners .partners-items .owl-dots .owl-dot:hover span{background:#657fb4;transition:all ease 0.3s}.footer{position:relative;background:#fff url("../images/footer-bg.svg") no-repeat center top;background-size:auto 100%;padding-top:140px;width:100%}.footer .footer-top{display:flex;align-items:center;padding:60px 0;border-bottom:1px solid rgba(255,255,255,0.3)}.footer .footer-top .text{color:#fff;padding-right:30px;width:100%;justify-content:space-between}.footer .footer-top .text h3{font-size:30px;margin:0 0 15px 0}.footer .footer-top .text h2{font-size:48px;margin:0}.footer .footer-top .button .btn-lg{padding:20px 40px}.footer .footer-middle{padding:60px 0;color:#fff;width:100%;display:flex;flex-wrap:wrap;align-items:center}.footer .footer-middle .left{flex:1;padding-right:60px}.footer .footer-middle .left .logo{height:50px;width:auto;margin-bottom:30px}.footer .footer-middle .left p{font-size:12px;margin:0 0 30px}.footer .footer-middle .right{flex:2;display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:flex-start}.footer .footer-middle .right .footer-menu{padding:0 30px}.footer .footer-middle .right .footer-menu h4{margin:0 0 30px 0;font-size:18px}.footer .footer-middle .right .footer-menu ul{list-style:none;padding:0}.footer .footer-middle .right .footer-menu ul li a{display:block;padding:8px 0;color:#fff;font-size:12px;text-decoration:none}.footer .footer-middle .right .footer-menu ul li a:hover{text-decoration:underline}.footer .footer-bottom{border-top:1px solid rgba(255,255,255,0.3);font-size:12px;color:rgba(255,255,255,0.5);padding:60px 0;text-align:justify}.modal-steps{position:relative;width:100vw;height:100vh;position:fixed;z-index:-1;background:#fff;display:flex;top:0;transition:opacity ease 0.5s;align-items:stretch;opacity:0;overflow:hidden}.modal-steps.open{z-index:999;transition:opacity ease 0.5s;opacity:1}.modal-steps .close-modal{background:#ff4e7f url("../images/close-icon.svg") no-repeat center;color:#fff;width:40px;height:40px;top:15px;right:30px;left:auto;border-radius:50%;position:absolute;z-index:900;transition:all ease 0.3s;display:block;transform:rotate(0deg);cursor:pointer}.modal-steps .close-modal:hover{background:#e72259 url("../images/close-icon.svg") no-repeat center;transform:rotate(180deg);transition:all ease 0.3s}.modal-steps .left{background:url("../images/step-left-bg-top.svg") no-repeat right top,url("../images/step-left-bg-bottom.svg") no-repeat left bottom,url("../images/step-left-bg.svg") no-repeat right center;background-color:#fff;background-size:20% auto, 20% auto, auto 100%;flex:5;padding:40px;display:flex;overflow:hidden}.modal-steps .left .step{left:150%;opacity:0;position:absolute;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:opacity ease 0.5s}.modal-steps .left .step.open{left:0%;opacity:1;position:relative;transition:opacity ease 0.5s}.modal-steps .left .step .btn-back{position:absolute;top:0px;left:0px;cursor:pointer;background:#fff url("../images/icon-arrow-back-grey.svg") no-repeat left center;background-size:auto 100%;padding-left:35px;border:1px solid #e1e4e9;color:#72808b;transition:all ease 0.3s;z-index:900}.modal-steps .left .step .btn-back:hover,.modal-steps .left .step .btn-back:focus,.modal-steps .left .step .btn-back:active{background:#f6f7f9 url("../images/icon-arrow-back-grey.svg") no-repeat left center;background-size:auto 100%;outline:none;transition:all ease 0.3s}.modal-steps .left .step .step-icon{display:block;margin:0 auto 30px auto}.modal-steps .left .step .title{text-align:center;color:#385794;margin:0 0 15px 0;font-size:36px}.modal-steps .left .step .subtitle{color:#385794;font-size:18px;color:#303e49;margin:0 0 60px 0;text-align:center}.modal-steps .left .step .buttons{display:flex;justify-content:space-around;width:100%;margin-bottom:60px}.modal-steps .left .step .buttons .step-button{flex:1;margin:0 15px;padding:30px;background:#e1e4e9;color:#72808b;font-size:20px;font-weight:700;text-align:center;border:none;border-radius:16px;cursor:pointer;transition:all ease 0.3s}.modal-steps .left .step .buttons .step-button:hover,.modal-steps .left .step .buttons .step-button:focus,.modal-steps .left .step .buttons .step-button:active{background:#e72259;transition:all ease 0.3s;color:#fff;outline:none}.modal-steps .left .step#step-three .buttons{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:15px;margin-bottom:60px}.modal-steps .left .step#step-three .buttons .step-button{font-size:16px;margin:0;text-align:left;background:#e1e4e9;display:none}.modal-steps .left .step#step-three .buttons .step-button:before{content:"";width:38px;height:38px;position:absolute;top:50%;margin-top:-19px;left:auto;right:20px;background:url("../images/step-btn-bg-default.svg") no-repeat center;background-size:100% auto}.modal-steps .left .step#step-three .buttons .step-button:hover,.modal-steps .left .step#step-three .buttons .step-button:focus,.modal-steps .left .step#step-three .buttons .step-button:active{background:#d5d8dd;transition:all ease 0.3s;color:#72808b;outline:none}.modal-steps .left .step#step-three .buttons .step-button.active{background:#e72259;color:#fff}.modal-steps .left .step#step-three .buttons .step-button.active:before{background:url("../images/step-btn-bg-active.svg") no-repeat center}.modal-steps .left .step#step-three.stocks.novice #copy-trading,.modal-steps .left .step#step-three.stocks.novice #mobile-trading,.modal-steps .left .step#step-three.stocks.novice #trade-on-margin,.modal-steps .left .step#step-three.stocks.novice #offers-us-stocks,.modal-steps .left .step#step-three.stocks.novice #offers-uk-stocks,.modal-steps .left .step#step-three.stocks.novice #accepts-bank-transfer{display:block}.modal-steps .left .step#step-three.stocks.intermediate #mobile-trading,.modal-steps .left .step#step-three.stocks.intermediate #trade-on-margin,.modal-steps .left .step#step-three.stocks.intermediate #offers-us-stocks,.modal-steps .left .step#step-three.stocks.intermediate #offers-uk-stocks,.modal-steps .left .step#step-three.stocks.intermediate #accepts-paypal,.modal-steps .left .step#step-three.stocks.intermediate #direct-market-access{display:block}.modal-steps .left .step#step-three.stocks.professional #professional-status,.modal-steps .left .step#step-three.stocks.professional #trade-on-margin,.modal-steps .left .step#step-three.stocks.professional #offers-us-stocks,.modal-steps .left .step#step-three.stocks.professional #offers-uk-stocks,.modal-steps .left .step#step-three.stocks.professional #accepts-bank-transfer,.modal-steps .left .step#step-three.stocks.professional #direct-market-access{display:block}.modal-steps .left .step#step-three.crypto.novice #copy-trading,.modal-steps .left .step#step-three.crypto.novice #mobile-trading,.modal-steps .left .step#step-three.crypto.novice #trade-on-margin,.modal-steps .left .step#step-three.crypto.novice #offers-crypto-crosses,.modal-steps .left .step#step-three.crypto.novice #offers-altcoins,.modal-steps .left .step#step-three.crypto.novice #accepts-bank-transfer{display:block}.modal-steps .left .step#step-three.crypto.intermediate #copy-trading,.modal-steps .left .step#step-three.crypto.intermediate #mobile-trading,.modal-steps .left .step#step-three.crypto.intermediate #trade-on-margin,.modal-steps .left .step#step-three.crypto.intermediate #offers-crypto-crosses,.modal-steps .left .step#step-three.crypto.intermediate #offers-altcoins,.modal-steps .left .step#step-three.crypto.intermediate #accepts-bank-transfer{display:block}.modal-steps .left .step#step-three.crypto.professional #professional-status,.modal-steps .left .step#step-three.crypto.professional #trade-on-margin,.modal-steps .left .step#step-three.crypto.professional #offers-crypto-crosses,.modal-steps .left .step#step-three.crypto.professional #offers-altcoins,.modal-steps .left .step#step-three.crypto.professional #accepts-bank-transfer,.modal-steps .left .step#step-three.crypto.professional #accepts-credit-card{display:block}.modal-steps .left .step#step-three.metals.novice #copy-trading,.modal-steps .left .step#step-three.metals.novice #mobile-trading,.modal-steps .left .step#step-three.metals.novice #trade-on-margin,.modal-steps .left .step#step-three.metals.novice #accepts-bank-transfer,.modal-steps .left .step#step-three.metals.novice #accepts-credit-card,.modal-steps .left .step#step-three.metals.novice #offers-demo-account{display:block}.modal-steps .left .step#step-three.metals.intermediate #mobile-trading,.modal-steps .left .step#step-three.metals.intermediate #trade-on-margin,.modal-steps .left .step#step-three.metals.intermediate #accepts-credit-card,.modal-steps .left .step#step-three.metals.intermediate #accepts-bank-transfer,.modal-steps .left .step#step-three.metals.intermediate #offers-demo-account,.modal-steps .left .step#step-three.metals.intermediate #copy-trading{display:block}.modal-steps .left .step#step-three.metals.professional #professional-status,.modal-steps .left .step#step-three.metals.professional #trade-on-margin,.modal-steps .left .step#step-three.metals.professional #accepts-bank-transfer,.modal-steps .left .step#step-three.metals.professional #offers-demo-account,.modal-steps .left .step#step-three.metals.professional #accepts-credit-card,.modal-steps .left .step#step-three.metals.professional #copy-trading{display:block}.modal-steps .left .step#step-three.forex.novice #offers-mt4,.modal-steps .left .step#step-three.forex.novice #allows-scalping,.modal-steps .left .step#step-three.forex.novice #copy-trading,.modal-steps .left .step#step-three.forex.novice #mobile-trading,.modal-steps .left .step#step-three.forex.novice #accepts-bank-transfer,.modal-steps .left .step#step-three.forex.novice #accepts-credit-card{display:block}.modal-steps .left .step#step-three.forex.intermediate #offers-mt4,.modal-steps .left .step#step-three.forex.intermediate #allows-scalping,.modal-steps .left .step#step-three.forex.intermediate #allows-hedging,.modal-steps .left .step#step-three.forex.intermediate #fixed-spreads,.modal-steps .left .step#step-three.forex.intermediate #variable-spreads,.modal-steps .left .step#step-three.forex.intermediate #accepts-bank-transfer{display:block}.modal-steps .left .step#step-three.forex.professional #offers-mt4,.modal-steps .left .step#step-three.forex.professional #allows-scalping,.modal-steps .left .step#step-three.forex.professional #professional-status,.modal-steps .left .step#step-three.forex.professional #ecn-execution,.modal-steps .left .step#step-three.forex.professional #zero-spread,.modal-steps .left .step#step-three.forex.professional #vps-trading{display:block}.modal-steps .left .step#step-three .goto-last-step{margin-bottom:60px;background:#385794 url("../images/icon-arrow-next-white.svg") no-repeat right center;background-size:auto 100%;padding-right:50px;text-transform:uppercase}.modal-steps .left .step#step-three .goto-last-step:hover,.modal-steps .left .step#step-three .goto-last-step:focus,.modal-steps .left .step#step-three .goto-last-step:active{background:#e72259 url("../images/icon-arrow-next-white.svg") no-repeat right center;color:#fff;background-size:auto 100%}.modal-steps .left .progress-bar{align-self:flex-end;margin:0;width:100%;list-style:none;display:flex;align-items:stretch;padding:0}.modal-steps .left .progress-bar li{text-align:center;width:25%;font-size:14px;display:flex;flex-direction:column;align-items:center}.modal-steps .left .progress-bar li:before{content:"";display:block;position:absolute;width:50%;height:6px;background:#e1e4e9;left:0;top:9px;z-index:1}.modal-steps .left .progress-bar li:after{content:"";display:block;position:absolute;width:50%;height:6px;background:#e1e4e9;left:50%;top:9px;z-index:1}.modal-steps .left .progress-bar li:first-child:before{display:none}.modal-steps .left .progress-bar li:last-child:after{display:none}.modal-steps .left .progress-bar li span{display:block;background:#e1e4e9;width:24px;height:24px;border-radius:50%;margin-bottom:20px;z-index:2}.modal-steps .left .progress-bar.step-one li:nth-child(1) span{background:#e72259}.modal-steps .left .progress-bar.step-one li:nth-child(1):after{background:#e72259}.modal-steps .left .progress-bar.step-one li:nth-child(2) span{background:#e72259;box-shadow:0 0 0 6px #fff,0 0 0 12px #e72259}.modal-steps .left .progress-bar.step-one li:nth-child(2):before{background:#e72259}.modal-steps .left .progress-bar.step-two li:nth-child(1) span{background:#e72259}.modal-steps .left .progress-bar.step-two li:nth-child(1):after{background:#e72259}.modal-steps .left .progress-bar.step-two li:nth-child(2) span{background:#e72259;box-shadow:none}.modal-steps .left .progress-bar.step-two li:nth-child(2):before{background:#e72259}.modal-steps .left .progress-bar.step-two li:nth-child(2):after{background:#e72259}.modal-steps .left .progress-bar.step-two li:nth-child(3) span{background:#e72259;box-shadow:0 0 0 6px #fff,0 0 0 12px #e72259}.modal-steps .left .progress-bar.step-two li:nth-child(3):before{background:#e72259}.modal-steps .left .progress-bar.step-three li:nth-child(1) span{background:#e72259}.modal-steps .left .progress-bar.step-three li:nth-child(1):after{background:#e72259}.modal-steps .left .progress-bar.step-three li:nth-child(2) span{background:#e72259;box-shadow:none}.modal-steps .left .progress-bar.step-three li:nth-child(2):before{background:#e72259}.modal-steps .left .progress-bar.step-three li:nth-child(2):after{background:#e72259}.modal-steps .left .progress-bar.step-three li:nth-child(3) span{background:#e72259;box-shadow:none}.modal-steps .left .progress-bar.step-three li:nth-child(3):before{background:#e72259}.modal-steps .left .progress-bar.step-three li:nth-child(3):after{background:#e72259}.modal-steps .left .progress-bar.step-three li:nth-child(4) span{background:#e72259;box-shadow:0 0 0 6px #fff,0 0 0 12px #e72259}.modal-steps .left .progress-bar.step-three li:nth-child(4):before{background:#e72259}.modal-steps .right{flex:2;background:#fff;box-shadow:0 0 60px rgba(0,0,0,0.2);padding:40px;overflow:hidden}.modal-steps .right .heading{text-align:center;font-size:30px;color:#385794;margin:0 0 20px 0}.modal-steps .right .description{text-align:center;font-size:16px;line-height:1.3;color:#303e49;margin-bottom:20px}.modal-steps .right .result-items{display:grid;grid-template-columns:repeat(1, 1fr);grid-gap:10px}.modal-steps .right .result-items .item{display:flex;width:100%;align-items:flex-start;padding:15px 75px 15px 15px;border-radius:12px;box-shadow:0 0 30px rgba(0,0,0,0.2);background:#fff url("../images/result-item-active.svg") no-repeat right center;background-size:60px auto;filter:grayscale(1) blur(3px);opacity:0.3}.modal-steps .right .result-items .item.active{filter:none;opacity:1}.modal-steps .right .result-items .item .logo{margin-right:15px;flex:0}.modal-steps .right .result-items .item .logo img{height:60px;width:auto;display:block}.modal-steps .right .result-items .item .info{flex:1}.modal-steps .right .result-items .item .info .name{margin:0 0 5px 0;color:#385794;font-size:18px}.modal-steps .right .result-items .item .info .stars{width:73px;height:18px;position:absolute;background:rgba(255,255,255,0.95);border-radius:6px;z-index:2;left:auto;right:0px;top:0;background-image:url("../images/icon-stars-0.svg");background-position:right center;background-size:auto 12px;background-repeat:no-repeat}.modal-steps .right .result-items .item .info .stars.one{background-image:url("../images/icon-stars-1.svg")}.modal-steps .right .result-items .item .info .stars.two{background-image:url("../images/icon-stars-2.svg")}.modal-steps .right .result-items .item .info .stars.three{background-image:url("../images/icon-stars-3.svg")}.modal-steps .right .result-items .item .info .stars.four{background-image:url("../images/icon-stars-4.svg")}.modal-steps .right .result-items .item .info .stars.five{background-image:url("../images/icon-stars-5.svg")}.modal-steps .right .result-items .item .info .short-descr{font-size:12px;color:#72808b;line-height:1.1}.final-step{background:url("../images/step-left-bg-top.svg") right top no-repeat,url("../images/final-result-bg-left.svg") no-repeat left top,url("../images/final-result-bg-right.svg") no-repeat right top;background-size:auto auto, 25% auto, 60% auto}.final-step .header{background:none}.final-step .header .navbar{padding-bottom:0}.final-step .footer{background:url("../images/footer-bg.svg") no-repeat center top;background-size:auto 100%}.content{width:100%}.content .final-result .final-result-icon{margin:0 auto 15px auto;height:150px;width:auto;display:block}.content .final-result .title{text-align:center;margin:0 0 15px 0;font-size:36px;color:#385794}.content .final-result .subtitle{font-size:18px;text-align:center;margin:0 0 30px 0}.content .final-result .final-reult-item{display:flex;flex-direction:column;align-items:center;margin:0 auto 60px auto;width:33%;background:#fff;border-radius:16px;box-shadow:0 0 60px rgba(0,0,0,0.2)}.content .final-result .final-reult-item .brocker-logo{max-width:100%;height:46px;width:auto;display:block;margin:30px auto 30px auto;padding:0px 30px 0px 30px}.content .final-result .final-reult-item .brocker-name{text-align:center;font-size:16px;color:#385794;padding:0px 30px 30px 30px;margin:0}.content .final-result .final-reult-item .checked-round-pink{padding:0px 30px 20px 30px;margin:0}.content .final-result .final-reult-item .checked-round-pink li{background-position:left 2px;font-size:14px;background-size:14px auto;color:#575b64}.content .final-result .final-reult-item .btn{margin:0 30px 30px 30px}.content .final-result .final-reult-item .accordion{background:#f6f7f9;padding:30px;border-radius:0 0 16px 16px}.modal-form{background:url("../images/step-left-bg-top.svg") no-repeat right top,url("../images/step-left-bg-bottom.svg") no-repeat left bottom;background-color:#fff;background-size:20% auto, 20% auto;position:fixed;height:100vh;width:100vw;z-index:1000;top:0;display:none;align-items:center;justify-content:center}.modal-form.open{display:flex}.modal-form .close{position:absolute;display:block;background:#b9033e;top:15px;left:auto;right:30px}.modal-form .modal-content{padding:60px;width:100%;max-width:1200px}.modal-form .modal-content .heading{margin-bottom:30px;text-align:center}.modal-form .modal-content .heading h2{font-size:36px;color:#e72259;margin:0 0 20px 0}.modal-form .modal-content .heading p{color:#657fb4;line-height:1.4}.form-container{background:#fff;border-radius:16px;box-shadow:0 0 80px rgba(0,0,0,0.1);padding:60px;margin:60px 0}.form-container .heading{background:#385794;margin-bottom:30px;text-align:center;margin:-60px -60px 30px -60px;border-radius:16px 16px 0 0;padding:40px 60px}.form-container .heading h2{font-size:36px;color:#e72259;margin:0 0 20px 0;color:#fff}.form-container .heading p{color:#657fb4;line-height:1.4;color:#fff;margin-bottom:0}form.request-form{display:flex;flex-wrap:wrap}form.request-form .form-block{padding:30px 15px}form.request-form .form-block label{margin:0 0 8px 16px;font-size:18px;color:#385794;display:block}form.request-form .form-block .form-field{display:block;width:100%;padding:15px;border:1px solid #f6f7f9;background:#f6f7f9 !important;border-radius:30px;transition:all ease 0.4s}form.request-form .form-block .form-field:focus{outline:none;border:1px solid #fff;box-shadow:0 0 60px #b1c8f6;background:#fff !important;transition:all ease 0.4s}form.request-form .form-block .form-field.form-tel{padding-left:50px}form.request-form .form-block .form-field-check{display:block;background:#d8dbe1 url("../images/check-icon.svg") no-repeat center 200%;background-size:16px auto;appearance:none;-webkit-appearance:none;width:28px;height:28px;border-radius:50%;transition:all ease 0.4s}form.request-form .form-block .form-field-check:checked{background:#e72259 url("../images/check-icon.svg") no-repeat center center;background-size:16px auto;box-shadow:none;outline:none;transition:all ease 0.4s}form.request-form .form-block .form-field-check:focus{box-shadow:none;outline:none}form.request-form .form-block.first-name,form.request-form .form-block.last-name{width:50%}form.request-form .form-block.country,form.request-form .form-block.email,form.request-form .form-block.phone{width:33.33%}form.request-form .form-block.agree,form.request-form .form-block.submit{width:100%;display:flex;justify-content:center;align-items:center}form.request-form .form-block.agree label{margin:0 0 0 15px;font-size:16px}@media (max-width: 1199.98px){.container{width:960px}.header .steps{position:relative;margin-bottom:60px;margin-top:20px}.header .steps h1{font-size:30px;margin-top:0;margin-bottom:30px}.header .steps .steps-items{padding:30px}.header .steps .steps-items .item{padding:30px 20px}.header .steps .steps-items .item img{width:80%;margin-bottom:10px}.header .steps .steps-items .item span{font-size:20px}.header .go-down{display:none;margin-bottom:50px}.bennefits .bennefits-items .item .heading{font-size:30px}.bennefits .bennefits-items .item .descr{font-size:18px}.trading-directions .direcrions-items .item{padding:30px 15px}.trading-directions .direcrions-items .item h4{font-size:18px}.trading-directions .direcrions-items .item ul li{font-size:14px}.trading-directions .direcrions-items .item .btn{font-size:12px}.partners{padding:80px 0 60px 0}.partners h2{margin:0 0 0px 0}.partners .partners-items .item{padding:60px 40px}.footer{padding-top:100px}.footer .footer-top{padding:40px 0}.footer .footer-middle{padding:40px 0}.footer .footer-bottom{padding:40px 0}.modal-steps .left{flex:7}.modal-steps .left .step .step-icon{display:block;margin:0 auto 30px auto;height:180px;width:auto}.modal-steps .left .step .title{font-size:26px}.modal-steps .left .step .subtitle{font-size:16px;margin-bottom:40px}.modal-steps .left .step .buttons{margin-bottom:40px}.modal-steps .left .step .buttons .step-button{font-size:16px;padding:30px 15px;margin:0 8px;border-radius:12px}.modal-steps .left .step.modal-step-three .buttons{grid-template-columns:repeat(2, 1fr);grid-gap:10px;margin-bottom:40px}.modal-steps .left .step.modal-step-three .buttons .step-button{padding:20px}.modal-steps .left .step.modal-step-three .buttons .step-button:before{right:10px}.modal-steps .left .step.modal-step-three .goto-last-step{margin-bottom:40px}.modal-steps .right{flex:4}.modal-steps .right .heading{font-size:24px;margin:0 0 20px 0}.modal-steps .right .description{font-size:14px;line-height:1.2}.modal-steps .right .result-items .item .info .name{margin:0 0 4px 0;font-size:16px}.modal-steps .right .result-items .item .info .short-descr{font-size:11px}.final-step{background-size:auto auto, 25% auto, 60% auto}.final-step .header{background:none}.final-step .header .navbar{padding-bottom:0}.content{width:100%}.content .final-result .final-result-icon{margin:0 auto 15px auto;height:100px}.content .final-result .title{margin:0 0 10px 0;font-size:28px}.content .final-result .subtitle{font-size:16px;margin:0 0 30px 0}.content .final-result .final-reult-item{width:40%}.modal-form .modal-content{padding:40px}.modal-form .modal-content .heading h2{font-size:30px}.modal-form .modal-content form .form-block{padding:20px 15px}.modal-form .modal-content form .form-block label{font-size:16px}form.request-form .form-block{padding:20px 15px}form.request-form .form-block label{font-size:16px}}@media (max-width: 991.98px){.container{width:720px}.header{background:url("../images/main-header-tablet.svg") center top no-repeat;background-size:auto 100%}.header .navbar{padding:20px 40px;position:relative}.header .navbar .logo img{height:50px}.header .navbar .btn{margin-left:auto;margin-right:15px;right:0;left:auto;flex:0;text-transform:uppercase}.header .navbar .menu.collapse{position:absolute;top:-300px;background:#fff;padding:30px;border-radius:16px;box-shadow:0 0 300px rgba(0,0,0,0.8);right:40px;left:40px;z-index:500;margin:0;top:-100%;display:block;opacity:0;transition:all ease 0.5s;z-index:0}.header .navbar .menu.open{transition:all ease 0.5s;display:block;top:100px;opacity:1;z-index:900}.header .navbar .menu ul{flex-direction:column;justify-content:center}.header .navbar .menu ul li{flex-direction:column}.header .navbar .menu ul li a{text-align:center;color:#385794;margin:0;padding:15px;border-radius:6px}.header .navbar .menu ul li a:hover{color:#657fb4}.header .navbar .menu ul li.active a{color:#fff;box-shadow:none;background:#e72259}.header .navbar .menu-toggler{background:none;border:none;height:48px;width:48px;text-align:center;display:flex;align-items:center;justify-content:center;transform:rotate(0deg);transition:all ease 0.5s}.header .navbar .menu-toggler img{height:18px;width:auto}.header .navbar .menu-toggler:focus,.header .navbar .menu-toggler:hover,.header .navbar .menu-toggler:active{box-shadow:none;outline:none}.header .navbar .menu-toggler.open{transform:rotate(90deg);transition:all ease 0.5s}.header .steps{margin-bottom:50px}.header .steps .steps-items .item img{width:100%}.header .go-down{display:none}.features h2{font-size:36px}.features .features-items .item{flex-wrap:wrap}.features .features-items .item .text-block{padding-right:20px}.features .features-items .item .text-block h3{font-size:24px}.features .features-items .item .text-block p{font-size:14px;margin-bottom:15px;line-height:1.4}.features .features-items .item .image-block{width:50%;padding-left:20px}.features .features-items .item.image-left .text-block{padding-left:20px}.features .features-items .item.image-left .text-block .icons-block{display:none}.features .features-items .item.image-left .image-block{padding-right:20px}.features .features-items .item.image-left .icons-block{display:flex;order:3;justify-content:space-between}.features .features-items .item.image-left .icons-block .item{padding:20px;width:20%;display:flex;flex-direction:column;align-items:center;margin-bottom:0;flex-wrap:wrap}.features .features-items .item.image-left .icons-block .item img{height:60px;width:auto}.features .features-items .item.image-left .icons-block .item span{font-size:14px;text-align:center;color:#385794}.trading-directions .direcrions-items{grid-gap:20px;grid-template-columns:repeat(2, 1fr)}.trading-directions .direcrions-items .item{padding:60px}.trading-directions .direcrions-items .item img{margin-bottom:5px}.trading-directions .direcrions-items .item h4{font-size:18px;margin-bottom:20px}.trading-directions .direcrions-items .item ul{margin-bottom:15px}.trading-directions .direcrions-items .item .btn{font-size:12px}.feedbacks{width:100%;padding:60px 0;background:#f6f7f9}.feedbacks h2{font-size:38px}.feedbacks .feedbacks-items .item .person{grid-template-columns:repeat(4, 1fr);grid-column-gap:20px;grid-template-areas:"avatar name name name " "avatar origin origin origin "}.feedbacks .feedbacks-items .item .person .name{font-size:20px}.feedbacks .feedbacks-items .item .person .origin{font-size:12px}.feedbacks .feedbacks-items .item .feedback{font-size:16px}.feedbacks .feedbacks-items .item .feedback::before{height:14px}.feedbacks .feedbacks-items .item .feedback::after{height:14px}.partners{padding:80px 0 60px 0}.partners h2{font-size:38px}.partners .partners-items .item{padding:40px 30px}.footer{padding-top:80px}.footer .footer-top{padding:40px 0}.footer .footer-top .text h3{font-size:18px}.footer .footer-top .text h2{font-size:30px}.footer .footer-middle{padding:40px 0}.footer .footer-middle .left{flex:auto;width:100%;order:2;padding:0;margin-top:30px}.footer .footer-middle .left .logo{display:none}.footer .footer-middle .left p{margin:0 0 15px 0}.footer .footer-middle .right{flex:auto;width:100%;order:1;justify-content:space-around}.footer .footer-middle .right .footer-menu h4{margin-bottom:15px}.footer .footer-middle .right .footer-menu ul li a{padding:5px 0}.footer .footer-bottom{padding:40px 0}.modal-steps{flex-direction:column}.modal-steps .left{background:url("../images/step-left-bg-top.svg") no-repeat right top,url("../images/step-left-bg-bottom.svg") no-repeat left bottom,url("../images/step-left-bg.svg") no-repeat right center;background-color:#fff;background-size:20% auto, 20% auto, auto 100%;flex:10;padding:30px}.modal-steps .left .step .step-icon{margin:0 auto 15px auto;height:140px}.modal-steps .left .step .title{font-size:28px}.modal-steps .left .step .subtitle{font-size:16px;margin-bottom:60px}.modal-steps .left .step .buttons{margin-bottom:60px}.modal-steps .left .step .buttons .step-button{margin-bottom:0;font-size:16px;padding:30px 15px;margin:0 8px;border-radius:12px}.modal-steps .left .step.modal-step-three .subtitle{margin-bottom:30px}.modal-steps .left .step.modal-step-three .buttons{grid-template-columns:repeat(2, 1fr);grid-gap:10px;margin-bottom:30px}.modal-steps .left .step.modal-step-three .buttons .step-button{padding:20px}.modal-steps .left .step.modal-step-three .buttons .step-button:before{right:10px}.modal-steps .left .step.modal-step-three .goto-last-step{margin-bottom:30px}.modal-steps .left .progress-bar li:before{height:3px;top:7px}.modal-steps .left .progress-bar li:after{height:3px;top:7px}.modal-steps .left .progress-bar li span{height:16px;width:16px}.modal-steps .left .progress-bar.step-two li:nth-child(3) span{box-shadow:0 0 0 5px #fff, 0 0 0 9px #e72259}.modal-steps .left .progress-bar.step-three li:nth-child(4) span{box-shadow:0 0 0 5px #fff, 0 0 0 9px #e72259}.modal-steps .right{flex:5;padding:30px}.modal-steps .right .heading{margin-bottom:10px}.modal-steps .right .result-items{grid-template-columns:repeat(2, 1fr)}.modal-steps .right .result-items .item .logo img{height:40px}.modal-steps .right .result-items .item .info .name{margin:0 0 4px 0;font-size:14px}.modal-steps .right .result-items .item .info .short-descr{font-size:10px}.final-step{background:url("../images/step-left-bg-top.svg") right top no-repeat,url("../images/final-result-bg-left.svg") no-repeat left top;background-size:auto auto, 60% auto}.final-step .header{background:none}.final-step .header .navbar{padding-bottom:0}.content{width:100%}.content .final-result .final-result-icon{margin:0 auto 15px auto;height:100px}.content .final-result .title{margin:0 0 10px 0;font-size:28px}.content .final-result .subtitle{font-size:16px;margin:0 0 30px 0}.content .final-result .final-reult-item{width:40%}}@media (max-width: 767.98px){.container{width:540px}.header .steps{margin-bottom:60px;margin-top:0}.header .steps h1{font-size:24px;margin-bottom:30px;margin-top:0px}.header .steps .steps-items{padding:0}.header .steps .steps-items .item{width:25%;padding:30px;border-radius:0}.header .steps .steps-items .item+.item{border-left:1px solid #f6f7f9}.header .steps .steps-items .item:first-child{border-radius:16px 0 0 16px}.header .steps .steps-items .item:nth-child(4){border-radius:0 16px 16px 0}.header .steps .steps-items .item img{width:100%}.header .steps .steps-items .item span{font-size:18px}.header .steps .steps-items .progress-bar{display:none}.bennefits .bennefits-items .item{padding:15px}.bennefits .bennefits-items .item .heading{font-size:22px}.bennefits .bennefits-items .item .descr{font-size:16px}.features h2{font-size:24px;margin:0 0 30px 0}.features .features-items .item{flex-wrap:wrap;flex-direction:column;align-items:center;margin-bottom:80px}.features .features-items .item .text-block{padding:0;width:100%;order:2;text-align:center}.features .features-items .item .text-block h3{font-size:24px}.features .features-items .item .text-block p{font-size:14px;margin-bottom:15px;line-height:1.4}.features .features-items .item .image-block{width:100%;padding:0;text-align:center}.features .features-items .item .image-block img{height:200px;width:auto;margin:0 auto}.features .features-items .item.image-left .text-block{padding:0}.features .features-items .item.image-left .text-block .icons-block{display:none}.features .features-items .item.image-left .image-block{padding0t:0}.features .features-items .item.image-left .icons-block{display:flex;order:3;justify-content:space-between}.features .features-items .item.image-left .icons-block .item{padding:15px;width:20%;display:flex;flex-direction:column;align-items:center;margin-bottom:0;flex-wrap:wrap}.features .features-items .item.image-left .icons-block .item img{height:50px;width:auto}.features .features-items .item.image-left .icons-block .item span{font-size:14px;text-align:center;color:#385794}.trading-directions .direcrions-items{grid-template-columns:1fr;grid-column-gap:0;grid-row-gap:15px}.trading-directions .direcrions-items .item{padding:20px;display:grid;grid-template-areas:"image image heading heading  heading" "image image button button button";grid-template-columns:repeat(5, 1fr);grid-column-gap:30px;grid-row-gap:15px}.trading-directions .direcrions-items .item img{margin:0;grid-area:image;height:auto;width:100%}.trading-directions .direcrions-items .item h4{font-size:24px;margin:0;grid-area:heading;align-self:self-end}.trading-directions .direcrions-items .item ul{display:none}.trading-directions .direcrions-items .item .btn{font-size:12px;grid-area:button;align-self:self-start}.feedbacks{padding:40px 0}.feedbacks h2{font-size:24px;margin-bottom:15px}.feedbacks h4{font-size:16px;margin-bottom:40px}.feedbacks .feedbacks-items .item .person{width:40%;margin:0 auto;grid-template-columns:repeat(3, 1fr);grid-column-gap:15px;grid-template-areas:"avatar name name " "avatar origin origin  "}.feedbacks .feedbacks-items .item .person .name{font-size:20px}.feedbacks .feedbacks-items .item .person .origin{font-size:12px}.feedbacks .feedbacks-items .item .feedback{font-size:16px}.feedbacks .feedbacks-items .item .feedback::before{height:14px}.feedbacks .feedbacks-items .item .feedback::after{height:14px}.partners{padding:60px 0 40px 0}.partners h2{font-size:24px}.partners .partners-items .item{padding:30px 15px}.footer{padding-top:30px}.footer .footer-top{padding:40px 0}.footer .footer-top .text{padding-right:30px}.footer .footer-top .text h3{font-size:14px;margin-bottom:10px}.footer .footer-top .text h2{font-size:20px}.footer .footer-middle{padding:40px 0}.footer .footer-middle .left{flex:auto;width:100%;order:2;padding:0;margin-top:30px}.footer .footer-middle .left .logo{display:none}.footer .footer-middle .left p{margin:0 0 15px 0}.footer .footer-middle .right{flex:auto;width:100%;order:1;justify-content:space-around}.footer .footer-middle .right .footer-menu h4{margin-bottom:15px}.footer .footer-middle .right .footer-menu ul li a{padding:5px 0}.footer .footer-bottom{padding:40px 0}.modal-steps{flex-direction:column}.modal-steps .left{background:url("../images/step-left-bg-top.svg") no-repeat right top,url("../images/step-left-bg-bottom.svg") no-repeat left bottom,url("../images/step-left-bg.svg") no-repeat right center;background-color:#fff;background-size:20% auto, 20% auto, auto 100%;flex:3;padding:15px}.modal-steps .left .step .step-icon{margin:0 auto 15px auto;height:100px}.modal-steps .left .step .title{font-size:18px}.modal-steps .left .step .subtitle{font-size:14px;margin-bottom:30px}.modal-steps .left .step .buttons{margin-bottom:30px}.modal-steps .left .step .buttons .step-button{margin-bottom:0;font-size:16px;padding:20px 15px;margin:0 8px;border-radius:12px}.modal-steps .left .step.modal-step-three .step-icon{display:none}.modal-steps .left .step.modal-step-three .subtitle{margin-bottom:20px}.modal-steps .left .step.modal-step-three .buttons{grid-template-columns:repeat(2, 1fr);grid-gap:6px;margin-bottom:20px}.modal-steps .left .step.modal-step-three .buttons .step-button{text-align:center;font-size:12px;padding:15px;border-radius:8px}.modal-steps .left .step.modal-step-three .buttons .step-button:before{display:none}.modal-steps .left .step.modal-step-three .goto-last-step{margin-bottom:20px}.modal-steps .left .progress-bar li{font-size:0}.modal-steps .left .progress-bar li:before{height:3px;top:7px}.modal-steps .left .progress-bar li:after{height:3px;top:7px}.modal-steps .left .progress-bar li span{height:16px;width:16px}.modal-steps .left .progress-bar.step-two li:nth-child(3) span{box-shadow:0 0 0 5px #fff, 0 0 0 9px #e72259}.modal-steps .left .progress-bar.step-three li:nth-child(4) span{box-shadow:0 0 0 5px #fff, 0 0 0 9px #e72259}.modal-steps .right{flex:2;display:none}.final-step{background:url("../images/step-left-bg-top.svg") right top no-repeat,url("../images/final-result-bg-left.svg") no-repeat left top;background-size:auto 80px, 60% auto}.final-step .header{background:none}.final-step .header .logo{height:40px}.final-step .header .navbar{padding:15px 15px 0 15px}.content{width:100%}.content .final-result .final-result-icon{margin:0 auto 15px auto;height:70px}.content .final-result .title{margin:0 0 5px 0;font-size:18px}.content .final-result .subtitle{font-size:14px;margin:0 0 15px 0}.content .final-result .final-reult-item{width:60%}.content .final-result .final-reult-item .brocker-logo{height:30px;margin-bottom:15px}.content .final-result .final-reult-item .brocker-name{font-size:16px;padding-bottom:16px}.content .final-result .final-reult-item .checked-round-pink{margin-bottom:0px;padding-bottom:10px}.content .final-result .final-reult-item .checked-round-pink li{font-size:12px;background-size:12px auto}.modal-form .modal-content{padding:15px}.modal-form .modal-content .heading{margin-bottom:10px}.modal-form .modal-content .heading h2{font-size:16px;margin-bottom:10px}.modal-form .modal-content .heading p{font-size:12px;margin-bottom:0px}.modal-form .modal-content form .form-block{padding:8px 10px}.modal-form .modal-content form .form-block label{font-size:14px;margin-bottom:5px}.modal-form .modal-content form .form-block .form-field{padding:8px}.modal-form .modal-content form .form-block .form-field-check{width:24px;height:24px;background-size:10px auto}.modal-form .modal-content form .form-block.agree label{font-size:14px}form.request-form .form-block{padding:8px 10px}form.request-form .form-block label{font-size:14px;margin-bottom:5px}form.request-form .form-block .form-field{padding:8px}form.request-form .form-block .form-field-check{width:24px;height:24px;background-size:10px auto}form.request-form .form-block.agree label{font-size:14px}.form-container{padding:30px;margin:30px 0}.form-container .heading{background:#385794;margin-bottom:30px;text-align:center;margin:-30px -30px 30px -30px;border-radius:16px 16px 0 0;padding:30px 30px}.form-container .heading h2{font-size:26px;color:#e72259;margin:0 0 20px 0;color:#fff}.form-container .heading p{color:#657fb4;line-height:1.4;color:#fff;margin-bottom:0;font-size:14px}}@media (max-width: 575.98px){.container{width:100%}.header{background:url("../images/main-header-mobile.svg") no-repeat center top;background-size:auto 100%}.header .navbar{padding:15px}.header .navbar .logo img{height:40px}.header .navbar .btn{margin-right:15px;font-size:14px}.header .navbar .menu.collapse{padding:30px;right:15px;left:15px}.header .navbar .menu.open{top:80px}.header .steps{margin-top:10px;margin-bottom:40px}.header .steps h1{font-size:24px;line-height:1.3;margin-top:0;margin-bottom:30px}.header .steps .steps-items{padding:0}.header .steps .steps-items .item{width:50%;padding:30px 30px;border-radius:0}.header .steps .steps-items .item+.item{border-left:1px solid #f6f7f9}.header .steps .steps-items .item:first-child{border-radius:16px 0 0 0}.header .steps .steps-items .item:nth-child(2){border-radius:0 16px 0 0}.header .steps .steps-items .item:nth-child(3){border-radius:0 0 0 16px}.header .steps .steps-items .item:nth-child(4){border-radius:0 0  16px 0}.header .steps .steps-items .item img{width:100%}.header .steps .steps-items .item span{font-size:16px}.header .steps .steps-items .progress-bar{display:none}.bennefits{margin-top:0px}.bennefits .bennefits-items{flex-direction:column}.bennefits .bennefits-items .item{padding:15px}.bennefits .bennefits-items .item .heading{font-size:22px;margin-bottom:5px}.bennefits .bennefits-items .item .descr{font-size:14px}.features h2{font-size:24px;margin:0 0 30px 0}.features .features-items .item{flex-wrap:wrap;flex-direction:column;align-items:center;margin-bottom:60px}.features .features-items .item:last-child{margin-bottom:30px}.features .features-items .item .text-block{padding:0;width:100%;order:2;text-align:center}.features .features-items .item .text-block h3{font-size:18px}.features .features-items .item .text-block p{font-size:14px;text-align:justify}.features .features-items .item .image-block{width:100%;padding:0;text-align:center}.features .features-items .item .image-block img{height:200px;width:auto;margin:0 auto}.features .features-items .item.image-left .text-block{padding:0}.features .features-items .item.image-left .text-block .icons-block{display:none}.features .features-items .item.image-left .image-block{padding0t:0}.features .features-items .item.image-left .icons-block{display:flex;flex-wrap:wrap;justify-content:center}.features .features-items .item.image-left .icons-block .item{padding:15px;width:33.33%;display:flex;flex-direction:column;align-items:center;margin-bottom:0;flex-wrap:wrap}.features .features-items .item.image-left .icons-block .item img{height:50px;width:auto}.features .features-items .item.image-left .icons-block .item span{font-size:14px;text-align:center;color:#385794}.trading-directions{background:#fff url("../images/trading-directions-bg.svg") no-repeat right bottom;background-size:auto 100%;padding:30px 0}.trading-directions .direcrions-items .item{grid-column-gap:15px;grid-row-gap:15px}.feedbacks{padding:60px 0}.feedbacks h2{font-size:18px;margin-bottom:15px}.feedbacks h4{font-size:14px;margin-bottom:40px}.feedbacks .feedbacks-items .item .person{width:60%;margin:0 auto;grid-template-columns:repeat(3, 1fr);grid-column-gap:15px;grid-template-areas:"avatar name name " "avatar origin origin  "}.feedbacks .feedbacks-items .item .person .name{font-size:20px}.feedbacks .feedbacks-items .item .person .origin{font-size:12px}.feedbacks .feedbacks-items .item .feedback{font-size:16px}.feedbacks .feedbacks-items .item .feedback::before{height:14px}.feedbacks .feedbacks-items .item .feedback::after{height:14px}.partners{padding:60px 0 40px 0}.partners h2{font-size:18px}.partners .partners-items .item{padding:20px 30px}.partners .partners-items .owl-dots .owl-dot span{height:10px;width:10px}.footer{padding-top:30px}.footer .footer-top{padding:40px 0;flex-wrap:wrap;justify-content:center}.footer .footer-top .text{width:100%;padding-right:0px;text-align:center;margin-bottom:30px}.footer .footer-top .text h3{font-size:14px;margin-bottom:10px}.footer .footer-top .text h2{font-size:20px}.footer .footer-top .button{text-align:center}.footer .footer-top .button .btn-lg{background:linear-gradient(90deg, #ff4e7f 0%, #c20943 100%) !important}.footer .footer-middle{padding:40px 0}.footer .footer-middle .left{flex:auto;width:100%;order:2;padding:0;margin-top:15px}.footer .footer-middle .left .logo{display:none}.footer .footer-middle .left p{margin:0 0 15px 0}.footer .footer-middle .right{flex:auto;width:100%;order:1;justify-content:space-between}.footer .footer-middle .right .footer-menu{padding:15px 0}.footer .footer-middle .right .footer-menu h4{margin-bottom:15px;font-size:16px}.footer .footer-middle .right .footer-menu ul li a{padding:5px 0;font-size:11px}.footer .footer-bottom{padding:40px 0}.modal-steps{flex-direction:column}.modal-steps .left{background:url("../images/step-left-bg-top.svg") no-repeat right top,url("../images/step-left-bg-bottom.svg") no-repeat left bottom,url("../images/step-left-bg.svg") no-repeat right center;background-color:#fff;background-size:40% auto, 40% auto, auto 100%;flex:3;padding:15px}.modal-steps .left .step .step-icon{margin:0 auto 15px auto;height:100px}.modal-steps .left .step .title{font-size:18px}.modal-steps .left .step .subtitle{font-size:14px;margin-bottom:30px}.modal-steps .left .step .buttons{margin-bottom:30px;flex-direction:column}.modal-steps .left .step .buttons .step-button{display:block;font-size:16px;padding:20px 15px;margin:7px 0;border-radius:12px}.modal-steps .left .step.modal-step-three .step-icon{display:block}.modal-steps .left .step.modal-step-three .subtitle{margin-bottom:30px}.modal-steps .left .step.modal-step-three .buttons{grid-template-columns:repeat(2, 1fr);grid-gap:6px;margin-bottom:30px}.modal-steps .left .step.modal-step-three .buttons .step-button{text-align:center;font-size:13px;padding:15px;border-radius:10px;min-height:65px}.modal-steps .left .step.modal-step-three .buttons .step-button:before{display:none}.modal-steps .left .step.modal-step-three .goto-last-step{margin-bottom:30px}.modal-steps .left .progress-bar li{font-size:0}.modal-steps .left .progress-bar li:before{height:3px;top:7px}.modal-steps .left .progress-bar li:after{height:3px;top:7px}.modal-steps .left .progress-bar li span{height:16px;width:16px}.modal-steps .left .progress-bar.step-two li:nth-child(3) span{box-shadow:0 0 0 5px #fff, 0 0 0 9px #e72259}.modal-steps .left .progress-bar.step-three li:nth-child(4) span{box-shadow:0 0 0 5px #fff, 0 0 0 9px #e72259}.modal-steps .right{flex:2;display:none}.final-step{background:url("../images/step-left-bg-top.svg") right top no-repeat,url("../images/final-result-bg-left.svg") no-repeat left top;background-size:auto 80px, 90% auto}.final-step .header{background:none}.final-step .header .logo{height:40px}.final-step .header .navbar{padding:15px 15px 0 15px}.content{width:100%}.content .final-result .final-result-icon{margin:0 auto 15px auto;height:70px}.content .final-result .title{margin:0 0 5px 0;font-size:26px}.content .final-result .subtitle{font-size:12px;margin:0 0 30px 0}.content .final-result .final-reult-item{width:100%}.content .final-result .final-reult-item .brocker-logo{height:40px;margin-bottom:20px}.content .final-result .final-reult-item .brocker-name{font-size:16px;padding-bottom:16px}.content .final-result .final-reult-item .checked-round-pink{margin-bottom:0px;padding-bottom:10px}.content .final-result .final-reult-item .checked-round-pink li{font-size:12px;background-size:12px auto}.modal-form .modal-content{padding:0 15px}.modal-form .modal-content .heading{margin-bottom:10px}.modal-form .modal-content .heading h2{font-size:16px;margin-bottom:10px}.modal-form .modal-content .heading p{font-size:12px;margin-bottom:0px}.modal-form .modal-content form .form-block{padding:8px 10px}.modal-form .modal-content form .form-block label{font-size:14px;margin-bottom:5px;margin-left:5px}.modal-form .modal-content form .form-block .form-field{padding:8px}.modal-form .modal-content form .form-block .form-field-check{width:24px;height:24px;background-size:10px auto}.modal-form .modal-content form .form-block.first-name,.modal-form .modal-content form .form-block.last-name{width:100%}.modal-form .modal-content form .form-block.country,.modal-form .modal-content form .form-block.email,.modal-form .modal-content form .form-block.phone{width:100%}.modal-form .modal-content form .form-block.agree label{font-size:12px}form.request-form .form-block{padding:8px 10px}form.request-form .form-block label{font-size:14px;margin-bottom:5px;margin-left:5px}form.request-form .form-block .form-field{padding:8px}form.request-form .form-block .form-field-check{width:24px;height:24px;background-size:10px auto}form.request-form .form-block.first-name,form.request-form .form-block.last-name{width:100%}form.request-form .form-block.country,form.request-form .form-block.email,form.request-form .form-block.phone{width:100%}form.request-form .form-block.agree label{font-size:12px}.form-container{padding:15px;margin:15px 0}.form-container .heading{background:#385794;margin-bottom:30px;text-align:center;margin:-15px -15px 15px -15px;border-radius:16px 16px 0 0;padding:15px}.form-container .heading h2{font-size:24px;color:#e72259;margin:0 0 10px 0;color:#fff}.form-container .heading p{color:#657fb4;line-height:1.4;color:#fff;margin-bottom:0;font-size:12px}}
