li {
	list-style:circle;
	margin:10px;
}
body {
	background-color:#f1faff;
}

.serviceitem {
	background-color:#fff;
}

#linksss {
	background-color:#fff;
}

.zones_list_li li{
	display:inline-block;
}

.tg_gruppa {
	position:fixed;
	right:20px;
	bottom:20px;
	background-color:#red;
	text-align:center;
}

.tg_gruppa {
	box-shadow:inset 0px -3px 7px 0px #29bbff;
	background:linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
	background-color:#2dabf9;
	border-radius:3px;
	border:1px solid #0b0e07;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	padding:9px 23px;
	text-decoration:none;
	text-shadow:0px 1px 0px #263666;
}
.tg_gruppa:hover {
	background:linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
	background-color:#0688fa;
}

.main_content {
	min-height:70vh!important;
}