

/* Start:/local/templates/main/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?178354763620132*/
.blog-detail__body {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 16px;
    position: relative;
    /*max-width: 1600px;*/
    margin: 0 auto;
    padding: 0 16px;
}

.blog-detail__maintenance,
.blog-detail__categories {
    position: sticky;
    top: 98px;
    flex: 1;
    height: fit-content;
    align-self: flex-start;
    padding-left: 32px;
}

.blog-detail__content {
    box-sizing: border-box;
    background: #fff;
    min-height: 600px;
    width: 100%;
    grid-column: span 2;
}

.blog-detail__head {
    /*max-width: 1600px;*/
    margin: 0 auto;
    padding: 0 16px 0 0;
    display: flex;
}

.blog-detail__head-title {
    font-family: NunitoSans, serif;
    font-size: 28px;
    line-height: 28px;
    font-weight: 500;
    position: relative;
    display: inline-flex;
    padding: 20px 0;
    color: rgba(19, 15, 15, 1);
}

.blog-detail__head-back {
    position: relative;
    width: 44px;
    cursor: pointer;
}

.blog-detail__head-back::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 40%;
    transform: rotate(315deg) translateY(50%);
    width: 10px;
    height: 10px;
    border-top: 1px solid rgba(138, 138, 138, 1);
    border-left: 1px solid rgba(138, 138, 138, 1);
}

.blog-detail__meta {
    padding: 11px 0;
}

.blog-detail__categories-inner {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.blog-detail__category {
    background-color: var(--light-blue);
    color: #fff;
    font-size: 14px;
    padding: 11px 16px;
    font-family: NunitoSans, serif;
    cursor: pointer;
}

.blog-maintenance__title {
	padding: 12px 0 12px;
	font-size: 18px;
	font-family: NunitoSans, serif;
	line-height: 18px;
	font-weight: 500;
	color: rgba(19, 15, 15, 1);
    margin-bottom: 12px;
}

.blog-post__block {
    margin: 60px 0;
    scroll-margin-top: 120px;
}
.blog-post__block:first-child {
    margin: 20px 0 60px;
}

.blog-block__title {
    margin-bottom: 36px;
    font-size: 28px;
    line-height: 1.25;
    font-family: NunitoSans, serif;
    font-weight: 500;
    color: rgba(19, 15, 15, 1);
}
.blog-block__text {
    font-size: 18px;
    line-height: 1.4;
    font-family: NunitoSans, serif;
    font-weight: 400;
    color: rgba(19, 15, 15, 1);
}


/*type 2 - блок в 2 колонки*/
.blog-block--type2 .blog-block__content {
    display: flex;
    gap: 16px;
}

.blog-block--type2 .blog-block__content > * {
    flex: 1;
}

/*type 3 - блок в 2 колонки c фоном*/
.blog-block--type3 {
    padding: 60px 16px;
    background-color: rgba(105, 124, 166, 1);
}

.blog-block--type3 .blog-block__content {
    display: flex;
    gap: 24px;
}

.blog-block--type3 .blog-block__content > * {
    flex: 1;
}

.blog-block--type3 .blog-block__title,
.blog-block--type3 .blog-block__text {
    color: #fff;
}

.blog-block--type3 .blog-block__title {
    font-weight: 700;
}

.blog-block--type3 .blog-block__text {
    font-weight: 500;
    line-height: 1.45;
}

/*type 4 - цитата*/
.blog-block--type4 {
    background: rgba(236, 231, 225, 1);
    padding: 60px 0 92px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-block--type4 .blog-quote-container {
    width: clamp(404px, 30vw, 512px);
    max-width: 100%;
    text-align: center;
}

.blog-block--type4 .blog-quote-icon {
    margin-bottom: 16px;
}

.blog-block--type4 .blog-block__text {
    font-family: EBGaramond;
    color: rgba(19, 15, 15, 1);
    font-weight: 500;
    text-align: initial;
}

/*type 5 - изображение с текстом по центру */
.blog-block--type5 {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-block--type5 .blog-block__image {
    width: 100%;
    height: auto;
    max-height: 600px;
    filter: brightness(0.6) contrast(1.2);
    display: block;
    object-fit: cover;
}

.blog-block--type5 .blog-block__over {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    z-index: 2;
}

.blog-block--type5 .blog-block__text {
    color: #fff;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 500;
    margin-bottom: 36px;
}

.blog-block--type5 .blog-block__text--2 {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
}

/*type 6, 7, 8 - галереи изображений */
.blog-block--type6 .blog-block__gallery,
.blog-block--type7 .blog-block__gallery,
.blog-block--type8 .blog-block__gallery {
    display: grid;
    gap: 16px;
}

.blog-block--type6 .blog-block__gallery {
    grid-template-columns: repeat(2, 1fr);
}

.blog-block--type7 .blog-block__gallery {
    grid-template-columns: repeat(3, 1fr);
}

.blog-block--type8 .blog-block__gallery {
    grid-template-columns: repeat(4, 1fr);
}

.blog-block__gallery-item {
    overflow: hidden;
}

.blog-block__gallery-image {
    width: 100%;
    object-fit: cover;
    display: block;
}

.blog-block--type6 .blog-block__gallery-image{
    max-height: clamp(395px, 35vw, 605px);
}

.blog-block--type7 .blog-block__gallery-image{
    max-height: clamp(295px, 35vw, 455px);
}

.blog-block--type8 .blog-block__gallery-image{
    max-height: clamp(225px, 35vw, 353px);
}

/*type 9 - левое изображение + правая часть (2 изображения + цитата) */
.blog-block--type9 {
    width: 100%;
}

.blog-block__type9-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 16px;
}

.blog-block__type9-left {
    grid-row: span 1;
}

.blog-block__type9-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 16px;
}

.blog-block__type9-image {
    width: 100%;
    object-fit: cover;
    display: block;
    height: 100%;
}

.blog-block__type9-quote {
    grid-column: span 2;
    grid-row: 2;
    padding: 20px;
    background: rgba(236, 231, 225, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
}

.blog-block__type9-quote .blog-block__text {
    font-family: EBGaramond;
    font-weight: 500;
    width: 388px;
    max-width: 100%;
}

/*type 10 - правое изображение + левая часть (цитата + 2 изображения) */
.blog-block--type10 {
    width: 100%;
}

.blog-block__type10-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 16px;
}

.blog-block__type10-right {
    grid-row: span 1;
}

.blog-block__type10-left {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 16px;
}

.blog-block__type10-image {
    width: 100%;
    object-fit: cover;
    display: block;
    height: 100%;
}

.blog-block__type10-quote {
    grid-column: span 2;
    grid-row: 1;
    padding: 20px;
    background: rgba(236, 231, 225, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
}

.blog-block__type10-quote .blog-block__text {
    font-family: EBGaramond;
    font-weight: 500;
    width: 388px;
    max-width: 100%;
}

/*type 11 - 3 изображения в ряд с подзаголовками и текстом */
.blog-block--type11 {
    width: 100%;
}

.blog-block__type11-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    align-items: start;
}

.blog-block__type11-item {
    display: grid;
    grid-template-rows: 1fr auto auto;
}

.blog-block__type11-image {
    width: 100%;
}

.blog-block__type11-image .blog-block__image {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
    margin-bottom: 16px;
}

.blog-block__type11-subtext {
    font-family: NunitoSans, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 8px;
    color: rgba(138, 138, 138, 1);
}

.blog-block__type11-text {
    font-family: NunitoSans, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: rgba(138, 138, 138, 1);
}

/*type 12 - 4 изображения в ряд с подзаголовками и текстом */
.blog-block--type12 {
    width: 100%;
}

.blog-block__type12-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    align-items: start;
}

.blog-block__type12-item {
    display: grid;
    grid-template-rows: 1fr auto auto;
}

.blog-block__type12-image {
    width: 100%;
}

.blog-block__type12-image .blog-block__image {
    width: 100%;
    height: 296px;
    object-fit: cover;
    display: block;
    margin-bottom: 16px;
}

.blog-block__type12-subtext {
    font-family: NunitoSans, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 8px;
    color: rgba(138, 138, 138, 1);
}

.blog-block__type12-text {
    font-family: NunitoSans, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: rgba(138, 138, 138, 1);
}
/*type 13 - видео */
.video-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 */
    overflow: hidden;
}

.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*type 14 - текстовый блок c картинкой слева */
.blog-block--type14 .blog-block__content {
    display: flex;
    gap: 16px;
}

.blog-block--type14 .blog-block__content div {
    flex: 1;
}

.blog-block--type14 .blog-block__text {
    font-family: NunitoSans, serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.45;
    color: rgba(19, 15, 15, 1)
}

.blog-block--type14 .blog-block__picture img{
    width: 100%;
}

/*type 15 - текстовый блок c картинкой справа */
.blog-block--type15 .blog-block__content {
    display: flex;
    gap: 16px;
}

.blog-block--type15 .blog-block__content div {
    flex: 1;
}

.blog-block--type15 .blog-block__text {
    font-family: NunitoSans, serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.45;
    color: rgba(19, 15, 15, 1)
}

.blog-block--type15 .blog-block__picture img{
    width: 100%;
}

/*type 16 - бегущая строка */
.blog-block__marquee {
    padding: 16px 0;
    background-color: rgba(105, 124, 166, 1);

    flex-direction: row-reverse;
    display: flex;
    width: 100%;
    max-width: 3000px;
    margin: 0 auto;
    overflow: hidden;
}


.blog-block__marquee > div {
    font-family: NunitoSans, serif;
    font-weight: 500;
    font-size: 14px;
    color: #fff;

    padding-right: 100%;
    flex-shrink: 0;
    animation: marquee 20s linear infinite;
    white-space: nowrap;
}


@keyframes marquee {
    0% {
        transform: translateZ(0);
    }

    100% {
        transform: translate3d(100%, 0, 0);
    }
}


/*type 17 - блок с товарами */


.blog-block--type17 {
    overflow: hidden;
}
@media screen and (max-width: 560px){
    overflow: auto;
}
.swiper-blog-products-nav {
    position: relative;
}

.swiper-blog-products-nav .swiper__btn-next-wrapper {
    right: 8px;
    top: -61px;
}

.swiper-blog-products-nav .swiper__btn-prev-wrapper {
    left: unset;
    right: 35px;
    top: -61px;
}

.blog-block--type17 .product-card__content {
    padding: 12px 0 0;
}

.blog-maintenance__list {
    display: grid;
    grid-template-rows: 1fr;
}
.blog-maintenance__item {
    font-family: NunitoSans, serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.25;
    padding: 7px 0;
    position: relative;
    display: grid;
}
.blog-maintenance__item:hover a{
    color: rgba(19, 15, 15, 1);
}
.blog-maintenance__item--active a{
    color: rgba(19, 15, 15, 1);
}

.blog-maintenance__item--active::before, .blog-maintenance__item:hover::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 14px;
    left: -17px;
}
.blog-maintenance__link {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(166, 166, 166, 1);

}
.blog-maintenance__title-icon {
    display: none;
}
.blog-post__share {
    display: flex;
    background-color: rgba(19, 15, 15, 1);
    cursor: pointer;
    margin-bottom: 60px;
}

.blog-post__share__inner {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 11px 0;
}
.blog-post__share__icon {
    transform: translateY(2px);
}

.blog-post__share__text {
    color: #fff;
    font-family: NunitoSans, serif;
    font-weight: 400;
    font-size: 14px;
}

.blog-post__nav {
    display: flex;
    justify-content: space-between;
}

.blog-post__nav-link {
    font-family: NunitoSans, serif;
    font-weight: 400;
    font-size: 14px;
    position: relative;
}
.blog-post__nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #000;
}
.swiper-blog-products--pt {
    padding-top: 70px;
}
.swiper-blog-products .swiper-button-lock {
    display: none;
}
@media screen and (max-width: 1279px) {
    .blog-detail__categories-inner {
        flex-direction: column;
        text-align: center;
    }

    .blog-detail__maintenance, .blog-detail__categories {
        top: 100px;
    }
    .blog-maintenance__title {
        padding: 0 0 12px;
    }
}

@media screen and (max-width: 992px) {
    .blog-detail__categories-inner {
        display: none;
    }
    .blog-maintenance {
        display: grid;
    }
    .blog-detail__maintenance {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: unset;
        background-color: #fff;
        padding: 29px 16px;
        z-index: 1000;
    }
    .blog-maintenance__title {
        font-size: 14px;
        padding: 0 0 0 0;
        margin-bottom: 0;
        position: relative;
        display: flex;
        justify-content: space-between;
        cursor: pointer;
    }
    .blog-maintenance__title-icon {
        display: block;
    }

    .blog-maintenance__title-icon:last-child {
        display: none;
    }

    .blog-maintenance--expanded .blog-maintenance__title .blog-maintenance__title-icon:first-child {
        display: none;
    }

    .blog-maintenance--expanded .blog-maintenance__title .blog-maintenance__title-icon:last-child {
        display: block;
        padding-right: 2px;
    }

    .blog-maintenance__list {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        padding-left: 20px;
        transition: max-height 0.3s ease-out, opacity 0.3s ease-out, padding 0.3s ease-out;
    }
    .blog-maintenance__list--active {
        display: block;
        max-height: 500px;
        opacity: 1;
        order: -1;
        padding-bottom: 8px;
        transition: max-height 0.3s ease-in, opacity 0.3s ease-in, padding 0.3s ease-in;
    }

    .blog-detail__body,.blog-detail__content {
        padding: 0;
        grid-template-columns: 1fr;
        grid-column: 1;
        overflow: hidden;
    }

    .blog-meta--detail {
        padding: 11px 16px;
    }
    .blog-block {
        padding: 0 16px;
    }

    .blog-block.blog-block--type13,
    .blog-block.blog-block--type12.blog-post__block,
    .blog-block.blog-block--type11.blog-post__block,
    .blog-block.blog-block--type10.blog-post__block,
    .blog-block.blog-block--type9.blog-post__block,
    .blog-block.blog-block--type8.blog-post__block,
    .blog-block.blog-block--type7.blog-post__block,
    .blog-block.blog-block--type6.blog-post__block,
    .blog-block.blog-block--type5{
        padding: 0;
    }

    .blog-block--type5 .blog-block__image {
        max-height: initial;
    }

    .blog-block.blog-block--type4 {
        padding: 60px 0 92px;
        margin: 0 16px;
    }

    .blog-block.blog-block--type3 {
        padding: 60px 16px;
    }
    .blog-post__footer {
        padding: 0 16px;
    }
}
@media screen and (max-width: 767px) {
    .blog-block {
        overflow: hidden;
    }
    .blog-post__block:first-child {
        margin: 0 0 60px;
    }
    .video-wrapper {
        padding-top: 500px;
    }

    .blog-block__title {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .blog-block--type11 {
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .blog-block--type11::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
    }
    .blog-block__type11-grid {
        grid-template-columns: repeat(3, minmax(167px, 236px));
        gap: 8px;
    }

    .blog-block--type5 .blog-block__over {
        top: 32px;
    }
    .blog-block--type5 .blog-block__image {
        min-height: 295px;
    }
    .blog-block__text.blog-block__text--1 {
        font-size: 20px;
        line-height: 1.25;
        margin-bottom: 24px;
    }

    .blog-block__text.blog-block__text--2 {
        font-size: 14px;
        line-height: 1.4;
    }

    .blog-block__text {
        font-size: 14px;
    }

    .blog-block--type2 .blog-block__content {
        flex-direction: column;
    }

    .blog-block--type3 .blog-block__content {
        flex-direction: column;
        gap: 16px;
    }

    .blog-block__type9-grid {
        grid-template-columns: 1fr;
        column-gap: 8px;
        row-gap: 8px;
    }
    .blog-block__type9-quote {
        grid-row: 1;
        padding: 32px 16px;
    }
    .blog-block__type9-quote .blog-block__text {
        font-size: 20px;
    }
    .blog-block__type9-right {
        gap: 8px;
        grid-template-rows: 1fr;
    }

    .blog-block--type7 .blog-block__gallery {
        gap: 8px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 451px 1fr;
    }

    .blog-block--type7 .blog-block__gallery .blog-block__gallery-item:nth-child(1){
        grid-row: 1;
        grid-column: span 2;
    }
    .blog-block--type7 .blog-block__gallery-image {
        max-height: initial;
    }

    .blog-block--type12 {
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .blog-block--type12::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
    }
    .blog-block__type12-image .blog-block__image {
        height: auto;
        min-height: 250px;
    }
    .blog-block__type12-grid {
        grid-template-columns: repeat(4, minmax(167px, 236px));
        gap: 8px;
    }


    .blog-block__type10-grid {
        grid-template-columns: 1fr;
        column-gap: 8px;
        row-gap: 8px;
    }
    .blog-block__type10-quote {
        grid-row: 2;
        padding: 32px 16px;
    }
    .blog-block__type10-quote .blog-block__text {
        font-size: 20px;
    }
    .blog-block__type10-left {
        gap: 8px;
        grid-template-rows: 1fr;
    }

    .blog-block--type8 .blog-block__gallery {
        gap: 8px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 451px 1fr;
    }

    .blog-block--type8 .blog-block__gallery .blog-block__gallery-item:nth-child(1){
        grid-row: 1;
        grid-column: span 2;
    }
    .blog-block--type8 .blog-block__gallery .blog-block__gallery-item:nth-child(4){
        grid-row: 3;
        grid-column: span 2;
    }
    .blog-block--type8 .blog-block__gallery-image {
        max-height: initial;
    }

    .blog-block.blog-block--type4 {
        padding: 38px 0 64px;
    }
    .blog-block--type4 .blog-block__text {
        font-size: 20px;
    }
    .blog-block--type4 .blog-quote-container {
        width: auto;
        padding: 0 16px;
    }

    .blog-block--type14 .blog-block__content {
        flex-direction: column;
    }
    .blog-block--type14 .blog-block__text {
        font-size: 14px;
        line-height: 1.40;
    }
    .blog-block--type15 .blog-block__picture{
        order: -1;
    }

    .blog-block--type15 .blog-block__content {
        flex-direction: column;
    }
    .blog-block--type15 .blog-block__text {
        font-size: 14px;
        line-height: 1.40;
    }
    .blog-block__type11-image .blog-block__image {
        height: auto;
        min-height: 250px;
    }
}

/* End */
/* /local/templates/main/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?178354763620132 */
