/*___%%%%%%%%%%%%%%%___FONTS___%%%%%%%%%%%%%%%___*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap');
/*___%%%%%%%%%%%%%%%___END-fonts___%%%%%%%%%%%%%%%___*/



body {
	margin: 0;
	padding: 0;
}
.container {
	padding-bottom: 175px;
}
.content_wrapp {
	background-color: #53565b;
	height: 488px;
}
.header,
.content {
	max-width: 1240px;
	width: 100%;
	box-sizing: border-box;
}
.header {
	padding: 31px 66px;
}
.content {
	background: url(images/background_new.jpg) top center no-repeat;
	display: flex;
}
.content_block {
	padding: 60px 10px 60px 50px;
}
.content img {
    flex-shrink: 0;
}
body, h2, h3, p {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	line-height: 1.3;
	margin: 0;
	padding: 0;
	color: #fff;
}
h3 {
	font-size: 21px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 4%;
}
p {
	font-size: 16px;
	padding: 0 0 4%;
}
p > strong {
    white-space: nowrap;
}
a, a:visited {
	color: #ff9016;
	text-decoration: none; 
}
a:hover {
	text-decoration: underline; 
}





/*___%%%%%%%%%%%%%%%___MEDIA___%%%%%%%%%%%%%%%___*/
@media only screen and (max-width : 1024px) {
.container {
	padding-bottom: 45px;
}
.content_wrapp {
	height: auto;
}
.content img {
	height: 375px;
	margin-bottom: 40px;
}
.content_block {
	padding: 60px 30px;
}
}


@media only screen and (max-width : 768px) {
.content img {
	height: 265px;
}
.content_block {
	padding: 20px 30px;
}
h3 {
	font-size: 18px;
}
p {
	font-size: 14px;
}
}


@media only screen and (max-width : 640px) {
.content {
	display: block;
	background-size: cover;
}
.content img {
	width: 50%;
	height: auto;
	margin-bottom: 10px;
}
}


@media only screen and (max-width : 425px) {
.header {
	padding: 31px 0;
}
.header img {
	display: block;
	margin: 0 auto;
}
}
/*___%%%%%%%%%%%%%%%___END-media___%%%%%%%%%%%%%%%___*/