/*
 * CSS : flatline. Ads Widget APK
*/
.mk-ads-apk{position:relative;overflow:hidden;color:#fff;border-bottom:1px dashed rgba(255, 255, 255,.5)}
.mk-ads-apk .container{padding-top:100px;padding-bottom:100px}
.mk-ads-apk .container::after{content:' ';clear:both;display:block}
.mk-ads-apk-img{position:absolute;height:442px;width:220px;z-index:2;bottom:-142px;background-color:#888;border-radius:50px}
.mk-ads-apk-img:nth-child(2){left:190px;bottom:-202px}
.mk-ads-apk-img img{position:relative;z-index:0;width:190px;height:auto;left:50%;transform:translateX(-50%);top:28px}
.mk-ads-apk-img::after{position:absolute;top:0;left:0;z-index:1;content:' ';display:block;background:url(../img/iphone.png);height:442px;width:220px}
.mk-ads-apk-text{position:relative;z-index:1;float:right;text-align:right;padding-left:400px}
.mk-ads-apk-text h2{font-weight:bold;margin-bottom:24px}
.mk-ads-apk-text p{font-size:16px;max-width:400px;margin-bottom:24px!important}
.mk-ads-apk-text a{font-weight:500;background-color:#fff}
.mk-ads-apk-text a md-icon{font-size:24px;line-height:0;top:4px;margin-right:6px;margin-left:-4px}

@media (max-width:860px){
  .mk-ads-apk-img{left:50%;transform:translateX(-50%);margin-left:-90px}
  .mk-ads-apk-img:nth-child(2){margin-left:200px}
  .mk-ads-apk .container{padding-top:30px;padding-bottom:337px}
  .mk-ads-apk-text{float:none;padding-left:0;text-align:center}
  .mk-ads-apk-text p{margin:auto}
}
@media (max-width:576px){
  .mk-ads-apk{margin-bottom:30px;border-bottom:0}
  .mk-ads-apk-img{margin-left:0}
  .mk-ads-apk-img:nth-child(2){display:none}
}