body {
	padding:0px;
	margin:0px;
}
* {
  font-family: "Geist", sans-serif;
  font-optical-sizing: auto;
color:white;
}

.grad1{
	height:100vh;
	padding:50px;
background: linear-gradient(180deg, rgba(0, 10, 30, 0.9) 0%, rgba(0, 50, 100, 0.6) 100%), url(/img/back_center.jpg);background-size:cover;
background-position:50% 50%;
}

.grad1:hover{
background: linear-gradient(180deg, rgba(0, 10, 30, 0.9) 0%, rgba(0, 80, 160, 0.6) 100%), url(/img/back_center.jpg);background-size:cover;
background-position:50% 50%;
}

@media (max-width:992px){
	.grad1, .grad2{
		height:auto;
		Min-height:50vh;
		padding:30px;
	}
}


.index h2 {
}

.index h2 a{
	font-weight:400;
font-size: 36px;
	text-decoration:none;
}
.index h2 a:hover{
	text-decoration:underline;
}

.grad2 {
height:100vh;
background: linear-gradient(180deg, rgba(0, 15, 20, 0.9) 0%, rgba(0, 50, 75, 0.6) 100%), url(/img/back_clinic.jpg);background-size:cover;
background-position:50% 50%;
	padding:50px;
}

.grad2:hover {
background: linear-gradient(180deg, rgba(0, 15, 20, 0.9) 0%, rgba(0, 80, 120, 0.8) 100%), url(/img/back_clinic.jpg);background-size:cover;
background-position:50% 50%;
}


.index .address {
    background: url(/img/ico-location.png) 0% 50% no-repeat;
    padding: 0px 0px 10px 50px;
    height: 39px;
}
.index .center-item {
	margin-bottom:20px;
}
.index .row {
	margin:0px;
	padding:0px;
}
img {
	max-width:200px;
}
.index .code{
	opacity:0.5
}

.button {
    border: 0px;
    text-decoration: none;
    padding: 10px 30px;;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 14px;
    display: inline-block;
    margin: 0% 0.3% 5px 0.3%;
	color:white;
}
.button:hover {
	background-color:#fff;;
	color:rgba(33, 112, 181, 1)
}
.preview {
	width:80%;
	margin-bottom:40px;
	opacity:0.7
}
a{text-decoration:none}