.btn-reverse {
	background: transparent;
	border: 1px solid #c00505;
	color: #c00505
}

.btn-reverse:not(:last-child) {
	margin-bottom: 10px
}

.btn-reverse:hover {
	background: #c00505;
	color: #fff
}

.dataset__tools {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ececec
}

.view-switcher__list {
	display: flex
}

.view-switcher__button {
	color: #ababab;
	border: 1px solid #ececec;
	background-color: #fff;
	font-size: 16px;
	width: 30px;
	height: 30px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0
}

.view-switcher__button:first-child {
	border-radius: 2px 0 0 2px;
	border-right: 0
}

.view-switcher__button:last-child {
	border-radius: 0 2px 2px 0;
	border-left: 0
}

.view-switcher__button:hover,
.view-switcher__button:focus,
.view-switcher__button:active {
	border: 1px solid #c00505;
	background-color: #c00505;
	color: #fff;
	outline: 0
}

.view-switcher__button--active {
	border: 1px solid #c00505;
	background-color: #c00505;
	color: #fff
}

.sorting-tool .sorting-caption {
	font-weight: bold
}

.sorting-tool .btn-sort {
	border: 1px solid #b3b3b3;
	background-color: #fff;
	padding: 5px 15px;
	margin-left: 10px;
	border-radius: 2px
}

.sorting-tool .sort-dropdown-menu {
	right: 0
}

.datasets__list {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch
}

.dataset__item {
	position: relative;
	padding: 15px 20px;
	margin-bottom: 25px;
	overflow: hidden;
	box-shadow: 0 0 10px 0 #ddd;
	transition: all .5s ease;
	background: #fff;
	width: 100%
}

.dataset__item:hover {
	box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.3);
	transition: all .5s ease
}

.dataset__item-top {
	display: flex;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ececec
}

.dataset__item-middle {
	display: flex;
	justify-content: space-between
}

.dataset__item-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #ececec;
	margin-top: 15px;
	padding-top: 15px
}

.dataset__type {
	padding: 3px 10px;
	line-height: 26px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: white
}

.dataset__type.red {
	background-color: #c00505
}

.dataset__type.aqua {
	background-color: aqua
}

.dataset__type.lightblue {
	background-color: #00BFFF
}

.dataset__type.blue {
	background-color: #1E90FF
}

.dataset__icon {
	margin-right: 10px;
	width: 55px
}

.dataset__link {
	display: inline-block
}

.dataset__link:hover {
	color: #c00505
}

.dataset__name {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 5px;
	color: #000
}

.dataset__teaser {
	margin-bottom: 10px
}

.dataset__format {
	font-size: 12px;
	display: inline-block;
	padding: 3px 7px;
	border: 1px solid #ddd;
	margin-left: 10px;
	cursor: pointer
}

.dataset__format:hover {
	color: #fff;
	background: #c00505
}

.dataset__format.red {
	border-color: #c00505;
	color: #c00505
}

.dataset__format.red:hover {
	background: #c00505;
	color: #fff
}

.dataset__format.wms {
	border-color: #f99f7e;
	color: #f99f7e
}

.dataset__format.wms:hover {
	background: #f99f7e;
	color: #fff
}

.dataset__format.tms {
	border-color: #fcdb5c;
	color: #fcdb5c
}

.dataset__format.tms:hover {
	background: #fcdb5c;
	color: #fff
}

.dataset__format.rastrtile {
	border-color: #67e0e3;
	color: #67e0e3
}

.dataset__format.rastrtile:hover {
	background: #67e0e3;
	color: #fff
}

.dataset__format.geojson {
	border-color: #37a2da;
	color: #37a2da
}

.dataset__format.geojson:hover {
	background: #37a2da;
	color: #fff
}

.dataset__format.blue {
	border-color: blue;
	color: blue
}

.dataset__format.blue:hover {
	background: blue;
	color: #fff
}

.dataset__format.map {
	border: 1px solid #c00505;
	border-radius: 2px;
	font-size: 14px;
	background: #c00505;
	color: #fff
}

.dataset__format.map:hover {
	background: transparent;
	color: #c00505
}

.dataset__right-nav {
	display: flex;
	flex-direction: column;
	align-items: flex-end
}

.dataset__right-nav a {
	width: 130px;
	text-align: center;
	padding: 5px
}

.dataset__right-nav a i {
	margin-right: 3px
}

.dataset__left-list .caption {
	font-size: 14px;
	width: 150px;
	display: block;
	color: #000;
	float: left;
	font-weight: 700
}

.dataset__left-list .description {
	overflow: hidden;
	display: block;
	font-size: 14px
}

.datasets__grid {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.datasets__grid .dataset__item-top {
	padding-bottom: 8px;
	margin-bottom: 10px
}

.datasets__grid .opendata__icon {
	display: none
}

.datasets__grid .opendata__name {
	font-size: 18px
}

.datasets__grid .dataset__item {
	width: 31%;
	display: flex;
	flex-direction: column
}

.datasets__grid .dataset__item-middle {
	flex-direction: column;
	flex-grow: 1
}

.datasets__grid .dataset__right-nav {
	margin-top: 10px
}

.datasets__grid .dataset__right-nav .btn {
	width: 100%
}

.datasets__gallery {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 20px
}

.dataset__gallery-item {
	flex: 25%;
	max-width: 25%;
	padding: 0 5px;
	margin-bottom: 10px;
	position: relative
}

.dataset__gallery-item .dataset__gallery-img:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5)
}

.dataset__gallery-item .dataset__gallery-info {
	display: block;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 99;
	color: #fff;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center
}

.dataset__gallery-item:hover .dataset__gallery-img:after {
	background-color: rgba(0, 0, 0, 0.2)
}

.dataset__gallery-item:hover .dataset__gallery-info {
	color: #000
}

.dataset__map-gallery {
	position: absolute;
	left: 10px;
	top: 5px;
	background-color: #c00505;
	color: #fff;
	border-radius: 2px;
	z-index: 100;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center
}

.dataset__map-gallery:hover {
	color: #fff
}

.dataset__card-gallery {
	position: absolute;
	left: 45px;
	top: 5px;
	background-color: #c00505;
	color: #fff;
	border-radius: 2px;
	z-index: 100;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center
}

.dataset__card-gallery:hover {
	color: #fff
}

.dataset__gallery-img {
	height: 200px;
	display: block;
	position: relative
}

.dataset__gallery-info {
	display: none
}

.filter-block .filter-simple-block .select2-choice {
	border-radius: 0;
	border: 1px solid #dde6ef;
	background: #fbfdff;
	height: 40px;
	display: flex;
	align-items: center
}

.filter-block .filter-simple-block .select2-container .select2-choice .select2-arrow b {
	padding: 11px 0
}

.filter-block .filter-simple-block .form-control {
	border-radius: 0;
	border: 1px solid #dde6ef;
	background: #fbfdff;
	height: 40px;
	display: flex;
	align-items: center;
	box-shadow: none
}

.select2-drop-active,
.select2-container-multi.select2-container-active .select2-choices,
.select2-container-multi.select2-dropdown-open .select2-choices {
	border: solid 1px #c00505
}

.select2-results .select2-highlighted {
	background-color: #c00505
}

.filter-actions .btn-default {
	border: 1px solid #ececec
}

.filter-simple-block {
	border: 1px solid #ececec;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 15px;
	background-color: #fff
}

.filter-simple-block .btn.btn-group {
	padding: 0
}

.filter-simple-block hr {
	display: none
}

.filter-simple-block h4 {
	margin-top: 0;
	color: #000;
	font-size: 17px;
	padding-bottom: 14px;
	border-bottom: 1px solid #ececec;
	margin-bottom: 20px
}

.filter-simple-block .filter-type-date .form-control {
	height: 40px
}

.filter-simple-block .tag-list li a {
	background-color: #e8edf1;
	padding: 5px 10px;
	font-size: 12px;
	color: #000;
	display: inline-block;
	margin-bottom: 8px
}

.filter-simple-block .tag-list li a:hover {
	background-color: #78909C;
	color: #fff
}

.filter-item {
	margin-bottom: 0
}

.checkbox>label:before {
	left: 20px
}

.checkbox>label:after {
	left: 20px
}

.label-info {
	background-color: #c00505
}

.filter-selected-item {
	background: #009932;
	color: #fff;
	border: solid 1px #fff;
	border-radius: 2px
}

.filter-selected-item-remove {
	background-color: #056725;
	color: #fff;
	padding: 3px 5px 0 2px;
	border-radius: 0 1px 1px 0
}

.filter-choose-block .btn-filter-clear {
	color: #000;
	cursor: pointer
}

.filter-choose-block .btn-filter-clear:hover {
	color: #c00505
}

.filter-choose-block .filter-simple-block {
	display: flex;
	flex-direction: column
}

.filter-choose-block .filter-title {
	order: 1
}

.filter-choose-block .filter-title h5 {
	margin-top: 0;
	font-size: 17px;
	color: #000
}

.filter-choose-block .filter-selected-group {
	order: 2
}

.filter-choose-block .filter-selected-group:empty~.filter-actions {
	display: none
}

.filter-choose-block .filter-selected-group:empty+.filter-title {
	display: none
}

.filter-choose-block .filter-actions {
	order: 3;
	margin-top: 10px
}

.filter-choose-block .filter-selected-item {
	background-color: #e8edf1;
	color: #000;
	border: none;
	font-size: 12px;
	font-weight: normal;
	border-radius: 10px;
	padding: 5px 28px 5px 12px;
	line-height: 14px
}

.filter-choose-block .filter-selected-item .filter-selected-item-name {
	background-color: #e8edf1;
	color: #000;
	border-radius: 10px;
	max-width: 200px;
	display: block;
	overflow: hidden
}

.filter-choose-block .filter-selected-item .filter-selected-item-remove {
	background-color: #e8edf1;
	color: #000;
	border-radius: 10px;
	padding: 5px 17px 5px 5px
}

.filter-site-block .filter-type-date .input-group-btn {
	height: 100%;
	padding: 0
}

.filter-site-block .filter-type-date .btn-default {
	padding: 13px 13px;
	height: 40px
}

.filter-site-block .filter-item .checkbox {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
	justify-content: space-between
}

.filter-site-block .filter-item .checkbox>label {
	line-height: 1;
	min-height: auto;
	width: 80%
}

.filter-site-block .filter-item .checkbox>label:before {
	top: -2px
}

.filter-site-block .filter-item .checkbox>label:after {
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 16px;
	top: -1px;
	left: 20px;
	padding-left: 3px;
	padding-top: 2px;
	font-size: 11px;
	color: #ffffff;
	background-color: #c00505;
	border-radius: 3px
}

.filter-site-block .filter-item .checkbox .label {
	order: 2;
	line-height: 1
}

.filter-site-block .filter-item .checkbox .label.count:after {
	content: ')'
}

.filter-site-block .filter-item .checkbox .label.count:before {
	content: '('
}

.filter-site-block .filter-item .checkbox .label.label-info {
	background: transparent;
	color: #000;
	padding: 0 .6em;
	font-weight: normal;
	font-size: 13px
}

.filter-site-block .filter-item .checkbox .label.pull-right {
	float: unset
}

.datasets__view {
	padding-bottom: 30px
}

.datasets__tools {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee
}

.dataset-block {
	margin-top: 60px
}

.metadata__tags {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -5px
}

.metadata__tag {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 3px 5px;
	border: 1px solid #eee;
	border-radius: 5px;
	font-size: 12px;
	color: #808080
}

.css_search_button {
	border-radius: 0
}

.search-form-group {
	width: 50%
}

.search_input {
	width: 100%;
	border-radius: 0;
	margin-bottom: 0 !important
}

.opendata__icon {
	width: 34px
}

.opendata__name {
	font-size: 20px
}

.filter-simple-block {
	font-size: 14px
}

.opendata-breadcrumbs-block {
	background-color: #eee;
	padding: 20px
}

.opendata-inner__aside {
	margin-top: 13px
}

.opendata-layer_caption {
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 28px
}

.opendata-tag {
	padding: 0 10px;
	background-color: #c00505;
	border: 1px solid #c00505;
	color: #fff;
	margin-right: 5px;
	display: inline-block
}

.opendata-tag:hover {
	color: #c00505;
	border: 1px solid #c00505;
	background-color: #fff
}

.opendata-wrapper {
	margin-top: 30px
}

.opendata-inner {
	padding-top: 40px;
	padding-bottom: 40px;
	color: #000
}

.opendata-inner__map {
	height: 400px;
	margin-bottom: 30px
}

.opendata-inner__map img {
	width: 100%;
	height: 100%
}

.opendata-inner__block {
	margin-bottom: 30px;
	padding: 0;
	border-radius: 5px
}

.opendata-inner__block img {
	display: block;
	min-width: 50%;
	max-width: 50%;
	height: auto;
	margin: 10px auto
}

.opendata-inner__block .btn .fa {
	padding-right: 5px
}

.opendata-inner__main-link {
	width: 80%;
	padding: 15px 10px;
	white-space: pre-wrap
}

.opendata-inner__block-head {
	width: 100%;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #ececec
}

.opendata-inner__info {
	font-weight: 700;
	text-align: center
}

.opendata-inner__name {
	display: inline-block;
	margin-bottom: 5px
}

.opendata-inner__email {
	display: block
}

.opendata-inner__email:hover {
	color: #c00505
}

span.a2a_svg {
	width: 40px;
	height: 40px;
	margin-right: 5px
}

.opendata-inner__content .nav-pills {
	margin-bottom: 30px;
	border-bottom: 1px solid #ececec
}

.opendata-inner__content .nav-link {
	padding: 10px 30px;
	font-weight: 700
}

.opendata-inner__content .nav-link:hover {
	color: #c00505;
	background: transparent
}

.opendata-inner__content .nav-link i {
	margin-right: 3px
}

.opendata-inner__content .nav-item {
	margin-bottom: -1px
}

.opendata-inner__content .nav-item.active {
	border-bottom: 1px solid #c00505
}

.opendata-inner__content .nav-item.active .nav-link {
	color: #c00505;
	background: transparent;
	border-radius: 0
}

.opendata-inner__main {
	margin-bottom: 40px
}

.opendata-inner__title {
	font-size: 18px;
	margin-bottom: 20px
}

.opendata-inner__description {
	font-size: 14px;
	line-height: 1.5
}

.opendata-inner__connection {
	margin-bottom: 40px
}

.opendata-inner__connection .connection-item {
	display: flex;
	padding: 10px 0
}

.opendata-inner__connection .connection-item:not(:last-child) {
	border-bottom: 1px solid rgba(196, 196, 196, 0.7)
}

.opendata-inner__connection .connection-text {
	width: 60%;
	font-size: 14px
}

.opendata-inner__connection .connection-btns {
	width: 40%;
	display: flex;
	justify-content: flex-end;
	align-items: center
}

.opendata-inner__connection .connection-link {
	border-radius: 2px;
	margin-left: 10px;
	transition: all 0s
}

.opendata-inner__connection .connection-link.disabled {
	cursor: default;
	color: #666;
	background: #eee;
	border-color: #999
}

.opendata-inner__connection .connection-link.disabled:hover {
	background: inherit;
	color: inherit
}

.opendata-inner__resources {
	margin-bottom: 40px
}

.opendata-inner__resources .btn {
	background: #c00505;
	color: #fff;
	border-radius: 2px;
	border: 1px solid transparent;
	margin-left: 10px
}

.opendata-inner__resources .btn:hover {
	color: #c00505;
	background: #fff;
	border-color: #c00505
}

.opendata-inner__resources .btn i {
	margin-right: 5px
}

.opendata-inner__res-item {
	margin: 0;
	padding-bottom: 15px;
	margin-bottom: 15px
}

.opendata-inner__res-item:not(:last-child) {
	border-bottom: 1px solid rgba(196, 196, 196, 0.7)
}

.opendata-inner__icon {
	max-width: 100%;
	height: auto;
	padding: 0;
	text-align: center
}

.opendata-inner__icon img {
	max-width: 40px
}

.opendata-inner__res-name {
	padding-left: 5px;
	font-size: 12px
}

.opendata-inner__buttons {
	display: flex;
	justify-content: flex-end;
	padding: 0
}

.opendata-inner__tags {
	margin-bottom: 40px;
	padding: 15px;
	background: #f2f2f2
}

.opendata-inner__tags .tag {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid #ddd;
	background-color: #fff;
	cursor: pointer
}

.opendata-inner__tags .tag:hover {
	border-color: #c00505
}

.opendata-inner__additional .ml-2 {
	display: inline-block;
	margin-left: 20px;
	font-size: 12px
}

.opendata-inner__additional a {
	font-size: 13px;
	color: #007bff;
	text-decoration: underline
}

.opendata-inner__additional a:hover {
	color: #c00505
}

.metadata__block {
	margin-bottom: 20px
}

.metadata__block p {
	font-size: 12px;
	margin: 0;
	text-align: justify
}

.metadata__title {
	font-size: 14px;
	margin-bottom: 7px
}

.form-group {
	margin-bottom: 0
}

.opendata-inner__row {
	display: flex;
	padding-bottom: 15px;
	margin-bottom: 15px
}

.opendata-inner__left {
	width: 40%
}

.opendata-inner__right {
	width: 60%
}

.opendata-inner__right span {
	padding: 4px 6px;
	border: 1px solid #eee;
	background: #f2f2f2;
	margin-right: 5px;
	border-radius: 5px
}

.opendata-inner__inspire {
	display: flex;
	flex-wrap: wrap
}

.inspire__block {
	position: relative;
	width: 150px;
	height: 130px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	font-size: 20px;
	padding: 15px 10px;
	font-size: 12px;
	text-transform: uppercase;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #000;
	transition: all .4s;
	-webkit-font-smoothing: antialiased
}

.inspire__block:hover span {
	color: #fff;
	transition: all .4s
}

.inspire__block:hover .ibgc {
	transform: rotateX(0);
	transition: all .4s
}

.inspire__block span {
	text-align: center;
	color: #000;
	transition: all .4s
}

.inspire__block .ibgc {
	z-index: -1;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 129px;
	transform: rotateX(90deg);
	transition: all .4s
}

.inspire-icon {
	width: 100%;
	text-align: center;
	margin-bottom: 10px
}

.inspire-icon img {
	margin: 0 auto
}

.opendata-inner__activity .logs {
	position: relative;
	margin-bottom: 25px;
	display: flex;
	align-items: stretch
}

.opendata-inner__activity .logs:not(:last-child):after {
	content: '';
	position: absolute;
	bottom: -45px;
	left: 14px;
	height: 100%;
	width: 2px;
	background: #ddd;
	z-index: -1
}

.opendata-inner__activity .icon {
	display: flex;
	align-items: center
}

.opendata-inner__activity .icon span {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	padding: 0;
	background: #c00505;
	border-radius: 0;
	display: flex;
	justify-content: center;
	align-items: center
}

.opendata-inner__activity .icon span i {
	font-size: 18px
}

.opendata-inner__activity .icon.update span {
	background: blue
}

.opendata-inner__activity .icon.insert span {
	background: green
}

.opendata-inner__activity p span {
	font-weight: 700
}

.opendata-inner__activity p a {
	color: #c00505
}

.opendata-inner__activity p a:hover {
	color: #a70404
}

.opendata-inner__activity .date {
	color: #ddd;
	font-size: 13px
}

@media screen and (max-width:1200px) {
	.opendata-inner__content .nav-pills {
		display: flex;
		flex-wrap: wrap
	}

	.opendata-inner__content .nav-item {
		width: 49%;
		text-align: center
	}
}

@media screen and (max-width:991px) {
	.opendata-inner__map+.opendata-inner__block {
		justify-content: space-around
	}

	.opendata-inner__block {
		display: flex;
		flex-wrap: wrap;
		justify-content: center
	}

	.opendata-inner__block img {
		min-width: 20px;
		max-width: 100px;
		margin-right: 10px;
		margin-left: 10px
	}

	.opendata-inner__name {
		width: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0
	}

	.opendata-inner__email {
		width: 50%;
		display: flex;
		align-items: center;
		justify-content: center
	}

	.opendata-inner__email i {
		margin-right: 5px
	}

	.opendata-inner__buttons {
		margin-top: 10px;
		justify-content: flex-end
	}

	.opendata-inner__main-link {
		margin-right: 10px
	}

	.opendata-inner__link-to {
		margin-right: 10px !important
	}

	.opendata-inner__info {
		display: flex;
		align-items: center
	}
}

@media screen and (max-width:400px) {
	.opendata-inner__main-link+div {
		width: 100%
	}

	a.opendata-inner__main-link {
		width: 100% !important;
		margin-right: 0
	}

	.opendata-inner__content .nav-pills {
		flex-direction: column
	}

	.opendata-inner__content .nav-item {
		width: 100%
	}

	.opendata-inner__content .nav-item .nav-link {
		padding: 10px 5px;
		height: 100%
	}
}

.dropdown-opendata {
	right: 0;
	left: unset
}

.dropdown-opendata .dropdown-item {
	padding: 5px 15px;
	display: block
}

.btn.disabled,
a.disabled {
	pointer-events: none;
	cursor: default;
	color: #666;
	background: #eee;
	border-color: #999
}

.btn.disabled:hover,
a.disabled:hover {
	background: #eee;
	border-color: #999;
	color: #666
}

.dataset__gallery-img img {
	max-width: 100%;
	height: 100%;
	object-fit: cover
}

.register-list-item {
	background: #fff;
	padding: 15px;
	margin-bottom: 20px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	display: block;
	color: #000
}

.register-list_title {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	display: flex;
	align-items: center
}

.register-icon img {
	width: 40px
}

.registr-list_bottom {
	border-top: 1px solid #eee;
	padding-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.registr-list_bottom .btn {
	border-radius: 0
}

.registr-list_bottom .btn:hover {
	color: #c00505
}

.register-title {
	font-weight: bold;
	margin: 0;
	padding-left: 10px
}

.register-title a {
	color: #000
}

.register-title a:hover {
	color: #c00505
}

.register-list_content {
	padding: 10px 0
}

.register-list_content div {
	margin-bottom: 5px
}

.register-text_bold {
	font-weight: bold
}

.register-tag {
	padding: 5px 10px;
	border: 1px solid #eee
}

.opendata-register_top {
	display: flex;
	justify-content: space-between;
	height: 400px;
	margin-top: 30px
}

.opendata-register_map {
	width: 60%;
	height: 100%;
	margin-right: 15px
}

.opendata-register_photo {
	width: 40%;
	margin-left: 15px
}

.opendata-register_photo img {
	height: 100%;
	width: 100%;
	object-fit: cover
}

.opendata-register_title {
	margin: 30px 0 20px 0
}

.opendata-register_tool {
	background-color: #eee;
	padding: 15px
}

.opendata-object_btn .btn {
	display: block;
	border-radius: 0
}

.register-nophoto {
	height: 400px;
	width: 100%;
	background-position: center;
	background-size: cover
}

.opendata-register__top {
	display: flex;
	align-items: center;
	margin: 25px 0 45px 0
}

.opendata-register__top .opendata-register__title {
	margin: 0 auto;
	font-size: 28px;
	text-transform: uppercase;
	text-align: center
}

.opendata-register__top .return-back {
	margin: 0;
	padding: 0
}

.object-img {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
	background-position: center
}

.object-img img {
	width: 100%
}

.object-map {
	height: 400px;
	position: relative
}

.object-map .map {
	height: 100% !important
}

.object-title-map {
	display: flex;
	width: 100%;
	position: absolute;
	top: -10px;
	z-index: 401;
	justify-content: center;
	color: #fff;
	font-size: 18px
}

.object-title-map_wrap {
	z-index: 10
}

.object-map-icon {
	padding: 10px 10px;
	background-color: #c00505;
	border-radius: 5px 0 0 5px
}

.object-map-caption {
	padding: 10px 25px;
	background-color: #c00505;
	opacity: .8;
	border-radius: 0 5px 5px 0;
	text-transform: uppercase
}

.object-descript {
	margin-top: 30px
}

.object-title {
	text-transform: uppercase;
	font-size: 22px;
	margin-bottom: 20px
}

.object-title .object-sep {
	text-align: left;
	color: #000;
	padding-bottom: 5px;
	margin: 0 auto
}

.object-descript-wrap {
	margin-top: 10px;
	color: #000
}

.object-descript-wrap .property-address {
	margin-bottom: 10px
}

.object-descript-item {
	border-top: solid 1px #eee;
	padding: 15px 0;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.object-descript-item:last-child {
	border-bottom: solid 1px #eee
}

.object-descript-item .object-descript_right {
	font-size: 12px
}

.object-descript-item .object-descript_right .label {
	padding: .3em .6em
}

.object-descript-item .object-descript_left {
	width: 65%
}

.object-descript_left {
	font-weight: bold
}

.object-info-item {
	padding: 10px 15px;
	display: flex;
	justify-content: space-between;
	color: #000
}

.object-info-item:nth-child(2n+1) {
	background-color: #ebebeb
}

.object-info-item:nth-child(2n) {
	background-color: #f9f9f9
}

.object-info-item .object-info_left {
	font-weight: bold;
	width: 30%
}

.object-info-item .object-info_right {
	width: 65%
}

.object-buttons {
	border: 2px solid #fff;
	background-color: #fff;
	margin-bottom: 30px;
	box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3);
	border-radius: 5px;
	padding: 15px
}

.object-buttons .full-width {
	width: 100%
}

.object-buttons .btn {
	padding: 12px
}

.obj-slider-button {
	display: flex;
	justify-content: center
}

.object-slider-item {
	border-radius: 2px;
	overflow: hidden;
	background-color: #fff
}

.object-slider-img img {
	width: 100%
}

.object-slider-text {
	padding: 15px
}

.obj-slider-caption {
	color: #000;
	font-size: 18px;
	display: block
}

.opendata-register-page {
	padding-bottom: 40px
}

.opendata-register-page .owl-carousel {
	display: block
}

.opendata-register-page .main-slider {
	position: relative;
	display: flex;
	justify-content: center
}

.opendata-register-page .owl-prev {
	position: absolute;
	top: 45%;
	left: 0;
	background-color: #fff;
	padding: 3px 10px 5px;
	font-size: 0;
	box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3)
}

.opendata-register-page .owl-prev:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 30px;
	text-rendering: auto;
	content: "\f104"
}

.opendata-register-page .owl-next {
	position: absolute;
	top: 45%;
	right: 0;
	background-color: #fff;
	padding: 3px 10px 5px;
	font-size: 0;
	box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3)
}

.opendata-register-page .owl-next:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 30px;
	text-rendering: auto;
	content: "\f105"
}

.opendata-register-page .carousel-custom-dots {
	display: flex;
	position: absolute;
	list-style: none;
	padding: 0;
	bottom: 5px;
	z-index: 99;
	margin: 0
}

@media only screen and (max-width:992px) {
	.object-map {
		margin-top: 40px
	}

	.object-buttons {
		display: flex;
		justify-content: center
	}

	.object-buttons a:first-child {
		margin-right: 20px
	}

	.def-link {
		width: auto !important;
		text-align: center
	}
}

.breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	font-size: 12px
}

.breadcrumbs li a:hover {
	color: #c00505
}

.breadcrumbs li:first-child a {
	padding-right: 10px
}

.breadcrumbs li:not(:first-child) a {
	padding: 0 10px
}

.breadcrumbs li:not(:first-child) span {
	padding: 0 10px
}

.breadcrumbs li:not(:last-child):after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	content: "\f105"
}

.access-nav {
	display: flex
}

.access-nav_item a {
	background-color: #fff;
	color: #000;
	padding: 10px
}

.access-nav_item a:hover,
.access-nav_item a:focus {
	background-color: #fff;
	color: #c00505;
	border-bottom: 3px solid #c00505
}

.access-nav_item a.disabled {
	color: #ddd
}

.access-nav_item.active a {
	background-color: #fff;
	color: #c00505;
	border-bottom: 3px solid #c00505
}

.access-noimg {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #d8dfe7
}

.access-noimg .noimg {
	position: absolute;
	opacity: .5;
	filter: grayscale(1);
	width: 60px
}

.access-include__block {
	margin-bottom: 20px;
	position: relative
}

.access-inlude__item {
	background: #f8f9fb;
	border: 1px solid #d8dfe7;
	border-radius: 5px;
	padding: 10px 15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 15px
}

.access-instruction {
	border-radius: 5px;
	margin-bottom: 20px
}

.access-subtitle {
	font-weight: bold;
	margin-bottom: 15px
}

.access-list {
	border: 1px solid #ececec
}

.access-list__item:not(:last-child) .access-list__heading {
	border-bottom: 1px solid #ececec
}

.access-list__title {
	margin: 0;
	padding: 10px 15px
}

.access-list__title a {
	display: flex;
	justify-content: space-between
}

.access-list__title a i {
	font-size: 18px;
	transform: rotate(90deg);
	display: flex;
	justify-content: center;
	align-items: center
}

.access-list__title a.collapsed i {
	transform: rotate(0deg)
}

.access-list__child {
	background-color: #f3f3f3
}

.access-list__child .access-list__title {
	padding-left: 25px
}

.access-last__child {
	background-color: #eee;
	padding-left: 15px
}

.access-code__block {
	background: #f8f9fb;
	border: 1px solid #d8dfe7;
	padding: 15px;
	border-radius: 5px;
	word-break: break-word
}

.access_link {
	color: #c00505
}

.access-api__instruction {
	border: 1px solid #eee
}

.access-parametr__item {
	padding: 10px 15px;
	display: flex;
	justify-content: space-between;
	font-size: 14px
}

.access-parametr__item:nth-child(odd) {
	background-color: #f8f9fb
}

.access-parametr__item:nth-child(even) {
	background-color: #eff0f3
}

.parametr__item-title {
	border-bottom: 1px solid #eee;
	font-size: 16px
}

.access-parametr__left span,
.access-parametr__right span {
	padding: 3px 5px;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 5px
}

.access-parametr__left {
	width: 20%
}

.access-parametr__right {
	width: 80%;
	text-align: left
}

.api-testing {
	border: 1px solid #d8dfe7;
	border-radius: 5px;
	padding: 15px;
	text-align: center;
	margin-top: 30px
}

.copy-success {
	visibility: hidden;
	opacity: 0;
	background-color: #b7f1b3;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 12px;
	position: absolute;
	top: 0;
	right: 0;
	transition: all .5s ease
}

.success-active {
	visibility: visible;
	opacity: 1;
	transition: all .5s ease
}

.proposal-item {
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid #ececec;
	border-radius: 5px
}

.proposal-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	margin-bottom: 5px
}

.proposal-head .date {
	font-size: 12px
}

.proposal-result {
	padding: 15px;
	margin: -15px;
	margin-top: 10px;
	background: #F3F9FF;
	position: relative
}

.proposal-result .proposal-date {
	text-align: right;
	right: 15px;
	top: 18px;
	position: absolute
}

.proposal-result .proposal-date .date,
.proposal-result .proposal-date i {
	font-size: 12px
}

.proposal-result .proposal-answer {
	margin: 5px 0
}