.single_news header {
    position: relative;
    background: var(--color-4);
    overflow: hidden;
}

.entry-title {
    color: var(--color-2);
}

.author_info {
    display: flex;
    align-items: center;
    grid-column-gap: 14px;
}

.author_info--photo img {
    border-radius: 50%;
}

.author_info--txt {
    flex: 1;
    font-weight: 600;
    color: var(--color-6);
}

.author_info--txt--name {
    margin-bottom: 4px;
}

.author_info--txt--name .author {
    text-transform: capitalize;
}

.brought {
    padding: 44px 0 31px;
}

.brought__logotypes--title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-2);
}

.brought__logotypes--images {
    display: flex;
    align-items: center;
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    width: 100%;
}

.brought__logotypes--images--img {
    position: relative;
}

.brought__logotypes--images--img:not(:nth-child(1))::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -23px;
    width: 10px;
    height: 10px;
    display: block;
    background: url("../../images/icon-close.svg") center no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}

.single_news .entry-content .container {
    max-width: 1110px;
}

.support_buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-column-gap: 16px;
    margin-top: 43px;
}

.share_article {
    display: flex;
    align-items: center;
    grid-column-gap: 16px;
}

.share_article .share_article__title {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

.share_article .heateor_sss_sharing_ul {
    display: flex;
    grid-column-gap: 16px;
    margin: 0 !important;
}

.share_article .heateor_sss_sharing_ul a span svg {
    display: none !important;
}

.share_article .heateor_sss_sharing_ul a  {
    position: relative;
    float: none !important;
    width: 48px;
    height: 48px;
    margin: 0 !important;
    overflow: hidden;
    z-index: 1;
}

.share_article .heateor_sss_sharing_ul a span {
    position: relative;
    width: 48px !important;
    height: 48px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 12px !important;
    background: var(--color-4) !important;
    z-index: 1;
}

.share_article .heateor_sss_sharing_ul a span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-2);
    transform: translateY(100%);
    transition: all .3s ease;
    opacity: 0;
    z-index: -1;
}

.share_article .heateor_sss_sharing_ul a:hover span::before {
    transform: translateY(0);
    opacity: 1;
}

.share_article .heateor_sss_sharing_ul a span::after {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    filter: invert(18%) sepia(88%) saturate(1351%) hue-rotate(183deg) brightness(95%) contrast(104%);
}

.share_article .heateor_sss_sharing_ul a.heateor_sss_facebook span::after {
    background: url("../../images/icon-facebook.svg") center no-repeat;
    background-size: contain;
}

.share_article .heateor_sss_sharing_ul a.heateor_sss_button_instagram span::after {
    background: url("../../images/icon-instagram.svg") center no-repeat;
    background-size: contain;
}

.share_article .heateor_sss_sharing_ul a.heateor_sss_button_x span::after {
    background: url("../../images/icon-x.svg") center no-repeat;
    background-size: contain;
}

.share_article .heateor_sss_sharing_ul a.heateor_sss_button_linkedin span::after {
    background: url("../../images/icon-linkedin.svg") center no-repeat;
    background-size: contain;
}

.share_article .heateor_sss_sharing_ul a:hover span::after{
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(63deg) brightness(101%) contrast(101%);
}

.recommended_articles {
    position: relative;
    padding: 35px 0 41px;
    overflow: hidden;
}

.recommended_articles::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 1300px;
    width: calc(100% - 30px);
    height: 1px;
    margin: 0 auto;
    background: #c0d6d9;
}

.recommended_articles .headline {
    position: relative;
    max-width: 1230px;
    margin: 0 auto;
}

.recommended_articles .headline__sub_title {
    color: var(--color-2);
}

.recommended_articles_slider_wrap {
    position: relative;
    margin-top: 33px;
}

.recommended_articles_slider .swiper-slide {
    height: inherit;
}

.recommended_articles_slider_wrap .swiper-arrow {
    padding: 0;
    color: var(--color-2);
    border: 0;
    background: transparent;
    cursor: pointer;
    z-index: 2;
}

.recommended_articles_slider_wrap .swiper-arrow:hover {
    color: var(--color-1);
}

.single-event--hero {
    position: relative;
    padding: 77px 0 60px;
    background: var(--color-4);
    overflow: hidden;
}

.single-event--hero--icon {
    position: absolute;
    top: 1px;
    right: -47px;
    max-width: 173px;
    width: 100%;
    height: auto;
    transform: rotate(6deg);
}

.event_header_headline .headline__title span,
.event_location {
    color: var(--color-6);
}

.event_date,
.event_location {
    font-weight: 500;
    font-size: 27px;
    line-height: 38px;
}

.event_date {
    color: var(--color-2);
}

.s-about-event {
    padding: 29px 0 71px;
    text-align: center;
}

.s-about-event .headline__title {
    margin-bottom: 23px;
    font-weight: 400;
    font-size: 28px;
    line-height: 35.5px;
    letter-spacing: 0;
}

.s-about-event .headline__description {
    max-width: 860px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.3px;
}

.s-about-event--image {
    position: relative;
    display: inline-block;
    margin-top: 35px;
}

.s-about-event--image--icon {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 206px;
    width: 100%;
    height: auto;
    transform: translate(-20%, 34%);
}

.s-guests {
    padding: 44px 0 20px;
    background: var(--color-4);
}

.s-guests .headline__sub_title,
.s-gallery .headline__sub_title {
    margin-bottom: 5px;
    font-weight: 700;
    color: var(--color-2);
}

.guests_slider_wrap {
    margin-top: 31px;
}

.guests_card__img {
    position: relative;
    margin-bottom: 20px;
    padding-top: 95%;
    overflow: hidden;
}

.guests_card__img img,
.gallery_card__img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.guests_card--name {
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -1.6px;
    color: var(--color-2);
}

.guests_card--position {
    margin-bottom: 17px;
    font-weight: 700;
}

.guests_card--position,
.guests_card--description {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.3px;
    color: var(--color-2);
}

.guests_card--linkedin {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    color: #fff;
    border-radius: 50%;
    background: var(--color-2);
}

.s-gallery {
    padding: 20px 0 18px;
    background: var(--color-4);
}

.s-gallery .headline__title {
    letter-spacing: -0.6px;
}

.gallery_row {
    margin-top: 28px;
}

.gallery_item {
    width: calc(50% - 13.333px);
    margin-bottom: 20px;
}

/*.gallery_item:nth-child(6) ~ .gallery_item {*/
/*    display: none;*/
/*}*/

.gallery_card__img {
    position: relative;
    overflow: hidden;
}

.gallery_card__img svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.gallery_modal .dialog-overlay {
    background: rgba(255, 255, 255, 0.96);
}

.gallery_modal .dialog-wrap {
    width: 100vw;
}

.gallery_modal .modal__close {
    position: absolute;
    top: 60px;
    right: 33px;
    color: var(--color-1);
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    transition: 0.3s all;
    z-index: 4;
}

.modal__close:hover{
    color: var(--color-2);
}

.gallery_modal .dialog-content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 160px 15px 87px;
    text-align: center;
    background: transparent;
}

.modal__content_title {
    font-size: 20px;
    line-height: 27px;
}

.modal__content_title span {
    color: var(--color-6);
}

.gallery_slider_main_wrap {
    position: relative;
    margin: 31px 0 31px;
}

.gallery_slider_main {
    max-width: 810px;
    margin: 0 auto;
}

.main_gallery_slider__slide--video,
.main_gallery_slider__slide--video iframe {
    overflow: clip;
    overflow-clip-margin: content-box;
    view-transition-name: none;
}

.main_gallery_slider__slide--video,
.main_gallery_slider__slide--img {
    position: relative;
    padding-top: 63.5%;
    overflow: hidden;
}

.gallery_slider_nav__slide--img {
    position: relative;
    padding-top: 63%;
    overflow: hidden;
    cursor: pointer;
}

.main_gallery_slider__slide--video iframe,
.main_gallery_slider__slide--img img,
.gallery_slider_nav__slide--img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.gallery_slider_nav__slide--img img {
    object-fit: cover;
    object-position: top;
}

.gallery_slider_nav__slide--img svg {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 56px;
    transform: translate(-50%, -50%);
}

.gallery_modal .swiper-arrow {
    position: absolute;
    top: 50%;
    padding: 0;
    color: var(--color-2);
    border: 0;
    background: transparent;
    cursor: pointer;
    transition: 0.3s all;
    z-index: 2;
}

.gallery_modal .swiper-arrow:hover {
    color: var(--color-1);
}

.gallery_slider_nav_prev {
    left: 0;
}

.gallery_slider_nav_next {
    right: 0;
}

.gallery_slider_dots.swiper-pagination-bullets {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    margin-top: 26px;
}

.gallery_slider_dots .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: var(--color-2);
    opacity: 1;
}

.gallery_slider_dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-1);
}

@media (min-width: 641px) {
    .recommended_articles_slider_wrap .swiper-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .recommended_articles_slider_nav_prev {
        left: 0;
    }

    .recommended_articles_nav_next {
        right: 0;
    }
}

@media (min-width: 992px) {
    .single_news header .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .news_header_headline {
        width: 50%;
        padding: 30px 0 50px;
    }

    .breadcrumbs {
        margin-bottom: 47px;
        font-size: 14px;
    }

    .breadcrumbs li,
    .breadcrumbs .breadcrumbs__text {
        display: inline;
    }

    .breadcrumbs .separator::before {
        content: "|";
    }

    .entry-title {
        margin-bottom: 29px;
        font-size: 32px;
        line-height: 40px;
    }

    .news_header_thumbnail {
        position: relative;
        width: 50%;
        min-height: 417px;
    }

    .news_header_thumbnail img {
        position: absolute;
        top: 0;
        left: 7%;
        max-width: calc(50vw - 7%);
        width: 50vw;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .brought {
        position: relative;
        min-height: 176px;
        padding: 71px 0 45px;
    }

    .brought::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        max-width: 1300px;
        width: calc(100% - 30px);
        height: 1px;
        margin: 0 auto;
        background: #c8dbde;
    }

    .brought__logotypes {
        width: 65%;
    }

    .brought__logotypes--title {
        margin-bottom: 34px;
        font-size: 16px;
    }

    .brought__logotypes--images {
        grid-column-gap: 65px;
        grid-row-gap: 20px;
        width: 66%;
    }

    .brought__logotypes--images--img:not(:nth-child(1))::before {
        left: -39px;
        width: 12px;
        height: 12px;
    }

    .brought__icon {
        position: absolute;
        top: 54%;
        right: 0;
        max-width: 483px;
        width: 34%;
        height: auto;
        transform: translateY(-50%);
    }

    .single_news .entry-content {
        padding: 48px 0 71px;
    }

    .recommended_articles {
        padding: 57px 0 80px;
    }

    .recommended_articles--icon {
        position: absolute;
        top: -21px;
        right: -37px;
        max-width: 197px;
        width: 20%;
        height: auto;
    }

    .recommended_articles .headline__sub_title {
        margin-bottom: 4px;
    }

    .recommended_articles .headline__title {
        font-weight: 400;
        font-size: 32px;
        line-height: 35.5px;
    }

    .recommended_articles_slider_wrap {
        margin-top: 47px;
        padding: 0 32px;
    }

    .single-event--hero {
        padding: 51px 0 104px;
    }

    .single-event--hero--icon {
        top: 0;
        right: 0;
        max-width: 294px;
        width: 21%;
        transform: none;
    }

    .single-event--hero .breadcrumbs {
        margin-bottom: 88px;
    }

    .event_header_headline {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .event_header_headline__col:nth-child(1) {
        width: 54%;
    }

    .event_header_headline__col:nth-child(2) {
        width: 40.8%;
    }

    .event_date,
    .event_location {
        font-size: 29px;
        line-height: 42px;
    }

    .s-about-event {
        padding: 70px 0 67px;
    }

    .s-about-event--image--icon {
        left: 0;
        bottom: 0;
        max-width: 382px;
        width: 36%;
        transform: translate(-47%, -23%);
    }

    .s-about-event .headline__title {
        margin-bottom: 23px;
        font-size: 32px;
        line-height: 35.5px;
        letter-spacing: -2.4px;
    }

    .s-about-event--image {
        margin-top: 51px;
    }

    .s-guests {
        padding: 47px 0 35px;
    }

    .guests_slider_wrap {
        margin-top: 31px;
    }

    .guests_slider_wrap .swiper-arrow {
        display: none;
    }

    .guests_slider .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 25%));
        grid-column-gap: 46px;
        grid-row-gap: 46px;
    }

    .guests_slider_wrap .swiper-slide {
        flex-shrink: unset;
    }

    .guests_card__img {
        margin-bottom: 11px;
    }

    .guests_card--linkedin {
        margin-top: 16px;
    }

    .s-gallery {
        padding: 35px 0 29px;
    }

    .gallery_row {
        margin-top: 31px;
    }

    .gallery_item {
        width: calc(33.333% - 29.333px);
        margin-bottom: 38px;
    }

    .gallery_item:nth-child(6n - 5) .gallery_card__img,
    .gallery_item:nth-child(6n - 3) .gallery_card__img,
    .gallery_item:nth-child(6n - 1) .gallery_card__img {
        padding-top: 137%;
    }

    .gallery_item:nth-child(6n - 4) .gallery_card__img,
    .gallery_item:nth-child(6n - 2) .gallery_card__img,
    .gallery_item:nth-child(6n) .gallery_card__img {
        padding-top: 67%;
    }

    .modal__content_title {
        margin-bottom: 18px;
        font-size: 24px;
        line-height: 50px;
    }

    .gallery_slider_main_wrap {
        margin: 0 0 37px;
    }

    .gallery_slider_nav {
        margin-top: 37px;
    }

    .gallery_modal .dialog-content {
        padding: 120px 15px 88px;
    }

    .gallery_modal .modal__close {
        top: 56px;
        right: 70px;
    }

    .main_gallery_slider__slide--video,
    .main_gallery_slider__slide--img {
        padding-top: 49.5%;
    }

    .gallery_slider_dots.swiper-pagination-bullets {
        margin-top: 21px;
    }
}

@media (max-width: 991px) {
    .breadcrumbs,
    .news_header_thumbnail,
    .brought__icon,
    .recommended_articles--icon {
        display: none;
    }

    .single_news header {
        padding: 55px 0 49px;
    }

    .entry-title p {
        font-size: 35px;
        line-height: 42px;
    }

    .brought__logotypes {
        padding-bottom: 30px;
        text-align: center;
        border-bottom: 1px solid #c0d6d9;
    }

    .brought__logotypes--images {
        justify-content: center;
    }

    .brought__logotypes--images--img img {
        max-width: 142px;
        width: 100%;
    }
    /*.brought__icon {*/
    /*    position: relative;*/
    /*    right: -15px;*/
    /*    max-width: 281px;*/
    /*    height: auto;*/
    /*    margin-left: auto;*/
    /*    display: block;*/
    /*}*/

    .event_header_headline__col:nth-child(2) {
        margin-top: 35px;
        padding-top: 36px;
        border-top: 1px solid var(--color-6);
    }

    .guests_slider_wrap {
        position: relative;
        padding-bottom: 64px;
    }

    .guests_slider_wrap .swiper-arrow {
        position: absolute;
        left: 50%;
        bottom: 0;
        padding: 0;
        border: 0;
        background: transparent;
        transition: 0.3s all;
        cursor: pointer;
    }

    .guests_slider_wrap .swiper-arrow:hover {
        color: var(--color-1);
    }

    .guests_slider_nav_prev {
        transform: translateX(-39px);
    }

    .guests_slider_nav_next {
        transform: translateX(26px);
    }

    .gallery_item .gallery_card__img {
        padding-top: 68%;
    }

    .gallery_item:nth-child(6n - 5) .gallery_card__img,
    .gallery_item:nth-child(6n - 3) .gallery_card__img {
        padding-top: 140%;
    }

    .gallery_card__img svg {
        max-width: 28px;
    }

    .author_info {
        margin-top: 32px;
    }

    .single_news .entry-content {
        padding-bottom: 39px;
    }

    .support_buttons {
        margin-top: 35px;
        flex-direction: column;
        grid-row-gap: 31px;
    }

    .share_article {
        flex-direction: column;
        grid-row-gap: 21px;
    }

    .gallery_modal .modal__close path {
        stroke-width: 3;
    }

    .gallery_slider_main_wrap {
        padding: 0 26px;
    }

    .gallery_modal .dialog-content .btn {
        position: absolute;
        left: 50%;
        bottom: 20px;
        transform: translateX(-50%);
    }

    .gallery_modal .swiper-arrow svg {
        width: 13px;
        height: auto;
    }

    .gallery_slider_nav {
        max-width: 75%;
        margin: 0 auto;
        overflow: visible;
    }
}

@media (max-width: 640px) {
    .recommended_articles_slider_wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        grid-row-gap: 45px;
        grid-column-gap: 52px;
    }

    .recommended_articles_slider_wrap .swiper-arrow svg {
        width: 12px;
        height: auto;
    }
}