/*.news-detail h3 {*/
/*	color: orangered;*/
/*}*/
/*div.news-detail*/
/*{*/
/*	word-wrap: break-word;*/
/*}*/
/*div.news-detail img.detail_picture*/
/*{*/
/*	float:left;*/
/*	margin:0 8px 6px 1px;*/
/*}*/
/*.news-date-time*/
/*{*/
/*	color:#486DAA;*/
/*}*/


.blog-post-detail .blog-post-detail__breadcrumbs ol {
    list-style: none;
    display: block;
    /*display: flex;*/
    /*align-items: center;*/
    /*flex-wrap: wrap;*/
    /*justify-content: flex-start;*/
    margin: 0 0 30px;
    padding-left: 0;
}

.blog-post-detail .blog-post-detail__breadcrumbs li {
    position: relative;
    display: inline;
    /*align-items: center;*/
    padding: 0;
    margin-bottom: 0;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #ffffff;
}
.blog-post-detail .blog-post-detail__breadcrumbs li:not(:last-child):after
{
    content: '|';
    color: white;
    background-image: none;
    width: auto;
    height: auto;
    margin: 0 6px;
}

.blog-post-detail .blog-post-detail__breadcrumbs li a {
    text-decoration: none;
    text-transform: none;
    color: #ffffff;
}

.blog-post-detail .blog-post-detail-page__banner .landing-container{
    width: 100%;
}
.blog-post-detail .blog-post-detail-page__banner {
    background-image: url('/bitrix/templates/vzletmedia/img/landing/banner-new.jpg');
    /* background-attachment: fixed; */
    height: auto;
    min-height: 728px;
    max-height: unset;
    /*padding-top: 40px;*/
    /*padding-bottom: 196px;*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
}
.blog-post-detail .blog-post-detail-page__banner-case{
    background-image: url('/bitrix/templates/vzletmedia/img/case-background.jpg');
}

.blog-post-detail .blog-post-detail-page__banner--dark{
    position: relative;
}
.blog-post-detail .blog-post-detail-page__banner--dark::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(20, 0, 92, 0.8);
    content: '';
}

.blog-post-detail .blog-post-detail__banner-title {
    font-family: Moscow University;
    font-weight: 400;
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #FFFFFF;
    max-width: 754px;
}

.blog-post-detail .blog-post-detail-container {
    margin: auto;
    z-index: 1;
    width: 100%;
}

.blog-post-detail-post {
    padding: 100px 0;
}

.blog-post-detail .blog-post-detail-post .blog-post-detail-post__wrapper {
    display: flex;
    column-gap: 98px;
}

.blog-post-detail .blog-post-detail-post .blog-post-detail-post__sidebar {
    width: 294px;
    position: sticky;
    top: 0;
    height: fit-content;
    font-family: IBM Plex Sans;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0px;
    display: flex;
    flex-direction: column;
    /*flex-wrap: wrap;*/
}

.blog-post-detail .blog-post-detail-post .blog-post-detail-post__sidebar-title {
    padding: 12px;
    background-color: #F5F8FD;
    color: #5324FF;
}

.blog-post-detail .blog-post-detail-post .blog-post-detail-post__sidebar-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    max-height: calc(50vh - 146px);
    overflow-y: auto;
    overflow-x: hidden;
}
.blog-post-detail .blog-post-detail-post .blog-post-detail-postarticle__sidebar-item {
    padding: 12px;
    text-decoration: none;
    color: #0B0026;
    flex-basis: 100%;
    transition: 0.5s color;
}

.blog-post-detail .blog-post-detail-post .blog-post-detail-postarticle__sidebar-item:hover {
    color: #5324FF;
}

.blog-post-detail .blog-post-detail-post .blog-post-detail-post__sidebar-call-feedback {
    padding: 30px;
    background-color: #1D00C3;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    gap: 30px;
}
.blog-post-detail .blog-post-detail-post .blog-post-detail-post__sidebar-call-feedback-title {
    font-family: IBM Plex Sans;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: center;
    color: #FFFFFF;
}

.blog-post-detail .blog-post-detail-post .blog-post-detail-post__sidebar-call-feedback .home__btn--white {
    text-align: center;
}

.call-feedback {
    margin: 62px 0;
    padding: 30px;
    background-color: #1D00C3;
    display: flex;
    flex-direction: row;
    border-radius: 6px;
    align-items: center;
    gap: 30px;
}
.call-feedback-title {
    font-family: "Moscow University", serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin: 0;
}

.call-feedback .home__btn--white {
    min-width: 195px;
    text-align: center;
}


.blog-post-detail .blog-post-detail-post .blog-post-detail-post__body {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0%;
    /*max-width: fit-content;*/
    overflow-x: auto;
    /*width: 100%;*/
}

.blog-post-detail .blog-post-detail-post .blog-post-detail-post__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    gap: 10px;
    flex-wrap: wrap;
}

.blog-post-detail .blog-post-detail-post .blog-post-detail-post__date {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #0B002680;
}

.blog-post-detail .blog-post-detail-post .blog-post-detail-post__content > p {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #303030;
    margin-bottom: 23px;
}

.blog-post-detail .blog-post-detail-post .blog-post-detail-post__content > img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.blog-post-detail .blog-post-detail-post .blog-post-detail-post__content img + span {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0px;
    color: #0B002680;
    background-color: unset;
    padding: 0;
    border-radius: unset;
    margin: 12px 0 12px;
    text-align: left;
}

.blog-post-detail .blog-post-detail-post .blog-post-detail-post__content img + span + p {
    margin-top: 42px;
}
.blog-post-detail .blog-post-detail-post .blog-post-detail-post__content img + p {
    margin-top: 42px;
}

.blog-post-detail .blog-post-detail-post .blog-post-detail-post__content > h2 {
    font-family: "Moscow University", serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0px;
    margin: 62px 0 30px;
}
.blog-post-detail .blog-post-detail-post .blog-post-detail-post__content > h3 {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0px;
    margin: 42px 0 30px;
}

.blog-post-detail .blog-post-detail-post .blog-post-detail-post__content > span {
    display: block;
    width: fit-content;
    padding: 5px 20px;
    background-color: #1D00C3;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff;
    border-radius: 6px;
    margin: 42px 0 20px;
}

.blog-post-detail .blog-post-detail-post .blog-post-detail-post__content .table-wrapper {
    overflow-x: auto;
    margin-bottom: 23px;
}

.blog-post-detail .blog-post-detail-post .blog-post-detail-post__content .table-wrapper table {
    min-width: 754px;
    /*min-width: 754px;*/
    width: 100%;
    table-layout: fixed;
}

.blog-post-detail .blog-post-detail-post .blog-post-detail-post__content table td {
    vertical-align: top;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #0B0026;
}

.blog-post-detail .blog-post-detail-post .blog-post-detail-post__content table thead th {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #0B0026;
}

.blog-post-detail .blog-post-detail-post .blog-post-detail-post__content table tr {
    border-bottom: 1px solid #0B00264D;
}

.blog-post-detail .blog-post-detail-post .blog-post-detail-post__content table th,
.blog-post-detail .blog-post-detail-post .blog-post-detail-post__content table td {
    padding: 15px;
}


.blog-post-detail .blog-post-detail-post .blog-post-detail-post__content table th:first-child,
.blog-post-detail .blog-post-detail-post .blog-post-detail-post__content table td:first-child {
    padding-left: 0;
}
.blog-post-detail .blog-post-detail-post .blog-post-detail-post__content table th:last-child,
.blog-post-detail .blog-post-detail-post .blog-post-detail-post__content table td:last-child {
    padding-right: 0;
}


.blog-post-detail .blog-post-detail-post .blog-post-detail-post__content > ul,
.blog-post-detail .blog-post-detail-post .blog-post-detail-post__content > ol {
    padding-left: 27px;
}

.blog-post-detail .blog-post-detail-post .blog-post-detail-post__content li {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #303030;
}
.blog-post-detail .blog-post-detail-post .blog-post-detail-post__content > ol + p,
.blog-post-detail .blog-post-detail-post .blog-post-detail-post__content > ul + p {
    margin-top: 33px;
}

.faq-list,
.description-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 30px 0;
}

.faq-list .faq-item,
.description-list .description-list__item {
    display: flex;
    flex-direction: row;
    padding: 30px 30px 46px;
    background-color: #F5F8FD;
    align-items: flex-start;
    gap: 30px;
    border-radius: 6px;
}
.faq-item-question {
    flex-basis: 42%;
}
.faq-item-answer {
    flex-basis: 56%;
}
.description-list__item-term,
.description-list__item-description {
    flex-basis: 50%;
}
.faq-item-question,
.description-list__item-term {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #0B0026;
    margin: 0;
}
.faq-item-answer,
.description-list__item-description {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0px;
}
.blog-post-detail-post .blog-post-detail-post__content *:last-child {
    margin-bottom: 0;
}
.blog-post-detail-post .blog-post-detail-post__content .quote {
    padding: 30px 30px 46px 104px;
    border-radius: 6px;
    background-color: #14005C;
    background-image: url("data:image/svg+xml,%3Csvg width='45' height='38' viewBox='0 0 45 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.41 24.97C14.97 26.53 17.51 26.53 19.07 24.97L29.68 14.36C30.07 13.97 30.07 13.34 29.68 12.95C29.29 12.56 28.66 12.56 28.26 12.95L17.65 23.56C16.87 24.34 15.6 24.34 14.82 23.56C14.04 22.78 14.04 21.51 14.82 20.73L17.65 17.9L31.8 3.76L30.39 2.35L13.41 19.31C11.85 20.87 11.85 23.41 13.41 24.97ZM4.91999 33.08C1.01999 29.17 1.01999 23.22 4.91999 19.31C4.91999 19.31 4.92999 19.31 4.93999 19.3L19.77 4.47C20.16 4.08 20.16 3.45 19.77 3.06C19.38 2.67 18.75 2.67 18.36 3.06L3.50999 17.9C-1.18001 22.59 -1.18001 29.81 3.50999 34.5C8.19999 39.19 15.8 39.19 20.48 34.5L19.05 33.1C15.14 36.99 8.82999 36.99 4.91999 33.09M41.7 2.34C38.58 -0.78 33.51 -0.78 30.39 2.34L31.8 3.75C34.14 1.41 37.94 1.41 40.28 3.75C42.62 6.09 42.62 9.89 40.28 12.24L19.07 33.08L20.48 34.49L41.69 13.65C44.81 10.53 44.81 5.46 41.69 2.34' fill='%23F5F8FD'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: left 30px top 30px;
    background-size: 44px 38px;
}

.blog-post-detail-post .blog-post-detail-post__content .quote .quote_text {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0 0 30px 0;
}
.blog-post-detail-post .blog-post-detail-post__content .quote .quote_author {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0;
}

.expert-quote {
    padding: 30px;
    border-radius: 6px;
    background-color: #F5F8FD;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    margin-bottom: 30px;
}

.expert-quote p.expert-quote_text {
    margin: 0;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0px;
}

.expert-quote .expert-quote_author {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 12px;
}

.expert-quote .expert-quote_author img.expert-quote_author-portrait {
    width: 68px;
    height: 68px;
    border-radius: 50%;
}
.expert-quote .expert-quote_author-subtitle {
    display: flex;
    flex-direction: column;
}
.expert-quote .expert-quote_author-subtitle p.expert-quote_author-subtitle-name,
.expert-quote .expert-quote_author-subtitle p.expert-quote_author-subtitle-rank {
    margin: 0;
}

.expert-quote .expert-quote_author-subtitle p.expert-quote_author-subtitle-name {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #0B0026;
}
.expert-quote .expert-quote_author-subtitle p.expert-quote_author-subtitle-rank {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #0B0026;
}

.section-title {
    font-family: "Moscow University", serif;
    font-weight: 400;
    font-size: 46px;
    line-height: 1.3;
    letter-spacing: 0px;
    text-align: center;
    margin: 0 0 62px;
}

.light-purple-background {
    background-color: #F5F8FD;
}

.link-block__slider {
    overflow-x: hidden;
    height: 570px;
}
.link-block__slider .link-block__slide {
    width: 360px;
    padding: 32px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    /*row-gap: 30px;*/
    height: auto;
}
.link-block__slider .link-block__slide:hover {
    text-decoration: none;
}

.link-block__slide-img {
    width: 100%;
    aspect-ratio: 1.31;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 30px;
}

.link-block__slide-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/*.link-block__slide-img,*/
.link-block__slide-title {
    margin-bottom: 30px;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #0B0026;
}
.link-block__slide-summ {
    /*margin-bottom: auto;*/
    /*min-height: 128px;*/
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #0B0026;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
}
.link-block__slide-count-views {
    margin-top: auto;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0px;
    color: #0B002680;
    padding: 0 0 0 26px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 0C5.56091 0 2.44216 1.88156 0.140841 4.93771C-0.046947 5.18809 -0.046947 5.5379 0.140841 5.78828C2.44216 8.84811 5.56091 10.7297 9 10.7297C12.4391 10.7297 15.5578 8.84811 17.8592 5.79196C18.0469 5.54158 18.0469 5.19178 17.8592 4.94139C15.5578 1.88156 12.4391 0 9 0ZM9.2467 9.14268C6.96379 9.28628 5.07855 7.40472 5.22215 5.11813C5.33998 3.23289 6.86806 1.70482 8.7533 1.58699C11.0362 1.44339 12.9214 3.32495 12.7778 5.61154C12.6563 7.4931 11.1283 9.02117 9.2467 9.14268ZM9.13256 7.39736C7.90273 7.47468 6.88647 6.4621 6.96747 5.23228C7.03007 4.21602 7.85486 3.39491 8.87113 3.32863C10.101 3.2513 11.1172 4.26388 11.0362 5.49371C10.9699 6.51365 10.1451 7.33476 9.13256 7.39736Z' fill='%231D00C3'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 18px 11px;
    background-position: left 2px center;
}

.link-block__bar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    min-height: 48px;
}

.link-block__bar .btn-purple {
    flex-shrink: 0;
}

.link-block__slider-arrows {
    width: fit-content;
    justify-content: start;
    display: flex;
    column-gap: 12px;
}
.link-block__slider-prev {
    width: 28px;
    height: 28px;
    background-image: url("/local/templates/msu/img/arrow-prev.svg");
    background-repeat: no-repeat;
    background-size: contain;
    transition: .4s;
}
.link-block__slider-prev.swiper-button-disabled {
    background-image: url("/local/templates/msu/img/arrow-disable-prev.svg");
}
.link-block__slider-next {
    width: 28px;
    height: 28px;
    background-image: url("/local/templates/msu/img/arrow-next.svg");
    background-repeat: no-repeat;
    background-size: contain;
    transition: .4s;
}
.link-block__slider-next.swiper-button-disabled {
    background-image: url("/local/templates/msu/img/arrow-disable-next.svg");
}

@media(max-width:1165px){
    .blog-post-detail .blog-post-detail-container {
        margin: auto 20px;
    }
}
@media screen and (max-width: 1024px) {
     .blog-post-detail .blog-post-detail-post .blog-post-detail-post__wrapper {
         flex-direction: column;
         row-gap: 80px;
     }
    .blog-post-detail .blog-post-detail-post .blog-post-detail-post__sidebar {
        width: 100%;
        position: relative;
        flex-direction: row;
        /*flex-wrap: wrap;*/
        justify-content: space-between;
        column-gap: 40px;
        top: 0;
    }
    .blog-post-detail .blog-post-detail-post .blog-post-detail-post__sidebar-call-feedback {
        /*max-width: 362px;*/
        max-width: 300px;
        height: fit-content;
    }
    /*.blog-post-detail .blog-post-detail-post .blog-post-detail-post__content .table-wrapper table {*/
    /*    min-width: 754px;*/
    /*    width: 100%;*/
    /*}*/
}

@media screen and (max-width: 768px) {
    .blog-post-detail .blog-post-detail-post .blog-post-detail-post__sidebar {
        flex-direction: column;
    }
    .blog-post-detail .blog-post-detail-post .blog-post-detail-post__sidebar-call-feedback {
        max-width: 100%;
    }

    .call-feedback {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .call-feedback-title {
        font-size: 26px;
        text-align: center;
    }

    .blog-post-detail .blog-post-detail-post .blog-post-detail-post__sidebar-call-feedback-title {
        font-size: 18px;
    }
    .blog-post-detail .blog-post-detail-post .blog-post-detail-post__content h3 {
        font-size: 18px;
    }
    .blog-post-detail .blog-post-detail-post .blog-post-detail-post__content > p {
        font-size: 16px;
    }
    .blog-post-detail .blog-post-detail-post .blog-post-detail-post__content span {
        font-size: 16px;
    }
    .blog-post-detail .blog-post-detail-post .blog-post-detail-post__content img + span {
        font-size: 14px;
    }
    .blog-post-detail .blog-post-detail-post .blog-post-detail-post__content table th,
    .blog-post-detail .blog-post-detail-post .blog-post-detail-post__content table td {
        font-size: 16px;
    }
    .blog-post-detail .blog-post-detail-post .blog-post-detail-post__content li {
        font-size: 16px;
    }

    .section-title {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .faq-list .faq-item,
    .description-list .description-list__item {
        flex-direction: column;
        /*flex-wrap: wrap;*/
        row-gap: 10px;
    }

    .faq-item-question,
    .faq-item-answer,
    .description-list__item-term,
    .description-list__item-description {
        width: 100%;
    }

    .description-list .description-list__item-term {
        font-size: 18px;
    }
    .description-list .description-list__item-description {
        font-size: 16px;
    }

    .blog-post-detail-post .blog-post-detail-post__content .quote {
        background-size: 30px 26px;
        padding-left: 90px;
    }

    .blog-post-detail-post .blog-post-detail-post__content .quote .quote_text {
        font-size: 16px;
    }
    .blog-post-detail-post .blog-post-detail-post__content .quote .quote_author {
        font-size: 14px;
    }
    .expert-quote p.expert-quote_text {
        font-size: 16px;
    }
    .expert-quote .expert-quote_author-subtitle p.expert-quote_author-subtitle-name {
        font-size: 18px;
    }
    .expert-quote .expert-quote_author-subtitle p.expert-quote_author-subtitle-rank {
        font-size: 14px;
    }
    .blog-post-detail-post {
        padding: 80px 0;
    }
}

@media(max-width: 768px) {
    .blog-post-detail .blog-post-detail-page__banner {
        min-height: 744px;
    }
    .blog-post-detail .blog-post-detail__breadcrumbs ol {
        justify-content: center;
    }
    .blog-post-detail .blog-post-detail__banner-title {
        font-size: 32px;
    }
    .blog-post-detail .blog-post-detail-container {
        margin-top: 145px;
        text-align: center;
        width: calc(100% - 14px * 2);
    }
}

@media screen and (max-width: 428px){
    .light-purple-background {
        padding: 30px 0;
    }
}




/*@media(max-width: 1219px){*/
/*    .blog-post-detail .blog-post-detail-page__banner .landing-container{*/
/*        width: calc(100% - 40px);*/
/*    }*/
/*}*/
/*@media(max-width: 767px){*/
/*    .blog-post-detail .blog-post-detail-page__banner{*/
/*        padding-bottom: 120px;*/
/*    }*/
/*}*/
/*@media(max-width: 575px){*/
/*    .blog-post-detail .blog-post-detail-page__banner{*/
/*        padding-bottom: 80px;*/
/*        background-position: -100px;*/
/*    }*/
/*}*/