* {
    margin: 0;
    padding: 0;
}

@font-face {
font-family: 'Helvetica';
font-style: normal;
font-weight: normal;
src: local('Helvetica'), url('fonts/HelveticaNeueLTStd Lt.woff') format('woff');
}

body {
	height: 100%;
	width:100%;
	font-family:Helvetica, Tahoma, Arial;
	font-size: 13px;
	color:#383d46;
	background:linear-gradient(to right,#e5e7ec, #ffffff 8%, #ffffff 92%, #e5e7ec);
}

table {
	display:table;
}

.table {
	display:table;
	width:100%;
	height:100%;
}

.tr {
	display:table-row;
}

.td {
	display:table-cell;
	vertical-align:middle;
}

h1, h2, h3 {
	color:#383d46;
	font-size:35px;
	text-align:left;
	margin:17px 0px;
	padding-bottom:17px;
	font-weight:lighter;
	border-bottom:1px solid #dbdee4;
}

a {
    color: #c93263;
    text-decoration: none;
	cursor:pointer;
}

a:hover,
.a_select {
	text-decoration: underline;
}

input[type="text"],
input[type="password"],
input[type="number"],
select,
textarea {
	background:#e0e3e8;
	width:260px;
	height:30px;
	padding:0px 15px;
	border:none;
	box-shadow:1px 1px 5px 1px rgba(0,0,0,0.5) inset;
	font-size:14px;
	margin:0px;
	box-sizing: border-box;
}

input[type="number"] {
	width:100px;
	padding:0px;
	padding-left:30px;
}

textarea {
	width:100%;
	height:210px;
	padding:10px 30px;
}

input[type="button"],
input[type="reset"],
input[type="submit"],
button {
	height:30px;
	min-width:120px;
	border:none;
	padding:0px 15px;
	text-align:center;
	color:#fff;
	font-size:16px;
	background:#c93263;
	cursor:pointer;
	box-sizing:border-box;
	vertical-align:middle;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:hover,
input[type="reset"] {
	background:#929caa;
}

input:focus,
select:focus,
textarea:focus {
	outline:none;
}

.body {
	max-width:1000px;
	padding:0px 5px;
	margin:0px auto;
}

#header {
	width:100%;
	height:110px;
	background:linear-gradient(to bottom, #1a1a1a 65px, #e0e3e8 65px, #eff1f4);
	box-shadow:0px 0px 5px 1px rgba(0,0,0,0.5);
	position:relative;
	z-index:5;
}

#logo {
	height:110px;
	width:130px;
	float:left;
}

#logo img {
	max-height:100px;
	max-width:93px;
	margin-top:5px;
}

#main_menu,
.shop_menu {
	padding-left:130px;
}

#main_menu .td {
	height:65px;
	text-align:center;
}

#main_menu a {
	color:#7f7f7f;
	text-decoration:none;
	display:block;
	background:url(img/line.png) right center no-repeat;
}

#main_menu a:hover, #main_menu .menu_select {
	color:#fff;
}

#main_menu div:nth-last-child(3) a {
	background:none;
}

#main_menu #phone {
	font-size:16px;
	color:#fff;
	text-align:right;
	padding:0px 10px;
	width:170px;
	line-height:14px;
}

#main_menu #search_div {
	width:65px;
	background:url(img/search.png) left center no-repeat;
	text-align:right;
	position:relative;
}

#search_div span {
	border-bottom:1px dotted #fff;
	color:#fff;
	cursor:pointer;
}

#search_form {
	display:none;
	position:absolute;
	top:17px;
	right:0px;
	width:230px;
}

#search {
	background:linear-gradient(to bottom, #252525, #373737);
	color:#fff;
	height:31px;
	width:200px;
}

#search_button {
	width:30px;
	min-width:30px;
	height:31px;
	border:none;
	background:url(img/search.png) center center no-repeat, linear-gradient(to bottom, #252525, #373737);
	box-shadow:1px 1px 5px 1px rgba(0,0,0,0.5);
	padding:0px;
	margin:0px;
}

#search_button:hover {
	background:url(img/search.png) center center no-repeat, linear-gradient(to top, #252525, #373737);
	box-shadow:1px 1px 5px 1px rgba(0,0,0,0.5) inset;
}

.shop_menu {
	border-right:1px solid #fff;
}

.shop_menu .submenu {
	display:table;
	width:100%;
	border-right:1px solid #c2c8d0;
}

.shop_menu .submenu_ceil {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	border-left:1px solid #c2c8d0;
}

.shop_menu a {
	color:#373c45;
	font-size:14px;
	text-decoration:none;
	display:block;
	height:30px;
	padding-top:15px;
	border-left:1px solid #c2c8d0;
}

.shop_menu a:hover, .shop_menu .menu_select {
	background:#eff1f4;
}

#body {
	position:relative;
	z-index:1;
	margin-top:25px;
	margin-bottom:25px;
}

#sidebar,
#content {
	text-align:left;
	vertical-align:top;
}

#sidebar {
	width:260px;
	padding-right:70px;
}

.filtr_titl {
	font-size:14px;
	font-weight:bold;
	margin-left:15px;
	position:relative;
	cursor:pointer;
}

.filtr_titl:before {
	content:'';
	height:0px;
	width:0px;
	border-left:3px solid transparent;
	border-right:3px solid transparent;
	border-top:3px solid #373c45;
	position:absolute;
	left:-10px;
	top:5px;
}

.filtres_show:before {
	content:'';
	height:0px;
	width:0px;
	border-left:3px solid transparent;
	border-right:3px solid transparent;
	border-bottom:3px solid #373c45;
	border-top:none;
	position:absolute;
	left:-10px;
	top:5px;
}

.filtres {
	border-bottom:1px solid #dbdee4;
	padding:17px 0px;
}

.filtres_val {
	padding-top:17px;
}

.filtres input[type='checkbox'] {
	vertical-align:middle;
	margin-right:15px;
}

.column {
    column-width: 50%;
    column-count: 2;
	-webkit-column-width: 50%;
    -webkit-column-count: 2;
	-moz-column-width: 50%;
    -moz-column-count: 2;
	-o-column-width: 50%;
    -o-column-count: 2;
	-ms-column-width: 50%;
    -ms-column-count: 2;
}

.show_filtres_div {
	display:none;
}

.bread {
	position:absolute;
	top:-20px;
}

.bread a {
	color:#7b828e;
}

.bread_arrow {
	display:inline-block;
	border-bottom:3px solid transparent;
	border-top:3px solid transparent;
	border-left:3px solid #7b828e;
}

.sort_div {
	border-bottom:1px solid #dbdee4;
	padding-bottom:17px;
}

.page_prew {
	border-bottom:1px solid #dbdee4;
	padding:17px 0px;
}

.page_prew h2 {
	margin:0px;
	font-size:14px;
	border:none;
}

h2 a:hover {
	text-decoration:none;
}

.page_prew .td {
	vertical-align:top;
	text-align:left;
}

.page_prew .page_ico {
	width:135px;
	height:100px;
	border:3px solid #fff;
	box-shadow:0px 0px 1px 1px #dbdee4;
}

.page_prew .page_ico a {
	display:block;
	width:100%;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.product_body {
	padding-left:15px;
}

.show_prew {
	color:#7b828e;
}

.product_right {
	text-align:center;
	width:130px;
	padding-left:35px;
}

.old_price {
	text-decoration:line-through;
	color:#7b828e;
	font-size:14px;
}

.price {
	color:#c93263;
	font-size:24px;
	margin-bottom:17px;
}

.product_right button {
	height:40px;
	width:100%;
	font-size:19px;
}

#basket {
	height:100px;
	width:175px;
	padding:10px 0px;
	color:#fff;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	background:#c93263;
	position:fixed;
	top:20%;
	right:-175px;
	z-index:7;
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	-ms-transition:all 1s;
	-o-transition:all 1s;
	transition:all 1s;
}

#basket_button {
	height:22px;
	font-size:14px;
	width:120px;
	color:#fff;
	background:#c93263;
	border-radius:10px 10px 0px 0px;
	padding-top:8px;
	position:absolute;
	margin-top:35px;
	margin-left:-75px;
	z-index:8;
	transform:rotate(-90deg);
	cursor:pointer;
}

#basket button {
	border:2px solid #fff;
	margin-top:20px;
}

.page_full {
	border:none;
	text-align:left;
	float:left;
	padding:0px;
	margin-right:15px;
}

.page_full .page_ico {
	width:310px;
	height:310px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	cursor:pointer;
	margin-bottom:15px;
}

.prew_img {
	width:85px;
	height:85px;
	border:3px solid #fff;
	box-shadow:0px 0px 1px 1px #dbdee4;
	display:inline-block;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	cursor:pointer;
	margin:0px;
}

.prew_img:nth-child(odd) {
	margin:0px 17px;
}

.add_basket {
	float:right;
}

.page_full_params {
	font-size:14px;
	margin-bottom:15px;
}

.show_full_div {
	margin-top:15px;
}

.clear {
	margin:15px 0px;
	border-bottom:1px solid #dbdee4;
}

#footer {
	width:100%;
	background:linear-gradient(to bottom, #e0e3e8, #eff1f4 47px, #ffffff 47px);
}

#footer .shop_menu {
	padding-left:0px;
}

#footer_menu {
	background:#1a1a1a;
	padding:20px 0px;
}

#footer_menu .body {
	column-count:4;
	column-width:25%;
	-webkit-column-count:4;
	-webkit-column-width:25%;
	-moz-column-count:4;
	-moz-column-width:25%;
	-o-column-count:4;
	-o-column-width:25%;
	-ms-column-count:4;
	-ms-column-width:25%;
}

#footer_menu a {
	color:#757575;
	text-decoration:none;
	margin:10px 0px;
	margin-right:10px;
	display:inline-block;
}

#footer_menu a:hover {
	color:#c8c8c8;
}

.big {
	font-size:18px;
}

.pink {
	color:#c93263;
}

.news_date {
	text-align:right;
	margin-bottom:20px;
}

#last_news {
	text-align:justify;
}

#last_news .news {
	width:200px;
	height:265px;
	padding:0px;
	box-shadow:0px 0px 1px 1px #dbdee4;
	border:#fff 3px solid;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	display:inline-block;
	vertical-align:top;
	margin-bottom:20px;
	position:relative;
}

#last_news .last {
	height:0px;
	border:none;
	box-shadow:none;
}

#last_news .news h2 {
	font-size:20px;
	position:absolute;
	margin:0px;
	padding:0px;
	top:20px;
	left:20px;
	font-weight:bold;
	border:none;
}

#last_news .news_txt {
	position:absolute;
	width:100%;
	bottom:0px;
	box-sizing: border-box;
	background:rgba(77,84,94, 0.86);
	color:#fff;
	text-align:left;
	opacity:0;
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	-ms-transition:all 1s;
	-o-transition:all 1s;
	transition:all 1s;
}

#last_news .plus {
	vertical-align:middle;
	text-align:center;
	width:30px;
	font-size:18px;
	padding:0px;
}

#last_news .ntxt {
	vertical-align:top;
	text-align:left;
	padding:10px;
	padding-left:0px;
}

#last_news .first_news {
	width:421px;
}

#last_news .first_news .news_txt {
	background:rgba(201,50,99,0.86);
}

#last_news .news:hover .news_txt {
	opacity:1;
}

#send_button {
	width:200px;
	height:50px;
	font-sise:20px;
}

.call_me p {
	margin-bottom:10px;
}