.diler .main-swiper.swiper {
    height: 50vh;
}

.diler .main-swiper.swiper:before {
	content: "";
	position: absolute;
	z-index: 50;
	top: 0;
	left: 0;
	width: 100%;
	/*height: 100%;*/
	/*background: rgba(0,0,0, .2);*/
}

.diler .main-swiper img {
	animation: none;
}

.diler .main-swiper.swiper .text {
	top: 50%;
}


/*
breadcrumbs*/
.diler .breadcrumbs {
	margin: 30px auto;
}

.diler .breadcrumbs {
	margin: -30px auto 0 auto;
	position: relative;
	top: -20px;
	z-index: 1000;
}

.diler .breadcrumbs a {
	text-decoration: none;
	color: black;
	transition: .2s ease;
	position: relative;
	display: inline-block;
}

.diler .breadcrumbs a {
	color: white;
}

.diler .breadcrumbs a:hover {
	color: #22981b;
}

.diler .breadcrumbs a:before {
	content: "⇢";
	float: left;
	font-size: 1.4em;
	margin: -4px 10px 0 5px;
	color: rgba(0,0,0, .2);
	font-weight: 300;
}

.diler .breadcrumbs a:before {
	content: "⇢";
	color: rgba(255,255,255, .5);
}


.diler .breadcrumbs a:first-child:before {
	display: none;
}








.diler .block-social {
	display: none;
}

.diler .nav-cat {
	margin-top: 30px;
}

.diler .nav-cat a {
	display: inline-block;
	color: black;
	text-decoration: none;
	font-size: 1.1em;
	padding: 5px 10px;
	border-radius: 30px;
	margin: 0 10px 10px 0;
	transition: .2s ease;
	background: white;
}

.diler .nav-cat a.primary-bg {
	background: #22981b;
	color: white;	
}

.diler .nav-cat a:hover {
	background: #22981b;
	color: white;
}




#map {
    width: 100%;
    height: 600px;
}






.accordion {
  width: 100%;
  margin: 0 auto;
}

.accordion input[type="radio"] {
  display: none;
}

.accordion label {
	display: block;
	cursor: pointer;
	font-weight: bold;
	transition: background 0.3s ease;
	text-transform: uppercase;
	padding: 25px 0;
	font-weight: 900;
	font-size: 1.7em;
	color: #22981b;
}

.accordion label:hover {
	color: black;
}

.accordion .content {
	max-height: 0;
	overflow: hidden;
	background: #fff;
	transition: max-height 0.3s ease, padding 0.3s ease;
}

.accordion .content article {
	width: 50%;
	display: block;
	padding: 10px;
	color: black;
	font-weight: 300;
}

.accordion .content article .name {
	font-weight: 900;
	font-size: 1.2em;
}

.accordion .content article a {
	color: black;
	transition: .2s ease;
}

.accordion .content article a:hover {
	color: #22981b;
}

.accordion input:checked + label + .content {
	max-height: 1000px;
	display: flex;
	flex-wrap: wrap;  
}





.form-diler {
	margin-top: 60px;
	font-weight: 300;
	width: 100%;
}

.form-diler .txt {
	width: 40%;
	min-width: 500px;
}

.form-diler .txt .title {
	display: block;
	cursor: pointer;
	font-weight: bold;
	transition: background 0.3s ease;
	text-transform: uppercase;
	padding: 25px 0;
	font-weight: 900;
	font-size: 2em;
}

.form-diler .txt .sub-title {
	display: block;
	font-weight: 900;
	text-transform: uppercase;
}

.form-diler .txt p {
	margin-bottom: 20px;
}

.form-diler .txt a {
	color: black;
}

.form-diler .txt .btn {
	color: white;
}

.form-diler .map {
	width: 100%;
	position: relative;	
}

.form-diler .map #map-sz {
	position: absolute;
	width: 800px !important;
}
