/* FONTS */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.eot");
    src: local("Roboto Medium"), local("Roboto-Medium"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.eot?#iefix") format("embedded-opentype"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.woff2") format("woff2"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.woff") format("woff"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.ttf") format("truetype"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.svg#Roboto") format("svg");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.eot");
    src: local("Roboto"), local("Roboto-Regular"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.eot?#iefix") format("embedded-opentype"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.woff2") format("woff2"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.woff") format("woff"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.ttf") format("truetype"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.svg#Roboto") format("svg");
}
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-italic.eot");
    src: local("Roboto italic"), local("Roboto-italic"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-italic.eot?#iefix") format("embedded-opentype"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-italic.woff2") format("woff2"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-italic.woff") format("woff"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-italic.ttf") format("truetype"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-italic.svg#Roboto") format("svg");
}

@supports (-ms-ime-align:auto) {
    html {
        overflow: hidden;
        height: 100%;
    }
    body {
        overflow: auto;
        height: 100%;
        position: relative;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    html {
        overflow: hidden;
        height: 100%;
    }
    body {
        overflow: auto;
        height: 100%;
    }
}

:root {
    --article-accent-color: #0f74d1;
    --article-additional-color: #f0f0f0;
    --article-special-color: #f1f7ff;
    --article-border-color: #888888;
    --article-background-color: #ffffff;
    --article-text-color: #222222;
    --article-button-color: #222222;
    --article-link-color: #222222;
    --article-hover-color: #dfedff;
    --article-error-color: #d50c16;
}

/* COMMON */
.af-page.af-page-customers {
    display: block;
    width: 100%;
    height: auto;
    text-align: left;
    line-height: 1.3;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    color: var(--article-text-color);
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}
.app__main .af-page.af-page-customers {
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
}
.main .af-page.af-page-customers {
    font-size: 16px;
}
.app__main .af-page.af-page-customers {
    font-size: 32px;
}
.af-page-customers strong {
    font-weight: 500;
    text-align: left;
    letter-spacing: normal;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}
.af-page-customers hr {
    width: 100%;
    color: var(--article-border-color);
    background-color: var(--article-border-color);
}
.af-page-customers a {
    text-align: left;
    text-decoration: none;
    letter-spacing: normal;
    color: var(--article-accent-color);
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}
.af-page-customers .af-page-colored {
    color: var(--article-accent-color);
}
.af-page-customers .af-page-heading {
    display: block;
    width: 100%;
    height: auto;
    font-weight: 500;
    text-align: left;
    letter-spacing: normal;
    color: var(--article-text-color);
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}
.main .af-page-customers .af-page-heading {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 32px;
}
.app__main .af-page-customers .af-page-heading {
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 60px;
}
.af-page-customers .af-page-section {
    display: flex;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
}
.main .af-page-customers .af-page-section {
    gap: 12px;
    margin-bottom: 32px;
}
.app__main .af-page-customers .af-page-section {
    gap: 24px;
    margin-bottom: 40px;
}
.app__main .af-page-customers .af-page-section {
    margin-bottom: 60px;
}
.af-page-customers .af-page-title {
    display: block;
    width: 100%;
    height: auto;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
    letter-spacing: normal;
    color: var(--article-text-color);
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    margin: 0;
    /* text-align: center; */
    /* color: var(--article-background-color); */
    /* background-color: var(--article-accent-color); */
}
.main .af-page-customers .af-page-title {
    font-size: 20px;
    /* padding: 16px;
    border-radius: 8px 8px 8px 0; */
}
.app__main .af-page-customers .af-page-title {
    font-size: 28px;
    /* padding: 24px 28px; */
    /* border-radius: 24px 24px 24px 0; */
}
.af-page-customers .af-page-subtitle {
    display: block;
    width: 100%;
    height: auto;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
    letter-spacing: normal;
    color: var(--article-text-color);
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    margin: 0;
}
.main .af-page-customers .af-page-subtitle {
    font-size: 20px;
}
.app__main .af-page-customers .af-page-subtitle {
    font-size: 36px;
}
.af-page-customers .af-page-container {
    display: flex;
    width: 100%;
    height: auto;
    border: 1px solid var(--article-text-color);
    box-sizing: border-box;
    flex-wrap: wrap;
}
.main .af-page-customers .af-page-container {
    border-radius: 0 8px 8px 8px;
    padding: 24px;
    gap: 16px;
}
.app__main .af-page-customers .af-page-container {
    border-radius: 0 24px 24px 24px;
    padding: 32px;
    gap: 32px;
}
.af-page-customers .af-page-container .af-page-image {
    display: block;
}
.main .af-page-customers .af-page-container .af-page-image {
    width: 140px;
}
.main .af-page-customers .af-page-container .af-page-image:not(.af-discounts-image) {
    height: 140px;
}
.app__main .af-page-customers .af-page-container .af-page-image {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.af-page-customers .af-page-container .af-page-image:not(.af-discounts-image) img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.main .af-page-customers .af-page-container .af-page-image + * {
    width: calc(100% - 156px);
}
.af-page-customers .af-page-text {
    display: block;
    width: 100%;
    height: auto;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    letter-spacing: normal;
    color: var(--article-text-color);
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    margin: 0;
}
.main .af-page-customers .af-page-text {
    font-size: 16px;
}
.app__main .af-page-customers .af-page-text {
    font-size: 28px;
}
.af-page-customers .af-page-container {
    display: flex;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
}

/* NAVIGATION */
.af-page-customers .af-navigation {
    display: flex;
    height: auto;
}
.main .af-page-customers .af-navigation {
    width: 100%;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}
.app__main .af-page-customers .af-navigation {
    width: calc(100% + 40px);
    margin-bottom: 36px;
    padding-bottom: 8px;
    box-sizing: border-box;
    gap: 24px;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow: auto;
}
.af-page-customers .af-navigation-link {
    display: block;
    width: auto;
    max-width: 100%;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    font-style: normal;
    text-decoration: none;
    letter-spacing: normal;
    color: var(--article-accent-color);
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    background-color: var(--article-special-color)
}
.main .af-page-customers .af-navigation-link {
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 4px;
    transition: 100ms ease;
}
.main .af-page-customers .af-navigation-link:hover {
    background-color: var(--article-hover-color);
}
.app__main .af-page-customers .af-navigation-link {
    min-width: auto;
    font-size: 24px;
    white-space: nowrap;
    padding: 16px 24px;
    border-radius: 8px;
}

/* DISCOUNTS */
.af-page-customers .af-discounts-image {
    text-align: center;
    height: auto;
}
.af-page-customers .af-discounts .af-page-image img {
    width: 100%;
    height: auto;
    border: 1px solid var(--article-border-color);
}
.main .af-page-customers .af-discounts .af-page-image img {
    border-radius: 8px;
}
.app__main .af-page-customers .af-discounts .af-page-image img {
    border-radius: 12px;
}
.af-page-customers .af-discounts .af-page-image span {
    display: block;
    height: auto;
    color: var(--article-background-color);
    background-color: var(--article-accent-color);
}
.main .af-page-customers .af-discounts .af-page-image span {
    padding: 4px;
    border-radius: 8px;
    transition: 100ms ease;
}
.main .af-page-customers .af-discounts .af-page-image:hover span {
    color: var(--article-accent-color);
    background-color: var(--article-hover-color);
}
.app__main .af-page-customers .af-discounts .af-page-image span {
    padding: 8px;
    border-radius: 12px;
    margin-top: 16px;
}
.af-page-customers .af-discounts-text a {
    font-weight: 500;
}

/* WARNINGS */
.af-page-customers .af-warnings-container {
    border-color: var(--article-error-color);
}
.af-page-customers .af-warnings-container .af-page-colored {
    color: var(--article-error-color);
}

/* DETAILS */
.af-page-customers .af-details-list {
    display: flex;
    width: 100%;
    height: auto;
    padding: 0;
    list-style-type: none;
    flex-wrap: wrap;
}
.main .af-page-customers .af-details-subtitle {
    max-width: calc(100% - 156px);
    margin-left: auto;
}
.main .af-page-customers .af-details-list {
    max-width: calc(100% - 156px);
    margin-left: auto;
    gap: 8px;
}
.app__main .af-page-customers .af-details-list {
    gap: 16px;
}
.af-page-customers .af-details-list li {
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    letter-spacing: normal;
    color: var(--article-text-color);
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    background-color: var(--article-additional-color);
}
.main .af-page-customers .af-details-list li {
    font-size: 16px;
    padding: 8px 24px;
}
.app__main .af-page-customers .af-details-list li {
    font-size: 24px;
    padding: 16px 24px;
}