@import url('https://fonts.googleapis.com/css?family=Open+Sans:800');
@font-face {
    font-family: 'almoni-dl';
    font-weight: 300;
    /*(light)*/
    font-style: normal;
    src: url('../fonts/almoni-dl-aaa-300.eot');
    src: url('../fonts/almoni-dl-aaa-300.eot?#iefix') format('embedded-opentype'), url('../fonts/almoni-dl-aaa-300.ttf') format('truetype'), url('../fonts/almoni-dl-aaa-300.woff') format('woff');
}

@font-face {
    font-family: 'almoni-dl';
    font-weight: 400;
    /*(regular)*/
    font-style: normal;
    src: url('../fonts/almoni-dl-aaa-400.eot');
    src: url('../fonts/almoni-dl-aaa-400.eot?#iefix') format('embedded-opentype'), url('../fonts/almoni-dl-aaa-400.ttf') format('truetype'), url('../fonts/almoni-dl-aaa-400.woff') format('woff');
}

@font-face {
    font-family: 'almoni-dl';
    font-weight: 700;
    /*(bold)*/
    font-style: normal;
    src: url('../fonts/almoni-dl-aaa-700.eot');
    src: url('../fonts/almoni-dl-aaa-700.eot?#iefix') format('embedded-opentype'), url('../fonts/almoni-dl-aaa-700.ttf') format('truetype'), url('../fonts/almoni-dl-aaa-700.woff') format('woff');
}

@font-face {
    font-family: 'almoni-dl';
    font-weight: 900;
    /*(black)*/
    font-style: normal;
    src: url('../fonts/almoni-dl-aaa-900.eot');
    src: url('../fonts/almoni-dl-aaa-900.eot?#iefix') format('embedded-opentype'), url('../fonts/almoni-dl-aaa-900.ttf') format('truetype'), url('../fonts/almoni-dl-aaa-900.woff') format('woff');
}

body {
    margin: 0;
    padding: 0;
    background-image: url(../img/mobile/bg.png);
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
    font-family: 'almoni-dl'
}

.wrapper {
    direction: rtl;
}

.desktop {
    display: none;
}

.content {
    padding: 34.5VW 11.7VW 10.4VW;
    color: #fff;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.2);
}

.app-head {
    font-weight: 900;
    font-size: 8.59375VW;
    margin: 0;
    padding: 0;
}

.main-header {
    font-weight: 800;
    font-size: 14.6875VW;
    font-family: 'Open Sans';
    letter-spacing: 0.10937499999999999VW;
    margin: -5vw 0 0 0;
    padding: 0;
}

.main-text {
    /*font-weight: bold;*/
    font-size: 5.8VW;
    margin: -1vw 0 27vw 0;
    padding: 0;
    line-height: 6.03125VW;
    letter-spacing: 0.1vw;
}

.download-text {
    color: #555555;
    text-shadow: none;
    font-weight: bold;
    font-size: 6.09375VW;
    margin: 0;
    line-height: 0.97;
    letter-spacing: normal;
}

.btn-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.btn {
    height: 11.71875VW;
    background-repeat: no-repeat;
    display: block;
}

.btn-android {
    width: 39.65625000000001VW;
    background-image: url(../img/mobile/google-play.png);
    background-size: 39.65625000000001VW;
}

.btn-iphone {
    width: 34.5VW;
    background-image: url(../img/mobile/app-store.png);
    background-size: 34.5VW;
}

@media only screen and (min-width: 985px) {
    body {
        background-image: url('../img/desktop/bg.png');
        background-size: auto;
    }
    .wrapper {
        margin: 0 auto;
        padding: 93px 0px 0 0;
        max-width: 985px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .desktop {
        display: block;
    }
    .phone {
        width: 468px;
        height: 840px;
        background-image: url(../img/desktop/phone.png);
        background-repeat: no-repeat;
        background-size: 549px;
        background-position: center -37px;
    }
    .content {
        padding: 153px 21px 0 0;
        text-shadow: 0 2px 6px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.2);
        width: 342px;
    }
    .app-head {
        font-size: 44px;
    }
    .main-header {
        font-size: 79px;
        margin: -24px 0 0 0;
        letter-spacing: 0.6px;
    }
    .main-text {
        font-size: 28px;
        margin: 0 0 95px 0;
        line-height: 27.2px;
        letter-spacing: normal;
    }
    .download-text {
        font-size: 28px;
    }
    .btn-flex {
        margin-top: 10px;
    }
    .btn-android {
        width: 176px;
        height: 52px;
        background-image: url(../img/desktop/google-play.png);
        background-size: auto;
    }
    .btn-iphone {
        width: 156px;
        height: 52px;
        background-image: url(../img/desktop/app-store.png);
        background-size: auto;
    }
}

@media only screen and (min-width: 985px) and (max-width:1400px) {
    body {
        background-size: 1400px;
    }
    .wrapper {
        transform: scale(0.8) translateY(-127px);
    }
@media only screen and (max-height: 680px){
    body{
             max-height:680px;
         }
}
     @media only screen and (min-height: 589px){
         body{
             overflow:hidden;
             max-height:680px;
         }
     }
}