/*! 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: 76.25rem
    }
}

.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: "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 {
    text-align: center
}

h1 {
    line-height: normal;
    margin: 0 0 1.25rem;
    font-family: "Inter";
    font-weight: bold;
    font-size: 1.125rem
}

h1, h2 {
    text-align: center;
    text-transform: uppercase
}

h2 {
    color: #faba57;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    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: #000
}

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

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

.form-control:focus {
    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
}

.form-section {
    box-sizing: border-box;
    padding: 1.25rem;
    max-width: 23.4375rem;
    width: 100%;
    border-radius: 1rem;
    border: .0625rem solid rgba(108, 121, 147, .2);
    background: #fff;
    box-shadow: 0 3px 14px 2px rgba(108, 121, 147, .12), 0 8px 10px 1px rgba(108, 121, 147, .14), 0 5px 5px -3px rgba(108, 121, 147, .2)
}

.form-section .form-input {
    background: #f0f1f4;
    border: .0625rem solid #000;
    border-radius: .4375rem;
    padding: .25rem .875rem
}

.form-section .form-input input {
    background: transparent;
    border: none;
    border-bottom: none;
    border-radius: 0;
    height: 1.875rem;
    line-height: 1.875rem;
    width: 100%;
    padding: 0;
    font-size: 1.125rem;
    color: #000;
    outline: none;
    box-shadow: none
}

.form-section .form-input label {
    font-size: .75rem;
    font-family: "Inter";
    color: #848484;
    width: 100%;
    margin-bottom: 0
}

.form-section .controls {
    position: relative
}

.form-section h1 {
    text-transform: none
}

.form-section button {
    min-width: auto
}

.form-section fieldset {
    margin: .3125rem 0;
    position: relative
}

.form-section .sub-text {
    font-size: .875rem;
    line-height: .875rem;
    margin-bottom: .9375rem
}

.form-section a {
    color: #a7afbe
}

.form-section .button {
    text-align: center;
    position: relative;
    display: inline-block;
    font-weight: 700;
    padding: .625rem 2.5rem;
    text-decoration: none;
    border-radius: .4375rem;
    transition: all .4s;
    border: none;
    font-family: "Inter";
    font-size: .6875rem;
    text-transform: uppercase;
    background: #8ad46c;
    width: 100%
}

.form-section .button.enter-btn {
    background: #f0f2f4;
    color: #a7afbe;
    margin: .625rem 0 0
}

.form-section .button.enter-btn span {
    color: #6c7993
}

.form-reg-code input {
    background: #f0f1f4;
    border: .0625rem solid #000;
    border-radius: .375rem;
    padding: .3125rem
}

.form-reg-code .mobile-reg-popup__input {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.form-controls {
    margin: .625rem 0
}

.form-response {
    color: #fac13f;
    text-align: center
}

:disabled {
    opacity: .8
}

.button[disabled], .disabled, :disabled {
    pointer-events: none;
    cursor: not-allowed
}

.button[disabled], .disabled {
    opacity: .7
}

input[type=checkbox] {
    display: none
}

label.checkbox a {
    text-decoration: underline;
    color: #000
}

label.checkbox a:hover {
    text-decoration: none
}

input[type=checkbox] + label {
    min-height: 2.8125rem;
    z-index: 2;
    font-weight: normal;
    padding-left: 1.875rem;
    font-size: .6875rem;
    line-height: .8125rem;
    color: #000;
    display: block;
    position: relative;
    cursor: pointer;
    margin: 0;
    padding-top: .625rem;
    text-align: left
}

input[type=checkbox] + label:before {
    display: block;
    width: 1.125rem;
    height: 1.125rem;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #f0f1f4;
    border: .0625rem solid #000;
    border-radius: .25rem
}

input[type=checkbox]:checked + label:before {
    border: .0625rem solid #000
}

input[type=checkbox] + label:after {
    display: none
}

input[type=checkbox]:checked + label:after {
    display: block;
    content: "";
    background: url(../img/check-active-img.svg) 50% no-repeat;
    top: 50%;
    left: .25rem;
    background-size: 100% 100%;
    transform: translateY(-50%);
    position: absolute;
    width: .625rem;
    height: .625rem;
    border-radius: .125rem
}

.group-controls {
    text-align: center
}

.group-rules-link {
    text-align: center;
    color: #6b0b15;
    text-decoration: underline
}

.group-rules-link:hover {
    text-decoration: none
}

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

::-webkit-scrollbar-track {
    background: #000
}

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

.form-error, .text--center {
    text-align: center
}

.form-error {
    padding: 0;
    line-height: 1rem;
    margin-bottom: .9375rem
}

.form-error, .form-error a {
    color: #cb2a2a
}

.group-rules {
    padding: .625rem 0 0;
    margin-bottom: -.625rem
}

.group-captcha {
    margin: 0 0 .625rem;
    text-align: center
}

.group-captcha .group-default .img {
    display: block
}

.group-captcha .group-alt .img {
    display: flex;
    align-items: center
}

.group-captcha .img {
    text-align: center;
    height: 78px
}

.group-captcha .img > div {
    display: inline-block;
    position: absolute;
    transform: scale(.7) translateX(-72%)
}

@media (min-width: 768px) and (max-width: 1140px) {
    .group-captcha .img > div {
        transform: scale(.5) translateX(-100%)
    }
}

.form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    outline: 0;
    box-shadow: none
}

.group-alt .controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .625rem
}

.registration-form fieldset .group-alt input {
    text-align: center !important
}

.group-captcha .group-alt .img {
    padding: 0 .3125rem 0 0
}

.group-captcha .group-alt .img img {
    height: 1.875rem
}

@media (max-width: 767px) {
    .group-captcha {
        margin: 0
    }

    .group-captcha .group-alt .img img {
        height: 16px
    }

    .form-section h1 {
        margin-bottom: .9375rem;
        font-size: 1.25rem;
        line-height: 1.375rem
    }

    .form-section fieldset {
        margin-bottom: 0
    }

    .form-section fieldset.check-field {
        margin: 0
    }
}

.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 moveUpDown {
    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)
    }
}

@keyframes slideLeftStep {
    0% {
        opacity: 0;
        left: -3.125rem
    }
    to {
        opacity: 1;
        left: 0
    }
}

body, html {
    height: 100%
}

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

body {
    min-width: 20rem;
    font-family: "Roboto Flex"
}

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

.content {
    position: relative;
    overflow: hidden;
    background: url(../img/bg-elem.png) 60% 30px no-repeat;
    background-size: 101.375rem 44.6875rem
}

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

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

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

@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)
    }

    .content {
        background: none
    }
}

.visible-popup .popup-window {
    display: block
}

.popup-window {
    z-index: 100;
    display: none
}

.popup-window, .popup-window .overlay-window {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.popup-window .overlay-window {
    background: rgba(0, 0, 0, .8);
    z-index: 99
}

.popup-window .popup-container {
    position: absolute;
    z-index: 100;
    background: #3c1c1c;
    border: .0625rem solid hsla(0, 0%, 100%, .18);
    color: #fff;
    width: 37.5rem;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
    padding: 3.75rem 1.25rem 2.5rem;
    border-radius: 1.5rem;
    font-size: 1.5rem;
    text-align: center
}

.popup-window .popup-container .close-ico {
    width: 1.25rem;
    height: 1.25rem;
    display: block;
    background: url(../img/close-ico.svg) 50% no-repeat;
    background-size: contain;
    position: absolute;
    right: .625rem;
    top: .625rem;
    cursor: pointer;
    border: none;
    outline: none;
    z-index: 10;
    min-width: auto !important
}

@media (max-width: 767px) {
    .rules-popup {
        width: 90% !important
    }

    .rules-popup .rules-block-scroll {
        height: 18.75rem !important
    }
}

header {
    position: absolute;
    width: 100%;
    z-index: 50;
    padding: .625rem 0
}

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

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

.menu-list {
    display: flex
}

.menu-list li a {
    padding: .625rem;
    margin: 0 .3125rem;
    text-transform: uppercase;
    color: #6c7993;
    font-family: "Inter";
    font-size: .75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1rem;
    border-radius: .375rem;
    text-decoration: none
}

.menu-list li a:hover {
    color: #fff;
    background-color: #333c4d
}

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

.header-controls a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase
}

.user-controls {
    order: 2
}

.rules-link {
    margin-right: 1.25rem
}

.rules-link a {
    text-decoration: underline;
    text-transform: none
}

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

.lang, .lang a {
    color: #ea0029
}

.lang a {
    margin: 0
}

.lang a.active {
    color: #ea0029;
    cursor: default;
    pointer-events: none;
    font-variation-settings: "wght" 600
}

.nav-controls a {
    display: inline-block;
    color: #6c7993;
    font-family: "Inter";
    font-size: .75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1rem;
    border-radius: .375rem;
    text-decoration: none;
    background-color: #f0f2f4;
    margin-left: .625rem;
    padding: .625rem
}

.nav-controls a:last-child {
    color: #1f5214;
    background-color: #70d65c
}

.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: .625rem 0
    }

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

    .header-controls a {
        margin: 0
    }

    .menu-list, .nav-controls {
        display: none
    }

    .lang a {
        font-size: .875rem
    }

    .type1 .logo {
        width: 16rem;
        height: 1.25rem
    }

    .type2 .logo {
        width: 13.5rem;
        height: 1.625rem
    }

    .type3 .logo {
        width: 17.5rem;
        height: 1.625rem
    }

    .type4 .logo {
        width: 16.875rem;
        height: 1.625rem
    }
}

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

.bonus-section, .screen-content {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.bonus-section {
    margin-bottom: 6.25rem;
    width: 100%;
    min-height: 35rem
}

.bonus-info {
    padding: 2.5rem 12.5rem 1.25rem 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 1rem;
    border: .0625rem solid rgba(108, 121, 147, .2);
    background: #fff;
    box-shadow: 0 3px 14px 2px rgba(108, 121, 147, .12), 0 8px 10px 1px rgba(108, 121, 147, .14), 0 5px 5px -3px rgba(108, 121, 147, .2);
    width: 47.5rem;
    height: 24rem;
    position: relative;
    z-index: 3
}

.bonus-info-head .bonus-title {
    color: #e4002b;
    font-size: 5rem;
    line-height: 5rem
}

.bonus-info-head .bonus-sub-title, .bonus-info-head .bonus-title {
    text-transform: uppercase;
    font-variation-settings: "wdth" 151, "wght" 1000, "opsz" 36
}

.bonus-info-head .bonus-sub-title {
    color: #0a0c0f;
    font-size: 1.25rem;
    margin-bottom: .625rem
}

.bonus-info-foot .name {
    color: #0a0c0f;
    font-variation-settings: "wdth" 151, "wght" 700;
    font-size: 1.5rem;
    margin-bottom: .625rem
}

.figure {
    position: absolute;
    right: -4.375rem;
    bottom: -7.9375rem;
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat
}

.figure.figure-type1 {
    background-image: url(../img/tipok.png?2);
    width: 29.125rem;
    height: 42.375rem
}

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

.meta-info {
    color: #6c7993;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
    text-align: center;
    font-size: 1rem;
    opacity: .5;
    font-family: "Inter";
    font-weight: 300;
    padding-bottom: 1.25rem
}

.links-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3.125rem
}

.app-links {
    display: flex;
    gap: 5px
}

.app-links a {
    width: 5.625rem;
    height: 1.75rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 50%
}

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

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

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

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

.social-links {
    display: flex
}

.social-links a {
    width: 2.25rem;
    height: 1.75rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%
}

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

.social-links a.inst-ico {
    background-image: url(../img/instagram.svg);
    margin-left: .625rem
}

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

.social-links a.telegram-ico {
    background-image: url(../img/telegram.svg);
    margin-left: .3125rem
}

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

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

    .main-inner {
        padding: 0 1.25rem
    }

    .bonus-section {
        flex-wrap: wrap;
        margin-bottom: 1.875rem
    }

    .bonus-info {
        padding: 1.25rem 1.25rem .625rem;
        width: 100%;
        height: 24rem;
        overflow: hidden;
        margin-bottom: 1.25rem;
        background: url(../img/bg-elem.png) 50px 150px no-repeat;
        background-size: 21.25rem 9.375rem
    }

    .bonus-info-head .bonus-title {
        font-size: 3.75rem;
        line-height: 3.75rem
    }

    .bonus-info-head .bonus-sub-title {
        font-size: 1.125rem
    }

    .bonus-promocode {
        padding: .9375rem .625rem;
        font-size: 1rem;
        min-width: 8.125rem;
        text-align: center
    }

    .bonus-info-foot .name {
        font-size: 1rem;
        margin-bottom: 0
    }

    .bonus-info-foot .rang {
        font-size: .75rem
    }

    .figure {
        right: 0;
        bottom: 0
    }

    .figure.figure-type1 {
        width: 16.875rem;
        height: 24.5625rem;
        bottom: -6.25rem;
        right: -3.125rem
    }

    .sub-footer-info {
        padding: 0 .9375rem;
        display: flex;
        flex-direction: column
    }

    .meta-info {
        font-size: .625rem;
        line-height: .875rem;
        text-align: center;
        width: 100%;
        order: 2;
        padding: 0;
        margin-bottom: 0
    }

    .app-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0;
        margin-bottom: .9375rem
    }

    .app-links a {
        width: 8.625rem;
        height: 2.5625rem;
        margin-bottom: .625rem
    }

    .links-info {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: .625rem
    }

    .social-links {
        justify-content: center;
        width: 100%;
        margin-bottom: 1.25rem
    }
}

.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
    }
}