body{
    margin: 0;
    font-family: "Futura FT", sans-serif ;
}

.noLatexVid>.LatexElementOut{
    padding: 0;
    color: black;
    background-color: white;
}

.LatexElementOut{
    display: flex;
    justify-content: center;
    background-color: #f3f4ff;
    border-radius: 10px;
    font-size: 22px;
    padding: 20px 50px;
    color: #003cb1;
}

.ButtonYellowDiv{
    display: flex;
    justify-content: center;
    padding-bottom: 39px;
}

.StandartMargin{
    margin: auto;
}

.StandartBig{
    margin: 15px 60px 105px;
    background-color: #e9edf2;
    border-radius: 20px;
    padding-right: 60px;
    padding-left: 60px;
    padding-bottom: 60px;
}

.ButtonOut{
    display: flex;
}

.isVisible{
    display: block;
}
.isNoVisible{
    display: none;
}

.StandartPage{
    width: 100%;
    margin: auto;
    max-width: 1024px;
}

div, input, button, textarea{
    outline:none;
}

.TextYellow{
    color: #ffc920;
    text-decoration: underline;
}
.TextYellow>a{
    color: inherit;
}
.StandartText{
    font-size: 22px;
}
.StandartTextSmall{
    font-size: 18px;
}
.StandartFlex{
    display: flex;
    margin-top: 15px;
    align-items: center;
}
.StandartFlexVertical{
    display: flex;
    flex-direction: column;
}
.StandartInput{
    background-color: #f2f2f2;
    border-radius: 10px;
    border: 0;
    padding: 10px;
    font-weight: 700;
    height: 55px;
    padding-left: 25px;
    font-size: 22px;
    width: 100%;
    max-width: 700px;
}
.InputWithButton{
    position: relative;
}
.InputWithButton>.StandartInput{
    width: 700px;
}
.InputWithButton>.ButtonGreen,.InputWithButton>.ButtonRed{
   position: absolute;
    top: 20px;
    right: 1px;
}

.StandartFlexNoSpace{
    display: flex;
    margin-top: 15px;
    align-items: center;
}

.StandartTitle{
    padding-top: 60px;
    padding-bottom: 20px;
    font-weight: 700;
    font-size: 36px;
    color: black;
    /*line-height: 50px;*/
}

.StandartPageIn{
    padding-left: 31px;
    padding-right: 31px;
}

.StandartPageInRight{
    padding-right: 31px;
}

@media only screen and (max-width: 1100px) {
    .StandartIn>div{
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (max-width: 800px) {
    .StandartTitle{
        font-size: 60px;
        padding-top: 25px;
    }
    .StandartPageIn{
        padding-left: 20px;
        padding-right: 20px;
    }

    .StandartPageInRight{
        padding-right: 20px;
    }

}

.StandartNotVisible{
    display: none;
}

@media only screen and (max-width: 600px) {
    .StandartTitle{
        font-size: 40px;
    }
}

@media only screen and (max-width: 400px) {
    .StandartTitle{
        font-size: 35px;
    }

    .StandartPageIn{
        padding-left: 14px;
        padding-right: 14px;
    }

    .StandartPageInRight{
        padding-right: 14px;
    }

}

.HrGrayVerticalLine{height: 100%; width: 1px;  background-color: #0a79bf;}


@media only screen and (min-width: 500px) {
    .StandartPhone {
        display: none;
    }
}

@media only screen and (max-width: 500px) {
    .StandartNoPhone {
        display: none;
    }
}
@media only screen and (min-width: 700px) {
    .StandartPhone700 {
        display: none;
    }
}

@media only screen and (max-width: 700px) {
    .StandartNoPhone700 {
        display: none;
    }
    .StandartPhone700 {
        display: block;
    }
}

.StandartH2{
    font-weight: 700;
}
.StandartH3{
    font-weight: 500;
    font-size: 18px;
    margin-top: 15px;
}
.StandartTab{
    margin-left: 30px;
}

.SmallRightSpace{
    margin-right: 5px;
}

.StandartMax400{
    max-width: 400px;
}
.NoMarginTop{
    margin-top: 0;
}

.StandartError{
    font-size: 20px;
    color: red;
}

.StandartOverflowWrap{
    overflow-wrap: break-word;
}


.ButtonWhite{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 47px;
    border: solid 1px rgba(32, 37, 102, 0.2);
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 20px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin-bottom: 10px;
}

.ButtonRed{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    border: solid 1px rgba(32, 37, 102, 0.2);
    background-color: #e85252;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 20px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin-bottom: 10px;
    color: white;
}

.ButtonGreen{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    border: solid 1px rgba(32, 37, 102, 0.2);
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 20px;
    font-weight: 700;
    background-color: #75c168;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin-bottom: 10px;
    color: white;
}
.ButtonGreenBig{
    padding: 17px 27px 17px 17px;
    margin: 0;
    min-width: 246px;
}

.StandartElementWhite{
    background-color: white;
    padding: 30px 50px 45px 50px;
    border-radius: 10px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.StandartElementWhiteBlock{
    background-color: white;
    padding: 30px 50px 45px 50px;
    border-radius: 10px;
    margin-top: 20px;
}

.StandartElementWhiteVertCenter{
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.StandartElementWhiteDivided{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.StandartElementWhiteLeft{
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 700px;
}
.StandartElementWhiteCenter{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.StandartElementWhiteCenter>div{
    margin-left: 10px;
    margin-right: 10px;
}

.StandartElementWhiteRight{
    display: flex;
    align-items: flex-end;
}

.ButtonWhite:hover{
    color: rgba(32, 37, 102, 0.2);
}

.ButtonWhite:hover:before{
    transform: scaleY(1);
}

.ButtonWhite:active:before{
    top: 160px;
    transform: scaleY(1);
    transform-origin: 50% 0;
    transition: all .6s linear;
}

.ButtonWhite:active{
    color: black;
    transition: all .3s linear;
}

.ButtonYellow{
    font-weight: bold;
    font-size: 15px;
    height: 30px;
    border-radius: 4px;
    padding-left: 23px;
    padding-right: 23px;
    line-height: 30px;
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.15);
    background-image: linear-gradient(to bottom, #ffe588, #ffb553);
    color: black;
    text-align: center;
    cursor: pointer;
}

.ButtonYellow:hover{
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.15);
    background-image: linear-gradient(to bottom, #ffd063, #ff8732);
}

.ButtonYellow:active{
    box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.15);
    background-color: #ffbf58;
}

.IndexMain{
    margin-bottom: 40px;
}

.StandartMax700{
    max-width: 700px;
}

@media only screen and (max-width: 1500px) {
    .ChangeJustify1500{
        justify-content: center;
        display: grid;
        grid-template-columns: 1fr;
        grid-row-gap: 30px;
    }
    .ChangeJustify1500>.StandartElementWhiteLeft{
        margin: auto;
    }
    .ChangeJustify1500>.StandartElementWhiteRight{
        justify-content: center;
    }

    .StandartElementWhiteDivided{
        justify-content: center;
        display: grid;
        grid-template-columns: 1fr;
        grid-row-gap: 30px;
    }
    .StandartElementWhiteDivided>.StandartElementWhiteLeft{
        margin: auto;
    }
    .StandartElementWhiteDivided>.StandartElementWhiteRight{
        justify-content: center;
        align-items: center;
    }
}

.StandartElementWhiteLeft>.StandartTitle{
    padding-top: 10px;
}

.StandartBlue{
    color: #003cb1;
}


@media only screen and (max-width: 1100px) {
    .InputWithButton>.StandartInput{
        width: 90%
    }
    .InputWithButton>.StandartInput{
        width: 90%
    }
    .InputWithButton>.ButtonInput{
        right: 40px;
    }
}

@media only screen and (max-width: 700px) {
    .StandartBig{
        margin-left: 0;
        margin-right: 0;
        padding-left: 25px;
        padding-right: 25px;
    }
    .StandartText{
        font-size: 18px;
    }
    .LatexElementOut{
        font-size: 18px;
    }
}
@media only screen and (max-width: 600px) {

    .LatexElementOut{
        padding-left: 10px;
        padding-right: 10px;
    }
}


@media only screen and (max-width: 500px) {
    .StandartText{
        font-size: 16px;
    }

    .LatexElementOut{
        font-size: 16px;
    }
    .StandartBig{
        padding-left: 5px;
        padding-right: 5px;
    }
    .InputWithButton{
        display: grid;
        grid-template-columns: auto;
        grid-row-gap: 20px;
        width: 100%;
    }

    .InputWithButton>.ButtonInput{
        position: initial;
        width: 90%;
        height: 55px;
    }
}

.StandartBreakWord{
    word-break:break-all;
}

.StandartFlexWrap{
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 600px) {
    .StandartElementWhiteBlock{
        padding-right: 15px;
        padding-left: 15px;
    }
}

.StandartRed{
    color: #e85252;
}
.StandartGreen{
    color: #75c168;
}
div, input, button, textarea, a{
    outline:none;
}

.StandartSpace{
    padding-left: 5px;
}

@media only screen and (min-width: 500px) {
    .ButtonRatingTraders>.StandartPhone,.StandartPhone {
        display: none;
    }
}

@media only screen and (max-width: 500px) {
    div>.StandartNoPhone,.StandartNoPhone,nobr>.StandartNoPhone {
        display: none;
    }
}

.StandartLinkLeft>a{
    margin-left: 5px;
}

.autoHeight-iframe{
    /*min-height: 1000px; Если включить, авторизация будет на весь экран - с белым сбоем*/
}

.StandartWhitePartTitle{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

/*@media only screen and (max-width: 700px) {*/
/*.StandartWhitePartTitle {*/
/*display: block;*/
/*}*/
/*}*/

.StandartNOTitle{
    padding-top: 20px;
}

.StandartWhitePartIn{
    padding-left: 20px;
    padding-right: 20px;
}

@media only screen and (max-width: 800px) {
    .StandartNOTitle{
        padding-top: 0;
    }
}

.StandartH2{
    font-family: Geometria, sans-serif ;
    font-weight: 800;
    font-size: 24px;
    color: #413422;
    line-height: 30px;
}

.StandartPage{
    max-width: 1200px;
    margin: auto;
}

@media only screen and (max-width: 1228px) {
    .StandartPage{
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 800px) {
    .StandartPage{
        padding: 0;
    }

}

.StandartWhitePart{
    width: 100%;
    background-color: white;
}

.ButtonStandartOut{
    width: auto;
    display: flex;
}
.ButtonStandartOut>a,.TerminalAndroidInTitleGridButtons>a{
    text-decoration: none;
}

.StandartWhitePartTitleText{
    padding-top: 20px;
}

.StandartWhitePart>.StandartWhitePartTitle{
    padding-top: 26px;
}

.StandartWhitePartTitle{
    font-family: Geometria, sans-serif ;
    font-weight: 800;
    font-size: 30px;
    color: #413422;
    line-height: 30px;
    padding-left: 35px;
    padding-top: 6px;
    padding-bottom: 41px;
}

.StandartWhitePartPartIn{
    padding-left: 40px;
    padding-right: 40px;
}

@media only screen and (max-width: 800px) {
    .StandartWhitePartPartIn{
        padding-left: 15px;
        padding-right: 15px;
    }
    .StandartTitle{
        font-family: Geometria, sans-serif ;
        font-size: 25px;
        line-height: 25px;
        padding-left: 26px;
    }
}

.isNoVisible{
    display: none;
}
.isVisible{
    display: block;
}

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

.TextBlue{
    color: #0069d4;
}

.TraderForBeginnerLine{width: 28px; height: 1px;  background-color: #cdcac5; margin: 23px auto 24px auto; position: relative; z-index: 20;}

.HrGrayGorizontalLine{width: 100%; height: 1px;  background-color: #eef1f2; margin: 20px auto 20px auto;}

.HrGrayVerticalLine{height: 100%; width: 1px;  background-color: #0a79bf;}


.Standartff9000{
    color: #ff9000;
}

.StandartButtonOut{
    display: flex;
}

body>.layout_main-c{
    background-color: white;
}

.StandartNotVisible{
    display: none;
}



.StandartAllBlack500{
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 500;
}

.StandartIn{
    padding-left: 35px;
    padding-right: 35px;
}



@media only screen and (max-width: 500px) {
    .StandartIn{
        padding-left: 15px;
        padding-right: 15px;
    }
}
@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(assets/73ea273a72f4aca30ca5.woff2) format("woff2"),url(assets/d562e886c52f12660a41.woff) format("woff"),url(assets/853be92419a6c3766b9a.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(assets/a1abf90dfd72792a577a.woff2) format("woff2"),url(assets/d757c535a2e5902f1325.woff) format("woff"),url(assets/7489a2fbfb9bfe704420.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(assets/d6484fce1ef428d5bd94.woff2) format("woff2"),url(assets/db074fa22cf224af93d7.woff) format("woff"),url(assets/7e873d3833eb108a0758.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(assets/931d67ea207ab37ee693.woff2) format("woff2"),url(assets/354501bac435c3264834.woff) format("woff"),url(assets/4c761b3711973ab04edf.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(assets/172d3529b26f8cedef6b.woff2) format("woff2"),url(assets/6fdf0ac577be0ba82a4c.woff) format("woff"),url(assets/ed305b5434865e06ffde.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(assets/39890742bc957b368704.woff2) format("woff2"),url(assets/0c3b8929d377c0e9b2f3.woff) format("woff"),url(assets/8169508bf58f8bd92ad8.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(assets/20f389c4120be058d80a.woff2) format("woff2"),url(assets/428978dc7837d46de091.woff) format("woff"),url(assets/828abcb200061cffbaae.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(assets/fe2176f79edaa716e621.woff2) format("woff2"),url(assets/fd947498bc16392e76c2.woff) format("woff"),url(assets/fa675e5e4bec9eb250b6.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(assets/f650f111a3b890d116f1.woff2) format("woff2"),url(assets/4f35fbcc9ee8614c2bcc.woff) format("woff"),url(assets/9eba1d77abcf2aa6e94e.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(assets/dcbcbd93bac0470b462d.woff2) format("woff2"),url(assets/3f07ed67f06c720120ce.woff) format("woff"),url(assets/bf2d440b3a42ea78a998.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(assets/6d3d25f4820d0da8f01f.woff2) format("woff2"),url(assets/96759856b4e70f3a8338.woff) format("woff"),url(assets/8a5f936332e8028c7278.ttf) format("truetype")}@font-face{font-display:block;font-family:"KaTeX_SansSerif";font-style:normal;font-weight:700;src:url(assets/95591a929f0d32aa282a.woff2) format("woff2"),url(assets/b9cd458ac6d5889ff9c3.woff) format("woff"),url(assets/5b49f4993ae22d7975b4.ttf) format("truetype")}@font-face{font-display:block;font-family:"KaTeX_SansSerif";font-style:italic;font-weight:400;src:url(assets/7d393d382f3e7fb1c637.woff2) format("woff2"),url(assets/8d593cfaa96238d5e2f8.woff) format("woff"),url(assets/b257a18c016f37ee4543.ttf) format("truetype")}@font-face{font-display:block;font-family:"KaTeX_SansSerif";font-style:normal;font-weight:400;src:url(assets/cd5e231e0cc53b2cb2c0.woff2) format("woff2"),url(assets/02271ec5cb9f5b4588ac.woff) format("woff"),url(assets/2f7bc363fc5424ebda59.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(assets/c81d1b2a4b75d3eded60.woff2) format("woff2"),url(assets/073b3402d036714b4370.woff) format("woff"),url(assets/fc9ba5249878cd8f8d88.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(assets/6eec866c69313624be60.woff2) format("woff2"),url(assets/0108e89c9003e8c14ea3.woff) format("woff"),url(assets/6de7d4b539221a49e9e2.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(assets/2960900c4f271311eb36.woff2) format("woff2"),url(assets/3a99e70aee4076660d38.woff) format("woff"),url(assets/57f5c1837853986ea1db.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(assets/e1951519f6f0596f7356.woff2) format("woff2"),url(assets/7947224e8a9914fa332b.woff) format("woff"),url(assets/8d6b6822586eea3d3b20.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(assets/e418bf257af1052628d8.woff2) format("woff2"),url(assets/aeffd8025cba3647f1a6.woff) format("woff"),url(assets/4ad7c7e8bb8d10a34bb7.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(assets/c295e7f71970f03c0549.woff2) format("woff2"),url(assets/4c6b94fd1d07f8beff7c.woff) format("woff"),url(assets/c5c02d763c89380dcb4e.ttf) format("truetype")}.katex{font:normal 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.27"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}

header {
    padding: 0 60px 0 60px;
}

.HeaderAllTopTitle{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 700;
    font-size: 36px;
    padding-top: 30px;
}

.HeaderAllTopButtonsOut>.HeaderAllTopButtons>.ButtonWhite{
    color: #202566;
}

.HeaderAllTopButtonsOut>.HeaderAllTopButtons>.ButtonWhite:hover{
    color: rgba(32, 37, 102, 0.2);
}

.HeaderAllTopButtonsOut{
    display: flex;
    justify-content: center;
}

.HeaderAllTopButtons>a, .HeaderAllTopButtons>a:visited{
    color: inherit;
}

.HeaderAllTopButtons{
    padding-top: 10px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.HeaderAllTopButtons>.ButtonWhite{
    text-decoration: none;
}

@media only screen and (max-width: 1000px) {
    .HeaderAllTopTitle{
        font-size: 22px;
    }

}

.AddressBTCFlex{
    display: inline-flex;
    margin-top: 15px;
}

.AddressBTCF3{
    background-color: #f3f4ff;
    padding: 15px 20px;
    border-radius: 10px;
}

.AddressBTC>.StandartElementWhite{
    align-items: center;
}
.AddressBTCInlineRed{
    color: red;
}


.PoWFirstTextArea{
    width: calc(100% - 30px);
    height: 130px;
    margin-top: 20px;
    background-color: #dcdcdc;
    padding: 15px;
    border-radius: 10px;
    border: 0;
    font-weight: 600;
    font-size: 22px;
}

.PoWFirstTopElement>.StandartElementWhiteRight,.PoWFirstTopElement>.StandartElementWhiteLeft{
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 30px auto;
    justify-content: initial;
    margin: initial;
}

.PoWFirstTopElement{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
}

.PoWFirst{
    padding-bottom: 40px;
}

.PoWFirstBlue{
    margin-top: 10px;
    border-radius: 10px;
    background-color: #f3f4ff;
    padding: 20px;
}
@media only screen and (max-width: 1500px) {
    .HashElement02{
        justify-content: center;
    }
    .PoWFirstTopElement{
        grid-template-columns: auto;
    }

    .PoWFirstTextArea{
        width: 700px;
    }
}
@media only screen and (max-width: 1200px) {
    .PoWFirstTopElement,.PoWFirstTopElement>.StandartElementWhiteRight,.PoWFirstTopElement>.StandartElementWhiteLeft{
        display: block;
    }

    .PoWFirstTextArea{
        width: 90%;
    }
    .StandartElementWhiteLeft>.PoWFirstTextArea{
        height: 200px;
    }
}
@media only screen and (max-width: 500px) {
    .StandartElementWhiteLeft>.PoWFirstTextArea{
        height: 300px;
    }
}
.HashChain{
    margin-left: 30px;
}

.HashChainElement>input{
    width: 300px;
}

.HashChainBlock>.StandartText{
    margin-top: 20px;
    margin-bottom: 10px;
}
@media only screen and (max-width: 1200px) {

.HashChainBlock>input{
    width: 350px;
}
}
.StandartLeftDiv>div{
    margin-left: 30px;
}

.HashPageSourceInput01>input{
    width: 330px;
}

.HashPageDivision>div>input,.HashPageStringToNumber>div>input{
    width: 50px;
    margin-left: 15px;
}

.Hash256>div>input{
    width: 400px;
}
.HashECPStart>div>input{
    width: 600px;
}

.HashResult{
    justify-content: flex-start;
}

.HashElement02{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.HashElement02>div{
    margin-right: 10px;
    margin-top: 10px;
}
.HashElement02>.HashElement03{
    width: 142px;
}

.HashElement02>.StandartInput{
    width: 140px;
}

.BigGridHash>div{
    margin-top: 15px;
}
.BigGridHash{
    display: grid;
    grid-template-columns: 2fr 2fr 2fr;
    width: 100%;
    margin-top: 20px;
}

.GridElement01{
    grid-column: 1;
    grid-row: 1;
}
.GridElement02{
    grid-column: 2;
    grid-row: 1;
}
.GridElement03{
    grid-column: 3;
    grid-row: 1;
}
.GridElement04{
    grid-column: 2;
    grid-row: 2;
}
.GridElement05{
    grid-column: 3;
    grid-row: 2;
}
.GridElement06{
    grid-column: 2;
    grid-row: 3;
}
.GridElement07{
    grid-column: 1 / span 3;
    grid-row: 4;
}


@media only screen and (max-width: 1200px) {
    .BigGridHash{
        grid-template-columns: 2fr 2fr;
    }

    .GridElement01{
        grid-column: 1;
        grid-row: 1;
    }
    .GridElement02{
        grid-column: 2;
        grid-row: 1;
    }
    .GridElement03{
        grid-column: 2;
        grid-row: 2;
    }
    .GridElement04{
        grid-column: 2;
        grid-row: 3;
    }
    .GridElement05{
        grid-column: 2;
        grid-row: 4;
    }
    .GridElement06{
        grid-column: 2;
        grid-row: 5;
    }
    .GridElement07{
        grid-column: 1 / span 2;
        grid-row: 6;
    }
}


@media only screen and (max-width: 900px) {
    .BigGridHash{
        display: block;
        grid-template-columns: 2fr 2fr;
    }

    .GridElement01{
        grid-column: 1;
        grid-row: 1;
    }
    .GridElement02{
        grid-column: 2;
        grid-row: 1;
    }
    .GridElement03{
        grid-column: 2;
        grid-row: 2;
    }
    .GridElement04{
        grid-column: 2;
        grid-row: 3;
    }
    .GridElement05{
        grid-column: 2;
        grid-row: 4;
    }
    .GridElement06{
        grid-column: 2;
        grid-row: 5;
    }
    .GridElement07{
        grid-column: 1 / span 2;
        grid-row: 6;
    }
}

.BigGridHashElementBlue{
    width: 256px;
    display: flex;
    height: 55px;
    justify-content: center;
    align-items: center;
    color: #003cb1;
    font-size: 22px;
    background-color: #f3f4ff;
    border-radius: 10px;
    margin-top: 15px;
}

.GridElement07>.BigGridHashElementBlue{
    width: auto;
    display: inline-flex;
    padding-right: 20px;
    padding-left: 20px;
}

.Hash256InputSmall{
    width: 200px;
}

.result256{
    height: 55px;
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
    color: #003cb1;
    font-size: 22px;
    background-color: #f3f4ff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 10px 10px 10px;
}

.HashElement04{
    margin-left: 20px;
    margin-top: 10px;
}

.HashElement05{
    margin-left: 0;
    margin-top: 20px;
}

.HashStep01{
    display: block;
}

.ElementHashStep{
    display: flex;
    margin: 5px;
    align-items: center;
}

.HashElement06{
    flex-direction: column;
}
.HashElement07{
    display: flex;

}
.HashElement07>.StandartTitle{
    padding-top: 0;
    margin-right: 20px;
}
@media only screen and (max-width: 1000px) {
.HashPageSource>.StandartElementWhite{
    padding-left: 10px;
}
}

@media only screen and (max-width: 1600px) {
    .HashElement02{
        justify-content: center;
    }
}

.StandartFlexWrap>.result256{
    margin-left: 0;
    height: auto;
    min-height: 55px;
}

.HashElement08>.result256{
    margin-left: 0;
    height: auto;
    min-height: 55px;

}

.ElementHashStep{
    margin-top: 20px;
    flex-direction: column;
}
.RSAElement100{
    max-width: 215px;
    margin-left: 20px;
}

.RSAElement200{
    display: flex;
    flex-direction: column;
}
.RSAElement200>div{
    margin-bottom: 10px;
}

.RSAElement300{
    margin-top: 20px;
    padding-bottom: 20px;
}

.RSAElement000>div>div>.StandartInput{
    width: auto;
}

.RSAMarginRight20{
    margin-right: 20px;
}

@media only screen and (max-width: 1000px) {
    .RSAMarginRight20{
        margin-right: 0;
    }
    .RSAElement000>div>div>.RSAInputTop{
        width: 90%;
    }
}

@media only screen and (max-width: 1000px) {
    .RSAElement000>.StandartFlex{
        display: grid;
        grid-template-columns: 1fr;
        grid-row-gap: 30px;
    }
}
.MakeKeysPageSource{
    padding-left: 20px;
}

.MakeKeysElementBlue{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #003cb1;
    font-size: 21px;
    background-color: #f3f4ff;
    border-radius: 10px;
    margin-top: 15px;
    padding: 15px 25px 15px 25px;
    word-break:break-all;
}

.MakeKeysFlex01{
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.MakeKeysFlex01>.MakeKeysElementBlue{
    margin-left: 20px;
    margin-top: 0;
}

@media only screen and (max-width: 1200px) {
    .MakeKeysFlex01{
        display: block;
    }
}

.MakeKeysSymbolOut{
    display: grid;
    grid-template-columns: 250px 100px auto;
}

.MakeKeysSymbol{
    margin-right: 15px;
}

.MakeKeysSymbolOutFirst{
    width: 250px;
}
.MakeKeys02>.StandartInput{
    margin-right: 15px;
    width: 262px;
    padding-right: 15px;
    padding-left: 15px;
}
.MakeKeys02>.ButtonGreen{
    margin-right: 15px;
    width: 246px;
}
@media only screen and (max-width: 1200px) {
    .MakeKeysSymbolOut{
        grid-template-columns: auto;
        justify-content: center;
    }
    .MakeKeysSymbolOut>.MakeKeysElementBlue{
        width: 100px;
        margin: auto;
    }
    .MakeKeys02{
        display: block;
    }
    .MakeKeys02>.StandartInput{
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.HashChainBlock{

}

.BTCWIF100{
    padding-top: 20px;
    padding-bottom: 50px;
}
.page {
    min-height: 100vh;
    padding: 14px;
    box-sizing: border-box;
    background: #f6f7f9;
    color: #111;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* TOP */
.top {
    display: grid;
    grid-template-columns: auto auto auto 1fr;
    gap: 12px;
    align-items: start;
    background: #fff;
    border: 1px solid #e6e8ee;
    border-radius: 12px;
    padding: 12px;
}

.topRight {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.meta {
    font-size: 12px;
    color: #555;
}

.actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: flex-end;
}

.miniField {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 11px;
    color: #333;
}

.miniField input {
    height: 30px;
    width: 90px;
    border-radius: 8px;
    border: 1px solid #d8dbe3;
    padding: 0 10px;
    background: #fff;
    box-sizing: border-box;
}

.btn {
    height: 32px;
    border-radius: 10px;
    border: 1px solid #d8dbe3;
    background: #fff;
    padding: 0 12px;
    cursor: pointer;
    font-size: 12px;
}

.btn.primary {
    border-color: #2243d6;
    background: #2b57ff;
    color: #fff;
    font-weight: 700;
}

/* Dropdown */
.dd {
    position: relative;
}

.dd-btn {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    gap: 4px 10px;
    align-items: center;

    min-width: 230px;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid #d8dbe3;
    background: #fff;
    cursor: pointer;
    text-align: left;
}

.dd-label {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    font-size: 12px;
    color: #666;
}

.dd-value {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    font-size: 13px;
    font-weight: 800;
    color: #111;
    line-height: 1.2;
}

.dd-caret {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    font-size: 14px;
    color: #666;
}

/* open => другой дизайн */
.dd-btn.open {
    border-color: #2243d6;
    box-shadow: 0 0 0 3px rgba(43, 87, 255, 0.15);
    background: #f2f5ff;
}

.dd-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    z-index: 20;
    width: 360px;
    max-width: 70vw;

    background: #fff;
    border: 1px solid #e6e8ee;
    border-radius: 12px;
    padding: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
}

.dd-item {
    width: 100%;
    border: 0;
    background: transparent;
    text-align: left;
    padding: 10px 10px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 12px;
    color: #111;
    line-height: 1.25;
}

.dd-item:hover {
    background: #f6f7f9;
}

.dd-item.active {
    background: #eef2ff;
    border: 1px solid #dbe3ff;
}

/* X PANEL (вертикально) */
.xPanel {
    margin-top: 12px;
    background: #fff;
    border: 1px solid #e6e8ee;
    border-radius: 12px;
    padding: 12px;
}

.xTitle {
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 10px;
}

.xList {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.xRow {
    display: grid;
    grid-template-columns: 48px 34px 1fr;
    gap: 10px;
    align-items: center;

    border: 1px solid #e6e8ee;
    border-radius: 12px;
    background: #fbfbfd;
    padding: 10px;
}

.xRow.on {
    background: #eef9f0;
    border-color: #cdebd2;
}

.xKey {
    font-weight: 900;
    font-size: 12px;
}

.xVal {
    font-weight: 900;
    font-size: 14px;
    text-align: center;
    border: 1px solid #e6e8ee;
    border-radius: 10px;
    background: #fff;
    padding: 6px 0;
}

.xDesc {
    font-size: 12px;
    color: #333;
}

/* CANVAS */
.canvasWrap {
    margin-top: 12px;
    background: #fff;
    border: 1px solid #e6e8ee;
    border-radius: 12px;
    padding: 12px;
}

.canvas {
    width: 100%;
    height: 600px; /* важно: 8 блоков в колонку + отступы */
    display: block;
}

/* BOTTOM TEXT */
.bottom {
    margin-top: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.card {
    background: #fff;
    border: 1px solid #e6e8ee;
    border-radius: 12px;
    padding: 12px;
}

.h {
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 8px;
}

.p {
    font-size: 13px;
    line-height: 1.4;
}

.note {
    margin-top: 6px;
    font-size: 12px;
    color: #666;
}

.mono {
    margin-top: 8px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #e6e8ee;
    background: #fbfbfd;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 12px;
    white-space: pre-wrap;
}

/* Responsive */
@media (max-width: 980px) {
    .top {
        grid-template-columns: 1fr;
    }
    .bottom {
        grid-template-columns: 1fr;
    }
    .canvas {
        height: 660px;
    }
}

.canvasWrap {
    margin-top: 12px;
    background: #fff;
    border: 1px solid #e6e8ee;
    border-radius: 12px;
    padding: 12px;
}

.canvasInner {
    position: relative;
}

.canvas {
    width: 100%;
    height: 820px; /* увеличено: 8 входов вертикально + разнесённые H1/H2 */
    display: block;
}

/* Tooltip поверх canvas */
.tooltip {
    position: absolute;
    z-index: 30;
    width: 360px;
    max-width: 80vw;

    background: #111;
    color: #fff;
    border-radius: 10px;
    padding: 10px 12px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
    pointer-events: none; /* чтобы не мешать hover */
}

.tooltipTitle {
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 6px;
}

.tooltipBody {
    font-size: 12px;
    line-height: 1.35;
    opacity: 0.95;
}

.tooltipLine {
    margin-top: 4px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.topLite {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border: 1px solid #e6e8ee;
    border-radius: 12px;
    padding: 12px;
}

.topLiteTitle {
    font-weight: 900;
    font-size: 13px;
}

.topLiteRight {
    display: flex;
    gap: 10px;
    align-items: center;
}

.miniField {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 11px;
    color: #333;
}

.miniField input {
    height: 30px;
    width: 90px;
    border-radius: 8px;
    border: 1px solid #d8dbe3;
    padding: 0 10px;
    background: #fff;
    box-sizing: border-box;
}

.canvasWrap {
    margin-top: 12px;
    background: #fff;
    border: 1px solid #e6e8ee;
    border-radius: 12px;
    padding: 12px;
}

.canvasInner {
    position: relative;
}

.canvas {
    width: 100%;
    height: 820px;
    display: block;
}

.tooltip {
    position: absolute;
    z-index: 30;
    width: 360px;
    max-width: 80vw;
    background: #111;
    color: #fff;
    border-radius: 10px;
    padding: 10px 12px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
    pointer-events: none;
}

.tooltipTitle {
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 6px;
}

.tooltipBody {
    font-size: 12px;
    line-height: 1.35;
    opacity: 0.95;
}

.tooltipLine {
    margin-top: 4px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.bottom {
    margin-top: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.card {
    background: #fff;
    border: 1px solid #e6e8ee;
    border-radius: 12px;
    padding: 12px;
}

.h {
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 8px;
}

.p {
    font-size: 13px;
    line-height: 1.4;
}

.mono {
    margin-top: 8px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #e6e8ee;
    background: #fbfbfd;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 12px;
    white-space: pre-wrap;
}

/* Нижняя навигация */
.navBar {
    margin-top: 12px;
    display: grid;
    grid-template-columns: 60px 1fr 60px;
    gap: 12px;
    align-items: center;

    position: sticky;
    bottom: 12px;

    background: #fff;
    border: 1px solid #e6e8ee;
    border-radius: 12px;
    padding: 10px;
}

.navBtn {
    height: 40px;
    border-radius: 12px;
    border: 1px solid #d8dbe3;
    background: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 900;
}

.navBtn:disabled {
    opacity: 0.4;
    cursor: default;
}

.navDrop {
    display: flex;
    justify-content: center;
}

@media (max-width: 980px) {
    .bottom {
        grid-template-columns: 1fr;
    }
    .canvas {
        height: 900px;
    }
}
.comment {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.commentH {
    font-size: 12px;
    font-weight: 900;
    margin-top: 6px;
}

.commentT {
    font-size: 13px;
    line-height: 1.45;
    color: #222;
}

.commentF {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 12px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #dbe3ff;
    background: #f2f5ff;
    color: #111;
}

.commentP {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 10px;
    border: 1px solid #e6e8ee;
    background: #fbfbfd;
    color: #111;
}

.commentSpacer {
    height: 8px;
}


/*# sourceMappingURL=index.ca164f72f6fc5eb50dc3.css.map*/