.mob_app_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.mob_app_top .app_txt {
    margin-left: 183px;
}
.mob_app_top .app_txt a.img > div {
    padding-top: 19px;
}
.mob_app_top .img {
    top: -26px !important;
}
.app_images > div p {
    position: relative;
    max-width: 322px;
    padding-left: 35px;
    font-size: 24px;
}
.app_images {
    max-width: 1440px;
    width: 100%;
    margin: 525px auto 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: linear-gradient(180deg, #F8F8F8 67.32%, rgba(255, 255, 255, 0) 100%);
}
.app_images .service_number {
    top: -2px;
}
.app_images > div:nth-child(1), .app_images > div:nth-child(3) {
    /*position: relative;*/
    margin-top: -294px;
}
.app_images > div:nth-child(2){
    /*position: relative;*/
    /*top: -375px;*/
    margin: -375px 36px 0;
}
.representation_mob_txt {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
    display: none;
}
.representation_mob_txt p {
    position: relative;
    max-width: 322px;
    padding-left: 35px;
    font-size: 24px;
}
.representation_main {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}
.representation_mob_txt p {
    margin-bottom: 24px;
    margin-top: 0;
}
.app_images img {
    max-height: 572px !important;
}




@media (max-width: 1370px) {
    .app_txt {
        margin-left: 140px !important;
    }
}
@media (max-width: 1197px) {
    .app_images {
        display: none;
    }
    .app_txt {
        margin-left: 69px !important;
    }
    .app_txt img {
        width: 155px !important;
    }
    .mob_app_top {
        margin-bottom: 48px;
    }
    .representation_mob_txt span {
        left: -5px !important;
        top: -1px !important;
    }
    .representation_mob_txt p:nth-child(2) {
        margin: 0 26px;
    }
    .representation_mob_txt {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media (max-width: 916px) {
    .app_txt {
        margin-left: 24px !important;
    }
    .mob_app_top > div:nth-child(2) {
        position: absolute;
        right: 0;
        width: 35%;
        top: 121px;
    }
    .app_txt {
        z-index: 1;
    }
    .representation_mob_txt {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .representation_mob_txt p {
        margin-bottom: 24px !important;
    }
}
@media (max-width: 535px) {
    .mob_app_top > .img {
        width: 43%;
    }
    .app_txt p {
        font-size: 24px !important;
        line-height: 34px !important;
    }
}
@media (max-width: 433px) {
    .mob_app_top > .img {
        width: 38%;
    }
    .app_txt img {
        width: 106px !important;
    }
    .app_txt p {
        margin-bottom: 10px !important;
    }
}
.mob_app_top > div:nth-child(2) img {
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -moz-animation: fadein 4s; /* Firefox */
    -ms-animation: fadein 4s; /* Internet Explorer */
    -o-animation: fadein 4s; /* Opera */
    animation: fadein 4s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}