.container-post.container-small {
    padding-left: 133px !important;
    padding-right: 133px !important;
}

#navbar.navbar--slide-top {
    -webkit-transform: translateY(-100vh);
    -ms-transform: translateY(-100vh);
    transform: translateY(-100vh);
}

.pt-150{
    padding-top: 156px;
}
.headline-post {
    margin-top: 150px;
}

.post-thumbnail img {
    max-width: 100%;
}

.post-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.2;
}

.post--read::before {
    content: '';
    clear: both;
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url(../img/clock.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.post--audio::before {
    content: '';
    clear: both;
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url(../img/audio.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.post--video::before {
    content: '';
    clear: both;
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url(../img/video.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.post-views::before {
    content: '';
    clear: both;
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url(../img/views.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.post-info.post-views {
    margin-left: 30px;
}

h1.h1 {
    font-size: 3.375rem;
    line-height: 1.2;
    letter-spacing: -0.03em;
    font-weight: 600;
    color: #181818;
}

.container-post {
    color: #181818;
    font-size: 1.125rem;
}

.container-post h2,
.h2 {
    font-size: 2.25rem;
    line-height: 1.2;
    margin-bottom: 25px;
}

.container-post h3,
.h3 {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 25px;
}

.container-post h4,
.h4 {
    font-size: 1.75rem;
    line-height: 1.2;
    margin-bottom: 25px;
}

.container-post h5,
h5 {
    font-size: 1.375rem;
    line-height: 1.2;
    margin-bottom: 25px;
}

.container-post p {
    line-height: 1.5;
    margin-bottom: 25px;
}

.container-post ul {
    padding-left: 22px;
}

.container-post li {
    line-height: 1.5;
    margin-bottom: 20px;
}

.container-post li::marker {
    font-size: 25px;
    color: var(--l-orange);
}

.container-post figure {
    margin-bottom: 25px;
}

/* .container-post .wp-block-image figure:not(.wp-block-image){
    border-radius: 15px;
    overflow: hidden;
} */
/* .container-post figure.wp-block-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  padding-top: 20px;
} */
.container-post figure.wp-block-image {
    border-radius: 20px;
    overflow: hidden;
    max-width: 50%;
}

.container-post figure img {
    border-radius: 20px;
}

.container-post figcaption {
    font-size: 0.875rem;
    line-height: 1.2;
    font-weight: 400;
    color: #A6A6A6;
}

/* .container-post .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    position: relative;
    background: transparent;
    color: #181818;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    margin-top: -15px;
} */
.headline-post__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 30px;
}

.container-post figure iframe {
    width: 100%;
}

.headline-post__info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.headline-post__share{
    padding-bottom: 40px;
}
.headline-post__share p{
    margin-bottom: 15px;
    font-size: 0.875rem;
}
.headline-post__share a{
    margin-right: 5px!important;
}
.container-post .post-tags{
    padding: 48px 0;
    width: 100%;
}
.container-post .post-tags a{
    display: inline-block;
    padding: 8px 15px;
    color: #A6A6A6;
    margin: 10px 10px 0 0;
    border: 1px solid;
    border-radius: 5px;
    transition: all 0.3s linear;
    font-size: 0.875rem;
    
}
.container-post .post-tags a:hover{
    color: #181818;
}
.container-post .post-tags a::before{
    content: '#';
    clear: both;
}
.post-share{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;    
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
    background: #181818;
    border-radius: 20px;
    overflow: hidden;
    padding: 40px 30px;
    color: #fff;
}
.post-share .h3{
    margin-bottom: 0;
}
.post-share p{
    font-size: 0.875rem;
    margin-bottom: 15px;
}
/* .post-share .post-share-box{
    padding-top: 15px;
} */

.post-share .heateor_sss_horizontal_sharing .heateor_sss_svg, 
.post-share .heateor_sss_standard_follow_icons_container .heateor_sss_svg{
    background: var(--l-orange, orange)!important;
}

.post-share div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a{
    margin: 5px 5px 0;
}
.section-subscription{
    padding: 60px 0;
}
.subscription-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    border: 1px solid var(--l-orange, orange);
    border-radius: 20px;
    padding: 50px 30px;
}
.subscription-box .h5{
    max-width: 415px;
    font-size: 1.375rem;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0;
}

.section-posts-loop__row{
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}
.section-posts-loop__row .slick-list{
    padding:0 20% 0 0!important;
}
.post-item{
    position: relative;
    max-width: 488px;
    width: auto;;
    margin-left: 20px;
    color: #181818;
    background: #F3F3F3;
    border-radius: 20px;
    overflow: hidden;
    height: inherit;
    transition: all 0.3s linear;
}
.section-posts-loop__row.slick-slider .slick-track{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.post-item__head{
    position: relative;
}

.post-item figure{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 292px;
    margin: 0;
}
.post-item .post-item__cat{
    position: absolute;
    left: 10px;
    top: 5px;
    z-index: 10;
}
.post-item .post-categories{
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;

}
.post-item .post-categories li{
    list-style: none;
}
.post-item .post-categories li a{
    color: #181818;
    background: #fff;
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    padding: 4px 8px;
    margin: 10px 10px 0 0;
    border-radius: 5px;
    line-height: 1.2;
    transition: all 0.3s linear;
    
}
.post-item .post-categories li a:hover{
    color: #fff;
    background: var(--l-orange, orange);
}
.post-item_link{
    position: relative;
    z-index: 1;
    transition: all 0.3s linear;
}
.post-item_link .post-item__body{
    color: #181818;
    background: #F3F3F3;
    transition: all 0.3s linear;
}
.post-item:has(.post-item_link:hover){
    color: #fff;
    background: var(--l-orange, orange);
}
.post-item:has(.post-item_link:hover) .post-info::before{
    filter: invert(1);
}
.post-item_link:hover .post-item__body{
    color: #fff;
    background: var(--l-orange, orange);
}
.post-item__body{
    padding: 50px 20px 15px 20px;
}
.post-item__body-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    padding-bottom: 10px;
    position: absolute;
    left: 20px;
    top: 310px;
    width: 100%;
    z-index: 20;
}

.post-item__body h5{
    color: inherit;
}
.post-item__body h5{
    font-size: 1.375rem;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.3;
    color: inherit;
}
.post-item__body-content{
    color: inherit;
    font-size: 0.875rem;
}
.post-item__body time{
    margin-top: 20px;
    color: #A6A6A6;
}
.post-item_link:hover .post-item__body time{
    color: #fff;
}
.post--share{
    cursor: pointer;
    margin-left: 30px;
}
.post--share::before{
    content: '';
    clear: both;
    display: block;
    width: auto;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    background: url(../img/share.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.post--share::after{
    content: attr(data-text);
    clear: both;
}
.post-item.popup-show::after{
    content: '';
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    background: rgba(24,24,24, 0.22);
    z-index: 10;
}
.share-box-popup p{
    margin-bottom: 15px;
    font-size: 1rem;
    text-align: center;
    font-weight: 600;
}
.heateor_sss_svg{
    border-radius: 50%;
    background: #ccc!important;
}
.share-box-popup{
    position: absolute;
    top: -100px;
    left: 46%;
    -webkit-transform: translate(-50%, 00%);
    -ms-transform: translate(-50%, 00%);
    transform: translate(-50%, 0%);
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    max-width: 340px;
    width: 95%;
    min-height: 140px;
    z-index: 99999999;
}
.share-box-popup__close{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    width: 100%;
    height: 20px;
    margin-top: -10px;
}
.share-box-popup__close span{
    position: relative;
    width: 18px;
    height: 18px;
    display: block;
    background: #181818;
    border-radius: 50%;
    margin-right: -10px;
    overflow: hidden;
    transition: all 0.3s linear;

}
.share-box-popup__close span:hover{
    opacity: 0.7;
}

.share-box-popup__close span::before,
.share-box-popup__close span::after{
    content: '';
    clear: both;
    position: absolute;
    width: 12px;
    height: 1px;
    background: #fff;

}
.share-box-popup__close span::before{
    left: 3px;
    top: 8px;
    -webkit-transform: rotate(45deg);    
    -ms-transform: rotate(45deg);    
    transform: rotate(45deg);
}
.share-box-popup__close span::after{
    left: 3px;
    top: 8px;
    -webkit-transform: rotate(135deg);    
    -ms-transform: rotate(135deg);    
    transform: rotate(135deg);
  
}
.share-box-popup a,
.share-box-popup .link-copy{
    display: block;
    width: 41px;
    margin: 0 5px;
    transition: all 0.3s linear;
}
.share-box-popup a:hover,
.share-box-popup .link-copy:hover{
    opacity: 0.65;
}
/** blog **/
.blog-hero{
    padding-top: 150px;
}
.blog-hero__headline{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.blog-hero-heading{
    max-width: 793px;
    width: 100%;
}
.blog-hero-heading p{
    font-size: 1.125rem;
    color: #181818;
    font-weight: 400;
    margin-bottom: 20px;
}
.blog-hero__headline-icon{
    position: relative;
    width: 150px;
    height: 150px;
    margin-right: -50px;
}
.blog-hero__headline-icon img{
    width: 100%;
}
.blog-hero__cats {
    padding-bottom: 50px;
}

.blog-hero__cats .cat-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding-left: 0;
}

.blog-hero__cats .cat-list li{
    list-style: none;
}

.blog-hero__cats .cat-list li a{
    display: inline-block;
    color: #181818;
    padding: 5px 8px;
    border: 1px solid;
    border-radius: 5px;
    margin: 5px 10px 0 5px;
    transition: all 0.3s linear;
}
.blog-hero__cats .cat-list li a:hover,
.blog-hero__cats .cat-list li.current-cat a{
    color: #fff;
    background-color: var(--l-orange,orange);
    
}

.section-posts__row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.blog-hero__posts .h5{
    width: 100%;
    font-size: 1.375rem;
    font-weight: 600;
    margin-bottom: 30px;
}
.section-posts__row .post-item{
    margin-left: 0px;
    margin-bottom: 20px;
    width: calc(50% - 10px);
    min-width: 360px;

}


.blog-hero__posts{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;   
}
.item-mini-card{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
            flex-flow: row;
    max-width: 303px;
    width: 33%;
    min-width: 280px;
    padding-right: 10px;
    margin-bottom: 20px;
    color: #181818;
}
.item-mini-card:hover p{
    color: var(--l-orange,orange);
}
.item-mini-card figure{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 94px;
    height: 94px;
    border-radius: 10px;
    background-color: #F3F3F3;
    margin-bottom: 0;
}
.item-mini-card__content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
    width: 206px;
    padding-left: 10px;
}
.item-mini-card__content p{
    font-size: 0.875rem;
    font-weight: 600;
    color: #181818;
    transition: all 0.3s linear;
}
.item-mini-card__content-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/* .section-posts__row .post-item:nth-child(2n){
    margin-left: 20px;
} */
.navigation.pagination{
    padding-top: 40px;
}
.page-numbers{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #181818;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid #181818;
    margin: 5px;
    transition: all 0.3s linear
}
.page-numbers.next,
.page-numbers.prev{
    font-size: 1.5rem;
}
.page-numbers.current,
.page-numbers:hover{
    color: #fff;
    background-color: var(--l-orange, orange);
    border-color: var(--l-orange,orange);
}
.page-numbers.next{
    width: 40px;
    height: 40px;
    margin-left: 30px;
} 
.page-numbers.prev{
    width: 40px;
    height: 40px;
    margin-right: 30px;
}
.pagination .nav-links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-info_block{
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--l-orange, orange);
    color: #fff;
    margin-top: 60px;

}
.info_block-box{
    max-width: 650px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.section-info_block .h2{
    font-size: 2.625rem;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}
.section-info_block p{
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 30px;
    text-align: center;
}
.section-info_block a{
    display: inline-block;
    margin: 0 auto;
    padding: 10px 15px;
    background-color: #181818;
    border-radius: 6px;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.3s linear;
}
.section-info_block a:hover{
    opacity: 0.7;
}
.share-box-popup__box{

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center; 
}
.share-box-popup__box .heateor_sss_sharing_ul a span{
    transition: all 0.3s linear;
}
.share-box-popup__box .heateor_sss_sharing_ul a:hover span{
    background-color: var(--l-orange, orange)!important;
    background: var(--l-orange, orange)!important;
}

.tab-content{
    background-color: #F3F3F3;
    list-style: none;
    padding: 40px;
    border-radius: 20px;
    margin-bottom: 30px;
    color: #181818;
}
.tab-content .h5{
    font-size: 1.375rem;
    font-weight: 600;
    color: #181818;
    margin-bottom: 20px;  
}
.tab-content ul{
    list-style: none;
    padding: 0;
}
.tab-content ul li a{
    display: block;
    color: var(--l-orange, orange);
    font-size: 1.125rem;
    letter-spacing: 0.05em;
    font-weight: 600;
    text-decoration: underline;
}
.tab-content ul li:last-child{
    margin-bottom: 0;
}
/*search*/
.section-search{
    padding-top: 40px;
    padding-bottom: 40px;
}
.search-form{
    border: 1px solid #181818;
    border-radius: 6px;
}
.search-form>div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}
.search-form button{
    padding: 5px;
}
.search-form input{
    max-width: 100%;
    width: 95%;
}
p.search-result{
    margin-top: 20px;
    color: #828282;
    font-weight: 400;
    font-size: 1rem;
}
.no-results{
    min-height: 300px;
    font-size: 1rem;
}
.post-item__body .post-info{
    margin-right: 15px;
}
@media screen and (max-width:991px) {
    .section-posts__row{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .section-posts__row .post-item{
        width: 100%;
    }
}
@media screen and (max-width:767px) {
    .pt-150{
        padding-top: 116px;
    }
    .container-post.container-small {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    h1.h1 {
        font-size: 2.125rem;
    }

    .container-post {
        font-size: 1rem;
    }

    .container-post h2,
    .h2 {
        font-size: 1.75rem;
        line-height: 1.2;
        margin-bottom: 25px;
    }

    .container-post h3,
    h3 {
        font-size: 1.5rem;
        line-height: 1.2;
        margin-bottom: 25px;
    }

    .container-post h4,
    h4 {
        font-size: 1.25rem;
        line-height: 1.2;
        margin-bottom: 25px;
    }

    .container-post h5,
    h5 {
        font-size: 1.25rem;
        line-height: 1.2;
        margin-bottom: 25px;
    }
    .section-posts-loop__row .slick-list{
        padding: 0px 30px 0 15px!important;
    }
    .post-item figure{
        height: 200px;
    }
    .post-item__body-info{
        top: 215px;
    }
    .blog-hero{
        padding-top: 108px;
    }
    .tab-content{
        padding: 30px;
    }
    .tab-content .h5{
        font-size: 1.25rem;
        margin-bottom: 15px;
    }
    .tab-content ul li{
        margin-bottom: 15px;
    }
    .tab-content ul li a{
        font-size: 1rem;
    }
    .share-box-popup{
        padding: 20px;
    }
    .share-box-popup a,
    .share-box-popup .link-copy{
        display: block;
        width: 37px;
    }
       /**blog**/
    /* .section-posts__row .post-item{
        
    } */
}
@media screen and (max-width:570px) {
    .container{
        padding-right: 1rem!important;
        padding-left: 1rem!important;
    }
    .container-post.container-small {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .container-post figure.wp-block-image{
        width: 100%!important;
    }
    .post-share{
        padding: 40px 30px;
    }
    .post-share .post-share-box{
        padding-top: 48px;
    }
    .subscription-box{
        padding: 30px 20px;
    }
    .post-item .post-info{
        font-size: 0.75rem;
    }
    .post-item .post-info.post-views{
        margin-left: 10px;
    }
    .post-item .post--share{
        margin-left: 10px;
    }
    .blog-hero__headline{
        position: relative;
    }
    .blog-hero__headline .h1{
        width: calc(100% - 80px);
    }
    .blog-hero__headline-icon{
        position: absolute;
        width: 75px;
        height: 75px;
        margin-right: 0;
        right: 0;
        top: 18px;
    }
    .item-mini-card__content .post-info{
        font-size: 0.75rem;
    }
    .page-numbers{
        width: 40px;
        height: 40px;
    }
    .page-numbers.next{
        width: 32px;
        height: 32px;
        margin-left: 15px;
    } 
    .page-numbers.prev{
        width: 32px;
        height: 32px;
        margin-right: 15px;
    }
}

.attention-block{
    position: relative;
    padding: 36px 0;
}

.container-post .attention-block{
    margin-left: -133px;
    margin-right: -133px;
}
.attention-block-logo{
    position: absolute;
    top: -20px;
    left: auto;
    right: 50px;
}
.attention-block-logo img{
    max-height: 45px;
}
.attention-block__row{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    border: 2px solid var(--l-orange, orange);
    border-radius: 20px;
    padding: 48px 0;
}
.attention-block__row .heading-5{
    max-width: 824px;
    font-size: 1.375rem;
    font-weight: 600;
    padding: 0 15px;
    width: 100%;
}
.attention-block__content{
    max-width: 824px;
    padding: 0 15px;
    width: 100%;
}
@media screen and (max-width:920px) {
    .container-post .attention-block{
        margin-left: -65px;
        margin-right: -65px;
    }
    .attention-block .container{
        padding-left: 0!important;
        padding-right: 0!important;
    }
}
@media screen and (max-width:767px) {
    .attention-block__row .heading-5{
        font-size: 1.25rem;
    }
    .container-post .attention-block{
        margin-left: 0px;
        margin-right: 0px;
    }

}
@media screen and (max-width:374px) {
    .section-posts__row .post-item{
        min-width: 300px;
        width: 100%;
    }
}

.headline-post__title{
    position: relative;
}
.single-hero__arrow {
    display: block;
    width: 20px;
    height: 20px;
    background: url('../img/case-hero-arrow.svg') no-repeat center;
    background-size: contain;
    -webkit-transition: var(--l-transition);
    -o-transition: var(--l-transition);
    transition: var(--l-transition);
    filter: grayscale(1);
    opacity: 0.75;
    position: absolute;
    left: -75px;
    top: 12px;
}

.single-hero__arrow:hover,
.single-hero__arrow:focus,
.single-hero__arrow:active {
    /* background: url('../img/case-hero-arrow.svg') no-repeat center; */
    /* background-size: contain;
    filter: grayscale(1); */
    opacity: 0.5;
}
@media screen and (max-width:720px) {
    .single-hero__arrow {
        position: relative;
        top: auto;
        left: auto;
        margin: 20px 0;
    }
}