/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a {
    background: transparent
}

a:focus {
    outline: thin dotted
}

a:active, a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

hr {
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

fieldset {
    border: .0625rem solid silver;
    margin: 0 .125rem;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: .625rem;
    padding-right: .625rem
}

.container:after, .container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width: 768px) {
    .container {
        width: 46.25rem;
        width: 60rem
    }
}

@media (min-width: 1200px) {
    .container {
        width: 93.75rem
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: .625rem;
    padding-right: .625rem
}

.container-fluid:after, .container-fluid:before {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -.625rem;
    margin-right: -.625rem
}

.row:after, .row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    position: relative;
    min-height: .0625rem;
    padding-left: .625rem;
    padding-right: .625rem
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.3333333333%
}

.col-xs-2 {
    width: 16.6666666667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.3333333333%
}

.col-xs-5 {
    width: 41.6666666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.3333333333%
}

.col-xs-8 {
    width: 66.6666666667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.3333333333%
}

.col-xs-11 {
    width: 91.6666666667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.3333333333%
}

.col-xs-pull-2 {
    right: 16.6666666667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.3333333333%
}

.col-xs-pull-5 {
    right: 41.6666666667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.3333333333%
}

.col-xs-pull-8 {
    right: 66.6666666667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.3333333333%
}

.col-xs-pull-11 {
    right: 91.6666666667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.3333333333%
}

.col-xs-push-2 {
    left: 16.6666666667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.3333333333%
}

.col-xs-push-5 {
    left: 41.6666666667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.3333333333%
}

.col-xs-push-8 {
    left: 66.6666666667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.3333333333%
}

.col-xs-push-11 {
    left: 91.6666666667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-1 {
        width: 8.3333333333%
    }

    .col-sm-2 {
        width: 16.6666666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.3333333333%
    }

    .col-sm-5 {
        width: 41.6666666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.3333333333%
    }

    .col-sm-8 {
        width: 66.6666666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.3333333333%
    }

    .col-sm-11 {
        width: 91.6666666667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.3333333333%
    }

    .col-sm-pull-2 {
        right: 16.6666666667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.3333333333%
    }

    .col-sm-pull-5 {
        right: 41.6666666667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.3333333333%
    }

    .col-sm-pull-8 {
        right: 66.6666666667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.3333333333%
    }

    .col-sm-pull-11 {
        right: 91.6666666667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.3333333333%
    }

    .col-sm-push-2 {
        left: 16.6666666667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.3333333333%
    }

    .col-sm-push-5 {
        left: 41.6666666667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.3333333333%
    }

    .col-sm-push-8 {
        left: 66.6666666667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.3333333333%
    }

    .col-sm-push-11 {
        left: 91.6666666667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-sm-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-sm-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-sm-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 768px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-1 {
        width: 8.3333333333%
    }

    .col-md-2 {
        width: 16.6666666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.3333333333%
    }

    .col-md-5 {
        width: 41.6666666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.3333333333%
    }

    .col-md-8 {
        width: 66.6666666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.3333333333%
    }

    .col-md-11 {
        width: 91.6666666667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.3333333333%
    }

    .col-md-pull-2 {
        right: 16.6666666667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.3333333333%
    }

    .col-md-pull-5 {
        right: 41.6666666667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.3333333333%
    }

    .col-md-pull-8 {
        right: 66.6666666667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.3333333333%
    }

    .col-md-pull-11 {
        right: 91.6666666667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.3333333333%
    }

    .col-md-push-2 {
        left: 16.6666666667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.3333333333%
    }

    .col-md-push-5 {
        left: 41.6666666667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.3333333333%
    }

    .col-md-push-8 {
        left: 66.6666666667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.3333333333%
    }

    .col-md-push-11 {
        left: 91.6666666667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }

    .col-lg-1 {
        width: 8.3333333333%
    }

    .col-lg-2 {
        width: 16.6666666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.3333333333%
    }

    .col-lg-5 {
        width: 41.6666666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.3333333333%
    }

    .col-lg-8 {
        width: 66.6666666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.3333333333%
    }

    .col-lg-11 {
        width: 91.6666666667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.3333333333%
    }

    .col-lg-pull-2 {
        right: 16.6666666667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.3333333333%
    }

    .col-lg-pull-5 {
        right: 41.6666666667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.3333333333%
    }

    .col-lg-pull-8 {
        right: 66.6666666667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.3333333333%
    }

    .col-lg-pull-11 {
        right: 91.6666666667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.3333333333%
    }

    .col-lg-push-2 {
        left: 16.6666666667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.3333333333%
    }

    .col-lg-push-5 {
        left: 41.6666666667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.3333333333%
    }

    .col-lg-push-8 {
        left: 66.6666666667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.3333333333%
    }

    .col-lg-push-11 {
        left: 91.6666666667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

.visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 767px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 767px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 767px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 767px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 767px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

*, :after, :before {
    box-sizing: border-box
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

figure {
    margin: 0
}

[role=button] {
    cursor: pointer
}

@font-face {
    font-family: "TT Norms Pro";
    src: url(../../assets/fonts/TTNormsPro-Bold.eot);
    src: local("TT Norms Pro Bold"), local("TTNormsPro-Bold"), url(../../assets/fonts/TTNormsPro-Bold.eot?#iefix) format("embedded-opentype"), url(../../assets/fonts/TTNormsPro-Bold.woff2) format("woff2"), url(../../assets/fonts/TTNormsPro-Bold.woff) format("woff"), url(../../assets/fonts/TTNormsPro-Bold.ttf) format("truetype");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: "TT Norms Pro";
    src: url(../../assets/fonts/TTNormsPro-ExtraBoldItalic.eot);
    src: local("TT Norms Pro ExtraBold Italic"), local("TTNormsPro-ExtraBoldItalic"), url(../../assets/fonts/TTNormsPro-ExtraBoldItalic.eot?#iefix) format("embedded-opentype"), url(../../assets/fonts/TTNormsPro-ExtraBoldItalic.woff2) format("woff2"), url(../../assets/fonts/TTNormsPro-ExtraBoldItalic.woff) format("woff"), url(../../assets/fonts/TTNormsPro-ExtraBoldItalic.ttf) format("truetype");
    font-weight: 800;
    font-style: italic
}

@font-face {
    font-family: "TT Norms Pro";
    src: url(../../assets/fonts/TTNormsPro-MediumItalic.eot);
    src: local("TT Norms Pro Medium Italic"), local("TTNormsPro-MediumItalic"), url(../../assets/fonts/TTNormsPro-MediumItalic.eot?#iefix) format("embedded-opentype"), url(../../assets/fonts/TTNormsPro-MediumItalic.woff2) format("woff2"), url(../../assets/fonts/TTNormsPro-MediumItalic.woff) format("woff"), url(../../assets/fonts/TTNormsPro-MediumItalic.ttf) format("truetype");
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: "TT Norms Pro";
    src: url(../../assets/fonts/TTNormsPro-Regular.eot);
    src: local("TT Norms Pro Regular"), local("TTNormsPro-Regular"), url(../../assets/fonts/TTNormsPro-Regular.eot?#iefix) format("embedded-opentype"), url(../../assets/fonts/TTNormsPro-Regular.woff2) format("woff2"), url(../../assets/fonts/TTNormsPro-Regular.woff) format("woff"), url(../../assets/fonts/TTNormsPro-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "TT Norms Pro";
    src: url(../../assets/fonts/TTNormsPro-Light.eot);
    src: local("TT Norms Pro Light"), local("TTNormsPro-Light"), url(../../assets/fonts/TTNormsPro-Light.eot?#iefix) format("embedded-opentype"), url(../../assets/fonts/TTNormsPro-Light.woff2) format("woff2"), url(../../assets/fonts/TTNormsPro-Light.woff) format("woff"), url(../../assets/fonts/TTNormsPro-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: "TT Norms Pro";
    src: url(../../assets/fonts/TTNormsPro-Medium.eot);
    src: local("TT Norms Pro Medium"), local("TTNormsPro-Medium"), url(../../assets/fonts/TTNormsPro-Medium.eot?#iefix) format("embedded-opentype"), url(../../assets/fonts/TTNormsPro-Medium.woff2) format("woff2"), url(../../assets/fonts/TTNormsPro-Medium.woff) format("woff"), url(../../assets/fonts/TTNormsPro-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "TT Norms Pro";
    src: local("../../assets/fonts/TTNormsPro-LightItalic"), url(../../assets/fonts/TTNormsPro-LightItalic.woff2) format("woff2"), url(../../assets/fonts/TTNormsPro-LightItalic.woff) format("woff"), url(../../assets/fonts/TTNormsPro-LightItalic.ttf) format("truetype");
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "Roboto Flex";
    src: url(../../assets/fonts/RobotoFlex.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

html {
    font-size: 16px
}

body {
    font-family: "Gilroy", Tahoma, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.25rem;
    color: #000;
    background-color: #fff;
    -webkit-text-size-adjust: none;
    -webkit-overflow-scrolling: touch;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.wrapper {
    overflow: hidden
}

a, label {
    -webkit-tap-highlight-color: transparent
}

h1, h2, h3, h4, h5, h6 {
    margin: 0
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

input:focus-visible {
    outline: none;
    box-shadow: none
}

::-moz-placeholder {
    color: hsla(0, 0%, 100%, .5)
}

::placeholder {
    color: hsla(0, 0%, 100%, .5)
}

p {
    margin: 0 0 1.25rem
}

ol, ul {
    margin-top: 0;
    margin-bottom: 1.25rem
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

.list--inline, .list--unstyled {
    padding-left: 0;
    list-style: none
}

.list--inline {
    margin-left: 0
}

.list--inline > li {
    display: inline-block;
    padding-left: 0;
    padding-right: 0
}

.text-center, h1 {
    text-align: center
}

h1 {
    color: #fff;
    font-size: 3.375rem;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 5rem;
    font-variation-settings: "wdth" 151, "wght" 1000
}

h1 span {
    color: #ea0029
}

h2 {
    color: #faba57;
    text-align: center;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0 0 1.875rem
}

@media (max-width: 767px) {
    h1 {
        font-size: 1.4375rem;
        margin-bottom: 1.875rem
    }
}

a {
    color: blue;
    text-decoration: underline;
    outline: none !important
}

a:focus, a:hover {
    color: #fff;
    text-decoration: none
}

.link--block, .link--unstyled, a[href^=tel] {
    text-decoration: none !important
}

.link--block {
    display: block
}

a[href^=tel] {
    cursor: default
}

.btn, .btn--unstyled, button {
    cursor: pointer;
    outline: none !important
}

.btn, .btn--unstyled {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    font-weight: normal;
    touch-action: manipulation;
    text-decoration: none !important;
    line-height: 1.428571428571429;
    line-height: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
    background-image: none
}

.btn--unstyled {
    padding: 0;
    border: 0;
    background: none
}

.btn {
    text-align: center;
    font-size: 1.9375rem;
    text-transform: uppercase;
    font-variation-settings: "wdth" 151, "wght" 1000;
    line-height: 1.75rem;
    padding: 1.25rem 2.25rem 1.125rem;
    position: relative;
    background: url(../img/button-bg2.svg) 50% no-repeat;
    background-size: cover;
    color: #fff;
    min-width: 26.5625rem;
    margin-bottom: .625rem
}

.btn.active, .btn:active {
    box-shadow: none
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    pointer-events: none;
    opacity: .5
}

.btn:hover {
    color: #fff
}

.btn span {
    display: inline-block;
    padding: 0 3.125rem 0 0;
    background: url(../img/btn-arrow.svg) 100% no-repeat;
    background-size: 2.5rem 2.5rem
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
    opacity: .5
}

.btn--block {
    display: block;
    width: 100%
}

input[type=button].btn--block, input[type=submit].btn--block {
    width: 100%
}

.btn--submit:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2.5rem;
    height: 2.5rem;
    background-size: 100% 100%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform .2s;
    pointer-events: none
}

.form--loading .btn--submit > span {
    opacity: 0
}

.form--loading .btn--submit:after {
    transform: translate(-50%, -50%) scale(1)
}

@media (max-width: 767px) {
    .btn {
        font-size: 1rem;
        min-width: 20rem;
        padding: 1rem 2.125rem .875rem;
        background-size: contain
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

label {
    display: inline-block;
    max-width: 100%
}

.form-control {
    display: block;
    width: 100%;
    height: 1.875rem;
    padding: .375rem .75rem;
    font-size: .875rem;
    line-height: 1.428571428571429;
    line-height: 1;
    line-height: normal;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: .0625rem solid gray;
    border-radius: .1875rem;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    outline: none !important
}

.form-control::-moz-placeholder {
    color: #fff
}

.form-control::placeholder {
    color: #fff
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control:focus {
    box-shadow: none;
    outline: none
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: gray;
    opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}

.form-group {
    margin-bottom: .9375rem
}

.controls, form {
    position: relative
}

.form--loading:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1
}

.hidden {
    display: none !important
}

img {
    vertical-align: middle;
    display: block;
    max-width: 100%;
    height: auto
}

.img--cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@keyframes a {
    0%, to {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-.625rem)
    }
}

@keyframes wTextSlide {
    0% {
        transform: translateY(-50%);
        opacity: 0
    }
    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes wTextFade {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes waves {
    0% {
        transform: translateY(-.625rem)
    }
    to {
        transform: translateY(.625rem)
    }
}

body, html {
    height: 100%
}

html {
    font-size: calc(100vw * 16 / 1920 + 0px);
    scroll-behavior: smooth
}

body {
    min-width: 20rem;
    color: #fff;
    font-family: "Roboto Flex";
    background-color: #000
}

.container {
    width: auto;
    position: relative;
    z-index: 2;
    padding: 0 1.25rem
}

.content {
    position: relative;
    overflow: hidden;
    background-color: #000
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#screen2 {
    position: absolute;
    top: -6.25rem
}

#screen3 {
    position: absolute;
    top: -12.5rem
}

@media (min-width: 1200px) {
    .container {
        max-width: 93.75rem
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .container {
        max-width: 93.75rem
    }
}

@media (min-width: 768px) and (max-width: 767px) {
    .container {
        max-width: 46.25rem
    }
}

@media (max-width: 767px) {
    html {
        font-size: calc(100vw * 16 / 390 + 0px)
    }
}

header {
    position: absolute;
    width: 100%;
    z-index: 50;
    padding: 2.5rem 0;
    height: 9.5625rem;
    transition: height .4s
}

header.header--fixed {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    height: 6.875rem;
    z-index: 50
}

header.header--fixed:before {
    display: none
}

header.header--fixed .logo {
    width: 16.25rem;
    height: 3.375rem
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: .625rem 0 0
}

.logo-block {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -.3125rem)
}

.logo {
    display: inline-block;
    width: 24.4375rem;
    height: 5.0625rem;
    background-image: url(../img/logo.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all .4s
}

.header-controls {
    display: flex;
    align-items: center
}

.header-controls a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 1.875rem
}

.user-controls {
    order: 2
}

.lang {
    margin-right: 2.8125rem
}

.lang a {
    margin: 0
}

.lang a.active {
    color: #f0bd68;
    cursor: default;
    pointer-events: none
}

.user-ico {
    background-image: url(../img/user-ico.svg);
    width: 1.25rem;
    height: 1.25rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    display: inline-block;
    cursor: pointer
}

.opened {
    overflow: hidden
}

.menu {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .9);
    z-index: 10;
    display: none
}

.menu ul {
    flex-direction: column;
    padding: 12.5rem 0 0;
    justify-content: center
}

.menu ul li {
    margin: 0 0 4.375rem;
    text-align: center
}

.menu ul li a {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    position: relative
}

.menu ul li a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -.3125rem;
    transform: translateX(-50%);
    width: 2.8125rem;
    height: .1875rem;
    background: #ba271b;
    opacity: 1
}

.menu ul li a:hover {
    color: #ba271b
}

.opened .menu {
    display: block
}

.menu-ico {
    cursor: pointer;
    z-index: 20
}

.menu-ico, .menu-ico .line {
    position: relative;
    width: 1.625rem
}

.menu-ico .line {
    height: .125rem;
    background-color: #fff;
    margin: .3125rem 0;
    transition: all .3s;
    transform-origin: left center
}

.line:first-child {
    top: 0
}

.line:nth-child(3) {
    bottom: 0
}

.opened .line:first-child {
    transform: rotate(45deg);
    transform-origin: left center;
    top: .0625rem
}

.opened .line:nth-child(2) {
    opacity: 0
}

.opened .line:nth-child(3) {
    transform: rotate(-45deg);
    transform-origin: left center;
    bottom: -.3125rem
}

@media (max-width: 767px) {
    header {
        padding: 1.25rem 0
    }

    header.header--fixed {
        height: 3.75rem
    }

    header.header--fixed .logo {
        width: 10.375rem;
        height: 2.1875rem
    }

    .header-content {
        padding: 0;
        justify-content: space-between
    }

    .logo-block {
        transform: translate(-50%)
    }

    .logo {
        width: 11.25rem;
        height: 2.25rem
    }

    .menu ul {
        padding: 6.25rem 0 0
    }

    .menu ul li {
        margin: 0 0 1.875rem
    }

    .menu ul li a {
        font-size: 1.125rem
    }
}

.screen-fallback {
    padding-top: 10rem
}

.screen-fallback:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 70.25rem;
    background-image: url(../img/bg-main.png);
    background-repeat: no-repeat;
    background-position: center -1.25rem;
    background-size: 100% 100%;
    top: 0
}

.s--fallback-content {
    display: flex;
    flex-direction: column;
    position: relative
}

.s--fallback-content:before {
    position: absolute;
    content: "";
    width: 75rem;
    height: 41.375rem;
    background-image: url(../img/figures.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    right: -28.125rem;
    top: 0
}

.cashback-info-block {
    padding: 12.5rem 0 0;
    color: #fff
}

.cashback-title span {
    text-align: left;
    font-size: 3.125rem;
    display: inline-block;
    font-variation-settings: "wdth" 151, "wght" 1000
}

.cashback-title span, .soon-desc {
    line-height: normal;
    text-transform: uppercase
}

.soon-desc {
    font-size: 1.375rem;
    margin: 0 0 1.875rem;
    font-variation-settings: "wght" 400
}

@media (max-width: 767px) {
    .screen-fallback {
        padding-top: 0;
        margin: 0
    }

    .screen-fallback:before {
        background-size: cover;
        top: -6.25rem
    }

    .s--fallback-content {
        align-items: center;
        text-align: center
    }

    .s--fallback-content:before {
        width: 33.75rem;
        height: 18.625rem;
        right: -6.25rem;
        top: 12.5rem
    }

    .cashback-info-block {
        padding: 0
    }

    .cashback-title {
        padding: 0;
        margin: 0 0 1.25rem
    }

    .cashback-title span {
        font-size: 1.625rem;
        text-align: center
    }

    .soon-desc {
        font-size: .875rem;
        margin-bottom: .625rem
    }
}

.screen--main {
    position: relative;
    color: #fff;
    overflow: hidden
}

.main-inner {
    width: 100%;
    position: relative;
    z-index: 4
}

.main-date {
    display: flex;
    justify-content: center;
    line-height: 1;
    text-transform: uppercase;
    font-variation-settings: "wdth" 151, "wght" 1000;
    text-align: center
}

.main-date div + div {
    margin: 0 .625rem
}

.main-date div + div:before {
    content: "|";
    font-weight: 500;
    font-style: normal;
    position: relative;
    display: none
}

.ufc-img {
    width: 100%;
    margin-bottom: .625rem
}

.main-title {
    line-height: 1;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    font-variation-settings: "wdth" 151, "wght" 1000
}

.main-title div, .main-title span {
    position: relative
}

.main-title span {
    z-index: 1
}

.main-subtitle {
    letter-spacing: -.492px;
    font-variation-settings: "wdth" 151, "wght" 1000;
    line-height: 1;
    text-transform: uppercase;
    text-align: center
}

.main-subtitle span {
    color: #ea0029
}

.main-text {
    letter-spacing: .278px;
    line-height: 1;
    text-align: center;
    font-variation-settings: "wght" 400
}

.main-button, .main-text {
    text-transform: uppercase
}

.main-button {
    margin: 0 auto;
    padding: 0;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: .381px;
    font-variation-settings: "wdth" 151, "wght" 1000;
    position: relative;
    color: #fff;
    background: url(../img/button-bg.png) 50% no-repeat;
    background-size: 100% 100%;
    transition: all .4s;
    transform: scale(1)
}

.main-button span {
    position: relative;
    z-index: 1
}

.main-button:active, .main-button:focus, .main-button:hover {
    color: #fff;
    transform: scale(1.05)
}

.main-meta {
    text-align: center;
    line-height: 1;
    font-variation-settings: "wght" 400;
    text-transform: uppercase
}

.main-meta a {
    color: #fff;
    text-decoration: underline
}

.main-meta a:hover {
    text-decoration: none
}

.keff-meta {
    font-variation-settings: "wght" 900;
    background: url(../img/keff-bg.png) 50% no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2.5rem;
    color: #ea0029;
    line-height: 3.125rem
}

.keff-meta div {
    padding: 0 1.875rem
}

.keff-meta div:nth-child(2) {
    padding: 0 3.75rem;
    color: #4a4a4a;
    border-left: 3px solid #4a4a4a;
    border-right: 3px solid #4a4a4a
}

.keff-text {
    font-variation-settings: "wght" 400;
    padding: .625rem 0 0
}

.keff-text, .main-bottom {
    text-transform: uppercase;
    text-align: center
}

.main-bottom {
    font-weight: 300;
    color: hsla(0, 0%, 100%, .5);
    font-style: normal;
    z-index: 3
}

.main-bg {
    z-index: 0;
    top: 0;
    background-size: cover;
    background-position: 50% 0
}

.main-bg, .main-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.main-overlay {
    z-index: 2;
    display: none
}

.main-fighter {
    line-height: 1
}

.main-fighter .img {
    background-size: 100% 100%;
    position: absolute;
    z-index: 2
}

.main-fighter .in {
    position: relative;
    z-index: 4;
    top: 0;
    display: flex;
    flex-direction: column
}

.main-fighter .name {
    letter-spacing: 1.276px
}

.main-fighter .name, .main-fighter .surname {
    text-transform: uppercase;
    font-variation-settings: "wdth" 151, "wght" 1000;
    position: relative
}

.main-fighter .surname span {
    position: relative;
    z-index: 1
}

.main-fighter .from {
    font-variation-settings: "wdth" 151, "wght" 800;
    text-transform: uppercase;
    color: #ea0029;
    display: none
}

.main-fighter-1 .in {
    align-items: flex-start
}

.main-fighter-2 .in {
    align-items: flex-end
}

.main-shine {
    position: absolute;
    background-size: 100% 100%;
    z-index: 4;
    mix-blend-mode: screen
}

.main-button-shine {
    pointer-events: none;
    animation-name: e;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    backface-visibility: hidden
}

@keyframes e {
    0%, to {
        transform: translateX(0)
    }
    50% {
        transform: translateX(-30%)
    }
}

@media (min-width: 768px) {
    .screen--main {
        height: 100vh;
        min-height: 60rem;
        max-height: 67.5rem;
        padding-top: 18.125rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .main-date {
        font-size: 1.75rem;
        margin-bottom: 1.875rem;
        flex-wrap: wrap
    }

    .main-date div + div:before {
        padding: 0 .5rem 0 1.25rem;
        top: -.125rem
    }

    .main-title {
        font-size: 2.3125rem;
        margin-bottom: .3125rem
    }

    .main-title div {
        padding: .8125rem 1.5625rem .75rem
    }

    .main-subtitle {
        margin-bottom: .25rem
    }

    [lang=ru] .main-subtitle {
        font-size: 4.75rem
    }

    [lang=kk] .main-subtitle {
        font-size: 3.875rem
    }

    .main-text {
        font-size: 1.125rem;
        margin-bottom: 3.75rem
    }

    .main-controls {
        margin-bottom: .625rem
    }

    .main-button {
        width: 29.0625rem;
        height: 4.875rem;
        font-size: 1.9375rem
    }

    .main-meta {
        font-size: .875rem;
        margin-bottom: 5rem
    }

    .keff-meta {
        width: 40.875rem;
        height: 5.75rem;
        font-size: 3.4375rem
    }

    .main-fighter {
        position: absolute;
        top: calc(50% - .9375rem);
        width: 41.25rem;
        height: 25rem;
        line-height: 1
    }

    .main-fighter .in {
        top: 25rem
    }

    .main-fighter .img {
        z-index: 2
    }

    .main-fighter .name {
        font-size: 1.25rem
    }

    .main-fighter .surname {
        font-size: 3.25rem
    }

    .main-fighter-1 {
        right: calc(55% + .625rem)
    }

    .main-fighter-1 .img {
        width: 63.25rem;
        height: 41.8125rem;
        background-image: url(../img/f-left.png?12);
        left: -18.75rem;
        top: -20rem
    }

    .main-fighter-1 .coeff {
        left: 4.6875rem
    }

    .main-fighter-1 .name {
        min-width: 18.75rem;
        text-align: left
    }

    .main-fighter-1 .in {
        left: -6.25rem
    }

    .main-fighter-2 {
        left: calc(55% - 8.4375rem)
    }

    .main-fighter-2 .img {
        width: 45.4375rem;
        height: 46.25rem;
        background-image: url(../img/f-right.png?12);
        right: -23.125rem;
        top: -18.75rem
    }

    .main-fighter-2 .name {
        min-width: 18.75rem;
        text-align: right
    }

    .main-fighter-2 .in {
        right: -15.625rem
    }

    .main-bottom {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 1.125rem;
        font-size: .875rem;
        line-height: 1.1875rem
    }

    .main-overlay {
        height: 37.875rem;
        background: linear-gradient(180deg, transparent .88%, #000 79.17%)
    }

    .main-bg {
        background-image: url(../img/bg-up.png)
    }

    .main-bg:before {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .3);
        content: "";
        left: 0;
        top: 0
    }

    .ufc-ico {
        background-image: url(../img/ufc.svg?5);
        background-position: 50%;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        width: 12.3125rem;
        height: 3.4375rem;
        display: inline-block
    }
}

@media (max-width: 767px) {
    .screen--main {
        padding: 3.75rem 0 1.5625rem;
        position: relative
    }

    .screen--main:before {
        background: url(../img/fighters-mobile.png?10) 50% no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: 7.5rem;
        left: 0;
        content: "";
        width: 24.375rem;
        height: 25.125rem;
        z-index: 1
    }

    .main-inner {
        padding: 0
    }

    .main-date {
        font-size: .875rem;
        margin-bottom: .9375rem;
        flex-wrap: wrap
    }

    .main-date div + div:before {
        padding: 0 .3125rem 0 .75rem;
        top: -.125rem;
        font-size: .875rem
    }

    .main-date div:first-child {
        position: relative
    }

    .main-title {
        font-size: 1.125rem;
        line-height: 1.25rem
    }

    [lang=kk] .main-title {
        letter-spacing: .085em
    }

    .main-title div {
        min-width: 21.29313rem;
        text-align: center
    }

    .main-subtitle {
        margin-bottom: .125rem
    }

    [lang=ru] .main-subtitle {
        font-size: 2.5rem
    }

    [lang=kk] .main-subtitle {
        font-size: 1.875rem
    }

    .main-text {
        margin-bottom: 26.25rem
    }

    [lang=ru] .main-text {
        font-size: .625rem
    }

    [lang=kk] .main-text {
        font-size: .53125rem;
        padding: .0625rem 0 .04813rem
    }

    .main-controls {
        margin-bottom: .6875rem
    }

    .main-button {
        width: 20rem;
        height: 3.25rem;
        font-size: 1.125rem
    }

    .main-meta {
        font-size: .75rem
    }

    .main-fighter {
        position: absolute;
        width: 100%
    }

    .main-fighter .coeff {
        letter-spacing: .442px;
        width: 5.4375rem;
        height: 2.1875rem;
        margin-bottom: .5rem
    }

    .main-fighter .coeff:after {
        top: -2.0625rem;
        right: -4.0625rem
    }

    .main-fighter .coeff small {
        top: .25rem;
        font-size: .92163rem
    }

    .main-fighter .coeff strong {
        font-size: 1.375rem;
        padding: 0 .3125rem
    }

    .main-fighter .name {
        font-size: .625rem;
        margin-bottom: .3125rem
    }

    .main-fighter .surname {
        font-size: 1.25rem
    }

    .main-fighter-1 {
        padding-left: 1.25rem
    }

    .main-fighter-1 .in {
        top: 29.375rem
    }

    .main-fighter-1 .img {
        width: 15.625rem;
        height: 16.8125rem;
        background-image: url(../img/f-left-mobile.png);
        left: -1.25rem;
        top: 7.5rem;
        z-index: 3;
        display: none
    }

    .main-fighter-1 .coeff {
        left: 1.9375rem
    }

    .main-fighter-2 {
        padding-right: 1.25rem
    }

    .main-fighter-2 .in {
        top: 29.375rem
    }

    .main-fighter-2 .img {
        width: 13.5625rem;
        height: 16.8125rem;
        background-image: url(../img/f-right-mobile.png);
        right: 0;
        top: 6.25rem;
        z-index: 2;
        display: none
    }

    .main-fighter-2 .coeff {
        right: -1.9375rem
    }

    .main-bottom {
        position: relative;
        font-size: .6875rem;
        line-height: .9375rem;
        letter-spacing: .22px;
        padding: 1.625rem 1.25rem 0
    }

    .main-overlay {
        height: 36.9375rem;
        background: linear-gradient(180deg, transparent .88%, #000 49.14%);
        display: none
    }

    .main-bg {
        background-image: url(../img/bg-up.png)
    }

    .ufc-ico {
        background-image: url(../img/ufc.svg?5);
        background-position: 50%;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        width: 5rem;
        height: 1.375rem;
        display: inline-block
    }

    .keff-meta {
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        top: 23.75rem;
        padding: .625rem 1.25rem;
        line-height: 1.5rem;
        font-size: 1.5rem
    }

    .keff-meta div, .keff-meta div:nth-child(2) {
        padding: 0 1.25rem
    }

    .keff-text {
        font-size: .625rem;
        display: none
    }
}

.s--main {
    position: relative;
    z-index: 3;
    height: 64rem
}

.crown-arrow {
    position: absolute;
    left: 46%;
    transform: translate(-50%);
    width: 9.875rem;
    height: 9.875rem;
    background: url(../img/ArrowDown.png) 50% no-repeat;
    background-size: 100% 100%;
    animation: a 2s infinite;
    z-index: 3;
    cursor: pointer
}

.s--main .crown-arrow {
    bottom: 7.5rem
}

.rules-controls {
    padding: .625rem 0;
    text-align: center
}

.rules-controls a {
    font-size: 1rem;
    font-weight: 300;
    color: #fff;
    text-decoration: underline;
    text-transform: uppercase
}

.rules-controls a:hover {
    text-decoration: none
}

@media (max-width: 767px) {
    .s--main {
        margin: 6.25rem 0 0;
        height: 100vh;
        padding: 0 0 6.25rem
    }

    .s--main .crown-arrow {
        bottom: .3125rem
    }

    .rules-controls a {
        font-size: .75rem
    }

    .crown-arrow {
        width: 5rem;
        height: 5rem;
        margin-left: -1.25rem
    }
}

.s--steps {
    padding: 6.25rem 0 4.0625rem;
    z-index: 4
}

.s--steps, .s--steps-content, .steps, .steps-content {
    position: relative
}

.steps {
    margin: 0 0 3.125rem;
    z-index: 2
}

.step-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.step-list .step-item {
    position: relative;
    padding: 0 2.5rem;
    width: 30%;
    top: -1.875rem
}

.step-list .step-item .num {
    font-size: 7.5rem;
    line-height: normal;
    text-transform: uppercase;
    font-variation-settings: "wght" 1000
}

.step-list .step-item .desc {
    color: #fff;
    font-size: 1.25rem;
    font-variation-settings: "wght" 500;
    line-height: normal;
    position: absolute;
    text-transform: uppercase;
    left: 30%;
    bottom: 1.5625rem;
    width: 100%
}

.coin {
    position: absolute;
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: 3
}

.coin.coin1 {
    background-image: url(../img/coin1.png);
    width: 15.625rem;
    height: 16.0625rem;
    right: -13.75rem;
    top: -12.5rem
}

.coin.coin2 {
    background-image: url(../img/coin2.png);
    width: 11.25rem;
    height: 9rem;
    left: -10rem;
    top: 6.25rem
}

.coin.coin3 {
    background-image: url(../img/coin3.png);
    width: 6.5625rem;
    height: 5.6875rem;
    left: 62.5rem
}

.coin.coin3, .s--steps .crown-arrow {
    bottom: -7.5rem
}

@media (max-width: 767px) {
    .s--steps {
        padding: 2.5rem 0;
        margin-bottom: 2.5rem
    }

    .s--steps .crown-arrow {
        bottom: -2.5rem
    }

    .steps {
        background: none;
        height: auto;
        position: relative;
        margin: 0 0 .625rem;
        z-index: 4
    }

    .steps:after, .steps:before {
        display: none
    }

    .step-list {
        padding-left: 3.125rem
    }

    .step-list .step-item {
        position: relative;
        padding: 0 2.5rem;
        width: 100%;
        top: 0;
        justify-content: center;
        display: flex;
        align-items: center;
        margin-bottom: 1.25rem
    }

    .step-list .step-item .num {
        font-size: 4rem
    }

    .step-list .step-item .desc {
        position: static;
        font-size: .875rem;
        padding: 0 .625rem
    }

    .coin.coin1 {
        width: 8.75rem;
        height: 9.125rem;
        right: -5rem;
        top: -3.125rem
    }

    .coin.coin2 {
        width: 6.875rem;
        height: 5.625rem;
        left: -3.125rem;
        top: 7.5rem
    }

    .coin.coin3 {
        width: 2.375rem;
        height: 2.4375rem;
        left: 18.125rem;
        bottom: 1.25rem;
        z-index: 5
    }
}

.events {
    max-width: 75rem;
    margin: 0 auto
}

.events .icon-toggle {
    position: absolute;
    width: 1.375rem;
    height: 1.375rem;
    background-size: 100% 100%;
    background-image: url(../img/arrow-icon.png);
    right: 1.875rem;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .4s
}

.events .icon-toggle.toggled {
    transform: translateY(-50%) rotate(-90deg)
}

.events-table-sport {
    margin-bottom: .0625rem
}

.events-table-sport:first-child .events-table-sport-title {
    border-radius: 1.125rem 1.125rem 0 0
}

.events-table-sport:last-child .events-table-champ:last-child .events-table-champ-title:not(.toggled), .events-table-sport:last-child .events-table-champ:last-child .events-table-match:last-child, .events-table-sport:last-child .events-table-sport-title:not(.toggled) {
    border-radius: 0 0 1.125rem 1.125rem
}

.events-table-sport-title {
    position: relative;
    display: flex;
    align-items: center;
    height: 6.25rem;
    padding: 0 1.875rem;
    font-size: 2rem;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    background: #ea0029;
    cursor: pointer;
    margin-bottom: .0625rem;
    font-variation-settings: "wght" 500
}

.events-table-champ {
    margin-bottom: .0625rem
}

.events-table-champ-title {
    position: relative;
    height: 3.75rem;
    background: #2b2b2b;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: .0625rem
}

.events-table-champ-title, .events-table-row {
    display: flex;
    align-items: center;
    padding: 0 1.875rem;
    font-size: 1.25rem
}

.events-table-row {
    justify-content: space-between
}

.events-table-col {
    flex: 5;
    flex-grow: 1;
    text-align: right
}

.events-table-col.name {
    flex-grow: 2;
    text-align: left
}

.events-table-match-head {
    background: #252525;
    height: 2.5rem;
    color: #757575;
    margin-bottom: .0625rem
}

.events-table-match {
    height: 3.75rem;
    background: #252525;
    margin-bottom: .0625rem
}

@media (max-width: 767px) {
    .events .icon-toggle {
        width: .875rem;
        height: .875rem;
        right: .9375rem
    }

    .events-table-sport-title {
        height: 4.375rem;
        padding: 0 .9375rem;
        font-size: 1.375rem
    }

    .events-table-champ-title {
        height: 3.125rem;
        padding: 0 .9375rem;
        font-size: 1.0625rem
    }

    .events-table-row {
        padding: 0 .9375rem;
        font-size: .8125rem
    }

    .events-table-col {
        flex: 5;
        flex-grow: 1;
        text-align: center
    }

    .events-table-col.name {
        flex-grow: 2;
        text-align: left
    }

    .events-table-match-head {
        height: 2.5rem
    }

    .events-table-match {
        height: auto;
        min-height: 3.75rem
    }
}

.s--events {
    padding: 0;
    position: relative;
    z-index: 4;
    margin: 0 0 7.5rem
}

.s--events:before {
    position: absolute;
    background: url(../img/bg-down.png) bottom no-repeat;
    background-size: contain;
    content: "";
    bottom: -18.75rem;
    left: 50%;
    transform: translateX(-50%);
    width: 93.75rem;
    height: 35.8125rem;
    opacity: .5
}

.s--events-content {
    position: relative
}

@media (max-width: 767px) {
    .s--events {
        margin: 0
    }
}

.s--live {
    padding: 0;
    position: relative;
    z-index: 10
}

.live-container {
    max-width: 75rem;
    margin: 0 auto
}

.live-ico {
    background: url(../img/live-logo.svg) 50% no-repeat;
    width: 25.3125rem;
    height: 7.1875rem;
    background-size: 100% 100%
}

.live-content {
    display: flex;
    position: relative;
    padding: 6.25rem 0 0
}

.live-content .live-column {
    flex: 1;
    position: relative
}

.live-content .live-desc {
    font-size: 1.25rem;
    font-variation-settings: "wght" 500;
    line-height: 1.5rem;
    margin-bottom: 2.5rem
}

.live-content .main-meta {
    width: 26.5625rem
}

.live-content .player {
    background: url(../img/live-knopka.png) 50% no-repeat;
    background-size: 100% 100%;
    width: 71.3125rem;
    height: 73.3125rem;
    position: absolute;
    left: -12.5rem;
    top: -6.25rem;
    z-index: 2
}

.video {
    position: absolute;
    mix-blend-mode: screen;
    z-index: 6;
    bottom: 26.25rem;
    right: 8.125rem;
    width: 62.5rem;
    height: 62.5rem
}

.left-column {
    padding: 3.125rem 6.25rem 0 0
}

.right-column {
    min-height: 56.25rem
}

.right-column .lenta {
    background: url(../img/lenta.png) 50% no-repeat;
    background-size: 100% 100%;
    width: 66.75rem;
    height: 40.0625rem;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: -42.5rem
}

.live-controls {
    width: 26.5625rem
}

.coin.coin4 {
    background-image: url(../img/coin4.png);
    width: 37.5rem;
    height: 35.0625rem;
    left: -18.75rem;
    top: 25rem
}

.coin.coin5 {
    background-image: url(../img/coin5.png);
    width: 3.875rem;
    height: 4.0625rem;
    right: 22.5rem;
    top: 6.25rem
}

.ball {
    position: absolute;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    z-index: 3
}

.ball.ball1 {
    background-image: url(../img/ball1.png);
    width: 10.375rem;
    height: 10.375rem;
    right: 12.5rem;
    bottom: 15.625rem
}

.ball.ball2 {
    background-image: url(../img/ball2.png);
    width: 23.25rem;
    height: 23.5rem;
    right: -25rem;
    bottom: 6.25rem
}

@media (max-width: 767px) {
    .s--live {
        padding: 3.75rem 0 0
    }

    .live-ico {
        width: 18.5rem;
        height: 5.25rem
    }

    .video {
        width: 37.5rem;
        height: 37.5rem;
        left: -6.25rem;
        bottom: 32.5rem
    }

    .coin4 {
        display: none
    }

    .live-content {
        padding: 26.25rem 0 0;
        flex-wrap: wrap
    }

    .live-content .live-column {
        flex: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .live-content .live-desc {
        font-size: .875rem;
        line-height: 1.125rem;
        margin-bottom: 1.25rem;
        text-align: center
    }

    .live-content .main-meta {
        width: auto
    }

    .left-column {
        padding: 0
    }

    .right-column {
        min-height: auto
    }

    .right-column .lenta {
        width: 29.75rem;
        height: 13.9375rem;
        bottom: 0;
        right: -1.875rem;
        display: none
    }

    .live-controls {
        width: auto
    }

    .coin.coin5 {
        width: 2rem;
        height: 2.1875rem;
        right: 1.875rem;
        top: 10rem
    }

    .ball.ball1 {
        width: 6.25rem;
        height: 6.25rem;
        right: 3.125rem;
        bottom: 16.875rem
    }

    .ball.ball2 {
        width: 4.5rem;
        height: 4.75rem;
        right: auto;
        left: -3.125rem;
        bottom: 40.625rem
    }
}

footer {
    padding: 2.5rem 0 6.25rem;
    position: relative;
    z-index: 50;
    overflow: hidden
}

footer .links {
    padding: 6.25rem 0 0;
    margin-bottom: 3.75rem;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center
}

footer .links .app-links {
    display: flex;
    flex-basis: 33%
}

footer .links .app-links a {
    width: 7.8125rem;
    height: 2.375rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 50%;
    margin: 0 .1875rem
}

footer .links .app-links a.apple-app {
    background-image: url(../img/apple.svg)
}

footer .links .app-links a.android-app {
    background-image: url(../img/android.svg)
}

footer .links .app-links a.samsung-app {
    background-image: url(../img/samsung.png)
}

footer .links .app-links a.huawei-app {
    background-image: url(../img/huawei.png)
}

footer .links .social-links {
    display: flex;
    flex-basis: 33%;
    justify-content: flex-end;
    align-items: center
}

footer .links .social-links a {
    width: 2.25rem;
    height: 2.25rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 50%;
    margin-left: 1.875rem
}

footer .links .social-links a.fb-ico {
    background-image: url(../img/icon-facebook.svg)
}

footer .links .social-links a.inst-ico {
    background-image: url(../img/icon-instagram.svg)
}

footer .links .social-links a.vk-ico {
    background-image: url(../img/vk-ico.svg);
    width: 2.875rem;
    height: 2.875rem;
    position: relative;
    top: -.25rem
}

footer .links .social-links a.youtube-ico {
    background-image: url(../img/icon-youtube.svg)
}

footer .links .social-links a.tg-ico {
    width: 1.875rem;
    height: 1.875rem;
    background-image: url(../img/telegram.svg)
}

footer .meta {
    font-size: 1.375rem;
    line-height: 1.75rem;
    opacity: .5;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    font-variation-settings: "wght" 300
}

.footer-logo {
    flex-basis: 33%;
    display: flex;
    justify-content: center
}

.footer-logo a {
    display: inline-block;
    width: 15.625rem;
    height: 3.25rem;
    background-image: url(../img/logo.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

@media (max-width: 767px) {
    footer {
        padding: 0 0 1.875rem
    }

    footer:before {
        filter: blur(75px);
        bottom: -11.25rem
    }

    footer .links {
        padding: 1.875rem 0;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    footer .links:before {
        right: 1.25rem
    }

    footer .links .app-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 0 2.5rem;
        order: 2
    }

    footer .links .app-links a {
        width: 8.125rem;
        height: 2.5rem;
        margin: .3125rem
    }

    footer .links .footer-logo {
        margin-bottom: 1.875rem;
        order: 1
    }

    footer .links .social-links {
        display: flex;
        justify-content: space-between;
        width: 100%;
        order: 3;
        padding: 0 2rem
    }

    footer .links .social-links a {
        margin: 0 .3125rem
    }

    footer .meta {
        font-size: .625rem;
        line-height: .875rem
    }

    footer .f-meta {
        padding: 0 0 2.5rem;
        min-height: 3.125rem;
        max-width: 56.25rem;
        margin: 0 auto;
        text-align: center
    }

    footer .f-meta span {
        opacity: .7
    }
}

.modal, .modal-open {
    overflow: hidden
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    transform: translateY(-25%);
    transition: transform .4s ease-out
}

.modal.in .modal-dialog {
    transform: translate(0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: 100%;
    height: 100%
}

.modal-content {
    position: relative;
    background: #fff;
    background-clip: padding-box;
    outline: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-scrollbar-measure {
    position: absolute;
    top: -624.9375rem;
    width: 3.125rem;
    height: 3.125rem;
    overflow: scroll
}

.overlay {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background: rgba(0, 0, 0, .5)
}

.overlay, .rules-popup {
    position: fixed;
    display: none
}

.rules-popup {
    max-width: 125rem;
    width: 75rem;
    top: 50%;
    background: #8d150a;
    border: .0625rem solid hsla(0, 0%, 100%, .18);
    border-radius: 1.25rem;
    padding: 2.5rem 1.25rem 1.25rem;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff
}

.rules-popup .close-btn {
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    background: url(../img/close-ico.svg) 0 0 no-repeat;
    background-size: cover;
    right: 1rem;
    top: 1rem;
    cursor: pointer
}

.rules-popup a {
    color: #fff
}

.rules-popup .title {
    font-size: 1.25rem;
    margin-bottom: 1.25rem
}

.rules-popup .rules-block-scroll {
    overflow-x: hidden;
    overflow-y: auto;
    height: 37.5rem;
    padding: 0 2.5rem 0 0
}

.rules-popup ol {
    list-style-type: decimal;
    padding-left: 1.875rem
}

.rules-popup ol li {
    margin-bottom: .3125rem
}

.rules-popup ::-webkit-scrollbar {
    width: .625rem
}

.rules-popup ::-webkit-scrollbar-track {
    background: #000
}

.rules-popup ::-webkit-scrollbar-thumb, .rules-popup ::-webkit-scrollbar-thumb:hover {
    background: #580104
}

.modal-open .modal {
    overflow: hidden
}

.thanks {
    display: none;
    text-align: center;
    margin: 0 0 1.25rem;
    font-size: 1.25rem
}

.send-modal .modal-dialog {
    margin: 10% auto;
    max-width: 37.5rem
}

.send-modal .modal-content {
    background: #000;
    border: .0625rem solid hsla(0, 0%, 100%, .18);
    color: #fff;
    border-radius: .4375rem
}

.send-modal .modal-header {
    border-bottom: none
}

.send-modal .modal-header .close-ico {
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    background: url(../img/close-ico.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    right: 1rem;
    top: 1rem;
    cursor: pointer;
    border: none
}

.send-modal .modal-body {
    padding: 3.125rem 1.25rem 1.25rem
}

.thanks-text {
    text-align: center;
    margin: 0 0 1.25rem;
    font-size: 1.375rem;
    line-height: 1.5rem;
    color: #fff
}

.visible-popup .overlay, .visible-popup .rules-popup, .visible-reg-popup .overlay {
    display: block
}

.visible-popup {
    overflow: hidden
}

@media (max-width: 767px) {
    .rules-popup {
        width: auto
    }
}