* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
html,body {
    height: 100%;
}
html {
    font-size: 10px;
}
body {
    font-family: 'Open Sans', Arial, sans-serif;
    background: #161d27;
}
#layout {
    min-height: 100%;
    position: relative;
    overflow-x: hidden;
    z-index: 2;
}

.mob {
    display: none!important;
}
.desk {
    display: block!important;
}
#layout.mob,
#layout.mob .mob{
    display: block!important;
}
#layout.mob .desk{
    display: none!important;
}
#layout:not(.mob) {
    display: block!important;
}

#content {
    position: relative;
    min-height: 64.7em;
    background: url('../img/bg-main.jpg') 50% 0 no-repeat;
}
#content .reducer {
    padding-top: 7em;
}
#content:after {
    content: '';
    position: absolute;
    bottom: -8.995em;
    left: 50%;
    transform: translate(-50%, 0);
    height: 17.9em;
    max-width: 131.2em;
    width: 100%;
    background:  url('../img/sh.png') 50% 0 no-repeat;
    background-size: 131.2em 17.9em;
}
.pers_1 {
    position: absolute;
    left: 15em;
    bottom: 0.2em;
    width: 54.9em;
    height: 54em;
    background: url('../img/pers-1.png') 0 0 no-repeat;
    background-size: contain;
}
.pers_2 {
    position: absolute;
    right: 11em;
    bottom: 0.2em;
    width: 62.8em;
    height: 53.4em;
    background: url('../img/pers-2.png') 0 0 no-repeat;
    background-size: contain;
}
.pers_mob {
    display: none;
}
.reducer {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
#logo {
    width: 31.5em;
    height: 13.3em;
    margin: 0 auto 1.25em;
}
#logo img {
    width: 100%;
    height: auto;
}
.txt {
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin-bottom: 3.25em;
}
.txt_1 {
    font-size: 9.4em;
    display: inline-block;
}
.txt_2 {
    display: block;
    font-size: 3.3em;
    text-transform: uppercase;
    text-align: left;
}
.txt_3 {
    font-size: 4.7em;
    text-transform: uppercase;
    text-align: left;
    line-height: 0.8em;
}
.txt_two_lines {
    display: inline-block;
    margin-left: 1em;
}
.txt_4,
.txt_5 {
    font-size: 5.5em;
    text-transform: uppercase;
}
.txt_4 {
    margin: -0.5em 0;
}
.btn {
    text-align: center;
    color: #fff;
    border-radius: 3.5em;
    width: 37.5em;
    height: 7.6em;
    background-color: #f55611;
    display: block;
    margin: 0 auto;
    transition: background-color .2s ease;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', Arial, sans-serif;
}
.btn span {
    font-size: 2.84em;
    font-weight: 700;
    line-height: 2.65em;
}
.btn:hover {
    background-color: #ff6c2c;
}
#footer {
    text-align: center;
}
#footer img {
    width: 90%;
    margin: 0 auto;
}
#footer img.desk {
    max-width: 94.2em;
}
.pay {
    background: #1a222e;
    padding-bottom: 4em;
    padding-top: 12em;
}
.steps {
    background:  url('../img/steps.png') 50% 0 no-repeat;
    width: 91em;
    height: 10.8em;
    bottom: -5.4em;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    z-index: 2;
    background-size: 91em 10.8em;
    font-family: 'Open Sans Condensed', Arial, sans-serif;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 700;
}
.steps div {
    font-size: 1.9em;
    color: #ffffff;
    text-align: center;
}
.steps div:nth-child(1) {
    width: 25.5%;
    margin-right: 10%;
    padding-left: 6.5%;
}
.steps div:nth-child(2) {
    width: 23%;
    margin-right: 11.5%;
}
.steps div:nth-child(3) {
    width: 23%;
}
.note {
    text-align: center;
    font-size: 1.4em;
    position: absolute;
    left: 0;
    bottom: -6em;
    width: 100%;
    z-index: 5;
    font-family: 'Open Sans', Arial, sans-serif;
}
.note a {
    color: #FFF;
    text-decoration: underline;
}
.note a:hover {
    text-decoration: none;
}
.copy {
    background: #161d27;
    padding: 3.25em 0;
}
.copy div {
    color: #41516a;
    font-family: Arial, sans-serif;
    font-size: 1.2em;
    margin: 0 auto;
    max-width: 75.83333333333333333em;
    padding: 0 1em;
}


@media (max-width: 1675px) {
    .pers_1 {
        left: -3em;
    }
    .pers_2 {
        right: -3em;
    }
}
@media (max-width: 1445px) {
    .pers_1,
    .pers_2 {
        font-size: 80%;
        bottom: 0.3em;
    }
}
@media (max-width: 1175px) {
    .pers_1,
    .pers_2 {
        font-size: 60%;
    }
    #content .reducer {
        padding-top: 2em;
    }
    #content {
        min-height: unset;
        padding-bottom: 10em;
        background: url(../img/bg-main.jpg) 50% 100% no-repeat;
    }
}


@media all and (max-width: 1366px)  {
    #layout.desk #footer img.desk,
    #layout.mob #footer img.desk {
        display: inline-block!important;
    }
    #layout.mob #footer img.mob,
    #layout.desk #footer img.mob {
        display: none!important;
    }
}

@media (max-width: 930px) and (orientation: landscape) {
    html {
        font-size: 5.85px;
    }
    #content {
        background: url(../img/bg-main.jpg) 50% 0% no-repeat;
        background-size: 1125px;
    }
    .pers_1,
    .pers_2 {
        bottom: 0;
        font-size: 80%;
    }
}
@media (width: 896px) and (orientation: landscape) {
    html {
        font-size: 5.35px;
    }
}

@media (max-width: 736px) and (orientation: landscape) {
    html {
        font-size: 6px;
    }
    #content {
        background: url(../img/bg-main.jpg) 50% 0% no-repeat;
        background-size: 1000px;
    }
    #content,
    .pay {
        font-size: 75%;
    }
}
@media (max-width: 667px) and (orientation: landscape){
    #content {
        background-size: 800px;
    }
    .pers_1,
    .pers_2 {
        bottom: -0.4em;
    }
    .pers_1 {
        left: 5em;
    }
    .pers_2 {
        right: 11em;
    }
}
@media (max-width: 568px) and (orientation: landscape){
    .pers_1 {
        left: 0;
    }
    .pers_2 {
        right: 0;
    }
}






@media all and (max-width: 482px) and (orientation: portrait) {
    .pers_1,
    .pers_2,
    #layout.desk #footer img.desk,
    #layout.mob #footer img.desk {
        display: none!important;
    }
    #layout.mob #footer img.mob,
    #layout.desk #footer img.mob {
        display: inline-block!important;
    }
    #content {
        font-size: inherit;
        height: 65em;
        background: url('../img/bg-port.jpg') 0 100% no-repeat;
        background-size: cover;
        padding-bottom: 0;
    }
    .steps {
        background: url('../img/steps-mob.png') 50% 0 no-repeat;
        width: 38.8em;
        height: 28.5em;
        bottom: -22em;
        background-size: 38.8em 28.5em;
    }

    #footer {
        padding-top: 15.5em;
        background: #1a222e;
    }

    .steps {
        align-items: unset;
    }
    .steps div:nth-child(1),
    .steps div:nth-child(2),
    .steps div:nth-child(3),
    .steps div {
        margin:0!important;
        width: 65%;
        text-align: left;
        padding: 0 0 0 6em;
        top: 0;
    }
    .steps div:nth-child(2),
    .steps div:nth-child(3) {
        height: 30%;
    }
    .steps div:nth-child(1) {
        height: 25%;
        padding-top: 8%;
        padding-bottom: 5%;
    }
    .steps div:nth-child(2) {
        padding-bottom: 2%;
    }
    #logo {
        font-size: 8px;
    }
    .txt {
        margin-bottom: 2em;
        font-size: 9px;
    }
    #footer img {
        width: 87%;
        margin: 0;
    }
    .note {
        bottom: -17.5em;
    }
    .pay {
        background: transparent;
    }
    .pers_mob {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        background: url('../img/pers-mob.png') 0 0 no-repeat;
        width: 48.2em;
        height: 35.4em;
        display: block;
        background-size: 48.2em 35.4em;
    }
}
@media(max-width: 415px) and (orientation: portrait) {
    #logo {
        font-size: 7px;
    }
    .btn,
    .txt {
        font-size: 6px;
    }
    .steps {
        font-size: 8px;
    }
    #footer {
        padding-top: 10.5em;
    }
    .note {
        bottom: -14.5em;
    }
    .pers_mob {
        font-size: 8.6px;
    }
}
@media (max-width: 375px) and (orientation: portrait) {
    .pers_mob {
        font-size: 8px;
    }
}
@media (height: 553px) and (orientation: portrait) {
    #content {
        height: 60em;
    }
}
