@media screen and (min-width:1260px) {
	.en_about_img,
	.en_about_img img{
		width: 100%;
		/*height: 880px;*/
	}
	.en_about_box{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	/* ----------- */
	.a_about_center{
		width: 100%;
		background-color: #FFFFFF;
		display: flex;
		justify-content: center;
		padding-bottom: 60px;
	}
		.ru_map_box img{
	    width:100%;
	    
	}
	.a_about_center_in{
		width: 1260px;
		display: flex;
		flex-direction: column;
	}
	.a_about_center_title{
		display: flex;
		justify-content: space-around;
		margin-top: 70px;
	}
	.a_about_center_title > div{
		display: flex;
		flex-direction: column;
		align-items: center;
		
	}
	.a_about_center_title img{
		background-color: #0777CD;
		width: 100px;
		height: 100px;
		border-radius: 50%;
 transition: 0.5s;
	}
		.a_about_center_title div:hover img{
		transform: rotate(
360deg
);
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
 -webkit-transform: rotate(
360deg
);
-o-transform: rotate(360deg);
	}
	.a_about_center_title p{
		width: 148px;
		font-size: 22px;
		font-weight: bold;
		color: #212121;
		text-align: center;
		margin: 0;
	}
	.a_about_center_title span{
		width: 208px;
		font-size: 16px;
		color: #212121;
		text-align: center;
	}
	.a_about_center_text{
		display: flex;
		justify-content: space-between;
		margin-top: 50px;
	}
	.a_about_center_text > div{
		color: #FFFFFF;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
	}
	.a_about_center_text > div h4{
		height: 57px;
		font-size: 50px;
		font-family: Arial-Bold, Arial;
		font-weight: bold;
		color: #212121;
		line-height: 59px;
	}
	.a_about_center_text > div p,
	.a_about_center_text > div span{
		width: 600px;
		font-size: 18px;
		font-family: Arial-Regular, Arial;
		font-weight: 400;
		color: #212121;
		line-height: 31px;
		margin-bottom: 0;
	}
	.a_about_center_text > div span {
		color: #666666;
	}
	.a_about_center_text > img{
		width: 630px;
		height: 417px;

	}
	

	/* ---------------- */
	.our_products{
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		background-color: #001F3B;
		padding: 60px 0;
	}
	.our_products h4{
		font-size: 48px;
		font-family: Helvetica;
		font-weight: 400;
		color: #FFFFFF;
		text-align: center;
		margin-bottom: 30px;
	}
	.our_products p{
		width: 1252px;
		font-size: 18px;
		color: #FFFFFF;
	}
	.our_products div{
		display: flex;
		flex-wrap: wrap;
		width: 1260px;
		justify-content: space-between;
	}
	.our_products div h2{
		width: 292px;
		height: 219px;
		margin-top: 30px;overflow: hidden;

	}
		.our_products div img{
		width: 100%;
		height:100%; transition: 0.5s;
	}
			.our_products div a:hover img{
		transform: scale(1.1);
	}
	/* ----------- */
	.Production{
		width: 1260px;
		padding: 60px 0;
	}
	.Production_first{
		display:flex;
		justify-content: space-between;
		margin-bottom: 60px;
		align-items: center;
	}
	.Production_first>img{
		width: 584px;
		height: 389px;
	}
	.Production_first>div>h4{
		width: 525px;
		font-size: 40px;
		font-family: Helvetica Neue LT Std;
		font-weight: normal;
		color: #212121;
		margin: 40px 0;
	}
	.Production_first>div>p{
		width: 525px;
		font-size: 18px;
		font-family: Helvetica;
		font-weight: 400;
		color: #212121;
	}
	.Production_in_last{
		width: 610px;
		display: flex;
		justify-content: space-between;
	}
	.Production_in_last li{
		display: flex;
		flex-direction: column;
	}
	.Production_in_last img{
		width: 264px;
		height: 264px;
	}
	.Production_in_last >li> span{
		width: 247px;
		font-size: 16px;
		color: #212121;
		margin: 30px;
	}
	.Production_in_last h5{
		width: 247px;
		font-size: 28px;
		color: #212121;
	}
	.Production_in_last p{
		width: 247px;
		font-size: 16px;
		color: #212121;
	}
	.Production_in_last>li >div{
		display: flex;
		align-items: center;
		margin: 30px 0;
	}
	.Production_in_last>li >div span{
		width: 12px;
		height: 12px;
		border: 1px solid #212121;
		border-radius: 50%;
		display: block;
	}
	.Production_in_last>li >div p{
		width: 100%;
		height: 1px;
		background-color: #212121;
		margin: 0;
	}
	/* --------- */
	/* -------------- */
	.Objetivos{
		width: 100%;
		display: flex;
		justify-content: center;
		background-image: url('../../img/en-back.png');
		background-size: cover;
		padding: 60px 0;
	}
	.Objetivos_in{
		width: 1260px;
	}
	.Objetivos_text h4{
		font-size: 30px;
		font-family: Arial-Bold, Arial;
		font-weight: bold;
		color: #FFFFFF;
		text-align: center;
	}
	.Objetivos_text p{
		width: 1260px;
		font-size: 14px;
		color: #FFFFFF;
		margin: 40px 0;
		text-align: center;
	}
	.Objetivos_icon{
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 50px;
	}
	.Objetivos_icon img{
		width: 220px;
		height: 220px;
	}
	.Objetivos_img{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.Objetivos_img img{
		width: 419px;
		height: 314px;
	}
	.Objetivos_img p{
		width: 800px;
		font-size: 14px;
		font-family: Arial-Regular, Arial;
		font-weight: 400;
		color: #FFFFFF;
	}
	.ru_map_box{
		width: 1260px;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 60px 0;
	}
	.ru_map_box h4{
		font-size: 40px;
		font-family: Helvetica Neue LT Std;
		font-weight: normal;
		color: #212121;
		text-align: center;
	}
	.ru_map_box span{
		width: 496px;
		font-size: 18px;
		margin: 30px 0;
		color: #666666;
		text-align: center;
	}
}
@media screen and (max-width: 860px) {
    
    
    
    
    
    .a_about_center_text span{    font-size: 3vw;}
	.en_about_img,
	.en_about_img img{
		width: 100vw;
		/*height: 60vw;*/
	}
	/* ----------- */
	.a_about_center{
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.a_about_center_in{
		width: 90vw;
		display: flex;
		flex-direction: column;
	}
	.a_about_center_title{
		display: flex;
		justify-content: space-around;
		margin-top: 8vw;
	}
	.a_about_center_title > div{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.a_about_center_title img{
		width: 13.333vw;
		height: 13.333vw;
		background-color: #0777CD;
		border-radius: 50%;
	}
	.a_about_center_title p{
		font-size: 2.4vw;
		font-family: Arial-Bold, Arial;
		font-weight: bold;
		color: #212121;
		margin-bottom: 0;
		text-align: center;
	}
	.a_about_center_title span{
		height: 13.333vw;
		font-size: 2.4vw;
		font-family: Arial-Regular, Arial;
		font-weight: 400;
		color: #212121;
		text-align: center;
	}
	.a_about_center_text{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		margin-top: 6.666vw;
		margin-bottom: 6vw;
	}
	.a_about_center_text > div{
		color: #212121;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
	}
	.a_about_center_text > div h4{
		height: 7.6vw;
		font-size: 6.666vw;
		font-family: Arial-Bold, Arial;
		font-weight: bold;
		color: #212121;
		line-height: 7.6vw;
	}
	.a_about_center_text > div p{
		width: 90vw;
		font-size: 2.4vw;
		font-family: Arial-Regular, Arial;
		font-weight: 400;
		color: #212121;
		line-height: 6vw;
		margin-bottom: 0;
	}
	.a_about_center_text > img{
		width: 90vw;
		height: 50vw;
		margin-top: 5vw;
	}
	/* ---------------- */
	.our_products{
		display: flex;
		flex-direction: column;
		align-items: center;
		background-color: #001F3B;
		padding: 8vw 0;
	}
	.our_products h4{
		font-size: 6.4vw;
		font-family: Helvetica;
		font-weight: 400;
		color: #FFFFFF;
		text-align: center;
		margin-bottom: 4vw;
	}
	.our_products p{
		width: 90vw;
		font-size: 2.4vw;
		color: #FFFFFF;
	}
	.our_products div{
		display: flex;
		flex-wrap: wrap;
		width: 90vw;
		justify-content: space-between;
	}
	.our_products div img{
		width: 43vw;
		height: 32.25vw;
		margin-top: 4vw;
	}
	/* ----------- */
	.Production{
		width: 100vw;
		padding: 4vw 0;
	}
	.Production_first{
		display:flex;
		flex-direction: column;
		justify-content: space-between;
		/*margin-bottom: 4vw;*/
		align-items: center;
	}
	.Production_first>img{
		width: 90vw;
		height: 76.5vw;
	}
	.Production_first>div>h4{
		width: 90vw;
		font-size: 5.333vw;
		font-family: Helvetica Neue LT Std;
		font-weight: normal;
		color: #212121;
		margin: 5.333vw 0;
	}
	.Production_first>div>p{
		width: 90vw;
		font-size: 2.4vw;
		font-family: Helvetica;
		font-weight: 400;
		color: #212121;
	}
	.Production_in_last{
		width: 90vw;
		display: flex;
		justify-content: space-between;
	}
	.Production_in_last li{
		display: flex;
		flex-direction: column;
		width: 43vw;
	}
	.Production_in_last img{
		width: 43vw;
		height: 43vw;
	}
	.Production_in_last >li> span{
		width: 43vw;
		font-size: 2.1vw;
		color: #212121;
		margin: 4vw;
	}
	.Production_in_last h5{
		width: 43vw;
		font-size: 3.7vw;
		color: #212121;
	}
	.Production_in_last p{
		width: 43vw;
		font-size: 2.1vw;
		color: #212121;
	}
	.Production_in_last>li >div{
		display: flex;
		align-items: center;
		margin: 4vw 0;
	}
	.Production_in_last>li >div span{
		width: 2vw;
		height: 2vw;
		border: 1px solid #212121;
		border-radius: 43vw;
		display: block;
	}
	.Production_in_last>li >div p{
		/* width: 100%; */
		height: 1px;
		background-color: #212121;
		margin: 0;
	}
	/* ------------ */
	/* -------------- */
	.Objetivos{
		width: 100vw;
		display: flex;
		justify-content: center;
		background-image: url('../../img/en-back.png');
		background-size: cover;
		padding: 5vw 0;
	}
	.Objetivos_in{
		width: 100vw;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.Objetivos_text li{
		width: 90vw;
	}
	.Objetivos_text h4{
		width: 90vw;
		font-size: 4vw;
		font-family: Arial-Bold, Arial;
		font-weight: bold;
		color: #FFFFFF;
		text-align: center;
	}
	.Objetivos_text p{
		width: 90vw;
		font-size: 1.8666vw;
		color: #FFFFFF;
		margin: 6vw 0;
		text-align: center;
	}
	.Objetivos_icon{
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 7vw;
	}
	.Objetivos_icon img{
		width: 18vw;
		height: 18vw;
	}
	.Objetivos_img{
		width: 100vw;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.Objetivos_img img{
		width: 90vw;
		height: 67.5vw;
	}
	.Objetivos_img p{
		width: 90vw;
		font-size: 1.8666vw;
		font-family: Arial-Regular, Arial;
		font-weight: 400;
		color: #FFFFFF;
		margin-top: 4vw;
	}
	/* ------ */
	.ru_map_box{
		width: 90vw;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 8vw 0;
		margin: 0 auto;
	}
	.ru_map_box h4{
		font-size: 4vw;
		font-family: Helvetica Neue LT Std;
		font-weight: normal;
		color: #212121;
		text-align: center;
	}
	
	.ru_map_box img{    width: 100%;}
	.ru_map_box span{
		width: 90vw;
		font-size: 2.4vw;
		margin: 4vw 0;
		color: #666666;
		text-align: center;
	}
}