body {
	background-color:#F7FCFF;
	font-weight: normal;
	font-size: 16px;
	-webkit-font-smoothing:antialiased;
	-webkit-overflow-scrolling: touch;
	color: #1a1a1b;
	font-family: 'Roboto', sans-serif;
	
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	color: #1a1a1b;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
p {
	margin: 0 0 8px;
	line-height: 20px;
}
a {
	color: #1a1a1b;
	text-decoration: underline;
}
a:hover, a:focus {
	text-decoration: none;
}
.bg_main {
	background-image:url('../upload/image/design/default/bg_body.jpg');
	background-position:center top;
	background-repeat:no-repeat;
}
#header {
	padding-top: 1%;
	padding-bottom: 1%;
}

.title_header {
	margin-top: 4.5%;
	color: #69a2c7;
	font-weight: 600;
	padding-left: 4%;
	font-size: 15px;
}
/* на sm */
@media (min-width: 768px) {
  .title_header {
	margin-top: 2%;
	color: #69a2c7;
	font-weight: 600;
	padding-left: 4%;
	font-size: 15px;
}
}
/* на md */
@media (min-width: 992px) {
  .title_header {
	margin-top: 3.5%;
	color: #69a2c7;
	font-weight: 600;
	padding-left: 4%;
	font-size: 15px;
}
}
/* на lg */
@media (min-width: 1200px) {
  .title_header {
	margin-top: 4.5%;
	color: #69a2c7;
	font-weight: 600;
	padding-left: 4%;
	font-size: 15px;
}
}

.title_header span {
	color: #035395
}
.logo {
	text-align: center;
}

.logo img {
	width: 50%;
}
/* на sm */
@media (min-width: 768px) {
  .logo img {
	width: 50%;
}
}
/* на md */
@media (min-width: 992px) {
  .logo img {
	width: 100%;
}
}
/* на lg */
@media (min-width: 1200px) {
  .logo img {
	width: 100%;
	}
}



.phone_header {
    font-size: 24px;
    font-weight: 100;
}


.header_right {
	text-align: center;
}
/* на sm */
@media (min-width: 768px) {
  .header_right {
	text-align: center;
}
}
/* на md */
@media (min-width: 992px) {
  .header_right {
	text-align: right;
}
}
/* на lg */
@media (min-width: 1200px) {
  .header_right {
	text-align: right;
}
}

.zvon a {
	color: #289110;
}
.basket img {
	position: relative;
	top: -1px;
	margin-right: 1%;
}
.header_right p {
	margin-bottom: 3%;
}
.navbar_bg {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 0;
	margin-bottom: 0;
	background-image: url('../upload/image/design/default/bg_hor_menu.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.navbar-inverse .nav_custom li a {
	color: #fff;
	text-decoration: none;
}
.navbar-inverse .nav_custom li a:hover {
	background-color: #339AC5;
}
.navbar-inverse .nav_custom li a.active {
	background-color: #339AC5;
}
.body_form {
	padding-top: 5%;
	padding-bottom: 5%;
	display: inline-block;
	padding-left: 1.5%;
}
.body_form input {
	width: auto;
	height:32px;
	border:1px #C4C4C4 solid;
	padding:5px 5px 5px 15px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-right:0;
	outline:0;
	float:left;
}
.body_form input[type=submit] {
	width:35px;
	height:32px;
	background-image:url('../upload/image/design/default/icon_search.jpg');
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color:#FFFFFF;
	border-left:0;
}
.body_vert_menu {
	background-color:white;
}
.title_vert_menu {
	background-image:url('../upload/image/design/default/title_bg_vert.jpg');
	background-position:center center;
	background-repeat:no-repeat;
	background-size: cover;
	height:53px;
	font-size:24px;
	text-align:center;
	line-height:53px;
	color:white;
	font-weight:100;
}
.vert_menu {
	padding:20px;
	margin:0;
}
.vert_menu li {
	list-style:none;
	margin:10px 0;
}
.vert_menu li a {
	text-decoration:none;
	font-weight:500;
}
.vert_menu_sub {
	padding-left:20px;
}
.vert_menu_sub li a {
	font-weight:100;
}
.wht:link, .wht:visited {
	color:#1c6292;
}
.body_vk {
	margin-top:15px;
}
.body_vk img {
	width: 100%;
	padding-bottom: 5%;
}
.slider_body {
	padding-top: 1.6%;
	padding-bottom: 2%;
}
.slider_body img {
	width: 100%;
}

.name_cat_list {
	font-size: 18px;
	padding-left: 5%;
}
/* на sm */
@media (min-width: 768px) {
  .name_cat_list {
	font-size: 18px;
	padding-left: 0
}
}
/* на md */
@media (min-width: 992px) {
  .name_cat_list {
	font-size: 20px;
	padding-left: 0
}
}
/* на lg */
@media (min-width: 1200px) {
  .name_cat_list {
	font-size: 24px;
	padding-left: 0
}
}



.body_list_item {
	background-color: #fff;
	padding: 5% 2%;
	margin-bottom: 2%;
}
.name_list_item {
	font-size: 14px;
	padding-top: 2%;
	padding-bottom: 2%;
	height: 70px;
	overflow: hidden;
}
.price_list_item {
	color: #949494;
	font-size: 24px;
}
.more_list_item {
	
}
.basket_list_item {
	padding-left: 10%
}
.basket_list_item a {
	color: #B73D07;
	white-space: nowrap;
}


.img_list_item img {
	width: 30%;
}
/* на sm */
@media (min-width: 768px) {
  .img_list_item img {
	width: 50%;
}
}
/* на md */
@media (min-width: 992px) {
  .img_list_item img {
	width: 50%;
}
}
/* на lg */
@media (min-width: 1200px) {
  .img_list_item img {
	width: 50%;
}
}

.body_line_cat {
	padding-top: 4%;
	padding-bottom: 2%;
}
.bg_gray {
	background-color: #E5E5E5;
	padding-top: 1%;
	padding-bottom: 1%;
}
.copy {
	font-size: 14px;
}
.text_bottom {
	font-size: 12px;
	padding-top: 1%;
	padding-bottom: 1%;
}
.body_dev {
	font-size: 14px;
}
#homepage_content {
	padding-left: 2%;
	padding-right: 2%;
}
.img_item img {
	width: 100%;
}
.price {
	font-size: 24px;
	font-weight: bold;
}
.b_basket {
	float: right; 
}
.b_basket a {
	color: #B73D07;
}
.red {
	color: red;
	font-weight: bold;
}
.news_img img {
	width: 100%;
}
.news_name {
	padding-top: 2%;
	padding-bottom: 2%;
	font-size: 24px;
}
.news_text {
	padding-top: 2%;
	padding-bottom: 2%;
}
.basket_item img {
	position: relative;
	top: -2px;
}

