#mobile-app .container {
    width: 1345px;
    max-width: 100%;
}
#ma-hero {
    padding-top: 60px;
    padding-bottom: 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	background-image: url(../images/mobile_app/back.jpg);
	background-image: -webkit-image-set(url("../images/mobile_app/back.jpg") 1x, url("../images/mobile_app/back@2x.jpg") 2x);
}
#ma-hero h1 {
    font-size: 65px;
}
#ma-hero .mah-links {
    margin-top: 35px;
    margin-bottom: 39px;
    column-gap: 26px;
}
#ma-bottom {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding-top: 89px;
    padding-bottom: 89px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	background-image: url(../images/mobile_app/bottom-back.jpg);
	background-image: -webkit-image-set(url("../images/mobile_app/bottom-back.jpg") 1x, url("../images/mobile_app/bottom-back@2x.jpg") 2x);
}
.mab-left p {
    font-size: 53px;
    line-height: 1.160377358490566;
    margin-bottom: 50px;
}
.mab-left li {
    padding-left: 52px;
    font-size: 22px;
    line-height: 1;
}
.mab-left li + li {
    margin-top: 40px;
}
.mab-left li:before {
    content: '';
    display: block;
    width: 38px;
    height: 39px;
    position: absolute;
    left: 0;
    top: -5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	background-image: url(../images/mobile_app/check.png);
	background-image: -webkit-image-set(url("../images/mobile_app/check.png") 1x, url("../images/mobile_app/check@2x.png") 2x);
}
.mab-right {
    padding-left: 62px;
    padding-right: 62px;
}
.mab-item {
    --gray: #b4b4b4;
    border-radius: 15px;
    box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.08);
    width: 533px;
    height: 235px;
    padding-right: 50px;
}
.mab-item + .mab-item {
    margin-top: 47px;
}
.mab-item .mab-logo {
    top: -19px;
    left: -18px;
}
.mab-item-left {
    padding: 0 15px;
}
.mab-item-left p {
    font-size: 24px;
}
.mab-item-left .button {
    width: 199px;
    height: 39px;
    border-radius: 20px;
    margin-top: 18px;
}
.mab-item-right {
    padding-left: 50px;
}
@media screen and (max-width: 1199px) {
    .mab-right {
        max-width: 50%;
        padding-right: 0;
    }
    .mab-item {
        padding-right: 20px;
    }
    .mab-item-right {
        padding-left: 20px;
    }
}
@media screen and (max-width: 991px) {
    #ma-bottom .container {
        flex-direction: column;
    }
    .mab-right {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        display: flex;
        margin-top: 70px;
    }
    .mab-item + .mab-item {
        margin-top: 0;
        margin-left: 30px;
    }
}
@media screen and (max-width: 767px) {
    .mab-right {
        flex-direction: column;
        align-items: center;
    }
    .mab-item {
        padding-right: 50px;
    }
    .mab-item + .mab-item {
        margin-top: 40px;
        margin-left: 0;
    }
    .mab-item-right {
        padding-left: 50px;
    }
}
@media screen and (max-width: 567px) {
    #ma-hero {
        padding-top: 32px;
        padding-bottom: 0;
        background-image: url(../images/mobile_app/back-m.jpg);
        background-image: -webkit-image-set(url("../images/mobile_app/back-m.jpg") 1x, url("../images/mobile_app/back-m@2x.jpg") 2x);
    }
    #ma-hero h1 {
        font-size: 39px;
        line-height: 1.128205128205128;
    }
    #ma-hero .mah-links {
        margin-top: 22px;
        margin-bottom: 25px;
        column-gap: 19px;
    }
    #ma-hero .container {
        margin-bottom: -50px;
    }
    #ma-bottom {
        padding-top: 76px;
        padding-bottom: 46px;
        background-image: url(../images/mobile_app/bottom-back-m.jpg);
        background-image: -webkit-image-set(url("../images/mobile_app/bottom-back-m.jpg") 1x, url("../images/mobile_app/bottom-back-m@2x.jpg") 2x);
    }
    .mab-left {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .mab-left p {
        font-size: 27px;
        line-height: 1.148148148148148;
        text-align: center;
        margin: 0 auto 30px;
        width: 280px;
        max-width: 100%;
    }
    .mab-left li {
        padding-left: 32px;
        font-size: 14px;
    }
    .mab-left li + li {
        margin-top: 25px;
    }
    .mab-left li:before {
        width: 24px;
        height: 24px;
        top: -5px;
        background-image: url(../images/mobile_app/check.png);
        background-image: -webkit-image-set(url("../images/mobile_app/check.png") 1x, url("../images/mobile_app/check@2x.png") 2x);
    }
    .mab-right {
        padding-left: 0;
        padding-right: 0;
        flex-direction: row;
        justify-content: center;
        margin: 52px -15px 0;
        max-width: calc(100% + 30px);
    }
    .mab-item {
        width: 158px;
        max-width: calc(50% - 7.5px);
        height: 118px;
        padding-right: 0;
        flex-direction: column;
        padding-bottom: 15px;
        cursor: pointer;
    }
    .mab-item + .mab-item {
        margin-top: 0;
        margin-left: 15px;
    }
    .mab-item .mab-logo {
        top: -16px;
        left: 50%;
        margin-left: -25px;
    }
    .mab-item-left {
        padding: 0 15px;
    }
    .mab-item-left p {
        font-size: 16px;
    }
    .mab-item-left .button {
        width: 134px;
        height: 26px;
        border-radius: 13px;
        margin-top: 10px;
        font-size: 12px;
    }

}