html, body {
    overflow-x: hidden;
}

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

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f3f3f3;
    color: #1d2940;
}

a {
    text-decoration: none;
}

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

.mindray-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.mindray-topline {
    background: #d80000;
    color: #fff;
    font-size: 12px;
    line-height: 1;
}

.mindray-topline__text {
    text-align: center;
    padding: 10px 0;
}

.mindray-header {
    background: #ffffff;
    border-bottom: 1px solid #ececec;
}

.mindray-header__row {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.mindray-header__nav {
    display: flex;
    align-items: center;
    gap: 30px;
    flex: 1;
}

.mindray-header__nav a {
    color: #1d2940;
    font-size: 14px;
}

.mindray-header__logo {
    flex: 0 0 auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.mindray-header__logo img {
    max-height: 28px;
    width: auto;
}

.mindray-header__call {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    color: #1d2940;
    font-size: 14px;
}

.mindray-header__call-icon {
    color: #d80000;
    font-size: 10px;
}

.mindray-mobile-header {
    display: none;
    background: #f4f4f4;
}

.mindray-mobile-header__row {
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.mindray-mobile-header__burger,
.mindray-mobile-header__phone {
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #1d2940;
}

.mindray-mobile-header__burger {
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
}

.mindray-mobile-header__burger span {
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 2px;
    background: #1d2940;
}

.mindray-mobile-header__logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mindray-mobile-header__logo img {
    height: 44px;
    width: auto;
    display: block;
}

.mindray-mobile-header__phone {
    font-size: 26px;
    color: #e10606;
    text-decoration: none;
}

.mindray-mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 9999;
    pointer-events: none;
}

.mindray-mobile-menu__panel {
    position: absolute;
    top: 0;
    left: 0;
    width: min(88vw, 380px);
    height: 100%;
    background: #f4f4f4;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    padding: 30px 32px 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.mindray-mobile-menu__overlay {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mindray-mobile-menu.is-open {
    pointer-events: auto;
}

.mindray-mobile-menu.is-open .mindray-mobile-menu__panel {
    transform: translateX(0);
}

.mindray-mobile-menu.is-open .mindray-mobile-menu__overlay {
    opacity: 1;
}

.mindray-mobile-menu__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 68px;
}

.mindray-mobile-menu__logo img {
    height: 46px;
    width: auto;
    display: block;
}

.mindray-mobile-menu__close {
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    position: relative;
    padding: 0;
    cursor: pointer;
}

.mindray-mobile-menu__close span {
    position: absolute;
    top: 20px;
    left: 8px;
    width: 28px;
    height: 3px;
    background: #111;
    border-radius: 2px;
}

.mindray-mobile-menu__close span:first-child {
    transform: rotate(45deg);
}

.mindray-mobile-menu__close span:last-child {
    transform: rotate(-45deg);
}

.mindray-mobile-menu__nav {
    display: flex;
    flex-direction: column;
    gap: 54px;
}

.mindray-mobile-menu__nav a {
    font-size: 28px;
    line-height: 1.2;
    color: #1d2940;
    text-decoration: none;
}

.mindray-mobile-menu__socials {
    margin-top: 120px;
    display: flex;
    align-items: center;
    gap: 46px;
}

.mindray-mobile-menu__socials a {
    color: #111c63;
    font-size: 26px;
    font-weight: 700;
    text-decoration: none;
}

body.mindray-menu-open {
    overflow: hidden;
}

.mindray-hero {
    background: #e8edf0;
    padding: 46px 0 40px;
}

.mindray-hero__content {
    text-align: center;
}

.mindray-hero__title {
    max-width: 620px;
    margin: 0 auto 14px;
    font-size: 64px;
    line-height: 1.05;
    font-weight: 700;
    color: #1d2940;
}

.mindray-hero__subtitle {
    margin: 0 0 22px;
    font-size: 22px;
    color: #6a7486;
}

.mindray-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 26px;
    border-radius: 999px;
    background: #d80000;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 8px 18px rgba(216, 0, 0, 0.22);
    transition: 0.2s ease;
}

.mindray-btn:hover {
    color: #fff;
    opacity: 0.92;
}

.mindray-btn--small {
    min-height: 40px;
    padding: 0 20px;
    font-size: 13px;
}

.mindray-hero__image-wrap {
    margin-top: 28px;
    display: flex;
    justify-content: center;
}

.mindray-hero__image {
    max-width: 520px;
}

.mindray-section-title {
    margin: 0 0 34px;
    text-align: center;
    font-size: 46px;
    line-height: 1.15;
    color: #1d2940;
}

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

.mindray-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 460px;
    background: #edf1f2;
    border-radius: 6px;
    overflow: hidden;
}

.mindray-card__badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #e10606;
    color: #fff;
    font-size: 14px;
    padding: 8px 14px;
    border-radius: 2px;
    z-index: 2;
}

.mindray-card__image {
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 25px 10px;
    box-sizing: border-box;
}

.mindray-card__image img {
    max-height: 100%;
    object-fit: contain;
}

.mindray-card__content {
    padding: 0 24px 24px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

.mindray-card__info {
    display: flex;
    flex-direction: column;
}

.mindray-card__btn {
    flex-shrink: 0;
    margin-bottom: 20px;
}

.mindray-card__title {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.1;
    color: #1d2940;
    margin-bottom: 8px;
}

.mindray-card__text {
    font-size: 16px;
    color: #7e8796;
    margin-bottom: 18px;
}

.mindray-promo {
    padding: 70px 0 90px;
}

.mindray-promo__brand {
    color: #d80000;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 34px;
}

.mindray-promo__title {
    margin: 0 0 18px;
    font-size: 46px;
    line-height: 1.12;
    color: #fff;
}

.mindray-promo__text {
    margin: 0 0 24px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.75);
}

.mindray-promo {
    padding: 68px 0 84px;
}

.mindray-promo__inner {
    position: relative;
    min-height: 540px;
    border-radius: 8px;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(21, 21, 21, 0.78) 0%, rgba(15, 15, 15, 0.72) 32%, rgba(10, 10, 10, 0.18) 58%, rgba(0, 0, 0, 0.05) 100%),
        url('../image/mindray/promo-device.png') center center / cover no-repeat;
}

.mindray-promo__content {
    position: relative;
    z-index: 2;
    max-width: 620px;
    padding: 58px 0 58px 64px;
    color: #fff;
}

.mindray-promo__brand {
    color: #e10606;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 38px;
}

.mindray-promo__title {
    margin: 0 0 22px;
    font-size: 44px;
    line-height: 1.15;
    color: #fff;
    font-weight: 700;
    max-width: 520px;
}

.mindray-promo__text {
    margin: 0 0 28px;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.82);
    max-width: 470px;
}

.mindray-promo .mindray-btn {
    min-height: 46px;
    padding: 0 26px;
    font-size: 14px;
}

.mindray-promo__dots {
    display: flex;
    gap: 10px;
    margin-top: 34px;
}

.mindray-promo__dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    display: block;
}

.mindray-promo__dots span.is-active {
    background: #ffffff;
}

.mindray-footer {
    background: #f3f3f3;
}

.mindray-footer__top {
    min-height: 170px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 30px 0 22px;
}

.mindray-footer__logo img {
    max-height: 32px;
    width: auto;
}

.mindray-footer__socials {
    display: flex;
    align-items: center;
    gap: 18px;
}

.mindray-footer__socials a {
    color: #1d2940;
    font-size: 18px;
    font-weight: 700;
}

.mindray-footer__bottom {
    background: linear-gradient(135deg, #d61d1d 0%, #cf1b1b 50%, #d92929 100%);
    color: #fff;
    padding: 30px 0;
}

.mindray-footer__bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-size: 14px;
}

.mindray-footer__links {
    display: flex;
    gap: 18px;
}

.mindray-footer__links a {
    color: #fff;
}

/* Category List Page */

.mindray-category-page,
.mindray-container,
.mindray-category-hero,
.mindray-category-hero__left,
.mindray-category-description,
.mindray-category-card,
.mindray-category-card__title,
.mindray-product-card,
.mindray-product-card__title,
.mindray-popular-card,
.mindray-popular-card__name,
.mindray-popular-card__desc {
    min-width: 0;
}

.mindray-category-page {
    background: #f5f5f5;
    padding: 72px 0 120px;
    overflow-x: hidden;
}

.mindray-container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.mindray-category-title,
.mindray-category-card__title,
.mindray-product-card__title,
.mindray-popular-card__name,
.mindray-popular-card__desc,
.mindray-category-description {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.mindray-category-description p {
    margin: 0;
}

.mindray-category-description img {
    max-width: 100%;
    height: auto;
}

/* category list page */
.mindray-category-hero {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 70px;
}

.mindray-category-hero__left {
    max-width: 650px;
}

.mindray-category-title {
    margin: 0 0 24px;
    font-size: 64px;
    line-height: 1;
    font-weight: 700;
    color: #1f2d4a;
}

.mindray-category-description {
    font-size: 18px;
    line-height: 1.45;
    color: #4b5875;
}

.mindray-category-hero__right {
    display: flex;
    align-items: center;
    gap: 32px;
    padding-top: 18px;
}

.mindray-category-advantage {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    line-height: 1.3;
    color: #4b5875;
    white-space: nowrap;
}

.mindray-category-advantage img {
    width: 20px;
    height: 20px;
    display: block;
}

.mindray-category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 56px 24px;
}

.mindray-category-card {
    display: block;
    text-decoration: none;
}

.mindray-category-card__image-wrap {
    height: 250px;
    background: #eceff1;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.mindray-category-card__image {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
    display: block;
}

.mindray-category-card__title {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 400;
    color: #2c3346;
}

/* product category page */
.mindray-category-hero--products {
    display: block;
    margin-bottom: 32px;
}

.mindray-category-heading-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.mindray-category-heading-row .mindray-category-title {
    margin: 0;
}

.mindray-category-hero--products .mindray-category-description {
    max-width: 100%;
}

.mindray-products-all {
    flex-shrink: 0;
    font-size: 18px;
    line-height: 1.2;
    color: #4e5a73;
    text-decoration: underline;
}

.mindray-products-section {
    margin-top: 24px;
}

.mindray-products-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 42px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfe3ea;
}

.mindray-products-tabs {
    display: flex;
    align-items: center;
    gap: 42px;
}

.mindray-products-tab {
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 18px;
    line-height: 1.2;
    color: #7c879d;
    cursor: pointer;
    position: relative;
}

.mindray-products-tab.is-active {
    color: #23304a;
}

.mindray-products-tab.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 100%;
    height: 2px;
    background: #23304a;
}

.mindray-products-carousel {
    position: relative;
}

.mindray-products-carousel__viewport {
    overflow: hidden;
}

.mindray-products-carousel__track {
    display: flex;
    gap: 24px;
    transition: transform 0.35s ease;
    will-change: transform;
}

.mindray-products-carousel__slide {
    flex: 0 0 calc((100% - 72px) / 4);
    min-width: 0;
}

.mindray-products-carousel__arrow {
    position: absolute;
    top: 130px;
    z-index: 3;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 8px 24px rgba(31, 45, 74, 0.12);
    color: #d90416;
    font-size: 34px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}

.mindray-products-carousel__arrow:hover {
    background: #ffffff;
}

.mindray-products-carousel__arrow--prev {
    left: -22px;
}

.mindray-products-carousel__arrow--next {
    right: -22px;
}

.mindray-products-carousel__arrow.is-disabled {
    opacity: 0.35;
    pointer-events: none;
}

.mindray-product-card__image-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 260px;
    margin-bottom: 22px;
    background: #eef1f4;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
}

.mindray-product-card__image {
    max-width: 78%;
    max-height: 78%;
    object-fit: contain;
    display: block;
}

.mindray-product-card__badge {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 6px;
    background: #d90416;
    color: #fff;
    font-size: 14px;
    line-height: 1;
}

.mindray-product-card__title {
    display: block;
    margin-bottom: 14px;
    color: #2b3448;
    font-size: 20px;
    line-height: 1.25;
    text-decoration: none;
}

.mindray-product-card__price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.mindray-product-card__price-old {
    color: #98a1b2;
    font-size: 18px;
    text-decoration: line-through;
}

.mindray-product-card__price-current {
    color: #2b3448;
    font-size: 20px;
}

.mindray-product-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 87px;
    height: 40px;
    padding: 0 20px;
    border-radius: 999px;
    background: linear-gradient(180deg, #eb2a2f 0%, #c90010 100%);
    box-shadow: 0 8px 18px rgba(217, 10, 24, 0.25);
    color: #fff;
    font-size: 15px;
    line-height: 1;
    text-decoration: none;
}

/* popular section */
.mindray-popular-section {
    margin-top: 120px;
}

.mindray-popular-title {
    margin: 0 0 42px;
    text-align: center;
    font-size: 56px;
    line-height: 1.1;
    font-weight: 700;
    color: #23304a;
}

.mindray-popular-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.mindray-popular-card {
    position: relative;
    min-height: 420px;
    background: #eef1f4;
    border-radius: 8px;
    overflow: hidden;
}

.mindray-popular-card__badge {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 14px;
    border-radius: 6px;
    background: #d90416;
    color: #fff;
    font-size: 14px;
    line-height: 1;
}

.mindray-popular-card__image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 420px;
    text-decoration: none;
}

.mindray-popular-card__image {
    max-width: 82%;
    max-height: 76%;
    object-fit: contain;
    display: block;
}

.mindray-popular-card__content {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
}

.mindray-popular-card__name {
    margin-bottom: 8px;
    color: #23304a;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
}

.mindray-popular-card__desc {
    color: #6f7b91;
    font-size: 16px;
    line-height: 1.35;
}

.mindray-popular-card__button {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 104px;
    height: 40px;
    padding: 0 18px;
    border-radius: 999px;
    background: linear-gradient(180deg, #eb2a2f 0%, #c90010 100%);
    box-shadow: 0 8px 18px rgba(217, 10, 24, 0.25);
    color: #fff;
    font-size: 15px;
    line-height: 1;
    text-decoration: none;
}

/* tablet */
@media (max-width: 992px) {
    .mindray-products-carousel__slide {
        flex: 0 0 calc((100% - 24px) / 2);
    }

    .mindray-popular-grid {
        grid-template-columns: 1fr;
    }

    .mindray-popular-title {
        font-size: 40px;
    }

    .mindray-products-carousel__arrow--prev {
        left: -14px;
    }

    .mindray-products-carousel__arrow--next {
        right: -14px;
    }
}

/* mobile */
@media (max-width: 768px) {
    html,
    body {
        overflow-x: hidden;
    }

    .mindray-category-page {
        padding: 32px 0 64px;
    }

    .mindray-container {
        max-width: 100%;
        padding: 0 12px;
    }

    .mindray-category-hero {
        display: block;
        margin-bottom: 32px;
    }

    .mindray-category-hero__left {
        max-width: 100%;
    }

    .mindray-category-title {
        margin: 0 0 14px;
        font-size: 28px;
        line-height: 1.1;
    }

    .mindray-category-description {
        font-size: 14px;
        line-height: 1.45;
    }

    .mindray-category-hero__right {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding-top: 20px;
    }

    .mindray-category-advantage {
        gap: 10px;
        font-size: 14px;
        line-height: 1.3;
        white-space: normal;
    }

    .mindray-category-advantage img {
        width: 18px;
        height: 18px;
    }

    .mindray-category-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .mindray-category-card__image-wrap {
        height: 240px;
    }

    .mindray-category-card__image {
        max-width: 78%;
        max-height: 78%;
    }

    .mindray-category-card__title {
        margin-top: 16px;
        font-size: 16px;
    }

    .mindray-category-heading-row {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 12px;
        margin-bottom: 14px;
    }

    .mindray-category-heading-row .mindray-category-title {
        margin: 0;
        flex: 1 1 auto;
        min-width: 0;
    }

    .mindray-products-all {
        flex: 0 0 auto;
        white-space: nowrap;
        font-size: 14px;
        line-height: 1.2;
        padding-top: 4px;
    }

    .mindray-category-hero--products {
        margin-bottom: 20px;
    }

    .mindray-category-hero--products .mindray-category-description {
        margin-bottom: 18px;
    }

    .mindray-products-toolbar {
        display: block;
        margin-bottom: 24px;
        padding-bottom: 0;
        border-bottom: 1px solid #dfe3ea;
        overflow: hidden;
    }

    .mindray-products-tabs {
        display: flex;
        align-items: center;
        gap: 28px;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        padding-bottom: 10px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .mindray-products-tabs::-webkit-scrollbar {
        display: none;
    }

    .mindray-products-tab {
        flex: 0 0 auto;
        white-space: nowrap;
        font-size: 16px;
        line-height: 1.2;
    }

    .mindray-products-tab.is-active::after {
        bottom: -11px;
    }

        .mindray-products-carousel__slide {
        flex: 0 0 100%;
    }

    .mindray-products-carousel__track {
        gap: 16px;
    }

    .mindray-products-carousel__arrow {
        top: 110px;
        width: 38px;
        height: 38px;
        font-size: 28px;
    }

    .mindray-products-carousel__arrow--prev {
        left: 4px;
    }

    .mindray-products-carousel__arrow--next {
        right: 4px;
    }

    .mindray-product-card__image-wrap {
        height: 220px;
        margin-bottom: 16px;
    }

    .mindray-product-card__title {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .mindray-product-card__price-old,
    .mindray-product-card__price-current {
        font-size: 16px;
    }

    .mindray-popular-section {
        margin-top: 72px;
    }

    .mindray-popular-title {
        margin: 0 0 24px;
        font-size: 30px;
        line-height: 1.15;
        text-align: center;
    }

    .mindray-popular-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .mindray-popular-card {
        min-height: auto;
        padding: 16px;
        border-radius: 8px;
    }

    .mindray-popular-card__badge {
        top: 14px;
        right: 14px;
        min-height: 30px;
        padding: 0 12px;
        font-size: 13px;
    }

    .mindray-popular-card__image-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 220px;
        height: 220px;
        margin-bottom: 20px;
    }

    .mindray-popular-card__image {
        max-width: 78%;
        max-height: 180px;
        object-fit: contain;
    }

    .mindray-popular-card__content {
        position: static;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .mindray-popular-card__name {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 1.2;
    }

    .mindray-popular-card__desc {
        max-width: none;
        margin-bottom: 20px;
        padding-right: 0;
        font-size: 14px;
        line-height: 1.4;
    }

    .mindray-popular-card__button {
        position: static;
        min-width: 106px;
        height: 38px;
        padding: 0 16px;
        font-size: 14px;
    }
}

/* small mobile */
@media (max-width: 480px) {
    .mindray-category-page {
        padding: 24px 0 48px;
    }

    .mindray-container {
        padding: 0 10px;
    }

    .mindray-category-title {
        margin-bottom: 12px;
        font-size: 26px;
    }

    .mindray-category-description {
        font-size: 13px;
        line-height: 1.5;
    }

    .mindray-category-hero {
        margin-bottom: 26px;
    }

    .mindray-category-hero__right {
        gap: 10px;
        padding-top: 16px;
    }

    .mindray-category-advantage {
        font-size: 13px;
    }

    .mindray-category-card__image-wrap {
        height: 210px;
    }

    .mindray-category-card__title {
        margin-top: 14px;
        font-size: 15px;
    }

    .mindray-category-grid {
        gap: 24px;
    }

    .mindray-popular-section {
        margin-top: 56px;
    }

    .mindray-popular-title {
        margin-bottom: 20px;
        font-size: 26px;
    }

    .mindray-popular-card {
        padding: 14px;
    }

    .mindray-popular-card__badge {
        top: 12px;
        right: 12px;
        min-height: 28px;
        padding: 0 10px;
        font-size: 12px;
    }

    .mindray-popular-card__image-wrap {
        height: 190px;
        min-height: 190px;
        margin-bottom: 18px;
    }

    .mindray-popular-card__image {
        max-height: 150px;
    }

    .mindray-popular-card__content {
        align-items: center;
        text-align: center;
    }

    .mindray-popular-card__name {
        font-size: 17px;
    }

    .mindray-popular-card__desc {
        margin-bottom: 16px;
        padding-right: 0;
        font-size: 13px;
    }

    .mindray-popular-card__button {
        min-width: 100px;
        height: 36px;
        font-size: 13px;
    }

    .mindray-category-heading-row {
        gap: 10px;
        margin-bottom: 12px;
    }

    .mindray-products-all {
        font-size: 13px;
        padding-top: 3px;
    }

    .mindray-category-hero--products .mindray-category-description {
        margin-bottom: 16px;
    }

    .mindray-products-tabs {
        gap: 22px;
        padding-bottom: 9px;
    }

    .mindray-products-tab {
        font-size: 15px;
    }
}

/* Category List Page END */


/* Product Page Start */

.mindray-product-page {
  background: #f6f7f8;
  color: #1f2a44;
}

.mindray-product-hero {
  padding: 56px 0 40px;
}

.mindray-product-hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: start;
}

.mindray-product-gallery {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 28px;
  align-items: center;
}

.mindray-product-gallery__thumbs {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mindray-product-gallery__thumb {
  width: 72px;
  height: 72px;
  border: 1px solid #d9dde5;
  border-radius: 14px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  flex: 0 0 auto;
}

.mindray-product-gallery__thumb:hover {
  border-color: #8e99ad;
}

.mindray-product-gallery__thumb.is-active {
  border-color: #24385b;
}

.mindray-product-gallery__thumb img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.mindray-product-gallery__thumb--360 span,
.mindray-product-gallery__thumb--video span {
  font-size: 24px;
  color: #2f3d59;
  font-weight: 700;
}

.mindray-product-gallery__main {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  gap: 20px;
}

.mindray-product-gallery__arrow {
  border: none;
  background: transparent;
  font-size: 42px;
  line-height: 1;
  color: #9aa4b5;
  cursor: pointer;
  padding: 0;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.mindray-product-gallery__arrow:hover {
  color: #1f2a44;
}

.mindray-product-gallery__arrow.is-disabled {
  opacity: 0.35;
}

.mindray-product-gallery__image {
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mindray-product-gallery__image img {
  max-width: 100%;
  max-height: 520px;
  object-fit: contain;
  display: block;
}

.mindray-product-description-wrap {
  max-width: 1400px;
}

.mindray-product-description {
  font-size: 18px;
  line-height: 1.85;
  color: #667085;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.mindray-product-description.is-collapsed {
  max-height: 220px;
  position: relative;
}

.mindray-product-description.is-collapsed::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  background: linear-gradient(to bottom, rgba(246, 247, 248, 0) 0%, #f6f7f8 100%);
  pointer-events: none;
}

.mindray-product-description p {
  margin: 0 0 22px;
}

.mindray-product-description ul {
  padding-left: 22px;
  margin: 18px 0 22px;
}

.mindray-product-description li {
  margin-bottom: 10px;
}

.mindray-product-description-toggle {
  margin-top: 18px;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 18px;
  font-weight: 600;
  color: #1f2a44;
  cursor: pointer;
}

.mindray-product-description-toggle:hover {
  color: #dd1f26;
}

@media (max-width: 767px) {
  .mindray-product-description {
    font-size: 14px;
    line-height: 1.7;
  }

  .mindray-product-description.is-collapsed {
    max-height: 170px;
  }

  .mindray-product-description-toggle {
    font-size: 15px;
    margin-top: 14px;
  }
}

@media (max-width: 767px) {
  .mindray-product-gallery {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mindray-product-gallery__thumbs {
    order: 2;
    flex-direction: row;
    overflow-x: auto;
    scrollbar-width: none;
    padding-bottom: 4px;
  }

  .mindray-product-gallery__thumbs::-webkit-scrollbar {
    display: none;
  }

  .mindray-product-gallery__main {
    grid-template-columns: 24px 1fr 24px;
    gap: 8px;
  }

  .mindray-product-gallery__image {
    min-height: 280px;
  }

  .mindray-product-gallery__image img {
    max-height: 280px;
  }

  .mindray-product-gallery__arrow {
    font-size: 28px;
  }
}

.mindray-product-summary {
  padding-top: 24px;
}

.mindray-product-title {
  margin: 0 0 20px;
  font-size: 64px;
  line-height: 1.05;
  font-weight: 700;
  color: #1e2b45;
}

.mindray-product-short-description {
  margin-bottom: 36px;
  font-size: 18px;
  line-height: 1.7;
  color: #6d7789;
  max-width: 620px;
}

.mindray-product-options__title {
  margin-bottom: 18px;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  color: #1e2b45;
}

.mindray-product-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 30px;
  background: #fff;
  border: 1px solid #e3e7ef;
  border-radius: 18px;
  margin-bottom: 14px;
}

.mindray-product-option.is-active {
  border-color: #4f6288;
}

.mindray-product-option__content {
  flex: 1;
}

.mindray-product-option__name {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  color: #1e2b45;
}

.mindray-product-option__text {
  font-size: 16px;
  line-height: 1.55;
  color: #7c8597;
}

.mindray-product-option__price {
  white-space: nowrap;
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  color: #2d3d59;
}

.mindray-product-purchase-bar {
  background: #eef1f4;
  padding: 26px 0;
  margin-top: 16px;
}

.mindray-product-purchase-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.mindray-product-benefits {
  display: flex;
  align-items: center;
  gap: 34px;
  flex-wrap: wrap;
}

.mindray-product-benefit {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #5d6880;
  font-size: 18px;
}

.mindray-product-benefit__icon {
  font-size: 18px;
}

.mindray-product-buy {
  display: flex;
  align-items: center;
  gap: 36px;
}

.mindray-product-price {
  display: flex;
  align-items: center;
  gap: 18px;
}

.mindray-product-price__old {
  font-size: 22px;
  color: #96a2b8;
  text-decoration: line-through;
}

.mindray-product-price__current {
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
  color: #1f2a44;
}

.mindray-product-buy__button {
  min-width: 180px;
  height: 58px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(180deg, #f13939 0%, #d91f26 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(217, 31, 38, 0.22);
}

.mindray-product-tabs-section {
  padding: 54px 0 36px;
}

.mindray-product-tabs {
  display: flex;
  gap: 56px;
  border-bottom: 1px solid #dfe3ea;
  margin-bottom: 34px;
  overflow-x: auto;
  scrollbar-width: none;
}

.mindray-product-tabs::-webkit-scrollbar {
  display: none;
}

.mindray-product-tab {
  position: relative;
  border: none;
  background: transparent;
  padding: 0 0 18px;
  font-size: 26px;
  color: #8b93a3;
  cursor: pointer;
  white-space: nowrap;
}

.mindray-product-tab.is-active {
  color: #1f2a44;
}

.mindray-product-tab.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #1f2a44;
}

.mindray-product-description {
  max-width: 1400px;
  font-size: 18px;
  line-height: 1.85;
  color: #667085;
}

.mindray-product-description p {
  margin: 0 0 22px;
}

.mindray-product-description ul {
  padding-left: 22px;
  margin: 18px 0 22px;
}

.mindray-product-description li {
  margin-bottom: 10px;
}

.mindray-related-products {
  padding: 42px 0 80px;
}

.mindray-related-products__title {
  margin: 0 0 30px;
  font-size: 54px;
  line-height: 1.1;
  font-weight: 700;
  color: #1f2a44;
}

.mindray-related-products__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.mindray-related-card__image-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 340px;
  border-radius: 14px;
  background: #eef1f4;
  overflow: hidden;
  text-decoration: none;
}

.mindray-related-card__image {
  max-width: 85%;
  max-height: 85%;
  object-fit: contain;
}

.mindray-related-card__badge {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 84px;
  height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  background: #df1f26;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.mindray-related-card__body {
  padding: 18px 4px 0;
}

.mindray-related-card__title {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 500;
  color: #1f2a44;
  text-decoration: none;
}

.mindray-related-card__price {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.mindray-related-card__old {
  color: #9ca7ba;
  text-decoration: line-through;
  font-size: 15px;
}

.mindray-related-card__current {
  color: #1f2a44;
  font-size: 18px;
  font-weight: 500;
}

.mindray-product-tab-panel {
  display: none;
}

.mindray-product-tab-panel.is-active {
  display: block;
}

.mindray-product-specs-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  align-items: start;
}

.mindray-product-spec-card {
  background: #fff;
  border: 1px solid #dfe4ec;
  border-radius: 14px;
  overflow: hidden;
}

.mindray-product-spec-card__title {
  padding: 22px 22px 18px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  color: #1f2a44;
}

.mindray-product-spec-card__table {
  display: block;
}

.mindray-product-spec-card__row {
  display: grid;
  grid-template-columns: 46% 54%;
  min-height: 74px;
  border-top: 1px solid #e5e9f0;
}

.mindray-product-spec-card__name,
.mindray-product-spec-card__value {
  padding: 18px 20px;
  display: flex;
  align-items: center;
}

.mindray-product-spec-card__name {
  color: #6c7688;
  font-size: 15px;
  line-height: 1.45;
  border-right: 1px solid #e5e9f0;
}

.mindray-product-spec-card__value {
  color: #1f2a44;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 500;
}

.mindray-leasing {
  padding: 28px 0 10px;
}

.mindray-leasing__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 48px;
  align-items: start;
}

.mindray-leasing__controls {
  padding-top: 6px;
}

.mindray-leasing__field + .mindray-leasing__field {
  margin-top: 42px;
}

.mindray-leasing__label {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.4;
  color: #677186;
}

.mindray-leasing__value {
  margin-bottom: 22px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: #1f2a44;
}

.mindray-leasing__range-wrap {
  max-width: 560px;
}

.mindray-leasing__range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #dd1f26 0%, #dd1f26 50%, #d8dde5 50%, #d8dde5 100%);
  border-radius: 999px;
  outline: none;
  margin: 0;
}

.mindray-leasing__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #dd1f26;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(31, 42, 68, 0.12);
}

.mindray-leasing__range::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #dd1f26;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(31, 42, 68, 0.12);
}

.mindray-leasing__range::-moz-range-track {
  height: 3px;
  background: #d8dde5;
  border-radius: 999px;
}

.mindray-leasing__range-labels {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  font-size: 14px;
  color: #1f2a44;
}

.mindray-leasing__result {
  background: #f3f5f7;
  border-radius: 12px;
  padding: 34px 36px 30px;
}

.mindray-leasing__result-title {
  margin-bottom: 28px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: #1f2a44;
}

.mindray-leasing__result-list {
  padding-bottom: 24px;
  border-bottom: 1px solid #d9dee6;
}

.mindray-leasing__result-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.mindray-leasing__result-row + .mindray-leasing__result-row {
  margin-top: 18px;
}

.mindray-leasing__result-name {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #5f697c;
  font-size: 16px;
  line-height: 1.45;
}

.mindray-leasing__result-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  min-width: 18px;
  font-size: 16px;
  color: #9ba6b7;
}

.mindray-leasing__result-value {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  color: #1f2a44;
  text-align: right;
}

.mindray-leasing__result-value--accent {
  color: #dd1f26;
}

.mindray-leasing__result-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  padding-top: 26px;
}

.mindray-leasing__monthly-label {
  font-size: 18px;
  line-height: 1.4;
  color: #1f2a44;
}

.mindray-leasing__monthly-value {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  color: #1f2a44;
  text-align: right;
}

@media (max-width: 1024px) {
  .mindray-leasing__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .mindray-leasing__range-wrap {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .mindray-leasing {
    padding-top: 18px;
  }

  .mindray-leasing__field + .mindray-leasing__field {
    margin-top: 28px;
  }

  .mindray-leasing__label {
    font-size: 15px;
  }

  .mindray-leasing__value {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .mindray-leasing__range::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
  }

  .mindray-leasing__range::-moz-range-thumb {
    width: 20px;
    height: 20px;
  }

  .mindray-leasing__range-labels {
    font-size: 13px;
    margin-top: 10px;
  }

  .mindray-leasing__result {
    padding: 22px 18px;
  }

  .mindray-leasing__result-title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .mindray-leasing__result-row {
    align-items: flex-start;
  }

  .mindray-leasing__result-name,
  .mindray-leasing__result-value {
    font-size: 14px;
  }

  .mindray-leasing__result-footer {
    padding-top: 20px;
    align-items: flex-start;
    flex-direction: column;
  }

  .mindray-leasing__monthly-label {
    font-size: 15px;
  }

  .mindray-leasing__monthly-value {
    font-size: 28px;
  }
}

@media (max-width: 1024px) {
  .mindray-product-specs-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .mindray-product-specs-grid {
    gap: 18px;
  }

  .mindray-product-spec-card {
    border-radius: 12px;
  }

  .mindray-product-spec-card__title {
    padding: 18px 18px 14px;
    font-size: 18px;
  }

  .mindray-product-spec-card__row {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .mindray-product-spec-card__name,
  .mindray-product-spec-card__value {
    padding: 12px 14px;
    font-size: 14px;
  }

  .mindray-product-spec-card__name {
    border-right: none;
    border-bottom: 1px solid #e5e9f0;
    background: #fafbfc;
  }
}

@media (max-width: 1400px) {
  .mindray-product-title {
    font-size: 52px;
  }

  .mindray-product-price__current {
    font-size: 38px;
  }

  .mindray-related-products__title {
    font-size: 44px;
  }
}

@media (max-width: 1024px) {
  .mindray-product-hero__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .mindray-product-summary {
    padding-top: 0;
  }

  .mindray-product-purchase-bar__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .mindray-product-buy {
    width: 100%;
    justify-content: space-between;
  }

  .mindray-related-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .mindray-product-hero {
    padding: 28px 0 22px;
  }

  .mindray-product-title {
    font-size: 34px;
    margin-bottom: 14px;
  }

  .mindray-product-short-description {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 24px;
  }

  .mindray-product-options__title {
    font-size: 22px;
    margin-bottom: 14px;
  }

  .mindray-product-option {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px;
    border-radius: 14px;
  }

  .mindray-product-option__name {
    font-size: 18px;
  }

  .mindray-product-option__text {
    font-size: 14px;
  }

  .mindray-product-option__price {
    font-size: 26px;
  }

  .mindray-product-purchase-bar {
    padding: 18px 0;
  }

  .mindray-product-benefits {
    gap: 14px;
  }

  .mindray-product-benefit {
    font-size: 14px;
  }

  .mindray-product-buy {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .mindray-product-price__old {
    font-size: 16px;
  }

  .mindray-product-price__current {
    font-size: 28px;
  }

  .mindray-product-buy__button {
    width: 100%;
    min-width: 0;
  }

  .mindray-product-tabs-section {
    padding: 32px 0 20px;
  }

  .mindray-product-tabs {
    gap: 28px;
    margin-bottom: 22px;
  }

  .mindray-product-tab {
    font-size: 18px;
    padding-bottom: 14px;
  }

  .mindray-product-description {
    font-size: 14px;
    line-height: 1.7;
  }

  .mindray-related-products {
    padding: 28px 0 50px;
  }

  .mindray-related-products__title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .mindray-related-products__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .mindray-related-card__image-wrap {
    height: 240px;
  }

}

/* Product PAge END */

@media (min-width: 768px) {
    .mindray-header {
        display: block;
    }

    .mindray-mobile-header,
    .mindray-mobile-menu {
        display: none;
    }
}

@media (max-width: 767px) {
    .mindray-header {
        display: none;
    }

    .mindray-mobile-header {
        display: block;
    }

    .mindray-topline {
        font-size: 15px;
    }

    .mindray-topline__text {
        padding: 14px 0;
    }
}

@media (max-width: 991px) {
    .mindray-promo__inner {
        min-height: 420px;
        background-position: center right;
    }

    .mindray-promo__content {
        max-width: 100%;
        padding: 36px 24px;
    }

    .mindray-promo__title {
        font-size: 34px;
    }
}

@media (max-width: 991px) {
    .mindray-header__row {
        flex-direction: column;
        justify-content: center;
        padding: 18px 0;
    }

    .mindray-header__nav,
    .mindray-header__call {
        justify-content: center;
        flex: unset;
    }

    .mindray-hero__title {
        font-size: 42px;
    }

    .mindray-section-title,
    .mindray-promo__title,
    .mindray-card__title {
        font-size: 32px;
    }

    .mindray-grid {
        grid-template-columns: 1fr;
    }

    .mindray-promo__inner {
        flex-direction: column;
    }

    .mindray-promo__content,
    .mindray-promo__image {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .mindray-header__nav {
        flex-wrap: wrap;
        gap: 14px;
    }

    .mindray-header__nav a,
    .mindray-header__call {
        font-size: 15px;
    }

    .mindray-hero__title {
        font-size: 42px;
    }

    .mindray-hero__subtitle,
    .mindray-promo__text,
    .mindray-card__text {
        font-size: 16px;
    }

    .mindray-section-title {
        font-size: 38px;
    }

    .mindray-card__content {
        padding: 0 18px 18px;
    }

        .mindray-promo {
        padding: 40px 0 56px;
    }

    .mindray-promo__inner {
        min-height: 760px;
        border-radius: 20px;
        background:
            linear-gradient(
                180deg,
                rgba(10, 10, 10, 0.82) 0%,
                rgba(8, 8, 8, 0.68) 30%,
                rgba(6, 6, 6, 0.26) 58%,
                rgba(6, 6, 6, 0.18) 100%
            ),
            url('../image/mindray/promo-device.png') center bottom / cover no-repeat;
    }

    .mindray-promo__content {
        max-width: 100%;
        padding: 38px 28px 34px;
    }

    .mindray-promo__brand {
        font-size: 22px;
        margin-bottom: 50px;
    }

    .mindray-promo__title {
        max-width: 320px;
        font-size: 34px;
        line-height: 1.12;
        margin: 0 0 18px;
    }

    .mindray-promo__text {
        max-width: 320px;
        font-size: 14px;
        line-height: 1.45;
        margin: 0 0 24px;
        color: rgba(255, 255, 255, 0.82);
    }

    .mindray-promo .mindray-btn {
        min-height: 54px;
        padding: 0 28px;
        font-size: 16px;
    }

    .mindray-promo__dots {
        margin-top: 26px;
        gap: 10px;
    }

    .mindray-promo__dots span {
        width: 9px;
        height: 9px;
    }

    .mindray-footer__top {
        min-height: unset;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
        gap: 16px;
    }

    .mindray-footer__bottom-row {
        align-items: flex-start;
    }
}