body {
	background-color:#495961;
	color:#fff;
}
a, a:visited {
	color:#fff;
	text-decoration:none;
}
 a:hover {
	color:#83cae0;
	text-decoration:none;
 }
ul {
	list-style:none;
	padding-left:0;
}
ul li a {
	line-height:1.8;
	border-bottom:1px dotted;
	font-size:16px;
}
.map {
	position:relative;
}
.title h1 {
	margin-bottom:30px;
}

/* Scrollbar */
::-webkit-scrollbar-button {
background-image:url('');
background-repeat:no-repeat;
width:5px;
height:0px
}

::-webkit-scrollbar-track {
background-color:#ecedee
}

::-webkit-scrollbar-thumb {
-webkit-border-radius: 0px;
border-radius: 0px;
background-color:#6dc0c8;
}

::-webkit-scrollbar-thumb:hover{
background-color:#56999f;
}

::-webkit-resizer{
background-image:url('');
background-repeat:no-repeat;
width:4px;
height:0px
}

::-webkit-scrollbar{
width: 4px;
}

/* /Scrollbar */

@media screen and (min-width:768px) {
	.content {
		max-height:100vh;
		overflow:hidden;
	}
	.info-block {
		height:100vh;
		overflow:auto;
		padding-top:30px;
		border-left: 2px groove #688390;
	}
	.map {
		padding-right:0;
		height:100vh;
		overflow:auto;
	}
	.map .infogram-embed {
		z-index:1;
	}
	.map .title {
		position:fixed;
		z-index:2;
	}
}

/* На будущее, когда стран будет много */
/* @media screen and (max-width:768px) {
	.title ul li {
		width:50%;
		padding:0 15px;
	}
}
@media screen and (max-width:992px) {
	.title ul li {
		display:inline-block;
		width:33.333%;
		padding:0 15px;
	}
}
@media screen and (max-width:450px) {
	.title ul li {
		width:100%;
		padding:0;
	}
}*/