#actions,
#exit,
#footer .text,
#header-image,
#wording {
    margin-bottom: 1em
}

#page,
body,
img {
    width: 100%
}

#actions,
#actions2 {
    padding: 0;
    z-index: 9;
    position: relative
}

a,
body,
button {
    color: #fff
}

body,
button.exit {
    background: #0a0c15
}

#actions,
#actions2,
#footer,
#header-image,
#page,
body,
button {
    position: relative
}

.text,
footer,
header,
img {
    display: block
}

.mainTitle,
body {
    text-align: center
}

.close_btn,
.note {
    z-index: 2;
    font-weight: 700;
    position: absolute
}

.close_btn,
a,
ins,
u {
    text-decoration: none
}

body,
button,
div,
footer,
form,
h1,
header,
html,
p,
span,
tbody,
td,
tfoot,
th,
thead,
tr {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#page,
.text,
button {
    margin: 0 auto
}

h1 {
    font-size: 100%
}

input,
select,
textarea {
    font: inherit
}

html {
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none
}

body {
    height: 100%;
    font: 400 15px/1.25 Roboto, Arial, Helvetica, sans-serif
}

a {
    text-decoration: underline
}

img {
    line-height: 1
}

.text {
    width: 90%;
    font-size: 1.25em
}

.text.charge {
    height: 1em
}

#header-image {
    max-width: 100%;
    overflow: hidden
}

#footer .text {
    font-size: 1em
}

#mentions {
    padding-bottom: 2em;
    position: relative;
    opacity:1;
}

#mentions .text {
    margin-bottom: 0.3em;
    font-size: 1em;
}

#wording .text {
    font-size: 1.24em;
    opacity: 1
}

#page {
    min-height: 600px;
    max-width: 450px
}

#logo {
    width: 110px;
    margin: 10px auto
}

#actions {
    margin-top: -95px
}

#actions2 {
    margin-bottom: 20px
}

button {
    outline: 0;
    border: none;
    width: 90%;
    border-radius: .25em;
    padding: 1.25em 0;
    font: 500 2em Roboto, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    background: linear-gradient(to bottom, #20b3e5 0, #5b2199 100%);
    box-shadow: 0 5px 0 #009cd2
}

button img {
    width: 50px;
    display: inline;
    vertical-align: middle
}

.close_btn {
    top: 8px;
    right: 10px;
    width: 25px;
    height: 25px;
    display: flex;
    color: #ccc;
    font-size: 14px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    border: 2px solid #ccc;
    position: absolute;
}

.mainTitle,
.note {
    color: #fff;
    line-height: 1.5em
}

button.exit {
    color: grey;
    border: 3px solid grey;
    box-shadow: none
}

#footer {
    padding-bottom: 3em;
    z-index: 1
}

#footer a {
    margin: 0 1em
}

.clearfix:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both
}

span {
    background-color: inherit
}

.mainTitle {
    font-size: 18px;
    margin-bottom: 10px
}

.cptpl_service {
    margin-top: 10px
}

.note {
    left: 0;
    right: 0;
    bottom: 80px;
    font-size: 12px
}

.error-modal,
.loader-modal {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
    background-color: rgba(0, 0, 0, .75)
}

.error-modal.show-true,
.loader-modal.show-true,
.loading {
    display: flex
}

.error-modal-msg {
    margin: 10px;
    color: #0f0f0f;
    max-width: 400px;
    padding: 20px 15px;
    border-radius: 11px;
    line-height: 1.5em;
    background-color: #fff
}

.error-modal-msg img {
    width: 30px;
    margin: auto
}

.error-modal-msg p {
    opacity: 1;
    text-align: left
}

.error-modal-msg a {
    color: #00f
}

.error-modal-msg .btn-link,
.error-modal-msg .cta-link {
    color: #6f6f6f;
    font-size: 11px;
    width: 80px;
    margin: 15px 20px;
    padding: 5px 10px;
    border-radius: 6px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #6f6f6f
}

.error-modal-msg .cta-link {
    color: #fff;
    border: 1px solid red;
    background-color: red
}

.loading {
    margin: 10px 0 20px;
    justify-content: center
}

.loading::after {
    content: "";
    width: 35px;
    height: 35px;
    border: 10px solid #212121;
    border-top-color: #20b3e5;
    border-radius: 50%;
    animation: 1s linear infinite loading
}

.hardblock{
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@keyframes loading {
    to {
        transform: rotate(360deg)
    }
}

@media screen and (min-width:426px) {
    body {
        font-size: 15px
    }
}

@media screen and (max-width:300px) {
    body {
        font-size: 13px
    }
}