.banneri img, img.browseProductImage {width:100%;}
.header-contacts {}
.header-contacts .header-contacts-phone {background:url("../images/images/6.png") no-repeat 0 50%;padding-left: 30px;}
.header-contacts .header-contacts-mail {background:url("../images/images/7.png") no-repeat 0 50%;padding-left: 30px;}

.menu2 .menu {
    list-style: none;
    margin: 0;
    padding: 0 29px;
    float: left;
    background-image: url(../images/11.png), url(../images/12.png);
    background-repeat: no-repeat ,no-repeat;
    background-position: left top, right top;
}
.menu2 .menu li {
    float: left;
    border-right: 1px solid #ddd;
}
.menu2 .menu li a {
    display: block;
    text-decoration: none;
    color: #575757;
    font-size: 18px;
    font-weight: bold;
    font-family: arial;
    padding: 25px 26px 0;
    background: #fff;
    height: 40px;
}
.menu2 .menu li.active a {	background-image: url(../images/10.png);
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
}
.bg-mobile-menu {
    position: fixed;
    width: 100%;
    height: 200%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 450;
    left: 0;
    top: 0;
    display: none;
}
.mobile-menu {
    display: none;
    position: fixed;
    width: 40px;
    height: 40px;
    background: #ab1814;
    left: 3%;
    top: 10px;
    cursor: pointer;
    z-index: 1220;
}
.mobile-menu span {
    position: absolute;
    width: 20px;
    height: 4px;
    background: #fff;
    top: 10px;
    left: 10px;
}
.mobile-menu span:nth-child(2) {
    top: 19px;
}
.mobile-menu span:nth-child(3) {
    top: 28px;
}