:root {
    --color_blue: #0d6ce2;
    --color_light: #818489;
    --color_dark: #333;
}
.contest {
    color: var(--color_light);
    margin-bottom: 77px;
}
.contest__awards {
    margin-bottom: 18px;
}
.contest__link {
    color: var(--color_blue);
    text-decoration: underline;
}
.contest__element {
    margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
    .contest__element {
        margin-bottom: 28px;
    }
    .contest__element:last-child {
        margin-bottom: 0;
    }
    .contest__awards {
        margin-bottom: 31px;
    }
}
.contest__img {
    display: block;
    width: 100%;
}
.contest__link {
}
.contest__list {
    margin-bottom: 31px;
}
@media screen and (min-width: 1024px) {
    .contest__list {
        flex: 1 1 auto;
        padding-left: 32px;
        margin-bottom: 0;
        padding-top: 4px;
        padding-right: 43px;
    }
}
.contest__media {
    margin-bottom: 18px;
}
@media screen and (min-width: 1024px) {
    .contest__media {
        flex: 0 0 578px;
        margin-bottom: 0;
    }
    .contest__row {
        display: flex;
        margin-bottom: 20px;
    }
}
.contest__text {
    font-size: 15px;
    line-height: 1.2;
    text-align: justify;
    margin-bottom: 29px;
}
@media screen and (min-width: 1024px) {
    .contest__text {
        font-size: 17px;
        margin-bottom: 27px;
    }
}
.element {
    display: flex;
    align-items: center;
}
.element__content {
    flex: 1 1 auto;
    padding-left: 8px;
}
@media screen and (min-width: 1024px) {
    .element__content {
        padding-left: 20px;
    }
}
.element__digit {
    color: var(--color_blue);
}
.element__header {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.2;
    color: var(--color_dark);
    font-weight: 600;
    margin-bottom: 2px;
}
@media screen and (min-width: 1024px) {
    .element__header {
        font-size: 20px;
    }
}
.element__img {
    display: block;
}
@media screen and (min-width: 1024px) {
    .element__img {
        transform: translateZ(0);
    }
}
.element__link {
    color: var(--color_blue);
}
.element__media {
    flex: 0 0 82px;
}
@media screen and (min-width: 1024px) {
    .element__media {
        flex-basis: 90px;
    }
}
.element__text {
    font-size: 15px;
    line-height: 1.2;
}
.element__title {
    text-transform: uppercase;
}

.awards {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.awards__content {
    flex: 1 1 auto;
}
.awards__item {
    display: list-item;
    list-style: disc inside;
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 6px;
    /* padding-left: 8px; */
}
.awards__content strong {
    color: var(--color_blue);
    text-transform: uppercase;
    font-weight: 700;
}
.awards__header {
    flex: 1 1 auto;
    padding-left: 12px;
    color: var(--color_blue);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
}
.awards__img {
}
.awards__media {
    flex: 0 0 82px;
}
@media screen and (min-width: 1024px) {
    .awards {
        position: relative;
        padding-left: 90px;
        display: block;
    }    
    .awards__media {
        flex-basis: 90px;
        position: absolute;
        left: 0;
        top: 0;
        width: 90px;
        height: 90px;
    }
    .awards__item {
        margin-bottom: 4px;
    }
    .awards__header {
        font-size: 20px;
        margin-bottom: 10px;
        display: block;
        padding-top: 12px;
        padding-left: 15px;
    }
    .awards__content {
        padding-left: 15px;
    }
}
.blue {
    color: var(--color_blue);
}

@media screen and (max-width: 1500px) {
    .grid.grid--conkurs{
         display: block;
    }
}