/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,600,700,900&display=swap');

body{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: calc((12 / 1080) * 100vh);
    color: #fff;
    min-width: 320px;
}
.for-overflow{
    overflow: hidden;
}
.main{
    height: 100vh;
    width: 100%;
    background: url('../img/bg.jpg') no-repeat center / cover;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 3;
    height: calc(100% - 17.77vh - (15px * 2) - (42px + (15px * 2)) - 20px);
}
.container.aff{
    z-index: 9;
}
.offers{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 3;
}
.header{
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc((229 / 1080) * 100vh);
    padding-top: calc((44 / 1080) * 100vh);
    background: url('../img/header.png') no-repeat top center / contain;
}
.header-mob{
    display: none;
}
.logo{
    display: flex;
    align-items: center;
    line-height: 0;
    margin-bottom: 20px
}
.logo img{
    width: calc((180 / 1080) * 100vh);
}
.logo svg{
    width: calc((120 / 1080) * 100vh);
    height: auto;
}
.offer{
    font-weight: 900;
    font-size: calc((220 / 1080) * 100vh);
    letter-spacing: .06em;
    text-transform: capitalize;
    text-align: center;
    line-height: 1em;
}
.offer__descr{
    font-size: calc((60 / 1080) * 100vh);
    letter-spacing: .12em;
    font-weight: 900;
    text-transform: capitalize;
    text-align: center;
    line-height: 1em;
}
.offer__wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.offer__wrap + .offer__wrap{
    margin-left: calc((150 / 1920) * 100vw);
}
.code__wrap{
    margin-top: calc((50 / 1080) * 100vh);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: calc((440 / 1080) * 100vh);
    height: calc((80 / 1080) * 100vh);
    border-radius: calc((9 / 1080) * 100vh);
    border: 2px dashed rgba(255, 255, 255, .502);
    background-color: rgba(1, 6, 19, 0.151);
    padding: 0 calc((15 / 1080) * 100vh);
    cursor: pointer;
}
.code-descr{
    color: #f76aed;
    font-size: calc((30 / 1080) * 100vh);
    font-weight: 700;
    text-transform: uppercase;
}
.code-descr.coppied{
    text-decoration: underline;
}
.code, .input-buffer{
    background: none;
    color: #fff;
    font-size: calc((30 / 1080) * 100vh);
    font-weight: 700;
    margin-left: calc((10 / 1080) * 100vh);
    text-transform: uppercase;
    cursor: pointer;
}
.claim-now{
    width: calc((440 / 1080) * 100vh);
    height: calc((100 / 1080) * 100vh);
    background: url('../img/btn.jpg') no-repeat center / cover;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 10px 5px rgba(255, 255, 255, .3);
    box-shadow: 0 0 10px 5px rgba(255, 255, 255, .3);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 3;
    font-size: calc((44 / 1080) * 100vh);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 900;
    color: #fff;
    margin-top: calc((40 / 1080) * 100vh);
}
.claim-now:hover{
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
.fs{
    font-size: calc((30 / 1080) * 100vh);
    line-height: calc((40 / 1080) * 100vh);
    font-weight: 600;
    margin-top: calc((50 / 1080) * 100vh);
    color: #f19301;
}
.fs span{
    color: #fff;
}


/*SCENE*/
.scene{
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1;
}
.curtain{
    height: 100vh;
}
.curtain-left{
    left: 0;
}
.curtain-right{
    right: 0;
}




.footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 4;
}
.footer_wrap{
    background-color: #031138;
    -webkit-box-shadow: 0px -7px 20px 15px #031138;
    box-shadow: 0px -7px 20px 15px #031138;
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    z-index: 3;
}
.footer__container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90%;
    height: calc(42px + (15px * 2));
    border: 2px dashed rgba(207, 207, 206, .502);
    background-color: rgba(1, 6, 19, 0.151);
    padding: 15px;
}
.banking img{
    margin-left: 20px;
}

.banking {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*TERMS*/
.chevron{
    margin-left: 15px;
}
.chevron:before {
    content: '';
    display: block;
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #fff;
    height: 8px;
    width: 8px;
    -webkit-transform: rotate(-45deg) translateY(50%);
    -ms-transform: rotate(-45deg) translateY(50%);
    transform: rotate(-45deg) translateY(50%);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.terms-open .chevron:before {
    -webkit-transform: rotate(135deg) translate(-50%, 0);
    -ms-transform: rotate(135deg) translate(-50%, 0);
    transform: rotate(135deg) translate(-50%, 0);
}
.terms{
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 1px solid rgba(90, 85, 77, .8);
    width: 300px;
    background-color: rgba(2, 13, 41, .8);
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.terms.terms-open{
    padding: 0 20px 20px;
}
.terms__trigger{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.terms__text, .terms-buffer{
    font-size: 12px;
    line-height: 17.5px;
    font-weight: 300;
    text-align: center;
}
.terms-buffer{
    width: 300px;
    padding: 0 20px;
    border: 1px solid rgba(90, 85, 77, 0);
}
.terms__text{
    color: #d3d3d2;
    height: 0;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.buffer {
    visibility: hidden;
    position: absolute;
    bottom: -5000px;
    right: -5000px;
    height: auto;
}
.couple{
    display: none;
}

.extra-logo{
    margin-top: calc((20 / 1080) * 100vh);
    max-height: 9vh;
    max-width: calc((440 / 1080) * 100vh);
}

.extra-text{
    margin-top: 15px;
    font-size: 24px;
}

.extra-text span{
    color: #f19301;
}

@media(max-width: 1439px){
    .curtain-left {
        left: -5vw;
    }
    .curtain-right {
        right: -5vw;
    }
}
@media(max-width: 1279px){
    /* .logo{
        margin-top: calc((30 / 1080) * 100vh)
    } */
    .offer{
        font-size: calc((150 / 1080) * 100vh);
    }
    .offer__descr{
        font-size: calc((50 / 1080) * 100vh);
    }
    .offer__wrap + .offer__wrap{
        margin-left: 0;
    }
    .code__wrap{
        margin-top: calc((50 / 1080) * 100vh);
        min-width: calc((350 / 1080) * 100vh);
        height: calc((60 / 1080) * 100vh);
        border-radius: calc((9 / 1080) * 100vh);
        padding: 0 calc((10 / 1080) * 100vh);
    }
    .code-descr{
        font-size: calc((26 / 1080) * 100vh);
    }
    .code, .input-buffer{
        font-size: calc((26 / 1080) * 100vh);
        margin-left: calc((8 / 1080) * 100vh);
    }
    .claim-now{
        width: calc((380 / 1080) * 100vh);
        height: calc((80 / 1080) * 100vh);
        font-size: calc((36 / 1080) * 100vh);
        margin-top: calc((60 / 1080) * 100vh);
    }
    .extra-logo{
        max-width: calc((380 / 1080) * 100vh);
    }
    .extra-text{
        font-size: 20px;
    }
}

@media(max-width: 1024px){
    .main{
        background: url('../img/bg-tab.jpg') no-repeat center / cover;
        height: auto;
        min-height: calc(100vh - 133px);
        padding-bottom: 240px;
    }
    .header{
        height: auto;
        background: none;
    }
    .header-mob{
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100vw;
        min-width: 768px;
        height: auto;
    }
    /* .logo {
        margin-top: calc((20 / 1000) * 100vh);
    } */
    .logo img {
        width: calc((110 / 1000) * 100vh);
        min-width: 120px;
    }
    .logo svg{
        width: calc((80 / 1080) * 100vh);
    }
    .container{
        width: 100%;
        height: auto;
        z-index: unset;
        margin-top: calc((100 / 1000) * 100vh);
    }
    .scene{
        display: none;
    }
    .offers {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        width: 100%;
    }
    .couple{
        display: block;
        position: absolute;
        bottom: 80px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .footer{
        position: relative;
        background: transparent;
        z-index: unset;
    }
    .offer{
        font-size: calc((110 / 1000) * 100vh);
    }
    .offer__descr{
        margin-top: calc((10 / 1000) * 100vh);
        font-size: calc((40 / 1000) * 100vh);
    }
    .fs {
        font-size: calc((28 / 1080) * 100vh);
        margin-top: calc((20 / 1080) * 100vh);
        width: calc((380 / 1080) * 100vh);
        text-align: left;
    }
    .fs span{
        padding-left: calc((60 / 768) * 100vw);
        display: block;
    }
}

@media(max-width: 1024px) and (min-height: 1200px){
    .couple {
        height: 525px;
        bottom: 30px;
    }
    .main {
        padding-bottom: 480px;
    }
}

@media(max-width: 799px) {
    .offers {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .offer__wrap + .offer__wrap {
        margin-left: calc((25 / 768) * 100vw);
    }

    .terms {
        width: 235px;
    }
}

@media(max-width: 767px), (max-height: 449px){
    .main{
        height: auto;
        min-height: auto;
        padding-bottom: 250px;
    }
    .logo {
        margin-bottom: 10px;
    }
    .logo img {
        width: 110px;
        min-width: auto;
    }
    .logo svg {
        width: 60px;
    }
    .offers{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .offer__wrap + .offer__wrap {
        margin-left: unset;
        margin-top: 30px;
    }
    .footer{
        position: relative;
    }
    .container{
        margin-top: 60px;
    }
    .footer__container{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        width: auto;
    }
    .terms{
        position: static;
        margin-bottom: 30px;
        width: 260px;
    }
    .terms-buffer{
        width: 260px;
    }
    .banking img {
        margin-left: 0;
        width: 15%;
    }
    .banking .banking__mastercard {
        width: 10%;
    }
    .banking img + img {
        margin-left: 15px;
    }
    .couple {
        top: -220px
    }
    .offer__wrap{
        width: 100%;
    }
    .offer{
        font-size: 100px;
        width: 100%;
        letter-spacing: .04em;
    }
    .offer__descr{
        font-size: 26px;
        letter-spacing: .1em;
        margin-top: 10px;
    }
    .claim-now {
        width: 275px;
        height: 60px;
        font-size: 26px;
        margin-top: 40px;
    }
    .code-descr{
        font-size: 20px;
    }
    .code, .input-buffer{
        font-size: 20px;
        margin-left: 10px;
    }
    .code__wrap {
        margin-top: 20px;
        min-width: 275px;
        height: auto;
        min-height: 46px;
        border-radius: 5px;
        padding: 5px 15px;
    }
    .fs {
        font-size: 20px;
        line-height: 26px;
        margin-top: 20px;
        width: 275px;
    }
    .extra-logo{
        margin-top: 10px;
        max-width: 275px;
        max-height: 80px;
    }
    .extra-text{
        font-size: 16px;
    }
}