body,
img {
    width: 100%
}

html {
    height: 100%;
}

#actions,
#exit,
#footer .text,
#header_div,
#wording {
    margin-bottom: 1em
}

#exit-small,
.burger-image {
    top: 10px;
    position: absolute
}

#exit-small,
#logo,
.burger-image {
    position: absolute
}

#header_div>img,
.modalMsg,
body {
    height: 100%
}

.text,
footer,
header,
img {
    display: block
}

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

a,
ins,
u {
    text-decoration: none
}

input,
select,
textarea {
    font: inherit
}

html {
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none
}

body {
    position: relative;
    font: 400 15px/1.35 Roboto, Arial, Helvetica, sans-serif
}

body.skin1 {
    background: #000;
    color: #fff
}

body.skin2 {
    background: #000;
    color: #e2c662
}

.alignCenter {
    text-align: center
}

.alignStart {
    text-align: start
}

a {
    text-decoration: underline
}

a.skin1 {
    color: #fff
}

a.skin2 {
    color: #e2c662
}

img {
    line-height: 1
}

.text {
    width: 90%;
    font-size: 1.25em
}

.text.charge {
    height: 0.7em
}

.burger-image {
    left: 10px;
    width: 30px
}

#actions,
#footer,
#header_div,
#page,
.top-image,
button {
    position: relative
}

.top-image {
    top: 0;
    left: 0
}

.error-modal,
.loader-modal,
.modalMsg {
    top: 0;
    left: 0;
    display: none;
    position: fixed
}

#header_div {
    max-height: 461px;
    max-width: 100%;
    overflow: hidden
}

#footer .text {
    font-size: 1em
}

#exit-small {
    right: 10px
}

#exit-small button.exit_skin1 {
    background: 0 0;
    border: none;
    padding: 4px;
    opacity: .4
}

#wording .text {
    font-size: 1.2em
}

#page {
    width: 100%;
    min-height: 700px;
    max-width: 450px;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.background-container {
    position: relative;
    transition: background-image 1.5s ease-in-out;
}

.close_btn {
    z-index: 2;
    font-weight: 300;
    line-height: 25px;
    position: absolute;
    top: 15px;
    right: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    color: #fff;
    font-size: 14px;
    border-radius: 20%;
    align-items: center;
    justify-content: center;
    border: none;
    text-decoration: none;
    background: #5c040c;
}

page.skin1,
page.skin2 {
    background-color: #000
}

#logo {
    top: 6em
}

#actions {
    padding: 0;
    z-index: 9
}

button {
    outline: 0;
    border: none;
    width: 90%;
    color: #000;
    border-radius: 10em;
    padding: 1em 0;
    font: 500 2em Roboto, Arial, Helvetica, sans-serif;
    text-transform: uppercase
}

button.exit_skin1,
button.exit_skin2 {
    font-weight: 250;
    border: 2px solid #afafaf
}

button.accept_skin1 {
    background: #ceab57;
}

button.accept_skin2 {
    background-color: #c49336
}

button.exit_skin1 {
    background: #bd2c0d;
    color: #fff
}

button.exit_skin2 {
    background: #addef3;
    color: #878787
}

.cptpl_subscribe {
    border: 4px solid #977c3c
}

.modalMsg {
    z-index: 100;
    padding-top: 100px;
    width: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .8)
}

.modalMsg-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    border: none;
    border-radius: 1em
}

.textModal {
    font-size: 1.15em;
    color: #5c5c5c
}

.textModal.title {
    margin: auto;
    font-size: 1.8em;
    font-weight: 700;
    color: #000
}

.textModal.subTitle {
    margin: auto;
    font-size: 1.25em;
    color: #000
}

.declineBtn_skin1 {
    background-color: #fff;
    color: #72b20a;
    border: 2px solid #72b20a
}

.declineBtn_skin2 {
    background-color: #fff;
    color: #e58641;
    border: 2px solid #e58641
}

.footerImg {
    width: 118px;
    margin: auto
}

#footer {
    padding-bottom: 1em;
    z-index: 1
}

#footer a {
    margin: 0 1em
}

.clearfix:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both
}

span {
    background-color: inherit
}

.mainTitle {
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 10px
}

.cptpl_service {
    margin-top: 10px;
    font-size: 2em !important;
    font-weight: 600;
    margin-bottom: 8px;
}

.error-modal,
.loader-modal {
    right: 0;
    bottom: 0;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    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: .6;
    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: #80b037;
    border-radius: 50%;
    animation: 1s linear infinite loading
}

@keyframes loading {
    to {
        transform: rotate(360deg)
    }
}

@media screen and (min-width:426px) {
    body {
        font-size: 14px
    }
}

@media screen and (max-width:300px) {
    body {
        font-size: 12px
    }
}

.contentbox{
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgb(40 42 53 / 90%));
    border-radius: 30px;
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    margin-top: 30px;
}

.cptpl_subtext{
color: #ffffff;
font-size: 18px;
}

.arrow{
    width: 70px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

#actions{margin-bottom: 0;}
