#footer-wp #foot-body {
    padding: 50px 0px;
}
#footer-wp #foot-body .block {
    float: left;
    width: 25%;
    padding-left: 30px;
}
#footer-wp #foot-body .block:first-child {
    padding-left: 0;
}
#info-company .title {
    font-size: 28px;
    font-weight: normal;
    color: #da1818;
    text-transform: uppercase;
    margin-bottom: 25px;
}
#info-company .desc,
#newfeed .desc {
    color: #6d6d6d;
    margin-bottom: 25px;
}
.menu-ft .title,
#newfeed .title {
    font-size: 20px;
    margin-bottom: 25px;
}
.menu-ft .list-item li {
    margin-bottom: 10px;
}
.menu-ft .list-item li:last-child {
    margin-bottom: 0;
}
.menu-ft .list-item li p {
    position: relative;
    color: #000;
    padding-left: 25px;
}
.menu-ft .list-item li:nth-child(1) p:before,
.menu-ft .list-item li:nth-child(2) p:before,
.menu-ft .list-item li:nth-child(3) p:before {
    position: absolute;
    font-family: 'FontAwesome';
    top: 0;
    left: 0;
}
.menu-ft .list-item li:nth-child(1) p:before {
    content: "\f041";
}
.menu-ft .list-item li:nth-child(2) p:before {
    content: "\f095";
}
.menu-ft .list-item li:nth-child(3) p:before {
    content: "\f0e0";
}
#info-shop .list-item li a {
    position: relative;
    color: #000;
    padding-left: 20px;
}
#info-shop .list-item li a:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #da1818;
    transform: translateY(-50%);
}
#form-reg #email {
    display: block;
    width: 100%;
    padding: 6px 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
#form-reg #sm-reg {
    display: block;
    width: 100%;
    background: #b6b6b6;
    border: none;
    outline: none;
    padding: 10px 0px;
    text-transform: uppercase;
    color: #fff;
    line-height: normal;
}
#form-reg #sm-reg:hover {
    background: #c10f0f;
}
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999;
    font-size: 13px;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #999;
    font-size: 13px;
}
:-ms-input-placeholder {
    /* IE 10+ */
    color: #999;
    font-size: 13px;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #999;
    font-size: 13px;
}
#foot-bot {
    background: #ab0000;
    text-align: center;
    padding: 10px 0px;
}
#foot-bot #copyright {
    color: #fff;
    line-height: normal;
}
