/*! (c) 2024 AndonA https://www.andona.click */
form .uk-button,
.uk-modal .uk-button {
	font-weight: bolder;
	text-transform: none;
	font-size: 1rem;
}
.uk-modal-title {
	font-size: 1.25rem;
	font-weight: bold;
}

/* === asHeader === */
#asHeader {}

#asTopBlock {
	font-size: 14px;
	padding-block: 15px;
	border-bottom: 1px solid var(--border-color);
}
#asTopBlock ul > li {
	display: flex;
	align-items: center;
}
#asTopBlock li> :where(img,svg,video) {
	min-width: 14px;
}
.uk-sticky-fixed > #asTopBlock {
	display: none;
}

#asNavbar {}
.uk-navbar-nav>li:hover>a {
	color: var(--warning);
}
@media(max-width:1199px) {
	#asNavbarMenu {
		background: #fff;
		position: absolute;
		top: 80px;
		left: 0;
		right: 0;
		z-index: 5;
		padding: 25px 0;
		flex-direction: column;
		row-gap: 15px;
		box-sizing: border-box;
		border-top: 1px solid var(--border-color);
		max-width: 440px;
		margin-left: auto;
	}
	#asNavbarMenu>li>a {
		min-height: 20px;
		font-size: 15px;
	}
}


/* === asHero === */
#asHero {}
#asHero .uk-button {
	font-weight: bolder;
}
@media(min-width: 960px) {
	#asHero .uk-overlay {
		width: 480px;
	}
}


/* about */
#about {}


/* what */
#what {
	color: var(--warning);
}
#what figure > div {
	height: 48px;
	line-height: 48px;
	margin-bottom: 15px;
}

/* services */
#services {}
.uk-card-media-top > img {
	width: 100%;
}
#services .uk-card-title {}
#services .uk-button::before {
	content: '';
	position: absolute;
	inset: 0;
}
#services .uk-card:hover .uk-button {
	background-color: var(--warning);
}
@media(min-width: 960px) {
	.uk-card-media-top > img {
		height: 240px;
		object-fit: cover;
	}
}


/* consultation */
#consultation {
	font-size: 20px;
}

/* processing */
#processing {}



/* asFooter */
#asFooter {
	background: #111;
	color: #848c97;
}
#asFooter a {
	color: inherit;
}

#asCopyright {
	background-color: #020203;
	color: #b1b1b1;
	text-align: center;
	padding: 30px 20px;
	font-size: smaller;
}

#asToTop {
	--size: 32px;
	right: 20px;
	height: 0;
}
#asToTop .uk-totop {
	padding: 0;
	width: var(--size);
	height: var(--size);
	border-radius: 50%;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .4);
}

#consultation {
    height: 500px;
}

@media (max-width: 768px) {
    #consultation {
      height: 210px;    }
}








