.alert__back {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 29;
}
.alert__box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 72em;
    height: 49em;
    margin: auto;
    background-color: #262626;
    border: solid 1.5em #F7C027;
    -webkit-border-radius: 4em;
       -moz-border-radius: 4em;
            border-radius: 4em;
    text-align: center;
}
.alert__box.confirm {
    height: 63em;
}
.alert__box.auth {
    height: 87em;
}
.alert__title {
    display: inline-block;
    position: relative;
    top: -3.75em;
    height: 6em;
    line-height: -webkit-calc(6em - 2px);
    line-height: -moz-calc(6em - 2px);
    line-height: calc(6em - 2px);
    border: solid 1px black;
    background-color: #F7C027;
    font-family: Kontora_bold;
    -webkit-border-radius: 1em;
       -moz-border-radius: 1em;
            border-radius: 1em;
    padding: 0 2em;
    text-align: center;
}
.alert__title span {
    font-size: 5em;
}
.alert__text {
    margin-top: 5em;
    margin-bottom: 8em;
    padding: 2em;
    text-align: center;
    color: #cca935;
}
.alert__text span {
    font-size: 5em;
}
.alert__button {
    width: 45em;
    height: 11em;
    margin: 3em auto;
    font-family: Kontora;
    line-height: 11em;
    text-align: center;
    border: solid 0.5em #cca935;
    -webkit-border-radius: 2em;
       -moz-border-radius: 2em;
            border-radius: 2em;
    color: #cca935;
    background: rgba(82, 31, 28, 0.37);
    cursor: pointer;
}
.alert__button span {
    font-size: 5em;
}

.alert__auth {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    height: 15em;
    margin-bottom: 10em;
}
.alert__auth_button {
    width: 15em;
    height: 15em;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: #cca935;
    padding: 2em;
    -moz-background-size: 80%;
         background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.alert__auth_button.google {
    background-image: url("/css/images/svg/google.svg");
}
.alert__auth_button.yandex {
    background-image: url("/css/images/svg/yandex.svg");
}
.alert__auth_button.vk {
    background-image: url("/css/images/svg/vk.svg");
}

/* - - - - - h-tablet - - - - - */

.tablet .alert__back {
    font-size: 0.5vh;
}

/* - - - - - desktop - - - - - */

.desktop .alert__back {
    font-size: 0.221em;
}
.desktop .alert__button {
    line-height: 10em;
}
@media (max-aspect-ratio: 1575/950) {
    .desktop .alert__back {
        font-size: 0.37vh;
    }
}




@-webkit-keyframes dev_rotate_css{
    0%{
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100%{
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@-moz-keyframes dev_rotate_css{
    0%{
        -moz-transform: rotate(0);
             transform: rotate(0);
    }
    100%{
        -moz-transform: rotate(360deg);
             transform: rotate(360deg);
    }
}
@-o-keyframes dev_rotate_css{
    0%{
        -o-transform: rotate(0);
           transform: rotate(0);
    }
    100%{
        -o-transform: rotate(360deg);
           transform: rotate(360deg);
    }
}
@keyframes dev_rotate_css{
    0%{
        -webkit-transform: rotate(0);
           -moz-transform: rotate(0);
             -o-transform: rotate(0);
                transform: rotate(0);
    }
    100%{
        -webkit-transform: rotate(360deg);
           -moz-transform: rotate(360deg);
             -o-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@-webkit-keyframes dev_scale_css{
    0%{
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    90%{
        -webkit-transform: scale(1.3);
                transform: scale(1.3);
    }
    100%{
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@-moz-keyframes dev_scale_css{
    0%{
        -moz-transform: scale(1);
             transform: scale(1);
    }
    90%{
        -moz-transform: scale(1.3);
             transform: scale(1.3);
    }
    100%{
        -moz-transform: scale(1);
             transform: scale(1);
    }
}
@-o-keyframes dev_scale_css{
    0%{
        -o-transform: scale(1);
           transform: scale(1);
    }
    90%{
        -o-transform: scale(1.3);
           transform: scale(1.3);
    }
    100%{
        -o-transform: scale(1);
           transform: scale(1);
    }
}
@keyframes dev_scale_css{
    0%{
        -webkit-transform: scale(1);
           -moz-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
    }
    90%{
        -webkit-transform: scale(1.3);
           -moz-transform: scale(1.3);
             -o-transform: scale(1.3);
                transform: scale(1.3);
    }
    100%{
        -webkit-transform: scale(1);
           -moz-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
    }
}
.local__deploy_start{
    position: fixed;
    bottom: 1em;
    left: 1em;
    width: 10em;
    height: 10em;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-image: url("images/dev/blue.jpg");
    -moz-background-size: cover;
         background-size: cover;
    color: transparent;
    cursor: pointer;
    z-index: 31;
}
.local__deploy_start.ok{
    background-image: url("images/dev/green.jpg");
    -webkit-animation: 5s dev_rotate_css infinite linear;
       -moz-animation: 5s dev_rotate_css infinite linear;
         -o-animation: 5s dev_rotate_css infinite linear;
            animation: 5s dev_rotate_css infinite linear;
}
.local__deploy_start.error{
    background-image: url("images/dev/red.jpg");
    -webkit-animation: 1s dev_scale_css infinite;
       -moz-animation: 1s dev_scale_css infinite;
         -o-animation: 1s dev_scale_css infinite;
            animation: 1s dev_scale_css infinite;
}

/* - - - - - desktop - - - - - */

.desktop .local__deploy_start{
    bottom: 0.3em;
    left: 0.3em;
    width: 3em;
    height: 3em;
}


.development__back{
    position: absolute;
    width: 100%;
    -moz-background-size: 100%;
         background-size: 100%;
    background-repeat: no-repeat;
    -webkit-filter: hue-rotate(210deg);
            filter: hue-rotate(210deg);
    z-index: 200;
    opacity: .5;
    pointer-events: none;
}


@font-face{
	font-family: RUB;
	src: url(fonts/RUBSR.otf);
}
@font-face{
	font-family: Azov;
	src: url(fonts/Azov.ttf);
}
@font-face{
	font-family: Qanelas;
	src: url(fonts/Qanelas-Regular.woff2);
}
@font-face{
	font-family: Kontora;
	src: url(fonts/Kontora.otf);
}
@font-face{
	font-family: Kontora_bold;
	src: url(fonts/Kontora_bold.otf);
}
@font-face{
	font-family: Kontora_thin1;
	src: url(fonts/Kontora_thin.otf);
}


:root {
  --color-1: #66BD20;
  --color-2: #12A5D6;
  --color-3: #D35C10;
  --color-4: #AD2B3D;
  --color-5: #F7C027;
  --color-6: #BC2D9F;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(300deg);
                transform: rotate(300deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
}
@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0deg);
             transform: rotate(0deg);
    }
    50% {
        -moz-transform: rotate(300deg);
             transform: rotate(300deg);
    }
    100% {
        -moz-transform: rotate(0deg);
             transform: rotate(0deg);
    }
}
@-o-keyframes rotate {
    0% {
        -o-transform: rotate(0deg);
           transform: rotate(0deg);
    }
    50% {
        -o-transform: rotate(300deg);
           transform: rotate(300deg);
    }
    100% {
        -o-transform: rotate(0deg);
           transform: rotate(0deg);
    }
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
           -moz-transform: rotate(0deg);
             -o-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(300deg);
           -moz-transform: rotate(300deg);
             -o-transform: rotate(300deg);
                transform: rotate(300deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
           -moz-transform: rotate(0deg);
             -o-transform: rotate(0deg);
                transform: rotate(0deg);
    }
}
*{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
*:before,
*:after{
    display: block;
    position: absolute;
}

html{
    font-size: 1vw;
    scrollbar-gutter: stable;
}
html, body {width:100%; overflow-x:hidden}
body {
    scrollbar-gutter: stable;
	position: absolute;
	margin: 0;
	font-family: Kontora;
    background-image: url("images/svg/back.svg");
    -moz-background-size: 5em;
         background-size: 5em;
	background-color: black;
	-webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.mobile body,
.tablet body {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.mobile body::-webkit-scrollbar,
.tablet body::-webkit-scrollbar {
    width: 0;
    background: transparent;
}
a,a:visited,a:focus,a:active {
	text-decoration: none;
    color: inherit;
}
a:link {
	-webkit-tap-highlight-color: transparent;
}

/* - - - - - page_exit - - - - - */

.anim_blind {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 31;
    pointer-events: none;
}
.anim_blind>div {
    float: left;
    width: 10vw;
    height: 100%;
}
.anim_blind>div>div {
    float: right;
    width: 0vw;
    height: 100%;
    overflow: hidden;
    -webkit-transition: 500ms linear;
    -o-transition: 500ms linear;
    -moz-transition: 500ms linear;
    transition: 500ms linear;
    -webkit-transition-property: width;
    -o-transition-property: width;
    -moz-transition-property: width;
    transition-property: width;
}
.anim_blind>div>div>div {
    float: right;
    width: 10vw;
    height: 100%;
    background-image: url("images/svg/back.svg");
    -moz-background-size: 5em;
         background-size: 5em;
    background-color: black;
    background-position: top right;
}
.page_exit .anim_blind>div>div {
    float: left;
    width: 10vw;
}
.page_exit .anim_blind>div>div>div {
    float: left;
    background-position: top left;
}
.page_up .anim_blind>div>div {
    width: 10vw;
}
.anim_pex1 {
    -webkit-transform: translateY(0) scale(1);
       -moz-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
         -o-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    -webkit-transition: 600ms cubic-bezier(.61,.09,.43,.87);
    -o-transition: 600ms cubic-bezier(.61,.09,.43,.87);
    -moz-transition: 600ms cubic-bezier(.61,.09,.43,.87);
    transition: 600ms cubic-bezier(.61,.09,.43,.87);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -o-transform;
    -moz-transition-property: transform, opacity, -moz-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform, -moz-transform, -o-transform;
}
.page_exit .anim_pex1 {
    -webkit-transform: translateY(5vh) scale(1.01);
       -moz-transform: translateY(5vh) scale(1.01);
        -ms-transform: translateY(5vh) scale(1.01);
         -o-transform: translateY(5vh) scale(1.01);
            transform: translateY(5vh) scale(1.01);
    -webkit-filter: blur(10px);
            filter: blur(10px);
    opacity: 0;
    -webkit-transition: 500ms cubic-bezier(.61,.09,.43,.87);
    -o-transition: 500ms cubic-bezier(.61,.09,.43,.87);
    -moz-transition: 500ms cubic-bezier(.61,.09,.43,.87);
    transition: 500ms cubic-bezier(.61,.09,.43,.87);
    -webkit-transition-property: opacity, -webkit-transform, -webkit-filter;
    transition-property: opacity, -webkit-transform, -webkit-filter;
    -o-transition-property: opacity, filter, -o-transform;
    -moz-transition-property: transform, opacity, filter, -moz-transform;
    transition-property: transform, opacity, filter;
    transition-property: transform, opacity, filter, -webkit-transform, -moz-transform, -o-transform, -webkit-filter;
}
.page_up .anim_pex1 {
    -webkit-transform: translateY(-5vh);
       -moz-transform: translateY(-5vh);
        -ms-transform: translateY(-5vh);
         -o-transform: translateY(-5vh);
            transform: translateY(-5vh);
    opacity: 0;
}

body:after {
    content: "";
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50vw;
    height: 3vw;
    background: black;
    -webkit-transform: scaleX(0);
       -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
         -o-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
       -moz-transform-origin: left;
        -ms-transform-origin: left;
         -o-transform-origin: left;
            transform-origin: left;
    z-index: 12;
}
.v-tablet body:after {
    width: 33vw;
    height: 2vw;
}
.h-tablet body:after {
    width: 22vw;
    height: 1.5vw;
}
.desktop body:after {
    width: 15vw;
    height: 1vw;
}
 body.page_exit:after {
     -webkit-animation: 800ms 100ms loading infinite linear;
        -moz-animation: 800ms 100ms loading infinite linear;
          -o-animation: 800ms 100ms loading infinite linear;
             animation: 800ms 100ms loading infinite linear;
}

/* - - - - - page_exit - - - - - */

.clear_both {
    clear: both;
}
.display_none {
	display: none;
}
.no_visible {
	pointer-events: none !important;
	opacity: 0 !important;
}
.versa_round {
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	     -o-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.no_active {
	pointer-events: none !important;
}
.nowrap_ellipsis {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}

.main_container {
	position: relative;
	min-height: 100vh;
}
.change_container {
	position: relative;
    min-height: 100vh;
    padding: 5em;
}

/* - - - - - desktop - - - - - */

.desktop body,
.desktop .anim_blind>div>div>div {
    -moz-background-size: 1em;
         background-size: 1em;
}
.desktop .change_container {
    padding: 1em;
}

/* - - - - - orientation - - - - - */

.orientation_back {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("images/svg/back.svg");
    -moz-background-size: 5vh;
         background-size: 5vh;
    background-color: black;
    z-index: 30;
    display: none;
}
.orientation_svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 30em;
    height: 30em;
    margin: auto;
    background-image: url("images/svg/rotate.svg");
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-animation: rotate 4s infinite;
       -moz-animation: rotate 4s infinite;
         -o-animation: rotate 4s infinite;
            animation: rotate 4s infinite;
}
@media (orientation: landscape) {
    .mobile .orientation_back,
    .tablet .orientation_back {
        display: block;
    }
}

/* - - - - - mobile - - - - - */

.mobile .mobile_display_none {
	display: none !important;
}

/* - - - - - not_mobile - - - - - */

.not_mobile .not_mobile_display_none {
	display: none !important;
}

/* - - - - - tablet - - - - - */

.tablet .tablet_display_none {
    display: none !important;
}

/* - - - - - v-tablet - - - - - */

.v-tablet .v-tablet_display_none {
    display: none !important;
}

/* - - - - - h-tablet - - - - - */

.h-tablet .h-tablet_display_none {
    display: none !important;
}





.game_list__item {
    height: 10em;
    line-height: 9em;
    border: solid 1em black;
    border-bottom: none;
    background-color: #191919;
}
.game_list__item:last-child {
    height: 11em;
    border-bottom: solid 1em black;
 }
.game_list__item_date {
    float: left;
    padding-left: 3em;
}
.game_list__item:first-child .game_list__item_date {
    width: 50em;
}
.game_list__item_score {
    float: right;
    padding-right: 3em;
}
.game_list__item.is_record {
    color: #F7C027;
}


.records__item {
    clear: both;
}
.records__item:nth-of-type(1) {
    color: #F7C027;
}
.records__item:nth-of-type(2) {
    color: #BC2D9F;
}
.records__item:nth-of-type(3) {
    color: #66BD20;
}
.records__item:nth-of-type(4) {
    color: #D35C10;
}
.records__item:nth-of-type(5) {
    color: #12A5D6;
}
.records__item_name {
    float: left;
    max-width: 80%;
}
.records__item_underline svg {
    width: auto;
}
.records__item:nth-of-type(1) .records__item_underline svg {
     fill: #F7C027;
}
.records__item:nth-of-type(2) .records__item_underline svg {
    fill: #BC2D9F;
}
.records__item:nth-of-type(3) .records__item_underline svg {
    fill: #66BD20;
}
.records__item:nth-of-type(4) .records__item_underline svg {
    fill: #D35C10;
}
.records__item:nth-of-type(5) .records__item_underline svg {
    fill: #12A5D6;
}
a .records__item_name{
    position: relative;
    font-weight: bold;
}
a .records__item_score {
    font-weight: bold;
    font-size: 1.2em;
}
.records__item_score {
    float: right;
}
.records__item span {
    font-size: 5em;
}


.game__logo {
    float: left;
    width: 70em;
    height: 20em;
    background-image: url("images/svg/logo.svg");
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.game__game {
    float: left;
    margin-top: 5em;
    width: 70em;
    background-color: black;
    border: solid 0.3em #111;
    clear: both;
}
canvas {
    width: 100%;
}
.game__right {
    float: right;
    margin-top: 5em;
    width: 15em;
}
.game__info {
    position: relative;
    height: 15em;
    margin-bottom: 5em;
    border: solid 0.5em black;
    background-color: #111;
}
.game__info#next {
    color: var(--color-2);
}
.game__info#level {
    color: var(--color-4);
}
.game__info#line {
    color: var(--color-1);
}
.game__info#score {
    color: var(--color-3);
}
.game__info_title {
    position: relative;
    top: -2.7em;
    text-align: center;
    --stroke-color: black;
    --stroke-width: 0.5em;
    text-shadow: -webkit-calc(var(--stroke-width) * 1) -webkit-calc(var(--stroke-width) * 0) 0
    var(--stroke-color),
    -webkit-calc(var(--stroke-width) * 0.9239) -webkit-calc(var(--stroke-width) * 0.3827) 0
    var(--stroke-color),
    -webkit-calc(var(--stroke-width) * 0.7071) -webkit-calc(var(--stroke-width) * 0.7071) 0
    var(--stroke-color),
    -webkit-calc(var(--stroke-width) * 0.3827) -webkit-calc(var(--stroke-width) * 0.9239) 0
    var(--stroke-color),
    -webkit-calc(var(--stroke-width) * 0) -webkit-calc(var(--stroke-width) * 1) 0
    var(--stroke-color),
    -webkit-calc(var(--stroke-width) * -0.3827) -webkit-calc(var(--stroke-width) * 0.9239) 0
    var(--stroke-color),
    -webkit-calc(var(--stroke-width) * -0.7071) -webkit-calc(var(--stroke-width) * 0.7071) 0
    var(--stroke-color),
    -webkit-calc(var(--stroke-width) * -0.9239) -webkit-calc(var(--stroke-width) * 0.3827) 0
    var(--stroke-color),
    -webkit-calc(var(--stroke-width) * -1) -webkit-calc(var(--stroke-width) * 0) 0
    var(--stroke-color),
    -webkit-calc(var(--stroke-width) * -0.9239) -webkit-calc(var(--stroke-width) * -0.3827) 0
    var(--stroke-color),
    -webkit-calc(var(--stroke-width) * -0.7071) -webkit-calc(var(--stroke-width) * -0.7071) 0
    var(--stroke-color),
    -webkit-calc(var(--stroke-width) * -0.3827) -webkit-calc(var(--stroke-width) * -0.9239) 0
    var(--stroke-color),
    -webkit-calc(var(--stroke-width) * 0) -webkit-calc(var(--stroke-width) * -1) 0
    var(--stroke-color),
    -webkit-calc(var(--stroke-width) * 0.3827) -webkit-calc(var(--stroke-width) * -0.9239) 0
    var(--stroke-color),
    -webkit-calc(var(--stroke-width) * 0.7071) -webkit-calc(var(--stroke-width) * -0.7071) 0
    var(--stroke-color),
    -webkit-calc(var(--stroke-width) * 0.9239) -webkit-calc(var(--stroke-width) * -0.3827) 0
    var(--stroke-color);
    text-shadow: -moz-calc(var(--stroke-width) * 1) -moz-calc(var(--stroke-width) * 0) 0
    var(--stroke-color),
    -moz-calc(var(--stroke-width) * 0.9239) -moz-calc(var(--stroke-width) * 0.3827) 0
    var(--stroke-color),
    -moz-calc(var(--stroke-width) * 0.7071) -moz-calc(var(--stroke-width) * 0.7071) 0
    var(--stroke-color),
    -moz-calc(var(--stroke-width) * 0.3827) -moz-calc(var(--stroke-width) * 0.9239) 0
    var(--stroke-color),
    -moz-calc(var(--stroke-width) * 0) -moz-calc(var(--stroke-width) * 1) 0
    var(--stroke-color),
    -moz-calc(var(--stroke-width) * -0.3827) -moz-calc(var(--stroke-width) * 0.9239) 0
    var(--stroke-color),
    -moz-calc(var(--stroke-width) * -0.7071) -moz-calc(var(--stroke-width) * 0.7071) 0
    var(--stroke-color),
    -moz-calc(var(--stroke-width) * -0.9239) -moz-calc(var(--stroke-width) * 0.3827) 0
    var(--stroke-color),
    -moz-calc(var(--stroke-width) * -1) -moz-calc(var(--stroke-width) * 0) 0
    var(--stroke-color),
    -moz-calc(var(--stroke-width) * -0.9239) -moz-calc(var(--stroke-width) * -0.3827) 0
    var(--stroke-color),
    -moz-calc(var(--stroke-width) * -0.7071) -moz-calc(var(--stroke-width) * -0.7071) 0
    var(--stroke-color),
    -moz-calc(var(--stroke-width) * -0.3827) -moz-calc(var(--stroke-width) * -0.9239) 0
    var(--stroke-color),
    -moz-calc(var(--stroke-width) * 0) -moz-calc(var(--stroke-width) * -1) 0
    var(--stroke-color),
    -moz-calc(var(--stroke-width) * 0.3827) -moz-calc(var(--stroke-width) * -0.9239) 0
    var(--stroke-color),
    -moz-calc(var(--stroke-width) * 0.7071) -moz-calc(var(--stroke-width) * -0.7071) 0
    var(--stroke-color),
    -moz-calc(var(--stroke-width) * 0.9239) -moz-calc(var(--stroke-width) * -0.3827) 0
    var(--stroke-color);
    text-shadow: calc(var(--stroke-width) * 1) calc(var(--stroke-width) * 0) 0
    var(--stroke-color),
    calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * 0.3827) 0
    var(--stroke-color),
    calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * 0.7071) 0
    var(--stroke-color),
    calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * 0.9239) 0
    var(--stroke-color),
    calc(var(--stroke-width) * 0) calc(var(--stroke-width) * 1) 0
    var(--stroke-color),
    calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * 0.9239) 0
    var(--stroke-color),
    calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * 0.7071) 0
    var(--stroke-color),
    calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * 0.3827) 0
    var(--stroke-color),
    calc(var(--stroke-width) * -1) calc(var(--stroke-width) * 0) 0
    var(--stroke-color),
    calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * -0.3827) 0
    var(--stroke-color),
    calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * -0.7071) 0
    var(--stroke-color),
    calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * -0.9239) 0
    var(--stroke-color),
    calc(var(--stroke-width) * 0) calc(var(--stroke-width) * -1) 0
    var(--stroke-color),
    calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * -0.9239) 0
    var(--stroke-color),
    calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * -0.7071) 0
    var(--stroke-color),
    calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * -0.3827) 0
    var(--stroke-color);
}
.game__info_title span {
    font-size: 4em;
}
.game__info_main {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.5em;
    margin: auto;
    width: 13em;
    height: 11.5em;
    line-height: 11.5em;
    text-align: center;
    background-color: black;
}
.game__info_main span {
    font-size: 7em;
}
#game__pause {
    position: relative;
    height: 15em;
    margin-top: 37.5em;
}
#game__pause::before,
#game__pause::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5.5em;
    -webkit-border-radius: 2em;
       -moz-border-radius: 2em;
            border-radius: 2em;
    background-color: var(--color-5);
}
#game__pause::before {
    left: 1em;
}
#game__pause::after {
    right: 1em;
}

/* - - - - - tablet - - - - - */

.tablet .game__container {
    font-size: 0.65vh;
    width: 88em;
    margin: auto;
}
.tablet #game__pause {
    margin-top: 30em;
}

/* - - - - - desktop - - - - - */

.desktop .game__container {
    font-size: 0.9vh;
    height: -webkit-calc(100vh - 2vw);
    height: -moz-calc(100vh - 2vw);
    height: calc(100vh - 2vw);
}
.desktop .game__game {
    font-size: 0.83vh;
    margin: 0 5em;
    clear: none;
}
.desktop #game__pause {
    display: none;
}
.desktop .game__right {
    float: left;
    margin: 3em 0 0 3em;
    font-size: 1.8em;
}
.desktop .game__info:nth-of-type(4) {
    margin-bottom: 0;
}
.desktop .game__info#next {
    position: absolute;
    font-size: 2em;
    top: 12em;
    left: 3.2em;
    width: 15em;
}
@media (max-aspect-ratio: 1575/950) {
    .desktop .game__logo {
        font-size: 0.4vw;
    }
    .desktop .game__info#next {
        font-size: 1.5vw;
    }
    .desktop .game__right {
        font-size: 1vw;
    }
}


.home__container {
    min-height: 160em;
}
.home__logo {
    width: 90em;
    height: 27em;
    margin: auto;
    background-image: url("images/svg/logo.svg");
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.home__records {
    margin: 12em 0;
    padding: 2em;
    font-family: Azov;
    color: white;
}
.home__game_button {
    height: 30em;
    border: solid 1em #fdd9d9;
    -webkit-border-radius: 1em;
       -moz-border-radius: 1em;
            border-radius: 1em;
    background: -webkit-linear-gradient(45deg, rgba(206, 0, 95, 0.58), rgba(229, 84, 31, 0.58));
    background: -moz-linear-gradient(45deg, rgba(206, 0, 95, 0.58), rgba(229, 84, 31, 0.58));
    background: -o-linear-gradient(45deg, rgba(206, 0, 95, 0.58), rgba(229, 84, 31, 0.58));
    background: linear-gradient(45deg, rgba(206, 0, 95, 0.58), rgba(229, 84, 31, 0.58));
    font-family: Kontora_bold;
    line-height: 28em;
    text-align: center;
    color: rgba(250, 250, 250, 0.82);
}
.home__game_button span {
    font-size: 15em;
}
.home__footer {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 90em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    bottom: 5em;
    height: 15em;
}
.home__reg {
    width: 15em;
    height: 15em;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background: #fdd9d9;
    padding: 1.5em;
    cursor: pointer;
}
body.auth .home__reg,
.home__reg.logout {
    -webkit-filter: grayscale(100%) blur(3px);
            filter: grayscale(100%) blur(3px);
    pointer-events: none;
}
body.auth .home__reg.logout {
    -webkit-filter: none;
            filter: none;
    pointer-events: all;
}
.home__reg.logout {
    padding: 3em 2.2em 3em 3.8em;
}
.home__reg.yandex svg {
    fill: #da1503;
}
.home__reg.vk svg {
    fill: #0773c0;
}
.home__reg.logout svg {
    fill: #c00732;
}

/* - - - - - tablet - - - - - */

.tablet .home__container {
    font-size: 0.55vh;
    width: 88em;
    margin: auto;
}

/* - - - - - desktop - - - - - */

.desktop .home__container {
    font-size: 0.85vh;
    min-height: -webkit-calc(100vh - 2vw);
    min-height: -moz-calc(100vh - 2vw);
    min-height: calc(100vh - 2vw);
}
.desktop .home__records {
    float: left;
    width: 86em;
    margin-left: 5em;
}
.desktop .home__game_button {
    float: right;
    width: 87em;
    margin: 15em;
}
.desktop .home__footer {
    bottom: 10em;
    right: 16.5em;
    width: 88em;
}
@media (max-aspect-ratio: 1745/945) {
    .desktop .home__records {
        font-size: 0.5vw;
    }
    .desktop .home__game_button {
        font-size: 0.42vw;
    }
    .desktop .home__footer {
        font-size: 0.45vw;
        right: 12.9em;
    }
}


.info__header {
    height: 15em;
}
.info__back {
    float: left;
    width: 15em;
    height: 15em;
}
.info__back svg {
    fill: #D35C10;
}
.info__logo {
    float: right;
    width: 50em;
    height: 15em;
    margin-left: 5em;
    background-image: url("images/svg/logo.svg");
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.info__user {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 5em;
    line-height: 15em;
    font-family: Azov;
}
.info__avatar {
    float: left;
    width: 15em;
    height: 15em;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    overflow: hidden;
}
.info__avatar img {
    width: 100%;
    height: 100%;
}
.info__name {
    float: left;
    max-width: 70em;
    overflow: hidden;
    margin-left: 5em;
}
.info__name.color1 {
    color: #F7C027;
}
.info__name.color2 {
    color: #BC2D9F;
}
.info__name.color3 {
    color: #66BD20;
}
.info__name.color4 {
    color: #D35C10;
}
.info__name.color5 {
    color: #12A5D6;
}
.info__name.color6 {
    color: #AD2B3D;
}
.info__name span {
    font-size: 5em;
}
.info__box {
    width: 80em;
    height: 30em;
    margin: 10em auto;
    background-color: #191919;
    border: solid 1em black;
}
.info__box:nth-of-type(3) {
    color: #F7C027;
}
.info__box:nth-of-type(4) {
    color: #D35C10;
}
.info__box:nth-of-type(5) {
    color: #AD2B3D;
}
.info__box_title {
     position: relative;
     top: -5em;
     text-align: center;
     --stroke-color: black;
     --stroke-width: 1em;
     text-shadow: -webkit-calc(var(--stroke-width) * 1) -webkit-calc(var(--stroke-width) * 0) 0
     var(--stroke-color),
     -webkit-calc(var(--stroke-width) * 0.9239) -webkit-calc(var(--stroke-width) * 0.3827) 0
     var(--stroke-color),
     -webkit-calc(var(--stroke-width) * 0.7071) -webkit-calc(var(--stroke-width) * 0.7071) 0
     var(--stroke-color),
     -webkit-calc(var(--stroke-width) * 0.3827) -webkit-calc(var(--stroke-width) * 0.9239) 0
     var(--stroke-color),
     -webkit-calc(var(--stroke-width) * 0) -webkit-calc(var(--stroke-width) * 1) 0
     var(--stroke-color),
     -webkit-calc(var(--stroke-width) * -0.3827) -webkit-calc(var(--stroke-width) * 0.9239) 0
     var(--stroke-color),
     -webkit-calc(var(--stroke-width) * -0.7071) -webkit-calc(var(--stroke-width) * 0.7071) 0
     var(--stroke-color),
     -webkit-calc(var(--stroke-width) * -0.9239) -webkit-calc(var(--stroke-width) * 0.3827) 0
     var(--stroke-color),
     -webkit-calc(var(--stroke-width) * -1) -webkit-calc(var(--stroke-width) * 0) 0
     var(--stroke-color),
     -webkit-calc(var(--stroke-width) * -0.9239) -webkit-calc(var(--stroke-width) * -0.3827) 0
     var(--stroke-color),
     -webkit-calc(var(--stroke-width) * -0.7071) -webkit-calc(var(--stroke-width) * -0.7071) 0
     var(--stroke-color),
     -webkit-calc(var(--stroke-width) * -0.3827) -webkit-calc(var(--stroke-width) * -0.9239) 0
     var(--stroke-color),
     -webkit-calc(var(--stroke-width) * 0) -webkit-calc(var(--stroke-width) * -1) 0
     var(--stroke-color),
     -webkit-calc(var(--stroke-width) * 0.3827) -webkit-calc(var(--stroke-width) * -0.9239) 0
     var(--stroke-color),
     -webkit-calc(var(--stroke-width) * 0.7071) -webkit-calc(var(--stroke-width) * -0.7071) 0
     var(--stroke-color),
     -webkit-calc(var(--stroke-width) * 0.9239) -webkit-calc(var(--stroke-width) * -0.3827) 0
     var(--stroke-color);
     text-shadow: -moz-calc(var(--stroke-width) * 1) -moz-calc(var(--stroke-width) * 0) 0
     var(--stroke-color),
     -moz-calc(var(--stroke-width) * 0.9239) -moz-calc(var(--stroke-width) * 0.3827) 0
     var(--stroke-color),
     -moz-calc(var(--stroke-width) * 0.7071) -moz-calc(var(--stroke-width) * 0.7071) 0
     var(--stroke-color),
     -moz-calc(var(--stroke-width) * 0.3827) -moz-calc(var(--stroke-width) * 0.9239) 0
     var(--stroke-color),
     -moz-calc(var(--stroke-width) * 0) -moz-calc(var(--stroke-width) * 1) 0
     var(--stroke-color),
     -moz-calc(var(--stroke-width) * -0.3827) -moz-calc(var(--stroke-width) * 0.9239) 0
     var(--stroke-color),
     -moz-calc(var(--stroke-width) * -0.7071) -moz-calc(var(--stroke-width) * 0.7071) 0
     var(--stroke-color),
     -moz-calc(var(--stroke-width) * -0.9239) -moz-calc(var(--stroke-width) * 0.3827) 0
     var(--stroke-color),
     -moz-calc(var(--stroke-width) * -1) -moz-calc(var(--stroke-width) * 0) 0
     var(--stroke-color),
     -moz-calc(var(--stroke-width) * -0.9239) -moz-calc(var(--stroke-width) * -0.3827) 0
     var(--stroke-color),
     -moz-calc(var(--stroke-width) * -0.7071) -moz-calc(var(--stroke-width) * -0.7071) 0
     var(--stroke-color),
     -moz-calc(var(--stroke-width) * -0.3827) -moz-calc(var(--stroke-width) * -0.9239) 0
     var(--stroke-color),
     -moz-calc(var(--stroke-width) * 0) -moz-calc(var(--stroke-width) * -1) 0
     var(--stroke-color),
     -moz-calc(var(--stroke-width) * 0.3827) -moz-calc(var(--stroke-width) * -0.9239) 0
     var(--stroke-color),
     -moz-calc(var(--stroke-width) * 0.7071) -moz-calc(var(--stroke-width) * -0.7071) 0
     var(--stroke-color),
     -moz-calc(var(--stroke-width) * 0.9239) -moz-calc(var(--stroke-width) * -0.3827) 0
     var(--stroke-color);
     text-shadow: calc(var(--stroke-width) * 1) calc(var(--stroke-width) * 0) 0
     var(--stroke-color),
     calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * 0.3827) 0
     var(--stroke-color),
     calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * 0.7071) 0
     var(--stroke-color),
     calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * 0.9239) 0
     var(--stroke-color),
     calc(var(--stroke-width) * 0) calc(var(--stroke-width) * 1) 0
     var(--stroke-color),
     calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * 0.9239) 0
     var(--stroke-color),
     calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * 0.7071) 0
     var(--stroke-color),
     calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * 0.3827) 0
     var(--stroke-color),
     calc(var(--stroke-width) * -1) calc(var(--stroke-width) * 0) 0
     var(--stroke-color),
     calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * -0.3827) 0
     var(--stroke-color),
     calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * -0.7071) 0
     var(--stroke-color),
     calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * -0.9239) 0
     var(--stroke-color),
     calc(var(--stroke-width) * 0) calc(var(--stroke-width) * -1) 0
     var(--stroke-color),
     calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * -0.9239) 0
     var(--stroke-color),
     calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * -0.7071) 0
     var(--stroke-color),
     calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * -0.3827) 0
     var(--stroke-color);
 }
.info__box_title span {
    font-size: 6em;
}
.info__box_item {
    line-height: 17em;
    text-align: center;
}
.info__box_item span {
    font-size: 20em;
}
.info__all_games {
    color: #66BD20;
    line-height: 4em;
    text-align: center;
}
.info__all_games span {
    font-size: 6em;
}

/* - - - - - tablet - - - - - */

.tablet .info__container {
    font-size: 0.55vh;
    width: 88em;
    margin: auto;
}

/* - - - - - desktop - - - - - */

.desktop .info__container {
    font-size: 0.432vw;
    min-height: -webkit-calc(100vh - 2vw);
    min-height: -moz-calc(100vh - 2vw);
    min-height: calc(100vh - 2vw);
}
.desktop .info__header {
    margin-bottom: 5em;
}
.desktop .info__user {
    position: absolute;
    top: 2.2em;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
}
.desktop .info__box {
    float: left;
    font-size: 0.79em;
    margin: 7em;
}
.desktop .info__box:nth-of-type(5) {
    margin-right: 0;
}
.desktop .info__all_games {
    clear: both;
}
.desktop .info__all_games>span {
    cursor: pointer;
}
.desktop .info__all_games>span:hover {
    color: var(--color-2);
}


