/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background: url("../img/bg.jpg");
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}


.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix { display: inline-block; }

/* start commented backslash hack \*/

* html .clearfix { height: 1%; }

.clearfix { display: block; }

/* close commented backslash hack */


body {
	font: 12px/18px Arial, sans-serif;
	height: 100%;
}

/* Header
-----------------------------------------------------------------------------*/
.header-wrapper {
	height: 85px;
	/*
	background: -moz-linear-gradient(left,  #0c3764 0%, #123d6a 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0c3764), color-stop(100%,#123d6a));
	background: -webkit-linear-gradient(left,  #0c3764 0%,#123d6a 100%);
	background: -o-linear-gradient(left,  #0c3764 0%,#123d6a 100%);
	background: -ms-linear-gradient(left,  #0c3764 0%,#123d6a 100%);
	background: linear-gradient(to right,  #0c3764 0%,#123d6a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c3764', endColorstr='#123d6a',GradientType=1 );
	*/
	background: url("../img/header-bg-rep.png");
	background-repeat: repeat-x;
	background-position: 33px top;
	position: relative;
	clear: both;
}

.header-wrapper-content {
	background: url("../img/header-bg.png");
	height: 85px;
	width: 1024px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.header-wrapper-content:before {
	content: "";
	background: url("../img/header-bg-left.png") no-repeat;
	width: 103px;
	height: 136px;
	position: absolute;
	left: -87px;
	bottom: -51px;
	z-index: -1;
}

.header-wrapper-content:after {
	content: "";
	background: url("../img/header-bt-bottom.png") no-repeat;
	width: 453px;
	height: 51px;
	position: absolute;
	left: 0px;
	bottom: -51px;
	z-index: -1;
}

.header-wrapper-content__logo {
	float: left;
	margin-left: -85px;
	margin-top: 6px;
}

@media (max-width:1040px){
	.header-wrapper-content__logo {
		float: left;
		margin-left: -85px;
		margin-top: 6px;
		min-height: 134px;
	}
	
	img.header-wrapper-content__logo__img {
		width: 76%;
		height: 76%;
		margin-top: 18px;
		margin-left: 74px;
		}
}

.header-wrapper-content-contacts {
	float: right;
	margin-right: 0px;
	margin-top: 5px;
}

.header-wrapper-content-contacts__phone {
	text-transform: uppercase;
	color: #fffefe;
	text-align: right;
	font-size: 22px;
	line-height: 20px;
	margin-right: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
}

.header-wrapper-content-contacts__req-call-btn {
	background: url("../img/btn-sprite-2.png") 0 -101px;
	height: 40px;
	width: 313px;
	display: block;
	margin-top: 5px;
	text-decoration: none;
	color: #fffefe;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
}

.header-wrapper-content-contacts__req-call-btn:hover {
	background: url("../img/btn-sprite-2.png") 0 -143px;
}

.top-menu-wrapper {
	width: 1024px;
	margin: 0 auto;
	position: relative;
}

.top-menu-wrapper__top-menu {
	background-color: #545454;
	height: 42px;
	width: 570px;
	display: table;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0px;
	left: 451px;
	font-family: 'Open Sans', sans-serif;
	z-index: 1;
}

.top-menu-wrapper__top-menu:before {
	content: "";
	background: url("../img/top-menu-left-angle.png");
	width: 27px;
	height: 42px;
	position: absolute;
	bottom: 0px;
	left: -26px;
	background-position: top left;
}

.top-menu-wrapper__top-menu:after {
	content: "";
	background: url("../img/top-menu-right-angle.png");
	width: 27px;
	height: 42px;
	position: absolute;
	bottom: 0px;
	background-position: bottom right;
}

.top-menu-wrapper__top-menu li {
	display: table-cell;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	font-size: 15px;
	background: url("../img/top-menu-sep-down.png") 100% 0 no-repeat;
}

.top-menu-wrapper__top-menu li:first-child a {
	background: none;
}

.top-menu-wrapper__top-menu li:last-child {
	background: none;
}

.top-menu-wrapper__top-menu__link {
	text-decoration: none;
	color: #fff;
	display: block;
	background: url("../img/top-menu-sep-up.png") 0 0 no-repeat;
	position: relative;
	cursor: pointer;
	line-height: 42px;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 14px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}

.top-menu-wrapper__top-menu li:hover {
	background-color: #ac0503;
}

.top-menu-wrapper__top-menu li:hover span.left {
	position: absolute;
	left: -15px;
	background: url("../img/top-menu-sep-left-hover.png") 0 0 no-repeat;
	width: 30px;
	height: 42px;
}

.top-menu-wrapper__top-menu li:hover span.right {
	position: absolute;
	right: -14px;
	background: url("../img/top-active-menu-sep-right-hover.png") 0 0 no-repeat;
	width: 30px;
	height: 42px;
	z-index: 20;
}

.top-menu-wrapper__top-menu li.active {
	background-color: #ac0503;
}

.top-menu-wrapper__top-menu li.active span.left {
	position: absolute;
	left: -15px;
	background: url("../img/top-menu-sep-left-hover.png") 0 0 no-repeat;
	width: 30px;
	height: 42px;
}

.top-menu-wrapper__top-menu li.active span.right {
	position: absolute;
	right: -14px;
	background: url("../img/top-active-menu-sep-right-hover.png") 0 0 no-repeat;
	width: 30px;
	height: 42px;
	z-index: 20;
}

.top-menu-wrapper__top-menu li.first:hover span.left {
	position: absolute;
	left: -27px;
	background: url("../img/top-menu-left-angle-hover.png") 0 0 no-repeat;
	width: 27px;
	height: 42px;
	z-index: 20;
}

.top-menu-wrapper__top-menu li.first.active span.left {
	position: absolute;
	left: -27px;
	background: url("../img/top-menu-left-angle-hover.png") 0 0 no-repeat;
	width: 27px;
	height: 42px;
	z-index: 20;
}

.top-menu-wrapper__top-menu li.first:hover span.right {
	position: absolute;
	right: -10px;
	background: url("../img/top-active-menu-sep-right-hover.png") 0 0 no-repeat;
	width: 27px;
	height: 42px;
	z-index: 20;
}

.top-menu-wrapper__top-menu li.last:hover span.right {
	position: absolute;
	right: -45px;
	background: url("../img/top-menu-right-angle-hover.png") 0 0 no-repeat;
	width: 57px;
	height: 42px;
	z-index: 20;
}

.top-menu-wrapper__top-menu li.last.active span.right {
	position: absolute;
	right: -45px;
	background: url("../img/top-menu-right-angle-hover.png") 0 0 no-repeat;
	width: 57px;
	height: 42px;
	z-index: 20;
}

.top-menu-wrapper__top-menu li:last-child span:hover {
	background: none;
}

/* Middle
-----------------------------------------------------------------------------*/
.content {
	width: 1024px;
	margin: 0 auto;
	padding-bottom: 50px;
}

.content.sp {
	padding-top: 30px;
}

.content-fp-catalog {
	overflow: hidden;
}

.content-fp-catalog-item {
	float: left;
	width: 330px;
	height: 280px;
	margin-right: 15px;
	margin-bottom: 40px;
}

.content-fp-catalog-item:nth-child(3n) {
	margin-right: 0;
}

.content-fp-catalog-item-img-container {
	width: 330px;
	height: 225px;
	margin-bottom: 5px;
	position: relative;
}

.content-fp-catalog-item__img {
	margin: 0 auto;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5px;
}

.content-fp-catalog-item__title {
	background: url("../img/btn-sprite-2.png") 0 0;
	width: 330px;
	height: 51px;
	text-align: center;
	font-family: 'PT Sans', sans-serif;
	font-style: italic;
	font-size: 18px;
	line-height: 1.6;
}

.content-fp-catalog-item-link {
	text-decoration: none;
	color: #fff;
	font-style: italic;
}

.content-fp-catalog-item-link:hover .content-fp-catalog-item__title {
	background: url("../img/btn-sprite-2.png") 0 -51px;
}

.content h1 {
	font-family: "Verdana";
	font-size: 18px;
	color: #ffffff;
	background: url("../img/h1-bg.png");
	height: 32px;
	width: 1007px;
	margin: 0 auto;
	line-height: 1.6;
	padding-left: 15px;
	margin-bottom: 10px;
}

.content-products__item {
	width: 100%;
	min-height: 240px;
	padding-top: 10px;
	background-color: #fafafa;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 1px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 1px 5px 0px rgba(0, 0, 0, 0.2);
	position: relative;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-bottom: 40px;
}

.content-products__item p, ul {
	font-family: "Verdana";
	font-size: 14px;
	color: #515151;
	margin: 10px 0;
}

.content-products__item b {
	font-weight: bold;
}

.content-products__item ul {
	margin-left: 30px;
	list-style-type: disc;
}

.content-products__item li {
	padding-bottom: 5px;
}

.content-products__item__img {
	border: 3px solid #b0bbc6;
	margin-right: 10px;
	float: left;
	width: 213px;
	/*height: 213px;*/
}

.content-products__item__title {
	font-family: "Verdana";
	font-size: 24px;
	text-transform: uppercase;
	color: #004082;
	margin-bottom: 15px;
}

.content-products__item__btn-more {
	display: none;
//display: block;
	float: right;
	margin-right: 10px;
	background: url("../img/btn-sprite-1.png") 0 0;
	width: 205px;
	height: 32px;
	color: #fafafa;
	font-family: 'PT Sans', sans-serif;
	font-style: italic;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	position: absolute;
	right: 0;
	bottom: 10px;
}

.content-products__item__btn-more:hover {
	background: url("../img/btn-sprite-1.png")0 -32px;
}

/* Product card
-----------------------------------------------------------------------------*/

.content-product-card {
	width: 100%;
	min-height: 440px;
	padding-top: 10px;
	background-color: #fafafa;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 1px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 1px 5px 0px rgba(0, 0, 0, 0.2);
	position: relative;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-bottom: 40px;
}

.content-product-card__img {
	border: 3px solid #b0bbc6;
	margin-right: 10px;
	float: left;
	width: 213px;
	height: 213px;
}

.content-product-card__title {
	font-family: "Verdana";
	font-size: 24px;
	text-transform: uppercase;
	color: #004082;
	margin-bottom: 15px;
}

.content-product-card p, ul {
	font-family: "Verdana";
	font-size: 14px;
	color: #515151;
	margin: 10px 0;
}

.content-product-card b {
	font-weight: bold;
}

.content-product-card ul {
	margin-left: 30px;
	list-style-type: disc;
}

.content-product-card li {
	padding-bottom: 5px;
}

.content-product-card__btn-buy {
	display: block;
	margin-right: 10px;
	background: url("../img/btn-more.png");
	width: 205px;
	height: 32px;
	color: #fafafa;
	font-family: 'PT Sans', sans-serif;
	font-style: italic;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	float: right;
	margin-top: 10px;
}

.content-product-card__btn-buy:hover {
	background: url("../img/btn-more-hover.png");
}


/* Text page
-----------------------------------------------------------------------------*/

.content-text-page {
	width: 100%;
	min-height: 540px;
	padding-top: 10px;
	background-color: #fafafa;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 1px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 1px 5px 0px rgba(0, 0, 0, 0.2);
	position: relative;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-bottom: 40px;
	overflow: hidden;
}

.content-text-page h2{
	color: #003c7e;
	font-family: 'PT Sans', sans-serif;
	font-style: italic;
	font-size: 30px;
	padding-top: 10px;
}

.content-text-page p {
	color: #525252;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	margin: 10px 0;
}

.content-text-page b {
	  font-weight: bold;
}

.content-text-page ol {
	color: #525252;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	margin: 10px 0;
}

.content-left-info-block {
	width: 670px;
	float: left;
	text-align: justify;
}

.content-right-products-block {
	float: right;
	width: 324px;
	margin-right: 10px;
}

.content-right-products-block-item {
	width: 330px;
	margin-bottom: 30px;
}

.content-right-products-block-item-img-container {
	height: 150px;
	margin-bottom: 5px;
	position: relative;
}

.content-right-products-block-item__img {
	margin: 0 auto;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5px;
	max-width: 330px;
	max-height: 150px;
}

.content-right-products-block-item__title {
	background: url("../img/btn-sprite-2.png") 0 0;
	width: 330px;
	height: 51px;
	text-align: center;
	font-family: 'PT Sans', sans-serif;
	font-style: italic;
	font-size: 18px;
	line-height: 1.6;
}

.content-right-products-block-item-link {
	text-decoration: none;
	color: #fff;
	font-style: italic;
}

.content-right-products-block-item-link:hover .content-right-products-block-item__title {
	background: url("../img/btn-sprite-2.png") 0 -51px;
}

form {
	margin-top: 20px;
	font-family: Verdana;
}

form h3 {
	font-size: 22px;
	color: #505050;
	font-weight: bold;
	margin-bottom: 10px;
}

form .descr {
	font-size: 14px;
	color: #a1a1a1;
}

form label {
	font-size: 14px;
	color: #505050;
	margin-right: 5px;
	line-height: 2.5;
	text-align: right;
	width: 100px;
	display: block;
	float: left;
}

form label.message {
	line-height: 1;
}


form input[type="text"] {
	font-size: 14px;
	color: #505050;
	border: 1px solid #d7d7d7;
	width: 460px;
	height: 35px;
	margin-bottom: 8px;
	padding-left: 10px;
}

form textarea {
	font-size: 14px;
	color: #505050;
	border: 1px solid #d7d7d7;
	width: 458px;
	height: 120px;
	margin-bottom: 8px;
	resize: none;
	padding-left: 10px;
	padding-top: 5px;
}

form input[type="button"],
form input[type="submit"] {
	display: block;
	margin: 0 auto;
	border: none;
	background: url("../img/btn-sprite-1.png") -10px -64px;
	width: 184px;
	height: 32px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
	outline: none;
}

form input[type="button"]:hover,
form input[type="submit"]:hover {
	background: url("../img/btn-sprite-1.png") -10px -96px;
}

/* Footer
-----------------------------------------------------------------------------*/

.footer-wrapper {
	height: 120px;
	background: url("../img/footer-bg-rep.png");
	background-repeat: repeat-x;
	position: relative;
	background-position: 33px top;
}

.footer-content {
	background: url("../img/footer-bg.png");
	height: 150px;
	width: 1024px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: -32px;
}

.footer-content:after {
	content: "";
	background: url("../img/footer-bg-right-angle.png");
	width: 6px;
	height: 8px;
	position: absolute;
	right: -6px;
	top: 0;
	background-position: top left;
}

.footer-wrapper-content-contacts {
	float: right;
	margin-right: -36px;
	margin-top: 15px;
}

.footer-wrapper-content-contacts__phone {
	text-transform: uppercase;
	color: #fffefe;
	text-align: right;
	font-size: 22px;
	margin-right: 38px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
}

.footer-wrapper-content-contacts__req-call-btn {
	background: url("../img/btn-sprite-2.png") 0 -101px;
	height: 40px;
	width: 313px;
	display: block;
	margin-top: 5px;
	text-decoration: none;
	color: #fffefe;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
}

.footer-wrapper-content-contacts__req-call-btn:hover {
	background: url("../img/btn-sprite-2.png") 0 -143px;
}


.footer-wrapper-content-developer {
	float: right;
	margin-right: -290px;
	margin-top: 95px;
}

.footer-wrapper-content-developer img {
float: left;
margin-top: 6px;
margin-right: 10px;
}

.footer-wrapper-content-developer p {
	display: block;
	width: 210px;
	font-family: "Verdana";
	color: #fff;
	font-size: 12px;
}

.footer-wrapper-content-developer a {
	color: #fff;
}

/* Footer menu */

.bottom-menu-wrapper {
	width: 1024px;
	margin: 0 auto;
	position: relative;
}

.bottom-menu-wrapper__bottom-menu {
	background-color: #595959;
	height: 26px;
	width: 560px;
	display: table;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: -26px;
	left: 13px;
	font-family: 'Open Sans', sans-serif;
	z-index: 1;

}

.bottom-menu-wrapper__bottom-menu:after {
	content: "";
	background: url("../img/bottom-menu-right-angle.png");
	width: 27px;
	height: 26px;
	position: absolute;
	right: -26px;
	bottom: 0px;
	background-position: bottom right;
}

.bottom-menu-wrapper__bottom-menu li {
	display: table-cell;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	font-size: 15px;
	background: url("../img/bottom-menu-sep-down.png") 100% 0 no-repeat;
}

.bottom-menu-wrapper__bottom-menu li:first-child a {
	background: none;
}

.bottom-menu-wrapper__bottom-menu li:last-child {
	background: none;
}

.bottom-menu-wrapper__bottom-menu__link {
	text-decoration: none;
	color: #fff;
	display: block;
	background: url("../img/bottom-menu-sep-up.png") 0 0 no-repeat;
	position: relative;
	cursor: pointer;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 14px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}

.bottom-menu-wrapper__bottom-menu li:hover {
	background-color: #ac0503;
}

.bottom-menu-wrapper__bottom-menu li:hover span.left {
	position: absolute;
	left: -10px;
	background: url("../img/bottom-menu-sep-left-hover.png") 0 0 no-repeat;
	width: 20px;
	height: 26px;
}

.bottom-menu-wrapper__bottom-menu li:hover span.right {
	position: absolute;
	right: -9px;
	background: url("../img/bottom-active-menu-sep-right-hover.png") 0 0 no-repeat;
	width: 20px;
	height: 26px;
	z-index: 20;
}

.bottom-menu-wrapper__bottom-menu li.active{
	background-color: #ac0503;
}

.bottom-menu-wrapper__bottom-menu li.active span.left {
	position: absolute;
	left: -9px;
	background: url("../img/bottom-active-menu-sep-left-hover.png") 0 0 no-repeat;
	width: 20px;
	height: 26px;
}

.bottom-menu-wrapper__bottom-menu li.active span.right {
	position: absolute;
	right: -9px;
	background: url("../img/bottom-active-menu-sep-right-hover.png") 0 0 no-repeat;
	width: 20px;
	height: 26px;
	z-index: 20;
}

.bottom-menu-wrapper__bottom-menu li.first:hover span.left {
	position: absolute;
	left: -18px;
	background: url("../img/bottom-menu-left-angle-hover.png") 0 0 no-repeat;
	width: 19px;
	height: 26px;
	z-index: 20;
}

.bottom-menu-wrapper__bottom-menu li.first.active span.left {
	position: absolute;
	left: -18px;
	background: url("../img/bottom-menu-left-angle-hover.png") 0 0 no-repeat;
	width: 19px;
	height: 26px;
	z-index: 20;
}

.bottom-menu-wrapper__bottom-menu li.last:hover span.right {
	position: absolute;
	right: -26px;
	background: url("../img/bottom-menu-right-angle-hover.png") 0 0 no-repeat;
	width: 27px;
	height: 26px;
	z-index: 20;
}

.bottom-menu-wrapper__bottom-menu li.last.active span.right {
	position: absolute;
	right: -26px;
	background: url("../img/bottom-menu-right-angle-hover.png") 0 0 no-repeat;
	width: 27px;
	height: 26px;
	z-index: 20;
}

.bottom-menu-wrapper__bottom-menu li:last-child span:hover {
	background: none;
}


.footer-line {
	height: 26px;
	display: table;
	width: 100%;
}

.footer-line__left {
	display: table-cell;
	background: #595959;
}

.footer-line__right {
	display: table-cell;
	background: #113C69;
}

#owl-main-slider .item img{
	display: block;
	width: 1024px;
	height: 282px;
	margin: 0 auto;
}

#owl-products .item {
	display: block;
	width: 330px;
}
.owl-theme .owl-controls .owl-buttons div {
	padding: 5px 9px;
}

.owl-theme .owl-buttons i{
	margin-top: 2px;
}

  .owl-theme .owl-controls .owl-buttons div {
	  position: absolute;
  }

.owl-theme .owl-controls .owl-buttons .owl-prev{
	left: -45px;
	top: 55px;
}

.owl-theme .owl-controls .owl-buttons .owl-next{
	right: -45px;
	top: 55px;
}

.slider-wrapper {
	width: 1024px;
	margin: 0 auto;
	position: relative;
	height: 270px;
}

.slider-products-wrapper {
	width: 1024px;
	margin: 0 auto;
	position: relative;
	height: 190px;
	margin-top: 15px;
}

/* slider products wrapper */

.slider-products-wrapper-item {
	width: 330px;
	margin: 0 auto;
}

.slider-products-wrapper-item-img-container {
	height: 150px;
	margin-bottom: 5px;
	position: relative;
}

.slider-products-wrapper-item__img {
	margin: 0 auto;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5px;
	max-height: 150px;
	max-width: 100%;
}

.slider-products-wrapper-item__title {
	background: url("../img/btn-sprite-2.png") 0 0;
	width: 330px;
	height: 51px;
	text-align: center;
	font-family: 'PT Sans', sans-serif;
	font-style: italic;
	font-size: 18px;
	line-height: 1.6;
}

.slider-products-wrapper-item-link {
	text-decoration: none;
	color: #fff;
	font-style: italic;
}

.slider-products-wrapper-item-link:hover .slider-products-wrapper-item__title {
	background: url("../img/btn-sprite-2.png") 0 -51px;
}



.slider-wrapper__bottom-angle {
	background-image: url("../img/slider-bottom-angle.png");
	width: 94px;
	height: 141px;
	position: absolute;
	right: 6px;
	bottom: -5px;
	z-index: 1;
}

.slider-wrapper__left-blue-area {
	background-image: url("../img/slider-left-blue-area.png");
	width: 450px;
	height: 285px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0.8;
	font-family: 'PT Sans', sans-serif;
	color: #fff;
	text-align: left;
	margin-bottom: 2px;
}

.slider-wrapper__left-blue-area h2 {
	font-size: 32px;
	margin-top: 25px;
	margin-left: 15px;
	margin-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

.slider-wrapper__left-blue-area p {
	font-size: 14px;
	font-style: italic;
	margin-left: 14px;
	width: 275px;
}

.slider-wrapper__title-bg {
	width:98%;
	position: absolute;
	bottom: 0;
	height: 25px;
	background-color: rgba(72, 92, 112, 0.8);
}

.slider-wrapper__bottom-shadow {
	background-image: url("../img/slider-bottom-shadow.png");
	width: 852px;
	height: 37px;
	position: absolute;
	bottom: -40px;
	z-index: 1;
	background-position: bottom left;
}

.req-call-form-popup {
	background: #fff;
	display: none;
}

.req-call-form-popup-header {
	background: url("../img/popup-form-header.jpg");
	width: 596px;
	height: 66px;
	font-family: 'PT Sans', sans-serif;
	font-style: italic;
	font-size: 36px;
	color: #fff;
	text-align: center;
	line-height: 1.6;
}

.req-call-form-popup-form {
	padding: 0 10px;
}

.req-call-form-popup-form input[type="text"] {
	width: 440px;
}

.req-call-form-popup-form textarea {
	width: 438px;
}

.req-call-form-popup-form input[type="submit"] {
	margin-bottom: 10px;
}