.languages-by-country {
	width: 100%;
    margin: auto;
}
.languages-by-country.fancybox-content {
	max-width: 360px;
	padding: 15px;
	box-shadow: 0px 3px 6px #00000029;
}

.languages-by-country h2 {
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1.3em;
	color: #E76634;
	margin: 25px 0;
}

.languages-by-country .country {
	display: flex;
	align-items: center;
	padding: 10px 12px;
}

.languages-by-country .country img {
	width: 44px;
	margin-right: 25px;
}

.languages-by-country .country ul {
	display: flex;
}
.languages-by-country .country ul li,
.languages-by-country .country ul li a {
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
	color: #000;
	font-weight: 300;
	display: inline-flex;
	font-size: 12px;
}

.languages-by-country .country ul li:after {
	content: "|";
	margin: 0 6px;
}
.languages-by-country .country ul li:last-of-type:after {content: "";}

.custom-switcher {
	display: flex;
	align-items: center;
}

.custom-switcher img {
	width: 16px;
	margin-right: 10px;
	position: relative;
    top: 4px;
}