

/* Start:/local/templates/solution-redesign/components/bitrix/news/tsz-stocks/bitrix/news.detail/.default/style.css?17658153537618*/
.news-detail__title {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

@media (max-width: 1919px) {
    .news-detail__title {
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
    }
}

@media (max-width: 1439px) {
    .news-detail__title {
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
    }
}

@media (max-width: 1023px) {
    .news-detail__title {
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 38px;
    }
}

.news-detail__title + * {
    margin-top: 16px;
}

.news-detail__back + * {
    margin-top: 24px;
}

.news-detail__img {
    width: 100%;
}

.news-detail__img img {
    width: 100%;
    height: 480px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

@media (max-width: 1919px) {
    .news-detail__img img {
        height: 420px;
    }
}

@media (max-width: 1439px) {
    .news-detail__img img {
        height: 370px;
    }
}

@media (max-width: 1023px) {
    .news-detail__img img {
        height: 240px;
    }
}

.typography .gallery img {
    width: 100%;
    height: 480px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 16px;
}

@media (max-width: 1919px) {
    .typography .gallery img {
        height: 420px;
    }
}

@media (max-width: 1439px) {
    .typography .gallery img {
        height: 370px;
    }
}

@media (max-width: 1023px) {
    .typography .gallery img {
        height: 240px;
    }
}

.news-detail__img + * {
    margin-top: 24px;
}

.news-detail__aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}

.news-detail__aside + * {
    margin-top: 24px;
}

.news-detail__aside-date {
    color: var(--c-gray-60);
}

.news-detail__aside-date {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

@media (max-width: 1919px) {
    .news-detail__aside-date {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
}

@media (max-width: 1439px) {
    .news-detail__aside-date {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
}

@media (max-width: 1023px) {
    .news-detail__aside-date {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .news-detail__aside {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }
}

.news-source {
    width: 100%;
    text-align: end;
    margin-top: 15px;
}


.gallery__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 10%);
    transform: translate(-50%, 10%);
    opacity: 0;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
}

.gallery:hover .gallery__icon {
    -webkit-transform: translate(-50%, -35%);
    transform: translate(-50%, -35%);
    opacity: 1;
}

.gallery a {
    display: block;
    position: relative;
}

.gallery img {
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    height: 600px;
    width: 100%;
    border-radius: 4px;
}

@media (max-width: 1439px) {
    .gallery img {
        height: 560px;
    }
}

@media (max-width: 1023px) {
    .gallery img {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .gallery img {
        height: 220px;
    }
}

.news-detail__img img {
    border-radius: 16px;
}

.tags {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.tags__item {
    border-radius: 100px;
    background: var(--c-gray-30);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: var(--c-gray-100);
    text-align: center;
    padding: 8px 16px;
}

.typography {
    color: var(--c-gray-100);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

@media (max-width: 1919px) {
    .typography {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
}

@media (max-width: 1439px) {
    .typography {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
}

@media (max-width: 1023px) {
    .typography {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
}

.typography ul, .typography ol {
    margin-left: 18px;
}

.typography ul li::marker {
    color: var(--c-primary);
    width: 6px;
    height: 6px;
}

.typography ol li::marker {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: var(--c-gray-100);
}

.typography blockquote {
    display: flex;
    padding: 24px 24px 24px 100px;
    align-items: flex-start;
    gap: 55px;
    align-self: stretch;
    border-radius: 16px;
    background: var(--c-primary-light);
    position: relative;
    margin-top: 24px;
    margin-bottom: 24px;
    font-weight: 500;
}

.typography blockquote:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 24px;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='20' viewBox='0 0 25 20' fill='none'%3E%3Cpath d='M21.168 19.8H12.24L18.216 0H24.48L21.168 19.8ZM8.928 19.8H0L5.976 0H12.24L8.928 19.8Z' fill='%231488E2'/%3E%3C/svg%3E");
}

.typography iframe {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 16px;
}


.nav-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-arrow__prev + .nav-arrow__next {
    margin-left: 8px;
}

.nav-arrow__progress {
    position: relative;
    width: 100%;
    height: 2px;
    margin-left: 16px;
    background: #f0f8ff;
}

.nav-arrow__progress .swiper-pagination-progressbar-fill {
    background: #0872c5;
}

.nav-arrow .button {
    border-radius: 44px;
    border: 1px solid var(--c-primary);
    display: flex;
    padding: 14px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.swiper-button-disabled svg {
    fill: var(--c-gray-60);
}

.typography .swiper-pagination-progressbar.swiper-pagination-horizontal {
    position: relative;
    height: 2px;
}

.typography .nav-arrow__progress .swiper-pagination-progressbar-fill {
    background: var(--c-primary);
}

.typography .gallery {
    margin-top: 24px;
    margin-bottom: 24px;
}
/* End */


/* Start:/local/templates/solution-redesign/components/bitrix/news.list/tsz-promo-list-new/style.css?17658153534786*/
.promo-list--grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
    row-gap: 30px;
}

.promo-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 100%;
    min-height: 572px;
    /*    padding: 48px;*/
    overflow: hidden;
    background: var(--c-primary-light);
    border-radius: 16px;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

/*.col-lg-12 .promo-card,
.col-lg-6 .promo-card {
    min-height: 420px;
}*/

.promo-list--grid .promo-card {
    grid-row-start: 1;
    grid-row-end: 3;
    min-height: 268px;
    gap: 16px;
    display: flex;
}

.promo-list--grid .promo-card.promo-card--first,
.promo-list--grid .promo-card.promo-card--second {
    grid-row-end: unset;
}

.promo-list--grid .promo-card.promo-card--second {
    grid-row-start: 2;
}

.promo-card h3,
.promo-card p {
    max-width: 450px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.promo-card:not(.promo-card-1) p {
    color: var(--c-gray-90);
}

.promo-card.promo-card-1 p {
    color: var(--c-gray-20);
}

.promo-card:not(.promo-card-1):hover h3 {
    color: var(--c-primary);
}

.promo-card.promo-card-1:hover h3 {
    color: var(--c-gray-40);
}

.promo-card a {
    position: absolute;
    bottom: 48px;
    left: 48px;
}

.promo-card:hover a.button {
    background-color: var(--c-primary-dark);
}

.promo-card:hover a.button svg *[fill] {
    fill: var(--c-gray-10);
}

.promo-card.promo-card-1 a,
.promo-card.promo-card--second a {
    position: initial;
    bottom: unset;
    left: unset;
    margin: auto 0 0 0;
}

.promo-card.promo-card-1 {
    background-color: var(--c-primary);
    color: var(--c-gray-100);
}

.promo-card.promo-card-1 .card-preview,
.promo-card.promo-card--second .card-preview {
    display: none;
}

.promo-card.promo-card-2 .promo-text-block--no-image{
    margin-top: 16px;
}

.promo-card.promo-card-3 .promo-text-block--no-image{
    margin-top: 16px;
}

@media (max-width: 1919px) {
    .promo-list--grid {
        row-gap: 24px;
    }

    .promo-card {
        /*  padding: 32px;*/
    }

    .promo-card.promo-card-1 {
        min-height: 238px;
    }

    .promo-list--grid .promo-card.promo-card--second {
        min-height: 290px;
    }
}

@media (max-width: 1439px) {
    .promo-list--grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .promo-list--grid .promo-card,
    .promo-card.promo-card-1,
    .promo-list--grid .promo-card.promo-card--second {
        min-height: unset;
        grid-row-start: unset;
        grid-row-end: unset;
    }

    .promo-card:nth-child(n+3) {
        display: none;
    }
}

@media (max-width: 1439px) {
    .promo-card {
        /* padding: 24px;*/
    }

    .promo-card a {
        position: initial;
        bottom: unset;
        left: unset;
        margin: auto 0 0 0;
    }
}

@media (max-width: 1023px) {
    .promo-list--grid {
        grid-template-columns: 1fr;
    }
}

.section__footer {
    display: none;
}

@media (max-width: 1023px) {
    .section__footer {
        margin-top: 24px;
        display: flex;
    }

    .section__footer a {
        width: 100%;
    }
}


.promo-card--two{
    min-height: 604px;
}

.promo-card-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 16px;
}

.promo-text-block{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 8px 48px 48px 48px;
    height: 100%;
}

.promo-text{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media(max-width: 1439px){
    .promo-card{
        min-height: 210px;
    }

    .promo-text-block{
        padding: 32px;
        gap: 16px;
    }

    .promo-card-image{
        display: none;
    }
}

.promo-card-1{
    background: var(--c-primary);
    color: var(--c-gray-10);
}

.promo-card-1 .promo-text-block{
    padding: 48px;
}

.promo-card.promo-card-1 p{
    color: var(--c-gray-10);
}

.promo-card-1 .promo-card-image{
    display: none;
}

@media (max-width: 1439px) {
    .promo-list .col-xl-12-custom {
        flex: 0 0 auto;
        width: 100%;
    }

    .promo-list .row{
        gap:32px;
    }
}

.promo-text-block{
    gap: 16px;
}

.promo-list--4 .col-12:nth-child(2){
    grid-column: 2;
    grid-row: 1 / 3;
}

.promo-list--4 .col-12:nth-child(3){
    grid-column: 3;
    grid-row: 1 / 3;
}

.promo-list--4 .promo-card-4 .promo-card-image{
    display: none;
}

.promo-list--4 .promo-card-4 .promo-text-block{
    padding: 48px;
}

@media (max-width: 1439px) {
    .promo-list--4{
        display: flex;
        flex-direction: column;
    }
}

.section--news .section__header {
    display: flex;
    justify-content: space-between;
}
/* End */
/* /local/templates/solution-redesign/components/bitrix/news/tsz-stocks/bitrix/news.detail/.default/style.css?17658153537618 */
/* /local/templates/solution-redesign/components/bitrix/news.list/tsz-promo-list-new/style.css?17658153534786 */
