@media only screen and (max-width: 2400px) { 
/*Стиль заголовков*/
h1 {
	color: #485468;
	font-family: Arial, serif;
	font-size: 30px;
	margin: 0 0 10px 0;
	font-weight: normal;
	text-shadow: 0px 1px 0px #fff;	
}
/*Стиль заголовков конец*/
 
/*Бокс авторизации и корзины в шапку*/
.box_cart {
	text-align: right;
	display: table;
	margin: 0 auto;
	padding: 5px 0;
	width: 1000px;
	position: relative;
}
/*Бокс авторизации и корзины в шапку конец*/
 
/*Положение блока авторизации*/
#account {
	margin: 0 50px 0 400px;
	color: #FFFFFF;
	float: left;
	width: 300px;
	position: relative;
}
#account a {
	color: #FFFFFF;
	text-decoration: none;
}
#account a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/*Положение блока авторизации конец*/
 
/*Корзина*/
#cart_informer {
	width: 250px;
	float: left;
	margin: 0px;
	position: relative;
}
#cart_informer a {
	color: #FFFFFF;
	text-decoration: none;
}
#cart_informer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/*Корзина конец*/
 
/*Бокс шапки*/
.header {
	display: table;
	margin: 0 auto;
	width: 1000px;
	position: relative;
}
/*Бокс шапки конец*/
 
/*Тело страницы*/
#main {
	margin: 0 auto;
	width: 1000px;
}
/*Тело страницы конец*/
 
/*Положение логотипа*/
#logo {
	display: table;
	margin: 10px 50px 10px 10px;
	float: left;
	width: 300px;
	text-align:left;
	position: relative;
}
#logo img {
	margin: 0px;
	width: 300px;
	height:auto;
	outline:none;
	position: relative;
}
/*Положение логотипа конец*/
 
/*Поиск*/
#search {
	display: table;
	margin: 45px 0 0 0;
	padding: 0px;
	float: left;
	height: 35px;
	width: 250px;
	position: relative;
}
#search .input_search {
	display: table;
	margin: 0px;
	height: 8px;
	width: 200px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: none;
	border-bottom: 1px solid #4F5C73;
	background-color: #FFFFFF;
	padding: 7px 40px 10px 10px;
	font-size: 18px;
	position: relative;
}
#search .button_search {
	margin: -26px 0 0 215px;
	width: 29px;
	height: 25px;
	background-position-y: middle;
	background: url(../images/search.png) no-repeat;
	border-style: none;
	cursor: pointer;
	cursor: hand;
	display: block;
	position: absolute;
}
/*Поиск конец*/
 
/*Адрес и телефон в шапке*/
#contact {
	font-size: 16px;
	text-align: right;
	display: table;
	/*margin: 20px 0 0 90px;*/
	float: left;
	width: 300px;
	position: relative;
}
#contact #phone {
	font-size: 24px;
}
/*Адрес и телефон в шапке конец*/
 
/*Блок-обертка товара на главной и в просмотренных*/
.product {
	background-color: #FFFFFF;
	border: 2px solid #CE2403;
	display: table;
	margin: 10px 23px;
	float: left;
	height: 320px;
	width: 198px;
	position: relative;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.product:hover {
	border: 2px solid #004da4;
}
.browsed_products {
	background-color: #FFFFFF;
	border: 1px solid #F5F5F5;
	display: table;
	margin: 0px;
	float: left;
	height: 260px;
	width: 198px;
	position: relative;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.browsed_products:hover {
	border: 1px solid #CECECE;
}
/*Блок-обертка товара на главной и в просмотренных конец*/

/*Картинка товара на главной и в просмотренных*/
.image {
	background-color: #FFFFFF;
	border: 2px solid #F5F5F5;
	text-align: center;
	vertical-align: middle;
	display: table;
	margin: 10px;
	margin-bottom: 20px;
	float: none;
	height: 176px;
	width: 176px;
	position: relative;
}
.image img {
	top: 1px;
	left: 1px;
	bottom: 1px;
	right: 1px;
	margin: auto;
	position: absolute;
	max-height: 174px;
	max-width: 174px;
 
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.image img:hover {
    opacity: 0.5;
}
/*Картинка товара на главной и в просмотренных конец*/
 
/*Цена на главной*/
.pricemain {
	margin: 0 15px;
	font-size: 18px;
	color: #000000;
	text-align: left;
	position: relative;
}
/*Цена на главной конец*/
 
/*Основная часть всех страниц*/
#content {
	display: table;
	float: left;
	width: 750px;
	margin: 0;
	margin-bottom: 50px;
}
#left {
	display: table;
	margin: 0;
	margin-bottom: 50px;
	width: 250px;
	float: left;
	overflow: hidden;
}
/*Основная часть всех страниц*/
 
/*Хлебные крошки*/
#path {
	margin: 15px 15px 10px 0;
	display: table;
	font-size: 11pt;
}
/*Хлебные крошки конец*/
 
/*Блок меню сайдбара*/
.menusidebar {
	background-color: #FFFFFF;
	font-size: 13px;
	display: table;
	width: 215px;
	margin: 5px 5px 15px 0;
	padding: 0 15px 25px 15px;
	float: none;
	position: relative;
}
.menusidebar ul li {
	margin: 0 0 0 15px;
    list-style: circle;
}
.menusidebar a.selected {
	color: #000000;
}
/*Блок меню сайдбара конец*/
 
/*Слайдер цены*/
#slider {
	background-color: #EFEFEF;
	border: 1px solid #808080;
	height: 6px;
	width: 100%;
	margin: 15px 0;
	position: relative;
}
/*Слайдер цены конец*/
/*Минимальное значение фильтра*/
.min {
	font-size: 14px;
	border: 1px solid #808080;
	color: #2F2F2F;
	float:left;
	margin: 0 30px 0 0;
	padding: 4px 7px;
	width: 74px;
	position: relative;
}
.min:focus {
	border: 1px solid #000000;
	color: #000000;
}
/*Минимальное значение фильтра конец*/
/*Максимальное значение фильтра*/
.max {
	font-size: 14px;
	border: 1px solid #808080;
	color: #2F2F2F;
	float:left;
	margin: 0px;
	padding: 4px 7px;
	width: 74px;
	position: relative;
}
.max:focus {
	border: 1px solid #000000;
	color: #000000;
}
/*Максимальное значение фильтра конец*/
 
/*Блок сортировки и выбора вида товаров*/
.sortirovka {
	background-color: #FFFFFF;
	display: table;
	margin: 5px 0 10px 5px;
	padding: 0px;
	float: none;
	height: 50px;
	width: 745px;
	position: relative;
}
/*Блок сортировки и выбора вида товаров*/
 
/*Переключатели вида отображения товаров*/
.sort_vid {
	margin: 10px 0 0 660px;
	height: 30px;
	width: 70px;
	position: absolute;
}
.icon_1 {
	margin: 0 10px 0 0;
	float: left;
	height: 30px;
	width: 30px;
	position: relative;
}
.icon_1 img {
	height: 30px;
	width: 30px;
    opacity: 0.5;
	outline:none;
 
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.icon_1 img:hover {
    opacity: 1;
}
.icon_2 {
	margin: 0px;
	float: left;
	height: 30px;
	width: 30px;
	position: relative;
}
.icon_2 img {
	height: 30px;
	width: 30px;
    opacity: 0.5;
	outline:none;
 
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.icon_2 img:hover {
    opacity: 1;
}
/*Переключатели вида отображения товаров конец*/
 
/*Окно сравнения*/
#compareinf {
	font-size: 12pt;
	color: #FFFFFF;
	background: #ffffff; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #eaeaea 60%, #cccccc 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#eaeaea 60%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  #ffffff 0%,#eaeaea 60%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	opacity: 0.8;
	filter: alpha(Opacity=80);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 3px 3px 21px #000000;
	-moz-box-shadow: 3px 3px 21px #000000;
	box-shadow: 3px 3px 21px #000000;
	padding: 15px 40px;
	width: auto;
	margin-top: 150px;
	margin-left: 5%;
	position: fixed;
	z-index: 1000;
}
#compareinf a {
	color: #333333;
	text-decoration: none;
}

#compareinf a:hover {
	color: #FA0407;
	text-decoration: none;
}
.compare {
	color: #F96400;
	text-decoration: none;
}
.compare:hover {
	color: #FF9933;
	text-decoration: none;
}
/*Окно сравнения конец*/
 
/*Блок фотографий в карточке товара*/
.photografy {
	display: table;
	margin: 10px 50px 30px 10px;
	float: left;
	width: 300px;
	position: relative;
}
/*Блок фотографий в карточке товара конец*/
 
/*Картинка товара в карточке*/
.imglarge {
	border: 1px solid #DBDFE6;
	text-align: center;
	vertical-align: middle;
	display: table;
	margin: 0 0 10px 0;
	padding: 5px;
	float: none;
	height: 288px;
	width: 288px;
	position: relative;
}
.imglarge img {
	top: 1px;
	left: 1px;
	bottom: 1px;
	right: 1px;
	margin: auto;
	position: absolute;
	max-height: 286px;
	max-width: 286px;
 
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.imglarge img:hover {
    opacity: 0.5;
}
/*Картинка товара в карточке конец*/
 
/*Дополнительная картинка товара в карточке*/
.imgsmall {
	border: 1px solid #DBDFE6;
	text-align: center;
	vertical-align: middle;
	display: table;
	margin: 3px;
	float: left;
	height: 92px;
	width: 92px;
	position: relative;
}
.imgsmall img {
	top: 1px;
	left: 1px;
	bottom: 1px;
	right: 1px;
	margin: auto;
	position: absolute;
	max-height: 90px;
	max-width: 90px;
 
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.imgsmall img:hover {
    opacity: 0.5;
}
/*Дополнительная картинка товара в карточке конец*/
 
/*Аннотация в карточке товара*/
.annotation_large {
	display: table;
	float:left;
	margin: 10px 0 30px 0;
	width: 360px;
	position: relative;
}
/*Аннотация в карточке товара конец*/
 
/*Стоимость товара в карточке товара*/
.description {
	display: table;
	margin: 0 10px 20px 20px;
	padding: 10px;
	text-align: left;
	float: left;
	width: 230px;
	position: relative;
}
/*Стоимость товара в карточке товара конец*/
 
/*Бокс табов*/
.container_products {
	display: table;
	margin: 10px 0;
	width: 100%;
	position: relative;
}
/*Бокс табов конец*/
 
/*Каталог в подвал*/
.footercat {
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 10pt;
	width: 750px;
	-moz-column-count: 3;
	-moz-column-width: 200px;
	-moz-column-gap: 50px;
	-webkit-column-count: 3;
	-webkit-column-width: 200px;
	-webkit-column-gap: 50px;
	column-count: 3;
	column-width: 200px;
	column-gap: 50px;
	position: relative;
}

.footercat ul li {
	margin: 3px 0;
	color: #FFFFFF;
	list-style-type: circle;
}
/*Каталог в подвал конец*/
 
/*Размещение метрики*/
.metrika {
	display: table;
	font-size: 10pt;
	margin: 0 0 0 20px;
	width: 230px;
	position: relative;
}
/*Размещение метрики конец*/
 
/*Корзина*/
/*Картинка товара в корзине*/
.imagecart {
	background-color: #FFFFFF;
	border: 1px solid #F5F5F5;
	text-align: center;
	vertical-align: middle;
	display: table;
	margin: 0 25px 0 0;
	float: left;
	height: 70px;
	width: 70px;
	position: relative;
}
.imagecart img {
	top: 1px;
	left: 1px;
	bottom: 1px;
	right: 1px;
	margin: auto;
	position: absolute;
	max-height: 70px;
	max-width: 70px;
 
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.imagecart img:hover {
    opacity: 0.5;
}
/*Картинка товара в корзине конец*/
/*Наименование товара в корзине*/
.name {
	display: table;
	text-align: left;
	vertical-align: middle;
	margin: 0 25px 0 0;
	float: left;
	width: 350px;
	position: relative;
}
/*Наименование товара в корзине конец*/
/*Стоимость за единицу*/
.pricecart {
	font-size: 14pt;
	text-align: left;
	vertical-align: middle;
	color: #000000;
	display: table;
	margin: 0 25px 0 0;
	float: left;
	height: 100%;
	width: 150px;
	position: relative;
}
/*Стоимость за единицу конец*/
/*Выбор количества*/
.amount {
	margin: 0 25px 0 0;
	text-align: left;
	border: 1px solid #DADEE4;
	vertical-align: middle;
	float: left;
	height: 100%;
	width: 75px;
	outline:none;
	position: relative;
}
.amount select {
    border-radius: 0;
    background: transparent;
    padding: 2px;
    border: 0;
    font-size: 14px;
    line-height: 1;
    width: 75px;
}
/*Выбор количества конец*/
/*Удалить из корзины*/
.remove {
	background-image: url(../images/cart%201.png);
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	height: 23px;
	width: 20px;
	position: relative;
	transition: background-image 1s ease-in-out;
}

.remove:hover {
	background-image: url(../images/cart%202.png);
	background-repeat: no-repeat;
}
/*Удалить из корзины*/
/*Чекбокс в доставке*/
 .checkbox {
	margin: 0 25px 10px 0;
	float: left;
	height: 20px;
	width: 20px;
	outline:none;
	position: relative;
}
/*Чекбокс в доставке конец*/
/*Корзина конец*/
 
/*Малая форма отправки*/
.form_small {
	font-size: 14pt;
	color: #000000;
	margin: 10px 0;
	padding: 2px 5px;
	width: 240px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #C0C0C0;
	text-align: left;
	outline: none;
	resize: none;
	position: relative;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.form_small:focus {
	width: 260px;
}
/*Малая форма отправки конец*/
 
/*Большая форма отправки*/
.form_large {
	font-size: 14pt;
	color: #000000;
	margin: 10px 0;
	padding: 2px 5px;
	width: 320px;
	height: 120px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #C0C0C0;
	text-align: left;
	outline: none;
	resize: none;
	position: relative;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.form_large:focus {
	width: 360px;
}
/*Большая форма отправки конец*/
 
/*Кнопка форм отправки*/
.button_forms {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #cccccc;
	display:inline-block;
	color:#555555;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	margin: 15px 0;
	width: 250px;
	text-align:center;
	padding:6px 0;
	cursor: pointer;
	cursor: hand;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
.button_forms:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
.button_forms:active {
	position:relative;
	top:1px;
}
/*Кнопка форм отправки конец*/
 
/*Окно капчи в формах отправки*/
.captcha_forms {
	border: 1px solid #D3D3D3;
	float: left;
	width: 150px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin: 15px 0;
	padding: 5px 10px;
	color: #374151;
	outline: none;
}
/*Окно капчи в формах отправки конец*/
}
@media only screen and (max-width: 768px) {
/*Стиль заголовков*/
h1 {
	color: #485468;
	font-family: Arial, serif;
	font-size: 26px;
	margin: 0 15px 10px 15px;
	font-weight: normal;
	text-shadow: 0px 1px 0px #fff;	
}
/*Стиль заголовков конец*/
 
/*Бокс авторизации и корзины в шапку*/
.box_cart {
	text-align: right;
	display: table;
	margin: 0 auto;
	padding: 5px 0;
	width: 100%;
	position: relative;
}
/*Бокс авторизации и корзины в шапку конец*/
 
/*Положение блока авторизации*/
#account {
	margin: 0 50px 0 200px;
	color: #FFFFFF;
	float: left;
	width: 250px;
	position: relative;
}
#account a {
	color: #FFFFFF;
	text-decoration: none;
}
#account a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/*Положение блока авторизации конец*/
 
/*Корзина*/
#cart_informer {
	width: 250px;
	float: left;
	margin: 0px;
	position: relative;
}
#cart_informer a {
	color: #FFFFFF;
	text-decoration: none;
}
#cart_informer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/*Корзина конец*/
 
/*Бокс шапки*/
.header {
	display: table;
	margin: 0px;
	width: 100%;
	position: relative;
}
/*Бокс шапки конец*/
 
/*Тело страницы*/
#main {
	margin: 0px;
	width: 100%;
}
/*Тело страницы конец*/
 
/*Положение логотипа*/
#logo {
	display: table;
	margin: 10px 30px 10px 10px;
	float: left;
	width: 190px;
	text-align:left;
	position: relative;
}
#logo img {
	margin: 0px;
	width: 190px;
	height:auto;
	outline:none;
	position: relative;
}
/*Положение логотипа конец*/
 
/*Поиск*/
#search {
	display: table;
	margin: 30px 0 0 0;
	padding: 0px;
	float: left;
	height: 35px;
	width: 300px;
	position: relative;
}
#search .input_search {
	display: table;
	margin: 0px;
	height: 8px;
	width: 250px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: none;
	border-bottom: 1px solid #4F5C73;
	background-color: #FFFFFF;
	padding: 7px 40px 10px 10px;
	font-size: 18px;
	position: relative;
}
#search .button_search {
	margin: -26px 0 0 265px;
	width: 29px;
	height: 25px;
	background-position-y: middle;
	background: url(../images/search.png) no-repeat;
	border-style: none;
	cursor: pointer;
	cursor: hand;
	display: block;
	position: absolute;
}
/*Поиск конец*/
 
/*Адрес и телефон в шапке*/
#contact{
	float: right;
	text-align: right;
	margin-top: -55px;
	margin-right: 15px;
	height: 25px;
	color: #505050;
	font-size: 15px;
}
#contact #phone{
	font-size: 18px;
}
/*Адрес и телефон в шапке конец*/
 
/*Блок-обертка товара на главной и в просмотренных*/
.product {
	background-color: #FFFFFF;
	border: none;
	display: table;
	margin: 0;
	float: left;
	height: 260px;
	width: 20%;
	position: relative;
}
.product:hover {
	border: none;
}
.browsed_products {
	background-color: #FFFFFF;
	border: none;
	display: table;
	margin: 1%;
	float: left;
	height: 200px;
	width: 18%;
	position: relative;
}
.browsed_products:hover {
	border: none;
}
/*Блок-обертка товара на главной и в просмотренных конец*/
 
/*Картинка товара на главной и в просмотренных*/
.image {
	background-color: #FFFFFF;
	border: none;
	text-align: center;
	vertical-align: middle;
	display: table;
	margin: 5px 2% 20px 2%;
	float: none;
	height: 120px;
	width: 96%;
	position: relative;
}
.image img {
	top: 1px;
	left: 1px;
	bottom: 1px;
	right: 1px;
	margin: auto;
	position: relative;
	max-height: 120px;
	max-width: 120px;
}
/*Картинка товара на главной и в просмотренных конец*/
 
/*Цена на главной*/
.pricemain {
	margin: 0 15px;
	font-size: 18px;
	color: #000000;
	text-align: left;
	position: relative;
}
/*Цена на главной конец*/
 
/*Основная часть всех страниц*/
#content {
	display: table;
	float: none;
	width: 100%;
	margin: 0;
	margin-bottom: 50px;
}

#left {
	display: none;
}
/*Основная часть всех страниц*/
 
/*Хлебные крошки*/
#path {
	margin: 15px 0px 25px 15px;
	display: table;
	font-size: 11pt;
}
/*Хлебные крошки конец*/
 
/*Блок меню сайдбара*/
.menusidebar {
	display: none;
}
/*Блок меню сайдбара конец*/
 
/*Блок сортировки и выбора вида товаров*/
.sortirovka {
	background-color: #FFFFFF;
	display: table;
	margin: 0 0 10px 0;
	padding: 0px;
	float: none;
	height: 50px;
	width: 100%;
	position: relative;
}
/*Блок сортировки и выбора вида товаров*/
 
/*Переключатели вида отображения товаров*/
.sort_vid {
	margin: 10px 0 0 660px;
	height: 30px;
	width: 70px;
	position: absolute;
}
.icon_1 {
	margin: 0 10px 0 0;
	float: left;
	height: 30px;
	width: 30px;
	position: relative;
}
.icon_1 img {
	height: 30px;
	width: 30px;
    opacity: 0.5;
	outline:none;
 
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.icon_2 {
	margin: 0px;
	float: left;
	height: 30px;
	width: 30px;
	position: relative;
}
.icon_2 img {
	height: 30px;
	width: 30px;
    opacity: 0.5;
	outline:none;
 
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
/*Переключатели вида отображения товаров конец*/
 
/*Окно сравнения*/
#compareinf {
	font-size: 12pt;
	color: #FFFFFF;
	background: #ffffff; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #eaeaea 60%, #cccccc 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#eaeaea 60%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  #ffffff 0%,#eaeaea 60%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	opacity: 0.8;
	filter: alpha(Opacity=80);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 3px 3px 21px #000000;
	-moz-box-shadow: 3px 3px 21px #000000;
	box-shadow: 3px 3px 21px #000000;
	padding: 15px 40px;
	width: auto;
	margin-top: 75px;
	margin-left: 5%;
	position: fixed;
	z-index: 1000;
}
#compareinf a {
	color: #333333;
	text-decoration: none;
}

#compareinf a:hover {
	color: #FA0407;
	text-decoration: none;
}
.compare {
	color: #F96400;
	text-decoration: none;
}
.compare:hover {
	color: #FF9933;
	text-decoration: none;
}
/*Окно сравнения конец*/
 
/*Блок фотографий в карточке товара*/
.photografy {
	display: table;
	margin: 10px 25px 30px 10px;
	float: left;
	width: 200px;
	position: relative;
}
/*Блок фотографий в карточке товара конец*/
 
/*Картинка товара в карточке*/
.imglarge {
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	display: table;
	margin: 0px;
	padding: 5px;
	float: none;
	height: 190px;
	width: 190px;
	position: relative;
}
.imglarge img {
	top: 1px;
	left: 1px;
	bottom: 1px;
	right: 1px;
	margin: auto;
	position: absolute;
	max-height: 190px;
	max-width: 190px;
}
/*Картинка товара в карточке конец*/
 
/*Дополнительная картинка товара в карточке*/
.imgsmall {
	border: 1px solid #F5F5F5;
	text-align: center;
	vertical-align: middle;
	display: table;
	margin: 2px;
	float: left;
	height: 60px;
	width: 60px;
	position: relative;
}
.imgsmall img {
	top: 1px;
	left: 1px;
	bottom: 1px;
	right: 1px;
	margin: auto;
	position: absolute;
	max-height: 60px;
	max-width: 60px;
}
/*Дополнительная картинка товара в карточке конец*/
 
/*Аннотация в карточке товара*/
.annotation_large {
	display: table;
	float:left;
	margin: 10px 0 30px 0;
	width: 270px;
	position: relative;
}
/*Аннотация в карточке товара конец*/
 
/*Стоимость товара в карточке товара*/
.description {
	display: table;
	margin: 10px 0 20px 20px;
	padding: 10px;
	float: left;
	width: 200px;
	position: relative;
}
/*Стоимость товара в карточке товара конец*/
 
/*Бокс табов*/
.container_products {
	display: table;
	margin: 10px 0;
	width: 100%;
	position: relative;
}
/*Бокс табов конец*/
 
/*Каталог в подвал*/
.footercat {
	margin: 0 0 0 25px;
	padding: 0px;
	float: left;
	font-size: 10pt;
	width: 500px;
	-moz-column-count: 2;
	-moz-column-width: 200px;
	-moz-column-gap: 50px;
	-webkit-column-count: 2;
	-webkit-column-width: 200px;
	-webkit-column-gap: 50px;
	column-count: 2;
	column-width: 200px;
	column-gap: 50px;
	position: relative;
}

.footercat ul li {
	margin: 3px 0px;
	color: #FFFFFF;
	list-style-type: circle;
}
/*Каталог в подвал конец*/
 
/*Размещение метрики*/
.metrika {
	display: table;
	margin: 0 0 0 20px;
	width: 160px;
	position: relative;
}
/*Размещение метрики конец*/
 
/*Корзина*/
/*Картинка товара в корзине*/
.imagecart {
	background-color: #FFFFFF;
	border: 1px solid #F5F5F5;
	text-align: center;
	vertical-align: middle;
	display: table;
	margin: 0 25px 0 0;
	float: left;
	height: 70px;
	width: 70px;
	position: relative;
}
.imagecart img {
	top: 1px;
	left: 1px;
	bottom: 1px;
	right: 1px;
	margin: auto;
	position: absolute;
	max-height: 70px;
	max-width: 70px;
 
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.imagecart img:hover {
    opacity: 0.5;
}
/*Картинка товара в корзине конец*/
/*Наименование товара в корзине*/
.name {
	display: table;
	text-align: left;
	vertical-align: middle;
	margin: 0 15px 0 0;
	float: left;
	width: 230px;
	position: relative;
}
/*Наименование товара в корзине конец*/
/*Стоимость за единицу*/
.pricecart {
	font-size: 14pt;
	text-align: left;
	vertical-align: middle;
	color: #000000;
	display: table;
	margin: 0 15px 0 0;
	float: left;
	height: 100%;
	width: 100px;
	position: relative;
}
/*Стоимость за единицу конец*/
/*Выбор количества*/
.amount {
	margin: 0 15px 0 0;
	text-align: left;
	border: 1px solid #DADEE4;
	vertical-align: middle;
	float: left;
	height: 100%;
	width: 75px;
	outline:none;
	position: relative;
}
.amount select {
    border-radius: 0;
    background: transparent;
    padding: 2px;
    border: 0;
    font-size: 14px;
    line-height: 1;
    width: 75px;
}
/*Выбор количества конец*/
/*Удалить из корзины*/
.remove {
	background-image: url(../images/cart%201.png);
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	height: 23px;
	width: 20px;
	position: relative;
	transition: background-image 1s ease-in-out;
}

.remove:hover {
	background-image: url(../images/cart%202.png);
	background-repeat: no-repeat;
}
/*Удалить из корзины*/
/*Чекбокс в доставке*/
 .checkbox {
	margin: 0 25px 10px 0;
	float: left;
	height: 20px;
	width: 20px;
	outline:none;
	position: relative;
}
/*Чекбокс в доставке конец*/
/*Корзина конец*/
 
/*Малая форма отправки*/
.form_small {
	font-size: 14pt;
	color: #000000;
	margin: 10px 0;
	padding: 2px 5px;
	width: 40%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #C0C0C0;
	text-align: left;
	outline: none;
	resize: none;
	position: relative;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.form_small:focus {
	width: 50%;
}
/*Малая форма отправки конец*/
 
/*Большая форма отправки*/
.form_large {
	font-size: 14pt;
	color: #000000;
	margin: 10px 0;
	padding: 2px 5px;
	width: 50%;
	height: 120px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #C0C0C0;
	text-align: left;
	outline: none;
	resize: none;
	position: relative;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.form_large:focus {
	width: 60%;
}
/*Большая форма отправки конец*/
 
/*Кнопка форм отправки*/
.button_forms {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #cccccc;
	display:inline-block;
	color:#555555;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	margin: 15px 0;
	width: 250px;
	text-align:center;
	padding:6px 0;
	cursor: pointer;
	cursor: hand;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
.button_forms:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
.button_forms:active {
	position:relative;
	top:1px;
}
/*Кнопка форм отправки конец*/
 
/*Окно капчи в формах отправки*/
.captcha_forms {
	border: 1px solid #D3D3D3;
	float: left;
	width: 150px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin: 15px 0;
	padding: 5px 10px;
	color: #374151;
	outline: none;
}
/*Окно капчи в формах отправки конец*/
}
@media only screen and (max-width: 480px) {
/*Стиль заголовков*/
h1 {
	color: #485468;
	font-family: Arial, serif;
	font-size: 28px;
	margin: 15px;
	font-weight: normal;
	text-shadow: 0px 1px 0px #fff;	
}
/*Стиль заголовков конец*/
 
/*Бокс авторизации и корзины в шапку*/
.box_cart {
	text-align: center;
	display: table;
	margin: 0 auto;
	padding: 5px 5%;
	width: 90%;
	position: relative;
}
/*Бокс авторизации и корзины в шапку конец*/
 
/*Положение блока авторизации*/
#account {
	margin: 0 auto;
	color: #FFFFFF;
	float: none;
	width: 100%;
	text-align: center;
	position: relative;
}
#account a {
	color: #FFFFFF;
	text-decoration: none;
}
#account a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/*Положение блока авторизации конец*/
 
/*Корзина*/
#cart_informer {
	margin: 0 auto;
	width: 90%;
 	padding: 5px 5%;
	float: none;
	text-align: center;
	position: relative;
}
#cart_informer a {
	color: #FFFFFF;
	text-decoration: none;
}
#cart_informer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/*Корзина конец*/
 
/*Бокс шапки*/
.header {
	display: table;
	margin: 0 auto;
	width: 100%;
	position: relative;
}
/*Бокс шапки конец*/
 
/*Тело страницы*/
#main {
	margin: 0px;
	width: 100%;
}
/*Тело страницы конец*/
 
/*Положение логотипа*/
#logo {
	display: table;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
	float: none;
	width: 280px;
	text-align:left;
	position: relative;
}
#logo img {
	margin: 0px;
	width: 280px;
	height:auto;
	outline:none;
	position: relative;
}
/*Положение логотипа конец*/
 
/*Поиск*/
#search {
	display: table;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 0px;
	float: none;
	height: 35px;
	width: 290px;
	position: relative;
}
#search .input_search {
	display: table;
	margin: 0px;
	height: 8px;
	width: 240px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: none;
	border-bottom: 1px solid #4F5C73;
	background-color: #FFFFFF;
	padding: 7px 40px 10px 10px;
	font-size: 18px;
	position: relative;
}
#search .button_search {
	margin: -26px 0 0 255px;
	width: 29px;
	height: 25px;
	background-position-y: middle;
	background: url(../images/search.png) no-repeat;
	border-style: none;
	cursor: pointer;
	cursor: hand;
	display: block;
	position: absolute;
}
/*Поиск конец*/
 
/*Адрес и телефон в шапке*/
#contact{
	display: none;
}
/*Адрес и телефон в шапке конец*/
 
/*Блок-обертка товара на главной и в просмотренных*/
.product {
	background-color: #FFFFFF;
	border: 2px solid #CE2403;
	display: table;
	margin: 2%;
	padding: 0 0 15px 0;
	float: none;
	height: auto;
	width: 96%;
	position: relative;
}
.product:hover {
	border: 2px solid #004da4;
}
.browsed_products {
	background-color: #FFFFFF;
	border: none;
	display: table;
	margin: 2%;
	padding: 0 0 15px 0;
	float: none;
	height: auto;
	width: 96%;
	position: relative;
}
.browsed_products:hover {
	border: none;
}
/*Блок-обертка товара на главной и в просмотренных конец*/
 
/*Картинка товара на главной и в просмотренных*/
.image {
	background-color: #FFFFFF;
	border: none;
	text-align: center;
	vertical-align: middle;
	display: table;
	margin: 5px 2% 20px 2%;
	float: none;
	height: auto;
	width: 96%;
	position: relative;
}
.image img {
	top: 1px;
	left: 1px;
	bottom: 1px;
	right: 1px;
	margin: auto;
	position: relative;
	max-height: 300px;
	max-width: 300px;
}
/*Картинка товара на главной и в просмотренных конец*/
 
/*Цена на главной*/
.pricemain {
	margin: 0 15px;
	font-size: 20px;
	color: #000000;
	text-align: center;
	position: relative;
}
/*Цена на главной конец*/
 
/*Основная часть всех страниц*/
#content {
	display: table;
	float: none;
	width: 100%;
	margin: 0;
	margin-bottom: 50px;
}

#left {
	display: none;
}
/*Основная часть всех страниц*/
 
/*Хлебные крошки*/
#path {
	display: none;
}
/*Хлебные крошки конец*/
 
/*Блок меню сайдбара*/
.menusidebar {
	display: none;
}
/*Блок меню сайдбара конец*/
 
/*Блок сортировки и выбора вида товаров*/
.sortirovka {
	display: none;
}
/*Блок сортировки и выбора вида товаров*/
 
/*Переключатели вида отображения товаров*/
.sort_vid {
	display: none;
}
/*Переключатели вида отображения товаров конец*/
 
/*Окно сравнения*/
#compareinf {
	display: none;
}
.compare {
	display: none;
}
/*Окно сравнения конец*/
 
/*Блок фотографий в карточке товара*/
.photografy {
	display: table;
	margin: 0px;
	float: none;
	width: 100%;
	position: relative;
}
/*Блок фотографий в карточке товара конец*/
 
/*Картинка товара в карточке*/
.imglarge {
	background-color: #FFFFFF;
	border: 1px solid #F5F5F5;
	text-align: center;
	vertical-align: middle;
	display: table;
	margin: 5px 2%;
	float: none;
	height: 305px;
	width: 92%;
	position: relative;
}
.imglarge img {
	top: 1px;
	left: 1px;
	bottom: 1px;
	right: 1px;
	margin: auto;
	position: absolute;
	max-height: 290px;
	max-width: 290px;
}
/*Картинка товара в карточке конец*/
 
/*Дополнительная картинка товара в карточке*/
.imgsmall {
	display: none;
}
/*Дополнительная картинка товара в карточке конец*/
 
/*Аннотация в карточке товара*/
.annotation_large {
	display: table;
	float:none;
	margin: 10px 2%;
	width: 96%;
	position: relative;
}
/*Аннотация в карточке товара конец*/
 
/*Стоимость товара в карточке товара*/
.description {
	display: table;
	margin: 10px 2%;
	padding: 0;
	float: none;
	width: 96%;
	position: relative;
}
/*Стоимость товара в карточке товара конец*/
 
/*Бокс табов*/
.container_products {
	display: none;
}
/*Бокс табов конец*/
 
/*Каталог в подвал*/
.footercat {
	display: none;
}
/*Каталог в подвал конец*/
 
/*Размещение метрики*/
.metrika {
	display: table;
	margin: 2%;
	width: 96%;
	position: relative;
}
/*Размещение метрики конец*/
 
/*Корзина*/
/*Картинка товара в корзине*/
.imagecart {
	background-color: #FFFFFF;
	border: 1px solid #F5F5F5;
	text-align: center;
	vertical-align: middle;
	display: table;
	margin: 5px 2%;
	float: none;
	height: 305px;
	width: 92%;
	position: relative;
}
.imagecart img {
	top: 1px;
	left: 1px;
	bottom: 1px;
	right: 1px;
	margin: auto;
	position: absolute;
	max-height: 290px;
	max-width: 290px;
 
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.imagecart img:hover {
    opacity: 0.5;
}
/*Картинка товара в корзине конец*/
/*Наименование товара в корзине*/
.name {
	display: table;
	text-align: left;
	vertical-align: middle;
	margin: 15px 2%;
	float: none;
	width: 96%;
	position: relative;
}
/*Наименование товара в корзине конец*/
/*Стоимость за единицу*/
.pricecart {
	font-size: 14pt;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	display: table;
	margin: 10px 2%;
	float: left;
	height: auto;
	width: 96%;
	position: relative;
}
/*Стоимость за единицу конец*/
/*Выбор количества*/
.amount {
	margin: 10px 2%;
	text-align: left;
	border: 1px solid #DADEE4;
	vertical-align: middle;
	float: none;
	height: auto;
	width: 96%;
	outline:none;
	position: relative;
}
.amount select {
    border-radius: 0;
    background: transparent;
    padding: 2px;
    border: 0;
    font-size: 14px;
    line-height: 1;
    width: 75%;
}
/*Выбор количества конец*/
/*Удалить из корзины*/
.remove {
	background-image: url(../images/cart%201.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
	float: none;
	height: 23px;
	width: 20px;
	display: table;
	position: relative;
	transition: background-image 1s ease-in-out;
}

.remove:hover {
	background-image: url(../images/cart%202.png);
	background-repeat: no-repeat;
}
/*Удалить из корзины*/
/*Чекбокс в доставке*/
 .checkbox {
	margin: 0 10px 10px 0;
	float: left;
	height: 20px;
	width: 20px;
	outline:none;
	position: relative;
}
/*Чекбокс в доставке конец*/
/*Корзина конец*/
 
/*Малая форма отправки*/
.form_small {
	font-size: 14pt;
	color: #000000;
	margin: 10px 4%;
	padding: 2px 2%;
	width: 80%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #C0C0C0;
	text-align: left;
	outline: none;
	resize: none;
	position: relative;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.form_small:focus {
	width: 88%;
}
/*Малая форма отправки конец*/
 
/*Большая форма отправки*/
.form_large {
	font-size: 14pt;
	color: #000000;
	margin: 10px 4%;
	padding: 2px 2%;
	width: 80%;
	height: 120px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #C0C0C0;
	text-align: left;
	outline: none;
	resize: none;
	position: relative;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.form_large:focus {
	width: 88%;
}
/*Большая форма отправки конец*/
 
/*Кнопка форм отправки*/
.button_forms {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #cccccc;
	display:inline-block;
	color:#555555;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	margin-top: 15px;
	margin-bottom: 15px;
	margin: 0 auto;
	width: 250px;
	text-align:center;
	padding:6px 0;
	cursor: pointer;
	cursor: hand;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
.button_forms:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
.button_forms:active {
	position:relative;
	top:1px;
}
/*Кнопка форм отправки конец*/
 
/*Окно капчи в формах отправки*/
.captcha_forms {
	border: 1px solid #D3D3D3;
	float: left;
	width: 150px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	margin: 0 auto;
	padding: 5px 10px;
	color: #374151;
	outline: none;
}
/*Окно капчи в формах отправки конец*/
}