.step-container {
	max-width: 440px;
	margin: 0 auto;
	border-radius: 15px;
	padding: 40px 70px;
	position: relative;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.15);
    background: #181821;
}

@media screen and (max-width: 480px) {
.step-container, .proccessing-wrapper{
    max-width: 95%;
    padding: 40px 30px;
}

}

.aspr-sep {
    height: 15px;
    width: 1px;
    background: rgba(0, 0, 0, 0.3);
    margin: 0 5px 0 10px;
}

.app-step-pr {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.app-step-rating {
    display: inline-flex;
    position: relative;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 0;
}

.app-step-platforms {
    display: inline-flex;
    position: relative;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 0;
}

#app-step-title {
    margin: 0 auto 5px auto;
    font-weight: 700;
    color: #fff;
}
.step-exit {
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
}
.step-exit .material-icons-two-tone {
	font-size: 2em;
}
.step-icon-wrapper {
	margin: 0 auto 20px auto;
	text-align: center;
}

.step-exit .material-icons-two-tone {
    filter: invert(79%) sepia(13%) saturate(499%) hue-rotate(188deg) brightness(88%) contrast(90%);
}

.step-icon-wrapper {
    margin: 0 auto 20px auto;
    text-align: center;
}

.app-step-icon {
    border-radius: 15px;
    display: table;
    margin: 0 auto;
    max-width: 100px;
    z-index: 20;
}

.s-p-c-btn-wrapper {
    margin: 20px auto 0 auto;
}
.s-p-c-btn {
    width: 100%;
    padding: 15px 10px;
    text-align: center;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 900;
    cursor: pointer;
    max-width: 250px;
    margin: 0 auto;
}

.s-p-c-btn {
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
    color: #fff;
    background: #ffa800;
}

#s-p-c-msg {
    font-size: 1em;
    text-align: center;
}

#s-p-c-title {
    color: #ffa800;
    text-align: center;
    font-weight: 700;
    margin: 0 auto 3px auto;
    font-size: 1.2em;
}

.step-proccesing-content {
    border-top: 2px solid rgba(0, 0, 0, 0.15);
    margin-top: 20px;
    padding-top: 20px;
}

#app-step-description {
    color: #a6b0cf;
    margin: 0;
}

.step-info-wrapper {
    text-align: center;
}

.material-icons-two-tone {
    font-family: 'Material Icons Two Tone';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.app-step-platforms i {
    color: #a6b0cf;
    font-size: 1.3em;
}

.app-step-platforms {
    display: inline-flex;
    position: relative;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 0;
}

#app-step-by {
    line-height: 1;
    font-size: 0.7em;
    color: #ffa800;
}

.app-step-rating .material-icons-two-tone {
    filter: invert(89%) sepia(19%) saturate(5557%) hue-rotate(357deg) brightness(105%) contrast(104%);
}

#app-step-rating-val {
    font-weight: 700;
    position: relative;
    margin-left: 2px;
}
.app-step-platforms i.imr {
    margin-right: 3px;
}