.center {
    text-align: center;
}
.tmz-logo {
    width:80px; 
    height: auto; 
    float: left; 
    margin-right: 10px;
}
.clear { clear: left; }
.row {
    clear: left;
    margin: 15px 0;
}
.row:after {
    display: table;
    clear: left;
    content: "";
}

.col {
    float: left;
}
.col + .col > div {
    margin-left: 10px;
}

.col-50 {
    width: 50%;
}

.illustration {
    height: 200px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.inner p {
    margin: 15px 0;
}

ol, ul {
    padding: 0 20px;
}

.mini-catalog:after {
    display: table;
    content: "";
    clear: left;
}
.page_view .inner .mini-catalog ol, .page_view .inner .mini-catalog ul {
    padding: 0;
}

.page_view .inner .mini-catalog li {
    list-style: none;
    margin: 15px 0;
}
.page_view .inner .mini-catalog li p {
    margin: 5px 0;
    padding-left: 90px;
}

.page_view .inner .mini-catalog li img {
    float: left;
    width: 80px;
    height: auto;
    margin-top: 5px;
}

@media (min-width: 1024px) {
    .inner .mini-catalog li {
        list-style: none;
        width: 50%;
        float: left;
        
    }
    .mini-catalog li:nth-child(2n+1) {
        clear: left;
    }
    
    .inner {
        float: left;
        width: 70%;
    }
        
    .row {
        clear: left;
        margin: 30px 0;
    }    
    
    .col + .col > div {
        margin-left: 15px;
    }
    
}
