/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

@font-face {
	font-family: 'Suisse Intl';
	src: url('./fonts/suisseintl-regular.woff2') format('woff2'), url('./fonts/suisseintl-regular.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Suisse Intl';
	src: url('./fonts/suisseintl-regular.woff2') format('woff2'), url('./fonts/suisseintl-regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('./fonts/Gilroy-Regular.woff2') format('woff2'), url('./fonts/Gilroy-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

:root {
	--color-header-nav-light: #ffffff;
	--color-header-light: #ffffff;
	--color-header-nav-dark: #585858;
	--color-header-dark: #323435;
}

* {
	box-sizing: border-box;
	outline: none;
}

body {
	position: relative;
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	font-style: normal;
	font-weight: 400;
	background: #ffffff;
	overflow-x: hidden;
}

body.freeze {
	overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

.container {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1392px;
}

button {
	cursor: pointer;
}

button,
input,
textarea {
	padding: 0;
	background: none;
	border: 0;
	outline: none;
	font: inherit;
}

.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=checked].visually-hidden,
input[type=radio].visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	white-space: nowrap;
	-webkit-clip-path: inset(100%);
	clip-path: inset(100%);
	clip: rect(0 0 0 0);
	overflow: hidden;
}

button:hover,
button:active,
button:focus,
input:hover,
input:active,
input:focus {
	outline: none;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

input[type=number]:hover,
input[type=number]:focus {
	-moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.title--h2 {
	font-family: 'Alice', serif;
	font-style: normal;
	font-weight: 400;
	font-size: 73.0337px;
	line-height: 102.3%;
	color: #1D1D1D;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: auto;
	padding-top: 45px;
	transition: 0.2s ease;
}

.header.sticky {
	padding-top: 16px;
	padding-bottom: 12px;
	background: #FFFFFF;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
	height: 78px;
}

.header.sticky .header-logo {
	width: 40px;
}

.header.sticky .header-nav .header-nav__link {
	color: var(--color-header-nav-dark);
}

.header .container {
	display: grid;
	grid-template-columns: 50px 1fr 50px;
	align-items: center;
	grid-gap: 13vw;
}

.header .mobile-menu {
	z-index: 200;
}

.header .mobile-menu.active {
	margin-right: 0;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.25);
}

.header .mobile-menu .close-btn {
	position: fixed;
	top: 40px;
	right: 30px;
	width: 20px;
	height: 20px;
	margin-right: -360px;
	background-image: url('./images/cross.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.6s ease;
}

.header .mobile-menu .close-btn.active {
	margin-right: 0;
}

.header .header-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .header-nav .header-nav__link {
	margin-left: 2vw;
	font-family: 'Suisse Intl', serif;
	font-size: 18px;
	line-height: 102.3%;
	color: var(--color-header-nav-light);
	text-decoration: none;
}

.header .header-nav .header-nav__link:first-of-type {
	margin-top: 0;
	margin-left: 0;
}

.header .header-nav .header-nav__link.header-logo {
	display: block;
}

.header .header-logo {
	width: 80px;
	height: auto;
	flex-shrink: 0;
	display: none;
	overflow: hidden;
	transition: 0.2s ease;
}

.header .header-logo img {
	width: 100%;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
}

.header .favorites-btn {
	position: relative;
	width: 50px;
	height: 50px;
	justify-self: end;
}

.header .favorites-btn::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 28px;
	background-image: url('./images/heart.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transform: translate(-50%, -50%);
}

.header .favorites-btn .favorites-btn__num {
	position: absolute;
	top: 0;
	right: 0;
	width: 22px;
	height: 22px;
	display: block;
	font-family: 'Suisse Intl', serif;
	font-size: 14px;
	line-height: 22px;
	color: #FFFFFF;
	text-align: center;
	background: #E2672A;
	border-radius: 50%;
}

.header .burger {
	position: relative;
	display: none;
	width: 45px;
	height: 45px;
}

.header .burger::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 27px;
	height: 23px;
	background-size: contain;
	background-image: url('./images/burger.svg');
	background-repeat: no-repeat;
	background-position: center;
	transform: translateY(-50%);
}

.top {
	position: relative;
	height: 100vh;
	min-height: 900px;
	overflow: hidden;
}

.top .video-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
	width: 100%;
	height: 100%;
}

.top .video-bg::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 3.16%, rgba(0, 0, 0, 0) 20.61%), linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.top .video-bg .video-bg__scr {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.top .container {
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.top .top__pretitle {
	margin-top: 10vh;
	font-family: 'Alice', serif;
	font-size: 25.4136px;
	line-height: 102.3%;
	text-align: center;
	color: #B0B0B0;
}

.top .top__title {
	font-family: 'Alice', serif;
	font-style: normal;
	font-weight: 400;
	font-size: 84.3358px;
	line-height: 102.3%;
	text-align: center;
	color: #FFFFFF;
}

.top .btns-wrapper {
	margin-top: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.top .btns-wrapper .top-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 260px;
	height: 70px;
	font-family: 'Suisse Intl', serif;
	font-size: 21px;
	line-height: 102.3%;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #A2CB3F;
	border-radius: 90px;
	transition-duration: .3s;
	transition-property: background-color, color;
}

.top .btns-wrapper .top-btn:hover {
	background-color: #A2CB3F;
}

.top .btns-wrapper .top-btn.top-btn--yellow {
	margin-left: 40px;
	color: #000000;
	background: #A2CB3F;
}

.top .btns-wrapper .top-btn.top-btn--yellow:hover {
	color: #fff;
}

.about {
	position: relative;
	padding-top: 130px;
	padding-bottom: 20px;
	background-color: #ffffff;
}

.about #o-proekte {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
}

.about .about-img {
	position: absolute;
	top: 0;
	right: calc(50% + 50px);
	width: 900px;
	height: 100%;
	border-radius: 21.1961px;
	overflow: hidden;
}

.about .about-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.about .container {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 100px;
}

.about .txt-wrapper {
	grid-column: 2/3;
}

.about .about__txt {
	margin-top: 36px;
	font-family: 'Suisse Intl', serif;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 40px;
	color: #323435;
}

.locations {
	padding-top: 130px;
	padding-bottom: 30px;
	background-color: #ffffff;
	overflow: hidden;
}

.locations .locations__pretitle {
	font-family: 'Alice', serif;
	font-size: 25.4136px;
	line-height: 102.3%;
	text-align: center;
	color: #B0B0B0;
}

.locations .locations__title {
	margin-top: 8px;
	text-align: center;
}

.locations .locations-slider {
	margin-top: 75px;
}

.locations .locations-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
}

.locations .locations-list .locations-list__item {
	width: 100%;
}

.locations .locations-list .locations-list__item:first-of-type {
	grid-row: 1/3;
}

.locations .locations-list .locations-list__item:nth-of-type(4) {
	grid-column: 2/4;
}

.locations .locations-list .locations-list__item:nth-of-type(5) {
	grid-column: 1/3;
}

.locations .locations-list .locations-list__link {
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 330px;
	height: 100%;
	padding: 50px 29px;
	text-decoration: none;
	border-radius: 20px;
	overflow: hidden;
}

.locations .locations-list .locations-list__img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
	width: 100%;
	height: 100%;
	filter: brightness(60%);
	transition-property: filter;
	transition-duration: .3s;
	-o-object-fit: cover;
	object-fit: cover;
}

.locations .locations-list .locations-list__link:hover .locations-list__img {
	filter: brightness(70%);
}

.locations .locations-list .locations-list__name {
	font-family: 'Alice', serif;
	font-size: 32px;
	line-height: 117.8%;
	color: #FFFFFF;
}

.locations .locations-list .locations-list__btn {
	margin-top: 20px;
	width: 193.5px;
	height: 53.09px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Gilroy', serif;
	font-size: 15.7228px;
	line-height: 102.3%;
	color: #FFFFFF;
	border: 0.748706px solid #A2CB3F;
	border-radius: 74.8706px;
	transition-duration: .3s;
	transition-property: background-color, color;
}

.locations .locations-list .locations-list__link:hover .locations-list__btn {
	background-color: #A2CB3F;
}

.locations .slider-btns {
	display: none;
	justify-content: center;
	margin-top: 45px;
}

.locations .slider-btns .locations-slider-prev-btn {
	position: relative;
	width: 50px;
	height: 50px;
	background: #A2CB3F;
	border-radius: 50%;
	border: 1px solid #A2CB3F;
}

.locations .slider-btns .locations-slider-prev-btn::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 15px;
	height: 15px;
	background-image: url('./images/arrow1.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transform: translate(-50%, -50%) rotate(180deg);
}

.locations .slider-btns .locations-slider-prev-btn.swiper-button-disabled {
	background-color: transparent;
	border: 1px solid rgba(162, 203, 63, 0.4);
}

.locations .slider-btns .locations-slider-prev-btn.swiper-button-disabled::before {
	background-image: url('./images/arrow.svg');
	transform: translate(-50%, -50%) rotate(0deg);
}

.locations .slider-btns .locations-slider-next-btn {
	position: relative;
	width: 50px;
	height: 50px;
	margin-left: 16px;
	background: #A2CB3F;
	border-radius: 50%;
	border: 1px solid #A2CB3F;
}

.locations .slider-btns .locations-slider-next-btn::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 15px;
	height: 15px;
	background-image: url('./images/arrow1.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transform: translate(-50%, -50%);
}

.locations .slider-btns .locations-slider-next-btn.swiper-button-disabled {
	background-color: transparent;
	border: 1px solid rgba(162, 203, 63, 0.4);
}

.locations .slider-btns .locations-slider-next-btn.swiper-button-disabled::before {
	background-image: url('./images/arrow.svg');
	transform: translate(-50%, -50%) rotate(180deg);
}

.events {
	position: relative;
	padding-top: 50px;
	padding-bottom: 30px;
	background-color: #ffffff;
	overflow: hidden;
}

.events-list-all.events {
	padding-top: 50px;
	padding-bottom: 50px;
}

.events #sobytiya {
	position: absolute;
	top: -70px;
	left: 0;
	width: 1px;
	height: 1px;
}

.events .container {
	position: relative;
}

.events .inner-wrapper {
	position: relative;
	align-items: center;
	grid-gap: 36px;
	display: grid;
	grid-template-columns: auto 1fr;
}

.events .events__title {
	padding-bottom: 12px;
}

.events .events-filter {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.events .events-filter input {
	display: none;
}

.events .events-filter input:checked + label {
	height: 42px;
	padding: 0 35px 0 20px;
	color: #E2672A;
	border: 1px solid #E2672A;
	border-radius: 50px;
}

.events .events-filter label:hover {
	border: 1px solid #E2672A52;
}

.events .events-filter input:checked + label::before {
	opacity: 1;
}

.events .events-filter label,
.events .events-filter a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	padding: 0 35px 0 20px;
	margin-right: 10px;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	line-height: 42px;
	color: #898989;
	border: 1px solid transparent;
	border-radius: 50px;
	cursor: pointer;
	transition-duration: .3s;
	transition-property: background-color, border-color;
}

.events .events-filter label::before,
.events .events-filter a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 11px;
	height: 11px;
	background-size: contain;
	background-image: url('./images/cross.svg');
	background-position: center;
	background-repeat: no-repeat;
	transform: translateY(-50%);
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}

.events .events-filter .archive {
	padding-left: 40px;
	margin-right: 0;
}

.events .events-filter .archive::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 17px;
	background-color: #898989;
	transform: translateY(-50%);
}

.events .type-selector-container {
	margin-top: 10px;
	position: relative;
	align-items: center;
	grid-gap: 36px;
	display: grid;
	grid-template-columns: auto 116px;
}

.events .type-selector {
	position: relative;
	background-color: #E9E9E9;
	display: flex;
	border-radius: 25px;
	width: fit-content;
	align-items: center;
}

.events .type-selector > span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	background-color: #A2CB3F;
	border-radius: 25px;
	transition-duration: .3s;
	transition-property: left, width;
}

.events .type-selector > div {
	position: relative;
	font-family: 'Suisse Intl', serif;
	border-radius: 25px;
	padding: 0 25px;
	line-height: 50px;
	transition-duration: .3s;
	transition-property: color;
	text-align: center;
}

.events .type-selector > div.active {
	color: #fff;
}

.events .type-selector > div:not(.active) {
	cursor: pointer;
}

@media (max-width: 768px) {
	.events .type-selector-container {
		margin-top: 7px;
		display: grid;
		grid-template-columns: auto;
	}
	
	.events .type-selector {
		width: auto;
	}
	
	.events .type-selector > div {
		width: 50%;
		padding: 0;
		font-size: 14px;
	}
}

.events .events-slider {
	margin-top: 45px;
}

.events .events-list {
	display: flex;
}

.events-list-all.events .events-list {
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 30px;
}

.events .events-list .events-list__item {
	width: 380px;
}

.events-list-all.events .events-list .events-list__item {
	width: 315px;
}

.events-list-all p.empty {
	font-family: 'Alice', serif;
	font-style: normal;
	font-weight: 400;
	font-size: 73.0337px;
	line-height: 102.3%;
	color: #1D1D1D;
	text-align: center;
}

@media (max-width: 768px) {
	.events-list-all p.empty {
		font-size: 32px;
	}
}

.events .events-list .events-list__link {
	display: block;
	text-decoration: none;
}

.events .events-list .event-img {
	width: 100%;
	height: 270px;
	border-radius: 20px;
	overflow: hidden;
}

.events .events-list .event-img.no-photo {
	border: solid 1px #ddd;
}

.events .events-list .event-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.events .events-list .event-date {
	margin-top: 16px;
	font-family: 'Lato', serif;
	font-weight: 500;
	font-size: 13px;
	line-height: 138%;
	color: #7D7D7D;
}

.events .events-list .event-title {
	margin-top: 8px;
	font-family: 'Alice', serif;
	font-size: 18px;
	line-height: 140%;
	color: #333333;
}

.events .slider-btns {
	position: absolute;
	/*top: 20px;*/
	top: 96px;
	right: 20px;
	display: flex;
	margin-left: auto;
}

.events .slider-btns .events-slider-prev-btn {
	position: relative;
	width: 50px;
	height: 50px;
	background: #A2CB3F;
	border-radius: 50%;
	border: 1px solid #A2CB3F;
}

.events .slider-btns .events-slider-prev-btn::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 15px;
	height: 15px;
	background-image: url('./images/arrow1.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transform: translate(-50%, -50%) rotate(180deg);
}

.events .slider-btns .events-slider-prev-btn.swiper-button-disabled {
	background-color: transparent;
	border: 1px solid rgba(162, 203, 63, 0.4);
}

.events .slider-btns .events-slider-prev-btn.swiper-button-disabled::before {
	background-image: url('./images/arrow.svg');
	transform: translate(-50%, -50%) rotate(0deg);
}

.events .slider-btns .events-slider-next-btn {
	position: relative;
	width: 50px;
	height: 50px;
	margin-left: 16px;
	background: #A2CB3F;
	border-radius: 50%;
	border: 1px solid #A2CB3F;
}

.events .slider-btns .events-slider-next-btn::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 15px;
	height: 15px;
	background-image: url('./images/arrow1.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transform: translate(-50%, -50%);
}

.events .slider-btns .events-slider-next-btn.swiper-button-disabled {
	background-color: transparent;
	border: 1px solid rgba(162, 203, 63, 0.4);
}

.events .slider-btns .events-slider-next-btn.swiper-button-disabled::before {
	background-image: url('./images/arrow.svg');
	transform: translate(-50%, -50%) rotate(180deg);
}

.locations-top .top-block {
	position: relative;
	z-index: 10;
	padding-top: 210px;
	padding-bottom: 120px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	overflow: hidden;
	/*background-image: url(./images/map-detail-bg-default.jpg);*/
}

.locations-top .top-block::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) -100.21%, rgba(0, 0, 0, 0.5) 100%);
}

.locations-top .top-block.--no-picture::before {
	background: #F4F4F4;
}

.locations-top .locations-top__title {
	max-width: 1150px;
	margin: 0 auto;
	font-family: 'Alice', serif;
	font-weight: 400;
	font-size: 64.6157px;
	line-height: 102.3%;
	text-align: center;
	color: #FFFFFF;
}

.locations-top .top-block.--no-picture .locations-top__title {
	color: var(--color-header-dark);
}

.locations-top .locations-top-slider {
	position: relative;
	width: 100%;
	overflow: hidden;
	/*padding-bottom: 30px;*/
}

.locations-top .locations-top-list {
	display: flex;
}

.locations-top .locations-top-list .locations-top-list__item {
	position: relative;
	width: 590px;
	height: 380px;
	overflow: hidden;
}

.locations-top .locations-top-list .locations-top-list__item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.locations-top .locations-top-list .locations-video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	cursor: pointer;
}

.locations-top .locations-top-list .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 102px;
	height: 102px;
	background: rgba(226, 103, 42, 0.67);
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.locations-top .locations-top-list .play-btn.play {
	opacity: 0;
	visibility: hidden;
}

.locations-top .locations-top-list .play-btn::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 35px;
	height: 39px;
	background-image: url('./images/play.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: translate(-50%, -50%);
}

.locations-top .slider-btns {
	display: flex;
	justify-content: center;
	margin-top: 45px;
}

.locations-top .slider-btns .locations-top-slider-prev-btn {
	position: relative;
	width: 50px;
	height: 50px;
	background: #A2CB3F;
	border-radius: 50%;
	border: 1px solid #A2CB3F;
}

.locations-top .slider-btns .locations-top-slider-prev-btn::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 15px;
	height: 15px;
	background-image: url('./images/arrow1.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transform: translate(-50%, -50%) rotate(180deg);
}

.locations-top .slider-btns .locations-top-slider-prev-btn.swiper-button-disabled {
	background-color: transparent;
	border: 1px solid rgba(162, 203, 63, 0.4);
}

.locations-top .slider-btns .locations-top-slider-prev-btn.swiper-button-disabled::before {
	background-image: url('./images/arrow.svg');
	transform: translate(-50%, -50%) rotate(0deg);
}

.locations-top .slider-btns .locations-top-slider-next-btn {
	position: relative;
	width: 50px;
	height: 50px;
	margin-left: 16px;
	background: #A2CB3F;
	border-radius: 50%;
	border: 1px solid #A2CB3F;
}

.locations-top .slider-btns .locations-top-slider-next-btn::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 15px;
	height: 15px;
	background-image: url('./images/arrow1.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transform: translate(-50%, -50%);
}

.locations-top .slider-btns .locations-top-slider-next-btn.swiper-button-disabled {
	background-color: transparent;
	border: 1px solid rgba(162, 203, 63, 0.4);
}

.locations-top .slider-btns .locations-top-slider-next-btn.swiper-button-disabled::before {
	background-image: url('./images/arrow.svg');
	transform: translate(-50%, -50%) rotate(180deg);
}

.locations-subtop {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}

.locations-subtop .container {
}

.locations-subtop .txt-wrapper {
}

.locations-subtop .locations-subtop__title {
	margin-bottom: 48px;
}

.locations-subtop .locations-subtop__txt,
.locations-subtop .txt-wrapper > p {
	margin-top: 20px;
	font-family: 'Suisse Intl', serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 40px;
	color: #323435;
}

.locations-subtop .imgblock-full {
	display: flex;
	margin-top: 60px;
	margin-bottom: 78px;
}

.locations-subtop .imgblock-full__wrap {
	width: 50%;
	height: 0;
	padding-bottom: 35%;
	position: relative;
}

.locations-subtop .imgblock-full__img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.locations-subtop .rows-full {
	display: flex;
	margin: 0 -28px;
}

.locations-subtop .rows-full:not(:last-child) {
	margin-bottom: 70px;
}

.locations-subtop .rows-full__col {
	padding: 0 28px;
	width: 50%;
}

.locations-subtop .rows-full .imgblock-full__wrap {
	width: 100%;
	padding-bottom: 70%;
}

.locations-subtop .rows-full__content p {
	color: #323435;
	font-family: 'Suisse Intl', serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 37px;
}

.locations-subtop .container_full {
	max-width: none;
}

.locations-subtop .rows-full__content p:not(:last-child) {
	margin-bottom: 18px;
}

.locations-subtop .rows-full__content h2 {
	color: #1D1D1D;
	font-family: Alice;
	font-size: 42px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 26px;
}

.house-cards {
	margin-top: 116px;
	padding: 0 60px;
}

.house-cards__row {
	display: flex;
	margin: 0 -15px;
}

.house-cards__col {
	padding: 0 15px;
	width: 33.3333%;
	margin-bottom: 30px;
}

.house-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 10px;
	width: 100%;
	background: #F6F6F6;
}

.house-card__img-wrap {
	position: relative;
	padding-bottom: 70%;
	width: 100%;
	height: 0;
	overflow: hidden;
}

.house-card__img-wrap img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
}

.house-card__content {
	width: 100%;
	padding: 32px 35px 45px;
	text-align: left;
}

.house-card__title {
	color: #1D1D1D;
	font-family: Alice;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 123.3%;
	margin-bottom: 3px;
}

.house-card__text {
	color: #1D1D1D;
	font-family: Suisse Intl;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.55;
}

.house-cards__row_double .house-cards__col {
	width: 50%;
}

.house-cards__row_double .house-card {
	flex-direction: row;
}

.house-cards__row_double .house-card__img-wrap {
	min-width: 300px;
	width: 100%;
	padding-bottom: 45%;
}

.house-cards h2 {
	color: #1D1D1D;
	text-align: center;
	font-family: Alice;
	font-size: 42px;
	font-style: normal;
	font-weight: 400;
	line-height: 123.3%;
	margin: 0 auto;
	margin-bottom: 48px;
	max-width: 1050px;
}

.house-cards .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 1;
}

.house-cards .swiper-pagination-bullet-active {
	background-color: #A2CB3F;
}

.house-cards .container {
	padding: 0;
}

.house-card .swiper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

@media screen and (max-width: 1200px) {
	.house-cards__row_double .house-card {
		flex-direction: column;
	}
	
	.house-cards__row_double .house-card__img-wrap {
		width: 100%;
		min-width: 0;
		padding-bottom: 50%;
	}
}

@media screen and (max-width: 767px) {
	.house-cards__row {
		flex-wrap: wrap;
	}
	
	.house-cards__col {
		width: 100%;
	}
	
	.house-cards__row_double .house-cards__col {
		width: 100%;
	}
	
	.house-card__img-wrap {
		padding-bottom: 80%;
	}
	
	.house-cards__row_double .house-card__img-wrap {
		padding-bottom: 80%;
	}
	
	.house-cards h2 {
		font-size: 32px;
	}
	
	.house-cards {
		margin-top: 60px;
		padding: 0 20px;
	}
	
	.locations-subtop .rows-full {
		flex-wrap: wrap;
	}
	
	.locations-subtop .rows-full__col {
		width: 100%;
	}
	
	.locations-subtop .rows-full__col {
		margin-bottom: 30px;
	}
	
	.locations-subtop .imgblock-full {
		flex-wrap: wrap;
		padding: 0 20px;
	}
	
	.locations-subtop .imgblock-full .imgblock-full__wrap {
		width: 100%;
		padding-bottom: 70%;
	}
	
	.locations-subtop .imgblock-full .imgblock-full__wrap:not(:last-child) {
		margin-bottom: 30px;
	}
	
	.locations-subtop .imgblock-full {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	.locations-subtop .rows-full__content p {
		font-size: 16px;
		line-height: 28px;
	}
	
	.locations-subtop .rows-full__content p:not(:last-child) {
		margin-bottom: 16px;
	}
	
	.locations-subtop .rows-full__content h2 {
		font-size: 32px;
	}
	
	.locations-subtop .rows-full__col_content {
		order: -1;
	}
	
	.locations-subtop .rows-full:not(:last-child) {
		margin-bottom: 0;
	}
}

.locations-about {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}

.locations-about .container {
	display: grid;
	grid-template-columns: 1fr 570px;
	grid-gap: 90px;
}

.locations-about .locations-about__title {
	margin-bottom: 48px;
}

.locations-about .txt-wrapper > h3 {
	margin-top: 20px;
	font-family: 'Alice', serif;
	font-style: normal;
	font-weight: 400;
	font-size: 36.0337px;
	line-height: 102.3%;
	color: #1D1D1D;
}

.locations-about .locations-about__txt,
.locations-about .txt-wrapper > p {
	margin-top: 20px;
	font-family: 'Suisse Intl', serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 40px;
	color: #323435;
}

.locations-about .locations-about-list,
.locations-about .txt-wrapper > ul {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
}

.locations-about .locations-about-list .locations-about-list__item,
.locations-about .txt-wrapper > ul li {
	position: relative;
	padding-left: 35px;
	/* margin-top: 20px; */
	font-family: 'Suisse Intl', serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 40px;
	color: #323435;
}

.locations-about .locations-about-list .locations-about-list__item:first-of-type,
.locations-about .txt-wrapper > ul li:first-of-type {
	margin-top: 0;
}

.locations-about .locations-about-list .locations-about-list__item::before,
.locations-about .txt-wrapper > ul li::before {
	content: '';
	position: absolute;
	top: 20px;
	left: 0;
	width: 16px;
	height: 1px;
	background-color: #A2CB3F;
}

.locations-about .info-wrapper > div {
	position: -webkit-sticky;
	position: sticky;
	top: 100px;
}

.locations-about .contacts-wrapper {
	padding: 40px;
	width: 100%;
	margin-top: 16px;
	background: #F7F7F7;
	box-shadow: 0px 80px 32px rgba(0, 0, 0, 0.01), 0px 45px 27px rgba(0, 0, 0, 0.05), 0px 20px 20px rgba(0, 0, 0, 0.09), 0px 5px 11px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	margin-bottom: 50px;
}

.locations-about .contacts-wrapper .contacts-title {
	font-family: 'Alice', serif;
	font-weight: 400;
	font-size: 29.2323px;
	line-height: 102.3%;
	color: #1D1D1D;
}

.locations-about .contacts-wrapper .contacts-list {
	display: flex;
	flex-direction: column;
	padding-top: 30px;
	margin-top: 16px;
	border-top: 1px solid rgba(190, 190, 190, 0.6);
}

.locations-about .contacts-wrapper .contacts-list .contacts-list__item {
	position: relative;
	padding-left: 45px;
	margin-top: 20px;
}

.locations-about .contacts-wrapper .contacts-list .contacts-list__item:first-of-type {
	margin-top: 0;
}

.locations-about .contacts-wrapper .contacts-list .contacts-list__item.contacts-list__item--address::after {
	top: 7px;
	left: 7px;
	width: 15px;
	height: 18px;
	background-image: url('./images/icon.svg');
}

.locations-about .contacts-wrapper .contacts-list .contacts-list__item.contacts-list__item--tel::after {
	top: 9px;
	left: 6px;
	width: 17px;
	height: 16px;
	background-image: url('./images/icon1.svg');
}

.locations-about .contacts-wrapper .contacts-list .contacts-list__item.contacts-list__item--email::after {
	top: 11px;
	left: 7px;
	width: 15px;
	height: 12px;
	background-image: url('./images/icon2.svg');
}

.locations-about .contacts-wrapper .contacts-list .contacts-list__item::before {
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	width: 30px;
	height: 30px;
	background: #FFFFFF;
	border-radius: 50%;
}

.locations-about .contacts-wrapper .contacts-list .contacts-list__item::after {
	content: '';
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.locations-about .contacts-wrapper .contacts-list .contacts-list__txt {
	font-family: 'Suisse Intl', serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 30px;
	color: #323435;
	text-decoration: none;
}

.locations-about .btns-wrapper {
	/*margin-top: 50px;*/
	display: flex;
}

.locations-about .btns-wrapper .info-btn {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	text-decoration: none;
	border-radius: 90px;
	transition-duration: .3s;
	transition-property: background-color;
}

.locations-about .btns-wrapper .info-btn span {
	transition-duration: .3s;
	transition-property: color;
}

.locations-about .btns-wrapper .info-btn span::before {
	transition-duration: .3s;
	transition-property: -webkit-filter;
	transition-property: filter;
	transition-property: filter, -webkit-filter;
}

.locations-about .btns-wrapper .info-btn.info-btn--how {
	border: 1px solid #A2CB3F;
}

.locations-about .btns-wrapper .info-btn.info-btn--how:hover {
	background-color: #A2CB3F;
}

.locations-about .btns-wrapper .info-btn.info-btn--how span {
	color: #A2CB3F;
}

.locations-about .btns-wrapper .info-btn.info-btn--how:hover span {
	color: #fff;
}

.locations-about .btns-wrapper .info-btn.info-btn--how span::before {
	background-image: url('./images/icon3.png');
}

.locations-about .btns-wrapper .info-btn.info-btn--how:hover span::before {
	-webkit-filter: grayscale(100%) contrast(300%);
	filter: grayscale(100%) contrast(300%);
}

.locations-about .btns-wrapper .info-btn.info-btn--favorites {
	margin-left: 20px;
	border: 1px solid #E2672A;
}

.locations-about .btns-wrapper .info-btn.info-btn--favorites:hover {
	background-color: #E2672A;
}

.locations-about .btns-wrapper .info-btn.info-btn--favorites span {
	color: #E2672A;
}

.locations-about .btns-wrapper .info-btn.info-btn--favorites:hover span {
	color: #fff;
}

.locations-about .btns-wrapper .info-btn.info-btn--favorites span::before {
	background-image: url('./images/heart.svg');
}

.locations-about .btns-wrapper .info-btn.info-btn--favorites:hover span::before {
	-webkit-filter: grayscale(100%) brightness(2);
	filter: grayscale(100%) brightness(2);
}

.locations-about .btns-wrapper .info-btn.info-btn--favorites.added span::before {
	background-image: url('./images/unheart.svg');
}

.locations-about .btns-wrapper .info-btn.info-btn--favorites.added:hover span::before {
	-webkit-filter: grayscale(100%) brightness(2);
	filter: grayscale(100%) brightness(2);
}

.locations-about .btns-wrapper .info-btn span {
	position: relative;
	display: block;
	font-family: 'Suisse Intl', serif;
	font-size: 18px;
	line-height: 100%;
}

.locations-about .btns-wrapper .info-btn span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -40px;
	width: 22px;
	height: 70px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateY(-50%);
}

.footer {
	padding-top: 60px;
	padding-bottom: 30px;
	background: #F4F4F4;
}

.footer .top-block {
	display: grid;
	grid-template-columns: 270px auto auto auto;
	grid-gap: 50px;
}

.footer .bottom-block {
	margin-top: 50px;
	display: grid;
	grid-template-columns: 270px auto auto;
	grid-gap: 50px;
}

.footer .footer-logo {
	width: 71.79px;
	height: auto;
	display: block;
	overflow: hidden;
}

.footer .footer-logo img {
	width: 100%;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
}

.footer .footer__txt {
	max-width: 470px;
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 12px;
	line-height: 184%;
	color: #1E1E1E;
	text-decoration: none;
	opacity: 0.8;
}

.footer .footer__txt a {
	color: #1E1E1E;
}

.footer .footer__txt.footer__txt--creatior {
	justify-self: end;
}

.footer .link {
	display: block;
	justify-self: end;
	text-decoration: none;
	white-space: nowrap;
}

.footer .link .link__num {
	display: block;
	font-family: 'Alice', serif;
	font-size: 27.35px;
	line-height: 25px;
	letter-spacing: -0.01em;
	color: #1D1D1D;
}

.footer .link .link__txt {
	display: block;
	margin-top: 8px;
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	line-height: 170%;
	color: #1D1D1D;
	opacity: 0.6;
}

@media (max-width: 1392px) {
	.locations .locations-list {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.locations .locations-list .locations-list__item:nth-of-type(4) {
		grid-column: 1/3;
	}
	
	.locations .locations-list .locations-list__item:nth-of-type(5) {
		grid-column: 1/2;
	}
	
	.locations .locations-list .locations-list__item:last-of-type {
		grid-column: 2/3;
		grid-row: 5/7;
	}
	
	/*.events .inner-wrapper {*/
	/*	display: block;*/
	/*}*/
	/*.events .slider-btns {*/
	/*	top: 67px;*/
	/*}*/
	.locations-about .container {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 40px;
	}
}

@media (max-width: 1072px) {
	.locations-about .btns-wrapper {
		flex-wrap: wrap;
	}
	
	.locations-about .btns-wrapper .info-btn.info-btn--favorites {
		margin-left: 0;
		margin-top: 20px;
	}
	
	.footer .top-block {
		grid-template-columns: 150px auto auto auto;
	}
	
	.footer .bottom-block {
		grid-template-columns: 150px auto auto auto;
	}
}

@media (max-width: 992px) {
	.header .container {
		grid-gap: 8vw;
	}
	
	.about .about-img {
		display: none;
	}
	
	.about .container {
		grid-gap: 40px;
		display: block;
	}
	
	.about .txt-wrapper {
		grid-column: auto;
	}
	
	.locations-about .container {
		display: block;
	}
	
	.locations-about .btns-wrapper {
		flex-wrap: nowrap;
	}
	
	.locations-about .btns-wrapper .info-btn.info-btn--favorites {
		margin-top: 0;
		margin-left: 20px;
	}
	
	.footer .top-block {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.footer .bottom-block {
		display: flex;
		flex-direction: column;
		grid-gap: 0;
	}
	
	.footer .footer__txt {
		margin-top: 16px;
	}
	
	.footer .footer__txt br {
		display: none;
	}
	
	.footer .link {
		justify-self: start;
		margin-top: 20px;
	}
}

@media (max-width: 768px) {
	.title--h2 {
		font-size: 32px;
	}
	
	.header {
		padding-top: 16px;
		padding-bottom: 12px;
	}
	
	.header .container {
		grid-gap: 20px;
	}
	
	.header .mobile-menu {
		position: absolute;
		top: 0;
		right: 0;
		margin-right: -100%;
		width: 360px;
		height: 100vh;
		padding: 100px 40px 50px;
		background-color: #ffffff;
		overflow: hidden;
		overflow-y: scroll;
		transition: 0.6s ease;
	}
	
	.header .header-nav {
		align-items: flex-start;
		flex-direction: column;
		margin-bottom: 100px;
	}
	
	.header .header-nav .header-nav__link {
		margin-top: 50px;
		margin-left: 0;
		font-size: 27.919px;
		line-height: 35px;
		color: #323435;
	}
	
	.header .header-nav .header-nav__link.header-logo {
		display: none;
	}
	
	.header .header-logo {
		width: 40px;
		display: block;
	}
	
	.header .fake-left-block {
		display: none;
	}
	
	.header .burger {
		display: block;
	}
	
	.top {
		min-height: 0;
	}
	
	.top .top__pretitle {
		margin-top: 50px;
		font-size: 3.217vw;
	}
	
	.top .top__title {
		margin-top: 16px;
		font-size: 9vw;
	}
	
	.top .top__title br {
		display: none;
	}
	
	.top .btns-wrapper {
		flex-direction: column;
	}
	
	.top .btns-wrapper .top-btn {
		height: 50px;
		width: 200px;
		font-size: 16px;
		border-radius: 50px;
	}
	
	.top .btns-wrapper .top-btn.top-btn--yellow {
		margin-left: 0;
		margin-top: 16px;
	}
	
	.about {
		padding-top: 50px;
	}
	
	.about #o-proekte {
		top: -78px;
	}
	
	.about .about__title {
		margin-bottom: 20px;
	}
	
	.about .about__txt {
		margin-top: 16px;
		font-size: 16px;
		line-height: 28px;
	}
	
	.locations {
		padding-top: 40px;
	}
	
	.locations .locations__pretitle {
		font-size: 20px;
	}
	
	.locations .locations-slider {
		margin-top: 40px;
	}
	
	.locations .locations-list {
		display: flex;
		grid-gap: 0;
	}
	
	.locations .locations-list .locations-list__item {
		width: 310px;
	}
	
	.locations .locations-list .locations-list__link {
		padding: 30px 20px;
	}
	
	.locations .locations-list .locations-list__name {
		font-size: 24px;
	}
	
	.locations .slider-btns {
		display: flex;
		margin-top: 20px;
	}
	
	.events {
		padding-top: 30px;
	}
	
	.events-list-all.events {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.events #sobytiya {
		top: -90px;
	}
	
	.events-list-all.events .events-list {
	
	}
	
	.events-list-all.events .events-list .events-list__item {
		width: 100%;
	}
	
	.events .inner-wrapper {
		grid-gap: 20px;
	}
	
	.events .events__title {
		padding-bottom: 7px;
	}
	
	.events .events-filter label {
		margin-top: 5px;
		margin-right: 5px;
	}
	
	.events .events-slider {
		margin-top: 20px;
	}
	
	.events .events-list .events-list__item {
		width: 310px;
	}
	
	.events .slider-btns {
		position: static;
		top: 0;
		right: 0;
		margin-top: 20px;
		justify-content: center;
	}
	
	.events .events-filter {
		position: absolute;
		top: 0;
		right: 0;
	}
	
	.events .events-filter input,
	.events .events-filter label {
		display: none;
	}
	
	.events .events-filter label, .events .events-filter a.archive {
		padding: 0;
		height: 32px;
	}
	
	.events .events-filter .archive::after {
		display: none;
	}
	
	.locations-top .locations-top__title {
		margin-top: 16px;
		font-size: 9vw;
	}
	
	.locations-top .slider-btns {
		margin-top: 0;
		position: absolute;
		top: calc(50% - 25px);
		left: 17px;
		right: 17px;
		z-index: 2;
		justify-content: space-between;
	}
	
	.locations-top .slider-btns > button {
		margin: 0 !important;
		background-color: transparent !important;
		border-color: #fff !important;
	}
	
	.locations-about {
		padding-top: 30px;
	}
	
	.locations-about .locations-about__title {
		margin-bottom: 24px;
	}
	
	.locations-about .txt-wrapper > h3 {
		margin-top: 16px;
		font-size: 32.0337px;
	}
	
	.locations-about .locations-about__txt,
	.locations-about .txt-wrapper > p {
		margin-top: 16px;
		font-size: 16px;
		line-height: 28px;
	}
	
	.locations-about .locations-about-list .locations-about-list__item,
	.locations-about .txt-wrapper > ul li {
		margin-top: 16px;
		font-size: 16px;
		line-height: 28px;
	}
	
	.locations-about .locations-about-list .locations-about-list__item::before,
	.locations-about .txt-wrapper > ul li::before {
		top: 16px;
	}
	
	.locations-about .contacts-wrapper {
		margin-top: 40px;
		padding: 30px 20px;
		margin-bottom: 40px;
	}
	
	.locations-about .contacts-wrapper .contacts-list .contacts-list__txt {
		line-height: 28px;
	}
	
	.locations-about .btns-wrapper {
		margin-top: 40px;
	}
	
	.locations-about .btns-wrapper .info-btn {
		height: 50px;
		font-size: 16px;
		border-radius: 50px;
	}
	
	.footer {
		padding-top: 30px;
	}
	
	.footer .top-block {
		display: flex;
		flex-direction: column;
		grid-gap: 0;
	}
	
	.footer .bottom-block {
		margin-top: 20px;
	}
}

@media (max-width: 600px) {
	.locations-top .locations-top-list .locations-top-list__item {
		width: 100%;
		height: 300px;
	}
	
	.locations-about .btns-wrapper {
		flex-wrap: wrap;
	}
	
	.locations-about .btns-wrapper .info-btn {
		width: 100%;
	}
	
	.locations-about .btns-wrapper .info-btn.info-btn--favorites {
		margin-top: 20px;
		margin-left: 0;
	}
}

.bx-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}

.bx-pagination .pages {
	font-family: 'Suisse Intl', serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 140%;
	color: #575757;
	display: block;
	margin-right: 15px;
}

.bx-pagination ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
}

.bx-pagination ul li {
	min-width: 28px;
	min-height: 28px;
	padding: 0px 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 50%;
	transition: 0.3s;
	margin-left: 3px;
	margin-top: 0;
}

.bx-pagination ul li.bx-active {
	background-color: #A2CB3F;
	pointer-events: none;
}

.bx-pagination ul li.bx-active span {
	color: #FFFFFF;
}

.bx-pagination ul li a {
	font-family: 'Suisse Intl', serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 100%;
	color: #151515;
}

/* map start */

.map {
	position: relative;
	padding-top: 30px;
	background-color: #ffffff;
}

.map #mesta,
.map #mestafav {
	position: absolute;
	top: -78px;
	left: 0;
	width: 1px;
	height: 1px;
}

.map .map__title {
	text-align: center;
	margin-bottom: 75px;
}

.map .map-filter {
	background: #F4F4F4;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
	position: relative;
	z-index: 10;
}

.map .map-filter .filter-list {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
	flex-wrap: wrap;
	padding: 13px 0;
}

.map .map-filter .filter-list li {
	font-family: 'Alice', serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 102.3%;
	color: #1E1E1E;
	cursor: pointer;
	border-radius: 42px;
	border: 1px solid transparent;
	padding: 14px 40px 14px 50px;
	position: relative;
	transition-duration: .3s;
	transition-property: background-color, border-color;
}

.map .map-filter .filter-list li:hover {
	background-color: #ffffffd9;
}

.map .map-filter .filter-list li.active {
	background-color: #FFFFFF;
	border-color: #ccc;
}

.map .map-filter .filter-list li::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 11px;
	height: 11px;
	background-size: contain;
	background-image: url(./images/cross.svg);
	background-position: center;
	background-repeat: no-repeat;
	transform: translateY(-50%);
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}

.map .map-filter .filter-list li.active::after {
	opacity: 1;
}

.map .map-filter .filter-list li::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 11px;
	width: 34px;
	height: 26px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transform: translateY(-50%);
}

.map .map-container {
	width: 100%;
	height: 700px;
	overflow: hidden;
	position: relative;
}

.map .map-container .ymap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.map .map-container .ymap img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.map .map-container .container {
	position: relative;
}

.map .map-container .button-change-view,
.events-list-all .button-change-view {
	display: flex;
	height: 58px;
	align-items: center;
	
	padding: 0 29px 0 59px;
	background-color: #AACA57;
	background-position: 29px center;
	background-repeat: no-repeat;
	color: #fff;
	border-radius: 83px;
	cursor: pointer;
	
	font-family: 'Alice', serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 102.3%;
}

.map .map-container .button-change-view {
	position: absolute;
	right: 20px;
	top: 20px;
	background-image: url('./images/icon_list.svg');
}

.events-list-all .button-change-view {
	display: none;
	margin-bottom: 40px;
	margin-left: auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	background-image: url('./images/icon_map.svg');
}

.map .events-list-all .button-change-view {
	display: flex;
}

@media (max-width: 768px) {
	.events-list-all .button-change-view {
		margin-bottom: 30px;
		margin-right: auto;
	}
}

@media (max-width: 1000px) {
	.map .map-container .button-change-view {
		padding: 0 29px 0 29px;
		background-position: 20px center;
	}
	
	.map .map-container .button-change-view span {
		display: none;
	}
}

.map > .list-container {
	display: none;
}

.map .map-container .container.overlay {
	display: none;
	height: 100%;
}

.map .map-container .container.overlay > div {
	position: relative;
	height: 100%;
}

.map .map-container .map-info-container {
	position: absolute;
	left: -100%;
	top: 0;
	width: 50%;
	height: 100%;
	padding-right: 68px;
	opacity: 0;
	transition-duration: .3s;
	transition-property: left, opacity;
}

.map .map-container .map-info-container.active {
	left: 0;
	opacity: 1;
}

.map .map-container .map-info-container:not(.marshruty):before {
	position: absolute;
	content: '';
	right: 10px;
	top: calc(50% - 35px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 0 35px 60px;
	border-color: transparent transparent transparent #fff;
	z-index: 1;
}

.map .map-container .map-info-container > .cross {
	position: absolute;
	right: calc(11px + 10px);
	top: 30px;
	width: 47px;
	height: 47px;
	background-color: #515151;
	border-radius: 0px 10px 10px 0px;
	background-image: url('data:image/svg+xml,%3Csvg width=\'20\' height=\'21\' viewBox=\'0 0 20 21\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M1.00146 19.5264L19.2017 1.32617\' stroke=\'white\' stroke-linecap=\'round\'/%3E%3Cpath d=\'M19.2017 19.5264L1.00146 1.32617\' stroke=\'white\' stroke-linecap=\'round\'/%3E%3C/svg%3E%0A');
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.65;
	z-index: 1;
	cursor: pointer;
	transition-duration: .3s;
	transition-property: opacity;
}

.map .map-container .map-info-container > .cross:hover {
	opacity: 1;
}

.map .map-container .map-info {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #fff;
	box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
}

.map .map-info .images {
	height: 42%;
	background-color: #ccc;
	overflow: hidden;
	position: relative;
}

.map .map-info .images .button-prev,
.map .map-info .images .button-next {
	position: absolute;
	top: calc(50% - 25px);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #fff;
	z-index: 1;
	background-image: url('./images/arrow1.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px 15px;
	opacity: 0.75;
	transition-duration: .3s;
	transition-property: opacity;
}

.map .map-info .images .button-prev:hover,
.map .map-info .images .button-next:hover {
	opacity: 1;
}

.map .map-info .images .button-prev {
	transform: rotate(180deg);
	left: 17px;
}

.map .map-info .images .button-next {
	right: 17px;
}

.map .map-info .images .swiper-pagination-bullet {
	background-color: #D9D9D9;
	opacity: 1;
}

.map .map-info .images .swiper-pagination-bullet-active {
	background-color: #E2672A;
	opacity: 1;
}

.map .map-info .images .swiper-slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.map .map-info .info {
	position: relative;
	max-height: 58%;
	height: 58%;
	padding: 30px 38px;
	overflow-y: auto;
}

.map .map-info .cross {
	display: none;
	position: absolute;
	right: 17px;
	top: 17px;
	width: 50px;
	height: 50px;
	background-color: #51515152;
	border: solid 1px #fff;
	border-radius: 10px;
	background-image: url('data:image/svg+xml,%3Csvg width=\'20\' height=\'21\' viewBox=\'0 0 20 21\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M1.00146 19.5264L19.2017 1.32617\' stroke=\'white\' stroke-linecap=\'round\'/%3E%3Cpath d=\'M19.2017 19.5264L1.00146 1.32617\' stroke=\'white\' stroke-linecap=\'round\'/%3E%3C/svg%3E%0A');
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 1;
	z-index: 2;
	cursor: pointer;
}

.map .map-info .info h3 {
	font-family: 'Alice', serif;
	font-style: normal;
	font-weight: 400;
	font-size: 30.0646px;
	line-height: 102.3%;
	color: #1D1D1D;
}

.map .map-info .info p {
	margin-top: 15px;
	font-family: 'Suisse Intl', serif;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 28px;
	color: #323435;
}

.map .map-info .info .buttons {
	margin-top: 20px;
	display: flex;
	gap: 20px;
}

.map .map-info .info .info-more,
.map .map-info .info .info-favorites {
	height: 53px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Gilroy', serif;
	font-size: 15.7228px;
	line-height: 102.3%;
	border-radius: 75px;
}

.map .map-info .info .info-more {
	width: 194px;
	color: #FFFFFF;
	background-color: #A2CB3F;
	text-decoration: none;
	border: solid 1px #A2CB3F;
	transition-duration: .3s;
	transition-property: background-color, color;
}

.map .map-info .info .info-favorites {
	width: 53px;
	color: #E2672A;
	border: 1px solid #E2672A;
}

.map .map-info .info .info-favorites:hover {
	background-color: #E2672A;
	transition-duration: .3s;
	transition-property: background-color;
}

.map .map-info .info .info-favorites span {
	display: block;
	background-image: url(./images/heart.svg);
	width: 22px;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.map .map-info .info .info-favorites.added span {
	background-image: url(./images/unheart.svg);
	transition-duration: .3s;
	transition-property: -webkit-filter;
	transition-property: filter;
	transition-property: filter, -webkit-filter;
}

.map .map-info .info .info-favorites:hover span {
	-webkit-filter: grayscale(100%) brightness(2);
	filter: grayscale(100%) brightness(2);
}

.map .map-info .info .info-favorites.added:hover span {
	-webkit-filter: grayscale(100%) brightness(2);
	filter: grayscale(100%) brightness(2);
}

.map .map-info .info .info-more:hover {
	background-color: #fff;
	color: #323435;
}

@media (max-width: 768px) {
	.map .map-filter .filter-list li {
		font-size: 16px;
		line-height: 102.3%;
		color: #1E1E1E;
		cursor: pointer;
		border-radius: 38px;
		padding: 11px 36px 11px 42px;
	}
	
	.map .map-filter .filter-list li::before {
		width: 28px;
		height: 20px;
	}
	
	.map .map-container {
		height: 400px;
	}
	
	.map .map-container .map-info-container {
		transition-duration: 0s;
		transition-property: none;
	}
	
	.map .map-container .map-info {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 100;
	}
	
	.map .map-info .info {
		padding: 25px 25px;
	}
	
	.map .map-info .cross {
		display: block;
	}
	
	.map .map-container .map-info-container > .cross {
		opacity: 1;
	}
}

/* map end */

/* standart page start */

.standart-page-top .top-block {
	position: relative;
	z-index: 10;
	padding-top: 200px;
	padding-bottom: 70px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	overflow: hidden;
}

.standart-page-top .top-block::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) -100.21%, rgba(0, 0, 0, 0.5) 100%);
}

.standart-page-top .top-block.--no-picture::before {
	background: #F4F4F4;
}

.standart-page-top .standart-page-top__title {
	max-width: 1150px;
	margin: 0 auto;
	font-family: 'Alice', serif;
	font-weight: 400;
	font-size: 64.6157px;
	line-height: 102.3%;
	text-align: center;
	color: #FFFFFF;
}

.standart-page-top .top-block.--no-picture .standart-page-top__title {
	color: var(--color-header-dark);
}

.standart-page {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}

.standart-page .container {
	display: flex;
	gap: 20px;
}

.standart-page .left-block {
	width: 200px;
}

.standart-page .left-block .back-button {
	font-family: 'Suisse Intl', serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 36px;
	color: #323435;
	display: block;
	position: -webkit-sticky;
	position: sticky;
	top: 100px;
}

.standart-page .right-block {
	width: 300px;
}

.standart-page .standart-txt-wrapper {
	max-width: calc(100% - 200px - 300px);
}

@media (max-width: 1275px) {
	.standart-page .container {
		flex-direction: column;
	}
	
	.standart-page .standart-txt-wrapper {
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.standart-page-top .standart-page-top__title {
		margin-top: 16px;
		font-size: 9vw;
	}
}

/* standart page end */