.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

html, body {
    height: 100%;
}

.wrapper {
    min-height: calc(100% - 76px);
    width: 1200px;
    position: relative;
    display: flex;
    flex-direction: row;
    background: url(../img/engine-left-column.jpg) top left no-repeat;
}

.center-column {
    margin-left: 350px;
    width: 700px;
    height: 100%;
}

header {
    padding-top: 15px;
    background: #fff;
}

.left-column {
    width: 350px;
    height: 100%;
    /*float: left;
    position: absolute;*/
}

.right-column {
    width: 135px;
    order: 3;
    /*float: right*/
}

.logo {
    position: absolute;
    top: 29px;
    left: 59px;
}

.header-description {
    position: absolute;
    top: 96px;
    left: 61px;
    font-size: 11px;
}

.phone {
    font-size: 16px;
    font-weight: bold;
    color: #6f6f6f;
}

.main-nav ul {
    padding: 0;
    margin: 15px 0 0 0;
    list-style-type: none;
}

.main-nav ul li {
    display: inline-block;
    width: 137px;
    text-align: center;
    position: relative;
    margin-right: 10px;
}

.main-nav ul li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #2e2a2b;
    line-height: 37px;
    height: 37px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.main-nav ul li:after {
    content: '.';
    font-size: 0;
    line-height: 0;
    background: url('../img/sprite.jpg') 0 0 no-repeat;
    width: 10px;
    height: 37px;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: -10px;
}

.main-nav ul li.active {
    background: url('../img/sprite.jpg') 0 -36px no-repeat;
    color: #fff;
}

.main-nav ul li.active a {
    color: #fff;
}

.brands {
    margin-top: 155px;
    padding-left: 20px;
}

.brands-title {
    font-size: 14px;
    color: #6f6f6f;
    font-weight: bold;
    margin: 0 0 30px;
}

.content {
    margin-top: 30px;
    font-size: 12px;
    line-height: 12px;
    max-height: 580px;
    overflow: hidden;
}

.short-left-column {
    width: 340px;
    float: left;
}

.short-right-column {
    width: 340px;
    float: right;
    margin-left: 20px;
}

.content p {
    margin: 6px 0;
}

.c-mail-block {
    line-height: 36px;
    border-bottom: 1px solid #e8e8e8;
}

.c-mail-block .flr {
    margin-right: 55px;
}

.flr {
    float: right;
}

.icq-icon {
    position: relative;
    top: 5px;
    right: 5px;
}

.c-title {
    margin: 0px 0 12px 0;
    font-family: arial, sans-serif;
    font-weight: bold;
    color: #2a282b;
    line-height: 30px;
    background: url(../img/sprite.jpg) 0 -73px no-repeat;
    padding-left: 20px;
}

.c-title-long {
    margin: 0px 0 20px 0;
    font-family: arial, sans-serif;
    font-weight: bold;
    color: #2a282b;
    line-height: 30px;
    background: url(../img/sprite.jpg) 0 -104px no-repeat;
    padding-left: 20px;
}

.manager-img {
    float: left;
    width: 67px;
    margin-right: 10px;
}

#frame {
    margin: -8px !important;
    width: 347px;
    height: 500px;
	overflow: scroll;
}

.slidable {
    margin-bottom: 300px;
}

#payment ul {
    list-style-type: none;
    margin: 7px 0;
}

#payment ul li:first-child {
    margin-bottom: 5px;
}

#delivery h6 {
    font-size: 14px;
    font-family: arial, sans-serif;
    margin: 10px 0;
    font-weight: normal;
}

a {
    color: #000;
}
a:hover {
    text-decoration: none;
}

.red {
    color: #ff0000;
}

.address {
    margin: 8px 0;
    font-style: normal;
}

#contacts table td {
    height: 30px;
    vertical-align: middle;
    width: 135px;
}

.w145 {
    width: 145px !important;
}

.w210 {
    width: 210px !important;
}

.table-icon {
    position: relative;
    top: -4px;
}

.slide-container {
    position: relative;
}

.date {
    line-height: 69px;
    border-top: 1px solid #251f1f;
    font-size: 12px;
}
table th,
table td {
    border: 1px solid #eee;
    padding: 5px;
}
footer {
    width: 842px;
    /*position: relative;*/
    /*bottom: 0px;
    left: 350px;*/
    border-top: 6px solid #ebebeb;
    background: #fff;
    margin-left: 350px;
}
