

/* Start:/local/templates/ismart/components/bitrix/main.include/mainpage_heading/style.css?17751308131721*/
.heading {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        font-size: 1rem;
        gap: 16px;
        margin-bottom: 4rem;
    }

    .heading h1 {
        font-size: 1em;
        font-weight: 300;
        width: 100%;
        line-height: 1.5em;
    }
    .heading h1 .h1-line1 {
        font-size: 1em;
        display: block;
        padding-bottom: 0.2em;
        white-space: nowrap;
    }
    .heading h1 .h1-line2 {
        font-size: 2.2em;
        display: block;
        padding-bottom: 0.2em;
        white-space: nowrap;
    }
    .heading h1 .h1-line3 {
        font-size: 1.5em;
        display: block;
        padding-bottom: 0.2em;
        color: rgb(170, 170, 170);
        white-space: nowrap;
    }

    .heading-logotypes {
        display: flex;
        gap: 24px;
        width: 100%;
    }
    .logotype-box {
        border: 2px solid;
        padding: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100px;
        box-sizing: border-box;
        min-width: 100px;
        border-radius: 16px;
        border-color: rgb(200, 200, 200);
    }
    .logotype-box.apple {
        padding-top: 12px;
    }

    .logotype-box img {
        width: auto;
        height: 50px;
    }
    @media screen and (min-width: 640px) {
        .heading {
            font-size: 1.5rem;
        }
    }
    @media screen and (min-width: 770px) {
        .heading {
            font-size: 2rem;
        }
    }
    @media screen and (min-width: 1024px) {
        .heading {
            flex-wrap: nowrap;
            gap: 10%;
        }
        .heading h1, .heading-logotypes {
            width: auto;
        }
    }
/* End */


/* Start:/local/templates/ismart/components/bitrix/catalog.item/product-card/style.css?1741167618132*/
.catalog_item {
    position: relative;
}
.akcii-shield {
    position: absolute;
    top: 16px;
    right: 32px;
    z-index: 10;
}
/* End */
/* /local/templates/ismart/components/bitrix/main.include/mainpage_heading/style.css?17751308131721 */
/* /local/templates/ismart/components/bitrix/catalog.item/product-card/style.css?1741167618132 */
