@charset "utf-8";

@media all and (min-width: 320px) and (max-width: 800px) {

	
#header {
	width: 100%;
	height: 110px;
	display: block;    
	background: #FFFFFF;
	border-bottom: 1px solid #222;
	padding: 0 0 10px 0;
	text-align: center;
	z-index: 9;
}

#header_center_cont {
	display:none;
}

#header_comp_txt {
	width:200px;
	float:left
	
}

#header_lang_cont {
    margin-top: -70px;
    float: right;
}

#header_comp_name {
   
    font-size: 20px;
    
}

#header_comp_descr {
    font-size: 12px;
}
	
.container {
    position: relative;
    width: 100%;
	padding-right:10px;
    margin: 0 auto;
    padding: 0;
}

#header_comp_logo {
    height: inherit;
    display: block;
    padding: 20px 0 20px 0%;
    float: left;
}

	

#header_comp_descr_m {
	display:none;
}

#header_right_cont {
	width:200px;
	float: right
}

.lang_btn {
    color: #FFFFFF;	   
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-style: normal;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    transition: all 200ms ease-in-out 0s;
    white-space: nowrap;	
    font-family: Arial;
    font-weight: 700;	
    padding: 5px 5px;;
    font-size: 10px;
}

#header_exp_icon {
	display:none;
	
}


#header_exp_icon img {
    width: 150px;
    height: 30px;
}


.ati {
    margin-right: 10px;
	margin-left:10px;
    color: #FF0004;
}

/*Columns*/


.col_5 {
	width: 50%
}

.col_5 img {
	height:60px;
}

.col_5 h1 {
	width:100%;
	font-size:12px;
	color: #034ea2;
	text-align:center;
	
}

.col_4 {
	width: 50%

	
}

.col_4_arv {
    width: 50%;
}

.col_4 span{
	font-size:14px;

	
}

.col_4 img{
	height:125px;

	
}

.col_4_arv img{
	height:125px;

	
}



.col_4_rel {
	width: 50%;
	min-height:90px;
}

.col_4_rel img {
	height:40px;
}

.col_4_rel span {
	width:100%;
	font-size:20px;
	color: #034ea2;
	font-family:Arial;
	text-align:center;
	
}

.col_2 {
	width: 100%;
		
}

.col_2 img {
	height:100px;
}

.font_1 {
	font-size: 16px;
	font-family:Arial;
	color:#034ea2
	
}

.col_2_mp {
	width: 100%;
		
}

.col_4_mp {
	width: 50%;
}

.col_2_part {
	width: 100%;
		
}


.read_more {
	padding-bottom: 20px;
	
}

.col_4_comp {
	width: 100%;
	min-height:80px;
}

.col_4_comp img {
	height:50px;
}

.col_4_comp_name {
	width:100%;
	font-size:20px;
	color: #034ea2;
	font-family:Arial;
	text-align:center;
	
}

.col_4_comp_descr {
	width:90%;
	font-size:14px;
	padding:5%;
	color: #000000;
    line-height: 1.5;
	font-family:Arial;
	margin-top: 10px;
	text-align:center;
	
}

}

@media all and (min-width: 321px) and (max-width: 2000px) {
	
	#header_comp_descr_m {
	display:none;
}
	
	
	
	}