

/* 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/results/templates/.default/style.css?177991701512702*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.result {
    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;
}
.result-items_tabs.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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;
    -moz-appearance: none;
    appearance: none;
    background-image: url("/imgs/arrselect.svg");
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 16px 8px;
}
.result-items_tabs.mobile option {
    font-size: 16px;
}
@media (min-width: 1280px) {
    .result-items_tabs.mobile option {
        font-size: 16px;
    }
}
/* region result */
.result-wrapper {
    width: 100%;
}
.result-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-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}
.result-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;
}
.result-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;
    margin: 0;
}
.result-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
    width: 100%;
}
.result-item {
    display: none;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 12px;
    border: 1px solid var(--blue-400-base, #6CACE4);
}
.result-item.grid {
    display: grid;
}
.result-item--head {
    display: none;
    padding: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    background: var(--blue-600, #3785C3);
    color: var(--white, #FFF);
    font-family: "My Font", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 28.8px */
    text-transform: uppercase;
    border-radius: 12px 12px 0 0;
}
.result-item--directions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}
.result-item--direction + .result-item--direction {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid var(--blue-400-base, #6CACE4);
}
.result-item--direction {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    margin: 0;
    padding: 0;
    list-style: none;
}
.result-item--direction-head {
    color: var(--white, #FFF);
    font-family: Rosatom, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
.result-item--direction-users {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 5px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    margin: 0;
    padding: 0;
    list-style: none;
}
.result-item--direction-users tbody {
    width: 100%;
}
.result-item--direction-user {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    display: grid;
    grid-template-columns: 35px auto 30px;
    gap: 6px;
    color: var(--white, #FFF);
}
.result-item--direction-user span {
    white-space: nowrap;
}
.result-item--direction-user.selected {
    background-color: #3785c3;
}
.result-item--direction-user img {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    object-fit: cover;
}
.result-item--direction-user-name {
    color: var(--white, #FFF);
    font-family: Rosatom, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.result-item--direction-user-points {
    color: var(--white, #FFF);
    font-family: Rosatom, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-left: auto;
}
.tasks__info {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -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;
    width: 100%;
    border-radius: 12px;
    background-color: rgba(176, 218, 255, 0.30);
    background-image: url("/local/components/mendeleev/results/templates/.default/images/figure.svg");
    background-repeat: no-repeat;
    background-position: 25% 139%;
}
.tasks__info--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    padding: 20px 15px;
    height: 570px;
}
.tasks__info--head {
    color: var(--white, #FFF);
    font-family: Rosatom, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 26px */
}
.tasks__info--text {
    color: var(--white, #FFF);
    font-family: Rosatom, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.tasks__info--text b {
    font-weight: 700;
}
.result-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 70px;
    margin-top: 40px;
}
.result-protocol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 578px;
    width: 100%;
    height: auto;
    padding: 12px 40px 14px 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    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;
    border: none;
    margin: auto;
    text-align: center;
}
.result-excel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: fit-content;
    width: 100%;
    height: auto;
    padding: 12px 40px 14px 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 40px;
    background: var(--red, #ED3424);
    color: var(--white, #FFF);
    font-family: Rosatom, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
    margin: auto;
    text-align: center;
    margin-top: 30px;
}
@media (min-width: 576px) {
    .result-item--directions{
        padding: 30px;
    }
    .tasks__info--head {
        max-width: 346px;
    }
    .result-head {
        flex-direction: row;
    }
}
@media (min-width: 720px) {
    .result-item {
        grid-template-rows: 89px 1fr;
    }
    .tasks__info--text,
    .tasks__info--head {
        max-width: 300px;
    }
    .result-head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .result-head h2 {
        font-size: 80px;
    }
    .result-head p {
        font-size: 30px;
    }
    .result-items {
        display: -ms-grid;
        display: grid;
        grid-template-columns: minmax(275px, 1fr);
        gap: 40px;
        list-style: none;
        width: 100%;
    }
    .result-item {
        display: -ms-grid;
        display: grid;
    }
    .result-item--head {
        display: block;
    }
    .result-items_tabs.mobile {
        display: none;
    }
    .tasks__info--inner {
        padding: 40px;
        height: auto;
    }
    .tasks__info--head {
        font-size: 24px;
    }
    .tasks__info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        background-position: 98% 2%;
    }
    .tasks__info {
        background-position: 100% 0;
    }
}
@media (min-width: 920px) {
    .tasks__info--text,
    .tasks__info--head {
        max-width: 500px;
    }
    .tasks__info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        background-position: 98% 2%;
    }
    .tasks__info--inner {
        height: auto;
    }
}
@media (min-width: 1024px) {
    .result-protocol {
        height: 56px;
    }
    .result-head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 40px;
    }
    .result-items {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: minmax(275px, 1fr) 40px minmax(275px, 1fr) 40px minmax(275px, 1fr);
        grid-template-columns: repeat(2, minmax(275px, 1fr));
        gap: 40px;
        margin: 62px 0 0;
        padding: 0;
        list-style: none;
        width: 100%;
    }
    .result-bottom {
        margin-top: 50px;
    }
}
@media (min-width: 1279px) {
    .result-items {
        grid-template-columns: repeat(3, minmax(275px, 1fr));
    }
    .tasks__info--text,
    .tasks__info--head {
        max-width: 694px;
    }
    .tasks__info--inner {
        max-width: 100%;
    }
    .tasks__info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        background-position: 94% 12%;
    }
}
@media (min-width: 1600px) {
    .tasks__info--head {
        font-size: 32px;
    }
}

/* End */
/* /local/templates/2024/css/result.css?17767510062001 */
/* /local/components/mendeleev/results/templates/.default/style.css?177991701512702 */
