

/* Start:/local/templates/2024/css/result.css?17767510062001*/
*{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.result-page{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    min-height: 100vh;
    background: #025EA1;
}
/* region result-page */
.result-page__wrapper{
    width: 100%;
}
.result-page__inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 180px 0;
}
.result-page__head{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.result-page__head h2{
    color: var(--white, #FFF);
    font-family: "My Font", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 88px */
    text-transform: uppercase;
    text-align: center;
}
.result-page__head p{
    color: var(--white, #FFF);
    font-family: "My Font", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 36px */
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}
@media (min-width: 720px){
    .result-page__head{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .result-page__head h2{
        font-size: 80px;
    }
    .result-page__head p{
        font-size: 30px;
    }
}

/* End */


/* Start:/local/components/mendeleev/rating/templates/.default/style.css?177753257534340*/
*{
    box-sizing: border-box;
}
.result{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    min-height: 100vh;
    background: var(--Blue-medium, #025EA1);
}
/* region  result-is-authorized */
.result-is-authorized{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}
.result-is-authorized__inner{
    display: block;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 68px;
    padding: 150px 0;
}
.result-is-authorized__left{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}
.result-is-authorized__tabs.desktop{
    display: none;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 10px;
    margin: 0;
    padding: 0;
}
.result-is-authorized__tabs.mobile{
    align-items: center;
    width: 100%;
    gap: 10px;
    display: flex;
    border-radius: 8px;
    border: 1px solid var(--blue-400-base, #6CACE4);
    padding: 10px 20px;
    height: 63px;
    color: var(--white, #FFF);
    font-family: "MyFont", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("/imgs/arrselect.svg");
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 16px 8px;
}
.result-is-authorized__tabs.mobile option{
    font-size: 16px;
}
.result-is-authorized__tab{
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-radius: 8px;
    border: 1px solid var(--blue-400-base, #6CACE4);
    padding: 10px 20px;
    height: 63px;
    cursor: pointer;
}
.result-is-authorized__tab p:nth-child(1){
    color: var(--white, #FFF);
    font-family: "MyFont", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
}
.result-is-authorized__tab p:nth-child(2){
    color: var(--blue-200-base, #B0DAFF);
    font-family: Rosatom, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin: 0;
}
.result-is-authorized__tab.active{
    border-radius: 8px;
    background: var(--blue-600, #3785C3);
}
.result-not-authorized__content-body img,
.result-is-authorized__content-body img{
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 29px;
    height: 29px;
    border-radius: 9999px;
    overflow: hidden;
    object-fit: cover;
}
.result-is-authorized__content-body span{
    padding-left: 34px;
}
.result-is-authorized__content-head,
.result-is-authorized__content-body,
.result-is-authorized__content-head table,
.result-is-authorized__content-body table{
    width: 100%;
    border: none;
}
.result-is-authorized__content-body{
    height: 414px;
    overflow-y: scroll;
}
.result-is-authorized__content-body::-webkit-scrollbar-thumb{
    width: 5px;
    border-radius: 0;
    background: #6CACE4;
}
.result-is-authorized__content-body::-webkit-scrollbar{
    width: 5px;
    background: #003274;
}
.result-is-authorized__content-head tr:nth-child(1),
.result-is-authorized__content-body tr:nth-child(1){
    height: 54px;
}
.result-is-authorized__content-head tr:nth-child(1) th,
.result-is-authorized__content-body tr:nth-child(1) td{
    vertical-align: bottom;
    padding-bottom: 10px;
}
.result-is-authorized__content-head tr,
.result-is-authorized__content-body tr{
    height: 40px;
}
.result-is-authorized__content-head th,
.result-is-authorized__content-body th{
    border: none;
    border-bottom: 1px solid #6CACE4;
    color: var(--blue-400-base, #6CACE4);
    font-family: Rosatom, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
}
.result-is-authorized__content-head th:nth-child(1),
.result-is-authorized__content-body th:nth-child(1){
    width: 100px;
    padding-left: 5px;
}
.result-is-authorized__content-head th:nth-child(2),
.result-is-authorized__content-body th:nth-child(2){
}
.result-is-authorized__content-head th:nth-child(3),
.result-is-authorized__content-body th:nth-child(3){
    width: 100px;
}
.result-is-authorized__content-head td,
.result-is-authorized__content-body td{
    border: none;
    border-bottom: 1px solid #6CACE4;
    position: relative;
}
.result-is-authorized__content-head td:nth-child(1),
.result-is-authorized__content-body td:nth-child(1){
    color: var(--blue-400-base, #6CACE4);
    font-family: Rosatom, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    width: 70px;
    text-align: left;
    padding-left: 5px;
}
.result-is-authorized__content-head td:nth-child(2),
.result-is-authorized__content-body td:nth-child(2){
    color: var(--white, #FFF);
    font-family: Rosatom, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
}
.result-is-authorized__content-head td:nth-child(3),
.result-is-authorized__content-body td:nth-child(3){
    color: var(--white, #FFF);
    font-family: Rosatom, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    width: 60px;
    text-align: left;
}
.result-is-authorized__right{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}
.result-is-authorized__right p{
    margin: 0;
}
.result-is-authorized__right--head{
    display: flex;
}
.result-is-authorized__right--head-left{
    padding-top: 25px;
    width: 100%;
}
.result-is-authorized__right--head-left svg{
    width: 100%;
}
.result-is-authorized__right--head-right{
    width: 100%;
}
.result-is-authorized__right--head-right svg{
    width: 100%;
}
.result-is-authorized__right--head-inner{
    width: 125px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
}
.result-is-authorized__right--head-inner img{
    width: 125px;
    height: 125px;
}
.result-is-authorized__right--head-inner span{
    color: var(--white, #FFF);
    font-family: Rosatom, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
.result-is-authorized__right--info{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
    width: 100%;
}
.result-is-authorized__right--info-inner{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    gap: 10px;
    height: 142px;
    width: 100%;
}
.result-is-authorized__right--info-place{
    display: flex;
    padding: 15px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    border: 1px solid var(--blue-400-base, #6CACE4);
}
.result-is-authorized__right--info-place p:nth-child(1){
    color: var(--white, #FFF);
    text-align: center;
    font-family: Rosatom, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}
.result-is-authorized__right--info-place p:nth-child(2){
    color: var(--white, #FFF);
    text-align: center;
    font-family: Rosatom, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.result-is-authorized__right--info-points{
    display: flex;
    padding: 15px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    border: 1px solid var(--blue-400-base, #6CACE4);
}
.result-is-authorized__right--info-points p:nth-child(1){
    color: var(--white, #FFF);
    text-align: center;
    font-family: Rosatom, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}
.result-is-authorized__right--info-points p:nth-child(2){
    color: var(--white, #FFF);
    text-align: center;
    font-family: Rosatom, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.result-is-authorized__right--info-participants{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    color: var(--white, #FFF);
    font-family: Rosatom, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
.result-is-authorized__share{
    display: flex;
    width: 100%;
    height: 56px;
    padding: 12px 40px 14px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 40px;
    background: var(--blue-400-base, #6CACE4);
    color: var(--white, #FFF);
    font-family: Rosatom, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    white-space: nowrap;
    margin-top: 30px;
}
/* endregion */
/* region result-not-authorized */
.result-not-authorized{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}
.result-not-authorized__inner{
    display: block;
    flex-direction: column;
    width: 100%;
    height: 100%;
    gap: 0;
    padding: 150px 0;
}
.result-not-authorized__tabs.desktop{
    display: none;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 40px;
    margin: 0;
    padding: 0;
}
.result-not-authorized__tabs.mobile{
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid var(--blue-400-base, #6CACE4);
    padding: 10px 20px;
    height: 63px;
    color: var(--white, #FFF);
    font-family: "MyFont", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("/imgs/arrselect.svg");
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 16px 8px;
}
.result-not-authorized__tabs.mobile option{
    font-size: 16px;
}
.result-not-authorized__tab{
    display: flex;
    width: 100%;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 8px;
    background: var(--blue-600, #3785C3);
}
.result-not-authorized__tab--head{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.result-not-authorized__tab--head p:nth-child(1){
    color: var(--white, #FFF);
    font-family: "MyFont", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
}
.result-not-authorized__tab--head p:nth-child(2){
    color: var(--blue-200-base, #B0DAFF);
    font-family: Rosatom, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin: 0;
}
.result-not-authorized__tab--bottom{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid var(--blue-400-base, #6CACE4);
}
.result-not-authorized__tab--bottom span{
    color: var(--blue-200-base, #B0DAFF);
    text-align: right;
    font-family: Rosatom, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
.result-not-authorized__items{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    width: 100%;
    height: 100%;
    gap: 40px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.result-not-authorized__item{
    display: none;
}
.result-not-authorized__item.grid{
    /*display: grid;*/
    display: block;
}
.result-not-authorized__item.active{
    display: block;
}
.result-not-authorized__content-head,
.result-not-authorized__content-body,
.result-not-authorized__content-head table,
.result-not-authorized__content-body table{
    width: 100%;
    border: none;
    border-collapse: collapse;
}
.result-not-authorized__content-body{
    max-height: 495px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.result-not-authorized__content-body::-webkit-scrollbar-thumb{
    width: 5px;
    border-radius: 0;
    background: #6CACE4;
}
.result-not-authorized__content-body::-webkit-scrollbar{
    width: 5px;
    background: #003274;
    -webkit-appearance: none;
}
.result-not-authorized__content-head tr:nth-child(1),
.result-not-authorized__content-body tr:nth-child(1){
    height: 54px;
}
.result-not-authorized__content-head tr:nth-child(1) th,
.result-not-authorized__content-body tr:nth-child(1) td{
    vertical-align: bottom;
    padding-bottom: 10px;
}
.result-not-authorized__content-head tr,
.result-not-authorized__content-body tr{
    height: 40px;
}
.result-not-authorized__content-head th,
.result-not-authorized__content-body th{
    border: none;
    border-bottom: 1px solid #6CACE4;
    color: var(--blue-400-base, #6CACE4);
    font-family: Rosatom, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
}
.result-not-authorized__content-head th:nth-child(1),
.result-not-authorized__content-body th:nth-child(1){
    width: 35px;
    padding-left: 5px;
}
.result-not-authorized__content-head th:nth-child(2),
.result-not-authorized__content-body th:nth-child(2){
    width: max-content;
}
.result-not-authorized__content-head th:nth-child(3),
.result-not-authorized__content-body th:nth-child(3),
.result-not-authorized__content-head th:nth-child(4),
.result-not-authorized__content-body th:nth-child(4){
    width: 60px;
}
.result-not-authorized__content-head td,
.result-not-authorized__content-body td{
    border: none;
    border-bottom: 1px solid #6CACE4;
    position: relative;
}
.result-not-authorized__content-body span{
    padding-left: 34px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 120px;
    display: inline-block;
}
.result-not-authorized__content-head td:nth-child(1),
.result-not-authorized__content-body td:nth-child(1){
    color: var(--blue-400-base, #6CACE4);
    font-family: Rosatom, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    width: 35px;
    text-align: left;
    padding-left: 5px;
}
.result-not-authorized__content-head td:nth-child(2),
.result-not-authorized__content-body td:nth-child(2),
.result-not-authorized__content-head td:nth-child(4),
.result-not-authorized__content-body td:nth-child(4){
    color: var(--white, #FFF);
    font-family: Rosatom, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
}
.result-not-authorized__content-head td:nth-child(3),
.result-not-authorized__content-body td:nth-child(3){
    padding-left: 10px;
    color: var(--white, #FFF);
    font-family: Rosatom, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
}
.result-not-authorized__content-head td:nth-child(3),
.result-not-authorized__content-body td:nth-child(3),
.result-not-authorized__content-head td:nth-child(4),
.result-not-authorized__content-body td:nth-child(4){
    width: 60px;
}
.result-not-authorized__content-body tr.selected{
    background-color: #3785c3;
}
.result-not-authorized-list{
    padding-top: 50px;
    display: grid;
    gap: 5px;
}
.result-not-authorized__general{
    display: grid;
    grid-template-columns: 4fr 1fr;
    align-items: flex-start;
    gap: 10px;
}
.result-not-authorized__general span{
    color: var(--white, #FFF);
    font-family: Rosatom, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 22.4px */
}
/* endregion */
.detail__task--tooltip{
    display: flex;
    padding: 20px 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    border-radius: 12px;
    background: var(--blue-600, #3785C3);
}
.detail__task--tooltip img{
    width: 86px;
    height: 70px;
}
.detail__task--tooltip-inner{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
.detail__task--tooltip-inner p{
    color: var(--White, #FFF);
    font-family: Rosatom, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0 !important;
}
.detail__task--tooltip-inner a,
.detail__task--tooltip-inner a:hover{
    color: var(--White, #FFF);
    font-family: Rosatom, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0 !important;
    text-decoration: underline;
}
.detail__task--tooltip-inner b{
    color: var(--White, #FFF);
    font-family: Rosatom, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin: 0 !important;
}
@media (min-width: 576px){
    .result-not-authorized__content-head th:nth-child(1),
    .result-not-authorized__content-body th:nth-child(1),
    .result-not-authorized__content-head td:nth-child(1),
    .result-not-authorized__content-body td:nth-child(1){
        width: 70px;
    }
    .result-not-authorized__content-head th:nth-child(3),
    .result-not-authorized__content-body th:nth-child(3),
    .result-not-authorized__content-head th:nth-child(4),
    .result-not-authorized__content-body th:nth-child(4),
    .result-not-authorized__content-head td:nth-child(3),
    .result-not-authorized__content-body td:nth-child(3),
    .result-not-authorized__content-head td:nth-child(4),
    .result-not-authorized__content-body td:nth-child(4){
        width: 80px;
    }
}
@media (min-width: 720px){
    .detail__task--tooltip{
        flex-direction: row;
        justify-content: space-between;
    }
    .result-not-authorized__general{
        grid-template-columns: 474px 1fr;
    }

    .result-not-authorized__content-body span{
        width: 150px;
    }
}
@media (min-width: 1024px){
    .result-is-authorized__tabs.mobile{
        display: none;
    }
    .result-is-authorized__tabs.desktop{
        display: grid;
        grid-template-columns: repeat(3, minmax(250px, 1fr));
        align-items: center;
        width: 100%;
        height: 100%;
        gap: 10px;
        margin: 0;
        padding: 0;
    }
    .result-is-authorized__share{
        width: 330px;
    }
}
@media (min-width: 1280px){
    /* region  result-is-authorized */
    .result-is-authorized{
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    .result-is-authorized__inner{
        display: block;
        align-items: center;
        flex-direction: row;
        width: 100%;
        height: 100%;
        gap: 68px;
        padding: 150px 0;
    }
    .result-is-authorized__left{
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    .result-is-authorized__tab{
        display: flex;
        flex-direction: column;
        gap: 5px;
        border-radius: 8px;
        border: 1px solid var(--blue-400-base, #6CACE4);
        padding: 10px 20px;
        height: 63px;
    }
    .result-is-authorized__tab p:nth-child(1){
        color: var(--white, #FFF);
        font-family: "MyFont", sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        text-transform: uppercase;
        margin: 0;
    }
    .result-is-authorized__tab p:nth-child(2){
        color: var(--blue-200-base, #B0DAFF);
        font-family: Rosatom, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        margin: 0;
    }
    .result-is-authorized__tab.active{
        border-radius: 8px;
        background: var(--blue-600, #3785C3);
    }
    .result-is-authorized__content-head,
    .result-is-authorized__content-body,
    .result-is-authorized__content-head table,
    .result-is-authorized__content-body table{
        width: 100%;
        border: none;
    }
    .result-is-authorized__content-body{
        height: 414px;
        overflow-y: scroll;
    }
    .result-is-authorized__content-body::-webkit-scrollbar-thumb{
        width: 5px;
        border-radius: 0;
        background: #6CACE4;
    }
    .result-is-authorized__content-body::-webkit-scrollbar{
        width: 5px;
        background: #003274;
    }
    .result-is-authorized__content-head tr:nth-child(1),
    .result-is-authorized__content-body tr:nth-child(1){
        height: 54px;
    }
    .result-is-authorized__content-head tr:nth-child(1) th,
    .result-is-authorized__content-body tr:nth-child(1) td{
        vertical-align: bottom;
        padding-bottom: 10px;
    }
    .result-is-authorized__content-head tr,
    .result-is-authorized__content-body tr{
        height: 40px;
    }
    .result-is-authorized__content-head th,
    .result-is-authorized__content-body th{
        border: none;
        border-bottom: 1px solid #6CACE4;
        color: var(--blue-400-base, #6CACE4);
        font-family: Rosatom, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        text-align: left;
    }
    .result-is-authorized__content-head th:nth-child(1),
    .result-is-authorized__content-body th:nth-child(1){
        width: 100px;
        padding-left: 5px;
    }
    .result-is-authorized__content-head th:nth-child(2),
    .result-is-authorized__content-body th:nth-child(2){
    }
    .result-is-authorized__content-head th:nth-child(3),
    .result-is-authorized__content-body th:nth-child(3){
        width: 100px;
    }
    .result-is-authorized__content-head td,
    .result-is-authorized__content-body td{
        border: none;
        border-bottom: 1px solid #6CACE4;
    }
    .result-is-authorized__content-head td:nth-child(1),
    .result-is-authorized__content-body td:nth-child(1){
        color: var(--blue-400-base, #6CACE4);
        font-family: Rosatom, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        width: 100px;
        text-align: left;
        padding-left: 5px;
    }
    .result-is-authorized__content-head td:nth-child(2),
    .result-is-authorized__content-body td:nth-child(2){
        color: var(--white, #FFF);
        font-family: Rosatom, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        text-align: left;
    }
    .result-is-authorized__content-head td:nth-child(3),
    .result-is-authorized__content-body td:nth-child(3){
        color: var(--white, #FFF);
        font-family: Rosatom, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        width: 100px;
        text-align: left;
    }
    .result-is-authorized__right{
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 330px;
        height: 100%;
    }
    .result-is-authorized__right p{
        margin: 0;
    }
    .result-is-authorized__right--head{
        display: flex;
    }
    .result-is-authorized__right--head-left{
        padding-top: 25px;
    }
    .result-is-authorized__right--head-left svg{
    }
    .result-is-authorized__right--head-right{
    }
    .result-is-authorized__right--head-right svg{
    }
    .result-is-authorized__right--head-inner{
        width: 125px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
        text-align: center;
    }
    .result-is-authorized__right--head-inner img{
        width: 125px;
        height: 125px;
    }
    .result-is-authorized__right--head-inner span{
        color: var(--white, #FFF);
        font-family: Rosatom, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
    }
    .result-is-authorized__right--info{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        margin-top: 40px;
    }
    .result-is-authorized__right--info-inner{
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: flex-start;
        gap: 10px;
        height: 142px;
    }
    .result-is-authorized__right--info-place{
        display: flex;
        padding: 30px;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        border-radius: 12px;
        border: 1px solid var(--blue-400-base, #6CACE4);
    }
    .result-is-authorized__right--info-place p:nth-child(1){
        color: var(--white, #FFF);
        text-align: center;
        font-family: Rosatom, sans-serif;
        font-size: 56px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        text-transform: uppercase;
    }
    .result-is-authorized__right--info-place p:nth-child(2){
        color: var(--white, #FFF);
        text-align: center;
        font-family: Rosatom, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
    }
    .result-is-authorized__right--info-points{
        display: flex;
        padding: 30px;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        border-radius: 12px;
        border: 1px solid var(--blue-400-base, #6CACE4);
    }
    .result-is-authorized__right--info-points p:nth-child(1){
        color: var(--white, #FFF);
        text-align: center;
        font-family: Rosatom, sans-serif;
        font-size: 56px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        text-transform: uppercase;
    }
    .result-is-authorized__right--info-points p:nth-child(2){
        color: var(--white, #FFF);
        text-align: center;
        font-family: Rosatom, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
    }
    .result-is-authorized__right--info-participants{
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
        color: var(--white, #FFF);
        font-family: Rosatom, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
    }
    .result-is-authorized__share{
        display: flex;
        width: 330px;
        height: 56px;
        padding: 12px 40px 14px 40px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 40px;
        background: var(--blue-400-base, #6CACE4);
        color: var(--white, #FFF);
        font-family: Rosatom, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        white-space: nowrap;
        margin-top: 30px;
    }
    /* endregion */
    /* region result-not-authorized */
    .result-not-authorized{
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    .result-not-authorized__inner{
        display: block;
        flex-direction: column;
        width: 100%;
        height: 100%;
        gap: 0;
        padding: 150px 0;
    }
    .result-not-authorized__tabs.desktop{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        align-items: center;
        width: 100%;
        height: 100%;
        gap: 40px;
        margin: 0;
        padding: 0;
    }
    .result-not-authorized__tabs.mobile{
        display: none;
        align-items: center;
        width: 100%;
        gap: 10px;
        border-radius: 8px;
        border: 1px solid var(--blue-400-base, #6CACE4);
        padding: 10px 20px;
        height: 63px;
        color: var(--white, #FFF);
        font-family: "MyFont", sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        text-transform: uppercase;
        margin: 0;
        -webkit-appearance: none;
        appearance: none;
        background-image: url("/imgs/arrselect.svg");
        background-repeat: no-repeat;
        background-position: 90% center;
        background-size: 16px 8px;
    }
    .result-not-authorized__tabs.mobile option{
        font-size: 16px;
    }
    .result-not-authorized__tab{
        display: flex;
        width: 100%;
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
        border-radius: 8px;
        background: var(--blue-600, #3785C3);
    }
    .result-not-authorized__tab--head{
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    .result-not-authorized__tab--head p:nth-child(1){
        color: var(--white, #FFF);
        font-family: "MyFont", sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        text-transform: uppercase;
        margin: 0;
    }
    .result-not-authorized__tab--head p:nth-child(2){
        color: var(--blue-200-base, #B0DAFF);
        font-family: Rosatom, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        margin: 0;
    }
    .result-not-authorized__tab--bottom{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-between;
        padding-top: 10px;
        margin-top: 10px;
        border-top: 1px solid var(--blue-400-base, #6CACE4);
    }
    .result-not-authorized__tab--bottom span{
        color: var(--blue-200-base, #B0DAFF);
        text-align: right;
        font-family: Rosatom, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
    }
    .result-not-authorized__items{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        width: 100%;
        height: 100%;
        gap: 40px;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .result-not-authorized__item{
        display: block;
    }
    .result-not-authorized__item.active{
        display: block;
    }
    .result-not-authorized__content-head,
    .result-not-authorized__content-body,
    .result-not-authorized__content-head table,
    .result-not-authorized__content-body table{
        width: 100%;
        border: none;
    }
    .result-not-authorized__content-body{
    }
    .result-not-authorized__content-body::-webkit-scrollbar-thumb{
        width: 5px;
        border-radius: 0;
        background: #6CACE4;
    }
    .result-not-authorized__content-body::-webkit-scrollbar{
        width: 5px;
        background: #003274;
    }
    .result-not-authorized__content-head tr:nth-child(1),
    .result-not-authorized__content-body tr:nth-child(1){
        height: 54px;
    }
    .result-not-authorized__content-head tr:nth-child(1) th,
    .result-not-authorized__content-body tr:nth-child(1) td{
        vertical-align: bottom;
        padding-bottom: 10px;
    }
    .result-not-authorized__content-head tr,
    .result-not-authorized__content-body tr{
        height: 40px;
    }
    .result-not-authorized__content-head th,
    .result-not-authorized__content-body th{
        border: none;
        border-bottom: 1px solid #6CACE4;
        color: var(--blue-400-base, #6CACE4);
        font-family: Rosatom, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        text-align: left;
    }
    .result-not-authorized__content-head th:nth-child(1),
    .result-not-authorized__content-body th:nth-child(1){
        width: 70px;
        padding-left: 5px;
    }
    .result-not-authorized__content-head th:nth-child(2),
    .result-not-authorized__content-body th:nth-child(2){
    }
    .result-not-authorized__content-head th:nth-child(3),
    .result-not-authorized__content-body th:nth-child(3){
        width: 70px;
    }
    .result-not-authorized__content-head td,
    .result-not-authorized__content-body td{
        border: none;
        border-bottom: 1px solid #6CACE4;
    }
    .result-not-authorized__content-head td:nth-child(1),
    .result-not-authorized__content-body td:nth-child(1){
        color: var(--blue-400-base, #6CACE4);
        font-family: Rosatom, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        width: 70px;
        text-align: left;
        padding-left: 5px;
    }
    .result-not-authorized__content-head td:nth-child(2),
    .result-not-authorized__content-body td:nth-child(2){
        color: var(--white, #FFF);
        font-family: Rosatom, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        text-align: left;
    }
    .result-not-authorized__content-head td:nth-child(3),
    .result-not-authorized__content-body td:nth-child(3){
        color: var(--white, #FFF);
        font-family: Rosatom, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        width: 60px;
        text-align: left;
    }
    .result-not-authorized__content-head td:nth-child(4),
    .result-not-authorized__content-body td:nth-child(4){
        padding-right: 12px;
        width: 69px;
    }
    .result-not-authorized__content-head th:nth-child(4){
        width: 69px;
    }
    /* endregion */
}
/* End */
/* /local/templates/2024/css/result.css?17767510062001 */
/* /local/components/mendeleev/rating/templates/.default/style.css?177753257534340 */
