.header_block_top_block__left-social{}
.header_block_top_block__left-social img{
	max-width: 34px;
}

@media (max-width: 767.98px) {

	.header_block_top_block__right-mail {
		list-style: none;
		padding: 0;
		margin: 0;
		width: 100%;
		display: flex;
		justify-content: space-around;
		align-items: center;
		flex-direction: column;
	}
	.header_block_top_block__right-mail li:first-child {
		margin-bottom: 10px;
	}

	.header_block_top_block__right-mail li {
		display: flex;
		align-items: center;
		margin-bottom: 10px;
	}

}

.tooltip {
	position: relative;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 200px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;

	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 127%;
	transform: translateY(-50%);
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}

.tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #000 transparent transparent;
}

a:visited:hover {
	    color: #db2d36;
}

.otdelenia_list__body {
	margin-bottom: 100px;
}

