

/* Start:/local/components/static/res.ege/templates/.default/style.css?17876703602665*/
.b-info__stats {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.b-info__stats_block {
    flex: 1;
    padding: 0 15px;
    min-width: 170px;
}

.b-info__stats_block:first-child {
    padding-left: 0;
}
.b-info__stats_block:last-child {
    padding-right: 0;
}

.b-info__stats_block:not(:last-child) {
    border-right: 2px solid #f2efef;
}

.b-info__stats_title {
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    min-height: 80px;
    margin-bottom: 10px;
}

.b-result-exam__item:not(:last-child) {
    margin-bottom: 20px;
}

.b-result-laureates__item:not(:last-child) {
    margin-bottom: 30px;
}

.b-result__title {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}

.b-result-exam-info__item {
    margin-bottom: 8px;
}

.b-result-exam-info__text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.b-result-exam-info__title {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    max-width: 110px;
}

.b-result-exam-info__value {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
}

.b-result-exam-info__line {
    position: relative;
    height: 4px;
    width: 100%;
    background: #f2efef;
}

.b-result-exam-info__back {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.b-result-exam-info__value.exam_green {
    color: #00ba88;
}
.b-result-exam-info__back.exam_green {
    background: #00ba88;
}
.b-result-exam-info__value.exam_cian {
    color: var(--color-cian);
}
.b-result-exam-info__back.exam_cian {
    background: #00aeef;
}

.b-result-laureates__info {
    margin-top: 20px;
}

.b-medals {
    display: flex;
    align-items: center;
}

.b-medals__icons {
    /*flex: 1;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(28px, 1fr));*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 8px;
}

.b-medals__icons img {
    max-width: 28px;
    max-height: 30px;
}

.b-medals__icons_mini {
    margin-top: -2px;
    margin-bottom: -2px;
}

.b-medals__icons_mini img {
    max-width: 18px;
    max-height: 18px;
    margin: 2px 0;
}

.b-result__descr {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}

@media (max-width: 600px) {
    .b-info__stats {
        flex-direction: column;
    }
    .b-info__stats_block:not(:last-child) {
        margin-bottom: 50px;
        border-right: none;
    }
    .b-info__stats_title {
        min-height: unset;
    }
}
@media (max-width: 500px) {
    .b-info__stats_block {
        padding: 0;
    }
}

/* End */
/* /local/components/static/res.ege/templates/.default/style.css?17876703602665 */
