/* style.scss */
* {
  margin: 0;
  padding: 0;
  outline: none;
}
body {
  padding: 0;
  margin: 0;
  font: 12px/14px Arial;
  background: #fff url("/_img/main-bg.png") 0px 30px repeat-x;
  color: #111f26;
}

img {border: none;}

a {color: #1484bf;}
a:hover {text-decoration: none;}
ul {list-style: none;}
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
  display: block;
}

h5 {font-size: 12px; color: #2a5972; padding-bottom: 14px;}
strong {color: #2a5972;}
b.float-r {color:#5b8ea8; margin-right:60px;}
.float-r {float:right;}
/*----- .header ----*/
.header .lang {
    color: #bfe6ec;
    height: 35px;
    padding-top: 10px;
    font-size: 11px;

	background: #13232d; /* Old browsers */
	background: -moz-linear-gradient(top,  #142b38 0%, #111f26 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#142b38), color-stop(100%,#111f26)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #142b38 0%,#111f26 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #142b38 0%,#111f26 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #142b38 0%,#111f26 100%); /* IE10+ */
	background: linear-gradient(top,  #142b38 0%,#111f26 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#142b38', endColorstr='#111f26',GradientType=0 ); /* IE6-9 */
}
.header .lang small {
	font-size: 11px;
	float: left;
	padding-left: 15px;
	}
.header .lang span {
	float: right;
	padding-top: 4px;
}
.header .lang span a {
	font-size: 10px;
	float: right;
	width:23px;
	height:15px;
	text-align:center;
	margin-right: 10px;
}
.header .lang span a:hover:not(.active) {color: #bfe6ec;}
.header .lang span a.active {
	background: #e2bb01 url("/_img/lang.gif") 0px 0px no-repeat;
	cursor: default;
}
.hgroup {
	background: #067296;
	border-bottom: 1px solid #00678e;
	min-height: 39px;
	padding-top: 21px;
	font-family: Verdana;
}
.hgroup a {
	float: right;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 53px;
	text-shadow: 1px 2px 1px #046387;
}
.hgroup a:hover {color: #bfe6ec;}
.header .lang .clearfix {position: relative;z-index: 50;}
.header .clearfix {position: relative;}
.header .logo {
	position: absolute;
	padding:0px;
	float:none;
	top: -66px;
	left: -10px;
}
.header a {
	color: #fff;
	text-decoration: none;
}
/*----- /.header ----*/
.welcome {
	background: #c6e9ee url("/_img/light.png") 33% 0px no-repeat;
	border-top: 1px solid #81c0cf;
	padding: 25px 0 74px 0;
}
.social {
	text-align: right;
	padding-bottom: 14px;
}
.social a {margin-left: 11px;}
.search {margin-bottom: 5px;}
.welcome1 .search {
	float: right;
	width: 250px;
	font-size: 11px;
}
.welcome1 .search input[type="text"] {border-color: #4f7b91; background: #89b3c8; color: #fff; float: right;}
.welcome1 .search input[type="submit"] {background: #142b39 url("/_img/search.gif") center center no-repeat; color: #142b39; float: right;}
.welcome1 .search p {clear: both;}

.search input[type="text"] {float: left; width: 195px;}
.search input[type="submit"] {
	background: #a4a4a4 url("/_img/search-btn.png") center center no-repeat;
	width: 32px;
	height: 29px;
	font-size: 0px;
	cursor: pointer;
	border: none;
	float: left;
}
.search p {
	padding-top: 9px;
	font-size: 11px;
	color: #586166;
}
.search input[type="radio"] {margin: 0 3px 0 15px;}
.welcome .clearfix,
.header .clearfix,
.navmenu {width: 1003px; margin: 0 auto;}
.navmenu {margin-top: -59px;}
.navmenu ul li {
    float: left;
    border-left: 1px solid #daf0f4;
    background: #2a5972;
    text-transform: uppercase;
    font: 14px/14px Verdana;
    width: 185px;
}
.navmenu ul li.a1 {border-left: none; width: 73px;}
.navmenu ul li.a1 a {background: url("/_img/home.gif") center 12px no-repeat;}
.navmenu ul li.a1 {background-color: #7da2b5;}
.navmenu ul li.a2 {background-color: #5d8ba2;}
.navmenu ul li.a3 {background-color: #3d6a81;}
.navmenu ul li.a4 {background-color: #2a5972;}
.navmenu ul li.a5 {background-color: #19445b;}
.navmenu ul li.a6 {background-color: #07283a;}

.navmenu ul li a {
	display: block;
	padding: 6px 17px 0 17px;
	margin-top: 9px;
	height: 43px;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #123147;
}
.navmenu a:hover {color: #bfe6ec;}
.navmenu ul li.a2 a {padding-top: 13px; height: 36px;}
.navmenu.ru ul li.a4 a,.navmenu.ua ul li.a4 a {padding-top: 13px; height: 36px;}
.navmenu.ru ul li.a6 a,.navmenu.ua ul li.a6 a {padding-top: 0px; height: 49px;}
.navmenu ul li.active a {
	margin-top:0px;
	background-color: #fff;
	border-top: 9px solid #e2bb01;
	border-bottom: 1px solid #fff;
	color: #07283a;
	cursor: default;
}
.aside {
	width: 215px;
	margin-right: 20px;
	float: left;
	font-family: Verdana;
}
.aside ul {
	font-weight: bold;
	text-transform: uppercase;
	padding: 12px 0;
	margin-bottom: 10px;
        background: #f6f6f6;
        margin-left: -20px;
	padding-left: 20px;
	
}
.aside .home-ul {
	background: #f6f6f6;
	margin-left: -20px;
	padding-left: 20px;
}
.aside ul li {padding: 4px 0;}
.aside ul a {
	background: url("/_img/arr.gif") 0px 6px no-repeat;
	padding-left: 18px;
	color: #64a3a9;
	text-decoration: none;
	display: block;
}
.aside ul a:hover {
	text-decoration: underline;
}
.aside ul li.open a.active {background: url("/_img/arr-open.gif") 0px 5px no-repeat;}
.aside ul ul li.open a.active {background: url("/_img/arr-a-sm.gif") 0px 5px no-repeat;}
.aside ul a:hover,
.aside ul a.active {
    color: #2a5972;
    background-image: url("/_img/arr-a.gif");
}
.aside ul a.active {cursor: default;}
.aside ul ul {
	padding: 6px 0 6px 40px;
	margin-bottom: 0px;
	text-transform: none;
	font-weight: normal;
	display: none;
	}
.aside ul li.open ul {display: block;}
.aside ul ul li {
	padding: 6px 0 0 0;
}
.aside ul ul a {background: url("/_img/arr-sm.gif") 0px 5px no-repeat; padding-left: 12px; }
.aside ul ul a:hover,
.aside ul ul a.active {background-image: url("/_img/arr-a-sm.gif");}
.aside ul ul ul {font-size: 10px; padding-bottom: 0px;}
.aside ul ul ul a {display: block;}

/*----- content -----*/
.main {
    width: 963px;
    margin: 0 auto;
    padding: 15px 20px 20px 20px;
    background: #fff;
}
.main h1 {
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 21px;
	color: #07283a;
}
.main h1 span {font-size: 18px; color: #0985c9;}
.main h2 {
	font-size: 22px;
	padding-bottom: 21px;
	color: #111f26;
}
.main h3 {
	font-size: 18px;
	color: #111f26;
	padding-bottom: 20px;
	}
.main h3.blue-h {color:#5b8ea8; padding:5px 0 17px 0;}

.main p {
    word-spacing: .1ex;
    padding-bottom: 14px;
}
.main img[align="left"] {margin:2px 25px 2px 0;}
.main img[align="right"] {margin:2px 0 2px 25px;}

.icon {
	padding: 3px 0 3px 21px;
	margin: 3px 0;
	float: left;
	clear: both;
	font-size: 11px;
}
.txt-i, .pdf-i, .word-i {padding-left: 35px;}
.pdf-i {background: url("/_img/icons/pdf.gif") 0px center no-repeat;}
.word-i {background: url("/_img/icons/word.gif") 0px center no-repeat;}
.order-i {background: url("/_img/icons/order.gif") 0px 3px no-repeat;}
.add-i {background: url("/_img/icons/add.gif") 0px center no-repeat;}
.rss-i {background: url("/_img/icons/rss.gif") 0px center no-repeat;width: 85%;}

.col-middle {
	float: left;
	width: 480px;
	padding: 0px 0;
}
.col-middle p strong {color:#5d8ba2;}
.col-right {
	float: right;
	width: 230px;
}

a.button {
	display: block;
	background: url("/_img/btn.png") 0px 0px no-repeat;
	padding-left: 19px;
	margin-left: -9px;
	margin-bottom: 10px;
	clear: both;
	height: 29px;
	text-decoration: none;
	color: #5b8ea8;
	font-size: 10px;
	font-family: Verdana;
	position: relative;
	float: left;
	white-space:nowrap;
}
a.button:hover {color: #275972;}
a.button span {
    display: block;
	background: url("/_img/btn.png") right top no-repeat;
	padding: 6px 19px 0 0;
	height: 23px;
	cursor: pointer;
	text-shadow: 1px 1px 1px #fff;
}
a.button.enter {margin-bottom: 15px;}
a.button.mail span,
a.button.enter span {padding-left: 24px;}
a.button.mail span:after,
a.button.enter span:after {
	content: '';
	position: absolute;
	left: 14px;
	top: 7px;
    width: 20px;
    height: 13px;
	}
a.button.mail span:after {background: url("/_img/icons/mail.gif") 0px 0px no-repeat;}
a.button.enter span:after {background: url("/_img/icons/profile.gif") 0px 0px no-repeat;}
.col-right a.button {width: 190px;}

.col-right h3 {
	color: #ec8e45;
	font-weight: normal;
	font-size: 14px;
	padding: 21px 0 3px 0;
	clear: both;
}
.col-right ul li {
	padding: 10px 0 10px 11px;
	background: url("/_img/aside-li.gif") 0px 15px no-repeat;
}
.col-right ul li a {color: #5b8ea8;}
.article {
	border-top: 1px dotted #b9b8b8;
	margin-bottom: 20px;
	padding-top: 16px;
}
.article.first {border:none; padding-top: 0px;}
.data {
	font-size: 12px;
	font-style: italic;
	display: block;
	padding-bottom: 5px;
}
.article p {display: inline;}
.article .more {
	background: url("/_img/more.gif") right center no-repeat;
	padding: 0 7px;
	text-decoration: none;
}
.article h4 {padding-bottom: 3px; font-size: 12px;}
.article h4 a {color: #2a5972; text-decoration: none;}
.article h4 a:hover {color: #2a5972; text-decoration: underline}
.article img {margin-right: 12px !important;}

.blocks {
	clear: both;
	margin: 0 -20px 0 -8px;
}
.blocks .article {
	width: 200px;
	min-height: 305px;
	padding: 0 13px 0 22px;
	margin-bottom: 0px;
	border: none;
	float: left;
	position: relative;
	margin-right: 8px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}
.blocks h2 {padding-top: 13px;}
.blocks h2 a { color: #000; text-decoration: none}
.blocks h2 a:hover { color: #000; text-decoration: underline}
.blocks h3 a { color: #000; text-decoration: none}
.blocks h3 a:hover { color: #000; text-decoration: underline}
.blocks .article h4 {padding-bottom: 14px;}
.blocks .article button {
	position: absolute;
	right: 15px;
    bottom: 10px;
}
.blocks .article button span {background-image: url("/_img/button-gray.png");}
.blocks .article button:hover span {color: #446a7e;}
.blocks .gradient1,
.blocks .gradient2,
.blocks .gradient3,
.blocks .gradient4 {height: 8px; margin: 0 -13px 10px -22px;}
.blocks .gradient1 {background: #5298c8 url("/_img/gradient1.png") 0px 0px no-repeat;}
.blocks .gradient2 {background: #3cd054 url("/_img/gradient2.png") 0px 0px no-repeat;}
.blocks .gradient3 {background: #874e8e url("/_img/gradient3.png") 0px 0px no-repeat;}
.blocks .gradient4 {background: #efc842 url("/_img/gradient4.png") 0px 0px no-repeat;}

.blocks .data {color: #979797;}

.pager {padding: 5px 0; text-align: center;}
.pager a, .pager b {color: #2a5972; padding: 0 5px;}
.pager .prev {padding-left: 10px; background: url("/_img/pager.gif") 0px 7px no-repeat;}
.pager .next {padding-right: 10px; background: url("/_img/pager.gif") right -7px no-repeat;}

.choose {font-size: 10px; color: #64a3a9;}
.choose div {padding-top: 6px;}
.choose a {color: #64a3a9; margin:0 3px; padding: 2px 3px; text-decoration: none;}
.choose a:hover {color: #19445b;}
.years {color: #5b8ea8; padding-bottom: 24px;}
.years a {color: #5b8ea8; margin:0 2px; padding: 0 2px; text-decoration: none;}
.years a {color: #5b8ea8; margin:0 2px; padding: 0 2px; text-decoration: none;}
.years a:hover{ text-decoration: underline}
.years a.active:hover{ text-decoration: none}
.choose a:first-child {margin-left: 0px;}
.years .active,
.choose .active {color:#545454; cursor: default;}
.years .active,
.choose .active,
.links {
	background: #e2bb01;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.links {
	color:#fff;
	text-decoration:none;
	padding:2px 3px;
}
.links:hover {background:#e8c934;}
.choose .active {font-weight: bold; color: #19445b;}

.news .data {color: #979797; font-size: 12px;}
.news .data small {padding-left: 10px; font-size: 10px; color: #cf0031; font-style: normal;}
.technology .data {color: #979797;}
.technology .data small {padding: 0 4px; color: #ec8e45;}

.sorter {padding-bottom: 18px; line-height: 9px;}
.sorter li {float: left; padding: 0 10px 2px 10px; border-left: 1px solid #2a5972;}
.sorter li:first-child {border: none; padding-left: 0px;}
.sorter li a {color: #2a5972; text-decoration: none;}
.sorter li a:hover {color: #64a3a9}
.sorter li.active a {font-weight: bold; background: url("/_img/sorter.gif") 0px 6px no-repeat; padding-left: 18px;}

input[type="text"],
input[type="password"],
textarea {
	background: #e4e4e4;
	border: 1px solid #d3d3d3;
	border-width: 1px 0 0 1px;
	margin-bottom: 5px;
	padding-left: 5px;
}
input[type="text"],
input[type="password"] {height: 28px; width: 210px;}
textarea {height: 90px; width: 99%; font: 12px Arial; }
.wid70 {width: 70px !important;}
.wid125 {width: 125px !important;}

.btn {
    border: none;
    background: none;
    cursor: pointer;
    white-space:nowrap;
}
.btn span {
    display: block;
    background: url("/_img/button2.png") 0px 0px no-repeat;
    padding: 0 0 0 13px;
    height: 32px;
    float: left;
}
.btn span span {
    text-shadow: 1px 1px 1px #fff;
    color: #0b2634;
	height: 26px;
	padding: 6px 13px 0 0;
	background-position:right top;
}
form label {display: block; font-weight: bold; clear: both; padding: 5px 0;}
form .btn {clear: both; display: block; margin-top: 25px;}

.searchresult {
	color: #2a5972;
	border-top: 1px dotted #b9b8b8;
	padding: 10px 0 24px 0;
	margin-top: 25px;
}

/*----- /content -----*/
/*----- .footer ----*/
.footer {
  background: #f2f2f2;
  min-height: 195px;
}
.footer .clearfix {
    width: 1003px;
	margin: 0 auto;
	padding-top: 45px;
}
.footer li {
	float: left;
	width: 165px;
	text-align: center;
	margin-left: 40px;
}
.footer li:first-child {margin-left: 10px;}
/*----- /.footer ----*/
.address {
	background: #142b36;
	min-height: 59px;
	color: #bfe6ec;
	font-style: normal;
	font-size: 13px;
}
.pattern {
	background: url("/_img/footer-pattern.gif") 0px 0px repeat-x;
	height:5px; margin-top:-5px; position:relative;
}
.address .clearfix {
	width: 1003px;
	margin: 0 auto;
	padding-top: 18px;
}
.address a {
	color: #bfe6ec;
	float: right;
}

.publish {clear:both; margin:15px 0;}
.publish span {
	float:left;
	color:#5b8ea8;
	margin-right:4px; padding:4px 14px;
	width:200px;
	background:#cdecf0;
}
table {
	border-collapse: collapse;
	border-spacing:0px;
	border:0px;
}
table th {text-align:left;}

.list-table {margin:20px 0;}
.list-table th {padding:10px 5px 10px 12px; vertical-align:top;}
.list-table td {padding:10px 12px 10px 5px;}
.base-block  td, .base-block th {padding-top:3px; padding-bottom:3px;}
.base-block {background:#fceee3; margin:23px 0 10px 0; border:1px dotted #b9b8b8;}

hr {
	border:1px solid #fff; border-bottom:1px dotted #b9b8b8;
	margin:10px 0 20px 0; background:none; clear:both;
}

.choose-broker {padding:10px 12px; margin:12px 0;}
.choose-broker.first {background:#f4f4f4;}

.keys b {float:left; width:150px;}
.keys p {float:left; width:290px;}

/*============ carusel ==============*/
.welcome h1 {
	font-family: Arial;
	font-size:16pt;
	font-weight:bold;
	font-style: italic;
	padding: 0 0 5px 5px;
}
.welcome h1 a{
    color: #111F26;
    text-decoration: none;
}
.welcome h1 a:hover{
    text-decoration: underline;
}
.welcome .jcarousel-skin .jcarousel-container {
    font-family: Arial;
	font-size:10pt;	
	font-style: italic;
	float: left;
}
.welcome .jcarousel-skin .jcarousel-container-horizontal {
    width: 620px;
    padding: 0 50px 8px 50px;
}
.jcarousel-skin .jcarousel-clip {overflow: hidden;}

.welcome .jcarousel-skin .jcarousel-clip-horizontal,
.welcome .jcarousel-skin .jcarousel-item {
    width: 620px;
    height: 110px;
}
.welcome .jcarousel-skin .jcarousel-next-horizontal,
.welcome .jcarousel-skin .jcarousel-prev-horizontal {
    position: absolute;
    top: 50px;
    width: 21px;
    height: 29px;
    cursor: pointer;
    background-image: url("/_img/slider.png");
    background-repeat: no-repeat;
}
.welcome .jcarousel-skin .jcarousel-item a.more {
	color: #a50505;
	font-style: normal;
	font: 11px Arial;
	padding-left: 20px;
	background: url("/_img/more.gif") 0px 4px no-repeat;
}
.jcarousel-skin .jcarousel-next-horizontal {background-position: right top; right: 0;}
.jcarousel-skin .jcarousel-prev-horizontal {background-position: left bottom; left: 0;}

.jcarousel-skin .jcarousel-next-disabled-horizontal,
.jcarousel-skin .jcarousel-prev-disabled-horizontal {
    cursor: default;
    opacity:0.2;
	filter:alpha(opacity=20);
}
/*------------*/

.col-middle .jcarousel-skin .jcarousel-container-horizontal {
    width: 420px;
    padding: 10px 37px;
}
.col-middle .jcarousel-skin .jcarousel-clip-horizontal {
	width: 420px;
    height: 65px;
}
.col-middle .jcarousel-skin .jcarousel-item {
    width: 105px;
    height: 65px;
}
.col-middle .jcarousel-skin .jcarousel-next-horizontal,
.col-middle .jcarousel-skin .jcarousel-prev-horizontal {
    position: absolute;
    top: 30px;
    width: 15px;
    height: 20px;
    cursor: pointer;
    background-image: url("/_img/slider-sm.png");
    background-repeat: no-repeat;
}
.col-middle .jcarousel-skin .jcarousel-next-horizontal {right: 10px;}

/*============ /carusel ==============*/


#overlay {
     display:none;
     position: fixed;
     left: 0px;
     top: 0px;
     width:100%;
     height:200%;
     z-index: 999;
     background-color: rgba(11, 22, 27, 0.6);
}
.login-in {
	position: absolute; height: auto; width: 305px; top: 159px; left: 50%; margin-left: -182px; padding: 20px 30px;z-index: 1000;
	background: #edf4f9;
	border:1px solid #fff;
	color:#4b778c;
}
.login-in h1 {font-weight:normal; padding-bottom:15px;}
.login-in a {color:#4b778c; font-size:11px;}

.login-in input[type="text"],
.login-in input[type="password"] {
	border-top:1px solid #c8d8e1; border-left:1px solid #c8d8e1;
	border-bottom:1px solid #d6e5ee; border-right:1px solid #d6e5ee;
	background:#d6e5ee;
	width:170px; height:27px;
	padding-left:5px;
	margin-top:7px;
	color:#4b778c;
	}
.login-in input[type="checkbox"]  {margin-top:13px; margin-bottom:4px;}
.login-in button {
	border:none; background:none; margin:17px auto 0 auto;
	cursor:pointer;
}
.login-in button span {
	color:#fff;
	display:block;
	border:1px solid #142b39;
	background:#14232e;
	background: -moz-linear-gradient(top,  #142b39 0%, #101d24 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#142b39), color-stop(100%,#101d24)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #142b39 0%,#101d24 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #142b39 0%,#101d24 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #142b39 0%,#101d24 100%); /* IE10+ */
	background: linear-gradient(top,  #142b39 0%,#101d24 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#142b39', endColorstr='#101d24',GradientType=0 );
}
.login-in button span span {
	border:1px solid #406175;
	padding:4px 21px 5px 21px;
	cursor:pointer;
}
.login-in th {padding-right:15px; width:65px; text-align:right;}
.login-in .close {
	display:block;
	width:9px; height:9px;
	background:url("/_img/close.gif") 0px 0px no-repeat;
	float:right;
	cursor:pointer;
	position:absolute; right:19px; top:18px;
	}

/*--- select ---*/
.select_fake {
  width: 215px;
  height: 28px;
  background:#e4e4e4 url("/_img/select.png") right -1px no-repeat;
  border:1px solid #d3d3d3; border-width:1px 0px 0px 1px;
}
div.select_fake{
    margin-bottom: 15px;
}
.select_fake .select_fake_text {
  overflow: hidden;
  padding: 6px 0 0 5px;
  position: absolute;
  width: 180px;
  height: 21px;
}
.select_fake select {
  opacity: 0;
  filter:alpha(opacity=0);
  position: relative;
  height: 28px;
  line-height: 28px;
  padding: 0;
  width: 215px;
}
/*--- /select ---*/

.capcha {margin-bottom:6px;}
span.error_text{
    color: red;
    font-size:11px;
    padding-left: 0px;
}
input.input_text.error_text{
    border:1px solid red;
}
textarea.input_textarea.error_text{
    border:1px solid red;
}