.blog-page .section-top {
    padding-top: 48px;
}

@media (max-width: 1280px) {
    .blog-page .section-top {
        padding-top: 20px;
    }
}

@media (max-width: 600px) {
    .blog-page .section-top {
        padding-top: 14px;
    }
}

.blog-page .section-top .section-inner {
    border-top: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (max-width: 1700px) {
    .blog-page .section-top .section-inner {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}

@media (max-width: 1280px) {
    .blog-page .section-top .section-inner {
        padding-top: 56px;
        padding-bottom: 56px;
    }
}

@media (max-width: 900px) {
    .blog-page .section-top .section-inner {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

@media (max-width: 600px) {
    .blog-page .section-top .section-inner {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.blog-page .section-top .header {
    font-size: 64px;
    line-height: 72px;
    text-align: center;
}

@media (max-width: 1280px) {
    .blog-page .section-top .header {
        font-size: 56px;
        line-height: 64px;
    }
}

@media (max-width: 900px) {
    .blog-page .section-top .header {
        font-size: 40px;
        line-height: 48px;
    }
}

@media (max-width: 600px) {
    .blog-page .section-top .header {
        font-size: 32px;
        line-height: 40px;
    }
}

.blog-page .section-top .text {
    margin: 24px auto 0;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #969696;
    max-width: 1024px;
}

@media (max-width: 1280px) {
    .blog-page .section-top .text {
        margin-top: 16px;
        max-width: 750px;
    }
}

@media (max-width: 900px) {
    .blog-page .section-top .text {
        font-size: 18px;
        line-height: 26px;
        max-width: 640px;
    }
}

@media (max-width: 600px) {
    .blog-page .section-top .text {
        font-size: 16px;
        line-height: 24px;
        max-width: 335px;
    }
}

.blog-page .section-list {
    margin-top: 80px;
}

@media (max-width: 1700px) {
    .blog-page .section-list {
        margin-top: 64px;
    }
}

@media (max-width: 1280px) {
    .blog-page .section-list {
        margin-top: 40px;
    }
}

@media (max-width: 900px) {
    .blog-page .section-list {
        margin-top: 32px;
    }
}

@media (max-width: 600px) {
    .blog-page .section-list {
        margin-top: 16px;
    }
}

.blog-page .section-list .nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 16px;
    line-height: 24px;
}

.blog-page .section-list .nav > * {
    margin-right: 24px;
}

@media (max-width: 600px) {
    .blog-page .section-list .nav > * {
        margin-bottom: 16px;
    }
}

.blog-page .section-list .preamble {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    margin-top: 40px;
    min-height: 455px;
}

@media (max-width: 1700px) {
    .blog-page .section-list .preamble {
        min-height: 400px;
    }
}

@media (max-width: 1280px) {
    .blog-page .section-list .preamble {
        margin-top: 24px;
        min-height: 300px;
    }
}

@media (max-width: 900px) {
    .blog-page .section-list .preamble {
        position: relative;
        width: calc(100% + 40px);
        left: -20px;
        min-height: 264px;
        margin-top: 16px;
    }
}

@media (max-width: 600px) {
    .blog-page .section-list .preamble {
        flex-direction: column;
        margin-top: 0;
        min-height: initial;
        flex-grow: initial;
        flex-basis: initial;
        flex-shrink: 0;
    }
}

.blog-page .section-list .preamble > * {
    display: flex;
    flex: 1 1 0px;
    width: 0;
}

@media (max-width: 600px) {
    .blog-page .section-list .preamble > * {
        width: 100%;
    }
}

.blog-page .section-list .preamble .aside {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    background: #f1f1f1;
}

@media (max-width: 600px) {
    .blog-page .section-list .preamble .aside {
        flex-grow: initial;
        flex-basis: initial;
        flex-shrink: 0;
    }
}

.blog-page .section-list .preamble .aside > * {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-grow: 1;
    padding: 80px;
}

@media (max-width: 1700px) {
    .blog-page .section-list .preamble .aside > * {
        padding: 60px 120px;
    }
}

@media (max-width: 1280px) {
    .blog-page .section-list .preamble .aside > * {
        padding: 36px;
    }
}

@media (max-width: 900px) {
    .blog-page .section-list .preamble .aside > * {
        padding: 48px 20px;
    }
}

@media (max-width: 600px) {
    .blog-page .section-list .preamble .aside > * {
        padding: 32px 20px;
    }
}

.blog-page .section-list .preamble .aside .caption {
    font-size: 40px;
    line-height: 48px;
}

@media (max-width: 1700px) {
    .blog-page .section-list .preamble .aside .caption {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 900px) {
    .blog-page .section-list .preamble .aside .caption {
        font-size: 24px;
        line-height: 32px;
    }
}

.blog-page .section-list .preamble .aside .text {
    font-size: 18px;
    line-height: 26px;
    margin-top: 8px;
    max-width: 480px;
}

@media (max-width: 1700px) {
    .blog-page .section-list .preamble .aside .text {
        font-size: 16px;
        line-height: 24px;
        max-width: 430px;
    }
}

.blog-page .section-list .preamble .image {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 600px) {
    .blog-page .section-list .preamble .image:before {
        content: '';
        display: block;
        width: 100%;
        padding-bottom: 69%;
    }
}

.blog-page .section-list .list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(100% + 48px);
    margin-top: 80px;
}

@media (max-width: 1700px) {
    .blog-page .section-list .list {
        margin-top: 64px;
        width: calc(100% + 40px);
    }
}

@media (max-width: 1280px) {
    .blog-page .section-list .list {
        margin-top: 40px;
        width: calc(100% + 24px);
    }
}

@media (max-width: 900px) {
    .blog-page .section-list .list {
        margin-top: 32px;
        width: calc(100% + 16px);
    }
}

@media (max-width: 600px) {
    .blog-page .section-list .list {
        width: 100%;
    }
}

.blog-page .section-list .list > * {
    width: 33.33%;
    box-sizing: border-box;
    padding-right: 48px;
    margin-bottom: 64px;
}

@media (max-width: 1700px) {
    .blog-page .section-list .list > * {
        padding-right: 40px;
        margin-bottom: 40px;
    }
}

@media (max-width: 1280px) {
    .blog-page .section-list .list > * {
        width: 50%;
        padding-right: 24px;
    }
}

@media (max-width: 900px) {
    .blog-page .section-list .list > * {
        padding-right: 16px;
        margin-bottom: 32px;
    }
}

@media (max-width: 600px) {
    .blog-page .section-list .list > * {
        width: 100%;
        padding-right: 0;
    }
}

.blog-page .section-list .list > * > * {
    display: block;
}

.blog-page .section-list .list .image {
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    opacity: 1;
    transition: opacity 200ms ease;
    will-change: opacity;
    max-width: 100%;
}

.blog-page .section-list .list > * > *:hover .image {
    opacity: .8;
}

.blog-page .section-list .list .image:before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 68%;
}

.blog-page .section-list .list .info {
    margin-top: 16px;
}

@media (max-width: 900px) {
    .blog-page .section-list .list .info {
        margin-top: 8px;
    }
}

.blog-page .section-list .list .info .title {
    font-size: 32px;
    line-height: 40px;
    transition: color 200ms ease;
    will-change: color;
}

.date {
    font-size: 32px;
    font-weight: 400;
    color: #7f7f7f;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 10px;
}

@media (max-width: 1700px) {
    .blog-page .section-list .list .info .title {
        font-size: 24px;
        line-height: 32px;
    }
}

.blog-page .section-list .list > * > *:hover .info .title {
    color: #1069BB;
}

.blog-page .section-list .list .info .review {
    font-size: 18px;
    line-height: 26px;
    margin-top: 8px;
}

@media (max-width: 1700px) {
    .blog-page .section-list .list .info .review {
        font-size: 16px;
        line-height: 24px;
    }
}

.blog-page .section-list .list .info .info_row {
    display: flex;
    gap: 20px;
}

.blog-page .section-list .list .info .time,
.blog-page .section-list .list .info .views,
.blog-page .section-list .list .info .like {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    line-height: 24px;
    color: #646464;
    margin-top: 16px;
}

@media (max-width: 1700px) {
    .blog-page .section-list .list .info .time,
    .blog-page .section-list .list .info .views,
    .blog-page .section-list .list .info .like {
        margin-top: 12px;
    }
}

.blog-page .section-list .list .info .time:before {
    content: '';
    display: block;
    position: relative;
    top: -2px;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background: url("../img/time-1b875eb0fee7c85cca2e3b515ad23fc7.svg") no-repeat center center;
}

.blog-page .section-list .list .info .time:after {
    content: ' мин';
    white-space: pre;
}

.blog-page .section-list .list .info .views:before {
    content: '';
    display: block;
    position: relative;
    top: -2px;
    width: 24px;
    height: 16px;
    margin-right: 8px;
    background: url("../img/eye-e2b7019c96c23063b4c6c065fdc2f271.svg") no-repeat center center;
}

.blog-page .section-list .list .info .like:before {
    content: '';
    display: block;
    position: relative;
    width: 25px;
    height: 25px;
    margin-right: 8px;
    background: url("../img/heart-502cb2b775e08cea7d5c4ffc18bf1f06.svg") no-repeat center center;
    background-size: contain;
}

.article-categories > .current {
    color: #1069BB;
    border: none;
}
