.InvestIndexMain{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.TisMonitoring{
    margin-top: 40px;
}

.TisMonitoringMainElement{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.InvestIndexMainElementText{
    color: #898989;
    font-size: 16px;
    margin-left: 12px;
}

.TisMonitoringMainElement:nth-of-type(4){
    margin-right: 10px;
    margin-left: 50px;
}

.TisMonitoringMainElement:nth-of-type(5){
    margin-right: 80px;
    margin-left: 10px;
}


.LevelsBottom{
    margin: auto;
    position: relative;
    height: 143px;
    width: 1019px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 30px;
}

.LevelsBottomIn{
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-image: linear-gradient(to top, #5b525c, #a69ba7);
    transform: skewX(-15deg);
    border-radius: 7px;
    position: absolute;
    z-index: -1;
}

.LevelsBottomFlex>a{
    position: relative;
}

.LevelsBottomTextPad{
    display: none;
}

.stepActive{
    position: absolute;
    display: none;
    top: 0;
    left: 0;
}

.LevelsBottomFlexActive{
    cursor: unset;
}
.LevelsBottomFlexActive>.stepActive{
    display: block;

}
.LevelsBottomFlex>a:hover>.stepActive{
    display: block;
}

.LevelsBottomFlex{
    display: flex;
    justify-content: space-between;
    width: 980px;
}

@media only screen and (max-width: 1200px) {
    .LayoutInvestHeaderLogo>div{
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media only screen and (max-width: 1100px) {
    .LayoutInvestHeaderButtons>div{
        margin-left: 15px;
        margin-right: 15px;
    }
    .LevelsBottom {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        height: auto;
    }

    .LevelsBottomIn {
        /*width: 100%;*/
        height: 100%;
        object-fit: contain;
        background-image: linear-gradient(to top, #5b525c, #a69ba7);
        transform: skewX(0);
        border-radius: 0;
        position: absolute;
        z-index: -1;
    }

    .LevelsBottomTextPad {
        display: block;
        color: white;
        font-size: 20px;
        font-weight: 600;
        /*width: 100%;*/
        text-align: center;
        margin: 30px;
    }

    .LevelsBottomFlex {
        width: auto;
        flex-wrap: wrap;
        justify-content: space-around;
        padding-bottom: 30px;
    }

    .LevelsBottomFlex>a {
        margin-right: 5px;
        margin-left: 5px;
    }
    .LayoutInvestFooter{
        text-align: center;
    }
}
.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;
}
