

/* Start:/local/templates/main/components/bitrix/news.list/awards_list/style.css?17593984804368*/
.b-award-container {
    background-color: #F9F9FA;
    max-width: 220em !important;
}


@media (min-width: 2699px) {
    .b-award-container {
        padding-right: calc((150vw - 1920px) * (280 - 160) / (1920 - 1440) + 280px) !important;
        padding-left: calc((150vw - 1920px) * (280 - 160) / (1920 - 1440) + 280px) !important;
    }
}

@media (min-width: 1965px) and (max-width: 2700px) {
    .b-award-container {
        padding-right: 24vw !important;
        padding-left: 24vw !important;
    }
}
.b-award-container h1 {
    padding-top: 92px;
    padding-bottom: 60px;
    text-align: center;
}

.b-list-awards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    padding-bottom: 80px;
}

.b-award-item:nth-child(-n+6) {
    flex: 32%;
    max-height: 368px;
    height: 368px;
    max-width: 368px;
}

.b-award-item:nth-child(n+7) {
    flex: 24%;
    max-width: 274px;
    height: 274px;
    max-height: 274px;
}

.b-award-item.dark-blue {
    background-color: #1B4F7E;
}

.b-award-item.dark800-blue {
    background-color: #0D3559;
}

.b-award-item.blue {
    background-color: #4799E3;
}

.b-award-item.light-blue {
    background-color: #CCE7FF;
}

.b-award-item:hover {
    border: #4799E3 1px solid;
}

.b-award-item.dark-blue:hover {
    border: #4799E3 1px solid;
}

.b-award-item.blue:hover {
    border: #4799E3 1px solid;
}

.b-award-item.light-blue:hover {
    border: #5F5F5F 1px solid;
}

.b-award-item {
    background-color: #FFFFFF;
    border: #E8E7ED solid 1px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: center;
    background-position-x: right;
}

.b-award-item--header {
    color: #5F5F5F;
    font-size: 16px;
}

.b-award-item.dark-blue .b-award-item--header, .b-award-item.blue .b-award-item--header {
    color: #F9F9FA;
    font-family: DIN-Pro-Light;
}

.b-award-item.dark-blue .b-award-item--text, .b-award-item.blue .b-award-item--text{
    color: #F9F9FA;
}

.b-award-item.dark-blue .b-award-item--tag.year, .b-award-item.blue .b-award-item--tag.year  {
    color: #F9F9FA;
    border-color: #F9F9FA;
}



.b-award-item--text.image {
    width: 50%;
}

.b-award-item.dark-blue .b-award-item--tag.year:hover {
    background-color: #F9F9FA;
    color: #1B4F7E;
}

.b-award-item.blue .b-award-item--tag.year:hover {
    background-color: #F9F9FA;
    color: #4799E3;
}

.b-award-item.blue .b-award-item--tag.year {
    background-color: #4799E3;
    border-color: #F9F9FA;
    color: #F9F9FA;
}

.b-award-item.dark-blue .b-award-item--tag.year {
    background-color: #1B4F7E;
    border-color: #F9F9FA;
    color: #F9F9FA;
}

.b-award-item.light-blue .b-award-item--tag.year:hover {
    background-color: #5F5F5F;
    color: #CCE7FF;
}

.b-award-item.light-blue .b-award-item--tag.year {
    background-color: #CCE7FF;
    border-color: #5F5F5F;
    color: #5F5F5F;
}

.b-award-item--text {
    font-size: 22px;
    line-height: 100%;
    font-family: 'DIN-Pro-Medium';
}

.b-award-item--tag.year {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 30px;
    border: #2976BC solid 1px;
    border-radius: 34px;
    padding: 8px 16px 8px 16px;
    color: #2976BC;
}

.b-award-item--tag.year:hover {
    background-color: #2976BC;
    color: white;
}

.b-award-item--tags {
    display: flex;
    gap: 3px;
}

.b-award-item--tag.video {
    display: flex;
    text-decoration: underline;
    justify-content: center;
    align-items: center;
    color: #2976BC;
    margin-left: 5px;
    height: 100%;
}

.b-award-item--tag.video:hover {
    color: #7197b7;
}

@media (max-width: 500px) {
    .b-award-item {
        flex: 50% !important;
        max-height: 368px !important;
        height: 368px !important;
        max-width: 368px !important;
    }
}

@media (max-width: 1024px) {
    .b-award-item {
        flex: 49% !important;
        max-height: 368px !important;
        height: 368px !important;
        max-width: 368px !important;
    }
}

/* End */
/* /local/templates/main/components/bitrix/news.list/awards_list/style.css?17593984804368 */
