html, body, p, span {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

html {
    width: 100%;
    height: 100%
}

body {
    margin: 0;
    padding: 0;
    line-height: 1;
    position: relative;
    width: 100%;
    background-color: #000
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

::-webkit-input-placeholder {
    color: #fff
}

::-moz-placeholder {
    color: #fff
}

:-ms-input-placeholder {
    color: #fff
}

:-moz-placeholder {
    color: #fff
}

body {
    min-height: 100vh;
    height: 100%;
    font: 16px/1.2 Arial, Helvetica, sans-serif;
    color: #fff;
    margin: 0 auto;
    background: url(/images/marketing/roa_landing_27/bg.jpg) no-repeat black top center;
}


.page1 {
    width: 100%;
    height: 100%;
}

.cat {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translateX(-45%);
    width: 649px;
    height: 453px;
    background: url(/images/marketing/roa_landing_27/sleeping-cat.gif) no-repeat center top;
    background-size: cover;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    /*transition: .5s;*/
}

.cat:hover {
    filter: brightness(120%);
    transition: .5s;
}

.cat-text {
    color: white;
    font-size: 32px;
    text-align: center;
    background: url(/images/marketing/roa_landing_27/start-page-text-block-bg.png) no-repeat top center;
    width: 847px;
    height: 288px;
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    margin: 0 auto;
    line-height: 46px;
    padding-top: 52px;
}

.cat-text > span {
    font-size: 42px;
    color: #ffce00;
}

.page1 .share_links {
    position: absolute;
    bottom: 3%;
    left: 50%;
    margin-left: -480px;
    font-size: 26px;
}

.page1 .share_links > span {
    display: inline-block;
    margin-right: 5px;
    line-height: 40px;
    height: 40px;
    font-size: 26px;
    vertical-align: top;
}

.share {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background-image: url(/images/marketing/roa_landing_27/share.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    vertical-align: top;
}

.s_fb {
    background-position: -56px 0;
}

.s_tw {
    background-position: -167px 0;
}

.s_ok {
    background-position: -110px 0;
}

.s_vk {
    background-position: 0 0;
}

.share:hover {
    filter: brightness(120%);
}

.page2 {
    display: none;
}

.page2 .share_links {
    position: absolute;
    top: 37%;
    left: 56%;
    font-size: 24px;
    background-image: url(/images/marketing/roa_landing_27/step2-page-share-block-bg.png);
    background-repeat: no-repeat;
    width: 366px;
    height: 179px;
    padding-top: 10px;
    text-align: center;
}

.page2 .share_links > span {
    display: block;
    padding: 15px 0;
}

.page2 .share_links > div {
    padding: 15px 0 0;
}

.page2 .share_links a.back {
    color: white;
    font-size: 20px;
    position: relative;
}

.page2 .share_links a.back:before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: -22px;
    background: url(/images/marketing/roa_landing_27/back.png) no-repeat 0 0;
    width: 13px;
    height: 13px;

}

.promo-text {
    position: absolute;
    top: 59%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 19px;
    background-image: url(/images/marketing/roa_landing_27/step2-page-text-block-bg.png);
    background-repeat: no-repeat;
    width: 1047px;
    height: 93px;
    line-height: 102px;
    text-align: center;
}

.promo-text a {
    color: #f7931e;
}

.promo {
    position: absolute;
    top: 71%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 46px;
    background-image: url(/images/marketing/roa_landing_27/step2-page-promocode-bg.png);
    background-repeat: no-repeat;
    width: 372px;
    height: 145px;
    line-height: 145px;
    text-align: center;
}


.button {
    margin: 0 auto;
    width: 388px;
    height: 116px;
    border: 0;
    background: transparent url(/images/marketing/roa_landing_27/sprite.png) no-repeat -451px -175px;
    color: #fff;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 87%;
    left: 0;
    right: 0;
    line-height: 116px;
    text-decoration: none;
    border-radius: 4px;
    text-shadow: 0 1px 3px #000;
    text-align: center;

}

.button {
    font-family: Georgia, Times New Roman, sans-serif;
    font-size: 26px;
    text-transform: uppercase
}

.button:hover {
    filter: brightness(120%);
}

.button:focus {
    outline: none
}


@media screen and (max-width: 1600px) {
    body {
        background-position: center center;
        background-size: cover;
    }

    html {
        min-height: 780px;
    }

    .page1, .page2 {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .page2 {
        width: 100%;
        height: 100%;

    }
}


@media screen and (min-height: 1000px) and (min-width: 1367px) {
    .page1, .page2 {
        position: relative;
        height: 950px;
        top: 50%;
        transform: translateY(-50%);
    }

    body {
        background-position: center center;
    }
}




