.section-blog .breadcrumbs {
    position: absolute;
    -webkit-transform: rotate(-90deg) translateX(-45%);
    transform: rotate(-90deg) translateX(-45%);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    top: 50%;
    left: 30px;
    display: inline-block;
}
.section-blog .breadcrumbs a.breadcrumbs-item {
    color: rgba(17, 17, 17, 0.8);
    -webkit-transition: .3s all;
    transition: .3s all;
}
.section-blog .breadcrumbs .breadcrumbs-item {
    position: relative;
    font-size: 14px;
    line-height: 17px;
    color: rgba(17, 17, 17, 0.7);
    text-decoration: none;
    outline: none;
    margin-right: 2px;
}

.section-blog {
    height: calc(100vh - 137px);
    min-height: 460px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: #EBEBEB;
    z-index: 2;
    padding-bottom: 48px;
}
.d-flex{
    display: flex;
}
.blogcat-container{
    max-width: 700px;
    height: 100%;
    position: relative;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
}
.category{
    overflow-x: hidden;
    min-height: calc(100vh - 137px);
}
.text-info {
    width: 38%;
    /*padding-left: calc(50% - 710px);*/
    padding-left: 10%;
    padding-right: 10px;
    position: relative;
}
.counter{
    color: #fff;
    font-size: 132px;
    line-height: 96px;
    font-weight: 600;
    margin-bottom: 36px;
}
.cat-subtitle {
    color: #414141;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 16px;
    position: relative;
}
.cat-title {
    font-size: 36px;
    line-height: 50px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 39px;
}
.category .text {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 0;
}
.blogcat-img{
    padding-left: 10px;
    height: calc(100vh - 137px);
    width: 62%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.blogcat-img img{
    height: 100%;
}
.blogcat-more-link{
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #414141;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    justify-content: flex-end;
    margin-top: auto;
    margin-bottom: 5px;
    /*position: absolute;*/
    /*bottom: 100px;*/
    /*right: 0;*/
}
.control-arrow{
    height: 8px;
    width: 202px;
    background: url("/img/arrow_right_black.svg") no-repeat;
    background-position: center;
    display: flex;
    margin-left: auto;
    margin-bottom: 40px;
    /*position: absolute;*/
    /*bottom: 80px;*/
    /*right: 0;*/
}

@media screen and (max-width: 1200px){
    .section-blog .breadcrumbs {
        left: 20px;
    }
    .section-blog {
        height: initial;
        min-height: initial;
        padding-bottom: 0;
    }
    .category {
        flex-direction: column;
    }
    .blogcat-container{
        max-width: 100%;
        height: 100%;
        padding-top: 100px;
    }
    .text-info {
        padding-left: 80px;
        padding-right: 20px;
        width: 100%;
    }
    .counter{
        font-size: 200px;
        line-height: 200px;
    }
    .cat-subtitle {
        font-size: 16px;
        line-height: 22px;
    }
    .cat-title {
        font-size: 40px;
        line-height: 56px;
        margin-bottom: 39px;
    }
    .category .text {
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 80px;
    }
    .blogcat-img {
        display: flex;
        justify-content: center;
        padding: 0;
        width: 100%;
    }
    .blogcat-more-link{
        position: initial;
    }
    .control-arrow{
        position: initial;
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 900px){
    .section-blog .breadcrumbs {
        position: static;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: 0;
        transform-origin: 0;
        display: flex;
        margin-top: 24px;
    }
    .blogcat-container{
        padding-top: 0;
        display: flex;
        flex-direction: column;
    }
    .counter{
        font-size: 140px;
        line-height: 140px;
        margin-bottom: 24px;
        margin-top: auto;
    }
    .blogcat-img {
        display: flex;
        justify-content: center;
        width: 100%;
        height: auto;
    }
    .cat-subtitle {
        font-size: 12px;
        line-height: 17px;
        margin-bottom: 16px;
    }
    .cat-title {
        font-size: 32px;
        line-height: 45px;
        /*margin-bottom: 16px;*/
        margin-bottom: auto;
        display: flex;
    }
    .category .text {
        display: none;
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 67px;
    }
    .control-arrow{
        margin-bottom: 40px;
    }
}









.art-container {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #cdcdcd;
    padding: 48px;
}
.art-container:first-of-type{
    border-top: 1px solid #cdcdcd;
    margin-top: 100px;
}
.art-container:last-of-type{
    margin-bottom: 100px;
}
.art-img-mob {
    display: none;
}

.art-desctop-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.art-img-desctop {
    width: 460px;
    flex-shrink: 0;
}

.art-img{
    overflow: hidden;
}
.art-img img {
    width: 100%;
    border-radius: 50%;
}

.art-title, .art-title a {
    font-size: 36px;
    line-height: 50px;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 20px;
    width: 410px;
    text-decoration: none;
    color: #111;
}

.art-subtitle {
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    margin-right: 20px;
    position: relative;
    padding-left: 10px;
}
.art-subtitle:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    border-left: 1px solid #111;
}

.art-text {
    font-size: 15px;
    line-height: 21px;
    padding: 0 0 32px 48px;
    margin-left: 20px;
}

a.art-link {
    font-size: 15px;
    padding-left: 48px;
    margin-left: 20px;
    color: #111;
    text-decoration: none;
    font-weight: 500;
    position: relative;
}
a.art-link:after{
    content: '';
    position: absolute;
    top: 0;
    right: -28px;
    height: 100%;
    width: 16px;
    background: url("/img/arrow_sm.svg") no-repeat;
    background-position: right center;
}


@media screen and (max-width: 1200px){
    .art-container {
        padding: 48px 0;
    }
    .art-img-mob {
        display: flex;
        flex-shrink: 0;
    }
    .art-img-desctop {
        display: none;
    }
    .art-desctop-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 40px;
    }
    .art-subtitle {
        font-size: 13px;
        line-height: 18px;
        text-transform: uppercase;
        margin-right: 0;
        position: relative;
        padding-left: 10px;
        margin-bottom: 16px;
    }
    .art-title {
        font-size: 28px;
        line-height: 39px;
        font-weight: 500;
        text-transform: uppercase;
        margin-right: 0;
        width: initial;
        margin-bottom: 32px;
    }
    .art-text {
        font-size: 15px;
        line-height: 21px;
        padding: 0;
        margin-left: 0;
        margin-bottom: 32px;
    }
    a.art-link {
        font-size: 15px;
        padding-left: 0;
        margin-left: 0;
        margin-bottom: 48px;
    }
}
@media screen and (max-width: 900px){
    .art-container {
        flex-direction: column;
        padding: 32px 0;
    }
    .art-container:first-of-type {
        margin-top: 53px;
    }
    .art-container:last-of-type{
        margin-bottom: 80px;
    }
    .text-info {
        padding-left: 50px;
        padding-right: 12px;
        width: 100%;
        height: calc(100vh - 70px);
        display: flex;
        flex-direction: column;
    }
    .art-img-mob {
        max-width: 100%;
        justify-content: center;
        margin-bottom: 24px;
    }
    .art-desctop-container {
        padding-left: 0;
    }
    .art-subtitle {
        padding-left: 10px;
    }
    .art-title {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 16px;
    }
    .art-text {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 24px;
    }
    a.art-link {
        margin-bottom: 32px;
    }
}