/*! normalize.css v3.0.2 | MIT License | git.io/normalize */


/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */

    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;


    /* 2 */
}


/**
 * Remove default margin.
 */
body {
    margin: 0;
    overflow: hidden;
}

/* HTML5 display definitions
   ========================================================================== */


/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}


/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */

    vertical-align: baseline;


    /* 2 */
}


/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;

    height: 0;
}


/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}


/* Links
   ========================================================================== */


/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}


/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}


/* Text-level semantics
   ========================================================================== */


/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}


/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}


/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}


/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;

    margin: .67em 0;
}


/**
 * Address styling not present in IE 8/9.
 */
mark {
    color: #000;
    background: #ff0;
}


/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 55%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sup {
    top: -.6em;
}

sub {
    bottom: -.25em;
}


/* Embedded content
   ========================================================================== */


/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}


/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}


/* Grouping content
   ========================================================================== */


/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}


/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0;
}


/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}


/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}


/* Forms
   ========================================================================== */


/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */


/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    /* 1 */
    font: inherit;
    /* 2 */

    margin: 0;

    color: inherit;


    /* 3 */
}


/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}


/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}


/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    /* 2 */
    cursor: pointer;

    -webkit-appearance: button;


    /* 3 */
}


/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}


/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;

    border: 0;
}


/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}


/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;


    /* 2 */
}


/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type='search'] {
    /* 1 */
    /* 2 */
    box-sizing: content-box;

    -webkit-appearance: textfield;
}


/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    margin: 0 2px;
    padding: .35em .625em .75em;

    border: 1px solid #c0c0c0;
}


/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    /* 1 */
    padding: 0;

    border: 0;


    /* 2 */
}


/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}


/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}


/* Tables
   ========================================================================== */


/**
 * Remove most spacing between table cells.
 */
table {
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

@font-face {
    font-family: 'BebasNeue-Bold';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/BebasNeue-Bold/BebasNeue-Bold.eot');
    src: url('fonts/BebasNeue-Bold/BebasNeue-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/BebasNeue-Bold/BebasNeue-Bold.woff') format('woff'),
        url('fonts/BebasNeue-Bold/BebasNeue-Bold.ttf') format('truetype'),
        url('fonts/BebasNeue-Bold/BebasNeue-Bold.svg') format('svg');
}

@font-face {
    font-family: 'Roboto';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/RobotoRegular/RobotoRegular.eot');
    src: url('fonts/RobotoRegular/RobotoRegular.eot?#iefix') format('embedded-opentype'),
        url('fonts/RobotoRegular/RobotoRegular.woff') format('woff'),
        url('fonts/RobotoRegular/RobotoRegular.ttf') format('truetype'),
        url('fonts/RobotoRegular/RobotoRegular.svg') format('svg');
}

@font-face {
    font-family: 'Roboto';
    font-weight: bold;
    font-style: normal;

    src: url('fonts/RobotoBold/RobotoBold.eot');
    src: url('fonts/RobotoBold/RobotoBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/RobotoBold/RobotoBold.woff') format('woff'),
        url('fonts/RobotoBold/RobotoBold.ttf') format('truetype'),
        url('fonts/RobotoBold/RobotoBold.svg') format('svg');
}

@font-face {
    font-family: 'currency';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/currency/currency.eot');
    src: url('fonts/currency/currency.eot?#iefix') format('embedded-opentype'),
        url('fonts/currency/currency.woff') format('woff'),
        url('fonts/currency/currency.ttf') format('truetype'),
        url('fonts/currency/currency.svg') format('svg');
}

@font-face {
    font-family: 'currency';
    font-weight: bold;
    font-style: normal;

    src: url('fonts/currency-bold/currency-bold.eot');
    src: url('fonts/currency-bold/currency-bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/currency-bold/currency-bold.woff') format('woff'),
        url('fonts/currency-bold/currency-bold.ttf') format('truetype'),
        url('fonts/currency-bold/currency-bold.svg') format('svg');
}

@font-face {
    font-family: 'currency-narrow';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/currency-narrow/currency-narrow.eot');
    src: url('fonts/currency-narrow/currency-narrow.eot?#iefix') format('embedded-opentype'),
        url('fonts/currency-narrow/currency-narrow.woff') format('woff'),
        url('fonts/currency-narrow/currency-narrow.ttf') format('truetype'),
        url('fonts/currency-narrow/currency-narrow.svg') format('svg');
}

@font-face {
    font-family: "Gilroy";
    src: url("fonts/Gilroy/GilroyMedium.woff2") format("woff2");
}

@font-face {
    font-family: 'Lato';
    src: url("fonts/Lato/Lato.woff") format("woff");
}

* {
    box-sizing: border-box;
}

.curr:before,
.curr:after {
    /*	font-size: 94%;*/
}

.rub .curr:after {
    font-family: 'Roboto';

    margin-left: .1em;

    content: '\20bd';
}

.rub .curr.curr-narrow:after {
    font-family: 'currency-narrow';

    margin-left: .1em;

    content: '\e906';
}

.kzt .curr:after {
    font-family: 'currency';

    margin-left: .1em;

    content: '\e904';
}

.kzt .curr.curr-narrow:after {
    font-family: 'currency-narrow';

    margin-left: .1em;

    content: '\e904';
}

.amd .curr:after {
    font-family: 'currency';

    margin-left: .1em;

    content: '\e900';
}

.amd .curr.curr-narrow:after {
    font-family: 'currency-narrow';

    margin-left: .1em;

    content: '\e900';
}

.uah .curr:after {
    font-family: 'currency';

    margin-left: .1em;

    content: '\e905';
}

.usd .curr:before {
    margin-right: .1em;

    content: '\0024';
}

.eur .curr:after {
    margin-left: .1em;

    content: '\20ac';
}

html {
    font-family: 'Roboto';
    font-weight: normal;
}

body {
    font-family: 'Roboto';
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: normal;

    background: rgba(0, 0, 0, .8);
}

.wrapper {
    width: 1080px;
    height: 1920px;

    background: url(../images/bg.png) center top no-repeat #000;
}

a {
    color: inherit;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.push-right {
    float: right;
}

.push-left {
    float: left;
}

.visible {
    display: block;
}

.paragraph {
    margin: 0 0 20px;
}

.race-header {
    font-family: 'BebasNeue-Bold';
    font-weight: normal;

    position: relative;

    height: 276px;
}

.race-header__name {
    position: absolute;
    top: 33px;
    left: 30px;
}

.race-header__time-left {
    position: absolute;
    top: 38px;
    right: 332px;
}

.race-header__date {
    position: absolute;
    top: 38px;
    left: 435px;
}

.race-header__winners {
    position: absolute;
    top: 21px;
    left: 647px;
}

.race-header__logos {
    position: absolute;
    top: 158px;
    left: 34px;
}

.race-name {
    font-size: 80px;
    font-size: 5rem;

    color: #fff;
}

.race-name-kz {
    font-size: 70px;
    color: #fff;
    position: fixed;
    top: 65px;
    left: 30px;
}

.race-time-left {
    font-size: 52px;
    font-size: 3.25rem;

    min-width: 165px;
    height: 59px;
    padding: 5px 0;

    color: #fff;
    background: #c70000;
}

.race-time-left__hrs,
.race-time-left__min,
.race-time-left__dots,
.race-time-left__sec {
    position: absolute;


    /*	outline: 	1px solid;*/
}

.race-time-left__hrs,
.race-time-left__min,
.race-time-left__sec {
    top: 1px;

    width: 52px;


    /*	background: green;*/
}

.race-time-left__hrs {
    left: 0;

    text-align: right;
}

.race-time-left__min {
    left: 51px;

    text-align: right;
}

.race-time-left__dots {
    top: 1px;

    width: 8px;

    text-align: center;
}

.race-time-left__dots_hrs {
    left: 52px;
}

.race-time-left__dots_mins {
    right: 54px;
}

.race-time-left__sec {
    right: 0;

    text-align: left;
}

.race-date {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 1;

    height: 110px;
    padding: 7px 10px 0;

    color: #ffbf00;
    background: rgba(0, 0, 0, .7);
}

.race-winners {
    font-size: 52px;
    font-size: 3rem;

    display: table;

    color: #ffbf00;
}

.race-winners-kz {
    font-size: 52px;
    font-size: 3rem;

    display: table;

    color: #ffbf00;
    top: 50px;
    left: 670px;
}

.race-winners__line {
    display: table-row;
}

.race-winners__place,
.race-winners__amount {
    display: table-cell;

    vertical-align: middle;
}

.race-winners__place {
    text-align: center;
    padding-right: 10px;
}

.race-logos__img {
    vertical-align: middle;
}

.race-logos__img+.race-logos__img {
    margin-left: 28px;
}

.race-table {
    width: -webkit-calc(100% - 65px);
    width: calc(100% - 65px);
    margin: 0 auto;

    vertical-align: middle;
    text-transform: uppercase;

    color: #666;
}

.race-table__cell {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 31px;
    line-height: 1.9375rem;

    vertical-align: middle;

    border-top: 8px solid #000;
    border-bottom: 7px solid #000;
}

.race-table__head {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: normal;

    padding-top: 2px;

    border-top-width: 8px;
    border-bottom-width: 10px;
}

.race-table__head.race-table__cell:first-child {
    padding-left: 20px;

    text-align: left;
}

.race-table__body .race-table__cell {
    background: #0f0f0f;
}

.race-table__cell:first-child {
    width: 880px;
    padding: 0;

    text-align: right;
}

.race-table__cell:last-child {
    width: 130px;
    padding: 0 10px;

    text-align: right;
}

.race-table__cell+.race-table__cell {
    border-left: 6px solid #000;
}

.race-table__cell-inner {
    position: relative;

    width: 100%;
    height: 100%;
}

.race-table__user {
    overflow: hidden;

    width: 145px;
    padding-top: 4px;
    padding-right: 20px;

    text-align: right;
    white-space: nowrap;

    background: #1a1a1a;
}

.race-table__track-wrapper {
    position: absolute;
    top: 0;
    right: 75px;
    bottom: 0;
    left: 145px;

    margin: auto;
}

.race-table__track {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 0;
    height: 100%;
    margin: auto;

    background: #1a1a1a;
}

.race-table__car {
    position: absolute;
    top: -3px;
    right: -70px;

    width: 207px;
    height: 40px;

    background: url(../images/car.png) right center no-repeat;
}

.race-table__car-rank {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 26px;
    line-height: 1.625rem;

    position: absolute;
    top: 0;
    right: 36px;
    bottom: 0;

    width: 26px;
    height: 26px;
    margin: auto;

    text-align: center;

    color: #000;
}

.race-table__row_rank .race-table__track,
.race-table__row_rank .race-table__user {
    background: #333;
}

.race-table__row_rank .race-table__user {
    color: #ffbf00;
}

.race-table__row_rank1 .race-table__car {
    background-image: url(../images/car_red.png);
}

.race-table__row_rank2 .race-table__car {
    background-image: url(../images/car_blue.png);
}

.race-table__row_rank3 .race-table__car {
    background-image: url(../images/car_green.png);
}

.race-table__win {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.2;

    display: inline-block;

    vertical-align: middle;
    white-space: nowrap;
}

.race-table__row_rank .race-table__win {
    color: #ffbf00;
}

.winners-list__caption {
    font-family: 'BebasNeue-Bold';
    font-size: 150px;
    font-size: 9.375rem;
    font-weight: normal;

    margin: 75px 0 87px;

    text-align: center;

    color: #ffbf00;
}

.winners-list {
    font-size: 28px;
    font-size: 1.75rem;

    width: 100%;
    margin: 0 auto;

    vertical-align: middle;
    text-transform: uppercase;
    text-transform: uppercase;

    color: #666;
    color: #999;
}

.winners-list__row {
    display: table-row;
}

.winners-list__cell {
    display: table-cell;

    padding-top: 48px;
    padding-bottom: 48px;

    vertical-align: middle;

    border-bottom: 41px solid #000;
    background: #0f0f0f;


    /*	&:nth-child(2){
		width: 230px;
	}
*/
}

.winners-list__cell:first-child {
    width: 535px;
    padding-left: 20px;

    text-align: left;
}

.winners-list__cell:last-child {
    width: 460px;

    text-align: center;
}

.winners-list__user {
    margin-bottom: 30px;

    white-space: nowrap;
}

.winners-list__win {
    font-size: 41px;
    font-size: 2.5625rem;

    white-space: nowrap;
}

.winners-list__win-total {
    font-family: 'BebasNeue-Bold';
    font-size: 80px;
    font-size: 5rem;
    font-weight: normal;

    color: #ffbf00;
}

.fail {
    font-size: 41px;
    font-size: 2.5625rem;

    margin-top: 66px;

    text-align: center;

    color: #999;
}

.game-content,
.fail,
.winners {}

.fail__caption {
    font-family: 'BebasNeue-Bold';
    font-size: 150px;
    font-size: 9.375rem;
    font-weight: normal;
    line-height: 1;

    margin-bottom: 55px;
}

.fail__description {
    min-height: 250px;
    margin-bottom: 30px;
}

span.curr.curr-narrow {
    font-size: 4rem;
}

/*html:after,
html:before,
body:after,
body:before{
	display: none !important;
}

.no-mg{
	margin: 0;
}

*/


/*# sourceMappingURL=style.css.map */
.img_wrap img {
    width: 35px;
    height: 30px;
    object-fit: contain;
}