@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;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url(/assets/HelveticaNeueBoldCondensed.5fb81c36cc15b45f058e.eot);
    src: local('Helvetica Neue Condensed Bold'), local('HelveticaNeueBoldCondensed'),
    url(/assets/HelveticaNeueBoldCondensed.5fb81c36cc15b45f058e.eot?#iefix) format('embedded-opentype'),
    url(/assets/HelveticaNeueBoldCondensed.490e7ef63aa3d825442e.woff2) format('woff2'),
    url(/assets/HelveticaNeueBoldCondensed.032c5f4da263ec230768.woff) format('woff'),
    url(/assets/HelveticaNeueBoldCondensed.7ff1b25d7041efe11b45.ttf) format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url(/assets/HelveticaNeueBlackCondensed.2fd967ecca3cf8f1a9bd.eot);
    src: local('Helvetica Neue Condensed Black'), local('HelveticaNeueBlackCondensed'),
    url(/assets/HelveticaNeueBlackCondensed.2fd967ecca3cf8f1a9bd.eot?#iefix) format('embedded-opentype'),
    url(/assets/HelveticaNeueBlackCondensed.c7df99f39634a23e1b6c.woff2) format('woff2'),
    url(/assets/HelveticaNeueBlackCondensed.d47ad62d25f9aee44126.woff) format('woff'),
    url(/assets/HelveticaNeueBlackCondensed.2e8b367db51828f58e83.ttf) format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url(/assets/HelveticaNeueCyr-Bold.83527cf0de2e28b5579b.eot);
    src: local('HelveticaNeueCyr-Bold'),
    url(/assets/HelveticaNeueCyr-Bold.83527cf0de2e28b5579b.eot?#iefix) format('embedded-opentype'),
    url(/assets/HelveticaNeueCyr-Bold.a737902275e936eaf242.woff2) format('woff2'),
    url(/assets/HelveticaNeueCyr-Bold.e8ac3e02953308d54ad6.woff) format('woff'),
    url(/assets/HelveticaNeueCyr-Bold.613e930355ab0b59fc48.ttf) format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url(/assets/HelveticaNeueCyr-Light.fa2646c666ddd686575a.eot);
    src: local('HelveticaNeueCyr-Light'),
    url(/assets/HelveticaNeueCyr-Light.fa2646c666ddd686575a.eot?#iefix) format('embedded-opentype'),
    url(/assets/HelveticaNeueCyr-Light.ca1c9d28a98e39bc4088.woff2) format('woff2'),
    url(/assets/HelveticaNeueCyr-Light.c1b4dce50601b85b61e7.woff) format('woff'),
    url(/assets/HelveticaNeueCyr-Light.371670cc0c4aa701241a.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url(/assets/HelveticaNeueCyr-Medium.6053588ab977fb8f7880.eot);
    src: local('HelveticaNeueCyr-Medium'),
    url(/assets/HelveticaNeueCyr-Medium.6053588ab977fb8f7880.eot?#iefix) format('embedded-opentype'),
    url(/assets/HelveticaNeueCyr-Medium.751c19bd96c1fdbe6c88.woff2) format('woff2'),
    url(/assets/HelveticaNeueCyr-Medium.1c5a4d413294b14b36e0.woff) format('woff'),
    url(/assets/HelveticaNeueCyr-Medium.bfdbae3c80f7aa49c618.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url(/assets/HelveticaNeueCyr-MediumItalic.1af5f6be19c226c4e696.eot);
    src: local('HelveticaNeueCyr-MediumItalic'),
    url(/assets/HelveticaNeueCyr-MediumItalic.1af5f6be19c226c4e696.eot?#iefix) format('embedded-opentype'),
    url(/assets/HelveticaNeueCyr-MediumItalic.fbc43e274f21f1ca36ed.woff2) format('woff2'),
    url(/assets/HelveticaNeueCyr-MediumItalic.6f15ca53ac5232e80832.woff) format('woff'),
    url(/assets/HelveticaNeueCyr-MediumItalic.1c95d10a7a1e75a46dcb.ttf) format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url(/assets/HelveticaNeueCyr-LightItalic.42eb8fb1e432ccb8cb3b.eot);
    src: local('HelveticaNeueCyr-LightItalic'),
    url(/assets/HelveticaNeueCyr-LightItalic.42eb8fb1e432ccb8cb3b.eot?#iefix) format('embedded-opentype'),
    url(/assets/HelveticaNeueCyr-LightItalic.bd4e9d1d0813fa37c753.woff2) format('woff2'),
    url(/assets/HelveticaNeueCyr-LightItalic.0fed6012d90fb1053b8e.woff) format('woff'),
    url(/assets/HelveticaNeueCyr-LightItalic.8d4fa63ad998071c6875.ttf) format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url(/assets/HelveticaNeueCyr-HeavyItalic.d8226cff4546442ad22f.eot);
    src: local('HelveticaNeueCyr-HeavyItalic'),
    url(/assets/HelveticaNeueCyr-HeavyItalic.d8226cff4546442ad22f.eot?#iefix) format('embedded-opentype'),
    url(/assets/HelveticaNeueCyr-HeavyItalic.34e95009a9dc3a88b507.woff2) format('woff2'),
    url(/assets/HelveticaNeueCyr-HeavyItalic.1155b52c9ea607a642ae.woff) format('woff'),
    url(/assets/HelveticaNeueCyr-HeavyItalic.03e1ffd271ddbc1f3a19.ttf) format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url(/assets/HelveticaNeueCyr-Black.3ab0df24200b0c1d79c0.eot);
    src: local('HelveticaNeueCyr-Black'),
    url(/assets/HelveticaNeueCyr-Black.3ab0df24200b0c1d79c0.eot?#iefix) format('embedded-opentype'),
    url(/assets/HelveticaNeueCyr-Black.436267a0e2b580970561.woff2) format('woff2'),
    url(/assets/HelveticaNeueCyr-Black.e46f690890ca78957b34.woff) format('woff'),
    url(/assets/HelveticaNeueCyr-Black.284a83024e2df8c91f32.ttf) format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url(/assets/HelveticaNeueCyr-Heavy.ffeb83b942d45ccc6fb3.eot);
    src: local('HelveticaNeueCyr-Heavy'),
    url(/assets/HelveticaNeueCyr-Heavy.ffeb83b942d45ccc6fb3.eot?#iefix) format('embedded-opentype'),
    url(/assets/HelveticaNeueCyr-Heavy.31abf4828115acce8d4e.woff2) format('woff2'),
    url(/assets/HelveticaNeueCyr-Heavy.b5abc4a289cda2939dee.woff) format('woff'),
    url(/assets/HelveticaNeueCyr-Heavy.c23733367c232fdea6f4.ttf) format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url(/assets/HelveticaNeueCyr-Italic.c02ec72c1b9e168556f5.eot);
    src: local('HelveticaNeueCyr-Italic'),
    url(/assets/HelveticaNeueCyr-Italic.c02ec72c1b9e168556f5.eot?#iefix) format('embedded-opentype'),
    url(/assets/HelveticaNeueCyr-Italic.0e02931ebfe2ee84edd6.woff2) format('woff2'),
    url(/assets/HelveticaNeueCyr-Italic.78ec9de57260e36191a1.woff) format('woff'),
    url(/assets/HelveticaNeueCyr-Italic.9ecfbd50a76530b5f7b5.ttf) format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url(/assets/HelveticaNeueCyr-Roman.9d7c3316bda88462d707.eot);
    src: local('HelveticaNeueCyr-Roman'),
    url(/assets/HelveticaNeueCyr-Roman.9d7c3316bda88462d707.eot?#iefix) format('embedded-opentype'),
    url(/assets/HelveticaNeueCyr-Roman.d59df5a538d671a54c79.woff2) format('woff2'),
    url(/assets/HelveticaNeueCyr-Roman.0247694e510ebe67cce1.woff) format('woff'),
    url(/assets/HelveticaNeueCyr-Roman.0ca719c710b1fbd7e02f.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url(/assets/HelveticaNeueCyr-BlackItalic.f0bed924a36fcb36a9a6.eot);
    src: local('HelveticaNeueCyr-BlackItalic'),
    url(/assets/HelveticaNeueCyr-BlackItalic.f0bed924a36fcb36a9a6.eot?#iefix) format('embedded-opentype'),
    url(/assets/HelveticaNeueCyr-BlackItalic.aa3aba821167633605e0.woff2) format('woff2'),
    url(/assets/HelveticaNeueCyr-BlackItalic.8583b8cc279eac573773.woff) format('woff'),
    url(/assets/HelveticaNeueCyr-BlackItalic.9ee38d5c96737f0ceb9c.ttf) format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url(/assets/HelveticaNeueCyr-UltraLightItalic.5e96766165d7cb263f3a.eot);
    src: local('HelveticaNeueCyr-UltraLightItalic'),
    url(/assets/HelveticaNeueCyr-UltraLightItalic.5e96766165d7cb263f3a.eot?#iefix) format('embedded-opentype'),
    url(/assets/HelveticaNeueCyr-UltraLightItalic.e7533e52a0956c205070.woff2) format('woff2'),
    url(/assets/HelveticaNeueCyr-UltraLightItalic.09b1d4ed64214487ae28.woff) format('woff'),
    url(/assets/HelveticaNeueCyr-UltraLightItalic.62aca995ea725c98d8e6.ttf) format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url(/assets/HelveticaNeueCyr-BoldItalic.0712e3b2a36f1bc836e6.eot);
    src: local('HelveticaNeueCyr-BoldItalic'),
    url(/assets/HelveticaNeueCyr-BoldItalic.0712e3b2a36f1bc836e6.eot?#iefix) format('embedded-opentype'),
    url(/assets/HelveticaNeueCyr-BoldItalic.cbb08c15939e3f80e219.woff2) format('woff2'),
    url(/assets/HelveticaNeueCyr-BoldItalic.cd0e9aaa4374f079da2e.woff) format('woff'),
    url(/assets/HelveticaNeueCyr-BoldItalic.8aa92c3c0ccddf8cec47.ttf) format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url(/assets/HelveticaNeueCyr-ThinItalic.53e2f56215e64b347647.eot);
    src: local('HelveticaNeueCyr-ThinItalic'),
    url(/assets/HelveticaNeueCyr-ThinItalic.53e2f56215e64b347647.eot?#iefix) format('embedded-opentype'),
    url(/assets/HelveticaNeueCyr-ThinItalic.24eb1e00741337ef2751.woff2) format('woff2'),
    url(/assets/HelveticaNeueCyr-ThinItalic.45d8142a6d17febfefb6.woff) format('woff'),
    url(/assets/HelveticaNeueCyr-ThinItalic.c6a8d318290ef10a2f2f.ttf) format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url(/assets/HelveticaNeueCyr-UltraLight.db6cdf138f8d75205b3f.eot);
    src: local('HelveticaNeueCyr-UltraLight'),
    url(/assets/HelveticaNeueCyr-UltraLight.db6cdf138f8d75205b3f.eot?#iefix) format('embedded-opentype'),
    url(/assets/HelveticaNeueCyr-UltraLight.92aee0fa03f7345b98a7.woff2) format('woff2'),
    url(/assets/HelveticaNeueCyr-UltraLight.7a9ed95490d291e3149e.woff) format('woff'),
    url(/assets/HelveticaNeueCyr-UltraLight.f0b5bdde1b074e7d9110.ttf) format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url(/assets/HelveticaNeueCyr-Thin.269fff804556e4161720.eot);
    src: local('HelveticaNeueCyr-Thin'),
    url(/assets/HelveticaNeueCyr-Thin.269fff804556e4161720.eot?#iefix) format('embedded-opentype'),
    url(/assets/HelveticaNeueCyr-Thin.2f69ed0ac0885fc3f7e6.woff2) format('woff2'),
    url(/assets/HelveticaNeueCyr-Thin.7509330faf374d41f88d.woff) format('woff'),
    url(/assets/HelveticaNeueCyr-Thin.2df5e55fd0d45e98939d.ttf) format('truetype');
    font-weight: 100;
    font-style: normal;
}

