

/* Start:/local/templates/stepsports/css/blog/index.css?17618189109347*/
.blog {
    margin-top: 60px;
    margin-bottom: 100px;
}

.blog__header {
    margin-top: 8px;
    margin-bottom: 40px
}

.blog__header h1 {
    font-weight: bold;
    font-size: 40px;
    letter-spacing: -1px;
}

@media (max-width: 767px) {
    .blog__header {
        margin-bottom: 30px
    }
}

@media (max-width: 1279px) {
    .blog__header h1 {
        font-size: 32px;
        line-height: 44px
    }
}

@media (max-width: 767px) {
    .blog__header h1 {
        font-size: 18px;
        line-height: 25px
    }
}

.container.blog__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 12px;
    margin-bottom: 40px
}

@media (max-width: 767px) {
    .blog__filter {
        overflow-x: auto
    }
}

.blog__filter__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 16px;
    gap: 4px;
    background: #f7f7f7;
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #272727;
    cursor: pointer
}

@media (min-width: 960px) {
    .blog__filter__button:hover {
        background-color: var(--background-elements-hover)
    }
}

.blog__filter__button.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 16px;
    gap: 4px;
    background: #fff;
    border: 1.3px solid #272727;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #272727
}

@media (min-width: 960px) {
    .blog__filter__button.active:hover {
        background-color: var(--background-elements-hover)
    }
}

@media (max-width: 767px) {
    .blog__filter__button, .blog__filter__button.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 7px 16px;
        gap: 4px;
        border-radius: 8px;
        font-weight: 400;
        font-size: 13px;
        line-height: 18px;
        text-align: center;
        color: #272727
    }

    .blog__filter__button.active {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff;
        border: 1px solid #272727
    }

    .blog__filter__button {
        background: #f7f7f7;
        text-wrap: nowrap
    }
}

.blog__filter::-webkit-scrollbar {
    display: none
}

.container.blog__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 100px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 40px;
    justify-content: flex-start;
    align-items: stretch;
}

@media (max-width: 1919px) {
    .blog__list {
        margin-bottom: 100px
    }
}

@media (max-width: 1439px) {
    .blog__list {
        margin-bottom: 100px
    }
    .container.blog__list {

    }
}

@media (max-width: 1279px) {
    .blog__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 100px
    }
}

@media (max-width: 767px) {
    .blog__list {
        margin-bottom: 80px
    }
}

.blog__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 33.33%;
    flex: 1 0 32%;
}

.blog__item .card {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (max-width: 1919px) {
    .blog__item {
        max-width: 33.33%;
        flex: 1 0 32%;
    }
}

@media (max-width: 1439px) {
    .blog__item {
        max-width: 33.33%;
        flex: 1 0 32%;
    }
}

@media (max-width: 1279px) {
    .blog__item {
        max-width: 33.33%;
        flex: 1 0 31%;
    }

    .blog__item .card {
        gap: 14px;
    }

}

.blog__item img {
    border-radius: 20px
}

.blog__item__body, .blog__item__body__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.blog__item__body {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.blog__item__body h5 a,
.blog__item__body h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: var(--black);
}

@media (max-width: 1919px) {
    .blog__item__body h5 a,
    .blog__item__body h5 {
        font-weight: 600;
        font-size: 20px;
        line-height: 27px
    }
}

@media (max-width: 1439px) {
    .blog__item__body h5 a,
    .blog__item__body h5 {
        font-weight: 600;
        font-size: 20px;
        line-height: 27px
    }
}

@media (max-width: 1279px) {
    .blog__item__body h5 a,
    .blog__item__body h5 {
        font-weight: 600;
        font-size: 18px;
        line-height: 27px
    }
}

@media (max-width: 767px) {
    .blog__item__body h5 a,
    .blog__item__body h5 {
        font-weight: 600;
        font-size: 20px;
        line-height: 27px
    }
}

.blog__item__body__info {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog__item__body__date {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #7e7e7e
}

@media (max-width: 1439px) {
    .blog__item__body__date {
        font-weight: 400;
        font-size: 14px;
        line-height: 19px
    }
}

@media (max-width: 1279px) {
    .blog__item__body__date {
        font-weight: 400;
        font-size: 14px;
        line-height: 19px
    }
}

@media (max-width: 767px) {
    .blog__item__body__date {
        font-weight: 400;
        font-size: 14px;
        line-height: 19px
    }
}

.blog__item__body__views {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #7e7e7e
}

@media (max-width: 1439px) {
    .blog__item__body__views {
        font-weight: 400;
        font-size: 14px;
        line-height: 19px
    }
}

@media (max-width: 1279px) {
    .blog__item__body__views {
        font-weight: 400;
        font-size: 14px;
        line-height: 19px
    }
}

@media (max-width: 767px) {
    .blog__item__body__views {
        font-weight: 400;
        font-size: 14px;
        line-height: 19px
    }
}

.blog__item__body__tag, .blog__item__body__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 12px
}


.blog__item__body__tag a {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #eb262b;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 8px;
    gap: 10px;
    border: 1px solid #eb262b;
    border-radius: 6px
}

.card-img-top-wrap {
    max-height: 402px;
    height: auto;
    overflow: hidden;
    display: block;
    border-radius: 20px;
}

.card-img-top-wrap img {
    height: 402px;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1919px) {
    /*.card-img-top-wrap {*/
    /*    max-height: 402px;*/
    /*}*/
}
@media (max-width: 1439px) {
    /*.card-img-top-wrap {*/
    /*    max-height: 257px;*/
    /*}*/
}
@media (max-width: 960px) {
    /*.card-img-top-wrap {*/
    /*    max-height: 257px;*/
    /*}*/
}

@media (max-width: 1279px) {
    /*.card-img-top-wrap {*/
    /*    max-height: 211px;*/
    /*}*/
}

@media (max-width: 1060px) {

}

@media (max-width: 960px) {
    .blog__item {
        max-width: 49.33%;
        flex: 1 0 48%;
    }
}

@media (max-width: 767px) {

}
@media (max-width: 636px) {
    .blog__item {
        max-width: 100%;
        flex: 1 0 100%;
    }
}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?175525223951*/
font.errortext{color:red}font.notetext{color:green}
/* End */
/* /local/templates/stepsports/css/blog/index.css?17618189109347 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?175525223951 */
