.mini-suggest__popup {
    color: #000;
    display: none;
    position: absolute;
    top: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mini-suggest__popup:before {
    border-radius: .1px;
    bottom: 0;
    box-shadow: 0 8px 25px -5px rgba(0,0,0,.25);
    height: 50%
}

.mini-suggest__popup:after,.mini-suggest__popup:before {
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1
}

.mini-suggest__popup:after {
    background: var(--suggest-color-g-bg-primary);
    height: 100%;
    top: 0
}

.mini-suggest__popup_visible {
    display: block
}

.mini-suggest__popup-content {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0
}

.mini-suggest__popup-content:before {
    top: 0
}

.mini-suggest__item {
    box-sizing: border-box;
    display: block
}

.mini-suggest__item-link {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: var(--suggest-color-g-transparent);
    color: #000;
    color: var(--suggest-color-g-text-primary);
    display: block;
    outline: none;
    text-decoration: none
}

.mini-suggest__item-title {
    display: block;
    white-space: normal
}

.mini-suggest__item_type_nav .mini-suggest__item-title,.mini-suggest__item_type_nav .mini-suggest__item-title:active {
    color: navy;
    color: var(--suggest-color-g-link)
}

.mini-suggest__item-info {
    box-sizing: border-box;
    color: rgba(84,96,122,.68);
    color: var(--suggest-color-g-text-quaternary);
    display: inline-block;
    margin-right: 4px;
    margin-top: 2px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap
}

.mini-suggest__item_type_nav .mini-suggest__item-info {
    color: #006000;
    color: var(--suggest-color-g-greenurl)
}

.mini-suggest__item * {
    pointer-events: none
}

.mini-suggest__item-button,.mini-suggest__item-link {
    pointer-events: all
}

.mini-suggest__item-button {
    opacity: .2;
    position: absolute;
    right: 0;
    top: 0
}

.mini-suggest__item-icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle
}

.mini-suggest__item-icon_size_s {
    height: 16px;
    width: 16px
}

.mini-suggest__popup_disabled {
    pointer-events: none
}

.mini-suggest__popup:after {
    background: #fff;
    background: var(--suggest-color-g-bg-secondary)
}

.mini-suggest__item {
    cursor: pointer
}

.mini-suggest__item_selected_yes {
    background-color: #ffeba0;
    background-color: var(--suggest-color-g-item-selected)
}

.mini-suggest__item_inline .mini-suggest__item-content[class] {
    align-items: center;
    display: flex
}

.mini-suggest__item_inline .mini-suggest__item-title {
    display: inline-block;
    vertical-align: bottom
}

.mini-suggest__item_inline .mini-suggest__item-info {
    flex-shrink: 0;
    margin: 0 0 0 4px
}

.mini-suggest__item-button {
    height: 32px;
    width: 32px
}

.mini-suggest__item_type_fact:not(.mini-suggest__item_inline) .mini-suggest__item-title,.mini-suggest__item_type_nav .mini-suggest__item-title {
    font-weight: 700
}

.mini-suggest__item_type_fact:not(.mini-suggest__item_inline) .mini-suggest__item-title {
    color: #000;
    color: var(--suggest-color-g-text-primary)
}

.mini-suggest__item_type_fact:not(.mini-suggest__item_inline),.mini-suggest__item_type_nav:not(.mini-suggest__item_inline) .mini-suggest__item-link {
    line-height: 24px;
    padding-bottom: 12px;
    padding-top: 12px
}

.mini-suggest__item-button:hover {
    opacity: 1
}

.mini-suggest__item-icon_size_l {
    height: 28px;
    margin: 0 5px;
    vertical-align: middle;
    width: 32px
}

.mini-suggest__item-icon_size_m {
    height: 22px;
    margin: 0 9px;
    width: 22px
}

.mini-suggest__item-icon_size_s {
    margin: 0 9px
}

.mini-suggest__item_type_nav .mini-suggest__item-info {
    font-size: 14px;
    font-weight: 700
}

.mini-suggest,.mini-suggest__overlay,.mini-suggest__popup,.mini-suggest__popup-container {
    --suggest-color-g-text-primary: #000;
    --suggest-color-g-bg-primary: #fff;
    --suggest-color-g-transparent: transparent;
    --suggest-color-g-link: navy;
    --suggest-color-g-text-quaternary: rgba(84,96,122,.68);
    --suggest-color-g-greenurl: #006000;
    --suggest-color-g-overlay: rgba(0,0,0,.4);
    --suggest-color-g-image-fill: rgba(0,0,0,.03);
    --suggest-color-g-bg-secondary: #fff;
    --suggest-color-g-item-selected: #ffeba0;
    --suggest-color-g-control-text: #000;
    --suggest-color-g-control-primary: #fc0;
    --suggest-color-g-text-tertiary: rgba(62,70,94,.8);
    --suggest-color-g-bg-label: #f9fafb;
    --suggest-color-g-bg-warning: #f3f4f6;
    --suggest-color-g-bg-label-selected: #f1de9b;
    --suggest-color-g-fill-05: rgba(7,28,71,.05)
}

.mini-suggest__overlay_theme-color_dark,.mini-suggest__popup-container_theme-color_dark,.mini-suggest__popup_theme-color_dark,.mini-suggest_theme-color_dark {
    --suggest-color-g-text-primary: #fff;
    --suggest-color-g-bg-primary: #18181a;
    --suggest-color-g-transparent: transparent;
    --suggest-color-g-link: #8bb4dd;
    --suggest-color-g-text-quaternary: hsla(0,0%,100%,.45);
    --suggest-color-g-greenurl: hsla(0,0%,100%,.87);
    --suggest-color-g-overlay: rgba(0,0,0,.7);
    --suggest-color-g-image-fill: hsla(0,0%,100%,.06);
    --suggest-color-g-bg-secondary: #222224;
    --suggest-color-g-item-selected: hsla(0,0%,100%,.1);
    --suggest-color-g-control-text: #000;
    --suggest-color-g-control-primary: #fdde55;
    --suggest-color-g-text-tertiary: hsla(0,0%,100%,.6);
    --suggest-color-g-bg-label: hsla(0,0%,100%,.05);
    --suggest-color-g-bg-warning: hsla(0,0%,100%,.05);
    --suggest-color-g-bg-label-selected: hsla(0,0%,100%,.05);
    --suggest-color-g-fill-05: hsla(0,0%,100%,.05)
}

.mini-suggest__popup {
    font-size: 1.23em;
    line-height: 1.76;
    width: 100%;
    z-index: 1
}

.mini-suggest__popup:before {
    background: var(--suggest-color-g-bg-primary);
    height: 100%
}

.mini-suggest__popup {
    color: var(--suggest-color-g-text-primary);
    font-size: .9rem;
    padding-bottom: 1rem;
    z-index: 1001
}

.mini-suggest__popup.mini-suggest__popup {
    margin-top: .2rem
}

.mini-suggest__popup.mini-suggest__popup .mini-suggest__item:not(.mini-suggest__item_type_nav),.mini-suggest__popup.mini-suggest__popup .mini-suggest__item_type_nav .mini-suggest__item-link {
    border-radius: .4rem;
    margin-left: 0;
    margin-right: 0;
    padding-left: .4rem
}

.mini-suggest__popup:after {
    background-color: var(--suggest-color-g-bg-primary);
    height: calc(100% - 1rem)
}

.mini-suggest__overlay {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: var(--suggest-color-g-transparent);
    background: #fff;
    background: var(--suggest-color-g-bg-primary);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .2s ease-out;
    visibility: hidden;
    width: 100%;
    z-index: 1
}

.mini-suggest__overlay_visible {
    opacity: 1;
    visibility: visible
}

.mini-suggest__overlay {
    background-color: rgba(0,0,0,.4);
    background-color: var(--suggest-color-g-overlay);
    cursor: pointer;
    height: 100vh;
    position: fixed
}

.mini-suggest__popup_theme-color_dark .mini-suggest__item-mark_type_yaservice {
    background-image: url(https://yastatic.net/s3/home-static/_/c1/c15bc057dbc3b71b9a020bc4ef155177.svg)
}

.mini-suggest__popup_theme-color_dark.mini-suggest__popup_svg_no .mini-suggest__item-mark_type_yaservice {
    background-image: url(dev/harakatda180220204barchasinitopadi.png)
}

.mini-suggest__popup_theme-color_dark .mini-suggest__item-mark_type_verified {
    background-image: url(https://yastatic.net/s3/home-static/_/aa/aa50e6f7dfb768ce7d590fbea1b9d946.svg)
}

.mini-suggest__popup_theme-color_dark.mini-suggest__popup_svg_no .mini-suggest__item-mark_type_verified {
    background-image: url(https://yastatic.net/s3/home-static/_/66/6665dd8b082482d12b6161173b83db2d.png)
}

.mini-suggest__popup_theme-color_dark .mini-suggest__item-mark_type_shield {
    background-image: url(https://yastatic.net/s3/home-static/_/00/00a1ad34e4cd7518744c2d6ab4a72954.svg)
}

.mini-suggest__popup_theme-color_dark.mini-suggest__popup_svg_no .mini-suggest__item-mark_type_shield {
    background-image: url(https://yastatic.net/s3/home-static/_/81/813fd1f293dc4840e6e6a81b9088bff8.png)
}

.mini-suggest__popup_theme-color_dark .mini-suggest__arrow {
    background-image: url(https://yastatic.net/s3/home-static/_/7e/7e3bb4bc45d9b5cca6231ee1bec575ea.svg)
}

.mini-suggest__popup_theme-color_dark .mini-suggest__delete {
    background-image: url(https://yastatic.net/s3/home-static/_/80/8054f4b336005d0e23d79a1d4fc11603.svg)
}

.mini-suggest__popup_theme-color_dark.mini-suggest__popup_theme_tile .mini-suggest__arrow {
    background-image: url(https://yastatic.net/s3/home-static/_/f6/f6f202b049e089f999d0b8b8ef23ffa6.svg)
}

.mini-suggest__popup_theme-color_dark.mini-suggest__popup_theme_tile .mini-suggest__delete {
    background-image: url(https://yastatic.net/s3/home-static/_/75/7558ae001b8670c38f7afdeec0569b14.svg)
}

.mini-suggest__popup_theme-color_dark.mini-suggest__popup_theme_tile .mini-suggest__arrow:after {
    background-image: url(https://yastatic.net/s3/home-static/_/7e/7e3bb4bc45d9b5cca6231ee1bec575ea.svg)
}

.mini-suggest__popup_theme-color_dark.mini-suggest__popup_theme_tile .mini-suggest__delete:after {
    background-image: url(https://yastatic.net/s3/home-static/_/80/8054f4b336005d0e23d79a1d4fc11603.svg)
}

.mini-suggest__popup_theme-color_dark .mini-suggest__item-thumb_icon_fulltext,.mini-suggest__popup_theme-color_dark .mini-suggest__item-thumb_icon_search {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 16 16'%3E%3Cpath fill='rgba(255, 255, 255, 0.45)' fill-rule='evenodd' d='M6.25 12.503a6.25 6.25 0 1 1 5.07-2.595l3.887 3.888a1 1 0 0 1-1.414 1.414l-3.887-3.887a6.222 6.222 0 0 1-3.656 1.18zm0-2a4.25 4.25 0 1 0 0-8.5 4.25 4.25 0 0 0 0 8.5z' clip-rule='evenodd'/%3E%3C/svg%3E")
}

.mini-suggest__popup_theme-color_dark .mini-suggest__item-thumb_icon_personal {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 16 16'%3E%3Cpath fill='rgba(255, 255, 255, 0.45)' fill-rule='evenodd' d='M8 16.003a8 8 0 1 1 0-16 8 8 0 0 1 0 16zm0-2a6 6 0 1 0 0-12 6 6 0 0 0 0 12zm3.357-3.736a1 1 0 0 0-.342-1.372L9 7.687V5.003a1 1 0 0 0-2 0v3.25a1 1 0 0 0 .486.857l2.5 1.5a1 1 0 0 0 1.371-.343z' clip-rule='evenodd'/%3E%3C/svg%3E")
}

.mini-suggest__popup_theme-color_dark .mini-suggest__item-thumb_icon_fact {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 16 16'%3E%3Cpath fill='rgba(255, 255, 255, 0.45)' d='M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16zm0-2A6 6 0 1 0 8 1.999 6 6 0 0 0 8 14z'/%3E%3Cpath fill='rgba(255, 255, 255, 0.45)' fill-rule='evenodd' d='M7.588 4.592c0 .405.319.748.883.748.552 0 .957-.306 1.08-.797.024-.098.037-.209.037-.295 0-.404-.32-.748-.884-.748-.54 0-.957.307-1.08.797a1.288 1.288 0 0 0-.036.295zM6.224 11.53c0 .466.27.969 1.092.969.467 0 1.006-.196 1.595-1.055l.56-.812a.258.258 0 0 0-.411-.31l-.934 1.143a.151.151 0 0 1-.265-.131l1.118-4.65a.5.5 0 0 0-.573-.61l-2.082.368a.35.35 0 0 0-.28.265l-.037.155a.25.25 0 0 0 .244.307h.943l-.86 3.698c-.048.172-.11.466-.11.663z' clip-rule='evenodd'/%3E%3C/svg%3E")
}

.mini-suggest__popup_theme-color_dark.mini-suggest__popup_svg_no .mini-suggest__item-thumb_icon_fulltext,.mini-suggest__popup_theme-color_dark.mini-suggest__popup_svg_no .mini-suggest__item-thumb_icon_search {
    background-image: url(https://yastatic.net/s3/home-static/_/f4/f4488a7899511766209f7e9ce91c10d1.png)
}

.mini-suggest__popup_theme-color_dark.mini-suggest__popup_svg_no .mini-suggest__item-thumb_icon_personal {
    background-image: url(https://yastatic.net/s3/home-static/_/9d/9d9f4f45d38dc03c919af0a57e464586.png)
}

.mini-suggest__popup_theme-color_dark.mini-suggest__popup_svg_no .mini-suggest__item-thumb_icon_fact {
    background-image: url(https://yastatic.net/s3/home-static/_/6f/6f324bc9c2eca3da8702062823a04afe.png)
}

.mini-suggest__popup_theme-color_dark.mini-suggest__popup_svg_no .mini-suggest__arrow {
    background-image: url(https://yastatic.net/s3/home-static/_/90/9061605bae9e58b90ce67aeead1f4362.png)
}

.mini-suggest__popup_theme-color_dark.mini-suggest__popup_svg_no .mini-suggest__delete {
    background-image: url(https://yastatic.net/s3/home-static/_/89/89dc468a267fb936e0f55a297e4f15a5.png)
}

.mini-suggest__popup_theme-color_dark.mini-suggest__popup_theme_tile.mini-suggest__popup_svg_no .mini-suggest__arrow {
    background-image: url(https://yastatic.net/s3/home-static/_/44/448ee924f09dcc0db8c5d509eb9cc2fc.png)
}

.mini-suggest__popup_theme-color_dark.mini-suggest__popup_theme_tile.mini-suggest__popup_svg_no .mini-suggest__delete {
    background-image: url(https://yastatic.net/s3/home-static/_/8d/8def6896ed863ef0e528d9873ffd8ce4.png)
}

.mini-suggest__popup_theme-color_dark.mini-suggest__popup_theme_tile.mini-suggest__popup_svg_no .mini-suggest__arrow:after {
    background-image: url(https://yastatic.net/s3/home-static/_/90/9061605bae9e58b90ce67aeead1f4362.png)
}

.mini-suggest__popup_theme-color_dark.mini-suggest__popup_theme_tile.mini-suggest__popup_svg_no .mini-suggest__delete:after {
    background-image: url(https://yastatic.net/s3/home-static/_/89/89dc468a267fb936e0f55a297e4f15a5.png)
}

.mini-suggest__additional {
    display: flex;
    flex-wrap: nowrap
}

.mini-suggest__popup_has-value_yes .mini-suggest__additional {
    display: none
}

.mini-suggest__popup_items_empty .mini-suggest__additional {
    margin-top: 12px
}

.mini-suggest__a11y_description {
    clip: rect(0,0,0,0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.mini-suggest__item_with-button {
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap
}

.mini-suggest__popup_theme_tile[class] .mini-suggest__item_with-button:not(.mini-suggest__item_type_nav) {
    padding-right: 2.555em
}

.mini-suggest__item_with-button {
    padding-right: 32px
}

.mini-suggest__popup_theme_tile .mini-suggest__item_with-button .mini-suggest__item-link,.mini-suggest__popup_theme_tile .mini-suggest__item_with-button:not(.mini-suggest__item_type_nav) {
    padding-right: 2em
}

.mini-suggest__item-mark {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 16px;
    margin-left: 4px;
    margin-right: 2px;
    vertical-align: middle;
    width: 16px
}

.mini-suggest__item-mark_type_verified {
    background-image: url(https://yastatic.net/s3/home-static/_/e4/e4651e9fc76600c35476c3890ef7d2bf.svg)
}

.mini-suggest__popup_svg_no .mini-suggest__item-mark_type_verified {
    background-image: url(https://yastatic.net/s3/home-static/_/75/759878fa887e3dbd20be94f123e402e9.png)
}

.mini-suggest__item-mark_type_shield {
    background-image: url(https://yastatic.net/s3/home-static/_/a4/a4700de6885ad05abb0e1ab8acac7997.svg)
}

.mini-suggest__popup_svg_no .mini-suggest__item-mark_type_shield {
    background-image: url(https://yastatic.net/s3/home-static/_/48/483b68615209976294035701b46ad8a1.png)
}

.mini-suggest__item-mark_type_turbo {
    background-image: url(https://yastatic.net/s3/home-static/_/28/2887b67747dd5b961e25967eaa8f5721.svg)
}

.mini-suggest__popup_svg_no .mini-suggest__item-mark_type_turbo {
    background-image: url(https://yastatic.net/s3/home-static/_/99/994894764a62d575ac92aa27d45ab905.png)
}

.mini-suggest__item-descr+.mini-suggest__item-descr,.mini-suggest__item-mark+.mini-suggest__item-descr {
    margin-left: 6px
}

.mini-suggest__item-descr:first-child:before,.mini-suggest__item-mark+.mini-suggest__item-descr:before,.mini-suggest__item-title+.mini-suggest__item-descr:before {
    content: ""
}

.mini-suggest__item-descr {
    color: rgba(84,96,122,.68);
    color: var(--suggest-color-g-text-quaternary);
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap
}

.mini-suggest__item-descr:before {
    content: "· "
}

.mini-suggest__item-thumb {
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.mini-suggest__item-thumb_cover {
    background-size: cover
}

.mini-suggest__item-thumb_contain {
    background-size: contain
}

.mini-suggest__item-thumb+.mini-suggest__item-content {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    width: 100%
}

.mini-suggest__item-thumb_shade:before {
    background: rgba(0,0,0,.03);
    background: var(--suggest-color-g-image-fill);
    border-radius: 4px;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%
}

.mini-suggest__item-thumb-badge {
    background-color: #04b;
    border-radius: 0 4px;
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 13px;
    line-height: 1.308;
    padding: 2px 4px;
    position: absolute;
    text-align: center;
    z-index: 2
}

.mini-suggest__item-thumb_border {
    border: 1px solid rgba(0,0,0,.2)
}

.mini-suggest__item-thumb_border+.mini-suggest__item-content {
    margin-left: -2px
}

.mini-suggest__item-thumb_round {
    border-radius: 100px
}

.mini-suggest__item-thumb-img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%
}

.mini-suggest__item-thumb_cover>.mini-suggest__item-thumb-img {
    background-size: cover
}

.mini-suggest__item-thumb_contain>.mini-suggest__item-thumb-img {
    background-size: contain
}

.mini-suggest__item_type_nav.mini-suggest__item_monochrome .mini-suggest__item-title,.mini-suggest__item_type_nav.mini-suggest__item_monochrome:active {
    color: #000;
    color: var(--suggest-color-g-text-primary)
}

.mini-suggest__item_type_nav.mini-suggest__item_monochrome .mini-suggest__item-info {
    color: rgba(84,96,122,.68);
    color: var(--suggest-color-g-text-quaternary)
}

.mini-suggest__item,.mini-suggest__item-content,.mini-suggest__item-subtitle,.mini-suggest__item-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.mini-suggest__item-subtitle .mini-suggest__item-info {
    display: inline
}

.mini-suggest__favicon+.mini-suggest__item-info {
    vertical-align: middle
}

.mini-suggest__item_type_nav .mini-suggest__item-subtitle {
    color: #006000;
    color: var(--suggest-color-g-greenurl)
}

.mini-suggest__item_type_fact .mini-suggest__item-subtitle {
    color: rgba(84,96,122,.68);
    color: var(--suggest-color-g-text-quaternary)
}

.mini-suggest__item_type_nav .mini-suggest__item-descr {
    font-size: 14px
}

.mini-suggest__item-thumb_size_xl {
    height: 68px;
    margin-right: -68px;
    width: 68px
}

.mini-suggest__item-thumb_size_xl+.mini-suggest__item-content {
    padding-left: 81px
}

.mini-suggest__item-thumb_size_xl.mini-suggest__item-thumb_orientation_landscape {
    margin-right: -100px;
    width: 100px
}

.mini-suggest__item-thumb_size_xl.mini-suggest__item-thumb_orientation_portrait {
    width: 48px
}

.mini-suggest__item-thumb_size_xl.mini-suggest__item-thumb_orientation_landscape+.mini-suggest__item-content {
    padding-left: 113px
}

.mini-suggest__item-thumb_size_l {
    height: 68px;
    margin-right: -68px;
    width: 68px
}

.mini-suggest__item-thumb_size_l+.mini-suggest__item-content {
    padding-left: 81px
}

.mini-suggest__item-thumb_size_l.mini-suggest__item-thumb_orientation_landscape {
    margin-right: -100px;
    width: 100px
}

.mini-suggest__item-thumb_size_l.mini-suggest__item-thumb_orientation_portrait {
    width: 48px
}

.mini-suggest__item-thumb_size_l.mini-suggest__item-thumb_orientation_landscape+.mini-suggest__item-content {
    padding-left: 113px
}

.mini-suggest__item-thumb_size_m {
    height: 48px;
    margin-right: -48px;
    width: 48px
}

.mini-suggest__item-thumb_size_m+.mini-suggest__item-content {
    padding-left: 61px
}

.mini-suggest__item-thumb_size_m.mini-suggest__item-thumb_orientation_landscape {
    margin-right: -72px;
    width: 72px
}

.mini-suggest__item-thumb_size_m.mini-suggest__item-thumb_orientation_portrait {
    height: 57px
}

.mini-suggest__item-thumb_size_m.mini-suggest__item-thumb_orientation_landscape+.mini-suggest__item-content {
    padding-left: 85px
}

.mini-suggest__item-thumb_size_s+.mini-suggest__item-content {
    padding-left: 48px
}

.mini-suggest__item-thumb_size_s.mini-suggest__item-thumb_orientation_landscape {
    margin-right: -64px;
    width: 64px
}

.mini-suggest__item-thumb_size_s.mini-suggest__item-thumb_orientation_portrait {
    height: 46px
}

.mini-suggest__item-thumb_size_s.mini-suggest__item-thumb_orientation_landscape+.mini-suggest__item-content {
    padding-left: 77px
}

.mini-suggest__item-thumb_size_xs {
    height: 32px;
    margin-right: -32px;
    width: 32px
}

.mini-suggest__item-thumb_size_xs+.mini-suggest__item-content {
    padding-left: 45px
}

.mini-suggest__item-thumb_size_xs.mini-suggest__item-thumb_orientation_landscape {
    margin-right: -58px;
    width: 58px
}

.mini-suggest__item-thumb_size_xs.mini-suggest__item-thumb_orientation_portrait {
    height: 46px
}

.mini-suggest__item-thumb_size_xs.mini-suggest__item-thumb_orientation_landscape+.mini-suggest__item-content {
    padding-left: 71px
}

.mini-suggest__item-mark_type_shield {
    margin-top: -4px
}

.mini-suggest__item-mark_type_turbo,.mini-suggest__item-mark_type_verified {
    margin-top: 0
}

.mini-suggest__item-info-arrow {
    color: rgba(84,96,122,.68);
    color: var(--suggest-color-g-text-quaternary)
}

.mini-suggest__item-info-arrow:before {
    content: " → ";
    white-space: pre
}

.mini-suggest__item-info-arrow+.mini-suggest__item-info {
    margin-left: 0
}

.mini-suggest__favicon {
    background-size: 16px;
    display: inline-block;
    height: 16px;
    margin-right: 4px;
    vertical-align: middle;
    width: 16px
}

.mini-suggest__popup_thumb-background_no .mini-suggest__item_type_nav .mini-suggest__item-thumb_size_s.mini-suggest__item-thumb_shade:before {
    content: none
}

.mini-suggest__popup_redesigned-navs_yes .mini-suggest__item_type_nav .mini-suggest__item-thumb_size_s,.mini-suggest__popup_redesigned-navs_yes .mini-suggest__item_type_nav .mini-suggest__item-thumb_size_s.mini-suggest__item-thumb_shade:before {
    border-radius: 6px
}

.mini-suggest__popup_redesigned-navs_yes .mini-suggest__item_type_nav .mini-suggest__item-thumb_size_s.mini-suggest__item-thumb_orientation_square+.mini-suggest__item-content {
    padding-left: 46px
}

.mini-suggest__popup_redesigned-navs_yes .mini-suggest__item_type_nav .mini-suggest__item-title {
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 2px
}

.mini-suggest__popup_redesigned-navs_yes .mini-suggest__item_type_nav .mini-suggest__item-subtitle {
    align-items: center;
    display: flex;
    line-height: 1rem
}

.mini-suggest__popup_redesigned-navs_yes .mini-suggest__item_type_nav .mini-suggest__item-info {
    font-size: 13px;
    font-weight: 400;
    margin-top: 0;
    vertical-align: initial
}

.mini-suggest__popup_redesigned-navs_yes .mini-suggest__item_type_nav .mini-suggest__item-mark {
    height: 12px;
    margin-right: 0;
    width: 12px
}

.mini-suggest__popup_redesigned-navs_yes .mini-suggest__item_type_nav .mini-suggest__item-info+.mini-suggest__item-mark {
    margin-left: 0
}

.mini-suggest__popup_redesigned-navs_yes .mini-suggest__item_type_nav .mini-suggest__item-thumb_size_s {
    border-radius: .333em;
    height: 2em;
    margin-right: -2em;
    width: 2em
}

.mini-suggest__popup_redesigned-navs_yes .mini-suggest__item_type_nav .mini-suggest__item-thumb_size_s.mini-suggest__item-thumb_orientation_square+.mini-suggest__item-content {
    padding-left: 2.555em
}

.mini-suggest__popup_redesigned-navs_yes .mini-suggest__item_type_nav .mini-suggest__item-title {
    line-height: 1em
}

.mini-suggest__popup_redesigned-navs_yes .mini-suggest__item_type_nav .mini-suggest__item-subtitle {
    line-height: .888em
}

.mini-suggest__popup_redesigned-navs_yes .mini-suggest__item_type_nav .mini-suggest__item-info {
    font-size: .833em
}

.mini-suggest__popup_redesigned-navs_yes .mini-suggest__item_type_nav .mini-suggest__item-mark {
    height: .666em;
    width: .666em
}

.mini-suggest__popup.mini-suggest__popup_redesigned-navs_yes[class] .mini-suggest__item_type_nav[class] {
    margin-left: 0;
    margin-right: 0
}

.mini-suggest__popup_large-thumbs_yes .mini-suggest__item_type_nav .mini-suggest__item-thumb_favicon_yes.mini-suggest__item-thumb_size_s {
    background-size: 100% 100%
}

.mini-suggest__popup_large-thumbs_yes .mini-suggest__item_type_nav .mini-suggest__item-thumb_size_s.mini-suggest__item-thumb_shade:before {
    content: none
}

.mini-suggest__item_subtype_mt .mini-suggest__item-icon {
    margin: 0 5px 0 0
}

.mini-suggest__item-mark_type_yaservice {
    background-image: url(https://yastatic.net/s3/home-static/_/ec/ec09e57c8554cdecd49251941f19b83b.svg)
}

.mini-suggest__popup_svg_no .mini-suggest__item-mark_type_yaservice {
    background-image: url(https://yastatic.net/s3/home-static/_/ad/ad09865a29b6ab58581e236a0f88a668.png)
}

.mini-suggest__item-label {
    background: #f9fafb;
    background: var(--suggest-color-g-bg-label);
    border-radius: 20px;
    color: rgba(62,70,94,.8);
    color: var(--suggest-color-g-text-tertiary);
    font-family: Verdana,Arial,sans-serif;
    font-size: 11px;
    margin-left: 11px;
    padding: 0 5px 2px 6px;
    vertical-align: bottom
}

.mini-suggest__item-warning-wrap {
    line-height: 0;
    padding-top: 4px
}

.mini-suggest__item-warning {
    background: #f3f4f6;
    background: var(--suggest-color-g-bg-warning);
    border-color: #f3f4f6;
    border-color: var(--suggest-color-g-bg-warning);
    box-sizing: border-box;
    color: rgba(84,96,122,.68);
    color: var(--suggest-color-g-text-quaternary);
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 9px;
    font-weight: 400;
    line-height: 11px;
    padding: 2px 3px 1px;
    vertical-align: middle;
    white-space: normal
}

.mini-suggest__item-warning_type_1 {
    min-width: 25%;
    text-align: center
}

.mini-suggest__item-warning_type_2 {
    min-width: 50%;
    text-align: center
}

.mini-suggest__item-warning_type_age {
    margin-left: 10px
}

.mini-suggest__item-thumb_size_m~.mini-suggest__item-warning-wrap {
    padding-left: 61px
}

.mini-suggest__item-thumb_size_m.mini-suggest__item-thumb_orientation_landscape~.mini-suggest__item-warning-wrap {
    padding-left: 85px
}

.mini-suggest__item-thumb_size_s~.mini-suggest__item-warning-wrap {
    padding-left: 48px
}

.mini-suggest__item-thumb_size_s.mini-suggest__item-thumb_orientation_landscape~.mini-suggest__item-warning-wrap {
    padding-left: 77px
}

.mini-suggest__item-thumb_size_xs~.mini-suggest__item-warning-wrap {
    padding-left: 45px
}

.mini-suggest__item-thumb_size_xs.mini-suggest__item-thumb_orientation_landscape~.mini-suggest__item-warning-wrap {
    padding-left: 71px
}

.mini-suggest__item_selected_yes .mini-suggest__item-label,.mini-suggest__item_selected_yes .mini-suggest__item-warning {
    background: #f1de9b;
    background: var(--suggest-color-g-bg-label-selected)
}

.mini-suggest__collapsible {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: height .3s ease-in,opacity .15s ease-in .1s;
    will-change: height
}

.mini-suggest__collapsible_open {
    opacity: 1
}

.mini-suggest__popup_theme-color_dark .mini-suggest__disclaimer-button {
    background-image: url(https://yastatic.net/s3/home-static/_/95/95bd44b2b2570f1edaca3a04cec164b9.svg)
}

.mini-suggest__item-warning_disclaimer.mini-suggest__item-warning_type_1,.mini-suggest__item-warning_disclaimer.mini-suggest__item-warning_type_2 {
    margin-top: 0
}

.mini-suggest__popup_theme-color_dark.mini-suggest__popup_svg_no .mini-suggest__disclaimer-button {
    background-image: url(https://yastatic.net/s3/home-static/_/c5/c5b843532eb09edd639b7d602f6315f5.png)
}

.mini-suggest__popup_theme-color_dark .mini-suggest__item-button.mini-suggest__disclaimer-button {
    opacity: .45
}

.mini-suggest__popup_theme-color_dark .mini-suggest__item-button.mini-suggest__disclaimer-button_active {
    opacity: .6
}

.mini-suggest__disclaimer-button {
    background: no-repeat 50%/16px url(https://yastatic.net/s3/home-static/_/49/4913d949490e18873e0ecac1452a8575.svg);
    margin-top: -5px;
    top: auto
}

.mini-suggest__disclaimer-button_active {
    opacity: .45
}

.mini-suggest__popup_svg_no .mini-suggest__disclaimer-button {
    background-image: url(https://yastatic.net/s3/home-static/_/1a/1aadce8e8edff43dea7d8df22dce9788.png)
}

.mini-suggest__popup_theme_tile:not(.mini-suggest__popup_theme-color_dark) .mini-suggest__disclaimer-button {
    background-image: url(https://yastatic.net/s3/home-static/_/01/01867d8607e0c2b646776cc938d328e0.svg)
}

.mini-suggest__popup_theme_tile.mini-suggest__popup_svg_no:not(.mini-suggest__popup_theme-color_dark) .mini-suggest__disclaimer-button {
    background-image: url(https://yastatic.net/s3/home-static/_/44/44ba25402e9cabbbe905364b6da8a7e2.png)
}

.mini-suggest__popup_theme_tile:not(.mini-suggest__popup_theme-color_dark) .mini-suggest__disclaimer-button_active {
    background-image: url(https://yastatic.net/s3/home-static/_/27/274fb733b5fa3ec838736551f0e5e4b1.svg)
}

.mini-suggest__popup_theme_tile.mini-suggest__popup_svg_no:not(.mini-suggest__popup_theme-color_dark) .mini-suggest__disclaimer-button_active {
    background-image: url(https://yastatic.net/s3/home-static/_/fe/fe9691a5fa3d0c41fdd036a209ab5a9f.png)
}

.mini-suggest__disclaimer-button:after {
    background-image: url(https://yastatic.net/s3/home-static/_/49/4913d949490e18873e0ecac1452a8575.svg)
}

.mini-suggest__popup_svg_no .mini-suggest__disclaimer-button:after {
    background-image: url(https://yastatic.net/s3/home-static/_/1a/1aadce8e8edff43dea7d8df22dce9788.png)
}

.mini-suggest__popup_theme-color_dark.mini-suggest__popup_theme_tile .mini-suggest__disclaimer-button:after {
    content: none
}

.mini-suggest__popup_theme-color_dark .mini-suggest__item-button.mini-suggest__disclaimer-button:hover {
    opacity: 1
}

.mini-suggest__item-warning-wrap.mini-suggest__item-warning-wrap_top-indent_no,.mini-suggest__popup_redesigned-navs_yes .mini-suggest__item-warning-wrap.mini-suggest__item-warning-wrap_top-indent_no {
    padding-top: 0
}

.mini-suggest__item-warning-wrap_top-indent_no .mini-suggest__item-warning:first-child {
    margin-top: 4px
}

.mini-suggest__popup_redesigned-navs_yes .mini-suggest__item-warning-wrap_top-indent_no .mini-suggest__item-warning:first-child {
    margin-top: 6px
}

.mini-suggest__popup_redesigned-navs_yes .mini-suggest__disclaimer-button {
    margin-top: 0
}

.mini-suggest__popup_redesigned-navs_yes.mini-suggest__popup_theme_tile .mini-suggest__disclaimer-button {
    top: 8px
}

.mini-suggest__popup {
    left: 0;
    top: 0;
    width: auto
}

.mini-suggest__item_personal_yes.mini-suggest__item_hidden_yes {
    height: 0;
    padding-bottom: 0;
    padding-top: 0;
    transition: .3s linear;
    transition-property: height,padding,visibility;
    visibility: hidden
}

.mini-suggest__delete {
    background: no-repeat 50% url(https://yastatic.net/s3/home-static/_/1f/1f79f1e89a63eee726d59c9520fe4a82.svg)
}

.mini-suggest__popup_svg_no .mini-suggest__delete {
    background-image: url(https://yastatic.net/s3/home-static/_/1b/1b6730889c9d14e36f62d9259a36fdf4.png);
    background-size: 16px
}

.mini-suggest__item_personal_yes {
    height: 32px;
    height: 1.76em
}

.mini-suggest__item_subtype_phone {
    align-items: center;
    display: flex
}

.mini-suggest_search_yes .mini-suggest__popup-content:before {
    content: none
}

.mini-suggest__arrow {
    background: no-repeat 50%/16px url(https://yastatic.net/s3/home-static/_/00/00508526df7113a5736e0d74bb0c6ed8.svg)
}

.mini-suggest__popup_svg_no .mini-suggest__arrow {
    background-image: url(https://yastatic.net/s3/home-static/_/40/40f86d3ce3b8dbd8511865676e9bd3e1.png)
}

.mini-suggest__popup_theme_tile[class] .mini-suggest__item-button,.mini-suggest__popup_theme_tile[class] .mini-suggest__item-button:after {
    background-size: 50%;
    margin-right: .555em
}

.mini-suggest__popup_theme_tile {
    margin-top: 3px;
    width: auto
}

.mini-suggest__popup_theme_tile .mini-suggest__popup-content {
    padding: 3px 0
}

.mini-suggest__popup_theme_tile .mini-suggest__item {
    margin: 0 3px
}

.mini-suggest__popup_theme_tile .mini-suggest__item,.mini-suggest__popup_theme_tile .mini-suggest__item_type_nav .mini-suggest__item-link {
    border-radius: 7px;
    height: auto;
    padding: 0 10px
}

.mini-suggest__popup_theme_tile .mini-suggest__item_type_nav {
    padding: 0
}

.mini-suggest__popup_theme_tile .mini-suggest__item_type_fact:not(.mini-suggest__item_inline),.mini-suggest__popup_theme_tile .mini-suggest__item_type_nav:not(.mini-suggest__item_inline) .mini-suggest__item-link {
    padding-bottom: 8px;
    padding-top: 8px
}

.mini-suggest__popup_theme_tile .mini-suggest__item_with-button .mini-suggest__item-link,.mini-suggest__popup_theme_tile .mini-suggest__item_with-button:not(.mini-suggest__item_type_nav) {
    padding-right: 35px
}

.mini-suggest__popup_theme_tile:before {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    height: 5px;
    top: -4px
}

.mini-suggest__popup_theme_tile:after {
    border-radius: 10px
}

.mini-suggest__popup_theme_tile .mini-suggest__item-button {
    opacity: 1
}

.mini-suggest__popup_theme_tile .mini-suggest__arrow {
    background: no-repeat 50%/16px url(https://yastatic.net/s3/home-static/_/71/71f43925cfeed6605cdd957d5dd8e8c1.svg)
}

.mini-suggest__popup_theme_tile.mini-suggest__popup_svg_no .mini-suggest__arrow {
    background-image: url(https://yastatic.net/s3/home-static/_/40/40ad4b76902a45f7c1f3d2051ba11fdd.png)
}

.mini-suggest__popup_theme_tile .mini-suggest__delete {
    background: no-repeat 50%/16px url(https://yastatic.net/s3/home-static/_/1f/1f79f1e89a63eee726d59c9520fe4a82.svg)
}

.mini-suggest__popup_theme_tile.mini-suggest__popup_svg_no .mini-suggest__delete {
    background-image: url(https://yastatic.net/s3/home-static/_/1b/1b6730889c9d14e36f62d9259a36fdf4.png)
}

.mini-suggest__popup_theme_tile .mini-suggest__item-button:after {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 16px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%
}

.mini-suggest__popup_theme_tile .mini-suggest__arrow:after {
    background-image: url(https://yastatic.net/s3/home-static/_/7b/7bbf6776728f2a8443182ed814cf08e8.svg)
}

.mini-suggest__popup_theme_tile.mini-suggest__popup_svg_no .mini-suggest__arrow:after {
    background-image: url(https://yastatic.net/s3/home-static/_/cd/cd8850d2c5c89029fae49308147aba87.png)
}

.mini-suggest__popup_theme_tile .mini-suggest__delete:after {
    background-image: url(https://yastatic.net/s3/home-static/_/1e/1e447370fc6fcd29a5a0f60e242d1e1b.svg)
}

.mini-suggest__popup_theme_tile.mini-suggest__popup_svg_no .mini-suggest__delete:after {
    background-image: url(https://yastatic.net/s3/home-static/_/60/60bacde55c81bd055b2e401fa4221e47.png)
}

.mini-suggest__popup_theme_tile .mini-suggest__item-button:hover:after {
    visibility: visible
}

.mini-suggest__popup_theme_tile .mini-suggest__item_type_fact .mini-suggest__item-info,.mini-suggest__popup_theme_tile .mini-suggest__item_type_fact .mini-suggest__item-info-arrow {
    color: rgba(84,96,122,.68);
    color: var(--suggest-color-g-text-quaternary)
}

.mini-suggest__popup_theme_tile {
    line-height: 2;
    z-index: 12
}

.mini-suggest__popup_theme_tile .mini-suggest__item-button {
    height: 2em;
    width: 2em
}

.mini-suggest__popup_theme_tile .mini-suggest__item-button,.mini-suggest__popup_theme_tile .mini-suggest__item-button:after {
    background-size: 44.444%
}

.mini-suggest__item_extralink .mini-suggest__item-link {
    color: rgba(84,96,122,.68);
    color: var(--suggest-color-g-text-quaternary);
    font-size: 13px;
    font-weight: 400;
    line-height: 16px
}

.mini-suggest__item_extralink .mini-suggest__item-link:active,.mini-suggest__item_selected_yes.mini-suggest__item_extralink .mini-suggest__item-link {
    color: #000;
    color: var(--suggest-color-g-text-primary)
}

.mini-suggest__item.mini-suggest__item_extralink {
    display: inline-block;
    vertical-align: middle
}

.mini-suggest__item_extralink .mini-suggest__item-link {
    padding-bottom: 6px;
    padding-top: 8px;
    transition: color .2s
}

.mini-suggest__item_selected_yes.mini-suggest__item_extralink {
    background: transparent
}

.mini-suggest__popup_theme_tile[class] .mini-suggest__item_with-button .mini-suggest__item-link,.mini-suggest__popup_theme_tile[class] .mini-suggest__item_with-button:not(.mini-suggest__item_type_nav) {
    padding-right: 2.667em
}

.mini-suggest__overlay {
    background-color: var(--suggest-color-g-bg-primary);
    z-index: 1000
}

.mini-suggest__overlay_visible {
    opacity: .5
}

.mini-suggest__overlay_visible:hover {
    opacity: .6
}

.mini-suggest__popup-container {
    position: relative;
    z-index: 1001
}

.mini-suggest_overlay_yaru .search3__inner {
    z-index: 1001
}

.document_dark_yes .body_search_yes .mini-suggest_overlay_yaru .search3__inner {
    border: .1rem solid #fc0
}

.mini-suggest_overlay_yaru .mini-suggest__popup_theme_tile {
    margin: -.4rem -.4rem 0;
    padding: 3.4rem .4rem 0;
    width: 100%
}

.mini-suggest_overlay_yaru .mini-suggest__popup_theme_tile:after {
    border-radius: 1rem;
    height: 100%
}

.mini-suggest_overlay_yaru .mini-suggest__item:not(.mini-suggest__item_type_history-tune):last-child {
    margin-bottom: .6rem
}

.mini-suggest_overlay_yaru:not(.mini-suggest_history-tune_yes) .mini-suggest__item[class]:last-child {
    margin-bottom: 0
}

.mini-suggest__item_subtype_entity[class] .mini-suggest__item-title {
    color: inherit;
    font-weight: 400;
    line-height: 18px
}

.mini-suggest__item_subtype_entity .mini-suggest__item-subtitle {
    font-size: 13px;
    line-height: 16px;
    margin-top: 2px
}

.mini-suggest__item_subtype_entity[class] .mini-suggest__item-info {
    color: rgba(62,70,94,.8);
    color: var(--suggest-color-g-text-tertiary);
    font-weight: 400
}

.mini-suggest__item_subtype_entity .mini-suggest__item-thumb_size_s {
    border-radius: 6px;
    height: 36px;
    margin-right: -36px;
    width: 36px
}

.mini-suggest__item_subtype_entity .mini-suggest__item-thumb_size_s+.mini-suggest__item-content {
    padding-left: 46px
}

.mini-suggest__item_subtype_entity[class] .mini-suggest__item-title {
    font-size: 1em;
    line-height: 1em
}

.mini-suggest__item_subtype_entity .mini-suggest__item-thumb_size_s {
    border-radius: .333em;
    height: 2em;
    margin-right: -2em;
    width: 2em
}

.mini-suggest__item_subtype_entity .mini-suggest__item-thumb_size_s+.mini-suggest__item-content {
    padding-left: 2.555em
}

.mini-suggest__item_subtype_entity .mini-suggest__item-subtitle {
    font-size: .833em;
    line-height: 1.066em
}

.mini-suggest__item-thumb_icon_fulltext,.mini-suggest__item-thumb_icon_search {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='%238b93a5' fill-rule='evenodd' d='M6.25 12.503a6.25 6.25 0 1 1 5.07-2.595l3.887 3.888a1 1 0 0 1-1.414 1.414l-3.887-3.887a6.222 6.222 0 0 1-3.656 1.18zm0-2a4.25 4.25 0 1 0 0-8.5 4.25 4.25 0 0 0 0 8.5z' clip-rule='evenodd'/%3E%3C/svg%3E")
}

.mini-suggest__item-thumb_icon_personal {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='%238b93a5' fill-rule='evenodd' d='M8 16.003a8 8 0 1 1 0-16 8 8 0 0 1 0 16zm0-2a6 6 0 1 0 0-12 6 6 0 0 0 0 12zm3.357-3.736a1 1 0 0 0-.342-1.372L9 7.687V5.003a1 1 0 0 0-2 0v3.25a1 1 0 0 0 .486.857l2.5 1.5a1 1 0 0 0 1.371-.343z' clip-rule='evenodd'/%3E%3C/svg%3E")
}

.mini-suggest__item-thumb_icon_fact {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='%238b93a5' d='M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16zm0-2A6 6 0 1 0 8 1.999 6 6 0 0 0 8 14z'/%3E%3Cpath fill='%238b93a5' fill-rule='evenodd' d='M7.588 4.592c0 .405.319.748.883.748.552 0 .957-.306 1.08-.797.024-.098.037-.209.037-.295 0-.404-.32-.748-.884-.748-.54 0-.957.307-1.08.797a1.288 1.288 0 0 0-.036.295zM6.224 11.53c0 .466.27.969 1.092.969.467 0 1.006-.196 1.595-1.055l.56-.812a.258.258 0 0 0-.411-.31l-.934 1.143a.151.151 0 0 1-.265-.131l1.118-4.65a.5.5 0 0 0-.573-.61l-2.082.368a.35.35 0 0 0-.28.265l-.037.155a.25.25 0 0 0 .244.307h.943l-.86 3.698c-.048.172-.11.466-.11.663z' clip-rule='evenodd'/%3E%3C/svg%3E")
}

.mini-suggest__popup_svg_no .mini-suggest__item-thumb_icon_fulltext,.mini-suggest__popup_svg_no .mini-suggest__item-thumb_icon_search {
    background-image: url(https://yastatic.net/s3/home-static/_/2e/2eaa88b6ad50a7e8f5a22c3741c96500.png)
}

.mini-suggest__popup_svg_no .mini-suggest__item-thumb_icon_personal {
    background-image: url(https://yastatic.net/s3/home-static/_/45/45c9aa4c867792d2b9b3ff459ce36991.png)
}

.mini-suggest__popup_svg_no .mini-suggest__item-thumb_icon_fact {
    background-image: url(https://yastatic.net/s3/home-static/_/7b/7b20b0c50e6fdbd14faeac2ff637ebf1.png)
}

.mini-suggest__item-thumb_size_s {
    height: 36px;
    margin-right: -36px;
    width: 36px
}

.mini-suggest__item-thumb_icon-type_search.mini-suggest__item-thumb_size_s {
    background-size: 16px
}

.mini-suggest__item-thumb_icon-type_search {
    float: left;
    margin-right: 10px
}

.mini-suggest__item-thumb_icon-type_search+.mini-suggest__item-content {
    padding-left: 0;
    vertical-align: initial;
    width: auto
}

.mini-suggest__item-thumb_icon-type_search {
    height: 2em;
    margin-right: .555em;
    width: 2em
}

.mini-suggest__item-thumb_icon-type_search.mini-suggest__item-thumb_size_s {
    background-size: 50%
}

.mini-suggest__popup_redesigned-navs_yes .mini-suggest__item-label[class] {
    background: none;
    border-radius: 0;
    color: rgba(84,96,122,.68);
    color: var(--suggest-color-g-text-quaternary);
    font-family: inherit;
    font-size: 13px;
    margin-left: 4px;
    padding: 0;
    vertical-align: initial
}

.mini-suggest__popup_redesigned-navs_yes .mini-suggest__item-mark+.mini-suggest__item-label[class] {
    margin-left: 6px
}

.mini-suggest__popup_redesigned-navs_yes .mini-suggest__item-warning {
    border-radius: 4px;
    color: rgba(84,96,122,.68);
    color: var(--suggest-color-g-text-quaternary);
    font-family: inherit;
    font-size: 9px;
    line-height: 11px;
    padding: 2px 5px
}

.mini-suggest__popup_redesigned-navs_yes .mini-suggest__item-warning_type_1,.mini-suggest__popup_redesigned-navs_yes .mini-suggest__item-warning_type_2 {
    text-align: left
}

.mini-suggest__popup_redesigned-navs_yes .mini-suggest__item-warning-wrap {
    padding-top: 6px
}

.mini-suggest__popup_redesigned-navs_yes .mini-suggest__item-thumb_size_s~.mini-suggest__item-warning-wrap {
    padding-left: 46px
}

.mini-suggest__popup_redesigned-navs_yes .mini-suggest__item-warning,.mini-suggest__popup_redesigned-navs_yes .mini-suggest__item_selected_yes .mini-suggest__item-warning {
    background: rgba(7,28,71,.05);
    background: var(--suggest-color-g-fill-05)
}

.mini-suggest__popup_redesigned-navs_yes .mini-suggest__item_selected_yes .mini-suggest__item-label {
    background: initial
}

.mini-suggest__popup_redesigned-navs_yes .mini-suggest__item_type_nav .mini-suggest__item-warning {
    font-size: .5em;
    line-height: .55rem
}

.mini-suggest__popup_redesigned-navs_yes .mini-suggest__item_type_nav .mini-suggest__item-label[class] {
    font-size: .833em
}

.mini-suggest__popup_redesigned-navs_yes .mini-suggest__item_type_nav .mini-suggest__item-thumb_size_s~.mini-suggest__item-warning-wrap {
    padding-left: 2.3rem
}

.mini-suggest__group {
    background: #fff;
    background: var(--suggest-color-g-bg-secondary);
    border-radius: 10px;
    padding: 3px 0;
    position: relative
}

.mini-suggest__group+.mini-suggest__group.mini-suggest__group_layout_separated,.mini-suggest__group.mini-suggest__group_layout_separated+.mini-suggest__group {
    margin-top: 3px
}

.mini-suggest__group:not(.mini-suggest__group_layout_separated)+.mini-suggest__group:not(.mini-suggest__group_layout_separated) {
    margin-top: -3px;
    padding-top: 0
}

.mini-suggest__group:not(.mini-suggest__group_layout_separated)+.mini-suggest__group:not(.mini-suggest__group_layout_separated):before {
    background: inherit;
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    top: -15px;
    width: 100%;
    z-index: -1
}

.mini-suggest__group-title {
    color: rgba(84,96,122,.68);
    color: var(--suggest-color-g-text-quaternary);
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    padding: 8px 13px 6px
}

.mini-suggest__popup_grouping_yes.mini-suggest__popup:after {
    content: none
}

.mini-suggest__popup_grouping_yes .mini-suggest__popup-content {
    padding: 0
}

.mini-suggest__group:empty {
    display: none
}

.mini-suggest__popup_delete-on-hover_yes .mini-suggest__delete {
    visibility: hidden
}

.mini-suggest__popup_delete-on-hover_yes .mini-suggest__item:hover .mini-suggest__delete {
    visibility: initial
}

.mini-suggest__special-warn {
    background-size: 100% 100%;
    position: absolute
}

.mini-suggest__special-warn_type_2 {
    background-image: url(https://yastatic.net/s3/home-static/_/bc/bcf065536f576f87b90048b8a48d5ac0.svg)
}

.mini-suggest__special-warn_type_1 {
    background-image: url(https://yastatic.net/s3/home-static/_/aa/aa3d578b58b40d3323c424c635194973.svg)
}

.mini-suggest__popup_theme-color_dark .mini-suggest__special-warn_type_2 {
    background-image: url(https://yastatic.net/s3/home-static/_/05/05a21d71009b26dce3171b935c2ae460.svg)
}

.mini-suggest__popup_theme-color_dark .mini-suggest__special-warn_type_1 {
    background-image: url(https://yastatic.net/s3/home-static/_/ea/eaa64de4b0b0ab0d3fa1b584a313c55c.svg)
}

.document {
    background: var(--color-g-bg-primary);
    color-scheme: light;
    font-size: 1.25em;
    height: 100%
}

@media (min-width: 1340px) {
    .document {
        font-size:calc(1.25em + .75vw - 10.05px)
    }
}

@media (min-width: 2140px) {
    .document {
        font-size:26px
    }
}

.document.document_dark_yes {
    color-scheme: dark
}

.document.document_overflow-scroll_yes body {
    overflow-y: scroll
}

.document_overflow-scroll_yes.document_disable-scroll_yes .body__wrapper {
    overflow: hidden
}

@supports (overflow: clip) {
    .document_overflow-scroll_yes.document_disable-scroll_yes .body__wrapper {
        overflow:clip
    }
}

.document_new-year-scroll_yes body {
    min-height: auto
}

.document_new-year-scroll_yes .body__wrapper {
    overflow-y: hidden
}

.document_main-content-hidden_yes .body__content,.document_main-content-hidden_yes .headline {
    display: none
}

img {
    border: none
}

button {
    font-family: inherit
}

.i-ua_browser_safari.font_loaded body,.i-ua_os_ios.font_loaded body,.i-ua_platform_ios.font_loaded body {
    -moz-font-feature-settings: normal;
    font-feature-settings: normal
}

.rouble {
    font-family: ArialRub,Arial,Helvetica,sans-serif
}

@supports ((-moz-font-feature-settings: normal) or (font-feature-settings:normal)) {
    .rouble {
        font-family:Arial,Helvetica,-apple-system,BlinkMacSystemFont,Tahoma,sans-serif,ArialRub
    }
}

.font_loaded .rouble {
    font-family: inherit
}

@font-face {
    font-family: ArialRub;
    src: url(https://yastatic.net/s3/home-static/_/48/484f39fba8e0e5c387256501b5dd7c8d.eot);
    src: url(https://yastatic.net/s3/home-static/_/48/484f39fba8e0e5c387256501b5dd7c8d.eot?#iefix) format("embedded-opentype"),url(https://yastatic.net/s3/home-static/_/0a/0aa90ac46dfd46f1b5c178c9ce16a5f1.woff) format("woff"),url(https://yastatic.net/s3/home-static/_/29/2951ae185328b80b4c59a7da1dd98291.ttf) format("truetype");
    unicode-range: u+20bd
}

.metrika__img {
    left: 0
}

.a11y-hidden,.metrika__img {
    clip: rect(1px 1px 1px 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 1px
}

.a11y-hidden {
    font-weight: 400;
    left: auto
}

.style-checker {
    display: none
}

.consistency__frame {
    clip: rect(1px 1px 1px 1px);
    border: none;
    height: 1px;
    left: -500px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 1px
}

.usermenu-portal {
    border: none
}

.usermenu-portal__iframe {
    height: 100%;
    position: relative;
    visibility: visible;
    width: 100%
}

.usermenu-portal__wrapper {
    display: contents
}

.usermenu-portal__popup {
    max-height: calc(100vh - 42px);
    width: 320px
}

.usermenu-portal__popup_loaded_no {
    height: 320px
}

.usermenu-portal__popup_loaded_no .usermenu-portal__wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.usermenu-portal__popup_loaded_no .usermenu-portal__iframe {
    border: none;
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%
}

.usermenu-portal__popup .usermenu-portal__iframe {
    height: 0
}

.usermenu-portal__popup.simple-popup_shown .usermenu-portal__iframe {
    height: 100%
}

.document_dist-stripe_yes .usermenu-portal__popup {
    max-height: calc(100vh - 42px - 2rem)
}

.usermenu-portal__spin {
    animation: usermenu-portal__spin 1s linear infinite;
    border-color: #fc0 transparent transparent #fc0;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    box-sizing: border-box;
    height: 38px;
    width: 38px
}

@keyframes usermenu-portal__spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.simple-popup {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: .15s ease-out;
    transition-property: visibility,opacity,transform;
    visibility: hidden
}

.simple-popup_shown {
    opacity: 1;
    visibility: visible
}

.simple-popup__content {
    border-radius: inherit
}

.simple-popup_delay-close_yes .simple-popup__close {
    display: none
}

.simple-popup_theme_bordered {
    background: var(--color-g-bg-secondary);
    border: 1px solid var(--color-g-bg-fill-12);
    border-radius: 24px;
    box-sizing: border-box;
    overflow: hidden;
    transform: translateY(10px)
}

.simple-popup_theme_bordered.simple-popup_shown {
    transform: translateY(0)
}

body {
    -webkit-text-size-adjust: 100%;
    -webkit-marquee-increment: 0;
    color: var(--color-g-text-primary);
    font-family: Arial,Helvetica,Arial Unicode MS,sans-serif;
    font-size: .65rem;
    font-weight: 400;
    height: 100%;
    margin: 0;
    min-height: 20rem;
    min-width: 36.2rem
}

.document_keyboard body {
    min-height: 30rem
}

@media (max-height: 560px) {
    body {
        overflow-y:scroll
    }
}

.body__wrapper {
    box-sizing: border-box;
    height: 100%;
    position: relative
}

.body__content {
    flex-grow: 1;
    margin: 0 auto;
    max-width: 54rem;
    min-width: 33rem;
    padding: 0 1.6rem;
    position: relative;
    width: 55vw
}

.document_new-year-feed_yes .body__content {
    height: 100%
}

.document_widgets_yes .body__content {
    min-width: 31rem
}

@media (max-width: 1920px) {
    .document_widgets_yes .body__content {
        width:38rem
    }
}

@media (max-width: 1280px) {
    .document_widgets_yes .body__content {
        width:31rem
    }
}

.alerts {
    position: absolute;
    right: 1.4rem;
    top: 4.2rem
}

.alert {
    width: 12.9rem
}

.widgets .alert {
    width: 100%
}

.alert__content {
    align-items: center;
    background-color: var(--color-g-bg-secondary);
    border: 1px solid var(--color-g-bg-fill-12);
    border-radius: 16px;
    box-sizing: border-box;
    display: flex;
    padding: 0 .4rem 0 .8rem;
    width: 100%
}

.document_dark_yes .alert__content {
    border-color: transparent
}

.widgets .alert__content {
    background-color: transparent;
    border: none;
    border-radius: .8rem;
    padding: .5rem .8rem
}

@media (max-width: 1366px) {
    .widgets .alert__content {
        padding:.5rem .6rem
    }
}

.widgets_minimized_yes .alert__content {
    padding: .5rem .6rem
}

.widgets__group_state_maximized .alert__content {
    border-radius: .2rem;
    padding: .2rem 0
}

.widgets_minimized_yes .widgets__group_state_minimized .alert__content {
    padding: .4rem 0
}

@media (max-width: 1366px) {
    .widgets__group_state_minimized .alert__content {
        padding:.4rem 0
    }
}

.alert__close {
    background: url(https://yastatic.net/s3/home-static/_/96/969b5d23412ed7437eaf84985ae29d5e.svg);
    background-repeat: no-repeat;
    background-size: 1.1rem;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    height: 1.1rem;
    opacity: 0;
    outline: none;
    pointer-events: none;
    position: absolute;
    right: -.3rem;
    top: -.3rem;
    transition: opacity .15s ease-out;
    width: 1.1rem;
    z-index: 2
}

.document_dark_yes .alert__close {
    background-image: url(https://yastatic.net/s3/home-static/_/30/30fda44e585d72112024c05c672933bc.svg)
}

.alert:hover .alert__close {
    opacity: .5;
    pointer-events: auto
}

.alert.alert .alert__close:hover,.utilityfocus .alert__close:focus {
    opacity: .7;
    pointer-events: auto
}

.utilityfocus .alert__close:focus {
    outline: 2px solid #fc0
}

.alert__text {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    display: -webkit-box;
    flex: 1 1 auto;
    font-size: .7rem;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: .84rem;
    margin: .6rem 0;
    max-height: 2.52rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    word-break: break-word
}

.i-ua_browser_presto .alert__text {
    display: block;
    text-overflow: -o-ellipsis-lastline
}

.i-ua_platform_ios .alert__text {
    text-overflow: clip
}

@supports ((-webkit-line-clamp:2) and ((-webkit-hyphens: auto) or (-moz-hyphens:auto) or (hyphens:auto))) {
    .i-ua_browser_firefox .alert__text,.i-ua_browser_mobilefirefox .alert__text {
        -webkit-hyphens:none;
        -moz-hyphens: none;
        -ms-hyphens: none;
        hyphens: none
    }
}

.i-ua_browser_safari .alert__text {
    max-height: none
}

.widgets .alert__text {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: .84rem;
    line-height: 1.3;
    margin: 0;
    max-height: 1.68rem;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word
}

.i-ua_browser_presto .widgets .alert__text {
    display: block;
    text-overflow: -o-ellipsis-lastline
}

.i-ua_platform_ios .widgets .alert__text {
    text-overflow: clip
}

@supports ((-webkit-line-clamp:2) and ((-webkit-hyphens: auto) or (-moz-hyphens:auto) or (hyphens:auto))) {
    .i-ua_browser_firefox .widgets .alert__text,.i-ua_browser_mobilefirefox .widgets .alert__text {
        -webkit-hyphens:none;
        -moz-hyphens: none;
        -ms-hyphens: none;
        hyphens: none
    }
}

.alert__image-wrapper {
    align-items: center;
    border-radius: 9px;
    display: flex;
    flex: 0 0 2.1rem;
    height: 2.1rem;
    justify-content: center;
    margin: 8px 0 8px 12px;
    overflow: hidden
}

.widgets .alert__image-wrapper {
    flex-basis: 1.7rem;
    height: 1.7rem;
    margin: 0 .4rem 0 0;
    order: -1
}

.widgets__group_state_maximized .alert__image-wrapper,.widgets_minimized_yes .widgets__group_state_minimized .alert__image-wrapper {
    display: none
}

@media (max-width: 1366px) {
    .widgets__group_state_minimized .alert__image-wrapper {
        display:none
    }
}

.alert__image {
    background: no-repeat 50% 50%;
    background-size: cover
}

.alert__image_size_fill {
    height: 100%;
    width: 100%
}

.alert__image_size_icon {
    height: 1.8rem;
    width: 1.8rem
}

@media (max-width: 1366px) {
    .document_new-year-promo_yes .alert:not(.widgets .alert),.document_services-suggest-pinned_yes .alert:not(.widgets .alert) {
        width:10rem
    }

    .document_new-year-promo_yes .alert:not(.widgets .alert)__content,.document_services-suggest-pinned_yes .alert:not(.widgets .alert)__content {
        padding: 0 .8rem
    }

    .document_new-year-promo_yes .alert:not(.widgets .alert)__image-wrapper,.document_services-suggest-pinned_yes .alert:not(.widgets .alert)__image-wrapper {
        display: none
    }
}

@media (max-width: 1140px) {
    .document_new-year-promo_yes .alert:not(.widgets .alert),.document_services-suggest-pinned_yes .alert:not(.widgets .alert) {
        display:none
    }
}

.alert-nowcast .alert__image_size_fill {
    position: relative
}

.alert-nowcast .alert__image_size_fill:before {
    background: #f43;
    border: 2px solid #fff;
    border-radius: 100px;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    box-sizing: border-box;
    content: "";
    display: block;
    height: 12px;
    left: 50%;
    margin-left: -6px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 12px
}

.alert-disaster {
    cursor: pointer;
    text-align: left
}

.simple-popup__overlay_theme_disaster {
    background: rgba(0,0,0,.4)
}

.simple-popup_theme_disaster {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(.95)
}

.simple-popup_theme_disaster .scrollbar__track {
    bottom: 20px;
    top: 20px
}

.simple-popup_theme_disaster.simple-popup_hiding {
    opacity: 0
}

.simple-popup_theme_disaster.simple-popup_shown {
    transform: translate(-50%,-50%)
}

.simple-popup_theme_disaster .simple-popup__content {
    background: var(--color-g-bg-primary);
    border-radius: 20px;
    box-shadow: none;
    box-sizing: border-box;
    color: var(--color-g-text-primary);
    max-height: 640px;
    min-height: 228px;
    width: 407px
}

.simple-popup_theme_disaster .simple-popup__inner {
    padding: 32px
}

.simple-popup_theme_disaster .simple-popup__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 16px
}

.simple-popup_theme_disaster .simple-popup__html {
    font-size: 16px;
    line-height: 20px
}

.simple-popup_theme_disaster .simple-popup__close {
    background: 50% no-repeat url(https://yastatic.net/s3/home-static/_/42/42f721539b7291b1b3755ec3c5189e6f.svg),var(--color-g-bg-primary);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    height: 24px;
    left: calc(100% + 16px);
    position: absolute;
    top: 0;
    width: 24px
}

.utilityfocus .simple-popup_theme_disaster .simple-popup__close:focus {
    outline: 2px solid #fc0
}

.scrollbar {
    height: 100%;
    overflow: hidden;
    position: relative
}

.scrollbar__scrollable {
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 0
}

.scrollbar__track {
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.scrollbar__thumb {
    background: rgba(0,0,0,.15);
    border-radius: 2px;
    position: relative;
    top: 0;
    touch-action: none;
    transition: .15s ease-out
}

.document_dark_yes .scrollbar__thumb {
    background: hsla(0,0%,100%,.25)
}

.scrollbar__thumb_active_yes,.scrollbar__track:hover .scrollbar__thumb {
    background: rgba(0,0,0,.2);
    border-radius: 4px
}

.document_dark_yes .scrollbar__thumb_active_yes,.document_dark_yes .scrollbar__track:hover .scrollbar__thumb {
    background: hsla(0,0%,100%,.35)
}

.scrollbar__body-styles {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.scrollbar_scroll-direction_column .scrollbar__scrollable {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior-y: none
}

.i-ua_js_yes .scrollbar_scroll-direction_column .scrollbar__scrollable {
    margin-right: -30px;
    padding-right: 30px;
    scrollbar-width: none
}

.scrollbar_scroll-direction_column .scrollbar__track {
    bottom: 2px;
    right: 0;
    top: 2px;
    width: 12px
}

.scrollbar_scroll-direction_column .scrollbar__thumb {
    height: 0;
    margin: 0 auto;
    transition-property: width,background,border-radius;
    width: 4px
}

.scrollbar_scroll-direction_column .scrollbar__thumb_active_yes,.scrollbar_scroll-direction_column .scrollbar__track:hover .scrollbar__thumb {
    width: 8px
}

.home-link2 {
    outline: none;
    text-decoration: none;
    touch-action: manipulation
}

.utilityfocus .home-link2:link:focus,.utilityfocus .home-link2:visited:focus {
    outline: 2px solid #fc0
}

.home-link2_color_blue-primary,.home-link2_color_blue-primary:visited {
    color: var(--color-g-text-blue-primary)
}

.home-link2_color_blue-primary:hover {
    color: var(--color-g-text-blue-hover)
}

.home-link2_color_inherit,.home-link2_color_inherit:visited {
    color: inherit
}

.home-link2_hover_secondary {
    transition: color .15s ease-out
}

.home-link2_hover_secondary.home-link2_pseudo_yes:hover,.home-link2_hover_secondary:link:hover,.home-link2_hover_secondary:visited:hover {
    color: var(--color-g-text-tertiary)
}

.alice-fab {
    -webkit-tap-highlight-color: transparent;
    background-color: inherit;
    border: 0;
    border-radius: 50%;
    bottom: 20px;
    cursor: pointer;
    height: 40px;
    padding: 0;
    position: fixed;
    right: 24px;
    width: 40px;
    z-index: 999
}

.alice-fab_instead-voice_yes {
    display: none
}

.alice-fab__promo {
    --z-index: 2;
    opacity: 0;
    transition-duration: 1s;
    transition-property: opacity,visibility;
    z-index: var(--z-index)
}

.alice-fab__promo_shown {
    opacity: 1
}

.alice-fab__promo-message {
    background-color: #e3dcfa;
    border-radius: 50px;
    position: fixed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 2
}

.document_dark_yes .alice-fab__promo-message {
    background-color: #3e288a
}

.alice-fab__promo-tail {
    position: fixed;
    z-index: 1
}

.document_dark_yes .alice-fab__promo-tail path {
    fill: #3e288a
}

.alice-fab__promo-close {
    background-image: url(https://yastatic.net/s3/home-static/_/fd/fd3369c92354a0ace57f48768e88a79f.svg);
    background-position: 50%;
    background-repeat: no-repeat
}

.document_dark_yes .alice-fab__promo-close {
    background-image: url(https://yastatic.net/s3/home-static/_/0c/0cef4fcb4f1b9b11516647b643226d98.svg)
}

.alice-fab__promo_hidden {
    display: none
}

.alice-container {
    bottom: 20px;
    position: fixed;
    right: 20px;
    width: 370px;
    z-index: var(--z-index)
}

.alice-container_alice-show {
    height: 100%
}

.alice-fab {
    bottom: 1.6rem;
    -webkit-filter: none;
    filter: none;
    height: 2.2rem;
    right: 1.2rem;
    transition: .15s ease-out;
    transition-property: transform,opacity,visibility;
    width: 2.2rem;
    will-change: transform
}

.alice-fab:hover {
    transform: scale(1.15)
}

.alice-fab__promo-message {
    bottom: 5rem;
    font-size: .8rem;
    padding: .7rem;
    right: 2.2rem
}

.alice-fab__promo-tail {
    bottom: 4.4rem;
    right: 2.2rem
}

.alice-fab__promo-close {
    background-size: .8rem;
    cursor: pointer;
    height: 1.6rem;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: -.6rem;
    top: -.6rem;
    transition: transform .15s ease-out,opacity .15s ease-out;
    width: 1.6rem
}

.alice-fab__promo:hover .alice-fab__promo-close {
    opacity: 1;
    pointer-events: auto
}

.alice-fab__promo-close:hover {
    transform: scale(1.2)
}

.utilityfocus .alice-fab__promo-close:focus {
    opacity: 1;
    outline: 2px solid #fc0
}

.alice-fab__promo-shortcut {
    bottom: 4.4rem;
    position: fixed;
    right: 1.2rem
}

.alice-fab__promo-shortcut-img {
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 1rem;
    cursor: pointer;
    height: 5.75rem;
    width: 5.75rem
}

.utilityfocus .alice-fab__promo-shortcut-img:focus {
    outline: 2px solid #fc0
}

@media (max-width: 1000px) {
    .alice-fab__promo {
        display:none
    }
}

.document_new-year-feed_yes .alice-fab,.document_new-year-feed_yes .alice-fab__promo {
    display: none
}

.document_feed-up_shown .alice-fab,.document_feed-up_shown .alice-fab__promo,.document_new-year-scroll_yes .alice-fab,.document_new-year-scroll_yes .alice-fab__promo {
    opacity: 0;
    transition-duration: .15s;
    visibility: hidden
}

.banner-media {
    font-size: .6rem
}

.banner-media .ad-mark {
    position: absolute;
    z-index: 2
}

.banner-media__iframe,.banner-media__iframe-wrapper,.banner-media__image {
    left: 0;
    position: absolute;
    top: 0
}

.banner-media__iframe-wrapper,.banner-media__image {
    background-color: var(--color-g-bg-fill-6);
    border-radius: .8rem;
    height: 100%;
    overflow: hidden;
    width: 100%
}

.i-ua_browser_safari .banner-media__iframe-wrapper,.i-ua_browser_safari .banner-media__image {
    will-change: transform
}

.banner-media__image {
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none
}

.banner-media__link {
    display: block;
    height: 100%;
    width: 100%
}

.banner-media__iframe {
    color-scheme: normal;
    transform-origin: 0 0
}

.banner-media__click-area {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.ad-mark {
    display: flex
}

.ad-mark__b-unit-wrapper {
    height: 14px;
    margin-left: .1rem;
    pointer-events: all;
    position: relative
}

.ad-mark__b-unit {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE2IDhBOCA4IDAgMSAxIDAgOGE4IDggMCAwIDEgMTYgMFoiLz48cGF0aCBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjE5IDEyLjc1M2gxLjY1di0xLjYxN2MwLTEuMjItLjE1LTEuNTc0LS42MTUtMi41OUw1Ljc5OSAzLjIzMUg0LjA4bDMuMTEgNi43OTV2Mi43MjdabTEuMDQ4LTQuOTE4aDEuNjhsMi4wMi00LjYwNGgtMS42OGwtMi4wMiA0LjYwNFoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    cursor: pointer;
    height: 14px;
    margin: 0;
    opacity: .5;
    padding: 0;
    position: absolute;
    width: 14px
}

html[lang=ru] .ad-mark__b-unit {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgOGE4IDggMCAxIDEgMTYgMEE4IDggMCAwIDEgMCA4WiIvPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik05LjEzMyAxMi44MTdoMS42N3YtOS42aC0yLjQzYy0yLjQ0NSAwLTMuNzMgMS4yNTctMy43MyAzLjEwNyAwIDEuNDc4LjcwNSAyLjM0OSAxLjk2MiAzLjI0N2wtMi4xODMgMy4yNDZoMS44MWwyLjQzLTMuNjMzLS44NDItLjU2N2MtMS4wMjItLjY5LTEuNTItMS4yMjktMS41Mi0yLjM5IDAtMS4wMjEuNzItMS43MTIgMi4wODctMS43MTJoLjc0NnY4LjMwMloiLz48L3N2Zz4=)
}

.ad-mark__baloon {
    background-color: #2f2f32;
    border-radius: .5rem;
    color: #fff;
    left: 0;
    opacity: 0;
    padding: .6rem;
    position: absolute;
    top: calc(100% + 8px);
    transition: visibility .15s ease-out,opacity .15s ease-out;
    visibility: hidden;
    white-space: nowrap
}

.document_dark_yes .ad-mark__baloon {
    background-color: #343539
}

.ad-mark__baloon-tail {
    fill: #2f2f32;
    bottom: -8px;
    left: -5px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: visibility .15s ease-out,opacity .15s ease-out;
    visibility: hidden
}

.document_dark_yes .ad-mark__baloon-tail {
    fill: #343539
}

.ad-mark__b-unit-wrapper:hover .ad-mark__baloon-tail,.ad-mark__b-unit-wrapper:hover+.ad-mark__baloon {
    opacity: 1;
    visibility: visible
}

.ad-mark {
    left: 0;
    position: absolute;
    top: 0;
    white-space: nowrap
}

.ad-mark_size_big .ad-mark__mark {
    background-color: #fff;
    border-radius: 16px;
    color: #000;
    cursor: pointer;
    font-size: 7px;
    font-weight: 500;
    letter-spacing: .1em;
    opacity: .5;
    padding: 3px;
    text-transform: uppercase;
    will-change: transform
}

.ad-mark_position_top-left {
    left: .5rem;
    top: .5rem
}

.ad-mark_clickable_no {
    pointer-events: none
}

.direct-close-block {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.direct-close-block_state_idle {
    pointer-events: none
}

.direct-close-block__close-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    display: none;
    font-size: 1em;
    padding: 0;
    pointer-events: auto;
    position: absolute;
    z-index: 1
}

.direct-close-block_state_action .direct-close-block__close-button_action,.direct-close-block_state_closing .direct-close-block__close-button_close,.direct-close-block_state_idle .direct-close-block__close-button_idle {
    display: block
}

.direct-close-block__close-icon {
    background: no-repeat 50%;
    border-radius: 50%;
    display: block
}

.direct-close-block_state_action .direct-close-block__close-icon,.direct-close-block_state_closing .direct-close-block__close-icon {
    background-image: url(https://yastatic.net/s3/home-static/_/ac/ac71916bcedc10e221f3e0e1b95fdbbf.svg);
    background-size: .9em
}

.document_dark_yes .direct-close-block_state_action .direct-close-block__close-icon,.document_dark_yes .direct-close-block_state_closing .direct-close-block__close-icon {
    background-image: url(https://yastatic.net/s3/home-static/_/a7/a7a0aaad66640d3a5928de7a4239e6f3.svg)
}

.direct-close-block_state_idle .direct-close-block__close-icon .adtune__small-circle {
    fill: #000
}

.document_dark_yes .direct-close-block_state_idle .direct-close-block__close-icon .adtune__small-circle {
    fill: #fff
}

.direct-close-block__close-popup,.direct-close-block__confirm-popup {
    background-color: var(--color-g-bg-primary);
    bottom: 0;
    color: var(--color-g-text-primary);
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: transform .4s ease-out;
    width: 100%
}

.direct-close-block__close-popup {
    display: none;
    z-index: 2
}

.direct-close-block_state_closing .direct-close-block__close-popup {
    display: block
}

.direct-close-block_state_closing .direct-close-block__close-popup_action {
    display: none
}

.direct-close-block_state_action .direct-close-block__close-popup_action {
    display: block
}

.direct-close-block__confirm-popup {
    z-index: 2
}

.direct-close-block__close-popup-content-wrapper,.direct-close-block__confirm-popup-content-wrapper {
    height: 100%
}

.direct-close-block__close-popup-content,.direct-close-block__confirm-popup-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.direct-close-block__close-popup-content {
    width: 100%
}

.direct-close-block__close-popup-content,.direct-close-block__confirm-popup-content {
    font-size: 1.08em
}

.direct-close-block__confirm-popup-content {
    padding: 0 1.25em;
    text-align: center
}

.utilityfocus .direct-close-block__confirm-popup-content:focus {
    outline: none
}

.direct-close-block__close-popup-capture,.direct-close-block__confirm-header {
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: .6em
}

.direct-close-block__close-popup-capture {
    align-items: baseline;
    display: flex
}

.direct-close-block__confirm-text {
    color: var(--color-g-text-quaternary);
    font-weight: 500;
    line-height: 1.2em
}

.direct-close-block__close-reasons {
    display: inline-flex;
    flex-wrap: nowrap
}

.direct-close-block__close-reason {
    background: none;
    background-color: var(--color-g-bg-fill-6);
    border: none;
    border-radius: 16px;
    color: var(--color-g-text-tertiary);
    font-family: inherit;
    font-size: 1em;
    line-height: 1.2em;
    margin: 0 4px;
    padding: 0;
    white-space: nowrap
}

.direct-close-block_state_idle .direct-close-block__close-popup {
    transform: translateX(0)
}

.direct-close-block_state_closing .direct-close-block__close-popup {
    visibility: visible
}

.direct-close-block__buttons-shadow:after {
    background: linear-gradient(90deg,#fff,hsla(0,0%,100%,0) 24px,hsla(0,0%,100%,0) calc(100% - 24px),#fff);
    content: "";
    height: calc(1.2em + 16px);
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%
}

.direct-close-block__close-popup-disclaimer {
    color: var(--color-g-text-quaternary);
    font-size: .7em;
    font-weight: 400
}

.direct-close-block .running-line_running.direct-close-block__close-popup-disclaimer:after {
    content: "";
    height: calc(1.32em + 1px);
    left: 0;
    position: absolute;
    right: 0
}

.banner-media .direct-close-block__close-icon .adtune__big-circle,.rtb .direct-close-block__close-icon .adtune__big-circle {
    fill: hsla(0,0%,100%,.25)
}

.banner-media .direct-close-block__close-icon .adtune__small-circle,.document_dark_yes .banner-media .direct-close-block__close-icon .adtune__small-circle,.document_dark_yes .rtb .direct-close-block__close-icon .adtune__small-circle,.rtb .direct-close-block__close-icon .adtune__small-circle {
    fill: #000
}

.scrollbar_scroll-direction_row .scrollbar__scrollable {
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: none;
    width: 100%
}

.scrollbar_scroll-direction_row .scrollbar__scrollable::-webkit-scrollbar {
    display: none
}

.i-ua_js_yes .scrollbar_scroll-direction_row .scrollbar__scrollable {
    width: var(--scrollbar-height, none);
    margin-bottom: -50px;
    padding-bottom: 50px
}

.scrollbar_scroll-direction_row .scrollbar__track {
    bottom: 0;
    height: 12px;
    left: 2px;
    right: 2px
}

.scrollbar_scroll-direction_row .scrollbar__inner {
    display: flex
}

.scrollbar_scroll-direction_row .scrollbar__thumb {
    height: 4px;
    top: 0;
    transform: translateY(-50%);
    transition-property: height,background,border-radius;
    width: 0
}

.scrollbar_scroll-direction_row .scrollbar__thumb_active_yes,.scrollbar_scroll-direction_row .scrollbar__track:hover .scrollbar__thumb {
    height: 8px
}

:root {
    --running-line-animation-end-pos: 0
}

.running-line {
    overflow: hidden;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: 100%
}

.running-line,.running-line__text {
    display: inline-block
}

.running-line_running .running-line__text {
    padding: 0 1em
}

@keyframes warning {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(var(--running-line-animation-end-pos))
    }
}

.direct-close-block_big .direct-close-block__close-button,.direct-close-block_big .direct-close-block__close-reason {
    cursor: pointer
}

.i-ua_browser_touch .direct-close-block_big .direct-close-block__close-button,.i-ua_browser_touch .direct-close-block_big .direct-close-block__close-reason {
    cursor: default
}

.direct-close-block_big .direct-close-block__close-icon {
    height: 26px;
    width: 26px
}

.direct-close-block_big .direct-close-block__close-button {
    right: 1em;
    top: 12px
}

.i-ua_browser_touch .direct-close-block_big .direct-close-block__close-button:focus,.pointerfocus .direct-close-block_big .direct-close-block__close-button:focus {
    outline: none
}

.direct-close-block_state_action.direct-close-block_big .direct-close-block__close-icon,.direct-close-block_state_closing.direct-close-block_big .direct-close-block__close-icon {
    opacity: .3
}

.direct-close-block_state_action.direct-close-block_big .direct-close-block__close-icon:hover,.direct-close-block_state_closing.direct-close-block_big .direct-close-block__close-icon:hover,.utilityfocus .direct-close-block_state_action.direct-close-block_big .direct-close-block__close-button:focus .direct-close-block__close-icon,.utilityfocus .direct-close-block_state_closing.direct-close-block_big .direct-close-block__close-button:focus .direct-close-block__close-icon {
    opacity: 1
}

.direct-close-block_state_idle.direct-close-block_big .direct-close-block__close-icon .adtune__big-circle {
    transition: fill .2s ease
}

.direct-close-block_state_idle.direct-close-block_big .direct-close-block__close-icon:hover .adtune__big-circle,.utilityfocus .direct-close-block_state_idle.direct-close-block_big .direct-close-block__close-button:focus .direct-close-block__close-icon .adtune__big-circle {
    fill: var(--color-g-bg-fill-6)
}

.direct-close-block_big .direct-close-block__close-popup-capture,.direct-close-block_big .direct-close-block__confirm-header {
    font-size: 1.1em
}

.direct-close-block_big .direct-close-block__close-popup-capture {
    padding-left: 44px;
    padding-right: calc(1em + 23px)
}

.direct-close-block_big .direct-close-block__confirm-text {
    font-size: 1em
}

.direct-close-block_big .direct-close-block__close-reasons {
    padding: 0 36px
}

.direct-close-block_big .direct-close-block__close-reason {
    font-size: 1em;
    padding: 8px 16px
}

.direct-close-block_big .direct-close-block__close-reason:hover,.utilityfocus .direct-close-block_big .direct-close-block__close-reason:focus {
    background-color: var(--color-g-bg-fill-12);
    outline: none
}

.direct-close-block_big .direct-close-block__buttons-shadow:after {
    top: 0
}

.document_dark_yes .direct-close-block_big .direct-close-block__buttons-shadow:after {
    background: linear-gradient(90deg,var(--color-g-bg-primary),rgba(29,30,34,0) 24px,rgba(29,30,34,0) calc(100% - 24px),var(--color-g-bg-primary))
}

.direct-close-block_big .direct-close-block__close-popup,.direct-close-block_big .direct-close-block__confirm-popup {
    cursor: default
}

.direct-close-block_big .direct-close-block__scrollbar {
    height: calc(16px + 1em);
    overflow: visible
}

.direct-close-block_big .direct-close-block__scrollbar .scrollbar__track {
    bottom: -24px;
    cursor: pointer;
    left: 24px;
    right: 24px
}

.i-ua_browser_touch .direct-close-block_big .direct-close-block__scrollbar .scrollbar__track {
    visibility: hidden
}

.direct-close-block_big .direct-close-block__close-popup-disclaimer {
    margin-left: 1em
}

.direct-close-block_big .running-line_running.direct-close-block__close-popup-disclaimer:after {
    background: linear-gradient(90deg,#fff,hsla(0,0%,100%,0) 1em,hsla(0,0%,100%,0) calc(100% - 1em),#fff)
}

.document_dark_yes .direct-close-block_big .running-line_running.direct-close-block__close-popup-disclaimer:after {
    background: linear-gradient(90deg,#161617,rgba(22,22,23,0) 1em,rgba(22,22,23,0) calc(100% - 1em),#161617)
}

.banner-media .direct-close-block__close-popup-capture,.rtb .direct-close-block__close-popup-capture {
    padding-right: calc(.5em + 23px)
}

.banner-media .direct-close-block_big .direct-close-block__close-button,.rtb .direct-close-block_big .direct-close-block__close-button {
    right: .5em;
    top: .5em
}

.banner-media .direct-close-block_big.direct-close-block_state_idle .direct-close-block__close-icon:hover .adtune__big-circle,.rtb .direct-close-block_big.direct-close-block_state_idle .direct-close-block__close-icon:hover .adtune__big-circle,.utilityfocus .banner-media .direct-close-block_big.direct-close-block_state_idle .direct-close-block__close-button:focus .direct-close-block__close-icon .adtune__big-circle,.utilityfocus .rtb .direct-close-block_big.direct-close-block_state_idle .direct-close-block__close-button:focus .direct-close-block__close-icon .adtune__big-circle {
    fill: hsla(0,0%,100%,.45)
}

.direct-close-block_large.direct-close-block_big .direct-close-block__close-popup,.direct-close-block_large.direct-close-block_big .direct-close-block__confirm-popup {
    bottom: -1px;
    text-align: center;
    top: -1px
}

.direct-close-block_large.direct-close-block_big .direct-close-block__close-popup-capture {
    margin-bottom: 1em;
    padding: 0
}

.direct-close-block_large.direct-close-block_big .direct-close-block__close-reasons {
    padding: 0 9em
}

.direct-close-block_large.direct-close-block_big .direct-close-block__close-reason {
    margin-bottom: .5em
}

.banner-dist__content {
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    width: 100%
}

.direct-close-block_yaru {
    bottom: -1px;
    height: auto;
    left: -1px;
    right: -1px;
    top: -1px;
    width: auto
}

.direct-close-block_yaru.direct-close-block_big .direct-close-block__close-icon {
    height: 1.2rem;
    width: 1.2rem
}

.direct-close-block_yaru.direct-close-block_big .direct-close-block__ad-info {
    padding-left: 1.5rem
}

.direct-close-block_yaru.direct-close-block_big .direct-close-block__close-popup-capture {
    margin-bottom: .6em;
    padding-left: 1.5rem;
    padding-right: calc(.5em + 1rem)
}

.direct-close-block_yaru.direct-close-block_big .direct-close-block__scrollbar .scrollbar__track {
    bottom: -1rem
}

.direct-close-block_yaru.direct-close-block_big .direct-close-block__close-reasons {
    padding: 0 1.3rem
}

.direct-close-block_yaru.direct-close-block_big .direct-close-block__close-reason {
    margin: 0 .2rem
}

.direct-close-block__ad-info {
    display: block
}

.direct-close-block_big.direct-close-block_ad-mark .direct-close-block__close-button_idle {
    left: 0;
    top: 0
}

.direct-close-block_big.direct-close-block_ad-mark .direct-close-block__close-button_action {
    right: 1em;
    top: 12px
}

.direct-close-block_big.direct-close-block_ad-mark .direct-close-block__ad-info {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 0 44px
}

.banner__content:after {
    border: 1px solid var(--color-g-bg-fill-18);
    box-sizing: border-box;
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.i-ua_browser_safari .banner__content:after {
    will-change: transform
}

.banner {
    height: 0;
    margin-top: 1rem;
    padding-bottom: calc((100% - 1.1536rem)/var(--height-ratio));
    position: relative;
    width: 100%
}

.banner__content {
    border-radius: .8rem;
    height: 100%;
    left: .5768rem;
    overflow: hidden;
    position: absolute;
    right: .5768rem
}

.i-ua_browser_safari .banner__content {
    will-change: transform
}

.banner__content:after {
    border-radius: .8rem
}

.trends+.banner {
    margin-top: 1.6rem
}

.dist-favourites {
    background-color: #2f2f32;
    border-radius: .5rem;
    box-sizing: border-box;
    color: #fff;
    display: none;
    padding: .5rem 1.25rem .75rem 1rem;
    position: absolute;
    right: 1.2rem;
    top: .5rem;
    width: 11.6rem;
    z-index: 1001
}

.dist-favourites_visible_yes {
    animation: appear-from-right .6s ease-out forwards;
    display: block
}

.dist-favourites__title {
    font-size: .8rem;
    font-weight: 700;
    line-height: 1rem;
    margin-bottom: .75rem;
    padding-right: 13px
}

.dist-favourites__feature {
    align-items: center;
    display: flex;
    font-size: .7rem;
    line-height: .9rem;
    margin-top: .5rem
}

.dist-favourites__feature-icon {
    flex-shrink: 0;
    height: 1.2rem;
    margin-right: .6rem;
    width: 1.2rem
}

.dist-favourites__close,.dist-favourites__feature-icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.dist-favourites__close {
    background-color: transparent;
    background-image: url(https://yastatic.net/s3/home-static/_/41/41b37c9547954d92b2fa78c94555ca4b.svg);
    border: none;
    cursor: pointer;
    height: .8rem;
    margin: 0;
    padding: 0;
    position: absolute;
    right: .5rem;
    top: .5rem;
    width: .8rem
}

.dist-favourites__close:hover {
    opacity: .8
}

@keyframes appear-from-right {
    0% {
        transform: translateX(13rem)
    }

    to {
        transform: translateX(0)
    }
}

.home-link2_color_black,.home-link2_color_black:visited {
    color: #000;
    color: var(--color-g-text-primary)
}

.dist-overlay__content {
    -webkit-font-smoothing: antialiased;
    background-color: var(--color-g-bg-primary);
    border-radius: inherit;
    box-sizing: border-box;
    color: #000;
    padding: 55px 60px 24px;
    text-align: center;
    width: 684px
}

.dist-overlay__content_theme_dark,.document_dark_yes .dist-overlay__content {
    color: #fff
}

.dist-overlay__icon {
    margin-bottom: 30px;
    width: 88px
}

.dist-overlay__icon,.dist-overlay__top-section {
    display: inline-block
}

.dist-overlay__title {
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.375rem;
    margin-bottom: 12px
}

.dist-overlay__description {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: 30px;
    opacity: .5;
    text-align: center
}

.dist-overlay__age-restriction {
    background-color: var(--color-g-bg-fill-6);
    border-radius: 6px;
    color: var(--color-g-text-quaternary);
    font-size: .875rem;
    font-weight: 500;
    left: 14px;
    line-height: 1rem;
    opacity: .6;
    padding: 4px 6px;
    position: absolute;
    top: 14px
}

.dist-overlay__content_theme_dark .dist-overlay__age-restriction {
    background-color: hsla(0,0%,100%,.06);
    color: hsla(0,0%,100%,.45)
}

.dist-overlay__link-wrapper {
    color: #000
}

html:not(.document_dark_yes) .dist-overlay__content_button-theme_dark .dist-overlay__link-wrapper {
    color: #fff
}

.dist-overlay__link {
    background-color: #ffe067;
    border-radius: 16px;
    display: inline-block;
    font-size: 1.25rem;
    line-height: 3.125rem;
    margin-bottom: 55px;
    padding: 0 33px;
    text-align: center;
    transition: background-color .15s ease-out
}

.dist-overlay__link:hover {
    background-color: #fc0
}

.dist-overlay__popup_theme_dark.simple-popup_theme_modal .simple-popup__close {
    background-image: url(https://yastatic.net/s3/home-static/_/08/08334a105f1fe4c3d7136852bb509102.svg)
}

.dist-overlay__content {
    padding: 2.5rem 2.6rem;
    width: 26rem
}

.dist-overlay__icon {
    margin-bottom: 1rem;
    width: 3.2rem
}

.dist-overlay__title {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.2rem;
    margin-bottom: .4rem
}

.dist-overlay__description {
    font-size: .8rem;
    line-height: 1.2em;
    margin-bottom: 1.2rem
}

.dist-overlay__link {
    border-radius: .6rem;
    display: inline-flex;
    font-size: .8rem;
    font-weight: 500;
    justify-content: center;
    line-height: 1.2rem;
    margin-bottom: 0;
    padding: .6rem 1.2rem
}

.dist-overlay__link-icon {
    background-image: url(https://yastatic.net/s3/home-static/_/4d/4d44921ee613d8482bff3a358f0e12d4.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 1.2rem;
    margin-right: .5rem;
    width: .8rem
}

.simple-popup__overlay {
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: .15s ease-out;
    visibility: hidden;
    width: 100%
}

.simple-popup__overlay_shown {
    opacity: 1;
    visibility: visible
}

.simple-popup_theme_modal {
    background: var(--color-g-bg-primary);
    border-radius: 20px;
    color: var(--color-g-text-primary);
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(.75)
}

.simple-popup_theme_modal.simple-popup_shown {
    transform: translate(-50%,-50%)
}

.simple-popup_theme_modal.simple-popup_hiding {
    transform: translate(-50%,-50%) scale(1.5)
}

.simple-popup_theme_modal .simple-popup__close {
    background: no-repeat 50% 50% url(https://yastatic.net/s3/home-static/_/de/dea813f63845fbf868c968b0a72274d6.svg);
    border: none;
    cursor: pointer;
    height: 24px;
    margin: 0;
    opacity: .24;
    padding: 0;
    position: absolute;
    right: 12px;
    top: 12px;
    transition: opacity .15s ease-out;
    width: 24px
}

.simple-popup_theme_modal .simple-popup__close:hover {
    opacity: .5
}

.document_dark_yes .simple-popup_theme_modal .simple-popup__close {
    background-image: url(https://yastatic.net/s3/home-static/_/08/08334a105f1fe4c3d7136852bb509102.svg)
}

.simple-popup__overlay_theme_modal {
    background: rgba(0,0,0,.5)
}

.dist-stripe {
    background-color: var(--color-g-bg-fill-6);
    color: var(--color-g-text-primary);
    display: flex;
    flex-shrink: 0;
    font-size: .65rem;
    height: 2rem;
    justify-content: center;
    position: relative
}

.dist-stripe_dark {
    color: #fff
}

.dist-stripe__content-wrapper {
    align-items: center;
    display: flex;
    justify-content: center
}

.dist-stripe_all-clickable .dist-stripe__content-wrapper {
    width: 100%
}

.dist-stripe__icon {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 1.1rem;
    margin-right: .4rem;
    width: 1.1rem
}

.dist-stripe__icon_big {
    background-position: 50%;
    background-size: 2.4rem;
    height: 2rem;
    margin-right: 6.4rem;
    width: 2.4rem
}

.dist-stripe__icon_icon {
    background-position: 100%;
    background-size: contain;
    height: 1.9rem;
    width: 3.8rem
}

.dist-stripe__age {
    opacity: .48;
    white-space: pre-wrap
}

.dist-stripe__button {
    background-color: hsla(0,0%,100%,.24);
    border-radius: .3rem;
    color: var(--color-g-text-primary);
    margin-left: .6rem;
    padding: .2rem .4rem;
    transition: background-color .3s ease
}

.dist-stripe__button:hover {
    background-color: hsla(0,0%,100%,.3)
}

.dist-stripe__button_dark {
    color: #fff
}

.dist-stripe__close {
    background-color: transparent;
    background-image: url(https://yastatic.net/s3/home-static/_/0b/0bed23f623dba41558eb5df3fd2218ce.svg);
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    cursor: pointer;
    height: .6rem;
    margin: 0;
    opacity: .48;
    padding: 0;
    position: absolute;
    right: 1.1rem;
    top: .7rem;
    transition: opacity .3s ease;
    width: .6rem
}

.dist-stripe__close:hover {
    opacity: .69
}

.dist-stripe_dark .dist-stripe__close,.document_dark_yes .dist-stripe__close {
    background-image: url(https://yastatic.net/s3/home-static/_/56/5673d10ac6af52a68fbbbd3da5ffd6c8.svg)
}

.goods__header {
    display: block
}

.goods__list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.goods__item {
    display: flex
}

.goods__item-icon {
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    box-sizing: border-box;
    flex-shrink: 0;
    position: relative
}

.goods__item-icon:after {
    background-color: rgba(0,0,0,.06);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%
}

.goods__item-common-icon {
    align-items: center;
    align-self: start;
    color: var(--color-g-text-tertiary);
    display: flex
}

.goods__title {
    font-weight: 500
}

.goods__subtitle {
    color: var(--color-g-text-tertiary);
    font-weight: 400
}

.goods__link {
    align-items: center;
    display: flex;
    overflow: hidden
}

.goods__item-text {
    font-weight: 400
}

.goods__button-expand {
    background-color: transparent;
    border: none;
    color: var(--color-g-text-quaternary);
    display: flex;
    font-weight: 400;
    padding: 5px 0
}

.goods_expand_no .goods__list_more,.goods_expand_yes .goods__button-expand {
    display: none
}

.goods {
    margin: calc(50vh - 14rem) 0 2.6rem;
    position: relative;
    width: 100%
}

@media (max-height: 768px) {
    .goods {
        margin-top:2rem
    }
}

.goods__header {
    margin-bottom: .9rem
}

.goods__title {
    font-size: 1.05rem;
    line-height: 1.2rem;
    margin-bottom: .2rem
}

.goods__subtitle {
    font-size: .8rem;
    line-height: 1rem
}

.goods__item-text {
    font-size: .9rem;
    line-height: 1.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.goods__button-expand {
    cursor: pointer;
    font-size: .8rem;
    line-height: .8rem;
    margin-top: 1rem
}

.goods__item-icon {
    border: .1rem solid #fff;
    border-radius: .6rem;
    height: 2.2rem;
    margin-right: .65rem;
    width: 2.2rem
}

.goods__item-icon:after {
    border-radius: .6rem;
    height: calc(100% + .2rem);
    left: -.1rem;
    top: -.1rem;
    width: calc(100% + .2rem)
}

.goods__item-common-icon {
    height: 1.1rem;
    margin-right: .65rem
}

.goods__item {
    margin-bottom: .5rem
}

.goods_common-icon_yes .goods__item {
    margin-bottom: 1rem
}

.home-link2_pseudo_yes {
    cursor: pointer
}

.headline {
    align-items: center;
    display: flex;
    height: 2.2rem;
    padding: 1.4rem 1.7rem 0 1.6rem;
    position: relative;
    z-index: 2
}

.headline__logo {
    background-image: url(/surat/harakatda_islam.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 2.2rem;
    border-radius: 50%;
    display: block;
    height: 2.2rem;
    transition: transform .15s ease-out;
    width: 2.2rem;
    will-change: transform
}

.document_global_yes .headline__logo {
    background-image: url(/surat/harakatda_islam.svg)
}

.headline__logo:hover {
    transform: scale(1.15)
}

.headline__personal {
    align-items: center;
    display: flex;
    margin-left: auto
}

.headline__personal-enter {
    background: var(--color-g-bg-fill-6);
    border-radius: .6rem;
    display: block;
    font-size: .8rem;
    font-weight: 500;
    height: 2rem;
    line-height: 2rem;
    margin-left: .5rem;
    margin-right: .6rem;
    padding: 0 1rem;
    transition: background .15s
}

.headline__personal-enter:hover {
    background: var(--color-g-bg-fill-12)
}

.headline__personal-item {
    height: 2rem;
    margin-right: .1rem;
    position: relative;
    width: 2rem
}

.headline__personal-icon {
    color: var(--color-g-text-quaternary);
    transition: opacity .15s
}

.headline__personal-icon svg {
    height: 100%;
    left: 0;
    margin: -.1rem;
    padding: .1rem;
    position: absolute;
    top: 0;
    width: 100%
}

.headline__personal-icon:hover {
    opacity: .55
}

.headline__personal-badge {
    background-color: #ff5c03;
    border-radius: .15rem;
    height: .3rem;
    position: absolute;
    right: .2rem;
    top: .3rem;
    width: .3rem
}

.headline__personal-avatar {
    margin-left: .5rem;
    position: relative
}

.headline__personal-avatar:hover .avatar__image-wrapper:before {
    opacity: .15
}

.headline__personal-avatar .avatar__image-wrapper:before {
    background: #000;
    border-radius: 50%;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .15s;
    width: 100%;
    z-index: 1
}

.headline__personal-menu {
    margin-left: .1rem;
    margin-right: 0
}

.headline__personal-menu:hover {
    opacity: .5
}

.headline__lang-switcher {
    margin-right: .5rem
}

.avatar {
    display: inline-block;
    vertical-align: middle
}

.avatar__image-wrapper {
    background-color: var(--color-g-bg-secondary);
    border-radius: 100px;
    display: block;
    position: relative
}

.avatar__image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 100px;
    display: block
}

.avatar__camera {
    display: none
}

.avatar_plus_yes {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 4px
}

.avatar__badge {
    background-color: #ff5c03;
    border: 2.5px solid var(--color-g-bg-primary);
    border-radius: 10px;
    height: 10px;
    position: absolute;
    right: -4.5px;
    top: -4.5px;
    width: 10px;
    z-index: 10
}

.avatar_size_adaptive .avatar__image {
    background-size: cover;
    height: 2rem;
    width: 2rem
}

.avatar_size_adaptive.avatar_child_yes,.avatar_size_adaptive.avatar_plus_yes {
    padding: 4px
}

@media (min-width: 1600px) {
    .avatar_size_adaptive.avatar_child_yes,.avatar_size_adaptive.avatar_plus_yes {
        padding:5px
    }
}

.avatar_size_adaptive.avatar_child_yes:after,.avatar_size_adaptive.avatar_plus_yes:after {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 44px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

@media (min-width: 1600px) {
    .avatar_size_adaptive.avatar_child_yes:after,.avatar_size_adaptive.avatar_plus_yes:after {
        background-size:52px
    }
}

.avatar_size_adaptive.avatar_child_yes .avatar__image,.avatar_size_adaptive.avatar_plus_yes .avatar__image {
    height: 36px;
    width: 36px
}

@media (min-width: 1600px) {
    .avatar_size_adaptive.avatar_child_yes .avatar__image,.avatar_size_adaptive.avatar_plus_yes .avatar__image {
        height:42px;
        width: 42px
    }
}

.avatar_size_adaptive.avatar_plus_yes:after {
    background-image: url(https://yastatic.net/s3/home-static/_/a5/a54483bd82b6a251b78d381b66a6a4c5.svg)
}

.avatar_size_adaptive.avatar_child_yes:after {
    background-image: url(https://yastatic.net/s3/home-static/_/9e/9e247d1cba12e98cec86d543c4f05578.svg)
}

.document_dark_yes .avatar_size_adaptive.avatar_child_yes:after {
    background-image: url(https://yastatic.net/s3/home-static/_/3e/3ee3f3eea05814283f9d2230cdf94858.svg)
}

.avatar_size_adaptive.avatar_plus_yes.avatar_child_yes:after {
    background-image: url(https://yastatic.net/s3/home-static/_/24/242b53b37b393bb2daccdc239af94c2c.svg)
}

.document_dark_yes .avatar_size_adaptive.avatar_plus_yes.avatar_child_yes:after {
    background-image: url(https://yastatic.net/s3/home-static/_/18/18fe660d4a426d05139a6bc1c5fa3a5a.svg)
}

.avatar_size_adaptive__badge {
    border: .125rem solid var(--color-g-bg-primary);
    border-radius: .5rem;
    height: .5rem;
    right: -.22rem;
    top: -.22rem;
    width: .5rem
}

.avatar.avatar_goose_yes .avatar__image {
    background-image: url(https://yastatic.net/s3/home-static/_/b5/b5a1fb0e21a873bc8314c18b2fb36c74.jpg)
}

.home-link2_hover_red {
    transition: color .15s ease-out
}

.home-link2_hover_red.home-link2_pseudo_yes:hover,.home-link2_hover_red:link:hover,.home-link2_hover_red:visited:hover {
    color: #c00
}

.message-promo {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 1
}

.message-promo__message-wrapper {
    position: relative
}

.message-promo__message-link {
    background-color: var(--color-g-bg-fill-6);
    color: var(--color-g-text-primary);
    display: block;
    white-space: pre-wrap
}

.message-promo__img-wrapper,.message-promo__video-wrapper {
    position: relative
}

.message-promo__img-wrapper_played .message-promo__pause-button,.message-promo__video-wrapper_played .message-promo__pause-button {
    display: block
}

.message-promo__img-wrapper_played .message-promo__play-button,.message-promo__video-wrapper_played .message-promo__play-button {
    display: none
}

.message-promo__img-wrapper_loaded .message-promo__video-button,.message-promo__video-wrapper_loaded .message-promo__video-button {
    opacity: .8
}

.message-promo__img-link,.message-promo__video-link {
    background-color: var(--color-g-bg-fill-6);
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    transform: translateZ(0)
}

.message-promo__img,.message-promo__video {
    pointer-events: none;
    width: 100%
}

.message-promo__img {
    background-size: contain;
    display: block;
    height: 100%
}

.message-promo__video-button {
    background: none;
    background-position: 50%;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute
}

.utilityfocus .message-promo__video-button:focus {
    outline: 2px solid #fc0
}

.message-promo__play-button {
    background-image: url(https://yastatic.net/s3/home-static/_/b8/b8e78ddcf167c77752434675c5f3f229.svg);
    display: block
}

.message-promo__pause-button {
    background-image: url(https://yastatic.net/s3/home-static/_/58/58937958d4bfda45e2658e26e45db206.svg);
    display: none
}

.message-promo__close-button {
    align-items: center;
    background: none;
    border: none;
    color: var(--color-g-text-primary);
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: absolute
}

.utilityfocus .message-promo__close-button:focus {
    outline: 2px solid #fc0
}

.services-grid .message-promo {
    margin-left: var(--inline-padding);
    margin-right: var(--inline-padding);
    margin-top: 20px;
    padding: 0;
    position: static
}

@media (max-height: 800px) {
    .services-grid .message-promo {
        display:none
    }
}

.message-promo_link_no {
    cursor: default
}

.message-promo {
    left: 1.6rem;
    margin-top: .6rem;
    top: 3.6rem
}

@media (max-width: 1000px) {
    .message-promo {
        display:none
    }
}

.message-promo__message-wrapper {
    transform-origin: center left;
    transition: transform .3s ease
}

@media (any-hover: hover) {
    .message-promo_link_yes .message-promo__message-wrapper:hover {
        transform:scale(1.14)
    }

    .message-promo__message-wrapper:hover .message-promo__close-button {
        opacity: 1
    }
}

.message-promo__message-link {
    border-radius: .7rem;
    font-size: .7rem;
    line-height: .9rem;
    padding: .5rem .6rem
}

.message-promo__img-wrapper,.message-promo__video-wrapper {
    margin-top: .4rem;
    transform-origin: center left;
    transition: transform .3s ease;
    will-change: transform
}

@media (any-hover: hover) {
    .message-promo_link_yes .message-promo__img-wrapper:hover,.message-promo_link_yes .message-promo__video-wrapper:hover {
        transform:scale(1.14)
    }
}

.message-promo__img,.message-promo__img-link,.message-promo__video,.message-promo__video-link {
    border-radius: .6rem
}

.message-promo__video-button {
    background-size: 1.3rem 1.2rem;
    bottom: .6rem;
    height: 1.2rem;
    left: .6rem;
    width: 1.3rem
}

.message-promo__close-button {
    background-color: #d1d1d1;
    border-radius: 1rem;
    height: .8rem;
    opacity: 0;
    right: -.25rem;
    top: -.25rem;
    transition: background-color .3s ease;
    width: .8rem
}

.document_dark_yes .message-promo__close-button {
    background-color: #323233
}

.message-promo__close-button svg {
    height: .4rem;
    opacity: .4;
    transition: opacity .3s ease;
    width: .4rem
}

.message-promo__close-button:focus {
    opacity: 1
}

.message-promo__close-button:hover {
    background-color: #c2c2c2
}

.document_dark_yes .message-promo__close-button:hover {
    background-color: #5c5c5d
}

.message-promo__close-button:hover svg {
    opacity: .66
}

@media (any-hover: none) {
    .message-promo__close-button {
        background-color:#c2c2c2;
        opacity: 1
    }

    .document_dark_yes .message-promo__close-button {
        background-color: #5c5c5d
    }

    .message-promo__close-button svg {
        opacity: .66
    }
}

@media (max-width: 1280px) {
    .document_services-suggest-pinned_yes .message-promo {
        max-width:9rem
    }

    .document_services-suggest-pinned_yes .message-promo__message {
        white-space: normal
    }
}

@media (max-width: 1140px) {
    .document_services-suggest-pinned_yes .message-promo {
        display:none
    }
}

.lang-switcher {
    align-items: center;
    background-color: var(--color-g-bg-fill-6);
    border-radius: .6rem;
    display: flex;
    padding: .15rem
}

.lang-switcher__button {
    background-color: transparent;
    border: none;
    border-radius: .5rem;
    color: inherit;
    cursor: pointer;
    font-size: .8rem;
    font-weight: 500;
    line-height: 1.25;
    margin: 0;
    padding: .35rem .8rem;
    transition: background-color .15s ease-out
}

.lang-switcher__button_pressed_yes {
    background-color: var(--color-g-bg-primary);
    pointer-events: none
}

.utilityfocus .lang-switcher__button:focus {
    outline: 2px solid #fc0;
    z-index: 1
}

.lang-switcher__button:hover {
    background-color: var(--color-g-bg-fill-6)
}

.lang-switcher__button:active {
    background-color: var(--color-g-bg-fill-12)
}

.widgets {
    position: absolute;
    right: 1.6rem;
    top: 5rem;
    transition: .15s ease-out;
    transition-property: width,visibility,opacity,color;
    width: 11.5rem
}

.widgets_minimized_yes {
    color: var(--color-g-text-secondary);
    width: 8.3rem
}

.widgets_minimized_yes .widgets__header {
    padding: 0 .4rem
}

.widgets_minimized_yes .widgets__toggle-icon {
    transform: rotate(-180deg)
}

.widgets_minimized_yes .widgets__geo {
    max-width: 6rem
}

.widgets_minimized_yes .widgets__group_state_maximized {
    background-color: transparent;
    border-radius: .2rem;
    box-shadow: none;
    margin-bottom: 0;
    padding: 0
}

.widgets_minimized_yes .widgets__group_state_minimized {
    background-color: var(--color-g-bg-secondary);
    border-radius: .8rem;
    box-shadow: 0 2px 10px 0 #dae3ef;
    padding: .1rem .6rem
}

.document_dark_yes .widgets_minimized_yes .widgets__group_state_minimized {
    box-shadow: none
}

.widgets_minimized_yes .widgets__group_state_minimized .widgets__item {
    background-color: transparent;
    border-radius: .2rem;
    border-radius: 0;
    border-top: 1px solid var(--color-g-bg-fill-6);
    box-shadow: none;
    margin-bottom: 0;
    padding: 0
}

.widgets_minimized_yes .widgets__group_state_minimized .widgets__alert {
    padding: 0
}

.widgets_minimized_yes .widgets__group_state_minimized>.widgets__item:first-of-type,.widgets_minimized_yes .widgets__group_state_minimized>:first-of-type .widgets__item:first-of-type {
    border-top: none
}

.widgets_minimized_yes .widgets__item {
    padding: .5rem .6rem
}

.widgets_minimized_yes .widgets__item_state_minimized {
    display: flex
}

.widgets_minimized_yes .widgets__item_state_maximized {
    display: none
}

.widgets_minimized_yes .widgets__alert {
    padding: 0
}

@media (max-width: 1366px) {
    .widgets {
        color:var(--color-g-text-secondary);
        width: 8.3rem
    }

    .widgets .widgets__header {
        padding: 0 .4rem
    }

    .widgets .widgets__toggle-icon {
        transform: rotate(-180deg)
    }

    .widgets .widgets__geo {
        max-width: 6rem
    }

    .widgets .widgets__group_state_maximized {
        background-color: transparent;
        border-radius: .2rem;
        box-shadow: none;
        margin-bottom: 0;
        padding: 0
    }

    .widgets .widgets__group_state_minimized {
        background-color: var(--color-g-bg-secondary);
        border-radius: .8rem;
        box-shadow: 0 2px 10px 0 #dae3ef;
        padding: .1rem .6rem
    }

    .document_dark_yes .widgets .widgets__group_state_minimized {
        box-shadow: none
    }

    .widgets .widgets__group_state_minimized .widgets__item {
        background-color: transparent;
        border-radius: .2rem;
        border-radius: 0;
        border-top: 1px solid var(--color-g-bg-fill-6);
        box-shadow: none;
        margin-bottom: 0;
        padding: 0
    }

    .widgets .widgets__group_state_minimized .widgets__alert {
        padding: 0
    }

    .widgets .widgets__group_state_minimized>.widgets__item:first-of-type,.widgets .widgets__group_state_minimized>:first-of-type .widgets__item:first-of-type {
        border-top: none
    }

    .widgets .widgets__item {
        padding: .5rem .6rem
    }

    .widgets .widgets__item_state_minimized {
        display: flex
    }

    .widgets .widgets__item_state_maximized {
        display: none
    }

    .widgets .widgets__alert {
        padding: 0
    }

    .widgets .widgets__toggle-button {
        display: none
    }

    .widgets .widgets__header {
        justify-content: center
    }

    .widgets .widgets__geo {
        max-width: 100%
    }
}

@media (max-width: 1050px) {
    .widgets {
        opacity:0;
        visibility: hidden
    }
}

.document_feed-up_shown .widgets {
    opacity: 0;
    visibility: hidden
}

.widgets__geo {
    align-self: stretch;
    border-radius: .1rem;
    font-size: .5rem;
    font-weight: 500;
    letter-spacing: .05rem;
    line-height: 1;
    max-width: 9rem;
    overflow: hidden;
    padding: .15rem 0;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 1
}

.widgets__toggle-button {
    align-items: center;
    background-color: transparent;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 2.2rem;
    justify-content: center;
    margin: -.7rem -.7rem -.7rem 0;
    padding: 0;
    width: 2.2rem
}

.widgets__toggle-button:hover {
    color: var(--color-g-text-tertiary)
}

.utilityfocus .widgets__toggle-button:focus {
    outline: 2px solid #fc0;
    z-index: 1
}

.widgets_content_no .widgets__toggle-button {
    display: none
}

.widgets__toggle-icon {
    display: block;
    height: .8rem;
    transform-origin: center 55%;
    transition: .15s ease-out;
    transition-property: transform;
    width: .8rem;
    will-change: transform
}

.widgets__header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: .2rem;
    padding: 0 .4rem 0 .6rem;
    transition: .15s ease-out;
    transition-property: padding
}

.widgets_content_no .widgets__header {
    justify-content: end
}

.widgets__content {
    display: flex;
    flex-direction: column
}

.widgets__group {
    margin-bottom: .2rem;
    transition: .15s ease-out;
    transition-property: border-width,padding-top,padding-bottom
}

.widgets__group_state_maximized {
    background-color: var(--color-g-bg-secondary);
    border-radius: .8rem;
    box-shadow: 0 2px 10px 0 #dae3ef;
    padding: .4rem .5rem
}

.document_dark_yes .widgets__group_state_maximized {
    box-shadow: none
}

.widgets__group_state_maximized .widgets__item,.widgets__group_state_minimized {
    background-color: transparent;
    border-radius: .2rem;
    box-shadow: none;
    padding: 0
}

.widgets__group:last-child {
    margin-bottom: 0
}

.widgets__item {
    background-color: var(--color-g-bg-secondary);
    border-color: var(--color-g-bg-fill-6);
    border-radius: .8rem;
    border-width: 0;
    box-shadow: 0 2px 10px 0 #dae3ef;
    margin: 0 0 .2rem;
    padding: .5rem .8rem;
    transition: .15s ease-out;
    transition-property: padding,color
}

.document_dark_yes .widgets__item {
    box-shadow: none
}

.widgets__item_state_minimized {
    display: none
}

.widgets__item_state_maximized {
    display: flex
}

.widgets__item:last-child {
    margin-bottom: 0
}

.widgets__alert {
    padding: 0
}

.widgets__widget {
    margin-bottom: .1rem
}

.widgets__widget:last-child {
    margin-bottom: 0
}

.widgets__widget_type_united {
    align-items: center
}

.widget-stocks {
    box-sizing: border-box;
    display: flex;
    overflow: hidden
}

.widget-stocks__items {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: space-evenly;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.widget-stocks_full_yes .widget-stocks__items {
    justify-content: space-between
}

.widget-stocks__item {
    flex-shrink: 0;
    width: -moz-max-content;
    width: max-content
}

.widget-stocks__link {
    -moz-font-feature-settings: "ss02" on;
    font-feature-settings: "ss02" on;
    border-radius: .2rem;
    display: flex;
    flex-direction: column;
    font-variant-numeric: lining-nums proportional-nums;
    font-weight: 500;
    line-height: 1;
    margin: -.3rem;
    padding: .3rem
}

.widget-stocks__short {
    font-size: .5rem;
    margin-bottom: .1rem
}

.widget-stocks__value {
    font-size: .6rem;
    margin-bottom: .1rem
}

.widget-stocks__delta {
    color: var(--color-g-text-quaternary);
    font-size: .5rem
}

.widget-stocks__delta_trend_up {
    color: #00b341
}

.widget-stocks__delta_trend_down {
    color: #f33
}

.widget-traffic {
    align-items: center;
    border-radius: .2rem;
    display: flex;
    justify-content: center;
    overflow: hidden
}

.widget-traffic_future_yes {
    justify-content: space-between
}

.widget-traffic__info {
    align-items: center;
    display: flex;
    padding: .3rem .4rem .3rem .1rem
}

.widget-traffic__icon {
    height: 2rem;
    margin-right: .4rem;
    width: 2rem
}

.widget-traffic__text {
    -moz-font-feature-settings: "ss02" on;
    font-feature-settings: "ss02" on;
    font-size: 1rem;
    font-variant-numeric: lining-nums proportional-nums;
    font-weight: 500;
    line-height: 1
}

.widget-traffic__future-item {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: .2rem;
    margin-right: .2rem
}

.widget-traffic__future-title {
    color: var(--color-g-text-quaternary);
    font-size: .5rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: .2rem;
    text-align: center
}

.widget-traffic__future-icon {
    color: var(--color-g-text-primary);
    height: 1.5rem;
    width: 1.5rem
}

.widget-traffic_size_s {
    flex-basis: 50%;
    flex-grow: 1;
    justify-content: center;
    min-width: -moz-max-content;
    min-width: max-content
}

.widget-traffic_size_s .widget-traffic__icon {
    height: 1.6rem;
    margin-right: .3rem;
    width: 1.6rem
}

.widget-traffic_size_s .widget-traffic__info {
    padding: .5rem .1rem
}

.widget-traffic_size_s .widget-traffic__text {
    font-size: .9rem
}

.widget-weather {
    align-items: center;
    border-radius: .2rem;
    display: flex;
    justify-content: center;
    overflow: hidden
}

.widget-weather_future_yes {
    justify-content: space-between
}

.widget-weather__info {
    align-items: center;
    display: flex;
    padding: .2rem .2rem .2rem 0
}

.widget-weather__icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 2.1rem;
    margin-right: .2rem;
    width: 2.1rem
}

.widget-weather__text-info {
    display: flex;
    flex-direction: column;
    font-variant-numeric: lining-nums proportional-nums;
    font-weight: 500;
    line-height: 1
}

.widget-weather__text {
    -moz-font-feature-settings: "ss02" on;
    font-feature-settings: "ss02" on;
    font-size: 1rem
}

.widget-weather__short-text {
    font-size: .6rem;
    letter-spacing: -.006rem;
    margin-top: .1rem
}

.widget-weather__future-item {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: .1rem;
    margin-right: .1rem;
    min-width: 1.5rem
}

.widget-weather__future-title {
    color: var(--color-g-text-quaternary);
    font-size: .5rem;
    font-weight: 400;
    line-height: 1;
    text-align: center
}

.widget-weather__future-icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 1.1rem;
    width: 1.1rem;
    will-change: transform
}

.widget-weather__future-text {
    -moz-font-feature-settings: "ss02" on;
    font-feature-settings: "ss02" on;
    color: var(--color-g-text-primary);
    font-size: .6rem;
    font-variant-numeric: lining-nums proportional-nums;
    font-weight: 500;
    line-height: 1;
    text-align: center
}

.widget-weather_size_s {
    flex-basis: 50%;
    flex-grow: 1;
    justify-content: center;
    min-width: -moz-max-content;
    min-width: max-content
}

.widget-weather_size_s .widget-weather__info {
    padding: .5rem .1rem
}

.widget-weather_size_s .widget-weather__icon {
    height: 1.6rem;
    margin-right: .3rem;
    width: 1.6rem
}

.widget-weather_size_s .widget-weather__text {
    font-size: .9rem
}

.widget-weather_size_s .widget-weather__short-text {
    display: none
}

.informers3 {
    height: 2.1rem;
    margin-top: .4rem;
    padding: 0 .6rem 0 0
}

.informers3,.informers3__item {
    align-items: center;
    display: flex
}

.informers3__item {
    flex: 0 0 auto;
    font-size: .75rem;
    font-weight: 500;
    height: 100%;
    padding: 0 .5rem
}

.informers3__item-icon {
    height: 1.6rem;
    margin-right: .15rem;
    width: 1.6rem
}

.informers3__item-icon svg {
    display: block;
    height: 100%;
    width: 100%
}

.informers3__weather .informers3__item-icon {
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: .25rem
}

.informers3__stocks {
    flex: 0 0 auto;
    font-size: .75rem;
    letter-spacing: .01rem;
    margin: 0 .8rem
}

.informers3__stocks,.informers3__stocks-item {
    align-items: center;
    display: flex;
    height: 100%
}

.informers3__stocks-item+.informers3__stocks-item {
    margin-left: 1.25rem
}

.informers3__geo {
    align-items: center;
    display: flex;
    font-size: .7rem;
    height: 100%;
    margin-left: auto;
    max-width: 15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.home-link2_color_gray,.home-link2_color_gray:visited {
    color: #999;
    color: var(--color-g-text-quaternary)
}

.market-feed {
    margin-top: 6.95rem
}

.document_extra-content_yes .market-feed {
    margin-top: 4.8rem
}

.document_extra-content_large .market-feed {
    margin-top: 2rem;
    padding: .5rem
}

.multifeed .market-feed {
    margin-top: 0
}

.news-promo__content {
    height: 100%;
    position: absolute;
    width: 100%
}

.news-promo__banner {
    height: 100%;
    position: relative
}

.news-promo__news {
    height: 100%;
    top: 0;
    width: 100%
}

.news-promo__close,.news-promo__news {
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    position: absolute
}

.news-promo__close {
    background-image: url(https://yastatic.net/s3/home-static/_/ef/eff37b72e9db47a7693a810caaca7e7d.png);
    background-position: 50%;
    min-height: 1.2rem;
    min-width: 1.5rem;
    transition: opacity .1s;
    z-index: 2
}

.news-promo__close:hover {
    opacity: .8
}

.news-promo__container {
    height: 0;
    opacity: 1;
    position: relative
}

.news-promo_animation_fade .news-promo__container {
    opacity: 0;
    transform: scale(0);
    transform-origin: 50% 0;
    transition: opacity .3s ease-in,transform .5s linear
}

.news-promo_visible_no .news-promo__container {
    opacity: 0
}

.news-promo__news {
    background-size: cover
}

.news-promo.news-promo_size_140 .news-promo__container {
    padding-bottom: 21.875%
}

.news-promo.news-promo_size_140 .news-promo__news {
    background-image: url(https://yastatic.net/s3/home-static/_/18/180cc073ae1eeef403d3279bd0b2c37e.png);
    border-radius: 1rem;
    min-height: 7rem
}

.news-promo.news-promo_size_140 .news-promo__close {
    height: 17.142857142857142%;
    right: .625%;
    top: 2.857142857142857%;
    width: 3.75%
}

.news-promo.news-promo_size_70 .news-promo__container {
    padding-bottom: 21.406727828746178%
}

.news-promo.news-promo_size_70 .news-promo__news {
    background-image: url(https://yastatic.net/s3/home-static/_/fd/fdb226dfb1358a4fb92f74d1ce7b9807.png);
    border-radius: 1.25rem
}

.news-promo.news-promo_size_70 .news-promo__close {
    height: 34.285714285714285%;
    right: 1.223241590214067%;
    top: 5.714285714285714%;
    width: 7.339449541284404%
}

.news-promo.news-promo_size_48 .news-promo__container {
    padding-bottom: 14.678899082568808%
}

.news-promo.news-promo_size_48 .news-promo__news {
    background-image: url(https://yastatic.net/s3/home-static/_/aa/aa0a4846865aa6a492c035badc5e51b5.png);
    background-size: contain
}

.news-promo.news-promo_size_48 .news-promo__close {
    height: 34.285714285714285%;
    right: 1.223241590214067%;
    top: 5.714285714285714%;
    width: 7.339449541284404%
}

.document_dark_yes .news-promo_size_140 .news-promo__news {
    background-image: url(https://yastatic.net/s3/home-static/_/13/13f26031d57a2a8cc5fe36dee731d244.png)
}

.document_dark_yes .news-promo_size_70 .news-promo__news {
    background-image: url(https://yastatic.net/s3/home-static/_/d1/d1a6afbcd78242df823aeee8fce9130a.png)
}

.document_dark_yes .news-promo_size_48 .news-promo__news {
    background-image: url(https://yastatic.net/s3/home-static/_/67/673a41164f30962d4c708bc0551b2e88.png)
}

.news-promo {
    align-items: flex-end;
    display: flex;
    min-height: calc(50vh - 2.9rem)
}

.news-promo__container {
    margin-bottom: 1.6rem;
    margin-top: 5rem;
    width: 100%
}

.news-promo_visible_no {
    display: none
}

.document_dark_yes .news-promo__close {
    background-image: url(https://yastatic.net/s3/home-static/_/d3/d31ef0945d970b0e2894de685b3c820c.png)
}

.utilityfocus .news-promo__close:focus,.utilityfocus .news-promo__news:focus {
    outline: 2px solid #fc0
}

.news-promo.news-promo_small_yes .news-promo__container {
    margin: 0;
    padding-bottom: 5.1rem
}

.news-promo.news-promo_small_yes .news-promo__banner {
    margin: 0 auto;
    width: 16.35rem
}

.news-promo.news-promo_small_yes .news-promo__news {
    border-radius: 1rem;
    height: 3.5rem
}

.news-promo.news-promo_small_yes .news-promo__close {
    height: 1.2rem;
    right: 0;
    top: .3rem;
    width: 1.2rem
}

.document_dark_yes .news-promo.news-promo_small_yes .news-promo__close {
    background-image: url(https://yastatic.net/s3/home-static/_/65/65fe313ee74a31d4ded57858a0db773c.png)
}

.search3 {
    background: transparent!important;
    position: relative
}

.search3__spacer {
    --search3-doodle-height: 0;
    --search3-services-height: 7rem;
    height: calc(50vh - 6rem);
    min-height: var(--search3-services-height);
    position: relative;
    transition: min-height .15s ease-out
}

.document_extra-content_yes .search3__spacer {
    height: calc(50vh - 7.5rem)
}

.document_extra-content_large .search3__spacer {
    height: calc(50vh - 9.5rem)
}

.document_new-year-promo_yes .search3__spacer {
    min-height: 8rem
}

.document_services-suggest-pinned_yes.document_new-year-promo_yes .search3__spacer {
    min-height: 14.6rem
}

@media (min-height: 600px) {
    .document_doodle_yes.document_services-suggest-pinned_yes .search3__spacer {
        min-height:calc(var(--search3-services-height) + var(--search3-doodle-height))
    }
}

.document_trends_yes.document_extra-content_yes .search3__spacer {
    height: 8rem
}

.search3__inner {
    background: var(--color-g-bg-tertiary);
    border: .1rem solid #fc0;
    border-radius: .8rem;
    box-sizing: border-box;
    color: #000;
    display: flex;
    height: 2.8rem;
    position: relative;
    transition: border-color .1s ease-in-out
}

.body_search_yes .mini-suggest_overlay_tile .search3__inner,.document_dark_yes .search3__inner {
    border-color: transparent
}

.search3 .mini-suggest__button-fill,.search3 .mini-suggest__button-text {
    visibility: hidden!important
}

.search3__input-wrapper {
    display: flex;
    flex: 1 1 auto;
    padding-right: .4rem
}

.mini-suggest_has-value_yes .search3__input-wrapper {
    padding-right: 0
}

.search3__input {
    background: transparent;
    border: none;
    box-sizing: border-box;
    color: var(--color-g-text-primary);
    display: block;
    font-family: inherit;
    font-size: .9rem;
    height: 100%;
    margin-right: -2rem;
    outline: none;
    padding: 0 .4rem 0 .8rem;
    width: 100%
}

.utilityfocus .search3__input:focus {
    outline: none
}

.search3__input::-webkit-input-placeholder {
    color: var(--color-g-text-disabled)
}

.search3__input::-moz-placeholder {
    color: var(--color-g-text-disabled)
}

.search3__input:-ms-input-placeholder {
    color: var(--color-g-text-disabled)
}

.search3__input::placeholder {
    color: var(--color-g-text-disabled)
}

.body_search_yes .search3__input,.mini-suggest_has-value_yes .search3__input {
    margin-right: 0
}

.search3__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    background: #fc0;
    border: none;
    border-radius: .5rem;
    color: #000;
    cursor: pointer;
    display: none;
    font-size: .9rem;
    font-weight: 500;
    margin: .2rem;
    padding: 0 1rem
}

.search3__button:hover {
    background: #f5c400
}

.search3__button:active {
    background: #f5bc00
}

.mini-suggest_has-value_yes .search3__button {
    display: block
}

.search3__action {
    align-items: center;
    background-color: transparent;
    border: none;
    border-radius: .6em;
    box-sizing: content-box;
    cursor: pointer;
    display: flex;
    flex: 0 0 auto;
    height: 100%;
    justify-content: center;
    padding: 0 .05rem;
    pointer-events: auto;
    width: 2rem
}

.utilityfocus .search3__action:focus {
    outline: 2px solid #fc0;
    outline-offset: -.2rem
}

.search3__clear {
    background: none;
    border: none;
    display: none;
    margin: 0;
    visibility: hidden
}

.mini-suggest_has-value_yes .search3__clear {
    display: inherit;
    visibility: visible
}

.search3__keyboard {
    opacity: 0;
    pointer-events: none
}

.body_search_yes .search3__keyboard,.utilityfocus .search3__keyboard:focus {
    opacity: 1;
    pointer-events: auto
}

.search3__camera {
    color: var(--color-g-text-tertiary);
    height: 100%
}

.mini-suggest_has-value_yes .search3__camera,.mini-suggest_has-value_yes .search3__keyboard,.mini-suggest_has-value_yes .search3__voice {
    display: none
}

.search3__svg_camera,.search3__svg_clear,.search3__svg_keyboard,.search3__svg_voice {
    color: var(--color-g-text-tertiary);
    height: 1.6rem;
    transition: color .15s ease-out;
    width: 1.6rem
}

.search3__svg_camera:hover,.search3__svg_clear:hover,.search3__svg_keyboard:hover,.search3__svg_voice:hover {
    color: var(--color-g-text-disabled)
}

.services-suggest {
    background-color: var(--color-g-bg-primary);
    border-radius: 1rem;
    bottom: 2.8rem;
    box-sizing: border-box;
    left: -.5rem;
    margin-bottom: .9rem;
    opacity: 0;
    padding: 1.1rem .5rem;
    pointer-events: none;
    position: absolute;
    right: -.5rem;
    transition: opacity .15s ease-out;
    z-index: 1001
}

.body_search_yes .services-suggest,.body_services-suggest-force_yes .services-suggest,.services-suggest_pinned_yes {
    opacity: 1;
    pointer-events: auto
}

.services-suggest__list {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0
}

.services-suggest__list-item,.services-suggest__list-item-more {
    box-sizing: border-box;
    flex: 1 1;
    min-width: 0;
    padding: 0 .15rem
}

.services-suggest__item {
    display: block;
    position: relative
}

.services-suggest__item:hover .services-suggest__icon,.services-suggest__item:hover .services-suggest__icons-more,html.utilityfocus .services-suggest__item:focus .services-suggest__icon,html.utilityfocus .services-suggest__item:focus .services-suggest__icons-more {
    transform: scale(1.1)
}

.services-suggest__item-title {
    font-size: .75rem;
    line-height: 1rem;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.services-suggest__icon,.services-suggest__icons-more {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 2.5rem;
    height: 2.5rem;
    margin: 0 auto .4rem;
    transition: transform .15s ease-out;
    width: 2.5rem;
    will-change: transform
}

.services-suggest__icons-more {
    color: var(--color-g-text-primary)
}

.services-suggest__icons-more svg {
    height: 100%;
    width: 100%
}

.services-suggest_new-icons .services-suggest__icon,.services-suggest_new-icons .services-suggest__icons-more {
    background-size: 2.4rem;
    height: 2.4rem;
    margin-bottom: .5rem;
    width: 2.4rem
}

@media (max-width: 2240px) {
    .services-suggest__list-item:nth-child(9) {
        display:none
    }
}

@media (max-width: 1920px) {
    .services-suggest__list-item:nth-child(8) {
        display:none
    }
}

@media (max-width: 1366px) {
    .services-suggest__list-item:nth-child(7) {
        display:none
    }
}

@media (max-width: 1024px) {
    .services-suggest__list-item:nth-child(6) {
        display:none
    }
}

@media (max-width: 1622px) {
    .document_widgets_yes .services-suggest__list-item:nth-child(7) {
        display:none
    }
}

@media (max-width: 1280px) {
    .document_widgets_yes .services-suggest__list-item:nth-child(6) {
        display:none
    }
}

.services-suggest__contour {
    border-radius: 1rem;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: box-shadow .15s ease-out,background-color .15s ease-out;
    width: 100%;
    z-index: -1
}

.services-suggest__pin:hover+.services-suggest__contour {
    box-shadow: 0 2px 10px 0 #dae3ef
}

.document_dark_yes .services-suggest__pin:hover+.services-suggest__contour {
    background-color: var(--color-g-bg-secondary);
    box-shadow: none
}

.services-suggest__pin {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: block;
    height: 1.1rem;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: .5rem;
    top: .5rem;
    width: 1.1rem
}

.services-suggest:hover .services-suggest__pin {
    opacity: 1;
    transition: opacity .15s ease-out .15s
}

.body_search_yes .services-suggest_pinned_yes .services-suggest__pin {
    opacity: 0;
    pointer-events: none;
    transition: none
}

.services-suggest__pin:after,.services-suggest__pin:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.services-suggest__pin:before {
    background-color: var(--color-g-bg-fill-24);
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTIzIDEyYzAgOC44MDItMi4xOTggMTEtMTEgMTFTMSAyMC44MDIgMSAxMiAzLjE5OCAxIDEyIDFzMTEgMi4xOTggMTEgMTFaIi8+PC9zdmc+);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTIzIDEyYzAgOC44MDItMi4xOTggMTEtMTEgMTFTMSAyMC44MDIgMSAxMiAzLjE5OCAxIDEyIDFzMTEgMi4xOTggMTEgMTFaIi8+PC9zdmc+);
    opacity: .7;
    transition: background-color .15s ease-out
}

.services-suggest__pin:hover:before {
    background-color: var(--color-g-text-quaternary)
}

.services-suggest__pin:after {
    background-image: url(https://yastatic.net/s3/home-static/_/01/01860bcbc7a3a11600fa8f53f0513e0d.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.services-suggest_pinned_yes .services-suggest__pin:after {
    background-image: url(https://yastatic.net/s3/home-static/_/0c/0cac068a5055e88a81d76eb563b25c47.svg)
}

.services-suggest__pin:focus {
    outline: none
}

.utilityfocus .services-suggest__pin:focus {
    opacity: 1;
    outline: 2px solid #fc0
}

.services-suggest_new-icons .services-suggest__pin {
    border-radius: 32%
}

.services-suggest_new-icons .services-suggest__pin:before {
    border-radius: 32%;
    -webkit-mask-image: none;
    mask-image: none
}

.services-more-popup {
    background: var(--color-g-bg-secondary);
    border: 1px solid var(--color-g-bg-fill-12);
    border-radius: 1.6rem;
    box-sizing: border-box;
    display: none;
    height: calc(100% - 2rem);
    left: 50%;
    max-height: 33rem;
    position: fixed;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 21rem;
    z-index: 2001
}

.services-more-popup_visible_yes {
    display: block
}

.services-more-popup__overlay {
    background: var(--color-g-bg-primary);
    bottom: 0;
    display: none;
    left: 0;
    opacity: .5;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1002
}

.services-more-popup__overlay_visible_yes {
    display: block
}

.services-more-popup__popup-inner {
    width: 23.5rem
}

.services-more-popup__tabs {
    display: flex;
    height: 100%
}

.services-more-popup__tabs-title {
    color: var(--color-g-text-quaternary);
    font-size: .7rem;
    padding-left: 1rem;
    padding-top: .2rem
}

.services-more-popup__tab {
    align-self: center;
    border: 1px solid var(--color-g-bg-fill-6);
    border-radius: .6rem;
    color: var(--color-g-text-primary);
    cursor: pointer;
    font-weight: 400;
    height: 1.4rem;
    line-height: 1.4rem;
    margin-right: .4rem;
    padding: 0 .65rem
}

.utilityfocus .services-more-popup__tab:focus {
    outline: 2px solid var(--color-g-bg-yellow-primary)
}

.services-more-popup__tab_active {
    border: 1px solid var(--color-g-text-primary);
    font-weight: 500
}

.services-more-popup__section {
    padding-bottom: .4rem
}

.services-more-popup__section-content {
    display: flex;
    flex-wrap: wrap
}

.services-more-popup__section-title {
    color: var(--color-g-text-quaternary);
    font-size: .7rem;
    font-weight: 400;
    margin: 0 0 1rem 1rem;
    outline: none
}

.utilityfocus .services-more-popup__section-title:focus {
    outline: 2px solid var(--color-g-bg-yellow-primary)
}

.services-more-popup__search-container {
    margin: 0 0 1.75rem;
    position: relative;
    width: 100%
}

.services-more-popup__search {
    background-color: var(--color-g-bg-fill-6);
    border: none;
    border-radius: .8rem;
    box-sizing: border-box;
    color: var(--color-g-text-primary);
    display: none;
    font-size: .8rem;
    height: 2.2rem;
    margin-bottom: 1.6rem;
    outline: none;
    padding: 0 .6rem 0 2.3rem;
    width: 100%
}

.services-more-popup__search-container_active_yes .services-more-popup__search {
    display: block
}

.services-more-popup__search-message {
    color: var(--color-g-text-disabled);
    font-size: .7rem;
    padding-top: .2rem;
    text-align: center;
    width: 100%
}

.services-more-popup__magnifier {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: .1rem
}

.utilityfocus .services-more-popup__magnifier:focus {
    outline: 2px solid var(--color-g-bg-yellow-primary)
}

.services-more-popup__search-container_active_yes .services-more-popup__magnifier {
    display: none
}

.services-more-popup__magnifier-icon {
    color: var(--color-g-text-primary);
    display: block;
    height: 1.2rem;
    margin: -.5rem;
    outline: none;
    padding: .5rem;
    width: 1.2rem
}

.utilityfocus .services-more-popup__magnifier-icon:focus {
    outline: 2px solid var(--color-g-bg-yellow-primary)
}

.services-more-popup__search-container>.services-more-popup__magnifier-icon {
    display: none;
    left: .6rem;
    position: absolute;
    top: .5rem
}

.services-more-popup__search-container_active_yes>.services-more-popup__magnifier-icon {
    display: block
}

.services-more-popup__more-button {
    background: var(--color-g-bg-fill-6);
    border-radius: .5rem;
    color: var(--color-g-text-primary);
    cursor: pointer;
    font-weight: 500;
    margin: 0 auto 1.2rem;
    padding: .35rem .8rem;
    width: -moz-fit-content;
    width: fit-content
}

.utilityfocus .services-more-popup__more-button:focus {
    outline: 2px solid var(--color-g-bg-yellow-primary)
}

.services-more-popup__item {
    box-sizing: border-box;
    flex: 0 0 auto;
    margin-bottom: 1.25rem;
    padding: 0 .15rem;
    position: relative;
    text-align: center;
    width: 25%;
    will-change: transform
}

.services-more-popup__item:hover .services-more-popup__item-icon,html.utilityfocus .services-more-popup__item-link:focus .services-more-popup__item-icon {
    transform: scale(1.1)
}

.services-more-popup__item_hidden_yes {
    display: none
}

.services-more-popup__item-icon {
    background-size: 1.8rem;
    height: 1.8rem;
    margin: 0 auto;
    transition: transform .15s ease-out;
    width: 1.8rem;
    will-change: transform
}

.services-more-popup__item-title {
    font-size: .65rem;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: .8rem;
    margin-top: .4rem;
    min-height: 1.6rem
}

.services-more-popup__item-link {
    display: block
}

.services-more-popup__popup.services-more-popup__popup_more .scrollbar {
    height: 29rem
}

.i-ua_js_yes .services-more-popup__popup.services-more-popup__popup_more .scrollbar__scrollable,.services-more-popup__popup.services-more-popup__popup_more .scrollbar__scrollable {
    padding: 0 .4rem
}

.services-more-popup__all {
    transition: opacity .15s ease-out
}

.services-more-popup__all,.services-more-popup__all:visited {
    color: #07f
}

.services-more-popup__all:hover,.services-more-popup__all:visited:hover {
    opacity: .7
}

.services-more-popup__popup-bottom-link {
    display: block;
    margin-bottom: .65rem
}

.services-more-popup__scrollbar.scrollbar {
    overflow: visible
}

.services-more-popup__scrollbar.scrollbar .scrollbar__track {
    bottom: 1.8rem;
    right: -2px;
    top: 1.8rem
}

.services-more-popup__scrollbar.scrollbar .scrollbar__scrollable {
    -ms-overflow-style: none;
    box-sizing: border-box;
    margin: 0;
    max-height: calc(100vh - 1.6rem);
    overscroll-behavior-y: auto;
    padding: 0 20px
}

.i-ua_js_yes .services-more-popup__scrollbar.scrollbar .scrollbar__scrollable {
    margin: 0;
    padding: 0 20px
}

.services-more-popup__scrollbar.scrollbar .scrollbar__scrollable::-webkit-scrollbar {
    width: 0
}

.services-more-popup__scrollbar.scrollbar .scrollbar__inner {
    padding: 1rem .6rem 1.6rem
}

.services-more-popup_pinnable_yes {
    left: auto;
    right: .55rem;
    transform: translateY(-50%)
}

.services-more-popup:not(.services-more-popup_pinnable_yes) .services-more-popup__item-pinner {
    display: none
}

.services-more-popup_pinnable_yes .services-more-popup__item:hover .services-more-popup__item-pinner,.services-more-popup_pinnable_yes .services-more-popup__item_tooltip_yes .services-more-popup__item-pinner {
    opacity: 1;
    transition: opacity .15s ease-out .15s
}

.services-more-popup_pinnable_yes .services-more-popup__item-pinner {
    background-color: transparent;
    border: none;
    cursor: pointer;
    height: 1.375rem;
    left: calc(50% + .2125rem);
    opacity: 0;
    position: absolute;
    top: -.6875rem;
    width: 1.375rem;
    z-index: 2
}

.services-more-popup_pinnable_yes .services-more-popup__item-pinner:after,.services-more-popup_pinnable_yes .services-more-popup__item-pinner:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.services-more-popup_pinnable_yes .services-more-popup__item-pinner:after {
    background-color: var(--color-g-bg-fill-30);
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyMiAyMiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTIyIDExYzAgOC44MDItMi4xOTggMTEtMTEgMTFTMCAxOS44MDIgMCAxMSAyLjE5OCAwIDExIDBzMTEgMi4xOTggMTEgMTF6Ii8+PC9zdmc+);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyMiAyMiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTIyIDExYzAgOC44MDItMi4xOTggMTEtMTEgMTFTMCAxOS44MDIgMCAxMSAyLjE5OCAwIDExIDBzMTEgMi4xOTggMTEgMTF6Ii8+PC9zdmc+);
    opacity: .7;
    transition: background-color .15s ease-out;
    will-change: background-color
}

.services-more-popup_pinnable_yes .services-more-popup__item-pinner:before {
    background-image: url(https://yastatic.net/s3/home-static/_/77/779c9dd891ec366772be69676768c128.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: .875rem;
    z-index: 2
}

.services-more-popup_pinnable_yes .services-more-popup__item-pinner_pinned_yes:before {
    background-image: url(https://yastatic.net/s3/home-static/_/d7/d73365f302ed3156fe9ff742bd3e24ef.svg)
}

.services-more-popup_pinnable_yes .services-more-popup__item-pinner_pinned_yes {
    opacity: 1
}

.services-more-popup_pinnable_yes .services-more-popup__item-pinner:hover:after {
    background-color: var(--color-g-text-tertiary)
}

.services-more-popup_pinnable_yes .services-more-popup__item-pinner:focus {
    outline: none
}

.utilityfocus .services-more-popup_pinnable_yes .services-more-popup__item-pinner:focus {
    opacity: 1;
    outline: 2px solid #fc0
}

.services-more-popup_pinnable_yes.services-more-popup_new-icons .services-more-popup__item-pinner {
    border-radius: 32%
}

.services-more-popup_pinnable_yes.services-more-popup_new-icons .services-more-popup__item-pinner:after {
    border-radius: 32%;
    -webkit-mask-image: none;
    mask-image: none
}

.simple-tooltip {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: pointer;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: .15s ease-out;
    transition-property: visibility,opacity,transform;
    visibility: hidden;
    z-index: 1
}

.simple-tooltip_animation_none {
    transition-duration: 0s
}

.simple-tooltip_shown_yes {
    opacity: 1;
    visibility: visible
}

.simple-tooltip_theme_normal {
    background: #2f2f32;
    border-radius: 10px;
    box-shadow: 0 10px 20px -5px rgba(0,0,0,.4)
}

.simple-tooltip_theme_normal .simple-tooltip__content {
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    overflow: hidden;
    padding: 8px 12px
}

.simple-tooltip_theme_normal .simple-tooltip__tail {
    background: no-repeat 50% 50% url(https://yastatic.net/s3/home-static/_/d2/d268f93aed268c4cae04dae1045bb5ed.svg);
    background-size: contain;
    bottom: -5px;
    height: 12px;
    left: -1px;
    position: absolute;
    width: 13px
}

.simple-tooltip_theme_normal.simple-tooltip_direction_right-top {
    transform: translateX(10px)
}

.simple-tooltip_theme_normal.simple-tooltip_direction_left-top {
    transform: translateX(-10px)
}

.simple-tooltip_theme_normal.simple-tooltip_direction_top-center {
    transform: translateY(-10px)
}

.simple-tooltip_theme_normal.simple-tooltip_shown_yes {
    transform: none
}

.simple-tooltip_theme_normal.simple-tooltip_direction_left-top .simple-tooltip__tail {
    left: auto;
    right: -1px;
    transform: scaleX(-1)
}

.simple-tooltip_theme_normal.simple-tooltip_direction_top-center .simple-tooltip__tail {
    background-image: url(https://yastatic.net/s3/home-static/_/aa/aafaaeabbf24827e525e5718eeb12fe2.svg);
    left: 50%;
    top: calc(100% - 3px);
    transform: translateX(-50%) rotate(-90deg)
}

.simple-tooltip_theme_normal.simple-tooltip_direction_left .simple-tooltip__tail {
    background-image: url(https://yastatic.net/s3/home-static/_/aa/aafaaeabbf24827e525e5718eeb12fe2.svg);
    left: auto;
    right: -8px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg)
}

.link-bro {
    bottom: 100%;
    position: absolute;
    right: .5rem
}

.body_services-suggest-force_yes .link-bro,.body_services-suggest_yes.body_search_yes .link-bro {
    display: none
}

.link-bro__link {
    align-items: center;
    display: flex;
    font-size: .7rem;
    height: 1rem;
    margin-bottom: .8rem
}

.link-bro__icon {
    background-repeat: no-repeat;
    background-size: .9rem;
    height: .9rem;
    margin-right: .5rem;
    width: .9rem
}

.image-search {
    position: relative
}

.image-search__picker {
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.utilityfocus .image-search__picker:focus {
    outline: none
}

.image-search__picker-label {
    cursor: pointer
}

.utilityfocus .image-search__picker:focus+.image-search__picker-label {
    outline: 2px solid #fc0;
    outline-offset: -4px
}

.image-search_progress .image-search__picker-label {
    visibility: hidden
}

.image-search__loader {
    bottom: 0;
    display: none;
    height: 24px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: 50% 50%;
    width: 24px
}

.image-search_progress .image-search__loader {
    animation: image-search__rotation 1s linear infinite;
    display: block
}

@keyframes image-search__rotation {
    to {
        transform: rotate(1turn)
    }
}

.search3__doodle {
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.document_services-suggest-pinned_yes .search3__doodle {
    bottom: var(--search3-services-height);
    display: none
}

@media (min-height: 600px) {
    .document_services-suggest-pinned_yes .search3__doodle {
        display:flex
    }
}

.body_search_yes .search3__doodle {
    display: none
}

.search3__doodle-link {
    align-self: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex
}

.theader__doodle_video .search3__doodle-link {
    background: none!important;
    -webkit-clip-path: inset(1px 1px);
    clip-path: inset(1px 1px)
}

.search3__doodle-video {
    height: 100%;
    width: 100%
}

.document_dark_yes .search3__doodle-video,.search3__doodle-video_dark {
    display: none
}

.document_dark_yes .search3__doodle-video_dark {
    display: block
}

.keyboard-loader {
    bottom: 0;
    cursor: pointer;
    opacity: .5;
    padding-left: 2px;
    padding-right: 7px;
    position: absolute;
    right: 0;
    top: 0;
    transition: .1s ease-out;
    transition-property: opacity,visibility;
    z-index: 10
}

@media (any-pointer: coarse) {
    .keyboard-loader {
        display:none
    }
}

.keyboard-loader:hover {
    opacity: 1
}

.keyboard-loader__icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNyIgaGVpZ2h0PSIxMiI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMjUuNjkzIDBIMS41NEMuNDM2IDAgLjAxMy40MjIuMDEzIDEuNTI3djguOTYxYzAgMS4xMDUuNDIzIDEuNTI3IDEuNTI3IDEuNTI3aDI0LjE1M2MxLjEwNCAwIDEuMzA3LS40MjIgMS4zMDctMS41MjdWMS41MjdDMjcgLjQyMiAyNi43OTggMCAyNS42OTMgMHptLTIuNjcyIDIuMDYxaDEuOTM1djEuOTM0aC0xLjkzNVYyLjA2MXptLTYgMGgxLjkzNXYxLjkzNGgtMS45MzVWMi4wNjF6bTIuOTM1IDN2MS45MzRoLTEuOTM1VjUuMDYxaDEuOTM1em0tNS45MzUtM2gxLjkzNXYxLjkzNGgtMS45MzVWMi4wNjF6bTIuOTM1IDN2MS45MzRoLTEuOTM1VjUuMDYxaDEuOTM1em0tNS45MzUtM2gxLjkzNXYxLjkzNGgtMS45MzVWMi4wNjF6bTIuOTM1IDN2MS45MzRoLTEuOTM1VjUuMDYxaDEuOTM1em0tNS45MzUtM2gxLjkzNXYxLjkzNEg4LjAyMVYyLjA2MXptMi45MzUgM3YxLjkzNEg5LjAyMVY1LjA2MWgxLjkzNXptLTUuOTM1LTNoMS45MzV2MS45MzRINS4wMjFWMi4wNjF6bS0zIDBoMS45MzV2MS45MzRIMi4wMjFWMi4wNjF6bTAgM2gyLjk5NHYxLjkzNEgyLjAyMVY1LjA2MXptMy45NSA0LjkzM0gxLjk5M1Y4LjA2MWgzLjk3OHYxLjkzM3ptLjA1LTQuOTMzaDEuOTM1djEuOTM0SDYuMDIxVjUuMDYxem0xMy45NSA0LjkzM0g3LjAwOFY4LjA2MWgxMi45NjN2MS45MzN6bS4wNS03LjkzM2gxLjkzNXYxLjkzNGgtMS45MzVWMi4wNjF6bTQuOTUgNy45MzNoLTMuOTc4VjguMDYxaDMuOTc4djEuOTMzek0yNSA2Ljk5NWgtMy45NzlWNS4wNjFIMjV2MS45MzR6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIG9wYWNpdHk9Ii4zIi8+PC9zdmc+);
    height: 100%;
    vertical-align: baseline;
    width: 27px
}

.i-ua_inlinesvg_no .keyboard-loader__icon {
    background-image: url(https://yastatic.net/s3/home-static/_/49/497c6300de30e8dd53561c87e76f5467.png)
}

.simple-popup_theme_normal {
    background: #fff;
    border: 1px solid rgba(0,0,0,.06);
    box-shadow: 0 6px 18px 0 rgba(14,21,47,.13),0 -2px 6px rgba(14,21,47,.03);
    color: #000
}

.simple-popup_theme_normal .simple-popup__close {
    background: no-repeat 50% 50% url(https://yastatic.net/s3/home-static/_/0a/0a5b0b0e7fc9224925e2797937d92620.svg);
    border: none;
    cursor: pointer;
    height: .8rem;
    margin: 0;
    opacity: .2;
    padding: 0;
    position: absolute;
    right: .5rem;
    top: .5rem;
    width: .8rem
}

.simple-popup_theme_normal .simple-popup__close:hover {
    opacity: 1
}

.simple-popup_theme_normal.simple-popup_direction_top-left {
    transform: translateY(-10px)
}

.simple-popup_theme_normal.simple-popup_shown {
    transform: translateY(0)
}

.survey__content {
    background-color: var(--color-g-bg-tertiary);
    border-radius: 1rem;
    bottom: 1.4rem;
    box-shadow: 0 .4rem 2rem rgba(33,32,31,.12);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    left: 1rem;
    padding: 1rem;
    position: fixed;
    width: 12.8rem;
    z-index: 1001
}

.survey__text {
    color: var(--color-g-text-primary);
    font-family: inherit;
    font-size: .7rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 1rem;
    padding-right: .8rem
}

.survey__link {
    align-self: flex-start;
    background-color: #fc0;
    border-radius: .6rem;
    color: #000;
    font-size: .7rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.29;
    padding: .5rem 1rem;
    text-decoration: none;
    transition: background-color .1s linear
}

.survey__link:hover {
    background-color: #fac000
}

.utilityfocus .survey__link:focus {
    outline: 2px solid var(--color-g-bg-yellow-primary)
}

.survey__close-button {
    background-color: transparent;
    border: none;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0
}

.utilityfocus .survey__close-button:focus {
    outline: 2px solid var(--color-g-bg-yellow-primary)
}

.survey__close-button:hover .survey__close-button-icon {
    opacity: 1
}

.survey__close-button-icon {
    background-image: url(https://yastatic.net/s3/home-static/_/3b/3bddb840a7881853ccce7628e1a36845.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: .5rem;
    cursor: pointer;
    display: block;
    height: 1.8rem;
    opacity: .4;
    transition: opacity .15s linear;
    width: 1.8rem
}

.document_dark_yes .survey__close-button-icon {
    background-image: url(https://yastatic.net/s3/home-static/_/9e/9efc03a45a367110370fa38485f9cd0d.svg)
}

.document_new-year-feed_yes .survey,.document_new-year-scroll_yes .survey {
    display: none
}

.trends__title {
    color: var(--color-g-text-quaternary);
    font-weight: 400;
    margin: 0
}

.trends__list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.trends__link {
    color: inherit;
    display: grid
}

.trends__image {
    background-color: var(--color-g-bg-fill-6);
    background-position: 50%;
    background-size: cover
}

.trends__icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block
}

.trends__text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis
}

.trends {
    margin-top: .6rem;
    padding-bottom: .2rem;
    position: relative
}

.trends__title {
    font-size: .5rem;
    font-weight: 500;
    letter-spacing: .05rem;
    line-height: 2;
    margin: 0 1.1rem .1rem;
    text-transform: uppercase
}

.trends__list-wrapper {
    background: var(--color-g-bg-secondary);
    border-radius: .8rem;
    box-shadow: 0 2px 10px 0 #dae3ef;
    margin: 0 .4rem
}

.document_dark_yes .trends__list-wrapper {
    box-shadow: none
}

.trends__list {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(var(--row-count,4),1fr);
    padding: .5rem .8rem;
    row-gap: .05rem
}

.trends__link {
    align-items: center;
    border-radius: .4rem;
    -moz-column-gap: .3rem;
    column-gap: .3rem;
    grid-template-columns: 1.7rem 1fr;
    min-height: 1.7rem;
    transition: color .15s ease-out;
    white-space: nowrap
}

.trends__link:hover {
    color: var(--color-g-text-tertiary)
}

.trends__image {
    border-radius: .2rem;
    height: 1.5rem;
    width: 1.5rem
}

.trends__icon {
    color: var(--color-g-text-primary);
    height: .75rem;
    justify-self: center;
    width: .75rem
}

.trends__icon_search {
    color: var(--color-g-text-quaternary)
}

.trends__text {
    font-size: .8rem
}

.multifeed {
    margin-bottom: 1rem;
    margin-top: 6.95rem;
    position: relative
}

.document_trends_yes .multifeed {
    margin-top: 1.5rem
}

.document_extra-content_yes .multifeed {
    margin-top: 4.8rem
}

.document_trends_yes.document_extra-content_yes .multifeed {
    margin-top: 1.5rem
}

.multifeed__tabs {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0
}

.multifeed__tab {
    background-color: var(--color-g-bg-fill-12);
    border: none;
    border-radius: 100rem;
    color: var(--color-g-text-primary);
    cursor: pointer;
    font-size: .6rem;
    font-weight: 500;
    line-height: .8rem;
    margin: 0 .4rem 0 0;
    padding: .4rem 1.3rem;
    transition: .15s ease-in-out;
    transition-property: background-color,color
}

.multifeed__tab:last-child {
    margin-right: 0
}

.utilityfocus .multifeed__tab:focus {
    outline: 2px solid #fc0;
    outline-offset: 1px
}

.multifeed__tab:hover {
    background-color: var(--color-g-bg-fill-24)
}

.multifeed__tab[aria-selected=true] {
    background-color: #21201f;
    color: #fff;
    cursor: auto
}

.document_dark_yes .multifeed__tab[aria-selected=true] {
    background-color: #fff;
    color: #000
}

.multifeed__tab:disabled {
    pointer-events: none
}

.multifeed__feed-list {
    margin-top: .8rem
}

.multifeed__feed-item {
    display: none;
    min-height: 100vh
}

.multifeed__feed-item_active {
    display: block
}

.multifeed__feed-item_loaded .multifeed__spin {
    display: none
}

.multifeed__spin {
    align-items: center;
    display: flex;
    height: 8rem;
    justify-content: center;
    width: 100%
}

.multifeed__spin:after {
    animation: multifeed__spin 1s linear infinite;
    border-color: #fc0 transparent transparent #fc0;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    content: "";
    height: 1.9rem;
    width: 1.9rem
}

@keyframes multifeed__spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.yy-feed {
    --feed-width: 660px
}

@media (min-width: 1200px) {
    .yy-feed {
        --feed-width:55vw
    }
}

@media (min-width: 2552px) {
    .yy-feed {
        --feed-width:1404px
    }
}

@media (max-width: 1920px) {
    .document_widgets_yes .yy-feed {
        --feed-width:38rem
    }
}

@media (max-width: 1280px) {
    .document_widgets_yes .yy-feed {
        --feed-width:31rem
    }
}

.up-button {
    align-items: center;
    background-color: rgba(0,0,0,.66);
    border: none;
    border-radius: .7rem;
    bottom: 1rem;
    box-shadow: 0 -4px 20px rgba(0,0,0,.12);
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: .5rem .6rem .5rem .8rem;
    position: fixed;
    right: 1.55rem;
    transition: .15s ease-in-out;
    transition-property: visibility,opacity,background-color;
    visibility: hidden;
    z-index: 1
}

.up-button:hover {
    background-color: rgba(0,0,0,.58)
}

.up-button_visible {
    opacity: 1;
    visibility: visible
}

.up-button__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-right: 8px
}

.up-button svg {
    height: 1.2rem;
    width: 1.2rem
}

.new-year-promo {
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.new-year-promo__bg,.new-year-promo__bg-outer {
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.new-year-promo__content {
    align-items: center;
    display: flex;
    flex-direction: column
}

.new-year-promo__button {
    align-items: center;
    background-color: var(--color-g-bg-secondary);
    border-radius: 50%;
    color: var(--color-g-text-primary);
    display: none;
    justify-content: center;
    opacity: 0;
    transition: transform .15s ease-out,opacity .15s ease-out;
    will-change: transform;
    z-index: 1
}

.document_new-year-feed-base_loaded .new-year-promo__button {
    display: flex;
    opacity: 1
}

.new-year-promo__title {
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 1
}

.new-year-promo__subtitle {
    color: var(--color-g-text-disabled)
}

.new-year-promo__toy {
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute
}

.new-year-promo {
    z-index: -1
}

.new-year-promo__bg {
    padding-top: 5.75636%
}

.new-year-promo__content {
    margin-top: 5.5rem
}

.document_new-year-feed-base_loaded .new-year-promo__content {
    cursor: pointer
}

.document_new-year-feed-base_loaded .new-year-promo__content:hover .new-year-promo__button,.document_new-year-feed-base_loaded .new-year-promo__content:hover .new-year-promo__subtitle,.document_new-year-feed-base_loaded .new-year-promo__content:hover .new-year-promo__title {
    opacity: .75;
    transition: opacity .15s ease-out
}

.document_new-year-feed-base_loaded .new-year-promo__content:hover .new-year-promo__toy {
    transform: scale(1.15);
    transition: transform .15s ease-out
}

.new-year-promo__button {
    box-shadow: 0 0 .3rem rgba(0,0,0,.25);
    height: 1.6rem;
    width: 1.6rem
}

.new-year-promo__title {
    height: 1.6rem;
    margin-bottom: .3rem;
    width: 35rem
}

.new-year-promo__subtitle {
    font-size: .65rem;
    line-height: .9rem;
    margin-bottom: .5rem
}

.new-year-promo__toy {
    height: 5rem;
    top: 0;
    transition: transform .15s ease-out;
    width: 5rem;
    will-change: transform
}

.document_new-year-promo_yes,.document_new-year-promo_yes body {
    overscroll-behavior-y: none
}

.document_new-year-promo_yes body {
    overflow-y: scroll
}

.new-year-feed {
    display: none;
    min-height: 100%
}

.document_new-year-feed_yes .new-year-feed {
    display: flex
}

.alice-pro__title {
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.3rem;
    margin-bottom: 4.4rem;
    max-width: 20rem;
    text-align: center
}

.alice-pro__spacer {
    align-items: flex-end;
    display: flex;
    height: calc(50vh - 8.8rem);
    justify-content: center;
    min-height: 7rem;
    position: relative
}

.document_extra-content_yes .alice-pro__spacer {
    height: calc(50vh - 10.3rem)
}

.alice-pro__switcher {
    align-items: center;
    background-color: var(--color-g-bg-fill-6);
    border-radius: .6rem;
    display: flex;
    margin-bottom: .8rem;
    padding: .15rem;
    position: relative;
    z-index: 2
}

.alice-pro__switcher-container {
    display: flex;
    justify-content: center;
    width: 100%
}

.alice-pro__switcher-button {
    background-color: transparent;
    border: none;
    border-radius: .5rem;
    color: inherit;
    cursor: pointer;
    font-size: .8rem;
    font-weight: 500;
    line-height: 1.25;
    margin: 0;
    padding: .35rem .8rem;
    transition: background-color .15s ease-out
}

.alice-pro__switcher-button_pressed_yes {
    background-color: var(--color-g-bg-primary);
    pointer-events: none
}

.utilityfocus .alice-pro__switcher-button:focus {
    outline: 2px solid #fc0;
    z-index: 1
}

.alice-pro__switcher-button:hover {
    background-color: var(--color-g-bg-fill-6)
}

.alice-pro__switcher-button:active {
    background-color: var(--color-g-bg-fill-12)
}

.body_alice-pro_no .alice-pro__search,.body_alice-pro_no .alice-pro__title,.body_alice-pro_yes .informers3,.body_alice-pro_yes .market-feed,.body_alice-pro_yes .search3__inner,.body_alice-pro_yes .services-suggest {
    display: none
}

.body_alice-pro_yes .alice-pro__search,.body_alice-pro_yes .alice-pro__title {
    display: block
}

.body_search_yes .alice-pro__switcher-container,.body_services-suggest-force_yes .alice-pro__switcher-container {
    visibility: hidden
}

.alice-pro__search {
    position: relative
}

.alice-pro__inner {
    background: var(--color-g-bg-tertiary);
    border: .1rem solid var(--color-g-text-primary);
    border-radius: .8rem;
    box-sizing: border-box;
    color: #000;
    display: flex;
    height: 5.3rem;
    position: relative;
    transition: border-color .1s ease-in-out
}

.alice-pro__input {
    background: transparent;
    border: none;
    box-sizing: border-box;
    color: var(--color-g-text-primary);
    display: block;
    font-family: inherit;
    font-size: .9rem;
    line-height: 1.2rem;
    outline: none;
    overflow: scroll;
    padding: .6rem 0 0 .8rem;
    resize: none;
    scrollbar-width: none;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    width: 100%
}

.utilityfocus .alice-pro__input:focus {
    outline: none
}

.alice-pro__input::-webkit-input-placeholder {
    color: var(--color-g-text-disabled)
}

.alice-pro__input::-moz-placeholder {
    color: var(--color-g-text-disabled)
}

.alice-pro__input:-ms-input-placeholder {
    color: var(--color-g-text-disabled)
}

.alice-pro__input::placeholder {
    color: var(--color-g-text-disabled)
}

.alice-pro__input::-webkit-scrollbar {
    display: none
}

.alice-pro__action {
    background-color: transparent;
    border: none;
    box-sizing: content-box;
    color: var(--color-g-text-primary);
    cursor: pointer;
    display: none;
    height: 1.6rem;
    margin: .6rem .6rem 0 0;
    pointer-events: auto;
    transition: opacity .1s ease-in-out;
    width: 1.6rem
}

.alice-pro__action:hover {
    opacity: .9
}

.utilityfocus .alice-pro__action:focus {
    outline: 2px solid #fc0;
    outline-offset: -.2rem
}

:root,:root .force_light {
    --color-g-bg-overflow: #f3f3f2;
    --color-g-bg-primary: #fff;
    --color-g-bg-secondary: #fff;
    --color-g-bg-tertiary: #fff;
    --color-g-bg-fill-6: rgba(0,0,0,.06);
    --color-g-bg-fill-12: rgba(0,0,0,.12);
    --color-g-bg-fill-14: rgba(0,0,0,.14);
    --color-g-bg-fill-18: rgba(0,0,0,.18);
    --color-g-bg-fill-24: rgba(0,0,0,.24);
    --color-g-bg-fill-30: rgba(0,0,0,.3);
    --color-g-bg-red-primary: #f33;
    --color-g-bg-yellow-primary: #fc0;
    --color-g-bg-blue-primary: #07f;
    --color-g-text-primary: #000;
    --color-g-text-secondary: rgba(0,0,0,.8);
    --color-g-text-tertiary: rgba(0,0,0,.68);
    --color-g-text-quaternary: rgba(0,0,0,.45);
    --color-g-text-quinary: rgba(0,0,0,.32);
    --color-g-text-disabled: rgba(0,0,0,.25);
    --color-g-text-blue-primary: #0060d0;
    --color-g-text-blue-hover: #62aafd
}

.document_dark_yes {
    --color-g-bg-overflow: #000;
    --color-g-bg-primary: #161617;
    --color-g-bg-secondary: #232325;
    --color-g-bg-tertiary: #2f2f32;
    --color-g-bg-fill-6: hsla(0,0%,100%,.06);
    --color-g-bg-fill-12: hsla(0,0%,100%,.12);
    --color-g-bg-fill-14: hsla(0,0%,100%,.14);
    --color-g-bg-fill-18: hsla(0,0%,100%,.18);
    --color-g-bg-fill-24: hsla(0,0%,100%,.24);
    --color-g-bg-fill-30: hsla(0,0%,100%,.3);
    --color-g-bg-red-primary: #ff5b5b;
    --color-g-bg-yellow-primary: #fdde55;
    --color-g-bg-blue-primary: #62aafd;
    --color-g-text-primary: #fff;
    --color-g-text-secondary: hsla(0,0%,100%,.87);
    --color-g-text-tertiary: hsla(0,0%,100%,.6);
    --color-g-text-quaternary: hsla(0,0%,100%,.45);
    --color-g-text-quinary: hsla(0,0%,100%,.38);
    --color-g-text-disabled: hsla(0,0%,100%,.27);
    --color-g-text-blue-primary: #62aafd;
    --color-g-text-blue-hover: #0060d0
}
