.blog-page {
    display: flex;
    gap: 80px;
    justify-content: space-between;
}
.blog-page__img{
    margin: 0 auto;
}
.blog-page__img {
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 24px;
}
.blog-page__content {
    max-width: 1080px;
    width: 100%;
}
.blog-page__filter {
    max-width: 375px;
    width: 100%;
}
.blog-page__filter-form {
    display: flex;
    position: relative;
    margin-bottom: 44px;
}
.blog-page__filter-search {
    border: 1px solid rgba(56,54,54,.7);
    border-radius: 20px;
    padding: 6px 19px;
    width: 100%;
    z-index: 1;
}
.blog-page__item-info {
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    color: #707070;
    margin-bottom: 9px;
    text-align: center;
}
.blog-page__item-title {
    color: #313436;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 6px;
}
.single-post__tags-title {
    font-size: 20px;
    line-height: 31px;
    color: #363838;
    margin-bottom: 10px;
}
.single-post__tags-items {
    display: flex;
    justify-content: center;
    margin-bottom: 39px;
}
.single-post__tags-item{
    margin-right: 25px;
}
.single-post__tags-tag {
    text-align: center;
    padding: 5px 16px;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    color: #8f8d8d;
    border: 1px solid rgba(69,70,71,.5);
    border-radius: 14px;
}
.comments__title {
    font-size: 20px;
    line-height: 31px;
    color: #363838;
    margin-bottom: 12px;
}
.comments-item {
    display: flex;
    gap: 13px;
    margin-bottom: 40px;
}
.comments-item__avatar {
    width: 64px;
    height: 64px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: 4px;
}
.comments-item__content {
    display: flex;
    flex-direction: column;
}
.comments-item__top {
    display: flex;
    justify-content: space-between;
}
.comments-item__name {
    font-size: 16px;
    line-height: 23px;
    color: #363838;
}
.comments-item__btn {
    border: none;
    background-color: rgba(0,0,0,0);
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    color: #707070;
    padding: 0;
    vertical-align: top;
    cursor: pointer;
}
.comments-item__date {
    font-size: 14px;
    line-height: 28px;
    color: #a1a1a1;
    margin-top: -7px;
    margin-bottom: 10px;
}
.comments-item__text {
    max-width: 650px;
    width: 100%;
    font-size: 16px;
    line-height: 27px;
    color: #5a5a5a;
    padding-right: 37px;
}
.post-comment__title {
    font-size: 16px;
    line-height: 23px;
    color: #363838;
    margin-bottom: 25px;
}
.post-comment__textarea {
    width: 100%;
    border: 1px solid #dfdfdf;
    border-radius: 24px;
    height: 125px;
    padding: 14px 15px;
    resize: none;
}
.post-comment__info {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 22px;
}
.post-comment__input {
    max-width: 360px;
    width: 100%;
    border: 1px solid #dfdfdf;
    border-radius: 20px;
    padding: 6px 15px;
}
.post-comment__remember-me {
    display: flex;
    gap: 11px;
    align-items: center;
}
.post-comment__checkbox {
    width: 21px;
    height: 21px;
    border: 1px solid #979797;
}
.post-comment__remember-me-text {
    font-size: 14px;
    line-height: 28px;
    color: #a1a1a1;
}
.post-comment__btn {
    background-color: #63beff;
    border-radius: 21px;
    border: none;
    width: 169px;
    height: 40px;
    padding: 6px 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: ivory;
    text-align: center;
    cursor: pointer;
}

.blog-page__filter__categories {
    margin-bottom: 47px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.blog-page__filter-title {
    font-size: 16px;
    line-height: 23px;
    color: #363838;
    margin-bottom: 14px;
}
.blog-page__filter__categories-link {
    font-size: 16px;
    line-height: 27px;
    color: #5a5a5a;
}
.blog-page__filter-posts {
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin-bottom: 50px;
}
.blog-page__filter-posts-link {
    font-size: 16px;
    line-height: 27px;
    color: #5a5a5a;
}
.blog-page__filter-posts-author {
    font-size: 14px;
    line-height: 28px;
    color: #a1a1a1;
}
.blog-page__filter-title {
    font-size: 16px;
    line-height: 23px;
    color: #363838;
    margin-bottom: 14px;
}
.blog-page__filter-tags-top {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.blog-page__filter-tag {
    text-align: center;
    padding: 0 16px;
    border: 1px solid rgba(69,70,71,.5);
    border-radius: 14px;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    color: #8f8d8d;
}
.blog-page__filter-tags-bottom {
    display: flex;
    gap: 10px;
}
.blog-page__filter-tag {
    text-align: center;
    padding: 0 16px;
    border: 1px solid rgba(69,70,71,.5);
    border-radius: 14px;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    color: #8f8d8d;
}
.blog-page__filter-socials {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.blog-page__filter-btn {
    background-color: rgba(0,0,0,0);
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 19px;
    cursor: pointer;
    z-index: 3;
}

.blog-page__item-text{
    color: #4E6678;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 30px;
}
.post-comment__bottom{
    display: flex;
  gap: 20px;
  margin-bottom: 20px;
}






