#long-heading-goes-here9 .description{
    margin: 0 0 80px 0;
}
.single #main-content {
    overflow: initial;
}

.single-post-content .block-title {
    color: #000;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: 51px;
    margin: 0 0 25px 0;
}

.single-post-content .description ul li,
.single-post-content .description p {
    color: #414141;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 16px 0;
}

.single-post-content .description ul {
    list-style: inherit;
}

.single-post-content img {
    border-radius: 10px;
    width: 100%;
}

.single-post-content .post-content-block:not(:last-of-type) {
    margin: 0 0 60px 0;
}

.single-post-content {
    padding: 85px 0 95px 0
}

.single-post-content .inner-wrapper {
    display: flex;
    justify-content: space-between;
}

.single-post-content .inner-wrapper .sidebar-container {
    width: 100%;
    max-width: 360px;
}

.single-post-content .inner-wrapper .content {
    width: 100%;
    max-width: 990px;
}

.single-post-content .full_width_content .description {
    width: 100%;
    max-width: 768px;
}

.single-post-content .full_width_content .info_in_two_columns h4,
.single-post-content .full_width_content .info_in_two_columns h5,
.single-post-content .full_width_content .info_in_two_columns h6 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin: 0 0 10px 0;
}

.single-post-content .full_width_content .info_in_two_columns,
.single-post-content .full_width_content .info_in_two_columns p {
    color: #414141;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 0 0;
}

.single-post-content .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px 15px 30px;
    margin: 30px 0 0 0;
    width: 100%;
    max-width: max-content;
    border-radius: 30px;
    background: #E02873;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: 17px;
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: all ease-in-out .3s;
}

.single-post-content .btn:hover {
    background: #2BCFE0;
    color: #37404E;
    transition: all ease-in-out .3s;
}

.single-post-content .btn:after {
    display: none;
}

.single-story-hero {
    background: conic-gradient(from 100deg at 49.49% 7.99%, #161B31 0deg, #232454 18.0000002682209deg, #3F559B 25.20000010728836deg, #232454 28.799999356269836deg, #232454 43.199999034404755deg, #232454 54.00000214576721deg, #43599F 68.39999914169312deg, #161B32 79.19999957084656deg, #324297 86.39999806880951deg, #2B2E65 97.20000386238098deg, #292F49 111.60000085830688deg, #324297 129.6000051498413deg, #161B32 133.20000171661377deg, #3F559B 140.3999948501587deg, #161B32 147.59999871253967deg, #232454 161.99999570846558deg, #43599F 165.6000030040741deg, #161B32 172.79999613761902deg, #161B32 180deg), #1B1F3F;
    background-blend-mode: soft-light, normal;
    padding: 182px 0 80px 0
}

.single-story-info {
    display: flex;
    justify-content: space-between;
    margin: 40px auto 0 auto;
    width: 100%;
    max-width: 1130px
}

.single-story-info .info {
    width: 100%;
    max-width: 612px;
    padding: 36px 0 0 0;
}
.single-story-info .info.full-width{
    max-width: 100%;
}

.single-story-info .thumbnail {
    width: 100%;
    max-width: 493px;
}

.single-story-info .thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

#main-content .single-story-hero #breadcrumbs_section .inner-wrapper {
    position: inherit;
    margin: 0 auto 0 auto
}

.single-story-info .info .single_page_sub_title {
    position: relative;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: 17px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.single-story-info .info .single_page_sub_title:before {
    -webkit-animation: float2 6s ease-in-out infinite;
    animation: float2 6s ease-in-out infinite;
    background: #2bcfe0;
    border-radius: 50%;
    content: '';
    height: 15px;
    width: 15px;
    position: absolute;
    top: -36px;
    left: 0;
}

.single-story-info .info .single_post_title {
    color: #FFF;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 70px;
}

.info_in_two_columns {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 20px 0 0 0;
}

.info_in_two_columns__item {
    width: 100%;
    max-width: 420px;
    padding: 40px 30px 0 0;
    margin: 0 20px 20px 0;
}

.title-info,
.image-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.title-info .info,
.title-info .title,
.image-info .info,
.image-info .image {
    width: 100%;
    max-width: calc(50% - 40px);
}

.title-info.text-wider .info,
.image-info.text-wider .info {
    width: 100%;
    max-width: calc(60% - 40px);
}

.title-info.text-wider .title,
.image-info.text-wider .image {
    width: 100%;
    max-width: calc(40% - 40px);
}

.image-info .image img {
    height: 357px;
    object-fit: cover;
}

.image-info.text-wider .image img {
    height: 357px;
    object-fit: cover;
}

.single-post-content .sidebar-container {
    position: relative;
}

.single-post-content .sticky-sidebar {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    background: linear-gradient(180deg, #F4F4F4 0%, rgba(244, 244, 244, 0.00) 100%);
    padding: 30px 20px 30px 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}

.sticky-sidebar .sticky-sidebar-title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin: 0 0 25px 0;
}

.sticky-sidebar .sticky-sidebar-title svg {
    display: none;
    visibility: hidden;
}
.scroll_links__wrapper,
.single-post-content .sticky-sidebar .scroll_links {
    display: flex;
    flex-direction: column;
}

.single-post-content .sticky-sidebar .scroll_links button {
    background: none;
    color: #373737;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-decoration: underline;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
    text-transform: inherit;
    text-align: left;
    letter-spacing: normal;
    transition: all ease-in-out .3s;
}

.single-post-content .sticky-sidebar .scroll_links button:hover {
    color: #E02873;
    transition: all ease-in-out .3s;
}

.single-post-content .sticky-sidebar .scroll_links button:after {
    display: none;
}

.text-two-columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.text-two-columns .text-two-columns__item {
    width: 100%;
    max-width: calc(50% - 42.5px);
}

.our_products_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.our_products_list .our_products_list__item {
    width: 100%;
    max-width: calc(33.33% - 12.5px);
    border-radius: 10px;
    background: #F7F7F7;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    padding: 30px 30px 30px 30px;
    display: flex;
    flex-direction: column;
}

.our_products_list .our_products_list__item:hover {
    background: #EFFBFC;
    box-shadow: 0px 0px 20px 0px rgba(55, 64, 78, 0.25);
    transition: all ease-in-out .3s;
}

.our_products_list .our_products_list__item:hover .product_info {
    top: -10px;
    transition: all ease-in-out .3s;
}

.our_products_list .our_products_list__item .product_info {
    position: relative;
    top: 0;
    transition: all ease-in-out .3s;
}

.our_products_list .our_products_list__item .product-title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin: 0 0 20px 0;
}

.our_products_list .our_products_list__item .product-description {
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 0 0;
}

.our_products_list .our_products_list__item .product-link {
    color: #E02873;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: 17px;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: flex;
    margin: auto 0 0 0;
}

.reviews_block .review {
    border-top: 6.5px solid #E02873;
    padding: 34px 40px;
    display: flex;
    background: #F6F6F6;
}

.review_images {
    display: flex;
    margin: 0 80px 0 0;
}

.review_images .avatar,
.review_images .avatar img {
    width: 191px;
    height: 191px;
    border-radius: 50%;
    position: relative;
    margin-right: 29px;
    z-index: 1;
}

.review_images .avatar:before {
    content: '';
    position: absolute;
    width: 90px;
    height: 90px;
    bottom: 0;
    right: -10px;
    background-color: #e02873;
    border-radius: 50%;
}

.review_images svg path {
    fill: #2BCFE0;
}

.review_desc .review-content span {
    color: #37404E;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 20px 0;
}

.review_desc .review-title {
    color: #37404E;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}

.review_desc .review-excerpt {
    color: #37404E;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin: 0 0 0 0;
}

.single-post-content .title-left .block-title,
.single-post-content .title-right .block-title,
.single-post-content .products-block .block-title {
    font-size: 37px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
}

.read_next_blog {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.read_next_blog h3{
    width: 40%;
}
.read_next_blog a {
    color: #E02873;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    display: flex;
    margin: 0 0 0 0;
    text-decoration: none;
    width: 60%;
}
.read_next_blog a span{
    width: 100%;
}
.read_next_blog a:hover {
    text-decoration: underline;
}

.read_next_blog a svg {
    margin: 0 0 0 15px;
}
.single-post-content .sticky-sidebar .scroll_links button.active{
    color: #E02873;
}
@media screen and (max-width: 1600px) {
    .single-post-content .inner-wrapper {
        padding: 0 50px 0 50px;
    }

    .single-post-content .inner-wrapper .sidebar-container {
        /*max-width: 32.4%;*/
    }

    .single-post-content .inner-wrapper .content {
        max-width: calc(100% - 420px);
    }

    .info_in_two_columns__item {
        max-width: 50%;
        margin: 0 0 20px 0;
    }
}

@media screen and (max-width: 1440px) {
    .single-post-content .inner-wrapper .sidebar-container {
        max-width: 260px;
    }

    .single-post-content .inner-wrapper .content {
        max-width: calc(100% - 320px);
    }
}
@media screen and (max-width: 1230px) {
    .single-story-info{
        padding: 0 50px;
    }
}
@media screen and (max-width: 1200px) {
    .single-post-content .inner-wrapper {
        flex-direction: column;
        position: relative;
    }

    .single-post-content .inner-wrapper .sidebar-container {
        position: sticky;
        top: 25px;
        z-index: 9;
        margin: 0 0 25px 0;
    }

    .single-post-content .sticky-sidebar {
        background: #37404E;
    }

    .single-post-content .inner-wrapper .sidebar-container,
    .single-post-content .inner-wrapper .content {
        max-width: 100%;
    }

    .scroll_links__wrapper {
        margin: 25px 0 0 0;
    }

    .sticky-sidebar .sticky-sidebar-title {
        display: flex;
        align-items: center;
        /*justify-content: space-between;*/
        /*width: 100%;*/
        color: #ffffff;
        margin: 0 0 0 0;
        cursor: pointer;
    }

    .single-post-content .sticky-sidebar .scroll_links {
        overflow: scroll;
        max-height: 330px;
        display: none;
    }

    .single-post-content .sticky-sidebar .scroll_links {
        -ms-overflow-style: none; /* Internet Explorer 10+ */
        scrollbar-width: none; /* Firefox */
    }

    .single-post-content .sticky-sidebar .scroll_links::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }
    .single-post-content .sticky-sidebar .scroll_links button {
        color: #ffffff;
    }

    .sticky-sidebar .sticky-sidebar-title svg {
        display: block;
        visibility: visible;
        margin: 0 0 0 15px;
        transition: all ease-in-out .5s;
    }

    .sticky-sidebar .open_scroll_links  svg{
        transform: rotate(180deg);
        transition: all ease-in-out .5s;
    }

}
@media screen and (max-width: 992px) {
    .read_next_blog{
        flex-direction: column;
    }
    .read_next_blog a{
        width: 100%;
    }
    .single-story-info{
        flex-wrap: wrap;
    }
    .single-story-info .info,
    .single-story-info .thumbnail{
        max-width: 100%;
    }
    .single-story-hero{
        padding: 120px 0 50px 0;
    }
    .single-post-content{
        padding: 50px 0 50px 0;
    }

    .title-info.text-wider .info, .image-info.text-wider .info,
    .title-info.text-wider .title, .image-info.text-wider .image,
    .title-info .info, .title-info .title, .image-info .info, .image-info .image{
        max-width: 100%;
    }
    .image-info .image, .image-info.text-wider .image{
        margin: 0 0 25px 0;
    }
    .title-info.image-right, .image-info.image-right{
        flex-direction: column-reverse;
    }
    .title-left .btn{
        margin: 30px 0 30px 0;
    }
    .reviews_block .review{
        flex-wrap: wrap;
    }
    .review_images{
        margin: 0 0 20px 0;
    }
    .our_products_list .our_products_list__item{
        max-width: 100%;
        margin: 0 0 27px 0;
    }
}
@media screen and (max-width: 768px) {
    body.single .single-story-hero .inner-wrapper{
        padding: 0 0 0 0;
    }
    .info_in_two_columns__item{
        max-width: 100%;
        padding: 20px 0 20px 0;
        margin: 0 0 0 0;
    }
    .text-two-columns .text-two-columns__item{
        max-width: 100%;
    }
}
@media screen and (max-width: 550px) {
    .single-story-info,
    .single-post-content .inner-wrapper{
        padding: 0 20px 0 20px;
    }
    .single-story-info .info .single_post_title{
        font-size: 40px;
    }
    .single-post-content .block-title{
        font-size: 35px;
    }
}