.main-page-butterfly-1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 49px;
	height: 53px;
	background: url('images/butterfly-1.png');
}
.main-page-services {
	position: relative;
	height: 281px;
	padding-left: 24px;
	margin-top: 20px;
}
.main-page-services-title {
	position: absolute;
	left: 30px;
	top: -40px;
	color: white;
	text-transform: uppercase;
	font-size: 14px;
}
.main-page-services-item {
	position: relative;
	float: left;
	width: 137px;
	height: 279px;
	margin-right: 32px;
	box-shadow: 0 0 10px #ffffff;
}
.main-page-services-item:last-child {
	margin-right: 0 !important;
}
.main-page-services-item-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 137px;
	height: 279px;
}
.main-page-services-item-image-active {
	position: absolute;
	left: 0;
	top: 0;
	width: 137px;
	height: 279px;
	opacity: 0;
	transition: all 0.3s ease;
}
.main-page-services-item-image-1 {
	background: url('images/services-image-1.jpg');
}
.main-page-services-item-image-1-active {
	background: url('images/services-image-1-active.jpg');
}
.main-page-services-item-image-2 {
	background: url('images/services-image-2.jpg');
}
.main-page-services-item-image-2-active {
	background: url('images/services-image-2-active.jpg');
}
.main-page-services-item-image-3 {
	background: url('images/services-image-3.jpg');
}
.main-page-services-item-image-3-active {
	background: url('images/services-image-3-active.jpg');
}
.main-page-services-item-image-4 {
	background: url('images/services-image-4.jpg');
}
.main-page-services-item-image-4-active {
	background: url('images/services-image-4-active.jpg');
}
.main-page-services-item-image-5 {
	background: url('images/services-image-5.jpg');
}
.main-page-services-item-image-5-active {
	background: url('images/services-image-5-active.jpg');
}
.main-page-services-item-name {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(58, 58, 58, 0.5);
	color: white;
	padding: 0 4px;
	height: 40px;
	transition: all 0.3s ease;
}
.main-page-services-item:hover .main-page-services-item-image-active {
	opacity: 1;
}
.main-page-services-item:hover  .main-page-services-item-name {
	background: rgba(0, 0, 0, 0.8);
}
.main-page-services-item-name table {
	width: 100%;
	height: 100%
}
.main-page-services-item-name td {
	text-align: center;
	vertical-align: center;
}
.main-page-services-item  a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.main-page-brands {
	margin: 31px 18px 0 18px;
	height: 96px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
.main-page-brands-image {
	display: block;
	width: 824px;
	height: 94px;
	background: url('images/brands.png');
}
.main-page-welcome-block {
	position: relative;
	height: 368px;
}
.main-page-welcome-block-title {
	padding: 10px 0 0 0;
	color: white;
	font: normal 20px 'Corsiva';
	text-align: center;
}
.main-page-welcome-block-image {
	position: absolute;
	left: 80px;
	top: 70px;
	width: 351px;
	height: 246px;
	background: url('images/welcome-image.png');
}
.main-page-welcome-block-text {
	position: absolute;
	left: 463px;
	top: 92px;
	right: 18px;
	bottom: 0;
	color: white;
	font: normal 19px 'Corsiva';
	line-height: 21px;
}
.main-page-decoration-1 {
	position: absolute;
	right: -18px;
	top: 72px;
	width: 287px;
	height: 280px;
	background: url('images/decoration-1.png');
}
.main-page-welcome-block-butterfly {
	position: absolute;
	right: 125px;
	top: 40px;
	width: 58px;
	height: 41px;
	background: url('images/butterfly-2.png');
}
.main-page-welcome-block-decoration-1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 107px;
	height: 97px;
	background: url('images/decoration-2.png');
}
.main-page-welcome-block-decoration-2 {
	position: absolute;
	right: 0;
	top: 0;
	width: 107px;
	height: 97px;
	background: url('images/decoration-3.png');
}
.main-page-welcome-block-decoration-3{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 107px;
	height: 97px;
	background: url('images/decoration-4.png');
}
.main-page-welcome-block-decoration-4 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 107px;
	height: 97px;
	background: url('images/decoration-5.png');
}