@font-face {
    font-family: 'Playfair Display Black';
    src: url(../fonts/playfairdisplay-black-webfont.eot);
    src: url(../fonts/playfairdisplay-black-webfont.woff2) format("woff2"), url(../fonts/playfairdisplay-black-webfont.woff) format("woff"), url(../fonts/playfairdisplay-black-webfont.ttf) format("truetype");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: 'Playfair Display';
    src: url(../fonts/playfairdisplay-regular.eot);
    src: url(../fonts/playfairdisplay-regular.woff2) format("woff2"),
    url(../fonts/playfairdisplay-regular.woff) format("woff"),
    url(../fonts/playfairdisplay-regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    min-width: 320px;
    max-width: 100%;
    width: 100%;
    font: 400 15px "Playfair Display Black", sans-serif;
    line-height: 1.4;
    color: #6f7a8b;
    background: #fff;
    overflow-x: hidden
}

ol, ul {
    padding: 0;
    margin: 0
}

ul {
    list-style: none
}

a {
    outline: 0;
    color: #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: none
}

a:focus, a:hover {
    outline: 0;
    color: #000
}

a:hover {
    text-decoration: underline
}

img {
    max-width: 100%;
    height: auto
}

body, html {
    height: 100%;
    font-size: 14px
}

.globwrap {
    min-height: 100%
}

p {
    margin: 0 0 10px 0
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 600
}

h1 {
    font-size: 30px;
    margin-bottom: 40px;
    text-transform: uppercase
}

h2 {
    font-size: 30px;
    margin-bottom: 40px
}

h3 {
    font-size: 30px
}

h4 {
    margin-bottom: 20px
}

.section {
    position: relative
}

.main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.btn {
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none
}

.btn-yellow {
    width: 320px;
    height: 60px;
    line-height: 60px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #fab90a;
    text-transform: uppercase;
    font-size: 22px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #fff;
    margin: 0 auto 10px auto;
}

.btn-yellow::before {
    content: '';
    position: absolute;
    left: -10px;
    bottom: 20px;
    display: block;
    width: 60px;
    height: 75px;
    background: url(../images/cherry.png) no-repeat;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.btn-yellow:hover {
    text-decoration: none;
    color: #fff
}

.btn-yellow:hover::before {
    bottom: 80%;
    left: -25px;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg)
}

.btn-yellow:active {
    color: #fff
}

.btn-yellow:visited {
    color: #fff
}

.btn-yellow:focus {
    color: #fff
}

.slide {
    position: absolute;
    top: 0;
    left: -webkit-calc(50% - 12.5%);
    left: calc(50% - 12.5%);
    opacity: 0;
    z-index: 2
}

.slide-right {
    position: absolute;
    top: 0;
    right: -webkit-calc(50% - 12.5%);
    right: calc(50% - 12.5%);
    opacity: 0;
    z-index: 2
}

.slideOutLeft {
    -webkit-animation: slideOutLeft 2s ease;
    animation: slideOutLeft 2s ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes slideOutLeft {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    75% {
        opacity: 1
    }
    100% {
        opacity: 1;
        left: 0
    }
}

@keyframes slideOutLeft {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    75% {
        opacity: 1
    }
    100% {
        opacity: 1;
        left: 0
    }
}

.slideOutRight {
    -webkit-animation: slideOutRight 2s ease;
    animation: slideOutRight 2s ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes slideOutRight {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    75% {
        opacity: 1
    }
    100% {
        opacity: 1;
        right: 0
    }
}

@keyframes slideOutRight {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    75% {
        opacity: 1
    }
    100% {
        opacity: 1;
        right: 0
    }
}

.header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 10px 0
}

.container__header {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.logo__header {
    z-index: 1;
}

.container__header::after {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    height: 205px;
    width: 100%;
    max-width: 685px;
    background: url(../images/header_lightin.png) no-repeat 50% 50%/cover
}
.logo-two {
    position: absolute;
    right: 20px;
    top:15px;
}

@media screen and (max-width: 992px) {
    .container__header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .logo-two, .logo__header {
        width: 100%;
        text-align: center;
        margin-bottom: 15px
    }

    .logo-two {
        position: relative;
        margin-bottom: 30px;
        right: auto;
    }

    .section-main-wr {
        padding-top: 35px
    }
}
.section-main {
    width: 100%;
    min-height: 100vh;
    padding-top: 150px;
    padding-bottom: 50px;
    background: url(../images/bg-main.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 0 0
}

.section-main::before {
    content: '';
    display: block;
    position: absolute;
    height: 80px;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/lighting.png) no-repeat 50% 50%/cover
}

.block-coins {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/coins.png);
    background-position: 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: transparent
}

.section-main-wr {
    position: relative
}

.block-offer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.container-wr {
    position: relative;
    max-width: 1500px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px;
    margin: 0 auto 40px auto
}

.block__deposit {
    max-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.wrapp__deposit {
    position: relative
}

#one .wrapp__deposit::after {
    content: '';
    display: block;
    width: 125px;
    height: 60px;
    position: absolute;
    bottom: 125px;
    right: -110px;
    opacity: 0;
    background: url(../images/arrow.png);
    -webkit-animation: ArrowOpacity 1s ease-in-out infinite 6s;
    animation: ArrowOpacity 1s ease-in-out infinite 6s
}

@-webkit-keyframes ArrowOpacity {
    0% {
        opacity: 0;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    70% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate(85%);
        transform: translate(85%);
        opacity: 0
    }
}

@keyframes ArrowOpacity {
    0% {
        opacity: 0;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    70% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate(85%);
        transform: translate(85%);
        opacity: 0
    }
}

#two {
    opacity: 0;
    margin: 0 auto
}

#two .wrapp__deposit::after {
    content: '';
    display: block;
    width: 125px;
    height: 60px;
    position: absolute;
    bottom: 125px;
    right: -110px;
    background: url(../images/arrow.png);
    -webkit-animation: ArrowOpacity 1s ease-in-out infinite .5s;
    animation: ArrowOpacity 1s ease-in-out infinite .5s
}

.circle {
    display: inline-block;
    height: 38px;
    width: 38px;
    line-height: 38px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font: 700 24px "Open Sans", sans-serif;
    color: #000;
    background: #fdb812
}

.deposit__text {
    display: inline-block;
    font: 700 14px "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #fdb812
}

.deposit__percent {
    font: 700 7vmax "Playfair Display Black", sans-serif;
    line-height: 1;
    text-transform: uppercase;
    color: #fff
}

.deposit__cash {
    font: 700 3vmax "Playfair Display Black", sans-serif;
    line-height: 1;
    color: #fdb812;
    margin-bottom: 20px
}

.deposit__code {
    text-align: center;
    text-transform: uppercase;
    font: 400 16px "Open Sans", sans-serif;
    color: #fff
}

.deposit-use__code {
    position: relative;
    display: block;
    width: 100%;
    height: 125px;
    text-align: center;
    text-transform: uppercase;
    font: 600 24px "Open Sans", sans-serif;
    line-height: 150px;
    color: #fff;
    background: url(../images/code_bg.png) no-repeat 50% 50%/cover;
    z-index: 4;
    overflow: hidden
}

.deposit-cope__code {
    position: relative;
    display: block;
    width: 135px;
    height: 60px;
    text-align: center;
    text-transform: uppercase;
    font: 400 14px "Open Sans", sans-serif;
    line-height: 60px;
    color: #fff;
    border: 1px solid #fdb812;
    border-top: 0;
    -webkit-border-bottom-left-radius: 25px;
    border-bottom-left-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    border-bottom-right-radius: 25px;
    margin: -5px auto 0 auto;
    z-index: 1;
    cursor: pointer
}

.deposit-cope__code.active {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#26ad0b));
    background: -webkit-linear-gradient(top, transparent, #26ad0b);
    background: -o-linear-gradient(top, transparent, #26ad0b);
    background: linear-gradient(to bottom, transparent, #26ad0b)
}

.terms-text, .terms-link {
    padding: 10px 0;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    color: #ffffff;
    cursor: pointer;
}

.terms-link {
    display: block;
}

.terms-link:hover {
    color: #ffffff;
}

.terms-link:visited {
    color: #ffffff;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 4;
}

.overlay.active {
    display: block;
}

.terms-modal {
    position: fixed;
    display: none;
    width: 100%;
    max-height: 95vh;
    max-width: 600px;
    top: 50%;
    left: calc(50% - 300px);
    padding: 20px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    /*text-align: justify;*/
    color: #ccc7c7;
    border: 1px solid #fab90a;
    background: #060201;
    border-radius: 15px;
    z-index: 5;

}

.terms-modal.active {
    display: block;
}

.terms-modal_wrapp {
    position: relative;
}

.btn-close {
    position: relative;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    margin-left: auto;
    cursor: pointer;
}

.bar {
    position: absolute;
    top: 0px;
    left: 15px;
    bottom: 0;
    width: 1px;
    background: #fab90a;
}

.bar-one {
    transform: rotate(45deg);
}

.bar-two {
    transform: rotate(-45deg);
}

.container-wrapp{
    max-width: 500px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;

}
@media screen and (max-width: 992px) {
    .container-wr {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .slide {
        position: relative;
        opacity: 1;
        left: auto
    }

    #two {
        opacity: 1
    }

    .slide-right {
        position: relative;
        right: auto;
        opacity: 1
    }

    .block-coins {
        background-position: 50% 50%
    }

    .block__deposit {
        max-width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 100px
    }

    #one .wrapp__deposit::after, #two .wrapp__deposit::after {
        display: none
    }

    #one .wrapp__deposit::before, #two .wrapp__deposit::before {
        content: '';
        position: absolute;
        left: -webkit-calc(50% - 45px);
        left: calc(50% - 45px);
        top: 100%;
        display: block;
        width: 90px;
        height: 60px;
        background: url(../images/arrow.png) no-repeat 50% 50%/100%
    }

    @-webkit-keyframes mobileArrowOne {
        0% {
            opacity: 0;
            -webkit-transform: translateY(0) rotate(90deg);
            transform: translateY(0) rotate(90deg)
        }
        70% {
            opacity: 1
        }
        100% {
            opacity: 0;
            -webkit-transform: translateY(20px) rotate(90deg);
            transform: translateY(20px) rotate(90deg)
        }
    }@keyframes mobileArrowOne {
         0% {
             opacity: 0;
             -webkit-transform: translateY(0) rotate(90deg);
             transform: translateY(0) rotate(90deg)
         }
         70% {
             opacity: 1
         }
         100% {
             opacity: 0;
             -webkit-transform: translateY(20px) rotate(90deg);
             transform: translateY(20px) rotate(90deg)
         }
     }#one .wrapp__deposit::before {
          -webkit-animation: mobileArrowOne 1s ease-in-out infinite;
          animation: mobileArrowOne 1s ease-in-out infinite
      }

    #two {
        margin: 0 auto 100px auto
    }

    #two .wrapp__deposit::before {
        -webkit-animation: mobileArrowOne 1s ease-in-out infinite .5s;
        animation: mobileArrowOne 1s ease-in-out infinite .5s
    }

    .wrapp__deposit {
        max-width: 55%;
        width: 100%;
        margin: 0 auto
    }

    .deposit__percent {
        font-size: 10vmax;
        text-align: center
    }

    .deposit__cash {
        font-size: 4vmax;
        text-align: center
    }

    .deposit-use__code {
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%
    }
    .terms-modal{
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media screen and (max-width: 600px) {
    .wrapp__deposit {
        max-width: 100%
    }
}
@media screen and (max-width: 490px){
    .container-wrapp{
        flex-wrap: wrap;
        justify-content: center;
    }
}

/*# sourceMappingURL=style.min.css.map */
