@charset "utf-8";

@font-face {
	font-family: 'SangBleu Republic';
	src: url('../fonts/SangBleuRepublic-Regular.woff2') format('woff2'),
		url('../fonts/SangBleuRepublic-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'SangBleu Republic';
	src: url('../fonts/SangBleuRepublic-Medium.woff2') format('woff2'),
		url('../fonts/SangBleuRepublic-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'SangBleu Empire';
	src: url('../fonts/SangBleuEmpire-Medium.woff2') format('woff2'),
		url('../fonts/SangBleuEmpire-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Codec Pro News';
	src: url('../fonts/CodecPro-News.woff2') format('woff2'),
		url('../fonts/CodecPro-News.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'SFProText';
    src: url('../fonts/SFProText-Regular.woff2') format('woff2'),
        url('../fonts/SFProText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body {
	height: 100%;
	font-size: 18px;
}

body {
	background: #ffffff;
	font-family: 'SangBleu Republic', Helvetica, sans-serif;
	line-height: 1.2;
	color: #000000;
	margin: 0;
}

body.popup-opened,
body.menu-opened {
	width: 100% !important;
	height: 100% !important;
	overflow: hidden !important;
	position: fixed !important;
}
body.popup-opened::-webkit-scrollbar,
body.popup-opened::-webkit-scrollbar-thumb,
body.menu-opened::-webkit-scrollbar,
body.menu-opened::-webkit-scrollbar-thumb {
	background-color: transparent !important;
	width: 0 !important;
}

html, *, *:before, *:after {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

a, img {
	outline: none;
	border: 0;
}
a {
	color: inherit;
	text-decoration: none;
}

p:not(:last-child) {
	margin-bottom: 1.2em;
}

.owl-carousel {
	position: relative;
	visibility: hidden;
}
.owl-nav {
	position: absolute;
	top: 50%;
}
.owl-carousel.owl-loaded {
	visibility: visible;
}
.owl-stage-outer {
	overflow: hidden;
}
.owl-stage {
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}
.owl-stage:after {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	clear: both;
}
.owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
	float: left;
	position: relative;
}
.owl-dots.disabled,
.owl-nav.disabled {
	display: none;
}
.owl-nav {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
}
.owl-nav button {
	-webkit-appearance: none;
	background: none;
	border: 0;
	outline: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 2vh 0;
	overflow: visible;
	position: absolute;
	top: -2vh;
	margin-top: -15px;
	cursor: pointer;
}
.owl-nav .owl-prev {
	left: 0;
}
.owl-nav .owl-next {
	right: 0;
}
.owl-nav button:before {
	content: '';
	background: url(../img/arr.svg) 50% 50% no-repeat;
	background-size: contain;
	width: 12px;
	height: 29px;
}
.owl-nav .owl-next:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
body:not(.touch) .owl-nav button:before {
	-webkit-transition: transform 0.25s ease;
	transition: transform 0.25s ease;
}
body:not(.touch) .owl-nav .owl-prev:hover:before {
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}
body:not(.touch) .owl-nav .owl-next:hover:before {
	-webkit-transform: rotate(180deg) translateX(-10px);
	transform: rotate(180deg) translateX(-10px);
}
.owl-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 2vh;
}
.owl-dot {
	-webkit-appearance: none;
	background: none;
	border: 0;
	outline: none;
	padding: 3px;
	cursor: pointer;
}
.owl-dot:before {
	content: '';
	background: #d9d9d9;
	display: block;
	width: 5px;
	height: 5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.owl-dot.active {
	cursor: default;
}
.owl-dot.active:before {
	background: #00923f;
}

.content {
	width: 90%;
	margin: 0 auto;
}

.header .top,
.header .menu,
.header .top .col:first-child,
.header .top .col:last-child,
.footer .menu,
.footer .bottom,
.footer .bottom .col:first-child,
.category-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .top .col:first-child {
	justify-content: flex-start;
}
.header .top,
.header .menu,
.footer .menu {
	font-weight: 500;
}
.header .menu i,
.footer .menu i {
	background: #000000;
	width: 3px;
	height: 3px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.footer .menu a {
	background: none !important;
}
body:not(.touch) .header a,
body:not(.touch) .footer a,
body:not(.touch) a.category-title,
body:not(.touch) .category-lnk {
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
body:not(.touch) .header a:hover,
body:not(.touch) .footer a:hover,
body:not(.touch) .back-lnk:hover,
body:not(.touch) a.category-title:hover,
body:not(.touch) .category-lnk:hover,
.header .menu a.active,
.footer .menu a.active {
	color: #00923f;
}

.header {
	background: #ffffff;
	margin-bottom: 6.5vh;
}
.header .top {
	padding: 3vh 0 5vh 0;
}
.header .top .col {
	flex-basis: 25%;
}
.header .top .col:last-child{
	justify-content: flex-end;
}
.header .lang-lnk {
	font-weight: normal;
	font-size: 90%;
}
.header .logo {
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1;
	font-family: 'SangBleu Empire';
	font-weight: 500;
	font-size: 128%;
}
.header .logo span {
	text-align: center;
}
.header .logo span:first-child {
	margin-bottom: -0.05em;
	line-height: 0.9;
	font-size: 252%;
}
.header .logo span:last-child {
	padding: 0 0.9em;
	position: relative;
}
.header .logo span:last-child:before,
.header .logo span:last-child:after {
	content: '';
	background: #000000;
	width: 4px;
	height: 4px;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.header .logo span:last-child:before {
	left: 0;
}
.header .logo span:last-child:after {
	right: 0;
}
.header .map-lnk,
.header .fav-lnk {
	display: inline-flex;
	align-items: center;
	margin-left: 2em;
}
.header .map-lnk:before,
.header .fav-lnk:before {
	content: '';
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	width: 1.2em;
}
.header .map-lnk span,
.header .fav-lnk span {
	margin-left: 0.7em;
}
.header .map-lnk:before {
	background-image: url(../img/pin-icon.svg);
	height: 1.44em;
	margin-top: -0.3em;
}
.header .fav-lnk:before {
	background-image: url(../img/fav-icon-green.svg);
	height: 1.28em;
	margin-top: -0.2em;
}

.footer {
	background: #f2f2f2;
	padding: 6.5vh 0 6vh 0;
}
.footer .menu {
	margin-bottom: 4vh;
}
.footer .app-logo {
	background: url(../img/logo.svg) 50% 50% no-repeat;
	background-size: contain;
	width: 58px;
	height: 58px;
}
.footer .app-label {
	margin: 0 1.4em 0 1em;
	font-size: 90%;
}
.footer .app-lnk {
	margin-right: 0.5em;
}
.footer .app-lnk img {
	display: block;
}
.footer .created-lnk {
	display: inline-block;
	position: relative;
}
.footer .created-lnk:after {
	content: '';
	border-bottom: 1px solid;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
body:not(.touch) .footer .created-lnk:after {
	-webkit-transition: border-color 0.3s ease;
	transition: border-color 0.3s ease;
}
body:not(.touch) .footer .created-lnk:hover:after {
	border-color: transparent;
}

.button {
	border: 1px solid;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 2.5em;
	padding: 0 2em;
	font-weight: 500;
}

.section.mar {
	margin-bottom: 10vh;
}
.section.mar-t {
	margin-top: 10vh;
}

.page-title,
.page-title .content {
	position: relative;
}
.page-title {
	background-color: #f8f8f8;
}
.page-title .bg {
	background-color: #000000;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.page-title .content {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 32vh;
	text-align: center;
	line-height: 1;
	font-family: 'SangBleu Empire';
	font-weight: 500;
	font-size: 460%;
}
.page-title .bg + .content {
	color: #ffffff;
}
.page-title.w-links .links,
.bottom-links {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.bottom-links {
	align-items: center;
}
.page-title.w-links .links {
	height: 100%;
	font-size: 22%;
	position: absolute;
	top: 0;
	right: 0;
}
.page-title.w-links .links a,
.bottom-links a {
	display: inline-flex;
	align-items: center;
}
.bottom-links a {
	flex-direction: column;
}
.page-title.w-links .links a:not(:last-child),
.bottom-links a:not(:last-child) {
	margin-bottom: 1.5vh;
}
.page-title.w-links .links a svg {
	width: 1.22em;
	height: 1.22em;
	margin-right: 1em;
}
.page-title.w-links .links a.mail-lnk svg {
	margin-top: -0.4em;
}
body:not(.touch) .page-title.w-links .links a:hover {
	color: #00923f;
}
body:not(.touch) .page-title.w-links .links a:hover svg {
	fill: #00923f;
}
.bottom-links a {
	position: relative;
}
.bottom-links a:before {
	content: '';
	background: #f2f2f2;
	border-radius: 50%;
	width: 4.3em;
	height: 4.3em;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: -1;
}
.bottom-links a svg {
	width: 1.7em;
	height: 1.7em;
	margin-top: 1.3em;
	margin-bottom: 2em;
}
.bottom-links a.mail-lnk svg {
	margin-top: 1.2em;
	margin-bottom: 2.1em;
}
.page-item-title .content {
	font-size: 330%;
}
.page-item-title .nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	left: 5%;
	right: 5%;
	top: 20%;
	z-index: 2;
}
.page-item-title .back-lnk {
	display: inline-flex;
	align-items: center;
	font-weight: 500;
}
.page-item-title .back-lnk:before {
	content: '';
	border: solid;
	border-width: 2px 0 0 2px;
	width: 0.5em;
	height: 0.5em;
	margin: 0 0.3em 0 0.1em;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.page-item-title .chapter {
	font-weight: 500;
	color: #00923f;
}

.article {
	font-family: 'SFProText';
	font-size: 85%;
	color: #4c4c4c;
}
.article .title {
	margin-bottom: 0.5em;
	font-family: 'SangBleu Republic';
	font-weight: 500;
	font-size: 120%;
	color: #000000;
}
.article > div:not(:last-child) {
	margin-bottom: 1.2em;
}

.columns {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.columns2 .column {
	width: 49%;
}
.columns2 .column.pad:first-child {
	padding-left: 5%;
}
.columns2 .column.pad:last-child {
	padding-right: 5%;
}

.map {
	width: 100%;
	height: 80vh;
}
.map.narrow {
	height: 50vh;
}
.map ymaps[class*=copyrights-pane] {
	display: none;
}
.map ymaps[class$=zoom] {
	width: 40px;
	height: 0 !important;
	padding: 40px 0;
}
.map ymaps[class*=float-button][class*=_hidden-text],
.map ymaps[class*=zoom__button] {
	background-color: #000000;
	box-shadow: none;
	border-width: 0;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	padding-left: 0;
}
.map ymaps[class*=zoom__plus] {
	border-radius: 50% 50% 0 0;
}
.map ymaps[class*=zoom__plus] ymaps[class*=zoom__icon] {
	border-width: 14px 12px 10px 12px;
}
.map ymaps[class*=zoom__minus] {
	border-radius: 0 0 50% 50%;
}
.map ymaps[class*=zoom__minus] ymaps[class*=zoom__icon] {
	border-width: 10px 12px 14px 12px;
}
.map ymaps[class*=zoom__icon] {
	background: none;
}
.map ymaps[class*=zoom__icon]:before,
.map ymaps[class*=zoom__plus] ymaps[class*=zoom__icon]:after {
	content: '';
	background: #ffffff;
	width: 16px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 7px;
}
.map ymaps[class*=zoom__plus] ymaps[class*=zoom__icon]:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.map ymaps[class*=float-button-icon_icon_geolocation] {
	background-image: url(../img/gps-icon.svg);
	background-size: contain;
	border-width: 9px;
	width: 22px;
	height: 22px;
}
.map.fixed {
	position: fixed;
	left: 0;
	top: 0;
}

.column-map {
	width: calc(98% - 44em) !important;
	max-width: 49%;
	flex-grow: 0;
}
.column-categories {
	flex-basis: 49%;
	flex-grow: 2;
	display: flex;
	flex-direction: column;
	margin-left: 2%;
}
.category {
	margin-bottom: calc(1.5em + 7vh);
	order: 3;
}
.category:nth-child(1) {
	order: 1;
}
.category-head {
	margin-bottom: 3vh;
	font-weight: 500;
}
.category-title {
	font-family: 'SangBleu Empire';
	font-size: 222%;
}
.category-lnk {
	display: inline-flex;
	align-items: center;
}
.category-lnk:after {
	content: '';
	border: solid;
	border-width: 2px 2px 0 0;
	width: 0.5em;
	height: 0.5em;
	margin: 0 0.1em 0 0.3em;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.category-list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
}
.category .category-list {
	display: block;
}
.category .category-list:after {
	content: '';
	display: block;
	clear: both;
}
.category-item,
.category-item span {
	display: block;
}
.category-item {
	width: 31.6%;
	margin-bottom: 5vh;
	position: relative;
}
.category-item:nth-child(3n+1),
.category-item:nth-child(3n+2) {
	margin-right: 2.6%;
}
.category .category-item {
	width: 30%;
	margin-right: 0;
	margin-bottom: 0;
	float: right;
}
.category-item .img {
	overflow: hidden;
	position: relative;
}
.category-item .img .lazy,
.category-item .img .owl-lazy {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
body:not(.touch) .category-item .img .lazy,
body:not(.touch) .category-item .img .owl-lazy {
	-webkit-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
}
body:not(.touch) a.category-item:hover .img .lazy,
body:not(.touch) a.category-item:hover .img .owl-lazy {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.category-item .img .lazy:before,
.category-item .img .owl-lazy:before {
	content: '';
	display: block;
	padding-top: 77%;
}
.category .category-item .img .lazy:before,
.category .category-item .img .owl-lazy:before {
	padding-top: 66%;
}
.category-item .txt {
	width: 100%;
	margin-top: 2vh;
	font-size: 133%;
}
.category-item .txt .s {
	font-size: 75%;
	color: #00923f;
}
.category .category-item .txt {
	font-size: 100%;
	position: absolute;
	left: 0;
	top: 100%;
}
body:not(.touch) .category-item .txt {
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
body:not(.touch) .category-item:hover .txt {
	color: #00923f;
}
.category-item .fav-lnk,
.category-item .share-lnk .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
	background-color: #ffffff;
	background-repeat: no-repeat;
	border-radius: 50%;
	width: 2.4em;
	height: 2.4em;
	cursor: pointer;
}
.category-item .fav-lnk {
	background-image: url(../img/fav-icon.svg);
	background-position: 50% 50%;
	background-size: auto 42%;
}
.category-item .fav-lnk.active {
	background-image: url(../img/fav-icon-green.svg);
}
.category-item .img .fav-lnk {
	position: absolute;
	top: 10px;
	right: 10px;
}
.category-item .share-lnk span {
	display: inline-block;
}
.category-item .share-lnk .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
	margin: 0;
}
.category-item .share-lnk .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
	background-image: url(../img/share-icon.svg);
	background-position: 45% 50%;
	background-size: auto 48%;
}
.category-item .share-lnk .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more {
	font-size: 1rem;
	padding: 0;
}
.category-item .share-lnk .ya-share2__item,
.category-item .share-lnk .ya-share2__item.ya-share2__item_more > .ya-share2__link {
	opacity: 1 !important;
}
.category-item .share-lnk .ya-share2__container,
.category-item .share-lnk .ya-share2__container .ya-share2__item {
	font-family: 'SFProText';
	color: #4c4c4c;
}
.category .category-item:nth-child(1) {
	width: 65%;
	float: left;
}
.category .category-item:nth-child(1) .img .lazy:before,
.category .category-item:nth-child(1) .img .owl-lazy:before {
	padding-top: 77%;
}
.category .category-item:nth-child(1) .txt span {
	font-size: 133%;
}
.category .category-item:nth-child(2) .txt,
.category .category-item:nth-child(3) .txt {
	height: 1.2em;
	overflow: visible;
}
.category .category-item:nth-child(3) {
	position: absolute;
	right: 0;
	bottom: 0;
}

.category-item.description {
	width: 100%;
	margin-bottom: 6vh;
}
.category-item.description .description-text {
	max-width: 44em;
}
.category-item.description .description-images {
	max-width: 41em;
}
.category-item.description .img .lazy:before,
.category-item.description .img .owl-lazy:before {
	padding-top: 68%;
}
.category-item.description .description-links,
.category-item.description .description-buttons {
	display: flex;
	align-items: center;
	margin-top: 3.5vh;
}
.category-item.description .description-links .fav-lnk,
.category-item.description .description-links .share-lnk .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
	background-color: #f2f2f2;
}
.category-item.description .description-links .share-lnk + .fav-lnk {
	margin-left: 1em;
}

.path-description p:not(:last-child) {
	margin-bottom: 2em;
}

.banner {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	position: relative;
}
.banner.bg:before {
	content: '';
	display: block;
}
.banner:after {
	content: 'Реклама';
	font-size: 12px;
	opacity: 0.5;
	position: absolute;
	left: 0;
	top: -1.7em;
}
[lang="en"] .banner:after {
	content: 'Advertising';
}
.banner img {
	display: block;
	width: 100%;
}
.column-categories .banner.bg:before {
	padding-top: 31.89%
}
.category-list .banner.bg:before {
	padding-top: 77%;
}
.section-banner .banner {
	background-position: 0 12%;
}
.section-banner .banner.bg:before {
	padding-top: 20%;
}

.empty-note {
	margin-bottom: 10vh;
	text-align: center;
}
.empty, .empty-note {
	display: none;
}
.empty + .empty-note {
	display: block;
}


@media screen and (max-width: 1360px) {
	html, body {
		font-size: 16px;
	}
}

@media screen and (max-width: 1280px) {
	html, body {
		font-size: 15px;
	}
}

@media screen and (max-width: 1220px) {
	.page-title .content {
		font-size: 365%;
	}
	.page-item-title .content {
		font-size: 265%;
	}
	.columns2 {
		flex-wrap: wrap;
	}
	.columns2 .column-map,
	.columns2 .column-categories {
		width: 100% !important;
		max-width: 100%;
		margin-left: 0;
	}
	.columns2 .column-categories {
		margin-top: 3vh;
	}
	.columns2 .column.pad:last-child {
		padding-left: 2.5%;
		padding-right: 2.5%;
	}
	.map.fixed {
		position: relative;
	}
	.category-item {
		width: 48.5%;
	}
	.category-item:nth-child(3n+1),
	.category-item:nth-child(3n+2) {
		margin-right: 0;
	}
	.category-item:nth-child(odd) {
		margin-right: 3%;
	}
	.category .category-item {
		width: 30%;
		margin-right: 0;
	}
	.category .category-item:nth-child(1) {
		width: 65%;
	}
}

@media screen and (min-width: 981px) {
	.mobile {
		display: none !important;
	}
	.header .menu a {
		background: none !important;
	}
	.category:last-of-type {
		margin-bottom: calc(1.5em + 2vh);
	}
	.category-item.description .description-images .owl-nav button {
		padding: 5vh 2.5vw;
		top: -5vh;
		margin-top: -28px;
	}
	.category-item.description .description-images .owl-nav button:before {
		width: 23px;
		height: 56px;
	}
	.category-item.description .description-images .owl-dots {
		padding-top: 2.5vh;
		margin-bottom: calc(-2.5vh - 26px);
	}
	.category-item.description .description-images .owl-dot {
		padding: 8px;
	}
	.category-item.description .description-images .owl-dot:before {
		width: 10px;
		height: 10px;
	}
	.column-categories .banner {
		order: 2;
		margin-bottom: 5vh;
	}
	.banner .m {
		display: none !important;
	}
}

@media screen and (max-width: 980px) {
	.desktop {
		display: none !important;
	}
	.header .menu i,
	.footer .content,
	.category-lnk {
		display: none;
	}
	.header {
		width: 100%;
		height: 100%;
		max-height: calc(2vh + 2.5em);
		overflow: hidden;
		margin: 0;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 10;
		-webkit-transition: max-height 0.3s ease;
		transition: max-height 0.3s ease;
	}
	.header .content {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 100%;
		height: 100%;
	}
	.header .top {
		flex-wrap: wrap;
		width: 90%;
		min-height: calc(2vh + 2.5em);
		padding: 0;
		margin: 0 auto;
	}
	.header .menu.odd a:last-child {
		width: 100%;
	}
	.header .menu-lnk {
		width: 18px;
		height: 15px;
		margin-right: 1em;
	}
	.header .menu-lnk:before,
	.header .menu-lnk:after,
	.header .menu-lnk span {
		background: #000000;
		display: block;
		width: 100%;
		height: 3px;
	}
	.header .menu-lnk:before,
	.header .menu-lnk:after {
		content: '';
		-webkit-transition: transform 0.3s ease;
		transition: transform 0.3s ease;
	}
	.header .menu-lnk:before {
		transform-origin: 0 0;
	}
	.header .menu-lnk:after {
		transform-origin: 0 100%;
	}
	.header .menu-lnk span {
		margin: 3px 0;
		-webkit-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease;
	}
	.header .lang-lnk {
		font-weight: 500;
		font-size: 100%;
	}
	.header .lang-lnk .d {
		display: none;
	}
	.header .map-lnk,
	.header .fav-lnk {
		margin-left: 1em;
	}
	.header .map-lnk span,
	.header .fav-lnk span {
		margin-left: 0.5em;
		display: none;
	}
	.header .logo {
		width: 11em;
		font-size: 80%;
		position: absolute;
		top: 1vh;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.header .logo span:last-child:before,
	.header .logo span:last-child:after {
		width: 3px;
		height: 3px;
	}
	.header .menu {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	.header .menu a {
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: cover;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 50%;
		height: 16.4vh;
		padding: 4%;
		text-align: center;
		color: #ffffff;
		position: relative;
	}
	.header .menu a:not(.about-lnk) {
		font-family: 'SangBleu Empire';
		font-weight: 500;
		font-size: 140%;
	}
	.header .menu a:not(.about-lnk):before {
		content: '';
		background: rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}
	.header .menu a.about-lnk {
		color: #999999;
	}
	.header .menu a span {
		position: relative;
	}
	body.menu-opened .header {
		max-height: 100%;
	}
	body.menu-opened .header .logo,
	body.menu-opened .header .menu-lnk span {
		opacity: 0;
	}
	body.menu-opened .header .menu-lnk:before {
		-webkit-transform: translateX(3px) rotate(45deg);
		transform: translateX(3px) rotate(45deg);
	}
	body.menu-opened .header .menu-lnk:after {
		-webkit-transform: translateX(3px) rotate(-45deg);
		transform: translateX(3px) rotate(-45deg);
	}
	body.menu-opened .header .top {
		justify-content: center;
	}
	body.menu-opened .header .top .col {
		flex-basis: 100%;
	}
	body.menu-opened .header .top .col:first-child {
		justify-content: space-between;
		height: calc(2vh + 2.5em);
	}
	body.menu-opened .header .top .col:last-child {
		flex-basis: 0%;
		flex-direction: column;
		align-items: flex-start;
		padding: 4vh 0 9vh 0;
	}
	body.menu-opened .header .lang-lnk {
		font-weight: normal;
	}
	body.menu-opened .header .lang-lnk .d,
	body.menu-opened .header .map-lnk span,
	body.menu-opened .header .fav-lnk span {
		display: inline;
	}
	body.menu-opened .header .map-lnk,
	body.menu-opened .header .fav-lnk {
		margin-left: 0;
		font-family: 'SangBleu Empire';
		font-weight: 500;
		font-size: 200%;
	}
	body.menu-opened .header .fav-lnk {
		margin-top: 3vh;
	}
	body.menu-opened .header .map-lnk:before,
	body.menu-opened .header .fav-lnk:before {
		width: 0.7em;
	}
	body.menu-opened .header .map-lnk:before {
		height: 0.9em;
		margin-top: -0.15em;
	}
	body.menu-opened .header .fav-lnk:before {
		height: 0.8em;
		margin-top: -0.1em;
	}
	.header + .section {
		margin-top: calc(2vh + 2.5em);
	}
	.page-title {
		background: #f5f5f5;
		background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 25%);
		background: -webkit-linear-gradient(top, #f5f5f5 0%, #ffffff 25%);
		background: linear-gradient(to bottom, #f5f5f5 0%, #ffffff 25%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=0);
	}
	.page-title .content {
		height: 25vh;
		font-size: 275%;
	}
	.page-item-title {
		margin-bottom: -10vh;
	}
	.page-item-title .content {
		padding-top: 1em;
		font-size: 200%;
	}
	.toggle-block:not(.expanded) {
		display: none;
	}
	.category-list .owl-nav {
		left: -5.9%;
		right: -5.9%;
		margin-top: calc(-1vh - 5px);
	}
	.category {
		margin: 0 5% 5vh 5%;
	}
	.category-head {
		justify-content: center;
	}
	.category-title {
		text-align: center;
	}
	.category-item,
	.category .category-item,
	.category .category-item:nth-child(1) {
		width: 100%;
		float: none;
	}
	.category-item:nth-child(odd) {
		margin-right: 0;
	}
	.category .category-item:nth-child(1) .img .owl-lazy:before {
		padding-top: 56%;
	}
	.category .category-item:nth-child(3) {
		position: static;
	}
	.category .category-item .txt {
		position: static;
		top: auto;
	}
	.category .category-item:nth-child(1) .txt span {
		font-size: 100%;
	}
	.category-item .img .lazy:before,
	.category-item .img .owl-lazy:before {
		padding-top: 56%;
	}
	.footer {
		background: none;
		height: 1px;
		padding: 0;
	}
	.section.mar + .footer {
		margin-top: calc(2.5vw - 10vh);
	}
	.map {
		height: 70vh;
	}
	.category-title + .map {
		margin-top: 3vh;
	}
	.section-banner .content {
		width: 95%;
	}
	.category-item.description .columns2 {
		flex-direction: column-reverse;
	}
	.category-item.description .description-text {
		width: 100%;
		max-width: 100%;
	}
	.category-item.description .description-images {
		width: 100vw;
		max-width: 100vw;
		margin: 0 -5vw;
	}
	.category-item.description .img .lazy:before,
	.category-item.description .img .owl-lazy:before {
		padding-top: 96%;
	}
	.category-item.description .description-images .owl-carousel:not(.w-nav) {
		margin-bottom: 3.5vh;
	}
	.category-item.description .description-images .owl-nav {
		top: 100%;
		margin-top: calc(-2.5vh - 5px);
	}
	.category-item.description .description-images .owl-nav button {
		padding: 1vh 2.5vw;
		top: -1vh;
	}
	.category-item.description .description-images .owl-dots {
		margin-bottom: 2vh;
	}
	.category-item.description .description-images .owl-dots {
		padding-top: 2.5vh;
		padding-bottom: 2.5vh;
	}
	.category-item.description .description-links,
	.category-item.description .description-buttons {
		justify-content: center;
	}
	.path-description .description-images {
		display: none;
	}
	.banner {
		order: 4;
		background-position: 0 0 !important;
	}
	.banner.bg:before {
		padding-top: 55% !important;
	}
	.banner:after {
		font-size: 10px;
	}
	.banner .d {
		display: none !important;
	}
}
