

/* Start:/local/templates/everyx/assets/css/blog-detail.css?17788388725213*/
.blog-detail {
    background: #E8E8F8;
    padding: 64px 0;
}

.blog-detail__content {
    padding: 32px;
    background: #fff;
    border-radius: 18px;
}

.blog-detail__header {
    display: flex;
    gap: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.blog-detail__section {
    background: #482973;
    color: #fff;
    padding: 6px 12px;
    border-radius: 8px;
}

.blog-detail__views {
    display: flex;
    gap: 4px;
    align-items: center;
}

.blog-detail__h1 {
    margin-bottom: 40px;
    font-size: 35px;
    color: #000;
    font-weight: 700;
}

.blog-detail__picture {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-detail__picture--main {
    margin-bottom: 40px;
}

.blog-detail__picture-img {
    border-radius: 12px;
    width: 100%;
    height: 175px;
    object-fit: cover;
}

.blog-detail__intro {
    font-weight: 400;
    font-size: 24px;
    line-height: 160%;
    margin-bottom: 40px;
}

.blog-detail__toc {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.blog-detail__detail p {
    margin: 8px 0 12px 0;
}

.blog-detail__detail h2 {
    font-family: "montserrat-400";
    font-weight: 600;
    font-size: 26px;
    line-height: 110%;
    letter-spacing: -0.5px;
    margin-bottom: 8px;
    scroll-margin-top: 135px;
    margin-top: 40px;
}

.blog-detail__gallery {
    margin-bottom: 40px;
    margin-top: 40px;
}

.blog-detail__video {
    position: relative;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
}

.blog-detail__video-play {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(32px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
}

.blog-detail__video .blog-detail__video-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
}

.blog-detail__video.played .blog-detail__video-video {
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.blog-detail__video .blog-detail__picture {
    position: relative;
    z-index: 1;
}

.blog-detail__video.played .blog-detail__picture {
    visibility: hidden;
    opacity: 0;
    z-index: 0;
}

.blog-detail__video.played .blog-detail__video-play {
    display: none;
}

.blog-detail__bottom {
    border-top: 1px solid #DDDDDE;
    margin-top: 40px;
    padding-top: 32px;
    display: flex;
    gap: 32px;
    flex-direction: column;
}

.blog-detail__author {
    display: flex;
    gap: 16px;
    align-items: center;
}

.blog-detail__author-img {
    border-radius: 50%;
    width: 64px;
    height: 64px;
    flex: 0 0 auto;
}

.blog-detail__author-content {
    display: flex;
    gap: 4px;
    flex-direction: column;
}

.blog-detail__author-title {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.blog-detail__author-name {
    font-weight: 700;
    font-size: 20px;
    line-height: 114.99999999999999%;
}

.blog-detail__author-shild {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    padding: 1px 12px;
    background: #FF9100;
    color: #fff;
    border-radius: 8px;
}

.blog-detail__author-descr {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
}

.share__title {
    opacity: 0.4;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 16px;
}

.share__list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.share__list-item {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #DDDDDE;
    width: 48px;
    height: 48px;
}

.share__list-item-icon--tg {
    position: relative;
    left: -1px;
}

.more-articles {
    margin-top: 16px;
    padding: 32px 15px;
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 18px;
    background: #DCDCEF;
}

.more-articles__title {
    line-height: 110%;
    font-size: 36px;
    margin-bottom: 24px;
    color: #000;
}

@media (min-width: 1024px) {
    .blog-detail__content {
        padding: 64px;
    }

    .blog-detail__h1 {
        font-size: 50px;
        line-height: 110%;
    }

    .blog-detail__video-play {
        width: 64px;
        height: 64px;
    }

    .more-articles {
        margin-top: 16px;
        padding: 64px;
        margin-left: 0;
        margin-right: 0;
    }

    .more-articles__title {
        font-size: 50px;
        margin-bottom: 40px;
    }

    .more-articles .swiper-base .swiper-control {
        padding-top: 40px;
    }

    .more-articles-item {
        width: calc(50% - 15px);
        flex: 0 0 calc(50% - 15px);
    }

    .blog-detail__picture-img {
        width: 100%;
        height: 460px;
    }
}
/* End */


/* Start:/local/templates/everyx/assets/css/blog.css?17787679122458*/
.blog__header {
    background: no-repeat url("/local/templates/everyx/assets/css/../img/blog/header-bg.png") right bottom #482973;
    padding: 32px 0;
}

.blog__header-title {
    font-size: 60px;
    line-height: 110%;
    color: #fff;
    margin-bottom: 40px;
    font-weight: 300;
}

.blog__header-title b {
    font-weight: 700;
}

.blog__tabs {
    display: flex;
    gap: 4px;
    padding: 8px;
    border-radius: 10px;
    background: rgba(206, 195, 207, 0.4);
    width: fit-content;
    max-width: 100%;
}

.blog__tabs-item {
    border-radius: 5px;
    padding: 10px 10px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
}

.blog__tabs-item.selected {
    background: #fff;
    color: #000;
}

.blog__grid {
    display: grid;
    grid-template-columns: minmax(150px, 1fr);
    gap: 8px;
}

.blog__list {
    background: #E8E8F8;
    padding: 72px 0;
}

.blog__item {
    padding: 20px;
    flex-direction: column;
    display: flex;
    background: #fff;
    border-radius: 15px;
}

.blog__item-img {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.blog__item-title {
    min-height: 0;
    color: #482973;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 125%;
}

.blog__item-title-note {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #3B3B3B;
    margin-top: auto;
}

.blog__item-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog__item-date {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: right;
    color: #3B3B3B;
}

.blog__item-picture {
    position: relative;
}

.blog__item-section {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    background: #482973;
    color: #fff;
    padding: 6px 12px;
    border-radius: 0 0 8px 0;
}

@media (min-width: 1024px) {
    .blog__header-title {
        font-size: 88px;
        margin-bottom: 75px;
    }

    .blog__tabs-item {
        padding: 16px 20px;
        font-size: 15px;
        line-height: 16px;
    }

    .blog__grid {
        grid-template-columns: repeat(2, minmax(150px, 1fr));
        gap: 30px;
    }

    .blog__list {
        padding: 80px 0;
    }

    .blog__item {
        height: auto;
        padding: 30px;
    }

    .blog__item-img {
        margin-bottom: 30px;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/form.result.new/form1/style.css?1742292179443*/
.form__col-left-inner{
    position: relative;
}
.form__col-left-content{
    position: relative;
    z-index: 2;
}
.form__col-left-final{
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.form__col-left-inner.show__final .form__col-left-content{
    opacity: 0;
}
.form__col-left-inner.show__final .form__col-left-final{
    opacity: 1;
}
textarea.form__control{
    resize: none;
}
/* End */
/* /local/templates/everyx/assets/css/blog-detail.css?17788388725213 */
/* /local/templates/everyx/assets/css/blog.css?17787679122458 */
/* /local/templates/.default/components/bitrix/form.result.new/form1/style.css?1742292179443 */
