* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 100%;
	font: inherit;
	border: none;
	vertical-align: baseline
}
:focus {
	outline: none
}
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: none
}

.row-c {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.row-l {
	width: 100%;
	display: flex;
	justify-content: left;
}

.row-r {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: right;
}

.half {
	width: 46%;
}

.half + .half {
	margin: 0 0 0 2%;
}

.column {
	display: flex;
	flex-direction: column;
}

html {
	text-rendering: optimizelegibility;
	font: lighter 16px/22px "Play", sans-serif;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	background-size: 40%;
}

body {

}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #359869;
	line-height: 40px;
	margin: 0 0 30px 0;
	text-align: center;
}

h1 a {
	text-decoration: none;
	color: #000;
}

h2 {
	font-size: 24px;
	font-weight: bolder;
	margin: 0 0 10px 0 ;
}

ul li {
	margin: 0 0 0 30px;
	list-style: square;
}

header {
	margin: 0 0 40px 0;
}

header, footer {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-evenly;
	background: #d1d1d1;
	padding: 10px 0;
	box-shadow: 0 2px 2px #c1c1c1;
}

article {
	background: #fff;
	margin: auto;
	width: 80%;
}

strong {
	font-weight: bold;
}

hr {
	height: 1px;
	width: 100%;
	background: #000;
	margin: 20px 0;
}

.item {

}

.item p+p {
	margin: 15px 0 0 0;
}

@font-face {
	font-family: "Play";
	src: url(../fonts/Play-Regular.ttf); 
}

.logo {
	background: url(../images/logo.png) no-repeat;
	background-size: 100%;
	width: 150px;
	height: 109px;
	margin: 0 10px 0 0;
}

.slogan {
	color: #000;
	font-size: 26px;
	text-shadow: 0 0 5px #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

@keyframes metall {
  50% {
	background: linear-gradient(90deg, rgba(155,158,165,.4) 0%, rgba(172,175,182,0.4) 50%, rgba(77,80,87,0.2) 100%);
	box-shadow: 0 0px 0px -120px #9b9ea5  inset;		   
  }
}

@keyframes background {
  50% {
	background: linear-gradient(90deg, rgba(255,255,255,.6) 0%, rgba(255,214,0,0.6) 50%, rgba(0,212,255,.6) 100%);
	box-shadow: 0 0px 0px -120px #ffd600  inset;
			   
  }
}

.images {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 10px 0 0 0;
}

.images a {
	text-decoration: none;
	color: #000;
	text-align: center;
	padding: 20px;
	box-shadow: 0 0 3px #359869;
	width: 625px;
}

.images a:hover {
	box-shadow: 0 0 20px #359869;
	transition: box-shadow .8s;
}

.image-1 {
	height: 325px;
	background: url(../images/01.png) no-repeat;
	background-size: 100%;
}

.image-2 {
	height: 325px;
	background: url(../images/02.png) no-repeat;
	background-size: 100%;
}

.image-3 {
	height: 325px;
	background: url(../images/03.png) no-repeat;
	background-size: 100%;
}


.contacts {
	display: flex;
	justify-content: center;
	align-items: center;
}

.contacts a {
	text-decoration: none;
	color: #000;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	text-shadow: 0 0 5px #fff;
}

.contacts p {
	color: #000;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
}

p.phone:before {
	width: 16px;
	height: 16px;
	content: "";
	background: url(../images/phone.png);
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}

p.whatsapp:before {
	width: 16px;
	height: 16px;
	content: "";
	background: url(../images/whatsapp.png);
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}

p.mail:before {
	width: 16px;
	height: 16px;
	content: "";
	background: url(../images/mail.png);
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}

p.home:before {
	width: 16px;
	height: 16px;
	content: "";
	background: url(../images/home.png);
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}

.contacts p {
	
}

.contacts p:hover:after,
.contacts p:focus:after {
	width: 100%;
}

.contacts p:after {
	display: block;
	content: "";
	background-color: #000;
	height: 1px;
	width: 0%;
	transition: width .3s ease-in-out;
	transform: translateX(-50%);
	position: relative;
	left: 50%;
}

.about strong {
	font-size: 22px;
	font-weight: bold;
	color: #359869;
}

.about p + p {
	margin: 10px 0 0 0;
}

.factory {
	align-self:stretch;
}

.factory::before {
	content: " ";
	width: 128px;
	height: 133px;
	background: url(../images/factory.png);
	display: inline-block;
}

.abouttxt {
	font-size: 24px;
	font-weight: bold;
	color: #359869;
	box-shadow: 0 1px 0 #359869;
	line-height: 40px;
	margin: 100px 0 0 0;
}

.headtxt {
	font-size: 24px;
	font-weight: bold;
	color: #359869;
	line-height: 40px;
	margin: 20px 0 0 0;
	text-align: center;
}

.about {
	margin: 30px auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	flex-wrap: wrap;
	font-weight: 300;
	font-weight: 300;
	font-size: 20px;
	width: 100%;
}

.about div {
	width: 50%;
	padding: 45px;
}

.about div:nth-child(1):before {
	content: "";
	width: 128px;
	height: 128px;
	background: url(../images/factory.png);
	display: block;
	float: left;
	margin: 0 40px 0 0;
}

.about div:nth-child(2):before {
	content: "";
	width: 128px;
	height: 128px;
	background: url(../images/crane.png);
	display: block;
	float: left;
	margin: 0 40px 0 0;
}

.about div:nth-child(3):before {
	content: "";
	width: 128px;
	height: 128px;
	background: url(../images/wrench.png);
	display: block;
	float: left;
	margin: 0 40px 0 0;
}

.about div:nth-child(4):before {
	content: "";
	width: 128px;
	height: 128px;
	background: url(../images/rocket.png);
	display: block;
	float: left;
	margin: 0 40px 0 0;
}

.about div:nth-child(5):before {
	content: "";
	width: 128px;
	height: 128px;
	background: url(../images/ruble.png);
	display: block;
	float: left;
	margin: 0 40px 0 0;
}

.delivery {
	width: 400px;
	height: 160px;
	background: url(../images/car.png) 100% no-repeat;
	animation: infinite;
	animation-name: slideright;
	animation-duration: 6s;
	animation-timing-function: linear;
	visibility: visible !important;
	margin: 50px 0 0 0;
	overflow-x: hidden;
}

.gallery {
	margin: 30px 0 100px 0;
}

.content-image-1 {
	width: 650px;
	height: 250px;
	display: block;
	background: url(../images/01.png) no-repeat;
	background-size: contain;
	float: right;
}

.content-image-2 {
	width: 650px;
	height: 250px;
	display: block;
	background: url(../images/02.png) no-repeat;
	background-size: contain;
	float: right;
}

.content-image-3 {
	width: 650px;
	height: 250px;
	display: block;
	background: url(../images/03.png) no-repeat;
	background-size: contain;
	float: right;
}

.security {
	width: 300px;
	height: 278px;
	background: url(../../../images/03.png) no-repeat;
}

.village {
	width: 300px;
	height: 238px;
	background: url(../../../images/04.png) no-repeat;
}

.bath {
	width: 300px;
	height: 218px;
	background: url(../../../images/05.png) no-repeat;
}

@keyframes slideright {
	0% {
		transform: translateX(-150%);
	}
	  
	100% {
		transform: translateX(100vw);
	}
}

@media screen and (max-width:600px) {
	.modal {
		max-width: 100%;
	}

	.slogan {
		justify-content: center;
		text-align: center;
		margin: 0 0 10px 0;
	}

	.logo {
		margin: 0 0 10px 0;
	}

	article {
		width: 100%;
	}

	.about div {
		width: auto;
	}

	.about div:nth-child(1):before{
		float: none;
		margin: 0 0 10px 0;
	}

	.about div:nth-child(2):before{
		float: none;
		margin: 0 0 10px 0;
	}

	.about div:nth-child(3):before{
		float: none;
		margin: 0 0 10px 0;
	}

	.about div:nth-child(4):before{
		float: none;
		margin: 0 0 10px 0;
	}

	.about div:nth-child(5):before{
		float: none;
		margin: 0 0 10px 0;
	}

	.images a {
		height: 260px;
		width: 80%;
	}

	.content-image-1, .content-image-2 {
		float: none;
		background-size: contain;
		width: auto;
	}

		.logo {
			background: url(../images/logo-small.png);
			width: 96px;
			height: 70px;
		}

	.content-image-1 {
		width: 250px;
		height: 125px;
		background: url(../../../images/011.png) no-repeat;
	}

	.content-image-2 {
		width: 250px;
		height: 125px;
		background: url(../../../images/022.png) no-repeat;
	}

	.content-image-3 {
		width: 250px;
		height: 125px;
		background: url(../../../images/033.png) no-repeat;
	}

	.images h2 {
		font-size: 18px;
	}

	.images p {
		font-size: 12px;
	}

	
}

@media screen and (max-width:1600px) {
	.images {
		justify-content: center;
	}
}
