.header__logo {
    flex: 0 auto;
    width: 35px;
    height: 35px;
    padding: 5px;
    position: relative;
    z-index: 5;
    transition: all .3s .1s ease;
}

.header__logo-img {
    border-style: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.content-wrapper {
    text-align: center;
    padding: 0 10%;
    display: flex;
    max-width: 100%;
    max-height: 100%;
}

.container {
    width: 100%;
    flex: 0 1 auto;
}

.video-phone {
    width: 210px;
    margin: 0 auto;
    overflow: hidden;
}
.video-phone video {
    width: 212px;
    margin: 15px 0 30px -1px;
}

.action-btns {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
    flex-direction: column;
}

.action-btns .download-btn{
    border-radius: 12px;
    background-color: #49d461;
    width: 355px;
    max-width: 100%;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    padding: 15px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    color: white;
    text-decoration: none;
    margin-block: 10px;
}

.store_btns {
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
    max-width: 100%;
}

.action-btns__item {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    width: 170px;
    height: 55px;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    vertical-align: top;
    transition: opacity .3s ease;
}

.action-btns__item--appstore {
    background-image: url(../images/app_store_button.svg);
}
.action-btns__item--gplay {
    margin-left: 15px;
    background-image: url(../images/google_play_button.svg);
}

header {
    padding: 10px 20px;
}

h1 {
    font: 38px/46px 'gilroy_bold',sans-serif;
    margin-top: 0;
}

#app {
    position: relative;
}

#app .terms {
    position: relative;
    display: flex;
    padding-left: 10px;
    padding-bottom: 10px;
    font-size: 10px;
    text-align: center;
    flex-direction: column;
}

#app .terms .links {
    margin-left: 5px;
}
#app .terms .links a{
    color: black;
    text-decoration: none;
}
#app .terms .links a:after {
    content: " | ";
}
#app .terms .links a:last-child:after {
    content: '';
}

@media only screen and (max-width: 480px) {
    h1 {
        font: 28px/36px 'gilroy_bold',sans-serif;
    }

    .action-btns .download-btn{
        font-size: 14px;
        line-height: 18px;
        padding: 14px 0;
        margin-block: 5px;
    }

    .video-phone {
        width: 170px;
    }
    .video-phone video {
        width: 172px;
    }

    .header__logo {
        width: 30px;
        height: 30px;
    }
}

@media only screen and (max-width: 354px) {
    h1 {
        font: 25px/32px 'gilroy_bold',sans-serif;
    }

    .action-btns .download-btn{
        font-size: 12px;
        line-height: 14px;
        padding: 12px 0;
        border-radius: 7px;
    }

    .video-phone {
        width: 130px;
    }
    .video-phone video {
        width: 132px;
    }

    .header__logo {
        width: 30px;
        height: 30px;
    }
}
