.not-home .subpaginas{
	background-color: #ededed;
	padding: 110px 0;
}

.home .subpaginas h2{
	font-size: 40px;
	font-weight: 600;
	line-height: 45px;
	text-transform: uppercase;
}

.subpaginas + .call_to_action{
	margin-top: 0 !important;
}

.subblok{
	background: #fff;
	text-decoration: none !important;
	margin-top: 30px;
	-webkit-box-shadow: 0 0 30px rgba(0, 79, 98, 0.15);
	        box-shadow: 0 0 30px rgba(0, 79, 98, 0.15);
}

.subblok:hover{
	background: #00a9a1;
}

.subblok:hover .subblok_subtekst{
	color: #d9d9d9;
}

.subblok:hover h3{
	color: #fff;
}

.subblok_subtekst{
	-ms-flex-preferred-size: 285px;
	    flex-basis: 285px;
	padding: 20px 30px;
	min-width: 285px;
	color: #00a9a1;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.subblok_subtekst h3{
	color: #00809f;
	font-family: eurostile;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	text-transform: uppercase;
	margin-bottom: 15px;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.subblok_img{
	position: relative;
}

.subblok_img picture{
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.subblok_img img,
.subblok_img picture img{
	-o-object-fit: cover;
	   object-fit: cover; 
    height: auto;
    width:100%;
}

.subblok_img svg{
	position: absolute;
	left: 0;
	bottom: 0;
}

@media (max-width:767px)
{
	.subblok_img{
		position: static;
	}
	
	.subblok_img img{
		display: none;
	}
	
	.subblok_img svg {
		left: auto;
		right: 15px;
	}
	
	.subblok_subtekst,
	.subblok{
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
    	min-width: 100%;
	}
	
	.subblok{
		margin-top: 0;
	}
	
	.subblok_row{
		margin-top: 30px;
	}
	
	.not-home .subpaginas {
		padding: 50px 0;
	}
}

@media (min-width:768px) and (max-width:991px)
{ 
	.home .subpaginas h2 {
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 0;
	}
	
	.subblok_img {
		max-width: 50%;
		-ms-flex-preferred-size: 50%;
		    flex-basis: 50%;
	}
}