/* CHOROBY */

#diseases {
	margin: 60px 0px;
}

#diseases a {
	color: #06020f;
}

#diseases a .fa {
	background-color: #253b8a;
}

#diseases a:hover .fa {
	background-color: #d01a1a;
	color: #fff;
}

#diseases h2 {
	font-size: 1.5rem;
}

@media (max-width: 576px) {
	#diseases h2 {
		font-size: 1.025rem;
	}
}

/* GORNE INFORMACJE */

#top_content {
	padding: 60px 0px 30px 0px;
}

@media (max-width: 576px) {
	#top_content {
		padding: 0px 0px 30px 0px;
	}
}

#top_content .first_col {
	padding: 0px 70px 0px 100px;
	text-align: right;
	background: url('../img/info_bg_white.svg') top left no-repeat;
	background-color: #d01a1a;
	background-size: 130px;
}

#top_content h2 {
	font-size: 1.8rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

#top_content .link_bt {
	font-size: 1.56rem;
	padding-left: 30px;
}

#top_content .link_bt .fa {
    margin-top: 8px;
}

@media (max-width: 1680px) {
	#top_content .first_col {
		background-size: 100px;
	}

	#top_content h2 {
		font-size: 1.25rem;
	}
	
	#top_content .link_bt {
		font-size: 1.25rem;
		padding-left: 30px;
	}
	
	#top_content .link_bt .fa {
		margin-top: 5px;
	}
}

@media (max-width: 992px) {
	#top_content .first_col {
		padding: 70px;
		background-size: 70px;
	}
	
	#top_content .offer_thumb {
		padding: 0px;
	}
}

/* INFORMACJE */

#informations {
	background-color: #f4f4f4;
	padding: 60px 0px;
}

#informations .content {
	background-color: #d01a1a;
	color: #fff;
	padding: 0px 30px;
}

#informations .first_col {
	padding: 0px 70px;
	text-align: right;
	background: url('../img/info_bg.svg') top left no-repeat;
	background-size: 130px;
}

#informations h2 {
	font-size: 1.8rem;
	font-weight: 700;
	text-transform: uppercase;
}

@media (max-width: 1680px) {
	#informations .first_col {
		background-size: 100px;
	}

	#informations h2 {
		font-size: 1.56rem;
	}
}

@media (max-width: 992px) {
	#informations h2 {
		font-size: 1.025rem;
	}
	
	#informations .first_col {
		background-size: 70px;
	}
	
	#informations .content {
		padding: 20px 30px;
		text-align: center;
	}
	
	#informations .offer_thumb {
		padding: 0px;
	}
}

/* ODDZIAŁY */

#departments {
	margin: 0px -40px;
}

@media (max-width: 992px) {
	#departments {
		margin: 0px;
	}
}

#departments .category_col {
	padding: 0px;
}

#departments.category_box svg {
	fill: #fff;
}

#departments .category_col .cross_top {
	position: absolute;
	width: 70px;
	left: 2px;
    bottom: 127px;
	fill: #fff;
}

#departments .category_box {
	padding: 40px;
}

#departments .category_box .department_title {
	height: 120px;
	padding: 20px 25px; 
	margin-top: 5px;
}

#departments .category_box .department_title h2 {
	color: #fff;
	font-size: 1.025rem;
	text-transform: uppercase;
	margin-bottom: 0px
}

#departments .category_box .cat_link {
	display: block;
    background-color: #fff;
    width: 140px;
    height: 30px;
    float: right;
    margin-top: -30px;
    line-height: 30px;
    text-align: center;
    color: #000;
    font-size: 0.875rem;
    font-weight: 500;
}

#departments .category_box .cat_link:hover {
    color: #d01a1a;
}

#departments .category_box .cat_link .cross_bottom {
	position: absolute;
	width: 30px;
	right: 27px;
	bottom: 27px;
}