html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    line-height: 1;
    color: #000;
    background: #fff;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    vertical-align: middle;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

a img {
    border: none;
}

textarea,
button,
select,
input {
    font-family: Roboto, sans-serif;
}

html {
    height: 100%
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: normal;
    background: rgba(0, 0, 0, 0.65);
    color: #000;
    min-width: 320px;
    min-height: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    line-height: normal;
    margin: 0 0 1em;
}

p:last-child {
    margin-bottom: 0;
}

input:focus,
textarea:focus {
    outline: none;
}

.wrapper {
    position: relative;
    max-width: 768px;
    min-width: 320px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
}

.hint {
    position: absolute;
    top: 10%;
    left: 50%;
    background: -webkit-linear-gradient(#c0eaff, #b7e0f5);
    background: -moz-linear-gradient(#c0eaff, #b7e0f5);
    background: -o-linear-gradient(#c0eaff, #b7e0f5);
    background: -ms-linear-gradient(#c0eaff, #b7e0f5);
    background: linear-gradient(#c0eaff, #b7e0f5);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 18px;
    line-height: 1.2;
    color: #222;
    padding: 5px 15px;
    border-radius: 2px;
    border: 1px solid #96b4c8;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6), 0 1px 12px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6), 0 1px 12px rgba(0, 0, 0, 0.4);
    text-align: center;
    z-index: 100;
}

.blackout {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 3;
    visibility: hidden;
}

.blackout_visible {
    visibility: visible;
}

.disabled,
.hidden {
    visibility: hidden;
}

.noscript {
    position: relative;
    z-index: 10000;
    text-align: center;
    padding: 10px 0;
    background: #ff0;
    color: #000;
    font-size: 18px;
}

@media only screen and (min-width:460px) {
    .noscript {
        font-size: 20px;
    }
}

body {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    body {
        display: block;
    }
}

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/a25806274237d06e00a6.woff2) format('woff2'), url(../fonts/31012f9b3e3da44f87e8.woff) format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/b21da07c934a28b2fef3.woff2) format('woff2'), url(../fonts/9fa4a8113c081e9b3138.woff) format('woff');
    font-weight: 700;
    font-style: normal;
}

.button {
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    font-size: 35px;
    width: 235px;
    height: 165px;
    background: transparent;
    border: none;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    z-index: 2;
    border-radius: 30px;
    overflow: hidden;
}

.button_second-step {
    width: 303px;
    height: 105px;
}

.button__wrapper {
    width: 100%
}

.button__text {
    position: relative;
    font-weight: 900;
    color: #000;
}

.button__text_main {
    padding-left: 40px;
}

.button__text_main:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-9px, -50%);
    -moz-transform: translate(-9px, -50%);
    -o-transform: translate(-9px, -50%);
    -ms-transform: translate(-9px, -50%);
    transform: translate(-9px, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 42px;
    border-color: transparent transparent transparent #fff;
}

.button a,
.button a:link,
.button a:hover,
.button a:active,
.button a:visited {
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.main {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.main_hidden {
    display: none;
}

.main__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main__title {
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    letter-spacing: 5.76px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 24px;
}

.main__decore {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 7.2px;
    color: #f2f2f2;
    text-align: center;
    margin-bottom: 100px;
}

.popup {
    z-index: 3;
    background-color: #000;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-tap-highlight-color: transparent;
}

.popup__top {
    height: 118px;
    width: 100%
}

.popup__bottom {
    width: 100%;
    padding-top: 16px;
}

.popup__center {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.popup__button-wrapper {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    max-width: 303px;
    height: 105px;
    background-color: #fff;
    border-radius: 30px;
}

.popup__text {
    position: absolute;
    bottom: calc(100% + 30px);
    display: block;
    font-size: 13.5px;
    line-height: 15.5px;
    color: #b1b1b1;
    text-align: center;
    padding: 0;
}

.popup__text a,
.popup__text a:link,
.popup__text a:hover,
.popup__text a:active,
.popup__text a:visited {
    color: #b1b1b1;
}

.popup__reject {
    position: absolute;
    bottom: -80px;
    border-radius: 15px;
    text-decoration: underline;
    font-size: 22px;
    height: 35px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.popup__reject,
.popup__reject:link,
.popup__reject:hover,
.popup__reject:active,
.popup__reject:visited {
    color: #b1b1b1;
}

.player {
    width: 100%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.player__wrapper {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.player__body {
    background: #000;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.player__bar {
    height: 4px;
    background: #c4c4c4;
    margin-bottom: 12px;
    max-width: 400px;
}

.player__bar img {
    display: block;
    width: 100%;
    padding-top: 14px;
}

.player__bar:before {
    content: '';
    display: block;
    width: 25%;
    height: 100%;
    background-color: #f00;
}

.player__info {
    position: absolute;
    bottom: -50px;
    width: 100%;
    left: 0;
    right: 0;
    color: #c4c4c4;
    line-height: 18px;
    text-align: center;
    font-size: 18px;
}

.player__text {
    font-size: 18px;
    color: #b1b1b1;
    margin: 25px 0 30px;
}

.footer__text {
    color: #cdcdcd;
    font-size: 13.5px;
    text-align: center;
}

.footer__text a,
.footer__text a:link,
.footer__text a:visited,
.footer__text a:hover,
.footer__text a:active {
    color: #cdcdcd;
}

html {
    overflow: hidden;
}

body {
    min-height: 375px;
    background-color: #000;
}

.content-wrapper {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    position: relative;
    padding: 0;
}

/* Custom styles */
.hide {
    display: none !important;
}

.agreement-form {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}

.form-message {
    text-align: center;
    color: #fff;
    font-size: 12px;
}

td {
    padding: 20px 30px;
    text-align: center;
}

.t142A,
.t142A__wraptwo {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.btn_begin,
.btn_checkbox,
.btn_phone,
.btn_submit {
    color: #ffffff;
    background-color: rgb(231, 52, 70);
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    margin: 10px;
}

/* Checkbox styles */
#agreement {
    align-items: center !important;
    display: flex;
}

.agreement__styled-checkbox {
    /* margin-right: 10px; */
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: 16px;
    width: 16px;
    background: #fff;
    position: relative;
}

.agreement__styled-checkbox:after,
.agreement__styled-checkbox:before {
    content: "";
    display: block;
    position: absolute;
    height: 18px;
    width: 6px;
    border: 2px solid transparent;
    border-left: 0;
    border-bottom: 0;
    top: 12px;
    left: 0px;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scaleX(-1) rotate(135deg);
    -moz-transform: scaleX(-1) rotate(135deg);
    -o-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
}

.agreement__checkbox:checked~.agreement__styled-checkbox:after {
    -webkit-animation: check 0.3s;
    -moz-animation: check 0.3s;
    -o-animation: check 0.3s;
    -ms-animation: check 0.3s;
    animation: check 0.3s;
    border-color: #000;
}

.agreement__text {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-left: 10px;
}

@-moz-keyframes check {
    0% {
        height: 0;
        width: 0;
    }

    25% {
        height: 0;
        width: 4px;
    }

    50% {
        height: 16px;
        width: 4px;
    }
}

@-webkit-keyframes check {
    0% {
        height: 0;
        width: 0;
    }

    25% {
        height: 0;
        width: 4px;
    }

    50% {
        height: 16px;
        width: 4px;
    }
}

@-o-keyframes check {
    0% {
        height: 0;
        width: 0;
    }

    25% {
        height: 0;
        width: 4px;
    }

    50% {
        height: 16px;
        width: 4px;
    }
}

@keyframes check {
    0% {
        height: 0;
        width: 0;
    }

    25% {
        height: 0;
        width: 4px;
    }

    50% {
        height: 16px;
        width: 4px;
    }
}

/* Checkbox styles end*/

/* Lang menu */
.t-section__info {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.t-section__mistake {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.swal2-html-container .t-section__mistake {
    color: #000;
}


/* Input form */

input:focus,
textarea:focus,
select:focus {
    outline: none !important;
}

input:focus::placeholder {
    color: transparent;
}

.btn_phone {
    border: 2px solid rgb(231, 52, 70);
    background-color: #fff;
    font-size: 1rem;
    padding: 0 20px;
}

.btn_phone input {
    height: 100%;
    background-color: transparent;
    border: unset;
    margin: 0 auto;
    text-align: center;
}