.new_wrapper {
    background-color: #0449c1;
}

/*.webp .new_wrapper {*/
    /*background-image: url(../img/insomnia.webp)*/
/*}*/
/*.no-webp .new_wrapper {*/
    /*background-image: url(../img/insomnia.jpg)*/
/*}*/
/*.new_wrapper {*/
    /*background-image: url(../img/insomnia.jpg)*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
    /*!*.webp .new_wrapper {*!*/
        /*!*background-image: url(../img/insomnia-mobile.webp)*!*/
    /*!*}*!*/

    /*!*.no-webp .new_wrapper {*!*/
        /*!*background-image: url(../img/insomnia-mobile.jpg)*!*/
    /*!*}*!*/
    /*.new_wrapper {*/
        /*background-image: url(../img/insomnia-mobile.jpg)*/
    /*}*/
/*}*/



.main_block {
    height: 100%;
    max-width: 900px;
    width: 88%;
    border-radius: 8px;
    background-color: rgba(246, 246, 246, .75);
    margin: 140px auto
}

.main_block h1 {
    text-transform: uppercase;
    margin: 60px auto 30px;
    max-width: 800px;
    text-align: center;
    color: #616161;
    font-family: "Open Sans", sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 60px;
    text-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2)
}

.main_block p {
    margin: 30px auto;
    max-width: 800px;
    color: #424242;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 22px
}

.main_block .img_block {
    margin: 30px auto
}

.main_block h3 {
    color: #616161;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    text-align: left;
    margin: 20px auto 0
}

.img_block h4 {
    text-transform: uppercase;
    color: #424242;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 22px
}

.img_block img.portrait {
    width: 165px
}

.img_block .download-icon {
    height: 79.37px;
    width: 245.66px;
    border-radius: 10px;
    cursor: pointer;
    transition: all .5s;
    display: block;
    margin: 17px 0
}

.img_block .download-icon:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.android-coming-soon {
    display: flex;
    align-items: center;
    height: 77px;
    width: 250px;
    border: 1px solid #000;
    border-radius: 8px;
    color: #000;
    font-family: 'Open Sans';
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-top: 16.81px;
    margin-left: -1.82px;
    cursor: pointer;
    transition: .3s
}

.android-coming-soon:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

@media only screen and (max-width: 500px) {
    .main_block {
        margin: 30px auto
    }

    .main_block h2 {
        height: 48px;
        width: 295px;
        color: #4a4a4a;
        font-family: "Open Sans", sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        text-align: center
    }

    .main_block p {
        color: #424242;
        font-family: "Open Sans", sans-serif;
        font-size: 11px;
        line-height: 15px
    }

    .main_block h3 {
        color: #424242;
        font-family: "Open Sans", sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        text-align: left
    }

    .img_block h4 {
        color: #424242;
        font-family: "Open Sans", sans-serif;
        font-size: 13px;
        line-height: 18px
    }

    .img_block .download-icon {
        height: 68.26px;
        width: 211.27px;
        margin: 18px auto
    }
}