@media only screen and (max-width: 1200px) {
    .InvestHow{
        margin-right: 20px;
        margin-left: 20px;
    }

}

.InvestHow01{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    width: 100%;
}

.InvestHow01Step{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.47);
    border: solid 1px #e7e7e7;
    background-image: linear-gradient(to top, #e3e3e3, #ffffff);
    border-radius: 10px;
    position: relative;
    max-width: 752px;
}

.InvestHow01Img{
    padding-left: 50px;
}

.InvestHow01StepNumber{
    position: absolute;
    right: 30px;
    bottom: 0;
}

.InvestHow01StepNumber>img{
    position: relative;
    top: 7px;
}

.InvestHow01StepText{
    padding: 26px 110px 24px 23px;
    font-size: 14px;
    color: #645b67;
    line-height: 1.71;
}

.InvestHowBottom{
    border: 1px solid #bfb9c0;
    margin-top: 100px;
    display: flex;
    border-radius: 5px;
    justify-content: space-around;
    padding: 10px;
}

.InvestHowBottom02Top,.InvestHowBottom04Top{
    background-image: url(/assets/ForexLineRight.770674aaa64b57c38025.png);
    width: 219px;
    height: 45px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #7a717b;
}
.InvestHowBottom02Bottom,.InvestHowBottom04Bottom{
    width: 219px;
    height: 45px;
    background-image: url(/assets/ForexLineLeft.48e52376d8f3523bf60c.png);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #4a5c42;
}

.InvestHowBottom04Bottom>img,.InvestHowBottom02Bottom>img{
    padding-right: 10px;
}

@media only screen and (max-width: 950px) {
    .InvestHow01{
        border: 1px solid #e6e6e6;
        border-radius: 5px;
        margin-top: 21px;
    }
    .InvestHow01Step{
        background: none;
        box-shadow: none;
        border: none;
    }
    .InvestHow01StepNumber{
        display: none;
    }
    .InvestHow01Img>img{
        padding-right: 20px;
    }
}
@media only screen and (max-width: 800px) {
    .InvestHow01{
        display: grid;
        justify-content: center;

    }
    .InvestHow01Img{
        grid-row: 1;
        margin: auto;
        padding-left: 0;
    }
    .InvestHow01StepText{
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 850px) {
    .InvestHowBottom{
        border: none;
        flex-direction: column;
        align-items: center;
        margin-top: 10px;
    }
    .InvestHowBottom02Bottom,.InvestHowBottom04Bottom{
        transform: rotate(90deg);
        width: 200px;
        position: relative;
        left: -20px;
        top: 50px;

    }
    .InvestHowBottom02Top,.InvestHowBottom04Top{
        transform: rotate(90deg);
        position: relative;
        left: 40px;
        top: 90px;
    }
    .InvestHowBottom02,.InvestHowBottom04{
        margin-bottom: 150px;
    }
}
.LayoutInvest{
    font-family: MyriadPro, sans-serif;
}

.LayoutInvestHeaderLogoMain>a>img{
    width: 288px;
}

.InvestTitle{
    font-size: 36px;
    padding-top: 10px;
}


.LayoutInvestHeaderLogo{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.LayoutInvest>.LayoutInvestHeader{
    margin-top: 40px;
}

.LayoutInvestHeaderLogoMainText{
    font-size: 14px;
    color: #aba6ad;
}

.LayoutInvestHeaderLogoLinkElement,.LayoutInvestHeaderLogoLinkElement>a{
    display: flex;
    align-items: center;
    text-decoration: none;
}

.LayoutInvestHeaderLogoLinkElement>img,.LayoutInvestHeaderLogoLinkElement>a>img{
    padding-right: 12px;
}


.LayoutInvestHeaderLogoLinkElementText{
    font-size: 18px;
    color: #1e1a1f;
}

.LayoutInvestHeaderLogoLinks{
    display: flex;
    align-items: center;
}

.LayoutInvestHeaderLogoLinks>a{
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
}

.LayoutInvestHeaderButtons{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 10px;
    margin-bottom: 20px;
    /*height: 77px;*/
}

.LayoutInvestHeaderButtonElement {
    height: 60px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
}

.LayoutInvestHeaderButtonElement>a{
    text-decoration: none;
}

.InvestIndex{
    margin-top: 66px;
}
.LayoutInvestHeaderButtonElementText{
    position: relative;
    z-index: 5;
    font-size: 19px;
    font-weight: 600;
    padding-left: 26px;
    padding-right: 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: black;
}

.LayoutInvestHeaderButtonElementText>img{
    padding-left: 15px;
}

.LayoutInvestHeaderButtonElementIn{
    position: absolute;
    transform: skewX(-15deg);
    border-radius: 5px;
    background-image: linear-gradient(to top, #ffeb7d, #ffde1f, #fff77e, #fffcd5);
    box-shadow: inset 0 0 0 2px rgba(255, 251, 153, 0.35);
    border: solid 2px #ffa900;
    height: 100%;
    width: 100%;
}
.LayoutInvestHeaderButtonElement:hover>.LayoutInvestHeaderButtonElementIn{
    background-image: linear-gradient(to top, #ffeb7d, #fce563, #fff77e, #fffcd5);

}

.LayoutInvestHeaderButtonElement:active>.LayoutInvestHeaderButtonElementIn{
    background-image: none;
    border: none;
    background: #5c505f;
}

.LayoutInvestFooter{
    margin-top: 40px;
}

.LayoutInvestFooterEmail{
    text-decoration: underline;
    font-size: 12px;
    padding-bottom: 3px;
    color: #0894f7;
}

.LayoutInvestFooterCopyright{
    font-size: 12px;
    color: #111111;
}

@media only screen and (max-width: 1100px) {
    .LayoutInvestHeader{
        margin-top: 5px;
    }
    .LayoutInvestHeaderLogo {
        display: grid;
        justify-content: center;
        grid-template-columns: 100%;
        width: 100%;
    }
    .LayoutInvestHeaderLogoMain{
        display: flex;
        justify-content: center;
    }
    .LayoutInvestHeaderLogoLinks{
       display: flex;
        margin-top: 1px;
       justify-content: space-around;
        flex-wrap: wrap;
    }
    .LayoutInvestHeaderLogoLinks>a{
        margin-top: 17px;
    }
}
@media only screen and (max-width: 500px) {
    .LayoutInvestHeaderLogoMain>img{
        width: 230px;
        height: 33px;
    }
}



    @media only screen and (max-width: 500px) {
    .InvestIndexMain>div{
        padding-right: 5px;
        padding-left: 5px;
    }
        .LayoutInvestHeaderButtonElement{
            width: 100%;
        }
}


.InvestPlateTop{
    top: 0;
    width: 100%;
    height: 47px;
    color: #acb2b8;
    background-color: #1e2e3e;
    position: fixed;
    z-index: 1000;
}

.InvestPlateTopIn>.CheckLanguageOutOut{
    display: none;
}
.InvestPlateTopIn{
    height: 100%;
    margin: auto;
    max-width: 1144px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 1184px) {
    .InvestPlateTopIn{
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media only screen and (max-width: 1000px) {
    .InvestPlateTop {
        display: none;
    }
}

.InvestPlateTopIn>.CheckLanguageOutOut{
    height: 100%;
}
.InvestPlateTopIn>.CheckLanguageOutOut>.CheckLanguage>.CheckLanguageTriangle>img{
    display: none;
}
.InvestPlateTopIn>.CheckLanguageOutOut>.CheckLanguage>.CheckLanguageTriangle>.TriangleForPlate{
    display: block;
}
.InvestPlateTopIn>.CheckLanguageOutOut:hover{
    background-color: #101921;
}
.InvestPlateTopIn>.CheckLanguageOutOut>.CheckLanguage>.CheckLanguageTitle{
    display: none;
}

.InvestPlateTopInElement{
    display: flex;
    align-items: center;
}
.InvestPlateTopInElement>img{
    margin-right: 5px;
}

.InvestPlateTopIn>a,.InvestPlateTopIn>a:visited{
    text-decoration: none;
    color: #acb2b8;
}

.InvestPlateTopInElement>.HeaderAllRightLK{
    margin-top: 0;
    border-bottom: none;
}
.InvestPlateTopInElement>.HeaderAllRightLK>div{
    color: #acb2b8;
    font-size: 13px;
    font-weight: 700;
    border-bottom: none;
}
.InvestPlateTopInElement>.HeaderAllRightLK>div>.HeaderAllLockPlate{
    display: block;
}

.InvestPlateTopInElement>.HeaderAllRightLK>div>.HeaderAllLock{
    display: none;
}

.LayoutInvestHeaderTopLine{
    height: 10px;
    width: 100%;
    position: absolute;
    background-color: #f9bf11;
    top: 0;
    left: 0;
}

/*'MyriadPro'*/
@font-face {
    font-display: fallback;    font-family: 'MyriadPro';
    src: url(/assets/MyriadPro.f64ddedbbe574ab5fd58.ttf);
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-display: fallback;    font-family: 'MyriadPro';
    src: url(/assets/MyriadProItalic.8ee037c7fe70a82f6311.ttf);
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-display: fallback;    font-family: 'MyriadPro';
    src: url(/assets/MyriadProBold.f42addd5731e307b7c34.ttf);
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-display: fallback;    font-family: 'MyriadPro';
    src: url(/assets/MyriadProBoldItalic.7f00845cbab4949cebd0.ttf);
    font-weight: 700;
    font-style: italic;
}
