/* как у лендинга rocadabox (style_rocadaid.css) */
.rocada-services-dropdown {
	position: relative;
}

.rocada-services-dropdown .top_menu {
	display: none;
}

.rocada-services-dropdown.rocada-services-dropdown--open .top_menu {
	display: block;
}

.top {
	position: relative;
}

.top .menu {
	cursor: pointer;
	display: block;
	border-radius: 50%;
}

.top .menu img {
	display: block;
	width: 40px;
	height: 40px;
	max-width: 40px;
	max-height: 40px;
	object-fit: contain;
	box-sizing: border-box;
}

.top_menu {
	position: absolute;
	right: 0;
	top: 60px;
	z-index: 99999;
	background: #fff;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 6px 5px 16px 0 rgba(100, 116, 139, 0.13), 0 4px 3px 0 rgba(100, 116, 139, 0.05);
}

.top_menu_item {
	width: 100%;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
	min-width: max-content;
	margin-bottom: 10px;
	padding: 10px;
	display: flex;
	align-items: center;
	background: #f9f9f9;
	border-radius: 10px;
}

.top_menu_item:last-child {
	margin-bottom: 0;
}

.top_menu_item .image {
	position: relative;
	display: block;
	width: min-content;
	margin-right: 13px;
}

.top_menu_item .image img {
	max-width: 40px;
}

.top_menu_item .text {
	text-align: justify;
	line-height: 16px;
	margin-right: 40px;
}

.top_menu_item .text b {
	font-size: 14px;
	font-weight: 600;
	color: #000;
}

.top_menu_item .text p {
	font-size: 12px;
	color: #354052;
	margin-top: 10px;
	margin-bottom: 0;
}

.top_menu_item svg {
	margin-left: auto;
}
