img.img-app-icon {
    width: 120px;
    height: 120px;
    padding: 0;
    border: 0;
    margin: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.2);
}

/*region strike */
.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

.strike > span {
    position: relative;
    display: inline-block;
}

.strike > span:before,
.strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #000;
}

.strike > span:before {
    right: 100%;
    margin-right: 15px;
}

.strike > span:after {
    left: 100%;
    margin-left: 15px;
}

/*endregion*/

/*region store-link-area */
.store-link-area {
    margin-top: 40px;
}

.store-link-area .store-link img.img-store {
    max-width: 100%;
    margin-bottom: 6px;
}

.store-link-area .strike {
    margin-bottom: 10px;
    color: #777;
    display: none;
}

.store-link-area .strike > span:before,
.store-link-area .strike > span:after {
    background: #777;
}

@media (min-width: 375px) {
    .store-link-area .strike {
        display: block;
    }

    .store-link-area {
        margin-top: 70px;
    }
}

@media (min-width: 768px) {
    .store-link-area {
        margin-top: 100px;
    }
}

/*endregion*/

.page-bottom {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    top: auto;
}

.page-bottom > a {
    color: #777;
}

.app-download .store-link-area {
    margin-top: 44px;
}

.app-download .store-link-area .store-link img.img-store {
    margin-bottom: 16px;
}

.app-download .app-name {
    font-size: 16px;
    margin-top: 45px;
    margin-bottom: 35px;
}

.standalone-form {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}

.e-activation-form input {
    width: 320px;
}

@media (min-width: 480px) {
    .app-download .app-download-main {
        padding: 60px 80px 30px;
        background: #fff !important;
        height: auto !important;
        -webkit-box-shadow: 0 10px 14.1px 0.9px rgba(0, 0, 0, 0.24), 0 4px 19.6px 0.4px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0 10px 14.1px 0.9px rgba(0, 0, 0, 0.24), 0 4px 19.6px 0.4px rgba(0, 0, 0, 0.16);
        box-shadow: 0 10px 14.1px 0.9px rgba(0, 0, 0, 0.24), 0 4px 19.6px 0.4px rgba(0, 0, 0, 0.16);

        width: 480px;
        margin-left: auto;
        margin-right: auto;

        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

    .page-bottom {
        position: relative;
        margin-top: 40px;
    }
}
