.title-search-result{
	display: none !important;
}
#mdt-paged{
	margin-top: 40px;
	text-align: center;
}
.footer-contact .block-icon path{
	fill: #007263;
}
.struktura--item{
	flex-wrap: wrap;
}
.dop-struktura--item{
	margin-top: 40px;
}
.grid--struktura-row{
	position: relative;
}
.med-struktura .med-custom-line {
    top: 40px;
    transform: translate(0%, -50%);
    left: 50%;
    height: 100%;
    color: #48893b;
    z-index: -1;
}
.med-struktura .grid--struktura:nth-last-child(2) .med-custom-line{
	top: 80px;
}
.med-struktura .struktura_sections{
	margin: 0 auto;
	max-width: 900px;
}
.med-struktura .grid--struktura-row{
	justify-content: space-between;
	column-gap:40px;
}
.med-struktura .med-first-main-grid{
	justify-content: center;
}
.med-struktura .grid--struktura-row.not-full{
	justify-content: start;
}
.med-struktura .full:before{
    content: '';
    top: -40px;
    position: absolute;
    width: calc(100% - 120px - 75px);
    height: 2px;
    border-top: 1.5px dashed;
    color: #48893b;
    left: 50%;
    transform: translate(-50%, 0);
}
.med-struktura .not-full:before{
	content: '';
    top: -40px;
    position: absolute;
    width: calc(100% - 120px - 75px);
    height: 2px;
    border-top: 1.5px dashed;
    color: #48893b;
    left: 50%;
    transform: translate(-50%, 0);
}
.med-struktura .not-full.not-to-full3:before,
.med-struktura .not-full.not-to-full2:before{
    width: calc(100% - (195px * 3) + 40px);
    left: 95px;
    transform: translate(0);
}
.med-struktura .not-full.not-to-full1:before{
    width: calc(100% - (195px * 3) + 40px);
    left: 95px;
    transform: translate(0);
}
.med-struktura .not-full.not-to-full1:before {
    width: calc(100% -(195px* 2) - 37px);
    left: 95px;
    transform: translate(0);
}
.grid--struktura-row{
	--global-grid-horizontal:0px;
}
.med-struktura .not-full .med-custom-line {
    transform: translate(0%, -50%);
    top: calc(50% - 40px);
    left: 50%;
}
.med-struktura .have_dop_item.not-full .med-custom-line {
    height: calc(100% + 50px);
    top: calc(50% - 65px);
}
.page-text{
    margin-top: 35px;
}
@media (max-width: 767px) {
	#mdt-paged{
		margin-top: 20px;
	}
}
.panel.panel-info {
	border: 1px solid #007263;
	margin-bottom: 25px;
border-radius: 10px;	
}

.panel-info .panel-heading {
	background: #aed2a7;	
	padding: 15px;
	border-radius: 10px 10px 0px 0px;
}
.panel-info .panel-body{
	padding: 15px;
	margin-top: 0px;	
}