
.uk-aside-content {
	display: flex;
	flex-flow: column;
	gap: 20px;
}

.uk-aside-top {
	width: 100%;
	background-color: white;
	padding: 24px 28px;
	display: flex;
	flex-flow: column;
	gap: 4px;
	color: var(--dark, #2E323D);
	border: 1px solid var(--stroke-light, #CFCFCF);
	background: var(--bg-white, #FFF);
	border-radius: 8px;
}

.uk-aside-top__name {
	color: var(--dark, #2E323D);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	margin: 0;
}

.uk-aside-top__company {
	color: var(--dark, #2E323D);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin: 0;
}

.uk-aside-menu {
	display: flex;
	flex-flow: column;
	gap: 28px;
}

.uk-aside-menu__item {
	display: flex;
	align-items: center;
	gap: 6px;
	color: var(--dark, #2E323D);
	font-size: 14px;
	font-weight: 600;
	line-height: 140%;
	transition: color .3s;
}

.uk-aside-menu__item.active {
	color: var(--accent, #D2233C);
	pointer-events: none;
}

.uk-aside-menu__item:hover,
.uk-aside-menu__item:active,
.uk-aside-menu__item:focus {
	color: var(--accent, #D2233C);
	text-decoration: none;
}

.uk-aside-menu__item svg {
	min-width: 24px;
}

.uk-aside-menu__item .badge {
	margin-left: 6px;
	border-radius: 21px;
	background: var(--brand-red, #D2233C);
	color: #FFF;
	font-size: 12px;
	font-weight: 400;
	line-height: 140%;
	padding: 1px 6px 0;
}


@media only screen and (max-width: 991px) {

	.uk-aside__container {
		gap: 24px;
	}

	.uk-aside-top {
		display: none;
	}

	.uk-aside-menu {
		gap: 24px;
	}

	.uk-aside-menu__item {
		font-size: 13px;
	}
}


@media only screen and (max-width: 767px) {

	.uk-aside-top {
		display: none;
	}

	.uk-aside-menu {
		gap: 24px;
	}

	.uk-aside-menu__item {
		font-size: 14px;
	}
}

.uk-aside {
	color: #fff;
	min-width: 270px;
	width: 270px;
	max-width: 270px;
	display: flex;
	flex-flow: column;
}

.uk-aside__container {
	position: sticky;
	top: 92px;
	display: flex;
	flex-flow: column;
	gap: 32px;
}

@media only screen and (max-width: 991px) {
	.uk-aside {
		min-width: 233px;
		width: 233px;
		max-width: 233px;
	}

	.uk-aside__container {
		gap: 24px;
	}
}

@media only screen and (max-width: 767px) {
	.uk-aside {
		display: none;
	}
}

.uk-banner-likard {
	position: relative;
	padding: 24px 84px 24px 28px;
	border-radius: 8px;
	background: var(--bg-light, #F1F1F4);
	display: flex;
	flex-flow: column;
	gap: 6px;
	overflow: hidden;
}

.uk-banner-likard__title {
	color: var(--accent, #D2233C);
	font-size: 20px;
	font-weight: 600;
	line-height: 140%;
}

.uk-banner-likard__text {
	color: var(--dark, #2E323D);
	font-size: 14px;
	font-weight: 600;
	line-height: 140%;
}

.uk-banner-likard__bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
}

@media only screen and (max-width: 991px) {

	.uk-banner-likard {
		padding: 20px 72px 20px 16px ;
		gap: 4px;
	}

	.uk-banner-likard__title {
		font-size: 18px;
	}

	.uk-banner-likard__text {
		font-size: 13px;
	}

	.uk-banner-likard__bg {
		width: 72px;
	}
}

@media only screen and (max-width: 767px) {
	.uk-banner-likard {
		padding: 12px 58px 12px 12px;
		border-radius: 4px;
		gap: 4px;
	}

	.uk-banner-likard__title {
		font-size: 16px;
	}

	.uk-banner-likard__text {
		font-size: 12px;
	}

	.uk-banner-likard__bg {
		width: 58px;
	}
}

.uk-banner-pl {
	position: relative;
	padding: 24px 28px;
	display: flex;
	flex-flow: column;
	border-radius: 8px;
	background: var(--bg-dark, #2E323D);
	color: white;
	overflow: hidden;
}

.uk-banner-pl__bg {
	position: absolute;
	top: 0;
	right: 0;
}


.uk-banner-pl__container {
	display: flex;
	flex-flow: column;
	gap: 24px;
}

.uk-banner-pl-top {
	display: none;
}

.uk-banner-pl-top__title {
	font-size: 14px;
	font-weight: 600;
	line-height: 140%;
}

.uk-banner-pl-top__text {
	font-size: 13px;
	font-weight: 400;
	line-height: 140%;
}


.uk-banner-pl-main {
	display: flex;
	flex-flow: column;
	gap: 4px;
}

.uk-banner-pl-main__title {
	font-size: 14px;
	font-weight: 600;
	line-height: 140%;
	max-width: 160px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 6px;
}

.uk-banner-pl-main__text {
	font-size: 13px;
	font-weight: 400;
	line-height: 140%;
}

.uk-banner-pl-main__text strong {
	font-weight: 600;
}

.uk-banner-pl-main__link {
	position: absolute;
	bottom: 24px;
	right: 28px;
	transition: color .3s;
	color: white;
	display: inline-block;
	line-height: 100%;
}

.uk-banner-pl-main__link:hover,
.uk-banner-pl-main__link:active,
.uk-banner-pl-main__link:focus {
	color: var(--accent, #D2233C);
}


@media only screen and (max-width: 991px) {
	.uk-banner-pl {
		padding: 16px;
	}

	.uk-banner-pl__bg {
		display: none;
	}

	.uk-banner-pl-top {
		display: flex;
		flex-flow: column;
		gap: 2px;
	}

	.uk-banner-pl-main {
		gap: 2px;
	}

	.uk-banner-pl-main__title {
		max-width: 100%;
		font-size: 13px;
	}

	.uk-banner-pl-main__link {
		position: initial;
	}

	.uk-banner-pl-main__text--persent {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.uk-banner-pl {
		padding: 12px;
		border-radius: 4px;
	}

	.uk-banner-pl__bg {
		display: none;
	}


	.uk-banner-pl__container {
		gap: 16px;
	}

	.uk-banner-pl-top {
		display: flex;
		flex-flow: column;
		gap: 2px;
	}

	.uk-banner-pl-top__title {
		font-size: 12px;
	}

	.uk-banner-pl-top__text {
		font-size: 12px;
	}


	.uk-banner-pl-main {
		display: flex;
		flex-flow: column;
		gap: 2px;
	}

	.uk-banner-pl-main__title {
		font-size: 12px;
		max-width: 100%;
	}

	.uk-banner-pl-main__text {
		font-size: 12px;
	}

	.uk-banner-pl-main__link {
		position: initial;
	}

	.uk-banner-pl-main__text--persent {
		display: none;
	}

}