.blog-main {
    /* padding: 192px 0 128px 0; */
    margin-top: 60px;
    height: calc(100vh - 100px);
}
.blog-main .container {
    display: flex;
    flex-direction: column;
    gap: 64px;
}
.blog-main .container a {
    position: absolute;
    right: 0;
    bottom: 228px;
}
.blog-main .col-50:nth-child(2) {
    position: relative;
}
.h1 {
    font-size: 56px;
    padding-bottom: 24px;
}
h2 {
    /* H2 Blog */
    font-family: "Unbounded";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 48px */
}
h3 {
    font-family: "Unbounded";
    font-size: 20px;
    font-style: normal;
    line-height: 150%;
    font-weight: 500;
}
h4 {
    font-family: "Unbounded";
    font-size: 16px;
    font-style: normal;
    line-height: 125%;
    font-weight: 500;
}
.category-description {
    padding: 48px 0 0 0;
}
.category-description .description-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px;
    border-radius: 24px;
    background: linear-gradient(135deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(225deg, rgba(255, 255, 255, 0.50) 17.89%, rgba(255, 255, 255, 0.00) 100%);
}
.category-description ul {
    margin-left: 16px;
    display: flex;
    gap: 8px;
    flex-direction: column;
}
.blog-main .col-50:nth-child(1) .support {
    display: flex;
    padding-bottom: 16px;
    gap: 8px;
    align-items: center;
}
.blog-main .col-50:nth-child(1) .support img {
    width: 30px;
    height: 30px;
}
.blog-main .col-50:nth-child(2) .body-m {
    padding: 24px;
    margin-top: 40px;
    color: #EFEFF8;
    border-radius: 16px;
    background: #3B3C59;
}
.blog-main .logo-circle-block {
    position: absolute;
    top: 32px;
    right: -42px;
}
.blog-main .col-50:nth-child(2) .other {
    color: #B0EE50;
}
.blog-main .block-with-cols {
    display: flex;
    gap: 112px;
    align-items: flex-start;
}
.blog-main .block-with-cols .body-m {
    text-align: start;
}
.blog-filter {
    padding: 128px 0 96px 0
}
.blog-filter .card {
    display: flex;
    width: 389px;
    /* height: 508px; */
    flex-direction: column;
    align-items: flex-start;
    transition: all 0.3s ease;
    border-radius: 24px;
}
.blog-filter .card .photo {
    display: flex;
    /* padding: 8px; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    /* flex: 1 0 0; */
    align-self: stretch;
    border-radius: 24px 24px 0px 0px;
    background: #C1C1D1;
}
.blog-filter .card .photo img {
    border-radius: 24px 24px 0px 0px;
    height: 280px;
}
.blog-filter .content .name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}
.blog-filter .content .name .h3 {
    height: 96px;
    /* align-self: stretch; */
    /* overflow: hidden; */
    color: #28282A;
    /* text-overflow: ellipsis; */
}
.blog-filter .content .name .body-m {
    height: 48px;
    align-self: stretch;
    overflow: hidden;
    color: #67676D;
    text-overflow: ellipsis;
}
.blog-filter .content .name .body-m:nth-child(2) {
    gap: 4px;
}
.blog-filter .content .tags {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    height: 72px;
    gap: 8px;
    align-self: stretch;
    flex-wrap: wrap;
}
.blog-filter .content .tags a {
    padding: 8px 12px;
    border-radius: 8px;
    background: #B0EE50;

    color: #28282A;
    font-family: Unbounded;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%; /* 16.1px */
    letter-spacing: 0.56px;
}
.blog-filter .post-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.blog-filter .post-info .body-m {
    display: flex;
    align-items: flex-end;
}
.blog-filter .btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.blog-filter .btn-arrow-scroll {
    padding: 10px;
    border-radius: 100%;
    transform: rotate(-90deg);
    background: linear-gradient(135deg, #E9E9F4 0%, rgba(233, 233, 244, 0.69) 100%), linear-gradient(218deg, #FFF 30.28%, rgba(255, 255, 255, 0.00) 100%);
    cursor: pointer;
}
.blog-filter .btn-arrow-scroll:hover {
    background: #B0EE50;
}
.blog-filter .btn-arrow-scroll.right {
    transform: rotate(90deg);
}
.blog-filter .owl-nav {
    display: none;
}
.blog-filter .container {
    overflow: hidden;
    gap: 48px;
}
.blog-filter .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px;
    border-radius: 24px;
    background: linear-gradient(135deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(225deg, rgba(255, 255, 255, 0.50) 17.89%, rgba(255, 255, 255, 0.00) 100%);
}
.blog-filter .head .block-with-tags {
    display: flex;
    gap: 12px;
}
.blog-filter .head .block-with-tags button {
    padding: 12px 20px;
    color: #28282A;
    border-radius: 12px;
    border: 1.5px solid #66667D;

    text-align: center;
    font-family: Unbounded;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%; /* 16.1px */
    letter-spacing: 0.56px;
}
.blog-filter .head .block-with-tags button.active {
    background: #B0EE50;
    border-color: #B0EE50;
}
.blog-filter .posts-container {
    display: flex;
    margin: 0 16px;
    flex-wrap: wrap;
    gap: 32px 16px;
    padding: 48px 0 64px 0;
}
.blog-filter .card .photo {
    background: #3B3C59;
}
.blog-filter .card .content {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border-radius: 0 0 24px 24px;
    background: linear-gradient(135deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(225deg, rgba(255, 255, 255, 0.50) 17.89%, rgba(255, 255, 255, 0.00) 100%);
}
.blog-filter .btn-arrow-scroll {
    background: linear-gradient(135deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(225deg, rgba(255, 255, 255, 0.50) 17.89%, rgba(255, 255, 255, 0.00) 100%);
}
.blog-filter .owl-dots {
    display: flex;
    gap: 8px;
}
.blog-filter .page-btn {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: linear-gradient(135deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(225deg, rgba(255, 255, 255, 0.50) 17.89%, rgba(255, 255, 255, 0.00) 100%);

    color: #28282A;
    font-family: Unbounded;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%; /* 20px */
}
.blog-filter .page-btn.active {
    color: #EFEFF8;
    background: #3B3C59;
}
.blog-filter .card:hover {
    box-shadow: 7px 7px 15px 1px rgba(40, 40, 42, 0.08);
    transition: all 0.3s ease;
}