html{
	height:100%
}

body{
 margin: 0px;
 padding: 0px;
 background-color: aliceblue;
 background-image: url(../images/left_logo.png);
 background-position: left center;
 background-repeat: no-repeat;
 height:100%;
 user-select:none;
 outline:none;
}
a{
	font-weight:bold;
	color:darkblue;
}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	text-align: justify;
	text-indent: 40px;
	color: black;
	line-height: 200%;
	/*padding-bottom: 10px;*/
	vertical-align:top;
}
ol, dl{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
	padding-left: 40px;
	font-style: normal;
	text-align: justify;
	text-indent: 0px;
	color: #000;
	line-height: 200%;
	padding-bottom: 10px;
	vertical-align:top;
}
h1{
 display: inline-block;
 margin: 5px 0px 5px 0px;
 padding: 10px 0px 10px 0px;
 border-style: none;
 border-radius: 10px 10px 10px 10px; 
 -moz-border-radius: 10px 10px 10px 10px; 
 -webkit-border-radius: 10px 10px 10px 10px;
 visibility: visible;
 text-indent: 0px;
 text-align: center;
 background-color: aliceblue; /* Old browsers */
 color: darkblue;
 width: 100%;
 font-family:Arial, Helvetica, sans-serif;
 font-size: 1.2em;
 line-height: 120%;
}
h2{
 display: inline-block;
 margin: 5px 0px 5px 0px;
 padding: 10px 0px 10px 0px;
 border-style: none;
 border-radius: 10px 10px 10px 10px; 
 -moz-border-radius: 10px 10px 10px 10px; 
 -webkit-border-radius: 10px 10px 10px 10px;
 visibility: visible;
 text-indent: 0px;
 text-align: center;
 background-color: aliceblue; /* Old browsers */
 color: darkblue;
 width: 100%;
 font-family:Arial, Helvetica, sans-serif;
 font-size: 1.1em;
 font-style: italic;
 line-height: 100%;
}
h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-align:left;
	font-weight:normal;
	line-height:125%;
}
h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style:italic;
	margin: 0.5em 0 0.3em 0;
	/*padding: 0px;*/
	text-align:left;
	font-weight:bold;
	line-height:125%;
	text-indent: 40px;
	color:darkblue;
}
table{
 width:100%;
 max-width:100%;
}
table, td, th{
 font-family:Arial, Helvetica, sans-serif;
 font-size: 1.0em;
 word-break: normal;	
 margin: 0px;
 border-collapse:collapse;	
 border: 1px solid blue;
}
td, th{
 padding: 5px 5px 5px 5px;
}

#tr_head{
	text-align:center;
	font-weight:bold;
}
#tr_subhead{
	text-align:center;
	font-weight:bold;
	background-color:lightblue;
	text-transform:uppercase;
}
.th_price{
	text-align:right;
}
header{
 margin-top: 0px;
 /*z-index: 1;*/
 /*background-color: SkyBlue;*/
 font-family: Cuprum, Arial, Helvetica, sans-serif;
}
.wrapper{ 
 display: block;
 position:relative;
 min-height: 100%;
 margin: 0 auto;
 padding: 5px;
 max-width: 1280px;
 background-color: White;
} 
.toTopLeft{
	position:fixed;
	bottom:0px;
	left:0px;
	width:20px;
	margin-left:-5px;
	margin-bottom:50px;
	background-color:blue;
	padding:10px;
	border-radius: 0px 20px 20px 0px;
	-moz-border-radius: 0px 20px 20px 0px;
	-webkit-border-radius: 0px 20px 20px 0px;
	color:white;
	border: 1px solid white; 
	font-size:20px;
	display:block;
    opacity: .400;
	z-index:999;
}
.toTopRight{
	position:fixed;
	bottom:0px;
	right:0px;
	margin-right:-5px;
	margin-bottom:50px;
	background-color:blue;
	padding:10px;
	border-radius: 20px 0px 0px 20px;
	-moz-border-radius: 20px 0px 0px 20px;
	-webkit-border-radius: 20px 0px 0px 20px;
	color:white;
	border: 1px solid white; 
	font-size:20px;
	display:block;
	text-align:right;
    opacity: .400;
	z-index:999;
}
.toTopLeft:hover, toTopRight:hover{
	opacity: 1.0;
}
.dws-menu *{
	margin: 0;
	padding: 0;
}
.dws-menu ul,
.dws-menu ol{
 list-style: none;
}
.dws-menu > ul{
 display: flex;
 justify-content: left;
}
.dws-menu > ul li{
 position: relative;
/* border-right: 1px solid #c7c8ca; */
}
.dws-menu > ul li:first-child{
/* border-left: 1px solid #b2b3b5; */
}
.dws-menu > ul li:last-child{
/* border-right: 1px solid #babbbd; */
}
.dws-menu > ul li > a i.fa{
 position: absolute;
 top: 17px;
 left: 12px;
 font-size: 20px;
}
.dws-menu > ul li a{
 display: block;
 margin-right: 1px;
 margin-top: 1px;
 border: 1px solid white; 
 border-radius: 10px 10px 10px 10px; 
 -moz-border-radius: 10px 10px 10px 10px; 
 -webkit-border-radius: 10px 10px 10px 10px;
 background-color: white; /* Old browsers */
 padding: 15px 20px 15px 20px;
 font-size: 18px;
 font-weight: bold; 
 color: darkblue;
 text-decoration: none;
 text-transform:uppercase;
 transition: all 0.3s ease;
}
.dws-menu li a:hover{
 background-color: blue;/* Old browsers */
 color: White;
 box-shadow: 1px 5px 10px -5px black;
 transition: all 0.3s ease;
}

/*sub menu*/
.dws-menu li ul{
 z-index:2;	
 position: absolute;
 min-width: 250px;
 display: none;
}
.dws-menu li > ul li{
 /*border: 1px solid white; */
}
.dws-menu li > ul li a{
 padding: 10px;
 padding-left: 20px;
 text-transform: none;
 /*background-color: Blue;*/
}
.dws-menu li > ul li ul{
 position: absolute;
 right: -200px;
 top: 0;
}
.dws-menu li:hover > ul{
 display: block;
}


/* www.mc-svetoch.ru specific rules */
.dws-menu [class^="medical-icon-"], [class*=" medical-icon-"]{
	color: White;
	padding-right: 10px;
	font-size: 24px;
}
.logohead{
    width:100%;
    display:inline-block;
	/*margin-bottom:5px;*/
	border-radius: 10px 10px 10px 10px; 
    -moz-border-radius: 10px 10px 10px 10px; 
    -webkit-border-radius: 10px 10px 10px 10px;
    background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 100%;
	color: blue; 
}
.logohead .fa{
	padding-left: 15px;
	font-size: 20px;
}
#n_phone{
	color:blue;
	font-weight:normal;
	text-decoration:none;
}
.resise_img{
 max-width: 100%;
 height: auto;
}
.left_div{
	float: left;
	margin: 5px;
	border-style: none;
	padding: 5px;
	padding-left: 0px;
	display: block;
	visibility: visible;
	max-width:100%;
}
.right_div{
	float: right; 
	margin: 5px;
	border-style: none;
	padding: 5px;
	padding-right: 0px;
	display: block;
	visibility: visible;
	max-width:100%
}
.opht_pic{
	min-height:410px;
	background: url(../images/ophtalmo.png) top right no-repeat;
	/*background-size 50% 100%:*/
}
.opht_img{
 width:200px;	
 max-width: 100%;
 height: auto;
}
.opht_img:hover{
 width:100%;
 cursor:zoom-in;
}
.lor_pic{
	min-height:410px;
	background: url(../images/lor.jpg) top right no-repeat;
}
.stom_pic{
	min-height:410px;
	background: url(../images/stomat.jpg) top right no-repeat;
}
.button_block{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%-20px;
	height: 65px;
	padding: 5px 0px 5px 0px;
	margin: 5px;
	border-style: solid;
	border-color: lightskyblue;
    border-radius: 10px 10px 10px 10px; 
    -moz-border-radius: 10px 10px 10px 10px; 
    -webkit-border-radius: 10px 10px 10px 10px;
	display: inline-block;
	text-indent: 0px;
	text-align: center;
	background-color: white;
	/*color: White;*/
}	
.button_block > a{
	/*color:blue;*/
	text-decoration: none;
}
.b_b_back{
	display:inline-block; 
	width:100%; 
	height:75px;
}
.quick_button{
	display:inline-block;
	margin:10px 2px 10px 2px;
	padding:14px 10px 0px 10px;
	border-style:none;
	border-color:lightblue;
	border-width:2px;
	border-radius: 30px 30px 30px 30px; 
    -moz-border-radius: 30px 30px 30px 30px;  
    -webkit-border-radius: 30px 30px 30px 30px; 
	background-color: white; /* Old browsers */
	text-align:left;
	text-indent:0px;
	vertical-align:middle;
	color: DarkBlue;
	width:auto;
	/*min-width:100px;*/
	height:30px;
	font-family: Cuprum, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-decoration: none;
    text-transform:uppercase;
	line-height:100%;
}
.quick_button:hover{
 background-color: blue;/* Old browsers */
 color: white;
 box-shadow: 1px 5px 10px -5px black;
 transition: all 0.3s ease;
}
.quick_button i.fa{
 position:relative;
 display:inline-block;
 padding-right:15px;
 float:left;
 top: -8px;
 left: 5px;
 font-size: 34px;
}
.quick_button i{
 position:relative;
 display:inline-block;
 padding-right:15px;
 float:left;
 top: -5px;
 left: 5px;
 font-size: 24px;
}
.pict_name{
 font-family:Arial, Helvetica, sans-serif;
 font-size: 1.0em;
 color:blue;
 text-align:center;
 text-indent:0px;
 font-style:italic;
 line-height: 100%;
 padding: 0px;
}
/*Personal card styles*/
.p_card{
 display: inline-block;
 margin: 5px 0px 5px 0px;
 padding: 5px 0px 5px 0px;
 width:100%;
 border-radius: 10px 10px 10px 10px; 
 -moz-border-radius: 10px 10px 10px 10px; 
 -webkit-border-radius: 10px 10px 10px 10px;
 visibility: visible;
 box-shadow: 0 0 5px blue;
 background-color: white;
 text-align:left;
}
.p_card img{
 display: block;
 padding: 5px 5px 5px 10px;
 float: left;
 width: auto;
 max-width: 150px;
 height: auto;

}
.p_card p{
 margin-top: 0px;
 padding-left: 10px;
 font-family: Arial, Helvetica, sans-serif;
 text-indent: 0px;
 text-align: left;
 font-size: 1.0em;
 font-weight: normal;
 /*line-height: 125%;*/
}
.p_card p span{
 margin-bottom: 10px;
 color:darkblue;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 1.5em;
 font-weight: bold;
 line-height: 125%;
}

/*Patients comments styles*/
.p_comm{
 display: inline-block;
 margin: 0px;
 padding: 0px;
 width:100%;
 border-radius: 10px 10px 10px 10px; 
 -moz-border-radius: 10px 10px 10px 10px; 
 -webkit-border-radius: 10px 10px 10px 10px;
 visibility: visible;
 background-color: #B9EAFF;
}

.p_comm p{
 margin: 0px;
 padding: 10px;
 font-family: Arial, Helvetica, sans-serif;
 text-indent: 40px;
 text-align: justify;
 font-size: 1.0em;
 font-weight: normal;
 line-height: 200%;
}
.p_comm p span{
 margin-bottom: 10px;
 font-weight: bold;
 text-align: right;
}
.p_comm_img{
 margin: 2px;
 border:solid lightblue 1px;
 display:inline-block;
 vertical-align:middle;
 max-width: 100%;
 height: auto;
 box-shadow: 0 0 5px blue;
}
/*---*/
.price_p{
 font-family:Arial, Helvetica, sans-serif;
 font-size: 1.0em;
 text-align:left;
}

/* Show/Hide content */
.hide, .hide + label ~ div{
    display: none;
	background-color: white; 
}
.hide + label,
.hide:checked + label{
 display: block;
 margin: 5px 0px 5px 0px;
 padding: 15px 0px 15px 0px;
 border-style: none;
 border-radius: 10px 10px 10px 10px; 
 -moz-border-radius: 10px 10px 10px 10px; 
 -webkit-border-radius: 10px 10px 10px 10px;
 visibility: visible;
 text-indent: 10px;
 text-align: left;
 background-color: lightskyblue; /* Old browsers */
 color: darkblue;
 width: 50%;
 font-family:Arial, Helvetica, sans-serif;
 font-size: 1.1em;
 font-weight:bold;
 font-style:normal;
 line-height: 100%;
 cursor: pointer;
}
.hide:checked + label{
    color: white;
	background-color: mediumblue;
	width: 100%;
	text-transform: uppercase;
    /*border-bottom: 0;*/
}
.hide:checked + label + div{
    display: block; 
	box-shadow: 0 0 5px blue;
	margin: 5px 0px 5px 0px;
	padding: 5px;
    /*background: #efefef;
    -moz-box-shadow: inset 3px 3px 10px #7d8e8f;
    -webkit-box-shadow: inset 3px 3px 10px #7d8e8f;
    box-shadow: inset 3px 3px 10px #7d8e8f;
    padding: 10px; */
}
/* display down */
.hide + label:before{
	font-family: FontAwesome;
    color: darkblue;
    content: "\f13a";
    display: block;
	margin-left:5px; 
    float: left;
    font-size: 1.1em;
	font-style:normal; 
    line-height: 100%;
}
/* display up */
.hide:checked + label:before{
	color: white;
    content: "\f139";
}
#main_form{
	min-height:420px;
	background: url(../images/fasad.jpg) right top no-repeat;
}

.video_block{
	display:inline-block;
	float:left;
	margin:5px;
	width:auto;
	box-shadow: 0 0 5px blue;
	text-align:center;
	vertical-align:middle;
}
.ref_jump{
	display: inline-block;
	vertical-align:middle;
	margin-left: 30px;
	text-indent: 0px; 
	text-align:left;
}
.ref_jump dl{
	list-style:none;
	list-style-position:inside;
}
.ref_jump a{
 display: block;
 margin: 5px 0px 5px 0px;
 padding: 15px;
 border-style: none;
 border-radius: 10px 10px 10px 10px; 
 -moz-border-radius: 10px 10px 10px 10px; 
 -webkit-border-radius: 10px 10px 10px 10px;
 background-color: aliceblue; /* Old browsers */
 color: darkblue;
 font-family:Arial, Helvetica, sans-serif;
 font-size: 1.1em;
 font-weight:bold;
 text-decoration:none;
 font-style:normal;
 line-height: 100%;
 cursor: pointer;
}
.ref_jump a:hover{
 background-color: blue; /* Old browsers */
 color: white;
}
.h_link{
	display:inline-block;
	float:right;
	text-indent:0px;
	vertical-align:middle;
}
.h_link .fa{
	font-size:2em;
	padding-left:0.5em;
	display:inline-block;
	vertical-align:middle;
}
.h_link a{
 display: block;
 text-align:right;
 margin: 5px 0px 5px 0px;
 padding: 5px;
 vertical-align:middle;
 border-style: none;
 border-radius: 10px 10px 10px 10px; 
 -moz-border-radius: 10px 10px 10px 10px; 
 -webkit-border-radius: 10px 10px 10px 10px;
 background-color: lightskyblue; /* Old browsers */
 color: darkblue;
 font-family:Cuprum, Arial, Helvetica, sans-serif;
 font-size: 1.0em;
 font-weight:bold;
 text-decoration:none;
 font-style:normal;
 line-height: 0%;
 text-indent:0px;
 cursor: pointer;
}
.h_link a:hover{
 background-color: blue; /* Old browsers */
 color: white;
}

.emb{
	position:absolute;
	margin:0;
	padding:0;
	width:20px;
	height:20px;
	border:solid 2px white;
    border-radius: 10px 10px 10px 10px; 
    -moz-border-radius: 10px 10px 10px 10px; 
    -webkit-border-radius: 10px 10px 10px 10px;
    background-color: lightskyblue;
    color: darkblue;
	cursor:help;
	outline:none;
	/*z-index:2;*/
}
.emb:checked{
    background-color:darkblue;
	outline:none;
}
.emb:hover{
	background-color:darkblue;
	outline:none;
}
.emb:hover::after {
    content: attr(data-text); /* Выводим текст всплывающей подсказки*/
	width:auto;
    position: absolute;
    left: -20px; bottom: 20px;/* Положение всплывающей подсказки */
    z-index: 3; /* Отображаем подсказку поверх других элементов */
    background: rgba(0,0,150,0.6); /* Цвет (RGB) и степень его прозрачности */
    color: #fff; /* Цвет текста */
    text-align: center; /* Выравниваем текст по центру */
    font-family: Cuprum, sans-serif; /* Гарнитура шрифта */
    font-size: 1.5em; /* Размер текста подсказки */
    padding: 5px; /* Поля */
    border: 1px solid white; /* Параметры рамки */ 
	border-radius: 10px 10px 10px 10px; 
    -moz-border-radius: 10px 10px 10px 10px; 
    -webkit-border-radius: 10px 10px 10px 10px;
}
.oph_jump{
	display: block;
	vertical-align:middle;
	margin-left: 0px;
	text-indent: 0px; 
	text-align:left;
	width:50%;
}
.oph_jump a{
 display: block;
 margin: 5px 0px 5px 0px;
 padding: 15px;
 border-style: none;
 border-radius: 10px 10px 10px 10px; 
 -moz-border-radius: 10px 10px 10px 10px; 
 -webkit-border-radius: 10px 10px 10px 10px;
 background-color: lightskyblue; /* Old browsers */
 color: darkblue;
 font-family:Arial, Helvetica, sans-serif;
 font-size: 1.1em;
 font-weight:bold;
 text-decoration:none;
 font-style:normal;
 line-height: 100%;
 cursor: pointer;
}
.oph_jump i.fa{
    color: darkblue;
    display: inline-block;
	margin-left:0px;
	margin-right:10px;
	font-weight:bold; 
    font-size: 1.1em;
	font-style:normal; 
    line-height: 100%;
}