div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

	 /* -------------- parking-offer -------- */
 .parking-offer {
	 background: #4584f5;
	 color: #fff;
	 padding: 72px 0 65px;
 }
.parking-offer .attention-price {
	font-family: CoreRhino65Bold, sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	color: #FAA500;
}
.parking-offer__content-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.parking-offer__title {
	font-family: 'MontBold';
	font-weight: 700;
	font-style: normal;
	font-size: 40px;
	line-height: 48px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0;
}
.parking-offer__subtitle {
	font-family: 'MontRegular', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
	margin: 24px 0 0;
}
.parking-offer__text-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
}
.parking-offer__text-item {
	height: 176px;
}
.parking-offer__text-item .parking-offer__text-item-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.parking-offer__text-item:last-child {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}
.parking-offer__text-item:first-child {
	border-right: 1px solid #fff;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}
.parking-offer__text-item:last-child {
	margin-left: 30px;
}
.parking-offer__text-item:last-child .parking-offer__text-item-price {
	padding-right: 25px;
	margin-top: 22px;
}
.parking-offer__text-item-title {
	margin: 0;
	letter-spacing: 3px;
}
.parking-offer__text-item-content {
	font-family: 'MontBold';
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
}
.parking-offer__text-item-price {
	font-family: CoreRhino65Bold, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 22px;
	display: block;
	margin-top: 25px;
}
.parking-offer__image {
	position: relative;
	width: 320px;
	height: 320px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
}
.parking-offer__image img {
	position: absolute;
	top: -5px;
	left: -75px;
	width: 360px;
	height: 360px;
	max-width: unset;
}
.parking-offer__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 57px 0 0;
}
.parking-offer__links-item {
	font-family: 'MontBold';
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 330px;
	color: inherit;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	border: 1px solid #fff;
	padding: 12px 14px;
}
.parking-offer__links-item:first-child {
	background-color: #fff;
	color: #4584f5;
}
.parking-offer__links-item:first-child img {
	color: #4584f5;
}
.parking-offer__links-item:last-child {
	padding: 12px 14px;
}
@media only screen and (max-width: 1024px) {
	.parking-offer__links-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 32%;
		flex: 0 0 32%;
	}
	.parking-offer__image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
	}
}
@media only screen and (max-width: 990px) {
	.parking-offer__text-item-title {
		letter-spacing: 0;
	}
	.parking-offer__text-item-price {
		margin: 70px 0 0;
	}
	.parking-offer__image img {
		width: 320px;
		left: -80px;
	}
	.parking-offer__text-item:last-child .parking-offer__text-item-price {
		padding: 0;
		margin: 42px 0 0;
	}
	.attention-price {
		font-size: 19px!important;
	}
}
@media only screen and (max-width: 767px) {
	.parking-offer {
		padding: 40px 0;
	}
	.parking-offer__content-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.parking-offer__image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.parking-offer__image img {
		display: block;
		margin: 0 auto;
		position: static;
		width: 280px;
		height: 280px;
		left: -60px;
	}
	.parking-offer__title {
		text-align: center;
	}
	.parking-offer__subtitle {
		text-align: center;
	}
	.parking-offer__text-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.parking-offer__text-item {
		border-right: none!important;
		border-top: 1px solid #EAEAE9;
	}
	.parking-offer__text-item {
		padding: 10px 0 0;
	}
	.parking-offer__text-item:last-child {
		margin: 10px 0 0;
	}
	.parking-offer__text-item-content {
		font-size: 13px;
		line-height: 16px;
		margin: 5px 0 0;
	}
	.parking-offer__text-item-price {
		margin: 30px 0 0 !important;
	}
	.parking-offer__links-item {
		margin: 10px 0 0;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}
@media only screen and (max-width: 575px) {
	.parking-offer {
		padding: 35px 0;
	}
	.parking-offer__image img {
		width: 144px!important;
		height: 144px!important;
	}
	.parking-offer__title {
		font-size: 21px;
		line-height: 32px;
		margin: 20px 0 0;
	}
	.parking-offer__subtitle {
		font-size: 13px;
		line-height: 16px;
		margin: 16px 0 0;
	}
	.parking-offer__text-wrapper {
		margin: 20px 0 0;
	}
	.parking-offer__text-item-title {
		font-size: 19px;
		line-height: 24px;
	}
	.parking-offer__text-item-price {
		font-size: 13px;
		line-height: 16px;
	}
	.attention-price {
		line-height: 24px;
	}
	.parking-offer__links {
		margin: 20px 0 0;
	}
}
/* -------------- rules ---------------- */
.parking-rules {
	padding: 50px 0 0;
}
.parking-rules__title {
	font-family: 'MontBold';
	font-weight: 400;
	font-style: normal;
	font-size: 32px;
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-align: center;
	margin: 0;
}
.parking-rules__subtitle {
	font-family: 'MontBold';
	font-weight: 400;
	font-style: italic;
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-align: center;
	margin: 10px 0 0;
}
.parking-rules__list {
	margin: 35px auto 0;
	position: relative;
	max-width: 775px;
	padding: 0 0 35px 0 ;
}
.parking-rules__list:after {
	position: absolute;
	display: block;
	content: '';
	width: 895px;
	height: 1px;
	bottom: 0;
	left: -85px;
	background-color: #828282;
	-webkit-transform: matrix(1, 0, 0, -1, 0, 0);
	-ms-transform: matrix(1, 0, 0, -1, 0, 0);
	transform: matrix(1, 0, 0, -1, 0, 0);
}
.parking-rules__list-item {
	list-style: disc;
}
.parking-rules__list-item:not(:first-child) {
	margin: 10px 0 0;
}
.parking-rules__warning {
	margin-top: 20px;
	text-align: center;
}
.parking-rules__warning-text {
	font-family: 'MontRegular', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	line-height: 16px;
	color: #4584f5;
}
@media only screen and (max-width: 767px) {
	.parking-rules__list {
		max-width: 90%;
	}
}
@media only screen and (max-width: 575px) {
	.parking-rules {
		padding: 35px 0;
	}
	.parking-rules__title {
		font-size: 19px;
		line-height: 24px;
	}
	.parking-rules__subtitle {
		font-size: 19px;
		line-height: 24px;
	}
	.parking-rules__list-item {
		line-height: 16px;
		margin: 10px 0 0;
	}
	.parking-rules__list {
		padding: 0 4px 25px 4px;
	}
	.parking-rules__warning {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.parking-rules__warning-icon {
		display: block;
	}
	.parking-rules__warning-text {
		display: block;
		text-align: left;
		margin: 0 0 0 8px;
	}
}
/* -------------- map ------------------ */
.parking-map {
	padding: 50px 0 0;
}
.parking-map__title {
	font-family: 'MontBold';
	font-weight: 400;
	font-style: normal;
	font-size: 32px;
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-align: center;
	margin: 0;
}
.parking-map__map-wrapper {
	margin: 35px 0 0;
	position: relative;
}
.parking-map__nav {
	position: absolute;
	top: 16px;
	left: 16px;
	width: 299px;
	background-color: #fff;
}
.parking-map__nav-wrapper {
	padding: 0 16px 24px 16px;
}
.parking-map__nav-title {
	font-family: CoreRhino65Bold, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 19px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-align: center;
	background: #4584f5;
	color: #fff;
	padding: 16px 0;
	margin: 0;
}
.parking-map__nav-entrylist-title, .parking-map__nav-exitlist-title {
	font-family: CoreRhino65Bold, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 22px;
	color: #4584f5;
	margin: 16px 0 0;
}
.parking-map__nav-exitlist-title {
	margin: 24px 0 0;
}
.parking-map__nav-entrylist, .parking-map__nav-exitlist{
	margin: 10px 0 0;
}
.parking-map__nav-entrylist-item span, .parking-map__nav-exitlist-item span {
	font-family: CoreRhino65Bold, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	line-height: 16px;
	color: #000;
}
.parking-map__nav-entrylist-item a, .parking-map__nav-exitlist-item a {
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 8px 0;
	border-top: 1px solid #EAEAE9;
}
.parking-map__nav-entrylist-item:last-child a {
	border-bottom: 1px solid #EAEAE9;
}
@media only screen and (max-width: 767px) {
	.parking-map__nav {
		position: static;
		width: 100%;
	}
	.parking-map__map-wrapper iframe {
		height: 360px;
	}
	.parking-map__nav-wrapper {
		padding: 0 16px;
	}
	.parking-map__nav-entrylist-item span, .parking-map__nav-exitlist-item span {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.parking-map__nav-exitlist-item:last-child {
		border-bottom: 1px solid #EAEAE9;
	}
}
@media only screen and (max-width: 575px) {
	.parking-map {
		padding: 5px 0 0;
	}
	.parking-map__title {
		font-size: 19px;
		line-height: 24px;
	}
	.parking-map__map-wrapper iframe {
		height: 180px;
	}
	.parking-map__nav-title {
		font-size: 13px;
		line-height: 16px;
		padding: 14px 0;
	}
	.parking-map__nav-entrylist-title, .parking-map__nav-exitlist-title {
		font-size: 13px;
		line-height: 16px;
	}
	.parking-map__nav-entrylist-item span {
		font-size: 11px;
		padding: 0 20px 0 0;
	}
	.parking-map__nav-exitlist-title {
		margin: 30px 0 0;
	}
}
/* -------------- scheme --------------- */
.parking-scheme {
	padding: 50px 0 65px;
}
.parking-scheme__title {
	font-family: CoreRhino65Bold, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 32px;
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-align: center;
	margin: 0;
}
.parking-scheme__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 814px;
	margin: 35px auto 0;
}
.parking-scheme__content-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.parking-scheme__content-item img {
	width: 392px;
	height: 237px;
}
.parking-scheme__content-item:last-child .parking-scheme__content-item-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.parking-scheme__content-item:last-child .parking-scheme__content-item-link {
	margin: 15px 0 0 15px;
}
.parking-scheme__content-item-link {
	font-family: CoreRhino65Bold, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 15px 0 0;
	text-decoration: none;
	color: #4584f5;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.parking-scheme__content-item-link span {
	padding: 1px 0 0;
}
.parking-scheme__content-item-link span:first-child {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 15px;
	flex: 0 0 15px;
}
.parking-scheme__content-item-link img {
	width: 12px;
	height: 12px;
	margin: 0 0 0 10px;
}
@media only screen and (max-width: 990px) {
	.parking-scheme__content {
		max-width: 700px;
	}
	.parking-scheme__content-item-image img {
		width: 335px;
		height: 220px;
	}
}
@media only screen and (max-width: 767px) {
	.parking-scheme {
		padding: 40px 0;
	}
	.parking-scheme__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0;
	}
	.parking-scheme__content-item {
		margin: 25px 0 0;
	}
	.parking-scheme__content-item:last-child .parking-scheme__content-item-link {
		margin: 15px 0 0;
	}
}
@media only screen and (max-width: 575px) {
	.parking-scheme {
		padding: 40px 0 35px;
	}
	.parking-scheme__title {
		font-size: 19px;
		line-height: 24px;
	}
	.parking-scheme__content {
		margin: 24px 0 0;
	}
	.parking-scheme__content-item {
		margin: 0;
	}
	.parking-scheme__content-item-image img {
		width: 288px;
		height: 172px;
	}
	.parking-scheme__content-item:last-child {
		margin: 25px 0 0;
	}
}
.parking-scheme {
	padding: 100px 0 65px;
}
.parking-scheme__title {
	font-family: CoreRhino65Bold, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 32px;
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-align: center;
	margin: 0;
}
.parking-scheme__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 814px;
	margin: 35px auto 0;
}
.parking-scheme__content-item {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.parking-scheme__content-item img {
	width: 392px;
	height: 237px;
}
.parking-scheme__content-item:last-child .parking-scheme__content-item-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.parking-scheme__content-item:last-child .parking-scheme__content-item-link {
	margin: 15px 0 0 15px;
}
.parking-scheme__content-item-link {
	font-family: CoreRhino65Bold, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 15px 0 0;
	text-decoration: none;
	color: #4584f5;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.parking-scheme__content-item-link span {
	padding: 1px 0 0;
}
.parking-scheme__content-item-link span:first-child {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 15px;
	        flex: 0 0 15px;
}
.parking-scheme__content-item-link img {
	width: 12px;
	height: 12px;
	margin: 0 0 0 10px;
}
@media only screen and (max-width: 990px) {
	.parking-scheme__content {
		max-width: 700px;
	}
	.parking-scheme__content-item-image img {
		width: 335px;
		height: 220px;
	}
}
@media only screen and (max-width: 767px) {
	.parking-scheme {
		padding: 40px 0;
	}
	.parking-scheme__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin: 0;
	}
	.parking-scheme__content-item {
		margin: 25px 0 0;
	}
	.parking-scheme__content-item:last-child .parking-scheme__content-item-link {
		margin: 15px 0 0;
	}
}
@media only screen and (max-width: 575px) {
	.parking-scheme {
		padding: 80px 0 35px;
	}
	.parking-scheme__title {
		font-size: 19px;
		line-height: 24px;
	}
	.parking-scheme__content {
		margin: 24px 0 0;
	}
	.parking-scheme__content-item {
		margin: 0;
	}
	.parking-scheme__content-item-image img {
		width: 288px;
		height: 172px;
	}
	.parking-scheme__content-item:last-child {
		margin: 25px 0 0;
	}
}

