/* Новая шапка */

.pc-only { display: flex !important; }
.mob-only { display: none !important; }

.header-new {
    width: 100%;
    background: #fff;
    padding: 0;
    margin: 0 0 32px;
    border: none !important;
    border-top: 1px solid #1B628D !important;
    font-family: 'Open Sans', sans-serif;
    box-shadow: 0 10px 32px rgba(5, 58, 80, 0.08);
}
.header-new__top, 
.header-new__nav {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.header-new__top {
    box-sizing: border-box;
    width: 100%;
    max-width: 1170px;
    gap: 24px;
    min-height: 118px;
    height: auto;
    padding: 12px 0;
}

/* Блок Логотипа */

.hn-logo {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 220px;
    flex: 0 0 220px;
}
.hn-logo-row {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}
.hn-logo-main img {
    display: block;
    width: 158px;
    height: 50px;
    object-fit: contain;
}
.hn-logo-mark img {
    display: block;
    width: 44px;
    height: 44px;
    object-fit: contain;
}
.hn-logo-descriptor {
    color: #053A50;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.01em;
    white-space: nowrap;
    cursor: default;
}

/* Инфо-блок */

.hn-center {
    display: flex;
    flex: 1 1 680px;
    flex-direction: column;
    gap: 8px;
    min-width: 300px;
}

.hn-center-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-width: 0;
}

.hn-info {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    gap: 5px;
    width: auto;
    min-width: 0;
    max-width: none;
    padding: 0;
    background: transparent;
    border-radius: 0;
}
.hn-info-meta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 9px;
    min-width: 0;
}
.hn-info-line {
    padding-left: 20px;
    font-size: 13px;
    line-height: 18px;
    color: #30434B;
    background: left center no-repeat;
}
.hn-info-line._geo { 
    min-width: 0;
    flex: 0 1 auto;
    background-image: url('../img/icon/geo.png'); 
}
.hn-info-line._time { 
    background-image: url('../img/icon/time.png');
    white-space: nowrap;
}
.hn-info-line._time br { 
    display: none;
}
.hn-info-line .cf-city {
    height: auto;
    margin: 0;
    font-size: 11px;
    line-height: 17px;
    color: #667981;
    white-space: nowrap;
}
.hn-info-line .cf-city a.city {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #053A50;
    text-decoration: none;
    border-bottom: 1px dashed #78909A;
}
.hn-info-line .cf-city a.city:hover,
.hn-info-line .cf-city a.city:focus {
    color: #1B628D;
    border-bottom-color: #1B628D;
    text-decoration: none;
}
.hn-info-line .cf-city .cf-confirm {
    min-width: 150px;
    font-weight: bold;
    margin: 7px 0;
    font-size: 15px;
    color: #383838;
}
.hn-map-link {
    flex: 0 0 auto;
    padding-left: 0;
    font-size: 12px;
    line-height: 17px;
    color: #1B628D;
    text-decoration: none;
    white-space: nowrap;
}
.hn-map-link:hover {
    color: #053A50;
    text-decoration: underline;
}

.hn-search {
    position: relative;
    display: flex;
    width: 100%;
    height: 40px;
    margin: 0;
    overflow: visible;
    background: #FFFFFF;
    border: 1px solid #D8E4E9;
    border-radius: 10px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.hn-center > .hn-search {
    width: 100%;
}
.hn-search:focus-within {
    border-color: #1B628D;
    box-shadow: 0 0 0 3px rgba(27, 98, 141, 0.1);
}
.hn-search-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.hn-search input[type="search"] {
    min-width: 0;
    width: 100%;
    height: 38px;
    margin: 0;
    padding: 0 14px;
    background: transparent;
    border: 0;
    outline: none;
    box-shadow: none;
    color: #30434B;
    font: 400 13px/38px 'Open Sans', sans-serif;
    -webkit-appearance: none;
    appearance: none;
}
.hn-search input[type="search"]::-webkit-search-cancel-button {
    margin-right: 2px;
}
.hn-search input[type="search"]::placeholder {
    color: #7A8C94;
    opacity: 1;
}
.hn-search button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 38px;
    margin: 0;
    padding: 0;
    background: #1B628D;
    border: 0;
    border-radius: 0 9px 9px 0;
    color: #FFFFFF;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
.hn-search button:hover,
.hn-search button:focus {
    background: #053A50;
}
.hn-search button svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
}

.catalog-autocomplete[hidden] {
    display: none !important;
}

.catalog-autocomplete {
    position: absolute;
    z-index: 1200;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    max-height: min(470px, calc(100vh - 150px));
    padding: 7px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #d4e3e8;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(4, 51, 70, .2);
    scrollbar-color: #b5d1db transparent;
    scrollbar-width: thin;
}

.catalog-autocomplete__group-title {
    padding: 8px 10px 5px;
    color: #78909a;
    font-size: 9px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.catalog-autocomplete__option {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 24px;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    padding: 6px 9px 6px 6px;
    border-radius: 10px;
    color: #173f4f;
    text-decoration: none;
    transition: color .15s ease, background-color .15s ease;
}

.catalog-autocomplete__option:hover,
.catalog-autocomplete__option:focus-visible,
.catalog-autocomplete__option.is-active {
    color: #073f56;
    background: #eef7f9;
    outline: 0;
}

.catalog-autocomplete__visual {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid #e0eaed;
    border-radius: 9px;
    color: #0b7398;
    background: #fff;
    font-size: 12px;
    font-weight: 800;
    overflow: hidden;
}

.catalog-autocomplete__visual--category {
    background: #f3f9fb;
}

.catalog-autocomplete__visual img {
    display: block;
    width: 100%;
    height: 100%;
    padding: 4px;
    object-fit: contain;
    object-position: center;
    mix-blend-mode: multiply;
}

.catalog-autocomplete__content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 3px;
}

.catalog-autocomplete__title {
    display: -webkit-box;
    overflow: hidden;
    color: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.catalog-autocomplete__title mark {
    padding: 0;
    border-radius: 2px;
    color: #073f56;
    background: #d7eef4;
}

.catalog-autocomplete__meta {
    overflow: hidden;
    color: #78909a;
    font-size: 9px;
    font-weight: 600;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.catalog-autocomplete__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 7px;
    color: #1680a5;
    background: #e6f3f6;
    font-size: 14px;
    transition: transform .15s ease;
}

.catalog-autocomplete__option:hover .catalog-autocomplete__arrow,
.catalog-autocomplete__option:focus-visible .catalog-autocomplete__arrow,
.catalog-autocomplete__option.is-active .catalog-autocomplete__arrow {
    transform: translateX(2px);
}

.catalog-autocomplete__empty {
    display: flex;
    min-height: 86px;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    background: #f5f9fa;
}

.catalog-autocomplete__empty strong {
    margin-bottom: 4px;
    color: #073f56;
    font-size: 12px;
}

.catalog-autocomplete__empty span {
    color: #718891;
    font-size: 10px;
    line-height: 1.45;
}

.hn-search .catalog-autocomplete__all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
    height: auto;
    min-height: 42px;
    margin-top: 5px;
    padding: 9px 12px;
    border: 0;
    border-radius: 9px;
    color: #0a6689;
    background: #eaf5f8;
    font: 700 10px/1.35 'Open Sans', sans-serif;
    text-align: left;
    cursor: pointer;
}

.hn-search .catalog-autocomplete__all:hover,
.hn-search .catalog-autocomplete__all:focus-visible {
    color: #fff;
    background: #0b6d91;
    outline: 0;
}

.catalog-autocomplete__status {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

@media (max-width: 860px) {
    .mmn-search .catalog-autocomplete {
        top: calc(100% - 8px);
        right: 15px;
        left: 15px;
        max-height: min(430px, calc(100vh - 120px));
    }

    .mmn-search .catalog-autocomplete__option {
        grid-template-columns: 46px minmax(0, 1fr) 22px;
        min-height: 56px;
    }

    .mmn-search .catalog-autocomplete__visual {
        width: 46px;
        height: 46px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .catalog-autocomplete__option,
    .catalog-autocomplete__arrow {
        transition: none;
    }
}

/* Контакты */

.hn-contacts {
    display: flex;
    justify-content: flex-end;
    flex: 0 0 350px;
    min-width: 0;
    gap: 20px;
}
.hn-office {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    max-width: 245px;
}
.hn-phone a,
.hn-phone a span {
    height: 24px;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    color: #053A50;
    text-decoration: none;
    white-space: nowrap;
}
.hn-email,
.hn-email span {
    height: 20px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #1B628D;
    text-decoration: none;
    white-space: nowrap;
}
.hn-phone a:hover,
.hn-phone a:hover span,
.hn-email:hover,
.hn-email:hover span {
    color: #BD173A;
}
.hn-address {
    margin-top: 5px;
    font-size: 13px;
    line-height: 18px;
    color: #667981;
    white-space: nowrap;
}
.hn-address br {
    display: none;
}

@media (min-width: 1200px) {
    .hn-contacts .hn-office:first-child {
        min-width: 170px;
    }

    .hn-contacts .hn-office + .hn-office {
        min-width: 150px;
    }
}

/* Действия и Кнопка */

.hn-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}
.hn-messengers {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.hn-messengers img {
    display: block;
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.hn-btn-callback {
    padding: 10px 16px;
    background: #1B628D;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    border-radius: 8px;
    box-shadow: 0 5px 14px rgba(27, 98, 141, 0.2);
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.hn-btn-callback:hover {
    color: #FFFFFF;
    background: #053A50;
    transform: translateY(-1px);
    box-shadow: 0 7px 18px rgba(5, 58, 80, 0.24);
}

/* Навигация */

.header-new__nav {
    background: #053A50;
    height: 56px;
    position: relative;
    isolation: isolate;
}
.header-new__nav::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background: #053A50;
}
.hn-nav {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
.hn-nav ul {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.hn-nav ul li {
    flex: 1 1 auto;
    margin: 0;
    display: block;
    text-align: center;
    position: relative;
}
.hn-nav ul li a, 
.hn-nav ul li span {
    display: block;
    padding: 0 18px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    line-height: 56px;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.hn-nav > ul > li:hover > a,
.hn-nav > ul > li:hover > span,
.hn-nav > ul > li.active > a,
.hn-nav > ul > li.active > span,
.hn-nav > ul > li.current > a,
.hn-nav > ul > li.current > span {
    background: rgba(255, 255, 255, 0.1);
}
.hn-nav ul li:hover span { 
    cursor: default;
}

.header-new.fixed_header {
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
}
.header-new.fixed_header .header-new__top {
    max-width: 1170px;
}

#out.has-fixed-header::before {
    display: block;
    width: 100%;
    height: var(--fixed-header-flow-space, 0);
    content: '';
}

@media (min-width: 768px) {
    .header-new.fixed_header .header-new__top {
        min-height: 78px;
        height: 78px;
        padding: 8px clamp(18px, 1.8vw, 30px);
    }
    .header-new.fixed_header .hn-logo {
        width: 190px;
        flex-basis: 190px;
    }
    .header-new.fixed_header .hn-logo-main img {
        width: 135px;
        height: 43px;
    }
    .header-new.fixed_header .hn-logo-mark img {
        width: 36px;
        height: 36px;
    }
    .header-new.fixed_header .hn-logo-descriptor {
        font-size: 10px;
        line-height: 13px;
    }
    .header-new.fixed_header .hn-info {
        padding: 0;
    }
    .header-new.fixed_header .hn-info-line._time,
    .header-new.fixed_header .hn-map-link,
    .header-new.fixed_header .hn-search,
    .header-new.fixed_header .hn-address {
        display: none !important;
    }
}

/* Адаптив для МУ */

@media (max-width: 1199px) {
    .header-new__top {
        width: 100%;
        gap: 18px;
        min-height: 118px;
        padding: 14px 18px;
    }
    .hn-logo {
        width: 210px;
        flex-basis: 210px;
    }
    .hn-logo-row {
        gap: 10px;
    }
    .hn-logo-main img {
        width: 158px;
        height: 50px;
    }
    .hn-logo-mark img {
        width: 42px;
        height: 42px;
    }
    .hn-logo-descriptor {
        font-size: 11px;
    }
    .hn-center {
        min-width: 230px;
        gap: 4px;
    }
    .hn-center-top {
        gap: 16px;
    }
    .hn-info-line._time {
        white-space: normal; 
    }
    .hn-info {
        flex: 1 1 auto;
        width: auto;
        min-width: 0;
        max-width: none;
    }
    .hn-center > .hn-search {
        width: 100%;
        height: 40px;
    }
    .hn-center > .hn-search input[type="search"] {
        height: 38px;
        font-size: 13px;
        line-height: 38px;
    }
    .hn-center > .hn-search button {
        flex-basis: 42px;
        width: 42px;
        height: 38px;
    }
    .hn-info-line .cf-city {
        font-size: 11px;
    }
    .hn-info-line._time br { 
        display: none;
    }
    .hn-contacts {
        flex: 0 1 320px;
        min-width: 280px;
        gap: 15px; 
    }
    .hn-phone a,
    .hn-phone a span {
        font-size: 15px;
    }
    .hn-email,
    .hn-email span {
        font-size: 15px;
    }
    .hn-address {
        white-space: normal;
    }
    .hn-address br { 
        display: inline;
    }
    .hn-btn-callback {
        padding: 10px 14px;
        font-size: 14px;
    }
    .hn-nav ul li a, 
    .hn-nav ul li span {
        font-size: 14px;
    }
    
    .header-new.fixed_header .header-new__top {
        max-width: none;
    }
}

@media (max-width: 1099px) and (min-width: 768px) {
    .hn-actions,
    .hn-address {
        display: none !important;
    }
}

@media (max-width: 850px) and (min-width: 768px) {
    .hn-center {
        min-width: 205px;
    }

    .hn-info-line .cf-city {
        font-size: 0;
    }

    .hn-map-link {
        font-size: 10px;
    }

    .hn-info-line._time {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

@media (max-width: 991px) {
    .hn-actions {
        display: none !important;
    }
    .hn-nav ul li a, 
    .hn-nav ul li span {
        font-size: 13px;
    }
    
    .header-new.fixed_header .header-new__top {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .pc-only { display: none !important; }
    .mob-only { display: flex !important; }

    .header-new {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-bottom: 28px;
    }
    
    .header-new__top {
        width: calc(100% - 24px);
        gap: 8px;
        min-height: 72px;
        height: 72px;
        padding: 6px 0;
        margin: 0 auto;
    }
    .hn-center {
        display: none;
    }
    .hn-logo {
        gap: 0;
        width: 132px;
        flex-basis: 132px;
    }
    .hn-logo-descriptor {
        max-width: 125px;
        white-space: wrap;
    }
    .hn-logo-main img {
        width: 100px;
        height: 32px;
    }
    .hn-logo-mark img {
        width: 30px;
        height: 30px;
    }
    .hn-logo-descriptor {
        font-size: 8px;
        line-height: 11px;
    }
    .hn-info {
        width: 0;
        min-width: 0;
        max-width: 0;
        flex: 0 0 0;
        padding: 0;
        overflow: hidden;
    }
    .hn-info-line._geo .cf-city,
    .hn-info-line._time,
    .hn-map-link {
         display: none;
    }
    .hn-contacts { 
        min-width: 0;
        gap: 0; 
        flex-direction: column; 
    }
    .hn-phone a,
    .hn-phone a span {
        height: 20px;
        line-height: 20px;
    }
    .hn-burger {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        margin-left: 8px; 
    }
    .hn-burger .mobmenu-toggle {
        display: block;
        position: relative;
        top: 0;
        right: 0;
    }
    
    .header-new.fixed_header .header-new__top {
        max-width: 545px;
    }
}

@media (max-width: 574px) {
    .header-new.fixed_header .header-new__top {
        max-width: 345px;
    }
}
@media (max-width: 360px) {
    .header-new.fixed_header .header-new__top {
        max-width: 330px;
    }
}
.wrapper-topper a:hover {
    border-bottom: unset;
    text-decoration-line: unset;
}
.wrapper-topper a {
    padding: 0;
    border-bottom: unset;
    text-decoration-line: underline;
}
.wrapper-topper button:hover {
    cursor: pointer;
}
.hide_topper {
    display: none !important;
}
.hide_product .modal-label {
    display: none;
}
.hide_product .modal-subtitle {
    display: none;
}
.wrapper-topper p {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0;
    text-decoration-style: solid;
}
.wrapper-topper p strong {
    font-weight: 700;
}
.wrapper-topper .top-line-mu p {
    font-size: 13px;
}
.wrapper-topper .bottom-line-mu p {
    font-size: 13px;
}
.wrapper-topper {
    display: flex;
    justify-content: space-between;
    height: 52px;
}
.wrapper-topper .left-part {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
}
.wrapper-topper .right-part {
    display: flex;
    flex-direction: row;
    gap: 50px;
    align-items: center;
}
.wrapper-topper .text-block {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
}
.wrapper-topper .topper-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(5, 58, 80, 0.08);
    border-radius: 8px;
    width: 270px;
    height: 34px;
    background: #fff;
    box-shadow: 0 3px 10px rgba(5, 58, 80, 0.1);
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    color: #383838;
    transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, transform 0.18s ease;
}
.wrapper-topper .topper-button:hover {
    background: #F2F7F9;
    border-color: rgba(5, 58, 80, 0.18);
    box-shadow: 0 5px 14px rgba(5, 58, 80, 0.14);
    color: #053A50;
    transform: translateY(-1px);
}
.wrapper-topper .topper-button:focus-visible {
    border-color: #8FB5C5;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.28), 0 4px 12px rgba(5, 58, 80, 0.14);
}
.wrapper-topper .topper-button:active {
    box-shadow: 0 2px 7px rgba(5, 58, 80, 0.1);
    transform: translateY(0);
}
.top-page-line {
    height: 52px;
    padding: 0;
}
.wrapper-topper .close-topper {
    background-color: #1b628d;
    border: 0;
}
.wrapper-topper .text-block .bottom-line-mu .topper-button {
    width: 235px;
    height: 26px;
    padding: 0;
    font-size: 13px;
}
@media (min-width: 767px) {
    .bottom-line-mu {
        display: none;
    }
    .top-line-mu {
        display: none;
    }
}
@media (max-width: 767px) {
    .top-page-line{
    
        display:none;
    }
    
    .top-line {
        display: none;
    }
    .bottom-line {
        display: none;
    }
    .right-part .topper-button {
        display: none;
    }
    .wrapper-topper .right-part .topper-button {
        display: none;
    }
    .wrapper-topper .icon-block {
        display: none;
    }
    .top-page-line {
        height: 47px;
        padding: 10px 15px;
    }
    .wrapper-topper.container {
        max-width: 1000px;
        padding: 0;
        margin: 0;
    }
}

/* Новые окна */

.modal-new h4 {
    margin: 0;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 24px;
    line-height: 22px;
}
.modal-new .modal-subtitle {
    margin: 14px 0 0;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
.modal-new form {
     margin: 20px 0 0;   
}

/* Новые формы */

.form-new .fieldBlock > input {
    width: 100%;
    float: none !important;
}
.form-new [class^="error_"] {
    display: block;
    margin: -10px 0 10px;
    text-align: left;
}
.form-new [class^="error_"] span {
    display: block;
    color: brown !important;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}
.form-new .block-require {
    padding: 5px 0 10px;
    color: #999999;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
}
.form-new .block-require a {
     text-decoration: none;   
}
.form-new .formBtn {
    height: 46px;
    padding: 12px 29px !important;
    background: #1B628D !important;
    color: #F5F5F5 !important;
    font-size: 16px !important;
    line-height: 22px;
    text-decoration: none;
    text-transform: none !important;
    border-radius: 0;
    border: none !important;
}
.form-new .formBtn:hover {
    color: #F5F5F5 !important;
    background: #053A50 !important;
}

/* Информационный подвал */

.site-footer {
    position: relative;
    width: 100%;
    margin: 0;
    overflow: hidden;
    border-top: 1px solid rgba(139, 207, 226, 0.3);
    background: #062F40;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
}

.site-footer::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, #0B607F, #32A2C2 52%, #0B607F);
    content: '';
}

.site-footer__glow {
    position: absolute;
    top: -260px;
    right: -180px;
    width: 620px;
    height: 620px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(41, 151, 185, 0.2), rgba(41, 151, 185, 0) 68%);
    pointer-events: none;
}

.site-footer__inner {
    position: relative;
    z-index: 1;
    width: min(var(--layout-max), calc(100% - (var(--page-gutter) * 2)));
    margin: 0 auto;
}

.site-footer__intro {
    display: grid;
    grid-template-columns: minmax(280px, 0.85fr) minmax(460px, 1.15fr);
    gap: clamp(34px, 6vw, 88px);
    align-items: center;
    padding: clamp(42px, 5vw, 62px) 0 clamp(34px, 4vw, 48px);
    border-bottom: 1px solid rgba(179, 218, 229, 0.17);
}

.site-footer__brand {
    max-width: 470px;
}

.site-footer__logo {
    display: inline-flex;
    width: 184px;
    min-height: 68px;
    align-items: center;
    justify-content: center;
    padding: 8px 13px;
    border: 1px solid rgba(255, 255, 255, 0.76);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.96);
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.site-footer__logo:hover,
.site-footer__logo:focus {
    border-color: #7DD2EA;
    outline: 0;
    transform: translateY(-2px);
}

.site-footer__logo img {
    display: block;
    width: 158px;
    height: auto;
}

.site-footer__description {
    max-width: 460px;
    margin: 20px 0 17px;
    color: #C5D9E0;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.65;
}

.site-footer__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.site-footer__facts span {
    display: inline-flex;
    min-height: 29px;
    align-items: center;
    padding: 5px 10px;
    border: 1px solid rgba(154, 207, 222, 0.25);
    border-radius: 999px;
    color: #B8D3DC;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.4;
}

.site-footer__facts span::before {
    width: 6px;
    height: 6px;
    margin-right: 7px;
    border-radius: 50%;
    background: #48B1CF;
    content: '';
}

.site-footer__cta {
    display: flex;
    gap: clamp(24px, 4vw, 52px);
    align-items: center;
    justify-content: space-between;
    padding: clamp(25px, 3vw, 34px);
    border: 1px solid rgba(151, 207, 223, 0.22);
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.035));
    box-shadow: 0 22px 55px rgba(1, 24, 34, 0.18);
}

.site-footer__cta-copy {
    min-width: 0;
}

.site-footer__eyebrow {
    display: block;
    margin-bottom: 8px;
    color: #78C5DC;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.site-footer__cta-title {
    margin: 0;
    color: #FFFFFF;
    font-size: clamp(22px, 2vw, 29px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.035em;
}

.site-footer__cta-text {
    max-width: 440px;
    margin: 9px 0 0;
    color: #BBD2DA;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.55;
}

.site-footer__cta-actions {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 9px;
    width: 156px;
}

.site-footer__button {
    display: inline-flex;
    min-height: 43px;
    align-items: center;
    justify-content: center;
    padding: 9px 17px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 9px;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.site-footer__button--primary {
    border-color: #FFFFFF;
    background: #FFFFFF;
    color: #0A526B;
}

.site-footer__button:hover,
.site-footer__button:focus {
    border-color: #63C2DD;
    background: #63C2DD;
    color: #062F40;
    text-decoration: none;
    outline: 0;
    transform: translateY(-1px);
}

.site-footer__main {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(28px, 4vw, 60px);
    align-items: start;
    padding: clamp(38px, 5vw, 58px) 0;
}

.site-footer__nav h2,
.site-footer__contacts h2 {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.site-footer__nav h2 {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(171, 211, 222, 0.17);
}

.site-footer__nav h2 a {
    color: #FFFFFF;
    text-decoration: none;
}

.site-footer__nav ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.site-footer__nav li {
    margin: 0;
}

.site-footer__nav li a,
.site-footer__nav li span {
    display: inline;
    color: #AFC9D2;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: none;
    transition: color 0.18s ease;
}

.site-footer__nav h2 a:hover,
.site-footer__nav h2 a:focus,
.site-footer__nav li a:hover,
.site-footer__nav li a:focus {
    color: #76D0E8;
    text-decoration: none;
    outline: 0;
}

.site-footer__contacts {
    padding: 24px;
    border-radius: 19px;
    background: #F4F8F9;
    color: #173F4E;
    box-shadow: 0 20px 50px rgba(1, 21, 29, 0.24);
}

.site-footer__contacts-head {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 17px;
    border-bottom: 1px solid #D8E5E9;
}

.site-footer__eyebrow--light {
    margin-bottom: 3px;
    color: #4F7887;
}

.site-footer__contacts h2 {
    color: #073E54;
    font-size: 24px;
    letter-spacing: -0.035em;
}

.site-footer__change-city {
    flex: 0 0 auto;
    margin-top: 5px;
    padding: 0;
    border: 0;
    border-bottom: 1px dashed #42869C;
    background: transparent;
    color: #286B82;
    cursor: pointer;
    font-family: inherit;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.45;
    text-decoration: none;
}

.site-footer__change-city:hover,
.site-footer__change-city:focus {
    border-bottom-color: #073E54;
    color: #073E54;
    outline: 0;
}

.site-footer__offices {
    display: grid;
    gap: 12px;
    margin-top: 17px;
}

.site-footer__office {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
}

.site-footer__office + .site-footer__office {
    padding-top: 14px;
    border-top: 1px solid #DDE8EB;
}

.site-footer__office-label {
    margin-bottom: 5px;
    color: #78909A;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.site-footer__phone {
    color: #073E54;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
    white-space: nowrap;
}

.site-footer__email {
    margin-top: 2px;
    color: #177392;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.45;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.site-footer__address {
    margin: 7px 0 0;
    color: #5A747E;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.5;
}

.site-footer__phone:hover,
.site-footer__phone:focus,
.site-footer__email:hover,
.site-footer__email:focus {
    color: #0B789E;
    text-decoration: underline;
    text-underline-offset: 3px;
    outline: 0;
}

.site-footer__contact-meta {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
    padding-top: 15px;
    border-top: 1px solid #D8E5E9;
}

.site-footer__schedule {
    display: flex;
    min-width: 0;
    gap: 8px;
    align-items: center;
    color: #4E6974;
    font-size: 9px;
    font-weight: 600;
    line-height: 1.4;
}

.site-footer__schedule svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    fill: none;
    stroke: #2A819D;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.site-footer__messengers {
    display: flex;
    flex: 0 0 auto;
    gap: 6px;
}

.site-footer__messengers a {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    justify-content: center;
    padding: 5px 9px;
    border: 1px solid #C8DDE4;
    border-radius: 7px;
    background: #FFFFFF;
    color: #176D8A;
    font-size: 8px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
}

.site-footer__messengers a:hover,
.site-footer__messengers a:focus {
    border-color: #0B789E;
    background: #EAF5F8;
    color: #074C65;
    outline: 0;
}

.site-footer__all-contacts {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    margin-top: 18px;
    color: #176D8A;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
}

.site-footer__all-contacts svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    transition: transform 0.18s ease;
}

.site-footer__all-contacts:hover,
.site-footer__all-contacts:focus {
    color: #073E54;
    outline: 0;
}

.site-footer__all-contacts:hover svg,
.site-footer__all-contacts:focus svg {
    transform: translateX(3px);
}

.site-footer__bottom {
    display: grid;
    grid-template-columns: minmax(240px, 0.85fr) minmax(380px, 1.35fr) auto;
    gap: 20px;
    align-items: center;
    padding: 20px 0 24px;
    border-top: 1px solid rgba(179, 218, 229, 0.17);
}

.site-footer__copyright,
.site-footer__bottom a {
    margin: 0;
    color: #87AAB6;
    font-size: 9px;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: none;
}

.site-footer__legal {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
}

.site-footer__bottom a:hover,
.site-footer__bottom a:focus {
    color: #CBE7EF;
    text-decoration: underline;
    text-underline-offset: 3px;
    outline: 0;
}

.site-footer__developer {
    text-align: right;
    white-space: nowrap;
}

@media (max-width: 1120px) {
    .site-footer__intro {
        grid-template-columns: minmax(240px, 0.72fr) minmax(420px, 1.28fr);
        gap: 34px;
    }

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

    .site-footer__contacts {
        grid-column: 1 / -1;
        grid-row: 1;
    }

    .site-footer__offices {
        grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
    }

    .site-footer__office + .site-footer__office {
        padding-top: 0;
        padding-left: 20px;
        border-top: 0;
        border-left: 1px solid #DDE8EB;
    }

    .site-footer__bottom {
        grid-template-columns: 1fr auto;
    }

    .site-footer__legal {
        justify-content: flex-end;
    }

    .site-footer__developer {
        grid-column: 1 / -1;
        text-align: left;
    }
}

@media (max-width: 860px) {
    .site-footer__intro {
        grid-template-columns: minmax(0, 1fr);
    }

    .site-footer__brand {
        display: grid;
        max-width: none;
        grid-template-columns: 184px minmax(0, 1fr);
        gap: 0 24px;
        align-items: center;
    }

    .site-footer__description {
        margin: 0;
    }

    .site-footer__facts {
        grid-column: 2;
        margin-top: 10px;
    }
}

@media (max-width: 680px) {
    .site-footer__intro {
        gap: 28px;
        padding-top: 38px;
    }

    .site-footer__brand {
        display: block;
    }

    .site-footer__description {
        margin: 18px 0 15px;
    }

    .site-footer__cta {
        display: block;
        padding: 24px 20px;
        border-radius: 17px;
    }

    .site-footer__cta-actions {
        width: 100%;
        flex-direction: row;
        margin-top: 20px;
    }

    .site-footer__button {
        flex: 1 1 0;
    }

    .site-footer__main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px 22px;
    }

    .site-footer__contacts {
        padding: 21px 18px;
    }

    .site-footer__nav:last-of-type {
        grid-column: 1 / -1;
    }

    .site-footer__nav:last-of-type ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-footer__bottom {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .site-footer__legal {
        justify-content: flex-start;
    }

    .site-footer__developer {
        text-align: left;
    }
}

@media (max-width: 440px) {
    .site-footer__cta-actions {
        flex-direction: column;
    }

    .site-footer__main {
        grid-template-columns: minmax(0, 1fr);
    }

    .site-footer__contacts,
    .site-footer__nav:last-of-type {
        grid-column: auto;
    }

    .site-footer__nav:last-of-type ul {
        display: flex;
    }

    .site-footer__offices {
        grid-template-columns: minmax(0, 1fr);
    }

    .site-footer__office + .site-footer__office {
        padding-top: 14px;
        padding-left: 0;
        border-top: 1px solid #DDE8EB;
        border-left: 0;
    }

    .site-footer__contact-meta {
        align-items: flex-start;
        flex-direction: column;
    }

    .site-footer__legal {
        flex-direction: column;
        gap: 7px;
    }
}

/* Новое мобильное меню */

.mobmenu-new {
    height: 100%;
    overflow-y: auto;
    background: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
}

.mmn-search {
    height: auto;
    padding: 15px;
    background: #F4F7F8;
    border: 0;
    border-bottom: 1px solid #E7EEF1;
    border-radius: 0;
}
.mmn-search input[type="search"] {
    height: 38px;
    padding-right: 12px;
    padding-left: 12px;
    background: #FFFFFF;
    border: 1px solid #D8E4E9;
    border-right: 0;
    border-radius: 7px 0 0 7px;
    font-size: 14px;
    line-height: 38px;
}
.mmn-search button {
    flex-basis: 42px;
    width: 42px;
    height: 38px;
    border-radius: 0 7px 7px 0;
}

.mobmenu {
    width: calc(100% - 56px);
    max-width: 340px;
    box-shadow: 14px 0 36px rgba(5, 58, 80, 0.24);
}

.mmn-catalog {
    width: 100%;
}
.mmn-services {
    width: 100%;
}
.mmn-l2,
.mmn-l3 {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
}
.mmn-l2 > li,
.mmn-l3 > li {
    width: 100%;
    border-bottom: none !important;
}
.mmn-l2 > li > .mmn-row {
    padding: 0 0 0 15px;
}
.mmn-l3 > li > .mmn-row {
    padding: 0 0 0 30px;
}
.mmn-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #E7EEF1;
}
.mmn-row a {
    display: block;
    padding: 13px 15px;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #4C4C4C;
    text-decoration: none;
}
.mmn-arrow {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 40px;
    min-width: 40px;
    height: 40px;
    padding: 0 !important;
}
.mmn-arrow::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 6px 0 6px; /* Высота 7px, общая ширина 12px (6+6) */
    border-color: #4C4C4C transparent transparent transparent;
    transition: transform 0.2s ease;
}
.mmn-row.is-active {
    background: #1B628D;
}
.mmn-catalog > .mmn-row.is-active {
    background: #053A50;
}
.mmn-row.is-active a {
     color: #FFFFFF;   
}
.mmn-row.is-active .mmn-arrow::after {
    transform: rotate(180deg);
    border-color: #FFFFFF transparent transparent transparent;
}
.mmn-nav > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mmn-nav > ul > li {
    border-bottom: 1px solid #E7EEF1;
}
.mmn-nav > ul > li > a {
    display: block;
    padding: 13px 15px;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #4C4C4C;
    text-decoration: none;
}
.mmn-office {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 15px 0;
}
.mmn-phone a,
.mmn-phone a span {
    height: 25px;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #053A50;
    text-decoration: none;
    white-space: nowrap;
}
.mmn-email,
.mmn-email span {
    height: 25px;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #053A50;
    text-decoration: none;
    white-space: nowrap;
}
.mmn-phone a:hover,
.mmn-phone a:hover span,
.mmn-email:hover,
.mmn-email:hover span {
    color: #BD173A;
}
.mmn-address {
    margin-top: 4px;
    font-size: 14px;
    line-height: 19px;
    color: #383838;
}
.mmn-address br {
    display: none;
}
.mmn-actions {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 15px 0;
}
.mmn-btn-callback {
    padding: 12px 25px;
    background: #1B628D;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    border-radius: 8px;
    box-shadow: 0 5px 14px rgba(27, 98, 141, 0.18);
}
.mmn-btn-callback:hover {
    color: #F5F5F5;
    background: #053A50;
}
.mmn-messengers {
    display: flex;
    aling-items: center;
    gap: 13px;
}
.mmn-messengers img {
    display: block;
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.mmn-geo {
    padding: 15px;
}
.mmn-city,
.mmn-time {
    margin-bottom: 8px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 19px;
    color: #383838;
    background: left center no-repeat;
}
.mmn-city { 
    background-image: url('../img/icon/mmn_geo.png'); 
}
.mmn-city a {
    color: #30434B;
    text-decoration: none;
    border-bottom: 1px dashed #78909A;
}
.mmn-city a:hover,
.mmn-city a:focus {
    color: #1B628D;
    border-bottom-color: #1B628D;
    text-decoration: none;
}
.mmn-time { 
    background-image: url('../img/icon/mmn_time.png');
    white-space: nowrap;
}
.mmn-time br { 
    display: none;
}
.mmn-map-link {
    font-size: 14px;
    line-height: 19px;
    color: #383838;
    text-decoration: underline;
}
.mmn-map-link:hover {
    color: #383838;
}

/* Разное */

.catalog .product-row .col.text-right {
     width: 55%;   
}
.hn-actions.pc-only { 
    align-items: center; 
}
.catalog-dropdown{z-index:999999999999;visibility:hidden}.catalog-dropdown:hover{visibility:visible}li:has(.catalog-dropdown):hover .catalog-dropdown{visibility:visible}li .catalog-dropdown .dropdown-item a{font-family:"Open Sans";font-style:normal;font-weight:400;font-size:15px;line-height:120%;color:#383838;background:0 0;text-transform:unset;text-decoration:unset!important;padding:unset;border:unset}li:hover .catalog-dropdown .dropdown-item a{background:0 0}.catalog-dropdown{display:flex;flex-direction:row;justify-content:flex-start;position:absolute;width:-webkit-fill-available;max-width:1120px;height:319px;background-color:#fff;padding:25px;background:#fff;box-shadow:0 2px 10px rgba(5,58,80,.25)}li.first .catalog-dropdown{left:auto}.catalog-dropdown .left-col{display:flex;flex-direction:column;justify-content:flex-start;max-width:422px;max-height:319px;width:-webkit-fill-available;height:-webkit-fill-available;padding-right:40px;border-right:#ccc .5px solid;gap:25px}.catalog-dropdown .right-col{margin-left:40px}.catalog-dropdown .dropdown-list{position:absolute;display:flex;flex-direction:column;justify-content:flex-start;gap:25px}.dropdown-item{display:flex;flex-direction:row;justify-content:space-between}.key-item::after{content:url(../img/Vector.png)}li .key-item.selected a{font-weight:700}.right-col .dropdown-list{visibility:hidden}li:has(.catalog-dropdown):hover:has(.tech-gas.selected) .tech-gas-list{visibility:visible}li:has(.catalog-dropdown):hover:has(.gas-equipment.selected) .gas-equipment-list{visibility:visible}li:has(.catalog-dropdown):hover:has(.price-list.selected) .price-list-list{visibility:visible}li:has(.catalog-dropdown):hover:has(.med-equipment.selected) .med-equipment-list{visibility:visible} .dropdown-link:hover{font-weight:700 !important} 

/* Выпадающий каталог: привязка к навигации и корректный слой */

.header-new__nav {
    z-index: 120;
}

.hn-nav {
    position: relative;
}

.hn-nav > ul > li:first-child {
    position: static;
}

.hn-nav .catalog-dropdown {
    top: 100%;
    left: 0;
    display: flex;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 344px;
    padding: 22px 28px;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #DCE6EA;
    border-top: 0;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 18px 38px rgba(5, 58, 80, 0.22);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transform-origin: top center;
    transition: opacity 0.16s ease, visibility 0.16s ease, transform 0.16s ease;
}

.hn-nav > ul > li:first-child:hover .catalog-dropdown,
.hn-nav > ul > li:first-child:focus-within .catalog-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.hn-nav .catalog-dropdown .left-col {
    flex: 0 0 42%;
    width: auto;
    max-width: 420px;
    height: auto;
    max-height: none;
    padding-right: 28px;
    border-right: 1px solid #E0E8EB;
    gap: 0;
}

.hn-nav .catalog-dropdown .right-col {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
    margin-left: 28px;
}

.hn-nav .catalog-dropdown .dropdown-list {
    top: 0;
    left: 0;
    width: 100%;
    gap: 0;
}

.hn-nav .catalog-dropdown .dropdown-item {
    min-height: 35px;
    align-items: center;
    gap: 14px;
    padding: 7px 0;
    text-align: left;
}

.hn-nav .catalog-dropdown .dropdown-item a {
    min-width: 0;
    color: #30434B;
    font-size: 14px;
    line-height: 20px;
    white-space: normal;
}

.hn-nav .catalog-dropdown .dropdown-item a:hover,
.hn-nav .catalog-dropdown .dropdown-item a:focus {
    color: #1B628D;
    outline: none;
}

.hn-nav .catalog-dropdown .key-item::after {
    flex: 0 0 auto;
}

.hn-nav > ul > li:first-child:focus-within .tech-gas-list,
.hn-nav > ul > li:first-child:focus-within:has(.gas-equipment.selected) .gas-equipment-list,
.hn-nav > ul > li:first-child:focus-within:has(.price-list.selected) .price-list-list,
.hn-nav > ul > li:first-child:focus-within:has(.med-equipment.selected) .med-equipment-list {
    visibility: visible;
}

@media (max-width: 991px) and (min-width: 768px) {
    .hn-nav .catalog-dropdown {
        min-height: 356px;
        padding: 20px 22px;
    }

    .hn-nav .catalog-dropdown .left-col {
        flex-basis: 45%;
        padding-right: 22px;
    }

    .hn-nav .catalog-dropdown .right-col {
        margin-left: 22px;
    }

    .hn-nav .catalog-dropdown .dropdown-item a {
        font-size: 13px;
        line-height: 18px;
    }
}

/* Выпадающий список услуг в главном меню */
.hn-nav > ul > li:not(:first-child) {
    position: relative;
}

.hn-nav {
    position: relative;
}

.hn-nav > ul > li:has(> .hn-services-link) {
    position: static;
}

.hn-nav .hn-services-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.hn-nav .hn-services-link::after {
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    content: '';
    transform: rotate(45deg);
    transition: transform 0.18s ease;
}

.hn-nav li:hover > .hn-services-link::after,
.hn-nav li:focus-within > .hn-services-link::after {
    margin-top: 3px;
    transform: rotate(225deg);
}

.services-dropdown {
    position: absolute;
    z-index: 10000;
    top: 100%;
    left: 50%;
    width: min(900px, calc(100vw - 32px));
    padding: 20px;
    overflow: hidden;
    border: 1px solid #D5E3E8;
    border-top: 0;
    border-radius: 0 0 18px 18px;
    background: #FFFFFF;
    box-shadow: 0 22px 48px rgba(5, 58, 80, 0.22);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 8px);
    transition: opacity 0.16s ease, visibility 0.16s ease, transform 0.16s ease;
}

.hn-nav li:hover > .services-dropdown,
.hn-nav li:focus-within > .services-dropdown,
.services-dropdown:hover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.services-dropdown__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 14px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E1EAED;
    text-align: left;
}

.hn-nav ul .services-dropdown__top > span {
    display: block;
    padding: 0;
    color: #073E54;
    font-family: 'Open Sans', sans-serif;
    white-space: normal;
}

.hn-nav ul .services-dropdown__top > span strong,
.hn-nav ul .services-dropdown__top > span small {
    display: block;
    padding: 0;
    color: inherit;
    white-space: normal;
}

.hn-nav ul .services-dropdown__top > span strong {
    font: 700 17px/1.3 'Open Sans', sans-serif;
}

.hn-nav ul .services-dropdown__top > span small {
    margin-top: 3px;
    color: #718893;
    font: 400 11px/1.35 'Open Sans', sans-serif;
}

.hn-nav .services-dropdown__top > a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 36px;
    padding: 7px 12px;
    border: 1px solid #CFE0E6;
    border-radius: 9px;
    background: #F6FAFB;
    color: #1B7193;
    font: 600 12px/1.35 'Open Sans', sans-serif;
    text-decoration: none;
    text-transform: none;
}

.services-dropdown__top > a svg {
    width: 17px;
    height: 17px;
    transition: transform 0.18s ease;
}

.hn-nav .services-dropdown__top > a:hover,
.hn-nav .services-dropdown__top > a:focus {
    border-color: #0B607F;
    background: #0B607F;
    color: #FFFFFF;
    outline: 0;
}

.services-dropdown__top > a:hover svg,
.services-dropdown__top > a:focus svg {
    transform: translateX(2px);
}

.hn-nav ul.services-dropdown__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hn-nav ul.services-dropdown__grid > li.services-dropdown__item {
    display: block;
    flex: none;
    width: auto;
    min-width: 0;
    margin: 0;
    text-align: left;
}

.services-dropdown__item:first-child {
    grid-column: span 2;
}

.hn-nav .services-dropdown__item > a {
    position: relative;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 30px;
    align-items: center;
    gap: 13px;
    min-height: 102px;
    height: 100%;
    padding: 11px 12px;
    overflow: hidden;
    border: 1px solid #D9E6EA;
    border-radius: 12px;
    background:
        radial-gradient(circle at 0 100%, rgba(212, 236, 242, 0.42), transparent 48%),
        #FFFFFF;
    color: #294F5E;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    transition: color 0.16s ease, background-color 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}

.hn-nav ul .services-dropdown__item > a > span {
    display: block;
    min-width: 0;
    padding: 0;
    white-space: normal;
    cursor: inherit;
}

.hn-nav ul .services-dropdown__item > a > .services-dropdown__visual {
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    min-height: 76px;
    overflow: hidden;
    background: #F1F7F9;
    border-radius: 10px;
}

.services-dropdown__visual img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 78px;
    object-fit: contain;
    mix-blend-mode: multiply;
    transition: transform 0.22s ease;
}

.hn-nav ul .services-dropdown__item > a > .services-dropdown__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.services-dropdown__content strong,
.services-dropdown__content small {
    display: block;
    padding: 0;
    white-space: normal;
}

.services-dropdown__content strong {
    color: #173F50;
    font: 650 12px/1.4 'Open Sans', sans-serif;
}

.services-dropdown__content small {
    margin-top: 5px;
    color: #7A9099;
    font: 400 10px/1.35 'Open Sans', sans-serif;
}

.hn-nav ul .services-dropdown__item:first-child > a {
    grid-template-columns: 92px minmax(0, 1fr) 32px;
}

.hn-nav ul .services-dropdown__item:first-child > a > .services-dropdown__visual {
    width: 92px;
}

.services-dropdown__item:first-child .services-dropdown__content strong {
    font-size: 14px;
}

.hn-nav ul .services-dropdown__item > a > .services-dropdown__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #0B7298;
    background: #EAF5F8;
    border-radius: 50%;
    transition: color 0.16s ease, background-color 0.16s ease, transform 0.16s ease;
}

.services-dropdown__arrow svg {
    width: 16px;
    height: 16px;
}

.hn-nav .services-dropdown__item > a:hover,
.hn-nav .services-dropdown__item > a:focus {
    border-color: #87BED0;
    background: #F0F8FA;
    color: #073E54;
    outline: 0;
    transform: translateY(-1px);
}

.services-dropdown__item > a:hover .services-dropdown__visual img,
.services-dropdown__item > a:focus .services-dropdown__visual img {
    transform: scale(1.06);
}

.hn-nav .services-dropdown__item > a:hover > .services-dropdown__arrow,
.hn-nav .services-dropdown__item > a:focus > .services-dropdown__arrow {
    color: #FFFFFF;
    background: #0B607F;
    transform: translateX(2px);
}

@media (max-width: 1100px) and (min-width: 768px) {
    .services-dropdown {
        width: min(760px, calc(100vw - 28px));
    }

    .hn-nav ul.services-dropdown__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .services-dropdown__item:first-child {
        grid-column: 1 / -1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hn-nav .hn-services-link::after,
    .services-dropdown,
    .services-dropdown__top > a svg,
    .hn-nav .services-dropdown__item > a,
    .services-dropdown__visual img,
    .hn-nav ul .services-dropdown__item > a > .services-dropdown__arrow {
        transition: none;
    }
}

/* Единый каталог: категории, боковая навигация и строки товаров */

.catalog-category-page {
    overflow: visible;
    color: #153f50;
    background: #fff;
}

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

.catalog-category-page__inner {
    width: min(100% - 40px, 1170px);
    max-width: 1170px;
    margin: 0 auto;
}

.catalog-category-layout {
    display: grid;
    grid-template-columns: 270px minmax(0, 1fr);
    align-items: start;
    gap: 30px;
    margin-bottom: 64px;
}

.catalog-category-main {
    min-width: 0;
}

.catalog-sidebar {
    position: sticky;
    top: 96px;
    z-index: 4;
}

.catalog-sidebar__details,
.catalog-sidebar__body {
    width: 100%;
}

.catalog-sidebar__details {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.catalog-sidebar__summary {
    display: none;
}

.catalog-sidebar__details:not([open]) > .catalog-sidebar__body {
    display: block !important;
}

.catalog-sidebar__body {
    max-height: calc(100vh - 120px);
    padding: 0 5px 0 0;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: #b8d4de transparent;
    scrollbar-width: thin;
}

.catalog-sidebar__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 9px;
    padding: 0 3px 11px;
    border-bottom: 1px solid #dfeaed;
    color: #073f56;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2;
}

.catalog-sidebar__heading a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    color: #1379a0;
    background: #eef8fb;
}

.catalog-sidebar__heading svg,
.catalog-sidebar__price svg {
    width: 18px;
    height: 18px;
}

.catalog-sidebar__list,
.catalog-sidebar__list ul {
    display: grid;
    gap: 1px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.catalog-sidebar__item {
    margin: 0 !important;
    padding: 0 !important;
}

.catalog-sidebar__list ul {
    display: grid;
    gap: 1px;
    margin: 1px 0 5px 8px;
    padding-left: 8px;
    border-left: 1px solid #d6e6eb;
}

.catalog-sidebar__list > .catalog-sidebar__item {
    margin-top: 3px !important;
}

.catalog-sidebar__list > .catalog-sidebar__item:first-child {
    margin-top: 0 !important;
}

.catalog-sidebar__item > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-height: 33px;
    padding: 6px 8px;
    border-radius: 8px;
    color: #375965;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
    transition: color .18s ease, background-color .18s ease;
}

.catalog-sidebar__list > .catalog-sidebar__item > a {
    min-height: 34px;
    border: 1px solid #dbe9ed;
    color: #174b5d;
    background: #f0f7f9;
    font-size: 12px;
    font-weight: 750;
}

.catalog-sidebar__item > a svg {
    flex: 0 0 auto;
    width: 15px;
    height: 15px;
    color: #79a4b3;
    transition: transform .18s ease;
}

.catalog-sidebar__item > a:hover,
.catalog-sidebar__item > a:focus-visible {
    color: #076489;
    background: #eef8fb;
}

.catalog-sidebar__item.active > a,
.catalog-sidebar__item.here > a,
.catalog-sidebar__item.is-current > a {
    border-color: #0b6d91;
    color: #fff;
    background: #0b6d91;
}

.catalog-sidebar__item.active > a svg,
.catalog-sidebar__item.here > a svg,
.catalog-sidebar__item.is-current > a svg {
    color: currentColor;
}

.catalog-sidebar__item--parent > a svg {
    transform: rotate(90deg);
}

.catalog-sidebar__list ul .catalog-sidebar__item > a {
    min-height: 26px;
    padding: 3px 6px;
    border: 0;
    border-radius: 5px;
    color: #4d6973;
    background: transparent;
    font-size: 11px;
    font-weight: 500;
}

.catalog-sidebar__list ul .catalog-sidebar__item.active > a,
.catalog-sidebar__list ul .catalog-sidebar__item.here > a,
.catalog-sidebar__list ul .catalog-sidebar__item.is-current > a {
    padding-left: 8px;
    border-left: 2px solid #0b789e;
    border-radius: 0;
    color: #086b90;
    background: transparent;
    font-weight: 750;
}

.catalog-sidebar__list ul ul {
    margin-left: 5px;
    padding-left: 6px;
}

.catalog-sidebar__list ul ul .catalog-sidebar__item > a {
    min-height: 26px;
    font-size: 10.5px;
}

.catalog-sidebar__price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 39px;
    margin-top: 10px;
    border: 1px solid #b9d6df;
    border-radius: 11px;
    color: #0a6486;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: border-color .18s ease, color .18s ease, background-color .18s ease;
}

.catalog-sidebar__price:hover,
.catalog-sidebar__price:focus-visible {
    border-color: #0b6d91;
    color: #fff;
    background: #0b6d91;
}

.catalog-category-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 28px;
    min-height: 190px;
    margin-bottom: 42px;
    padding: 34px 36px;
    border: 1px solid #d9e8ec;
    border-radius: 22px;
    background:
        radial-gradient(circle at 90% 10%, rgba(126, 201, 224, .23), transparent 38%),
        linear-gradient(135deg, #f8fcfd 0%, #edf7fa 100%);
    overflow: hidden;
}

.catalog-category-header__content {
    max-width: 690px;
}

.catalog-category-header__eyebrow,
.catalog-section-heading__eyebrow {
    display: block;
    margin-bottom: 9px;
    color: #1682a8;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.catalog-category-header h1 {
    margin: 0;
    color: #073f56;
    font-size: clamp(30px, 3.3vw, 44px);
    font-weight: 750;
    line-height: 1.08;
    letter-spacing: -.025em;
}

.catalog-category-header p {
    max-width: 690px;
    margin: 16px 0 0;
    color: #55727d;
    font-size: 15px;
    line-height: 1.55;
}

.catalog-category-header__actions {
    display: grid;
    gap: 9px;
    width: 168px;
}

.catalog-category-header__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 17px;
    border: 1px solid #b8d6e0;
    border-radius: 11px;
    color: #0a6689;
    background: rgba(255, 255, 255, .8);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}

.catalog-category-header__button--primary {
    border-color: #0b6d91;
    color: #fff;
    background: #0b6d91;
}

.catalog-category-header__button:hover,
.catalog-category-header__button:focus-visible {
    border-color: #074b66;
    color: #fff;
    background: #074b66;
}

.catalog-subcategories,
.catalog-products {
    margin-bottom: 48px;
}

.catalog-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 20px;
}

.catalog-section-heading h2 {
    margin: 0;
    color: #073f56;
    font-size: clamp(25px, 2.4vw, 32px);
    font-weight: 750;
    line-height: 1.15;
    letter-spacing: -.02em;
}

.catalog-section-heading__link {
    padding-bottom: 3px;
    border-bottom: 1px dashed currentColor;
    color: #0a6d91;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.catalog-subcategories__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid #d5e5ea;
    border-radius: 20px;
    overflow: hidden;
}

.catalog-subcategory-card {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 105px;
    min-height: 158px;
    padding: 18px 14px 15px 18px;
    color: #153f50;
    background: #fff;
    text-decoration: none;
    overflow: hidden;
    transition: background-color .2s ease, box-shadow .2s ease;
}

.catalog-subcategory-card:not(:nth-child(3n)) {
    border-right: 1px solid #d5e5ea;
}

.catalog-subcategory-card:nth-child(n + 4) {
    border-top: 1px solid #d5e5ea;
}

.catalog-subcategory-card:hover,
.catalog-subcategory-card:focus-visible {
    z-index: 2;
    color: #0a6486;
    background: #f8fcfd;
    box-shadow: inset 0 0 0 1px #78b8cd;
}

.catalog-subcategory-card__content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    min-width: 0;
}

.catalog-subcategory-card__title {
    color: #073f56;
    font-size: 16px;
    font-weight: 750;
    line-height: 1.2;
}

.catalog-subcategory-card__description {
    display: -webkit-box;
    max-width: 270px;
    margin-top: 7px;
    color: #67808a;
    font-size: 10.5px;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.catalog-subcategory-card__description:empty {
    display: none;
}

.catalog-subcategory-card__more {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: auto;
    padding-top: 10px;
    color: #0b7499;
    font-size: 10.5px;
    font-weight: 700;
}

.catalog-subcategory-card__more svg {
    width: 17px;
    height: 17px;
    transition: transform .2s ease;
}

.catalog-subcategory-card:hover .catalog-subcategory-card__more svg,
.catalog-subcategory-card:focus-visible .catalog-subcategory-card__more svg {
    transform: translateX(4px);
}

.catalog-subcategory-card__visual {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 47%;
    height: 82%;
    background: linear-gradient(90deg, rgba(255,255,255,0), #fff 22%);
    pointer-events: none;
}

.catalog-subcategory-card__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right bottom;
    mix-blend-mode: multiply;
}

.catalog-products__list {
    display: grid;
    gap: 12px;
}

.catalog-products-filter {
    display: grid;
    grid-template-columns: 185px minmax(240px, 1fr) auto;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
    padding: 12px 14px;
    border: 1px solid #d8e7eb;
    border-radius: 14px;
    background: #f6fafb;
}

.catalog-products-filter__label {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.catalog-products-filter__label strong {
    color: #073f56;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.25;
}

.catalog-products-filter__label span {
    color: #728b95;
    font-size: 10px;
    line-height: 1.35;
}

.catalog-products-filter__form,
.catalog-products-filter__field {
    min-width: 0;
    margin: 0;
}

.catalog-products-filter__field {
    position: relative;
    display: block;
}

.catalog-products-filter__field > svg {
    position: absolute;
    top: 50%;
    left: 14px;
    width: 18px;
    height: 18px;
    color: #6c9baa;
    transform: translateY(-50%);
    pointer-events: none;
}

.catalog-products-filter input[type="search"] {
    display: block;
    width: 100%;
    height: 42px;
    margin: 0;
    padding: 0 42px 0 41px;
    border: 1px solid #c8dde4;
    border-radius: 10px;
    outline: 0;
    color: #143f50;
    background: #fff;
    font: inherit;
    font-size: 13px;
    appearance: none;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.catalog-products-filter input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

.catalog-products-filter input[type="search"]::placeholder {
    color: #8ba1a9;
}

.catalog-products-filter input[type="search"]:focus {
    border-color: #4b9bb7;
    box-shadow: 0 0 0 3px rgba(75, 155, 183, .13);
}

.catalog-products-filter__clear {
    position: absolute;
    top: 50%;
    right: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    border-radius: 8px;
    color: #648791;
    background: transparent;
    transform: translateY(-50%);
    cursor: pointer;
}

.catalog-products-filter__clear[hidden] {
    display: none;
}

.catalog-products-filter__clear:hover,
.catalog-products-filter__clear:focus-visible {
    color: #075d7c;
    background: #e8f4f7;
}

.catalog-products-filter__clear svg {
    width: 17px;
    height: 17px;
}

.catalog-products-filter__status {
    min-width: 72px;
    color: #55747f;
    font-size: 11px;
    font-weight: 700;
    text-align: right;
    white-space: nowrap;
}

.catalog-products__empty {
    margin-top: 12px;
    padding: 28px 20px;
    border: 1px dashed #bcd5dd;
    border-radius: 14px;
    color: #607b84;
    background: #f8fbfc;
    text-align: center;
}

.catalog-products__empty[hidden],
.catalog-product-row[hidden] {
    display: none !important;
}

.catalog-products__empty strong,
.catalog-products__empty span {
    display: block;
}

.catalog-products__empty strong {
    margin-bottom: 5px;
    color: #073f56;
    font-size: 17px;
}

.catalog-products__empty span {
    font-size: 12px;
}

.catalog-product-row {
    margin: 0;
    border: 1px solid #d8e7eb;
    border-radius: 17px;
    background: #fff;
    overflow: hidden;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.catalog-product-row:hover {
    border-color: #a9ceda;
    box-shadow: 0 14px 34px rgba(5, 58, 80, .08);
    transform: translateY(-1px);
}

.catalog-product-row .catalog-product-row__layout {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr) 205px;
    align-items: stretch;
    width: 100%;
    min-height: 176px;
    margin: 0;
    padding: 0;
}

.catalog-product-row__visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 16px;
    border-right: 1px solid #e2ecef;
    background: #fff;
}

.catalog-product-row__visual img {
    display: block;
    width: 100%;
    height: 142px;
    object-fit: contain;
    object-position: center;
    mix-blend-mode: multiply;
}

.catalog-product-row__content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    min-width: 0;
    padding: 23px 26px;
}

.catalog-product-row__category {
    margin-bottom: 7px;
    color: #74a2b1;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.catalog-product-row__title {
    margin: 0 0 9px;
    font-size: 19px;
    font-weight: 750;
    line-height: 1.25;
}

.catalog-product-row__title a {
    color: #073f56;
    text-decoration: none;
}

.catalog-product-row__title a:hover,
.catalog-product-row__title a:focus-visible {
    color: #0c779c;
}

.catalog-product-row__description {
    display: -webkit-box;
    margin: 0;
    color: #5d747d;
    font-size: 13px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.catalog-product-row__description p {
    display: inline;
    margin: 0;
}

.catalog-product-row__details {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: auto;
    padding-top: 13px;
    color: #0b7398;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.catalog-product-row__details svg {
    width: 16px;
    height: 16px;
}

.catalog-product-row__offer {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
    min-width: 0;
    padding: 22px;
    border-left: 1px solid #e2ecef;
    background: #f8fbfc;
}

.catalog-product-row__price-label {
    margin-bottom: 5px;
    color: #76909a;
    font-size: 11px;
    font-weight: 600;
}

.catalog-product-row__price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 4px;
    color: #073f56;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
}

.catalog-product-row__price-prefix {
    font-size: 12px;
    font-weight: 600;
}

.catalog-product-row__request {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 43px;
    margin-top: 17px;
    padding: 10px 14px;
    border: 1px solid #0b6d91;
    border-radius: 10px;
    color: #fff !important;
    background: #0b6d91;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
}

.catalog-product-row__request:hover,
.catalog-product-row__request:focus-visible {
    border-color: #074b66;
    color: #fff;
    background: #074b66;
}

.catalog-category-description {
    margin: 12px 0 48px;
    padding: 34px 38px;
    border-radius: 20px;
    color: #45636e;
    background: #f5f9fa;
    font-size: 14px;
    line-height: 1.7;
}

.catalog-category-description::after {
    display: table;
    clear: both;
    content: "";
}

.catalog-category-description h2,
.catalog-category-description h3 {
    color: #073f56;
    line-height: 1.25;
}

.catalog-category-description img {
    max-width: min(100%, 340px) !important;
    height: auto !important;
    border-radius: 15px;
    object-fit: contain;
}

@media (max-width: 1050px) {
    .catalog-category-layout {
        grid-template-columns: 245px minmax(0, 1fr);
        gap: 22px;
    }

    .catalog-category-header {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .catalog-category-header__actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: min(100%, 350px);
    }

    .catalog-subcategory-card {
        grid-template-columns: minmax(0, 1fr) 90px;
        min-height: 154px;
        padding: 17px 13px 14px 16px;
    }

    .catalog-subcategory-card__title {
        font-size: 15px;
    }

    .catalog-product-row .catalog-product-row__layout {
        grid-template-columns: 145px minmax(0, 1fr) 188px;
    }

    .catalog-product-row__content {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (max-width: 860px) {
    .catalog-category-page__inner {
        width: min(100% - 32px, 1170px);
    }

    .catalog-category-layout {
        display: block;
    }

    .catalog-sidebar {
        position: relative;
        top: auto;
        z-index: 5;
        margin-bottom: 20px;
    }

    .catalog-sidebar__details {
        border: 1px solid #d9e7eb;
        border-radius: 14px;
        background: #fff;
        box-shadow: none;
        overflow: hidden;
    }

    .catalog-sidebar__summary {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        min-height: 52px;
        padding: 13px 18px;
        color: #073f56;
        font-size: 14px;
        font-weight: 750;
        cursor: pointer;
        list-style: none;
    }

    .catalog-sidebar__summary::-webkit-details-marker {
        display: none;
    }

    .catalog-sidebar__summary svg {
        width: 19px;
        height: 19px;
        transition: transform .2s ease;
    }

    .catalog-sidebar__details[open] .catalog-sidebar__summary svg {
        transform: rotate(180deg);
    }

    .catalog-sidebar__details:not([open]) > .catalog-sidebar__body {
        display: none !important;
    }

    .catalog-sidebar__body {
        max-height: min(70vh, 620px);
        padding: 8px 14px 14px;
        border-top: 1px solid #e0eaed;
    }

    .catalog-sidebar__heading {
        display: none;
    }
}

@media (max-width: 720px) {
    .catalog-category-header {
        min-height: 0;
        margin-bottom: 34px;
        padding: 27px 24px;
        border-radius: 18px;
    }

    .catalog-category-header h1 {
        font-size: clamp(27px, 8vw, 36px);
    }

    .catalog-subcategories__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border-radius: 16px;
    }

    .catalog-subcategory-card,
    .catalog-subcategory-card:not(:nth-child(3n)),
    .catalog-subcategory-card:nth-child(n + 4) {
        border: 0;
    }

    .catalog-subcategory-card:nth-child(odd) {
        border-right: 1px solid #d5e5ea;
    }

    .catalog-subcategory-card:nth-child(n + 3) {
        border-top: 1px solid #d5e5ea;
    }

    .catalog-subcategory-card:nth-child(odd):last-child {
        border-right: 0;
    }

    .catalog-product-row .catalog-product-row__layout {
        grid-template-columns: 130px minmax(0, 1fr);
    }

    .catalog-products-filter {
        grid-template-columns: 1fr auto;
        gap: 10px 12px;
    }

    .catalog-products-filter__label {
        grid-column: 1 / -1;
    }

    .catalog-products-filter__label span {
        display: none;
    }

    .catalog-product-row__visual img {
        height: 120px;
    }

    .catalog-product-row__offer {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 4px 16px;
        padding: 16px 18px;
        border-top: 1px solid #e2ecef;
        border-left: 0;
    }

    .catalog-product-row__price-label,
    .catalog-product-row__price {
        grid-column: 1;
    }

    .catalog-product-row__request {
        grid-column: 2;
        grid-row: 1 / span 2;
        min-width: 160px;
        margin: 0;
    }

    .catalog-category-description {
        padding: 27px 24px;
        border-radius: 16px;
    }
}

@media (max-width: 520px) {
    .catalog-category-page__inner {
        width: calc(100% - 28px);
    }

    .catalog-category-header {
        padding: 24px 20px;
    }

    .catalog-category-header__actions {
        grid-template-columns: 1fr;
        width: 100%;
    }

    .catalog-section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .catalog-subcategory-card {
        grid-template-columns: minmax(0, 1fr) 105px;
        min-height: 190px;
        padding: 20px 16px 18px 20px;
    }

    .catalog-subcategories__grid {
        grid-template-columns: 1fr;
    }

    .catalog-subcategory-card,
    .catalog-subcategory-card:nth-child(odd),
    .catalog-subcategory-card:nth-child(n + 3) {
        border: 0;
        border-bottom: 1px solid #d5e5ea;
    }

    .catalog-subcategory-card:last-child {
        border-bottom: 0;
    }

    .catalog-subcategory-card__title {
        font-size: 17px;
    }

    .catalog-subcategory-card__description {
        -webkit-line-clamp: 2;
    }

    .catalog-product-row .catalog-product-row__layout {
        grid-template-columns: 105px minmax(0, 1fr);
    }

    .catalog-products-filter {
        grid-template-columns: 1fr;
        padding: 12px;
    }

    .catalog-products-filter__status {
        min-width: 0;
        text-align: left;
    }

    .catalog-product-row__visual {
        padding: 10px;
    }

    .catalog-product-row__visual img {
        height: 96px;
    }

    .catalog-product-row__content {
        padding: 17px 15px;
    }

    .catalog-product-row__category {
        display: none;
    }

    .catalog-product-row__title {
        margin-bottom: 7px;
        font-size: 16px;
    }

    .catalog-product-row__description {
        font-size: 12px;
        -webkit-line-clamp: 2;
    }

    .catalog-product-row__details {
        padding-top: 9px;
    }

    .catalog-product-row__offer {
        grid-template-columns: 1fr;
        gap: 3px;
    }

    .catalog-product-row__request {
        grid-column: 1;
        grid-row: auto;
        width: 100%;
        margin-top: 10px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .catalog-category-page a,
    .catalog-category-page article,
    .catalog-category-page svg {
        transition: none !important;
    }
}

/* Резиновая адаптивная сетка */

:root {
    --layout-max: 1200px;
    --page-gutter: clamp(12px, 2vw, 20px);
    --grid-gutter: clamp(8px, 1.25vw, 15px);
}

html,
body {
    min-width: 320px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

img,
svg,
video,
canvas,
iframe {
    max-width: 100%;
}

.container {
    width: 100%;
    max-width: var(--layout-max);
    margin-right: auto;
    margin-left: auto;
    padding-right: var(--page-gutter);
    padding-left: var(--page-gutter);
}

.grid2,
.grid3,
.grid4,
.grid5,
.grid6 {
    margin-right: calc(0px - var(--grid-gutter));
    margin-left: calc(0px - var(--grid-gutter));
}

.row .col {
    min-width: 0;
    padding-right: var(--grid-gutter);
    padding-left: var(--grid-gutter);
}

.grid4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
    gap: clamp(16px, 2vw, 30px);
    margin-right: 0;
    margin-left: 0;
}

.grid4 > .col {
    width: auto;
    padding-right: 0;
    padding-left: 0;
}

.header-new__top {
    width: 100%;
}

.footer-new__nav,
.footer-new__bottom {
    width: 100%;
    max-width: var(--layout-max);
    padding-right: var(--page-gutter);
    padding-left: var(--page-gutter);
}

.modal-cookie .cookie-content {
    width: 100%;
    padding-right: var(--page-gutter);
    padding-left: var(--page-gutter);
}

.mainText p {
    padding-right: clamp(0px, 5vw, 60px);
    padding-left: clamp(0px, 5vw, 60px);
}

.topBanner {
    overflow: hidden;
}

.topBanner img {
    display: block;
    width: 100%;
    height: clamp(220px, 28vw, 320px);
    object-fit: cover;
}

.topBanner p {
    right: clamp(12px, 2vw, 25px);
    bottom: clamp(12px, 2vw, 25px);
    max-width: calc(100% - 24px);
    padding: clamp(10px, 1.5vw, 14px) clamp(12px, 2vw, 20px);
    font-size: clamp(12px, 1.65vw, 24px);
}

.topBanner .bannerBtn {
    top: clamp(12px, 2vw, 25px);
    left: clamp(12px, 2vw, 25px);
}

.grid4.ways .col {
    width: auto;
    max-width: none;
}

.docs {
    margin: calc(0px - var(--grid-gutter));
}

.docOne {
    width: auto;
    flex: 1 1 240px;
    padding: var(--grid-gutter);
}

.sideleft .cont,
.catalog,
.product-page,
.product-row,
.product-row .col {
    min-width: 0;
}

.breadcrumb,
.sideleft h1,
.sideleft h2,
.sideleft h3,
.sideleft h4,
.product-row {
    overflow-wrap: anywhere;
}

.table {
    width: 100%;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
}

.panel {
    margin-right: clamp(0px, 3vw, 40px);
    margin-left: clamp(0px, 3vw, 40px);
}

.ms2_product {
    padding: clamp(16px, 2vw, 26px);
}

.catalog .product-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(180px, 34%);
    gap: clamp(16px, 2vw, 28px);
    align-items: start;
}

.catalog .product-row .col,
.catalog .product-row .col.text-right {
    width: auto;
    margin: 0;
    padding: 0;
}

.sideleft .cont input[type="text"],
.sideleft .cont input[type="tel"],
.sideleft .cont input[type="email"],
.sideleft .cont textarea,
.modal input[type="text"],
.modal input[type="tel"],
.modal input[type="email"],
.modal textarea {
    width: 100%;
    float: none;
    padding-right: 14px;
    padding-left: 14px;
}

@media (min-width: 768px) {
    .grid2.sideleft {
        flex-wrap: nowrap;
    }

    .grid2.sideleft > .col:first-child {
        width: auto;
        flex: 0 0 clamp(220px, 23vw, 285px);
    }

    .grid2.sideleft > .col:nth-of-type(2) {
        width: auto;
        min-width: 0;
        flex: 1 1 0;
    }
}

@media (max-width: 767px) {
    .header-new {
        width: calc(100% + var(--page-gutter) + var(--page-gutter));
        margin-left: calc(0px - var(--page-gutter));
    }

    .header-new .header-new__top {
        width: calc(100% - 32px);
    }

    .header-new .hn-contacts {
        min-width: 0;
        flex: 1 1 auto;
        align-items: flex-end;
    }

    .header-new .hn-office {
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }

    .header-new .hn-phone a,
    .header-new .hn-phone a span {
        font-size: clamp(14px, 3.8vw, 16px);
    }

    .header-new .hn-email,
    .header-new .hn-email span {
        height: 18px;
        max-width: 100%;
        font-size: clamp(11px, 3.15vw, 13px);
        line-height: 18px;
    }

    .header-new .hn-burger {
        flex: 0 0 40px;
        width: 40px;
        margin-left: 4px;
    }

    .grid2.sideleft > .col:nth-of-type(2) {
        width: 100%;
    }

    .modal-cookie {
        padding-right: var(--page-gutter);
        padding-left: var(--page-gutter);
    }
}

@media (max-width: 680px) {
    .catalog .product-row {
        grid-template-columns: minmax(0, 1fr);
    }

    .catalog .product-row .col.text-right {
        margin-top: 4px;
        text-align: left;
    }
}

@media (max-width: 574px) {
    .grid4.ways {
        display: grid;
    }

    .grid4.ways .col {
        width: auto;
        margin-right: 0;
        margin-left: 0;
    }

    .topBanner p {
        right: 12px;
        left: 12px;
        max-width: none;
    }
}

/* Каталог услуг */
.services-page {
    padding-bottom: 0;
}

.services-page__inner {
    width: min(1170px, calc(100% - 40px));
    margin: 0 auto;
}

.services-catalog {
    margin-bottom: clamp(56px, 7vw, 84px);
    color: #183F50;
}

.services-catalog__toolbar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin: 8px 0 clamp(24px, 3vw, 34px);
}

.services-catalog__heading {
    max-width: 800px;
    margin: 0;
    color: #073E54;
    font: 700 clamp(30px, 3.5vw, 44px)/1.15 'Open Sans', sans-serif;
    letter-spacing: -0.04em;
    text-transform: none;
}

.services-catalog__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 16px;
    flex: 0 0 auto;
    border: 1px solid #0B607F;
    border-radius: 9px;
    background: #0B607F;
    color: #FFFFFF;
    font: 600 13px/42px 'Open Sans', sans-serif;
    text-decoration: none;
    transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.services-catalog__action svg {
    width: 18px;
    height: 18px;
    transition: transform 0.18s ease;
}

.services-catalog__action:hover,
.services-catalog__action:focus {
    border-color: #073E54;
    background: #073E54;
    color: #FFFFFF;
    text-decoration: none;
    outline: 0;
    transform: translateY(-1px);
}

.services-catalog__action:hover svg,
.services-catalog__action:focus svg {
    transform: translateX(2px);
}

.services-catalog__action:focus-visible,
.services-card:focus-visible {
    outline: 3px solid rgba(27, 113, 147, 0.25);
    outline-offset: 3px;
}

.services-catalog__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid #D4E2E8;
    border-radius: 22px;
    background: #FFFFFF;
    box-shadow: 0 16px 38px rgba(5, 54, 73, 0.08);
}

.services-card {
    position: relative;
    display: block;
    min-width: 0;
    min-height: 350px;
    padding: clamp(24px, 3vw, 32px);
    overflow: hidden;
    border-right: 1px solid #D4E2E8;
    border-bottom: 1px solid #D4E2E8;
    background:
        radial-gradient(circle at 100% 100%, rgba(218, 237, 243, 0.38), transparent 45%),
        #FFFFFF;
    color: #183F50;
    text-decoration: none;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.services-card:nth-child(even) {
    border-right: 0;
}

.services-card:last-child,
.services-card:nth-last-child(2):nth-child(odd) {
    border-bottom: 0;
}

.services-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    border-right: 0;
}

.services-card::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(110deg, #FFFFFF 0%, rgba(255, 255, 255, 0.98) 42%, rgba(255, 255, 255, 0.5) 68%, rgba(255, 255, 255, 0) 100%);
    content: '';
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.services-card:hover,
.services-card:focus {
    color: #073E54;
    text-decoration: none;
    box-shadow: inset 0 0 0 2px rgba(27, 113, 147, 0.2);
    outline: 0;
}

.services-card:hover::after,
.services-card:focus::after {
    opacity: 0.86;
}

.services-card__content {
    position: relative;
    z-index: 3;
    display: flex;
    max-width: 62%;
    flex-direction: column;
}

.services-card__title {
    display: block;
    color: #073E54;
    font: 700 clamp(20px, 2vw, 26px)/1.25 'Open Sans', sans-serif;
    letter-spacing: -0.035em;
}

.services-card__description {
    display: -webkit-box;
    margin-top: 15px;
    overflow: hidden;
    color: #56717C;
    font: 400 13px/1.62 'Open Sans', sans-serif;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

.services-card__more {
    position: absolute;
    z-index: 4;
    top: 24px;
    right: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #E9F4F7;
    color: #0B607F;
    transition: color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.services-card__more svg {
    width: 19px;
    height: 19px;
}

.services-card:hover .services-card__more,
.services-card:focus .services-card__more {
    background: #0B607F;
    color: #FFFFFF;
    transform: translateX(2px);
}

.services-card__image {
    position: absolute;
    z-index: 0;
    right: -3%;
    bottom: -3%;
    display: block;
    width: 66%;
    height: 76%;
    object-fit: contain;
    object-position: right bottom;
    mix-blend-mode: multiply;
    transition: transform 0.28s ease;
}

.services-card:last-child:nth-child(odd) .services-card__content {
    max-width: 48%;
}

.services-card:last-child:nth-child(odd) .services-card__image {
    right: 1%;
    width: 53%;
    height: 88%;
}

.services-card:hover .services-card__image,
.services-card:focus .services-card__image {
    transform: scale(1.025);
}

.services-reviews {
    margin: 0 0 clamp(56px, 7vw, 84px);
}

@media (max-width: 820px) {
    .services-page__inner {
        width: min(100% - 32px, 720px);
    }

    .services-catalog__grid {
        grid-template-columns: minmax(0, 1fr);
        border-radius: 18px;
    }

    .services-card,
    .services-card:nth-child(even),
    .services-card:last-child:nth-child(odd) {
        grid-column: auto;
        border-right: 0;
        border-bottom: 1px solid #D4E2E8;
    }

    .services-card:last-child {
        border-bottom: 0;
    }

    .services-card:last-child:nth-child(odd) .services-card__content {
        max-width: 62%;
    }

    .services-card:last-child:nth-child(odd) .services-card__image {
        right: -3%;
        width: 66%;
        height: 76%;
    }
}

@media (max-width: 620px) {
    .services-page__inner {
        width: calc(100% - 28px);
    }

    .services-catalog__toolbar {
        align-items: center;
        gap: 14px;
        margin-bottom: 20px;
    }

    .services-catalog__heading {
        font-size: 28px;
    }

    .services-catalog__action {
        width: 42px;
        min-height: 42px;
        padding: 0;
        border-radius: 9px;
    }

    .services-catalog__action span {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
    }

    .services-card {
        min-height: 330px;
        padding: 22px 20px;
    }

    .services-card__content,
    .services-card:last-child:nth-child(odd) .services-card__content {
        max-width: 70%;
    }

    .services-card__title {
        font-size: 21px;
    }

    .services-card__description {
        margin-top: 11px;
        font-size: 12.5px;
        -webkit-line-clamp: 5;
    }

    .services-card__more {
        top: 18px;
        right: 17px;
        width: 37px;
        height: 37px;
    }

    .services-card__image,
    .services-card:last-child:nth-child(odd) .services-card__image {
        right: -8%;
        bottom: -4%;
        width: 74%;
        height: 67%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .services-catalog__action,
    .services-catalog__action svg,
    .services-card,
    .services-card::after,
    .services-card__more,
    .services-card__image {
        transition: none;
    }
}

/* Страница филиалов */
#YMapsID {
    margin-top: 26px;
    overflow: hidden;
    border: 1px solid #D8E6EA;
    border-radius: 18px;
    background: #EAF2F4;
    box-shadow: 0 14px 36px rgba(5, 58, 80, 0.1);
}

#store-locations.row.stores {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 30px 0 clamp(54px, 7vw, 80px);
}

#store-locations .store-location {
    display: flex;
    width: auto;
    min-width: 0;
    min-height: 310px;
    flex-direction: column;
    margin: 0;
    padding: 23px;
    border: 1px solid #DCE8EC;
    border-radius: 17px;
    background: #FFFFFF;
    color: #294D5B;
    box-shadow: 0 10px 28px rgba(5, 58, 80, 0.065);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

#store-locations .store-location:hover {
    border-color: #B4D3DC;
    box-shadow: 0 16px 38px rgba(5, 58, 80, 0.11);
    transform: translateY(-2px);
}

.store-location__heading {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #E1EBEE;
}

.store-location__pin {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: #EAF5F7;
    color: #167697;
}

.store-location__pin svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

#store-locations.row.stores h2 {
    margin: 0;
    color: #073E54;
    font: 700 18px/1.3 'Open Sans', sans-serif;
    letter-spacing: -0.02em;
}

#store-locations .vcard {
    display: block;
    flex: 1 1 auto;
    margin: 17px 0 20px;
    color: #536E78;
    font: normal 500 12px/1.6 'Open Sans', sans-serif;
}

#store-locations .addr-line {
    display: block;
}

.store-location__actions {
    display: grid;
    grid-template-columns: minmax(96px, 0.72fr) minmax(145px, 1.28fr);
    gap: 8px;
    margin-top: auto;
}

#store-locations.row.stores .store-location__actions a {
    display: inline-flex;
    min-height: 42px;
    gap: 7px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 9px 12px;
    border: 1px solid #BFD7DF;
    border-radius: 9px;
    color: #176D8A;
    font: 700 11px/1.35 'Open Sans', sans-serif;
    text-align: center;
    text-decoration: none;
    transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

#store-locations.row.stores .store-location__actions a:hover,
#store-locations.row.stores .store-location__actions a:focus {
    border-color: #073E54;
    background: #073E54;
    color: #FFFFFF;
    text-decoration: none;
    outline: 0;
    transform: translateY(-1px);
}

#store-locations.row.stores .store-location__actions .store-location__site {
    border-color: #0B607F;
    background: #0B607F;
    color: #FFFFFF;
}

.store-location__site svg {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

@media (max-width: 940px) {
    #store-locations.row.stores {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 580px) {
    #YMapsID {
        height: 390px !important;
        border-radius: 15px;
    }

    #store-locations.row.stores {
        grid-template-columns: minmax(0, 1fr);
        gap: 12px;
        margin-top: 20px;
    }

    #store-locations .store-location {
        min-height: 0;
        padding: 20px 18px;
        border-radius: 15px;
    }
}

@media (prefers-reduced-motion: reduce) {
    #store-locations .store-location,
    #store-locations.row.stores .store-location__actions a {
        transition: none;
    }
}

/* Список новостей */
.news-list-section {
    width: 100%;
    margin-top: clamp(24px, 3vw, 36px);
    padding-bottom: clamp(52px, 7vw, 84px);
}

.news-list {
    display: grid;
    gap: 18px;
    width: 100%;
}

.news-list-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(250px, 32%) minmax(0, 1fr);
    min-height: 220px;
    overflow: hidden;
    border: 1px solid #DCE8EC;
    border-radius: 18px;
    background: #FFFFFF;
    box-shadow: 0 12px 32px rgba(5, 58, 80, 0.07);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.news-list-card:hover {
    border-color: #B7D3DC;
    box-shadow: 0 18px 42px rgba(5, 58, 80, 0.12);
    transform: translateY(-2px);
}

.news-list-card__media {
    position: relative;
    display: block;
    min-height: 220px;
    overflow: hidden;
    background: #EAF2F4;
    text-decoration: none;
}

.news-list-card__media::after {
    position: absolute;
    inset: 0;
    border-right: 1px solid rgba(5, 58, 80, 0.08);
    background: linear-gradient(90deg, transparent 76%, rgba(5, 58, 80, 0.06));
    content: '';
    pointer-events: none;
}

.news-list-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.news-list-card:hover .news-list-card__media img {
    transform: scale(1.025);
}

.news-list-card__content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    padding: clamp(24px, 3vw, 34px);
}

.news-list-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    align-items: center;
    margin-bottom: 11px;
    color: #6C838C;
    font: 600 11px/1.4 'Open Sans', sans-serif;
}

.news-list-card__meta time,
.news-list-card__views {
    display: inline-flex;
    gap: 7px;
    align-items: center;
}

.news-list-card__meta svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #2A819D;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.news-list-card__title {
    margin: 0;
    color: #073E54;
    font: 700 clamp(20px, 2.1vw, 27px)/1.25 'Open Sans', sans-serif;
    letter-spacing: -0.025em;
}

.news-list-card__title a {
    color: inherit;
    text-decoration: none;
}

.news-list-card__title a:hover,
.news-list-card__title a:focus {
    color: #1B7193;
    text-decoration: none;
    outline: 0;
}

.news-list-card__excerpt {
    display: -webkit-box;
    max-width: 760px;
    margin: 13px 0 18px;
    overflow: hidden;
    color: #526C76;
    font: 400 13px/1.65 'Open Sans', sans-serif;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news-list-card__more {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    margin-top: auto;
    color: #176D8A;
    font: 700 12px/1.4 'Open Sans', sans-serif;
    text-decoration: none;
}

.news-list-card__more svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    transition: transform 0.18s ease;
}

.news-list-card__more:hover,
.news-list-card__more:focus {
    color: #073E54;
    text-decoration: none;
    outline: 0;
}

.news-list-card__more:hover svg,
.news-list-card__more:focus svg {
    transform: translateX(3px);
}

@media (max-width: 760px) {
    .news-list-card {
        grid-template-columns: minmax(190px, 38%) minmax(0, 1fr);
    }

    .news-list-card__content {
        padding: 22px;
    }
}

@media (max-width: 580px) {
    .news-list {
        gap: 14px;
    }

    .news-list-card {
        display: block;
        min-height: 0;
        border-radius: 16px;
    }

    .news-list-card__media,
    .news-list-card__media img {
        min-height: 0;
        aspect-ratio: 16 / 9;
    }

    .news-list-card__media::after {
        border-right: 0;
        border-bottom: 1px solid rgba(5, 58, 80, 0.08);
        background: linear-gradient(0deg, rgba(5, 58, 80, 0.06), transparent 24%);
    }

    .news-list-card__content {
        padding: 20px 18px 22px;
    }

    .news-list-card__title {
        font-size: 21px;
    }

    .news-list-card__excerpt {
        margin-bottom: 16px;
        -webkit-line-clamp: 4;
    }
}

@media (prefers-reduced-motion: reduce) {
    .news-list-card,
    .news-list-card__media img,
    .news-list-card__more svg {
        transition: none;
    }
}

/* Поиск по сайту */

.site-search-page {
    padding-bottom: clamp(48px, 7vw, 84px);
}

.site-search-page__form {
    max-width: 760px;
    margin: 0 0 26px;
    padding: clamp(18px, 3vw, 28px);
    background: #F4F7F8;
    border-radius: 12px;
}

.site-search-page__form > label {
    display: block;
    margin-bottom: 9px;
    color: #30434B;
    font-size: 14px;
    font-weight: 600;
}

.site-search-page__field {
    display: flex;
    width: 100%;
}

.site-search-page__field input[type="search"] {
    min-width: 0;
    width: 100%;
    height: 48px;
    margin: 0;
    padding: 0 16px;
    background: #FFFFFF;
    border: 1px solid #C9D9E0;
    border-right: 0;
    border-radius: 8px 0 0 8px;
    outline: none;
    color: #30434B;
    font: 400 15px/48px 'Open Sans', sans-serif;
}

.site-search-page__field input[type="search"]:focus {
    border-color: #1B628D;
    box-shadow: inset 0 0 0 1px #1B628D;
}

.site-search-page__field button {
    flex: 0 0 auto;
    min-width: 112px;
    height: 48px;
    margin: 0;
    padding: 0 22px;
    background: #1B628D;
    border: 0;
    border-radius: 0 8px 8px 0;
    color: #FFFFFF;
    font: 600 15px/48px 'Open Sans', sans-serif;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.site-search-page__field button:hover,
.site-search-page__field button:focus {
    background: #053A50;
}

.site-search-page__hint,
.site-search-page__notice,
.site-search-page__summary {
    max-width: 760px;
    color: #667981;
}

.site-search-page__summary {
    margin: 0 0 18px;
    font-size: 14px;
}

.site-search-results {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(420px, 100%), 1fr));
    gap: 16px;
}

.site-search-result {
    min-width: 0;
    padding: clamp(18px, 2.5vw, 24px);
    background: #FFFFFF;
    border: 1px solid #E1E9EC;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(5, 58, 80, 0.05);
}

.site-search-result h2 {
    margin: 0 0 10px;
    font-size: clamp(17px, 2vw, 20px);
    line-height: 1.35;
}

.site-search-result h2 a {
    color: #053A50;
    text-decoration: none;
}

.site-search-result h2 a:hover {
    color: #1B628D;
}

.site-search-result p {
    margin: 0 0 13px;
    color: #536970;
    font-size: 14px;
    line-height: 1.55;
}

.site-search-result__link {
    color: #1B628D;
    font-size: 13px;
    font-weight: 600;
}

.site-search-page__empty {
    max-width: 760px;
    padding: clamp(20px, 3vw, 30px);
    background: #F4F7F8;
    border-radius: 10px;
}

.site-search-page__empty h2 {
    margin-top: 0;
}

@media (max-width: 480px) {
    .site-search-page__field button {
        min-width: 88px;
        padding-right: 14px;
        padding-left: 14px;
    }
}

/* Современное окно выбора города */

body.cf-modal-open {
    overflow: hidden;
}

#cfModal.cf-modal {
    align-items: center;
    justify-content: center;
    padding: clamp(12px, 3vw, 32px);
    background: rgba(5, 42, 58, 0.68);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 2147483000;
    color: #30434B;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.45;
    text-align: left;
    white-space: normal;
}

#cfModal.cf-modal.cf-show {
    display: flex;
}

#cfModal .cf-modal-dialog {
    width: min(720px, 100%);
    max-width: 100%;
    margin: 0;
    transform: translateY(-10px) scale(0.985);
}

#cfModal.cf-show .cf-modal-dialog {
    transform: translateY(0) scale(1);
    animation: cfModalDialogIn 0.24s ease-out;
}

#cfModal.cf-hide .cf-modal-dialog {
    animation: cfModalDialogOut 0.16s ease-in;
}

#cfModal .cf-modal-content {
    display: flex;
    flex-direction: column;
    max-height: calc(100dvh - clamp(24px, 6vw, 64px));
    overflow: hidden;
    background: #FFFFFF;
    border: 0;
    border-radius: 16px;
    box-shadow: 0 24px 70px rgba(5, 42, 58, 0.28);
}

#cfModal .cf-modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    min-height: 0;
    padding: 24px 28px 20px;
    border-bottom: 1px solid #E3EBEE;
}

#cfModal .cf-modal-title {
    margin: 0;
    color: #053A50;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
}

#cfModal .cf-modal-description {
    margin: 6px 0 0;
    color: #667981;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.45;
}

#cfModal .cf-modal-header .cf-btn-close {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
    float: none;
    width: 40px;
    height: 40px;
    margin: -4px -6px 0 0;
    padding: 0;
    background: #F1F5F6;
    border: 0;
    border-radius: 50%;
    color: #486069;
    font-size: 28px;
    font-weight: 300;
    line-height: 1;
    opacity: 1;
    text-shadow: none;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

#cfModal .cf-modal-header .cf-btn-close:hover,
#cfModal .cf-modal-header .cf-btn-close:focus {
    background: #E3ECEF;
    color: #053A50;
    transform: rotate(4deg);
    outline: none;
}

#cfModal .cf-modal-header .cf-btn-close span {
    display: block;
    margin-top: -2px;
    font-size: inherit;
    line-height: 1;
}

#cfModal .cf-modal-body {
    padding: 22px 28px 28px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
}

#cfModal .cf-form-search {
    margin: 0 0 20px;
}

#cfModal .cf-form-search::before,
#cfModal .cf-form-search::after {
    display: none;
}

#cfModal .cf-form-search .cf-form-label {
    display: block;
    float: none;
    width: auto;
    margin: 0 0 7px;
    padding: 0;
    color: #30434B;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
}

#cfModal .cf-form-search .cf-form-field {
    position: relative;
    float: none;
    width: 100%;
    margin: 0;
}

#cfModal .cf-form-search .cf-form-field::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 15px;
    width: 16px;
    height: 16px;
    border: 2px solid #6E848D;
    border-radius: 50%;
    transform: translateY(-58%);
    pointer-events: none;
}

#cfModal .cf-form-search .cf-form-field::after {
    content: '';
    position: absolute;
    top: 27px;
    left: 29px;
    width: 7px;
    height: 2px;
    background: #6E848D;
    border-radius: 2px;
    transform: rotate(45deg);
    pointer-events: none;
}

#cfModal .cf-form-search .cf-form-input {
    display: block;
    width: 100%;
    height: 46px;
    padding: 0 44px;
    background: #F7F9FA;
    border: 1px solid #D7E2E6;
    border-radius: 9px;
    box-shadow: none;
    color: #30434B;
    font: 400 14px/44px 'Open Sans', sans-serif;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

#cfModal .cf-form-search .cf-form-input:focus {
    background: #FFFFFF;
    border-color: #1B628D;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(27, 98, 141, 0.11);
}

#cfModal .cf-form-search .cf-form-input::placeholder {
    color: #82949B;
    opacity: 1;
}

#cfModal .cf-error {
    margin: -6px 0 18px;
    padding: 11px 13px;
    background: #FFF3F4;
    border-radius: 7px;
    color: #9E2941;
    font-size: 13px;
}

#cfModal .cf-cities,
#cfModal .cf-cities.cf-show {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    columns: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

#cfModal .cf-cities li {
    min-width: 0;
    margin: 0;
    padding: 0;
}

#cfModal .cf-cities li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-height: 42px;
    padding: 9px 12px;
    background: #FFFFFF;
    border: 1px solid #DDE7EA;
    border-radius: 8px;
    color: #30434B;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    text-decoration: none;
    overflow-wrap: anywhere;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

#cfModal .cf-cities li a:hover,
#cfModal .cf-cities li a:focus {
    background: #F2F7F9;
    border-color: #8FB5C5;
    color: #053A50;
    text-decoration: none;
    transform: translateY(-1px);
    outline: none;
}

#cfModal .cf-cities li.is-current a {
    background: #EAF4F8;
    border-color: #1B628D;
    color: #053A50;
    font-weight: 600;
}

#cfModal .cf-cities li.is-current a::after {
    content: 'Текущий';
    flex: 0 0 auto;
    padding: 2px 6px;
    background: #1B628D;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 9px;
    font-weight: 600;
    line-height: 14px;
}

@keyframes cfModalDialogIn {
    from {
        opacity: 0;
        transform: translateY(12px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes cfModalDialogOut {
    from {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
    to {
        opacity: 0;
        transform: translateY(-8px) scale(0.985);
    }
}

@media (max-width: 767px) {
    #cfModal.cf-modal {
        padding: 12px;
    }

    #cfModal .cf-modal-content {
        max-height: calc(100dvh - 24px);
        border-radius: 14px;
    }

    #cfModal .cf-modal-header {
        padding: 20px 18px 16px;
    }

    #cfModal .cf-modal-title {
        font-size: 21px;
    }

    #cfModal .cf-modal-description {
        max-width: 250px;
        font-size: 12px;
    }

    #cfModal .cf-modal-body {
        padding: 18px;
    }

    #cfModal .cf-cities,
    #cfModal .cf-cities.cf-show {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    #cfModal .cf-cities li a {
        min-height: 40px;
        padding: 8px 10px;
        font-size: 12px;
    }

    #cfModal .cf-cities li.is-current a::after {
        display: none;
    }
}

@media (max-width: 380px) {
    #cfModal .cf-cities,
    #cfModal .cf-cities.cf-show {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* Окно уточнения цены */

.modal-new.modal-productprice {
    width: 100%;
    max-width: 480px;
    padding: 30px 32px 28px;
    background: #FFFFFF;
    border-radius: 16px;
    color: #30434B;
    text-align: left;
}

.modal-new.modal-productprice h4 {
    margin: 0;
    padding-right: 44px;
    color: #053A50;
    font: 600 26px/34px 'Open Sans', sans-serif;
}

.modal-new.modal-productprice .modal-body {
    margin: 0;
}

.modal-new.modal-productprice .price-request-form {
    margin: 8px 0 0;
}

.price-modal-intro {
    max-width: 390px;
    margin: 0 0 22px;
    color: #647981;
    font: 400 14px/21px 'Open Sans', sans-serif;
}

.price-modal-fields {
    display: grid;
    gap: 14px;
}

.form-new .price-modal-fields .fieldBlock {
    margin: 0;
}

.form-new .price-modal-label {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 6px;
    color: #30434B;
    font: 600 13px/18px 'Open Sans', sans-serif;
    text-align: left;
}

.form-new .price-modal-label > span {
    color: #82949B;
    font-size: 11px;
    font-weight: 400;
}

.form-new .price-modal-label > .price-modal-required {
    margin-right: auto;
    color: #B13E52;
    font-size: 13px;
    font-weight: 600;
}

.form-new .price-modal-fields .fieldBlock > input {
    display: block;
    width: 100%;
    height: 48px;
    margin: 0;
    padding: 0 14px;
    float: none;
    background: #F7F9FA;
    border: 1px solid #D7E2E6;
    border-radius: 9px;
    box-shadow: none;
    color: #30434B;
    font: 400 14px/46px 'Open Sans', sans-serif;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-new .price-modal-fields .fieldBlock > input::placeholder {
    color: #8A9BA2;
    opacity: 1;
}

.form-new .price-modal-fields .fieldBlock > input:hover {
    border-color: #B8CBD2;
}

.form-new .price-modal-fields .fieldBlock > input:focus {
    background: #FFFFFF;
    border-color: #1B628D;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(27, 98, 141, 0.11);
}

.form-new .price-modal-fields .fieldBlock > input.error,
.form-new .price-modal-fields .fieldBlock:has([class^="error_"].error:not(:empty)) > input {
    border-color: #B13E52;
    box-shadow: 0 0 0 3px rgba(177, 62, 82, 0.09);
}

.form-new .price-modal-fields [class^="error_"] {
    display: block;
    margin: 5px 0 0;
    color: #A23449;
    font: 400 12px/16px 'Open Sans', sans-serif;
    text-align: left;
}

.form-new .price-modal-fields [class^="error_"]:empty {
    display: none;
}

.privacy-consent {
    margin: 20px 0 16px;
}

.privacy-consent__label {
    position: relative;
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    align-items: start;
    gap: 10px;
    margin: 0;
    cursor: pointer;
    text-align: left;
}

.privacy-consent__input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    opacity: 0;
    pointer-events: none;
}

.privacy-consent__box {
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    margin-top: 1px;
    background: #FFFFFF;
    border: 1px solid #B8C8CE;
    border-radius: 6px;
    transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.privacy-consent__box::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 7px;
    width: 5px;
    height: 9px;
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    opacity: 0;
    transform: rotate(45deg) scale(0.7);
    transition: opacity 0.15s ease, transform 0.15s ease;
}

.privacy-consent__label:hover .privacy-consent__box {
    border-color: #1B628D;
}

.privacy-consent__input:focus-visible + .privacy-consent__box {
    border-color: #1B628D;
    box-shadow: 0 0 0 3px rgba(27, 98, 141, 0.14);
}

.privacy-consent__input:checked + .privacy-consent__box {
    background: #1B628D;
    border-color: #1B628D;
}

.privacy-consent__input:checked + .privacy-consent__box::after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}

.privacy-consent.is-invalid .privacy-consent__box {
    border-color: #B13E52;
    box-shadow: 0 0 0 3px rgba(177, 62, 82, 0.1);
}

.privacy-consent__text {
    color: #647981;
    font: 400 12px/17px 'Open Sans', sans-serif;
}

.privacy-consent__text a {
    color: #1B628D;
    text-decoration: underline;
    text-decoration-color: rgba(27, 98, 141, 0.42);
    text-underline-offset: 2px;
}

.privacy-consent__text a:hover,
.privacy-consent__text a:focus {
    color: #053A50;
    text-decoration-color: currentColor;
}

.form-new .privacy-consent__error {
    display: none;
    margin: 7px 0 0 32px;
    color: #A23449;
    font: 400 12px/16px 'Open Sans', sans-serif;
    text-align: left;
}

.form-new .privacy-consent.is-invalid .privacy-consent__error,
.form-new .privacy-consent__error.error:not(:empty) {
    display: block;
}

.form-new .price-request-form .formBtn {
    display: block;
    width: 100%;
    height: 48px;
    margin: 0;
    padding: 0 22px !important;
    background: #1B628D !important;
    border: 0 !important;
    border-radius: 9px;
    box-shadow: 0 8px 20px rgba(5, 58, 80, 0.16);
    color: #FFFFFF !important;
    font: 600 15px/48px 'Open Sans', sans-serif !important;
    text-align: center;
    text-transform: none !important;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.form-new .price-request-form .formBtn:hover,
.form-new .price-request-form .formBtn:focus {
    background: #0F506F !important;
    box-shadow: 0 10px 24px rgba(5, 58, 80, 0.22);
    outline: 0;
    transform: translateY(-1px);
}

.form-new .price-request-form .formBtn:active {
    box-shadow: 0 5px 14px rgba(5, 58, 80, 0.16);
    transform: translateY(0);
}

.form-new .price-request-form .formBtn:disabled {
    cursor: wait;
    opacity: 0.68;
    transform: none;
}

.form-new .price-request-form .alert {
    margin: 14px 0 0;
    padding: 11px 13px;
    border: 0;
    border-radius: 8px;
    font: 400 13px/18px 'Open Sans', sans-serif;
    text-align: left;
}

.form-new .price-request-form .alert-success {
    background: #ECF7F1;
    color: #276345;
}

.form-new .price-request-form .alert-danger {
    background: #FFF1F3;
    color: #923248;
}

.fancybox-wrap:has(.modal-new.modal-productprice) .fancybox-skin {
    padding: 0 !important;
    background: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0 22px 64px rgba(5, 41, 55, 0.3);
}

.fancybox-wrap:has(.modal-new.modal-productprice) .fancybox-inner {
    border-radius: 16px;
    overflow: visible !important;
}

.fancybox-wrap:has(.modal-new.modal-productprice) .fancybox-close {
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    background: #EEF3F5 !important;
    border-radius: 50%;
    transition: background-color 0.18s ease, transform 0.18s ease;
}

.fancybox-wrap:has(.modal-new.modal-productprice) .fancybox-close::before,
.fancybox-wrap:has(.modal-new.modal-productprice) .fancybox-close::after {
    content: '';
    position: absolute;
    top: 17px;
    left: 10px;
    width: 16px;
    height: 2px;
    background: #536B74;
    border-radius: 2px;
}

.fancybox-wrap:has(.modal-new.modal-productprice) .fancybox-close::before {
    transform: rotate(45deg);
}

.fancybox-wrap:has(.modal-new.modal-productprice) .fancybox-close::after {
    transform: rotate(-45deg);
}

.fancybox-wrap:has(.modal-new.modal-productprice) .fancybox-close:hover,
.fancybox-wrap:has(.modal-new.modal-productprice) .fancybox-close:focus {
    background: #DFEAEE !important;
    outline: 0;
    transform: rotate(4deg);
}

@media (max-width: 560px) {
    .modal-new.modal-productprice {
        max-width: none;
        padding: 24px 18px 20px;
        border-radius: 14px;
    }

    .modal-new.modal-productprice h4 {
        padding-right: 40px;
        font-size: 23px;
        line-height: 30px;
    }

    .price-modal-intro {
        margin-bottom: 18px;
        font-size: 13px;
        line-height: 19px;
    }

    .price-modal-fields {
        gap: 12px;
    }

    .form-new .price-modal-fields .fieldBlock > input {
        height: 46px;
        font-size: 16px;
        line-height: 44px;
    }

    .privacy-consent {
        margin: 17px 0 14px;
    }

    .privacy-consent__text {
        font-size: 11px;
        line-height: 16px;
    }

    .form-new .price-request-form .formBtn {
        height: 46px;
        font-size: 14px !important;
        line-height: 46px !important;
    }

    .fancybox-wrap:has(.modal-new.modal-productprice) .fancybox-skin,
    .fancybox-wrap:has(.modal-new.modal-productprice) .fancybox-inner {
        border-radius: 14px;
    }

    .fancybox-wrap:has(.modal-new.modal-productprice) .fancybox-close {
        top: 12px;
        right: 12px;
    }
}

/* Главный слайдер */
.header-new + .home-hero {
    margin-top: -32px;
}

.home-hero {
    position: relative;
    width: auto;
    max-width: none;
    margin-right: calc(50% - 50vw);
    margin-bottom: 44px;
    margin-left: calc(50% - 50vw);
    background: #0A3648;
}

.home-hero.slick-dotted {
    margin-bottom: 44px;
}

.home-hero .slick-list {
    overflow: hidden;
    border-radius: 0;
    box-shadow: none;
}

.home-hero__slide {
    position: relative;
    height: clamp(380px, 32vw, 460px);
    overflow: hidden;
    background: #0A3648;
}

.home-hero__media,
.home-hero__media img,
.home-hero__shade {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.home-hero__media img {
    object-fit: cover;
    object-position: var(--hero-position, center center);
}

.home-hero__shade {
    background:
        linear-gradient(90deg, rgba(3, 31, 43, 0.96) 0%, rgba(3, 40, 55, 0.88) 29%, rgba(3, 40, 55, 0.43) 54%, rgba(3, 40, 55, 0.05) 74%),
        linear-gradient(270deg, rgba(3, 31, 43, 0.34) 0%, rgba(3, 31, 43, 0) 17%);
}

.home-hero__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: min(calc(100% - 30px), 1170px);
    max-width: none;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    padding: 38px 0;
    color: #FFFFFF;
}

.home-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-bottom: 15px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.09);
    color: rgba(255, 255, 255, 0.9);
    font: 600 12px/26px 'Open Sans', sans-serif;
    letter-spacing: 0.02em;
}

.home-hero__title {
    max-width: 610px;
    margin: 0;
    color: #FFFFFF;
    font: 600 clamp(28px, 3vw, 38px)/1.16 'Open Sans', sans-serif;
    letter-spacing: -0.025em;
}

.home-hero__description {
    max-width: 560px;
    margin: 17px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font: 400 15px/1.55 'Open Sans', sans-serif;
}

.home-hero__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px 22px;
    margin-top: 24px;
}

.home-hero__primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    box-sizing: border-box;
    padding: 0 20px;
    border: 1px solid #FFFFFF;
    border-radius: 9px;
    background: #FFFFFF;
    color: #0A526F;
    font: 600 14px/44px 'Open Sans', sans-serif;
    text-decoration: none;
    transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.home-hero__primary:hover,
.home-hero__primary:focus {
    border-color: #DFF0F6;
    background: #DFF0F6;
    color: #083D52;
    text-decoration: none;
    outline: 0;
    transform: translateY(-1px);
}

.home-hero__secondary {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 44px;
    color: #FFFFFF;
    font: 600 14px/20px 'Open Sans', sans-serif;
    text-decoration: none;
}

.home-hero__secondary span {
    border-bottom: 1px solid rgba(255, 255, 255, 0.48);
}

.home-hero__secondary svg {
    width: 18px;
    height: 18px;
    transition: transform 0.18s ease;
}

.home-hero__secondary:hover,
.home-hero__secondary:focus {
    color: #FFFFFF;
    text-decoration: none;
    outline: 0;
}

.home-hero__secondary:hover span,
.home-hero__secondary:focus span {
    border-bottom-color: #FFFFFF;
}

.home-hero__secondary:hover svg,
.home-hero__secondary:focus svg {
    transform: translateX(3px);
}

.home-hero .slick-arrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 50%;
    background: rgba(3, 31, 43, 0.58);
    box-shadow: 0 7px 20px rgba(2, 25, 35, 0.2);
    color: #FFFFFF;
    font-size: 0;
    line-height: 0;
    opacity: 0.9;
    transition: background-color 0.18s ease, border-color 0.18s ease, opacity 0.18s ease, transform 0.18s ease;
}

.home-hero .slick-prev {
    left: max(14px, calc((100vw - 1170px) / 2 - 62px));
}

.home-hero .slick-next {
    right: max(14px, calc((100vw - 1170px) / 2 - 62px));
}

.home-hero .slick-prev::before,
.home-hero .slick-next::before {
    display: none;
    content: none;
}

.home-hero .slick-arrow svg {
    width: 21px;
    height: 21px;
}

.home-hero .slick-arrow:hover,
.home-hero .slick-arrow:focus {
    border-color: rgba(255, 255, 255, 0.78);
    background: rgba(5, 58, 80, 0.88);
    color: #FFFFFF;
    opacity: 1;
    outline: 0;
    transform: translateY(-50%) scale(1.04);
}

.home-hero .slick-arrow:focus-visible {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3), 0 7px 20px rgba(2, 25, 35, 0.24);
}

@media (max-width: 1320px) and (min-width: 768px) {
    .home-hero__content {
        padding-right: 74px;
        padding-left: 74px;
    }
}

@media (max-width: 900px) {
    .home-hero__title {
        font-size: 29px;
    }
}

@media (max-width: 767px) {
    .header-new + .home-hero {
        margin-top: -28px;
    }

    .home-hero,
    .home-hero.slick-dotted {
        margin-bottom: 34px;
    }

    .home-hero .slick-list {
        border-radius: 0;
        box-shadow: none;
    }

    .home-hero__slide {
        height: 450px;
    }

    .home-hero__media img {
        object-position: var(--hero-position-mobile, center center);
    }

    .home-hero__shade {
        background:
            linear-gradient(180deg, rgba(3, 31, 43, 0.07) 0%, rgba(3, 31, 43, 0.2) 30%, rgba(3, 31, 43, 0.88) 61%, rgba(3, 31, 43, 0.97) 100%),
            linear-gradient(90deg, rgba(3, 31, 43, 0.24) 0%, rgba(3, 31, 43, 0) 22%, rgba(3, 31, 43, 0) 78%, rgba(3, 31, 43, 0.24) 100%);
    }

    .home-hero__content {
        justify-content: flex-end;
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 24px 20px 25px;
    }

    .home-hero__eyebrow {
        min-height: 25px;
        margin-bottom: 11px;
        padding: 0 10px;
        font-size: 11px;
        line-height: 23px;
    }

    .home-hero__title {
        max-width: 520px;
        font-size: clamp(22px, 6.5vw, 27px);
        line-height: 1.18;
        letter-spacing: -0.02em;
    }

    .home-hero__description {
        margin-top: 11px;
        font-size: 13px;
        line-height: 1.45;
    }

    .home-hero__actions {
        gap: 8px 17px;
        margin-top: 17px;
    }

    .home-hero__primary {
        min-height: 43px;
        padding: 0 15px;
        font-size: 12.5px;
        line-height: 41px;
    }

    .home-hero__secondary {
        min-height: 41px;
        font-size: 12.5px;
    }

    .home-hero .slick-arrow {
        top: 38%;
        width: 40px;
        height: 40px;
        background: rgba(3, 31, 43, 0.62);
    }

    .home-hero .slick-prev {
        left: 10px;
    }

    .home-hero .slick-next {
        right: 10px;
    }
}

@media (max-width: 390px) {
    .home-hero__slide {
        height: 430px;
    }

    .home-hero__content {
        padding-right: 17px;
        padding-left: 17px;
    }

    .home-hero__description {
        font-size: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-hero__primary,
    .home-hero__secondary svg,
    .home-hero .slick-arrow {
        transition: none;
    }
}

/* Страница каталога */
.catalog-page__inner {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.catalog-page .bcWrp {
    margin-bottom: 18px;
}

.catalog-hero {
    position: relative;
    isolation: isolate;
    display: flex;
    min-height: 390px;
    margin: 0 0 42px;
    overflow: hidden;
    border: 1px solid rgba(21, 101, 132, 0.18);
    border-radius: 18px;
    background: #052F43;
    box-shadow: 0 18px 42px rgba(5, 58, 80, 0.16);
}

.catalog-hero__media,
.catalog-hero__media img,
.catalog-hero__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.catalog-hero__media {
    z-index: -2;
    margin: 0;
}

.catalog-hero__media img {
    display: block;
    object-fit: cover;
    object-position: center center;
}

.catalog-hero__shade {
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(3, 38, 53, 0.98) 0%, rgba(4, 50, 69, 0.94) 40%, rgba(4, 50, 69, 0.48) 63%, rgba(4, 40, 57, 0.08) 100%),
        linear-gradient(0deg, rgba(4, 39, 54, 0.24), rgba(4, 39, 54, 0));
}

.catalog-hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: min(61%, 690px);
    padding: 42px 48px 40px;
    color: #FFFFFF;
}

.catalog-hero__eyebrow {
    align-self: flex-start;
    margin-bottom: 16px;
    padding: 6px 11px;
    border: 1px solid rgba(196, 229, 240, 0.36);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #D7EDF4;
    font: 600 12px/18px 'Open Sans', sans-serif;
    letter-spacing: 0.04em;
}

.catalog-hero__title {
    max-width: 670px;
    margin: 0;
    color: #FFFFFF;
    font: 700 clamp(31px, 3.1vw, 43px)/1.12 'Open Sans', sans-serif;
    letter-spacing: -0.035em;
    text-align: left;
    text-wrap: balance;
}

.catalog-hero__description {
    max-width: 590px;
    margin: 18px 0 0;
    color: rgba(239, 249, 252, 0.84);
    font: 400 16px/1.55 'Open Sans', sans-serif;
}

.catalog-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 25px;
}

.catalog-hero__primary,
.catalog-hero__secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 46px;
    padding: 11px 18px;
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 9px;
    font: 600 14px/20px 'Open Sans', sans-serif;
    text-decoration: none;
    transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.catalog-hero__primary {
    color: #073E54;
    background: #FFFFFF;
    border-color: #FFFFFF;
}

.catalog-hero__primary:hover,
.catalog-hero__primary:focus {
    color: #073E54;
    background: #EAF4F7;
    border-color: #EAF4F7;
    text-decoration: none;
    transform: translateY(-1px);
}

.catalog-hero__secondary {
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.06);
}

.catalog-hero__secondary:hover,
.catalog-hero__secondary:focus {
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    transform: translateY(-1px);
}

.catalog-hero__secondary svg {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
}

.catalog-hero__primary:focus-visible,
.catalog-hero__secondary:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(155, 215, 235, 0.4);
}

.catalog-hero__features {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 18px;
    margin: 24px 0 0;
    padding: 0;
    color: rgba(231, 246, 250, 0.78);
    font: 500 12px/18px 'Open Sans', sans-serif;
    list-style: none;
}

.catalog-hero__features li {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.catalog-hero__features li::before {
    content: '';
    flex: 0 0 auto;
    width: 5px;
    height: 5px;
    margin-right: 8px;
    border-radius: 50%;
    background: #75C2DC;
    box-shadow: 0 0 0 4px rgba(117, 194, 220, 0.12);
}

.catalog-page__sections {
    scroll-margin-top: 150px;
}

.catalog-page__sections .home-catalog__toolbar {
    margin-bottom: 22px;
}

@media (max-width: 900px) {
    .catalog-hero__content {
        width: 70%;
        padding-right: 28px;
        padding-left: 34px;
    }

    .catalog-hero__shade {
        background: linear-gradient(90deg, rgba(3, 38, 53, 0.98) 0%, rgba(4, 50, 69, 0.94) 52%, rgba(4, 50, 69, 0.56) 74%, rgba(4, 40, 57, 0.18) 100%);
    }
}

@media (max-width: 680px) {
    .catalog-page .bcWrp {
        margin-bottom: 14px;
    }

    .catalog-hero {
        min-height: 510px;
        margin-bottom: 32px;
        border-radius: 14px;
        box-shadow: 0 12px 30px rgba(5, 58, 80, 0.14);
    }

    .catalog-hero__media img {
        object-position: 67% center;
    }

    .catalog-hero__shade {
        background:
            linear-gradient(180deg, rgba(3, 38, 53, 0.98) 0%, rgba(4, 50, 69, 0.94) 56%, rgba(4, 50, 69, 0.72) 78%, rgba(4, 40, 57, 0.42) 100%),
            linear-gradient(90deg, rgba(3, 38, 53, 0.45), rgba(3, 38, 53, 0.08));
    }

    .catalog-hero__content {
        justify-content: flex-start;
        width: 100%;
        padding: 29px 21px 170px;
    }

    .catalog-hero__eyebrow {
        margin-bottom: 13px;
        font-size: 11px;
    }

    .catalog-hero__title {
        font-size: clamp(27px, 8vw, 34px);
        line-height: 1.14;
    }

    .catalog-hero__description {
        margin-top: 14px;
        font-size: 14px;
        line-height: 1.5;
    }

    .catalog-hero__actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 9px;
        width: min(100%, 310px);
        margin-top: 20px;
    }

    .catalog-hero__primary,
    .catalog-hero__secondary {
        width: 100%;
        min-height: 43px;
    }

    .catalog-hero__features {
        gap: 7px 14px;
        margin-top: 19px;
    }

    .catalog-page__sections .home-catalog__toolbar {
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
    }

    .catalog-page__sections .home-catalog__actions,
    .catalog-page__sections .home-catalog__action {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .catalog-hero__primary,
    .catalog-hero__secondary {
        transition: none;
    }
}

/* Каталог на главной */
.home-catalog {
    margin: 8px 0 24px;
}

.home-catalog__toolbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px 28px;
    align-items: center;
    margin-bottom: 28px;
}

.home-catalog__heading {
    min-width: 0;
    margin: 0;
    color: #073E54;
    font: 700 clamp(27px, 2.35vw, 30px)/1.25 'Open Sans', sans-serif;
    letter-spacing: -0.02em;
    text-align: left;
}

.home-catalog__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.home-catalog__action {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 9px 15px;
    border: 1px solid transparent;
    border-radius: 9px;
    font: 600 14px/20px 'Open Sans', sans-serif;
    white-space: nowrap;
    text-decoration: none;
    transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.home-catalog__action svg {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
}

.home-catalog__action--catalog {
    color: #FFFFFF;
    background: #1B628D;
    border-color: #1B628D;
}

.home-catalog__action--catalog:hover,
.home-catalog__action--catalog:focus {
    color: #FFFFFF;
    background: #073E54;
    border-color: #073E54;
    text-decoration: none;
    outline: 0;
}

.home-catalog__action--price {
    color: #0D5573;
    background: #F2F7F9;
    border-color: #C9DDE5;
}

.home-catalog__action--price:hover,
.home-catalog__action--price:focus {
    color: #073E54;
    background: #E6F0F3;
    border-color: #9FC3D2;
    text-decoration: none;
    outline: 0;
}

.home-catalog__action:focus-visible {
    box-shadow: 0 0 0 3px rgba(27, 113, 147, 0.22);
}

.home-catalog__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid #DCE6EA;
    border-radius: 14px;
    background: #DCE6EA;
}

.home-catalog-card {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 150px;
    grid-template-rows: auto auto 1fr;
    column-gap: 18px;
    min-width: 0;
    min-height: 275px;
    overflow: hidden;
    padding: 23px 22px 21px;
    border: 0;
    border-radius: 0;
    background: linear-gradient(145deg, #FFFFFF 0%, #FFFFFF 62%, #F1F6F8 100%);
    box-shadow: none;
    transition: box-shadow 0.2s ease;
}

.home-catalog-card:hover,
.home-catalog-card:focus-within {
    box-shadow: inset 0 0 0 1px #9FC3D2;
}

.home-catalog-card__title {
    grid-column: 1 / -1;
    grid-row: 1;
    margin: 0 0 15px;
    padding: 0 0 14px;
    border-bottom: 1px solid #E2EAED;
    font: inherit;
}

.home-catalog-card__section-link {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    color: #073E54;
    font: 600 21px/1.3 'Open Sans', sans-serif;
    letter-spacing: -0.015em;
    text-decoration: none;
}

.home-catalog-card__section-link::after {
    content: '';
    position: absolute;
    z-index: 1;
    inset: 0;
    border-radius: inherit;
}

.home-catalog-card__section-link svg {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    margin-top: 3px;
    color: #1B7193;
    transition: transform 0.18s ease;
}

.home-catalog-card:hover .home-catalog-card__section-link,
.home-catalog-card__section-link:focus {
    color: #0C5F80;
    text-decoration: none;
    outline: 0;
}

.home-catalog-card:hover .home-catalog-card__section-link svg,
.home-catalog-card__section-link:focus svg {
    transform: translateX(3px);
}

.home-catalog-card__section-link:focus-visible::after {
    outline: 3px solid rgba(27, 113, 147, 0.42);
    outline-offset: -3px;
}

.home-catalog-card__note {
    grid-column: 1;
    grid-row: 2;
    margin: 0 0 11px;
    color: #60747D;
    font: 400 13px/1.45 'Open Sans', sans-serif;
}

.home-catalog-card__links {
    position: relative;
    z-index: 2;
    grid-column: 1;
    grid-row: 3;
    align-self: start;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
    pointer-events: none;
}

.home-catalog-card__links li {
    min-width: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-catalog-card__sub-link {
    position: relative;
    z-index: 3;
    display: inline-flex;
    align-items: flex-start;
    width: 100%;
    min-height: 32px;
    padding: 5px 0;
    color: #405B66;
    font: 400 13px/1.45 'Open Sans', sans-serif;
    text-decoration: none;
    pointer-events: auto;
}

.home-catalog-card__sub-link::before {
    content: '';
    flex: 0 0 auto;
    width: 5px;
    height: 5px;
    margin-right: 9px;
    margin-top: 7px;
    border-radius: 50%;
    background: #86ABBA;
    transition: background-color 0.18s ease, transform 0.18s ease;
}

.home-catalog-card__sub-link span {
    border-bottom: 1px solid transparent;
}

.home-catalog-card__sub-link:hover,
.home-catalog-card__sub-link:focus {
    color: #0D5C7D;
    text-decoration: none;
    outline: 0;
}

.home-catalog-card__sub-link:hover::before,
.home-catalog-card__sub-link:focus::before {
    background: #1B7193;
    transform: scale(1.25);
}

.home-catalog-card__sub-link:hover span,
.home-catalog-card__sub-link:focus span {
    border-bottom-color: currentColor;
}

.home-catalog-card__sub-link:focus-visible {
    border-radius: 4px;
    box-shadow: 0 0 0 3px rgba(27, 113, 147, 0.2);
}

.home-catalog-card__visual {
    grid-column: 2;
    grid-row: 2 / 4;
    align-self: end;
    justify-self: end;
    width: 150px;
    height: 164px;
    margin: 0 -8px -5px 0;
    pointer-events: none;
}

.home-catalog-card__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right bottom;
    mix-blend-mode: multiply;
}

@media (max-width: 1040px) {
    .home-catalog__toolbar {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }

    .home-catalog__actions {
        justify-content: flex-start;
    }

    .home-catalog-card {
        display: block;
        min-height: 0;
        padding-bottom: 126px;
    }

    .home-catalog-card__links {
        column-gap: 14px;
    }

    .home-catalog-card__visual {
        position: absolute;
        right: 16px;
        bottom: 10px;
        width: 124px;
        height: 124px;
        margin: 0;
    }
}

@media (max-width: 680px) {
    .home-catalog {
        margin-top: 2px;
    }

    .home-catalog__toolbar {
        gap: 15px;
        margin-bottom: 20px;
    }

    .home-catalog__heading {
        font-size: 24px;
        line-height: 1.28;
    }

    .home-catalog__actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
        width: 100%;
    }

    .home-catalog__action {
        width: 100%;
        min-height: 40px;
        padding-right: 11px;
        padding-left: 11px;
        font-size: 13px;
    }

    .home-catalog__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 1px;
        border-radius: 12px;
    }

    .home-catalog-card {
        min-height: 0;
        padding: 21px 19px 108px;
        border-radius: 0;
    }

    .home-catalog-card__title {
        margin-bottom: 14px;
        padding-bottom: 13px;
    }

    .home-catalog-card__section-link {
        font-size: 19px;
        line-height: 1.3;
    }

    .home-catalog-card__sub-link {
        min-height: 32px;
        font-size: 12.5px;
    }

    .home-catalog-card__visual {
        right: 12px;
        bottom: 8px;
        width: 102px;
        height: 102px;
    }

}

@media (prefers-reduced-motion: reduce) {
    .home-catalog-card,
    .home-catalog-card__section-link svg,
    .home-catalog-card__sub-link::before,
    .home-catalog__action {
        transition: none;
    }
}

/* Популярные товары на главной */
.home-popular {
    margin: 44px 0 52px;
}

.home-popular__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
}

.home-popular__heading {
    margin: 0;
    color: #073E54;
    font: 700 clamp(25px, 2.5vw, 32px)/1.25 'Open Sans', sans-serif;
    letter-spacing: -0.025em;
}

.home-popular__all {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 8px;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid #D3E1E6;
    border-radius: 9px;
    background: #FFFFFF;
    color: #1B628D;
    font: 600 13px/38px 'Open Sans', sans-serif;
    text-decoration: none;
    transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.home-popular__all svg {
    width: 18px;
    height: 18px;
}

.home-popular__all:hover,
.home-popular__all:focus {
    border-color: #9FC3D2;
    background: #F2F7F9;
    color: #0B526F;
    text-decoration: none;
    outline: 0;
}

.home-popular__all:focus-visible {
    box-shadow: 0 0 0 3px rgba(27, 113, 147, 0.2);
}

.home-popular__slider {
    position: relative;
    min-width: 0;
    margin-right: -10px;
    margin-left: -10px;
}

.home-popular__slider:not(.slick-initialized) {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-right: 0;
    margin-left: 0;
}

.home-popular__slider:not(.slick-initialized) .home-popular-card {
    margin-right: 0;
    margin-left: 0;
}

.home-popular__slider .slick-track {
    display: flex;
}

.home-popular__slider .slick-slide {
    height: auto;
}

.home-popular__slider .slick-slide > div {
    height: 100%;
}

.home-popular-card {
    display: flex !important;
    flex-direction: column;
    height: calc(100% - 2px);
    min-height: 350px;
    margin: 1px 10px;
    overflow: hidden;
    border: 1px solid #DCE6EA;
    border-radius: 14px;
    background: #FFFFFF;
    color: #073E54;
    text-decoration: none;
    box-shadow: 0 7px 22px rgba(5, 54, 73, 0.05);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.home-popular-card:hover,
.home-popular-card:focus {
    border-color: #9FC3D2;
    color: #073E54;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(5, 54, 73, 0.11);
    outline: 0;
    transform: translateY(-2px);
}

.home-popular-card:focus-visible {
    box-shadow: 0 0 0 3px rgba(27, 113, 147, 0.22), 0 14px 30px rgba(5, 54, 73, 0.11);
}

.home-popular-card__visual {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 205px;
    padding: 18px 20px 10px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFB 100%);
}

.home-popular-card__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
    transition: transform 0.22s ease;
}

.home-popular-card:hover .home-popular-card__visual img,
.home-popular-card:focus .home-popular-card__visual img {
    transform: scale(1.035);
}

.home-popular-card__title {
    display: block;
    flex: 1 1 auto;
    padding: 18px 20px 12px;
    color: #183F50;
    font: 600 15px/1.45 'Open Sans', sans-serif;
}

.home-popular-card__footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    min-height: 65px;
    margin: 0 20px;
    padding: 13px 0 17px;
    border-top: 1px solid #E3EAED;
}

.home-popular-card__price {
    color: #073E54;
    font: 700 14px/1.35 'Open Sans', sans-serif;
}

.home-popular-card__price--request {
    color: #526A74;
    font-weight: 600;
}

.home-popular-card__more {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 5px;
    color: #1B7193;
    font: 600 12px/1.35 'Open Sans', sans-serif;
}

.home-popular-card__more svg {
    width: 16px;
    height: 16px;
    transition: transform 0.18s ease;
}

.home-popular-card:hover .home-popular-card__more svg,
.home-popular-card:focus .home-popular-card__more svg {
    transform: translateX(3px);
}

.home-popular__slider .slick-arrow {
    position: absolute;
    z-index: 4;
    top: 46%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
    border: 1px solid #C7D8DE;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 7px 20px rgba(5, 54, 73, 0.12);
    color: #1B628D;
    font-size: 0;
    line-height: 0;
    transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.home-popular__slider .slick-prev {
    left: -12px;
}

.home-popular__slider .slick-next {
    right: -12px;
}

.home-popular__slider .slick-prev::before,
.home-popular__slider .slick-next::before {
    display: none;
    content: none;
}

.home-popular__slider .slick-arrow svg {
    width: 19px;
    height: 19px;
}

.home-popular__slider .slick-arrow:hover,
.home-popular__slider .slick-arrow:focus {
    border-color: #1B628D;
    background: #1B628D;
    color: #FFFFFF;
    outline: 0;
    transform: translateY(-50%) scale(1.04);
}

.home-popular__slider .slick-arrow:focus-visible {
    box-shadow: 0 0 0 3px rgba(27, 113, 147, 0.2), 0 7px 20px rgba(5, 54, 73, 0.14);
}

@media (max-width: 1240px) {
    .home-popular__slider .slick-prev {
        left: 5px;
    }

    .home-popular__slider .slick-next {
        right: 5px;
    }
}

@media (max-width: 680px) {
    .home-popular {
        margin-top: 34px;
        margin-bottom: 40px;
    }

    .home-popular__header {
        align-items: flex-start;
        gap: 14px;
        margin-bottom: 18px;
    }

    .home-popular__heading {
        font-size: 24px;
    }

    .home-popular__all {
        min-height: 38px;
        padding-right: 11px;
        padding-left: 11px;
        font-size: 12px;
        line-height: 36px;
    }

    .home-popular__all svg {
        width: 16px;
        height: 16px;
    }

    .home-popular-card {
        min-height: 340px;
    }

    .home-popular-card__visual {
        height: 210px;
    }
}

@media (max-width: 390px) {
    .home-popular__header {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .home-popular__all span {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-popular__all,
    .home-popular-card,
    .home-popular-card__visual img,
    .home-popular-card__more svg,
    .home-popular__slider .slick-arrow {
        transition: none;
    }
}

/* Единый блок о компании на главной */
.home-about {
    position: relative;
    width: 100%;
    margin: clamp(58px, 7vw, 86px) 0;
    padding: clamp(30px, 4.5vw, 54px);
    overflow: hidden;
    border-radius: 26px;
    background:
        radial-gradient(circle at 92% 5%, rgba(84, 171, 197, 0.2), transparent 35%),
        radial-gradient(circle at 8% 100%, rgba(27, 113, 147, 0.22), transparent 34%),
        #073E54;
    color: #FFFFFF;
    box-shadow: 0 20px 48px rgba(5, 54, 73, 0.14);
}

.home-about__top {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
    gap: clamp(36px, 6vw, 76px);
    align-items: center;
}

.home-about__content {
    max-width: 650px;
}

.home-about__eyebrow {
    display: block;
    margin-bottom: 10px;
    color: #93D2E5;
    font: 700 12px/1.4 'Open Sans', sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.home-about__title {
    max-width: 640px;
    margin: 0 0 18px;
    color: #FFFFFF;
    font: 700 clamp(28px, 3.3vw, 42px)/1.17 'Open Sans', sans-serif;
    letter-spacing: -0.035em;
}

.home-about__content p {
    max-width: 620px;
    margin: 0 0 12px;
    color: rgba(255, 255, 255, 0.78);
    font: 400 14px/1.7 'Open Sans', sans-serif;
}

.home-about__content .home-about__lead {
    margin-bottom: 13px;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.55;
}

.home-about__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.home-about__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 9px;
    color: #FFFFFF;
    font: 600 13px/42px 'Open Sans', sans-serif;
    text-decoration: none;
    transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.home-about__button--primary {
    border-color: #FFFFFF;
    background: #FFFFFF;
    color: #0B526F;
}

.home-about__button:hover,
.home-about__button:focus {
    border-color: #B9E1EC;
    background: #B9E1EC;
    color: #073E54;
    text-decoration: none;
    outline: 0;
    transform: translateY(-1px);
}

.home-about__button:focus-visible {
    box-shadow: 0 0 0 3px rgba(185, 225, 236, 0.28);
}

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

.home-about__fact {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 150px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.075);
    backdrop-filter: blur(4px);
}

.home-about__fact--accent {
    border-color: rgba(147, 210, 229, 0.42);
    background: rgba(147, 210, 229, 0.14);
}

.home-about__fact-value {
    color: #FFFFFF;
    font: 700 46px/1 'Open Sans', sans-serif;
    letter-spacing: -0.06em;
}

.home-about__fact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.12);
    color: #A9DBE9;
}

.home-about__fact-icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-about__fact-label {
    display: block;
    max-width: 190px;
    color: rgba(255, 255, 255, 0.9);
    font: 600 13px/1.45 'Open Sans', sans-serif;
}

.home-about__steps {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: clamp(34px, 5vw, 54px);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    background: rgba(3, 38, 52, 0.28);
}

.home-about-step {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 138px;
    padding: 20px;
}

.home-about-step + .home-about-step {
    border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.home-about-step__number {
    margin-bottom: 20px;
    color: #7FBFD3;
    font: 700 11px/1 'Open Sans', sans-serif;
    letter-spacing: 0.08em;
}

.home-about-step__title {
    margin-bottom: 5px;
    color: #FFFFFF;
    font: 600 14px/1.4 'Open Sans', sans-serif;
}

.home-about-step__text,
.home-about-step__phone {
    color: rgba(255, 255, 255, 0.68);
    font: 400 12px/1.5 'Open Sans', sans-serif;
}

.home-about-step__phone {
    color: #B9E1EC;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.home-about-step__phone:hover,
.home-about-step__phone:focus {
    color: #FFFFFF;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 920px) {
    .home-about__top {
        grid-template-columns: minmax(0, 1fr);
    }

    .home-about__content {
        max-width: 760px;
    }

    .home-about__facts {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .home-about__fact {
        min-height: 142px;
        padding: 17px;
    }
}

@media (max-width: 720px) {
    .home-about {
        margin-top: 46px;
        margin-bottom: 56px;
        padding: 26px 18px 18px;
        border-radius: 18px;
    }

    .home-about__top {
        gap: 28px;
    }

    .home-about__facts,
    .home-about__steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-about__fact {
        min-height: 132px;
        padding: 16px;
    }

    .home-about__fact-value {
        font-size: 38px;
    }

    .home-about__steps {
        margin-top: 30px;
    }

    .home-about-step {
        min-height: 130px;
        padding: 17px 15px;
    }

    .home-about-step + .home-about-step {
        border-left: 0;
    }

    .home-about-step:nth-child(even) {
        border-left: 1px solid rgba(255, 255, 255, 0.14);
    }

    .home-about-step:nth-child(n+3) {
        border-top: 1px solid rgba(255, 255, 255, 0.14);
    }
}

@media (max-width: 360px) {
    .home-about__facts {
        grid-template-columns: minmax(0, 1fr);
    }

    .home-about__fact {
        min-height: 118px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-about__button {
        transition: none;
    }
}

/* Партнёры на главной */
.home-partners {
    width: 100%;
    margin: 0 0 clamp(56px, 7vw, 84px);
    color: #183F50;
}

.home-partners__heading-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: clamp(22px, 3vw, 30px);
}

.home-partners__eyebrow {
    display: block;
    margin-bottom: 7px;
    color: #1B7193;
    font: 700 12px/1.4 'Open Sans', sans-serif;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.home-partners__title {
    margin: 0;
    color: #073E54;
    font: 700 clamp(28px, 3vw, 38px)/1.15 'Open Sans', sans-serif;
    letter-spacing: -0.035em;
}

.home-partners__all {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 15px;
    border: 1px solid #C9DCE4;
    border-radius: 9px;
    color: #0B607F;
    font: 600 13px/40px 'Open Sans', sans-serif;
    text-decoration: none;
    transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.home-partners__all svg {
    width: 18px;
    height: 18px;
    transition: transform 0.18s ease;
}

.home-partners__all:hover,
.home-partners__all:focus {
    border-color: #0B607F;
    background: #0B607F;
    color: #FFFFFF;
    text-decoration: none;
    outline: 0;
    transform: translateY(-1px);
}

.home-partners__all:hover svg,
.home-partners__all:focus svg {
    transform: translateX(2px);
}

.home-partners__all:focus-visible,
.home-partners__slider .slick-arrow:focus-visible,
.home-partner-card:focus-visible {
    outline: 3px solid rgba(27, 113, 147, 0.27);
    outline-offset: 3px;
}

.home-partners__slider {
    position: relative;
    margin: 0 -9px;
}

.home-partners__slider:not(.slick-initialized) {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.home-partners__slider .slick-track {
    display: flex;
}

.home-partners__slider .slick-slide {
    float: none;
    height: auto;
}

.home-partner-card,
.home-partners__slider .home-partner-card.slick-slide {
    display: flex;
    min-width: 0;
    min-height: 236px;
    margin: 0 9px;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid #D8E5EA;
    border-radius: 17px;
    background: #FFFFFF;
    box-shadow: 0 10px 28px rgba(5, 54, 73, 0.08);
    color: #183F50;
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.home-partner-card:hover,
.home-partner-card:focus {
    border-color: #A9CCD8;
    color: #073E54;
    text-decoration: none;
    box-shadow: 0 16px 34px rgba(5, 54, 73, 0.14);
    outline: 0;
    transform: translateY(-3px);
}

.home-partner-card__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 166px;
    padding: 25px 34px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FAFCFD 100%);
}

.home-partner-card__logo img {
    display: block;
    width: 100%;
    height: 116px;
    object-fit: contain;
    object-position: center;
    transition: transform 0.24s ease;
}

.home-partner-card:hover .home-partner-card__logo img,
.home-partner-card:focus .home-partner-card__logo img {
    transform: scale(1.035);
}

.home-partner-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 70px;
    margin-top: auto;
    padding: 16px 18px;
    border-top: 1px solid #E2EAED;
}

.home-partner-card__name {
    display: -webkit-box;
    min-width: 0;
    overflow: hidden;
    color: inherit;
    font: 700 15px/1.4 'Open Sans', sans-serif;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home-partner-card__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #EAF4F7;
    color: #0B607F;
    transition: color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.home-partner-card__arrow svg {
    width: 18px;
    height: 18px;
}

.home-partner-card:hover .home-partner-card__arrow,
.home-partner-card:focus .home-partner-card__arrow {
    background: #0B607F;
    color: #FFFFFF;
    transform: translateX(2px);
}

.home-partners__slider .slick-arrow {
    position: absolute;
    z-index: 5;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid #C9DCE4;
    border-radius: 50%;
    background: #FFFFFF;
    color: #0B607F;
    box-shadow: 0 8px 22px rgba(5, 54, 73, 0.14);
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    transform: translateY(-50%);
    transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.home-partners__slider .slick-arrow::before,
.home-partners__slider .slick-arrow::after {
    display: none;
    content: none;
}

.home-partners__slider .slick-arrow:hover,
.home-partners__slider .slick-arrow:focus {
    border-color: #0B607F;
    background: #0B607F;
    color: #FFFFFF;
    box-shadow: 0 10px 26px rgba(5, 54, 73, 0.22);
    outline: 0;
}

.home-partners__slider .slick-arrow svg {
    display: block;
    width: 22px;
    height: 22px;
}

.home-partners__slider .slick-prev {
    left: -13px;
}

.home-partners__slider .slick-next {
    right: -13px;
}

@media (max-width: 1230px) {
    .home-partners__slider .slick-prev {
        left: 5px;
    }

    .home-partners__slider .slick-next {
        right: 5px;
    }
}

@media (max-width: 559px) {
    .home-partners {
        margin-bottom: 56px;
    }

    .home-partners__heading-row {
        align-items: center;
        gap: 12px;
        margin-bottom: 20px;
    }

    .home-partners__eyebrow {
        margin-bottom: 5px;
        font-size: 10px;
    }

    .home-partners__title {
        font-size: 27px;
    }

    .home-partners__all {
        min-height: 40px;
        padding: 0 12px;
        line-height: 38px;
    }

    .home-partners__all span {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
    }

    .home-partner-card,
    .home-partners__slider .home-partner-card.slick-slide {
        min-height: 224px;
        border-radius: 15px;
    }

    .home-partner-card__logo {
        min-height: 158px;
        padding: 22px 28px;
    }

    .home-partner-card__logo img {
        height: 108px;
    }

    .home-partners__slider .slick-arrow {
        width: 40px;
        height: 40px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-partners__all,
    .home-partners__all svg,
    .home-partner-card,
    .home-partner-card__logo img,
    .home-partner-card__arrow,
    .home-partners__slider .slick-arrow {
        transition: none;
    }
}

/* Новости на главной */
.home-news {
    width: 100%;
    margin: 0 0 clamp(56px, 7vw, 84px);
    color: #183F50;
}

.home-news__heading-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: clamp(22px, 3vw, 30px);
}

.home-news__eyebrow {
    display: block;
    margin-bottom: 7px;
    color: #1B7193;
    font: 700 12px/1.4 'Open Sans', sans-serif;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.home-news__title {
    margin: 0;
    color: #073E54;
    font: 700 clamp(28px, 3vw, 38px)/1.15 'Open Sans', sans-serif;
    letter-spacing: -0.035em;
}

.home-news__all {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 15px;
    border: 1px solid #C9DCE4;
    border-radius: 9px;
    color: #0B607F;
    font: 600 13px/40px 'Open Sans', sans-serif;
    text-decoration: none;
    transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.home-news__all svg {
    width: 18px;
    height: 18px;
    transition: transform 0.18s ease;
}

.home-news__all:hover,
.home-news__all:focus {
    border-color: #0B607F;
    background: #0B607F;
    color: #FFFFFF;
    text-decoration: none;
    outline: 0;
    transform: translateY(-1px);
}

.home-news__all:hover svg,
.home-news__all:focus svg {
    transform: translateX(2px);
}

.home-news__all:focus-visible,
.home-news__slider .slick-arrow:focus-visible,
.home-news-card:focus-visible {
    outline: 3px solid rgba(27, 113, 147, 0.27);
    outline-offset: 3px;
}

.home-news__slider {
    position: relative;
    margin: 0 -10px;
}

.home-news__slider:not(.slick-initialized) {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-news__slider .slick-track {
    display: flex;
}

.home-news__slider .slick-slide {
    float: none;
    height: auto;
}

.home-news-card,
.home-news__slider .home-news-card.slick-slide {
    position: relative;
    display: block;
    height: clamp(310px, 26vw, 360px);
    margin: 0 10px;
    overflow: hidden;
    border-radius: 18px;
    background: #073E54;
    box-shadow: 0 12px 30px rgba(5, 54, 73, 0.12);
    color: #FFFFFF;
    text-decoration: none;
    transform: translateZ(0);
    transition: box-shadow 0.22s ease, transform 0.22s ease;
}

.home-news-card:hover,
.home-news-card:focus {
    color: #FFFFFF;
    text-decoration: none;
    box-shadow: 0 18px 38px rgba(5, 54, 73, 0.2);
    outline: 0;
    transform: translateY(-3px);
}

.home-news-card__media {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.home-news-card__media > img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.35s ease;
}

.home-news-card:hover .home-news-card__media > img,
.home-news-card:focus .home-news-card__media > img {
    transform: scale(1.018);
}

.home-news-card__shade {
    position: absolute;
    z-index: 2;
    inset: 0;
    display: block;
    background: linear-gradient(180deg, rgba(3, 31, 43, 0) 35%, rgba(3, 31, 43, 0.18) 55%, rgba(3, 31, 43, 0.92) 100%);
    pointer-events: none;
}

.home-news-card__caption {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding: 52px 20px 19px;
}

.home-news-card__date {
    display: block;
    margin-bottom: 7px;
    color: rgba(255, 255, 255, 0.74);
    font: 600 11px/1.35 'Open Sans', sans-serif;
    letter-spacing: 0.045em;
}

.home-news-card__name {
    display: -webkit-box;
    overflow: hidden;
    color: #FFFFFF;
    font: 700 16px/1.42 'Open Sans', sans-serif;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.home-news-card__more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.78);
    font: 600 12px/1.35 'Open Sans', sans-serif;
}

.home-news-card__more svg {
    width: 16px;
    height: 16px;
    transition: transform 0.18s ease;
}

.home-news-card:hover .home-news-card__more svg,
.home-news-card:focus .home-news-card__more svg {
    transform: translateX(3px);
}

.home-news__slider .slick-arrow {
    position: absolute;
    z-index: 5;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid #C9DCE4;
    border-radius: 50%;
    background: #FFFFFF;
    color: #0B607F;
    box-shadow: 0 8px 22px rgba(5, 54, 73, 0.14);
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    transform: translateY(-50%);
    transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.home-news__slider .slick-arrow::before,
.home-news__slider .slick-arrow::after {
    display: none;
    content: none;
}

.home-news__slider .slick-arrow:hover,
.home-news__slider .slick-arrow:focus {
    border-color: #0B607F;
    background: #0B607F;
    color: #FFFFFF;
    box-shadow: 0 10px 26px rgba(5, 54, 73, 0.22);
    outline: 0;
}

.home-news__slider .slick-arrow svg {
    position: static;
    display: block;
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    margin: 0;
    transform: none;
}

.home-news__slider .slick-prev {
    left: -13px;
}

.home-news__slider .slick-next {
    right: -13px;
}

@media (max-width: 1230px) {
    .home-news__slider .slick-prev {
        left: 5px;
    }

    .home-news__slider .slick-next {
        right: 5px;
    }
}

@media (max-width: 1099px) {
    .home-news__slider:not(.slick-initialized) {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .home-news-card,
    .home-news__slider .home-news-card.slick-slide {
        height: 340px;
    }
}

@media (max-width: 779px) {
    .home-news__slider:not(.slick-initialized) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 559px) {
    .home-news {
        margin-bottom: 56px;
    }

    .home-news__heading-row {
        align-items: center;
        gap: 12px;
        margin-bottom: 20px;
    }

    .home-news__eyebrow {
        margin-bottom: 5px;
        font-size: 10px;
    }

    .home-news__title {
        font-size: 27px;
    }

    .home-news__all {
        min-height: 40px;
        padding: 0 12px;
        line-height: 38px;
    }

    .home-news__all span {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
    }

    .home-news__slider:not(.slick-initialized) {
        grid-template-columns: minmax(0, 1fr);
    }

    .home-news-card,
    .home-news__slider .home-news-card.slick-slide {
        height: 310px;
        border-radius: 15px;
    }

    .home-news-card__caption {
        padding: 48px 17px 17px;
    }

    .home-news-card__name {
        font-size: 15px;
    }

    .home-news__slider .slick-arrow {
        width: 40px;
        height: 40px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-news__all,
    .home-news__all svg,
    .home-news-card,
    .home-news-card__media > img,
    .home-news-card__more svg,
    .home-news__slider .slick-arrow {
        transition: none;
    }
}

/* Внешний виджет отзывов: исправление контраста выпадающего меню */
.home-reviews-widget .sw-reviews-btn-form-dropdown {
    overflow: hidden !important;
    border: 1px solid #D4E2E8 !important;
    border-radius: 9px !important;
    background: #FFFFFF !important;
    box-shadow: 0 12px 28px rgba(5, 54, 73, 0.16) !important;
}

.home-reviews-widget .sw-reviews-btn-form-dropdown a {
    background: #FFFFFF !important;
    color: #183F50 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: color 0.16s ease, background-color 0.16s ease !important;
}

.home-reviews-widget .sw-reviews-btn-form-dropdown a:hover,
.home-reviews-widget .sw-reviews-btn-form-dropdown a:focus,
.home-reviews-widget .sw-reviews-btn-form-dropdown a:focus-visible {
    background: #EDF6F9 !important;
    color: #073E54 !important;
    outline: 0 !important;
}

/* Карта филиалов на главной */
.home-locations {
    --home-locations-width: 100vw;
    --home-locations-offset: calc(50% - 50vw);
    position: relative;
    width: var(--home-locations-width);
    min-height: 720px;
    margin: clamp(58px, 7vw, 86px) 0 0 var(--home-locations-offset);
    overflow: hidden;
    background: #DDECEF;
    color: #FFFFFF;
    scroll-margin-top: 120px;
}

.home-locations__map {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 72% 32%, rgba(107, 181, 204, 0.42), transparent 34%),
        linear-gradient(135deg, #DCECEF, #BBD7E0);
}

.home-locations__map-fallback {
    position: absolute;
    top: 50%;
    left: 64%;
    color: #54717C;
    font: 600 13px/1.4 'Open Sans', sans-serif;
    transform: translate(-50%, -50%);
}

.home-locations__map.leaflet-container .home-locations__map-fallback {
    display: none;
}

.home-locations__map .leaflet-tile-pane {
    filter: saturate(0.9) contrast(0.98) brightness(1.02);
}

.home-locations__map .leaflet-control-container {
    font-family: 'Open Sans', sans-serif;
}

.home-locations__map .leaflet-control-zoom a {
    color: #0B607F;
}

.home-locations__map .leaflet-control-attribution {
    background: rgba(255, 255, 255, 0.82);
    color: #5D737C;
    font-size: 9px;
}

.home-locations__map .leaflet-control-attribution a {
    color: #0B607F;
}

.home-locations__veil {
    position: absolute;
    z-index: 1;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(3, 37, 51, 0.38) 0, rgba(3, 37, 51, 0.12) 29%, rgba(3, 37, 51, 0) 50%),
        linear-gradient(0deg, rgba(3, 37, 51, 0.12), transparent 38%);
    pointer-events: none;
}

.home-locations__inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: min(1170px, calc(100% - 40px));
    min-height: 720px;
    margin: 0 auto;
    padding: 48px 0;
    pointer-events: none;
}

.home-locations__current {
    width: min(410px, 100%);
    padding: clamp(28px, 3.2vw, 40px);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 24px;
    background:
        radial-gradient(circle at 90% 5%, rgba(91, 180, 205, 0.2), transparent 38%),
        rgba(3, 48, 65, 0.94);
    box-shadow: 0 20px 48px rgba(3, 37, 51, 0.22);
    backdrop-filter: blur(10px);
    pointer-events: auto;
}

.home-locations__eyebrow,
.home-city-modal__eyebrow {
    display: block;
    margin-bottom: 9px;
    color: #9CD7E7;
    font: 700 11px/1.4 'Open Sans', sans-serif;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.home-locations__title {
    margin: 0 0 14px;
    color: #FFFFFF;
    font: 700 clamp(27px, 3vw, 38px)/1.17 'Open Sans', sans-serif;
    letter-spacing: -0.035em;
}

.home-locations__intro {
    max-width: 360px;
    margin: 0 0 26px;
    color: rgba(255, 255, 255, 0.7);
    font: 400 13px/1.62 'Open Sans', sans-serif;
}

.home-locations__offices {
    display: grid;
    gap: 12px;
}

.home-locations__office {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.065);
}

.home-locations__office-label {
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.54);
    font: 700 10px/1.35 'Open Sans', sans-serif;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.home-locations__phone {
    color: #FFFFFF;
    font: 700 19px/1.32 'Open Sans', sans-serif;
    letter-spacing: -0.02em;
    text-decoration: none;
}

.home-locations__email,
.home-locations__address {
    margin-top: 5px;
    color: #A9DCE9;
    font: 500 12px/1.48 'Open Sans', sans-serif;
    text-decoration: none;
}

.home-locations__address {
    color: rgba(255, 255, 255, 0.72);
}

.home-locations__phone:hover,
.home-locations__phone:focus,
.home-locations__email:hover,
.home-locations__email:focus,
.home-locations__address:hover,
.home-locations__address:focus {
    color: #FFFFFF;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.home-locations__time {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.home-locations__time span {
    color: rgba(255, 255, 255, 0.53);
    font: 600 11px/1.45 'Open Sans', sans-serif;
}

.home-locations__time strong {
    color: #FFFFFF;
    font: 600 12px/1.48 'Open Sans', sans-serif;
    text-align: right;
}

.home-locations__choose-city {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr) 22px;
    gap: 12px;
    align-items: center;
    width: 100%;
    min-height: 62px;
    margin-top: 18px;
    padding: 11px 13px;
    border: 1px solid rgba(156, 215, 231, 0.38);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.08);
    color: #FFFFFF;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.home-locations__choose-city:hover,
.home-locations__choose-city:focus {
    border-color: rgba(156, 215, 231, 0.72);
    background: rgba(255, 255, 255, 0.14);
    outline: 0;
    transform: translateY(-1px);
}

.home-locations__choose-city:focus-visible {
    box-shadow: 0 0 0 3px rgba(156, 215, 231, 0.24);
}

.home-locations__choose-city svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-locations__choose-city-pin {
    color: #9CD7E7;
}

.home-locations__choose-city span {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 2px;
}

.home-locations__choose-city strong {
    font: 700 12px/1.35 'Open Sans', sans-serif;
}

.home-locations__choose-city small {
    color: rgba(255, 255, 255, 0.56);
    font: 500 10px/1.35 'Open Sans', sans-serif;
}

.home-locations__choose-city-arrow {
    justify-self: end;
    color: #9CD7E7;
}

.home-locations__cities {
    padding: 0;
    color: #183F50;
}

.home-locations__cities-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.home-locations__eyebrow--dark {
    margin-bottom: 6px;
    color: #1B7193;
}

.home-locations__cities h2 {
    margin: 0;
    color: #073E54;
    font: 700 clamp(24px, 2.5vw, 32px)/1.2 'Open Sans', sans-serif;
    letter-spacing: -0.035em;
}

.home-locations__count {
    flex: 0 0 auto;
    padding: 7px 10px;
    border-radius: 999px;
    background: #E8F2F5;
    color: #0B607F;
    font: 700 10px/1.3 'Open Sans', sans-serif;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.home-locations__cities-intro {
    max-width: 590px;
    margin: 12px 0 20px;
    color: #607984;
    font: 400 12px/1.55 'Open Sans', sans-serif;
}

.home-locations__city-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
}

.home-locations__city-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 7px;
    min-width: 0;
    min-height: 39px;
    padding: 7px 10px 7px 25px;
    border: 1px solid #D8E5EA;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.74);
    color: #294F5E;
    font: 600 11px/1.3 'Open Sans', sans-serif;
    text-align: left;
    cursor: pointer;
    transition: color 0.16s ease, background-color 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}

.home-locations__city-button::before {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 7px;
    height: 7px;
    border: 2px solid #6DAEC2;
    border-radius: 50%;
    content: '';
    transform: translateY(-50%);
}

.home-locations__city-button span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-locations__city-button small {
    flex: 0 0 auto;
    color: #1B7193;
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
}

.home-locations__city-button:hover,
.home-locations__city-button:focus {
    border-color: #7EB8C9;
    background: #EDF7F9;
    color: #073E54;
    outline: 0;
    transform: translateY(-1px);
}

.home-locations__city-button:focus-visible {
    box-shadow: 0 0 0 3px rgba(27, 113, 147, 0.19);
}

.home-locations__city-button.is-current {
    border-color: #8CC4D4;
    background: #E5F3F6;
    color: #073E54;
}

.home-locations__city-button.is-current::before {
    border-color: #0B789E;
    background: #0B789E;
    box-shadow: 0 0 0 3px rgba(11, 120, 158, 0.13);
}

.home-map-marker {
    background: transparent;
    border: 0;
}

.home-map-marker__pin {
    position: relative;
    display: block;
    width: 28px;
    height: 28px;
    border: 3px solid #FFFFFF;
    border-radius: 50% 50% 50% 0;
    background: #0B789E;
    box-shadow: 0 6px 16px rgba(3, 48, 65, 0.28);
    transform: rotate(-45deg);
}

.home-map-marker__pin::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #FFFFFF;
    content: '';
    transform: translate(-50%, -50%);
}

.home-map-marker--current .home-map-marker__pin {
    background: #E05252;
    box-shadow: 0 6px 18px rgba(181, 53, 53, 0.35);
}

.home-locations__map .leaflet-tooltip {
    border: 0;
    border-radius: 7px;
    color: #073E54;
    font: 700 11px/1.35 'Open Sans', sans-serif;
    box-shadow: 0 6px 18px rgba(3, 48, 65, 0.16);
}

/* Выбор города */
.home-cities-modal {
    position: fixed;
    z-index: 12010;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    background: rgba(3, 31, 43, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.18s ease, visibility 0.18s ease;
}

.home-cities-modal.is-open {
    opacity: 1;
    visibility: visible;
}

.home-cities-modal__dialog {
    position: relative;
    width: min(920px, 100%);
    max-height: calc(100vh - 44px);
    padding: clamp(28px, 4vw, 42px);
    overflow: auto;
    border: 1px solid #DCE8EC;
    border-radius: 24px;
    background: #FFFFFF;
    color: #183F50;
    box-shadow: 0 28px 80px rgba(1, 24, 33, 0.34);
    transform: translateY(12px) scale(0.985);
    transition: transform 0.2s ease;
}

.home-cities-modal.is-open .home-cities-modal__dialog {
    transform: translateY(0) scale(1);
}

.home-cities-modal__close {
    position: absolute;
    z-index: 2;
    top: 18px;
    right: 18px;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid #D9E6EB;
    border-radius: 50%;
    background: #F5F9FA;
    cursor: pointer;
}

.home-cities-modal__close span::before,
.home-cities-modal__close span::after {
    position: absolute;
    top: 18px;
    left: 11px;
    width: 16px;
    height: 2px;
    border-radius: 2px;
    background: #315765;
    content: '';
}

.home-cities-modal__close span::before {
    transform: rotate(45deg);
}

.home-cities-modal__close span::after {
    transform: rotate(-45deg);
}

.home-cities-modal__close:hover,
.home-cities-modal__close:focus {
    border-color: #9CC7D4;
    background: #EAF5F7;
    outline: 0;
}

/* Модальное окно контактов города */
.home-city-modal {
    position: fixed;
    z-index: 12000;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    background: rgba(3, 31, 43, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.18s ease, visibility 0.18s ease;
}

.home-city-modal.is-open {
    opacity: 1;
    visibility: visible;
}

.home-city-modal__dialog {
    position: relative;
    width: min(520px, 100%);
    max-height: calc(100vh - 44px);
    padding: 34px;
    overflow: auto;
    border-radius: 22px;
    background: #FFFFFF;
    color: #183F50;
    box-shadow: 0 28px 80px rgba(1, 24, 33, 0.34);
    transform: translateY(12px) scale(0.985);
    transition: transform 0.2s ease;
}

.home-city-modal.is-open .home-city-modal__dialog {
    transform: translateY(0) scale(1);
}

.home-city-modal__close {
    position: absolute;
    top: 17px;
    right: 17px;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid #D9E6EB;
    border-radius: 50%;
    background: #F5F9FA;
    cursor: pointer;
}

.home-city-modal__close span::before,
.home-city-modal__close span::after {
    position: absolute;
    top: 18px;
    left: 11px;
    width: 16px;
    height: 2px;
    border-radius: 2px;
    background: #315765;
    content: '';
}

.home-city-modal__close span::before {
    transform: rotate(45deg);
}

.home-city-modal__close span::after {
    transform: rotate(-45deg);
}

.home-city-modal__close:hover,
.home-city-modal__close:focus {
    border-color: #9CC7D4;
    background: #EAF5F7;
    outline: 0;
}

.home-city-modal__eyebrow {
    padding-right: 48px;
    color: #1B7193;
}

.home-city-modal h2 {
    margin: 0 48px 22px 0;
    color: #073E54;
    font: 700 30px/1.18 'Open Sans', sans-serif;
    letter-spacing: -0.035em;
}

.home-city-modal__contacts {
    display: grid;
    gap: 10px;
}

.home-city-modal__office {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    border: 1px solid #DCE8EC;
    border-radius: 13px;
    background: #F6F9FA;
}

.home-city-modal__office-label {
    margin-bottom: 7px;
    color: #718790;
    font: 700 9px/1.3 'Open Sans', sans-serif;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.home-city-modal__phone {
    color: #073E54;
    font: 700 19px/1.3 'Open Sans', sans-serif;
    text-decoration: none;
}

.home-city-modal__email,
.home-city-modal__address {
    margin-top: 4px;
    color: #1B7193;
    font: 500 12px/1.45 'Open Sans', sans-serif;
    text-decoration: none;
}

.home-city-modal__address {
    color: #5B737D;
}

.home-city-modal__phone:hover,
.home-city-modal__phone:focus,
.home-city-modal__email:hover,
.home-city-modal__email:focus,
.home-city-modal__address:hover,
.home-city-modal__address:focus {
    color: #0B789E;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.home-city-modal__time {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-top: 16px;
    padding: 14px 0;
    border-top: 1px solid #DFE9ED;
    border-bottom: 1px solid #DFE9ED;
    color: #657B84;
    font: 500 11px/1.45 'Open Sans', sans-serif;
}

.home-city-modal__time[hidden] {
    display: none;
}

.home-city-modal__time strong {
    color: #183F50;
    font-weight: 700;
    text-align: right;
    white-space: pre-line;
}

.home-city-modal__actions {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.home-city-modal__site,
.home-city-modal__route {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 17px;
    border: 1px solid #0B607F;
    border-radius: 9px;
    color: #0B607F;
    font: 700 12px/1.35 'Open Sans', sans-serif;
    text-align: center;
    text-decoration: none;
}

.home-city-modal__site {
    background: #0B607F;
    color: #FFFFFF;
}

.home-city-modal__site:hover,
.home-city-modal__site:focus,
.home-city-modal__route:hover,
.home-city-modal__route:focus {
    border-color: #073E54;
    background: #073E54;
    color: #FFFFFF;
    text-decoration: none;
    outline: 0;
}

body.home-city-modal-open {
    overflow: hidden;
}

@media (max-width: 960px) {
    .home-locations {
        min-height: 0;
        background: #E8F1F4;
    }

    .home-locations__map {
        position: relative;
        height: 520px;
    }

    .home-locations__veil {
        bottom: auto;
        height: 520px;
        background:
            linear-gradient(90deg, rgba(3, 37, 51, 0.24), transparent 54%),
            linear-gradient(0deg, rgba(3, 37, 51, 0.28), transparent 48%);
    }

    .home-locations__inner {
        display: block;
        width: min(760px, calc(100% - 32px));
        min-height: 0;
        margin-top: -92px;
        padding: 0 0 38px;
    }

    .home-locations__current {
        display: grid;
        grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr);
        gap: 0 26px;
        width: 100%;
        border-radius: 20px;
    }

    .home-locations__current .home-locations__eyebrow,
    .home-locations__current .home-locations__title,
    .home-locations__current .home-locations__intro {
        grid-column: 1;
    }

    .home-locations__offices {
        grid-column: 2;
        grid-row: 1 / span 4;
    }

    .home-locations__time {
        grid-column: 1;
    }

    .home-locations__choose-city {
        grid-column: 1;
    }
}

@media (max-width: 680px) {
    .home-locations {
        margin-top: 56px;
        scroll-margin-top: 76px;
    }

    .home-locations__map,
    .home-locations__veil {
        height: 400px;
    }

    .home-locations__map-fallback {
        left: 50%;
    }

    .home-locations__inner {
        width: calc(100% - 24px);
        margin-top: -52px;
        padding-bottom: 28px;
    }

    .home-locations__current {
        display: block;
        padding: 24px 20px;
        border-radius: 18px;
    }

    .home-locations__title {
        font-size: 28px;
    }

    .home-locations__intro {
        margin-bottom: 20px;
    }

    .home-locations__phone {
        font-size: 17px;
    }

    .home-locations__cities-header {
        align-items: center;
        padding-right: 36px;
    }

    .home-locations__cities h2 {
        font-size: 25px;
    }

    .home-locations__city-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
    }

    .home-locations__city-button {
        padding-right: 8px;
    }

    .home-locations__city-button small {
        display: none;
    }

    .home-cities-modal,
    .home-city-modal {
        align-items: flex-end;
        padding: 10px;
    }

    .home-cities-modal__dialog,
    .home-city-modal__dialog {
        width: 100%;
        max-height: calc(100vh - 20px);
        padding: 28px 20px 20px;
        border-radius: 20px 20px 14px 14px;
    }

    .home-city-modal h2 {
        margin-bottom: 18px;
        font-size: 27px;
    }

    .home-city-modal__actions {
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-locations__choose-city,
    .home-locations__city-button,
    .home-cities-modal,
    .home-cities-modal__dialog,
    .home-city-modal,
    .home-city-modal__dialog {
        transition: none;
    }
}

/* Вопросы и ответы */
.faq-block {
    width: 100%;
    margin: clamp(54px, 7vw, 84px) 0;
    color: #183F50;
}

.faq-block__header {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
    gap: clamp(28px, 6vw, 76px);
    align-items: end;
    margin-bottom: clamp(22px, 3vw, 32px);
}

.faq-block__eyebrow {
    display: block;
    margin-bottom: 8px;
    color: #1B7193;
    font: 700 12px/1.4 'Open Sans', sans-serif;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.faq-block__heading {
    margin: 0;
    color: #073E54;
    font: 700 clamp(27px, 3vw, 36px)/1.2 'Open Sans', sans-serif;
    letter-spacing: -0.03em;
}

.faq-block__intro {
    max-width: 620px;
    margin: 0 0 3px;
    color: #5C737D;
    font: 400 15px/1.65 'Open Sans', sans-serif;
}

.faq-block__list {
    overflow: hidden;
    counter-reset: faq-item;
    border: 1px solid #D8E4E8;
    border-radius: 18px;
    background: #FFFFFF;
    box-shadow: 0 12px 36px rgba(5, 54, 73, 0.055);
}

.faq-item {
    counter-increment: faq-item;
    margin: 0;
    background: #FFFFFF;
}

.faq-item + .faq-item {
    border-top: 1px solid #E1EAED;
}

.faq-item__question {
    position: relative;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 38px;
    gap: 18px;
    align-items: center;
    min-height: 78px;
    padding: 15px 22px;
    color: #173F50;
    cursor: pointer;
    list-style: none;
    transition: color 0.18s ease, background-color 0.18s ease;
}

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

.faq-item__question::marker {
    display: none;
    content: '';
}

.faq-item__question::before {
    content: counter(faq-item, decimal-leading-zero);
    color: #7D9AA6;
    font: 700 12px/1 'Open Sans', sans-serif;
    letter-spacing: 0.04em;
}

.faq-item__question:hover {
    background: #F6FAFB;
    color: #0B607E;
}

.faq-item__question:focus-visible {
    z-index: 1;
    outline: 3px solid rgba(27, 113, 147, 0.22);
    outline-offset: -3px;
}

.faq-item__question-text {
    font: 600 clamp(15px, 1.55vw, 17px)/1.5 'Open Sans', sans-serif;
}

.faq-item__toggle {
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    border: 1px solid #C9DBE2;
    border-radius: 50%;
    background: #FFFFFF;
    color: #1B7193;
    transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, transform 0.22s ease;
}

.faq-item__toggle::before,
.faq-item__toggle::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    content: '';
    transform: translate(-50%, -50%);
}

.faq-item__toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: opacity 0.18s ease, transform 0.22s ease;
}

.faq-item[open] > .faq-item__question {
    background: #F2F8FA;
    color: #0B526F;
}

.faq-item[open] .faq-item__toggle {
    border-color: #1B7193;
    background: #1B7193;
    color: #FFFFFF;
    transform: rotate(180deg);
}

.faq-item[open] .faq-item__toggle::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(0deg);
}

.faq-item__answer {
    border-top: 1px solid #E3ECEF;
    background: linear-gradient(180deg, #F8FBFC 0%, #FFFFFF 100%);
}

.faq-item__answer-inner {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 38px;
    gap: 18px;
    padding: 24px 22px 28px;
}

.faq-item__answer-label {
    align-self: start;
    color: #1B7193;
    font: 700 11px/1.4 'Open Sans', sans-serif;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.faq-item__answer-content {
    grid-column: 2 / 3;
    max-width: 900px;
    color: #425F6B;
    font: 400 14px/1.7 'Open Sans', sans-serif;
}

.faq-item__answer-content > :first-child {
    margin-top: 0;
}

.faq-item__answer-content > :last-child {
    margin-bottom: 0;
}

.faq-item__answer-content p {
    margin: 0 0 12px;
}

.faq-item__answer-content ul,
.faq-item__answer-content ol {
    margin: 12px 0 16px;
    padding-left: 22px;
}

.faq-item__answer-content li + li {
    margin-top: 7px;
}

.faq-item__answer-content a {
    color: #12698A;
    text-decoration: underline;
    text-decoration-color: rgba(18, 105, 138, 0.35);
    text-underline-offset: 3px;
}

.faq-item__answer-content a:hover,
.faq-item__answer-content a:focus {
    color: #073E54;
    text-decoration-color: currentColor;
}

@media (max-width: 720px) {
    .faq-block {
        margin-top: 44px;
        margin-bottom: 54px;
    }

    .faq-block__header {
        grid-template-columns: minmax(0, 1fr);
        gap: 12px;
    }

    .faq-block__intro {
        font-size: 14px;
    }

    .faq-block__list {
        border-radius: 14px;
    }

    .faq-item__question {
        grid-template-columns: 30px minmax(0, 1fr) 34px;
        gap: 10px;
        min-height: 68px;
        padding: 13px 14px;
    }

    .faq-item__question::before {
        font-size: 11px;
    }

    .faq-item__toggle {
        width: 32px;
        height: 32px;
    }

    .faq-item__answer-inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 8px;
        padding: 19px 18px 23px 54px;
    }

    .faq-item__answer-content {
        grid-column: auto;
        font-size: 13px;
        line-height: 1.65;
    }
}

@media (prefers-reduced-motion: reduce) {
    .faq-item__question,
    .faq-item__toggle,
    .faq-item__toggle::after {
        transition: none;
    }
}

/* Заявка под каталогом на главной */
.home-request {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(310px, 0.85fr);
    min-width: 0;
    margin: 0 0 clamp(58px, 7vw, 88px);
    overflow: hidden;
    background: #F6F9FA;
    border: 1px solid #DCE7EB;
    border-radius: 16px;
    box-shadow: 0 14px 38px rgba(5, 58, 80, 0.09);
}

.home-request__main {
    min-width: 0;
    padding: clamp(30px, 4vw, 48px);
}

.home-request__title {
    margin: 0;
    color: #073E54;
    font: 700 clamp(28px, 2.8vw, 36px)/1.2 'Open Sans', sans-serif;
    letter-spacing: -0.025em;
    text-align: left;
}

.home-request__subtitle {
    max-width: 620px;
    margin: 9px 0 0;
    color: #5E737C;
    font: 400 15px/1.55 'Open Sans', sans-serif;
}

.home-request__form {
    margin: 25px 0 0;
}

.home-request__fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.home-request__field {
    min-width: 0;
}

.home-request__field label {
    display: block;
    margin: 0 0 6px;
    color: #304A55;
    font: 600 12.5px/18px 'Open Sans', sans-serif;
    text-align: left;
}

.home-request__field label span {
    color: #B13E52;
}

.home-request__field > input {
    display: block;
    float: none;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0 15px;
    color: #30434B;
    font: 400 14px/48px 'Open Sans', sans-serif;
    background: #FFFFFF;
    border: 1px solid #D3E0E5;
    border-radius: 9px;
    box-shadow: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.home-request__field > input::placeholder {
    color: #87999F;
    opacity: 1;
}

.home-request__field > input:hover {
    border-color: #AFC5CE;
}

.home-request__field > input:focus {
    border-color: #1B628D;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(27, 98, 141, 0.12);
}

.home-request__field > input.error,
.home-request__field:has(.home-request__error.error:not(:empty)) > input {
    border-color: #B13E52;
    box-shadow: 0 0 0 3px rgba(177, 62, 82, 0.09);
}

.home-request__error {
    display: block;
    margin: 5px 0 0;
    color: #A23449;
    font: 400 12px/16px 'Open Sans', sans-serif;
    text-align: left;
}

.home-request__error:empty {
    display: none;
}

.home-request .last_name,
.home-request .workemail {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.home-request__captcha {
    min-height: 0;
    margin: 0;
}

.home-request__submit-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    margin-top: 22px;
}

.home-request__submit.formBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    float: none;
    width: auto;
    min-width: 174px;
    height: 46px;
    margin: 0;
    padding: 0 22px !important;
    color: #FFFFFF !important;
    font: 600 14px/46px 'Open Sans', sans-serif !important;
    text-align: center;
    text-transform: none !important;
    background: #1B628D !important;
    border: 0 !important;
    border-radius: 9px;
    box-shadow: 0 9px 22px rgba(5, 58, 80, 0.17);
    cursor: pointer;
    transition: background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.home-request__submit.formBtn:hover,
.home-request__submit.formBtn:focus {
    background: #073E54 !important;
    box-shadow: 0 11px 26px rgba(5, 58, 80, 0.22);
    outline: 0;
    transform: translateY(-1px);
}

.home-request__submit.formBtn:disabled {
    background: #9AADB4 !important;
    box-shadow: none;
    cursor: not-allowed;
    transform: none;
}

.home-request__consent.privacy-consent {
    min-width: 0;
    margin: 0;
}

.home-request__consent .privacy-consent__label {
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 9px;
}

.home-request__consent .privacy-consent__box {
    width: 20px;
    height: 20px;
    border-radius: 5px;
}

.home-request__consent .privacy-consent__box::after {
    top: 3px;
    left: 6px;
}

.home-request__consent .privacy-consent__text {
    color: #60757E;
    font-size: 11.5px;
    line-height: 1.45;
}

.home-request__consent-error {
    margin-left: 29px;
}

.home-request__alert {
    margin-top: 16px;
    padding: 11px 13px;
    border-radius: 8px;
    font: 500 13px/1.45 'Open Sans', sans-serif;
}

.home-request__alert--success {
    color: #17603A;
    background: #EAF7F0;
    border: 1px solid #BCE2CC;
}

.home-request__alert--error {
    color: #8B3042;
    background: #FFF0F3;
    border: 1px solid #E9C1CA;
}

.home-request__contacts {
    position: relative;
    isolation: isolate;
    min-width: 0;
    overflow: hidden;
    color: #FFFFFF;
    background: #073E54 url('../img/topBanner_new_02.jpg') 55% center / cover no-repeat;
}

.home-request__contacts::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    content: '';
    background: linear-gradient(120deg, rgba(5, 58, 80, 0.96) 0%, rgba(9, 76, 102, 0.84) 65%, rgba(9, 76, 102, 0.74) 100%);
}

.home-request__contacts-inner {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: clamp(30px, 3.2vw, 42px);
}

.home-request__contacts-eyebrow {
    margin: 0 0 28px;
    color: #FFFFFF;
    font: 700 20px/1.35 'Open Sans', sans-serif;
}

.home-request__contact-item + .home-request__contact-item {
    margin-top: 21px;
}

.home-request__contact-label {
    display: block;
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.72);
    font: 400 12px/18px 'Open Sans', sans-serif;
}

.home-request__phone,
.home-request__email {
    display: inline-block;
    max-width: 100%;
    overflow-wrap: anywhere;
    color: #FFFFFF;
    text-decoration: none;
}

.home-request__phone {
    font: 700 clamp(21px, 2.1vw, 28px)/1.25 'Open Sans', sans-serif;
}

.home-request__email {
    font: 600 clamp(15px, 1.45vw, 18px)/1.35 'Open Sans', sans-serif;
}

.home-request__phone:hover,
.home-request__phone:focus,
.home-request__email:hover,
.home-request__email:focus {
    color: #C7E7F3;
    text-decoration: none;
}

.home-request__address {
    margin-top: 22px;
    color: rgba(255, 255, 255, 0.78);
    font: 400 12.5px/1.5 'Open Sans', sans-serif;
}

.home-request__messengers {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: auto;
    padding-top: 27px;
}

.home-request__messengers a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.94);
    border-radius: 50%;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
    transition: background-color 0.18s ease, transform 0.18s ease;
}

.home-request__messengers a:hover,
.home-request__messengers a:focus {
    background: #FFFFFF;
    outline: 0;
    transform: translateY(-2px);
}

.home-request__messengers img {
    display: block;
    width: 25px;
    height: 25px;
    object-fit: contain;
}

@media (max-width: 900px) {
    .home-request {
        grid-template-columns: minmax(0, 1fr);
    }

    .home-request__contacts-inner {
        min-height: 270px;
    }
}

@media (max-width: 680px) {
    .home-request {
        margin-bottom: 58px;
        border-radius: 13px;
    }

    .home-request__main {
        padding: 25px 20px 27px;
    }

    .home-request__title {
        font-size: 27px;
    }

    .home-request__subtitle {
        margin-top: 7px;
        font-size: 13.5px;
    }

    .home-request__form {
        margin-top: 20px;
    }

    .home-request__fields {
        grid-template-columns: minmax(0, 1fr);
        gap: 13px;
    }

    .home-request__submit-row {
        grid-template-columns: minmax(0, 1fr);
        gap: 13px;
        margin-top: 18px;
    }

    .home-request__submit.formBtn {
        width: 100%;
    }

    .home-request__consent {
        order: -1;
    }

    .home-request__contacts-inner {
        min-height: 255px;
        padding: 27px 22px;
    }

    .home-request__contacts-eyebrow {
        margin-bottom: 22px;
        font-size: 19px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-request__field > input,
    .home-request__submit.formBtn,
    .home-request__messengers a {
        transition: none;
    }
}

/* Compact cookie notice */
.modal.modal-cookie {
    right: auto;
    bottom: max(16px, env(safe-area-inset-bottom));
    left: 50%;
    width: min(calc(100% - 32px), 980px);
    padding: 17px 58px 17px 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid #D8E5EA;
    border-radius: 14px;
    box-shadow: 0 16px 48px rgba(5, 58, 80, 0.16);
    text-align: left;
    transform: translateX(-50%);
}

.modal-cookie.border-grid::before {
    display: none;
}

.modal-cookie .cookie-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 22px;
    align-items: center;
    max-width: none;
    padding: 0;
}

.modal-cookie .modal-title {
    grid-column: 1;
    margin: 0;
    color: #073E54;
    font: 600 16px/1.35 'Open Sans', sans-serif;
    text-align: left;
}

.modal-cookie .modal-text {
    grid-column: 1;
    max-width: 760px;
    margin: 4px 0 0;
    color: #526A74;
    font: 400 12.5px/1.5 'Open Sans', sans-serif;
}

.modal-cookie .modal-text a {
    color: #1B628D;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.modal-cookie .modal-text a:hover {
    color: #073E54;
}

.modal-cookie .modal-buttons {
    grid-column: 2;
    grid-row: 1 / span 2;
}

.modal-cookie .btn,
.modal-cookie .btn.cookie-agree {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 118px;
    max-width: none;
    min-height: 40px;
    margin: 0;
    padding: 9px 17px;
    color: #FFFFFF;
    font: 600 13px/1.2 'Open Sans', sans-serif;
    background: #1B628D;
    border: 1px solid #1B628D;
    border-radius: 8px;
    box-shadow: none;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.modal-cookie .btn:hover,
.modal-cookie .btn:focus-visible {
    color: #FFFFFF;
    background: #073E54;
    border-color: #073E54;
}

.modal-cookie .modal-close {
    position: absolute;
    top: 12px;
    right: 14px;
    z-index: 2;
    display: block;
    width: 28px;
    height: 28px;
    background: #F0F5F7;
    border-radius: 50%;
    transition: background-color 0.2s ease;
}

.modal-cookie .modal-close::before,
.modal-cookie .modal-close::after {
    position: absolute;
    top: 13px;
    left: 8px;
    width: 12px;
    height: 2px;
    content: '';
    background: #58717B;
    border-radius: 2px;
}

.modal-cookie .modal-close::before {
    transform: rotate(45deg);
}

.modal-cookie .modal-close::after {
    transform: rotate(-45deg);
}

.modal-cookie .modal-close:hover,
.modal-cookie .modal-close:focus-visible {
    background: #E1ECEF;
}

@media (max-width: 680px) {
    .modal.modal-cookie {
        bottom: max(8px, env(safe-area-inset-bottom));
        width: calc(100% - 16px);
        padding: 15px 15px 14px;
        border-radius: 12px;
    }

    .modal-cookie .cookie-content {
        display: block;
    }

    .modal-cookie .modal-title {
        padding-right: 34px;
        font-size: 15px;
    }

    .modal-cookie .modal-text {
        margin-top: 5px;
        font-size: 12px;
        line-height: 1.45;
    }

    .modal-cookie .modal-buttons {
        margin-top: 12px;
    }

    .modal-cookie .btn,
    .modal-cookie .btn.cookie-agree {
        width: 100%;
        min-height: 38px;
        margin: 0;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .modal-cookie .modal-close {
        top: 10px;
        right: 10px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .modal-cookie .btn,
    .modal-cookie .modal-close {
        transition: none;
    }
}

/* Презентационная страница «О компании» */

.about-company-page {
    overflow: visible;
    color: #153f50;
    background: #fff;
}

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

.about-company-page__inner {
    display: block;
    width: calc(100% - 32px);
    max-width: 1170px;
    margin: 0 auto;
}

.about-company-page .bcWrp {
    margin: 20px 0 18px;
}

.about-company-banner,
.about-company-banner.home-hero {
    margin-top: -32px;
    margin-bottom: 0;
}

.about-company-banner__slide.home-hero__slide {
    height: clamp(380px, 32vw, 460px);
}

.about-company-banner__shade.home-hero__shade {
    background:
        linear-gradient(90deg, rgba(3, 31, 43, .97) 0%, rgba(3, 40, 55, .9) 31%, rgba(3, 40, 55, .48) 56%, rgba(3, 40, 55, .06) 76%),
        linear-gradient(270deg, rgba(3, 31, 43, .32) 0%, rgba(3, 31, 43, 0) 18%);
}

.about-company-banner .home-hero__title {
    max-width: 630px;
    color: #fff;
}

.about-company-banner .home-hero__description {
    max-width: 560px;
}

.about-company-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    background: #fff;
    border: 1px solid #dbe8eb;
    border-radius: 14px;
    box-shadow: 0 12px 32px rgba(5, 58, 80, .07);
}

.about-company-stats__item {
    display: flex;
    min-width: 0;
    min-height: 102px;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    padding: 20px 25px;
    border-right: 1px solid #dbe8eb;
}

.about-company-stats__item:last-child {
    border-right: 0;
}

.about-company-stats__item strong {
    color: #0b5b79;
    font-size: 30px;
    font-weight: 750;
    line-height: 1;
}

.about-company-stats__item span {
    color: #617983;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
}

.about-company-page h1,
.about-company-page h2,
.about-company-page p,
.about-company-page figure {
    margin-top: 0;
}

.about-company-page h1,
.about-company-page h2 {
    color: #053a50;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -0.035em;
    text-transform: none;
}

.about-company-page h2 {
    margin-bottom: 20px;
    font-size: clamp(30px, 3.2vw, 44px);
    font-weight: 750;
    line-height: 1.1;
}

.about-company-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 16px;
    color: #1b799f;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.about-company-eyebrow::before {
    width: 26px;
    height: 2px;
    content: '';
    background: currentColor;
    border-radius: 2px;
}

.about-company-eyebrow--light {
    color: #8fd4ed;
}

.about-company-button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-decoration: none !important;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.about-company-button:hover,
.about-company-button:focus-visible {
    transform: translateY(-2px);
}

.about-company-button--light {
    color: #08445c !important;
    background: #fff;
}

.about-company-button--light:hover,
.about-company-button--light:focus-visible {
    color: #fff !important;
    background: #1b799f;
}

.about-company-button--ghost {
    color: #fff !important;
    border-color: rgba(255, 255, 255, .35);
    background: rgba(255, 255, 255, .06);
}

.about-company-button--ghost:hover,
.about-company-button--ghost:focus-visible,
.about-company-button--outline:hover,
.about-company-button--outline:focus-visible {
    color: #053a50 !important;
    border-color: #fff;
    background: #fff;
}

.about-company-button--outline {
    color: #fff !important;
    border-color: rgba(255, 255, 255, .45);
    background: transparent;
}

.about-company-hero {
    display: grid;
    min-height: 650px;
    grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
    overflow: hidden;
    color: #fff;
    background: #073d52;
    border-radius: 26px;
    box-shadow: 0 26px 70px rgba(5, 58, 80, .16);
}

.about-company-hero__content {
    position: relative;
    z-index: 2;
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: clamp(38px, 4.4vw, 58px);
    background:
        radial-gradient(circle at 15% 0%, rgba(53, 151, 190, .26), transparent 42%),
        linear-gradient(145deg, #073d52 0%, #052f41 100%);
}

.about-company-hero__content::after {
    position: absolute;
    z-index: -1;
    right: -84px;
    bottom: -110px;
    width: 260px;
    height: 260px;
    content: '';
    border: 1px solid rgba(143, 212, 237, .13);
    border-radius: 50%;
    box-shadow: 0 0 0 38px rgba(143, 212, 237, .04), 0 0 0 78px rgba(143, 212, 237, .025);
}

.about-company-hero h1 {
    max-width: 650px;
    margin-bottom: 24px;
    color: #fff;
    font-size: clamp(38px, 3.5vw, 48px);
    font-weight: 750;
    line-height: 1.06;
}

.about-company-hero__lead {
    max-width: 650px;
    margin-bottom: 30px;
    color: #c9dce3;
    font-size: 18px;
    line-height: 1.6;
}

.about-company-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 42px;
}

.about-company-hero__facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, .13);
}

.about-company-hero__fact {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 4px;
    padding: 20px 22px 0 0;
}

.about-company-hero__fact:nth-child(even) {
    padding-left: 22px;
    border-left: 1px solid rgba(255, 255, 255, .13);
}

.about-company-hero__fact strong {
    color: #fff;
    font-size: clamp(25px, 2.4vw, 35px);
    font-weight: 750;
    line-height: 1;
}

.about-company-hero__fact span {
    color: #9fb9c3;
    font-size: 12px;
    line-height: 1.4;
}

.about-company-hero__media {
    position: relative;
    min-width: 0;
    min-height: 100%;
    background: #dbe4e7;
}

.about-company-hero__media::after {
    position: absolute;
    inset: 0;
    content: '';
    pointer-events: none;
    background: linear-gradient(90deg, rgba(5, 47, 65, .6) 0%, transparent 30%), linear-gradient(0deg, rgba(5, 47, 65, .28), transparent 42%);
}

.about-company-hero__media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 650px;
    object-fit: cover;
    object-position: 68% center;
}

.about-company-hero__media-note {
    position: absolute;
    z-index: 2;
    right: 26px;
    bottom: 26px;
    left: 26px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 17px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
    background: rgba(5, 47, 65, .82);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 12px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.about-company-hero__media-icon {
    display: grid;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    place-items: center;
    color: #8fd4ed;
    background: rgba(143, 212, 237, .12);
    border-radius: 9px;
}

.about-company-hero__media-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.about-company-nav {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 20px 0 92px;
    padding: 10px;
    overflow-x: auto;
    background: #f3f7f8;
    border: 1px solid #e0ebee;
    border-radius: 14px;
    scrollbar-width: none;
}

.about-company-nav::-webkit-scrollbar {
    display: none;
}

.about-company-nav a {
    flex: 0 0 auto;
    padding: 10px 17px;
    color: #496773;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.2;
    text-decoration: none;
    border-radius: 8px;
    transition: color .2s ease, background-color .2s ease;
}

.about-company-nav a:hover,
.about-company-nav a:focus-visible {
    color: #053a50;
    background: #fff;
}

.about-company-story,
.about-company-geography {
    scroll-margin-top: 155px;
}

.about-company-story {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    align-items: stretch;
    gap: clamp(34px, 6vw, 76px);
    margin-bottom: 112px;
}

.about-company-story__content {
    align-self: center;
}

.about-company-story__lead {
    color: #153f50;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.6;
}

.about-company-story__content > p:not(.about-company-story__lead) {
    color: #58717b;
    font-size: 15px;
    line-height: 1.75;
}

.about-company-story__milestones {
    display: grid;
    gap: 0;
    margin-top: 34px;
    border-top: 1px solid #dbe8eb;
}

.about-company-story__milestones > div {
    display: grid;
    grid-template-columns: 48px 1fr;
    align-items: center;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #dbe8eb;
}

.about-company-story__milestones strong {
    color: #67b3cf;
    font-size: 12px;
    letter-spacing: .08em;
}

.about-company-story__milestones span {
    color: #244f5f;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.45;
}

.about-company-story__visual {
    position: relative;
    min-height: 540px;
    overflow: hidden;
    background: #dce6e9;
    border-radius: 20px;
    box-shadow: 0 22px 55px rgba(5, 58, 80, .14);
}

.about-company-story__visual::after {
    position: absolute;
    inset: auto 0 0;
    height: 45%;
    content: '';
    background: linear-gradient(0deg, rgba(5, 47, 65, .85), transparent);
}

.about-company-story__visual img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 540px;
    object-fit: cover;
    object-position: center;
}

.about-company-story__visual figcaption {
    position: absolute;
    z-index: 2;
    right: 26px;
    bottom: 24px;
    left: 26px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

.about-company-directions,
.about-company-partners,
.about-company-reviews {
    scroll-margin-top: 155px;
    margin-bottom: 112px;
}

.about-company-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
    align-items: end;
    gap: 40px;
    margin-bottom: 38px;
}

.about-company-section-heading h2 {
    max-width: 650px;
    margin-bottom: 0;
}

.about-company-section-heading > p {
    margin-bottom: 4px;
    color: #607983;
    font-size: 15px;
    line-height: 1.7;
}

.about-company-section-heading--compact {
    margin-bottom: 26px;
}

.about-company-directions__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid #d9e7ea;
    border-radius: 20px;
}

.about-company-direction {
    position: relative;
    display: flex;
    min-height: 330px;
    min-width: 0;
    flex-direction: column;
    padding: 30px 26px 26px;
    color: #58717b;
    text-decoration: none !important;
    background: #fff;
    border-right: 1px solid #d9e7ea;
    transition: color .2s ease, background-color .2s ease;
}

.about-company-direction:last-child {
    border-right: 0;
}

.about-company-direction:hover,
.about-company-direction:focus-visible {
    color: #496873;
    background: #f3f8fa;
}

.about-company-direction__icon {
    display: grid;
    width: 54px;
    height: 54px;
    margin-bottom: 34px;
    place-items: center;
    color: #19769b;
    background: #e9f4f7;
    border-radius: 13px;
    transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

.about-company-direction:hover .about-company-direction__icon,
.about-company-direction:focus-visible .about-company-direction__icon {
    color: #fff;
    background: #19769b;
    transform: translateY(-3px);
}

.about-company-direction__icon svg {
    width: 29px;
    height: 29px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.55;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.about-company-direction__number {
    position: absolute;
    top: 32px;
    right: 25px;
    color: #abc0c8;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
}

.about-company-direction strong {
    margin-bottom: 13px;
    color: #073d52;
    font-size: 18px;
    line-height: 1.35;
}

.about-company-direction > span:not(.about-company-direction__icon, .about-company-direction__number, .about-company-direction__link) {
    font-size: 13px;
    line-height: 1.65;
}

.about-company-direction__link {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 22px;
    color: #19769b;
    font-size: 13px;
    font-weight: 700;
}

.about-company-direction__link svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .2s ease;
}

.about-company-direction:hover .about-company-direction__link svg,
.about-company-direction:focus-visible .about-company-direction__link svg {
    transform: translateX(4px);
}

.about-company-quality {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: clamp(38px, 7vw, 90px);
    margin-bottom: 112px;
    padding: clamp(42px, 6vw, 72px);
    color: #c8dce3;
    background:
        radial-gradient(circle at 90% 0%, rgba(56, 161, 199, .2), transparent 34%),
        linear-gradient(135deg, #073d52, #052f41);
    border-radius: 24px;
}

.about-company-quality h2 {
    color: #fff;
}

.about-company-quality__content > p {
    margin-bottom: 28px;
    color: #b7ced6;
    font-size: 15px;
    line-height: 1.75;
}

.about-company-quality__list {
    display: grid;
    gap: 12px;
}

.about-company-quality__list > div {
    display: grid;
    grid-template-columns: 42px 1fr;
    column-gap: 15px;
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 13px;
    background: rgba(255, 255, 255, .045);
}

.about-company-quality__list span {
    grid-row: 1 / 3;
    color: #79c6e1;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
}

.about-company-quality__list strong {
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
}

.about-company-quality__list p {
    margin: 5px 0 0;
    color: #9eb9c3;
    font-size: 13px;
    line-height: 1.5;
}

.about-company-geography {
    display: grid;
    grid-template-columns: minmax(280px, .38fr) minmax(0, .62fr);
    gap: clamp(40px, 7vw, 88px);
    align-items: start;
    margin-bottom: 112px;
}

.about-company-geography__intro {
    padding-top: 24px;
}

.about-company-geography__intro > p {
    margin-bottom: 25px;
    color: #5c7580;
    font-size: 15px;
    line-height: 1.75;
}

.about-company-text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #176f94 !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
}

.about-company-text-link svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .2s ease;
}

.about-company-text-link:hover svg,
.about-company-text-link:focus-visible svg {
    transform: translateX(4px);
}

.about-company-geography__network {
    position: relative;
    padding: 28px;
    background: #f4f8f9;
    border: 1px solid #dde9ec;
    border-radius: 20px;
}

.about-company-geography__counter {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d7e5e9;
}

.about-company-geography__counter strong {
    color: #0b5b79;
    font-size: 42px;
    line-height: 1;
}

.about-company-geography__counter span {
    color: #5a747f;
    font-size: 13px;
    font-weight: 650;
}

.about-company-geography__cities {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.about-company-geography__cities a {
    display: flex;
    min-width: 0;
    min-height: 43px;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 9px 12px;
    color: #355866;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.3;
    text-decoration: none;
    background: #fff;
    border: 1px solid #d7e5e9;
    border-radius: 9px;
    transition: color .2s ease, border-color .2s ease, transform .2s ease;
}

.about-company-geography__cities a:hover,
.about-company-geography__cities a:focus-visible {
    color: #176f94;
    border-color: #79bed7;
    transform: translateY(-2px);
}

.about-company-geography__cities svg {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
}

.about-company-partners__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 22px;
}

.about-partner-card {
    display: grid;
    min-width: 0;
    grid-template-columns: minmax(180px, .42fr) minmax(0, .58fr);
    min-height: 200px;
    overflow: hidden;
    color: #153f50;
    text-decoration: none !important;
    background: #fff;
    border: 1px solid #dae7ea;
    border-radius: 16px;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.about-partner-card:hover,
.about-partner-card:focus-visible {
    border-color: #8ec7dc;
    box-shadow: 0 16px 38px rgba(5, 58, 80, .1);
    transform: translateY(-3px);
}

.about-partner-card__logo {
    display: grid;
    min-width: 0;
    place-items: center;
    padding: 24px;
    background: #f5f8f9;
    border-right: 1px solid #e1ebee;
}

.about-partner-card__logo img {
    display: block;
    width: 100%;
    max-height: 104px;
    object-fit: contain;
}

.about-partner-card__content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 18px;
    padding: 28px;
}

.about-partner-card__content strong {
    color: #073d52;
    font-size: 18px;
    line-height: 1.45;
}

.about-partner-card__content > span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #19769b;
    font-size: 13px;
    font-weight: 700;
}

.about-partner-card__content svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.about-company-reviews {
    padding: clamp(30px, 5vw, 56px);
    background: #f4f8f9;
    border: 1px solid #dce8eb;
    border-radius: 22px;
}

.about-company-reviews .sw-app {
    min-height: 260px;
}

.about-company-contact {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
    gap: clamp(40px, 7vw, 88px);
    align-items: center;
    margin-bottom: 88px;
    padding: clamp(40px, 6vw, 70px);
    color: #c7dce4;
    background:
        radial-gradient(circle at 0% 100%, rgba(49, 154, 193, .22), transparent 36%),
        linear-gradient(135deg, #073d52, #052f41);
    border-radius: 24px;
}

.about-company-contact h2 {
    max-width: 650px;
    color: #fff;
}

.about-company-contact__content > p {
    max-width: 670px;
    margin-bottom: 27px;
    color: #b5cdd6;
    font-size: 15px;
    line-height: 1.7;
}

.about-company-contact__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.about-company-contact__office {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 28px;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 15px;
}

.about-company-contact__office > span {
    margin-bottom: 8px;
    color: #8fd4ed;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.about-company-contact__office > strong {
    margin-bottom: 18px;
    color: #fff;
    font-size: 26px;
    line-height: 1.2;
}

.about-company-contact__office > a {
    margin-bottom: 7px;
    color: #fff;
    font-size: 15px;
    font-weight: 650;
    line-height: 1.4;
    text-decoration: none;
}

.about-company-contact__office > a:hover,
.about-company-contact__office > a:focus-visible {
    color: #8fd4ed;
}

.about-company-contact__office address {
    margin-top: 10px;
    color: #abc4cd;
    font-size: 13px;
    font-style: normal;
    line-height: 1.55;
}

@media (max-width: 1080px) {
    .about-company-hero {
        min-height: 610px;
        grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
    }

    .about-company-hero__media img {
        min-height: 610px;
    }

    .about-company-directions__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-company-direction {
        min-height: 290px;
        border-bottom: 1px solid #d9e7ea;
    }

    .about-company-direction:nth-child(2) {
        border-right: 0;
    }

    .about-company-direction:nth-child(n+3) {
        border-bottom: 0;
    }

    .about-company-geography__cities {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-partner-card {
        grid-template-columns: minmax(150px, .38fr) minmax(0, .62fr);
    }
}

@media (max-width: 820px) {
    .about-company-page__inner {
        width: calc(100% - 28px);
    }

    .about-company-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-company-stats__item:nth-child(2) {
        border-right: 0;
    }

    .about-company-stats__item:nth-child(-n+2) {
        border-bottom: 1px solid #dbe8eb;
    }

    .about-company-hero {
        grid-template-columns: 1fr;
    }

    .about-company-hero__media {
        min-height: 380px;
    }

    .about-company-hero__media img {
        min-height: 380px;
        max-height: 440px;
        object-position: center;
    }

    .about-company-hero__media::after {
        background: linear-gradient(180deg, rgba(5, 47, 65, .35), transparent 30%), linear-gradient(0deg, rgba(5, 47, 65, .3), transparent 50%);
    }

    .about-company-nav {
        justify-content: flex-start;
        margin-bottom: 72px;
    }

    .about-company-story,
    .about-company-quality,
    .about-company-geography,
    .about-company-contact {
        grid-template-columns: 1fr;
    }

    .about-company-story,
    .about-company-directions,
    .about-company-quality,
    .about-company-geography,
    .about-company-partners,
    .about-company-reviews {
        margin-bottom: 78px;
    }

    .about-company-story__visual,
    .about-company-story__visual img {
        min-height: 420px;
    }

    .about-company-section-heading {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .about-company-partners__grid {
        grid-template-columns: 1fr;
    }

    .about-company-geography__intro {
        padding-top: 0;
    }

    .about-company-contact__office {
        max-width: 460px;
    }
}

@media (max-width: 560px) {
    .about-company-page__inner {
        width: calc(100% - 24px);
    }

    .about-company-page .bcWrp {
        margin: 14px 0;
    }

    .about-company-banner,
    .about-company-banner.home-hero {
        margin-top: -28px;
    }

    .about-company-banner__slide.home-hero__slide {
        height: 450px;
    }

    .about-company-banner__shade.home-hero__shade {
        background:
            linear-gradient(180deg, rgba(3, 31, 43, .08) 0%, rgba(3, 31, 43, .22) 29%, rgba(3, 31, 43, .9) 61%, rgba(3, 31, 43, .98) 100%),
            linear-gradient(90deg, rgba(3, 31, 43, .25) 0%, rgba(3, 31, 43, 0) 22%, rgba(3, 31, 43, 0) 78%, rgba(3, 31, 43, .25) 100%);
    }

    .about-company-stats {
        border-radius: 12px;
    }

    .about-company-stats__item {
        min-height: 88px;
        padding: 16px;
    }

    .about-company-stats__item strong {
        font-size: 25px;
    }

    .about-company-stats__item span {
        font-size: 11px;
    }

    .about-company-page h2 {
        font-size: 30px;
        line-height: 1.15;
    }

    .about-company-hero {
        border-radius: 18px;
    }

    .about-company-hero__content {
        padding: 32px 22px 28px;
    }

    .about-company-hero h1 {
        margin-bottom: 18px;
        font-size: 34px;
        line-height: 1.08;
    }

    .about-company-hero__lead {
        margin-bottom: 24px;
        font-size: 15px;
        line-height: 1.6;
    }

    .about-company-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
        margin-bottom: 30px;
    }

    .about-company-button {
        width: 100%;
    }

    .about-company-hero__fact {
        padding: 16px 12px 0 0;
    }

    .about-company-hero__fact:nth-child(even) {
        padding-left: 12px;
    }

    .about-company-hero__fact strong {
        font-size: 25px;
    }

    .about-company-hero__media {
        min-height: 290px;
    }

    .about-company-hero__media img {
        min-height: 290px;
        max-height: 330px;
    }

    .about-company-hero__media-note {
        right: 14px;
        bottom: 14px;
        left: 14px;
        padding: 12px;
        font-size: 12px;
    }

    .about-company-nav {
        margin: 14px 0 58px;
        padding: 7px;
    }

    .about-company-nav a {
        padding: 9px 12px;
    }

    .about-company-story,
    .about-company-directions,
    .about-company-quality,
    .about-company-geography,
    .about-company-partners,
    .about-company-reviews {
        margin-bottom: 62px;
    }

    .about-company-story__lead {
        font-size: 17px;
    }

    .about-company-story__visual,
    .about-company-story__visual img {
        min-height: 330px;
    }

    .about-company-story__visual figcaption {
        right: 18px;
        bottom: 18px;
        left: 18px;
        font-size: 12px;
    }

    .about-company-directions__grid {
        grid-template-columns: 1fr;
        border-radius: 16px;
    }

    .about-company-direction {
        min-height: 270px;
        border-right: 0;
        border-bottom: 1px solid #d9e7ea !important;
    }

    .about-company-direction:last-child {
        border-bottom: 0 !important;
    }

    .about-company-quality,
    .about-company-contact {
        gap: 32px;
        padding: 32px 22px;
        border-radius: 18px;
    }

    .about-company-geography__network {
        padding: 20px;
    }

    .about-company-geography__cities {
        grid-template-columns: 1fr;
    }

    .about-company-geography__cities a {
        min-height: 46px;
        padding-right: 14px;
        padding-left: 14px;
        font-size: 13px;
    }

    .about-partner-card {
        grid-template-columns: 1fr;
    }

    .about-partner-card__logo {
        min-height: 150px;
        border-right: 0;
        border-bottom: 1px solid #e1ebee;
    }

    .about-partner-card__logo img {
        max-height: 90px;
    }

    .about-partner-card__content {
        gap: 12px;
        padding: 22px;
    }

    .about-company-reviews {
        padding: 26px 14px;
        border-radius: 18px;
    }

    .about-company-contact {
        margin-bottom: 58px;
    }

    .about-company-contact__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .about-company-contact__office {
        padding: 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-company-page a,
    .about-company-page span,
    .about-company-page svg {
        transition: none !important;
    }
}

/* Карточка товара каталога */

.catalog-product-page {
    overflow: visible;
    color: #153f50;
    background: #fff;
}

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

.catalog-product-page__inner {
    width: min(100% - 40px, 1170px);
    max-width: 1170px;
    margin: 0 auto;
}

.catalog-product-layout {
    margin-bottom: 72px;
}

.catalog-product-main {
    min-width: 0;
}

.catalog-product-hero {
    display: grid;
    grid-template-columns: minmax(250px, .76fr) minmax(0, 1.24fr);
    min-height: 560px;
    margin-bottom: 30px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.catalog-product-hero__visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 560px;
    padding: 22px 12px 56px 0;
    border: 0;
    background: transparent;
}

.catalog-product-gallery {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.catalog-product-gallery__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.catalog-product-gallery__item img {
    display: block;
    width: 100%;
    height: 420px;
    object-fit: contain;
    object-position: center;
    mix-blend-mode: multiply;
    filter: drop-shadow(0 18px 18px rgba(5, 46, 63, .11));
    transition: transform .25s ease;
}

.catalog-product-gallery__item:hover img,
.catalog-product-gallery__item:focus-visible img {
    transform: scale(1.025);
}

.catalog-product-hero__zoom-hint {
    position: absolute;
    bottom: 24px;
    left: 50%;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #6d8791;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
    transform: translateX(-50%);
    pointer-events: none;
}

.catalog-product-hero__zoom-hint svg {
    width: 17px;
    height: 17px;
    color: #4a8da5;
}

.catalog-product-hero__content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    min-width: 0;
    padding: 24px 0 26px 28px;
}

.catalog-product-hero__category {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-bottom: 15px;
    padding: 5px 11px;
    border-radius: 999px;
    color: #0b7398;
    background: #eaf5f8;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .045em;
    text-decoration: none;
    text-transform: uppercase;
}

.catalog-product-hero__category:hover,
.catalog-product-hero__category:focus-visible {
    color: #fff;
    background: #0b6d91;
}

.catalog-product-hero h1 {
    margin: 0;
    color: #073f56;
    font-size: clamp(29px, 3vw, 40px);
    font-weight: 780;
    line-height: 1.1;
    letter-spacing: -.03em;
    text-transform: none;
}

.catalog-product-hero__summary {
    display: -webkit-box;
    max-width: 590px;
    margin-top: 19px;
    overflow: hidden;
    color: #607984;
    font-size: 13px;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.catalog-product-offer {
    width: 100%;
    margin-top: 26px;
    padding: 22px;
    border: 1px solid #d5e6eb;
    border-radius: 17px;
    background:
        radial-gradient(circle at 100% 0, rgba(126, 201, 224, .2), transparent 42%),
        #f7fbfc;
}

.catalog-product-offer__label {
    display: block;
    margin-bottom: 5px;
    color: #6e8791;
    font-size: 11px;
    font-weight: 700;
}

.catalog-product-offer__price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 5px;
    color: #073f56;
    font-size: 27px;
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -.025em;
}

.catalog-product-offer__price small {
    font-size: 13px;
    font-weight: 650;
    letter-spacing: 0;
}

.catalog-product-offer__note {
    display: block;
    margin-top: 6px;
    color: #718b95;
    font-size: 10.5px;
    line-height: 1.4;
}

.catalog-product-offer__button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    min-height: 48px;
    margin-top: 18px;
    padding: 11px 18px;
    border: 1px solid #0b6d91;
    border-radius: 12px;
    color: #fff !important;
    background: #0b6d91;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.2;
    text-decoration: none !important;
    transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}

.catalog-product-offer__button svg {
    width: 18px;
    height: 18px;
    transition: transform .18s ease;
}

.catalog-product-offer__button:hover,
.catalog-product-offer__button:focus-visible {
    border-color: #064b66;
    background: #064b66;
    transform: translateY(-1px);
}

.catalog-product-offer__button:hover svg,
.catalog-product-offer__button:focus-visible svg {
    transform: translateX(3px);
}

.catalog-product-offer__phone {
    display: block;
    margin-top: 11px;
    color: #607c87;
    font-size: 10.5px;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}

.catalog-product-offer__phone strong {
    color: #0b6688;
}

.catalog-product-offer__phone:hover strong,
.catalog-product-offer__phone:focus-visible strong {
    color: #073f56;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.catalog-product-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    margin-top: auto;
    padding-top: 24px;
}

.catalog-product-benefit {
    display: grid;
    grid-template-columns: 27px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    min-width: 0;
    padding: 0 9px;
    border-right: 1px solid #e0eaed;
}

.catalog-product-benefit:first-child {
    padding-left: 0;
}

.catalog-product-benefit:last-child {
    padding-right: 0;
    border-right: 0;
}

.catalog-product-benefit svg {
    width: 25px;
    height: 25px;
    color: #4a96ae;
}

.catalog-product-benefit span {
    color: #718891;
    font-size: 9.5px;
    line-height: 1.35;
    white-space: nowrap;
}

.catalog-product-benefit strong {
    display: block;
    color: #234d5d;
    font-size: 10px;
}

.catalog-product-description {
    margin-bottom: 48px;
    padding: 32px 36px;
    border: 0;
    border-radius: 20px;
    color: #496873;
    background: #fff;
    font-size: 14px;
    line-height: 1.7;
}

.catalog-product-description > :first-child {
    margin-top: 0;
}

.catalog-product-description > :last-child:empty,
.catalog-product-description > h2:last-child {
    display: none;
}

.catalog-product-description h2,
.catalog-product-description h3 {
    margin: 0 0 21px;
    color: #073f56;
    font-size: clamp(23px, 2.3vw, 30px);
    font-weight: 760;
    line-height: 1.2;
    letter-spacing: -.02em;
    text-transform: none;
}

.catalog-product-description ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
    border: 1px solid #deeaed;
    border-radius: 14px;
    list-style: none;
    overflow: hidden;
}

.catalog-product-description li {
    position: relative;
    min-height: 48px;
    margin: 0;
    padding: 13px 17px 13px 37px;
    border-bottom: 1px solid #e3edef;
    color: #4e6b76;
    background: #fbfdfe;
    font-size: 12px;
    line-height: 1.55;
}

.catalog-product-description li:nth-child(odd) {
    border-right: 1px solid #e3edef;
}

.catalog-product-description li:nth-last-child(-n + 2) {
    border-bottom: 0;
}

.catalog-product-description li::before {
    position: absolute;
    top: 19px;
    left: 17px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #70afc3;
    box-shadow: 0 0 0 4px rgba(112, 175, 195, .12);
    content: '';
}

.catalog-product-section {
    margin-bottom: 52px;
}

.catalog-product-section__heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 26px;
    margin-bottom: 20px;
}

.catalog-product-section__heading > div {
    min-width: 0;
}

.catalog-product-section__eyebrow {
    display: block;
    margin-bottom: 7px;
    color: #1880a4;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.catalog-product-section__heading h2 {
    margin: 0;
    color: #073f56;
    font-size: clamp(25px, 2.6vw, 34px);
    font-weight: 770;
    line-height: 1.15;
    letter-spacing: -.025em;
    text-transform: none;
}

.catalog-product-section__heading p {
    max-width: 330px;
    margin: 0;
    color: #6b838c;
    font-size: 11px;
    line-height: 1.55;
    text-align: right;
}

.catalog-product-section__heading > a {
    flex: 0 0 auto;
    padding-bottom: 3px;
    border-bottom: 1px dashed currentColor;
    color: #0b7095;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}

.catalog-product-accessories {
    padding: 28px;
    border: 1px solid #cce2e9;
    border-radius: 22px;
    background:
        radial-gradient(circle at 100% 0, rgba(126, 201, 224, .18), transparent 38%),
        #f2f8fa;
}

.catalog-product-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.catalog-product-cards--accessories {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.catalog-related-card {
    min-width: 0;
    margin: 0;
    border: 1px solid #d8e7eb;
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.catalog-product-cards > .catalog-related-card,
.catalog-product-cards > .catalog-related-card + .catalog-related-card,
.catalog-product-cards > .catalog-related-card:nth-child(odd) {
    margin: 0;
    padding: 0;
    background: #fff;
}

.catalog-related-card:hover,
.catalog-related-card:focus-within {
    border-color: #9bc5d3;
    box-shadow: 0 13px 28px rgba(5, 58, 80, .1);
    transform: translateY(-2px);
}

.catalog-related-card__link {
    display: flex;
    height: 100%;
    min-height: 286px;
    flex-direction: column;
    color: #153f50;
    text-decoration: none;
}

.catalog-related-card__visual {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 148px;
    padding: 14px;
    border-bottom: 1px solid #e3edef;
    background: #fbfdfe;
}

.catalog-related-card__visual img {
    display: block;
    width: 100%;
    height: 120px;
    object-fit: contain;
    object-position: center;
    mix-blend-mode: multiply;
    transition: transform .22s ease;
}

.catalog-related-card:hover .catalog-related-card__visual img,
.catalog-related-card:focus-within .catalog-related-card__visual img {
    transform: scale(1.025);
}

.catalog-related-card__body {
    display: flex;
    min-height: 137px;
    flex-direction: column;
    padding: 15px;
}

.catalog-related-card__category {
    margin-bottom: 6px;
    color: #79a0ae;
    font-size: 8.5px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.catalog-related-card__title {
    display: -webkit-box;
    overflow: hidden;
    color: #073f56;
    font-size: 13px;
    font-weight: 740;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.catalog-related-card__footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
    padding-top: 14px;
}

.catalog-related-card__price {
    color: #0a607f;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
}

.catalog-related-card__price small {
    font-size: 9px;
    font-weight: 600;
}

.catalog-related-card__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    border-radius: 9px;
    color: #0b789e;
    background: #eaf5f8;
}

.catalog-related-card__arrow svg {
    width: 16px;
    height: 16px;
    transition: transform .18s ease;
}

.catalog-related-card:hover .catalog-related-card__arrow svg,
.catalog-related-card:focus-within .catalog-related-card__arrow svg {
    transform: translateX(2px);
}

.catalog-product-cards--similar .catalog-related-card__link {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    min-height: 198px;
}

.catalog-product-cards--similar .catalog-related-card__visual {
    width: auto;
    height: 100%;
    min-height: 198px;
    padding: 16px;
    border-right: 1px solid #e3edef;
    border-bottom: 0;
}

.catalog-product-cards--similar .catalog-related-card__visual img {
    height: 150px;
}

.catalog-product-cards--similar .catalog-related-card__body {
    min-height: 0;
    padding: 18px;
}

.catalog-product-cards--similar .catalog-related-card__title {
    font-size: 15px;
    -webkit-line-clamp: 4;
}

.catalog-product-cards--similar .catalog-related-card__price {
    font-size: 13px;
}

.catalog-product-cards--accessories .catalog-related-card__link {
    min-height: 238px;
}

.catalog-product-cards--accessories .catalog-related-card__visual {
    height: 112px;
    padding: 10px;
}

.catalog-product-cards--accessories .catalog-related-card__visual img {
    height: 90px;
}

.catalog-product-cards--accessories .catalog-related-card__body {
    min-height: 125px;
    padding: 12px;
}

.catalog-product-cards--accessories .catalog-related-card__category {
    margin-bottom: 4px;
    font-size: 7.5px;
}

.catalog-product-cards--accessories .catalog-related-card__title {
    font-size: 11.5px;
    line-height: 1.35;
}

.catalog-product-cards--accessories .catalog-related-card__footer {
    gap: 6px;
    padding-top: 10px;
}

.catalog-product-cards--accessories .catalog-related-card__price {
    font-size: 10.5px;
}

.catalog-product-cards--accessories .catalog-related-card__arrow {
    width: 27px;
    height: 27px;
    border-radius: 8px;
}

.catalog-product-viewed {
    padding: 29px;
    border-radius: 22px;
    background: #073f56;
    color: #fff;
}

.catalog-product-viewed .catalog-product-section__eyebrow {
    color: #8ecedf;
}

.catalog-product-viewed .catalog-product-section__heading h2 {
    color: #fff;
}

.catalog-product-viewed__count {
    color: #9acbda;
    font-size: .62em;
    vertical-align: .14em;
}

.catalog-product-viewed__clear {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 38px;
    padding: 8px 11px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 10px;
    color: rgba(255, 255, 255, .75);
    background: rgba(255, 255, 255, .07);
    font: 600 10px/1.2 'Open Sans', sans-serif;
    cursor: pointer;
}

.catalog-product-viewed__clear svg {
    width: 16px;
    height: 16px;
}

.catalog-product-viewed__clear:hover,
.catalog-product-viewed__clear:focus-visible {
    border-color: rgba(255, 255, 255, .38);
    color: #fff;
    background: rgba(255, 255, 255, .13);
}

.catalog-product-viewed__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.catalog-viewed-card {
    position: relative;
    min-width: 0;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 14px;
    background: rgba(255, 255, 255, .07);
    overflow: hidden;
    transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}

.catalog-product-viewed__list > .catalog-viewed-card,
.catalog-product-viewed__list > .catalog-viewed-card + .catalog-viewed-card {
    width: auto !important;
    margin: 0 !important;
    padding: 0;
    text-align: left;
}

.catalog-viewed-card:hover,
.catalog-viewed-card:focus-within {
    border-color: rgba(151, 216, 233, .5);
    background: rgba(255, 255, 255, .11);
    transform: translateY(-1px);
}

.catalog-viewed-card__link {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    min-height: 126px;
    color: #fff;
    text-decoration: none;
}

.catalog-viewed-card__visual {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border-right: 1px solid rgba(255, 255, 255, .1);
    background: #fff;
}

.catalog-viewed-card__visual img {
    display: block;
    width: 100%;
    height: 96px;
    object-fit: contain;
    object-position: center;
    mix-blend-mode: multiply;
}

.catalog-viewed-card__body {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 17px 42px 17px 17px;
}

.catalog-viewed-card__title {
    display: -webkit-box;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    font-weight: 720;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.catalog-viewed-card__price {
    margin-top: auto;
    padding-top: 9px;
    color: #9dd7e6;
    font-size: 11px;
    font-weight: 800;
}

.catalog-viewed-card__price small {
    font-size: 8px;
    font-weight: 600;
}

.catalog-viewed-card__remove {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 0;
    border-radius: 8px;
    color: rgba(255, 255, 255, .62);
    background: rgba(255, 255, 255, .08);
    cursor: pointer;
}

.catalog-viewed-card__remove:hover,
.catalog-viewed-card__remove:focus-visible {
    color: #fff;
    background: rgba(255, 255, 255, .16);
}

.catalog-viewed-card__remove svg {
    width: 15px;
    height: 15px;
}

.catalog-product-faq {
    margin-top: 56px;
}

@media (max-width: 1080px) {
    .catalog-product-hero {
        grid-template-columns: minmax(230px, .7fr) minmax(350px, 1.3fr);
    }

    .catalog-product-hero__visual,
    .catalog-product-hero {
        min-height: 530px;
    }

    .catalog-product-gallery__item img {
        height: 370px;
    }

    .catalog-product-hero__content {
        padding: 22px 0 24px 24px;
    }

    .catalog-product-benefit {
        grid-template-columns: 23px minmax(0, 1fr);
        padding-right: 6px;
        padding-left: 6px;
    }

    .catalog-product-benefit svg {
        width: 22px;
        height: 22px;
    }

    .catalog-product-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .catalog-product-page__inner {
        width: min(100% - 32px, 1170px);
    }

    .catalog-product-hero {
        grid-template-columns: minmax(235px, .72fr) minmax(345px, 1.28fr);
    }
}

@media (max-width: 720px) {
    .catalog-product-hero {
        grid-template-columns: 1fr;
        min-height: 0;
        border-radius: 0;
    }

    .catalog-product-hero__visual {
        min-height: 360px;
        padding: 16px 10px 52px;
        border-right: 0;
        border-bottom: 0;
    }

    .catalog-product-gallery__item img {
        height: 290px;
    }

    .catalog-product-hero__content {
        padding: 24px 0 22px;
    }

    .catalog-product-benefits {
        margin-top: 0;
    }

    .catalog-product-description {
        padding: 27px 24px;
        border-radius: 17px;
    }

    .catalog-product-description ul {
        grid-template-columns: 1fr;
    }

    .catalog-product-description li,
    .catalog-product-description li:nth-child(odd),
    .catalog-product-description li:nth-last-child(-n + 2) {
        border-right: 0;
        border-bottom: 1px solid #e3edef;
    }

    .catalog-product-description li:last-child {
        border-bottom: 0;
    }

    .catalog-product-section__heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .catalog-product-section__heading p {
        max-width: 100%;
        text-align: left;
    }

    .catalog-product-accessories {
        padding: 22px;
        border-radius: 18px;
    }

    .catalog-product-cards--accessories {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .catalog-product-cards--similar .catalog-related-card__link {
        grid-template-columns: 130px minmax(0, 1fr);
        min-height: 180px;
    }

    .catalog-product-cards--similar .catalog-related-card__visual {
        min-height: 180px;
        padding: 13px;
    }

    .catalog-product-cards--similar .catalog-related-card__visual img {
        height: 125px;
    }

    .catalog-product-cards--similar .catalog-related-card__body {
        padding: 15px;
    }

    .catalog-product-viewed {
        padding: 24px;
        border-radius: 18px;
    }

    .catalog-product-viewed__list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .catalog-product-page__inner {
        width: calc(100% - 28px);
    }

    .catalog-product-hero__visual {
        min-height: 310px;
    }

    .catalog-product-gallery__item img {
        height: 245px;
    }

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

    .catalog-product-hero__summary {
        font-size: 12px;
    }

    .catalog-product-offer {
        padding: 18px;
    }

    .catalog-product-offer__price {
        font-size: 24px;
    }

    .catalog-product-benefits {
        grid-template-columns: 1fr;
        gap: 10px;
        padding-top: 20px;
    }

    .catalog-product-benefit,
    .catalog-product-benefit:first-child,
    .catalog-product-benefit:last-child {
        grid-template-columns: 26px minmax(0, 1fr);
        padding: 0;
        border: 0;
    }

    .catalog-product-benefit span,
    .catalog-product-benefit strong {
        display: inline;
        font-size: 10px;
    }

    .catalog-product-description {
        padding: 23px 19px;
    }

    .catalog-product-accessories {
        margin-right: -3px;
        margin-left: -3px;
        padding: 20px 16px;
    }

    .catalog-product-cards {
        grid-template-columns: 1fr;
    }

    .catalog-product-cards--similar .catalog-related-card__link {
        display: flex;
        min-height: 286px;
    }

    .catalog-product-cards--similar .catalog-related-card__visual {
        width: 100%;
        height: 148px;
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid #e3edef;
    }

    .catalog-product-cards--similar .catalog-related-card__visual img {
        height: 120px;
    }

    .catalog-product-cards--similar .catalog-related-card__body {
        min-height: 137px;
        padding: 15px;
    }

    .catalog-product-cards--similar .catalog-related-card__title {
        font-size: 15px;
    }

    .catalog-product-cards--similar .catalog-related-card__price {
        font-size: 13px;
    }

    .catalog-product-viewed {
        margin-right: -3px;
        margin-left: -3px;
        padding: 21px 16px;
    }

    .catalog-product-viewed__heading {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
    }

    .catalog-product-viewed__clear {
        width: 38px;
        padding: 0;
        justify-content: center;
    }

    .catalog-product-viewed__clear span {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }

    .catalog-viewed-card__link {
        grid-template-columns: 96px minmax(0, 1fr);
        min-height: 116px;
    }

    .catalog-viewed-card__visual img {
        height: 84px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .catalog-product-page a,
    .catalog-product-page article,
    .catalog-product-page button,
    .catalog-product-page img,
    .catalog-product-page svg {
        transition: none !important;
    }
}
/* Contacts page
------------------------------------------------------------------------------------- */
.contacts-page {
    --contacts-ink: #073f55;
    --contacts-blue: #146f98;
    --contacts-blue-dark: #063e54;
    --contacts-cyan: #61bdd7;
    --contacts-line: #d5e5eb;
    --contacts-soft: #f2f7f9;
    --contacts-muted: #637b86;
    color: var(--contacts-ink);
    overflow: hidden;
}

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

.contacts-page__inner {
    width: min(calc(100% - 48px), 1440px);
    margin: 0 auto;
    padding: 30px 0 0;
}

.contacts-page__inner > .breadcrumbs,
.contacts-page__inner > .breadcrumb {
    margin-bottom: 24px;
}

.contacts-page__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 14px;
    color: var(--contacts-blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .1em;
    line-height: 1.3;
    text-transform: uppercase;
}

.contacts-page__eyebrow::before {
    width: 26px;
    height: 2px;
    background: currentColor;
    content: '';
}

.contacts-page__eyebrow--light {
    color: #87d1e2;
}

.contacts-hero {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(310px, .65fr);
    gap: clamp(36px, 6vw, 96px);
    min-height: 390px;
    padding: clamp(38px, 5vw, 72px);
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 87% 12%, rgba(97, 189, 215, .25), transparent 28%),
        linear-gradient(122deg, #052f41 0%, #06475d 58%, #0c607d 100%);
    border-radius: 28px;
    box-shadow: 0 22px 50px rgba(6, 62, 84, .15);
}

.contacts-hero::before,
.contacts-hero::after {
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 50%;
    content: '';
}

.contacts-hero::before {
    top: -190px;
    right: -120px;
    width: 520px;
    height: 520px;
}

.contacts-hero::after {
    right: 150px;
    bottom: -290px;
    width: 450px;
    height: 450px;
}

.contacts-hero__content {
    align-self: center;
    max-width: 800px;
}

.contacts-hero .contacts-page__eyebrow {
    color: #8dd7e8;
}

.contacts-hero h1 {
    max-width: 820px;
    margin: 0;
    color: #fff;
    font-size: clamp(34px, 4.25vw, 64px);
    font-weight: 750;
    letter-spacing: -.035em;
    line-height: 1.06;
    text-transform: none;
}

.contacts-hero__content > p {
    max-width: 720px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .76);
    font-size: clamp(16px, 1.45vw, 20px);
    line-height: 1.55;
}

.contacts-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.contacts-page__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-height: 52px;
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
    transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.contacts-page__button svg {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
}

.contacts-page__button strong {
    margin-left: 4px;
}

.contacts-page__button--light {
    color: var(--contacts-blue-dark);
    background: #fff;
    border-color: #fff;
}

.contacts-page__button--outline {
    color: #fff;
    background: rgba(255, 255, 255, .05);
}

.contacts-page__button:hover,
.contacts-page__button:focus-visible {
    color: var(--contacts-blue-dark);
    background: #eaf8fb;
    border-color: #eaf8fb;
    transform: translateY(-2px);
}

.contacts-hero__benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.contacts-hero__benefits li {
    position: relative;
    margin: 0;
    padding-left: 18px;
    color: rgba(255, 255, 255, .75);
    font-size: 13px;
    line-height: 1.4;
}

.contacts-hero__benefits li::before {
    position: absolute;
    top: .47em;
    left: 0;
    width: 7px;
    height: 7px;
    background: #70c8dd;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(112, 200, 221, .12);
    content: '';
}

.contacts-hero__current {
    position: relative;
    align-self: center;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 30px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 20px;
    box-shadow: 0 18px 35px rgba(0, 24, 34, .2);
    backdrop-filter: blur(10px);
}

.contacts-hero__current::before {
    position: absolute;
    top: 28px;
    right: 28px;
    width: 10px;
    height: 10px;
    background: #72cee2;
    border: 5px solid rgba(114, 206, 226, .15);
    border-radius: 50%;
    box-sizing: content-box;
    content: '';
}

.contacts-hero__current-label {
    color: rgba(255, 255, 255, .58);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.contacts-hero__current > strong {
    margin-top: 10px;
    padding-right: 32px;
    color: #fff;
    font-size: clamp(26px, 2.4vw, 38px);
    line-height: 1.15;
}

.contacts-hero__current address {
    margin-top: 22px;
    color: rgba(255, 255, 255, .76);
    font-size: 15px;
    font-style: normal;
    line-height: 1.55;
}

.contacts-hero__current a {
    width: fit-content;
    margin-top: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 650;
    text-decoration: none;
}

.contacts-hero__current a:hover,
.contacts-hero__current a:focus-visible {
    color: #a9e7f2;
}

.contacts-hero__current-phone {
    font-size: 20px !important;
}

.contacts-hero__current-time {
    margin-top: 22px;
    padding-top: 18px;
    color: rgba(255, 255, 255, .68);
    font-size: 13px;
    line-height: 1.45;
    border-top: 1px solid rgba(255, 255, 255, .16);
}

.contacts-offices,
.contacts-map,
.contacts-question,
.contacts-reviews {
    margin-top: clamp(58px, 7vw, 100px);
}

.contacts-page__heading,
.contacts-map__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 36px;
    margin-bottom: 28px;
}

.contacts-page__heading h2,
.contacts-map__head h2 {
    max-width: 900px;
    margin: 0;
    color: var(--contacts-ink);
    font-size: clamp(28px, 3vw, 44px);
    font-weight: 750;
    letter-spacing: -.025em;
    line-height: 1.15;
}

.contacts-page__heading > p,
.contacts-map__head > div:first-child > p {
    max-width: 470px;
    margin: 0;
    color: var(--contacts-muted);
    font-size: 15px;
    line-height: 1.6;
}

.contacts-page__heading--compact {
    margin-bottom: 22px;
}

.contacts-offices__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.contacts-office-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: clamp(24px, 2.8vw, 38px);
    background: #fff;
    border: 1px solid var(--contacts-line);
    border-radius: 22px;
    box-shadow: 0 14px 35px rgba(5, 63, 85, .07);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.contacts-office-card.is-active {
    border-color: #80c5d7;
    box-shadow: 0 18px 42px rgba(5, 63, 85, .11);
}

.contacts-office-card:hover {
    transform: translateY(-3px);
}

.contacts-office-card__header {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 24px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--contacts-line);
}

.contacts-office-card__number {
    display: inline-flex;
    padding: 5px 10px;
    color: var(--contacts-blue);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: uppercase;
    background: #eaf6f9;
    border-radius: 999px;
}

.contacts-office-card__header h3 {
    margin: 11px 0 0;
    color: var(--contacts-ink);
    font-size: clamp(23px, 2.3vw, 32px);
    font-weight: 750;
    line-height: 1.15;
}

.contacts-office-card__manager {
    max-width: 190px;
    color: var(--contacts-muted);
    font-size: 12px;
    line-height: 1.45;
    text-align: right;
}

.contacts-office-card__manager strong {
    display: block;
    margin-top: 3px;
    color: var(--contacts-ink);
    font-size: 14px;
}

.contacts-office-card__details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 18px;
    padding: 28px 0;
}

.contacts-office-card__row {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    min-width: 0;
}

.contacts-office-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    color: var(--contacts-blue);
    background: var(--contacts-soft);
    border-radius: 10px;
}

.contacts-office-card__icon svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
}

.contacts-office-card__row div > span {
    display: block;
    margin-bottom: 4px;
    color: #80939b;
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .05em;
    line-height: 1.3;
    text-transform: uppercase;
}

.contacts-office-card__row address,
.contacts-office-card__row a,
.contacts-office-card__row strong {
    display: block;
    min-width: 0;
    margin: 0;
    color: var(--contacts-ink);
    font-size: 14px;
    font-style: normal;
    font-weight: 650;
    line-height: 1.5;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.contacts-office-card__row a:hover,
.contacts-office-card__row a:focus-visible {
    color: var(--contacts-blue);
    text-decoration: underline;
}

.contacts-office-card__messengers {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid var(--contacts-line);
}

.contacts-office-card__messengers a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 6px 12px;
    color: var(--contacts-blue-dark);
    font-size: 12px;
    font-weight: 750;
    line-height: 1;
    text-decoration: none;
    background: var(--contacts-soft);
    border-radius: 9px;
}

.contacts-office-card__messengers a:hover,
.contacts-office-card__messengers a:focus-visible {
    color: #fff;
    background: var(--contacts-blue);
}

.contacts-office-card__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
}

.contacts-office-card__actions a,
.contacts-office-card__actions button,
.contacts-map__controls button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 9px 15px;
    color: var(--contacts-blue-dark);
    font: inherit;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    background: #fff;
    border: 1px solid var(--contacts-line);
    border-radius: 10px;
    cursor: pointer;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.contacts-office-card__actions .contacts-office-card__primary {
    color: #fff;
    background: var(--contacts-blue);
    border-color: var(--contacts-blue);
}

.contacts-office-card__actions a:hover,
.contacts-office-card__actions a:focus-visible,
.contacts-office-card__actions button:hover,
.contacts-office-card__actions button:focus-visible {
    color: #fff;
    background: var(--contacts-blue-dark);
    border-color: var(--contacts-blue-dark);
}

.contacts-map {
    padding: clamp(24px, 3.6vw, 48px);
    background: var(--contacts-soft);
    border: 1px solid var(--contacts-line);
    border-radius: 26px;
}

.contacts-map__head {
    align-items: center;
}

.contacts-map__head > div:first-child > p {
    margin-top: 10px;
}

.contacts-map__controls {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.contacts-map__controls button {
    min-width: 94px;
}

.contacts-map__controls button.is-active {
    color: #fff;
    background: var(--contacts-blue);
    border-color: var(--contacts-blue);
}

.contacts-map__canvas {
    position: relative;
    min-height: 470px;
    overflow: hidden;
    background: #dce8eb;
    border-radius: 18px;
    box-shadow: inset 0 0 0 1px rgba(5, 63, 85, .08);
}

.contacts-map__canvas iframe {
    display: block;
    width: 100%;
    min-height: 470px;
    border: 0;
}

.contacts-map__caption {
    position: absolute;
    right: 18px;
    bottom: 18px;
    display: grid;
    grid-template-columns: auto auto;
    gap: 2px 8px;
    max-width: calc(100% - 36px);
    padding: 13px 16px;
    background: rgba(255, 255, 255, .95);
    border: 1px solid rgba(5, 63, 85, .12);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(5, 63, 85, .15);
    backdrop-filter: blur(8px);
}

.contacts-map__caption span {
    color: var(--contacts-muted);
    font-size: 11px;
}

.contacts-map__caption strong {
    color: var(--contacts-ink);
    font-size: 13px;
}

.contacts-map__caption a {
    grid-column: 1 / -1;
    margin-top: 5px;
    color: var(--contacts-blue);
    font-size: 12px;
    font-weight: 750;
    text-decoration: none;
}

.contacts-question {
    display: grid;
    grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--contacts-line);
    border-radius: 26px;
    box-shadow: 0 20px 55px rgba(5, 63, 85, .09);
}

.contacts-question__intro {
    display: flex;
    flex-direction: column;
    padding: clamp(34px, 4.2vw, 60px);
    color: #fff;
    background:
        radial-gradient(circle at 100% 0, rgba(103, 199, 222, .2), transparent 35%),
        var(--contacts-blue-dark);
}

.contacts-question__intro h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(30px, 3.2vw, 46px);
    font-weight: 750;
    letter-spacing: -.025em;
    line-height: 1.12;
}

.contacts-question__intro > p {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: 15px;
    line-height: 1.65;
}

.contacts-question__direct {
    display: flex;
    flex-direction: column;
    margin-top: auto;
    padding-top: 38px;
}

.contacts-question__direct > span {
    color: rgba(255, 255, 255, .58);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.contacts-question__direct > a {
    width: fit-content;
    margin-top: 8px;
    color: #fff;
    font-size: clamp(24px, 2.6vw, 36px);
    font-weight: 750;
    line-height: 1.2;
    text-decoration: none;
}

.contacts-question__direct > small {
    margin-top: 8px;
    color: rgba(255, 255, 255, .68);
    font-size: 12px;
    line-height: 1.5;
}

.contacts-question__form {
    padding: clamp(30px, 4.2vw, 58px);
}

.contacts-page-form,
.contacts-page .contacts-page-form {
    margin: 0;
}

.contacts-page-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.contacts-page-form__field {
    min-width: 0;
}

.contacts-page-form__field--wide {
    grid-column: 1 / -1;
}

.contacts-page-form__field label {
    display: block;
    margin: 0 0 7px;
    color: var(--contacts-ink);
    font-size: 12px;
    font-weight: 750;
    line-height: 1.4;
}

.contacts-page-form__field label span {
    color: #b84444;
}

.contacts-page .contacts-page-form__field input,
.contacts-page .contacts-page-form__field textarea {
    float: none;
    display: block;
    width: 100%;
    margin: 0;
    padding: 13px 15px;
    color: var(--contacts-ink);
    font: inherit;
    font-size: 14px;
    line-height: 1.45;
    background: #f8fbfc;
    border: 1px solid var(--contacts-line);
    border-radius: 10px;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.contacts-page .contacts-page-form__field input {
    min-height: 50px;
}

.contacts-page .contacts-page-form__field textarea {
    min-height: 130px;
    resize: vertical;
}

.contacts-page .contacts-page-form__field input:focus,
.contacts-page .contacts-page-form__field textarea:focus {
    background: #fff;
    border-color: #62b7cf;
    box-shadow: 0 0 0 3px rgba(98, 183, 207, .14);
}

.contacts-page-form__error {
    display: block;
    min-height: 0;
    margin-top: 5px;
    color: #b84444;
    font-size: 11px;
    line-height: 1.35;
}

.contacts-page-form__error:empty {
    display: none;
}

.contacts-page-form .last_name,
.contacts-page-form .workemail,
.contacts-page-form__captcha {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.contacts-page-form__consent {
    position: relative;
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 10px;
    margin-top: 18px;
    color: var(--contacts-muted);
    font-size: 11px;
    line-height: 1.55;
    cursor: pointer;
}

.contacts-page-form__consent > input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.contacts-page-form__check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-top: 1px;
    color: transparent;
    background: #fff;
    border: 1px solid #a9c0c9;
    border-radius: 5px;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.contacts-page-form__check svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.contacts-page-form__consent > input:checked + .contacts-page-form__check {
    color: #fff;
    background: var(--contacts-blue);
    border-color: var(--contacts-blue);
}

.contacts-page-form__consent > input:focus-visible + .contacts-page-form__check {
    box-shadow: 0 0 0 3px rgba(20, 111, 152, .18);
}

.contacts-page-form__consent a {
    color: var(--contacts-blue);
}

.contacts-page-form__footer {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
}

.contacts-page .contacts-page-form__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 12px 22px;
    color: #fff;
    font: inherit;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.2;
    text-transform: none;
    background: var(--contacts-blue);
    border: 0;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color .2s ease, transform .2s ease;
}

.contacts-page .contacts-page-form__submit svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.contacts-page .contacts-page-form__submit:hover,
.contacts-page .contacts-page-form__submit:focus-visible {
    background: var(--contacts-blue-dark);
    transform: translateY(-1px);
}

.contacts-page-form__response {
    color: var(--contacts-muted);
    font-size: 11px;
    line-height: 1.4;
}

.contacts-page-form__alert {
    margin-top: 18px;
    padding: 11px 13px;
    font-size: 12px;
    line-height: 1.45;
    border-radius: 9px;
}

.contacts-page-form__alert--success {
    color: #176136;
    background: #e8f7ee;
}

.contacts-page-form__alert--error {
    color: #8c3030;
    background: #fbeeee;
}

.contacts-reviews {
    padding-bottom: clamp(60px, 7vw, 96px);
}

.contacts-reviews .sw-app {
    min-height: 220px;
}

@media (max-width: 1100px) {
    .contacts-hero {
        grid-template-columns: minmax(0, 1.15fr) minmax(280px, .75fr);
        gap: 30px;
    }

    .contacts-office-card__details {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

@media (max-width: 860px) {
    .contacts-page__inner {
        width: min(calc(100% - 32px), 1440px);
        padding-top: 22px;
    }

    .contacts-hero {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 38px;
    }

    .contacts-hero__current {
        width: 100%;
    }

    .contacts-page__heading,
    .contacts-map__head {
        align-items: start;
        flex-direction: column;
        gap: 14px;
    }

    .contacts-offices__grid,
    .contacts-question {
        grid-template-columns: 1fr;
    }

    .contacts-question__direct {
        margin-top: 30px;
        padding-top: 0;
    }
}

@media (max-width: 560px) {
    .contacts-page__inner {
        width: min(calc(100% - 24px), 1440px);
        padding-top: 16px;
    }

    .contacts-page__inner > .breadcrumbs,
    .contacts-page__inner > .breadcrumb {
        margin-bottom: 16px;
    }

    .contacts-hero {
        padding: 28px 22px;
        border-radius: 20px;
    }

    .contacts-hero h1 {
        font-size: 34px;
    }

    .contacts-hero__actions,
    .contacts-page__button {
        width: 100%;
    }

    .contacts-page__button {
        justify-content: flex-start;
    }

    .contacts-hero__benefits {
        display: grid;
        gap: 9px;
    }

    .contacts-hero__current {
        padding: 24px;
        border-radius: 16px;
    }

    .contacts-offices,
    .contacts-map,
    .contacts-question,
    .contacts-reviews {
        margin-top: 48px;
    }

    .contacts-office-card {
        padding: 22px;
        border-radius: 17px;
    }

    .contacts-office-card__header {
        flex-direction: column;
        gap: 13px;
    }

    .contacts-office-card__manager {
        max-width: none;
        text-align: left;
    }

    .contacts-office-card__manager strong {
        display: inline;
        margin-left: 4px;
    }

    .contacts-office-card__actions {
        grid-template-columns: 1fr;
    }

    .contacts-map {
        padding: 18px;
        border-radius: 19px;
    }

    .contacts-map__canvas,
    .contacts-map__canvas iframe {
        min-height: 390px;
    }

    .contacts-map__caption {
        right: 10px;
        bottom: 10px;
        max-width: calc(100% - 20px);
    }

    .contacts-question {
        border-radius: 20px;
    }

    .contacts-question__intro,
    .contacts-question__form {
        padding: 28px 22px;
    }

    .contacts-page-form__grid {
        grid-template-columns: 1fr;
    }

    .contacts-page-form__field--wide {
        grid-column: auto;
    }

    .contacts-page-form__footer {
        align-items: stretch;
        flex-direction: column;
    }

    .contacts-page .contacts-page-form__submit {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .contacts-page *,
    .contacts-page *::before,
    .contacts-page *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
