@font-face {
	font-family: 'bpg-le-studio-02-caps';
	src: url('https://assets.aiwa.ge/fonts/bpg-le-studio-02-caps.woff2') format('woff2');
}
@font-face {
	font-family: 'bpg-le-studio-02';
	src: url('https://assets.aiwa.ge/fonts/bpg-le-studio-02.woff2') format('woff2');
}
.nav-bg {
	background-color: rgba(238, 238, 238, 1) !important;
}
.navbar-collapse {
	flex-direction: column;
	align-content: flex-end;
	flex-wrap: wrap;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'bpg-le-studio-02-caps';
	font-weight: 700;
}
.section-title {
	padding-top: 4px;
	background-color: #ececec;
	margin-bottom: 3rem;
}
.welcome-image {
	background-image: url('https://assets.aiwa.ge/images/aiwa-welcome.jpg');
	background-size: cover;
	background-position: center;
	margin-top: -80px;
}
.geocaps {
	font-family: 'bpg-le-studio-02-caps';
}
.btn {
	padding-top: 5px;
	height: 28px;
	font-size: 0.8rem;
}
.table-btn {
	padding: 0 !important;
	line-height: 1 !important;
}
.logo-text {
	bottom: -10px;
	position: relative;
	font-size: 12px;
	color: #000;
}
html, body {
	height: 100%;
	display: flex;
	flex-direction: column;
	font-family: 'bpg-le-studio-02';
	overflow: overlay;
}
.main-content {
	flex: 1;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
	filter: invert(1);
}
#navbar {
	margin-bottom: 5rem;
}
#contacts {
	margin-bottom: 1.5rem;
}
#products {
	margin-top: 9rem;
}
#admin {
	margin-top: -1rem;
	margin-bottom: 1rem;
}
#footer {
	margin-top: auto;
	margin-bottom: 0;
}
.w-fc {
	width: fit-content;
}
#about .card {
	min-height: 250px;
	max-height: 250px;
	overflow: hidden;
}
.flex-btn {
	flex: 1;
}
.ul-overflow {
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}
.form-control:disabled {
	background-color: #fafafa;
	opacity: 1;
}
.bg-normal {
	background-color: #fafafa !important;
	transition: background-color 1s ease;
}
.bg-success {
	transition: background-color 1s ease;
}
.bg-danger {
	transition: background-color 1s ease;
}
.form-floating>.form-control:disabled~label::after, .form-floating>:disabled~label::after {
	background-color: #fafafa;
}
.form-label {
	margin-bottom: 0;
	font-size: 9pt;
	color: #808080;
	margin-left: 0.5rem;
}
.dropdown-btn {
	font-size: var(--bs-body-font-size);
	font-weight: bold;
	margin-bottom: -4px !important;
	border: none;
	padding: 0;
}
.dv-height-80 {
	max-height: 80dvh;
	min-height: 80dvh;
}
