#content.page {
	padding: 85px 0;
}
#content.page h2 {
	font-size: 36px;
	margin: 0 0 65px 0;
	font-family: Roboto;
    font-weight: 800;
    color: #000;
}
.page-table {
	width: 100%;	
	margin-bottom: 65px;
}
.page-table tr {}
.page-table tr td {
	padding: 4px 15px;
	font-family: "Poppins";
	font-size: 14px;
	color: #737373;
}
.page-table tr td a {
	color: #737373;
	text-decoration: none;
}
.page-table tr td a:hover, .page-table tr td a:focus {
	color: #737373;
	text-decoration: underline;
}
.page-table tr td:first-child {
	padding-left: 0;
}
.page-table tr td:last-child {
	padding-right: 0;
	text-align: right;
}
.page-table tr td strong {
	color: #000000;
	font-weight: 700;
}
.page-table tr.page-table__title td {
	text-align: left;
	font-size: 16px;
	color: #000000;
	font-weight: 700;
	padding: 32px 0;
}
.page-table tr:first-child.page-table__title td {
	padding-top: 0;
	padding-bottom: 5px;
}
.page-table.page-table--bordered {margin-bottom: 125px;}
.page-table.page-table--bordered table {width: 100%;}
.page-table.page-table--bordered > tbody > tr > td {border: 1px solid #e6e6e6;padding: 25px 30px;}
.page-table.page-table--bordered tr td:last-child {text-align: left;}
.page-table.page-table--bordered > tbody > tr.spacer {height: 3px;}
.page-table.page-table--bordered > tbody > tr.spacer > td {border: none;padding: 0;}

#content .hp-news.hp-services {
	background-color: #f7f7f7;
}
#content .hp-news.hp-services .hp-news-list {
	display: block;
}
#content .hp-news.hp-services .hp-news-list .row {
	justify-content: center;
}
#content .hp-news.hp-services .hp-news-list .hp-news-box {
	box-shadow: none;
    text-align: center;
	padding-top: 4rem;
}
#content .hp-news.hp-services .hp-news-list .hp-news-box .new-photo-box {
	height: auto !important;
}
#content .hp-news.hp-services .hp-news-list .hp-news-box .new-photo-box img {
	width: auto;
	height: 73px;
	object-fit: scale-down;
}
#content .hp-news.hp-services .hp-news-list .hp-news-box .new-text-box {
	padding-top: 2rem;
	padding-bottom: 2.5rem;
}
#content .hp-news.hp-services .hp-news-list .hp-news-box .new-text-box h3 {
	margin-bottom: 1.5rem;
}
#content .hp-news.hp-services p {
	display: block;
	width: fit-content;
	width: -moz-fit-content;
	margin: 0 auto;
}
#content .hp-news.hp-services p a {
	display: block;
	width: fit-content;
	width: -moz-fit-content;
	color: #000;
	background-image: url("../images/icons/ul.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1rem;
}
#content .hp-news.hp-services p a:hover {
	color: #59b1df;
	text-decoration: none;
}
.photo-wrap {
    height: 260px;
}
.photo-wrap img {
    min-height: 260px;
    width: 100%;
    object-fit: scale-down;
}
.hp-intro {
	padding: 1.5rem 0 2.1rem;
}
.lekce-page {
	margin-bottom: -2.25rem;
}
.lekce-page h3 {
	margin: 0 0 2.25rem !important;
}
.lekce-page h3 strong {
	display: none;
}
.services-hp {
    margin-top: 82px; 
	padding: 70px 0 50px;
    background-color: #f7f7f7;
}
.hp-intro .text-box {
	padding-bottom: 3rem;
}
@media (max-width: 1200px) {
	.services-hp {
		margin-top: 50px; 
	}
}
@media (max-width: 768px) {
	.services-hp {
		margin-top: 37px;
		padding: 40px 0 50px;
	}
	.hp-intro .text-box {
		padding-bottom: 0;
	}
}
.services-hp h3 {
	font-size: 18px !important;
}
.services-hp a > span:first-child {
	overflow: hidden;
	display: block;
}
.services-hp img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	transition: ease 0.3s;
}
.services-hp a {
	color: #000;
	transition-duration: 0.15s;
}
.services-hp a:hover {
	color: #59b1df;
	text-decoration: none;
}
.services-hp a:hover > span:first-child img {
	transform: scale(1.15);
}
.services-hp a > span:last-child {
	margin-top: 1.5rem;
	display: block;
}