@charset "UTF-8";:focus,a,a:active,a:hover {
    outline: 0
}



a,a:focus,a:hover {
    text-decoration: none
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 100
}

@-webkit-keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
        transform: translateX(40px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

footer {
    display: block;
    margin: 0;
    padding: 0
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,:after,:before {
        background: 0 0!important;
        color: #000!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important;
        text-shadow: none!important
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    a[href^="#"]:after {
        content: ""
    }

    img {
        page-break-inside: avoid;
        max-width: 100%!important
    }

    p {
        orphans: 3;
        widows: 3
    }
}

@font-face {
    font-family: "Glyphicons Halflings";
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"),url(../fonts/glyphicons-halflings-regular.woff) format("woff"),url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}

*,:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    color: #333;
    line-height: 1;
    background: url(../app/images/bg.jpg) center 321px no-repeat #000
}

a {
    background-color: transparent;
    color: #337ab7
}

a:focus,a:hover {
    color: #23527c
}

a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

h1 {
    line-height: 1.1;
    color: inherit;
    margin-top: 20px;
    margin-bottom: 10px
}

.text-info {
    color: #31708f
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

@-ms-viewport {
    width: device-width
}

/*@font-face {
    font-family: "Bebas Neue";
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/BebasNeue-Regular.eot) format("embedded-opentype"), url(../fonts/BebasNeue-Regular.woff) format("woff"), url(../fonts/BebasNeue-Regular.ttf) format("truetype")
}

@font-face {
    font-family: "Bebas Neue";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/bebasneue_regular.eot) format("embedded-opentype"), url(../fonts/bebasneue_regular.woff) format("woff"), url(../fonts/bebasneue_regular.ttf) format("truetype")
}

@font-face {
    font-family: "Bebas Neue";
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/bebasneue_bold.eot) format("embedded-opentype"), url(../fonts/BebasNeue-Regular.woff) format("woff"), url(../fonts/BebasNeue-Regular.ttf) format("truetype")
}

@font-face {
    font-family: "Bebas Neue";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts//BebasNeue-Regular.eot) format("embedded-opentype"), url(../fonts/BebasNeue-Regular.woff) format("woff"), url(../fonts/BebasNeue-Regular.ttf) format("truetype")
}

@font-face {
    font-family: bebasLocale;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/bebasLocale/bebas-neue/BebasNeue-Regular.eot) format("embedded-opentype"), url(../fonts/bebasLocale/bebas-neue/BebasNeue-Regular.woff) format("woff"), url(../fonts/bebasLocale/bebas-neue/BebasNeue-Regular.ttf) format("truetype")
}

@font-face {
    font-family: bebasLocaleBold;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/bebasLocale/bebas-neue/bebasneue_bold.eot) format("embedded-opentype"), url(../fonts/bebasLocale/bebas-neue/bebasneue_bold.woff) format("woff"), url(../fonts/bebasLocale/bebas-neue/bebasneue_bold.ttf) format("truetype")
}

@font-face {
    font-family: bebasCyrillic;
    font-style: normal;
    font-weight: 400;
    src: url(./fonts/bebas_neue_cyrillic-webfont.eot) format("embedded-opentype"), url(./fonts/bebas_neue_cyrillic-webfont.woff) format("woff"), url(./fonts/bebas_neue_cyrillic-webfont.ttf) format("truetype")
}*/

a,body,div,h1,html,img,p {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: "Bebas Neue", sans-serif;
    font-size: 100%;
    vertical-align: baseline
}

body,html {
    height: 100%
}

* {
    outline: 0!important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

img {
    max-width: 100%;
    height: auto
}

.none {
    display: none
}

.button a,.logo a {
    display: inline-block
}

p {
    padding-bottom: 2rem;
    line-height: 24px;
    color: #2a2220;
    font-size: 16px
}

.content {
    margin: 0 auto;
    max-width: 956px;
    min-height: 806px;
    text-align: center
}

.logo {
    padding: 80px 0 30px;
    text-align: left
}

.logo a {
    position: relative;
    z-index: 1000
}

.text-info {
    position: relative;
    min-height: 375px
}

.mobile-text-info {
    display: none
}

.text-info img {
    position: absolute
}

.button a,footer {
    position: relative
}

.text-1 {
    left: -77px;
    top: -35px
}

.text-1 span b {
    position: absolute;
    left: 15%;
    font-size: 6em;
    line-height: 0.8;
    margin-top: 12px;
    z-index: 555;
    transform: scaleY(1.4) scaleX(1.1) translate(-1%, 1%);
    filter: drop-shadow(5px 19px 22px #000000);
    color: #d20404;
}

.text-2 {
    right: 110px;
    top: -40px
}

.text-2 span b {
    position: absolute;
    font-size: 12em;
    transform: scaleY(1.4) scaleX(1.3) translate(36%, 2%);
    filter: drop-shadow(5px 19px 22px #000000);
    color: white;
}

.text-3 {
    right: -141px;
    top: 80px
}

.text-3 img {
    position: absolute;
    z-index: 2;
}

.text-3 span {
    position: absolute;
    font-size: 3em;
    z-index: 8888888888888888;
    right: 7%;
    top: 129px;
    transform: scaleY(1.5) scaleX(1.1) translate(21%, 2%);
    filter: drop-shadow(-26px 2px 20px #000000);
    color: white;
}

.text-3 span b {
    z-index: 8888888888888888;
}
.text-4 {
    bottom: -111px;
    left: 39px
}

.text-4 span b {
    position: absolute;
    left: 119px;
    top: 250px;
    font-size: 6.5em;
    z-index: 555556666;
    transform: scaleY(1.4) scaleX(1.03) translate(2%, 0%);
    filter: drop-shadow(5px 19px 22px #000000);
    color: white;
}

.text-5 {
    bottom: -115px;
    right: -72px
}

.text-5 span {
    position: absolute;
    right: 139px;
    top: 246px;
    font-size: 5em;
    z-index: 555556666;
    transform: scaleY(1.5) scaleX(1.03) translate(-8%, 0%);
    filter: drop-shadow(5px 19px 22px #000000);
    color: #d20404;
}

.girl {
    left: 50%;
    margin-left: -355px;
    top: -163px;
    z-index: 100
}

.button a {
    background: url(../app/images/btn.png) center 0 no-repeat;
    width: 351px;
    height: 161px;
    margin-top: -33px;
    z-index: 102;
    position: relative;
}

.button a span {
    position: absolute;
    width: 351px;
    left: 0;
    top: 47px;
    color: white;
    font-size: 37px;
    transform: rotate(-8deg); scaleY(1.5) scaleX(1.03) translate(-8%, 0%);
}

.button a:hover {
    background-image: url(../app/images/btn-hover.png)
}

footer {
    background: url(../app/images/footer.png) center 0 no-repeat;
    min-height: 246px;
    text-align: center
}

.bg-gifts {
    background: url(../app/images/gifts.png) 54% 0 no-repeat;
    bottom: 25px;
    height: 396px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 101
}

.pays {
    display: block;
    margin: 0 auto;
    padding: 83px 0 64px
}

@media only screen and (max-width: 1120px) {
    body {
        overflow-x:hidden
    }

    .text-1,.text-4 {
        display: none
    }

    .logo {
        text-align: center;
        padding: 30px 0
    }

    .text-info {
        max-width: 500px;
        margin: 0 auto
    }

    .button a {
        margin: 0 0 0 -35px
    }

    .girl {
        left: 0;
        margin-left: auto;
        top: 0;
        z-index: 99
    }
}

@media only screen and (max-width: 664px) {
    .content {
        min-height:700px;
        position: relative
    }

    .content:after {
        content: '';
        position: absolute;
        background-image: url(../app/images/girl.png);
        width: 100%;
        height: 100%;
        top: 65px;
        left: 0;
        background-size: cover;
        z-index: -1;
        background-position: center;
        animation-name: fadeInUp;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }

    .logo a {
        display: block;
        padding: 0 15px
    }

    .text-2 {
        left: -60px;
        margin-top: -50px
    }

    .text-info {
        display: none;
        margin: -35px auto;
    }

    .mobile-text-info .text-2 span {
        display: flex;
        height: 250px;
        justify-content: center;
    }

    .mobile-text-info .text-2 span b {
        position: relative;
        display: inline-block;
        font-size: 150px;
        margin-top: 70px;
        transform: scaleY(1.4) scaleX(1.3);
    }

    .mobile-text-info .text-3 span {
        position: relative;
        display: inline-block;
        font-size: 40px;
        top: initial;
        filter: drop-shadow(34px 2px 20px #000000);
    }

    .mobile-text-info .text-5 span {
        position: relative;
        display: inline-block;
        top: initial;
        left: initial;
        right: initial;
        font-size: 60px;
        z-index: 555556666;
        transform: scaleY(1.5) scaleX(1.03) translate(-2%, 50%);
        filter: drop-shadow(25px 15px 22px #000000);
        color: #d20404;
    }

    .text-info img {
        position: inherit;
        top: 0;
        left: 0
    }

    .mobile-text-info {
        display: block;
        max-height: 420px;
        position: relative;
    }

    .mobile-text-info .girl {
        position: absolute!important;
        left: 0;
        margin-left: auto;
        top: 13%;
        z-index: -1
    }

    .text-3 {
        right: 0;
    }

    .pays {
        padding: 0 10px 64px;
        margin-top: -50px
    }

    .button {
        position: absolute;
        bottom: 0;
        margin: 0 auto;
        width: 100%
    }

    .bg-gifts {
        background: url(../app/images/gifts-mob.png) center no-repeat;
        height: 167px;
        left: 0;
        position: inherit;
        width: 100%;
        z-index: 101;
        background-size: cover;
        margin-top: -54px
    }

    footer {
        background: 0 0
    }
}
@media only screen and (max-width: 1120px) {
    body {
        overflow-x:hidden
    }
    .text-1,.text-4 {
        display: none
    }


    .logo {
        text-align: center;
        padding: 30px 0
    }

    .text-info {
        max-width: 500px;
        margin: 0 auto
    }

    .button a {
        margin: 0 0 0 -35px
    }

    .girl {
        left: 0;
        margin-left: auto;
        top: 0;
        z-index: 99
    }
}

@media only screen and (max-width: 767px) {
    .content {
        min-height:700px;
        position: relative;
        overflow-x: hidden;
    }

    .content:after {
        content: '';
        position: absolute;
        background-image: url(../app/images/girl.png);
        width: 100%;
        height: 100%;
        top: 65px;
        left: 0;
        background-size: cover;
        z-index: -1;
        background-position: center;
        animation-name: fadeInUp;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }

    .logo a {
        display: block;
        padding: 0 15px
    }

    .text-2 {
        left: -60px;
        margin-top: -50px
    }

    .text-info {
        display: none;
        margin: -35px auto;
    }

    .mobile-text-info .text-2 span {
        display: flex;
        height: 250px;
        justify-content: center;
    }

    .mobile-text-info .text-2 span b {
        position: relative;
        display: inline-block;
        font-size: 150px;
        margin-top: 70px;
        transform: scaleY(1.4) scaleX(1.3);
    }

    .mobile-text-info .text-3 span {
        position: relative;
        display: inline-block;
        font-size: 40px;
        top: initial;
        filter: drop-shadow(34px 2px 20px #000000);
    }

    .mobile-text-info .text-5 span {
        position: relative;
        display: inline-block;
        top: initial;
        left: initial;
        right: initial;
        font-size: 60px;
        z-index: 555556666;
        transform: scaleY(1.5) scaleX(1.03) translate(-2%, 50%);
        filter: drop-shadow(25px 15px 22px #000000);
        color: #d20404;
    }

    .text-info img {
        position: inherit;
        top: 0;
        left: 0
    }

    .mobile-text-info {
        display: block;
        max-height: 420px;
        position: relative;
    }

    .mobile-text-info .girl {
        position: absolute!important;
        left: 0;
        margin-left: auto;
        top: 13%;
        z-index: -1
    }

    .text-3 {
        right: 0;
    }

    .pays {
        padding: 0 10px 64px;
        margin-top: -50px
    }

    .button {
        position: absolute;
        bottom: 0;
        margin: 0 auto;
        width: 100%
    }

    .bg-gifts {
        background: url(../app/images/gifts-mob.png) center no-repeat;
        height: 167px;
        left: 0;
        position: inherit;
        width: 100%;
        z-index: 101;
        background-size: cover;
        margin-top: -54px
    }

    footer {
        background: 0 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
    .text-2 span b {
        top: 0;
        left: .66em;
        font-size: 9em;
        z-index: 3333;
    }

    .text-3 span {
        font-size: 3em;
        right: .9em;
        top: 1em;
        text-align: left;
    }

    .girl {
        z-index: -1;
    }
}
