body {
	font-family: 'Montserrat', sans-serif;
}

.features .image-wrapper{
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 8px 8px 12px #0b0b0b47;
}

.cid-uTQmod5nG2 .carousel-indicators li.active {
	background-color: rgba(192, 190, 190, 0.5);
}

.black, a.black {color:#000;}

.accordion-button {
 background-color: none;
  padding: 1rem 0rem;
  background-color: #fff0;
}

.accordion-item {
  background-color: #fff0;
 border: none;
  border-bottom: 1px solid #999;
}

.accordion-button:focus {
  border-color:  none;
  box-shadow:  none;
}

.accordion-button:not(.collapsed) {
	color: inherit;
	background-color: #e7f1ff00;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
	color:black;
}
.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	transform: rotate(-180deg);
}

.alert-warning {
	background-color: #f9e9ad;
	color:black;
}

.alert-dismissible {
	padding-right: 3rem;
}

.alert-dismissible .alert-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 1.25rem 1rem;
}

.alert-dismissible .alert-close  {
	--bs-btn-close-color: #000;
	--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
	--bs-btn-close-opacity: 0.5;
	--bs-btn-close-hover-opacity: 0.75;
	--bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	--bs-btn-close-focus-opacity: 1;
	--bs-btn-close-disabled-opacity: 0.25;
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	color: var(--bs-btn-close-color);
	background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
	filter: var(--bs-btn-close-filter);
	border: 0;
	border-radius: .375rem;
	opacity: var(--bs-btn-close-opacity);
}

#content5-e {
	padding-top: 5rem;
	padding-bottom: 5rem;
	/*background-image: url("../../../assets/images/photo-2025-07-24-19-18-33-1280x731.webp");*/
}

.cid-sFCw1qGFAI .navbar {
	min-height: 70px;
	transition: all 0.3s;
	border-bottom: 1px solid transparent;
	position: absolute;
	background: #fafafabf;
	backdrop-filter: blur(6px);
	box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.4);
}

#slider1-b,.cid-uTQmod5nG2 {
  padding-top: 0rem;
}

.cid-uTQmod5nG2 .carousel {
	height: 100dvh;
}

.carousel-caption {
	position: absolute;
	/* right: 18%; */
	bottom: 1.25rem;
/* 	left: 18%; */
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: center;
}
.bottom-shadow {
	width: 100%;
	height: 50vh;
	position: absolute;
	bottom: 0px;
	z-index: 1;
	background: linear-gradient(0deg,rgba(0, 0, 0, 0.68) 0%, rgba(255, 255, 255, 0) 100%);
}

.head-contacts {
  margin-left: 7%;
text-align: right;	
margin-top: 1rem;
}

.head-contacts .mbr-iconfont {
	font-size: 1.3rem;
	}

.head-contacts .display-7 .mbr-iconfont {
	font-size: 1.2rem;
	color: #888787;
}

.lang {
	display: inline-block;
	border: 1px solid #828282;
	padding: 5px;
	border-radius: 4px;
	background-color: #ffffff87;
}



.socicon-telegram::before {
  color: #468ce6;
}

.socicon-whatsapp::before {
  color: #259e25;
}


@media (min-width: 992px) and (max-width: 1200px){
	.head-contacts {
	display:none;	
	}
}

@media (max-width: 992px){
	.head-contacts {
	text-align:center;
	margin-left:0px;
	}
	.carousel-caption {
	right: 0%;
	left: 11%;
}
}
@media (max-width: 767px) {
.cid-uTQmod5nG2 .carousel-caption {
	bottom: 15vw !important;
	z-index: 1;
}
}