@-webkit-keyframes pulse {
    0%,to {
        -webkit-transform: translate(-50%,-30%) rotate(45deg);
        transform: translate(-50%,-30%) rotate(45deg)
    }

    50% {
        -webkit-transform: translate(-50%,-70%) rotate(45deg);
        transform: translate(-50%,-70%) rotate(45deg)
    }
}

@keyframes pulse {
    0%,to {
        -webkit-transform: translate(-50%,-30%) rotate(45deg);
        transform: translate(-50%,-30%) rotate(45deg)
    }

    50% {
        -webkit-transform: translate(-50%,-70%) rotate(45deg);
        transform: translate(-50%,-70%) rotate(45deg)
    }
}

@-webkit-keyframes pulseRight {
    0%,to {
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    50% {
        -webkit-transform: translate(-10%,-50%);
        transform: translate(-10%,-50%)
    }
}

@keyframes pulseRight {
    0%,to {
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    50% {
        -webkit-transform: translate(-10%,-50%);
        transform: translate(-10%,-50%)
    }
}

@-webkit-keyframes pulseRight2 {
    0%,to {
        -webkit-transform: translate(-50%,-50%) rotate(-45deg);
        transform: translate(-50%,-50%) rotate(-45deg)
    }

    50% {
        -webkit-transform: translate(70%,-50%) rotate(-45deg);
        transform: translate(70%,-50%) rotate(-45deg)
    }
}

@keyframes pulseRight2 {
    0%,to {
        -webkit-transform: translate(-50%,-50%) rotate(-45deg);
        transform: translate(-50%,-50%) rotate(-45deg)
    }

    50% {
        -webkit-transform: translate(70%,-50%) rotate(-45deg);
        transform: translate(70%,-50%) rotate(-45deg)
    }
}

@font-face {
    font-family: 'SegoeUI';
    src: url(../fonts/SegoeUI-Light.eot);
    src: local("Segoe UI Light"),local("SegoeUI-Light"),url(../fonts/SegoeUI-Light.eot?#iefix) format("embedded-opentype"),url(../fonts/SegoeUI-Light.woff) format("woff"),url(../fonts/SegoeUI-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'SegoeUI-bold';
    src: url(../fonts/SegoeUI-Bold.eot);
    src: local("Segoe UI Bold"),local("SegoeUI-Bold"),url(../fonts/SegoeUI-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/SegoeUI-Bold.woff) format("woff"),url(../fonts/SegoeUI-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}
.promo-content__info .new{
    font-size: 30px;
}
body,main {
    min-height: 100vh;
    position: relative
}

body {
    font-family: "SegoeUI",sans-serif;
    font-weight: 300;
    min-width: 320px;
    width: 100%;
    font-size: 18px
}

@media (max-width: 1100px) and (max-height:768px) and (orientation:landscape) {
    body {
        background-color:#1b25a9
    }
}

* {
    outline: 0;
    border: 0;
    padding: 0;
    margin: 0
}

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

a {
    text-decoration: none
}

img {
    width: 100%
}

main {
    background: url(../img/bg.jpg) no-repeat;
    background-size: 100% 100%
}

main::before {
    content: '';
    width: 100%;
    height: 70vh;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(27,37,169,0)),color-stop(5%,#1b25a9),to(#1b25a9));
    background: -o-linear-gradient(top,rgba(27,37,169,0) 0,#1b25a9 5%,#1b25a9 100%);
    background: linear-gradient(180deg,rgba(27,37,169,0) 0,#1b25a9 5%,#1b25a9 100%);
    position: absolute;
    bottom: 0
}

@media (min-width: 1100px) {
    main::before {
        content:none
    }
}

@media (max-width: 540px) {
    main::before {
        content:none
    }
}

@media (max-width: 1100px) and (max-height:768px) and (orientation:landscape) {
    main::before {
        content:'';
        width: 100%;
        height: 60vw;
        background: -webkit-gradient(linear,left top,left bottom,from(rgba(27,37,169,0)),color-stop(5%,#1b25a9),to(#1b25a9));
        background: -o-linear-gradient(top,rgba(27,37,169,0) 0,#1b25a9 5%,#1b25a9 100%);
        background: linear-gradient(180deg,rgba(27,37,169,0) 0,#1b25a9 5%,#1b25a9 100%);
        position: absolute;
        bottom: 0
    }
}

@media (max-width: 750px) and (max-height:540px) and (orientation:landscape) {
    main::before {
        height:80vw
    }
}

@media (max-width: 1100px) {
    main {
        background:url(../img/bg.jpg) 50% 0 no-repeat;
        background-size: contain;
        background-color: #1b25a9
    }
}

@media (max-width: 540px) {
    main {
        background:url(../img/bg-mob.jpg) 50% 0 no-repeat;
        background-size: cover
    }
}

@media (max-width: 1100px) and (max-height:768px) and (orientation:landscape) {
    main {
        background:url(../img/bg.jpg) 50% 0 no-repeat;
        background-size: 100%;
        background-color: #1b25a9;
        height: 100vw
    }
}

@media (max-width: 750px) and (max-height:540px) and (orientation:landscape) {
    main {
        height:115vw
    }
}

.promo-content__link a::before,.promo-wrapper {
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.promo-wrapper {
    width: 40vw;
    top: 45%;
    left: 25%
}

@media (max-width: 1100px) {
    .promo-wrapper {
        z-index:20;
        width: 100%;
        left: 50%;
        -webkit-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        transform: translate(-50%,0);
        top: 0
    }
    main{
        margin-bottom: 85px;
        min-height: calc(100vh - 85px);
    }
    body{
        background-color: #1b25a9;
    }
}

.promo-logo {
    max-width: 171px;
    display: block;
    margin-bottom: 8vh
}

.promo-content__info.witchy {
    margin-left:-7px
}

.promo-content__info.witchy .new {
    margin-left: 7px;
}

@media (max-width: 1366px) {
    .promo-logo {
        margin-bottom:2vh
    }
}

@media (max-width: 1100px) {
    .promo-logo {
        margin-top:4vh;
        margin-left: 10vw;
        margin-bottom: 25.5vh
    }
}

@media (max-width: 900px) {
    .promo-logo {
        margin-bottom:21.5vh
    }
}

@media (max-width: 540px) {
    .promo-logo {
        max-width:100px;
        margin-bottom: 24.5vh
    }
    body{
        background-color: #262db9;
    }
    main {
        min-height: calc(100vh - 40px);
    }
    .promo-logo.magic {
        margin-bottom: 24.5vh
    }
}

@media (max-width: 540px) and (min-height:650px) {
    .promo-logo {
        margin-bottom:55%
    }
}

@media (max-width: 540px) and (min-height:750px) {
    .promo-logo {
        margin-bottom:75%
    }
}

@media (max-width: 1100px) and (max-height:767px) and (orientation:landscape) {
    .promo-logo {
        margin-bottom:25vw
    }
}

@media (max-width: 1100px) and (max-height:800px) and (orientation:landscape) {
    .promo-logo {
        margin-bottom:30vw
    }
}

@media (max-width: 1100px) {
    .promo-content {
        text-align:center
    }
}

.promo-content__info {
    font-family: 'SegoeUI-bold';
    text-shadow: 0 3px 10px rgba(41,26,171,.49);
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin-bottom: 5.33vh
}

@media (max-width: 1366px) {
    /*.promo-content__info {*/
    /*    font-size:100px;*/
    /*    line-height: 105px*/
    /*}*/
}

@media (max-width: 1100px) {
    /*.promo-content__info {*/
    /*    font-size:125px;*/
    /*    line-height: 130px*/
    /*}*/
}



@media (max-width: 540px) {
    .promo-content__info.magic {
        font-size:58px;
        line-height: 65px;
        margin-bottom: 1.33vh
    }
}

.promo-content__info span {
    color: #f6e12f;
    font-size: 130px;
    line-height: 1;
}


@media (max-width: 540px) {
    /*.promo-content__info span {*/
    /*    font-size:76px*/
    /*}*/
}

.promo-content__info p {
    white-space: nowrap;
    font-size: 125px;
    line-height: 1;
}

.promo-content__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 1100px) {
    .promo-content__action {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center
    }
}

.promo-content__code,.promo-content__link a {
    border-radius: 15px;
    width: 360px;
    height: 70px;
    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-size: 24px;
    color: #fff;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.promo-content__code {
    background-color: rgba(0,200,209,.2);
    margin-bottom: 2.13vh;
    text-transform: uppercase;
    cursor: pointer
}

@media (max-width: 1366px) {
    .promo-content__code {
        width:330px;
        height: 60px
    }
}
@media (max-width: 900px) {
    /*.promo-content__info {*/
    /*    font-size:100px;*/
    /*    line-height: 105px*/
    /*}*/
    .promo-content__info p {
        white-space: nowrap;
        font-size: 90px;
        line-height: 1;
    }
    .promo-content__info span{
        font-size: 90px;
        line-height: 1;
    }
}
@media (max-width: 1100px) {
    .promo-content__code {
        width:360px;
        height: 70px
    }
}

@media (max-width: 540px) {
    .promo-content__code {
        width:90%;
        height: 60px
    }
    .promo-content__info p {
        white-space: nowrap;
        font-size: 50px;
        line-height: 1;
    }
    .promo-content__info.magic p {
        white-space: nowrap;
        font-size: 58px;
        line-height: 1;
    }
    .promo-content__info span{
        font-size: 50px;
        line-height: 1;
    }
    .promo-content__info.magic span{
        font-size: 76px;
    }
    .promo-content__info .new{
        font-size: 20px;
        margin-top: 5px;
    }
}

@media (max-width: 1100px) and (max-height:768px) and (orientation:landscape) {
    .promo-content__code {
        margin-bottom:2.13vw
    }
}

.promo-content__code:hover {
    -webkit-box-shadow: 0 0 16px 0 rgba(0,200,209,.2);
    box-shadow: 0 0 16px 0 rgba(0,200,209,.2)
}

@media (max-width: 1100px) {
    .promo-content__code:hover {
        -webkit-box-shadow:none;
        box-shadow: none
    }
}

.promo-content__code span {
    font-family: 'SegoeUI',sans-serif;
    font-weight: 400
}

.promo-content__link {
    text-transform: uppercase;
    width: 100%
}

.promo-content__link a {
    font-family: 'SegoeUI-bold';
    position: relative;
    background-color: #fd38a0;
    font-weight: 700
}

@media (max-width: 1366px) {
    .promo-content__link a {
        width:330px;
        height: 60px
    }
}

@media (max-width: 1100px) {
    .promo-content__link a {
        width:360px;
        height: 70px;
        margin: 0 auto
    }
}

@media (max-width: 540px) {
    .promo-content__link a {
        width:90%;
        height: 60px
    }
}

.promo-content__link a:hover {
    -webkit-box-shadow: 0 0 16px 0 rgba(253,56,160,.4);
    box-shadow: 0 0 16px 0 rgba(253,56,160,.4)
}

.promo-content__link a:hover::after,.promo-content__link a:hover::before {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation: .7s ease-in-out pulseRight infinite;
    animation: .7s ease-in-out pulseRight infinite
}

.promo-content__link a:hover::after {
    -webkit-animation: .7s ease-in-out pulseRight2 infinite;
    animation: .7s ease-in-out pulseRight2 infinite
}

.promo-content__link a::before {
    content: '';
    background-color: #fff;
    width: 20px;
    height: 2px;
    top: calc(50% + 2px);
    left: 75%
}

@media (max-width: 380px) {
    .promo-content__link a::before {
        left:80%
    }
}

.promo-content__link a::after {
    content: '';
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    width: 5px;
    height: 5px;
    top: calc(50% + 2px);
    left: 77%;
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    -ms-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg)
}

@media (max-width: 380px) {
    .promo-content__link a::after {
        left:82%
    }
}

.promo-terms {
    display: none;
    position: absolute;
    bottom: 0;
    background-color: #fff;
    padding: 4.8vh 0 5vh;
    width: 100%;
    border-radius: 25px 25px 0 0
}

@media (max-width: 1100px) {
    .promo-terms {
        position:unset;
        bottom: unset
    }
}

@media (max-width: 1100px) and (max-height:768px) and (orientation:landscape) {
    .promo-terms {
        padding:4.8vw 0 5vw
    }
}

.promo-terms p {
    font-size: 20px;
    line-height: 27px;
    width: 70%;
    margin: 0 auto 0 5vw
}

@media (max-width: 1366px) {
    .promo-terms p {
        width:80%
    }
}
.newLogo{
    position: fixed;
    bottom: -87px;
    left: 78px;
    max-width: 200px;
}
@media (max-width: 1506px) {
    .newLogo{
        position: fixed;
        bottom: -63px;
        left: 97px;
        max-width: 150px;
    }
}


@media (max-width: 1100px) {
    .promo-terms p {
        width:90%
    }

    .newLogo{
        position: relative;
        margin: 0 auto;
        display: block;
        bottom: 0;
        left: 0;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .newLogo.resp{
        margin-top: 20px;
    }
}

.promo-terms b {
    font-family: 'SegoeUI-bold'
}

.promo-terms__btn {
    z-index: 10;
    position: absolute;
    cursor: pointer;
    bottom: 4.8vh;
    right: 4.1vw;
    width: 54px;
    height: 54px;
    background-color: #fd38a0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-transition: .4s ease-in;
    -o-transition: .4s ease-in;
    transition: .4s ease-in
}

@media (max-width: 1100px) {
    .promo-terms__btn {
        -webkit-transition:.2s ease-in;
        -o-transition: .2s ease-in;
        transition: .2s ease-in;
        background-color: #fff;
        right: 50%;
        border: 1px solid #262db9;
        bottom: unset;
        top: -7vh;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%)
    }
}

@media (max-width: 540px) {
    .promo-terms__btn {
        top:-12vh
    }
}

@media (max-width: 540px) and (max-height:600px){
    .promo-terms__btn.magic {
        top:-5vh;
        margin-bottom: 10px
    }
}

@media (max-width: 1100px) and (max-height:768px) and (orientation:landscape) {
    .promo-terms__btn {
        margin-bottom:2vw
    }
}

.promo-terms__btn:hover {
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.5);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.5)
}

.promo-terms__btn.open:hover span:after,.promo-terms__btn:hover span::after {
    -webkit-animation: .6s ease-in pulse infinite;
    animation: .6s ease-in pulse infinite
}

@media (max-width: 1100px) {
    .promo-terms__btn:hover span::after {
        -webkit-animation:none;
        animation: none
    }
}

.promo-terms__btn span {
    position: relative;
    font-size: 14px;
    color: #fff
}

@media (max-width: 1100px) {
    .promo-terms__btn span {
        color:#000
    }
}

.promo-terms__btn span::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 120%;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    -ms-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff
}

@media (max-width: 1100px) {
    .promo-terms__btn span::after {
        border-color:#000
    }

    .terms {
        z-index: 20;
        position: relative;
        width: 100%;
        background-color: #262db9
    }

    .promo-terms__btn.open {
        top: 0;
        -webkit-transform: translate(50%,-50%);
        -ms-transform: translate(50%,-50%);
        transform: translate(50%,-50%)
    }
}

.promo-terms__btn.open span:after {
    -webkit-transform: translate(-50%,-10%) rotate(-135deg);
    -ms-transform: translate(-50%,-10%) rotate(-135deg);
    transform: translate(-50%,-10%) rotate(-135deg)
}

@media (max-width: 1100px) {
    .promo-terms__btn.open:hover span:after {
        -webkit-animation:none;
        animation: none
    }
}
@media (max-width: 321px){
    main {
        min-height: calc(100vh - 18px);
    }
}
