

/* Start:/bitrix/templates/mlife/css/freon-r32.css?178388816823896*/
.r32-page {
    --r32-blue: #00aeef;
    --r32-blue-dark: #087fa9;
    --r32-navy: #162033;
    --r32-text: #475569;
    --r32-muted: #64748b;
    --r32-line: #dce7ef;
    --r32-soft-blue: #f2f9fd;
    --r32-soft-gray: #f5f7f9;
    max-width: 1080px;
    margin: 34px auto 56px;
    padding: 0 16px;
    color: var(--r32-text);
    font-size: 16px;
    line-height: 1.7;
}

.r32-page,
.r32-page * {
    box-sizing: border-box;
}

.r32-page h1,
.r32-page h2,
.r32-page h3,
.r32-page p,
.r32-page ul,
.r32-page ol,
.r32-page figure {
    margin-top: 0;
}

.r32-page h1,
.r32-page h2,
.r32-page h3 {
    color: var(--r32-navy);
}

.r32-page h2 {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 1.3;
}

.r32-page h3 {
    font-size: 19px;
    line-height: 1.4;
}

.r32-page p {
    margin-bottom: 16px;
}

.r32-page a {
    color: var(--r32-blue-dark);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.r32-page a:focus-visible,
.r32-page summary:focus-visible,
.r32-table-wrap:focus-visible {
    outline: 3px solid rgba(0, 174, 239, 0.35);
    outline-offset: 3px;
}

.r32-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 9px;
    margin-bottom: 18px;
    color: var(--r32-muted);
    font-size: 14px;
}

.r32-breadcrumbs a {
    color: var(--r32-muted);
    text-decoration: none;
}

.r32-breadcrumbs a:hover {
    color: var(--r32-blue-dark);
    text-decoration: underline;
}

.r32-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 290px;
    gap: 28px;
    align-items: center;
    padding: 36px;
    margin-bottom: 28px;
    overflow: hidden;
    border: 1px solid #d7ecf6;
    border-radius: 18px;
    background: linear-gradient(135deg, #f2f9fd 0%, #ffffff 100%);
}

.r32-eyebrow,
.r32-kicker {
    margin-bottom: 8px;
    color: var(--r32-blue-dark);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1.4;
    text-transform: uppercase;
}

.r32-hero h1 {
    max-width: 700px;
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 1.15;
}

.r32-lead {
    max-width: 760px;
    color: var(--r32-text);
    font-size: 18px;
    line-height: 1.65;
}

.r32-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 16px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.r32-benefits li {
    position: relative;
    padding-left: 25px;
    color: #334155;
    font-size: 15px;
    font-weight: 700;
}

.r32-benefits li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--r32-blue);
    font-weight: 900;
}

.r32-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.r32-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 12px 19px;
    border: 1px solid var(--r32-blue);
    border-radius: 9px;
    font-weight: 800;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.r32-page .r32-button--primary {
    background: var(--r32-blue);
    color: #ffffff;
}

.r32-page .r32-button--primary:hover {
    border-color: var(--r32-blue-dark);
    background: var(--r32-blue-dark);
    color: #ffffff;
}

.r32-page .r32-button--secondary {
    background: #ffffff;
    color: var(--r32-navy);
}

.r32-page .r32-button--secondary:hover {
    background: var(--r32-soft-blue);
    color: var(--r32-navy);
}

.r32-hero__note {
    position: relative;
    padding: 26px 23px;
    border: 1px solid #cce8f5;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(22, 32, 51, 0.08);
}

.r32-hero__note::before {
    content: "R32";
    display: inline-flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
    border-radius: 50%;
    background: var(--r32-blue);
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
}

.r32-hero__note strong {
    display: block;
    margin-bottom: 8px;
    color: var(--r32-navy);
    font-size: 19px;
}

.r32-hero__note p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.6;
}

.r32-toc {
    padding: 21px 24px;
    margin-bottom: 40px;
    border: 1px solid var(--r32-line);
    border-radius: 13px;
    background: #ffffff;
}

.r32-toc > strong {
    display: block;
    margin-bottom: 10px;
    color: var(--r32-navy);
    font-size: 17px;
}

.r32-toc__links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
}

.r32-toc__links a {
    font-size: 14px;
}

.r32-section,
.r32-related,
.r32-order,
.r32-callout {
    margin-bottom: 46px;
    scroll-margin-top: 24px;
}

.r32-section__heading {
    max-width: 820px;
    margin-bottom: 18px;
}

.r32-answer {
    padding: 28px 30px;
    border-left: 5px solid var(--r32-blue);
    border-radius: 0 14px 14px 0;
    background: var(--r32-soft-blue);
}

.r32-answer h2 {
    font-size: 24px;
}

.r32-answer p:last-child {
    margin-bottom: 0;
}

.r32-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
    margin: 24px 0 30px;
}

.r32-fact {
    padding: 21px;
    border: 1px solid var(--r32-line);
    border-radius: 12px;
    background: #ffffff;
}

.r32-fact > span {
    display: block;
    margin-bottom: 7px;
    color: var(--r32-muted);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.r32-fact > strong {
    display: block;
    margin-bottom: 7px;
    color: var(--r32-blue-dark);
    font-size: 24px;
    line-height: 1.25;
}

.r32-fact p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.55;
}

.r32-composition {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 50px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding: 27px;
    border-radius: 14px;
    background: var(--r32-soft-gray);
}

.r32-composition__item {
    min-width: 0;
    text-align: center;
}

.r32-composition__item h3 {
    margin-bottom: 12px;
    font-size: 22px;
}

.r32-composition__item p {
    margin: 11px 0 0;
    color: var(--r32-muted);
    font-size: 14px;
}

.r32-composition__divider {
    color: var(--r32-muted);
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

.r32-component {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    padding: 10px;
    color: #ffffff;
    font-weight: 800;
}

.r32-component--blue {
    border-radius: 10px;
    background: var(--r32-blue);
}

.r32-component--navy {
    border-radius: 0 10px 10px 0;
    background: var(--r32-navy);
}

.r32-mixture {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.r32-mixture .r32-component--blue {
    border-radius: 10px 0 0 10px;
}

.r32-source-note {
    margin-top: 14px;
    color: var(--r32-muted);
    font-size: 13px;
    line-height: 1.55;
}

.r32-table-wrap {
    max-width: 100%;
    margin-top: 22px;
    overflow-x: auto;
    border: 1px solid var(--r32-line);
    border-radius: 12px;
    -webkit-overflow-scrolling: touch;
}

.r32-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    color: #334155;
    font-size: 14px;
    line-height: 1.5;
}

.r32-table caption {
    padding: 13px 15px;
    border-bottom: 1px solid var(--r32-line);
    background: var(--r32-soft-gray);
    color: var(--r32-navy);
    font-weight: 700;
    text-align: left;
}

.r32-table th,
.r32-table td {
    padding: 13px 14px;
    border-right: 1px solid #e8eef3;
    border-bottom: 1px solid #e8eef3;
    text-align: left;
    vertical-align: top;
}

.r32-table tr > *:last-child {
    border-right: 0;
}

.r32-table tbody tr:last-child > * {
    border-bottom: 0;
}

.r32-table thead th {
    background: var(--r32-navy);
    color: #ffffff;
    font-weight: 800;
}

.r32-table tbody th {
    color: var(--r32-blue-dark);
    font-weight: 800;
}

.r32-table tbody tr:nth-child(even) {
    background: #f9fbfc;
}

.r32-table--signs {
    min-width: 720px;
}

.r32-table--comparison {
    min-width: 1280px;
}

.r32-callout {
    padding: 25px 28px;
    border-radius: 13px;
}

.r32-callout--warning {
    border-left: 5px solid #f59e0b;
    background: #fff8ed;
}

.r32-callout h2 {
    margin-bottom: 9px;
    font-size: 23px;
}

.r32-callout p {
    margin-bottom: 0;
}

.r32-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 24px 0 30px;
    padding: 0;
    counter-reset: r32-step;
    list-style: none;
}

.r32-steps li {
    position: relative;
    min-height: 178px;
    padding: 55px 19px 19px;
    border: 1px solid var(--r32-line);
    border-radius: 12px;
    background: #ffffff;
    counter-increment: r32-step;
}

.r32-steps li::before {
    content: counter(r32-step);
    position: absolute;
    left: 18px;
    top: 16px;
    display: flex;
    width: 29px;
    height: 29px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--r32-blue);
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
}

.r32-steps strong,
.r32-steps span {
    display: block;
}

.r32-steps strong {
    margin-bottom: 7px;
    color: var(--r32-navy);
    font-size: 16px;
    line-height: 1.4;
}

.r32-steps span {
    font-size: 14px;
    line-height: 1.55;
}

.r32-cycle {
    padding: 27px;
    border-radius: 14px;
    background: var(--r32-soft-blue);
}

.r32-cycle > h3 {
    margin-bottom: 19px;
    text-align: center;
}

.r32-cycle__flow {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 22px minmax(0, 1fr) 22px minmax(0, 1fr) 22px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
}

.r32-cycle__flow > div {
    min-height: 148px;
    padding: 17px;
    border: 1px solid #cfe7f3;
    border-radius: 11px;
    background: #ffffff;
    text-align: center;
}

.r32-cycle__flow span {
    display: flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px;
    border-radius: 50%;
    background: var(--r32-blue);
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
}

.r32-cycle__flow strong,
.r32-cycle__flow small {
    display: block;
}

.r32-cycle__flow strong {
    margin-bottom: 6px;
    color: var(--r32-navy);
    font-size: 15px;
    line-height: 1.35;
}

.r32-cycle__flow small {
    color: var(--r32-muted);
    font-size: 12px;
    line-height: 1.4;
}

.r32-cycle__flow > b {
    color: var(--r32-blue-dark);
    font-size: 20px;
    text-align: center;
}

.r32-cycle > p {
    margin: 17px 0 0;
    color: var(--r32-muted);
    font-size: 14px;
    text-align: center;
}

.r32-equipment__grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
    gap: 30px;
    align-items: start;
}

.r32-photo {
    margin-bottom: 0;
    overflow: hidden;
    border: 1px solid var(--r32-line);
    border-radius: 14px;
    background: var(--r32-soft-gray);
}

.r32-photo img {
    display: block;
    width: 100%;
    height: auto;
}

.r32-photo figcaption {
    padding: 13px 16px;
    color: var(--r32-muted);
    font-size: 13px;
    line-height: 1.5;
}

.r32-check-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.r32-check-list li {
    position: relative;
    padding: 10px 0 10px 31px;
    border-bottom: 1px solid var(--r32-line);
    font-size: 15px;
}

.r32-check-list li:last-child {
    border-bottom: 0;
}

.r32-check-list li::before {
    content: "✓";
    position: absolute;
    left: 4px;
    top: 9px;
    color: var(--r32-blue);
    font-weight: 900;
}

.r32-safety-scale {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 24px 0;
}

.r32-safety-scale article {
    padding: 21px;
    border: 1px solid var(--r32-line);
    border-radius: 12px;
    background: #ffffff;
}

.r32-safety-scale article > span {
    display: inline-flex;
    min-width: 55px;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    margin-bottom: 13px;
    border-radius: 8px;
    background: var(--r32-navy);
    color: #ffffff;
    font-weight: 900;
}

.r32-safety-scale .r32-safety-scale__current {
    border: 2px solid var(--r32-blue);
    background: var(--r32-soft-blue);
}

.r32-safety-scale__current > span {
    background: var(--r32-blue);
}

.r32-safety-scale h3 {
    margin-bottom: 8px;
    font-size: 16px;
}

.r32-safety-scale p {
    margin-bottom: 0;
    color: var(--r32-muted);
    font-size: 14px;
}

.r32-notices {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
    margin-top: 24px;
}

.r32-notices article {
    padding: 21px;
    border-left: 4px solid #f59e0b;
    border-radius: 0 11px 11px 0;
    background: #fff8ed;
}

.r32-notices h3 {
    margin-bottom: 8px;
    font-size: 16px;
}

.r32-notices p {
    margin-bottom: 0;
    font-size: 14px;
}

.r32-cards {
    display: grid;
    gap: 15px;
    margin: 22px 0;
}

.r32-cards--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.r32-cards article {
    padding: 21px;
    border: 1px solid var(--r32-line);
    border-radius: 12px;
    background: #ffffff;
}

.r32-cards h3 {
    margin-bottom: 8px;
    font-size: 17px;
}

.r32-cards p {
    margin-bottom: 0;
    font-size: 14px;
}

.r32-price {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
    gap: 28px;
    padding: 30px;
    border-radius: 15px;
    background: var(--r32-soft-gray);
}

.r32-price > div p:last-child {
    margin-bottom: 0;
}

.r32-price aside {
    padding: 21px;
    border: 1px solid var(--r32-line);
    border-radius: 12px;
    background: #ffffff;
}

.r32-price aside > strong {
    display: block;
    margin-bottom: 8px;
    color: var(--r32-navy);
}

.r32-price aside ul {
    margin: 0 0 14px;
    padding-left: 20px;
}

.r32-price aside li {
    margin-bottom: 4px;
    font-size: 14px;
}

.r32-price aside a {
    font-size: 14px;
    font-weight: 700;
}

.r32-faq details {
    margin-bottom: 10px;
    padding: 0 19px;
    border: 1px solid var(--r32-line);
    border-radius: 11px;
    background: #ffffff;
}

.r32-faq summary {
    position: relative;
    padding: 17px 38px 17px 0;
    color: var(--r32-navy);
    cursor: pointer;
    font-weight: 800;
    line-height: 1.45;
    list-style: none;
}

.r32-faq summary::-webkit-details-marker {
    display: none;
}

.r32-faq summary::after {
    content: "+";
    position: absolute;
    right: 2px;
    top: 12px;
    color: var(--r32-blue);
    font-size: 27px;
    font-weight: 400;
    line-height: 1;
}

.r32-faq details[open] summary::after {
    content: "−";
}

.r32-faq details p {
    padding: 0 38px 17px 0;
    margin-bottom: 0;
    font-size: 15px;
}

.r32-related {
    padding: 27px;
    border: 1px solid #d7ecf6;
    border-radius: 14px;
    background: var(--r32-soft-blue);
}

.r32-related h2 {
    font-size: 24px;
}

.r32-related__links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.r32-related__links a {
    display: block;
    min-height: 92px;
    padding: 16px 18px;
    border: 1px solid var(--r32-line);
    border-radius: 10px;
    background: #ffffff;
    color: var(--r32-navy);
    font-weight: 800;
    line-height: 1.4;
    text-decoration: none;
}

.r32-related__links a:hover {
    border-color: var(--r32-blue);
    color: var(--r32-blue-dark);
}

.r32-related__links span {
    display: block;
    margin-bottom: 5px;
    color: var(--r32-muted);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.r32-order {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--r32-line);
    border-radius: 18px;
    background: #ffffff;
}

.r32-order__form,
.r32-order__contacts {
    min-width: 0;
    padding: 31px;
}

.r32-order__form {
    background: var(--r32-soft-gray);
}

.r32-order__form h2 {
    margin-bottom: 10px;
    color: var(--r32-navy);
    font-size: 25px;
}

.r32-order__form > p:not(.r32-kicker) {
    margin-bottom: 20px;
}

.r32-order__form .feedback h4 {
    margin: 18px 0 7px;
    color: var(--r32-navy);
    font-size: 18px;
}

.r32-order__form .feedback > p {
    margin-bottom: 14px;
    color: var(--r32-text);
    font-size: 14px;
}

.r32-order__form .wrapfield,
.r32-order__form .field {
    width: 100%;
}

.r32-order__form .field {
    margin-bottom: 12px;
}

.r32-order__form .field label {
    display: block;
    margin-bottom: 6px;
    color: var(--r32-navy);
    font-size: 14px;
    font-weight: 700;
}

.r32-order__form input[type="text"],
.r32-order__form input[type="tel"],
.r32-order__form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="hidden"]) {
    display: block;
    width: 100%;
    min-height: 50px;
    padding: 12px 14px;
    margin: 0;
    border: 1px solid #cdd8e0;
    border-radius: 10px;
    background: #ffffff;
    color: var(--r32-text);
    font: inherit;
    font-size: 16px;
    box-shadow: none;
}

.r32-order__form input:focus {
    border-color: var(--r32-blue);
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 174, 239, 0.15);
}

.r32-order__form .button {
    margin-top: 14px;
}

.r32-order__form .button a {
    display: flex;
    width: 100%;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 13px 18px;
    border-radius: 10px;
    background: var(--r32-blue);
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
    text-decoration: none;
}

.r32-order__form .button a:hover {
    background: var(--r32-blue-dark);
    color: #ffffff;
}

/* Сброс старых глобальных стилей формы шаблона Bitrix только внутри страницы R32. */
.r32-page .r32-order__form .feedback {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.r32-page .r32-order__form .feedback .wrapfield {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: visible;
}

.r32-page .r32-order__form .feedback .wrapfield .field {
    display: block;
    float: none;
    clear: both;
    width: 100%;
    margin: 0 0 14px;
    padding: 0;
}

.r32-page .r32-order__form .feedback .wrapfield .field label {
    display: block;
    width: 100%;
    margin: 0 0 7px;
    padding: 0;
    color: var(--r32-navy);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

.r32-page .r32-order__form .feedback .wrapfield .field input[type="text"],
.r32-page .r32-order__form .feedback .wrapfield .field input[type="tel"] {
    display: block;
    float: none;
    width: 100%;
    height: 50px;
    min-height: 50px;
    margin: 0;
    padding: 12px 14px;
    border: 1px solid #cdd8e0;
    border-radius: 10px;
    background: #ffffff;
    color: var(--r32-text);
    font-family: inherit;
    font-size: 16px;
    line-height: 1.4;
    box-shadow: none;
}

.r32-page .r32-order__form .feedback .wrapfield .field input:focus {
    border-color: var(--r32-blue);
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 174, 239, 0.15);
}

.r32-page .r32-order__form .feedback .wrapfield .button {
    display: block;
    float: none;
    clear: both;
    width: 100%;
    margin: 18px 0 0;
    padding: 0;
}

.r32-page .r32-order__form .feedback .wrapfield .button a {
    display: flex;
    float: none;
    width: 100%;
    height: auto;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 13px 18px;
    border-radius: 10px;
    background: var(--r32-blue);
    color: #ffffff;
    font-family: inherit;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
    text-decoration: none;
    text-transform: none;
}

.r32-page .r32-order__form .feedback .wrapfield .button a:hover {
    background: var(--r32-blue-dark);
    color: #ffffff;
}

.r32-order__contacts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--r32-navy);
    color: #dbe6ef;
}

.r32-order__contacts h3 {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 25px;
}

.r32-order__contacts > p {
    margin-bottom: 21px;
    color: #d5dee8;
}

.r32-contact-buttons {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.r32-page .r32-contact-button {
    display: flex;
    min-height: 50px;
    align-items: center;
    padding: 13px 17px;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 800;
    line-height: 1.35;
    text-decoration: none;
}

.r32-page .r32-contact-button:hover {
    color: #ffffff;
    filter: brightness(0.94);
}

.r32-contact-button--call {
    background: #2196f3;
}

.r32-contact-button--viber {
    background: #7b519d;
}

.r32-contact-button--telegram {
    background: #0088cc;
}

@media (max-width: 900px) {
    .r32-hero {
        grid-template-columns: minmax(0, 1fr) 250px;
        padding: 29px;
    }

    .r32-hero h1 {
        font-size: 35px;
    }

    .r32-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .r32-cycle__flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .r32-cycle__flow > b {
        display: none;
    }

    .r32-cycle__flow > div {
        min-height: 0;
    }

    .r32-notices {
        grid-template-columns: 1fr;
    }

    .r32-order {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .r32-page {
        margin-top: 24px;
    }

    .r32-hero,
    .r32-equipment__grid,
    .r32-price {
        grid-template-columns: 1fr;
    }

    .r32-hero__note {
        display: grid;
        grid-template-columns: 58px minmax(0, 1fr);
        column-gap: 15px;
        align-items: center;
    }

    .r32-hero__note::before {
        grid-row: 1 / 3;
        margin-bottom: 0;
    }

    .r32-facts,
    .r32-safety-scale,
    .r32-cards--3 {
        grid-template-columns: 1fr;
    }

    .r32-fact {
        display: grid;
        grid-template-columns: minmax(120px, 0.45fr) minmax(0, 1fr);
        gap: 4px 16px;
    }

    .r32-fact > span,
    .r32-fact > strong {
        grid-column: 1;
    }

    .r32-fact p {
        grid-column: 2;
        grid-row: 1 / 3;
    }

    .r32-equipment__grid {
        gap: 22px;
    }
}

@media (max-width: 600px) {
    .r32-page h2 {
        font-size: 23px;
    }

    .r32-hero {
        gap: 22px;
        padding: 23px 20px;
        border-radius: 14px;
    }

    .r32-hero h1 {
        font-size: 29px;
    }

    .r32-lead {
        font-size: 16px;
    }

    .r32-benefits,
    .r32-steps,
    .r32-related__links,
    .r32-cycle__flow {
        grid-template-columns: 1fr;
    }

    .r32-steps li {
        min-height: 0;
    }

    .r32-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .r32-button {
        width: 100%;
    }

    .r32-hero__note {
        display: block;
    }

    .r32-hero__note::before {
        margin-bottom: 14px;
    }

    .r32-toc,
    .r32-answer,
    .r32-callout,
    .r32-cycle,
    .r32-related,
    .r32-price {
        padding: 20px 18px;
    }

    .r32-order__form,
    .r32-order__contacts {
        padding: 24px 20px;
    }

    .r32-composition {
        grid-template-columns: 1fr;
        padding: 20px 18px;
    }

    .r32-composition__divider {
        padding: 2px 0;
    }

    .r32-fact {
        display: block;
    }

    .r32-faq details {
        padding: 0 15px;
    }

    .r32-faq summary {
        padding-right: 32px;
    }

    .r32-faq details p {
        padding-right: 0;
    }

    .r32-table th,
    .r32-table td {
        padding: 11px 10px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .r32-page .r32-button {
        transition: none;
    }
}

/* End */
/* /bitrix/templates/mlife/css/freon-r32.css?178388816823896 */
