
      .UserID-Wrapper {
        --user-id-size-plus: 30px;
        --user-id-size: 22px;
      }
      .UserWidget-Drawer.Drawer_direction_bottom.Drawer_view_default
        .Drawer-Curtain {
        height: calc(100% - 44px);
      }
      .UserWidget-Drawer .Drawer-Curtain .Drawer-Content {
        height: 100%;
      }
      .UserWidget-Content_colorScheme_light {
        background-color: #fff;
      }
      .UserWidget-Content_colorScheme_dark {
        background-color: #131317;
      }
      .UserWidget-IframeContainer {
        overflow: hidden;
      }
      .UserWidget-Iframe {
        display: block;
        width: 320px;
        border: none;
        transform: translate3d(0, 0, 0);
      }
      .UserWidget-Content_loading .UserWidget-Iframe {
        opacity: 0;
      }
      .UserWidget-Spin {
        position: absolute;
        top: 50%;
        left: 50%;
        display: inline-block;
        box-sizing: border-box;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        margin-left: -20px;
        border: 2px solid transparent;
        border-top-color: #fc0;
        border-left-color: #fc0;
        border-radius: 50%;
        background-image: linear-gradient(
          to right,
          rgba(0, 0, 0, 0),
          rgba(0, 0, 0, 0)
        );
        animation: islands-spin2 1s 0.21s infinite linear;
        backface-visibility: hidden;
      }
      .UserWidget-Content_colorScheme_dark .UserWidget-Spin {
        border-top-color: rgba(247, 247, 255, 0.9);
        border-left-color: rgba(247, 247, 255, 0.9);
      }
      @keyframes islands-spin2 {
        from {
          transform: rotate(0deg);
        }
        to {
          transform: rotate(360deg);
        }
      }
      .UserWidget-Drawer .UserWidget-Iframe {
        width: 100%;
      }
      .UserWidget-Drawer_colorScheme_light.UserWidget-Drawer_colorScheme_light
        .Drawer-Content {
        background: #fff;
      }
      .UserWidget-Drawer_colorScheme_dark.UserWidget-Drawer_colorScheme_dark
        .Drawer-Content {
        background: #161617;
      }
      .UserID-Wrapper {
        position: relative;
        display: inline-block;
        padding: 0;
        font-size: 0;
        border: none;
        background: none;
      }
      .UserID-Wrapper_child {
        --user-id-badge-top: 90%;
      }
      .UserID-Account {
        position: relative;
        z-index: 0;
        display: inline-block;
        cursor: pointer;
        text-decoration: none;
        color: #000;
        border-radius: 100%;
      }
      .utilityfocus .UserID-Account:focus {
        outline: none;
      }
      .UserID-Badge {
        position: relative;
        display: inline-flex;
        vertical-align: middle;
      }
      .UserID-Badge-Dot {
        position: absolute;
        top: var(--user-id-badge-top, 8%);
        left: var(--user-id-badge-left, 92%);
        display: inline-block;
        box-sizing: border-box;
        min-width: 16px;
        padding: 1px 4px;
        font-family:
          YS Text,
          Arial,
          Helvetica,
          Arial Unicode MS,
          sans-serif;
        font-size: 11px;
        font-weight: 500;
        line-height: 14px;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        text-align: center;
        white-space: nowrap;
        color: var(--user-id-badge-typo-color, #fff);
        border-radius: var(--user-id-badge-border-radius, 8px);
        background-color: var(--user-id-badge-fill-color, #fc4714);
        transform: translate(-50%, -50%);
      }
      .UserID-Badge-Dot:empty {
        display: none;
      }
      .UserID-Avatar {
        position: relative;
        display: inline-block;
        width: var(--user-id-size);
        height: var(--user-id-size);
        border-radius: 100%;
        isolation: isolate;
      }
      .UserID-Avatar:after,
      .UserID-Avatar-ChildStroke {
        position: absolute;
        z-index: 0;
        top: 50%;
        left: 50%;
        box-sizing: border-box;
        width: var(--user-id-size);
        height: var(--user-id-size);
        content: "";
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        transform: translate(-50%, -50%) scale(1.208);
      }
      .UserID-Avatar_plus:after {
        background-image: url("data:image/svg+xml,%3Csvg width%3D%2256%22 height%3D%2256%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M55 28c0 14.91-12.088 26.999-27 26.999s-27-12.088-27-27C1 13.088 13.088 1 28 1s27 12.088 27 27Z%22 stroke%3D%22url%28%23a%29%22 stroke-width%3D%222%22%2F%3E%3Cdefs%3E%3ClinearGradient id%3D%22a%22 x1%3D%220%22 y1%3D%2227.999%22 x2%3D%2256%22 y2%3D%2227.999%22 gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop stop-color%3D%22%23FF5C4D%22%2F%3E%3Cstop offset%3D%22.266%22 stop-color%3D%22%23EB469F%22%2F%3E%3Cstop offset%3D%22.75%22 stop-color%3D%22%238341EF%22%2F%3E%3Cstop offset%3D%221%22 stop-color%3D%22%233F68F9%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
      }
      .UserID-Avatar_child:after {
        background-image: url("data:image/svg+xml,%3Csvg width%3D%22300%22 height%3D%22300%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M295.08 76.1c-1.95 14.07-16.85 19.66-24.89 21.68 7.06 27.87 13.08 63.37 8.93 93.2-4.57 32.94-28.3 58.36-59.1 75.1-30.77 16.7-65.84 23.14-88.36 20.02-22.51-3.13-54.5-18.9-79.54-43.35-25.08-24.5-40.98-55.42-36.4-88.35 4.89-35.25 18.94-65.98 32.2-88.33-7.33-4.57-18.05-13.6-16.25-26.56a35.46 35.46 0 0 1 40-30.24c10.66 1.48 16.46 10.4 19.51 18.13l1.81-.42c10.91-2.4 23.01-3.05 33.74-3a305.17 305.17 0 0 1 40.88 3.1l.1.02.1.01a119.31 119.31 0 0 1 3.32.49 277.5 277.5 0 0 1 37.16 8.4c10.4 3.15 21.95 7.49 31.83 13.39l.1.06c4.97-6.93 13.3-14.92 24.62-13.34a35.46 35.46 0 0 1 30.24 40Zm-33.52 112.45c-3.52 25.37-22.08 46.77-50 61.94-28.16 15.3-59.43 20.55-77.46 18.05-18.02-2.5-46.68-16.09-69.6-38.48-22.73-22.2-34.75-47.86-31.23-73.23 6.16-44.32 28.33-81.45 43-101.72 15.75-21.76 88.94-10.46 88.94-10.46s73.73 9.62 82.28 37.68c8.73 28.69 18.76 72.47 14.07 106.22Z%22 fill%3D%22%23FFC499%22%2F%3E%3C%2Fsvg%3E");
      }
      .UserID-Avatar_child.UserID-Avatar_plus:after {
        background-image: url("data:image/svg+xml,%3Csvg width%3D%2268%22 height%3D%2268%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M66.724 17.333c-.441 3.172-3.8 4.434-5.614 4.888 1.59 6.287 2.949 14.295 2.014 21.024-1.032 7.428-6.385 13.163-13.332 16.936-6.938 3.769-14.85 5.222-19.928 4.516-5.078-.705-12.294-4.26-17.943-9.777-5.655-5.524-9.242-12.5-8.21-19.929 1.104-7.949 4.274-14.88 7.262-19.922C9.322 14.038 6.905 12 7.31 9.079a7.998 7.998 0 0 1 9.023-6.821c2.404.334 3.711 2.345 4.4 4.089.139-.034.274-.065.408-.094 2.46-.543 5.19-.688 7.611-.675 2.453.012 4.762.189 6.445.36a69.972 69.972 0 0 1 2.775.337l.022.003.024.003a28.25 28.25 0 0 1 .748.111c.495.078 1.196.194 2.04.355 1.677.32 3.963.82 6.34 1.54 2.346.711 4.953 1.688 7.18 3.02l.024.013c1.12-1.562 2.999-3.364 5.552-3.01a7.998 7.998 0 0 1 6.822 9.023Zm-7.561 25.362c1.058-7.612-1.204-17.488-3.174-23.957-1.928-6.33-18.56-8.5-18.56-8.5s-16.507-2.55-20.06 2.36c-3.307 4.57-8.308 12.946-9.697 22.944-.795 5.721 1.915 11.507 7.044 16.517 5.168 5.05 11.632 8.113 15.698 8.678 4.066.564 11.12-.621 17.47-4.07 6.3-3.422 10.484-8.25 11.279-13.972Z%22 fill%3D%22url%28%23a%29%22%2F%3E%3Cpath d%3D%22m37.657 8.638.039.005a24.565 24.565 0 0 1 .701.104c.474.074 1.149.186 1.963.341 1.625.31 3.824.791 6.095 1.48 2.258.685 4.658 1.595 6.649 2.784 1.947 1.164 3.772 2.754 4.43 4.915 1.978 6.493 4.339 16.662 3.229 24.65-.89 6.411-5.547 11.605-12.109 15.17-6.587 3.577-13.987 4.871-18.462 4.25-4.475-.622-11.243-3.884-16.605-9.122C8.245 47.997 5.18 41.73 6.072 35.319c1.44-10.37 6.608-18.997 9.989-23.668 1.25-1.727 3.45-2.598 5.593-3.07 2.215-.489 4.746-.632 7.086-.62 2.353.012 4.582.182 6.217.347a67.632 67.632 0 0 1 2.663.324l.037.006Zm10.226 48.029c6.3-3.422 10.485-8.25 11.28-13.972 1.057-7.612-1.204-17.488-3.174-23.957-1.928-6.33-18.56-8.5-18.56-8.5s-16.507-2.55-20.06 2.36c-3.307 4.57-8.308 12.946-9.697 22.944-.795 5.721 1.915 11.507 7.044 16.517 5.168 5.05 11.632 8.113 15.698 8.678 4.066.564 11.12-.621 17.47-4.07Z%22 fill%3D%22%23fff%22%2F%3E%3Cdefs%3E%3ClinearGradient id%3D%22a%22 x1%3D%223.534%22 y1%3D%2233.525%22 x2%3D%2266.801%22 y2%3D%2233.525%22 gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop stop-color%3D%22%23FF5C4D%22%2F%3E%3Cstop offset%3D%22.266%22 stop-color%3D%22%23EB469F%22%2F%3E%3Cstop offset%3D%22.75%22 stop-color%3D%22%238341EF%22%2F%3E%3Cstop offset%3D%221%22 stop-color%3D%22%233F68F9%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
      }
      .UserID-Avatar-ChildStroke {
        z-index: 1;
        fill: var(--user-id-stroke-color-light, #fff);
      }
      .UserID-Avatar_colorScheme_dark .UserID-Avatar-ChildStroke {
        fill: var(--user-id-stroke-color-dark, #000);
      }
      .UserID-Avatar_small .UserID-Avatar-ChildStroke {
        display: none;
      }
      .UserID-Avatar-Image {
        width: 100%;
        height: 100%;
        border-radius: 100%;
        background-color: #fff;
        -o-object-fit: cover;
        object-fit: cover;
      }
      .utilityfocus .UserID-Account:focus .UserID-Avatar {
        outline: calc(var(--user-id-size) / 20) solid #ffdb4d;
        outline-offset: calc(var(--user-id-size) / 20);
      }
      .utilityfocus .UserID-Account:focus .UserID-Avatar:after {
        background-image: none;
      }
      .utilityfocus .UserID-Account:focus .UserID-Avatar_child {
        border: none;
        outline: none;
      }
      .utilityfocus .UserID-Account:focus .UserID-Avatar_child:after {
        background-image: url("data:image/svg+xml,%3Csvg width%3D%22300%22 height%3D%22300%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M295.08 76.1c-1.95 14.07-16.85 19.66-24.89 21.68 7.06 27.87 13.08 63.37 8.93 93.2-4.57 32.94-28.3 58.36-59.1 75.1-30.77 16.7-65.84 23.14-88.36 20.02-22.51-3.13-54.5-18.9-79.54-43.35-25.08-24.5-40.98-55.42-36.4-88.35 4.89-35.25 18.94-65.98 32.2-88.33-7.33-4.57-18.05-13.6-16.25-26.56a35.46 35.46 0 0 1 40-30.24c10.66 1.48 16.46 10.4 19.51 18.13l1.81-.42c10.91-2.4 23.01-3.05 33.74-3a305.17 305.17 0 0 1 40.88 3.1l.1.02.1.01a119.31 119.31 0 0 1 3.32.49 277.5 277.5 0 0 1 37.16 8.4c10.4 3.15 21.95 7.49 31.83 13.39l.1.06c4.97-6.93 13.3-14.92 24.62-13.34a35.46 35.46 0 0 1 30.24 40Zm-33.52 112.45c-3.52 25.37-22.08 46.77-50 61.94-28.16 15.3-59.43 20.55-77.46 18.05-18.02-2.5-46.68-16.09-69.6-38.48-22.73-22.2-34.75-47.86-31.23-73.23 6.16-44.32 28.33-81.45 43-101.72 15.75-21.76 88.94-10.46 88.94-10.46s73.73 9.62 82.28 37.68c8.73 28.69 18.76 72.47 14.07 106.22Z%22 fill%3D%22%23FFDB4D%22%2F%3E%3C%2Fsvg%3E"),
          url("data:image/svg+xml,%3Csvg width%3D%22300%22 height%3D%22300%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M295.08 76.1c-1.95 14.07-16.85 19.66-24.89 21.68 7.06 27.87 13.08 63.37 8.93 93.2-4.57 32.94-28.3 58.36-59.1 75.1-30.77 16.7-65.84 23.14-88.36 20.02-22.51-3.13-54.5-18.9-79.54-43.35-25.08-24.5-40.98-55.42-36.4-88.35 4.89-35.25 18.94-65.98 32.2-88.33-7.33-4.57-18.05-13.6-16.25-26.56a35.46 35.46 0 0 1 40-30.24c10.66 1.48 16.46 10.4 19.51 18.13l1.81-.42c10.91-2.4 23.01-3.05 33.74-3a305.17 305.17 0 0 1 40.88 3.1l.1.02.1.01a119.31 119.31 0 0 1 3.32.49 277.5 277.5 0 0 1 37.16 8.4c10.4 3.15 21.95 7.49 31.83 13.39l.1.06c4.97-6.93 13.3-14.92 24.62-13.34a35.46 35.46 0 0 1 30.24 40Zm-33.52 112.45c-3.52 25.37-22.08 46.77-50 61.94-28.16 15.3-59.43 20.55-77.46 18.05-18.02-2.5-46.68-16.09-69.6-38.48-22.73-22.2-34.75-47.86-31.23-73.23 6.16-44.32 28.33-81.45 43-101.72 15.75-21.76 88.94-10.46 88.94-10.46s73.73 9.62 82.28 37.68c8.73 28.69 18.76 72.47 14.07 106.22Z%22 fill%3D%22%23FFC499%22%2F%3E%3C%2Fsvg%3E"),
          url("data:image/svg+xml,%3Csvg width%3D%2268%22 height%3D%2268%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M66.724 17.333c-.441 3.172-3.8 4.434-5.614 4.888 1.59 6.287 2.949 14.295 2.014 21.024-1.032 7.428-6.385 13.163-13.332 16.936-6.938 3.769-14.85 5.222-19.928 4.516-5.078-.705-12.294-4.26-17.943-9.777-5.655-5.524-9.242-12.5-8.21-19.929 1.104-7.949 4.274-14.88 7.262-19.922C9.322 14.038 6.905 12 7.31 9.079a7.998 7.998 0 0 1 9.023-6.821c2.404.334 3.711 2.345 4.4 4.089.139-.034.274-.065.408-.094 2.46-.543 5.19-.688 7.611-.675 2.453.012 4.762.189 6.445.36a69.972 69.972 0 0 1 2.775.337l.022.003.024.003a28.25 28.25 0 0 1 .748.111c.495.078 1.196.194 2.04.355 1.677.32 3.963.82 6.34 1.54 2.346.711 4.953 1.688 7.18 3.02l.024.013c1.12-1.562 2.999-3.364 5.552-3.01a7.998 7.998 0 0 1 6.822 9.023Zm-7.561 25.362c1.058-7.612-1.204-17.488-3.174-23.957-1.928-6.33-18.56-8.5-18.56-8.5s-16.507-2.55-20.06 2.36c-3.307 4.57-8.308 12.946-9.697 22.944-.795 5.721 1.915 11.507 7.044 16.517 5.168 5.05 11.632 8.113 15.698 8.678 4.066.564 11.12-.621 17.47-4.07 6.3-3.422 10.484-8.25 11.279-13.972Z%22 fill%3D%22url%28%23a%29%22%2F%3E%3Cpath d%3D%22m37.657 8.638.039.005a24.565 24.565 0 0 1 .701.104c.474.074 1.149.186 1.963.341 1.625.31 3.824.791 6.095 1.48 2.258.685 4.658 1.595 6.649 2.784 1.947 1.164 3.772 2.754 4.43 4.915 1.978 6.493 4.339 16.662 3.229 24.65-.89 6.411-5.547 11.605-12.109 15.17-6.587 3.577-13.987 4.871-18.462 4.25-4.475-.622-11.243-3.884-16.605-9.122C8.245 47.997 5.18 41.73 6.072 35.319c1.44-10.37 6.608-18.997 9.989-23.668 1.25-1.727 3.45-2.598 5.593-3.07 2.215-.489 4.746-.632 7.086-.62 2.353.012 4.582.182 6.217.347a67.632 67.632 0 0 1 2.663.324l.037.006Zm10.226 48.029c6.3-3.422 10.485-8.25 11.28-13.972 1.057-7.612-1.204-17.488-3.174-23.957-1.928-6.33-18.56-8.5-18.56-8.5s-16.507-2.55-20.06 2.36c-3.307 4.57-8.308 12.946-9.697 22.944-.795 5.721 1.915 11.507 7.044 16.517 5.168 5.05 11.632 8.113 15.698 8.678 4.066.564 11.12-.621 17.47-4.07Z%22 fill%3D%22%23fff%22%2F%3E%3Cdefs%3E%3ClinearGradient id%3D%22a%22 x1%3D%223.534%22 y1%3D%2233.525%22 x2%3D%2266.801%22 y2%3D%2233.525%22 gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop stop-color%3D%22%23FF5C4D%22%2F%3E%3Cstop offset%3D%22.266%22 stop-color%3D%22%23EB469F%22%2F%3E%3Cstop offset%3D%22.75%22 stop-color%3D%22%238341EF%22%2F%3E%3Cstop offset%3D%221%22 stop-color%3D%22%233F68F9%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
      }
      .a11y-hidden {
        position: absolute;
        left: -32767px;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }
      .Link {
        text-decoration: none;
        outline: 0;
        touch-action: manipulation;
        -webkit-tap-highlight-color: transparent;
      }
      .Link[aria-disabled="true"] {
        pointer-events: none;
      }
      .UserID-Wrapper {
        --user-id-size-plus: 52px;
        --user-id-size: 42px;
      }
      .UserWidget-Dialog {
        position: absolute;
        z-index: 2;
        top: 42px;
        right: -2px;
        display: none;
        overflow: hidden;
        width: auto;
        margin-top: -48px;
        margin-right: -6px;
        border: 1px solid rgba(0, 0, 0, 0.06);
        border-radius: 24px;
        transform: translateZ(0);
      }
      .UserWidget-Dialog_colorScheme_light {
        background: #fff;
        box-shadow:
          0 0 2px rgba(147, 151, 173, 0.1),
          0 8px 28px rgba(147, 151, 173, 0.3);
      }
      .UserWidget-Dialog_colorScheme_dark {
        background: #161617;
        box-shadow:
          0 0 2px rgba(0, 0, 0, 0.1),
          0 4px 12px rgba(0, 0, 0, 0.3);
      }
      .UserWidget-Dialog_visible {
        display: block;
        animation:
          0.025s emersion-opacity cubic-bezier(0, 0, 0.18, 0.99),
          0.05s emersion-size cubic-bezier(0, 0, 0.18, 0.99);
      }
      .UserWidget-Dialog .UserWidget-Content {
        overflow-x: hidden;
        overflow-y: auto;
      }
      .UserWidget-Dialog_visible,
      .UserWidget-Dialog .UserWidget-Content {
        max-height: calc(100vh - 32px);
      }
      .UserWidget-Dialog_visible .UserWidget-Content {
        animation: 0.05s emersion-opacity;
        animation-timing-function: cubic-bezier(0, 0, 0.18, 0.99);
      }
      @keyframes emersion-opacity {
        from {
          opacity: 0;
        }
        to {
          opacity: 1;
        }
      }
      @keyframes emersion-size {
        0% {
          max-height: 33vh;
        }
      }
      .lc-header-lpc-burger__disable-scroll {
        overflow: hidden;
      }
      .lc-header-lpc-burger__burger-button {
        padding: 12px;
        cursor: pointer;
        border: solid 1px transparent;
        background: none;
        -webkit-tap-highlight-color: transparent;
      }
      .lc-header-lpc-burger__burger-button:focus {
        outline: none;
      }
      .lc-header-lpc-burger__burger-button:focus-visible {
        outline: 2px solid #7f5dd8;
      }
      .lc-header-lpc-burger__burger-icon_theme_light {
        color: #000;
      }
      .lc-header-lpc-burger__burger-icon_theme_dark {
        color: #fff;
      }
      .lc-header-lpc-burger__close {
        position: absolute;
        z-index: 2;
        top: 10px;
        width: 40px;
        height: 40px;
        cursor: pointer;
        border: 1px solid transparent;
        border-radius: 50%;
      }
      .lc-header-lpc-burger__close:after,
      .lc-header-lpc-burger__close:before {
        position: absolute;
        top: 16px;
        width: 16px;
        height: 16px;
        content: "";
      }
      .lc-header-lpc-burger__close:before {
        right: 16px;
        transform: rotate(45deg);
      }
      .lc-header-lpc-burger__close:after {
        right: 5px;
        transform: rotate(-45deg);
      }
      .lc-header-lpc-burger__close:focus {
        outline: none;
      }
      .lc-header-lpc-burger__close:focus-visible {
        outline: 2px solid #7f5dd8;
      }
      .lc-header-lpc-burger__close_align_left {
        left: -50px;
      }
      .lc-header-lpc-burger__close_align_right {
        right: -50px;
      }
      .lc-header-lpc-burger__close_theme_light {
        background-color: #fff;
      }
      .lc-header-lpc-burger__close_theme_light:after,
      .lc-header-lpc-burger__close_theme_light:before {
        border-top: 1px solid #000;
      }
      .lc-header-lpc-burger__close_theme_dark {
        background-color: #000;
      }
      .lc-header-lpc-burger__close_theme_dark:after,
      .lc-header-lpc-burger__close_theme_dark:before {
        border-top: 1px solid #fff;
      }
      .lc-header-lpc-burger__menu-wrapper {
        position: relative;
        z-index: 30;
      }
      .lc-header-lpc-burger__menu-wrapper_hidden {
        display: none;
      }
      .lc-header-lpc-burger__menu,
      .lc-header-lpc-burger__paranja {
        transition-timing-function: ease-in;
        transition-duration: 0.3s;
      }
      .lc-header-lpc-burger__menu_opened,
      .lc-header-lpc-burger__paranja_opened {
        transition-timing-function: ease-out;
      }
      .lc-header-lpc-burger__menu {
        position: fixed;
        top: 0;
        width: 85%;
        max-width: 320px;
        height: 100%;
        text-align: left;
        transition-property: transform;
      }
      .lc-header-lpc-burger__menu_align_left {
        left: 0;
        transform: translateX(-100%);
      }
      .lc-header-lpc-burger__menu_align_right {
        right: 0;
        transform: translateX(100%);
      }
      .lc-header-lpc-burger__menu_opened {
        transform: translateX(0);
      }
      .lc-header-lpc-burger__menu-background {
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
      }
      .lc-header-lpc-burger__menu-background_theme_light {
        background-color: #fff;
      }
      .lc-header-lpc-burger__menu-background_theme_dark {
        background-color: #000;
      }
      .lc-header-lpc-burger__menu-background_align_left {
        left: -100%;
      }
      .lc-header-lpc-burger__menu-background_align_right {
        right: -100%;
      }
      .lc-header-lpc-burger__paranja {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        background-color: rgba(0, 0, 0, 0.3);
        transition-property: opacity;
      }
      .lc-header-lpc-burger__paranja_opened {
        opacity: 1;
      }
      .lc-header-lpc-burger__content {
        display: flex;
        flex-direction: column;
        height: 100%;
      }
      .lc-header-lpc-burger__main-content {
        position: relative;
        display: flex;
        overflow: hidden;
        flex: auto;
        flex-direction: column;
      }
      .lc-header-lpc-burger__links-wrapper {
        overflow: auto;
      }
      .lc-header-lpc-burger__links {
        padding: 0 20px 8px;
      }
      .lc-header-lpc-burger__links_with-top-padding {
        padding-top: 24px;
      }
      .lc-header-lpc-burger__links_with-bottom-padding {
        padding-bottom: 24px;
      }
      .lc-header-lpc-burger__links .lc-navigation-menu__link {
        width: 100%;
      }
      .lc-header-lpc-burger__links .lc-navigation-menu__submenu-arrow {
        margin-left: auto;
      }
      .lc-header-lpc-burger__links .lc-navigation-menu__submenu {
        position: static;
        overflow: hidden;
        padding: 0;
        background-color: transparent;
        box-shadow: none;
        animation: 0.2s lc-header-lpc-burger-submenu-open ease-in-out forwards;
      }
      .lc-header-lpc-burger__links
        .lc-navigation-menu__submenu
        .lc-navigation-menu__link {
        padding: 0 0 0 24px;
      }
      .lc-header-lpc-burger__link-content {
        padding: 12px 0;
        white-space: normal;
      }
      .lc-header-lpc-burger__link-content_theme_light {
        color: #2f2f2f;
      }
      .lc-header-lpc-burger__link-content_theme_dark {
        color: #fff;
      }
      .lc-header-lpc-burger__user-wrapper {
        padding: 16px 20px;
        line-height: 0;
        border-bottom: solid 1px;
      }
      .lc-header-lpc-burger__user-wrapper_theme_light {
        border-bottom-color: rgba(0, 0, 0, 0.08);
      }
      .lc-header-lpc-burger__user-wrapper_theme_dark {
        border-bottom-color: rgba(255, 255, 255, 0.3);
      }
      .lc-header-lpc-burger__user-wrapper .lc-header-lpc__login-label {
        justify-content: center;
      }
      .lc-header-lpc-burger__user-wrapper .legouser,
      .lc-header-lpc-burger__user-wrapper .legouser__current-account {
        width: 100%;
      }
      .lc-header-lpc-burger__user-wrapper .legouser__popup[class][class] {
        right: auto;
      }
      .lc-header-lpc-burger__user-wrapper .user-account__name {
        display: inline-block;
        overflow: hidden;
        max-width: calc(100% - 52px);
        line-height: normal;
        text-overflow: ellipsis;
      }
      .lc-header-lpc-burger__cta-wrapper {
        padding: 16px 20px;
        box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.04);
      }
      .lc-header-lpc-burger__cta-wrapper .lc-header-lpc__call-to-action {
        display: block !important;
        margin: 0;
        text-align: center;
      }
      @keyframes lc-header-lpc-burger-submenu-open {
        0% {
          max-height: 0;
        }
        100% {
          max-height: 1000px;
        }
      }
      .lc-header-lpc {
        position: relative;
        display: flex;
        flex-direction: row;
        flex-shrink: 0;
        justify-content: space-between;
        box-sizing: border-box;
        width: 100%;
        margin: 0 auto;
        padding-right: 19px;
        padding-left: 19px;
        font-size: 15px;
      }
      .lc-header-lpc__menu,
      .lc-header-lpc__mobile-menu {
        flex-grow: 1;
        padding: 21px 20px 12px;
        font-size: 15px;
        line-height: 30px;
      }
      .lc-header-lpc__menu_old,
      .lc-header-lpc__mobile-menu_old {
        padding-top: 18px;
      }
      .lc-header-lpc__menu_align_left,
      .lc-header-lpc__mobile-menu_align_left {
        text-align: left;
      }
      .lc-header-lpc__menu_align_center,
      .lc-header-lpc__mobile-menu_align_center {
        text-align: center;
      }
      .lc-header-lpc__menu_align_right,
      .lc-header-lpc__mobile-menu_align_right {
        text-align: right;
      }
      .lc-header-lpc__mobile-menu {
        padding: 12px 0;
        font-size: 12px;
      }
      .lc-header-lpc__mobile-menu
        .lc-navigation-menu__item_layout_horizontal:first-child {
        padding-left: 16px;
      }
      .lc-header-lpc__mobile-menu
        .lc-navigation-menu__item_layout_horizontal:last-child {
        padding-right: 16px;
      }
      .lc-header-lpc__mobile-menu .lc-navigation-menu__wrapper {
        white-space: nowrap;
      }
      .lc-header-lpc__user-wrapper {
        display: inline-block;
        margin-left: 20px;
        vertical-align: middle;
      }
      .lc-header-lpc__user-wrapper_login {
        line-height: 10px;
      }
      .lc-header-lpc__user-wrapper_mobile {
        display: none;
      }
      .lc-header-lpc__user-id {
        --user-id-size: 42px;
        z-index: 1005;
        margin: 6px 0;
        padding: 5px;
      }
      @media (max-width: 767px) {
        .lc-header-lpc__user-id {
          --user-id-size: 32px;
        }
      }
      .lc-header-lpc__login-button.lc-button:hover .lc-button__under {
        border-color: #b3b3b3;
        background-color: transparent;
      }
      .lc-header-lpc__login-button.lc-button_theme_border-black:hover
        .lc-button__text {
        color: #252525;
      }
      .lc-header-lpc__login-button.lc-button_theme_border-white:hover
        .lc-button__text {
        color: #fff;
      }
      .lc-header-lpc__login-label {
        display: flex;
        align-items: center;
      }
      .lc-header-lpc__login-icon {
        width: 32px;
        height: 32px;
        margin-left: -8px;
        background-repeat: no-repeat;
        background-position: 50%;
      }
      .lc-header-lpc__login-icon_theme_light {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZD0iTTUgMHYyaDl2MTJINXYyaDExVjB6TTAgNmg2VjNsNiA1LTYgNXYtM0gwVjZ6Ii8+PC9zdmc+);
      }
      .lc-header-lpc__login-icon_theme_dark {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZD0iTTUgMHYyaDl2MTJINXYyaDExVjB6TTAgNmg2VjNsNiA1LTYgNXYtM0gwVjZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
      }
      .lc-header-lpc__wrapper {
        background-color: #fff;
        transition-duration: 0.2s;
        transition-property: background-color, color, box-shadow;
      }
      .lc-header-lpc__wrapper_theme_dark {
        background-color: #000;
      }
      .lc-header-lpc__wrapper_theme_dark
        .lc-header-lpc__menu
        .lc-navigation-menu__link_active:not(:hover),
      .lc-header-lpc__wrapper_theme_dark
        .lc-header-lpc__mobile-menu
        .lc-navigation-menu__link_active:not(:hover) {
        color: #fff;
      }
      .lc-header-lpc__wrapper_transparent {
        background-color: transparent;
      }
      .lc-header-lpc__wrapper_border {
        box-shadow: inset 0 -1px 0 #eaeaea;
      }
      .lc-header-lpc__wrapper_border.lc-header-lpc__wrapper_theme_dark {
        box-shadow: inset 0 -1px 0 #5e5e5e;
      }
      .lc-header-lpc__fixed-wrapper {
        position: fixed;
        z-index: 1001;
        top: 0;
        left: 0;
        width: 100%;
      }
      .lc-header-lpc_content {
        max-width: 954px;
      }
      .lc-header-lpc__left-wrapper {
        display: flex;
        align-items: center;
      }
      .lc-header-lpc__left {
        margin: 10px 0;
        line-height: 0;
      }
      .lc-header-lpc__left_size_logo {
        margin: 16px 0 20px;
      }
      .lc-header-lpc__left_size_logoIcon .lc-logo-block__logo {
        padding-bottom: 2px;
      }
      .lc-header-lpc__right {
        text-align: right;
        white-space: nowrap;
      }
      .lc-header-lpc__right:before {
        display: inline-block;
        width: 0;
        height: 100%;
        content: "";
        vertical-align: middle;
      }
      .lc-header-lpc__logo-container {
        display: flex;
        align-items: center;
      }
      .lc-header-lpc__logo-container.lc-logo-block__logo-container_mobile {
        display: none;
        height: 100%;
      }
      .lc-header-lpc__lang-switcher {
        display: inline-block;
        flex-shrink: 0;
        margin-right: 16px;
        vertical-align: middle;
      }
      .lc-header-lpc__call-to-action {
        display: inline-block;
        flex-shrink: 0;
        vertical-align: middle;
      }
      .lc-header-lpc__call-to-action_type_button {
        margin: 12px 0;
        line-height: 10px;
      }
      .lc-header-lpc__call-to-action_type_icon {
        margin: 3px auto auto;
        line-height: normal;
      }
      .lc-header-lpc__call-to-action_type_link {
        margin: 3px auto auto;
        line-height: 30px;
        color: #018ad2;
      }
      .lc-header-lpc__call-to-action_mobile {
        display: none;
        margin-left: 13px;
        line-height: 0;
      }
      .lc-header-lpc__burger-wrapper {
        display: none;
      }
      .lc-header-lpc__hidden {
        visibility: hidden;
        overflow: hidden;
        height: 0;
      }
      .lc-header-lpc__placeholder {
        visibility: hidden;
      }
      .lc-header-lpc__mobile-wrapper {
        position: relative;
        display: none;
        margin: 0;
      }
      .lc-header-lpc__mobile-wrapper_with-submenu_no {
        overflow: hidden;
      }
      .lc-header-lpc__right-wrapper {
        display: none;
      }
      @media (max-width: 767px) {
        .lc-header-lpc_border {
          box-shadow: inset 0 -1px 0 #eaeaea;
        }
        .lc-header-lpc__wrapper_theme_dark .lc-header-lpc_border,
        .lc-header-lpc__wrapper_theme_dark
          .lc-header-lpc__mobile-wrapper_border {
          box-shadow: inset 0 -1px 0 #5e5e5e;
        }
        .lc-header-lpc .lc-logo-block__logo_mobile,
        .lc-header-lpc .lc-logo-block__logo-icon_mobile,
        .lc-header-lpc__user-wrapper,
        .lc-header-lpc__call-to-action_mobile {
          display: inline-block;
        }
        .lc-header-lpc .lc-logo-block__logo-container_mobile {
          display: flex;
        }
        .lc-header-lpc .lc-logo-block__logo_desktop,
        .lc-header-lpc .lc-logo-block__logo-icon_desktop,
        .lc-header-lpc .lc-logo-block__logo-container_desktop,
        .lc-header-lpc .lc-header-lpc__call-to-action_desktop,
        .lc-header-lpc .lc-header-lpc__user-wrapper_desktop,
        .lc-header-lpc .lc-header-lpc__menu,
        .lc-header-lpc_noleft {
          display: none;
        }
        .lc-header-lpc__mobile-menu_with-submenu_no {
          overflow-x: auto;
        }
        .lc-header-lpc__mobile-menu_with-submenu_no::-webkit-scrollbar {
          display: none;
        }
        .lc-header-lpc__mobile-wrapper {
          display: flex;
        }
        .lc-header-lpc__mobile-wrapper_border {
          box-shadow: inset 0 -1px 0 #eaeaea;
        }
        .lc-header-lpc__right-wrapper {
          display: block;
          padding: 12px 16px;
        }
        .lc-header-lpc__right .lc-header-lpc__lang-switcher {
          margin: 0;
        }
        .lc-header-lpc__right {
          margin-left: 5px;
        }
        .lc-header-lpc__right-wrapper
          .lc-header-lpc__call-to-action_type_button,
        .lc-header-lpc__right-wrapper .lc-header-lpc__call-to-action_type_icon,
        .lc-header-lpc__right-wrapper .lc-header-lpc__call-to-action_type_link {
          display: block;
          width: 100%;
          margin: 0;
          text-align: center;
        }
        .lc-header-lpc__right-wrapper
          .lc-header-lpc__call-to-action_type_button
          .y-button {
          width: 100%;
        }
        .lc-header-lpc__burger-wrapper {
          display: inline-block;
          vertical-align: middle;
        }
        .lc-header-lpc__burger-wrapper_align_left {
          margin: 0 8px 0 -12px;
        }
        .lc-header-lpc__burger-wrapper_align_right {
          margin: 0 -12px 2px 8px;
        }
      }
    