* {
	max-height: 999999px;
	box-sizing: border-box;
	outline: none;
}
*:before,
*:after {
	box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
}
button {
	background: transparent;
	box-shadow: none;
	border: none;
	cursor: pointer;
}
ul,
ol,
li {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
a {
	text-decoration: none;
}
*|*:any-link:not(svg|a) {
	text-decoration: none;
}
body {
	min-height: 100%;
	width: 100%;
	font-family: "Geologica", Arial, sans-serif;
	-moz-osx-font-smoothing: grayscale;
	color: #212121;
	font-size: 16px;
	line-height: 1.15;
}
a {
	color: #212121;
	transition: color 0.3s ease;
}
.i-filter {
	position: relative;
	top: -50px;
}
.i-filter.if1 {
	top: -67px;
}
.filter-box {
	border-radius: 12px;
	border: 1px solid var(--Border, #e2e4e7);
	background: var(--White, #fff);
	padding: 40px 60px;
}
.filter-title {
	color: var(--Black, #141414);
	font-family: "Geologica";
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.filter-title span {
	/*color: var(--Grey, #707070);*/
	font-family: "Geologica";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.36px;
}
.filter-selects-box {
	display: flex;
	flex-grow: 1;
}
.filter-flex {
	display: flex;
}
.filter-search-box {
	display: none;
	flex-grow: 1;
}
.filter-search-box input {
	background: #fff;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	height: 100%;
	width: 100%;
	border: none;
	padding: 0px 25px;
}
.filter-flex .w_btn {
	border: none;
	background: #fff;
	justify-content: space-between;
	padding: 0 30px;
	color: var(--Black, #141414);
	font-family: "Geologica";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	height: 60px;
}
.filter-flex > div.w_btn {
	border-left: 1px solid #e2e4e7;
	border-top: 1px solid #e2e4e7;
	border-bottom: 1px solid #e2e4e7;
	position: relative;
}
.label-cbx {
	user-select: none;
}
.label-cbx input:checked + .checkbox {
	border: 2px solid rgba(68, 211, 112, 0.3);
}
.label-cbx input:checked + .checkbox svg path {
	fill: #44d370;
}
.label-cbx input:checked + .checkbox svg polyline {
	stroke-dashoffset: 0;
}
.label-cbx:hover .checkbox svg path {
	stroke-dashoffset: 0;
}
.label-cbx .checkbox {
	position: relative;
	top: 0px;
	float: left;
	width: 22px;
	height: 22px;
	border: 2px solid #dfe1e3;
	border-radius: 3px;
}
.filter-flex .label-cbx .checkbox {
	margin-right: 8px;
}
.label-cbx .checkbox svg {
	top: -1px;
	left: -1px;
}
.label-cbx .checkbox svg path {
	fill: none;
	stroke: #20c2e0;
	stroke: #20c2e0;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 71px;
	stroke-dashoffset: 71px;
	transition: all 0.6s ease;
}
.label-cbx .checkbox svg polyline {
	fill: none;
	stroke: #fff;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 18px;
	stroke-dashoffset: 18px;
	transition: all 0.3s ease;
}
.label-cbx > span {
	pointer-events: none;
	vertical-align: middle;
}
.cntr {
	width: 100%;
}
.invisible {
	z-index: -1;
	width: 0;
	height: 0;
	opacity: 0;
}
.select {
	position: relative;
	flex-grow: 1;
	margin: 0 auto;
	background: #fff;
}
.filter-flex .w_btn:hover svg {
	fill: none;
}
.checkselect {
	position: relative;
	display: inline-block;
	min-width: 200px;
	min-width: 35%;
	text-align: left;
}
.checkselect-control {
	position: relative;
	padding: 0 !important;
	height: 60px;
}
.checkselect-control::before {
	content: "";
	width: 17px;
	height: 10px;
	background: url("../images/design/select-arr.svg");
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: calc(50% - 5px);
	right: 30px;
	z-index: 2;
}
.checkselect-control.active::before,
.w_is-opened .w_btn-append {
	transform: rotate(180deg);
	transition: all 0.3s linear;
}
.br-1 {
	border-right: 1px solid #e2e4e7;
}
.checkselect-control select {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding-left: 30px;
	padding-right: 30px;
	height: 100%;
	background: #fff;
	border: none;
	border-left: 1px solid #e2e4e7;
	border-top: 1px solid #e2e4e7;
	border-bottom: 1px solid #e2e4e7;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	color: var(--Black, #141414);
	font-family: "Geologica";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
.checkselect-over {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}
.checkselect-popup {
	display: none;
	box-sizing: border-box;
	margin: 0;
	padding: 20px 0;
	width: 100%;
	height: auto;
	max-height: 300px;
	position: absolute;
	top: 120%;
	left: 0px;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
	z-index: 9999;
	overflow: auto;
	user-select: none;
}
.checkselect label {
	position: relative;
	display: block;
	margin: 0;
	padding: 4px 6px 4px 25px;
	color: #141414;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	cursor: pointer;
}
.checkselect-popup input {
	position: absolute;
	top: 5px;
	left: 30px;
	margin: 0 !important;
	padding: 0;
}
.checkselect-popup label:hover {
	/* background: rgba(23, 51, 149, 0.1); */
	background: rgba(100%, 18%, 18%, 0.1);
}
/*::selection {
	color: inherit;
}*/
.filter-btn {
	background: #173395;
	border: none;
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	width: 200px;
	padding: 18px 28px;
	transition:
	color 0.3s ease,
	border-color 0.3s ease,
	background-color 0.3s ease;
}
.filter-head {
	padding: 20px 30px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e2e4e7;
	cursor: pointer;
}
.filter-head {
	color: #141414;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
}
.filter-head:hover {
	color: #141414;
	background: rgba(23, 51, 149, 0.1);
}
.filter-head svg {
	margin-right: 5px;
}
.marshrut-list-box {
	margin: 30px 0 40px;
}
.marshrut-list-box .swiper {
	width: 100%;
	padding: 2px 0;
}
.marshrut-list {
	display: flex;
	justify-content: space-between;
	margin: 30px 0 20px;
	min-width: 1280px;
}
.marshrut-list a {
	border-radius: 90px;
	background: #f2f4f7;
	padding: 14px 20px 15px 20px;
	color: #173395;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: inline-block;
	width: max-content;
}
.marshrut-list a:last-child {
	margin-right: 0;
}
.sort-box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.show-box {
	position: relative;
}
.show {
	display: flex;
	align-items: center;
	color: #8a8a8a;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	margin-left: 8px;
	cursor: pointer;
}
.show svg {
	stroke: #4f4f4f;
	margin-left: 12px;
}
.show-list-box {
	position: absolute;
	width: 290px;
	padding-top: 20px;
	top: 20px;
	right: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 3;
}
.show-list {
	padding: 20px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0px 4px 25px 0px rgba(0, 70, 153, 0.3);
}
.show-filter span {
	display: block;
	padding-bottom: 27px;
	color: #141414;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	cursor: pointer;
	padding: 9px 30px;
}
.show-filter span:hover {
	background: rgba(23, 51, 149, 0.1);
}
.show:hover {
	color: #ff006b;
}
.show-box:nth-child(1) .show:hover svg {
	stroke: #ff006b;
}
.show-box:hover .show-list-box {
	opacity: 1;
	visibility: visible;
}
.top-filter-input {
	visibility: hidden;
	position: absolute;
}
.top-filter-label {
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	color: #141414;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	margin-right: 10px;
	cursor: pointer;
	border-radius: 4px;
	border: 1px solid #dfe1e3;
	background: var(--White, #fff);
	padding: 16px 30px 15px 30px;
	width: max-content;
	transition: all 0.2s;
}
.top-filter-label svg {
	margin-right: 10px;
	fill: #141414;
}
.top-filter-input:checked ~ .top-filter-label {
	color: var(--Red, #ff2d2d);
	border: 1px solid var(--Red, #ff2d2d);
}
.top-filter-input:checked ~ .top-filter-label svg {
	fill: #ff2d2d;
}
.top-filter-list {
	padding-left: 0px;
	margin: 0 0 20px;
	display: flex;
	justify-content: flex-start;
}
.w_btn {
	/* color: #173395; */
	color: #141414;
	height: 40px;
	font-size: 16px;
	display: inline-flex;
	padding-left: 30px;
	padding-right: 30px;
	align-items: center;
	justify-content: center;
	transition:
	color 0.3s ease,
	border-color 0.3s ease,
	background-color 0.3s ease;
	cursor: pointer;
	outline: none;
	border: 1px solid #dfe1e3;
}
@media (min-width: 36.25em) {
	.w_guidebook__direction-item {
		flex: 1;
		padding-left: 5px;
		padding-right: 5px;
		display: flex;
		margin: unset;
		margin-right: unset;
	}
}
@media (min-width: 64em) {
	.w_guidebook__direction-item {
		flex: auto;
	}
}
@media (min-width: 64em) {
	.w_directionSearch {
		position: absolute;
		z-index: 1;
		top: calc(100% + 10px);
		left: 0;
		bottom: auto;
		right: auto;
		border: 1px solid #212121;
		border-radius: 5px;
		box-shadow: none;
		width: 250px;
	}
}
[hidden] {
	display: none;
}
.w_directionSearch {
	background: #fdfdfd;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	max-height: calc(var(--vh, 1vh) * 100);
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
	display: flex;
	flex-direction: column;
	opacity: 0;
	pointer-events: none;
	z-index: 84;
	width: 320px;
	transition: opacity 0.3s ease;
}

@media (min-width: 64em) {
	.w_directionSearch__header {
		display: none;
	}
}
.w_directionSearch__header {
	display: flex;
	justify-content: space-between;
	padding: 20px 20px 0 40px;
	align-items: center;
}
.w_directionSearch__header-title {
	font-size: 24px;
	font-weight: bold;
}
.w_directionSearch__header-close {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	background: var(--Red, #ff2d2d);
	width: 40px;
	height: 40px;
	transition: background-color 0.3s ease;
	margin-left: 20px;
	position: relative;
	z-index: 100;
}
/* .svg-image-close-white {
	background-position: 54.940711462450594% 86.58536585365853%;
	background-size: 1505.55556% auto;
	width: 10px;
} */
.w_directionSearch__header-close:hover {
	background: #ff2d2d;
}
/* .w_directionSearch__header-close .svg-image-close-white {
	pointer-events: none;
} */
.w_directionSearch__loader {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.w_directionSearch__field {
	border-bottom: 1px solid #ececec;
	padding: 14px 20px;
	position: relative;
}
.w_directionSearch__field-icon {
	position: absolute;
	left: 52px;
	top: 50%;
	transform: translateY(-50%);
}
.w_directionSearch__input {
	padding-left: 38px;
	line-height: normal;
	width: 100%;
	border: 1px solid #95979C;
	border-radius: 40px;
	font-size: 16px;
	box-shadow: none;
	-webkit-appearance: none;
	font-family: "Inter", sans-serif;
}
.w_directionSearch__content {
	border-bottom: 1px solid #ececec;
	padding: 20px 15px 20px 40px;
	flex: 1;
}
.w_directionSearch__content_distance {
	border-top: 1px solid #ececec;
	margin-top: 20px;
}
.w_directionSearch__list {
	overflow: auto;
	height: 100%;
	min-height: 130px;
}
.w_directionSearch__list a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #173395;
}
.w_directionSearch__list a.w_is-checked {
	color: #ff2d2d;
}
.w_directionSearch__list .empty {
	color: #808080;
}
.w_directionSearch__list .mCSB_container {
	min-height: 130px;
}
.w_directionSearch__list_distance {
	min-height: unset;
	font-size: 16px;
}
.w_directionSearch__list_distance .mCSB_container {
	min-height: unset;
}
.w_directionSearch__footer {
	padding: 20px 40px 40px;
}
.w_directionSearch__footer .w_btn-submit {
	display: flex;
	transition:
	opacity 0.3s ease,
	color 0.3s ease,
	border-color 0.3s ease;
}
.w_directionSearch__footer .w_btn-submit.w_is-disabled {
	cursor: default;
	pointer-events: none;
	opacity: 0.5;
}
.w_directionSearch.w_is-active,
.w_guidebook__filter-checkbox:checked ~ .w_directionSearch.w_guidebook__filter-item {
	opacity: 1;
	pointer-events: auto;
	z-index: 25;
}
.w_directionSearch {
	border-radius: 4px;
	background: var(--White, #fff);
	box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
	border: none;
}
.w_directionSearch__content {
	padding-left: 0;
	padding-right: 0;
}
.w_directionSearch__list {
	overflow: auto;
	height: 100%;
	min-height: 130px;
}
.w_directionSearch__list_distance {
	min-height: unset;
	font-size: 16px;
}
.w_directionSearch__list-item {
	width: 100%;
	cursor: pointer;
}
.w_directionSearch__list_distance {
	font-size: 16px;
}
.w_directionSearch.w_is-active,
.w_guidebook__filter-checkbox:checked ~ .w_directionSearch.w_guidebook__filter-item {
	pointer-events: auto;
}
.w_directionSearch__list-item input {
	display: none;
}
.w_directionSearch__list-item a,
.w_directionSearch__list-item span,
.filter-head {
	color: #141414;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
}
.w_directionSearch__list-item span,
.w_directionSearch__list a,
.new__search .w_directionSearch__list-item span {
	padding-left: 30px;
	padding-right: 30px;
	cursor: pointer;
}
.w_directionSearch__list-item span {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
.filter-head:hover,
.w_directionSearch__list-item span:hover,
.w_directionSearch__list a:hover,
.new__search .w_directionSearch__list-item span:hover {
	color: #141414;
	/* background: rgba(23, 51, 149, 0.1); */
	background: rgba(100%, 18%, 18%, 0.1);
}
@media (min-width: 64em) {
	.w_directionSearch__list {
		max-height: 166px;
	}
}
@media (min-width: 64em) {
	.w_directionSearch {
		position: absolute;
		z-index: 1;
		top: calc(100% + 10px);
		left: 0;
		bottom: auto;
		right: auto;
		border-radius: 5px;
		width: 250px;
	}
	.w_directionSearch__header {
		display: none;
	}
	.w_directionSearch__content {
		height: 186px;
		max-height: 186px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.w_directionSearch__content_distance {
		height: auto;
		border-top: none;
		margin-top: 0;
		padding-top: 20px;
	}
	.w_directionSearch__footer {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
	}
	.w_directionSearch__footer .w_btn-submit {
		background: none;
		color: #173395;
		height: 30px;
		font-size: 14px;
	}
	.w_directionSearch__footer .w_btn-submit:hover {
		color: #ff2d2d;
	}
	.w_directionSearch__field-icon {
		left: 20px;
	}
	.w_directionSearch__input {
		border: none;
		padding-left: 26px;
	}
	.w_directionSearch__list {
		max-height: 166px;
	}
	.w_directionSearch__list a {
		padding-top: 4px;
		padding-bottom: 5px;
	}
	.w_directionSearch--subMenu .w_directionSearch__content {
		height: unset;
		max-height: unset;
	}
	.w_directionSearch--subMenu .w_directionSearch__list {
		max-height: unset;
	}
	.w_directionSearch--subMenu .w_directionSearch__list a:hover,
	.w_directionSearch--subMenu .w_directionSearch__list a.w_is-active,
	.w_directionSearch--subMenu
	.w_directionSearch__list
	.w_guidebook__filter-checkbox:checked
	~ a.w_guidebook__filter-item {
		color: #ff2d2d;
	}
}
.i-one {
	background: #95979c;
	position: relative;
	padding-bottom: 70px;
	padding-top: 255px;
}
.i-one-title {
	max-width: 630px;
	color: #fff;
	font-family: "Geologica";
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.96px;
	margin-bottom: 40px;
}
.i-link a {
	display: flex;
	width: max-content;
	color: #fff;
	font-family: "Geologica";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	text-transform: uppercase;
	margin-bottom: 74px;
	padding-bottom: 10px;
	position: relative;
	overflow: hidden;
}
.i-link svg {
	margin: 4px 0px 0px 20px;
	stroke: #fff;
}
.i-link-b span,
.i-link span {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 100%;
	text-align: left;
	transform: translateZ(0);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.i-link-b span::before,
.i-link span::before {
	/* content: "→"; */
	content: "";
	width: 16px;
	height: 11px;
	position: absolute;
	top: 5px;
	left: 0;
	display: inline-block;
	font-size: 20px;
	transform: translateX(-2rem) translateZ(0);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.i-link-b span::after,
.i-link span::after {
	content: "";
	width: 16px;
	height: 11px;
	margin-left: 2.25rem;
	margin-top: 5px;
}
.i-link span::after,
.i-link span::before {
	background: url("../images/design/i-link.svg");
}
.i-link-b span::after,
.i-link-b span::before {
	background: url("../images/design/i-link-b.svg");
}
.i-link-b a:hover span,
.i-link a:hover span {
	transform: translateX(2rem) translateZ(0);
}
.i-link-b a::after,
.i-link-b a::before,
.i-link a::before,
.i-link a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: currentColor;
	transform-origin: right;
	transform: scaleX(1) translateZ(0);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.i-link-b a::after,
.i-link a::after {
	transform-origin: left;
	transform: scaleX(0) translateZ(0);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.i-link-b a:hover::before,
.i-link a:hover::before {
	transform: scaleX(0) translateZ(0);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.i-link-b a:hover::after,
.i-link a:hover::after {
	transform: scaleX(1) translateZ(0);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.i-one-bigsubtitle svg {
	margin-right: 0.5vw;
	fill: #717378;
}
.i-one-bigtitle svg {
	margin-right: 1vw;
}
.i-one-bigtitle svg:nth-child(7) {
	align-self: flex-end;
}
.i-one-bigsubtitle {
	display: flex;
	align-items: flex-end;
	margin-bottom: 23px;
}
.i-one-bigtitle {
	display: flex;
	max-height: 192px;
	/* align-items: flex-end; */
}
.i-one-img {
	width: 60%;
	max-width: 1064px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.i-one-img img {
	width: 100%;
}
.i-two {
	overflow: hidden;
	padding: 120px 0 0;
}
.title-flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 120px;
}
.title-flex span {
	max-width: 234px;
	color: var(--Black, #141414);
	font-family: "Geologica";
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: -0.48px;
}
.title-flex h2 {
	width: 67%;
	color: var(--Black, #141414);
	font-kerning: none;
	font-family: "Geologica";
	font-size: 58px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: -1.16px;
}
.swiper {
	width: 100%;
	height: 100%;
}
.i-two-slider .swiper,
.i-fwo .swiper {
	overflow: unset;
}
.swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.i-two-slider .swiper-slide {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
}
.i-two-slider__box {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px 30px 38px;
	opacity: 0.9;
	background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}
.i-two-slider__sub {
	color: #fff;
	font-family: "Geologica";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.28px;
	text-transform: uppercase;
	margin-bottom: 9px;
}
.i-two-slider__title {
	color: #fff;
	font-family: "Geologica";
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.56px;
	position: relative;
	display: inline-block;
}
.i-three {
	padding: 160px 0;
}
.i-three-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
}
.i-three-card {
	display: flex;
	overflow: hidden;
	min-height: 292px;
	position: relative;
	border-radius: 12px;
	border: 1px solid #e7e7e7;
	background: #fff;
}
.i-three-card__box {
	max-width: 295px;
	width: 70%;
	height: 100%;
	position: relative;
	padding: 40px 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.i-three-card__title {
	color: var(--Black, #141414);
	font-family: "Geologica";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}
.i-three-card__title span{
	margin-bottom: 5px;
}
.i-three-card__num {
	border-radius: 50px;
	background: var(--BG-light-blue, #f2f4f7);
	padding: 8px 15px;
	color: var(--Grey, #707070);
	font-family: "Geologica";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.32px;
	width: max-content;
}
.i-three-card__img {
	border-radius: 341px;
	overflow: hidden;
	position: absolute;
	height: 341px;
	width: 341px;
	top: -25px;
	right: -90px;
}
.i-three-card__img img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: -70px;
}
.sw-btn,
.swiper-button-prev,
.swiper-button-next {
	z-index: 3;
	position: absolute;
	bottom: -34px;
	z-index: 10;
	cursor: pointer;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #f3f3f3;
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-image: none;
	background-size: auto;
}
.swiperPrev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("../images/design/slider-arr2.svg");
	background-repeat: no-repeat;
	background-size: 16px 11px;
	background-position: center;
	left: unset;
	right: 90px;
}
.swiperNext,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("../images/design/slider-arr.svg");
	background-repeat: no-repeat;
	background-size: 16px 11px;
	background-position: center;
	right: 10px;
}
.i-fwo {
	padding-bottom: 160px;
}
.i-fwo .i-link a {
	margin-bottom: 0;
}
.i-fwo-box {
	border-radius: 24px;
	background: #4b4f51;
	padding: 120px 70px 100px;
	overflow: hidden;
}
.i-fwo-title {
	color: #fff;
	font-kerning: none;
	font-family: "Geologica";
	font-size: 58px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: -1.16px;
	margin-bottom: 5px;
}
.i-fwo-subtitle {
	color: #fff;
	font-family: "Geologica";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.36px;
	margin-bottom: 40px;
}
.i-fwo-slider {
	position: relative;
	padding-bottom: 75px;
}
.i-fwo-slid__img {
	border-radius: 12px;
	overflow: hidden;
}
.i-fwo-slider__box {
	padding-top: 30px;
}
.i-fwo-slider__title {
	color: #fff;
	font-family: "Geologica";
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 20px;
}
.i-fwo-slider__text {
	color: rgba(255, 255, 255, 0.4);
	font-family: "Geologica";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 40px;
}
.i-fwo-slider__sale {
	border-radius: 80px;
	background: rgba(255, 255, 255, 0.2);
	padding: 16px 30px;
	width: max-content;
	display: flex;
	align-items: center;
	color: var(--White, #fff);
	text-align: center;
	font-family: "Geologica";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
}
.i-fwo-slider__sale svg {
	margin-right: 20px;
}
.i-link-b {
	display: flex;
}
.i-link-b a {
	display: flex;
	position: relative;
	padding-bottom: 10px;
	color: var(--Black, #141414);
	font-family: "Geologica";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	text-transform: uppercase;
	overflow: hidden;
}
.i-link-b a::before {
	content: "";
	width: 100%;
	height: 1px;
	background: #141414;
	position: absolute;
	bottom: 0;
	left: 0;
}
.i-link-b svg {
	margin: 4px 0px 0px 20px;
	stroke: #141414;
}
.i-five {
	padding-bottom: 160px;
}
.i-five-title {
	color: var(--Black, #141414);
	font-kerning: none;
	font-family: "Geologica";
	font-size: 58px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: -1.16px;
	margin-bottom: 5px;
}
.i-five-subtitle {
	color: var(--Black, #141414);
	font-family: "Geologica";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.36px;
	opacity: 0.5;
}
.i-five-slider {
	position: relative;
	margin-top: 40px;
	padding-bottom: 75px;
}
.i-five-slid__img {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
}
.i-five-slid__sale {
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 30px;
	min-height: 299px;
	display: flex;
	align-items: flex-end;
	/* opacity: 0.9; */
	background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}
.i-five-slid__sale span {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 80px;
	background: #fff;
	padding: 8px 16px;
	color: var(--Black, #141414);
	text-align: center;
	font-family: "Geologica";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
}
.i-five-slider__box {
	padding-top: 30px;
}
.i-five-slider__subtitle {
	color: var(--Grey, #707070);
	font-family: "Geologica";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.28px;
	text-transform: uppercase;
	margin-bottom: 9px;
}
.i-five-slider__title {
	color: var(--Black, #141414);
	font-family: "Geologica";
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.56px;
	margin-bottom: 20px;
}
.i-five-bottom {
	color: var(--Grey, #707070);
	text-align: center;
	font-family: "Geologica";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	display: flex;
	align-items: center;
}
.i-five-bottom span {
	padding: 0 12px;
	position: relative;
}
.i-five-bottom span:first-child {
	padding-left: 0;
}
.i-five-bottom span:first-child::before {
	display: none;
}
.i-five-bottom span::before {
	content: "";
	position: absolute;
	top: 9px;
	left: -3px;
	width: 4px;
	height: 4px;
	background: #707070;
	border-radius: 50%;
}
.main-content {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 30px;
	right: 30px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	opacity: 0;
	z-index: 2;
}
.main-content svg {
	cursor: pointer;
	overflow: visible;
	width: 50px;
}
.main-content svg #heart {
	transform-origin: center;
	animation: animateHeartOut 0.3s linear forwards;
}
.main-content svg #main-circ {
	transform-origin: 29.5px 29.5px;
}
.main-content label {
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-content input,
.main-content input {
	display: none;
}
.main-content input:checked + label svg #heart {
	transform: scale(0.2);
	fill: #e2264d;
	animation: animateHeart 0.3s linear forwards 0.25s;
}
.main-content input:checked + label svg #main-circ {
	transition: all 2s;
	animation: animateCircle 0.3s linear forwards;
	opacity: 1;
}
.main-content input:checked + label svg #grp1 {
	opacity: 1;
	transition: 0.1s all 0.3s;
}
.main-content input:checked + label svg #grp1 #oval1 {
	transform: scale(0) translate(0, -30px);
	transform-origin: 0 0 0;
	transition: 0.5s transform 0.3s;
}
.main-content input:checked + label svg #grp1 #oval2 {
	transform: scale(0) translate(10px, -50px);
	transform-origin: 0 0 0;
	transition: 1.5s transform 0.3s;
}
.main-content input:checked + label svg #grp2 {
	opacity: 1;
	transition: 0.1s all 0.3s;
}
.main-content input:checked + label svg #grp2 #oval1 {
	transform: scale(0) translate(30px, -15px);
	transform-origin: 0 0 0;
	transition: 0.5s transform 0.3s;
}
.main-content input:checked + label svg #grp2 #oval2 {
	transform: scale(0) translate(60px, -15px);
	transform-origin: 0 0 0;
	transition: 1.5s transform 0.3s;
}
.main-content input:checked + label svg #grp3 {
	opacity: 1;
	transition: 0.1s all 0.3s;
}
.main-content input:checked + label svg #grp3 #oval1 {
	transform: scale(0) translate(30px, 0px);
	transform-origin: 0 0 0;
	transition: 0.5s transform 0.3s;
}
.main-content input:checked + label svg #grp3 #oval2 {
	transform: scale(0) translate(60px, 10px);
	transform-origin: 0 0 0;
	transition: 1.5s transform 0.3s;
}
.main-content input:checked + label svg #grp4 {
	opacity: 1;
	transition: 0.1s all 0.3s;
}
.main-content input:checked + label svg #grp4 #oval1 {
	transform: scale(0) translate(30px, 15px);
	transform-origin: 0 0 0;
	transition: 0.5s transform 0.3s;
}
.main-content input:checked + label svg #grp4 #oval2 {
	transform: scale(0) translate(40px, 50px);
	transform-origin: 0 0 0;
	transition: 1.5s transform 0.3s;
}
.main-content input:checked + label svg #grp5 {
	opacity: 1;
	transition: 0.1s all 0.3s;
}
.main-content input:checked + label svg #grp5 #oval1 {
	transform: scale(0) translate(-10px, 20px);
	transform-origin: 0 0 0;
	transition: 0.5s transform 0.3s;
}
.main-content input:checked + label svg #grp5 #oval2 {
	transform: scale(0) translate(-60px, 30px);
	transform-origin: 0 0 0;
	transition: 1.5s transform 0.3s;
}
.main-content input:checked + label svg #grp6 {
	opacity: 1;
	transition: 0.1s all 0.3s;
}
.main-content input:checked + label svg #grp6 #oval1 {
	transform: scale(0) translate(-30px, 0px);
	transform-origin: 0 0 0;
	transition: 0.5s transform 0.3s;
}
.main-content input:checked + label svg #grp6 #oval2 {
	transform: scale(0) translate(-60px, -5px);
	transform-origin: 0 0 0;
	transition: 1.5s transform 0.3s;
}
.main-content input:checked + label svg #grp7 {
	opacity: 1;
	transition: 0.1s all 0.3s;
}
.main-content input:checked + label svg #grp7 #oval1 {
	transform: scale(0) translate(-30px, -15px);
	transform-origin: 0 0 0;
	transition: 0.5s transform 0.3s;
}
.main-content input:checked + label svg #grp7 #oval2 {
	transform: scale(0) translate(-55px, -30px);
	transform-origin: 0 0 0;
	transition: 1.5s transform 0.3s;
}
.main-content input:checked + label svg #grp2 {
	opacity: 1;
	transition: 0.1s opacity 0.3s;
}
.main-content input:checked + label svg #grp3 {
	opacity: 1;
	transition: 0.1s opacity 0.3s;
}
.main-content input:checked + label svg #grp4 {
	opacity: 1;
	transition: 0.1s opacity 0.3s;
}
.main-content input:checked + label svg #grp5 {
	opacity: 1;
	transition: 0.1s opacity 0.3s;
}
.main-content input:checked + label svg #grp6 {
	opacity: 1;
	transition: 0.1s opacity 0.3s;
}
.main-content input:checked + label svg #grp7 {
	opacity: 1;
	transition: 0.1s opacity 0.3s;
}
@keyframes animateCircle {
	40% {
		transform: scale(10);
		opacity: 1;
		fill: #dd4688;
	}
	55% {
		transform: scale(11);
		opacity: 1;
		fill: #d46abf;
	}
	65% {
		transform: scale(12);
		opacity: 1;
		fill: #cc8ef5;
	}
	75% {
		transform: scale(13);
		opacity: 1;
		fill: transparent;
		stroke: #cc8ef5;
		stroke-width: 0.5;
	}
	85% {
		transform: scale(17);
		opacity: 1;
		fill: transparent;
		stroke: #cc8ef5;
		stroke-width: 0.2;
	}
	95% {
		transform: scale(18);
		opacity: 1;
		fill: transparent;
		stroke: #cc8ef5;
		stroke-width: 0.1;
	}
	100% {
		transform: scale(19);
		opacity: 1;
		fill: transparent;
		stroke: #cc8ef5;
		stroke-width: 0;
	}
}
@keyframes animateHeart {
	0% {
		transform: scale(0.2);
	}
	40% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes animateHeartOut {
	0% {
		transform: scale(1.4);
	}
	100% {
		transform: scale(1);
	}
}
.i-six {
	padding-bottom: 120px;
}
.i-six-title {
	color: var(--Black, #141414);
	font-kerning: none;
	font-family: "Geologica";
	font-size: 58px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: -1.16px;
	margin-bottom: 5px;
}
.i-six-subtitle {
	color: var(--Black, #141414);
	font-family: "Geologica";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.36px;
	margin-bottom: 40px;
	opacity: 0.5;
}
.i-six-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
	margin-bottom: 60px;
}
.i-six-card:nth-child(4) {
	display: none;
}
.i-six-card__img {
	border-radius: 12px;
	overflow: hidden;
}
.i-six-card__box {
	padding-top: 30px;
}
.i-six-card__date {
	color: var(--Grey, #707070);
	font-family: "Geologica";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	margin-bottom: 15px;
}
.i-six-card__title {
	color: var(--Black, #141414);
	font-family: "Geologica";
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	letter-spacing: -0.48px;
}
.i-seven {
	padding-bottom: 80px;
}
.big-container {
	max-width: 1840px;
	padding: 0 20px;
	margin: 0 auto;
}
.i-seven-flex {
	padding: 0 100px;
	display: flex;
	justify-content: space-between;
	border-radius: 24px;
	background: #4b4f51;
}
.i-seven-left {
	padding: 120px 0 80px;
	max-width: 694px;
}
.i-seven-subtitle {
	color: rgba(255, 255, 255, 0.6);
	font-family: "Geologica";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.36px;
	text-transform: uppercase;
	margin-bottom: 19px;
}
.i-seven-title {
	color: #fff;
	font-family: "Geologica";
	font-size: 64px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -1.28px;
	margin-bottom: 100px;
}
.i-seven .i-link a {
	margin-bottom: 0;
}
.i-link span.mob-text {
	display: none;
}
.i-seven-right {
	position: relative;
	padding-bottom: 30px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}
.i-seven-right img:first-child {
	animation-name: floating;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}
.i-seven-right img:last-child {
	margin-right: 25%;
	animation-name: seven-scale;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}
@keyframes floating {
	0% {
		transform: translate(0, 0px);
	}
	50% {
		transform: translate(0, 15px);
	}
	100% {
		transform: translate(0, -0px);
	}
}
@keyframes seven-scale {
	0% {
		transform: scaleX(0.8);
	}
	50% {
		transform: scaleX(1);
	}
	100% {
		transform: scaleX(0.8);
	}
}
.i-one-img img {
	animation-name: i-one;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}
@keyframes i-one {
	0% {
		transform: translate(0, 0px);
	}
	50% {
		transform: translate(0, 5px);
	}
	100% {
		transform: translate(0, 0px);
	}
}
/* plase html start  */
.p-one {
	padding-top: 120px;
	background: #95979c;
}
.p-one-flex {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.w_crumbs--desktop li {
	margin: 0px 10px 0 0;
	position: relative;
	display: flex;
	align-items: center;
}
.w_crumbs--desktop li::after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #dfdfdf;
	margin-left: 10px;
}
.w_crumbs--desktop li:last-child::after {
	display: none;
}
.w_crumbs--desktop a {
	color: rgba(255, 255, 255, 0.6);
	font-family: "Geologica";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.32px;
}
.w_crumbs--desktop li:last-child a {
	color: #fff;
}
.w_crumbs--desktop ol {
	display: flex;
}
.p-one-btn__flex {
	display: flex;
	border-radius: 6px;
	overflow: hidden;
	width: max-content;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
}
.p-one-btn__flex a {
	color: var(--Grey, #707070);
	font-family: "Geologica";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: inline-block;
	padding: 20px 36px;
	background: #e2e4e7;
}
.p-one-btn__flex a.active {
	color: var(--White, #fff);
	background: #141414;
}
.p-one-title {
	color: #fff;
	font-family: "Geologica";
	font-size: 64px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -1.28px;
	margin-top: 85px;
}
.p-one-img {
	position: relative;
	width: 46%;
	margin-right: 93px;
}
.p-one-img img:first-child {
	position: absolute;
	bottom: 0;
	left: 11%;
	width: 70%;
	animation-name: floating;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}
.p-two {
	overflow: hidden;
	padding-top: 30px;
}
.p-two-slider {
	margin-top: 40px;
}
.p-two-slider .swiper {
	overflow: unset;
}
.p-two-slider__img {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
}
.p-two-slider__img img {
	transition: all 0.3s linear;
}
.p-two-slider__price {
	position: absolute;
	top: 30px;
	right: 30px;
	padding: 14px 30px;
	width: max-content;
	color: var(--Black, #141414);
	text-align: center;
	font-family: "Geologica";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	border-radius: 80px;
	background: #fff;
}
.p-two-slider__box {
	padding-top: 30px;
}
.p-two-slider__sub {
	color: var(--Grey, #707070);
	font-family: "Geologica";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.28px;
	text-transform: uppercase;
	margin-bottom: 9px;
}
.p-two-slider__title {
	color: var(--Black, #141414);
	font-family: "Geologica";
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.64px;
	margin-bottom: 14px;
	position: relative;
	display: inline-block;
}
.p-three-card__city,
.p-two-slider__city {
	margin-bottom: 10px;
}
.p-three-card__km,
.p-three-card__city,
.p-two-slider__km,
.p-two-slider__city {
	display: flex;
	align-items: center;
	color: var(--Grey, #707070);
	text-align: center;
	font-family: "Geologica";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
}
.p-three-card__km svg,
.p-three-card__city svg,
.p-two-slider__km svg,
.p-two-slider__city svg {
	margin-right: 15px;
}
.p-three {
	padding: 120px 0 130px;
}
.p-two-title h2,
.p-three-title h2 {
	color: var(--Black, #141414);
	font-kerning: none;
	font-family: "Geologica";
	font-size: 58px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: -1.16px;
	margin-bottom: 5px;
}
.p-two-title span,
.p-three-title span {
	color: rgba(20, 20, 20, 0.5);
	font-family: "Geologica";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.36px;
}
.p-three-list {
	margin-top: 49px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 60px;
	margin-bottom: 120px;
}
.p-three-card__img {
	border-radius: 12px;
	overflow: hidden;
	position: relative;
}
.p-three-card__info {
	border-radius: 80px;
	background: #fff;
	color: var(--Grey, #707070);
	text-align: center;
	font-family: "Geologica";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	padding: 14px 32px;
	position: absolute;
	top: 15px;
	right: 15px;
}
.p-three-card__info::first-letter {
	color: var(--Black, #141414);
}
.p-three-card__box {
	padding-top: 30px;
}
.p-three-card__sub {
	color: var(--Grey, #707070);
	font-family: "Geologica";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.28px;
	text-transform: uppercase;
	margin-bottom: 9px;
}
.p-three-card__name {
	color: var(--Black, #141414);
	font-family: "Geologica";
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 8px;
	position: relative;
	display: inline-block;
}
.p-three-card__rating {
	margin-top: 20px;
	display: flex;
	align-items: flex-end;
}
.rating-result {
	display: flex;
}
.rating-result-num {
	margin-left: 10px;
	color: var(--Black, #141414);
	font-family: "Geologica";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 85%;
}
.rating-result-num span{
	color: var(--Grey, #707070);
	font-weight: 400;
}
.p-three .i-link-b {
	justify-content: center;
}
.rating-result span {
	padding: 0;
	font-size: 30px;
	margin: 0;
	line-height: 23px;
	color: lightgrey;
	text-shadow: 1px 1px #bbb;
}
.rating-result > span:before {
	content: "★";
}
.rating-result > span.active {
	color: gold;
	text-shadow: 1px 1px #c60;
}
.i-two-slider__title::before {
	background: #fff;
}
.n-one-title::before,
.p-three-card__name::before,
.p-two-slider__title::before {
	background: #141414;
}
.n-one-title::before,
.p-three-card__name::before,
.p-two-slider__title::before,
.i-two-slider__title::before {
	content: "";
	width: 100%;
	max-width: 0;
	height: 1px;
	position: absolute;
	bottom: -5px;
	left: 0;
}
/* plase html end  */
/* routes html start  */
.r-one {
	padding-top: 120px;
	background: #95979c;
}
.r-one .p-one-img img:first-child {
	max-width: 324px;
	bottom: 53px;
	left: 21%;
}
.r-one .p-one-img {
	margin-right: 55px;
	width: 40%;
}
.r-two {
	overflow: hidden;
	padding-top: 120px;
}
.r-three {
	padding: 120px 0;
}
.r-three-box {
	border-radius: 24px;
	background: #4b4f51;
	display: flex;
	padding: 90px 100px;
}
.r-three-left {
	padding: 27px 0 60px;
	margin-right: 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-grow: 1;
}
.r-three-right {
	border-radius: 12px;
	overflow: hidden;
}
.r-three-title {
	color: #fff;
	font-kerning: none;
	font-family: "Geologica";
	font-size: 58px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: -1.16px;
}
.r-three-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 40px;
}
.r-three-list a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0;
	color: var(--White, #fff);
	font-family: "Geologica";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	border-bottom: 1px solid rgba(226, 228, 231, 0.4);
	position: relative;
	overflow: hidden;
}
.r-three-list a span {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	text-align: left;
	transform: translateZ(0);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.r-three-list a::before,
.r-three-list a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: currentColor;
	transform-origin: right;
	transform: scaleX(1) translateZ(0);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.r-three-list a::after {
	transform-origin: left;
	transform: scaleX(0) translateZ(0);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.r-three-list a span::before {
	content: "";
	width: 16px;
	height: 11px;
	position: absolute;
	top: 5px;
	left: 0;
	display: inline-block;
	font-size: 20px;
	transform: translateX(-2rem) translateZ(0);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.r-three-list a span::after,
.r-three-list a span::before {
	background: url("../images/design/r-three-list.svg");
}
.r-three-list a span::after,
.r-three-list a span::after {
	content: "";
	width: 16px;
	height: 11px;
	margin-left: 2.25rem;
	margin-top: 5px;
}
.r-three-list a:hover::before {
	transform: scaleX(0) translateZ(0);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.r-three-list a:hover::after {
	transform: scaleX(1) translateZ(0);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.r-three-list a:hover span {
	transform: translateX(2rem) translateZ(0);
}
/* routes html end  */
/* incident html start  */
.in-one {
	padding-top: 120px;
	background: #95979c;
}
.in-one .p-one-img {
	margin-right: 0;
	width: 41%;
}
.in-one .p-one-img img:first-child {
	width: 64%;
	left: 14%;
}
.filter-date .w_guidebook__direction-item {
	max-width: 238px;
	width: 100%;
}
.filter-date .w_btn {
	margin-right: 10px;
	border: 1px solid #dfe1e3;
	border-radius: 8px;
}
.in-two-sub {
	color: var(--Black, #141414);
	font-family: "Geologica";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.36px;
	opacity: 0.5;
	margin-bottom: 27px;
}
.in-two-tag {
	display: flex;
	flex-wrap: wrap;
}
.in-two-tag__box {
	margin-bottom: 30px;
}
.in-two-tag a {
	position: relative;
	padding: 15px 30px 16px 30px;
	border-radius: 60px;
	background: var(--BG-light-blue, #F0F5FD);
	color: var(--Grey, #4575CB);
	font-family: "Geologica";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	overflow: hidden;
	display: block;
	margin: 0px 10px 10px 0px;
	transition: color 0.8s linear;
}
.in-two-tag a:last-child {
	margin-right: 0;
}
.in-two-tag a.active {
	background: var(--winter-blue, #1D337E);
	color: #fff;
}
.in-two-tag a::before,
.in-two-tag a::after {
	position: absolute;
	top: 50%;
	content: "";
	width: 20px;
	height: 20px;
	background-color: #ff2d2d;
	border-radius: 50%;
}
.in-two-tag a::before,
.in-two-tag a::after {
	background-color: #1D337E;
}
.in-two-tag a::before {
	left: -20px;
	transform: translate(-50%, -50%);
}
.in-two-tag a::after {
	right: -20px;
	transform: translate(50%, -50%);
}
.in-two-tag span {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	width: min-content;
}
.in-two-tag a:hover::before {
	-webkit-animation: criss-cross-left 0.8s both;
	animation: criss-cross-left 0.8s both;
	animation-direction: normal;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}
.in-two-tag a:hover::after {
	-webkit-animation: criss-cross-right 0.8s both;
	animation: criss-cross-right 0.8s both;
	animation-direction: normal;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}
.in-two-tag a:hover {
	color: #fff;
}
.in-two-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 60px;
	margin-bottom: 80px;
}
.in-two .i-link-b {
	justify-content: center;
}
/* incident html end  */
.rv-two {
	padding: 60px 0 80px;
}

.rv-two-sub {
	color: var(--Grey, #707070);
	font-family: Geologica;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.36px;
	margin-bottom: 40px;
}
.rv-two-sub span {
	color: var(--Black, #141414);
}
.rv-two-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 60px;
	margin-bottom: 80px;
}
.rv-two .p-two-slider__title {
	font-size: 28px;
}
.rv-two .i-link-b {
	justify-content: center;
}
.rs-one {
	padding-top: 120px;
}
.rs-one .w_crumbs--desktop a {
	color: rgba(20, 20, 20, 0.6);
}
.rs-one .w_crumbs--desktop li:last-child a {
	color: var(--Black, #141414);
}
.rs-one-flex {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.rs-one-left {
	color: #212121;
	font-family: "Geologica";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.48px;
}
.rs-one-soc {
	display: flex;
	margin-top: 20px;
}
.rs-one-soc a {
	width: 48px;
	height: 48px;
	min-width: 48px;
	min-height: 48px;
	border-radius: 50%;
	border: 1px solid #e2e4e7;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	transition: border-color 0.3s ease;
}
.rs-one-soc svg {
	fill: #141414;
}
.rs-one-soc a:hover {
	border-color: #ff2d2d;
}
.rs-one-soc a:hover svg {
	fill: #ff2d2d;
}
.rs-one-right {
	width: 59%;
}
.rs-one-right h2,
.rs-one-right h1{
	color: var(--Black, #141414);
	font-kerning: none;
	font-family: "Geologica";
	font-size: 58px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: -1.16px;
}
.rs-one-right__flex {
	display: flex;
	padding: 30px 0 40px;
	border-bottom: 1px solid #e2e4e7;
}
.rs-one-distance {
	margin-right: 40px;
}
.rs-one-type,
.rs-one-distance {
	color: var(--Grey, #707070);
	font-family: "Geologica";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
}
.rs-one-distance span,
.rs-one-type span {
	color: var(--Black, #141414);
}
.rs-one-btn__box {
	display: flex;
	border-radius: 6px;
	overflow: hidden;
	width: max-content;
	margin-top: 40px;
}
.rs-one-btn__box a {
	color: var(--Grey, #707070);
	font-family: "Geologica";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: inline-block;
	padding: 20px 36px;
	background: #e2e4e7;
}
.rs-one-btn__box a.active {
	color: var(--White, #fff);
	background: #141414;
}
.rs-two {
	overflow: hidden;
	padding: 40px 0 0;
}
.rs-two .swiper {
	overflow: unset;
}
.rs-three {
	padding-top: 60px;
}
.rs-three-flex {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.sticky-sidebar {
	max-width: 519px;
	width: 100%;
	padding: 40px;
	height: max-content;
	border-radius: 12px;
	border: 1px solid var(--Border, #e2e4e7);
	background: #fff;
	position: sticky;
	top: 0;
}
.rs-three-left {
	margin-right: 100px;
}
.sticky-sidebar li {
	padding: 20px 0;
	border-bottom: 1px solid #d9d9d9;
	color: var(--Grey, #707070);
	font-family: "Geologica";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
}
.sticky-sidebar li:first-child {
	padding-top: 0;
}
.sticky-sidebar li span {
	display: block;
	color: var(--Black, #141414);
	font-family: "Geologica";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	margin-top: 10px;
}
.rs-three-link {
	background: #e2e4e7;
	border-radius: 60px;
	padding: 20px;
	width: 100%;
	color: var(--Black, #141414);
	font-family: "Geologica";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}
.rs-three-right {
	width: 59%;
}
.rs-three-link span {
	display: flex;
	align-items: center;
}
.rs-three-link span svg {
	margin-right: 20px;
	fill: #141414;
}
.rs-three-text {
	color: var(--Black, #141414);
	font-family: "Geologica";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.rs-three-right__img {
	border-radius: 12px;
	overflow: hidden;
}
.rs-three-right__list {
	margin-bottom: 20px;
}
.rs-three-right__list li {
	color: var(--Grey, #707070);
	font-family: "Geologica";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	padding: 20px 0;
	border-bottom: 1px solid #d9d9d9;
}
.rs-three-right__list span {
	color: var(--Black, #141414);
	font-family: "Geologica";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	display: block;
	margin-top: 10px;
}
.acordeon-cabecera {
	cursor: pointer;
	margin: 5px 0;
	padding: 40px 0;
	border-bottom: 1px solid #e2e4e7;
	color: #141414;
	font-family: "Geologica";
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	display: flex;
}
.acordeon-contenido p {
	color: var(--Grey, #707070);
	font-family: "Geologica";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 20px;
}
.acordeon-contenido p:last-child {
	margin-bottom: 0;
}
.acordeon-contenido {
	padding-top: 20px;
	display: none;
}
.acordeon-cabecera span {
	color: #141414;
	font-family: "Geologica";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	display: inline-block;
	margin-right: 40px;
	padding-top: 7px;
}
.ei-one {
	padding-top: 120px;
}
.black.w_crumbs--desktop a {
	color: rgba(20, 20, 20, 0.6);
}
.black.w_crumbs--desktop li:last-child a {
	color: var(--Black, #141414);
}
.black.w_crumbs--desktop li::after {
	background: #d9d9d9;
}
.ei-one h2, .ei-one h1 {
	color: var(--Black, #141414);
	font-family: "Geologica";
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.84px;
	margin: 60px 0 20px;
}
.ei-one-top__flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}
.ei-one-top__left {
	display: flex;
	align-items: center;
	color: var(--Grey, #707070);
	font-family: "Geologica";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}
.ei-one-top__left span {
	color: var(--Black, #141414);
}
.ei-one-date,
.ei-one-city {
	margin-right: 38px;
}
.ei-one-top__right a {
	display: flex;
	align-items: center;
	color: #000;
	font-family: "Geologica";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.ei-one-top__right a svg {
	fill: black;
}
.ei-one-flex {
	display: flex;
}
.ei-one-left {
	margin-right: 40px;
}
.ei-one-left h6 {
	color: var(--Black, #141414);
	font-family: "Geologica";
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	margin: 40px 0;
}
.ei-one-left p {
	margin-bottom: 20px;
	color: var(--Grey, #707070);
	font-family: "Geologica";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.ei-one-left__img {
	border-radius: 12px;
	overflow: hidden;
}
.ei-one-left__img img {
	width: 100%;
}
.ei-one-left p a,
.ei-one-left p.bold {
	color: var(--Black, #141414);
	font-weight: 500;
}
.ei-two {
	padding: 120px 0 60px;
}
.ei-two-title {
	color: var(--Black, #141414);
	font-family: "Geologica";
	font-size: 58px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -1.16px;
}
.ei-two-slider {
	margin-top: 40px;
	position: relative;
	padding-bottom: 75px;
}
.ei-three {
	padding: 60px 0 120px;
}
.i-five.if2 {
	padding-bottom: 0px;
}
.ns-one {
	padding-top: 120px;
}
.ns-one-right__flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}
.rs-one-date {
	margin-right: 40px;
}
.rs-one-author,
.rs-one-date {
	color: var(--Grey, #707070);
	font-family: "Geologica";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}
.rs-one-author span {
	color: var(--Black, #141414);
}
.rs-three-big__img {
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 60px;
}
.rs-three-right p {
	margin-top: 40px;
	color: var(--Grey, #707070);
	font-family: "Geologica";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.rs-three-right img {
	margin-top: 40px;
	border-radius: 12px;
	width: 100%;
}
.placement {
	color: var(--Grey, #707070);
	font-family: "Geologica";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	margin-top: 40px;
}
.placement b {
	color: var(--Black, #141414);
}
.rs-three-right .sticky-sidebar li a,
.ns-three-left li a {
	display: block;
	margin-top: 15px;
	color: var(--Black, #141414);
	font-family: "Geologica";
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	letter-spacing: -0.48px;
}
.ns-three-flex {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.ns-one-flex {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.ns-one-left {
	color: #212121;
	font-family: "Geologica";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.48px;
}
.w_btn-text {
	margin-right: 20px;
}
.n-one {
	padding: 120px 0;
}
.n-one h2, .n-one h1 {
	color: var(--Black, #141414);
	font-family: "Geologica";
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.96px;
	margin: 80px 0 30px;
}
.n-one-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.n-one-left {
	position: relative;
	width: 100%;
	max-width: 280px;
}
.n-one-left .w_guidebook__direction-item {
	padding-left: 20px;
	padding-right: 20px;
	justify-content: space-between;
	height: 52px;
	color: var(--Black, #141414);
	font-family: "Geologica";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	border: 1px solid #dfe1e3;
	width: 100%;
}
.w_directionSearch__list .mCSB_container {
	top: 0 !important;
}
.n-one-right {
	color: rgba(20, 20, 20, 0.5);
	font-family: "Geologica";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.32px;
}
.n-one-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-row-gap: 60px;
	grid-column-gap: 20px;
}
.n-one-img {
	border-radius: 12px;
	overflow: hidden;
}
.n-one-box {
	padding-top: 20px;
}
.n-one-date {
	color: var(--Grey, #707070);
	font-family: "Geologica";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	margin-bottom: 10px;
}
.n-one-title {
	color: var(--Black, #141414);
	font-family: "Geologica";
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	position: relative;
}
.w_pagination {
	margin-top: 80px;
}
.w_pagination__list {
	display: flex;
	align-items: center;
	justify-content: center;
}
.w_pagination__list a {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 77px;
	border: 1px solid var(--Border, #e2e4e7);
	background: #fff;
	width: 47px;
	height: 47px;
	color: var(--gray_text, #999);
	text-align: center;
	font-family: "Geologica";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
}
.w_pagination__list > div {
	margin-right: 10px;
}
.w_pagination__list > div:last-child {
	margin-right: 0px;
}
.w_pagination__list .w_is-active a {
	background: #141414;
	border-color: #141414;
	color: #fff;
}
.w_pagination__list .w_is-disabled a {
	border: none;
}
.rs-one-date span {
	display: block;
	color: var(--Grey, #707070);
	font-family: "Geologica";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	margin-top: 5px;
}
.rs-three-right h5 {
	color: #141414;
	font-family: "Geologica";
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	margin: 60px 0 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e2e4e7;
}
.rs-three-right small {
	color: var(--Grey, #707070);
	font-family: "Geologica";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	padding-bottom: 30px;
}
.rs-three-right h6 {
	margin: 60px 0 0px;
	color: #141414;
	font-family: "Geologica";
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
}
.rs-three-right__list a {
	display: block;
	color: var(--Black, #141414);
	font-family: "Geologica";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	margin-top: 10px;
}
.rs-three-right__tag {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}
.rs-three-right__tag a {
	border-radius: 80px;
	background: var(--Border, #e2e4e7);
	padding: 8px;
	color: var(--Grey, #707070);
	text-align: center;
	font-family: "Geologica";
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	margin: 0px 10px 10px 0px;
	transition: all 0.3s linear;
}
.sl-subtitle {
	color: rgba(20, 20, 20, 0.5);
	font-family: "Geologica";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.36px;
	margin-top: 7px;
}
.sl-subtitle b{
	color: var(--Black, #141414); 
	font-weight: 700;
}
.w_search__form-input {
	position: relative;
	flex: calc(100% - 200px) 0 0;
}
.w_search__form {
	display: flex;
	flex-wrap: wrap;
}
.w_search__form-input input {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border: 1px solid var(--Border, #e2e4e7);
	border-right: none;
	background: var(--White, #fff);
	height: 80px;
	padding: 0 20px 0 30px;
	color: #8a8a8a;
	font-family: "Geologica";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	transition: border-color 0.3s ease;
}
.w_input {
	outline: none;
	display: inline-block;
	width: 100%;
	appearance: none;
}
.w_search__form-button {
	flex: 60px 0 0;
	min-width: 60px;
}
.w_search__form-button .w_btn {
	font-size: 0;
	padding: 0;
	width: 200px;
	height: 80px;
	background: #ff2d2d;
	color: var(--White, #fff);
	font-family: "Geologica";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	text-align: center;
	margin: 0;
	position: relative;
	border: none;
}
.w_search__form-button .w_btn::before,
.w_search__form-button .w_btn::after {
	background-color: #212223;
}
.w_search__form-button .w_btn svg {
	fill: #fff;
	display: none;
}
.s-two {
	padding: 30px 0 40px;
}
.s-one {
	padding-top: 120px;
	background: #95979c;
	position: relative;
}
.s-one .p-one-img {
	width: 37.5%;
	margin-right: 40px;
}
.s-one .p-one-img img:first-child {
	width: 77%;
	left: 14%;
	bottom: 45px;
}
.s-four {
	padding: 80px 0;
}
.filter-title.mb-30 {
	margin-bottom: 30px;
}
.pa-one {
	padding-top: 120px;
}
.pa-two {
	padding: 80px 0;
}
.pa-two h1 {
	color: var(--Black, #141414);
	font-family: "Geologica";
	font-size: 64px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -1.28px;
	margin-bottom: 50px;
}
.pa-two-left {
	flex-grow: 1;
	margin-right: 75px;
}
.pa-two-right {
	position: sticky;
	top: 80px;
	padding: 40px;
	border-radius: 12px;
	border: 1px solid var(--Border, #e2e4e7);
	background: #fff;
	height: max-content;
	min-width: 300px;
}
.pa-two-top {
	display: flex;
	justify-content: space-between;
	padding-bottom: 40px;
	border-bottom: 1px solid #d9d9d9;
}
.pa-two-top__sub {
	color: var(--Black, #141414);
	font-family: Э;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; 
	letter-spacing: -0.48px;
	margin-right: 40px;
}
.pa-two-top__title {
	color: var(--Red, #ff2d2d);
	font-family: "Geologica";
	font-size: 80px;
	font-style: normal;
	font-weight: 700;
	line-height: 90%;
	letter-spacing: -1.6px;
}
.pa-two-top__text {
	color: var(--Grey, #707070);
	text-align: right;
	font-family: "Geologica";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 20.8px */
	letter-spacing: -0.32px;
}
.pa-two-bottom {
	padding-top: 26px;
}
.pa-two-row {
	display: flex;
	color: var(--Grey, #707070);
	font-family: "Geologica";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.32px;
	margin-bottom: 10px;
}
.pa-two-row:last-child{
	margin-bottom: 0;
}
.pa-two-row span {
	color: var(--Black, #141414);
	font-family: "Geologica";
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.8px;
	margin-right: 26px;
	min-width: 70px;
}
.pa-two-flex {
	display: flex;
	position: relative;
}
#filterButton .svg-image-arrow-down{
	display: flex;
	justify-content: flex-end;
}
#filterButton .svg-image-arrow-down svg{
	fill: #141414;
	width: 17px;
	height: 17px;
}
.filter-box {}
.filters-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.filter-left {
	width: 76%;
}
.filter-title {}
.filter-title.mb-20 {
	margin-bottom: 20px;
}
.filter-text {
	color: var(--Grey, #707070);
	font-family: "Geologica";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.filter-right button,
.filter-right a.btn-anim {
	border-radius: 60px;
	padding: 15px 30px 15px 25px;
	background: var(--BG-light-blue, #F2F4F7);
	color: var(--Blue, #173395);
	font-family: "Geologica";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position: relative;
}
.filter-right button span,
.filter-right a.btn-anim span{
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
}
.filter-right button span svg,
.filter-right a.btn-anim span svg {
	margin-right: 10px;
}
.filter-right a.btn-anim span img { margin-right: 10px; }
.filter-right a.btn-anim:hover { color: #fff; }
.filter-right .btn-anim::before,
.filter-right .btn-anim::after{
	background: #212223;
}
.z-two {
	padding: 30px 0 60px;
}
.z-two-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.z-two-top .rs-one-btn__box{
	margin-top: 0;
}
.z-two-list {
	margin: 40px 0 60px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 60px;
}
.z-two-list a{
	display: flex;
	flex-direction: column;
}
.z-two-card__img {
	border-radius: 12px;
	overflow: hidden;
}
.z-two-card__box {
	padding-top: 30px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.z-two-card__name {
	color: var(--Black, #141414);
	font-family: "Geologica";
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 20px;
}
.z-two-geo {
	display: flex;
	color: var(--Grey, #707070);
	font-family: "Geologica";
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: auto;
}
.z-two-geo svg{
	margin-right: 15px;
	min-width: 15px;
}
.z-two-card__sub {
	margin-top: 30px;
	color: var(--Black, #141414);
	font-family: "Geologica";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; 
}
.z-two-card__sub span{
	color: var(--Red, #FF2D2D);
	font-weight: 600;
}
.z-two .i-link-b {
	justify-content: center;
}

.z-three {
	padding: 60px 0;
}
.big-container {}
.z-three-box {
	border-radius: 24px;
	background: #4B4F51;
	padding: 120px 100px;
	overflow: hidden;
}
.z-three-subtitle {
	max-width: 380px;
	color: #FFF;
	font-family: "Geologica";
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: -0.48px;
}
.z-three-slider {
	padding-bottom: 120px;
	position: relative;
}
.z-three-slider .swiper {
	overflow: unset;
}
.z-three-title {
	color: #FFF;
	font-kerning: none;
	font-family: "Geologica";
	font-size: 58px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: -1.16px;
	opacity: 0.2;
	margin-top: 120px;
}
.swiper-slide-active .z-three-title{
	opacity: 1;
}
.z-three .i-link a{
	margin-bottom: 0;
}
.z-four {
	padding: 60px 0 200px;
}
.z-four-title {
	max-width: 872px;
	color: var(--Black, #141414);
	font-kerning: none;
	font-family: "Geologica";
	font-size: 58px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: -1.16px;
	margin-bottom: 100px;
}
.z-four-box {}
.z-four-row {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.z-four-img {
	margin-right: 150px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 12px;
	overflow: hidden;
	opacity: 0;
	transition: opacity 0.2s linear;
}
@keyframes scaleLine {
	0% {
		transform: scaleX(0) translateZ(0)
	}
	100% {
		transform: scaleX(1) translateZ(0)
	}
}
.z-four-subtitle {
	width: 70%;
	color: var(--Grey, #707070);
	font-family: "Geologica";
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	position: relative;
	border-bottom: 1px solid #E2E4E7;
	margin-left: auto;
	padding: 40px 0;
	display: flex;
}
.z-four-subtitle span{
	font-size: 24px;
	font-weight: 600;
	margin-right: 7vw;
}
.z-four-subtitle::after {
	content: '';
	width: 100%;
	height: 1px;
	background: var(--Black, #141414);
	position: absolute;
	bottom: -1px;
	left: 0;
	transform-origin: left;
	transform: scaleX(0) translateZ(0);
}
.z-four-row.highlight .z-four-subtitle{
	color: var(--Black, #141414);
}
.z-four-row.highlight .z-four-subtitle:after {
	animation: 3s linear scaleLine;
}
.z-four-row.highlight .z-four-img{
	opacity: 1;
}
.z-five {
	padding: 60px 0;
}
.z-five-top {
	display: flex;
}
.z-five-top img{
	width: 100%;
}
.z-five-top__left {
	width: 67%;
	margin-right: 18px;
	border-radius: 12px;
	overflow: hidden;
}
.z-five-top__right {
	width: 33%;
	border-radius: 12px;
	overflow: hidden;
}
.z-five-flex {
	display: flex;
	justify-content: space-between;
	margin-top: 120px;
}
.z-five-subtitle {
	color: var(--Black, #141414);
	font-family: "Geologica";
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: -0.48px;
}
.z-five-box {
	width: 59%;
}
.z-five-title {
	color: var(--Black, #141414);
	font-kerning: none;
	font-family: "Geologica";
	font-size: 58px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: -1.16px;
	margin-bottom: 60px;
}
.z-five-text {
	color: var(--Grey, #707070);
	font-family: "Geologica";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 20px;
}
.z-five-bold {
	color: var(--Black, #141414);
	font-family: "Geologica";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
}
.z-five-link{
	margin-top: 45px;
}
.z-five-link a{
	padding: 15px 30px;
	border-radius: 60px;
	background: var(--Black, #141414);
	color: var(--White, #FFF);
	font-family: "Geologica";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position: relative;
	width: max-content;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.z-one{
	padding-top: 120px;
	background: #95979c;
	position: relative;
}
.z-one .p-one-img {
	width: 37.5%;
	margin-right: 0px;
}
.z-one .p-one-img img:first-child {
	width: 77%;
	left: 14%;
	bottom: 5px;
}
.z-three-slider .sw-btn,
.z-three-slider .swiper-button-prev,
.z-three-slider .swiper-button-next{
	bottom: -44px;
}
.routs-one{
	padding-top: 120px;
}
.routs-one .p-three-card__rating{
	margin-top: 0;
}
.routs-one .rs-one-distance{
	margin: 0px 0px 0px 40px;
}
.rs-one-right__flex.bbn{
	border-bottom: none;
	padding-bottom: 20px;
}
.routs-three h5{
	border: none;
	padding: 0;
}
.routs-three h5 sup{
	color: var(--Grey, #707070);
	font-weight: 600;
	margin-left: 5px;
}
.add-routes{
	color: var(--White, #FFF);
	font-family: "Geologica";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background: #141414;
	border-radius: 60px;
	padding: 20px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}
.add-routes svg{
	margin-right: 14px;
}
.routs-three .rs-three-right p:first-child{
	margin-top: 0;
}
.rs-three-left ul a{
	display: block;
	color: var(--Black, #141414);
	font-family: "Geologica";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	margin-top: 10px;
}
.rs-three-right p b{
	color: var(--Black, #141414);
	font-weight: 600;
}
.routs-three-flex {
	display: flex;
	margin-top: 60px;
	padding-bottom: 50px;
	border-bottom: 1px solid #E2E4E7;
	flex-wrap: wrap;
}
.routs-three-flex a{
	color: var(--Blue, #173395);
	font-family: "Geologica";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	margin-right: 40px;
	display: inline-block;
	margin-bottom: 5px;
}
.routs-three-place {
	color: var(--Grey, #707070);
	font-family: "Geologica";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
}
.routs-three-place span{
	color: var(--Black, #141414);
	font-weight: 500;
}
.working-hours {
	border-radius: 12px;
	border: 1px solid var(--Border, #E2E4E7);
	padding: 0 40px;
}
.working-hours li{
	padding: 27px 0;
	border-bottom: 1px solid var(--Border, #E2E4E7);
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--Black, #141414);
	font-family: "Geologica";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.4px;
}
.working-hours li span{
	font-weight: 600;
	margin-left: 20px;
	white-space: nowrap;
}
.rate-place {
	border-radius: 12px;
	border: 1px solid var(--Border, #E2E4E7);
	padding: 40px;
}
.rate-place-sub {
	color: var(--Grey, #707070);
	font-family: "Geologica";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	margin-bottom: 5px;
}
.reviews {}
.reviews-row {
	margin-bottom: 60px;
}
.reviews-top {
	display: flex;
	align-items: center;
	margin-bottom: 24px;
}
.reviews-face {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 20px;
}
.rs-three-right .reviews-face img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin-top: 0px;
	border-radius: 0;
}
.reviews-name {
	color: var(--Black, #141414);
	font-family: "Geologica";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	margin-bottom: 5px;
}
.reviews-date {
	color: var(--Grey, #707070);
	font-family: "Geologica";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}
.reviews-text {
	color: var(--Black, #141414);
	font-family: "Geologica";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}
.rating-area {
	overflow: hidden;
	width: max-content;
	margin-bottom: 43px;
}
.rating-area:not(:checked)>input {
	display: none;
}
.rating-area:not(:checked)>label {
	float: right;
	width: 40px;
	padding: 0;
	cursor: pointer;
	font-size: 46px;
	line-height: 40px;
	color: lightgrey;
	text-shadow: 1px 1px #bbb;
}
.rating-area:not(:checked)>label:before {
	content: '★';
}
.rating-area>input:checked~label {
	color: gold;
	text-shadow: 1px 1px #c60;
}
.rating-area:not(:checked)>label:hover,
.rating-area:not(:checked)>label:hover~label {
	color: gold;
}
.rating-area>input:checked+label:hover,
.rating-area>input:checked+label:hover~label,
.rating-area>input:checked~label:hover,
.rating-area>input:checked~label:hover~label,
.rating-area>label:hover~input:checked~label {
	color: gold;
	text-shadow: 1px 1px goldenrod;
}
.rate-area>label:active {
	position: relative;
}
.rate-place textarea {
	width: 100%;
	resize: none;
	overflow: hidden;
	min-height: 40px;
	max-height: 300px;
	border: none;
	border-bottom: 1px solid var(--Border, #E2E4E7);
}
.rate-place textarea::placeholder,
.rate-place textarea{
	color: var(--Black, #141414);
	font-family: "Geologica";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}
textarea::-webkit-input-placeholder {
	color: #141414;
}
textarea:-moz-placeholder {
	color: #141414;
}
.rate-place textarea::placeholder{
	visibility: visible;
	opacity: 1;
	overflow: unset;
}

/* 5.12.23 start  */
.mr-one-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 80px;
}
.mr-one-bigtitle h2, .mr-one-bigtitle h1{
	color: #141414;
	font-family: "Geologica";
	font-size: 64px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -1.28px;
	margin-top: 40px;
}
.mr-one-title span{
	color: #8A8A8A;
	font-family: "Geologica";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.36px;
}
.mr-one-title span b{
	color: #141414; 
	font-weight: 700; 
}
.mr-one .add-routes {
	max-width: 338px;
	margin-top: 0;
}
.mr-one-list {
	margin: 40px 0 80px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-row-gap: 60px;
	grid-column-gap: 20px;
}
.mr-one-img {
	border-radius: 12px; 
	overflow: hidden;
}
.mr-one-box {
	margin-top: 30px;
}
.mr-one-title {
	color: #141414;
	font-family: "Geologica";
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 20px;
	position: relative;
}
.mr-one-city {
	display: flex;
	align-items: center;
	color: #707070;
	font-family: "Geologica";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; 
}
.mr-one-city svg{
	margin-right: 15px;
}
.mr-one-title::before{
	content: "";
	width: 100%;
	max-width: 0;
	height: 1px;
	position: absolute;
	bottom: -5px;
	left: 0;
	background: #141414;
}
.mr-one-list a:hover .mr-one-title::before{
	max-width: 100vw;
	transition: all 0.4s linear;
}
.mr-one-list a:hover .mr-one-img img{
	transform: scale(1.1);
	transition: all 0.3s linear;
}
.mr-one .i-link-b {
	justify-content: center;
}
#AddRoute.w_popup,
#EditedReviews.w_popup,
#removeReview.w_popup {
	background: #FFF;
	border-radius: 12px; 
	width: 790px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 80px 50px;
}
.mfp-content{
	position: unset;
}
.w_popup .mfpClose {
	width: 40px;
	height: 40px;
	opacity: 1;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	/* left: 50%;
	bottom: 100%; */
	right: 3%;
	top: 3%;
	background: #fff;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
	margin-bottom: 10px;
	margin-left: -20px;
	transition: background-color .3s ease;
}
.w_popup .mfpClose svg{
	fill: #141414;
}
.popup-input {
	margin-bottom: 40px;
}
.popup-input label{
	color: #707070;
	font-family: "Geologica";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; 
	margin-bottom: 5px;
	display: block;
}
.popup-input input{
	color: #141414;
	font-family: "Geologica";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; 
	padding-bottom: 25px;
	border-radius: 4px;
	border: none;
	border-bottom: 1px solid #E2E4E7;
	background: #FFF;
	box-shadow: none;
	width: 100%;
}
.popup-add-route {
	background: #141414;
	color: #FFF;
	font-family: "Geologica";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	padding: 28px;
	max-width: 440px;
	width: 100%;
	margin: 0 auto;
	border-radius: 60px;
}
.n-one{
	overflow: hidden;
}
.f-one{
	padding: 110px 0 30px;
}
.mr-one{
	padding: 110px 0 80px;
}
.f-one-title h2, .f-one-title h1{
	color: #141414;
	font-family: "Geologica";
	font-size: 64px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -1.28px;
	margin: 80px 0 0px;
}
.favourites-wrap .main-content{
	background: rgba(255, 255, 255, 1);
	top: 15px;
	right: 20px;
	width: 52px;
	height: 52px;
}
.main-content.checked{
	opacity: 1;
}
.favourites-wrap .p-three-card__info{
	right: 80px;
}
.favourites-wrap{
	padding-bottom: 120px;
}
.tabs__caption {
	display: flex;
	list-style: none;
	position: relative;
	margin: 30px 0;
}
.tabs__caption li a {
	border-radius: 60px;
	background: #F2F4F7;
	padding: 15px 30px 16px 30px; 
	color: #707070;
	font-family: "Geologica";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	position: relative;
	text-align: center;
	margin-right: 8px;
}
.tabs__caption .active {
	color: #FFF; 
	background: #141414; 
}
.tabs__content {
	display: none;
	background: #FFF;
	padding: 7px 0px;
}
.tabs__content.active {display: block;}
@media screen and (max-width: 650px) {
	.tabs__caption li a {flex: 1 0 auto;}
}
.rewiews-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-row-gap: 80px;
	grid-column-gap: 20px;
}
.rewiews-card-img {
	border-radius: 12px; 
	overflow: hidden;
}
.rewiews-card-top {
	padding: 30px 0 42px;
	border-bottom: 1px solid #D9D9D9;
}
.rewiews-card-sub {
	color: #707070;
	font-family: "Geologica";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.28px;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.rewiews-card-title {
	color: #141414;
	font-family: "Geologica";
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.rewiews-card-bottom {
	padding-top: 50px;
}
.rewiews-card-mintitle {
	color: #141414;
	font-family: "Geologica";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}
.rewiews-card-flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 27px;
}
.rewiews-card-date {
	color: rgba(20, 20, 20, 0.5);
	font-family: "Geologica";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.36px;
}
.rewiews-card-date span{
	color: #707070;
	font-family: "Geologica";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; 
	margin-top: 5px;
	display: block;
}
.rewiews-card-btn {
	display: flex;
}
.delete,
.edited {
	width: 47px;
	height: 47px; 
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #E2E4E7;
	border-radius: 50%;
}
.delete {
	margin-left: 10px;
}
#EditedReviews .rate-place{
	padding: 0;
	border: none;
	margin-bottom: 40px;
	border-radius: 0;
}
#AddRoute .mfp-close,
#EditedReviews .mfp-close{
	display: none;
}
.popup-reviews-top {
	margin-bottom: 50px;
}
.popup-reviews-sub {
	color: #707070;
	font-family: "Geologica";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.28px;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.popup-reviews-title {
	color: #141414;
	font-family: "Geologica";
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.input-file-row {
	display: flex;
	flex-direction: row-reverse;
	margin: 20px 0 40px;
	width: max-content;
}
.input-file {
	position: relative;
	display: inline-block;
}
.input-file span {
	position: relative;
	display: inline-block;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	border-radius: 12px;
	box-sizing: border-box;
	border: none;
	margin: 0;
	transition: background-color 0.2s;
}
.input-file span svg{
	margin-bottom: -3px;
}
.input-file input[type=file] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
/* Focus */
.input-file input[type=file]:focus + span {
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
/* Hover/active */
.input-file:hover span {
	background-color: #59be6e;
}
.input-file:active span {
	background-color: #2E703A;
}
/* Disabled */
.input-file input[type=file]:disabled + span {
	background-color: #eee;
}
/* Список c превью */
.input-file-list {
	padding: 10px 0;
}
.input-file-list-item {
	display: inline-block;
	margin: 0 15px 15px;
	width: 150px;
	vertical-align: top;
	position: relative;
}
.input-file-list-item img {
	width: 150px;
}
.input-file-list-name {
	text-align: center;
	display: block;
	font-size: 12px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.input-file-list-remove {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	position: absolute;
	padding: 0;
	margin: 0;
	top: 5px;
	right: 5px;
	background: #ff0202;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 13px;
	border-radius: 50%;
}
.profile-setting h3{
	color: #141414;
	font-family: "Geologica";
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	margin: 40px 0;
}
.profile-setting li{
	margin-bottom: 24px;
}
.profile-setting input{
	color: #141414;
	font-family: "Geologica";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	padding-bottom: 25px;
	border: none;
	border-bottom: 1px solid #E2E4E7;
	width: 100%;
	padding-left: 0;
}
.profile-setting input::placeholder{
	opacity: 1;
}
.profile-setting .sub-input{
	color: #707070;
	font-family: "Geologica";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	margin-bottom: 10px;
	display: block;
}
.profile-setting{
	max-width: 789px;
	padding-bottom: 70px;
}
.profile-setting-card {
	border-radius: 12px;
	border: 1px solid var(--Border, #E2E4E7);
	background: #FFF;
	margin-bottom: 20px;
	padding: 30px 45px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.profile-setting-card a{
	border: none;
	box-shadow: none;
	color: #000;
	text-align: right;
	font-family: "Geologica";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.profile-setting-left {
	display: flex;
	align-items: center;
	color: rgba(20, 20, 20, 0.5);
	font-family: "Geologica";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.36px;
}
.profile-setting-left span.linked{
	color: rgba(20, 20, 20, 1);
}
.profile-setting-left svg{
	margin-right: 17px;
}
.save {
	margin-top: 40px;
	color: #FFF;
	font-family: "Geologica";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	background: #141414;
	border-radius: 60px;
	padding: 28px;
	border: none;
	box-shadow: none;
	max-width: 440px;
	width: 100%;
}
.profile-setting-card a:hover{
	color: #ff2d2d;
	transition: all 0.3s linear;
}
.rsk-two {
	padding-top: 40px;
}
.rsk-two-flex {
	display: flex;
	position: relative;
}
.rsk-two-left {
	max-width: 520px;
	width: 100%;
}
.rsk-two-left {
	padding-right: 30px;
	position: relative;
	z-index: 3;
}
.rsk-two-left h3{
	color: #141414;
	font-family: "Geologica";
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	margin-bottom: 40px;
	margin-top: 60px;
}
.rsk-two-left h3:first-child{
	margin-top: 0;
}
.rsk-two-left ul{
	border-radius: 12px;
	border: 1px solid #E2E4E7;
	background: #FFF;
	padding: 40px 20px;
}
.rsk-two-left li{
	padding: 20px 0;
	border-bottom: 1px solid #D9D9D9;
}
.rsk-two-left li:first-child{
	padding-top: 0;
}
.rsk-two-left li:last-child{
	border-bottom: none;
}
.rsk-two-left a{
	display: flex;
}
.rsk-two-img {
	border-radius: 12px; 
	overflow: hidden;
	position: relative;
	margin-right: 30px;
	min-width: 140px;
}
.rsk-two-img img{
	width: 100%;
	height: 100%;
}
.rsk-two-img span{
	color: #FFF;
	text-align: center;
	font-family: "Geologica";
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; 
	border-radius: 80px;
	background: #173395;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 5px;
	top: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.rsk-two-content {
	display: flex;
	flex-direction: column;
}
.rsk-two-content h5{
	color: #141414;
	font-family: "Geologica";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; 
	margin-bottom: 40px;
}
.rsk-two-content span{
	color: #707070;
	font-family: "Geologica";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.28px;
	text-transform: uppercase;
	margin-top: auto;
	display: block;
}
.rsk-two-right {
	width: 70%;
	position: sticky;
	top: 0;
	height: max-content;
}
.map-box {
	position: relative;
}
.rsk-two-left a:hover h5{
	color: #ff2d2d;
	transition: all 0.3s linear;
}
.rsk-two-left a:hover .rsk-two-img img{
	transform: scale(1.2);
	transition: all 0.3s linear;
}
.delete svg,
.edited svg{
	fill: black;
}
.delete:hover svg,
.edited:hover svg{
	fill: #ff2d2d;
	transition: all 0.3s linear;
}
.delete:hover, .edited:hover{
	transform: translateY(-5px);
	transition: all 0.3s linear;
}
.rsk-title{
	padding-bottom: 10px;
}
.pk-two{
	margin-top: -310px;
	margin-bottom: -40px;
}
.label-cbx .checkbox:not(checked){
	opacity: 1;
}
@media (max-width: 1442px){
	.favourites-wrap .p-three-card__info{
		padding: 12.3px 32px;
	}
	.main-content svg,
	.favourites-wrap .main-content{
		width: 48px;
		height: 48px;
	}
	.pk-two{
		margin-top: -300px;
	}
	.rsk-two{
		padding-bottom: 80px;
	}
	.favourites-wrap{
		padding-bottom: 0px;
	}
	.f-one-title h2,
	.mr-one-bigtitle h2, .mr-one-bigtitle h1, .f-one-title h1{
		font-size: 48px; 
		letter-spacing: -0.96px; 
	}
	.popup-reviews-title,
	.rewiews-card-title,
	.mr-one-title{
		font-size: 24px; 
	}
	.rewiews-card-mintitle,
	.mr-one-city{
		font-size: 16px;
	}
	.mr-one-list {
		grid-row-gap: 43px;
	}
	.rewiews-card-date{
		font-size: 16px;
	}
	.profile-setting input{
		padding-bottom: 15px;
	}
	.profile-setting-card{
		padding: 30px 35px;
	}
	.save{
		padding: 18px;
		max-width: 367px;
	}
	.profile-setting{
		padding-bottom: 80px;
	}
}
@media (max-width: 1300px){
	.favourites-wrap .p-three-card__info {
		padding: 11px 20px;
		right: 67px;
	}
	.favourites-wrap .main-content{
		top: 10px;
	}
	.main-content svg,
	.favourites-wrap .main-content{
		width: 40px;
		height: 40px;
	}
	.rsk-two-content h5{
		font-size: 16px; 
	}
	.rsk-two-left h3{
		font-size: 24px;
		margin-bottom: 20px;
		margin-top: 40px;
	}
	.profile-setting li {
		margin-bottom: 17px;
	}
	.profile-setting .sub-input{
		margin-bottom: 4px;
	}
	.rewiews-card-bottom {
		padding-top: 30px;
	}
	.rewiews-card-top {
		padding: 30px 0 30px;
	}
	.mr-one-title span{
		font-size: 16px;
	}
	.f-one-title h2,
	.mr-one-bigtitle h2, .mr-one-bigtitle h1, .f-one-title h1{
		font-size: 32px;  
		letter-spacing: -0.64px; 
	}
	.rewiews-card-title,
	.popup-reviews-title,
	.mr-one-title{
		font-size: 20px; 
	}
	.mr-one-city{
		font-size: 14px;
	}
	.rewiews-list {
		grid-row-gap: 60px;
	}
	.profile-setting h3{
		font-size: 24px;
		margin: 60px 0 25px;
	}
}
@media (max-width: 1100px){
	.mr-one-city svg {
		margin-right: 10px;
		max-width: 12px;
		min-height: 16px;
	}
	.mr-one-box {
		margin-top: 15px;
	}
	.mr-one-city {
		font-size: 12px;
	}
	.mr-one-title {
		font-size: 15px;
		margin-bottom: 15px;
	}
	.add-routes svg {
		margin-right: 10px;
		max-width: 14px;
		max-height: 14px;
	}
	.mr-one .add-routes{
		width: 200px;
		font-size: 12px;
	}
	.mr-one-subtitle{
		font-size: 12px;
	}
	.pk-two{
		margin-top: -255px;
	}
	.rsk-two-left{
		padding: 90px 34px 0;
		max-width: unset;
		border-radius: 22px;
		margin-top: -20px;
		background: #FFF; 
	}
	.rsk-two .container{
		padding: 0;
	}
	.rsk-two-right{
		width: 100%;
		position: unset;
	}
	.rsk-two-flex{
		flex-direction: column-reverse;
	}
	.profile-setting {
		padding-bottom: 60px;
	}
	.rewiews-list {
		grid-row-gap: 40px;
	}
	.popup-add-route{
		padding: 28px;
	}
	#EditedReviews .rating-area{
		margin-bottom: 24px;
	}
	.popup-reviews-sub{
		font-size: 12px;
	}
	.popup-reviews-top {
		margin-bottom: 40px;
	}
	.w_popup{
		padding: 60px 40px;
	}
	.tabs__caption{
		margin: 20px 0 30px;
	}
	.mr-one-title span {
		font-size: 14px;
	}
	.mr-one-top,
	.f-one-title h2, .f-one-title h1{
		margin-top: 60px;
	}
	.f-one {
		padding-bottom: 30px;
	}
	.mr-one-list {
		grid-template-columns: 1fr 1fr;
		grid-row-gap: 40px;
	}
	.favourites-wrap{
		padding-bottom: 30px;
	}
}
@media (max-width: 767px){
	.w_directionSearch__field-icon{
		left: 44px;
	}
	.w_directionSearch__header{
		padding: 20px 20px 0 30px;
	}
	.w_directionSearch__field{
		padding: 14px 20px;
	}
	.w_directionSearch{
		padding-top: 10px;
	}
	.checkselect label{
		font-size: 14px;
	}
	.pk-two{
		margin-top: 0px;
		margin-bottom: -26px;
	}
	.rsk-two-content h5{
		margin-bottom: 10px;
	}
	.rsk-two-img{
		margin: 0px 0px 20px 0px;
	}
	.rsk-two-left ul{
		padding: 0;
		border: none;
	}
	.rsk-two-left a{
		flex-direction: column;
	}
	.rsk-two-left{
		padding: 60px 20px 0;
	}
	.profile-setting {
		padding-bottom: 40px;
	}
	.save{
		margin-top: 30px;
	}
	.profile-setting-left span{
		display: none;
	}
	.profile-setting-card{
		padding: 20px;
		margin-bottom: 15px;
	}
	.profile-setting h3{
		font-size: 18px;
		margin: 40px 0 20px;
		display: block;
	}
	.profile-setting form h3:first-child{
		margin-top: 0;
	}
	.mfp-container{
		padding: 0;
	}
	.mfp-inline-holder .mfp-content, 
	.mfp-ajax-holder .mfp-content{
		height: 100%;
	}
	#AddRoute,
	#EditedReviews{
		border-radius: 0;
		padding-top: 100px;
		min-height: 100vh;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.w_popup .mfpClose{
		bottom: unset;
		top: 15px;
		left: unset;
		right: 15px;
		background: #FF2D2D;
	}
	.w_popup .mfpClose svg{
		fill: #fff;
	}
	.input-file span,
	.input-file span svg{
		max-width: 132px;
		max-height: 132px;
	}
	.rewiews-card .rating-result span {
		font-size: 32px;
	}
	.rewiews-card-flex{
		margin-top: 15px;
	}
	.rewiews-card-bottom {
		padding-top: 20px;
	}
	.rewiews-card-top {
		padding: 20px 0 20px;
	}
	.tabs__caption {
		overflow: scroll;
		padding-bottom: 10px;
	}
	.rewiews-list {
		grid-template-columns: 1fr;
	}
	.favourites-wrap{
		padding-bottom: 0px;
	}
	.mr-one,
	.f-one{
		padding-top: 60px;
	}
	.popup-add-route{
		padding: 18px;
	}
	.w_popup{
		padding: 50px 20px;
	}
	.mr-one-box{
		margin-top: 20px;
	}
	.mr-one{
		text-align: left;
	}
	.mr-one .add-routes{
		margin: 30px 0px 0px 0px;
	}
	.mr-one-top{
		flex-direction: column;
		align-items: flex-start;
		margin-top: 40px;
	}
	.f-one-title h2,
	.mr-one-bigtitle h2, .mr-one-bigtitle h1, .f-one-title h1{
		font-size: 24px;  
		letter-spacing: -0.48px; 
	}
	.mr-one-list {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 1442px){}
/* 5.12.23 end  */

.rs-three-right__tag a:hover {
	background: #ff2d2d;
	color: #fff;
}
.w_pagination__next,
.w_pagination__prev,
.ei-one-mob,
.r-three-laptop,
.nout-show,
.mob-show {
	display: none;
}
.i-five-slid:hover .main-content {
	opacity: 1;
}
.i-three-card:hover {
	border-color: #ff2d2d;
	transition: all 0.3s linear;
}
.rs-three-link:hover span svg {
	fill: #fff;
	transition: all 0.3s linear;
}
.n-one-list img,
.p-three-card img,
.i-six-card__img img,
.i-five-slid__img img,
.i-fwo-slid img,
.i-three-card__img img,
.i-two-slider .swiper-slide a img {
	transition: all 0.3s linear;
}
.n-one-list a:hover img,
.ei-two-slid:hover img,
.rv-two-list a:hover img,
.p-three-card a:hover img,
.p-two-slider .swiper-slide a:hover img,
.i-two-slider .swiper-slide a:hover img {
	transform: scale(1.1);
	transition: all 0.3s linear;
}
.sw-btn:hover {
	transform: scale(1.1);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.i-six-card:hover .i-six-card__img img,
.i-five-slid:hover .i-five-slid__img img,
.i-fwo-slid:hover img,
.i-three-card:hover .i-three-card__img img {
	transform: scale(1.1);
	transition: all 0.3s linear;
}
.n-one-list a:hover .n-one-title::before,
.ei-two-slid:hover .p-three-card__name::before,
.rv-two-list a:hover .p-two-slider__title::before,
.p-three-card a:hover .p-three-card__name::before,
.p-two-slider .swiper-slide a:hover .p-two-slider__title::before,
.i-two-slider .swiper-slide a:hover .i-two-slider__title::before {
	max-width: 100vw;
	transition: all 0.4s linear;
}
.ei-one-top__right a:hover svg{
	fill: #ff2d2d;
	transition: all 0.3s linear;
}
.routs-three-flex a:hover,
.rs-three-left ul li a:hover,
.rs-three-right__list a:hover,
.ei-one-top__right a:hover,
.ns-three-left li a:hover,
.i-three-card:hover .i-three-card__title,
.i-fwo-slid:hover .i-fwo-slider__title,
.i-six-card:hover .i-six-card__title,
.i-five-slid:hover .i-five-slider__title {
	color: #ff2d2d;
	transition: all 0.3s linear;
}
.filter-flex > div.w_btn:hover .w_btn-text,
.filter-flex > div.w_btn:hover .w_btn-append,
.checkselect-control:hover,
.top-filter-label:hover {
	opacity: 0.7;
	transition: opacity 0.3s linear;
}
@media (max-width: 1442px) {
	.reviews-text,
	.working-hours li{
		font-size: 16px;
	}
	.working-hours{
		padding: 0 30px;
	}
	.z-five {
		padding: 60px 0 40px;
	}
	.z-five-title{
		font-size: 48px;
		margin-bottom: 40px;
	}
	.z-five-flex{
		margin-top: 78px;
	}
	.z-four-img{
		max-width: 280px;
	}
	.z-four-subtitle span{
		margin-right: 3vw;
	}
	.z-four-subtitle{
		font-size: 28px;
	}
	.z-four-title {
		max-width: 736px;
		margin-bottom: 70px;
	}
	.z-three-slider {
		padding-bottom: 80px;
	}
	.z-three-title{
		margin-top: 80px;
	}
	.z-three-box{
		padding: 120px 70px;
	}
	.z-three {
		padding: 40px 0;
	}
	.z-two {
		padding: 30px 0 40px;
	}
	.z-two-geo{
		font-size: 16px;
	}
	.z-two-card__name{
		font-size: 24px;
	}
	.z-one .p-one-flex{
		min-height: 260px;
	}
	.z-one .p-one-img img.nout-show{
		height: 100%;
	}
	.filter-left {
		width: 70%;
		margin-right: 20px;
	}
	.pa-two-left {
		margin-right: 40px;
	}
	.pa-two-top__title {
		font-size: 56px;
	}
	.pa-two-top__sub {
		font-size: 18px;
	}
	.pa-two-row span {
		font-size: 32px;
	}
	.pa-two-row,
	.pa-two-top__text {
		font-size: 14px;
	}
	.pa-two-right {
		padding: 30px;
	}
	.filter-title span {
		font-size: 16px;
	}
	.w_search__form-input input {
		font-size: 18px;
	}
	.in-two {
		padding-bottom: 80px;
	}
	.n-one {
		padding-bottom: 80px;
	}
	.w_pagination {
		margin-top: 60px;
	}
	.ns-one-left,
	.rs-one-left {
		font-size: 20px;
	}
	.rs-one-author,
	.rs-one-date {
		font-size: 18px;
	}
	.ns-three-left li a {
		font-size: 18px;
		margin-top: 10px;
	}
	.rs-three-right img,
	.rs-three-right p {
		margin-top: 30px;
	}
	.placement {
		font-size: 16px;
		margin-top: 30px;
	}
	.i-five.if2 {
		padding-bottom: 80px;
	}
	.ei-three {
		padding: 40px 0 80px;
	}
	.ei-two {
		padding: 80px 0 40px;
	}
	.i-five-slid__sale span {
		padding: 8px 16px;
	}
	.in-two-tag a {
		padding: 15px 25px 16px 25px;
	}
	.rs-three {
		padding-bottom: 120px;
	}
	.acordeon-cabecera {
		padding: 30px 0;
		margin-bottom: 0;
	}
	.acordeon-cabecera span {
		margin-right: 29px;
		padding-top: 1px;
	}
	.sticky-sidebar {
		max-width: 380px;
		padding: 40px 20px;
	}
	.p-one-title {
		margin-top: 60px;
	}
	.r-three-right {
		max-width: 579px;
	}
	.r-three-box {
		padding: 70px;
	}
	.r-two.rt1 {
		padding: 0 0 80px;
	}
	.title-flex {
		margin-bottom: 60px;
	}
	.r-three {
		padding-top: 0;
		padding-bottom: 80px;
	}
	.p-one-title {
		margin-top: 60px;
	}
	.nout-show {
		display: block;
	}
	.nout-hide {
		display: none;
	}
	.r-one .p-one-img {
		margin-right: 0;
	}
	.r-one .p-one-img img:first-child {
		max-width: 267px;
		bottom: 32px;
		left: 20%;
	}
	.p-two {
		padding-top: 15px;
	}
	.p-three {
		padding: 90px 0;
	}
	.p-three-list {
		margin-bottom: 90px;
	}
	.i-six {
		padding-bottom: 80px;
	}
	.i-link a {
		margin-bottom: 40px;
	}
	.i-one {
		padding-bottom: 20px;
		padding-top: 200px;
	}
	.i-one-bigsubtitle {
		max-width: 392px;
	}
	.filter-box {
		padding: 40px;
	}
	.i-two {
		padding: 60px 0 0;
	}
	.i-two-slider__box {
		padding: 30px 30px 30px;
	}
	.i-three {
		padding: 120px 0 80px;
	}
	.i-three-card__box {
		padding: 30px;
	}
	.i-three-card {
		min-height: 213px;
	}
	.i-three-card__img {
		width: 260px;
		height: 226px;
		top: -7px;
		right: -106px;
	}
	.i-three-card__img img {
		left: -55px;
		object-fit: contain;
	}
	.i-fwo-box {
		padding: 80px 70px 60px;
	}
	.title-flex h2 {
		font-size: 48px;
		width: 60%;
	}
	.z-four-title,
	.pa-two h1,
	.ei-two-title,
	.r-three-title,
	.p-two-title h2,
	.p-three-title h2,
	.p-one-title {
		font-size: 48px;
	}
	.rs-one-right h2,
	.rs-one-right h1,
	.i-six-title,
	.i-five-title,
	.i-fwo-title {
		font-size: 48px;
		letter-spacing: -0.96px;
	}
	.i-one-title {
		font-size: 40px;
	}
	.p-two-slider__title {
		font-size: 28px;
		letter-spacing: -0.56px;
	}
	.rs-three-right h5,
	.acordeon-cabecera,
	.i-five-slider__title,
	.i-fwo-slider__title {
		font-size: 24px;
	}
	.rv-two .p-two-slider__title,
	.p-three-card__name,
	.i-two-slider__title {
		font-size: 24px;
		letter-spacing: -0.48px;
	}
	.rs-three-text,
	.i-six-card__title,
	.i-three-card__title {
		font-size: 20px;
	}
	.title-flex span {
		font-size: 20px;
		max-width: 200px;
	}
	.rs-one-type,
	.rs-one-distance,
	.p-two-slider__km,
	.p-two-slider__city,
	.i-fwo-slider__sale {
		font-size: 18px;
	}
	.r-three-list a,
	.p-three-card__info,
	.p-three-card__km,
	.p-three-card__city,
	.p-two-title span,
	.p-three-title span,
	.i-six-card__date,
	.i-five-bottom,
	.i-fwo-slider__text {
		font-size: 16px;
	}
	.i-six-subtitle,
	.i-five-subtitle,
	.i-fwo-subtitle {
		font-size: 16px;
		letter-spacing: -0.36px;
	}
	.i-five-bottom,
	.i-three-card__num {
		font-size: 14px;
	}
	.p-three-card__info {
		padding: 14px 30px;
	}
	.i-five-bottom {
		flex-wrap: wrap;
	}
	.i-five-bottom span {
		padding: 0px 10px;
	}
	.i-five-bottom span::before {
		left: -2px;
		display: none;
	}
	.i-five {
		padding-bottom: 80px;
	}
	.i-seven-flex {
		padding: 0 70px;
	}
	.i-seven-left {
		padding: 100px 0 80px;
		max-width: 694px;
	}
	.i-seven-right img {
		width: 100%;
	}
	.i-seven-right {
		width: 44%;
	}
	.i-seven-left {
		padding: 100px 0 80px;
		width: 54%;
	}
	.i-seven-right img:last-child {
		max-width: 224px;
	}
	.p-three-card__name,
	.p-two-slider__title {
		margin-bottom: 20px;
	}
}
@media (max-width: 1300px) {
	.z-five {
		padding: 80px 0 0;
	}
	.z-five-text{
		font-size: 16px;
	}
	.z-five-title{
		font-size: 32px;
		margin-bottom: 30px;
	}
	.z-five-subtitle{
		font-size: 16px;
	}
	.z-four {
		padding: 40px 0 30px;
	}
	.z-four-subtitle span{
		font-size: 18px;
	}
	.z-four-img {
		max-width: 245px;
	}
	.z-four-subtitle {
		font-size: 20px;
		padding: 30px 0;
	}
	.z-three-title{
		font-size: 48px;
	}
	.z-three-subtitle{
		font-size: 20px;
	}
	.z-three-box {
		padding: 80px 70px;
	}
	.z-two-list{
		grid-row-gap: 40px;
	}
	.z-two-card__box {
		padding-top: 20px;
	}
	.z-two-card__sub{
		font-size: 14px;
		margin-top: 20px;
	}
	.z-two-geo {
		font-size: 14px;
	}
	.z-two-card__name {
		font-size: 20px;
	}
	.z-two {
		padding: 10px 0 40px;
	}
	.filter-right button{
		padding: 3px 30px 4px 25px;
		font-size: 14px;
	}
	.filter-left{
		width: 100%;
		margin: 0px 0px 40px 0px;
	}
	.filters-flex{
		flex-direction: column;
		align-items: flex-start;
	}
	.z-one .p-one-img img:first-child{
		bottom: 0;
	}
	.z-one .p-one-flex {
		min-height: 210px;
	}
	.pa-two-row span{
		margin-right: 15px;
	}
	.pa-two-right {
		padding: 20px;
		min-width: 280px;
	}
	.pa-two-row span {
		font-size: 28px;
	}
	.pa-two-top__sub {
		font-size: 16px;
	}
	.pa-two-top__title {
		font-size: 48px;
	}
	.ei-two-slider,
	.i-five-slider {
		margin-top: 30px;
	}
	.w_search__form-button .w_btn,
	.w_search__form-input input {
		font-size: 16px;
		height: 68px;
	}
	.filter-title span {
		font-size: 14px;
	}
	.rs-three-right p {
		margin-top: 20px;
	}
	.rs-three-big__img {
		margin-bottom: 40px;
	}
	.r-three.rt2 {
		margin-top: 0px;
	}
	.ei-one-mesto {
		margin-top: 10px;
	}
	.in-two-list {
		margin-bottom: 60px;
	}
	.i-five-slid__sale {
		padding: 20px;
	}
	.in-two-tag a {
		margin-bottom: 12px;
	}
	.ei-one-top__left,
	.in-two-tag {
		flex-wrap: wrap;
	}
	.in-two-tag__box {
		margin-bottom: 20px;
	}
	.sticky-sidebar {
		max-width: 326px;
	}
	.rs-three {
		padding-bottom: 80px;
		padding-top: 40px;
	}
	.s-one,
	.in-one,
	.r-one,
	.p-one,
	.r-one {
		min-height: 320px;
	}
	.rv-two-list {
		margin-bottom: 60px;
	}
	.p-two-slider__box {
		padding-top: 20px;
	}
	.rv-two {
		padding: 40px 0 60px;
	}
	.r-one .p-one-img img:first-child {
		max-width: 220px;
		bottom: 27px;
		left: 25%;
	}
	.r-three-right {
		max-width: 502px;
	}
	.r-three {
		margin-top: -20px;
	}
	.container {
		max-width: 1064px;
		min-height: 100%;
		height: unset;
	}
	.n-one {
		padding: 110px 0 80px;
	}
	.routs-one,
	.z-one,
	.pa-one,
	.s-one,
	.ns-one,
	.ei-one,
	.in-one,
	.p-one {
		padding-top: 110px;
	}
	.p-two-slider__price {
		top: 20px;
		right: 20px;
	}
	.p-three {
		padding: 80px 0;
	}
	.p-three-list {
		margin-bottom: 80px;
		margin-top: 40px;
	}
	.p-two {
		padding-top: 40px;
	}
	.p-one-img {
		margin-right: 68px;
	}
	.p-one-title {
		margin-top: 40px;
	}
	.i-one-bigsubtitle svg,
	.i-one-bigtitle svg {
		height: auto;
	}
	.i-six,
	.i-seven {
		padding-bottom: 60px;
	}
	.i-seven-title {
		margin-bottom: 67px;
	}
	.p-three-card__info {
		padding: 11px 20px;
		font-size: 14px;
		top: 10px;
		right: 10px;
	}
	.i-seven-title {
		font-size: 42px;
		letter-spacing: -0.84px;
	}
	.z-four-title,
	.pa-two h1,
	.n-one h2,
	.n-one h1,
	.ei-two-title,
	.ei-one h2,
	.ei-one h1,
	.rs-one-right h2,
	.rs-one-right h1,
	.r-three-title,
	.p-two-title h2,
	.p-three-title h2,
	.p-one-title,
	.i-one-title,
	.i-six-title,
	.i-five-title,
	.i-fwo-title {
		font-size: 32px;
		letter-spacing: -0.64px;
	}
	.p-two-slider__title,
	.filter-title {
		font-size: 24px;
	}
	.i-two-slider__title {
		font-size: 20px;
		letter-spacing: -0.4px;
	}
	.acordeon-cabecera,
	.rv-two .p-two-slider__title,
	.p-three-card__name,
	.i-five-slider__title,
	.i-fwo-slider__title {
		font-size: 20px;
	}
	.n-one-title,
	.rating-result-num,
	.i-six-card__title,
	.i-three-card__title {
		font-size: 18px;
	}
	.sl-subtitle,
	.ns-one-left,
	.rs-three-right p,
	.rs-one-left,
	.p-two-slider__km,
	.p-two-slider__city,
	.i-fwo-slider__sale,
	.p-two-slider__price,
	.i-fwo-slider__sale,
	.filter-btn,
	.checkselect-control select {
		font-size: 16px;
	}
	.n-one-right,
	.p-three-card__km,
	.p-three-card__city,
	.p-three-title span,
	.p-two-title span,
	.i-six-subtitle,
	.i-five-subtitle,
	.i-fwo-subtitle,
	.i-seven-subtitle {
		font-size: 14px;
		letter-spacing: -0.28px;
	}
	.n-one-date,
	.rs-one-btn__box a,
	.i-link-b a,
	.i-link a,
	.i-six-card__date,
	.i-five-bottom,
	.i-fwo-slider__text {
		font-size: 14px;
	}
	.i-five-slider__subtitle,
	.i-three-card__num {
		font-size: 12px;
	}
	.p-three-card__sub,
	.p-two-slider__sub,
	.i-two-slider__sub {
		font-size: 12px;
		margin-bottom: 7px;
	}
	.i-one-title {
		max-width: 440px;
	}
	.i-one-bigsubtitle {
		max-width: 338px;
		margin-bottom: 0px;
	}
	.i-one {
		padding-bottom: 40px;
		padding-top: 190px;
	}
	.title-flex span {
		font-size: 16px;
		max-width: 163px;
	}
	.title-flex h2 {
		font-size: 32px;
		width: 59%;
	}
	.i-two {
		padding: 50px 0 0;
	}
	.title-flex {
		margin-bottom: 60px;
	}
	.i-three {
		padding: 80px 0 80px;
	}
	.i-three-card__img {
		right: -121px;
	}
	.i-three-card__img img {
		left: -70px;
	}
	.i-fwo-box {
		padding: 60px 70px 60px;
	}
	.i-fwo-slider__title {
		margin-bottom: 10px;
	}
	.i-fwo-slider__sale svg {
		width: 24px;
	}
	.i-link-b span::after,
	.i-link span::after {
		margin-top: 3px;
	}
	.i-link-b span::before,
	.i-link span::before {
		top: 3px;
	}
	.i-fwo {
		padding-bottom: 80px;
	}
	.main-content {
		top: 10px;
		right: 10px;
		width: 48px;
		height: 48px;
	}
	.main-content svg {
		width: 44px;
	}
	.i-seven-left {
		padding: 80px 0 80px;
	}
	.i-seven-right {
		width: 42%;
	}
}
@media (max-width: 1100px) {
	.routs-one .rs-one-distance{
		margin: 10px 0px 0px 4px;
	}
	.z-five-link a{
		height: 50px;
		font-size: 14px;
	}
	.z-five-text {
		font-size: 14px;
	}
	.z-five-title {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.z-five-flex {
		margin-top: 50px;
	}
	.z-four-subtitle {
		width: 65%;
	}
	.z-four-img {
		max-width: 220px;
	}
	.z-four-title{
		margin-bottom: 10px;
	}
	.z-three-title {
		font-size: 32px;
	}
	.z-three-box {
		padding: 80px 24px;
	}
	.z-two-list{
		grid-template-columns: 1fr 1fr;
	}
	.z-two .sl-subtitle{
		position: absolute;
		top: 35px;
		left: 0;
	}
	.z-two-top .rs-one-btn__box {
		margin-top: 60px;
	}
	.ei-two-box{
		position: relative;
	}
	.z-two-top{
		flex-direction: column;
		align-items: flex-start;
	}
	.filter-left{
		margin-bottom: 30px;
	}
	.filter-text{
		font-size: 16px;
	}
	.z-one .p-one-img {
		width: 47.5%;
	}
	.z-one .nout-show{
		display: none;
	}
	.pa-two-left {
		margin-right: 0;
	}
	.pa-two {
		padding: 40px 0 80px;
	}
	.pa-two-right{
		position: unset;
		margin-bottom: 40px;
	}
	.w_eventsHeader__filter .w_menuBlock{
		position: unset;
		margin-bottom: 30px;
	}
	.pa-two-flex{
		flex-direction: column-reverse;
	}
	.s-four {
		padding: 60px 0;
	}
	.ei-three {
		padding: 30px 0 60px;
	}
	.i-five.if2 {
		padding-bottom: 60px;
	}
	.s-two {
		padding: 2px 0 30px;
	}
	.w_search__form-input {
		flex: calc(100% - 164px) 0 0;
	}
	.w_search__form-button .w_btn {
		width: 164px;
	}
	.w_search__form-button .w_btn,
	.w_search__form-input input {
		font-size: 14px;
		height: 68px;
	}
	.s-one .p-one-img {
		width: 46.5%;
		margin-right: 0;
	}
	.s-one .p-one-img img:first-child {
		width: 74%;
		bottom: 40px;
	}
	.n-one-list a:last-child {
		display: block;
	}
	.n-one h2, .n-one h1 {
		margin: 60px 0 20px;
	}
	.sticky-sidebar.ns-three-left li {
		font-size: 14px;
	}
	.rs-three-big__img {
		margin-bottom: 30px;
	}
	.rs-one-author,
	.rs-one-date {
		font-size: 16px;
	}
	.ns-three-left {
		margin-top: 60px;
	}
	.ns-three-flex {
		flex-direction: column-reverse;
	}
	.rs-three {
		padding-bottom: 60px;
		padding-top: 30px;
	}
	.rs-one-date {
		margin: 0px 0px 10px 0px;
	}
	.ns-one-right__flex {
		flex-direction: column;
		align-items: flex-start;
	}
	.ns-one-left,
	.rs-one-left {
		font-size: 12px;
	}
	.ei-one-right {
		display: none;
	}
	.ei-one-mob {
		display: block;
		margin: 20px 0;
	}
	.ei-one-left {
		margin-right: 0;
	}
	.ei-one-flex {
		position: relative;
	}
	.ei-one-left h6 {
		font-size: 20px;
		margin: 20px 0 20px;
	}
	.ei-one-left p {
		font-size: 16px;
	}
	.ei-one-top__right {
		margin-top: 30px;
	}
	.ei-one-top__flex {
		align-items: flex-start;
	}
	.n-one-list,
	.in-two-list {
		grid-template-columns: 1fr 1fr;
		grid-row-gap: 40px;
	}
	#datepickerBox {
		right: 0;
		left: auto;
	}
	.rs-three-right {
		width: 100%;
	}
	.rs-three-left {
		margin: 0px 0px 40px 0px;
	}
	.sticky-sidebar {
		position: unset;
		max-width: unset;
	}
	.ei-one-flex,
	.ei-one-top__flex,
	.rs-three-flex {
		flex-direction: column;
	}
	.rs-one-distance {
		margin: 0px 0px 10px 0px;
	}
	.rs-one-right__flex {
		display: block;
		padding: 20px 0 0px;
	}
	.rs-one-right {
		width: 60%;
	}
	.rv-two-sub {
		font-size: 14px;
	}
	.rv-two-list a:last-child {
		display: block;
	}
	.rv-two-list {
		grid-template-columns: 1fr 1fr;
		grid-row-gap: 40px;
	}
	.rv-two {
		padding: 30px 0 60px;
	}
	.rv-two-sub {
		margin-bottom: 28px;
	}
	.r-three-left {
		margin-right: 0;
		padding: 0;
	}
	.r-three-box {
		padding: 60px 25px;
	}
	.r-three-laptop {
		display: block;
		border-radius: 12px;
		overflow: hidden;
		margin: 39px 0 5px;
	}
	.r-three-right {
		display: none;
	}
	.rt1 .p-two-slider__title {
		font-size: 20px;
	}
	.r-one .p-one-img {
		width: 52%;
		min-height: 200px;
		display: flex;
	}
	.r-one .p-one-img img:first-child {
		max-width: 206px;
		left: 23%;
	}
	.i-filter.if1 {
		top: -56px;
	}
	.container {
		padding: 0 34px;
	}
	.p-two-slider__price {
		font-size: 14px;
		top: 10px;
		right: 10px;
		padding: 12px 20px;
	}
	.p-three-card:last-child {
		display: block;
	}
	.p-three-list {
		grid-template-columns: 1fr 1fr;
		grid-row-gap: 40px;
	}
	.p-two-slider__km,
	.p-two-slider__city {
		font-size: 14px;
	}
	.p-two-slider__title {
		font-size: 28px;
	}
	.p-three-card__box,
	.p-two-slider__box {
		padding-top: 20px;
	}
	.p-two-title h2,
	.p-three-title h2 {
		margin-bottom: 10px;
	}
	.p-two {
		padding-top: 2px;
	}
	.p-one-img {
		width: 52%;
		margin-right: 0px;
	}
	.p-one-img img:first-child {
		bottom: 18px;
		left: 6%;
	}
	.p-one-btn__flex a {
		font-size: 14px;
	}
	.i-six-card:nth-child(4) {
		display: block;
	}
	.i-filter {
		top: -58px;
	}
	.i-one {
		padding-bottom: 30px;
		padding-top: 160px;
	}
	.i-one .i-link a {
		margin-bottom: 85px;
	}
	.i-one-img {
		width: 75%;
		left: 62%;
	}
	.i-one-bigsubtitle {
		max-width: 240px;
	}
	.filter-btn {
		width: 90px;
		padding: 18px 19px;
	}
	.filter-flex .w_btn {
		font-size: 14px;
		padding: 0 20px;
	}
	.checkselect {
		min-width: 30%;
	}
	.checkselect-control::before {
		right: 20px;
	}
	.checkselect-control select {
		padding-left: 20px;
		padding-right: 20px;
	}
	.filter-btn,
	.checkselect-control select {
		font-size: 14px;
	}
	.filter-title {
		margin-bottom: 30px;
	}
	.filter-box {
		padding: 30px;
		position: relative;
	}
	.top-filter-label {
		font-size: 14px;
		padding: 15px 20px 14px 20px;
	}
	.title-flex {
		margin-bottom: 40px;
	}
	.i-three {
		padding: 60px 0 60px;
	}
	.i-three-list {
		grid-template-columns: 1fr 1fr;
	}
	.i-fwo-box {
		padding: 60px 24px 60px;
	}
	.i-five-slider__title,
	.i-fwo-slider__title {
		font-size: 18px;
	}
	.i-fwo,
	.i-five {
		padding-bottom: 60px;
	}
	.i-six-list {
		grid-template-columns: 1fr 1fr;
		grid-row-gap: 60px;
	}
	.i-seven-right {
		width: 59%;
	}
	.i-seven-left {
		width: 46%;
	}
	.i-seven-title {
		font-size: 32px;
		letter-spacing: -0.64px;
		max-width: 300px;
	}
	.i-seven-flex {
		padding: 0 10px 0 50px;
	}
	.big-container {
		padding: 0 10px;
	}
}
@media (max-width: 767px) {
	.w_header__search svg{
		width: 14px;
		height: 15px;
	}
	.i-one .i-link{
		display: flex;
		justify-content: center;
	}
	.i-link-b{
		justify-content: center;
	}
	.routs-one{
		position: relative;
	}
	.i-five-bottom{
		align-items: flex-start;
	}
	.i-five-bottom span{
		padding: 0;
	}
	.z-five-subtitle{
		font-size: 14px;
		margin-bottom: 20px;
	}
	.z-five-box{
		width: 100%;
	}
	.z-five-flex{
		flex-direction: column;
		margin-top: 37px;
	}
	.z-five-top__left{
		width: 100%;
		margin: 0px 0px 0px 0px;
	}
	.z-five-top__right{
		display: none;
	}
	.z-four-img{
		margin-right: 0;
		max-width: unset;
	}
	.z-four-img img{
		width: 100%;
	}
	.z-four-box{
		margin-top: 20px;
		padding-top: 260px;
		position: relative;
	}
	.z-four-subtitle{
		width: 100%;
	}
	.z-four-row{
		position: unset;
	}
	.z-four-title{
		font-size: 24px;
	}
	.z-four {
		padding: 30px 0 30px;
	}
	.z-three-slider {
		padding-bottom: 60px;
	}
	.z-three-title {
		margin-top: 60px;
		font-size: 20px;
	}
	.z-three-subtitle {
		font-size: 14px;
		max-width: 219px;
	}
	.z-three-box {
		padding: 60px 20px;
	}
	.z-three {
		padding: 30px 0;
	}
	.z-two-geo {
		font-size: 12px;
	}
	.z-two-card__name {
		font-size: 18px;
	}
	.z-two-list {
		grid-template-columns: 1fr;
		margin: 20px 0 60px;
	}
	.z-two-top .rs-one-btn__box {
		margin-top: 42px;
	}
	.i-filter.z-filter{
		top: -250px;
		margin-bottom: -200px;
	}
	.z-one .p-one-img img:first-child {
		bottom: 59%;
		width: 100%;
		left: 1%;
	}
	.z-one .p-one-img {
		width: 59.5%;
		right: auto;
	}
	.pa-two-left{
		margin-right: 0;
	}
	.pa-two h1 {
		font-size: 28px;
	}
	.w_search__form-button .w_btn svg {
		display: block;
	}
	.w_search__form-input {
		flex: calc(100% - 60px) 0 0;
	}
	.w_search__form-input input {
		font-size: 14px;
		height: 60px;
		padding: 0 10px 0 20px;
	}
	.w_search__form-button .w_btn {
		font-size: 0;
		width: 60px;
		height: 60px;
	}
	.sl-subtitle,
	.filter-title span {
		font-size: 12px;
		margin-top: 5px;
	}
	.filter-title {
		flex-direction: column;
		align-items: flex-start;
	}
	.s-one .p-one-img img:first-child {
		width: 55%;
		bottom: 10px;
	}
	.s-one .p-one-img {
		width: 100%;
	}
	.rs-three-right h5 {
		font-size: 20px;
		margin: 40px 0 40px;
		padding-bottom: 20px;
	}
	.rs-three-right small {
		font-size: 16px;
	}
	.rs-three-right h6 {
		margin-top: 40px;
		font-size: 18px;
	}
	.rs-three-right__list a,
	.rs-three-right__list span {
		font-size: 14px;
	}
	.ns-three-left {
		margin-top: 40px;
	}
	.in-two-tag a {
		overflow: unset;
	}
	.in-two-tag a::before,
	.in-two-tag a::after {
		display: none;
	}
	.in-two-tag a:hover {
		color: #fff;
		background: #ff2d2d;
		transition: all 0.3s linear;
	}
	
	.w_pagination {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.w_pagination a {
		display: flex;
	}
	.w_pagination__prev {
		margin-right: 10px;
	}
	.w_pagination__next.w_is-disabled,
	.w_pagination__prev.w_is-disabled {
		opacity: 0.7;
		pointer-events: none;
	}
	.n-one-title {
		font-size: 16px;
	}
	.n-one-date {
		font-size: 12px;
	}
	.n-one-list,
	.in-two-list {
		grid-template-columns: 1fr;
	}
	.n-one-left {
		margin-top: 20px;
	}
	.n-one-flex {
		align-items: flex-start;
	}
	.n-one h2, .n-one h1 {
		margin: 30px 0 5px;
	}
	.sticky-sidebar.ns-three-left li {
		font-size: 12px;
	}
	.ns-three-left li a {
		font-size: 16px;
		margin-top: 10px;
	}
	.rs-three-right p {
		font-size: 14px;
	}
	.ns-one-flex {
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.rs-one-author,
	.rs-one-date {
		font-size: 14px;
	}
	.ns-one-left {
		margin-top: 30px;
	}
	.i-five.if2 {
		padding-bottom: 60px;
	}
	.ei-three {
		padding: 30px 0 60px;
	}
	.ei-two {
		padding: 60px 0 30px;
	}
	.ei-one-left h6 {
		font-size: 16px;
	}
	.ei-one-top__flex {
		margin-bottom: 20px;
	}
	.ei-one-left p,
	.ei-one-top__right a {
		font-size: 14px;
	}
	.ei-one-top__left span {
		display: block;
	}
	.ei-one-mesto {
		margin-top: 0;
	}
	.ei-one-top__left {
		align-items: flex-start;
		font-size: 14px;
	}
	.ei-one-date,
	.ei-one-city {
		margin: 0px 0px 10px 0px;
	}
	.ei-one h2, .ei-one h1 {
		margin-top: 0;
	}
	.ei-two-slider {
		margin-top: 30px;
	}
	.in-two-sub {
		font-size: 14px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.in-two-tag a {
		font-size: 12px;
		padding: 10px 15px 11px 15px;
	}
	.in-two-tag__box {
		overflow: auto;
	}
	.in-two-tag {
		min-width: 826px;
		flex-wrap: nowrap;
	}
	.in-one .p-one-img {
		margin-right: 25px;
		width: 88%;
	}
	.in-one {
		position: relative;
	}
	.in-two-list {
		grid-template-columns: 1fr;
		grid-row-gap: 40px;
	}
	.acordeon-cabecera span {
		margin-right: 15px;
	}
	.acordeon-cabecera {
		padding: 20px 0;
	}
	.acordeon-cabecera span,
	.acordeon-cabecera,
	.rs-three-text {
		font-size: 16px;
	}
	.rs-three-link {
		margin-top: 30px;
	}
	.rs-three-left ul a,
	.sticky-sidebar li span {
		font-size: 14px;
		margin-top: 5px;
	}
	.reviews-date,
	.sticky-sidebar li {
		font-size: 12px;
	}
	.rs-two {
		padding: 20px 0 0;
	}
	.routs-three h5{
		padding: 0;
	}
	.routs-three-flex{
		margin-top: 40px;
		padding-bottom: 30px;
	}
	.rate-place{
		padding: 20px;
	}
	.rating-area:not(:checked)>label{
		font-size: 34px;
		width: 32px;
	}
	.reviews-name{
		font-size: 14px;
	}
	.working-hours li {
		padding: 20px 0;
		font-size: 14px;
	}
	.working-hours.wh2 li{
		flex-direction: column;
		text-align: center;
	}
	.working-hours.wh2 li span{
		margin: 10px 0px 0px 0px;
	}
	.working-hours {
		padding: 0 15px;
	}
	.rs-one-btn__box a {
		font-size: 12px;
		text-align: center;
	}
	.rs-one-btn__box {
		margin-top: 20px;
	}
	.rs-one-left {
		position: absolute;
		left: 0;
		bottom: 110px;
	}
	.routs-one .rs-one-left {
		position: absolute;
		left: 0;
		bottom: 10px;
	}
	.rs-one-right__flex.bbn,
	.rs-one-right__flex {
		padding-bottom: 130px;
	}
	.routs-three-flex a{
		font-size: 16px;
	}
	.routs-three-place,
	.rs-one-type,
	.rs-one-distance {
		font-size: 14px;
	}
	.rs-one-right {
		width: 100%;
	}
	.n-one-flex,
	.rs-one-flex {
		flex-direction: column-reverse;
		position: relative;
	}
	.p-one-content {
		position: relative;
		z-index: 2;
	}
	.rv-two-list {
		grid-template-columns: 1fr;
	}
	.r-three-list {
		grid-template-columns: 1fr;
	}
	.r-three-laptop {
		margin: 16px 0 5px;
	}
	.r-three-box {
		padding: 60px 20px;
	}
	.r-two.rt1 {
		padding: 0 0 70px;
	}
	.r-three {
		padding-bottom: 60px;
	}
	.i-filter.if1 {
		top: -40px;
	}
	.w_crumbs {
		display: none;
	}
	.r-one .p-one-img img:first-child {
		bottom: 10vw;
		left: 19vw;
		width: 40vw;
		min-width: 164px;
	}
	.p-one-flex {
		justify-content: center;
	}
	.r-one,
	.p-one {
		position: relative;
	}
	.p-one-flex {
		position: unset;
	}
	.r-one .p-one-img {
		width: 100%;
		right: 0;
	}
	.p-one,
	.r-one {
		min-height: 320px;
	}
	.container {
		padding: 0 20px;
	}
	.rating-result span {
		font-size: 26px;
		line-height: 20px;
	}
	.p-three-list {
		margin-top: 20px;
		margin-bottom: 60px;
		grid-template-columns: 1fr;
	}
	.p-three-card__name {
		margin-bottom: 16px;
	}
	.p-two-slider__title {
		font-size: 20px;
		margin-bottom: 16px;
	}
	.p-two-slider__price {
		font-size: 12px;
		padding: 10px 15px;
		top: 10px;
		right: 10px;
	}
	.p-two-slider {
		margin-top: 20px;
	}
	.n-one h2,
	.n-one h1,
	.ei-two-title,
	.ei-one h2,
	.ei-one h1,
	.rs-one-right h2,
	.rs-one-right h1,
	.r-three-title,
	.p-two-title h2,
	.p-three-title h2 {
		font-size: 24px;
		letter-spacing: -0.48px;
	}
	.p-two {
		padding-top: 20px;
	}
	.p-one-img img:first-child {
		left: 7%;
		bottom: 0px;
		width: 84%;
	}
	.p-one-img {
		width: 85%;
		margin-right: 0px;
		position: absolute;
		bottom: 0;
		right: 0px;
	}
	.nout-show,
	.mob-hide {
		display: none;
	}
	.mob-show {
		display: block;
	}
	.i-filter {
		top: -40px;
	}
	.p-one-title {
		font-size: 24px;
		margin-top: 30px;
		text-align: center;
	}
	.routs-one,
	.pa-one,
	.s-one,
	.n-one,
	.ei-one,
	.in-one,
	.r-one,
	.p-one {
		padding-top: 90px;
	}
	.p-one-btn__flex {
		position: relative;
		top: unset;
		right: unset;
		z-index: 2;
		margin: 48px 0 60px;
	}
	.i-seven .i-link span {
		display: none;
	}
	.i-seven .i-link span.mob-text {
		display: flex;
	}
	.i-one-title {
		letter-spacing: -0.48px;
		font-size: 24px;
		text-align: center;
	}
	/* .i-five-slid__sale span, */
	.i-link-b a,
	.i-link a,
	.i-six-card__date,
	.i-five-bottom,
	.i-fwo-slider__text {
		font-size: 12px;
	}
	.i-one .i-link a {
		margin-bottom: 65px;
	}
	.i-one-bigsubtitle {
		max-width: 95px;
	}
	.i-one-img {
		width: 100%;
		left: 0;
		transform: unset;
	}
	.filter-box {
		padding: 30px 20px;
	}
	.filter-title {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.top-filter-list {
		flex-wrap: wrap;
		margin-right: -10px;
	}
	.top-filter-label {
		margin-bottom: 10px;
	}
	.title-flex {
		display: block;
	}
	.ei-one-top__left,
	.filter-flex {
		flex-direction: column;
	}
	.filter-flex > div.w_btn,
	.checkselect {
		margin-bottom: 20px;
	}
	.filter-flex > div.w_btn,
	.checkselect-control select {
		border-radius: 4px;
		border: 1px solid var(--Border, #e2e4e7);
	}
	.filter-btn {
		width: 100%;
		border-radius: 4px;
	}
	.title-flex span {
		font-size: 12px;
		letter-spacing: -0.24px;
		width: 100%;
		display: inline-block;
		text-align: center;
		margin-bottom: 20px;
		max-width: unset;
	}
	.title-flex h2 {
		width: 100%;
		text-align: center;
		letter-spacing: -0.48px;
		font-size: 24px;
	}
	.i-two-slider__sub {
		font-size: 10px;
	}
	.i-two-slider__title {
		font-size: 16px;
		letter-spacing: -0.32px;
	}
	.i-two-slider__box {
		padding: 20px;
	}
	.i-three-list {
		grid-template-columns: 1fr;
	}
	.i-six-card__title,
	.i-three-card__title {
		font-size: 16px;
	}
	.i-three-card__box {
		padding: 20px;
	}
	.i-three-card {
		min-height: 180px;
	}
	.i-three-card__img {
		width: 240px;
		height: 190px;
		top: -6px;
		right: -115px;
	}
	.i-three {
		padding: 60px 0 40px;
	}
	.big-container {
		padding: 0;
	}
	.i-fwo-box {
		padding: 60px 20px 60px;
	}
	.i-six-card__date,
	.i-fwo-title {
		margin-bottom: 10px;
	}
	.i-fwo-slider__text,
	.i-fwo-subtitle {
		margin-bottom: 20px;
	}
	.i-six-title,
	.i-five-title,
	.i-fwo-title {
		font-size: 24px;
		letter-spacing: -0.48px;
	}
	.i-fwo-slider__box {
		padding-top: 20px;
	}
	.footer__nav-right,
	.footer__nav-block_type,
	.swiper-navigation {
		display: none;
	}
	.i-seven .i-link,
	.i-five .i-link-b,
	.i-fwo .i-link {
		display: flex;
		justify-content: center;
	}
	.i-one {
		padding-bottom: 170px;
		padding-top: 140px;
	}
	.i-five-slid__sale span {
		padding: 5px 10px;
		font-size: 14px;
	}
	.i-six-card__box,
	.i-five-slider__box {
		padding-top: 20px;
	}
	.footer__bottom-left,
	.i-five-bottom {
		flex-direction: column;
	}
	.w_header__nav-item_favorites,
	.i-five-bottom span::before {
		display: none;
	}
	.i-five-slider {
		padding-bottom: 60px;
	}
	.i-six-list {
		grid-template-columns: 1fr;
		grid-row-gap: 40px;
	}
	.i-seven-flex {
		flex-direction: column-reverse;
	}
	.i-seven-right {
		width: 100%;
	}
	.i-seven-left {
		text-align: center;
		width: 100%;
		padding: 0px 20px 55px;
	}
	.i-seven-flex {
		padding: 0;
	}
	.i-seven-subtitle {
		font-size: 12px;
		margin-bottom: 13px;
	}
	.i-seven-title {
		max-width: unset;
		margin-bottom: 30px;
	}
	.i-two {
		padding: 10px 0 0;
	}
}
.i-five-slid__sale_bottom {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	width: 100%;
}
.i-five-slid__sale .access_by_card img {
	max-width: 120px;
	image-rendering: optimizespeed;
}
.i-five-slid__sale span {
	margin-right: 10px;
}
@media (max-width: 390px) {
	.r-one .p-one-img img:first-child {
		left: 26vw;
	}
}
.w_events__filter-controls {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.w_events__filter-controls .w_btn-direction__holder {
	flex: 1;
}
.w_events__filter-controls .w_btn-direction {
	white-space: nowrap;
}
.w_btn-direction {
	padding-left: 17px;
	padding-right: 10px;
	display: flex;
	justify-content: flex-start;
}
.w_events__filter-controls .w_btn-direction__toggler {
	transform: rotate(-90deg);
	margin-left: auto;
}
@media (min-width: 48em) {
	.w_menuBlock__header,
	.w_menuBlock__footer {
		display: none;
	}
}
@media (min-width: 48em) {
	.w_eventsHeader__filter .w_menuBlock {
		margin-bottom: 49px;
	}
}
@media (min-width: 48em) {
	.w_events__filter {
		display: none;
	}
}
#menuBlockButtonClose .svg-image-close-white::before {
	content: "";
	display: block;
	font-size: 0;
	line-height: 0;
	padding-top: 100%;
}
.oopt-table__toggler .svg-image-arrow-down-dims,
.w_btn-direction__icon .svg-image-direction,
#menuBlockButtonClose .svg-image-close-white-dims {
	background: url("../images/design/sprites/main.svg") no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
}
#menuBlockButtonClose .svg-image-close-white-dims {
	width: 18px;
	height: 18px;
}
#menuBlockButtonClose .svg-image-close-white {
	background-position: 54.940711462450594% 86.58536585365853%;
	background-size: 1505.55556% auto;
	width: 18px;
}
.w_btn-direction__icon .svg-image-direction-dims {
	width: 18px;
	height: 18px;
}
.w_btn-direction__icon .svg-image-direction::before {
	content: "";
	display: block;
	font-size: 0;
	line-height: 0;
	padding-top: 100%;
}
.w_btn-direction__icon .svg-image-direction {
	background-position: 76.285% 65.585%;
	background-size: 1505.55556% auto;
	width: 18px;
}
.w_menuBlock__list .w_btn.w_btn-clear {
	display: none;
}
.w_btn-dropdown {
	position: relative;
	display: inline-block;
}
.w_btn-dropdown--block {
	display: block;
}
.w_menuBlock__list .w_btn {
	margin-bottom: 20px;
	justify-content: flex-start;
	padding-left: 20px;
	padding-right: 20px;
}
.w_btn-dropdown--options .w_btn-dropdown__link .w_btn-text {
	max-width: calc(100% - 27px);
	overflow: hidden;
	text-overflow: ellipsis;
}
.w_btn-text {
	align-self: center;
	white-space: nowrap;
}
.svg-image-arrow-down-default-dims {
	width: 17px;
	height: 11px;
	fill: #173395;
	display: block;
	transition: fill 0.3s ease;
}
.w_btn-dropdown--options .w_btn-dropdown__list {
	right: unset;
	left: 0;
	min-width: 100%;
	padding: 10px 0;
	width: max-content;
}
.w_menuBlock__list .w_btn-dropdown__list {
	opacity: 0;
	transition:
	opacity 0.15s ease,
	margin-top 0.15s ease;
	position: absolute;
	top: 100%;
	right: 0;
	margin-top: 10px;
	border-radius: 5px;
	border: 1px solid #173395;
	background: #fff;
	z-index: 10;
	padding-top: 15px;
	padding-bottom: 15px;
	pointer-events: none;
}
.w_btn-dropdown--options .w_btn-dropdown__list-item.js-active {
	display: none;
}
.w_btn-dropdown__list-item.js-active {
	color: #ff2d2d !important;
}
.w_btn-dropdown--options .w_btn-dropdown__list-item {
	padding: 10px 20px;
	width: 100%;
	cursor: pointer;
}
.w_btn-direction__icon {
	margin-right: 10px;
}
.w_btn-direction__count {
	margin-left: 5px;
}
.w_btn-direction__toggler {
	margin-left: auto;
}
.oopt-table {
	margin-bottom: 40px;
	border-collapse: collapse;
}
.oopt-table {
	border-collapse: collapse;
}
.oopt-table tbody,
.oopt-table th {
	display: block;
}
.oopt-table__toggler {
	display: none;
}
.oopt-table__summary {
	border: 1px solid #dfdfdf;
	padding: 20px;
	line-height: 1.25;
	font-size: 18px;
	border-radius: 15px;
	max-width: 1060px;
}
.w_btn-dropdown__link.w_is-active ~ .w_btn-dropdown__list,
.w_guidebook__filter-checkbox:checked ~ .w_btn-dropdown__link.w_guidebook__filter-item ~ .w_btn-dropdown__list {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.oopt-table .oopt-table__title.is-active ~ .oopt-table__td {
	display: block !important;
}
.w_fade {
	opacity: 0;
	background: rgba(33, 33, 33, 0.2);
	pointer-events: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 82;
	transition: opacity 0.3s ease;
}
.w_fade.w_is-active,
.w_guidebook__filter-checkbox:checked ~ .w_fade.w_guidebook__filter-item {
	opacity: 1;
	pointer-events: auto;
}
.w_btn-direction.w_is-active.w_is-opened .w_btn-direction__toggler,
.w_btn-dropdown__link.w_is-active .w_btn-append {
	transform: rotate(180deg);
	transition: all 0.3s linear;
}
.w_btn-dropdown--options .w_btn-dropdown__list-item:hover {
	color: #141414;
	background: rgba(23, 51, 149, 0.1);
	background: rgba(100%, 18%, 18%, 0.1);
}
.oopt-table__summary{
	display: none;
}
.oopt-table thead{
	border-radius: 12px;
	background: var(--BG-light-blue, #F2F4F7);
}
.oopt-table thead .oopt-table__tr {
	border: none;
	display: flex;
}
@media (min-width: 48em) {
	.w_menuBlock .w_btn-direction__toggler {
		margin-left: 8px;
	}
}
@media (min-width: 48em) {
	.w_menuBlock .w_btn-direction__holder {
		position: relative;
	}
}
@media (min-width: 48em) {
	.w_menuBlock__list .w_btn {
		display: inline-flex;
		margin: 0 10px 10px 0;
	}
}
@media (min-width: 48em) {
	.w_menuBlock__list .w_btn-dropdown--options .w_btn {
		margin: 0;
	}
}
@media (min-width: 64em) {
	.oopt-table td:last-of-type,
	.oopt-table th:last-of-type {
		padding-right: 0;
	}
}
@media (min-width: 64em) {
	.oopt-table th {
		text-align: left;
		vertical-align: top;
	}
}
@media (min-width: 64em) {
	.oopt-table td,
	.oopt-table th {
		padding: 15px 15px 16px 0;
		flex: calc((100% - 60px) / 4) 0 0;
		line-height: 1.25;
	}
}
@media (min-width: 64em) {
	.oopt-table__tr {
		border-bottom: 1px solid #dfdfdf;
		padding-left: 30px;
	}
}
@media (min-width: 64em) {
	.oopt-table__tr {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
}
@media (min-width: 64em) {
	.oopt-table thead,
	.oopt-table tbody {
		display: block;
	}
}
@media (min-width: 64em) {
	.oopt-table {
		font-size: 18px;
	}
}
@media (min-width: 64em) {
	.oopt-table {
		width: 100%;
		display: block;
		max-width: 1060px;
		font-size: 18px;
		margin-bottom: 60px;
	}
}
@media (min-width: 64em) {
	.w_menuBlock .w_btn-direction__toggler {
		margin-right: -3px;
		margin-left: 4px;
	}
}
@media (min-width: 64em) {
	.w_menuBlock .w_btn-direction__icon:first-of-type {
		margin-right: 9px;
		margin-left: -2px;
	}
}
@media (min-width: 64em) {
	.w_menuBlock__list .w_btn {
		padding-left: 19px;
		padding-right: 19px;
	}
}
@media (min-width: 48em) {
	.w_menuBlock__list .w_btn-dropdown--options {
		margin-right: 10px;
	}
}
@media (min-width: 48em) {
	.w_menuBlock__list .w_btn.w_btn-clear {
		display: inline-flex;
		background: #ff2d2d;
		padding: 0;
		width: 40px;
		align-items: center;
		justify-content: center;
		min-width: 40px;
		margin: 0 10px 10px 0;
	}
}
@media (min-width: 48em) {
	.w_menuBlock__list {
		align-items: flex-start;
		display: flex;
		flex-wrap: wrap;
	}
}
@media (max-width: 63.99em) {
	.oopt-table .oopt-table__title .oopt-table__toggler svg {
		fill: #141414;
		width: 17px;
		height: 11px;
	}
	.oopt-table__title.is-active svg{
		transform: rotate(180deg);
	}
}
@media (max-width: 63.99em) {
	.oopt-table__toggler {
		margin-left: auto;
		display: block;
		padding-left: 10px;
	}
}
@media (max-width: 63.99em) {
	.oopt-table .oopt-table__title {
		display: flex;
		align-items: flex-start;
		font-weight: 700;
		line-height: 1.25;
		transition: margin-bottom 0.15s ease;
	}
}
@media (max-width: 63.99em) {
	.oopt-table {
		font-size: 18px;
	}
}
@media (max-width: 63.99em) {
	.oopt-table .oopt-table__title.is-active {
		margin-bottom: 20px;
	}
}
@media (max-width: 63.99em) {
	.oopt-table__td::before {
		content: attr(data-caption);
		color: #808080;
		display: block;
		font-weight: 700;
		line-height: 1.25;
		margin-bottom: 10px;
	}
}
@media (max-width: 63.99em) {
	.oopt-table__td:last-of-type {
		margin-bottom: 0;
	}
}
@media (max-width: 63.99em) {
	.oopt-table thead,
	.oopt-table td {
		display: none;
	}
	.oopt-table__td{
		display: none !important;
	}
}
@media (max-width: 63.99em) {
	.oopt-table__tr {
		display: block;
		border-top: 1px solid #dfdfdf;
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
@media (max-width: 63.99em) {
	.oopt-table .oopt-table__title.is-active {
		margin-bottom: 20px;
		cursor: pointer;
	}
}
@media (max-width: 63.99em) {
	.oopt-table .oopt-table__title {
		display: flex;
		align-items: flex-start;
		font-weight: 700;
		line-height: 1.25;
		transition: margin-bottom 0.15s ease;
	}
}
@media (max-width: 63.99em) {
	.oopt-table__td {
		margin-bottom: 20px;
	}
}
@media (max-width: 47.99em) {
	#menuBlock.w_menuBlock {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		max-height: calc(var(--vh, 1vh) * 100);
		width: 320px;
		z-index: 83;
		background: #fff;
		transform: translateX(100%);
		transition:
		transform 0.3s ease,
		opacity 0.3s ease;
		pointer-events: none;
		opacity: 0;
	}
}
@media (max-width: 47.99em) {
	#menuBlock.w_menuBlock.w_is-active,
	.w_guidebook__filter-checkbox:checked ~ .w_menuBlock.w_guidebook__filter-item {
		opacity: 1;
		pointer-events: auto;
		transform: translateX(0);
	}
}
@media (max-width: 47.99em) {
	.w_menuBlock__container {
		display: flex;
		flex-direction: column;
		height: 100%;
	}
}
@media (max-width: 47.99em) {
	.w_menuBlock__header {
		border-bottom: 1px solid #ececec;
		display: flex;
		justify-content: space-between;
		padding: 20px 20px 20px 40px;
		align-items: center;
	}
}
@media (max-width: 47.99em) {
	.w_menuBlock__header-title {
		font-size: 24px;
		font-weight: bold;
	}
}
@media (max-width: 47.99em) {
	.w_menuBlock__header-close {
		width: 40px;
		height: 40px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		background: #ff2d2d;
	}
}
@media (max-width: 47.99em) {
	.w_menuBlock__content {
		flex: 1;
		overflow: auto;
		padding: 40px;
	}
}
@media (max-width: 47.99em) {
	.w_menuBlock.w_is-active,
	.w_guidebook__filter-checkbox:checked ~ .w_menuBlock.w_guidebook__filter-item {
		pointer-events: auto;
	}
}
@media (max-width: 47.99em) {
	.w_menuBlock__footer {
		border-top: 1px solid #ececec;
		padding: 20px 40px 40px;
	}
}
@media (max-width: 47.99em) {
	.w_menuBlock__footer .w_btn {
		display: flex;
		height: 40px;
		font-size: 16px;
		border-radius: 20px;
		padding-left: 30px;
		padding-right: 30px;
		align-items: center;
		justify-content: center;
		transition:
		color 0.3s ease,
		border-color 0.3s ease,
		background-color 0.3s ease;
		cursor: pointer;
		outline: none;
		border: 1px solid #173395;
		background: #173395;
		color: #fff;
	}
}
@media (max-width: 1442px) {
	.oopt-table__tr {
		padding-left: 20px;
	}
	.oopt-table {
		font-size: 16px;
	}
}
@media (max-width: 1300px){
	.oopt-table {
		font-size: 14px;
	}
}
@media (max-width: 1100px){
	.oopt-table{
		width: 100%;
	}
}
@media (max-width: 767px) {
	.pa-two h1 {
		font-size: 32px;
	}
}
.p-three-card__info[data-cost="1"] span:nth-child(1) {
	color: #212121; 
}
.p-three-card__info[data-cost="2"] span:nth-child(1), .p-three-card__info[data-cost="2"] span:nth-child(2) {
	color: #212121; 
}
.p-three-card__info[data-cost="3"] span {
	color: #212121; 
}
.rating-live {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 0;
}
.rating-result_wrap {
	position: relative;
}
.rating-live > span {
	color: gold;
	text-shadow: 1px 1px #c60;
}
.rating-result span{
	line-height: 37px;
}
.p-three-card__rating{
	align-items: center;
}
.rating-result-num {
	line-height: 37px;
}
.date-form .filter-flex .w_btn.w_is-active {
	background: #dfe1e3;
}
#menuBlockButtonSubmit {
	display: none;
}
.ei-one-top__right .rs-one-soc {
	margin-top: 0;
}
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-inline-holder .mfp-content, 
.mfp-ajax-holder .mfp-content {
	width: 100%;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.w_popup {
	background: #FFF;
	border-radius: 15px;
	width: 600px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	position: relative;
	margin-top: 60px;
}
.w_popup .mfpClose {
	width: 40px;
	height: 40px;
	background: #173395;
	opacity: 1;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	bottom: 100%;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
	margin-bottom: 10px;
	margin-left: -20px;
	transition: background-color .3s ease;
}
.w_popup .mfpClose:hover {
	background: #FF2D2D;
}
.svg-image-close-white {
	background: url(../images/sprites/main.svg) no-repeat;
	background-position: 54.940711462450594% 86.58536585365853%;
	background-size: 1505.55556% auto;
	width: 18px;
	height: 18px;
}
.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-s-ready .mfp-preloader {
	display: none;
}
#reload_banner {
	width: min-content;
	padding: 0;
}
#reload_banner a {
	display: block;
}
#reload_banner a img {
	max-width: calc(100vw - 15px);
	max-height: calc(60vh - 50px);
	margin-bottom: -10px;
}
.mapBaloon {
	background: #FFF;
	border-radius: 12px;
	overflow: hidden;
	position: absolute;
	z-index: 20;
	width: 400px;
	border: 1px solid #E2E4E7;
	padding: 16px;
}
.mapBaloon__close {
	position: absolute;
	right: 10px;
	top: 0px;
	font-size: 30px;
}
.mapBaloon__image {
	border-radius: 12px;
	overflow: hidden;
	position: relative;
}
.mapBaloon__coast {
	border-radius: 80px;
	background: #fff;
	color: var(--Grey, #707070);
	text-align: center;
	font-family: "Geologica";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	padding: 14px 30px;
	position: absolute;
	top: 15px;
	right: 15px;
}
.mapBaloon__coast[data-cost="0"]{
	display: none;
	opacity: 0;
}
.mapBaloon__coast[data-cost="2"] span:nth-child(1), .mapBaloon__coast[data-cost="2"] span:nth-child(2) {
	color: #212121;
}
.mapBaloon__coast[data-cost="3"] span {
	color: #212121;
}
.mapBaloon__content {
	padding-top: 30px;
}
.mapBaloon__section {
	color: #707070;
	font-family: "Geologica";
	font-size: 14px;
	letter-spacing: -0.28px;
	text-transform: uppercase;
	margin-bottom: 9px;
}
a.mapBaloon__content-title {
	color: #141414;
	font-family: "Geologica";
	font-size: 26px;
	margin-bottom: 8px;
	display: inline-block;
}
.mapBaloon__city {
	color: #707070;
	font-family: "Geologica";
	font-size: 16px;
	margin-bottom: 10px;
	background: url(/images/svg/ballon_map.svg) no-repeat left center;
	padding-left: 30px;
}
.mapBaloon__distance {
	color: #707070;
	font-family: "Geologica";
	font-size: 16px;
	margin-bottom: 10px;
	background: url(/images/svg/ballon_dist.svg) no-repeat left center;
	padding-left: 30px;
}
.pk-two {
	margin-top: -235px;
	margin-bottom: -40px;
}
.map-box {
	position: relative;
}
.i-seven-flex {
	position: relative;
	z-index: 3;
}
.mapBaloonHorizontal__close {
	position: absolute;
	right: 10px;
	top: 0px;
	font-size: 30px;
}
.mapBaloonHorizontal {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 50px;
	z-index: 20;
	background: #fff;
	border: 1px solid #DFDFDF;
	border-radius: 15px;
	overflow: hidden;
	display: flex;
	min-height: 104px;
}
.mapBaloonHorizontal__image {
	flex: 100px 0 0;
	min-width: 100px;
	position: relative;
	overflow: hidden;
}
.mapBaloonHorizontal__content {
	flex: 1;
	padding: 10px;
	display: flex;
	flex-direction: column;
}
.mapBaloonHorizontal__image img {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mapBaloonHorizontal__content-title {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
}
.mapBaloonHorizontal__content-labels {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 5px;
}
@media (min-width: 36.25em){
	.mapBaloonHorizontal__image {
		flex-basis: 163px;
		min-width: 163px;
	}
}
@media (min-width: 48em){
	.mapBaloonHorizontal__image {
		flex-basis: 240px;
		min-width: 240px;
	}
}
@media (min-width: 36.25em){
	.mapBaloonHorizontal__content {
		padding: 20px 60px 20px 20px;
	}
	.mapBaloonHorizontal__content-title {
		font-size: 18px;
		margin-bottom: 15px;
	}
}
@media (min-width: 48.0625em){
	.mapBaloonHorizontal {
		display: none;
	}
}
@media (max-width: 48.0625em){
	.mapBaloon {
		display: none;
	}
}
.mapBaloonHorizontal__coast {
	margin-bottom: 10px;
	color: var(--Grey, #707070);
}
.mapBaloonHorizontal__coast[data-cost="0"]{
	display: none;
	opacity: 0;
}
.mapBaloonHorizontal__coast[data-cost="2"] span:nth-child(1), .mapBaloonHorizontal__coast[data-cost="2"] span:nth-child(2) {
	color: #212121;
}
.mapBaloonHorizontal__coast[data-cost="3"] span {
	color: #212121;
}
.places_page_filter + .p-three {
	padding-top: 0;
}
.tippy-box {
	background: #FFF;
	color: #212121;
	padding: 20px;
	border-radius: 8px;
	border: 1px solid lightgray;
}
.tippy-box .tippy-content {
	padding: 0;
	font-size: 16px;
	line-height: 1.3;
	pointer-events: auto;
}
.tippy-box .tippy-header {
	display: flex;
	align-items: center;
	margin-bottom: 21px;
}
.tippy-box .tippy-header-title {
	font-weight: bold;
	flex: 1;
	font-size: 18px;
}
.tippy-box .tippy-header-close {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-left: 20px;
	background: #fff;
	border-radius: 0;
}
.tippy-box .tippy-header-close svg {
	width: 24px;
	height: 24px;
}
.tippy-box a {
	color: #173395;
	pointer-events: auto;
}
.tippy-box .w_btn-flex {
	margin-top: 20px;
	height: 60px;
	width: 100%;
	background: #173395;
	color: #fff;
	border-radius: 4px;
}
.mapBaloon__rating-stars span{
	padding: 0;
	font-size: 20px;
	margin: 0;
	color: lightgrey;
}
.mapBaloon__rating-star_bg_, .mapBaloon__rating-star_live {
	display: flex;
}
.mapBaloon__rating-star_bg_ > span::before,
.mapBaloon__rating-star_live > span::before {
	content: "★";
}
.mapBaloon__rating-star_live span{
	color: gold;
}
.mapBaloon__rating-stars {
	position: relative;
}
.mapBaloon__rating-star_live {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 0;
}
.mapBaloon__rating {
	display: flex;
	align-items: center;
}
.mapBaloon__rating-num {
	margin-left: 10px;
}
.w_crumbs--desktop-black a, 
.w_crumbs--desktop-black li:last-child a {
	color: #707070;
}
.rs-one-right__flex.bbn {
	align-items: center;
}
.rs-three-right h2{
	margin-top: 40px;
}
@media (max-width: 1442px){
	.rs-three-right h2{
		margin-top: 30px;
	}
}
.jq-ry-container {
	position: relative;
	padding: 0;
	line-height: 0;
	display: block;
	cursor: pointer;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	direction: ltr; 
}

.jq-ry-container[readonly="readonly"] {
	cursor: default; 
}

.jq-ry-container > .jq-ry-group-wrapper {
	position: relative;
	width: 100%; 
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group {
	position: relative;
	line-height: 0;
	z-index: 10;
	white-space: nowrap; 
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
	display: inline-block; 
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group {
	width: 100%; 
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
	width: 0;
	z-index: 11;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden; 
}
.w_placeReview .rateit {
	margin-bottom: 43px;
}
.mfp-hide {
	display: none !important;
}
.w_is-owner {
	border: 1px solid #ECECEC;
	padding: 20px 18px;
	border-radius: 15px;
	display: flex;
	align-items: flex-start;
	font-size: 14px;
	line-height: 125%;
	margin-bottom: 40px;
}
.w_reviews  {

	margin-bottom:  60px;
}

.w_reviews textarea.w_input  {
	min-height:  60px;
	height:  0;
	resize:  none !important;
	border-radius:  30px;
	padding:  20px;
	overflow:  hidden;
	line-height:  1.25;
	display:  block;
}

.w_reviews textarea.w_input::placeholder  {
	color:  #808080;
}

.w_reviews-form  {
	padding:  18px;
	position:  relative;
	font-size:  16px;
	margin-bottom:  40px;
}

.w_reviews-form .w_reviews-list__item-name  {
	margin-bottom:  0;
}

.w_reviews-form .w_reviews-list__item-name.mb-5  {

	margin-bottom:  5px;
}

.w_reviews-form .w_reviews-list__item-header  {
	margin-bottom:  21px;
}

.w_reviews-form__label  {
	margin-bottom:  10px;
}

.w_reviews-form__row  {
	margin-bottom:  20px;
}

.w_reviews-form__buttons  {
	border-top:  1px solid #DFDFDF;
	padding-top:  20px;
	display:  flex;
}

.w_reviews-form__buttons .w_btn  {
	height:  46px;
	display:  flex;
	flex:  1;
}

.w_reviews-form__photo  {
	flex-wrap:  wrap;
}

.w_reviews-form__photo-item {
	cursor: pointer;
	width: 200px;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: border-color .3s ease;
	position: relative;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 15px;
}

.w_reviews-form__photo-item:hover  {
	border-color:  #FF2D2D;
}

.w_reviews-form__photo-item:hover svg  {
	fill:  #FF2D2D;
}

.w_reviews-form__photo-item img  {
	position:  absolute;
	width:  100%;
	height:  100%;
	object-fit:  cover;
}

.w_reviews-form__photo-remove  {
	background:  #173395;
	display:  flex;
	align-items:  center;
	justify-content:  center;
	border-radius:  50%;
	cursor:  pointer;
	width:  30px;
	height:  30px;
	transition:  background-color .3s ease;
	position:  absolute;
	right:  5px;
	top:  5px;
}

.w_reviews-form__photo-remove:hover  {
	background-color:  #FF2D2D;
}

.w_reviews-form__photo-remove svg  {
	width:  12px;
	height:  12px;
}

.w_reviews-form--owner:last-of-type  {
	margin-bottom:  0;
}

.w_reviews-form--owner .w_reviews-auth__header  {
	border-bottom:  none;
	padding-bottom:  0;
}

.w_reviews-form--owner .w_reviews-form__agreement  {
	border-top:  1px solid #DFDFDF;
	padding-top:  25px;
	margin-bottom:  20px;
}

.w_reviews-form .w_input  {
	height:  60px;
	padding-left:  20px;
	padding-right:  20px;
	border-radius:  30px;
}

.w_reviews-border  {
	border:  1px solid #212121;
}

.w_reviews-rounded  {
	border-radius:  15px;
}

.w_reviews-info  {
	margin-bottom:  40px;
	font-size:  18px;
}

.w_reviews-info:last-of-type  {
	margin-bottom:  0;
}

.w_reviews-info__header  {
	padding-right:  60px;
}

.w_reviews-auth  {
	margin-bottom:  40px;
	font-size:  18px;
}

.w_reviews-auth__header  {
	font-size:  18px;
	border-bottom:  1px solid #DFDFDF;
	padding-bottom:  20px;
	min-height:  62px;
	margin-bottom:  20px;
	padding-right:  40px;
}

.w_reviews-auth__buttons .w_btn  {
	display:  flex;
	height:  46px;
	border-radius:  23px;
	white-space:  nowrap;
}

.w_reviews-auth__buttons .w_btn:not(:last-of-type)  {
	margin-bottom:  20px;
}

.w_reviews-close  {
	background:  #173395;
	display:  flex;
	align-items:  center;
	justify-content:  center;
	border-radius:  50%;
	cursor:  pointer;
	width:  40px;
	height:  40px;
	transition:  background-color .3s ease;
	position:  absolute;
	right:  20px;
	top:  20px;
}

.w_reviews-close:hover  {
	background-color:  #FF2D2D;
}

.w_reviews-branch .w_reviews-list__item  {
	margin-bottom:  20px;
}

@media (min-width: 36.25em)  {

	.w_reviews-auth__buttons  {
		display:  flex;
		justify-content:  space-between;
	}

	.w_reviews-auth__buttons .w_btn  {
		flex:  calc((100% - 20px) / 2) 0 0;
	}

	.w_reviews-auth__buttons .w_btn:not(:last-of-type)  {
		margin-bottom:  unset;
	}

	.w_reviews-form__buttons .w_btn  {
		max-width:  50%;
	}

	.w_reviews-branch .w_reviews-list__item:not(:first-of-type)  {
		margin-left:  60px;
	}
}

.w_reviews-list  {
	font-size:  16px;
}

.w_reviews-list__item  {
	border:  1px solid #DFDFDF;
	border-radius:  15px;
	margin-bottom:  40px;
	padding:  20px;
	position:  relative;
}

.w_reviews-list__item--border  {
	border-color:  #212121;
}

.w_reviews-list__item--editable  {
	border-color:  #212121;
}

.w_reviews-list__item:last-of-type  {
	margin-bottom:  40px;
}

.w_reviews-list__item-header  {
	display:  flex;
	align-items:  center;
	margin-bottom:  15px;
	width:  100% !important;
	padding-right:  50px;
}

.w_reviews-list__item-icon  {
	background:  #ECECEC;
	width:  45px;
	min-width:  45px;
	height:  45px;
	display:  flex;
	align-items:  center;
	justify-content:  center;
	border-radius:  50%;
	margin-right:  15px;
	overflow:  hidden;
	position:  relative;
	align-self:  flex-start;
}

.w_reviews-list__item-icon img  {
	position:  absolute;
	width:  100%;
	height:  100%;
	object-fit:  cover;
}

.w_reviews-list__item-name  {
	font-size:  18px;
	margin-bottom:  5px;
}

.w_reviews-list__item-source  {
	color:  #808080;
	font-size:  14px;
}

.w_reviews-list__item-source--moderated  {
	color:  #FF2D2D;
}

.w_reviews-list__item-data  {
	display:  flex;
	margin-bottom:  15px;
	align-items:  baseline;
}

.w_reviews-list__item-rating  {
	margin-right:  15px;
}

.w_reviews-list__item-date  {
	color:  #808080;
	font-size:  14px;
}

.w_reviews-list__item-content  {
	font-size:  16px;
	line-height:  1.25;
	margin-bottom:  15px;
}

.w_reviews-list__item-content p  {
	margin:  0 0 1em !important;
}

.w_reviews-list__item-content p:last-of-type  {
	margin-bottom:  0 !important;
}

.w_reviews-list__item-footer  {
	display:  flex;
}

.w_reviews-list__item-footer--buttons  {
	border-top:  1px solid #ECECEC;
	padding-top:  15px;
	margin-top:  5px;
}

.w_reviews-list__item-footer--buttons .w_color-accent  {
	color:  #FF2D2D !important;
}

.w_reviews-list__item-footer--buttons .w_color-accent:hover  {
	color:  #173395 !important;
}

.w_reviews-list__item-footer .w_btn  {
	height:  46px;
	border-radius:  23px;
	padding-left:  20px;
	padding-right:  20px;
}

.w_reviews-list__item-footer .w_btn-blue  {
	color:  #FFF;
}

.w_reviews-list__item-footer .w_btn-blue:hover  {
	color:  #FFF;
}

.w_reviews-list__item-to-answer  {
	margin-left:  auto;
}

.w_reviews-list__item-images  {
	display:  flex;
	flex-wrap:  wrap;
	align-items:  flex-start;
	margin-right:  -10px;
}

.w_reviews-list__item-images a  {
	display:  block;
	width:  90px;
	height:  90px;
	border-radius:  15px;
	margin:  0 10px 10px 0;
	overflow:  hidden;
	position:  relative;
}

.w_reviews-list__item-images a img  {
	display:  block;
	position:  absolute;
	width:  100%;
	height:  100%;
	object-fit:  cover;
}

.w_reviews-list__item .readall-button  {
	display:  none !important;
}

.w_reviews-list__item-more a  {
	color:  #173395;
}

.w_reviews-list__item-more a:hover  {
	color:  #FF2D2D;
}

.w_reviews-list__item-target  {
	display:  flex;
	flex-direction:  column-reverse;
	border-bottom:  1px solid #ececec;
	padding-bottom:  15px;
	margin-bottom:  15px;
}

.w_reviews-list__item-type  {
	color:  #808080;
	margin-bottom:  10px;
}

.w_reviews-list__item-title  {
	font-size:  24px;
	font-weight:  700;
	line-height:  1.25;
}

.w_reviews-list__item-image  {
	border-radius:  15px 15px 0 0;
	margin-bottom:  15px;
	height:  200px;
	position:  relative;
	overflow:  hidden;
}

.w_reviews-list__item-image img  {
	display:  block;
	position:  absolute;
	top:  0;
	left:  0;
	width:  100%;
	height:  100%;
	object-fit:  cover;
}

@media (min-width: 36.25em)  {

	.w_reviews-list__item-target  {
		flex-direction:  row;
	}

	.w_reviews-list__item-target-content  {
		padding-right:  20px;
		flex:  1;
	}

	.w_reviews-list__item-image  {
		width:  183px;
		min-width:  183px;
		border-radius:  15px;
		height:  120px;
		margin:  0;
	}
}
.rsk-two {
	padding-top: 40px;
}
.rsk-two-flex {
	display: flex;
	position: relative;
}
.rsk-two-left {
	max-width: 520px;
	width: 100%;
}
.rsk-two-left {
	padding-right: 30px;
	position: relative;
	z-index: 3;
}
.rsk-two-left h3{
	color: #141414;
	font-family: "Geologica";
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	margin-bottom: 40px;
	margin-top: 60px;
}
.rsk-two-left h3:first-child{
	margin-top: 0;
}
.rsk-two-left ul{
	border-radius: 12px;
	border: 1px solid #E2E4E7;
	background: #FFF;
	padding: 40px 20px;
}
.rsk-two-left li{
	padding: 20px 0;
	border-bottom: 1px solid #D9D9D9;
}
.rsk-two-left li:first-child{
	padding-top: 0;
}
.rsk-two-left li:last-child{
	border-bottom: none;
}
.rsk-two-left a{
	display: flex;
}
.rsk-two-img {
	border-radius: 12px; 
	overflow: hidden;
	position: relative;
	margin-right: 30px;
	min-width: 140px;
}
.rsk-two-img img{
	width: 100%;
	height: 100%;
}
.rsk-two-img span{
	color: #FFF;
	text-align: center;
	font-family: "Geologica";
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; 
	border-radius: 80px;
	background: #173395;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 5px;
	top: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.rsk-two-content {
	display: flex;
	flex-direction: column;
}
.rsk-two-content h5{
	color: #141414;
	font-family: "Geologica";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; 
	margin-bottom: 40px;
}
.rsk-two-content span{
	color: #707070;
	font-family: "Geologica";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.28px;
	text-transform: uppercase;
	margin-top: auto;
	display: block;
}
.rsk-two-right {
	width: 70%;
	position: sticky;
	top: 0;
	height: max-content;
}
.map-box {
	position: relative;
}
.rsk-two-left a:hover h5{
	color: #ff2d2d;
	transition: all 0.3s linear;
}
.rsk-two-left a:hover .rsk-two-img img{
	transform: scale(1.2);
	transition: all 0.3s linear;
}
@media (max-width: 1442px){
	.rsk-two{
		padding-bottom: 80px;
	}
}
@media (max-width: 1300px){
	.rsk-two-content h5{
		font-size: 16px; 
	}
	.rsk-two-left h3{
		font-size: 24px;
		margin-bottom: 20px;
		margin-top: 40px;
	}
}
@media (max-width: 1100px){
	.rsk-two-left{
		padding: 90px 34px 0;
		max-width: unset;
		border-radius: 22px;
		margin-top: -20px;
		background: #FFF; 
	}
	.rsk-two .container{
		padding: 0;
	}
	.rsk-two-right{
		width: 100%;
		position: unset;
	}
	.rsk-two-flex{
		flex-direction: column-reverse;
	}
}
@media (max-width: 767px){
	.rsk-two-content h5{
		margin-bottom: 10px;
	}
	.rsk-two-img{
		margin: 0px 0px 20px 0px;
	}
	.rsk-two-left ul{
		padding: 0;
		border: none;
	}
	.rsk-two-left a{
		flex-direction: column;
	}
	.rsk-two-left{
		padding: 60px 20px 0;
	}
}
#detail__content_block h2{
	margin: 40px 0;
	color: #141414;
	font-family: "Geologica";
	font-size: 24px;
}
#detail__content_block ul {
	margin-bottom: 20px;
}
#detail__content_block li {
	color: #141414;
	font-family: "Geologica";
	font-size: 18px;
	font-style: normal;
	padding: 20px 0;
	border-bottom: 1px solid #d9d9d9;
}
#detail__content_block li strong {
	color: #707070;
	font-size: 14px;
	display: block;
	font-weight: 500;
	margin-bottom: 10px;
}
/*#detail__content_block p strong{
	font-weight: normal;
}*/
#detail__content_block p a{
	color: var(--Grey, #707070);
}
#detail__content_block p a:hover, 
#detail__content_block li a:hover{
	color: #ff2d2d;
	transition: all 0.3s linear;
}
.w_header__nav_primary .w_header__nav-link.enter button{
	color: #fff;
	position: relative;
	z-index: 2;
}
.w_newsList__item-like {
	position: absolute;
	top: 15px;
	right: 20px;
	background: rgba(255, 255, 255, 0.2);
	width: 48px;
	height: 48px;
	border-radius: 50%;
	z-index: 2;
	opacity: 0;
}
.i-five-slid:hover .w_newsList__item-like {
	opacity: 1;
}
.w_newsList__item-like svg #heart {
	transform-origin: center;
	animation: animateHeartOut 0.3s linear forwards;
}
.w_newsList__item-like svg #main-circ {
	transform-origin: 29.5px 29.5px;
}
.w_newsList__item-like.w_is-liked svg #heart {
	transform: scale(0.2);
	fill: #e2264d;
	animation: animateHeart 0.3s linear forwards 0.25s;
}
.w_newsList__item-like.w_is-liked svg #main-circ {
	transition: all 2s;
	animation: animateCircle 0.3s linear forwards;
	opacity: 1;
}
.w_addPlace {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 90;
	display: flex;
	width: 100%;
	max-width: 680px;
	overflow: auto;
	opacity: 0;
	transition: opacity .3s ease, transform .1s ease;
	transform: translate3d(100%, 0, 0);
	pointer-events: none;
}
.w_addPlace.w_is-active{
	opacity: 1;
	pointer-events: auto;
	transform: translate3d(0, 0, 0);
	-webkit-box-shadow: -4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: -4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: -4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
#addRoute.w_popup, #editReview.w_popup, #removeReview.w_popup {
	background: #FFF;
	border-radius: 12px;
	width: 790px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 80px 50px;
	margin-top: 0;
	position: unset;
}
#addRoute.w_popup .mfpClose,
#editReview.w_popup .mfpClose,
#removeReview .mfpClose{
	width: 40px;
	height: 40px;
	opacity: 1;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 3%;
	top: 3%;
	background: #fff;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
	margin-bottom: 10px;
	margin-left: -20px;
	transition: background-color .3s ease;
	left: auto;
	bottom: auto;
}
#AddRoute .mfp-close, #editReview .mfp-close, #removeReview .mfp-close {
	display: none;
}
.mr-one-top.flex__colunm {
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-end;
}
.mr-one-top.flex__colunm .mr-one-subtitle {
	margin-bottom: 24px;
}
#editReview .rate-place {
	padding: 0;
	border: none;
	margin-bottom: 40px;
	border-radius: 0;
}
@media (max-width: 1100px){
	#editReview .rating-area{
		margin-bottom: 24px;
	}
}
@media (max-width: 767px){
	#AddRoute,
	#editReview{
		border-radius: 0;
		padding-top: 100px;
		min-height: 100vh;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}
.mb_120 {
	margin-bottom: 120px;
}
@media (max-width: 1442px){
	.mb_120 {
		margin-bottom: 90px;
	}
}
@media (max-width: 1300px) {
	.mb_120 {
		margin-bottom: 80px;
	}
}
@media (max-width: 767px){
	.mb_120{
		margin-bottom: 60px;
	}
}
#detail__content_block h3{
	font-size: 20px;
	margin-top: 40px;
}
#detail__content_block blockquote{
	margin-top: 40px;
}
#detail__content_block blockquote p{
	padding: 20px 0;
	border-bottom: 1px solid #d9d9d9;
	margin: 0;
	color: #141414;
	line-height: normal;
	font-size: 18px;
}
#detail__content_block blockquote p a{
	color: #141414;
}
#detail__content_block blockquote p a:hover{
	color: #ff2d2d;
	transition: all 0.3s linear;
}
#detail__content_block blockquote p strong {
	display: block;
	margin-bottom: 10px;
	color: #707070;
	font-size: 14px;
}
@media (max-width: 1442px){
	#detail__content_block h3, #detail__content_block blockquote{
		margin-top: 30px;
	}
}
@media (max-width: 1300px){
	#detail__content_block h3, #detail__content_block blockquote{
		margin-top: 20px;
	}
}
@media (max-width: 767px){
	#detail__content_block blockquote p{
		font-size: 14px;
	}
}
.w_btn-direction__holder.event__filter__btn {
	margin-right: 10px;
}
.event__filter__btn{
	border: 1px solid #e2e4e7 !important;
	border-radius: 4px !important;
}
.date-form #directionSearchButton {
	margin: 0;
	height: auto;
	border-radius: 4px !important;
	padding: 14px 20px;
}
.w_directionSearch__footer #directionSearchButtonSubmit {
	margin: 0;
	width: 100%;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #173395;
	color: #fff;
}
.w_directionSearch__footer #directionSearchButtonSubmit span{
	position: relative;
	z-index: 2;
}
#filtersButtonClear {
	background: #ff2d2d;
	color: #fff;
	padding: 0;
	width: 48px;
	justify-content: center;
	align-items: center;
}
#filtersButtonClear::before, #filtersButtonClear::after {
	background-color: #212223;
}
#filtersButtonClear span{
	position: relative;
	z-index: 2;
}
.mt50{
	margin-top: 49px;
}
@media (max-width: 1300px){
	.mt50{
		margin-top: 40px;
	}
}
@media (max-width: 767px){
	.mt50{
		margin-top: 20px;
	}
}
.section-error {
	min-height: calc(100vh - 229px);
	display: flex;
	justify-content: center;
	align-items: center;
}
.section-error .container {
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
}
.section-error h1{
	font-size: 48px;
	margin-bottom: 24px;
}
.section-error .alert {
	font-size: 18px;
}
a.btn_booking {
	color: var(--White, #FFF);
	font-family: "Geologica";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background: #141414;
	border-radius: 60px;
	padding: 20px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}
a.web__link, #detail__content_block blockquote p a {
	word-wrap: break-word;
}
.rsk-title h2{
	color: #141414;
	font-family: "Geologica";
	font-size: 58px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -1.16px;
}
@media (max-width: 1442px) {
	.rsk-title h2{
		font-size: 48px;
	}
}
@media (max-width: 1300px) {
	.rsk-title h2{
		font-size: 32px;
	}
}
@media (max-width: 767px) {
	.rsk-title h2{
		font-size: 24px;
		letter-spacing: -0.48px;
	}
}
#route__page__content h2 {
	margin: 5px 0;
	padding: 40px 0;
	color: #141414;
	font-family: "Geologica";
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	display: flex;
}
#route__page__content h2 strong {
	color: #141414;
	font-family: "Geologica";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	display: inline-block;
	margin-right: 40px;
	padding-top: 7px;
}
#route__page__content .w_image__title {
	display: none;
}
#route__page__content .w_image img {
	margin-top: 40px;
	border-radius: 12px;
	width: 100%;
}
#route__page__content .w_eventInfo {
	margin-bottom: 20px;
}
#route__page__content .w_eventInfo li {
	color: #707070;
	font-family: "Geologica";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	padding: 20px 0;
	border-bottom: 1px solid #d9d9d9;
}
#route__page__content .w_eventInfo__value {
	color: #141414;
	font-family: "Geologica";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	display: block;
	margin-top: 10px;
}
#routesObject .w_routes__container-map{
	display: none;
}
#routesObject.map-show .rv-two-sub{
	display: none;
	opacity: 0;
}
#routesObject.map-show .rv-two-list{
	display: none;
}
#routesObject .w_routes__container-map #map {
	height: 100vh;
}
#routesObject.map-show .w_routes__container-map {
	display: block;
}
#routesObject.map-show{
	margin-top: -142px;
	position: relative;
}
.login__forma {
	max-width: 520px;
	margin: 0 auto;
	padding: 0 0 60px 0;
}
.login__forma h4{
	color: var(--Black, #141414);
	font-family: "Geologica";
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.88px;
	margin-bottom: 10px;
	text-align: center;
}
.login__forma  p {
	color: var(--Grey, #707070);
	font-family: "Geologica";
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: -0.32px;
	text-align: center;
	margin-bottom: 60px;
}
.login__forma form > div {
	position: relative;
	z-index: 4;
}
.login__forma input.text {
	background: transparent;
	border: none;
	border-bottom: 1px solid #e2e4e7;
	width: 100%;
	height: 40px;
	font-size: 18px;
	line-height: 20px;
	color: #030303;
	outline: none;
	position: relative;
	z-index: 2;
}
.login__forma label {
	color: var(--Grey, #707070);
	font-size: 18px;
	font-family: "Geologica";
	position: absolute;
	left: 0;
	top: 0px;
	transition: 0.2s ease all;
}
.login__forma small {
	color: #ff2d2d;
	position: absolute;
	bottom: 0;
	left: 0;
	visibility: hidden;
}
.login__forma .input {
	margin-top: 30px;
}
.login__forma .error small{
	visibility: visible;
}
.login__forma .error input.text{
	border-color: #ff2d2d;
}
.login__forma button[type="submit"] {
	background: #141414;
	border-radius: 50px;
	height: 80px;
	border: none;
	width: 100%;
	color: var(--White, #fff);
	font-family: "Geologica";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
}
.login__forma button[type="submit"].active, .login__forma button[type="submit"]:active, .login__forma button[type="submit"]:hover {
	background: #ff2d2d;
	transition: all 0.3s linear;
}
.login__forma .checkbox + label {
	color: #141414;
	font-size: 14px;
}
.login__forma__bottom {
	color: var(--Grey, #707070);
	font-family: "Geologica";
	font-size: 18px;
	margin-top: 30px;
	text-align: center;
	display: flex;
	justify-content: center;
	position: relative;
	padding-top: 40px;
}
.login__forma__bottom::before{
	content: "";
	width: calc(100% + 60px);
	height: 1px;
	position: absolute;
	top: 0;
	left: -30px;
	background: #e2e4e7;
}
.login__forma__bottom a {
	margin-left: 5px;
}
.login__forma .btn-reset-login {
	background: #141414;
	border-radius: 50px;
	display: flex;
	height: 48px;
	justify-content: center;
	align-items: center;
}
.login__forma .w_logo {
	text-align: center;
	margin: 0 auto;
	display: block;
	font-size: 20px;
	line-height: 17px;
	color: #212121;
	margin: 0px 0px 60px 0px;
	text-align: center;
	display: block;
	font-weight: bold;
}

.login__forma .w_logo span {
	display: block;
	color: #ff2d2d;
}
.w_reg_tabs.tab {
	display: none;
	transition: 0s;
}
.w_reg_tabs.tab.active{
	display: block;
}
.w_reg_tabs_title {
	display: flex;
	justify-content: space-between;
	padding: 30px 0 35px 0;
}
.w_reg_tabs_title a {
	color: #707070;
	padding: 0 0 5px 0;
}
.w_reg_tabs_title a.active {
	color: #212121;
	border-bottom: 1px solid #ff2d2d;
}
.w_input-placeholder__error {
	color: #FF2D2D;
	font-size: 14px;
	text-align: center;
}
.login__forma textarea.text {
	background: transparent;
	border: none;
	border-bottom: 1px solid #e2e4e7;
	width: 100%;
	font-size: 18px;
	line-height: 20px;
	color: #333;
	outline: none;
	position: relative;
	z-index: 2;
	height: 40px;
	vertical-align:top;
}
.login__forma .tab .text{
	margin-left: 0;
	font-size: 16px;
	font-weight: 600;
}
.form__tooltip {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #eee;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	box-shadow: 0 0 5px 1px #ccc;
	top: 0;
	right: 0;
	margin: 8px;
	z-index: 5;
}
.form__tooltip::before {
	content: "?";
	color: #ccc;
}
.form__tooltip:hover {
	cursor: pointer;
}
.form__tooltip:hover > .form_tooltip_content,
.form_tooltip_content:hover {
	display: block;
}
.form_tooltip_content {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: auto;
	width: fit-content;
	background: #fff;
	padding: 5px 10px;
	border-radius: 4px;
	box-shadow: 0 0 6px 2px #ccc;
	transform: translateY(calc(100% + 10px));
}
textarea.text:focus ~ label,
textarea.text:valid ~ label {
	top: -15px;
	font-size: 14px;
}
textarea:focus ~ .bar:before,
textarea:focus ~ .bar:after {
	width: 100%;
}
.login__forma textarea:focus ~ .highlight {
	-webkit-animation: inputHighlighter 0.3s ease;
	-moz-animation: inputHighlighter 0.3s ease;
	animation: inputHighlighter 0.3s ease;
}
#w_registration_form .select2.select2-container{
	width: 100% !important;
}
#w_registration_form .select2.select2-container {
	width: 100% !important;
	height: 40px;
	border-bottom: 1px solid #e2e4e7;
}
#w_registration_form .select2-selection__rendered {
	padding: 0 !important;
	color: var(--Grey, #707070);
	font-size: 18px;
	font-family: "Geologica";
}
.w_addPlace__container, .w_addPlace__list-item {
	padding: 20px;
	display: flex;
	flex-direction: column;
}
.w_addPlace__content, .w_addPlace__list-item-button .w_btn-added {
	padding-left: 20px;
	padding-right: 20px;
}
.w_addPlace:before, .w_addPlace__createForm {
	opacity: 0;
	pointer-events: none;
	position: absolute;
}
.w_addPlace .w_input-search {
	margin-bottom: 20px;
}
.w_addPlace:before {
	content: '';
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: #fff;
	z-index: 5;
	transition: opacity .3s;
}
.w_addPlace-creating:before {
	opacity: .5;
	pointer-events: auto;
}
.w_addPlace__container {
	width: 100%
}
.w_addPlace__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 100%
}
.w_addPlace__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.w_addPlace__close {
	display: flex;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	cursor: pointer;
	align-items: center;
	justify-content: center;
}
.w_addPlace__content {
	margin-left: -20px;
	margin-right: -20px;
	padding-top: 20px;
	border-top: 1px solid #ececec;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.w_addPlace__list {
	flex: 1;
	margin-right: 10px;
}
.w_addPlace__list-item {
	border: 1px solid #dfdfdf;
	height: 150px;
	border-radius: 15px;
	margin-bottom: 20px;
}
.w_addPlace__btnCreate.w_is-hidden, .w_addPlace__list-item-image {
	display: none;
}
.w_addPlace__list-item:last-of-type {
	margin-bottom: 0;
}
.w_addPlace__list-item-content {
	display: flex;
	flex-direction: column;
	flex: 1;
}
.w_addPlace__list-item-title {
	font-weight: 600;
	line-height: 125%
}
.w_addPlace__list-item-button {
	margin-top: auto;
}
.w_addPlace__btnCreate {
	width: 100%
}
.w_addPlace__create {
	padding-top: 10px;
	padding-bottom: 30px;
}
.w_addPlace__createForm {
	padding: 20px;
	border: 1px solid #dfdfdf;
	border-radius: 15px;
	margin-top: 50px;
	height: 0;
	z-index: -1;
	transition: opacity .3s;
	overflow: hidden;
}
.w_addPlace__createForm.w_is-active{
	opacity: 1;
	pointer-events: auto;
	height: initial;
	overflow: initial;
	position: relative;
	z-index: 6;
}
.w_addPlace__createForm-close {
	display: flex;
	width: 20px;
	height: 20px;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	bottom: 100%;
	margin: 0 0 10px -20px;
}
.w_addPlace__createForm-input {
	margin-bottom: 10px;
}
.w_addPlace__createForm .w_btn {
	height: 30px;
	width: 100%;
	font-size: 14px;
}
@media (min-width:36.25em) {
	.w_addPlace__create {
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.w_addPlace__createForm .w_btn {
		width: auto;
	}
	.w_addPlace__list-item {
		padding: 0;
		flex-direction: row;
	}
	.w_addPlace__list-item-content {
		padding: 20px;
	}
	.w_addPlace__list-item-title {
		font-size: 18px;
	}
	.w_addPlace__list-item-image {
		width: 186px;
		flex: 186px 0 0;
		border-radius: 15px 0 0 15px;
		overflow: hidden;
		position: relative;
		display: block;
	}
	.w_addPlace__list-item-image img {
		width: 100%;
		height: 100%;
		position: absolute;
		object-fit: cover;
	}
}
.rv-two-list .pagination {
	grid-column: span 3;
	display: flex;
	justify-content: center;
}
.rv-two-list .w_routes__item.__hidden {
	display: none;
}
.rv-two-list .pagination__ajax {
	display: flex;
	position: relative;
	padding-bottom: 10px;
	color: var(--Black, #141414);
	font-family: "Geologica";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	text-transform: uppercase;
	overflow: hidden;
	margin-top: 60px;
}
.pagination__ajax.in-active {
	display: none;
	opacity: 0;
}
.rv-two-list .pagination__ajax::before {
	content: "";
	width: 100%;
	height: 1px;
	background: #141414;
	position: absolute;
	bottom: 0;
	left: 0;
	transform-origin: right;
	transform: scaleX(1) translateZ(0);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.rv-two-list .pagination__ajax::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: currentColor;
	transform-origin: left;
	transform: scaleX(0) translateZ(0);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.rv-two-list .pagination__ajax span {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 100%;
	text-align: left;
	transform: translateZ(0);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.rv-two-list .pagination__ajax:hover span {
	transform: translateX(2rem) translateZ(0);
}
.rv-two-list .pagination__ajax:hover::before {
	transform: scaleX(0) translateZ(0);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.rv-two-list .pagination__ajax:hover::after {
	transform: scaleX(1) translateZ(0);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.rv-two-list .pagination__ajax span::before {
	/* content: "→"; */
	content: "";
	width: 16px;
	height: 11px;
	position: absolute;
	top: 5px;
	left: 0;
	display: inline-block;
	font-size: 20px;
	transform: translateX(-2rem) translateZ(0);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	background: url(../images/design/i-link-b.svg);
}
.rv-two-list .pagination__ajax span::after {
	content: "";
	width: 16px;
	height: 11px;
	margin-left: 2.25rem;
	margin-top: 5px;
	background: url(../images/design/i-link-b.svg);
}
@media (max-width: 1100px){
	.rv-two-list .pagination {
		grid-column: span 2;
	}
}
@media (max-width: 767px){
	.rv-two-list .pagination {
		grid-column: span 1;
	}
}
.rs-three-right h3{
	margin-top: 30px;
}
@media (max-width: 1300px){
	.rs-three-right h3{
		margin-top: 20px;
	}
}
@media (max-width: 767px){
	.sort__line .select{
		margin-bottom: 16px;
	}
}
.mfp-gallery .mfp-close {
	background: #173395;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 1;
	padding: 0;
	top: 20px;
	right: 20px;
	cursor: pointer;
	transition: background-color .3s ease;
	z-index: 1049;
	position: absolute;
}
.mfp-gallery .mfp-close svg {
	fill: #FFF;
	width: 14px;
	height: 14px;
}
.mfp-image-holder .mfp-content {
	max-width: 100%;
}
.mfp-gallery .mfp-arrow {
	opacity: 1;
	width: 80px;
	height: 80px;
	background: #173395;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
	transition: background-color .3s ease, opacity .3s ease;
	position: absolute;
	top: 50%;
	margin-top: -55px;
}
.mfp-gallery .svg-image-arrow-slider-left {
	background: url(../images/sprites/main.svg) no-repeat;	
	background-position: 11.11111111111111% 86.58536585365853%;
	background-size: 2710% auto;
}
.mfp-gallery .svg-image-arrow-slider-left:before {
	content: "";
	display: block;
	font-size: 0;
	line-height: 0;
	padding-top: 180%;
}
.mfp-gallery .svg-image-arrow-slider-right {
	background: url(../images/sprites/main.svg) no-repeat;	
	background-position: 14.942528735632184% 86.58536585365853%;
	background-size: 2710% auto;
}
.mfp-gallery .svg-image-arrow-slider-right:before {
	content: "";
	display: block;
	font-size: 0;
	line-height: 0;
	padding-top: 180%;
}
.mfp-gallery .mfp-arrow [class*="svg-image-"] {
	width: 19px;
	height: auto;
	pointer-events: none;
}
img.mfp-img {
	width: auto;
	max-width: 1024px;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}
.mfp-gallery .mfp-arrow-left {
	left: 20px;
}
.mfp-gallery .mfp-arrow-right {
	right: 20px;
}
.mfp-gallery .mfp-bottom-bar {
	display: none;
}
.mfp-gallery  .mfp-counter{
	left: 0;
	right: 0;
	top: auto;
	bottom: 0;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}
.mfp-gallery  .mfp-counter__content {
	background: #FFF;
	font-size: 12px;
	color: #212121;
	height: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
@media (max-width: 1442px){
	#route__page__content h2 strong{
		margin-right: 29px;
		padding-top: 1px;
	}
}
@media (max-width: 48.0625em){
	#routesObject .w_routes__container-map #map{
		max-height: 720px;
	}
}
@media (max-width: 1300px){
	#route__page__content .w_eventInfo__value{
		font-size: 16px;
	}
	#route__page__content h2{
		font-size: 20px;
	}
}
@media (max-width: 767px){
	.date-form #directionSearchButton{
		height: 36px;
	}
	.i-five-bottom {
		text-align: left;
	}
	#route__page__content .w_eventInfo__value{
		font-size: 14px;
	}
	#route__page__content h2{
		font-size: 16px;
		padding: 20px 0;
	}
	#route__page__content h2 strong{
		margin-right: 15px;
		font-size: 16px;
		padding-top: 1px;
	}
}
.mapBaloon__close, .mapBaloonHorizontal__close{
	font-size: 0;
	width: 20px;
	height: 20px;
}
.mapBaloon__close:before, .mapBaloon__close:after,
.mapBaloonHorizontal__close:before, .mapBaloonHorizontal__close:after {
	content: "";
	position: absolute;
	top: 18px;
	left: 0;
	right: 0;
	height: 4px;
	background: #000;
	border-radius: 4px;
}
.mapBaloon__close:before,
.mapBaloonHorizontal__close:before {
	transform: rotate(45deg);
}
.mapBaloon__close:after,
.mapBaloonHorizontal__close:after {
	transform: rotate(-45deg);
}
.mt24 {
	margin-top: 24px;
}
.bike__text {
	padding: 20px 0;
}
.bike__map{
	height: 100%;
	width: 100%;
	min-height: 720px;
	position: relative;
}
.bike__map iframe {
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
}
.dropdown__login .w_btn-dropdown__link{
	border-radius: 72px;
	border: 1px solid var(--Border, #e2e4e7);
	width: 47px;
	height: 47px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.dropdown__login .w_btn-dropdown__link svg {
	fill: #141414;
}
.dropdown__login .w_btn-dropdown__link:hover{
	background: #ff2d2d;
	border-color: #ff2d2d;
	transition: all 0.4s linear;
}
.dropdown__login .w_btn-dropdown__link:hover svg{
	fill: #fff;
}
.profile-setting .w_btn-submit{
	margin-top: 40px;
	color: #FFF;
	font-family: "Geologica";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	background: #141414;
	border-radius: 60px;
	padding: 28px;
	border: none;
	box-shadow: none;
	max-width: 440px;
	width: 100%;
	height: auto;
}
@media (max-width: 1442px){
	.profile-setting .w_btn-submit{
		padding: 18px;
		max-width: 367px;
	}
}
@media (max-width: 767px){
	.profile-setting .w_btn-submit{
		margin-top: 30px;
	}
}
.profile-setting textarea{
	color: #141414;
	font-family: "Geologica";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	padding-bottom: 25px;
	border: none;
	border-bottom: 1px solid #E2E4E7;
	width: 100%;
	padding-left: 0;
	resize: none;
}
@media (max-width: 1442px){
	.profile-setting textarea {
		padding-bottom: 15px;
	}
}
.profile-setting .select2-container {
	width: 100% !important;
	height: 40px;
	border-bottom: 1px solid #e2e4e7;
}
.profile-setting .select2-selection__rendered {
	padding-left: 0 !important;
	color: #707070;
}
.profile-setting .password-control {
	opacity: 1;
}
.body-sidebar button {
	display: flex;
	align-items: center;
	padding: 20px;
	color: #141414;
	font-family: "Geologica";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	border-bottom: 1px solid #E2E4E7;
	border-right: 2px solid transparent;
	transition: all 0.3s linear;
	width: 100%;
}
.body-sidebar button:hover{
	border-right: 2px solid #FF2D2D;
	background: #F2F4F7;
	transition: all 0.3s linear;
}
@media (max-width: 1100px){
	.body-sidebar button{
		font-size: 14px;
		padding: 14px;
	}
}
@media (max-width: 767px){
	.body-sidebar button:hover{
		border-color: #FF2D2D;
		background: #fff;
		transition: all 0.3s linear;
	}
	.body-sidebar button{
		white-space: nowrap;
		border: 1px solid #DFE1E3; 
	}
	.body-sidebar button.sidebar-exit{
		position: absolute;
		top: 0;
		right: 0;
		border: none;
		color: var(--Grey, #707070); 
		font-size: 12px; 
		padding-right: 0;
		width: auto;
	}
	.body-sidebar button.sidebar-exit svg{
		fill: #707070;
	}
}
.js-like.w_is-active{
	background: #ff2d2d;
	color: #fff;
}
.js-like.w_is-active svg{
	fill: #fff;
}
.js-like span{
	font-size: 0;
}
.js-like span::after{
	content: attr(data-default);
	font-size: 16px;
}
.js-like.w_is-active span:after{
	content: attr(data-active);
}
#detail__content_block iframe {
	border: none;
	max-width: 100%; 
}
.login__forma .select {
	max-width: unset;
}
.login__forma .new-select, .profile-setting .new-select{
	position: relative;
	padding: 10px 0;
	cursor: pointer;
	user-select: none;
	background: #fff;
	width: 100%;
	border: 0;
	border-bottom: 1px solid #E2E4E7;
}
.login__forma .new-select:after,
.profile-setting .new-select:after {
	content: '';
	display: block;
	position: absolute;
	right: 9px;
	top: calc(50% - 5px);
	width: 17px;
	height: 10px;
	background: url(/images/svg/select-arr.svg);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all .27s ease-in-out;
	-o-transition: all .27s ease-in-out;
	transition: all .27s ease-in-out;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.login__forma .new-select.on:after,
.profile-setting .new-select.on:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.login__forma .new-select__list,
.profile-setting .new-select__list {
	position: absolute;
	top: 45px;
	left: 0;
	border: 1px solid #ced4da;
	cursor: pointer;
	width: 100%;
	z-index: 10;
	background: #fff;
	user-select: none;
}
.login__forma .new-select__item span,
.profile-setting .new-select__item span {
	display: block;
	padding: 10px 15px;
	font-size: 14px;
	cursor: pointer;
}
.login__forma .new-select__item span:hover,
.profile-setting .new-select__item span:hover {
	background: rgba(23, 51, 149, 0.10);
}
.lds-roller {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.lds-roller div {
	animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 40px 40px;
}
.lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #707070;
	margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
	animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
	top: 63px;
	left: 63px;
}
.lds-roller div:nth-child(2) {
	animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
	top: 68px;
	left: 56px;
}
.lds-roller div:nth-child(3) {
	animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
	top: 71px;
	left: 48px;
}
.lds-roller div:nth-child(4) {
	animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
	top: 72px;
	left: 40px;
}
.lds-roller div:nth-child(5) {
	animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
	top: 71px;
	left: 32px;
}
.lds-roller div:nth-child(6) {
	animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
	top: 68px;
	left: 24px;
}
.lds-roller div:nth-child(7) {
	animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
	top: 63px;
	left: 17px;
}
.lds-roller div:nth-child(8) {
	animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
	top: 56px;
	left: 12px;
}
@keyframes lds-roller {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.map-box-loader {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
.w_addPlace__list-item-to-route {
	margin-top: 8px;
	margin-bottom: 8px;
}
.w_addPlace__list-item-button .w_btn {
	background: #141414;
	border-radius: 60px;
	width: 100%;
	color: #fff;
	height: 60px;
	padding: 0;
	border: none;
}
.w_addPlace__btnCreate {
	width: 100%;
	height: 60px;
	padding: 0;
	background: #e2e4e7;
	border-radius: 60px;
	border: none;
}
.w_addPlace__list-item-button .w_btn svg {
	margin-right: 14px;
}
.w_addPlace__list-item-to-route a:hover{
	color: #ff2d2d;
}
.w_addPlace__list-item-button .w_btn .svg-image-close-dims {
	width: 14px;
	height: 14px;
	margin: 0;
	fill: #fff;
}
.w_addPlace__createForm .w_btn {
	height: 60px;
	background: #e2e4e7;
	border-radius: 60px;
	width: 100%;
	border: none;
	color: var(--Black, #141414);
	font-family: "Geologica";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}
.w_addPlace__createForm .w_btn:hover{
	color: #fff;
}
.w_addPlace__container input.w_input {
	border: 1px solid var(--Border, #e2e4e7);
	background: var(--White, #fff);
	height: 60px;
	border-radius: 4px;
	padding: 0 20px 0 30px;
	color: #8a8a8a;
	font-family: "Geologica";
}
.w_header:not(.bl-header) .dropdown__login .w_btn-dropdown__link svg{
	fill: #fff;
}
.w_header:not(.bl-header) .dropdown__login .w_btn-dropdown__list-link svg{
	fill: #141414
}
#removeReview .w_reviews-form {
	margin: 0;
	padding: 0;
}
#removeReview .w_reviews-auth__header {
	padding: 0;
	border: none;
	min-height: auto;
	text-align: center;
}
#removeReview .w_reviews-auth__buttons .w_btn {
	height: 50px;
}
#removeReview .w_reviews-auth__buttons .js-review-delete{
	background: #141414;
	color: #fff;
}
#removeReview .w_reviews-auth__buttons .w_popup-close{
	background: #e2e4e7;
}
.w_reviews-form_in_page {
	border: 1px solid #ECECEC !important;
	border-radius: 15px;
}
.w_reviews-form_in_page .w_reviews-close {
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
	width: 20px;
	height: 20px;
	transition: background-color .3s ease;
	position: absolute;
	right: 20px;
	top: 20px;
}
.w_reviews-form_in_page .rate-place {
	border-radius: 0;
	border: none;
	padding: 0;
	margin-bottom: 40px;
}
.w_reviews-form_in_page textarea.w_input {
	padding-left: 0;
	padding-right: 0;
	border-radius: 0;
}
.w_reviews-form_in_page button.w_btn {
	background: #141414;
	color: #FFF;
	font-family: "Geologica";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	padding: 28px;
	max-width: 440px;
	width: 100%;
	margin: 0 auto;
	border-radius: 60px;
}
.w_reviews-form_in_page .help-block {
	color: red;
	font-size: 12px;
}
.w_place--management .body-right {
	margin-left: 4vw;
	min-width: 300px;
	width: 300px;
}
.w_settings__current-place .w_card__title {
	font-size: 20px;
}
.w_settings__current-place .w_card__row--type {
	margin-bottom: 7px;
	margin-top: 7px;
	letter-spacing: -0.28px;
	text-transform: uppercase;
}
.w_settings__current-place .w_card__property {
	display: flex;
	align-items: center;
	color: var(--Grey, #707070);
	font-size: 14px;
}
.w_settings__current-place .w_card__property svg{
	margin-right: 15px;
}
.w_settings__current-place .w_card__row--third{
	margin-top: 16px;
	margin-bottom: 7px;
}
.w_settings__current-place .w_card__row--fifth {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
}
.w_settings__current-place .w_card__row--fourth{
	margin-bottom: 16px;
}
.w_settings__current-place .w_card__rating-level,
.w_settings__current-place .w_card__rating-info {
	display: flex;
}
.w_settings__current-place .w_card__rating-info svg{
	width: 30px;
	height: 30px;
}
.w_settings__current-place .w_card__rating-info {
	align-items: center;
}
.w_settings__current-place .w_card__rating-level {
	color: var(--Grey, #707070);
}
.w_settings__current-place .w_card__rating-level[data-level="2"] span:nth-child(1), 
.w_settings__current-place .w_card__rating-level[data-level="2"] span:nth-child(2) {
	color: #212121;
}
.w_settings__current-place .w_card__rating-level[data-level="3"] span {
	color: #212121;
}
.w_settings__current-place .w_card__image {
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 16px;
}
.w_settings__current-place .w_btn {
	border: none;
	width: 100%;
	background: #e2e4e7;
	border-radius: 60px;
	height: 60px;
}
.w_place--management .body-sidebar {
	margin-right: 4vw;
}
.w_place--management .profile-setting {
	max-width: unset;
	padding-bottom: 0;
}
.w_place--management .body-content {
	flex: 1;
}
.price__row + .price__row{
	margin-top: 12px;
}
.price__row-flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.price__row label.w_checkbox,
.price__row label.w_radiobutton {
	display: flex;
}
.w_place--management .w_form__cost-add-link {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}
.w_place--management .w_form__cost-add-link svg {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.w_form__add_price .profile-setting li {
	margin-bottom: 36px;
}
.w_form__add-photo-img {
	position: relative;
}
.w_form__add-photo-remove {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
}
.w_form__add-photo-remove svg{
	width: 20px;
	height: 20px;
}
.price__row input[type="radio"]{
	width: auto;
}
@media (max-width: 767px){
	.dropdown__login{
		display: none;
	}
	.accordion-content .w_menu__list-link{
		margin-bottom: 0;
	}
}
.w_rating-current__info-count {
	font-family: Geologica;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
}
.w_rating-current.simple {
	display: flex;
	align-items: center;
	font-family: Geologica;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
}
.w_rating-current.simple .w_rating-current__star {
	margin-right: 5px;
}
.w_rating-current.simple .w_rating-current__star svg path { fill: #FFD700 }
.cntr {
	display: none;
}
.checkselect-popup .cntr{
	display: block;
}
.js-filter--title{
	border-left: 1px solid #e2e4e7;
	border-top: 1px solid #e2e4e7;
	border-bottom: 1px solid #e2e4e7;
	height: 60px;
	display: flex;
	align-items: center;
	color: var(--Black, #141414);
	font-size: 18px;
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
}
.js-filter--title::before {
	content: "";
	width: 17px;
	height: 10px;
	background: url(/images/svg/select-arr.svg);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: calc(50% - 5px);
	right: 30px;
	z-index: 2;
}
.checkselect-popup .js-filter--title{
	display: none;
	opacity: 0;
}
.checkselect-control select{
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}
@media (max-width: 1440px){
	.checkselect-control::before{
		right: 15px !important;
	}
	.checkselect-control select{
		padding-right: 34px !important;
	}
	.js-filter--title{
		padding-left: 15px;
		padding-right: 15px;
	}
	.js-filter--title::before{
		right: 15px;
	}
}
@media (max-width: 1100px){
	.js-filter--title{
		font-size: 14px;
	}
	.js-filter--title::before {
		right: 15px;
	}
}
.p-three-card__date {
	color: #707070;
	margin-bottom: 15px;
}
.date-slid.w_is-active .date-den, 
.date-slid.w_is-active .date-num {
	color: #ff2d2d;
	transition: all 0.3s linear;
}
.w_reviews-form--owner {
	border: 1px solid #ECECEC !important;
	border-radius: 15px;
	padding: 20px;
	position: relative;
}
.w_reviews-form--owner input[type="checkbox"] {
	width: auto;
}
.w_reviews-form--owner .w_btn{
	color: #FFF;
	font-family: "Geologica";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	background: #141414;
	border-radius: 60px;
	padding: 28px;
	border: none;
	box-shadow: none;
	max-width: 440px;
	width: 100%;
	height: auto;
	margin-top: 24px;
}
.js-close-owner-form.w_reviews-close {
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
	width: 20px;
	height: 20px;
	transition: background-color .3s ease;
	position: absolute;
	right: 20px;
	top: 20px;
}
#route_cover_modal .route__cover_title {
	text-align: center;
	margin-right: 0;
}
#route_cover_modal button.btn__close,
#route_share_modal button.btn__close{
	position: absolute;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
#route_cover_modal button.btn__close svg,
#route_share_modal button.btn__close svg {
	width: 20px;
	height: 20px;
}
#route_cover_modal .w_popup__container,
#route_share_modal .w_popup__container {
	padding: 40px 20px 20px 20px;
}
#route_cover_modal .w_btn{
	color: #FFF;
	font-family: "Geologica";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	background: #141414;
	border-radius: 60px;
	border: none;
	box-shadow: none;
	width: 100%;
}
#directionSearchButton .w_btn-text,
#distanceSearchButton .w_btn-text{
	display: flex;
}
#directionSearchButton .w_btn-text .w_btn-direction__count,
#distanceSearchButton .w_btn-text .w_btn-direction__count{
	font-size: 12px;
}
@media (max-width: 767px){
	.btn_routest_main{
		z-index: 9;
	}
	.w_directionSearch__content{
		height: 100%;
		overflow: auto;
	}
}
.checked.distance__item span{
	color: #ff2d2d;
}
.w_routeObject {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	background: #FFF;
	z-index: 90;
	display: flex;
	width: 100%;
	max-width: 680px;
	overflow-y: scroll;
	overflow-x: hidden;
	opacity: 0;
	transition: opacity .3s ease;
	pointer-events: none;
}
.w_routeObject.w_is-active{
	opacity: 1;
	pointer-events: auto;
}
.w_routeObject__close {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #173395;
	cursor: pointer;
	transition: background-color .3s ease;
}
@media (min-width: 48em){
	.w_routeObject__content {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media (min-width: 36.25em){
	.w_routeObject__content {
		padding-left: 30px;
		padding-right: 30px;
	}
}
.w_routeObject__content {
	padding: 20px;
	max-width: 100%;
	width: 100%;
}
.w_routeObject .w_content {
	transition: opacity .5s ease;
}
.w_routeObject .w_eventInfo_descr {
	border-radius: 12px;
	border: 1px solid var(--Border, #e2e4e7);
	margin-bottom: 50px;
}
.w_routeObject li.w_eventInfo__row {
	padding: 20px 0;
	border-bottom: 1px solid #d9d9d9;
	color: var(--Grey, #707070);
	font-family: "Geologica";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
}
.w_routeObject li.w_eventInfo__row:first-child {
	padding-top: 0;
}
@media (max-width: 1442px){
	.w_routeObject .w_eventInfo_descr {
		padding: 40px 20px;
	}
}
.w_routeObject .w_eventInfo_descr {
	padding: 40px;
}
.w_routeObject h2 {
	margin-top: 50px;
	margin-bottom: 50px;
}
.w_routeObject .js-like {
	cursor: pointer;
}
.w_routeObject .w_newsItem__intro {
	color: var(--Grey, #707070);
	font-family: "Geologica";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.w_routeObject .w_newsItem__intro h3, 
.w_routeObject .w_newsItem__intro h2{
	font-size: 20px;
}
@media (max-width: 767px){
	.w_routeObject .w_newsItem__intro {
		font-size: 14px;
	}
	.w_routeObject .w_newsItem__intro h3, 
	.w_routeObject .w_newsItem__intro h2{
		font-size: 18px;
	}
}
.w_routeObject .w_newsItem__intro p + p{
	margin-top: 20px;
}
.w_routeObject .w_newsItem__intro h3, 
.w_routeObject .w_newsItem__intro h2{
	margin-top: 20px;
	margin-bottom: 20px;
	color: #212121;
}
@media (max-width: 1300px){
	.w_routeObject .routs-three-flex {
		flex-direction: column;
	}
	.w_routeObject .routs-three-flex .routs-three-place{
		margin-top: 20px;
	}
}
.w_newsItem__slider {
    position: relative;
    padding-bottom: 75px;
}
.popup_title {
    color: var(--Black, #141414);
    font-family: "Geologica";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.88px;
    margin-bottom: 10px;
    text-align: center;
}
@media (max-width: 767px) {
	#ex1 .popup_title {
		font-size: 28px;
	}
}

.swiper-slide {
	height: 100%;
	align-items: flex-start;
	aspect-ratio: 1/1;
}
.swiper-slide a {
	width: 100%;
}
.p-two-slider__img {
	aspect-ratio: 2/1.3;
}
.i-fwo-slid__img {
	aspect-ratio: 2/1.2;
	height: 100%;
	max-height: 302px;
}
.p-three-card__img {
	aspect-ratio: 2/1.3;
}
.p-three-card__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.p-two-slider__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.top-filter-calendar .date-slid {
	max-width: 64px;
}
.date-wrap .swiper-slide {
	max-width: 192px;
}
.top-filter-calendar .swiper-slide {
	aspect-ratio: unset;
	/*margin-right: 0 !important;*/
}
.i-five-slid__img {
	aspect-ratio: 2/1.3;
	width: 100%;
	height: 100%;
}
.i-five-bottom {
	text-align: left;
}
#ideas-list-pagination.w_btn {
	border: 0;
}
.n-one-img img {
	height: 100%;
	aspect-ratio: 2/1.3;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.i-two-slider.item-inner .swiper-slide {
	aspect-ratio: 2/1.3;
}
.i-two-slider.item-inner .swiper-slide a {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 2/1.3;
}
.main-page-banner .swiper-slide {
	margin-right: 0 !important;
}
.main-page-banner-section {
	max-width: 20%;
}
@media (max-width: 1171px) {
	.main-page-banner-section,
	.home-slider-ideas .swiper-slide {max-width: unset;}
}
#events-grid .i-five-slid {
	display: grid;
}

.in-two-tag a.w-image img {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
}
.in-two-tag a.w-image span {
	margin-left: 30px;
}

.events-card-banner {
	display: block;
	margin-bottom: 40px;
}
.events-card-banner .mobile {
	display: none;
}
@media (max-width: 767px) {
	.events-card-banner .mobile {
		width: 100%;
		display: block;
	}
	.events-card-banner .desktop {
		display: none;
	}
}
.event__filter__btn {
	position: relative;
	overflow: hidden;
}

.event__filter__btn.w-image img {
	position: absolute;
	left: 0;
	bottom: 0;
}
.event__filter__btn.w-image span {
	margin-left: 25px;
}

.cluster_placemark_wrapper {
	background: #EB62473D;
	border-radius: 100%;
	padding: 4px;
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
}

.cluster_placemark {
	background: #EB6247;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Geologica";
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 3.8;
	text-align: center;
	width: 100%;
	height: 100%;
}

.place_marker {
	display: block;
	position: absolute;
	top: 0;
	margin: 9px 10px;
	display: block;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 20px;
	min-height: 20px;
}
.c-places .access_by_card {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 120px;
	image-rendering: optimizespeed;
	margin: 20px;
}
.vtour--modal iframe {
	width: 80vw;
	height: 80vh;
}
.vtour--modal .mfp-close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	font-size: 4rem;
	color: #fff;
	top: 0;
	margin-right: -30px;
	margin-top: -30px;
}

#categoriesSearchList .w_directionSearch__list,
#categoriesSearchList .w_directionSearch__content,
#nearbySearchList .w_directionSearch__list,
#nearbySearchList .w_directionSearch__content {
	height: auto;
	max-height: 100vh;
}

.w_directionSearch__list-item input:checked ~ .checkbox {
	background: #FF2D2D;
	border: 2px solid #FF2D2D;
}

.w_directionSearch__list-item input:checked~.checkbox::before {
	content: '';
	width: 11px;
	height: 7px;
	position: absolute;
	border: 2px solid #fff;
	border-top: 0;
	border-right: 0;
	transform: rotateZ(-45deg);
	left: 0;
	top: 0;
	margin: 2px;
}

.w_directionSearch__list-item .checkbox:not(checked)+label::before {
	content: none;
}
#categoriesSearchList .w_directionSearch__list-item,
#nearbySearchList .w_directionSearch__list-item {
	display: flex;
	align-items: center;
	padding: 0 20px;
}
#categoriesSearchList .w_directionSearch__list-item label,
#nearbySearchList .w_directionSearch__list-item label {
	padding: 6px 0;
	cursor: pointer;
	flex: 1;
}
.w_directionSearch__list-item:hover {
	background: #F2F4F7;
}
@media (max-width: 1490px) {
	.filter-flex {
		flex-wrap: wrap;
		gap: 10px 0;
	}
	.date-filter-bottom {
		position: unset!important;
	}

	#datepickerButton {
		padding: 12px 20px;
	}

	.w_menuBlock {
		position: absolute;
		top: 30px;
		right: 30px;
		z-index: 0;
	}
}

@media (max-width: 1030px) {
	.w_directionSearch__content {
		overflow: auto;
	}
}

.accessibility {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 5px;
	margin-top: 10px;
}

.accessibility-icon {
	border: 1px solid #E2E4E7;
	border-radius: 6px;
	padding: 12px 14px;
}

#bvi_switcher .svg-image-glass {
	width: auto;
}

body .bvi-body .filter-btn.btn-anim:hover::before,
body .bvi-body .filter-btn.btn-anim:hover::after {
	background: unset;
}

#detail__content_block .file-link {
	display: flex;
	align-items: center;
	margin: 40px 0;
}

#detail__content_block .file-link a:hover {
	color: #ff2d2d;
}

#detail__content_block .file-link .tinymce-file-plugin-icon {
	margin-right: 10px;
}

#detail__content_block .file-link .tinymce-file-plugin-icon img {
	max-width: 40px;
	margin-top: 0;
}
label span.required {
	color: red;
}
.event__filter__btn.w-image span.filter-9-may {
	margin-left: 36px;
}
.site-notify svg {
	filter: invert(1);
	margin-right: 5px;
}
.site-notify {
	background: #FF2D2D;
	width: 100%;
	display: block;
	color: #fff;
	text-align: center;
	padding: 10px;
	text-decoration: underline;
	display: flex;
	justify-content: center;
}