@import url("reset.css");
@font-face {
    font-family: Corbel; /* Гарнитура шрифта */
    src: url(public_html/design/default/fonts/corbel.ttf); /* Путь к файлу со шрифтом */
   }
@import url(http://fonts.googleapis.com/css?family=Ubuntu+Condensed&subset=latin,cyrillic-ext);
HTML, BODY {
	margin:0px;
	padding:0px;
}
BODY {
	font-family: Helvetica, sans-serif;
	color: #343232;
	font-size: 16px;
	height:100%;
	background: #ffffff url(../images/header.jpg) left top repeat-x;
}
#main1 {
	width: 1120px;
	height:100%;
	margin-left: auto;
	margin-right: auto;
}
img {
	border:0px;
}
a:link, a:active, a:visited {
	color: #3399ff;
	text-decoration: underline;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color:#cc0066;
}
H1 {
	font-size:22px;
	padding:0 0 9px 0;
	font-weight: bold;
	color:#3f3c29;
	margin:0px;
	padding:0px;
	clear:both;
}
.hor_sep {
	display:block;
	background:url(../images/sep_hor_min.png) left top;
        background-size: cover;
	height:2px;
	margin:15px 0 15px 0;
	}
.hor_sep_think {
	display:block;
	clear:left;
	background:url(../images/separator_think.png) left top no-repeat;
	height:1px;
	margin:15px 0 10px 0;
	}	
.sep_min {
	display:block;
	background:url(../images/sep_hor_small.png) left top no-repeat;
	height:2px;
	margin:15px 0 15px 0;
	}	
.sep_main {
	display:block;
	background:url(../images/sep_hor_big.png) left bottom no-repeat;
	height:2px;
	margin:15px 0 15px 0;
	}
H2 {
	font-size:22px;
	font-weight:normal;
	color:#333333;
		margin:0px;
	padding:0px;
}
.about_us H2 {
	padding:0 0 12px 0;
	color: #3399FF;
    font-size: 30px;
    padding: 0 0 14px;
	
	}
H3 {
	font-size:16px;
	font-weight:normal;
		margin:0px;
	padding:0px;
}

.cart_pos {
	background-color: #E1DABE;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    padding: 10px 10px 6px;
    text-align: left;
    width:200px;
	height:60px;
	position:fixed;
	right:0px;
	top:35%;
	font-size:12px;
	color:#6B5721;
	line-height:18px;
	margin: -30px 10px 0;
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
background: url(../images/tr.png) repeat-x left -10px;
	}
/* @group Верхняя строка */
#top_background{
	min-height: 44px;
	padding-top: 10px;
	width: 100%;
	overflow: hidden;
	padding-bottom: 5px;
}
#top{
	margin:0px auto;
	width: 940px;
}
#menu{
	float: left;
	margin-top: 14px;
}

#menu li{
	display: block;
	float: left;
	list-style: none;
}
#menu li a{
	margin-right: 30px;
	text-decoration:none;
	font-size:15px;
	display: block;
	float: left;		
	color: #768c99;		
	font-weight: normal;
	font-family: helvetica;
	font-style: italic;
}
#menu li.selected a, #menu li:hover a{
	text-decoration: none;
	color:#ffffff;
}

#blog{
	list-style: none;
}
#blog li {
	display:block;
	float:left;
	/*width:321px;*/
	margin:0 10px 30px 0;
	}
#currencies{
	margin-bottom:15px;
}

#currencies ul{
	margin-top: 10px;
}
#currencies ul li{
	font-size: 12px;
	display: inline;
	padding-right: 5px;
	list-style: none;
}

#currencies ul li a{
	white-space: nowrap;
	color: #505050;
}
#currencies ul li.selected a{
	text-decoration: none;
}




/* @group Шапка сайта */
#header {
	margin:0px auto;
	width: 940px;
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
}

/* @group Футкр сайта */
#footer {
	margin:0px auto;
	width: 940px;
	overflow: hidden;
	clear: both;
	height: 60px;
	padding-top: 30px;
	text-align: center;
}


#account{
	margin-top:14px;
	margin-right: 15px;
	text-decoration:none;
	font-size:22px;
	display: block;
	float: right;
	text-shadow:#FFF 1px 1px 1px;
}
#account #login{
	padding-left: 7px;
	text-decoration:none;		
	text-shadow: 0 0 0;		
	font-weight: normal;
	color: #dc4800;
    font-family: helvetica;
    font-size: 15px;
    font-style: italic;
    font-weight: normal;
}
#account #login:hover{
	text-decoration:none;
	color:#FFF;
}
#account #register{
	padding-left: 7px;
	text-decoration:none;		
	text-shadow: 0 0 0;		
	font-weight: normal;
	color: #dc4800;
    font-family: helvetica;
    font-size: 15px;
    font-style: italic;
    font-weight: normal;
}
#account #register:hover{
	text-decoration:none;
	color:#FFF;
}
#account #logout{
	padding-left: 7px;
	text-decoration:none;
	color: #dc4800;
    font-family: helvetica;
    font-size: 15px;
    font-style: italic;
    font-weight: normal;
}
#account #logout:hover {
	text-decoration:none;
	color:#FFF;
}

#logo{
	margin-top: 15px;
	padding-left: 0px;
	float: left;
	clear: left;
	width: 250px;
	height: 105px;
}
#contact{
	float: right;
	text-align: right;
	margin-top: 45px;
	margin-right: 5px;
	font-sdtyle: italic;
	height: 25px;
	color: #505050;
	font-size: 15px;
	text-shadow: 0px 1px 0px #fff;
	
}
#contact #phone{
	font-size: 18px;
}


#main {
	margin:0px auto;
	width: 940px;
}

#left {
	width: 260px;
	float: left;
	overflow: hidden;
}


#search .button_search {
	width: 32px;
	height: 28px;
	background-position-y: middle;
	background: url(../images/search.png) no-repeat;
	border-style: none;
	cursor: pointer;
	cursor: hand;
	display: block;
	float: left;
}



/* @group Меню каталога*/
#catalog_menu {
	margin-top: 10px;
	margin-bottom: 10px;
}
#catalog_menu ul {
	padding-left: 0px;
	padding-bottom: 5px;
	list-style: none;
	clear:left;		
}

#catalog_menu ul li {
	font-size: 16px;
	margin-top: 8px;
	clear:left;
}
#catalog_menu ul li a {
	display:block;
	background:url(../images/sep_hor_min.png) left bottom no-repeat;
	color:#333333;
	font-size:24px;
	text-decoration:none;
	white-space:normal;
	padding:0 0 15px 0;
	width:662px;
	font-weight:normal;
	text-align:left;
}
#catalog_menu ul ul {
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 0px;
	margin:0px;
}
#catalog_menu ul li ul li {
	padding:0px; 
	margin:0px;
	list-style:none;
	clear:none;	
	}
#catalog_menu ul li ul li a {
	background:none;
	width:320px;
	float:left;
	color:#2163a6;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:underline;
}
#catalog_menu ul li ul li a:hover {
	text-decoration: none;

}

#catalog_menu ul li img{
	vertical-align: middle;
}
#catalog_menu ul li a.selected{
	color: #ffffff;
	background-color: #0095eb;
	padding: 3px;
}
#catalog_menu ul ul li {
	font-size: 14px;
}
#catalog_menu ul ul ul li {
	font-size: 12px;
}
/* @end — Меню каталога*/


#all_brands {
	width: 220px;
	margin-bottom: 15px;
}


/* @group Brands */
#brands {
	width: 320px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:0 0 0 0;
	background:url(../images/brend_bg_bot.png) left bottom no-repeat;
}
#brands a {
	color: #000000;
	padding: 5px 0px;
	display: block;
	text-decoration:none;
	font-weight:normal;
}

#brands a:hover {
	color: #000;
} 
#brands a.selected {
	font-weight:bold;
        color: #cc0066;
        text-transform: uppercase;        
}
/* @end */

/* Хлебные крошки */
#path{
	float: left;
	margin-top:-15px;
	margin-bottom: 5px;
	font-size: 11px;
	color: #a0a0a0;
}
#path a{

}
/* @end */


/* @group Товар подробно */
.product .image {
	text-align: center;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	float: left;
	padding: 5px;
	margin-bottom:20px;
}
.product .image img{
	max-width: 300px;
}
.product .images {
	float: left;
	clear: left;
	width: 300px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.product .images img{
	text-align: center;
	width: 50px;
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	float: left;
	padding: 5px;
	margin: 4px 10px 10px 0px;
}
.product .description{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	clear:both;
	width:100%;
	padding:14px 0 0 0;
	border-top: solid #d6d6d6 1px;
}

.product .features {
	list-style: none;
	width: 100%;
	display: block;
	clear: both;
	margin-top: 15px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e0e0e0;
}
.product .features li {
	padding: 10px 5px 10px 5px;
	overflow: hidden;
	border-top: 1px solid #e0e0e0;
	background-color: #f0f0f0;
}
.product .features li.even{
	background-color: #e9e9e9;
}
.product .features label {
	font-style: normal;
	display: block;
	width: 30%;
	float: left;
}
.product .features p {
	float: left;
	display: block;
	width: 70%;
}
.product .variants {
	float: left;
	font-size: 12px;
	width:200px;
        text-align: center;
}
.variants table {
	margin:0 auto 0 auto;
	}
.variants .button {
	
	}	
.product .variant td{
	padding-bottom: 6px;
	vertical-align: middle;
	text-align:center;
}
.product .compare_price {
	font-size: 12px;
	text-decoration: line-through;
	white-space: nowrap;
	color: #6a6a6a;
	font-family: "Ubuntu Condensed",sans-serif;
	font-style: italic;
	font-weight: lighter;
}
.product .price {
    color: #00b3cd;
    font-size: 18px;
    font-weight: normal;
    white-space: nowrap;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-style: italic;
}
.product .do_not_have { 
    color: #cc0066;
    font-size: 15px;
    font-weight: normal;
    padding: 4px 0 0 42px;
    white-space: nowrap;
}
.product .price_prod { 
	font-size: 30px;
	color:#cc0066;
	font-weight:bold;
	white-space: nowrap;
	background:url(../images/chek.png) left 10px no-repeat;
	padding:0 0 0 24px;
}

.product .cena {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#333333;
	}
.product .price .currency{ 
	font-size: 14px;
	color:#00b3cd;
	white-space: nowrap;
}
.product .variant_name {
	float: left;
	margin-right: 10px;
	font-size: 12px;
}
.product .variant_radiobutton {
	margin-right: 5px;
	margin-left: 0px;
}

.product h2 {
	clear:left;
	padding:20px 0 0 0;
}
#back_forward {
	font-size: 14px;
	margin-bottom: 20px;
	clear: both;
}
#back_forward a.prev_page_link{
	text-align:left;
	display:block;
	width:300px;
	float:left;
}
#back_forward .next_page_link {
	text-align:right;
	display:block;
	width:300px;
	float: right;
	}
/* @end — Товар подробно*/


.tiny_products {
	list-style: none;
	display: block;
	margin-left: 29px;
}

.tiny_products_katalog_all {
	list-style: none;
	display: block;
}

.tiny_products .product{
	width: 215px;
	margin-right: 30px;
	margin-bottom: 60px;
	display: -moz-inline-box; 
	display: inline-block; 
	*zoom: 1; 
	*display: inline;
	word-spacing: normal;
	vertical-align: top;
}
.tiny_products .product .product_info h3 a {
    display: block;
    height: 80px;
    overflow: hidden;
	width: 176px;
	margin: 0 auto;
}
.tiny_products .product h3 a {
	display:block;
	float:none;
	overflow:hidden;
	height:33px;
	width: 190px;
	font-family: "Ubuntu Condensed",sans-serif;
	font-size: 14px;
    font-style: italic;
	}	

.content2 .tiny_products {
	list-style: none;
	display: block;
	margin-left: 0px;
}
.content2 .tiny_products .product{
	width: 188px;
	margin-bottom: 30px;
	display: -moz-inline-box; 
	display: inline-block; 
	*zoom: 1; 
	*display: inline;
	word-spacing: normal;
	vertical-align: top;
}
.tiny_products .product .image {
	vertical-align: middle;
	text-align: center;
	line-height:160px;
	border: none;
	padding: 0px;
	margin-bottom: 10px;
}
.tiny_products .product .image img{
	vertical-align: middle;
	max-width: 155px;
	max-height:155px;
}

.tiny_products .product h3 {
	font-size: 15px;
	margin:0 0 8px 0;
	font-weight: bold;
	text-align:center;
}
.tiny_products .product h3.featured{
	background: url(../images/star.png) no-repeat;
	background-position: left middle;
}
.tiny_products a:link {
    color: #000000;
    font-weight: 100;
    text-decoration: none;
}
.tiny_products a:active {
    color: #00b3cd;
    font-weight: 100;
    text-decoration: underline;
}
.tiny_products a:visited {
    color: #00b3cd;
    font-weight: 100;
   /* text-decoration: none; */
}
.tiny_products a:hover {
    color: #00b3cd;
    font-weight: 100;
    text-decoration: underline;
}



.products {
	list-style: none;
	display: block;
}
.products .product{
	width: 100%;
	display: block;
	clear: both;
	overflow: hidden;
}
.products .product .image {
	text-align: center;
	width: 200px;
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	float: left;
	padding: 5px;
	margin: 4px 0px 20px 0px;
}
.products .product .image img{
	max-width: 200px;
}
.products .product .product_info {
	float: right;
	width: 450px;
	margin-bottom: 40px;
}
.products .product h3 {
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: normal;
}
.products .product h3.featured{
	background: url(../images/star.png) no-repeat;
	background-position: left middle;
}

.products .product .annotation {
	font-size: 12px;
	color: #505050;;
	margin-bottom: 5px;
}


/* Кнопка */
.form.cart_form .button {
float: right;
clear: left;
cursor: pointer;
margin:40px 0 20px 0;
}
.form.cart_form .button {
	background:url(../images/kor_b_s.png) left top repeat-x;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:none;

	display:inline-block;
	color:#333333;
	font-size:14px;
	font-weight:bold;
	padding:4px 16px 5px 16px;
	text-decoration:none;
	text-shadow:1px 1px 0px #fadf8b;
}
.form.cart_form .button:hover {
	background:url(../images/kor_b_s.png) left -30px repeat-x;
}
.form.cart_form .button:active {
	position:relative;
	top:1px;
}


.button {
	background:url(../images/kor_b_s.png) left top repeat-x;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:3px;
	border:none;
	display:inline-block;
	color:#ffffff;
	font-size:14px;
	padding:0;
	text-decoration:none;
	margin:0 auto 0 auto;
	font-family:  helvetica;
	font-style: italic;
	height: 24px;
	width: 95px;
}.button:hover {
	background:url(../images/kor_b_s.png) left -29px repeat-x;
	cursor: pointer;
}.button:active {
	position:relative;
	top:1px;
}


.button_big{
	background:url(../images/big_button_kor.png) left top repeat-x;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:none;
	display:inline-block;
	color:#333333;
	font-size:24px;
	font-weight:bold;
	height:49px;
	padding:4px 76px 5px 76px;
	text-decoration:none;
	text-shadow:1px 1px 0px #fadf8b;
	cursor:pointer;
	margin:20px 0 0 0;
}.button_big:hover {
	background:url(../images/big_button_kor.png) left -49px repeat-x;
}.button_big:active {
	position:relative;
	top:1px;
}

/* @group Фильтр по свойствам */
#features {
	width:785px;
	background-color:#f1f6f9;
        margin-top: 5px;
	
}
#features tr {

	
}
.sepka {
	width:10%;
	}
#features .feature_name{
	padding:0 0 0 20px;
	vertical-align: top;
	text-align: left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	height: 40px;
	line-height: 40px;
	color:#333333;
	
}
#features .feature_values{
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	vertical-align: top;
	text-align: left;
	font-size:15px;
	text-decoration:none;
	line-height: 37px;
	text-transform: lowercase;
	padding: 0px 0px 0px 105px;
}
#features .feature_values a{
	color:#333333;
}
#features a {
	padding-right: 6px;
	white-space: nowrap;
	text-decoration:none;
	font-weight:normal;
}
#features a.selected {
	color: #505050;
	text-decoration: none;
	font-weight:normal;
}

.bot_fut {
	clear:left;
	display:block;
	width:912px;
	background: url(../images/feat_bot.png) left bottom no-repeat;
	height:9px;
}
/* @end — Фильтр по свойствам*/


/* @group Сортировка */
.sort {
	display:block;
	float: right;
	color: #FFF;
	text-transform: initial;
        font-size: 13px;
	font-style: normal;
	padding:0 20px 0 0 ;
        text-transform: initial;
	
}
.sort a{
	margin-right: 5px;
	color:#FFF;
	text-shadow:none;
	font-weight:normal;
}
.sort .selected {
	color:#FFF;
	text-shadow:none;
	text-decoration: none;
	margin-right: 5px;
	text-shadow:none;
	font-weight:normal;
}
/* @end */


/* @group Постраничная навигация */
.pagination {
	margin-top: 5px;
	margin-bottom: 25px;
	font-size: 12px;
	overflow: hidden;
}
.pagination a {
	display: block;
	float: left;
	background-color: #fffeff;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 7px 4px;
	min-width: 22px;
	text-align: center;
	border: 1px solid #d7d7d7;
	text-decoration: none;
}
.pagination a.selected:hover,
.pagination a.selected {
	background-color: #18a5ff;
	color: #ffffff;
	border-color: #008fe9;
}
.pagination a:hover {
	background-color: #f8f8f8;
}

.pagination a.next_page_link, .pagination a.prev_page_link{
	border: none;
	background: none;
}
/* @end */


/* @group Просмотренные товары */
#browsed_products{
	margin-bottom: 20px;
	overflow: hidden;
}

#browsed_products li{
	display: block;
	float: left;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
	margin: 0 7px 7px 0;
	width: 70px;
	height: 70px;
}
#browsed_products li a{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 50px;
	height: 50px;
}
/* @end — Просмотренные товары */


/* @group Формы */
input[type="text"],
input[type="password"]
{
		display:block;
	border:#999 solid 1px;
	width:450px;
	color:#333333;
	margin-bottom: 10px;
	float:left;
}
.form.login_form input[type="password"] {
		display:block;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border-left:1px solid #e3e3eb;
	border-right:1px solid #e3e3eb;
	border-bottom:1px solid #e3e3eb;
	border-top:1px solid #aaadb2;
	height:27px;
	width:450px;
	padding:0 0 0 8px;
	color:#333333;
	margin-bottom: 10px;
	float:left;
	}

.form.user_kab input[type="password"] {
	display:block;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border-left:1px solid #e3e3eb;
	border-right:1px solid #e3e3eb;
	border-bottom:1px solid #e3e3eb;
	border-top:1px solid #aaadb2;
	height:27px;
	width:450px;
	padding:0 0 0 8px;
	color:#333333;
	margin-bottom: 10px;
	float:left;
}
	
.form.register_form input[type="password"] {
	display:block;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border-left:1px solid #e3e3eb;
	border-right:1px solid #e3e3eb;
	border-bottom:1px solid #e3e3eb;
	border-top:1px solid #aaadb2;
	height:27px;
	width:450px;
	padding:0 0 0 8px;
	color:#333333;
	margin-bottom: 10px;
	float:left;
}

.form
{
	width:662px;
	margin-bottom: 20px;
}
.form.cart_form
{
	width:662px;
	margin-bottom: 20px;
}
.form textarea
{
	width:100%;
	height:100px;
	font-size: 18px;
}
.cart_form textarea
{
	width:300px;
	clear:left;
	height:100px;
	font-size: 18px;
	display:block;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border-left:1px solid #e3e3eb;
	border-right:1px solid #e3e3eb;
	border-bottom:1px solid #e3e3eb;
	border-top:1px solid #aaadb2;
	width:450px;
	padding:8px;
}
.form label {
	display:block;
	width:200px;
	color:#333333;
	font-size: 18px;
	font-weight:bold;
}
.cart_form label {
	display:block;
	clear:left;
	width:200px;
	color:#333333;
	font-size: 18px;
	font-weight:normal;
	padding:0 0 8px 0;
}
.login_form label {
	display:block;
	clear:left;
	width:200px;
	color:#333333;
	font-size: 18px;
	font-weight:normal;
	padding:0 0 8px 0;
}
.login_form label a {
	padding:4px 0 0 0;
	float: right;
	display:block;
	width:100px;
}
.form.rem_pass label {
	display:block;
	float:left;
	width:200px;
	color:#333333;
	font-size: 18px;
	font-weight:normal;
	padding:0 20px 8px 0;
}

.form.user_kab label {
	display:block;
	float:left;
	width:200px;
	color:#333333;
	font-size: 18px;
	font-weight:normal;
	padding:0 0 8px 0;
}
.form.register_form label {
	display:block;
	clear:left;
	width:200px;
	color:#333333;
	font-size: 18px;
	font-weight:normal;
	padding:0 0 8px 0;
}
.cart_form input[type="text"]{
	display:block;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border-left:1px solid #e3e3eb;
	border-right:1px solid #e3e3eb;
	border-bottom:1px solid #e3e3eb;
	border-top:1px solid #aaadb2;
	width:450px;
	padding:0 0 0 8px;
	height:27px;
	color:#333333;
	margin-bottom: 10px;
	clear:left;
}
.form input[type="text"]{
	display:block;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border-left:1px solid #e3e3eb;
	border-right:1px solid #e3e3eb;
	border-bottom:1px solid #e3e3eb;
	border-top:1px solid #aaadb2;
	height:27px;
	width:450px;
	padding:0 0 0 8px;
	color:#333333;
	margin-bottom: 10px;
	float:left;
}
.lrtext{
	display:block;
	width:450px;
	color:#333333;
	margin-bottom: 10px;
	float:left;
}
.form a { 
	font-size:12px;
	padding:0 0 20px 200px;
	width:200px;
	display:block;
	
	}

.button_submit {
	background:#3399ff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:none;
	cursor:pointer;
	display:inline-block;
	color: #f5f5f5;
	font-size:14px;
	font-weight:bold;
	padding:6px 20px 6px 20px;
	text-decoration: underline;
	text-shadow:1px 1px 0px #104464;
	margin:0 0 0 200px;
}
.button_submit:hover {
	background:#57abff;
	text-decoration:none;
}	
/* @group Комментарии */
.comment_list {
	margin-top: 15px;
	list-style: none;
}
.comment_list li {
	padding-bottom: 15px;
}
.comment_header {
	font-size: 18px;
}
.comment_header i {
	font-weight: normal;
	font-style: normal;
	color: #878787;
	font-size: 13px;
}
/* @end — Комментарии*/

/* @group Форма отправки комментария */
.comment_form {
	background-color: #f3f3f3;
	border: 1px solid #e0e0e0;
	padding: 20px;
	margin-top: 20px;
	width: 90%;
	overflow: hidden;
}
.comment_form h2 {
	margin-bottom: 0px;
}
.comment_form .comment_textarea {
	width: 100%;
	height: 100px;
	font-size: 12px;
}
.comment_form label {
	display: block;
	float: left;
	width: 100px;
	font-size: 18px;
	margin-top: 15px;
}
.comment_form .input_name {
	font-size: 16px;
	width: 250px;
	margin-top: 15px;
}
.comment_form .input_captcha {
	float: left;
	width: 150px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	height: 36px;
}
.comment_form .captcha {
	float: left;
	display: block;
	margin-top: 15px;
	margin-right: 10px;
}
.comment_form .button,
.feedback_form .button,
.register_form .button,
.login_form .button{
	float: right;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
}
/* @end — Форма отправки комментария */

/* @group Форма отправки обратной связи */
.feedback_form {
	background-color: #f3f3f3;
	border: 1px solid #e0e0e0;
	padding: 20px;
	margin-top: 20px;
	width: 90%;
	overflow: hidden;
}
.feedback_form .input_captcha {
	float: left;
	width: 150px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	height: 36px;
}
.feedback_form .captcha {
	float: left;
	display: block;
	margin-top: 15px;
	margin-right: 10px;
}
.feedback_form .button_send {
	font-size: 18px;
	float: right;
	margin-top: 25px;
}
/* @end — Форма отправки комментария */
.cart_itogo {
	display:block;
	height:45px;
	float:right;
	margin:0 53px 0 0;
	}
.cart_itogo .l_itog {
	display:block;
	float:left;
	width:10px;
	height:45px;
	background:url(../images/itog_bg_s.png) left top repeat-x;	
	}
.cart_itogo .c_itog {
	display:block;
	float:left;
	height:45px;
	font-size:18px;
	background:url(../images/itog_bg_s.png) left -45px repeat-x;
	}
.cart_itogo .c_itog strong {
	display:block;
	padding:10px 10px 0 10px;
	}	
.cart_itogo .c_itog span {
	color:#3399ff;	
	}	
.cart_itogo .r_itog {
	display:block;
	float:left;
	width:10px;
	height:45px;
	background:url(../images/itog_bg_s.png) left -90px repeat-x;	
	}
/* @group Корзина */
#purchases tr{
	border-top: 1px solid #d5d5d5;
	height: 70px;
}
#purchases .trat{
	border-top: 1px solid #d5d5d5;
	height:0
}
#purchases th{
	vertical-align: top;
	padding-top: 10px;
	font-size: 18px;
	font-weight: normal;
}
#purchases .zagalovki { height:30px; border-top:none; }
#purchases .zagalovki .image { font-size:14px; color:#333333; font-weight:normal; padding:0 0 6px 0;}
#purchases .zagalovki .name {font-size:14px; color:#333333; font-weight:normal;padding:0 0 6px 0;}
#purchases .zagalovki .price {font-size:14px; color:#333333; font-weight:normal;padding:0 0 6px 0;}
#purchases .zagalovki .amount {font-size:14px; color:#333333; font-weight:normal;padding:0 0 6px 0;}
#purchases .zagalovki .price {font-size:14px; color:#333333; font-weight:normal;padding:0 0 6px 0;}
#purchases .zagalovki .remove {font-size:14px; color:#333333; font-weight:normal;padding:0 0 6px 0;}


#purchases .image{
	width: 50px;
	text-align: center;
}
#purchases .image a{
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
	margin: 0 7px 7px 0;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 50px;
	height: 50px;
}

#purchases .name{
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}
#purchases .name a{
	font-weight:normal;
	font-size:16px;
}
#purchases td.name{
	font-size: 16px;
}
#purchases td .download_attachment{
	white-space: nowrap;
	color: #3b8500;
	padding: 5px 10px 7px 10px;
	border-bottom-color: 1px dotted green;
	background-color: #ccff72;
	line-height: 30px;
}

#purchases .price{
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
	text-align: right;
}
#purchases td.price{
	font-size: 20px;
	color:#cc0066;
	font-weight: normal;
}
#purchases .remove{
	
	text-align: center;
}
#purchases .amount{
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
	text-align:center;
}
#purchases .amount select{
	font-size:12px;
}

ul#deliveries{
	background:url(../images/bg_sep_s.png) -862px top repeat-y;
	width:590px;
	list-style: none;
	margin:18px 0 0 30px;
}
.form.rem_pass{
	background:url(../images/bg_sep_s.png) -862px top repeat-y;
	width:520px;
	padding:6px 18px 20px 18px;
	margin:0 0 0 30px;
	}
.form.cart_form {
	background:url(../images/bg_sep_s.png) -862px top repeat-y;
	width:554px;
	padding:6px 18px 20px 18px;
	margin:0 0 0 30px;
	}
.form.cart_form .button_big {
	margin:20px 0 0 0;
	display:block;
	cursor:pointer;
	}	
.form.register_form	{
		background:url(../images/bg_sep_s.png) -862px top repeat-y;
	width:590px;
	padding:6px 18px 20px 18px;
	margin:0 0 0 30px;
	}
.form.login_form	{
		background:url(../images/bg_sep_s.png) -862px top repeat-y;
	width:520px;
	padding:6px 18px 20px 18px;
	margin:0 0 0 30px;
	
	}	
.upsh {
	display:block;
	background:url(../images/bg_sep_s.png) left top repeat-y;
	width:590px;
	height:9px;
	margin:18px 0 0 30px;
	}
.downsh {
	display:block;
	background:url(../images/bg_sep_s.png) -1724px top repeat-y;
	width:590px;
	height:9px;
	margin:0 0 0 30px;
	}
	
ul#deliveries li{
	padding:20px;
}
ul#deliveries .upsh {
	display:block;
	background:url(../images/bg_sep_s.png) left top repeat-y;
	width:520px;
	height:9px;
	margin:0px;
	}
ul#deliveries .downsh {
	display:block;
	background:url(../images/bg_sep_s.png) -1724px top repeat-y;
	width:590px;
	height:9px;
	margin:0px;
	}
ul#deliveries li div.checkbox{
	float: left;
}
ul#deliveries li h3, ul#deliveries li .description{
	display: block;
	margin-left: 25px;
}
/* @end */


/* @group Кабинет */
#orders_history
{
	list-style: none;
}
#orders_history li
{
	margin-bottom: 10px;
}
#orders_history li a
{
	font-size: 16px;
}
/* @end — Кабинет */



/* @group Детали заказа */
table.order_info
{
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #f9f9f9;
}
table.order_info td
{
	padding: 10px;
	border: 1px dotted #e0e0e0;
	font-size: 14px;
}
.checkout_button
{
	padding: 10px 20px 10px 20px;
	border: 1px solid #51a400;
	background-color: #d3ffa9;
	color: #2e5e00;
	font-size: 14px;
}
/* @end */


/* Сообщение с ошибкой */
.message_error{
	clear: both;
	height: 18px;
	padding: 10px 20px;
	margin-bottom: 15px;
	margin-top: 10px;
	overflow: hidden;
	color: red;
	background-color: #ffcaca;
	border: 1px dotted #ff4545;
}

/* @end */



.header {
	height:67px;
}
/* Кнопка */
.menu_in .button {
	float: left;
	clear: left;
	cursor: pointer;
}
.menu_in .button {
	background:url(../images/but-sep.png) left top repeat-x;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:none;
	display:inline-block;
	color: #ffffff;
	font-size:20px;
	font-weight:lighter;
	padding:23px 0px;
	text-decoration: none;
	font-family: helvetica;
	font-style: normal;
	height: 25px;
	width: 258px;
	text-align: center;
	margin: 7px 0 0 22px;
}
.menu_in .button:hover {
	background:url(../images/but-sep.png) left -71px repeat-x;
	text-decoration:none;
}
.menu_in .button:active {
	position:relative;
	top:1px;
}
.search {
    display: inline-block;
    float: right;
    margin: 56px -3px 0px 0px;
}
.search .s_i {
	display:block;
	float:left;
	width:40px;
	height:56px;
	background:url(../images/search_bg_icon.png) left top no-repeat;
	}	
.search .input_search {
	font-size:22px;
	border:none;
	width:203px;
	float:left;
	background:url(../images/search_bg.png) left top repeat-x;
	height:56px;
	padding:2px 0 0 10px;
	outline:none;
	}
.search .s_r {
	display:block;
	float:left;
	width:10px;
	height:56px;
	background:url(../images/search_bg_r.png) left top no-repeat;
	}		

.logo {
	display:block;
	float:left;
	margin:7px 0 0 165px;
}
.contacts {
	/*width:396px;*/
	width:auto;
	height:111px;
	margin:-22px -45px 45px -0;
	margin:0;
	display:block;
	float:left;
	font-size:22px;
}
.contacts .c1 {
	height:30px;
	text-align:left;
	vertical-align: middle;
	background:url(../images/icon.png) left top no-repeat;
	padding:0 0 0 24px;
}
.contacts .c2 {
	height:30px;
	text-align:left;
	vertical-align: middle;
	background:url(../images/icon.png) left -52px no-repeat;
	padding:0 0 0 24px;
}
.contacts .c3 {
	height:30px;
	text-align:left;
	vertical-align: middle;
	background:url(../images/icon_mts.png) left -25px no-repeat;
	padding:0 8px 0 18px;
	font-weight: lighter;
}
.contacts .c4 {
	height:30px;
	text-align:left;
	vertical-align: middle;
	background:url(../images/icon_vel.png) left -25px no-repeat;
	padding:0 50px 0 18px;
	font-weight: lighter;
}
.contacts span {
	font-size:20px;
	color:#666666;
}
.contacts .week {
	display:block;
	clear:left;
	color: #9a9a9a;
	font-family: "Ubuntu Condensed",sans-serif;
    font-size: 18px;
    font-weight: lighter;
    margin-bottom: 10px;
}
.korzina {
	display:block;
	float:right;
	/*margin:90px -130px 0px 0px;*/
	margin:60px 0px 0px 0px;
	font-size:18px;
}

.left_block{
	display:block;
	float:left;
	margin:55px 0 0 -10px;
	font-size:18px;
}	
.korzina .k1 {
	font-size: 20px;
    display: block;
    clear: left;
    background: url(../images/bag.png) left top no-repeat;
    padding: 0 0 0 30px;
    color: #dc4800;
    text-decoration: none;
    font-family: helvetica;
    font-style: italic;
    font-weight: normal;
}
.korzina .start_file_bl {
	display:block;
	clear:left;
	}
.korzina .k1 a:link, .korzina .k1 a:active, .korzina .k1 a:visited {
	
	color:#dc4800;
	text-decoration:none;
	font-family: helvetica;
    font-size: 20px;
    font-style: italic;
    font-weight: normal;
}
.korzina .k1 a:hover {
	font-size:22px;
	color:#dc4800;
	text-decoration:underline;
}
.korzina .k2 {
	display: block;
    clear: left;
    font-size: 18px;
    color: #8197a3;
    font-family: helvetica;
    font-style: italic;
    font-weight: lighter;
}
.korzina .k3 {
	clear: left;
    font-family: helvetica;
    font-size: 30px;
    font-style: italic;
    font-weight: lighter;
    color: #404040;
}
.korzina .k3 .red_cl {
	font-size: 30px;
    font-weight: lighter;
    color: #404040;
    font-family: "Ubuntu Condensed",sans-serif;
    font-style: italic;

}
.korzina .k4 {
	display: block;
    clear: left;
    width: 154px;
    color: #8197a3;
    font-family: helvetica;
    font-size: 14px;
    font-style: italic;
    font-weight: lighter;
    padding: 5px 0 5px 0;
}
.menu_2 {
	color: #768c99;
    display: block;
    float: left;
    font-family: helvetica;
    font-size: 15px;
    font-style: italic;
    font-weight: normal;
    margin-right: 30px;
    text-decoration: none;
	padding: 10px 0 0 21px;
}

.menu_2 li {
    list-style: outside none none;
}
.menu_2 a {
    color: #768c99;
    display: block;
    float: left;
    font-family: helvetica;
    font-size: 15px;
    font-style: italic;
    font-weight: normal;
    margin-right: 30px;
    text-decoration: none;
}

.menu_2 a:visited {
	text-decoration: none;
	color:#768c99;
}
.menu_2 a:active {
	text-decoration: none;
	color:#dc4800;
}
.menu_2 a:hover {
	text-decoration: underline;
	color:#768c99;
}

.content {
	clear:left;
	margin:30px 0 20px 0;
}
.content h2 {
	padding: 0 0 14px 0;
	font-size:30px;
	color:#3399ff;
	}
.content1 {
	display:block;
	float:left;
	/*width:662px;*/
	margin:0 0 20px 0;
}
.content1_prod {
	display:block;
	float:left;
	width:662px;
	margin:0 0 20px 0;
}
.content2 {
	display:block;
	float:left;
	width:398px;
	margin:8px 0 0 60px;
}
.content3 .content2 {
	display:block;
	float:left;
	width:398px;
	margin:0px 0 0 60px;
}
.content2 .img_sale {
	display:block;
	margin:0 0 0 0 ;
	}
.content2 h1 {
	padding:0px 0 0 0;

}	
.content3 {

	}
.sale_block {
	display:block;
	clear:left;
	height:188px;
	width:662px;
	border-top:1px #d6d6d6 solid;
	border-bottom:1px #d6d6d6 solid;
	}
.sale_oval {
	display:block;
	float:left;
	background:url(../images/sale_oval.png) left top no-repeat;
	text-align:center;
	width:157px;
	height:137px;
	padding:20px 0 0 0;
	margin:14px 0 0 0;
	}
.sale_oval_min {
	display:block;
	float:left;
	background:url(../images/small_oval_sale.png) left top no-repeat;
	text-align:center;
	width:75px;
	height:74px;
	padding:14px 0 0 0;
	margin:0 0 0 40px;
	}		
.sale_oval_min h3 {
	font-size:10px;
	color:#333333;
	}
.sale_oval h3 {
	font-size:24px;
	color:#333333;
	}
.sale_oval_min h3 span {
	font-size:27px;
	color:#cc0066;
	font-weight:bold;
	}				
.sale_oval h3 span {
	font-size:60px;
	color:#cc0066;
	}	
.obsch_summ {
	display:block;
	float:left;
	width:300px;
	}
.obsch_summ h3 {
	font-size:18px;
	color:#333333;
	margin:56px 0 0 50px;
	}
.obsch_summ h3 strong {
	font-size:36px;
	color:#3399ff;
	
	}
.context {
	display:block;
	font-size:18px;
	width:600px;
	margin:10px 0 0 30px;
	font-weight:normal;
	float:left;
	}			
.podsch {
	clear:left;
	display:block;
	width:662px;
	}
.podsch h2 {
	font-size:22px;
	font-weight:bold;
	color:#333333;
	padding:12px 0 10px 0;
	
	}	
.podsch #orders_history li {
	display:block;
	background:#fff9c7;
	padding:8px 15px 8px 15px;
	height:22px;
	font-size:16px;
	color:#333333;
	margin:0 0 1px 0;
	}
.podsch #orders_history li a {
	text-decoration:none;
	font-weight:normal;
	}
.podsch #orders_history li .l_date {
	display:block;
	float:left;
	width:90px;
	margin:0 20px 0 0;
	}
.podsch #orders_history li a {
	display:block;
	width:140px;
	float:left;
	margin:0 20px 0 0;
	}		
.podsch #orders_history li .l_status {
	display:block;
	width:140px;
	float: left;
	}		 	
.podsch #orders_history li .l_summ {
	display:block;
	float: right;
	color:#cc0066;
	}
.podsch #orders_history li .l_summ span{
	color:#333333;
	padding:0 0 0 8px;
	}	
.podsch .itogo {
	display:block;
	float:right;
	background:#e9eff5;
	height:26px;
	padding:5px 10px 0 10px;
	margin:1px 0 0 0;
	}		
.sep {
	background:url(../images/sep_hor_big.png) left bottom no-repeat;
	height:2px;
	font-size:2px;
	line-height:1px;
	clear:left;
	padding:40px 0 0 0;
}

.footer {
	display:block;
	clear:left;
	width:1120px;
	margin:30px 0 0 0;
}
.footer .about_us {
	font-size:18px;
	float:left;
	width:662px;
	margin:0px 0px 0px 0px;
}
.footer .copyright {
	float:left;
	margin:0px 0px 0px 30px;
	width:428px;
}

.bg_fo {
	clear:left;
	background:url(../images/footer.jpg) left bottom repeat-x ;
	height:54px;
	display:block;
	padding:50px 0 0 0;	
	
	}
	
	

.brend_hor	{
	display:block;
	float:left;
	width:335px;
	padding:0px;

	}
.brend_hor h2 {
	display:block;
	padding:0 0 0 20px;
        margin-bottom: 5px;
	background-color: #f6c119;
	width:300px;
	height:40px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
        line-height: 40px;
	color:#333333;
	}
.brend_hor ul {
	background-color:#f1f6f9;
        padding: 10px 0;
}
.brend_hor ul li {
	list-style:none;
	padding:5px 10px 5px 20px;
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;	
}	
	
.brend_hor ul li a {
	text-decoration:none;
	}	
.brend_hor .bg_s-b	{
	clear:left;
		background:url(../images/brend_bg_bot.png) left bottom no-repeat;
		width:146px;
		padding:0px;
		margin:0px;
		height:8px;
		
	}
.view_brand	{
	float:left;
	display:block;
	width:785px;
	}
	
.brend_sort {
	width:785px;
        margin-bottom: 30px;
		}

.brend_sort h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	display:block;
	background-color: #18aae4;
	width:765px;
	font-size: 13px;
	text-transform: uppercase;
	height:40px;
	line-height: 40px;
	color:#ffffff;
	padding:0 0 0 20px;
	}	
	
.brend_sort .br_h {
	display:block;
	width:200px;
	float:left;
	
	}
#purchases {
	clear:left;
	width:1120px;
	}
.cart_i h3 {
	font-size:30px;
	color:#333333;
	
	font-weight:bold;
	padding:20px 0 0 0;
	}				

.autocomplete-w2 {
	background: url(../images/search_bg_s.png) left top repeat-y;
	max-height:380px;

	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:299;
	padding:10px 0 10px 0;
	 -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Для Firefox */
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Для Safari и Chrome */
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
   
	}
.autocomplete2 {
	cursor:default;
	text-align:left;
	overflow-x:auto;
	overflow-y: auto;
	margin:-6px 6px 6px -6px; /* IE6 specific: */
	_height:380px;
	_margin:0;
	_overflow-x:hidden;

}
.11111 {
	height:93px;
	background:url(../images/search_sep.png) center bottom no-repeat;
	font-size:16px;
	text-decoration:underline;
	color:#3399ff;

	}
.tov {
	width:400px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	}
	
.tov .button {

	}	
.sp_t {

	}	
.tov .sp_t {
	margin:0px;
	padding:0 0 0 14px;
	font-size:12px;
	font-weight:bold;
	color:#3399ff;
	text-decoration:underline;
	}
.tov_box {
	background:url(../images/search_sep.png) center bottom no-repeat;
	padding:10px 0 0 20px;
	height:80px;
	}	
.clears {
	clear:left;}	
.autocomplete2 .selected .tov .sp_t {
	color:#cc0066;
	text-decoration:none;
	}
.picbg {
	background:url(../images/bg_tovar.png) left top no-repeat;
	width:76px;
	float:left;
	height:86px;
	line-height:60px;
	vertical-align: middle;
	text-align: center;
	border: none;
	padding: 0px;

	}
.picbg img{
	max-width:60px;
	max-height:56px;
	vertical-align:middle;
	}
.cart_box {
	display:block;
	float:left;
	padding:16px 0 0 14px;
	}
.cart_box .tiny_products .product {
	margin:0px;
	padding:0px;
	}
.cart_box .button {
	cursor:pointer;
	margin:0 0 0 20px;
	float:left;
	}
.cart_box .product .variants 	 {
	width:400px;
	display:block;
	}	

.cart_box .price {
	background:none;
	padding:0px;
	}
.cart_box .chek_img	 {
	float:left;
	display:block;
	background: url("../images/chek.png") left top;
	width:16px;
	height:16px;
	
	}
.cart_box .price {
	float:left;
	}
.start_file_bar1 {
	width:110px;
	background-image: url(../images/progress_active.png);
	height:8px;
	background-position:left top;
	background-repeat:no-repeat;
}

.start_file_bar_bl {
	width:110px;
	height:8px;
	position:absolute;
	z-index:0;
	height:8px;
}
.start_file_bar {
	background-image:url(../images/progress_active.png);
	background-position:-110px top;
	background-repeat:no-repeat;
	height:8px;
}
.start_file_bat {
	height:35px;
	width:94px;
	position:absolute;
	z-index:2;
}
.start_file_info_bl {
	width:110px;
	height:8px;
	position:absolute;
	z-index:1;
}
.yashare-auto-init {
    display: block;
    float: right;
    margin: 20px 0 0;
    width: 330px;
}
.product .annotation {
	padding:0 0 20px 0;
	}
	ol.disc12 li {
	list-style-position:inside;
	padding:7px 30px 7px 20px;
	margin:0 0 1px 0;
	background:#e6e6fa;
	}
.nosale {
	height:30px;
	line-height:30px;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
	padding:0 78px 0 0;
	text-align:right;
	border-bottom:1px solid #D5D5D5;
	}	
.nosale span {
	font-weight:bold;
	}
.tcart {
	margin:-6px 0 0 0;
	}	
.tcart td {
	vertical-align:top;
	text-align:left;
	}
.tcart .tdr1 {
	width: 652px;
	}
.tcart .tdr2{
	width: 418px;
	padding:75px 0 0 0;

	}
/* Всплывающее окно */	
#parent_popup {
	display:block;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#popup { 
  background: #fff;
    width: 560px;
    margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border: 4px solid #39C;
	position: relative;

	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index:4;
}
#popup h1{
	padding:30px 30px 20px 30px;
	text-align: center;
	color: #39C;
	}
#popup h1 span {
	color:#C00;
	}
/* кнопка закрытия */
.close {
    background-color: rgba(0, 0, 0, 0.8);
	border: 2px solid #ccc;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: -24px;
	cursor: pointer;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
	color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    top: -24px;
    width: 24px;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:hover {
    background-color: rgba(0, 122, 200, 0.8);
}

/*@media screen and (max-width: 900px){body * {font-size: 20px !important;}}*/
.fullw {
    width: 100vw;
    margin-left: calc(-50vw + 560px);
    background-color: #d5e6ee;
    margin-bottom: 50px;
}
@media screen and (max-width: 1120px){.fullw {margin-left: 0px; width: 1120px;}}
.fullw-before {
    display: block;
    width: 100%;
    height: 40px;
    background: #d5e6ee url(../images/wavet.jpg) left top repeat-x;
}
.fullw-after {
    display: block;
    width: 100%;
    height: 40px;
    background: #d5e6ee url(../images/waved.jpg) left bottom repeat-x;
}
.prod-filter {
    width: 1120px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.prod-filter li {
    list-style: none;    
}
.prod-filter li a {
    color: #000000;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}
.prod-filter li:hover, .act {
    list-style: initial !important;
    color: #00b3ce;
}
.prod-filter li:hover a, .act a {
    font-weight: 600 !important;
}

.content1 .tiny_products {
	margin-left: 30px;
}
.content1 .tiny_products .product {
	width: 184px;
}
.mobile-menu{
    display:none;
}



/*============================================================================*/
/*MOBILE*/
/*============================================================================*/
@media screen and (max-width: 600px){
.submenu {display: none;}

.active>.submenu {
    display: block;
}
.mobile-menu #catalog_men .submenu{
    margin-top: 10px;
    background: white;
}

/*#catalog_men .switch:after { content: " + " }*/
.mobile-menu{
    display:block;
    position: fixed;
    width: 100%;
    background: #d5e6ee;
    z-index: 9999;
    /*position: sticky;*/
    left: 0;
    top: 0;
}
.mobile-main-home a{
    text-decoration:none;
}
#catalog_men{
    z-index: 999;
    position: absolute;
    top:-700px;
    width:300px;
    background:#d5e6ee;
    
    border: 2px solid #92c4dc;
    
    font-size: 14px;
}
.mobile-blind-menu{
    display:none;
    position: absolute;
    width: 100%;
    height: 100vh;
    background: #00000085;
    z-index: 99;
}
.mobile-menu ul{
    list-style: none;
}
#catalog_men > ul{
    height: 270px;
    overflow: auto;
}
#catalog_men > ul::-webkit-scrollbar {
    width: 15px;
}
#catalog_men > ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
#catalog_men > ul::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.mobile-menu ul li{
    padding:10px;
    
    border-bottom: 1px solid #92c4dc;
}
/*.mobile-menu ul li.has-sub:after{*/
/*    content:"+";*/
/*}*/
.mobile-menu ul li.has-sub:before{
    content: "+";
    cursor: pointer;
    float: right;
    text-align: center;
}
.mobile-menu ul li.has-sub.active:before{
    content:"-";
}
.mobile-menu #catalog_men ul a{
    text-decoration: none;
}

.mobile-menu #catalog_men ul .selected, .mobile-menu #catalog_men ul .active > a{
    color:black;     
}
#mobile-account{
    display: flex;
    justify-content: space-around;
    padding: 20px;
    border-bottom: 1px solid;
}
#mobile-account a{
    text-decoration:none;
    color:#dc4800;
}
#mobile-account a:hover{
    color:white;
}
.fixed-menu{
    display: flex;    
    padding:10px;
}
.fixed-menu > div{
    padding:10px;
    text-align:center;
}
.mobile-cart{
    height:38px; 
    padding:0 !important;
    /*background-image: url(https://simplamarket.com/design/default/images/sprites/icons_sprite_new.png);*/
    /*background-position: -70px -52px;*/
    position:relative;
}
.mobile-cart img{
    height:38px;
}
.mobile-cart .mobile-cart-count{
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px;
    background: red;
    color: white;
    border-radius: 50%;
    font-size: 10px;
    width: 10px;
    height: 10px;
}
.mobile-cart .k2{
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px;
    background: red;
    color: white;
    border-radius: 50%;
    font-size: 10px;
    width: 10px;
    height: 10px;
}
.mobile-cart .mobile-delete{
    display:none;
}
.mobile-main-home{
    width:100%;
}
.mobile-open, .mobile-close{
    cursor:pointer;
    padding: 2px !important;
}
.mobile-close{
    display:none;
    transform: rotate(90deg);
}
#main1 {
    /*width: 600px;*/
    width:auto;
    padding-top: 58px;
}
.header {
    height: auto;
}
.header #account {
    display:none;
}
#menu{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    float: none;
}
#menu li a {
    margin-right: 10px;
    margin-bottom:10px;
}
#menu li.selected a, #menu li:hover a {
    color: #3399ff;
}
.left_block {
    display:none;
}
.mobile-logo{
    width: 100%;
    text-align: center;
}
.mobile-logo .logo {
    display: block;
    float: none; 
    margin: 0 auto;
    height:170px;
}
.korzina {
    display:none;
    
    
    float: none;
    margin: 0 auto;
    width: fit-content;
    width: -moz-fit-content;
}
.contacts {
    height: auto;
    float: none;
    margin: 0;
    width: auto;
}
.fullw{
    display:none;
    
    width: auto;
}
.fullw .prod-filter{
    display:none;
}
.content{
    margin:10px;
}
.content h1{
    margin: 10px;
    text-align: center;
}
.content1 {
    float: none;
    width: auto;
    margin: 0;
}
.tiny_products{
    margin:0 !important;
    text-align:center;
}
.content1 .tiny_products .product {
    width: 180px;
    margin: 5px;
}
.footer {
    width: auto;
    margin: 10px;
}
.footer .about_us {
    float: none;
    width: auto;
    padding-bottom: 20px;
}
.footer .copyright {
    float: none;
    margin: 0;
    width: auto;
}
#path{
    float:none;
}
.content1_prod {
    float: none;
    width: auto;
}
.content3 .content2 {
    float: none;
    width: auto;
    margin: 0;
}
.tiny_products .product{
    width: auto;
    margin: 10px 0;
    display: flex;
}
.tiny_products .product .product_info h3 a{
    width:auto;
    height:auto;
}
.tiny_products .product h3 a{
    width:auto;
    height:auto;
}
.tiny_products .product .image{
    min-width: 155px;
    max-width: 155px;
        display: flex;
    justify-content: center;
}
#back_forward{
    display:none;
}
.product .variants {
    float: none;
    width: auto;
}
.yashare-auto-init {
    float: none;
    width: auto;
}
.product .image{
    float: none;
    padding: 5px 0;
}
.context{
    width:auto;
}
.carousel{
    position:relative;
}
.carousel a.prev, .carousel a.next{
    position: absolute;
    z-index: 999;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid;
}
.carousel a.prev{
    top: 90px;
        transform: rotate(180deg);
} 
.carousel a.next{
    top: 90px;
    right:0;
}
.carousel .tiny_products .product{
    display: flex !important;
    flex-direction: column;
    align-items: center;
    margin: 0;
    min-height: 280px;
}
.carousel .product .image {
    width: auto;
}
.brend_hor #brands:first-child{
    display:none;
}
.brend_hor #brands{
    width:auto;

}
.brend_hor #brands ul{
    max-height: 200px;
    overflow: overlay;
}
.brend_hor #brands ul::-webkit-scrollbar {
    width: 15px;
}
.brend_hor #brands ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.brend_hor #brands ul::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.view_brand{
    width: auto;
    float: none;
}
.brend_hor {
    float: NONE;
    width: auto;
}
.brend_hor h2{
    width:auto;
}
.brend_hor h2:after{
    content:"+";
    /*padding-left: 135px;*/
    float: right;
    padding-right: 10px;
}
.brend_hor h2.open-brend_hor:after{
    content:"-";
}
.brend_hor #brands ul{
    display:none;
}

.view_brand .tiny_products{
    display: flex;
    flex-wrap: wrap;
    /*max-height: 780px;*/
    /*overflow: scroll;*/
}
/*.view_brand .tiny_products::-webkit-scrollbar {*/
/*    width: 15px;*/
/*}*/
/*.view_brand .tiny_products::-webkit-scrollbar-track {*/
/*    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
/*}*/
/*.view_brand .tiny_products::-webkit-scrollbar-thumb {*/
/*  background-color: darkgrey;*/
/*  outline: 1px solid slategrey;*/
/*}*/
.form.register_form, .upsh, .downsh, .form.login_form, .form.rem_pass, .form.cart_form{
    width: auto;
    margin: 0;
}
.form input[type="text"], .form.register_form input[type="password"], .form.login_form input[type="password"], .form.rem_pass label, .form.user_kab input[type="password"]{
    width:100%;
    width: -webkit-fill-available;
    width: -moz-available;
    float: none;
}
.button_big{
    width: 100%;
    padding: 5px;
    font-size: 120%;
}
.button_submit{
    margin: auto;
}
.form {
    width: auto;
}
#purchases {
    width: auto;
}
.cart_itogo {
    margin: 0;
}
.nosale{
    padding:0;
}
.tcart .tdr2 {
    width: auto;
    padding: 0;
}
.tcart > tbody > tr{
    DISPLAY: FLEX;
    flex-direction: column;
}
ul#deliveries{
    width: auto;
    margin: 0;
}
.tcart .tdr1 {
    width: auto;
}
#purchases tr {
    height: auto !important;
    display: flex;
    align-items: center;
    /*flex-direction: column;*/
    
    flex-wrap: wrap;
    padding: 6px;
}
#purchases td.name {
    width: 80%;
    padding: 0;
    padding-left: 5px;
}
#purchases td{
    margin-bottom:20px;
}
#purchases .zagalovki td{
    margin:0;
    padding:0;
}
ul#deliveries .upsh, ul#deliveries .downsh{
    width:auto;
}
.cart_form textarea{
    width:100%;
    width: -webkit-fill-available;
    width: -moz-available;
}
#purchases .zagalovki{
    display:none;
}
.brend_sort {
    width: auto;
}
.brend_sort h2{
    width:auto;
    height: auto;
}
.sort {
    float:none;
}
#features {
    width: auto;
}
#purchases td.price{
    font-size: 16px;
}
.search{
    display: flex;
    justify-content: space-around;
    padding: 10px 5px;
    border-bottom: 1px solid;
    margin: 0;
        float: inherit;
}
.search .s_i {
    height: 30px;
    background: url(../images/search_bg_icon.png) no-repeat;
    background-position: center;
}
.search .input_search{
    margin-bottom: 0;
    width: auto;
    background: white;
    height: 30px;
    padding: 0;
    padding-left: 10px;
    font-size: 100%;
    /*float:none;*/
}
.search .s_r{
    display:none;
}
#cart_informer .k1, #cart_informer .k4, #cart_informer .k3{
    display:none;
}


}


