#page_friends {
    background-image: url(/assets/img/pic01.jpg);
	background-position: top center;
	background-attachment: fixed;
	/* min-height: 668px; */
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
}
.img_friends {
	background-image: url(/assets/img/pd-min.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 70vh;
	-webkit-background-size: contain;
	background-size: contain;
}
#page_friends ul {
	list-style-type: none;
	position: relative;
	
	/* list-style-image: url(/assets/img/svg/test.svg);
	height: 10px;
	width: 10px;
	/* background: url(/assets/img/svg/test.svg); */
}
#page_friends ul li {
	padding-left: 20px;
}
#page_friends ::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
	color: red;
}
.icon {
	/* background-color: rgb(187, 196, 196); */
	padding: 25px;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	display: flex;
	justify-content: center;
    align-items: center;
	position: absolute;
	left: 0;
}
.icon img {
	height: 50px;
	width: 50px;
}

#ak .ak h3, #ak .ua h3, #ak .pu h3, #ak .ob h3 {
	padding-left: 40px;
}
#ak .ak p, #ak .ua p, #ak .pu p, #ak .ob p {
	padding-left: 40px;
}
#ak .footer p {
	padding-top: 15px;
	padding-left: 40px;
	color: #ff000f;
}
