* {
    margin: 0;
    padding: 0;
}
body, html {
    height: 100%;
}
#layout {
    min-height: 100%;
    position: relative;
    z-index: 2;
    font-size: 10px;
    overflow-x: hidden;    
}
a {
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
.mob {
    display: none;
}

.page {
    background: #1a0600 url('../images/bg-desk.jpg') 50% 0 no-repeat;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}



.logo_wrap {
    text-align: center;
    margin: 0 auto 3.5em;
}
.logo {
    background: url('../images/logo.png') 0 0 no-repeat;
    width: 26.4em;
    height: 11.2em;
    background-size: contain;
    display: inline-block;
}
#container {
    padding-top: 2em;
    max-width: 150em;
    margin: 0 auto;
    position: relative;
    padding-bottom: 8em;
}
.timer_wrap {
    position: absolute;
    right: 3em;
    top: 3em;
    color: #fff;
    text-align: center;
    background-color: #ff5823;
    padding: 1em;
    animation: bg 1s ease infinite;
    border-radius: 1em;
}
@keyframes bg {
    0% {
        background-color: #ff5823;
    }
    50% {
        background-color: #FF8E27;
    }
    100% {
        background-color: #ff5823;
    }
}
.timer_wrap div {
    font-size: 2em;
}
.timer_txt_mob {
    display: none;
}
#timer {
    font-size: 3.5em;
}
.txt_wrap {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 6em 0;
}
.txt_1 {
    color: #fff;
    font-size: 6em;
    line-height: 1.1;
}
.txt_2 {
    color: #fff;
    font-size: 6em;
    line-height: 1.1;
}
.txt_3 {
    color: #fff;
    font-size: 6em;
    line-height: 1.1;
}

.tnc {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 2em;
    text-align: center;
    padding-top: 1.8em;
    padding-bottom: 3.5em;
}
.tnc a {
    color: #d6d4d4;
    text-decoration: none;
}
.tnc a:hover {
    text-decoration: underline;
}
.btn {
    display: block;
    text-decoration: none;
    width: 34em;
    height: 8em;
    text-align: center;
    text-transform: uppercase;
    transition: .2s ease box-shadow;
    background-color: #ff5823;
    border-radius: 4em;
    margin: 0 auto;
}
.btn span {
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
    font-size: 3em;
    color: #fff;
    line-height: 2.75;
}
.btn:hover {
    box-shadow: 0 0 1.5em #ff5823;
}
.btn_wrap {
    text-align: center;
    margin: 0 0 3.5em 0;
}
@keyframes scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes opacity {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.steps_wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.steps_wrap div {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: relative;
    height: 6.8em;
    box-sizing: border-box;
    text-align: center;
    padding: 1.2em 0 0 0;
    text-transform: uppercase;
}
.steps_wrap div span {
    position: relative;
    z-index: 2;
}
.steps_wrap div:after {
    content: '';
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    top: 0;
    left: 0;
    opacity: 0;
    height: 6.8em;
    z-index: 1;
}
.step_1 {
    background-image: url('../images/step-1.png');
    width: 15.5em;
}
.steps_wrap div.anim {
    animation: scale 1s ease 0s forwards;
}
.steps_wrap div.anim:after {
    animation: opacity 1s ease 0s forwards;
}
.step_1:after {
    width: 15.5em;
    background-image: url('../images/step-1-act.png');
}
.step_2 {
    background-image: url('../images/step-2.png');
    width: 24.1em;
    z-index: 3;
}
.step_2:after {
    background-image: url('../images/step-2-act.png');
    width: 24.1em;
}
.step_3 {
    background-image: url('../images/step-3.png');
    width: 15.3em;
}
.step_3:after {
    background-image: url('../images/step-3-act.png');
    width: 15.3em;
}
.step_txt_1 {
    font-size: 1.2em;
    color: #8b6018;
    display: block;
}
.step_txt_2 {
    display: block;
    color: #000;
    font-size: 1.8em;
    font-weight: 800;
    font-family: 'Open Sans';
}


#footer {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 300;
}
.pay {
    margin: 0 auto 3em;
    width: 100%;
    text-align: center;
    max-width: 123em;
}
.pay img {
    width: 95%;
    height: auto;
}
.pay img.desk {
    display: inline-block;
}
.pay img.mob {
    display: none;
}
.ft_line {
    background: #38100a;
    padding: 1.8em 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}
.secure {
    max-width: 33em;
    margin-right: 6em;
}
.secure img {
    width: 100%;
    height: auto;
}
#footer p {
    font-size: 1.2em;
    text-align: center;
    color: #82878d;
    margin: 0 auto;
    padding: 2.3em 1em;
    max-width: 100em;
}
#footer p.copy{
    font-size: 1.4em;
    padding: 0.7em 0 1.5em;
}
.info {
    text-align: center;
    font-size: 1.4em;
}
.info a {
    position: relative;
    padding-left: 30px;
    color: #b6b9bc;
    text-decoration: none;
    display: inline-block;
    margin: 0 0.8em 0.8em;
}
.info a:hover {
    text-decoration: underline;
}
.info a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background-image: url('../images/icons.png');
    background-size: 76px 21px;
}
.info_lnk_1:before {
    width: 18px;
    height: 18px;
    background-position: 0 0;
}
.info_lnk_2:before {
    width: 20px;
    height: 16px;
    background-position: -18px 0;
}
.info_lnk_3:before {
    width: 18px;
    height: 21px;
    background-position: -38px 0;
}
.info_lnk_4:before {
    width: 21px;
    height: 20px;
    background-position: -55px 0;
}

@media (max-width: 1285px) {
    #container {
        font-size: 9px;
    }
    .page {
        background-size: 1600px;
    }
}


@media (max-width: 1210px) {
    .secure {
        width: 15%;
        margin-right: 0;
    }
    .secure img.mob {
        max-width: 15.1em;
        width: 95%;
        display: inline-block;
    }
    .secure img.desk {
        display: none;
    }
    .ft_line {
        padding: 1em 3em;
    }
    .partners {
        width: 85%;
        text-align: center;
    }
    .partners img.desk {
        max-width: 80.4em;
        width: 95%;
    }
}
@media (max-width: 1024px) {
    .page {
        background-size: 1410px;
    }
}
@media (max-width: 930px) and (orientation: landscape) {
    .secure {
        padding: 0.5em 0;
    }
    .pay {
        margin: 0 auto 1em;
    }
    .copy {
        padding: 1em;
    }
    #container {
        font-size: 5px;
    }
    .page {
        background-size: 930px;
    }
    .steps_wrap {
        font-size: 120%;
    }
}
@media (max-width: 812px) and (orientation: landscape) {
    #container {
        font-size: 4.5px;
    }
}
@media (max-width: 667px) and (orientation: landscape) {
    #container {
        font-size: 4px;
    }
    .page {
        background-size: 760px;
    }
}
@media (max-width: 568px) and (orientation: landscape) {
    #container {
        font-size: 3.5px;
    }
}
@media (width: 1024px)  {
    #container {
        font-size: 8px;
    }
    .txt_2 {
        font-size: 90%;
    }
}
@media (width: 768px) and (orientation: portrait) {
    .txt_2 {
        font-size: 90%;
    }
    .logo {
        margin: 0 auto 1.5em;
    }
}
@media (max-width: 768px) and (orientation: portrait) {
    .pay img.desk,
    .partners img.desk {
        display: none;
    }
    .pay img.mob {
        display: inline-block;
    }
    .secure img.mob {
        display: none;
    }
    .secure img.desk {
        display: inline-block;
        width: 95%;
        max-width: 28em;
    }
    .ft_line {
        padding: 1em 0 0;
    }
    .secure {
        width: 100%;
        background: #290b05;
        max-width: none;
        margin: -1em;
        text-align: center;
        padding: 1em 0;
    }
    .partners {
        padding: 2em 1em 1em;
        width: 95%;
        max-width: 45em;
    }
    .partners img.mob {
        max-width: 104.8em;
        width: 90%;
        display: inline-block;
    }
    .pay {
        width: 90%;
        max-width: 50.2em;
        margin: 0 auto 1.5em;
    }
    #container {
        font-size: 7px;
    }

    .page {
        background-size: 1190px;
    }
}
@media (max-width: 600px) and (orientation: portrait) {
    .page {
        background: #1a0600 url('../images/bg-mob.jpg') 50% 0 no-repeat;
        background-size: 600px;
    }
    #container {
        font-size: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        padding: 2em 0 3em;
    }
    .txt_wrap {
        font-size: 85%;
        margin: 0 0 40em 0;
    }
    .logo_wrap {
        margin: 0 auto 1.5em;
    }
    .btn_wrap {
        margin: 0;
    }
    .tnc {
        padding: 2em 0;
    }

}
@media (max-width: 555px) and (orientation: portrait) {
    .page {
        background-size: 555px;
    }
    #container {
        font-size: 9px;
    }
}
@media (max-width: 515px) and (orientation: portrait) {
    .page {
        background-size: 515px;
    }
    #container {
        font-size: 8px;
    }
}
@media (max-width: 460px) and (orientation: portrait) {
    .page {
        background-size: 460px;
    }
    #container {
        font-size: 7px;
    }
}
@media (max-width: 400px) and (orientation: portrait) {
    .page {
        background-size: 400px;
    }
    #container {
        font-size: 6.5px;
    }
    .steps_wrap {
        font-size: 95%;
    }
}
@media (max-width: 360px) and (orientation: portrait) {
    .page {
        background-size: 360px;
    }
    #container {
        font-size: 6px;
    }
}