html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, tt, var,
b, u, center,
dl, dt, dd,
fieldset, form, label, legend,
caption, tbody, tfoot, thead,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


	.mobile {
		display:none;
	}
	.desktop {
		display:block;
	}
body {
       margin:0px;
       padding:0px;
       font-family:Tahoma, sans-serif;
       font-size:16px;
       text-align:center;
       background:#ff4c00 url(images/bg_top.jpg) left top repeat-x;
     }

@media (max-width:1095px) {
	body {
		font-size:20px;
		min-width:auto;
	}
	.mobile {
		display:block;
	}
	.desktop {
		display:none;
	}
}

#black_screen {	height:100%;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	background:rgba(0,0,0,0.5);
	display:none;
	z-index:125;
}

ul {	text-align:left;
}

A { color: #A00; text-decoration:underline;font-weight:bold;}
A.inline { text-decoration:none;}
A:hover { color: #E33;}

p {  text-indent: 25px;
  text-align:justify;
  margin:10px 7px;
}
#site {  width:100%;
  min-width:320px;
  max-width:1200px;
  background: #FFE4C4;
  margin:0 auto;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Для Firefox */
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Для Safari и Chrome */
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
    filter: progid:DXImageTransform.Microsoft.shadow(direction=115, color=#000000, strength=7);
    border-left:solid #555 1px;
    border-right:solid #555 1px;

}
#top {	margin:0;
	padding:0;
}

#top img {	width:100%;
	border:none;
	margin:0;
	display:block;
}
.menu {  background:url(images/menu_bg.png);
  color:#FFF;
  font-size:107%;
  font-weight:bold;
  text-align:left;
  padding-left:20px;
  position:relative;
  line-height:185%;
}
.menu img {  border:none;
  vertical-align:middle;
  margin-right:10px;
}
.menu.mobile {  text-align: right;
  background:#004dc8;
  padding:8px 0px;
  width:100%;
  z-index:150;
}
.menu a {	color:#FFF;
	font-size:inherit;
	text-decoration:none;
	font-weight:bold;
	margin:0px 2px;
}
.menu a:hover {	color:#FD1;
}
.menu a.selected {	color:#FD1;
}
#mob_navigation {
    text-align:center;
	display:none;
}
#mob_navigation a {	font-size:122%;
	line-height:135%;
	color:#FFF;
	text-decoration:none;
}
#shortcuts {	float:right;
	line-height:185%;
}
#shortcuts img {	height:28px;
	vertical-align:middle;
}
#shortcuts a {
	margin:0px;
}
.nw {	white-space:nowrap;
}
.priv {	position:relative;
	margin:25px auto;
	border:ridge #83b2e0 3px;
	min-height:200px;
	width:93%;
}
.priv_photo_left {	float:left;
	width:300px;
	height:200px;
    position:relative;
    overflow:hidden;
}
.priv_photo_right {
	float:right;
	width:300px;
	height:200px;
    position:relative;
    overflow:hidden;
}
.priv_text {	background:url(images/center_grad.png) center repeat-y;
	position:absolute;
	left:0px; top:0px;
	z-index:50;
	min-height:200px;
	font-size:112%;
	font-style:italic;
	text-align:center;
	padding:0 25%;
	width:50%;
}
@media (max-width:1095px) {
	.priv_text {		padding:0 5% 2.5%;
		width:90%;
		position:relative;
		display:inline-block;
	}
}

.priv_text h1 {	font-size:132%;
	margin:10px 0px;
	font-style:italic;
	color:#00D;
}
.clearer {	clear:both;
}
.zub-main {	margin:0 auto;
	font-size:112%;
	font-style:italic;
	text-align:center;
}
#niz {  background:url(images/bg_top.jpg) 0px 155px;
  font-size:90%;
  font-weight:bold;
  color:#FFF;
  padding:10px;
  margin:25px 0px 15px;
}
.why-we {	margin:25px auto;
	width:93%;
}
#whywe_txt {	margin-top:-30px;
}
#doctors {	float:left;
	width:328px;
}
#btns {
	float:right;
	width:590px;
	padding-top:15px;
}
#btns div {	margin:5px 3px 3px 2px;
}
.bt {	width:33px;
	height:34px;
	float:left;
}
.btt {
	float:left;
	width:532px;
	height:34px;
	color:#FFF;
	font-size:21px;
	font-weight:bold;
	text-align:left;
	padding-left:15px;
	line-height:28px;
	font-family: Georgia, serif;
}
.bttm {	background: rgb(2,0,36);
	background: linear-gradient(204deg, rgba(2,0,36,1) 0%, rgba(230,121,25,1) 0%, rgba(255,196,0,1) 100%);
	padding:7px;
	text-align:center;
	margin:0 auto;
	min-width:250px;
	max-width:520px;
	border:solid #fff 2px;
	-webkit-box-shadow: 2px 2px 4px 0px rgba(17, 30, 40, 0.2);
	-moz-box-shadow: 2px 2px 4px 0px rgba(17, 30, 40, 0.2);
	box-shadow: 2px 2px 4px 0px rgba(17, 30, 40, 0.2);
	margin-bottom:10px;
}
.bttm a {	text-decoration:none;
	color:#FFF;
}


#btn1 {	background:url(images/btn1.png);
}
#btn2 {
	background:url(images/btn2.png);
}
#btn3 {
	background:url(images/btn3.png);
}
#btn4 {
	background:url(images/btn4.png);
}
#btn5 {
	background:url(images/btn5.png);
}
#btn6 {
	background:url(images/btn6.png);
}

.btt a {	color:#FFF;
	text-decoration:none;
}
#btt1 {
	background:url(images/btntext1.png);
}
#btt2 {
	background:url(images/btntext2.png);
}
#btt3 {
	background:url(images/btntext3.png);
}
#btt4 {
	background:url(images/btntext4.png);
}
#btt5 {
	background:url(images/btntext5.png);
}
#btt6 {
	background:url(images/btntext6.png);
}

#three-col {	width:1020px;
	margin:20px auto;
	background:url(/images/happy_zub.png) center top no-repeat;
	position:relative;
}
#eye {	position:absolute;
	left:523px;
	top:53px;
}
#left-col {	width:385px;
	float:left;
	height:350px;
	position:relative;
}
#right-col {
	width:400px;
	float:right;
	height:350px;
	position:relative;
}
.happy_zub {	max-width:80%;
	margin:25px auto 10px;
}
#zubzub {	width:225px;
    float:left;
    height:350px;
}
.mobile .small_pics {	position:relative;
	text-align:center;
	padding:10px 0px;
}
.small_pics {	text-align:left;
    position:absolute;
    z-index:30;
}
.small_pics img {
    margin-top:4px;
}
.small_pics a {	color:#00D;
	text-decoration:none;
	font-size:88%;
}
.small_pics a:hover {	color:#ff5b02;
}

.vzroslaya-stomatologia {	left:0px;
	top:10px;
	text-indent:20px;
	width:200px;
}
.detskaya-stomatologia {	left:150px;
	top:80px;
	text-indent:50px;
	width:225px;
}
.detskaya-hirurgia {	left:40px;
	top:190px;
	width:240px;
}
.detskaya-hirurgia img {	margin-left:20px;
}
#gigiena {
	left:150px;
	top:190px;
	width:240px;
}
#hirurgicheskaya-stomatologia {
	left:50px;
	top:70px;
	width:240px;
}
#protez {	left:200px;
	top:10px;
}
h1 {	font-size:138%;
	margin:15px 0px;
	font-style:italic;
	color:#00D;
}
h2 {	font-size:115%;
	margin:15px 5px;
	font-style:italic;
	color:#D00;
}
h3 {	font-size:100%;
	font-weight:bold;
}

.cont {	width:100%;
	max-width:1020px;
	margin:0 auto;
}
#map-col-cont {	width:48%;
	max-width:500px;
	min-width:280px;
	margin-right:20px;
}
#map-col {	width:100%;
}
#where-col {
	width:40%;
	max-width:500px;
	min-width:280px;
}



.textbox {	width:100%;
}
.textarea {	width:100%;
	height:110px;
}
#err {	height:18px;
	color:#F00;
	font-size:88%;
	font-weight:bold;
}
.cosmo_feedback {	display:flex;
	flex-wrap: wrap;
	max-width: 95%;
	padding-top:22px;
	margin: 0 auto;
	justify-content:center;
	width:1020px;
}
.pers_photo {	text-align:center;
	max-width:350px;
	min-width:250px;
	width:37%;
	padding-right:20px;
}
.pers_photo img {
    width:90%;
    margin-bottom:25px;
}
.pers_caption {	max-width:750px;
	min-width:250px;
	width:60%;
	text-align:left;
}

.cosmos_v {	margin:0px 6px;
	width:18.6%;
	max-width:190px;
	min-width:130px;
	text-align:center;
	padding:15px 5px;
}
.cosmos_h {
	margin:0px 6px;
	width:23.5%;
	max-width:240px;
	min-width:180px;
	text-align:center;
	padding:15px 0px;
}
.cosmos_v img {
    border:double #ff5b02 3px;
    width:92%;
}
.cosmos_h img {
    border:double #ff5b02 3px;
    width:92%;
}

.left_text {	float:left;
	width:200px;
	text-align:right;
	font-weight:bold;
}
.right_text {	float:left;
	text-align:left;
	margin-left:7px;
    max-width:550px;
}
@media (max-width:800px) {.left_text {
	float:none;
	text-align:left;
	font-weight:bold;
}
.right_text {
	float:none;
	margin-left:7px;
    width:90%;
}

}
.pricelist {	border-collapse:collapse;
}
.pricelist a {
	text-decoration:none;
}
.pricelist td {	padding:3px;
	text-align:left;
	border:solid #555 1px;
}
.pricelist td.third_lev {
    padding-left:20px;
	border-bottom:none;
	border-top:none;
}
.pricelist td.third_lev_first {
	border-bottom:none;
}

.pricelist th {
	padding:4px;
	text-align:center;
	font-weight:bold;
	border:solid #555 1px;
}

.pricelist .cnt {	text-align:center;
}
.pricelist .rgt {	text-align:right;
}
.pricelist th.nolr {
	border: none;
}

#left_menu {	float:left;
	width:222px;
	margin-left:50px;
	text-align:left;
	padding-top:55px;
}
#uslugi-stomatologii {
	margin-left:290px;
    margin-right:15px;
	text-align:justify;
}
@media (max-width:1095px) {	#uslugi-stomatologii {
		margin-left:0px;
	    margin-right:0px;
	}
}
ul.lm {	margin:0px;
	padding:0px;
	list-style-type: none;
}
ul.lm li {	margin:3px;
	padding-left:0px;
}

.left_text_pic {	float:left;
	width:35%;
	min-width:280px;
	margin-right:8px;
	margin-top:5px;
}
.left_text_pic img {	text-align:center;
	width:95%;
	border:double #999 3px;
}

@media (max-width:650px) {	.left_text_pic {
		float:none;
		width:35%;
		min-width:280px;
		margin:5px auto;
		text-align:center;
    }
}

.right_text_pic {	float:right;
	width:35%;
	min-width:280px;
	margin-left:8px;
	margin-top:5px;
}
.right_text_pic img {
	text-align:center;
	width:95%;
	border:double #999 3px;
}
@media (max-width:650px) {
	.right_text_pic {
		float:none;
		width:35%;
		min-width:280px;
		margin:5px auto;
		text-align:center;
    }
}
