.block {
	display:flex;
	align-items:center;
	margin:96px 0;
	flex-wrap:wrap;
}

.block_reverse {
	flex-direction:row-reverse;
}

.block__text {
	width:45%;
}

.block__image {
	width:50%;
	padding-right:5%
}


.block_reverse .block__image {
	padding-right:0%;
	padding-left:5%;
}

.block__gallery {
	width:100%;
}


.block_blue .block__image {
	width:58%;
	padding-right:2%
}
.block_blue .block__text {
	width:40%;
}

.block_reverse.block_blue .block__image {
	padding-right:0%;
	padding-left:2%;
}

.block_blue .block__text {
	position:relative;
}
.block_blue .block__text:before {
	content:"";
	position:absolute;
	width:calc(100% + 96px + 32px);
	height:200px;
	left:-96px;
	top:-32px;
	background:#F2FCFF;
	z-index:-1;
}


@media screen and (min-width:768px){
	.block__image_h {
		align-self:stretch;
	}
	.block__image_h img {
		object-fit:cover;
		height: 100%;
	}
	
	.block_nmk .block__image {
		align-self:stretch;
	}
	.block_nmk .block__image img{
		object-fit:cover;
		object-position:64%;
		height: 100%;
	}
}
@media screen and (max-width:768px){
	.block_gp .block__image {
		align-self:stretch;
	}
	
	.block_gp .block__image img {
		object-fit:cover;
		height: 100%;
	}	
}
@media screen and (min-width:1000px){

	.block_nmk .block__image {
		align-self:center;
	}
	.block_gp .block__image {
		align-self:center;
	}
	
	.block__image_h {
		align-self:center;
	}
	.block__image_h img {
		object-fit:cover;
		width:100%;
	}

	.block__image_h_400 img {
		height:400px;
	}	
	.block__image_h_435 img {
		height:435px;
	}	
	.block__image_h_440 img {
		height:440px;
	}	
}
@media screen and (max-width:1000px){
	.block_nmk .block__image{
		padding-top:16px;
		display:flex;
	}
	.block_nmk .block__image img{
		max-height:350px;
	}
	.block_gp .block__image{
		padding-top:16px;
		display:flex;
	}
	
	.block_gp .block__image img{
		max-height:350px;
	}
	
	.block__image_h_400 img { 
		max-height:350px;
	}
}

@media screen and (max-width:768px){
	.block {
		flex-direction:column;
	}
	
	.block__text,
	.block_blue .block__text {
		width:100%;
	}
	
	.block__image,
	.block_reverse .block__image,
	.block_blue .block__image,
	.block_reverse.block_blue .block__image	{
		width:100%;
		max-width:480px;
		padding-right:0;
		padding-left:0;
	}

	.block_blue .block__text:before {
		content:"";
		position:absolute;
		width:calc(100% + 24px);
		height:200px;
		left:-12px;
		top:-12px;
		background:#F2FCFF;
		z-index:-1;
	}


		
}

@media screen and (max-width:480px){
	.block {
		margin-top:48px;
		margin-bottom:32px;
	}
		
	.block_nmk{
		margin-top:0;
	}

	
	.block_re{
		margin-top:0;
	}
	
	
	.block_gp .block__image{
		margin-left:-16px;
		margin-right:-16px;		
		width:100vw;
	}
	.block_gp .block__image img{
		display:block;
		object-fit:cover;
		object-position:40%;
		width:100%;
		height:450px;
		max-height:450px;
	}
}
