.container{
	
}
*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}

html.js .loader {
	background: none repeat scroll 0 0 #ffffff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
html.js .loader_inner {
	background-image: url("../img/preloader.gif");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
	left: 50%;
	top: 50%;
	position: absolute;
}

body {
	font-family: Arial, sans-serif;
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.5;
	/*font-family: "RobotoRegular", sans-serif;*/
	overflow-x: hidden;
	color:#000;
}
.hidden {
	display: none;
}
/* header */
.nav .small-logo{
	display:none;
}

.is-sticky .nav{
	margin-bottom: 5px;
	background: #FFF;
	width: 100%;
	z-index: 1;
	box-shadow: 0 1px 10px #535353;
	transition:.3s;
}
.is-sticky .nav li a{
	line-height: 16px;
}
.is-sticky .nav .small-logo{
	float: left;
	margin-right: 20px;
	padding: 11px 0;
	display:block;
}

#top_header{
	box-shadow: 0 2px 4px #000;
}
.header{
	padding:10px 0;
	position:relative
}
.center{
	text-align:center;
}
.mr10{margin-right:10px;}
.phones, .phones a{
	font-size: 20px;
	line-height: 30px;
	color:#000;
}
.order{
	background: #E20C17;
	color: #FFF;
	border: none;
	padding: 5px 35px;
}
.order-call, .email{
	text-align:right;
}
.order-call{
	margin-top:10px;
}
.email{
	margin-top: 18px;
}
/* section nav */
.nav ul{
	padding:0;
	margin:0;
	list-style:none;
	display: flex;
    justify-content: space-between;
    height: 60px;
    align-items: center;
    z-index: 9;
}
.nav li{
    text-align: center;
    line-height: 16px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav li a{
	font-size: 14px;
    color: #000;
    font-weight: bold;
    width: 100%;
    text-align: left;
}
.nav li a:hover{
	text-decoration:none;
	border-bottom:1px solid #E20C17;
}
/**/

.nav li ul{ 
    display: none;
    position: absolute;
    left: 0;
    top:60px;
    background:#FFF;
    width: 200px;
    height:auto;
    padding-bottom: 10px;
    border-right: 1px solid #232323;
    border-bottom: 1px solid #232323;
    border-left: 1px solid #232323;
}
.nav li ul li{ 
    width:100%; 
    justify-content: start;
    padding-left: 10px;
}
.nav li ul li a{
    padding: 5px 0;
    display: block;
}

.nav li:hover ul{ display:block; }

/*.nav{
	margin-bottom: 5px;
}

.nav li{
	float:left;
	list-style:none;
	margin-right:40px;
}
.nav li.active a, .nav li.active a:hover{
	border-bottom:3px solid #E20C17;
}
.nav li a{
	font-size:18px;
	color:#000;	
	line-height:48px;
}
.nav li a:hover{
	text-decoration:none;
	border-bottom:1px solid #E20C17;
}*/

/* section slider */
.slider{
	height:348px;
	background:url(../img/main_banner.jpg);
	
}
.slider-content h1{
	font-size: 60px;
	line-height: 60px;
	color: #FFF;
	width: 400px;
	float: left;
	margin-top: 50px;
}
.slider-form{
	width:295px;
	float: right;
	background: #E20C17;
	margin-top: 20px;
	padding-bottom: 10px;
}
.header-form{
	color:#FFF;
	text-align:center;
	font-size:18px;
	line-height:24px;
	padding:10px 0 20px;
}
.slider-form .inputs input{
	width: 235px;
	margin: 0 auto;    
	display: block;
	margin-bottom: 15px;
	padding: 3px 5px;
	
}
form{
	font-size: 18px;
}
input[type=submit]{
	color:#E20C17;
}

/* main-content */
.main-icons{
	text-align:center;
	margin:50px 0;
}
.main-icon{
	display: inline-block;
	text-align: center;
	font-size: 24px;
	line-height: 28px;
	color: #656565;
}
div.main-icon:nth-of-type(2){
	margin: 0 10%;
}
.articles_preview{
	margin-bottom: 40px;
}
.articles_preview .main-image{
	width: 292px;
	float: left;
	margin-right: 30px;
}
.articles_preview .gallery	{
	text-align:left;
}
.gallery a{
	outline-style: none;
}
.articles_preview .gallery a img{
	margin: 0px 5px 5px 5px;
	border-radius: 5px;
}
.articles_preview .gallery img:nth-of-type(5){
	margin-right: 0;
}
.articles_preview_text{
	margin-top: 30px;
}
p.lead, h2{
	font-size:30px;
	color:#6C6C6C;
	margin-bottom: 5px;
}
h3{
	font-size:24px;
	color:#6C6C6C;
	margin: 30px 0
}

/* main red form*/
.main-red-form{
	background: #E20C17;
	padding: 30px;
	color:#FFF;
}
.main-red-form input{
	color: #535353;
	width:250px;
	padding: 3px 5px;
	margin-right:25px;
	margin-bottom: 17px;
}
.main-red-form input:nth-of-type(3){
	width:515px;
	margin-right:0;
}
.main-red-form input[type=submit]{
	float:left;
}
.main-red-form p{
	margin-left:280px;
	line-height: 20px;
	margin-bottom: 0;
}

/*main-text*/
.main_text{
	margin-top: 20px;
}
.main_text p{
	color:#535353;
}

/* main text icon*/
.main_text_icons{
	margin: 30px 0;
	text-align: center;
}
.text-icon-item{
	display: inline-block;
	margin-right: 25px;
}
.text-icon-item:last-child{
	margin-right:0;
}
.text-icon-item img{
	width: 100%;
}
.text-icon-item p{
	text-align:center;
}

/* delivery */
.delivery_icons{
	text-align:center;
	margin: 30px 0;
	
}
.delivery-item-icon{
	display:inline-block;
}
.delivery-item-icon:nth-of-type(2){
	margin:0 65px;
}
.delivery-item-icon img{
	width: 100%;
}
.delivery-item-icon p{
	
}

/* footer */
.footer{
	padding:30px 0;
}
.footer-line{
	height:15px;
	background:#222222;
	border-radius:10px;
	margin-bottom:20px;
}
/* delivery */
.by{
	text-align:center;
	width:47%;
	float:left;
}
.delivery-item{
	color:#color:#535353;;
}
.delivery-item .header{
	font-size:18px;	
}
.delivery-item p{
	
}
.red{
	color:#FF0410;
}
/*pay*/
.pay{
	color:#535353;
	font-size:18px;
	margin-bottom: 45px;
}
.pay-table tr:nth-child(2) td, .pay-table tr:nth-child(4) td{
	padding-bottom:10px;
}
/*contacts*/
.contactPage{
	
}
.leftContacts{
	width:50%;
	float:left;	
}
.leftContacts, .rightContacts{
	margin-top:65px;
}
.left-block{
	width: 350px;
	margin: 0 auto;
}


.leftContacts a, .rightContacts a{
	color:#000;
	font-size:30px;
}
h1, .h1{
	font-size:30px;
	color:#6C6C6C;
	margin-bottom: 5px;
}
.leftContacts .phones, .rightContacts .phones{
	margin-left:50px;
}
.leftContacts img, .rightContacts img{
	float:left;
}

.rightContacts{
	width:50%;
	float:right;
	color:#000;
	font-size:30px;
}
.clear{
	clear:both;
}
.oneel{
	line-height:80px;
}
.oneel img{
	float:none;
	margin-top:0;	
}
.map{
	margin:40px 0;
}
/* article */
.article h1{
	margin-bottom:30px;
}
.article img{
	float:left;
	margin: 0 40px 30px 0;
}
.article p{
	font-size:18px;
	color:#535353;
}
.stars img{
	float:none;
}
p.price{
	font-size:24px;
}
.bold{
	font-weight:bold;
}
/*goods*/
.good-icons{
	
}
.good-icon{
	display: inline-block;
    text-align: center;
    width: 120px;
}
.good-icon:nth-of-type(2){
	margin: 0 50px;
}
.good-icon img{
	margin-bottom:0;
}
.nav-tabs li{
	margin-right:0;
}
.nav-tabs li a{
	line-height:inherit;
}
.nav-tabs li.active a, .nav-tabs li.active a:hover{
	border-bottom:none;
}
.nav-tabs > li{
	margin-bottom:-2px;
}
.nav-tabs li a:hover {    
    border-bottom: none;
}
#myTabContent{
	border: 1px solid #ddd;
    margin-top: -6px;
	padding:10px;
}
/*icons positions*/
.main-icon-img{
	position: relative;
	top:0;
	border-radius: 10px;
	transition-duration:0.2s;
	-webkit-transition-duration:0.2s;
	-moz-transition-duration:0.2s;
	-o-transition-duration:0.2s;
	-ms-transition-duration:0.2s;
	cursor:pointer;
}

.main-icon:hover .main-icon-img, .text-icon-item:hover .main-icon-img, .delivery-item-icon:hover .main-icon-img{	
	top: -10px;
	box-shadow: 0 5px 7px #535353;	
}
/*modal*/

.modal input{
	width: 100%;
	margin-bottom: 10px;
}
.modal-header {    
    background: #72060C;
    color: #FFF;
}
/**/
.mob-nav{
	display:none;
}
.hidden_header{
	display:none;
}
.logo img{ max-width:100%; }
.in-info{
    text-align: center;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin-top: 15px;    
}
.mb50{ margin-bottom: 50px; }
.pl40{ 
    padding-left: 40px; 
}
.pl40 a{
    color:#FFF;
    display: block;
    background: #810000;
    transition: .25s;
    padding:5px 0 5px 10px;
}
.pl40 a:hover{
    text-decoration: none;
    color: #810000;
    background: #FFF;
}