@import url("reset.css");

@font-face {
	font-family: 'Exo2';
	src: url('../fonts/Exo2-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'Exo2';
	src: url('../fonts/Exo2-ThinItalic.ttf') format('truetype');
	font-weight: 100;
	font-style: italic;
}
@font-face {
	font-family: 'Exo2';
	src: url('../fonts/Exo2-Light.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'Exo2';
	src: url('../fonts/Exo2-LightItalic.ttf') format('truetype');
	font-weight: 200;
	font-style: italic;
}
@font-face {
	font-family: 'Exo2';
	src: url('../fonts/Exo2-Medium.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Exo2';
	src: url('../fonts/Exo2-MediumItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: 'Exo2';
	src: url('../fonts/Exo2-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Exo2';
	src: url('../fonts/Exo2-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Exo2';
	src: url('../fonts/Exo2-Bold.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Exo2';
	src: url('../fonts/Exo2-BoldItalic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: 'Exo2';
	src: url('../fonts/Exo2-Heavy.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Exo2';
	src: url('../fonts/Exo2-HeavyItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}
@font-face {
	font-family: 'Exo2';
	src: url('../fonts/Exo2-Black.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Exo2';
	src: url('../fonts/Exo2-BlackItalic.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-ThinItalic.ttf') format('truetype');
	font-weight: 100;
	font-style: italic;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Light.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-LightItalic.ttf') format('truetype');
	font-weight: 200;
	font-style: italic;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Medium.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-MediumItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/RobotoRegular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Bold.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Heavy.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-HeavyItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Black.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-BlackItalic.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
}
					  
/* @group Общий стиль */
/*
html,
body {
	width: 100%;
	height: 100%;
	font: 13px Tahoma, Arial, Helvetica, Geneva, sans-serif;
	background-color: #f5f5f5;
}
*/
html,
body {
	/*-ms-user-select: none; 
	-moz-user-select: none; 
	-webkit-user-select: none; 
	user-select: none;*/
}
p {
	margin-bottom: 15px;
}

h1 {
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	background: #ff8400;
	text-indent: 20px;
	padding: 1% 0;
	margin-bottom: 1%;
	font-family: roboto;
	font-weight: 300;
	clear: both;
}

h2 {
	font-size: 20px;
	text-transform: uppercase;
	font-family: roboto;
	font-weight: 300;
	clear: both;
	margin: 25px 0 15px;

}

h3 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
}

a { color: #0095eb; }

a:hover { color: #e84d07; }

:focus {
	outline:none;
}
a:active, a:focus {
	outline: none;
}

e[type="button"] {
	cursor:hand;
	cursor:pointer;
}

.text_ul {
	list-style-type: none;
	text-align: left;
	margin-left: 30px;
	margin-bottom: 20px;
}
.text_ul li {
	margin: 5px 0;
	text-indent: 15px;
	background: url(../images/right.png) 0% 50% no-repeat;
	color: #3d3d3d;
	font-size: 14px;
}
/* @end — Общий стиль */


/* @group Верхняя строка */
div.menu_bg {
	background: #474747;
}
div.menu_bg ul.menu a {
	text-decoration: none;
}
	
div.menu_bg ul.menu li {
	color: #fff;
	list-style-type: none;
	display: inline-block;
	font-weight: 300;
	border-left: 1px solid #6c6c6c;
}
div.menu_bg ul.menu li a {
	color: #fff;
	padding: 10px 20px;
	display: block;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	font-size: 15px;
     margin-right: -4px;
}
div.menu_bg ul.menu li:hover a {
	color: #474747;
	background: #fff;
}
ul.soc {
	list-style-type: none;
	margin: 1% 0 0 0;
}
ul.soc li {
	display: inline-block;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	margin: 0 1%;
}
ul.soc li.socius {
	width: 24px;
	height: 24px;
	background-size: 100%!important;
}
ul.soc li.socius.odin {
	background: url('../images/soc_icons/new/1.png') no-repeat 50% 0%;
}
ul.soc li.socius.odin:hover {
	background: url('../images/soc_icons/new/1.png') no-repeat 50% 100%;
}
ul.soc li.socius.dva {
	background: url('../images/soc_icons/new/2.png') no-repeat 50% 0%;
}
ul.soc li.socius.dva:hover {
	background: url('../images/soc_icons/new/2.png') no-repeat 50% 100%;
}
ul.soc li.socius.tri {
	background: url('../images/soc_icons/new/3.png') no-repeat 50% 0%;
}
ul.soc li.socius.tri:hover {
	background: url('../images/soc_icons/new/3.png') no-repeat 50% 100%;
}
ul.soc li.socius.chet {
	background: url('../images/soc_icons/new/4.png') no-repeat 50% 0%;
}
ul.soc li.socius.chet:hover {
	background: url('../images/soc_icons/new/4.png') no-repeat 50% 100%;
}

#top {
	overflow: visible;
	position: relative;
	margin: 0% auto 0 auto;
	background: #e8e8e8;
}

.wrapper {
	padding: 10px 0 10px 0;
}

div.header {
	background: #1d263c;
	color: #fff;
	text-align: center;
	font-weight: 200;
}
div.header p {
	background: #1d263c;
	color: #fff;
}
header {
	padding: 0px 0;
	font-family: exo2;
}
header a img {
	float: left;
}
header > div {
	padding: 1% 0;
}
header .logo {
	text-transform: uppercase;
	font-size: 2.2em;
	line-height: 0.9;
	padding: 0% 0;
	margin-left: 20%;
	font-weight: bold;    
}
header .logo span {
	text-transform: none;
	font-size: 0.4em;
	font-weight: 200;
}
header .logo b {
	color: #ff8400;
}
header .contact {
	font-size: 1.3em;
	line-height: 1;
	font-weight: 400;
	color: #000;
	text-align: center;
}
header .contact span {
	text-align: center;
	text-transform: none;
	font-size: 0.8em;
	font-weight: 200;
	color: #fff;
	font-family: 'Roboto';
}
header .contact .modals {
	width: 100%;
	background: #ff8400;
	display: block;
	border-radius: 5px;
	margin-top: 5%;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}
header .contact .modals a {
	color: #fff;
	text-decoration: none;
	padding: 4% 0;
	display: block;
	cursor: pointer;
}
header .contact .modals:hover {
	background: #fff;
	color: #ff8400;
}
header .contact .modals:hover a {
	color: #ff8400;
}
header .cart img {
	float: left;
 	margin-left: 40px;
}

header .cart, header .cart a {
	font-size: 1em;
	line-height: 1.8;
	font-weight: 400;
	color: #444444;
	text-align: center;
	text-transform: uppercase;
}
header .cart span {
	color: #ff8400;
}
header .basket_empty {
	margin-top: 15px;
	margin-right: 30px;
}

.menu_mob {
	background: #fff;
	right: -370px;
	height: 100%;
	position: fixed;
	width: 350px;
	top: 0px;
	z-index: 999;
	overflow-y: auto;
}
.background {
	height: 100%;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.menu_mob ul {
	list-style: none;
	margin: 0;
	padding: 0;
	top: 0px;
}
.menu_mob li {
	padding-bottom: 3px;
	padding-top: 3px;
	color: #484848;
	text-align: left;
	font-weight: 200;
	margin: 1% auto;
	font-size: 14px;
	width: 85%;
}
.menu_mob ul > li: last-child {
	line-height: 25px;
}
.menu_mob li span {
	font-size: 16px;
}
.menu_mob a > li:hover {
	color: #ff7122;
}
.menu_mob ul a {
	color: #484848;
	font-size: 21px;
	cursor: pointer;
	text-decoration: none;
}
.menu_mob ul a:hover {
	color: #ff7122;
	transition: 0.5s;
	text-decoration: none;
}
.menu_mob span a {
	color: #484848;
	font-size: 16px;
	cursor: pointer;
}
.menu_mob span:first-child a {
	text-decoration: underline;
}
.menu_mob span a:hover {
	color: #ff7122;
	transition: 0.5s;
	text-decoration: underline;
}
.icon-close {
	cursor: pointer;
	padding-top: 10px;
	text-align: right;
	background: url('../images/close-btn1.png') no-repeat 87% 74%;
	height: 45px;
}
.menu_mob li img {
	width: 25px;
	vertical-align: middle;
}
.icon-close:hover {
	background: url('../images/close-btn1_hover.png') no-repeat 87% 74%;
	transition: 0.5s;
}
.icon-close img {
	margin-right: 30px;
}
.icon-menu {
	color: #fff;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	padding-bottom: 25px;
	padding-left: 25px;
	padding-top: 25px;
	text-decoration: none;
	text-transform: uppercase;
}
.icon-menu img {
	margin-right: 5px;
}

.compare_top {
	margin-top: 12px;
	text-align: center;
}
.compare_top a {
	color: #fff;
}
.compare_top a:hover {
	color: #ff8400;
}

/* Left Menu */
nav.left_menu {
	border-radius: 5px;
	border: 1px solid #e8e8e8;
	padding: 3%;
}
nav.left_menu ul{
	list-style-type: none;
	font-size: 16px;
	color: #292929;
}
nav.left_menu ul li.first{
	text-indent: 30px;
	background: url('../images/sandwich.png') 0% 50% no-repeat;
}
nav.left_menu > ul > li{
	text-indent: 10px;
	padding: 3% 0;
	border-bottom: 1px solid #e8e8e8;
	background: url('../images/right.png') 100% 50% no-repeat;
}
nav.left_menu > ul > li.containerus{
	background: url('../images/bottom.png') 100% 7% no-repeat;
	border-bottom: 0px solid #e8e8e8;
}
nav.left_menu > ul > li > ul > li{
	text-indent: 30px;
	padding: 3% 0;
	border-bottom: 1px solid #e8e8e8;
	background: url('../images/right.png') 4% 50% no-repeat;
}
nav.left_menu > ul > li > ul > li:last-child{
	border-bottom: 0px solid #e8e8e8;
}
nav.left_menu ul a{
	font-size: 16px;
	color: #292929;
	text-decoration: none;
}
.leftus img {
	display: block;
	margin: 3% auto;
}

/* Catalog */
.katalog .zag {
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	background: #ff8400;
	text-indent: 20px;
	padding: 1% 0;
	margin-bottom: 1%;
	font-family: roboto;
	font-weight: 300;
	clear: both;
}

.tovar .brand_images {
	display: block;
	margin: 5% auto;
	max-height: 150px;
} 
.tovar .brand_logo {
	display: block;
	margin: 3% auto;
	max-height: 30px;
} 

.katalog .prod_price span {
	color: #ff8400;
	text-decoration: underline;
}

/* Sort */
.sort {
	background: #e8e8e8;
	padding: 1%;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.sort .sort_par {
	color: #414141;
	display: inline-block;
	font-size: 14px;
}
.sort .sort_par a {
	color: #505050;
}
.sort .sort_par a.selected {
	color: #ff8400;
}
.sort .sort_par.strelochki {
	padding: 0 4%;
	width: 30%;
	text-align: center;

}
.sort .sort_par.strelochki span.left {
	float: left;
	width: 19px;
	height: 19px;
	background: url('../images/left-sort.png') 50% 0% no-repeat;
	background-size: 100%;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	border-bottom: 0px dashed;
}
.sort .sort_par.strelochki span.left:hover {
	background: url('../images/left-sort.png') 50% 100% no-repeat;
}
.sort .sort_par.strelochki span.right {
	float: right;
	width: 19px;
	height: 19px;
	background: url('../images/right-sort.png') 50% 0% no-repeat;
	background-size: 100%;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	border-bottom: 0px dashed;
}
.sort .sort_par.strelochki span.right:hover {
	background: url('../images/right-sort.png') 50% 100% no-repeat;
}
.sort .sort_par span {
	border-bottom: 1px dashed;
	margin: 0 5px;
}

.total_products {
	margin: 0 30px;
}
/* Sort End */

/* Filter */
.feature_name {
	color: #414141;
	font-size: 14px;
}
.feature_values {
	list-style:none;
	margin-right:15px;
}


.feature_values .checkbox {
    vertical-align: top;
    margin: 0 3px 0 0;
    width: 17px;
    height: 17px;
}
.feature_values label {
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    font-size: 16px;
    color: #373737;
    line-height: 20px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.feature_values .checkbox:not(checked) {
    position: absolute;
    opacity: 0;
}
.feature_values .checkbox:not(checked) + span {
    position: relative;
    padding: 0 0 0 31px;
    /*display: block;*/
}

.feature_values .checkbox:not(checked) + span:before {
    content: '';
    position: absolute;
    top: calc(50% - 8px);
    left: 1px;
    width: 19px;
    height: 19px;
    border-radius: 2px;
    background-color: transparent;
    border: 1px solid #32445D;
    border-radius: 2px;
    transition: all .2s;
}

.feature_values .checkbox:not(checked) + span:after {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    left: 6px;
    width: 10px;
    height: 8px;
    background: url(../images/tick.png) no-repeat;
    transition: all .2s;
    opacity: 0;
}
.feature_values .checkbox:checked + span:after {
    opacity: 1;
}
.praci_range {
	margin-bottom: 10px;
}
/* Filter End */

/* @group Постраничная навигация */
.pagination {
	padding: 0px 0px;
	text-align: center;
	float: right;
	margin: 0;
}
.pagination a {
	color: #414141;
    display: block;
    font-size: 14px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	text-decoration: none;
}
.pagination a.selected:hover,
.pagination a.selected {
	color: #ff8400;
}
.pagination a:hover {
	color: #ff8400;
}
.pagination a.next_page_link, .pagination a.prev_page_link {
	width: 19px;
	height: 19px;
	background-size: 100%;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	border-bottom: 0px dashed;
}
.pagination a.prev_page_link {
	float: left;
	background: url(../images/left-sort.png) 50% 0% no-repeat;
}
.pagination a.next_page_link {
	float: right;
	background: url(../images/right-sort.png) 50% 0% no-repeat;
}
.pagination a.prev_page_link:hover {
    background: url(../images/left-sort.png) 50% 100% no-repeat;
}
.pagination a.next_page_link:hover {
    background: url(../images/right-sort.png) 50% 100% no-repeat;
}
/* @end */


.products {
	display: inline-block;
	width: 100%;
}

.real_tovar {
	border-top: 2px solid #ff8400;
	border-bottom: 2px solid #ff8400;
	margin: 2% 0;
	outline:1px solid #dddddd;
}

@media (min-width: 1200px) {
.real_tovar {
	width: 24%;
	margin: 2% 1% 2% 0!important;
	max-width: 205px;
}  
}

.real_tovar .tovar_name {
	height: 60px;
}
.real_tovar .tovar_name a {
	color: #3d3d3d;
}
.real_tovar p {
	margin: 3% 0;
	font-size: 14px;
}
.real_tovar .image {
	display: block;
	margin: 10% auto;
	text-align: center;
}
.real_tovar .image img {
	max-height: 150px;
}
.real_tovar .real_price {
	display: inline-block;
	font-weight: bold;
	color: #ff8400;
	font-size: 20px;
}
.real_tovar .articul {
	font-size: 12px;
	color: #7a7a7a;
}

.real_tovar .number{
	display: inline-block;
	color: #b0b0b0;
	font-size: 18px;
	font-weight: 300;
}
.into_cart {
	background: #ff8400;
	border: 1px solid #ff8400;
	text-align: center;
	color: #fff;
	text-decoration: none;
	width: 100%;
	display: block;
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
	padding: 2% 0;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}
.into_cart:hover {
	background: #fff;
	color: #ff8400;
	border: 1px solid #ff8400;
}
.choose_one {
	color: #000;
	text-decoration: none;
	display: block;
	margin: 4% auto;
	font-size: 12px;
	font-weight: 300;
	text-align: center;	
}
.choose_one a {
	color: #000;
 padding-left: 15px;
}
.choose_one a:hover {
	color: #e84d07;
}
.choose_one  a.add_compare {
background: url('../images/zvezda.png') 0% 50% no-repeat;
 padding-left: 15px;   
}
.choose_one  a.add_compare:hover {
background: url('../images/zvezda_full.png') 0% 50% no-repeat;
}
.choose_one  a.remove_compare {
background: url('../images/zvezda_full.png') 0% 50% no-repeat;
 padding-left: 15px;
     
}

.into_content {
	color: #181818;
	margin: 2% 0;
	font-size: 14px;
}

.arenda {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 15px;
}

.tovar-left img {
	max-width: 100%;
}

.tovar_zag {
	font-size: 2em;
	text-transform: uppercase;
}
.tovar_artic {
	font-size: 1em;
	font-weight: 300;
}
.tovar_price {
	position: relative;
	padding: 25px 25px 13px 25px;
	border: 1px solid #c8cfd2;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.cena {
	font-size: 2.0rem;
	color: #ff8400;
	float: left;
}
.cena span {
	font-size: 1.5rem;
	color: #000;
}
.cena .variant_name {
	font-size: 1.0rem;
	color: #000;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.compare_price {
	display: inline-block;
	color: #b0b0b0;
	font-size: 18px;
	font-weight: 300;
	text-decoration: line-through;
}
.product_amount {
	display: inline-block;
	vertical-align: text-top;
	position: relative;
	padding: 5px 20px 5px 10px;
	border: 1px solid;
	width: 70px;
	font-size: 14px;
	margin-left: 15px;
}
.product_amount span {
	display: block;
	width: 17px;
	height: 17px;
	font-size: 14px;
	position: absolute;
	padding: 3px 5px;
	line-height: 1.0;
	vertical-align: top;
	background: #ff8400;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.product_amount span.plus {
	top: 0;
	right: 0;
}
.product_amount span.minus {
	bottom: 0;
	right: 0;
}
.producer {
	font-size: 0.8em;
	text-align: center;
}
.producer img {
	float: right;
	width: 25px;
	vertical-align: middle;
	margin: 0!important;
}
.sravn {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #e2e5e7;
	color: grey;
	font-weight: 200;
	clear: both;
}
.sravn a {
	color: grey;
	text-decoration: none;
}
.sravn a:hover, .sravn .remove_compare {
	color: #ff8400;
}

.tovar-descr p {
	margin: 0 0 3% 0;
}
.tovar_price .into_cart {
	float: right;
	width: 25%;
}
.tovar_price .into_cart a{
	background: #ff8400;
	text-align: center;
	color: #fff;
	text-decoration: none;
	display: block;
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
	padding: 2% 0;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	padding: 8% 0%;
}
.tovar_price .into_cart a:hover{
	background: #fff;
	color: #ff8400;
}
#brands {
	display: inline-block;
	width: 100%;
}

/* Product */
.nad_tovar img{
	width: 100px;
	float: left;
}
.nad_tovar .otzyv{
	float: left;
	margin: 0% 0 0 0;
}
.nad_tovar p {
	margin: 1% 0 0 0;
}
.nad_tovar .right_action {
	float: right;
	margin: 0 0 0 1%;
	color: grey;
	font-size: 0.8em;
	border-bottom: 1px dotted;
}
.right_action a {
	color: grey;
	text-decoration: none;
}
.right_action a:hover {
	color: #ff8400;
}

.image {
	text-align: center;
}
.images {
	display: flex;
	justify-content: start;
	align-items: center;
	margin: 20px 0;
}
.images_item {
	display: inline-block;
	margin: 0px 7px;
}
.tovar-descr h1 {
	margin: 0 0 3% 0;
	font-size: 2em;
	text-transform: uppercase;
	color: #3d3d3d;
	font-weight: normal;
	background: none;
	text-indent: 0;
	padding: 0;
	font-family: inherit;
}
/*#content {
	overflow: hidden;
	position: relative;
	padding: 10px 20px 10px 20px;
	margin: 20px auto;
	clear: both;
}
*/
.tab-wrapper {
	margin-top: 3%;    
}
.characteristics_tab {
	display: inline-block;
	float: left;
	width: 20%;
	height: 40px;
	background-color: #fff;
	margin-right: 0.5%;
	border: 1px solid #c8cfd2;
	border-bottom: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	line-height: 37px;
	text-align: center;
	margin: 0 auto!important;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	cursor: pointer;
}
.characteristics_tab:hover {
	background: #ff8400;
	text-align: center;
	color: #fff;
}
.characteristics_active_tab {
	background: #ff8400;
	text-align: center;
	color: #fff;
}
.tab-content {
	clear: both;
	width: 100%;
	height: auto;
	position: relative;
	top: 0px;
	padding: 15px 20px 6px 30px;
	border: 1px solid #c8cfd2;
	border-top: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	outline: none;
	z-index: 2;
	margin-bottom: 20px;
}
.tab-content p {
	color: grey;
	font-size: 1em;
	font-weight: 300;
}

.prev_next_links {
	margin: 40px 0 20px 0;
}
.prev_next_links:after {
	content:' ';
	display:block;
	clear:both;
}
.prev_next_links .prev_link, .prev_next_links .next_link {
	color: #3d3d3d;
	text-decoration: underline;
	font-size: 16px;
}
.prev_next_links .prev_link:hover, .prev_next_links .next_link:hover {
	text-decoration: none;
	color: #ff8400;
}
.prev_next_links .prev_link {
	float:left;
	text-align: left;
}
.prev_next_links .next_link {
	float:right;
	text-align:right;
}

.browsed_product {
	padding: 5px 5px;
}
.browsed_product_image {
	width: 72px;
	height: 72px;
	overflow: hidden;
	display: table-cell;
	line-height: 72px;
	text-align: center;
}
.browsed_product_image img {
	max-height: 100%;
}
.browsed_product_name {
	width: calc(100% - 75px);
	display: table-cell;
	vertical-align: middle;
	padding-left: 5px;
}
.browsed_product_title {
	font-family: 'Roboto';
	font-size: 14px;
	color: #3d3d3d;
	line-height: 1.1;
	display: inline;
	border-bottom: 1px solid transparent;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.browsed_product_title:hover {
	border-bottom-color: #3d3d3d;
}

.rating {
	display: inline-block;
}
.rating .rater-starsOff, .rating .rater-starsOn {
	width: 80px;
	display: inline-block;
	background:url(../images/rating.jpg) repeat-x 0 0px;
	height:16px;
}
.rating .rater-starsOn {
	background-position: 0 -16px;
}
/* Product End */

/*Обратный звонок*/
.callback_title {
	display: block;
    border-bottom: solid 3px #106ac2;
    font-weight: 500;
    font-size: 18px;
    
    margin: 0 0 15px;
    color: #000;
	text-align: center;
	padding: 0 0 5px;
}
#callback_form .button {
	display: block;
    margin: 0 auto 3px;
    padding: 9px 25px 8px;
    font-weight: 500;
    font-size: 15px;
}


/* Форма обратной связи */
.forma_bg {
	background: url('../images/forma_bg.jpg') no-repeat 50% 50%;
	padding: 1% 0;
	border-bottom: 4px solid #ff8400;
	background-size: cover;
}
.bottom_form_btn {
	background: #ff8400;
	padding: 6px 12px;
	width: 100%;
	color: #fff;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
	border: 0;
	border-radius: 0;
	text-shadow: none;
	box-shadow: none;
}
.forma_bg .checkbox_agreement {
	color: #fff;
	margin-top: 15px;
}
.forma_bg .checkbox_agreement a {
	color: #ff8400;
	text-decoration: underline;
}
.top_callback {
	margin-bottom: 15px;
	text-align: center;
}
/* Форма обратной связи End */

#footer .footer_menu_title {
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	font-family: exo2;
	font-size: 22px;
	margin: 2% 0;
}
#footer .foot_menu  {
	list-style-type: none;
	text-align: left;
}
#footer .foot_menu li {
	margin: 4% 0;
	text-indent: 15px;
	background: url('../images/right.png') 4% 50% no-repeat;
}
#footer .foot_menu a {
	color: #000;
	font-size: 14px;
}
#footer .foot_menu li a:hover {
	text-decoration: underline;
}
#fz_wrap a{
 text-decoration: underline;
}
#fz_wrap a:hover{
 text-decoration: none;
}

/* @group Корзина */
@media only screen and (max-width : 480px) {
.scroll_purchases {
	overflow-x: scroll;
	padding: 0 10px;
}
}
#purchases {
	width: 100%;
}
#purchases tr{

}
#purchases th{

}
#purchases td {
	padding: 1%;
	border: 1px solid #c8cfd2;
}
#purchases .image{
	width: 72px;
	height: 72px;
	overflow: hidden;
	display: table-cell;
	line-height: 72px;
	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 a {
	font-family: 'Roboto';
	font-size: 14px;
	color: #3d3d3d;
	line-height: 1.1;
	border-bottom: 1px solid transparent;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#purchases .name a:hover {
	border-bottom-color: #3d3d3d;
}
#purchases td.name{
	font-size: 14px;
}
#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: center;
}
#purchases td.price{
	font-size: 14px;
}
#purchases .remove{
	padding-left: 15px;
	text-align: right;
}
#purchases .amount{
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
#purchases .amount select{
	font-size: 12px;
	border: 1px solid #c8cfd2;
	padding: 5px 8px;
}

#purchases .coupon .name{
	font-size:14px;
}
#purchases .coupon .name input.coupon_code{
	width: 200px;
}
#purchases .coupon .name input{
	font-size:16px;
}
#purchases .total_price {
	text-align: right;
	font-size: 18px;
	padding-top: 20px;
}

ul#deliveries{
	margin-bottom: 20px;
	padding: 20px 20px 0 20px;
	list-style: none;
}
ul#deliveries li{
	margin-bottom: 20px;
}
ul#deliveries li div.checkbox{
	float: left;
}
ul#deliveries li h3, ul#deliveries li .description{
	display: block;
	margin-left: 25px;
	font-weight: 200;
}
/* @end */

/* @group Формы */
input[type="text"],
input[type="password"]
{
	width: 100%;
	font-size: 18px;
}
.form {
	max-width: 400px;
	margin-bottom: 20px;
	padding: 10px;
}
.form textarea {
	width:100%;
	height:100px;
	position: relative;
	padding: 5px 15px;
	border: 1px solid #c8cfd2;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}
.form label {
	display:block;
	font-size: 14px;
}
.form input[type="text"]{
	position: relative;
	padding: 5px 15px;
	border: 1px solid #c8cfd2;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
}
.orange_button {
	background: #ff8400;
	border: 1px solid #ff8400;
	text-align: center;
	color: #fff;
	text-decoration: none;
	width: 100%;
	display: block;
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
	padding: 2% 0;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}
.orange_button:hover {
    background: #fff;
    color: #ff8400;
    border: 1px solid #ff8400;
}

/* Кнопка */
/*.button {
	float: left;
	clear: left;
	cursor: pointer; 
}*/

.button {
	background: #ff8400;
	border: 1px solid #ff8400;
	text-align: center;
	color: #fff;
	text-decoration: none;
	width: 100%;
	max-width: 300px;
	display: block;
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 0;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}
.button:hover {
	background: #fff;
	color: #ff8400;
	border: 1px solid #ff8400;
}
.button:active {
	background: #fff;
	color: #ff8400;
	border: 1px solid #ff8400;
}






















	

#blog{
	list-style: none;
}

#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;
}



#search{
	margin-top: 9px;
	margin-bottom: 10px;
	height: 28px;
}
#search .input_search{
	width: 170px;
	height: 20px;
	font-size: 12px;
	border: 1px solid #b0b0b0;
	display: block;
	float: left;
}
#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;	
}
#catalog_menu ul ul {
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#catalog_menu ul li {
	font-size: 16px;
	margin-top: 8px;
}
#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;
}



/* Хлебные крошки */
#path {
	border-bottom: 1px solid #e3e3e3;
}
#path a {
	font-size: 14px;
	color: #000;
	text-decoration: underline;
}
#path a:last-child {
	color :#ff9e16;
	text-decoration: none;
}



/* @end */

#back_forward {
	font-size: 14px;
	margin-bottom: 20px;
	clear: both;
}
#back_forward a.prev_page_link{
	margin-right: 20px;
}
/* @end — Товар подробно*/




/* @group Фильтр по свойствам */
#features {
	background-color: #f0f0f0;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 100%;
}
#features .feature_name{
	padding: 7px;
}
#features .feature_values{
	padding: 7px;
}
#features a {
	padding-right: 6px;
	white-space: nowrap;
}
#features a.selected {
	color: #505050;
	text-decoration: 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: 50px;
	height: 50px;
}
#browsed_products li a{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 50px;
	height: 50px;
}
/* @end — Просмотренные товары */




/* @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, .cart_form .input_captcha{
	float: left;
	width: 150px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	height: 36px;
}
.comment_form .captcha, .cart_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, .register_form .input_captcha{
	float: left;
	width: 150px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	height: 36px;
}
.feedback_form .captcha, .register_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 — Форма отправки комментария */





/* @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 */


.serie-image {
    position: relative;
    float: left;
    width: 200px;
    height: 200px;
}
.serie-image img {
    position: absolute;
    top: 0;
    left: 0;
}
.subcat {
 	display: flow-root;
	position: relative;
}