@charset "UTF-8";  
/* common */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,pre,code,form,input,button,textarea,p,blockquote,th,td,figure,figcaption,nav,section,menu,main{
	margin: 0;
	padding: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,menu,main{
	display: block;
}
table{
	border-spacing: 0;
}
img{
	border: none;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}
ul li,
menu li{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
sup,sub{
	vertical-align: baseline;
}
*{
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}
input,button,textarea,select,optgroup,option{
 	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input:focus,textarea:focus,select:focus,button:focus{
	outline: none;
}
::-webkit-input-placeholder{
	-webkit-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
::-moz-input-placeholder{
	color: #ababab;
	-moz-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
:-moz-input-placeholder{
	color: #ababab;
	-moz-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
:-ms-input-placeholder{
	color: #ababab;
	-ms-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.error::-webkit-input-placeholder{
	color: #c9252c !important;
}
.error:-moz-placeholder{
	color: #c9252c !important;
}
.error::-moz-placeholder{
	color: #c9252c !important;
}
.error:-ms-input-placeholder{
	color: #c9252c !important;
}
:focus::-webkit-input-placeholder,
.error:focus::-webkit-input-placeholder{
	text-indent: -100px;
	color: transparent !important;
}
:focus:-moz-placeholder,
.error:focus:-moz-placeholder{
	text-indent: -100px;
	color: transparent !important;
}
:focus::-moz-placeholder,
.error:focus::-moz-placeholder{
	text-indent: -100px;
	color: transparent !important;
}
:focus:-ms-input-placeholder,
.error:focus:-ms-input-placeholder{
	text-indent: -100px;
	color: transparent !important;
}
input[type='checkbox'],input[type='submit'],input[type='reset'],input[type='radio'],input[type='image'],input[type='file'],button,label{
	cursor: pointer;
}
a{
	text-decoration: underline;
	outline: none;
	color: inherit;
}
a:hover,
a[href^='tel']{
	text-decoration: none;
}
html, body{
	height: 100%;
}
body{
    font: 12px/1.67 Tahoma, Ubuntu, sans-serif;
	color: #4e4e4d;
	background: #fff;
}
.orange{
	color: #f27e00;
}
.white{
	color: #fff;
}
input[type='text'], input[type='password'], input[type='email'], input[type='tel'], input[type='number'], input[type='search'], input[type='url'], input[type='time'], textarea, select{
	display: inline-block;
	width: 100%;
	height: 37px;
	margin: 0;
	padding: 8px 12px 9px;
	font-size: 12px;
	line-height: 18px;
	color: #020202;
	text-align: left;
	border: solid 1px #999;
	background: #fff url('../images/blank.png') no-repeat right 12px center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
select{
	cursor: pointer;
	padding: 0 30px 2px 6px;
	background: #fff url('../images/select.png') no-repeat right 10px center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
select::-ms-expand{
    display: none;
}
input[type='text']:focus, input[type='password']:focus, input[type='email']:focus, input[type='tel']:focus, input[type='number']:focus, input[type='search']:focus, input[type='url']:focus, input[type='time']:focus, textarea:focus, select:focus{
	border-color: #f27e00;
}
input[type='text']:hover, input[type='password']:hover, input[type='email']:hover, input[type='tel']:hover, input[type='number']:hover, input[type='search']:hover, input[type='url']:hover, input[type='time']:hover, textarea:hover, select:hover{
	border-color: #bcd800;
}
textarea{
	height: 93px;
	text-align: left;
	resize: none;
}
span.error{
	color: #c9252c !important;
}
input.error,
textarea.error{
	padding-right: 39px !important;
	color: #c9252c !important;
	border-color: #c9252c !important;
	background-image: url('../images/error.png') !important;
}
select.error{
	color: #c9252c !important;
	border-color: #c9252c !important;
}
[disabled],
.disabled{
	cursor: not-allowed !important;
	opacity: 0.5 !important;
}
.button[disabled]{
	opacity: 1 !important;
	background: #ccc !important;
}
textarea,
textarea.error{
	padding-left: 10px !important;
	background-position: right 11px top 10px !important;
}
.button{
	cursor: pointer;
	display: inline-block;
	width: auto;
	height: 37px;       
	margin: 0;
	padding: 8px 19px 9px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	border: 0 none;
	background: #f27e00;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.button:hover{
	background: #bcd800;
}
.relative{
	position: relative;
}
.center{
	text-align: center;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	float: none !important;
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix:before,
.clearfix:after{
	float: none !important;
	content: ' ';
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.animate{
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.circle{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.uppercase{
	text-transform: uppercase;
}
hr{
	height: 0;
	margin: 0;
	padding: 0;
	border: 0 none;
	border-top: dashed 1px #c1c1c0;
	background: none;
}
.table{
	display: table;
	border-spacing: 0;
	width: 100%;
}
.inline-table{
	display: inline-table;
	border-spacing: 0;
}
.tr{
	display: table-row;
}
.td{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.img{
	font-size: 0;
	line-height: 0;
}
.img img{
	max-width: 100%;
	max-height: 100%;
}
.inline-block{
	display: inline-block;
}
.caroufredsel_wrapper[style*='move']{
	cursor: url('../images/Move.cur'), auto !important;
}
/* off */

/* text */
.plaintext{
	text-align: justify;
}
.plaintext h1,
.plaintext h2,
.title{
	margin: 0 0 20px;
	font-size: 18px;
	line-height: 100%;
	text-transform: uppercase;
}
.plaintext h1:after,
.plaintext h2:after,
.title:after{
	display: block;
	width: 51px;
	height: 3px;
	margin: 4px 0 0;
	content: ' ';
	background: #4e4e4d;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.plaintext hr{
	margin: 0 0 20px;
}
.plaintext a{
	color: #f27e00;
}
.plaintext p,
.plaintext img{
	margin: 0 0 20px;
}
.plaintext img{
	max-width: 100%;
}
.plaintext img[style*='float:left'],
.plaintext img[style*='float: left']{
	margin: 0 20px 20px 0 !important;
}
.plaintext img[style*='float:right'],
.plaintext img[style*='float: right']{
	margin: 0 0 20px 20px !important;
}
.plaintext ol,
.plaintext ul{
	margin: 0 0 20px;
	padding: 0 17px;
}
.plaintext ol ol,
.plaintext ul ol,
.plaintext ul ol,
.plaintext ul ul{
	margin: 0;
}
.plaintext ol ol li{
	list-style: lower-alpha;
}
.plaintext ul li,
.plaintext ol ul li{
	list-style: disc;
}
.plaintext ul ul li{
	list-style: square;
}
.plaintext table{
	margin: 0 0 20px;
}
.plaintext table img{
	margin: 0;
}
.plaintext .table{
	margin: 0 0 20px;
}
.plaintext .table td{
	padding: 8px;
}
.plaintext .table th{
	padding: 8px;
	font-size: 18px;
	color: #fff;
	text-align: left;
	background: #939598;
}
.plaintext .table tr:nth-child(even) td{
	background: #e7e7e8;
}
.plaintext .table tr:first-child td{
	color: #fff;
	background: #f26122;
}
.plaintext .table p{
	margin: 0;
}
.plaintext sup,
.plaintext sub{
	font-size: 0.7em;
	line-height: 100%;
	vertical-align: 4px;
}
.plaintext sub{
	vertical-align: -2px;
}
.plaintext > *:nth-last-child(2){
	margin-bottom: 0;
}
/* off */

#up2top{
	opacity: 0.5;
	display: none;
	cursor: pointer;
	position: fixed;
	z-index: 1002;
	left: 50%;
	bottom: 3px;
	margin-left: -24px;
	-webkit-transform: translate(0);
	-webkit-transition: 0.25s ease opacity;
	-moz-transition: 0.25s ease opacity;
	-o-transition: 0.25s ease opacity;
	transition: 0.25s ease opacity;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	filter: gray;
}
#up2top:hover{
	opacity: 1;
    -webkit-filter: none;
	filter: none;
}

#wrapper{
	overflow: hidden;
	min-width: 1002px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url('../images/bg.jpg');
}
.inside{
	width: 980px;
	margin: 0 auto;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
}
main .inside{
	padding: 10px 10px 20px;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 4px 0 #e4e2e2;
	-moz-box-shadow: 0 4px 0 #e4e2e2;
	box-shadow: 0 4px 0 #e4e2e2;
}

/* header */
header{
	padding: 4px 0 2px;
	color: #fff;
	background: #4e4e4d;
}
.logo{
	margin: 38px 0 0;
}
header hr{
	margin: 0 0 2px;
	border-top-color: #767674;
}
header .right-part{
	width: 464px;
}
.phones .city{
	cursor: pointer;
	white-space: nowrap;
}
.phones .city .name{
	overflow: hidden;
	max-width: 108px;
	text-overflow: ellipsis;
}
.phones .city .arrow{
	width: 0;
	height: 0;
	margin: 0 0 0 5px;
	vertical-align: 5px;
	border-style: solid;
	border-width: 6px 4px 0 4px;
	border-color: #fff transparent transparent transparent;
}
.city-list,
.phones-list li{
	position: absolute;
	top: -10000px;
	transition: 0.25s ease transform;
	transform: scale(0);
}
.phones-list{
	margin: 0 0 10px;
}
.phones-list li{
	font-size: 16px;
	line-height: 1.33;
}
.city-list.active,
.phones-list li.active{
	top: auto;
	transform: scale(1);
}
.phones-list li.active{
	position: static;
}
.city-list{
	cursor: default;
	position: absolute;
	z-index: 1;
	margin: 24px 0 0 -10px;
	padding: 4px 10px;
	color: #4e4e4d;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 4px 0 #e4e2e2;
	-moz-box-shadow: 0 4px 0 #e4e2e2;
	box-shadow: 0 4px 0 #e4e2e2;
}
.city-list li .link{
	cursor: pointer;
}
.city-list .link:hover,
.city-list li.current .link,
.phones .city:hover .name,
.phones .city.active .name{
	color: #f27e00;
}
.phones .city:hover .arrow,
.phones .city.active .arrow{
	border-color: #f27e00 transparent transparent transparent;
}
.phones .city.active .arrow{
	-webkit-transform: scaleY(-1);
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	transform: scaleY(-1);
}
.city-list li.current .link{
	cursor: default;
}
.nav .table{
	height: 45px;
	white-space: nowrap;
}
.nav .td{
	width: 1000px;
	padding: 0 5px;
}
.nav .td:first-child,
.nav .td:last-child{
	width: 500px;
}
.nav .td:first-child{
	padding-left: 0;
	text-align: left;
}
.nav .td:last-child{
	padding-right: 0;
	text-align: right;
}
.nav a{
	text-decoration: none;
}
.nav a:hover{
	color: #f27e00;
}
.nav .td.active a{
	cursor: default;
	color: #fff;
}
.nav .td.active a:after{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 3px;
	content: ' ';
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
header .buttons{
	margin: 20px 0 10px;
}
header .buttons .button{
	margin: 0 0 0 8px;
}
header .buttons .button:first-child{
	margin: 0;
}
header .button{
	height: 35px;
	padding: 7px 12px 8px;
	font-size: 12px;
	line-height: 18px;
	border: solid 1px #fff;
	background: transparent;
}
.icon-button{
	padding-right: 42px !important;
}
.button .icon{
	position: absolute;
	width: 21px;
	height: 21px;
	margin: -1px 0 0 10px;
	color: #4e4e4d;
	line-height: 21px;
	background: #fff;
}
.button:hover .icon{
	color: #bcd800;
}
/* header off */

/* content */
main{
	padding: 34px 0 171px;
}
.sidebar{
	width: 172px;
}
.sidebar .block,
.sidebar .in{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.sidebar .block{
	margin: 10px 0 0;
	padding: 1px;
	background: #4e4e4d;
}
.sidebar .block:first-child{
	margin: 0;
}
.sidebar .in{
	padding: 10px;
	background: #fff;
}
.sidebar h2{
	padding: 3px 10px 5px;
	font-size: 14px;
}
.sidebar .in li{
	padding: 6px 0 7px;
	font-size: 14px;
	line-height: 1.3;
	border-top: dashed 1px #c1c1c0;
}
.sidebar .in li:first-child{
	padding-top: 0;
	border: 0 none;
}
.sidebar .in li:last-child{
	padding-bottom: 0;
}
.sidebar .in a{
	text-decoration: none;
}
.sidebar .in a:hover,
.sidebar .in .active a{
	color: #f27e00;
}
.sidebar .in .active a{
	cursor: default;
}
.sidebar > .button{
	margin: 10px 0 0;
	height: 51px;
	padding: 0;
	font-size: 14px;
	line-height: 1.3;
	color: #f27e00;
	border: solid 1px #f27e00;
	background: #fff;
}
.sidebar > .button:first-child{
	margin: 0;
}
.sidebar > .button:hover{
	color: #fff;
	background: #f27e00;
}
.sidebar > .button .txt{
	width: 1000px;
	text-align: left;
	white-space: normal;
	padding: 0 0 0 10px;
}
.sidebar > .button .img{
	width: 0;
	padding: 0 10px;
}
.sidebar > .button .img img{
	max-width: none;
	max-height: none;
}
.content{
	width: 762px;
}
.content .block{
	margin: 40px 0 0;
}
.content .block:first-child{
	margin: 0;
}
.product-images li{
	margin: 18px 0 0 18px;
}
.product-images li:nth-child(2n+1){
	margin-left: 0;
}
.product-images li:nth-child(1),
.product-images li:nth-child(2){
	margin-top: 0;
}
.product-images li:nth-child(2n){
	margin-right: -18px;
}
.product-images{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.product-list li{
	width: 244px;
	margin: 20px 0 0 15px;
	line-height: 1.3;
}
.product-list li:nth-child(1),
.product-list li:nth-child(2),
.product-list li:nth-child(3){
	margin-top: 0;
}
.product-list li:nth-child(3n+1){
	margin-left: 0;
}
.product-list li:nth-child(3n){
	margin-right: -15px;
}
.product-list .img,
.news-list .img{
	overflow: hidden;
	height: 186px;
	margin: 0 0 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 0 1px #f0f0f0;
	-moz-box-shadow: inset 0 0 0 1px #f0f0f0;
	box-shadow: inset 0 0 0 1px #f0f0f0;
}
.news-list .img{
	width: 122px;
	height: 98px;
	margin: 0;
}
.product-list .img .td:hover,
.news-list .img .td:hover,
.product-images li:hover{
	opacity: 0.75;
}
.product-list img,
.product-image img{
	-webkit-backface-visibility: visible;
	-webkit-transform: none;
}
.product-list h3,
.news-list h3{
	font-size: 14px;
	margin: 0 0 4px;
}
.news-list h3{
	line-height: 1.3;
}
.product-list .txt,
.date,
.show-all,
.product.block .sidebar .desc{
	color: #ababab;
}
.news-list li{
	width: 372px;
	margin: 18px 0 0 18px;
}
.news-list li:nth-child(2n+1){
	margin-left: 0;
}
.news-list li:nth-child(1),
.news-list li:nth-child(2){
	margin-top: 0;
}
.news-list li:nth-child(2n){
	margin-right: -18px;
}
.news-list .desc{
	width: 240px;
	margin: -6px 0 0;
	text-align: justify;
}
.divider{
	margin: 10px 0;
}
.catalog .divider{
	margin: 20px 0 10px;
}
.pager li{
	width: auto;
	min-width: 30px;
	height: 28px;
	margin: 0 0 0 5px;
}
.pager li:nth-child(2),
.pager li:last-child{
	margin: 0 0 0 20px;
}
.pager li:first-child{
	margin: 0;
}
.pager li .td{
	padding: 0 10px 2px;
	text-decoration: none;
	border: solid 1px #4e4e4d;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.pager li a.td:hover{
	color: #f27e00;
	border-color: #f27e00;
}
.pager li.active .td{
	cursor: default;
	color: #fff;
	background: #4e4e4d;
}
.product-image{
	width: 501px;
}
.product-image .main-image,
.thumbs li{
	overflow: hidden;
	width: 501px;
	height: 384px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 0 1px #f0f0f0;
	-moz-box-shadow: inset 0 0 0 1px #f0f0f0;
	box-shadow: inset 0 0 0 1px #f0f0f0;
}
.product-image .main-image.loading{
	background: url('../images/ajax-loader.gif') no-repeat center center;
}
.thumbs li{
	cursor: pointer;
	width: 120px;
	height: 92px;
	margin: 7px 0 0 7px;
}
.thumbs li:nth-child(4n+1){
	margin-left: 0;
}
.thumbs li:nth-child(4n){
	margin-right: -7px;
}
.thumbs li:hover{
	opacity: 0.75;
}
.thumbs li.active{
	cursor: default;
	opacity: 1;
}
.thumbs li:after{
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: ' ';
	border: solid 1px #f27e00;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.thumbs li.active:after,
.thumbs li:hover:after{
	opacity: 1;
}
.product.block hr{
	margin-top: 30px;
}
.product.block .sidebar{
	width: 244px;
}
.product.block .sidebar > .button{
	width: 170px;
	margin: 20px 0 0;
}
.back-to{
	font-size: 14px;
}
.product.block .sidebar h1{
	margin: 14px 0;
	font-size: 18px;
	line-height: 100%;
}
.product.block .price{
	margin: 14px 0 0;
}
.product.block .price .num{
	font-size: 18px;
	line-height: 100%;
}
/* content off */

/* footer */
footer{
	min-width: 1002px;
	height: 119px;
	margin: -119px 0 0;
	background: #4e4e4d;
}
footer .top{
	padding: 2px 0 12px;
	color: #ababab;
	background: #f0f0f0;
}
footer hr{
	border-top-color: #767674;
}
footer .top hr{
	margin: 0 0 12px;
}
footer .top .icon-button{
	height: 35px;
	padding: 6px 12px 7px;
	padding-right: 36px !important;
	font-size: 12px;
	color: #ababab;
	border: solid 1px #ababab;
	background: transparent;
}
footer .top .icon-button:hover{
	color: #f27e00;
	border-color: #f27e00;
	background: #fff;
}
.icon-button img.icon{
	width: auto;
	height: auto;
	margin: 5px 0 0 11px;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	filter: gray;
}
.icon-button:hover img.icon{
    -webkit-filter: none;
	filter: none;
}
.footer-nav{
	margin: 7px 0 0;
}
.footer-nav li{
	margin: 0 0 0 34px;
}
.footer-nav li:first-child{
	margin: 0;
}
.footer-nav a{
	text-decoration: none;
}
.footer-nav a:hover,
.footer-nav .active a{
	color: #f27e00;
}
.footer-nav .active a{
	cursor: default;
}
footer .bottom{
	padding: 3px 0 0;
	font-size: 11px;
	color: #fff;
}
footer .bottom hr{
	margin: 2px 0 0;
}
.copy,
.dev{
	margin: 14px 0 0;
}
.counter{
	margin: 8px 0 0 30px;
}
/* footer off */

iframe{
	border: 0 none !important;
	outline: 0 none !important;
}

/* form */
.fancybox-lock{
	overflow: visible !important;
}
.popup .fancybox-skin{
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.popup .fancybox-close{
	left: 10px;
	top: -45px;
	right: auto;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.popup .fancybox-close:hover{
	opacity: 0.75;
}
.form{
	width: 364px;
	background: #fff;
}
.form table{
	width: 100%;
}
.form .before-send td{
	width: 1000px;
	padding: 10px 0 0;
}
.form .before-send td:first-child{
	width: 0;
	padding-top: 18px;
	padding-right: 20px;
	vertical-align: top;
	white-space: nowrap;
}
.form .before-send tr:first-child td{
	padding-top: 0;
}
.form .before-send tr:first-child td:first-child{
	padding-top: 8px;
}
.form .before-send tr:last-child td{
	padding-top: 20px;
}
.form .before-send tr:last-child td:first-child{
	padding-top: 28px;
}
.form input:not([type='submit']),
.form textarea{
	display: block;
}
.after-send{
	display: none;
}
.after-send .title{
	margin: 0;
}
.after-send .title:after{
	content: none;
}
/* form off */









/* eof */