html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    line-height: 1
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input, select, textarea {
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #fff;
    color: #000;
    font-size: 13.5px;
    line-height: 20px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}

body.overflow {
    overflow: hidden
}

body.overflow .header-logo {
    position: fixed
}

html {
    height: 100%
}

html.overflow {
    overflow: hidden
}

a {
    color: #8d8da0;
    text-decoration: none;
    -webkit-transition: background .35s, color .35s;
    -moz-transition: background .35s, color .35s;
    -o-transition: background .35s, color .35s;
    transition: background .35s, color .35s
}

a:hover {
    color: #cc4cfc;
    text-decoration: none
}

p, img {
    display: block
}

h2 {
    display: block;
    font-size: 2.35em;
    line-height: 1.2em;
    letter-spacing: .9px;
    font-weight: 900;
    text-transform: uppercase
}

.button {
    display: block;
    height: 56px;
    padding: 0 15px;
    font-size: 1.3em;
    line-height: 58px;
    letter-spacing: .6px;
    color: #FF0000;
    background-color: #fff;
    border: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 8px 13px 19px 0 rgba(13, 196, 110, .45);
    -moz-box-shadow: 8px 13px 19px 0 rgba(13, 196, 110, .45);
    box-shadow: 8px 13px 19px 0 rgba(13, 196, 110, .45);
    -webkit-transition: color .35s, -webkit-box-shadow .35s;
    -moz-transition: color .35s, -moz-box-shadow .35s;
    -o-transition: color .35s, box-shadow .35s;
    transition: color .35s, box-shadow .35s
}

.button:hover, .button:focus {
    color: #000;
    outline: none;
    -webkit-box-shadow: 8px 13px 19px 0 rgba(13, 196, 110, .2);
    -moz-box-shadow: 8px 13px 19px 0 rgba(13, 196, 110, .2);
    box-shadow: 8px 13px 19px 0 rgba(13, 196, 110, .2)
}

.button:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.button--mobile {
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 700;
    background-color: #0f8;
    -webkit-box-shadow: 0 10px 20px 0 rgba(10, 255, 108, .45);
    -moz-box-shadow: 0 10px 20px 0 rgba(10, 255, 108, .45);
    box-shadow: 0 10px 20px 0 rgba(10, 255, 108, .45);
    overflow: hidden
}

.button--mobile:hover, .button--mobile:focus {
    color: #000;
    outline: none;
    -webkit-box-shadow: 0 10px 20px 0 rgba(10, 255, 108, .2);
    -moz-box-shadow: 0 10px 20px 0 rgba(10, 255, 108, .2);
    box-shadow: 0 10px 20px 0 rgba(10, 255, 108, .2)
}

i {
    display: inline-block
}

i[class*='app-icon'] {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    background-position: 50% 50%;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat
}

i.app-icon-appstore {
    background-image: url('./appstore.png')
}

i.app-icon-android {
    background-image: url('./android.png')
}

i.app-icon-appstore {
    margin-top: -4px
}

i.app-icon-android {
    margin-top: -1px
}

.header {
    position: relative;
    margin-bottom: 170px;
    background-color: #2363ed
}

.header .layout-wrapper {
    position: static
}

.header-parallax {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 115px;
    left: 0;
    z-index: 1;
    background: url('./header.png') 50% 0 no-repeat;
    -moz-background-size: 1024px;
    -o-background-size: 1024px;
    background-size: 1024px
}

.header-logo {
    width: 108px;
    height: 106px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 10
}

.header-logo img {
    width: 100%;
    height: 100%
}

.header-welcome {
    position: relative;
    z-index: 2
}

.header-welcome-title {
    display: block;
    padding: 58px 0 93.5px 0;
    color: #fff;
    font-size: 4.3em;
    line-height: 1.1em;
    font-weight: 900;
    letter-spacing: 1.5px
}

.header-welcome-slogan {
    max-width: 220px;
    margin: 25px auto 60px auto;
    font-size: 1.4em;
    line-height: 1.4em;
    font-weight: 900;
    color: #414d59
}

.header-welcome-download {
    padding-left: 440px;
    padding-bottom: 40px
}

.header-welcome-download-title {
    margin: 20px 0;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #fff;

    text-transform: uppercase
}

.header-welcome-download-hints, .header-welcome-download-buttons {
    display: -webkit-box;
    display: -moz-box;
    display: flex
}

.header-welcome-download-hints .button, .header-welcome-download-buttons .button {
    min-width: 165px;
    margin-left: 10px
}

.header-welcome-download-hints .button:first-child, .header-welcome-download-buttons .button:first-child {
    margin-left: 0
}

.header-welcome-download-hints .icon {
    margin: 0
}

.header-welcome-download-hints .button {
    min-width: 60px;
    position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.header-welcome-download-hints .button::after, .header-welcome-download-hints .button::before {
    display: block;
    position: absolute;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, 25px);
    -moz-transform: translate(-50%, 25px);
    -o-transform: translate(-50%, 25px);
    transform: translate(-50%, 25px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: -webkit-transform .35s, visibility .35s, opacity .35s;
    -moz-transition: -moz-transform .35s, visibility .35s, opacity .35s;
    -o-transition: -o-transform .35s, visibility .35s, opacity .35s;
    transition: transform .35s, visibility .35s, opacity .35s
}

.header-welcome-download-hints .button::after {
    height: 40px;
    top: 70px;
    padding: 0 15px;
    font-size: .7em;
    line-height: 40px;
    font-weight: 900;
    white-space: nowrap;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .1);
    content: attr(data-title)
}

.header-welcome-download-hints .button::before {
    width: 0;
    height: 0;
    top: 55px;
    border: solid transparent;
    border-width: 8px;
    border-bottom-color: #fff;
    pointer-events: none;
    content: ''
}

.header-welcome-download-hints .button:hover::after, .header-welcome-download-hints .button:hover::before {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    visibility: visible;
    opacity: 1
}

.header-cover {
    position: absolute;
    left: -28px;
    bottom: -199px;
    z-index: -1
}

.header-cover-hint {
    display: block;
    width: 240px;
    height: 160px;
    position: absolute;
    top: -40px;
    right: -235px;
    z-index: 1;
    font-size: 1.35em;
    line-height: 1.25em;
    font-weight: 900;
}

.header-cover-hint-text {
    display: block;
    position: absolute;
    top: 16px;
    right: 0;
    color: #fff;

}

@media screen and (max-width: 840px) {
    .header {
        margin-bottom: 0;
        background: #fff url('./header-mobile.png') 50% 35px no-repeat;
        -moz-background-size: 300px;
        -o-background-size: 300px;
        background-size: 300px
    }

    .header-parallax {
        display: none
    }

    .header-logo {
        width: 64px;
        height: 62px
    }

    .header-welcome {
        text-align: center
    }

    .header-welcome-title {
        margin: 0 auto;
        padding: 120px 0 0 0;
        font-size: 3.4em;
        line-height: 1.2em;
        color: #414d59
    }
}

.features {
    position: relative
}

.features-list {
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
    padding: 75px 0;
    list-style: none
}

.features-list-item {
    display: block;
    max-width: 220px;
    margin: 30px 0
}

.features-list-item-icon {
    display: block;
    width: 32px;
    height: 32px;
    background-position: 50% 50%;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat
}

.features-list-item-title {
    display: block;
    margin: 15px 0;
    font-size: 1.3em;
    line-height: 1.2em;
    font-weight: 900;
    letter-spacing: .7px
}

.features .icon-simple {
    background-image: url('./simple.png')
}

.features .icon-video {
    background-image: url('./video.png')
}

.features .icon-adblock {
    background-image: url('./adblock.png')
}

.features .icon-files {
    background-image: url('./files.png')
}

.features .icon-translate {
    background-image: url('./translate.png')
}

.features .icon-ebook {
    background-image: url('./ebook.png')
}

.features .icon-ebook {
    background-image: url('./ebook.png')
}

.features .icon-novel {
    background-image: url('./novel.png')
}

.features .icon-javascript {
    background-image: url('./javascript.png')
}

.features .icon-custom {
    background-image: url('./custom.png')
}

.download {
    background: #fadc32
}

.download-section {
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
    padding: 25px 0
}

.download-section-title {
    width: 310px;
    font-size: 1.7em;
    line-height: 1.2em;
    letter-spacing: 1px
}

.download-section-button {
    min-width: 215px;
    margin-left: 20px;
    -webkit-box-shadow: 8px 13px 19px 0 rgba(202, 158, 8, .6);
    -moz-box-shadow: 8px 13px 19px 0 rgba(202, 158, 8, .6);
    box-shadow: 8px 13px 19px 0 rgba(202, 158, 8, .6)
}

.download-section-button:hover {
    -webkit-box-shadow: 8px 13px 19px 0 rgba(202, 158, 8, .2);
    -moz-box-shadow: 8px 13px 19px 0 rgba(202, 158, 8, .2);
    box-shadow: 8px 13px 19px 0 rgba(202, 158, 8, .2)
}

.download-section-button:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

@media screen and (max-width: 840px) {
    .download {
        margin: 50px 0;
        background: 0 0
    }
}

.footer {
    position: relative;
    padding-top: 100px;
    background-color: #2363ed;
    overflow: hidden;
    color: #fff;
}

.footer-title {
    position: relative;
    z-index: 2;
    margin-bottom: 80px;
    text-align: center;
    color:#fff
}

.footer-column {
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    position: relative;
    z-index: 2;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap
}

.footer-column-item {
    width: 50%;
    font-size: 1.15em;
    line-height: 1.75em
}

.footer-column-item-title {
    display: block;
    margin: 20px 0;
    font-size: 1.15em;
    line-height: 1.2em;
    font-weight: 900;
    letter-spacing: .7px
}

.footer-column-item-field {
    display: block;
    width: 100%;
    height: 30px;
    margin-top: 15px;
    border: 0;
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 1em
}

.footer-column-item--about {
    color: #fff
}

.footer-column-item--contact {
    max-width: 300px
}

.footer-column-item--form {
    max-width: 300px;
    position: relative
}

.footer-social {
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    padding: 15px 0
}

.footer-social-item {
    display: block;
    margin-left: 12px
}

.footer-social-item:first-child {
    margin-left: 0
}

.footer-social-item-link {
    display: block;
    width: 32px;
    height: 32px;
    background-position: 50% 50%;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px
}

.footer-social-item-link:hover {
    opacity: .75
}

.footer-menu {
    position: relative;
    z-index: 2;
    margin-top: 60px;
    border-top: 2px solid rgba(0, 0, 0, .3);
    color: #fff;
}

.footer-menu-item {
    display: inline-block;
    height: 45px;
    margin-left: 40px;
    list-style: none;
    line-height: 46px
}

.footer-menu-item:first-child {
    margin-left: 0
}

.footer-menu-item-link {
    color: #fff;
}

.footer-menu-item-link-left-padding {
    color: #fff;
    padding-left:20px
}

.footer-menu-item-link:hover {
    color: #262626
}



@media screen and (min-width: 840px) {
    .copyright{
        margin-left: -72px;
        text-align: center;
        width: 100%;
    }
}

@media screen and (max-width: 840px) {
    .footer {
        padding-top: 60px
    }

    .footer-social {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        justify-content: center
    }

    .footer-title {
        margin-bottom: 60px
    }

    .footer-column {
        display: block
    }

    .footer-column-item {
        width: 100%;
        max-width: 100%;
        margin-bottom: 0;
        padding-bottom: 40px;
        text-align: center
    }

    .footer-column-item p {
        max-width: 350px;
        margin: 0 auto
    }

    .footer-column-item-title {
        margin: 15px 0;
        text-transform: uppercase;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none
    }

    .footer-column-item--contact {
        padding-bottom: 60px
    }

    .footer-column-item--form {
        max-width: 300px;
        margin: 0 auto;
        padding-bottom: 60px
    }

    .footer-menu-item {
        margin-left: 20px;
    }

    .footer-menu-item:first-child{
        margin-left: 20px;
    }

    .copyright{

    }
}

.layout {
    height: 100%;
    position: relative
}

.layout-wrapper {
    max-width: 820px;
    position: relative;
    margin: 0 auto;
    padding: 0 15px
}

.google-device-block {
    margin-top: 25px
}

.google-slider-block {
    display: none
}

.media-mobile {
    display: none
}

.centered {
    width: 100%;
    text-align: center;
}

.inlined {
    display: inline-block;
}

@media screen and (max-width: 840px) {
    .media-mobile {
        display: block
    }

    .media-desktop {
        display: none
    }

    .google-device .apple-device-block {
        display: none
    }

    .apple-device .google-device-block {
        display: none
    }

    .google-device .slider-section img {
        max-width: 380px
    }

    .google-device .apple-slider-block {
        display: none
    }

    .google-device .google-slider-block {
        display: block
    }
}