@font-face {
    font-family: 'Solomon-Sans-Light';
    src: url('../fonts/solomon_sans_light-webfont.eot');
    src: url('../fonts/solomon_sans_light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/solomon_sans_light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Solomon-Sans-Thin';
    src: url('../fonts/solomon_sans_thin-webfont.eot');
    src: url('../fonts/solomon_sans_thin-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/solomon_sans_thin-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Solomon-Sans-Normal';
    src: url('../fonts/solomon_sans_normal-webfont.eot');
    src: url('../fonts/solomon_sans_normal-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/solomon_sans_normal-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Solomon-Sans-Semibold';
    src: url('../fonts/solomon_sans_semibold-webfont.eot');
    src: url('../fonts/solomon_sans_semibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/solomon_sans_semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Solomon-Sans-Book-Italic';
    src: url('../fonts/solomon_sans_book_italic-webfont.eot');
    src: url('../fonts/solomon_sans_book_italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/solomon_sans_book_italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Solomon-Sans-Black';
    src: url('../fonts/solomon_sans_black-webfont.eot');
    src: url('../fonts/solomon_sans_black-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/solomon_sans_black-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

* {
    box-sizing: border-box;
}

*:before {
    box-sizing: border-box;
}

*:after {
    box-sizing: border-box;
}

body {
    font: 300 18px "Open Sans", sans-serif;
    color: #000;
    background: #fff;
}

a {
    outline: none !important;
}

a:focus {
    outline: none !important;
}

.fp-section {
    height: 100% !important;
}

.wrapper {
    max-width: 1056px;
    min-width: 720px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

.section {
    overflow: hidden;
}

.download-btn {
    position: relative;
    display: block;
    width: 274px;
    height: 74px;
    line-height: 66px;
    font-size: 28px;
    font-weight: 400;
    color: #474747;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    z-index: 10;
    background: url("../images/btn-sprite.png") no-repeat 0 0;
}

.download-btn:hover {
    background-position: 0 -77px;
}

.download-btn:active {
    background-position: 0 -154px;
    line-height: 70px;
}

.version {
    font-size: 12px;
}

.download-btn:hover {
}

/*header*/
.header {
    position: fixed;
    top: 0;
    display: block;
    width: 100%;
    z-index: 10;
    transform: translate3d(0,-120px,0);
    transition: transform 420ms cubic-bezier(.165,.84,.44,1),opacity .1s ease-in;
}

.fp-viewing-section-1 .header,
.fp-viewing-section-5 .header,
.head1 .header {
    transform: translate3d(0,0,0);
}

.head2 .header {
    transform: translate3d(0,-120px,0);
}

.head2 .nav-download {
    display: inline-block !important;
}

#second-header {
    position: fixed;
    top: 0;
    display: block;
    width: 100%;
    height: 61px;
    border-bottom: 1px solid #d3d3d3;
    background: #fff;
    z-index: 10;
    transform: translate3d(0,0,0);
    transition: transform 420ms cubic-bezier(.165,.84,.44,1),opacity .1s ease-in;
}

.fp-viewing-section-1 #second-header,
.fp-viewing-section-5 #second-header {
    transform: translate3d(0,-120px,0);
}

.head2 #second-header {
    transform: translate3d(0,0,0);
}

#second-header .logo {
    height: 32px;
    margin-top: 14px;
    padding-left: 39px;
    font-size: 20px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.6);
    background-size: contain;
    transition: none;
}

#second-header div.langmenu {
    margin-top: 24px;
}

#second-header div.langmenu .active:after {
    background-position: -20px -4px;
}

#second-header .header-nav {
    margin-top: 17px;
}

#second-header .nav-item {
    color: rgba(0, 0, 0, .6);
}

#second-header .nav-download {
    color: #fff;
    font-weight: 300;
    background-color: #6cc79f;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

#second-header .nav-download:hover {
    text-decoration: none;
    background-color: #80d2ae;
}

.sec4-img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.logo {
    float: left;
    display: block;
    height: 48px;
    margin-top: 72px;
    padding-left: 68px;
    font-family: "Solomon-Sans-Normal", sans-serif;
    font-size: 30px;
    color: #fff;
    line-height: 48px;
    text-decoration: none;
    background: url("../images/logo.png") 0 0 no-repeat;
    -webkit-transition: all 700ms ease-in;
    transition: all 700ms ease-in;
}

.header-nav {
    float: right;
    margin-top: 88px;
    -webkit-transition: all 700ms ease-in;
    transition: all 700ms ease-in;
}

.nav-item {
    margin-left: 61px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 700ms ease-in;
    transition: all 700ms ease-in;
}

.nav-download {
    padding: 4px 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.nav-item:hover {
    text-decoration: underline;
}

div.langmenu {
    float: right;
    margin-top: 95px;
    margin-left: 51px;
    margin-right: 10px;
    -webkit-transition: all 700ms ease-in;
    transition: all 700ms ease-in;
}

div.langmenu:hover li.lang,
div.langmenu:before:hover li.lang,
ul.langmenu:hover li.lang {
    display: block;
}

div.langmenu:hover li.lang {
    display: block;
}

ul.langmenu {
    width: 40px;
    position: absolute;
    padding-top: 5px;
}

li.lang {
    display: none;
    position: relative;
    margin-bottom: 5px;
}

li.lang a {
    background: url("../images/lang-sprite.png") no-repeat;
}

li.lang.ru a {
    display: block;
    width: 18px;
    height: 12px;
    background-position: 0 -0px;
}

li.lang.en a {
    display: block;
    width: 18px;
    height: 12px;
    background-position: 0 -14px;
}

li.lang.es a {
    display: block;
    width: 18px;
    height: 12px;
    background-position: 0 -28px;
}

li.lang.fr a {
    display: block;
    width: 18px;
    height: 12px;
    background-position: 0 -42px;
}

li.lang.ar a {
    display: block;
    width: 18px;
    height: 12px;
    background-position: 0 -98px;
}

li.lang.pt a {
    display: block;
    width: 18px;
    height: 12px;
    background-position: 0 -56px;
}

li.lang.th a {
    display: block;
    width: 18px;
    height: 12px;
    background-position: 0 -70px;
}

li.lang.de a {
    display: block;
    width: 18px;
    height: 12px;
    background-position: 0 -84px;
}

li.lang.tr a {
    display: block;
    width: 18px;
    height: 12px;
    background-position: 0 -112px;
}

div.langmenu .active {
    position: relative;
    width: 18px;
    height: 12px;
    margin-right: 2px;
    cursor: pointer;
    background: url("../images/lang-sprite.png") no-repeat;
}

div.langmenu .active.ru {
    background-position: 0 0;
}


div.langmenu .active.en {
    background-position: 0 -14px;
}

div.langmenu .active.es {
    background-position: 0 -28px;
}

div.langmenu .active.fr {
    background-position: 0 -42px;
}

div.langmenu .active.ar {
    background-position: 0 -98px;
}

div.langmenu .active.pt {
    background-position: 0 -56px;
}

div.langmenu .active.th {
    background-position: 0 -70px;
}

div.langmenu .active.de {
    background-position: 0 -84px;
}

div.langmenu .active.tr {
    background-position: 0 -112px;
}

div.active.ru + ul.langmenu .lang.ru {
    display: none;
}

div.active.en + ul.langmenu .lang.en {
    display: none;
}

div.active.es + ul.langmenu .lang.es {
    display: none;
}

div.active.fr + ul.langmenu .lang.fr {
    display: none;
}

div.active.ar + ul.langmenu .lang.ar {
    display: none;
}

div.active.pt + ul.langmenu .lang.pt {
    display: none;
}

div.active.th + ul.langmenu .lang.th {
    display: none;
}

div.active.de + ul.langmenu .lang.de {
    display: none;
}

div.active.tr + ul.langmenu .lang.tr {
    display: none;
}

div.langmenu .active:before {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 12px;
    content: "";
}

div.langmenu .active:after {
    position: absolute;
    right: -20px;
    top: 4px;
    display: block;
    width: 7px;
    height: 4px;
    background: url("../images/lang-sprite.png") no-repeat;
    background-position: -20px 0;
    content: "";
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
/*nav icons*/
.nav-item-0 {
    width: 15px;
    height: 19px;
    background-position: 0 0;
}

.nav-item-1 {
    width: 14px;
    height: 16px;
    background-position: 0 -21px;
}

.nav-item-2 {
    width: 16px;
    height: 16px;
    background-position: 0 -39px;
}

.nav-item-3 {
    width: 15px;
    height: 16px;
    background-position: 0 -90px;
}

.nav-item-4 {
    width: 15px;
    height: 19px;
    background-position: 0 0;
}

.fp-viewing-section-2 .nav-item-0,
.fp-viewing-section-3 .nav-item-0,
.fp-viewing-section-5 .nav-item-0 {
    background-position: -17px 0;
}

.fp-viewing-section-2 .nav-item-1,
.fp-viewing-section-3 .nav-item-1,
.fp-viewing-section-5 .nav-item-1 {
    background-position: -16px -21px;
}

.fp-viewing-section-2 .nav-item-2,
.fp-viewing-section-3 .nav-item-2,
.fp-viewing-section-5 .nav-item-2 {
    background-position: -18px -39px;
}

.fp-viewing-section-2 .nav-item-3,
.fp-viewing-section-3 .nav-item-3,
.fp-viewing-section-5 .nav-item-3 {
    background-position: -17px -90px;
}

.fp-viewing-section-2 .nav-item-4,
.fp-viewing-section-3 .nav-item-4,
.fp-viewing-section-5 .nav-item-4 {
    background-position: -17px 0px;
}

.fp-viewing-section-1 .fp-nav-item {
    opacity: .3;
}

.fp-viewing-section-2 .fp-nav-item {
    opacity: .2;
}

.fp-viewing-section-3 .fp-nav-item {
    opacity: .15;
}

.fp-viewing-section-4 .fp-nav-item {
    opacity: .2;
}

.fp-viewing-section-5 .fp-nav-item {
    opacity: .2;
}

.fp-nav-item.active,
.fp-nav-item:hover {
    opacity: 1;
}

/*section-1*/
.fp-viewing-section-1 .nav-download {
    display: none;
}
.section-1 {
    background: url("../images/section-1-bg.jpg") 50% 50% no-repeat;
    background-size: cover;
}

.bottom-arrow {
    position: absolute;
    bottom: 53px;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    background: url("../images/bottom-arrow.png") no-repeat;
    cursor: pointer;
    -webkit-animation: arrow 1s both infinite;
    animation: arrow 1s both infinite;
}


@-webkit-keyframes arrow {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-14px);
    }
    60% {
        -webkit-transform: translateY(-7px);
    }
}

@keyframes arrow {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-14px);
        transform: translateY(-14px);
    }
    60% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px);
    }
}

.bottom-arrow:hover {
    -webkit-animation: none;
    animation: none;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.section-1-title {
    width: 700px;
    margin-left: 11px;
    margin-bottom: 21px;
    font-family: "Solomon-Sans-Black", sans-serif;
    font-size: 46px;
    line-height: 54px;
    color: #fff;
    text-transform: uppercase;
}

.section-1-subtitle {
    width: 430px;
    margin-left: 11px;
    font-family: "Solomon-Sans-Semibold", sans-serif;
    font-size: 26px;
    line-height: 32px;
    color: #fff;
}

.section-1-download {
    position: relative;
    width: 272px;
    margin-top: 55px;
    margin-left: 14px;
    text-align: center;
}

.section-1-other-os,
.section-1-other-os-link {
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.section-1-other-os {
    position: absolute;
    width: 100%;
    bottom: -34px;
}

.section-1-other-os-link:hover {
    text-decoration: underline;
}

/*section-2*/
/*.fp-viewing-section-2 .logo {
    color: #000;
}

.fp-viewing-section-2 .nav-item {
    color: #000;
}

.fp-viewing-section-2 .nav-download {
    padding: 4px 15px;
    border: 1px solid #000;
    border-radius: 4px;
}

.fp-viewing-section-2 .nav-download:hover {
    text-decoration: none;
    background: #000;
    color: #fff;
}

.fp-viewing-section-2 div.langmenu .active:after {
    background-position: -20px -4px;
}*/

.section-2 {
    background: #fff url("../images/section-2-bg.png") no-repeat 100% 100%;
}

.section-2-wrapper {
    position: relative;
}

.section-2-title {
    margin-bottom: 38px;
    font-family: "Solomon-Sans-Normal", sans-serif;
    font-size: 36px;
    color: #000;
    text-transform: uppercase;
}

.section-2-text {
    width: 490px;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 24px;
    color: #000;
}

.section-2-text:last-of-type {
    margin-bottom: 95px;
}

.slider-container {
    text-align: right;
}

.slider {
    position: absolute;
    top: -51px;
    right: 0;
    display: inline-block;
    width: 481px;
    height: 584px;
    margin-left: -464px;
    background: url("../images/section-2-computer.png") no-repeat;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    pointer-events: none;
}

.slider.active {
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

.slider-img {
    display: none;
    width: 435px;
    margin-top: 25px;
    margin-right: 22px;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.slider-img.active {
    display: inline-block;
}

.slider-pager {
    position: absolute;
    font-size: 0;
    line-height: 0;
    opacity: 0;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.slider-pager.active {
    opacity: 1;
}

.pager-item {
    display: inline-block;
    margin-right: 12px;
    padding: 3px;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
    -webkit-transition: all .7s ease-out;
    transition: all .7s ease-out;
}

.pager-item.active,
.pager-item:hover {
    border: 2px solid #ff5519;
}

.pager-img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

/*section-3*/
/*.fp-viewing-section-3 .logo {
    color: #000;
}

.fp-viewing-section-3 .nav-item {
    color: #000;
}

.fp-viewing-section-3 .nav-download {
    padding: 4px 15px;
    border: 1px solid #000;
    border-radius: 4px;
}

.fp-viewing-section-3 .nav-download:hover {
    text-decoration: none;
    background: #000;
    color: #fff;
}

.fp-viewing-section-3 div.langmenu .active:after {
    background-position: -20px -4px;
}
*/
.section-3 {
    background: #f4cc2b url("../images/section-3-bg.png") no-repeat 80% 100%;
}

.section-3-wrapper {
    position: relative;
}

.section-3-img {
    position: absolute;
    top: -86px;
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

.section-3-img.active {
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

.section-3-content {
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.section-3-content.active {
    opacity: 1;
}

.section-3-content {
    margin-left: 50%;
}

.section-3-title {
    width: 450px;
    margin-bottom: 35px;
    font-family: "Solomon-Sans-Normal", sans-serif;
    font-size: 36px;
    line-height: 42px;
    color: #000;
    text-transform: uppercase;
}

.section-3-text {
    margin-bottom: 35px;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #000;
}

/*section-4*/
/*.fp-viewing-section-4 .nav-download {
    padding: 4px 15px;
    border: 1px solid #fff;
    border-radius: 4px;
}

.fp-viewing-section-4 .nav-download:hover {
    text-decoration: none;
    background: #fff;
    color: #000;
}*/


.download-list,
.orbitum-player {
    position: absolute;
    font-family: "Solomon-Sans-Book-Italic", sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.download-list {
    top: 42px;
    left: 28px;
}

.orbitum-player {
    top: -2px;
    right: 36px;
}

/*section-5*/
/*
.fp-viewing-section-5 .nav-download {
    padding: 4px 15px;
    border: 1px solid #fff;
    border-radius: 4px;
}

.fp-viewing-section-5 .nav-download:hover {
    text-decoration: none;
    background: #fff;
    color: #000;
}
*/

.circle-container {
    position: absolute;
    top: -432px;
    right: -395px;
    width: 858px;
    height: 858px;
    overflow: hidden;
    display: none;
    opacity: .4;
}

.circle-container.ie {
    background: url("../images/circle.png") no-repeat 50% 50%;
}

.circle-container.ie .circle {
    display: none;
}

.circle-container.active {
    display: block;
}

.circle-img {
    position: absolute;
    top: -250%;
    right: -600px;
    pointer-events: none;
}

.circle {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%;
    overflow: hidden;
    background: transparent;
    border: solid 1px #fff;
    opacity: 1;

}

.circle-1 {
    width: 5%;
    height: 5%;
    -webkit-animation: full-1 2s ease infinite;
    animation: full-1 2s ease infinite;
    opacity: 0;
}
@-webkit-keyframes full-1 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        width: 10%;
        height: 10%;
        opacity: 0;
    }
}
@keyframes full-1 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        width: 10%;
        height: 10%;
        opacity: 0;
    }
}

.circle-2 {
    width: 10%;
    height: 10%;
    -webkit-animation: full-2 2s ease infinite;
    animation: full-2 2s ease infinite;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
    opacity: 0;
}
@-webkit-keyframes full-2 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        width: 15%;
        height: 15%;
        opacity: 0;
    }
}
@keyframes full-2 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        width: 15%;
        height: 15%;
        opacity: 0;
    }
}

.circle-3 {
    width: 15%;
    height: 15%;
    -webkit-animation: full-3 2s ease infinite;
    animation: full-3 2s ease infinite;
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s;
    opacity: 0;
}
@-webkit-keyframes full-3 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        width: 25%;
        height: 25%;
        opacity: 0;
    }
}
@keyframes full-3 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        width: 25%;
        height: 25%;
        opacity: 0;
    }
}

.circle-4 {
    width: 25%;
    height: 25%;
    -webkit-animation: full-4 2s ease infinite;
    animation: full-4 2s ease infinite;
    opacity: 0;
}
@-webkit-keyframes full-4 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        width: 40%;
        height: 40%;
        opacity: 0;
    }
}
@keyframes full-4 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        width: 40%;
        height: 40%;
        opacity: 0;
    }
}

.circle-5 {
    width: 40%;
    height: 40%;
    -webkit-animation: full-5 2s ease infinite;
    animation: full-5 2s ease infinite;
    -webkit-animation-delay: 5.8s;
    animation-delay: 5.8s;
    opacity: 0;
}
@-webkit-keyframes full-5 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        width: 55%;
        height: 55%;
        opacity: 0;
    }
}
@keyframes full-5 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        width: 55%;
        height: 55%;
        opacity: 0;
    }
}

.circle-6 {
    width: 55%;
    height: 55%;
    -webkit-animation: full-6 2s ease infinite;
    animation: full-6 2s ease infinite;
    -webkit-animation-delay: 7.2s;
    animation-delay: 7.2s;
    opacity: 0;
}
@-webkit-keyframes full-6 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        width: 75%;
        height: 75%;
        opacity: 0;
    }
}
@keyframes full-6 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        width: 75%;
        height: 75%;
        opacity: 0;
    }
}

.circle-7 {
    width: 75%;
    height: 75%;
    -webkit-animation: full-7 2s ease infinite;
    animation: full-7 2s ease infinite;
    -webkit-animation-delay: 8.5s;
    animation-delay: 8.5s;
    opacity: 0;
}
@-webkit-keyframes full-7 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}
@keyframes full-7 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}

/*section-4*/
.section-4 {
    background: url("../images/section-6-bg-dark.jpg") 50% 50% no-repeat;
    background-size: cover;
}

.fp-viewing-section-4 .nav-download {
    padding: 4px 15px;
    border: 1px solid #fff;
    border-radius: 4px;
}

.fp-viewing-section-4 .nav-download:hover {
    text-decoration: none;
    background: #fff;
    color: #000;
}

.section-4-img {
    position: absolute;
    margin-left: -126px;
    bottom: 0;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.section-4-img.active {
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

.section-4-container {
    margin-left: 50%;
}

.section-4-title {
    margin-bottom: 25px;
    font-family: "Solomon-Sans-Normal", sans-serif;
    font-size: 36px;
    line-height: 44px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
}

.section-4-text {
    margin-bottom: 60px;
    padding-left: 6px;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-align: left;
}

.market-btn {
    display: block;
    width: 235px;
    height: 74px;
    margin-left: 6px;
    background: url("../images/market-btn.png") no-repeat;
}

/*section-5*/
.fp-viewing-section-5 .logo {
    color: #000;
}

.fp-viewing-section-5 .nav-item {
    color: #000;
}

.fp-viewing-section-5 .nav-download {
    display: none;
}

.fp-viewing-section-5 div.langmenu .active:after {
    background-position: -20px -4px;
}

.section-5 {
    background: url("../images/section-7-bg.jpg") 50% 50% no-repeat;
    background-size: cover;
}

.section-5-content {
    width: 934px;
    height: 524px;
    margin: 0 auto;
    padding-top: 168px;
    text-align: center;
    background: url("../images/section-7-img.png") no-repeat;
    background-size: contain;
}

.section-5-title {
    margin-bottom: 15px;
    font-family: "Solomon-Sans-Normal", sans-serif;
    font-size: 48px;
    line-height: 54px;
    color: #000;
    text-transform: uppercase;
}

.section-5-text {
    margin-bottom: 44px;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    opacity: .7;
}

.section-5-other-os {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #868686;
}

.section-5-other-os-link {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #868686;
    text-decoration: none;
}

.section-5-other-os-link:hover {
    text-decoration: underline;
}

.section-5-content .download-btn {
    width: 272px;
    height: 72px;
    padding: 0;
    font-weight: 400;
    border-radius: 4px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    text-decoration: none;
    margin: 0 auto 15px;
    color: #6CC79F;
    line-height: 66px;
    border: 2px solid #6CC79F;
    background: #fff;
}

.section-5-content .download-btn:hover {
    background: #6CC79F;
    color: #fff;
}

.section-5-content .download-btn:active {
    padding: 0;
}

.term-container {
    padding-top: 97px;
    text-align: center;
}

.term-container p,
.term-container a {
    font-weight: 400;
    font-size: 11px;
    color: #949393;
}

.term-container a {
    text-decoration: underline;
}

.term-container a:hover {
    text-decoration: none;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 156px;
    background: #e5e5e5;
}


.footer-logo {
    float: left;
    height: 24px;
    margin-top: 36px;
    padding-left: 36px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    text-decoration: none;
    background: url("../images/footer-logo.png") no-repeat;
}

.footer-links {
    float: left;
    width: 650px;
    margin-top: 33px;
}

.links-list {
    float: left;
    margin-left: 68px;
}

.links-list:last-of-type {
    margin-left: 28px;
}

.footer-link {
    font-size: 13px;
    line-height: 30px;
    color: #717171;
    text-decoration: none;
}

.footer-link:hover {
    text-decoration: underline;
}

.age-img {
    float: right;
    width: 41px;
    height: 41px;
    margin-top: 28px;
    margin-right: -10px;
    font-weight: 700;
    font-size: 22px;
    line-height: 41px;
    text-align: center;
    color: #b4b3b3;
    background: #fff;
    border-radius: 50%;
}

.social-links {
    position: relative;
    float: left;
    margin-top: 28px;
    margin-left: 26px;
    font-size: 0;
    line-height: 0;
}

.social {
    display: inline-block;
    width: 41px;
    height: 41px;
    margin-left: 15px;
    position: relative;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}

.social.vk {
    background-color: #4e729a;
}

.social.fb {
    background-color: #46629e;
}

.social.twitter {
    background-color: #2caae1;
}

.social.vk:after {
    position: absolute;
    top: 11px;
    left: 14px;
    width: 15px;
    height: 19px;
    background: url("../images/social-sprite.png") no-repeat 0 -2px;
    content: "";
}

.social.fb:after {
    position: absolute;
    top: 9px;
    left: 15px;
    width: 11px;
    height: 22px;
    background: url("../images/social-sprite.png") no-repeat -17px 0;
    content: "";
}

.social.twitter:after {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 22px;
    height: 19px;
    background: url("../images/social-sprite.png") no-repeat -31px -3px;
    content: "";
}

.social.vk:hover {
    background-color: #5b8bb4;
}

.social.fb:hover {
    background-color: #6288cc;
}

.social.twitter:hover {
    background-color: #53cbf6;
}

.love {
    position: absolute;
    top: 73px;
    left: 15px;
    font-size: 13px;
    line-height: 16px;
    color: #717171;
    padding-right: 25px;
    background: url("../images/heart.png") no-repeat 100% 50%;
}

/*split1 styles*/
.split1 .header {
    transform: none;
}

.split1 .logo {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 30px;
}

.split1 .nav-item {
    font-weight: 600;
    transition: none;
}

.split1 .nav-download {
    display: inline-block;
    height: 32px;
    font-weight: 300;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    -webkit-transition: .3s all linear;
    transition: .3s all linear;
}

.split1 .nav-download:hover {
    text-decoration: none;
}

.split1 div.langmenu .active:after {
    background-position: -20px -4px;
}

.split1 .section-1 {
    background-image: url("../images/section-1-bg-split1.jpg");
}

.split1 .section-1-title {
    width: 600px;
    color: #252525;
    text-transform: none;
}

.split1 .section-1-subtitle {
    color: #252525;
}

.split1 .download-btn {
    width: 274px;
    height: 74px;
    font-weight: 600;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    background: url("../images/split1-btn1.png") no-repeat;
}

.split1 .download-btn:active {
    line-height: 66px;
}

.split1 .section-1-other-os {
    color: #252525;
}

.split1 .section-1-other-os-link {
    color: #252525;
}

.split1.fp-viewing-section-2 .logo {
    color: #000;
}

.split1.fp-viewing-section-2 .nav-item {
    font-weight: 300;
    color: #000;
    opacity: .6;
}

.split1 .section-2-text:last-of-type {
    margin-bottom: 40px;
}

.split1 .section-2-title,
.split1 .section-3-title,
.split1 .section-4-title {
    font-family: "Solomon-Sans-Light", sans-serif;
}

.download-btn.btn2 {
    margin-top: 123px;
    background: url("../images/split1-btn2.png") no-repeat;
}

.split1.fp-viewing-section-3 .logo,
.split1.fp-viewing-section-3 .nav-item {
    color: #000;
    font-weight: 300;
}

.split1.fp-viewing-section-3 .nav-item {
    opacity: .6;
}

.split1.fp-viewing-section-3 .nav-download {
    opacity: 1;
}

.download-btn.btn3 {
    background: url("../images/split1-btn3.png") no-repeat;
}

.split1.fp-viewing-section-4 div.langmenu .active:after {
    background-position: -20px 0;
}

.download-btn.btn4 {
    margin: 0 auto;
    background: url("../images/split1-btn4.png") no-repeat;
}

.split1.fp-viewing-section-4 .logo,
.split1.fp-viewing-section-4 .nav-item {
    color: #fff;
    font-weight: 300;
}

.download-btn.btn5 {
    color: #474747;
    background: url("../images/split1-btn5.png") no-repeat;
}

.split1.fp-viewing-section-4 .logo,
.split1.fp-viewing-section-4 .nav-item {
    color: #fff;
    font-weight: 300;
}

.split1.fp-viewing-section-5 .logo,
.split1.fp-viewing-section-5 .nav-item {
    color: #000;
    font-weight: 300;
}

.split1 .download-btn.bottom {
    width: 272px;
    height: 72px;
    line-height: 72px;
    font-weight: 400;
    border: none;
    background: #ff4c52;
}

.split1.fp-viewing-section-1 .nav-item-0,
.split1.fp-viewing-section-2 .nav-item-0,
.split1.fp-viewing-section-3 .nav-item-0,
.split1.fp-viewing-section-5 .nav-item-0 {
    background-position: -17px 0;
}

.split1.fp-viewing-section-1 .nav-item-1,
.split1.fp-viewing-section-2 .nav-item-1,
.split1.fp-viewing-section-3 .nav-item-1,
.split1.fp-viewing-section-5 .nav-item-1 {
    background-position: -16px -21px;
}

.split1.fp-viewing-section-1 .nav-item-2,
.split1.fp-viewing-section-2 .nav-item-2,
.split1.fp-viewing-section-3 .nav-item-2,
.split1.fp-viewing-section-5 .nav-item-2 {
    background-position: -18px -39px;
}

.split1.fp-viewing-section-1 .nav-item-3,
.split1.fp-viewing-section-2 .nav-item-3,
.split1.fp-viewing-section-3 .nav-item-3,
.split1.fp-viewing-section-5 .nav-item-3 {
    background-position: -15px -90px;
}

.split1.fp-viewing-section-1 .nav-item-4,
.split1.fp-viewing-section-2 .nav-item-4,
.split1.fp-viewing-section-3 .nav-item-4,
.split1.fp-viewing-section-5 .nav-item-4 {
    background-position: -17px 0;
}

.split1.fp-viewing-section-1 .nav-download {
    background-color: #a7d711;
}

.split1.fp-viewing-section-2 .nav-download {
    background-color: #f58333;
    color: #fff;
    opacity: 1;
}

.split1.fp-viewing-section-3 .nav-download {
    background-color: #2baff4;
    color: #fff;
}

.split1.fp-viewing-section-4 .nav-download {
    background-color: #000 ;
    color: #fff;
}

.split1.fp-viewing-section-5 .nav-download {
    background-color: #ff4c52 ;
    color: #fff;
}

.split2 .logo,
.split2 .nav-item {
    font-weight: 300;
    color: #000;
}

.split2 .nav-download {
    color: #fff;
}

.split2 .section-1 {
    background: url("../images/section-7-bg.jpg") 50% 50% no-repeat;
    background-size: cover;
}

.split2 .section-1-content {
    width: 934px;
    height: 524px;
    margin: 0 auto;
    padding-top: 147px;
    text-align: center;
    background: url("../images/section-7-img.png") no-repeat;
    background-size: contain;
}

.split2 .section-1-title {
    margin: 0 auto 6px;
    font-family: "Solomon-Sans-Black", sans-serif;
    font-size: 46px;
    line-height: 54px;
    color: #252525;
}

.split2 .section-1-subtitle {
    font-family: "Open Sans", sans-serif;
    margin: 0 auto;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    opacity: .7;
}

.split2 .section-1-download {
    margin: 0 auto;
    padding-top: 20px;
}

.split2 .section-1-download .download-btn {
    width: 272px;
    height: 72px;
    line-height: 72px;
    font-weight: 400;
    border: none;
    background: #ff4c52;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.split2 .section-1-other-os {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #868686;
}

.split2 .section-1-other-os-link {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #868686;
    text-decoration: none;
}

.split2 .term-container {
    padding-top: 132px;
    text-align: center;
}

.split2 .term-container p,
.split2 .term-container a {
    font-weight: 400;
    font-size: 11px;
    color: #949393;
}

.split2 .term-container a {
    text-decoration: underline;
}

.split3 .download-btn {
    text-transform: none !important;
}

.split4 .download-btn {
    width: 350px;
    background-image: url("../images/green-btn.png");
    background-repeat: repeat-x;
}

.split4.split3 .download-btn {
    width: 330px;
}

.split4 .download-btn:before {
    position: absolute;
    top: 0;
    left: -6px;
    display: block;
    width: 7px;
    height: 74px;
    background: url("../images/green-btn-before.png") no-repeat;
    content: "";
}

.split4 .download-btn:after {
    position: absolute;
    top: 0;
    right: -6px;
    display: block;
    width: 7px;
    height: 74px;
    background-image: url("../images/green-btn-after.png");
    background-repeat:  no-repeat;
    content: "";
}

.split4 .download-btn.btn2 {
    background-image: url("../images/orange-btn.png");
}

.split4 .download-btn.btn2:before {
    background-image: url("../images/orange-btn-before.png");
}

.split4 .download-btn.btn2:after {
    background-image: url("../images/orange-btn-after.png");
}

.split4 .download-btn.btn3 {
    background-image: url("../images/blue-btn.png");
}

.split4 .download-btn.btn3:before {
    background-image: url("../images/blue-btn-before.png");
}

.split4 .download-btn.btn3:after {
    background-image: url("../images/blue-btn-after.png");
}

.split4 .download-btn.btn4 {
    background-image: url("../images/purple-btn.png");
}

.split4 .download-btn.btn4:before {
    background-image: url("../images/purple-btn-before.png");
}

.split4 .download-btn.btn4:after {
    background-image: url("../images/purple-btn-after.png");
}

.split4 .download-btn.btn5 {
    background-image: url("../images/yellow-btn.png");
}

.split4 .download-btn.btn5:before {
    background-image: url("../images/yellow-btn-before.png");
}

.split4 .download-btn.btn5:after {
    background-image: url("../images/yellow-btn-after.png");
}

.split4 .download-btn.bottom {
    width: 350px;
}

.split4.split3 .download-btn.bottom {
    width: 340px;
}

.split4 .download-btn.bottom:before,
.split4 .download-btn.bottom:after {
    display: none;
}

.split4.split2 .section-1-download .download-btn:before,
.split4.split2 .section-1-download .download-btn:after {
    display: none;
}

@media (max-width: 1170px) {
    .wrapper {
        padding-left: 50px;
    }
    .footer-wrapper {
        padding-left: 10px;
    }
}

@media (max-width: 1070px) {
    .wrapper {
        padding-left: 75px;
    }
    .footer-wrapper {
        padding-left: 10px;
    }
    .section-5-content,
    .split2 .section-1-content {
        width: 100%;
    }
    .social-links {
        margin-left: 0;
    }
    .social {
        margin-left: 10px;
    }
    .footer-links {
        width: 630px;
    }
    .links-list {
        margin-left: 60px;
    }

}

@media (max-width: 1000px) {
    .slider {
        width: 354px;
        height: 420px;
        background-size: contain;
    }

    .slider-img {
        margin-top: 17px;
        margin-right: 23px;
        width: 315px;
    }

    .section-2-title {
        font-size: 34px;
    }

    .circle-container {
        pointer-events: none;
        background: url("../images/circle.png") no-repeat 50% 50%;
    }

    .circle-container .circle {
        display: none;
    }
}

@media (max-width: 970px) {
    .fp-section.fp-table, .fp-slide.fp-table {
        table-layout: auto;
    }

    .section-3-img {
        width: 340px;
    }

    .links-list {
        margin-left: 30px;
    }

    .footer-links {
        width: 560px;
    }
}

@media (max-width: 930px) {
    .download-list {
        top: 22px;
    }

    .section-4-img {
        width: 450px;
        margin-left: -100px;
    }

    .age-img {
        position: absolute;
        right: 15px;
        bottom: 32px;
        margin-top: 0;
    }

    .social-links {
        position: absolute;
        right: 57px;
        bottom: 32px;
        margin-top: 0;
    }

    .love {
        display: none;
    }
}

@media (max-width: 900px) {
    .header .wrapper {
        padding-left: 15px;
    }

    .term-container {
        padding-top: 57px;
    }

    .logo {
        margin-top: 32px;
    }

    div.langmenu {
        margin-top: 55px;
    }

    .header-nav {
        margin-top: 48px;
    }

    .section-2-title {
        margin-bottom: 20px;
        font-size: 30px;
    }

    .section-2-text {
        width: 440px;
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 22px;
    }

    .section-2-text:last-of-type {
        margin-bottom: 45px;
    }

    .section-3-content {
        margin-left: 45%;
    }

    .section-3-title {
        width: 400px;
        margin-bottom: 35px;
        font-size: 34px;
        line-height: 40px;
    }

    .section-3-img {
        width: 280px;
    }

    .section-5-content,
    .split2 .section-1-content {
        padding-top: 148px;
    }

}

@media (max-width: 850px) {
    .nav-item {
        margin-left: 40px;
    }

    .nav-item:first-child {
        margin-left: 0;
    }

    .div.langmenu {
        margin-left: 40px;
    }

    .slider {
        width: 270px;
        height: 330px;
    }

    .slider-img {
        margin-top: 13px;
        margin-right: 11px;
        width: 246px;
    }
}

@media (max-width: 800px) {
    .section-1-title {
        width: 630px;
        font-size: 42px;
        line-height: 52px;
    }

    .section-2-title {
        margin-bottom: 15px;
        font-size: 26px;
    }

    .section-2-text {
        width: 400px;
        margin-bottom: 15px;
    }

    .section-2-text:last-of-type {
        margin-bottom: 35px;
    }

    .section-3-title {
        width: 350px;
        margin-bottom: 15px;
        font-size: 30px;
        line-height: 38px;
    }

    .section-4-img {
        width: 380px;
        margin-left: -120px;
    }

    .section-5-content,
    .split2 .section-1-content {
        padding-top: 100px;
    }
}

@media (max-width: 750px) {
    .logo {
        margin-top: 38px;
        padding-left: 50px;
        height: 38px;
        font-size: 26px;
        line-height: 41px;
        background-size: contain;
    }

    .section-3-img {
        width: 240px;
    }
}

@media (max-height: 890px) {
    .term-container {
        padding-top: 67px;
    }
}

@media (max-height: 850px) {
    .section-4-img {
        width: 450px;
    }
}

@media (max-height: 800px) {
    .split2 .section-1-content {
        margin-top: 50px;
    }
}

@media (max-height: 800px) {
    .fp-viewing-section-5 .logo {
        margin-top: 36px;
    }

    .fp-viewing-section-5 div.langmenu {
        margin-top: 51px;
    }

    .fp-viewing-section-5 .header-nav {
        margin-top: 44px;
    }

    .term-container {
        padding-top: 27px;
    }
}

@media (max-height: 750px) {
    .section-4-img {
        width: 390px;
    }
    .split2 .section-1-content {
        margin-top: 100px;
    }
}

@media (max-height: 700px) {
    .logo {
        margin-top: 36px;
    }

    div.langmenu {
        margin-top: 51px;
    }

    .slider {
        top: -10px;
    }

    .header-nav {
        margin-top: 44px;
    }

    .section-5-content,
    .split2 .section-1-content {
        padding-top: 128px;
    }

    .term-container {
        padding-top: 10px;
    }

    .fp-viewing-section-5 .logo {
        margin-top: 6px;
    }

    .fp-viewing-section-5 div.langmenu {
        margin-top: 27px;
    }

    .fp-viewing-section-5 .header-nav {
        margin-top: 19px;
    }

    .split2 .section-1-content {
        margin-top: 60px;
    }
}

@media (max-height: 500px) {
    #fp-nav {
        top: 250px;
    }
}

.shine.split1 .section-1 {
    background-image: url("../images/section-1-bg-shine.jpg");
}

.shine .section-1-content {
    position: relative;
    z-index: 2;
}

.shine .section-1-content:after {
    content: "";
    position: absolute;
    top: -180px;
    left: -120px;
    display: block;
    width: 720px;
    height: 581px;
    z-index: -1;
    background: url("../images/shine.png");
}

.download-checkbox-container {
    position: absolute;
    bottom: -170px;
    width: 400px;
    text-align: left;
}

.download-checkbox-form label,
.download-checkbox-form a,
.download-checkbox-item span {
    font-size: 13px;
    font-weight: 300;
    color: #000;
    -webkit-user-select: none;
    user-select: none;
    line-height: 1;
}

.download-checkbox-form a {
    text-decoration: none;
}

.download-checkbox-form a:hover {
    text-decoration: underline;
}

.download-checkbox {
    display: none;
}

.download-checkbox-item {
    position: relative;
    margin-bottom: 10px;
    padding-left: 28px;
    opacity: 0.6;
}

.download-checkbox-form label:before {
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    content: "";
    opacity: 0.8;
}

.download-checkbox:checked + label:after {
    position: absolute;
    left: 6px;
    top: 11px;
    display: block;
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 50%;
    content: "";
    transition: all .15s linear;
    opacity: 0.8;
}

.license-link-container {
    margin-top: -6px;
}
​
@media (max-height: 680px) {
    .download-checkbox-container {
        bottom: -143px;
    }
    .download-checkbox-item {
        margin-bottom: 4px;
    }
}
​
@media (max-height: 640px) {
    .section-1-other-os {
        bottom: -25px;
    }
    .download-checkbox-container {
        bottom: -130px;
    }
    .download-checkbox-item {
        margin-bottom: 3px;
    }
}