.yc-text_variant_display-1 {
  font-size: var(--yc-text-display-1-font-size);
  line-height: var(--yc-text-display-1-line-height);
  font-weight: var(--yc-text-display-font-weight);
}
.yc-text_variant_display-2 {
  font-size: var(--yc-text-display-2-font-size);
  line-height: var(--yc-text-display-2-line-height);
  font-weight: var(--yc-text-display-font-weight);
}
.yc-text_variant_display-3 {
  font-size: var(--yc-text-display-3-font-size);
  line-height: var(--yc-text-display-3-line-height);
  font-weight: var(--yc-text-display-font-weight);
}
.yc-text_variant_display-4 {
  font-size: var(--yc-text-display-4-font-size);
  line-height: var(--yc-text-display-4-line-height);
  font-weight: var(--yc-text-display-font-weight);
}
.yc-text_variant_code-1 {
  font-family: var(--yc-text-code-font-family);
  font-size: var(--yc-text-code-1-font-size);
  line-height: var(--yc-text-code-1-line-height);
  font-weight: var(--yc-text-code-font-weight);
}
.yc-text_variant_code-2 {
  font-family: var(--yc-text-code-font-family);
  font-size: var(--yc-text-code-2-font-size);
  line-height: var(--yc-text-code-2-line-height);
  font-weight: var(--yc-text-code-font-weight);
}
.yc-text_variant_code-3 {
  font-family: var(--yc-text-code-font-family);
  font-size: var(--yc-text-code-3-font-size);
  line-height: var(--yc-text-code-3-line-height);
  font-weight: var(--yc-text-code-font-weight);
}
.yc-text_variant_code-inline-1 {
  font-family: var(--yc-text-code-font-family);
  font-size: var(--yc-text-code-inline-1-font-size);
  line-height: var(--yc-text-code-inline-1-line-height);
  font-weight: var(--yc-text-code-font-weight);
}
.yc-text_variant_code-inline-2 {
  font-family: var(--yc-text-code-font-family);
  font-size: var(--yc-text-code-inline-2-font-size);
  line-height: var(--yc-text-code-inline-2-line-height);
  font-weight: var(--yc-text-code-inline-font-weight);
}
.yc-text_variant_code-inline-3 {
  font-family: var(--yc-text-code-font-family);
  font-size: var(--yc-text-code-inline-3-font-size);
  line-height: var(--yc-text-code-inline-3-line-height);
  font-weight: var(--yc-text-code-font-weight);
}
.yc-text_variant_body-1 {
  font-size: var(--yc-text-body-1-font-size);
  line-height: var(--yc-text-body-1-line-height);
  font-weight: var(--yc-text-body-font-weight);
}
.yc-text_variant_body-2 {
  font-size: var(--yc-text-body-2-font-size);
  line-height: var(--yc-text-body-2-line-height);
  font-weight: var(--yc-text-body-font-weight);
}
.yc-text_variant_body-3 {
  font-size: var(--yc-text-body-3-font-size);
  line-height: var(--yc-text-body-3-line-height);
  font-weight: var(--yc-text-body-font-weight);
}
.yc-text_variant_body-short {
  font-size: var(--yc-text-body-short-font-size);
  line-height: var(--yc-text-body-short-line-height);
  font-weight: var(--yc-text-body-font-weight);
}
.yc-text_variant_caption-1 {
  font-size: var(--yc-text-caption-1-font-size);
  line-height: var(--yc-text-caption-1-line-height);
  font-weight: var(--yc-text-caption-font-weight);
}
.yc-text_variant_caption-2 {
  font-size: var(--yc-text-caption-2-font-size);
  line-height: var(--yc-text-caption-2-line-height);
  font-weight: var(--yc-text-caption-font-weight);
}
.yc-text_variant_header-1 {
  font-size: var(--yc-text-header-1-font-size);
  line-height: var(--yc-text-header-1-line-height);
  font-weight: var(--yc-text-header-font-weight);
}
.yc-text_variant_header-2 {
  font-size: var(--yc-text-header-2-font-size);
  line-height: var(--yc-text-header-2-line-height);
  font-weight: var(--yc-text-header-font-weight);
}
.yc-text_variant_subheader-1 {
  font-size: var(--yc-text-subheader-1-font-size);
  line-height: var(--yc-text-subheader-1-line-height);
  font-weight: var(--yc-text-subheader-font-weight);
}
.yc-text_variant_subheader-2 {
  font-size: var(--yc-text-subheader-2-font-size);
  line-height: var(--yc-text-subheader-2-line-height);
  font-weight: var(--yc-text-subheader-font-weight);
}
.yc-text_variant_subheader-3 {
  font-size: var(--yc-text-subheader-3-font-size);
  line-height: var(--yc-text-subheader-3-line-height);
  font-weight: var(--yc-text-subheader-font-weight);
}
.yc-text_ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yc-text_ws_nowrap {
  white-space: nowrap;
}
.yc-text_ws_break-spaces {
  white-space: break-spaces;
}
.yc-text_wb_break-all {
  word-break: break-all;
}
.yc-color-text_color_primary {
  color: var(--yc-color-text-primary);
}
.yc-color-text_color_complementary {
  color: var(--yc-color-text-complementary);
}
.yc-color-text_color_secondary {
  color: var(--yc-color-text-secondary);
}
.yc-color-text_color_hint {
  color: var(--yc-color-text-hint);
}
.yc-color-text_color_info {
  color: var(--yc-color-text-info);
}
.yc-color-text_color_info-heavy {
  color: var(--yc-color-text-info-heavy);
}
.yc-color-text_color_positive {
  color: var(--yc-color-text-positive);
}
.yc-color-text_color_positive-heavy {
  color: var(--yc-color-text-positive-heavy);
}
.yc-color-text_color_warning {
  color: var(--yc-color-text-warning);
}
.yc-color-text_color_warning-heavy {
  color: var(--yc-color-text-warning-heavy);
}
.yc-color-text_color_danger {
  color: var(--yc-color-text-danger);
}
.yc-color-text_color_danger-heavy {
  color: var(--yc-color-text-danger-heavy);
}
.yc-color-text_color_utility {
  color: var(--yc-color-text-utility);
}
.yc-color-text_color_utility-heavy {
  color: var(--yc-color-text-utility-heavy);
}
.yc-color-text_color_misc {
  color: var(--yc-color-text-misc);
}
.yc-color-text_color_misc-heavy {
  color: var(--yc-color-text-misc-heavy);
}
.yc-color-text_color_special {
  color: var(--yc-color-text-special);
}
.yc-color-text_color_link {
  color: var(--yc-color-text-link);
}
.yc-color-text_color_link-hover {
  color: var(--yc-color-text-link-hover);
}
.yc-color-text_color_link-visited {
  color: var(--yc-color-text-link-visited);
}
.yc-color-text_color_link-visited-hover {
  color: var(--yc-color-text-link-visited-hover);
}
.yc-color-text_color_yandex-red {
  color: var(--yc-color-text-yandex-red);
}
.yc-color-text_color_dark-primary {
  color: var(--yc-color-text-dark-primary);
}
.yc-color-text_color_dark-complementary {
  color: var(--yc-color-text-dark-complementary);
}
.yc-color-text_color_dark-secondary {
  color: var(--yc-color-text-dark-secondary);
}
.yc-color-text_color_light-primary {
  color: var(--yc-color-text-light-primary);
}
.yc-color-text_color_light-complementary {
  color: var(--yc-color-text-light-complementary);
}
.yc-color-text_color_light-secondary {
  color: var(--yc-color-text-light-secondary);
}
.yc-color-text_color_light-hint {
  color: var(--yc-color-text-light-hint);
}
.yc-color-text_color_inverted-primary {
  color: var(--yc-color-text-inverted-primary);
}
.yc-color-text_color_inverted-complementary {
  color: var(--yc-color-text-inverted-complementary);
}
.yc-color-text_color_inverted-secondary {
  color: var(--yc-color-text-inverted-secondary);
}
.yc-color-text_color_inverted-hint {
  color: var(--yc-color-text-inverted-hint);
}
[class].Text {
    --wm-text-promo-title-font-size: 28px;
    --wm-text-promo-title-line-height: 33px;
    --wm-text-page-title-font-size: 22px;
    --wm-text-page-title-line-height: 27px;
    --wm-text-subtitle-font-size: 18px;
    --wm-text-subtitle-line-height: 23px;
    --wm-text-text-font-size: 15px;
    --wm-text-text-line-height: 21px;
    --wm-text-disclaimer-font-size: 13px;
    --wm-text-disclaimer-line-height: 19px;
}

    @media screen and (max-width: 768px) {[class].Text {
        --wm-text-promo-title-font-size: 26px;
        --wm-text-promo-title-line-height: 30px;
        --wm-text-page-title-font-size: 21px;
        --wm-text-page-title-line-height: 24px;
        --wm-text-subtitle-font-size: 18px;
        --wm-text-subtitle-line-height: 23px;
        --wm-text-text-font-size: 16px;
        --wm-text-text-line-height: 22px;
        --wm-text-disclaimer-font-size: 12px;
        --wm-text-disclaimer-line-height: 16px
}
    }

    [class].Text_variant_promo-title {
            font-weight: var(--typography-font-weight-bold);
            font-size: var(--wm-text-promo-title-font-size);
            line-height: var(--wm-text-promo-title-line-height);
        }

    [class].Text_variant_page-title {
            font-weight: var(--typography-font-weight-bold);
            font-size: var(--wm-text-page-title-font-size);
            line-height: var(--wm-text-page-title-line-height);
        }

    [class].Text_variant_subtitle {
            font-weight: var(--typography-font-weight-bold);
            font-size: var(--wm-text-subtitle-font-size);
            line-height: var(--wm-text-subtitle-line-height);
        }

    [class].Text_variant_text {
            font-weight: var(--typography-font-weight-regular);
            font-size: var(--wm-text-text-font-size);
            line-height: var(--wm-text-text-line-height);
        }

    [class].Text_variant_disclaimer {
            font-weight: var(--typography-font-weight-regular);
            font-size: var(--wm-text-disclaimer-font-size);
            line-height: var(--wm-text-disclaimer-line-height);
        }

.BrowserUpdater {
    position: relative;
    z-index: 100502;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    height: 204px;
    min-height: 204px;
    max-height: 204px;

    background-color: #f1f0ec;
}

    .BrowserUpdater-List {
        display: flex;

        margin-bottom: 10px;
    }

    .BrowserUpdater-ListItem {
        padding: 14px;
    }

    .BrowserUpdater-Link {
        display: block;

        width: 150px;
        height: 120px;
        padding-top: 10px;

        text-align: center;

        background-color: #fff;
    }

    .BrowserUpdater-BrowserIcon {
        width: 67px;
        height: 65px;
        margin: 10px auto;

        background-image: url(//yastatic.net/s3/webmaster/webmaster/_/k7Apgav9.jpg);
        background-repeat: no-repeat;
        background-position: 0 0;
    }

    .BrowserUpdater-BrowserIcon_name_yandex {
            background-position: -195px 0;
        }

    .BrowserUpdater-BrowserIcon_name_ie {
            background-position: -130px 0;
        }

    .BrowserUpdater-BrowserIcon_name_opera {
            background-position: -65px 0;
        }

    .BrowserUpdater-Close {
        position: absolute;
        top: 12px;
        right: 12px;

        cursor: pointer;

        color: #999;
    }

    .BrowserUpdater.Hidden {
        display: none;
    }

/* common */
.Link_view_default {
    color: var(--link-view-default-typo-color-base);

    transition: color .15s linear;
}
/* disable */
.Link_view_default[aria-disabled='true'] {
    color: var(--link-view-default-typo-color-disabled);
}

.Link {
    text-decoration: none;

    outline: 0;

    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.Link[aria-disabled='true'] {
    pointer-events: none;
}

/* hover */
.Link_view_default:not([aria-disabled='true']):hover {
    color: var(--link-view-default-typo-color-hovered);
}
/* focus */
.utilityfocus .Link:focus {
    outline: 2px solid var(--link-view-default-outline-color);
}

.Link {
    cursor: pointer;
}

.Link[aria-disabled='true'] {
    cursor: default;
}

.Icon_hasGlyph {
    position: relative;
}

.Icon_hasGlyph svg {
    position: absolute;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);
}

/* stylelint-disable selector-max-universal */

.Icon_hasGlyph svg,
.Icon_hasGlyph svg * {
    fill: currentColor;
}

.Icon_glyph_type-close svg {
    width: 10px;
    height: 10px;
}

.Icon {
    display: inline-block;

    background-repeat: no-repeat;
    background-position: 50%;
}

/**
 * Для правильного позиционирования относительно baseline.
 * Плюс высота блока начинает определяться по унаследованному line-height.
 */

.Icon::after {
    visibility: hidden;

    content: '\00A0';
}

.AppRoot-Content {
    height: 100%;
}

