@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #565656;
}

img {
	border: none;
}

a {
	color: #e6155a;
	text-decoration: underline;
}

a:hover {
	color: #565656;
	text-decoration: underline;
}

p {
	line-height: 1.4;
	font-weight: 300;
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

h1 {
	font-size: 30px;
	color: #e6155a;
	font-weight: normal;
	margin: 30px 0;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	color: #00aec7;
	margin: 20px 0;
}

h3 {
	color: #565656;
	font-size: 18px;
	font-weight: normal;
}

.title-14 {
	font-size: 14px;
	font-weight: 500;
	color: #565656;
}

.title-16 {
	font-size: 16px;
	font-weight: 300;
	color: #565656;
}

.title-18 {
	font-size: 18px;
	font-weight: 500;
	color: #565656;
	padding-top: 10px;
}

.title-18-lg {
	font-size: 18px;
	font-weight: 300;
	color: #565656;
}

.breadcrumb {
	padding: 8px 8px;
	list-style: none;
	border-radius: 4px;
	margin-bottom: -10px;
}

.breadcrumb>li {
	display: inline-block;
}

.breadcrumb>.active {
	color: #565656;
}

.divider {
	color: #565656;
}

.center {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.icon {
	float: left;
	margin: 5px;
}

.mg-top {
	margin-top: 10px;
}

.pd-right {
	padding-right: 5px;
}

.css-adaptive {
	max-width: 100%;
	height: auto;
}

.container {
	margin: 0 auto;
	width: 100%;
	min-width: 1000px;
}

.container-fluid {
	margin: 0 auto;
	width: 1000px;
}

.content {
	width: 685px;
	float: left;
	margin: 10px 0px 10px 20px;
}

/*-------------------------	content --------------------------*/
.page {
	width: 1000px;
	position: relative;
	min-height: 900px;
	display: table;
	background: #f5f6f8;
	margin: 0 auto;
}

* html .page { /* хак для ie6 */
	height: 100%; /* для ие6, т.к. не понимает min-height */
}

.page img {
	border-radius: 2px;
}

.col-2 {
	width: 260px;
	float: left;
	margin: 10px;
}

.header {
	height: 70px;
	margin-bottom: 5px;
}

.adress p {
	padding: 5px;
	font-size: 16px;
	font-weight: 300;
	margin: 0px;
}

.adress {
	margin-top: 25px;
	padding-left: 30px;
}

.col-1 {
	width: 400px;
	float: right;
	margin: 24px 5px;
}

.menu ul li {
	list-style-type: none;
	font-size: 20px;
	float: left;
}

.menu li:last-child {
	border-right: 1px solid #dadada;
}

.menu li a {
	border-left: 1px solid #e3e3e3;
	background: #ffffff;
	padding: 3px 30px;
	display: block;
	text-decoration: none;
	color: #565656;
}

.menu li a:HOVER {
	background: #ffffff;
	color: #00aec7;
	-webkit-transition: 0.3s all linear;
	-moz-transition: 0.3s all linear;
	-o-transition: 0.3s all linear;
	transition: 0.3s all linear;
}

.banner {
	height: 100%;
	background: #ffffff;
	margin-bottom: 40px;
}

.specialties {
	height: 450px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.8;
}

.specialties a {
	text-decoration: none;
	color: #565656;
}

.specialties a:hover {
	text-decoration: none;
	color: #00aec7;
}

.list-style ul li {
	list-style-image: url("../img/icon-medical.png");
}

.list-style ul li:hover {
	list-style-image: url("../img/icon-medical-c.png");
}

.col-3 {
	width: 250px;
	float: left;
	margin: 0px 5px 0px 75px;
}

.block-question {
	height: 340px;
	background: url("../img/doctor.jpg") no-repeat;
	margin-bottom: 40px;
}

.question {
	height: 300px;
}

.col-question {
	float: right;
	width: 570px;
	background: #ffffff;
	margin: 8px;
	padding: 5px 20px;
	border-radius: 2px;
}

.btn-pink {
	display: block;
	margin: 20px 0px;
}

.btn-pink a {
	font-size: 16px;
	padding: 5px 20px;
	background: #ffffff;
	color: #e6155a;
	text-decoration: none;
	border-radius: 2px;
	border: 1px solid #e6155a;
	cursor: pointer;
}

.btn-pink a:HOVER {
	border: 1px solid #00aec7;
	color: #00aec7;
}

.advantage {
	height: 350px;
}

.col-4 {
	width: 450px;
	float: left;
	margin: 20px;
}

.footer {
	height: 50px;
	padding: 10px;
}

.footer ul li {
	list-style-type: none;
	float: left;
	padding: 20px;
}

.footer a {
	text-decoration: none;
	color: #888888;
}

.footer a:hover {
	color: #e6155a;
}

.bg-color {
	background: #f7f6f6;
}

.col-footer {
	float: right;
	margin: 5px;
}

.left-menu {
	width: 270px;
	float: left;
	margin-top: 20px;
	background: #ffffff;
}

.left-menu ul li {
	list-style-type: none;
}

.left-menu ul li a {
	padding: 10px 10px 7px 20px;
	text-decoration: none;
	display: block;
	font-size: 16px;
	color: #707173;
	font-weight: 300;
	border-bottom: 1px solid #e7eaea;
	-webkit-transition: 0.3s all linear;
	-moz-transition: 0.3s all linear;
	-o-transition: 0.3s all linear;
	transition: 0.3s all linear;
}

.left-menu ul li a:HOVER {
	color: #00aec7;
	background: #ffffff;
}

.line-bt {
	border-bottom: 1px solid #e7eaea;
}

.line-top {
	border-top: 1px solid #e7eaea;
}

.col-wht-cl {
	width: 700px;
	height: 260px;
	background: #ffffff;
}

.col-wht {
	width: 700px;
	min-height: 330px;
	background: #ffffff;
	height: auto;
}

.clear {
	clear: both;
}

.icon-mg {
	margin-right: 5px;
}

.col-500 {
	width: 500px;
	margin-left: 200px;
}

.col-250 {
	width: 240px;
	margin-right: 10px;
	float: left;
}

.btn-blue {
	display: block;
	margin: 20px 0px;
}

.btn-blue a {
	font-size: 16px;
	padding: 10px 15px;
	background: #00aec7;
	color: #ffffff;
	text-decoration: none;
	border-radius: 2px;
	cursor: pointer;
}

.btn-blue a:HOVER {
	background: #1ecde6;
	color: #ffffff;
}

.doc-rating {
	padding: 10px;
}

.col-180 {
	width: 180px;
	float: left;
}

.map iframe {
	margin: 40px 0px 0px -200px;
}

.video {
	padding: 1px 30px;
}
