.blog-load-more {
	height: 58px;
}
.blog__head {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: -2px;
    color: #1C1F23;
    margin-top: 24px;
}
.blog-sections {
    display: flex;
    flex-direction: row;
    margin: 0 0 38px!important;
    gap: 10px;
}
.blog__second-head {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
    color: #BBC4CD;
    margin-top: 28px;
}
.blog__line {
    border: none;
    height: 1px;
    background: #BBC4CD;
    margin-top: 28px;
    margin-bottom: 38px;
}
.blog-sections {
    display: flex;
    flex-direction: row;
    margin-bottom: 48px;
}
.blog-sections__item {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #1C1F23;
    padding: 5px 12px;
    border: 1px solid #1C1F23;
    border-radius: 100px;
    cursor: pointer;
}
.blog-sections__item-active {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
    background: #FF3D00;
    border-radius: 100px;
    border: none;
}
.blog__line-second {
    border: none;
    height: 1px;
    background: #1C1F23;
    margin-top: 0px;
    margin-bottom: 16px;
}
.blog-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog-list-item {
    width: 30%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom: 45px;
}




.blog-list-item:first-child {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog-list-item:first-child .blog__line-second-big{
    display: block;
    width: 100%;
}
.blog-list-item:first-child .blog-list-item__name .blog__line-second{
    display: none;
}
.blog-list-item:first-child .blog-list-item__img{
     max-height: 636px;
     height: auto;
 }
.blog-list-item:first-child .blog-list-item__container{
    display: none;
}
.blog-list-item:first-child .blog-list-item__container-big {
    display: flex;
}
.blog-list-item:first-child .blog-list-item-big{
    width: 50%;
}
.blog-list-item:first-child .blog-list-item__name{
    width: 40%;
    margin-left: 80px;
}
.blog-list-item:first-child .blog-list-item__name a{
    font-size: 64px;
    line-height: 110%;
    letter-spacing: -5px;
    margin-top: 22px;
}
.blog-list-item:first-child .blog-list-item__preview-text{
    display: block;
    margin-top: 32px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #4E4E4E;
}


.blog-list-item:nth-child(7n + 1) {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog-list-item:nth-child(7n + 1) .blog__line-second-big{
    display: block;
    width: 100%;
}
.blog-list-item:nth-child(7n + 1) .blog-list-item__name .blog__line-second{
    display: none;
}
.blog-list-item:nth-child(7n + 1) .blog-list-item__img{
     max-height: 636px;
     height: auto;
 }
.blog-list-item:nth-child(7n + 1) .blog-list-item__container{
    display: none;
}
.blog-list-item:nth-child(7n + 1) .blog-list-item__container-big {
    display: flex;
}
.blog-list-item:nth-child(7n + 1) .blog-list-item-big{
    width: 50%;
}
.blog-list-item:nth-child(7n + 1) .blog-list-item__name{
    width: 40%;
    margin-left: 80px;
}
.blog-list-item:nth-child(7n + 1) .blog-list-item__name a{
    font-size: 52px;
    line-height: 110%;
    letter-spacing: -2px;
    margin-top: 22px;
}
.blog-list-item:nth-child(7n + 1) .blog-list-item__preview-text{
    display: block;
    margin-top: 24px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #4E4E4E;
}



.blog-list-item__name a {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 110%;
    letter-spacing: -1px;
    color: #1C1F23;
    text-decoration: none;
}
.blog-list-item__container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.blog-list-item__tags {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #FF3D00;
}
.blog-list-item__info {
    display: flex;
    flex-direction: row;
}
.blog-list-item__date {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #BBC4CD;
    margin-right: 16px;
}
.blog-list-item__views {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #BBC4CD;
    position: relative;
    padding-left: 23px;
}
.blog-list-item__views::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 12px;
    background: url("/upload/images/views.svg") no-repeat center center;
    left: 0;
    top: 6px;
}
.blog-list-item__img {
    /*height: 500px;*/
	height: 200px;
    margin-top: 20px;
    overflow: hidden;
}
.blog-load-more {
    text-align: center;
}
.blog-load-more span{
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #1C1F23;
    cursor: pointer;
    padding: 18px 30px;
    border: 1px solid #BBC4CD;
    border-radius: 50px;
}



.blog__line-second-big {
    display: none;
}
.blog-list-item__container-big {
    display: none;
}
.blog-list-item__preview-text {
    display: none;
}

@media (max-width: 768px) {
    .blog__head {
        font-size: 60px;
        line-height: 90%;
        letter-spacing: -2px;
        padding: 0 16px;
    }
    .blog__second-head {
        font-size: 14px;
        line-height: 160%;
        margin-top: 32px;
    }
    .blog__line {
        margin-top: 16px;
        margin-bottom: 34px;
    }
    .blog-sections {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 26px;
    }
    .blog-sections__item {
        font-size: 14px;
        line-height: 160%;
        color: #4E4E4E;
        padding: 0;
        border: none;
        border-radius: none;
        margin-right: 12px;
    }
    .blog-sections__item-active {
        font-size: 14px;
        line-height: 160%;
        color: #FF3D00;
        background: #ffffff;
        border-radius: none;
        border: none;
    }
    .blog__line-second {
        margin-top: 26px;
    }
    .blog-list {
        display: flex;
        flex-direction: column;
    }
    .blog-list-item {
        width: 100%;
        margin-bottom: 56px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
   .blog-load-more {
        margin-bottom: 10px!important;
    }
    
    
    .blog-list-item:first-child {
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 56px;
    }
    .blog-list-item:first-child .blog__line-second-big{
        display: block;
        width: 100%;
    }
    .blog-list-item:first-child .blog-list-item__name .blog__line-second{
        display: none;
    }
    .blog-list-item:first-child .blog-list-item__container{
        display: flex;
    }
    .blog-list-item:first-child .blog-list-item__container-big {
        display: none;
    }
    .blog-list-item:first-child .blog-list-item-big{
        width: 100%;
    }
    .blog-list-item:first-child .blog-list-item__name{
        width: 100%;
        margin-left: 0px;
    }
    .blog-list-item:first-child .blog-list-item__name a{
        font-size: 22px;
        line-height: 100%;
        letter-spacing: -1px;
        margin-top: 16px;
    }
    .blog-list-item:first-child .blog-list-item__preview-text{
        display: none;
    }
    
    
    .blog-list-item:nth-child(7n + 1) {
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 56px;
    }
    .blog-list-item:nth-child(7n + 1) .blog__line-second-big{
        display: block;
        width: 100%;
    }
    .blog-list-item:nth-child(7n + 1) .blog-list-item__name .blog__line-second{
        display: none;
    }
    .blog-list-item:nth-child(7n + 1) .blog-list-item__img{
         max-height: 500px;
         height: auto;
     }
    .blog-list-item:nth-child(7n + 1) .blog-list-item__container{
        display: flex;
    }
    .blog-list-item:nth-child(7n + 1) .blog-list-item__container-big {
        display: none;
    }
    .blog-list-item:nth-child(7n + 1) .blog-list-item-big{
        width: 100%;
    }
    .blog-list-item:nth-child(7n + 1) .blog-list-item__name{
        width: 100%;
        margin-left: 0px;
    }
    .blog-list-item:nth-child(7n + 1) .blog-list-item__name a{
        font-size: 22px;
        line-height: 100%;
        letter-spacing: -1px;
        margin-top: 16px;
    }
    .blog-list-item:nth-child(7n + 1) .blog-list-item__preview-text{
        display: none;
    }
    
    
    
    .blog-list-item__name a {
        font-size: 22px;
        line-height: 100%;
        letter-spacing: -1px;
        margin-top: 16px;
    }
    .blog-list-item__container {
        margin-top: 22px;
    }
    .blog-list-item__tags {
        font-size: 14px;
        line-height: 160%;
    }
    .blog-list-item__info {
        display: flex;
        flex-direction: row;
    }
    .blog-list-item__date {
        font-size: 14px;
        line-height: 160%;
    }
    .blog-list-item__views {
        font-size: 14px;
        line-height: 160%;
        padding-left: 18px;
    }
    .blog-list-item__img {
        height: auto;
        max-height: 500px;
        margin-top: 14px;
    }
    .blog-load-more span{
        font-family: 'Source Sans 3';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        text-transform: uppercase;
        color: #1C1F23;
        cursor: pointer;
        padding: 18px 30px;
        border: 1px solid #BBC4CD;
        border-radius: 50px;
    }
    
    
    
    .blog__line-second-big {
        display: none;
    }
    .blog-list-item__container-big {
        display: none;
    }
    .blog-list-item__preview-text {
        display: none;
    }
}