/* FOOTER */
.footer {
	position: relative;
	padding-block: 32px;
	height: unset;
	border-top: 1px solid #ffffff11;
}

.footer .wrap {
	box-sizing: border-box;

	* {
		box-sizing: border-box;
	}

	width: 100%;
	margin: 0 auto;
	display: flex;
	position: static;
	margin-bottom: 32px;
	justify-content: space-between;
	gap: 32px;
	border-bottom: 1px solid #ffffff11;
	padding-bottom: 16px;

	> * {
		/* flex: 1; */
	}
}

.footer .wrap .copyrights {
	position: static;
	top: 0;
}

.footer .wrap .contacts {
	position: static;
	flex-shrink: 1;
	width: auto;
	display: flex;
	flex-direction: column;
	align-items: start;
}

.footer .wrap .right {
	position: static;
	width: max-content;
	flex-shrink: 0;
	margin: 0;
	margin-right: 70px;
}

.footer .wrap .lang {
	position: static;
	float: none;
}

.footer .social-icons {
	position: static;
}

.footer .wrap .vozduh {
	margin: 0;
	float: none;
	line-height: unset;
	font-size: 16px;
	margin-bottom: 32px;
	display: flex;
	flex-direction: column;
}

.copyrights {
	text-align: center;
	color: #fff;
	margin-top: 32px;
}

.footer__logo {
	margin-left: 70px;
	flex-shrink: 0;
	width: 160px;
	max-width: 160px;
}

.footer__separator {
	opacity: 0.1;
}

.footer .wrap .contacts div {
	padding: 0;
}

.footer .wrap .contacts .phone {
	font-size: 20px;
	font-weight: 600;
}

@media (width <=900px) {
	.footer__logo {
		margin: 0;
	}

	.footer .wrap {
		padding-inline: 20px;
	}

	.footer .wrap .right {
		margin-right: 0;
	}
}

@media (width <=767px) {
	.footer {
		display: block;
	}

	.footer .wrap {
		flex-direction: column;
		align-items: center;
	}

	.footer .wrap .contacts,
	.footer .wrap .vozduh {
		align-items: center;
	}

	.footer .wrap .lang {
		text-align: center;
	}
}

/* FOOTER */

/* CARD DETAIL */
.element_detail .char .tabs .tb {
	font-size: 20px;
}
.custom-tabs-area{
	.inside .mCSB_container > div{
		max-width: 1024px !important;
	}
	.mCSB_container	{
		max-width: 1024px !important;
		margin-inline: auto !important;
	}
}


.faq-accordion {
  max-width: 100%;
  margin: 20px 0;
}
.faq-accordion details {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 8px;
  padding: 0;
  background: #f9f9f9;
}
.faq-accordion details summary {
  padding: 14px 20px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f1f1f1;
  border-radius: 6px;
  transition: background 0.2s;
}
.faq-accordion details summary:hover {
  background: #e6e6e6;
}
.faq-accordion details summary::-webkit-details-marker {
  display: none;
}
.faq-accordion details summary::after {
  content: "+";
  font-size: 22px;
  font-weight: 300;
  color: #333;
  transition: transform 0.3s;
}
.faq-accordion details[open] summary::after {
  content: "−";
}
.faq-accordion details .answer {
  padding: 16px 20px 20px 20px;
  background: #ffffff;
  border-radius: 0 0 6px 6px;
  line-height: 1.6;
  color: #333;
}
.faq-accordion details .answer p {
  margin: 0;
}

.faq-accordion details {
	border: 1px solid #164466 !important;
	background: #164466 !important;
}
.faq-accordion details summary {
	background: #164466 !important;
}
.faq-accordion details summary::after {
	color: #fff !important;
}
/* CARD DETAIL */