.app-logo {
    text-align: center;
    margin: 10px 0 20px;
}
.app-logo .logotype img {
    line-height: 70px;
    vertical-align: middle;
    padding-left: 14px;
}
.lead-app {
    font-size: 20px;
    font-weight: bold;
}




.row.row-app-content {
    margin: 0px -15px 16px;
}
.row.row-app-content .col-app {
    width: 14.5%;
    padding: 0 15px;
}
.row.row-app-content .col-app.col-57 {
    width: 57%;
}
.row.row-app-content .col-app.col-57 p {
    font-size: 16px !important;
    line-height: 150% !important;
}
.row.row-app-content .col-app.col-57 .pull-main p {
    font-size: 14px !important;
}
.row.row-app-content .col-app .app-head {
    font-size: 14px;
    font-weight: bold;
    color: #eb5504;
    text-align: center;
}
.row.row-app-content .col-app .app-head p {
    margin-bottom: 5px;
}
.row.row-app-content .col-app .app-body,
.row.row-app-content .col-app .app-body p {
    font-size: 12px;
    line-height: 130%;
}
.row.row-app-content .col-app .app-body p {
    margin-top: 5px;
}

.row.row-app-content.row-app-fix {
    display: table;
    width: 258px;
    border-spacing: 0;
    margin: 0 0 16px;
}
.row.row-app-content.row-app-fix .col-app {
    display: table-cell;
    width: 50%;
    padding: 0;
    margin: 0;
}
.row.row-app-content.row-app-fix .col-app:first-of-type {
    padding-right: 15px;
}
.row.row-app-content.row-app-fix .col-app:last-of-type {
    padding-left: 15px;
}



@media screen and (max-width: 767px) {
    .app-logo {
        text-align: center;
        margin: 10px 0 10px;
    }
		.app-logo .logotype img {
		max-width: 50%;
    padding-left: 0;
		}
    .text-pr {
        background: #eb5504;
        padding: 10px 5px;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
    }
    .lead-app {
        font-size: 12px;
        font-weight: bold;
    }
    
    .row.row-app-content .col-app {
        width: 33.33%;
        margin-bottom: 10px;
    }
    .row.row-app-content .col-app.col-57 {
        width: 100%;
    }
    .row.row-app-content .col-app .app-head {
        text-align: left;
    }
}