.post-card {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 4px 12px 0 #E5E6E8;
    text-decoration: none;
    color: inherit
}

@media (min-width: 680px) {
    .post-card {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        padding: 24px
    }
}

.post-card__img {
    width: 100%;
    height: 100%;
    max-height: 156px;
    object-fit: cover
}

@media (min-width: 680px) {
    .post-card__img {
        width: 50%;
        max-height: 291px
    }
}

.post-card__content {
    padding: 12px 16px 16px 16px
}

@media (min-width: 680px) {
    .post-card__content {
        width: 50%;
        padding: 0;
        margin-right: 24px;
        display: flex;
        flex-direction: column
    }
}

.post-card__title {
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px;
    text-decoration: none;
    color: #141414;
    width: fit-content;
    transition: color .15s
}

@media (min-width: 680px) {
    .post-card__title {
        margin-bottom: 16px;
        font-size: 2.8rem
    }
}

@media (min-width: 1360px) {
    .post-card__title {
        margin-bottom: 16px;
        font-size: 3.6rem
    }
}

@media (any-hover: hover) {
    .post-card__title:hover {
        color: #FFC533
    }
}

.post-card__title:active {
    color: #FFC533
}

.post-card__text p {
    overflow: hidden;
    text-overflow: ellipsis;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 1.5rem;
    color: #8A8A8A;
    width: 100%;
    margin-bottom: 16px;
    margin-top: 8px
}

@media (min-width: 680px) {
    .post-card__text p {
        margin-bottom: 31px;
        margin-top: 16px;
        font-size: 1.6rem
    }
}

@media (min-width: 680px) {
    .post-card__text p {
        -webkit-line-clamp: 4
    }
}

.post-card__info {
    display: flex;
    align-items: center;
    margin-bottom: 18px
}

@media (min-width: 680px) {
    .post-card__info {
        font-size: 1.6rem
    }
}

@media (min-width: 1280px) {
    .post-card__info {
        font-size: 1.8rem
    }
}

@media (min-width: 680px) {
    .post-card__info-wrapper {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
}

.post-card__author, .post-card__date {
    color: #141414;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

@media (min-width: 680px) {
    .post-card__author, .post-card__date {
        font-size: 1.6rem
    }
}

@media (min-width: 680px) {
    .post-card__autho, .post-card__date {
        font-size: 1.8rem
    }
}

.post-card__date {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

@media (min-width: 680px) {
    .post-card__date {
        font-size: 1.6rem
    }
}

@media (min-width: 680px) {
    .post-card__date {
        font-size: 1.8rem
    }
}

.post-card__date:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #141414;
    border-radius: 50%;
    margin-right: 6px;
    margin-left: 6px
}

.app-card {
    display: flex;
    flex-direction: column;
    padding: 16px;
    box-shadow: 0 4px 12px 0 #E5E6E8
}

@media (min-width: 680px) {
    .app-card {
        width: calc(50% - 10px);
        padding: 24px
    }
}

@media (min-width: 1280px) {
    .app-card {
        width: 100%;
        position: relative;
        box-shadow: none;
        padding: 0 0 32px 0;
        border-bottom: 1px solid #141414
    }
}

@media (min-width: 1280px) {
    .app-card:last-of-type {
        border-bottom: 0;
        padding-bottom: 0
    }
}

@media (min-width: 680px) {
    .app-card__wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 64px
    }
}

@media (min-width: 1280px) {
    .app-card__wrapper {
        flex-direction: column
    }
}

.app-card__header {
    display: flex;
    align-items: flex-start;
    flex: 1 1;
    margin-bottom: 16px
}

.app-card__logo {
    width: 60px;
    height: 56px;
    margin-right: 20px
}

.app-card__name {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px
}

.app-card__rating-star {
    width: 18px;
    height: 18px;
    margin-right: 6px
}

.app-card .btn-text,
.app-card .btn-primary__text {
    font-size: 1.4rem
}

@media (min-width: 680px) {
    .app-card .btn-text,
    .app-card .btn-primary__text {
        font-size: 1.5rem
    }
}


.blog_page_wrap{
  background: #fff;
}

@media (min-width: 1280px) {
    .blog_page_wrap .container {
        padding-left: calc((100% - 1110px) / 2);
        padding-right: calc((100% - 1110px) / 2);
    }
}

@media (min-width: 1360px) {
    .blog_page_wrap .container {
        padding-left: calc((100% - 1312px) / 2);
        padding-right: calc((100% - 1312px) / 2);
    }
}




@media (min-width: 1024px) {
    .single-post .container {
        padding-left: calc((100% - 730px) / 2);
        padding-right: calc((100% - 730px) / 2);
    }
}





.post-content{
  margin-bottom: 80px;
}
.post-content *{
color: #141414;
}
.post-content ul{
  margin-left: 20px;
  margin-bottom: 20px;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4,.post-content h5,.post-content h6{
margin-bottom: 20px;
}
.post-content ul li{
margin-top: 14px;
}
.post-content p{
  margin-bottom: 20px;
}
.post-title h2{
margin-bottom: 20px;
}
.post-title{

}
.post-header__info {
    display: flex;
    align-items: center;
        margin-top: 20px;
    margin-bottom: 17px;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.post-header__name {
    font-size: 1.6rem;
    color: #141414;
}

.post-header__date {
    font-size: 1.6rem;
    color: #141414;
        margin-left: 26px;
}
.post-header__date:before {
    content: "";
    position: relative;
    left: -13px;
    top: -2px;
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #8A8A8A;
    border-radius: 50%;
}


.blog header, .single-post header{
  background-color: #111112;
}
.hero_wrap{
text-align: left;
margin-bottom: 40px;

}
.title-h2{
  background: none;
  -webkit-text-fill-color: #141414;
  text-align: left;
}
.hero_wrap p{
  color: #141414;
  text-align: left;
}
.hero_wrap .hero__text{
    margin-left: 0;
    margin-right: 0;
}





.layout-aside {
    margin-bottom: 88px
}

@media (min-width: 1280px) {
    .layout-aside {
        display: flex;
        justify-content: space-between;
        margin-bottom: 94px
    }
}

@media (min-width: 1280px) {
    .layout-aside .posts {
        width: 100%;
        flex: 1 1;
        margin-right: 30px
    }
}

.layout-aside .posts .post-card+.post-card {
    margin-top: 26px
}

@media (min-width: 1280px) {
    .layout-aside .posts .post-card+.post-card {
        margin-top: 32px
    }
}

.layout-aside .posts__btn {
    margin-top: 48px
}

@media (min-width: 1024px) {
    .layout-aside .posts__btn {
        display: flex;
        margin-top: 48px;
        width: 50%;
        margin-left: auto;
        margin-right: auto
    }
}

.layout-aside .aside-apps {
    margin-top: 52px
}

@media (min-width: 1280px) {
    .layout-aside .aside-apps {
        margin-top: 0;
        background: #fff;
        box-shadow: 0 4px 12px 0 #E5E6E8;
        width: 417px;
        height: max-content;
        padding: 25px 26px
    }
}

.layout-aside .aside-apps__title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: normal;
    color: #141414;
}

@media (min-width: 680px) {
    .layout-aside .aside-apps__title {
        font-size: 3.2rem
    }
}

@media (min-width: 1280px) {
    .layout-aside .aside-apps__title {
        text-transform: uppercase;
        font-size: 3.6rem
    }
}

.layout-aside .aside-apps__cards {
    margin-top: 32px
}

@media (min-width: 680px) {
    .layout-aside .aside-apps__cards {
        display: flex;
        flex-wrap: wrap;
        gap: 20px
    }
}

@media (min-width: 1280px) {
    .layout-aside .aside-apps__cards {
        gap: 32px
    }
}

.layout-aside .aside-apps .app-card+.app-card {
    margin-top: 24px
}

@media (min-width: 680px) {
    .layout-aside .aside-apps .app-card+.app-card {
        margin-top: 0
    }
}