:root {
    --low: linear-gradient(45deg, #97969e 0%, #c3c3c3 100%);
    --hi-f: #de7d7d;
    --zone:linear-gradient(45deg, #4f00ac 0%, #a660ff 100%);
    --mid: linear-gradient(45deg, #1e6dff 0%, #a8d3ff 100%);
    --hi: linear-gradient(45deg, #00ac21 0%, #60ff7e 100%);
    --top: linear-gradient(45deg, #ff6726 0%, #fbd500 100%);

    --low-text-color: #97969E;
    --hi-text-color: #00C726;
    --top-text-color: #ff6726;
    --mid-text-color: #1E6DFF;
    --zone-text-color: #4f00ac;
}


.tests-graph._low .tests-graph__value {
    color: var(--low-text-color);
}
.tests-graph._hi .tests-graph__value {
    color: var(--hi-text-color);
}
.tests-graph._top .tests-graph__value {
    color: var(--top-text-color);
}
.tests-graph._mid .tests-graph__value {
    color: var(--mid-text-color);
}
.tests-graph._zone .tests-graph__value {
    color: var(--zone-text-color);
}

.block-totalchart__right._top .block-total__t::after {
    background: var(--top-text-color);
}
.block-totalchart__right._mid .block-total__t::after {
    background: var(--mid-text-color);
}
.block-totalchart__right._low .block-total__t::after {
    background: var(--low-text-color);
}
.block-totalchart__right._zone .block-total__t::after {
    background: var(--zone-text-color);
}





.block-total__t::after {
    top: -10px;
    filter: blur(25px);
}


.tests__head span._low::before {
    background: var(--low);
}
.tests__head span._zone::before {
    background: var(--zone);
}
.tests__head span._mid::before {
    background: var(--mid);
}
.tests__head span._hi::before {
    background: var(--hi);
}
.tests__head span._top::before {
    background: var(--top);
}






._zone .line__dot {
    background:var(--zone);
}
._top .line__dot {
    background: var(--top);
}
._hi .line__dot {
    background: var(--hi);
}
._hi-f .line__dot {
    background: var(--hi-f);
}
._mid .line__dot {
    background: var(--mid);
}

._low .line__dot {
    background: var(--low);
}

._zone .line__dot {
    background:var(--zone-text-color);
}
._top .line__dot {
    background: var(--top-text-color);
}
._hi .line__dot {
    background: var(--hi-text-color);
}

._mid .line__dot {
    background: var(--mid-text-color);
}

._low .line__dot {
    background: var(--low-text-color);
}



/*
TODO::На цветные квадраты

._zone .line__bot  {
    background:var(--zone);
}
._top .line__bot  {
    background: var(--top);
}
._hi .line__bot  {
    background: var(--hi);
}
._mid .line__bot  {
    background: var(--mid);
}

._low .line__bot  {
    background: var(--low);
}
*/






._zone .line__bot {
    /*border: 1px solid var(--zone);*/
}
._top .line__bot {
    /*border: 1px solid  var(--top);*/
}
._hi .line__bot {
    /*border: 1px solid  var(--hi);*/
}
._mid .line__bot {
    /*border: 1px solid  var(--mid);*/
}

._low .line__bot {
    /*border: 1px solid  var(--low);*/
}


._zone .line__dot::before {
    background: var(--zone);
    width: calc(100% + 0px);
    border: 7px solid var(--zone);
}
._top .line__dot::before {
    background: var(--top);
    width: calc(100% + 0px);
    border: 7px solid var(--top);
}
._hi .line__dot::before {
    background: var(--hi);
    width: calc(100% + 0px);
    border: 7px solid var(--hi);
}
._hi-f .line__dot::before {
    background: var(--hi-f);
    width: calc(100% + 0px);
    border: 7px solid var(--hi-f);
}
._mid .line__dot::before {
    background: var(--mid);
    width: calc(100% + 0px);
    border: 7px solid var(--mid);
}

._low .line__dot::before {
    background: var(--low);
    width: calc(100% + 0px);
    border: 7px solid var(--low);
}











.block-totalchart__right._zone {
    background:var(--zone);
}
.block-totalchart__right._top {
    background: var(--top);
}
.block-totalchart__right._hi {
    background: var(--hi);
}
.block-totalchart__right._mid {
    background: var(--mid);
}
.block-totalchart__right._hi-f {
    background: var(--hi-f);
}

.block-totalchart__right._low {
    background: var(--low);
}



.tests-graph._top .tests-graph__line {
    background: var(--top);
}





.tests-graph._zone .tests-graph__line {
    background: var(--zone);
}
.tests-graph._low .tests-graph__line {
    background: var(--low);
}

.tests-graph._hi .tests-graph__line {
    background: var(--hi);
}
.tests-graph._mid .tests-graph__line {
    background: var(--mid);
}



.quadral {
    padding: 30px 40px;
    margin: -20px 0px;
    position: relative;
    color: var(--blue-black);
    padding-bottom: 25px;
}

.quadral__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    padding: 2px 60px;
    position: relative
}

.quadral__row > :not(:last-child) {
    margin: 0px 10px 0px 0px
}

.quadral-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    background: #fff;
    position: relative;
    z-index: 3;
    border-radius: 22px;
    background: -webkit-gradient(linear, left top, right top, from(white), to(#244460));
    background: -o-linear-gradient(left, white 0%, #244460 100%);
    background: linear-gradient(90deg, white 0%, #244460 100%)
}

.quadral-item_1 {
    background: -webkit-gradient(linear, right top, left top, from(white), to(#244460));
    background: -o-linear-gradient(right, white 0%, #244460 100%);
    background: linear-gradient(270deg, white 0%, #244460 100%)
}

.quadral-item__row {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    background: linear-gradient(146deg, #9595a1 0%, #d3d5e7 12%, white 28%) no-repeat;
    padding: 20px;
    border-radius: 20px;
    width: calc(100% - 4px);
    height: calc(100% - 4px)
}

.quadral-item__letter {
    position: absolute;
    top: 10px;
    left: 45px;
    font-size: 34px
}

.quadral-item__head {
    padding: 0px 0px 0px 29px;
    text-align: right
}

.quadral-item__title {
    color: #4D5682;
    font-size: 22px;
    margin: 0px 0px 10px 0px
}

.quadral-item__pre {
    font-size: 18px;
    font-style: italic;

}

.quadral-item__q {
    font-size: 20px;
    margin: 0px 0px 10px 0px
}

.quadral-item__q span {
    color: #4D5682;
    font-size: 22px
}

.quadral-item__text {
    font-size: 17.5px;
    padding: 0px 10px 0px 0px;
}

.quadral-item__text_1 p {
    margin: 0px 0px 15px 0px
}

.quadral-item__text_1 p:last-child {
    margin: 0
}

.quadral-item__list {
    padding: 10px 0px 0px 0px
}

.quadral-item__list li {
    font-size: 18px
}

.quadral__1 {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: calc(100% - 10px);
    background: #ada0be;
    border-radius: 10px;
    padding: 20px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.quadral__1 p {
    position: absolute;
    top: 20px;
    display: block;
    color: #fff;
    font-size: 18px;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    text-align: right
}

.quadral__1 p:first-child {
    left: 10px
}

.quadral__1 p:nth-child(2) {
    right: 10px
}

.quadral__2 {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 80px;
    width: calc(50% - 110px);
    height: 100%;
    background:rgb(89 88 125);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 20px
}

.quadral__2 p {
    color: #fff;
    font-size: 18px
}

.quadral__3 {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 80px;
    width: calc(50% - 110px);
    height: 100%;
    background: rgb(72 60 118);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 5px 20px
}

.quadral__3 p {
    color: #fff;
    font-size: 18px
}

.quadral__4 {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: calc(100% - 10px);
    background: #7d7d7d;
    border-radius: 10px;
    padding: 20px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.quadral__4 p {
    position: absolute;
    bottom: 20px;
    display: block;
    color: #fff;
    font-size: 18px;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    text-align: right
}

.quadral__4 p:first-child {
    left: 10px
}

.quadral__4 p:nth-child(2) {
    right: 10px
}







.title_expert {
    text-align: center;
    margin-bottom: 10px;

}




.page__row {
    display: flex;
    font-size: 0px;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 40px;
}

.sgraphs-block {
    margin: 0px 20px 0px 0px;
}
.sgraphs-block:last-child {
    margin: 0px;
}
.sgraphs__title {
    font-size: 20px;
    text-align: center;
    margin: 0px 0px 10px;
}
.sgraphs {
    display: flex;
    font-size: 0px;
}
.small-graph {
    position: relative;
}
.small-graph__bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.small-graph__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px;
}
.small-graph__title {
    font-size: 14px;
    color: rgb(255, 255, 255);
    position: relative;
    text-align: center;
    height: 42px;
    padding: 10px 10px 0px;
}
.big-graph__lines {
    display: flex;
    font-size: 0px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 0px 25px;
    margin: 0px 0px 20px;
}
.small-graph .big-graph__lines {
    -webkit-box-pack: center;
    justify-content: center;
    padding: 20px;
    margin: 0px;
}
.small-graph_1 .big-graph__lines {
    padding: 20px 20px 20px 40px;
}
.sgraphs .small-graph_1 .big-graph__lines {
    margin: 0px auto;
    padding: 20px 0px;
}
.sgraphs .small-graph_1 .big-graph__lines_p {
    padding: 20px 10px 20px 30px;
}
.big-graph__percent {
    position: relative;
}
.small-graph .big-graph__lines > :not(:last-child) {
    margin: 0px 5px 0px 0px;
}
.small-graph_2 .big-graph__percent p:first-child {
    top: 0px;
}

.small-graph_1 .big-graph__percent p:first-child {
    top: 0px;
}

.small-graph_2 .big-graph__percent p {
    left: -20px;
}

.small-graph_1 .big-graph__percent p {
    left: -20px;
}

.big-graph__percent p:first-child {
    top: 0px;
}
.small-graph_2 .big-graph__percent p:nth-child(2) {
    top: 108px;
}
.small-graph_2 .big-graph__percent p:nth-child(3) {
    top: 225px;
}
.small-graph_2 .big-graph__percent p:nth-child(4) {
    top: 340px;
}
.small-graph .big-graph__lines > :not(:last-child) {
    margin: 0px 5px 0px 0px;
}
.small-graph .line__block {
    background: none;
}

.line__block {
    width: 30px;
    height: 350px;
    position: relative;
    margin: 0px 0px 2px;
    overflow: hidden;
}

.line__blockgrades span {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 25%;
    background: rgb(215, 223, 228);
}
.line__blockgrades_3 span {
    height: 33.333%;
}
.line__blockgrades span:first-child {
    top: 0px;
    opacity: 0.3;
}
.line__blockgrades_3 span:first-child {
    top: 0px;
    opacity: 0.3;
}
.line__blockgrades_3 span:nth-child(2) {
    top: 33.333%;
    opacity: 0.5;
}
.line__blockgrades_3 span:nth-child(3) {
    top: 66.666%;
    opacity: 0.75;
}
.line__dot {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, 0px);
    width: 50%;
    min-height: 3px;
    max-height: calc(100% - 45px);
    background: rgb(38, 76, 127);
}
.line__dot {
    max-height: calc(100% - 62px);
}
.line__dot::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: -45px;
    left: 50%;
    transform: translate(-50%, 0px);
    width: calc(100% + 8px);
    height: 50px;
    border-width: 7px;
    border-style: solid;
    border-color: rgb(38, 76, 127);
    border-image: initial;
    background: transparent;
    border-radius: 15px;
}
.line__dot::before {
    top: -63px;
    width: calc(100% + 8px);
    height: 70px;
}
.line__bot {
    text-align: center;
    position: relative;
    width: 75px;
    border-radius: 10px;
    padding: 10px;
    background: linear-gradient(rgba(209, 221, 221, 0.5) 0%, rgba(136, 167, 165, 0.5) 100%);
    margin: 0px 0px 10px;
}
.line__bot p {
    font-size: 30px;
}
.line__bot span {
    font-size: 24px;
}
.lights {
    display: flex;
    font-size: 0px;
}
.lights__item {
    display: block;
    width: 11px;
    height: 11px;
    opacity: 0.25;
    border-radius: 50%;
}
.lights > :not(:last-child) {
    margin: 0px 3px 0px 0px;
}
.lights__item_red {
    background: rgb(255, 0, 0);
}
.lights__item_white {
    background: rgb(255, 255, 255);
}
.lights__item_yellow {
    background: rgb(255, 255, 0);
}
.lights__item_green {
    background: rgb(78, 252, 100);
}
.lights__item._active {
    opacity: 1;
}


.sgraphs-block {
    margin: 0px 5px 0px 0px
}

.sgraphs-block:last-child {
    margin: 0
}

.sgraphs__title {
    font-size: 20px;
    text-align: center;
    margin: 0px 0px 10px 0px
}

.sgraphs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0
}

.sgraphs .big-graph {
    padding: 10px;
    width: auto
}

.sgraphs .small-graph_1 .big-graph__lines {
    margin: 0 auto;
    padding: 20px 0px
}

.sgraphs .small-graph_1 .big-graph__lines_p {
    padding: 20px 5px 20px 24px;
}
/*
.big-graph_bg2 {
    background: url("/products/vision_v2/img/blocktitle/bg5.webp") no-repeat;
    background-size: cover
}
.small-graph_2 {
    background: url("/products/vision_v2/img/blocktitle/bg6.webp") no-repeat;
    background-size: cover
}*/
/*.small-graph_1 {
    background: url("/products/vision/img/small-graph/bg1.png") no-repeat;
    background-size: cover
}*/

.sgraphs > :not(:last-child) {
    margin: 0px 20px 0px 0px
}

.small-graph {
    position: relative
}

.small-graph .big-graph__lines {
    padding: 20px;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.small-graph .big-graph__lines > :not(:last-child) {
    margin: 0px 2px 0px 0px
}

.small-graph .line__block {
    background: none
}

.small-graph .line__block:after, .small-graph .line__block:before {
    display: none
}

.small-graph_1 .big-graph__lines {
    padding: 20px 20px 20px 40px
}

.small-graph_1 .big-graph__lines_1 {
    padding: 20px
}

.small-graph_1 .big-graph__percent p {
    left: -20px
}

.small-graph_1 .big-graph__percent p:first-child {
    top: 0
}

.small-graph_1 .big-graph__percent p:nth-child(2) {
    top: 80px
}

.small-graph_1 .big-graph__percent p:nth-child(3) {
    top: 166px
}

.small-graph_1 .big-graph__percent p:nth-child(4) {
    top: 255px
}

.small-graph_1 .big-graph__percent p:nth-child(5) {
    top: 340px
}

.small-graph_2 .big-graph__percent p {
    left: -20px
}

.small-graph_2 .big-graph__percent p:first-child {
    top: 0
}

.small-graph_2 .big-graph__percent p:nth-child(2) {
    top: 108px
}

.small-graph_2 .big-graph__percent p:nth-child(3) {
    top: 225px
}

.small-graph_2 .big-graph__percent p:nth-child(4) {
    top: 340px
}

.small-graph__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.small-graph__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 10px
}

.line__blockgrades span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 25%;
    background: #D7DFE4
}

.line__blockgrades span:first-child {
    top: 0;
    opacity: 0.3
}

.line__blockgrades span:nth-child(2) {
    top: 25%;
    opacity: 0.5
}

.line__blockgrades span:nth-child(3) {
    top: 50%;
    opacity: 0.75
}

.line__blockgrades span:nth-child(4) {
    top: 75%;
    opacity: 1
}

.line__blockgrades_3 span {
    height: 33.333%
}

.line__blockgrades_3 span:first-child {
    top: 0;
    opacity: 0.3
}

.line__blockgrades_3 span:nth-child(2) {
    top: 33.333%;
    opacity: 0.5
}

.line__blockgrades_3 span:nth-child(3) {
    top: 66.666%;
    opacity: 0.75
}

.small-graph__title {
    font-size: 14px;
    color: #fff;
    position: relative;
    text-align: center;
    padding: 10px 10px 0px 10px;
    height: 42px
}

.big-graph__title {
    font-size: 18px;
    color: #fff;
    text-align: center
}











.big-graph_1 .line__bot p {
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0) rotate(-35deg);
    -ms-transform: translate(-50%, 0) rotate(-35deg);
    transform: translate(-50%, 0) rotate(-35deg);
    text-align: center;
    font-size: 9px
}
.small-graph .big-graph__lines {
    -webkit-box-pack: center;
    justify-content: center;
    padding: 20px;
    margin: 0px;
}
.big-graph__percent p {
    position: absolute;
    left: -10px;
    font-size: 16px;
    color: rgb(255, 255, 255);
}





.big-graph__lines {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 25px;
    margin: 0px 0px 20px 0px;
    position: relative
}

.big-graph__percent {
    position: relative
}

.big-graph__percent p {
    position: absolute;
    left: -10px;
    font-size: 16px;
    color: #fff
}

.big-graph__percent p:first-child {
    top: 0
}

.big-graph__percent p:nth-child(2) {
    top: 108px
}

.big-graph__percent p:nth-child(3) {
    top: 225px
}

.big-graph__percent p:nth-child(4) {
    top: 340px
}

.line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px 3px 0px 0px
}

.line:last-child {
    margin: 0
}

.line__block {
    width: 30px;
    height: 350px;
    position: relative;
    margin: 0px 0px 0px 0px;
    overflow: hidden
}

.line__dot {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 50%;
    background: #264C7F;
    min-height: 3px;
    max-height: calc(100% - 45px)
}

.line__dot:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: -45px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: calc(100% + 8px);
    height: 50px;
    border: 7px solid #264C7F;
    background: transparent;
    border-radius: 15px
}

.line__bot {
    border-radius: 10px;
    padding: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(209, 221, 221, 0.5)), to(rgba(136, 167, 165, 0.5)));
    background: -o-linear-gradient(top, rgba(209, 221, 221, 0.5) 0%, rgba(136, 167, 165, 0.5) 100%);
    background: linear-gradient(180deg, rgba(209, 221, 221, 0.5) 0%, rgba(136, 167, 165, 0.5) 100%);
    text-align: center;
    position: relative;
    margin: 0;
    width: 75px
}

.line__bot p {
    font-size: 30px
}

.line__bot span {
    font-size: 24px
}
.line-hr{
    background-color: #ffffff;
    width: 1px;
    margin-top: -48px !important;
}

.big-graph-circle__value::before, .sgraphs__percents::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border-radius: 5px;
    background: linear-gradient(184deg, rgb(235, 236, 249) 0%, rgb(49, 84, 134) 100%);
}
.big-graph-circle__value::after, .sgraphs__percents::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(168 169 169 / 50%) 0%, rgba(136, 167, 165, 0.5) 100%);
    border-radius: 3px;
}
.sgraphs__percents {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0px);
    background: rgb(179, 156, 100);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 5px;
    padding: 3px 15px;
}
.big-graph-circle__value, .sgraphs__percents {

    z-index: 1;
    bottom: 68px;
    left: 50%;
    transform: translate(-50%, 0px);
    font-size: 24px;
    color: rgb(255, 255, 255);
    border-radius: 5px;
    padding: 3px 20px;
}
.sgraphs__percents p {
    font-size: 24px;
    color: rgb(255, 255, 255);
}


.big-graph-circle__value span, .sgraphs__percents span {
    position: relative;
    z-index: 1;
}
.big-graph_1 .line__bot {
    position: relative;
    padding: 65px 15px 10px;
}.big-graph_1 .line__bot p {
     position: absolute;
     top: 20px;
     left: 50%;
     transform: translate(-50%, 0px) rotate(-35deg);
     text-align: center;
     font-size: 9px;
 }

.lights{
    display: none!important;
}


.one_block_w100 .small-graph .big-graph__lines > :not(:last-child) {
    margin: 0px 7px 0px 0px;
}


.block__col {
    padding-bottom: 35px;
    padding-top: 35px;
}
.big-graph__percent p{
    color: #000000;
} .small-graph__title{
      color: #000000;
  }
.small-graph__bg{
    display: none!important;
}
.small_block .block__col {
    padding-bottom: 20px;
    padding-top: 20px;
}
.small_block .block-totalchart__left{
    padding: 25px 50px;
}
.small_block_2 .block__col {
    padding-bottom: 20px;
    padding-top: 20px;
}
.small_block_2 .block-totalchart__left{
    padding: 25px 50px;
}

.small_block_2 .block-totalchart__left > *:not(:last-child) {
    margin: 0px 0px 0px 0px;
}
.small_block_2 .block__col > *:not(:last-child) {
    margin: 0px 0px 10px 0px;
}
.small_block_2 .block__row{
    gap: 10px 20px;
}
.small_block_2 .tests__item {
    gap: 5px 40px;
    padding: 12px 0px;
}

.searcho{
    position: fixed;
    bottom: 10px;
    display: flex
;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    z-index: 111;

    height: 50px;
}
.searcho2{
    width: 400px;
    display: flex;
    background: #fff;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    cursor: pointer;
    color: #616161;
    font-size: 27px;
}
.glass {
    position: relative;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(2px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 1.5rem;
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.2),
    inset 0 4px 20px rgba(255, 255, 255, 0.3);
}
.glass::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2rem;
    backdrop-filter: blur(1px);
    box-shadow: inset -10px -6px 0px -12px rgba(255, 255, 255, 1), inset 0px -9px 0px -8px rgba(255, 255, 255, 1);
    opacity: 0.6;
    z-index: -1;
    filter: blur(1px) drop-shadow(10px 4px 6px black) brightness(115%);
}

.liquid-glass {

    border-radius: 56.00000000000001px;
    position: relative;
    isolation: isolate;
    box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
    cursor: pointer;
}

.liquid-glass:focus {
    outline: none;
}

.liquid-glass::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: 56.00000000000001px;
    box-shadow: inset 0 0 17px -5px #000000;
    background-color: rgba(255, 255, 255, 0);
}

.liquid-glass::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: 56.00000000000001px;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    filter: url(#glass-distortion);
    -webkit-filter: url(#glass-distortion);
}

.small_block .block__title{
    margin: 0;
    margin-bottom: 5px;
}
.small_block .block-totalchart{
    margin-top: 15px;
}


.small_block_3{

}
.small_block_3 .one_block_small{
    border: none;
    border-radius: 10px 40px 0px 0px;
}
.small_block_3 .two_block_small{
    margin-top: -11px;
    border: none;
    border-radius: 0px 0px 40px 10px;
}

.small_block_3 .one_block_small .block-totalchart__right{
    border-radius: 0px 40px 0px 0px;
}
.small_block_3 .two_block_small .block-totalchart__right{
    border-radius: 0px 0px 40px 0px;
}
.small_block_3 .block-total__t{
    display: none;
}

.new_central_block{
    position: absolute;
    z-index: 111;
    bottom: 300px;
    right: 80px;
    width: 340px;
    height: 80px;
    background: #65b3f8;
    border-radius: 40px;
    min-height: 270px;
}



.new_central_block .block-total__t{
    display: block;
    text-align: center;
    left: 0;
    width: 100%;
    bottom: 50px;
}

.small_block_2 .block__col > *:not(:last-child) {
    margin: 0px 0px 5px 0px;
}
._zone_12{
    background: #f1f4f9;
}
._zone_12 .chart span {

    color: #000000;
}
.new_central_block .block-total__t {

    bottom: 125px;
}
/*
.new_central_block {
    position: absolute;
    z-index: 1;
    bottom: 30px;
    right: 32px;
    width: 440px;
    background: #a47370;
    border-radius: 0px 40px 40px 0px;
    min-height: 806px;
}
.new_central_block .block-total__t {
    display: block;
    text-align: center;
    left: 0;
    width: 98%;
    bottom: 42%;
}

.small_block_3 .two_block_small .block-totalchart__right {
display: none;
}

.small_block_3 .one_block_small .block-totalchart__right {
display: none;
}*/




.expert .tests__headblock{
    gap: 5px 5px;
    font-size: 13px;
}
.expert  span::before{
    margin: 0px 6px 0px 0px;
}
.expert   {
    padding: 10px 8px;
    margin-left: 10px;
}





.new_fak .block__row{
    gap: 24px 10px;
}
.new_fak .row{
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0 90px;
}
.new_fak .block-totalchart__right{
    min-height: auto;
    border-radius: 40px;
    padding: 26px 0px;
    text-align: center;
}
.new_fak .block-total__t{
    bottom: 34px;
    font-size: 27px;
}

.new_fak .block__col{
    padding-left: 23px;
    padding-right: 23px;

}
.new_fak ._zone_12{
    padding: 30px 0px;
}
.new_fak .zone_f::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 46px;
    bottom: -44px;
    background: #ffffff;
    clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
    border-radius: 10px;
}


/* .sm_block */
.sm_block .block__col > *:not(:last-child) {
    margin: 0px 0px 7px 0px;
}
.sm_block .block__col{

    padding-bottom: 20px;
    padding-top: 20px;
}
.sm_block .tests__item{
    gap: 8px 40px;
    padding: 10px 0px;
}
.sm_block .block-totalchart__left > *:not(:last-child) {
    margin: 0px 0px 5px 0px;
}
.sm_block .block-totalchart__left {
    padding: 25px 32px;
}
.new_fak .block__row {
    gap: 5px 10px;
}
.new_fak .block-totalchart__right {
    
    z-index: 1;
}
.sm_block .block__row {
    padding: 20px 32px;
}
.bottom {

    padding: 20px 30px;
}






