/*==========Block Installatron==============*/
.installatronTitle{
	color:#262626;
	text-align: center!important;
	display: block;
	padding: 0 0 40px 0;
}
.wrapperInstallatron {
    width: 100%;
    float: left;
    background-color: #f6f6f6!important;
    overflow: hidden;
    position: relative;
    padding: 40px 0;
}
.wrapperInstallatron .figure-out {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 40px 0;
}
.outer-bg {
    width: 100%;
    height: 100%;
    float: none;
    display: table;
    margin: 0 auto;
}
.wrapperInstallatron aside h2 {
    display: block;
    padding: 0;
    margin: 0 0 20px;
}
.wrapperInstallatron aside ul {
    width: 100%;
    float: left;
    padding: 0 0 17px 0;
    margin: 40px 0 0;
}
.wrapperInstallatron aside ul li {
    width: 100%;
    float: left;
    padding: 0 0 17px 0;
}
.inner-bg {
    width: 100%;
    height: 100%;
    float: none;
    display: table-cell;
    vertical-align: middle;
}
.wrapperInstallatron figure {
    width: 100%;
    float: left;
}
.wrapperInstallatron figure img {
    max-width: 100%;
}
aside ul{
	list-style: none;
}
aside ul li::before {
    content: "";
    width: 21px;
    height: 21px;
    float: left;
    background: url(../images/check.svg) no-repeat left center;
    background-size: 21px auto;
    left: 0;
}
