@charset "UTF-8";

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

@font-face {
	font-family: "Montserrat";
	font-display: swap;
	src: url("fonts/Montserrat-Italic.woff") format("woff"),
		url("fonts/Montserrat-Italic.woff2") format("woff2");
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "Montserrat";
	font-display: swap;
	src: url("fonts/Montserrat-Medium.woff") format("woff"),
		url("fonts/Montserrat-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat";
	font-display: swap;
	src: url("fonts/Montserrat-MediumItalic.woff") format("woff"),
		url("fonts/Montserrat-MediumItalic.woff2") format("woff2");
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: "Montserrat";
	font-display: swap;
	src: url("fonts/Montserrat-SemiBold.woff") format("woff"),
		url("fonts/Montserrat-SemiBold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat";
	font-display: swap;
	src: url("fonts/Montserrat-SemiBoldItalic.woff") format("woff"),
		url("fonts/Montserrat-SemiBoldItalic.woff2") format("woff2");
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: "Montserrat";
	font-display: swap;
	src: url("fonts/Montserrat-Bold.woff") format("woff"),
		url("fonts/Montserrat-Bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
}

/* @font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("./fonts/Montserrat-BoldItalic.woff") format("woff"), url("./fonts/Montserrat-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}


@font-face {
  font-family: "Josefin Sans";
  font-display: swap;
  src: url("./fonts/JosefinSans-Regular.woff") format("woff"), url("./fonts/JosefinSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
} */

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

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

.video-container.videoIsPlay iframe {
	pointer-events: all;
}

a {
	background-color: transparent;
}

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

b,
strong {
	font-weight: bolder;
}

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

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	max-width: 100%;
	height: auto;
	-o-object-position: center;
	object-position: center;
	display: block;
	border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
	outline: none;
}

button,
input {
	overflow: visible;
	outline: none;
	border: none;
}

[type="submit"],
button,
select {
	text-transform: none;
	cursor: pointer;
	outline: none;
	border: none;
}

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

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

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

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

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
	outline: none;
	border: none;
	resize: vertical;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

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

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

/* .form-horizontal {
  padding: 30px 0;
} */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

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

section {
	position: relative;
}

svg {
	display: block;
}

header a,
footer a,
.contacts a {
	text-decoration: none;
	display: block;
}

header ul,
footer ul,
nav ul,
.contacts ul,
.page__nav,
.aside__nav,
.tags,
.contacts__list {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: inherit;
}

/* change colours to suit your needs */

ins {
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border: none;
	cursor: help;
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
	outline: none;
	border: none;
}

/**
 * Swiper 8.1.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 25, 2022
 */

@font-face {
	font-family: swiper-icons;
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
	font-weight: 400;
	font-style: normal;
}

.swiper {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	list-style: none;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear,
			right top,
			left top,
			from(rgba(0, 0, 0, 0.5)),
			to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(right,
			rgba(0, 0, 0, 0.5),
			rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left,
			rgba(0, 0, 0, 0.5),
			rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear,
			left top,
			right top,
			from(rgba(0, 0, 0, 0.5)),
			to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(left,
			rgba(0, 0, 0, 0.5),
			rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right,
			rgba(0, 0, 0, 0.5),
			rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear,
			left bottom,
			left top,
			from(rgba(0, 0, 0, 0.5)),
			to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(bottom,
			rgba(0, 0, 0, 0.5),
			rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top,
			rgba(0, 0, 0, 0.5),
			rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.5)),
			to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(top,
			rgba(0, 0, 0, 0.5),
			rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom,
			rgba(0, 0, 0, 0.5),
			rgba(0, 0, 0, 0));
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory;
}

.swiper-centered>.swiper-wrapper::before {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-ordinal-group: 10000;
	-ms-flex-order: 9999;
	order: 9999;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size);
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.magazine__slider .swiper-button-next,
.magazine__slider .swiper-button-prev {
	box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.75);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0.2;
	cursor: auto;
	/*pointer-events: none;*/
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	/*pointer-events: none;*/
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "next";
}

.swiper-button-lock {
	display: none;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 0.3s opacity;
	-o-transition: 0.3s opacity;
	transition: 0.3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width,
			var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height,
			var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: 50%;
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 0.2s top, 0.2s -webkit-transform;
	transition: 0.2s top, 0.2s -webkit-transform;
	-o-transition: 0.2s transform, 0.2s top;
	transition: 0.2s transform, 0.2s top;
	transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 0.2s left, 0.2s -webkit-transform;
	transition: 0.2s left, 0.2s -webkit-transform;
	-o-transition: 0.2s transform, 0.2s left;
	transition: 0.2s transform, 0.2s left;
	transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 0.2s right, 0.2s -webkit-transform;
	transition: 0.2s right, 0.2s -webkit-transform;
	-o-transition: 0.2s transform, 0.2s right;
	transition: 0.2s transform, 0.2s right;
	transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-lock {
	display: none;
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes swiper-preloader-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-grid>.swiper-wrapper {

	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	flex-direction: column;
}

.swiper-grid-column>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
	z-index: 10;
}

.swiper-cube {
	overflow: visible;
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-filter: blur(50px);
	filter: blur(50px);
}

.swiper-flip {
	overflow: visible;
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	-webkit-transition-property: opacity, height, -webkit-transform;
	transition-property: opacity, height, -webkit-transform;
	-o-transition-property: transform, opacity, height;
	transition-property: transform, opacity, height;
	transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
	overflow: visible;
}

.swiper-cards .swiper-slide {
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}

.accordeon.is-init .accordeon-item-body {
	opacity: 0;
	visibility: hidden;
	max-height: 0;
}

.accordeon-item {
	overflow: hidden;
	-webkit-transition: ease-in-out 0.5s;
	-o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

.accordeon-item.no-child .accordeon-item-head i {
	display: none;
}

.accordeon-item.opened>.accordeon-item-head i::before {
	-webkit-transform: translate(-50%, -50%) rotate(0);
	-ms-transform: translate(-50%, -50%) rotate(0);
	transform: translate(-50%, -50%) rotate(0);
}

.accordeon-item.opened .accordeon-item-body,
.accordeon-item.no-collapsed .accordeon-item-body {
	opacity: 1;
	visibility: visible;
	max-height: none;
}

.accordeon-item-head {
	position: relative;
	cursor: pointer;
}

.accordeon-item-head span {
	max-width: calc(100% - 15px);
}

.accordeon-item-head i {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%) rotate(0);
	-ms-transform: translate(0, -50%) rotate(0);
	transform: translate(0, -50%) rotate(0);
	width: 20px;
	height: 20px;
	-webkit-transition: ease-in-out 0.5s;
	-o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

.accordeon-item-head i::before,
.accordeon-item-head i::after {
	position: absolute;
	content: "";
	background: #fff;
	width: 12px;
	height: 1px;
	top: 50%;
	left: 50%;
	-webkit-transition: ease-in-out 0.5s;
	-o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

.accordeon-item-head i::before {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	-ms-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

.accordeon-item-head i::after {
	-webkit-transform: translate(-50%, -50%) rotate(0);
	-ms-transform: translate(-50%, -50%) rotate(0);
	transform: translate(-50%, -50%) rotate(0);
}

.accordeon-item-body {
	-webkit-transition: ease-in-out 0.5s;
	-o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

.select-dropdown {
	position: relative;
	display: inline-block;
	max-width: 100%;
}

.select-dropdown.active .chevron-down,
.viewAllRegions.opened .chevron-down {
	-webkit-transform: translate(0, -50%) rotateX(180deg);
	transform: translate(0, -50%) rotateX(180deg);
}

.select-dropdown__button {
	padding: 10px 35px 10px 16px;
	background: transparent;
	color: inherit;
	cursor: pointer;
	min-width: 210px;
	text-align: left;
	font-weight: 500;
	line-height: 1.25;
}

.select-dropdown__button::after {
	position: absolute;
	content: "";
	width: 2px;
	height: 100%;
	right: 0;
	top: 0;
	background: #fff;
}

.select-dropdown__button::focus {
	outline: none;
}

.select-dropdown__button .chevron-down,
.viewAllRegions .chevron-down {
	position: absolute;
	right: 10px;
	top: 50%;
	width: 15px;
	height: 15px;
	background: url(../../images/new_design/icons/arrow_down_bold_white.svg);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: ease-in-out 0.4s;
	-o-transition: ease-in-out 0.4s;
	transition: ease-in-out 0.4s;
}

.select-dropdown__list {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: calc(100% + 22px);
	max-height: 300px;
	overflow: auto;
	margin: 0;
	padding: 10px 0;
	list-style-type: none;
	opacity: 0;
	pointer-events: none;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	z-index: 2;
	background: rgba(141, 1, 0, 0.8);
	min-width: max-content;
}

.select-dropdown__list.active {
	opacity: 1;
	pointer-events: auto;
	z-index: 10 !important;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.select-dropdown__list-item {
	display: block;
	list-style-type: none;
	padding: 6px 16px;
	font-weight: 500;
	line-height: 1.25;
	cursor: pointer;
	text-align: left;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	text-transform: uppercase;
}

.select-dropdown__list-item.active,
.select-dropdown__list-item:hover {
	background: var(--color-accent-primary);
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.om-sliderrange {
	min-height: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.om-sliderrange-range {
	height: 4px;
	position: relative;
	margin: 8px 4px;
}

.om-sliderrange-display {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin: -6px 10% 0;
	font-size: 12px;
}

.om-sliderrange-range:before {
	display: block;
	content: "";
	height: 4px;
	border-radius: 4px;
	background: #c2c0c2;
}

.om-sliderrange-range-indicator {
	height: 4px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background: Highlight;
}

.om-sliderrange-button-start,
.om-sliderrange-button-end {
	cursor: pointer;
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	background: #7a7a7a;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: visible;
}

:root {
	--red: #a13b3b;
	--black: #000000;
	--blackgray: #262626;
	--dark-green: #073640;
	--light-green: #54838d;
	--gray: #777777;
	--pag-gray: #a8a8a8;
	--white: #ffffff;
	--s12: 12px;
	--s14: 14px;
	--s16: 16px;
	--s18: 18px;
	--s20: 20px;
	--s22: 22px;
	--s24: 24px;
	--s26: 26px;
	--s28: 28px;
	--s30: 30px;
	--s32: 32px;
	--s36: 36px;
	--s40: 40px;
	--s48: 48px;
	--s50: 50px;
	--s54: 54px;
	--s80: 80px;
	--padding: 4.165%;
	--mb-padding: 20px;
	--swiper-arrow-mb-fs: 19px;
	--M: "Montserrat", sans-serif;
	--swiper-theme-color: #007aff;
	--swiper-navigation-size: 44px;
	/* new color scheme */
	--color-accent-primary: #a13b3b;
	--color-accent-primary-dark: #6A2727;
	--color-accent-primary-light: #BF7C7C;
	--color-accent-secondary: #6CCAD3;
	--color-accent-secondary-dark: #49878D;
	--color-text: #222222;
	--color-text-light: #444444;
	--color-background: #FFFFFF;
	/* replace old colors with new ones */
	--red: var(--color-accent-primary);
	--forms-font-size: 16px;
	--forms-line-height: 150%;
	--forms-border-radius: 4px;
	--general-transition: all ease-in-out 0.3s;
}

/* width */

.hide {
	display: none !important;
	visibility: hidden !important;
}

/*
* Default styles
*/

.b {
	display: block;
}

.f {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.aic {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.aib {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.aifs {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.aife {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.jcc {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.jcsb {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.jcfe {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.fdc {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.fw {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.fdrr {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.fdcr {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.fs {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.gr {
	display: grid;
}

.grid-col-2 {
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 14px;
}

.grid-col-3 {
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 15px;
}

.gg80 {
	grid-gap: 80px;
}

.gg60 {
	grid-gap: 60px;
}

.gg50 {
	grid-gap: 50px;
}

.gg40 {
	grid-gap: 40px;
}

.gg35 {
	grid-gap: 35px;
}

.gg30 {
	grid-gap: 30px;
}

.gg25 {
	grid-gap: 25px;
}

.gg20 {
	grid-gap: 20px;
}

.gg12 {
	grid-gap: 12px;
}

.gg10 {
	grid-gap: 10px;
}

.gg5 {
	grid-gap: 5px;
}

.w100 {
	width: 100%;
}

.yc {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.yx {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.xyc {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.tr4 {
	-webkit-transition: ease-in-out 0.4s;
	-o-transition: ease-in-out 0.4s;
	transition: ease-in-out 0.4s;
}

.tr6 {
	-webkit-transition: ease-in-out 0.6s;
	-o-transition: ease-in-out 0.6s;
	transition: ease-in-out 0.6s;
}

.lsn {
	list-style: none;
}

.pt-30 {
	padding-top: 30px !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.pt-40 {
	padding-top: 40px !important;
}

.pb-40 {
	padding-bottom: 40px !important;
}

.pt-60 {
	padding-top: 60px !important;
}

.mt-15 {
	margin-top: 15px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-10 {
	margin: 10px 0;
}

.mb-30-10 {
	margin: 10px 0 30px;
}

.mb-60 {
	margin-bottom: 60px;
}

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

.thumb-cover img {
	-o-object-fit: cover;
	object-fit: cover;
}

.thumb-contain img {
	-o-object-fit: contain;
	object-fit: contain;
}

.thumb-fill img {
	-o-object-fit: fill;
	object-fit: fill;
}

.ov-hide {
	overflow: hidden;
}

.container {
	padding: 0 var(--padding);
	margin: 0 auto;
	width: 100%;
}

.container.container-big {
	max-width: 1500px;
}

.section-head {
	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;
	margin-bottom: 30px;
}

.see-all {
	font-weight: 500;
	line-height: 1.25;
	text-transform: capitalize;
	text-decoration: none;
}

.see-all-mobile {
	font-weight: 500;
	text-align: center;
}

.up-title {
	margin-bottom: 30px;
}

.section-title {
	font-weight: 500;
	font-size: var(--s30);
	line-height: 1.2626;
	/*text-transform: capitalize;*/
}

.section-subtitle {
	font-weight: 500;
	font-size: var(--s18);
	line-height: 1.2222;
}

.abs-content {
	position: absolute;
	z-index: 3;
	left: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
	width: 100%;
	height: auto;
	padding: 30px;
	-webkit-transition: ease-in-out 0.4s;
	-o-transition: ease-in-out 0.4s;
	transition: ease-in-out 0.4s;
}

.abs-content-title {
	font-weight: 600;
	font-size: var(--s18);
	line-height: 1.22;
}

.abs-content-title a {
	text-decoration: none;
}

.abs-content-desc {
	font-size: var(--s14);
	line-height: 1.5;
}

.abs-content.centered {
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.content-interactiv {
	position: absolute;
	z-index: 5;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	line-height: 1.2;
	-webkit-transition: ease-in-out 0.4s;
	-o-transition: ease-in-out 0.4s;
	transition: ease-in-out 0.4s;
}

.content-interactiv-title {
	font-size: var(--s20);
	text-transform: uppercase;
	margin-bottom: 8px;
}

.content-interactiv-desc {
	margin: 8px 0 12px;
	font-weight: 500;
	font-size: 16px;
}

.acres-count {
	font-size: 20px;
	line-height: 20px;
}

.content-interactiv-price {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
}

.content-interactiv-price.price::before {
	vertical-align: baseline;
}

.title.t-30 {
	font-weight: 600;
	font-size: var(--s30);
	line-height: 1.2333;
}

.title.t-24 {
	font-weight: 500;
	font-size: var(--s24);
	line-height: 1.25;
}

.bg-blur {
	position: relative;
}

.magazine__slider .bg-blur::after {
	position: absolute;
	z-index: 2;
	content: "";
	left: 0;
	top: 0;
	pointer-events: none;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear,
			left bottom,
			left top,
			from(rgba(0, 0, 0, 0.8)),
			color-stop(50%, rgba(0, 0, 0, 0)));
	background: -o-linear-gradient(bottom,
			rgba(0, 0, 0, 0.8) 0%,
			rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(360deg,
			rgba(0, 0, 0, 0.8) 0%,
			rgba(0, 0, 0, 0) 100%);
	-webkit-transition: ease-in-out 0.4s;
	-o-transition: ease-in-out 0.4s;
	transition: ease-in-out 0.4s;
}

.magazine__slider .abs-content {
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
}

.magazine__slider .abs-content-title {
	text-transform: uppercase;
}

.magazine__slider .abs-content-desc {
	font-size: 14px;
}

.magazine__slider .abs-content>* {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.grad-v2 .bg-blur::after {
	background: -webkit-gradient(linear,
			left bottom,
			left top,
			from(rgba(0, 0, 0, 0.5)),
			to(rgba(0, 0, 0, 0.5)));
	background: -o-linear-gradient(bottom,
			rgba(0, 0, 0, 0.5),
			rgba(0, 0, 0, 0.5));
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.z-2 {
	position: relative;
	z-index: 2;
}

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

.z-4 {
	position: relative;
	z-index: 4;
}

.full-width {
	width: 100%;
}

.bg-grad {
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: block;
	background: -o-linear-gradient(329.98deg, #066fbf 0%, #cc2936 100%);
	background: linear-gradient(120.02deg, #066fbf 0%, #cc2936 100%);
	mix-blend-mode: screen;
	-webkit-transform: matrix(1, 0, 0, -1, 0, 0);
	-ms-transform: matrix(1, 0, 0, -1, 0, 0);
	transform: matrix(1, 0, 0, -1, 0, 0);
}

.bg-grad.bg-grad-v2 {
	background: transparent;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	mix-blend-mode: inherit;
}

.bg-grad::before,
.bg-grad::after {
	position: absolute;
	content: "";
	left: 0;
	width: 100%;
	height: 50%;
	top: 50%;
	z-index: -1;
}

.bg-grad::before {
	top: 0;
	background: -webkit-gradient(linear,
			left top,
			left bottom,
			from(rgba(243, 246, 247, 0)),
			to(#f3f6f7));
	background: -o-linear-gradient(top, rgba(243, 246, 247, 0) 0%, #f3f6f7 100%);
	background: linear-gradient(180deg, rgba(243, 246, 247, 0) 0%, #f3f6f7 100%);
	-webkit-transform: matrix(1, 0, 0, -1, 0, 0);
	-ms-transform: matrix(1, 0, 0, -1, 0, 0);
	transform: matrix(1, 0, 0, -1, 0, 0);
}

#magazine__main .red-title-block__wrapper {
	flex-direction: column;
}

#magazine__main .red-title-block__wrapper>*:not(:last-child) {
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
}

.bg-grad::after {
	bottom: 0;
	background: -webkit-gradient(linear,
			left top,
			left bottom,
			from(rgba(243, 246, 247, 0)),
			to(#f3f6f7));
	background: -o-linear-gradient(top, rgba(243, 246, 247, 0) 0%, #f3f6f7 100%);
	background: linear-gradient(180deg, rgba(243, 246, 247, 0) 0%, #f3f6f7 100%);
}

.location,
.price {
	position: relative;
}

.location::before,
.price::before {
	display: inline-block;
	content: url(../../images/new_design/icons/location.svg);
	height: 20px;
	vertical-align: middle;
	margin-right: 10px;
}

.price::before {
	content: url(../../images/new_design/icons/dollar.svg);
}

.currency {
	display: block;
	position: relative;
	white-space: nowrap;
}

.currency::after {
	display: inline-block;
	content: url(../../images/new_design/icons/arrow_down_bold_white.svg);
	margin-left: 5px;
	width: 15px;
	height: 15px;
	vertical-align: middle;
}

.head-arrow {
	position: relative;
	padding-bottom: 12px;
	border-bottom: 1px solid #fff;
}

.head-arrow span {
	max-width: calc(100% - 15px);
}

.head-arrow i {
	position: absolute;
	right: 0;
	top: 35%;
	-webkit-transform: translate(-6px, -50%) rotate(90deg);
	-ms-transform: translate(-6px, -50%) rotate(90deg);
	transform: translate(-6px, -50%) rotate(90deg);
	-webkit-transition: ease-in-out 0.5s;
	-o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

.head-arrow i::after {
	content: "next";
	font-family: swiper-icons;
	font-size: 15px;
	font-style: normal;
}

.screen-reader-text,
.filters__body-checkboxes input[type="checkbox"] {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.iframebox {
	position: relative;
	overflow: hidden;
	width: 100%;
	/*
  padding-top: 56.25%;
  */
}

.iframebox iframe,
.iframebox img,
.iframebox svg {
	display: block;
	width: 100%;
	height: 34dvh;
	/* position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; */
}

video {
	display: block;
	width: 100%;
	height: auto;
}

.breadcrumbs {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.breadcrumbs li a {
	display: inline-block;
	position: relative;
	text-decoration: none;
	padding-right: 31px;
	font-size: var(--s16);
	line-height: 1.25;
	transition: opacity 0.3s ease;
}

.breadcrumbs li:not(:first-child):hover {
	opacity: 0.7;
}

.breadcrumbs li a::after {
	position: absolute;
	content: "";
	right: 8px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 15px;
	height: 15px;
	background: url(../../images/new_design/icons/arrow_right.svg) no-repeat center;
}

.breadcrumbs li:last-child a::after {
	content: none;
}

.js-read-more {
	overflow: hidden;
}

.fseb {
	font-size: var(--s48);
}

.fsbbb {
	font-size: var(--s36);
}

.fsbb {
	font-size: var(--s32);
}

.fsb {
	font-size: var(--s30);
}

.fst {
	font-size: var(--s24);
}

.fsts {
	font-size: var(--s22);
}

.fsrb {
	font-size: var(--s20);
}

.fsr {
	font-size: var(--s18);
}

.fss {
	font-size: var(--s16);
}

.fsss {
	font-size: var(--s14);
}

.fwl {
	font-weight: 300;
}

.fwn {
	font-weight: 400;
}

.fwm {
	font-weight: 500;
}

.fws {
	font-weight: 600;
}

.fwb {
	font-weight: 700;
}

.tal {
	text-align: left;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

.taj {
	text-align: justify;
}

.ttu {
	text-transform: uppercase;
}

.ttl {
	text-transform: lowercase;
}

.c-black {
	color: #000;
}

.btn {
	position: relative;
	display: block;
	overflow: hidden;
	font-size: 12px;
	font-weight: 500;
	line-height: 100%;
	text-align: center;
	color: var(--wh);
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 13px;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid var(--dblue);
	background: var(--dblue);
	min-width: 155px;
	/* border-radius: 100px; */
	-webkit-transition: ease-in-out 0.4s;
	-o-transition: ease-in-out 0.4s;
	transition: ease-in-out 0.4s;
}

.btn:hover {
	background: var(--dlblue);
	border: 1px solid var(--dlblue);
}

.btn-red:hover {
	color: #fff;
	background: var(--red) !important;
}

.btn-scroll-down {
	position: relative;
	display: block;
	width: 31px;
	height: 50px;
	border: solid 3px #fff;
	border-radius: 20px;
}

.btn-scroll-down::after {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -15%);
	-ms-transform: translate(-50%, -15%);
	transform: translate(-50%, -15%);
	width: 18px;
	height: 18px;
	background: url(../../images/new_design/icons/arrow_down.svg) no-repeat center;
	-webkit-animation: UpDown 1s infinite alternate;
	animation: UpDown 1s infinite alternate;
}

.btn-details {
	display: inline-block;
	padding: 6px 16px;
	font-weight: 700;
	line-height: 1.25;
	text-transform: capitalize;
	color: var(--red);
	text-decoration: none;
	background: #fff;
	border-radius: 30px;
}

.ttu.btn-details {
	background: var(--red) !important;
	padding: 12px 6px;
}

.btn-learn-more,
.btn-white,
.btn-red {
	display: inline-block;
	padding: 10px 17px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.25;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background: var(--red);
}

.btn-gold { 
    padding: 10px 20px;
    background: linear-gradient(rgb(207, 181, 59) 0%, rgb(142, 112, 46) 100%);
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.25;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    transition: background 0.6s ease; /* slower hover effect */
}

.btn-gold:hover {
    background: linear-gradient(rgb(187, 161, 49) 0%, rgb(122, 102, 36) 100%);
}

.btn-learn-more.jcsb,
.btn-white.jcsb,
.btn-red.jcsb {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.btn-white {
	padding: 10px 20px;
	color: var(--red);
	background: #fff;
}

.btn-red {
	padding: 10px 20px;
	color: #fff;
	background: var(--red);
}

.btn-play {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100px;
	height: 100px;
	background: url(../../images/new_design/icons/play-btn.svg) no-repeat center;
	-webkit-transition: ease-in-out 0.4s;
	-o-transition: ease-in-out 0.4s;
	transition: ease-in-out 0.4s;
}

.btn-play:disabled {
	opacity: 0;
	pointer-events: none;
}

a.read-more-less-btn {
	position: relative;
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding-right: 21px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
}

a.read-more-less-btn::after {
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 15px;
	height: 15px;
	background: url(../../images/new_design/icons/arrow_down_bold.svg) no-repeat center;
}

a.read-more-less-btn.less-link::after {
	top: 15%;
	transform: rotate(-180deg);
}

.sw-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.sw-btns.sw-small .sw-btn {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 30px;
	height: 30px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	font-weight: 600;
	font-size: 0;
	line-height: 1.6666;
}

.sw-btns.sw-small .sw-btn::after {
	font-size: var(--swiper-arrow-mb-fs);
}

.sw-btn {
	width: 100px;
	height: 100px;
	margin: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: transparent;
	-webkit-transition: ease-in-out 0.4s;
	-o-transition: ease-in-out 0.4s;
	transition: ease-in-out 0.4s;
	color: #fff;
	text-transform: capitalize;
}

.sw-btn::after {
	font-size: 62px;
	color: #fff;
}

.sw-pag {
	bottom: 6px;
}

.sw-pag .swiper-pagination-bullet {
	background: #fff;
	opacity: 0.5;
}

.sw-pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}

.sw-pag.pag-black .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	border: 2px solid #4d4d4d;
	background: #4d4d4d;
}

.sw-pag.pag-black .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fff;
}

.logo {
	max-width: 200px;
	width: 100%;
	min-height: 46px;
	max-height: 50px;
	-webkit-transition: ease-in-out 0.4s;
	-o-transition: ease-in-out 0.4s;
	transition: ease-in-out 0.4s;
}

.logo img {
	width: 100%;
	max-width: 200px;
	max-height: 50px;
}

.header {
	position: fixed;
	z-index: 50;
	width: 100vw;
	height: auto;
	left: 0;
	top: 0;
	background: rgba(31, 33, 42, 0.5);
}

.header-logo {
	margin-right: auto;
}

.header__top-links {
	position: relative;
	padding: 6px 0;
}

.header__top-links::before {
	position: absolute;
	z-index: -1;
	content: "";
	left: 50%;
	top: 0;
	height: 100%;
	width: 100vw;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: var(--dark-green);
}

.header__top-links li img {
	width: 18px;
	height: 18px;
}

.header__block {
	overflow: hidden;
	padding: 17px 0;
	-webkit-transition: ease-in-out 0.8s;
	-o-transition: ease-in-out 0.8s;
	transition: ease-in-out 0.8s;
}

.header__nav {
	-webkit-transition: ease-in-out 0.4s;
	-o-transition: ease-in-out 0.4s;
	transition: ease-in-out 0.4s;
}

.header__nav-item {
	font-weight: 700;
	font-size: var(--s16);
	line-height: 1.25;
	text-transform: uppercase;
}

.header-search {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 30px;
	margin-left: 20px;
	background: transparent;
	-webkit-transition: ease-in-out 0.6s;
	-o-transition: ease-in-out 0.6s;
	transition: ease-in-out 0.6s;
	/* clears the ‘X’ from Internet Explorer */
	/* clears the ‘X’ from Chrome */
}

.header-search label {
	display: block;
}

.header-search-btns,
.header-search-submit {
	position: absolute;
	z-index: 2;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 30px;
	height: 30px;
	font-size: 0;
}

.header-search-btns {
	z-index: 5;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: ease-in-out 0.4s;
	-o-transition: ease-in-out 0.4s;
	transition: ease-in-out 0.4s;
}

.header-search-btns .btn-cancel,
.header-search-btns .btn-open {
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
}

.header-search-btns .btn-cancel::before,
.header-search-btns .btn-open::before {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.header-search-btns .btn-cancel {
	opacity: 0;
	pointer-events: none;
}

.header-search-btns .btn-cancel::before {
	width: 10px;
	height: 10px;
	background: url(../../images/new_design/icons/cancel.svg) no-repeat center;
	opacity: 0.5;
}

.header-search-btns .btn-open::before {
	width: 30px;
	height: 30px;
	background: url(../../images/new_design/icons/search-white.svg) no-repeat center;
}

.header-search input[type="search"]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

.header-search input[type="search"]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

.header-search input[type="search"]::-webkit-search-decoration,
.header-search input[type="search"]::-webkit-search-cancel-button,
.header-search input[type="search"]::-webkit-search-results-button,
.header-search input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

.header-search .search-field {
	display: block;
	padding: 10px 30px 10px 40px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.25;
	background: transparent;
}

.header-search-submit {
	right: auto;
	left: 10px;
	background: url(../../images/new_design/icons/search-gray.svg) no-repeat center;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: ease-in-out 0.4s;
	-o-transition: ease-in-out 0.4s;
	transition: ease-in-out 0.4s;
}

.header.search-active .header__nav {
	opacity: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.header.active-form .header__nav {
	max-width: 0;
	max-height: 0;
	overflow: hidden;
}

.header.active-form .header-search {
	max-width: 350px;
	background: #fff;
}

.header.active-form .header-search-btns {
	right: 10px;
	-webkit-transform: translate(5px, -50%);
	-ms-transform: translate(5px, -50%);
	transform: translate(5px, -50%);
}

.header.active-form .btn-open {
	pointer-events: none;
	opacity: 0;
}

.header.active-form .header-search-submit,
.header.active-form .btn-cancel {
	opacity: 1;
	pointer-events: all;
}

.burger-btn {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 4px;
	width: 30px;
	min-width: 30px;
	height: 30px;
	-webkit-transition: ease-in-out 0.4s;
	-o-transition: ease-in-out 0.4s;
	transition: ease-in-out 0.4s;
	background: transparent;
	border: 2px solid #ffffff;
	border-radius: 3px;
}

.burger-btn span {
	display: block;
	width: 13px;
	height: 2px;
	pointer-events: none;
	background: #fff;
	border-radius: 2px;
}

.menu-fixed {
	position: fixed;
	z-index: 100;
	right: 0;
	top: 0;
	width: 25%;
	min-width: 360px;
	height: 100vh; 
  	height: 100dvh;
	padding: 50px 30px 30px;
	background: var(--red);
	-webkit-transition: ease-in-out 0.5s;
	-o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.menu-fixed.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.menu-close {
	position: absolute;
	z-index: 2;
	right: 20px;
	top: 10px;
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 0 10px auto;
	font-size: 0;
	background: transparent;
}

.menu-close::before,
.menu-close::after {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	width: 13px;
	height: 1px;
	border-radius: 1px;
	background: #fff;
}

.menu-close::before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.menu-close::after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.menu__list {
	width: calc(100% + 60px);
	-webkit-transform: translateX(-30px);
	-ms-transform: translateX(-30px);
	transform: translateX(-30px);
}

.menu__list-item {
	padding: 20px 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.menu__list-item:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.menu__list-item.opened .menu__sub {
	padding-top: 15px;
}

.menu__list-item.opened .menu__sub .menu__sub {
	padding-top: 0;
}

.menu__list-item.opened>.menu__sub {
	max-height: 100% !important;
}

.menu__list-title {
	font-weight: 600;
	font-size: var(--s18);
	line-height: 1.2222;
	text-transform: uppercase;
}

.menu__sub-item:not(:last-child) {
	margin-bottom: 4px;
}

.menu__sub-item a {
	font-weight: 500;
	font-size: var(--s12);
	line-height: 1.8333;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.menu__contacts-title {
	font-weight: 500;
	font-size: var(--s12);
	line-height: 1.8333;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.menu__contacts-item img {
	max-width: 22px;
	max-height: 22px;
}

body {
	position: relative;
	width: 100%;
	min-width: 320px;
	font-weight: 400;
	background: var(--black);
	font-family: var(--current-font-family);
	/* font-family: "Josefin Sans"; */
	font-size: var(--s16);
	font-style: normal;
	color: var(--white);
	line-height: 1.75;
	overflow-x: hidden;
	-ms-overflow-style: none;
	/* for Internet Explorer, Edge */
	/* scrollbar-width: thin;
  scrollbar-color: #7f7f7f white; */
	/* for Firefox */
	/* overflow-y: scroll; */
}

body.lock {
	overflow: hidden;
}

body.lock .modal .modal--overlay {
	opacity: 1;
}

/*
body.lock main::after {
  opacity: 1;
}*/

main {
	overflow: hidden;
}

/*
main::after {
  position: absolute;
  z-index: 2;
  content: "";
  left: 0;
  top: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0.6)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 80%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 80%);
  -webkit-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
  opacity: 0;
}*/

/** SELECT */

.select2-container {
	z-index: 101;
}

.select2-results__option {
	padding: 10px 10px 10px 20px;
}

.select2-dropdown {
	border: 1px solid #d1d6d7;
}

.magazine__banner-footer .bg-image {
	object-fit: fill !important;
}

.main:not(.fullscreen-scroll) .hero,
.try,
.subscrible {
	min-height: 100vh;
	/* min-height: 90vh; */
}

.grecaptcha-badge {
	display: none;
}

.fullscreen-scroll .hero {
	min-height: 100%;
}

.try,
.subscrible {
	display: flex;
	align-items: center;
}

.hero.slider-stop .sw-btn {
	display: none;
}

.hero-content.container {
	padding-bottom: 60px;
	/* z-index: 3; */
}

.hero-content .swiper-button-prev {
	left: calc(var(--padding) / 2);
}

.hero-content .swiper-button-next {
	right: calc(var(--padding) / 2);
}

.hero-content .btn-scroll-down {
	position: absolute;
	left: 50%;
	bottom: 30px;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.hero-title {
	margin-bottom: 10px;
}

.hero-subtitle {
	margin-top: 5px;
	line-height: 1.25;
	font-size: 22px;
}

.hero-content .hero__text.hero__text-bg .hero-subtitle {
	font-size: 16px;
}

.hero .bg-content {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.hero .bg-content img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.hero__links-group li:last-child .btn-learn-more::after {
	content: none;
}

.hero__links-group .btn-learn-more {
	position: relative;
	padding: 10px 15px;
}

.hero__links-group .btn-learn-more::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 20px;
	background: #fff;
	right: 0;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.hero__text-bg {
	max-width: 500px;
	padding: 30px 40px;
	background: rgba(0, 0, 0, 0.65);
}

.hero__text-bg .hero-title {
	font-weight: 500;
	font-size: var(--s30);
	line-height: 1.2626;
}

.hero__text-bg .hero-subtitle {
	line-height: 1.75;
}

.filters {
	z-index: 5;
	padding: 20px 0;
	background: var(--red);
}

.filters__block {
	overflow: initial;
}

.filters__head>.title {
	font-weight: 600;
}

.filters__head-group {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	border: 2px solid #ffffff;
}

.filters-main-submit {
	width: 60px;
	min-width: 30px;
	padding: 6px 16px;
	background: url(../../images/new_design/icons/search-white.svg) no-repeat center;
}

.filters-open-btn {
	position: relative;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: inherit;
	background: transparent;
}

.filters__body {
	position: relative;
	max-width: 1030px;
	margin: 0 auto;
	-webkit-transition: ease-in-out 0.5s;
	-o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

.signature__item .bg-blur>a {
	pointer-events: all;
}

.filters__body-content {
	padding: 60px 0 30px;
}

.filter-open .print_container.dbl-btns-option {
	display: none;
}

.filters__body::before {
	position: absolute;
	z-index: -1;
	content: "";
	background: var(--blackgray);
	left: 50%;
	top: 20px;
	width: 100vw;
	height: 100%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.filters__body ul {
	list-style: none;
}

.filters__body-checkboxes-wrap {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 50px;
	margin-bottom: 30px;
}

.filters__body-col:last-child {
	grid-column: span 2;
}

.filters__body-col:last-child .filters__body-checkboxes {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 0 50px;
}

.filters__body-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 13px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: var(--s18);
	line-height: 1.2222;
	text-decoration: none;
}

.filters__body-title .fa {
	color: white;
	opacity: 1;
}

.filters__body-checkboxes li {
	padding: 7px 0;
}

.filters__body-checkboxes li label {
	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;
}

.filters__body-checkboxes li label span:last-child {
	position: relative;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: #fff;
}

.filters__body-checkboxes li label span:last-child::after {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--red) !important;
	-webkit-transition: ease-in-out 0.4s;
	-o-transition: ease-in-out 0.4s;
	transition: ease-in-out 0.4s;
	opacity: 0;
}

.filters__body-checkboxes li label input:checked+span::after {
	opacity: 1;
}

.filters__body-checkboxes li .checkbox-name {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}

.filters__body-interactiv {
	margin-bottom: 30px;
}

.filters__body-search-title {
	margin-bottom: 13px;
	font-weight: 600;
	font-size: var(--s18);
	line-height: 1.2222;
	text-transform: uppercase;
}

.filters__body-search input {
	display: block;
	width: 100%;
	min-width: 300px;
	max-width: 721px;
	padding: 10px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.25;
	background: #fff;
}

.filters__btns-wrap .btn-white {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.filters__btns-wrap .btn-white::before {
	width: 20px;
	height: 20px;
}

/* .filters__btns-view .view-type::before {
  content: url(../../images/new_design/icons/dots.svg);
}

.filters__btns-view .map-view::before {
  content: url(../../images/new_design/icons/location-red.svg);
} */

.featured>.container {
	position: relative;
}

.featured .swiper {
	/*overflow: inherit;*/
}

.featured.section-fullscreen .swiper {
	overflow: hidden;
}

.sub-regions .swiper-slide {
	overflow: hidden;
	height: calc(100% / 2) !important;
}

.featured .swiper-slide img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	-webkit-transition: ease-in-out 0.4s;
	-o-transition: ease-in-out 0.4s;
	transition: ease-in-out 0.4s;
	/* height: 100%; */
	aspect-ratio: 16/9;
}

.featured .sw-btns {
	position: absolute;
	right: var(--padding);
	top: 0;
}

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

.signature__item .abs-content-desc {
	font-weight: 500;
}

.signature__item figure {
	width: 100%;
	height: 100%;
}

.signature__item img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	-webkit-transition: ease-in-out 0.4s;
	-o-transition: ease-in-out 0.4s;
	transition: ease-in-out 0.4s;
}

.signature__item .content-interactiv {
	opacity: 0;
	pointer-events: none;
}

.signature .see-all-mobile {
	display: none;
	margin: 20px auto 0;
	max-width: calc(100% - var(--padding) * 2);
}

.magazine__banner {
	position: relative;
	/* padding: 60px var(--padding); */
	padding: 60px;
}

.magazine.section-fullscreen .magazine__banner {
	flex: auto;
	height: auto !important;
	max-height: 100%;
	overflow: hidden;
}

.magazine__block .swiper-button-next {
	right: 0;
}

.magazine__block .swiper-button-prev {
	left: 0;
}

.magazine__banner::after {
	z-index: -1;
	background: -webkit-gradient(linear,
			left bottom,
			left top,
			from(rgba(0, 0, 0, 0.6)),
			to(rgba(0, 0, 0, 0.6)));
	background: -o-linear-gradient(bottom,
			rgba(0, 0, 0, 0.6),
			rgba(0, 0, 0, 0.6));
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

.magazine .section-subtitle {
	margin-top: 10px;
}

.magazine-title {
	font-weight: 600;
	font-size: var(--s24);
	line-height: 1.25;
}

.magazine-subtitle {
	margin-top: 10px;
	font-weight: 500;
	font-size: var(--s18);
	line-height: 1.2222;
}

.magazine__slider {
	width: 100%;
	overflow: hidden;
	/* padding:0 30px; */
	/* background: #000; */
}

.magazine__slider .swiper {
	padding: 10px 0 38px;
}

.magazine.section-fullscreen.pt-60.pb-60 {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

.magazine__block {
	grid-auto-rows: 100%;
}

.magazine__block .magazine__slider-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.magazine__block .magazine__slider-inner .--transparent-bg {
	display: flex;
	flex-direction: column;
	flex: auto;
}

.magazine__block .magazine__slider-inner .swiper {
	flex: auto;
}

.magazine__slider .swiper-slide {
	height: calc(100% / 3) !important;
	/* height: 205px !important; */
	overflow: hidden;
}

.swiper-mobile-greed .swiper-slide {
	overflow: visible;
}

.magazine__slider .swiper-slide a {
	height: 100%;
	display: flex;
}

main:not(.fullscreen-scroll) .magazine {
	height: 100vh;
	min-height: 700px;
}

.magazine__block .magazine__slider .abs-content {
	max-width: calc(100% - 20px);
	width: 200px;
}

.loadingOverlay {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	display: flex;
	background: rgba(0, 0, 0, 0.8);
}

.magazine__slider .swiper-slide img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: ease-in-out 0.4s;
	-o-transition: ease-in-out 0.4s;
	transition: ease-in-out 0.4s;
}

.magazine__slider .swiper>.swiper-pagination-bullets {
	bottom: 6px;
}

.magazine__slider .abs-content {
	padding: 15px;
}

.magazine__slider .abs-content-title {
	font-weight: 500;
	font-size: var(--s16);
	line-height: 1.25;
}

.magazine__slider .abs-content-desc {
	line-height: 1.1428;
}

.magazine__subscrible {
	position: relative;
	max-width: 460px;
	margin: 0 auto;
	padding-top: 30px;
	text-align: center;
}

.magazine__subscrible.no-line::before {
	content: none;
}

.magazine__subscrible::before {
	position: absolute;
	content: "";
	background: #fff;
	height: 1px;
	width: 50vw;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.magazine__subscrible-title {
	font-weight: 400;
	font-size: var(--s24);
	line-height: 1.4166;
}

.magazine__subscrible-subtitle {
	margin-top: 14px;
	line-height: 1.375;
}

.magazine-btns {
	margin-top: 24px;
	gap: 12px;
}

.magazine-btns .btn-learn-more {
	min-width: 178px;
}

.magazine-noslider {
	padding-bottom: 28px;
}

.magazine-noslider .magazine__block {
	min-height: 600px;
}

.magazine-noslider .magazine__slider,
.magazine-noslider .magazine__slider-head,
.magazine-noslider .magazine__subscrible {
	background: transparent;
}

.magazine-noslider .magazine__slider-inner {
	height: 100%;
}

.magazine-noslider .magazine__subscrible {
	padding-top: 0;
}

.ribbon-slider {
	padding: 15px 0 33px;
}

.ribbon-slider .swiper-slide {
	height: auto;
}

.ribbon-slider .swiper-slide img {
	width: 100%;
	height: 100%;
}

.ribbon-slider .sw-pag {
	bottom: 0;
}

.about {
	padding: 132px 0;
}

.about__block {
	gap: 20px;
}

.num__items {
	width: 100%;
	gap: 120px;
}

.about__items.num__items {
	gap: 100px !important;
}

.num__items-item {
	position: relative;
	padding: 43px 0;
	text-align: center;
}

.num__items-item:not(:last-child)::after {
	position: absolute;
	content: "";
	right: -60px;
	top: 0;
	width: 1px;
	height: 100%;
	background: #fff;
}

.num-inner {
	font-weight: 600;
	font-size: var(--s80);
	line-height: 1.25;
	margin-bottom: 10px;
}

.num-desc {
	font-weight: 500;
	font-size: var(--s20);
	line-height: 1.25;
}

.about-title,
.try-title,
.subscrible-title {
	margin-bottom: 16px;
}

.about-description {
	font-size: 18px;
}

.about-description,
.try-description,
.subscrible-description {
	margin: 16px 0 30px;
	font-size: 18px;
}

.try,
.subscrible {
	padding: 88px 0;
}

.try__block,
.subscrible__block {
	max-width: 526px;
}

.try__block {
	padding: 30px 40px;
	background: rgba(0, 0, 0, 0.65);
}

.subscrible__block {
	position: relative;
	margin-left: auto;
	padding: 47px;
	/*47px 166px 47px 60px*/
	background: rgba(77, 3, 3, 0.8);
	background-blend-mode: hard-light;
}

.subscrible form input:not(:last-child) {
	margin-bottom: 10px;
}

.swiper-wrapperh-100 .swiper-wrapper {
	height: 100% !important;
}

.subscrible form input[type="text"],
.subscrible form input[type="email"] {
	width: 100%;
	padding: 8px 10px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.25;
	color: #fff;
	background: rgba(255, 255, 255, 0.3);
	border: 2px solid transparent;
	-webkit-transition: ease-in-out 0.4s;
	-o-transition: ease-in-out 0.4s;
	transition: ease-in-out 0.4s;
}

.subscrible form input[type="text"]::-webkit-input-placeholder,
.subscrible form input[type="email"]::-webkit-input-placeholder {
	color: #fff;
}

.subscrible form input[type="text"]::-moz-placeholder,
.subscrible form input[type="email"]::-moz-placeholder {
	color: #fff;
}

.subscrible form input[type="text"]:-ms-input-placeholder,
.subscrible form input[type="email"]:-ms-input-placeholder {
	color: #fff;
}

.subscrible form input[type="text"]::-ms-input-placeholder,
.subscrible form input[type="email"]::-ms-input-placeholder {
	color: #fff;
}

.subscrible form input[type="text"]::placeholder,
.subscrible form input[type="email"]::placeholder {
	color: #fff;
}

.subscrible form input[type="submit"],
.subscrible form button[type="submit"] {
	margin-top: 10px;
}

.social {
	padding: 17px 0;
	background: #000;
}

.social__list-item img {
	max-width: 24px;
	max-height: 24px;
}

.salepost {
	padding: 60px 0;
	background: #fff;
}

.salepost__content-bottom {
	padding-top: 20px;
	border-top: 1px solid #000000;
}

.salepost__content .breadcrumbs {
	margin-bottom: 30px;
}

.salepost__content .section-title,
.salepost__content h1,
.salepost__content h2,
.salepost__content h3,
.salepost__content h4,
.salepost__content h5,
.salepost__content h6 {
	margin: 20px 0;
	font-weight: 600;
	/*text-transform: capitalize;*/
}

.salepost__content .section-title:first-child,
.salepost__content h1:first-child,
.salepost__content h2:first-child,
.salepost__content h3:first-child,
.salepost__content h4:first-child,
.salepost__content h5:first-child,
.salepost__content h6:first-child {
	margin-top: 0;
}

.salepost__content h1,
.salepost__content h2 {
	font-size: var(--s30);
	line-height: 1.2626;
}

.salepost__content h3,
.salepost__content h4,
.salepost__content h5,
.salepost__content h6 {
	font-size: var(--s18);
	line-height: 1.5555;
}

.salepost__content p,
.salepost__content li,
.salepost__content a {
	font-size: var(--s18);
	line-height: 1.5555;
}

.salepost__content a.read-more-less-btn {
	margin-left: auto;
	font-size: var(--s16);
}

.salepost-text {
	margin-bottom: 12px;
}

.salepost-text p:not(:last-child) {
	margin-bottom: 20px;
}

.salepost__map {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40.6%;
	flex: 0 0 40.6%;
}

.salepost__map .iframebox {
	/*min-height: 536px;*/
	margin-bottom: 10px;
}

.swiper-wrapper {
	/* height: auto !important; */
}

.hero-home .swiper-wrapper {
	height: 100% !important;
}

.salepost-btns {
	grid-template-columns: repeat(2, 1fr);
}

.salepost-btns .btn-learn-more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px;
	padding: 15px 20px;
	width: 100%;
	height: 100%;
	font-weight: 500;
	text-transform: capitalize;
	text-align: center;
}

.salepost-btns .btn-learn-more.jcsb {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.map .iframebox {
	padding: 0;
	min-height: 450px;
}

.contact {
	padding: 60px 0;
	background: var(--dark-green);
}

.contact .section-title,
.contact__form {
	max-width: 615px;
	margin: 0 auto;
}

.contact__form {
	margin: 30px auto 0;
}

.contact__form input[type="text"],
.contact__form input[type="email"],
.contact__form input[type="number"],
.contact__form textarea {
	display: block;
	width: 100%;
	padding: 8px;
	border: 2px solid transparent;
	font-weight: 500;
	font-size: var(--s16);
	line-height: 1.25;
	color: #fff;
	background: rgba(255, 255, 255, 0.3);
	-webkit-transition: ease-in-out 0.4s;
	-o-transition: ease-in-out 0.4s;
	transition: ease-in-out 0.4s;
}

.contact__form input[type="text"]::-webkit-input-placeholder,
.contact__form input[type="email"]::-webkit-input-placeholder,
.contact__form input[type="number"]::-webkit-input-placeholder,
.contact__form textarea::-webkit-input-placeholder {
	color: #fff;
}

.contact__form input[type="text"]::-moz-placeholder,
.contact__form input[type="email"]::-moz-placeholder,
.contact__form input[type="number"]::-moz-placeholder,
.contact__form textarea::-moz-placeholder {
	color: #fff;
}

.contact__form input[type="text"]:-ms-input-placeholder,
.contact__form input[type="email"]:-ms-input-placeholder,
.contact__form input[type="number"]:-ms-input-placeholder,
.contact__form textarea:-ms-input-placeholder {
	color: #fff;
}

.contact__form input[type="text"]::-ms-input-placeholder,
.contact__form input[type="email"]::-ms-input-placeholder,
.contact__form input[type="number"]::-ms-input-placeholder,
.contact__form textarea::-ms-input-placeholder {
	color: #fff;
}

.contact__form input[type="text"]::placeholder,
.contact__form input[type="email"]::placeholder,
.contact__form input[type="number"]::placeholder,
.contact__form textarea::placeholder {
	color: #fff;
}

.contact__form input[type="text"].requaired,
.contact__form input[type="text"].error,
.contact__form input[type="email"].requaired,
.contact__form input[type="email"].error,
.contact__form input[type="number"].requaired,
.contact__form input[type="number"].error,
.contact__form textarea.requaired,
.contact__form textarea.error {
	border: 2px solid var(--red);
}

.contact .form-items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 15px;
	margin-bottom: 15px;
}

.contact .form-submit {
	display: block;
	/*margin: 15px auto 0;*/
}

.pagination {
	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;
	gap: 10px;
	padding: 30px 0;
	font-weight: 600;
	font-size: var(--s18);
	line-height: 1.375;
}

.pagination a {
	text-decoration: none;
}

.pagination-arrow {
	position: relative;
	text-transform: uppercase;
}

.pagination-arrow.no-active {
	pointer-events: none;
}

.pagination-list {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 4px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pagination-list li.current a {
	color: #fff;
	background: var(--red);
}

.pagination-list li a,
.pagination-list li span {
	display: block;
	padding: 2.5px 2px;
	min-height: 30px;
	min-width: 30px;
	border-radius: 6px;
	text-align: center;
}

.pagination-list li a:hover,
.pagination-list li span:hover {
	color: #fff;
	background: var(--red);
}

.pagination-list li span:hover {
	color: #fff;
	background: transparent;
}

.pagination-list li.dots {
	pointer-events: none;
}

.pagination-white {
	color: #000000;
	background: #fff;
}

.search__result {
	padding: 30px 0;
	background: var(--dark-green);
}

.search__result-item a {
	display: block;
	font-weight: 600;
	font-size: var(--s18);
	line-height: 1.2222;
	text-decoration: none;
	text-transform: uppercase;
}

.footer {
	padding: 0px 0 0;
	background: #000;
}

.footer .fp-overflow {
	padding-top: 60px;
}

.footer-rights {
	padding: 60px 0;
	line-height: 1.25;
}

.countries__list {
	grid-auto-flow: column;
	grid-template-rows: repeat(2, 1fr);
	grid-gap: 30px 12px;
	margin-top: 30px;
	line-height: 1.25;
}

.countries__list-item {
	position: relative;
}

.countries__list-item.tech-links {
	grid-row: span 2;
	text-transform: uppercase;
}

.countries__list-item.tech-links .countries__sub-item:not(:last-child) {
	margin-bottom: 30px;
}

.countries__list-item.tech-links .countries__sub-item ul li {
	opacity: 0.3;
	-webkit-transition: ease-in-out 0.4s;
	-o-transition: ease-in-out 0.4s;
	transition: ease-in-out 0.4s;
}

.countries__list-item.tech-links .countries__sub-item ul li:not(:last-child) {
	margin-bottom: 10px;
}

.countries__list-item.tech-links .countries__sub-item ul li:hover {
	opacity: 1;
}

.countries__list-title {
	margin-bottom: 10px;
	-webkit-transition: ease-in-out 0.4s;
	-o-transition: ease-in-out 0.4s;
	transition: ease-in-out 0.4s;
}

.countries__sub-item:not(:last-child) {
	margin-bottom: 10px;
}

.scroll-block {
	overflow: auto;
	height: 100%;
}

.text-editor-page iframe {
	max-width: 100%;
}

.inactive-listings.inactive-listings--style2 .signature__item {
	max-height: 100%;
	height: calc(100% / 2);
}

.inactive-listings.inactive-listings--style2 .signature__item .bg-blur {
	top: 0;
	left: 0;
	position: absolute !important;
	height: 100% !important;
}

.inactive-listings.inactive-listings--style2 .signature__item .abs-content {
	top: auto;
	position: absolute !important;
}

.inactive-listings.inactive-listings--style2 .swiper-grid-column>.swiper-wrapper {
	flex-direction: row;
}

.inactive-listings.inactive-listings--style2 .abs-content-title {
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.abs-content.abs-content--mobile {
	width: 100% !important;
	max-width: 80% !important;
}

.loader-wrapper {
	display: flex;
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 99999999;
	align-items: center;
	background-color: #1D1F20;
	justify-content: center;
	top: 0;
	left: 0;
}

.loader-wrapper.is-load-page {
	transform: translateY(-100vh);
	opacity: 0;
	pointer-events: none;
}

.loader {
	animation: rotate 1s infinite;
	height: 50px;
	width: 50px;
}

.loader:before,
.loader:after {
	border-radius: 50%;
	content: '';
	display: block;
	height: 20px;
	width: 20px;
}

.loader:before {
	animation: ball1 1s infinite;
	background-color: #cb2025;
	box-shadow: 30px 0 0 #f8b334;
	margin-bottom: 10px;
}

.loader:after {
	animation: ball2 1s infinite;
	background-color: #00a096;
	box-shadow: 30px 0 0 #97bf0d;
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg) scale(0.8);
		-moz-transform: rotate(0deg) scale(0.8);
	}

	50% {
		-webkit-transform: rotate(360deg) scale(1.2);
		-moz-transform: rotate(360deg) scale(1.2);
	}

	100% {
		-webkit-transform: rotate(720deg) scale(0.8);
		-moz-transform: rotate(720deg) scale(0.8);
	}
}

@keyframes ball1 {
	0% {
		box-shadow: 30px 0 0 #f8b334;
	}

	50% {
		box-shadow: 0 0 0 #f8b334;
		margin-bottom: 0;
		-webkit-transform: translate(15px, 15px);
		-moz-transform: translate(15px, 15px);
	}

	100% {
		box-shadow: 30px 0 0 #f8b334;
		margin-bottom: 10px;
	}
}

@keyframes ball2 {
	0% {
		box-shadow: 30px 0 0 #97bf0d;
	}

	50% {
		box-shadow: 0 0 0 #97bf0d;
		margin-top: -20px;
		-webkit-transform: translate(15px, 15px);
		-moz-transform: translate(15px, 15px);
	}

	100% {
		box-shadow: 30px 0 0 #97bf0d;
		margin-top: 0;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes loader {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@-webkit-keyframes UpDown {
	0% {
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}

	100% {
		-webkit-transform: translate(-50%, -15%);
		transform: translate(-50%, -15%);
	}
}

@keyframes UpDown {
	0% {
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}

	100% {
		-webkit-transform: translate(-50%, -15%);
		transform: translate(-50%, -15%);
	}
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes hide {
	0% {
		opacity: 1;
		visibility: visible;
	}

	100% {
		opacity: 0;
		visibility: hidden;
	}
}

@keyframes hide {
	0% {
		opacity: 1;
		visibility: visible;
	}

	100% {
		opacity: 0;
		visibility: hidden;
	}
}

.swal2-confirm.swal2-styled {
	background-color: #198754;
	color: #fff;
	border: none;
	border-radius: 6px;
	padding: 10px 24px;
	font-size: 16px;
	font-weight: 600;
	text-transform: none;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	transition: background-color 0.25s ease, transform 0.2s ease;
}

.swal2-confirm.swal2-styled:hover {
	background-color: #157347;
	transform: translateY(-1px);
}

.swal2-confirm.swal2-styled:active {
	background-color: #146c43;
	transform: scale(0.97);
}

.swal2-confirm.swal2-styled:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(25, 135, 84, 0.4);
}

.btn-loader i {
	margin-left: 5px;
}


/* fixes and improvements */
body .section.signature {
	padding-top: 0 !important;
}

/* body .section-fullscreen[data-slider="featured-slider"] .swiper-container {
	height: calc(85%) !important;
} */

body .section-fullscreen[data-slider="featured-slider"] .fp-overflow {
	height: auto !important;
}

body .header__nav-item a {
	display: inline-block;
	position: relative;
}

body .header__nav-item a::after {
	content: '';
	display: block;
	height: 2px;
	width: 0;
	background: #fff;
	position: absolute;
	bottom: -10px;
	left: 0;
	transition: all 0.3s ease;
}

body .header__nav-item:hover a::after {
	width: 100%;
}

body .header-content-wrapper button:hover,
body .menu__contacts-list a:hover,
body .btn.btn-burger--arrow:hover {
	transition: all 0.3s ease;
	opacity: 0.5;
}

body .header__top-links li a {
	transition: all 0.3s ease;
}

body .swiper .sw-btn:hover,
body .sw-small .sw-btn:hover,
body .select-red .select-dropdown__button:hover,
body .form-group.all-regions-box .viewAllRegions:hover,
body .btn.--btn-red:hover,
body .featured__head .see-all:hover,
body .btn-learn-more:hover,
body .btn-white:hover,
body .btn-red:hover,
body #go-top-btn:hover,
body .function-buttons .sw-btn:hover,
body .hero .sw-btn:hover {
	transition: all 0.3s ease;
	background-color: var(--color-accent-primary-light) !important;
}

body .magazine .select-dropdown .select-dropdown__button>*,
body .magazine-header-container .select-dropdown * {
	background-color: #4c86ac;
}

body .magazine .select-dropdown .select-dropdown__button:hover>*,
body .magazine .select-dropdown.active .select-dropdown__button>*,
body .islands-options .select-dropdown__button:hover,
body .options-filters .select-spoller:hover,
body .magazine-header-container .select-dropdown:hover *,
body .magazine-header-container .select-dropdown.active * {
	transition: background-color 0.3s ease;
	background-color: var(--red);
}

body .magazine .select-dropdown .select-dropdown__button i {
	border-left: 0;
}

body .magazine-header-container .select-dropdown i {
	border-left: 0 !important;
}

body .magazine .select-dropdown.active .select-dropdown__button i {
	border-right: 0;
	border-left: 1px solid #fff;
}

body .magazine-header-container .select-dropdown.active i {
	border-right: 0;
	border-left: 1px solid #fff !important;
}

body .magazine .swiper-pagination-bullet:hover {
	background-color: var(--red);
	transition: all 0.3s ease;
}

body header.scrolled {
	transition: background-color 0.3s ease;
	background-color: rgba(31, 33, 42, 0.9);
}

body .options-filters .select-spoller label {
	font-size: 16px;
	line-height: normal;
}

body .select-list li label span:last-child::after,
body .options-filters .select-spoller li label span:last-child,
body .filters__body-checkboxes li label span:last-child::after,
body .filters__body-checkboxes li label span:last-child {
	border-radius: 3px;
}

body .options-filters .select-spoller li label.selected span:last-child::after,
body .filters__body-checkboxes li label.selected span:last-child::after {
	background-color: var(--red);
	opacity: 1;
}

body .options-btns .option-item-map {
	width: 30px;
	height: 30px;
}

body [role~="tooltip"][data-microtip-position|="top"]::after {
	background-color: var(--red);
	color: #fff;
	z-index: 1000;
	font-size: 16px;
}

body [role~="tooltip"][data-microtip-position|="top"]::before {
	z-index: 1000;
	background: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22%238d0100%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E) no-repeat;
}

body .modal.modal-description .btn-close {
	right: 10px;
	top: 10px;
	opacity: 0.5;
	transition: all 0.3s ease;
	padding: 0;
}

body .modal.modal-description .btn-close:hover {
	opacity: 1;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	line-height: 1.25;
	margin-bottom: 10px;
}

body footer {
	padding-top: 120px !important;
}

body footer .countries__list-title {
	text-transform: uppercase;
	display: block;
	position: relative;
	margin-bottom: 20px;
}

body footer .countries__list-title a {
	font-weight: 600;
}

body footer .countries__list-title:hover {
	color: var(--color-accent-primary-light);
}

body footer .countries__list-title>span::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -10px;
	height: 2px;
	width: 40px;
	background-color: var(--color-accent-primary-light);
	transition: all 0.3s ease;
}

body footer .countries__sub a {
	opacity: 0.6;
	transition: all 0.3s ease;
}

body footer .countries__sub a:hover {
	opacity: 1;
}

body footer .countries__list-item:hover .countries__list-title>span::before {
	width: 70%;
}

body footer .tech-links li {
	opacity: 1 !important;
}

body footer .tech-links li a {
	text-transform: none;
	transition: all 0.3s ease;
}

body footer .tech-links li a img {
	width: 24px;
	height: 24px;
}

body footer .tech-links .social__list {
	margin-top: 10px;
}

body footer .tech-links .social__list:hover li a {
	opacity: 0.5;
}

body footer .tech-links .social__list:hover li a:hover {
	opacity: 1;
}

body #go-top-btn {
	z-index: 10;
	background-color: var(--color-accent-primary);
}

body .pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 60px;
	padding-bottom: 40px;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin-left: -15px;
	margin-right: -15px;
}

body .pagination .pagination-wrapper {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	border-radius: 6px;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

body .pagination .pagination-arrow {
	padding: 8px;
	border: 1px solid #fff;
	border-radius: 6px;
	display: inline-block;
	transition: all 0.3s ease;
}

body .pagination .pagination-arrow img {
	width: 21px;
	height: 21px;
}

body .pagination .pagination-arrow.disabled {
	opacity: 0.3;
	pointer-events: none;
}

body .pagination .pagination-arrow:hover {
	background-color: var(--red);
	border-color: var(--red);
}

body .pagination .pagination-list {
	margin-left: 16px;
	margin-right: 16px;
	gap: 8px;
}

body .pagination .pagination-list a {
	padding-left: 8px;
	padding-right: 8px;
	font-weight: normal;
	height: 39px;
	min-width: 39px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	border: 1px solid transparent;
}

body .pagination .pagination-list li.disabled {
	font-weight: normal;
}

body .pagination .pagination-list li a:hover {
	border: 1px solid #fff;
	background-color: transparent;
}

body .pagination .pagination-list li.current a,
body .pagination .pagination-list li.current a:hover {
	border-color: var(--red);
	background-color: var(--red);
}

body .signature__block .signature__item h3,
body .signature__block .signature__item:hover .acres {
	transition: all 0.3s ease;
}

body .signature__block .signature__item:hover h3 {
	color: var(--color-accent-primary-light);
}

body .signature__block .signature__item:hover .bg-blue h3 {
	color: #0B2939;
}

@media all and (min-width: 480px) {
	body .signature__block .signature__item:hover .abs-content-desc,
	body .signature__block .signature__item:hover .acres {
		opacity: 0.6;
		transition: all 0.3s ease;
	}
}

body.single-island .section-fullscreen .first-screen-tumbs {
	border: 3px solid #fff;
	background-color: #fff;
}

body.single-island .section-fullscreen .first-screen-tumbs .swiper-wrapper img {
	padding: 3px;
}

body.single-island .section-fullscreen .first-screen-tumbs .sw-btn {
	transition: all 0.3s ease;
	background-color: rgba(0, 0, 0, 0.2) !important;
	width: 40px !important;
}

body.single-island .section-fullscreen .first-screen-tumbs .sw-btn.swiper-only-arrow-prev {
	margin-left: 3px;
	border-left: 0;
}

body.single-island .section-fullscreen .first-screen-tumbs .sw-btn.swiper-only-arrow-next {
	margin-right: 3px;
	border-right: 0;
}

body.single-island .section-fullscreen .first-screen-tumbs .sw-btn:hover {
	background-color: var(--red) !important;
	border-color: var(--red);
}

body .custom-row.salepost--row {
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

body .custom-row.salepost--row .salepost--item {
	margin: 0;
	--bs-gutter-y: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px;
}

body .custom-row.salepost--row {
	background-color: #fff;
	color: #000;
}

body .custom-row.salepost--row .salepost--item.column-6:nth-child(1)>div,
body .custom-row.salepost--row .salepost--item.column-6:nth-child(2)>div {
	background-color: var(--color-accent-secondary) !important;
	color: var(--color-text);
}

body .custom-row.salepost--row .salepost--item.column-6:nth-child(1)>div {
	padding-bottom: 0;
	font-size: 30px;
}

body .custom-row.salepost--row .salepost--item.column-6:nth-child(2)>div {
	padding-top: 0;
}

body .salepost--item.footer-column .salepost--item--location {
	padding: 20px;
	background: var(--color-accent-secondary);
	color: var(--color-text);
	font-size: 20px;
}

body .salepost--item.footer-column {
	margin-bottom: 0 !important;
}

body .header-column.salepost--item {
	width: 100% !important;
	flex: none !important;
	margin: 0 !important;
}

body .header-column>.salepost--item--card {
	display: flex;
	align-items: center;
}

body .header-column>.salepost--item--card .price-value,
body .header-column .salepost--item--card span {
	font-size: 30px !important;
}

body .header-column .salepost--item--card span body .features-column {
	display: block;
}

body .features-row {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

body .features-row .features-column {
	display: inline-flex;
	gap: 0 !important;
	align-items: flex-start !important;
	justify-content: center !important;
	flex-direction: column !important;
}

body .salepost--item.features-column .salepost--item--info,
body .features-row .features-column .salepost--item--info {
	width: auto;
	padding: 5px 0;
}

.custom-row.salepost--row .salepost--item>.salepost--item--card {
	background-color: transparent !important;
}

body .footer-column .salepost--item--location {
	display: flex;
	align-items: center !important;
	margin: 0;
	width: 100%;
	padding: 5px 40px;
}

body .header-column .header-column-icon,
body .features-column .features-column-icon,
body .footer-column .footer-column-icon {
	width: 40px;
	height: 40px;
	margin-right: 10px;
	border-radius: 50%;
	padding: 8px;
	background-color: var(--color-accent-secondary-dark);
	display: inline-block;
}

body .features-column .features-column-icon,
body .footer-column .footer-column-icon {
	background-color: var(--color-accent-secondary-dark);
	width: 30px;
	height: 30px;
	padding: 6px;
}

body .footer-column .footer-column-icon {
	background-color: var(--color-accent-secondary-dark);
}

body .custom-row.salepost--row .salepost--item--card {
	background-color: var(--color-accent-primary-light);
	padding: 20px;
}

body .salepost--item--info .ico {
	position: static;
}

body .salepost__map {
	flex: 0 0 30%;
}

body .salepost__map .dbl-btns-option .btn,
body .contact__form .dbl-btns-option .btn {
	padding: 0;
	line-height: normal;
}

body .salepost__map .dbl-btns-option img,
body .contact__form .dbl-btns-option img {
	width: 40px;
	height: 40px;
	object-fit: contain;
	padding: 8px;
}

body .header-column>.salepost--item--card select {
	background-color: var(--color-accent-secondary-dark);
	color: #fff;
	font-weight: 600;
	font-size: 30px;
	border: none;
	margin-left: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	padding: 5px;
}

body .salepost-text-wrapper {
	text-align: center;
	margin-bottom: 20px;
}

body .salepost-text-wrapper .salepost-text {
	overflow: hidden !important;
	position: relative;
	max-height: none !important;
	text-align: left;
}

body .salepost-text-wrapper .salepost-text.height-limit {
	height: 350px !important;
}

body .salepost-text-wrapper .salepost-text.expanded {
	height: auto !important;
	margin-bottom: 0;
}

body .salepost-text-wrapper .salepost-text.expanded::after {
	display: none;
}

body .salepost-text-wrapper .salepost-text.height-limit::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

body .container-menu .menu li:hover>h3 span,
body .container-menu .menu li:hover>a {
	text-shadow: none !important;
}

body .salepost__map .salepost--item--card .price-value {
	overflow: visible;
}

body .salepost__map .island-map {
	margin-bottom: 30px !important;
	height: 150px !important;
	min-height: 0 !important;
	display: block;
	filter: grayscale(100%) contrast(1.2);
	transition: all 0.3s ease;
	cursor: pointer;
}

body .salepost__map .island-map:hover {
	filter: grayscale(0) contrast(1);
}

body .salepost__map .island-map img {
	max-width: 100%;
}

body .colums-contact {
	height: auto;
	margin-bottom: 40px;
}

body .hero__links-group .btn-learn-more {
	background: var(--color-accent-secondary);
	line-height: 20px !important;
	padding: 10px 17px !important;
	color: var(--color-text);
}

body .contact__form .btn-learn-more,
body .salepost__map .btn-learn-more[data-trg="#inquiry"] {
	line-height: 20px !important;
	padding: 10px 17px !important;
}

body .contact {
	position: relative;
	background-color: #000000;
	padding: 40px;
}

body .contact .dbl-btns-option .btn.--btn-red {
	background-color: var(--color-accent-secondary);
}

@media (max-width: 600px) {

	.modal__content.contact::after,
	.modal__content .contact::after {
		content: none !important;
	}
}

body .contact>.container {
	z-index: 2;
}

body .contact .form-row {
	margin-bottom: 15px;
}

body .contact .container {
	padding: 0;
}

body .container-menu .menu ul,
body .container-menu .menu li,
body .container-menu .menu a {
	padding: 0 !important;
	margin: 0 !important;
	display: block;
}

body .container-menu .menu h3 {
	margin: 0;
	padding-right: 28px !important;
	position: relative;
	transition: color 0.3s, padding 0.3s;
}

body .container-menu .menu h3 span {
	display: block;
	padding: 18px 0 18px 28px !important;
}

body .container-menu .menu li.no-child a {
	padding: 18px 28px !important;
	transition: color 0.3s, padding 0.3s;
}

body .container-menu .menu li.menu__sub-item a {
	padding: 6px 28px !important;
	transition: color 0.3s, padding 0.3s;
}

body .container-menu .menu .menu__sub a {
	transition: color 0.3s;
}

body .container-menu .menu ul li a,
body .container-menu .menu h3 {
	position: relative;
	transition: color 0.3s, padding 0.3s;
}

body .container-menu .menu h3::before,
body .container-menu .menu ul li a::before {
	content: '';
	position: absolute;
	left: 28px;
	top: 50%;
	width: 0;
	height: 1px;
	background-color: #fff;
	transition: width 0.3s;
}

body .container-menu .menu .menu__list li a:hover {
	padding-left: 48px !important;
	color: #fff !important;
}

body .container-menu .menu .menu__list h3:hover,
body .container-menu .menu .menu__list h3:hover>span,
body .container-menu .menu .menu__list li.opened>h3,
body .container-menu .menu .menu__list li.opened>h3>span,
body .container-menu .menu .menu__list li.opened>a {
	color: #fff !important;
}

body .container-menu .menu h3:hover {
	padding-left: 20px !important;
}

body .container-menu .menu h3:hover::before,
body .container-menu .menu ul li a:hover::before {
	width: 10px;
}

body .container-menu .menu i {
	right: 25px !important;
}

body .container-menu .menu li:not(.no-collapsed) ul {
	background-color: rgba(0, 0, 0, 0.3);
}

body .container-menu .menu li.no-collapsed ul,
body .container-menu .menu li.opened>ul {
	padding: 13px 0 !important;
}

body .menu__sub-item.opened>.menu__sub.accordeon-item-body {
	margin-top: 12px !important;
	margin-bottom: 12px !important;
}

body .container-menu .menu li.no-collapsed {
	border-bottom: none;
}

body .menu-close::before,
body .menu-close::after {
	width: 16px !important;
}

body .container .section-head,
body .container .section-head.featured__head {
	margin-top: 80px !important;
	margin-bottom: 50px !important;
}

body .section-head.featured__head h2,
body .section-head h2 {
	margin: 0 !important;
	padding-left: 30px;
	position: relative;
	text-transform: uppercase;
	font-size: 30px;
}

body .section-head.featured__head h2::before,
body .section-head h2::before {
	content: '';
	width: 8px;
	height: 100%;
	display: block;
	background-color: var(--color-accent-secondary);
	position: absolute;
	left: 0;
	top: 0;
}

body .section-head.featured__head .see-all,
body .section-head h2 .see-all {
	padding: 10px 17px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.25;
	text-transform: uppercase;
	margin: 0;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

body .section-head.featured__head .see-all:hover,
body .section-head h2 .see-all:hover {
	border-color: var(--color-accent-secondary-dark);
}

body .section--head-title {
	margin: 0 !important;
	padding: 0 !important;
}

body .footer-title.title {
	margin-bottom: 50px;
}

body .islands-options .options-wrapper {
	padding-top: 50px;
	padding-bottom: 50px;
	margin: 0;
}

body .islands-options .options-wrapper * {
	margin-bottom: 0;
}

body .subscrible form input[type="text"],
body .subscrible form input[type="email"] {
	background: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 15px 0;
	transition: all 0.3s ease;
	font-size: var(--s16);
}

body .subscrible form input[type="text"]:focus,
body .subscrible form input[type="email"]:focus {
	border-bottom-color: var(--color-accent-primary-light);
	padding-left: 15px;
}

body .subscrible form input[type="email"] {
	margin-bottom: 15px;
}

body .subscrible form input[type="text"]::placeholder,
body .subscrible form input[type="email"]::placeholder {
	text-transform: uppercase;
}

body .select-dropdown__list,
body .form-group.all-regions-box .allResionsList {
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	background: var(--color-accent-primary-dark);
	margin: 1px 0 0 0;
}

body .hero-home .red-title-block {
	transition: all 0.3s ease;
}

body .hero-home .red-title-block:hover {
	background-color: var(--color-accent-primary-dark);
}

body .about__text {
	max-width: 532px;
	background: rgba(0, 0, 0, 0.65);
	padding: 30px 40px;
}

body .popup-filter .dropdown.active .dropdown-body .filters__btns-wrap button:hover {
	color: #fff;
}

body .hero-home .options.options-2 ul {
	margin: 0;
	padding: 0;
}

body .hero-home .options.options-2 ul.select-dropdown__list li,
body .hero-home .options.options-2 ul li a {
	display: block;
	padding: 10px 20px;
	text-transform: uppercase;
	line-height: normal;
}

body .form-group.all-regions-box,
body .form-group.all-regions-box button {
	font-weight: 500;
}

body .salepost__map .dbl-btns-option>div {
	background: var(--color-accent-secondary-dark);
}

body section.videos.gallery .swiper-pagination-bullets {
	display: none;
}

body .footer-sections-toggles {
	display: none;
}

body .slider-page .thumbs_slider-container {
	height: auto;
	margin-top: 1px;
}

body #gallery-map-container {
	padding-bottom: 80px;
}

body .island-details-gallery .map-preview {
	width: 100%;
	object-fit: cover;
}

body .first-screen-tumbs .swiper-slide {
	height: auto;
}

body .slider-page .thumbs_slider-container .swiper-slide .slider__image::after {
	transition: all 0.3s ease;
}

body .hero__text a.dib h3 {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 600;
}

body .hero__text a.dib span {
	font-size: 12px !important;
}

body .hero__text a.dib {
	background: var(--red);
	text-transform: uppercase;
	border: 0;
}

body .hero__text a.dib:hover {
	background: #000;
	opacity: 1;
}

body .youtube-video-section {
	padding-left: 15px !important;
	padding-right: 15px !important;
	margin-top: 50px;
}

body .swiper-wrapper .swiper-slide .abs-content {
	gap: 0;
}

body .filter-position-is-down .hero-content .hero__text.hero__text-bg {
	margin-bottom: 30px;
}

body .filter-position-is-down .hero-content .text-more {
	margin-top: 0;
	margin-bottom: 0;
}

body .hero__text-bg .hero-title {
	margin-bottom: 0;
}

body .section-fullscreen .signature[data-slider="inactive-listings-slider"] {
	padding-bottom: 0 !important;
}

body section.gladdenmainSection {
	justify-content: center;
}

body section.gladdenmainSection .btn {
	margin-bottom: 10px;
}

body .contact-form {
	min-width: 0 !important;
	max-width: 1200px !important;
	margin: 0 auto !important;
}

body .contact-form .custom-row>div {
	padding: 0 5px;
}

body section#cont-form {
	padding-bottom: 0 !important;
	display: block;
}

body .contact-form label {
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}

body .contact-form h2 {
	text-align: left;
}

body .news-letter-fonm .contact-form form .SignupFormPreview input:not(#SubmitButton),
body .news-letter-fonm .contact-form form .SignupFormPreview .btn-red#SubmitButton {
	box-shadow: none;
}

body .news-letter-fonm .contact-form form .SignupFormPreview .btn-red#SubmitButton {
	padding: 15px;
}

body .contact__form {
	max-width: none;
}

body .magazine-listing-controls {
	align-items: center;
}

body .magazine-info-block .info-block__location,
body .magazine-info-block .info-block__name {
	margin-bottom: 10px;
	font-weight: 700;
	line-height: 150%;
}

body .magazine-info-block .info-block__location,
body .magazine-info-block .info-block__price,
body .magazine-info-block .info-block__name {
	font-size: 20px;
}

body .magazine-info-block .info-block__price {
	color: #fb6c6c;
	font-weight: 700;
}

body .salepost__map .btn-learn-more {
	background-color: var(--color-accent-primary);
}

body .magazine__block .select-cust {
	display: none;
}

body .magazine-section .magazine-popup {
	display: none;
}

body .popup-filter .close-block .btn {
	background-color: var(--color-text);
}

body .popup-filter .close-block .btn:hover {
	background-color: var(--color-text-light);
}

body .hero .sw-btn,
body .magazine-listing-content .sw-btn,
body .magazine .sw-btn,
body .gallery .sw-btns.sw-small .sw-btn,
body [data-slider="featured-slider"] .sw-btn,
body [data-slider="sub-regions-slider"] .sw-btn,
body [data-slider="inactive-listings-slider"] .sw-btn,
body [data-slider="images-slider"] .sw-btn {
	background-color: var(--color-accent-secondary);
}

body .magazine-listing-content .swiper-button-prev:after,
body .hero .swiper-button-prev:after,
body .magazine .swiper-button-prev:after,
body .gallery .sw-btns.sw-small .swiper-button-prev:after,
body [data-slider="featured-slider"] .swiper-button-prev:after,
body [data-slider="sub-regions-slider"] .swiper-button-prev:after,
body [data-slider="inactive-listings-slider"] .swiper-button-prev:after,
body [data-slider="images-slider"] .swiper-button-prev:after {
	border-right-color: var(--color-text);
}

body .magazine-listing-content .swiper-button-next:after,
body .hero .swiper-button-next:after,
body .magazine .swiper-button-next:after,
body .gallery .sw-btns.sw-small .swiper-button-next:after,
body [data-slider="featured-slider"] .swiper-button-next:after,
body [data-slider="sub-regions-slider"] .swiper-button-next:after,
body [data-slider="inactive-listings-slider"] .swiper-button-next:after,
body [data-slider="images-slider"] .swiper-button-next:after {
	border-left-color: var(--color-text);
}

body .swiper .sw-btn:hover,
body .sw-small .sw-btn:hover,
body .featured__head .see-all:hover,
body .btn-learn-more:hover,
body .btn-white:hover,
body #go-top-btn:hover,
body .function-buttons .sw-btn:hover,
body .hero .sw-btn:hover {
	background-color: var(--color-accent-secondary-dark) !important;
}

body .select-red .select-dropdown__button:hover,
body .btn.--btn-red:hover,
body .btn-red:hover,
body .form-group.all-regions-box .viewAllRegions:hover,
body #viewAllRegions.opened,
body .popup-filter .select-dropdown.active > button {
	background-color: var(--color-accent-primary-dark) !important;
}

body .magazine-listing-content .swiper-button-prev:hover:after,
body .hero .swiper-button-prev:hover:after,
body .magazine .swiper-button-prev:hover:after,
body .gallery .sw-btns.sw-small .swiper-button-prev:hover:after,
body [data-slider="featured-slider"] .swiper-button-prev:hover:after,
body [data-slider="sub-regions-slider"] .swiper-button-prev:hover:after,
body [data-slider="inactive-listings-slider"] .swiper-button-prev:hover:after,
body [data-slider="images-slider"] .swiper-button-prev:hover:after {
	border-right-color: var(--color-background);
}

body .magazine-listing-content .swiper-button-next:hover:after,
body .magazine .swiper-button-next:hover:after,
body .hero .swiper-button-next:hover:after,
body .gallery .sw-btns.sw-small .swiper-button-next:hover:after,
body [data-slider="featured-slider"] .swiper-button-next:hover:after,
body [data-slider="sub-regions-slider"] .swiper-button-next:hover:after,
body [data-slider="inactive-listings-slider"] .swiper-button-next:hover:after,
body [data-slider="images-slider"] .swiper-button-next:hover:after {
	border-left-color: var(--color-background);
}

body .listing-video .videos-item {
	position: relative;
	width: 100%;
	overflow: hidden;
}

body .listing-video .videos-item iframe,
body .listing-video .videos-item video,
body .listing-video .videos-item embed,
body .listing-video .videos-item object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border: 0;
	display: block;
}

body .listing-video .videos-item video {
	object-fit: cover;
	-o-object-fit: cover;
}

body .swiper-slide .hero-content,
body .swiper-slide .hero-content .video-background,
body .swiper-slide .hero-content .video-background .video-wrapper-hero {
	height: 100%;
	width: 100%;
}

body .video-wrapper-hero {
	position: relative;
}

body .video-wrapper-hero iframe,
body .island-details-gallery .gallery-videos iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: var(--swiper-video-w, 100%);
	height: var(--swiper-video-h, 100%);
	transform: translate(-50%, -50%);
}

body .modal-details .modal__dialog {
	max-width: 800px;
}

body .modal--signin .checkbox label {
	padding-left: 0;
}

body .infobox .infobox-inner {
	background-color: #40A4B5;
	width: 420px;
	color: var(--color-text);
}

body .infobox .infobox-header {
	padding: 25px 25px 15px 25px;
	font-weight: 500;
	font-size: 28px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	line-height: normal;
	flex-wrap: wrap;
}

body .infobox .infobox-header .popover {
	position: relative;
	padding-right: 26px;
}

body .infobox .infobox-header .popover::after {
	content: '';
	width: 16px;
	height: 16px;
	background-image: url(../../images/new_design/icons/icon-info.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -8px;
}

body .infobox .infobox-header select {
	background: transparent;
	border: none;
	color: var(--color-text);
	font-size: 28px;
	font-weight: 500;
	margin: 0 10px 0 0;
	line-height: normal;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0 15px 0 0;
	cursor: pointer;
	background-image: url(../../images/new_design/icons/icon-select-arrow.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 16px 16px;
}

body .infobox .infobox-header .infobox_price {
	position: relative;
	margin-top: 3px;
	word-wrap: break-word;
	max-width: 330px;
}

body .infobox .infobox-header .infobox_price.infobox_price_range,
body .infobox .infobox-header select.infobox_select_range {
	font-size: 20px;
	font-weight: 600;
}

body .infobox .infobox-feature-status {
	padding: 0 25px 25px 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 15px;
	line-height: 140%;
}

body .infobox b {
	margin-right: 5px;
}

body .infobox .infobox-feature-status_status b.green {
	color: #5fd68a;
}

body .infobox .infobox-feature-status_status b.red {
	color: var(--color-accent-primary);
}

body .infobox .infobox-description {
	padding: 0 25px 25px 25px;
	font-size: 15px;
	line-height: 160%;
	text-align: justify;
}

body .infobox .infobox-map {
	padding: 0 25px 25px 25px;
}

body .infobox .infobox-map .infobox-map-inner {
	position: relative;
	height: 180px;
	cursor: pointer;
	border: 1px solid #fff;
}

body .infobox .infobox-map .infobox-map-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(100%) contrast(1.2);
	transition: all 0.3s ease;
}

body .infobox .infobox-map .infobox-map-inner:hover img {
	filter: grayscale(0) contrast(1);
}

body .infobox .infobox-map .infobox-map-label {
	margin-top: 10px;
	font-size: 15px;
	line-height: 160%;
}

body .infobox .infobox-map .infobox-map-locked {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(../../images/new_design/dummy-island.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

body .infobox .infobox-map .infobox-map-locked::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 5;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}

body .infobox .infobox-map .infobox-map-locked .infobox-map-locked-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	position: relative;
	z-index: 10;
}

body .infobox .infobox-map .infobox-map-locked .infobox-map-locked_icon {
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	display: inline-block;
	background-image: url(../../images/new_design/icons/icon-lock.svg);
}

body .infobox .infobox-map .infobox-map-locked .infobox-map-locked_title,
body .infobox .infobox-map .infobox-map-locked .infobox-map-locked_desc {
	text-align: center;
	line-height: normal;
}

body .infobox .infobox-map .infobox-map-locked .infobox-map-locked_title {
	font-weight: 600;
	font-size: 15px;
	margin-top: 10px;
}

body .infobox .infobox-map .infobox-map-locked .infobox-map-locked_desc {
	margin-top: 5px;
	font-size: 12px;
}

body .infobox .infobox-features {
	padding: 0 25px 25px 25px;
}

body .infobox .infobox-features .infobox-features-inner {
	border-top: 1px solid #D1D5DC;
	padding-top: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

body .infobox .infobox-features .infobox-features_feature {
	text-align: center;
	width: 33.3%;
}

body .infobox .infobox-features .infobox-features_feature .infobox-features_feature-icon {
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	display: inline-block;
	margin-bottom: 3px;
}

body .infobox .infobox-features .infobox-features_feature .infobox-features_feature-text {
	display: block;
	font-size: 12px;
	color: var(--color-text);
	line-height: 100%;
}

body .infobox .infobox-features .infobox-features_feature.villa-hotel .infobox-features_feature-icon {
	background-image: url(../../images/new_design/icons/icon-hotel.svg);
}

body .infobox .infobox-features .infobox-features_feature.island .infobox-features_feature-icon {
	background-image: url(../../images/new_design/icons/icon-island.svg);
}

body .infobox .infobox-features .infobox-features_feature.developed .infobox-features_feature-icon {
	background-image: url(../../images/new_design/icons/icon-developed.svg);
}

body .infobox .infobox-features .infobox-features_feature.title .infobox-features_feature-icon {
	background-image: url(../../images/new_design/icons/icon-title.svg);
}

body .infobox .infobox-inquire {
	display: block;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	background-color: var(--color-accent-primary);
	text-decoration: none;
	text-align: center;
	font-weight: 500;
	padding: 16px;
	transition: all 0.3s ease;
}

body .infobox .infobox-inquire:hover {
	background-color: #8B0012;
}

body .infobox .infobox-footer {
	background: #fff;
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 1fr;
	align-items: center;
	border-left: 1px solid #D1D5DC;
	border-right: 1px solid #D1D5DC;
	border-bottom: 1px solid #D1D5DC;
}

body .infobox .infobox-footer>a:nth-child(2) {
	border-left: 1px solid #D1D5DC;
	border-right: 1px solid #D1D5DC;
}

body .infobox .infobox-footer>a {
	padding: 16px 6px;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.3s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

body .infobox .infobox-footer>a:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

body .infobox .infobox-footer>a .infobox-footer_btn-icon {
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	display: inline-block;
	margin-bottom: 8px;
}

body .infobox .infobox-footer>a .infobox-footer_btn-text {
	display: block;
	font-size: 11px;
	color: var(--color-text);
	line-height: 140%;
}

body .infobox .infobox-footer>a.infobox-footer_btn.favorite .infobox-footer_btn-icon {
	background-image: url(../../images/new_design/icons/icon-favorite.svg);
}

body .infobox .infobox-footer>a.infobox-footer_btn.unfavorite .infobox-footer_btn-icon {
	background-image: url(../../images/new_design/icons/icon-unfavorite.svg) !important;
}

body .infobox .infobox-footer>a.infobox-footer_btn.loading .infobox-footer_btn-icon {
	background-image: url(../../images/new_design/icons/icon-loading.svg) !important;
}

body .infobox .infobox-footer>a.infobox-footer_btn.send-phone .infobox-footer_btn-icon {
	background-image: url(../../images/new_design/icons/icon-phone.svg);
}

body .infobox .infobox-footer>a.infobox-footer_btn.share .infobox-footer_btn-icon {
	background-image: url(../../images/new_design/icons/icon-share-new.svg);
}

body .infobox .fav-listing-toggle-form {
	position: absolute;
	left: -9999px;
}

body .swiper.listing-map {
	height: 850px !important;
}

body .swiper.listing-gallery {
	position: relative;
}

body .swiper.listing-gallery .gallery-full-screen-btn {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 5;
	background-color: transparent;
	color: white;
	pointer-events: none;
}

body.fullscreen-gallery .header,
body.fullscreen-gallery .hero,
body.fullscreen-gallery .hero__links,
body.fullscreen-gallery .videos.gallery .thumbs_slider-container {
	display: none;
}

body.fullscreen-gallery .videos.gallery {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 50;
}

body.fullscreen-gallery .videos.gallery .swiper-slide img {
	width: 100vw !important;
	height: 100vh !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: contain !important;
	object-position: center center !important;
	background-color: #000;
	display: block;
}

body .container-social-media {
	overflow-y: auto;
}

body .container-social-media iframe {
	width: 100%;
	max-width: 100%;
	display: block;
}

body .modal-details .modal__body.modal__body__share {
	flex-direction: row;
}

body .modal-details .modal__body.modal__body__share .btn {
	display: inline-flex;
	margin: 5px;
	max-width: none;
	min-width: 180px;
	padding-left: 20px;
	padding-right: 20px;
}

body .modal-details .modal__body.modal__body__share .btn img {
	width: 20px;
	height: 20px;
}

body.page-404 {
	font-family: "Montserrat";
	background-image: url(../../images/404-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000;
	margin: 0;
	padding: 50px 30px;
	min-height: 100dvh;
	height: auto;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow-y: auto;
}

body.page-404::before {
	content: '';
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}

body.page-404 .logo-404 {
	display: inline-block;
	margin-bottom: 60px;
}

body.page-404 .logo-404 img {
	width: 100%;
	max-width: 300px;
	display: inline-block;
}

body.page-404 .container-404 {
	position: relative;
	z-index: 5;
	color: #fff !important;
	font-size: 18px;
	max-width: 1000px;
	line-height: 180%;
	text-align: center;
}

body.page-404 .container-404 h1 {
	font-size: 80px;
	color: #fff;
	text-transform: uppercase;
	display: block;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 40px;
	font-weight: 400;
	font-family: "Pirata One", system-ui;
	position: relative;
	line-height: 100%;
}

body.page-404 .container-404 h1:after {
	content: '';
	width: 300px;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.5);
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.container-404-text {
	margin-top: 50px;
	margin-bottom: 50px;
}

body.page-404 .container-404 .btn {
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	background-color: var(--color-accent-primary);
	line-height: 20px !important;
	padding: 10px 30px !important;
	font-weight: 700;
	font-size: 14px;
	border-radius: 0;
	display: inline-block;
	margin: 0 10px 10px 10px;
	transition: all ease-in-out 0.3s;
}

body.page-404 .container-404 .btn:hover {
	background-color: var(--color-accent-primary-dark);
}

body .hero-home .red-title-block {
	max-width: 360px;
	width: auto;
	padding: 15px 45px 15px 15px !important;
}

@media (max-width: 767px) {
	.red-title-block {
		max-width: 350px;
	}
}

body .hero-home .red-title-block::after {
	content: '';
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -7px;
	background-image: url(../../images/new_design/icons/icon-arrow-right.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 14px;
	width: 14px;
	height: 14px;
}

body .hero-home .red-title-block * {
	margin: 0 !important;
}

body .hero-home .red-title-block .red-title-block__wrapper .hero-subtitle--price {
	white-space: nowrap;
}

body .hero-home .red-title-block .red-title-block__wrapper,
body .hero-home .red-title-block .hero-extra-info {
	justify-content: flex-start;
}

body .hero-home .red-title-block .red-title-block__wrapper {
	opacity: 0.7;
}

body .hero-home .red-title-block h1.hero-title {
	font-size: 16px;
	margin-bottom: 5px !important;
	text-align: left;
	font-weight: 500 !important;
}

body .hero-home .red-title-block .hero-location--list {
	margin-right: 10px !important;
}

body .hero-home .red-title-block .red-title-block__wrapper,
body .hero-home .red-title-block .red-title-block__wrapper *,
body .hero-home .red-title-block .hero-extra-info,
body .hero-home .red-title-block .hero-extra-info * {
	font-size: 12px;
	margin-bottom: 0;
}

body .hero-home .red-title-block .ml-10 {
	display: none !important;
}

body .hero-home .red-title-block .mr-15 {
	margin-right: 5px !important;
}

body .popup-filter .dropdown.active .filter-btn {
	background-color: var(--color-accent-primary-dark);
}

body main.main section.hero.hero-region-height,
body main.main section.hero.hero-category-height,
body main.main section.hero.hero-search-height,
body main.main.hero-large section.hero.hero-islands-for-rent {
	min-height: 600px !important;
}

body main.main section.hero {
	height: 50vh !important;
}

body main.main.hero-large section.hero:not(.hero-type-search),
body.single-island section.hero,
body main.main.hero-large section.hero.hero-islands-for-rent {
	height: 75vh !important;
}

body.single-island .hero-home .red-title-block::after {
	display: none;
}

body.single-island .hero-home .red-title-block {
	padding: 15px;
}

body .inline-social-icons {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-flex;
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.3);
	padding: 10px 20px;
	background: rgba(0, 0, 0, 0.5);
}

body .inline-social-icons.w-title::before {
	content: 'Stay connected';
	display: inline-block;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.25;
	text-transform: uppercase;
	margin-right: 30px;
	padding-right: 30px;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

body .inline-social-icons li {
	margin-right: 20px;
}

body .inline-social-icons li:last-child {
	margin-right: 0;
}

body .inline-social-icons li img {
	width: 28px;
	height: 28px;
}

body .inline-social-icons li a {
	transition: all 0.3s ease-in-out;
}

body .inline-social-icons li a:hover {
	opacity: 0.5;
}

body .read-more-less-block .elipsis {
	margin-left: 5px;
}

body .read-more-less-block.text-fully-shown .elipsis {
	display: none;
}

body .magazine-header-container .function-buttons .f-btn {
	position: relative;
	width: auto;
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
}

body .magazine-header-container .function-buttons .f-btn::after {
	position: absolute;
	font-weight: normal;
	font-size: 14px;
}

body .magazine-header-container .function-buttons .f-btn.swiper-button-prev {
	padding-left: 35px;
	padding-right: 15px;
}

body .magazine-header-container .function-buttons .f-btn.swiper-button-prev::after {
	left: 15px;
}

body .magazine-header-container .function-buttons .f-btn.swiper-button-next {
	padding-left: 15px;
	padding-right: 35px;
}

body .magazine-header-container .function-buttons .f-btn.swiper-button-next::after {
	right: 15px;
}

body .magazine-header-container .function-buttons.function-buttons-desktop {
	display: flex;
}

body .magazine-header-container .function-buttons.function-buttons-mobile {
	display: none;
}

body .form.general-ajax-submit.form-register label {
	font-size: 16px;
	line-height: 150%;
}

body .form-group.all-regions-box .allResionsList {
	max-height: 200px;
}

body .popup-filter .select-red .chevron-down {
	background-image: url(../../images/new_design/icons/icon-select-arrow-new.svg);
	background-size: 20px;
	width: 20px;
	height: 20px;
	right: 0;
}

body .section-featured-categories .featured-category>a {
	overflow: hidden;
	display: block;
}

body .section-featured-categories .featured-category>a .abs-content-title {
	margin-bottom: 5px;
	font-size: 16px;
}

body .section-featured-categories .featured-category>a .abs-content-desc {
	font-size: 12px;
}

body .hero-home .hero-content.container {
	padding-bottom: 0 !important;
}

body .new-form-design,
body .new-form-design label {
	font-size: var(--forms-font-size);
	line-height: var(--forms-line-height);
	font-weight: normal;
	text-align: left;
}

body .new-form-design label {
	cursor: pointer;
	display: block;
}

body .new-form-design a {
	text-decoration: none;
	color: var(--color-accent-secondary);
	transition: all 0.3s ease;
}

body .new-form-design a:hover {
	color: #fff;
}

body .new-form-design h2 {
	font-weight: 500;
	font-size: var(--s30);
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 20px;
}

body .new-form-design .form-group,
body .contact .form-row {
	margin-top: 0;
	margin-bottom: 20px;
}

body .new-form-design .login-page__item.border-right {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

body .new-form-design input[type="text"],
body .new-form-design input[type="email"],
body .new-form-design input[type="password"],
body .new-form-design input[type="tel"],
body .new-form-design textarea,
body .new-form-design select,
body .StripeElement {
	background-color: #1E1E1E;
	border: 1px solid #505050;
	color: #fff;
	padding: 8px 10px;
	width: 100%;
	border-radius: var(--forms-border-radius);
	font-size: var(--forms-font-size);
	line-height: var(--forms-line-height);
	transition: var(--general-transition);
	display: block;
	text-transform: none;
	font-weight: normal;
}

body .StripeElement * {
	color: #fff !important;
	font-size: var(--forms-font-size) !important;
	line-height: var(--forms-line-height) !important;
	text-transform: none !important;
	font-weight: normal !important;
}

body .new-form-design input[type="text"]::placeholder,
body .new-form-design input[type="email"]::placeholder,
body .new-form-design input[type="password"]::placeholder,
body .new-form-design input[type="tel"]::placeholder,
body .new-form-design textarea::placeholder {
	color: rgba(255, 255, 255, 0.5);
	text-transform: none;
	font-weight: normal;
	font-size: var(--forms-font-size);
	line-height: var(--forms-line-height);
}

body .new-form-design textarea {
	min-height: 120px;
	resize: vertical;
}

body .new-form-design input[type="text"]:focus,
body .new-form-design input[type="email"]:focus,
body .new-form-design input[type="password"]:focus,
body .new-form-design input[type="tel"]:focus,
body .new-form-design textarea:focus {
	border-color: rgba(255, 255, 255, 0.8);
	padding-left: 15px;
}

body .new-form-design select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../../images/new_design/icons/icon-select-arrow-new.svg);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 20px;
}

body .new-form-design input[type="button"],
body .new-form-design input[type="submit"],
body .new-form-design button,
body .new-form-design .btn,
body .island-details-description .btn-download,
body .island-details-description .island-details-btn-read-more,
body .new-text-section .new-text-section-content .btn {
	background-color: var(--color-accent-primary);
	border: none;
	color: #fff;
	padding: 8px 40px;
	width: auto;
	border-radius: var(--forms-border-radius);
	font-size: var(--forms-font-size);
	line-height: var(--forms-line-height);
	transition: var(--general-transition);
	text-transform: uppercase;
	font-weight: 600;
	min-width: 0;
	border: 1px solid var(--color-accent-primary);
	margin: 0;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}

body .new-form-design .btn.btn-outline {
	background-color: transparent;
	color: #fff;
	border: 1px solid var(--color-accent-primary);
}

body .new-form-design .btn.btn-outline:hover {
	background-color: var(--color-accent-primary) !important;
	border: 1px solid var(--color-accent-primary) !important;
}

body .new-form-design .btn.btn-fw {
	width: 100%;
	box-sizing: border-box;
}

body .new-form-design input[type="button"]:hover,
body .new-form-design input[type="submit"]:hover,
body .new-form-design button:hover,
body .new-form-design .btn:hover,
body .island-details-description .btn-download:hover,
body .new-text-section .new-text-section-content .btn:hover {
	background-color: var(--color-accent-primary-dark) !important;
	border: 1px solid var(--color-accent-primary-dark) !important;
}

body .island-details-description .btn-download {
	border: 1px solid  var(--color-text);
	color:  var(--color-text);
	background-color: transparent;
	margin-top: 20px;
}

body .island-details-description .island-details-btn-read-more {
	color: var(--color-text);
	border: 1px solid var(--color-accent-secondary);
	background-color: transparent;
}

body .island-details-description .island-details-btn-read-more.toggled,
body .island-details-description .island-details-btn-read-more:hover {
	background: var(--color-accent-secondary);
	border-color: var(--color-accent-secondary);
}

body .island-details-description .island-details-btn-read-more.toggled:hover {
	background: transparent;
	color: var(--color-text);
	border: 1px solid var(--color-text);
}

body .island-details-description .island-details-btn-read-more.d-none {
	display: none;
}

body .island-details-inquire-form .btn-learn-more {
	padding: 8px 40px !important;
	line-height: var(--forms-line-height) !important;
}

body .new-form-design .checkbox-group .checkbox {
	margin: 0;
}

body .new-form-design .checkbox-group .checkbox label {
	display: flex;
	align-items: center;
	cursor: pointer;
	gap: 12px;
	padding: 0;
	margin-bottom: 12px;
}

body .new-form-design .checkbox-group .checkbox input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 18px;
	height: 18px;
	min-width: 18px;
	border: 1px solid #505050;
	border-radius: var(--forms-border-radius);
	background-color: #1E1E1E;
	cursor: pointer;
	flex-shrink: 0;
	margin: 0;
	transition: border 0.3s ease;
}

body .new-form-design .checkbox-group .checkbox:hover input[type="checkbox"] {
	border-color: rgba(255, 255, 255, 0.8);
}

body .new-form-design .checkbox-group .checkbox input[type="checkbox"]:checked {
	background-color: var(--color-accent-secondary-dark);
	border-color: var(--color-accent-secondary-dark);
	background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 16 16%22%3E%3Cpath fill=%22%23fff%22 d=%22M13.854 3.646a.5.5 0 0 0-.708 0l-7 7-3.5-3.5a.5.5 0 1 0-.708.708l4 4a.5.5 0 0 0 .708 0l7.5-7.5a.5.5 0 0 0 0-.708z%22/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 14px;
}

body .new-form-design .checkbox-group .checkbox .checkbox-title {
	margin: 0;
	font-size: var(--forms-font-size);
	line-height: var(--forms-line-height);
	color: #fff;
}

body .new-form-design .required-badge {
	color: var(--color-accent-primary);
	display: inline-block;
	margin-left: 2px;
	font-size: var(--forms-font-size);
	font-weight: 600;
}

body .new-form-design .help-block,
body .new-form-design .error-text,
body .new-form-design .alert-danger {
	font-size: var(--forms-font-size) !important;
	color: var(--color-accent-primary-light) !important;
	margin-top: 10px;
	font-weight: normal !important;
	display: block;
	padding: 10px 10px 10px 30px !important;
	border: 1px solid var(--color-accent-primary-light);
	background-color: #191010;
	line-height: normal !important;
	position: relative;
	text-align: left;
}

body .new-form-design .success-text,
body .new-form-design .alert-success {
	font-size: var(--forms-font-size) !important;
	color: #7DBF7D !important;
	margin-top: 10px;
	font-weight: normal !important;
	display: block;
	padding: 10px !important;
	border: 1px solid #7DBF7D;
	background-color: #101910;
	line-height: normal !important;
	position: relative;
	text-align: left;
	margin-bottom: 20px;
}

body .login-page .input-error {
	color: var(--color-accent-primary-light) !important;
}

body .new-form-design .help-block::before,
body .new-form-design .error-text::before,
body .new-form-design .alert-danger::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 7px;
	transform: translateY(-50%);
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 16 16%22%3E%3Cpath fill=%22%23BF7C7C%22 d=%22M7 2h2v7H7V2zm0 10h2v2H7v-2z%22/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 100%;
}

body .new-form-design .alert-submit {
	margin-top: 0;
	margin-bottom: 20px;
}

body .new-form-design .help-block strong {
	font-weight: normal;
}

body .new-form-design .custom-row>div {
	padding: 0 15px;
}

body .new-form-design .custom-row .custom-col-6-two-cols {
	display: flex;
	gap: 20px;
}

body .new-form-design .custom-row .custom-col-6-two-cols>div {
	width: 50%;
}

body .new-form-design .custom-row .custom-col-6,
body .new-form-design .custom-row .custom-col-12 {
	margin-top: 0;
}

body .new-form-design .custom-row.form-group {
	margin-left: -15px;
	margin-right: -15px;
}

body .new-form-design .flex-space-between {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

body .new-form-design-contact .leftSection {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

body .formLoading {
	background: var(--color-accent-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px;
}

body .header-search-btns .btn-open::before {
	width: 20px;
	height: 20px;
	background-size: 27px !important;
}

body .formLoading::after {
	content: '';
	width: 40px;
	height: 40px;
	animation: spin 2.4s linear infinite;
	background-image: url('../../images/ajax-loader.svg');
	background-repeat: no-repeat;
	background-size: 100%;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

section.sold-off .signature__item .abs-content {
	min-height: 0;
	padding-bottom: 0;
}

body .burger-btn {
	width: 20px;
	min-width: 20px;
	height: 20px;
	border: none;
	gap: 6px;
}

body .burger-btn span {
	width: 20px;
}

body .island-details-gallery .swiper-container,
body .island-details-gallery .swiper,
body .island-details-gallery .signature__item .abs-content {
	height: auto !important;
}

/* Firefox: prevent Swiper from reserving extra vertical space in island gallery */
@supports (-moz-appearance: none) {
	body .island-details-gallery .swiper.listing-gallery,
	body .island-details-gallery .swiper.listing-gallery .swiper-wrapper,
	body .island-details-gallery .swiper.listing-gallery .swiper-slide {
		height: auto !important;
		min-height: 0;
	}

	body .island-details-gallery .swiper.listing-gallery {
		padding-bottom: 0 !important;
	}

	body .island-details-gallery .slider-page .thumbs_slider-container {
		margin-top: 0 !important;
	}
}

body .videos.gallery .listing-gallery .swiper-slide img {
	width: 100%;
	height: auto !important;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

body .island-details-inquire-form {
	margin-bottom: 0;
}

body .island-details-inquire-form .contact__form {
	display: block !important;
}

body .island-details-inquire-form .contact__form > .alert {
	margin-top: 0;
	margin-bottom: 10px;
}

body .island-details-inquire-form .contact__form .form-items {
	display: flex;
    flex-direction: column;
    height: 92%;
}

body .island-details-inquire-form .contact__form .form-row {
	margin-bottom: 14px;
}

body .island-details-inquire-form .contact__form .form-items label:last-of-type {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

body .island-details-inquire-form .contact__form .form-items textarea {
	flex-grow: 1;
	min-height: 100px;
	resize: none;
}

body .island-details-inquire-form .contact__form > .d-flex.jcsb.align-center.flex-wrap.mb--10 {
	display: flex;
	flex-wrap: nowrap !important;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

body .island-details-inquire-form .contact__form > .d-flex.jcsb.align-center.flex-wrap.mb--10 .dbl-btns-option {
	display: flex;
	flex: 0 0 auto;
}

body .island-details-inquire-form .contact__form > .d-flex.jcsb.align-center.flex-wrap.mb--10 .dbl-btns-option .btn {
	width: auto;
	min-width: 0;
}

body .island-details-inquire-form .contact__form > .d-flex.jcsb.align-center.flex-wrap.mb--10 .formLoading {
	flex: 0 0 auto;
}

body .island-details-inquire-form .contact__form > .d-flex.jcsb.align-center.flex-wrap.mb--10 .submit-inquiry-form {
	flex: 0 0 auto;
	width: auto;
	white-space: nowrap;
}

@media (min-width: 1200px) {
	body .island-details-inquire-form .contact__form {
		display: flex !important;
		flex-direction: column;
		height: 100%;
		min-height: 0;
	}

	body .island-details-inquire-form .contact__form .form-items {
		flex: 1 1 auto;
		height: auto;
		min-height: 0;
		overflow: hidden;
	}

	body .island-details-inquire-form .contact__form .form-items label:last-of-type {
		flex: 1 1 auto;
		min-height: 0;
		overflow: hidden;
	}

	body .island-details-inquire-form .contact__form .form-items textarea {
		height: 100%;
		min-height: 0;
		max-height: 100%;
		overflow-y: auto;
	}

	body .island-details-inquire-form .contact__form > .alert,
	body .island-details-inquire-form .contact__form > .d-flex.jcsb.align-center.flex-wrap.mb--10 {
		flex-shrink: 0;
	}

	body .island-details-inquire-form .contact__form > .d-flex.jcsb.align-center.flex-wrap.mb--10 {
		position: relative;
		z-index: 1;
		margin-top: 0;
	}

	body .island-details-inquire-form .contact__form > .d-flex.jcsb.align-center.flex-wrap.mb--10 .submit-inquiry-form {
		flex: 1 1 auto;
		min-width: 0;
	}
}
body .island-details-gallery-container .container-podcast {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000;
}
body .island-details-gallery-container .container-podcast iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
	border: none;
}

body .filters__body-checkboxes label {
	cursor: pointer;
}

body .allResionsList .panel-heading .panel-title {
	margin-bottom: 0;
	font-weight: 500;
	margin-left: -20px;
}

body .allResionsList .hasChild .child .panel-group {
	padding-left: 20px;
}

body img.spotlight {
	cursor: pointer;
}

body .hero-small-thumb {
	width: 150px !important;
	height: 85px !important;
	object-fit: cover !important;
	aspect-ratio: auto !important;
}

body .new-form-design.new-form-design-password-reset {
	padding: 30px;
	background: rgba(0, 0, 0, 0.65);
	margin-top: 80px;
}

body .new-form-design.new-form-design-password-reset h1 {
	margin-bottom: 20px;
}

body .new-form-design.new-form-design-password-reset .form-horizontal {
	padding: 0;
}

body .new-form-design.new-form-design-password-reset .form-horizontal > div:last-of-type,
body .new-form-design.new-form-design-password-reset .form-horizontal > div:last-of-type .custom-col-12 {
	margin-bottom: 0;
}

body .new-text-section {
	padding: 60px;
	background-image: url(../../images/new_design/text-section-default-bg.jpg);
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: left;
	align-items: center;
	min-height: 80vh;
}

body .new-text-section.new-text-section-right {
	justify-content: right;
}

body .new-text-section .new-text-section-content,
body section:not(.hero) .new-text-section-hero .new-text-section-hero-content {
	max-width: 800px;
	width: 100%;
	color: #fff;
	padding: 40px;
    background: rgba(0, 0, 0, 0.65);
	font-size: 18px;
}

body .new-text-section-hero .new-text-section-hero-content .hero-subtitle,
body .new-text-section-hero .new-text-section-hero-content .hero-subtitle * {
	font-size: 18px !important;
}

body .new-text-section-hero .new-text-section-hero-content .hero-subtitle strong {
	font-weight: 600;
}

body .new-text-section .new-text-section-content a {
	color: #fff;
	text-decoration: underline;
	transition: var(--general-transition);
}

body .new-text-section .new-text-section-content a:hover,
body .new-text-section .new-text-section-content a.read-more-less-btn {
	text-decoration: none;
}

body .new-text-section .new-text-section-content a.read-more-less-btn::after {
	filter: invert(1);
}

body .new-text-section .new-text-section-content .new-text-section-title,
body .new-text-section-hero .new-text-section-hero-title {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 10px;
	display: block;
	width: 100%;
}

body .new-text-section-hero .hero-subtitle {
	margin-top: 0;
}

body .new-text-section .new-text-section-content .new-text-section-buttons {
	margin-top: 30px;
	font-size: 0;
	display: flex;
	gap: 20px;
}


/* Black Book listing ------------------------------------------- */
/* Resets */
body .signature__item.blackbook_des:hover img {
	transform: none !important;
}
/* Customizations */
body .signature__item.blackbook_des .listing-item-blackbook-image {
	position: relative;
}
body .signature__item.blackbook_des .listing-item-blackbook-image .listing-item-blackbook-image-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
body .signature__item.blackbook_des .listing-item-blackbook-image .listing-item-blackbook-image-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 2;
	gap: 20px;
}
body .signature__item.blackbook_des .listing-item-blackbook-image .listing-item-blackbook-image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease;
	z-index: 1;
	backdrop-filter: blur(5px);
	background: rgba(0, 0, 0, 0.2);
}
body .signature__item.blackbook_des:hover .listing-item-blackbook-image .listing-item-blackbook-image-overlay {
	background: rgba(0, 0, 0, 0.6);
}
body .signature__item.blackbook_des .listing-item-blackbook-image .hover-logo,
body .signature__item.blackbook_des .listing-item-blackbook-image .hover-text,
body .signature__item.blackbook_des:hover .listing-item-blackbook-image .default-logo,
body .signature__item.blackbook_des:hover .listing-item-blackbook-image .default-text {
	display: none;
	opacity: 0;
}
body .signature__item.blackbook_des:hover .listing-item-blackbook-image .hover-logo,
body .signature__item.blackbook_des:hover .listing-item-blackbook-image .hover-text {
	display: block;
	animation: blackBookFadeIn 1s forwards;
}
body .signature__item.blackbook_des .listing-item-blackbook-image .listing-item-blackbook-logo {
	max-width: 360px;
	aspect-ratio: auto !important;
	width: auto;
	height: auto;
}
body .signature__item.blackbook_des .listing-item-blackbook-image .listing-item-blackbook-logo.hover-logo {
	max-width: 140px;
}
body .signature__item.blackbook_des .listing-item-blackbook-image .listing-item-blackbook-text {
	text-transform: uppercase;
	position: absolute;
	line-height: 100%;
    bottom: 16px;
    left: 16px;
	transition: all 0.3s ease;
	font-weight: 600;
	font-size: 15px;
	background: linear-gradient(to bottom, #CFB53B 0%, #8E702E 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
body .signature__item.blackbook_des .listing-item-blackbook-image .listing-item-blackbook-text.hover-text {
	position: static;
}
body .popup-filter .dropdown .dropdown-body {
	margin-top: 1px;
}
body .listing-item-blackbook.listing-item-blackbook-unlocked .listing-item-blackbook-image::after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 100%);
    pointer-events: none;
}
body .listing-item-blackbook.listing-item-blackbook-unlocked:hover .listing-item-blackbook-image::after {
	opacity: 0;
}
body .listing-item-blackbook.listing-item-blackbook-unlocked .listing-item-blackbook-image::before {
	display: block;
    position: absolute;
    z-index: 2;
    content: "";
    left: 0;
    top: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 80%);
}
body .listing-item-blackbook.listing-item-blackbook-unlocked:hover .listing-item-blackbook-image::before {
	opacity: 1;
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 50%);
}
body .listing-item-blackbook.listing-item-blackbook-unlocked:hover .listing-item-blackbook-image {
	overflow: hidden;
}
body .listing-item-blackbook.listing-item-blackbook-unlocked:hover .listing-item-blackbook-image img {
	-webkit-transform: scale(1.02) !important;
	-ms-transform: scale(1.02) !important;
	transform: scale(1.02) !important;
}
@keyframes blackBookFadeIn {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@media (max-width: 600px) {
	body .signature__item.blackbook_des .listing-item-blackbook-image .listing-item-blackbook-logo {
		max-width: 240px;
	}
}
/* ------------------------------------------------------------- */


/* The Vault menu category ------------------------------------- */
body .menu__list-item.accordeon-item.menu__list-item--vault h3 {
	pointer-events: none;
}
body li.menu__list-item.accordeon-item.menu__list-item--vault.opened h3 span {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #DFCD7B !important;
}
body .menu__list-item.accordeon-item.menu__list-item--vault h3 span::before {
	content: '';
	width: 23px;
	height: 23px;
	background-image: url('../../images/new_design/icons/icon-vault.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 23px;
	background-color: transparent;
	position: relative;
    top: -2px;
}
body .menu__list-item.accordeon-item.menu__list-item--vault h3 i {
	display: none;
}
body .menu__list-item.accordeon-item.menu__list-item--vault h3 span {
	padding-bottom: 0 !important;
}
body .menu__list-item.accordeon-item.menu__list-item--vault ul {
	background: transparent !important;
}
body .menu__list-item.accordeon-item.menu__list-item--vault a,
body li.menu__list-item.accordeon-item.menu__list-item--vault.opened:hover a {
	color: #DFCD7B !important;
}
body li.menu__list-item.accordeon-item.menu__list-item--vault.opened:hover a::before {
	background: #DFCD7B !important;
}
/* ------------------------------------------------------------- */


/* Location select --------------------------------------------- */
body .form-group.all-regions-box .allResionsList.location-select {
    max-height: 340px;
    max-width: none;
    right: auto;
    align-items: stretch;
    justify-content: space-evenly;
    text-align: left;
	position: fixed;
	top: 101px;
    left: 50%;
    transform: translateX(-50%);
    width: min(1000px, calc(100dvw - 32px));
}
body .form-group.all-regions-box .allResionsList.location-select > div {
	border-right: 1px solid rgba(255, 255, 255, 0.15);
	overflow: hidden;
	flex: 1 1 0;
	min-width: 0;
	box-sizing: border-box;
	position: relative;
}
/* body .form-group.all-regions-box .allResionsList.location-select > div.has-overflow::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30px;
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        rgba(106, 39, 39, 0) 0%,
        rgba(80, 24, 24, 0.55) 45%,
        rgba(55, 12, 12, 0.92) 100%
    );
}
body .form-group.all-regions-box .allResionsList.location-select > div.has-overflow.is-scrolled-to-bottom::after {
	display: none;
} */
body .form-group.all-regions-box .allResionsList.location-select > div:last-child {
	border-right: none;
	padding-right: 0;
}
body .form-group.all-regions-box .allResionsList.location-select > div .location-select-wrapper {
	overflow-y: auto;
	height: 100%;
	display: flex;
	flex-direction: column;
}
body .form-group.all-regions-box .allResionsList.location-select > div.location-select-curated-collections .location-select-wrapper ul.hide {
	display: none;
}
body .form-group.all-regions-box .allResionsList.location-select > div .location-select-wrapper ul.active {
	display: block;
}
body .form-group.all-regions-box .allResionsList.location-select > div .location-select-wrapper:hover h3 {
	opacity: 1;
}
body .form-group.all-regions-box .allResionsList.location-select > div .location-select-wrapper:hover h3::before {
	opacity: 0.3;
}
body .form-group.all-regions-box .allResionsList.location-select h3 {
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	margin-bottom: 0;
	font-size: 16px;
	padding: 20px;
	opacity: 0.3;
	transition: all 0.3s ease;
}
body .form-group.all-regions-box .allResionsList.location-select h3::before {
	content: '';
    display: block;
    position: absolute;
    left: 20px;
    bottom: 10px;
    height: 1px;
    width: 40px;
    background-color: #fff;
    transition: all 0.3s ease;
}
body .form-group.all-regions-box .allResionsList.location-select ul li.active > a,
body .form-group.all-regions-box .allResionsList.location-select ul li a:hover {
	background: var(--red);
}
body .form-group.all-regions-box .allResionsList.location-select ul li a {
	text-transform: none;
    padding: 6px 20px;
	display: flex;
    align-items: center;
	flex-direction: flex-start;
	font-weight: 400;
}
body .form-group.all-regions-box .allResionsList.location-select .fa-arrow-left.back::before {
	display: none;
}
body .form-group.all-regions-box .allResionsList.location-select .fa-arrow-left.back::after {
	content: '';
	width: 20px;
	height: 20px;
	background-image: url('../../images/new_design/icons/icon-back.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	display: inline-block;
}
body #viewAllRegions .region-selected {
	text-overflow: ellipsis;
	padding-right: 20px;
}
body .form-group.all-regions-box .allResionsList.location-select.opened {
	display: flex;
}
body .form-group.all-regions-box .allResionsList.location-select .location-select-close {
	display: none;
}
body .form-group.all-regions-box .allResionsList.location-select .location-select-toggle {
	width: 100%;
	display: block;
	text-transform: uppercase;
	color: rgba(255,255,255,0.6);
	font-size: 16px;
	text-align: left;
	padding: 10px 20px 10px 20px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
	transition: all 0.3s ease;
}
@media (min-width: 601px) {
	body .form-group.all-regions-box .allResionsList.location-select .location-select-toggle {
		margin-top: auto;
		align-self: flex-end;
		padding: 16px 20px 16px 20px;
	}
}
body .form-group.all-regions-box .allResionsList.location-select .location-select-toggle.expanded {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent);
}
@media (min-width: 601px) {
	body .form-group.all-regions-box .allResionsList.location-select .location-select-toggle:hover {
		color: #fff;
	}
	body .form-group.all-regions-box .allResionsList.location-select .location-select-toggle.expanded:hover {
		background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
	}
}
@media (max-width: 600px) {
	body .form-group.all-regions-box .allResionsList.location-select {
		position: fixed;
		width: 70%;
		height: calc(100vh - 80px);
		height: calc(100dvh - 80px - env(safe-area-inset-top));
		flex-direction: column;
		top: 107px !important;
		left: auto;
		right: 0;
		z-index: 10;
		max-height: none;
		padding-top: 40px;
		transform: none;
	}
	body .form-group.all-regions-box .allResionsList.location-select > div {
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	}
	body .form-group.all-regions-box .allResionsList.location-select > div .location-select-wrapper {
		position: relative;
	}
	body .form-group.all-regions-box .allResionsList.location-select > div .location-select-wrapper h3 {
		opacity: 1;
		padding-left: 55px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
		padding-top: 12px;
		padding-bottom: 12px;
		line-height: 100%;
		position: sticky;
		top: 0;
		z-index: 10;
		background-color: var(--color-accent-primary-dark);
	}
	body .form-group.all-regions-box .allResionsList.location-select > div .location-select-wrapper h3::before {
		display: none;
	}
	body .form-group.all-regions-box .allResionsList.location-select h3::after {
		content: '';
		width: 24px;
		height: 24px;
		background-image: url('../../images/new_design/icons/icon-expand.svg');
		background-repeat: no-repeat;
		background-position: center;
		background-size: 16px;
		border-radius: 50%;
		background-color: var(--color-accent-primary);
		position: absolute;
		left: 20px;
		top: 50%;
		transform: translate(0, -50%);
	}
	body .form-group.all-regions-box .allResionsList.location-select h3::before {
		width: 80px;
	}
	body .form-group.all-regions-box .allResionsList.location-select .location-select-close {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 40px;
		padding-left: 20px;
		padding-right: 20px;
	}
	body .form-group.all-regions-box .allResionsList.location-select .location-select-close::before {
		content: '';
		width: 24px;
		height: 24px;
		background-image: url('../../images/new_design/icons/icon-close.svg');
		background-repeat: no-repeat;
		background-position: center;
		background-size: 14px;
		border-radius: 50%;
		background-color: var(--color-accent-primary);
		display: block;
	}
	body .form-group.all-regions-box .allResionsList.location-select > div .location-select-wrapper.collapsed h3 {
		margin-bottom: 0;
		border-bottom: 0;
	}
	body .form-group.all-regions-box .allResionsList.location-select > div .location-select-wrapper.collapsed > ul,
	body .form-group.all-regions-box .allResionsList.location-select > div .location-select-wrapper.collapsed > .location-select-toggle {
		display: none;
	}
	body .form-group.all-regions-box .allResionsList.location-select > div .location-select-wrapper > ul {
		flex: 1;
		overflow-y: auto;
	}
	body .form-group.all-regions-box .allResionsList.location-select > div .location-select-wrapper.expanded > h3::after {
		background-image: url('../../images/new_design/icons/icon-collapse.svg');
		background-color: var(--color-accent-primary-dark);
	}
	body .form-group.all-regions-box .allResionsList.location-select > div .location-select-wrapper.expanded h3 {
		background-color: var(--color-accent-primary);
		border-bottom: 0;
	}
	/* Collapsed section: shrink to title height only */
	body .form-group.all-regions-box .allResionsList.location-select > div:has(.location-select-wrapper.collapsed) {
		flex: 0 0 auto;
	}
	/* Expanded section: fill remaining space */
	body .form-group.all-regions-box .allResionsList.location-select > div:has(.location-select-wrapper.expanded) {
		flex: 1 1 0;
		min-height: 0;
		display: flex;
		flex-direction: column;
	}
	body .form-group.all-regions-box .allResionsList.location-select > div .location-select-wrapper.expanded {
		flex: 1;
		min-height: 0;
		display: flex;
		flex-direction: column;
		overflow: hidden;
	}
	body .form-group.all-regions-box .allResionsList.location-select ul li.active > a {
		border-top: 1px solid rgba(255, 255, 255, 0.15);
	}
}
@media (max-width: 480px) {
	body .form-group.all-regions-box .allResionsList.location-select {
		top: 79px !important;
	}
}
/* ------------------------------------------------------------- */

/* Mobile and tablet improvements ------------------------------ */
body .signature__item .abs-content .abs-content-title a {
	white-space: normal !important;
}
body .signature__item .abs-content .btn-fav {
	padding-left: 0;
	padding-right: 0;
	margin-right: 6px;
}
body .signature__item .abs-content .abs-content-row {
	justify-content: space-between;
}
body .signature__item .abs-content .abs-content-row .abs-content-left {
	max-width: 60%;
}
body .signature__item .abs-content .abs-content-row .abs-content-right {
	display: flex;
	align-items: center;
}
@media (min-width: 600px) and (max-width: 1300px) {
	body .signature__item.blackbook_des .listing-item-blackbook-image .listing-item-blackbook-logo {
		max-width: 240px;
	}
	body .signature__item.blackbook_des .listing-item-blackbook-image .listing-item-blackbook-logo.hover-logo {
		max-width: 100px;
	}
}
@media (min-width: 600px) and (max-width: 1000px) {
	body .signature__item.blackbook_des .listing-item-blackbook-image .listing-item-blackbook-logo {
		max-width: 180px;
	}
	body .signature__item.blackbook_des .listing-item-blackbook-image .listing-item-blackbook-logo.hover-logo {
		max-width: 80px;
	}
}
@media (min-width: 721px) {
	body footer .social {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 1200px) {
	body .island-details-inquire-form .contact__form .form-items {
		height: auto;
	}
}
/* ------------------------------------------------------------- */

body .island-details-hero .blackbook-indicator {
	position: absolute;
	left: 45px;
	bottom: 10px;
	z-index: 100;
	pointer-events: none;
}
body .island-details-hero .blackbook-indicator img {
	width: auto;
	height: auto;
	max-height: 45px;
	max-width: 100%;
}
@media (max-width: 600px) {
	body .island-details-hero.hero-blackbook .blackbook-indicator {
		left: 15px;
    	bottom: 50px;
	}
	body .island-details-hero.hero-blackbook .red-title-block {
		bottom: 60px;
	}
}

/* Hero filter close animation --------------------------------- */
body {
	--hero-search-dot-size: 6px;
	--hero-search-dot-overlap: 8px;
	--hero-search-dot-background: var(--red);
	--hero-search-ghost-z-index: 10001;
	--hero-search-parked-z-index: 10000;
}

body .popup-filter.is-collapsing,
body .popup-filter.is-collapsed,
body .popup-filter.is-parked {
	overflow: hidden;
	transform: none !important;
}

body .popup-filter.is-collapsed,
body .popup-filter.is-parked {
	display: flex !important;
	padding: 0 !important;
	border-radius: 50% !important;
	background: var(--hero-search-dot-background) !important;
	background-image: none !important;
	width: var(--hero-search-dot-size);
	height: var(--hero-search-dot-size);
	margin: 0 !important;
	pointer-events: none;
	border: 0;
	opacity: 1 !important;
	filter: none !important;
	backdrop-filter: none !important;
	box-shadow: none !important;
	will-change: left, top, width, height, border-radius;
	z-index: var(--hero-search-parked-z-index);
}

body .popup-filter.is-collapsing .popup-content,
body .popup-filter.is-collapsed .popup-content,
body .popup-filter.is-parked .popup-content {
	opacity: 0;
	pointer-events: none;
}

body .popup-filter.hide-content * {
	visibility: hidden;
}

body .hero-search-ghost {
	display: flex !important;
	background: transparent;
	background-image: none !important;
	opacity: 1 !important;
	filter: none !important;
	backdrop-filter: none !important;
	will-change: left, top, width, height, border-radius;
	transform: none !important;
}

body .hero-search-ghost .popup-content {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
/* ------------------------------------------------------------- */


/* Improvements ------------------------------------------------ */
body main.main .section-featured-categories .section-head {
	margin-top: 50px !important;
}
body .salepost.section-fullscreen .salepost__content-top {
	border-right: none;
}
body .salepost.section-fullscreen .salepost-text {
	padding-right: 0;
}
body .page-island-details .breadcrumbs-wrapper {
	color: #000;
	margin-bottom: 10px;
}
body .salepost.section-fullscreen .section-title {
	line-height: 130%;
	margin-bottom: 15px;
}
body .n-form-flush > p {
	width: 100%;
	display: flex;
	gap: 0;
	flex-direction: column;
}
body .n-form-flush > p .n-input-flush {
	margin: 0;
}
body .n-form-flush > p .n-btn-flush {
	padding-top: 18px;
	padding-bottom: 18px;
}
body .footer-html {
	margin-top: 50px;
}
body .mapOptions .main>div {
	background-color: var(--color-accent-primary);
	padding: 5px 10px;
	font-weight: 500;
}
body .mapOptions .main .child li {
	padding: 5px 10px;
}
body .hero-region .hero__text-bg .text-more h1 {
	font-weight: 500;
    font-size: var(--s30);
    line-height: 1.2626;
}
body .islands-for-rent-hero-content .islandVacations-h-links {
	display: none;
}
body .island-details-inquire-form div.btn:hover,
body .island-details-inquire-form div.btn {
	border: none !important;
}
@media (min-width: 769px) {
	body .n-form-flush > p {
		flex-direction: row;
	}
	body .n-form-flush > p .n-input-flush {
		flex: 1;
		min-width: 0;
	}
	body .n-form-flush > p .n-btn-flush {
		flex-shrink: 0;
	}
}
@media (min-width: 601px) {
	body .page-island-details .salepost__block {
		display: flex;
		flex-direction: row-reverse;
	}
}
@media (max-width: 600px) {
	body main.main .section-featured-categories .section-head {
		margin-top: 30px !important;
	}
	body .page-island-details .breadcrumbs-wrapper {
		margin-bottom: 15px;
	}
	body .page-island-details .breadcrumbs-wrapper,
	body .page-island-details .breadcrumbs li a {
		opacity: 1;
		font-size: 14px;
	}
	body .page-island-details .salepost__block {
		grid-gap: 30px;
	}
}
/* ------------------------------------------------------------- */


/* Hero search redesign ---------------------------------------- */
body form#main-search-form {
	background-color: var(--red);
	padding: 10px;
	border: 1px solid #fff;
}
body form#main-search-form .options.options-2 {
	margin: 0;
}
body form#main-search-form .options.options-2 > * {
    padding-left: 0;
    padding-right: 0;
}
body form#main-search-form .dbl-btns-option .btn:not(:last-child) {
	margin-right: 0;
}
body .availability-switch {
	position: relative;
	display: inline-flex;
	align-items: center;
	width: 142px;
	height: 40px;
	padding: 4px;
	background: #ffffff;
	border-radius: 999px;
	border: 2px solid #b8b8b8;
	box-shadow: inset 0 2px 5px rgba(0,0,0,.18), 0 1px 2px rgba(0,0,0,.08);
	cursor: pointer;
}
body .availability-switch__slider {
	position: absolute;
	top: 4px;
	left: 4px;
	width: calc(50% - 4px);
	height: calc(100% - 8px);
	background: var(--red);
	border-radius: 999px;
	box-shadow: 0 2px 6px rgba(141,1,0,.45), 0 1px 2px rgba(0,0,0,.2);
	transition: transform .25s cubic-bezier(.4,0,.2,1);
}
body .availability-switch.is-rent .availability-switch__slider {
	transform: translateX(100%);
}
body .availability-switch__option {
	position: relative;
	z-index: 1;
	width: 50%;
	border: 0;
	background: transparent;
	color: #888;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	height: 100%;
	text-transform: uppercase;
	letter-spacing: .06em;
	transition: color .25s ease;
	cursor: pointer;
	user-select: none;
}
body .availability-switch__option.is-active {
	color: #ffffff;
	text-shadow: 0 1px 2px rgba(0,0,0,.25);
}
body .option-island-name input {
	background: var(--red);
	color: #fff;
	font-weight: 500;
}
body .option-island-name input::placeholder {
	color: rgba(255, 255, 255, 0.5);
	font-weight: 500;
	text-transform: uppercase;
}
body .option-island-name input,
body .popup-filter .dbl-btns-option .btn,
body .form-group.all-regions-box .viewAllRegions {
	height: 40px;
	line-height: 40px;
	padding: 0 !important;
}
body .popup-filter .dbl-btns-option .btn:hover,
body .form-group.all-regions-box .viewAllRegions:hover,
body .form-group.all-regions-box .viewAllRegions#viewAllRegions.opened,
body .popup-filter .dropdown.active .filter-btn {
	background-color: transparent !important;
}
body .form-group.all-regions-box .viewAllRegions {
	width: 180px !important;
	min-width: 0 !important;
	display: flex;
	align-items: center;
	padding-right: 24px !important;
}
body #viewAllRegions .region-selected {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-height: 40px;
	line-height: 40px;
}
body .option-island-name input {
	width: 220px;
	text-overflow: ellipsis;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
body .option-island-name input,
body .option-island-name input::placeholder {
	line-height: 40px;
}
body .option-availability,
body .option-region {
	display: flex;
	align-items: center;
}
body .option-availability::after,
body .option-region::after {
	content: '';
	height: 25px;
	width: 1px;
	background: #fff;
	display: block;
	margin-left: 15px;
	margin-right: 15px;
}
body .popup-filter .dbl-btns-option .btn {
	padding: 0 5px !important;
}
body .popup-filter .dbl-btns-option .btn:hover {
	opacity: 0.4;
}
@media (max-width: 967px) {
    body .popup-filter {
        width: auto !important;
		transform: translate(-50%, -50%) !important;
    }
}
@media (max-width: 820px) {
    body .option-island-name input,
	body .form-group.all-regions-box .viewAllRegions#viewAllRegions {
		width: 90px !important;
		padding-left: 0 !important;
	}
	body #viewAllRegions .region-selected.is-placeholder {
		display: inline-flex;
		align-items: center;
		position: relative;
		min-width: 58px;
		height: 40px;
		color: transparent;
		line-height: 40px;
	}
	body #viewAllRegions .region-selected.is-placeholder::before {
		content: 'Island';
		position: absolute;
		left: 0;
		top: 0;
		transform: none;
		color: rgba(255, 255, 255, 0.5);
		font-size: 16px;
		line-height: 40px;
		text-transform: uppercase;
		white-space: nowrap;
	}
}
@media (max-width: 600px) {
	body form#main-search-form {
		border-left: 0;
		border-right: 0;
		padding: 0;
	}
	body .popup-filter .options .option {
		width: auto;
	}
	body .option-availability::after,
	body .option-region::after {
		margin-left: 10px;
		margin-right: 10px;
		height: 18px;
	}
	body .availability-switch {
		width: 120px;
    	height: 30px;
	}
	body .option-region {
		padding-right: 0;
		margin-right: 0;
	}
	body .option-region .select-red,
	body .option-region .form-group.all-regions-box,
	body .option-region .form-group.all-regions-box .viewAllRegions#viewAllRegions,
	body .option-island-name,
	body .option-island-name input {
		width: 100% !important;
		min-width: 0;
	}
	body .option-region::after {
		flex-shrink: 0;
	}
	body #viewAllRegions .region-selected.is-placeholder::before,
	body .option-island-name input {
		font-size: 13px !important;
	}
	body form#main-search-form .options.options-2 {
		padding-left: 10px;
		padding-right: 5px;
	}
	body .popup-filter .options .option-availability,
	body .popup-filter .options .option-region {
		flex-shrink: 0;
	}
	body .popup-filter .options .option-region,
	body .popup-filter .options .option-island-name {
		display: flex;
		align-items: center;
		flex: 1 1 0;
		min-width: 0;
	}
}
@media (max-width: 450px) {
	body .option-availability::after,
	body .option-region::after {
		display: none;
	}
	body .popup-filter .options .option-availability {
		margin-right: 10px;
	}
	body .popup-filter .options .option-region {
		margin-right: 5px;
	}
}
/* ------------------------------------------------------------- */

/* Hero improvements ------------------------------------------- */
body .hero .islandVacations-h-links {
	display: none;
}
body:not(.home-page):not(.filter-no-overlay).filter-open .hero::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(5px);
	z-index: 10;
}
body:not(.single-island):not(.home-page) .hero .hero-content {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 5;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 108px;
}
body.filter-open .hero .popup-filter,
body .hero .swiper-button-next,
body .hero .swiper-button-prev {
	top: calc(50% + 54px) !important;
}
body .popup-filter.mob-active {
	margin-top: 0 !important;
}
body:not(.single-island):not(.home-page) .hero .hero-content .hero__text {
	overflow: auto;
	transform: none;
	left: auto;
	top: auto;
	bottom: auto;
	width: calc(100% - 40px) !important;
	padding: 30px;
}
@media (max-width: 1000px) {
	body:not(.single-island):not(.home-page) .hero .hero-content .hero__text {
		max-height: 220px;
	}
	body main.main.hero-large section.hero.hero-islands-for-rent .hero-content .hero__text {
		max-height: 300px;
	}
}
@media (max-width: 600px) {
	body.has-search:not(.single-island):not(.home-page) .hero .hero-content {
		padding-top: calc(108px - 42px);
	}
	body:not(.single-island):not(.home-page) .hero .hero-content .hero__text {
		padding: 20px;
	}
	body .header-search-btns #hero-search-popup-target {
		display: none;
	}
	body .hero-content .hero__text.hero__text-bg {
		max-height: 200px;
	}
	body .hero-content .hero__text.hero__text-bg h1.hero-title {
		font-size: 16px !important;
	}
	body .hero-content .hero__text.hero__text-bg .hero-subtitle {
		font-size: 14px;
	}
}
@media (max-width: 480px) {
	body.filter-open .hero .popup-filter,
	body .hero .swiper-button-next,
	body .hero .swiper-button-prev {
		top: calc(50% + 40px) !important;
	}
	body .hero .hero-close--btn {
		width: auto;
	}
	body.has-search:not(.single-island):not(.home-page) .hero .hero-content {
		padding-top: calc(80px - 42px);
	}
	body:not(.single-island):not(.home-page) .hero .hero-content {
		padding-top: 80px;
	}
}
/* ------------------------------------------------------------- */

/* Video controls ---------------------------------------------- */
body .gallery-video-controls {
	background: transparent;
	opacity: 0;
	transition: var(--general-transition);
}
body .gallery-videos:hover .gallery-video-controls {
	opacity: 1;
}
body .gallery-video-controls {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 5;
	background-color: rgba(0,0,0,0.4);
}
body .gallery-video-controls .gallery-video-controls-inner {
	display: flex;
}
body .gallery-video-controls .gallery-video-controls-inner > div {
	background-color: transparent;
	transition: var(--general-transition);
}
body .gallery-video-controls .gallery-video-controls-inner > div:hover {
	background-color: rgba(0,0,0,0.6);
}
body .gallery-video-controls .gallery-video-controls-play-pause,
body .gallery-video-controls .gallery-video-controls-fullscreen {
	width: 60px;
	height: 60px;
	margin: 0 10px;
	border-radius: 50%;
	font-size: 0;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 34px;
	border: 1px solid #fff;
	background-image: url(../../images/new_design/icons/icon-pause.svg);
}
body .gallery-video-controls .gallery-video-controls-play-pause.paused {
	background-image: url(../../images/new_design/icons/icon-play.svg);
}
body .gallery-video-controls .gallery-video-controls-fullscreen {
	background-image: url(../../images/new_design/icons/icon-fullscreen.svg);
}
/* ------------------------------------------------------------- */

/* Login, register improvements -------------------------------- */
body .login-page {
	justify-content: center;
}
body .login-register-switch {
	display: flex;
	background: #fff;
	border: 2px solid #b8b8b8;
	justify-content: space-between;
	margin-bottom: 30px;
	border-radius: var(--forms-border-radius);
	padding: 5px;
	box-shadow: inset 0 2px 5px rgba(0,0,0,.18), 0 1px 2px rgba(0,0,0,.08);
}
body .login-register-switch .switch-link {
	width: calc(50% - 3px);
    color: #888;
    padding: 8px 0;
    font-size: var(--forms-font-size);
    line-height: var(--forms-line-height);
    transition: var(--general-transition);
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
	transition: var(--general-transition);
	text-align: center;
	border-radius: var(--forms-border-radius);
}
body .login-register-switch .switch-link:hover {
	color: #888;
}
body .login-register-switch .switch-link.active {
	color: #fff !important;
	background: #000;
	box-shadow: 0 2px 6px rgba(0,0,0,.45), 0 1px 2px rgba(0,0,0,.2);
}
body .form-group-login-actions {
	margin-bottom: 0;
}
body .form-group-login-actions a:not(.btn-red) {
	color: #fff;
	font-size: 14px;
	opacity: 0.6;
}
body .form-group-login-actions a:not(.btn-red):hover {
	opacity: 1;
}
body .form-group-register-actions > .custom-col-12:nth-last-of-type(2),
body .form-group-login-actions > .custom-col-12:nth-last-of-type(2) {
	margin-top: 10px !important;
	margin-bottom: 30px !important;
}
body .login-page #stripe-pm-block {
	margin-left: -15px;
	margin-right: -15px;
}
body .login-page .radio.radio-payment-type label {
	font-size: 13px;
	border: 1px solid #3BA03B;
	padding: 30px 30px 30px 20px;
	border-radius: var(--forms-border-radius);
	background: linear-gradient(to right, #133513, #1a5a1a);
	display: flex;
	align-items: center;
	flex-shrink: 0;
	position: relative;
	overflow: hidden;
}
body .login-page .radio.radio-payment-type label::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -110px;
	bottom: auto;
	width: 220px;
	height: 220px;
	background-image: url(../../images/new_design/icons/payment-plan-bg.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 220px;
	opacity: 0.1;
	pointer-events: none;
	transform-origin: center;
	transform: translateY(-50%);
}
body .login-page .radio.radio-payment-type label:hover::after {
	animation: payment-method-steer 5.2s cubic-bezier(0.42, 0, 0.2, 1) infinite;
}
@keyframes payment-method-steer {
	0% {
		transform: translateY(-50%) rotate(0deg);
	}
	12% {
		transform: translateY(-50%) rotate(-9deg);
	}
	24% {
		transform: translateY(-50%) rotate(11deg);
	}
	34% {
		transform: translateY(-50%) rotate(-5deg);
	}
	48% {
		transform: translateY(-50%) rotate(8deg);
	}
	58% {
		transform: translateY(-50%) rotate(3deg);
	}
	72% {
		transform: translateY(-50%) rotate(-7deg);
	}
	84% {
		transform: translateY(-50%) rotate(4deg);
	}
	100% {
		transform: translateY(-50%) rotate(0deg);
	}
}
body .login-page .radio.radio-payment-type label .payment-type-label .payment-type-pricing {
	font-weight: 600;
	font-size: 18px;
}
body .login-page .radio.radio-payment-type label .payment-type-label {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
body .login-page .radio.radio-payment-type label input[type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	width: 30px;
	height: 30px;
	background-color: #3BA03B;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
	outline: none;
	margin-right: 20px;
	flex-shrink: 0;
	background-image: url(../../images/new_design/icons/payment-plan-selected.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px;
}
body .login-page input[type=checkbox] {
	margin-right: 6px;
}
body .login-page .row-cols-2 {
	box-sizing: content-box;
}
@media (max-width: 600px) {
	body .new-form-design .custom-row.form-group-login-actions > .custom-col-12 {
		margin-bottom: 0;
	}
	body .login-page #stripe-pm-block {
		margin-left: 0;
		margin-right: 0;
	}
}
/* ------------------------------------------------------------- */

body .new-form-design h2 {
	font-size: 20px;
}
body .menu__list-item.accordeon-item.menu__list-item--grayed-out a {
	color: #aaaaaa !important;
}
body .my-profile-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}
body .my-profile-header h2 {
	margin-bottom: 0;
}
body .menu-fixed .menu-translate {
	display: none;
}
body .header-content #google_translate_element select {
	margin: 0 0 0 5px !important;
}
body .hero-rent-links {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-top: 20px;
}

@media (min-width: 1200px) {
	body .options-filters .select-spoller li:hover span:last-child::after,
	body .filters__body-checkboxes li:hover span:last-child::after {
		opacity: 1;
		transition: all 0.3s ease;
	}
}

@media (max-width: 1200px) {
	body .island-details-inquire-form .contact__form {
		height: auto !important;
		overflow: visible !important;
	}
	body .swiper-container-pagination,
	body .island-details-gallery-container .custom-row > div {
		margin: 0 !important;
		padding: 0 !important;
	}
	body .island-details-gallery-container .custom-row > div:first-child {
		margin-bottom: 1px !important;
	}
	body .island-details-gallery-container .island-details-inquire-form {
		margin-top: 0;
	}
	body .island-details-gallery > .hero__links {
		width: 100%;
		overflow-x: auto;
	}
}

@media (max-width: 1200px) and (min-width: 600px) {
	body .custom-row>.column-8,
	body .custom-row>.column-4 {
		width: 100%;
		flex: 0 0 auto;
	}
}

@media (max-width: 1000px) {
	body main.main section.hero.hero-region-height,
	body main.main section.hero.hero-category-height,
	body main.main section.hero.hero-search-height,
	body.single-island section.hero,
	body main.main.hero-large section.hero.hero-islands-for-rent {
		min-height: 400px !important;
	}
}

@media (max-width: 921px) {
	.salepost.section-fullscreen .salepost__content-top {
		border-right: 0;
	}
}

@media (max-width: 850px) {
	body footer .countries__list {
		display: block;
	}

	body footer .tech-links {
		border-left: 0 !important;
		padding-left: 0 !important;
	}

	body footer .tech-links .accordeon-item-body {
		display: block !important;
		max-height: none !important;
		opacity: 1 !important;
		visibility: visible !important;
	}

	body footer .tech-links .accordeon-item-body * {
		opacity: 0.6 !important;
	}

	body footer .accordeon-item-body,
	body footer h3::before,
	body footer h3::after,
	body footer .countries__list .countries__list-item::before,
	body footer .tech-links .accordeon-item::before,
	body footer .tech-links .accordeon-item::after {
		display: none;
	}

	body footer .tech-links i {
		display: none !important;
	}

	body footer .countries__list-title {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

	body footer .accordeon-item-head span {
		position: relative;
		display: block;
		max-width: calc(100% - var(--padding) * 2);
	}

	body footer .countries__list-title {
		padding: 15px 0;
		margin-bottom: 0;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 14px;
	}

	body .countries__list-title i {
		display: block !important;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translate(0, -50%) rotate(0);
		width: 20px;
		height: 20px;
	}

	body footer .countries__list-title>span::before {
		display: none;
	}

	body footer .footer-title {
		max-width: none !important;
		display: block !important;
		margin-bottom: 30px;
	}

	body footer {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	body footer .accordeon-item.opened .accordeon-item-body {
		display: block;
	}

	body footer .accordeon-item .accordeon-item-body {
		padding-top: 0 !important;
	}

	body .social {
		padding-left: var(--padding);
		padding-right: var(--padding);
	}

	body #gallery-map-container.container,
	body #gallery-map-container.container .custom-row,
	body #gallery-map-container.container .custom-row>div {
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	body #gallery-map-container {
		padding-bottom: 1px;
	}

	body .magazine__block .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
		display: none;
	}

	body .magazine__block .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		display: inline-block !important;
		border: 1px solid rgba(255, 255, 255, 0.8) !important;
		background: rgba(255, 255, 255, 0.2) !important;
		-webkit-backdrop-filter: blur(3px);
		backdrop-filter: blur(3px);
		line-height: normal;
		height: auto;
		width: auto;
		padding: 5px 10px;
		position: relative;
		top: -20px;
	}

	body .magazine-section {
		position: relative;
	}

	body .magazine-section .magazine-popup {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 20;
		width: 100%;
		align-items: center;
		justify-content: center;
		padding: 30px;
		border-top: 2px solid #fff;
		background-position: top;
		background-size: cover;
	}

	body .magazine-section .magazine-popup::after {
		content: '';
		width: 100%;
		height: 100%;
		background: rgba(77, 3, 3, 0.8);
		position: absolute;
		left: 0;
		top: 0;
		-webkit-backdrop-filter: blur(3px);
		backdrop-filter: blur(3px);
		z-index: 5;
	}

	body .magazine-section .magazine-popup a {
		position: absolute;
		font-size: 0;
		width: 100%;
		height: 100%;
		display: block;
		z-index: 15;
	}

	body .magazine-section .magazine-popup * {
		z-index: 10;
	}

	body .magazine-section .magazine-popup .magazine-popup-icon {
		width: 70px;
		height: 70px;
		background-image: url(../../images/new_design/icons/magazine-popup-icon.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100%;
		position: relative;
	}

	body .magazine-section .magazine-popup .magazine-popup-icon::after {
		content: '';
		width: 31px;
		height: 31px;
		background-image: url(../../images/new_design/icons/magazine-popup-download.svg);
		background-repeat: no-repeat;
		background-position: top 6px center;
		background-size: 15px;
		position: absolute;
		right: -3px;
		bottom: 0px;
		border-radius: 50%;
		background-color: #007A00;
		border: 2px solid #fff;
		z-index: 15;
	}

	body .magazine-section .magazine-popup .magazine-popup-text {
		font-size: 14px;
		font-weight: 700;
		text-transform: uppercase;
		line-height: 160%;
		margin-left: 18px;
	}

	body .magazine-section .magazine-popup .magazine-popup-text i {
		opacity: 0.6;
		font-style: normal;
	}

	body .magazine-section .magazine-popup .magazine-popup-text b {
		font-weight: 900;
		font-size: 20px;
	}

	body .magazine-section .magazine-popup .magazine-popup-close {
		position: absolute;
		right: 10px;
		top: 10px;
		width: 30px;
		height: 30px;
		background-image: url(../../images/new_design/icons/magazine-popup-close.svg);
		background-repeat: no-repeat;
		background-position: center;
		z-index: 20;
	}

	body .header-content #google_translate_element {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 30;
		width: 100%;
		padding: 30px;
		background: rgba(0, 0, 0, 0.65);
		display: flex;
		justify-content: center;
	}
}

@media (max-width: 768px) {

	body .header-column>.salepost--item--card .price-value,
	body .header-column .salepost--item--card span {
		font-size: 20px !important;
	}

	body .header-column .header-column-icon,
	body .features-column .features-column-icon,
	body .footer-column .footer-column-icon {
		width: 30px;
		height: 30px;
		padding: 6px;
	}

	body .new-form-design .login-page__item.border-right {
		border: 0;
	}
}

@media (min-width: 768px) {
	body footer .tech-links {
		border-left: 1px solid #333;
		padding-left: 50px;
	}
}

@media (min-width: 600px) {
	body .featured .swiper-slide:hover img {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

	body .signature.section-fullscreen {
		padding-top: 0 !important;
	}

	body .about__items.num__items {
		max-width: 520px;
	}

	body .about__items.num__items,
	body .about__items.num__items li {
		display: block;
	}

	body .about__items.num__items {
		gap: 0 !important;
	}

	body .about__items.num__items .num__items-item {
		background: rgba(0, 0, 0, 0.65);
		padding: 30px 40px;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		position: relative;
		overflow: hidden;
	}

	body .about__items.num__items .num__items-item:last-child {
		border-bottom: 0;
	}

	body .about__items.num__items .num__items-item .num-inner {
		margin-bottom: 0;
        font-size: 44px !important;
        text-transform: uppercase;
        display: inline-block;
        line-height: 100%;
        width: 150px;
        text-align: left;
        font-weight: 900;
	}

	body .about__items.num__items .num__items-item .num-desc {
		font-size: 20px;
		text-transform: uppercase;
		font-weight: 700;
		opacity: 0.8;
		max-width: 100px;
		text-align: left;
		line-height: 140%;
	}

	body .about__items.num__items .num__items-item .num-icon {
		margin-right: 25px;
		font-size: 0;
		display: inline-block;
		opacity: 0.6;
	}

	body .about__items.num__items .num__items-item .num-icon img {
		display: inline-block;
		width: 60px;
		height: 60px;
	}

	.num__items-item:not(:last-child)::after {
		display: none;
	}

	body .about__text {
		max-width: 800px;
	}

	body .about__block {
		align-items: center;
	}

	body .section-featured-categories .featured-category>a .abs-content:after {
		position: absolute;
		content: '';
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(to bottom,
				transparent 0%,
				rgba(0, 0, 0, 0.5) 40%,
				rgba(0, 0, 0, 0.8) 100%);
	}

	body .section-featured-categories .featured-category>a .abs-content-title,
	body .section-featured-categories .featured-category>a .abs-content-desc {
		position: relative;
		z-index: 5;
	}

	body .popup-filter .dbl-btns-option .btn .ico {
		width: 24px;
		height: 24px;
	}
}

@media (max-width: 600px) {
    body .full-screen-first-block {
        min-height: 0;
        padding-top: 40px !important;
		padding-bottom: 40px !important;
    }
	
	body .form-group.all-regions-box .allResionsList ul li a,
	.select-dropdown__list-item {
		font-size: 14px !important;
	}

	body .container .section-head,
	body .container .section-head.featured__head {
		margin-top: 50px !important;
		margin-bottom: 30px !important;
	}

	body .featured .abs-content,
	body .signature .signature__item .abs-content {
		position: static;
		background-color: #000;
		text-decoration: none !important;
		text-align: center;
		gap: 0;
		padding: 20px !important;
		align-items: flex-start;
		justify-content: center;
		min-height: auto !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2)
	}

	body .featured a,
	body .signature a {
		text-decoration: none !important;
		color: #fff;
	}

	body .listing-gallery .sw-small {
		padding-left: 0;
		padding-right: 0;
	}

	body .featured .sw-small .sw-btn,
	body .signature .sw-small .sw-btn,
	body .hero .sw-btn,
	body .listing-gallery .sw-small .sw-btn,
	body .magazine__block .sw-small .sw-btn {
		border: 1px solid rgba(255, 255, 255, 0.8) !important;
		background: rgba(255, 255, 255, 0.2) !important;
		-webkit-backdrop-filter: blur(3px);
		backdrop-filter: blur(3px);
		margin-top: -20px !important;
	}

	body .hero .sw-btn.swiper-button-prev,
	body .featured .sw-small .sw-btn.swiper-button-prev,
	body .signature .sw-small .sw-btn.swiper-button-prev,
	body .listing-gallery .sw-small .sw-btn.swiper-button-prev {
		left: 0;
		border-left: 0;
	}

	body .hero .sw-btn.swiper-button-prev::after,
	body .featured .sw-small .sw-btn.swiper-button-prev::after,
	body .signature .sw-small .sw-btn.swiper-button-prev::after,
	body .listing-gallery .sw-small .sw-btn.swiper-button-prev::after {
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-right: 6px solid #fff;
		margin: 0;
	}

	body .hero .sw-btn.swiper-button-next,
	body .featured .sw-small .sw-btn.swiper-button-next,
	body .signature .sw-small .sw-btn.swiper-button-next,
	body .listing-gallery .sw-small .sw-btn.swiper-button-next {
		right: 0;
		border-right: 0;
	}

	body .hero .sw-btn.swiper-button-next::after,
	body .featured .sw-small .sw-btn.swiper-button-next::after,
	body .signature .sw-small .sw-btn.swiper-button-next::after,
	body .listing-gallery .sw-small .sw-btn.swiper-button-next::after {
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 6px solid #fff;
		margin: 0;
	}

	body .magazine__slider .slider-greed-mobile-row {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	body .magazine__slider .slider-greed-mobile-row .slider-greed-mobile-col {
		width: 50%;
	}

	body .magazine-section.full-section {
		height: auto !important;
	}

	body .magazine.section-fullscreen .magazine__banner,
	body .magazine__slider .swiper-mobile-greed .swiper-slide {
		height: auto !important;
		max-height: none !important;
	}

	body .magazine__slider .swiper-mobile-greed .swiper-slide {
		padding: 20px;
	}

	body [data-slider="magazine-slider"].section-fullscreen .magazine__slider .abs-content {
		max-width: none !important;
		width: 100%;
	}

	body .featured .swiper-slide img,
	body .signature .swiper-slide img,
	body .magazine__slider .swiper-slide img {
		aspect-ratio: 1 / 1 !important;
	}

	body .magazine__slider .select-cust {
		margin-bottom: 30px;
	}

	body .magazine__block {
		margin-left: -20px;
		margin-right: -20px;
	}

	body .magazine__block .sw-small {
		display: flex;
		align-items: center;
		justify-content: space-between;
		transform: none;
		margin-top: -16px;
	}

	body .magazine__block .sw-small .sw-btn,
	body .magazine__block .swiper-pagination.swiper-pagination-bullets {
		position: static;
		margin: 0;
	}

	body .magazine__block .slider-greed-mobile-col a {
		max-height: none !important;
	}

	body .magazine__block .magazine__slider .slider-greed-mobile-col a {
		flex-direction: column;
	}

	body .magazine__banner-footer .bg-image {
		height: auto;
		width: auto;
		max-width: 100%;
	}

	body .magazine__banner .abs-content,
	body .magazine__block .magazine__slider .abs-content {
		position: static;
		width: auto;
		margin: 0;
		max-width: none;
		transform: none;
		background-color: #000;
		align-items: flex-start;
		padding: 20px;
		gap: 0;
		overflow: visible;
		text-align: left;
	}

	body .magazine__banner .abs-content h3,
	body .magazine__block .magazine__slider .abs-content h3 {
		text-transform: uppercase;
		font-weight: 600;
		font-size: 14px;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	body .magazine__banner .abs-content .abs-content-desc,
	body .magazine__block .magazine__slider .abs-content .abs-content-desc {
		display: block !important;
		text-align: left;
		font-size: var(--s12);
	}

	body .magazine__block .magazine__slider a {
		text-decoration: none;
	}

	body .magazine__block .magazine__slider a img {
		border-top: 1px solid #000;
		height: 100%;
	}

	body .magazine__block .magazine__slider .slider-greed-mobile-col:nth-child(2n) {
		border-left: 1px solid #000;
	}

	body .magazine .slider-greed-mobile-row {
		height: auto;
	}

	body .section-head.featured__head h2::before,
	body .section-head h2 {
		font-size: 22px !important;
	}

	body .section-head.featured__head h2,
	body .section-head h2 {
		padding-left: 20px;
	}

	body .section-head.featured__head h2::before,
	body .section-head h2::before {
		width: 6px;
	}

	body .magazine .swiper-pagination-bullet {
		background: #000;
	}

	body .magazine__block .magazine__slider .magazine__banner img {
		border: 0;
	}

	body footer .countries__sub a,
	body footer .tech-links .accordeon-item-body * {
		opacity: 1 !important;
		font-size: 14px;
	}

	body footer .countries__list-title:hover {
		color: #fff;
	}

	body .footer-title.title {
		margin-bottom: 20px;
		color: var(--color-accent-primary-light);
		font-weight: 700;
	}

	body .about,
	body .try,
	body .subscrible {
		padding: 40px 0 !important;
	}

	body .about .section-title,
	body .try .section-title,
	body .subscrible .section-title {
		font-size: 20px;
		font-weight: 600;
		margin-top: 0;
		text-transform: uppercase;
	}

	body .about-description,
	body .try-description,
	body .subscrible-description {
		font-size: 16px;
		margin-top: 0;
	}

	body .about__text,
	body .try__block,
	body .subscrible__block {
		padding: 40px;
	}

	body .try__block {
		align-items: flex-start;
	}

	body .try__block .btn {
		margin: 0;
		display: inline-block;
	}

	body .try,
	body .subscrible {
		min-height: 0;
	}

	body .about__items.num__items,
	body .about__items.num__items li {
		display: block;
	}

	body .about__items.num__items .num__items-item {
		background: rgba(0, 0, 0, 0.65);
		padding: 20px 30px;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}

	body .about__items.num__items .num__items-item:last-child {
		border-bottom: 0;
	}

	body .about__items.num__items .num__items-item .num-inner {
		margin-bottom: 0;
		font-size: 28px !important;
		line-height: 100%;
		text-transform: uppercase;
		display: inline-block;
		width: 80px;
		text-align: left;
		font-weight: 900;
	}

	body .about__items.num__items .num__items-item .num-desc {
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 700;
		opacity: 0.6;
		line-height: normal;
		text-align: left;
	}

	body .about__items.num__items .num__items-item .num-icon {
		padding: 10px;
		margin-right: 15px;
		background: rgba(0, 0, 0, 0.5);
		border-radius: 50%;
		font-size: 0;
		border: 3px solid rgba(255, 255, 255, 0.3);
	}

	body .about__items.num__items .num__items-item .num-icon img {
		display: inline-block;
		width: 20px;
		height: 20px;
	}

	.num__items-item:not(:last-child)::after {
		display: none;
	}

	body .hero .bg-content img {
		aspect-ratio: 1 / 2;
	}

	body .hero .hero-title {
		font-size: 14px !important;
		font-weight: 600 !important;
		margin: 0 0 10px 0 !important;
		line-height: normal !important;
	}

	body .hero .hero-subtitle {
		margin-top: 0 !important;
	}

	body .hero .hero-extra-info {
		font-size: 14px !important;
		font-weight: 600 !important;
	}

	body .hero .hero-extra-info .hero-extra-info-inner {
		margin-bottom: 0 !important;
		opacity: 0.6;
	}

	body .popup-filter {
		width: 100% !important;
		transform: none !important;
		position: static;
		margin: 0;
		top: auto;
		display: block;
		background: var(--color-primary);
	}

	body .hero .bg-content {
		position: static;
	}

	body .hero-content.container {
		padding-bottom: 0;
	}

	body .popup-filter .close-block {
		display: none;
	}

	body .popup-filter .options.options-2 {
		margin: 0;
	}

	body .popup-filter .select-red .select-dropdown__button,
	body .popup-filter .select-red .viewAllRegions,
	body .popup-filter .dbl-btns-option .btn {
		height: 42px;
	}

	body .popup-filter button {
		margin: 0 !important;
	}

	body .popup-filter .options {
		flex-direction: row !important;
		align-items: center !important;
	}

	body .popup-filter .options .option {
		padding: 0;
	}

	body .popup-filter .form-group.all-regions-box .allResionsList {
		top: 42px;
	}

	body .popup-filter .dbl-btns-option .btn>* {
		width: 16px !important;
		height: 16px !important;
	}

	body .popup-filter.mob-active {
		margin-top: 0;
	}

	body .filters__body-checkboxes-wrap {
		margin-bottom: 15px;
	}

	body .salepost.section-fullscreen .salepost__content-top {
		border-right: 0;
	}

	body.single-island .salepost {
		padding-top: 15px;
	}

	body.single-island .salepost__content .breadcrumbs {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		padding-bottom: 15px;
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}

	body.single-island .salepost__content .breadcrumbs * {
		font-size: 15px;
	}

	.breadcrumbs li a {
		opacity: 0.7;
	}

	body .breadcrumbs li a::after {
		width: 10px;
		height: 10px;
		opacity: 0.3;
	}

	body .salepost.section-fullscreen .salepost-text {
		padding-right: 0;
	}

	body .salepost-text-wrapper {
		margin-bottom: 50px;
	}

	body .salepost.section-fullscreen .section-title {
		font-size: 22px;
		line-height: 1.25;
	}

	body .salepost.section-fullscreen .salepost-text,
	body .salepost.section-fullscreen .salepost-text * {
		font-size: 16px;
	}

	body .salepost__content p,
	body .salepost__content li,
	body .salepost__content a {
		font-size: 16px;
	}

	body .salepost__map {
		border-top: 0;
	}

	body .salepost__map .custom-row.salepost--row {
		padding: 0 !important;
	}

	body .salepost__block {
		grid-gap: 50px;
	}

	body .salepost--item.footer-column .salepost--item--location span {
		line-height: 150%;
	}

	body .salepost--item.footer-column .salepost--item--location span:last-of-type {
		text-transform: none;
	}

	body .salepost--item.footer-column .salepost--item--location {
		font-size: 17px;
	}

	body .hero__links-group li {
		flex: none;
	}

	body .swiper-container-pagination {
		padding-bottom: 0;
	}

	body section.featured .listing-item-description {
		width: 100%;
		display: block;
	}

	body section.featured .listing-item-description * {
		opacity: 1 !important;
	}

	body section.featured .listing-item-description .abs-content-desc,
	body section.featured .listing-item-description .acres {
		display: block;
		width: 100%;
		text-align: left !important;
	}

	body section.featured .listing-item-description .abs-content-desc span {
		display: inline-block !important;
	}

	body .contact {
		padding: 20px 30px;
	}

	/* why-work-with-us.blade.php */

	body .footer-sections-toggles {
		display: flex;
		flex-direction: column;
	}

	body .footer-sections-toggles>div:nth-of-type(1) {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

	body .footer-sections-toggles .footer-section-toggle {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		display: flex;
		align-items: stretch;
	}

	body .footer-sections-toggles .footer-section-toggle .footer-section-toggle-title {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		padding: 20px;
		width: calc(100% - 90px);
	}

	body .footer-sections-toggles .footer-section-toggle .footer-section-toggle-title .footer-section-toggle-img {
		position: relative;
	}

	body .footer-sections-toggles .footer-section-toggle .footer-section-toggle-title .footer-section-toggle-img img {
		width: 80px;
		height: 80px;
		max-width: none;
	}

	body .footer-sections-toggles .footer-section-toggle .footer-section-toggle-title .footer-section-toggle-img::before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: #000000;
		background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	}

	body .footer-sections-toggles .footer-section-toggle .footer-section-toggle-title .footer-section-toggle-text {
		z-index: 2;
		color: #fff;
		font-size: 20px;
		line-height: 150%;
		text-transform: uppercase;
		font-weight: 700;
		margin-left: -12px;
		position: relative;
	}

	body .footer-sections-toggles .footer-section-toggle .footer-section-toggle-action {
		width: 90px;
		padding: 20px;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	body .footer-sections-toggles .footer-section-toggle .footer-section-toggle-action .btn-toggle {
		background-color: var(--red);
		background-image: url(../../images/new_design/icons/arrow_down_bold_white.svg);
		background-repeat: no-repeat;
		background-position: center;
		width: 40px;
		height: 40px;
		border-radius: 3px;
	}

	body .custom-row.salepost--row .salepost--item.column-6:nth-child(1)>div {
		font-size: 24px;
	}

	body .swiper.listing-gallery .swiper-slide img {
		aspect-ratio: 1 / 1 !important;
		height: auto !important;
		max-width: 100% !important;
	}

	body .colums-contact {
		margin-bottom: 0;
	}

	body .signature__block.gr .signature__item {
		width: auto !important;
		margin: 0 20px 20px 20px;
	}

	body .main:not(.fullscreen-scroll) .concat-filters .signature .signature__item figure {
		min-height: auto !important;
		height: auto !important;
	}

	body .signature .signature__item .abs-content-row {
		width: 100%;
	}

	body .signature .signature__item .abs-content-desc,
	body .fullscreen-scroll .swiper .abs-content .abs-content-desc {
		text-align: left;
		width: 100%;
		justify-content: flex-start;
	}

	body .signature .signature__item .abs-content-desc span:nth-last-of-type(1) {
		opacity: 0.6;
	}

	body .signature.post-section .signature__item:not(.blackbook_des) .abs-content {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	body .pagination {
		padding-top: 20px;
	}

	body .hero .hero-title.t-30 {
		font-size: 20px !important;
	}

	body .hero-content .hero__text.fix-text.hero__text-bg {
		bottom: 130px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		transform: none;
	}

	body .youtobe-video-wrapper {
		height: auto;
	}

	body .hero-region .popup-filter {
		transform: none !important;
		bottom: 50px !important;
	}

	body .hero__text.hero__text-bg>div.mr-15,
	body .hero__text.hero__text-bg>div.mr-15 * {
		margin: 0 !important;
		padding: 0;
	}

	body h4.bespoke_more_info:before {
		display: none;
	}

	body .hero__text.hero__text-bg h4.bespoke_more_info {
		margin-top: 30px !important;
	}

	body .header-magazine-title {
		display: none;
	}

	body #magazine__main .description-section {
		background: #000;
		color: #fff;
		padding: 50px 30px !important;
	}

	body #magazine__main .text-more {
		margin-top: 0;
		line-height: 150%;
	}

	body #magazine__main #contact-section .container {
		height: auto;
	}

	#magazine__main #contact-section #inquiry-form {
		margin-top: 0;
	}

	body #magazine__main .description-section .container {
		padding: 0;
	}

	body #magazine__main .mobile-fullscreen {
		min-height: 0;
	}

	body .magazine-header-container .justify-end-576 {
		display: none;
	}

	body .infobox .infobox-inner {
		width: 100%;
	}

	body .infobox .infobox-header,
	body .infobox .infobox-header select {
		font-size: 20px;
	}

	body .swiper.listing-map {
		height: 80vh !important;
	}

	body .container-social-media {
		max-width: calc(100% - 20px);
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
	}

	body .modal-details .modal__body.modal__body__share {
		flex-direction: column;
	}

	body.page-404 {
		padding: 30px;
	}

	body.page-404 .logo-404 {
		margin-bottom: 40px;
	}

	body.page-404 .logo-404 img {
		max-width: 240px;
	}

	body.page-404 .container-404 {
		font-size: 16px;
	}

	body.page-404 .container-404 .btn {
		width: 100%;
		margin: 0 0 20px 0;
		display: block;
	}

	body.page-404 .container-404 h1 {
		font-size: 45px;
		padding-bottom: 30px;
	}

	body.page-404 .container-404 h1:after {
		width: 160px;
	}

	body.page-404 .container-404 .container-404-text {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	body .hero-home .red-title-block {
		left: 20px;
		bottom: 20px;
		transform: none;
		margin: 0;
	}

	body #viewAllRegions .region-selected {
		line-height: 140% !important;
	}

	body .inline-social-icons.w-title::before {
		display: none;
	}

	body .magazine-header-container .function-buttons.function-buttons-desktop {
		display: none;
	}

	body .magazine-header-container .function-buttons.function-buttons-mobile {
		display: flex;
		justify-content: space-between;
		margin-top: 10px;
		width: 100%;
	}

	body .magazine-header-container .function-buttons .f-btn {
		font-size: 12px;
		border: 0 !important;
	}

	body .popup-filter .select-red .chevron-down {
		background-size: 16px;
		width: 16px;
		height: 16px;
	}

	body .header-search-btns,
	body .header-search-btns .btn-open::before {
		background-size: 100%;
		width: 24px;
		height: 24px;
	}

	body .burger-btn {
		width: 20px;
		min-width: 20px;
		height: 20px;
		border: none;
		gap: 6px;
	}

	body .burger-btn span {
		width: 20px;
	}

	body .header-logo,
	body .header-logo img {
		max-width: 200px;
		max-height: 46px;
	}

	body .new-form-design .custom-row {
		margin-left: auto;
		margin-right: auto;
	}

	body .new-form-design .custom-row>div {
		padding-left: 0;
		padding-right: 0;
	}

	body .new-form-design .custom-row .custom-col-6-two-cols {
		flex-direction: column;
		gap: 20px;
	}

	body .new-form-design .custom-row .custom-col-6-two-cols>div {
		width: 100%;
	}

	body .new-form-design .submit-container {
		text-align: left;
	}

	body .new-form-design .custom-row .custom-col-6,
	body .new-form-design .custom-row .custom-col-12,
	body .new-form-design.new-form-design-profile .form-group {
		margin-bottom: 20px;
	}

	body .new-form-design .form-group {
		margin-bottom: 0;
	}

	body .new-form-design .custom-row .custom-col-12 .col-md-12 {
		line-height: 0;
	}

	body .new-form-design .custom-row.form-group {
		margin-left: auto;
		margin-right: auto;
	}

	body .island-details-inquire-form {
		padding: 50px 30px;
	}

	body.no-filter-popup .popup.popup-filter {
		display: none !important;
	}

	body .new-text-section {
		padding: 80px 20px;
		min-height: 0;
	}

	body .hero-content .hero__text.fix-text.hero__text-bg {
		padding: 30px;
		max-width: none !important;
		width: auto !important;
		left: 20px;
		right: 20px;
		bottom: 100px;
	}

	body .new-text-section .new-text-section-content {
		padding: 30px !important;
	}

	/* body .new-text-section-hero .new-text-section-hero-content {
		padding: 0 !important;
	} */

	body .new-text-section .new-text-section-content .new-text-section-title,
	body .new-text-section-hero .new-text-section-hero-content .new-text-section-hero-title {
		font-size: 24px !important;
		font-weight: 500 !important;
		margin-bottom: 20px !important;
	}

	body .new-text-section .new-text-section-content .new-text-section-buttons {
		flex-direction: column;
	}
	body .hero-subtitle--price {
		max-width: 160px !important;
	}
	body .hero-content .hero__text {
		padding: 35px 20px 20px 20px !important;
	}
	body .hero-content .hero__text .hero-close--btn {
		padding: 5px !important;
		top: 0 !important;
		right: 0 !important;
	}
	body .hero-rent-links {
		flex-direction: column;
		gap: 10px;
	}
}
@media (max-width: 480px) {
    body .hero-region .hero__text-bg {
        margin-top: 0;
    }
	body .menu-fixed .menu-translate {
		display: flex;
        position: absolute;
		align-items: flex-start;
        top: 17px;
        left: 28px;
	}
	body .menu-fixed .menu-translate select {
		margin: -7px 0 0 5px !important;
	}
}

body .news-letter-fonm .newsletter-submit-btn-wrapper {
	margin-bottom: 0;
}
body .login-page .select2-container {
	width: 100% !important;
	margin-left: 0 !important;
}
body .google_translate_toggle {
	display: flex;
	align-items: center;
}
body #toast-container>.toast-success,
body #toast-container>.toast-error,
body #toast-container>.toast-info,
body #toast-container>.toast-warning {
	opacity: 0.94 !important;
}