.header_block{
	position: static;
	color: black !important;
	margin-left: auto;
	margin-right: 0;
	text-align: right;
	max-width: none;
	margin-top: 0%;
}
.header_block .header_title, .header_block  .header_text {
	color: black !important;
}
.header_text{
	font-weight: bold;
	margin-top: 15px;
}

.header_button{
	display: inline-block;
	color: black;
	border: 2px solid black;
	font-size: 24px;
	padding: 15px 60px;
	outline: none;
	border-radius: 40px;
	margin-top: 30px;
}

.header_button:hover{
	color: black;
	text-decoration: none;
}

.block_1{
	max-width: 83%;
	margin: 0 auto;
	padding: 80px 50px;
	background-color: #eaf2fc; 
	border-radius: 10px;
	text-align: center;
}

.block_1_container{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.block_1_element{
	text-align: center;
	max-width: 32%;
}

.block_1_element p{
	font-size: 21px;
	font-weight: normal;
	text-align: center;
	margin-top: 35px;
}

.block_1_button{
	display: inline-block;
	color: white;
	background-color: #3eb5f1;
	font-size: 24px;
	padding: 15px 40px;
	outline: none;
	border-radius: 40px;
	margin: 0 auto;
	margin-top: 70px;
}

.block_1_button:hover{
	text-decoration: none;
	color: white;
}

.main{
	position: relative;
	z-index: 1;
	margin-top: -100px;
}

.block_2{
	max-width: 83%;
	margin: 0 auto;
	padding: 50px 0;
}

.block_2_title{
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #3eb5f1;
}

.block_2_text{
	text-align: center;
	color: #3eb5f1;
	font-size: 18px;
	line-height: 1.75em;
	margin-top: 40px;
	padding: 0 20px;
}

.block_3{
	background: url('../img/purepurr/block_3_back.jpg')  0 0 no-repeat;
	padding: 60px 0 80px 0;
}

.block_3_container{
	display: flex;
	flex-direction: row-reverse;
	max-width: 70%;
	margin: 0 auto;
	margin-top: 40px;
}

.block_3_title{
	font-size: 28px;
	color: #3eb5f1;
	font-weight: bold;
	text-align: center;
}

.block_3_list{
	color: black;
	/*font-weight: bold;*/
	list-style: none;
}

.block_3_list li{
	font-size: 18px;
	margin-top: 10px;
}

.block_4{
	position: relative;
}

.block_4_container{
	position: absolute;
	max-width: 83%;
	left: 9%;
	top: 50px;
}

.block_4_title{
	font-size: 38px;
	color: #3eb5f1;
	line-height: 1.2em;
}

.block_4_text{
	font-size: 18px;
	line-height: 1.85em;
	margin-top: 30px;
	max-width: 73%;
}

.block_5{
	padding: 80px 0 0 40px;
	max-width: 83%;
	margin: 0 auto;
}

.block_5_title{
	color: #3eb5f1;
	font-size: 28px;
	text-align: center;
}

.block_5_container{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}

.block_5_element{
	width: 30%;
	text-align: center;
}

.block_5_element p{
	color: black;
	margin-top: 15px;
	font-weight: bold;
}

.block_5_element:nth-child(4),
.block_5_element:nth-child(5),
.block_5_element:nth-child(6){
	margin-top: 40px;
}

.block_5_subtitle{
	text-transform: uppercase;
	font-size: 32px;
	color: black;
	text-align: center;
	margin: 80px 0 60px 0;
}

.block_4_back,
.block_4_back img{
	max-width: 100%;
}

@media screen and (max-width: 1700px){
	.header_block{
		margin-top: 5%;
	}

	.header_title{
		font-size: 44px;
	}

	.header_text{
		font-size: 26px;
	}
}

@media screen and (max-width: 1500px){
	.block_3_container{
		max-width: 83%;
	}

	.header_block{
		margin-top: 5%;
	}

	.header_title{
		font-size: 40px;
	}

	.header_text{
		font-size: 22px;
	}
	..block_2_title, .block_3_title {
		font-size: 28px;
	}
	.block_1_element p{
		font-size: 18px;
	}

	.block_4_text{
		max-width: 65%;
	}

}
@media screen and (max-width: 1350px){
	.header_block{
		margin-top: 5%;
	}

	.header_title{
		font-size: 36px;
	}

	.header_button{
		font-size: 20px;
		padding: 10px 30px;
		margin-top: 15px;
	}
	.block_1{
		padding: 40px 50px;
	}
	.block_3_container{
		max-width: 90%;
	}

	.block_4_title{
		font-size: 36px;
	}

	.block_5_title{
		font-size: 32px;
	}
}

@media screen and (max-width: 1150px){
	.header_block{
		margin-top: 21%;
	}

	.header_title{
		font-size: 30px;
	}
}

@media screen and (max-width: 1024px){
	.block_2_title{
		font-size: 26px;
	}

	.block_4_title{
		font-size: 30px;
	}

	.block_5_title{
		font-size: 30px;
	}

	.block_5_subtitle{
		font-size: 30px;
	}

	.block_1{
		padding: 60px 30px;
	}
}

@media screen and (max-width: 920px){
	.main{
		margin-top: -12%;
	}

	.header_title{
		font-size: 26px;
	}

	.block_1_element p{
		font-size: 16px;
	}
	.block_1_element img {
		max-width: 75px;
	}
	.block_1_container{
		flex-direction: column;
	}

	.block_1_element{
		max-width: 100%;
	}

	.block_1_element p{
		margin-top: 20px;
		margin-bottom: 35px;
	}

	.block_3_list{
		margin: 0 auto;
	}

	.block_2_title,
	.block_3_title,
	.block_4_title,
	.block_5_title,
	.block_5_subtitle{
		font-size: 24px;
	}

	.block_4_text{
		line-height: 1.5em;
	}

	.header_text{
		max-width: 60%;
		font-size: 20px;
		margin-right: 0;
		margin-left: auto;
	}

	.header_button{
		margin-top:  0;
	}

	.header_block{
		margin-top: 15%;
	}

	.block_4_back img{
		max-width: 110%;
	}

	.block_4_container{
		left: 4%;
	}
}


@media screen and (max-width: 800px){
	.header_back{
		max-width: 120%;
	}

	.block_5_container{
		align-items: center;
	}

	.block_5_element{
		width: 48%;
		margin-top: 20px;
	}

	.block_5_element:nth-child(4), 
	.block_5_element:nth-child(5), 
	.block_5_element:nth-child(6){
		margin-top: 0;
	}
}

@media screen and (max-width: 768px){
	.block_1,
	.block_2,
	.block_3_container,
	.block_4_container,
	.block_5{
		max-width: 100%;
	}
	.block_1 {
		padding: 40px 20px;
	}
	.block_4_text{
		max-width: 100%;
	}
	.block_4_back img{
		padding-top: 300px;
	}
	.header_title {
		padding-top: 0;
	}
}

@media screen and (max-width: 700px){
	.header_back{
		max-width: 140%;
	}

	.block_1_button{
		font-size: 20px;
		padding: 10px 25px;
		margin-top: 20px;
	}

	.block_4_back img{
		max-width: 120%;
	}
}

@media screen and (max-width: 650px){
	.block_2_title, 
	.block_3_title, 
	.block_4_title, 
	.block_5_title, 
	.block_5_subtitle{
		font-size: 22px;
	}

	.block_4_back img{
		max-width: 130%;
	}
}

@media screen and (max-width: 600px){
	.header_text{
		font-size: 18px;
		max-width: 75%;
	}

	.header_title{
		font-size: 22px;
	}
	.header_button{
		font-size: 18px;
		padding: 8px 25px;
	}

	.block_3_list{
		padding: 0;
	}

	.block_3_list li,
	.block_2_text,
	.block_4_text{
		font-size: 16px;
	}

	.block_2_title, 
	.block_3_title, 
	.block_4_title, 
	.block_5_title, 
	.block_5_subtitle{
		font-size: 20px;
	}
}

@media screen and (max-width: 550px){
	.header_back{
		max-width: 150%;
	}

	.block_1_element{
		width: 100%;
		margin: 0 auto;
	}

	.block_4_back img{
		max-width: 155%;
	}

	.block_4_container{
		top: 25px;
	}

	.block_5_element{
		width: 100%;
	}

	.block_5_container{
		margin-top: 0;
	}

	.block_5_subtitle br{
		display: none;
	}

	.block_5_subtitle{
		text-align: left;
		margin-top: 50px;
	}
}

@media screen and (max-width: 480px){
	.header_back{
		max-width: 170%;
		margin-left: -20%;
	}

	.header_text{
		display: none;
	}

	.header_title{
		font-size: 20px;
	}
}

@media screen and (max-width: 414px){
	.header_back{
		max-width: 200%;
		margin-left: -20%;
	}

	.header_block{
		margin: 20px 0;
	}

	.block_4_back img{
		max-width: 185%;
	}

	.block_4_text{
		margin-top: 15px;
	}

	.block_5{
		padding: 50px 0 0 0;
	}
	.block_3_list li,
	.block_2_text,
	.block_4_text{
		font-size: 14px;
	}

	.block_2_title, 
	.block_3_title, 
	.block_4_title, 
	.block_5_title, 
	.block_5_subtitle{
		font-size: 18px;
	}
	.block_5_element img {
		width: 75px;
	}
}

@media screen and (max-width: 360px){
	.header_block{
		margin-top: 20px;
	}

	.header_title{
		font-size: 18px;
	}

	.block_1_element{
		width: 100%;
	}

	.block_1_button b{
		display: none;
		margin-top: 30px;
	}

	.block_2_text,
	.block_4_text{
		text-align: justify;
	}

	.block_4_back {
		display: none;
	}

	.block_4{
		background: url("../img/purepurr/block_4_back.png") 0 0 no-repeat;
		background-size: cover;
	}

	.block_4_container{
		position: static;
		margin: 0 auto;
		padding: 20px 0;
	}
}

@media screen and (max-width: 320px){
	.header_back{
		display: none;
	}

	.header{
		background: url('../img/purepurr/header_back.jpg') 0 0 no-repeat;
		background-size: cover;
	}

	.header_container{
		position: static;
		transform: none;
		padding-bottom: 15px;
	}

	.header_title{
		font-size: 16px;
	}

	.main{
		margin-top: 20px;
	}

}