

/* Start:/local/templates/johnblack/template_styles.css?17235553014736*/
body {
	background-color: rgb(255, 255, 255) !important;
	color: rgb(0, 0, 0) !important;
}


@media (min-width: 1400px) {
	.container {
		max-width: 1440px !important;
	}
}


#main {
	margin-top: 50px;
}

.main-right{
max-height: 90vh;
}


/*top menu*/
header {
	z-index: 1000;
	/* position: relative; */
	background-color: #ffffffed;
	position: absolute;
	/* Сделайте его липким/фиксированным */
	top: 0;
	/* Оставайтесь на вершине */
	width: 100%;
	/* Полная ширина */
	transition: top 0.3s, position 0.13s;
	/* Эффект перехода при скольжении вниз (и вверх) */
}




.menu-toggler {
	align-items: center;
}

.top-menu-pah {
	max-width: 300px;
}

.header-menu .menu-item {
	margin: 15px;
}

.header-menu .menu-item a {
	color: #8E8D8B;
	text-decoration: none;
}

.header-menu .menu-item a:hover {
	color: rgb(0, 0, 0);

}

.header-menu .menu-item-instagram {
	margin-left: 15px;
}

.header-menu .menu-item-instagram a {
	color: rgb(0, 0, 0);
	font-weight: bold;
	text-decoration: none;
	display: flex;
	align-items: center;
}

.head-mob-menu-content-pah {
	background-color: rgb(255, 255, 255) !important;
}


.menu-wrapper-mob .menu-wrapper__inner .menu-item {
	margin: 5px;
	margin-top: 15px;
	margin-bottom: 15px;

}

.menu-wrapper-mob .menu-wrapper__inner .menu-item a {
	color: #8E8D8B;
	text-decoration: none;
	font-size: 24px;
}


.insta-mob {
	width: 100%;
	justify-content: flex-end;
	padding-right: 15px;
}

@media (max-width: 768px) {
	header {
		position: relative;
	}

	#main {
		margin-top: 70px;
	}
}




/*left menu*/

.left-menu {
	position: fixed;
	height: 100%;
}


.left-menu .menu-item {
	margin: 15px;
}

.left-menu .menu-item a {
	color: #8E8D8B;
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
}

.left-menu .menu-item a:hover {
	color: rgb(0, 0, 0);

}

#block-detail-pabe-picture-name {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	max-width: 220px;
}

#block-detail-pabe-picture-description {
	font-style: italic;
	margin-bottom: 20px;
	margin-top: 5px;
	max-width: 220px;
}

/* END  left menu*/




/*mob-menu-catalog*/

.mob-menu-catalog .menu-item {
	padding-top: 25px;
	padding-bottom: 25px;
	margin-left: 5px;
	margin-right: 5px;
	border-top: 1px solid #8E8D8B;

}

.mob-menu-catalog .menu-item a {
	color: #000000;
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
	display: flex;
	justify-content: space-between;
}

/* END  mob-menu-catalog*/





/*  news-item  */
.news-item .preview_picture {
	max-width: 100%;
}

/* END  news-item*/





/*  detail page  */

.detail-name-mob {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	max-width: 220px;
}

.detail-descr-mob {
	font-style: italic;
	margin-bottom: 20px;
	margin-top: 5px;
	max-width: 220px;
}



.news-detail img {
	max-width: 100%;
}


/*  detail page  */





.image-container {
	width: 73px;
	height: 72px;
	background-size: cover;
	background-position: center;
	cursor: pointer;
	border: none;
}

@media (max-width: 800px) {
	.fixed-bottom {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
		padding: 10px;
		display: flex;
		justify-content: center;
		display: none; /* Скрыть по умолчанию */
	}
}

@media (min-width: 801px) {
	#fixed-container {
		display: none !important;
	}
}

/* Стиль для модального окна */
#videoModal, #photoModal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1050;
	background: white;
	padding: 20px;
	box-shadow: 0 5px 15px rgba(0,0,0,.5);
}

@media (max-width: 800px) {
	#videoModal, #photoModal {
		width: 100%;
		height: auto;
		top: 0;
		left: 0;
		transform: none;
		padding: 0;
		box-shadow: none;
	}
	#videoFrame, #photoFrame {
		width: 100%;
		height: auto;
	}
	#videoModal button, #photoModal button {
		bottom: 10px;
		width: 90%;
	}
}

#block-detail-page-second-photo,
#block-detail-page-third-photo,
#block-detail-page-second-photo-m,
#block-detail-page-third-photo-m {
	width: 73px; 
	height: 72px;
	border: none; 
	cursor: pointer; 
	background-size: cover;
	background-position: center;
}

.has-content {
	background: rgba(255, 255, 255, 0.9);
	display: flex !important; /* Показывать только если есть контент */
}



@media (max-width: 780px) {}

@media (min-width: 1px) {}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {}


@media (min-width: 800px) {
	.detail-mob {
		display: none; /* Показываем iframe на экранах <= 800px */
	}
}

.menu-item-sidebar a {
	display: block;
	line-height: 40px;
}
/* End */
/* /local/templates/johnblack/template_styles.css?17235553014736 */
