body {
	background-color: #fff;
	font-weight: normal;
	font-size: 16px;
	-webkit-font-smoothing:antialiased;
	-webkit-overflow-scrolling: touch;
	color: #1d1f24;
	font-family: 'Roboto', sans-serif;
	
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	color: #1d1f24;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
p {
	margin: 0 0 5px;
	line-height: 18px;
}
a {
	color: #1d1f24;
	text-decoration: underline;
}
a:hover, a:focus {
	text-decoration: none;
	color: #1d1f24;
}
.bg_line_top {
	background-color: #F6F6F6;
	padding: 0.5% 0;
}
.bg_header {
	padding-top: 1%;
	padding-bottom: 1%;
}


/* на xs */
.navbar_bg {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 0;
	margin-bottom: 0;
	background-color: #020202;
}
/* на sm */
@media (min-width: 768px) {
  .navbar_bg {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 0;
	margin-bottom: 0;
	background-color: transparent;
}
}
/* на md */
@media (min-width: 992px) {
  .navbar_bg {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 0;
	margin-bottom: 0;
	background-color: transparent;
}
}
/* на lg */
@media (min-width: 1200px) {
  .navbar_bg {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 0;
	margin-bottom: 0;
	background-color: transparent;
}
}




.navbar-inverse .nav_custom li a {
	color: #1D1F24;
	text-decoration: none;
	font-size: 21px;
}
.navbar-inverse .nav_custom li a:hover {
	color: #d5100b;
}
.navbar-inverse .nav_custom li a.active {
	color: #d5100b;
}


.navbar-inverse .nav_custom li a {
	color: #fff;
	text-decoration: none;
	font-size: 21px;
}
/* на sm */
@media (min-width: 768px) {
  .navbar-inverse .nav_custom li a {
	color: #1D1F24;
	text-decoration: none;
	font-size: 21px;
}
}
/* на md */
@media (min-width: 992px) {
  .navbar-inverse .nav_custom li a {
	color: #1D1F24;
	text-decoration: none;
	font-size: 21px;
}
}
/* на lg */
@media (min-width: 1200px) {
 .navbar-inverse .nav_custom li a {
	color: #1D1F24;
	text-decoration: none;
	font-size: 21px;
}
}


.body_hor_menu {
	padding-top: 5%;
	padding-bottom: 2%;
}
.search_edit {
	border: 1px #CBCBCB solid;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 2% 5%;
	width: 70%;
	
}
.search_button {
	background-color: #D5100B;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 2% 5%;
	color: #fff;
	text-transform: uppercase;
	border: 1px #D5100B solid;
	float: right;
	width: 30%;
	position: relative;
	left: -40px;
}
.icon_basket {
	position: relative;
	top: 8px;
}
.col_basket {
	position: relative;
	top: 8px;
}
.body_sub_menu {
	/* Legacy browsers */
	background: #020202 url("../upload/image/design/default/gradient-bg-sub.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Internet Explorer */
	*background: #020202;
	background: #020202\0/;
	padding-top: 1%;
	padding-bottom: 1%;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#FF313131, endColorstr=#FF020202);
	}
	@media all and (min-width: 0px) {
		.gradient {
			/* Opera */
			background: #020202 url("../upload/image/design/default/gradient-bg-sub.svg");
			/* Recent browsers */
			background-image: -webkit-gradient(
				linear,
				left top, left bottom,
				from(#313131),
				to(#020202)
			);
			background-image: -webkit-linear-gradient(
				top,
				#313131,
				#020202
			);
			background-image: -moz-linear-gradient(
				top,
				#313131,
				#020202
			);
			background-image: -o-linear-gradient(
				top,
				#313131,
				#020202
			);
			background-image: linear-gradient(
				top,
				#313131,
				#020202
			);
		}
	
}


/* на xs */
.body_sub_menu a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
/* на sm */
@media (min-width: 768px) {
  .body_sub_menu a {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}
}
/* на md */
@media (min-width: 992px) {
  .body_sub_menu a {
	color: #fff;
	font-size: 24px;
	text-decoration: none;
}
}
/* на lg */
@media (min-width: 1200px) {
  .body_sub_menu a {
	color: #fff;
	font-size: 24px;
	text-decoration: none;
}
}

.body_sub_menu img {
	padding-right: 10px;
	position: relative;
	top: -5px;
} 
.item_center_sub {
	background-image: url('../upload/image/design/default/separ_sub.png');
	background-position: left center;
	background-repeat: no-repeat;
	text-align: center;
}
.item_right_sub {
	background-image: url('../upload/image/design/default/separ_sub.png');
	background-position: left center;
	background-repeat: no-repeat;
	text-align: center;
}
.item_left_sub {
	text-align: center;
}
.margin_no {
	padding-left: 0px;
	padding-right: 0px;
}


.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 10%;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000;
  text-align: center;
text-shadow: 1px 1px 2px black
}
/* на sm */
@media (min-width: 768px) {
  .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 30%;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000;
  text-align: center;
text-shadow: 1px 1px 2px black
}
}
/* на md */
@media (min-width: 992px) {
  .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 30%;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000;
  text-align: center;
text-shadow: 1px 1px 2px black
}
}
/* на lg */
@media (min-width: 1200px) {
  .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 30%;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000;
  text-align: center;
text-shadow: 1px 1px 2px black
}
}

.carousel-caption h5 {
	font-size: 14px;
	color: #fff;
text-shadow: 1px 1px 2px black
}
/* на sm */
@media (min-width: 768px) {
  .carousel-caption h5 {
	font-size: 24px;
	color: #fff;
text-shadow: 1px 1px 2px black
}
}
/* на md */
@media (min-width: 992px) {
  .carousel-caption h5 {
	font-size: 20px;
	color: #fff;
text-shadow: 1px 1px 2px black
}
}
/* на lg */
@media (min-width: 1200px) {
  .carousel-caption h5 {
	font-size: 60px;
	color: #fff;
text-shadow: 1px 1px 2px black
}
}
.carousel-caption p a {
	color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 1px #fff solid;
	padding: 1% 5%;
	margin-top: 4%;
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
text-shadow: 1px 1px 2px black
}
.block_service {
	padding-top: 2%;
	padding-bottom: 2%;
}

.title_service {
	font-size: 20px;
	text-align: center;
	padding-left: 5%;
	padding-right: 5%;
	font-weight: 500;
	margin-bottom: 2%;
}
/* на sm */
@media (min-width: 768px) {
  .title_service {
	font-size: 24px;
	text-align: center;
	padding-left: 5%;
	padding-right: 5%;
	font-weight: 500;
	margin-bottom: 2%;
}
}
/* на md */
@media (min-width: 992px) {
  .title_service {
	font-size: 26px;
	text-align: center;
	padding-left: 5%;
	padding-right: 5%;
	font-weight: 500;
	margin-bottom: 2%;
}
}
/* на lg */
@media (min-width: 1200px) {
  .title_service {
	font-size: 40px;
	text-align: center;
	padding-left: 5%;
	padding-right: 5%;
	font-weight: 500;
	margin-bottom: 2%;
}
}
.text_mini_service {
	text-align: center;
	padding-left: 5%;
	padding-right: 5%;
	font-size: 16px;
}
.text_ser {
  position: absolute;
  right: 15%;
  bottom: 0%;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000;
  text-align: left;
  
}
.text_ser a {
	color: #fff;
	text-decoration: none;
}
.block_ser_item {
	margin-bottom:2%;
}
.block_ser_item img {
	width: 100%;
}
.link_service a {
	color: #1D1F24;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 1px #1D1F24 solid;
	padding: 1% 5%;
	margin-top: 1%;
	display: inline-block;
	font-size: 16px;
	text-decoration: none;
	margin-bottom: 2%;
}
.bg_popul {
	background-color: #F8F8F8;
	padding-top: 2%;
	padding-bottom: 2%;
}


.title_popular {
	font-size: 20px;
	margin-right: 15px;
}
/* на sm */
@media (min-width: 768px) {
  .title_popular {
	font-size: 40px;
	margin-right: 15px;
}
}
/* на md */
@media (min-width: 992px) {
  .title_popular {
	font-size: 40px;
	margin-right: 15px;
}
}
/* на lg */
@media (min-width: 1200px) {
  .title_popular {
	font-size: 40px;
	margin-right: 15px;
}
}

.all_cat_link i {
	color:#ca100a;
}
.all_cat_link a {
	color:#ca100a;
	text-decoration: none;
	font-size: 18px;
}
.block_item {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px #D3D3D3 solid;
	background-color: #FFFFFF;
	padding: 10%;
}
.margin_b {
	margin-bottom: 2%;
}
.icon_p {
	text-align: center;
	margin-bottom: 10%;
}
.icon_p img {
	width: 60%;
}
.art_p {
	color: #cacac9;
	margin-bottom: 10%;
	height: 2.6em;
}
.name_p {
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	height: 5.5em;
}
.short_p {
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 10%;
}

.price_p {
	font-weight: bold;
	font-size: 16px;
}
/* на sm */
@media (min-width: 768px) {
  .price_p {
	font-weight: bold;
	font-size: 18px;
}
}
/* на md */
@media (min-width: 992px) {
  .price_p {
	font-weight: bold;
	font-size: 24px;
}
}
/* на lg */
@media (min-width: 1200px) {
  .price_p {
	font-weight: bold;
	font-size: 24px;
}
}

.nal_p {
	font-size: 12px;
	color: #e53a05;
	margin-left: 5px;
}
.basket_p a {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #D5100B;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	padding-top: 3%;
	padding-bottom: 3%;
}
.basket_p a img {
	position: relative;
	top: -2px;
}
.body_price_p {
	margin-bottom: 10%;
}
.title_pr {
	font-size: 40px;
	text-align: center;
	margin-bottom: 5%;
}
.body_pr {
	padding-top: 3%;
	padding-bottom: 2%;
	font-weight: 500;
}
.item_pr {
	text-align: center;
	margin-bottom: 3%;
}
.icon_pr {
	margin-bottom: 5%;
}

.text_pr {
	padding-left: 20%;
	padding-right: 20%;
	line-height: 26px;
	font-size: 12px;
	height: 105px;
}
/* на sm */
@media (min-width: 768px) {
  .text_pr {
	padding-left: 20%;
	padding-right: 20%;
	line-height: 26px;
	font-size: 14px;
	height: 105px;
}
}
/* на md */
@media (min-width: 992px) {
  .text_pr {
	padding-left: 20%;
	padding-right: 20%;
	line-height: 26px;
	font-size: 14px;
	height: 105px;
}
}
/* на lg */
@media (min-width: 1200px) {
  .text_pr {
	padding-left: 20%;
	padding-right: 20%;
	line-height: 26px;
	font-size: 18px;
	height: 105px;
}
}
.title_kl {
	font-size: 40px;
	text-align: center;
	margin-bottom: 5%;
}
.item_kl {
	text-align: center;
}
.item_kl img {
	text-align: center;
}
/* на sm */
@media (min-width: 768px) {
  .item_kl img {
	width: 80%;
}
}
/* на md */
@media (min-width: 992px) {
  .item_kl img {
	width: 60%;
}
}
/* на lg */
@media (min-width: 1200px) {
  .item_kl img {
	width: 50%;
}
}
.link_kl a {
	color: #d5100b;
	font-size: 18px;
	margin-top: 2%;
	display: inline-block;
}
.body_kl {
	padding-top: 1%;
	padding-bottom: 2%;
	font-weight: 500;
}
.title_news_menu {
	font-size: 30px;
	margin-right: 2%;
}
.all_news_link_menu a {
	color: #d5100b;
}
.bg_news_menu {
	background-color: #F8F8F8;
	padding-top: 2%;
	padding-bottom: 3%;
}
.body_title_news {
	margin-bottom: 2%;
}
.name_news_menu {
	font-size: 18px;
	margin-bottom: 3%;
	font-weight: 500;
	font-size: 18px;
height: 45px;
	overflow: hidden;
line-height: 24px;
}
.date_news_menu {
	margin-top: 5%;
	margin-bottom: 5%;
}
.bg_footer {
	background-color: #121216;
	padding-top: 4%;
	padding-bottom: 2%;
}
.text_footer_left {
	color: #e9e7e7;
}
.text_footer_right {
	color: #e9e7e7;
}


.name_cor {
	margin-bottom: 5%;
	font-size: 16px;
	color: #e9e7e7;
	text-transform: uppercase;
	margin-top: 5%;
}
/* на sm */
@media (min-width: 768px) {
  .name_cor {
	margin-bottom: 5%;
	font-size: 16px;
	color: #e9e7e7;
	text-transform: uppercase;
}
}
/* на md */
@media (min-width: 992px) {
  .name_cor {
	margin-bottom: 5%;
	font-size: 16px;
	color: #e9e7e7;
	text-transform: uppercase;
}
}
/* на lg */
@media (min-width: 1200px) {
  .name_cor {
	margin-bottom: 5%;
	font-size: 16px;
	color: #e9e7e7;
	text-transform: uppercase;
}
}


.dev {
	margin-top:5%;
}
.dev a {
	color: #e9e7e7;
	font-size: 13px;
}


.title_menu_footer {
	border-bottom: 1px #E53A05 solid;
	color: #e9e7e7;
	padding-bottom: 5%;
	margin-bottom: 5%;
	margin-top: 5%;
}
/* на sm */
@media (min-width: 768px) {
  .title_menu_footer {
	border-bottom: 1px #E53A05 solid;
	color: #e9e7e7;
	padding-bottom: 5%;
	margin-bottom: 5%;
}
}
/* на md */
@media (min-width: 992px) {
  .title_menu_footer {
	border-bottom: 1px #E53A05 solid;
	color: #e9e7e7;
	padding-bottom: 5%;
	margin-bottom: 5%;
}
}
/* на lg */
@media (min-width: 1200px) {
  .title_menu_footer {
	border-bottom: 1px #E53A05 solid;
	color: #e9e7e7;
	padding-bottom: 5%;
	margin-bottom: 5%;
}
}

.vert_menu_bottom {
	margin: 0;
	padding: 0;
	list-style: none;
}
.vert_menu_bottom li {
	margin-bottom: 1%;
}
.vert_menu_bottom a {
	color: #e9e7e7;
	text-decoration: none;
}
.link_obr {
	margin-top: 5%;
}
.link_obr a {
	color:#e53a05;
}
.text_footer_right p {
	margin-bottom: 10px;
}
.text_footer_right a {
	color:#e53a05;
}
.title_footer_basket {
	margin-top: 10%;
}
.title_footer_basket img {
	position: relative;
	top: -2px;
	margin-right: 10px;
}
.col_basket_footer {
	margin-top: 5px;
	margin-left: 32px;
}
.sum_basket_footer {
	margin-left: 32px;
}
.bg_copy {
	background-color: #000000;
	border-top: 1px #2D2D31 solid;
}
.body_copy {
	text-align: center;
	color: #e9e7e7;
	font-size: 13px;
	padding-top: 1%;
	padding-bottom: 1%;
}
.bg_simple {
	padding-top: 2%;
	padding-bottom: 3%;
	background-color: #F8F8F8;
}
.sub_link_vert_menu {
	background-color: #EDEDED;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 10px;
}
.sub_link_vert_menu a {
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}
.active_link_vert_menu {
	margin-bottom: 15px;
}
.active_link_vert_menu a {
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 15px;
display: inline-block;
}
.vert_menu_body {
	background-color: #EDEDED;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 15px 0;
	margin-bottom: 10px;
}
.vert_menu {
	margin: 0;
	padding: 0;
}
.vert_menu li {
	list-style: none;
	margin: 3% 0;
}
.vert_menu li a {
	text-transform: uppercase;
	font-size: 15px;
	text-decoration: none;
	padding-left: 15px;
	display: inline-block;
}
.vert_menu li a.active_vert {
	color: #d5100b;
	font-weight: bold;
}
.sub_vert_menu {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sub_vert_menu li a {
	text-transform: none;
}
.sub_vert_menu li a.active_sub_vert {
	color: #d5100b;
}
.title_item {
	font-weight: 500;
	font-size: 40px;
	margin-top: 0;
}
.short_about_item {
	font-size: 24px;
}
.img_item {
	background-color: #FFFFFF;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 25px 15px;
	text-align: center;
}
.margin_top {
	margin-top: 2%;
}
.vnal {
	color: #7dc126;
	margin-left: 5%;
}
.about_item p {
	font-size: 16px;
	line-height: 28px;
}
.title_har {
	text-transform: uppercase;
	font-weight: 500;
	margin-top:5%;
	margin-bottom:5%;	
}
.body_har p {
	margin-bottom: 2%;
}
.button_basket {
	width: 50%;
}
.button_basket img {
	margin-right: 10%;
}
.button_basket p.basket_p a {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #D5100B;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	padding-top: 5%;
	padding-bottom: 5%;
	margin-top: 10%;
}
.title_popular_item {
	font-size: 30px;
	font-weight: 500;
	margin-top: 5%;
	margin-bottom: 2%;
}
.list_one {
	margin-bottom: 2%;
}
.list_news_one {
	margin-bottom:5%;
}
/* на xs */
.phone_header {
  text-align: center;
}
/* на sm */
@media (min-width: 768px) {
  .phone_header {
    text-align: center;
  }
}
/* на md */
@media (min-width: 992px) {
  .phone_header {
    text-align: center;
  }
}
/* на lg */
@media (min-width: 1200px) {
  .phone_header{
    text-align: left;
  }
}

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

/* на xs */
.email_header {
  text-align: center;
}
/* на sm */
@media (min-width: 768px) {
  .email_header {
    text-align: center;
  }
}
/* на md */
@media (min-width: 992px) {
  .email_header {
    text-align: center;
  }
}
/* на lg */
@media (min-width: 1200px) {
  .email_header {
    text-align: right;
  }
}
.logo img {
	width: 20%;
	margin-bottom: 2%;
	margin-top: 2%;
}
/* на xs */
.logo{
  text-align: center;
}
/* на sm */
@media (min-width: 768px) {
  .logo {
    text-align: center;
  }
  .logo img {
    width: auto;
  }
}
/* на md */
@media (min-width: 992px) {
  .logo {
    text-align: center;
  }
}
/* на lg */
@media (min-width: 1200px) {
  .logo {
    text-align: left;
  }
  .logo img {
    width: auto;
  }
}

/* на xs */
body {
  font-size: 14px;
}
/* на sm */
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
/* на md */
@media (min-width: 992px) {
  html {
    font-size: 18px;
  }
}
/* на lg */
@media (min-width: 1200px) {
  html {
    font-size: 20px;
  }
}
.item_p {
	margin-bottom: 2%;
}
.news_short_list {
	height: 90px;
	overflow: hidden;
}

#livesearch{
	background-color: #fff;
	position:absolute;
	z-index: 20;
	color:#D5100B;
	left: 0;
	width: 320px;
}
@media (min-width: 425px)
{
	#livesearch{
		left: 1em;
		width: 25em;

	}
}
@media (min-width: 768px)
{
	#livesearch{
		left: 1em;
		width: 25em;
	}
}
@media (min-width: 992px)
{
	#livesearch{
		left: 1em;
		width: 33em;
	}
}
@media (min-width: 1200px)
{
	#livesearch{
		left: 2em;
		width: 39em;
	}
}
