#viewer {
	text-align: center;
	z-index: 900;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	visibility: hidden;
    overflow: hidden;
}
#viewer h1, #viewer h2, #viewer h3, #viewer h4, #viewer h5, #viewer p, #viewer a, #viewer li {
	color: #000;
}
#viewer div.overlay {
	width: 100%;
	height: 100%;
	display: inline-block; *zoom:1; *display:inline;
	background: url(/images/viewer-loading.gif) center center no-repeat rgba(26, 26, 26, 0.85);
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	opacity: 0;
	cursor: default;
}
#viewer div.overlay div.gradient {
	visibility: hidden;
}
#viewer div.overlay div.control {
	position: relative;
	width: 100%;
	height: 100%;
	display: inline-block; *zoom:1; *display:inline;
}
#viewer div.overlay div.control a {
	display: inline-block; *zoom:1; *display:inline;
	position: relative;
}
#viewer div.overlay div.control a span {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 30px;
	z-index: 20;
	opacity: 0.2;

	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#viewer div.overlay div.control a div {
	width: 100%;
	height: 100%;
	z-index: 10;
	opacity: 0;
}
#viewer div.overlay div.control a:hover span {
	opacity: 1;
}
#viewer div.overlay div.control a.close {
	width: 100%;
	height: 45%;
}
#viewer div.overlay div.control a.close span {
	background: url(/images/close-bold.png) center center;
	background-size: 100% 100%;
	right: 30px;
}
#viewer div.overlay div.control a.next, #viewer div.overlay div.control a.previous {
	width: 50%;
	height: 55%;
}
#viewer div.overlay div.control a.next span {
	background-position: left 0px;
	right: 30px;
}
#viewer div.overlay div.control a.previous span {
	background-position: left -31px;
	left: 30px;
}
#viewer div.overlay div.control a.alone {
	width: 100%;
	height: 100%;
}
#viewer div.container {
	position: relative;
	max-width: 800px;
	width: 800px;
	display: inline-block; *zoom:1; *display:inline;
	top: 0px;
	left: 0px;
	text-align: center;
	opacity: 0;
    z-index: 20;
    margin: 20px auto;
    background: #ffffff;
	vertical-align: top;
}
#viewer div.container div.top {

}
#viewer div.container div.top div.title {

}
#viewer div.container div.top div.control {
	position: absolute;
	z-index: 30;
	top: 18px;
	right: 18px;
	text-align: right;
	white-space: nowrap;
}
#viewer div.container div.top div.control a {
	display: inline-block; *zoom:1; *display:inline;
	position: relative;
	margin-left: 15px;
	line-height: 0;
}
#viewer div.container div.top div.control a span {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 0;

	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#viewer div.container div.top div.control a span.state {
	z-index: 10;
	opacity: 0.5;
}
#viewer div.container div.top div.control a span.hover {
	display: none;
}
#viewer div.container div.top div.control a:hover span.state {
	opacity: 1;
}
#viewer div.container div.top div.control a.close {
	width: 16px;
	height: 16px;
	position: relative;
}
#viewer div.container div.top div.control a.close span {
	background: url(/images/close.png) left top no-repeat;
	background-size: 100% 100%;
}
#viewer div.container div.middle {
	text-align: left;
	position: relative;
	min-height: 100px;
	padding: 30px 40px 40px;
}
#viewer div.container div.middle div.title {

}
#viewer div.container div.middle div.title h1, #viewer div.container div.middle div.title h2, #viewer div.container div.middle h1.title, #viewer div.container div.middle h2.title {
	font-size: 22px;
    padding: 0 0 30px;
    margin: 0;
    text-transform: uppercase;
}
#viewer div.container div.middle div.content-1 {

}
#viewer div.container div.bottom {
	text-align: right;
	padding: 0 40px 0;
}
#viewer div.container div.bottom div.button {
	position: relative;
	z-index: 50;
	text-align: right;
	padding: 0 0 20px;
}
#viewer div.container div.bottom div.button a {
	display: inline-block; *zoom:1; *display:inline;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	line-height: 10px;
	position: relative;
	padding: 16px 35px 17px;
	text-shadow: 1px 0 1px #000000;
	text-decoration: none;
}
#viewer div.container div.bottom div.button a:before, #viewer div.container div.bottom div.button a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-ms-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
}
#viewer div.container div.bottom div.button a:before {
		z-index: -2;

background: rgb(191,48,48); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(191,48,48,1) 0%, rgba(135,28,28,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,48,48,1)), color-stop(100%,rgba(135,28,28,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(191,48,48,1) 0%,rgba(135,28,28,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(191,48,48,1) 0%,rgba(135,28,28,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(191,48,48,1) 0%,rgba(135,28,28,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(191,48,48,1) 0%,rgba(135,28,28,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf3030', endColorstr='#871c1c',GradientType=0 ); /* IE6-9 */
}
#viewer div.container div.bottom div.button a:after {
	opacity: 0;
	z-index: -1;

background: -moz-linear-gradient(top,  rgba(94,22,22,0) 0%, rgba(94,22,22,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(94,22,22,0)), color-stop(100%,rgba(94,22,22,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(94,22,22,0) 0%,rgba(94,22,22,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(94,22,22,0) 0%,rgba(94,22,22,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(94,22,22,0) 0%,rgba(94,22,22,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(94,22,22,0) 0%,rgba(94,22,22,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005e1616', endColorstr='#5e1616',GradientType=0 ); /* IE6-9 */
}
#viewer div.container div.bottom div.button a:hover:after {
	opacity: 1;
}
#viewer div.container div.shadow {
	position: absolute;
	bottom: -15px;
	height: 15px;
	width: 100%;
	background: url(/images/shadow.png) center bottom no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
/** **************** **/
/** ** Исключения ** **/
/** **************** **/
#viewer div.container div._ERROR {
	padding: 130px 150px;
	background: url(/images/viewer-error.png) center 60px no-repeat;
}
#viewer div.container div.-element {
	padding: 55px 65px 65px;
	width: 830px;
}
#viewer div.container div.-element div.middle div.link a {
	font: 9pt 'Trebuchet MS';
	color: #005a97;
	text-decoration: none;
	border-bottom: 1px solid #55b0ed;

	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#viewer div.container div.-element div.middle div.link a:hover {
	border-bottom-color: transparent;
	color: #00426e;
}
#viewer div.container div.-element div.middle div.files {
	margin: 10px 0 0 0;
	position: relative;
}
#viewer div.container div.-element div.middle div.files div.file {
	position: relative;
	padding: 10px 0 15px 35px;
}
#viewer div.container div.-element div.middle div.files div.file span.icon {
	position: absolute;
	left: 0px;
	top: 10px;
	width: 20px;
	height: 20px;
	background-size: 100% auto;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(/images/file-type.png);
}
#viewer div.container div.-element div.middle div.files div.file-doc span.icon, #viewer div.container div.-element div.middle div.files div.file-docx span.icon, #viewer div.container div.-element div.middle div.files div.file-pages span.icon  {
	background-position: 0 -20px;
}
#viewer div.container div.-element div.middle div.files div.file-gif span.icon {
	background-position: 0 -40px;
}
#viewer div.container div.-element div.middle div.files div.file-jpg span.icon, #viewer div.container div.-element div.middle div.files div.file-jpeg span.icon {
	background-position: 0 -60px;
}
#viewer div.container div.-element div.middle div.files div.file-pdf span.icon {
	background-position: 0 -80px;
}
#viewer div.container div.-element div.middle div.files div.file-ppt span.icon, #viewer div.container div.-element div.middle div.files div.file-pptx span.icon {
	background-position: 0 -100px;
}
#viewer div.container div.-element div.middle div.files div.file-rar span.icon {
	background-position: 0 -120px;
}
#viewer div.container div.-element div.middle div.files div.file-xls span.icon, #viewer div.container div.-element div.middle div.files div.file-xlsx span.icon, #viewer div.container div.-element div.middle div.files div.file-numbers span.icon {
	background-position: 0 -140px;
}
#viewer div.container div.-element div.middle div.files div.file-zip span.icon {
	background-position: 0 -160px;
}
#viewer div.container div.-element div.middle div.files div.file a {
	color: #005a97;
	font: 11pt/18px 'Arial';
	padding-bottom: 1px;
	border-bottom: 1px solid #ececec;
	text-decoration: none;
	margin-right: 12px;

	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#viewer div.container div.-element div.middle div.files div.file a:hover {
	color: #00426e;
	border-bottom-color: transparent;
}
#viewer div.container div.-element div.middle div.files div.file span.size {
	display: inline-block; *zoom:1; *display:inline;
	font: 8pt 'Arial Narrow';
	color: #999999;
	cursor: default;
}
#viewer div.container div.-element div.middle div.photos {
	margin: 15px -9px;
	position: relative;
}
#viewer div.container div.-element div.middle div.photos div.photo {
	position: relative;
	border: 1px solid #1c1c1c;
	width: 183px;
	line-height: 0;
	vertical-align: bottom;
	display: inline-block; *zoom:1; *display:inline;
	margin: 9px;

	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;

	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(242,242,242,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
}
#viewer div.container div.-element div.middle div.photos div.photo:hover {
	border-color: #c5c5c5;
}
#viewer div.container div.-element div.middle div.photos div.photo span.hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	opacity: 0;
	line-height: 0;

	background: rgb(242,242,242);
	background: -moz-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 );

	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#viewer div.container div.-element div.middle div.photos div.photo:hover span.hover {
	opacity: 1;
}
#viewer div.container div.-element div.middle div.photos div.photo a {
	display: inline-block; *zoom:1; *display:inline;
	width: 100%;
	height: 100%;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 20;
	line-height: 0;
}
#viewer div.container div.-element div.middle div.photos div.photo a img {
	width: 100%;
}
#viewer div.container div.-form {

}
#viewer div.container div.-form div.fields {
	margin: 0 -20px 10px -20px;
}
#viewer div.container div.-form div.field {
	width: 340px;
	margin: 0px 20px 35px;
	display: inline-block; *zoom:1; *display:inline;
	vertical-align: top;
	font-size: 0px;
}
#viewer div.container div.-form div.field div.label {
	font-size: 12px;
	color: #333333;
	text-transform: uppercase;
	text-align: left;
	height: 20px;
	padding: 0 0 5px;
	position: relative;
	vertical-align: top;
}
#viewer div.container div.-form div.field div.label span.important {
	color: #d70000;
	font-size: 15px;
	display: inline-block; *zoom:1; *display:inline;
	padding: 0 4px;
}
#viewer div.container div.-form div.field div.label span.hint {
	display: inline-block; *zoom:1; *display:inline;
	text-align: left;
	font-size: 11px;
	color: #676767;
	padding: 0 5px 0;
	text-transform: none;
}
#viewer div.container div.-form div.field div.input {
	position: relative;
}
#viewer div.container div.-form div.field div.input input {
	border: 1px solid #cccccc;
	padding: 5px 9px 5px;
	margin: 0;
	color: #999999;
	font-size: 11px;
	outline: none;
	width: 320px;

	background: rgb(229,229,229);
	background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(249,249,249,1) 40%, rgba(249,249,249,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(40%,rgba(249,249,249,1)), color-stop(100%,rgba(249,249,249,1)));
	background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(249,249,249,1) 40%,rgba(249,249,249,1) 100%);
	background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(249,249,249,1) 40%,rgba(249,249,249,1) 100%);
	background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(249,249,249,1) 40%,rgba(249,249,249,1) 100%);
	background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(249,249,249,1) 40%,rgba(249,249,249,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#f9f9f9',GradientType=0 );

	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#viewer div.container div.-form div.field div.input input:focus {
	color: #1a1a1a;
	border-color: #999999;
}
#viewer div.container div.-form div.field div.input input[type="file"] {
	cursor: pointer;
	opacity: 0;
	height: 24px;
	padding: 0;
	position: relative;
	z-index: 30;
}
#viewer div.container div.-form div.field div.input input + .file {
	border: 1px solid #cccccc;
	padding: 5px 9px 5px;
	margin: 0;
	color: #999999;
	font-size: 11px;
	outline: none;
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0;
	box-sizing: border-box;
		
	background: rgb(229,229,229);
	background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(249,249,249,1) 40%, rgba(249,249,249,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(40%,rgba(249,249,249,1)), color-stop(100%,rgba(249,249,249,1)));
	background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(249,249,249,1) 40%,rgba(249,249,249,1) 100%);
	background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(249,249,249,1) 40%,rgba(249,249,249,1) 100%);
	background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(249,249,249,1) 40%,rgba(249,249,249,1) 100%);
	background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(249,249,249,1) 40%,rgba(249,249,249,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#f9f9f9',GradientType=0 );
}
#viewer div.container div.-form div.field div.input input + .file span {
	box-sizing: border-box;
	color: #666666;
	display: block;
	font-size: 11px;
	height: 100%;
	line-height: 12px;
	margin-right: 34px;
	padding-top: 1px;
	z-index: 35;
}
#viewer div.container div.-form div.field div.input input + .file span:after {
	background: url(/images/folder.png) center center no-repeat;
	background-size: 100% 100%;
	content: '';
	height: 12px;
	position: absolute;
	right: 10px;
	top: 5px;
	width: 15px;
	z-index: 30;
}
#viewer div.container div.-form div.field div.input input + .file .loading {
	background-image: url(/images/loading-5.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 10px;
}
#viewer div.container div.-form div.field div.input input._error, #viewer div.container div.-form div.field div.input input.error {
	border-color: #ba0000;
}
#viewer div.container div.-form div.field.field-captcha div.input input {
	width: 110px;
}
#viewer div.container div.-form div.field div.input span.image {
	display: inline-block; *zoom:1; *display:inline;
	width: 100px;
	height: 30px;
	position: absolute;
	right: 95px;
	top: -3px;
}
#viewer div.container div.-form div.field div.input span.image img {

}
#viewer div.container div.-form div.field div.select {

}
#viewer div.container div.-form div.field div.select select {
	border: 1px solid #cccccc;
	padding: 6px 9px 7px;
	color: #999999;
	font-size: 11px;
	outline: none;
	width: 340px;

	background: rgb(229,229,229);
	background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(249,249,249,1) 40%, rgba(249,249,249,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(40%,rgba(249,249,249,1)), color-stop(100%,rgba(249,249,249,1)));
	background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(249,249,249,1) 40%,rgba(249,249,249,1) 100%);
	background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(249,249,249,1) 40%,rgba(249,249,249,1) 100%);
	background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(249,249,249,1) 40%,rgba(249,249,249,1) 100%);
	background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(249,249,249,1) 40%,rgba(249,249,249,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#f9f9f9',GradientType=0 );

	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#viewer div.container div.-form div.field div.select select:focus {
	color: #1a1a1a;
	border-color: #999999;
}
#viewer div.container div.-form div.field div.select select._error, #viewer div.container div.-form div.field div.select select.error {
	border-color: #ba0000;
}
#viewer div.container div.-form div.field div.textarea {

}
#viewer div.container div.-form div.field div.textarea textarea {
	border: 1px solid #cccccc;
	padding: 8px 9px 9px;
	margin: 0;
	color: #999999;
	font-size: 11px;
	outline: none;
	resize: none;
	width: 700px;
	height: 80px;

	background: rgb(229,229,229);
	background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(249,249,249,1) 10%, rgba(249,249,249,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(10%,rgba(249,249,249,1)), color-stop(100%,rgba(249,249,249,1)));
	background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(249,249,249,1) 10%,rgba(249,249,249,1) 100%);
	background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(249,249,249,1) 10%,rgba(249,249,249,1) 100%);
	background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(249,249,249,1) 10%,rgba(249,249,249,1) 100%);
	background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(249,249,249,1) 10%,rgba(249,249,249,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#f9f9f9',GradientType=0 );

	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#viewer div.container div.-form div.field div.textarea textarea:focus {
	color: #1a1a1a;
	border-color: #999999;
}
#viewer div.container div.-form div.field div.textarea textarea._error, #viewer div.container div.-form div.field div.textarea textarea.error  {
	border-color: #ba0000;
}
#viewer div.container div.-form div.important {
	color: #b2b2b2;
	font-size: 12px;
	margin: 0px 20px 35px 0;
	text-align: right;
	display: inline-block; *zoom:1; *display:inline;
	width: 340px;
	padding: 25px 0 0;
}
#viewer div.container div.-form div.important span {
	color: #d70000;
	font: 11pt 'Arial';
	display: inline-block; *zoom:1; *display:inline;
	padding: 0 4px;
}
#viewer div.container div.-form div.text {
	padding: 10px 0 0 105px;
}
#viewer div.container div.-form div.text a:hover {
	color: #c78592;
}
#viewer div.container div.-form div.button {
	position: relative;
	z-index: 50;
	text-align: right;
}
#viewer div.container div.-form div.button a {
	display: inline-block; *zoom:1; *display:inline;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	line-height: 10px;
	position: relative;
	padding: 16px 35px 17px;
	text-shadow: 1px 0 1px #000000;
	text-decoration: none;
}
#viewer div.container div.-form div.button a:before, #viewer div.container div.-form div.button a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-ms-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
}
#viewer div.container div.-form div.button a:before {
		z-index: -2;

background: rgb(191,48,48); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(191,48,48,1) 0%, rgba(135,28,28,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,48,48,1)), color-stop(100%,rgba(135,28,28,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(191,48,48,1) 0%,rgba(135,28,28,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(191,48,48,1) 0%,rgba(135,28,28,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(191,48,48,1) 0%,rgba(135,28,28,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(191,48,48,1) 0%,rgba(135,28,28,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf3030', endColorstr='#871c1c',GradientType=0 ); /* IE6-9 */
}
#viewer div.container div.-form div.button a:after {
	opacity: 0;
	z-index: -1;

background: -moz-linear-gradient(top,  rgba(94,22,22,0) 0%, rgba(94,22,22,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(94,22,22,0)), color-stop(100%,rgba(94,22,22,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(94,22,22,0) 0%,rgba(94,22,22,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(94,22,22,0) 0%,rgba(94,22,22,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(94,22,22,0) 0%,rgba(94,22,22,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(94,22,22,0) 0%,rgba(94,22,22,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005e1616', endColorstr='#5e1616',GradientType=0 ); /* IE6-9 */
}
#viewer div.container div.-form div.button a:hover:after {
	opacity: 1;
}
#viewer div.container div.-send div.bottom {
	margin: 0 20px 20px 0;
}
#viewer div.container div.-send div.middle div.title {
	display: none;
}
#viewer div.container div.-send div.content-success {

}
#viewer div.container div.-send div.content-success h1 {
	color: #004377;
}
#viewer div.container div.-send div.content-error {

}
#viewer div.container div.-send div.content-error h1 {
	color: #bf0000;
}
/**********************************************/
/**********************************************/
/**		ИСКЛЮЧЕНИЯ БЛОКОВ ФОРМ
/**********************************************/
/**********************************************/
#viewer div.container div.-form div.field-comment {
	width: 100%;
}