﻿
.CompClass_block--n {
    background: #FFFFFF;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 30px 40px;
    border-radius: 8px;
}

.CompClass h3 {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #2C3537;
}

.CompClass_block--n p {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #878A8A;
}

.CompClass_block--n a div {
    background: #008F91;
    border-radius: 6px;
    width: max-content;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    flex: none;
    order: 1;
    flex-grow: 0;
    padding: 14px 26px;
    margin: 30px 0px 0px 0px;
}

.CompClass_block--n div {
    display: grid;
    grid-gap: 8px;
}

div#CompId {
    display: grid;
    grid-gap: 21px;
}

.CompClass--backs {
    display: flex;
    align-items: center;
    grid-gap: 13px;
    margin-bottom: 24px;
}

.CompClass_block--i {
    display: grid;
    grid-template-columns: 3% 94%;
    background: #FFFFFF;
    box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    padding: 22px;
    grid-gap: 24px;
    margin: 20px 0px 29px 0px;
}

    .CompClass_block--i svg path {
        fill: #FFD010;
    }

.CompClass_block--c {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 30px;
}

    .CompClass_block--c h3 {
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 140%;
        display: flex;
        align-items: center;
        text-align: center;
        color: #2C3537;
        flex: none;
        order: 0;
        flex-grow: 0;
    }

        .CompClass_block--c h3 span {
            margin-left: 18px;
        }

    .CompClass_block--c p {
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: #2C3537;
        flex: none;
        order: 1;
        flex-grow: 0;
        margin: 6px 0px 20px 0px;
    }

.CompClass_block--c-items {
    background: #F5F6F8;
    border-radius: 8px;
    flex: none;
    order: 1;
    padding: 15px;
    align-self: stretch;
    flex-grow: 0;
    display: grid;
    margin-bottom: 20px;
}

    .CompClass_block--c-items div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
        border-bottom: 0.6px solid #D2D4D4;
        flex: none;
        order: 1;
        align-self: stretch;
        flex-grow: 0;
        margin-bottom: 20px;
        padding-bottom: 10px;
        width: 100% !important;
    }



.CompAlls {
    flex-direction: row-reverse !important;
}

.CompClass_block--c-items div {
    flex-direction: row;
}

.CompClass_block--c-items p {
    margin: 0px;
}

.CompClass_block--c-items div.CompAlls {
    border: none;
    margin: 0px;
    padding: 0px;
}

    .CompClass_block--c-items div.CompAlls p {
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 140%;
        color: #2C3537;
    }

    .CompClass_block--c-items div.CompAlls h3 {
        height: 25px;
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 140%;
        text-align: right;
        color: #2C3537;
        flex: none;
    }

.CompClass_block--c-items div h3 {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    color: #2C3537;
    flex: none;
}

.CompClass_block--c-items div p {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #2C3537;
    flex: none;
}

.CompClass_block--c span {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #2C3537;
    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 0;
}

.CompClass_block--c .CompClass_block--c-items span {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #2C3537;
    flex: none;
}

.CompClass_block--c .CompClass_block--c-items div.CompAlls p span {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #2C3537;
    flex: none;
    order: 0;
    flex-grow: 1;
}

a.CompClass_block--u div {
    background: #F5F6F8;
    border-radius: 8px;
    display: flex;
    align-items: center;
    margin: 20px 0px !important;
    padding: 18px 20px;
    height: max-content !important;
    grid-gap: 15px;
}

    a.CompClass_block--u div svg {
        margin: 0px !important;
    }

    a.CompClass_block--u div p {
        margin: 0px;
        font-size: 14px;
        line-height: 18px;
        color: #0856B1;
        flex: none;
        order: 0;
        align-self: stretch;
        flex-grow: 0;
    }

.CompChecks p {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #2C3537;
    flex: none;
    order: 0;
    flex-grow: 1;
    margin: 0px !important;
    width: 100%;
}

.CompChecks {
    height: 100%;
    width: 100%;
    display: flex;
    margin-bottom: 0px;
    align-items: center;
    grid-gap: 19px;
}

a.CompClass_block--p div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 20px;
    gap: 8px;
    background: #008F91;
    border-radius: 6px;
    width: max-content;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    flex: none;
    order: 1;
    flex-grow: 0;
}

a.CompClass_block--p {
    text-align: -webkit-right;
    width: max-content !important;
}

.CompClass_block--c {
    height: 100%;
    height: max-content;
}


.CompForEndState {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 58px;
    text-align: -webkit-center;
    display: grid;
    place-items: center;
    grid-gap: 10px;
}

    .CompForEndState p {
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        color: #2C3537;
        flex: none;
        flex-grow: 0;
    }

    .CompForEndState h3 {
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 140%;
        display: flex;
        align-items: flex-end;
        text-align: center;
        color: #2C3537;
        flex: none;
        order: 0;
        flex-grow: 0;
        margin: 19px 0px 0px 0px;
    }

    .CompForEndState a div {
        background: #008F91;
        border-radius: 6px;
        flex: none;
        order: 1;
        flex-grow: 0;
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #FFFFFF;
        flex: none;
        order: 1;
        flex-grow: 0;
        padding: 14px 20px;
        margin: 11px 0px 0px 0px;
        cursor: pointer;
    }

.CompForErrors {
    display: flex;
    align-items: center;
    background: #FFEFEE;
    border: 1px solid #ED3A32;
    border-radius: 8px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    padding: 19px;
    margin: 20px 0px 0px 0px;
    grid-gap: 13px;
}

    .CompForErrors p {
        margin: 0px;
        font-size: 14px;
        line-height: 18px;
    }

div#CompId div h3:nth-child(2) {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #2C3537;
}

div#CompId .CompForEndState h3:nth-child(2) {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    display: flex;
    align-items: flex-end;
    text-align: center;
    color: #2C3537;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 19px 0px 0px 0px;
}

div#CompCountNull {
    display: grid;
    position: absolute;
    width: 407px;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    border-radius: 8.97196px;
    padding: 15px;
    display: none;
    margin: -26px 130px 0px 0px;
}

    div#CompCountNull div {
        flex-direction: initial;
        border: none;
    }

a#clsbtn {
    cursor: pointer;
    display: block !important;
}

.CompCountNull {
    position: absolute;
    margin: 31px 0px 0px 0px !important;
    border: none !important;
}

    .CompCountNull p {
        border: none !important;
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        text-align: right;
        color: #0856B1 !important;
        flex: none;
        order: 1;
        flex-grow: 0;
        border-bottom: 1px solid !important;
        cursor: pointer;
    }

    .CompCountNull div#CompCountNull p {
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        color: #3E5357 !important;
        border: none !important;
    }

div#CompCountsForClients .CompCountNull {
    right: 0;
    justify-content: flex-end;
    padding-right: 33px;
}

@media(max-width:1200px) {
    .CompClass_block--i {
        width: 100% !important;
    }

    div#CompId div h3:nth-child(2) {
        width: 46% !important;
    }

    div#CompId {
        width: 100% !important;
    }

    .CompClass_block--c {
        width: 100% !important;
    }

    .CompClass_block--c-items {
        width: 100% !important;
    }

        .CompClass_block--c-items div p {
            width: 57%;
        }

        .CompClass_block--c-items div {
            width: 100% !important;
            display: grid;
            grid-template-columns: 40% 60%;
            display: flex;
        }

    .CompChecks p {
        width: 100% !important;
    }

    .CompClass_block--i p {
        width: 100% !important;
    }

    .CompClass_block--c p {
        width: 100% !important;
    }

    .CompClass_block--c a div {
        width: 100% !important;
    }

    div#CompId div {
        margin-left: 0px !important;
    }

    .CompClass {
        width: 100% !important;
    }

    a.CompClass_block--u {
        width: 100% !important;
    }

    .CompClass {
        margin: 0px !important;
    }

    .CompClass_block--c .CompClass_block--c-items div.CompAlls p span {
        width: 100% !important;
        display: grid;
    }

    .CompClass_block--c h3 {
        width: 100% !important;
    }



    .CompClass_block--c .CompClass_block--c-items div p {
        width: 57% !important;
        width: 54% !important;
    }

    .CompClass_block--n {
        display: flex;
        width: 100% !important;
        flex-direction: column-reverse;
        padding: 30px 0px !important;
    }

    .Comp_buts {
        width: 100% !important;
    }

    .CompClass h3 {
        width: 100% !important;
        text-align-last: left;
    }

    div#CompId div.Comp_buts div {
        width: 100% !important;
        display: grid;
        grid-gap: 0px;
    }

    div#CompId div.Comp_buts {
        padding: 0px 17px;
    }
}


.butt {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px 20px;
    gap: 8px;
    width: 172px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #D2D4D4;
    border-radius: 6px;
    flex: none;
    order: 2;
    flex-grow: 0;
    margin-top: 20px;
}

.Error2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row !important;
    align-items: flex-start;
    padding: 15px 20px;
    gap: 16px;
    width: 772px;
    height: 54px;
    background: #FFFFFF;
    border: 1px solid #007FF5 !important;
    border-radius: 8px;
    flex: none;
    order: 4;
    align-self: stretch;
    flex-grow: 0;
    justify-content: flex-start !important;
}

.Exc {
    margin-left: 18px;
}

.MyStatesCompDeps {
    background: #FFFFFF;
    border-radius: 6px;
    display: flex;
    padding: 29px 25px;
}

    .MyStatesCompDeps div {
        display: flex;
        place-items: center;
        grid-gap: 30px;
    }

.MyStatesCompDeps {
    justify-content: space-between;
}

    .MyStatesCompDeps h3 {
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        color: #2C3537;
        flex: none;
    }

    .MyStatesCompDeps p {
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        color: #2C3537;
        flex: none;
        order: 1;
        flex-grow: 0;
    }

    .MyStatesCompDeps a div {
        background: #2C3537;
        border-radius: 6px;
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #FFFFFF;
        flex: none;
        order: 1;
        flex-grow: 0;
        grid-gap: 11px;
        padding: 9px 19px;
        cursor: pointer;
        height: 36px;
    }

.CompInfo {
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    border-radius: 8.97196px;
    width: 407px;
    height: max-content;
    padding: 20px;
    margin: -47px 400px;
    z-index: 9;
}

.CompInfokz {
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    border-radius: 8.97196px;
    width: 407px;
    height: max-content;
    padding: 20px;
    margin: -47px 0px;
    z-index: 7;
    margin-left: 470px;
}

.CompClass_block--c span svg {
    cursor: pointer;
}

.CompInfo {
    display: none;
}

.CompInfokz {
    display: none;
}

div#CompCountsForClients .CompClass_block--c-items {
    overflow: scroll;
}

    div#CompCountsForClients .CompClass_block--c-items .CompAlls {
        flex-direction: row !important;
    }


div#CompId .CompClass .CompAlls {
    margin-bottom: 20px;
}

div#CompId .CompClass div#Sum0 {
    height: max-content !important;
    display: flex !important;
    padding: 23px !important;
    width: 100% !important;
}

    div#CompId .CompClass div#Sum0 div {
        flex-direction: column;
        flex: auto;
        border: none;
        margin: 0px;
        padding: 0px;
        align-items: baseline;
        grid-gap: 14px;
    }

        div#CompId .CompClass div#Sum0 div p {
            order: unset;
        }

    div#CompId .CompClass div#Sum0 img {
        align-self: self-start;
    }

    div#CompId .CompClass div#Sum0 div a {
        margin: 0px !important;
    }

div#CompCountsForClients .CompAlls {
    margin-bottom: 20px;
}

div#CompCountsForClients div#Sum0 {
    height: max-content !important;
    display: flex !important;
    padding: 23px !important;
    width: 100% !important;
}

    div#CompCountsForClients div#Sum0 div {
        flex-direction: column;
        flex: auto;
        border: none;
        margin: 0px;
        padding: 0px;
        align-items: baseline;
        grid-gap: 14px;
    }

        div#CompCountsForClients div#Sum0 div p {
            order: unset;
        }

    div#CompCountsForClients div#Sum0 img {
        align-self: self-start;
    }

    div#CompCountsForClients div#Sum0 div a {
        margin: 0px !important;
    }

.CompClassMobiles {
    display: none;
}

@media(max-width:1200px) {
    div#mobileGeneral p {
        color: white;
    }

    .CompClassMobiles {
        background: #FFFFFF;
        border-radius: 8px;
        padding: 20px;
    }

    .CompClassMobiles--items {
        display: flex;
        align-items: baseline;
        grid-gap: 15px;
        align-items: flex-start;
    }

        .CompClassMobiles--items div {
            display: flex;
            grid-gap: 7px;
            flex-direction: column;
        }

            .CompClassMobiles--items div h3 {
                font-family: 'Ubuntu';
                font-style: normal;
                font-weight: 700;
                font-size: 17px;
                line-height: 140%;
                color: #2C3537;
                flex: none;
            }

            .CompClassMobiles--items div p {
                font-family: 'Ubuntu';
                font-style: normal;
                font-weight: 400;
                font-size: 14px;
                line-height: 18px;
                color: #2C3537;
                flex: none;
                order: 0;
                flex-grow: 1;
            }

            .CompClassMobiles--items div div {
                flex-direction: row !important;
                width: 100% !important;
                align-items: baseline;
                align-items: flex-start;
            }

                .CompClassMobiles--items div div p {
                    width: 50% !important;
                }

    .CompClassMobiles {
        display: grid;
    }

    .CompClassCount {
        display: none;
    }

    .MyStatesCompDeps {
        display: grid;
    }

        .MyStatesCompDeps div {
            flex-direction: column;
        }

            .MyStatesCompDeps div h3 {
                font-family: 'Ubuntu';
                font-style: normal;
                font-weight: 400;
                font-size: 16px !important;
                line-height: 20px;
                color: #2C3537;
                flex: none;
                order: 0;
                align-self: stretch;
                flex-grow: 0;
                width: 100% !important;
            }

            .MyStatesCompDeps div p {
                font-family: 'Ubuntu';
                font-style: normal;
                font-weight: 400;
                font-size: 12px !important;
                line-height: 16px;
                color: #2C3537;
                flex: none;
                order: 0;
                flex-grow: 1;
                margin-right: auto;
            }

    a#CompForStates {
        position: absolute;
        margin: 0px 44px;
        right: 0;
        margin-top: -25px !important;
    }

    div.CompInfo, div.CompInfokz {
        width: 100% !important;
        left: 0;
        bottom: 0;
        margin: 0px !important;
        position: fixed;
        background: #FFFFFF;
        border-radius: 12px 12px 0px 0px;
        height: 504px;
    }

    div#CompId div h3:nth-child(2) {
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 700;
        font-size: 14px !important;
        line-height: 18px;
        text-align: right;
        color: #2C3537;
    }

    .CompClass_block--c-items div p {
        font-size: 14px !important;
    }

    div#CompId div h3:nth-child(2) img {
        width: 18px;
        height: 18px;
    }

    .CompClass_block--c div.CompClass_block--c-items div span h3 {
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 700;
        font-size: 14px !important;
        line-height: 18px !important;
        text-align: right;
        color: #2C3537;
    }

    .CompClass_block--c .CompClass_block--c-items div.CompAlls p span {
        * Accent XS */ font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 700;
        font-size: 14px !important;
        line-height: 18px !important;
        color: #2C3537;
    }

    div#CompId div h3:nth-child(2) {
        font-size: 13px !important;
        font-size: 12px !important;
    }

    .CompChecks p {
        font-size: 14px !important;
        height: max-content !important;
        width: 30% !important;
    }

    div#CompId div.CompAlls h3:nth-child(2) {
        width: 43% !important;
    }

    .CompClass_block--c h3:first-child {
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 700;
        font-size: 16px !important;
        line-height: 140%;
        color: #2C3537;
        text-align: left;
    }

    .CompClass_block--c-items h3 {
        font-size: 13px !important;
    }

    .CompClass_block--c-items p {
        font-size: 13px !important;
    }

    .modal-content .CompClass_block--c-items .CompAlls img {
        width: 18px;
        height: 18px;
    }

    .Comp_buts {
        margin: 20px 0px 20px 0px;
    }

        .Comp_buts a div {
            place-content: center;
        }

    h4.modal-title {
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 140%;
        color: #2C3537;
        margin: 0px;
    }

    .CompClass_block--c .CompClass_block--c-items p span {
        font-size: 10px;
    }

    .CompClass_block--i p {
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 400;
        font-size: 14px !important;
        line-height: 18px;
        color: #2C3537;
    }

    .CompForEndState {
        background: transparent;
    }

    div.wrap div#CompId div.CompForEndState h3 {
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 700;
        font-size: 20px !important;
        line-height: 140%;
        display: flex;
        align-items: flex-end;
        text-align: center;
        color: #2C3537;
        width: max-content !important;
    }

    div.wrap div#CompId div.CompForEndState p {
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 400;
        font-size: 16px !important;
        line-height: 20px;
        text-align: center;
        color: #2C3537;
        width: 100%;
    }

    div.wrap div#CompId div.CompForEndState {
        padding: 37px;
    }

        div.wrap div#CompId div.CompForEndState a div {
            place-content: center;
            width: 100% !important;
        }

        div.wrap div#CompId div.CompForEndState a {
            width: 100%;
            margin: 276px 0px 0px 0px;
        }

    div#CompId .CompClass .CompAlls h3 {
        justify-content: right;
    }

    div#Sum0 div p {
        width: 100% !important;
    }

    h3.comptitle p3 {
        text-align-last: center;
        text-align: center;
        margin-bottom: 10px;
    }

    p {
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
    }

    div.main h3 {
        font-family: 'Ubuntu-bold';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 140%;
    }

    a.mob {
        display: block !important;
    }
}

.CompInfo, div.CompInfokz {
    display: none;
}
