@CHARSET "UTF-8";

.popup_bpopup {
	position: absolute; 
	z-index: 9999; 
	opacity: 0; 
	display: none; 
	background-color: #fff;
	color: #111;
	min-width: 3em; 
	padding: 1.5em;
}

.box_bpopup {
	background-color: #2b91af; 
	color: #fff;
	cursor: pointer;
	display: inline-block; 
	text-align: center; 
	text-decoration: none;
	padding: 0 6px 2px; 
	position: absolute; 
	right: -7px; 
	top: -7px;
}

.image_small_bpopup {
	max-width: 40em;
}

.image_big_bpopup {
	max-width: 70em;
}

.images_in_mobile {
 	display: none;
 	visibility: hidden;
}

.images_in_mobile img {
 	width: 100%;
 	max-width: 100%;
}
  
.link_list {
 	display: block;
 	visibility: visible;
}

@media screen and (max-width: 600px) {
  	.images_in_mobile {
    	display: block;
    	visibility: visible;
  	}
  	
	.link_list {
 		display: none;
 		visibility: hidden;
	}
}

@media screen and (max-height: 400px) {
  	.images_in_mobile {
    	display: block;
    	visibility: visible;
  	}
  	
	.link_list {
 		display: none;
 		visibility: hidden;
	}
}