#system-message {
    display: none;
}
.clr {
   clear:both;
}

.sidebar_nav .active_nav {
    color: #ce153f;
}
.sidebar_nav .active_nav a {
    color: #ce153f;
    text-decoration: underline;
}
.sidebar_nav a:hover {
    color: #ce153f;
}

.main_content {
 
}

.yahoooo {
    margin-top:50px;
}

.imc_logo {
     height: 83px;
    float: left;
    max-width: 100%;
    display: block;
    width: 100%;
}


.imc_logo.ua,
.imc_logo.ru {
    background: url(/templates/imc/assets/img/IMC_ukr.svg) no-repeat;
    background-size: 100%;
   
}

.imc_logo.pl,
.imc_logo.en {
    background: url(/templates/imc/assets/img/IMC_eng.svg) no-repeat;
    background-size: 100%;
   
}

.job_list .job_item{
    width: 50%;
    padding-bottom: 40px;
    padding-top: 39px;
    cursor:pointer;

}

.anketa .grey_title .title ,
.anketa .grey_title .big_title {
    text-align:center;
    font-size:24px;
    margin-bottom:5px;
}

.anketa .intro {
    text-align:center;
    font-size:22px;
}


.job_list .job_item img{
    margin-bottom: 10px;
    margin-bottom: 10px;
    float: left;
    /* width: 26%; */
    margin-left: 10%;
    text-align: CENTER;
}

.job_item span{
    display: block;
    width: 100%
}

.close_but {
    position: absolute;
    top: 9px;
    right: 8px;
    border: 1px solid grey;
    border-radius: 30px;
    font-size: 15px;
    padding: 3px;
    width: 20px;
    text-align: center;
    cursor: pointer;
}

#myModalLabel h3 {
    font-size: 30px;
    font-family: 'clear_sansbold';
    text-transform: uppercase;
    margin: 0 0 40px;
}



.person {
    padding: 4px 0px 10px 5px;
    font-size: 10pt;
    font-weight: normal;
    padding-top: 12px;
    margin: 6px 0;
    /*border: 1px solid #CACACA;*/
     font-size: 18px; 
    line-height: normal;
    margin-right: 5px;
}
.next {
    display: inline-block;
    font-weight: normal;
    margin-right: 15px;
    float: right;
    text-decoration: underline;
}

.vacansii {
    padding: 20px;
    margin-top: 38px;
}

.job_item span {
    color: #ce153f;
    text-decoration: underline;
    cursor:pointer;
}


div.job_list.imc_personal > div > div:nth-child(5) {
    background-image: url(/templates/imc/assets/img/dot1.png),none;
    background-repeat: repeat-y,no-repeat;
}

.job_list .job_item:nth-child(2n):last-child,
.job_list .job_item:nth-last-child(2n-1)  {
     background-image:none;
}

.job_list .job_item:nth-child(2n) {
     background-image: url(/templates/imc/assets/img/dot2.png);
     background-repeat: repeat-x;
     background-position: bottom;
}

.job_list .job_item:nth-child(2n+1) {
    background-image: url(/templates/imc/assets/img/dot1.png),url(/templates/imc/assets/img/dot2.png);
    background-repeat: repeat-y, repeat-x;
    background-position: right,bottom;
    clear: both;
}


.map_ .cluster_name {
    font-size: 20px;
    font-family: 'clear_sansbold';
    text-transform: uppercase;
}
.map_ table {
    width: 80%;
}

.map_ table tr td span {
    font-family:"clear_sansregular" !important;
    font-size:18px!important;

}

.main_content a.lab_href {
    font-size: 20px;
    font-family: 'clear_sansbold';
    color:black;
}
.main_content a.lab_href:before {
    content: " ";
    background: url(i/lab_icon.png) no-repeat;
    display: block;
    width: 94px;
    height: 94px;
    float: left;
    margin-top: -30px;
    margin-right: 15px;
}

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}
.table {
	width: 100%;
	margin-bottom: 18px;
}
.table th, .table td {
    padding: 10px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    border-top: 0px solid #ddd;
    height: 20px!important;
}
.table.tender a {
    text-decoration:none;
}
.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	font-size: 11px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	white-space: normal;
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.popover-title:empty {
	display: none;
}
.popover-content {
	padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover .arrow {
	border-width: 11px;
}
.popover .arrow:after {
	border-width: 10px;
	content: "";
}
.popover.top .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,0.25);
	bottom: -11px;
}
.popover.top .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff;
}
.popover.right .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,0.25);
}
.popover.right .arrow:after {
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff;
}
.popover.bottom .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,0.25);
	top: -11px;
}
.popover.bottom .arrow:after {
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff;
}
.popover.left .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,0.25);
}
.popover.left .arrow:after {
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px;
}

.table td span{
    font-family: 'clear_sansbold'!important;
    font-size: 12pt !important;
}
[class^="icon-"],
[class*=" icon-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: .25em;
	line-height: 14px;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: 'IcoMoon';
    font-style: normal;
    speak: none;
}

.pull-right {
    float: right;
}

.icon-first:before {
    content: "\7d";
}
.pagination {
	margin: 18px 0;
}
.pagination ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.pagination ul > li {
	display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
	float: left;
	padding: 4px 12px;
	line-height: 18px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
	background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
	color: #999;
	cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
	color: #999;
	background-color: transparent;
	cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
	border-left-width: 1px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.pagination-centered {
	text-align: center;
}
.pagination-right {
	text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
	padding: 11px 19px;
	font-size: 16.25px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
	padding: 2px 10px;
	font-size: 12px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
	padding: 0 6px;
	font-size: 9.75px;
}
.pager {
	margin: 18px 0;
	list-style: none;
	text-align: center;
	*zoom: 1;
}
.pager:before,
.pager:after {
	display: table;
	content: "";
	line-height: 0;
}
.pager:after {
	clear: both;
}
.pager li {
	display: inline;
}
.pager li > a,
.pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
	text-decoration: none;
	background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
	float: right;
}
.pager .previous > a,
.pager .previous > span {
	float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
	color: #999;
	background-color: #fff;
	cursor: default;
}

.table th {
	font-weight: bold;
}
.table thead th {
	vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
	border-top: 0;
}
.table tbody + tbody {
	border-top: 2px solid #ddd;
}
.table.tender td {
         padding-top: 15px;
    padding-bottom: 15px;
     vertical-align:middle;
     padding-left:6px;
     padding-right:6px;
}
.table.tender {
       margin-top: 50px;

}
.tender .custom_btn {
     background: #ce153f;
    color: #00053a;
    text-transform: uppercase;
    height: 40px;
    line-height: 42px;
        text-shadow: none;
    padding: 0 12px;
    display: inline-block;
    text-decoration: none;
    position: relative;
    font-family: 'clear_sansbold';
    font-size: 14px;
    -webkit-transition: background ease-out 0.5s;
    -moz-transition: background ease-out 0.5s;
    -o-transition: background ease-out 0.5s;
    transition: background ease-out 0.5s;
    cursor: pointer;
    border: none;
    margin: 0px 0 0px;
    color:white;
}

.tender .custom_btn::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 22px 22px;
    border-color: transparent transparent #c4d82d transparent;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.tender .custom_btn:hover {
    background: #c4d82d;
}

.table.tender th {
    padding: 10px;
    /* line-height: 17px; */
    font-size: 15px;
    text-align: left;
    vertical-align: middle;
    border-top: 0px solid #ddd;
    /* height: 20px!important; */
    font-weight: normal;
    /* font-family: 'clear_sansbold'!important; */
}


.table tbody tr {
    background:#C8E25D;
}

.table.tender thead tr {
     background:#C8E25D;
}


.table.tender tbody tr {
    background:white;
    border-bottom:1px solid #C8E25D;
}
.table.tender tbody tr:nth-child(2n) {
    background:white;
    border-bottom:1px solid #C8E25D;
}





.table tbody tr:nth-child(2n) {
    background:#E2F0AB;
}

.table .table {
	background-color: #fff;
}
.table-condensed th,
.table-condensed td {
	padding: 4px 5px;
}
.table-bordered {
	border: 1px solid #ddd;
	border-collapse: separate;
	*border-collapse: collapse;
	border-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
	border-left: 0px solid #ddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
	border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
	background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
	display: table-cell;
	float: none;
	margin-left: 0;
}
.table td.span1,
.table th.span1 {
	float: none;
	width: 44px;
	margin-left: 0;
}
.table td.span2,
.table th.span2 {
	float: none;
	width: 124px;
	margin-left: 0;
}
.table td.span3,
.table th.span3 {
	float: none;
	width: 204px;
	margin-left: 0;
}
.table td.span4,
.table th.span4 {
	float: none;
	width: 284px;
	margin-left: 0;
}
.table td.span5,
.table th.span5 {
	float: none;
	width: 364px;
	margin-left: 0;
}
.table td.span6,
.table th.span6 {
	float: none;
	width: 444px;
	margin-left: 0;
}
.table td.span7,
.table th.span7 {
	float: none;
	width: 524px;
	margin-left: 0;
}
.table td.span8,
.table th.span8 {
	float: none;
	width: 604px;
	margin-left: 0;
}
.table td.span9,
.table th.span9 {
	float: none;
	width: 684px;
	margin-left: 0;
}
.table td.span10,
.table th.span10 {
	float: none;
	width: 764px;
	margin-left: 0;
}
.table td.span11,
.table th.span11 {
	float: none;
	width: 844px;
	margin-left: 0;
}
.table td.span12,
.table th.span12 {
	float: none;
	width: 924px;
	margin-left: 0;
}
.table tbody tr.success > td {
	background-color: #dff0d8;
}
.table tbody tr.error > td {
	background-color: #f2dede;
}
.table tbody tr.warning > td {
	background-color: #fcf8e3;
}
.table tbody tr.info > td {
	background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
	background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
	background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
	background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
	background-color: #c4e3f3;
}

.main_content .table p {
    margin-bottom:0;
}




.modal_imc {
    position: fixed;
    top: 23%;
    left: 26%;
    z-index: 1050;
    width: 51%;
    margin-left: 1px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.75);
    background-color: #fff;
    border: 0px solid #999;
    border: 0px solid rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}
.main_content h3 {
    font-size: 30px;
    font-family: 'clear_sansbold';
    text-transform: none !important;
    margin: 0 0 40px;
}
.main_content p {
    margin-bottom: 20px;
    font-family: 'clear_sansregular' ;
    font-size: 18px ;
    text-align: left !important;
}
.main_content blockquote:first-child {
    margin-top:0px;
}
.main_content blockquote.simple_line p:first-child span {
    text-transform:uppercase;
     line-height:55px;
}

.main_content blockquote.simple_line p {
    margin-top: -4px;
   
}

.main_content blockquote.red_lined_text p,
.main_content blockquote.red_lined_text p:first-child,
.main_content blockquote.red_lined_text p:first-child span{
    font-size: 24px !important;
    font-family: 'clear_sansbold' !important;
    line-height:24px;
    text-align:justify;
}

.main_content blockquote p:first-child {
    color: #00053a;
    font-size: 24px !important;
    font-family: 'maniaextendedcregular' !important;
    letter-spacing: 0.3px;
    background: url(/templates/imc/assets/img/sign.png) no-repeat;
    padding: 10px 0 0 52px;
    min-height: 76px;
    box-sizing: border-box;
    margin-bottom: 7px;
    line-height: 1.1;
}
.main_content .item-page h3 {
    margin:0 0 20px;
    margin-top:10px;
}

.main_content h3 span{
    font-size: 30px !important;
    font-family: 'clear_sansbold';
    text-transform: uppercase;
    margin: 0 0 10px;
}

.main_content blockquote p {
    padding: 10px 0 0 52px;
    margin-top: -40px;
}

.main_content blockquote p span {
    font-size: 24px !important;
    font-family: 'clear_sansbold' !important;
    line-height:24px;
    text-align:justify;
}

.main_content blockquote p:first-child span {
    font-size: 30px !important;
    font-family: 'maniaextendedcregular' !important;
}

.main_content #right_tend blockquote p:first-child span {
    font-size: 36px !important;
    line-height:54px;
    font-family: 'clear_sansbold' !important;
    text-transform:uppercase;
}



.main_content .custom_title span {
    padding-top: 63px;
    display: block;
    margin-left: -40px;
    width: calc(100% - 112px);
    float: left;
    font-size: 30px !important;
}







/*Moved from old info */

.main_content p span,
 .main_content ul li span {
    font-family: 'clear_sansregular' !important;
    font-size: 18px !important;
    text-align: left !important;
}
#chart_div_1 {
    float: left;
    width: 50%;
}
#chart_div_2 {
    float: right;
    width: 50%;
}
#chart_div_4 {
    float: right;
    width: 49%;
}
#chart_div_3 {
    width: 51%;
    float: left;
}
#my_my_ru {
    float: none;
    width: 50%;
    margin:auto;
}
.footer {
    clear: both;
}
#right_tend {
    float: right;
}
.down_imc {
    line-height: 0.8;
}
.toch1 {
    clear: both;
}
.toch1:before {
    content: '';
    background: #BCDA3C;
    width: 10px;
    height: 10px;
    display: block;
    float: left;
    margin-top: 7px;
    margin-left: 10px;
}
.toch2:before {
    content: '';
    background: #B9263F;
    width: 10px;
    height: 10px;
    display: block;
    float: left;
    margin-top: 7px;
    margin-left: 10px;
}
.toch3:before {
    content: '';
    background: #11003C;
    width: 10px;
    height: 10px;
    display: block;
    float: left;
    margin-top: 7px;
    margin-left: 10px;
}
.text_touch_1,
.text_touch_2,
.text_touch_3 {
    display: inline;
    font-size: 13px;
    margin-left: 9px;
}
/* jquery.Jcrop.min.css v0.9.12 (build:20130126) */

.jcrop-holder {
    direction: ltr;
    text-align: left;
}
.jcrop-vline,
.jcrop-hline {
    background: #FFF;
    font-size: 0;
    position: absolute;
}
.jcrop-vline {
    height: 100%;
    width: 1px!important;
}
.jcrop-vline.right {
    right: 0;
}
.jcrop-hline {
    height: 1px!important;
    width: 100%;
}
.jcrop-hline.bottom {
    bottom: 0;
}
.jcrop-tracker {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    height: 100%;
    width: 100%;
}
.jcrop-handle {
    background-color: #333;
    border: 1px #EEE solid;
    font-size: 1px;
    height: 7px;
    width: 7px;
}
.jcrop-handle.ord-n {
    left: 50%;
    margin-left: -4px;
    margin-top: -4px;
    top: 0;
}
.jcrop-handle.ord-s {
    bottom: 0;
    left: 50%;
    margin-bottom: -4px;
    margin-left: -4px;
}
.jcrop-handle.ord-e {
    margin-right: -4px;
    margin-top: -4px;
    right: 0;
    top: 50%;
}
.jcrop-handle.ord-w {
    left: 0;
    margin-left: -4px;
    margin-top: -4px;
    top: 50%;
}
.jcrop-handle.ord-nw {
    left: 0;
    margin-left: -4px;
    margin-top: -4px;
    top: 0;
}
.jcrop-handle.ord-ne {
    margin-right: -4px;
    margin-top: -4px;
    right: 0;
    top: 0;
}
.jcrop-handle.ord-se {
    bottom: 0;
    margin-bottom: -4px;
    margin-right: -4px;
    right: 0;
}
.jcrop-handle.ord-sw {
    bottom: 0;
    left: 0;
    margin-bottom: -4px;
    margin-left: -4px;
}
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
    height: 7px;
    width: 100%;
}
.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
    height: 100%;
    width: 7px;
}
.jcrop-dragbar.ord-n {
    margin-top: -4px;
}
.jcrop-dragbar.ord-s {
    bottom: 0;
    margin-bottom: -4px;
}
.jcrop-dragbar.ord-e {
    margin-right: -4px;
    right: 0;
}
.jcrop-dragbar.ord-w {
    margin-left: -4px;
}
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
    background: #FFF;
    filter: alpha(opacity=70)!important;
    opacity: .70!important;
}
.jcrop-light .jcrop-handle {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #000;
    border-color: #FFF;
    border-radius: 3px;
}
.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
    background: #000;
    filter: alpha(opacity=70)!important;
    opacity: .7!important;
}
.jcrop-dark .jcrop-handle {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #FFF;
    border-color: #000;
    border-radius: 3px;
}
.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
    background: #FFF;
}
.jcrop-holder img,
img.jcrop-preview {
    max-width: none;
}
.triagle_title {
    position: absolute;
    left: 0;
    top: -88px;
    width: calc(55% - 438px);
    height: 100%;
    background: url(../assets/img/left_title.png) no-repeat;
    background-size: contain !important;
    z-index: 1;
}
.triagle_title.small_red {
    width: calc(48% - 312px);
}
#toast-container {
    position: fixed;
    width: 20%;
    right: 0px;
    top: 10%;
}
#toast-container .imc_icons {
    margin-bottom: 30px;
}
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 70px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #c4d82d url(../cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index:10000;
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    
    opacity: .5;
}
.no-touch .cd-top:hover {
    background-color: #19ADB7;
    opacity: 1;
}









@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    #filter_search {
        width: 180px;
    }
    .tov_list .tov_select {
        width: 190px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 50px;
    }

  


}











@media screen and (max-width: 1540px) {
    .triagle_title.small_red {
          width: calc(50% - 312px);
    }

}
@media screen and (max-width: 1280px) {
    .triagle_title.small_red {
        width: calc(48% - 312px);
    }

    #chart_div_4,
    #chart_div_3,
    #chart_div_2,
    #chart_div_1 {
        float: none;
        width: 50%;
        margin: auto;
    }
}

@media screen and (max-width: 1180px) {
    .triagle_title.small_red {
          width: calc(45% - 312px);
    }
}
@media screen and (max-width: 1024px) {
    .triagle_title.small_red {
              width: calc(50% - 220px);
        }
}
@media screen and (max-width: 360px) {
    .triagle_title.small_red {
          width: calc(65% - 100px);
    }
}

@media screen and (max-width: 800px) {
    .triagle_title.small_red {
         width: calc(53% - 150px);
    }

    #chart_div_4,
    #chart_div_3,
    #chart_div_2,
    #chart_div_1 {
        float: none;
        width: 100%;
        margin: inherit;
    }
    .imc_list .list_year .block_article .date {
        width: 30%;
    }

    .imc_list .list_year .block_article .title {
        width: 65%;
    }

    .list_date .atribute.active .text {
        display: block;
        height: auto !important;
    }

    .imc_list .list_date .atribute .text {
        float: right;
        width: 75%;

        margin-top: 60px;
        padding-left: 3%;
        border-top: 1px solid;
        height: 0px;
        padding-top: 0px;
        display: none;
    }

    .imc_list .list_date .atribute .name {
        width: 20%;
         height: 50px;
    }
    .map_ table {
        width: 100%;
    }
    .main_content #right_tend {
        float: none;
        width:100%;
        overflow:auto;
    }
    .list_date .atribute.active:before {
        background: #c72942;
        top: 103px;
    }
    .list_date .atribute.active:after {
        content: ' ';
        position: absolute;
        top: 96px;
        background: transparent;
        width: 25px;
        height: 24px;
        border: 2px solid #c72942;
        z-index: 4;
        left: -15px;
        border-radius: 50%;
    }
    .main_content blockquote.simple_line p:first-child span {
        text-transform: uppercase;
        line-height: 25px;
    }
    .modal_imc {
    position: fixed;
    top: 6%;
    left: 1%;
    z-index: 1050;
    width: 98%;
    margin-left: 1px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.75);
    background-color: #fff;
    border: 0px solid #999;
    border: 0px solid rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

    .main_content blockquote:first-child {
        margin-top: 44px;
    }
    .main_content #right_tend blockquote p:first-child span {
        font-size: 36px !important;
        line-height: 28px;
        font-family: 'clear_sansbold' !important;
        text-transform: uppercase;
    }
    .main_content blockquote p {
        padding: 10px 0 0 52px;
        margin-top: -27px;
    }
    .main_content blockquote p span {
    font-size: 24px !important;
    font-family: 'clear_sansbold' !important;
    line-height: 36px;
    text-align: justify;
}
}



@media screen and (max-width: 540px) {
     .triagle_title.small_red {
       width: calc(57% - 100px);
    }


}

#right_subscription > blockquote > p:nth-child(1) > strong > span {
	font-size: 36px !important;
	line-height:54px;
	font-family: 'clear_sansbold' !important;
	text-transform:uppercase;

}

