.p_a2_topArticles_articleDisplay {
    padding-top: 2em;
    padding-bottom: 2em;
}

.p_a2_topArticles_articleDisplay h1 {
    text-align: left;
    font-size: 24px;
}

.p_a2_topArticles_articleDisplay h2 {
    color: #228fc5;
    background-color: #eff7fd;
    padding: .5em .9em;
    margin-top: 2em;
}

.p_a2_topArticles_articleDisplay h3 {
    font-size: 22px;
}


.p_a2_topArticles_articleDisplay h2:after {
    display: block;
    content: "";
    border-top: 2px solid #228fc5;
    /* margin-top: 9px; */
    margin: 10px -18px -10px;
}

.p_a2_topArticles_articleDisplay h3 {
    /*font-weight: bold;*/
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
}

.firmBlock h4 {
    font-weight: bold;
}

.firmBlock ul {
    padding-left: 2em;
    box-sizing: border-box;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*gap: 0.5em;*/
}

.firmBlock ul li {
    padding-bottom: .5em;
}

span.wrap_staff {
    color: #892929;
}

.wrap_price {
    color: #24a050;
    display: inline-block;
    background-color: #fefefe;
    /* border-color: red; */
    border: 1px solid #efefef;
    padding: 1px 3px;
}

.wrap_equipment {
    color: #36af97;
}

/*.firmBlock li {*/
/*    list-style: none;*/
/*    font-size: 15px;*/
/*}*/


.nomination_place {
    display: inline-block;
    padding: 0.25em 0.7em;
    /* margin-left: 1em; */
    font-weight: 600;
    font-size: 0.9em;
    letter-spacing: 0.03em;
    color: #544719;
    background: linear-gradient(135deg, #f0c27b 0%, #f7ddb0 25%, #e3a857 50%, #c98a3a 75%, #f0c27b 100%);
    border: 1px solid #c2a43a;
    border-radius: 8px;
    /* box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.8),
            inset 0 -1px 0 rgba(0, 0, 0, 0.15),
            0 2px 4px rgba(0, 0, 0, 0.15); */
    position: relative;
    font-size: 16px;
}

.nomination_place_1 {
    background: linear-gradient(135deg, #fff6b0 0%, #fffae6 25%, #fff4d0 50%, #fbebab 75%, #fff6b0 100%);
    color: #7c681e;
    border-color: #c2a43a;
}

.nomination_place_2 {
    background: linear-gradient(135deg, #f5f7fa 0%, #ffffff 25%, #e6e9ee 50%, #d4d8de 75%, #f5f7fa 100%);
    color: #72717a;
    border-color: #cccccc;
}


/* Блик */
.nomination_place::after {
    content: "";
    position: absolute;
    top: 0;
    left: 1px;
    right: 0.5px;
    height: 45%;
    border-radius: 7px 7px 4px 4px;
    background: linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0.7),
            rgba(255, 255, 255, 0)
    );
    pointer-events: none;
    /* opacity: 0; */
}

.firmInfoPanel {
    background-color: #f7f7f7;
    padding: 1.4em 1em;
    gap: 0.5em;
    display: flex;
    flex-direction: column;
    margin-bottom: 1em;
}

.firmInfoPanel .firmPanelLine {
    display: flex;
    flex-direction: row;
    gap: 0.5em;
}

.firmInfoPanel .firmLineLabel {
    color: #999;
}

.nominationsList {
    /* padding-left: 1em; */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    gap: 0.6em;
    list-style: none;
}

@media only screen and (min-width: 800px) {
    .nominationsList {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 1em;
    }

    .nominationsList > li {
        width: calc(50% - 5em);
    }

    .nominationsList > li:nth-child(odd) {
        margin-right: 2em;
    }

    .nominationsList > li > a {
        width: 100%;
    }
}

.nominationsList > li > a {
    /* background-color: #eff7fd; */
    border-bottom: 1px solid #228fc5;
    padding: 0.3em .5em;
}


.nominationsList > li > a:before {
    content: '🏆 ';
}

@media only screen and (min-width: 700px) {
    .nominationsList > li > a:before {
        content: '🏆 Номинация ';
    }
}

.nominationsList li::marker {
    vertical-align: top;
}

.nominationsList li ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    padding: 0.5em 0.5em 0.25em;
}

@media only screen and (max-width: 600px) {
    .nominationsList li ul {
        padding: .5em 0;
        margin: 0;
    }
}


/*ol li {*/
/*    display: flex;*/
/*    align-items: flex-start;*/
/*}*/


.p_a2_topArticles_articleDisplay ol li > * {
    vertical-align: top;
}

.mainInfoBlock {
    display: grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap: .4rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: .85rem;
    color: #1f2937;
    margin-bottom: 1em;
}

.mainInfoLine {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    align-items: baseline;
    padding: .3rem .5rem;
    border-radius: .4rem;
    background: #f9fafb;
}

.mainInfoLabel {
    color: #6b7280;
    white-space: nowrap;
    flex: 0 0 auto;
}

.mainInfoValue {
    font-weight: 500;
    flex: 1 1 auto;
    word-break: break-word;
}

@media (max-width: 600px) {
    .mainInfoBlock {
        grid-template-columns:1fr;
        font-size: 12px;
        gap: 0;
    }

    .mainInfoLine {
        border-radius: 0;
    }
}

@media only screen and (max-width: 700px) {
    .breadCrumbsWrapper {
        display: none;
    }

    .p_a2_topArticles_articleDisplay h1 {
        font-size: 18px;
        margin-bottom: 0.5em;
    }

    .nominationsList > li > a {
        font-size: 15px;
    }

    .p_a2_topArticles_articleDisplay h2 {
        font-size: 16px;
        margin: 2em -14px 0;
    }

    .p_a2_topArticles_articleDisplay h3 {
        font-size: 16px;
    }

    .p_a2_topArticles_articleDisplay h4 {
        font-size: 14px;
        /*margin: .5em 0 0;*/
    }

    .p_a2_topArticles_articleDisplay p,
    .p_a2_topArticles_articleDisplay li {
        font-size: 14px;
    }

    .firmInfoPanel {
        font-size: 14px;
    }
}