
@font-face {
    font-family: CSBN;
    src: url(../media/CENSCBK.9f694dbc74e888a398b2.TTF);
}
@font-face {
    font-family: CSBB;
    src: url(../media/SCHLBKB.3c21dd56905149aa6290.TTF);
}
@font-face {
    font-family: CSBBI;
    src: url(../media/SCHLBKBI.2cefbd30de8e6983d981.TTF);
}
@font-face {
    font-family: CSBI;
    src: url(../media/SCHLBKI.3e5d9be80b33b7d7f973.TTF);
}
@font-face {
    font-family: Symbol;
    src: url(../media/SYMBOL.e8037ef50c561d9940a5.TTF);
}
@font-face {
    font-family: MT;
    src: url(../media/MTEXTRA_02.75bc098e24f98a709ea6.TTF);
}
@font-face {
    font-family: ZAPF;
    src: url(../media/ZAPFDINGBATSBT.c2a82e876b6f22098f46.TTF);
}
/*--------  6.15 Cart--------*/
body #root {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: none;
    overflow: visible;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--cyan)), color-stop(50%, var(--margenta)));
    background-image: linear-gradient(90deg, var(--cyan) 50%, var(--margenta) 50%);
    letter-spacing: normal;
    line-height: normal;
    background: none;
    color: #000;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    margin: 0;
}

body #root code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace;
}

:root {
    --cyan-light: #cfe8fa;
    --cyan-light-opa: rgba(79, 171, 237, 0.5);
    --cyan-light-1: #97d1fb;
    --cyan-light-2: #cfe8fa;
    --margenta-light: #fde3ef;
    --margenta-light-opa: rgba(242, 159, 197, 0.5);
    --margenta-light-1: #f5c5db;
    --margenta-light-2: #fde3ef;
    --head: #3c3c3c;
    --head-opa: #3c3c3c;
    --head-opa2: #9e9e9e;
    --head-opa3: #bebebe;
    --light-opa: hsla(0, 0%, 100%, 0.25);
    --light-opa2: hsla(0, 0%, 100%, 0.5);
    --light: #eee;
    --green: #470b7a;
    --red: red;
    --form-control-color: var(--head);
    background-color: #bebebe;
    background-color: var(--head-opa3);
    font-size: 15px;
}

body #root {
    -webkit-text-size-adjust: none;
    zoom: 100%;
    scroll-behavior: smooth;
    -webkit-transition: zoom 1s ease-in-out;
    transition: zoom 1s ease-in-out;
}

@media screen and (max-width: 1000px) {
    body #root {
        zoom: 80%;
    }
}
@media screen and (max-width: 900px) {
    body #root {
        zoom: 70%;
    }
}
@media screen and (max-width: 800px) {
    body #root {
        zoom: 60%;
    }
}
@media screen and (max-width: 700px) {
    body #root {
        zoom: 50%;
    }
}

@media screen and (max-width: 600px) {
    body #root {
        zoom: 40%;
    }
}

@media screen and (max-width: 500px) {
    body #root {
        zoom: 35%;
        padding: 0 60px;
    }
}



/*@media screen and (max-width: 1000px) {*/
/*    body #root .Page{*/
/*        zoom: 90%;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 900px) {*/
/*    body #root .Page{*/
/*        zoom: 80%;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 800px) {*/
/*    body #root .Page{*/
/*        zoom: 70%;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 700px) {*/
/*    body #root .Page{*/
/*        zoom: 60%;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 600px) {*/
/*    body #root .Page{*/
/*        zoom: 50%;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 500px) {*/
/*    body #root .Page{*/
/*        zoom: 40%;*/
/*        padding: 0 60px;*/
/*    }*/
/*}*/






#root * {
    font-family: CSBN;
}

#root h1,#root h2,#root h3{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
}

#root h1{
    display: flex!important;
    justify-content: center;
    grid-column-gap: 10px;
    font-weight: 700!important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
}

#root ol[type='1']{
    padding-left: 40px;
}

#root label{
    font-weight: initial;
    font-family: CSBN;
}
#root em {
    font-family: CSBI;
}
#root b {
        font-family: CSBB!important;
}
#root b1 {
    font-weight: 700;
}
#root symbol {
    font-family: Symbol;
}
#root .App-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #bebebe;
    background-color: var(--head-opa3);
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    padding-bottom: 20px;
    padding-top: 20px;
}
#root .img-icon {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    position: relative;
    right: 0;
    z-index: 1;
}
#root .header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #3c3c3c;
    background-color: var(--head);
    border-bottom: 5px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 200px;
    height: 135px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 10px;
    padding-top: 30px;
}
#root .header-ch-l {
    text-align: right;
}
#root .header-ch-l,
#root .header-ch-r {
    color: #eee;
    color: var(--light);
    font-size: 2em;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: auto;
    margin-top: auto;
    width: 300px;
}
#root .header-ch-r {
    text-align: left;
}
#root .table-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #3c3c3c;
    background-color: var(--head);
    border-bottom: 5px solid #fff;
    height: 140px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 0;
    vertical-align: middle;
    width: 100%;
}
#root .table-header td:first-child {
    border-radius: 10px 0 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    vertical-align: middle;
}
#root .table-header td:nth-child(3) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-begin;
    -ms-flex-pack: flex-begin;
    justify-content: flex-begin;
}
#root .table-header td:nth-child(2) {
    margin: 0;
    padding: 0;
    width: 135px;
}
#root .header-ch-l-1 {
    margin-bottom: 0;
    margin-right: 30px;
    margin-top: 30px;
    text-align: right;
}
#root .header-ch-l-1,
#root .header-ch-r-1 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #eee;
    color: var(--light);
    font-size: 1.6em;
    font-weight: 700;
    font-family: Calibri, sans-serif;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 100%;
    width: 300px;
}
#root .header-ch-r-1 {
    margin-left: 30px;
    text-align: left;
}
#root .algebra_menu {
    background-color: #cfe8fa;
    background-color: var(--cyan-light);
    right: calc(50% + 100px);
}
#root .algebra_menu a,
#root .geometry_menu a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 10px;
}
#root .algebra_menu,
#root .geometry_menu {
    border: 1px solid #3c3c3c;
    border: 1px solid var(--head);
    border-radius: 4px;
    position: absolute;
    top: 120px;
    width: 300px;
    z-index: 1000;
}
#root .geometry_menu {
    background-color: #fde3ef;
    background-color: var(--margenta-light);
    left: calc(50% + 100px);
}
#root .hover_menu {
    border: 0;
    border-radius: 0;
    color: #3c3c3c;
    color: var(--head);
    place-items: center;
}
#root .hover_menu,
#root .hover_menu:hover {
    display: grid;
    font-size: 0.8em;
    font-weight: 400;
    height: auto;
    margin-bottom: 2px;
    padding: 1px 5px;
    text-decoration: none;
}
#root .hover_menu:hover {
    background-color: #3c3c3c;
    background-color: var(--head);
    border: 0;
    border-radius: 0;
    color: #eee;
    color: var(--light);
    place-items: center;
}
#root .parent-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#root .children0 {
    padding: 0;
    width: 410px;
}
#root .nmt-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 20px;
    padding: 0;
}
#root .nmt-parent a,#root .parent-menu a,#root .nmt-parent button,#root .parent-menu button{
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
}

#root .nmt-parent,
#root h1 {
    margin-bottom: 10px;
    width: 840px;
}
#root h1 {
    background: #eee;
    background: var(--light);
    border: 2px solid #3c3c3c;
    border: 2px solid var(--head-opa);
    border-radius: 5px;
    font-size: 2.2em;
    place-items: center;
    z-index: 101;
    z-index: 1;
}
#root .anotation,
#root h1 {
    color: #3c3c3c;
    color: var(--head-opa);
    display: grid;
    height: auto;
    padding: 10px;
}
#root .anotation {
    background: #eee;
    background: var(--light);
    border: 2px solid #3c3c3c;
    border: 2px solid var(--head-opa);
    border-radius: 5px;
    font-size: 1.2em;
    place-items: center;
    width: 840px;
}
#root .anotation,
#root .banka {
    margin-bottom: 10px;
    z-index: 100;
}
#root .banka {
    background: #eee;
    background: var(--light);
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url(../../static/media/mathback1.8c17bd32eb081ffec3e3.jpg);
    background-image: linear-gradient(hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url(../../static/media/mathback1.8c17bd32eb081ffec3e3.jpg);
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--light-opa2)), to(var(--light-opa2))), url(../../static/media/mathback1.8c17bd32eb081ffec3e3.jpg);
    background-image: linear-gradient(var(--light-opa2), var(--light-opa2)), url(../../static/media/mathback1.8c17bd32eb081ffec3e3.jpg);
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border: 1px solid #3c3c3c;
    border: 1px solid var(--head-opa);
    border-radius: 5px;
    color: #3c3c3c;
    color: var(--head-opa);
    display: grid;
    font-size: 1em;
    height: auto;
    padding: 5px;
    place-items: center;
    width: 410px;
}
#root .banks_col {
    grid-gap: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
#root .banka_small {
    background: #eee;
    background: var(--light);
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url(../../static/media/mathback1.8c17bd32eb081ffec3e3.jpg);
    background-image: linear-gradient(hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url(../../static/media/mathback1.8c17bd32eb081ffec3e3.jpg);
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--light-opa2)), to(var(--light-opa2))), url(../../static/media/mathback1.8c17bd32eb081ffec3e3.jpg);
    background-image: linear-gradient(var(--light-opa2), var(--light-opa2)), url(../../static/media/mathback1.8c17bd32eb081ffec3e3.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 840px;
    border: 1px solid #3c3c3c;
    border: 1px solid var(--head-opa);
    border-radius: 5px;
    color: #3c3c3c;
    color: var(--head);
    font-size: 1em;
    padding: 5px;
    place-items: center;
    width: 840px;
}
#root .anotation_nmt,
#root .banka_small {
    display: grid;
    display: none;
    height: auto;
    margin-bottom: 10px;
    z-index: 100;
}
#root .anotation_nmt {
    background: #eee;
    background: var(--light);
    border: 1px solid #3c3c3c;
    border: 1px solid var(--head-opa);
    border-radius: 5px;
    color: #3c3c3c;
    color: var(--head-opa);
    font-size: 1.2em;
    padding: 10px;
    place-items: center;
    width: 800px;
}
#root h2 {
    font-size: 1.8em;
    font-weight: 700;
    line-height: 100%;
    margin: 0;
    padding: 0;
    color: fff;
}
#root .h2-container,
#root .h2-container-nmt {
    background: #3c3c3c;
    background: var(--head-opa);
    border: 2px solid #3c3c3c;
    border: 2px solid var(--head);
    border-radius: 5px;
    color: #fff;
    display: grid;
    height: 80px;
    margin-bottom: 10px;
    padding: 0;
    place-items: center;
}
#root .h2-container-nmt {
    width: 840px;
}
#root a {
    background: hsla(0, 0%, 100%, 0.25);
    background: var(--light-opa);
    border: 2px solid #3c3c3c;
    border: 2px solid var(--head);
    border-radius: 5px;
    color: #3c3c3c;
    color: var(--head);
    display: grid;
    font-weight: 700;
    height: auto;
    margin-bottom: 4px;
    padding: 5px;
    place-items: center;
    text-decoration: none;
}
#root a:hover {
    -webkit-animation: glow 1.5s linear infinite alternate;
    animation: glow 1.5s linear infinite alternate;
    background-color: #3c3c3c;
    background-color: var(--head-opa);
    background-position: 100% 0;
    border: 2px solid #eee;
    border: 2px solid var(--light);
    color: #eee;
    color: var(--light);
}
#root .link-alg {
    background: #97d1fb;
    background: var(--cyan-light-1);
    border: 2px solid #3c3c3c;
    border: 2px solid var(--head);
    border-radius: 5px;
    color: #3c3c3c;
    color: var(--head);
    display: grid;
    font-weight: 700;
    height: auto;
    margin-bottom: 4px;
    padding: 5px;
    place-items: center;
    text-decoration: none;
}
#root .link-alg:hover {
    -webkit-animation: glow 1.5s linear infinite alternate;
    animation: glow 1.5s linear infinite alternate;
    background-color: #0080d9;
    background-color: var(--cyan-main);
    background-position: 100% 0;
    border: 2px solid #eee;
    border: 2px solid var(--light);
    color: #eee;
    color: var(--light);
}
#root .link-geo {
    background: #f5c5db;
    background: var(--margenta-light-1);
    border: 2px solid #3c3c3c;
    border: 2px solid var(--head);
    border-radius: 5px;
    color: #3c3c3c;
    color: var(--head);
    display: grid;
    font-weight: 700;
    height: auto;
    margin-bottom: 4px;
    padding: 5px;
    place-items: center;
    text-decoration: none;
}
#root .link-geo:hover {
    -webkit-animation: glow 1.5s linear infinite alternate;
    animation: glow 1.5s linear infinite alternate;
    background-color: var(--margenta-main);
    background-position: 100% 0;
    border: 2px solid #eee;
    border: 2px solid var(--light);
    color: #eee;
    color: var(--light);
}
#root .link-alg-kt {
    background: #cfe8fa;
    background: var(--cyan-light-2);
    border: 1px solid #3c3c3c;
    border: 1px solid var(--head);
    border-radius: 5px;
    color: #3c3c3c;
    color: var(--head);
    display: grid;
    font-weight: 400;
    height: auto;
    margin: 0 0 5px;
    padding: 2px 5px;
    place-items: center;
    text-decoration: none;
}
#root .link-alg-kt:hover {
    -webkit-animation: glow 1.5s linear infinite alternate;
    animation: glow 1.5s linear infinite alternate;
    background-color: #0080d9;
    background-color: var(--cyan-main);
    background-position: 100% 0;
    border: 1px solid #eee;
    border: 1px solid var(--light);
    color: #eee;
    color: var(--light);
}
#root .link-alg-povtor {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(79, 171, 237, 0.5)), to(rgba(79, 171, 237, 0.5))), url("/wp-content/themes/mathbase/assets/media/mathback1.8c17bd32eb081ffec3e3.jpg");
    background-image: linear-gradient(rgba(79, 171, 237, 0.5), rgba(79, 171, 237, 0.5)), url("/wp-content/themes/mathbase/assets/media/mathback1.8c17bd32eb081ffec3e3.jpg");
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--cyan-light-opa)), to(var(--cyan-light-opa))), url("/wp-content/themes/mathbase/assets/media/mathback1.8c17bd32eb081ffec3e3.jpg");
    background-image: linear-gradient(var(--cyan-light-opa), var(--cyan-light-opa)), url("/wp-content/themes/mathbase/assets/media/mathback1.8c17bd32eb081ffec3e3.jpg");
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border: 2px solid #3c3c3c;
    border: 2px solid var(--head);
    border-radius: 5px;
    color: #3c3c3c;
    color: var(--head);
    display: grid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    height: auto;
    margin-bottom: 4px;
    padding: 5px;
    place-items: center;
    text-decoration: none;
}
#root .link-alg-povtor:hover {
    -webkit-animation: glow 1.5s linear infinite alternate;
    animation: glow 1.5s linear infinite alternate;
    background-position: 100% 0;
    background: none;
    background-color: #0080d9;
    background-color: var(--cyan-main);
    border: 2px solid #eee;
    border: 2px solid var(--light);
    color: #eee;
    color: var(--light);
}
#root .link-geo-povtor {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 159, 197, 0.5)), to(rgba(242, 159, 197, 0.5))), url("/wp-content/themes/mathbase/assets/media/mathback1.8c17bd32eb081ffec3e3.jpg");
    background-image: linear-gradient(rgba(242, 159, 197, 0.5), rgba(242, 159, 197, 0.5)), url("/wp-content/themes/mathbase/assets/media/mathback1.8c17bd32eb081ffec3e3.jpg");
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--margenta-light-opa)), to(var(--margenta-light-opa))), url("/wp-content/themes/mathbase/assets/media/mathback1.8c17bd32eb081ffec3e3.jpg");
    background-image: linear-gradient(var(--margenta-light-opa), var(--margenta-light-opa)), url("/wp-content/themes/mathbase/assets/media/mathback1.8c17bd32eb081ffec3e3.jpg");
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border: 2px solid #3c3c3c;
    border: 2px solid var(--head);
    border-radius: 5px;
    color: #3c3c3c;
    color: var(--head);
    display: grid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    height: auto;
    margin-bottom: 4px;
    padding: 5px;
    place-items: center;
    text-decoration: none;
}
#root .link-geo-povtor:hover {
    -webkit-animation: glow 1.5s linear infinite alternate;
    animation: glow 1.5s linear infinite alternate;
    background-position: 100% 0;
    background: none;
    background-color: var(--margenta-main);
    border: 2px solid #eee;
    border: 2px solid var(--light);
    color: #eee;
    color: var(--light);
}
#root .link-geo-kt {
    background: #fde3ef;
    background: var(--margenta-light-2);
    border: 1px solid #3c3c3c;
    border: 1px solid var(--head);
    border-radius: 5px;
    color: #3c3c3c;
    color: var(--head);
    display: grid;
    font-weight: 400;
    height: auto;
    margin: 0 0 5px;
    padding: 2px 5px;
    place-items: center;
    text-decoration: none;
}
#root .link-geo-kt:hover {
    -webkit-animation: glow 1.5s linear infinite alternate;
    animation: glow 1.5s linear infinite alternate;
    background-color: var(--margenta-main);
    background-position: 100% 0;
    border: 1px solid #eee;
    border: 1px solid var(--light);
    color: #eee;
    color: var(--light);
}
#root .nmt-href {
    background: #eee;
    background: var(--light);
    border: 2px solid #3c3c3c;
    border: 2px solid var(--head);
    border-radius: 5px;
    color: #3c3c3c;
    color: var(--head);
    display: grid;
    font-weight: 700;
    height: auto;
    margin-bottom: 4px;
    padding: 5px;
    place-items: center;
    text-decoration: none;
    width: 410px;
}
#root .rightimg {
    max-width: 100%;
    padding-top: 15px;
}
#root .rightimg1 {
    margin: 7px 0 7px 7px;
    padding-top: 25px;
}
#root .rightimg1,
#root .rightimg2 {
    float: right;
    max-width: 100%;
}
#root .rightimg2 {
    margin: 0 0 0 20px;
}
#root .leftimg {
    float: left;
    margin: 0 20px 0 0;
    max-width: 100%;
}
#root th.algebra {
    background-color: #a8d6f7;
    background-color: var(--cyan-fon);
    border: 2px solid #0080d9;
    border-color: var(--cyan-main);
}
#root table.algebra,
#root table.algebra0 {
    border-color: #0080d9;
    border-color: var(--cyan-main);
}
#root .algebra0 td {
    border: 2px solid #0080d9;
    border: 2px solid var(--cyan-main);
    vertical-align: top;
    width: 50%;
}
#root table.algebra1 {
    border-color: #0080d9;
    border-color: var(--cyan-main);
}
#root .algebra1 td {
    vertical-align: middle;
}
#root .algebra1 td,
#root table.algebra_col {
    border: 2px solid #0080d9;
    border: 2px solid var(--cyan-main);
}
#root table.algebra_col {
    border-collapse: initial;
    border-spacing: 5px;
    padding: 0;
}
#root .algebra_col td {
    border: 2px solid #0080d9;
    border: 2px solid var(--cyan-main);
    vertical-align: top;
    width: 50%;
}
#root .tr_cyan {
    background-color: #cfe8fa;
}
#root td.tr_rich_0 {
    height: 50px;
    margin: 0;
    padding: 0;
    text-indent: 0;
    width: 15px;
}
#root table.trigon3 {
    border: 0 solid #0080d9;
    border: 0 solid var(--cyan-main);
    display: table;
    font-size: 1em;
    margin-top: 10px;
    padding: 5px;
    width: 780px;
}
#root .trigon3 td {
    word-wrap: none;
    border: 2px solid #0080d9;
    border: 2px solid var(--cyan-main);
    display: table-cell;
    padding: 3px;
    vertical-align: middle;
    width: 38px;
}
#root .trigon3 td:first-child {
    border: 0;
    padding: 0;
    text-align: left;
    width: 25px;
}
#root .trigon3 td:nth-child(2) {
    width: 90px;
}
#root table.trigon4 {
    font-size: 1em;
    table-layout: fixed;
    width: 780px;
}
#root .trigon4 td,
#root table.trigon4 {
    border: 2px solid #0080d9;
    border: 2px solid var(--cyan-main);
}
#root .trigon4 td {
    display: table-cell;
    margin: 0;
    padding: 2px;
    vertical-align: middle;
    width: 35px;
}
#root .trigon4 td:first-child {
    width: 40px;
}
#root table.trigon5 {
    border: 0 solid #0080d9;
    border: 0 solid var(--cyan-main);
    display: table;
    font-size: 1em;
    margin-top: 10px;
    padding: 5px;
    width: 780px;
}
#root .trigon5 td {
    word-wrap: none;
    border: 2px solid #0080d9;
    border: 2px solid var(--cyan-main);
    display: table-cell;
    padding: 3px;
    vertical-align: middle;
    width: 38px;
}
#root .trigon5 td:first-child {
    text-align: left;
    width: 30%;
}
#root .trigon5 tr {
    height: 25px;
}
#root table.nmt_table {
    display: table;
    font-family: CSBN;
    font-size: 1.3em;
    margin: 0;
    padding: 5px;
    width: 750px;
}
#root .nmt_table td {
    word-wrap: none;
    border: 2px solid #3c3c3c;
    border: 2px solid var(--head);
    display: table-cell;
    padding: 3px;
    text-align: center;
    vertical-align: middle;
    width: 38px;
}
#root .nmt_table td:first-child {
    text-align: left;
    width: 90px;
}
#root .Page {
    background-color: #eee;
    background-color: var(--light);
    border: 10px solid #cfe8fa;
    border: 10px solid var(--cyan-light);
    -webkit-box-shadow: 0 0 45px 21px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 45px 21px rgba(0, 0, 0, 0.35);
    padding: 10px 10px 3px;
    z-index: 0;
}
#root .Page_blank {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    min-height: calc(100vh - 354px);
}
#root .Page_blank,
#root .Page_nmt {
    background-color: #fff;
    border: 10px solid #9e9e9e;
    border: 10px solid var(--head-opa2);
    -webkit-box-shadow: 0 0 45px 21px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 45px 21px rgba(0, 0, 0, 0.35);
    padding: 10px;
    width: 840px;
    z-index: 0;
}
#root .Page_nmt {
    overflow: hidden;
}

#root .Page_nmt>form>ol {
    padding-left: 40px;
}

#root p.center_nmt,
#root p.center_nmt_top {
    color: #3c3c3c;
    color: var(--head);
    font-family: system-ui, -apple-system Roboto;
    font-size: 1.2em;
    font-weight: 700;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    margin: 20px 30px 0 0;
    text-align: center;
}
#root p.teorema_head_top3 {
    margin: 20px 0 10px;
}
#root p.text_ind_eq_auto {
    font-family: CSBN;
    line-height: 250%;
    margin-bottom: 10px;
    margin-top: 0;
    text-align: left;
}
#root p.text_ind1,
#root p.text_ind_eq_auto,
#root p.text_ind_up,
#root p.text_up,
#root p.text_up2,
#root p.text_up_bot {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
#root p.text_auto {
    line-height: 2;
    padding-top: 0;
    vertical-align: initial;
}
#root p.text_auto,
#root p.text_zavd {
    font-family: CSBN;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-align: left;
}
#root p.text_zavd {
    border-top: 4px dotted #cfe8fa;
    border-top: 4px dotted var(--cyan-light);
}
#root p.text_zavd,
#root p.text_zavd_geo {
    margin-bottom: 10px;
    margin-top: 16px;
    padding-top: 8px;
}
#root p.text_zavd_geo {
    border-top: 4px dotted #fde3ef;
    border-top: 4px dotted var(--margenta-light);
    font-family: CSBN;
    text-align: left;
}
#root p.text_left_ind,
#root p.text_zavd_geo {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
#root .nmt_zavd {
    margin: 20px 0 10px;
}
#root .nmt_zavd,
#root .nmt_zavd_sub {
    font-family: CSBN;
    font-size: 1.3em;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-align: left;
}
#root .nmt_zavd_sub {
    margin: 10px 0;
}
#root .nmt_var {
    font-family: CSBN;
    font-size: 1.3em;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin: 0;
    text-align: left;
    text-justify: left;
    word-spacing: normal;
}
#root .nmt_var_bonus,
#root .nmt_var_bonus_down {
    font-family: CSBN;
    font-size: 1.3em;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin: 0 0 10px;
    text-align: left;
    text-justify: left;
    word-spacing: normal;
}
#root .nmt_it {
    font-family: CSBI;
    margin: 15px 0 5px;
}
#root .nmt_it,
#root .nmt_var_ind {
    font-size: 1.3em;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-align: left;
    vertical-align: top;
    word-spacing: auto;
}
#root .nmt_var_ind {
    font-family: CSBN;
    margin: 0 0 5px;
    text-justify: left;
}
#root .nmt_var_baseline,
#root .nmt_var_baseline_left {
    font-family: CSBN;
    font-size: 1.3em;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin: 0 0 5px;
    text-align: left;
    text-justify: left;
    vertical-align: top;
    word-spacing: auto;
}
#root .nmt_var_baseline_left {
    padding-left: 20px;
    text-indent: -20px;
}
#root .nmt_var_baseline_1 {
    margin: 0 0 10px;
}
#root .nmt_var_baseline_1,
#root .nmt_var_top {
    font-family: CSBN;
    font-size: 1.3em;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-align: left;
    text-justify: left;
    vertical-align: top;
    word-spacing: auto;
}
#root .nmt_var_top {
    margin: 0 0 5px;
}
#root .nmt_var_ind_1 {
    margin: 0 0 12px;
}
#root .nmt_var_ind_1,
#root .nmt_var_ind_left {
    font-family: CSBN;
    font-size: 1.3em;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-align: left;
    text-justify: left;
    vertical-align: top;
    word-spacing: auto;
}
#root .nmt_var_ind_left {
    margin: 0 0 5px 20px;
}
#root .nmt_var_ind_left_1 {
    font-family: CSBN;
    font-size: 1.3em;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin: 0 0 5px 30px;
    text-align: left;
    text-justify: left;
    vertical-align: top;
    word-spacing: auto;
}
#root .nmt_var_bonus label {
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#root .nmt_var_baseline label,
#root .nmt_var_baseline_1 label {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    word-spacing: normal;
}
#root .nmt_var label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#root .nmt_var label,
#root .nmt_var span,
#root .nmt_var_top span {
    word-spacing: normal;
}
#root .nmt_var_top span {
    vertical-align: top;
}
#root label em {
    word-spacing: normal;
}
#root .nmt_var_ind label,
#root .nmt_var_ind_1 label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#root .flex-zavd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
}
#root .main_equ {
    margin-top: 15px;
    padding: 5px;
}
#root .main_equ,
#root .main_equ_1 {
    background-color: #cfe8fa;
    background-color: var(--cyan-light);
    font-family: CSBN;
}
#root .main_equ_1 {
    padding: 10px 10px 16px;
}
#root .main_equ_2 {
    margin-top: 30px;
    padding: 20px 10px;
}
#root .main_equ_2,
#root .main_equ_3 {
    background-color: #cfe8fa;
    background-color: var(--cyan-light);
    font-family: CSBN;
}
#root .main_equ_3 {
    padding: 35px 10px;
}
#root .main_equ_4 {
    padding: 43px 10px;
}
#root .main_equ_4,
#root .main_equ_5 {
    background-color: #cfe8fa;
    background-color: var(--cyan-light);
    font-family: CSBN;
}
#root .main_equ_5 {
    padding: 30px 10px;
}
#root .main_equ_6 {
    padding: 65px 10px 20px;
}
#root .main_equ_6,
#root .main_equ_7 {
    background-color: #cfe8fa;
    background-color: var(--cyan-light);
    font-family: CSBN;
}
#root .main_equ_7 {
    padding: 40px 10px 37px;
}
#root .cyan {
    color: #0080d9;
    color: var(--cyan-main);
    font-family: MT;
    font-size: 1.5em;
    font-weight: bolder;
}
#root .zno {
    color: #9e9e9e;
    color: var(--head-opa2);
    font-family: system-ui, -apple-system;
    font-size: 0.8em;
    font-weight: 700;
}
#root .zapf {
    color: #0080d9;
    color: var(--cyan-main);
    font-family: ZAPF;
}
#root .main-content {
    display: grid;
    grid-template-rows: 1fr 42px;
    grid-template-rows: 1fr;
    margin: 0;
    min-height: calc(100vh - 144px);
}
#root footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #3c3c3c;
    background-color: var(--head-opa);
    color: #eee;
    color: var(--light);
    margin: 0;
    min-height: 40px;
    text-decoration: none;
    z-index: 0;
}
#root .footer-p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.8em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 10px;
    text-align: center;
}
#root .footer-link {
    border: 0;
    color: #eee;
    color: var(--light);
    font-weight: 400;
    height: 0;
    margin-bottom: 0;
    padding: 0 0 0 5px;
    text-decoration: none;
}
#root .footer-link:hover {
    -webkit-animation: none;
    animation: none;
    background-color: initial;
    background-position: 100% 0;
    border: 0;
}
#root .navbar-brand {
    background-color: initial;
    border: 0 solid;
    height: 60px;
    margin: 0;
    padding: 0;
    position: fixed;
    right: calc(50% + 430px);
    top: 170px;
    width: 60px;
    z-index: 1000;
}
#root .navbar-brand:hover {
    -webkit-animation: none;
    animation: none;
    background-color: initial;
    background-position: 100% 0;
    border: 0;
}
#root .navbar-brand.fixed {
    top: 0;
}
#root .navbar-brand-tkr,
#root .navbar-brand.fixed {
    background-color: initial;
    border: 0 solid;
    height: 60px;
    margin: 0;
    padding: 0;
    position: fixed;
    width: 60px;
    z-index: 1000;
}
#root .navbar-brand-tkr {
    right: calc(50% + 430px);
    top: 270px;
}
#root .navbar-brand-tkr:hover {
    -webkit-animation: none;
    animation: none;
    background-color: initial;
    background-position: 100% 0;
    border: 0;
}
#root .navbar-brand-tkr.fixed {
    top: 100px;
}
#root .navbar-brand-tkr.fixed,
#root .navbar-brand-up {
    background-color: initial;
    border: 0 solid;
    height: 60px;
    margin: 0;
    padding: 0;
    position: fixed;
    width: 60px;
    z-index: 1000;
}
#root .navbar-brand-up {
    right: calc(50% + 430px);
    top: 220px;
}
#root .navbar-brand-up:hover {
    -webkit-animation: none;
    animation: none;
    background-color: initial;
    background-position: 100% 0;
    border: 0;
}
#root .navbar-brand-up.fixed {
    background-color: initial;
    border: 0 solid;
    height: 60px;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 50px;
    width: 60px;
    z-index: 1000;
}
#root a:focus {
    outline: none;
}
#root .check {
    background-color: var(--color-white);
    margin-top: 10px;
}
#root .check:hover {
    border-color: var(--main-color);
    border-style: solid;
    border-width: 2px;
}
#root .check:disabled:hover,
#root .check:hover {
    background-color: var(--main-color);
    color: var(--color-white);
}
#root .check:disabled:hover {
    border-color: var(--color-white);
}
#root .change {
    color: var(--sub-color);
    font-size: 100%;
    font-weight: inherit;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 10px;
}
#root input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #eee;
    background-color: var(--light);
    border: 2px solid #3c3c3c;
    border: 2px solid var(--head);
    border-radius: 50%;
    color: currentColor;
    display: grid;
    height: 18px;
    margin: 0 10px 0 0;
    place-content: center;
    width: 18px;
}
#root input[type=radio]:before {
    border-radius: 50%;
    -webkit-box-shadow: inset 1em 1em #3c3c3c;
    box-shadow: inset 1em 1em #3c3c3c;
    -webkit-box-shadow: inset 1em 1em var(--form-control-color);
    box-shadow: inset 1em 1em var(--form-control-color);
    content: "";
    height: 10px;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: -webkit-transform 0.12s ease-in-out;
    -webkit-transition: -webkit-transform 0.12s ease-in-out;
    transition: transform 0.12s ease-in-out;
    transition: transform 0.12s ease-in-out, -webkit-transform 0.12s ease-in-out;
    width: 10px;
}
#root input[type=radio]:checked:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
#root input[type=radio].green:before {
    background-color: green;
}
#root .totalPoint {
    font-size: 1.4em;
    margin: 20px;
}
body #root table.mnt_vidp {
    background-color: #eee;
    background-color: var(--light);
    border: 0;
    border-collapse: initial;
    border-spacing: 5px;
        font-family: CSBB!important;
    table-layout: fixed;
    width: 220px;
}
body #root .mnt_vidp td {
    display: table-cell;
    margin: 0;
    padding: 5px;
    font-family: CSBB!important;
    text-align: center;
    font-weight: 700;
    vertical-align: middle;
}
body #root table.mnt_vidp_1 {
    background-color: #eee;
    background-color: var(--light);
    border: 0;
    border-collapse: initial;
    border-spacing: 5px;
    font-family: CSBB!important;
    table-layout: fixed;
    text-align: center;
    width: 220px;
}
#root .mnt_vidp_1 td {
    display: table-cell;
    margin: 0;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}
#root .coltext {
    background-color: var(--color-white);
    border: 2px dashed #3c3c3c;
    border: 2px dashed var(--head);
    color: #3c3c3c;
    color: var(--head-opa);
    font-size: 20px;
    height: 30px;
    outline: none;
    text-align: center;
    width: 30px;
}
#root .selector {
    border: 2px dashed #3c3c3c;
    border: 2px dashed var(--head);
    border-radius: 10%;
    text-justify: center;
    vertical-align: middle;
}
#root .test_nmt {
    border-spacing: 5px;
    margin: 5px auto;
    padding-left: 35px;
}
#root .testVidp {
    border-spacing: 6px;
    -webkit-column-span: all;
    -moz-column-span: all;
    column-span: all;
    margin: 0 5px 5px;
}
#root .field {
    border: 2px dashed #3c3c3c;
    border: 2px dashed var(--head);
    font-size: 1em;
    height: 30px;
    width: 30px;
}
#root .field,
#root .field_comma {
    font-family: CSBN;
    text-align: center;
}
#root .field_comma {
    font-size: 1.4em;
    height: 40px;
    padding: 0;
    width: 10px;
}
body #root table.mnt_vidp_2 {
    background-color: #eee;
    background-color: var(--light);
    background-color: #fff;
    border: 0;
        font-family: CSBB!important;
    height: 20px;
    margin-bottom: 10px;
    table-layout: fixed;
    text-align: center;
    width: 440px;
}
#root .mnt_vidp_2 td {
    background-color: #eee;
    background-color: var(--light);
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
#root .mnt_vidp_2 td:first-child {
    background-color: #fff;
    font-family: CSBI;
    font-size: 1em;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 115px;
}
#root .check {
    background-color: #eee;
    background-color: var(--light);
    border-radius: 5px;
    border-width: 2px;
    font-size: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 20px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}
#root .check:hover {
    border: 2px solid #eee;
    border-color: var(--light);
    border-radius: 5px;
}
#root .check:disabled:hover,
#root .check:hover {
    background-color: #3c3c3c;
    background-color: var(--head);
    color: #eee;
    color: var(--light);
}
#root .check:disabled:hover {
    border-color: #eee;
    border-color: var(--light);
}
#root .mistake {
    color: red;
    font-size: 1.3em;
    margin-top: 10px;
}
:root {
    --cyan: #4fabed;
    --cyan-fon: #a8d6f7;
    --cyan-main: #0080d9;
    --margenta: #f29fc5;
    --margenta-fon: #fadceb;
    --margenta-main: #e6007e;
    -webkit-text-size-adjust: none;
}
#root * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#root .App {
    margin: 0;
    text-align: center;
}
#root .parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#root .children {
    width: 450px;
}
#root .parent_geo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 35px;
}
#root .child_geo,
#root .parent_geo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#root .child_geo {
    width: 47%;
}
#root .parent_geo1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}
#root .child_geo1,
#root .parent_geo1 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#root .child_geo1 {
    width: 37%;
}
#root .parent_geo2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
#root .child_geo2 {
    width: 395px;
}
#root .child_geo2,
#root .child_geo_33 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#root .child_geo_33 {
    width: 235px;
}
#root .children1 {
    padding: 0;
    width: 380px;
}
#root .parent_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}
#root .children_1 {
    width: 300px;
}
#root .parent_0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}
#root .children_0 {
    width: 379px;
}
#root .parent_geo3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}
#root .child_geo3,
#root .parent_geo3 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#root .child_geo3 {
    width: 340px;
}
#root .child_geo3_1 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 420px;
}
@-webkit-keyframes glow {
    to {
        -webkit-box-shadow: 0 0 4px 4px var(--light);
        box-shadow: 0 0 4px 4px var(--light);
    }
}
@keyframes glow {
    to {
        -webkit-box-shadow: 0 0 4px 4px var(--light);
        box-shadow: 0 0 4px 4px var(--light);
    }
}
#root .rightimg {
    float: right;
    margin: 7px 0 7px 7px;
}
#root table {
    background-color: #fff;
    color: initial;
    border: 2px solid;
    border-collapse: collapse;
    font-family: Calibri, sans-serif!important;
    font-size: 1.4em;
    margin-bottom: 10px;
    width: 800px;
}
#root table td,
#root table th {
    padding: 7px;
    vertical-align: top;
    font-family: Calibri, sans-serif!important;
}
#root th {
    font-size: 1.2em;
}
#root th.geometry {
    background-color: #fadceb;
    background-color: var(--margenta-fon);
}
#root table.geometry,
#root table.geometry1,
#root th.geometry {
    border: 2px solid #e6007e;
    border-color: var(--margenta-main);
}
#root table.geometry1 {
    table-layout: fixed;
}
#root table.geometry2 {
    border: 2px solid #e6007e;
    border-color: var(--margenta-main);
    width: 395px;
}
#root table.geometry0 {
    border-color: #e6007e;
    border-color: var(--margenta-main);
}
#root .geometry td,
#root .geometry0 td {
    width: 50%;
}
#root .geometry td,
#root .geometry0 td,
#root .geometry1 td {
    border: 2px solid #e6007e;
    border: 2px solid var(--margenta-main);
    vertical-align: top;
}
#root .geometry1 td {
    padding-left: 0;
    padding-right: 0;
}
#root table.geometry_col {
    border: 2px solid #e6007e;
    border: 2px solid var(--margenta-main);
    border-collapse: initial;
    border-spacing: 5px;
    padding: 0;
}
#root .geometry_col td {
    border: 2px solid #e6007e;
    border: 2px solid var(--margenta-main);
    vertical-align: top;
    width: 50%;
}
#root .geometry_p3 {
    height: 420px;
}
#root .geometry_p3_1 {
    height: 370px;
}
#root table.trigon {
    table-layout: fixed;
}
#root .trigon td,
#root table.trigon {
    border: 2px solid #0080d9;
    border: 2px solid var(--cyan-main);
}
#root .trigon td {
    display: table-cell;
    margin: 0;
    padding: 5px;
    vertical-align: middle;
    width: 60px;
}
#root .trigon td:first-child {
    width: 80px;
}
#root .trigon1 td,
#root table.trigon1 {
    border: 2px solid #0080d9;
    border: 2px solid var(--cyan-main);
}
#root .trigon1 td {
    display: table-cell;
    padding: 5px;
    vertical-align: middle;
    width: 70px;
}
#root .trigon1 td:first-child {
    width: 33%;
}
#root .trigon2 td,
#root table.trigon2 {
    border: 2px solid #0080d9;
    border: 2px solid var(--cyan-main);
}
#root .trigon2 td {
    display: table-cell;
    margin: 0;
    padding: 5px;
    vertical-align: middle;
    width: 60px;
}
#root .trigon2 td:first-child {
    width: 20%;
}
#root .tr_cyan {
    background-color: var(--cyan-light);
    height: 50px;
}
#root .tr_rich {
    background-color: #fff;
    height: 50px;
}
#root .Page_geo {
    background-color: var(--light);
    border: 10px solid var(--margenta-light);
    -webkit-box-shadow: 0 0 45px 21px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 45px 21px rgba(0, 0, 0, 0.35);
    padding: 10px 10px 3px;
    z-index: 0;
}
#root p.teorema_head {
    margin-top: 40px;
}
body #root p.center_ind,
body #root p.teorema_head {
        font-family: CSBB!important;
    font-weight: 700;
}
#root p.center_ind {
    margin-bottom: 0;
    margin-top: 20px;
}
body #root p.teorema_head_top,
body #root p.teorema_head_top1 {
        font-family: CSBB!important;
    font-weight: 700;
    margin: 0;
}
#root p.teorema_head_top1 {
    font-size: 1.3em;
}
body #root p.teorema_head_top2 {
        font-family: CSBB!important;
    font-weight: 700;
    margin: 0 0 10px;
}
body #root p.teorema_head_top3 {
        font-family: CSBB!important;
    font-weight: 700;
    margin: 20px 0 15px;
}
#root p.teorema_text {
    margin-top: 40px;
}
#root ol,
#root p.teorema_text,
#root p.text {
    font-family: CSBN;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-align: left;
}
#root ol,
#root p.text {
    margin: 0;
}
#root p.center {
    margin: 0;
}
#root p.center,
#root p.center_ind {
    font-family: CSBN;
    font-size: 1em;
    font-weight: 400;
    text-align: center;
}
#root p.center_ind {
    margin-bottom: 15px;
}
#root p.text_ind {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
#root p.text_ind,
#root p.text_ind_dano {
    font-family: CSBN;
    margin-bottom: 10px;
    margin-top: 0;
    text-align: left;
}
#root p.text_ind_dano {
    margin-left: 75px;
    text-indent: -75px;
}
#root p.text_ind_dovestu {
    margin-bottom: 10px;
    margin-left: 110px;
    margin-top: 0;
    text-indent: -110px;
}
#root p.text_geo,
#root p.text_ind_dovestu {
    font-family: CSBN;
    text-align: left;
}
#root p.text_geo {
    margin: 10px 7px;
}
#root p.text_ind_up {
    margin-bottom: 10px;
    margin-top: 10px;
}
#root p.text_ind1,
#root p.text_ind_up {
    font-family: CSBN;
    text-align: left;
}
#root p.text_ind1 {
    margin-bottom: 24px;
    margin-top: 0;
}
#root p.text_up {
    font-family: CSBN;
    margin-top: 20px;
    text-align: left;
}
#root p.text_up1 {
    margin-bottom: 0;
}
#root p.text_up1,
#root p.text_up2 {
    font-family: CSBN;
    margin-top: 10px;
    text-align: left;
}
#root p.text_up2 {
    margin-bottom: 10px;
}
#root p.text_up_bot {
    font-family: CSBN;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: left;
}
#root p.text_ind_cen {
    text-align: center;
}
#root p.text_ind_cen,
#root p.text_left_ind {
    font-family: CSBN;
    margin-bottom: 10px;
    margin-top: 0;
}
#root p.text_left_ind {
    margin-left: 50px;
    text-align: left;
}
#root .csbn {
    font-family: CSBN;
}
#root .csbit {
    font-family: CSBI;
}
#root .csbb {
        font-family: CSBB!important;
}
#root .csbbі {
    font-family: CSBBI;
}
#root .symbol {
    font-family: Symbol;
}
#root .mt {
    font-family: MT;
}
#root sub,
#root sup {
    font-size: 60%;
}
#root li {
    margin-bottom: 7px;
}
#root li::marker {
    font-weight: 700;
}
#root .main_equ_geo {
    margin-top: 15px;
    padding: 5px;
}
#root .main_equ_geo,
#root .main_equ_geo_1 {
    background-color: var(--margenta-light);
    font-family: CSBN;
}
#root .main_equ_geo_1 {
    padding: 10px 10px 16px;
}
#root .main_equ_geo_2 {
    padding: 20px 10px;
}
#root .main_equ_geo_2,
#root .main_equ_geo_2_1 {
    background-color: var(--margenta-light);
    font-family: CSBN;
}
#root .main_equ_geo_2_1 {
    padding: 15px 10px 4px;
}
#root .main_equ_geo_3 {
    padding: 35px 10px;
}
#root .main_equ_geo_3,
#root .main_equ_geo_3_1 {
    background-color: var(--margenta-light);
    font-family: CSBN;
}
#root .main_equ_geo_3_1 {
    padding: 25px 10px 35px;
}
#root .main_equ_geo_4 {
    padding: 43px 10px;
}
#root .main_equ_geo_4,
#root .main_equ_geo_5 {
    background-color: var(--margenta-light);
    font-family: CSBN;
}
#root .main_equ_geo_5 {
    padding: 30px 10px;
}
#root .main_equ_geo_6 {
    background-color: var(--margenta-light);
    font-family: CSBN;
    padding: 65px 10px 20px;
}
#root .zapf_m {
    font-family: ZAPF;
}
#root .margenta,
#root .zapf_m {
    color: #e6007e;
    color: var(--margenta-main);
}
#root .margenta {
    font-family: MT;
    font-size: 1.5em;
    font-weight: bolder;
}
#root .zapf_margenta {
    color: #e6007e;
    color: var(--margenta-main);
    font-family: ZAPF;
}
#root .MathJax {
    font-size: 1em;
}

/*---------------------------------------*/

@media screen and (max-width: 991px) {
    #root table {
        width: 100%;
    }
    #root .Page_blank,
    #root .Page_nmt{
        width: 100%;
        /*width: 100vw;*/
    }
    #root .Page_nmt{
        overflow: scroll;
    }

    #root .header-ch-l-1, #root .header-ch-r-1{
        width: 0;
        width: fit-content;
        margin: 30px 0 ;
        text-align: center;
    }
    #root .table-header td:first-child,#root .table-header td:nth-child(3){
        width: 0;
        width: fit-content;

    }
    #root .table-header tr {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #root .nmt-parent,
    #root h1 {
        width: 100%;
    }
    #root .parent-menu{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #root .nmt-parent{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #root .h2-container-nmt{
        width: 100%;
        max-width: 100vw;
        height: fit-content;
        height: 80px;
    }
    #root .nmt-href {
        width: 100%;
        max-width: 100vw;
    }
    body #root .nmt-parent button.nmt-href {
        width: 100%;
        max-width: 100vw;
    }
    body #root .parent-menu .blocked {
        width: 100%;
        max-width: 100vw;
    }
    #root .children0{
        width: 100vw;
    }
    #root .Page_nmt>form>ol{
        padding-left: 25px
    }



    #root .mnt_vidp_2 td:first-child {
        width: 100px;
    }
    body #root table.mnt_vidp_2{
        width: 100%;
        max-width: 400px;
    }
    #root table.mnt_vidp_2 td, #root table.mnt_vidp_2 th{
        padding: 3px;
    }
    #root table.mnt_vidp_2 td .field, #root table.mnt_vidp_2 th .field{
        height: 25px;
        width: 25px;
    }
}