

/* Start:/friends/styles.css?17720026392511*/
@media (min-width:768px) {
	#friends {
		padding-top:30px;
	}
}
#friends .text p,
#friends .text li {
	font-size:19px;
	line-height:30px;
}
#friends .text.one {
	display: grid;
    grid-template-columns: 280px auto;
    gap: 30px;
}
#friends .text.one > div:nth-child(1) div {
	width:100%;
	aspect-ratio:1/1;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:contain;
	background-image:url('/friends/images/bonus.svg');
}
@media (max-width:768px) {
	#friends .text.one {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	#friends .text.one > div:nth-child(1) div {
		max-width:350px;
		margin:0 auto;
		aspect-ratio:2/1;
	}
}
#friends .icons_panel {
	position: relative;
    z-index: 2;
    background-color: #f7f7f9;
	padding: 15px 0 30px 0;
    text-align: center;
    color: #5f6a71;
    box-sizing: border-box;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
#friends .icons_panel .icons_panel_content {
	max-width: 1350px;
	padding: 0 15px;
    margin: 0 auto;
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}
#friends .icons_panel .icons_panel_content .icons_panel_item .icon {
	width:100%;
	aspect-ratio:2/1;
	background-repeat:no-repeat;
	background-position:center;
	background-size:35%;
}
#friends .icons_panel .icons_panel_content .icons_panel_item.recommend .icon {
	background-image:url('/friends/images/recommend.svg');
}
#friends .icons_panel .icons_panel_content .icons_panel_item.offer .icon {
	background-image:url('/friends/images/offer.svg');
}
#friends .icons_panel .icons_panel_content .icons_panel_item.get .icon {
	background-image:url('/friends/images/get.svg');
}
#friends .icons_panel .icons_panel_content .icons_panel_item h3 {
	font-size: 40px;
	font-weight: 600;
    color: #8dB12f;
    margin: 10px 0 20px 0;
}
#friends .icons_panel .icons_panel_content .icons_panel_item p {
	color: #5f6a71;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
#friends .text h2 {
	font-size: 40px;
	font-weight: 600;
	line-height: 50px;
    color: #8dB12f;
    margin: 80px 0 30px 0;
}
#friends .text li:not(:last-child) {
	padding:5px 0;
}
#friends .text li:last-child {
	padding:5px 0 0 0;
}
#friends .text ul li:before {
	margin-right:10px;
}
#friends .text ol {
	margin-bottom:30px;
}
#friends .text ol li:before {
	font-size: 19px;
	font-weight: 600;
	color: #8dB12f;
}
/* End */
/* /friends/styles.css?17720026392511 */
