

/* Start:/local/templates/fissman_fast/components/fiss/empty.template/media_page/style.css?17512914127119*/
:root {
	--page-base-font-color: #353743;
	--page-base-background-color: #fff;
	--media-background-color: #f3f3fb;
	--media-item-background-color: #fff;
	--photo-background-color: #fff;
}
.media_page {
	color: var(--page-base-font-color);
	background: var(--page-base-background-color);
}
.media_page h1,
.media_page h2 {
	font-size: 54px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 18px;
}
.media_page-description {
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 75px;
}
.media_page-media {
	background: var(--media-background-color);
	padding: 95px 0 80px;
}
.media_page-media_items {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.media_items-item {
	max-width: 324px;
	width: 100%;
	border-radius: 30px;
	text-align: center;
	overflow: hidden;
	margin-right: 10px;
}
.media_items-item:last-child {
	margin-right: 0;
}
.media_items-item a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #353743;
	background: var(--media-item-background-color);
	transition: all 300ms ease;
}
.media_items-item a:hover,
.media_items-item a:active,
.media_items-item a:focus {
	background: #353743;
	color: #fff;
}
.media_items-item_img {
	display: block;
	height: 324px;
	line-height: 324px;
	overflow: hidden;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}
.media_items-item:nth-child(1) .media_items-item_img {
	background: #fdf3d8;
}
.media_items-item:nth-child(2) .media_items-item_img {
	background: #d6e7fd;
}
.media_items-item:nth-child(3) .media_items-item_img {
	background: #fdf3d8;
}
.media_items-item:nth-child(4) .media_items-item_img {
	background: #cedbeb;
}
.media_items-item_img img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.media_items-item_name {
	display: block;
	font-size: 22px;
	font-weight: 700;
	padding-top: 19px;
	padding-bottom: 16px;
}
.media_items-item_description {
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 24px;
}
.media_items-item_link {
	display: block;
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 23px;
}
.media_items-item_link_L {}
.media_items-item_link_Y {
	font-weight: normal;
}
.media_items-item_link_Y span {
	font-weight: 700;
}
.media_items-item_link_Y:before {
	content: "";
	display: inline-block;
	vertical-align: baseline;
	width: 20px;
	height: 14px;
	background: url(/local/templates/fissman_fast/components/fiss/empty.template/media_page/images/yandex_disk.png) no-repeat center;
	margin-right: 5px;
}
.media_items-item_link_D:before {
	content: "";
	display: inline-block;
	vertical-align: sub;
	width: 14px;
	height: 20px;
	background: url(/local/templates/fissman_fast/components/fiss/empty.template/media_page/images/pdf.png) no-repeat center;
	margin-right: 5px;
}

.media_page-photo {
	background: var(--photo-background-color);
	padding: 49px 0 186px;
}
.media_page-photo .media_page-description {
	margin-bottom: 30px;
}
.media_page-photo_links {
	margin-bottom: 70px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.media_page-photo_links a {
	display: block;
	width: 200px;
	height: 60px;
	line-height: 56px;
	border: 2px solid #353743;
	border-radius: 10px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	color: #353743;
	transition: all 300ms ease;
}
.media_page-photo_links a.media_page-photo_link1 {
	margin-right: 20px;
	font-weight: normal;
}
.media_page-photo_links a.media_page-photo_link1 span {
	font-weight: 700;
}
.media_page-photo_links a.media_page-photo_link1:before {
	content: "";
	display: inline-block;
	vertical-align: sub;
	width: 24px;
	height: 24px;
	background: url(/local/templates/fissman_fast/components/fiss/empty.template/media_page/images/folder.png) no-repeat center;
	margin-right: 5px;
}
.media_page-photo_links a:hover,
.media_page-photo_links a:active,
.media_page-photo_links a:focus {
	background-color: #353743;
	color: #fff;
}
.media_page-photo_sections {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.photo_sections-item {
	max-width: 338px;
	width: 100%;
	margin-right: 1px;
}
.photo_sections-item:last-child {
	margin-right: 0;
}
.photo_sections-item_name {
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #353743;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
}
.photo_sections-item:first-child .photo_sections-item_name {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.photo_sections-item:last-child .photo_sections-item_name {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.photo_sections-links {
	list-style: none;
	max-height: 100%;
	overflow: hidden;
	transition: all 300ms ease;
}
.photo_sections-links li {
	margin-bottom: 10px;
	height: 80px;
}
.photo_sections-links li a {
	display: block;
	width: 100%;
	padding: 18px 27px 18px 60px;
	text-decoration: none;
	color: #353743;
	font-size: 18px;
	font-weight: 500;
	background: url(/local/templates/fissman_fast/components/fiss/empty.template/media_page/images/folder.png) no-repeat 22px 18px;
	transition: all 300ms ease;
}
.photo_sections-links li a:hover,
.photo_sections-links li a:active,
.photo_sections-links li a:focus {
	background-color: #f5f5f5;
}
.photo_sections-links.hidden_links {
	max-height: 0;
}
.photo_sections-links_show {
	padding-left: 22px;
	margin-bottom: 40px;
}
.photo_sections-links_show a {
	color: #114ef6;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
}
.photo_sections-links_show a:hover,
.photo_sections-links_show a:active,
.photo_sections-links_show a:focus {
	text-decoration: underline;
}

@media (max-width: 1100px) {
	.media_page-media_items {
		flex-wrap: wrap;
	}
	.media_items-item {
		max-width: 48%;
		margin-bottom: 20px;
	}
	.media_items-item:nth-child(2) {
		margin-right: 0;
	}
	.media_page-photo_sections {
		flex-wrap: wrap;
	}
	.photo_sections-item {
		max-width: 49%;
	}
	.photo_sections-item:nth-child(2) .photo_sections-item_name {
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.photo_sections-item:nth-child(3) .photo_sections-item_name {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}
}

@media (max-width: 730px) {
	.media_page h1,
	.media_page h2 {
		font-size: 36px;
		margin-top: 0;
	}
	.media_page-description {
		font-size: 16px;
		margin-bottom: 32px;
	}
	.media_page-media {
		padding: 38px 0 63px;
	}
	.media_items-item {
		max-width: 100%;
		margin: 0 0 16px;
	}
	.media_items-item_img {
		height: 285px;
		line-height: 285px;
	}
	.media_items-item_name {
		padding-top: 20px;
		padding-bottom: 8px;
	}
	.media_items-item_description {
		font-size: 18px;
		margin-bottom: 16px;
	}
	.media_page-photo {
		padding: 43px 0 74px;
	}
	.media_page-photo_links {
		flex-wrap: wrap;
		margin-bottom: 50px;
	}
	.media_page-photo_links a {
		width: 100%;
		margin-bottom: 16px;
	}
	.media_page-photo_links a.media_page-photo_link1 {
		margin-right: 0;
	}
	.photo_sections-item {
		max-width: 100%;
		margin-bottom: 16px;
	}
	.photo_sections-item_name {
		border-radius: 10px;
	}
	.photo_sections-links li {
		height: auto;
		margin-bottom: 0;
	}
	.photo_sections-links li a {
		font-size: 16px;
		padding: 8px 7px 8px 50px;
		background-position: 12px 6px;
	}
	.photo_sections-links_show {
		padding-top: 10px;
		padding-left: 12px;
		margin-bottom: 0;
	}
}
/* End */
/* /local/templates/fissman_fast/components/fiss/empty.template/media_page/style.css?17512914127119 */
