body {
    font-size: 18px;
    line-height: 140%;
    overflow: auto;
}


.opredelenie {
    background: #fafcff;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 20px;
}

.opredelenie_span_header img {
    width: 150px;
}

.headerQuiz {
    padding: 10px 20px;
    width: 100%;
    justify-content: space-between;
    box-shadow: 0 2px 2px rgba(157,172,207,.08);
}


.opredelenie_title {
    font-size: 12px;
    font-weight: 100;
    line-height: 20px;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px;
    color: #66727f;
}

.opredelenie_span_title {
    font-size: 24px;
}

.opredelenie_cheked {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    max-width: 200px;
}


.TitleHeader {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
img.opredelenie_span_header-logo {
    width: 80px;
}
p.orderline_company {
    font-size: 18px;
    color: #0d4cd3;
    font-family: M_ExtraBold;
}

.opredelenie_cheked-item.active {
    background: #053b75;
    border: 5px solid #053b75;
     transform: scale(1);
}

.opredelenie_cheked-item {
    background: #86909c;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 52px;
    height: 52px;
    transition: 300ms;
    position: relative;
    z-index: var(--index);
    border: 5px solid #86909c;
    cursor: pointer;
}


.opredelenie_cheked-item {
    background: #c9c9c9;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    transition: 300ms;
    position: relative;
    z-index: var(--index);
    border: 1px solid #c9c9c9;
    cursor: pointer;
}
.opredelenie_cheked_razdel {
    min-height: 3px;
    width: 13px;
    background: #c9c9c9;
    display: block;
    height: 0px;
    transition: 300ms;
}

.catItem {
    background: #edf2fe;
    border-radius: 10px;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    transition: 300ms;
    cursor: pointer;
}

h1, h2, h3, h4, h5, .menuHeader {
    margin: 0px;
    margin-bottom: 0px;
    display: block;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-family: "M_ExtraBold";
    color: #0b1f33;
    background: none;
    border-radius: 10px;
    padding: 0px 0px;
    text-align: left;
    width: 100%;
}

.blockTitle.flexBlock {
    font-size: 24px;
    font-family: 'M_ExtraBold';
    line-height: 110%;
    width: 100%;
    justify-content: space-between;
}

.blockTitle img {
    width: 100px;
}

.headList {
    /* background: #fff; */
    /* padding: 20px; */
    /* box-shadow: 0 1px 4px #e3ebfc, 0 24px 48px rgba(230,235,245,.4); */
}

.textBlock.docInfo {
    background: #fff;
    text-align: justify;
    padding: 20px;
    box-shadow: 0 1px 4px #e3ebfc, 0 24px 48px rgba(230,235,245,.4);
}

.textBlock.docInfo ul{
    margin-left:20px;
}
.textBlock.docInfo ul li{
margin: 5px 0px;
}

a.linkBlock {
    padding: 10px 10px;
    gap: 10px;
    text-decoration: none;
    transition: 0.3s;
    background: #fff;
    /* padding-left: 0px; */
    border-radius: 10px;
    justify-content: space-between;
}

a.linkBlock:hover {
    /* background: #f5f5f5; */
    padding-left: 10px;
    color: #0d4cd3;
}

.titleBlock {
    font-size: 20px;
    gap: 10px;
    padding: 5px 0px 10px 0px;
}

.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 18px;
}

.title:hover{
    color: #0d4cd3;
}

.height.hiddenBlock{
    height: 0px;
    overflow: hidden;
    transition: 0.3s;
    padding: 0px 10px;
}

.docBlock {
    padding: 10px;
}

.imgLink{
    gap:10px;
}

span.fileFormat {
    display: block;
    padding: 0px 12px;
    font-size: 12px;
    text-transform: uppercase;
    background: #ff8a00;
    display: flex;
    height: 24px;
    align-items: center;
    border-radius: 5px;
    line-height: normal;
    color: #fff;
}

.opredelenie_span_footer {
    display: flex;
    justify-content: flex-start;
    max-width: 100%;
    transition: 500ms;
}
.opredelenie_span_footer.active {
    justify-content: space-between;
}


.opredelenie_span .viborBut_js {
    width: 0;
    overflow: hidden;
    padding: 0;
    border: 0px;
}

.opredelenie_span_button {
    border: none;
    background: #ffffff;
    border: 2px solid #0d4cd3;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 20px;
    cursor: pointer;
    border-radius: 12px;
    color: #0d4cd3;
    width: max-content;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    line-height: normal;
}
.opredelenie_content_title{
    font-size: 24px;
    font-family: 'M_ExtraBold';
    line-height: 110%;
    width: 100%;
    justify-content: space-between;
    margin: 0px 0px  30px 25px;
}
.opredelenie_span_button:hover{
    background: #f5f7fa;
}

.opredelenie_span_button img{
    position: absolute;
    z-index: 0;
}

.opredelenie_span_button span{
    position: relative;
    z-index: 1;
}

.opredelenie_span .viborBut_js.active {
    transition: 500ms;
    width: 160px;
    padding: 10px 20px;
    opacity: 1;
    border: 2px solid #0d4cd3;
}

button:hover {
    background: #f5f7fa;
}

.opredelenie_span .glavBut_js.active {
    transition: 300ms;
    width: 40px;
    gap: 0;
    background: #0d4cd3;
}


.height{
    height: auto;
    transition: 0.3s;
}



.title.hidden:after {
    transform: rotate(0deg);
    transition: 0.3s;
}

.title:after {
    content: "";
    display: flex;
    width: 30px;
    height: 30px;
    background: url(../../images/icons/chevron-down.svg);
    background-size: cover;
    transform: rotate(180deg);
    transition: 0.3s;
}

.infoContentContainer{
    padding: 10px;
    margin-top: 10px;
    box-shadow: 0 1px 4px #e3ebfc, 0 24px 48px rgba(230,235,245,.4);
    background: #ffffff;
    border-radius:10px;
}

li.headerLi.flexBlock {
    width: 100%;
    /* border-bottom: 1px solid #edf2fe; */
    padding-bottom: 8px;
}

li.flexBlock.humInfo {
    margin: 4px;
    /* max-width: 50%; */
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 1px 4px #e3ebfc, 0 24px 48px rgba(230,235,245,.4);
}
.infoContentContainer {
    padding: 10px;
    margin-top: 10px;
    box-shadow: 0 1px 4px #e3ebfc, 0 24px 48px rgba(230,235,245,.4);
    background: #ffffff;
    border-radius: 10px;
}
ul.humanInfo {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    padding: 20px;
    margin: 0px;
    /* background: #fff; */
    border-radius: 10px;
    /* box-shadow: 0 1px 4px #e3ebfc, 0 24px 48px rgba(230,235,245,.4); */
}
ul.humanInfo img {
    width: 25px;
    margin-left: 0px;
}

.headList div {
    padding: 0px;
    box-shadow: none;
}

.docInfo, .zakonInfo, .stepInfo {
    padding: 10px;
    margin-bottom: 8px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 4px #e3ebfc, 0 24px 48px rgba(230,235,245,.4);
}

.HumaTypeLists.flexBlock {
    display: flex;
    align-content: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.catItem_name {
    font-size: 18px;
    font-weight: inherit;
    font-family: 'M_ExtraBold';
    text-transform: math-auto;
}

.catItem_spans {
    position: absolute;
    top: -12px;
    right: -12px;
    border: 2px solid #0d3b9f;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #0d4cd3;
    cursor: pointer;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    /* font-weight: 600; */
    font-family: 'M_ExtraBold';
    font-size: 26px;
    align-self: baseline;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.6;
    transition: 0.3s;
}

.catItem_spans:hover {
    opacity: 1;
}


.catItem_spans::before {
    content: "?";
    position: relative;
    top: -1px;
}

.catItem_logo {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: #fff;
    pointer-events: none;
    box-shadow: 0 1px 4px #e3ebfc, 0 24px 48px rgba(230,235,245,.4);
}

.opredelenie_span {
    background: #fff;
    min-height: 95vh;
    height: auto;
    max-height: 90vh;
    position: sticky;
    top: 20px;
    width: 100%;
    border-radius: 20px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 34px;
    box-shadow: 0 1px 4px #e3ebfc, 0 24px 48px rgba(230,235,245,.4);
    transition: 300ms;
    justify-content: space-between;
}

.catItem:hover {
    /* box-shadow: 0px 0px 24px 0px #c9f2db; */
    box-shadow: 0 1px 4px #bdd2ff87, 0 10px 14px #819ddb59;
    color: #0d4cd3;
}

.linkInfo {
    display: flex;
    width: auto;
    padding: 5px 0px;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}

.linkInfo img{
    width: 20px;
}

.linkInfo:hover{
    text-decoration: none;
}
.opredelenie_catCategor_containt {
    display: flex;
    gap: 0px;
    margin: 0px 20px 30px 20px;
    overflow: hidden;
}
.opredelenie_catCategor {
    padding: 10px 0px;
    width: min-content;
    text-wrap: nowrap;
    /* background: #fff; */
    border-radius: 0px;
    font-size: 16px;
    font-weight: 400;
    color: #0d4cd3;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 300px;
    /* box-shadow: 0 1px 4px #e3ebfc, 0 24px 48px rgba(230,235,245,.4); */
    transition: 300ms;
    opacity: 0;
    transform: perspective(1010px) rotateX(90deg);
    animation: title 1s;
    transform: perspective(1010px) rotateX(0deg);
    opacity: 1;
    cursor: pointer;
}

p.opredelenie_catCategor.grayBredCrumbs {
    color: #66727f;
}

div.mob {
    position: relative;
    padding-bottom: 100px;
}

#footer {
    min-height: auto;
    display: flex;
    align-items: flex-end;
    position: relative;
    bottom: 0px;
    width: 100%;
    padding: 0px 10px;
}

.opredelenie_footer {
    background: #fff;
    width: 96%;
    border-radius: 10px;
    padding: 16px;
    display: flex;
    gap: 34px;
    box-shadow: 0 1px 4px #e3ebfc, 0 24px 48px rgba(230,235,245,.4);
    transition: 300ms;
    justify-content: space-between;
    margin: 0px 20px;
    margin-top: 30px;
    opacity: 0;
    transform: translateX(-60px);
    animation: fot 2s;
    transform: translateX(0px);
    position: sticky;
    opacity: 1;
    bottom: 30px;
}

.opredelenie .title {
    margin: 10px 0px 0px 0px;
    background: #edf2fe;
    padding: 20px;
    /* box-shadow: 0 1px 4px #e3ebfc, 0 24px 48px rgba(230,235,245,.4); */
    border-radius: 10px;
    font-family: 'M_ExtraBold';
}

@keyframes fot {
    0%{
        opacity: 0;
        transform: translateX(-60px);
    }
    50%,
    100%{
        opacity: 1;
        transform: translateX(0px);
    }
}

.opredelenie_footer_button {
    background: #ffffff;
    border: 2px solid #0d4cd3;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 12px;
    color: #0d4cd3;
    position: relative;
    text-decoration: none;
    text-wrap: nowrap;
    display: flex;
    gap: 15px;
    font-size: 16px;
    align-items: center;
}

.opredelenie_footer_button svg path{
    stroke:#0d4cd3;
}

.opredelenie_footer_contact{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;

}

.opredelenie_footer_tel{
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 2px solid #fff;
    border-radius: 25px;
    transition: 300ms;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 12px;
    text-wrap: nowrap;
}

.opredelenie_footer_tel svg{
    width: 30px;
    min-width: 30px;

    height: 30px;
    transition: 300ms;
}

.opredelenie_footer_tel:hover{
    color: #0d4cd3;
    border: 2px solid #0d4cd3;
}
.opredelenie_footer_tel:hover svg path{
    border: 2px solid #0d4cd3;
    stroke:#0d4cd3
}
.opredelenie_footer_contact_linck{
    width: 30px;
    min-width: 30px;
    height: 30px;
    cursor: pointer;
}
@keyframes title {
    0%{
        transform: perspective(1010px) rotateX(90deg);
        opacity: 0;
    }
    50%,
    100%{
        transform: perspective(1010px) rotateX(0deg);
        opacity: 1;
    }
}
/* span */
.warning{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #0000009e;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;

}
.warning_content{
    padding: 20px 30px;
    background: #fff;
    border-radius: 25px;
    max-width: 550px;
    display: flex;
    flex-direction: column;
    align-items: center;

}
.warning_content *{
    text-align: center;
}
.warning.hidden{
    display: none;
}
.warning_content .opredelenie_span-text1{
    padding-top: 10px;
}
.warning_button{
    border: none;
    background: #ffffff;
    border: 2px solid #0d4cd3;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 12px;
    color: #0d4cd3;
    width: 230px;
    position: relative;
    text-decoration: none;
    margin-top: 20px;
}
/* .warning_button:hover{
    color: #2196F3;
} */
.opredelenie_cheked-item.active + span {
    background: linear-gradient(94deg, #2196F3 70%, #BABABA 100%);
}
.del{
    display: flex;
    flex-direction: column;
    max-height: 54px;
}

.del_1 {
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 300ms;
    transform: perspective(200px) translateY(0px) rotateX(0deg);
    text-transform: math-auto;
}
.del_2{
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 300ms;

    transform: perspective(890px)  translateY(-30px) rotateX(270deg);

}

.del.active .del_1{
    transform: perspective(890px)  translateY(-10px) rotateX(90deg);
    
}

.del.active .del_2{
    transform: perspective(200px)  translateY(-44px) rotateX(360deg);
    
}

.oprRows{
    display: flex;
    width: 30px;
    height: 46px;
    align-items: center;
    justify-content: center;
}

.oprRows:before {
    content: "";
    background: url(../../images/icons/bc-right.svg) no-repeat;
    background-size: 20px;
    background-position: center center;
    display: block;
    width: 30px;
    height: 40px;
}



@media screen and (max-width: 600px) {
.zakonInfo.flexBlock {
    flex-direction: column;
}
.zakonInfo.flexBlock .flexBlock {
    flex-direction: column;
}
.opredelenie_catCategor_containt{
    display: none;
}
    .flexBlock {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .headerQuiz {
        padding: 0px 20px;
        flex-direction: column;
    }
    .opredelenie_footer_contact {

        justify-content: center;
        flex-wrap: wrap;
    }
    .opredelenie_footer {

        flex-wrap: wrap;
        margin: auto;
    }
    .opredelenie_footer_button {
        width: 100%;
        justify-content: center;
    }
    .opredelenie .opredelenie_span {
        position: fixed;
        top: 0vh;
        left: 0px;
        margin: auto;
        height: 100vh;
        border-radius: 0px;
        width: 100%;
        overflow: auto;
        z-index: 999999;
        border: 10px solid #fff;
        border-bottom: 0px;
        padding-bottom: 140px;
    }

    .opredelenie .beginen {
        z-index: 10;
        background: #0d4cd3;
        color: #fff;
    }

    .opredelenie .container {
        margin: 0 10px;
    }

    .catItem_logo {
        width: 50px;
        height: 50px;
    }

    .opredelenie .mob.active {
        padding-bottom: 40px;
    }


    .opredelenie_title {
        font-size: 32px;
        line-height: 110%;
        text-align: center;
        margin-bottom: 0px;
    }

    .opredelenie .opredelenie_title {
        font-size: 28px;
        line-height: 120%;
    }


    ul.humanInfo {
        width: 100%;
    }

    .opredelenie {
        align-items: flex-start;
    }
    .blockTitle.flexBlock {
        flex-wrap: wrap;
    }
    .title {
        font-size: 16px;
    }
    .title:before {
        width: 32px;
        height: 32px;
    }
    .headerLi p {
        font-size: 16px;
    }

    ul.humanInfo img {
        margin-left: 5px;
    }
    .titleBlock {
        font-size: 16px;
        line-height: 110%;
        margin-bottom: 10px;
        gap: 4px;
    }

    .opredelenie .infoList {
        background: none;
        font-size: 14px;
    }
    .opredelenie_catCategor {
        width: 85%;
        margin: 0 auto;
        margin-bottom: 30px;
        text-wrap: wrap;
        text-align: center;
    }

}



