.breadcrumb {
	margin: 0;
	padding: 90px 0;
	background-image: url(../sources/images/breadcrumb-bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
}
.breadcrumb:before {
	content: "";
	background: #0E0E46;
	opacity: 0.8;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.breadcrumb .bread-crumb-head {
	text-align: center;
	position: relative;
}
.breadcrumb .bread-crumb-head .breadcrumb-title h1 {
	color: #FFF;
	font-size: 36px;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.breadcrumb-list ul {
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.breadcrumb .bread-crumb-head .breadcrumb-list ul li {
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
}
.breadcrumb .bread-crumb-head .breadcrumb-list ul li span {
	color: #FCAF3D;
	margin: 0 7px 0 7px;
	padding: 0;
}
.breadcrumb .bread-crumb-head .breadcrumb-list ul li a {
	color: #FFF;
}
.breadcrumb .bread-crumb-head .breadcrumb-list ul li a:hover {
	color: #FCAF3D;
}
.breadcrumb .bread-crumb-head .breadcrumb-list ul li+li {
	padding-left: 7px;
}
.breadcrumb .bread-crumb-head .breadcrumb-list ul li+li::before {
	content: "/";
	float: left;
	padding-right: 7px;
	color: #FCAF3D;
	font-size: 14px;
	font-weight: 600;
}
.breadcrumb .breadcrumb-border-img img {
	position: absolute;
	right: 0;
	bottom: 0;
}
@media (max-width: 991.98px) {
	.breadcrumb {
		padding: 60px 0;
	}
}
@media (max-width: 767.78px) {
	.breadcrumb {
		padding: 50px 0;
	}
}
.listing-section {
    position: relative;
    padding: 60px 0 36px;
  }
  
  .container-head {
    margin: 0 0 40px;
    padding: 24px 24px 9px;
  }
  .container-head h2 {
    font-weight: normal;

  }
  .listing-body {
    margin: 30px 0;
  }
  .listing-el {
    margin: 0 0 40px;
    padding: 40px 0;
    box-shadow: 0px 4px 24px rgba(189, 189, 189, 0.24);
  }
  .each-listing-item {
	padding: 24px;
	flex-wrap: nowrap;
	align-items: center;
  }
  .deaktiv-trsp {
	opacity: 0.8;
  }
  .item-img-par {
	width: 180px;
	margin-right: 20px;
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 10px;
	-webkit-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	background: #F6F6F9;
  	padding: 20px;
  	text-align: center;
  }
  .item-img {
	text-align: center;
  }
  .item-img img {
	max-width: 100%;
  	height: auto;
  }
  .item-content {
	padding: 0 20px;

  }
  .list-feature {
	margin-left: auto;
  }
  .not-inf p{
    padding: 20px;
  }
  .not-inf .descr {
    padding-bottom: 40px;
    border-bottom: 1px solid #E3E3E3;
  }
  .social-links ul {
    justify-content: center;
  }
  .social-links li {
    display: inline-block;
  }
  @media (max-width: 991.98px) {
	.breadcrumb .bread-crumb-head .breadcrumb-title h1 {
		font-size: 28px;
	}
    .listing-section {
      padding: 50px 0 26px;
    }
	.each-listing-item { flex-wrap: wrap;}
	.item-img-par { width: 100%; margin-bottom: 20px;}
  }
  @media (max-width: 767.78px) {
    .breadcrumb .bread-crumb-head .breadcrumb-title h1 {
		font-size: 24px;
	}
	.container-head {
		margin: 0 0 30px;
		padding: 24px 24px 9px;
	  }
	.listing-section {
      padding: 40px 0 16px;
    }
  }