*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body {
	font-family: "RobotoRegular", sans-serif;
	font-size: 16px;
	font-weight: 100;
	background: url(../images/bg.jpg);
	background-size: 10%;
}

img {
	max-width: 100%;
}

a {
	transition: all 0.2s ease;
}

a:hover {
	opacity: 0.7;
}

.container {
	background-color: #fff;
}

.tm {
	margin-top: 15px;
}

.wide {
	float: left;
	width: 100%;
}

h1 {
	color: #333;
	font-size: 40px;
	font-family: 'Impact';
	font-weight: 100;
	text-align: right;
	margin-top: 0px;
}

h2 {
	color: #333;
	font-size: 30px;
	font-family: 'Impact';
	font-weight: 100;
	text-align: center;
}

.header {
	padding: 15px 0px 0px;
}

.logo {
	float: left;
}

.logo img {
	max-height: 100px;
}

.sitename {
	float: left;
	margin: 25px 0px 0px 10px;
}

.sitename img {
	max-height: 80px;
}

.contacts {
	float: right;
	margin-top: 20px;
}

.phone {
	font-size: 40px;
	font-family: 'Impact';
}

.phone a {
	color: #333;
}

.email {
	text-align: right;
}

.email a {
	font-size: 20px;
	color: #00bc7e;
}

.main-banner {
	margin: 30px 0px;
	background: url(../images/banner.png) left top no-repeat;
	min-height: 350px;
	padding: 15px 30px;
}

.banner-item {
	float: right;
	width: 44%;
	clear: both;
	font-size: 22px;
	margin: 10px 0px;
}

.banner-item i {
	color: #00bc7e;
    font-size: 14px;
    position: relative;
    top: -3px;
}

.main-text {
	margin: 15px 0px 30px;
}

.catalog-item {
	border: 1px solid #d1d1d1;
	border-radius: 10px;
	padding: 0px;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
	background: url(../images/catalog-bg.png) left top no-repeat;
	background-size: contain;
}

.catalog-item img {
	max-width: 100%;
}

.catalog-item .title {
	position: absolute;
	background-color: rgba(0,0,0,0.6);
	padding: 7px 5px;
	color: #fff;
	top: 0px;
	right: 0px;
	width: 250px;
	text-align: center;
	font-size: 18px;
	border-radius: 0px 0px 0px 50px;
}

.catalog-item .link {
	position: absolute;
	bottom: 30px;
	left: 15px;
	background-color: rgba(230, 39, 39, 0.8);
	padding: 10px;
	width: calc(100% - 30px);
}

.catalog-item .link a {
	color: #fff;
	width: 100%;
	float: left;
	text-align: center;
}

#form {
	float: left;
	border: 1px solid #d1d1d1;
	border-radius: 10px;
	padding: 15px;
	width: 70%;
	position: relative;
	left: 15%;
	margin-bottom: 30px;
}

#form label {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

#form input {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	padding: 5px 10px;
	outline: none;
	border-radius: 5px;
	border: 2px groove #d1d1d1;
}

#form textarea {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	padding: 5px 10px;
	outline: none;
	border-radius: 5px;
	border: 2px groove #d1d1d1;
	resize: vertical;
	min-height: 150px;
	max-height: 250px;
}

.form-submit {
	background: #00bc7e;
	color: #fff;
	font-size: 24px;
	border-radius: 10px;
	padding: 10px 30px;
	float: left;
	margin: 15px 15px 0px;
	cursor: pointer;
	transition: all 0.2s ease;
}

.form-submit:hover {
	opacity: 0.7;
}

.delivery {
	position: relative;
	margin-bottom: 30px;
}

.delivery .left {
	text-align: right;
}

.delivery .right {
	text-align: left;
}

.delivery img {
	max-height: 70px;
}

.warehouse {
	position: relative;
	float: left;
	width: 100%;
	padding: 0px 100px;
	margin-bottom: 50px;
}

.warehouse-slide {
	padding: 20px;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	height: 100px;
	width: 100px;
	font-size: 100px;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease;
}

.slick-arrow:hover {
	opacity: 0.7;
}

.slick-arrow.nextarrow {
	right: 30px;
}

.slick-arrow.nextarrow i {
	float: right;
}

.slick-arrow.prevarrow {
	left: 30px;
}

.slick-arrow.prevarrow i {
	float: left;
}

.footer {
	background-color: rgba(0, 188, 126, 0.5);
}

.footer-container {
	background-color: transparent;
	padding: 30px 15px;
}

.footer-left {
	float: left;
	padding-top: 40px;
}

.footer-right {
	float: right;
}

.footer-right .contacts {
	margin-top: 0px;
}

.footer-right .email a {
	color: #fff;
}