* {
	box-sizing: border-box;
}

html, body {
	font-family: 'muller', serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	width: 100%;
	height: 100%;
}

body {
}

a {
	color: #828282;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;	
}

a:hover {
	color: #ff0012;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;	
}

input[type=text], textarea, select {
    border: none;
    color: #000000;
    font-family: 'muller', serif;
	font-weight: 300;
    line-height: 39px;
	height: 39px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 14px;
    background: transparent;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 1px solid #d7d7d7;
	outline: none;
}

#info-form textarea:focus,
textarea:focus,
input:focus{
	border-color: #ee0112; 
}

select{
    color: rgba(117, 117, 117, 1);
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none!important;
    cursor: pointer;
    background: url(../img/arrow.png) no-repeat center right;
}

select > option{
    color: #757575;
	padding: 0 5px;
}

select > option[disabled]{
    display: none;
}

button {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 20px 10px;
    line-height: 1;
	font-family: 'muller', serif;
    font-size: 16px;
	font-weight: 500;
    position: relative;
    text-align: center;
    border: none;
    cursor: pointer;
	color: #fff;
	background: #ff0012;
	background: -moz-linear-gradient(left, #ff0012 0%, #ff006c 100%);
	background: -webkit-linear-gradient(left, #ff0012 0%,#ff006c 100%);
	background: linear-gradient(to right, #ff0012 0%,#ff006c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0012', endColorstr='#ff006c',GradientType=1);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	border: 1px solid #fff;
}

button:hover {
	border: 1px solid #ff0012;
	color: #ff0012;
	background: #fff;
	background: -moz-linear-gradient(left, #fff 0%, #fff 100%);
	background: -webkit-linear-gradient(left, #fff 0%,#fff 100%);
	background: linear-gradient(to right, #fff 0%,#fff 100%);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;	
}

body > nav {
    font-size: 16px;
	display: none;
}

.adp-header {
	border-bottom: 1px solid #ededed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 500;
	position: fixed;
	height: 60px;
	background: #fff;
	display: none;
}

.adp-header img{
	height: 100%;
	margin: 0 0 0 10px;
	padding: 5px 0;
}

.site-container {
	background: #fff!important;
	-webkit-box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.5);
}

section,
.wrapper {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.site-wrapper {
	position: relative;
	background: #fff;
	margin: 0 auto;
}

.a-menu {
	display: none;
}

.adp-menu {
	font-size: 20px;
	display: none;
}

/* header */
header {
}

header .wrapper {
	position: relative;
}

header ul {
	width: 100%;
	display: table;
}

header ul.noui > li {
	font-size: 14px;
	color: #000;
	padding: 20px 0;
	display: table-cell;
	vertical-align: middle;
}

header ul > li span {
	color: #676767;
	font-size: 14px;
	font-weight: 300;
	display: block;
}

header ul > li a {
	font-size:18px;
	font-weight: 500;
	color: #515151;
	text-decoration: none;
	white-space: nowrap;
}

header ul > li.city{
	width: 20%;
}

header ul > li.city select {
	position: absolute;
	opacity: 0;
	height: 23px;
	width: 200px;
}

header ul > li.time{
	width: 30%;
}

header ul > li.time .wrap {
	padding-left: 30px;
}

header ul > li.phone {
	width: 20%;		
}

footer li.phone a {
	padding-left: 25px;
}

footer li.phone a:before,
header ul > li.phone a:before {
	font-size: 14px;
	font-family: "Font Awesome 5 Pro";
	content: "\f095";
	margin-right: 10px;
	margin-left: -20px;
	line-height: 22px;
    color: #ff0355;
	position: absolute	
}

header ul > li.social, 
header ul > li.email {
	width: 15%;	
}

header ul > li.city a {
	border-bottom: 1px dashed #515151;
	word-wrap: normal;
}

header ul > li.time i,
header ul > li.city i {
    margin-right: 10px;
    color: #ff0355;
}

/*
header ul > li.time span,
header ul > li.time i {
	display: inline-block;
	vertical-align: middle;
}
*/

header ul > li.time span:before {
	font-family: "Font Awesome 5 Pro";
	content: "\f017";
	margin-right: 10px;
	margin-left: -30px;
	line-height: 36px;
    color: #ff0355;
	position: absolute
}

header ul > li .wrap {
	vertical-align: middle;
	display: inline-block;
}

header ul > li.time span {
	font-size: 14px;
	font-weight: 500;
	padding-right: 10px;
}

footer li.social a,
header ul > li.social a {
	width: 32px;
	height: 32px;
	background: #fff;
	text-align: center;
	display: block;
	float: right;
	border-radius: 32px;
	-webkit-box-shadow: 0px 0px 7px 2px rgba(89,89,89,0.1);
	-moz-box-shadow: 0px 0px 7px 2px rgba(89,89,89,0.1);
	box-shadow: 0px 0px 7px 2px rgba(89,89,89,0.1);
	margin:0 5px 7px 0;
}

footer li.social {
	padding-top: 30px;
}

footer li.social a {
	float: left;
	vertical-align: middle;
}

footer li.social a:hover,
header ul > li.social a:hover {
	-webkit-box-shadow: 0px 0px 7px 2px rgba(255,3,91,0.2);
	-moz-box-shadow: 0px 0px 7px 2px rgba(255,3,91,0.2);
	box-shadow: 0px 0px 7px 2px rgba(255,3,91,0.2);	
}

footer ul > li.ci span.sc,
header .sc {
	vertical-align: middle;
	display: inline-block;
	background: url(../img/social.png) 0 0;
	width: 19px;
	height: 19px;
}

footer ul > li.ci span.sc.fb,
header .sc.fb {
	background-position: -18px 0;
}

footer ul > li.ci span.sc.tw,
header .sc.tw {
	background-position: -36px 0;
}

footer ul > li.ci span.sc.vk,
header .sc.vk{
	background-position: -57px 0;
}

.shadow-background {
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2999;
	display: none;
}

.shadow-background.active {
	display: table;
}

nav {
	background: url(../img/dot.png) repeat-x top;
	min-height: 100px;
}

nav .wrapper {
	overflow: visible;
}

nav .wrapper > ul {
	max-width: 1000px;
	float: right;
}

nav .wrapper > ul > li {
	display: inline-block;
	height: 62px;
	margin: 0 0 0 30px;
	position: relative;
	vertical-align: middle;
	text-align: center;
}

nav .wrapper > ul > li > ul {
	display: none;
	position: absolute;
	left: -10px;
	margin: 0; padding: 5px 0 10px;
	z-index: 2000;
	background: #fff;
	-webkit-box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.3);
}

nav .wrapper > ul > li > ul > li {
	background: #fff;
	text-align: left;
	white-space: nowrap;	
}

nav .wrapper > ul > li > ul > li > a {
	display: block;
	padding: 5px 10px;
}

nav .wrapper > ul.domain > li:hover > ul {
	display: block;
}

nav .wrapper > ul > li > a {
	margin-top: 14px;
	height: 45px;
	line-height: 45px;
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #3b3b3b;
	text-decoration: none;
}

nav .wrapper > ul > li > a:before {
    display: block;
    content: '';
    position: absolute;
    top: -1px;
	left: 0;
    width: 100%;
    height: 2px;
    background: #ff036e;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale3d(0,1,1);
    -ms-transform: scale3d(0,1,1);
    transform: scale3d(0,1,1);
}

nav .wrapper > ul > li a:hover,
nav .wrapper > ul > li a.active {
	color: #ee0112;
}


nav .wrapper > ul > li a:hover:before,
nav .wrapper > ul > li a.active:before {
    -webkit-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

nav .wrapper > ul > li.callback a {
	padding: 0 18px;
	font-size: 14px;
	background: #fff;
	background: -moz-linear-gradient(left, #fff 0%, #fff 100%);
	background: -webkit-linear-gradient(left, #fff 0%,#fff 100%);
	background: linear-gradient(to right, #fff 0%,#fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=1);
	color: #ff006c;
	border: 1px solid #ff0329;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}

nav .wrapper > ul > li.callback a:hover:before {
	display: none;
}

nav .wrapper > ul > li.callback a:hover {
	-webkit-background-clip:border;
	color: #fff;
	background: #ff0012;
	background: -moz-linear-gradient(left, #ff0012 0%, #ff006c 100%);
	background: -webkit-linear-gradient(left, #ff0012 0%,#ff006c 100%);
	background: linear-gradient(to right, #ff0012 0%,#ff006c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0012', endColorstr='#ff006c',GradientType=1);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.content {
	margin: 0;
	z-index: 200;
	position: relative;
}

.about h2,
.about h3,
.content h1,
.content h2,
.content h3 {
	font-size: 20px;
	font-weight: 500;
	margin: 30px 0 0 0;
	z-index: 300;
	position: relative;
}

figure {
	z-index: 300;
	position: relative;	
}

.about h2,
.content h2{
	text-transform: uppercase;
}

.about h2,
.about h3 {
	margin-bottom: 15px;
}

.content:before {
    background: url(../img/dots.png) bottom repeat-x;
    width: 100%;
    height: 330px;
    right: -70%;
    top: 130px;
    content: '';
    position: absolute;
    z-index: 100;
}

.content p {
	margin: 19px 0;
	z-index: 300;
	position: relative;
}

.content img,
.content ul,
.content ol {
	z-index: 300;
	position: relative;	
}

.content img.float {
	margin: 0 0 0 20px;
	float: right;
	z-index: 300;
	position: relative;	
	max-width: 460px;
}

.content img.l-float {
	float: left;	
	margin: 0 20px 0 0;
	z-index: 300;
	position: relative;	
	max-width: 460px;	
}

.content table {
	border-collapse: collapse;
	z-index: 300;
	position: relative;
	margin: 15px 0;
	width: 100%;
}

.content table tr:hover{
	box-shadow: 0 5px 8px 0 rgba(50, 50, 50, 0.35);
    -webkit-box-shadow: 0 5px 8px 0 rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0 5px 8px 0 rgba(50, 50, 50, 0.35);
}

.content table tr:first-child{
	color: #fff;
	background: #ff0012;
    background: -moz-linear-gradient(left, #ff0012 0%, #ff006c 100%);
    background: -webkit-linear-gradient(left, #ff0012 0%,#ff006c 100%);
    background: linear-gradient(to right, #ff0012 0%,#ff006c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0012', endColorstr='#ff006c',GradientType=1);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;	
}

.content table p {
	padding: 0;
	margin: 0;
}

.content table tr:first-child td {
	padding: 7px 10px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
}

.content table td {
	text-align: center;
	padding: 7px 10px;
	font-size: 14px;
	border: 1px solid #f0f0f0;	
}

.content table td:first-child {
	text-align: left;
}

.content table.price th {
	white-space: nowrap;
}

.content table.price td:last-child {
	text-align: right;
}

.orderform {
	background: url(../img/redh.jpg) no-repeat;
	background-size: cover;
	color: #fff;
	padding: 25px;
	max-width: 670px;
	position: relative;
	z-index: 300;
	margin-bottom: 30px;
}

.orderform.region {
	float: right;
}

.orderform.noimg {
	margin: 0 auto 30px;
}

.orderform p {
	text-align: center;
}

ul.noui.x33 {
	overflow: hidden;
	margin: 0 -10px 20px;
}

ul.noui.x33 > li {
	padding: 0 10px;
	width: 33%;
	float:left;
}

ul.noui.regions > li {
	text-align: center;
	padding: 20px 0 18px;
}

ul.noui.regions img {
	width: 100%;
	max-width: 320px;
	display: block;
	margin: 0 auto 10px;
}

ul.inner-showcase {
	width: 100%;
	height: 112px;
	margin: 0 0 30px;
	position: relative;
}

ul.inner-showcase li{
	display: table;
}

ul.inner-showcase li a {
	padding: 0 5px;
	min-width: 143px;
	height: 112px;	
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #f2f2f2;
	font-size: 12px;
	text-transform: uppercase;
	color: #464646;
	text-decoration: none;
}

ul.inner-showcase li.active a,
ul.inner-showcase li a:hover {
	color: #fff;
	border: 1px solid #ff0012;
    background: #ff0012;
    background: -moz-linear-gradient(left, #ff0012 0%, #ff006c 100%);
    background: -webkit-linear-gradient(left, #ff0012 0%,#ff006c 100%);
    background: linear-gradient(to right, #ff0012 0%,#ff006c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0012', endColorstr='#ff006c',GradientType=1);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

ul.inner-showcase li.active img,
ul.inner-showcase li a:hover img{
	filter: invert(100%);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;	
}

ul.inner-showcase.owl-carousel .owl-item img {
	width: auto;
	display: inline-block;
	margin: 0 auto;
}

.main {
	margin: 0;
}

.main .wrapper {
	background: url(../img/main.jpg) no-repeat right bottom;
	min-height: 549px;
	position: relative;
}

.redform {
	float: right;
	margin: 30px 0px 0 0;
	width: 373px;
	height: 457px;
	display: block;
	background: url(../img/fakeform.jpg) no-repeat;
	padding: 30px 50px 0;
	color: #fff;
}

.orderform b.header,
.redform b.header {
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	display: block;
	margin: 0 0 28px;
}

.orderform select,
.orderform input[type=text], 
.redform select,
.redform input[type=text] {
	color: #fff;
	border-bottom: 2px solid #fff;
	margin-bottom: 18px;
}

.orderform select,
.redform select {
	background-image: url(../img/arrow-wht.png);
}

.orderform input[type=checkbox],
.redform input[type=checkbox] {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}

.orderform span,
.redform span {
	position: relative;
	background: url(../img/chk.png) no-repeat 0 0;
	font-size: 14px;
	min-height: 18px;
	padding-left: 25px;
	display: block;
	cursor: pointer;
}

.orderform span > i,
.redform span > i {
	background: url(../img/chk-i.png) no-repeat 0 0;
	width: 18px;
	height: 18px;
	position: absolute;
	opacity: 0;
	left: 0;
	top: 0;
	z-index: 5;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}

.orderform input[type=checkbox]:checked + i, 
.redform input[type=checkbox]:checked + i {
	opacity: 1;
}

.redform input[type=text] {
	margin-bottom: 8px;
}

.redform textarea {
	border: 2px solid #fff;
	height: 95px;
	padding: 5px 10px;
	line-height: normal;
	color: #fff;
}

.redform input::-webkit-input-placeholder {color: #fff;}
.redform input:-ms-input-placeholder {color: #fff;}
.redform input::-ms-input-placeholder {color: #fff;}
.redform input::placeholder {color: #fff;}

.orderform input::-webkit-input-placeholder {color: #fff;}
.orderform input:-ms-input-placeholder {color: #fff;}
.orderform input::-ms-input-placeholder {color: #fff;}
.orderform input::placeholder {color: #fff;}

.redform textarea::-webkit-input-placeholder {color: #fff;}
.redform textarea:-ms-input-placeholder {color: #fff;}
.redform textarea::-ms-input-placeholder {color: #fff;}
.redform textarea::placeholder {color: #fff;} 

.orderform button,
.redform button {
	padding: 17px 10px;
	margin-bottom: 20px;
	background: #fff;
	color: #b90c0c;
	-webkit-box-shadow: 0px 0px 3px 1px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 3px 1px rgba(255,255,255,1);
	box-shadow: 0px 0px 3px 1px rgba(255,255,255,1);
}

.orderform button:hover,
.redform button:hover {
	border: 1px solid #fff;
	transform: scale(0.90);
}

.orderform select,
.orderform input[type=text] {
	margin: 13px 0 0 0;
}
.orderform button {
	margin: 10px auto 15px;
	width: 200px;
}

.main h1 {
	font-size: 38px;
	font-weight: 500;

}

.main h1 > b {
	font-weight: bold;
	display: block;
}

.main ul {
	float: left;
	margin: 58px 0 0 0;
	padding: 0;
	font-weight: 500;
	font-size: 16px;
	max-width: 45%;
}

.main ul > li {
	height: 55px;
	display: table;
	padding: 0 0 0 81px;
	background-repeat: no-repeat;
	background-position: 0 center;
	margin: 0 0 25px 0;
}

.main ul > li span {
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px 0 0;
}

.main ul > li:nth-child(1) {
	background-image: url(../img/v1.png);
}

.main ul > li:nth-child(2) {
	background-image: url(../img/v2.png);
}

.main ul > li:nth-child(3) {
	background-image: url(../img/v3.png);
}

.types {
	padding: 0 0 70px;
}

.types .wrapper {
	overflow: visible;
}

ul.showcase {
	margin: 0 -15px;
}

ul.inner-review:before,
ul.inner-review:after,
ul.article:before,
ul.article:after,
ul.showcase:before,
ul.showcase:after,
ul.feats:before,
ul.feats:after {
    content: ' ';
    display: table;
	clear: both;
}

ul.showcase > li {
	width: 25%;
	float: left;		
}

ul.showcase > li:nth-child(n+9) {
	display: none;
}

ul.showcase.active > li:nth-child(n+9) {
	display: block;
}

ul.showcase > li > div {
	background: #fff;
	margin: 0 15px 55px;
	-webkit-box-shadow: 0px 0px 5px 5px rgba(238,238,238,0.71);
	-moz-box-shadow: 0px 0px 5px 5px rgba(238,238,238,0.71);
	box-shadow: 0px 0px 5px 5px rgba(238,238,238,0.71);
	position: relative;
}

ul.showcase > li:hover > div {
	-webkit-box-shadow: 0px 0px 5px 5px rgba(204,204,204,0.71);
	-moz-box-shadow: 0px 0px 5px 5px rgba(204,204,204,0.71);
	box-shadow: 0px 0px 5px 5px rgba(204,204,204,0.71);
}

ul.showcase > li > div a {
	text-decoration: none;
	color: #000;
	display: block;	
}

ul.showcase > li > div a.detail {
	background-repeat: no-repeat;
	background-position: right top;
	padding: 78px 0 0 20px;	
	height: 154px;
}

ul.showcase > li > div a.order {
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #1d1d1d;
	font-weight: 500;
	border: 1px solid #f6f6f6;
	padding-right: 60px;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
	position: relative;
}

ul.showcase > li > div a.post {
	height: 50px;
	width: 59px;
	right: 0px;
	bottom: 0px;
	background: #343434 url(../img/order.png) no-repeat right top;
	content: '';
	display: block;
	position: absolute;
}

ul.showcase > li > div a.order:hover {
	color: #fff;
    background: #ea1010;
    background: -moz-linear-gradient(left, #ff0012 0%, #ff006c 100%);
    background: -webkit-linear-gradient(left, #ff0012 0%,#ff006c 100%);
    background: linear-gradient(to right, #ff0012 0%,#ff006c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0012', endColorstr='#ff006c',GradientType=1);
	border: 1px solid #ff031d;
}

ul.showcase > li > div a.post:hover {
	background: #ea1010 url(../img/order.png) no-repeat right top;
}



/*
ul.showcase > li > div a.order:hover:after {
	background-color: transparent;
}
*/

ul.showcase > li > div b {
	font-weight: 500;
	text-transform: uppercase;
	padding-right: 20px;
	display: block;
}

ul.showcase > li > div em {
	width: 72px;
	height: 14px;
	position: absolute;
	display: block;
	left: 0px;
	top: 50px;
	background: #ea1010;
}

ul.showcase > li > div span {
	font-size: 14px;
	font-weight: 300;
	display: block;	
}

ul.showcase > li > div img {
	position: absolute;
	left: 13px;
	top: 9px;
	z-index: 200;
}

.showall {
	font-weight: 500;
	display: block;
	width: 170px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	text-decoration: none;
	margin: 0 auto 0;
	border: 1px solid #232323;
	color: #232323;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}

.showall:hover {
	color: #fff;
    background: #ea1010;
    background: -moz-linear-gradient(left, #ff0012 0%, #ff006c 100%);
    background: -webkit-linear-gradient(left, #ff0012 0%,#ff006c 100%);
    background: linear-gradient(to right, #ff0012 0%,#ff006c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0012', endColorstr='#ff006c',GradientType=1);
	border: 1px solid #ff031d;
}

ul.brandline {
	overflow: hidden;
	margin: 20px 0;
}

ul.brandline > li {
	float: left;
	margin: 0px 10px 10px 0;
}

h1.subtitle,
h2.subtitle {
	background: url(../img/h2d.png) repeat-x;
	font-size: 25px;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	margin: 0 0 32px 0;
}

h1.subtitle > span,
h2.subtitle > span {
	background: #fff url(../img/white-mask.png) right 0 no-repeat;
	display: block;
	float: left;
	padding: 0 76px 0 0 ;
}

h1.subtitle > span i,
h2.subtitle > span i {
	color: #fff;
	background: #242424;
	padding: 0 8px;
	font-style: normal;
}

h1.subtitle:after,
h2.subtitle:after {
	background: url(../img/01.png) no-repeat;
	width: 44px;
	height: 25px;
	content: '';
	position: absolute;
	right: 0px;
	top: 0px;
}

.content h2.subtitle:after {
	background-image: url(../img/02inn.png);
}

.geo h2.subtitle:after {
	background-image: url(../img/02.png);
}

.brands h2.subtitle:after {
	background-image: url(../img/03.png);
}

.about h2.subtitle:after {
	background-image: url(../img/04.png);
}

.masters h2.subtitle:after {
	background-image: url(../img/05.png);
}

.steps h2.subtitle:after {
	background-image: url(../img/06.png);
}

.feats h2.subtitle:after {
	background-image: url(../img/07.png);
}

.articles h2.subtitle:after,
.reviews h2.subtitle:after {
	background-image: none;
	display: none;
}

.geo {
	padding: 70px 0;
	background: #f2f2f2;
	position: relative;
}

.geo button {
	width: 210px;
	margin: 30px 0 0 0;
}

.geo:after {
    background: url(../img/gdots.png) center repeat-x;
    width: 100%;
    height: 387px;
    right: -75%;
	top: 150px;
    content: '';
    position: absolute;
    z-index: 100;
}

.geo h2.subtitle {
	background: url(../img/h2g.png) repeat-x;
}


.geo h2.subtitle > span {
	background: #f2f2f2 url(../img/gray-mask.png) right 0 no-repeat;
}

.geo ul {
	overflow: hidden;
	z-index: 200;
	position: relative;
	margin: 0; padding: 0;
}

.geo ul.half > li {
	width: 50%;
	float: right;
	margin: 0; padding: 0;
	white-space:nowrap;
}

.geo p {
	text-transform: uppercase;
	margin-bottom: 30px;
}

.geo i {
	margin-right: 5px;
}

.geo a {
	text-decoration: none;
}

.geo img {
	width: 100%;
	max-width: 558px;
	margin: 0 auto;
	border: 8px solid #fff;
	-webkit-box-shadow: 0px 0px 3px 3px rgba(204,204,204,0.71);
	-moz-box-shadow: 0px 0px 3px 3px rgba(204,204,204,0.71);
	box-shadow: 0px 0px 3px 3px rgba(204,204,204,0.71);
}

.geo ul.half > li > ul > li {
	width: 33.33%;
	float: left;
	font-size: 14px;
	margin: 5px 0;
}

.articles,
.brands,
.about,
.masters,
.steps,
.feats {
	padding: 70px 0 0;	
}

.articles .wrapper,
.reviews {
	position:relative;
}

ul.vendors {
	overflow: hidden;
	margin: 0 0 10px;
	padding-top: 10px;
}

ul.vendors > li {
	width: 16.6%;
	float: left;
}

ul.vendors > li div {
	background: #fff;
	margin: 0 15px 30px;
	-webkit-box-shadow: 0px 0px 5px 5px rgba(238,238,238,0.71);
	-moz-box-shadow: 0px 0px 5px 5px rgba(238,238,238,0.71);
	box-shadow: 0px 0px 5px 5px rgba(238,238,238,0.71);
	position: relative;
	text-align: center;
}

ul.vendors > li div img {
	width: 100%;
	max-width: 170px;
}

ul.vendors > li:nth-child(n+7) {
	display: none;
}

ul.vendors.active > li:nth-child(n+7) {
	display: block;
}

.about p {
	margin: 0 0 35px;
}

.about {
	position: relative;
}

.about .wrapper {
	z-index: 200;
	position: relative;
}

.about:before {
	background: url(../img/dots.png) bottom repeat-x;
	width: 100%;
	height: 330px;
	left: -70%;
	top: 130px;
	content: '';
	position: absolute;
	z-index: 100;
}

.about .left {
	float: left;
	width: 700px;
}

.about .right {
	float: right;
	width: 374px;
}

.about .redform {
	margin: 0;
	background: url(../img/redform.jpg) no-repeat;
	width: 373px;
	height: 516px;
}

ul.counter {
	color: #2c2c2c;
	font-size: 16px;
	text-align: center;
	max-width: 538px;
	margin: 0 auto;
	overflow: hidden;
}

ul.counter > li {
	background: #fff;
	border: 1px solid #f1f1f1;
	float:left;
	width: 50%;
	padding: 24px 0;
}

ul.counter > li:last-child {
	clear: left;
	color: #fff;
	background: #ff0012;
	background: -moz-linear-gradient(-45deg, #ff0012 0%, #ff006c 100%);
	background: -webkit-linear-gradient(-45deg, #ff0012 0%,#ff006c 100%);
	background: linear-gradient(135deg, #ff0012 0%,#ff006c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0012', endColorstr='#ff006c',GradientType=1);	
	float: none;
	margin: 0 auto;
}

ul.counter span {
	text-transform: uppercase;
	color: #5a5a5a;
	display: block;
}

ul.counter b {
	font-size: 55px;
	font-weight: bold;
	color: #ea1010;
}

ul.counter > li:last-child  span,
ul.counter > li:last-child b {
	color: #fff;	
}

.masters .owl-nav {
	top: 0px;
	width: 100%;
	height: 450px;
	z-index: 50;
}

.inner-showcase .owl-nav {
	top: 0px;
	width: 100%;
	height: 112px;
	z-index: 50;
}

.inner-showcase .owl-nav > button.owl-next,
.inner-showcase .owl-nav > button.owl-prev,
.masters .owl-nav > button.owl-next,
.masters .owl-nav > button.owl-prev {
	background: url(../img/nav.png) no-repeat 0 0;
	width: 50px;
	height: 50px;
	top: 50%;
	margin-top: -50px;
	left: -20px;
	position: absolute;
	border-radius: 50px;
}

.inner-showcase .owl-nav > button.owl-next,
.inner-showcase .owl-nav > button.owl-prev {
	left: -25px;
	margin-top: -25px;
}

.inner-showcase .owl-nav > button:hover,
.masters .owl-nav > button:hover {
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.5);
}

.inner-showcase .owl-nav > button > span,
.masters .owl-nav > button > span {
	display: none;
}

.inner-showcase .owl-nav > button.owl-next,
.masters .owl-nav > button.owl-next {
	background-position: -50px 0;
	left: auto;
	right: -20px;
}

.inner-showcase .owl-nav > button.owl-next {
	right: -25px;
}

ul.masters {
	height: 450px;
}

ul.masters li{
	width: 270px;
	height: 450px;
	margin: 0 auto;
}

ul.masters li div {
	font-size: 14px;
	margin: 0 auto;
	width: 270px;
	height: 438px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px 5px rgba(238,238,238,0.71);
	-moz-box-shadow: 0px 0px 5px 5px rgba(238,238,238,0.71);
	box-shadow: 0px 0px 5px 5px rgba(238,238,238,0.71);
	text-align: center;
	position: relative;
	overflow: hidden;
}

ul.masters div img {
	width: 100%;
	max-width: 270px;
}

ul.masters div em {
	background: #fff url(../img/mbg.png) bottom no-repeat;
	height: 130px;
	font-style: normal;
	display: block;
	position: absolute;
	bottom: 0;
	z-index: 100;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}

ul.masters div em:after {
	content: '';
	background: url(../img/more.png) no-repeat;
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	right: 0px;
	bottom: 5px;
	z-index: 200;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;	
}

ul.masters li:hover div em {
	background-position: 0 185px;
	height: 185px;
}

ul.masters li:hover div em:after {
	bottom: -24px;
}

ul.masters div b {
	font-size: 16px;
	height: 52px;
	line-height: 52px;
	overflow: hidden;
	text-transform: uppercase;
	display: block;
}

ul.masters div span {
	max-height: 51px;
	overflow: hidden;
	display: block;
}

ul.masters div button{
	width: 210px;
	margin: 100px auto 0;
}

ul.masters li:hover div button {
	margin: 12px auto;
}

.steps {
	color: #2e2e2e;
}

.backline {
	width: 320px;
	height: 58px;
	margin: 10px auto 0;
	display: table;
}

.backline > span {
	font-size: 14px;
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}

.backline > span:last-child {
	padding: 0 0 0 10px;
}

.backline button {
	margin: 0;
}

ul.bystep {
	width: 100%;
	max-width: 1000px;
	display: table;
	margin: 38px auto 0;
	background: url(../img/link.png) repeat-x 0 0;
	overflow: hidden;
}

ul.bystep > li {
	display: table-cell;
}

ul.bystep > li > div {
	margin: 0 auto;
	font-size: 12px;
	font-weight: 400;
	width: 123px;
	display: block;
}

ul.bystep > li b.title {
	font-size: 16px;
	font-weight: 500;
	height: 40px;
	display: block;
}

ul.bystep > li:first-child > div {
	margin: 0 auto 0 0;
}

ul.bystep > li:last-child > div {
	margin: 0 0 0 auto;
}

.steps span.deco,
.steps span.bg {
	background: url(../img/sbg.png) no-repeat -123px 0;
	width: 123px;
	height: 76px;
	display: block;
	margin: 15px 0 17px 0;	
}

ul.bystep > li:hover span.bg{
	background-position: 0 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}

.steps span.deco {
	background: url(../img/steps.png) no-repeat 0 0;
	width: 123px;
	height: 76px;
	display: block;
	margin: 0;
}

ul.bystep > li:hover span.deco.s1 {
	background-position: -123px 0;	
}

.steps span.deco.s2 {
	background-position: 0 -76px;
}

ul.bystep > li:hover span.deco.s2 {
	background-position: -123px -76px;	
}


.steps span.deco.s3 {
	background-position: 0 -152px;
}

ul.bystep > li:hover span.deco.s3 {
	background-position: -123px -152px;	
}


.steps span.deco.s4 {
	background-position: 0 -228px;
}

ul.bystep > li:hover span.deco.s4 {
	background-position: -123px -228px;	
}


.steps span.deco.s5 {
	background-position: 0 -304px;
}

ul.bystep > li:hover span.deco.s5 {
	background-position: -123px -304px;	
}

.feats .wrapper {
	overflow: visible;
}

ul.feats {
	margin: 30px -15px;
}

ul.feats > li {
	width: 50%;
	float: left;
}

ul.feats > li > div.feat {
	border: 1px solid #e6e6e6;
	background: #fff;
	padding: 38px 189px 0 115px;
	min-height: 154px;
	margin: 0 15px 25px;
	font-size: 14px;
	color: #2e2e2e;
	position: relative;
}

ul.feats > li > div.feat:before {
	background: url(../img/numbers.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 84px;
	height: 58px;
}

ul.feats > li > div.feat:after {
	background: url(../img/feats.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 188px;
	height: 152px;
}

ul.feats > li:nth-child(2) > div.feat:before {
	width: 93px;
	background-position: -84px 0;
}

ul.feats > li:nth-child(2) > div.feat:after {
	background-position: -188px 0;	
}

ul.feats > li:nth-child(3) > div.feat:before {
	width: 93px;
	background-position: -177px 0;
}

ul.feats > li:nth-child(3) > div.feat:after {
	background-position: -376px 0;	
}

ul.feats > li:nth-child(4) > div.feat:before {
	width: 94px;
	background-position: -270px 0;
}

ul.feats > li:nth-child(4) > div.feat:after {
	background-position: 0 -152px;	
}


ul.feats > li:nth-child(5) > div.feat:before {
	width: 92px;
	background-position: -364px 0;
}

ul.feats > li:nth-child(5) > div.feat:after {
	background-position: -188px -152px;	
}


ul.feats > li:nth-child(6) > div.feat:before {
	width: 94px;
	background-position: -456px 0;
}

ul.feats > li:nth-child(6) > div.feat:after {
	background-position: -376px -152px;	
}

ul.feats > li > div.feat b {
	text-transform: uppercase;
	display: block;
	font-size: 16px;
	margin-bottom: 16px;
}

.feats .feedback {
	margin: 45px 15px 0;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.2);
	padding: 35px;
}

.feats .reviews {
	margin: 45px 15px 0;	
}

ul.review {
	width: 100%;
	overflow: hidden;
	height: 460px;
}

ul.inner-review {
	width: 100%;	
	margin: 0 -15px;
	z-index: 300;
	position: relative;
}

ul.review li {
	display: block;
	height: 440px;
	float: left;
	width: 100%;
}

ul.inner-review li {
	width: 25%;
	float: left;
	display: block;
	padding-bottom: 50px;
}

ul.inner-review li div,
ul.review li div {
	background: #fff;
	padding: 22px;
	border: 1px solid #e6e6e6;
	font-size: 14px;
	overflow: visible;
	z-index: 50;
	position: relative;
	margin: 0 auto;
	width: 270px;
}

ul.inner-review li div {
	margin: 0 auto 50px;
}

ul.inner-review img,
ul.review.owl-carousel .owl-item img {
	width: 100px;
	height: 100px;
	left: 22px;
	bottom: -85px;
	position: absolute;
	border-radius: 100%;
	z-index: 100;
	-webkit-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.2);
}

ul.inner-review li div span.name,
ul.review li div span.name {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	position: absolute;
	bottom: -50px;
	left: 140px;
}

ul.review li div p {
	max-height: 305px;
	overflow: hidden;
}

ul.review.owl-carousel button.owl-dot {
	background: url(../img/odots.png) no-repeat;
	width: 13px;
	height: 13px;
	display: inline-block;
	margin: 0 4px;
}

ul.review.owl-carousel button.owl-dot.active {
	background-position: -13px 0;
}

ul.review.owl-carousel .owl-dots {
	text-align: center;
}

.articles h2.subtitle + a,
.reviews h2.subtitle + a {
	float: right;
	font-size: 14px;
	text-transform: none;
	background: #fff;
	display: block;
	padding: 2px 0 0 15px;
	position:absolute;
	top:2px;
	right:0px;
}

.articles h2.subtitle + a {
	right:10px;
}

.feats .feedback b {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 22px;
	display: block;
}

.feats .feedback p  {
	padding: 0 100px;
	margin-bottom: 20px;
}

.feats .feedback a {
	font-weight: 500;
	height: 69px;
	line-height: 69px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #e6e6e6;
	display: inline-block;
	padding: 0 20px;
}

.feats .feedback a:hover {
	border: 1px solid #ff0012;
    background: #ff0012;
    background: -moz-linear-gradient(left, #ff0012 0%, #ff006c 100%);
    background: -webkit-linear-gradient(left, #ff0012 0%,#ff006c 100%);
    background: linear-gradient(to right, #ff0012 0%,#ff006c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0012', endColorstr='#ff006c',GradientType=1);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	color: #fff;
}

.feats .feedback a > i {
	margin: 0 10px 0 0;
	font-size: 24px;
}

.articles .wrapper {
	overflow: visible;
}

ul.article {
	margin: 0 -15px 20px;
}

ul.article > li {
	width: 33.33%;
	float: left;
}

ul.article > li a {
	margin: 0 15px 30px;
	display: block;
	position: relative;
	text-decoration: none;
    -webkit-box-shadow: 0px 0px 5px 5px rgba(238,238,238,0.71);
    -moz-box-shadow: 0px 0px 5px 5px rgba(238,238,238,0.71);
    box-shadow: 0px 0px 5px 5px rgba(238,238,238,0.71);
	max-width: 370px;
}

ul.article > li img {
	width: 100%;
	max-width: 370px;
}

ul.article > li a:hover img {

}

ul.article > li span.date {
	top: 15px;
	background: #fff;
	position: absolute;
	color: #3a3a3a;
	font-size: 14px;
	padding: 10px;
	display: block;
}

ul.article > li span.more {
	font-size: 14px;
	padding: 0 25px 20px;
	text-decoration: underline;
	display: block;
}

ul.article > li b {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 10px;
	display: block;
}

ul.article > li p {
	overflow: hidden;
	padding: 20px 25px 0;
	height: 190px;
	font-size: 14px;
	color: #3a3a3a;
	position: relative;
}

ul.article > li p span {
	background: url(../img/shore.png) repeat-x;
	height: 14px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}

.work {
	background: #f0f0f0 url(../img/work.jpg) 50% top;
	background-size: cover;
	margin: 15px 0 0 0;
	min-height: 404px;
}

.work ul {
	width: 100%;
}

.work li {
	width: 50%;
	float: left;
	display: block;
}


.work li b.header {
	font-size: 25px;
	font-weight: 500;
	display: block;
	margin-bottom: 25px;
}

.work li p {
	font-size: 14px;
	line-height: 22px;
}

.work li img {
	position: absolute;
	bottom: 0px;

}

/*
.work li p strong,
.work li p b {
	display: block;
	margin-bottom: 5px;
}
*/

.work li:last-child div {
	padding: 60px 50px 30px 100px;
}

.work li:last-child div button {
	width: 210px;
	margin: 45px 0 0 0;
}

footer .logo,
nav .wrapper .logo {
	margin-top: 14px;
	float: left;
	background: url(../img/logo.png) no-repeat;
	width: 170px;
	height: 45px;
}

footer .logo {
	height: 37px;
	background-position: 0 -8px;
	position: absolute;
	top: 0;
	left: 0;
}

footer {
	margin: 50px 0 0 0;
	position: relative;
}

footer .wrapper {
	background: #fff;
	z-index: 200;
	position: relative;
}

footer:before {
	background: url(../img/dots.png) bottom repeat-x;
	width: 100%;
	height: 330px;
	left: -50%;
	bottom: 0%;
	content: '';
	position: absolute;
	z-index: 100;
}

footer ul.noui {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}

footer ul > li {
	background: url(../img/split.png) right 50% no-repeat;
	display: table-cell;
	vertical-align: top;
}

footer ul > li b.header {
	font-size: 20px;
	font-weight: 500;
	display: block;
}

footer ul > li.ci {
	width: 35%;
	font-size: 18px;
	font-weight: 500;
	padding: 90px 35px 0 0;
	color: #515151;
	position: relative;
}

footer ul > li.ci span {
	display: block;
	font-weight: 300;
	font-size: 14px;
	color: #676767;
}

footer ul > li.ci a {
	color: #515151;
	text-decoration: none;
}

footer ul > li.ci > ul > li {
	background: none;
	display: block;
	margin-bottom: 22px;
}

footer ul > li.menu {
	padding: 0 30px 0 35px;
	width: 42%;
}

footer ul > li.form {
	background: none;
	width: 23%;
}

footer ul > li.form b {
	margin-bottom: 16px;
}

footer ul > li.form .formwrap {
	width: 228px;
	margin: 0 0 0 auto;
}

footer ul > li.menu ul {
	float: left;
	width: 50%;
}

ul.m2 > li,
ul.m1 > li {
	margin: 22px 0 0 0;
	background: none;
	display: block;
}

ul.m2 > li i,
ul.m1 > li i {
	margin-right: 5px;
	color: #ee0112;
}

ul.m2 > li a,
ul.m1 > li a {
	font-size: 14px;
}

.bottom{
	background: #efefef;
	font-size: 15px;
	font-weight: 500;
	color: #4d4d4d;
	padding: 25px 0;
}

/* effects */
.tzn-bg {
	-webkit-transition: background 0.5s ease-out 0.1s;
    -moz-transition: background 0.5s ease-out 0.1s;
    -o-transition: background 0.5s ease-out 0.1s;
    transition: background 0.5s ease-out 0.1s;		
}

.tzn-op {
	-webkit-transition: opacity 0.5s ease-out 0.1s;
    -moz-transition: opacity 0.5s ease-out 0.1s;
    -o-transition: opacity 0.5s ease-out 0.1s;
    transition: opacity 0.5s ease-out 0.1s;		
}

input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

textarea::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
textarea::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
textarea:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
textarea:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

ul.breadcrumbs {
	margin: 0 0 20px;
	overflow: hidden;
}

ul.breadcrumbs > li {
	font-size: 14px;		
	float: left;
}

ul.breadcrumbs > li:last-child,
ul.breadcrumbs > li:last-child a {
	color: #ea1010;
	text-decoration: none;
}

ul.breadcrumbs > li:before {
	background: url(../img/crumb.png) no-repeat 0 center;
	height: 17px;
	width: 20px;
	content: '';
	display: block;
	float: left;
	margin: 0 10px;
}

ul.breadcrumbs > li:first-child:before {
	display: none;
}

#info-box {
	display: none;
	text-align: center;
	z-index: 10000;
	position: absolute;
	left: 0;
	top: 0;
}

#info-form p {
	font-size: 16px;
	margin: 10px 0 10px 0;
	text-align: left;
}

#info-form button {
	width: 210px;
	margin: 10px auto;
}

#info-form textarea {
	padding: 10px;
	height: 80px;
	line-height: normal;
	border: 1px solid #ccc;
	resize: none;
}

#info-form h3 {
	font-size: 20px;
	font-weight: 500;
	text-align: left;
	padding-bottom: 10px;
	margin: 0 0 10px 0;
}

.callback-background {
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 11000;
	display: table;
}

.callback-container {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.callback-form {
	width: 333px;
	margin: 0 auto;
	border: 1px solid #fff;
	background: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
	position: relative;
	padding: 20px;
	font-size: 16px;
	color: #000;
	position: relative;
	box-sizing: border-box;
}

.callback-container .callback-form a.close {
	width: 20px;
	height: 20px;
	background: url(../img/cross.png) no-repeat -3px -3px;
	position: absolute;
	right: 20px;
	top: 20px;
	-o-transition: none;
	-moz-transition: none;	
	-webkit-transition: none;
	transition: none;
}

.callback-container .callback-form a.close:hover {
	background-position: -3px -29px;
}

.nogap {
	margin: 0;
	padding: 0;
}

.preloader {
	display: none;
}

.price-link {
    color: #000;
}

.price-link:hover {
    color: #dcdcdc;
}