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

.blog-hero .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: 40px; /* 285.714% */
    letter-spacing: -0.28px;
    text-transform: uppercase;
    display: flex;
    gap: 15px;
}

.blog-hero .blog-article-category a {
    color: inherit;
    text-decoration: none;
}

.blog-hero .blog-article-category a:hover {
    color: #fff;
}

.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;
}

.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-content-wrapper {
    background: #151515;
    padding: 30px 12px;
}

.blog-breadcrumbs {
    color: #FF6C0E;
    font-family: HelveticaNeueCyr, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 16.9px */
    letter-spacing: -0.13px;

    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 30px;
}

.blog-breadcrumbs a {
    color: #808080;
    text-decoration: none;
    white-space: nowrap;
}

.bcw-the-content {
    color: rgba(255, 255, 255, 0.50);
    font-family: HelveticaNeueCyr, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 23.4px */
}

.bcw-the-content p {
    margin: 12px 0;
}

.bcw-the-content ol,
.bcw-the-content ul {
    margin: 16px 0;
    padding-left: 34px;
    counter-reset: list-counter;
}
.bcw-the-content ol li {
    margin-bottom: 10px;
    list-style: decimal;
}
.bcw-the-content ol li,
.bcw-the-content ul li {
    margin-bottom: 10px;
    counter-increment:list-counter;
    list-style: none !important;
    position: relative;
}

.bcw-the-content .wp-block-image img {
    width: 100%;
}

.bcw-the-content ol li::before {
    content: counter(list-counter);
    position: absolute;
    top: -1px;
    left: -35px;
    display: block;
    width: 24px;
    height: 24px;   
    line-height: 24px;
    text-align: center;
    border-radius: 100%;
    color: #000;
    font-weight: bold;
    background-color: #FF6C0E;
 }

.bcw-the-content ul li::before {
   content: '';
   position: absolute;
   top: 8px;
   left: -25px;
   display: block;
   width: 10px;
   height: 10px;
   border-radius: 100%;
   background-color: #FF6C0E;
}

.bcw-the-content ol li:last-child,
.bcw-the-content ul li:last-child {
    margin-bottom: 0;
}

.bcw-the-content h2 {
    font-family: HelveticaNeueCyr, sans-serif;
	color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5; /* 116.667% */
    letter-spacing: -0.24px;
    margin: 40px 0 20px;
}

.bcw-the-content h3 {
    font-family: HelveticaNeueCyr, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5; /* 200% */
    letter-spacing: -0.2px;
    margin: 40px 0 20px;
}

.bcw-the-content h4, .bcw-the-content h5,.bcw-the-content h6{
    font-family: HelveticaNeueCyr, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5; /* 200% */
    letter-spacing: -0.2px;
    margin: 20px 0;
}
.bcw-the-content h2, .bcw-the-content h3,
.bcw-the-content h4, .bcw-the-content h5,.bcw-the-content h6 {
    color: #fff;
}

.bcw-the-content .wp-block-image {
    margin: 20px 0;
    width: 100%;
}

.bcw-table-of-content {
    display: none;
}

.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: 1.5; /* 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;
}


@media screen and (min-width: 992px) {

    .blog-hero .hero-title {
        font-size: 46px;
        line-height: 48px; /* 104.348% */
        letter-spacing: -0.46px;
        margin-bottom: 32px;
    }
    .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;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: right;
    }

    .blog-breadcrumbs {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 40px; /* 285.714% */
        letter-spacing: -0.14px;
    }


    .bcw-the-content {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; /* 23.4px */
    }

    .bcw-the-content p {
        margin: 24px 0;
    }

    .bcw-the-content ol,
    .bcw-the-content ul {
        margin: 24px 0;
    }
    .bcw-the-content ol li {
        margin-bottom: 16px;
        list-style: decimal;
    }

    .bcw-the-content ul li {
        margin-bottom: 16px;
        list-style: disc;
    }

    .bcw-the-content ol li:last-child,
    .bcw-the-content ul li:last-child {
        margin-bottom: 0;
    }

    .bcw-the-content h2 {
        font-size: 36px;
        font-style: normal;
        font-weight: 500;
        line-height: 1.5; /* 111.111% */
        letter-spacing: -0.36px;
        margin: 40px 0;
    }

    .bcw-the-content h3 {
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 1.5; /* 133.333% */
        letter-spacing: -0.3px;
        margin-bottom: 40px;
    }

    .bcw-the-content h3 {
        font-family: HelveticaNeueCyr, sans-serif;
  
        font-style: normal;
        font-weight: 500;
        line-height: 1.5; /* 200% */
        letter-spacing: -0.2px;
        margin: 40px 0 20px;
    }

    .bcw-the-content h4, .bcw-the-content h5,.bcw-the-content h6{
        font-family: HelveticaNeueCyr, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 1.5; /* 200% */
        letter-spacing: -0.2px;
        margin: 20px 0;
    }

    .bcw-the-content .wp-block-image {
        margin: 40px 0;
        width: 100%;
    }

    .bcw-table-of-content {
        display: none;
    }

    .blog-content-row {
        display: flex;
        gap: 40px;
        justify-content: space-between;
        align-items: flex-start;
        position: relative;
    }

    .bcw-table-of-content {
        min-width: 390px;
        display: block;
        position: sticky;
        top: 80px;
        right: 0;
        padding-right: 50px;
    }

    .bcw-table-of-content #ez-toc-container {
        padding: 0;
        background: none;
        border: none;
    }

    .bcw-table-of-content div#ez-toc-container .ez-toc-title {
        color: #FF6C0E;
        font-family: HelveticaNeueCyr, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: -0.24px;
        margin: 0 0 30px;
        display: block;
    }

    .bcw-table-of-content  #ez-toc-container a {
        color: #808080;
        font-family: HelveticaNeueCyr, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 122%; /* 21.96px */
    }

    .bcw-table-of-content  #ez-toc-container a.active {
        color: #fff;
    }
    .bcw-table-of-content .ez-toc-counter nav ul li {
        display: flex;
        gap: 24px;
        align-items: center;
        border-left: 1px solid rgba(255, 255, 255, 0.08);
        padding-left: 24px !important;
        margin-top: 16px !important;
        min-height: 50px;
    }
    .bcw-table-of-content #ez-toc-container a{
        display: flex;
        gap: 24px;
        align-items: center;
    }
    .bcw-table-of-content #ez-toc-container a:hover {
        text-decoration: none;
    }
    .bcw-table-of-content .ez-toc-counter nav ul li a::before {
        content: counters(item, ".", decimal) "";
        width: 28px;
        height: 28px;   
        line-height: 28px;
        text-align: center;
        border-radius: 100%;
        background: rgba(241, 241, 241, 0.32);
        color: #000;
        margin: 0;
    }
    .bcw-table-of-content .ez-toc-counter nav ul li a.active::before {
        background: rgba(255, 108, 14, 1);
    }
    .bcw-table-of-content .ez-toc-counter nav ul li { position: relative; }
    .bcw-table-of-content .ez-toc-counter nav ul li a.active::after {
        content: '';
        display: block;
        width: 1px;
    
        background: rgba(255, 108, 14, 1);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
    }

    .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;
    }
}
.bcw-the-content-inner{
	max-width: 950px;
}
.bcw-the-content-inner a {
	color: #fff;
}
