/* Inner pages */
/* .page-inner {
	background: #f6f6f8;
} */
em {
	font-style: normal;
}
.page-inner .header {
	position: sticky;
}
.page-inner .header .header__container {
	background: #fff;
	backdrop-filter: none;
	filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.06));
}
.page-inner .header__nav-item--active a,
.page-inner .mobile-menu__link--active {
	color: #fc533e;
}
/* Page hero */
.page-hero {
	padding: 91px 0 80px;
	margin-top: -76px;
	background: #f6f6f8;
	border-radius: 0 0 32px 32px;
	overflow: hidden;
}
.page-hero__wrap {
	max-width: 1936px;
	margin: 0 auto;
	padding: 0 24px;
	width: 100%;
}
.page-hero__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: end;
}
.page-hero__content {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	max-height: 90%;
	padding-bottom: 40px;
}
.page-hero__badge {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: auto;
}
.page-hero__faces {
	display: flex;
}
.page-hero__faces img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 2px solid #f6f6f8;
	margin-left: -12px;
	object-fit: cover;
}
.page-hero__faces img:first-child {
	margin-left: 0;
}
.page-hero__badge p {
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	line-height: 1.2;
	color: #1a1a1a;
}
.page-hero__badge strong {
	font-weight: 700;
}
.page-hero__title {
	font-family: "TT Travels Next Trl", sans-serif;
	font-size: 80px;
	font-weight: 600;
	line-height: 0.9;
	color: #1a1a1a;
	/* margin-bottom: 32px; */
	margin: 0px 0px 32px 0px;
	line-height: 105%;
}
.page-about .page-hero__title {
	font-size: 112px;
}
.page-about .page-hero {
	padding-bottom: 24px;
}
.page-hero__title--sm {
	font-size: 80px;
}
.page-hero__title em,
.page-hero__title .muted {
	color: #939495;
	font-style: normal;
}
.page-hero__title .outline {
	color: transparent;
	-webkit-text-stroke: 1px #1a1a1a;
}
.page-hero__text {
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	line-height: 1.4;
	color: #1a1a1a;
	max-width: 800px;
}
.page-hero .hero-form-box {
	max-width: 737px;
	margin-top: 64px;
}
.page-hero .hero-form .fill-animate input {
	color: #1a1a1a;
}
.page-hero__text strong {
	font-weight: 700;
}
.page-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 32px;
}
.page-hero__media {
	border-radius: 32px;
	overflow: hidden;
	min-height: 400px;
}
.page-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 400px;
}
.page-hero__media--wide {
	margin-top: 48px;
	border-radius: 32px;
	overflow: hidden;
}
.page-hero__media--wide img {
	width: 100%;
	height: 100%;
	display: block;
	max-height: 520px;
	object-fit: cover;
}
/* Mission */
.page-mission {
	padding: 180px 0;
	text-align: center;
	background: #fff;
}
.page-mission__title {
	font-family: "TT Travels Next Trl", sans-serif;
	font-size: 80px;
	font-weight: 600;
	line-height: 1.05;
	color: #1a1a1a;
	max-width: 1134px;
	margin: 0 auto 32px;
}
.page-mission__title .muted {
	color: #939495;
}
.page-mission__icons {
	display: flex;
	justify-content: center;
	gap: 16px;
}
.page-mission__icons span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background: #fff;
	border-radius: 96px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
	font-size: 24px;
}
/* About idea */
.page-idea {
	padding: 120px 0;
	background: #f6f6f8;
	border-radius: 32px;
	transform: translateY(32px);
}
.page-idea__top {
	display: flex;
	justify-content: space-between;
	gap: 48px;
	align-items: start;
	margin-bottom: 32px;
}
.page-idea__title {
	font-family: "TT Travels Next Trl", sans-serif;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.05;
	color: #1a1a1a;
	max-width: 580px;
}
.page-pillars__head img,
.page-idea__title img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: 112px;
	max-height: 56px;
	border-radius: 60px;
}
.page-idea__title img {
	transform: translateY(7px);
}
.page-pillars__head img {
	transform: translateY(20px);
}
.page-idea__title .muted {
	color: #939495;
}
.page-idea__title-thumb {
	display: inline-block;
	width: 112px;
	height: 56px;
	border-radius: 60px;
	overflow: hidden;
	vertical-align: middle;
	margin: 0 8px;
}
.page-idea__title-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page-idea__text {
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	line-height: 1.4;
	color: #1a1a1a;
	max-width: 651px;
}
.page-idea__text strong {
	font-weight: 700;
}
.page-idea__mission {
	background: #fff;
	border-radius: 24px;
	padding: 40px 24px;
	max-width: 651px;
	margin-left: auto;
}
.page-idea__mission h3 {
	font-family: "TT Travels Next Trl", sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 16px;
}
.page-idea__mission p {
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
}
.page-idea__pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 80px;
}
.page-idea__pill {
	position: relative;
	flex: 1 1 280px;
	min-height: 217px;
	border-radius: 176px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-idea__pill img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page-idea__pill::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.35);
}
.page-idea__pill span {
	position: relative;
	z-index: 1;
	font-family: "TT Travels Next Trl", sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}
.page-idea__pill--dark {
	background: #1a1a1a;
}
.page-idea__pill--dark::after {
	display: none;
}
.page-idea__pill--arrow {
	font-size: 32px;
	color: #fff;
}
/* Timeline */
.page-timeline {
	padding: 152px 0 152px;
	background: #fff;
}
.page-timeline__title {
	text-align: center;
	font-family: "TT Travels Next Trl", sans-serif;
	font-size: 80px;
	font-weight: 600;
	line-height: 1.05;
	margin-bottom: 64px;
}
.page-timeline__title .muted {
	color: #939495;
}
.page-timeline__inner {
	position: relative;
	max-width: 1196px;
	margin: 0 auto;
	padding: 0 20px;
}
.page-timeline__line {
	position: absolute;
	left: 50%;
	top: 105px;
	bottom: 128px;
	width: 2px;
	background: #e0e1e4;
	transform: translateX(-50%);
}
.page-timeline__item {
	display: grid;
	grid-template-columns: 1fr 74px 1fr;
	gap: 24px;
	align-items: center;
	position: relative;
	z-index: 2;
}
.page-timeline__item:not(:last-child) {
	margin-bottom: 48px;
}
.page-timeline__item:nth-child(even) .page-timeline__card {
	order: 1;
}
.page-timeline__item:nth-child(odd) .page-timeline__card {
	grid-column: 1;
}
.page-timeline__dot {
	grid-column: 2;
	width: 74px;
	min-width: 74px;
	height: 74px;
	border-radius: 50%;
	background: #f6f6f8;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	z-index: 1;
	margin: 0 auto;
}
.page-timeline__card {
	background: #f6f6f8;
	border-radius: 24px;
	padding: 48px 24px;
	max-width: 517px;
}
.page-timeline__year {
	font-family: "TT Travels Next Trl", sans-serif;
	font-size: 48px;
	font-weight: 600;
	color: #e0e1e4;
	margin-bottom: 24px;
}
.page-timeline__card h3 {
	font-family: "TT Travels Next Trl", sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 8px;
}
.page-timeline__card p {
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	line-height: 1.3;
}
/* Pillars */
.page-pillars {
	padding: 120px 0;
	background: #f6f6f8;
	border-radius: 32px;
}
.page-pillars__head {
	text-align: center;
	margin-bottom: 64px;
}
.page-pillars__head h2 {
	max-width: 896px;
}
.page-pillars__head .muted {
	color: #939495;
	display: block;
}
.page-pillars__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	margin-bottom: 24px;
}
.page-pillar {
	background: #fff;
	border: 1px solid #eeeff2;
	border-radius: 24px;
	padding: 32px 24px;
	min-height: 350px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.page-pillar__icon {
	width: 56px;
	height: 56px;
	background: #f6f6f8;
	border-radius: 96px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	margin-bottom: 24px;
}
.page-pillar h3 {
	font-family: "TT Travels Next Trl", sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 16px;
}
.page-pillar__line {
	width: 40px;
	height: 4px;
	background: #eeeff2;
	border-radius: 96px;
	margin-bottom: 16px;
}
.page-pillar p {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 1.3;
	color: #71717b;
}
.page-pillars__banner {
	border-radius: 24px;
	overflow: hidden;
}
.page-pillars__banner img {
	width: 100%;
	display: block;
	max-height: 425px;
	object-fit: cover;
}
/* Compromises */
.page-compromise {
	padding: 120px 0;
	background: #fff;
}
.page-compromise__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: start;
}
.page-compromise__grid > div {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.page-compromise__title {
	font-family: "TT Travels Next Trl", sans-serif;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.05;
	margin-bottom: 24px;
	max-width: 532px;
}
.page-compromise__title .muted {
	color: #939495;
}
.page-compromise__lead {
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 40px;
}
.page-compromise__img {
	border-radius: 24px;
	overflow: hidden;
	margin-bottom: 24px;
}
.page-compromise__img img {
	width: 100%;
	display: block;
	object-fit: cover;
}
.page-compromise__progress {
	background: #1a1a1a;
	border-radius: 24px;
	padding: 32px 24px;
	color: #fff;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.page-compromise__progress strong {
	color: #fff;
	font-family: "TT Travels Next Trl";
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 105%;
	display: block;
	margin-bottom: 16px;
}
.page-compromise__progress p {
	color: rgba(255, 255, 255, 0.8);
	font-family: "Montserrat";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}
/* .page-compromise__bar {
	height: 8px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 96px;
	margin-top: 16px;
	overflow: hidden;
}
.page-compromise__bar span {
	display: block;
	height: 100%;
	width: 85%;
	background: #fc533e;
	border-radius: 96px;
} */
.page-feature {
	background: #f6f6f8;
	border: 1px solid #eeeff2;
	border-radius: 24px;
	padding: 32px 24px;
	display: flex;
	gap: 16px;
	align-items: flex-start;
}
.page-feature:not(:last-child) {
	margin-bottom: 16px;
}
.page-feature__icon {
	flex-shrink: 0;
	width: 56px;
	height: 56px;
	background: #fff;
	border-radius: 96px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}
.page-feature h3 {
	font-family: "TT Travels Next Trl", sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 8px;
}
.page-feature p {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #71717b;
}
/* Filters */
.page-filters {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 8px;
	border-radius: 96px;
	background: #fff;
	margin: 48px auto 32px;
	width: max-content;
}
.page-filters__btn {
	padding: 12px 24px;
	border-radius: 96px;
	background: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #1a1a1a;
	cursor: pointer;
	transition:
		background 0.2s,
		color 0.2s,
		border-color 0.2s;
}
.page-filters__btn.is-active,
.page-filters__btn:hover {
	background: #fc533e;
	border-color: #fc533e;
	color: #fff;
}
/* News archive */
.container-s {
	max-width: 1370px;
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
}
.post-type-archive-news,
.page-news-bg {
	background: #f6f6f8;
}
.page-news {
	padding: 160px 0 120px;
}
.page-news .page-hero__title {
	max-width: 728px;
	margin: 0 auto;
	text-align: center;
}
.page-news__intro {
	text-align: center;
	max-width: 720px;
	margin: 32px auto 16px;
	color: #1a1a1a;
	text-align: center;
	font-family: "Montserrat";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.page-news__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.page-news__grid .ten-card {
	display: flex;
}
.page-news__grid .ten-card.is-hidden {
	display: none;
}
.ten-card__tag {
	position: absolute;
	top: 16px;
	left: 16px;
	padding: 6px 12px;
	border-radius: 96px;
	background: rgba(255, 255, 255, 0.9);
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #1a1a1a;
}
.ten-card__tag a {
	color: #1a1a1a;
}
.ten-card__img {
	position: relative;
}
/* Article (WP) */
.article-page {
	padding: 200px 0 0px;
}
.article-back {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	color: #1a1a1a;
	font-family: "Montserrat";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	margin-bottom: 32px;
}
.article-back span {
	display: inline-flex;
	width: 48px;
	height: 48px;
	padding: 12px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	aspect-ratio: 1/1;
	border-radius: 96px;
	background: #eeeff2;
}
.article-back:hover {
	color: #fc533e;
}
.article-header {
	margin-bottom: 40px;
}
.article-header h1 {
	font-family: "TT Travels Next Trl", sans-serif;
	font-size: 64px;
	font-weight: 600;
	line-height: 1.05;
	color: #1a1a1a;
	margin-bottom: 16px;
	margin-top: 0;
}
.article-header time {
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	color: #939495;
}
.article-layout {
	display: grid;
	grid-template-columns: 1fr 383px;
	gap: 48px;
	align-items: start;
	margin-bottom: 120px;
}
.article-content {
	max-width: 924px;
}
.article-content.entry-content {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #1a1a1a;
}
.article-content > p {
	margin-top: 24px;
}
/* .article-content .wp-block-image, */
.article-content > figure {
	margin: 32px 0;
}
.article-content figure {
	border-radius: 24px;
	overflow: hidden;
}
.article-img {
	border-radius: 24px;
	overflow: hidden;
	margin-bottom: 40px;
}
.article-img img {
	width: 100%;
}
.article-content figure:first-child {
	margin-top: 0;
}
.news-tag {
	border-radius: 96px;
	border: 1px solid #eeeff2;
	background: #fff;
	height: 26px;
	padding: 4px 8px;
	gap: 8px;
	color: #1a1a1a;
	font-family: "TT Travels Next Trl";
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	margin-right: 24px;
}
.article-content .wp-block-image img,
.article-content figure img {
	width: 100%;
	display: block;
}
.article-content .wp-block-columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}
.article-content h2 {
	font-family: "TT Travels Next Trl", sans-serif;
	font-size: 48px;
	font-weight: 600;
	line-height: 105%;
	margin-top: 56px;
}
.article-content h3 {
	color: #1a1a1a;
	font-family: "TT Travels Next Trl";
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	margin-top: 56px;
}
.article-content .lead,
.article-content > p:first-of-type {
	color: #939495;
	font-family: "TT Travels Next Trl";
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
}
.article-content > p:first-of-type {
	padding-bottom: 56px;
	border-bottom: 1px solid #e0e1e4;
	margin-bottom: 56px;
	margin-top: 0;
}
.article-sidebar {
	position: sticky;
	top: 100px;
}
.article-quote {
	background: #f6f6f8;
	border-radius: 24px;
	padding: 32px 24px;
	margin-bottom: 24px;
}
.article-quote__icon {
	font-family: "TT Travels Next Trl", sans-serif;
	font-size: 48px;
	line-height: 1;
	color: #e0e1e4;
	margin-bottom: 16px;
}
.article-quote p {
	color: #1a1a1a;
	font-family: "TT Travels Next Trl";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 115%;
}
.article-share {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 23px 24px;
	gap: 32px;
	border-radius: 16px;
	background: #f6f6f8;
}
.article-share h4 {
	color: #1a1a1a;
	font-family: "Montserrat";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}
.article-share__links {
	display: flex;
	gap: 12px;
}
.article-share__links a {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 700;
	color: #1a1a1a;
}
.page-news-single .ten {
	border-radius: 32px;
	background: #f6f6f8;
	padding-top: 120px;
}
/* Documents */
.page-template-documents,
.page-documents {
	background: #f6f6f8;
}
.page-docs {
	padding: 160px 0 120px;
}
.page-docs .page-hero__title {
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
}
.page-docs__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.doc-card {
	background: #fff;
	border: 1px solid #f4f4f5;
	border-radius: 24px;
	padding: 32px 24px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
	display: flex;
	flex-direction: column;
	min-height: 280px;
}
.doc-card.is-hidden {
	display: none;
}
.doc-card__icon {
	display: flex;
	padding: 16px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border-radius: 96px;
	background: #f6f6f8;
	width: 56px;
	height: 56px;
	margin-bottom: 24px;
}
.doc-card h3 {
	font-family: "TT Travels Next Trl", sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.15;
	margin-bottom: 16px;
	flex-grow: 1;
}
.doc-card p {
	color: #939495;
	font-family: "Montserrat";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	margin-bottom: 16px;
	max-width: 383px;
}
.doc-card__meta {
	color: #939495;
	font-family: "Montserrat";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}
.doc-card__download {
	display: block;
	margin-top: 24px;
	color: #1a1a1a;
}
.doc-card__download:hover {
	color: #fc533e;
}
/* Buy */
.page-buy {
	background: #fff;
}
.page-buy-hero {
	padding: 240px 0 120px;
	margin-top: -80px;
	border-radius: 0 0 32px 32px;
	background: #f6f6f8;
}
.page-buy__steps {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
	align-items: start;
	margin: 64px 0;
}
.buy-steps {
	background: #fff;
}
.page-buy__steps-title {
	font-family: "TT Travels Next Trl", sans-serif;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.05;
	max-width: 500px;
	margin-bottom: 24px;
}
.page-buy__steps-title em {
	color: #939495;
}
.page-buy__steps-text {
	color: #939495;
	font-family: "Montserrat";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	max-width: 544px;
}
.buy-step {
	background: #f6f6f8;
	border-radius: 24px;
	padding: 32px 24px;
	display: flex;
	gap: 16px;
}
.buy-step:not(:last-child) {
	margin-bottom: 24px;
}
.page-buy__steps {
	margin: 40px 0;
}
.buy-step__icon {
	flex-shrink: 0;
	width: 56px;
	height: 56px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}
.buy-step h3 {
	font-family: "TT Travels Next Trl", sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 115%;
	margin-bottom: 8px;
}
.buy-step p {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #71717b;
	margin-bottom: 19px;
}
.buy-step ul {
	color: #1a1a1a;
	font-family: "TT Travels Next Trl";
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	padding-left: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 22px;
}
.buy-step li {
	position: relative;
	padding-left: 16px;
}
.buy-step li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fc533e;
}
/* FAQ */
.page-faq {
	padding: 80px 0;
}
.page-faq__head {
	text-align: center;
	margin-bottom: 48px;
}
.page-faq__head h2 {
	font-family: "TT Travels Next Trl", sans-serif;
	font-size: 80px;
	font-weight: 600;
	margin-bottom: 16px;
}
.page-faq__head p {
	color: #939495;
	text-align: center;
	font-family: "Montserrat";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	max-width: 544px;
	margin: 0 auto;
}
.faq__list {
	max-width: 900px;
	margin: 0 auto;
}
.faq__item {
	border-radius: 24px;
	margin-bottom: 12px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
}
.faq__btn {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 32px 24px;
	text-align: left;
	font-family: "TT Travels Next Trl", sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #1a1a1a;
}
.faq__icon {
	flex-shrink: 0;
	display: flex;
	padding: 16px;
	align-items: center;
	gap: 10px;
	border-radius: 96px;
	background: #f6f6f8;
	transition: all 0.2s linear;
}
.faq__item--open .faq__icon {
	transform: rotate(180deg);
	transition: all 0.2s linear;
}
.faq__answer {
	display: none;
	padding: 0 24px 24px;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	color: #71717b;
}
.faq__item--open .faq__answer {
	display: block;
}
/* Contacts */
.page-contacts {
	background: #f6f6f8;
}
.contact-hero {
	position: relative;
	border-radius: 32px;
	overflow: hidden;
	min-height: 480px;
	margin: 0 28px 120px;
}
.contact-hero__bg {
	position: absolute;
	inset: 0;
}
.contact-hero__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.contact-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.55) 100%);
}
.contact-hero__content {
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 160px 20px 80px;
	color: #fff;
}
.contact-hero__content h1 {
	font-family: "TT Travels Next Trl", sans-serif;
	font-size: 80px;
	font-weight: 600;
	line-height: 105%;
	max-width: 728px;
	margin: 0 auto 32px;
}
.contact-hero__content h1 em {
	color: #bdbdc0;
	font-style: normal;
}
.contact-hero__content p {
	color: #fff;
	text-align: center;
	font-family: "Montserrat";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	max-width: 728px;
	margin: 0 auto 32px;
}
.contact-hero__social {
	display: flex;
	justify-content: center;
	gap: 12px;
}
.contact-hero__social a {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
}
.contact-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-bottom: 24px;
}
.contact-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 24px;
	padding: 32px 24px;
	border: 1px solid #eeeff2;
}
.contact-card__icon {
	display: flex;
	padding: var(--16, 16px);
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 56px;
	height: 56px;
	border-radius: 96px;
	background: #f6f6f8;
	margin-bottom: 94px;
}
.contact-card h3 {
	font-family: "TT Travels Next Trl", sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 16px;
	padding-bottom: 16px;
	margin-top: auto;
	position: relative;
}
.contact-card h3::before {
	content: "";
	display: block;
	width: 40px;
	height: 4px;
	border-radius: 96px;
	background: #eeeff2;
	position: absolute;
	bottom: 0;
	left: 0;
}
.contact-card p {
	color: #1a1a1a;
	font-family: "Montserrat";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	margin-bottom: 16px;
}
.contact-card .btn {
	width: 100%;
	max-height: 40px;
}
.contact-map-block {
	border-radius: 32px;
	background: #fff;
	padding: 120px 64px;
}
.contact-map-block h2 {
	font-family: "TT Travels Next Trl", sans-serif;
	font-size: 48px;
	font-weight: 600;
	max-width: 350px;
}
.contact-map-block__grid {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: 48px;
	align-items: start;
	margin-bottom: 40px;
}
.contact-map-block__text {
	color: #1a1a1a;
	font-family: "Montserrat";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.page-contact {
	padding-bottom: 120px;
}
.contact-map {
	position: relative;
	border-radius: 24px;
	overflow: hidden;
	background: #e8e9ec;
	min-height: 400px;
}
.contact-map img {
	width: 100%;
	display: block;
	object-fit: cover;
	min-height: 400px;
}
.contact-map__popup {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 16px;
	padding: 32px 16px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}
.contact-map__popup p {
	color: #bdbdc0;
	font-family: "TT Travels Next Trl";
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
}
.contact-map__popup strong {
	display: block;
	color: #1a1a1a;
	font-family: "TT Travels Next Trl";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 115%;
	margin-bottom: 16px;
}
.contact-map__popup a {
	padding: 12px 24px;
	max-height: 40px;
}
/* Plan */
/* .page-plan {
	padding: 0px 0 80px;
} */
.page-plan .page-hero {
	padding-top: 240px;
}
.page-plan .page-news__intro {
	max-width: 1072px;
	margin-left: 0;
	text-align: left;
}
.plan-slider__head-left p {
	color: #1a1a1a;
	font-family: "Montserrat";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	max-width: 560px;
	margin-top: 24px;
}
.page-plan .page-hero {
	border-radius: 0;
}
.plan-slider {
	padding: 40px 0 120px;
	overflow: hidden;
	background: #f6f6f8;
	border-radius: 0 0 32px 32px;
}
.plan-slider__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 32px;
	flex-wrap: wrap;
	gap: 16px;
}
.plan-slider__head h2 {
	font-family: "TT Travels Next Trl", sans-serif;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.05;
}
.plan-slider__legend {
	display: flex;
	gap: 10px;
	color: #1a1a1a;
	font-family: "TT Travels Next Trl";
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
}
.plan-slider__legend span {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 13px 10px;
	border-radius: 125px;
	border: 1px solid #eeeff2;
	background: #fff;
}
.plan-slider__legend i {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.plan-slider__legend i.done {
	background: #00cc77;
}
.plan-slider__legend i.progress {
	background: #939495;
}
.plan-slider__body {
	position: relative;
}
.plan-slider-swiper {
	overflow: visible;
	padding-bottom: 88px;
}
.plan-slider-swiper .swiper-slide {
	width: 518px;
	height: auto;
}
/* .plan-slider__nav {
	display: flex;
	gap: 12px;
	margin-top: 24px;
} */
/* .plan-slider__prev,
.plan-slider__next {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid #e0e1e4;
	background: #fff;
	cursor: pointer;
	position: relative;
	flex-shrink: 0;
	transition: background 0.2s;
}
.plan-slider__prev:hover,
.plan-slider__next:hover {
	background: #f6f6f8;
}
.plan-slider__prev::after,
.plan-slider__next::after {
	content: "";
	position: absolute;
	inset: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	border-top: 2px solid #1a1a1a;
	border-right: 2px solid #1a1a1a;
}
.plan-slider__prev::after {
	transform: rotate(-135deg);
	margin-left: 14px;
}
.plan-slider__next::after {
	transform: rotate(45deg);
	margin-right: 14px;
} */
.plan-slider__prev.swiper-button-disabled,
.plan-slider__next.swiper-button-disabled {
	opacity: 0.35;
	cursor: default;
}
.plan-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
	min-height: 493px;
}
.plan-card__header {
	padding: 48px 24px 8px;
	color: #fff;
}
.plan-card__year {
	color: #0c7;
	font-family: "TT Travels Next Trl";
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 105%;
}
.plan-card--progress .plan-card__year {
	color: #939495;
}
.plan-card__body {
	padding: 24px 24px 48px;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.plan-card h3 {
	color: #1a1a1a;
	font-family: "TT Travels Next Trl";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 115%;
	margin-bottom: 12px;
}
.plan-card__body p {
	color: #1a1a1a;
	font-family: "Montserrat";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	margin-bottom: auto;
}
.plan-card__status {
	display: inline-flex;
	width: max-content;
	align-items: center;
	gap: 8px;
	padding: 5.239px 10.479px;
	gap: 10.479px;
	flex-shrink: 0;
	border-radius: 125.744px;
	border: 1.31px solid #eeeff2;
	background: #fff;
	color: #1a1a1a;
	font-family: "TT Travels Next Trl";
	font-size: 15.718px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	margin-top: 24px;
}
.plan-card__status i {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	flex-shrink: 0;
}
.plan-card--done .plan-card__status i {
	background: #00cc77;
}
.plan-card--progress .plan-card__status i {
	background: #939495;
}
.plan-infra {
	padding: 120px 0;
	background: #fff;
}
.plan-infra__head {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 64px;
}
.plan-infra__head h2 {
	font-family: "TT Travels Next Trl", sans-serif;
	font-size: 80px;
	font-weight: 600;
	margin-bottom: 24px;
}
.plan-infra__head p {
	color: #939495;
	text-align: center;
	font-family: "Montserrat";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.plan-infra__item {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: flex-end;
}
.plan-infra__item:not(:last-child) {
	margin-bottom: 64px;
}
.plan-infra__img {
	border-radius: 24px;
	overflow: hidden;
}
.plan-infra__img img {
	width: 100%;
	display: block;
	object-fit: cover;
	min-height: 280px;
}
.plan-infra__text h3 {
	font-family: "TT Travels Next Trl", sans-serif;
	font-size: 32px;
	font-weight: 600;
	line-height: 110%;
	margin-bottom: 24px;
}
.plan-infra__text > p {
	color: #1a1a1a;
	font-family: "Montserrat";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	max-width: 700px;
	margin-bottom: 24px;
}
.plan-infra__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.plan-infra__tags > div {
	display: flex;
	flex-direction: column;
	padding: 32px 24px;
	gap: 8px;
	border-radius: 24px;
	border: 1px solid #eeeff2;
	background: #f6f6f8;
	flex-grow: 1;
}
.plan-infra__tags span {
	color: #71717b;
	font-family: "Montserrat";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.plan-infra__tags p {
	color: #18181b;
	font-family: "TT Travels Next Trl";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 115%;
}
.plan-map-cta {
	padding-bottom: 120px;
	background: #fff;
}
.plan-map-cta__wrap {
	background: #f6f6f8;
	border-radius: 32px;
	padding: 120px 64px;
}
.plan-map-cta__top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.plan-map-cta h2 {
	color: #1a1a1a;
	font-family: "TT Travels Next Trl";
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	max-width: 420px;
}
.plan-map-cta p {
	color: #1a1a1a;
	font-family: "Montserrat";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	max-width: 702px;
}
.plan-map-cta__img {
	border-radius: 24px;
	overflow: hidden;
	margin-bottom: 32px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.plan-map-cta__img img {
	width: 100%;
	display: block;
}
.plan-map-cta__btn {
	display: flex;
	justify-content: center;
}
/* Plot single */
.plot-page {
	padding: 160px 0 120px;
}
.plot-hero__back {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	color: #939495;
	margin-bottom: 24px;
}
.plot-hero__head {
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}
.plot-hero__head h1 {
	font-family: "TT Travels Next Trl", sans-serif;
	font-size: 80px;
	font-weight: 600;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 30px;
}
.plot-hero__specs {
	display: flex;
	gap: 48px;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
}
.plot-hero__specs span {
	color: #939495;
	font-family: "Montserrat";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}
.plot-hero__specs strong {
	display: block;
	font-family: "TT Travels Next Trl";
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	margin-top: 4px;
}
.plot-hero__specs .price strong {
	color: #fc533e;
}
.plot-page-wrap {
	display: grid;
	grid-template-columns: 1fr 517px;
	gap: 24px;
	align-items: start;
}
.plot-hero__layout {
	margin-bottom: 48px;
}
.plot-hero__image {
	border-radius: 24px;
	overflow: hidden;
}
.plot-hero__image img {
	width: 100%;
	display: block;
	min-height: 420px;
	object-fit: cover;
}
.plot-booking {
	background: #fff;
	border-radius: 24px;
	padding: 54px 24px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.plot-booking h3 {
	font-family: "TT Travels Next Trl", sans-serif;
	color: #1a1a1a;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	margin-bottom: 24px;
}
.plot-booking input {
	width: 100%;
	max-width: calc(100% - 48px);
	height: 56px;
	border: 1px solid #e0e1e4;
	border-radius: 96px;
	padding: 0 24px;
	margin-bottom: 12px;
	font-family: Montserrat, sans-serif;
}
.plot-booking .remember-me {
	margin: 16px 0;
}
.plot-booking .eleven-form__submit {
	width: 100%;
	margin-bottom: 12px;
}
.plot-features {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	margin-bottom: 48px;
}
.page-plot {
	background: var(--bg-light-bg-page, #fcfcfc);
}
.plot-feature {
	border: 1px solid #eeeff2;
	border-radius: 24px;
	padding: 32px 24px;
}
/* .plot-feature__icon {
	font-size: 24px;
	margin-bottom: 16px;
} */
.plot-feature strong {
	display: block;
	font-family: "TT Travels Next Trl", sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 115%;
	margin-bottom: 16px;
}
.plot-feature span {
	color: #1a1a1a;
	font-family: "Montserrat";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}
.plot-map {
	border-radius: 24px;
	overflow: hidden;
	margin-bottom: 48px;
}
.plot-map img {
	width: 100%;
	height: 100%;
}
.plot-section h2 {
	font-family: "TT Travels Next Trl", sans-serif;
	font-size: 48px;
	font-weight: 600;
	margin-bottom: 24px;
}
.plot-section h3 {
	color: #1a1a1a;
	font-family: "TT Travels Next Trl";
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	margin-bottom: 24px;
}
.plot-section p {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 32px;
}
.plot-section em,
p.plot-lead {
	display: block;
	font-family: "TT Travels Next Trl", sans-serif;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 48px;
	max-width: 900px;
	color: #939495;
	padding-bottom: 56px;
	border-bottom: 1px solid rgb(224, 225, 228);
	margin-bottom: 56px;
}
figure.wp-block-gallery,
figure.wp-block-gallery.wp-block-gallery-1,
.plot-gallery {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin: 48px 0;
}
figure.wp-block-gallery figure:nth-child(1),
.plot-gallery__main {
	grid-column: 1 / -1;
	border-radius: 24px;
	overflow: hidden;
}
figure.wp-block-gallery img,
.plot-gallery__main img,
.plot-gallery__item img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
	width: 100%;
}
figure.wp-block-gallery figure,
.plot-gallery__item {
	border-radius: 24px;
	overflow: hidden;
}
.plot-section blockquote,
.plot-quote {
	background: #f6f6f8;
	border-radius: 24px;
	padding: 48px 24px;
	margin: 48px 0;
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.plot-section blockquote::before,
.plot-quote::before {
	content: "";
	display: block;
	width: 40px;
	height: 31px;
	background: url("../img/bloqute.svg");
}
.plot-section blockquote,
.plot-section blockquote p,
.plot-quote p {
	color: #1a1a1a;
	font-family: "TT Travels Next Trl";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 115%;
}
.plot-section blockquote p {
	margin: 0;
}
.plot-docs__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 32px 24px;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
}
.plot-docs__item:not(:last-child) {
	margin-bottom: 24px;
}
.plot-docs__item a svg {
	fill: #1a1a1a;
	transition: all 0.3s linear;
}
.plot-docs__item a:hover svg {
	fill: #fc533e;
	transition: all 0.3s linear;
}
.plot-docs__icon {
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #f6f6f8;
}
.plot-docs__content {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.plot-docs__left {
	display: flex;
	align-items: center;
	gap: 24px;
}
.plot-docs__item h4 {
	color: #18181b;
	font-family: "TT Travels Next Trl";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 115%;
}
.plot-docs__item span {
	color: #939495;
	font-family: "Montserrat";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	display: block;
}
/* Page CTA */
.page-cta {
	padding: 120px 0;
	text-align: center;
	border-radius: 32px;
	background: #f6f6f8;
}
.page-cta h2 {
	color: #1a1a1a;
	font-family: "TT Travels Next Trl";
	font-size: 80px;
	font-style: normal;
	font-weight: 600;
	line-height: 105%;
	margin-bottom: 32px;
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
}
.page-cta h2 .muted {
	color: #939495;
}
.page-cta-text p {
	color: #1a1a1a;
	text-align: center;
	font-family: "Montserrat";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	max-width: 701px;
	margin: 0 auto;
}
.page-cta__btns {
	margin-top: 40px;
}
.page-cta__note {
	margin-top: 16px;
	color: #939495;
	text-align: center;
	font-family: "Montserrat";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
/* Map hero */
.map-hero {
	padding: 160px 16px 0;
}
.map-hero .page-hero__wrap {
	margin-top: 0;
	padding-bottom: 120px;
}
.map-hero .page-hero__content {
	min-height: 530px;
	padding-bottom: 0;
}
.map-hero__grid {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 48px;
	align-items: end;
}
.map-hero__stats {
	display: flex;
	flex-direction: column;
	gap: 64px;
	align-items: flex-end;
	text-align: right;
	padding-bottom: 8px;
}
.map-hero__stat strong {
	display: block;
	font-family: "TT Travels Next Trl", sans-serif;
	font-size: 48px;
	font-weight: 600;
	line-height: 1;
	color: #1a1a1a;
}
.map-hero__stat:nth-child(2) strong {
	color: #fc533e;
}
.map-hero__stat span {
	display: block;
	font-family: Montserrat, sans-serif;
	font-size: 20px;
	color: #1a1a1a;
	margin-top: 4px;
}
.map-two {
	background: #fff;
	border-radius: 32px 32px 0 0;
}
.map-two .seven-map-wrap {
	margin-top: 0;
}
.ten-card__title a {
	color: inherit;
}
.ten-card__title a:hover {
	color: #fc533e;
}
/* Contact modal */
.contact-modal {
	position: fixed;
	inset: 0;
	z-index: 200;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition:
		opacity 0.25s,
		visibility 0.25s;
}
.contact-modal.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
body.contact-modal-open {
	overflow: hidden;
}
.contact-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(12px);
}
.contact-modal__dialog {
	position: relative;
	width: 100%;
	max-width: 1058px;
	max-height: calc(100vh - 48px);
	overflow-y: auto;
	z-index: 1;
}
.contact-modal__form {
	padding: 56px 80px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}
.contact-modal__form .eleven-form__title {
	font-size: 48px;
	line-height: 1.05;
	max-width: none;
}
.contact-modal__close {
	position: absolute;
	top: 24px;
	right: 24px;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	cursor: pointer;
	z-index: 2;
}
.contact-modal__close::before,
.contact-modal__close::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 20px;
	height: 2px;
	background: #1a1a1a;
}
.contact-modal__close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.contact-modal__close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.eleven-form__submit--disabled {
	background: #feddd8;
	color: rgba(255, 255, 255, 0.8);
	cursor: not-allowed;
}
/* Plot page extras */
.plot-hero__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 40px;
}
.plot-hero__tag {
	display: inline-flex;
	align-items: center;
	padding: 5px 8px;
	border: 1px solid #eeeff2;
	border-radius: 96px;
	background: #fff;
	font-family: "TT Travels Next Trl", sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 120%;
	color: #1a1a1a;
}
.plot-hero__back {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	color: #1a1a1a;
	margin-bottom: 24px;
}
.plot-hero__back-icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #eeeff2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.plot-sidebar {
	display: flex;
	flex-direction: column;
	gap: 28px;
	position: sticky;
	top: 88px;
}
.plot-excursion {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 56px;
	padding: 4px 4px 4px 32px;
	border-radius: 96px;
	background: #fc533e;
	color: #fff;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 700;
	border: none;
	cursor: pointer;
}
.plot-excursion:hover {
	background: #e34b38;
}
.plot-excursion span {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.plot-excursion svg {
	width: 24px;
	height: 24px;
}
.plot-share {
	background: #f6f6f8;
	border-radius: 16px;
	padding: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}
.plot-share p {
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	margin: 0;
}
.plot-share__btns {
	display: flex;
	gap: 16px;
}
.plot-share__btns a {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 700;
	color: #1a1a1a;
}
.plot-feature {
	min-height: 220px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.plot-feature__icon {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #f6f6f8;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	margin-bottom: auto;
}
.plot-feature__icon img {
	max-width: 30px;
}
.page-about .btn--outline {
	background: #fff;
	border-color: #e0e1e4;
}
.page-about {
	background: unset;
}
.plot-hero__specs-laptop,
.plot-sidebar-laptop {
	display: none;
}
/* Responsive */
@media (max-width: 1640px) {
	.eleven__grid {
		grid-template-columns: 1fr 494px;
	}
	.page-hero__title {
		font-size: 80px;
	}
	.plot-hero__head h1,
	.article-back {
		margin-bottom: 24px;
	}
	.contact-hero__content h1 {
		max-width: 635px;
	}
	.contact-hero__content h1,
	.page-faq__head h2,
	.plot-hero__head h1,
	.plan-infra__head h2,
	.page-hero__title--sm,
	.page-cta h2,
	.page-mission__title,
	.page-timeline__title,
	.page-pillars__head h2 {
		font-size: 64px;
	}
	.page-about .page-hero__title {
		font-size: 96px;
	}
	.page-buy__steps-title {
		max-width: 430px;
	}
	.page-buy__steps-text {
		max-width: 478px;
	}
	.contact-map-block__text,
	.contact-hero__content p,
	.page-faq__head p,
	.page-buy__steps-text,
	.plan-map-cta p,
	.plan-infra__text > p,
	.plan-infra__head p,
	.plan-slider__head-left p,
	.page-cta-text p,
	.page-compromise__lead,
	.page-idea__text,
	.page-hero__text {
		font-size: 22px;
	}
	.contact-map-block h2,
	.page-buy__steps-title,
	.plot-section h2,
	.plan-card__year,
	.plan-slider__head h2,
	.article-content h2,
	.page-compromise__title,
	.page-timeline__year,
	.page-idea__title {
		font-size: 40px;
	}
	.page-idea__pill {
		min-height: 160px;
	}
	.page-pillars__head h2 {
		max-width: 880px;
	}
	.page-cta h2 {
		max-width: 877px;
	}
	.page-news__intro {
		font-size: 22px;
	}
	.plot-section h3,
	p.plot-lead,
	.plot-booking h3,
	.plot-hero__specs strong,
	.plan-map-cta h2,
	.plan-infra__text h3,
	.article-content .lead,
	.article-content > p:first-of-type {
		font-size: 28px;
	}
	.map-hero__stat strong {
		font-size: 40px;
	}
	.plan-card {
		min-height: 453px;
	}
	.plot-page-wrap {
		grid-template-columns: 1fr 391px;
	}
	.plan-slider-swiper .swiper-slide {
		width: 450px;
	}
	.plan-card__body p {
		font-size: 18px;
	}
	.plan-infra__item {
		gap: 24px;
	}
	.plan-map-cta__wrap {
		padding: 120px 56px;
	}
	.plot-quote p {
		font-size: 20px;
	}
	.page-faq__head {
		margin-bottom: 40px;
	}
	.contact-hero {
		margin: 0 24px 120px;
	}
	.page-hero__text {
		max-width: 680px;
	}
}
@media (max-width: 1170px) {
	.page-filters {
		margin-top: 40px;
	}
	.page-docs {
		padding: 110px 0 64px;
	}
	.contact-hero__content p {
		max-width: 432px;
	}
	.contact-hero__content h1 {
		font-size: 36px;
	}
	.contact-hero {
		margin: 0 16px 64px;
		border-radius: 24px;
	}
	.page-faq__head {
		margin-bottom: 32px;
	}
	.page-buy__steps {
		gap: 40px;
	}
	.page-buy__steps-text {
		max-width: 632px;
	}
	.page-buy__steps-title {
		max-width: unset;
		font-size: 28px;
	}
	.page-buy-hero {
		padding: 200px 0 64px;
		border-radius: 0 0 24px 24px;
	}
	.doc-card h3,
	.buy-step h3,
	.faq__btn {
		font-size: 18px;
	}
	.page-plan {
		padding: 0;
	}
	.page-hero {
		border-radius: 0 0 24px 24px;
	}
	.map-hero .page-hero__wrap {
		padding: 0 0 64px;
	}
	.page-hero__media--wide img {
		min-height: unset;
	}
	.page-faq__head h2,
	.map-hero__stat strong {
		font-size: 36px;
	}
	.map-hero__stat span {
		font-size: 16px;
	}
	.map-hero .page-hero__content {
		min-height: unset;
	}
	.plot-feature strong {
		font-size: 18px;
		margin-bottom: 8px;
	}
	.plot-map,
	.plot-features {
		margin-bottom: 40px;
	}
	.plot-sidebar {
		order: -1;
		display: none;
	}
	.plot-hero__specs {
		display: none;
	}
	.contact-cards,
	.plot-page-wrap,
	.eleven__grid,
	.page-hero__grid,
	.page-idea__top,
	.page-compromise__grid,
	.page-buy__steps,
	.contact-map-block__grid,
	.plan-infra__item,
	.plot-hero__layout,
	.article-layout {
		grid-template-columns: 1fr;
	}
	.page-hero__media {
		aspect-ratio: 16/9;
		min-height: 320px;
		border-radius: 24px;
	}
	.page-hero__badge {
		margin-bottom: 75px;
	}
	.page-mission {
		padding: 118px 0;
	}
	.page-cta h2 {
		margin-bottom: 24px;
	}
	.page-cta-text p {
		max-width: 518px;
	}
	.page-cta h2,
	.page-pillars__head h2,
	.page-mission__title {
		font-size: 36px;
		max-width: 556px;
	}
	.page-pillars__head {
		margin-bottom: 40px;
	}
	.page-pillars__head em {
		display: block;
	}
	.page-pillar {
		border-radius: 24px;
		min-height: 310px;
	}
	.page-compromise__img img,
	.page-pillars__banner img {
		aspect-ratio: 16/9;
	}
	/* .page-news-single .ten, */
	.page-pillars,
	.page-cta,
	.page-idea {
		padding: 64px 0;
		border-radius: 24px;
	}
	.page-faq,
	.plan-infra {
		padding: 64px 0;
	}
	.page-contact,
	.plan-map-cta {
		padding-bottom: 64px;
	}
	.contact-map-block {
		border-radius: 24px;
		padding: 64px 0px;
	}
	.plan-map-cta__wrap {
		border-radius: 24px;
		padding: 64px 32px;
	}
	.plan-map-cta__top {
		flex-direction: column;
		gap: 24px;
	}
	.plan-map-cta__img {
		margin-bottom: 24px;
	}
	.page-plan .page-cta {
		padding: 64px 0 96px;
		margin-bottom: -32px;
		border-radius: 24px 24px 0 0;
	}
	.page-compromise {
		padding: 64px 0;
	}
	.page-idea__title-thumb {
		width: 77px;
		height: 38px;
	}
	.page-idea__title {
		font-size: 28px;
		max-width: 540px;
	}
	.page-idea__text {
		max-width: unset;
	}
	.page-idea__mission {
		max-width: unset;
	}
	.contact-map__popup strong,
	.plan-infra__tags p,
	.page-pillar h3,
	.page-idea__pill span,
	.page-idea__mission h3 {
		font-size: 18px;
	}
	.contact-map__popup {
		max-width: 361px;
		width: 100%;
	}
	.contact-map-block__grid {
		margin-bottom: 32px;
		gap: 24px;
	}
	.plan-infra__text h3 {
		font-size: 24px;
		margin-bottom: 16px;
	}
	.plan-infra__item:not(:last-child) {
		margin-bottom: 48px;
	}
	.page-idea__pills {
		margin-top: 56px;
	}
	.plan-infra__head {
		margin-bottom: 40px;
	}
	.page-idea__top {
		flex-direction: column;
		gap: 36px;
	}
	.page-hero__content {
		padding-bottom: 0;
	}
	.page-pillars__grid,
	.page-news__grid,
	.page-docs__grid,
	.plot-features {
		grid-template-columns: repeat(2, 1fr);
	}
	.page-timeline__line {
		left: 38px;
		top: 30px;
		bottom: 162px;
	}
	.page-timeline__inner {
		padding: 0;
	}
	.page-timeline__item {
		display: flex;
		align-items: unset;
	}
	.page-timeline__card {
		max-width: unset;
		border-radius: 16px;
	}
	.page-timeline__dot {
		order: 1;
		margin: 0;
	}
	.page-compromise__grid > div:first-child,
	.page-timeline__item:nth-child(2n) .page-timeline__card {
		order: 2;
	}
	.map-hero__grid {
		grid-template-columns: 1fr;
	}
	.map-hero__stats {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 32px;
		align-items: flex-start;
		text-align: left;
	}
	.contact-modal__form {
		padding: 80px 32px;
	}
	.page-hero__title {
		margin-bottom: 24px;
		font-size: 48px;
	}
	.page-hero .hero-form-box {
		margin-top: 0;
		max-width: unset;
	}
	.plot-hero__head h1 {
		font-size: 48px;
	}
	.page-timeline {
		padding: 88px 0 88px;
	}
	.article-header h1 {
		font-size: 40px;
	}
	.page-timeline__title {
		font-size: 36px;
		text-align: left;
		margin-bottom: 32px;
	}
	.five-img {
		max-width: unset;
	}
	.page-compromise__title {
		max-width: 400px;
	}
	.contact-map-block h2,
	.plan-slider__head h2,
	.page-compromise__progress strong,
	.page-compromise__title,
	.page-timeline__year {
		font-size: 28px;
	}
	.plot-docs__item h4,
	.plot-quote p,
	.plan-card h3,
	.ten-card__title,
	.page-compromise__progress p,
	.page-feature h3,
	.page-timeline__card p,
	.page-timeline__card h3 {
		font-size: 18px;
	}
	.plot-docs__content {
		gap: 8px;
	}
	.plan-slider-swiper .swiper-slide {
		width: 419px;
	}
	.plan-card {
		min-height: 430px;
	}
	.page-timeline__item:nth-child(2n + 1) .page-timeline__dot {
		order: -1;
	}
	.page-compromise__lead {
		margin-bottom: 32px;
	}
	.page-compromise__grid {
		gap: 32px;
	}
	.page-compromise__progress {
		min-height: 146px;
	}
	.page-news {
		padding: 120px 0 64px;
	}
	.container-s {
		max-width: 1266px;
	}
	.article-page {
		padding: 120px 0 0px;
	}
	.article-back {
		margin-bottom: 24px;
	}
	.plan-infra__head h2 {
		max-width: 450px;
		margin: 0 auto 24px;
	}
	.plan-slider {
		border-radius: 0 0 24px 24px;
		padding: 0px 0 64px;
	}
	.page-hero {
		padding-bottom: 64px;
	}
	.page-hero__wrap {
		padding: 0 16px;
	}
	.page-plan .page-hero {
		padding-top: 195px;
	}
	.page-about .page-hero {
		padding-bottom: 16px;
	}
	.page-hero__media--wide {
		margin-top: 32px;
		border-radius: 24px;
		aspect-ratio: 16/9;
	}
	.plot-hero__head h1,
	.page-hero__title,
	.plan-infra__head h2,
	.article-header h1 {
		font-size: 36px;
	}
	.plot-page {
		padding: 120px 0 64px;
	}
	.plot-hero__tags {
		margin-bottom: 2px;
	}
	.plot-hero__specs-laptop,
	.plot-sidebar-laptop {
		display: flex;
	}
	.plot-sidebar-laptop {
		position: unset;
		margin-top: 32px;
		margin-bottom: 48px;
		gap: 24px;
	}
	.plot-hero__specs strong {
		font-size: 24px;
		margin-top: 8px;
	}
	.article-img {
		border-radius: 16px;
		aspect-ratio: 19/9;
	}
	.article-img img {
		height: 100%;
		object-fit: cover;
	}
	.plot-section h3,
	p.plot-lead,
	.plot-booking h3,
	.plan-map-cta h2,
	.article-content h3,
	.article-content .lead,
	.article-content > p:first-of-type {
		font-size: 24px;
	}
	.plot-section h2,
	.plan-card__year,
	.article-content h2 {
		font-size: 28px;
	}
	.plan-map-cta h2 {
		max-width: 340px;
	}
	.article-layout {
		margin-bottom: 64px;
	}
	figure.wp-block-gallery figure,
	.plot-quote,
	figure.wp-block-gallery figure:nth-child(1),
	.plot-gallery__item,
	.plot-gallery__main {
		border-radius: 16px;
	}
	.ten__list {
		padding-bottom: 80px;
	}
	.article-content > figure {
		margin-bottom: 24px;
	}
	.plan-slider__next {
		left: unset;
		right: 0;
	}
	.map-hero {
		padding: 120px 16px 0;
	}
	.page-pillars__head img,
	.page-idea__title img {
		max-width: 77px;
		max-height: 38px;
		transform: translateY(0px);
	}
}
@media (max-width: 767px) {
	.contact-card {
		padding: 32px 20px;
	}
	.contact-card h3 {
		font-size: 17px;
	}
	.page-docs__grid {
		margin-top: 40px;
	}
	.contact-modal {
		padding: 16px;
	}
	.contact-map__popup {
		max-width: 236px;
		padding-bottom: 13px;
	}
	.contact-map-block__grid {
		padding: 0 0px;
	}
	.contact-modal__form {
		padding: 80px 24px;
	}
	.contact-map-block {
		padding: 64px 0px 0px 0px;
	}
	.contact-card__icon {
		margin-bottom: 73px;
	}
	.plot-docs__item {
		flex-direction: column;
		align-items: unset;
	}
	.plot-docs__item a {
		margin-left: auto;
	}
	.plot-docs__left,
	.map-hero__stats {
		flex-direction: column;
	}
	.page-idea__pills {
		margin-top: 40px;
	}
	.page-mission {
		padding: 64px 0;
	}
	.page-timeline__title {
		font-size: 28px;
	}
	.page-timeline__item {
		flex-direction: column;
	}
	.page-idea__title,
	.page-compromise__title,
	.page-buy__steps-title {
		font-size: 28px;
	}
	.page-feature {
		flex-direction: column;
	}
	.page-compromise__grid {
		gap: 24px;
	}
	.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
	.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img,
	.plot-gallery__main,
	.page-hero__media--wide,
	.article-img,
	.page-hero__media,
	.page-compromise__img img,
	.page-pillars__banner img {
		aspect-ratio: 1/1;
	}
	.page-cta h2 {
		margin-bottom: 16px;
	}
	.page-cta__btns {
		margin-top: 32px;
	}
	.page-news__intro {
		margin: 16px auto 0px;
	}
	.page-about .page-hero__title,
	.page-hero__title {
		font-size: 48px;
	}
	.page-buy__steps-title,
	.page-hero__title--sm,
	.page-mission__title {
		font-size: 36px;
	}
	.page-idea__title,
	.page-compromise__title {
		font-size: 32px;
	}
	.page-pillars__grid,
	.page-news__grid,
	.page-docs__grid,
	.contact-cards,
	.plot-features,
	.page-idea__pills {
		grid-template-columns: 1fr;
	}
	.buy-step {
		flex-direction: column;
	}
	.page-idea__pill {
		flex: 1 1 100%;
		min-height: 160px;
	}
	figure.wp-block-gallery,
	figure.wp-block-gallery.wp-block-gallery-1,
	.article-content .wp-block-columns,
	.plot-gallery {
		grid-template-columns: 1fr;
	}
	.map-hero__stat strong {
		font-size: 36px;
	}
	.plan-slider-swiper .swiper-slide {
		width: 100%;
	}
	.contact-modal__form .eleven-form__title {
		font-size: 28px;
	}
	.plan-infra__head h2 {
		word-break: break-all;
	}
	.plan-map-cta .container {
		padding: 0;
	}
	.plan-map-cta__wrap {
		padding: 64px 16px;
	}
	.plot-hero__head h1 {
		font-size: 36px;
	}
	.plan-slider__head {
		margin-bottom: 27px;
	}
	.plot-hero__tags {
		gap: 8px;
	}
	.page-cta h2 {
		font-size: 32px;
	}
	.page-filters {
		margin-top: 40px;
		margin-bottom: 0;
	}
	.page-news__grid {
		margin-top: 32px;
	}
	.plot-map img {
		display: none;
	}
	.plot-map img.mobile-img {
		display: block;
	}
	.plot-feature {
		min-height: 200px;
	}
	.plot-hero__specs {
		flex-direction: column;
		gap: 40px;
	}
}
.text-page {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	color: #000000;
	padding-left: 30px;
	max-width: 1000px;
	margin: 0 auto;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 80px;
}
.text-page .title {
	color: #000;
	margin-top: 100px;
	font-size: 42px;
	margin-bottom: 30px;
}
.text-page li,
.text-page p {
	margin-bottom: 20px;
}
