﻿html {
	position: relative;
	/* min-height: 100%; */
	background: url('/image/fon.png');
	height: 100%;
}
@font-face { 
	font-family: 'MullerBold';  src: local('MullerBold'), url('../fonts/MullerBold.') format('opentype'); 
	font-family: 'MullerRegular';  src: local('MullerRegular'), url('../fonts/MullerRegular.otf') format('opentype');
}

body {
	height: 100%;
	font-family: "MullerRegular", sans-serif ;  
}
.bg-yellow{
	background: #f1d427;
}
.bg-green{
	background-color: #315337;  
}
.bg-milk{
	background-color: #dccf9a;  
}
.color-yellow{
	color: #f1d427;
}
.color-green{
	color: #315337;  
}
.color-milk{
	color: #dccf9a;  
}
.just-padding{
	padding-top: 50px;
	padding-bottom: 50px;
}
h1{
	text-align: center;
	text-transform: uppercase;
	font-size: 40px;
	margin-bottom: 30px;
	font-weight: bold;
}
h2{
	text-align: center;
	text-transform: uppercase;
	font-size: 36px;
	margin-bottom: 30px;
	font-weight: bold;
}
h3{
	text-align: center;
	text-transform: uppercase;
	font-size: 32px;
	margin-bottom: 30px;
	font-weight: bold;
}
/* шапка  */
.col-logo{
	padding-top: 15px;
	padding-bottom: 15px;
}
.col-name{
	padding-top: 18px;	
}
.name1{
	color: #f2d428;
	font-weight: bold;
	font-size: 24px;
}
.name2{
	color: #dccf9a;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 28px;
	margin-top: 12px;
}
.col-tel{
	padding-top: 15px;
	padding-bottom: 15px;
}
.div-tel a{
	color: #f2d428;
	font-weight: bold;
	font-size: 24px;
	text-decoration: none;
}
.col-sosial-icons-button{
    text-align: center;
}
.nav-sosial-icons{
    display: inline-flex;
    margin-top: 0.5rem;
}
.mobil-sosial{
  display: none;
}
.img-icon{
    width: 30px;
    margin: 0px 10px;
}
/* конец шапка  */

/* заказать звонок */
.btn-success{
	font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  background: #f1d427;
  color: #282828;
}
/* конец заказать звонок */

/* основное описание */
.main-description-text h1{
	text-align: center;
	text-transform: uppercase;
	font-size: 32px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #315337;
}
.main-description-text h2{
	text-align: center;
	text-transform: uppercase;
	font-size: 27px;
	margin-top: 50px;
	margin-bottom: 30px;
	font-weight: bold;
}
.main-description-text p{
	font-size: 22px;
}
.main-description-text ul li{
	font-size: 20px;
  	margin-bottom: 5px;
}
.col-desription-img{
	text-align: center;
}
.col-desription-img img{
	max-height: 550px;
}
/* конец основное описание */

/* прайс */
thead.bg-green th{
	color: #353535;
}
/* конец  прайс */

/* преимущество */
.col-preim{
	text-align: center;
	margin-bottom: 25px;
 	margin-top: 25px;
}
.img-preim img{
	height: 100px;
}
.title-preim p{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
}
/*конец преимущество */
/* галерея */
.thumb img { 
	filter: none; /* IE6-9 */ 
	-webkit-filter: grayscale(0); 
	border-radius:5px; 
	background-color: #fff; 
	border: 1px solid #ddd; 
	padding:5px; 
} 
.thumb img:hover { 
	filter: gray; /* IE6-9 */ 
	-webkit-filter: grayscale(1); 
} 
.thumb { 
	padding:5px; 
}
.col-gal-img{
	text-align: center;
	margin-bottom: 25px;
}
/* конец галерея */



/* футер */
footer .container-fluid{
	border-top: 2px solid #fff;
}
.col-footer-adr{
	color: #fff;
	margin-top: 20px;
}
.footer-address-city{
	color: #fff;
}
.footer-address-street{
	color: #fff;
}
.footer-address-office{
	color: #fff;
}
.footer-phone1{
	margin-top: 21px;
}
.footer-phone1 a{
	color: #fff;
	text-decoration: none;
}
.footer-phone2 a{
	color: #fff;
	text-decoration: none;
}
.div-footer-mail a{
	color: #fff;
	text-decoration: none;
}
.footer-call-back-btn{
    color: #000;
    font-size: 10px;
    line-height: 1.30;
    font-weight: 400;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    border-width: 1px;
    border-radius: 5px;
    background-color: #8a8a8a !important;
    padding: 10px 36px;
    border: 0px;
	margin-top: 10px;
}
.col-footer-menu{
    margin-top: 21px;
}
.col-footer-menu ul li{
    list-style-type: none;
	line-height: 1.2;
	margin-bottom: 10px;
}

.col-footer-menu ul li a{
    color: #fff;
    font-size: 13px;
    line-height: 1.30;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 7px;
	text-decoration: none;
}
.footer-rights{
    border-top: 1px solid #686868;
}
.footer-rights {
    padding-top: 15px;
    padding-bottom: 15px;
}

.p-col-1{
    color: #fff;
    font-size: 12px;
    line-height: 1.10;
    font-weight: 400;
    margin-top: 7px;

}
p.p-col-2{
    text-align: right;
}
.p-col-2 a{
    color: #fff;
    font-size: 12px;
    line-height: 1.10;
    font-weight: 400;
    text-align: right;
    text-decoration: none;
}
/*конец footer */

@media(min-width: 1px) and (max-width: 350px) {
	h2{
		font-size: 28px;
	}
	h3{
		font-size: 22px;
  		margin-bottom: 0px;
	}
	.main-description-text h1 {
		font-size: 26px;
	}
	.main-description-text h2 {
		font-size: 20px;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.main-description-text p {
		font-size: 18px;
	}
	.main-description-text ul li {
		font-size: 18px;		
	}
	.just-padding {
		padding-top: 20px;
		padding-bottom: 20px;
	  }
	.col-logo{
		text-align: center;
		padding-bottom: 0px;
	}
	.col-name{
		text-align: center;
	}
	.col-tel{
		text-align: center;
	}
	.title-preim p {
		font-size: 13px;
	}
	.col-preim {		
		margin-bottom: 5px;
		margin-top: 5px;
	}
	.img-preim img {
		height: 65px;
		margin-bottom: 10px;
	}
	.col-form-name{
		margin-bottom: 15px;
	}
	.col-form-phone{
		margin-bottom: 15px;
	}
	.btn-success{
		width: 100%;
	}
	.col-footer-adr{
		text-align: center;
	}
	.col-footer-phone{
		text-align: center;
	}
	.footer-phone1 {
		margin-top: 10px;
	  }
	.p-col-1{
		text-align: center;
	}
	p.p-col-2 {
		text-align: center;
	  }
	.p-col-2 a{
		text-align: center;
	}
}
@media(min-width: 351px) and (max-width: 576px) {
	h2{
		font-size: 28px;
	}
	h3{
		font-size: 22px;
  		margin-bottom: 0px;
	}
	.main-description-text h1 {
		font-size: 26px;
	}
	.main-description-text h2 {
		font-size: 20px;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.main-description-text p {
		font-size: 18px;
	}
	.main-description-text ul li {
		font-size: 18px;		
	}
	.just-padding {
		padding-top: 20px;
		padding-bottom: 20px;
	  }
	.col-logo{
		text-align: center;
		padding-bottom: 0px;
	}
	.col-name{
		text-align: center;
	}
	.col-tel{
		text-align: center;
	}
	.title-preim p {
		font-size: 13px;
	}
	.col-preim {		
		margin-bottom: 5px;
		margin-top: 5px;
	}
	.img-preim img {
		height: 65px;
		margin-bottom: 10px;
	}
	.col-form-name{
		margin-bottom: 15px;
	}
	.col-form-phone{
		margin-bottom: 15px;
	}
	.btn-success{
		width: 100%;
	}
	.col-footer-adr{
		text-align: center;
	}
	.col-footer-phone{
		text-align: center;
	}
	.footer-phone1 {
		margin-top: 10px;
	  }
	.p-col-1{
		text-align: center;
	}
	p.p-col-2 {
		text-align: center;
	  }
	.p-col-2 a{
		text-align: center;
	}
}
@media (min-width: 577px) and (max-width: 768px) {
	h2{
		font-size: 28px;
	}
	h3{
		font-size: 22px;
  		margin-bottom: 0px;
	}
	.main-description-text h1 {
		font-size: 26px;
	}
	.main-description-text h2 {
		font-size: 20px;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.main-description-text p {
		font-size: 18px;
	}
	.main-description-text ul li {
		font-size: 18px;		
	}
	.just-padding {
		padding-top: 20px;
		padding-bottom: 20px;
	  }
	.col-logo{
		text-align: center;
		padding-bottom: 0px;
	}
	.col-name{
		text-align: center;
	}
	.col-tel{
		text-align: center;
	}
	.title-preim p {
		font-size: 13px;
	}
	.col-preim {		
		margin-bottom: 5px;
		margin-top: 5px;
	}
	.img-preim img {
		height: 65px;
		margin-bottom: 10px;
	}
	.col-form-name{
		margin-bottom: 15px;
	}
	.col-form-phone{
		margin-bottom: 15px;
	}
	.btn-success{
		width: 100%;
	}
	.col-footer-adr{
		text-align: center;
	}
	.col-footer-phone{
		text-align: center;
	}
	.footer-phone1 {
		margin-top: 10px;
		font-size: 15px;
    	margin-top: 10px;
	}
	.p-col-1{
		text-align: center;
	}
	p.p-col-2 {
		text-align: center;
	  }
	.p-col-2 a{
		text-align: center;
	}
	.footer-address-street {
		
		font-size: 12px;
	  }
}
@media (min-width: 769px) and (max-width: 992px) {
	.name1 {
		font-size: 18px;
	}
	.name2 {
		font-size: 19px;
	}
	.div-tel a {
		font-size: 20px;
	}
	.img-icon {
		margin: 0px 3px;
	}
}
@media (min-width: 993px) and (max-width: 1200px){
	.name2 {
		font-size: 24px;
	}
	.btn-success{
		width: 100%;
	}
}

@media (min-width: 1201px) and (max-width: 1400px){
	.col-form-name{
		text-align: right;
	}
	.col-form-phone{
		text-align: center;
	}
	.form-group{
		width: 250px;
  		margin: auto;
		display: inline-block;
	}
	.btn-success{
		width: 250px;
	}
}