@font-face {
    font-family: Lazurpla; /* Ãàðíèòóðà øðèôòà */
    src: url(../img/newD/lazurpla.ttf); /* Ïóòü ê ôàéëó ñî øðèôòîì */
}

body {
    margin: 0;
    padding: 0;
    background: url(../img/newD/55.jpg);
    font-size: 15px;
    font-family: Arial, sans-serif;
    background-attachment: fixed;
    min-width: 900px;
}

.content a.menyBTN {
    color: #5d1403;
    border: 1px dotted;
    padding: 6px 12px;
    border-radius: 7PX;
    TEXT-TRANSFORM: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 5px;
}

a.allNs {
    text-align: right;
    display: block;
    font-size: 14px;
    margin-top: -11px;
    margin-bottom: 10px;
}

.loader {
    display: none;
    position: fixed;
    z-index: 10;
    background-image: url(../img/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
}

.wrap {
    margin: 0 auto;
    max-width: 880px;
    padding: 0 10px;
}

a {
    color: #448;
    text-decoration: underline;
}

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

/*
  Header
*/
#head {
    height: 103px;
    position: relative;
    padding: 0;
}

#head-logo {
    width: 234px;
    height: 235px;
    position: absolute;
    left: -9px;
    top: -103px;
    background: url(../img/newD/logo3.png) no-repeat;
    z-index: 10;
}

#head-phone .phone {
    font-size: 24px;
    font-weight: bold;
}

#head-phone .phone span {
    font-size: 18px;
    font-weight: bold;
}

#head-phone .address {
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}

/*
  MENU
*/
#menu {
    /*height: 110px;*/
    margin-bottom: 125px;
    /* background: url(../img/line-background.png) repeat-x;*/
    z-index: 1;
    position: relative;
}

#menu .wrap {
    position: relative;
    padding: 0;
}

#menu ul {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: url(../img/newD/bg-fon.png);
    height: 46px;
    padding-left: 51px;
}

#menu li {
    /*background: url(../img/menu-top-li-norm.png) repeat-x;*/
    position: relative;
    float: left;
}

#menu li.next {
    margin-left: 1px;
}

#menu li.last a {
    border: none;
}

#menu .left, #menu .right {
    position: absolute;
    height: 46px;
    width: 4px;
    top: 0;
    display: none;
}

#menu .left {
    /*  background: url(../img/menu-top-li-left-active.png) no-repeat;*/
    left: 0;
}

#menu .right {
    /*background: url(../img/menu-top-li-right-active.png) no-repeat;*/
    right: 0;
}

#menu li:hover, #menu li.active {
    /*background: url(../img/menu-top-li-bg-active.png) repeat-x; */
    text-decoration: underline;
}

#menu li:hover .left, #menu li:hover .right, #menu li.active .left, #menu li.active .right {
    display: block;
}

#menu ul {
    width: 665px;
}

#menu li a {
    /*
display: block;
line-height: 36px;
font-size: 15px;
text-decoration: none;
color: #414141;
text-transform: uppercase;
font-weight: bold;
padding: 0 18px;
border-right: 2px solid #2e2500;
margin-top: 6px;
font-family: Lazurpla;
*/

    display: block;
    line-height: 36px;
    font-size: 16px;
    text-decoration: none;
    color: #414141;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 10px;
    border-right: 2px solid #2e2500;
    margin-top: 6px;
    font-family: 'PT Sans Narrow', sans-serif;
}

/*
  Slider
*/
#slider {
    /*background: url(../img/slider-background.png) no-repeat 50% 50%;*/
    height: 395px;
    position: relative;
    margin-top: -70px;
    z-index: 0;
}

#slides {
    position: relative;
    max-width: 858px;
    width: 100%;
    height: 311px;
    overflow: hidden;
    margin: 40px auto 0;
}

#slides .slides_container {
    max-width: 858px;
    width: 100%;
    height: 311px;
}

#slides .pagination {
    position: absolute;
    bottom: 7px;
    right: 7px;
    z-index: 10;
    margin: 0;
    padding: 0;
    list-style: none;
}

#slides .pagination li {
    float: left;
    margin: 4px;
}

#slides .pagination li a {
    display: block;
    width: 12px;
    height: 0;
    padding-top: 12px;
    background-image: url(../img/pagination.png);
    background-position: 0 0;
    float: left;
    overflow: hidden;
}

#slides .pagination li.current a {
    background-position: 0 -12px;
}

/*
  Content
*/

#content {
    position: relative;
    max-width: 870px;
}

.content {
    margin: 10px;
    color: #2e2500;
    text-align: justify;
}

.content.text h2 {
    margin-bottom: 0px;
    text-align: center;
}

.content a {
    color: #ffffff;
}

#content .sign {
    float: left;
    text-align: center;
    padding: 10px 0px 10px 28px;
    margin: 10px;
}

#content .sign > h3 {
    padding: 0 5px;
    margin: 0;
    margin-top: -7px;
}

#content .sign > a {

}

#content .sign > h3 > a {
    color: #2e2500;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: 8px;
}

#content .sign > h3 > a:hover {
    color: #910000;
}

#content .sign img {
    width: 164px;
    height: 110px;
    border: 3px solid #ffffff;
}

#content-top {
    border-bottom: 1px solid #2e2500;
    height: 45px;
}

#content-top-left, #content-top-right {
    color: #2e2500;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0;
    margin: 20px 0 0 0;
    margin-left: 65px;
    font-family: Lazurpla;
    font-weight: bold;
}

#content-top-left {
    float: left;
}

#content-top-right {
    float: right;
}

/* Left colum */
#content-left {
    width: 210px;
    float: left;
}

#content-left ul.menu {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
    /*font-family: Lazurpla;*/
    font-family: 'PT Sans Narrow', sans-serif;

}

#content-left ul.menu li {
    list-style: none;
    padding: 0;
    margin: 5px 0 0 0;
    /* width: 185px;*/
    height: 24px;
    text-align: center;
    text-transform: uppercase;
    /*  background: url(../img/menu-left.png);*/
}

#content-left ul.menu li a {
    display: block;
    /*width: 185px;*/
    height: 24px;
    line-height: 27px;
    text-decoration: none;
    color: #2e2500;
    font-size: 17px;
}

#content-left ul.menu li a:hover, #content-left ul.menu li.active a {
    color: #5d1403;
    font-weight: bold;
}

#content-left nav {
    background: url(../img/newD/bg-fon.png);
    overflow: auto;
    padding-bottom: 10px;
    width: 202px;
}

.order-list-title {
    background: url(../img/line-order.png) bottom center repeat-x;
    line-height: 16px;
    font-weight: bold;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 14px;
}

.order-list-title span {
    display: inline-block;
}

.order-list-title .p-name {
    width: 96px;
}

.order-list-title .p-count {
    width: 45px;
}

.order-list-title .p-sum {
    width: 28px;
}

.order-list {
    background: url(../img/line-order.png) bottom center repeat-x;
}

.order-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.order-list li {
    line-height: 16px;
    margin: 3px 0;
    padding: 0;
}

.order-list span {
    display: inline-block;
}

.order-list .p-name {
    width: 100px;
    font-family: cursive;
}

.order-list .p-count {
    width: 33px;
    text-align: right;
}

.order-list .p-sum {
    width: 36px;
    text-align: right;
}

.order-summ {
    line-height: 20px;
    background: url(../img/line-order.png) bottom center repeat-x;
    font-weight: bold;
}

.order-summ span {
    float: right;
    font-size: 12px;
    font-weight: bold;
}

/* Left colum */
#content-right {
    padding: 2px;
    overflow: hidden;
}

#content aside {
    float: left;
}

#content section {
    overflow: hidden;
}

/* Login form*/
.login_input {
    border: 1px solid #ddd;
    width: 100px;
}

.login_submit {
    border: 1px solid #ddd;
    background: #fff;
    width: 50px;
    font-size: 13px;
}

/*
	Footer
*/

#footer {
    margin: 20px 0;
    height: 100px;
    padding: 0 10px;
    /* background: url(../img/line-background.png) repeat-x;*/
}

#footer2 {
    position: relative;
    height: 60px;
    margin-top: 50px;
    border-top: 1px solid #2e2500;
}

#footer-phone {
    padding-left: 60px;
    height: 52px;
    position: absolute;
    left: 2px;
    top: 2px;
    background: url(../img/newD/tel.png) no-repeat 0% 100%;
    color: #2e2500;
    margin-top: 25px;
}

#head a.zak {
    display: block;
    width: 239px;
    height: 42px;
    cursor: pointer;
    position: absolute;
    right: 346px;
    top: 20px;
    background: url("../img/newD/top24.png") no-repeat -384px -94px;
}

#footer-phone .phone {
    font-size: 24px;
    font-weight: bold;
}

#footer-phone .phone span {
    font-size: 18px;
    font-weight: bold;
}

#footer-phone .address {
    font-size: 19px;
    font-weight: bold;
    text-align: right;
}

#footer-link a span {
    margin: 0 3px 0 3px;
}

#footer-link {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    font-weight: bold;
}

#footer-link a {
    color: #ffffff;
    text-decoration: none;
    float: right;
}

#footer-link a:hover {
    text-decoration: underline;
}

/* GALLERY module */

#thumbnails {
    width: 680px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

#thumbnails li {
    margin: 10px 10px 10px 10px;
    border: 3px solid #fff;
    padding: 0;
    float: left;
    background-color: #fff;
}

#thumbnails li * {
    margin: 0;
    padding: 0;
}

/* LAST NEWS */
.last-news {
    color: #000000;
}

.last-news h2 {
    margin: 0px 0 8px 0;
    font-size: 14px;
    text-align: center;
}

#cart .desc.one1 {
    padding-top: 5px;
    text-align: center;
}

.last-news img {
    width: 183px;
    border: 1px solid #a4755f;
    border-radius: 7px;
}

.last-news .content {
    color: #000000;
    margin: 10px 0;
}

.last-news a {
    color: #000000;
}

/* NEWS */

.news a {
    color: #2e2500;
}

.news .news-name {
    margin: 5px 0;
}

.news .news-name a {
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
}

.news .news-name a:hover {
    text-decoration: underline;
}

.news-date {
    font-size: 90%;
    margin: 5px 0;
}

/* PRODUCTS*/

.product {
    float: left;
    width: 170px;
    margin: 8px 4px 15px 36px;
    padding: 4px;
    padding-bottom: 13px;
    border-radius: 5px;
    background: #fff;
}

.product img {
    width: 166px;
    height: 112px;
    border: 1px solid #ffffff;
}

.product .thumb {
    position: relative;
    height: 116px;
    margin-bottom: 9px;
}

.product .head-name {
    height: 30px;
    line-height: 13px;
    margin: 5px 0;
    text-align: center;
    overflow: hidden;
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 5px;
    width: 168px;
}

.product .head-name a {
    color: #2e2500;
    font-size: 18px;
    text-decoration: none;
    font-family: 'PT Sans Narrow', sans-serif;
}

.product .price {
    position: absolute;
    bottom: -37px;
    right: 109px;
    width: 80px;
    height: 32px;
    font-size: 18px;
    line-height: 44px;
    text-align: right;
    padding-right: 2px;
    color: #5d1403;
}

.product .add {
    width: 170px;

}

.product .add-num {
    background: url(../img/newD/zakaz-l3.png) no-repeat 1px 0px;
    width: 45px;
    height: 28px;
    float: left;
    display: none;
}

.product .add-num-plus {
    width: 11px;
    height: 11px;
    margin-top: 2px;
    cursor: pointer;
    float: left;
    margin-left: 11px;
}

.product .add-num-minus {
    width: 11px;
    height: 11px;
    margin-top: 2px;
    cursor: pointer;
    float: left;
    margin-left: 11px;
}

.add-number {
    width: 10px !important;
    height: 15px !important;
    float: right !important;
    margin: 6px 9px 0 0 !important;
    font-size: 12px !important;
    line-height: 15px !important;
    text-align: center !important;
    border: none !important;
    background: none !important;
    color: #D84C2E;
    font-weight: bold;
}

.product .add-order {
    width: 83px;
    height: 28px;
    float: right;
    cursor: pointer;
    color: #5D1403;
    font-weight: bold;
    font-size: 17px;
    background: none;
    border: dotted 1px;
    padding-right: 2px;
    margin-right: 5px;
    margin-top: 4px;
    padding-top: 1px;
    font-family: 'PT Sans Narrow', sans-serif;
    padding-bottom: 6px;
    border-radius: 4px;
}

.product .text {
    display: none;

}

/* One Product */

.productone {
    margin-top: 15px;
}

.productone .thumb {
    width: 310px;
    float: left;
}

.productone .thumb img {
    border: 3px solid #ffffff;
    width: 300px;
}

.productone h1, .productone h2 {
    margin: 0;
    padding: 0;
    color: #414141;
    font-size: 20px;
}

.productone .desc {
    float: right;
    width: 330px;
}

.productone .add {
    width: 111px;
    margin: 4px 0;
}

.productone .add-num {
    background: url(../img/minus-plus.png);
    width: 45px;
    height: 28px;
    float: left;
    display: none;
}

.productone .add-num-plus {
    width: 11px;
    height: 11px;
    margin-top: 2px;
    cursor: pointer;
    float: left;
}

.productone .add-num-minus {
    width: 11px;
    height: 11px;
    margin-top: 2px;
    cursor: pointer;
    float: left;
}

.productone .add-number {
    width: 23px;
    height: 15px;
    float: right;
    margin: 8px 5px 0 0;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
}

.productone .add-order {
    background: none;
    width: 112px;
    height: 30px;
    float: right;
    cursor: pointer;
    color: #5d1403;
    font-weight: bold;
    border: 2px dotted;
    border-radius: 5px;
    font-size: 18px;
    display: block;
    padding: 1px;
}

.productone .price {
    margin: 10px 0 10px 0;
    font-weight: bold;
    font-size: 18px;
    color: #414141;
}

.productone .text {
    font-size: 17px;
    color: #414141;
    margin-top: 7px;
}

.productone hr {
    border: 0;
    height: 1px;
    margin: 0;
    background: #414141;
}

/* FILES module */

div.files {
    margin: 10px 0 10px 20px;
}

div.files * {

}

div.files div {
    height: 24px;
    background-image: url(../img/download.png);
    background-repeat: no-repeat;
    padding-left: 28px;
    margin-left: 4px;
    margin-bottom: 4px;
    line-height: 24px;
}

/* FORMS */

.forms {
    width: 600px;
    margin: 20px auto 10px;;
}

.forms .name {
    font-size: 120%;
    font-weight: bold;
}

.forms input, .forms textarea {
    width: 500px;
    margin: 5px auto;
}

.forms textarea {
    height: 100px;
}

.forms input.button {
    width: 200px;
}

/* MODAL WINDOWS */

#colorbox h1 {
    padding: 20px;
}

.modal {
    padding: 10px;
    background: #fff;
    position: relative;
}

.modal > div.error {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #ffffff;
}

.modal h2 {
    font-size: 120%;
}

.modal > form > div {
    text-align: right;
    margin: 10px 20px 5px 0;

}

.modal input {
    margin-left: 20px;
    width: 300px;
}

.modal input.button {
    margin-left: 20px;
    width: 120px;
}

#cart {

    padding-top: 20px;
    margin: 10px 4px;
    position: relative;
}

#cart .title {

    height: 20px;
    color: #2e2500;
    font-size: 20px;
    font-family: 'PT Sans Narrow', sans-serif;
    text-align: center;
    font-weight: bold;
    padding-top: 12px;
	margin-bottom: -34px;
}

#cart .title2 {
    /*background: url(../img/cart2.png) no-repeat 50% 50%;*/
    font-weight: bold;
    font-family: Lazurpla;
}

#cart .desc {
    background: url(../img/newD/bg-fon.png);
    margin: 4px 0 0 0;
    padding: 34px 8px 5px 8px;
    font-size: 11px;
    border-radius: 5px;
}

#cart .button-order {
    width: 157px;
    height: 18px;
    margin: 5px auto;
    /*background: url(../img/button-order-make.png) no-repeat;*/
    cursor: pointer;
    display: block;
    text-align: center;
    font-size: 16px;
    font-family: 'PT Sans Narrow', sans-serif;
    color: #2e2500;
    font-weight: bold;
    margin-top: 10px;
    text-decoration: none;
}

#cart .button-order.click {
    background-position: 1px 1px;
}

/* CART */
#tmp-cart-container {
    padding: 10px;
}

div.tabl-title {
    margin-top: 10px;
}

div.tabl-title > div {
    float: left;
    text-align: center;
    font-weight: bold;

}

#tmp-cart-container ul {
    list-style: none;
    list-style-type: none;
    margin-left: -39px;
}

#tmp-cart-container ul li {
    border-top: solid 2px #dadada;
    margin: 2px 0px 4px 0px;
    padding: 3px 0px 2px 0px;
}

span.ware-name {
    width: 490px;
    text-indent: 10px;
}

span.ware-price {
    width: 80px;
    text-align: center;
}

span.ware-sum {
    text-indent: 10px;
    font-size: 16px;
    font-weight: bold;
    width: 90px;
}

div.cart-wares {
    position: relative;
}

div.cart-wares span {
    display: inline-block;
    margin-top: 5px;
}

span.addnumb {
    width: 80px;
    margin-left: 20px;
    position: relative;
}

span.addnumb span {
    border: solid 1px #999;
    font-weight: bold;
    margin: 0px;
    cursor: pointer;
}

span.addnumb span:first-child {
    font-size: 18px;
    width: 50px;
    text-indent: 10px;

}

span.plus {
    font-size: 12px;
    width: 15px;
    position: absolute;
    top: -5px;
    left: 55px;
    text-align: center;
}

span.plus:hover {
    background-color: #999;
    color: #fff;
}

span.minus {
    font-size: 12px;
    width: 15px;
    position: absolute;
    top: 12px;
    left: 55px;
    text-align: center;
}

span.minus:hover {
    background-color: #999;
    color: #fff;
}

span.del {
    width: 20px;
    height: 20px;
    margin-top: 0;
    border: 1px solid #dadada;
    background-image: url(../img/remove.png);
    background-position: center;
    background-repeat: no-repeat;
}

span.del:hover {
    border: 1px solid red;
    cursor: pointer;
}

/* all-sum for wares */
div.all-sum, div.all-sum2 {
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    padding-right: 50px;
    border-top: solid 3px #999;
    margin-bottom: 10px;
}

div.all-sum span, div.all-sum2 span {
    font-size: 20px;
    color: #ff0000;
}

/* button next */
div.button {
    margin: 30px auto;
    text-align: center;
}

/* end-form */
div.end-form {
    text-align: left;
}

div.end-form input, div.end-form select {
    font-size: 14px;
    color: #000;
    padding: 5px;
    margin: 10px 0px;
    border: double 4px #999;
    width: 270px;

}

div.end-form input {
    width: 250px;
}

div.end-form input:hover {
    background-color: #f5f5f5;
}

/**/

.cart-order-desc {
    margin: 7px 50px;
    width: 600px;
}

.cart-order-desc b {
    float: left;
}

.cart-order-desc input {
    margin: 0 6px;
    width: 380px;
}

.cart-order-desc select {
    margin: 0 5px;
}

.cart-order-desc > div {
}

/* PAGE LIST */
.pagelist {
    text-align: center;
    margin-top: 10px
}

.pagelist a {
    padding: 2px 5px;
    text-decoration: none;
    color: #ffffff;
}

.pagelist a:hover {
    text-decoration: underline;
}

/* FLOAT BOX RIGHT*/
#floatbox-right {
    width: 30px;
    height: 266px;
    position: fixed;
    right: 0;
    top: 200px;
    overflow: hidden;
    z-index: 10;
    font-size: 12px;
}

#floatbox-right-title {
    width: 33px;
    height: 266px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/table-title.png) no-repeat left center;
    cursor: pointer;
}

#floatbox-right-bg {
    width: 190px;
    height: 266px;
    position: absolute;
    left: 30px;
    top: 0;
    background: url(../img/table-background.png) repeat left center;
}

#floatbox-right-bg > div {
    padding: 7px;
}

#floatbox-right-bg input, #floatbox-right-bg select, #floatbox-right-bg textarea {
    width: 170px;
    margin-top: 6px;
    margin-bottom: 6px;
    border: 1px solid #808080;
    color: #808080;
    display: block;
}

#floatbox-right-bg input, #floatbox-right-bg select {
    padding: 0 3px;
    background-color: #eee;
}

#floatbox-right-bg textarea {
    height: 95px;
    min-height: 95px;
    max-height: 95px;
    max-width: 210px;
    max-width: 210px;
}

#floatbox-right-but {
    display: block;
    width: 156px;
    height: 17px;
    margin: 7px auto;
    background: url(../img/table-button.png);
    cursor: pointer;
}

/**/

.clear {
    clear: both;
}

.bord {
    border: 1px solid red;
}

.button {
    cursor: pointer;
}

/* remark */
.remark {
    padding: 10px;
    margin: 0 0 10px;
}

.remark h2 {
    padding: 8px 0;
    margin: 0;
    font-size: 14px;
}

.remark .text {
    margin: 5px 0 10px;
    text-align: justify;
}

.remark .name {
    width: 200px;
    float: left;
}

.remark .date {
    width: 100px;
    float: right;
    text-align: right;
}

.remark a.btn {
    display: block;
    line-height: 24px;
    color: #fff;
    text-align: center;
    background: #926DB0;
    cursor: pointer;
    padding: 0 15px;
    text-decoration: none;
    float: left;
    margin-right: 20px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

}

.remark q {
    display: block;
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
    margin-bottom: 10px;

}

.remark form {
    padding: 15px 0;
}

.remark form input, .remark form textarea {
    width: 635px;
    min-width: 635px;
    max-width: 635px;
}

.remark form div {
    margin-bottom: 8px;
    color: #fff;
}

.remark form input {
    height: 18px;

}

.remark form textarea {
    min-height: 100px;

}

.remark form .button {
    height: 24px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    width: 135px;
    background: #800000;
    cursor: pointer;
    margin: 8px 0 0 250px;
    border-radius: 3px;
}

span.addreSS {
    font-size: 18px;
    display: block;
    text-align: right;
    margin-top: -10px;
    padding-left: 0px;
}

div span.teltel {
    background: url("../img/newD/top24.png") no-repeat -15px -7px;
    display: block;
    height: 40px;
    padding-top: 3px;
    font-size: 27px;
    padding-left: 45px;
    text-align: right;
    margin-top: 0px;
}

.wra {
    width: 230px;
    float: right;
}

#head-phone {
    padding-left: 45px;
    height: 44px;
    position: absolute;
    right: 0;
    top: 21px;
    color: #2e2500;
    width: 73%;
}
.maps {
    overflow: hidden;
}
.content img {
    max-width: 100%;
}
@media all and (max-width: 850px) {
    #head-phone {
        width: 65%;
    }

    #head a.zak {
        right: auto;
        left: 0;
    }
}

@media all and (max-width: 767px) {
    body {
        min-width: 480px;
    }
    #head-phone {
        position: static;
        width: auto;
        padding: 0;
        float: right;
        height: auto;
    }

    #head a.zak {
        position: static;
        margin: 61px 0 8px;
    }
    .wra {
        float: none;
        width: auto;
    }
    #head {
        height: auto;
        overflow: hidden;
    }
    #head-logo {
        position: absolute;
        left: 5px;
        top:5px;
        width: 195px;
        height: 195px;
        background-size: contain;
    }
    #menu {
        position: static;
        height: auto;
        margin: 0 0 20px 0;
    }
    #menu ul {
        position: static;
        padding: 0;
        width: auto;
    }
    #slider {
        display: none;
    }
    .top-cart-block {
        right: 0 !important;
        top:123px;
    }
    #menu li a {
        font-size: 14px;
        border-width: 1px;
    }
    #content aside, #content section {
        float: none;
    }
    #content-left {
        width: auto;
        float: none;
    }
    #content-left nav {
        width: auto;
        margin: 0 0 10px 0;
    }
    #content-left ul.menu li {
        width: 32%;
        display: inline-block;
    }
    #content-top-left {
        display: none;
    }
    #content-left ul.menu {
        width: 100%;
    }
    #content-top {
        overflow: hidden;
    }
    #stuffHelper {
        z-index: 999999 !important;
    }
    /*.TA_certificateOfExcellence {
        display: none;
    }
    #yellrank {
        display: none;
    }*/
}

/*
playback timings (ms):
  captures_list: 116.517
  exclusion.robots: 0.134
  exclusion.robots.policy: 0.12
  RedisCDXSource: 0.717
  esindex: 0.012
  LoadShardBlock: 90.207 (3)
  PetaboxLoader3.datanode: 120.634 (5)
  load_resource: 924.862 (2)
  PetaboxLoader3.resolve: 888.076 (2)
*/