#wrap {
	width: 1005px;
	display: block;margin: 0 auto;
	text-align: left;
}

.left-sidebar {
	width: 260px;
	margin-right: 30px;
	display: inline-block;
	margin-top: 5px;
    margin-bottom: 50px;
    height: 100%;
}

.sidebar-menu-container ul {
	list-style: none;
}

.sidebar-menu-container>ul>li {
	margin-bottom: 5px;
}

.sidebar-menu-container>ul>li>a {
	font-size: 16px;
	color: white;
    width: 269px;
    height: 59px;
    text-transform: uppercase;
    background: url("../images/sprites/title-rectangles-sprite.png") 0 0 no-repeat;
    background-position: 0 -500px;
    background-size: 900px auto;
    display: inline-block;
    font-weight: bold;
    padding: 13px 20px;
}

.sidebar-menu-container>ul>li>ul {
	margin-top: -8px;
}

.sidebar-menu-container>ul>li>ul>li>a {
	line-height: 32px;
	color: #7f7f7f;
	text-decoration:none;
	font-weight: bold;
	margin-left: 20px;
	display: inline-block;
}

.sidebar-menu-container>ul>li a.active {
	text-decoration: underline;
}

/*main side*/
section.main-side {
	display: inline-block;
    width: 711px;
    vertical-align: top;
    margin-bottom: 25px;
}

section.main-side h1 {
	margin-top: 0;
}

/*goods list*/
.goods-list .image-container {
	border: 2px solid #d6d6d6;
    border-radius: 10px;
    margin-bottom: 10px;
    text-align: center;
    display: inline-block;width: 100%;
    box-sizing:border-box;
    position: relative;
    margin-top: 15px;
    overflow: hidden;
}

.goods-list .image-container>img {
    max-width: 209px;
}

.main-side .cat-name {
	color: #4a4a4a;
	font-size: 18px;
	display: inline-block;
	font-weight: bold;
}

.upper-case {
	text-transform: uppercase;
}

.price { 
	background: #ffd204;
	color: #171717;
	font-weight: bold;
	font-size: 18px;
	line-height: 44px;
    max-height: 44px;
    text-align: center;
}

.price.empty {
	cursor: pointer;
}

 
.price:after,.price:before {
    display: inline-block;
    position: absolute;
    background: white;
    content: ' ';
    width: 15px;
    height: 15px;
    border-radius: 100%;
    top: 16px;
}

.price:before { 
	left: 6px;
}

.price:after { 
	right: -9px;
}

.price .currency {
	font-weight: normal;
	font-size: 14px;
}

.price.empty { font-size: 14px; }

.btn-buy {
	font-size: 14px;
	border-radius: 0!important;
	padding: 11px 5px;
	background: #f99000;
	cursor: pointer;
	color: white;
	text-transform: uppercase;
	width: 100%;
	padding-left: 21px;
}


.btn-buy:hover,.btn-buy:active {
	color: white;
}


.btn-buy:before {
content: '';
    display: inline-block;
    width: 18px;
    height: 17px;
    background: rgba(249,144,0,1) url("../images/cart.png") no-repeat;
    background-size: cover; 
    vertical-align: middle;
    position: absolute;
    left: 20px;
    }

/*good page*/
h1.gk-title {
	color: #7f7f7f;
	font-size: 27px!important;
	line-height: 32px;
}

.rad-shadow {
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
width: 100%;
text-align: center;
border-radius: 10px;
position: relative;
}

.descr-container {
	margin-top: 40px;
}

.descr-container h2 {
	font-size: 24px;
	font-weight: normal;
	text-transform: none;
	margin-bottom: 20px;
}

.descr-container h2 > span {
	color: #b2b2b2;
}

.descr-container ul {
	margin-left: 20px;
}


.image-container.super:after,.rad-shadow.super:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 85px;
    height: 85px;
    left: 5px;
    top: 5px;
    background: url("../images/badge.png") 0 0 no-repeat;
    background-size: 85px auto;
}

.rad-shadow.super:after {
	left: -20px;
	top: -20px;
}

.left-sidebar .call {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    box-sizing: border-box;
    text-align: center;
    background: #f8f8f8;
    padding: 10px 0;
    margin-top: 25px;
} 

.left-sidebar .call .title {
    font-size: 18px;
}

.left-sidebar .call .phone {
	margin-top: 15px;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
    height: 52px;
    line-height: 52px;
}

.left-sidebar .call .phone:before {
    content: '';
    display: inline-block;
    width: 52px;
    height: 52px;
    margin-right: 5px;
    background: url("../images/sprites/icons-sprite.png") -200px 0 no-repeat;
    background-size: 600px auto;
    vertical-align: middle;
}

.left-sidebar .call button {
    width: 225px;
}

.main-page.mt-optimal {
	margin-top: 175px!important;
}

.goods-list > div {
	margin-bottom: 20px;
}

.seo-desc {
	color: #999999;
	font-size: 12px;
	width: 1005px;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 25px;
}


.cat-list-item {
	min-height: 225px;
	margin-bottom: 20px;
}

.cat-list-item .image {
	max-width: 100%;
}

.left-sidebar ul.level-0>li ul.level-1 {
    max-height: 10px;
    overflow: hidden;

    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.left-sidebar ul.level-0>li:hover ul.level-1 {
    max-height: 500px;
}