@font-face{
	font-family: 'Open Sans';
	src: url('../fonts/Bebas_Neue_Cyrillic.ttf');
	font-weight: normal;
	font-style: normal;
}
body{
	font-family: 'Open Sans', cursive;
}
.plus{
	font-family: Roboto;
	font-size: 16px;
}
.number{
	display: inline-block;
}
.header{
	background-color: #719faa;
	width: auto;
	display: flex;
	flex-direction: column;
	max-width: 990px;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	flex-wrap: wrap;
}
.site-name{
	color: #ffffff;
	padding-top: 20px;
	font-size: 36px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.mail-button{
	border-radius: 50%;
	background-color: #719faa;
	border: none;
	cursor: pointer;
}
.viber-button{
	border-radius: 50%;
	background-color: #719faa;
	border: none;
	cursor: pointer;
}
.mail-logo{
	border-radius: 50%;
	height: 15px;
	width: 15px;
	background-color: #fff;
}
.viber-logo{
	border-radius: 50%;
	height: 15px;
	width: 15px;
	background-color: #fff;
}
.contact{
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
	
}
.call-button{
	border-radius: 50%;
	background-color: #719faa;
	border: none;
	cursor: pointer;
}
.call-logo{
	height: 15px;
	width: 15px;
	background-color: #fff;
	border-radius: 50%;
}	
.call-link{
	text-decoration: none;
	display: flex;
	align-items: start;
	font-size: 16px;
	color: #fff;
	margin-left: 20px;
	margin-bottom: 5px;
}
.mail-link{
	text-decoration: none;
	display: flex;
	align-items: start;
	font-size: 16px;
	color: #fff;
	margin-left: 20px;
	margin-bottom: 20px;
}
.viber-link{
	text-decoration: none;
	display: flex;
	align-items: start;
	font-size: 16px;
	color: #fff;
	margin-left: 20px;
	margin-bottom: 5px;
}
.description{
	display: flex;
	flex-direction: column;
}
.products-catalog{
	margin-top: 20px;
	text-align: center;
	font-size: 30px;
    font-weight: 300;
	color: #000;
	opacity: 1;
}
.product-cards{
	margin-top: 20px;
	display: flex;
	justify-content: space-around;
	margin-right: auto;
	margin-left: auto;
	max-width: 990px;
	flex-wrap: wrap;
}
.card{
	display: flex;
	flex-direction: column;
	flex-basis: 25%;
	border: 1px solid #cccccc;
	margin-bottom: 30px;
    font-weight: 300;
	color: #000;
	opacity: 1;
}
video {
	width: 300px;
	height: 250px;
	object-fit: cover;
}
.product-link{
	text-decoration: none;
    font-weight: 400;
	color: #000;
	opacity: 1;
}
.product-name{
	margin-top: 7px;
	text-align: center;
}
.price{
	display: inline-block;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}
.price-old{
	margin-right: 10px;
	margin-bottom: 10px;
	text-decoration: line-through;
}
.price-new{
	color:red;
}
.payment{
	max-width: 990px;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #cccccc;
}
.delivery{
	max-width: 990px;
	margin-bottom: 0;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.about-us{
	text-align: center;
	background-color: #719faa;
	color:#ffffff;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	max-width: 990px;
	margin-left: auto;
	margin-right: auto;
}
.politics{
	color: #ffffff;
}