/************* CUSTOM CSS ******************/

.autocomplete-suggestions { display: inline; border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

.carousel-caption {
	display: block-inline;
	position: absolute;
	left: 60px;
	top: 3.5rem;
	margin-bottom: 1.8rem;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	text-align: left;
}

.carousel-caption h2 {
	font-size: 35px;
	color: #fff;
	font-weight: bold;
}
.carousel-caption span {
	font-size: 19px;
	color: #ff8e01;
	text-transform: uppercase;
}
.carousel-caption p {
	font-size: 20px;
	color: #C0C0C0;
	padding-left: 20px;
	margin: 25px 0 40px 0;
}


.template-1 .subheading-line {
	display: inline-block;
	width: 56px;
	height: 3px;
	background: var(--theme1);
}

.template-1 .subheading {
	margin: 10px 0 15px 0;
	display: block;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: 1px;
	color: var(--theme1);
	text-transform: uppercase;
}

.template-1 h1, .template-1 h2 {
	margin: 0;
	font-size: 45px;
	white-space: pre-line;
	color: #ff8e01;
	margin-bottom: 30px;
	font-weight: 600;
}

.posts-list .card-title {
  background: var(--theme1);
  border: 1px dashed #fff;
  padding: 15px;
  border-radius: 5px;
  margin: 0 auto;
}

.badge-top-right {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #ff5722; /* Оранжев цвят */
	font-size: 0.9rem;
	padding: 5px 10px;
	border-radius: 10px;
}

.badge-top-left {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #1a73e8; /* Оранжев цвят */
	font-size: 0.9rem;
	padding: 5px 10px;
	border-radius: 10px;
}

.line-through {
	text-decoration: line-through;
}

.ailogo {
	position: absolute;
	width: 30px;
	top: -7px;
	left: 5px;
}

.carousel-caption-mobile {
	display: block-inline;
	position: absolute;
	bottom: 0;
	width: 100%;
}

#promoModal .modal-content {
	background: url("https://vhcontrol.com/assets/img/orange-comic.jpg") no-repeat center center;
	background-size: cover;
	color: #fff;
}

.h2-homepage {
	font-size: 25px;
	white-space: pre-line;
	color: #ff8e01;
	margin-bottom: 30px;
	font-weight: 600;
}

@media (max-width: 768px) {
	.template-1 h1, .template-1 h2 {
		font-size: 22px;
	}
}

@media print {
	body * {
		visibility: hidden;
		margin: 0px;
		padding: 0px;
	}
	
	.printHidden {display: none; visibility: hidden;}

	#printArea, #printArea * {
		visibility: visible;
		margin-top: 0px !important;
		padding-top: 0px !important;
		width: 100%;
	}
}