body {
    font-family: -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
}
img {
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.top {
    position: relative;
    height: 100vh;
    min-height: 560px;
    background: url('../img/top680.jpg') top center no-repeat;
    background-size: cover;
}
.wrapper {
    position: absolute;
    width: 100%;
    z-index: 3;
}
.menu {
    #display: none;
}
.logo {
    padding: 50px 0 0 15px;
}
.logo > img {
    width: 100%;
}
.langs {
    display: none;
}
.lang-icon {
    margin-top: -1px;
    margin-right: 5px;
}
.downloads-block {
    margin-top: 15vh;
}
.downloads {
    font-size: 14px;
    color: #fff;
    padding: 9px 15px;
    margin-top: 15vh;
    background: rgba(0, 157, 249, 0.8);
    border-radius: 10px;
}
.header {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    line-height: 56px;
    margin-top: 15px;
}
.description {
    color: #fff;
    font-size: 19px;
    margin-top: 10px;
}
.download {
    position: relative;
    margin-top: 15px;
}
.download img {
    height: 24px;
}
.download > a {
    display: inline-block;
    margin-right: 12px;
}
.swing {
    animation: swing linear 0.4s;
}
@keyframes swing {
    30% { transform: rotate(3deg); }
    60% { transform: rotate(-3deg); }
    90% { transform: rotate(1deg); }
}
.phones {
    display: none;
}
.clouds {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 268px;
    background: url('../img/clouds680.png') center bottom no-repeat;
    background-size: cover;
    z-index: 2;
}
.content {
    padding: 30px;
}
.row .item-blocks {
    margin-left: -20px;
    margin-right: -20px;
}
.item-block {
    padding: 20px;
    opacity: 1;
}
.item-info {
    min-height: 321px;
    padding: 30px;
    box-shadow: 0 0 18px 1px #f5f6f7;
    border-radius: 10px;
}
.item-block .icon {
    text-align: center;
    padding-bottom: 15px;
}
.item-block .title {
    color: #6d7f9c;
    text-align: center;
    padding-bottom: 15px;
}
.item-block .text {
    color: #6f7d8b;
    font-size: 12px;
}
.footer {
    background: #f8f8fa url('../img/badge.jpg') center top no-repeat;
    font-size: 14px;
    color: #adadad;
}
.footer a {
    color: #adadad;
}
.footer a:hover,
.footer a:active,
.footer a:focus {
    color: #8c8c8c;
}
.footer-downloads {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 25px;
    border-bottom: 1px solid #dcdcdc;
}
.footer-downloads a {
    display: inline-block;
    margin: 0 25px 20px;
    text-decoration: none;
}
a.apple-footer {
    width: 191px;
    height: 49px;
    background: url('../img/apple-grey.png') top center no-repeat;
    background-size: 100% 200%;
}
a.apple-footer:hover {
    background: url('../img/apple-grey.png') bottom center no-repeat;
    background-size: 100% 200%;
}
a.google-footer {
    width: 208px;
    height: 50px;
    background: url('../img/google-grey.png') top center no-repeat;
    background-size: 100% 200%;
}
a.google-footer:hover {
    background: url('../img/google-grey.png') bottom center no-repeat;
    background-size: 100% 200%;
}
.footer-info {
    padding-top: 25px;
    padding-bottom: 25px;
}
.footer-info .row > div {
    text-align: center;
    padding-bottom: 15px;
}
.copyright {
    font-size: 12px;
    padding-top: 20px;
}
.copyright img {
    margin-right: 5px;
    margin-top: -2px;
}
.footer .title {
    color: #979797;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 10px;
}
a.dashed {
    border-bottom: 1px dashed;
    text-decoration: none;
}
.socials {
    font-size: 28px;
    text-align: center;
}
.socials a {
    margin-right: 10px;
}
.footer-inst {
    max-width: 150px;
    margin: auto;
}
.inst-icon {
    margin-left: 10px;
}
.socials .inst {
    font-size: 12px;
    line-height: 28px;
}
.squared {
    border-radius: 50%;
}
.languages a {
    margin-right: 7px;
    margin-left: 7px;
    line-height: 28px;
}
a.active-lang {
    display: inline-block;
    border: 1px solid #26384a;
    border-radius: 50%;
    padding: 2px;
    margin-right: 4px;
    margin-left: 4px;
    line-height: 1px;
}
img.active-lang {
    padding: 2px;
    border: 1px solid #ababab;
    border-radius: 50%;
    margin-top: -3px;
}
.crack:after {
    position: absolute;
    content: ' ';
    top: 38%;
    left: 70px;
    width: 50%;
    background: url(../img/scar.png) no-repeat;
    background-size: cover;
    height: 26%;
}
@media (min-width: 355px) and (min-height: 635px) {
    .header {
        font-size: 54px;
        line-height: 64px;
    }
    .description {
        font-size: 20px;
        margin-top: 10px;
    }
    .download {
        margin-top: 20px;
    }
    .download img {
        height: 28px;
    }
    .socials .inst {
        line-height: 30px;
    }
}
@media (min-width: 675px) {
    .container {
        max-width: 620px;
    }
    .top {
        background: url('../img/top1080.jpg') top left no-repeat;
        background-size: cover;
        min-height: 780px;
    }
    .downloads {
        font-size: 22px;
    }
    .header {
        font-size: 98px;
        line-height: 108px;
    }
    .description {
        font-size: 35px;
        margin-top: 17px;
    }
    .download {
        margin-top: 34px;
    }
    .download > a {
        margin-right: 25px;
    }
    .download img {
        height: 46px;
    }
    .item-info {
        min-height: 385px;
    }
}
@media (min-width: 960px) {
    .container {
        min-width: 950px;
    }
    .top {
        min-height: 670px;
    }
    .menu {
        display: block;
        height: 22vh;
        min-height: 160px;
    }
    .menu .dropdown-menu {
        background: rgba(255,255,255,0.65);
        border-radius: 10px;
        border: none;
    }
    .menu .dropdown-item:focus,
    .menu .dropdown-item:hover,
    .menu .dropdown-item:active {
        background: #fff;
        color: #212529;
    }
    .langs {
        display: block;
        padding-top: 55px;
        text-align: right;
    }
    .btn-invisible,
    .btn-invisible:hover,
    .btn-invisible:focus,
    .btn-invisible:active {
        background: rgba(255, 255, 255, 0.65);
        border: none;
        color: #26384a;
        box-shadow: none;
        border-radius: 10px;
    }
    .langs .dropdown-item {
        font-size: 14px;
        padding: .25rem 15px;
    }
    .downloads-block {
        margin-top: 0;
    }
    .downloads {
        font-size: 14px;
    }
    .header {
        font-size: 64px;
        color: #fff;
        font-weight: bold;
        line-height: 78px;
        margin-top: 15px;
    }
    .description {
        font-size: 24px;
        margin-top: 5px;
    }
    .download {
        margin-top: 30px;
    }
    .download img {
        height: 31px;
    }
    .phones {
        display: block;
        width: 440px;
        right: 0;
        position: absolute;
        bottom: 320px;
        text-align: center;
    }
    .phones img {
        width: 230px;
    }
    .phones .left-item {
        position: absolute;
        left: 41px;
        transform: scale(0.85);
        z-index: 4;
        cursor: pointer;
    }
    .phones .right-item {
        position: absolute;
        right: 41px;
        transform: scale(0.85);
        z-index: 4;
        cursor: pointer;
    }
    .phones .active {
        z-index: 5;
        transform: scale(1);
    }
    .phones .left-item.active {
        left: 57px;
    }
    .phones .right-item.active {
        right: 57px;
    }
    .clouds {
        height: 310px;
        background: url('../img/clouds1080.png') center bottom no-repeat;
        background-size: cover;
    }
    .footer {
        font-size: 12px;
    }
    .footer-info .row > div {
        text-align: left;
        padding-bottom: 0;
    }
    a.apple-footer {
        margin-left: 42px !important;
    }
    .footer-downloads {
        padding-top: 25px;
    }
    .footer-downloads a {
        display: inline-block;
        margin: 0 25px;
    }
    .copyright {
        font-size: 11px;
    }
    .copyright img {
        margin-right: 20px;
        margin-top: -2px;
    }
    .footer .title {
        font-size: 13px;
    }
    .socials {
        font-size: 25px;
    }
    .footer-inst {
        max-width: none;
        margin-left: -15px;
        margin-right: -15px;
    }
    .inst-icon {
        margin-left: 0;
    }
    .socials .inst {
        font-size: 12px;
        margin-left: 0;
        line-height: 24px;;
    }
    .languages {
        max-width: 215px;
    }
}
@media (min-width: 960px) and (min-height: 1200px) {
    .top {
        height: 55vh;
    }
    .menu {
        height: auto;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1080px;
    }
    .top {
        background: url('../img/top1280.jpg') top center no-repeat;
        background-size: cover;
        min-height: 720px;
    }
    .downloads {
        font-size: 14px;
    }
    .header {
        font-size: 76px;
        line-height: 94px;
    }
    .description {
        font-size: 24px;
    }
    .download img {
        height: 38px;
    }
    .phones {
        width: 460px;
        bottom: 350px;
    }
    .phones img {
        width: 240px;
    }
    .phones .left-item {
        left: 43px;
    }
    .phones .right-item {
        right: 43px;
     }
    .phones .left-item.active {
        left: 60px;
    }
    .phones .right-item.active {
        right: 60px;
    }
    .clouds {
        height: 370px;
        background: url('../img/clouds.png') center bottom no-repeat;
    }
    .footer {
        font-size: 14px;
    }
    .socials .inst {
        font-size: 14px;
    }
    .copyright {
        font-size: 12px;
        padding-top: 10px;
    }
}
@media (min-width: 1400px) {
    body {
        font-size: 19px;
    }
    .container {
        max-width: 1280px;
    }
    .top {
        background: url('../img/top1680.jpg') top center no-repeat;
        background-size: cover;
        min-height: 780px;
    }
    .clouds {
        height: 370px;
        background: url('../img/clouds.png') center bottom no-repeat;
    }
    .phones {
        width: 580px;
        bottom: 400px;
    }
    .phones img {
        width: 300px;
    }
    .phones .left-item {
        left: 54px;
    }
    .phones .right-item {
        right: 54px;
    }
    .phones .left-item.active {
        left: 75px;
    }
    .phones .right-item.active {
        right: 75px;
    }
    .downloads {
        font-size: 15px;
    }
    .header {
        font-size: 88px;
        line-height: 106px;
    }
    .description {
        font-size: 27px;
        margin-top: 9px;
    }
    .download {
        margin-top: 37px;
    }
    .download img {
        height: 45px;
    }
    .item-info {
        min-height: 360px;
    }
    .item-block .title {
        color: #6d7f9c;
    }
    .item-block .text {
        font-size: 15px;
    }
    .footer {
        font-size: 15px;
    }
    .copyright {
        font-size: 15px;
    }
    .footer .title {
        font-size: 18px;
    }
    .socials {
        font-size: 31px;
    }
    .socials .inst {
        font-size: 18px;
        margin-left: 10px;
        line-height: 32px;
    }
}
@media (min-width: 1900px) {
    body {
        font-size: 22px;
    }
    .container {
        max-width: 1480px;
    }
    .top {
        background: url('../img/top1920.jpg') top center no-repeat;
        background-size: cover;
        min-height: 940px;
    }
    .clouds {
        height: 396px;
        background: url('../img/clouds.png') center bottom no-repeat;
        background-size: 100% 90%;
    }
    .phones {
        width: 680px;
        bottom: 460px;
    }
    .phones img {
        width: 350px;
    }
    .phones .left-item {
        left: 63px;
    }
    .phones .right-item {
        right: 63px;
    }
    .phones .left-item.active {
        left: 87px;
    }
    .phones .right-item.active {
        right: 87px;
    }
    .downloads {
        font-size: 18px;
    }
    .header {
        font-size: 102px;
        line-height: 120px;
        margin-top: 22px;
    }
    .description {
        font-size: 30px;
        margin-top: 12px;
    }
    .download {
        margin-top: 40px;
    }
    .download img {
        height: 53px;
    }
    .item-info {
        min-height: 460px;
    }
    .item-block .title {
        color: #6d7f9c;
    }
    .item-block .text {
        font-size: 18px;
    }
    .footer {
        font-size: 18px;
    }
    .copyright {
        font-size: 18px;
    }
    .footer .title {
        font-size: 21px;
    }
    .socials {
        font-size: 34px;
    }
}