/*##################################################################
#	nb2 adaptive styles
#	21.12.2024
##################################################################*/
/*########################## 4x3 SCREEN (1024 - 1280) ###################*/
@media screen and (min-width: 1000px) and (max-width: 1239px){


}
/*########################## BIG TABLET COMPUTER (720 - 1024) ###################*/
@media screen and (max-width: 999px){
	.page-wrapper > .content > table{display:block; width:100%; overflow-x:auto;}
	
	/* details версия с втп*/
	details{margin: 0 5px}
	details summary{font-size:18px; padding-right:50px; padding-top:5px; padding-bottom:5px;}
	details .content{padding-left:10px; padding-right:10px;}
	details > .content{margin: 0;}
}
/*########################## BIG TABLET COMPUTER (480 - 720) ###################*/
@media screen and (max-width: 719px){
	


	/* gallery center.css */
	div.gallery .block-wrapper{padding:0;}
	.gallery-counter{width:100%; margin-bottom:35px; padding-top:24px; }
	div.gallery.slick-initialized{width:100%; max-width:300px; }
	.gallery .slick-prev{left:0; bottom:-90px; top:auto;}
	.gallery .slick-next{right:0; bottom:-90px; top:auto;}	
}

/*########################## SMARTPHONE (<480) ##############################*/
@media screen and (max-width: 479px){
	.tablestyle, .tablestyle .block{display:block; width:auto;}

}
/***** PRINT *****/
@media print{
	#header, #footbar, #footer, #top_menu, .breadcrumbs, .pagination, .gallery{display:none;}
	form{display:none;}
	.page-wrapper > p{display:none;}
}

