.nPageContent {
    background-color: transparent;
}
body {
    background-image: url(bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #212121;
}
.RetiredMatches-content {
    min-height: 500px;
    text-align: center;
    padding: 32px 0 0 0;
}
.RetiredMatches-content .retired-heading {
    font-family: 'CrystalBetUni-Bold';
    font-style: normal;
    font-size: 38px;
    line-height: 47px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
}
.RetiredMatches-content .retired-heading.game-name {
    padding: 0 0 79px;
    background-image: url(geo.png);
    background-repeat: no-repeat;
    background-position: bottom 3px center;
}
.RetiredMatches-content.en .retired-heading.game-name {
    background-image: url(eng.png);
}
.RetiredMatches-content.ru .retired-heading.game-name {
    background-image: url(rus.png);
}
.RetiredMatches-content .main-shape {
    width: 940px;
    min-height: 1017px;
    background-image: url(main-shape.png);
    background-repeat: no-repeat;
    background-position: top center;
    margin: 35px auto;
    padding: 66px 72px;
    color: #fff;
    box-sizing: border-box;
}
.shape-title {
    font-family: 'CrystalBetUni-Medium';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 14px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
}
.shape-guide {
    font-family: 'CrystalNU4-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.72);
    margin: 0 0 5px;
}
.shape-guide span {
    padding:  0 0 0 5px;
    font-family: 'CrystalNU4-Bold';
    text-transform: lowercase;
}
.shape-guide .red {
    color: 
    #e63f25;
}
.shape-guide .green {
    color: #3DD77D
    ;
}
.shape-guide .yellow {
    color: #FFEA31;
}
.shape-example {
    font-family: 'CrystalBetUni-Medium';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #8FFFE5;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 29px 0 9px;
    text-transform: uppercase;
}
.RetiredMatches-content.ru .retired-button {
    margin: 30px 0 0 0;
}
.RetiredMatches-content.en .retired-button {
    margin: 51px 0 0 0;
}
.main-shape .shape {
    background-image: url(shape.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 361px;
    height: 196px;
    margin: 0 auto 40px;
}
.main-shape .shape .players {
    font-family: 'CrystalNU4-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    padding: 31px 0 0 0;
}
.main-shape .shape .results {
    display: flex;
    justify-content: center;
    margin: 15px 0 14px;
}
.shape .results div {
    width: 50px;
    height: 58px;
    background: #005F4A;
    border-bottom: 2px solid #06B88F;
    box-shadow: 0px 2px 4px rgba(0, 60, 47, 0.58);
    backdrop-filter: blur(4px);
    border-radius: 10px;
    margin: 0 9px;
    font-size: 18px;
    font-family: 'CrystalNU4-Regular';
    line-height: 64px;
}
.main-shape .shape span {
    font-family: 'CrystalNU4-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #8FFFE5;
    text-shadow: 0px 2px 4px #005341;
}
.main-shape .retired-board {
    width: 796px;
    min-height: 303px;
    background: rgba(0, 30, 29, 0.5);
    box-shadow: 1px 4px 4px rgba(0, 30, 23, 0.81);
    backdrop-filter: blur(4px);
    border-radius: 16px;
    margin: 0 auto;
    padding: 18px;
    box-sizing: border-box;
}
.main-shape .retired-board div {
    width: 100%;
    height: 46px;
    display: flex;
    justify-content: space-between;
    background: rgba(0, 95, 75, 0.7);
    box-shadow: 2px 4px 4px rgba(0, 37, 29, 0.62);
    backdrop-filter: blur(4px);
    border-radius: 14px;
    margin: 1px 0 0 0;
    align-items: center;
    font-family: 'CrystalNU4-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.main-shape .retired-board div.board-heading {
    background: transparent;
    backdrop-filter: none;
    height: 20px;
    margin: 0 0 13px;
    font-family: 'CrystalNU4-Regular';
    font-style: normal;
    font-weight: 400;
    color: #8FFFE5;
    text-shadow: 0px 2px 4px rgba(0, 20, 17, 0.72);
}
.retired-board div span {
    display: block;
    flex: 1;
    padding: 0 5px 0 0;
}
.retired-board div span:first-child {
    width: 284px;
    flex: 0 0 284px;
    padding: 0;
}
.retired-board div span:last-child {
    width: 256px;
    flex: 0 0 256px;
    padding: 0;
    text-transform: capitalize;
}
.retired-board div span.green {
    color: #3DD77D
    ;
}
.retired-board div span.yellow {
    color: #FFEA31;
}
.main-shape  .retired-button {
    min-width: 250px;
    background: linear-gradient(273.01deg, #EDC60A -9.88%, #FDE053 101.81%);
    box-shadow: 0px 3px 0px rgba(196, 117, 0, 0.83), inset 0px 4px 4px rgba(255, 255, 255, 0.33);
    backdrop-filter: blur(4px);
    border-radius: 10px;
    height: 62px;
    text-decoration: none;
    display: inline-block;
    margin: 56px 0 0 0;
    font-family: 'CrystalBetUni-Medium';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 62px;
    color: #262000;
    transition: all, 0.2s;
    text-transform: uppercase;
}
.main-shape  .retired-button:hover {
    background: linear-gradient(273.01deg, #f0ca10 -9.88%, #ffe669 101.81%);
}
.rules-container {
    position: relative;
    margin: 0 auto 60px 0;
    text-align: left;
    margin-top: 61px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.rules-new-list-title {
    padding: 18px 60px 18px 20px;
}
.show-mobile {
    display: none!important;
}