@charset "utf-8";
#pokazywarka {
	display: none;
	width: 100%;
	height: 100%;
	/*background: rgba(0,0,0,.8);*/
	position: fixed;
	z-index: 120;
}
#pokazywarka_img {
	display: flex;
	xwidth: 100%;
	height: 100%;
	/*position: absolute;
	top: 0px;*/
	justify-content: center;
	align-items: center;
	align-content: stretch; 
	margin: auto;
	
	cursor: url(/resources/zoomout.cur), zoom-out;
}
#pokazywarka_img_cell {
	width: 56px;
	height: 56px;
	vertical-align: middle;
	
	display: flex;
	justify-content: center;
    align-items: center;
	align-content: stretch; 
	margin: auto;

	overflow: hidden;
    border-radius: 50%;
	background-color: #000; /*rgba(23, 10, 3, 0.9);*/
	box-shadow: 7px 13px 9px 3px rgba(0,0,0,0.5), 0px 0px 8px 4px rgba(0,0,0,0.5);
	transition: all 0.5s cubic-bezier(0.57, -0.25, 0, 0.85) 0.3s;
}
#pokazywarka_obr {
	height: 56px;
	width: 56px;
	transition: all 0.5s cubic-bezier(0.57, -0.25, 0, 0.85) 0.3s;
	vertical-align: middle;
}
#pokazywarka_video {
	display: flex;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	justify-content: center;
	align-items: center;
}
#pokazywarka_video_cell {
	display: flex;
	justify-content: center;
	align-items: center;
}
#pokazywarka_video iframe {
	margin: auto;
	border: solid 1px black;
	background-color: rgba(255,255,255,.8);
}
