header .tops {
	height: 94px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: #888;
	box-sizing: border-box;
}
header .tops .logo{
	width: 181px;
}
header .tops .info {
	flex: 1;
	display: flex;
	flex-direction: column;
}
header .tops .info .address{
	text-align: right;
}
header .tops .contact{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
header .tops .contact .contact-list{
	margin: 10px 0 10px 10px;
}



header .header__container {
	background-color: #0F9773;
}

header .header__navigation {
	background-color: #0F9773;
}

.products p{
	font-weight: bold;
	color: #333;
	padding: 20px 0;
}

.products img {
	width: 100%;
}

.size-full {
	width: 100%;
}
#banner {
    height: 500px;
}
.banner-container .swiper-slide {
	height: 100%;
}
@media (max-width: 726px) {
	#banner {
		height: 300px;
	}
}
.form {
	padding: 40px 0;
}
.form .form-group {
	margin-bottom: 20px;
}

.flex-center {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.products  .list .container .row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.products  .list p{
	color: #666;
	font-size: 14px;
	font-weight: normal;
}
.products  .list img {
	padding: 30px 0;
}
.products  .list:nth-child(2n + 1) {
	background-color: #f5f5f5;
}

.products-list h5{
	color: #999;
	font-weight: normal;
	height: 24px;
	margin-bottom: 10px;
}

@media (max-width: 726px) {
	.products  .list:nth-child(2n) .container .row {
		flex-direction: column-reverse;
	}
	.breadcrumbs {
		padding: 0 15px;
	}
}
