<!DOCTYPE html>
<html>
<head>
	<title>Ремонт</title>
	<link href="favicon.ico" type="image/x-icon" rel="icon">
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet">
	<style type="text/css">
	*, *::before, *::after {
		box-sizing: border-box;
	}

	img,
	a {
		outline: 0;
		border: 0;
	}

	body {
		margin: 0;
		font-family: 'Open Sans', Arial, sans-serif;
	}

	.wrapper {
		max-width: 1024px;
		margin: 0 auto;
		padding: 0 20px 20px;
	}

	.header {
		padding: 15px 0;
		margin-bottom: 25px;
		font-size: 0;
	}
	.header__logo-link,
	.header__logo-image {
		display: inline-block;
	}

	h1 {
		font-size: 24px;
		text-align: center;
		padding: 0;
		margin: 0 0 25px;
		font-weight: 400;
	}

	.banners {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: stretch;
		margin: 0 -5px 40px;
	}

	.banners__col {
		flex-basis: 33.3333%;
		width: 33.3333%;
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
	}

	.banners__link,
	.banners__image {
		display: block;
	}

	.banners__link {
		position: relative;
		margin: 0 5px;
	}
	.banners__link::after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		box-shadow: inset 0 0 0 10px rgba(247, 148, 30, 0.5);
		transition: all .2s ease-in;
		visibility: hidden;
		opacity: 0;
	}

	.banners__link:hover::after {
		visibility: visible;
		opacity: 1;
	}

	.banners__image-wrap {
		display: block;
		overflow: hidden;
	}

	.banners__image {
		width: 100%;
		transition: all 1.5s ease;
	}

	.banners__link:hover .banners__image {
		transform: scale(1.05);
	}

	p {
		font-size: 14px;
		line-height: 1.9;
	}

	@media (max-width: 500px) {
		.header {
			text-align: center;
		}

		.banners__col {
			flex-basis: 100%;
			width: 100%;
			margin-bottom: 20px;
		}
		.banners__col:last-child {
			margin-bottom: 0;
		}
	}
	</style>
	<!--[if lte IE 9]>
	<style>
		.banners {
			overflow: hidden;
		}
		.banners__col {
			float: left;
		}
	</style>
	<![endif]-->
</head>
<body>

<!--noindex-->
<div class="wrapper">
	
	<div class="header">
		
	</div>

	<h1>Ремонт</h1>

	<div class="banners">
		<div class="banners__col">
			
		</div>
		<div class="banners__col">
			
		</div>
		<div class="banners__col">
			
		</div>
	</div>

	<p>
		<b>Межкомнатные двери</b><br>
		ремонт
	</p>

</div>


</body>
</html>