.blog-hero {
    background: rgba(1, 1, 1, 1);
    padding: 40px 12px 30px;
}

.blog-hero .hero-btn {
    display: flex;
    height: 48px;
    padding: 0 12px;
    width: 222px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 82px;
    background: #FF6C0E;
    color: #010101;
    font-family: HelveticaNeueCyr, sans-serif;
    font-size: 19.117px;
    font-style: normal;
    font-weight: 500;
    line-height: 23.897px; /* 125% */
    margin: 24px 0;
}

.blog-hero .hero-title {
    color: #fff;
    font-family: HelveticaNeueCyr, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 114.286% */
    letter-spacing: -0.46px;
    margin-bottom: 12px;
}

.blog-hero .hero-description {
    color: rgba(255, 255, 255, 0.50);
    font-family: HelveticaNeueCyr, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 122%; /* 24.4px */
}

.blog-hero-row {
    display: flex;
    flex-direction: column;
    max-width: 740px;
}

.blog-hero .hero-social {
    display: flex;
    gap: 30px;
    margin-top: 36px;
}

.hero-image-wrapper {
    text-align: center;
    padding-top: 40px;
}


.blog-subscribe-section {
    padding: 23px 12px 60px;
    background: #1F1F1F;
}

.blog-subscribe-section h2 {
    color: #fff;
    text-align: center;
    font-family: HelveticaNeueCyr, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 116.667% */
    margin: 0 auto 16px;
    max-width: 365px;
}

.blog-subscribe-section .descr {
    text-align: center;
    color: #F1F1F1;
    font-family: HelveticaNeueCyr, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 122%;
    margin: 0 0 30px;
}

.blog-subscribe-form-bottom {
    color: #808080;
    font-family: HelveticaNeueCyr, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
} 

.blog-subscribe-form-bottom a {
    color: #F1F1F1;
}

.blog-subscribe-form .form-wrapper {
    margin: 0 0 24px;
    text-align: center;
}


.form-wrapper .hbspt-form {
    padding: 0;
    margin: 0 auto;
    background: none;
    border-radius: 0;
    max-width: 400px;
}
.form-wrapper .hbspt-form label {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-bottom: 8px;
}

.form-wrapper .hbspt-form label span {
    text-align: left;
    color: #F1F1F1;
    font-family: "Roboto Mono";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0.96px;
    text-transform: uppercase;
}

.form-wrapper .hbspt-form label span.hs-form-required {
    color: #FF6C0E;
}

.form-wrapper .hbspt-form .input .hs-input {
    border-radius: 44px;
    background: #383838;
    height: 48px;
    padding: 16px;
    color: #fff;
    font-family: HelveticaNeueCyr, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 111.111% */
    margin-bottom: 24px;
}
.form-wrapper .hbspt-form .input .hs-input::placeholder {
    color: #B9B9B9;
}
.form-wrapper .hbspt-form .input {
    padding: 0;
}
.form-wrapper .hbspt-form .hs-button {
    width: 100%;
    height: 48px;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 62px;
    background: #FF6C0E;
    color: #010101;
    font-family: HelveticaNeueCyr, sans-serif;
    font-size: 19.117px;
    font-style: normal;
    font-weight: 500;
    line-height: 23.897px; /* 125% */
    border: none;
    margin: 0;
    text-transform: none;
}

.blog-list-section {
    background: #151515;
    padding: 12px 12px 60px;
}


.blog-list-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;

}

.blog-article-content {
    display: none;
}

.blog-list-header {
    margin-bottom: 40px;
}

.blog-list-header-title {
    color: var(--F_white, #FFF);
    font-family: HelveticaNeueCyr, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 116.667% */
}

.blog-article-thumb {
    border-radius: 12px;
    background: #1F1F1F;
    width: 100%;
    padding-bottom: 52%;
    display: block;
    object-fit: cover;
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
}

.blog-article-thumb img {
    position: absolute;
    inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-article-category {
    color: rgba(255, 255, 255, 0.50);
    font-family: "Roboto Mono";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 200% */
    letter-spacing: -0.28px;
    text-transform: uppercase;
    display: flex;
    gap: 20px;
}

.blog-article a {
    color: inherit;
}

.blog-article-title {
    color: #fff;
    font-family: HelveticaNeueCyr, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 122%; /* 24.4px */
    margin: 0 0 20px;
}

.blog-article-footer {
    color: #F1F1F1;
    font-family: HelveticaNeueCyr, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
}
.blog-article-footer a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: bold;
}
.blog-article-footer a span {
    line-height: 0;
}
.blog-article-footer a .ico-n svg {
    height: 16px;
    width: 16px;
}
.blog-article-footer a .ico-n svg path {
    fill: rgba(255, 117, 26, 1);
}
.blog-article-footer a .ico-n .to {
    display: none;
}

.custom-pagination {
    display: flex;
    gap: 1px;
    margin: 40px 0 0;
}

.custom-pagination .nav-previous {
    position: relative;
    width: 52px;
    height: 40px;
    display: flex;
    padding: 0px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 8px 0px 0px 8px;
    background: var(--primary-white-1008, rgba(255, 255, 255, 0.08));
}

.custom-pagination .nav-next {
    position: relative;
    width: 52px;
    height: 40px;
    display: flex;
    padding: 0px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 0 8px 8px 0;
    background: var(--primary-white-1008, rgba(255, 255, 255, 0.08));
}

.custom-pagination .nav-previous a,
.custom-pagination .nav-next a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    display: flex;
    padding: 0px 12px;
    justify-content: center;
    align-items: center;
    line-height: 0;
}
.custom-pagination .disabled {
    cursor: not-allowed;
}
.custom-pagination .disabled svg {
    opacity: .5;
}

.desktop-pagination {
    display: none;
}
.category-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}
.category-filter a {
    color: #F1F1F1;
    font-family: "Roboto Mono";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 114.286% */
    letter-spacing: -0.28px;
    text-transform: uppercase;
    display: flex;
    height: 40px;
    padding: 0px 8px;
    align-items: center;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    align-self: stretch;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.02), 0px 2px 4px 0px rgba(0, 0, 0, 0.02), 0px 6px 6px 0px rgba(0, 0, 0, 0.02), 0px 14px 9px 0px rgba(0, 0, 0, 0.01), 0px 25px 10px 0px rgba(0, 0, 0, 0.00), 0px 40px 11px 0px rgba(0, 0, 0, 0.00);
}

.category-filter a.active {
    color: rgba(255, 117, 26, 1);
    border-color: rgba(255, 117, 26, 1);
}

.filter-tag {
    width: 147px;
    height: 40px;
    padding: 0 20px;
    border-radius: 8px;
    overflow: hidden;
    color: #fff;
    text-overflow: ellipsis;
    font-family: HelveticaNeueCyr, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    appearance: none;
    background:  rgba(255, 255, 255, 0.08) url(../img/arrow.svg) no-repeat  calc(100% - 20px) center;
}

.search-form {
    position: relative;
}

.search-form input {
    width: 100%;
    height: 48px;
    padding: 0 120px 0 60px;
    border-radius: 64px;
    background: rgba(255, 255, 255, 0.08);
    border: none;
    color: rgba(255, 255, 255, 0.7);
    font-family: HelveticaNeueCyr, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}

.search-form input::placeholder {
    color: rgba(255, 255, 255, 0.24);
    font-family: HelveticaNeueCyr, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}

.search-form button {
    display: flex;
    width: 106px;
    height: 38px;
    padding: 11.418px 13.321px 11.418px 6.661px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 64px;
    background:  #FF6C0E;
    color: #010101;
    text-align: center;
    font-family: HelveticaNeueCyr, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 0;

    position: absolute;
    top: 5px;
    right: 5px;
}

.search-form button svg {
    min-width: 28px;
    min-height: 28px;
}

.search-form .search-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 20px;
}

.filter-tag {
    margin-bottom: 20px;
    width: 100%;
}

.blog-list-filters {
    margin-bottom: 40px;
}


@media screen and (min-width: 600px) {
    .blog-list-wrapper {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .blog-article {
        width: calc(50% - 12px);
    }

}

@media screen and (min-width: 992px) {
    .blog-hero .hero-title {
        font-size: 46px;
        line-height: 48px; /* 104.348% */
        letter-spacing: -0.46px;
        margin-bottom: 24px;
    }
    .blog-hero .hero-description {
        color: rgba(255, 255, 255, 0.50);
        font-family: HelveticaNeueCyr, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 122%; /* 29.28px */
        letter-spacing: -0.24px;
        max-width: 570px;
    }
    .blog-hero .hero-btn {
        height: 56px;
        width: 308px;
        padding: 16px 40px 16px 10px;
        justify-content: flex-start;
        align-items: center;
        gap: 30px;
        font-size: 26px;
    }

    .blog-hero {
        position: relative;
        padding-top: 115px;
        background-position: 30px;
    }

    .blog-hero-row {
        position: relative;
        z-index: 4;
    }

    .hero-image-wrapper {
        position: absolute;
        z-index: 2;
        left: 0;
        right: 0;
        bottom: 0;
        top: initial;
        text-align: right;
    }


    .blog-subscribe-section {
        padding: 80px 12px;
    }

    .blog-subscribe-row {
        display: flex;
        gap: 50px
    }
    .blog-subscribe-content {
        width: 50%;
    }
    .blog-subscribe-form {
        width: 50%;
    }

    .blog-subscribe-section h2 {
        text-align: left;
        font-size: 36px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        letter-spacing: -0.36px;
        margin: 0 0 24px;
        max-width: 666px;
    }

    .blog-subscribe-section .descr {
        max-width: 666px;
        text-align: left;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 122%;
    }

    .blog-subscribe-form-bottom br {
        display: none;
    }

    .blog-subscribe-form-bottom {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .form-wrapper .hbspt-form {
        width: 100%;
        max-width: 600px;
    }
    .form-wrapper .hbspt-form label {
        margin-bottom: 12px;
    }
    .form-wrapper .hbspt-form label span {
        font-size: 14px;
    }
    .form-wrapper .hbspt-form .input .hs-input {
        margin-bottom: 28px;
        padding: 18px 20px;
        height: 64px;
        border-radius: 90px;
        background: #383838;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 83.333% */
        text-decoration-line: underline;
    }
    .form-wrapper .hbspt-form .hs-button {
        height: 56px;
        padding: 16px 24px;

        font-style: normal;
        font-weight: 500;
        line-height: 27.996px; /* 107.676% */
        
    }
    .blog-subscribe-form .form-wrapper {
        margin-bottom: 36px;
    }

    .blog-article {
        width: calc(33.33% - 18px);
    }

   .mobile-pagination {
        display: none;
   }

   .desktop-pagination {
        display: block;
    }

    .blog-list-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 80px;
    }

    .custom-pagination {
        margin: 0;
    }

    .blog-list-header-title {
        font-size: 36px;
        font-style: normal;
        font-weight: 500;
        line-height: 40px; /* 111.111% */
        letter-spacing: -0.36px;
    }

    .blog-list-wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }

    .blog-article {
        width: auto;
    }
        
    .blog-post-num-1 { grid-area: 1 / 1 / 3 / 3; }
    
    .blog-post-num-4  { grid-area: 3 / 1 / 4 / 2; }
    .blog-post-num-5{ grid-area: 3 / 2 / 4 / 3; }
    .blog-post-num-6 { grid-area: 3 / 3 / 4 / 4; }

    .blog-post-num-2  { grid-area: 1 / 3 / 2 / 4; }
    .blog-post-num-3 { grid-area: 2 / 3 / 3 / 4; }

    .blog-article-category {
        font-size: 14px;
    }

    .blog-article-title {
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 122%; /* 29.28px */
        margin-bottom: 24px;
    }

    .blog-article-footer:hover .to{
        display: block !important;
        animation: animateBtnSvg .3s ease-in;
    }

    .blog-article-footer:hover .from{
        display: none;
    }

    .blog-article-thumb{
        padding-bottom: 50%;
    }

    .blog-post-num-1 .blog-article-thumb{
        flex: 1 0 auto;
    }

    .blog-post-num-1 {
        display: flex;
        flex-direction: column;
    }

    .blog-post-num-1 .blog-article-title {
        font-size: 36px;
        font-style: normal;
        font-weight: 500;
        line-height: 40px; /* 111.111% */
        letter-spacing: -0.36px;
        margin-bottom: 16px;
    }
    .blog-post-num-1 .blog-article-content {
        display: block;
        color: rgba(255, 255, 255, 0.50);
        font-family: HelveticaNeueCyr, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 122%; /* 24.4px */
        margin-bottom: 24px;
    }
    .category-filter {
        gap: 12px;
        margin: 0;
        flex: 1 0 auto;
    }
    .category-filter a {
        padding: 12px;
    }

    .blog-filter-category {
        padding-top: 30px;
        display: flex;
    }

    .filter-tag {
        margin-bottom: 0;
        width: 147px;
    }

    .blog-filter-category {
        gap: 20px
    }

    .search-form input {
       height: 40px;
    }

    .search-form button {
        height: 30px;
    }
}

@keyframes animateBtnSvg {
    from {
        opacity: 0;
        transform: translateX(-10px)
    }
    to {
        opacity: 1;
        transform: translateX(0x)
    }
}

body > .hbspt-form {
    display: none;
}