/* Локальный шрифт Bebas Neue Cyrillic (полная кириллица + спецсимволы) */
@font-face {
	font-family: "Bebas Neue Cyrillic";
	src: url("/fonts/bebasneuecyrillic.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* Защита от скачка адаптации rem (FOUC) */
html:not(.rem-ready) body {
	opacity: 0;
}

html.rem-ready body {
	opacity: 1;
	transition: opacity 0.1s ease;
}

/* Eric Meyer's CSS Reset */
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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

* {
	box-sizing: border-box;
}

html {
	font-size: 1px;
}

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;
}

/* End of Eric Meyer's CSS Reset */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

body {
	font:
		14rem/18rem "Onest",
		sans-serif;
	width: 100%;
	font-weight: 400;
	overflow-x: hidden;
}

input:focus {
	outline: none;
}

.wrapper {
	margin: 0 auto;
}

.flex {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}

.flex_1 {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.flex_2 {
	display: flex;
	gap: 30rem;
	align-items: center;
}

.flex_3 {
	display: flex;
	gap: 10rem;
	align-items: center;
}

.content {
	width: 100%;
	max-width: 1340rem;
	box-sizing: border-box;
	margin: 0 auto;
}

.h2 {
	font:
		30rem/40rem "Onest",
		sans-serif;
	font-weight: 600;
	padding: 30rem 0;
}

.h3 {
	font:
		18rem / 28rem "Onest",
		sans-serif;
	color: #000;
	font-weight: 600;
}

.pages {
	background: #EFEFEF !important;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
	background-size: cover;
	background-position: center;
	overflow: hidden;
	position: relative;
	z-index: 9995;
}

.head_polosa {
	background: #fff;
	width: 100%;
	height: 20rem;
	border-top-left-radius: 20rem;
	border-top-right-radius: 20rem;
	bottom: -1rem;
	position: absolute;
}

.head_polosa_page {
	background: #efefef;
}

.header_top {
	padding: 10rem;
	border-radius: 10rem;
	position: relative;
	z-index: 100;
}

.content_head {
	display: flex;
	justify-content: space-between;
	margin: 140rem auto 150rem auto;
}

.header_cont_right {
	display: grid;
	gap: 30rem;
	grid-template-columns: repeat(2, 1fr);
	align-content: start;
}

.header_cont_right_cont_1 {
	border-radius: 20rem;
	width: 240rem;
	height: 175rem;
	background: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(5px);
	padding: 20rem;
	display: flex;
	align-items: flex-start;
	gap: 10rem;
	flex-direction: column;
	justify-content: space-between;
}

.header_cont_right_cont_1_h {
	font:
		40rem / 40rem "Bebas Neue", "Bebas Neue Cyrillic", "Oswald",
		sans-serif;
	font-weight: 400;
	color: #fff;
}

.header_cont_right_cont_1_p {
	font:
		13rem / 18rem "Onest",
		sans-serif;
	color: #fff;
	font-weight: 400;
	position: relative;
	z-index: 2;
}

.header_cont_right_cont_1_img {
	width: 55rem;
}

.header_cont_right_cont_2_img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.m_gerb_badge {
	display: none;
}

.nav_head ul {
	display: flex;
	gap: 35rem;
}

.nav_head ul li {
	position: relative;
}

.nav_head ul li a {
	font-weight: 500;
	text-decoration: none;
	color: #fff;
	padding: 10rem 0;
	display: block;
	transition: all 0.2s ease-in;
}

.nav_head ul li a:hover {
	color: #85ac00;
}

.nav_head_info {
	display: flex;
	align-items: center;
	gap: 10rem;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	transition: all 0.2s ease-in;
}

.nav_head_info:hover {
	color: #85ac00;
}

.nav_head_dropdown {
	position: relative;
	display: flex;
	align-items: center;
}

.nav_head_dropdown_content {
	display: flex;
	position: absolute;
	right: 0;
	top: 100%;
	margin-top: 10rem;
	width: 530rem;
	height: 560rem;
	background: #f4ece4;
	border-radius: 20rem;
	padding: 10rem;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10rem);
	transition:
		opacity 0.3s ease-in-out,
		transform 0.3s ease-in-out,
		visibility 0.3s ease-in-out;
	z-index: 100;
}

.nav_head_dropdown_content::before {
	content: '';
	position: absolute;
	top: -20rem;
	left: 0;
	right: 0;
	height: 25rem;
}

.nav_head_dropdown:hover .nav_head_dropdown_content {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.nav_head_dropdown_img {
	width: 200rem;
	height: 100%;
	object-fit: cover;
	flex-shrink: 0;
	border-radius: 20rem;
}

.nav_head_dropdown_links {
	flex: 1;
	padding: 40rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15rem;
}

.nav_head_dropdown_links>a {
	font: 500 16rem "Onest", sans-serif;
	color: #515c5e;
	text-decoration: none;
	transition: color 0.3s;
}

.nav_head_dropdown_links>a:hover {
	color: #85ac00;
}

.nav_head_dropdown_bottom {
	margin-top: 40rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15rem;
}

.nav_head_dropdown_bottom a {
	font: 500 14rem "Onest", sans-serif;
	color: #515c5e;
	text-decoration: none;
	transition: color 0.3s;
}

.nav_head_dropdown_bottom a:hover {
	color: #85ac00;
}

.search {
	border-radius: 100rem;
	width: 750rem;
	background: rgba(246, 252, 255, 0.2);
	backdrop-filter: blur(5rem);
	padding: 2rem 5rem;
	transition: all cubic-bezier(0.42, 0, 0, 1.35) 0.3s;
}

.search:hover {
	backdrop-filter: blur(5rem);
	transform: perspective(100rem) translateZ(3rem);
	background: rgba(255, 255, 255, 0.3);
	box-shadow: 0 0 10rem rgba(0, 0, 0, 0.3);
}

.search_left {
	display: flex;
	align-items: center;
	padding: 5rem 20rem;
	gap: 10rem;
	flex: 1;
	min-width: 0;
	overflow: hidden;
}

.logo_img {
	width: 122rem;
}

.button_search_img {
	width: 17rem;
}

.search_left_input {
	background-color: rgba(246, 252, 255, 0);
	border-radius: 0;
	border: 0;
	flex: 1;
	min-width: 50rem;
	padding: 10rem 0;
	color: #f0fcfc;
	line-height: 14rem;
}

.search_left_input::placeholder {
	color: #f0fcfc;
}

.button_search {
	font: 16rem/14rem;
	display: flex;
	align-items: center;
	gap: 10rem;
	color: #fff;
	padding: 10rem 15rem;
	border-radius: 100rem;
	background: #85ac00;
	border: 0;
	transition: all cubic-bezier(0.42, 0, 0, 1.35) 0.3s;
	flex-shrink: 0;
	white-space: nowrap;
}

.head_soc {
	display: flex;
	gap: 10rem;
}

.head_soc_a {
	padding: 14rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100rem;
	background: rgba(246, 252, 255, 0.2);
	width: 45rem;
	height: 45rem;
	transition: all cubic-bezier(0.42, 0, 0, 1.35) 0.3s;
}

.head_soc_a:hover {
	backdrop-filter: blur(5rem);
	background: rgba(246, 252, 255, 0.2);
	box-shadow: 0 0 10rem rgba(0, 0, 0, 0.3);
	transform: perspective(100rem) translateZ(10rem);
}

.head_soc_a img {
	height: 14rem;
}

.phone_head {
	font:
		500 16rem/14rem "Onest",
		sans-serif;
	width: 190rem;
	border-radius: 100rem;
	background: #85ac00;
	padding: 15rem 25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #f0fcfc;
	text-decoration: none;
	transition:
		transform cubic-bezier(0.42, 0, 0, 1.35) 0.3s,
		box-shadow 0.3s,
		backdrop-filter 0.3s;
}

.mobile_phone_btn,
.mobile_menu_btn {
	display: none;
}

.mobile_menu_overlay {
	display: none;
}

.search_left_img {
	width: 18rem;
}

/* ═══ Search Suggest Panel ═══ */
.search {
	position: relative;
	flex-wrap: nowrap !important;
}

.search_tags_input {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 5rem;
	flex: 1;
	overflow: hidden;
	min-width: 0;
}

.search_tags_input .search_left_input {
	flex: 1;
	min-width: 80rem;
}

.search_chip {
	display: inline-flex;
	align-items: center;
	gap: 5rem;
	padding: 4rem 10rem;
	background: #85ac00;
	color: #fff;
	border-radius: 20rem;
	font: 500 12rem "Onest", sans-serif;
	white-space: nowrap;
	cursor: default;
}

.search_chip_x {
	cursor: pointer;
	font-size: 14rem;
	line-height: 1;
	opacity: 0.8;
	transition: opacity 0.2s;
}

.search_chip_x:hover {
	opacity: 1;
}

.search_suggest {
	position: absolute;
	top: calc(100% + 8rem);
	left: 0;
	right: 0;
	background: #fff;
	border-radius: 16rem;
	box-shadow: 0 8rem 40rem rgba(0, 0, 0, 0.15);
	padding: 20rem;
	z-index: 200;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-8rem);
	transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.search_suggest.open {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.search_suggest_group {
	margin-bottom: 15rem;
}

.search_suggest_group:last-of-type {
	margin-bottom: 18rem;
}

.search_suggest_label {
	font: 600 13rem "Onest", sans-serif;
	color: #888;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 8rem;
}

.search_suggest_tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6rem;
}

.search_suggest_tag {
	display: inline-block;
	padding: 7rem 14rem;
	background: #f3f3f3;
	border-radius: 20rem;
	font: 400 14rem "Onest", sans-serif;
	color: #3a3a3a;
	cursor: pointer;
	transition: background 0.2s, color 0.2s, transform 0.15s;
	user-select: none;
}

.search_suggest_tag:hover {
	background: #e8f0d0;
	color: #5a7a00;
}

.search_suggest_tag.active {
	background: #85ac00;
	color: #fff;
}

.search_suggest_btn {
	display: block;
	width: 100%;
	padding: 12rem 0;
	background: #85ac00;
	color: #fff;
	border: none;
	border-radius: 12rem;
	font: 500 15rem "Onest", sans-serif;
	cursor: pointer;
	transition: background 0.2s;
}

.search_suggest_btn:hover {
	background: #6e9200;
}

.address {
	margin-left: 30rem;
	text-align: right;
}

.address_city {
	color: #000;
	text-decoration: none;
	font:
		22rem / 22rem "Onest",
		sans-serif;
	font-weight: 600;
}

.address_street {
	font:
		12rem / 22rem "Onest",
		sans-serif;
	color: #474747;
	margin-left: 30rem;
}

.header_cont {
	max-width: 600rem;
}

.header_cont_h1 {
	font:
		60rem / 60rem "Bebas Neue", "Bebas Neue Cyrillic", "Oswald",
		sans-serif;
	font-weight: 400;
	color: #fff;
	margin-bottom: 15rem;
	text-transform: uppercase;
}

.head_name_p {
	font:
		16rem / 26rem "Onest",
		sans-serif;
	color: #fff;
	font-weight: 400;
}

.but_head {
	padding: 18rem 35rem;
	display: inline-block;
	border-radius: 100rem;
	font:
		16rem / 14rem "Onest",
		sans-serif;
	margin-top: 65rem;
	text-decoration: none;
	transition:
		background 0.1s ease-in,
		color 0.1s ease-in,
		box-shadow 0.1s ease-in;
}

/* Middle
-----------------------------------------------------------------------------*/

.service_ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30rem;
}

.service_ul_4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30rem;
}

.service_ul_5 {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 30rem;
}

.service_li_p {
	font:
		14rem / 18rem "Onest",
		sans-serif;
	padding: 15rem 0;
	font-weight: 500;
	color: #000;
}

.service_li_a {
	font:
		14rem / 18rem "Onest",
		sans-serif;
	color: #85ac00;
}

.service_li_img {
	width: 100%;
	border-radius: 10rem;
}

.square {
	width: 300px;
	/* Ширина четырёхугольника */
	height: 10px;
	/* Высота четырёхугольника */
	background-color: transparent;
	/* Прозрачный фон */
	position: relative;
	background: rgba(255, 255, 255, 1);
	transition: 0.3s all ease-in;
}

.square::before {
	content: "";
	position: absolute;
	bottom: -99rem;
	left: 0;
	border-right: 300rem solid transparent;
	/* Правая сторона */
	border-top: 100rem solid rgba(255, 255, 255, 1);
	/* Нижняя сторона */
	width: 0;
	transition: 0.3s all ease-in;
}

.square:hover {
	width: 300px;
	/* Ширина четырёхугольника */
	height: 220px;
	/* Высота четырёхугольника */
	background-color: transparent;
	/* Прозрачный фон */
	position: relative;
	background: rgba(255, 255, 255, 1);
}

.square:hover::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	border-right: 300rem solid transparent;
	/* Правая сторона */
	border-top: 0 solid rgba(255, 255, 255, 1);
	/* Нижняя сторона */
	width: 0;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	height: 100rem;
	background: #dadada;
}

/* Модальное окно
-----------------------------------------------------------------------------*/
.modal {
	display: none;
	vertical-align: middle;
	position: relative;
	z-index: 9995;
	max-width: 500px;
	box-sizing: border-box;
	width: 90%;
	background: #fff;
	padding: 45rem;
	border-radius: 10rem;
}

.blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 9990;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.75);
	text-align: center;
	opacity: 0;
	-webkit-backdrop-filter: blur(0);
	backdrop-filter: blur(0);
	transition:
		opacity 0.3s ease,
		-webkit-backdrop-filter 0.3s ease,
		backdrop-filter 0.3s ease;
}

.blocker:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	/* margin-right: -0.05em; */
}

.blocker.behind {
	background-color: transparent;
}

.blocker.is-visible {
	opacity: 1;
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
}

/* Fancybox должен быть выше .blocker */
.fancybox__container {
	z-index: 99999 !important;
}

/* Скрыть оверлей jQuery Modal когда Fancybox открыт */
body:has(.fancybox__container) .blocker {
	display: none !important;
}

.modal a.close-modal {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}

/* Modal animations */
.modal {
	transform: translateY(20rem) scale(0.98);
	transition:
		transform 0.1s ease,
		opacity 0.1s ease;
	will-change: transform, opacity;
}

.modal.modal--visible,
.modal.current {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.za_h3 {
	display: none;
}

.wat {
	font-size: 14rem !important;
}

.form-message_modal .privacy_statement p {
	font:
		12rem/16rem "Onest",
		sans-serif;
	margin-left: 0;
	width: 85%;
	text-align: left;
}

.mess_a,
.mess_b,
.mess_c {
	display: block;
	width: 100%;
	padding: 15rem;
	font-size: 12rem;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20rem;
	color: #fff;
	text-decoration: none;
}

.mess_p_p {
	font:
		700 24rem/24rem "Onest",
		sans-serif;
	color: #fff;
}

.mess_a {
	margin-top: 20rem;
	background: #0088cc;
}

.mess_b {
	background: #25d366;
}

.mess_c {
	background: #ffc700;
}

.mess {
	color: #fff;
}

.ili {
	color: #fff;
	margin-bottom: 20rem;
	display: block;
	text-align: center;
}

.h2_form {
	font:
		38rem/48rem "Bebas Neue", "Bebas Neue Cyrillic", "Oswald",
		sans-serif;
	text-align: left;
	margin-bottom: 30rem;
	display: block;
	font-weight: 700;
}

.text_za {
	width: 100%;
	padding: 25rem;
	border: 1rem solid #272727;
	font:
		18rem/24rem "Onest",
		sans-serif;
	margin-bottom: 30rem;
	border-radius: 5rem;
}

.text_za_none {
	display: none;
}

.form-elements-wh {
	display: none;
}

.privacy_statement {
	margin: 30rem 0;
	width: auto;
	color: #272727;
	font-size: 16rem;
}

.privacy_statement a {
	color: #001994;
	text-decoration: none;
}

.privacy_statement a:hover {
	color: #6d6d6d;
}

.submit {
	font:
		18rem/24rem "Onest",
		sans-serif;
	background: #000;
	width: 100%;
	padding: 25rem;
	border-radius: 5rem;
	color: #fff;
	font-weight: 700;
	border: 0;
	transition: all 0.2s ease-in;
	cursor: pointer;
}

.submit:hover {
	background: #272727;
	transition: background 0.1s ease-in;
}

.placeholder {
	flex: 1;
}

.tel {
	font-family: "Onest", sans-serif;
	transition: all 0.2s ease-in;
}

.green-highlight {
	font-family: "Onest", sans-serif;
	transition: all 0.2s ease-in;
	border: 1px solid #65b80b;
	background: rgb(101 184 11 / 9%);
	color: #65b80a;
}

.green-highlight-submit {
	font-family: "Onest", sans-serif;
	transition: all 0.2s ease-in;
	background: #65b80b;
	color: #fff;
}

.but {
	display: block;
	margin-top: 30px;
	font-size: 18px;
	padding: 15px;
	width: 370px;
	border-radius: 5px;
	font-family: "Onest", sans-serif;
	transition: all 0.2s ease-in;
	background: #cdcdcd;
	color: #a8a8a8;
}

.block {
	background: #65b80b;
	color: #fff;
}

.modal-ppolitics {
	width: 90%;
	max-width: 100%;
	background: #fff;
	padding: 45rem;
	border-radius: 10rem;
}

.cookie-popup {
	display: block;
	position: fixed;
	z-index: 7777;
	right: 0;
	bottom: 0;
	width: 660px;
	max-width: 100%;
	background-color: #fff;
	-webkit-box-shadow: rgb(0 0 0 / 15%) 0 0 30px 0;
	box-shadow: 0 0 30px 0 rgb(0 0 0 / 15%);
	border-radius: 10px;
	margin-bottom: 50px;
	margin-right: 5%;
	margin-left: 5%;
}

.cookie-popup__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 90rem;
	padding: 0 25rem;
}

.cookie-popup__text {
	font:
		12rem/14rem "Onest",
		sans-serif;
}

.cookie-popup__text a {
	color: #333;
}

.cookie-popup__text a:hover {
	text-decoration: none;
}

.cookie-popup__btn {
	font:
		16rem / 22rem "Onest",
		sans-serif;
	border: 0;
	background-color: #fff;
	color: #333;
	outline: none;
	appearance: none;
	cursor: pointer;
}

.cookie-popup {
	transition: all 0.3s ease-in-out;
}

.container-politics {
	text-align: left;
}

.title-polit-h {
	font:
		500 25rem / 35rem "Onest",
		sans-serif;
	color: #254a59;
	margin-bottom: 20rem;
}

.title-polit {
	font:
		500 25rem / 35rem "Onest",
		sans-serif;
	color: #254a59;
	margin-bottom: 20rem;
	margin-top: 40rem;
}

.politic-description ul {
	margin-bottom: 40rem;
	margin-top: 20rem;
	list-style: disc;
	margin-left: 20rem;
}

.cookie-popup__inner_none {
	bottom: -150rem !important;
}

.mobile_menu {
	display: flex;
	bottom: 0;
	width: 100%;
}

.flex_tabl img {
	height: 30rem;
	margin: auto;
	margin-bottom: 5rem;
}

.flex_tabl {
	font:
		500 8rem/10rem "Onest",
		sans-serif;
	display: flex;
	flex-flow: column;
	width: 25%;
	color: #000;
	text-align: center;
	text-decoration: none;
	place-self: flex-start;
}

.mess_head_mobile {
	display: flex;
	gap: 20rem;
	position: fixed;
	width: 340rem;
	justify-content: space-between;
	background: #fff;
	padding: 20rem;
	right: 30rem;
	bottom: -200rem;
	z-index: 222222;
	border-radius: 10rem;
	transition: all 0.3s ease-in-out;
	box-shadow: 0 0 30rem hsl(0deg 0% 0% / 18%);
}

.mess_head_mobile_blcok {
	display: flex;
	gap: 20rem;
	position: fixed;
	width: 340rem;
	right: 30rem;
	justify-content: space-between;
	background: #fff;
	padding: 20rem;
	bottom: 20rem;
	z-index: 222222;
	border-radius: 10rem;
	transition: all 0.3s ease-in-out;
	box-shadow: 0 0 30rem hsl(0deg 0% 0% / 18%);
}

/* --- NEW STYLES --- */
.h_green {
	color: #85ac00;
}

/* 1. Search home */
.search_home {
	padding: 40rem 0;
	position: relative;
	z-index: 10;
	padding-top: 80rem;
	margin-bottom: 55rem;
}

.search_home_h2 {
	font:
		50rem/50rem "Bebas Neue", "Bebas Neue Cyrillic", "Oswald",
		sans-serif;
	text-transform: uppercase;
	margin-bottom: 20rem;
	color: #505c5f;
}

.search_home_p {
	font-size: 16rem;
	margin-bottom: 40rem;
	color: #929292;
	margin-top: 10rem;
}

.search_home_tab {
	gap: 10rem;
	margin-bottom: 20rem;
}

.search_home_tab>div {
	padding: 10rem 20rem;
	border-radius: 5rem;
	border: 1px solid #929292;
	cursor: pointer;
	background: #fff;
	color: #929292;
	transition: 0.3s;
	font-weight: 500;
}

.search_home_tab_act {
	border: 1px solid #505c5f !important;
	background: #505c5f !important;
	color: #fff !important;
}

.search_home_tab_block {
	background: #f1f1f1;
	padding: 15rem 20rem;
	border-radius: 15rem;
	gap: 20rem;
}

.search_home_tab_block_li {
	gap: 15rem;
	flex: 1;
	border-right: 1px solid #dadada;
}

.search_home_tab_block_li:last-of-type {
	border-right: none;
}

.search_home_tab_block_li_h {
	font-size: 16rem;
	color: #85ac00;
	font-weight: 400;
	margin-bottom: 5rem;
}

.search_home_tab_block_li_p {
	font-size: 14rem;
	color: #666;
}

.search_home_tab_block_li_icon {
	width: 40rem;
	height: 40rem;
	border-radius: 50%;
	background: #f9f9f9;
	display: flex;
	align-items: center;
	justify-content: center;
}

.button_search_home {
	background: #85ac00;
	color: #fff;
	border: 0;
	padding: 18rem 50rem;
	border-radius: 10rem;
	text-transform: uppercase;
	font:
		16rem/16rem "Onest",
		sans-serif;
	cursor: pointer;
	transition: 0.3s;
	font-weight: 400;
}

.button_search_home:hover {
	background: #719200;
	transform: translateY(-2rem);
}

/* Search dropdowns */
.search_dropdown_wrap {
	position: relative;
	cursor: pointer;
}

.search_dropdown_trigger {
	width: 100%;
}

.search_dropdown {
	position: absolute;
	top: calc(100% + 5rem);
	left: -10rem;
	right: -10rem;
	background: #fff;
	border-radius: 12rem;
	box-shadow: 0 10rem 40rem rgba(0, 0, 0, 0.15);
	z-index: 50;
	max-height: 320rem;
	overflow-y: auto;
	padding: 8rem 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-8rem);
	transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
	pointer-events: none;
}

.search_dropdown.open {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

.search_dropdown::-webkit-scrollbar {
	width: 4rem;
}

.search_dropdown::-webkit-scrollbar-track {
	background: transparent;
}

.search_dropdown::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 4rem;
}

.search_dropdown_item {
	padding: 11rem 20rem;
	font: 400 15rem "Onest", sans-serif;
	color: #4d5658;
	cursor: pointer;
	transition: background 0.15s, color 0.15s, padding-left 0.2s;
}

.search_dropdown_item:hover {
	background: #f4ece4;
	color: #85ac00;
	padding-left: 25rem;
}

.search_dropdown_item.selected {
	color: #85ac00;
	font-weight: 500;
}

/* 2. Quiz */
.quiz_home {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80rem 0;
	color: #fff;
	border-radius: 20rem 20rem 0 0;
}

.quiz_home_h2 {
	font:
		50rem/50rem "Bebas Neue", "Bebas Neue Cyrillic", "Oswald",
		sans-serif;
	text-transform: uppercase;
	margin-bottom: 20rem;
}

.quiz_home_p {
	font:
		16rem/24rem "Onest",
		sans-serif;
	color: #ccc;
	margin-bottom: 40rem;
}

.quiz_home_cont {
	background: transparent;
	overflow: hidden;
	gap: 30rem;
	align-items: stretch;
	overflow: visible;
	color: #fff;
	min-height: 450rem;
}

.quiz_home_left {
	flex: 1.2;
	display: flex;
	flex-direction: column;
	padding: 50rem;
	background: rgba(238, 243, 223, 0.2);
	border-radius: 20rem;
	backdrop-filter: blur(5rem) !important;
	-webkit-backdrop-filter: blur(5rem);
}

.flex_col {
	display: flex;
	flex-direction: column;
}

.quiz_home_steps {
	flex: 1;
	display: grid;
}

/* Все шаги в одной ячейке — высота всегда по самому высокому */
.quiz_home_step_item {
	grid-row: 1;
	grid-column: 1;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.25s ease;
}

.quiz_home_step_item.active {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.quiz_home_form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20rem;
	margin-bottom: 30rem;
}

.quiz_home_input {
	border: 1px solid rgba(255, 255, 255, 0.4);
	background: transparent;
	border-radius: 100rem;
	padding: 18rem 30rem;
	color: #fff;
	font-size: 14rem;
	font-family: inherit;
	outline: none;
	transition: 0.3s;
	width: 100%;
}

.quiz_home_input:focus {
	border-color: #85ac00;
}

.quiz_home_input::placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.quiz_home_agro {
	font-size: 14rem;
	color: #fff;
}

.quiz_home_agro label input[type="checkbox"] {
	display: none !important;
}

.quiz_home_agro_box {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20rem;
	height: 20rem;
	border: 1px solid #fff;
	border-radius: 4rem;
	background: transparent;
	margin-right: 15rem;
	flex-shrink: 0;
	transition: 0.3s;
	margin-top: -2rem;
}

.quiz_home_agro input[type="checkbox"]:checked+.quiz_home_agro_box {
	background: #fff;
}

.quiz_home_agro input[type="checkbox"]:checked+.quiz_home_agro_box::before {
	content: "";
	width: 10rem;
	height: 6rem;
	border-left: 2px solid #505c5f;
	border-bottom: 2px solid #505c5f;
	transform: rotate(-45deg);
	margin-top: -4rem;
}

.quiz_home_btn_submit {
	background: #85ac00;
	color: #fff;
	border: none;
	border-radius: 100rem;
	font-size: 16rem;
	font-weight: 500;
	cursor: pointer;
	transition: 0.3s;
	width: 100%;
}

.quiz_home_btn_submit:hover {
	background: #99c700;
}

.quiz_home_right {
	width: 450rem;
	border-radius: 20rem;
	position: relative;
	background: #e8e8e8 center/cover no-repeat;
	transition: background-image 0.5s ease-in-out;
}

.quiz_home_q {
	font-size: 22rem;
	font-weight: 500;
	margin-bottom: 10rem;
	color: #fff;
}

.quiz_home_sub {
	color: #fff;
	margin-bottom: 40rem;
	font-size: 16rem;
}

.quiz_home_grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20rem;
	margin-bottom: 40rem;
	justify-content: flex-start;
}

.quiz_home_label {
	border: none;
	padding: 0;
	border-radius: 0;
	cursor: pointer;
	transition: 0.3s;
	text-align: left;
	width: calc(33.333% - 20rem);
	display: flex;
	align-items: center;
}

.w100 {
	width: 100% !important;
}

.quiz_home_label:hover {
	border-color: transparent;
	background: transparent;
}

.quiz_home_label input[type="radio"] {
	display: none !important;
}

.quiz_home_span {
	display: inline-flex;
	align-items: center;
	gap: 15rem;
	font-size: 16rem;
	color: #fff;
}

.quiz_home_span::before {
	content: "";
	display: inline-block;
	width: 22rem;
	height: 22rem;
	border-radius: 50%;
	border: 1px solid #fff;
	background-color: transparent;
	transition: 0.3s;
	box-sizing: border-box;
	flex-shrink: 0;
}

.quiz_home_label input:checked+.quiz_home_span::before {
	border: 5px solid transparent;
	background-color: #85ac00;
	box-shadow: 0 0 0 1px #fff;
	background-clip: padding-box;
}

.quiz_home_bot {
	margin-top: auto;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 25rem;
	align-items: center;
}

.quiz_home_step {
	font-size: 16rem;
	font-weight: 500;
	color: #fff;
	position: absolute;
	top: 30rem;
	right: 30rem;
}

.quiz_home_btns {
	display: flex;
	gap: 15rem;
}

.quiz_home_btns button,
.quiz_home_btn_prev {
	background: none !important;
	border: none !important;
	color: #fff !important;
	border-radius: 0;
	padding: 0;
	cursor: pointer;
	transition: 0.3s;
	font-size: 14rem;
	font-weight: 400;
	margin-left: 0;
	display: inline-flex;
	align-items: center;
	gap: 10rem;
}

.quiz_home_btn_next {
	padding: 0 0 0 20rem !important;
}

.quiz_home_btn_prev {
	padding: 0 20rem 0 0 !important;
}

.quiz_btn_img {
	width: 40rem;
	height: 40rem;
	transition: opacity 0.3s;
}

.quiz_home_btns button:hover .quiz_btn_img,
.quiz_home_btn_prev:hover .quiz_btn_img {
	opacity: 0.8;
}

.quiz_home_badge {
	position: absolute;
	bottom: 20rem;
	left: 20rem;
	background: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(5px);
	padding: 20rem;
	border-radius: 10rem;
	font-size: 14rem;
}

.quiz_home_badge b {
	font-size: 24rem;
	color: #85ac00;
}

/* 3. Geography */
.geo_home {
	padding: 80rem 0;
	background: #f9f9f9;
}

.geo_home_h2 {
	font: 50rem/50rem "Bebas Neue", "Bebas Neue Cyrillic", "Oswald", sans-serif;
	color: #505C5F;
	text-transform: uppercase;
	margin-bottom: 20rem;
}

.geo_home_p {
	font:
		16rem/24rem "Onest",
		sans-serif;
	margin-bottom: 40rem;
	color: #444;
	max-width: 800rem;
}

.geo_home_grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30rem;
}

.geo_home_item {
	position: relative;
	background: #fff;
	border-radius: 20rem;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	padding: 10rem;
	border-radius: 20rem;
	transition: 0.3s;
	overflow: visible;
}

.geo_home_item:hover {
	transform: translateY(-5rem);
	box-shadow: 0 10rem 30rem rgba(0, 0, 0, 0.1);
}

.geo_home_item_top {
	height: 250rem;
	border-radius: 15rem;
	background-size: cover;
	background-position: center;
	padding: 20rem;
	display: flex;
	align-items: flex-start;
}

.geo_home_item_badge {
	position: absolute;
	top: 20rem;
	left: -10rem;
	background: #00bfff;
	color: #fff;
	padding: 5rem 15rem;
	border-radius: 5rem 5rem 5rem 0;
	font-size: 12rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 6rem;
	z-index: 5;
}

.geo_home_item_badge img,
.geo_home_item_badge svg {
	width: 14rem;
	height: 14rem;
	object-fit: contain;
	fill: white;
}

/* Контейнер бейджей на карточках туров — вертикальный стек */
.tour_card_badges {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 6rem;
	position: absolute;
	top: 25rem;
	left: -9rem;
	z-index: 2;
}

.tour_card_badges .geo_home_item_badge {
	position: relative;
	top: auto;
	left: auto;
}

/* Убираем стрелочку ::before у бейджей в стеке, кроме последнего */
/* .tour_card_badges .geo_home_item_badge::before {
	display: none;
} */

.tour_card_badges .geo_home_item_badge::before {
	display: block;
	top: 100%;
	left: 0;
}

.geo_home_item_badge::before {
	content: "";
	position: absolute;
	top: 28rem;
	left: 0.2rem;
	border: 10rem solid transparent;
	border-top: 7rem solid #009bd5;
	border-right: 0rem solid #009bd5;
	transform: rotateX(5deg);
}

/* Polygon 1 */

.geo_home_item_bot {
	padding: 25rem 20rem;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.geo_home_item_head {
	padding-bottom: 15rem;
}

.geo_home_item_h {
	font-family: "Bebas Neue", "Bebas Neue Cyrillic", "Oswald", sans-serif;
	font-size: 30rem;
	font-weight: 500;
	text-transform: capitalize;
	color: #505c5f;
}

.geo_home_item_pr {
	color: #505c5f;
	font:
		16rem/14rem "Onest",
		sans-serif;
	font-weight: 600;
}

.geo_home_item_pr_span {
	color: #a2a3a4;
}

.geo_home_item_p {
	font:
		400 14rem/20rem "Onest",
		sans-serif;
	color: #929292;
	margin-bottom: 15rem;
	flex: 1;
}

.geo_home_item_btn {
	font:
		16rem/14rem "Onest",
		sans-serif;
	display: inline-block;
	padding: 18rem 0;
	text-align: center;
	text-decoration: none;
	border-radius: 100rem;
	font-weight: 500;
	transition: transform 0.3s;
}

/* 4. Soon Map */
.soon_home {
	padding: 40rem 0 80rem;
}

.soon_home_wrap {
	background: #464646;
	color: #fff;
	border-radius: 20rem;
	padding: 40rem 50rem;
	overflow: visible;
	position: relative;
	align-items: center;
	box-shadow: 0 10rem 30rem rgba(0, 0, 0, 0.1);
}

.soon_home_h2 {
	font: 500 50rem/50rem "Bebas Neue", "Bebas Neue Cyrillic", "Oswald", sans-serif;
	text-transform: uppercase;
	margin-bottom: 20rem;
	color: #fff;
}

.soon_home_p {
	font: 400 16rem/24rem "Onest", sans-serif;
	color: #929292;
	margin-bottom: 40rem;
}

.soon_home_p_bold {
	color: #fff;
	font-weight: 500;
}

.soon_home_btn {
	background: #85ac00;
	color: #fff;
	font: 500 16rem/16rem "Onest", sans-serif;
	padding: 20rem 50rem;
	border-radius: 100rem;
	text-decoration: none;
	display: inline-block;
	transition: 0.3s;
}

.soon_home_btn:hover {
	background: #719200;
	transform: translateY(-2rem);
}

.soon_home_left {
	flex: 0 0 35%;
	z-index: 2;
	position: relative;
}

.soon_home_right {
	flex: 1;
	position: absolute;
	right: 60rem;
	top: 0;
	width: 670rem;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	z-index: 1;
}

.soon_home_map {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.soon_home_map_wrapper {
	position: relative;
	width: 100%;
}

.m_dot {
	display: none;
}

.soon_mobile_btn {
	display: none !important;
}

.soon_pin {
	position: absolute;
	background: #fff;
	border-radius: 10rem;
	padding: 5rem 15rem 5rem 5rem;
	display: flex;
	align-items: center;
	gap: 15rem;
	box-shadow: 0 5rem 15rem rgba(0, 0, 0, 0.1);
	transition: 0.3s;
	cursor: pointer;
	z-index: 5;
}

.soon_pin:hover {
	transform: translateY(-5rem);
	box-shadow: 0 10rem 20rem rgba(0, 0, 0, 0.2);
}

.soon_pin_img {
	width: 44rem;
	height: 44rem;
	border-radius: 6rem;
	object-fit: cover;
}

.soon_pin_text {
	font: 500 14rem/14rem "Onest", sans-serif;
	color: #505c5f;
}

/* Map specific positioning. */
.soon_pin.spb {
	top: 15%;
	left: 5%;
}

.soon_pin.ural {
	top: 40%;
	left: 20%;
}

.soon_pin.altay {
	bottom: 15%;
	left: 40%;
}

.soon_pin.kamchatka {
	top: 15%;
	right: 5%;
}

/* 5. Comfort */
.comf_home {
	padding: 80rem 0;
	text-align: center;
}

.comf_home_h2 {
	font: 500 50rem/50rem "Bebas Neue", "Bebas Neue Cyrillic", "Oswald", sans-serif;
	text-transform: uppercase;
	margin-bottom: 20rem;
	color: #505c5f;
}

.comf_home_p {
	margin-bottom: 50rem;
	font: 400 16rem/24rem "Onest", sans-serif;
	color: #929292;
}

.comf_home_grid {
	gap: 30rem;
	text-align: center;
	align-items: start;
}

.comf_home_item {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.comf_home_img {
	width: 100%;
	aspect-ratio: 1.6;
	object-fit: cover;
	border-radius: 20rem;
	margin-bottom: 30rem;
}

.comf_home_h3 {
	font: 500 30rem/30rem "Bebas Neue", "Bebas Neue Cyrillic", "Oswald", sans-serif;
	text-transform: uppercase;
	color: #505c5f;
	margin-bottom: 10rem;
}

.comf_home_item_p {
	font: 400 16rem/24rem "Onest", sans-serif;
	color: #929292;
	margin-bottom: 20rem;
}

.comf_home_btn {
	display: inline-block;
	padding: 15rem 30rem;
	border-radius: 100rem;
	background: #85ac00;
	color: #fff;
	text-decoration: none;
	font: 500 16rem/16rem "Onest", sans-serif;
	transition: 0.3s;
	margin-top: 10rem;
}

.comf_home_btn:hover {
	background: #719200;
	transform: translateY(-2rem);
}

/* 6. Popular */
.pop_home {
	padding: 80rem 0;
	background: #f2f2f2;
}

.pop_home_head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30rem;
}

.pop_home_h2 {
	font: 500 50rem/50rem "Bebas Neue", "Bebas Neue Cyrillic", "Oswald", sans-serif;
	text-transform: uppercase;
	color: #505c5f;
}

.pop_home_all {
	display: flex;
	align-items: center;
	gap: 10rem;
	font: 500 16rem/16rem "Onest", sans-serif;
	color: #85ac00;
	text-decoration: none;
	transition: 0.3s;
}

.pop_home_all:hover {
	transform: translateX(5rem);
}

.pop_home_grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20rem;
}

.pop_home_item {
	background: #fff;
	border-radius: 20rem;
	padding: 15rem;
	position: relative;
	display: flex;
	flex-direction: column;
	transition: 0.3s;
	box-shadow: 0 5rem 15rem rgba(0, 0, 0, 0.05);
}

.pop_home_item:hover {
	transform: translateY(-5rem);
	box-shadow: 0 10rem 30rem rgba(0, 0, 0, 0.1);
}

.pop_home_item_top {
	width: 100%;
	aspect-ratio: 1.5;
	margin-bottom: 15rem;
	height: 190rem;
}

.pop_home_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12rem;
}

.pop_home_item_bot {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.pop_home_item_h {
	font: 500 17rem/20rem "Bebas Neue", "Bebas Neue Cyrillic", "Oswald", sans-serif;
	color: #505c5f;
	margin-bottom: 10rem;
}

.pop_home_level {
	display: flex;
	align-items: center;
	gap: 8rem;
	font: 500 12rem/12rem "Onest", sans-serif;
	color: #85ac00;
	margin-bottom: 15rem;
}

.level_dots {
	display: flex;
	gap: 5rem;
}

.level_dots .dot {
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	background: #ddd;
}

.level_dots .dot.active {
	background: #85ac00;
}

.pop_home_item_p {
	font: 400 12rem/16rem "Onest", sans-serif;
	color: #666;
	flex: 1;
	margin-bottom: 15rem;
}

.pop_home_time {
	display: flex;
	gap: 15rem;
	font: 500 12rem/12rem "Onest", sans-serif;
	color: #505c5f;
	margin-bottom: 15rem;
}

.pop_time_item,
.pop_home_time_item {
	display: flex;
	align-items: center;
	gap: 5rem;
}

.pop_home_price_box {
	border: 1px solid #85ac00;
	border-radius: 100rem;
	padding: 10rem 15rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15rem;
}

.pop_home_price_box .pr_l {
	font: 400 12rem/12rem "Onest", sans-serif;
	color: #85ac00;
}

.pop_home_price_box .pr_r {
	font: 600 16rem/16rem "Onest", sans-serif;
	color: #85ac00;
}

.pop_home_price_box .pr_r span {
	font: 400 12rem/12rem "Onest", sans-serif;
}

.pop_home_actions {
	display: flex;
	gap: 10rem;
}

.btn_group {
	flex: 1;
	background: #f4f4f4;
	border-radius: 100rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font: 500 12rem/12rem "Onest", sans-serif;
	color: #505c5f;
	gap: 8rem;
	padding: 12rem 5rem;
}

.btn_more {
	flex: 1;
	background: #85ac00;
	color: #fff;
	border-radius: 100rem;
	text-decoration: none;
	font: 500 14rem/14rem "Onest", sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12rem 5rem;
	transition: 0.3s;
}

.btn_more:hover {
	background: #719200;
}

/* 7. Quiz Promo */
.quiz_promo_home {
	padding: 40rem 0 80rem;
	overflow: hidden;
}

.quiz_promo_marquee {
	display: flex;
	flex-direction: column;
	gap: 20rem;
	width: 100vw;
	max-width: 100%;
}

.marquee_track {
	display: flex;
	gap: 20rem;
	width: max-content;
}

.marquee_track.left {
	animation: scroll_left 30s linear infinite;
}

.marquee_track.right {
	animation: scroll_right 30s linear infinite;
}

.marquee_set {
	display: flex;
	gap: 20rem;
	flex-wrap: nowrap;
}

@keyframes scroll_left {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(calc(-50% - 10rem));
	}
}

@keyframes scroll_right {
	0% {
		transform: translateX(calc(-50% - 10rem));
	}

	100% {
		transform: translateX(0);
	}
}

.quiz_promo_cat {
	position: relative;
	border-radius: 20rem;
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	font-size: 16rem;
	line-height: 1.3;
	transition: 0.3s;
	padding: 20rem;
	width: 320rem;
	height: 100rem;
	overflow: hidden;
	box-shadow: 0 4rem 20rem rgba(0, 0, 0, 0.05);
}

.quiz_promo_cat::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0.1) 100%);
	z-index: 2;
}

.quiz_promo_cat span {
	position: relative;
	z-index: 3;
}

.quiz_promo_cat_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 1;
}

.quiz_promo_content {
	text-align: center;
	margin-top: 60rem;
}

.quiz_promo_text {
	font: 500 20rem "Onest", sans-serif;
	margin-bottom: 30rem;
	text-align: center;
	color: #505c5f;
}

.text_cyan {
	color: #3ba4e6;
	font-weight: 700;
}

.quiz_promo_btn {
	display: inline-flex;
	justify-content: flex-end;
	margin-bottom: 30rem;
	background: #85ac00;
	color: #fff;
	font-size: 16rem;
	font-weight: 400;
	padding: 10rem 10rem 10rem 25rem;
	border-radius: 50rem;
	text-decoration: none;
	transition: 0.3s;
	gap: 32rem;
}

.quiz_promo_btn:hover {
	background: #6e8e00;
}

.quiz_promo_btn_arr {
	width: 35rem;
	height: 35rem;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.quiz_promo_btn_arr img {
	height: 10rem;
	object-fit: contain;
}

/* 8. Reviews */
.revs_home {
	padding: 80rem 0;
	background: #f1f2f1;
}

.revs_home_top {
	margin-bottom: 40rem;
}

.revs_home_h2 {
	font: 56rem/60rem "Bebas Neue", "Bebas Neue Cyrillic", "Oswald", sans-serif;
	text-transform: uppercase;
	margin-bottom: 15rem;
	color: #505c5f;
}

.revs_home_p {
	font: 16rem/24rem "Onest", sans-serif;
	color: #505c5f;
}

.revs_home_middle {
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40rem;
}

.revs_home_ratings {
	gap: 20rem;
}

.revs_home_rating {
	background: #fff;
	border-radius: 12rem;
	padding: 15rem 25rem;
	gap: 15rem;
	align-items: center;
	color: #505c5f;
	text-decoration: none;
}

.revs_home_r_left {
	gap: 8rem;
	align-items: flex-start;
	justify-content: center;
}

.revs_home_rating .r_logo {
	height: 24rem;
	width: auto;
}

.revs_home_r_stars_box {
	color: #505c5f;
	font-size: 14rem;
	display: flex;
	align-items: center;
	gap: 5rem;
}

.revs_home_r_stars_box .r_val {
	font-size: 16rem;
	font-weight: 700;
	color: #505c5f;
}

.revs_home_r_right {
	color: #85ac00;
	font-size: 11rem;
	line-height: 1.2;
}

.revs_home_actions {
	gap: 30rem;
	align-items: center;
}

.revs_home_write {
	color: #85ac00;
	font: 600 16rem/1.2 "Onest", sans-serif;
	text-decoration: none;
	gap: 10rem;
	align-items: center;
}

.revs_home_write img {
	width: 20rem;
	height: 20rem;
}

.revs_home_nav {
	gap: 10rem;
}

.revs_home_prev,
.revs_home_next {
	width: 40rem;
	height: 40rem;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity 0.3s;
}

.revs_home_prev:hover,
.revs_home_next:hover {
	opacity: 0.8;
}

.revs_home_prev img,
.revs_home_next img {
	width: 100%;
	height: 100%;
}

.revs_home_cards {
	gap: 30rem;
	overflow-x: auto;
	padding-bottom: 20rem;
	scrollbar-width: thin;
	scrollbar-color: #85ac00 #eee;
	align-items: stretch;
	flex-wrap: nowrap;
}

.revs_home_cards::-webkit-scrollbar {
	height: 6rem;
}

.revs_home_cards::-webkit-scrollbar-track {
	background: #eee;
	border-radius: 4rem;
}

.revs_home_cards::-webkit-scrollbar-thumb {
	background-color: #85ac00;
	border-radius: 4rem;
}

.revs_home_card {
	background: #fff;
	border-radius: 12rem;
	padding: 30rem;
	flex: 0 0 calc(33.333% - 20rem);
	min-width: 400rem;
	/* For pushing images to bottom */
	display: flex;
	flex-direction: column;
}

.revs_home_card_top {
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20rem;
}

.revs_home_card_n {
	font-size: 20rem;
	font-weight: 500;
	color: #505c5f;
}

.revs_home_card_p {
	font-size: 11rem;
	color: #a0a8aa;
}

.revs_home_card_t {
	font: 14rem/22rem "Onest", sans-serif;
	color: #505c5f;
	margin-bottom: 30rem;
	flex-grow: 1;
}

.revs_home_card_imgs {
	display: flex;
	gap: 10rem;
	justify-content: flex-start;
}

.revs_home_card_imgs img {
	width: 90rem;
	height: 90rem;
	border-radius: 12rem;
	object-fit: cover;
	cursor: pointer;
}

.revs_home_card_imgs a {
	display: block;
	line-height: 0;
	flex-shrink: 0;
}

/* 9. About */
.about_home {
	padding: 0 20rem 80rem;
	background: #f1f2f1;
}

.about_home>.content {
	width: 100%;
	max-width: 1340rem;
	margin: 0 auto;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 30rem;
	padding: 80rem 40rem 40rem;
	color: #fff;
	text-align: center;
}

.about_home_wrap {
	max-width: 960rem;
	margin: 0 auto;
}

.about_home_h2 {
	font: 56rem/60rem "Bebas Neue", "Bebas Neue Cyrillic", "Oswald", sans-serif;
	text-transform: uppercase;
	margin-bottom: 25rem;
}

.about_home_p {
	font: 14rem/22rem "Onest", sans-serif;
	margin-bottom: 40rem;
	color: #fff;
}

.about_home_btn {
	display: inline-block;
	padding: 15rem 40rem;
	background: #85ac00;
	color: #fff;
	border-radius: 100rem;
	text-decoration: none;
	font-weight: 600;
	transition: 0.3s;
	margin-bottom: 40rem;
}

.about_home_btn:hover {
	background: #6e8e00;
}

.about_home_official {
	font-size: 12rem;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 40rem;
}

.about_home_imgs {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 20rem;
}

.about_home_imgs img {
	width: calc(33.333% - 14rem);
	border-radius: 20rem;
	object-fit: cover;
	min-height: 250rem;
}

/* 10. FAQ */
.faq_home {
	padding: 80rem 0;
}

.faq_home_h2 {
	font: 56rem/60rem "Bebas Neue", "Bebas Neue Cyrillic", "Oswald", sans-serif;
	text-transform: uppercase;
	color: #505c5f;
	margin-bottom: 40rem;
}

.faq_home_grid {
	gap: 40rem;
	align-items: flex-start;
}

.faq_home_col {
	flex: 1 1 calc(50% - 20rem);
}

.faq_item {
	padding: 24rem 0;
	border-bottom: 2px solid #ddeca5;
}

.faq_item_top {
	cursor: pointer;
	justify-content: space-between;
	align-items: center;
}

.faq_item_q {
	font: 500 16rem/24rem "Onest", sans-serif;
	color: #505c5f;
	flex: 1;
	padding-right: 20rem;
	transition: color 0.3s;
}

.faq_item_i {
	width: 25rem;
	height: 25rem;
	transition: transform 0.3s;
	flex-shrink: 0;
}

.faq_item_top:hover .faq_item_q,
.faq_item.active .faq_item_q {
	color: #85ac00;
}

.faq_item.active .faq_item_i {
	transform: rotate(45deg);
}

.faq_item_body {
	display: none;
	padding-top: 15rem;
	padding-right: 45rem;
}

.faq_item_a {
	font: 400 14rem/22rem "Onest", sans-serif;
	color: #515c5e;
}

/* 11. Questions */
/* Questions Home */
.questions_home {
	padding: 60rem 0;
}

.questions_home_wrap {
	background: #85ac00;
	border-radius: 20rem;
	padding: 40rem;
	display: flex;
	flex-direction: column;
	gap: 30rem;
}

.questions_home_top {
	text-align: left;
}

.questions_home_h2 {
	font: 40rem/40rem "Bebas Neue", "Bebas Neue Cyrillic", "Oswald", sans-serif;
	color: #fff;
	margin-bottom: 15rem;
}

.questions_home_p {
	font-size: 16rem;
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.5;
}

.questions_home_form {
	display: grid;
	grid-template-columns: repeat(3, 1fr) auto;
	gap: 20rem;
	align-items: center;
}

.questions_home_input {
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 100rem;
	padding: 15rem 25rem;
	color: #fff;
	font-size: 14rem;
	width: 100%;
}

.questions_home_input::placeholder {
	color: rgba(255, 255, 255, 0.7);
}

.questions_home_btn {
	padding: 15rem 40rem;
	background: #fff;
	color: #85ac00;
	border-radius: 100rem;
	font-weight: 600;
	border: none;
	cursor: pointer;
	transition: 0.3s;
}

.questions_home_btn:hover {
	background: #f0f0f0;
	transform: translateY(-2rem);
}

.questions_home_agry {
	margin-top: 10rem;
}

.questions_home_agry_inner {
	display: flex;
}

.questions_home_agry_inner input[type='checkbox'] {
	--active: #fff;
	--active-inner: #85ac00;
	--border: #fff;
	--border-hover: #fff;
	--background: transparent;
	flex-shrink: 0;
	margin-top: 2rem;
}

.questions_home_agry_inner input[type='checkbox']+label {
	font-size: 12rem;
	color: #fff;
	line-height: 1.3;
	margin-left: 10rem;
}

.questions_home_agry_inner a {
	color: #fff;
	text-decoration: underline;
}

/* 12. Contacts & Map */
.contacts_home {
	padding: 80rem 0;
	background: #000;
	color: #fff;
}

.contacts_home_wrap {
	align-items: stretch;
	gap: 40rem;
}

.contacts_home_map {
	flex: 1;
	border-radius: 20rem;
	overflow: hidden;
}

.contacts_home_map_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.contacts_home_info {
	width: 400rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.contacts_home_h2 {
	font:
		40rem/40rem "Bebas Neue", "Bebas Neue Cyrillic", "Oswald",
		sans-serif;
	text-transform: uppercase;
	margin-bottom: 20rem;
}

.contacts_home_name {
	font-size: 20rem;
	font-weight: 700;
	margin-bottom: 10rem;
}

.contacts_home_text {
	font-size: 14rem;
	color: #aaa;
	margin-bottom: 5rem;
}

.contacts_home_bold {
	font-size: 16rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20rem;
}

.contacts_home_label {
	font-size: 12rem;
	color: #888;
	margin-top: 10rem;
	margin-bottom: 5rem;
}

.contacts_home_links {
	margin-top: 30rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 20rem;
	display: flex;
	flex-direction: column;
	gap: 15rem;
}

.contacts_home_a {
	font-size: 18rem;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 10rem;
	transition: 0.3s;
}

.contacts_home_a:hover {
	color: #85ac00;
}

.contacts_home_soc {
	margin-top: 20rem;
}

.contacts_home_soc_a {
	display: block;
	width: 40rem;
	height: 40rem;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}

.contacts_home_soc_a img {
	width: 20rem;
}

.contacts_home_soc_a:hover {
	background: #85ac00;
}

/* 13. Footer Bottom */
.footer_home {
	background: #464646;
	padding: 60rem 0 0;
	color: #fff;
}

.footer_home_top {
	display: grid;
	grid-template-columns: 320rem 320rem 1fr;
	gap: 20rem;
	margin-bottom: 40rem;
}

.footer_home_col_1 {
	display: flex;
	flex-direction: column;
	gap: 20rem;
}

.footer_home_socials {
	background: #515151;
	border-radius: 20rem;
	padding: 25rem 30rem;
	justify-content: space-between;
	align-items: center;
}

.footer_home_soc_text {
	font: 500 18rem/1.2 "Onest", sans-serif;
	color: #85ac00;
}

.footer_home_soc_links {
	gap: 10rem;
}

.footer_home_soc_links a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40rem;
	height: 40rem;
	background: #85ac00;
	border-radius: 50%;
	transition: opacity 0.3s;
}

.footer_home_soc_links a:hover {
	opacity: 0.8;
}

.footer_home_soc_links a img {
	width: 20rem;
}

.footer_home_office {
	background: #515151;
	border-radius: 20rem;
	padding: 30rem;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.footer_home_col_2 {
	background: #515151;
	border-radius: 20rem;
	padding: 30rem;
	display: flex;
	flex-direction: column;
}

.footer_home_col_title {
	font: 600 18rem "Onest", sans-serif;
	color: #85ac00;
	margin-bottom: 25rem;
}

.footer_home_o_item {
	margin-bottom: 20rem;
}

.footer_home_o_item:last-child {
	margin-bottom: 0;
}

.footer_home_o_item span {
	display: block;
	font: 12rem "Onest", sans-serif;
	color: #8fa0a3;
	margin-bottom: 8rem;
}

.footer_home_o_item p,
.footer_home_o_item a {
	font: 14rem/1.4 "Onest", sans-serif;
	color: #d8e2e4;
	text-decoration: none;
	margin: 0;
}

.footer_home_nav {
	display: flex;
	flex-direction: column;
	gap: 15rem;
}

.footer_home_nav a {
	font: 14rem "Onest", sans-serif;
	color: #d8e2e4;
	text-decoration: none;
	transition: color 0.3s;
}

.footer_home_nav a:hover {
	color: #85ac00;
}

.footer_home_nav a.nav_green {
	color: #85ac00;
}

.footer_home_nav a.nav_avia {
	display: inline-flex;
	align-items: center;
	gap: 10rem;
	background: #85ac00;
	color: #fff;
	padding: 8rem 20rem;
	border-radius: 30rem;
	width: max-content;
	margin-top: 10rem;
}

.footer_home_nav a.nav_avia img {
	width: 20rem;
}

.footer_home_col_3 {
	position: relative;
	min-height: 100%;
}

.footer_map_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20rem;
	object-fit: cover;
}

.footer_home_bot {
	display: grid;
	grid-template-columns: 320rem 1fr;
	gap: 20rem;
	padding: 30rem 0 40rem;
	border-top: 1px dotted rgba(255, 255, 255, 0.2);
}

.footer_home_b_content {
	background: #515151;
	border-radius: 20rem;
	padding: 30rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer_home_b_left {
	display: flex;
	flex-direction: column;
	gap: 15rem;
	align-items: flex-start;
}

.footer_home_docs {
	display: flex;
	flex-direction: column;
	gap: 10rem;
}

.footer_home_docs a {
	font: 14rem "Onest", sans-serif;
	color: #d8e2e4;
	text-decoration: none;
	transition: color 0.3s;
}

.footer_home_docs a:hover {
	color: #85ac00;
}

.footer_home_copy {
	font: 12rem "Onest", sans-serif;
	color: #8fa0a3;
	margin-top: 20rem;
}

.footer_home_b_right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 30rem;
}

.footer_home_phone {
	text-align: right;
}

.footer_home_phone a {
	display: block;
	font: 700 24rem "Onest", sans-serif;
	color: #85ac00;
	text-decoration: none;
	margin-bottom: 5rem;
}

.footer_home_phone span {
	font: 12rem "Onest", sans-serif;
	color: #8fa0a3;
}

.footer_home_dev {
	font: 12rem "Onest", sans-serif;
	color: #8fa0a3;
}

.footer_home_big_text {
	font: 126rem/128rem "Bebas Neue", "Bebas Neue Cyrillic", "Oswald", sans-serif;
	letter-spacing: 1px;
	color: rgba(255, 255, 255, 0.05);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	white-space: nowrap;
	margin-top: 40rem;
	margin-bottom: -40rem;
}

/* ============================ */
/* BLOB BUTTON GOOEY EFFECT     */
/* ============================ */
.blob-btn {
	z-index: 1;
	position: relative;
	background-color: transparent !important;
	outline: none;
	border: none !important;
	cursor: pointer;
	color: var(--blob-text, #85ac00);
	transition:
		color 0.5s,
		box-shadow 0.3s,
		backdrop-filter 0.3s !important;
	overflow: hidden;
	transform: translateZ(0);
	will-change: transform;
}

.blob-btn:hover {
	color: var(--blob-text-hover, #ffffff) !important;
}

.blob-btn>*:not(.blob-btn__inner) {
	position: relative;
	z-index: 10;
	pointer-events: none;
}

.blob-btn__inner {
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--blob-bg, #ffffff);
	border-radius: inherit;
	overflow: hidden;
	transform: translateZ(0);
}

.blob-btn__blobs {
	position: relative;
	display: block;
	height: 100%;
	filter: url("#goo");
	transform: translateZ(0);
}

.blob-btn__blob {
	position: absolute;
	top: 0;
	width: 25%;
	height: 100%;
	background: var(--blob-bg-hover, #85ac00);
	border-radius: 100%;
	transform: translate3d(0, 150%, 0) scale(1.7);
	transition: transform 0.45s;
}

@supports (filter: url("#goo")) {
	.blob-btn__blob {
		transform: translate3d(0, 150%, 0) scale(1.4);
	}
}

.blob-btn__blob:nth-child(1) {
	left: 0%;
	transition-delay: 0s;
}

.blob-btn__blob:nth-child(2) {
	left: 30%;
	transition-delay: 0.08s;
}

.blob-btn__blob:nth-child(3) {
	left: 60%;
	transition-delay: 0.16s;
}

.blob-btn__blob:nth-child(4) {
	left: 90%;
	transition-delay: 0.24s;
}

.blob-btn:hover .blob-btn__blob {
	transform: translateZ(0) scale(1.7);
}

@supports (filter: url("#goo")) {
	.blob-btn:hover .blob-btn__blob {
		transform: translateZ(0) scale(1.4);
	}
}

/* ==================================================
   INNER PAGES (tours.html, etc)
================================================== */
.header_inner {
	height: auto !important;
	min-height: auto !important;
	padding-bottom: 40rem !important;

	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: visible;
}

.header_inner .content_head {
	display: none;
}

.breadcrumbs {
	padding: 40rem 0 25rem 0;
	font: 500 16rem/1.4 "Onest", sans-serif;
	display: flex;
	flex-wrap: wrap;
	gap: 6rem;
	align-items: center;
	position: relative;
	z-index: 10;
	color: #6a7476;
}

.breadcrumbs a,
.breadcrumbs .cur {
	text-decoration: none;
	transition: color 0.2s;
}

.breadcrumbs a {
	color: #6a7476;
}

.breadcrumbs a:hover {
	color: #85ac00;
}

.breadcrumbs .cur {
	color: #515c5e;
	font-weight: 600;
}

.breadcrumbs .sep {
	color: #a0abae;
	margin: 0 4rem;
	font-weight: 400;
}

.style_tours_search_h2 {
	font: 50rem/50rem "Bebas Neue", "Bebas Neue Cyrillic", "Oswald", sans-serif !important;
	text-transform: uppercase;
	margin-bottom: 10rem;
}

.style_tours_search_h2 .h_green {
	color: #85ac00;
}

.search_home_p {
	margin-bottom: 30rem;
}

.regions_page_home {
	padding-top: 50rem;
	padding-bottom: 80rem;
}

.regions_page_home .geo_home_h2 {
	font: 50rem/50rem "Bebas Neue", "Bebas Neue Cyrillic", "Oswald", sans-serif;
	margin-bottom: 20rem;
	color: #505c5f;
	text-transform: uppercase;
	letter-spacing: 1rem;
}

.regions_page_home .geo_home_p {
	margin-bottom: 40rem;
}

/* Badge positioning inside image — absolute relative to .geo_home_item_top */
.regions_page_home .geo_home_item_top {
	position: relative;
	height: 220rem;
}

.regions_page_home .tours_geo_badge {
	position: absolute;
	top: 20rem;
	left: -10rem;
	background: #00bfff;
	color: #fff;
	padding: 5rem 15rem 5rem 20rem;
	border-radius: 5rem 5rem 5rem 0;
	font-size: 13rem;
	font-weight: 600;
	z-index: 5;
}

.regions_page_home .tours_geo_badge::before {
	content: "";
	position: absolute;
	top: 28rem;
	left: 0rem;
	border: 10rem solid transparent;
	border-top: 7rem solid #009bd5;
	border-right: 0px solid transparent;
}

.regions_page_home .geo_home_item {
	height: 100%;
	padding: 10rem;
	overflow: visible;
}

.regions_page_home .geo_home_item_bot {
	min-height: auto;
	padding: 20rem 10rem 15rem;
}

.regions_page_home .geo_home_item_h {
	font-size: 26rem;
	margin-bottom: 10rem;
	font-family: "Bebas Neue", "Bebas Neue Cyrillic", "Oswald", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1rem;
	color: #505c5f;
}

.regions_page_home .geo_home_item_p {
	margin-bottom: 15rem;
	flex: 1;
}

.regions_page_home .geo_home_item_head {
	padding-bottom: 0;
	display: block;
}

/* Full-width green button for tours page */
.regions_page_home .geo_home_item_btn {
	display: block;
	width: 100%;
	background: #85ac00;
	color: #fff;
	text-align: center;
	padding: 14rem 20rem;
	border-radius: 10rem;
	font-weight: 600;
	font-size: 15rem;
	text-decoration: none;
	transition: background 0.3s, transform 0.2s;
}

.regions_page_home .geo_home_item_btn:hover {
	background: #6c8f00;
	transform: translateY(-2rem);
}

/* ==================================================
   TOURS REGION PAGE
================================================== */
.region_page_header {
	background: #f8fbfa;
	padding: 40rem 0;
	margin-bottom: 20rem;
}

.region_h1 {
	font: 64rem "Bebas Neue", "Bebas Neue Cyrillic", "Oswald", sans-serif;
	color: #85ac00;
	margin-bottom: 10rem;
	letter-spacing: 1rem;
	text-transform: uppercase;
}

.region_desc {
	font: 400 16rem/1.5 "Onest", sans-serif;
	color: #515c5e;
}

.region_tours {
	padding-bottom: 100rem;
}

.region_sort {
	align-items: center;
	gap: 15rem;
	margin-bottom: 30rem;
	justify-content: flex-start;
}

.sort_label {
	font: 400 14rem "Onest", sans-serif;
	color: #8d9597;
}

.sort_links {
	display: flex;
	gap: 10rem;
}

.sort_links a {
	padding: 6rem 12rem;
	font: 500 13rem "Onest", sans-serif;
	color: #515c5e;
	text-decoration: none;
	border-radius: 100rem;
	background: #fff;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
	transition: all 0.3s;
}

.sort_links a.active {
	color: #85ac00;
}

.region_tours_list {
	display: flex;
	flex-direction: column;
	gap: 20rem;
}

.r_tour_card {
	position: relative;
	background: #fff;
	border-radius: 15rem;
	padding: 0 10rem;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
	gap: 30rem;
	transition: transform 0.1s ease-in, box-shadow 0.1s ease-in;
}

.r_tour_card:hover {
	transform: scale(1.01);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.13);
}

.r_tour_left {
	position: relative;
	width: 350rem;
	height: 350rem;
	flex-shrink: 0;
	border-radius: 10rem;
	margin: 10rem 0;
}

.r_tour_left::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 130rem;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
	border-radius: 0 0 10rem 10rem;
	z-index: 1;
	pointer-events: none;
}

.r_tour_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10rem;
}

.r_tour_badge {
	position: absolute;
	top: 25rem;
	left: -18rem;
	background: #00abf0;
	color: #fff;
	font: 500 13rem "Onest", sans-serif;
	padding: 5rem 15rem 5rem 10rem;
	border-radius: 0 5rem 5rem 0;
	gap: 8rem;
	align-items: center;
	z-index: 2;
}

.r_tour_badge::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	border-top: 8rem solid #0089c2;
	border-left: 8rem solid transparent;
}

.r_tour_badge img {
	width: 14rem;
}

.r_tour_loc {
	position: absolute;
	bottom: 15rem;
	left: 15rem;
	color: #fff;
	font: 500 13rem/1.3 "Onest", sans-serif;
	z-index: 2;
}

.r_tour_right {
	flex: 1;
	gap: 30rem;
}

.r_tour_info {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.r_tour_h3 {
	font: 32rem "Bebas Neue", "Bebas Neue Cyrillic", "Oswald", sans-serif;
	color: #2b3031;
	margin-bottom: 10rem;
}

.r_tour_h3_link {
	text-decoration: none;
	color: inherit;
}

.r_tour_h3_link:hover .r_tour_h3 {
	color: #85ac00;
}

.r_tour_left a {
	display: block;
	height: 100%;
}

.r_tour_left a:hover .r_tour_img {
	opacity: 0.85;
}

.r_tour_level {
	margin-bottom: 0;
}

.r_tour_level .level_text {
	color: #85ac00;
	font-weight: 500;
	font-size: 13rem;
}

.r_tour_p {
	font: 400 14rem/1.5 "Onest", sans-serif;
	color: #515c5e;
	margin-bottom: 20rem;
}

.r_tour_tags {
	gap: 15rem;
	flex-wrap: wrap;
	margin-bottom: 25rem;
	align-items: center;
	justify-content: flex-start;
}

.pin_icon {
	width: 20rem;
	margin-right: -5rem;
}

.r_tour_tags a {
	font: 400 13rem "Onest", sans-serif;
	color: #8fa0a3;
	text-decoration: underline;
	text-decoration-color: #d1dbdd;
	text-underline-offset: 4rem;
	transition: 0.3s;
}

.r_tour_tags a:hover {
	color: #85ac00;
	text-decoration-color: currentColor;
}

.r_tour_hotels_wrap {
	margin-top: auto;
}

.r_tour_hotels_title {
	font: 500 14rem "Onest", sans-serif;
	color: #85ac00;
	margin-bottom: 10rem;
}

.r_tour_hotels {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 5rem 15rem;
	font: 400 13rem "Onest", sans-serif;
	color: #8fa0a3;
}

.r_tour_hotels span {
	width: auto;
}

.r_tour_hotels span:first-child {
	color: #2b3031;
	font-weight: 500;
}

.r_tour_buy {
	width: 360rem;
	flex-shrink: 0;
	border-left: 2px dashed #d1dbdd;
	padding: 0 30rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin: -20rem 0;
	padding-top: 10rem;
	padding-bottom: 10rem;
}

.r_tour_price_box {
	margin-bottom: 20rem;
	width: 100%;
}

.r_tour_price {
	font: 400 14rem "Onest", sans-serif;
	color: #515c5e;
}

.r_tour_price span {
	font: 600 32rem "Onest", sans-serif;
	color: #85ac00;
}

.r_tour_price_sub {
	font: 400 11rem/1.3 "Onest", sans-serif;
	color: #8fa0a3;
	margin-top: 5rem;
}

.r_tour_duration {
	gap: 15rem;
	font: 400 14rem "Onest", sans-serif;
	color: #515c5e;
	margin-bottom: 20rem;
	justify-content: center;
	width: 100%;
}

.r_tour_duration div {
	display: flex;
	align-items: center;
	gap: 8rem;
}

.r_tour_duration img {
	width: 18rem;
}

.r_tour_date_title {
	font: 400 12rem "Onest", sans-serif;
	color: #8fa0a3;
	margin-bottom: 5rem;
}

.r_tour_date_select {
	margin-top: 10rem;
	width: 100%;
}

.date_sel_inner {
	border: 1px solid #c2ccce;
	padding: 12rem 20rem;
	border-radius: 100rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font: 500 16rem/14rem "Onest", sans-serif;
	color: #515c5e;
	box-sizing: border-box;
	cursor: pointer;
	width: 200rem;
	margin-bottom: 10rem;
}

.date_sel_text {
	align-items: center;
	gap: 10rem;
}

.date_sel_inner img {
	width: 20rem;
	display: block;
}

.date_sel_inner .arr_down {
	width: 15rem;
	opacity: 1;
	transition: transform 0.3s;
}

.r_tour_date_select.open .arr_down {
	transform: rotate(180deg);
}

/* Dropdown для выбора даты */
.r_tour_date_select {
	position: relative;
}

.date_dropdown {
	display: none;
	position: absolute;
	top: calc(100% - 5rem);
	left: 0;
	right: 0;
	background: #fff;
	border: 1px solid #e0e4e5;
	border-radius: 12rem;
	max-height: 220rem;
	overflow-y: auto;
	overscroll-behavior: contain;
	z-index: 100;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
	padding: 5rem 0;
}

.r_tour_date_select.open .date_dropdown {
	display: block;
	animation: dateDropdownIn 0.2s ease;
}

@keyframes dateDropdownIn {
	from {
		opacity: 0;
		transform: translateY(-8rem);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.date_dropdown_item {
	padding: 10rem 18rem;
	cursor: pointer;
	font: 400 14rem "Onest", sans-serif;
	color: #515c5e;
	transition: background 0.15s, color 0.15s;
	white-space: nowrap;
}

.date_dropdown_item:hover {
	background: #f0f4e5;
	color: #85ac00;
}

.date_dropdown_item.selected {
	background: #85ac00;
	color: #fff;
	font-weight: 500;
}

/* Скроллбар для dropdown */
.date_dropdown::-webkit-scrollbar {
	width: 5rem;
}

.date_dropdown::-webkit-scrollbar-track {
	background: transparent;
}

.date_dropdown::-webkit-scrollbar-thumb {
	background: #c2ccce;
	border-radius: 3rem;
}

.date_dropdown::-webkit-scrollbar-thumb:hover {
	background: #85ac00;
}

.r_tour_more {
	display: flex;
	align-items: center;
	gap: 10rem;
	color: #23abdd;
	font-size: 16rem;
	line-height: 1;
	font-weight: 500;
}

.r_tour_more img {
	width: 24rem;
}

.region_bottom_white_bg {
	background: #fff;
}

.region_bottom_white_bg .faq_home {
	background: #fff;
}

.region_bottom_white_bg .pop_home {
	background: #EFEFEF;
	border-radius: 30rem 30rem 0 0;
	padding-bottom: 40rem;
}

.region_bottom_white_bg .questions_home {
	background: #EFEFEF;
	padding-top: 0;
}

.r_tour_book {
	text-align: center;
	padding: 18rem 40rem;
	margin-bottom: 15rem;
	display: block;
	width: 200rem;
	font-weight: 500;
}

.r_tour_more {
	margin-top: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12rem;
	font: 500 16rem/1 "Onest", sans-serif;
	color: #23abdd;
	text-decoration: none;
	width: 100%;
	padding-top: 5rem;
}

.r_tour_more img {
	width: 26rem;
	transition: transform 0.3s;
	display: block;
}

.r_tour_more:hover img {
	transform: translateX(5rem);
}

/* Oture Page */
.o_banner {
	position: relative;
	border-radius: 20rem;
	overflow: hidden;
	height: 480rem;
	margin-bottom: 30rem;
}

.o_banner_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.o_banner_video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 2;
}

.o_banner_overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 60%);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	padding: 40rem;
	z-index: 2;
}

.o_banner_badge {
	color: #fff;
	padding: 0;
	font-weight: 500;
	font-size: 16rem;
	gap: 6rem;
	margin-bottom: 20rem;
	display: flex;
	align-items: center;
}

.o_banner_badge svg {
	width: 20rem;
	height: 20rem;
}

.o_banner_h1 {
	font: 60rem/65rem "Bebas Neue", "Bebas Neue Cyrillic", "Oswald", sans-serif;
	color: #fff;
	margin-bottom: 25rem;
	text-transform: uppercase;
}

.o_banner_btns {
	gap: 15rem;
}

.o_banner_btn_info {
	background: #23ABDD;
	border-radius: 8rem;
	color: #fff;
	padding: 8rem 18rem;
	font-weight: 500;
	font-size: 16rem;
	gap: 10rem;
	display: flex;
	align-items: center;
}

.o_banner_btn_info svg,
.o_banner_btn_info img {
	width: 20rem;
	height: 20rem;
}

.o_left {
	width: 830rem;
}

.o_content_split_flex {
	display: flex;
	gap: 60rem;
}

.o_content_split {
	width: 1300rem;
}

.o_right {
	width: 410rem;
	position: sticky;
	/* fallback for when js has not run yet or for short displays */
	top: 30rem;
	/* calculates offset such that sidebar bottoms-out at 30rem above viewport bottom */
	top: calc(min(30rem, 100vh - var(--sidebar-height, 0px) - 30rem));
	display: flex;
	flex-direction: column;
	gap: 20rem;
	/* align-self ensures it uses intrinsic height rather than stretching to parent height */
	align-self: flex-start;
}

.o_right_overlap {
	margin-top: -140rem;
	z-index: 10;
	margin-bottom: 60rem;
}

.o_info_top {
	justify-content: space-between;
	align-items: center;
	gap: 30rem;
	margin-bottom: 30rem;
	padding: 20rem 0;
	border-bottom: 1px solid #e8e8e8;
}

.o_info_item_dates {
	gap: 20rem;
}

.o_info_item_dates_img {
	display: flex;
	align-items: center;
	gap: 8rem;
}

.o_info_item_dates img {
	width: 22rem;
}

.o_group {
	display: flex;
	align-items: center;
	gap: 6rem;
	font: 500 16rem "Onest", sans-serif;
}

.o_comfort {
	gap: 10rem;
	font-weight: 500;
	color: #85ac00;
	font-size: 16rem;
	display: flex;
	align-items: center;
}

.o_comfort .stars {
	display: flex;
	gap: 5rem;
}

.o_age {
	font-weight: 500;
	color: #85ac00;
	font-size: 16rem;
}

.o_desc {
	font-size: 16rem;
	line-height: 24rem;
	color: #333;
	margin-bottom: 30rem;
}

.o_gallery {
	gap: 15rem;
	margin-bottom: 30rem;
	display: grid;
	grid-template-columns: 1fr;
	width: 100%;
	line-height: 0;
}

.o_gallery_row1 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15rem;
}

.o_gallery_row2 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15rem;
}

.o_gallery a[data-fancybox] {
	position: relative;
	display: block;
	border-radius: 15rem;
	overflow: hidden;
	cursor: pointer;
}

.o_gallery a[data-fancybox]::after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3Cline x1='11' y1='8' x2='11' y2='14'/%3E%3Cline x1='8' y1='11' x2='14' y2='11'/%3E%3C/svg%3E") center center no-repeat;
	transition: background-color 0.3s ease;
	z-index: 1;
	border-radius: 15rem;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.o_gallery a[data-fancybox]:hover::after {
	background-color: rgba(0, 0, 0, 0.3);
	opacity: 1;
}

.o_gallery img {
	width: 100%;
	height: 205rem;
	object-fit: cover;
	border-radius: 15rem;
}

.o_gallery_more {
	position: relative;
	border-radius: 15rem;
	overflow: hidden;
}

.o_gallery_more_wrap {
	position: relative;
	overflow: hidden;
}

.o_gallery_more_overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 20rem;
	font-weight: 600;
}

.o_h2 {
	font: 30rem/40rem "Onest", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 20rem;
}

.o_prog {
	background: #f0f0f0;
	padding: 40rem 0;
	border-radius: 20rem;
	margin-bottom: 20rem;
	width: 100%;
}

.o_prog_head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30rem;
}

.o_prog_head .o_h2 {
	font: 56rem/60rem "Bebas Neue", "Bebas Neue Cyrillic", "Oswald", sans-serif;
	margin-bottom: 0;
	letter-spacing: 1px;
}

.prog_expand_all {
	color: #85ac00;
	font-weight: 500;
	font-size: 18rem;
	text-decoration: none;
	transition: 0.2s;
}

.prog_expand_all:hover {
	color: #6a8a00;
}

.o_prog_list {
	display: flex;
	flex-direction: column;
	gap: 10rem;
}

.o_prog_item {
	background: #fff;
	border-radius: 12rem;
	border: none;
	overflow: hidden;
}

.o_prog_item_head {
	padding: 10rem 20rem 10rem 10rem;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 25rem;
	transition: background 0.2s;
}

.o_prog_item_head:hover {
	background: #fdfdfd;
}

.prog_day_new {
	background: #e8e8e8;
	color: #515c5e;
	font-family: "Bebas Neue", "Bebas Neue Cyrillic", "Oswald", sans-serif;
	font-size: 20rem;
	padding: 15rem 20rem;
	border-radius: 8rem;
	text-align: center;
}

.prog_name_new {
	font-weight: 500;
	font-size: 18rem;
	color: #4d5658;
	flex: 1;
}

.prog_plus_new {
	width: 28rem;
	height: 28rem;
	border-radius: 50%;
	background: #8aa900;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: transform 0.3s;
}

.prog_plus_new svg {
	width: 14rem;
	height: 14rem;
	stroke-width: 3;
}

.o_prog_item.active .prog_plus_new {
	transform: rotate(45deg);
}

.o_prog_item_body {
	padding: 0 25rem 0 130rem;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1), padding 0.45s ease;
	font-size: 16rem;
	line-height: 24rem;
	color: #666;
}

.o_prog_item.active .o_prog_item_body {
	max-height: 1500rem;
	padding: 10rem 25rem 25rem 130rem;
}

.o_prog_event {
	padding: 8rem 0;
	border-bottom: 1px solid #e8e8e8;
	line-height: 1.6;
}

.o_prog_event:last-child {
	border-bottom: none;
}

.o_prog_event strong {
	color: #85ac00;
	font-weight: 600;
	white-space: nowrap;
}

.prog_actions_new {
	margin-top: 10rem;
}

.btn_prog_download {
	background: #8aa900;
	border-radius: 12rem;
	padding: 20rem 30rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	color: #fff;
	transition: 0.2s;
}

.btn_prog_download:hover {
	background: #739400;
}

.btn_prog_download>span {
	font-size: 20rem;
	font-weight: 500;
}

.btn_prog_download .flex_3 {
	display: flex;
	align-items: center;
	gap: 15rem;
}

.download_text {
	font-size: 16rem;
	font-weight: 500;
}

.white_plus {
	background: #fff;
	color: #8aa900;
}

.btn_o_green {
	background: #85ac00;
	color: #fff;
	padding: 18rem 35rem;
	border-radius: 100rem;
	text-decoration: none;
	font-weight: 600;
	font-size: 16rem;
	transition: 0.2s;
}

.btn_o_green:hover {
	background: #739400;
}

.btn_o_clear {
	background: transparent;
	color: #85ac00;
	border: 1px solid #85ac00;
	padding: 18rem 35rem;
	border-radius: 100rem;
	text-decoration: none;
	font-weight: 600;
	font-size: 16rem;
	transition: 0.2s;
	display: flex;
	align-items: center;
	gap: 10rem;
}

.btn_o_clear:hover {
	background: #f9f9f9;
}

.o_sights {
	background: #f0f0f0;
	border-radius: 20rem;
	width: 100%;
}

.o_sights .o_h2,
.o_living .o_h2 {
	font: 50rem / 55rem "Bebas Neue", "Bebas Neue Cyrillic", "Oswald", sans-serif;
	letter-spacing: 1px;
	color: #4d5658;
}

.o_sights_grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10rem;
	margin-top: 30rem;
}

.sight_item {
	border-radius: 20rem;
	padding: 10rem;
	background: #fff;
	text-align: left;
}

.sight_item_desc {
	padding: 15rem 5rem 5rem 5rem;
}

.sight_item img {
	width: 100%;
	height: 125rem;
	object-fit: cover;
	border-radius: 12rem;
}

.sight_item h3 {
	font: 600 16rem/16rem "Onest", sans-serif;
	margin-bottom: 10rem;
	color: #4d5658;
}

.sight_item p {
	font: 13rem / 17rem "Onest", sans-serif;
	color: #929292;
}

.o_living {
	background: #f0f0f0;
	padding: 60rem 0rem;
	border-radius: 20rem;
	width: 100%;
}

.o_living_subtitle {
	font: 600 13rem / 17rem "Onest", sans-serif;
	color: #6a7476;
	margin-bottom: 15rem;
}

.o_living_p {
	font: 600 13rem / 17rem "Onest", sans-serif;
	color: #6a7476;
	margin-bottom: 15rem;
}

.o_living_ul {
	list-style: none;
	padding: 0;
	margin: 0 0 30rem 0;
}

.o_living_ul li {
	position: relative;
	padding-left: 15rem;
	margin-bottom: 5rem;
	font: 600 13rem / 17rem "Onest", sans-serif;
	color: #6a7476;
}

.o_living_ul li::before {
	content: "•";
	position: absolute;
	left: 0;
	top: 0;
	color: #6a7476;
}

.o_living_list {
	display: flex;
	flex-direction: column;
	gap: 10rem;
}

.living_item {
	padding: 10rem;
	border-radius: 12rem;
	justify-content: flex-start;
	align-items: center;
	gap: 20rem;
	text-decoration: none;
	color: #4d5658;
	display: flex;
	cursor: pointer;
}

.living_icon_wrap {
	width: 60rem;
	height: 60rem;
	background: #f0f0f0;
	border-radius: 10rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.living_icon_wrap img {
	width: 32rem;
	height: 32rem;
}

.living_item span {
	flex: 1;
	font: 500 20rem "Onest", sans-serif;
}

.living_plus {
  width: 28rem;
  height: 28rem;
  border-radius: 50%;
  background: #8aa900;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}

.living_plus svg {
  width: 14rem;
  height: 14rem;
  stroke-width: 3;
  transition: transform 0.3s ease;
}

.living_item_wrap {
	background: #fff;
	border-radius: 12rem;
	overflow: hidden;
	transition: box-shadow 0.3s ease;
}

.living_item_wrap:hover {
	box-shadow: 0 5rem 15rem rgba(0, 0, 0, 0.05);
}

.living_item_wrap.active .living_plus svg {
	transform: rotate(45deg);
}

.living_item_body {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), padding 0.5s ease;
	padding: 0 20rem;
}

.living_item_wrap.active .living_item_body {
	max-height: 800rem;
	padding: 0 20rem 20rem;
}

.living_item_desc {
	font-size: 16rem;
	line-height: 24rem;
	color: #666;
	margin-bottom: 15rem;
}

.living_item_desc b,
.living_item_desc strong {
	font-weight: 600;
}

.living_item_gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8rem;
}

.living_gallery_thumb {
	display: block;
	border-radius: 8rem;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	cursor: pointer;
	position: relative;
	text-decoration: none;
}

.living_gallery_thumb::after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3Cline x1='11' y1='8' x2='11' y2='14'/%3E%3Cline x1='8' y1='11' x2='14' y2='11'/%3E%3C/svg%3E") center center no-repeat;
	z-index: 2;
	border-radius: 8rem;
	opacity: 0;
	transition: opacity 0.3s ease, background-color 0.3s ease;
}

.living_gallery_thumb:hover::after {
	background-color: rgba(0, 0, 0, 0.3);
	opacity: 1;
}

.living_item_gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.living_gallery_thumb:hover img {
	transform: scale(1.05);
}

.living_gallery_thumb.has_more {
	position: relative;
}

.living_gallery_overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font: 600 16rem "Onest", sans-serif;
	cursor: pointer;
	border-radius: 8rem;
	z-index: 3;
}

.o_arrival {
	width: 100%;
	margin-bottom: 50rem;
	padding-bottom: 50rem;
	border-bottom: 1px solid #ddd;
}

.o_arrival .o_h2 {
	font: 50rem / 55rem "Bebas Neue", "Bebas Neue Cyrillic", "Oswald", sans-serif;
	color: #505C5F;
}

.o_arrival_list {
	display: flex;
	flex-direction: column;
	gap: 40rem;
	padding-top: 30rem;
}

.arr_row {
	display: flex;
	flex-direction: column;
}

.arr_title {
	font: 600 24rem "Onest", sans-serif;
	color: #4d5658;
	margin-bottom: 25rem;
}

.arr_top {
	display: flex;
	align-items: center;
	margin-bottom: 15rem;
}

.arr_t_item {
	display: flex;
	align-items: center;
	gap: 15rem;
	font: 600 16rem/20rem "Onest", sans-serif;
	color: #85ac00;
}

.arr_t_item img {
	height: 24rem;
}

.arr_t_left {
	min-width: max-content;
	width: 140rem;
}

.arr_t_right {
	min-width: max-content;
	width: 320rem;
}

.arr_t_line {
	flex: 1;
	height: 2px;
	background: #85ac00;
	margin: 0 20rem;
	position: relative;
}

.arr_t_line .arr_line {
	width: 100%;
	height: 100%;
	position: absolute;
}

.arr_t_line::before,
.arr_t_line::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background: #85ac00;
	border-radius: 50%;
	top: -3px;
}

.arr_t_line::before {
	left: 0;
}

.arr_t_line::after {
	right: 0;
}

.arr_bot {
	display: flex;
}

.arr_b_item {
	display: flex;
	flex-direction: column;
}

.arr_b_left {
	flex: 1;
}

.arr_b_right {
	width: 320rem;
}

.arr_val {
	font: 500 16rem / 22rem "Onest", sans-serif;
	color: #4d5658;
	margin-bottom: 6rem;
}

/* Hide mobile-only elements on desktop */
.arr_time_mobile { display: none; }
.arr_mobile { display: none; }
.arr_desktop { display: block; }
.arr_sub {
	font: 13rem / 18rem "Onest", sans-serif;
	color: #929292;
}

.o_prices_block {
	background: #fff;
	padding: 70rem 0;
}

.o_prices {
	margin-bottom: 50rem;
}

.o_prices .o_h2 {
	font: 50rem / 55rem "Bebas Neue", "Bebas Neue Cyrillic", "Oswald", sans-serif;
	color: #505C5F;
}

.o_prices_desc {
	font: 16rem / 24rem "Onest", sans-serif;
	color: #4d5658;
	margin-bottom: 30rem;
}

.o_prices_table_wrap {
	position: relative;
	border-radius: 7rem;
	background: #fff;
	transition: padding-bottom 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.o_prices_table_wrap.expanded {
	padding-bottom: 80rem;
}

.o_prices_overflow {
	max-height: 520rem;
	overflow: hidden;
	transition: max-height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
	border-radius: 12rem;
}

.o_prices_table_wrap.expanded .o_prices_overflow {
	max-height: none;
}

.o_prices_table_wrap.expanded .o_prices_fade {
	background: transparent;
	height: 80rem;
}

.o_prices_overflow::-webkit-scrollbar {
	width: 0;
	/* completely hide scrollbar in case of layout shifts */
}

.o_prices_t {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	min-width: 800rem;
}

.o_prices_t th,
.o_prices_t td {
	padding: 15rem 20rem;
	font: 500 14rem / 20rem "Onest", sans-serif;
	color: #6a7476;
	background: #f0f0f0;
	border: 2px solid #fff;
	vertical-align: middle;
}

.o_prices_t th {
	font-weight: 600;
	color: #4d5658;
}

.t_hotel_name {
	font-weight: 700 !important;
	color: #000 !important;
}

.o_prices_fade {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 180rem;
	background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.7) 30%, rgba(255, 255, 255, 0) 100%);
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 20rem;
	transition: opacity 0.4s;
	border-bottom-left-radius: 12rem;
	border-bottom-right-radius: 12rem;
}

.btn_show_prices {
	background: #f0f0f0;
	border: 1px solid #ccc;
	border-radius: 30rem;
	padding: 12rem 30rem;
	font: 500 15rem "Onest", sans-serif;
	color: #6a7476;
	cursor: pointer;
	transition: 0.3s;
}

.btn_show_prices:hover {
	background: #e4e4e4;
}

.o_buy_card {
	background: #fff;
	padding: 50rem;
	border-radius: 20rem;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
	margin-bottom: 20rem;
	width: 100%;
}

.o_buy_price_box {
	text-align: center;
	padding-bottom: 25rem;
}

.o_buy_price {
	font-size: 20rem;
	font-weight: 500;
	color: #888;
	line-height: 1;
	margin-bottom: 15rem;
}

.o_buy_price_green {
	font-size: 42rem;
	color: #8aa900;
	font-weight: 700;
	margin: 0 5rem;
}

.o_buy_sub {
	font: 500 12rem / 16rem "Onest", sans-serif;
	color: #929292;
}

.r_tour_date {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.r_tour_date_title {
	color: #4D5658;
	font: 500 12rem / 16rem "Onest", sans-serif;
	margin-bottom: 10rem;
	text-align: center;
}

.date_sel_inner {
	border: 1px solid #C4C4C4;
	border-radius: 30rem;
	padding: 12rem 20rem;
	gap: 15rem !important;
	font: 500 14rem "Onest", sans-serif;
	color: #4D5658;
	margin-bottom: 15rem;
	width: 100%;
	display: flex;
	justify-content: center;
}

.date_sel_inner img {
	height: 18rem;
}

.btn_o_green_solid {
	background: #8aa900;
	border: 0;
	color: #fff;
	padding: 18rem 35rem;
	border-radius: 30rem;
	text-decoration: none;
	font-weight: 500;
	font-size: 16rem;
	transition: background 0.2s;
	width: 100%;
	text-align: center;
	display: block;
	margin-bottom: 20rem;
}

.btn_o_green_solid:hover {
	background: #799400;
}

.o_buy_features {
	background: #f0f0f0;
	border-radius: 15rem;
	padding: 25rem 20rem;
	margin-bottom: 25rem;
	display: flex;
	flex-direction: column;
	gap: 20rem;
}

.o_bf_item {
	display: flex;
	align-items: center;
	gap: 15rem;
}

.o_bf_icon {
	width: 32rem;
	height: 32rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.o_bf_icon img {
	width: 100%;
	height: 100%;
}

.o_bf_text {
	font: 500 12rem / 16rem "Onest", sans-serif;
	color: #4D5658;
}

.o_buy_text {
	font: 500 12rem / 16rem "Onest", sans-serif;
	color: #4D5658;
	margin-bottom: 20rem;
	display: block;
}

.o_buy_age_box {
	font: 500 16rem / 22rem "Onest", sans-serif;
	background: linear-gradient(130.28deg, #D9F281 -37.33%, #85AC00 80.49%);
	color: #fff;
	font-weight: 600;
	font-size: 14rem;
	padding: 30rem 45rem;
	border-radius: 15rem;
	text-align: center;
	line-height: 20rem;
	margin-bottom: 30rem;
}

.o_buy_living_box {
	margin-top: 10rem;
}

.o_bl_title {
	font-weight: 500;
	color: #8aa900;
	font-size: 14rem;
	margin-bottom: 15rem;
}

.o_bl_item {
	background: #f0f0f0;
	padding: 10rem 20rem;
	border-radius: 100rem;
	font: 500 12rem / 16rem "Onest", sans-serif;
	color: #4D5658;
	display: block;
	text-align: center;
	margin-bottom: 10rem;
}

.buy_sights {
	margin-top: 30rem;
}

.buy_sight_item {
	background: #f0f0f0;
	padding: 10rem 20rem;
	border-radius: 100rem;
	font: 500 12rem / 16rem "Onest", sans-serif;
	color: #4D5658;
	display: block;
	text-align: center;
	margin-bottom: 10rem;
}

.buy_timeline {
	margin-top: 30rem;
}

.b_tl_item {
	margin-bottom: 20rem;
}

.b_tl_top {
	display: flex;
	align-items: center;
	gap: 15rem;
	font: 600 12rem "Onest", sans-serif;
	color: #85ac00;
	margin-bottom: 10rem;
}

.b_tl_top img {
	height: 22rem;
}

.b_tl_bot {
	display: flex;
	align-items: flex-start;
	gap: 15rem;
	justify-content: space-between;
}

.b_tl_time {
	font: 600 16rem "Onest", sans-serif;
	color: #4D5658;
	max-width: 160rem;
}

.b_tl_desc {
	font: 500 12rem / 16rem "Onest", sans-serif;
	color: #4D5658;
}

.o_sidebar_banner {
	border-radius: 20rem;
	overflow: hidden;
	position: relative;
	color: #fff;
	background: #333;
}

.o_sidebar_banner img {
	width: 100%;
	height: 200rem;
	object-fit: cover;
	opacity: 0.8;
}

.o_sidebar_banner_overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
	padding: 25rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.o_sidebar_banner p {
	font-size: 18rem;
	font-weight: 600;
	margin-bottom: 15rem;
	line-height: 24rem;
}

.o_sidebar_banner a {
	font-size: 15rem;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	padding: 10rem 20rem;
	border-radius: 100rem;
	display: inline-block;
	width: fit-content;
	transition: 0.2s;
}

.o_sidebar_banner a:hover {
	background: #fff;
	color: #333;
}

.o_sidebar_contact {
	background: #85ac00;
	border-radius: 20rem;
	padding: 35rem;
	color: #fff;
}

.o_sidebar_contact p {
	font-size: 15rem;
	line-height: 22rem;
	margin-bottom: 25rem;
}

.o_sidebar_contact .phone {
	font-size: 26rem;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	display: block;
	margin-bottom: 25rem;
	line-height: 1;
}

.o_sidebar_soc {
	display: flex;
	gap: 10rem;
}

.o_sidebar_soc a {
	background: rgba(255, 255, 255, 0.2);
	width: 50rem;
	height: 50rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.2s;
}

.o_sidebar_soc a:hover {
	background: rgba(255, 255, 255, 0.4);
	transform: translateY(-3rem);
}

.o_sidebar_soc img {
	width: 20rem;
}

/* Onas page */
.about_hero {
	padding-top: 30rem;
	padding-bottom: 50rem;
}

.about_hero_banner {
	position: relative;
	border-radius: 20rem;
	overflow: hidden;
	padding: 50rem;
	min-height: 480rem;
	display: flex;
	align-items: flex-end;
}

.about_hero_banner_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.about_hero_banner_content {
	position: relative;
	z-index: 2;
	color: #fff;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.about_hero_h1 {
	font: 80rem/80rem "Bebas Neue", "Bebas Neue Cyrillic", "Oswald", sans-serif;
	letter-spacing: 1px;
}

.about_hero_badge {
	background: rgba(255, 255, 255, 0.4);
	padding: 12rem 25rem;
	border-radius: 100rem;
	backdrop-filter: blur(10px);
	display: flex;
	align-items: center;
	gap: 15rem;
}

.about_hero_badge img {
	width: 32rem;
	height: 32rem;
}

.about_hero_badge p {
	font: 500 13rem/16rem "Onest", sans-serif;
	color: #fff;
	text-align: left;
}

.about_expert {
	padding: 80rem 0;
	background: #f4f5f6;
}

.about_expert_h2 {
	font: 50rem/55rem "Bebas Neue", "Bebas Neue Cyrillic", "Oswald", sans-serif;
	color: #4D5658;
	margin-bottom: 15rem;
}

.about_expert_p {
	font: 400 16rem/24rem "Onest", sans-serif;
	color: #4D5658;
	margin-bottom: 40rem;
}

.about_expert_grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1.5fr 1.5fr;
	gap: 15rem;
	align-items: stretch;
	max-width: 100%;
	margin: 0;
}

.about_exp_card {
	background: #fff;
	border: none;
	border-radius: 15rem;
	padding: 30rem 20rem;
	box-shadow: 0 4rem 20rem rgba(0, 0, 0, 0.05);
	height: 100%;
	justify-content: space-between;
	align-items: center;
}

.about_exp_val {
	font: 50rem/50rem "Bebas Neue", "Bebas Neue Cyrillic", "Oswald", sans-serif;
	color: #4D5658;
	margin-bottom: 12rem;
	text-align: center;
}

.about_exp_lic {
	background: #F1F5F6;
	width: 100%;
	padding: 12rem 0;
	border-radius: 10rem;
	font: 600 14rem/14rem "Onest", sans-serif;
	color: #4D5658;
	text-align: center;
	margin-top: auto;
}

.about_exp_text {
	font: 500 15rem/20rem "Onest", sans-serif;
	color: #4D5658;
	text-align: center;
	margin-bottom: 25rem;
}

.about_exp_link {
	background: #fff;
	border: 1px solid #E4E4E4;
	border-radius: 100rem;
	padding: 15rem 30rem;
	font: 500 15rem/18rem "Onest", sans-serif;
	color: #4D5658;
	text-decoration: none;
	text-align: center;
	transition: 0.3s;
	display: inline-block;
	width: max-content;
}

.about_exp_link:hover {
	background: #F0F0F0;
}

.about_exp_link_green {
	font: 600 15rem/18rem "Onest", sans-serif;
	color: #85AC00;
	text-decoration: none;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8rem;
}

.about_exp_link_green img {
	width: 14rem;
	transition: 0.2s;
}

.about_exp_link_green:hover img {
	transform: translateX(3rem);
}

.about_exp_link_blue {
	font: 600 15rem/18rem "Onest", sans-serif;
	color: #00B4F1;
	text-decoration: none;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8rem;
	margin-top: auto;
}

.about_exp_link_blue_img {
	width: 16rem;
	transition: 0.2s;
}

.about_exp_link_blue:hover .about_exp_link_blue_img {
	transform: translateX(3rem);
}

.about_exp_faces {
	display: flex;
	justify-content: center;
	margin-top: auto;
}

.about_exp_face {
	width: 60rem;
	height: 60rem;
	border-radius: 50%;
	border: 3px solid #fff;
	margin-left: -20rem;
	background: #ccc;
	object-fit: cover;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.about_exp_face:first-child {
	margin-left: 0;
}

.about_exp_green {
	background: url('../images/rasrochaka.jpg') center/cover no-repeat;
	border-radius: 15rem;
	padding: 30rem 20rem;
	color: #fff;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 12rem;
}

.about_exp_green_val {
	font: 40rem/40rem "Bebas Neue", "Bebas Neue Cyrillic", "Oswald", sans-serif;
	color: #fff;
	margin-bottom: 5rem;
}

.about_exp_green_text {
	font: 500 14rem/20rem "Onest", sans-serif;
	color: #fff;
	margin-bottom: 5rem;
}

.about_exp_link_o {
	font: 600 16rem/18rem "Onest", sans-serif;
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8rem;
}

.about_exp_link_o_img {
	width: 16rem;
	transition: 0.2s;
	filter: brightness(0) saturate(100%) invert(100%);
}

.about_exp_link_o:hover .about_exp_link_o_img {
	transform: translateX(3rem);
}

.about_map {
	padding: 50rem 0 0 0;
	background: #fff;
}

.about_geo_mobile {
	display: none;
}

.about_geo_badge {
	background: #00B4F1 !important;
}

.about_map_content {
	position: relative;
	width: 100%;
	max-width: 1100rem;
	margin: 0 auto;
}

.about_map_svg {
	width: 100%;
	max-width: 890rem;
	display: block;
	margin: 50rem auto;
}

.about_map_pin {
	position: absolute;
	background: #fff;
	border-radius: 6rem;
	padding: 6rem 15rem 6rem 6rem;
	display: flex;
	align-items: center;
	gap: 12rem;
	box-shadow: 0 4rem 15rem rgba(0, 0, 0, 0.1);
	transform: translate(-50%, -50%);
	text-decoration: none;
	transition: transform 0.3s;
	z-index: 5;
}

.about_map_pin:hover {
	transform: translate(-50%, -50%) scale(1.05);
	z-index: 10;
}

.about_map_pin img {
	width: 45rem;
	height: 35rem;
	border-radius: 4rem;
	object-fit: cover;
}

.about_map_pin_text {
	display: flex;
	align-items: center;
	gap: 8rem;
}

.about_map_pin_name {
	font: 500 12rem/14rem "Onest", sans-serif;
	color: #4D5658;
}

.about_map_pin_count {
	font: 600 11rem/14rem "Onest", sans-serif;
	color: #85AC00;
}

.about_exp_link_green_img {
	filter: brightness(0) saturate(100%) invert(56%) sepia(87%) saturate(2222%) hue-rotate(36deg) brightness(97%) contrast(101%);
}

.about_exp_link_o_span {
	position: relative;
	z-index: 10;
	pointer-events: none;
	display: flex;
}

.about_exp_link_o_inner {
	border-radius: 100rem;
}

.about_map_content {
	justify-content: center;
}

/* DOMA PAGE FIXES */
.doma_grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr) !important;
}

.doma_item {
	padding: 10rem !important;
}

.doma_h3 {
	font-size: 24rem !important;
	text-transform: uppercase;
	margin-bottom: 10rem !important;
}

.doma_actions {
	border: none !important;
	padding: 0 !important;
	margin-top: auto;
}

.doma_btn {
	color: #000 !important;
	font-weight: 600 !important;
}

.doma_badge {
	position: absolute;
	top: 15rem;
	left: 15rem;
	background: #00B4F1;
	color: #fff;
	padding: 5rem 12rem;
	border-radius: 5rem;
	font: 500 12rem/12rem "Onest", sans-serif;
	display: flex;
	align-items: center;
	gap: 6rem;
	z-index: 10;
}

/* ГОСТЕВЫЕ ДОМА РЕГИОН ВЫБОР И ИКОНКИ */
.geo_home_item_badge_img {
	width: 14rem;
	filter: brightness(0) invert(1);
	margin-right: 6rem;
}

.doma_region_select_wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12rem;
	margin-top: 30rem;
	margin-bottom: 30rem;
}

.doma_region_label {
	font: 400 13rem/1 "Onest", sans-serif;
	color: #8fa0a3;
}

.doma_region_select {
	width: 250rem;
}

.doma_region_select_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12rem 25rem;
	border: 1px solid #c2ccce;
	border-radius: 50rem;
	background: #fff;
	cursor: pointer;
}

.doma_region_text {
	font: 500 16rem/20rem "Onest", sans-serif;
	color: #515c5e;
}

.doma_region_arr {
	width: 15rem;
}

/* ==================================================
   DOMIN SINGLE PAGE
================================================== */
.domin_page {
	padding-top: 40rem;
	padding-bottom: 20rem;
	background: #EFEFEF;
}

.domin_h1 {
	font: 64rem/1.2 "Bebas Neue", "Bebas Neue Cyrillic", "Oswald", sans-serif;
	color: #85ac00;
	margin-bottom: 20rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.domin_p {
	font: 500 16rem/1.5 "Onest", sans-serif;
	color: #515c5e;
	margin-bottom: 40rem;
}

.domin_gallery {
	margin-bottom: 40rem;
}

.domin_gallery_top {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20rem;
	margin-bottom: 20rem;
}

.domin_gal_item {
	display: block;
	border-radius: 20rem;
	overflow: hidden;
}

.domin_gal_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s;
}

.domin_gal_item:hover img {
	transform: scale(1.05);
}

.domin_gallery_top .domin_gal_item {
	height: 380rem;
}

.domin_gallery_bot {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20rem;
}

.domin_gallery_bot .domin_gal_item {
	height: 200rem;
}

.domin_rooms {
	padding-bottom: 80rem;
	background: #EFEFEF;
}

.domin_rooms_h2 {
	font: 50rem/1.2 "Bebas Neue", "Bebas Neue Cyrillic", "Oswald", sans-serif;
	color: #505c5f;
	margin-bottom: 30rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.domin_rooms_grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20rem;
	align-items: start;
}

/* living_item внутри сетки номеров гостевых домов */
.domin_rooms_grid .living_item_wrap {
	background: #fff;
	border-radius: 12rem;
	overflow: hidden;
}

.domin_rooms_grid .living_item {
	padding: 16rem 20rem;
}

.domin_rooms_grid .living_icon_wrap {
	width: 48rem;
	height: 48rem;
}

.domin_rooms_grid .living_item span {
	font-size: 16rem;
}

.domin_room_item {
	background: #fff;
	border-radius: 10rem;
	padding: 20rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	transition: box-shadow 0.3s, transform 0.3s;
}

.domin_room_item:hover {
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	transform: translateY(-2rem);
}

.domin_room_item span {
	font: 600 16rem/24rem "Onest", sans-serif;
	color: #505c5f;
}

.domin_room_plus {
	width: 24rem;
	height: 24rem;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease;
}

.domin_room_download {
	background: #85ac00;
}

.domin_room_download span {
	color: #fff;
}

.domin_room_d_right {
	align-items: center;
	gap: 15rem;
}

.domin_room_d_right span.d_text {
	font: 400 14rem/1 "Onest", sans-serif;
	color: #fff;
}

.domin_room_download:hover {
	box-shadow: 0 10px 30px rgba(133, 172, 0, 0.3);
}

/* Аккордеон номера — раскрытый элемент */
.domin_room_item.active {
	border-color: #85ac00;
	background: rgba(133, 172, 0, 0.04);
}

.domin_room_item.active .domin_room_plus svg circle {
	fill: #222;
}

.domin_room_item.active .domin_room_plus svg {
	transform: rotate(45deg);
	transition: transform 0.3s ease;
}

.domin_room_detail {
	padding: 16rem 20rem 20rem;
	border: 1px solid #eee;
	border-top: none;
	border-radius: 0 0 12rem 12rem;
	margin-top: -5rem;
	margin-bottom: 10rem;
	background: #fafafa;
}

.domin_room_gallery {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(160rem, 1fr));
	gap: 10rem;
	margin-bottom: 12rem;
}

.domin_room_gallery img {
	width: 100%;
	height: 120rem;
	object-fit: cover;
	border-radius: 8rem;
	cursor: pointer;
	transition: transform 0.2s ease;
}

.domin_room_gallery img:hover {
	transform: scale(1.03);
}

.domin_room_desc {
	font-size: 14rem;
	line-height: 1.6;
	color: #555;
}

/* Фильтр регионов — страница гостевых домов */
.doma_region_select_wrap {
	display: flex;
	align-items: center;
	gap: 12rem;
	margin-bottom: 30rem;
}

.doma_region_label {
	font-size: 14rem;
	font-weight: 600;
	color: #555;
}

.doma_region_select {
	position: relative;
}

.doma_region_select_inner {
	display: flex;
	align-items: center;
	gap: 10rem;
	padding: 12rem 24rem;
	border: 1px solid #c2ccce;
	border-radius: 50rem;
	cursor: pointer;
	background: #fff;
	font: 500 15rem/20rem "Onest", sans-serif;
	color: #515c5e;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.doma_region_select_inner:hover {
	border-color: #85ac00;
	box-shadow: 0 2rem 8rem rgba(133, 172, 0, 0.15);
}

.doma_region_arr {
	width: 14rem;
	height: 14rem;
	transition: transform 0.2s ease;
}

.doma_region_dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 220rem;
	background: #fff;
	border: 1px solid #c2ccce;
	border-radius: 16rem;
	margin-top: 6rem;
	z-index: 100;
	box-shadow: 0 8rem 24rem rgba(0, 0, 0, .1);
	max-height: 300rem;
	overflow-y: auto;
	padding: 6rem 0;
}

.doma_region_dropdown.open {
	display: block;
}

.doma_region_dropdown_item,
.doma_region_opt {
	padding: 10rem 20rem;
	font: 400 14rem/20rem "Onest", sans-serif;
	color: #515c5e;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease;
}

.doma_region_dropdown_item:hover,
.doma_region_opt:hover {
	background: #f0f4e6;
	color: #85ac00;
}

.doma_region_dropdown_item.active {
	color: #85ac00;
	font-weight: 600;
}

.doma_region_opt:first-child {
	border-radius: 16rem 16rem 0 0;
}

.doma_region_opt:last-child {
	border-radius: 0 0 16rem 16rem;
}

/* TABLET ADAPTATION */

/* Desktop: скрыть мобильную плашку */
.tour_mob_bar {
	display: none;
}

/* ---------------------------------------------------- */
/* Attractions (Достопримечательности) */
/* ---------------------------------------------------- */
.dost_home {
	padding: 80rem 0;
	background: transparent;
}

.dost_home .doma_region_select_wrap {
	justify-content: flex-start;
	text-align: left;
	margin-top: 30rem;
}

.dost_home_p {
	font: 16rem/24rem "Onest", sans-serif;
	color: #505c5f;
	margin-bottom: 30rem;
	max-width: 1300rem;
}

.dost_grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30rem;
	margin-top: 50rem;
}

.dost_grid a {
	text-decoration: none;
}

.dost_card {
	background: #fff;
	border-radius: 20rem;
	padding: 20rem;
	display: flex;
	gap: 30rem;
	align-items: stretch;
	transition: transform 0.3s, box-shadow 0.3s;
}

.dost_card:hover {
	transform: translateY(-5rem);
	box-shadow: 0 10rem 30rem rgba(0, 0, 0, 0.1);
}

.dost_card_img_wrap {
	width: 250rem;
	flex-shrink: 0;
}

.dost_card_img {
	width: 100%;
	height: 100%;
	min-height: 250rem;
	border-radius: 15rem;
	background-size: cover;
	background-position: center;
}

.dost_card_info {
	display: flex;
	flex-direction: column;
	padding: 10rem 0;
}

.dost_card_title {
	font: 600 24rem/30rem "Bebas Neue", "Bebas Neue Cyrillic", "Oswald", sans-serif;
	
	margin-bottom: 15rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
    color: #505c5f;
}

.dost_card_desc {
	font: 400 14rem/20rem "Onest", sans-serif;
	color: #505c5f;
	margin-bottom: 20rem;
}

.dost_card_link {
	font: 500 14rem/20rem "Onest", sans-serif;
	color: #85ac00;
	text-decoration: none;
	margin-top: auto;
	display: inline-block;
	transition: color 0.3s;
}

.dost_card_link:hover {
	color: #505c5f;
}

/* ---------------------------------------------------- */
/* Inner Attraction Page (dost_in.html)                  */
/* ---------------------------------------------------- */
.dost_in_hero {
	padding: 40rem 0 80rem;
	background: transparent;
}

.dost_in_card {
	background: #fff;
	border-radius: 20rem;
	padding: 40rem;
	display: flex;
	gap: 40rem;
	box-shadow: 0 10rem 30rem rgba(0, 0, 0, 0.05);
}

.dost_in_card_left {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.dost_in_card_right {
	width: 50%;
}

.dost_in_card_h1 {
	font: 600 50rem/50rem "Bebas Neue", "Bebas Neue Cyrillic", "Oswald", sans-serif;
	color: #505c5f;
	margin-bottom: 15rem;
}

.dost_in_card_subtitle {
	font: 500 18rem/24rem "Onest", sans-serif;
	margin-bottom: 30rem;
}

.dost_in_card_p {
	font: 400 16rem/24rem "Onest", sans-serif;
	color: #505c5f;
	margin-bottom: 40rem;
	max-width: 600rem;
}

.dost_in_card_bot {
	margin-top: auto;
	align-items: center;
	gap: 30rem;
	justify-content: flex-start;
}

.dost_in_card_btn {
	padding: 15rem 30rem;
	font: 500 16rem/16rem "Onest", sans-serif;
}

.dost_in_card_gerb {
	gap: 15rem;
	align-items: center;
}

.dost_in_card_gerb img {
	width: 25rem;
}

.dost_in_card_gerb_text {
	font: 400 12rem/16rem "Onest", sans-serif;
	color: #929292;
}

.dost_in_gallery {
	display: flex;
	flex-direction: column;
	gap: 10rem;
}

.dost_in_gal_big {
	height: 350rem;
	border-radius: 15rem;
	background-size: cover;
	background-position: center;
}

.dost_in_gal_small_grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10rem;
}

.dost_in_gal_small {
	height: 120rem;
	border-radius: 15rem;
	background-size: cover;
	background-position: center;
	position: relative;
	display: block;
	cursor: pointer;
}

.dost_in_gal_more {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 15rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font: 600 16rem/16rem "Onest", sans-serif;
}

.dost_in_features {
	padding: 0 0 80rem;
	background: transparent;
}

.dost_in_h2 {
	font: 500 40rem/40rem "Bebas Neue", "Bebas Neue Cyrillic", "Oswald", sans-serif;
	color: #505c5f;
	margin-bottom: 30rem;
}

.dost_in_features_ul {
	margin-bottom: 40rem;
	display: flex;
	flex-direction: column;
	gap: 15rem;
}

.dost_in_features_ul li {
	font: 400 16rem/24rem "Onest", sans-serif;
	color: #929292;
	position: relative;
	padding-left: 15rem;
}

.dost_in_features_ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 10rem;
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	background: #85AC00;
}

.dost_in_features_cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30rem;
}

.dost_in_f_card {
	background: #fff;
	border-radius: 20rem;
	overflow: hidden;
	box-shadow: 0 5rem 15rem rgba(0, 0, 0, 0.05);
}

.dost_in_f_card_img_wrap {
	width: 100%;
	height: 250rem;
}

.dost_in_f_card_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dost_in_f_card_info {
	padding: 25rem;
}

.dost_in_f_card_info h3 {
	font: 600 20rem/26rem "Onest", sans-serif;
	color: #505c5f;
	margin-bottom: 15rem;
}

.dost_in_f_card_info p {
	font: 400 14rem/20rem "Onest", sans-serif;
	color: #929292;
}

.dost_in_tours {
	background: transparent;
	padding-top: 0;
}

/* Expert section on dost_in page */
.pages .expert {
	padding-bottom: 80rem;
	background: transparent;
}

.dost_in_tours {
	padding-bottom: 80rem !important;
}

/* Expert section in dost_in.html */
.dost_in_expert {
	padding-bottom: 80rem;
}

/* CONTACTS PAGE */
.contacts_page {
	padding: 60rem 0;
}

.contacts_h1 {
	font: 50rem / 50rem "Bebas Neue", "Bebas Neue Cyrillic", "Oswald", sans-serif;
	margin-bottom: 20rem;
	color: #333;
}

.contacts_desc {
	font: 400 16rem / 24rem "Onest", sans-serif;
	color: #515c5e;
	margin-bottom: 40rem;
	max-width: 600rem;
}

.contacts_grid {
	display: flex;
	gap: 40rem;
	align-items: stretch;
}

.contacts_info {
	width: 40%;
	display: flex;
	flex-direction: column;
	gap: 15rem;
}

.contacts_item {
	display: flex;
	gap: 15rem;
	align-items: flex-start;
	padding: 20rem;
	background: #fff;
	border-radius: 12rem;
	box-shadow: 0 5rem 20rem rgba(0, 0, 0, 0.03);
}

.contacts_icon {
	width: 40rem;
	height: 40rem;
	border-radius: 50%;
	background: #85AC00;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.contacts_icon img {
	width: 20rem;
	height: 20rem;
	filter: brightness(0) invert(1);
}

.contacts_text span {
	font: 600 14rem / 16rem "Onest", sans-serif;
	display: block;
	margin-bottom: 5rem;
	color: #8c8c8c;
}

.contacts_text a,
.contacts_text p {
	font: 600 18rem / 24rem "Onest", sans-serif;
	color: #333;
	text-decoration: none;
	transition: 0.3s;
}

.contacts_text a:hover {
	color: #85AC00;
}

.contacts_social {
	padding: 24rem 20rem;
	background: #1a1a1a;
	border-radius: 12rem;
	color: #fff;
	margin-top: 5rem;
}

.contacts_social p {
	font: 600 24rem / 24rem "Bebas Neue", "Bebas Neue Cyrillic", "Oswald", sans-serif;
	letter-spacing: 1px;
}

.contacts_soc_link {
	width: 40rem;
	height: 40rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}

.contacts_soc_link:hover {
	background: #85AC00;
}

.contacts_soc_link img {
	width: 20rem;
	height: auto;
}

.contacts_map {
	width: 60%;
	border-radius: 15rem;
	overflow: hidden;
	min-height: 400rem;
}

/* POLICY PAGE */
.policy_page {
	padding: 60rem 0;
}

.policy_h1 {
	font: 50rem / 50rem "Bebas Neue", "Bebas Neue Cyrillic", "Oswald", sans-serif;
	margin-bottom: 40rem;
	color: #333;
	text-align: center;
}

.policy_content_box {
	background: #fff;
	padding: 40rem;
	border-radius: 15rem;
	box-shadow: 0 5rem 30rem rgba(0, 0, 0, 0.05);
}

.policy_content_box h2 {
	font: 600 24rem / 30rem "Onest", sans-serif;
	margin: 30rem 0 15rem 0;
	color: #85AC00;
}

.policy_content_box h2:first-child {
	margin-top: 0;
}

.policy_content_box p {
	font: 400 16rem / 24rem "Onest", sans-serif;
	color: #515c5e;
	margin-bottom: 15rem;
}

.policy_content_box ul {
	list-style: disc;
	padding-left: 20rem;
	margin-bottom: 15rem;
}

.policy_content_box ul li {
	font: 400 16rem / 24rem "Onest", sans-serif;
	color: #515c5e;
	margin-bottom: 5rem;
}

/* ═══ Booking Modal ═══ */
.booking_modal_overlay {
	position: fixed;
	inset: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.55);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.booking_modal_overlay.open {
	opacity: 1;
	visibility: visible;
}

.booking_modal {
	position: relative;
	background: #fff;
	border-radius: 24rem;
	max-width: 460rem;
	width: 90%;
	padding: 40rem 35rem 30rem;
	box-shadow: 0 20rem 60rem rgba(0, 0, 0, 0.25);
	transform: scale(0.9) translateY(20rem);
	transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
	text-align: center;
}

.booking_modal_overlay.open .booking_modal {
	transform: scale(1) translateY(0);
}

.booking_modal_close {
	position: absolute;
	top: 15rem;
	right: 18rem;
	width: 36rem;
	height: 36rem;
	border: none;
	background: #f3f3f3;
	border-radius: 50%;
	font-size: 18rem;
	color: #888;
	cursor: pointer;
	transition: background 0.2s, color 0.2s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.booking_modal_close:hover {
	background: #e0e0e0;
	color: #333;
}

.booking_modal_badge {
	display: inline-flex;
	align-items: center;
	gap: 10rem;
	background: #f7f9f0;
	border: 1px solid #d4e3a0;
	border-radius: 12rem;
	padding: 8rem 16rem;
	margin-bottom: 20rem;
}

.booking_modal_badge_img {
	width: 28rem;
	height: 28rem;
}

.booking_modal_badge span {
	font: 400 12rem/1.4 "Onest", sans-serif;
	color: #5a7a00;
	text-align: left;
}

.booking_modal_h {
	font: 700 28rem/1.2 "Onest", sans-serif;
	color: #1a1a1a;
	margin-bottom: 10rem;
}

.booking_modal_sub {
	font: 400 15rem/1.5 "Onest", sans-serif;
	color: #666;
	margin-bottom: 25rem;
}

.booking_modal_form {
	display: flex;
	flex-direction: column;
	gap: 10rem;
	margin-bottom: 20rem;
}

.booking_modal_input {
	width: 100%;
	padding: 16rem 18rem;
	border: 2px solid #e8e8e8;
	border-radius: 14rem;
	font: 400 16rem "Onest", sans-serif;
	color: #1a1a1a;
	outline: none;
	transition: border-color 0.2s;
	box-sizing: border-box;
}

.booking_modal_input:focus {
	border-color: #85ac00;
}

.booking_modal_input::placeholder {
	color: #bbb;
}

.booking_modal_btn {
	width: 100%;
	padding: 16rem 0;
	background: #85ac00;
	color: #fff;
	border: none;
	border-radius: 14rem;
	font: 600 17rem "Onest", sans-serif;
	cursor: pointer;
	transition: background 0.2s, transform 0.15s;
}

.booking_modal_btn:hover {
	background: #6e9200;
}

.booking_modal_btn:active {
	transform: scale(0.98);
}

.booking_modal_trust {
	display: flex;
	justify-content: center;
	gap: 20rem;
	margin-bottom: 15rem;
}

.booking_modal_trust_item {
	display: flex;
	align-items: flex-start;
	gap: 6rem;
	text-align: left;
}

.booking_modal_trust_icon {
	font-size: 18rem;
	line-height: 1;
	flex-shrink: 0;
}

.booking_modal_trust_item span:last-child {
	font: 400 11rem/1.4 "Onest", sans-serif;
	color: #888;
}

.booking_modal_agree {
	margin-bottom: 5rem;
}

.booking_modal_agree label {
	display: flex;
	align-items: flex-start;
	gap: 8rem;
	cursor: pointer;
	justify-content: center;
}

.booking_modal_agree span {
	font: 400 12rem/1.4 "Onest", sans-serif;
	color: #999;
	text-align: left;
}

.booking_modal_agree a {
	color: #85ac00;
	text-decoration: underline;
}

/* Success state */
.booking_modal_success {
	padding: 30rem 0;
}

.booking_modal_success_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60rem;
	height: 60rem;
	background: #85ac00;
	color: #fff;
	border-radius: 50%;
	font-size: 30rem;
	margin: 0 auto 20rem;
}

.booking_modal_success h3 {
	font: 700 24rem "Onest", sans-serif;
	color: #1a1a1a;
	margin-bottom: 10rem;
}

.booking_modal_success p {
	font: 400 15rem/1.5 "Onest", sans-serif;
	color: #666;
}

/* ═══ Avia Modal ═══ */
.avia_modal_overlay {
	position: fixed;
	inset: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.55);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.avia_modal_overlay.open {
	opacity: 1;
	visibility: visible;
}

.avia_modal {
	position: relative;
	background: #fff;
	border-radius: 20rem;
	max-width: 900rem;
	width: 95%;
	max-height: 90vh;
	overflow-y: auto;
	padding: 30rem;
	box-shadow: 0 20rem 60rem rgba(0, 0, 0, 0.3);
	transform: scale(0.9) translateY(20rem);
	transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.avia_modal_overlay.open .avia_modal {
	transform: scale(1) translateY(0);
}

.avia_modal_close {
	position: absolute;
	top: 12rem;
	right: 14rem;
	width: 36rem;
	height: 36rem;
	border: none;
	background: #f3f3f3;
	border-radius: 50%;
	font-size: 18rem;
	color: #888;
	cursor: pointer;
	transition: background 0.2s, color 0.2s;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}

.avia_modal_close:hover {
	background: #e0e0e0;
	color: #333;
}

.avia_modal_content {
	min-height: 400rem;
}

.avia_modal_h {
	font: 700 28rem/1.2 "Onest", sans-serif;
	color: #1a1a1a;
	margin-bottom: 8rem;
}

.avia_modal_subtitle {
	font: 500 16rem/1.4 "Onest", sans-serif;
	color: #85ac00;
	margin-bottom: 10rem;
}

.avia_modal_descr {
	font: 400 14rem/1.6 "Onest", sans-serif;
	color: #666;
	margin-bottom: 25rem;
}

.avia_frame_wrapper {
	min-height: 300rem;
}

.avia_iframe {
	width: 100%;
	height: 70vh;
	border: none;
	border-radius: 12rem;
}

/* ── Теги-бейджи турoв ── */
.tour_tags_badges {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

/* На карточках popular_tours — абсолютное позиционирование поверх фото */
.pop_home_item_top .tour_tags_badges {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
}

.tour_tag_badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 16px;
	background: linear-gradient(135deg, #43b8e8, #38a3d3);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	border-radius: 8px;
	white-space: nowrap;
	box-shadow: 0 2px 8px rgba(56, 163, 211, 0.35);
	letter-spacing: 0.02em;
}

.tour_tag_badge svg {
	width: 18px;
	height: 18px;
	fill: white;
	flex-shrink: 0;
}

/* На детальной странице — крупнее */
.tour_tags_detail .tour_tag_badge {
	padding: 8px 22px;
	font-size: 15px;
	border-radius: 10px;
}

.tour_tags_detail .tour_tag_badge svg {
	width: 22px;
	height: 22px;
}

/* ═══ Видео на карточке тура (hover play) ═══ */
.pop_home_item_top,
.r_tour_left {
	position: relative;
}

.tour-card-video {
	position: absolute;
	border-radius: 10rem;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 0.4s ease;
	z-index: 1;
	pointer-events: none;
}

.pop_home_item:hover .tour-card-video,
.r_tour_card:hover .tour-card-video {
	opacity: 1;
}

/* Скрытие видео по устройствам (из админки) */

/* FAQ аккордеон (/faq/) */
.faq-item.faq-open .faq-icon {
	transform: rotate(45deg);
}

.faq-item.faq-open .faq-answer {
	max-height: 500px !important;
	padding: 0 30rem 24rem 30rem !important;
}

/* ═══════════════════════════════════════════════════════════
   ГОСТЕВЫЕ ДОМА — ЛИСТИНГ (/doma/)
   ═══════════════════════════════════════════════════════════ */
.doma_section {
	padding: 30rem 0 60rem;
}

.doma_header {
	margin-bottom: 40rem;
}

.doma_h1 {
	font-size: 36rem;
	font-weight: 800;
	letter-spacing: 1.5px;
	color: #222;
	margin: 0 0 10rem;
}

.doma_subtitle {
	font-size: 16rem;
	color: #888;
	margin: 0;
}

.doma_grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24rem;
}

.doma_card {
	display: block;
	background: #fff;
	border-radius: 16rem;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.doma_card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 40px rgba(0, 0, 0, .12);
}

.doma_card_img_wrap {
	position: relative;
	height: 220rem;
	overflow: hidden;
}

.doma_card_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.doma_card:hover .doma_card_img {
	transform: scale(1.05);
}

.doma_card_overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 12rem 16rem;
	background: linear-gradient(transparent, rgba(0, 0, 0, .5));
}

.doma_card_region {
	display: inline-flex;
	align-items: center;
	gap: 5rem;
	color: #fff;
	font-size: 13rem;
	font-weight: 500;
}

.doma_card_region img {
	width: 14rem;
	height: 14rem;
	filter: brightness(10);
}

.doma_card_body {
	padding: 18rem 20rem 20rem;
}

.doma_card_title {
	font-size: 18rem;
	font-weight: 700;
	margin: 0 0 6rem;
	color: #222;
}

.doma_card_desc {
	font-size: 14rem;
	color: #777;
	line-height: 1.5;
	margin: 0 0 14rem;
}

.doma_card_footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10rem;
}

.doma_card_price {
	font-size: 17rem;
	font-weight: 700;
	color: #85ac00;
}

.doma_card_price small {
	font-weight: 400;
	font-size: 13rem;
	color: #999;
}

.doma_card_rooms {
	font-size: 13rem;
	color: #999;
	background: #f5f5f7;
	padding: 4rem 10rem;
	border-radius: 20rem;
}

.doma_empty {
	text-align: center;
	padding: 80rem 0;
	color: #999;
	font-size: 18rem;
}

/* ═══════════════════════════════════════════════════════════
   ГОСТЕВОЙ ДОМ — ДЕТАЛЬНАЯ СТРАНИЦА (/doma/{slug}/)
   ═══════════════════════════════════════════════════════════ */
.gh_detail {
	padding: 30rem 0 60rem;
}

.gh_detail_header {
	margin-bottom: 24rem;
}

.gh_detail_h1 {
	font-size: 32rem;
	font-weight: 800;
	letter-spacing: 1px;
	color: #222;
	margin: 0 0 8rem;
}

.gh_detail_region {
	display: inline-flex;
	align-items: center;
	gap: 6rem;
	font-size: 15rem;
	color: #85ac00;
	font-weight: 500;
}

.gh_detail_region img {
	width: 16rem;
	height: 16rem;
}

/* Галерея: главное фото + 4 миниатюры */
.gh_detail_gallery {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 10rem;
	margin-bottom: 40rem;
	border-radius: 16rem;
	overflow: hidden;
}

.gh_detail_main_img {
	border-radius: 16rem 0 0 16rem;
	overflow: hidden;
}

.gh_detail_main_img img {
	width: 100%;
	height: 100%;
	min-height: 380rem;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
}

.gh_detail_main_img:hover img {
	transform: scale(1.02);
}

.gh_detail_thumbs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10rem;
}

.gh_thumb {
	position: relative;
	overflow: hidden;
	display: block;
}

.gh_thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
}

.gh_thumb:hover img {
	transform: scale(1.05);
}

.gh_thumb_more {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .45);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 22rem;
	font-weight: 700;
}

/* Контент: 2 колонки */
.gh_detail_content {
	display: grid;
	grid-template-columns: 1fr 340rem;
	gap: 40rem;
	align-items: start;
}

.gh_detail_desc {
	margin-bottom: 40rem;
}

.gh_detail_desc h2,
.gh_detail_rooms h2 {
	font-size: 22rem;
	font-weight: 700;
	color: #222;
	margin: 0 0 16rem;
}

.gh_desc_text {
	font-size: 15rem;
	line-height: 1.7;
	color: #555;
}

.gh_desc_text p {
	margin: 0 0 12rem;
}

/* Номера */
.gh_rooms_grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20rem;
}

.gh_room_card {
	background: #fff;
	border-radius: 14rem;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
	transition: box-shadow 0.3s ease;
}

.gh_room_card:hover {
	box-shadow: 0 8px 30px rgba(0, 0, 0, .1);
}

.gh_room_img_wrap {
	position: relative;
	height: 180rem;
	overflow: hidden;
}

.gh_room_img_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.gh_room_no_img {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f5f5f7;
	font-size: 40rem;
}

.gh_room_photo_count {
	position: absolute;
	bottom: 8rem;
	right: 8rem;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	padding: 3rem 8rem;
	border-radius: 6rem;
	font-size: 12rem;
	font-weight: 600;
}

.gh_room_body {
	padding: 14rem 16rem 18rem;
}

.gh_room_title {
	font-size: 16rem;
	font-weight: 700;
	margin: 0 0 6rem;
	color: #222;
}

.gh_room_desc {
	font-size: 13rem;
	color: #888;
	line-height: 1.5;
	margin: 0;
}

/* Сайдбар */
.gh_detail_sidebar {
	position: sticky;
	top: 100rem;
}

.gh_sidebar_card {
	background: #fff;
	border-radius: 16rem;
	padding: 28rem 24rem;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
}

.gh_sidebar_price {
	display: flex;
	flex-direction: column;
	gap: 4rem;
	margin-bottom: 20rem;
	padding-bottom: 16rem;
	border-bottom: 1px solid #eee;
}

.gh_price_label {
	font-size: 13rem;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.gh_price_value {
	font-size: 26rem;
	font-weight: 800;
	color: #85ac00;
}

.gh_price_value small {
	font-weight: 400;
	font-size: 15rem;
	color: #999;
}

.gh_sidebar_info {
	display: flex;
	flex-direction: column;
	gap: 10rem;
	margin-bottom: 20rem;
}

.gh_sidebar_row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14rem;
	color: #555;
}

.gh_sidebar_row strong {
	color: #222;
}

.gh_sidebar_btn {
	width: 100%;
	padding: 14rem;
	background: linear-gradient(135deg, #85ac00, #6d9200);
	color: #fff;
	border: none;
	border-radius: 12rem;
	font-size: 16rem;
	font-weight: 700;
	cursor: pointer;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.gh_sidebar_btn:hover {
	opacity: 0.9;
	transform: translateY(-1px);
}

/* ═══ Страница контактов ═══ */

.contacts_page {
	padding: 50rem 0 80rem;
}

.contacts_h1 {
	font: 50rem / 50rem "Bebas Neue", "Bebas Neue Cyrillic", "Oswald", sans-serif;
	text-align: center;
	color: #333;
	margin-bottom: 12rem;
}

.contacts_subtitle {
	font: 400 16rem / 24rem "Onest", sans-serif;
	text-align: center;
	color: #515c5e;
	margin-bottom: 50rem;
}

.contacts_grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20rem;
	margin-bottom: 60rem;
}

.contacts_card {
	background: #fff;
	border-radius: 16rem;
	padding: 30rem 24rem;
	text-align: center;
	box-shadow: 0 4rem 20rem rgba(0, 0, 0, 0.04);
	border: 1px solid #f0f0f0;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	text-decoration: none;
	color: inherit;
	display: block;
}

.contacts_card:hover {
	transform: translateY(-4rem);
	box-shadow: 0 12rem 35rem rgba(133, 172, 0, 0.1);
	border-color: #85ac0033;
}

.contacts_card_icon {
	font-size: 40rem;
	margin-bottom: 16rem;
}

.contacts_card_label {
	font: 400 13rem / 18rem "Onest", sans-serif;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 8rem;
}

.contacts_card_value {
	font: 600 18rem / 24rem "Onest", sans-serif;
	color: #333;
	margin-bottom: 8rem;
}

a.contacts_card .contacts_card_value {
	color: #85AC00;
}

.contacts_card_hint {
	font: 400 13rem / 18rem "Onest", sans-serif;
	color: #999;
}

/* Мессенджеры */
.contacts_messengers {
	margin-bottom: 60rem;
}

.contacts_mess_h2 {
	font: 600 28rem / 34rem "Onest", sans-serif;
	color: #333;
	margin-bottom: 8rem;
}

.contacts_mess_p {
	font: 400 15rem / 22rem "Onest", sans-serif;
	color: #515c5e;
	margin-bottom: 24rem;
}

.contacts_mess_grid {
	display: flex;
	gap: 16rem;
	flex-wrap: wrap;
}

.contacts_mess_btn {
	display: flex;
	align-items: center;
	gap: 16rem;
	padding: 20rem 30rem;
	border-radius: 14rem;
	text-decoration: none;
	color: #fff;
	min-width: 260rem;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contacts_mess_btn:hover {
	transform: translateY(-3rem);
}

.contacts_mess_btn img {
	width: 40rem;
	height: 40rem;
	filter: brightness(0) invert(1);
}

.contacts_mess_tg {
	background: linear-gradient(135deg, #0088cc, #00a8e8);
	box-shadow: 0 6rem 25rem rgba(0, 136, 204, 0.3);
}

.contacts_mess_tg:hover {
	box-shadow: 0 10rem 35rem rgba(0, 136, 204, 0.4);
}

.contacts_mess_wa {
	background: linear-gradient(135deg, #ff6b00, #ff9500);
	box-shadow: 0 6rem 25rem rgba(255, 107, 0, 0.3);
}

.contacts_mess_wa:hover {
	box-shadow: 0 10rem 35rem rgba(255, 107, 0, 0.4);
}

.contacts_mess_name {
	display: block;
	font: 600 18rem / 22rem "Onest", sans-serif;
}

.contacts_mess_desc {
	display: block;
	font: 400 13rem / 18rem "Onest", sans-serif;
	opacity: 0.8;
}

/* Реквизиты */
.contacts_details {
	background: #fff;
	border-radius: 16rem;
	padding: 36rem 40rem;
	box-shadow: 0 4rem 20rem rgba(0, 0, 0, 0.04);
	margin-bottom: 60rem;
}

.contacts_details_h2 {
	font: 600 24rem / 30rem "Onest", sans-serif;
	color: #333;
	margin-bottom: 24rem;
	padding-bottom: 16rem;
	border-bottom: 1px solid #f0f0f0;
}

.contacts_details_grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16rem 40rem;
}

.contacts_detail_item {
	display: flex;
	flex-direction: column;
	gap: 4rem;
}

.contacts_detail_label {
	font: 400 13rem / 18rem "Onest", sans-serif;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.contacts_detail_value {
	font: 500 16rem / 22rem "Onest", sans-serif;
	color: #333;
}

/* Карта */
.contacts_map {
	margin-bottom: 20rem;
}

.contacts_map_h2 {
	font: 600 28rem / 34rem "Onest", sans-serif;
	color: #333;
	margin-bottom: 20rem;
}

.contacts_map_wrap {
	border-radius: 16rem;
	overflow: hidden;
	box-shadow: 0 4rem 20rem rgba(0, 0, 0, 0.06);
	border: 1px solid #f0f0f0;
}

/* ══════════════════════════════════════════════
   ONLINE CHAT WIDGET
══════════════════════════════════════════════ */

/* FAB (баннер «онлайн») */
.chat_fab {
        position: fixed;
        bottom: 20px;
        right: 20px;
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 12px 22px;
        background: linear-gradient(135deg, #85ac00 0%, #2e7d32 100%);
        border-radius: 24px;
        cursor: pointer;
        z-index: 9980;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.chat_fab:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
}

.chat_fab_text {
        font: 600 14px/18px "Onest", sans-serif;
        color: #fff;
        white-space: nowrap;
}

.chat_fab_dot {
        width: 10px;
        height: 10px;
        background: #90f000;
        border-radius: 50%;
        flex-shrink: 0;
        animation: chatPulse 2s infinite;
}

@keyframes chatPulse {
        0%, 100% { box-shadow: 0 0 0 0 rgba(144, 240, 0, 0.6); }
        50% { box-shadow: 0 0 0 6px rgba(144, 240, 0, 0); }
}

.chat_fab.hidden {
        transform: scale(0) translateY(20px);
        opacity: 0;
        pointer-events: none;
}

/* Окно чата */
.chat_widget {
        position: fixed;
        bottom: 20rem;
        right: 20px;
        width: 310px;
        max-height: 600px;
        border-radius: 20px;
        background: #fff;
        box-shadow: 0 12px 50px rgba(0, 0, 0, 0.22);
        z-index: 9995;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        transform: scale(0.85) translateY(20px);
        transform-origin: bottom right;
        opacity: 0;
        pointer-events: none;
        transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.25s ease;
}

.chat_widget.open {
        transform: scale(1) translateY(0);
        opacity: 1;
        pointer-events: all;
}

/* Шапка */
.chat_header {
        background: linear-gradient(135deg, #4caf50 0%, #2e7d32 60%, #1b5e20 100%);
        padding: 20px 16px 22px;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-shrink: 0;
        position: relative;
        overflow: hidden;
}

.chat_header::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image: repeating-linear-gradient(
                45deg,
                rgba(255,255,255,0.045) 0px,
                rgba(255,255,255,0.045) 1px,
                transparent 1px,
                transparent 14px
        );
        pointer-events: none;
}

.chat_header_info {
        display: flex;
        align-items: center;
        gap: 14px;
        position: relative;
}

.chat_header_avatar {
        width: 58px;
        height: 58px;
        border-radius: 50%;
        object-fit: cover;
        border: 3px solid rgba(255, 255, 255, 0.5);
        box-shadow: 0 2px 12px rgba(0,0,0,0.2);
}

.chat_header_name {
        font: 700 17px/22px "Onest", sans-serif;
        color: #fff;
}

.chat_header_role {
        font: 400 13px/18px "Onest", sans-serif;
        color: rgba(255, 255, 255, 0.82);
        margin-top: 2px;
}

.chat_close {
        background: rgba(0,0,0,0.18);
        border: none;
        color: #fff;
        font-size: 18px;
        cursor: pointer;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.2s;
        position: relative;
        flex-shrink: 0;
}

.chat_close:hover {
        background: rgba(0, 0, 0, 0.32);
}

/* Тело чата */
.chat_body {
        display: flex;
        flex-direction: column;
        flex: 1;
        min-height: 0;
        overflow: hidden;
}

.chat_messages {
        flex: 1;
        min-height: 0;
        padding: 16px 14px 8px;
        overflow-y: auto;
        overscroll-behavior: contain;
}

.chat_msg {
        display: flex;
        align-items: flex-end;
        gap: 8px;
        margin-bottom: 10px;
}

.chat_msg_avatar {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        object-fit: cover;
        flex-shrink: 0;
}

.chat_msg_bubble {
        background: #f0f2f5;
        border-radius: 14px 14px 14px 3px;
        padding: 12px 16px;
        font: 400 14px/21px "Onest", sans-serif;
        color: #333;
        max-width: 260px;
}

.chat_msg_out .chat_msg_bubble {
        background: #4caf50;
        color: #fff;
        border-radius: 14px 14px 3px 14px;
        margin-left: auto;
}

.chat_msg_out {
        flex-direction: row-reverse;
}

.chat_msg_time {
        font: 400 11px/14px "Onest", sans-serif;
        color: #aaa;
        flex-shrink: 0;
}

/* Быстрые кнопки */
.chat_quick {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        padding: 8px 14px 16px;
        justify-content: center;
}

.chat_quick_btn {
        background: #fff;
        border: 2px solid #4caf50;
        border-radius: 50px;
        padding: 10px 20px;
        font: 500 14px/18px "Onest", sans-serif;
        color: #2e7d32;
        cursor: pointer;
        transition: all 0.2s ease;
        box-shadow: 0 1px 4px rgba(76,175,80,0.1);
}

.chat_quick_btn:hover {
        background: #4caf50;
        color: #fff;
        box-shadow: 0 3px 10px rgba(76,175,80,0.35);
}

/* Поле ввода */
.chat_input_wrap {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 12px 16px;
        border-top: 1px solid #eee;
}

.chat_input {
        flex: 1;
        border: none;
        outline: none;
        font: 400 14px/20px "Onest", sans-serif;
        color: #333;
        background: transparent;
}

.chat_input::placeholder {
        color: #bbb;
}

.chat_send {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background: #4caf50;
        border: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.2s;
        color: #fff;
        flex-shrink: 0;
}

.chat_send:hover {
        background: #388e3c;
}

/* Форма контактов */
.chat_form {
	display: flex;
	flex-direction: column;
	flex: 1;
	overflow: hidden;
}

.chat_form_header {
        background: linear-gradient(135deg, #a1a1a1, #858585);
        padding: 14px 20px;
}

.chat_form_header h3 {
        font: 600 14px/16px "Onest", sans-serif;
        color: #fff;
        margin: 0;
}

.chat_form_body {
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	overflow-y: auto;
}

.chat_form_group {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.chat_form_label {
	font: 400 13px/16px "Onest", sans-serif;
	color: #999;
}

.chat_form_input,
.chat_form_textarea {
	border: none;
	border-bottom: 2px solid #eee;
	padding: 8px 0;
	font: 400 15px/20px "Onest", sans-serif;
	color: #333;
	outline: none;
	background: transparent;
	transition: border-color 0.2s;
	resize: none;
}

.chat_form_input:focus,
.chat_form_textarea:focus {
	border-bottom-color: #85ac00;
}

.chat_form_input.error {
	border-bottom-color: #e74c3c;
}

.chat_form_agree {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font: 400 12px/16px "Onest", sans-serif;
	color: #777;
	cursor: pointer;
}

.chat_form_agree a {
	color: #85ac00;
}

.chat_form_agree input[type="checkbox"] {
	margin-top: 2px;
	accent-color: #85ac00;
}

.chat_form_submit {
	width: 100%;
	padding: 14px;
	background: #85ac00;
	border: none;
	border-radius: 8px;
	color: #fff;
	font: 600 16px/20px "Onest", sans-serif;
	cursor: pointer;
	transition: background 0.2s;
}

.chat_form_submit:hover {
	background: #6e9200;
}

/* Экран успеха */
.chat_success {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 20px;
}

.chat_success_inner {
	text-align: center;
}

.chat_success_icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #85ac00;
	color: #fff;
	font-size: 28px;
	margin-bottom: 16px;
}

.chat_success_inner h3 {
	font: 600 20px/26px "Onest", sans-serif;
	color: #333;
	margin: 0 0 8px;
}

.chat_success_inner p {
	font: 400 14px/20px "Onest", sans-serif;
	color: #888;
	margin: 0 0 16px;
}

.chat_messengers {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
}

.chat_mess_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 12px 20px;
	border-radius: 10px;
	font: 600 14px/18px "Onest", sans-serif;
	color: #fff;
	text-decoration: none;
	transition: opacity 0.2s, transform 0.2s;
}

.chat_mess_btn:hover {
	opacity: 0.9;
	transform: translateY(-1px);
}

.chat_mess_btn img {
	width: 20px;
	height: 20px;
	filter: brightness(0) invert(1);
}

.chat_mess_tg {
	background: #2AABEE;
}

.chat_mess_wa {
	background: #25D366;
}

.chat_mess_vk {
	background: #0077FF;
}

/* Typing indicator (три прыгающие точки) */
.chat_typing_bubble {
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 14px 20px !important;
	min-width: 60px;
}

.chat_typing_dot {
	width: 8px;
	height: 8px;
	background: #aaa;
	border-radius: 50%;
	animation: chatTypingBounce 1.2s infinite ease-in-out;
}

.chat_typing_dot:nth-child(2) {
	animation-delay: 0.15s;
}

.chat_typing_dot:nth-child(3) {
	animation-delay: 0.3s;
}

@keyframes chatTypingBounce {

	0%,
	60%,
	100% {
		transform: translateY(0);
		opacity: 0.4;
	}

	30% {
		transform: translateY(-6px);
		opacity: 1;
	}
}

/* Анимация появления сообщения */
.chat_msg_animated {
	animation: chatMsgSlideIn 0.35s ease-out;
}

@keyframes chatMsgSlideIn {
	from {
		opacity: 0;
		transform: translateY(12px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Кнопка «продолжить» на экране успеха */
.chat_continue_btn {
	margin-top: 16px;
	padding: 10px 24px;
	background: transparent;
	border: 1.5px solid #85ac00;
	border-radius: 10px;
	color: #85ac00;
	font: 600 14px/20px "Onest", sans-serif;
	cursor: pointer;
	transition: all 0.2s;
	width: 100%;
}

.chat_continue_btn:hover {
	background: #85ac00;
	color: #fff;
}

/* Мобильная версия чат-виджета */

/* Мобильный футер — скрыть на десктопе */
.footer_mobile {
	display: none;
}

.o_sights .o_h2,
.o_living .o_h2 {
	font: 34rem / 34rem "Bebas Neue", "Bebas Neue Cyrillic", "Oswald", sans-serif;
	letter-spacing: 1px;
	color: #4d5658;
}

.o_prices .o_h2 {
	font: 34rem / 34rem "Bebas Neue", "Bebas Neue Cyrillic", "Oswald", sans-serif;
	color: #505C5F;
}

.footer_home {
	background: #464646;
	padding: 60rem 0 0;
	color: #fff;
	border-top-right-radius: 20rem;
	border-top-left-radius: 20rem;
}

.o_desc p {
	margin-bottom: 10rem;
}

.o_desc h1,
.o_desc h2,
.o_desc h3,
.o_desc h4,
.o_desc h5,
.o_desc h6 {
	margin-bottom: 10rem;
	margin-top: 15rem;
	font-weight: 600;
}

.o_desc strong,
.o_desc b {
	font-weight: 600;
}

.footer_home_bot_empty {
	background: #515151;
	border-radius: 20rem;
	padding: 30rem;
}

.footer_home_bot_empty .footer_home_col_title {
	color: #85AC00;
	margin-bottom: 10px;
}

.footer_home_bot_empty .footer_req_info {
	font-size: 13px;
	color: #b0b5b0;
	line-height: 1.7;
}
/* ── iframe карта в футере ── */
.footer_map_iframe {
        border-radius: 20rem;
        overflow: hidden;
}

.blocker {
  z-index: 10 !important;
}

body .blocker { z-index: 10 !important; }
