p {
    margin-bottom: 0.2rem;
	text-align: justify;
    text-indent: 1.4rem;
}
img { 
	border:0; 
	vertical-align: middle; 
}
audio{
	width: 100%;
}
hr{
	margin: 0.2rem;
}
div.msg_dzhuma{
	position: absolute;
	border: 0.28rem solid #E7A83E;
	border-radius: 0.6rem;
	background: #E6E6E6;
	color: #7A1C09;
	z-index: 9;
	width: 12rem;
	padding: 0.4rem;	
	top:calc(60px + 2.8rem);
	font-size: 0.72rem;
	line-height: normal;
	cursor: pointer;
}
.attention,.bold{
	font-weight: bold;
}
.importantly,.error,.colorred{
	color: red;
}
.relative{
	position: relative;
}
.absolute{
	position: absolute;
}
.schedule{
	max-width: 600px;
	position: absolute;
	top: -0.6rem;
}
.schedule table.border tr td{
	font-size: 0.4rem;
	padding: 1px 0.2rem;
	font-style: normal;
}
/* ------------------link---------------------- */
a {	
	font-style: italic;
	outline:none;
	text-decoration: none;
	cursor: pointer;
}
a:hover{
	text-decoration: none;
}
.datetime{
	height: 1.6rem;
}
.datetime i{
	font-size: 0.56rem;
}
.button_schedule{
    margin: 5px 0;
    padding: 1vmin;
    list-style: none;
    float: left;
    border-radius: 0.6rem;
    width: 9rem;
    text-align: center;
    text-decoration: none;
	cursor: pointer;
}
a span.button_schedule {
	min-width: 150px;
	text-decoration: none; 
}
.blockType a span.button_schedule{
	width: 100%;
}
.italic{
	font-style: italic;
}
.vaTop,.verticalTop{
	vertical-align: top;
}
.cursorpointer,.pointer{
	cursor: pointer;
}
.text{
	font-family: 'sans-serif';
	text-decoration: none;
}
.dashed{
	text-decoration: none; /* Убираем подчеркивание */
    border-bottom: 1px dashed;
	margin: 0 40px;
}
a.dashed:hover{
	text-decoration: none; /* Убираем подчеркивание */
    border-bottom: 1px dashed;
}
.famarab{
	font-family: Traditional Arabic;
	font-size: 1.8rem;
}
#overlay 
{
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: 0.70;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    display: none;
}
#pop-up{
	position: absolute;
	width: calc(100vw - 2rem);
	height: calc(100vh - 2rem);
	top: 1rem;
	left: 1rem;
	display: none;
	z-index:2;
	background-color: #fff;
    border: 1px solid gray;
    border-radius: .5rem;
	padding:1.5rem;
}
#popContent{
	width:calc(100vw - 2rem);
}