

/* Start:/local/templates/aspro_next/components/bitrix/news/materials/bitrix/news.list/grouped-by-sections/style.css?17857415759538*/
/* Блок: список новостей с группировкой */
.news-list__section-title {
    font-size: clamp(28px, 2vw, 40px);
    line-height: 1.2;
    margin: 0 0 24px;
    font-weight: 700;
    text-align: center;
}

:is(#section-606, #section-607, #section-608) {
    margin-top: 90px;
}

.news-list__items {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.news-list__item {
    border: 1px solid #f2f2f2;
    max-width: 312px;
	transition: .4s ease;
    margin: auto;
    border-radius: 2px;
    overflow: hidden;
}

.news-list__item > *:not(.news-list__picture) {
    padding-inline: 20px;
}

.news-list__picture {
    position: relative;
    overflow: hidden;
}

.news-list__picture-img {
    display: block;
    width: 100%;
    max-height: 203px;
    aspect-ratio: 312 / 203;
    object-fit: cover;
    object-position: center;
}

.news-list__link-item {
	position: absolute;
	inset: 0;
	z-index: 2;
}

.news-list__title {
    padding: 18px 20px;
    background: rgba(255, 255, 255, 0.92);
    font-size: 18px;
    font-weight: 700;
    user-select: none;
    width: 100%;
}

.news-list__anonce {
    font-size: 0.929em;
    margin-bottom: 20px;
    line-height: 1.5;
}

.news-list__details-btn {
    margin: 0 auto 40px;
    border: none;
    font-weight: bold;
}

.news-list__modal {
    border: none;
    padding: 0;
    max-width: 900px;
    width: 90%;
    background: #fff;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    margin: auto;
    max-height: 90vh;
    overflow-y: auto;
}

.news-list__modal::backdrop {
    background: #3a3f44;
    opacity: 0.7;
}

.news-list__modal-content {
    position: relative;
    padding: 30px;
}

.news-list__modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    background: none;
    border: none;
    cursor: pointer;
    color: #333;
    line-height: 1;
    z-index: 10;
}

.news-list__modal-layout {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.news-list__modal-left {
    flex: 0 0 45%;
    min-width: 240px;
}

.news-list__modal-image {
    width: 100%;
    aspect-ratio: 312 / 203;
    object-fit: cover;
    display: block;
}

.news-list__modal-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.news-list__modal-right {
    flex: 1;
    min-width: 200px;
}

.news-list__modal-anonce {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 20px;
}

.news-list__modal-params {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px 20px;
    font-size: 12px;
    margin: 0 0 20px 0;
}

.news-list__modal-param-description {
    font-weight: 700;
    color: #555;
}

.news-list__modal-param-description::after {
	content: ': ';
	display: inline-block;
}

.news-list__modal-param-value {
    margin: 0;
}

.news-list__modal-preview {
    font-size: 0.95em;
    color: #666;
}

.sub-title {
    font-weight: 700 !important;
    margin-bottom: 0.84em !important;
}

.news-list__section-description {
    margin-block: 20px;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; 
    justify-content: center;
    align-items: center;
    margin-block: 20px 40px;
}

.gallery__item {
    position: relative;
    width: 140px;
    border-radius: 2px;
    
    /* Зеркальное отражение: 
       below — снизу 
       2px — отступ между элементом и отражением
       linear-gradient — маска затухания */
    /* -webkit-box-reflect: below 2px linear-gradient(transparent 60%, rgba(255, 255, 255, 0.4)); */
}

.gallery__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 2px;
}

:is(.gallery__image, .gallery__link).gallery__none-image {
    aspect-ratio: 119 / 106;
    background: var(--color);
}

.gallery__item-name {
    padding: 4px;
    font-size: 14px;
    font-weight: 700;
    user-select: none;
    width: 100%;
    text-align: center;
}

.gallery__link {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.informer-warning {
    color: #b6b5b5;
    font-size: 13px;
    font-style: italic;
    margin: auto;
    width: fit-content;
}

.boxs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 30px;
    margin-bottom: 40px;
}

.box-item {
    padding: 34px;
    margin: 0 auto;
    width: fit-content;
    box-shadow: 5px 5px 20px -16px rgb(0 0 0 / .64), -5px -5px 20px -16px rgb(0 0 0 / .32);
    max-width: 400px;
    border-radius: 2px;
}

:is(.gallery__cor-ten, .gallery__hpl-plastic) {
    --swiper-pagination-bullet-horizontal-gap: 6px;
    --swiper-pagination-bullet-width: 10px;
    --swiper-pagination-bullet-height: 10px;
    --swiper-pagination-color: #0ccccb;
    --swiper-pagination-bullet-inactive-color: #0ccccb;
    --swiper-pagination-bullet-inactive-opacity: .3;
    padding-bottom: 50px !important;
}

:is(.gallery__cor-ten, .gallery__hpl-plastic) .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 64%;
    aspect-ratio: 16 /9;
    overflow: hidden;
    border-radius: 2px;
    max-height: 450px;
    margin: 20px;
    box-shadow: 0 10px 20px -12px rgb(0 0 0 / .64);
}

:is(.gallery__cor-ten, .gallery__hpl-plastic) img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

:is(.gallery__cor-ten, .gallery__hpl-plastic) .swiper-pagination-bullet {
    border-radius: 3em;
    transition: 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

:is(.gallery__cor-ten, .gallery__hpl-plastic) .swiper-pagination-bullet-active {
    --swiper-pagination-bullet-width: 40px;
}

.text__link {
    text-align: center;
    font-size: 18px;
    margin-block: 20px;
}

.button--cor-ten {
    font-size: 14px;
    font-weight: bold;
    border-radius: 2px;
}

.margin-top-40 {
    margin-top: 40px;
}

.hpl-subtitle {
    font-size: 18px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #0ccccb;
    line-height: 1.75;
    text-wrap: balance;
    text-align: center;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
    margin-bottom: 40px;
}

.feature-item {
    padding: 24px 22px;
    border-radius: 2px;
    border: 1px solid #f2f2f2;
    transition: transform 0.2s, box-shadow 0.2s;
    user-select: none;
}

.patina-block {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    background: #f2f2f2;
    border-radius: 2px;
    padding: 28px 30px;
    margin-bottom: 30px;
    max-width: 1200px;
    margin: 40px auto;
}

.patina-block .left,
.patina-block .right {
    background: #ffffff;
    padding: 20px 24px;
    border-radius: 2px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.02);
}

.patina-block p {
    line-height: 1.5;
}

.patina-block .note {
    padding: 12px 16px;
    margin-top: 12px;
    border-top: 1px solid #0ccccb;
    font-weight: 500;
}

.patina-block .note strong {
    color: #0ccccb;
}

.usage-block {
    background: #f2f2f2;
    border-radius: 2px;
    padding: 32px 34px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    max-width: 1200px;
    margin: 40px auto;
}

.usage-text .h3 span {
    color: #0ccccb;
}

.usage-text p {
    color: #3d3d4a;
    margin-bottom: 4px;
}

.usage-text .brand {
    font-weight: 600;
    color: #0ccccb;
}

[class|="button-link"] {
    display: flex;
    gap: 1rem;
    place-items: center;
    place-content: center;
    width: min(100%, 220px);
    height: 50px;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 0 10px;
    box-shadow: 0 20px 30px -18px rgba(80, 80, 80, 0.6);
    transition: all .3s ease-in;
    position: relative;
    overflow: hidden;
}

.button-link-more {
    background: rgb(52 204 205);
    color: white;
}

[class*="swiper-button"] {
    --swiper-navigation-size: 50px;
    --swiper-navigation-color: black;
    width: var(--swiper-navigation-size) !important;
    height: var(--swiper-navigation-size) !important;
    background: white;
    border-radius: 3em;
    opacity: .7;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: 300ms ease;
}

[class*="swiper-button"]::after {
    font-size: 17px !important;
    font-weight: 700;
}

[class*="swiper-button"]:hover {
    opacity: 1;
}

@media (hover: hover) {
    .news-list__item:hover {
        box-shadow: 0 0 27px 0 rgba(0,0,0,0.1);
    }

    .news-list__details-btn:hover {
        background: #1f9e9e;
    }

    [class|="button-link"]:hover {
        box-shadow: 0 20px 30px -20px rgba(80, 80, 80, 0.6);
        background: rgb(75 210 210);
        color: white;
    }

    .feature-item:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
        border-color: #f2f2f2;
    }
}

@media (max-width: 600px) {
    .news-list__modal-layout {
        flex-direction: column;
    }
    .news-list__modal-left {
        flex: 1;
    }
    .news-list__modal {
        width: 94%;
        padding: 15px;
    }
    .news-list__modal-content {
        padding: 20px;
    }
    [class*="swiper-button"] {
        --swiper-navigation-size: 34px;
        margin-top: calc(0px - var(--swiper-navigation-size)) !important;
    }
    :is(.gallery__cor-ten, .gallery__hpl-plastic) .swiper-slide {
        max-width: 100%;
        aspect-ratio: 4/ 3;
    }
}
/* End */
/* /local/templates/aspro_next/components/bitrix/news/materials/bitrix/news.list/grouped-by-sections/style.css?17857415759538 */
