.LayoutMain{
    /*overflow: scroll;*/
    /*height: 99%;*/
}

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

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

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

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

.PlateTopInElement>div>.HeaderAllRightLK{
    margin-top: 0;
}
.PlateTopInElement{
    display: flex;
    align-items: center;
}
.PlateTopInElement>img{
    margin-right: 5px;
}

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

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

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


/*'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;
}
.FooterAll{
    width: 100%;
    margin: auto;
    max-width: 1144px;

}

.FooterAllMainOut{
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.footer_gursText{
    color: #7b7b7b;
    font-size: 13px;
    line-height: 15px;
}
.footer_gursTitle{
    color: #000;
    font-size: 13px;
    line-height: 15px;
}


.footer_gurs{
    display: flex;

}

.footer_gurs>div>a>img{
    position: relative;
    top: 2px;
    padding-right: 10px;
}

.footer_gursText>a{
    text-decoration: none;
}
.footer_gursText>.footer_gursText>a{
    text-decoration: underline;
}
.FooterAllHref{
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-column-gap: 25px;
}

.FooterAllHrefElement{
    display: flex;
    flex-direction: column;
}

.FooterAllHrefElementTitle{

    font-weight: 700;
    font-size: 15px;
    color: #100e08;
    border-bottom: 1px solid #ced4d9;
    padding-top: 15px;
    padding-bottom: 15px;
}

.FooterAllHrefElementMenu{
    display: flex;
    flex-direction: column;
}

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

    font-weight: 400;
    font-size: 13px;
    color: #125590;
    padding-top: 15px;
}

@media only screen and (max-width: 1150px) {
    .FooterAllHref{
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
    .FooterAllHrefElement0{
        grid-column: 1;
        grid-row: 1;
    }
    .FooterAllHrefElement1{
        grid-column: 2;
        grid-row: 1;
    }
    .FooterAllHrefElement2{
        grid-column: 4;
        grid-row: 2;
        position: relative;
        top: -56px;
    }
    .FooterAllHrefElement3{
        grid-column: 3;
        grid-row: 1;
    }
    .FooterAllHrefElement4{
        grid-column: 4;
        grid-row: 1;
    }
    .FooterAllHrefElement5{
        grid-column: 5;
        grid-row: 1;
    }
}


.FooterAllHrefElement4{
    position: relative;
    min-width: 130px;
}

.FooterAllHrefElement4>.FooterAllHrefElementMenu>div>a{
    display: flex;
    align-items: flex-end;

}

.FooterAllHrefElement4>.FooterAllHrefElementMenu>.FooterAllHrefSubMenuElement1>a>div{
    width: 14px;
    height: 14px;
    margin-right: 10px;
    background: url(/assets/FooterAll02.b3dcafdc80462ea18c1a.png) center;
    background-size: cover;
    position: relative;
    top: -1px;
}

.FooterAllHrefElement4>.FooterAllHrefElementMenu>.FooterAllHrefSubMenuElement2>a>div{
    width: 16px;
    height: 18px;
    margin-right: 10px;
    background: url(/assets/FooterAll03.ce3ad395ca1319b1b0cd.png) center;
    background-size: cover;
    position: relative;
    top: -1px;
}

.FooterAllHrefElement4>.FooterAllHrefElementMenu>.FooterAllHrefSubMenuElement3>a>div{
    width: 14px;
    height: 16px;
    margin-right: 10px;
    background: url(/assets/FooterAll04.e622f10a361b9a6e0028.png) center;
    background-size: cover;
    position: relative;
    top: -1px;
}

.FooterAllHrefElement4>.FooterAllHrefElementMenu>.FooterAllHrefSubMenuElement4>a>div{
    width: 14px;
    height: 14px;
    margin-right: 10px;
    background: url(/assets/FooterAll05.1d19a841280021422091.png) center;
    background-size: cover;
    position: relative;
    top: -1px;
}

.FooterAllHrefElement4>.FooterAllHrefElementMenu>.FooterAllHrefSubMenuElement5>a>div{
    width: 15px;
    height: 17px;
    margin-right: 10px;
    background: url(/assets/FooterAll06.fc1b84d0faee5187c224.png) center;
    background-size: cover;
    position: relative;
    top: -1px;
}

.FooterAllHrefElement4>.FooterAllHrefElementMenu>.FooterAllHrefSubMenuElement6>a>div{
    width: 14px;
    height: 12px;
    margin-right: 10px;
    background: url(/assets/FooterAll07.d283924b27ae8a2f88b8.png) center;
    background-size: cover;
    position: relative;
    top: -1px;
}

.FooterAllHrefElement4>.FooterAllHrefElementMenu>.FooterAllHrefSubMenuElement1::before{
    content: "Mobius Trader";

    font-weight: 700;
    font-size: 13px;
    color: #bcc1c4;
    position: relative;
    top: -15px;
}

.FooterAllHrefElement4>.FooterAllHrefElementMenu>.FooterAllHrefSubMenuElement1{
    padding-top: 30px;
}

.FooterAllHrefElement4>.FooterAllHrefElementMenu>.FooterAllHrefSubMenuElement7{
    padding-top: 40px;
}

.FooterAllHrefElement4>.FooterAllHrefElementMenu>.FooterAllHrefSubMenuElement7::before{
    content: "Meta Trader";

    font-weight: 700;
    font-size: 13px;
    color: #bcc1c4;
    position: relative;
    top: -10px;
}

.FooterAllHrefElement4>.FooterAllHrefElementMenu>.FooterAllHrefSubMenuElement2::before{
    content: "";
    width: 26px;
    height: 20px;
    background: url(/assets/FooterAll01.fec09b39882f1189415d.png);
    background-size: cover;
    position: absolute;
    top: 60px;
    right: 2px;
}

.FooterAllHrefElement4>.FooterAllHrefElementMenu>.FooterAllHrefSubMenuElement7>a>div{
    width: 14px;
    height: 14px;
    margin-right: 10px;
    background: url(/assets/FooterAll02.b3dcafdc80462ea18c1a.png) center;
    background-size: cover;
    position: relative;
    top: -1px;
}


@media only screen and (max-width: 900px) {
    .FooterAllHref {
        display: none;
    }
    .Footer404{
        display: flex;
        flex-wrap: wrap;
        width: auto;
        grid-template-columns: auto auto;
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 40px;
    }
    .FooterAllHrefElement2{
        position: unset;
    }
}


.HeaderAllOut{
    font-weight: 400;
    width: 100%;
    margin-bottom: 5px;
}

.HeaderAll{
    width: 100%;
    margin: auto;
    max-width: 1144px;
}




.HeaderAllIn{
    display: grid;
    grid-template-columns: 200px auto minmax(140px,180px);
    grid-column-gap: 50px;
}

@media only screen and (max-width: 1000px) {
    .HeaderAll{
        grid-column-gap: 20px;
    }
}

.HeaderAllTitleFind{
    position: relative;
    top: -4px;
}

.HeaderAllTitle{
    padding-top: 10px;
}

.HeaderAllButtons{
    position: relative;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}

.HeaderAllButtonsElement{
    padding-left: 10px;
    display: grid;
}

.HeaderAllButtonsElement>a,.HeaderAllButtonsElement>a:visited{
    font-size: 17px;
}

.HeaderAllButtonsElementIcon,.HeaderAllButtonsElementIconActive{
    display: none;

}

@media only screen and (max-width: 900px) {

    .HeaderAllButtonsElement{
        grid-template-columns: 21px auto;
        grid-column-gap: 8px;
    }
    .HeaderAllButtonsTopImg{
        display: none;
    }
    .HeaderAllButtons{
        flex-direction: column;
        align-items: flex-start;
    }
    .HeaderAllButtonsElementIcon{
        display: flex;
        justify-content: center;
    }
    .HeaderAllButtonsElement:hover>.HeaderAllButtonsElementIcon{
        display: none;
    }
    .HeaderAllButtonsElement:hover>.HeaderAllButtonsElementIconActive{
        display: flex;
        justify-content: center;
    }
    header{
        margin-top: 16px;
    }
    .HeaderAllButtonsOut{
        display: flex;
        justify-content: center;
    }
}


@media only screen and (max-width: 800px) {
    .HeaderAllIn{
        grid-column-gap: 0;
    }
}

.HeaderAllButtonsTopImg{
    background: url(/assets/HeaderAll08.301f61e6e08d12e0d28b.svg) center;
    background-size: cover;
    width: 100%;
    height: 5px;
}


@media only screen and (max-width: 750px) {
    .HeaderAllButtonsTopImg{
        background: none;
    }
    .HeaderAllButtons{
        flex-direction: column;
    }
}

.HeaderAllTitleBottom{
    display: grid;
    width: 200px;
    grid-template-columns: 65px 130px;
    grid-column-gap: 10px;
    padding-left: 5px;
}

.HeaderAllRightOut{
    display: flex;
    justify-content: flex-end;
}

.HeaderAllRight{
    display: inline-flex;
    flex-direction: column;
    height: 65px;
    justify-content: space-around;
    padding-top: 5px;

}

.HeaderAllRight>div{
    display: inline-flex;
}

.HeaderAllRightLK{
    font-size: 13px;
    display: flex;
    align-items: center;
    margin-top: 15px;
}

/*.HeaderAllRightLK>.HeaderAllRightLKText{*/
/*    border-bottom: dashed 1px #02518e;*/

/*}*/
.HeaderAllRightLK>div{
    margin-right: 6px;
    margin-left: 6px;
    padding-bottom: 1px;
    cursor: pointer;
    font-size: 15px;
}



.HeaderAllRightLK>div:hover{
    color: #2288da;
    border-bottom: dashed 1px #2288da;
}

.HeaderAllRight>.HeaderAllRightOnlyPhone,.HeaderAllTitle>.HeaderAllRightOnlyPhone {
    display: none;
}


.HeaderAllRightPhone{
    font-size: 17px;
    padding-top: 10px;
    margin-bottom: 5px;
}


.HeaderAllRightPhone>img{
    position: relative;
    top: 2px;

}

.HeaderAllRight>.HeaderAllRightOnline{
    display: none;
    font-size: 13px;
    text-decoration: underline;
}

.HeaderAllRightLK{
    color: #02518e;
    text-decoration: dotted;
}

.HeaderAllRightOnline>img{
    padding-right: 5px;
    position: relative;
    top: 2px;
}

.MenuForTelephone{
    display: none;
}



@media only screen and (max-width: 800px) {
    .HeaderAllIn{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .HeaderAll>.StandartIn{
        margin-left: 0;
        margin-right: 0;
    }
    .HeaderAllButtonsElement{
        height: 36px;
        align-items: center;
    }
    .HeaderAllButtonsElement:nth-of-type(2){
        border-left: 1px solid #afb3bc;
        border-right: 1px solid #afb3bc;
    }
    .HeaderAllTitle{
        margin-left: 10px;
        position: relative;
        top: -10px;
    }
    .HeaderAllRight{
        position: relative;
        top: -5px;
    }

    header{
        margin-top: 5px;
    }

    .HeaderAllTitleFind{
        display: none;
    }
    .MenuForTelephone{
        display: block;
    }
    .HeaderAllIn{
        grid-template-columns: auto;
    }
    .HeaderAllButtonsOut{
        grid-row: 3;
    }
    .HeaderAllRightOut{
        grid-row: 2;
    }

    .HeaderAllButtons{
        height: 59px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        align-items: center;
        padding-left: 0;
        padding-right: 0;
        background-color: #eef2fa;
        border-top: 1px solid #afb3bc;
        border-bottom: 1px solid #afb3bc;
        width: 100%;
    }
    .HeaderAllTitle{
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .HeaderAllTitleBottom{
        display: block;
        width: auto;
    }
    .HeaderAllRight{
        flex-direction: unset;
        justify-content: space-around;
        align-items: center;
        height: auto;
    }
    .HeaderAllRightLK{
        margin-top: 0;
    }
    .HeaderAllButtonsElement>a{
        text-decoration: none;
    }
}

@media only screen and (max-width: 500px) {
    .HeaderAllRightPhone{
        display: none;
    }
    .CheckLanguage>.CheckLanguageImg{
        padding-left: 0;
    }
}

@media only screen and (max-width: 400px) {
    .HeaderAllRightPhone{
        font-size: 12px;
    }
    .HeaderAllTitle{
        margin-left: 0;
    }
    .HeaderAllButtonsElement>a, .HeaderAllButtonsElement>a:visited{
        font-size: 14px;
    }

    .HeaderAllRightPhone>img{
        top: -1px;
    }
}


.HeaderAllButtonsPhone{
    display: none;
}

@media only screen and (max-width: 800px) {
    .HeaderAllRightOut{
        position: relative;
        top: -5px;
    }
    .HeaderAllButtons{
        display: none;
    }
    .HeaderAllButtonsPhone{
        display: grid;
    }
    .HeaderAllRightLK{
        height: 31px;
        border: solid 1.5px #033569;
        border-radius: 17px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-right: 21px;
        padding-left: 21px;
    }
    .HeaderAllRightOnline>img {
        padding-right: 13px;
    }
    .HeaderAllRightOnline{
        height: 20px;
        border: solid 1px #d9e1f1;
        border-radius: 3px;
        padding: 6px 19px;
    }
    .HeaderAllRight>.HeaderAllRightNoPhone,.HeaderAllTitleBottom>.HeaderAllRightNoPhone{
        display: none;
    }
    .HeaderAllRight>.HeaderAllRightOnlyPhone{
        display: block;
    }

}

.HeaderAllButtonsPhone{
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    min-height: 23px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 15px;
}

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

.HeaderAllButtonsPhone>a>.HeaderAllButtonsPhoneElement{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: calc(100% - 14px);
}


.HeaderAllButtonsPhoneElement01Out{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.HeaderAllButtonsPhoneElement01Out>div>img{
    margin-left : 17px;
    margin-right : 17px;
}

.HeaderAllButtonsPhone>a>.HeaderAllButtonsPhoneElement>img,.HeaderAllButtonsPhoneElement01>img{
    margin-left: 11px;
    margin-right: 11px;
    padding-top: 8px;
    position: relative;
    top: -3px;
}

.HeaderAllButtonsPhoneElement01{
    border-left: solid 2px #033569;
    border-top: solid 2px #033569;
    border-bottom: solid 2px #033569;
    margin-left: 8px;
    background-color: #ffffff;
    min-height: 19px;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 100%;
    color : black;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 18px;
    border-top-left-radius: 18px;
    position: relative;
    height: calc(100% - 18px);

}
.HeaderAllButtonsPhoneElement01Triangle{
    position: absolute;
    /*width: 0;*/
    /*height: 0;*/
    /*border-top: 5px solid transparent;*/
    /*border-left: 7px solid white;*/
    /*border-bottom: 5px solid transparent;*/
    width: 9px;
    height: 16px;
    background: url(/assets/trianleWhite.30e36a28037e639aa9f2.svg) center;
    background-repeat: no-repeat;
    top: calc(50% - 8px);
    right: -8px;
    z-index: 5;
}
.HeaderAllButtonsPhoneElement02{
    color: #64bee9;
    background-image: linear-gradient(to top, #2e1e9d, #4e32c5);
    position: relative;
    font-weight: 700;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
}

.HeaderAllButtonsPhoneElement02>.HeaderAllButtonsPhoneElementText{
    position: relative;
    z-index: 5;
}

.HeaderAllButtonsPhoneElement02Triangle{
    position: absolute;
    /*width: 0;*/
    /*height: 0;*/
    /*border-top: 5px solid transparent;*/
    /*border-left: 7px solid #4e32c5;*/
    /*border-bottom: 5px solid transparent;*/
    width: 9px;
    height: 16px;
    /*width: 20px;*/
    /*height: 100%;*/
    /*background: url("../../../../static/img/HeaderAll/HeaderPhone/triangleWithLeft.svg") center;*/
    background: url(/assets/triangle.32d109fcf8a15db1c3a7.svg) center;
    background-repeat: no-repeat;
    right: -8px;

    /*width: 9px;*/
    /*height: 16px;*/
    /*background: url("../../../../static/img/HeaderAll/HeaderPhone/triangle.svg") center;*/
    /*top: calc(50% - 8px);*/
    /*right: -8px;*/
}
.HeaderAllButtonsPhoneElement03{
    box-shadow: -5px 0 7px 0 rgba(0, 0, 0, 0.4);
    background-image: linear-gradient(to top, #3f86d4, #3065c5);
    color: #000911;
    margin-right: 8px;
    border-bottom-right-radius: 18px;
    border-top-right-radius: 18px;
    font-weight: 700;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
}


@media only screen and (max-width: 400px) {
    .HeaderAllButtonsPhoneElement03, .HeaderAllButtonsPhoneElement02 {
        padding-left: 3px;
        padding-right: 3px;
        margin-right: 0;
    }

    .HeaderAllButtonsPhoneElement01 {
        margin-left: 0;
    }

    .HeaderAllButtonsPhone {
        grid-template-columns: auto auto auto;
    }


}

@media only screen and (max-width: 800px) {
    .HeaderAllTitle>.HeaderAllRightOnlyPhone {
        display: block;
    }
}
@media only screen and (max-width: 700px) {
    .HeaderAllButtonsPhone>a>.HeaderAllButtonsPhoneElement,.HeaderAllButtonsPhoneElement01{
        flex-direction: column;
        align-items: center;
        ;
    }
    .HeaderAllButtonsPhoneElementText{
        text-align: center;
        min-width: 100px;
    }
}
.HeaderAllRightLKPhone{
    display: none;
}
@media only screen and (max-width: 500px) {
    .HeaderAllRightLK{
        padding-left: 5px;
        padding-right: 5px;
    }
    .HeaderAllRightLK>div,.HeaderAllRightOnline>div{
        display: none;
    }
    .HeaderAllRightLK>.for_cabOut{
        display: block;
    }
    .HeaderAllRightOnline>img{
        padding-right: 0;
    }
    .HeaderAllRightLK>.HeaderAllRightLKPhone{
        display: block;
        border-bottom: unset;
    }
}

@media only screen and (max-width: 485px) {
    .HeaderAllButtonsPhoneElementTextRu{
        padding-left: 15px;
        padding-right: 15px;
    }
    .HeaderAllButtonsPhoneElement01>.HeaderAllButtonsPhoneElementTextRu{
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media only screen and (max-width: 410px) {
    .HeaderAllButtonsPhoneElementTextRu{
        padding-left: 10px;
        padding-right: 10px;
    }
    .HeaderAllButtonsPhoneElement01>.HeaderAllButtonsPhoneElementTextRu{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (max-width: 400px) {
    .HeaderAllButtonsPhoneElementTextRu{
        padding-left: 10px;
        padding-right: 10px;
    }
    .HeaderAllButtonsPhoneElement01>.HeaderAllButtonsPhoneElementTextRu{
        padding-left: 10px;
        padding-right: 10px;
    }
}
.cabinet_header {grid-column: 5 / span 2;
    grid-row: 2;
    justify-self: end;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    margin-top: 31px;}

.cabinet_header>img{
    display: none;
}

.HeaderAllExit{
    display: none;
}
.HeaderAllRightLK>div{
    display: flex;
}
.HeaderAllRightLK>div>div>img{
    margin-right: 10px;
}
.HeaderAllRightLKText{
    display: flex;
}

.ButtonTransparencyInImgExit>img{
    margin-left: 10px;
}

.header_key{
    display: flex;
    height: 15px;
    line-height: 15px;
    cursor: pointer;
}
.header_key_src{
    margin-top: -5px;
    margin-right: 3px;
}

.for_cab{
    display: block;
    background-color : #000;
    height : 100%;
    left : 0;
    opacity : 0.50;
    position : fixed;
    top : 0;
    width : 100%;
    z-index : 100;}

.cab_in{
    padding: 0 0;
    position: fixed;
    z-index: 500;
    top: 130px;
    right: 50px;
    margin: auto;
    /*height : 360px;*/
    /*width : 380px;*/
    background-color: #E5ECFD;
    display: block;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto auto;
    justify-content: space-between;
    align-items: center;}


.login_cab>h2{font-family: Roboto, sans-serif;
    font-size: 15px;}
.pass_cab>h2{font-family: Roboto, sans-serif;
    font-size: 15px;}
.up_cab>h1{font-family: Roboto, sans-serif;
    font-size: 21px;}
.pass_me>h2{font-family: Roboto, sans-serif;
    font-size: 15px;
    color: #218ed2;}

.up_cab{
    grid-column: 1/ span 2; grid-row: 1;}
.x_close{font-family: Roboto, sans-serif;
    font-size: 21px;
    color: blue;
    grid-column: 2; grid-row: 1;
    justify-content: space-between;
    text-align: right;}
.login_cab{
    grid-column: 1; grid-row: 2;}
.login_enter_cab{
    grid-column: 2; grid-row: 2;}
.login_input_cab{
    width: 204px;
    height: 43px;}
.pass_input_cab{
    width: 204px;
    height: 43px;}
.pass_cab{grid-column: 1; grid-row: 3;}
.pass_enter_cab{grid-column: 2; grid-row: 3;}
.pass_me{grid-column: 1; grid-row: 4;}
.button_enter_cab{grid-column: 2; grid-row: 4;}

@media only screen and (max-width: 950px) {
    .cabinet_header {margin-top: 15px;}
}
@media only screen and (max-width: 650px) {
     .cabinet_header {grid-column: 2; grid-row: 1;
     }

}

.EnterCabinetLeft{
    height: 39px;
    margin-top: -3px;
}
.EnterCabinetRight{
    height: 39px;
}

@media only screen and (max-width: 500px) {
    .header_key{
        display:none;
    }
    .cabinet_header{
        margin-top: 0;
        grid-column: 4;
    }
    .cabinet_header>img{
        display: block;
    }
    .cab_in{
        right: calc(50% - 193px);
    }
}

.EnterCabinetLeft{
    /*background-image: url("../../../../../static/img/HeaderAll/smallAuthLeftOut.svg");*/
    display: flex;
    align-items: center;
}
.EnterCabinetRight{
    /*background-image: url("../../../../../static/img/HeaderAll/smallAuthRightOut.svg");*/
    /*height: 32px;*/
    /*width: 35px*/
    display: flex;
    align-items: center;
}

.EnterCabinet>.StandartPhone{
    display: none;
}

@media only screen and (max-width: 500px) {
    .EnterCabinet>.StandartPhone{
        display: flex;
    }

    }

@media only screen and (max-width: 440px) {
    .HeaderAllRightLKText{
        display: none;
    }

    .HeaderAllRightLK>div>div>img{
        margin-right: 0;
    }
    .HeaderAllLockOut{
        display: flex;
        justify-content: center;
    }
}
@media only screen and (max-width: 400px) {

    .cab_in{
        right: 0;
        width: calc(100%);
        padding-left: 0;
        padding-right: 0;
    }
    .iFrameCabinetLinks{
        font-size: 10px;
    }
}


.iFrameCabinetCrest{
    position: absolute;
    right: 40px;
    top: 28px;
    cursor: pointer;
}

.iFrameCabinetLinks{
    position: absolute;
    z-index: 2;
    right: 20px;
    bottom: 20px;}

.iFrameCabinetLinksElement{
    margin-bottom: 5px;
}


.HeaderAllLockPlate{
    display: none;
}

.CabinetInAutorizationIn{
    display: flex;
    align-items: center;
    cursor: pointer;
}

/*.HeaderAllRightLK>.HeaderAllRightLKPhone{*/
/*    display: none;*/
/*}*/

@media only screen and (max-width: 500px) {
    .HeaderAllRightLK>.HeaderAllRightLKText{
        display: none;
    }
    .EnterCabinetLeft{
        width: 35px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        box-shadow: 5px 0 7px 0 rgba(0, 0, 0, 0.1);
        border: solid 2px #0a56d0;
        background-image: linear-gradient(to top, #3f86d4, #3065c5);
    }
    .EnterCabinetRight{
        width: 35px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom-right-radius: 18px;
        border-top-right-radius: 18px;
        background-image: linear-gradient(to top, #aba5d8, #b8ade8);
        border-top: solid 2px white;
        border-bottom: solid 4px white;

    }

}
.MenuForTelephone{
    cursor: pointer;
}

.PhoneMenuOut{
    background-color: #003269;
    /*background-image: linear-gradient(to top, #98c7ee, #88b6dc);*/

    left: 0;
    z-index: 200;
    top: 0;
    position: absolute;
    width: 255px;
}

.PhoneMenuBorder>img{
    position: absolute;
    top: 10px;
    right: -10px;
}

.PhoneMenuElement{
    color: white;
    font-size: 15px;
    /*border-bottom: solid 1px #274c72 ;*/
    cursor: pointer;
}


.PhoneMenuElement>div>.PhoneMenuElementLeft{
    display: none;
}

.PhoneMenuElementIn{
    display: flex;
    justify-content: space-between;
    padding-left: 15px;
    height: 30px;
    padding-top: 14px;
    padding-bottom: 5px;
    border-bottom: 1px solid #274c72;
}

.PhoneMenuElementIn>img{
    padding-right: 10px;
    position: relative;
    top: 3px;
}

.PhoneMenuSubElementOut>.PhoneMenuElementIn>a{
    text-decoration: none;
    color: white;
    padding-left: 5px;
}

.PhoneMenuElementNoActive{
    display: none;
}

.PhoneMenuSubElementOut{
    display: none;
}

.PhoneMenuElementActive>.PhoneMenuSubElementOut{
    display: block;
}

.PhoneMenuElementActive>.PhoneMenuElementIn{
    background-color: #011531;
    justify-content: left;
}

.PhoneMenuElementActive>div>.PhoneMenuElementLeft{
    display: block;
}

.PhoneMenuElementActive>div>.PhoneMenuElementRight{
    display: none;
}

.MainMenuMainButtonElementDark{
    background-color: #061c34;
    margin: 10px 15px 10px 15px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 50px;
}

.MainMenuMainButtonsDark>.MainMenuMainButtonElementDark>a{
    color: white;

}

.PhoneMenuElementTwitter>a,.PhoneMenuElementTwitter>a:visited{
    color: white;
}
.PhoneMenuElementTwitter>a>img{
    position: relative;
    top: 3px;
    margin-right: 10px;
}
.PhoneMenuElementTwitter{
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #274c72;
}
.FindFormOut{
    position: relative;
    display: flex;
    align-items: center;
}

.FindForm{
    width: 118px;
    height: 20px;
    border: #d2d2d2 1px solid;
    border-radius: 3px;
    color: black;
}

.FindForm::placeholder{
    color: #757575;
}
/*.FindForm:focus~.FindFormImgActive{*/


.FindFormImgActive{
    display: none;
}
.FindFormOutIMGActive>.FindFormImgActive{
    display: block;
}
/*.FindForm:focus~.FindFormImg{*/
/*    display: none;*/
/*}*/

.FindFormOutIMGActive>.FindFormImg{
    display: none;
}

.FindFormImg,.FindFormImgActive{
    position: absolute;
    top: 4px;
    right: 10px;
    cursor: pointer;
    z-index: 50;
}


.FindFormImgActive{
    display: none;
}

.FindFormButton{
    display: none;
}

.FindFormOut>input{
    padding-left: 9px;
}


@media only screen and (max-width: 800px) {
    .FindFormOut{
        display: grid;
        width: 255px;
        margin: auto;
        grid-template-columns: auto auto;
        border-bottom: 1px solid white;
        background-color: #003269;
    }
    .FindFormOut>a{
        display: none;
    }
    .FindFormOut>input{
        margin: 10px;
    }
    .FindFormOut>div{
        position: relative;
        top: -1px;
        right: 5px;
    }
    .FindFormButton{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 67px;
        height: 35px;
        object-fit: contain;
        background-image: linear-gradient(to top, #ffd68d, #ffe992);
        border-radius: 3px;
        margin-top: 2px;
        color: #033569;
        font-size: 13px;

    }
    .FindFormOut>img{
        display: none !important;
    }
    .FindForm{
        width: 141px;
        height: 10px;
        padding: 10px 0 12px 11px;
    }
}

.CheckLanguage{
    display: flex;
    align-items: center;
    grid-column: 3;
    padding-right: 5px;
}

.CheckLanguageImg{
    padding-left: 10px;
    padding-right: 5px;
}

.CheckLanguageOut{
    padding: 12px 5px 0 5px;
    border-radius: 3px;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.7);
    background-color: #ffffff;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    z-index: 1000;
}

.CheckLanguageOut>a{
    padding-bottom: 11px;
    text-decoration: none;
}

.CheckLanguageOutOut{
    position: relative;
    display: flex;
    justify-content: flex-end;
    top: -1px;
    cursor: pointer;
}

.CheckLanguageNo{
    display: none;
}

.CheckLanguageTitle{
    color: #02457d;
}

.CheckLanguageTitleActive{
    color: black;
}


.CheckLanguageTriangle{
    margin-left: 5px;
    position: relative;
    top: -2px;
}

.TriangleForPlate{
    display: none;
}


.MainMenu{
    height: 42px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 1px solid #c3c3c3;
    position: relative;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.MainMenuElementOutOutOut0>.MainMenuSubMenuOut>.MainMenuSubMenu>div>a>nobr{
    margin-right: 20px;
    margin-left: 20px;
}
.MainMenuElementOutOutOut5>.MainMenuSubMenuOut>.MainMenuSubMenu>div>a>nobr{
    margin-right: 20px;
    margin-left: 20px;
}

.MainMenuElementOutOutOut{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.MainMenuElementOutOutOut:last-of-type{

    left: 1px;
    position: relative;
}

.MainMenuElementOutOutOutForum>div{
    border-right: none;
}


.MainMenuElementOutOut{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.MainMenuElementOut{
    width: 100%;
}

.MainMenuElementOut>.MainMenuElement>a,.MainMenuElementOut>.MainMenuElement>a:visited{
    /*color: rgb(0, 0, 0);*/
}

.MainMenuElementOutOutOut:hover{
    background-color: #e3e3e3;

}


.MainMenuElementOutOutOutActive>.MainMenuElementOutOut>.MainMenuElementOut>.MainMenuElementBorder{
    border: none;
}

.MainMenuElementOutOutOut>.MainMenuElementOutOut{
    border: 0 solid #ced4d9;
    height: 49px;
    border-bottom: none;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    margin-top: -4px;
    transition-delay: 300ms;
}

.MainMenuElementOutOutOut:hover>.MainMenuElementOutOut{
    border: 1px solid #ced4d9;
    margin-left: -1px;
    height: 49px;
    border-bottom: none;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    margin-top: -4px;
    transition-delay: 300ms;
}

.MainMenuElementOutOutOutActive>.MainMenuElementOutOut{
    border: 1px solid #ced4d9;
    margin-left: -1px;
    height: 49px;
    border-bottom: none;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    margin-top: -4px;
    transition-delay: 300ms;
}

.MainMenuElementOutOutOut>.MainMenuElementOutOut>.MainMenuElementOut{
    height: 47px;
    width: 100%;
    border-top: 0px solid #ffffff;
    border-left: 0px solid #ffffff;
    border-right: 0px solid #ffffff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    display: flex;
    align-items: center;
    transition-delay: 300ms;
    position: relative;
    margin-top: 1px;
    z-index: 5;
}

.MainMenuElementOutOutOut:hover>.MainMenuElementOutOut>.MainMenuElementOut{
    background-color: #f0f5f8;
    height: 49px;
    width: 100%;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    display: flex;
    align-items: center;
    transition-delay: 300ms;
    position: relative;
    z-index: 5;
}

.MainMenuElementOutOutOut:hover>.MainMenuElementOutOut>.MainMenuElementOut>.MainMenuElement{

}


.MainMenuElementOutOutOutActive>.MainMenuElementOutOut>.MainMenuElementOut{
    background-color: #f0f5f8;
    height: 49px;
    width: 100%;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    display: flex;
    align-items: center;
    transition-delay: 300ms;
    position: relative;
    z-index: 5;
}

.MainMenuElementOutOutOut:first-of-type:hover{
}

.MainMenuElementOutOutOut:hover>.MainMenuElementOutOut>.MainMenuElementOut>.MainMenuElementBorder{
    border-image: 0;
    border-right: 1px #f0f5f8 solid;
}



.MainMenuElement{
    width: 100%;
    height: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 15px;
}



.MainMenuElementBorder{
    border-image: url(/assets/MainMenu01.bb0e5cef1591c95aaf66.png) 1;
    border-right: solid 1px;
}



.MainMenuElementOutOutOut:hover>.MainMenuSubMenuOut{
    visibility: visible;
    transition-delay: 300ms;
    z-index: 3;
}

.MainMenuElementOutOutOutActive>.MainMenuSubMenuOut{
    visibility: hidden;
    transition-delay: 300ms;
}


.MainMenuSubMenuOut{
    transition-delay: 300ms;
    position: absolute;
    visibility: hidden;
    left: -1px;
    width: 100%;
    margin:auto;
    top: 43px;
    border-bottom: 1px solid #ced4d9;
    border-left: 1px solid #ced4d9;
    border-right: 1px solid #ced4d9;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    /*Если снова поставлю этот элемент - проверить что выпадающее меню О компании перекрывает активный элемент в терминалах z-index: 550;*/
}


.MainMenuSubMenuOutActive{
    visibility: visible;
    position: relative;
    max-width: 1144px;
    margin: auto;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 0;
}

.MainMenuSubMenu{
    background-color: #f0f5f8;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-bottom: 10px;
}


.MainMenuSubMenuElement{
    font-weight: 500;
    font-size: 13px;
    color: #0b528c;
    position: relative;
    margin-top: 8px;
}

.MainMenuTradeMenu>div>.MainMenuSubMenuElement{
    margin-top: 0;
}

.MainMenuSubMenuElement>a{
    color: #0b528c;
    padding: 5px 10px 5px 10px;
}

.MainMenuSubMenuElement:hover>a{
    color: #00780b;
}

.MainMenuSubMenuOutLinkActive{
    font-weight: 800;
    padding: 10px;
    color: black;
    text-decoration: none;
    border-radius: 2px;
    box-shadow: 0px 1px 0 0 rgba(0, 0, 0, 0.15);
    background-color: #fcfcfd;
}

.MainMenuSubMenuElement>.MainMenuSubMenuOutLinkActive:visited{
    font-weight: 800;
    font-size: 17px;
    background-color: white;
    color: black;
}

.MenuwhitePixel{
    height: 1px;
    width: 100%;
    background: white;
    position: relative;
    z-index: -2;
}

.MainMenuTradeMenu{
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    padding: 8px 0 12px 13px;
}

.MainMenuTradeMenu>div{

    padding-left: 15px;

}

.MainMenuTradeMenu>.MainMenuTradeMenu01{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-right: 10px;
    grid-row-gap: 8px;
}
.MainMenuTradeMenu>.MainMenuTradeMenu02{
    border-left: 1px solid #a5becd;
    align-items: center;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-row-gap: 8px;
}
.MainMenuTradeMenu03{

}
.MainMenuTradeMenu03{
    display: grid;
    grid-row-gap: 8px;

    flex-wrap: wrap;
    border-left: 1px solid #a5becd;
    align-items: center;
    justify-content: center;
}

.MainMenuTradeMenu01Text{
    color: #797979;
    margin-right: -3px;
    position: relative;
    font-size: 13px;
}

.MainMenuTerminalMenu{
    padding: 8px 0 12px 12px;
    display: flex;
    justify-content: space-around;
}

.MainMenuTerminalMenu>a{
    padding: 10px 15px 10px 15px;
    margin-left: 5px;
}
.MainMenuTerminalMenu>a:hover{
    background-color: white;
}


.MainMenuTerminalMenu>a>div{
    align-items: center;
}
.MainMenuTerminalMenu>a>div>img{
    padding-right: 10px;
}

.MainMenuTerminalMenu>a>.MainMenuSubMenuOutActiveNot{display: flex;}
.MainMenuTerminalMenu>.MainMenuSubMenuTerminalOutLinkActive>.MainMenuSubMenuOutActiveNot{display: none;}
.MainMenuTerminalMenu>a>.MainMenuSubMenuOutActive{display: none;}
.MainMenuTerminalMenu>.MainMenuSubMenuTerminalOutLinkActive>.MainMenuSubMenuOutActive{display: flex;}

.MainMenuSubMenuTerminalOutLinkActive{
    background-color: #cdd4da;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
}

.MainMenuSubMenuOutActiveNot{
    color: #02518e;
}

.MainMenuSubMenuOutActive{
    color: black;
}

.MainMenuElementOutOutOutWebterminal{
    object-fit: contain;
    box-shadow: inset 3px 0 7px 0 rgba(0, 0, 0, 0.36);
    background-image: linear-gradient(to top, #126db9, #318fdd);
    border-top-right-radius: 5px;
    color: #000000;
    /*border: 1px solid #126db9;*/
    min-width: 170px;
}

.MainMenuElement>a{
    text-decoration: none;
}
.MainMenuElementOutOutOutWebterminal>a,.MainMenuElementOutOutOutWebterminal>a:visited{
    color: black;
    text-decoration: none;
}
.MainMenuElementOutOutOutWebterminal>a>.MainMenuElement{
    padding-right: 10px;
}

.MainMenuElementOutOutOutWebterminal>a>.MainMenuElement>img{
    position: relative;
    top: -2px;
    padding-right: 10px;
}

.MainMenuElementRight{
    margin-top: -4px;
}


@media only screen and (max-width: 900px) {
    .MainMenuElement{
        font-size: 12px;
    }
}

@media only screen and (max-width: 700px) {
    .MainMenuElement{
        font-size: 10px;
    }
}

@media only screen and (max-width: 900px) {
    .MainMenuTradeMenu>.MainMenuTradeMenu01{
        padding-left: 0;
        margin-right: 0;
    }
    .MainMenuTradeMenu>.MainMenuTradeMenu02{
        padding-left: 2px;
        padding-right:  2px;
    }
    .MainMenuTradeMenu>.MainMenuTradeMenu03{
        padding-left: 2px;
        padding-right:  2px;
    }
}

@media only screen and (max-width: 840px) {
    .MainMenuTradeMenu>.MainMenuTradeMenu01>div{
        font-size: 11px;}
    .MainMenuTradeMenu>.MainMenuTradeMenu02>div{
        font-size: 11px;}
    .MainMenuTradeMenu>.MainMenuTradeMenu03>div{
        font-size: 11px;}
}

@media only screen and (max-width: 800px) {
    .MainMenu,.MainMenuSubMenu{
        display: none;
    }
    .MainMenuSubMenuOutActive{
        border: 1px solid #ced4d9;
        border-radius: 5px;
        z-index: 2;
    }
    .HeaderAllRightOut{
        justify-content: space-between;
    }
    .HeaderAllRight{
        display: flex;
        width: 100%;
    }
}

.MainMenuElementTwitter>a>img{
    position: relative;
    top: 3px;
    margin-right: 8px;
}
.SubMenuTopPage{
    transition-delay: 300ms;
    position: relative;
    left: -1px;
    width: 100%;
    margin:auto;
    max-width: 1144px;
    border-bottom: 1px solid #ced4d9;
    border-left: 1px solid #ced4d9;
    border-right: 1px solid #ced4d9;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 2;
}

.SubMenuClassName{
    border-left: 1px solid white;
    border-right: 1px solid white;
}

.MainMenuTerminalMenuMobiusLogo{
    position: relative;
    top: 13px;
}

@media only screen and (max-width: 800px) {
    .SubMenuTopPage{
        border: none;
    }
}
