@font-face {
    font-family: "Zalando Sans Expanded";
    font-style: normal;
    font-weight: 400;
    src: url("./fonts/ZalandoSansExpanded-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Zalando Sans SemiExpanded";
    font-style: normal;
    font-weight: 900;
    src: url("./fonts/ZalandoSansSemiExpanded-Black.ttf") format("truetype");
}

html,
body {
    margin: 0;
    min-height: 100%;
}

body {
    background: #2f6952;
    color: #f5f2ee;
    overflow: hidden;
}

.page,
.stage-shell {
    height: 100vh;
    position: relative;
    width: 100vw;
}

.stage-shell {
    overflow: hidden;
}

.stage {
    background: #2f6952;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.background,
.background__base,
.background__band,
.background__arc,
.brand-row,
.brand,
.person-frame,
.person-frame__image,
.hero,
.hero__title,
.hero__meta,
.hero__date,
.hero__time,
.hero__slogan,
.divider,
.ornament,
.ornament__base,
.ornament__leaf,
.ornament__leaves-group {
    position: absolute;
}

.background {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}

.background__base {
    background: #2f6952;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.background__band {
    background: #255b43;
    z-index: 1;
}

.background__arc {
    border-radius: 50%;
    z-index: 0;
}

.background__arc--top-left {
    background: #256449;
}

.background__arc--bottom-right {
    background: #296d4f;
}

.brand-row,
.person-frame,
.hero,
.ornament {
    z-index: 2;
}

.announcement-screen,
.live-screen {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.screen-announcement .live-screen {
    display: none;
}

.screen-live .announcement-screen {
    display: none;
}

.brand,
.person-frame__image,
.divider,
.ornament__base,
.ornament__leaf,
.ornament__leaves-group {
    display: block;
    height: auto;
    max-width: none;
}

.person-frame {
    overflow: hidden;
}

.hero {
    color: #f5f2ee;
}

.hero__title,
.hero__date,
.hero__time,
.hero__slogan {
    margin: 0;
    text-align: center;
}

.hero__title {
    font-family: "Zalando Sans SemiExpanded", "Arial Black", "Helvetica Neue", Arial, sans-serif;
    font-weight: 900;
    left: 0;
    line-height: 1;
    top: 0;
    white-space: nowrap;
}

.hero__meta {
    font-family: "Zalando Sans Expanded", "Helvetica Neue", Arial, sans-serif;
}

.hero__date,
.hero__time {
    font-weight: 400;
    left: 0;
    line-height: 1;
    white-space: nowrap;
}

.hero__slogan {
    font-family: "Zalando Sans SemiExpanded", "Arial Black", "Helvetica Neue", Arial, sans-serif;
    font-weight: 900;
    left: 0;
    line-height: 1;
    white-space: nowrap;
}

.ornament {
    overflow: hidden;
    pointer-events: none;
}

.ornament__leaves-group {
    display: none;
}

.live__content,
.live__title,
.live__slogan,
.live__score-area,
.live__score-panel,
.live__board,
.live__board-square,
.live__board-coordinate,
.live__board-piece-image,
.live__player-name,
.live__flag,
.live__color-indicator {
    position: absolute;
}

.live__content {
    color: #f5f2ee;
}

.live__title,
.live__slogan {
    font-family: "Zalando Sans SemiExpanded", "Arial Black", "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: 900;
    left: 0;
    line-height: 1;
    margin: 0;
    text-align: center;
    white-space: nowrap;
}

.live__title {
    top: 0;
}

.live__slogan {
    bottom: auto;
}

.live__score-panel {
    background: #163f2f;
    border: 1px solid rgba(245, 242, 238, 0.5);
    box-sizing: border-box;
    overflow: hidden;
}

.live__board {
    bottom: 1px;
    left: 1px;
    right: 1px;
    top: 1px;
}

.live__board-square {
    box-sizing: border-box;
}

.live__board-square--light {
    background: #e7dcc2;
}

.live__board-square--dark {
    background: #8a6a49;
}

.live__board-piece-image {
    height: 84%;
    left: 8%;
    top: 8%;
    width: 84%;
}

.live__board-coordinate {
    color: rgba(245, 242, 238, 0.78);
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    pointer-events: none;
}

.live__player-name {
    color: #f5f2ee;
    font-family: "Zalando Sans Expanded", "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    text-align: center;
    white-space: nowrap;
}

.live__color-indicator {
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
}

.live__color-indicator--white {
    background: #f5f2ee;
    border: 2px solid rgba(17, 32, 24, 0.28);
}

.live__color-indicator--black {
    background: #112018;
    border: 2px solid rgba(245, 242, 238, 0.4);
}

.live__flag {
    display: block;
    height: auto;
    max-width: none;
}

.stage-shell.screen-live .brand {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.profile-desktop-1920 .background__band {
    height: 172px;
    left: 1px;
    top: 69px;
    width: 1919px;
}

.profile-desktop-1920 .background__arc--top-left {
    height: 1860px;
    left: -530px;
    top: -1230px;
    width: 1860px;
}

.profile-desktop-1920 .background__arc--bottom-right {
    bottom: -875px;
    height: 1412px;
    right: -406px;
    width: 1412px;
}

.profile-desktop-1920 .brand--fide {
    left: 80px;
    top: 98.78px;
    width: 423.98px;
}

.profile-desktop-1920 .brand--geomotive {
    left: 1039px;
    top: 116px;
    width: 233.98px;
}

.profile-desktop-1920 .brand--yoshlar {
    left: 654px;
    top: 118px;
    width: 284.53px;
}

.profile-desktop-1920 .brand--chessuz {
    left: 1373px;
    top: 101px;
    width: 122.77px;
}

.profile-desktop-1920 .brand--partner {
    left: 1596px;
    top: 126px;
    width: 211.94px;
}

.profile-desktop-1920 .person-frame {
    height: 856px;
    left: 170.5117px;
    top: 224.0703px;
    width: 597.9299px;
}

.profile-desktop-1920 .person-frame__image {
    height: 971.88px;
    left: -10.62px;
    top: -25.49px;
    width: 618.8px;
}

.profile-desktop-1920 .hero {
    height: 651.5px;
    left: 894.03px;
    top: 298.04px;
    width: 950px;
}

.profile-desktop-1920 .hero__title {
    font-size: 138px;
    letter-spacing: 0;
    width: 950px;
}

.profile-desktop-1920 .divider {
    left: 301.12px;
    width: 347.76px;
}

.profile-desktop-1920 .divider--top {
    top: 201px;
}

.profile-desktop-1920 .divider--bottom {
    top: 489.75px;
}

.profile-desktop-1920 .hero__meta {
    height: 191px;
    left: 139.5px;
    top: 265.75px;
    width: 671px;
}

.profile-desktop-1920 .hero__date {
    font-size: 80px;
    left: -3.5px;
    letter-spacing: -2.4px;
    top: 0;
    width: 678px;
}

.profile-desktop-1920 .hero__time {
    font-size: 68.6px;
    letter-spacing: -2.058px;
    top: 108px;
    width: 671px;
}

.profile-desktop-1920 .hero__slogan {
    font-size: 76px;
    letter-spacing: 0;
    left: -28px;
    top: 554.5px;
    width: 950px;
}

.profile-desktop-1920 .ornament {
    height: 352px;
    left: 1px;
    top: 728px;
    width: 831px;
}

.profile-desktop-1920 .ornament__base {
    left: -143.31px;
    top: 147px;
    width: 932.95px;
}

.profile-desktop-1920 .ornament__leaf--left {
    left: 75.99px;
    top: 179.66px;
    width: 21.3221px;
}

.profile-desktop-1920 .ornament__leaf--right {
    left: 335.7734px;
    top: 237px;
    width: 24.4151px;
}

.stage-shell.screen-live.profile-desktop-1920 .background__arc--top-left {
    height: 2075.4485px;
    left: -982.6577px;
    top: -1094.4932px;
    width: 2507.2534px;
}

.stage-shell.screen-live.profile-desktop-1920 .background__arc--bottom-right {
    bottom: auto;
    height: 2499.9831px;
    left: 536.3967px;
    right: auto;
    top: 1753.8895px;
    width: 2521.023px;
}

.stage-shell.screen-live.profile-desktop-1920 .background__band {
    height: 132px;
    left: 0;
    top: 52px;
    width: 1920px;
}

.stage-shell.screen-live.profile-desktop-1920 .brand--fide {
    left: 82px;
    top: 118px;
    width: 330px;
}

.stage-shell.screen-live.profile-desktop-1920 .brand--geomotive {
    left: 1281px;
    top: 118px;
    width: 182px;
}

.stage-shell.screen-live.profile-desktop-1920 .brand--yoshlar {
    left: 1011px;
    top: 118px;
    width: 220px;
}

.stage-shell.screen-live.profile-desktop-1920 .brand--chessuz {
    left: 1513px;
    top: 118px;
    width: 95px;
}

.stage-shell.screen-live.profile-desktop-1920 .brand--partner {
    left: 1658px;
    top: 118px;
    width: 164px;
}

.stage-shell.screen-live.profile-desktop-1920 .live__content {
    height: 790px;
    left: 654px;
    top: 238px;
    width: 612px;
}

.stage-shell.screen-live.profile-desktop-1920 .live__title {
    font-size: 47px;
    width: 612px;
}

.stage-shell.screen-live.profile-desktop-1920 .live__slogan {
    font-size: 50px;
    top: 722px;
    width: 612px;
}

.stage-shell.screen-live.profile-desktop-1920 .live__score-area {
    height: 612px;
    left: 654px;
    top: 322px;
    width: 612px;
}

.stage-shell.screen-live.profile-desktop-1920 .live__score-panel {
    height: 612px;
    left: 0;
    top: 0;
    width: 612px;
}

.stage-shell.screen-live.profile-desktop-1920 .live__player-name {
    font-size: 30px;
}

.stage-shell.screen-live.profile-desktop-1920 .live__player-name--left {
    left: 98px;
    top: 498px;
    width: 270px;
}

.stage-shell.screen-live.profile-desktop-1920 .live__player-name--right {
    left: 1552px;
    top: 498px;
    width: 270px;
}

.stage-shell.screen-live.profile-desktop-1920 .live__flag--uzbekistan {
    left: 98px;
    top: 578px;
    width: 270px;
}

.stage-shell.screen-live.profile-desktop-1920 .live__flag--china {
    left: 1552px;
    top: 578px;
    width: 270px;
}

.stage-shell.screen-live.profile-desktop-1920 .live__color-indicator--left {
    left: 199px;
    top: 782px;
    height: 68px;
    width: 68px;
}

.stage-shell.screen-live.profile-desktop-1920 .live__color-indicator--right {
    left: 1653px;
    top: 782px;
    height: 68px;
    width: 68px;
}

.profile-wide-1440 .background__band {
    height: 95.56px;
    left: 0;
    top: 38.31px;
    width: 1439.56px;
}

.profile-wide-1440 .background__arc--top-left {
    height: 1033.3333px;
    left: -397.5px;
    top: -683.3333px;
    width: 1395px;
}

.profile-wide-1440 .background__arc--bottom-right {
    bottom: -486.1111px;
    height: 784.4444px;
    right: -304.5px;
    width: 1059px;
}

.profile-wide-1440 .brand--fide {
    left: 170.968px;
    top: 54.86px;
    width: 235.4781px;
}

.profile-wide-1440 .brand--geomotive {
    left: 996px;
    top: 75px;
    width: 99.98px;
}

.profile-wide-1440 .brand--yoshlar {
    left: 794px;
    top: 72px;
    width: 147.78px;
}

.profile-wide-1440 .brand--chessuz {
    left: 1150px;
    top: 70px;
    width: 49px;
}

.profile-wide-1440 .brand--partner {
    left: 1253px;
    top: 80px;
    width: 89.03px;
}

.profile-wide-1440 .person-frame {
    height: 483.8828px;
    left: 257.0003px;
    top: 116.052px;
    width: 338px;
}

.profile-wide-1440 .person-frame__image {
    height: 549.3871px;
    left: -6.0229px;
    top: -14.4002px;
    width: 349.7975px;
}

.profile-wide-1440 .hero {
    height: 358.28px;
    left: 730.8343px;
    top: 169.03px;
    width: 536px;
}

.profile-wide-1440 .hero__title {
    font-size: 66.73px;
    letter-spacing: 0;
    width: 536px;
}

.profile-wide-1440 .divider {
    left: 171.4344px;
    width: 193.1312px;
}

.profile-wide-1440 .divider--top {
    top: 100px;
}

.profile-wide-1440 .divider--bottom {
    top: 267.6399px;
}

.profile-wide-1440 .hero__meta {
    height: 112px;
    left: 66.5px;
    top: 136.6399px;
    width: 403px;
}

.profile-wide-1440 .hero__date {
    font-size: 46.22px;
    left: -3px;
    letter-spacing: 0;
    top: 0;
    width: 409px;
}

.profile-wide-1440 .hero__time {
    font-size: 38.11px;
    letter-spacing: 0;
    top: 66px;
    width: 403px;
}

.profile-wide-1440 .hero__slogan {
    font-size: 44.54px;
    letter-spacing: 0;
    top: 304.2799px;
    width: 536px;
}

.profile-wide-1440 .ornament {
    height: 195.5599px;
    left: 163.7601px;
    top: 404.42px;
    width: 461.5291px;
}

.profile-wide-1440 .ornament__base {
    left: -79.5958px;
    top: 81.6743px;
    width: 518.1514px;
}

.profile-wide-1440 .ornament__leaf--left {
    left: 25.7043px;
    top: 91.81px;
    width: 11.8415px;
}

.profile-wide-1440 .ornament__leaf--right {
    left: 186.4807px;
    top: 131.6699px;
    width: 13.5656px;
}

.stage-shell.screen-live.profile-wide-1440 .background__arc--top-left {
    height: 1152.9768px;
    left: -358.704px;
    top: -608.0103px;
    width: 1392.5494px;
}

.stage-shell.screen-live.profile-wide-1440 .background__arc--bottom-right {
    bottom: auto;
    height: 1388.8844px;
    left: 485.0136px;
    right: auto;
    top: 974.3985px;
    width: 1400.1451px;
}

.stage-shell.screen-live.profile-wide-1440 .background__band {
    height: 74px;
    left: 0;
    top: 30px;
    width: 1440px;
}

.stage-shell.screen-live.profile-wide-1440 .brand--fide {
    left: 146px;
    top: 67px;
    width: 184px;
}

.stage-shell.screen-live.profile-wide-1440 .brand--geomotive {
    left: 1019px;
    top: 67px;
    width: 101px;
}

.stage-shell.screen-live.profile-wide-1440 .brand--yoshlar {
    left: 866px;
    top: 67px;
    width: 123px;
}

.stage-shell.screen-live.profile-wide-1440 .brand--chessuz {
    left: 1150px;
    top: 67px;
    width: 53px;
}

.stage-shell.screen-live.profile-wide-1440 .brand--partner {
    left: 1233px;
    top: 67px;
    width: 92px;
}

.stage-shell.screen-live.profile-wide-1440 .live__content {
    height: 430px;
    left: 554px;
    top: 124px;
    width: 332px;
}

.stage-shell.screen-live.profile-wide-1440 .live__title {
    font-size: 26px;
    width: 332px;
}

.stage-shell.screen-live.profile-wide-1440 .live__slogan {
    font-size: 27px;
    top: 392px;
    width: 332px;
}

.stage-shell.screen-live.profile-wide-1440 .live__score-area {
    height: 332px;
    left: 554px;
    top: 172px;
    width: 332px;
}

.stage-shell.screen-live.profile-wide-1440 .live__score-panel {
    height: 332px;
    left: 0;
    top: 0;
    width: 332px;
}

.stage-shell.screen-live.profile-wide-1440 .live__player-name {
    font-size: 18px;
}

.stage-shell.screen-live.profile-wide-1440 .live__player-name--left {
    left: 115px;
    top: 226px;
    width: 210px;
}

.stage-shell.screen-live.profile-wide-1440 .live__player-name--right {
    left: 1115px;
    top: 226px;
    width: 210px;
}

.stage-shell.screen-live.profile-wide-1440 .live__flag--uzbekistan {
    left: 115px;
    top: 310px;
    width: 210px;
}

.stage-shell.screen-live.profile-wide-1440 .live__flag--china {
    left: 1115px;
    top: 310px;
    width: 210px;
}

.stage-shell.screen-live.profile-wide-1440 .live__color-indicator--left {
    left: 197px;
    top: 462px;
    height: 46px;
    width: 46px;
}

.stage-shell.screen-live.profile-wide-1440 .live__color-indicator--right {
    left: 1197px;
    top: 462px;
    height: 46px;
    width: 46px;
}

.profile-balanced-720 .background__band {
    height: 57px;
    left: 0;
    top: 23px;
    width: 720px;
}

.profile-balanced-720 .background__arc--top-left {
    height: 620px;
    left: -198.75px;
    top: -410px;
    width: 697.5px;
}

.profile-balanced-720 .background__arc--bottom-right {
    bottom: -291.6667px;
    height: 470.6667px;
    right: -152.25px;
    width: 529.5px;
}

.profile-balanced-720 .brand--fide {
    left: 66.666px;
    top: 32.9268px;
    width: 141.3257px;
}

.profile-balanced-720 .brand--geomotive {
    left: 398px;
    top: 43px;
    width: 79px;
}

.profile-balanced-720 .brand--yoshlar {
    left: 264px;
    top: 42px;
    width: 96px;
}

.profile-balanced-720 .brand--chessuz {
    left: 515px;
    top: 38px;
    width: 41px;
}

.profile-balanced-720 .brand--partner {
    left: 593px;
    top: 46px;
    width: 72px;
}

.profile-balanced-720 .person-frame {
    height: 285.3333px;
    left: 96.8359px;
    top: 74.6904px;
    width: 199.31px;
}

.profile-balanced-720 .person-frame__image {
    height: 323.96px;
    left: -3.539px;
    top: -8.4966px;
    width: 206.2667px;
}

.profile-balanced-720 .hero {
    height: 216.8333px;
    left: 338.0098px;
    top: 99.3467px;
    width: 316.6667px;
}

.profile-balanced-720 .hero__title {
    font-size: 46px;
    letter-spacing: 0;
    width: 316.6667px;
}

.profile-balanced-720 .divider {
    left: 100.3733px;
    width: 115.92px;
}

.profile-balanced-720 .divider--top {
    top: 67px;
}

.profile-balanced-720 .divider--bottom {
    top: 163.25px;
}

.profile-balanced-720 .hero__meta {
    height: 63.6667px;
    left: 46.5px;
    top: 88.5833px;
    width: 223.6667px;
}

.profile-balanced-720 .hero__date {
    font-size: 26.667px;
    left: -1.1667px;
    letter-spacing: -0.8px;
    top: 0;
    width: 226px;
}

.profile-balanced-720 .hero__time {
    font-size: 22.867px;
    letter-spacing: -0.686px;
    top: 35.6667px;
    width: 223.6667px;
}

.profile-balanced-720 .hero__slogan {
    font-size: 26.723px;
    letter-spacing: 0;
    top: 184.8333px;
    width: 316.6667px;
}

.profile-balanced-720 .ornament {
    height: 80.8894px;
    left: -7.4375px;
    top: 291.668px;
    width: 310.9837px;
}

.profile-balanced-720 .ornament__base {
    left: 0;
    top: 0;
    width: 310.9837px;
}

.profile-balanced-720 .ornament__leaf {
    display: none;
}

.profile-balanced-720 .ornament__leaves-group {
    display: block;
    left: 73.1003px;
    top: 10.8861px;
    width: 94.7341px;
}

.stage-shell.screen-live.profile-balanced-720 .background__arc--top-left {
    height: 691.8162px;
    left: -287.5513px;
    top: -364.8309px;
    width: 835.7511px;
}

.stage-shell.screen-live.profile-balanced-720 .background__arc--bottom-right {
    bottom: auto;
    height: 833.3277px;
    left: 218.8003px;
    right: auto;
    top: 584.63px;
    width: 840.341px;
}

.stage-shell.screen-live.profile-balanced-720 .background__band {
    height: 44px;
    left: 0;
    top: 18px;
    width: 720px;
}

.stage-shell.screen-live.profile-balanced-720 .brand--fide {
    left: 67px;
    top: 40px;
    width: 112px;
}

.stage-shell.screen-live.profile-balanced-720 .brand--geomotive {
    left: 482px;
    top: 40px;
    width: 62px;
}

.stage-shell.screen-live.profile-balanced-720 .brand--yoshlar {
    left: 394px;
    top: 40px;
    width: 76px;
}

.stage-shell.screen-live.profile-balanced-720 .brand--chessuz {
    left: 556px;
    top: 40px;
    width: 33px;
}

.stage-shell.screen-live.profile-balanced-720 .brand--partner {
    left: 601px;
    top: 40px;
    width: 58px;
}

.stage-shell.screen-live.profile-balanced-720 .live__content {
    height: 252px;
    left: 262px;
    top: 82px;
    width: 196px;
}

.stage-shell.screen-live.profile-balanced-720 .live__title {
    font-size: 15px;
    width: 196px;
}

.stage-shell.screen-live.profile-balanced-720 .live__slogan {
    font-size: 16px;
    top: 230px;
    width: 196px;
}

.stage-shell.screen-live.profile-balanced-720 .live__score-area {
    height: 196px;
    left: 262px;
    top: 112px;
    width: 196px;
}

.stage-shell.screen-live.profile-balanced-720 .live__score-panel {
    height: 196px;
    left: 0;
    top: 0;
    width: 196px;
}

.stage-shell.screen-live.profile-balanced-720 .live__player-name {
    font-size: 10px;
}

.stage-shell.screen-live.profile-balanced-720 .live__player-name--left {
    left: 62px;
    top: 165px;
    width: 96px;
}

.stage-shell.screen-live.profile-balanced-720 .live__player-name--right {
    left: 563px;
    top: 165px;
    width: 96px;
}

.stage-shell.screen-live.profile-balanced-720 .live__flag--uzbekistan {
    left: 62px;
    top: 192px;
    width: 96px;
}

.stage-shell.screen-live.profile-balanced-720 .live__flag--china {
    left: 563px;
    top: 192px;
    width: 96px;
}

.stage-shell.screen-live.profile-balanced-720 .live__color-indicator--left {
    left: 96px;
    top: 266px;
    height: 28px;
    width: 28px;
}

.stage-shell.screen-live.profile-balanced-720 .live__color-indicator--right {
    left: 597px;
    top: 266px;
    height: 28px;
    width: 28px;
}

.profile-compact-960 .background__band {
    height: 47.78px;
    left: 0;
    top: 19.17px;
    width: 960px;
}

.profile-compact-960 .background__arc--top-left {
    height: 516.6667px;
    left: -265px;
    top: -341.6667px;
    width: 930px;
}

.profile-compact-960 .background__arc--bottom-right {
    bottom: -243.0556px;
    height: 392.2222px;
    right: -203px;
    width: 706px;
}

.profile-compact-960 .brand--fide {
    left: 77.53px;
    top: 27.44px;
    width: 117.7695px;
}

.profile-compact-960 .brand--geomotive {
    left: 617px;
    top: 33px;
    width: 76.65px;
}

.profile-compact-960 .brand--yoshlar {
    left: 459px;
    top: 32px;
    width: 101.33px;
}

.profile-compact-960 .brand--chessuz {
    left: 736px;
    top: 30px;
    width: 34px;
}

.profile-compact-960 .brand--partner {
    left: 818.06px;
    top: 37px;
    width: 58.88px;
}

.profile-compact-960 .person-frame {
    height: 239.2948px;
    left: 230px;
    top: 60.7051px;
    width: 167.1513px;
}

.profile-compact-960 .person-frame__image {
    height: 271.6887px;
    left: -2.9815px;
    top: -7.1207px;
    width: 172.9856px;
}

.profile-compact-960 .hero {
    height: 177.64px;
    left: 499.5593px;
    top: 84.5201px;
    width: 268px;
}

.profile-compact-960 .hero__title {
    font-size: 33.37px;
    letter-spacing: 0;
    width: 268px;
}

.profile-compact-960 .divider {
    left: 85.7px;
    width: 96.6px;
}

.profile-compact-960 .divider--top {
    top: 50px;
}

.profile-compact-960 .divider--bottom {
    top: 132.8201px;
}

.profile-compact-960 .hero__meta {
    height: 56px;
    left: 33px;
    top: 67.8201px;
    width: 202px;
}

.profile-compact-960 .hero__date {
    font-size: 23.11px;
    left: -1.5px;
    letter-spacing: 0;
    top: 0;
    width: 205px;
}

.profile-compact-960 .hero__time {
    font-size: 19.05px;
    letter-spacing: 0;
    top: 33px;
    width: 202px;
}

.profile-compact-960 .hero__slogan {
    font-size: 22.27px;
    letter-spacing: 0;
    top: 150.64px;
    width: 268px;
}

.profile-compact-960 .ornament {
    height: 97.78px;
    left: 193.4402px;
    top: 202.2198px;
    width: 230.83px;
}

.profile-compact-960 .ornament__base {
    left: -39.82px;
    top: 40.8322px;
    width: 259.1597px;
}

.profile-compact-960 .ornament__leaf--left {
    left: 21.0957px;
    top: 49.9004px;
    width: 5.9266px;
}

.profile-compact-960 .ornament__leaf--right {
    left: 93.2637px;
    top: 65.8404px;
    width: 6.7808px;
}

.stage-shell.screen-live.profile-compact-960 .background__arc--top-left {
    height: 576.5041px;
    left: -59.647px;
    top: -304.0215px;
    width: 696.4537px;
}

.stage-shell.screen-live.profile-compact-960 .background__arc--bottom-right {
    bottom: auto;
    height: 694.4337px;
    left: 362.3146px;
    right: auto;
    top: 487.204px;
    width: 700.2811px;
}

.stage-shell.screen-live.profile-compact-960 .background__band {
    height: 36px;
    left: 0;
    top: 15px;
    width: 960px;
}

.stage-shell.screen-live.profile-compact-960 .brand--fide {
    left: 79px;
    top: 33px;
    width: 94px;
}

.stage-shell.screen-live.profile-compact-960 .brand--geomotive {
    left: 631px;
    top: 33px;
    width: 52px;
}

.stage-shell.screen-live.profile-compact-960 .brand--yoshlar {
    left: 552px;
    top: 33px;
    width: 63px;
}

.stage-shell.screen-live.profile-compact-960 .brand--chessuz {
    left: 699px;
    top: 33px;
    width: 27px;
}

.stage-shell.screen-live.profile-compact-960 .brand--partner {
    left: 742px;
    top: 33px;
    width: 48px;
}

.stage-shell.screen-live.profile-compact-960 .live__content {
    height: 224px;
    left: 395px;
    top: 62px;
    width: 170px;
}

.stage-shell.screen-live.profile-compact-960 .live__title {
    font-size: 13px;
    width: 170px;
}

.stage-shell.screen-live.profile-compact-960 .live__slogan {
    font-size: 14px;
    top: 204px;
    width: 170px;
}

.stage-shell.screen-live.profile-compact-960 .live__score-area {
    height: 170px;
    left: 395px;
    top: 90px;
    width: 170px;
}

.stage-shell.screen-live.profile-compact-960 .live__score-panel {
    height: 170px;
    left: 0;
    top: 0;
    width: 170px;
}

.stage-shell.screen-live.profile-compact-960 .live__player-name {
    font-size: 8px;
}

.stage-shell.screen-live.profile-compact-960 .live__player-name--left {
    left: 170px;
    top: 124px;
    width: 118px;
}

.stage-shell.screen-live.profile-compact-960 .live__player-name--right {
    left: 672px;
    top: 124px;
    width: 118px;
}

.stage-shell.screen-live.profile-compact-960 .live__flag--uzbekistan {
    left: 170px;
    top: 146px;
    width: 118px;
}

.stage-shell.screen-live.profile-compact-960 .live__flag--china {
    left: 672px;
    top: 146px;
    width: 118px;
}

.stage-shell.screen-live.profile-compact-960 .live__color-indicator--left {
    left: 212px;
    top: 234px;
    height: 32px;
    width: 32px;
}

.stage-shell.screen-live.profile-compact-960 .live__color-indicator--right {
    left: 714px;
    top: 234px;
    height: 32px;
    width: 32px;
}
