body {
	font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  background: none repeat scroll 0 0 #ffffff;
  color: #353535;
	padding-top: 20px;
	
}

.link-top {
	color: #222;
}

.link-top:hover {
	color: #0097CC;
	text-decoration: none;
}

.s-title {
	font-size: 30px;
	font-weight: 400;
}

.s-title2 {
	font-size: 25px;
	font-weight: 400;
}

.s-title3 {
	font-size: 14px;
	font-weight: 400;
}

.btn-primary {
	
	background:#FFA500; 
	 border-radius:0px;
	 box-shadow:none;
  border:none;
	border: none;
	transition:background-color 0.25s;
}

.btn-primary:hover {
	background:#FFB510;
  transition:background-color 0.25s;
}

.btn-primary:active {
	background:#FFB510;
  transition:background-color 0.25s;
}

.icon-top {
	color: #013E7F;
}

.modal-header {
	background-color: #0097CC;
	color: #fff;
}

.modal-title-main {
	font-size: 22px;
	font-weight: 600;
}

.form-control {
	border: 1px solid #D9D9D9;
	background: #f7f9fc;
    border-bottom: 1px solid #dfe7f1;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    color: inherit;
    text-indent: 6px;
    height: 40px;
}

.form-group-lg .form-control {
		border-radius: 0px;
}

.form-control:active {
	border: 1px solid #0097CC;
}

/* БЛОК ПРОДУКТЫ */

.section-products {
	margin-top: 80px;
	margin-bottom: 30px;
}

.section-products-title1 {
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 40px;
	font-weight: 600;
}

.section-products-title2 {
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 25px;
	font-weight: 400;
}

.s-product-name {
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 400;
}

.product-block {
	margin-top: 10px;
	margin-bottom: 15px;
}

/* БЛОК О НАС */

.section-about {
	margin-top: 80px;
	margin-bottom: 80px;
}

.section-about-2 {
	margin-top: 80px;
}