.wrapper{
    background: url("/frontend/images/other/bg.jpg") center top;
    background-size: auto 100%;
}
main{
    padding: 50px 0;
}
main img{
    max-width: 100%;
}
.other-item__btn a:hover img{
    filter: brightness(120%);
}
.other-item{
    display: inline-block;
    max-width: 100%;
    width: 33%;
}
.other-item__icon img{
    transform: scale(1.3);
    pointer-events: none;
}
.other-item__btn .btn-dl{
    display:inline-block;
    overflow:hidden;
    background-repeat: no-repeat;
    background-image:url(/frontend/images/download/btndl.png);
    width:195px;
    height:139px;
}
.btn-dl-android {background-position: -0px -139px}
.btn-dl-android:hover {background-position: -0px -0px}
.btn-dl-apk {background-position: -0px -417px}
.btn-dl-apk:hover {background-position: -0px -278px}
.btn-dl-ios {background-position: -0px -695px}
.btn-dl-ios:hover {background-position: -0px -556px}

@media only screen and (max-width: 767px) {
    .other-item{
        display: inline-block;
        max-width: 100%;
        width: 400px;
    }
}

@media only screen and (max-width: 500px) {
    .other-item{
        display: inline-block;
        max-width: 100%;
        width: 400px;
    }
}