@font-face {
    font-family: 'ManiaC';
    src: url('../fonts/ManiaC-Italic.woff2') format('woff2'),
    url('../fonts/ManiaC-Italic.woff') format('woff'),
    url('../fonts/ManiaC-Italic.ttf') format('truetype');
    font-weight: normal;
}
* {
    margin: 0;
    padding: 0;
}
html,
body {
    height: 100%;
}
.page {
    font-size: 10px;
    font-family: 'Roboto', Arial, sans-serif;
    position: relative;
    background: #090e21 url('../img/bg-desk.jpg') 50% 0 no-repeat;
    overflow-x: hidden;
}


#layout {
    position: relative;
    z-index: 3;
    min-height: 100%;
}
#container {
    max-width: 124em;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}


.content {
    position: relative;
    z-index: 3;
    padding: 10em 0 12em;
}
.logo {
    background:  url('../img/logo.svg') 0 0 no-repeat;
    width: 0.6em;
    height:0.2em;
    background-size: contain;
    display: block;
    margin: 0 auto 5em;
}
.txt {
    text-align: center;
    color: #fff;
    font-weight: 900;
    padding-bottom: 5.5em;
}
.txt div {
    font-size: 3.9em;
    line-height: 1.2;
}
.txt span {
	color: #c4e538;
    font-size: 6.5em;
    font-family: Arial;

    position: relative;
    display: inline-block;
    line-height: 0.8;
    padding-bottom: 0.1em;
}

.btn {
    display: block;
    text-decoration: none;
    text-align: center;
    width: 45.5em;
    height: 9em;
    border-radius: 4.8em;
    transition: .2s ease background-color;
    background-color: #34afc0;
    margin: 0 auto 1em;
    border: none;
    color: #FFF;
   	
}
.btn:hover {
    background-color: #34e1b5;
    cursor: pointer;
}
.btn span {
    color: #fff;
    font-size: 3.3em;
    font-weight: 700;
    line-height: 2.75;
    text-transform: uppercase;
}
.secure_wrap {
    text-align: center;
    margin-bottom: 4em;
}
.secure_wrap img {
    width: 12.4em;
    height: 2.3em;
    display: inline-block;
    margin-right: 1.4em;
}
.secure_wrap a {
    color: #fff;
    font-weight: 500;
}
.secure_wrap a:hover {
    text-decoration: none;
}
.secure_wrap div {
    font-size: 1.52em;
    display: inline-block;
    vertical-align: top;
}
.steps {
    display: flex;
    align-items: center;
    justify-content: center;
}
.step_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.step_item:nth-child(2) {
    margin: 0 6em;
}
.step_item img {
    margin-bottom: 0.7em;
    display: block;
    width: 8em;
    height: 5.6em;
}
.step_item:after {
    position: absolute;
    content: '';
    background: #fff;
    height: 0.2em;
    width: 4.6em;
    top: 2.5em;
    right:  -5.3em;
}
.step_item:last-child:after {
    display: none;
}
.step_item span {
    text-transform: uppercase;
    color: #fff;
    font-size: 1.7em;
    font-family: 'ManiaC', 'Roboto', Arial, sans-serif;
}

#footer {
    text-align: center;
    color: #919dad;
    position: relative;
    z-index: 5;
    padding-bottom: 2em;
}
#footer img {
    width: 95%;
    height: auto;
    margin: 0 auto 2.5em;
}
#footer img.desk {
    display: block;
    max-width: 110.3em;
}
#footer img.mob {
    display: none;
    max-width: 59.5em;
}
#footer div {
	color: white;
    font-size: 1.3em;
    display: inline-block;
    padding-left: 3.5em;
    position: relative;
}
#footer div:before {
    content: '';
    position: absolute;
    left: 0;
    top: -0.35em;
    background: url('../img/18.png') 0 0 no-repeat;
    width: 2.4em;
    height: 2.4em;
    background-size: contain;
    font-size: 76.95%;
}



@media (max-width: 1460px) {
    .page {
        font-size: 9px;
        background-size: 1460px;
    }
}

@media (max-width: 1460px) {
    .page {
        font-size: 9px;
        background-size: 1600px;
    }
}
@media (max-width: 1260px) {
    .page {
        font-size: 8px;
        background-size: 1400px;
    }
}
@media (max-width: 1080px) {
    .page {
        background-size: 1300px;
    }
}
@media (max-width: 930px) and (orientation: landscape) {
    .page {
        background-size: 930px;
        font-size: 4.5px;
    }
}
@media (max-width: 812px) and (orientation: landscape) {
    .page {
        background-size: 812px;
        font-size: 4.25px;
    }
}
@media (max-width: 736px) and (orientation: landscape) {
    .page {
        background-size: 736px;
    }
}
@media (max-width: 667px) and (orientation: landscape) {
    .page {
        background-size: 667px;
        font-size: 4px;
    }
}
@media (max-width: 568px) and (orientation: landscape) {
    .page {
        background-size: 568px;
        font-size: 3.5px;
    }
}


@media (width: 768px) and (orientation: portrait) {
    .page {
        background-size: 1000px;
        font-size: 6.25px;
    }
}
@media (max-width: 630px) and (orientation: portrait) {
    .page {
        background: #090e21 url('../img/bg-mob.jpg') 50% 0 no-repeat;
        background-size: 630px;
        font-size: 10px;
    }
    #container {
        flex-direction: column;
    }
    .content {
        padding: 4em 0 65em;
        font-size: 90%;
    }
    #footer img.desk {
        display: none;
    }
    #footer img.mob {
        display: block;
    }
}
@media (max-width: 565px) and (orientation: portrait) {
    .page {
        background-size: 565px;
        font-size: 9px;
    }
}
@media (max-width: 510px) and (orientation: portrait) {
    .page {
        background-size: 510px;
        font-size: 8.5px;
    }
}
@media (max-width: 475px) and (orientation: portrait) {
    .page {
        background-size: 475px;
        font-size: 8px;
    }
}
@media (max-width: 450px) and (orientation: portrait) {
    .page {
        background-size: 450px;
        font-size: 7.5px;
    }
}
@media (max-width: 420px) and (orientation: portrait) {
    .page {
        background-size: 420px;
        font-size: 7px;
    }
}
@media (max-width: 390px) and (orientation: portrait) {
    .page {
        background-size: 390px;
        font-size: 6.5px;
    }
}
@media (max-width: 360px) and (orientation: portrait) {
    .page {
        background-size: 360px;
        font-size: 6px;
    }
}
@media (max-width: 335px) and (orientation: portrait) {
    .page {
        background-size: 335px;
        font-size: 5.5px;
    }
}







