/* 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;
    outline: 0;
}

/* 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 {
    content: '';
    content: none;
}

q:before, q:after {
    content: '';
    content: none;
}

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

button {
    outline: 0;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

input {
    outline: 0;
}

div:focus,
a:focus {
    outline: 0 !important;
}

a {
    text-decoration: none;
    /*-webkit-transition: 1s;*/
    /*transition: 1s;*/
    cursor: pointer;
}

img {
    max-height: 100%;
    max-width: 100%;
}

a, p, span, li {
    font-weight: 600;
}

@font-face {
    font-family: MyriadProRegular;
    src: url(../fonts/MyriadProRegular.woff);
}

@font-face {
    font-family: MyriadProCond;
    src: url(../fonts/MyriadProCond.woff);
}

html, body{
    min-height: 100%;
}

body {
    width: 100%;
    /*height: calc(100% - 70px);*/
    height: 100%;
    /*position: fixed;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*padding: 70px 0;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0, 0, 0, 1) url("../img/back.jpg") no-repeat center 0;
    background-size: cover;
}

.top_icon, #load-button, .bottom_section .icon_boxing .box,
.bottom_section .icon_boxing .box.active:hover:before, #support{
    background: url("../img/atlas.png") no-repeat 0 0;
}

.top_icon{
    /*background-position: -246px -204px;*/
    background-position: -492px -204px;
    width: 246px;
    /*height: 287px;*/
    display: block;
    text-align: center;
    position: relative;
    z-index: 9;
}

.top_icon.active {
    background-position: 0 -204px;
}

.top_icon > a, .bottom_section .icon_boxing .box > a {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    text-align: center;
}

.bottom_section .icon_boxing .box > a {
    width: 174px;
}

.top_icon .box .content {
}

.top_icon .content.pl-name {
    height: 55px;
}

.top_icon .content.pl-icon {
    text-align: center;
}

.content.pl-icon > div {
    background: url("../img/icons.png") no-repeat 0 -230px;
    width: 230px;
    height: 145px;
    display: inline-block;
}

.android .content.pl-icon > div {
    background-position: 0 0;
}

.ios .content.pl-icon > div {
    background-position: -230px 0;
}

.linux .content.pl-icon > div {
    background-position: -460px 0;
}

.macos .content.pl-icon > div {
    background-position: -690px 0;
}

.windows .content.pl-icon > div {
    background-position: -920px 0;
}
.browser .content.pl-icon > div {
    /*background-position: -1150px 0;*/
    background-position: -1380px 0;
}
.top_icon .pl-name span, .top_icon .content .soon-str, #load-button > span {
    font-family: 'MyriadProRegular';
    font-weight: 700;
    font-size: 22px;
    color: rgba(255, 255, 255, 1);
    line-height: 55px;
}
.top_icon.active .pl-not-sup{
    display: none;
}
.top_icon:not(.active) #load-button{
    display: none;
}

#load-button,
.top_icon .pl-not-sup{
    display: inline-block;
    margin-top: 2px;
    text-align: center;
}
.top_icon .pl-not-sup{
    margin-top: 15px;
}
#load-button {
    width: 232px;
    height: 63px;
    background-position: 0 -491px;
}

#load-button:hover {
    background-position: 0 -555px;
}

#load-button > span {
    line-height: 48px;
}

@-webkit-keyframes arrow {
    0% {
        width: 0;
    }
    100% {
        width: 44px;
    }
}

@keyframes arrow {
    0% {
        width: 0;
    }
    100% {
        width: 44px;
    }
}

.bottom_section .icon_boxing {
    width: 900px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -25px;
    z-index: 9;
}

.bottom_section .icon_boxing .box {
    background-position: -183px 0;
    width: 183px;
    height: 204px;
    position: relative;
    display: block;
    cursor: pointer;
}

.bottom_section .icon_boxing .box.active {
    background-position: 0 0;
    height: 190px;
}

.bottom_section .icon_boxing .box.active:hover:before {
    content: '';
    width: 204px;
    height: 185px;
    position: absolute;
    top: 0;
    left: 0;
    background-position: -366px 0;
}

.bottom_section .icon_boxing .box:first-child,
.bottom_section .icon_boxing .box:last-child {
    position: absolute;
    bottom: 264px;
}
.bottom_section .icon_boxing .box{
    margin: 75px 10px 0 10px;
}
.bottom_section .icon_boxing .box:first-child {
    left: -45px;
    margin-top: 0;
}
.bottom_section .icon_boxing .box:last-child {
    right: -45px;
    margin-top: 0;
}
.bottom_section .icon_boxing .content.pl-name {
    display: block;
    height: 47px;
}
.box.active .content.pl-not-sup{
    display: none;
}
.bottom_section .icon_boxing .box .content span {
    font-family: 'MyriadProRegular';
    line-height: 47px;
    font-weight: 700;
    font-size: 18px;
    color: rgba(255, 255, 255, 1)
}

.bottom_section .icon_boxing .content.pl-not-sup .soon-str {
    line-height: 35px;
    font-weight: 400;
    font-size: 15px;
}
.bottom_section .icon_boxing .content.pl-not-sup .soon-str{
    color: rgba(112, 167, 213, 1)
}
.top_icon .content.pl-not-sup .soon-str{
    /*color: rgba(99, 148, 188, 1);*/
    /*font-size: 20px;*/

    color: rgba(99, 148, 188, 1);
    font-size: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
}
.bottom_section .content.pl-icon {
    width: 172px;
    overflow: hidden;
    height: 122px;
}
.bottom_section .content.pl-icon > div {
    transform: scale(.7);
    transform-origin: 0 0;
    margin: 8px 0 0 7px;
}
.bottom_section .icon_boxing .box_none {
    position: relative;
}
.bottom_section .icon_boxing .box_none:hover .soon {
    /*display: inline-block; */
}

.bottom_section .icon_boxing .box_none .content svg path {
    fill: #bababa;
}

.bottom_section .icon_boxing .box_none .content span {
    color: #797979;
}

.bottom_section .icon_boxing .box_none .soon {
    display: none;
    position: absolute;
    bottom: -57px;
    margin-top: 30px;
    padding: 8px 22px;
    background: rgba(255, 255, 255, 0.17);
    border-radius: 22px;
    font-family: 'MyriadProCond';
    text-transform: uppercase;
    font-weight: 400;
    font-size: 22px;
    color: #fff;
}

.bottom_section .bottom_ray {
    margin-top: -85px;
}

.bottom_section .bottom_ray .light_portain {
    display: none;
}

.active .click-zoom:active,
.active.click-zoom:active{
    transform: scale(.98);
    transform-origin: 50% 50% 0;
}

#support-wr{
    margin-top: 35px;
}

#support {
    background-position: 0 -715px;
    width: 246px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.active#support {
    background-position: 0 -619px;
}
.active#support:hover {
    background-position: 0 -811px;
}
#support > span {
    text-align: center;
    padding: 0 15px;
    color: rgba(255, 255, 255, 1);
    font-family: 'MyriadProRegular';
    font-size: 18px;
}

.over-top, .over-bot, .over-top{
    width: 246px;
}
.over-top, .over-bot{
    background: rgba(0, 0, 0, 0) url("../img/about-sprite.png") no-repeat center 0;
}
.over-top{
    height: 35px;
    background-position: 0 0;
}
.over-mid{
    background: rgba(0, 0, 0, 0) url("../img/about-mid.png") repeat-y center 0;
    position: relative;
}
.over-bot{
    height: 46px;
    background-position: 0 -36px;
}
.add-info{
    /*display: block;*/
    padding: 25px 15px 0;
    font-family: 'MyriadProRegular';
    font-size: 18px;
    color: rgba(199, 213, 227, 1);
    display: none;
}
.add-info a{
    color: rgba(199, 213, 227, 1);
    text-decoration: underline;
}
@media (max-height: 880px) {
    html body {
        height: auto;
        bottom: inherit;
        padding: 50px 0 30px 0;
    }
}

@media (max-height: 767px) {
    body {
        position: relative;
        padding-bottom: 0;
    }
}

@media (max-width: 1200px) {
    body {
        padding-top: 57px;
    }

    .top_icon .download {
        margin-top: 20px;
    }

    .bottom_section .icon_boxing {
        width: 860px;
        margin-top: -36px;
    }

    .top_icon .box {
        width: 263px;
        height: 236px;
    }

    .bottom_section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .bottom_section .icon_boxing .box_none .soon {
        display: block;
    }

    .top_icon .box .content svg {
        height: 139px;
        padding-top: 10px;
        padding-right: 0;
    }

    .top_icon .box .content span {
        margin-top: 10px;
    }

    .top_icon:hover .box:before {
        content: '';
        width: 299px;
        height: 270px;
    }
}

@media (max-width: 1023px) {
    body {
        padding-top: 45px;
    }

    .bottom_section .icon_boxing .box {
    }

    .bottom_section .icon_boxing {
        width: auto;
        margin-top: 20px;
    }

    .bottom_section .icon_boxing .box_none .soon {
        bottom: -50px;
        font-size: 16px;
    }

    .bottom_section .icon_boxing .box .content svg {
        width: 61px;
        height: 77px;
    }

    .top_icon:hover .box:before {
        content: '';
        width: 300px;
        height: 271px;
    }

    .bottom_section .icon_boxing .box:hover:before {
        width: 173px;
        height: 157px;
        top: -11px;
        left: -11px;
    }

    .bottom_section .bottom_ray {
        margin-top: -85px;
    }

    .bottom_section .bottom_ray .light {
        display: none;
    }

    .bottom_section .bottom_ray .light_portain {
        display: block;
    }

    .bottom_section .icon_boxing .box .content span {
        margin-top: 10px;
        font-size: 16px;
    }
}

/* SOMEBODY
footer{
    color: #fff;
    font-size: 10px;
    text-align: center;
    margin: 20px;
}

footer ul {
    display: inline-flex;
    list-style: none;
}

footer ul li {
    margin-left:10px;
}

footer #faq_menu{
    font-size: 16px;
    margin-bottom: 10px;
}

footer #faq_menu a{
    color: #fff;
}
/* SOMEBODY */

footer{
    font: normal 16px/100% MyriadProCond,Tahoma,Geneva,sans-serif;
    color: rgb(204, 204, 204);
    padding: 50px 15%;
    text-align: center;
    position: relative;
}
#tip{
    display: none;
    position: absolute;
    top: -78px;
    left: 25px;
    border: 1px solid rgb(88, 92, 98);
    padding: 10px;
    border-radius: 15px;
    background: rgb(43,65,116);
}
#tip > a {
    font-size: 20px;
    color: rgb(255, 255, 255);
    text-decoration: none;
}
#about{}

footer > ul{
    padding: 0;
    margin: 20px 0;
}

#footer-icons > li{
    list-style: none;
    display: inline-block;
    margin: 0 10px;
}

#faq_menu > li{
    list-style: none;
    margin: 5px 0;
}

#faq_menu > li > a{
    color: rgb(204, 204, 204);
    text-decoration: none;
}

html[data-device="mobile"] footer{
    display: none;
}

@media (max-width: 767px) {
    body {
        position: relative;
        padding: 0 0 150px 0;
    }

    .top_icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .bottom_section .bottom_ray {
        display: none;
    }

    .top_icon .box {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 48px;
    }

    .top_icon .download {
        margin-top: 66px;
        padding: 16px 40px;
        border-radius: 37px;
        font-size: 41px;
    }

    .top_icon .box {
        width: 242px;
        height: 236px;
    }

    .top_icon .box .content span {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .top_icon .box .content span {
        font-size: 20px;
    }

    .bottom_section .icon_boxing {
        display: block;
        margin: 0 0 50px 0;
    }

    .top_icon:hover .box:before {
        content: '';
        width: 276px;
        height: 251px;
        left: -17px;
    }

    .bottom_section .icon_boxing .box_none .content {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .bottom_section .icon_boxing .box_none {
        display: block;
        padding-bottom: 57px;
        text-align: center;
    }

    .bottom_section .icon_boxing .box {
        margin-top: 115px;
    }

    .bottom_section .icon_boxing .box .content svg {
        width: 70px;
        height: 82px;
    }

    .bottom_section .icon_boxing .box_none .soon {
        position: relative;
        display: inline-block;
        left: inherit;
        bottom: 0;
        font-size: 21px;
    }

    .bottom_section .icon_boxing .box {
        margin-top: 70px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .bottom_section .icon_boxing .box:first-child, .bottom_section .icon_boxing .box:last-child {
        position: relative;
        bottom: 0;
        margin-top: 70px;
        left: 0;
    }
}


