

/* Start:/local/templates/azbuka_health/assets/css/style.css?178817234724531*/
:root {
    --az-text: #4d534f;
    --az-muted: #8b8b8b;
    --az-accent: #af8964;
    --az-border: #eef0f3;
    --az-white: #fff;
    --az-container: 1312px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
    color: var(--az-text);
    background: #fff;
    font-family: "Montserrat", Arial, sans-serif;
}

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

button,
input {
    font: inherit;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.az-page {
    overflow: hidden;
}

.az-container {
    width: min(calc(100% - 40px), var(--az-container));
    margin-inline: auto;
}

.az-header {
    position: absolute;
    z-index: 20;
    top: 30px;
    left: 0;
    width: 100%;
}

.az-header__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 64px;
}

.az-logo {
    width: 219px;
    height: 64px;
    flex: none;
}

.az-header__contacts {
    display: flex;
    align-items: center;
    gap: 24px;
    padding-top: 11px;
}

.az-contact {
    display: flex;
    align-items: center;
    gap: 16px;
    color: var(--az-muted);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -.01em;
}

.az-contact img {
    width: 27px;
    height: 27px;
    flex: none;
}

.az-contact:hover span {
    color: var(--az-accent);
}

.az-contact--icon {
    gap: 0;
}


.az-nav {
    position: relative;
    margin-top: 15px;
    min-height: 64px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 7px rgba(35, 35, 35, .08);
}

.az-nav__menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 64px;
    padding: 15px 15px 15px 40px;
}

.az-nav__menu>a {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -.01em;
    text-transform: uppercase;
    transition: color .2s ease;
}

.az-nav__menu>a:hover,
.az-nav__active {
    color: var(--az-accent);
}

.az-nav__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--az-text);
}

.az-nav__toggle {
    display: none;
}

.az-button {
    display: inline-flex;
    min-height: 62px;
    align-items: center;
    justify-content: center;
    padding: 20px 52px;
    border: 1px solid var(--az-accent);
    border-radius: 100px;
    background: var(--az-accent);
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -.01em;
    text-align: center;
    text-transform: uppercase;
    transition: background .2s, color .2s, transform .2s;
}

.az-button:hover {
    background: #9d7957;
    transform: translateY(-1px);
}

.az-button--outline {
    border-width: 2px;
    background: transparent;
    color: var(--az-accent);
}

.az-button--outline:hover {
    background: var(--az-accent);
    color: #fff;
}

.az-button--small {
    min-height: 48px;
    padding: 15px 20px;
    font-size: 16px;
}

.az-hero {
    position: relative;
    height: 804px;
    background: #f4f1ee url("/local/templates/azbuka_health/assets/img/hero-bg.png") center / cover no-repeat;
}

.az-hero__inner {
    position: relative;
    height: 100%;
    padding-top: 284px;
}

.az-hero__content {
    width: 660px;
}

.az-kicker {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--az-text);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -.01em;
    text-transform: uppercase;
}

.az-kicker i {
    width: 6px;
    height: 6px;
    flex: none;
    border-radius: 50%;
    background: var(--az-text);
}

.az-hero__title {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 20px 0 0;
    font-family: "Cormorant", Georgia, serif;
    font-size: 70px;
    font-weight: 500;
    line-height: 0.8;
    letter-spacing: -.01em;
}

.az-hero__title em {
    margin-top: 12px;
    color: var(--az-accent);
    font-weight: 500;
}

.az-hero__text {
    width: 660px;
    margin: 40px 0 0;
    color: var(--az-muted);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -.01em;
}

.az-hero__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 660px;
    margin-top: 38px;
}


.az-hero__advantages-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 34px;
}

.az-hero__advantages {
    /* position: absolute;
    bottom: 20px;
    left: 0; */
    display: grid;
    grid-template-columns: 313px 1fr 1fr;
    gap: 20px;
}

.az-hero-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.az-hero-feature__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #fff;
    box-shadow:
        0px 0.25px 1px 0px rgba(12, 12, 13, 0.05),
        0px 0.25px 1px 0px rgba(12, 12, 13, 0.10);
}

.az-hero-feature__icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.az-hero-feature p {
    margin: 0;
    color: var(--az-muted);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -.01em;
    max-width: 200px;
}

.az-hero__seal {
    width: 134px;
    height: 134px;
}

.az-specialists {
    margin-top: 60px;
}

.az-section-heading {
    text-align: center;
}

.az-section-heading>span,
.az-ultrasound__eyebrow {
    display: block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -.01em;
    text-transform: uppercase;
}

.az-section-heading h2,
.az-ultrasound h2 {
    margin: 12px 0 0;
    font-family: "Cormorant", Georgia, serif;
    font-size: 60px;
    font-weight: 500;
    line-height: .62;
    letter-spacing: -.01em;
}

.az-section-heading h2 em,
.az-ultrasound h2 em {
    color: var(--az-accent);
    font-weight: 500;
}

.az-section-heading p {
    margin: 25px 0 0;
    color: var(--az-muted);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -.01em;
}

.az-specialties {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.az-specialty {
    display: flex;
    min-height: 86px;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 25px 35px;
    border: 1px solid var(--az-border);
    border-radius: 10px;
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.01em;
    text-transform: uppercase;
    transition: border-color .2s, box-shadow .2s, transform .2s;
    pointer-events: none;
    cursor: none;
}

.az-specialty img {
    width: 34px;
    height: 34px;
    flex: none;
    object-fit: contain;
}


.az-ultrasound {
    position: relative;
    height: 323px;
    margin-top: 80px;
    overflow: hidden;
    border-radius: 20px;
    background: #f6f4f1 url("/local/templates/azbuka_health/assets/img/ultrasound-bg.png") center / cover no-repeat;
}

.az-ultrasound__leaves {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 221px;
    height: 323px;
    object-fit: contain;
    pointer-events: none;
}

.az-ultrasound__content {
    width: 650px;
    margin-left: 42.23%;
    padding-top: 50px;
}


.az-ultrasound__content>p {
    margin: 20px 0 0;
    color: var(--az-muted);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -.01em;
}

.az-ultrasound__features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 60px;
}

.az-ultrasound__features span {
    display: flex;
    position: relative;
    z-index: 2;
    align-items: center;
    gap: 12px;
    color: var(--az-muted);
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -.01em;
}

.az-ultrasound__features img {
    width: 24px;
    height: 24px;
    flex: none;
    object-fit: contain;
}

.az-benefits {
    display: grid;
    height: 152px;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 80px;
    padding: 40px;
    border: 1px solid var(--az-border);
    border-radius: 20px;
}

.az-benefit {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 12px;
    padding-inline: 20px;
    border-right: 1px solid var(--az-border);
}

.az-benefit:first-child {
    padding-left: 0;
}

.az-benefit:last-child {
    padding-right: 0;
    border-right: 0;
}

.az-benefit__img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    flex: none;
    background-color: #EDE9E6;
    border: none;
    border-radius: 50%;
}

.az-benefit h3 {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -.01em;
    text-transform: uppercase;
}

.az-benefit p {
    margin: 0;
    color: var(--az-muted);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -.01em;
}

.az-notice {
    display: flex;
    height: 74px;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 80px;
    padding: 20px 32px;
    border-radius: 10px;
    background: var(--az-accent);
    color: #fff;
}

.az-notice img {
    width: 34px;
    height: 34px;
    flex: none;
}

.az-notice p {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -.03em;
    text-transform: uppercase;
}

.az-footer {
    margin-top: 60px;
    padding-bottom: 30px;
}

.az-footer__grid {
    display: grid;
    min-height: 339px;
    grid-template-columns: 277px 260px 242px 533px;
    grid-template-rows: 261px 78px;
    gap: 0;
}

.az-footer h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -.01em;
    text-transform: uppercase;
}

.az-footer__brand img {
    width: 219px;
    height: 64px;
}

.az-footer__brand {
    width: 227px;
}

.az-footer__brand p {
    margin: 22px 0 0;
    color: var(--az-muted);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -.01em;
}

.az-footer__contacts {
    display: flex;
    width: 220px;
    flex-direction: column;
    gap: 15px;
}

.az-footer__contacts h2 {
    margin-bottom: 5px;
}

.az-footer__contacts a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--az-muted);
    font-size: 16px;
    font-weight: 500;
}

.az-footer__contacts img {
    width: 28px;
    height: 28px;
    flex: none;
}

.az-footer__hours {
    width: 212px;
}

.az-footer__hours h2 {
    margin-bottom: 38px;
}

.az-footer__hours p,
.az-footer__hours strong {
    display: block;
    margin: 0 0 3px;
    color: var(--az-muted);
    font-family: "Geologica", Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
}

.az-footer__hours strong {
    color: var(--az-muted);
    font-size: 17px;
    font-weight: 400;
}

.az-footer__map {
    position: relative;
    grid-column: 4;
    grid-row: 1 / span 2;
    width: 533px;
    height: 339px;
    overflow: hidden;
    border-radius: 10px;
}


/* .az-footer__map>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

/* .az-footer__map span {
    position: absolute;
    top: 10px;
    left: 50%;
    width: 270px;
    padding: 20px;
    transform: translateX(-50%);
    border-radius: 10px;
    background: rgba(241, 242, 243, .5);
    color: var(--az-muted);
    font-size: 14px;
    line-height: normal;
    text-align: center;
    backdrop-filter: blur(5px);
}

.az-footer__map b {
    display: block;
    margin-bottom: 3px;
    color: var(--az-text);
    font-size: 16px;
} */

.az-footer__map-item {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 270px;
    padding: 15px;
    border-radius: 10px;
    background: rgba(241, 242, 243, 0.5);
    color: var(--az-muted);
    line-height: normal;
    text-align: center;
    backdrop-filter: blur(5px);
    box-shadow: 0 2px 7px rgba(35, 35, 35, .08);
}


.az-footer__map-item p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: var(--az-text);
    text-align: center;
    margin-top: 5px;
}

.az-footer__map-item span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: var(--az-muted);
    text-align: center;
}

.az-footer__license {
    grid-column: 1 / 4;
    align-self: end;
    margin: 0;
    color: var(--az-muted);
    font-size: 14px;
    line-height: normal;
}

.az-policies {
    display: flex;
    min-height: 101px;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
    padding: 15px 30px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 7px rgba(35, 35, 35, .08);
}

.az-policies__links {
    display: grid;
    width: 780px;
    grid-template-columns: 1fr 1fr;
    gap: 20px 10px;
}

.az-policies a {
    color: var(--az-muted);
    font-size: 14px;
    line-height: normal;
}

.az-policies a:hover {
    color: var(--az-accent);
}

.az-policies__developer {
    font-family: "Golos Text", Arial, sans-serif;
    white-space: nowrap;
}

.az-modal {
    position: fixed;
    z-index: 100;
    inset: 0;
    display: grid;
    visibility: hidden;
    place-items: center;
    padding: 20px;
    opacity: 0;
    transition: opacity .2s, visibility .2s;
}

.az-modal.is-open {
    visibility: visible;
    opacity: 1;
}

.az-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(45, 48, 46, .58);
    backdrop-filter: blur(4px);
}

.az-modal__dialog {
    position: relative;
    width: min(100%, 520px);
    padding: 44px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .2);
}

.az-modal__close {
    position: absolute;
    top: 12px;
    right: 16px;
    width: 38px;
    height: 38px;
    border: 0;
    background: transparent;
    color: var(--az-muted);
    cursor: pointer;
    font-size: 32px;
}

.az-modal__eyebrow {
    color: var(--az-accent);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.az-modal h2 {
    margin: 8px 0 10px;
    font-family: "Cormorant", Georgia, serif;
    font-size: 46px;
    font-weight: 500;
}

.az-modal p {
    margin: 0 0 24px;
    color: var(--az-muted);
    font-size: 14px;
    line-height: 1.5;
}

.az-form {
    display: grid;
    gap: 16px;
}

.az-form label {
    display: grid;
    gap: 8px;
    color: var(--az-text);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.az-form input[type="text"],
.az-form input[type="tel"] {
    width: 100%;
    height: 52px;
    padding: 0 16px;
    border: 1px solid var(--az-border);
    border-radius: 8px;
    outline: none;
    color: var(--az-text);
}

.az-form input:focus {
    border-color: var(--az-accent);
    box-shadow: 0 0 0 3px rgba(175, 137, 100, .12);
}

.az-form__agreement {
    display: flex !important;
    grid-template-columns: none;
    align-items: flex-start;
    gap: 10px !important;
    color: var(--az-muted) !important;
    font-size: 10px !important;
    font-weight: 400 !important;
    line-height: 1.4;
    text-transform: none !important;
}

.az-form__agreement input {
    margin-top: 1px;
    accent-color: var(--az-accent);
}


.new-policy__table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

table {
    width: 100%;
    min-width: 699px;
    border-collapse: collapse;
    border: 1px solid #af8964;
}

table td,
table th {
    border: 1px solid #af8964;
    padding: 8px 12px;
    text-align: left;
    vertical-align: middle;
}

@media (max-width: 1200px) {
    .az-header__contacts {
        gap: 14px;
    }

    .az-contact {
        gap: 7px;
        font-size: 10px;
    }

    .az-nav__menu {
        padding-left: 24px;
    }

    .az-nav__menu>a {
        font-size: 11px;
    }

    .az-hero__content {
        width: 56%;
    }

    .az-hero__title {
        font-size: clamp(52px, 5.6vw, 68px);
    }

    .az-hero__actions {
        width: 100%;
    }

    .az-hero__advantages {
        width: calc(100% - 170px);
        grid-template-columns: repeat(3, 1fr);
    }

    .az-specialists {
        height: auto;
    }

    .az-ultrasound__content {
        width: 53%;
        margin-left: 44%;
    }

    .az-ultrasound__features {
        gap: 12px;
    }

    .az-benefits {
        height: auto;
        padding: 26px 20px;
    }

    .az-benefit {
        padding-inline: 12px;
    }

    .az-benefit img {
        width: 54px;
        height: 54px;
    }

    .az-footer__grid {
        min-height: 0;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto 300px auto;
        gap: 40px;
    }

    .az-footer__map {
        grid-column: 1 / 4;
        grid-row: 2;
        height: 300px;
    }

    .az-footer__license {
        grid-column: 1 / 4;
        grid-row: 3;
    }
}

@media (max-width: 900px) {
    .az-container {
        width: min(calc(100% - 32px), var(--az-container));
    }

    .az-header {
        top: 16px;
    }

    .az-header__top {
        align-items: center;
    }

    .az-logo {
        width: 170px;
        height: auto;
    }

    .az-header__contacts .az-contact:not(:nth-last-child(2)) {
        display: none;
    }

    .az-nav {
        min-height: 56px;
    }

    .az-nav__toggle {
        display: flex;
        width: 100%;
        min-height: 56px;
        align-items: center;
        gap: 6px;
        padding: 0 20px;
        border: 0;
        background: transparent;
        color: var(--az-text);
        cursor: pointer;
    }

    .az-nav__toggle span:not(.az-nav__toggle-text) {
        width: 18px;
        height: 2px;
        background: currentColor;
    }

    .az-nav__toggle span:nth-child(2),
    .az-nav__toggle span:nth-child(3) {
        display: none;
    }

    .az-nav__toggle-text {
        margin-left: 8px;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .az-nav__menu {
        position: absolute;
        top: calc(100% + 8px);
        left: 0;
        display: none;
        width: 100%;
        align-items: stretch;
        flex-direction: column;
        gap: 0;
        padding: 10px;
        border-radius: 10px;
        background: #fff;
        box-shadow: 0 14px 30px rgba(35, 35, 35, .13);
    }

    .az-nav.is-open .az-nav__menu {
        display: flex;
    }

    .az-nav__menu>a {
        padding: 14px;
    }

    .az-nav__dot {
        display: none;
    }

    .az-nav__menu .az-button {
        margin-top: 6px;
    }

    .az-hero {
        min-height: 760px;
        height: auto;
        background-position: 62% center;
    }

    .az-hero::before {
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .85) 45%, rgba(255, 255, 255, .08) 100%);
        content: "";
    }

    .az-hero__inner {
        min-height: 760px;
        padding-top: 220px;
        padding-bottom: 120px;
    }

    .az-hero__content {
        position: relative;
        z-index: 1;
        width: 66%;
    }

    .az-kicker {
        flex-wrap: wrap;
        font-size: 11px;
    }

    .az-hero__title {
        font-size: clamp(46px, 7vw, 62px);
        line-height: .92;
    }

    .az-hero__text {
        width: 100%;
    }

    .az-hero__advantages {
        z-index: 1;
        width: calc(100% - 130px);
    }

    .az-hero-feature p {
        font-size: 11px;
    }

    .az-hero__seal {
        z-index: 1;
        width: 110px;
        height: 110px;
    }

    .az-specialists {
        margin-top: 50px;
    }

    .az-section-heading h2,
    .az-ultrasound h2 {
        font-size: 40px;
    }

    .az-specialties {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .az-specialty {
        justify-content: flex-start;
        padding: 18px;
    }

    .az-ultrasound {
        height: auto;
        min-height: 420px;
        background-position: 28% center;
    }

    .az-ultrasound::before {
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .98) 48%);
        content: "";
    }

    .az-ultrasound__content {
        position: relative;
        width: 55%;
        margin-left: 44%;
        padding: 50px 22px 42px 0;
    }

    .az-ultrasound__features {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 34px;
    }

    .az-benefits {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 0;
    }

    .az-benefit:nth-child(2) {
        border-right: 0;
    }

    .az-notice {
        height: auto;
        min-height: 74px;
    }

    .az-notice p {
        font-size: 13px;
        line-height: 1.4;
    }

    .az-policies {
        align-items: flex-start;
        flex-direction: column;
        gap: 24px;
    }

    .az-policies__links {
        width: 100%;
    }
}

@media (max-width: 620px) {
    .az-container {
        width: min(calc(100% - 24px), var(--az-container));
    }

    .az-header__contacts .az-contact span {
        display: none;
    }

    .az-hero {
        min-height: 860px;
        background-position: 64% center;
    }

    .az-hero::before {
        background: linear-gradient(180deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .86) 55%, rgba(255, 255, 255, .28) 100%);
    }

    .az-hero__inner {
        min-height: 860px;
        padding-top: 200px;
    }

    .az-hero__content {
        width: 100%;
    }

    .az-kicker {
        gap: 7px;
    }

    .az-kicker span {
        font-size: 9px;
    }

    .az-kicker i {
        width: 4px;
        height: 4px;
    }

    .az-hero__title {
        font-size: clamp(42px, 13vw, 58px);
    }

    .az-hero__text {
        margin-top: 26px;
        font-size: 13px;
    }

    .az-hero__actions {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 28px;
    }

    .az-hero__actions .az-button {
        min-height: 54px;
    }

    .az-hero__advantages {
        bottom: 24px;
        width: calc(100% - 88px);
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .az-hero-feature span {
        width: 38px;
        height: 38px;
        font-size: 17px;
    }

    .az-hero__seal {
        right: -12px;
        bottom: 24px;
        width: 90px;
        height: 90px;
    }


    .az-section-heading h2{
        font-size: 27px;
    }

    .az-ultrasound h2 {
        font-size: 34px;
    }

    .az-section-heading p {
        margin-top: 14px;
    }

    .az-specialties {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 30px;
    }

    .az-specialty {
        min-height: 68px;
        padding: 14px 20px;
    }

    .az-ultrasound {
        min-height: 500px;
        margin-top: 50px;
        background-position: 23% center;
    }

    .az-ultrasound::before {
        background: linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .97) 52%);
    }

    .az-ultrasound__content {
        width: 100%;
        margin-left: 0;
        padding: 245px 22px 30px;
    }

    .az-benefits {
        grid-template-columns: 1fr;
        gap: 0;
        margin-top: 50px;
        padding: 10px 22px;
    }

    .az-benefit,
    .az-benefit:nth-child(2) {
        padding: 18px 0;
        border-right: 0;
        border-bottom: 1px solid var(--az-border);
    }

    .az-benefit:last-child {
        border-bottom: 0;
    }

    .az-notice {
        align-items: flex-start;
        margin-top: 50px;
        padding: 20px;
    }

    .az-notice img {
        width: 28px;
        height: 28px;
    }

    .az-notice p {
        font-size: 11px;
    }

    .az-footer {
        margin-top: 50px;
    }

    .az-footer__grid {
        display: flex;
        flex-direction: column;
        gap: 34px;
    }

    .az-footer__brand,
    .az-footer__contacts,
    .az-footer__hours {
        width: 100%;
    }

    .az-footer__hours h2 {
        margin-bottom: 16px;
    }

    .az-footer__map {
        width: 100%;
        height: 280px;
        margin-top: 0;
    }

    .az-footer__license {
        font-size: 9px;
    }

    .az-policies {
        margin-top: 50px;
        padding: 24px;
    }

    .az-policies__links {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .az-policies__developer {
        white-space: normal;
    }

    .az-modal__dialog {
        padding: 34px 22px 26px;
    }

    .az-modal h2 {
        font-size: 38px;
    }
}
/* End */


/* Start:/local/templates/azbuka_health/components/bitrix/menu/top-menu/style.min.css?1787680622490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/azbuka_health/components/bitrix/menu/top-menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */
/* /local/templates/azbuka_health/assets/css/style.css?178817234724531 */
/* /local/templates/azbuka_health/components/bitrix/menu/top-menu/style.min.css?1787680622490 */
