@charset "utf-8";

@font-face {
    font-family: 'pt_sansregular';
    src: url('../fonts/pts55f-webfont.eot');
    src: url('../fonts/pts55f-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pts55f-webfont.woff') format('woff'),
         url('../fonts/pts55f-webfont.ttf') format('truetype'),
         url('../fonts/pts55f-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pt_sansbold';
    src: url('../fonts/pts75f-webfont.eot');
    src: url('../fonts/pts75f-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pts75f-webfont.woff') format('woff'),
         url('../fonts/pts75f-webfont.ttf') format('truetype'),
         url('../fonts/pts75f-webfont.svg#pt_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/OpenSans-Semibold-webfont.eot');
    src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/OpenSans-Bold-webfont.eot');
    src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pt_sansitalic';
    src: url('../fonts/pts56f-webfont.eot');
    src: url('../fonts/pts56f-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pts56f-webfont.woff') format('woff'),
         url('../fonts/pts56f-webfont.ttf') format('truetype'),
         url('../fonts/pts56f-webfont.svg#pt_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
html { 
	font-size: 100%; 
	font-family: 'pt_sansregular', Arial, sans-serif; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}
button, 
input, 
select, 
textarea { 
	color: #000; 
	font-family: 'pt_sansregular', Arial, sans-serif;
	font-size: 13px;
}
body { 
	margin: 0; 
	color: #000; 
	font-size: 13px; 
	line-height: 1.3em;
	min-width: 1070px;
	background-color: #f2f2f2;
}
html {
	height: 100%;
}
body {
	height: 100%;
}
#main {
	background: url(../images/bg/bg.png) no-repeat center bottom;
	min-height: 100%;
}
@media only screen and (max-width : 1070px) {
	#main {
		background-position: -760px bottom;
	}
}
a { 
	color: #2587d7; 
	text-decoration: none;
}
a:visited { 
	color: #2587d7;
}
a:hover { 
	color: #2587d7;
	text-decoration: underline;
}
a:focus,
a:hover, 
a:active { 
	outline: 0;
}
ul, 
ol { 
	margin: 0;
	padding: 0; 
	list-style-type: none;
}
table { 
	border-collapse: collapse; 
	border-spacing: 0;
}
td { 
	vertical-align: top;
}

a img {
	border: none;
	outline: none;
}
input:focus, 
textarea:focus{
	outline: none;
}


.top-panel {
	background-color: #000;
	color: #fff;
	height: 30px;
	line-height: 30px;
	min-width: 1070px;
}
.top-panel a {
	color: #fff;
	text-decoration: underline;
	padding: 0 20px;
	font-size: 14px;
}
.top-panel a:hover {
	text-decoration: none;
}
.top-panel span {
	background-color: #f6f6f6;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	color: #000;
	padding: 0 20px;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.float-cont:before,
.float-cont:after {
    content:"";
    display:table;
}
.float-cont:after {
    clear:both;
}
.width-cont {
	width: 1040px;
	padding: 0 15px;
	margin: auto;
}
.logo {
	background: url(../images/logo.png) no-repeat;
	width: 217px;
	height: 64px;
	margin: 17px 0 0;
}
.logo a {
	display: block;
	height: 64px;
}
.header {
	margin-bottom: 24px;
}
.btn {
	height: 45px;
	line-height: 45px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	padding: 0 20px;
	border: none;
	cursor: pointer;
	font-family: 'pt_sansbold';
	background: #4397db; /* Old browsers */
	background: -moz-linear-gradient(left,  #4397db 0%, #58a4e7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#4397db), color-stop(100%,#58a4e7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #4397db 0%,#58a4e7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #4397db 0%,#58a4e7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #4397db 0%,#58a4e7 100%); /* IE10+ */
	background: linear-gradient(to right,  #4397db 0%,#58a4e7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4397db', endColorstr='#58a4e7',GradientType=1 ); /* IE6-9 */
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	letter-spacing: 0.5px;
	text-align: center;
}
a.btn {
	color: #fff;
}
.btn:hover {
	color: #fff;
	text-decoration: none;
	background: #2a8ada;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4397db', endColorstr='#4397db',GradientType=1 ); /* IE6-9 */
}
.btn.color1 {
	color: #fff;
	background: #569d01; /* Old browsers */
	background: -moz-linear-gradient(left,  #569d01 0%, #69b312 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#569d01), color-stop(100%,#69b312)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #569d01 0%,#69b312 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #569d01 0%,#69b312 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #569d01 0%,#69b312 100%); /* IE10+ */
	background: linear-gradient(to right,  #569d01 0%,#69b312 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#569d01', endColorstr='#69b312',GradientType=1 ); /* IE6-9 */
}
.btn.color1:hover {
	background: #569d01;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#569d01', endColorstr='#569d01',GradientType=1 ); /* IE6-9 */
}
.btn.color3 {
	color: #fff;
	background: #ff5555; /* Old browsers */
	background: -moz-linear-gradient(left,  #ff5555 0%, #ff7070 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ff5555), color-stop(100%,#ff7070)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ff5555 0%,#ff7070 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ff5555 0%,#ff7070 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ff5555 0%,#ff7070 100%); /* IE10+ */
	background: linear-gradient(to right,  #ff5555 0%,#ff7070 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5555', endColorstr='#ff7070',GradientType=1 ); /* IE6-9 */
}
.btn.color3:hover {
	background: #ff5555;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5555', endColorstr='#ff5555',GradientType=1 ); /* IE6-9 */
}
.btn.btn-cancel {
	background: #fafafa;
	color: #848485;
}
.btn.btn-cancel:hover {
	background: #ececec;
}
.dashed {
	background: url(../images/bg/dashed-black.png) repeat-x left bottom;
	color: #000;
	cursor: pointer;
}
a.dashed {
	color: #000;
	text-decoration: none;
}
.dashed:hover {
	background-image: none;
}

.hor-menu.box {
	margin-bottom: 45px;
}
.hor-menu .menu-item {
	line-height: 60px;
	padding: 0 20px;
	display: inline-block;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	position: relative;
	float: left;
}
.hor-menu .first-item {
	border-radius: 3px 0 0 3px;
}
.hor-menu .menu-item:hover {
	background-color: #f6f6f6;
}
.hor-menu .menu-item .border {
	height: 3px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #a7a7a7;
	visibility: hidden;
}
.hor-menu .menu-item:hover .border {
	visibility: visible;
}
.hor-menu .menu-item.selected {
	background-color: #a7a7a7;
	color: #fff;
}
.hor-menu .menu-item.color1-hover .border {
	background-color: #64a700;
}
.hor-menu .menu-item.color1-hover.selected {
	background-color: #64a700;
	color: #fff;
}
.hor-menu .menu-item.color3-hover .border {
	background-color: #ff5959;
}
.hor-menu .menu-item.color3-hover.selected {
	background-color: #ff5959;
	color: #fff;
}

.pic-block {
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	position: relative;
	margin-bottom: 45px;
}
.pic-block .bg {
	border-radius: 3px;
	display: block;
}
.pic-block .left-txt {
	position: absolute;
	left: 30px;
	top: 60px;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 32px;
	color: #333333;
	font-family: 'open_sanssemibold';
}
.pic-block .btm-txt {
	position: absolute;
	left: 30px;
	bottom: 24px;
	color: #fff;
}
.pic-block .btm-txt a {
	color: #fff;
	text-decoration: underline;
}
.pic-block .btm-txt a:hover {
	text-decoration: none;
}
.pic-block .right-txt {
	position: absolute;
	right: 30px;
	top: 30px;
	width: 230px;
	height: 350px;
	padding: 25px 30px 0;
}
.bold-line {
	height: 6px;
	background-color: #a7a7a7;
	width: 60px;
	margin-bottom: 25px;
}
.small-title {
	font-size: 20px;
	font-family: 'open_sanssemibold';
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #333;
	margin-bottom: 45px;
	line-height: 24px;
}
.small-title.color1,
.small-title.color2,
.small-title.color3 {
	background-color: transparent;
}
.small-title.color1 .bold-line {
	background-color: #64A700;
}
.small-title.color2 .bold-line {
	background-color: #2587D8;
}
.small-title.color3 .bold-line {
	background-color: #ff5959;
}
.small-title .bold-line {
	margin-top: 27px;
}
.pic-block .right-txt .small-title {
	background: url(../images/ico/stat.png) no-repeat right top;
	line-height: 30px;
	margin-bottom: 18px;
}
.pic-block .right-txt .small-title .bold-line {
	margin-top: 22px;
	margin-bottom: 0;
}
.inner-slides {
	position: relative;
	height: 230px;
}
.inner-slides .slide {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}
.inner-slides .slide.active {
	visibility: visible;
}
.slide .dig {
	color: #2587d7;
	font-size: 48px;
	line-height: 1.2em;
	font-family: 'open_sansbold';
	margin-bottom: 3px;
}
.slide .dig-note {
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	padding: 9px 10px 8px;
	line-height: 1em;
	margin-bottom: 20px;
	display: inline-block;
	letter-spacing: 0.4px;
}
.link-ico {
	margin-right: 5px;
}
a.dashed-cont:hover {
	text-decoration: none;
}
a.dashed-cont:hover .dashed {
	background-image: none;
}


h1, .h1 {
	font-size: 30px;
	line-height: 1.1em;
	font-family: 'open_sanssemibold';
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #333;
	margin-bottom: 40px;
	//background: url(../images/ico/quadro.png) no-repeat;
	padding-top: 34px;
	font-weight: normal;
}
h1.text-center {
	text-align: center;
	background-position: center top;
}
.box {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	margin-bottom: 30px;
}
.w505 {
	width: 505px;
}
.pad {
	padding: 30px;
}
.color1 {
	background-color: #64a700;
}
.color1.color {
	background-color: transparent;
	color: #64a700;
}
.color2 {
	background-color: #2587d8;
}
.color2.color {
	background-color: transparent;
	color: #2587d8;
}
.color3 {
	background-color: #ff5959;
}
.color.color3 {
	background-color: transparent;
	color: #d72d2d;
}
.color4 {
	background-color: #f6f6f6;
}
.color5.color {
	color: #848485;
}
.color7.color {
	color: #989898;
}
.color6.color {
	color: #000;
}
ul.def {
	margin-bottom: 22px;
	background-color: transparent;
}
ul.def li {
	padding-bottom: 22px;
}
ul.def .num {
	font-family: 'pt_sansbold';
	font-size: 16px;
	line-height: 22px;
	float: left;
	background: url(../images/ico/brace.png) no-repeat right center;
	margin-right: 24px;
	padding-right: 14px;
}
ul.def .txt {
	overflow: hidden;
	font-size: 16px;
	line-height: 22px;
}
ul.color1 .num {
	color: #64a700;
}
ul.color2 .num {
	color: #2587d7;
}

.btn-complex {
	height: 90px;
	line-height: 90px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'pt_sansbold';
	font-size: 20px;
	overflow: hidden;
	display: block;
	width: 444px;
	border-radius: 3px;
	background-color: #f6f6f6;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	letter-spacing: 2px;
}
.btn-complex.short {
	width: 315px;
}
.btn-complex a {
	color: #fff;
	text-decoration: none;
}
a.btn-complex:hover {
	color: #fff;
	text-decoration: none;
}
.btn-complex:hover .btn-inner,
.btn-complex.active .btn-inner {
	background: #569d01; /* Old browsers */
	background: -moz-linear-gradient(left,  #569d01 0%, #69b312 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#569d01), color-stop(100%,#69b312)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #569d01 0%,#69b312 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #569d01 0%,#69b312 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #569d01 0%,#69b312 100%); /* IE10+ */
	background: linear-gradient(to right,  #569d01 0%,#69b312 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#569d01', endColorstr='#69b312',GradientType=1 ); /* IE6-9 */
}
.btn-complex .btn-inner {
	padding-left: 30px;
	float: left;
	display: block;
	width: 324px;
	background-color: #a7a7a7;
}
.btn-complex .btn-inner span {
	line-height: 1.1em;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
}
.btn-complex.short {
	float: left;
}
.btn-complex.short .btn-inner {
	width: 195px;
}
.btn-complex .btn-ico {
	text-align: center;
	line-height: normal;
	width: 90px;
	float: right;
	display: block;
}
.btn-complex .btn-ico .ico {
	display: inline-block;
	/*vertical-align: middle;*/
	margin-top: -3px;
    line-height: normal;
    margin: 22px 0 0 0;
}

.gear-number {
	display: block;
	color: black;
    line-height: normal;
    font-size: 16px;
}

.btn-complex .btn-ico .wave-ico {
	width: 28px;
	height: 27px;
	background: url(../images/ico/wave.png) no-repeat;
}
.btn-complex .btn-ico .set-ico {
	width: 29px;
	height: 30px;
	background: url(../images/ico/set.png) no-repeat;
}
.btn-complex:hover .btn-ico .ico,
.btn-complex.active .btn-ico .ico {
	background-position: left bottom;
}
.btn-complex .btn-ico img {
	display: inline-block;
	vertical-align: middle;
}
.btn-complex .color1, .source-btn .btn, .insert-news-btn .btn {
	background: #569d01; /* Old browsers */
	background: -moz-linear-gradient(left,  #569d01 0%, #69b312 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#569d01), color-stop(100%,#69b312)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #569d01 0%,#69b312 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #569d01 0%,#69b312 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #569d01 0%,#69b312 100%); /* IE10+ */
	background: linear-gradient(to right,  #569d01 0%,#69b312 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#569d01', endColorstr='#69b312',GradientType=1 ); /* IE6-9 */
}
.btn-complex:hover .color1, .source-btn .btn:hover, .insert-news-btn .btn:hover {
	background: #569d01;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#569d01', endColorstr='#569d01',GradientType=1 ); /* IE6-9 */
}
.btn-complex .color2 {
	background: #4397db; /* Old browsers */
	background: -moz-linear-gradient(left,  #4397db 0%, #58a4e7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#4397db), color-stop(100%,#58a4e7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #4397db 0%,#58a4e7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #4397db 0%,#58a4e7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #4397db 0%,#58a4e7 100%); /* IE10+ */
	background: linear-gradient(to right,  #4397db 0%,#58a4e7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4397db', endColorstr='#58a4e7',GradientType=1 ); /* IE6-9 */
}
.btn-complex:hover .color2 {
	background: #4397db;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4397db', endColorstr='#4397db',GradientType=1 ); /* IE6-9 */
}

.btn-complex .color3 {
	background: #ff5555; /* Old browsers */
	background: -moz-linear-gradient(left,  #ff5555 0%, #ff7070 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ff5555), color-stop(100%,#ff7070)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ff5555 0%,#ff7070 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ff5555 0%,#ff7070 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ff5555 0%,#ff7070 100%); /* IE10+ */
	background: linear-gradient(to right,  #ff5555 0%,#ff7070 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5555', endColorstr='#ff7070',GradientType=1 ); /* IE6-9 */
}
.btn-complex:hover .color3 {
	background: #ff5555;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5555', endColorstr='#ff5555',GradientType=1 ); /* IE6-9 */
}
#footer {
	margin-top: -153px;
	clear: both;
}
.footer {
	margin-bottom: 30px;
	clear: both;
}
.footer .pad {
	padding-top: 26px;
}
.footer-left {
	float: left;
	width: 800px;
}
.footer-right {
	float: right;
	width: 175px;
	margin-top: 46px;
}
.footer-menu {
	overflow: hidden;
	margin-bottom: 24px;
}
.footer-menu li {
	float: left;
	margin-right: 30px;
}
.footer a {
	color: #000;
	text-decoration: underline;
}
.footer a:hover {
	text-decoration: none;
}
.text-right {
	text-align: right;
}
.plus18 {
    background-color: #313131;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    margin-right: 4px;
    padding: 0 3px 0 4px;
}
.silver {
	color: #848485;
}
.footer-right a {
	color: #d72d2d;
}
.w720 {
	width: 720px;
}
.btm-box {
	background-color: #f6f6f6; 
}
.btm-box.pad {
	padding: 23px 30px 26px;
}
.w250 {
	width: 250px;
}
.noup {
	text-transform: none;
}

input[type="text"],
input[type="number"],
input[type="password"] {
	height: 43px;
	line-height: 43px;
	padding: 0 20px;
	border-radius: 3px;
	border: 1px solid #e1e1e1;
	background-color: #fafafa;
	margin-right: 28px;
	width: 178px;
} 
input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="text"]:active,
input[type="number"]:active,
input[type="password"]:active {
	background-color: #fff;
}
input[type="text"].disabled,
input[type="password"].disabled {
	color: #848485;
	background-color: #fafafa;
}
input.long {
	width: 618px;
}
textarea {
	border-radius: 3px;
	border: 1px solid #e1e1e1;
	background-color: #fafafa;
	overflow: auto;
	width: 618px;
	padding: 10px 20px;
	line-height: 1.3em;
	height: 51px;
	resize: vertical;
	margin: 0;
}
textarea.disabled {
	color: #848485;
	resize: none;
}
label, .label {
	text-transform: uppercase;
	margin-bottom: 10px;
}
label {
	cursor: pointer;
	display: inline-block;
}
label.disabled {
	cursor: default;
}
label.radio {
	text-transform: none;
	margin-bottom: 0;
	background: url(../images/bg/dashed-black.png) repeat-x left bottom;
}
label.disabled {
	cursor: default;
}
label.disabled.radio {
	background-image: none;
}
label.radio:hover,
label.radio.selected {
	background-image: none;
}
select {
	height: 43px;
	margin-right: 40px;
	padding: 12px;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
}
.input-radio,
.input-check {
    background: url("../images/ico/radio.png") no-repeat;
    clear: left;
    cursor: pointer;
    display: block;
    float: left;
    height: 15px;
    margin: 0 7px 0 0;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 15px;
}
.input-radio.disabled {
	background: url("../images/ico/radio-disabled.png") no-repeat;
}
.input-radio.disabled {
	cursor: default;
}
.input-check {
	background-image: url("../images/ico/check.png")
}
input.input-radio,
input.input-check {
    left: -600px;
    position: absolute;
    top: 0;
}
input.placeholder {
	font-family: 'pt_sansregular';
	color: #000;
}
::-webkit-input-placeholder {
	color: #000;
}
::-moz-placeholder {
	color: #000;
}
:-ms-input-placeholder {
	color: #000;
}
.it {
	color: #333;
	font-family: 'pt_sansitalic';
}
.tip-cont {
	height: 35px;
	position: relative;
}
.tip-elem {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
.tip-elem.visible {
	visibility: visible;
}
.grey {
	background-color: #f6f6f6;
}
.light-grey {
	background-color: #fafafa;
}
.upp {
	text-transform: uppercase;
}
.list-smi,
.table-smi {
	margin: 30px 0 0;
}
.smi-item {
	border-top: 1px solid #c1c1c1;
	padding: 14px 0 13px;
}
.star,
.yan,
.goog,
.ram,
.bad_smi,
.top_media,
.target_icon,
.med,
.place {
	display: inline-block;
	height: 22px;
	vertical-align: top;
	margin-left: 5px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center top;
}
.med {
	background-image: url(../images/ico/medialogy.png);
	width: 22px; 
}
.star {
	background-image: url(../images/ico/star.png);
	width: 22px; 
}
.target_icon {
	background-image: url(../images/ico/target_icon.png);
	width: 20px; 
}
.yan {
	background-image: url(../images/ico/yan.png);
	width: 22px; 
}
.goog {
	background-image: url(../images/ico/goog.png);
	width: 22px; 
}
.top_media {
	background-image: url(../images/ico/top_media.png);
	width: 22px; 
}
.bad_smi {
	background-image: url(../images/ico/bad_smi.png);
	width: 22px; 
}
.ram {
	background-image: url(../images/ico/ram.png);
	width: 22px; 
}
.place {
	background-image: url(../images/ico/place.png);
	width: 18px;
}
/*.star:hover,
.yan:hover,
.goog:hover,
.target_icon:hover,
.place:hover {
	background-position: center bottom;
}*/
.smi-item .star,
.smi-item .yan,
.smi-item .goog,
.smi-item .ram,
.smi-item .med,
.smi-item .target_icon,
.smi-item .place {
	float: left;
	margin-left: 10px;
}
.smi-item .dashed {
	float: left;
	margin-top: 2px;
	margin-right: 4px;
}
.smi-item:before,
.smi-item:after {
    content:"";
    display:table;
}
.smi-item:after {
    clear:both;
}
.smi-item .dashed:hover {
	font-family: 'pt_sansbold';
}
.type-content {
	position: relative;
	display: none;
}
.type-corner {
	width: 31px;
	height: 16px;
	background: url(../images/ico/corner.png) no-repeat;
	position: absolute;
	top: -16px;
}
.type1 .type-corner {
	left: 173px;
}
.type2 .type-corner {
	left: 516px;
}
div.price {
	font-size: 30px;
	line-height: 1em;
	font-family: 'open_sanssemibold';
	letter-spacing: 2px;
	margin-bottom: 15px;
	color: #333;
}
.it.note {
	letter-spacing: 1px;
}
.sum-cont {
	position: relative;
}
.sum-pos {
	position: absolute;
	overflow: hidden;
	top: 44px;
}
.sum-left {
	padding: 0 18px;
	float: left;
	line-height: 45px;
	color: #848485;	
}
.sum-left b {
	font-family: 'pt_sansbold';
	font-weight: normal;
	text-transform: uppercase;
	margin-right: 10px;
	color: #000;
}
.sum-left .color1 {
	font-family: 'pt_sansbold';
	letter-spacing: 1px;
}

.sum-right {
	float: left;
	background: #f6f6f6;
	width: 45px;
	height: 45px;
	cursor: pointer;
	text-align: center;
	line-height: 45px;
}
.sum-right span {
	width: 18px;
	height: 20px;
	background: url(../images/ico/down.png) no-repeat;
	display: inline-block;
	vertical-align: middle; 
}
.sum-right:hover span {
	background-position: left bottom; 
}

.sum-left-layer {
	padding: 0 18px;
	float: left;
	line-height: 25px;
	color: #848485;	
}
.sum-left-layer b {
	font-family: 'pt_sansbold';
	font-weight: normal;
	text-transform: uppercase;
	margin-right: 10px;
	color: #000;
}
.sum-left-layer .color1 {
	font-family: 'pt_sansbold';
	letter-spacing: 1px;
}

.sum-right-layer {
	float: right;
	background: #f6f6f6;
	width: 45px;
	height: 35px;
	cursor: pointer;
	text-align: center;
	line-height: 25px;
}
.sum-right-layer span {
	width: 18px;
	height: 20px;
	background: url(../images/ico/down.png) no-repeat;
	display: inline-block;
	vertical-align: middle; 
}
.sum-right-layer:hover span {
	background-position: left bottom; 
}

.sum-pos.fixed {
	position: fixed;
	right: auto !important;
}

.table-smi {
	width: 100%;
}
.table-smi td {
	border-top: 1px solid #C1C1C1;
	padding: 14px 0;
}
.table-smi td.price,
.table-smi td.pop {
	letter-spacing: 1px;
}
.table-smi td.price .color5,
.table-smi td.pop .color5 {
	letter-spacing: 0;
}
.view {
	display: inline-block;
	width: 17px;
	height: 13px;
	background: url(../images/ico/view.png) no-repeat;
	margin-right: 5px;
	vertical-align: middle;
}
.table-smi .pop {
	width: 20%;
}
.table-smi .price {
	text-align: right;
	width: 18%;
}
.table-smi.ver2 td.price {
	width: 200px;
}
.table-smi td.price a {
	letter-spacing: 0;
	text-decoration: underline;
}
.table-smi td.price a:hover {
	text-decoration: none;
}
.table-smi .check-col {
	width: 34px;
}
.table-smi tr:hover td.price {
	font-family: 'pt_sansbold';
}
.table-smi tr:hover td.price a {
	font-family: 'pt_sansregular';	
}
.table-smi th {
	font-weight: normal;
	text-align: left;
	padding-bottom: 14px;
}
.table-smi th.price {
	text-align: right;
}
.table-smi .smi-item {
	border-top: none;
	padding: 0;
}
.sort-col {
	display: inline-block;
}
.sort {
	width: 7px;
	height: 11px;
	background: url(../images/ico/sort.png) no-repeat;
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	opacity: 0.2;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20);
}
.sort-col:hover .sort {
	opacity: 1;
	filter: none;
}
.sort-col.active .sort {
	opacity: 1;
	filter: none;
}
.sort-col.active .dashed {
	color: #3c82d5;
	background-image: url(../images/bg/dashed-blue.png);
}
.sort-col.active.sort-dec .sort {
	background-position: left bottom;
}
input.search-input {
	width: 267px;
	border-right: none;
	float: left;
	margin-right: 0;
	border-radius: 3px 0 0 3px;
	background-color: #fff;
}
.search-ico {
	width: 45px;
	height: 45px;
	background: url(../images/ico/search.png) no-repeat center center #a7a7a7;
	float: left;
	display: block;
	cursor: pointer;
	border-radius: 0 3px 3px 0;
}


.layer {
	display: none;
	width: 458px;
}
.width-auto {
	width: auto;
}
.layer b {
	font-family: 'pt_sansbold';
	font-weight: normal;
}
table.twocols {
	width: 100%;
}
table.twocols td {
	padding: 14px 0;
	border-top: 1px solid #c1c1c1;
}
table.twocols .right {
	text-align: right;
}
.r-btm {
	border-radius: 0 0 3px 3px;
}
table.twocols a {
	text-decoration: underline;
}
table.twocols a:hover {
	text-decoration: none;
}
.layer .pad.r-btm {
	padding-bottom: 15px;
}

.input-file {
	position: relative;
	margin-bottom: 20px;
}
.input-file input.hid {
	position: absolute;
	visibility: hidden;
}
.upload-cont {
	background: url(../images/bg/dashed-grey.png) repeat-x;
	padding-top: 20px;
}
.upload-item {
	margin-bottom: 12px;
	line-height: 19px;
}
.upload-type {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}
.upload-del,
.del {
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 11px;
	margin-left: 18px;
	background: url(../images/ico/del.png) no-repeat;
	cursor: pointer;
}
.upload-del:hover,
.del:hover {
	background-position: left bottom;
}
.upload-item.active .upload-name {
	color: #d72d2d;
}
.w480 {
	width: 480px;
}

/* tabs */
.tab-menu {
	list-style-type: none;
	overflow: hidden;
	margin: 0 0 30px;
	padding: 0;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	display: inline-block;
	border-radius: 3px;
}
.tab-menu li {
	display: inline;
	float: left;
}
.tab-menu li a {
	display: block;
	padding: 0 25px;
	color: #000;
	background-color: #fff;
	text-decoration: none;
	height: 60px;
	line-height: 60px;
	text-transform: uppercase;
}
.tab-menu li.first a {
	border-radius: 3px 0 0 3px;
}
.tab-menu li.last a {
	border-radius: 0 3px 3px 0;
}
.tab-menu li a:hover {
	color: #fff;
	background-color: #62ac0b;
}
.tab-menu li.active a {
	color: #fff;
	background-color: #62ac0b;
}
.tab-menu li.active a:hover {
	text-decoration: none;
	cursor: default;
}
.tab-content {
	position: relative;
	display: none;
}
.tab-content.visible {
	display: block;
}
.tab-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	width: 32px;
	height: 32px;
	background-image: url(../images/ico/ajax-loader.gif);
}

.task-header {
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	cursor: pointer;
	border-radius: 3px;
}
.task-item.active .task-header {
	border-radius: 3px 3px 0 0;
}
.task-header .fleft {
	color: #848485;
	font-family: 'pt_sansbold';
	text-transform: uppercase;
}
.task-header .sep {
	margin: 0 5px;
}
.dashed.color5 {
	background-image: url(../images/bg/dashed-grey.png);
}
.task-header:hover,
.task-item.active .task-header {
	background-color: #62ac0b;
	color: #fff;
}
.task-header:hover .fleft,
.task-item.active .task-header .fleft {
	color: #fff;
}
.task-header:hover .dashed,
.task-item.active .task-header .dashed {
	color: #fff;
	background-image: none;
}
.table-smi .last {
	text-align: right;
}
.underline {
	text-decoration: underline;
}
a.underline:hover {
	text-decoration: none;
}
.bold {
	font-family: 'pt_sansbold';
}
.task-content {
	display: none;
}
.task-item.box {
	margin-bottom: 15px;
}
.footer-sep {
	clear: both;
}
.balance-btn {
	float: left;
	cursor: pointer;
	margin-right: 20px;
}
.balance-btn .sum-right span {
	background: url("../images/ico/balance.png") no-repeat;
    height: 18px;
}
.balance-btn:hover .sum-right span {
	background-position: left bottom;
}
.w550 {
	width: 550px;
}
.w460 {
	width: 460px;
}
.pt28 {
	padding-top: 28px;
}
.border-top {
	border-top: 1px solid #C1C1C1;
	padding-top: 18px;
}
.pad.r-btm {
	padding-top: 28px;
}


.w700 {
	width: 700px;
}
.worker .tab-menu li.active a {
	background-color: #a7a7a7;
}
.worker .tab-menu li a:hover {
	background-color: #a7a7a7;
	color: #fff;
}
.worker .task-header:hover,
.worker .task-item.active .task-header {
	background-color: #a7a7a7;
}
.right-pos .input-check {
	float: right;
	margin-left: 10px;
}
.btn-grey {
	background-color: #fafafa;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #848485;
    display: inline-block;
    font-family: 'pt_sansbold';
    font-size: 20px;
    height: 90px;
    letter-spacing: 2px;
    line-height: 90px;
    overflow: hidden;
    text-transform: uppercase;
    padding: 0 30px;
    border: none;
    cursor: pointer;
}
.btn-grey:hover {
	color: #FF5959;
}


.price-cont {
	display: inline-block;
	padding-top: 13px;
	margin-right: 15px;
}
.input-cont {
	display: inline-block;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
}
.input-cont input[type="text"] {
	background-color: #fff;
	border:none;
	width: 247px;
	margin-right: 0;
	float: left;
	color: #62ac0b;
}
.table-smi.ver2 td.price.w425 {
	width: 425px;
	padding: 3px 0;
}
.table-smi.ver2 td.price.w425 .input-cont {
	float: right;
}
.clear-input {
	width: 11px;
	height: 11px;
	display: block;
	float: left;
	margin-top: 17px;
	margin-right: 11px;
	cursor: pointer;
	background: url(../images/ico/del.png) no-repeat;
	visibility: hidden; 
}
.clear-input:hover {
	background-position: left bottom;
}
.tab-menu li.moder a:hover,
.tab-menu li.moder.active a {
	background-color: #d72d2d;
}
.worker .moder .task-header:hover,
.worker .task-item.active.moder .task-header {
	background-color: #d72d2d;
}
.link-cont {
	display: inline-block;
	width: 290px;
	margin-right: 10px;
	margin-left: 20px;
	overflow: hidden;
	letter-spacing: 0;
	text-align: left;
	padding-top: 13px;
	vertical-align: top;
	height: 17px;
}
.link-cont a {
	color: #62ac0b;
}
.table-smi tr:hover td.price .link-cont,
.table-smi tr:hover td.price .done-cont {
	font-family: 'pt_sansregular';
}
.tab-menu li.done a:hover,
.tab-menu li.done.active a {
	background-color: #62ac0b;
}
.worker .done .task-header:hover,
.worker .task-item.active.done .task-header {
	background-color: #62ac0b;
}
.done .link-cont {
	width: 250px;
	margin-left: 10px;
}
.done-cont {
	display: inline-block;
	width: 68px;
	vertical-align: top;
	padding-top: 13px;
	letter-spacing: 0;
}
.dashed.color1 {
	background-image: url(../images/bg/dashed-green.png);
}
.dashed.color2 {
	background-image: url(../images/bg/dashed-blue.png);
}
.dashed.color3 {
	background-image: url(../images/bg/dashed-red.png);
}
.color3.color a {
	color: #FF5959;
}
/*
.table-smi .price .dashed {
	display: inline-block;
	line-height: 1.2em;
}*/

.quest-item .quest {
	padding: 20px;
	overflow: hidden;
	cursor: pointer;
}
.quest-item .quest .dashed {
	cursor: default;
}
.quest-item .quest:hover {
	font-family: 'pt_sansbold';
}
.quest-item .quest:hover .dashed {
	background-image: none;
}
.quest-item.opened .quest {
	background: #4397db; /* Old browsers */
	background: -moz-linear-gradient(left,  #4397db 0%, #58a4e7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#4397db), color-stop(100%,#58a4e7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #4397db 0%,#58a4e7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #4397db 0%,#58a4e7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #4397db 0%,#58a4e7 100%); /* IE10+ */
	background: linear-gradient(to right,  #4397db 0%,#58a4e7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4397db', endColorstr='#58a4e7',GradientType=1 ); /* IE6-9 */
	border-radius: 3px 3px 0 0;
	color: #fff;
}
.quest-item.opened .quest:hover {
	font-family: 'pt_sansregular';
}
.quest-item.opened .quest .dashed {
	color: #fff;
	background-image: none;
}
.quest-num {
	float: left;
	margin-right: 5px;
}
.quest-body {
	overflow: hidden;
}
.quest-item .answer {
	padding: 30px;
	display: none;
}
.quest-item.opened .answer {
	display: block;
}
.answer-inner {
	border: 1px solid #c1c1c1;
	border-width: 1px 0 1px 0;
	padding: 20px 0 10px;
}
ul.digit {
	margin-bottom: 15px;
}
ul.digit li {
	margin-bottom: 15px;
	overflow: hidden;
}
ul.digit .digit-num {
	color: #3c82d5;
	font-family: 'pt_sansbold';
	background: url(../images/ico/brace.png) no-repeat right center;
	float: left;
	padding-right: 16px;
	line-height: 22px;
	display: block;
	margin-right: 22px;
}
ul.digit .digit-txt {
	overflow: hidden;
	padding-top: 3px;
}
p {
	margin-bottom: 20px;
}
.w220 {
	width: 220px;
}
.w458 {
	width: 458px;
}
.clear {
	clear: both;
	height: 1px;
}
.radio-blue .input-radio {
	background-image: url(../images/ico/radio-blue.png);
}
.w357 {
	width: 357px !important;
}
.w152 {
	width: 152px !important;
}
.no-upp {
	text-transform: none;
}
.smi-del {
	vertical-align: top;
	margin-top: 3px;
	display: none;
}
.add-smi {
	background: url(../images/ico/plus.png) no-repeat right center;
	padding-right: 20px;
	cursor: pointer;
	display: inline-block;
}
.add-smi:hover .dashed {
	background-image: none;
}
.add-smi-cont {
	margin-top: -10px;
}

.worker-content {
	display: none;
}
.display-none {
	display: none;
}
.edit-save-form input[type="text"],
.edit-save-form input[type="password"] {
	background-color: #fff;
}
.edit-save-form input[type="text"]:focus,
.edit-save-form input[type="password"]:focus {
	border-color: #3c82d5;
}
.edit-save-form input[type="text"].disabled,
.edit-save-form input[type="password"].disabled {
	background-color: #fafafa;
}
.w154 {
	width: 154px;
}
.w80 {
	width: 80px;
}
input.btn.w154 {
	width: 194px;
	padding: 0;
}
.btn.disabled {
	cursor: default;
	background: #f6f6f6;
	color: #c1c1c1;
}
.add-smi-cont.disabled .add-smi {
	cursor: default;
	opacity: 0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.add-smi-cont.disabled .add-smi .dashed {
	cursor: default;
}
.add-smi-cont.disabled .add-smi:hover .dashed {
	background-image: url("../images/bg/dashed-black.png");
}
.worker-part .changed {
	color: #d72d2d;
}
.worker-part input.changed {
	border-color: #d72d2d;
}
.message-body {
	margin-bottom: 27px;
}



.partner-list {
	width: 1070px;
}
.partner-item {
	float: left;
	margin-bottom: 30px;
	margin-right: 30px;
	width: 184px;
	cursor: pointer;
}
.partner-img {
	width: 184px;
	height: 120px;
	display: block;
	overflow: hidden;
	text-align: center;
	line-height: 120px;
	border-radius: 3px 3px 0 0;
}
.partner-img img {
	display: inline-block;
	vertical-align: middle;
}
.partner-name {
	background: #f6f6f6;
	border-radius: 0 0 3px 3px;
	height: 69px;
	padding-left: 22px;
	border: 1px solid #fff;
	display: block;
	line-height: 69px;
	padding-right: 10px;
}
.partner-name:hover {
	text-decoration: none;
}
.partner-name .dashed {
	background-image: url(../images/bg/dashed-blue.png);
	color: #2587d8;
	line-height: 1.1em;
}
.partner-item:hover .dashed {
	background-image: none;
}

.footer-menu a.selected {
	text-decoration: none;
	color: #848485;
}
a.cab-link {
	color: #000;
	text-decoration: underline;
	background: url(../images/ico/profile.png) no-repeat left top;
	padding-left: 18px;
}
a.cab-link:hover {
	text-decoration: none;
}
.price.mb25 {
	margin-bottom: 25px;
}
.price.fs29 {
	font-size: 29px;
	letter-spacing: 0;
}
.detail-btn {
	cursor: pointer;
}
.detail-btn.dashed:hover {
	background-image: none;
}
.sep {
	margin: 0 7px;
	color: #a2a2a3;
}
.pad.r-btm.pb26 {
	padding-bottom: 26px !important;
}
.btn.part1 {
	border-radius: 3px 0 0 3px;
}
.btn.part2 {
	border-radius: 0 3px 3px 0;
	background: #f6f6f6;
	color: #848485;
	text-transform: none;
	cursor: default;
}
.plus {
	color: #62ac0b;
}
.minus {
	color: #d72d2d;
}
.twocols.detail {
	margin-top: 27px;
}
table.detail .td1 {
	width: 118px;
}
.footer-tablet-only {
	background-color: #ececec;
}
.task-item.active .sep,
.task-item:hover .sep {
	color: #fff;
}

.layer-bg {
	position: fixed;
	z-index: 1;
	background: url(../images/ico/fancybox_overlay.png);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.layer-cont {
	position: relative;
	margin: auto;
    padding: 0 15px;
    width: 1040px;
    z-index: 3;
}
.layer-cont .layer {
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -229px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
}
.layer-cont .layer .close {
	background: url("../images/ico/close.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 15px;
    position: absolute;
    right: 30px;
    top: 29px;
    width: 15px;
    z-index: 8040;
}
.layer-cont .layer .close:hover {
	background-position: left bottom;
}


input.error {
	border-color: #D72D2D;
}



.autocomplete-cont {
	position: relative;
	clear: both;
}
.autocomplete-suggestions-my {
	position: absolute;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #E1E1E1;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    z-index: 1010;
    width: 100%;
    top: 2px;
    left: 0;
}
.autocomplete-suggestion-my {
	line-height: 19px;
	padding:  5px 6px 5px 20px;
	cursor: pointer;
}
.autocomplete-suggestion-my:hover {
	background-color: #f6f6f6;
}
.autocomplete-suggestion-my strong {
	font-weight: normal;
	color: #64A700;
}


.btn-complex.unactive a {
	cursor: default;
}
.unactive .btn-inner.color1 {
	background: #A7A7A7;
}
.btn-complex .btn-ico .go-ico {
	background: url("../images/ico/go.png") no-repeat !important;
    height: 30px;
    width: 25px;
}
.unactive.btn-complex .btn-ico .go-ico {
	background-position: left bottom !important;
}

input.error {
	border-color: #D72D2D;
}

.paging {
	overflow: hidden;
	padding-bottom: 3px;
}
.paging a.page,
.paging span.page {
	display: block;
	float: left;
	margin-right: 5px;
	background: #fff;
	border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    line-height: 26px;
    padding: 0 3px;
    min-width: 20px;
    text-align: center;
    text-decoration: none;
    color: #848485;
}
.paging span.page {
	background: transparent;
	box-shadow: none;
}
.paging a.page:hover {
	color: #fff;
	background: #848485;
}
.paging a.page.selected {
	color: #fff;
	background: #62AC0B;
}
.paging .unactive .page {
	cursor: default;
	opacity: 0.5;
	background-color: #fff !important;
	color: #848485 !important;
}

a.dashed.blue {
	color: #2587d7;
	background-image: url(../images/bg/dashed-blue.png);
}
a.dashed.blue:hover {
	background-image: none;
}
.btn-new {
	background: url("../images/bg/btn-blue.png") repeat-x;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'pt_sansbold';
    height: 34px;
    line-height: 34px;
    padding: 0 17px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
}
strong {
	font-family: 'pt_sansbold';
}
.task-header .fright {
	font-size: 14px;
	margin-right: 0px;
}

.mrg214 {
	margin-right: 214px !important;
}

.done-txt {
	color: #848485;
	margin-bottom: 22px;
}
.done-txt a {
	color: #848485;
	text-decoration: underline;
}
.done-txt a:hover {
	text-decoration: none;
}
.ib {
	display: inline-block;
}
.mb22 {
	margin-bottom: 22px;
}
.w610 {
	width: 610px;
}
.tab-menu li a {
	position: relative;
}
.tab-menu .mark {
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: #62ac0b;
	color: #fff;
	text-align: center;
	line-height: 15px;
	border-radius: 15px;
	position: absolute;
	top: 9px;
	right: 9px;
	font-size: 10px;
}
.tab-menu .active .mark,
.tab-menu li a:hover .mark {
	background-color: #fff;
	color: #333;
}
.tab-menu.worker .mark {
	background-color: #a7a7a7;
	color: #fff;
}
.tab-menu.worker .moder .mark {
	background-color: #d72d2d;
	color: #fff;
}
.tab-menu.worker .active .mark,
.tab-menu.worker a:hover .mark {
	background-color: #fff;
	color: #333;
}
.tab-menu.worker .moder.active .mark,
.tab-menu.worker li.moder a:hover .mark {
	background-color: #fff;
	color: #333;
}
.tab-menu.worker .done .mark {
	background-color: #62ac0b;
	color: #fff;
}
.tab-menu.worker .done.active .mark,
.tab-menu.worker li.done a:hover .mark {
	background-color: #fff;
	color: #333;
}
.balance-btn.gonorar-btn .sum-right span {
	width: 26px;
	height: 17px;
	background-image: url(../images/ico/gonorar.png);
}
.red-it {
	color: #d62e2d;
	font-family: 'pt_sansitalic';
	text-transform: none;
	padding-left: 5px;
}

.date-filter {
	margin-bottom: 15px;
	background: #f6f6f6;
	padding: 20px;
}
input.dpicker {
	width: 70px;
	height: 32px;
	line-height: 32px;
	margin-left: 10px;
	padding: 0 10px;
	text-align: center;
	margin-right: 10px;
}
.date-submit {
	text-decoration: none;
	line-height: 33px;
	height: 32px;
}

#cust-tab .sum-pos {
	top: 0;
}

.search-news-long {
	width: 573px;
}
.autocomplete-suggestions-my {
	z-index: 1005;
}
.sum-pos {
	top: 67px;
}

.autocomplete-cont {display: none;}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color:transparent; } /* FF 19+ */



.partner-name-inner {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.3em;
}
.partner-name-inner .dashed {
	display: inline;
}

.tooltip_templates { display: none; }

.span_h {
	text-transform: uppercase;
	cursor: pointer;
}


/* news placement new */

.news-quest-item .quest {
	padding: 20px;
	overflow: hidden;
	background-color: #a7a7a7;
	border-radius: 3px 3px 0 0;
	color: #fff;
    cursor: pointer;
}

.news-quest-item .quest:hover, .news-quest-item.opened .quest {
	background-color: #569d01;
}

.news-quest-item .news-quest-title {
	color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}
.news-quest-item .news-answer {
	padding: 30px;
	display: none;
}
.news-answer-inner {
	border: 1px solid #c1c1c1;
	border-width: 1px 0 1px 0;
	padding: 20px 0 10px;
}

.news-quest-item .news-answer .btn-inner {
    margin-top: 10px;
    display: inline-block;
}

.news-quest-img {
    float: right;
}

.news-quest-img-number {
    position: absolute;
}

.news-quest-img-number .gear-number {
    position: relative;
    width: 40px;
    text-align: right;
    top: -50px;
}

.help-btn {
    margin-bottom: 20px;
}

.js-smi-float-list {
    padding: 5px 18px 5px 18px;
    border-top: 1px solid #e1e1e1;
    clear: both;
    display: none;
}

.js-smi-float-list .smi-float-list-title {
    margin-bottom: 5px;
    font-weight: bold;
}

.js-smi-float-list .smi-float-list-clear {
    margin-top: 5px;
    font-weight: bold;
}

.source-btn .btn {
    text-decoration: none;
}

.source-btn.disabled {
    line-height: 45px;
}

.insert-news-btn {
    float:left;
}

.insert-news-btn.disabled {
    line-height: 45px;
}

.form-field-title {
    margin-bottom: 5px;
    text-transform: uppercase;
}

.custom-form input[type="text"],
.custom-form input[type="password"] {
	background-color: #fff;
}
.custom-form input[type="text"]:focus,
.custom-form input[type="password"]:focus {
	border-color: #3c82d5;
}

.custom-form .pad {
    padding-left: 0px;
}

.favourite-filter {
    float: right;
    line-height: 17px;
    vertical-align: top;
}

.favourite-filter .input-check {
    margin-top: 2px;
}

.favourite-filter label {
    margin-bottom: 0px;
    vertical-align: top;
}

.favourite-filter img {
    margin-left: 5px;
}

.favourite-col {
    width: 50px;
    text-align: right;
}

.favourite {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url('/images/ico/favourite-un.png');
}

.favourite:hover, .favourite.active {
    background-image: url('/images/ico/favourite.png');
}

.uploaded-errors {
    color: #ff0000;
}

/*  */