html, body {
	background: linear-gradient(to top, #50afbb 0%, #e4f7f8 50%, #50afbb 100%);
	background-size: cover;
	background-position: fixed;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	font-family: Calibri;
}
a {
	color: #158090;
}
.bacc {
	background: url(../img/bacc.png) no-repeat center 210px;
	width: 100%;
	height: 100%;
}

/* Тень блока */
.shadow {
	background: #fff;
	width: 1200px;
	margin: 0 auto;
	box-shadow: 
		0 1px 34px rgba(150, 150, 151, .3), 
		-23px 0 80px -23px rgba(150, 150, 151, .8), 
		23px 0 80px -23px rgba(150, 150, 151, .8), 
		0 0 40px rgba(150, 150, 151, .1) inset;
}

/* Шапка сайта */
header {
	background:  url(../img/background-header.jpg) no-repeat top center;
	width: 1120px;
	height: 157px;
	margin: 0 auto;
	padding: 30px 40px;
}
.logo {
	display: inline-block;
	width: 30%;
}
.name-company {
	width: 69%;
	height: 218px;
	display: inline-block;
	vertical-align: middle;
}

/* Горизонтальное топ меню */
#touch-menu {
	display: none;
}
.top-menu {
	background: url(../img/background-menu.jpg) repeat-x;
	width: 1200px;
	height: 51px;
	margin: 0 auto;
}
.moduletable_top-menu {
	width: auto;
	display: inline-block;
}
.moduletable_top-menu ul {
	margin: 0;
	width: auto;
	padding: 0 30px;
}
.moduletable_top-menu ul li {
	display: inline-block;
	height: 51px;
	line-height: 51px;
}
.moduletable_top-menu ul li a {
	font-family: Calibri;
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: none;
	color: #d4e1e5;
	padding: 13px 30px;
}
.moduletable_top-menu ul li a:hover, .moduletable_top-menu ul li.parent:hover {
	background: #345b9b;
}
.moduletable_top-menu .nav li:hover>ul {
	display: block;
}
.moduletable_top-menu .nav-child {
	position: absolute;
	display: none;
	background: rgba(52,91,155, 0.9);
	padding: 0;
	margin: -1px 0 0 0;
}
.moduletable_top-menu .nav-child li {
	display: block;
	line-height: normal;
	height: auto;
	max-width: 180px;
}
.moduletable_top-menu .nav-child li a {
	padding: 5px 10px;
	font-size: 14px;
	display: block;
	border-top: dotted 1px #d4e1e5; 
}
.moduletable_top-menu ul li.parent ul.nav-child li a:hover {
	background: #345b9b;!important;
}
.menu-phone {
	display: inline-block;
	font-family: Calibri;
	color: #fbfbfa!important	;
	font-size: 28px;
	font-weight: 700;
	padding: 0 0 0 55px;
}
.menu-phone span {
	color: #d3d6d6;
	font-size: 20px;
}

/* Блок "Добро пожаловать!" */
.moduletablewelcome {
	width: 1140px;
	margin: 0 auto;
	padding: 20px 30px;
	background: #f7f7f7;
	border-bottom: solid 1px #e5e5e5;
	display: inline-block;
}
.welcome-image {
	display: inline-block;
	padding: 10px 30px 0 0;
}
.welcome-image img {
	width: 450px;
	height: auto;
	border: solid 3px #dadadb;
	border-radius: 10px;
}
.welcome-description {
	display: inline-block;
	width: 650px;
	vertical-align: top;
}
.welcome-description h2 {
	font-family: Calibri;
	font-size: 16px;
	color: #5874ad;
	margin: 10px 0 0 0;
}
.welcome-description p {
	font-family: Calibri;
	margin: 10px 0; 
}
.welcome-image-link {
	text-align: center;
}

/* Блок "Медицинские услуги" */
.moduletableservices {
	background: #fff;
}
.moduletableservices h3 {
	margin: 0;
	text-align: center;
	background: url(../img/background-h3.jpg) no-repeat top center;
	height: 29px;
	line-height: 29px;
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
}
.services {
	background: url(../img/background-services.jpg) repeat-y top center;
	padding: 20px 5px;
}
.service {
	display: inline-block;
	width: 28%;
	padding: 7px 0px 7px 15px;
	margin: 15px 0px 15px 27px;
	border: solid 5px #d9dada;
	border-radius: 15px;
	box-shadow: 0 0 5px #b7b9b9;
	background: #fff;
	vertical-align: top;
	min-height: 200px;
}
.name-service img {
	width: 15px;
	padding: 0 10px;
}
.name-service {
	font-size: 19px;
	color: #365e9f;
	text-transform: uppercase;
	font-weight: 700;
}
.logo-service {
	display: inline-block;
    vertical-align: top;
}
.ds-service {
	display: inline-block;
    width: 270px;
    line-height: 18px;
}
.service-description {
	color: #888;
	font-size: 14px;
	padding: 0 15px 0 0;
}
span.up-bold {
	font-weight: 700;
	text-transform: uppercase;
}
.schedule-service {
	color: #888;
	padding: 15px 10px 0 0;
}
.schedule-service p {
	margin: 0 0 0 0; 
}
.schedule-service a {
	background: #65bbc6;
	color: #fff;
	padding: 3px 10px;
    margin: 4px 0 0 0;
    width: 80px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}
.schedule-service a:hover {
	background: #289dae;
}
.info-more {
	text-align: right;
	width: auto;
	padding: 2px 0px 0 0px;
}

/* Блок "Как нас найти" */
.moduletablemap {
	background: #fff;
}
.moduletablemap h3 {
	margin: 0;
	text-align: center;
	background: url(../img/background-h3.jpg) no-repeat top center;
	height: 29px;
	line-height: 29px;
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
}
.moduletablemap .custommap p {
	margin: 0;
}
.moduletablemap .custommap {
	border-top: solid 5px #d9d9d9;
	border-bottom: solid 5px #6bbcc5;
}
.сontent {
	padding: 0 30px;
}
.moduletable {
	clear: both;
}
.moduletableleft-menu {
	float: left;
	margin: 13px 0 30px 0;
}
.moduletableleft-menu h3 {
	font-size: 20px;
	text-transform: uppercase;
	color: #345b9b;
	margin: 20px 0 10px 10px;
}
.moduletableleft-menu ul {
	margin: 0 0 0 10px;
	padding: 0 0 0 0; 
}
.moduletableleft-menu ul li {
	list-style: none;
	max-width: 180px;
}
.moduletableleft-menu ul li a {
	font-size: 14px;
	text-transform: uppercase;
	color: #8e8e8e;
	text-decoration: none;
	display: block;
	border-top: dotted 1px #77bdc8;
	padding: 5px 0 5px 5px;
}
.moduletableleft-menu ul li a:hover {
	color: #fff;
	background: #198899;
}
.item-page {
    float: left;
    width: 76%;
    padding: 30px 0 20px 60px;
}
.item-page .page-header h2 {
	font-size: 32px;
	text-transform: uppercase;
	color: #275699;
	margin: 0px 0 20px 0;
}
.item-page p {
	margin: 0 0 0 0;
	padding: 7px 0 7px 0;
	color: #6b6b6b;
}
.item-page ul, .item-page ol {
	margin: 0; 
	color: #6b6b6b;
}

.moduletablefoot p {
    margin: 0;
}

footer {
	clear: both;
	background: #9b9b9b;
	padding: 25px 30px;
	color: #fff;
	font-family: Calibri;
}
footer .addres {
	display: inline-block;
	width: 1015px;
}
footer .banners {
	display: inline-block;
	vertical-align: top;
}
@media screen and (max-width: 1440px) {
	.back {display: none;}
}
@media screen and (max-width: 1200px) {
	.shadow { width: 100%; margin: 0; box-shadow: none;}
	header {width: auto;}
	.top-menu {width: auto;}
	.moduletable_top-menu ul {padding: 0;}
	.menu-phone {display: none;}
	.moduletablewelcome {width: auto; display: block;}
	.welcome-image {width: 32%;}
	.welcome-image img {width: 100%;}
	.welcome-description {width: 63%;}
	.moduletableservices {width: auto;}
	.services {text-align: center;}
	.service {margin: 15px 8px 15px 8px; text-align: left;}
	.name-service img {padding: 0 5px 0 0; width: 12px;}
	.ds-service {font-size: 16px; width: 200px;}
	.сontent {text-align: center;}
	.moduletableleft-menu {float: left; display: inline-block; width: auto; vertical-align: top; text-align: left;}
	.item-page {float: none; display: inline-block; width: 68%; text-align: left;}
	footer {width: auto;}
	footer .addres {width: auto;}
	footer .banners {float: right;}
}
@media screen and (max-width: 1050px) {
	.moduletablewelcome {font-size: 14px;}
}
@media screen and (max-width: 1000px) {
	.moduletableleft-menu {display: none;}
	.item-page {display: block; width: 100%; padding: 0;}
}
@media screen and (max-width: 880px) {
	header {background-size: cover; width: 100%; height: auto; padding: 20px 0;}
	.logo {float: none; width: 100%; text-align: center;}
	.logo img {width: 25%; max-width: 180px;}
	.name-company {float: none; width: 100%; margin: 0; text-align: center; height: auto;}
	.name-company img {width: 90%; max-width: 400px;}
	.welcome-image {display: block; width: 100%; text-align: center;}
	.welcome-image img {max-width: 500px;}
	.welcome-description {display: block; width: 100%; font-size: 16px;}
	.welcome-image-link {width: 100%;}
	.service {width: 40%;}
}
@media screen and (max-width: 729px) {
	.top-menu {width: 100%;}
	.menutop {display: none;}
	.menutop li {float: none;}
	.menutop li a {border-top: 1px solid #eee; border-left: 3px solid transparent; background: #147e8e; color: #fff; width: auto; display: block;}
	#touch-menu {display: block; font-size: 18px; line-height: 51px; color: #fff; padding: 0 30px; text-decoration: none; text-transform: uppercase;}
	#touch-menu img {width: 14px; padding: 0 7px 0 0;}
	.moduletable_top-menu {width: 100%; display: block; float: none; position: relative;}
	.moduletable_top-menu ul {width: 100%;}
	.moduletable_top-menu ul li {display: block; float: none; width: 100%; height: auto; line-height: 40px;}
	.moduletable_top-menu ul li a {font-size: 16px; padding: 0 30px; border-top: 1px solid #eee; border-left: 3px solid transparent;}
	.moduletable_top-menu ul li a:hover {background: #345b9b; color: #fff; border-left: 3px solid #515572;}
	.moduletable_top-menu .nav-child {display: block; position: inherit;}
	.moduletable_top-menu .nav-child li {width: 100%; max-width: none;}
	.moduletable_top-menu .nav-child li a {padding: 5px 30px 5px 50px;}
	.item-page img {width: 100%; height: auto; padding: 10px 0; margin: 0;}
	footer .addres {width: 100%; display: block; text-align: center;}
	footer .banners {width: 100%; display: block; float: none; text-align: center; padding-top: 15px;}
}
@media screen and (max-width: 610px) {
	.welcome-image-link img {width: 100%;}
	.service {width: 90%; margin: 10px 0;}
	.services {padding: 20px;}
}