﻿div.side-menu {
  display: none;
}

div.content ul {
	padding: 0;
	list-style: none;
}

div.vcard ul,
div.vcard p {
	background-color: #6f6f6f !important;
	color: #fff !important;
	padding: 0px 0 10px 10px !important;
	margin-bottom: 10px;
}

div.vcard ul li {
	font-size: 1.2em;
}

div.vcard ul li>strong,
div.vcard p>strong {
	display: block;
	margin-bottom: 10px;
	font-size: 1.3em !important;
}

div.vcard ul li a[itemprop='telephone'] {
	margin-left: 1%;
	text-decoration: none;
	color: white;
}

div.vcard ul li.velcom::before {
	content: "velcom";
}

div.vcard ul li.mts {
	margin-bottom: 10px;
}

div.vcard ul li.mts::before {
	content: "mts";
}

div.vcard ul li.viber {
	margin-bottom: 10px;
}

div.vcard ul li.viber::before {
	content: "viber";
}

div.vcard span.fn {
	display: none;
}

div#contacts .title {
	color: black;
}

div#contacts .email {
	color: white;
}
