

/* Start:/local/templates/prolaser_v2/css/header-hero-page-blog.css?1761860919969*/
.header-hero__page-blog {
    padding-top: 100px;
    padding-bottom: 90px;
}

.header-hero__page-blog__text-1 {
    padding-top: 40px;

    font-weight: 500;
    font-size: 42px;
    line-height: 110%;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    text-align: center;
    color: #252525;
}

.header-hero__page-blog__text-1 span {
    font-style: italic;
    color: #911e45;
}

@media (max-width: 960px) {
    .header-hero__page-blog {
        padding-top: 8.3cqw; /*80px*/
        padding-bottom: 7.3cqw; /*70px*/
    }

    .header-hero__page-blog__text-1 {
        padding-top: 5.2cqw; /*50px*/
        font-size: 3.3cqw; /*32px*/
    }
}

@media (max-width: 575px) {
    .header-hero__page-blog {
        padding-top: 13.2cqw; /*50px*/
        padding-bottom: 21.2cqw; /*80px*/
    }

    .header-hero__page-blog__text-1 {
        padding-top: 13.2cqw; /*50px*/
        font-size: 7cqw; /*26px*/
    }
}
/* End */


/* Start:/local/templates/prolaser_v2/components/bitrix/news/company_news/bitrix/news.detail/.default/style.css?17850966184649*/
/* Форма в статье блога */
.page-article__text .blog-form-wrapper {
    background: #e6e3df;
    padding: 55px 54px;
    margin: 2rem 0;
    color: #252525;
    width: 100%;
    box-sizing: border-box;
}

.page-article__text .blog-form-wrapper a {
    color: #252525;
}

.page-article__text .blog-form-wrapper .caption {
    margin-bottom: 18px;
    font-size: 30px;
    line-height: 40px;
    color: #252525;
}

/* Поля */
.page-article__text .blog-form-wrapper input[type="text"],
.page-article__text .blog-form-wrapper input[type="tel"] {
    font-family: 'Montserrat', sans-serif;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 2px;
    width: 100%;
    height: 64px;
    border: 0 none;
    padding: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: rgba(37, 37, 37, 1);
    box-sizing: border-box;
}

.page-article__text .blog-form-wrapper input[type="text"].error,
.page-article__text .blog-form-wrapper input[type="tel"].error {
    background: rgba(145, 30, 69, 0.1);
    color: #911e45;
}

/* Кнопка */
.page-article__text .blog-form-wrapper button[type="submit"] {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    background: #911e45;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border: 0 none;
    width: 100%;
    height: 64px;
    cursor: pointer;
    transition: opacity 0.3s;
}

.page-article__text .blog-form-wrapper button[type="submit"]:hover {
    opacity: 0.7;
}

/* Чекбокс */
.page-article__text .blog-form-wrapper .confirm-box {
    padding-top: 10px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: rgba(37, 37, 37, 0.6);
    position: relative;
}

.page-article__text .blog-form-wrapper .confirm-box a {
    color: rgba(37, 37, 37, 0.6);
}

.page-article__text .blog-form-wrapper .confirm-box input[type="checkbox"] {
    display: none;
}

.page-article__text .blog-form-wrapper .confirm-box label {
    display: block;
    border-radius: 2px;
    width: 37px;
    height: 37px;
    background: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    flex-shrink: 0;
}

.page-article__text .blog-form-wrapper .confirm-box input[type="checkbox"]:checked ~ label {
        background-image: url(/local/templates/prolaser_v2/icons/checkbox-checked.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}

.page-article__text .blog-form-wrapper .confirm-box .error-message {
    position: absolute;
    top: 110%;
    padding: 5px 10px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

/* Адаптив — как в модалке */
@media (max-width: 960px) {
    .page-article__text .blog-form-wrapper {
        padding: 30px 30px;
    }

    .page-article__text .blog-form-wrapper input[type="text"],
    .page-article__text .blog-form-wrapper input[type="tel"] {
        height: 50px;
        font-size: 14px;
        padding: 15px;
    }

    .page-article__text .blog-form-wrapper button[type="submit"] {
        height: 50px;
        font-size: 14px;
    }

    .page-article__text .blog-form-wrapper .confirm-box {
        font-size: 14px;
    }

    .page-article__text .blog-form-wrapper .confirm-box label {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 575px) {
    .page-article__text .blog-form-wrapper {
        padding: 20px;
        margin: 1.5rem 0;
    }

    .page-article__text .blog-form-wrapper .caption {
        margin-bottom: 18px;
        font-size: 25px;
        line-height: 1;
    }

    .page-article__text .blog-form-wrapper input[type="text"],
    .page-article__text .blog-form-wrapper input[type="tel"] {
        height: 44px;
        font-size: 12px;
        padding: 14px;
    }

    .page-article__text .blog-form-wrapper button[type="submit"] {
        height: 44px;
        font-size: 12px;
    }

    .page-article__text .blog-form-wrapper .confirm-box {
        font-size: 10px;
        letter-spacing: -0.06em;
    }

    .page-article__text .blog-form-wrapper .confirm-box label {
        width: 25px;
        height: 25px;
    }
}
/* End */


/* Start:/local/templates/prolaser_v2/css/page-article.css?17658480846626*/
.header-page--article .header-wrapper {
    padding-bottom: 0;
}

#page-article {
    padding: 0 60px 140px 60px;
}

.page-article__hero {
    aspect-ratio: 1480 / 827;
    width: 100%;

    background-repeat: no-repeat;
    background-size: cover;
    background-color: #d9d0c9;

    border-radius: 5px;
    overflow: hidden;

    position: relative;
}

.page-article__hero-body {
    position: absolute;

    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    background-color: rgba(0,0,0,0.3);

    padding: 50px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-article__hero-first-line {
    display: flex;
    justify-content: space-between;
}

.page-article__hero-back {
    display: flex;
    align-items: center;

    font-weight: 500;
    font-size: 14px;
    line-height: 110%;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #fff;

    text-decoration: none;
}

.page-article__hero-back::before {
    content: '';
    width: 36px;
    height: 36px;
    aspect-ratio: 1;

    background: #eceae9;
    border-radius: 2px;
    margin-right: 10px;

    background-image: url(/local/templates/prolaser_v2/css/../icons/article-back.svg);
    background-repeat: no-repeat;
    background-position: center;
}

a.page-article__hero-back:hover, a.page-article__hero-back:focus, a.page-article__hero-back:active {
    opacity: 0.7;
}

.page-article__hero-date {
    height: 36px;
    padding: 0 10px;

    display: flex;
    align-items: center;

    border-radius: 2px;
    background: #eceae9;

    font-weight: 400;
    font-size: 14px;
    line-height: 110%;
    letter-spacing: -0.04em;
    color: rgba(37, 37, 37, 0.6);
}

.page-article__hero-title {
    font-weight: 500;
    font-size: 42px;
    line-height: 110%;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #fff;

    max-width: 656px;
    text-align: left;
    margin: 0;
}

.page-article__text {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    max-width: 730px;
}

.page-article__text .title,
.page-article__text h1,
.page-article__text h2,
.page-article__text h3,
.page-article__text h4,
.page-article__text h5,
.page-article__text h6 {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    color: #252525;

    margin-top: 60px;
    margin-bottom: 30px;
}

.page-article__text .title2 {
    margin-top: 30px;
    margin-bottom: 10px;

    font-weight: 500;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: -0.02em;
    color: #252525;
}

.page-article__text > p {
    margin: 10px 0;
}

.page-article__text > ul {
    margin: 10px 0;
    padding-left: 25px;
}

.page-article__others {
    margin-top: 100px;
    padding-top: 100px;
    border-top: 1px solid rgba(37, 37, 37, 0.1);
}

.page-article__others-title {
    font-weight: 500;
    font-size: 42px;
    line-height: 110%;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #252525;
}

.page-article__others .blog-list__grid {
    margin-top: 40px;
}

@media (max-width: 960px) {
    #page-article {
        padding: 0 0 10.4cqw 0; /*0 0 100px 0*/
    }

    .page-article__hero-body {
        padding: 4.2cqw 3.1cqw; /*40px 30px*/
    }

    .page-article__hero-back {
        font-size: 1.5cqw; /*14px*/
    }

    .page-article__hero-back::before {
        width: 3.8cqw; /*36px*/
        height: 3.8cqw; /*36px*/
    }

    
    .page-article__hero-date {
        height: 3.8cqw; /*36px*/
        padding: 0 1.1cqw; /*10px*/
        font-size: 1.5cqw; /*14px*/
    }

    .page-article__hero-title {
        font-size: 3.3cqw; /*32px*/
        max-width: 51.1cqw; /*490px*/
    }

    .page-article__text {
        margin-top: 10.4cqw; /*100px*/
        max-width: 62.6cqw; /*600px*/
        font-size: 1.5cqw; /*14px*/
    }

    .page-article__text .title,
    .page-article__text h1,
    .page-article__text h2,
    .page-article__text h3,
    .page-article__text h4,
    .page-article__text h5,
    .page-article__text h6 {
        font-size: 1.7cqw; /*16px*/
        margin-top: 4.2cqw; /*40px*/
        margin-bottom: 2.1cqw; /*20px*/
    }

    .page-article__text .title2 {
        margin-top: 2.1cqw; /*20px*/
        margin-bottom: 0.9cqw; /*8px*/

        font-size: 1.5cqw; /*14px*/
    }

    .page-article__text > p {
        margin: 0.9cqw 0; /*8px 0*/
    }

    .page-article__text > ul {
        margin: 1.1cqw 0; /*10px 0*/
        padding-left: 2.6cqw; /*25px*/
    }

    .page-article__others {
        display: none;
    }
}

@media (max-width: 575px) {
    #page-article {
        padding: 0 0 21.2cqw 0; /*0 0 80px 0*/
    }
    .page-article__hero {
        aspect-ratio: 355 / 500;

        background-position: center;
        background-position-x: 41%;
    }

    .page-article__hero-body {
        padding: 5.4cqw 4cqw; /*20px 15px*/
        row-gap: 2.9cqw; /*10px*/
    }

    .page-article__hero-first-line {
        flex-direction: column;
        align-items: flex-start;
        height: 100%;
    }

    .page-article__hero-back {
        font-size: 3.2cqw; /*12px*/
    }

    .page-article__hero-back::before {
        width: 8cqw; /*30px*/
        height: 8cqw; /*30px*/
    }

    .page-article__hero-date {
        height: 7.5cqw; /*28px*/
        padding: 0 2.9cqw; /*0 10px*/
        font-size: 3.2cqw; /*12px*/
    }

    .page-article__hero-title {
        font-size: 7cqw; /*26px*/
        max-width: none;
    }

    .page-article__text {
        margin: 16cqw 2.9cqw 0 2.9cqw; /*60px 10px 0 10px*/
        max-width: none;

        font-size: 3.7cqw; /*14px*/
    }

    .page-article__text .title,
    .page-article__text h1,
    .page-article__text h2,
    .page-article__text h3,
    .page-article__text h4,
    .page-article__text h5,
    .page-article__text h6 {
        font-size: 4.3cqw; /*16px*/
        margin-top: 10.7cqw; /*40px*/
        margin-bottom: 5.4cqw; /*20px*/
    }

    .page-article__text .title2 {
        font-size: 3.7cqw; /*14px*/
        margin-top: 5.4cqw; /*20px*/
        margin-bottom: 2.2cqw; /*8px*/
    }

    .page-article__text > p {
        margin: 2.2cqw 0; /*8px 0*/
    }

    .page-article__text > ul {
        padding-left: 3.7cqw; /*14px*/
        margin: 2.2cqw 0; /*8px 0*/
    }
}
/* End */


/* Start:/local/templates/prolaser_v2/css/blog.css?17618611093270*/
.blog__type-btns {
    margin: 80px 0 0 0;
    padding: 0;
    list-style: none;

    display: flex;
    justify-content: center;
    column-gap: 10px;
}

.blog__type-btns a, .blog__type-btns a:visited {
    display: flex;
    align-items: center;

    border-radius: 2px;
    height: 50px;
    background: #eceae9;
    padding: 0 20px;

    font-weight: 400;
    font-size: 14px;
    line-height: 110%;
    letter-spacing: -0.04em;
    color: rgba(37, 37, 37, 0.6);

    text-decoration: none;
}

.blog__type-btns a.active {
    background: #911e45;
    color: #fff;
}

.blog__type-btns a:hover, .blog__type-btns a:focus, .blog__type-btns a:active {
    opacity: 0.7;
}

.blog-list__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 40px;

    margin-top: 60px;
}

.blog-list__item {
    position: relative;
}

.blog-list__item .image {
    aspect-ratio: 355 / 400;
    width: 100%;
}

.blog-list__item .image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.blog-list__item .date {
    margin-top: 20px;

    font-weight: 400;
    font-size: 14px;
    line-height: 110%;
    letter-spacing: -0.04em;
    color: rgba(37, 37, 37, 0.6);
}

.blog-list__item .link {
    margin-top: 10px;

    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #252525;
}

.blog-list__item .link a {
    text-decoration: none;
}

.blog-list__item .link a:hover, .blog-list__item .link a:focus, .blog-list__item .link a:active {
    text-decoration: underline;
}

@media (max-width: 960px) {
    .blog__type-btns {
        margin: 8.3cqw 0 0 0; /*80px 0 0 0*/
        column-gap: 1.1cqw; /*10px*/
    }

    .blog__type-btns a, .blog__type-btns a:visited {
        height: 5.2cqw; /*50px*/
        padding: 0 2.1cqw; /*20px*/
        font-size: 1.5cqw; /*14px*/
    }

    .blog__type-btns {
        margin-top: 5.2cqw; /*50px*/
    }

    .blog-list__grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 2.1cqw; /*20px*/
        row-gap: 4.2cqw; /*40px*/
        margin-top: 5.2cqw; /*50px*/
    }

    .blog-list__item .image {
        aspect-ratio: 1;
    }

    .blog-list__item .date {
        margin-top: 2.1cqw; /*20px*/
        font-size: 1.5cqw; /*14px*/
    }

    .blog-list__item .link {
        margin-top: 1.1cqw; /*10px*/
        font-size: 1.7cqw; /*16px*/
    }
}

@media (max-width: 575px) {
    .blog__type-btns {
        margin-top: 12cqw; /*45px*/
        column-gap: 1.7cqw; /*6px*/
    }

    .blog__type-btns a, .blog__type-btns a:visited {
        height: 10.7cqw; /*40px*/
        padding: 0 6cqw; /*0 22px*/
        font-size: 3.2cqw; /*12px*/
    }

    .blog-list__grid {
        margin-top: 10.7cqw; /*40px*/
        grid-template-columns: 1fr;
        row-gap: 10.7cqw; /*40px*/
    }

    .blog-list__item .date {
        margin-top: 5.4cqw; /*20px*/
        font-size: 3.2cqw; /*12px*/
    }

    .blog-list__item .link {
        margin-top: 2.9cqw; /*10px*/
        font-size: 3.7cqw; /*14px*/
    }
}
/* End */
/* /local/templates/prolaser_v2/css/header-hero-page-blog.css?1761860919969 */
/* /local/templates/prolaser_v2/components/bitrix/news/company_news/bitrix/news.detail/.default/style.css?17850966184649 */
/* /local/templates/prolaser_v2/css/page-article.css?17658480846626 */
/* /local/templates/prolaser_v2/css/blog.css?17618611093270 */
