* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.bigsports * {
    color: #001E28;
}

.max-sports * {
    color: #ffffff;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    z-index: 9999;
}

.loader.max-sports {
    display: none;
}

.bigsports.loader .lds-default {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;

  }

.max-sports.loader .lds-default {
    display: none;
}
  .lds-default div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #0861AA;
    border-radius: 50%;
    -webkit-animation: lds-default 1.2s linear infinite;
            animation: lds-default 1.2s linear infinite;
  }
  .lds-default div:nth-child(1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    top: 37px;
    left: 66px;
  }
  .lds-default div:nth-child(2) {
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s;
    top: 22px;
    left: 62px;
  }
  .lds-default div:nth-child(3) {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s;
    top: 11px;
    left: 52px;
  }
  .lds-default div:nth-child(4) {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s;
    top: 7px;
    left: 37px;
  }
  .lds-default div:nth-child(5) {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s;
    top: 11px;
    left: 22px;
  }
  .lds-default div:nth-child(6) {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s;
    top: 22px;
    left: 11px;
  }
  .lds-default div:nth-child(7) {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s;
    top: 37px;
    left: 7px;
  }
  .lds-default div:nth-child(8) {
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s;
    top: 52px;
    left: 11px;
  }
  .lds-default div:nth-child(9) {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s;
    top: 62px;
    left: 22px;
  }
  .lds-default div:nth-child(10) {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s;
    top: 66px;
    left: 37px;
  }
  .lds-default div:nth-child(11) {
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
    top: 62px;
    left: 52px;
  }
  .lds-default div:nth-child(12) {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s;
    top: 52px;
    left: 62px;
  }
  @-webkit-keyframes lds-default {
    0%, 20%, 80%, 100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.5);
              transform: scale(1.5);
    }
  }
  @keyframes lds-default {
    0%, 20%, 80%, 100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.5);
              transform: scale(1.5);
    }
  }

.container {
    max-width: 1140px;
    min-height: calc(100vh - 505px);
    margin: 0 auto;
    padding: 32px 9px 60px;
}

.inner-container {
    max-width: 685px;
    margin: 0 auto;
}

.info {
    text-align: center;
    margin-bottom: 31px;
}

.info__division {
    font-family: 'Livesport Finder Cyrillic';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 32px;
    text-transform: uppercase;
}

.bigsports .info__division {
    color: #001E28;
}

.max-sports .info__division {
    color: #02E366;
}

.info__stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.info__cricket-stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.info__cricket-run-container {
    display: flex;
    justify-content: space-between;
    width: 112px;
}

.info__cricket-run {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bigsports .info__cricket-run {
    border: 1px solid #EEEEEE;
}

.max-sports .info__cricket-run {
    border: 1px solid #02E366;
}

.info__cricket-center-container {
    display: flex;
    justify-content: center;
}

.info__cricket-center {
    width: 128px;
    height: 30px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bigsports .info__cricket-center {
    border: 1px solid #EEEEEE;
}

.max-sports .info__cricket-center {
    border: 1px solid #02E366;
    background: #FFFFFF;
    color: #001E28;
}

.info__team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 112px;
    min-height: 141px;
    gap: 2px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.info__teampic-container {
    height: 112px;
    width: 112px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.bigsports .info__teampic-container {
    border: 1px solid #EEEEEE;
}

.max-sports .info__teampic-container {
    border: 1px solid #02E366;
    background: #FFFFFF;
}

.info__teampic {
    max-height: 71px;
    max-width: 71px;
}

.info__teamname {
    font-family: 'Livesport Finder Cyrillic';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.info__mainstats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 4px;
}

.info__time {
    font-family: 'Livesport Finder Cyrillic';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 5px;
}

.bigsports .info__time {
    color: #555E61;
}

.info__result {
    font-family: 'FS Numbers';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
}

.max-sports .info__result {
    color: #02E366;
}

.info__stage-results {
    font-family: 'Livesport Finder Cyrillic';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 10px;
    margin-top: -5px;
}

.info__status {
    font-family: 'Livesport Finder Cyrillic';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
}

.max-sports .info__status {
    color: #02E366;
}

.buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
}

.buttons__button{
    margin-right: 10px;
}

.buttons_hidden {
    display: none;
}

.buttons__button,
.buttons__button:focus,
.buttons__button:active {
    height: 30px;
    border-radius: 8px !important;
    border: none;
    cursor: pointer;
    font-family: 'Livesport Finder Cyrillic';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    padding: 6px 8px 7px 9px;
}

.bigsports .buttons__button,
.bigsports .buttons__button:focus,
.bigsports .buttons__button:active {
    background: #EEEEEE;
    color: #555E61;
}

.max-sports .buttons__button,
.max-sports .buttons__button:focus,
.max-sports .buttons__button:active {
    /* background: #02E366; */
    background: transparent;
    border: 1px solid #02E366;
}

.buttons__button:hover {
    color: #555E61 !important;
}

.bigsports .buttons__button:hover {
    background: #DDDDDD !important;
}

.max-sports .buttons__button:hover {
    background: #02E366;
}

.buttons__button_active {
    pointer-events: none;
}

.bigsports .buttons__button_active,
.bigsports .buttons__button_active:focus,
.bigsports .buttons__button_active:active {
    background: #003D76;
    color: #FFFFFF;
}

.max-sports .buttons__button_active,
.max-sports .buttons__button_active:focus,
.max-sports .buttons__button_active:active {
    background: #02E366;
    color: #000000;
}

.match {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px 0;
    font-family: 'Livesport Finder Cyrillic';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
}

.match__name{
    margin-right: 5px;
}

.match__timeevent::before {
    content: '('
}

.match__timeevent::after {
    content: ')'
}

.stageend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px 0;
    font-family: 'Livesport Finder Cyrillic';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

.stageend__name {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

.stageend__timeevent,
.stageend__team {
    margin-left: 5px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}

.stageend__timeevent::before {
    content: '(';
}

.stageend__timeevent::after {
    content: ')';
}

.stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 33px;
    border-radius: 8px;
    padding: 8px 15px;
}

.bigsports .stage {
    background: #EEEEEE;

}

.max-sports .stage {
    background: #02E366;
}

.stage__name {
    font-family: 'Livesport Finder Cyrillic';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
}

.bigsports .stage__name {
    color: #555E61;
}

.max-sports .stage__name {
    color: #000000;
}

.stage__score {
    font-family: 'Livesport Finder Cyrillic';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
}

.bigsports .stage__score {
    color: #555E61;
}

.max-sports .stage__score {
    color: #000000;
}

.ingame,
.goal,
.cricket_event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 15px;
    margin: 6px 0;
    gap: 10px;
}

.ingame__minutes,
.goal__minutes,
.cricket_event__minutes {
    font-family: 'Livesport Finder Cyrillic';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
}

.ingame__outlined,
.goal__outlined,
.cricket_event__outlined {
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 28px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.bigsports .ingame__outlined,
.bigsports .goal__outlined,
.bigsports .cricket_event__outlined {
    border: 1px solid #EEEEEE;
}

.max-sports .ingame__outlined,
.max-sports .goal__outlined,
.max-sports .cricket_event__outlined {
    border: 1px solid #CCCCCC;
    background: #FFFFFF;
}

.ingame__outlined {
    width: 28px;
}

.ingame__team,
.cricket_event__team {
    font-family: 'Livesport Finder Cyrillic';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
}

.ingame__event,
.goal__event,
.cricket_event__event {
    font-family: 'Livesport Finder Cyrillic';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.bigsports .ingame__event,
.bigsports .goal__event,
.bigsports .cricket_event__event {
    color: #555E61;
}

.ingame__event::before,
.goal__event::before,
.cricket_event__event::before {
    content: '(';
}

.ingame__event::after,
.goal__event::after,
.cricket_event__event::after {
    content: ')';
}

.goal__outlined,
.cricket_event__outlined {
    min-width: 60px;
    padding: 0 10px;
    gap: 5px;
}

.goal__score,
.cricket_event__score {
    font-family: 'Livesport Finder Cyrillic';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #001E28;
    white-space: nowrap;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}

.goal__player,
.goal__team {
    font-family: 'Livesport Finder Cyrillic';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
}

.goal__assist {
    font-family: 'Livesport Finder Cyrillic';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.bigsports .goal__assist {
    color: #555E61;
}

.goal__assist::before {
    content: '(';
}

.goal__assist::after {
    content: ')';
}

.selection__event_away {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.iframe__container {
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.iframe__container_hidden {
    display: none;
}

.iframe__content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.bowling-frames {
    max-width:685px;
    margin: 0 auto;
}

.frame__info {
    display: flex;
    justify-content: center;
    align-items: center;
}

.frame_general {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:column;
    margin-left:20px;
    margin-right:20px;
}

.player_sub_info div {
    width: 200px;
    display:block;
}

@media (max-width: 712px) {
    .container {
        padding-top: 8px;
        padding-bottom: 50px;
        min-height: unset;
    }

    .info {
        margin-bottom: 20px;
    }

    .info__division {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .info__team {
        width: 100px;
        height: 86px;
        min-height: unset;
        -webkit-transform: translateY(19px);
            -ms-transform: translateY(19px);
                transform: translateY(19px);
    }

    .info__teampic-container {
        height: 60px;
        width: 60px;
        padding: 0 20px;
    }

    .info__teampic {
        height: 38px;
        width: 38px;
    }

    .info__teamname {
        font-size: 13px;
    }

    .info__cricket-stats {
        margin-top: 10px;
    }

    .info__cricket-run-container {
        width: 100px;
        font-size: 14px;
        line-height: 17px;
        justify-content: space-around;
    }

    .info__cricket-run {
        width: 25px;
        height: 25px;
        font-size: 14px;
    }

    .info__time {
        font-size: 12px;
        margin-bottom: 2.7px;
    }

    .info__cricket-center {
        width: 82px;
        height: 25px;
        font-size: 14px;
    }

    .info__result {
        font-size: 32px;
    }

    .info__stage-results {
        font-size: 12px;
        margin-bottom: 6.5px;
    }

    .info__status {
        font-size: 12px;
    }

    .buttons {
        margin-bottom: 15px;
    }

    .match {
        margin: 10px 0;
        font-size: 13px;
    }

    .stageend {
        font-size: 13px;
        margin: 10px 0;
    }

    .stage {
        padding: 8px 11px;
    }

    .ingame,
    .goal {
        padding: 0px 11px;
        gap: 5px;
    }

    .ingame__minutes,
    .goal__minutes {
        font-size: 13px;
    }

    .ingame__team {
        font-size: 14px;
    }

    .ingame__event {
        font-size: 14px;
    }

    .goal__score {
        font-size: 14px;
    }

    .goal__player {
        font-size: 14px;
    }


}