body {
	font-family: 'Montserrat', sans-serif;
}
body{overflow-x: hidden;}

#topline {
	background-color: #e1e1e1;
}

.slogan,
.phone {
		font-weight: bold;
}

.slogan span {
	color: #c56e21; 
}


.underline {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}

.underline a {
	color: #000;
}

.callback {
	color: #c56e21;
	text-decoration: underline;
	cursor: pointer;
}

#menu {
	background-color: #c56e21;
}

#menu .nav-link {
	color: #fff;
	text-transform: uppercase;
}



.production {
	background-color: #111010;
	color: #fff;
    padding-top: 16px;
    padding-bottom: 12px;
	text-transform: uppercase;
}

.bordred {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.bordred a {
	color: #000;
	padding-bottom: 2px;
}

.bordred a:hover {
	text-decoration: none;
}

.icon-menu {
	max-width: 30px;
	padding-right: 8px;
}

.w-20 {
  	-webkit-box-flex: 0;
	-ms-flex: 0 0 20% !important;
	flex: 0 0 20% !important;
	max-width: 20%;
	padding-left: 15px;
	padding-right: 15px;
}

.dops {
	color: #c56e21 !important;
	text-decoration: underline;
}

.grecaptcha-badge {
	display: none;
}

.main {
	margin-top: 1rem;
	background-image: url(/i/main.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 555px;
}

#main-promo {
	background-color: #ededed;
	min-height: 500px;
}

#consult {
	background-image: url(/i/consult.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 400px;
}

#footer {
	background-image: url(/i/footer.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 350px;
	color: #fff;
}

.mxw {max-width: 263px; width: 100%:}

.promoName {
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 2rem;
}

.footertitle {
	color: #c56e21;
	text-transform: uppercase;
	font-weight: bold;
}

.flink a {
	color: #fff;
}

.flink a:hover {
	color: #fff;
}

.showallcatalog {
	background-image: url(/i/showallcatalog.png);
	height: 53px;
	width: 303px;
	background-position: center top;
	background-repeat: no-repeat;
	color: #fff;
	text-transform: uppercase;
	padding-top: 0.9rem;
}

.frontform {
	border-radius: 10px;
	min-height: 200px;
	background-image: url(/i/fr.png);
}

.frontform_name {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 1.3rem;
	padding-top: 1.5rem;
}

.showallcatalog:hover {
	color: #fff;
}

.button {
	background-image: url(/i/button.png);
	background-position: center top;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}

.button:hover {
	color: #fff;	
}

.breadcrumb {
	background: transparent;
	color: #000;
	font-size: 0.9rem;
}

.breadcrumb-item,
.breadcrumb .active {
	color: #000;
}

.breadcrumb-item a {
	color: #000;
}

.breadcrumb-item+.breadcrumb-item::before {
	color: #000;	
}

.customfooter {
	min-height: 323px;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(/i/footerfoneform.png);
}

.customfooter_title {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1rem;
	padding-left: 180px;
	padding-top: 15px;
}

.customfooter_noty {
	color: #fff;
	font-size: 0.8rem;
	padding-left: 180px;
	padding-right: 20px;
}

.table th {
	background-color: #e6cbb3;
}

.myh2 {
	text-transform: uppercase;
	font-size: 1.7rem;
}

.contact-form {
	background-color: #ededed;
	padding-top: 2rem;
}

.bg_block {
	background-color: #ededed;
	padding: 1.5rem;
}

.gallery {
	margin-bottom: 2rem;
}

.prod-border {
	border: 1px solid #ededed;
	padding-top: 2rem;
}

#main-promo a {
	color: #000;
}

blockquote {
	background: rgb(204,204,204);
	background: radial-gradient(circle, rgba(204,204,204,1) 0%, rgba(238,238,238,1) 100%);
	padding: 1.2rem;
	border-bottom: 1px solid #ccc;
	border-radius: 25px;
}

@media (max-width: 991px) {
	.w-20 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 25% !important;
	    flex: 0 0 25% !important;
	    max-width: 25%;
	    padding-left: 15px;
	    padding-right: 15px;
	}	
}

@media (max-width: 767px) {
	.w-20 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 33% !important;
	    flex: 0 0 33% !important;
	    max-width: 33%;
	    padding-left: 15px;
	    padding-right: 15px;
	}	
	
	.customfooter_title {
		padding-left: 0px;
	}
	
	.customfooter_noty {
		padding-left: 0px;
	}
	
	.customfooter {
		background-image: none;
	}
	
}

@media (max-width: 570px) {
	.w-20 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 50% !important;
	    flex: 0 0 50% !important;
	    max-width: 50%;
	    font-size: 12px;
	    text-align: center;
	}
	.w-20 .phone {
		display: block;
	}
	.w-20 img {display: none;}
	
	.mxw {max-width: 150px; width: 100%:}
	
	.customfooter_title {
		padding-left: 0px;
	}
	
	.customfooter_noty {
		padding-left: 0px;
	}
	
	.customfooter {
		background-image: none;
	}
	.slogan {
		display: none;
	}
}

@media (max-width: 320px) {
	.w-20 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 50% !important;
	    flex: 0 0 50% !important;
	    max-width: 50%;
	    font-size: 12px;
	    text-align: center;
	    padding-left: 0px !important;
	    padding-right: 0px !important;
	}
	.w-20 .phone {
		display: block;
	}
	.w-20 img {display: none;}
	
	.mxw {max-width: 150px; width: 100%:}
	
	.customfooter_title {
		padding-left: 0px;
	}
	
	.customfooter_noty {
		padding-left: 0px;
	}
	
	.customfooter {
		background-image: none;
	}
	.slogan {
		display: none;
	}
	.social-top {
		display: none;
	}
	.mains img {
		width: 100% !important;
		height: auto !important;
	}
	.mains table {
		width: 100% !important;
	}
}

