html {
	height: 100%;
}

body {
	font-family: Arial, Tahoma;
	font-size: 12px;
	height: 100%;
}

strong {
	font-weight: bold;
}

.wrapper {
	position: relative;
	min-height: 100%;
}

.wpc {
	padding-bottom: 40px;
}

.container {
	width: 960px;
	margin: 0 auto;
	padding: 0 20px;
}

.top {
	color: #fff;
	height: 40px;
	line-height: 40px;
	font-family: Tahoma;
	background: #007037;
	background: -moz-linear-gradient(top, #007037 0%, #009437 100%);
	background: -webkit-linear-gradient(top, #007037 0%,#009437 100%);
	background: linear-gradient(to bottom, #007037 0%,#009437 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007037', endColorstr='#009437',GradientType=0 );
}

.top::after,
.top .container::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	clear: both;
}

.top .icon {
	width: 16px;
	height: 16px;
	left: 0;
	top: 12px;
	position: absolute;	
}

.top .separator {
	width: 30px;
	height: 40px;
	float: right;
}

.top .address {
	padding-left: 22px;
	position: relative;
	float: left;
}

.top .address-short {
	display: none;
}

.top .address .icon {
	background: url(../images/location.png) center center no-repeat;
}

.top .time {
	padding-left: 22px;
	position: relative;
	margin-left: 15px;
	float: right;
}

.top .time .icon {
	width: 17px;
	background: url(../images/time.png) center center no-repeat;
}

.top .days {
	padding-left: 22px;
	position: relative;
	margin-left: 15px;
	float: right;
}

.top .days .icon {
	top: 11px;
	background: url(../images/calendar.png) center center no-repeat;
}

.header {
	padding: 25px 0;
}

.header .container::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	clear: both;
}

.logo {
	position: relative;
	float: left;
}

.logo .stc {
	position: relative;
	float: left;
}

.logo .txt {
	position: relative;
	float: left;
	padding-left: 20px;
}

.logo .txt .group {
	padding-top: 24px;
}

.logo .txt .medicine {
	padding-top: 5px;
}

.phone {
	float: right;
	text-align: right;
}

.phone .caption {
	padding-top: 50px;
}

.phone .phones {
	padding-top: 7px;
}

.phone .phones a {
	display: inline-block;
	text-decoration: none;
}

.phone .phones a + a {
	padding-left: 15px;
}

.header .work {
	display: none;
	height: 40px;
	line-height: 40px;
	position:relative;
	margin-top: 25px;
	text-align: center;
	font-family: Tahoma;
	text-shadow: 1px 1px 0 #fff;
}

.header .line {
	display: none;
	height: 1px;
	background: #ccc;
	width: 100%;
	margin-top: 25px;
}

.header .work::before {
	content: "";
	display: block;
	position: absolute;
	background: #f3f3f3;
	width: 100%;
	padding: 0 10px;
	left: 0;
	margin-left: -10px;
	height: 40px;
}

.header .work span {
	display: block;
	position: relative;
	z-index: 5;
}

.content p {
	margin: 10px 0;
	text-align: justify;
	line-height: 1.4;
}

.content .img-r {
	float: right;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
	border: 1px solid #ececec;
	margin-left: 30px;
	padding: 10px;
}

.content .a-img {
	border: 1px solid #ececec;
	padding: 2px;
	border-radius: 3px;
	display: inline-block;
}

.content .a-img img {
	display: block;
}

.footer {
	height: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #cccccc;
	background: -moz-linear-gradient(top, #cccccc 0%, #e2e2e2 100%);
	background: -webkit-linear-gradient(top, #cccccc 0%,#e2e2e2 100%);
	background: linear-gradient(to bottom, #cccccc 0%,#e2e2e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#e2e2e2',GradientType=0 );
	line-height: 40px;
	color: #3a3a3a;
	text-shadow: 1px 1px 0 #e6e6e6;
}

.footer::after,
.footer .container::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	clear: both;
}

.footer .copyright {
	float: left;
}

.footer .developer {
	float: right;
}

.footer a {
	color: #3a3a3a;
	text-decoration: none;
}

.footer a span {
    display: inline-block;
    border-bottom: 1px dotted #909090;
    line-height: 1.1;
}

.footer a:hover {
	color: #000;
	text-decoration: none;
}

.footer a:hover span {
	border-bottom-color: #3a3a3a;
}

@media screen and (max-width: 1023px)
{
	.container {
		width: auto;
		min-width: 360px;
	}

	.top .address {
		display: none;
	}
	
	.top .address-short {
		display: block;
	}
	
	.top .days {
		padding-left: 0;
	}
	
	.top .days .icon {
		display: none;
	}
	
	.top .time {
		padding-left: 0;
	}
	
	.top .time .icon {
		display: none;
	}
	
	.top  .separator {
		width: 1px;
	}
	
	.header .line {
		display: block;
	}
	
	.logo {
		float: none;
	}
	
	.logo::after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		clear: both;
	}
	
	.phone .caption {
		padding-top: 25px;
	}
	
	.phone {
		float: none;
	}
	
	.content .img-r {
		float: none;
		margin: 0;
		text-align: center;
	}
	
	.content .cert-list {
		text-align: left;
	}
}

@media screen and (max-width: 680px)
{
	.top .time,
	.top .days,
	.top .separator {
		display: none;
	}
	
	.top .address {
		display: none;
	}
	
	.top .address-short {
		display: block;
	}
	
	.header .work {
		display: block;
	}
	
	.header .line {
		display: none;
	}

	.footer .developer {
		position: absolute;
		left: -1000px;
	}
}

@media screen and (max-width: 380px)
{
	.container {
		width: 300px;
		min-width: auto;
		padding: 0 10px;
	}
	
	.logo .txt {
		padding-left: 10px;
	}
	
	.logo .txt .group {
		padding-top: 10px;
	}
	
	.logo .txt .medicine {
		padding-top: 3px;
	}
	
	.logo .stc img {
		width: 46px;
		height: 46px;
	}
	
	.logo .group img {
		width: 120px;
		height: 22px;
	}
	
	.logo .medicine img {
		width: 38px;
		height: 9px;
	}
	
	.content .img-r {
		max-width: 100%;
	}
	
	.content .img-r img {
		max-width: 100%;
	}
}