

/* Start:/local/templates/vodopad_adaptiv_bs4/components/bitrix/system.pagenavigation/.default/style.css?15869570312431*/
.pagination-wrap {
	display: flex;
	justify-content: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pagination-row {
	display: inline-flex;
	flex-wrap: wrap;
	width: auto;
	height: 30px;
	justify-content: space-between;
	font-size: 12px;
}

.pagination-row a {
	text-decoration: none;
}

.pn-nav {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	transition: 0.25s;
	padding: 5px 12px;
	height: 30px;
}

.pn-group {
	display: flex;
	justify-content: space-between;
}

.pn-pagers {
	display: flex;
	align-items: center;
}

.pn-pager {
	border-radius: 0;
	margin-left: 1px;
	margin-right: 1px;
}

.pn-lightgray_bg {
	background: #d4dfe3;
	color: #fff;
}

.pn-lightgray_bg:hover {
	background: #849099;
}

.pn-blue_bg {
	background: #276075;
	color: #fff;
}

.pn-blue_bg:hover {
	background: #1a414f;
}

.pn-gray_bg {
	background: #e9eff1;
	color: #276075;
}

.pn-gray_bg:hover {
	background: #d4dfe3;
}

.pn-active {
	background: #d4dfe3;
}

.pn-disabled,
.pn-disabled:hover {
	opacity: 0.3;
	cursor: default;
	background: #e9eff1;
}

.pn-prev,
.pn-next {
	width: 30px;
	height: 30px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pn-prev {
	margin-left: 10px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.pn-next {
	margin-right: 10px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pn-chevron {
	height: 10px;
}

.load-more {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #e9eff1;
	color: #276075;
	padding: 20px 25px;
	border-radius: 5px;
	transition: 0.25s;
	margin-bottom: 15px;
}

.load-more:hover {
	background: #dee4e6;
}

.lm-muted {
	color: rgba(39, 96, 117, 0.51);
}

.pagination-fixed {
	position: fixed;
	bottom: -1px;
	border: 1px solid #c5c5c5;
	padding: 5px;
	background: #fff;
	border-radius: 3px 3px 0 0;
	z-index: 99;
}

.pagination-wrap .pn-prev, .pagination-wrap .pn-next {
	margin: 0;
}

.top-button {
	margin-left: 5px;
	width: 30px;
	background: url(/local/templates/vodopad_adaptiv_bs4/components/bitrix/system.pagenavigation/.default/img/upward.png);
	border: 1px solid #c5c5c5;
	border-radius: 3px;
}

@media (max-width: 660px) {
	.pagination-row {
		height: auto;
		flex-direction: column;
		align-items: center;
	}

	.pn-first {
		margin-bottom: 7px;
	}

	.pn-last {
		margin-top: 7px;
	}
}

@media (max-width: 440px) {
	.hidden-xxs {
		display: none;
	}
}
/* End */


/* Start:/local/templates/vodopad_adaptiv_bs4/components/bitrix/news.list/vodopad.promo/style.css?15639483042644*/
.action-page img {
	max-width: 100%;
}

.action-page {
	background: #faf6ec;
	padding: 15px;
	margin-bottom: 15px;
}

.action-page .action-banner {
	margin-bottom: 15px;
}

.action-page .action-separator {
	margin: 25px 0 ;
	width: 100%;
	height: 1px;
	border-bottom: 3px dashed #fff;
}

.action-page .action-section {
	font-size: 15px;
}

.action-page .action-ul > li {
	margin-bottom: 10px;
}

.action-page .action-section a {
	text-decoration: none;
	position: relative;
}

.action-page .action-section a:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 0;
	height: 1px;
	background-color: #276075;
	transition: 0.3s;
}

.action-page .action-section a:hover {
	color: #222;
}

.action-page .action-section a:hover:before {
	width: 80px;
}

.action-page .action-ul {
	list-style: circle;
	padding-left: 15px;
}

.action-page .is-txt-cntr {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.action-page .action-item {
	margin: 0 7px;
}

.action-page .hit-itm {
	max-width: 220px;
}

.action-page .hit-itm-dscrp {
	padding: 0 10px;
}

.action-page .jcfs {
	justify-content: flex-start;
}

.action-list a {
	text-decoration: none !important;
}

.action-list img {
	max-width: 100%;
}

.action-block {
	background-color: #f9f9fb;
	padding: 25px;
	box-sizing: border-box;
}

.action-list .action {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #eeecec;
	box-shadow: 1px 1px 3px 1px #eeececbb;

	max-width: 270px;

	height: 100% !important;

	border-top: 5px solid #276075ee;
}

.action-list .action:nth-child(2n) {
	border-top: 5px solid #b7c63aee;
}

.action-list .action-title {
	text-align: center;
	height: 60px;
}

.action-list .img-wrap {
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}

.action-list .action-description {
	position: absolute;
	left: 0;
	bottom: -100%;
	background: #276075;
	color: #fff;
	padding: 25px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 14px;
	text-shadow: 0 0 0 #00000033, 1px 0 0 #00000033, 0 1px 0 #00000033;

	transition: 0.5s;
}

.action-list .action:nth-child(2n) .action-description {
	background: #b7c63a;
}

.action-list .action:hover .action-description {
	bottom: 0;
}

.action-list .img-wrap .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.action-list .action-img {
	opacity: 0.8;
	border: 1px solid #f5f5f5;

	width: 100%;
}

.action-list .action-title {
	margin-bottom: 10px;
	font-size: 110%;
	color: #276075;
}
/* End */


/* Start:/local/templates/vodopad_adaptiv_bs4/components/bitrix/news.line/.default/style.css?1563948304736*/
.news-date-time {
	color:#486DAA;
	font-size: 10px;
}
.news-detail h1 {
	border-bottom: 1px dashed #C2C2C2;
		padding: 11px 0 8px 0;
	margin: 0 0 12px 0;
	font-size: 21px;
}
.news-detail h2 {
	font-size: 18px;
		margin: 21px 0 0;
}
.news-detail h3 {
	font-size: 17px;
}
.news-detail h4 {
	color: #2d2d2d;
	font-size: 15px;
	padding: 0;
}
.news-detail {
	font-size: 17px;
}
.news-detail p {
	font-size: 17px;
	margin: 5px 0;
}
.news-detail img  {
	margin: 7px;
}
.news-back {
	font: normal 11px Arial !important;
}
.news-time {
	font-size: 12px;
	font-style: italic;
	padding: 5px 0;
	margin: 20px 0 0;
}
.news-detail .galery-n img {
	text-align: center;
	 margin: 1%;
	 box-shadow: 0 0 1px #9c9c9c;
	 width:47%;
	 vertical-align: top;
}
/* End */
/* /local/templates/vodopad_adaptiv_bs4/components/bitrix/system.pagenavigation/.default/style.css?15869570312431 */
/* /local/templates/vodopad_adaptiv_bs4/components/bitrix/news.list/vodopad.promo/style.css?15639483042644 */
/* /local/templates/vodopad_adaptiv_bs4/components/bitrix/news.line/.default/style.css?1563948304736 */
