@font-face {
	font-family: 'Century Gothic Regular';
	src: url('../fonts/CenturyGothic.eot');
	src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
	url('../fonts/CenturyGothic.woff') format('woff'),
	url('../fonts/CenturyGothic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Century Gothic Bold';
	src: url('../fonts/CenturyGothic-Bold.eot');
	src: url('../fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/CenturyGothic-Bold.woff') format('woff'),
	url('../fonts/CenturyGothic-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
strong {
	font-family: 'Century Gothic Bold', sans-serif;
}
body {
	font-size: 16px;
	color: #000;
	font-family: 'Century Gothic Regular', sans-serif;
	line-height: 1.4em;
}
header {
	padding: 30px 0 20px 0;
	height: 150px;
	background: #fff;
}
.logo-area {
	border-right: 1px solid #000;
	padding-right: 30px;
	width: 100%;
}
.top-phone {
	font-weight: bold;
	font-size: 30px;
	color: #000;
	position: relative;
}
.top-phone:hover,
.top-phone:focus {
	text-decoration: none;
	color: #000;
}
.top-slogan {
	font-size: 28px;
	line-height: 1.0em;
}
.green-text {
	color: #3a8611;
}
section.slogan {
	padding-top: 90px;
	background: url('../img/bg_main.jpg') no-repeat center top;
	min-height: 1000px;
}
section.slogan h1 {
	font-size: 36px;
	margin-bottom: 100px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
section.slogan p {
	font-size: 26px;
	margin-bottom: 50px;
	line-height: 1.4em;
	color: #fff;
}
section.slogan .img-area {
	height: 140px;
	overflow: hidden;
	margin-bottom: 25px;
}
.btn-feedback {
	padding: 20px 70px;
	font-size: 34px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	border-radius: 30px;
    background-image: -moz-linear-gradient( -90deg, rgb(66,157,18) 0%, rgb(41,105,7) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(66,157,18) 0%, rgb(41,105,7) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(66,157,18) 0%, rgb(41,105,7) 100%);
    overflow: hidden;
    position: relative;
    border: none;
}
.btn-feedback:hover {
	color: #fff;
	text-decoration: none;
}

.btn-feedback:before {
	content: '';
	position: absolute;
	display: block;
	bottom: -2px;
	right: -6px;
	background: url('../img/button_before_big.png') no-repeat;
	width: 89px;
	height: 99px;

}
.btn-feedback:after {
	content: "";
    margin-left: 60px;
    width: 30px;
    height: 300px;
    background: #fff;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    position: absolute;
    left: -40px;
    top: -50px;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@-webkit-keyframes slideme { 0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; } }

@keyframes slideme { 0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; } }

section.products {
	margin-top: -100px;
	padding-bottom: 25px;
}
section.products p {
	font-size: 40px;
	margin-bottom: 50px;
	line-height: 1.3em;
}
section.products .btn-feedback:before {
	display: none;
}
.email:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url('../img/email_icon.png') no-repeat;
	width: 65px;
	height: 43px;
}
.bottom-contacts {
	font-size: 24px;
	line-height: 1.3em;
}
footer {
	padding: 60px 0 10px 0;
	background: #020000;
	color: #fff;
	font-size: 24px;
}
footer a {
	position: relative;
	display: block;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.bottom-contacts a {
    color: #000 !important;
}
footer a:hover {
	color: #fff;
}
@media all and (max-width: 991px) {
	.logo-area {
		margin-bottom: 20px;
		border-right: 0;
	}
	.top-slogan {
		line-height: 1.3em;
	}
	header {
		height: 260px;
	}
	.slogan {
		background-size: cover !important;
		height: 1420px;
	}
}
@media all and (max-width: 767px) {
	.top-slogan {
		line-height: 1.3em;
	}
	header {
		height: 400px;
	}
	section.products {
		margin-top: -150px;
	}
	section.products img {
		width: 100%;
	}
	.btn-feedback {
		font-size: 26px;
	}
	.logo-area {
		padding: 0;
    	border-right: 0;
    	margin-bottom: 40px;
	}
	.slogan {
		background-size: cover !important;
		height: 1420px;
	}
}
@media all and (max-width: 480px) {
	header {
		height: 400px;
	}
	.logo-area {
		padding: 0;
    	border-right: 0;
    	margin-bottom: 40px;
	}
	.btn-feedback {
		font-size: 22px !important;
		padding: 15px;
	}
	.btn-feedback:before {
		display: none;
	}
	.email {
		font-size: 26px;
		display: block;
	}
	.top-slogan {
		line-height: 1.3em !important;
	}
	.slogan {
		padding-top: 40px;
		background: url('../img/bg_main.jpg') no-repeat;
		background-size: cover !important;
		height: 1740px;
	}
	section.slogan h1 {
		margin-bottom: 40px;
	}
}
@media all and (max-width: 320px) {
	.btn-feedback {
		font-size: 16px !important;
	}
	.email:before {
		display: none;
	}
}