

/* Start:/local/templates/akshome/components/bitrix/news.list/destyle/style.css?17604415322819*/
.de_top-block {
    background-color: #D7D7E1;
    width: 100%;
    height: 480px;
    color: #475257;
    margin-bottom: 50px;
    padding: 15px 10px;
}
.de_top-block > .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.de_top-block-title {
    font-weight: bold;
    font-size: 48px;
    text-transform: uppercase;
    max-width: 600px;
    text-align: center;
    margin-bottom: 10px;
}
.de_top-block-desc {
    font-size: 24px;
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 10px;
}
.de_top-block-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    text-align: center;
    gap: 5px;
}
.de_top-block-item {
    width: 20%;
    min-width: 140px;
}
.de_top-block-item-image img {
    width: 80px;
}
.de_top-block-item-title {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 10px;
}
.de_top-block-item-desc {
    font-size: 16px;
}
.de_title-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #475257;
    margin-bottom: 50px;
}
.de_title-block h2 {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}
.de_title-block-list {
    flex-wrap: wrap;
    display: flex;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
}
.de_title-block-list span {
    padding: 8px 15px;
    height: 40px;
}
.de_title-block-list span:first-child {
    background-color: #D7D7E1;
}
.de_title-block-list span:last-child {
    background-color: #F0E345;
}
.de_collection-list {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(var(--count-column), 1fr);
    margin-bottom: 50px;
    color: #475257;
}
.de_collection-item h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 10px;
}
.de_collection-item h3 > span {
    font-size: 32px;
    font-weight: 700;
}
.de_collection-item-desc {
    font-size: 22px;
    font-style: italic;
    margin-bottom: 15px;
}
.de_collection-item-image {
    margin-bottom: 10px;
}
.de_collection-item-image img {
    vertical-align: bottom;
    width: 100%;
    height: 300px;
    object-fit: cover;
}
@media (max-width: 998px) {
    .de_collection-item-image img {
        height: 200px;
    }
}
@media (max-width: 720px) {
    .de_collection-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .de_top-block-list {
        flex-wrap: wrap;
    }
    .de_top-block {
        height: auto;
    }
    .de_top-block-title {
        font-size: 36px;
    }
}
@media (max-width: 380px) {
    .de_collection-list {
        grid-template-columns: 1fr;
    }
}
/* End */
/* /local/templates/akshome/components/bitrix/news.list/destyle/style.css?17604415322819 */
