

/* Start:/local/templates/artgor/components/bitrix/news/museum_page_history/bitrix/news.list/rounding_off_top/style.css?17490337064942*/
.artists-page {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 30px;
	margin: 40px 0 0 0;
}

.artists-page__header {
	display: flex;
	align-items: flex-start;
	gap: 40px;
	width: 100%;
}

.artists-page__header-main {
	display: flex;
	flex-direction: column;
	gap: 90px;
	flex: 1;
	flex-shrink: 0;
}

.artists-page__title {
	font-family: FrizQuadrata;
	font-size: 40px;
	margin: 0;
	text-transform: uppercase;
	transition: all .2s;
}

.artists-page__description {
	font-size: 18px;
	margin: 0;
	padding-right: 28px;
	transition: all .2s;
}

.artists-page__cover-wrapper {
	display: flex;
	flex: 1;
	flex-shrink: 0;
}

.artists-page__cover {
	width: 100%;
}

.artists-page__artists {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 40px;
	row-gap: 60px;
	width: 100%;
	transition: all .2s;
}

/* Artist Item */

.artist-item {
	display: grid;
	grid-template-rows: auto 1fr;
	row-gap: 20px;
	transition: all .2s;
	line-height: 1.5;
}

.artist-item__main {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	width: 100%;
}

.artist-item__image-wrapper {
	position: relative;
	display: flex;
	justify-content: center;
	max-height: 420px;
	border-radius: 8px;
	overflow: hidden;
}

.artist-item__image-blur {
	position: absolute;
	justify-self: center;
	top: 0;
	left: 0;
	height: 100%;
	filter: blur(10px);
	opacity: 0.8;
	transform: scale(2);
	z-index: 1;
}

.artist-item__image {
	height: 100%;
	z-index: 2;
}

.artist-item__name {
	font-family: FrizQuadrata;
	font-size: 32px;
	line-height: 1.3;
	transition: all .2s;
}

.artist-item__job {
	font-size: 20px;
	font-weight: 100;
	color: #707070;
	transition: all .2s;
}

.artist-item__description {
	font-size: 16px;
	transition: all .2s;
}

.artist-item__info {
	display: grid;
	grid-template-rows: auto 1fr;
	flex: 1;
	flex-shrink: 0;
	gap: 10px;
}

@media (max-width: 1200px) {
	.artists-page__header-main {
		gap: 72px;
	}

	.artists-page__title {
		font-size: 54px;
	}

	.artist-item__image-wrapper {
		max-height: 280px;
	}
}

@media (max-width: 991px) {
	.artists-page__header-main {
		gap: 48px;
	}

	.artists-page__description {
		font-size: 16px;
	}

	.artist-item__name {
		font-size: 26px;
	}

	.artist-item__job {
		font-size: 18px;
	}

	.artist-item__description {
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.artists-page__header {
		flex-direction: column;
		gap: 24px;
	}

	.artists-page__description {
		padding-right: 0;
	}

	.artists-page__title {
		font-size: 40px;
	}

	.artists-page__header-main {
		gap: 32px;
	}

	.artists-page__artists {
		grid-template-columns: repeat(1, 1fr);
	}

	.artist-item__image-wrapper {
		max-height: 540px;
	}

	.artist-item__name {
		font-size: 32px;
	}

	.artist-item__description {
		font-size: 16px;
	}
}

@media (max-width: 600px) {
	.artists-page__header {
		gap: 16px;
	}

	.artists-page__title {
		font-size: 32px;
	}

	.artists-page__artists {
		gap: 32px;
	}

	.artist-item {
		gap: 24px;
	}

	.artist-item__main {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr auto;
	}

	.artist-item__name {
		font-size: 24px;
	}

	.artist-item__job {
		font-size: 14px;
	}

	.artist-item__description {
		font-size: 14px;
	}
}

.artists-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.artist-card {
	width: calc(33% - 20px);
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	/*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
	transition: transform 0.3s ease;
}

.artist-card:hover {
	transform: scale(1.02);
}

.artist-image {
	position: relative;
	overflow: hidden;
	border-top-left-radius: 220px;
	border-top-right-radius: 220px;
}

.artist-image img {
	width: 100%;
	height: 550px;
	display: block;
	object-fit: cover;
	border-top-left-radius: 220px;
	border-top-right-radius: 220px;
}

.artist-info {
	padding: 15px;

}

.artist-info p.fio {
	font-family: FrizQuadrata;
	font-size: 25px;
	line-height: 1.3;
	transition: all .2s;
}

.artist-info p.fio a {
	color: unset;
	font-family: FrizQuadrata;
	font-weight: unset;
	line-height: 1.3;
	transition: all .2s;
}


.artist-info p {
	margin-bottom: 10px;
	color: #666;
}

.details-link {
	color: #e74c3c; /* Цвет ссылки */
	text-decoration: none;
	font-weight: bold;
}

.details-link:hover {
	text-decoration: underline;
}

/* Медиа-запросы для мобильной версии */
@media (max-width: 768px) {
	.artist-card {
		width: 100%; /* Полная ширина экрана */
	}
}
.errortext {
	display: none!important;
}
.page-history__subtitle_museum {
	margin-bottom: 8px;
	font-size: 24px;
	font-weight: 700;
	color: black;
	margin-top: 25px;
}
/* End */


/* Start:/local/templates/artgor/components/bitrix/news/history/bitrix/news.list/rounding_off_top/style.css?17490337064820*/
.artists-page {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 30px;
	margin: 40px 0 0 0;
}

.artists-page__header {
	display: flex;
	align-items: flex-start;
	gap: 40px;
	width: 100%;
}

.artists-page__header-main {
	display: flex;
	flex-direction: column;
	gap: 90px;
	flex: 1;
	flex-shrink: 0;
}

.artists-page__title {
	font-family: FrizQuadrata;
	font-size: 40px;
	margin: 0;
	text-transform: uppercase;
	transition: all .2s;
}

.artists-page__description {
	font-size: 18px;
	margin: 0;
	padding-right: 28px;
	transition: all .2s;
}

.artists-page__cover-wrapper {
	display: flex;
	flex: 1;
	flex-shrink: 0;
}

.artists-page__cover {
	width: 100%;
}

.artists-page__artists {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 40px;
	row-gap: 60px;
	width: 100%;
	transition: all .2s;
}

/* Artist Item */

.artist-item {
	display: grid;
	grid-template-rows: auto 1fr;
	row-gap: 20px;
	transition: all .2s;
	line-height: 1.5;
}

.artist-item__main {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	width: 100%;
}

.artist-item__image-wrapper {
	position: relative;
	display: flex;
	justify-content: center;
	max-height: 420px;
	border-radius: 8px;
	overflow: hidden;
}

.artist-item__image-blur {
	position: absolute;
	justify-self: center;
	top: 0;
	left: 0;
	height: 100%;
	filter: blur(10px);
	opacity: 0.8;
	transform: scale(2);
	z-index: 1;
}

.artist-item__image {
	height: 100%;
	z-index: 2;
}

.artist-item__name {
	font-family: FrizQuadrata;
	font-size: 32px;
	line-height: 1.3;
	transition: all .2s;
}

.artist-item__job {
	font-size: 20px;
	font-weight: 100;
	color: #707070;
	transition: all .2s;
}

.artist-item__description {
	font-size: 16px;
	transition: all .2s;
}

.artist-item__info {
	display: grid;
	grid-template-rows: auto 1fr;
	flex: 1;
	flex-shrink: 0;
	gap: 10px;
}

@media (max-width: 1200px) {
	.artists-page__header-main {
		gap: 72px;
	}

	.artists-page__title {
		font-size: 54px;
	}

	.artist-item__image-wrapper {
		max-height: 280px;
	}
}

@media (max-width: 991px) {
	.artists-page__header-main {
		gap: 48px;
	}

	.artists-page__description {
		font-size: 16px;
	}

	.artist-item__name {
		font-size: 26px;
	}

	.artist-item__job {
		font-size: 18px;
	}

	.artist-item__description {
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.artists-page__header {
		flex-direction: column;
		gap: 24px;
	}

	.artists-page__description {
		padding-right: 0;
	}

	.artists-page__title {
		font-size: 40px;
	}

	.artists-page__header-main {
		gap: 32px;
	}

	.artists-page__artists {
		grid-template-columns: repeat(1, 1fr);
	}

	.artist-item__image-wrapper {
		max-height: 540px;
	}

	.artist-item__name {
		font-size: 32px;
	}

	.artist-item__description {
		font-size: 16px;
	}
}

@media (max-width: 600px) {
	.artists-page__header {
		gap: 16px;
	}

	.artists-page__title {
		font-size: 32px;
	}

	.artists-page__artists {
		gap: 32px;
	}

	.artist-item {
		gap: 24px;
	}

	.artist-item__main {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr auto;
	}

	.artist-item__name {
		font-size: 24px;
	}

	.artist-item__job {
		font-size: 14px;
	}

	.artist-item__description {
		font-size: 14px;
	}
}

.artists-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.artist-card {
	width: calc(33% - 20px);
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	/*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
	transition: transform 0.3s ease;
}

.artist-card:hover {
	transform: scale(1.02);
}

.artist-image {
	position: relative;
	overflow: hidden;
	border-top-left-radius: 220px;
	border-top-right-radius: 220px;
}

.artist-image img {
	width: 100%;
	height: 550px;
	display: block;
	object-fit: cover;
	border-top-left-radius: 220px;
	border-top-right-radius: 220px;
}

.artist-info {
	padding: 15px;

}

.artist-info p.fio {
	font-family: FrizQuadrata;
	font-size: 25px;
	line-height: 1.3;
	transition: all .2s;
}

.artist-info p.fio a {
	color: unset;
	font-family: FrizQuadrata;
	font-weight: unset;
	line-height: 1.3;
	transition: all .2s;
}


.artist-info p {
	margin-bottom: 10px;
	color: #666;
}

.details-link {
	color: #e74c3c; /* Цвет ссылки */
	text-decoration: none;
	font-weight: bold;
}

.details-link:hover {
	text-decoration: underline;
}

/* Медиа-запросы для мобильной версии */
@media (max-width: 768px) {
	.artist-card {
		width: 100%; /* Полная ширина экрана */
	}
	.artist-info div.description {
		display:none;
	}
}

/* End */
/* /local/templates/artgor/components/bitrix/news/museum_page_history/bitrix/news.list/rounding_off_top/style.css?17490337064942 */
/* /local/templates/artgor/components/bitrix/news/history/bitrix/news.list/rounding_off_top/style.css?17490337064820 */
