

/* Start:/local/templates/spiritfit-v3/components/blog.custom/blog/.default/style.css?17503796623268*/
.blog-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.blog-col {
    width: 70%;
    max-width: 1180px;
    flex: 0 0 70%;
    position: relative;
}
.blog-col.right {
    width: 30%;
    flex: 0 0 30%;
    padding-left: 70px;
}
.svg_sprite{
    position: absolute;
    width: 0;
    height: 0;
}
.blog-post__views,
.blog-post__rating{
    display: inline-flex;
    align-items: center;
    color: white;
    flex-direction: row;
    margin-right: 10px;
    font-size: 14px;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 16px;
}
.blog-post__views span,
.blog-post__rating span{
    padding: 0;
    height: 14px;
}
main.b-page__main{
    overflow: unset!important;
}
.blog-post__additional {
    margin-top: 40px;
}
.blog-service__item {
    width: 500px;
    margin: 0 20px;
}
.blog-service__img {
    height: 230px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.blog-service__info {
    background-color: #f5f5f4;
    padding: 25px;
    color: black;
    font-weight: 500;
}
.blog-post__contentmanager-bar {
    padding: 20px;
    margin-bottom: 20px;
    background: #f5f5f4;
    border-radius: 8px;
    font-weight: 300;
    border: 1px solid #dadada;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.button.blog-post-detail-btn {
    padding: 10px 13px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 12px;
}

@media screen and (max-width: 1440px) {
    .blog-col.right {
        padding-left: 40px;
    }
}
@media screen and (max-width: 1200px) {
    .blog-item{
        flex-direction: column;
    }
    .blog-col {
        width: 100%;
        flex: 0 0 100%;
    }
}
.blog-post__additional-post {
    margin-top: 40px;
}
@media screen and (max-width: 456px) {
    .blog-services__slider {
        margin: 0 -24px;
    }
    .blog-services__slider .b-cards-slider__arrow-wrapper--left {
        left: 65px;
    }
    .blog-services__slider .b-cards-slider__arrow-wrapper--right {
        right: 65px;
    }
}

.blog-service__item{
    opacity: 0;
    display: none;
    transition:opacity .3s ease-out;
}
.slick-initialized .blog-service__item{
    display: block;
    opacity:1;
}
h3.subtitle{
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
}

li.blog-tag-item>button.tag-btn,li.blog-tag-item>a.tag-btn{
    border: 2px solid #CCCCCC;
    padding: 4px 16px;
    background: transparent;
    font-size: 14px;
    line-height: 24px;
    text-transform: lowercase;
    color: #707070;
    cursor: pointer;
}
li.blog-tag-item.active>button.tag-btn,li.blog-tag-item.active>a.tag-btn{
    border: 2px solid;
    border-image: linear-gradient(90deg, #E23834 3.26%, #7A27F1 98.07%) 1;
}
ul.blog-tag-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}
.blog-tags {
    margin-bottom: 24px;
}
@media screen and (max-width: 480px) {
    li.blog-tag-item>button.tag-btn{
        font-size: 12px;
        line-height: 16px;
    }
    .blog-tag-item:not(.show-more):not(.active):nth-child(n+9){
        display: none;
    }

}
/* End */


/* Start:/local/templates/spiritfit-v3/components/blog.custom/blog/.default/blog.custom/blog.list/.default/style.css?17503796627097*/
a.blog-menu__item {
    padding: 12px 24px;
    font-size: 18px;
    line-height: 18px;
    margin-right: 24px;
    font-weight: 300;
    border: 3px solid;
    border-image: linear-gradient(90deg, #E23834 3.26%, #7A27F1 98.07%) 1;
    text-transform: capitalize;
}
.blog-post__item {
    width: 100%;
    height: 310px;
}
.blog-post__top {
    width: 100%;
    height: 640px;
}
.blog-post__top .blog-post__tag {
    top: 48px;
    left: 48px;
}

.blog-post__item{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

a.blog-post__body {
    padding: 24px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;

}
.blog-post__item.img-loaded .blog-post__body{
    box-shadow: inset 0px -130px 100px 0px black;
}
a.blog-post__body.top{
    padding: 48px;
}
.blog-posts__container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.blog-post__col {
    width: 1180px;
    flex: 0 0 1180px;
}
.blog-post__col.right {
    width: 390px;
    flex: 0 0 390px;
}
.blog-post__title{
    font-size: 24px;
    line-height: 28px;
    font-weight: 800;
    color: white;
}
.blog-post__title.top {
    font-size: 40px;
    line-height: 48px;
    margin-top: 16px;
}
.blog-post__tag {
    background: linear-gradient(90deg, #E43932 0%, #7827F6 100%);
    position: absolute;
    top: 24px;
    left: 24px;
    color: white;
    padding: 5px 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}
.top .blog-post__tag{
    top: 48px;
    left: 48px;
}
.blog-menu {
    margin-bottom: 10px;
}
.blog-post__date {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: white;
    margin-bottom: 5px;
}
.blog-post__all-posts {
    margin-top: 80px;
    display: grid;
    grid-gap: 35px;
    grid-template-columns: 1fr 1fr;
    justify-items: start;
}
.post-editor__block {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
}
.post-edit.button {
    padding: 12px;
    border-radius: 8px;
    font-size: 12px;
    margin: 5px;
}
.blog-top-post__poster {
    width: 130px;
    height: 130px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.blog__top-post-item {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 32px;
}
.blog-top-post__body {
    width: calc(100% - 150px);
    position: relative;
}
.blog-top-post__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
}
.blog-top-post__tag {
    position: absolute;
    bottom: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    padding: 5px 10px;
    background: linear-gradient(90deg, #E43932 0%, #7827F6 100%);
    color: white;
}
.blog__top-posts {
    margin-top: 80px;
}
.blog-page-navigation {
    margin-top: 32px;
}
img.blog-poster{
    height: 640px;
}
.blog__search-form {
    display: flex;
    height:47.3px;
}
.blog__search {
    display: inline-block;
    margin: 15px 0px;
}
.blog__search-input {
    border:solid rgba(204, 204, 204, 1) !important;
}
.blog__search-form input[type=text] {
    padding:0px 15px !important;
}
.blog__search-form .button {
      padding:10px 15px !important;  
}
@media screen and (max-width: 1840px) {
    .blog-post__col{
        width: calc(70% - 20px);
        flex: 0 0 calc(70% - 20px);
    }
    .blog-post__col.right {
        width: calc(30% - 20px);
        flex: 0 0 calc(30% - 20px);
        max-width: 390px;
    }
}
@media screen and (max-width: 1440px) {
    img.blog-poster {
        height: 580px;
    }
    .blog__top-posts,
    .blog-post__all-posts{
        margin-top: 35px;
    }
    .blog-post__item{
        height: 260px;
    }
    .blog-post__top {
        height: 580px;
    }
}
@media screen and (max-width: 1200px) {
    .blog-posts__container {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
    .blog-post__col,
    .blog-post__col.right{
        width: 100%;
        flex: 0 0 100%;
        max-width: unset;
    }
    .blog-post__item{
        height: 310px;
    }
    .blog-post__top {
        height: 640px;
    }
    img.blog-poster{
        display: none!important;
    }
}
@media screen and (max-width: 960px) {
    .blog-post__item {
        height: 260px;
    }
    .blog-post__top {
        height: 540px;
    }
}
@media screen and (max-width: 768px) {
    .blog-post__contentmanager-bar {
        display: none;
    }
    a.blog-menu__item {
        font-size: 14px;
        line-height: 16px;
        padding: 6px 12px;
        border-width: 2px;
        margin-right: 12px;
        margin-bottom: 16px;
    }
    .blog-menu {
        margin-bottom: 0;
    }
    .blog-post__top,
    .blog-post__item{
        height: 390px;
    }
    a.blog-post__body,
    a.blog-post__body.top{
        padding: 24px;
    }
    .blog-post__title,
    .blog-post__title.top{
        font-size: 28px;
        line-height: 32px;
        margin-top: 12px;
    }
    .blog-post__tag,
    .blog-post__top .blog-post__tag{
        left: 24px;
        top:24px;
    }
    .blog-post__all-posts{
        display: block;
    }
    .blog-post__item {
        margin-bottom: 16px;
    }
    .blog__top-posts, .blog-post__all-posts {
        margin-top: 16px;
    }
}
@media screen and (max-width: 624px) {
    .blog-post__top,
    .blog-post__item{
        height: 360px;
    }
}
@media screen and (max-width: 530px) {
    .blog-post__top, .blog-post__item {
        height: 295px;
    }
}
@media screen and (max-width: 425px) {
    .blog-post__date {
        font-size: 10px;
        line-height: 16px;
    }
    .blog-post__views, .blog-post__rating{
        font-size: 12px;
        padding-left: 16px;
        background-repeat: no-repeat;
        background-position: 0 center;
        background-size: 13px;
    }
    .blog-post__title, .blog-post__title.top{
        font-size: 18px;
        line-height: 18px;
    }
    .blog-post__top, .blog-post__item {
        height: 240px;
    }
    .blog-top-post__poster {
        width: 100px;
        height: 100px;
    }
    .blog-top-post__body {
        width: calc(100% - 116px);
        position: relative;
    }
    .blog__top-post-item{
        margin-bottom: 16px;
    }
    .blog-post__tag{
        padding: 3px 6px;
        font-size: 12px;
    }
    .blog-post__views span, .blog-post__rating span{
        height: 12px;
    }
}

.blog-poster__item {
    width: 390px;
    height: 640px!important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 1440px) {
    .blog-poster__item{
        height: 580px!important;
    }
}
@media screen and (max-width: 1200px) {
    .blog-posters{
        display: none!important;
    }
}
@media screen and (max-width: 425px){
    .blog-posters{
        display: block!important;
    }
}
/* End */


/* Start:/local/templates/spiritfit-v3//vendor/slick/slick.css?17503796621776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/spiritfit-v3/components/bitrix/main.pagenavigation/.default/style.css?17503796623038*/
.bx-pagination {
    margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
    text-align: center;
    position: relative;
}
.bx-pagination .bx-pagination-container ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
    display: inline-block;
    margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    background: transparent;
    padding: 8px 15px;
    display: block;
    min-width: 32px;
    color: #444;
    font-size: 16px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
}
.bx-pagination .bx-pagination-container ul li a {
    text-decoration: none;
    display: block;
    border-radius: 16px;
    color: #444;
    vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
    border: 1px solid;
    border-image: linear-gradient(90deg, #E23834 3.26%, #7A27F1 98.07%) 1;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
    line-height: 28px;
    padding: 0 18px;
    color: #444;
    position: relative;
    display: inline-block;
}
.bx-pagination-container svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
    color: #aab1b4;
    line-height: 28px;
    padding: 0 18px;
    position: relative;
    display: inline-block;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
    background: #fff;
    border-color: #DADADA;
    color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
    background: #3bc915;
    color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
    background: #F9A91D;
    color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
    background: #E22B2B;
    color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
    background: #0083d1;
    color: #fff;
}
.bx-pag-prev span,
.bx-pag-next span{
    border:none!important;
}
/* End */
/* /local/templates/spiritfit-v3/components/blog.custom/blog/.default/style.css?17503796623268 */
/* /local/templates/spiritfit-v3/components/blog.custom/blog/.default/blog.custom/blog.list/.default/style.css?17503796627097 */
/* /local/templates/spiritfit-v3//vendor/slick/slick.css?17503796621776 */
/* /local/templates/spiritfit-v3/components/bitrix/main.pagenavigation/.default/style.css?17503796623038 */
