.smk-icon-list {
    clear: both;
    padding: 0;
    margin: 0;
}

.smk-icon-list li {
    display: inline-block;
    list-style: none;
}
.smk-icon-list.main-page {
    margin: 14px 0 0;
    padding:5px 8px 8px;
    width:736px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.smk-icon-list.main-page li {
    width:33.333%;
    float:left;
    text-align: center;
}

.smk-icon-list.main-page li.first-elem {
    text-align: left;
}
.smk-icon-list.main-page li.last-elem {
    text-align: right;
}

.smk-icon-list.main-page .smk-icon {
    color: #666;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    font-weight: bold;
    font-size: 13px;
    line-height: 40px;
}

.smk-icon:before {
    display: inline-block;
    margin-right: 0.5em;
    width: 52px;
    height: 40px;
    background: url("/images/icons-sprite_x1.png") 52px 0 no-repeat;
    background: url("/images/icons-sprite_x2.png") no-repeat scroll 52px 0 / 275px 41px;
    content: '';
    vertical-align: middle;
}

.smk-icon-canada:before {
    width: 54px;
    height: 29px;
    background-position: 0 0;
}

.smk-icon-head:before {
    width: 48px;
    height: 31px;
    background-position: -55px 0;
}

.smk-icon-folder:before {
    width: 42px;
    height: 38px;
    background-position: -110px 0;
}

.smk-icon-resellers:before {
    width: 52px;
    height: 40px;
    background-position: -165px 0;
}

.smk-icon-store:before {
    width: 39px;
    height: 37px;
    background-position: -220px 0;
}