

/* Start:/local/components/shop/news.detail/templates/.default/style.css?17516343701314*/

.new-detail{
	
}

.n-d-pictuer{
	margin: 0 0 10px 0;
	
	display: flex;
    justify-content: center;
}

.n-d-img{
	width: 100%;
	max-width: 500px;
}

.n-d-info{
	margin: 0 0 10px 0;
}

.n-d-info-date{
	color: #666666;
    padding: 0 0 10px 0;
}

.n-d-info-text{
	font-size: 16px;
	white-space: pre-line;
}

.n-d-info-text *{
	font-size: 16px;
}


.n-d-info-text img{
	max-width: 100%;
	border: 1px solid #E4E4E4;
}

.n-d-videos{
	margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
}

.n-d-videos-wrap{
	padding: 5px;
}

.n-d-video{
	
}

.n-d-pics-list{
	margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
}

.n-d-pics-wrap{
	width: 20%;
	max-height: 180px;
    padding: 5px;
	margin: 5px;
    display: flex;
	align-items: center;
    justify-content: center;
	cursor: pointer;
	background: #f4f4f4;
}

@media(max-width: 900px){
	.n-d-pics-wrap{
		width: 31%;
	}
}

@media(max-width:  600px){
	.n-d-pics-wrap{
		width: 48%;
	}
}

@media(max-width:  540px){
	.n-d-pics-wrap{
		width: 100%;
	}
}

.n-d-pics{
	max-width: 100%;
	max-height: 180px;
}


.n-d-files-list{
	display: flex;
    flex-direction: column;
}

.n-d-file{
	padding: 5px;
}

.n-d-file-title{
	font-weight: bold;
}









/* End */


/* Start:/local/components/shop/gallery/css/style.css?1751634370419*/
@font-face {
	font-family: 'gallery';
	src:	url('/local/components/shop/gallery/css/./font/gallery.eot?21504873');
	src:	url('/local/components/shop/gallery/css/./font/gallery.eot?21504873#iefix') format('embedded-opentype'),
			url('/local/components/shop/gallery/css/./font/gallery.woff?21504873') format('woff'),
			url('/local/components/shop/gallery/css/./font/gallery.ttf?21504873') format('truetype'),
			url('/local/components/shop/gallery/css/./font/gallery.svg?21504873#gallery') format('svg');
	font-weight: normal;
	font-style: normal;
}


.gallery-icons{
	font-family: 'gallery';
}
/* End */


/* Start:/local/components/shop/gallery/templates/.default/style.css?17516343701650*/

.gallery{
	position: fixed;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	z-index: 100 !important;
	
	display: none;
	
	width: 100% !important;
	height: 100%  !important;
	
	background: rgba(0,0,0,0.5);
}

.gallery-wrap{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	display: flex;
	justify-content: space-between;
}

.gallery-arrow-prev,
.gallery-arrow-next{
	width: 100px;
	
	display: flex;
    justify-content: center;
    align-items: center;
	
	font-size: 30px;
	color: rgba(255,255,255,0.5);
	font-family: 'gallery';
	
	cursor: pointer;
}

@media(max-width: 900px){
	.gallery-arrow-prev,
	.gallery-arrow-next{
		width: 50px;
		background: rgba(0,0,0,0.1);
	}
}
.gallery-arrow-prev:hover,
.gallery-arrow-next:hover{
	background: rgba(0,0,0,0.3);
	color: rgba(255,255,255,1);
}

.gallery-picture-wrap{
	width: 100%;
	
	display: flex;
    justify-content: center;
    align-items: center;
	
	position: relative;
}

.gallery-picture{
	max-width: 1000px;
	max-height: 1000px;
	
	display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-images{
	max-width: 100%;
	max-height: 100vh;
}

.gallery-close{
	position: absolute;
	z-index: 101;
	top: 5px;
	right: 5px;
	
	padding: 10px 15px;
	
	font-size: 30px;
	color: rgba(255,255,255,0.5);
	font-family: 'gallery';
	
	cursor: pointer;
}

@media(max-width: 900px){
	.gallery-close{
		background: rgba(0,0,0,0.1);
	}
}
.gallery-close:hover{
	background: rgba(0,0,0,0.3);
	color: rgba(255,255,255,1);
}








/* End */
/* /local/components/shop/news.detail/templates/.default/style.css?17516343701314 */
/* /local/components/shop/gallery/css/style.css?1751634370419 */
/* /local/components/shop/gallery/templates/.default/style.css?17516343701650 */
