

/* Start:/local/templates/zintek-index/components/bitrix/news/blog/style.css?178513526314810*/
body .layout{
    background-color: #F3F7FC;
}

.blog-wrapper{
    margin-top: 40px;
    margin-bottom: 80px;
}

.blog-wrapper.detail-blog-page{
    margin-bottom: 0;
}
.blog-hero {
    margin-top: 40px;
}

.blog-seo-section{
    margin-top: 60px;
}
.blog-support-section{
    margin-top: 60px;
    margin-bottom: 80px;
}
.blog-support-section-detail{
    padding-top: 60px;
    margin-bottom: 60px;
}
body .layout .layout__main {
    margin-bottom: 0;
}

.linked-blog-section.linked-blog-section-detail{
    margin-top: 60px;
    margin-bottom: 60px;

}
.linked-blog-section.linked-blog-section-detail .section__subsection.subsection.service-linked-news{
    margin-top: 0;
    padding: 0;
}

.linked-blog-section-detail .service-linked-news__item-link{
    background-color: #fff;
}

.blog-wrapper{
    display: flex;
    grid-gap: 20px;
    display: grid;
    grid-template-columns: 1fr 290px;
}
span.blog-aside__title {
    color: #2A2A2A;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
}


.blog-aside{
    display: flex;
    flex-direction: column;
    grid-gap: 24px;
}

.blog-aside__item{
    display: flex;
    flex-direction: column;
    grid-gap: 16px;
}




.blog-aside-tags{
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 6px;
    align-self: stretch;
    flex-wrap: wrap;
}

.blog-aside-tags__link{
    border-radius: 6px;
    background: rgba(184, 196, 214, 0.20);
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--Black, #2A2A2A);
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%; 
    transition: all 0.3s ease;
}

.blog-aside-tags__link_active,
.blog-aside-tags__link:hover{
    color: #0074BC;
    border-color: #0074BC;
}

.blog-aside-tags_empty{
    color: #3F5069;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    line-height: 150%;
}

.blog-aside__wiki{
    border-radius: 6px;
    background: rgba(184, 196, 214, 0.20);
    transition: all 0.3s ease;
    width: 100%;
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: #2A2A2A;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 400;   
    line-height: 140%; 
}



.blog-aside__wiki:hover{
    color: #0074BC;
}
.blog-aside__button-categories{
    display: none;
}

.blog-aside__item-categories-close-wrapper{
    display: none;
}

.blog-aside__wiki.mobile-only{
    display: none;
}

.blog-aside__item-categories-header {
    display: none;
}


.blog-aside__shared-wrapper{
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    border-radius: 12px;
    background: rgba(184, 196, 214, 0.20);
}
.blog-aside__shared-wrapper .share-btn{
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    border-radius: 4.571px;
}
.blog-aside__shared-wrapper .share-btn.telegram-share-btn{
    background: #32A7E2;
}
.blog-aside__shared-wrapper .share-btn.vk-share-btn{
    background: #0074BC ;
}
.blog-aside__shared-wrapper .share-btn.ok-share-btn{
    background: #EE8208;
}
.blog-aside__shared-wrapper .share-btn.max-share-btn{
    background: linear-gradient(74deg, #4CF 14.56%, #53E 63.57%, #93D 88.6%);
}

.blog-aside__shared-wrapper .share-btn.share{
   background: #62748E;
   cursor: pointer;
}

.blog-aside__share-grid{
    display: flex;
    align-items: flex-start;
    gap: 7.619px;
}


.blog-detail-content{
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-radius: 12px;
    background: #F3F7FC;
    margin-bottom: 8px;
}
.blog-detail-content--hidden{
    display: none;
}
.blog-detail-content ul li::marker{
    content: '•';
    color: #0074BC;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    transition: all 0.3s ease;
}
.blog-detail-content ul li:hover::marker{
    color: #F15A22;
}
.blog-detail-content ul li a{
    padding-left: 8px;
}
.blog-detail-content ul li:hover a{
    color: #F15A22;
}

.blog-detail-author{
    border-radius: 12px;
    background: #F3F7FC;
    display: flex;
    padding: 16px;
    align-items: center;
    gap: 32px;
    align-self: stretch;
    margin-bottom: 32px;
}
.blog-detail-author-name{
    color: #2A2A2A;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}
.blog-detail-author-info{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    flex: 1 0 0;
}

.blog-detail-author-photo{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-aside__shared-wrapper.mobile-only{
    display: none;
}
.blog-detail-content-links{
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.blog-detail-content-link{
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 8px;
    background: rgba(184, 196, 214, 0.20);
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}
.blog-detail-content-link svg path{
    stroke: #0074BC;
    transition: all 0.3s ease;
}
.blog-detail-content-link:hover svg path{
    stroke: #F15A22;
}
@media screen and (max-width: 1200px) {
    .blog-aside__shared-wrapper.mobile-only{
        display: flex;
        margin-top: 24px;
        display: flex;
        padding: 16px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 12px;
        align-self: stretch;
        border-radius: 12px;
        background-color: #fff;
    }
    .blog-aside__button-categories{
        display: flex;
        width: 100%;
        padding: 15px 20px;
        justify-content: center;
        align-items: center;
        gap: 16px;
        color: #2A2A2A;
        background-color: #fff;
        font-family: "Manrope", sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 150%;
        border-radius: 8px;
    }
    .blog-aside__item-categories-close-wrapper{
        position: fixed;
        bottom: 0;
        left: -150vw;
        width: 100%;
        background: #FFF;
        width: 100%;
        z-index: 1001;
        box-shadow: 0 -4px 20px 0 rgba(14, 63, 94, 0.10);
        display: flex;
        padding: 15px;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        transition: all 0.3s ease;
    }
    .blog-aside__item-categories-close-wrapper.active{
        left: 0;
    }

    .blog-aside__button-close-categories{
        border-radius: 8px;
        background: #0074BC;
        display: flex;
        padding: 8px 16px;
        justify-content: center;
        align-items: center;
        gap: 7px;
        align-self: stretch;
        color: #FFF;
        font-family: "Manrope", sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 150%;
        cursor: pointer;
    }
    .blog-aside__button-categories-icon{
        margin-left: auto;
    }
    .blog-aside__item-categories{
        position: fixed;
        top: 0;
        left: -150vw;
        width: 100%;
        height: 100%;
        background: #F3F7FC;
        z-index: 1000;
        gap: 0;
        transition: all 0.3s ease;
    }
    .blog-aside__item-categories.active{
        left: 0;
    }
    
    .blog-aside-sections__link{
        display: flex;
        padding: 16px 15px;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }
    .blog-aside__title{
        display: none;
    }
    .blog-wrapper{
        display: flex;
        flex-direction: column-reverse;
        grid-gap: 24px;
        margin-top: 24px;
    }
    .blog-aside__item-categories-header{
        padding: 15px 15px 18px 15px;
        display: flex;
        align-items: center;
        gap: 16px;
        color: #2A2A2A;
        font-family: "Manrope", sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 150%;
    }
    .blog-aside__item-categories-header-icon{
        margin-left: auto;
        display: flex;
        width: 8px;
        height: 10px;
        padding: 13px 14px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        border-radius: 36.458px;
        background: #0074BC;
    }
    .blog-aside{
        grid-gap: 16px;
    }
    .blog-aside__header-title{
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .blog-aside__header-categoty{
        color: #0074BC;
    }

    .blog-aside.blog-aside-detail{
        display: none;
    }
}
.text-block-wrapper .blog-detail-content .title-18{
    margin: 0;
}
.text-block-wrapper .blog-detail-content ul{
    padding-left: 5px;
}
.text-block-wrapper .blog-detail-content ul li::marker{
    content: '•';
    color: #0074BC;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    transition: all 0.3s ease;
}
.text-block-wrapper .blog-detail-content ul li:hover::marker{
    color: #F15A22;
}

@media screen and (max-width: 992px) {
    .blog-aside__shared-wrapper.mobile-only{
        background: #F3F7FC;
    }
    .blog-detail-content-links{
        flex-direction: column;
        gap: 8px;
    }
    .blog-detail-content-link-prev,
    .blog-detail-content-link-next{
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
  
    .blog-wrapper{
        margin-top: 24px;
        margin-bottom: 0;
    }
    .blog-aside__wiki{
        display: none;
    }
    .blog-aside__wiki.mobile-only{
        display: flex;
        margin-top: 24px;
        margin-bottom: 60px;
    }
}




.blog-files{
    border-radius: 12px;
    background: #FFF;
    padding: 48px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 8px;
}
.blog-files-content{
    margin-top: 32px;
    position: relative;
    width: 100%;
}
.blog-files-content-swiper{
    position: relative;
}

p.blog-files-content-item-text {
    margin: 0 !important;
    color: #2A2A2A;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
}
.blog-files-content .swiper-button-prev,
.blog-files-content .swiper-button-next{
    border-radius: 8px;
    background: #0074BC;
    border: 1.5px solid #0074BC;
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    gap: 15px;
    aspect-ratio: 1/1;
    transition: all 0.3s ease;
}
.blog-files-content .swiper-button-prev:hover,
.blog-files-content .swiper-button-next:hover{
    background: #ffffff;
    border-color: #b8c4d633;
    color: #fff;
}
.blog-files-content .swiper-button-prev{
    left: -72px;
}
.blog-files-content .swiper-button-next{
    right: -72px;
}
.blog-files-content .swiper-button-prev::after,
.blog-files-content .swiper-button-next::after{
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    transition: all 0.3s ease;
}
.blog-files-content .swiper-button-prev:hover::after,
.blog-files-content .swiper-button-next:hover::after{
    color: #b8c4d6;
}

.blog-files-content-item-header{
    display: flex;
    padding: 8px 8px 0 8px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    align-self: stretch;
    height: 100%;
}
.blog-files-content-item-image{
    align-self: stretch;
    aspect-ratio: 87/122;
    border-radius: 6px;
    border: 1px solid rgba(184, 196, 214, 0.20);
}
.blog-files-content-swiper.swiper{
    width: 100%;
}
.blog-files .swiper-pagination{
    display: none;
}
.blog-files-content-swiper.swiper .swiper-slide{
    width: calc(50% - 4px) !important;
}

.blog-files-content-item-link{
    border-radius: 12px;
    background: #F3F7FC;
    display: flex;
    padding: 16px;
    align-items: center;
    gap: 16px;
    width: 100%;
}
.blog-files-content-item-link:hover{
    background: linear-gradient(135deg, #F4F8FD 0%, #EEF3F9 60%, #FEF1EB 100%);
}
.blog-files-content-item-link svg {
    flex-shrink: 0;
}
.blog-files-content-item-text{
    color: #2A2A2A;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    transition: all 0.3s ease;
    word-break: break-word;
}
.blog-files-content-item-link:hover .blog-files-content-item-text{
    color: #0074BC;
}
@media (max-width: 1100px){
    .blog-files-content .swiper-button-prev,
    .blog-files-content .swiper-button-next{
        display: none;
    }
    .blog-files-content .swiper-pagination{
        display: flex;
        justify-content: center;
        position: static;
        grid-gap: 15px;
        margin-top: 30px;
    }
    .blog-files-content .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
        margin: 0;
    }
    .blog-files-content .swiper-pagination .swiper-pagination-bullet{
        width: 10px;
        background: rgba(184, 196, 214, 0.50);
        border-radius: 50%;
        height: 10px;
        opacity: 1;
        transition: background 0.3s ease;
    }
    .blog-files-content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
        background: #0074BC;
    }
}

@media (max-width: 992px) {
    .blog-files-content{
        margin-top: 24px;
    }
    .blog-files-content .swiper-wrapper {
        display: flex;
        flex-direction: column;
        grid-gap: 8px;
    }
    .blog-files-content-swiper.swiper .swiper-slide{
        width: 100% !important;
    }
}
/* End */


/* Start:/local/templates/zintek-index/components/bitrix/system.pagenavigation/blog_pagenation/style.css?17851339631546*/
nav.blog-davotec-pager__nav {
    margin-top: 44px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog-davotec-pager__pages{
    display: flex;
    align-items: center;
    gap: 8px;
}
.blog-davotec-pager__page{
    display: flex;
    width: 40px;
    height: 40px;
    padding: 9px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color:  #62748E;
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    border-radius: 100%;
    transition: all 0.3s ease;
}
.blog-davotec-pager__arrow{
    display: flex;
    width: 40px;
    height: 40px;
    padding: 9px 16px;
    border-radius: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}
.blog-davotec-pager__arrow svg {
    height: 12px;

}
.blog-davotec-pager__arrow svg path{
    stroke:  #62748E;
    transition: all 0.3s ease;
}

.blog-davotec-pager__arrow.is-disabled {
   display: none;
}
.blog-davotec-pager__arrow:hover{
    background:  #fff;
}
.blog-davotec-pager__arrow:hover svg path{
    stroke: #0074BC;
}
.blog-davotec-pager__page:hover{
    background:  #fff;
    color:  #0074BC;
}
.blog-davotec-pager__page.is-active{
    background:  #0074BC;
    color:  #FFF;
}

@media screen and (max-width: 768px) {
    nav.blog-davotec-pager__nav {
        margin-top: 24px;
    }
}
/* End */


/* Start:/local/templates/zintek-index/components/bitrix/news.list/blog_list/style.css?17848108353041*/
.blog-hero {
    margin-top: 40px;
}

.blog__list{
    display: flex;
    grid-gap: 20px;
    flex-wrap: wrap;
}

.blog__list-item{
    width: calc(100% / 3 - 13.33px);
    background: #FFFFFF;
    display: flex;
    padding: 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: 12px;
}
.blog__list-item:nth-child(5n+1){
    width: calc(55.7% - 10px);
}
.blog__list-item:nth-child(5n+2){
    width: calc(44.3% - 10px);
}

.blog__item-description {
    color: #62748E;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    margin: 8px 0 16px 0 !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog__item-title {
    color: var(--Black, #2A2A2A);
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 135%;
    letter-spacing: -0.7px;
    margin: 0;
    transition: all 0.3s ease;
}


.blog__item-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    padding: 0 12px 12px 12px;
    height: 100%;
}

.blog__item-button {
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--Blue, #0074BC);
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    margin: 0;
    margin-top: auto;
    transition: all 0.3s ease;
}
.blog__item-date {
    color: #62748E;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    margin-top: auto;
}

.blog__item-button svg path {
    transition: all 0.3s ease;
}

.blog__list-item:hover .blog__item-title{
    color: #0074BC;
}
.blog__item-link{
    width: 100%;
}
.blog__item-image{
    
    border-radius: 9px;
    width: 100%;
    height: 159px;
    object-fit: cover;
}


@media screen and (max-width: 1200px) {
    .blog__list-item,
    .blog__list-item:nth-child(5n+1),
    .blog__list-item:nth-child(5n+2){
        width: calc(100% / 2 - 10px);
    }
}

@media screen and (max-width: 768px) {
    .blog-hero{
        margin-top: 25px;
    }
    
    .blog__list-item,
    .blog__list-item:nth-child(5n+1),
    .blog__list-item:nth-child(5n+2){
        width: 100%;
        gap: 16px;
        padding: 20px;
    }
    .blog__item-content{
        padding: 0;
        height: auto;
    }
    .blog__item-title{
        font-size: 16px;
        line-height: 150%;
    }
    .blog__item-description,
    .blog__item-date{
        font-size: 14px;
        line-height: 150%;
    }
    .blog__item-button{
        font-size: 14px;
        line-height: 150%;
    }
    .blog__item-link{
        aspect-ratio: 305/150;
    }
    .blog__item-image{
        height: 100%;
        aspect-ratio: 305/150;
        object-fit: cover;
    }
}


/* End */


/* Start:/local/templates/zintek-index/components/bitrix/catalog.section.list/blog_aside_section/style.css?1784809698871*/
.blog-aside-sections{
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    overflow: hidden;
    background-color: #FFFFFF;
}
.blog-aside-sections__link{
    display: flex;
    padding: 16px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-bottom: 1px solid rgba(184, 196, 214, 0.50);
    transition: all 0.3s ease;
    
    
    color: #3F5069;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.blog-aside-sections__link_active,
.blog-aside-sections__link:hover{
    color: #0074BC;
}
.blog-aside-sections__link:last-child{
    border-bottom: none;
}

@media screen and (max-width: 1200px) {
    .blog-aside-sections{
        background-color: transparent;
        height: calc(100% - 140px);
        overflow: auto;
    }
}
/* End */
/* /local/templates/zintek-index/components/bitrix/news/blog/style.css?178513526314810 */
/* /local/templates/zintek-index/components/bitrix/system.pagenavigation/blog_pagenation/style.css?17851339631546 */
/* /local/templates/zintek-index/components/bitrix/news.list/blog_list/style.css?17848108353041 */
/* /local/templates/zintek-index/components/bitrix/catalog.section.list/blog_aside_section/style.css?1784809698871 */
