.article,
body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #F3F2F0
}

h1,
h2,
h3,
h4 {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    -webkit-margin-start: 0;
    -moz-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    -moz-margin-end: 0;
    margin-inline-end: 0;
    font-weight: 400
}

.main {
    overflow-x: hidden
}

.download-link--mobile {
    display: none
}

.section-top {
    position: relative
}

@media only screen and (min-width:992px) {
    .section-top {
        height: 550px
    }
    .section-top__background {
        background-image: url(/images/new/blog__bg.png)
    }
}

@media only screen and (max-width:991px) {
    .section-top {
        height: 430px
    }
    .section-top__background {
        background-image: url(/images/new/blog__bg.png);
        background-position-y: top
    }
}

.section-top__background {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat
}

.section-top__slogan {
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    left: 0;
    z-index: 1;
    font-family: Oswald-Medium, serif;
    color: #f3db57;
    text-transform: uppercase;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    text-shadow: 0 0 60px rgba(21, 21, 21, .004);
    font-weight: 500
}

@media only screen and (min-width:992px) {
    .section-top__slogan {
        font-size: 60px;
        line-height: 1.2;
        top: 234px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .section-top__slogan {
        font-size: 56px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .section-top__slogan {
        top: 206px;
        font-size: 22px
    }
}

@media only screen and (max-width:767px) {
    .section-top__slogan {
        top: 206px;
        font-size: 22px
    }
}
.section-top__download-links {
    display: none
}

@media only screen and (min-width:992px) {
    .section-top__download-links {
        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;
        position: absolute;
        width: 100%;
        top: 335px;
        opacity: .93;
        z-index: 1
    }
}

.section-top__download-link {
    width: 219px;
    height: 78px
}

.section-top__download-link--gp {
    margin-right: 63px
}

.section-top__download-link--as {
    background-image: url(/images/used2/-e-apple.png)
}

.download-link--mobile {
    display: none
}

@media only screen and (max-width:991px) {
    .download-link--mobile {
        display: inline-block;
        background-color: #FFF;
        -webkit-box-shadow: 0 0 40px 0 #1B259E;
        box-shadow: 0 0 40px 0 #1B259E;
        border-radius: 10px;
        overflow: hidden;
        padding: 16px 12px;
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        color: #1A1B26;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        text-decoration: none;
        cursor: pointer
    }
}

.download-link--mobile-top {
    top: 246px
}

@media only screen and (max-width:767px) {
    .download-link--mobile-top {
        top: 250px
    }
}

.header__download-links {
    display: none
}

.article {
    font-family: SourceSansPro-Regular, serif;
    margin-top: 150px;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #2D2D2D;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.article * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (min-width:1200px) {
    .article__header {
        width: 1227px
    }
}

@media only screen and (max-width:1199px) {
    .article__header {
        width: 100%;
        padding: 20px
    }
}

@media only screen and (min-width:1200px) {
    .article__content {
        width: 1227px
    }
}

@media only screen and (max-width:1199px) {
    .article__content {
        width: 100%;
        padding: 20px
    }
}

.article__content h2+* {
    margin-top: 28px
}

.article__content p {
    margin-top: 30px
}

.article__content img {
    display: inline-block;
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 60px;
    border-radius: 20px;
    padding: 10px
}

@media only screen and (max-width:991px) {
    .article__content img {
        width: 100%;
        margin-top: 30px
    }
}

.article__content img:last-of-type+* {
    padding-top: 50px
}

.article__content img:last-of-type+:before {
    content: "";
    clear: both;
    display: table
}


/*# sourceMappingURL=article.min.css.map */