body{
	margin-top: 50px;
	font-family: 'Ubuntu', sans-serif;
}

header {
	margin-bottom: 35px;
	background-image: url(../img/4.png);
	 background-position: center center;
	  background-repeat: no-repeat;
	  background-attachment: scroll;
	  background-size: cover;

}
section {
	margin-top: 35px;
	margin-bottom: 35px;
	padding-top: 35px;
	padding-bottom: 35px;
}

footer {
	margin-top: 35px;

	padding-top: 35px;
	padding-bottom: 35px;
}

#video{
	background-image: url(../img/3.jpg);
	 background-position: center center;
	  background-repeat: no-repeat;
	  background-attachment: scroll;
	  background-size: cover;
	  color: white;
	  font-size: 1.7em;
}

#use{
	background-image: url(../img/1.jpg);
	 background-position: center center;
	  background-repeat: no-repeat;
	  background-attachment: scroll;
	  background-size: cover;

	  font-size: 1.7em;
}
#use .panel {

    background-color: #ffffff85;
}

.uppercase {
	text-transform: uppercase;
}
.phone-header {
	color: red !important;

}

.red {
	color: red;
}

.background_grey {
	background-color: #b3bdeb;
}

.phone-header:hover{
	color: blue !important;
	text-transform: underline !important;
}

.old_price {
	font-size: 24px;
}
.new_price
{
	font-size: 35px;
}

.discount {
	font-size: 18px;
	color: yellow;
}
.btn-order{
	margin-top: 50px;
}

.btn-order-bottom{
	margin-bottom: 50px;
}
.review_title{
	margin-top: 15px;
	margin-bottom: 25px;
}
