@font-face {
    font-family: "MyriadPro";
    src: url("MyriadPro.otf");
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.bgfilter::before {
    content: '';
    position: absolute;
    top: 0; right: 0; left: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.253);
    width: 100%;
    height: 100%;
    z-index: -100;
}
.last-step {
    height: 100%;
    width: 100%;
}
.main__wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}

.main {
    margin: 0 auto;
    border-radius: 10px;
    border: 2px solid #3C013E;
    padding: 2vh 5vh;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    display: flex;
    flex-direction: column;
    margin-top: 14vh;
    width: 70%;
    padding: 3vh 5vh;
    background-color: rgba(0, 0, 0, 0.3);
    margin-bottom: 280px;
    
}
.title {
    color: #fff;
    font-size: 3.5vh;
    text-align: center;
    font-family: "MyriadPro";
    
}
.info {
    color: #fff;
    font-size: 2.3vh;
    line-height: 1.27;
    text-align: center;
    font-family: "MyriadPro";
    /*text-align: justify;
    text-align-last: center;*/
    word-spacing: 2px;
    /* margin: 7vh 0 !important; */
}
a {
    text-decoration: none;
    margin: 0 auto;
    width: 100%;
}
.button {
    font-size: 4vh;
    padding: 1vh 4vh 0;
    border-radius: 10px;
    background-image: url(button.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-family: "MyriadPro";
    color: #fff;
    text-align: center;
    vertical-align: center;
    text-transform: uppercase;
}
.smsClick:hover {
    text-decoration: none;
}
.footer {
    color: #918E91;
    font-size: 11px!important;
    line-height: 12px;
    margin-top: -45px;
    text-align: justify;
    text-align-last: center;
    padding: 5px 10px;
    font-family: Arial, Helvetica, sans-serif;
    flex-shrink: 0;
    /*  */
    position: absolute;
    top: -webkit-calc(100% - 36px);
    top: -moz-calc(100% - 36px);
    top: calc(100% - 36px)!important;
    left: 0;
    right: 0;
    margin: 0 auto!important;
    margin-top: 0!important;
    line-height: 1!important;
}
a.uslovi{
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #918E91;
}

@media (orientation: landscape) {
    .main {
        padding: 4vh 5vh;
        margin-top: 14vh;
        width: 50%;
    }
    .title {
        font-size: 5vh;   
    }
    .info {
        font-size: 3.5vh;
        margin: 8vh 0 !important;
    }
    a {
        text-decoration: none;
        margin: 0 auto;
        width: 80%;
    }
    .button {
        padding: 3vh 7vh 1.5vh;
        font-size: 5vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        margin: 0 auto;
    }
}


@media screen and (min-width: 1280px) {
    .main {
        margin-top: 14vh;
    }
    a {
        width: 50%;
    }
    .info {
        margin: 8vh 0;
    }
    .button {
        padding-bottom: 2.5vh;
    }

}
@media screen and (width: 414px) and (height: 719px){
    .main {
        margin-top: 10vh;
    }
    .info {
        margin: 7vh 0;
    }
}